

/* Start:/bitrix/templates/interpan-new/components/bitrix/menu/topmenu-new/style.css?17576577141990*/
.main-menu_new {
	display: inline-block;
}

.welcome>span {
	margin-right: 12px;
}

/*menu style */
.header-area {
	z-index: 10;
	position: relative;
}

.top-header {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.main-menu_new>li>a {
	color: #303030;
	display: block;
	padding: 0px;
	text-transform: uppercase;
}

.main-menu_new.menu-text-white>li>a {
	color: #fff;
}

.main-menu_new.menu-text-black>li>a {
	color: #000;
}

.main-menu_new li {
	display: inline-block;
	position: relative;
}

.main-menu_new>li:hover>a {
	color: #f10;
}

.dropdown>li:hover>a {
	color: #f10;
}

.single-mega-item>li:hover>a {
	color: #f10;
}

.main-menu_new span.indicator {
	margin-left: 3px;
}

/*Dropdown Style*/
.dropdown {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 1px 2px rgba(86, 86, 90, 0.5);
	left: 0;
	opacity: 0;
	position: absolute;
	text-align: left;
	top: 100%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 220px;
	z-index: 2;
}

.dropdown li {
	display: block;
	border-bottom: 1px solid #e5e5e5;
}

.dropdown li a {
	display: block;
	padding: 8px 20px;
}

.main-menu_new li:hover .dropdown {
	visibility: visible;
	opacity: 1;
	top: 100%
}

#primary-menu .main-menu_new li:hover a {
	color: #D55C27
}

#primary-menu .main-menu_new li:hover .dropdown li a {
	color: #303030
}

#primary-menu .main-menu_new li:hover .dropdown li a:hover {
	color: #D55C27
}

.main-menu_new li .dropdown li ul.dropdown.three-label-menu {
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	left: 100%;
	opacity: 0;
	top: 20% !important;
	visibility: hidden;
}

.main-menu_new li ul.dropdown>li:hover a {
	color: #D55C27 !important
}

.main-menu_new li ul.dropdown>li:hover ul.dropdown.three-label-menu li a {
	color: #444 !important
}

.main-menu_new li ul.dropdown>li:hover ul.dropdown.three-label-menu li a:hover {
	color: #D55C27 !important
}

.main-menu_new li ul.dropdown>li:hover ul.dropdown.three-label-menu {
	opacity: 1;
	top: 0 !important;
	visibility: visible;
}
/* End */


/* Start:/bitrix/templates/interpan-new/styles.css?17592409153543*/
.filter__btn-clear {
    border: 1px solid #d55c27 !important;
    text-decoration: none !important;
    padding: 9px 10px 10px !important;
    cursor: pointer !important;
    transition: color 0.4s, background 0.4s !important;
}

.filter__btn-clear:hover {
    background-color: #d55c27;
    color: #fff;
}
@media (min-width: 1024px) {
    .fastlinks__list {
        flex-wrap: wrap !important;
    }
}


.section-list__item_vlv2 {
	gap: 15px 20px;
	-webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.section-list__item_vlv2 .section-list__body {
	padding: 20px;
	padding-left: 0;
}

@media (min-width: 992px) {
	.section-list__item_vlv2 .section-list__body {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		gap: 40px;
		padding-inline: 36px;
	}

    .section-list__item_vlv2 .section-list__name {
    	font-size: 32px;
	}

	.section-list__item_vlv2 .section-list__pay-section .btn {
		max-width: 155px;
	}
}

@media (max-width: 768px) {
	.section-list__item_vlv2 .section-list__body {
		padding: 20px;
	}
}


.fastlink-item_with-text:active{
	color: #fff !important;
    background: #d55c27 !important;
}

@media (min-width: 1200px) {
	.section-list__img-wrapper{
		width:357px;
		height:357px;
	}
}
.section-card__title {
    min-height: 93px !important;
}
.section-card__subsections {

    text-decoration: none !important;

}

@media (min-width: 1024px) {
	.section-card__subsections:hover{

        text-decoration: underline  !important;
	}
}

/* Мобильные стили (mobile-first) */
.header-top-wrapper {
	display: grid;
	/* Располагаем элементы по вертикали в нужном порядке */
	grid-template-areas:
    "logo"
    "contacts"
    "recall"
    "nav";
	gap: 1rem;          /* Отступы между блоками */
	padding: 1rem;      /* Внутренние отступы */
}

.header__logo-wrapper {
	grid-area: logo;
	/* Дополнительное оформление, если нужно */
}

.header__contacts {
	grid-area: contacts;
}

.header__recall {
	grid-area: recall;
	/* Например, выравнивание по центру */
	text-align: center;
}

.header__nav {
	grid-area: nav;
}

/* Стили для планшетных и десктопных устройств (min-width: 768px) */
@media only screen and (min-width: 768px) {
	.header-top-wrapper {
		/* На экранах от 768px создаём двухуровневую сетку: верхняя строка – логотип, контакты и кнопка обратного звонка, нижняя строка – навигация */
		grid-template-areas:
      "logo contacts recall"
      "nav nav nav";
		grid-template-columns: 1fr 2fr 1fr;
		align-items: center;
		gap: 1.5rem;
		padding: 1.5rem 2rem;
	}
}

/* Если нужно ещё больше перераспределить элементы на широких экранах (min-width: 992px) */
@media only screen and (min-width: 992px) {
	.header-top-wrapper {
		grid-template-areas:
      "logo contacts social recall"
      "nav nav nav nav";
		grid-template-columns: 1fr 2fr 1fr 1fr;
		gap: 2rem;
		padding: 2rem 3rem;
	}
	/* Если блок соцсетей используется */
	.header__social {
		grid-area: social;
	}
}

[x-cloak] { display: none !important; }

.products-search__item {
	width: 100%;
}

.installation-btn:hover {
	color: #fff;
}
.btn:hover {
	color: #fff;
}
/* End */


/* Start:/bitrix/templates/interpan-new/template_styles.css?17609515252669*/
.copyright {
    display: flex; 
    justify-content: center;
    align-items: center; 
}

.copyright a {
    margin: 0 45px;
    text-decoration: none; 
    color: inherit; 
}

.section-card__info .more-text .short-height {
    max-height: unset !important;
    overflow: visible !important;
}
.more-text__toggle-btn {display: none;}

p {
    margin-block-start: 1em !important;
}
.product-detail-more-btn.more-text.section.small-width .more-text__toggle-btn {
    display: block;
}
.tabs__props-list_row .tabs-prop__title {
    
    margin-block-start: 1.3px !important;
}
.tabs-prop__body > div {
	
	width: 100%;
}
.tabs__props-list_row .tabs-prop__body {
	/* display: -ms-flexbox; */
	display: block;
}
.title-section {
	order: -1;
}
@media screen and (min-width:768px){
.main {
	display: grid;
	}}


.main-menu_new>li>a {

    text-transform: capitalize;
}
.header-topnav__item {
    font-weight: 400 !important;
    /* text-transform: lowercase !important; */
}
.header__nav {

    display: flex;
    align-items: center;
}

.name_spec {
    font-weight: 600;
}

.name_spec span, .name_spec > div {
    font-weight: 400;
}
a.header-topnav__link.selected {
    text-transform: math-auto;
}

.table-scroll-wrapper {
	overflow: auto !important;
}

.product-list product-list__list {
	padding: 0 10px;
}

.areas-detail-tabs .tabs__btn {
text-align: center !important;
}

.areas-detail-tabs .tabs__btn:not(:first-child) {
border-left: 1px solid #e7e8ea;
}

.areas-detail-tabs .tabs__btn:not(:first-child).tabs__btn_active {
border-left: 1px solid #d55c27;
}

.tabs.areas-detail-tabs .accordion__header {
padding-right: 40px;
}

.tabs.areas-detail-tabs .accordion__header:after {
content: '';
width: 21px;
height: 1px;
}

.tabs.areas-detail-tabs .tabs__content {
margin-top: 0;
}

.tabs.areas-detail-tabs .column__item:not(:first-child) {
padding-left: 10px;
border-left: 1px solid #e7e8ea;
}

.tabs.areas-detail-tabs .column__title {
position: relative;
min-height: 60px;
padding-bottom: 5px;
margin-bottom: 5px;
}

.tabs.areas-detail-tabs .column__title::after {
content: '';
position: absolute;
bottom: 0;
left: -10px;
display: block;
width: calc(100% + 10px);
height: 1px;
background-color: #e7e8ea;
}

@media only screen and (max-width: 992px) {
	.tabs.areas-detail-tabs .column__item {
		padding-left: 10px;
		margin-bottom: 20px;
	}

	.tabs.areas-detail-tabs .column__item:not(:nth-child(2n)) {
		border-left: none;
	}

	.tabs.areas-detail-tabs .column__title {
		min-height: 30px;
	}
}

@media only screen and (max-width: 576px) {
	.tabs.areas-detail-tabs .column__item {
		border-left: none !important;
	}
}

.SmartCaptcha-Shield {
	display: none !important;
}
/* End */


/* Start:/bitrix/templates/interpan-new/assets/css/swiper-bundle.min.css?175765787826962*/
/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
@font-face {
    font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper, swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.swiper-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-slide, swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    display: block;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    -ms-scroll-snap-type: none;
    scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
}

.swiper-centered > .swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "next";
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet:only-child {
    display: none !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s top, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s left, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s right, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    -ms-touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
    -ms-touch-action: none;
    touch-action: none;
}

.swiper .swiper-notification, swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube {
    overflow: visible;
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}

.swiper-flip {
    overflow: visible;
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    -o-transition-property: transform, opacity, height;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
    overflow: visible;
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
/* End */


/* Start:/bitrix/templates/interpan-new/assets/css/jquery.fancybox.min.css?175765787620606*/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image:before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
    cursor: text;
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-iframe, .fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998;
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

.fancybox-caption {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

.fancybox-loading {
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    -ms-transform: rotate(-1turn);
    transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }
  @    supports (padding: max(0px)) {
        .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
        padding-right: max(12px, env(safe-area-inset-right));
    }
}
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
    opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1;
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/* End */


/* Start:/bitrix/templates/interpan-new/assets/css/style.min.css?1781077382226255*/
html {
    box-sizing: border-box;
}
*,
:after,
:before {
    box-sizing: inherit;
}
ol,
ul {
    padding: 0;
}
blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
    margin: 0;
}
ul[class] {
    list-style: none;
}
img {
    max-width: 100%;
    display: block;
}
button,
input,
select,
textarea {
    font: inherit;
}
a {
    text-decoration: none;
    color: #000;
}
@font-face {
    font-family: Montserrat;
    font-weight: 900;
    font-style: normal;
    src: url(/bitrix/templates/interpan-new/assets/css/../fonts/Montserrat-Black.woff) format("woff");
}
@font-face {
    font-family: Montserrat;
    font-weight: 800;
    font-style: normal;
    src: url(/bitrix/templates/interpan-new/assets/css/../fonts/Montserrat-ExtraBold.woff) format("woff");
}
@font-face {
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    src: url(/bitrix/templates/interpan-new/assets/css/../fonts/Montserrat-Bold.woff) format("woff");
}
@font-face {
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    src: url(/bitrix/templates/interpan-new/assets/css/../fonts/Montserrat-SemiBold.woff) format("woff");
}
@font-face {
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    src: url(/bitrix/templates/interpan-new/assets/css/../fonts/Montserrat-Medium.woff) format("woff");
}
@font-face {
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    src: url(/bitrix/templates/interpan-new/assets/css/../fonts/Montserrat-Regular.woff) format("woff");
}
@font-face {
    font-family: Montserrat;
    font-weight: 300;
    font-style: normal;
    src: url(/bitrix/templates/interpan-new/assets/css/../fonts/Montserrat-Light.woff) format("woff");
}
@font-face {
    font-family: Montserrat;
    font-weight: 200;
    font-style: normal;
    src: url(/bitrix/templates/interpan-new/assets/css/../fonts/Montserrat-ExtraLight.woff) format("woff");
}
@font-face {
    font-family: icomoon;
    font-weight: 400;
    font-style: normal;
    src: url(/bitrix/templates/interpan-new/assets/css/../fonts/icomoon.woff) format("woff");
}
[class*=" icon-"],
[class^="icon-"] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-filter:before {
    content: "\e911";
}
.icon-arrow-down:before {
    content: "\e910";
}
.icon-check-circle:before {
    content: "\e90f";
}
.icon-round-arrow-2:before {
    content: "\e90e";
}
.icon-WA1:before {
    content: "\e90d";
}
.icon-VK:before {
    content: "\e90b";
}
.icon-WA:before {
    content: "\e90c";
}
.icon-down-arrow:before {
    content: "\e906";
}
.icon-long-arrow:before {
    content: "\e907";
}
.icon-recall:before {
    content: "\e908";
}
.icon-round-arrow:before {
    content: "\e909";
}
.icon-round-plus:before {
    content: "\e90a";
}
.icon-slide-arrow:before {
    content: "\e905";
}
.icon-search:before {
    content: "\e902";
}
.icon-basket:before {
    content: "\e903";
}
.icon-compare:before {
    content: "\e904";
}
.icon-favorites:before {
    content: "\e901";
}
.icon-price:before {
    content: "\e900";
}
body {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}
*,
:after,
:before {
    box-sizing: border-box;
}
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
@media only screen and (min-width: 320px) {
    .container {
        max-width: none;
    }
}
@media only screen and (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media only screen and (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media only screen and (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1080px;
    }
}
@media only screen and (min-width: 1320px) {
    .container {
        max-width: 1200px;
    }
}
@media only screen and (max-width: 576px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.wrapper-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}
main {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
footer {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.ps-container {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
    .ps-container {
        overflow: auto !important;
    }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ps-container {
        overflow: auto !important;
    }
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transparent;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #999;
    height: 11px;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #999;
    width: 11px;
}
.ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    opacity: 0;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    bottom: 0;
    height: 15px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    position: absolute;
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
    bottom: 2px;
    height: 6px;
}
.ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x,
.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
    height: 11px;
}
.ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    opacity: 0;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    right: 0;
    width: 15px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    position: absolute;
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
    right: 2px;
    width: 6px;
}
.ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y,
.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    width: 11px;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #999;
    height: 11px;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #999;
    width: 11px;
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
    background-color: #999;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: #999;
}
.slider-arrow-wrapper {
    position: relative;
}
.slider-arrow-wrapper .single-slider__button-next,
.slider-arrow-wrapper .single-slider__button-prev {
    position: absolute;
    width: 80px;
    height: 80px;
    top: calc(50% - 40px);
}
.slider-arrow-wrapper .single-slider__button-prev {
    left: 0;
}
.slider-arrow-wrapper .single-slider__button-next {
    right: 0;
}
.header-top-wpapper {
    display: grid;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-template: "a a b b c d" "e f f f f f";
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    gap: 2.0833333333vh 3.6458333333vw;
    margin-bottom: 28px;
    padding-bottom: 19px;
}

@media only screen and (max-width: 992px) {
    .header-top-wpapper {
         grid-template: "a b b b c d" "e f f f f f";
    }
}

@media only screen and (max-width: 992px) {
    .header-top-wpapper {
        gap: 22px;
    }
}
@media only screen and (max-width: 768px) {
    .header-top-wpapper {
        gap: 14px 22px;
        grid-template: "a b b b  d" "e e e  c c" "f f f f f ";
        margin-bottom: 19px;
        padding-bottom: 9px;
    }
}
.header-top-wpapper:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -40vw;
    bottom: 0;
    right: 0;
    width: 80vw;
    height: 1px;
    background: #d9d9d9;
}
@media only screen and (max-width: 768px) {
    .header-top-wpapper:before {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
}
.header {
    margin-top: 30px;
    font-size: 14px;
}
@media only screen and (max-width: 768px) {
    .header {
        margin-top: 23px;
    }
}
.header__logo-wrapper {
    grid-area: a;
}
.header__contacts {
    grid-area: b;
    display: -ms-flexbox;
    display: flex;
    column-gap: 3.90625vw;
}



.header__contacts-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 576px) {
    .header__contacts {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 1200px) {
    .header__contacts {
        column-gap: 2.425vw;
    }
}

.header__phone {
    color: #d55c27;
    font-weight: 600;
    text-decoration: underline;
    transition: color 0.4s, -webkit-text-decoration 0.4s;
    transition: color 0.4s, text-decoration 0.4s;
    transition: color 0.4s, text-decoration 0.4s, -webkit-text-decoration 0.4s;
}
.header__phone:hover {
    color: #000;
    text-decoration: none;
}
.header__mail {
    text-decoration: underline;
    transition: color 0.4s, -webkit-text-decoration 0.4s;
    transition: color 0.4s, text-decoration 0.4s;
    transition: color 0.4s, text-decoration 0.4s, -webkit-text-decoration 0.4s;
}
.header__mail:hover {
    color: #d55c27;
    text-decoration: none;
}
.header__social {
    grid-area: c;
}
.header__recall {
    grid-area: d;
}
@media only screen and (max-width: 768px) {
    .header__recall {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
.header__recall-btn {
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    background: #d55c27;
    border: 1px solid;
    padding: 9px 10px 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: color 0.4s, background 0.4s, border 0.4s;
}
.header__recall-btn:hover {
    color: #fff;
    background: #fd824f;
    border: 1px solid #fd824f;
}
.header__recall-btn .icon-recall {
    font-size: 20px;
}
@media only screen and (max-width: 992px) {
    .header__recall-btn span {
        display: none;
    }
}
.header__dropdown-list {
    grid-area: e;
    display: -ms-flexbox;
    display: flex;
    column-gap: 1.3020833333vw;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
    .header__dropdown-list {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.header__nav {
    grid-area: f;
}
@media only screen and (max-width: 992px) {
    .header__nav {
        justify-self: flex-end;
    }
}
@media only screen and (max-width: 768px) {
    .header__nav {
        justify-self: auto;
    }
}
.header__mainnav {
    overflow: hidden;
    opacity: 0;
    height: 0;
    pointer-events: none;
    position: absolute;
}
.header__mainnav.active {
    overflow: visible;
    opacity: 1;
    height: auto;
    pointer-events: auto;
    background: #fff;
    padding-top: 47px;
    margin-top: 4px;
    left: 0 !important;
    max-width: 378px;
    z-index: 10;
    left: 5px;
}
@media only screen and (max-width: 576px) {
    .header__mainnav.active {
        max-width: 100%;
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .header__mainnav.active .main-menu {
        min-height: auto;
    }
}
.header__search-wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
@media only screen and (max-width: 768px) {
    .header__search-wrapper {
        -ms-flex: 1 1;
        flex: 1 1;
    }
}
.header__search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #d55c27;
    border-radius: 4px;
}
.header__search-input {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border: none;
    border-radius: 4px;
    padding: 10px 20px 9px;
}
.header__search-input:focus {
    outline: none;
}
.header__search-btn {
    background: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    color: #d55c27;
    padding: 0 20px;
    transition: color 0.4s;
}
.header__search-btn:hover {
    color: #000;
}
.header__search-mobile-btn {
    font-size: 22px;
    color: #d55c27;
}
.header__activity {
    min-width: 75px;
}
@media only screen and (max-width: 768px) {
    .header__activity {
        min-width: auto;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}
.header-social__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 768px) {
    .header-social__list {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
.header-social__icon {
    display: block;
    width: 19px;
    height: 19px;
    font-size: 19px;
}
.icon-WA1 {
    color: #05a859;
}
.icon-VK {
    color: #325c9d;
}
.sitelist,
.sitelist__btn {
    position: relative;
}
.sitelist__btn {
    padding-right: 17px;
    cursor: pointer;
    transition: color 0.4s;
}
@media only screen and (max-width: 992px) {
    .sitelist__btn {
        display: block;
        font-size: 12px;
    }
}
.sitelist__btn.active,
.sitelist__btn:hover {
    color: #d55c27;
}
.sitelist__btn.active .icon {
    transform: rotate(180deg);
}
.sitelist__btn .icon {
    font-size: 6px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 0;
    transition: transform 0.4s;
}
.sitelist__list {
    display: none;
    position: absolute;
    top: 4.7vh;
    padding: 10px 23px;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    min-width: 290px;
    z-index: 10;
}
.sitelist__list.active {
    display: block;
}
.header-topnav__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 45px;
}
@media only screen and (max-width: 992px) {
    .header-topnav__list {
        gap: 15px 15px;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.header-topnav__item {
    font-weight: 600;
}
.header-topnav__link {
    transition: color 0.4s;
}
@media only screen and (max-width: 576px) {
    .header-topnav__link {
        font-size: 13px;
    }
}
.header-topnav__link:hover {
    color: #d55c27;
}
.header-main-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px 3.90625vw;
    position: relative;
}
.icon-menu__btn {
    display: -ms-flexbox;
    display: flex;
    width: 34px;
    height: 34px;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}
.icon-menu__btn:hover > span {
    background-color: #000;
}
.icon-menu__btn > span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #d55c27;
    transition: 0.3s;
}
.icon-menu__btn.active {
    position: relative;
}
.icon-menu__btn.active > span {
    position: absolute;
    background-color: #000;
    opacity: 0;
}
.icon-menu__btn.active > span:nth-child(2) {
    opacity: 1;
    transform: rotate(45deg);
}
.icon-menu__btn.active > span:nth-child(3) {
    opacity: 1;
    transform: rotate(-45deg);
}
.header-activity__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 768px) {
    .header-activity__list {
        gap: 4px 16px;
        display: grid;
        grid-template: 1fr / repeat(2, 1fr);
    }
}
.header-activity__item .header-activity__link:hover {
    color: #d55c27;
}
.header-activity__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3px;
    transition: color 0.4s;
}
@media only screen and (max-width: 768px) {
    .header-activity__link {
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 12px;
    }
}
.header-activity__icon {
    font-size: 26px;
}
@media only screen and (max-width: 768px) {
    .header-activity__icon {
        font-size: 15px;
        font-weight: 700;
    }
}
.header-activity__title {
    font-size: 12px;
    line-height: 12px;
    text-decoration: underline;
}

.footer__menu-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px 3.90625vw;
}
@media only screen and (max-width: 992px) {
    .footer__menu-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 992px) {
    .footer__menu-col {
        width: 47%;
    }
}
.footer__recall {
    margin-top: 20px;
}
.footer__copyright {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer__logo-wrapper {
    margin-top: 30px;
}
.footer__copy {
    font-size: 12px;
    line-height: 16px;
    margin: 11px 0 16px;
}
.menu-column__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 19px;
    max-width: 264px;
}
.menu-column__list > :not(:last-child) {
    margin-bottom: 20px;
}
.menu-column__list p {
    font-weight: 300;
    line-height: 21px;
}
.footer-activity__list {
    margin-top: 20px;
}
.footer-activity__item:not(:last-child) {
    margin-bottom: 20px;
}
.footer-activity__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}
.footer-activity__icon {
    font-size: 17px;
}
.footer-activity__title {
    font-size: 12px;
    text-decoration-line: underline;
}
.btn {
    display: inline-block;
    text-align: center;
}
.btn,
.btn__company {
    padding: 9px 10px 10px;
}
.btn__company {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    background: #d55c27;
    border: 1px solid #d55c27;
    cursor: pointer;
    transition: color 0.4s, background 0.4s;
}
.btn__company:hover {
    color: #fff;
    background: #fd824f;
    border: 1px solid #fd824f;
}
.btn_light,
.btn_light-white {
    border: 1px solid #d55c27;
    background: inherit;
    color: #d55c27;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: color 0.4s, background 0.4s;
}
.btn_light-white:hover,
.btn_light:hover {
    background: #d55c27;
    color: #fff;
}
.btn_light-white {
    border: 1px solid #fff;
    color: #fff;
}
.btn_light-white:hover {
    border: 1px solid #d55c27;
}
.btn_wide {
    padding: 9px 47px 10px;
}
.btn_big {
    font-size: 16px;
    padding: 16px 53px 18px;
}
@media only screen and (max-width: 768px) {
    .btn_big {
        padding: 9px 35px 10px;
    }
}
@media only screen and (max-width: 576px) and (max-width: 768px) {
    .btn_big {
        padding: 9px 29px 10px;
    }
}
.btn_icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
    width: -moz-fit-content;
    width: fit-content;
}
.btn_icon .icon {
    font-size: 24px;
}
.btn_like-link {
    padding: 0;
    text-decoration: underline;
    color: #d55c27;
    transition: -webkit-text-decoration 0.4s;
    transition: text-decoration 0.4s;
    transition: text-decoration 0.4s, -webkit-text-decoration 0.4s;
}
.btn_like-link:hover {
    text-decoration: none;
}
.form__license-body input[type="checkbox"]:checked,
.form__license-body input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.form__license-body input[type="checkbox"]:checked + label,
.form__license-body input[type="checkbox"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 33px;
    cursor: pointer;
    color: #4d4d4d;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    margin: 14px 0;
}
.form__license-body input[type="checkbox"].input-checkbox:checked + label:before,
.form__license-body input[type="checkbox"].input-checkbox:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 4px;
    top: -1px;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 0;
}
.form__license-body input[type="checkbox"].input-checkbox:checked + label:after,
.form__license-body input[type="checkbox"].input-checkbox:not(:checked) + label:after {
    content: "";
    position: absolute;
    transition: all 0.4s ease;
    left: 0;
    top: -6px;
    width: 24px;
    height: 24px;
    background-image: url(/bitrix/templates/interpan-new/assets/css/../images/check.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 0;
}
.form__license-body input[type="checkbox"].input-checkbox:not(:checked) + label:after {
    opacity: 0;
}
.form__license-body input[type="checkbox"].input-checkbox:checked + label:after {
    opacity: 1;
}
.text-field__label {
    display: block;
    margin-bottom: 0.25rem;
}
.text-field__input {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #000;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.text-field__textarea {
    width: 100%;
    resize: vertical;
}
.text-field__input::-webkit-input-placeholder {
    color: #212529;
    opacity: 0.4;
}
.text-field__input::-moz-placeholder {
    color: #212529;
    opacity: 0.4;
}
.text-field__input:-ms-input-placeholder,
.text-field__input::-ms-input-placeholder {
    color: #212529;
    opacity: 0.4;
}
.text-field__input::placeholder {
    color: #212529;
    opacity: 0.4;
}
.text-field__input:focus {
    color: #212529;
    background-color: #fff;
    border-color: #d55c27;
    outline: 0;
}
.text-field__input[type="search"]::-webkit-search-cancel-button,
.text-field__input[type="search"]::-webkit-search-decoration,
.text-field__input[type="search"]::-webkit-search-results-button,
.text-field__input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}
.text-field__input:disabled,
.text-field__input[readonly] {
    background-color: #f5f5f5;
    opacity: 1;
}
.text-field_floating {
    position: relative;
}
.text-field_floating .text-field__input {
    height: calc(2.5rem + 2px);
    line-height: 100%;
    padding: 0.3125rem 0;
}
.text-field_floating .text-field__label {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    padding: 0.125rem 0;
    pointer-events: none;
    border: 1px solid transparent;
    font-size: 18px;
    color: #9b9b9b;
    transform-origin: 0 0;
    transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
    margin: 0;
}
.text-field_floating .text-field__input::-moz-placeholder {
    color: transparent;
}
.text-field_floating .text-field__input::-webkit-input-placeholder {
    color: transparent;
}
.text-field_floating .text-field__input:-ms-input-placeholder,
.text-field_floating .text-field__input::-ms-input-placeholder {
    color: transparent;
}
.text-field_floating .text-field__input::placeholder {
    color: transparent;
}
.text-field_floating .text-field__input:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.text-field_floating .text-field__input:not(:-ms-input-placeholder) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.text-field_floating .text-field__input:focus,
.text-field_floating .text-field__input:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.text-field_floating .text-field__input:not(:-moz-placeholder-shown) ~ .text-field__label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.75rem) translateX(0.15rem);
}
.text-field_floating .text-field__input:not(:-ms-input-placeholder) ~ .text-field__label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.75rem) translateX(0.15rem);
}
.text-field_floating .text-field__input:focus ~ .text-field__label,
.text-field_floating .text-field__input:not(:placeholder-shown) ~ .text-field__label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.75rem) translateX(0.15rem);
}
.light-form_footer {
    margin-top: 4.1666666667vh;
}
.form_large-text .light-form_footer {
    margin-top: 5.2083333333vh;
}
.form__header {
    margin-bottom: 40px;
}
.form__header .form__title {
    margin-bottom: 0 !important;
}
.form__title {
    font-size: 32px;
    font-weight: 600;
}
@media only screen and (max-width: 768px) {
    .form__title {
        font-size: 20px;
    }
}
.form__title_company-color {
    color: #d55c27;
}
.form__subtitle {
    font-size: 20px;
    font-weight: 600;
}
@media only screen and (max-width: 768px) {
    .form__subtitle {
        font-size: 16px;
    }
}
.form_small-width {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
}
.form_bordered {
    border: 1px solid #d55c27;
}
.form_bordered,
.form_shadowed {
    padding: 3.2291666667vh 6.1458333333vw 4.8958333333vh;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.form__textarea {
    width: 100%;
    resize: vertical;
    padding: 2.5vh 2.1354166667vw;
    border-radius: 4px;
    border: 1px solid #000;
}
.form_margin-m .form__row_grid-col2 {
    margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
    .form_margin-m .form__row_grid-col2 {
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 576px) {
    .form_margin-m .form__row_grid-col2 {
        margin-bottom: 15px;
    }
}
.file-upload input[type="file"],
.file-upload input[type="submit"],
.submit input[type="file"],
.submit input[type="submit"] {
    display: none;
}
.file-upload span {
    cursor: pointer;
    line-height: 20px;
    color: #d55c27;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    transition: color 0.4s;
}
.file-upload span:hover span {
    color: #d55c27;
}
.file-upload i {
    font-size: 24px;
    margin-right: 10px;
}
.standart-form {
    padding: 34px 2.9166666667vw;
}
.standart-form .form__row {
    margin-bottom: 16px;
}
.standart-form .form__input,
.standart-form .form__textarea {
    border: 1px solid #fafafa;
    border-radius: 10px;
    background: #fafafa;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.4s;
    padding: 20px 37px;
    outline: none;
}
.standart-form .form__input:active,
.standart-form .form__input:focus,
.standart-form .form__textarea:active,
.standart-form .form__textarea:focus {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.05);
}
.standart-form .form__textarea {
    width: 100%;
    resize: vertical;
}
.standart-form .form__submit {
    -ms-flex-item-align: end;
    align-self: flex-end;
    justify-self: flex-end;
}
@media only screen and (max-width: 768px) {
    .standart-form .form__submit {
        justify-self: flex-start;
        margin-top: 35px;
    }
}
.form__title {
    margin-bottom: 4.1666666667vh !important;
}
.form__row_grid-col2 {
    display: grid;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-template: 1fr / repeat(2, minmax(0, 300px));
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
}
.form__row_grid-col2:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .form__row_grid-col2 {
        grid-template: 1fr/1fr;
    }
}
.form__input-wrapper_left-p {
    padding-left: 37px;
}
.form__input-wrapper_large-text label {
    font-size: 1rem !important;
}
.form__file {
    margin-top: 34px;
}
@media only screen and (max-width: 768px) {
    .form__file {
        margin-top: 6px;
    }
}
.form_margin .form__row:not(:first-child) {
    margin-top: 50px;
}
@media only screen and (max-width: 768px) {
    .form_margin .form__row:not(:first-child) {
        margin-top: 16px;
    }
}
.required {
    color: #e28d67;
}
.form_shadowed .form__row + .form__row {
    margin-top: 70px;
}
@media only screen and (max-width: 768px) {
    .form_shadowed .form__row + .form__row {
        margin-top: 5.2083333333vh;
    }
}
.form_shadowed .light-form_footer {
    margin-top: 8.125vh;
}
.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.6s ease 0s;
}
.popup.open {
    opacity: 1;
    visibility: visible;
    z-index: 100;
}
.popup__body {
    min-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
    background: rgba(42, 47, 63, 0.6);
}
.popup__content {
    background-color: #fff;
    color: #000;
    width: 100%;
    max-width: 704px;
    padding: 2.5rem;
    position: relative;
}
.popup__content_s-size {
    max-width: 487px;
    padding: 1.875rem;
}
.popup__content_m-size {
    max-width: 598px;
    padding: 1.875rem;
}
.popup__content_recall {
    max-width: 598px;
    padding: 0;
}
.popup__content_recall .form-wrapper {
    padding: 2.5rem 3.125rem 2.8125rem 1rem;
}
.popup__content_recall .form-wrapper__desc {
    margin: 0.875rem 0 1.5rem;
    font-size: 1.125rem;
    line-height: 150%;
}
@media only screen and (max-width: 768px) {
    .popup__content {
        max-width: 400px;
        padding: 43px 30px;
    }
}
@media only screen and (max-width: 576px) {
    .popup__content {
        padding: 28px;
    }
}
@media only screen and (max-width: 320px) {
    .popup__content {
        padding: 28px 15px;
    }
}
.popup__close {
    position: absolute;
    top: 1.375rem;
    right: 1.375rem;
    color: #d55c27;
    transform: rotate(45deg);
    z-index: 2;
    transition: color 0.4s;
}
.popup__close:hover {
    color: #000;
}
.popup__close .icon {
    font-size: 48px;
}
@media only screen and (max-width: 768px) {
    .popup__close .icon {
        font-size: 30px;
    }
}
.popup__link-close {
    display: inline-block;
    color: #d55c27;
    font-size: 18px;
    margin-top: 28px;
}
.popup__title .like-h2,
.popup__title h2 {
    font-weight: 500;
    font-size: 27.6399px;
    line-height: 135%;
    letter-spacing: 0.431874px;
    margin: 0 0 9px;
}
.popup__title .like-h3,
.popup__title h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 135%;
    letter-spacing: 0.431874px;
    margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
    .popup__title .like-h3,
    .popup__title h3 {
        font-size: 14px;
    }
}
.popup__footer .popup-info__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 68px;
}
@media only screen and (max-width: 576px) {
    .popup__footer .popup-info__row {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 40px;
    }
}
.popup__footer .popup-info__row .personal-check {
    margin: 0;
}
.popup__footer .popup-info__input-wrapper:first-child {
    width: 40%;
}
.popup__footer .popup-info__input-wrapper:last-child {
    width: 53%;
}
@media only screen and (max-width: 576px) {
    .popup__footer .popup-info__input-wrapper:last-child {
        width: 100%;
    }
}
.popup__footer .popup-info__input-wrapper label.personal-data {
    font-size: 8.63748px;
    line-height: 135%;
}
.popup__form-wrapper {
    padding: 5.4166666667vh 6.6145833333vw 7.9166666667vh;
}
body.lock {
    overflow: hidden;
}
.popup-info__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
    .popup-info__row {
        margin-bottom: 42px;
    }
}
@media only screen and (max-width: 576px) {
    .popup-info__row {
        margin-bottom: 0;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.popup-info__row:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .popup-info__row:last-child {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.popup-info__row:last-child .popup-info__column {
    width: 21%;
}
@media only screen and (max-width: 768px) {
    .popup-info__row:last-child .popup-info__column:last-child {
        width: 100%;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 71px;
    }
    .popup-info__row:last-child .popup-info__column:last-child .popup-info__input-wrapper {
        width: 34%;
    }
}
@media only screen and (max-width: 576px) {
    .popup-info__row:last-child .popup-info__column:last-child {
        margin-top: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .popup-info__row:last-child .popup-info__column:last-child .contacts-form__input-wrapper {
        width: 100%;
    }
}
.popup-info__row:last-child .popup-info__column:first-child {
    width: 67.6%;
}
@media only screen and (max-width: 768px) {
    .popup-info__row:last-child .popup-info__column:first-child {
        width: 100%;
    }
}
.popup-info__column {
    width: 48.3%;
}
@media only screen and (max-width: 576px) {
    .popup-info__column {
        width: 100%;
    }
}
.popup-info__column:nth-child(2) {
    width: 43.7%;
}
@media only screen and (max-width: 576px) {
    .popup-info__column:nth-child(2) {
        width: 100%;
    }
}
.popup-info__input-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 35px;
}
@media only screen and (max-width: 1200px) {
    .popup-info__input-wrapper {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 576px) {
    .popup-info__input-wrapper {
        -ms-flex-flow: column;
        flex-flow: column;
        margin-bottom: 20px;
    }
}
.popup-info__input-wrapper:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 576px) {
    .popup-info__input-wrapper:last-child {
        margin-bottom: 20px;
    }
}
.popup-info__input-wrapper input[type="email"],
.popup-info__input-wrapper input[type="text"] {
    padding: 5px;
    max-width: 64.4%;
}
@media only screen and (max-width: 1200px) {
    .popup-info__input-wrapper input[type="email"],
    .popup-info__input-wrapper input[type="text"] {
        max-width: 52%;
    }
}
@media only screen and (max-width: 576px) {
    .popup-info__input-wrapper input[type="email"],
    .popup-info__input-wrapper input[type="text"] {
        max-width: 100%;
    }
}
.popup-info__input-wrapper label {
    font-size: 12px;
}
.popup-info__input-wrapper span {
    width: 30%;
    line-height: 12px;
}
@media only screen and (max-width: 576px) {
    .popup-info__input-wrapper span {
        width: 100%;
    }
}
@media only screen and (max-width: 576px) {
    .popup-info__input-wrapper label {
        font-size: 10px;
    }
}
@media only screen and (max-width: 320px) {
    .popup-info__input-wrapper label {
        font-size: 9px;
    }
}
.popup-info__textarea-wrapper {
    width: 100%;
}
.popup-info__textarea-wrapper textarea {
    margin-top: 20px;
}
.popup-info__textarea-wrapper label {
    font-size: 12px;
}
@media only screen and (max-width: 576px) {
    .popup-info__textarea-wrapper label {
        font-size: 10px;
    }
}
.small-form .popup__content {
    max-width: 500px;
}
.small-form .popup-info__input-wrapper {
    width: 100%;
    margin-bottom: 20px;
}
.basket-sucsess__head {
    text-align: center;
}
.basket-sucsess__icon {
    font-size: 3.75rem;
    color: #d55c27;
}
.basket-sucsess__title {
    margin-top: 1.25rem;
}
.basket-sucsess__btns {
    margin-top: 1.875rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
}
.popup__recall {
    display: grid;
    grid-template-columns: 41% 1fr;
    position: relative;
}
.popup__recall .form-wrapper {
    grid-column-start: 2;
}
.message-popup {
    text-align: center;
}
.message-popup_success .message-popup__icon-wrapper {
    background: #12b76a;
}
.message-popup_success .message-popup__icon {
    color: #fff;
}
.message-popup__icon-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.75rem;
    height: 3.75rem;
    margin: 0 auto;
}
.message-popup__icon {
    font-size: 3.75rem;
}
.message-popup__title {
    margin-top: 1.25rem;
}
.message-popup__desc {
    margin-top: 0.625rem;
}
.message-popup__btns {
    margin-top: 1.875rem;
}
.accordion_main-page .accordion__item {
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    transition: box-shadow 0.4s ease-out;
}
.accordion_main-page .accordion__item:hover,
.accordion_main-page .accordion__item_show {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}
.accordion_main-page .accordion__header {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 46px 15px 45px 48px;
    margin-right: 80px;
    font-size: 24px;
    line-height: 120%;
    font-weight: 700;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
}
@media only screen and (max-width: 992px) {
    .accordion_main-page .accordion__header {
        font-size: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .accordion_main-page .accordion__header {
        font-size: 18px;
    }
}
@media only screen and (max-width: 576px) {
    .accordion_main-page .accordion__header {
        padding: 20px 15px;
        margin-right: 40px;
    }
}
.accordion_main-page .accordion__header:after {
    position: absolute;
    right: -40px;
    top: 50%;
    margin-top: -20px;
    font-family: icomoon !important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    content: "\e90a";
    font-size: 40px;
    line-height: 41px;
    font-weight: 500;
    color: #d55c27;
    transition: transform 0.2s ease-out;
}
@media only screen and (max-width: 576px) {
    .accordion_main-page .accordion__header:after {
        font-size: 30px;
        width: 30px;
        height: 30px;
        right: -30px;
    }
}
.accordion_main-page .accordion__item_show .accordion__header:after,
.accordion_main-page .accordion__item_slidedown .accordion__header:after {
    transform: rotate(-45deg);
}
.accordion_main-page .accordion__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    padding: 0 42px 45px 48px;
}
@media only screen and (max-width: 576px) {
    .accordion_main-page .accordion__content {
        padding: 0 15px 20px;
    }
}
.accordion_main-page .accordion__item:not(.accordion__item_show) .accordion__body {
    display: none;
}
.accordion_v2 .accordion__header {
    font-size: 20px;
    font-weight: 500;
}
@media only screen and (max-width: 768px) {
    .accordion_v2 .accordion__header {
        font-size: 16px;
    }
}
.accordion_dark .accordion__content,
.accordion_dark .accordion__header {
    background-color: inherit;
}
.accordion_dark .accordion__item {
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
}
.tabs__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    gap: 4px;
    margin: 0;
}
.tabs__nav_like-btn {
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.tabs__nav_like-btn .tabs__btn {
    padding: 2px 12px;
    border-top: none;
    -ms-flex: auto;
    flex: auto;
    gap: 6px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.tabs__nav_like-btn .tabs__btn:hover,
.tabs__nav_like-btn .tabs__btn_active {
    border-top: none;
    background: #d55c27;
    color: #fff;
}
.tabs__nav_like-btn .tabs__btn_active {
    box-shadow: none;
}
.tabs__nav_like-btn .tabs__btn:not(.tabs__btn_active):focus,
.tabs__nav_like-btn .tabs__btn:not(.tabs__btn_active):hover,
.tabs__nav_like-btn .tabs__btn_active {
    border-top: none;
}
.tabs__btn {
    font-size: 20px;
    font-weight: 500;
    min-width: 210px;
    padding: 0.5rem 0.75rem;
    text-decoration: none;
    color: #000;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: none;
    border-top: 1px solid #cecece;
    background: inherit;
    cursor: pointer;
    transition: font-weight 0.4s, border-top 0.4s;
}
@media only screen and (max-width: 1200px) {
    .tabs__btn {
        -ms-flex: 1;
        flex: 1;
    }
}
@media only screen and (max-width: 768px) {
    .tabs__btn {
        min-width: 120px;
        font-size: 16px;
    }
}
.tabs__btn_active {
    cursor: default;
}
.tabs__btn:not(.tabs__btn_active):focus,
.tabs__btn:not(.tabs__btn_active):hover,
.tabs__btn_active {
    border-top: 1px solid #d55c27;
}
.tabs__pane {
    display: none;
}
.tabs__pane_show {
    display: block;
}
.tabs__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 768px) {
    .tabs__header {
        margin-bottom: 21px;
    }
}
.tabs_horizontal-nav {
    display: grid;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-template: 1fr/20% 1fr;
    column-gap: 6%;
}
.tabs_horizontal-nav .tabs__btn {
    width: 100%;
    max-width: 100%;
    min-width: auto;
    text-align: left;
}
@media only screen and (max-width: 768px) {
    .tabs_horizontal-nav .tabs__btn {
        min-width: 100%;
    }
}
@media only screen and (max-width: 992px) {
    .tabs_horizontal-nav {
        grid-template-columns: 100%;
    }
}
.tabs_padding-lr {
    padding: 0 15px;
}
.section-card__info .more-text .short-height {
    max-height: 106px;
    overflow: hidden;
}
.section-card__info .more-text__toggle-btn .more-text__btn-text {
    display: none;
}
.section-card__info .more-text__toggle-btn .more-text__btn-text.active {
    display: inherit;
}
.section-card__info .more-text__toggle-btn {
    text-align: center;
    font-size: 16px;
    margin-top: 8px;
}
.section-card__info .more-text__toggle-btn_hidden {
    display: none;
}
.section-card__info .more-text__btn-text {
    cursor: pointer;
}
.section-card__info .more-text_disallow {
    min-height: 138px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.like-h3 {
    font-size: 20px;
    font-weight: 700;
}
a:hover {
    color: #d55c27;
}
.accordion_main-page,
.advatage-list,
.application-area,
.complited-objects,
.form-banner,
.margin-section,
.mounting-tech,
.news-list,
.partners-list,
.posts-list,
.product-list,
.reviews,
.section,
.solution-banner {
    margin-top: 4.1666666667vw;
    margin-bottom: 4.1666666667vw;
}
@media only screen and (max-width: 768px) {
    .accordion_main-page,
    .advatage-list,
    .application-area,
    .complited-objects,
    .form-banner,
    .margin-section,
    .mounting-tech,
    .news-list,
    .partners-list,
    .posts-list,
    .product-list,
    .reviews,
    .section,
    .solution-banner {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
.title_like-h3 {
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 16px;
}
@media only screen and (max-width: 1200px) {
    .title_like-h3 {
        font-size: 20px;
        line-height: 25px;
    }
}
@media only screen and (max-width: 768px) {
    .title_like-h3 {
        font-size: 18px;
        line-height: 20px;
    }
}
.title_like-h2 {
    display: block;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 2.0833333333vw;
}
@media only screen and (max-width: 1200px) {
    .title_like-h2 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 768px) {
    .title_like-h2 {
        font-size: 20px;
    }
}
.title_like-h1 {
    display: block;
    font-size: 40px;
    line-height: 111%;
    font-weight: 600;
    margin-bottom: 2.6041666667vw;
}
@media only screen and (max-width: 1200px) {
    .title_like-h1 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 768px) {
    .title_like-h1 {
        font-size: 20px;
    }
}
.title_centered {
    text-align: center;
}
.title_bg-main {
    background: #d55c27;
    color: #fff;
    padding: 6px 29px;
}
span.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #d9d9d9;
    opacity: 1;
}
span.swiper-pagination-bullet-active {
    background: #d55c27;
}
.section_has-filer {
    margin: 40px 0;
    display: grid;
    grid-template: 1fr / minmax(225px, 23%) 1fr;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 23px 16px;
}
@media only screen and (max-width: 992px) {
    .section_has-filer {
        grid-template: 1fr/1fr;
        margin-top: 20px;
    }
}
.small-width {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
}
.tabs-activity__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3px;
    transition: color 0.4s;
}
.tabs-activity__icon {
    font-size: 24px;
}
.tabs-activity__title {
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
}
.swiper-wrapper {
    -ms-flex-align: stretch;
    align-items: stretch;
}
.swiper-slide {
    height: auto;
}
.slider-bullet .swiper-wrapper {
    margin-bottom: 45px;
}
.slider-bullet .swiper-pagination {
    bottom: 0 !important;
}
.slider-bullet-arrow .swiper-wrapper {
    margin-bottom: 45px;
}
.slider-bullet-arrow .swiper-pagination {
    bottom: 0 !important;
}
.slider-bullet-arrow__next,
.slider-bullet-arrow__prev {
    position: absolute;
    bottom: 15%;
    z-index: 10;
    width: 55px;
    height: 51px;
    cursor: pointer;
}
.slider-bullet-arrow__next:before,
.slider-bullet-arrow__prev:before {
    content: "\e907";
    font-family: icomoon;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 34px;
    color: #d55c27;
}
.slider-bullet-arrow__prev {
    display: none;
}
.slider-bullet-arrow__next {
    right: 42px;
}
.desctop-view {
    display: block;
}
@media only screen and (max-width: 992px) {
    .desctop-view {
        display: none;
    }
}
.mobile-view {
    display: none;
}
@media only screen and (max-width: 992px) {
    .mobile-view {
        display: block;
    }
}
.load-more-container.load-more-mobile .load-more-btn {
    display: none;
}
.load-more-btn {
    text-align: center;
    color: #d55c27;
    margin-top: 20px;
}
@media only screen and (max-width: 768px) {
    .load-more-container.load-more-mobile {
        position: relative;
    }
    .load-more-container.load-more-mobile #load-more {
        display: none;
    }
    .load-more-container.load-more-mobile div > div:nth-child(1n + 4) {
        visibility: hidden;
        display: none;
        max-height: 0;
        opacity: 0;
        margin: 0;
        transition: visibility 0.4s;
        border: none;
    }
    .load-more-container.load-more-mobile #load-more:checked ~ div > div:nth-child(1n + 4) {
        max-height: 999px;
        opacity: 1;
        visibility: visible;
        display: grid;
        transition: visibility 0.4s;
    }
    .load-more-container.load-more-mobile .load-more-btn .loaded {
        display: none;
    }
    .load-more-container.load-more-mobile #load-more:checked ~ .load-more-btn .loaded {
        display: inline-block;
    }
    .load-more-container.load-more-mobile #load-more:checked ~ .load-more-btn .unloaded {
        display: none;
    }
    .load-more-container.load-more-mobile .load-more-btn {
        display: block;
    }
}
.main-gallery-4el {
    margin-bottom: 20px;
}
.swiper-slide__img_max-width {
    width: 100%;
    height: auto;
}
.swiper-selected .swiper-slide-thumb-active .mounting-tech__title {
    color: #d55c27;
}
.swiper-selected .swiper-slide-thumb-active .mounting-tech__img {
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.5));
}
ul:not([class]) {
    padding-left: 22px;
}
.p-m_link:hover {
    color: #fff;
}
.table_colored td {
    text-align: center;
    padding: 15px 7px;
    background: #f4f4f4;
}
.table_colored thead {
    color: #fff;
    font-weight: 600;
}
.table_colored thead td {
    background: #d55c27;
}
.table_colored tbody tr td:first-child {
    text-align: left;
    background: #fef5f0;
}
.politics ol {
    margin-left: 30px;
}
.section-padding {
    padding-top: 5.2083333333vh;
    padding-bottom: 6.25vh;
}
.main-slider__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 604px;
    margin-top: 47px;
}
@media only screen and (max-width: 768px) {
    .main-slider__item {
        margin-top: 21px;
    }
}
.main-slider__menu {
    min-width: 378px;
}
@media only screen and (max-width: 1320px) {
    .main-slider__menu {
        min-width: auto;
    }
}
@media only screen and (max-width: 992px) {
    .main-slider__menu {
        display: none !important;
    }
}
.main-slider__banner {
    display: grid;
    grid-template: 1fr / repeat(2, 1fr);
}
@media only screen and (max-width: 1200px) {
    .main-slider__banner {
        background-size: cover;
    }


}
@media only screen and (max-width: 992px) {
    .main-slider__banner {
        grid-template: 1fr/1fr;
        width: 100%;
        background: #fff;
    }
}
.main-slider__info {
    grid-column: 2;
    background: #fff;
    padding: 18px 40px 21px 27px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 1320px) {
    .main-slider__info {
        min-width: 32vw;
    }
}
@media only screen and (max-width: 1200px) {
    .main-slider__info {
        min-width: 39vw;
    }
}
@media only screen and (max-width: 992px) {
    .main-slider__info {
        grid-column: 1;
        grid-row: 2;
        padding: 18px 0 21px;
        box-shadow: none;
    }
}
.main-slider__mobile-img {
    display: none;
}
@media only screen and (max-width: 992px) {
    .main-slider__mobile-img {
        display: block;
        position: relative;
    }
}
.main-slider__mobile-title {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    padding: 19px 12px;
    border-radius: 0 4px 0 0;
    background: #fff;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 576px) {
    .main-slider__mobile-title {
        font-size: 14px;
        line-height: 15px;
    }
}
.main-slider__tizers-list {
    padding: 0 11px;
    margin-top: 47px;
    gap: 22px;
}
@media only screen and (max-width: 992px) {
    .main-slider__tizers-list {
        margin-top: 10px;
    }
}
.main-slider__btns {
    margin-top: 42px;
    text-align: center;
}
.main-slider__btn {
    padding: 18px 23px;
    width: 100%;
}
.main-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main-menu__nav {
    max-width: 280px;
}
@media only screen and (max-width: 576px) {
    .main-menu__nav {
        max-width: 100%;
    }
}
.main-menu__item {
    padding: 2.0833333333vh 20px 3.6458333333vh;
    border-top: 1px solid #cecece;
    line-height: 24px;
}
.main-menu__link {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    transition: color 0.4s;
}
.main-menu__docs-item,
.tizers-download__docs-item {
    display: block;
    background: #262626;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 7.0833333333vh 15px 27px;
    transition: background 0.4s;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.main-menu__docs-item:hover,
.tizers-download__docs-item:hover {
    background: #d55c27;
    color: #fff;
}
.main-menu__download-list,
.tizers-download__download-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px 6px;
    margin-top: 6px;
}
.main-menu__download-item,
.tizers-download__download-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    color: #d55c27;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 21px 5px 20px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    transition: color 0.4s, box-shadow 0.4s;
}
.main-menu__download-item i,
.tizers-download__download-item i {
    font-size: 24px;
    text-decoration: none;
}
.main-menu__download-item span,
.tizers-download__download-item span {
    text-decoration: underline;
    text-align: center;
}
.main-menu__download-item:hover,
.tizers-download__download-item:hover {
    color: #000;
    box-shadow: none;
}
.silder-tizers__icon {
    min-width: 51px;
}
.main-slider__tizers {
    margin-top: 4.8958333333vh;
}
@media only screen and (max-width: 992px) {
    .main-slider__tizers .silder-tizers__icon {
        min-width: 85px;
    }
}
.silder-tizers {
    display: grid;
    grid-template: 1fr / repeat(3, 1fr);
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 75px;
}
@media only screen and (max-width: 992px) {
    .silder-tizers {
        grid-template: 1fr/1fr;
    }
}
.silder-tizers_column {
    grid-template: 1fr/1fr;
    gap: 31px;
}
.silder-tizers__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
}
.silder-tizers__title {
    font-weight: 600;
}
.silder-tizers__text {
    font-size: 12px;
    font-weight: 300;
    margin-top: 6px;
}
.mobile-view .main-menu__docs-item,
.mobile-view .tizers-download__docs-item {
    margin-top: 15px;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    padding: 18px 23px;
}
.solution-banner {
    display: grid;
    grid-template-columns: 56% 1fr;
    gap: 15px 20px;
}
@media only screen and (max-width: 992px) {
    .solution-banner {
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 992px) {
    .solution-banner__graph {
        grid-row: 2;
    }
}
.solution-banner__content {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
}
@media only screen and (max-width: 992px) {
    .solution-banner__content {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
.solution-banner__detail {
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
}
.solution-banner__detail p:not(:last-child) {
    margin-bottom: 30px;
}
.solution-banner__title {
    margin: 24px 0;
}
.solution-banner__detail-link {
    display: inline-block;
    font-size: 1rem;
    color: #d55c27;
    margin-top: 20px;
    transition: color 0.4s;
}
.solution-banner__detail-link:hover {
    color: #000;
}
.p-m_object {
    width: 40px;
    height: 40px;
}
.p-m_point {
    width: 39px;
    height: 39px;
    background-color: #e93d07;
    box-shadow: none;
    border: 1px solid #e93d07;
}
.p-m_point:hover {
    background-color: #f38562;
    color: #fff;
}
.p-m_point.active:after,
.p-m_point.active:before {
    transform: rotate(45deg);
}
.p-m_point:before {
    width: 20px;
    height: 2px;
    margin-top: -1px;
    margin-left: -10px;
}
.p-m_point:after,
.p-m_point:before {
    background-color: #fff;
    top: 50%;
    left: 50%;
}
.p-m_point:after {
    width: 2px;
    height: 20px;
    margin-top: -10px;
    margin-left: -1px;
}
.p-m_tooltip {
    padding: 27px 10px 10px;
    background-color: #e93d07;
    color: #fff;
}
.p-m_point.active:after,
.p-m_point.active:before,
.p-m_point:hover:after,
.p-m_point:hover:before {
    background-color: #fff;
}
.p-m_title {
    font-size: 18px;
    text-transform: none;
    margin: 0 0 12px;
}
.advatage-list__list {
    display: grid;
    grid-template: 1fr / repeat(3, 1fr);
    gap: 4.375vh 1.3020833333vw;
}
@media only screen and (max-width: 992px) {
    .advatage-list__list {
        grid-template: 1fr / repeat(2, 1fr);
    }
}
@media only screen and (max-width: 768px) {
    .advatage-list__list {
        grid-template: 1fr / repeat(1, 1fr);
    }
}
.advatage-list__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    column-gap: 30px;
}
@media only screen and (max-width: 768px) {
    .advatage-list__item {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.advatage-list__icon-wrapper i {
    display: inline-block;
    font-size: 30px;
    color: #d55c27;
    margin-top: 8px;
}
.advatage-list__text {
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
}
.form-banner_bordered {
    border: 1px solid #d55c27;
    padding: 3.4375vh 6.40625vw 3.4375vh 2.8125vw;
}
@media only screen and (max-width: 992px) {
    .form-banner_bordered {
        padding: 3.4375vh 2.8125vw;
    }
}
.form-banner_flexible {
    display: -ms-flexbox;
    display: flex;
    gap: 15px 4.9479166667vw;
}
@media only screen and (max-width: 992px) {
    .form-banner_flexible {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.form-banner__content,
.form-banner__form-wrapper {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}
.form-banner_dark {
    padding: 32px 0;
}
.form-banner_dark .text-field__input {
    background: #262626;
    border-color: #fff;
    color: #fff;
}
.form-banner_dark .text-field__input:focus {
    border-color: #d55c27;
}
.form-banner_dark .form__license-body a {
    color: #d55c27;
}
.form-banner_dark .form__license-body a:hover {
    color: #fd824f;
}
.application-area__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3.125vh;
}
@media only screen and (max-width: 992px) {
    .application-area__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.0833333333vw 2.0833333333vh;
    }
}
@media only screen and (max-width: 768px) {
    .application-area__list {
        -ms-flex-direction: column;
        flex-direction: column;
        grid-template-columns: 1fr;
    }
}
.application-area__item {
    max-width: 320px;
}
@media only screen and (max-width: 768px) {
    .application-area__item {
        display: grid;
        grid-template: 1fr/1fr 2fr;
        column-gap: 18px;
        width: 100%;
        max-width: 100%;
    }
}
.application-area__title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-top: 19px;
}
@media only screen and (max-width: 768px) {
    .application-area__title {
        font-size: 16px;
        margin-top: 0;
    }
}
.application-area__desc {
    font-size: 14px;
    margin-top: 12px;
}
@media only screen and (max-width: 768px) {
    .application-area__desc {
        margin-top: 6px;
    }
}
.mounting-tech__text-wrapper {
    margin-top: 6.25vh;
}
.mounting-tech__text {
    max-width: 1000px;
    margin: 0 auto;
}
.mounting-tech__text_left {
    margin: 0;
}
.mounting-tech__desc {
    font-size: 20px;
    line-height: 25px;
}
@media only screen and (max-width: 992px) {
    .mounting-tech__desc {
        font-size: 16px;
        line-height: 25px;
    }
}
.mounting-tech__list {
    display: grid;
    grid-template: 1fr / repeat(5, 1fr);
    gap: 10px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}
@media only screen and (max-width: 992px) {
    .mounting-tech__list {
        grid-template: 1fr / repeat(3, 1fr);
    }
}
@media only screen and (max-width: 768px) {
    .mounting-tech__list {
        grid-template: 1fr / repeat(2, 1fr);
    }
}
.mounting-tech__img {
    transition: filter 0.4s;
}
.mounting-tech__title {
    font-size: 20px;
    font-weight: 600;
    transition: color 0.4s;
}
@media only screen and (max-width: 768px) {
    .mounting-tech__title {
        font-size: 16px;
    }
}
.mounting-tech__btns {
    margin-top: 52px;
    text-align: center;
}
.mounting-tech__btns_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}
.form-banner_with-img,
.object-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 992px) {
    .form-banner_with-img,
    .object-card {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.form-banner_bg-1 {
    background: url(/bitrix/templates/interpan-new/assets/css/../images/form-bg.jpg);
}
@media only screen and (max-width: 992px) {
    .form-banner_bg-1 {
        padding: 27vh 0;
    }
}
.form-banner__bg-inner,
.object-card__image {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
}
.form-banner__form-wrapper {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
}
.our-production__info p {
    margin: 15px 0;
}
.our-production__gallery {
    width: 50%;
}
@media only screen and (max-width: 992px) {
    .our-production__gallery {
        width: 100%;
    }
}
.flexible-cols-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px 30px;
}
@media only screen and (max-width: 992px) {
    .flexible-cols-2 {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.swiper.gallery-nav {
    margin-top: 20px;
}
.object-card {
    margin: 5px 2px;
}
.object-card__image {
    -ms-flex-preferred-size: 41.5%;
    flex-basis: 41.5%;
    background-size: contain;
    background-repeat: no-repeat;
}
.object-card__desc {
    padding: 5.5208333333vh 0;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}
@media only screen and (max-width: 992px) {
    .object-card__desc {
        padding: 5.5208333333vh;
    }
}
@media only screen and (max-width: 576px) {
    .object-card__desc {
        padding: 5.5208333333vh 15px;
    }
}
.object-card__title {
    margin-bottom: 6.875vh;
}
@media only screen and (max-width: 768px) {
    .object-card__title {
        margin-bottom: 20px;
    }
}
.object-card__wrapper {
    margin-top: 5.1041666667vh;
}
.object-card__footer {
    margin-top: 6.875vh;
}
.object-card__mobile-img {
    width: 100%;
}
.reviews__slider {
    display: grid;
    grid-template: 1fr/1fr 8fr 1fr;
    -ms-flex-align: center;
    align-items: center;
    gap: 5.2083333333vw;
}
.reviews__list {
    width: 100%;
}
.reviews__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px 80px;
    padding: 20px 90px 100px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    margin: 5px;
}
@media only screen and (max-width: 992px) {
    .reviews__item {
        padding: 20px 4.1666666667vh 5.2083333333vw;
    }
}
@media only screen and (max-width: 768px) {
    .reviews__item {
        gap: 15px 18px;
    }
}
@media only screen and (max-width: 576px) {
    .reviews__item {
        padding: 20px 15px 5.2083333333vw;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.reviews__img {
    max-width: 100px;
    border-radius: 50%;
}
.reviews__desc {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.reviews__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px 50px;
}
@media only screen and (max-width: 992px) {
    .reviews__head {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.reviews__title {
    font-size: 20px;
    font-weight: 600;
}
@media only screen and (max-width: 992px) {
    .reviews__title {
        font-size: 18px;
    }
}
@media only screen and (max-width: 768px) {
    .reviews__title {
        font-size: 16px;
    }
}
.reviews__body {
    margin-top: 12px;
    font-size: 14px;
}
.single-slider__button-next,
.single-slider__button-prev {
    position: relative;
}
.single-slider__button-next:before,
.single-slider__button-prev:before {
    content: "\e905";
    display: block;
    position: absolute;
    font-family: icomoon !important;
    font-size: 43px;
    line-height: 78px;
    text-align: center;
    top: 50%;
    left: 0;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    color: #9b9b9b;
    cursor: pointer;
}
.single-slider__button-next:hover:before,
.single-slider__button-prev:hover:before {
    color: #d55c27;
}
.single-slider__button-prev {
    height: -moz-fit-content;
    height: fit-content;
    grid-row-start: 1;
}
.single-slider__button-prev:before {
    transform: rotate(180deg);
}
.single-slider__button-next {
    height: -moz-fit-content;
    height: fit-content;
}
.single-slider__button-next:before {
    left: -17px;
}
@media only screen and (max-width: 576px) {
    .single-slider__button-next:before {
        left: -45px;
    }
}
.product-list__list .swiper-wrapper {
    margin: 3px 1px;
}
.product-card {
    max-width: 283px;
    padding: 16px 10px;
    height: 100%;
}
@media only screen and (max-width: 1320px) {
    .product-card {
        margin: 0 auto;
    }
}
.product-card_shadow {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.product-card__link-wrapper {
    display: block;
    overflow: hidden;
}
.product-card__link-wrapper:hover .product-card__img {
    transform: scale(1.1);
}
.product-card__img {
    transition: transform 0.4s;
}
.product-card__info {
    margin-top: 20px;
}
.product-card__title {
    font-size: 20px;
    font-weight: 500;
    transition: color 0.4s;
}
.product-card__desc {
    margin-top: 6px;
    padding-top: 7px;
    border-top: 1px solid #d55c27;
}
.product-card__desc p:not(:last-child) {
    margin-bottom: 15px;
}
.product-card__desc .small {
    font-size: 0.75em;
}
.solutions {
    padding: 5.7291666667vh 0 7.8125vh;
}
.solutions__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 576px) {
    .solutions__wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.solutions__list {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
}
.solutions__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 3.3333333333vw;
    padding: 5.5208333333vh 0 5.5208333333vh 5.5208333333vw;
    height: 33.3%;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    border-top: 1px solid #fff;
    transition: color 0.4s;
}
@media only screen and (max-width: 992px) {
    .solutions__item {
        font-size: 20px;
    }
}
@media only screen and (max-width: 576px) {
    .solutions__item {
        font-size: 16px;
        padding: 20px 0 20px 5.5208333333vw;
    }
}
.solutions__item:last-child {
    border-bottom: 1px solid #fff;
}
.solutions__item .icon {
    font-size: 30px;
    color: #d55c27;
}
.solutions__item span {
    text-decoration: underline;
}
.solutions__image-wrapper {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    background-image: url(/bitrix/templates/interpan-new/assets/css/../images/solutions-new.jpeg);
    background-size: cover;
}
@media only screen and (max-width: 576px) {
    .solutions__image-wrapper {
        height: 40vh;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}
.news-list__list {
    display: grid;
    grid-template: 1fr / repeat(2, 1fr);
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 4.375vh 22px;
}
@media only screen and (max-width: 768px) {
    .news-list__list {
        grid-template: 1fr/1fr;
    }
}
.news-list__item {
    border-radius: 4px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 17px 20px 18px 17px;
    transition: box-shadow 0.4s;
}
.news-list__item:hover {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}
.news-list__item:first-child {
    grid-column: 1 / span 2;
    min-height: 480px;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 16px 28px;
    color: #fff;
}
@media only screen and (max-width: 768px) {
    .news-list__item:first-child {
        grid-column: 1/1;
    }
}
.news-list__item:first-child .news-list__title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.news-list__item:first-child .news-list__title:hover {
    color: #d55c27;
}
.news-list__item:first-child .news-list__date {
    font-size: 20px;
    margin-top: 11px;
}
.news-list__item:first-child .news-list__detail {
    vertical-align: middle;
}
.news-list__item:first-child .news-list__detail i {
    font-size: 34px;
    line-height: 34px;
    font-weight: 700;
    color: #fff;
}
.news-list__item:first-child .news-list__detail i:hover {
    color: #d55c27;
}
.news-list__title {
    font-size: 20px;
    font-weight: 700;
    transition: color 0.4s;
}
.news-list__footer {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
}
.news-list__date {
    margin-top: 22px;
}
.news-list__detail i {
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    transition: color 0.4s;
}
@media only screen and (max-width: 1320px) {
    .partners-list__img {
        margin: 0 auto;
    }
}
.slider-arrow-4el {
    position: relative;
}
.swiper-arrow__button-next,
.swiper-arrow__button-prev {
    position: absolute;
    top: 50%;
}
.swiper-arrow__button-next:before,
.swiper-arrow__button-prev:before {
    content: "\e905";
    display: block;
    position: absolute;
    font-family: icomoon !important;
    font-size: 43px;
    line-height: 78px;
    text-align: center;
    top: 50%;
    left: 0;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    color: #9b9b9b;
    cursor: pointer;
    z-index: 5;
}
.swiper-arrow__button-next:hover:before,
.swiper-arrow__button-prev:hover:before {
    color: #d55c27;
}
.swiper-arrow__button-next {
    right: 80px;
}
.swiper-arrow__button-prev:before {
    transform: rotate(180deg);
}
.card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.card__wrapper {
    width: 15%;
    overflow: hidden;
    transition: width 0.4s ease;
    filter: brightness(0.5);
    box-shadow: 10px 4px 4px 0 rgba(0, 0, 0, 0.08);
}
.card__wrapper:first-child {
    z-index: 5;
}
.card__wrapper:nth-child(2) {
    z-index: 4;
}
.card__wrapper:nth-child(3) {
    z-index: 3;
}
.card__wrapper:nth-child(4) {
    z-index: 2;
}
.card__wrapper:last-child {
    z-index: 1;
}
.card__wrapper.show {
    z-index: 10;
    filter: brightness(1);
}
.card__wrapper.show .card__info {
    width: 70%;
}
@media only screen and (max-width: 768px) {
    .card__wrapper.show .card__info {
        width: 100%;
    }
}
.card__item {
    width: 100vh;
    height: 100vh;
    max-width: 481px;
    max-height: 452px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.card__info {
    padding: 32px 26px;
    background: #fff;
}
.card__title {
    font-size: 24px;
    font-weight: 700;
}
@media only screen and (max-width: 768px) {
    .card__title {
        font-size: 18px;
    }
}
.card__desc {
    margin-top: 11px;
}
@media only screen and (max-width: 768px) {
    .card__desc {
        margin-top: 5px;
        font-size: 14px;
    }
}
.posts-list__footer {
    text-align: center;
    margin-top: 20px;
}
.posts-list__link {
    font-size: 16px;
    font-weight: 700;
}
.posts-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    margin: 10px 0;
}
.posts-item:hover .posts-item__info {
    background: #d55c27;
    color: #fff;
}
.posts-item__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    width: 100%;
    height: 136px;
    padding: 19px 26px;
    transition: background 0.4s, color 0.4s;
}
.posts-item__title {
    margin-bottom: 5px;
    font-weight: 700;
    line-height: normal;
}
.posts-item__desc {
    font-size: 14px;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    line-height: normal;
    height: 35px;
    max-width: 247px;
}
@media only screen and (max-width: 576px) {
    .posts-item__desc {
        max-width: 90%;
    }
}
.manufacture-section {
    position: relative;
}
.manufacture-section .manufacture-nav {
    position: absolute;
    max-width: 47%;
    right: 0;
    bottom: 0;
    background: #fff;
}
@media only screen and (max-width: 992px) {
    .manufacture-section .manufacture-nav {
        position: relative;
        max-width: 100%;
        margin-top: 16px;
    }
}
@media only screen and (max-width: 576px) {
    .manufacture-section .manufacture-nav {
        margin-top: 0;
    }
}
.manufacture-main__item {
    display: grid;
    grid-template-columns: 50% 1fr;
    gap: 42px;
}
@media only screen and (max-width: 768px) {
    .manufacture-main__item {
        grid-template-columns: 40% 1fr;
        gap: 20px;
    }
}
@media only screen and (max-width: 576px) {
    .manufacture-main__item {
        grid-template-columns: 1fr;
    }
}
.main-banner {
    margin: 35px 0;
}
.main-banner__title {
    font-size: 64px;
    line-height: 78px;
    font-weight: 700;
    margin-bottom: 23px;
}
@media only screen and (max-width: 1200px) {
    .main-banner__title {
        font-size: 54px;
        line-height: 58px;
    }
}
@media only screen and (max-width: 992px) {
    .main-banner__title {
        font-size: 44px;
        line-height: 48px;
    }
}
@media only screen and (max-width: 768px) {
    .main-banner__title {
        font-size: 34px;
        line-height: 38px;
    }
}
@media only screen and (max-width: 576px) {
    .main-banner__title {
        font-size: 25px;
        line-height: 32px;
    }
}
.main-banner__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 22px;
}
@media only screen and (max-width: 992px) {
    .main-banner__wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.main-banner__img-wrapper {
    -ms-flex: 1;
    flex: 1;
    background-size: cover;
}
@media only screen and (max-width: 992px) {
    .main-banner__img-wrapper {
        height: 50vh;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}
@media only screen and (max-width: 576px) {
    .main-banner__img-wrapper {
        height: 28vh;
    }
}
.main-banner__img {
    max-width: 100%;
    height: auto;
}
.main-banner__info-wrapper {
    -ms-flex-preferred-size: 46%;
    flex-basis: 46%;
}
.main-tizers {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}
.main-tizers__item {
    max-width: calc(50% - 8px);
    padding: 13px 15px 14px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    transition: box-shadow 0.4s;
}
@media only screen and (max-width: 576px) {
    .main-tizers__item {
        max-width: 100%;
        width: 100%;
    }
}
.main-tizers__item:hover {
    box-shadow: 0 0 0 0;
}
.main-tizers__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
}
.main-tizers__value {
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    margin-top: 4px;
}
.banner-docs {
    background: #262626;
    color: #fff;
    padding: 18px 27px 22px;
    margin-top: 14px;
}
@media only screen and (max-width: 576px) {
    .banner-docs {
        padding: 18px 15px 22px;
    }
}
.banner-docs a {
    color: #fff;
}
.banner-docs__title {
    max-width: 350px;
    font-size: 20px;
    font-weight: 600;
}
@media only screen and (max-width: 992px) {
    .banner-docs__title {
        max-width: 100%;
    }
}
.banner-docs__list {
    display: -ms-flexbox;
    display: flex;
    gap: 15px 59px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}
.banner-docs__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 600;
    transition: color 0.4s;
}
.banner-docs__item .icon {
    font-size: 24px;
}
.banner-docs__item:hover {
    color: #d55c27;
}
.banner-docs__footer {
    margin-top: 32px;
}
@media only screen and (max-width: 576px) {
    .banner-docs__btn {
        width: 100%;
    }
}
.tizers-list {
    display: -ms-flexbox;
    display: flex;
    gap: 15px 29px;
}
@media only screen and (max-width: 1200px) {
    .tizers-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 1200px) {
    .tizers-list__icon {
        -ms-flex-item-align: center;
        align-self: center;
        justify-self: center;
    }
}
.tizers-list__title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}
.tizers-list__text {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}
.tizers-list__item {
    display: grid;
    grid-template: 1fr / minmax(88px, auto) 1fr;
    gap: 17px;
}
@media only screen and (min-width: 1200px) {
    .tizers-list__item {
        grid-template: 1fr / minmax(50px, auto) 1fr;
        min-width: 29%;
    }
}
.bg-dark {
    background: #262626;
    color: #fff;
}
.bg-dark input[type="checkbox"].input-checkbox:checked + label:after,
.bg-dark input[type="checkbox"].input-checkbox:not(:checked) + label:after {
    background-color: #262626;
    background-image: url(/bitrix/templates/interpan-new/assets/css/../images/check-1.svg);
}
.bg-dark input[type="checkbox"]:checked + label,
.bg-dark input[type="checkbox"]:not(:checked) + label {
    color: hsla(0, 0%, 100%, 0.7);
}
.title-section {
    background-color: #262626;
    color: #fff;
    padding: 5.7291666667vh 0 4.8958333333vh;
    margin: 28px 0;
    overflow: hidden;
}
@media only screen and (max-width: 576px) {
    .title-section {
        padding: 9px 0 0;
    }
}
.title-section_v2 {
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 0;
    padding-top: 8.3333333333vh;
}
@media only screen and (max-width: 576px) {
    .title-section_v2 {
        padding-bottom: 30px;
    }
}
.title-section_v2 .title-section__wrapper {
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 2.6041666667vw;
}
@media only screen and (max-width: 992px) {
    .title-section_v2 .title-section__wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.title-section_v2 .title-section__title {
    font-size: 40px;
}
@media only screen and (max-width: 768px) {
    .title-section_v2 .title-section__title {
        font-size: 26px;
    }
}
.title-section_v2 .title-section__btns-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 22px;
}
@media only screen and (max-width: 576px) {
    .title-section_v2 .title-section__btns-inner {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.title-section_v2 .title-section__btns-inner .btn {
    padding: 18px 4.1145833333vw;
}
@media only screen and (max-width: 1200px) {
    .title-section_v2 .title-section__btns-inner .btn {
        padding: 18px 2.6041666667vw;
    }
}
@media only screen and (max-width: 576px) {
    .title-section_v2 .title-section__btns-inner .btn {
        width: 100%;
        position: inherit;
        text-align: center;
        padding: 9px 15px 8px;
    }
}
.title-section__wrapper_small {
    max-width: 1020px;
    margin: 0 auto;
}
.title-section__subtitle {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
}
@media only screen and (max-width: 768px) {
    .title-section__subtitle {
        font-size: 28px;
    }
}
@media only screen and (max-width: 576px) {
    .title-section__subtitle {
        font-size: 18px;
    }
}
.title-section__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2.1875vh;
}
@media only screen and (max-width: 768px) {
    .title-section__wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 15px;
    }
}
.title-section__title {
    font-size: 32px;
    line-height: 122%;
    font-weight: 600;
    max-width: 424px;
}
@media only screen and (max-width: 768px) {
    .title-section__title {
        font-size: 24px;
    }
}
@media only screen and (max-width: 576px) {
    .title-section__title {
        font-size: 16px;
    }
}
.title-section__title span {
    font-weight: 400;
}
@media only screen and (max-width: 576px) {
    .title-section__btns-inner {
        width: 100%;
    }
}
.title-section__btns-inner .btn {
    padding: 18px 27px;
}
@media only screen and (max-width: 576px) {
    .title-section__btns-inner .btn {
        position: relative;
        left: -15px;
        width: calc(100% + 30px);
        padding: 9px 15px 8px;
    }
}
.filter-wrapper {
    margin-top: 8.3333333333vh;
    margin-bottom: 8.3333333333vh;
}
@media only screen and (max-width: 576px) {
    .filter-wrapper {
        margin-top: 2.0833333333vh;
        margin-bottom: 2.0833333333vh;
    }
}
.fast-links__item:not(:last-child) {
    margin-bottom: 2.0833333333vh;
}
.fast-links__title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.fast-links__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 3.125vh;
}
@media only screen and (max-width: 576px) {
    .fast-links__list {
        gap: 10px 15px;
    }
}
.fast-links__link {
    display: -ms-flexbox;
    display: flex;
    padding: 0 19px;
    border: 1px solid #d55c27;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 12px;
    transition: color 0.4s, background 0.4s;
}
@media only screen and (max-width: 768px) {
    .fast-links__link {
        min-width: 64px;
        padding: 0;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.fast-links__link .active,
.fast-links__link:hover {
    background: #d55c27;
    color: #fff;
}
.filter-product {
    margin-top: 28px;
}
.filter-product__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 4.6875vw;
}
.filter-product__item {
    min-width: 44%;
    -ms-flex: 1;
    flex: 1;
}
@media only screen and (max-width: 768px) {
    .filter-product__item {
        min-width: 100%;
    }
}
.filter-product__item:not(:last-child) {
    margin-bottom: 23px;
}
@media only screen and (max-width: 768px) {
    .filter-product__item:not(:last-child) {
        margin-bottom: 15px;
    }
}
.filter-item__title {
    font-size: 16px;
    font-weight: 600;
    transition: color 0.4s;
}
@media only screen and (max-width: 768px) {
    .filter-item__title {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        gap: 5px;
    }
}
.filter-item__title.active {
    color: #d55c27;
}
.filter-item__title.active .icon {
    transform: rotate(180deg);
}
.filter-item__title .icon {
    display: none;
    font-size: 7px;
    transition: transform 0.4s;
}
@media only screen and (max-width: 768px) {
    .filter-item__title .icon {
        display: inline-block;
    }
}
.filter-item__body {
    margin-top: 15px;
}
@media only screen and (max-width: 768px) {
    .filter-item__body {
        display: none;
        visibility: hidden;
        transition: visibility 3s;
    }
    .filter-item__body.active {
        display: block;
        animation: 1s a;
        animation-fill-mode: forwards;
    }
}
.filter-item__list .checkbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 768px) {
    .filter-item__list .checkbox {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 576px) {
    .filter-item__list .checkbox {
        grid-template-columns: 1fr;
    }
}
.filter-item__list .checkbox input[type="checkbox"].input-checkbox:checked + label:before,
.filter-item__list .checkbox input[type="checkbox"].input-checkbox:not(:checked) + label:before {
    border: 1px solid #d55c27;
    width: 12px;
    height: 12px;
    top: 0;
}
.filter-item__list .checkbox input[type="checkbox"].input-checkbox:checked + label:after,
.filter-item__list .checkbox input[type="checkbox"].input-checkbox:not(:checked) + label:after {
    left: 3px;
    top: -2px;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-color: inherit;
}
.main-slider_detail .main-slider__banner {
    width: 100%;
    background-size: contain;
}
.main-slider_detail .main-slider__info {
    max-width: 353px;
    grid-column: 3;
    padding: 18px 0 0;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 992px) {
    .main-slider_detail .main-slider__info {
        grid-column: 1;
        max-width: 100%;
    }
}
.main-slider_detail .main-slider__info > .title {
    margin-left: 35px;
}
.main-slider_detail .main-slider__info .main-menu__docs {
    margin: 32px 0 0 14px;
}
@media only screen and (max-width: 992px) {
    .main-slider_detail .main-slider__info .main-menu__docs {
        margin: 32px 0 0;
    }
}
.main-slider_detail .main-slider__info .main-menu__docs-item,
.main-slider_detail .main-slider__info .tizers-download__docs-item {
    padding: 15px 27px;
}
.main-slider_detail .main-slider__tizers-list {
    padding: 0 15px 0 20px;
    margin-top: 20px;
}

.section-list{
     display: grid;
     grid-template: 1fr / repeat(3,1fr );
    gap: 24px;

    &.small-width{
        grid-template: 1fr / repeat(2,1fr );

        .section-list__item{
            max-height: 600px;
        }

        .section-list__img-wrapper{
            img{
                width: 100%;
                height: auto;
            }

        }
    }


}


.section-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    gap: 15px 35px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);

    padding: 15px;
}

.section-list__item:not(:last-child) {
    margin-bottom: unset;
}

@media only screen and (max-width: 992px) {
    .section-list__item {
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media only screen and (max-width: 768px) {
    .section-list__item {
        -ms-flex-direction: column;
        flex-direction: column;
    }


    .section-list{


        &.small-width{
            grid-template: 1fr / 1fr !important;
        }

    }

}
.section-list__img-wrapper {
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 768px) {
    .section-list__img-wrapper {
        width: 100%;
    }
}
.section-list__img-wrapper:hover .section-list__img {
    opacity: 0.6;
}
.section-list__img-wrapper:hover .section-list__title {
    background: #d55c27;
    color: #fff;
}
.section-list__img-wrapper:hover .section-list__title-wrapper {
    bottom: 0;
}
.section-list__img {
    transition: opacity 0.4s;
}
@media only screen and (max-width: 768px) {
    .section-list__img {
        width: 100%;
    }
}
.section-list__title-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -47px;
    transition: bottom 0.4s;
    display: none;
}
.section-list__title {
    display: block;
    max-width: 320px;
    padding: 12px 10px 11px 14px;
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
    border-radius: 0 10px 0 0;
    background: #fff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
    transition: color 0.4s, background 0.4s;
}
.section-list__fast-view {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    background: #fff;
    padding: 13px;
    transition: color 0.4s;
}
.section-list__body {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 768px) {
    .section-list__body {
        width: 100%;
    }
}
.section-list__name {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.section-list__pay-section {
    display: grid;
    grid-template: 1fr/1fr 1fr;
    gap: 22px;
    margin-top: 22px;
}
@media only screen and (max-width: 992px) {
    .section-list__pay-section {
        grid-template: 1fr/1fr;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .section-list__pay-section {
        grid-template: 1fr/1fr 1fr;
    }
}
.section-list__price {
    font-size: 20px;
    font-weight: 700;
}
@media only screen and (max-width: 576px) {
    .section-list__price {
        font-size: 18px;
    }
}
.param-list {
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    color: inherit;
}
.param-list__title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.param-list__wrapper:not(:last-child) {
    margin-bottom: 18px;
}
.param-list__item {
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(70px, auto) 1fr;
}
.param-list__item > .title {
    margin-bottom: 22px;
}
.product-availability__item {
    position: relative;
}
.product-availability__icon {
    position: absolute;
    top: 5px;
    left: 0;
    background: #d55c27;
    width: 13px;
    height: 13px;
    border-radius: 50%;
}
.product-availability__title {
    margin-left: 20px;
    font-size: 14px;
    font-weight: 400;
}
.param-item:not(:last-child) {
    margin-bottom: 10px;
}
.param-item__title {
    font-size: 16px;
    font-weight: 500;
}
.param-item__list {
    display: -ms-flexbox;
    display: flex;
    gap: 0 5px;
}
@media only screen and (max-width: 992px) {
    .param-item__list {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.tabs__nav_space-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.description-section {
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

.description{
    grid-column: span 2;
}
@media only screen and (max-width: 576px) {
    .description-section {
        font-size: 16px;
    }
}
.description-section.short-height {
    height: 120px;
    transition: height 0.4s;
    text-overflow: ellipsis;
}
.more-text__wrapper {
    overflow: hidden;
    position: relative;
    transition: height 0.4s;
}
.more-text__toggle-btn {
    font-size: 20px;
    font-weight: 400;
    color: #d55c27;
    margin-top: 19px;
}
@media only screen and (max-width: 576px) {
    .more-text__toggle-btn {
        font-size: 14px;
        margin-top: 10px;
    }
}
.installation-slider__btns {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px 20px;
}
@media only screen and (max-width: 768px) {
    .installation-slider__btns {
        justify-self: flex-end;
    }
}
.installation-slider__btns .btn {
    width: 100%;
    padding: 9px 0 10px;
    text-align: center;
}
@keyframes a {
    0% {
        opacity: 0;
    }
    to {
        visibility: visible;
        opacity: 1;
    }
}
.mobile-dropdown__btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    background: inherit;
    border: none;
    padding: 0;
    color: #9B9B9B;
}
.mobile-dropdown__btn .icon {
    font-size: 7px;
    transition: transform 0.4s, color 0.4s;
}
.mobile-dropdown__btn.active {
    color: #d55c27;
}
.mobile-dropdown__btn.active .icon {
    transform: rotate(180deg);
}
.mobile-dropdown__body {
    display: none;
    visibility: hidden;
    transition: visibility 3s;
}
.mobile-dropdown__body.active {
    display: block;
    animation: 1s a;
    animation-fill-mode: forwards;
}
.tizers-detail {
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
    padding: 30px 0;
}
.tizers-detail__wrapper {
    display: grid;
    grid-template-columns: 58% 28%;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
    .tizers-detail__wrapper {
        grid-template-columns: 64% 33%;
    }
}
@media only screen and (max-width: 992px) {
    .tizers-detail__wrapper {
        grid-template-columns: 100%;
        gap: 20px;
    }
}
.tizers-detail__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 4.1666666667vw;
}
@media only screen and (max-width: 576px) {
    .tizers-detail__list {
        grid-template-columns: 1fr;
    }
}
.tizers-detail__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}
.detail-tizer__title {
    font-size: 16px;
    font-weight: 600;
}
.detail-tizer__text {
    font-size: 12px;
    font-weight: 300;
    max-width: 200px;
}
.tech-links {
    background: #4f4f4f;
    padding: 18px 0 22px;
}
.tech-links__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 992px) {
    .tech-links__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.tech-links__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    color: #fff;
}
@media only screen and (max-width: 992px) {
    .tech-links__title {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 576px) {
    .tech-links__title {
        text-align: center;
        font-size: 14px;
    }
}
.tech-links__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 3.125vw;
}
@media only screen and (max-width: 576px) {
    .tech-links__list {
        width: 100%;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.tech-links__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}
@media only screen and (max-width: 576px) {
    .tech-links__item {
        font-size: 12px;
    }
}
.tech-links__item .icon {
    font-size: 24px;
}
.tizers-solution__list {
    display: grid;
    grid-template: 1fr / repeat(4, 1fr);
}
@media only screen and (max-width: 768px) {
    .tizers-solution__list {
        grid-template: 1fr / repeat(2, 1fr);
        gap: 4px;
    }
}
@media only screen and (max-width: 576px) {
    .tizers-solution__list {
        grid-template: 1fr/1fr;
    }
}
.tizers-solution__item {
    padding: 15px;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.tizers-solution .detail-tizer__title {
    display: block;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 5px;
}
@media only screen and (max-width: 1200px) {
    .tizers-solution .detail-tizer__title {
        font-size: 14px;
    }
}
.tizers-solution .detail-tizer__text {
    max-width: 100%;
    font-size: 14px;
}
@media only screen and (max-width: 1200px) {
    .tizers-solution .detail-tizer__text {
        font-size: 12px;
    }
}
@media only screen and (max-width: 1200px) {
    .tabs_vertical {
        display: grid;
        grid-template: 1fr/18% 1fr;
        column-gap: 90px;
    }
}
@media only screen and (max-width: 992px) {
    .tabs_vertical {
        grid-template: 1fr/1fr;
    }
}
.tabs_vertical .tabs__btn {
    font-size: 16px;
}
@media only screen and (min-width: 992px) {
    .tabs_vertical .tabs__btn {
        padding: 18px 0 20px;
    }
}
.tabs_vertical .tabs__btn_active {
    font-weight: 600;
}
@media only screen and (min-width: 992px) {
    .product-detail__characteristics-list .tabs_vertical .tabs__content {
        margin-top: 0;
    }
}
.product-detail__card {
    max-width: 1020px;
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 2.8645833333vw;
    padding: 1.9791666667vw 4.4791666667vw 2.1354166667vw 5.2083333333vw;
    margin: 0 auto;
    margin-top: 2.6041666667vw;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 992px) {
    .product-detail__card {
        padding: 40px 20px;
    }
}
@media only screen and (max-width: 768px) {
    .product-detail__card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.product-detail__characteristics-list .tabs__content {
    margin-top: 40px;
}
@media only screen and (max-width: 768px) {
    .product-detail__characteristics-list .tabs__nav {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.card-detail__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 117%;
}
@media only screen and (max-width: 576px) {
    .card-detail__title {
        font-size: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .card-detail__tabs {
        width: 100%;
    }
}
.card-detail__tabs-props {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
@media only screen and (max-width: 576px) {
    .card-detail__tabs-props {
        grid-template-columns: 1fr;
    }
}
.card-detail__price-wrapper {
    margin-top: 28px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 5.46875vw;
}
.card-detail__price {
    font-size: 20px;
    font-weight: 700;
}
.card-detail__btns {
    margin-top: 30px;
}
.card-detail__tabs .tabs__nav {
    margin-top: 20px;
}
@media only screen and (max-width: 768px) {
    .card-detail__tabs .tabs__nav {
        width: 100%;
    }
}
.card-detail__tabs .tabs__btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    border-top: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
}
.card-detail__tabs .tabs__btn .icon {
    font-size: 7px;
    transition: transform 0.4s;
}
.card-detail__tabs .tabs__btn:hover {
    border-top: 0;
    color: #d55c27;
}
.card-detail__tabs .tabs__btn_active {
    color: #d55c27;
}
.card-detail__tabs .tabs__btn_active .icon {
    transform: rotate(180deg);
}
.card-detail__tabs .tabs__content {
    margin-top: 20px;
}
.tabs-props__title {
    margin-bottom: 15px;
}
.tabs__props-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6.0416666667vw;
    max-width: 967px;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
    .tabs__props-list {
        gap: 15px;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 576px) {
    .tabs__props-list {
        grid-template-columns: 1fr;
    }
}
.tabs__props-list_row {
    grid-template-columns: 1fr;
    gap: 15px;
}
.tabs__props-list_row .tabs-prop__body {
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 576px) {
    .tabs__props-list_row .tabs-prop__body {
        display: block;
    }
}
.tabs__props-list_row .tabs-prop__title {
    font-weight: 600;
    min-width: 70px;
    margin: 0;
}
.tabs__props-item {
    display: -ms-flexbox;
    display: flex;
    gap: 2.8125vw;
}
.tabs-prop__head .icon {
    font-size: 30px;
    color: #d55c27;
}
.tabs-prop__title {
    margin-bottom: 18px;
}
.certifitate-section {
    position: relative;
}
.certifitate-section .certificate-nav {
    position: absolute;
    max-width: 60%;
    left: 33%;
    bottom: 0;
    background: #fff;
}
@media only screen and (max-width: 992px) {
    .certifitate-section .certificate-nav {
        position: relative;
        left: 0;
        max-width: 100%;
    }
}
.certificate-main__item {
    display: grid;
    grid-template-columns: 29% 1fr;
    gap: 42px;
}
@media only screen and (max-width: 992px) {
    .certificate-main__item {
        grid-template-columns: 33% 1fr;
        gap: 20px;
    }
}
@media only screen and (max-width: 576px) {
    .certificate-main__item {
        grid-template-columns: 1fr;
    }
}
.certificate-main__text-wrapper,
.manufacture-main__text-wrapper {
    margin-top: 2.5vw;
    max-height: 175px;
}
@media only screen and (max-width: 768px) {
    .certificate-main__text-wrapper,
    .manufacture-main__text-wrapper {
        margin: 0 0 30px;
    }
}
.grid-container {
    display: grid;
    gap: 15px 27px;
}
.grid-container_col-2 {
    grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 768px) {
    .grid-container_col-2 {
        grid-template-columns: 1fr;
    }
}
.product-nav-4el {
    margin-top: 10px;
}
.slider-arrow-3el-section:after {
    z-index: 4;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 650px;
    background: linear-gradient(270deg, #fff 29.77%, hsla(0, 0%, 100%, 0));
}
.slider-arrow-3el-section .swiper-slide {
    height: auto;
}
.slider-arrow-3el-section .swiper-wrapper {
    margin: 3px 1px;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.sections-list__title {
    margin: 80px 0 35px;
}
.sections-list__products {
    position: relative;
    overflow: hidden;
}
.section-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    height: 100%;
}
.section-card__link-wrapper {
    display: block;
    overflow: hidden;
}
.section-card__link-wrapper:hover .section-card__img {
    transform: scale(1.1);
}
.section-card__img {
    transition: transform 0.4s;
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .section-card__img {
        width: 100%;
    }
}
.section-card__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 13px 38px;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
}
.section-card__title {
    display: block;
    font-size: 20px;
    font-weight: 500;
    max-width: 316px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d55c27;
    margin-bottom: 10px;
}
.section-card__buy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    flex-direction: row-reverse;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px;
}
.section-card__buy .btn {
    min-width: 116px;
}
.section-card__price-current {
    font-weight: 700;
}
.section-card__availability {
    font-size: 14px;
}
.section-card__availability .product-availability__icon {
    top: 3px;
}
.section-card__subsections {
    line-height: normal;
    list-style: disc !important;
    text-decoration: underline;
    padding-left: 20px;
}
.section-prop:not(:last-child) {
    margin-bottom: 20px;
}
.section-prop__title {
    font-weight: 700;
}
.section-prop__value {
    margin-top: 5px;
}
.fastlinks__wrapper:not(:last-of-type) {
    margin-bottom: 30px;
}
.fastlinks__wrapper_scroll-y .fastlinks__list {
    overflow-y: scroll;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 9px;
    scrollbar-width: none;
}
.fastlinks__wrapper_scroll-y .fastlinks__item {
    white-space: nowrap;
}
@media only screen and (max-width: 576px) {
    .fastlinks__wrapper_show .fastlinks__title {
        color: #d55c27;
    }
    .fastlinks__wrapper_show .icon {
        transform: rotate(180deg);
    }
}
.fastlinks__title {
    font-size: 16px;
    font-weight: 600;
}
@media only screen and (min-width: 768px) {
    .fastlinks__title .icon {
        display: none;
    }
}
@media only screen and (max-width: 576px) {
    .fastlinks__title {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .fastlinks__title .icon {
        font-size: 6px;
        transition: transform 0.4s;
    }
}
.fastlinks__list {
    margin-top: 20px;
}
.fastlinks__list_flexible {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
.fastlinks__list_col-4 {
    column-count: 4;
}
@media only screen and (max-width: 992px) {
    .fastlinks__list_col-4 {
        column-count: 3;
    }
}
@media only screen and (max-width: 768px) {
    .fastlinks__list_col-4 {
        column-count: 2;
    }
}
@media only screen and (max-width: 576px) {
    .fastlinks__list_col-4 {
        column-count: auto;
    }
}
.fastlinks__list_col-4 .fastlinks__item {
    display: block;
}
@media only screen and (min-width: 768px) {
    .fastlinks__list_col-4 .fastlinks__item {
        white-space: nowrap;
    }
}
.fastlinks__input {
    display: none;
}
.fastlinks__input:checked + .fastlink-item_with-bg:before {
    background: rgba(199, 76, 38, 0.57);
}
.fastlinks__input:checked + .fastlink-item_col-2 .fastlink-item__title {
    color: #d55c27;
}
.fastlinks__input:checked + .fastlink-item_like-radio:after {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 2px;
    width: 8px;
    height: 8px;
    background: #d55c27;
    border-radius: 50%;
}
.fastlinks__form {
    margin-top: 30px;
}
.fastlink-item {
    cursor: pointer;
}
.fastlink-item_with-bg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: 78px;
    min-width: 162px;
    background-position: 50%;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    flex: 1 1 0;
}

@media screen and (max-width:991px){
    .fastlink-item_with-bg{
        flex:unset;
    }
}

@media only screen and (max-width: 576px) {
    .fastlink-item_with-bg {
        min-width: 47%;
    }
}
@media only screen and (max-width: 320px) {
    .fastlink-item_with-bg {
        min-width: 100%;
    }
}
.fastlink-item_with-bg:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.39);
    transition: background 0.4s;
}
.fastlink-item_with-bg:hover:before {
    background: rgba(199, 76, 38, 0.57);
}
.fastlink-item_with-bg .fastlink-item__title {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 15px;
}
.fastlink-item_with-bg .fastlink-item__title > span {
    text-transform: none;
}
.fastlink-item_with-bg.active:before {
    background: rgba(199, 76, 38, 0.57);
}
.fastlink-item_with-text {
    padding: 13px 21px;
    border: 1px solid #d55c27;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    transition: color 0.4s, background 0.4s;
}
.fastlink-item_with-text:hover {
    color: #fff;
    background: #d55c27;
}
@media only screen and (max-width: 768px) {
    .fastlink-item_with-text {
        padding: 11px 19px;
    }
}
.fastlink-item_col-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    transition: color 0.4s;
}
.fastlink-item_col-2 .fastlink-item__img {
    max-width: 54px;
}
.fastlink-item_col-2 .fastlink-item__title {
    min-width: 66px;
    text-align: center;
    text-transform: uppercase;
}
.fastlink-item_col-2.active .fastlink-item__title {
    color: #d55c27;
}
.fastlink-item_like-radio {
    position: relative;
    padding-left: 27px;
}
.fastlink-item_like-radio:before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 12px;
    height: 12px;
    background: inherit;
    border-radius: 50%;
    border: 1px solid #d55c27;
}
.fastlink-item_like-radio.active:after {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 2px;
    width: 8px;
    height: 8px;
    background: #d55c27;
    border-radius: 50%;
}
.fastlink-item__title {
    font-size: 12px;
    line-height: 125%;
    max-width: 160px;
}
.filter__wrapper {
    padding: 23px 18px 18px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 992px) {
    .filter__wrapper:not(.accordion__item_show) .accordion__body {
        display: none;
    }
}
.filter__wrapper.accordion__item_show .filter__title-btn {
    transform: rotate(45deg);
}
.filter__title {
    gap: 8px;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.filter__title,
.filter__title-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.filter__title-text {
    gap: 15px;
    color: #d55c27;
    font-size: 20px;
    font-weight: 600;
}
@media only screen and (max-width: 992px) {
    .filter__title-text {
        font-size: 16px;
    }
}
.filter__title-btn {
    display: none;
    font-size: 34px;
    line-height: 20px;
    color: #d55c27;
    transition: transform 0.4s;
}
@media only screen and (max-width: 992px) {
    .filter__title-btn {
        display: block;
    }
}
.filter__list {
    margin-top: 17px;
}
.filter__list .fastlinks__wrapper:not(.fastlinks__wrapper_show) .fastlinks__list {
    overflow: hidden;
    height: 0;
    margin: 0;
}
.filter__list .fastlinks__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.filter__list .fastlinks__title:hover .icon {
    color: #d55c27;
}
.filter__list .fastlinks__title .icon {
    font-size: 8px;
    display: block;
    transition: color 0.4s, transform 0.4s;
}
.filter__list .fastlinks__wrapper:not(:last-of-type) {
    margin-bottom: 15px;
}
.filter__list .fastlinks__wrapper_show .fastlinks__title .icon {
    transform: rotate(-180deg);
    color: #d55c27;
}
.filter__list .fastlinks__list_flexible {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7px;
    margin-top: 7px;
}
.filter__btn-clear {
    background: inherit;
    border: none;
    color: #d55c27;
    text-decoration: underline;
    padding: 0;
    width: 100%;
    font-size: 12px;
    cursor: pointer;
    transition: -webkit-text-decoration 0.4s;
    transition: text-decoration 0.4s;
    transition: text-decoration 0.4s, -webkit-text-decoration 0.4s;
}
.filter__btn-clear:hover {
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {
    .section-list{
        grid-template: 1fr / repeat(2,1fr) !important ;
    }
}
@media only screen and (max-width: 992px) {
    /*.section_has-filer .section-list__item .section-list__img-wrapper {*/
    /*    width: 40%;*/
    /*}*/
}
@media only screen and (max-width: 768px) {
    .section_has-filer .section-list__item .section-list__img-wrapper {
        width: auto;
        width: 100%;
    }
}



@media (min-width: 1200px) {
    .section-list__img-wrapper {
         width: unset !important;
        height: unset !important;
    }
}
@media only screen and (max-width: 768px) {
    .section_has-filer .section-list__item .section-list__title-wrapper {
        display: none;
    }
}
@media only screen and (max-width: 576px) {
    .section_has-filer .section-list__item .section-list__name {
        font-size: 20px;
    }
}
@media only screen and (max-width: 992px) {
    .section_has-filer .section-list__item .section-list__param {
        font-size: 14px;
    }
}
@media only screen and (max-width: 576px) {
    .section_has-filer .section-list__item .section-list__param {
        font-size: 12px;
    }
}
@media only screen and (max-width: 1200px) {
    .section_has-filer .section-list__item .section-list__pay-section {
        padding-top: 16px;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}
@media only screen and (max-width: 992px) {
    .section_has-filer .section-list__item .section-list__pay-section {
        grid-template: 1fr/1fr 1fr;
    }
}
.title-section__back {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    background: #fff;
    color: #000;
    padding: 6px 11px 6px 25px;
    transition: background 0.4s;
}
@media only screen and (max-width: 576px) {
    .title-section__back {
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        left: -15px;
        width: calc(100% + 30px);
        padding: 9px 15px 8px;
    }
}
.title-section__back:hover {
    background: #d55c27;
    color: #fff;
}
.title-section__back:hover .icon {
    color: #fff;
}
.title-section__back .icon {
    font-size: 28px;
    font-weight: 700;
    color: #d55c27;
    display: inline-block;
    transform: rotate(180deg);
    transition: color 0.4s;
}
.title-section__back span {
    border-left: 1px solid #d9d9d9;
    font-size: 12px;
    padding-left: 14px;
    transition: color 0.4s;
}
.grid-list {
    display: grid;
}
.grid-list_col-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
@media only screen and (max-width: 992px) {
    .grid-list_col-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 576px) {
    .grid-list_col-3 {
        grid-template-columns: 1fr;
    }
}
.savings-list__item {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 35px 5.6770833333vw 47px;
}
.savings-list__item:not(:last-child) {
    margin-bottom: 8.3333333333vh;
}
.savings-item__title {
    font-size: 32px;
    font-weight: 700;
    max-width: 637px;
}
@media only screen and (max-width: 768px) {
    .savings-item__title {
        line-height: 120%;
        font-size: 18px;
    }
}
.savings-item__props-list {
    padding-top: 35px;
    margin-top: 6px;
    border-top: 1px solid #d74c26;
}
@media only screen and (max-width: 768px) {
    .savings-item__props-list {
        padding-top: 20px;
    }
}
.savings-item__prop {
    display: grid;
    grid-template-columns: 76% 17% 7%;
    border-bottom: 1px solid #a8a8a8;
    font-size: 20px;
    padding: 3px 0 6px;
}
@media only screen and (max-width: 768px) {
    .savings-item__prop {
        grid-template-columns: 70% 23% 7%;
        font-size: 16px;
    }
}
@media only screen and (max-width: 576px) {
    .savings-item__prop {
        grid-template-columns: 1fr;
    }
}
.savings-item__total {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 0 13px;
    margin-top: 28px;
}
@media only screen and (max-width: 768px) {
    .savings-item__total {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.total-savings__total {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}
.total-savings__icon {
    display: inline-block;
    top: 5px;
    left: 0;
    background: #d55c27;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.total-savings__value {
    font-size: 32px;
}
.slider-wrapper {
    position: relative;
}
.slider-wrapper .single-slider__button-next,
.slider-wrapper .single-slider__button-prev {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    z-index: 10;
}
.slider-wrapper .single-slider__button-prev {
    left: -80px;
}
@media only screen and (max-width: 992px) {
    .slider-wrapper .single-slider__button-prev {
        left: 0;
    }
}
.slider-wrapper .single-slider__button-next {
    right: -80px;
}
@media only screen and (max-width: 992px) {
    .slider-wrapper .single-slider__button-next {
        right: 0;
    }
}
.slider-wrapper .single-slider__button-next:before {
    left: 0;
}
.advantage-ul li {
    position: relative;
    font-size: 18px;
    margin-left: 40px;
}
.advantage-ul li:not(:last-child) {
    margin-bottom: 15px;
}
.advantage-ul li :before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: -40px;
    width: 20px;
    height: 20px;
    background: #d55c27;
    border-radius: 50%;
}
.contacts-row__item {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.contacts-row__item:not(:last-child) {
    margin-bottom: 60px;
}
@media only screen and (max-width: 992px) {
    .contacts-row__item:not(:last-child) {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 576px) {
    .contacts-row__item:not(:last-child) {
        margin-bottom: 20px;
    }
}
.contacts-item {
    padding: 13px 47px 36px;
}
@media only screen and (max-width: 1200px) {
    .contacts-item {
        padding: 13px 40px 36px;
    }
}
@media only screen and (max-width: 768px) {
    .contacts-item {
        padding: 20px 9px 25px;
    }
}
.contacts-item__title {
    font-size: 48px;
    font-weight: 600;
    color: #d55c27;
    margin: 0 33px 48px;
}
@media only screen and (max-width: 992px) {
    .contacts-item__title {
        font-size: 40px;
    }
}
@media only screen and (max-width: 576px) {
    .contacts-item__title {
        font-size: 20px;
        margin-bottom: 30px;
    }
}
.contacts-item__list-wrapper {
    display: grid;
    grid-template-columns: 42% 58%;
}
@media only screen and (max-width: 992px) {
    .contacts-item__list-wrapper {
        grid-template-columns: 1fr;
    }
}
.contacts-item__desc {
    margin: 50px 33px 0;
    padding-top: 19px;
    border-top: 1px solid #d9d9d9;
    font-size: 20px;
    font-weight: 600;
    color: #d55c27;
}
.contacts-item__desc p:not(:last-of-type) {
    margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
    .contacts-item__desc {
        margin: 0 33px;
        font-size: 18px;
    }
}
@media only screen and (max-width: 768px) {
    .contacts-item__desc {
        margin: 0 14px;
    }
}
@media only screen and (max-width: 576px) {
    .contacts-item__desc {
        font-size: 14px;
    }
}
.contacts-list__item {
    display: grid;
    grid-template-columns: 40% 60%;
}
.contacts-list__item:not(:last-child) {
    margin-bottom: 22px;
}
@media only screen and (max-width: 992px) {
    .contacts-list__item {
        margin-bottom: 22px;
    }
}
@media only screen and (max-width: 768px) {
    .contacts-list__item {
        grid-template-columns: 1fr;
        row-gap: 5px;
    }
}
.contacts-list__title {
    font-size: 20px;
    font-weight: 700;
}
@media only screen and (max-width: 768px) {
    .contacts-list__title {
        font-size: 14px;
    }
}
.contacts-list__title .icon {
    color: #d55c27;
    margin-right: 18px;
}
@media only screen and (max-width: 768px) {
    .contacts-list__title .icon {
        font-size: 15px;
    }
}
.contacts-list__value {
    font-size: 20px;
    line-height: 21px;
}
@media only screen and (max-width: 768px) {
    .contacts-list__value {
        font-size: 14px;
        margin-left: 38px;
    }
}
.contacts-list__value a {
    display: block;
}
@media only screen and (max-width: 992px) {
    .contacts-list__value a {
        display: inline-block;
    }
}
@media only screen and (max-width: 768px) {
    .contacts-list__value a {
        display: block;
    }
}
.contacts-list__value p:not(:last-child) {
    margin-bottom: 10px;
}
.contact-attention {
    margin-top: 16.6666666667vh;
    margin-bottom: 18.75vh;
}
@media only screen and (max-width: 768px) {
    .contact-attention {
        margin-top: 6.25vh;
        margin-bottom: 6.25vh;
    }
}
.contact-attention__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 20px;
}
@media only screen and (max-width: 992px) {
    .contact-attention__list {
        grid-template-columns: 1fr;
    }
}
.contact-attention__item {
    padding: 27px 30px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 576px) {
    .contact-attention__item {
        padding: 15px 8px;
    }
}
.attention-item {
    font-size: 20px;
}
@media only screen and (max-width: 992px) {
    .attention-item {
        font-size: 18px;
    }
}
@media only screen and (max-width: 768px) {
    .attention-item {
        font-size: 12px;
    }
}
.attention-item__title {
    font-size: 24px;
    font-weight: 700;
}
@media only screen and (max-width: 992px) {
    .attention-item__title {
        font-size: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .attention-item__title {
        font-size: 14px;
    }
}
.attention-item__title span {
    color: #d55c27;
}
.project-presentation__list {
    display: -ms-flexbox;
    display: flex;
    gap: 10px 33px;
    margin-bottom: 10.4166666667vh;
}
@media only screen and (max-width: 576px) {
    .project-presentation__list {
        gap: 5px;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 60px;
    }
}
.project-presentation__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px;
    background: #d55c27;
    color: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 8px 13px;
    max-width: 168px;
    transition: color 0.4s, background 0.4s;
}
.project-presentation__item .icon {
    font-size: 24px;
}
.project-presentation__item span {
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
}
.project-presentation__item:hover {
    background: #fff;
    color: #d55c27;
}
.projects__filter .checkbox {
    grid-template-columns: 35% 45%;
}
@media only screen and (max-width: 992px) {
    .projects__filter .checkbox {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 768px) {
    .projects__filter .checkbox {
        grid-template-columns: 1fr;
    }
}
.projects__list {
    margin-top: 8.3333333333vh;
}
@media only screen and (max-width: 576px) {
    .projects__list {
        margin-top: 40px;
    }
}
.projects__item {
    display: grid;
    grid-template-columns: 43% 1fr;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px 2.0833333333vw;
    max-width: 753px;
}
@media only screen and (max-width: 576px) {
    .projects__item {
        grid-template-columns: 1fr;
    }
}
.projects__item:not(:last-child) {
    margin-bottom: 7.2916666667vh;
}
@media only screen and (max-width: 576px) {
    .projects__item:not(:last-child) {
        margin-bottom: 50px;
    }
}
.projects__item_max-width {
    max-width: 100%;
    grid-template-columns: 38% 1fr;
}
@media only screen and (max-width: 576px) {
    .projects__item_max-width {
        grid-template-columns: 1fr;
    }
}
.projects-item__img-wrapper {
    display: block;
    overflow: hidden;
}
.projects-item__img-wrapper:hover img {
    transform: scale(1.1);
}
.projects-item__img {
    transition: transform 0.4s;
}
@media only screen and (max-width: 576px) {
    .projects-item__img {
        width: 100%;
    }
}
.projects-item__body {
    position: relative;
    display: grid;
    grid-template: auto 1fr 42px/1fr;
}
.projects-item__title {
    font-size: 20px;
    font-weight: 600;
    color: #d55c27;
}
@media only screen and (max-width: 768px) {
    .projects-item__title {
        font-size: 18px;
    }
}
.projects-item__desc {
    margin-top: 15px;
    font-size: 14px;
}
.projects-item__desc-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
    .projects-item__footer {
        margin-top: 15px;
    }
}
@media only screen and (max-width: 576px) {
    .projects-item__footer {
        margin-top: 25px;
    }
}
.project-detail {
    display: grid;
    grid-template-columns: 36% 1fr;
    padding: 38px 86px 38px 52px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    margin-top: 37px;
    gap: 15px 3.125vw;
}
@media only screen and (max-width: 1200px) {
    .project-detail {
        padding: 38px 4.1666666667vh;
    }
}
@media only screen and (max-width: 768px) {
    .project-detail {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media only screen and (max-width: 576px) {
    .project-detail {
        padding: 30px 15px;
    }
}
.project-detail__title {
    font-size: 32px;
    font-weight: 700;
}
@media only screen and (max-width: 768px) {
    .project-detail__title {
        font-size: 29px;
        line-height: 120%;
    }
}
@media only screen and (max-width: 576px) {
    .project-detail__title {
        font-size: 22px;
    }
}
.project-detail__desc,
.project-detail__properties {
    margin-top: 30px;
}
@media only screen and (max-width: 768px) {
    .project-detail__desc,
    .project-detail__properties {
        margin-top: 20px;
    }
}
.project-detail__btn-wrapper {
    margin-top: 30px;
}
.project-nav {
    margin-top: 13px;
}
.project-desc__title,
.project-properties__title {
    color: #d55c27;
    font-weight: 600;
    margin-bottom: 10px;
}
.project-properties__title {
    color: #000;
}
.application-text__text {
    font-size: 20px;
}
.application-text__text p:not(:last-of-type) {
    margin-bottom: 15px;
}
.menu-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 12px;
}
@media only screen and (max-width: 576px) {
    .menu-links {
        gap: 10px 10px;
    }
}
.menu-links__link {
    display: inline-block;
    padding: 6px 16px 7px;
    border: 1px solid #d55c27;
    border-radius: 10px;
    transition: color 0.4s, background 0.4s;
}
@media only screen and (max-width: 576px) {
    .menu-links__link {
        font-size: 13px;
    }
}
.menu-links__link.selected {
    background: #d55c27;
    color: #fff;
}
.tabs .accordion__item {
    box-shadow: none;
}
.tabs .accordion__header {
    font-size: 16px;
    padding: 15px 0;
    font-weight: inherit;
}
.tabs .accordion__header:after {
    content: "\e906";
    font-size: 30px;
    font-size: 17px;
    width: auto;
    height: auto;
}
.tabs .accordion__content {
    padding: 0 0 15px;
    border-radius: 0;
}
.tabs .accordion__item_show .accordion__header:after,
.tabs .accordion__item_slidedown .accordion__header:after {
    transform: rotate(-180deg);
}
.tabs .large-text {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 2.0833333333vh;
}
.tabs .arrow-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    padding-left: 55px;
    position: relative;
    margin: 4px 0;
    margin-bottom: 1.5625vh;
}
.tabs .arrow-title:before {
    position: absolute;
    display: block;
    content: "\e90e";
    font-family: icomoon;
    font-size: 30px;
    left: 0;
    color: #d55c27;
}
.tabs .column {
    display: grid;
    margin-bottom: 4.1666666667vh;
}
.tabs .column_4 {
    grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 992px) {
    .tabs .column_4 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 576px) {
    .tabs .column_4 {
        grid-template-columns: 1fr;
    }
    .section-list{
        grid-template: 1fr / 1fr !important;
    }

}
.tabs .column__title {
    margin-bottom: 2.6041666667vh;
}
.bordered-bottom {
    border-bottom: 1px solid #9b9b9b;
    padding-bottom: 5px;
    margin-top: 10px;
}
ol.bordered-bottom {
    padding-left: 25px;
}
.table-scroll-wrapper {
    overflow: scroll;
}
.install-tech {
    display: grid;
    grid-template-columns: 40% 1fr;
    padding-bottom: 50px;
    margin-top: 4.4791666667vh;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 3.6458333333vw;
}
@media only screen and (max-width: 992px) {
    .install-tech {
        padding-left: 0;
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 992px) {
    .install-tech__title {
        margin-bottom: 20px;
    }
}
.install-tech__title h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 135%;
    max-width: 343px;
    display: -ms-flexbox;
    display: flex;
    transition: color 0.4s;
}
@media only screen and (max-width: 992px) {
    .install-tech__title h2 {
        max-width: 100%;
    }
}
.install-tech__title h2 .number {
    font-weight: 700;
    font-size: 36px;
    line-height: 135%;
    letter-spacing: 0.5px;
    color: #d55c27;
    margin-right: 7px;
    min-width: 71px;
}
.install-tech__file-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 45px;
}
.install-tech__file {
    font-size: 11px;
    line-height: 135%;
    width: 48%;
    max-width: 272px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media only screen and (max-width: 992px) {
    .install-tech__file {
        max-width: 100%;
        width: 100%;
    }
}
.install-tech__file .install-tech__img {
    min-width: 47px;
    width: 47px;
    height: 54px;
    margin-right: 19px;
    background-size: contain;
    background-repeat: no-repeat;
}
.install-tech__file[href$=".pdf"] .install-tech__img {
    background-image: url(/bitrix/templates/interpan/img/pdf-icon.png);
}
.install-tech__body p {
    margin: 0 0 20px;
}
.install-tech__body .subtitle {
    font-weight: 600;
    margin-bottom: 5px;
}
.install-tech__body ul li {
    position: relative;
    padding-left: 8px;
}
.install-tech__body .danger {
    color: #d55c27;
}
.text-bold {
    font-weight: 600;
}
.card-detail__img.active,
.card-detail__subtitle.active {
    display: block;
}
.solution-item__title {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 4.1666666667vh;
}
@media only screen and (max-width: 768px) {
    .solution-item__title {
        font-size: 32px;
    }
}
.solution-item + .solution-item {
    margin-top: 15.625vh;
}
.solution-nav__item {
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border: none;
    padding: 12px;
    font-size: 16px;
    min-width: 209px;
    transition: background 0.4s, color 0.4s, box-shadow 0.4s;
    cursor: pointer;
}
@media only screen and (max-width: 768px) {
    .solution-nav__item {
        width: 100%;
    }
}
.solution-nav__item.active {
    background: #d55c27;
    color: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
}
.solution-item__card {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.card-detail_wrapper {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 2.8645833333vw;
    padding: 1.9791666667vw 4.4791666667vw 2.1354166667vw 5.2083333333vw;
}
@media only screen and (max-width: 992px) {
    .card-detail_wrapper {
        padding: 40px 20px;
    }
}
@media only screen and (max-width: 768px) {
    .card-detail_wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.card-detail__subtitle {
    color: #d55c27;
    font-size: 20px;
    font-weight: 500;
}
.card-detail .more-text,
.card-detail .tabs__content {
    margin: 0 2.9166666667vw;
}
.card-detail__tabs .tabs__content {
    margin: 0;
}
.card-detail .more-text {
    margin-top: 6.7708333333vh;
}
.card-detail__footer {
    margin-top: 3.6458333333vh;
}
.card-detail__btn {
    display: block;
    text-align: center;
    color: #fff;
    background: #d55c27;
    font-size: 20px;
    font-weight: 700;
    padding: 13px;
    border: 1px solid #d55c27;
    transition: background 0.4s, color 0.4s;
}
.card-detail__btn:hover {
    color: #d55c27;
    background: #fff;
}
@media only screen and (max-width: 768px) {
    .card-detail__tabs-section .tabs__btn {
        min-width: 100%;
    }
}
.solution-detail {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding-bottom: 40px;
}
.solution-detail .card-detail {
    max-width: 100%;
    margin-top: 0;
    box-shadow: none;
}
.swiper__tab-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 35px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    transition: color 0.4s, background 0.4s, box-shadow 0.4s;
}
@media only screen and (max-width: 576px) {
    .swiper__tab-btn {
        display: block;
        text-align: center;
    }
}
.swiper__tab-btn.active {
    background: #d55c27;
    color: #fff;
    box-shadow: none;
}
.pt-20 {
    padding-top: 20px;
}
.pb-40 {
    padding-bottom: 40px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-45 {
    margin-top: 45px;
}
.mt-70 {
    margin-top: 70px;
}
.mb-60 {
    margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
    .mb-60 {
        margin-bottom: 30px;
    }
}
.files-downloads__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px;
}
@media only screen and (max-width: 768px) {
    .files-downloads__list {
        gap: 15px 13px;
    }
}
.files-downloads__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    padding: 19px 33px;
    background: #d55c27;
    color: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    transition: background 0.4s;
}
.files-downloads__item .icon {
    font-size: 24px;
}
.files-downloads__item:hover {
    color: #d55c27;
    background: #fff;
}
.files-downloads__title {
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
}
.shadowed,
.shadowed-desc {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.shadowed-desc {
    padding: 20px 40px;
}
@media only screen and (max-width: 1200px) {
    .shadowed-desc {
        box-shadow: none;
        padding: 0;
    }
}
.dots-arrow li {
    position: relative;
    padding-left: 5.2083333333vw;
    line-height: 125%;
}
@media only screen and (min-width: 992px) {
    .dots-arrow li {
        font-size: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .dots-arrow li {
        padding-left: 7.2916666667vw;
    }
}
.dots-arrow li:not(:last-child) {
    margin-bottom: 15px;
}
.dots-arrow li:before {
    font-family: icomoon;
    content: "\e90e";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    color: #d55c27;
}
.navigation__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px 22px;
}
@media only screen and (max-width: 768px) {
    .navigation__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.navigation__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 14px 26px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    transition: color 0.4s, background 0.4s;
}
@media only screen and (max-width: 768px) {
    .navigation__item {
        gap: 5px;
    }
}
.navigation__item:hover {
    background: #d55c27;
    color: #fff;
}
.navigation-item__title {
    font-size: 20px;
    font-weight: 700;
}
@media only screen and (max-width: 992px) {
    .navigation-item__title {
        font-size: 18px;
        line-height: 120%;
    }
}
.navigation-item__like-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 17px;
    font-size: 14px;
    font-weight: 400;
}
.navigation-like-link .icon {
    font-size: 15px;
}
.flexible {
    display: -ms-flexbox;
    display: flex;
    gap: 29px;
}
@media only screen and (max-width: 992px) {
    .flexible {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.flexible_align-end {
    -ms-flex-align: end;
    align-items: flex-end;
}
.flexible_align-center {
    -ms-flex-align: center;
    align-items: center;
}
.flexible_spase-b {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flexible_col-2 .flexible__item {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
}
@media only screen and (max-width: 992px) {
    .flexible_col-2 .flexible__item {
        -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
    }
}
@media only screen and (max-width: 768px) {
    .flexible_col-2 .flexible__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .flexible_column-reverse {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media only screen and (min-width: 992px) {
    .large-text {
        font-size: 1.25em;
    }
}
.warning-text {
    color: #d55c27;
    font-weight: 600;
    line-height: 125%;
}
.centered {
    text-align: center;
}
.centered img {
    margin: 0 auto;
}
.install-item {
    display: grid;
    grid-template: 1fr / minmax(100px, 25%) 1fr;
}
.install-item:not(:last-child) {
    margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
    .install-item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.install-item__img {
    max-height: 100px;
}
@media only screen and (max-width: 576px) {
    .install-item__img {
        margin: 0 auto;
        max-height: inherit;
    }
}
.install-item__body {
    display: -ms-flexbox;
    display: flex;
    column-gap: 4.1666666667vw;
}
.install-item__body .icon {
    font-size: 24px;
    color: #d55c27;
}
.install-item__text {
    font-size: 20px;
    line-height: 125%;
}
@media only screen and (max-width: 768px) {
    .install-item__text {
        font-size: 16px;
    }
}
.install-item__title {
    font-weight: 700;
    margin-bottom: 7px;
}
.install-item__list li {
    padding-left: 20px;
    position: relative;
}
.install-item__list li:before {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    left: 9px;
    width: 3px;
    height: 3px;
    border-radius: 2px;
    background: #000;
}
.step-item {
    display: -ms-flexbox;
    display: flex;
    column-gap: 3.75vw;
}
.step-item .icon {
    font-size: 24px;
    color: #d55c27;
}
.step-item__title {
    font-weight: 700;
    margin-bottom: 7px;
}
.steps-list_nums .step-item__num {
    position: relative;
    width: 38px;
    height: 38px;
    overflow: hidden;
}
.steps-list_nums .step-item__num:before {
    content: "\e90f";
    font-family: icomoon !important;
    display: block;
    position: absolute;
    top: -9px;
    left: 0;
    font-size: 38px;
    color: #d55c27;
}
.steps-list_nums .step-item__num .step-item__num-value {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -8px;
    font-size: 16px;
}
.steps-list_nums .step-item__title {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 101.49%;
    margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
    .steps-list_nums .step-item__title {
        font-size: 20px;
    }
}
.steps-list_nums .step-item__title > span {
    color: #d55c27;
}
.steps-list_nums .steps-list__item:not(:last-child) {
    margin-bottom: 60px;
}
.grid {
    display: grid;
}
.grid_col-3 {
    grid-template: 1fr / repeat(3, 1fr);
}
@media only screen and (max-width: 576px) {
    .grid_col-3 {
        grid-template: 1fr / repeat(2, 1fr);
        gap: 10px;
    }
}
.grid_justify-center {
    justify-items: center;
}
.gallery-with-desc__item:not(:last-child) {
    margin-bottom: 30px;
}
@media only screen and (max-width: 576px) {
    .gallery-with-desc__item:not(:last-child) {
        margin-bottom: 15px;
    }
}
.gallery-with-desc__desc {
    margin-top: 10px;
    font-weight: 600;
    max-width: 220px;
}
.hidden-mount-section {
    display: grid;
    grid-template: 1fr / repeat(2, 1fr);
    column-gap: 3.6458333333vw;
}
@media only screen and (max-width: 576px) {
    .hidden-mount-section {
        grid-template: 1fr/1fr;
    }
}
.hidden-mount-section__gallery {
    display: grid;
    grid-template: 1fr / repeat(2, auto);
    -ms-flex-pack: justify;
    justify-content: space-between;
    column-gap: 1.4583333333vw;
}
@media only screen and (max-width: 576px) {
    .hidden-mount-section__gallery {
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.hidden-mount-section__gallery img {
    max-height: 290px;
}
@media only screen and (max-width: 768px) {
    .hidden-mount-section__gallery img {
        max-height: 224px;
    }
}
.hidden-mount-section__gallery_left {
    -ms-flex-pack: start;
    justify-content: flex-start;
}





@media only screen and (max-width: 768px) {
    /* Сбрасываем отступы для html и body */
    html,
    body {
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        width: 100%;
    }

    /* Основной контейнер занимает всю ширину и не имеет внутренних отступов */
    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
    }

    /* Шапка и её элементы – базовая мобильная раскладка */
    .header-top-wrapper {
        display: grid;
        grid-template-areas:
      "logo"
      "contacts"
      "recall"
      "nav";
        width: 100%;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }

    /* Для всех дочерних элементов внутри шапки сбрасываем отступы */
    .header-top-wrapper > * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    /* Гарантируем, что внутренние элементы не вылезают за границы */
    .container * {
        max-width: 100%;
    }
}

/* Для экранов от 576px до 768px добавляем боковые отступы по 15px */
@media only screen and (min-width: 320px) and (max-width: 576px) {
    .container,
    .header-top-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* redesign */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::after,
*::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

ul,
ol {
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

ul[class] {
    list-style: none;
}

img {
    max-width: 100%;
    display: block;
}

input,
button,
textarea,
select {
    font: inherit;
}

button {
    cursor: pointer;
    padding: 0;
    border: 0px;
    background: transparent;
}

a {
    text-decoration: none;
    color: inherit;
}

:root {
    --main-dark: #434343;
    --gray: #737373;
    --gray-2: #76767A;
    --light-gray: #F8F8F8;
    --light-gray-2: #B1B1B1;
    --orange: #D55C27;
    --green: #40B526;
    --white: #fff;
    --border: #E7E8EA;
    --main-gray: #94A9B7;
}

@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    src: url("/bitrix/templates/interpan-new/assets/css/../fonts/Montserrat-Bold.woff2") format("woff2");
}

@font-face {
    font-family: "Montserrat";
    font-weight: 600;
    font-style: normal;
    src: url("/bitrix/templates/interpan-new/assets/css/../fonts/Montserrat-SemiBold.woff2") format("woff2");
}

@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    src: url("/bitrix/templates/interpan-new/assets/css/../fonts/Montserrat-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
    src: url("/bitrix/templates/interpan-new/assets/css/../fonts/Montserrat-Medium.woff2") format("woff2");
}

@font-face {
    font-family: "OpenSans";
    font-weight: 400;
    font-style: normal;
    src: url("/bitrix/templates/interpan-new/assets/css/../fonts/OpenSans-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "icomoon";
    font-weight: 400;
    font-style: normal;
    src: url("/bitrix/templates/interpan-new/assets/css/../fonts/icomoon.woff") format("woff");
}

[class^=icon-],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-2:before {
    content: "\e900";
}

.icon-arrow-drop:before {
    content: "\e901";
}

.icon-arrow-slider:before {
    content: "\e902";
}

.icon-arrow:before {
    content: "\e903";
}

.icon-basket-2:before {
    content: "\e904";
}

.icon-basket:before {
    content: "\e905";
}

.icon-check:before {
    content: "\e906";
}

.icon-favorite:before {
    content: "\e907";
}

.icon-inst:before {
    content: "\e908";
}

.icon-map-point:before {
    content: "\e909";
}

.icon-search:before {
    content: "\e90a";
}

.icon-tg:before {
    content: "\e90b";
}

.icon-vk:before {
    content: "\e90c";
}

.icon-checkbox-checked:before {
    content: "\ea52";
}

.icon-checkbox-unchecked:before {
    content: "\ea53";
}

.icon-radio-checked:before {
    content: "\ea54";
}

.icon-radio-unchecked:before {
    content: "\ea56";
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: var(--main-dark);
    background-color: #fff;
    font-weight: 400;
    line-height: 1.25;
}

@media only screen and (min-width: 769px) {
    body {
        font-size: 16px;
    }
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    width: 100%;
    /*padding-right: 15px;
      padding-left: 15px;*/
    padding-inline: 15px;
    margin: auto;
    /*
      width: vw(1496);
      max-width: 100%;
      margin: 0 auto;
      @include media("max", "md2") {
         width: 100%;
         padding-right: 15px;
         padding-left: 15px;
      }*/
    /*   @include media('min', 'md7') {
       max-width: 1350px;
     }

     @include media('min', 'md8') {
       max-width: 1496px;
     } */
}

@media only screen and (min-width: 567px) {
    .container {
        max-width: none;
    }
}

@media only screen and (min-width: 769px) {
    .container {
        max-width: 756px;
    }
}

@media only screen and (min-width: 1024px) {
    .container {
        max-width: 1012px;
    }
}

@media only screen and (min-width: 1280px) {
    .container {
        max-width: 1210px;
    }
}

.wrapper-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100vh;
}

.wrapper-container__main-section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.btn {
    display: inline-block;
    text-align: center;
    padding: 11px 35px;
    font-size: 16px;
    color: var(--white);
    background-color: var(--orange);
    border: none;
    white-space: nowrap;
}

.btn-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    padding: 11px 29px;
    font-size: 14px;
}

.btn-nopad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

:focus-visible {
    outline: 2px solid var(--main-dark);
}

.items-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.h1 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.22;
    color: var(--main-dark);
}

@media only screen and (min-width: 1024px) {
    .h1 {
        font-size: 40px;
    }
}

.h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.22;
    color: var(--main-dark);
}

@media only screen and (min-width: 1024px) {
    .h2 {
        font-size: 32px;
    }
}

.h3-sm {
    font-size: 16px;
    font-weight: 600;
}

.section {
    margin-top: 20px;
}

@media only screen and (min-width: 1024px) {
    .section {
        margin-top: 40px;
    }
}

.section-1 {
    margin-top: 40px;
}

@media only screen and (min-width: 1024px) {
    .section-1 {
        margin-top: 80px;
    }
}

.section-2 {
    margin-top: 60px;
}

@media only screen and (min-width: 1024px) {
    .section-2 {
        margin-top: 100px;
    }
}

.breadcrumbs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 6px;
    font-family: "OpenSans", sans-serif;
}

.breadcrumbs-item {
    font-size: 14px;
    color: var(--gray-2);
    position: relative;
}

.breadcrumbs-item:not(:first-child) {
    padding-left: 16px;
}

.breadcrumbs-item:not(:first-child)::after {
    display: block;
    content: "/";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 7px;
}

@media only screen and (min-width: 1024px) {
    .breadcrumbs {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
    }
}

.product__cards {
    margin-top: 20px;
    width: 100%;
    display: grid;
    grid-template: 1fr/repeat(2, 1fr);
    gap: 15px;
}

@media only screen and (min-width: 769px) {
    .product__cards {
        grid-template: 1fr/repeat(3, 1fr);
        margin-top: 40px;
    }
}

@media only screen and (min-width: 1024px) {
    .product__cards {
        grid-template: 1fr/repeat(4, 1fr);
    }
}

.product__card {
    padding: 10px;
    border: 1px solid var(--border);
}

@media only screen and (min-width: 769px) {
    .product__card {
        padding: 20px 15px;
    }
}

.product__imgs .swiper-horizontal > .swiper-pagination-bullets,
.product__imgs .swiper-pagination-bullets.swiper-pagination-horizontal,
.product__imgs .swiper-pagination-custom,
.product__imgs .swiper-pagination-fraction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product__imgs .swiper-pagination-bullet {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: unset;
    height: 1px;
    background: #D9D9D9;
}

.product__imgs .swiper-pagination-bullet-active {
    background: var(--orange);
}

.product__imgs .swiper-horizontal > .swiper-pagination-bullets,
.product__imgs .swiper-pagination-bullets.swiper-pagination-horizontal,
.product__imgs .swiper-pagination-custom,
.product__imgs .swiper-pagination-fraction {
    bottom: 0px;
}

.product-img {
    margin-bottom: 10px;
}

.product-img img {
    width: 100%;
    min-height: 138px;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-name {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: var(--main-dark);
    height: 67px;
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 4;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

@media only screen and (min-width: 769px) {
    .product-name {
        font-size: 16px;
        height: 60px;
    }
}

.product-name:hover {
    color: var(--orange);
}

.product-status {
    padding-left: 20px;
    margin-top: 10px;
    font-size: 12px;
    position: relative;
}

.product-status::after {
    display: block;
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 20px;
    background-color: var(--orange);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
}

.product-status.order {
    color: var(--orange);
}

.product-btn {
    margin-top: 15px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (min-width: 769px) {
    .product-btn {
        margin-top: 30px;
    }
}

.header {
    padding: 16px 0;
}

@media only screen and (min-width: 1024px) {
    .header {
        padding-top: 30px;
        padding-bottom: 0;
    }
}

.header__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__right {
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
}

.header .logo {
    display: inline-block;
    width: 100%;
    max-width: 160px;
    height: auto;
}

@media only screen and (min-width: 1024px) {
    .header .logo {
        max-width: 231px;
    }
}

.header .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 5px;
}

.header .burger span {
    display: inline-block;
    width: 16px;
    height: 1px;
    border-radius: 10px;
    background-color: var(--gray);
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.header .burger.open span:first-child {
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header .burger.open span:nth-child(2) {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header .burger.open span:last-child {
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header-input {
    width: 100%;
    font-size: 14px;
    line-height: 1;
    border: 0px;
    background-color: #F8F8F8;
}

.header-input__wrapper {
    position: relative;
    width: clamp(240px, 21.0625vw, 366px);
    display: none;
}

.header-input__wrapper::after {
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background: url("/bitrix/templates/interpan-new/assets/css/../images/svg/search.svg") 50% no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
}

@media only screen and (min-width: 1024px) {
    .header-input__wrapper {
        display: block;
    }
}

.header-mobile {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

@media only screen and (min-width: 1024px) {
    .header-mobile {
        display: none;
    }
}

.header-desktop {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: none;
}

@media only screen and (min-width: 1024px) {
    .header-desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.header-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header-cta.desktop {
    margin-top: 22px;
}

.header-mob {
    color: var(--orange);
    font-size: 14px;
    font-weight: 600;
}

.header-email {
    text-decoration: underline;
    font-size: 12px;
}

.header-input {
    padding: 12.5px 20px 12.5px 50px;
}

.header .nav {
    padding-block: 11px;
    background-color: var(--light-gray);
    margin-top: 30px;
    display: none;
}

@media only screen and (min-width: 1024px) {
    .header .nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.header .nav-mobile {
    padding: 30px 0;
    display: none;
}

.header .nav-mobile.open {
    display: block;
}

.header .nav-mobile .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    row-gap: 40px;
    margin-bottom: 30px;
}

.header .nav-mobile .nav-list__item {
    font-size: 16px;
    line-height: 1;
}

.header .nav-mobile .header__left {
    padding-top: 30px;
    border-top: 1px solid var(--border);
}

.header .nav-mobile .header__left-inner {
    margin-top: 20px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .nav-mobile .header__left-item {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 280px;
    margin-left: auto;
}

.header .nav-mobile .header-email {
    font-size: 14px;
}

.header .nav-mobile .header-mob {
    font-size: 16px;
}

.header .nav-mobile .header-cta {
    width: 100%;
}

.header .nav-mobile .header-contact {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.header .nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
}

.header .nav-social img {
    width: 35px;
    height: 35px;
}

.header .nav-list {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

@media only screen and (min-width: 1280px) {
    .header .nav-list {
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
}

.header .nav-list__item {
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.header .nav-list__item:hover {
    color: var(--orange);
}

.header .nav-worktime__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.header .nav-worktime__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    background-color: transparent;
    border: 0px;
    padding: 0;
    cursor: pointer;
}

.header .nav .dropdown-btn img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.header .nav .dropdown-btn.active img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header .nav .dropdown-container {
    top: 45px;
    width: 100%;
    padding: 10px;
    background-color: var(--light-gray);
}

.footer {
    margin-top: 60px;
}

@media only screen and (min-width: 1024px) {
    .footer {
        margin-top: 120px;
    }
}

.footer__outer {
    background: var(--light-gray);
    padding-block: 40px 30px;
}

@media only screen and (min-width: 1024px) {
    .footer__outer {
        padding-block: 40px;
    }
}

@media only screen and (min-width: 1024px) {
    .footer__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.footer .nav {
    border-bottom: 1px solid var(--border);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 1024px) {
    .footer .nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 55px;
        -moz-column-gap: 55px;
        column-gap: 55px;
        border: 0px;
        padding-bottom: 0px;
    }
}

@media only screen and (min-width: 1280px) {
    .footer .nav {
        -webkit-column-gap: 110px;
        -moz-column-gap: 110px;
        column-gap: 110px;
    }
}

.footer .nav ul li {
    max-width: 205px;
}

.footer .nav ul li a {
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.footer .nav ul li:hover a {
    color: var(--orange);
}

.footer .nav-list__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    padding: 0;
    border: 0px;
    color: var(--main-dark);
    background-color: transparent;
    text-align: left;
}

.footer .dropdown-wrapper:not(:first-child) {
    margin-top: 30px;
}

@media only screen and (min-width: 1024px) {
    .footer .dropdown-wrapper:not(:first-child) {
        margin-top: 0px;
    }
}

.footer .dropdown-btn img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media only screen and (min-width: 1024px) {
    .footer .dropdown-btn img {
        display: none;
    }
}

.footer .dropdown-btn.active img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.footer .dropdown-container {
    margin-top: 20px;
    position: unset;
}

@media only screen and (min-width: 1024px) {
    .footer .dropdown-container {
        display: block;
    }
}

.footer .dropdown-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
}

@media only screen and (min-width: 1024px) {
    .footer .dropdown-container ul {
        row-gap: 15px;
    }
}

.footer .dropdown-container ul li {
    line-height: 1.2;
    font-size: 14px;
}

.footer .footer-inf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 1024px) {
    .footer .footer-inf {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.footer .logo {
    width: 231px;
    height: auto;
}

.footer-contact.header-contact {
    display: none;
    margin-top: 18px;
    text-align: right;
}

@media only screen and (min-width: 1024px) {
    .footer-contact.header-contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.footer-worktime {
    margin-top: 15px;
    font-size: 14px;
}

@media only screen and (min-width: 1024px) {
    .footer-worktime {
        margin-top: 25px;
    }
}

.footer-address {
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
}

@media only screen and (min-width: 1024px) {
    .footer-address {
        max-width: 280px;
        margin-top: 20px;
        text-align: right;
    }
}

.footer-rating.desktop {
    margin-top: 15px;
    display: block;
}

@media only screen and (min-width: 1024px) {
    .footer-rating.desktop {
        display: none;
    }
}

.footer-social {
    margin-top: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: none;
}

@media only screen and (min-width: 1024px) {
    .footer-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.footer .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    background-color: var(--white);
}

@media only screen and (min-width: 1024px) {
    .footer .copyright {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.footer .copyright-item {
    font-size: 12px;
    text-decoration: underline;
    text-align: center;
}

.footer .copyright-item.mobile {
    display: block;
    margin-top: 10px;
}

.footer .copyright-item.desktop {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .footer .copyright-item.mobile {
        display: none;
    }

    .footer .copyright-item.desktop {
        display: block;
    }
}

/* checkbox */
input[type=checkbox] {
    position: absolute;
    left: -9999px;
}

input[type=checkbox] + label {
    position: relative;
    padding-left: 1.4rem;
    cursor: pointer;
}

input[type=checkbox] + label:after {
    position: absolute;
    left: 0;
    top: -4px;
    width: 15px;
    height: 15px;
    font-family: "icomoon";
    font-size: 1em;
    line-height: 1.5rem;
    color: var(--orange);
}

input[type=checkbox]:checked + label:after {
    content: "\ea54";
}

input[type=checkbox]:not(:checked) + label:after {
    content: "\ea56";
}

input[type=checkbox]:focus-visible + label {
    outline: 2px dotted var(--main-dark);
    outline-offset: 2px;
}

.products-filters__sublist input[type=checkbox]:checked + label:after {
    content: "\ea52";
}

.products-filters__sublist input[type=checkbox]:not(:checked) + label:after {
    content: "\ea53";
}

.tabs__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
}

.tabs__btn {
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    border: 1px solid var(--border);
    background: transparent;
    padding-inline: 10px;
    min-width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--main-dark);
    height: 45px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}

@media only screen and (min-width: 1024px) {
    .tabs__btn:not(:first-child) {
        border-left: 1px;
    }
}

@media only screen and (max-width: 1024px) {
    .tabs__btn {
        min-width: 150px;
    }
}

.tabs__btn_active {
    background-color: var(--orange);
    color: var(--white);
    border: 1px solid var(--orange);
}

.tabs__content {
    margin-top: 20px;
}

@media only screen and (min-width: 1024px) {
    .tabs__content {
        margin-top: 30px;
    }
}

.tabs__btn:not(.tabs__btn_active):hover,
.tabs__btn:not(.tabs__btn_active):focus {
    background-color: var(--orange);
    color: var(--white);
    border: 1px solid var(--main-dark);
}

.tabs__pane {
    display: none;
}

.tabs__pane_show {
    display: block;
}

.tabs__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    .tabs__header {
        margin-bottom: 21px;
    }
}

.accordion__item {
    border-radius: 10px;
    overflow: hidden;
}

.accordion__header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.accordion__header::after {
    display: block;
    content: "";
    position: absolute;
    background: url("/bitrix/templates/interpan-new/assets/css/../images/svg/arrow-down.svg") 50% no-repeat;
    background-size: cover;
    width: 7px;
    height: 4px;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

@media only screen and (min-width: 567px) {
    .accordion__header::after {
        width: 9px;
    }
}

.accordion__item_show .accordion__header::after,
.accordion__item_slidedown .accordion__header::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion__body {
    display: none;
    overflow: hidden;
}

.accordion__item_show .accordion__body {
    display: block;
}

#fastlinks-accordion .fastlinks__wrapper {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
}

#fastlinks-accordion .fastlinks__title {
    background: #f0f0f0;
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
}

#fastlinks-accordion .fastlinks__list {
    padding: 10px;
    background: #fafafa;
}

#fastlinks-accordion .fastlinks__list.collapse {
    display: none;
}

#fastlinks-accordion .fastlinks__list.collapsing {
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

#fastlinks-accordion .fastlinks__wrapper_show .fastlinks__list {
    display: block;
}

.dropdown-container {
    display: none;
}

.dropdown-container ul {
    list-style: none;
}

.dropdown-container.active {
    display: block;
}

.dropdown-wrapper {
    position: relative;
}

.dropdown-container {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}

.dropdown-container.active {
    display: block;
}

.cases__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cases__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
}

@media only screen and (min-width: 769px) {
    .cases__top {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.cases__top-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
}

@media only screen and (min-width: 1280px) {
    .cases__top-left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
}

.cases-btn {
    width: 100%;
}

@media only screen and (min-width: 1280px) {
    .cases-btn {
        min-width: 255px;
    }

    .cases-btn.wide {
        min-width: 310px;
    }
}

.cases__main {
    margin-top: 20px;
}

.cases__cards {
    display: grid;
    grid-template: auto/repeat(1, 1fr);
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    gap: 20px;
}

@media only screen and (min-width: 769px) {
    .cases__cards {
        grid-template: auto/repeat(2, 1fr);
    }
}

.cases__card {
    position: relative;
    height: 287px;
    overflow: hidden;
}

@media only screen and (min-width: 1024px) {
    .cases__card {
        height: 444px;
    }
}

.cases__card:hover .cases__about {
    bottom: 0px;
}

.cases__top-title {
    margin-top: 20px;
}

@media only screen and (min-width: 769px) {
    .cases__top-title {
        margin-top: 0;
    }
}

.cases__img {
    height: 100%;
}

.cases__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cases__about {
    padding: 15px;
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -118px;
    margin: auto;
    background-color: var(--light-gray);
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

@media only screen and (min-width: 1024px) {
    .cases__about {
        padding: 20px;
        bottom: -130px;
    }
}

.cases__title {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 500;
    color: var(--main-dark);
}

@media only screen and (min-width: 1024px) {
    .cases__title {
        font-size: 20px;
    }
}

.cases__text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.7;
    overflow: hidden;
    display: block;
    max-height: 48px;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
}

.cases__btn {
    margin-top: 10px;
    display: inline-block;
    text-align: center;
    padding: 11.5px 50px;
    border: 1px solid var(--border);
    font-size: 14px;
}

@media only screen and (min-width: 1024px) {
    .cases__btn {
        margin-top: 20px;
    }
}

.products__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.products__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.products__top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.products__top-left {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media only screen and (min-width: 769px) {
    .products__top-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.products__top-title {
    margin-top: 20px;
}

@media only screen and (min-width: 769px) {
    .products__top-title {
        margin-top: 0;
    }
}

.products-btn:not(:first-child) {
    margin-top: 10px;
}

.products-btn.btn-nopad {
    margin-top: 18px;
}

.products__cards {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

@media only screen and (min-width: 567px) {
    .products__cards {
        margin-top: 30px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width: 1024px) {
    .products__cards {
        grid-template-columns: repeat(3, 1fr);
    }
}

.products__img img {
    width: 100%;
    height: clamp(182px, 15vw, 234px);
}

.products__card:hover .products__title {
    color: var(--orange);
}

.products__title {
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    text-align: center;
    padding: 10px 15px;
}

.products-main {
    margin-top: 35px;
    display: grid;
    grid-template: 1fr/1.6fr 5fr;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

@media only screen and (max-width: 567px) {
    .products-main {
        grid-template: 1fr/1fr;
        gap: 20px;
    }
}

.products-catalog {
    border: 1px solid var(--border);
}

@media only screen and (max-width: 567px) {
    .products-catalog {
        display: none;
    }
}

.products-catalog__title {
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 500;
    background: var(--light-gray);
}

.products-catalog__item {
    padding: 10px 30px 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    font-size: 12px;
}

.products-catalog__item:first-of-type {
    padding: 20px 30px 10px 15px;
}

.products-catalog__item:last-of-type {
    padding: 10px 30px 20px 15px;
}

.products-catalog__item img {
    width: 20px;
    height: 20px;
    -o-object-fit: cover;
    object-fit: cover;
}

.products-filters {
    margin-top: 20px;
    padding: 20px 15px;
    border: 1px solid var(--border);
}

@media only screen and (max-width: 567px) {
    .products-filters {
        margin-top: 0px;
    }
}

.products-filters__title {
    font-size: 16px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 10px;
    font-weight: 500;
    color: var(--orange);
}

.products-filters__title img {
    width: 15px;
    height: 13px;
}

.products-filters__list {
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 8px;
}

.products-filters__list-btn {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    padding: 0px;
    background-color: transparent;
    border: 0px;
    text-align: center;
    text-decoration: underline;
    color: var(--orange);
    font-size: 12px;
}

.products-filters__list-title {
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
}

.products-filters__list-item {
    font-size: 12px;
}

.products-filters__sublist {
    margin-top: 5px;
    padding-left: 23px;
}

.products-filters__dropdown {
    margin-top: 15px;
}

.products-filters__dropdown:has(.dropdown-container.active) .products-filters__dropdown-name {
    color: var(--orange);
}

.products-filters__dropdown:has(.dropdown-container.active) .products-filters__dropdown-name svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.products-filters__dropdown:has(.dropdown-container.active) .products-filters__dropdown-name svg path {
    stroke: var(--orange);
}

.products-filters__dropdown .dropdown-container {
    position: unset;
}

.products-filters__dropdown-name {
    width: 100%;
    padding: 0;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: unset;
    text-align: start;
    font-size: 14px;
    font-weight: 500;
}

.products-filters__dropdown-name svg {
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.products-recommended {
    margin-top: 30px;
}

@media only screen and (max-width: 769px) {
    .products-recommended {
        display: none;
    }
}

.products-recommended__swiper {
    max-width: 280px;
    margin-top: 15px;
}

.products-recommended__swiper .swiper-slide .product__card {
    margin: 0;
}

.products-recommended__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.products-recommended__title {
    font-size: 20px;
    font-weight: 500;
}

.products-recommended__btn.swiper-button-disabled img {
    opacity: 0.3;
}

.products-collection__wrapper {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.products-collection__item {
    border: 1px solid var(--border);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    min-height: 44px;
    max-width: 203px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    cursor: pointer;
}

@media only screen and (max-width: 567px) {
    .products-collection__item {
        width: 100%;
        max-width: unset;
    }
}

.products-collection__item:hover {
    border: 1px solid var(--orange);
}

.products-collection__item.active {
    border: 1px solid var(--orange);
}

.products-collection__item-img {
    height: 100%;
    width: 68px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.products-collection__item-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.products-collection__item-text {
    width: 100%;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 15px;
}

.products-search {
    margin-top: 30px;
}

.products-search__wrapper {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.products-search__item {
    display: inline-block;
    padding: 7.5px 28px;
    border: 1px solid var(--border);
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    cursor: pointer;
    margin-right: -1px;
    margin-top: -1px;
    max-width: 208px;
    min-width: 60px;
}

@media only screen and (max-width: 567px) {
    .products-search__item {
        width: 100%;
        max-width: unset;
        text-align: center;
    }
}

.products-search__item-name {
    font-size: 12px;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.products-search__item:hover {
    background: var(--orange);
}

.products-search__item:hover .products-search__item-name {
    color: var(--white);
}

.products-search__item.active {
    background: var(--orange);
    color: var(--white);
    border: 1px solid var(--orange);
}

.products .product__cards {
    margin-top: 30px;
    grid-template: 1fr/repeat(3, 1fr);
    gap: 0px;
}

@media only screen and (max-width: 1024px) {
    .products .product__cards {
        grid-template: 1fr/repeat(2, 1fr);
    }
}

.products .product__card {
    margin-bottom: -1px;
    margin-right: -1px;
}

.products-pagination {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.products-pagination__item {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--light-gray-2);
    color: var(--light-gray-2);
    margin-right: -1px;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

@media only screen and (max-width: 567px) {
    .products-pagination__item {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
}

.products-pagination__item:hover {
    background: var(--orange);
    color: var(--white);
    border: 1px solid var(--orange);
}

.products-pagination__item.active {
    background: var(--orange);
    color: var(--white);
    border: 1px solid var(--orange);
}

.products-pagination__item.empty {
    border: 0px;
}

.collection__inner {
    margin-top: 20px;
}

.collection__text {
    max-width: 780px;
}

.collection__text:not(:first-child) {
    margin-top: 25px;
}

.collection__img {
    margin-top: 40px;
}

.collection__img img {
    width: 100%;
    height: clamp(155px, 50vw, 555px);
}

@media only screen and (min-width: 1024px) {
    .collection__img {
        margin-top: 60px;
    }
}

.collection__imgs-wrapper {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width: 1024px) {
    .collection__imgs-wrapper {
        margin-top: 60px;
    }
}

.collection__imgs-wrapper .collection__img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 250px;
    max-height: 380px;
    min-height: 300px;
    margin-top: 0;
}

.collection__imgs-wrapper .collection__img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.collection__tabs-nav {
    max-width: 952px;
}

.styles-text {
    max-width: 780px;
}

.styles-text:not(:first-child) {
    margin-top: 25px;
}

.styles-text__block {
    margin-top: 20px;
}

@media only screen and (min-width: 1024px) {
    .styles-text__block {
        margin-top: 30px;
    }
}

.styles-cards {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 5px;
}

@media only screen and (min-width: 1024px) {
    .styles-cards {
        margin-top: 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.styles-card {
    min-height: 177px;
    position: relative;
    overflow: hidden;
}

.styles-card:hover .styles-card__shadow {
    scale: 2.4;
}

@media only screen and (min-width: 1024px) {
    .styles-card {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: 313px;
    }
}

.styles-card.wide {
    min-height: 259px;
}

@media only screen and (min-width: 1024px) {
    .styles-card.wide {
        height: 313px;
        -webkit-box-flex: 1.45;
        -ms-flex: 1.45;
        flex: 1.45;
    }
}

.styles-card__name {
    font-size: 14px;
    color: var(--white);
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2;
}

@media only screen and (min-width: 1024px) {
    .styles-card__name {
        left: unset;
        right: 10px;
    }
}

.styles-card__shadow {
    position: absolute;
    bottom: -50px;
    left: -50px;
    z-index: 1;
    background: #000;
    -webkit-filter: blur(60px);
    filter: blur(60px);
    z-index: 1;
    height: 100px;
    width: 170px;
    border-radius: 100px;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    opacity: 0.4;
}

@media only screen and (min-width: 1024px) {
    .styles-card__shadow {
        left: unset;
        right: -50px;
    }
}

.styles-card__img {
    height: 100%;
}

.styles-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.styles-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}

@media only screen and (min-width: 1024px) {
    .styles-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media only screen and (min-width: 1024px) {
    .directory.small {
        min-width: 280px;
    }
}

.directory.small .directory__inner {
    padding: 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.directory.small .directory__inner:after {
    display: block;
    content: "";
    background: url("/assets/images/directory.png") center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.directory.small .directory-title {
    font-size: 20px;
    line-height: 1.2;
}

.directory.small .directory-text {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.5;
}

.directory.small .directory-link {
    padding: 10px 20px;
    font-size: 12px;
    width: 100%;
    min-width: unset;
}

.directory.small .directory-left .directory-btn {
    display: none;
}

.directory.small .directory-right {
    margin-top: 15px;
    row-gap: 5px;
}

.directory.small .directory-right .directory-btn {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    padding: 10px 20px;
}

.directory__inner {
    padding: 20px;
    background-color: var(--orange);
}

@media only screen and (min-width: 1024px) {
    .directory__inner {
        padding: 40px 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.directory-title {
    color: var(--white);
}

.directory-text {
    margin-top: 20px;
    color: var(--white);
    line-height: 1.5;
}

@media only screen and (min-width: 1024px) {
    .directory-text {
        margin-top: 15px;
    }
}

.directory-btn {
    color: var(--main-dark);
    background-color: var(--white);
    border: 1px solid transparent;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

@media only screen and (min-width: 1024px) {
    .directory-btn {
        margin-top: 30px;
        padding: 12px 25px;
    }
}

.directory-btn svg path {
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.directory-btn:hover {
    color: var(--white);
    background-color: transparent;
    border: 1px solid var(--white);
}

.directory-btn:hover svg path {
    stroke: var(--white);
}

.directory-left .directory-btn {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .directory-left .directory-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.directory-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
    margin-top: 30px;
}

@media only screen and (min-width: 1024px) {
    .directory-right {
        margin-top: 0px;
    }
}

@media only screen and (min-width: 1024px) {
    .directory-right .directory-btn {
        display: none;
    }
}

.directory-link {
    width: 100%;
    color: var(--white);
    background-color: transparent;
    border: 1px solid var(--white);
    padding: 12px 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

@media only screen and (min-width: 1024px) {
    .directory-link {
        min-width: 339px;
    }
}

.directory-link svg path {
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    stroke: var(--white);
}

.directory-link:hover {
    border: 1px solid var(--orange);
    background-color: var(--white);
    color: var(--orange);
}

.directory-link:hover svg path {
    stroke: var(--orange);
}

.coatings__tabs-nav {
    max-width: 780px;
}

.coatings-text {
    max-width: 780px;
}

.coatings-text:not(:first-child) {
    margin-top: 25px;
}

.coatings__imgs {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media only screen and (min-width: 567px) {
    .coatings__imgs {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width: 769px) {
    .coatings__imgs {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width: 1024px) {
    .coatings__imgs {
        margin-top: 60px;
    }
}

.coatings-img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.options__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
}

@media only screen and (min-width: 769px) {
    .options-about {
        padding-left: 35px;
        padding-block: 35px;
    }
}

@media only screen and (min-width: 1024px) {
    .options-about {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 70px;
        padding-block: 78px;
    }
}

.options-about__title {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    color: var(--main-dark);
}

@media only screen and (min-width: 769px) {
    .options-about__title {
        margin-top: 0px;
    }
}

.options-about__text {
    margin-top: 25px;
}

.options-about__text-block {
    margin-top: 20px;
}

@media only screen and (min-width: 769px) {
    .options-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (min-width: 1024px) {
    .options-row:nth-child(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .options-row:nth-child(2n) .options-about {
        padding-left: unset;
        padding-right: 70px;
    }
}

.options-row:not(:first-child) {
    margin-top: 20px;
}

.options-row__img {
    min-height: 220px;
}

@media only screen and (min-width: 769px) {
    .options-row__img {
        min-width: 50%;
    }
}

@media only screen and (min-width: 1024px) {
    .options-row__img {
        min-width: unset;
        min-height: 320px;
        width: 480px;
    }
}

.options-row__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.panels__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.panels-top {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (min-width: 1024px) {
    .panels-top {
        margin-top: 0;
    }
}

.panels-btn {
    display: none;
}

@media only screen and (min-width: 769px) {
    .panels-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.panels-inf {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 25px;
}

@media only screen and (min-width: 769px) {
    .panels-inf {
        margin-top: 35px;
    }
}

@media only screen and (min-width: 1024px) {
    .panels-inf {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .panels-inf__right {
        width: 50%;
    }

    .panels-inf__left {
        width: 50%;
    }
}

.panels-inf__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: var(--light-gray);
    padding: 20px 35px;
    color: var(--main-dark);
    font-weight: 500;
}

.panels-inf__items {
    border: 1px solid var(--border);
}

.panels-inf__items:not(:first-child) {
    margin-top: 15px;
}

.panels-inf__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    padding: 20px 35px;
}

.panels-inf__item--secondary {
    background-color: var(--light-gray);
}

.panels-inf__name {
    width: 48%;
}

.panels-inf__property {
    width: 52%;
}

.panels-inf__name {
    font-size: 14px;
}

.panels-inf__property {
    font-size: 12px;
    color: #858585;
    text-align: right;
}

.panels-inf__btns {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.panels-inf__btn {
    width: 100%;
    padding: 11.5px 25px;
    border: 1px solid transparent;
    font-size: 14px;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

@media only screen and (min-width: 567px) {
    .panels-inf__btn {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.panels-inf__btn:hover {
    border: 1px solid var(--orange);
    background-color: transparent;
    color: var(--orange);
}

@media only screen and (min-width: 1024px) {
    .panels-inf__btn {
        padding: 14.5px 25px;
    }
}

.panels-inf__btn.white {
    background-color: var(--white);
    color: var(--main-dark);
    border: 1px solid var(--border);
}

.panels-inf__btn.white:hover {
    border: 1px solid var(--orange);
}

.panels-img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    max-height: 430px;
}

.panels-img__thumbs {
    height: 60px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.panels__imgs-thumbs {
    margin-top: 5px;
}

.panels-tabs {
    margin-top: 60px;
}

@media only screen and (min-width: 1024px) {
    .panels-tabs {
        margin-top: 100px;
    }
}

.panels-tabs__text {
    line-height: 1.6;
}

.panels-tabs__text:not(:first-child) {
    margin-top: 20px;
}

@media only screen and (min-width: 1024px) {
    .panels-tabs__text:not(:first-child) {
        margin-top: 40px;
    }
}

.panels-content {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 50px;
}

@media only screen and (min-width: 1024px) {
    .panels-content {
        margin-top: 30px;
    }
}

.panels-content .tabs__content {
    margin-top: 0px;
}

@media only screen and (min-width: 1024px) {
    .panels-content {
        row-gap: unset;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-column-gap: 120px;
        -moz-column-gap: 120px;
        column-gap: 120px;
    }
}

.panels-content__left {
    max-width: 780px;
    position: relative;
}

.panels-pane.tabs__pane_show {
    max-height: 242px;
    overflow: hidden;
    margin-bottom: 22px;
}

@media only screen and (min-width: 1024px) {
    .panels-pane.tabs__pane_show {
        max-height: 335px;
    }
}

.panels-pane.open {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
}

.panels-pane.open .panels-pane__btn-wrapper {
    bottom: -20px;
}

.panels-pane.open .panels-pane__btn-wrapper .panels-pane__shadow {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .panels-pane.open .panels-pane__btn-wrapper {
        bottom: -60px;
    }
}

.panels-pane.open .panels-pane__btn-wrapper img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.panels-pane__shadow {
    position: absolute;
    bottom: 27px;
    left: 0;
    right: 0;
    width: 100%;
    height: 63px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

.panels-pane__btn {
    padding-top: 15px;
    border: 0px;
    border-top: 1px solid var(--border);
    text-align: center;
    background: var(--white);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

@media only screen and (min-width: 1024px) {
    .panels-pane__btn {
        padding-top: 20px;
    }
}

.panels-pane__btn img {
    margin: auto;
    width: 23px;
    height: 11px;
}

.panels-pane__btn-wrapper {
    height: 116px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.installation-text {
    margin-top: 20px;
    max-width: 776px;
    line-height: 1.6;
}

@media only screen and (min-width: 1024px) {
    .installation-text {
        margin-top: 30px;
    }
}

.installation-btn {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
}

@media only screen and (min-width: 567px) {
    .installation-btn {
        max-width: 285px;
    }
}

.installation-img {
    margin-top: 40px;
    border: 1px solid var(--border);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

@media only screen and (min-width: 1024px) {
    .installation-img {
        margin-top: 30px;
    }
}

.installation-img__item {
    width: 100%;
    max-width: 1040px;
    height: auto;
    margin: auto;
}

@media only screen and (min-width: 1024px) {
    .installation-img__item {
        padding-block: 20px;
    }
}

.installation-about {
    position: absolute;
    background: var(--white);
    border-radius: 1px;
    width: 10px;
    height: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (min-width: 1024px) {
    .installation-about {
        width: 39px;
        height: 39px;
    }
}

.installation-about.active .installation-about__img {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.installation-about__img {
    width: 4px;
    height: 4px;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

@media only screen and (min-width: 1024px) {
    .installation-about__img {
        width: 15px;
        height: 14px;
    }
}

.installation-about__box {
    position: absolute;
    padding: 5px;
    background: var(--white);
    border-radius: 5px;
    border: 1px solid var(--main-dark);
    width: 40vw;
    max-width: 240px;
    top: 10px;
    left: 10px;
    right: 0px;
    margin: auto;
    display: none;
    z-index: 1;
}

@media only screen and (min-width: 1024px) {
    .installation-about__box {
        top: 40px;
        left: 40px;
        max-width: 440px;
    }
}

.installation-about__box-text {
    font-size: 8px;
}

@media only screen and (min-width: 1024px) {
    .installation-about__box-text {
        font-size: 14px;
    }
}

.installation-about__box.show {
    display: block;
}

.installation-about--1 {
    left: 14%;
    bottom: 31%;
}

.installation-about--2 {
    left: 19%;
    top: 27%;
}

.installation-about--3 {
    left: 26%;
    bottom: 36%;
}

.installation-about--4 {
    right: 37%;
    bottom: 56%;
}

.installation-about--4 .installation-about__box {
    left: unset;
    right: 10px;
}

@media only screen and (min-width: 1024px) {
    .installation-about--4 .installation-about__box {
        right: 40px;
    }
}

.installation-about--5 {
    right: 8%;
    bottom: 59%;
}

.installation-about--5 .installation-about__box {
    left: unset;
    right: 10px;
}

@media only screen and (min-width: 1024px) {
    .installation-about--5 .installation-about__box {
        right: 40px;
    }
}

.installation-about--6 {
    right: 44%;
    bottom: 86%;
}

.installation-about--6 .installation-about__box {
    left: unset;
    right: 10px;
}

@media only screen and (min-width: 1024px) {
    .installation-about--6 .installation-about__box {
        right: 40px;
    }
}

.portfolio__cards {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    overflow-x: scroll;
}

@media only screen and (min-width: 769px) {
    .portfolio__cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width: 1024px) {
    .portfolio__cards {
        margin-top: 30px;
        grid-template-columns: repeat(3, 1fr);
    }
}

.portfolio__img img {
    width: 100%;
    height: auto;
    max-height: 273px;
    -o-object-fit: cover;
    object-fit: cover;
}

.portfolio__card {
    display: inline-block;
    width: 100%;
    min-width: 330px;
    position: relative;
    overflow: hidden;
}

@media only screen and (min-width: 769px) {
    .portfolio__card {
        min-width: unset;
    }
}

.portfolio__card:hover .portfolio__card-shadow {
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
}

.portfolio__card-shadow {
    width: 100%;
    height: 62px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.portfolio__card-title {
    padding: 0 20px 20px 20px;
    font-size: 14px;
    color: var(--white);
    font-weight: 400;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}

.portfolio__card-title__block {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.contact-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--main-dark);
    line-height: 1.2;
}

@media only screen and (min-width: 769px) {
    .contact-title {
        font-size: 20px;
    }
}

.contact-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.2;
}

@media only screen and (min-width: 769px) {
    .contact-text {
        font-size: 16px;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 769px) {
    .contact__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px;
    }
}

.contact-form {
    margin-top: 20px;
}

@media only screen and (min-width: 769px) {
    .contact-form {
        margin-top: 30px;
    }
}

.contact-form__input {
    border: 1px solid var(--border);
    padding: 12.5px 20px;
    font-size: 14px;
    line-height: 1;
}

.contact-form__input::-webkit-input-placeholder {
    color: var(--light-gray-2);
}

.contact-form__input::-moz-placeholder {
    color: var(--light-gray-2);
}

.contact-form__input:-ms-input-placeholder {
    color: var(--light-gray-2);
}

.contact-form__input::-ms-input-placeholder {
    color: var(--light-gray-2);
}

.contact-form__input::placeholder {
    color: var(--light-gray-2);
}

.contact-form__input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 5px;
}

.contact-form__input-wrapper label {
    font-size: 12px;
    color: var(--main-dark);
}

.contact-form__input-wrapper:not(:first-child) {
    margin-top: 10px;
}

.contact-form__agree {
    margin-top: 20px;
}

.contact-form__btn {
    margin-top: 20px;
    width: 100%;
    font-size: 14px;
}

.contact__right {
    display: none;
}

@media only screen and (min-width: 769px) {
    .contact__right {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 340px;
    }
}

.contact-img {
    border-radius: 2px;
}

.contact .toggle-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    gap: 12px;
}

.contact .toggle-input {
    display: none;
}

.contact .toggle-slider {
    position: relative;
    width: 28px;
    height: 15px;
    background-color: var(--border);
    border-radius: 10px;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.contact .toggle-slider::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 13px;
    height: 13px;
    background-color: var(--white);
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.contact-slider {
    padding-bottom: 10px !important;
}

.contact .toggle-input:checked + .toggle-slider::before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

.contact .toggle-input:checked + .toggle-slider {
    background-color: var(--orange);
}

.contact .toggle-label {
    font-size: 10px;
    color: var(--main-dark);
}

.contact .swiper-horizontal > .swiper-pagination-bullets,
.contact .swiper-pagination-bullets.swiper-pagination-horizontal,
.contact .swiper-pagination-custom,
.contact .swiper-pagination-fraction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact .swiper-pagination-bullet {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: unset;
    height: 1px;
    background: #D9D9D9;
}

.contact .swiper-pagination-bullet-active {
    background: var(--orange);
}

.contact .swiper-horizontal > .swiper-pagination-bullets,
.contact .swiper-pagination-bullets.swiper-pagination-horizontal,
.contact .swiper-pagination-custom,
.contact .swiper-pagination-fraction {
    bottom: 0px;
}

/* redesign*/
/* End */


/* Start:/bitrix/templates/interpan-new/assets/css/dop_style.css?17576578761169*/
.tab {
	position: relative;
}

.tab-opacity-active {
	opacity: 0.5;
}

.tab-section-products {
	display: flex;
	justify-content: flex-start;
	gap: 10px;
}

.tab-title {
	width: 240px;
	padding: 10px 20px;
	border-top: 1px solid #000;
	text-align: center;
	font-size: 17px;
	cursor: pointer;
}

.active-tab {
	border-top: 1px solid #d55c27;
	font-weight: 700;
}

.loader {
	position: absolute;
	width: 48px;
	height: 48px;
	border: 5px solid #d55c27;
	border-bottom-color: transparent;
	border-radius: 50%;
	display: none;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
	z-index: 9;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


.header-topnav__list {
	gap: 15px 25px;

}

.main-menu_new>li>a:hover {
	color: #D55C27;
}

.header-topnav__item.close {
	display: none;
}

@media screen and (max-width:992px) {

	.header-topnav__list {
		gap: 11px
	}
}

.header__social{
	display: flex;
}

.header__sitelist.sitelist.dropdown-wrapper{
	margin-left: auto;
}
/* End */


/* Start:/bitrix/templates/interpan-new/assets/css/style-cookie.css?17609497701393*/
/* cookies */
.container-cookie {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.42857143;
}
  
.cookie__inner {
	padding: 30px 0;
}
  
.cookie__popup {
	width: 100%;
	max-width: 400px;
	min-height: 110px;
    padding: 15px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
  
	position: fixed;
	bottom: 4%;
	left: 3%;
	z-index: 9998;
	background-color: #d9d4d2;
	color: #2F2D38;
	border: 5px solid rgb(255, 115, 0);
	border-radius: 10px;
	padding: 10px;
}

.cookie__popup .popup__text {
	margin-bottom: 20px;
}

.cookie__popup .popup__close__cookie {
	display: flex;
	align-self: flex-end;
	align-items: center;
	width: 35px;
	height: 35px;
}
  
.cookie__popup .popup__close__cookie span {
	position: absolute;

	transform: translateY(-50%);
	display: inline-block;
	width: 25px;
	height: 1px;
	background-color: #FF5E2C;

	transform: rotate(45deg);
}
  
.cookie__popup .popup__close__cookie span:last-child {
	transform: rotate(-45deg);
}

.cookie__popup .popup__button {
	background-color: #FF5E2C;
	color: #fff;
	border: none;
	padding: 8px 15px;
}

@media (max-width: 576px) {
	.cookie__popup {
		width: 90%;
		left: 50%;
		right: 50%;
		transform: translateX(-50%);
	}
	.cookie__popup .popup__text p {
		font-size: 12px;
	}
	.cookie__popup .popup__close__cookie {
		width: 20px;
    	height: 20px;
	}
}
/* End */
/* /bitrix/templates/interpan-new/components/bitrix/menu/topmenu-new/style.css?17576577141990 */
/* /bitrix/templates/interpan-new/styles.css?17592409153543 */
/* /bitrix/templates/interpan-new/template_styles.css?17609515252669 */
/* /bitrix/templates/interpan-new/assets/css/swiper-bundle.min.css?175765787826962 */
/* /bitrix/templates/interpan-new/assets/css/jquery.fancybox.min.css?175765787620606 */
/* /bitrix/templates/interpan-new/assets/css/style.min.css?1781077382226255 */
/* /bitrix/templates/interpan-new/assets/css/dop_style.css?17576578761169 */
/* /bitrix/templates/interpan-new/assets/css/style-cookie.css?17609497701393 */
