

/* 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_development_advantages/style.css?16328149073342*/
.widget-development.template-advantages .widget-header {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 50px;
}
.widget-development.template-advantages .widget-items {
    overflow: hidden;
}
.widget-development.template-advantages .widget-item-icon {
    width: 29px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    color: #FFF;
    background-color: #16dc95;
    margin-right: 20px;
    box-shadow: 0 6px 18px 0 #11b87c;
    border-radius: 50%;
    transition: transform 0.4s;
}
.widget-development.template-advantages .widget-item-wrapper:hover .widget-item-icon {
    transform: scale(1.2);
}
.widget-development.template-advantages .widget-item-name {
    font-weight: 500;
    line-height: 29px;
}
.widget-development.template-advantages .widget-item-name[data-size=normal] {
    font-size: 20px;
}
.widget-development.template-advantages .widget-item-name[data-size=big] {
    font-size: 24px;
}
.widget-development.template-advantages .widget-item-description {
    margin-top: 35px;
}
.widget-development.template-advantages .widget-item-description-wrapper {

}
.widget-development.template-advantages .widget-item-description-item {
    position: relative;
    font-size: 16px;
    line-height: 24px;

}
.widget-development.template-advantages .widget-item-description-item[data-padding=true] {
    padding-left: 49px;
}
.widget-development.template-advantages .widget-item-description-item[data-list=true] {
    text-indent: 10px;
}
.widget-development.template-advantages .widget-item-description-item[data-list=true]::before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    top: 10px;
    left: 0;
    background-color: #000;
    border-radius: 50%;
}
.widget-development.template-advantages .widget-button-wrap {
    font-size: 0;
    text-align: center;
    margin-top: 60px;
}
.widget-development.template-advantages .widget-button {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    padding: 16px 33px;
    border: 1px solid #e8e8e8;
    border-radius: 25px;
    cursor: pointer;
    transition: border-color 0.4s;
}
.widget-development.template-advantages .widget-button:hover {
    border-color: #8e8e8e;
}
.widget-development.template-advantages [data-align=left] {
    text-align: left;
}
.widget-development.template-advantages [data-align=center] {
    text-align: center;
}
.widget-development.template-advantages [data-align=right] {
    text-align: right;
}
@media all and (max-width: 1024px) {
	.widget-development.template-advantages .widget-header{
		font-weight: 600;
		font-size: 24px;
		line-height: 133.3%;
	}
	.widget-development.template-advantages .widget-item-name{
	    line-height: 23px;
		font-size: 16px !important;	
	}
	.widget-development.template-advantages .widget-item-description {
		margin-top: 11px;
	}
	.widget-development.template-advantages .widget-items .widget-item {
		padding-bottom: 0 !important;
	}
	.widget-development.template-advantages .widget-item-description-item{
	    font-size: 14px;
		line-height: 21px;	
	}
	.widget-development.template-advantages .widget-items {
		margin-bottom: 0 !important;
	}
}
@media all and (max-width: 600px) {
    .widget-development.template-advantages .widget-item-wrapper {
        padding-right: 0;
    }
}

/* End */


/* Start:/bitrix/templates/newintec/components/bitrix/news.list/new_intec_tools/style.css?16328323452038*/
.widget-tools.template-tools .widget-header {
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 75px;
}
.widget-tools.template-tools .widget-item {
    margin-top: 80px;
}
.widget-tools.template-tools .widget-item:nth-child(1),
.widget-tools.template-tools .widget-item:nth-child(2),
.widget-tools.template-tools .widget-item:nth-child(3) {
    margin-top: 0;
}
.widget-tools.template-tools .widget-item-wrapper {
    max-width: 345px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
.widget-tools.template-tools .widget-item-picture-wrap {
    margin-bottom: 30px;
}
.widget-tools.template-tools .widget-item-picture {
    width: 215px;
    height: 130px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.widget-tools.template-tools .widget-item-name {
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    text-align: center;
    color: #000;
}
.widget-tools.template-tools .widget-item-description {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #444;
    margin-top: 15px;
}
.widget-tools.template-tools .widget-item-price {
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    text-align: center;
    color: #000;
    margin-top: 22px;
}

.widget-tools.template-tools [data-align=left] {
    text-align: left;
}
.widget-tools.template-tools [data-align=center] {
    text-align: center;
}
.widget-tools.template-tools [data-align=right] {
    text-align: right;
}
@media all and (max-width: 768px) {
    .widget-tools.template-tools .widget-item:nth-child(3) {
        margin-top: 80px;
    }
}
@media all and (max-width: 500px) {
	 
	.widget-tools.template-tools .widget-item:nth-child(2),
	.widget-tools.template-tools .widget-item:nth-child(3) {
        margin-top: 40px;
    }
}

/* 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:/bitrix/templates/newintec/components/bitrix/news.list/new_intec_advantages_2/style.css?16312720373829*/
.widget-advantages.template-advantages-2 .widget-header {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 55px;
}
.widget-advantages.template-advantages-2[data-grid="3"] .widget-header {
    margin-bottom: 15px;
}
.widget-advantages.template-advantages-2[data-grid="3"] .widget-items > div {
    padding-top: 60px!important;
}
.widget-advantages.template-advantages-2[data-grid="2"] .widget-item:nth-child(odd) > div {
    padding-right: 45px;
}
.widget-advantages.template-advantages-2[data-grid="2"] .widget-item:nth-child(even) > div {
    padding-left: 45px;
}
.widget-advantages.template-advantages-2[data-grid="3"] .widget-item > div {
    padding-left: 25px;
}
.widget-advantages.template-advantages-2 .widget-item-picture-wrap {
    width: 50px;
    height: 50px;
    text-align: center;
    margin-right: 30px;
}
.widget-advantages.template-advantages-2 .widget-item-picture {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}
.widget-advantages.template-advantages-2 .widget-item-name-wrap {

}
.widget-advantages.template-advantages-2 .widget-item-name {
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    max-width: 250px;
}
.widget-advantages.template-advantages-2[data-grid="3"] .widget-item-text-wrap {
    max-width: 250px;
}
.widget-advantages.template-advantages-2 .widget-item-text {
    font-size: 16px;
    line-height: 23px;
    margin-top: 20px;
    opacity: 0.6;
}

.widget-advantages.template-advantages-2 [data-align=left] {
    text-align: left;
}
.widget-advantages.template-advantages-2 [data-align=center] {
    text-align: center;
}
.widget-advantages.template-advantages-2 [data-align=right] {
    text-align: right;
}
.widget-advantages.template-advantages-2[data-background=true] {
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.widget-advantages.template-advantages-2[data-theme=dark] .widget-header,
.widget-advantages.template-advantages-2[data-theme=dark] .widget-item-name,
.widget-advantages.template-advantages-2[data-theme=dark] .widget-item-text {
    color: #000;
}
.widget-advantages.template-advantages-2[data-theme=light] .widget-header,
.widget-advantages.template-advantages-2[data-theme=light] .widget-item-name,
.widget-advantages.template-advantages-2[data-theme=light] .widget-item-text {
    color: #FFF;
}
@media all and (max-width: 1024px) {
	.widget-advantages.template-advantages-2 .widget-header{
		font-weight: 600;   
		padding-bottom: 0;
		font-size: 24px;
		line-height: 133.3%;
		margin-bottom: 20px;		
	}
	.widget-advantages.template-advantages-2 .widget-item-name{
	    font-size: 16px;
		line-height: 24px;	
	}
	.widget-advantages.template-advantages-2 .widget-item-text {
		font-size: 14px;
		line-height: 20px;
		margin-top: 9px;
		opacity: 0.7;
	}
	.widget-advantages.template-advantages-2 .widget-item-picture-wrap{
		width: 25px;
		height: 25px;
		margin-right: 15px;
	}
	.widget-advantages.template-advantages-2[data-background=true] {
		padding-top: 60px;
	}
	.widget-advantages.template-advantages-2[data-grid="3"] .widget-item > div {
		padding-left: 0;
	}
	.widget-advantages.template-advantages-2[data-grid="3"] .widget-items > div {
		padding-top: 20px!important;
		padding-bottom: 10px !important;
	}
}
@media all and (max-width: 650px) {
    .widget-advantages.template-advantages-2[data-grid="2"] .widget-item:nth-child(odd) > div {
        padding-right: 0;
    }
    .widget-advantages.template-advantages-2[data-grid="2"] .widget-item:nth-child(even) > div {
        padding-left: 0;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages.template-advantages-2[data-grid="3"] .widget-item-text-wrap {
        max-width: none;
    }
}

/* 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_development_staff/style.css?16272831833027*/
.widget-development.template-staff .widget-header {
    margin-bottom: 45px;
}
.widget-development.template-staff .widget-header-text {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
}
.widget-development.template-staff .widget-header-description {
    font-size: 16px;
    line-height: 23px;
    color: #888888;
    margin-top: 16px;
}
.widget-development.template-staff .widget-items {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.widget-development.template-staff .widget-item-wrapper {
    border: 1px solid #e6e6e6;
    height: 100%;
    padding: 55px;
    box-sizing: border-box;
    transition: border-color 0.4s;
}
.widget-development.template-staff .widget-item-wrapper:hover {
    border-color: #c60662;
}
.widget-development.template-staff .widget-item-picture {
    width: 96px;
    height: 96px;
    margin-right: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}
.widget-development.template-staff .widget-item-name {
    font-size: 24px;
    line-height: 34px;
}
.widget-development.template-staff .widget-item-description {
    font-size: 16px;
    line-height: 23px;
    margin-top: 20px;
}
.widget-development.template-staff .widget-button-wrapper {
    font-size: 0;
    text-align: center;
    margin-top: 35px;
}
.widget-development.template-staff .widget-button {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    padding: 15px 33px;
    border: 2px solid #e20b60;
    border-radius: 25px;
    cursor: pointer;
    transition-property: color, background-color;
    transition-duration: 0.4s;
    z-index: 2;
}
.widget-development.template-staff .widget-button:hover {
    color: #FFF;
    background-color: #b71354;
    border-color: #b71354;
}
.widget-development.template-staff [data-align=left] {
    text-align: left;
}
.widget-development.template-staff [data-align=center] {
    text-align: center;
}
.widget-development.template-staff [data-align=right] {
    text-align: right;
}
@media all and (max-width: 1024px) {
	.widget-development.template-staff .widget-header-text{
		font-weight: 600;
		font-size: 24px;
		line-height: 133.3%;	
	}
	.widget-development.template-staff .widget-item-text-wrap {
		margin-top: 15px;
		margin-left: 20px;
	}
	.widget-development.template-staff .widget-item-name {
		font-size: 16px;
		line-height: 23px;
	}
	.widget-development.template-staff .widget-item-description {
		font-size: 14px;
		line-height: 21px;
		margin-top: 10px;
	}
	.widget-development.template-staff .widget-item-wrapper {
		padding: 40px;
		
		padding-left: 20px;
		padding-right: 20px;
	}
	.widget-development.template-staff .widget-item-picture{
	    margin: 0 auto;	
	}
}
@media all and (max-width: 500px) {
	.widget-development.template-staff .widget-item-wrapper {
		text-align: center;
	}
	.widget-development.template-staff .widget-item-text-wrap {
	    margin-left: 0;	
	}

}
}
@media all and (max-width: 400px) {

}

/* End */


/* Start:/bitrix/templates/newintec/components/bitrix/news.list/new_intec_faq_1/style.css?16272835412436*/
.widget-faq.template-faq-1 .widget-header {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 50px;
}
.widget-faq.template-faq-1 .widget-item {
    border-top: 1px solid #eee;
}
.widget-faq.template-faq-1 .widget-item-wrapper {
    padding: 35px;
}
.widget-faq.template-faq-1 .widget-item-name-wrap {
    cursor: pointer;
}
.widget-faq.template-faq-1 .widget-item-name {
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    padding-right: 30px;
    transition-property: color, transform;
    transition-duration: 0.4s, 0.2s;
}
.widget-faq.template-faq-1 .widget-item-name-wrap:hover .widget-item-name {
    color: #c60662;
}
.widget-faq.template-faq-1 .widget-item-name:active {
    transform: translateY(3px);
}
.widget-faq.template-faq-1 .widget-item-decoration {
    font-size: 0;
}
.widget-faq.template-faq-1 .widget-item-decoration svg {
    transition-property: fill, transform;
    transition-duration: 0.4s, 0.35s;
}
.widget-faq.template-faq-1 [data-state='expanded'] .widget-item-decoration svg {
    transform: rotate(-180deg);
}
.widget-faq.template-faq-1 .widget-item-name-wrap:hover .widget-item-decoration svg {
    fill: #c60662;
}
.widget-faq.template-faq-1 .widget-item-expandable {
    overflow: hidden;
    opacity: 1;
    transition: opacity 0.8s;
}
.widget-faq.template-faq-1 [data-state='expanded'] .widget-item-expandable {
    opacity: 1;
}
.widget-faq.template-faq-1 [data-state='collapsed'] .widget-item-expandable {
    opacity: 0;
}
.widget-faq.template-faq-1 .widget-item-description {
    padding-top: 44px;
    font-size: 16px;
    line-height: 23px;
    color: #444444;
}
.widget-faq.template-faq-1 [data-align=left] {
    text-align: left;
}
.widget-faq.template-faq-1 [data-align=center] {
    text-align: center;
}
.widget-faq.template-faq-1 [data-align=right] {
    text-align: right;
}
@media all and (max-width: 1024px) {
	.widget-faq.template-faq-1 .widget-header{
		font-weight: 600;
		font-size: 24px;
		line-height: 133.3%;	
	}
	.widget-faq.template-faq-1 .widget-item-name{
	    font-size: 16px;
		line-height: 22px;	
	}
	.widget-faq.template-faq-1 .widget-item-wrapper {
		padding: 23px;
	}
	.widget-faq.template-faq-1 .widget-item-description {
		padding-top: 20px;
		font-size: 14px;
	}
}
@media all and (max-width: 500px) {
    .widget-faq.template-faq-1 .widget-item-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

/* 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 */
/* /include/2024/banner/style.css?17339127395212 */
/* /bitrix/templates/newintec/components/bitrix/news.list/new_intec_development_advantages/style.css?16328149073342 */
/* /bitrix/templates/newintec/components/bitrix/news.list/new_intec_tools/style.css?16328323452038 */
/* /bitrix/templates/newintec/components/bitrix/news.list/new_intec_development_stages/style.css?16328153595662 */
/* /bitrix/templates/newintec/components/bitrix/news.list/new_intec_advantages_2/style.css?16312720373829 */
/* /bitrix/templates/newintec/components/bitrix/news.list/new_intec_reviews_develop/style.css?16272837824877 */
/* /bitrix/templates/newintec/components/bitrix/news.list/new_intec_development_staff/style.css?16272831833027 */
/* /bitrix/templates/newintec/components/bitrix/news.list/new_intec_faq_1/style.css?16272835412436 */
/* /bitrix/templates/newintec/components/bitrix/news.list/new_intec_other_services/style.css?16272854722541 */
