

/* Start:/bitrix/templates/newintec/components/bitrix/catalog/catalog-2020/style.css?17821232195332*/
.pay-any-summ {
	padding: 92px 0;
	background: #F5F5F5;
	font-weight: 500;
	font-size: clamp(16px, 1.7vw, 20px);
	line-height: 20px;
	color: #0B0B0B;
}
.pay-any-summ .pay-any-summ__title {
	color: #1B1E25;
	font-size: 2.2em;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	text-wrap: balance;
}
.pay-any-summ .pay-any-summ__title + *{
	margin-top: 1.6em;
}
.pay-any-summ .pay-any-summ__subtitle + * {
	margin-top: 1.6em;
}
.pay-online-banner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 546px;
	background-image: url(/upload/2020/pattern-white.png);
    background-repeat: repeat;
    background-color: #ab3361;
	color: #fff;
}
.pay-online-banner .pay-online-banner__containter {
	width: 100%;
	margin-top: 8%;
}
.pay-online-banner__tags {
	display: flex;
	margin-top: 28px;
	flex-wrap: wrap;
}
.pay-online-banner__tag {
	    margin-right: 12px;
   	 margin-bottom: 10px;
    padding: 12px 13px;
    background: #fff;
    color: #000;
    border-radius: 4px;
    font-size: 16px;
    line-height: 145.5%;
    text-transform: uppercase;
    font-weight: 500;
}
.pay-any-summ .pay-any-summ__make-payment {
	padding: 1.245em 2.1em;
	font-weight: 500;
	font-size: .8em;
	line-height: 1.2;
	border-radius: 4px;
	text-transform: uppercase;
	background: #C41F4C;
	user-select: none;
	margin-left: 1em;

	transition: background-color .2s ease-out, border-color .2s ease-out, color .2s ease-out;
}
.pay-any-summ .pay-any-summ__make-payment:hover,
.pay-any-summ .pay-any-summ__make-payment:focus,
.pay-any-summ .pay-any-summ__make-payment:active {
	background-color: #8D1846;
}
.pay-any-summ__chose-another {
	margin-top: 30px;
	display: flex;
	align-items: center;
	border: 0;
	background: none;
	font: inherit;
	padding: 0;
	color: inherit;
	text-decoration: none!important;
}
.pay-any-summ__chose-another::after {
	content: "";
	margin-left: 26px;
	width: 9px;
	height: 20px;		
	background-image: url("data:image/svg+xml,%3Csvg width='9' height='20' viewBox='0 0 9 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.32272 18.9966C4.51798 19.1919 4.83456 19.1919 5.02982 18.9966L8.2118 15.8146C8.40706 15.6194 8.40706 15.3028 8.2118 15.1075C8.01654 14.9123 7.69996 14.9123 7.5047 15.1075L4.67627 17.936L1.84784 15.1075C1.65258 14.9123 1.336 14.9123 1.14073 15.1075C0.945473 15.3028 0.945473 15.6194 1.14073 15.8146L4.32272 18.9966ZM4.17627 0.356934L4.17627 18.6431L5.17627 18.6431L5.17627 0.356934L4.17627 0.356934Z' fill='black'/%3E%3C/svg%3E%0A");
}
.pay-any-summ__row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: .8em .7em;
}
.pay-any-summ__input-wrapper {
	position: relative;
	max-width: 32%;
	flex: 0 0 32%;
}
.pay-any-summ__input {
	background: #FFFFFF;
	border: 1px solid #CECECE;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 1em 1.3em;
	font-size: .9em;
	line-height: 1;
	font-weight: 400;
	width: calc(100% - 52px);
}
.pay-any-summ__select-wrapper {
	flex: 0 0 34%;
	position: relative;
	min-width: 250px;
	max-width: 34%;
	background: #f5f5f5;
	box-sizing: border-box;
	border-radius: 2px;
}
.pay-any-summ__select {
	border: 1px solid #CECECE;
	border-radius: 4px;
	height: 100%;
	width:100%;
	padding: 1.084em 1.3em;
	font-size: .9em;
	line-height: 1;
	font-weight: 400;
	appearance: none;
	cursor: pointer;
	background: transparent
	url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.335938 0.369995L5.83594 5.37L11.3359 0.369995' stroke='black'/%3E%3C/svg%3E")
	right 1.5em center / 12px 7px no-repeat;
}
.pay-any-summ__selec:open::picker-icon {
	rotate: 180deg;
}


.pay-any-summ__select-error,
.pay-any-summ__input-error {
	position: absolute;
	bottom: -30px;
	color: red;
	opacity: 0;
	font-size: .9em;

	transition: opacity 0.6s;
}
.pay-any-summ__curency {
	margin-bottom: 15px;
	margin-left: 7px;
	font-size: .9em;
}

@media all and (max-width: 800px) {
	.pay-any-summ .pay-any-summ__title {
		font-size: 1.625em;
	}
	.pay-any-summ__select,
	.pay-any-summ__input,
	.pay-any-summ__curency,
	.pay-any-summ__select-error,
	.pay-any-summ__input-error{
		font-size: 1em;
	}
	.pay-any-summ .pay-any-summ__make-payment{
		font-size: .9375em;
		padding: 1em 2em;
		margin-top: 1em;
		margin-left: 0;
	}
	.pay-any-summ__input-wrapper,
	.pay-any-summ__select-wrapper{
		max-width: 100%;
		flex: 0 0 100%;
	}
	.pay-any-summ .pay-any-summ__title + * {
		margin-top: 1.2em;
	}
	.pay-any-summ .pay-any-summ__subtitle + * {
		margin-top: 2.5em;
	}
	.pay-any-summ__select-error, .pay-any-summ__input-error{
		position: relative;
		margin-top: .6em;
		bottom: 0 !important;
	}
}
@media (max-width: 660px) {
	.pay-online-banner__tag {
		margin-right: 10px;
	}
	.pay-any-summ__select-wrapper {
		width: 100%;
		min-width: auto;
	}
	.pay-any-summ__input-wrapper  {
		width: 100%;
		min-width: auto;
	}
	.pay-online-banner {
		height: 330px;
	}
	.pay-any-summ {
		padding: 50px 0;
	}
	.pay-any-summ .pay-any-summ__title {
		font-size: 24px;
	}
	.pay-any-summ__chose-another {
		margin-top: 20px;
	}
	.pay-any-summ__chose-another::after {
		margin-left: 15px;
	}
	.pay-any-summ__select-error, 
	.pay-any-summ__input-error {
		bottom: -25px;
	}
	.pay-online-banner__tag {
		padding: 5px 18px;		
		border-radius: 4px;
		font-size: 16px;
	}
}
/* End */


/* Start:/bitrix/templates/newintec/components/bitrix/catalog/catalog-2020/bitrix/catalog.section.list/inner/style.css?1764754814938*/
.sections-info .sections-info__title {
	font-size: 44px;
	line-height: 120%;
	margin-bottom: 45px;
	text-transform: uppercase;
	font-weight: 700;
}
.sections-info__link {
	margin-bottom: 28px;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #AB3362;
	text-decoration: none!important;
}
.sections-info__link::before {
	content: "";
	margin-right: 8px;
	width: 9px;
	height: 14px;
	background-repeat:no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='2' height='10' rx='1' transform='matrix(0.628334 0.777944 -0.753795 0.65711 7.53796 0.397339)' fill='%23AB3362'/%3E%3Crect width='2' height='10' rx='1' transform='matrix(0.628334 -0.777944 -0.753795 -0.65711 7.53796 14.3973)' fill='%23AB3362'/%3E%3C/svg%3E%0A");
}
/* End */


/* Start:/bitrix/templates/newintec/components/bitrix/catalog/catalog-2020/bitrix/catalog.section/.default/style.css?17663817704844*/
.sections-info__link {
padding-top: 48px;
}
.products__nav-list {
	display: flex;
	margin-bottom: 47px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #7D7D7D;
	flex-wrap: wrap;
}
.products__nav-item-link {
	color: inherit;
	padding-bottom:5px;	
}
.products__nav-item-link:hover,
.products__nav-item-link:focus,
.products__nav-item.active .products__nav-item-link{
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid;
}
.products__nav-item {
	margin-right: 65px;
	margin-bottom: 20px;
}
.products__nav-item.active {
	color: #000;
}
.products__item {
	margin-bottom: 30px;
	margin-top:-10px;
	padding-top: 10px;
}
.products__item-wrapper {
	border: 1px solid #D1D1D1;
	padding: 27px;
	padding-right: 55px;
}
.products__item-wrapper1 {
	display: flex;
	align-items: start;
}
.products__image {
	max-width: 188px;
	border-radius: 0x;
	margin-right: 45px;
}
.products__name {
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #323232;
	text-decoration: none!important;
}

.products__description {
	font-weight: normal;
	font-size: 14px;
	line-height: 142.9%;
	color: #323232;
}
.products__price-block {
	display: flex;
	padding-left: 80px;
	align-items: center;
	flex-shrink: 0;
}
.products__new-price {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
}
.products__old-price {
	margin-left: 18px;
	font-size: 14px;
	line-height: 17px;
	text-decoration-line: line-through;
	color: #0B0B0B;
}
.products__price-block {
	margin-left: auto;
}
.products .products__buy-button {
	margin-left: 40px;
	padding: 13px 52px;
	font-size: 14px;
	line-height: 1;
	border-radius: 0;
	background: #C41F4C;
	border: 0;
	color: #fff;
}
.products .main-button--added {
	display: none;
}
.products .main-button--added.main-button--show {
	display: block;
}
.products .products__buy-button:hover,
.products .products__buy-button:focus,
.products .products__buy-button:active,
.products .main-button--added {	
	background-color: #AB3362;
	color: #fff;
}
.products__price-input {
	margin-top: -10px;
	width: 145px;
    margin-right: 8px;	
    padding: 14px 20px;
    font-size: 16px;
    line-height: 133.3%;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 2px;
    background: #fff;    
}
.products__price-rub {
	margin-top: -10px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}
.products__sets {
	margin-left: 195px;
}
.sets__body {
	display: none;
}
.sets__body--active {
	display: block;
}
.sets__button {
	padding: 0;	
    margin-top: 16px;
	display: flex;
	align-items: center;
	background: transparent;
	border: 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #AB3362;
}
.sets__button::after {
	content: "";
	height: 8px;
	width: 12px;
	margin-left: 12px;
	transform: rotate(180deg);
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1.63859' height='8.19295' rx='0.819295' transform='matrix(-0.777944 0.628334 -0.65711 -0.753795 12.3378 6.97043)' fill='%23AB3362'/%3E%3Crect width='1.63859' height='8.19295' rx='0.819295' transform='matrix(0.777944 0.628334 0.65711 -0.753795 0.867676 6.97043)' fill='%23AB3362'/%3E%3C/svg%3E%0A");
}
.sets__button--active::after {
	transform: rotate(0);
}
.main-set__item-wrapper {
	padding-left: 0;
}

@media (max-width: 900px) {
	.products__sets {
		margin-left: 0;
	}
	.products__description {
		display: none;
	}
	.products__list {
		padding-bottom: 30px;
	}
	.products__price-block {
		flex-direction: column;
		text-align: left;
		align-items: flex-start;
		position: relative;
	}
	.products__price-rub {
		position: absolute;
        	right: 23px;
        	top: 18px;
	}
	.products__old-price .products__price-rub {
		position: static;
		margin-left: 5px;
		font-weight: normal;
	}
	.products__old-price {
		margin-top: 5px;
		margin-left: 0;
	}
	.products .products__nav-list {
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-top: -20px;
		margin-bottom: 20px;
	}
	.products__nav-item {
		margin-bottom: 25px;
		margin-right: 22px;
	}
}
@media (max-width: 600px) {
	.products__item-wrapper1 {
		flex-wrap: wrap;
	}
	.products__nav-list {
		margin-bottom: 35px;
	}
	.products__item {
		margin-bottom: 50px;
	}
	.products__image {
		max-width: 45px;
		margin-right: 16px;
	}
	.products__name {
		font-size: 16px;
		line-height: 20px;
	}
	.products__price-block {
		margin-left: 0;
		margin-top: 0px;
		padding-left: 0;
	}
	.products__description-block {
		width:75%;
		margin-bottom: 15px;
	}
	.products__item-wrapper {
		flex-wrap: wrap;
	}
	.products__buy-block{
		margin-left: auto;
	}
	.products__item-wrapper {
		padding: 18px; 
	}
	.products__item {
		margin-bottom: 18px;
	}
	.main-set__economy {
		padding: 4px 12px;
	}
}
/* End */


/* Start:/include/kompleksnoe_prodvigenie/style.css?176708609032731*/
body{
    overflow: visible !important;
}
h2{
    padding: 0 !important;
    margin: 0 !important;
}

.br{
    position: relative;
}
@media all and (max-width: 800px) {
    .br:after{
        display: none !important;
    }
}

.special{
    color: #C41F4C !important;
}

.widget-about{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.7vw, 20px);
    padding: clamp(50px, 8vw, 95px) 0 clamp(60px, 8vw, 120px);
    border-bottom: 1px solid #E8E8E8;
}
.widget-about .widget-header{
    display: flex;
    justify-content: space-between;
    gap: 2em 5em;
}
.widget-about .widget-header .widget-title{
    flex: 1;
    color: #1B1E25;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.4;
}
.widget-about .widget-header .widget-description{
    flex: 1;
    color: #808080;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
}
.widget-about .widget-header .widget-description p{
    margin-bottom: 1.5em;
}
.widget-about .widget-header .widget-description *:last-child{
    margin-bottom: 0;
}
.widget-about .widget-header .widget-description ul{
    color: inherit;
}
.widget-about .widget-header .widget-description ul li{
    position: relative;
    padding-left: 1.5em;
}
.widget-about .widget-header .widget-description ul li:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(.6em, .6em);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #808080;
}
.widget-about .widget-header .widget-description ul li:last-child{
    margin-bottom: 0;
}
@media all and (max-width: 800px) {
    .widget-about .widget-header{
        flex-wrap: wrap;
    }
    .widget-about .widget-header .widget-title,
    .widget-about .widget-header .widget-description{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-about .widget-header .widget-description p{
        margin-bottom: 1em;
    }
    .widget-about .widget-header .widget-title{
        font-size: 1.125em;
    }
}


.widget-advantages{
    position: relative;
    overflow: hidden;
    padding: clamp(60px, 8vw, 120px) 0;
    font-size: clamp(16px, 1.7vw, 20px);
}
.widget-advantages .widget-header .widget-title{
    color: #1B1E25;
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    text-wrap: balance;
}
.widget-advantages .widget-header + .widget-content{
    margin-top: 2.5em;
}
.widget-advantages .widget-items{
    display: flex;
    flex-wrap: wrap;
    gap: 3.3em 2em;
}
.widget-advantages .widget-item{
    max-width: calc(33.3333% - 1.3333em);
    flex: 0 0 calc(33.3333% - 1.3333em);
}
.widget-advantages .widget-item-icon{
    display: inline-flex;
    max-height: 1.6em;
}
.widget-advantages .widget-item-icon svg{
    width: 100%;
    height: auto;
}
.widget-advantages .widget-item-icon + *{
    margin-top: .9em;
}
.widget-advantages .widget-item-title{
    color: #1B1E25;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.35;
    text-wrap: balance;
}
.widget-advantages .widget-item-title + *{
    margin-top: .6em;
}
.widget-advantages .widget-item-description{
    color: #808080;
    font-size: .9em;
    font-weight: 400;
    line-height: 1.5;
}
@media all and (max-width: 800px) {
    .widget-advantages .widget-header .widget-title{
        font-size: 2.125em;
    }
    .widget-advantages .widget-items{
        gap: 2.6em 2em;
    }
    .widget-advantages .widget-item{
        max-width: calc(50% - 1em);
        flex: 0 0 calc(50% - 1em);
    }
    .widget-advantages .widget-item-title{
        font-size: 1.125em;
    }
    .widget-advantages .widget-item-description{
        font-size: 1em;
    }
    .widget-advantages .widget-item-icon + * {
        margin-top: .6em;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages .widget-header .widget-title br {
         display: none;
    }
    .widget-advantages .widget-items {
        gap: 2.5em;
    }
    .widget-advantages .widget-item{
        max-width: 100%;
        flex: 100%;
    }
    .widget-advantages .widget-item-icon{
        width: auto;
        max-height: 2em;
    }
    .widget-advantages .widget-item-description{
        line-height: 1.3;
    }
}


.widget-advantages-1{
    position: relative;
    overflow: hidden;
    padding: clamp(30px, 8vw, 60px) 0 clamp(60px, 8vw, 120px);
    font-size: clamp(16px, 1.7vw, 20px);
}
.widget-advantages-1 .widget-header .widget-title{
    color: #1B1E25;
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    text-wrap: balance;
}
.widget-advantages-1 .widget-header + .widget-content{
    margin-top: 2.5em;
}
.widget-advantages-1 .widget-items{
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em;
}
.widget-advantages-1 .widget-item{
    max-width: calc(33.3333% - 1em);
    flex: 0 0 calc(33.3333% - 1em);
    border-radius: 4px;
    background-color: #F3F3F3;
    padding: 1.7em 1.9em;
}
.widget-advantages-1 .widget-item-index{
    color: #000000;
    font-size: 1em;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}
.widget-advantages-1 .widget-item-index + *{
    margin-top: 1.4em;
}
.widget-advantages-1 .widget-item-description{
    color: #1B1E25;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4;
}
@media all and (max-width: 800px) {
    .widget-advantages-1 .widget-header .widget-title{
        font-size: 2.125em;
    }
    .widget-advantages-1 .widget-item{
        max-width: calc(50% - .75em);
        flex: 0 0 calc(50% - .75em);
    }
    .widget-advantages-1 .widget-item-index + * {
        margin-top: .6em;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages-1 .widget-header .widget-title br {
        display: none;
    }
    .widget-advantages-1 .widget-items {
        gap: 1em;
    }
    .widget-advantages-1 .widget-item{
        max-width: 100%;
        flex: 100%;
        padding: 1.4em 1.25em;
    }
    .widget-advantages-1 .widget-item-description{
        line-height: 1.3;
    }
}


.widget-advantages-2{
    position: relative;
    overflow: hidden;
    padding: clamp(60px, 8vw, 120px) 0 clamp(30px, 8vw, 60px);
    font-size: clamp(16px, 1.7vw, 20px);
}
.widget-advantages-2 .widget-header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 2em;
}
.widget-advantages-2 .widget-header .widget-title{
    color: #1B1E25;
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    text-wrap: balance;
    flex: 1;
}
.widget-advantages-2 .widget-header .widget-picture{
    display: flex;
    max-width: 46%;
}
.widget-advantages-2 .widget-header .widget-picture img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    user-select: none;
}
@media all and (max-width: 800px) {
    .widget-advantages-2 .widget-header .widget-title{
        font-size: 2.125em;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages-2 .widget-header{
        flex-wrap: wrap;
    }
    .widget-advantages-2 .widget-header .widget-title,
    .widget-advantages-2 .widget-header .widget-picture{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-advantages-2 .widget-header .widget-title br {
        display: none;
    }
}


/* ADVANTAGES 4 */
.widget-advantages-4{
    position: relative;
    padding: 183px 0 183px;
    background-color: #F3F3F3;
    font-size: clamp(16px, 1.7vw, 20px);
}
.widget-advantages-4 .widget-header{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
    margin-left: calc((100vw - 1200px) / 2);
    max-width: 1543px;
}
.widget-advantages-4 .widget-header-text{}
.widget-advantages-4 .widget-header .widget-title{
    font-size: 1.9em;
    font-weight: 700;
    line-height: 1.3;
    color: #151515;
    text-transform: uppercase;
    text-wrap: balance;
}
.widget-advantages-4 .widget-header .widget-description{
    font-size: 1em;
    font-weight: 400;
    line-height: 1.3;
    color: #323232;
    margin-top: 38px;
}
.widget-advantages-4 .widget-header .widget-picture{
    display: flex;
    max-width: 841px;
    flex: 1 0 56%;
    border-radius: 4px;
    overflow: hidden;
    margin-top: -247px;
}
.widget-advantages-4 .widget-header .widget-picture img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    user-select: none;
}
.widget-advantages-4 .widget-content{
    margin-top: 122px;
}
.widget-advantages-4 .widget-items{
    display: flex;
    flex-wrap: wrap;
    gap: 46px 134px;
}
.widget-advantages-4 .widget-item{
    max-width: calc(25% - 100.5px);
    flex: 0 0 calc(25% - 100.5px);
}
.widget-advantages-4 .widget-item-number{
    font-size: 2.4em;
    font-weight: 700;
    line-height: 130%;
    color: #151515;
    text-align: center;
}
.widget-advantages-4 .widget-item-description{
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    color: #323232;
    text-align: center;
    margin-top: 2px;
    text-wrap: balance;
}
@media all and (max-width: 1240px) {
    .widget-advantages-4{
        padding: 120px 0 183px;
    }
    .widget-advantages-4 .widget-header{
        margin-left: 0;
        padding: 0 20px;
    }
    .widget-advantages-4 .widget-header .widget-picture{
        margin-top: 0;
        max-width: 50%;
    }
    .widget-advantages-4 .widget-header-text {
        margin-top: 60px;
    }
    .widget-advantages-4 .widget-header .widget-description br{
        display: none;
    }
    .widget-advantages-4 .widget-items{
        gap: 48px 40px;
    }
    .widget-advantages-4 .widget-item{
        max-width: calc(25% - 30px);
        flex: 0 0 calc(25% - 30px);
    }
}
@media all and (max-width: 1000px) {
    .widget-advantages-4 {
        padding: 0 0 183px;
    }
    .widget-advantages-4 .widget-header .widget-picture{
        max-width: calc(100% + 40px);
        flex: 0 0 calc(100% + 40px);
        aspect-ratio: 16 / 9;
        order: 1;
        margin: 0 -20px;
    }
    .widget-advantages-4 .widget-header-text{
        margin-top: 0;
        order: 2;
    }
    .widget-advantages-4 .widget-header .widget-description{
        margin-top: 28px;
    }
    .widget-advantages-4 .widget-header{
        flex-wrap: wrap;
    }
    .widget-advantages-4 .widget-content {
        margin-top: 80px;
    }
    .widget-advantages-4 .widget-item {
        max-width: calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
    }
}
@media all and (max-width: 800px) {
    .widget-advantages-4 .widget-header .widget-title{
        font-size: 2.125em;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages-4 {
        padding: 0 0 120px;
    }
    .widget-advantages-4 .widget-header{
        gap: 40px 60px;
    }
    .widget-advantages-4 .widget-header .widget-description {
        margin-top: 25px;
    }
    .widget-advantages-4 .widget-content {
        margin-top: 36px;
    }
    .widget-advantages-4 .widget-items {
        gap: 48px 20px;
    }
    .widget-advantages-4 .widget-item {
        max-width: calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
    }
}
@media all and (max-width: 450px) {
    .widget-advantages-4 .widget-header .widget-picture{
        aspect-ratio: 16 / 13.5;
    }
    .widget-advantages-4 .widget-header .widget-picture img{
        object-position: right;
    }
    .widget-advantages-4 .widget-item {
        max-width: 100%;
        flex: 0 0 100%;
    }
}


/* ADVANTAGES 5 */
.widget-advantages-5{
    position: relative;
    margin-top: -82px;
    padding: 0 0 clamp(30px, 8vw, 60px);
    z-index: 1;
}
.widget-advantages-5 .widget-content{}
.widget-advantages-5 .widget-items{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.widget-advantages-5 .widget-item{
    max-width: calc(25% - 11.25px);
    flex: 0 0 calc(25% - 11.25px);
    padding: 27px 34px 34px;
    background-color: #FFFFFF;
    box-shadow: -11px 15px 17px 0 #00000008;
}
.widget-advantages-5 .widget-item-icon{
    display: flex;
    margin-bottom: 18px;
}
.widget-advantages-5 .widget-item-name{
    font-size: 20px;
    font-weight: 700;
    line-height: 128%;
    color: #151515;
    text-transform: uppercase;
}
.widget-advantages-5 .widget-item-description{
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    color: #585858;
    margin-top: 1px;
}
.widget-advantages-5 .widget-item:nth-child(4){
    background-color: #000000;
}
.widget-advantages-5 .widget-item:nth-child(4) .widget-item-name,
.widget-advantages-5 .widget-item:nth-child(4) .widget-item-description{
    color: #ffffff;
}
@media all and (max-width: 1240px) {
    .widget-advantages-5 .widget-item{
        padding: 27px 28px 34px;
    }
    .widget-advantages-5 .widget-item-name,
    .widget-advantages-5 .widget-item-description{
        font-size: 18px;
    }
}
@media all and (max-width: 1000px) {
    .widget-advantages-5 .widget-item {
        max-width: calc(50% - 7.5px);
        flex: 0 0 calc(50% - 7.5px);
    }
    .widget-advantages-5 .widget-item-name{
        font-size: 20px;
    }
    .widget-advantages-5 .widget-item-description{
        font-size: 18px;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages-5{
        margin-top: -58px;
    }
    .widget-advantages-5 .widget-item-name{
        font-size: 22px;
    }
}
@media all and (max-width: 550px) {
    .widget-advantages-5 .widget-item-name br,
    .widget-advantages-5 .widget-item-description br{
        display: none;
    }
    .widget-advantages-5 .widget-item {
        max-width: 100%;
        flex: 0 0 100%;
    }
}


.it-is-time{
    position: relative;
    overflow: hidden;
    padding: clamp(60px, 8vw, 120px) 0;
    background-color: #F8F8F8;
}
.it-is-time .widget-header-title{
    font-weight: 700;
    font-size: clamp(24px, 5vw, 44px);
    line-height: 130%;
    text-transform: uppercase;
    color: #151515;
}
.it-is-time .widget-header-title span{
    color: #9E5FDC;
}
.it-is-time .widget-header + .widget-content{
    margin: 60px 0 0;
}
.it-is-time .widget-items{
    display: flex;
    margin: -4px;
    pointer-events: none;
}
.it-is-time .widget-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    border: 1px solid #A5A5A5;
    height: 247px;
    margin: 4px;
    padding: 27px 20px 12px;
    flex: 0 0 294px;
    overflow: hidden;
    pointer-events: all;

    transition: opacity .3s ease-in-out;
}
.it-is-time .widget-item:nth-child(even){
    margin: 78px 4px 4px;
}
.it-is-time .widget-items:hover .widget-item-name,
.it-is-time .widget-items:hover .widget-item-number{
    opacity: .5;
}
.it-is-time .widget-item:hover .widget-item-name,
.it-is-time .widget-item:hover .widget-item-number{
    opacity: 1 !important;
}
.it-is-time .widget-item-back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #151515;
    transform: translateX(-100%);
}
.it-is-time .widget-item-name{
    font-weight: 300;
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
    position: relative;
    z-index: 1;
    mix-blend-mode: difference;
}
.it-is-time .widget-item-name span{
    font-weight: 600;
}
.it-is-time .widget-item-name b{
    font-weight: 600;
}
.it-is-time .widget-item-number{
    font-weight: 300;
    font-size: 20px;
    line-height: 1;
    font-variant: small-caps;
    color: #fff;
    position: relative;
    z-index: 1;
    mix-blend-mode: difference;
}
.it-is-time .widget-item .widget-item-name,
.it-is-time .widget-item .widget-item-number{
    transition: opacity .4s ease-in-out;
}
@media all and (max-width: 1240px) {
    .it-is-time .widget-item-name b{
        display: block;
    }
    .it-is-time .widget-item-name br{
        display: none;
    }
    .it-is-time .widget-items{
        flex-wrap: wrap;
    }
    .it-is-time .widget-item{
        flex: 0 0 calc(50% - 8px);
    }
    .it-is-time .widget-item:nth-child(even){
        margin: 4px;
    }
}
@media all and (max-width: 600px) {
    .it-is-time .widget-items{
        margin: -6px;
    }
    .it-is-time .widget-item{
        flex: 0 0 calc(100% - 12px);
        padding: 21px 22px 16px;
        height: 217px;
        margin: 6px;
    }
    .it-is-time .widget-item:nth-child(even){
        margin: 6px;
    }
    .it-is-time .widget-header-title{
        max-width: 94%;
    }
    .it-is-time .widget-header + .widget-content{
        margin: 32px 0 0;
    }
    .it-is-time .widget-item-number,
    .it-is-time .widget-item-name{
        font-size: 18px;
    }
}


/* STEPS */
.widget-steps{
    position: relative;
    overflow: hidden;
    padding: clamp(30px, 8vw, 60px) 0 clamp(60px, 8vw, 120px);
    font-size: clamp(16px, 1.7vw, 20px);
}
.widget-steps .widget-header .widget-title{
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.3;
    color: #151515;
    text-transform: uppercase;
    text-wrap: balance;
}
.widget-steps .widget-header .widget-title b{
    color: #C41F4C;
}
.widget-steps .widget-header + .widget-content{
    margin-top: 2.5em;
}
.widget-steps .widget-items{}
.widget-steps .widget-item{
    border-bottom: 1px solid #989494;
}
.widget-steps .widget-item-header{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    padding-top: 40px;
    padding-bottom: 18px;
    cursor: pointer;
}
.widget-steps .widget-item:first-child .widget-item-header{
    padding-top: 0;
}
.widget-steps .widget-item-title{
    font-size: 1.1em;
    font-weight: 600;
    line-height: 130%;
    color: #151515;
}
.widget-steps .widget-item-icon{
    display: flex;
    width: 18px;
    height: 18px;
    transform: translateY(-6px);

    transition: transform .4s ease-out;
}
.widget-steps .widget-item.open .widget-item-icon{
    transform: translateY(-6px) rotateZ(-90deg);
    transform-origin: center;
}
.widget-steps .widget-item-icon svg{
    height: auto;
}
.widget-steps .widget-item-icon svg path{
    transition: stroke .4s ease-out;
}
.widget-steps .widget-item.open .widget-item-icon svg path{
    stroke: #CB1B4C;
}
.widget-steps .widget-item-content{
    cursor: default;
    display: none;
}
.widget-steps .widget-item-description{
    font-size: 1em;
    font-weight: 400;
    line-height: 1.3;
    color: #323232;
    margin: 13px 0 40px;
}
.widget-steps .widget-item-description p{
    margin-bottom: 20px;
}
.widget-steps .widget-item-description b{
    font-weight: 600;
}
.widget-steps .widget-item-description ol {
    counter-reset: num;
    list-style: none;
}
.widget-steps .widget-item-description ol li {
    display: flex;
    position: relative;
    margin-bottom: 22px;
    counter-increment: num;
}
.widget-steps .widget-item-description ol li:last-child{
    margin-bottom: 0;
}
.widget-steps .widget-item-description ol li:before {
    content: "/" counter(num);
    display: inline-block;
    margin-right: 5px;
    min-width: 40px;
}
.widget-steps .widget-item-description ol li:nth-child(-n+9):before {
    content: "/0" counter(num);
}
@media all and (max-width: 1000px) {
    .widget-steps .widget-header .widget-title{
        text-align: left;
    }
    .widget-steps .widget-item-title{
        font-size: 20px;
    }
    .widget-steps .widget-item-description{
        margin: 12px 0 30px;
    }
}
@media all and (max-width: 800px) {
    .widget-steps .widget-header .widget-title{
        font-size: 2.125em;
    }
    .widget-steps .widget-item-title{
        font-size: 1.125em;
    }
}
@media all and (max-width: 600px) {
    .widget-steps .widget-header .widget-title br{
        display: none;
    }
    .widget-steps .widget-item-header{
        padding-top: 45px;
        padding-bottom: 11px;
        gap: 20px;
    }
    .widget-steps .widget-item-title{
        font-size: 18px;
    }
    .widget-steps .widget-item-icon{
        width: 14px;
        height: 14px;
    }
    .widget-steps .widget-item-description{
        margin: 15px 0 17px;
    }
    .widget-steps .widget-item-description p {
        margin-bottom: 24px;
    }
    .widget-steps .widget-item-description ol li {
        margin-bottom: 26px;
        line-height: 133%;
    }
    .widget-steps .widget-item-description ol li:before{
        min-width: 32px;
        margin-right: 13px;
    }
}


/* STEPS PROMOTION */
.steps-promotion{
    position: relative;
    padding: clamp(60px, 8vw, 120px) 0;
    font-size: clamp(16px, 1.7vw, 20px);
}
.steps-promotion .widget-header{
    display: flex;
}
.steps-promotion .widget-header .widget-header-title{
    font-weight: 700;
    font-size: 2.2em;
    line-height: 1.2;
    text-transform: uppercase;
    color: #151515;
    padding: 0;
    margin: 0;
}
.steps-promotion .widget-header + .widget-content{
    margin-top: 2.5em;
}
.steps-promotion .widget-item{
    position: -webkit-sticky;
    position: sticky;
    top: calc(var(--index) * 65px);
    border-top: 1px solid #D7D7D7;
    background: #fff;
    padding: 30px 0 0;
    counter-increment: item;
    min-height: 240px;
    margin-bottom: calc(var(--invertIndex) * 65px);
}
.steps-promotion .widget-item:last-child{
    margin-bottom: 0 !important;
}
.steps-promotion .widget-item .widget-item-number{
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.50);
}
.steps-promotion .widget-item .widget-item-content{
    display: flex;
    justify-content: space-between;
    margin: 13px 0 20px;
}
.steps-promotion .widget-item .widget-item-name{
    font-weight: 700;
    font-size: 1.1em;
    line-height: 1.3;
    color: #1B1E25;
    text-wrap: balance;
}
.steps-promotion .widget-item .widget-item-description{
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5;
    color: #1B1E25;
    flex: 0 0 66%;
    background: #fff;
    height: 200px;
    overflow: auto;
    margin: 0 0 0 30px;
}
.steps-promotion .widget-item .widget-item-description::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}
.steps-promotion .widget-item .widget-item-description::-webkit-scrollbar-thumb {
    background-color: #d7d7d7;
    border: 0px solid #fff;
}
.steps-promotion .widget-item .widget-item-description::-webkit-scrollbar-track {
    background: #fff;
}
.steps-promotion .widget-item .widget-item-description p{
    margin: 0 0 20px;
}
.steps-promotion .widget-item .widget-item-description p:last-child{
    margin: 0;
}
@media all and (max-width: 1000px) {
    .steps-promotion .widget-item{
        top: 20px;
        margin-bottom: 0;
        height: 360px;
    }
}
@media all and (max-width: 800px) {
    .steps-promotion .widget-item .widget-item-content{
        flex-wrap: wrap;
        margin: 26px 0 0;
    }
    .steps-promotion .widget-item .widget-item-description{
        flex: 0 0 100%;
        margin: 26px 0 0;
    }
    .steps-promotion .widget-item{
        min-height: 200px;
        overflow: hidden;
        padding: 22px 0 0;
    }
    .steps-promotion .widget-header .widget-header-title{
        font-size: 2.125em;
    }
    .steps-promotion .widget-item .widget-item-description{
        height: 220px;
    }
    .steps-promotion .widget-item .widget-item-name{
        font-size: 1.125em;
    }
}


.widget-form{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.7vw, 20px);
    padding: clamp(60px, 8vw, 120px) 0 clamp(30px, 8vw, 60px);
}
.widget-form .widget-header{
    display: flex;
    justify-content: space-between;
    gap: 2em;
    border-radius: 4px;
    background-color: #1B1E25;
    padding: 2.6em 3.4em;
}
.widget-form .widget-header .widget-title{
    flex: 1;
    color: #FFF;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    text-wrap: balance;
}
.widget-form .widget-header .widget-buttons{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1em;
}
.widget-form .widget-header .widget-button{
    display: inline-block;
    color: #1B1E25;
    font-size: .8em;
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    padding: 1.1em 1.9em;
    cursor: pointer;
    text-decoration: none;
    user-select: none;
    border-radius: 4px;

    transition: background-color .2s ease-out, color .2s ease-out, border-color .2s ease-out;
}
.widget-form .widget-header .widget-button:nth-child(2n){
    color: #ffffff;
    background-color: transparent;
}
.widget-form .widget-header .widget-button:hover{
    background-color: #cccccc;
    border-color: #cccccc;
}
.widget-form .widget-header .widget-button:nth-child(2n):hover{
    color: #1B1E25;
}
@media all and (max-width: 1000px) {
    .widget-form .widget-header{
        flex-wrap: wrap;
    }
    .widget-form .widget-header .widget-title{
        flex: 1 0 100%;
    }
}
@media all and (max-width: 800px) {
    .widget-form .widget-header{
        width: calc(100% + 40px);
        margin: 0 -20px;
        border-radius: 0;
        padding: 3.75em 1.25em;
        gap: 3em;
    }
    .widget-form .widget-header .widget-title{
        font-size: 2.125em;
        line-height: 1.2;
    }
    .widget-form .widget-header .widget-button{
        font-size: 1em;
        padding: 1.1em 1.6em;
    }
}


.widget-form-1{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.7vw, 20px);
    padding: clamp(60px, 8vw, 80px) 0;
    background-color: #1B1E25;
}
.widget-form-1 .widget-header{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.widget-form-1 .widget-header .widget-title{
    flex: 1;
    color: #FFF;
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}
.widget-form-1 .widget-header .widget-description{
    color: #FFF;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4;
    max-width: 740px;
}
.widget-form-1 .widget-header .widget-buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: .8em;
}
.widget-form-1 .widget-header .widget-button{
    display: inline-block;
    color: #1B1E25;
    font-size: .8em;
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    padding: 1.1em 1.9em;
    cursor: pointer;
    text-decoration: none;
    user-select: none;
    border-radius: 4px;

    transition: background-color .2s ease-out, color .2s ease-out, border-color .2s ease-out;
}
.widget-form-1 .widget-header .widget-button:nth-child(2n){
    color: #ffffff;
    background-color: transparent;
}
.widget-form-1 .widget-header .widget-button:hover{
    background-color: #cccccc;
    border-color: #cccccc;
}
.widget-form-1 .widget-header .widget-button:nth-child(2n):hover{
    color: #1B1E25;
}
.widget-form-1 .widget-header .widget-title + *{
    margin-top: 1.2em;
}
.widget-form-1 .widget-header .widget-description + *{
    margin-top: 2.3em;
}
@media all and (max-width: 800px) {
    .widget-form-1 .widget-header .widget-title{
        font-size: 2.125em;
        line-height: 1.2;
    }
    .widget-form-1 .widget-header .widget-title + *{
        margin-top: 1.555555em;
    }
    .widget-form-1 .widget-header .widget-description + * {
        margin-top: 3em;
    }
    .widget-form-1 .widget-header .widget-description{
        font-size: 1.125em;
    }
    .widget-form-1 .widget-header .widget-button{
        font-size: 1em;
        padding: 1.1em 1.6em;
    }
}
@media all and (max-width: 600px) {
    .widget-form-1 .widget-header{
        align-items: flex-start;
        text-align: left;
    }
    .widget-form-1 .widget-header .widget-buttons{
        justify-content: flex-start;
    }
    .widget-form-1 .widget-header .widget-description{
        line-height: 1.3;
    }
}

.widget-projects-wrap,
.widget-staff-wrap{
    padding: clamp(30px, 8vw, 60px) 0;
}
.widget-tariffs-wrap{
    padding: clamp(60px, 8vw, 120px) 0;
    background-color: #F8F8F8;
}
.widget-reviews-wrap{
    padding: clamp(60px, 8vw, 120px) 0;
    background-color: #F8F8F8;
}
.widget-services-wrap{
    padding: clamp(60px, 8vw, 120px) 0 clamp(30px, 8vw, 60px);
}


/* CLIENTS */
.widget-clients{
    position: relative;
    overflow: hidden;
    padding: clamp(30px, 8vw, 60px) 0 clamp(60px, 8vw, 120px);
    font-size: clamp(16px, 1.7vw, 20px);
}
.widget-clients .widget-header{
    position: relative;
    padding: 0 0 20px;
    display: flex;
    justify-content: center;
}
.widget-clients .widget-header-title{
    color: #151515;
    font-size: 4em;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}
.widget-clients .widget-header-title div:nth-child(1){
    transform: translateX(-144px);
}
.widget-clients .widget-header-title div:nth-child(2){
    transform: translateX(97px);
    margin: 12px 0 0;
}
.widget-clients .widget-header-title span{
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #151515;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.widget-clients .widget-content{
    margin: 73px 0 0;
}
.widget-clients .widget-items:nth-child(2){
    transform: rotateY(-180deg);
    margin-top: 21px;
}
.widget-clients .widget-items:nth-child(2) .widget-item{
    transform: rotateY(180deg);
}
.widget-clients .widget-items:nth-child(2) .owl-stage-outer{
    overflow: visible;
}
.widget-clients .widget-items .owl-stage{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.widget-clients .widget-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 257px;
    height: 118px;
    border: 1px solid #E7E7E7;
    padding: 30px 44px;
}
.widget-clients .widget-item .widget-item-picture {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: contrast(0) grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: contrast(0) grayscale(100%);
    transition: 0.4s;

}
.widget-clients .widget-item .widget-item-picture:hover {
    -webkit-filter: none;
    filter: none;
}
@media all and (max-width: 1000px) {
    .widget-clients .widget-header{
        justify-content: center;
    }
    .widget-clients .widget-header-title{
        text-align: center;
    }
    .widget-clients .widget-header-title div:nth-child(1),
    .widget-clients .widget-header-title div:nth-child(2){
        transform: none;
        margin: 7px 0 0;
    }
    .widget-clients .widget-item{
        padding: 15px 46px;
    }
    .widget-clients .widget-content{
        margin: 40px 0 0;
    }
    .widget-clients .widget-header-title span{
        -webkit-text-stroke-width: .5px;
    }
}
@media all and (max-width: 800px) {
    .widget-clients .widget-header-title{
        font-size: 2.125em;
    }
}
@media all and (max-width: 550px) {
    .widget-clients .widget-content{
        margin: 22px 0 0;
    }
    .widget-clients .widget-item{
        width: 220px;
        height: 101px;
        padding: 14px 24px;
    }
    .widget-clients .widget-header-title span{
        margin: 0 0 5px;
    }
    .widget-clients .widget-header{
        padding: 0 0 25px;
    }
}

/* End */
/* /bitrix/templates/newintec/components/bitrix/catalog/catalog-2020/style.css?17821232195332 */
/* /bitrix/templates/newintec/components/bitrix/catalog/catalog-2020/bitrix/catalog.section.list/inner/style.css?1764754814938 */
/* /bitrix/templates/newintec/components/bitrix/catalog/catalog-2020/bitrix/catalog.section/.default/style.css?17663817704844 */
/* /include/kompleksnoe_prodvigenie/style.css?176708609032731 */
