

/* Start:/design_services/style.css?1632893769611*/
.container-stages {
	margin-top: 100px;
}
.container-feedback {
	margin-top: 120px;
}
.new_intec_promotion_list-container{
	margin-top: 160px;
}
.new_intec_reviews_develop-container{
	margin-top: 120px;	
}
.new_intec_other_services-container{
	margin-top: 140px;
}
@media all and (max-width: 1024px) {
	.container-stages {
		margin-top: 60px;
	}
	.container-feedback {
		margin-top: 70px;
	}
	.new_intec_reviews_develop-container {
		margin-top: 50px;
	}
	.new_intec_other_services-container {
		margin-top: 80px;
	}
	.new_intec_promotion_list-container {
		margin-top: 70px;
	}
}
/* End */


/* Start:/include/2024/banner/style.css?17339127395212*/
.widget-banner{
    position: relative;
    overflow: hidden;
    background-color: #212429;
    padding: 234px 0 78px;
}
.widget-banner .widget-banner-wrapper{
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.widget-banner .widget-header{
    flex: 1;
}
.widget-banner .widget-header .widget-title{
    font-size: 42px;
    font-weight: 700;
    line-height: 130%;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 44px;
    padding: 0;
    text-wrap: balance;
}
.widget-banner .widget-header .widget-description{
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    color: #ffffff;
    margin-bottom: 28px;
    max-width: 600px;
}
.widget-banner .widget-header .widget-price{
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 44px;
}
.widget-banner .widget-header .widget-price span{
    font-size: 37px;
    color: #ffffff;
}
.widget-banner .widget-header .widget-buttons{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 26px 34px;
}
.widget-banner .widget-header .widget-button[data-index="0"]{
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    padding: 19px 32px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 4px;
    cursor: pointer;

    transition: color .2s ease-out, background-color .2s ease-out;
}
.widget-banner .widget-header .widget-button[data-index="0"]:hover,
.widget-banner .widget-header .widget-button[data-index="0"]:focus{
    color: #ffffff;
    background-color: transparent;
}
.widget-banner .widget-header .widget-button[data-index="1"]{
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;

    transition: opacity .2s ease-out;
}
.widget-banner .widget-header .widget-button[data-index="1"]:hover,
.widget-banner .widget-header .widget-button[data-index="1"]:focus{
    opacity: .6;
}
.widget-banner .widget-header div:last-child{
    margin-bottom: 0;
}
.widget-banner .widget-content{
    max-width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
}
.widget-banner .widget-content .widget-icon{
    display: flex;
    margin-top: -77px;
    transform: translateX(18px);
    width: calc(100% + 258px);
}
.widget-banner .widget-content .widget-icon svg{
    display: flex;
    height: auto;
}
@media all and (max-width: 1600px) {
    .widget-banner .widget-header .widget-title{
        font-size: 38px;
    }
    .widget-banner .widget-header .widget-description{
        font-size: 18px;
    }
    .widget-banner .widget-header .widget-price{
        font-size: 20px;
    }
    .widget-banner .widget-header .widget-price span{
        font-size: 35px;
    }
    .widget-banner .widget-content .widget-icon{
        transform: none;
        width: calc(100% + 120px);
    }
}
@media all and (max-width: 1200px) {
    .widget-banner .widget-header .widget-title{
        font-size: 36px;
    }
    .widget-banner .widget-content .widget-icon{
        margin-top: 0;
        width: calc(100% + 100px);
    }
    .widget-banner .widget-content {
        align-self: flex-end;
        max-width: calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
    }
}
@media all and (max-width: 1100px) {
    .widget-banner .widget-header .widget-description br{
        display: none;
    }
}
@media all and (max-width: 1000px) {
    .widget-banner .widget-banner-wrapper{
        flex-wrap: wrap;
    }
    .widget-banner .widget-header{
        order: 2;
    }
    .widget-banner .widget-content{
        max-width: 100%;
        flex: 0 0 100%;
        display: none;
        order: 1;
    }
    .widget-banner .widget-content .widget-icon {
        width: 100%;
    }
}
@media all and (max-width: 980px) {
    .widget-banner{
        padding: 140px 0 76px;
    }
}
@media all and (max-width: 600px) {
    .widget-banner {
        padding: 76px 0 60px;
    }
    .widget-banner .widget-header .widget-title{
        font-size: 26px;
        line-height: 136%;
        margin-bottom: 24px;
    }
    .widget-banner .widget-header .widget-title br{
        display: none;
    }
    .widget-banner .widget-header .widget-description {
        font-size: 16px;
        line-height: 175%;
        max-width: calc(100% - 8px);
    }
    .widget-banner .widget-header .widget-price {
        font-size: 16px;
    }
    .widget-banner .widget-header .widget-price span {
        font-size: 32px;
    }
    .widget-banner .widget-header .widget-button[data-index="0"]{
        padding: 16px 24px;
    }
    .widget-banner .widget-header .widget-button[data-index="0"],
    .widget-banner .widget-header .widget-button[data-index="1"]{
        text-align: center;
        font-size: 14px;
    }
    .widget-banner .widget-content{
        display: block;
    }
    .widget-banner .widget-banner-wrapper{
        gap: 28px;
    }
}
/* End */


/* Start:/bitrix/templates/newintec/components/bitrix/news.list/new_intec_directions_list/style.css?15986082302237*/
.directions-element {
    position: relative;
    overflow: hidden;
    display: block;
    padding-bottom: 65%;
    background: #000;
}
.directions-element:after {
	content: '';
    position: absolute;
    display: block;
    background: rgba(255, 255, 255, 0.3);
    width: 85px;
    height: 2px;
    position: absolute;
    left: 45px;
    bottom: 50px;
    right: 45px;
}
.directions-element .directions-element-picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.directions-element .directions-element-fade {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: #000000; */
	/* background: linear-gradient(to bottom, rgba(165, 165, 165, 0), #1c1c1c); */
	opacity: 0.5;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.directions-element:hover .directions-element-fade {
	background: rgba(0, 0, 0, 0.5);
    opacity: 1;
}
.directions-element .directions-element-text {
    position: absolute;
    left: 45px;
    bottom: 60px;
    right: 45px;
	color: #fff;
}
.directions-element .directions-element-name-wrapper {
    display: inline-block;
	font-size: 18px;
	font-weight: 500;
}
.directions-element .directions-element-description {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    overflow: hidden;
    height: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: height;
    -moz-transition-property: height;
    -ms-transition-property: height;
    -o-transition-property: height;
    transition-property: height;
}
.directions-element:hover .directions-element-description {
    height: 54px;
}
/* End */


/* Start:/design_services/include.description/style.css?16311887332277*/
.widget-main.include.include-description {
    padding: 130px 0;
    background: #111017;
    color: #fff;
}
.widget-main.include.include-description .widget-description-wrapper {
    position: relative;
    width: 1016px;
    margin: 0 auto;
}
.widget-main.include.include-description .widget-description-title {
	font-style: normal;
	font-weight: 500;
	line-height: 29px;
	font-size: 20px;
	margin-bottom: 20px;
}
.widget-main.include.include-description .widget-description-text {
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
	font-size: 16px;

	color: #F2F2F2;
}
.widget-main.include.include-description .widget-description-detail-text {
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    font-size: 16px;
    color: #F2F2F2;
	overflow: hidden;
}
.widget-main.include.include-description .widget-description-image {
    text-align: center;
    overflow-y: hidden;
	margin-right: 80px;
}
.widget-main.include.include-description .widget-description-image img {
	max-width: 100%;
}

.widget-main.include.include-description .widget-button {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    padding: 17px 33px;
    border: 2px solid #c60662;
	color: #fff;
	font-weight: normal;
    border-radius: 25px;
    cursor: pointer;
    transition-property: color, background-color;
    transition-duration: 0.4s;
	margin-top: 40px;
}
.widget-main.include.include-description .widget-button:hover {
    color: #FFF;
    background-color: #c60662;
}

/*bootstrap collapse*/
.btn[aria-expanded="true"] span.close-collapse {
	display: inline-block;
}
.btn[aria-expanded="true"] span.open-collapse {
	display: none;
}
.btn[aria-expanded="false"] span.open-collapse {
	display: inline-block;
}
.btn[aria-expanded="false"] span.close-collapse {
	display: none;
}

@media all and (max-width: 1024px) {
	.widget-main.include.include-description {
		padding: 60px 0;
	}
}
@media all and (max-width: 1016px) {
	.widget-main.include.include-description .widget-description-wrapper {
		width: auto;
	}
}
@media all and (max-width: 768px) {
	.widget-main.include.include-description .widget-description-image {
		margin-right: 0px;
	}
}


/* End */


/* Start:/design_services/include.what.you.get/style.css?16311893182810*/
.widget-include.template-deveplopment-what-you-get {
    position: relative;
}
.widget-include.template-deveplopment-what-you-get:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    background: #111017;
    width: 100%;
    z-index: 0;
}
.widget-include.template-deveplopment-what-you-get .widget-image {
    width: 55%;
    height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.widget-include.template-deveplopment-what-you-get .widget-content {
    pointer-events: none;
}
.widget-include.template-deveplopment-what-you-get .widget-text-wrap {
    pointer-events: all;
}
.widget-include.template-deveplopment-what-you-get .adaptive-container,
.widget-include.template-deveplopment-what-you-get .widget-text-wrap {
    height: 100%;
}
.widget-include.template-deveplopment-what-you-get .widget-picture {
    position: relative;
}
.widget-include.template-deveplopment-what-you-get .widget-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.widget-include.template-deveplopment-what-you-get .widget-text {
    color: #FFF;
    padding: 90px 65px 90px 75px;
    backdrop-filter: blur(24px);
    background-color: rgba(38, 38, 38, 0.9);
    max-width: 750px;
}
.widget-include.template-deveplopment-what-you-get .widget-text-header {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
}
.widget-include.template-deveplopment-what-you-get .widget-text-description {
    font-size: 16px;
    line-height: 23px;
    color: #8e949d;
    margin-top: 25px;
}
@media all and (max-width: 1024px) {
    .widget-include.template-deveplopment-what-you-get .widget-image {
        width: 100%;
    }
	.widget-include.template-deveplopment-what-you-get .widget-text-header,
.widget-main.include.include-description .widget-description-title	{
		font-size: 20px;
		line-height: 1.1;
	}
	.widget-include.template-deveplopment-what-you-get .widget-text-description,
	.widget-main.include.include-description .widget-description-text{
	    color: #ffffff;	margin-top: 15px;font-size: 14px;    line-height: 1.4;
	}
	.widget-include.template-deveplopment-what-you-get .widget-picture,
	.widget-include.template-deveplopment-what-you-get:before,
.widget-include.template-deveplopment-what-you-get .widget-text-description br	{
		display: none;
	}
	.widget-include.template-deveplopment-what-you-get .widget-content,
.widget-include.template-deveplopment-what-you-get .widget-text	{
	    position: relative;
		background: #111017;
	}
	.widget-include.template-deveplopment-what-you-get .widget-text {
		color: #FFF;
		padding: 30px 0px 30px 0;
	}
	.widget-main.include.include-description .widget-button{
		    font-size: 14px;    padding: 14px 33px;
	}
}

/* End */


/* Start:/bitrix/templates/newintec/components/bitrix/news.list/new_intec_development_stages/style.css?16328153595662*/
.widget-development.template-stages .widget-header {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 75px;
}
.widget-development.template-stages [data-hide-items=true] {
    position: relative;
}
.widget-development.template-stages [data-hide-items=true]::after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 200px;
    opacity: 0;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
    pointer-events: none;
    transition: opacity 0.4s;
}
.widget-development.template-stages [data-hide-items=true][data-state=collapsed]::after {
    opacity: 1;
}
.widget-development.template-stages .widget-item-wrap {
    padding: 40px 0;
}
/* #eee */
.widget-development.template-stages .widget-item:first-child .widget-item-wrap {
    padding-top: 0;
}
.widget-development.template-stages [data-hide-items=false] .widget-item:last-child .widget-item-wrap {
    padding-bottom: 0;
}
.widget-development.template-stages .widget-item-name {
    position: relative;
    width: 45%;
}
.widget-development.template-stages .widget-item-name::before {
    content: "";
    position: absolute;
    display: block;
    top: 73px;
    left: 24px;
    bottom: -50px;
    width: 1px;
    background-color: #e8e8e8;
    transition: background-color 0.4s;
}
.widget-development.template-stages .widget-item-wrap:hover .widget-item-name::before {
    background-color: #16dc95;
}
.widget-development.template-stages .widget-item:last-child .widget-item-name::before {
    display: none;
}
.widget-development.template-stages .widget-item-name-count {
    font-size: 17px;
    line-height: 44px;
    text-align: center;
    color: #16dc95;
    width: 48px;
    height: 48px;
    margin-right: 22px;
    border: 2px solid #16dc95;
    border-radius: 50%;
    transition-property: color, background-color, box-shadow;
    transition-duration: 0.4s;
}
.widget-development.template-stages .widget-item-wrap:hover .widget-item-name-count {
    color: #FFF;
    background-color: #16dc95;
    box-shadow: 0 4px 14px 0 #16dc95;
}
.widget-development.template-stages .widget-item-name-text {
    font-weight: 300;
    line-height: normal;
    padding-right: 40px;
}
.widget-development.template-stages .widget-item-name-text[data-size=big] {
    font-size: 45px;
}
.widget-development.template-stages .widget-item-name-text[data-size=normal] {
    font-size: 40px;
}
.widget-development.template-stages .widget-item-name-time {
    margin-top: 20px;
}
.widget-development.template-stages .widget-item-name-time-icon {
    position: relative;
    width: 32px;
    height: 32px;
    margin-right: 20px;
    border: 2px solid #a6a6a6;
    border-radius: 50%;
}
.widget-development.template-stages .widget-item-name-time-icon::before,
.widget-development.template-stages .widget-item-name-time-icon::after {
    content: "";
    position: absolute;
    border: 1px solid #a6a6a6;
}
.widget-development.template-stages .widget-item-name-time-icon::before {
    left: 13px;
    top: 3px;
    height: 12px;
    border-radius: 1px 1px 0 1px;
}
.widget-development.template-stages .widget-item-name-time-icon::after {
    left: 13px;
    top: 14px;
    width: 9px;
    border-radius: 0 1px 1px 1px;
}
.widget-development.template-stages .widget-item-name-time-text {
    font-size: 16px;
    line-height: 20px;
}
.widget-development.template-stages .widget-item-name-time-value {
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px;
}

.widget-development.template-stages .widget-item-description {
    font-size: 16px;
    line-height: 23px;
    color: #444;
}
.widget-development.template-stages .widget-button-wrap {
    font-size: 0;
    text-align: center;
    margin-top: 10px;
}
.widget-development.template-stages .widget-button {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    padding: 17px 33px;
    border: 2px solid #e20b60;
    border-radius: 25px;
    cursor: pointer;
    transition-property: color, background-color;
    transition-duration: 0.4s;
}
.widget-development.template-stages .widget-button:hover {
    color: #FFF;
    background-color: #b71354;
    border-color: #b71354;
}
.widget-development.template-stages [data-align=left] {
    text-align: left;
}
.widget-development.template-stages [data-align=center] {
    text-align: center;
}
.widget-development.template-stages [data-align=right] {
    text-align: right;
}
@media all and (max-width: 1024px) {
    .widget-development.template-stages .widget-item-name-text {
        padding-right: 0;
    }
.widget-development.template-stages .widget-item-description {
    padding-top: 4px;
    padding-left: 62px;
}

    .widget-development.template-stages .widget-item-name::before {
        display: none;
    }
	.widget-development.template-stages .widget-header{
    font-weight: 600;
    font-size: 24px;
    line-height: 133.3%;
    margin-bottom: 0;
	}
	.widget-development.template-stages .widget-item-wrap {
		padding: 20px 0;
	}
	.widget-development.template-stages .widget-item-name-text {
		font-size: 20px!important;
		line-height: 40px;
		padding-top: 0px;
    }
	.widget-development.template-stages .widget-item-name-count{
	    line-height: 36px;    
		width: 40px;
		height: 40px;	
	}
}

@media all and (max-width: 500px) {
	.widget-development.template-stages .widget-item-name-text {
		font-size: 16px!important;
		line-height: 24px;
		font-weight: 400;
	}
	.widget-development.template-stages .widget-item-description {
		font-size: 14px;
		line-height: 21px; 
		padding-left: 0;
	}
}

/* End */


/* Start:/design_services/include.feedback/style.css?16328937103596*/
.page-container .widget-include-3 .widget-include-info {
    border-right: 1px solid #DEDEDE;
}
.page-container .widget-include-3 .widget-include-numbers-item {
    padding-right: 75px;
    padding-bottom: 24px;
}
.page-container .widget-include-3 .widget-include-numbers-item-value {
    font-size: 60px;
    font-weight: 500;
    line-height: normal;
}
.page-container .widget-include-3 .widget-include-numbers-item-description {
    font-size: 16px;
    line-height: normal;
    color: #888888;
    margin-top: 5px;
}
.page-container .widget-include-3 .widget-include-images {
    padding-top: 24px;
}
.page-container .widget-include-3 .widget-include-images-item {
    padding-right: 63px;
    padding-bottom: 24px;
}
.page-container .widget-include-3 .widget-include-support {
    padding-left: 100px;
}
.page-container .widget-include-3 .widget-include-support-header {
    font-size: 24px;
    font-weight: 300;
    line-height: 35px;
    color: #222222;
}
.page-container .widget-include-3 .widget-include-support-description {
    font-size: 14px;
    line-height: 21px;
    color: #888888;
    margin-top: 5px;
}
.page-container .widget-include-3 .widget-include-support-consultation {
    margin-top: 30px;
}
.page-container .widget-include-3 .widget-include-support-image img {
    width: 132px;
    height: 132px;
}
.page-container .widget-include-3 .widget-include-support-consultant {
    padding-left: 28px;
}
.page-container .widget-include-3 .widget-include-support-name {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}
.page-container .widget-include-3 .widget-include-support-position {
    font-size: 14px;
    line-height: 21px;
    color: #888888;
}
.page-container .widget-include-3 .widget-include-support-button-wrap {
    margin-top: 22px;
}
.page-container .widget-include-3 .widget-include-support-button {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: #FFF;
    padding: 17px 25px;
    background: linear-gradient(180deg, #FF007A 0%, #D40098 100%);
    border-radius: 25px;
    box-shadow: 0px 6px 18px rgba(198, 6, 98, 0.42);
    cursor: pointer;
    transition: box-shadow 0.4s;
}
.page-container .widget-include-3 .widget-include-support-button:hover {
    box-shadow: none;
}
@media all and (max-width: 1024px) {
    .page-container .widget-include-3 .widget-include-info {
        border-right: none;
    }
    .page-container .widget-include-3 .widget-include-support-wrap {

    }
    .page-container .widget-include-3 .widget-include-support {
        padding-left: 0;
    }
	.page-container .widget-include-3 .widget-include-numbers-item{
	    padding-right: 30px;	
	}
	.page-container .widget-include-3 .widget-include-numbers-item-value {
		font-size: 34px;
	}
	.page-container .widget-include-3 .widget-include-images-item {
		padding-right: 15px;
		padding-bottom: 10px;
	}
}
@media all and (max-width: 500px) {
    .page-container .widget-include-3 .widget-include-support-header,
    .page-container .widget-include-3 .widget-include-support-description,
    .page-container .widget-include-3 .widget-include-support-image,
    .page-container .widget-include-3 .widget-include-support-consultant {
        text-align: center;
    }
    .page-container .widget-include-3 .widget-include-support-consultant {
        padding-left: 0;
        margin-top: 20px;
    }
	.page-container .widget-include-3 .widget-include-images-item img {
		max-height: 80px;
	}
}

/* End */


/* Start:/bitrix/templates/newintec/components/bitrix/news.list/new_intec_portfolio_list_LAST_VERSION/style.css?17458387787556*/
/*html {*/
/*    overflow-x: unset !important;*/
/*    overflow-y: unset !important;*/
/*    overflow: unset !important;*/
/*}*/

.widget-portfolio.template-list [data-pagen-show=false] {
    display: none !important;
}

.tab-content .custom-tabs-wrap{
    margin: 0 auto;
    max-width: 1218px;
    padding: 0 10px 30px;
}
.tab-content .custom-tabs {
    font-size: 0;
    text-align: left;
    margin-left: -5px;
    margin-right: -5px;
}
.tab-content .custom-tabs .item {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    font-size: 13px;
    line-height: 13px;
    padding: 7px 10px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #f0f0f0;
    cursor: pointer;
}
.tab-content .custom-tabs svg path {
    fill: #000;
}

/*portfolio LAST_VERSION*/
.new-progects-sites-container {
    padding-top: 51px;
    background: #fff;
    position: relative;
    padding-bottom: 80px;
    margin-bottom: 80px;
}
.new-progects-sites-container > * {
    position: relative;
    z-index: 2;
}
.new-progects-sites-container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 237px;
    right: 0;
    bottom: 0;
    background: #fff;
}
@media (max-width:1700px){
	.new-progects-sites-container:after{
		display:none;
	}
}
.widget-portfolio.template-list .widget-types {
    margin-bottom: 35px;
}
.widget-portfolio.template-list .widget-type {
    position: relative;
}
.widget-portfolio.template-list .widget-type-wrapper {
    font-size: 18px;
    line-height: normal;
    color: #A5A5A5;   
    margin-right: 25px;
    user-select: none;
    cursor: pointer;
    transition-property: color;
    transition-duration: 0.4s;
}
.widget-portfolio.template-list .widget-type-wrapper:hover {
    color: #222222;
}
.widget-portfolio.template-list [data-state=disabled] .widget-type-wrapper {
    font-weight: 400;
}
.widget-portfolio.template-list [data-state=active] .widget-type-wrapper {
    font-weight: 400;
    color: #222222;
    border-bottom: 1px solid;
}
.widget-portfolio.template-list .widget-item-wrapper {
    position: relative;
    display: block;
    text-decoration: none;
}
.widget-portfolio.template-list .widget-item-picture {
    padding-top: 63%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.widget-portfolio.template-list .widget-item-fade {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.45);
    opacity: 0.8;
    transition: opacity 0.4s;
}
.widget-portfolio.template-list .widget-item-fade2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(0deg, rgba(62, 66, 73, 0.75) 24.87%, rgba(61, 68, 76, 0) 58.59%); */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 24.87%, rgba(61, 68, 76, 0) 58.59%);
    opacity: 0.8;
    transition: opacity 0.4s;
}
/* .widget-portfolio.template-list .widget-item:hover .widget-item-fade {
    opacity: 0;
} */
.widget-portfolio.template-list .widget-item:hover .widget-item-fade2 {
    opacity: 1;
}
.widget-portfolio.template-list .info-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    color: #FFF;
    padding: 0 25px 15px 20px;
}
.widget-portfolio.template-list .widget-item-name {
    transition-duration: 0.4s;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.3;    
}
.widget-portfolio.template-list .preview-text {
    font-weight: 500;
    font-size: 12px;
    line-height: 133.3%;
    font-family: Gilroy, sans-serif;
    padding-top: 7px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.widget-portfolio.template-list .detail-button {
    font-size: 14px;
    line-height: 141.8%;
    font-family: Gilroy, sans-serif;
    border-radius: 25px;
    border: 1px solid #FFFFFF;
    padding: 9px 30px;
    display: inline-block;
    transition: 0.4s;
    font-weight: normal;
} 
.widget-portfolio.template-list .detail-button-container {
    padding-top: 20px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.widget-portfolio.template-list .detail-button:hover {
    background: #fff;
    color: #000;
}
.widget-portfolio.template-list .rating-site {
    display: flex;
    align-items: center;
	color: #fff;
    font-size: 16px;
}
.widget-portfolio.template-list .rating-site svg {
    margin-right: 7px;
}
.widget-portfolio.template-list .widget-item:hover .widget-item-name {

}
.widget-portfolio.template-list .hide-container {
    height: 0;
	opacity:0;
    overflow: hidden;
    transition: 0.4s;
}
.widget-portfolio.template-list .site_type-items {
    position: absolute;
    top: 0;
    left: 20px;
    display: flex;
    flex-wrap: wrap;
    /* font-weight: 600; */
    font-size: 13px;
    line-height: 133.3%;
    color: #FFFFFF;
    font-family: Gilroy, sans-serif;
    z-index: 2;
    opacity: 0;
    transition: 0.4s;
	width: 88%;
}
.widget-portfolio.template-list .widget-item-wrapper:hover .site_type-items {
    top: 23px;
    opacity: 1;
}
.widget-portfolio.template-list .site_type-items span {
    padding-right: 10px;
}
.widget-portfolio.template-list .site_type-items span.date-site {
    padding-right: 0px;
	margin-left: auto;
	font-size: 13px;
	font-weight: 600;
    color: #C2C2C2;
}
@media all and (max-width: 1024px) {
	.widget-portfolio.template-list .info-container{
	    padding: 0 25px 0px 20px;	
	}
	.widget-portfolio.template-list .site_type-items{
	
	}
	.widget-portfolio.template-list .widget-item-name{
	    font-size: 16px;
		line-height: 18px;	
	}
	.widget-portfolio.template-list .preview-text{
	    font-size: 12px;	
	}
	.widget-portfolio.template-list .detail-button-container {
		padding-top: 15px;
	}
	.widget-portfolio.template-list .detail-button{
	    font-size: 12px;  
		padding: 10px 30px;	
	}
}
@media all and (max-width: 550px) {
  .widget-portfolio.template-list .info-container{
    padding: 0 25px 15px 20px;    
  }
  .widget-portfolio.template-list .widget-item-picture {
	padding-top: 70%;
  }
  .widget-portfolio.template-list .site_type-items{
	    left: 20px;  
  }
}
.load-more-items:hover {
    color: #ffffff;
    background: #AB3362;
}
.load-more-items {
    cursor: pointer;
    color: #AB3362;
    font-size: 14px;
    line-height: 141.8%;
    border-radius: 25px;
    border: 1px solid #AB3362;
    text-align: center;
    display: inline-block;
    padding: 14px 42px;
    font-family: Gilroy, sans-serif;
    transition: 0.4s;
    margin-top: 52px;
    font-weight: 400;
}
.widget-portfolio__tags {
	margin-bottom: 40px;
}
.widget-portfolio__tags--hidden {
	display: none;
}
.widget-portfolio .show-filter {
	align-self: center;
    margin-top: -6px;
	margin-left: auto;
	border: 1px solid #AB3362;
	color: #AB3362;
	background: #fff;
	color: #AB3362;
	border-radius: 4px;
	padding: 10px 26px;
	font-weight: 600;	
}
.widget-portfolio .show-filter:hover,
.widget-portfolio .show-filter:focus {
	background: #AB3362;
	color:#fff;
}
@media (max-width: 768px) {
	.widget-portfolio .show-filter {
		margin-left: 0;
		margin-top: 10px;
	}
.widget-portfolio.template-list  .widget-type-wrapper {
font-weight: 400;
    margin-bottom: 11px;
    font-size: 16px;
    margin-right: 12px;
}
}

.tab-content .custom-tabs {
    max-width: 1248px;
    margin: 0 auto;
}
/* End */


/* Start:/bitrix/templates/newintec/components/intec.universe/tags.cloud.custom/template.1.small/style.css?17101372822404*/
.c-tags-cloud.c-tags-cloud-template-1 .tags-cloud-header {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}
.c-tags-cloud.c-tags-cloud-template-1 .tags-cloud-content {
    font-size: 0;
    text-align: left;
    margin-left: -5px;
    margin-right: -5px;
}
.c-tags-cloud.c-tags-cloud-template-1 .tags-cloud-element {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    font-size: 14px;
    font-weight: 600;
}
.c-tags-cloud.c-tags-cloud-template-1 .tags-cloud-element-button {
    font-size: 14px;
    line-height: 13px;
    padding: 8px 12px;
    border: none;
    border-radius: 20px;
    font-weight: 500;
    -webkit-appearance: none;
    background: #efefef;
   
}
.tags-another {
	margin-top: 30px;
}
.c-tags-cloud.c-tags-cloud-template-1 .tags-cloud-element-button:focus {
    outline: none;
}
.c-tags-cloud.c-tags-cloud-template-1 .tags-cloud-element-button.active, 
.c-tags-cloud.c-tags-cloud-template-1 .tags-cloud-element-button:hover {
    background-color: #000;
    color: #fff;
}
.c-tags-cloud.c-tags-cloud-template-1{

}
.tags-cloud-content--hiden {

}
.c-tags-cloud.c-tags-cloud-template-1 button.tags-cloud-show-all {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    margin-left: 0;
}
.tags-cloud-show-all,
.tags-cloud-hide-all {
    margin: 0 auto;
    display: block;    
    background: #efefef;
    border: 0;
    padding: 7px 12px;
    border-radius: 4px;
    font-size: 14px;
    /* font-weight: bold; */
    color: #000;
    
}
.tags-another .c-tags-cloud.c-tags-cloud-template-1 .tags-cloud-element-button.tags-cloud-show-all,
.tags-another .c-tags-cloud.c-tags-cloud-template-1 .tags-cloud-element-button.tags-cloud-hide-all {
    border: 1px solid #000;
    color: #000;
}
.tags-cloud-show-all svg {
	margin-left: 4px;
}
.tags-another .c-tags-cloud.c-tags-cloud-template-1 .tags-cloud-element-button {
	color:#82848C;
	font-size: 14px;
	background: #fff;
	padding: 8px 12px;
	border: 1px solid #D1D1D1;
	border-radius: 4px;
	margin: 0;
-webkit-appearance: none;
	
}
.tags-another .c-tags-cloud.c-tags-cloud-template-1 .tags-cloud-element-button.active {
	background: #000000!important;
	color: #fff!important;
	border-color:#000!important;
}
.tags-another .c-tags-cloud.c-tags-cloud-template-1 .tags-cloud-element-button:hover {
	color: #000;
	border-color: #000;
	background: #fff;
}
/* End */


/* Start:/bitrix/templates/newintec/components/bitrix/news.list/new_intec_reviews_develop/style.css?16272837824877*/
@keyframes development-solutions {
	from {
		transform: translateX(0);
	}
	50% {
		transform: translateX(5px);
	}
	to {
		transform: translateX(0);
	}
}
.widget-reviews-develop.widget-template-reviews .widget-header {
    font-size: 40px;
    line-height: 50px;
    font-weight:500;
    margin-bottom: 55px;
}
.widget-reviews-develop.widget-template-reviews .widget-item {
	max-width:888px;
	margin:0 auto;
}
.widget-reviews-develop.widget-template-reviews .widget-item-picture-wrap {
    padding-right: 45px;
}
.widget-reviews-develop.widget-template-reviews .widget-item-picture {
    width: 105px;
    height: 105px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.widget-reviews-develop.widget-template-reviews .widget-item-count {
    font-size: 14px;
    line-height: 14px;
    color: #888888;
    text-align: center;
    margin-top: 40px;
}
.widget-reviews-develop.widget-template-reviews .widget-item-author {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}
.widget-reviews-develop.widget-template-reviews .widget-item-position {
    font-size: 14px;
    line-height: 18px;
    color: #888888;
    margin-top: 10px;
}
.widget-reviews-develop.widget-template-reviews .widget-item-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.widget-reviews-develop.widget-template-reviews .widget-item-link-wrap {
    text-align: right;
    margin-bottom: 30px;
}
.widget-reviews-develop.widget-template-reviews .widget-item-link {
    color: #c60662;
    transition: all 0.4s;
    text-decoration: none;
}
.widget-reviews-develop.widget-template-reviews .widget-item-link-icon {
    font-size: 12px;
    color: #c6366f;
    padding-left: 5px;
}	
.widget-reviews-develop.widget-template-reviews .widget-item-link-wrap:hover .widget-item-link-icon {
    animation-name: development-solutions;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.widget-reviews-develop.widget-template-reviews [data-align=left] {
    text-align: left;
}
.widget-reviews-develop.widget-template-reviews [data-align=center] {
    text-align: center;
}
.widget-reviews-develop.widget-template-reviews [data-align=right] {
    text-align: right;
}
.widget-reviews-develop.widget-template-reviews .owl-nav,
.widget-reviews-develop.widget-template-reviews .owl-dots
 {
    height: 0;
}
.widget-reviews-develop.widget-template-reviews  .widget-slider-buttons {
	position: absolute;
	width:8px;
	height:16px;
	top:15%;
	cursor:pointer;
}
.widget-reviews-develop.widget-template-reviews  .widget-slider-buttons:after {
	content: "";
    width: 48px;
    height: 48px;
    border: 1px solid #efefef;
    border-radius: 100%;
    padding: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
}
.widget-reviews-develop.widget-template-reviews  .widget-slider-buttons:hover:after {
	box-shadow:0 0 14px rgba(0, 0, 0, 0.25);
}
.widget-reviews-develop.widget-template-reviews  .widget-slider-buttons.widget-slider-button-left {
	background:url(/bitrix/templates/newintec/components/bitrix/news.list/new_intec_reviews_develop/images/arrow-left.svg);
	left:-30px;
}
.widget-reviews-develop.widget-template-reviews  .widget-slider-buttons.widget-slider-button-right {
	background:url(/bitrix/templates/newintec/components/bitrix/news.list/new_intec_reviews_develop/images/arrow-right.svg);
	right:-30px;
}
.widget-reviews-develop.widget-template-reviews .widget-button-wrap {
    font-size: 0;
    text-align: center;
    margin-bottom: 35px;
    margin-top: 20px;
}
.widget-reviews-develop.widget-template-reviews .widget-button {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #444;
    padding: 15px 25px;
    border: 2px solid #d6d6d6;
    text-decoration: none;
    border-radius: 25px;
    transition-property: background-color, border-color, color;
    transition-duration: 0.4s;
}
.widget-reviews-develop.widget-template-reviews .widget-button:hover {
    background-color: #b71354;
	border: 2px solid #b71354;
    color: #FFF;
}
@media all and (max-width: 1024px ) {
	.widget-reviews-develop.widget-template-reviews .widget-header{
		font-weight: 600;
		font-size: 24px;
		line-height: 133.3%;	
	}
	.widget-reviews-develop.widget-template-reviews .widget-item-text {
		font-size: 14px;
		line-height: 22px;
	}
}
@media all and (max-width: 900px ) {
	.widget-slider-buttons {
		display:none;
	}
}
@media all and (max-width: 550px) {
    .widget-reviews-develop.widget-template-reviews .widget-item-picture-wrap {
        padding-right: 0;
    }
    .widget-reviews-develop.widget-template-reviews .widget-item-picture {
        margin: auto;
    }
    .widget-reviews-develop.widget-template-reviews .widget-item-count {
        margin-top: 20px;
    }
    .widget-reviews-develop.widget-template-reviews .widget-item-information {
        margin-top: 25px;
        text-align: center;
    }
}

/* End */


/* Start:/bitrix/templates/newintec/components/bitrix/news.list/new_intec_other_services/style.css?16272854722541*/
.widget-services.template-other-services .widget-header {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 50px;
}
.widget-services.template-other-services .widget-item-wrap {
    height: 100%;
    transition: box-shadow 0.4s;
}
.widget-services.template-other-services [data-view=default] .widget-item-wrap {
    padding-right: 40px;
}
.widget-services.template-other-services [data-view=blocks] .widget-item-wrap {
    padding: 45px 35px 35px 45px;
}
.widget-services.template-other-services [data-view=blocks][data-effect=true] .widget-item-wrap:hover {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.13);
}
.widget-services.template-other-services .widget-item-image {
    display: block;
    width: 109px;
    height: 109px;
    margin-right: 21px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}
.widget-services.template-other-services .widget-item-name {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    color: #2f3334;
    text-decoration: none;
    transition: color 0.4s;
}
.widget-services.template-other-services .widget-item-name:hover {
    color: #c6366f;
}
.widget-services.template-other-services .widget-item-description {
    font-size: 14px;
    line-height: 20px;
    margin-top: 18px;
}
.widget-services.template-other-services [data-align=left] {
    text-align: left;
}
.widget-services.template-other-services [data-align=center] {
    text-align: center;
}
.widget-services.template-other-services [data-align=right] {
    text-align: right;
}
@media all and (max-width: 1024px) {
	.widget-services.template-other-services .widget-header{
		font-weight: 600;
		font-size: 24px;
		line-height: 133.3%;
	    margin-bottom: 10px;
	}
	.widget-services.template-other-services .widget-item-name{
	    font-size: 16px;
		line-height: 20px;
	}
	.widget-services.template-other-services .widget-item-description{
	    margin-top: 15px;	
	}
	.widget-services.template-other-services [data-view=blocks] .widget-item-wrap {
		padding: 25px 0 30px 0px;
	}
	.widget-services.template-other-services [data-view=blocks][data-effect=true] .widget-item-wrap:hover {
		box-shadow: none;
	}
	
}
@media all and (max-width: 768px) {
    .widget-services.template-other-services [data-view=default] .widget-item-wrap {
        padding-right: 0;
    }
}
@media all and (max-width: 400px) {
    .widget-services.template-other-services .widget-item-picture {
        display: none;
    }
}

/* End */
/* /design_services/style.css?1632893769611 */
/* /include/2024/banner/style.css?17339127395212 */
/* /bitrix/templates/newintec/components/bitrix/news.list/new_intec_directions_list/style.css?15986082302237 */
/* /design_services/include.description/style.css?16311887332277 */
/* /design_services/include.what.you.get/style.css?16311893182810 */
/* /bitrix/templates/newintec/components/bitrix/news.list/new_intec_development_stages/style.css?16328153595662 */
/* /design_services/include.feedback/style.css?16328937103596 */
/* /bitrix/templates/newintec/components/bitrix/news.list/new_intec_portfolio_list_LAST_VERSION/style.css?17458387787556 */
/* /bitrix/templates/newintec/components/intec.universe/tags.cloud.custom/template.1.small/style.css?17101372822404 */
/* /bitrix/templates/newintec/components/bitrix/news.list/new_intec_reviews_develop/style.css?16272837824877 */
/* /bitrix/templates/newintec/components/bitrix/news.list/new_intec_other_services/style.css?16272854722541 */
