

/* Start:/bitrix/templates/new_index/fonts/fonts.css?16689485631756*/
@font-face {
    font-family: 'PT Root UI';
    src: url('/bitrix/templates/new_index/fonts/PTRootUI-Light.eot');
    src: local('PT Root UI Light'), local('PTRootUI-Light'),
        url('/bitrix/templates/new_index/fonts/PTRootUI-Light.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/new_index/fonts/PTRootUI-Light.woff2') format('woff2'),
        url('/bitrix/templates/new_index/fonts/PTRootUI-Light.woff') format('woff'),
        url('/bitrix/templates/new_index/fonts/PTRootUI-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Root UI';
    src: url('/bitrix/templates/new_index/fonts/PTRootUI-Regular.eot');
    src: local('PT Root UI'), local('PTRootUI-Regular'),
        url('/bitrix/templates/new_index/fonts/PTRootUI-Regular.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/new_index/fonts/PTRootUI-Regular.woff2') format('woff2'),
        url('/bitrix/templates/new_index/fonts/PTRootUI-Regular.woff') format('woff'),
        url('/bitrix/templates/new_index/fonts/PTRootUI-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Root UI';
    src: url('/bitrix/templates/new_index/fonts/PTRootUI-Medium.eot');
    src: local('PT Root UI Medium'), local('PTRootUI-Medium'),
    url('/bitrix/templates/new_index/fonts/PTRootUI-Medium.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/new_index/fonts/PTRootUI-Medium.woff2') format('woff2'),
    url('/bitrix/templates/new_index/fonts/PTRootUI-Medium.woff') format('woff'),
    url('/bitrix/templates/new_index/fonts/PTRootUI-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Root UI';
    src: url('/bitrix/templates/new_index/fonts/PTRootUI-Bold.eot');
    src: local('PT Root UI Bold'), local('PTRootUI-Bold'),
        url('/bitrix/templates/new_index/fonts/PTRootUI-Bold.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/new_index/fonts/PTRootUI-Bold.woff2') format('woff2'),
        url('/bitrix/templates/new_index/fonts/PTRootUI-Bold.woff') format('woff'),
        url('/bitrix/templates/new_index/fonts/PTRootUI-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/* End */


/* Start:/bitrix/templates/new_index/css/lib/jquery.fancybox.css?165763222517390*/
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;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

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

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

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

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

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

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .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;
    transform: translateZ(0);
    z-index: 99994;
}

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

.fancybox-slide {
    -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    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--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    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 {
    animation-timing-function: cubic-bezier(.5, 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;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

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

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

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .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--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .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-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.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;
}

/* Buttons */

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

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    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;
}

/* Fix IE11 */
.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--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .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;
}

/* Navigation arrows */

.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);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(
    to top,
    rgba(0, 0, 0, .85) 0%,
    rgba(0, 0, 0, .3) 50%,
    rgba(0, 0, 0, .15) 65%,
    rgba(0, 0, 0, .075) 75.5%,
    rgba(0, 0, 0, .037) 82.85%,
    rgba(0, 0, 0, .019) 88%,
    rgba(0, 0, 0, 0) 100%
    );
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    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;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 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: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

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

/* transitionEffect: slide */

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

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

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

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

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

/* transitionEffect: zoom-in-out */

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

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

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

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

/* transitionEffect: circular */

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

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

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

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

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

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

/* Styling for Small-Screen Devices */
@media all and (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));
        }
    }
}

/* Share */

.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 0;
}

.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 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    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 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    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;
    box-shadow: inset 0 0 6px rgba(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, .1);
    background-position: center center;
    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;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

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

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

/* Styling for Small-Screen Devices */
@media all and (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/new_index/css/lib/swiper-bundle.css?164114478015563*/
/**
 * Swiper 7.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2021
 */

@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{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{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,.swiper-3d .swiper-wrapper{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,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(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{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{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{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-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.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: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:flex;align-items: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:.35;cursor:auto;pointer-events:none}.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;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right: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;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.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:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-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:10px;top:50%;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%;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;transition:.2s transform,.2s top}.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%;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{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(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%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{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: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:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);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:flex;justify-content: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%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;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;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{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:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;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;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

/* End */


/* Start:/bitrix/templates/new_index/css/lib/nice-select.css?16411447804007*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/* End */


/* Start:/bitrix/templates/new_index/css/lib/tippy.css?16411447801409*/
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:8px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
/* End */


/* Start:/bitrix/templates/new_index/css/lib/jquery-ui.css?164114478037452*/
/*! jQuery UI - v1.13.0 - 2021-10-07
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(/bitrix/templates/new_index/css/lib/%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(/bitrix/templates/new_index/css/lib/%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(/bitrix/templates/new_index/css/lib/%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(/bitrix/templates/new_index/css/lib/%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(/bitrix/templates/new_index/css/lib/%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(/bitrix/templates/new_index/css/lib/%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(/bitrix/templates/new_index/css/lib/%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	-ms-filter: "alpha(opacity=25)"; /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/bitrix/templates/new_index/css/lib/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/bitrix/templates/new_index/css/lib/images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("/bitrix/templates/new_index/css/lib/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("/bitrix/templates/new_index/css/lib/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("/bitrix/templates/new_index/css/lib/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/bitrix/templates/new_index/css/lib/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("/bitrix/templates/new_index/css/lib/images/ui-icons_777777_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .003;
	-ms-filter: Alpha(Opacity=.3); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/* End */


/* Start:/bitrix/templates/new_index/css/lib/select2.min.css?166895477116264*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* End */


/* Start:/bitrix/templates/new_index/css/styles.css?1751020565343298*/
@charset "UTF-8";

/*не трогать очередность!*/
.vis_item {
  overflow: visible !important;
}

.hid_imp {
  overflow: hidden !important;
}

* {
  outline: none !important;
}

:root {
  scroll-behavior: smooth;
}

/*не трогать очередность!*/
/* transition:all 0.3s ease-in-out;*/
html {
  box-sizing: border-box;
  outline: none !important;
  height: 100%;
  -o-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  box-sizing: border-box;
  outline: none !important;
  background-color: #FFFFFF;
  width: 100%;
  max-width: 100%;
  min-width: 0 !important;
  position: relative;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  font-family: "PT Root UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #1D1D1D;
  font-weight: 500;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

.fancybox-active {
  height: 100% !important;
}

.wrapper__site {
  width: 100%;
  max-width: 100%;
  min-width: 0 !important;
  height: auto;
  margin: 0 auto;
  position: relative;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  /*button:hover, .button:hover{transition: opacity 1.2s, visibility 0s linear 1.2s; opacity:0.7;}*/
  /*не трогать очередность!*/
  /*не трогать очередность!*/
}

.wrapper__site * {
  box-sizing: border-box;
  outline: none !important;
}

.wrapper__site h1,
.wrapper__site h2,
.wrapper__site h3,
.wrapper__site h4,
.wrapper__site h5,
.wrapper__site h6,
.wrapper__site p {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.wrapper__site .h1,
.wrapper__site .h2,
.wrapper__site .h3,
.wrapper__site .h4,
.wrapper__site .h5,
.wrapper__site .h6 {
  margin: 0;
  padding: 0;
  float: none;
}

.wrapper__site img,
.wrapper__site input,
.wrapper__site textarea,
.wrapper__site button,
.wrapper__site a {
  border: none;
  outline: none;
}

.wrapper__site input,
.wrapper__site textarea,
.wrapper__site button,
.wrapper__site a {
  font-family: "PT Root UI", sans-serif;
  color: #009B3E;
  font-weight: 700;
}

.wrapper__site table {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

.wrapper__site td,
.wrapper__site th {
  vertical-align: top;
  word-wrap: break-word;
}

.wrapper__site ul,
.wrapper__site ol,
.wrapper__site nav,
.wrapper__site dl {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wrapper__site a {
  text-decoration: none;
}

.wrapper__site a:hover {
  text-decoration: none;
}

.wrapper__site button {
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0;
}

.wrapper__site button,
.wrapper__site .button {
  text-decoration: none !important;
}

.wrapper__site .inner {
  position: relative;
  overflow: visible;
  max-width: 1250px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  margin: 0 auto;
  min-width: 0 !important;
}

.wrapper__site .clear {
  clear: both;
  height: 1px;
}

.wrapper__site .fleft {
  float: left;
}

.wrapper__site .fright {
  float: right;
}

.wrapper__site .db {
  display: block;
}

.wrapper__site .inb {
  display: inline-block;
}

.wrapper__site .in {
  display: inline;
}

.wrapper__site .tb {
  display: table;
}

.wrapper__site .tbc {
  display: table-cell;
}

.wrapper__site .tbr {
  display: table-row-group;
}

.wrapper__site .tr {
  display: table-row;
}

.wrapper__site .on_dekstop {
  display: block;
}

.wrapper__site .on_mobile {
  display: none;
}

.wrapper__site .hide {
  display: none;
}

.wrapper__site .hideI {
  display: none !important;
}

.wrapper__site .w20 {
  width: 20%;
}

.wrapper__site .w25 {
  width: 25%;
}

.wrapper__site .w30 {
  width: 30%;
}

.wrapper__site .w33 {
  width: 33%;
}

.wrapper__site .w33-3 {
  width: 33.3333333333%;
}

.wrapper__site .w40 {
  width: 40%;
}

.wrapper__site .w45 {
  width: 45%;
}

.wrapper__site .w48 {
  width: 48%;
}

.wrapper__site .w50 {
  width: 50%;
}

.wrapper__site .w50I {
  width: 50% !important;
}

.wrapper__site .w55 {
  width: 55%;
}

.wrapper__site .w60 {
  width: 60%;
}

.wrapper__site .w65 {
  width: 65%;
}

.wrapper__site .w75 {
  width: 75%;
}

.wrapper__site .w100 {
  width: 100%;
}

.wrapper__site .h100 {
  height: 100%;
}

.wrapper__site .h100vh {
  height: 100vh;
}

.wrapper__site .vM {
  vertical-align: middle;
}

.wrapper__site .vT {
  vertical-align: top;
}

.wrapper__site .vB {
  vertical-align: bottom;
}

.wrapper__site .rL {
  position: relative;
}

.wrapper__site .fixed {
  position: fixed;
}

.wrapper__site .abs {
  position: absolute;
}

.wrapper__site .hid {
  overflow: hidden;
}

.wrapper__site .vis_item {
  overflow: visible !important;
}

.wrapper__site .hid_imp {
  overflow: hidden !important;
}

.wrapper__site .m0 {
  margin: 0;
}

.wrapper__site .m0I {
  margin: 0 !important;
}

.wrapper__site .m0a {
  margin: 0 auto;
}

.wrapper__site .m05 {
  margin: 0 5%;
}

.wrapper__site .p0 {
  padding: 0;
}

.wrapper__site .alCenter {
  text-align: center;
}

.wrapper__site .alRight {
  text-align: right;
}

.wrapper__site .alLeft {
  text-align: left;
}

.wrapper__site .cp {
  cursor: pointer;
}

.wrapper__site .cd {
  cursor: default;
}

.wrapper__site .ca {
  cursor: auto;
}

.wrapper__site .zt200 {
  z-index: 200;
}

.wrapper__site .box {
  box-sizing: border-box;
}

.wrapper__site .ell {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.wrapper__site .bgn {
  background: none !important;
}

.wrapper__site .row {
  margin: 0;
  float: none;
}

.wrapper__site .b0 {
  bottom: 0;
}

.wrapper__site .t0 {
  top: 0;
}

.wrapper__site .r0 {
  right: 0;
}

.wrapper__site .l0 {
  left: 0;
}

.wrapper__site .up {
  text-transform: uppercase;
}

.wrapper__site .low {
  text-transform: lowercase;
}

.wrapper__site .fsn {
  font-style: normal;
}

.wrapper__site .pb0 {
  padding-bottom: 0;
}

.wrapper__site .upp {
  text-transform: uppercase;
}

.wrapper__site section {
  position: relative;
}

.wrapper__site main {
  position: relative;
  clear: both;
}

.wrapper__site header,
.wrapper__site nav,
.wrapper__site section,
.wrapper__site article,
.wrapper__site aside,
.wrapper__site footer,
.wrapper__site main {
  display: block;
}

.wrapper__site #main {
  flex: 1 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
}

.wrapper__site #wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.wrapper__site #footer {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
}

.wrapper__site .cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wrapper__site .contain {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.wrapper__site .scale {
  transition: all 1s ease-out;
}

.wrapper__site .scale:hover {
  transform: scale(1.1);
}

.wrapper__site .rot {
  transform: rotate(180deg);
}

.wrapper__site .owl-carousel {
  position: relative;
}

.wrapper__site .owl-stage-outer {
  position: relative;
  overflow: hidden;
}

.wrapper__site .owl-stage {
  position: relative;
  overflow: hidden;
}

.wrapper__site .owl-item {
  position: relative;
  overflow: hidden;
  float: left;
}

.wrapper__site .no-js .owl-carousel,
.wrapper__site .owl-carousel.owl-loaded {
  display: block;
}

.wrapper__site .owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.wrapper__site .input_wr input::-webkit-input-placeholder,
.wrapper__site .input_search input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #1D1D1D;
  font-family: "PT Root UI", sans-serif;
}

.wrapper__site .input_wr input::-moz-placeholder,
.wrapper__site .input_search input::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #1D1D1D;
  font-family: "PT Root UI", sans-serif;
}

.wrapper__site .input_wr input:-moz-placeholder,
.wrapper__site .input_search input:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #1D1D1D;
  font-family: "PT Root UI", sans-serif;
}

.wrapper__site .input_wr input:-ms-input-placeholder,
.wrapper__site .input_search input:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #1D1D1D;
  font-family: "PT Root UI", sans-serif;
}

.wrapper__site .input_wr input:focus::-webkit-input-placeholder,
.wrapper__site .input_search input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.wrapper__site .input_wr input:focus::-moz-placeholder,
.wrapper__site .input_search input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.wrapper__site .input_wr input:focus:-moz-placeholder,
.wrapper__site .input_search input:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.wrapper__site .input_wr input:focus:-ms-input-placeholder,
.wrapper__site .input_search input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.wrapper__site .textarea_wr textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #1D1D1D;
  font-family: "PT Root UI", sans-serif;
}

.wrapper__site .textarea_wr textarea::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #1D1D1D;
  font-family: "PT Root UI", sans-serif;
}

.wrapper__site .textarea_wr textarea:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #1D1D1D;
  font-family: "PT Root UI", sans-serif;
}

.wrapper__site .textarea_wr textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #1D1D1D;
  font-family: "PT Root UI", sans-serif;
}

.wrapper__site .textarea_wr textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.wrapper__site .textarea_wr textarea:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.wrapper__site .textarea_wr textarea:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.wrapper__site .textarea_wr textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.wrapper__site input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.wrapper__site input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.wrapper__site input[type=search]::-webkit-search-decoration,
.wrapper__site input[type=search]::-webkit-search-cancel-button,
.wrapper__site input[type=search]::-webkit-search-results-button,
.wrapper__site input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.wrapper__site input[type=number]::-webkit-inner-spin-button,
.wrapper__site input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  display: none;
}

.wrapper__site input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}

.file_wr {
  display: flex;
  align-items: center !important;
  position: relative;
  border-radius: 16px;
  background: #F5F5F7;
  height: 56px;
}

.file_wr .input-file-text {
  padding: 0 0 0 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 0 16px;
  border-radius: 16px;
  background: #F5F5F7;
  color: #1D1D1D;
}

.file_wr input[type=file] {
  position: absolute;
  z-index: 1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
  cursor: pointer;
}

.file_wr .btn.btn_white {
  margin: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 12px;
  cursor: pointer;
  border: 1px solid #009B3E;
  background-color: #009B3E;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
  color: #009B3E;
  background-color: #fff;
}

.file_wr input[type=file]:hover+.btn {
  color: #fff;
  background-color: #009B3E;
  transform: scale(1);
}

/* .wrapper__site .input_wr input.mask_phone-js {
  color: #FFF;
} */

.wrapper__site .input_wr input.mask_phone-js:focus {
  color: #1D1D1D;
  transition: color 0.3s ease-in-out;
}

@media screen and (max-width: 1250px) {
  .wrapper__site {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
  }

  .wrapper__site .inner {
    max-width: 800px;
    padding: 0 48px;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
  }

  .wrapper__site .inner {
    max-width: 430px;
    padding: 0 16px;
  }
}

.wrapper__site .title_h1 {
  font-weight: bold;
  font-size: 64px;
  line-height: 72px;
  color: #1D1D1D;
}

.wrapper__site .title_h1 a {
  font-weight: bold;
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .title_h1 a:hover,
.wrapper__site .title_h1 a:active {
  color: #009B3E;
}

.wrapper__site .title_h1_s {
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  color: #1D1D1D;
}

.wrapper__site .title_h1_s a {
  font-weight: bold;
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .title_h1_s a:hover,
.wrapper__site .title_h1_s a:active {
  color: #009B3E;
}

@media screen and (max-width: 700px) {

  .wrapper__site .title_h1,
  .wrapper__site .title_h1_s {
    font-size: 40px;
    line-height: 48px;
  }
}

@media screen and (max-width: 350px) {
  .wrapper__site .title_h1_s {
    font-size: 32px;
    line-height: 1.2;
  }
}

.wrapper__site .title_h2 {
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  color: #1D1D1D;
}

.wrapper__site .title_h3 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
  color: #1D1D1D;
}

.wrapper__site .title_h2 a {
  font-weight: bold;
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .title_h2 a:hover,
.wrapper__site .title_h2 a:active {
  color: #009B3E;
}

@media screen and (max-width: 700px) {
  .wrapper__site .title_h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .wrapper__site .title_h3 {
    font-size: 20px;
  }
}

.wrapper__site .title_h2_s {
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  color: #1D1D1D;
}

.wrapper__site .title_h2_s a {
  font-weight: bold;
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .title_h2_s a:hover,
.wrapper__site .title_h2_s a:active {
  color: #009B3E;
}

@media screen and (max-width: 700px) {
  .wrapper__site .title_h2_s {
    font-size: 32px;
    line-height: 40px;
  }
}

.wrapper__site .title_h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #1D1D1D;
}

.wrapper__site .title_h3 a {
  font-weight: bold;
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .title_h3 a:hover,
.wrapper__site .title_h3 a:active {
  color: #009B3E;
}

.wrapper__site .subtitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #828282;
  margin-top: 8px;
}

@media screen and (max-width: 700px) {
  .wrapper__site .subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}

.wrapper__site .title_wr {
  margin-bottom: 24px;
}

.wrapper__site .title_wr+.content_box__site {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #828282;
  margin-top: 8px;
}

@media screen and (max-width: 700px) {
  .wrapper__site .title_wr+.content_box__site {
    font-size: 18px;
    line-height: 24px;
  }
}



.wrapper__site .title_wr.has_nav {
  width: calc(100% - 310px);
}

@media screen and (max-width: 1250px) {
  .wrapper__site .title_wr.has_nav {
    width: 100%;
  }
}

.wrapper__site .btn,
input.btn[type=button],
input.btn[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  min-height: 48px;
  padding: 0 24px;
  background: #009B3E;
  border-radius: 24px !important;
  cursor: pointer;
  color: #fff;
  border: 1px solid #009B3E;
  background-color: #009B3E;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}

input.btn[type=button]:disabled,
input.btn[type=submit]:disabled {
  border: 1px solid #ccc;
  background-color: #ccc;
  cursor: default;
}

.wrapper__site .btn:hover,
.wrapper__site .btn:active,
input.btn[type=button]:hover,
input.btn[type=button]:active,
input.btn[type=submit]:hover,
input.btn[type=submit]:active {
  transform: scale(1.05);
}

.wrapper__site .btn.btn_disabled,
input.btn[type=button].btn_disabled,
input.btn[type=submit].btn_disabled {
  opacity: 0.7;
}

.wrapper__site .btn.btn_disabled:hover,
.wrapper__site .btn.btn_disabled:active,
input.btn[type=button].btn_disabled:hover,
input.btn[type=button].btn_disabled:active,
input.btn[type=submit].btn_disabled:hover,
input.btn[type=submit].btn_disabled:active {
  transform: scale(1);
}

input.btn[type=button],
input.btn[type=submit] {
  -webkit-appearance: none;
  appearance: none;
}

.wrapper__site .btn_white {
  color: #009B3E;
  background-color: #fff;
}

.wrapper__site .btn_white.noBg {
  background: none;
}

.wrapper__site .btn_white:hover,
.wrapper__site .btn_white:active {
  color: #fff;
  background-color: #009B3E;
  transform: scale(1);
}

.wrapper__site .btn_transparent {
  color: #009B3E;
  background-color: transparent;
}

.wrapper__site .btn_transparent:hover,
.wrapper__site .btn_transparent:active {
  color: #fff;
  background-color: #009B3E;
  transform: scale(1);
}

.wrapper__site .btn_ell {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: #fff;
  flex-shrink: 0;
}

.wrapper__site .btn_ell:after {
  content: "";
  position: absolute;
  width: 84%;
  height: 106%;
  left: 8%;
  top: -3%;
  background: #009B3E;
  transform: rotate(45deg);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.wrapper__site .btn_ell:hover:after,
.wrapper__site .btn_ell:active:after {
  transform: rotate(45deg) scale(1.1);
}

.wrapper__site .btn_ell.arrow_up__site {
  display: none;
  position: fixed;
  z-index: 80;
  right: 45px;
  bottom: 45px;
}

.wrapper__site .btn_ell.arrow_up__site .icon_svg {
  transform: rotate(-90deg);
}

.wrapper__site .btn_ell.arrow_up__site.active_arrow {
  display: flex;
  animation: fadeIn;
  animation-timing-function: ease-in-out;
  animation-duration: 0.3s;
}

@media screen and (max-width: 700px) {
  .wrapper__site .btn_ell.arrow_up__site {
    display: none;
    position: fixed;
    z-index: 80;
    right: 16px;
    bottom: 32px;
  }
}

/*content_box*/
.wrapper__site .content_box__site {
  width: 100%;
  max-width: 100%;
  position: relative;
  display: block;
  box-sizing: border-box;
  min-width: 0 !important;
}

.wrapper__site .content_box__site figure {
  margin: 0;
  padding: 0;
}

.wrapper__site .content_box__site iframe {
  max-width: 100%;
}

.wrapper__site .content_box__site video {
  max-width: 100%;
}

.wrapper__site .content_box__site .table_box {
  overflow: auto;
  max-width: 100%;
  position: relative;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.5;
  color: #1D1D1D;
  font-weight: 500;
  font-family: "PT Root UI", sans-serif;
}

.wrapper__site .content_box__site .table_box th,
.wrapper__site .content_box__site .table_box td {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.wrapper__site .content_box__site .table_box thead {
  font-weight: 700;
  font-family: "PT Root UI", sans-serif;
  color: #1D1D1D;
}

.wrapper__site .content_box__site .table_box table {
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.wrapper__site .content_box__site img {
  max-width: 100% !important;
  position: relative;
  display: block;
  box-sizing: border-box;
  min-width: 0 !important;
  margin-top: 24px;
  margin-bottom: 24px;
  height: auto !important;
  border-radius: 24px;
  overflow: hidden;
}

.wrapper__site .content_box__site p {
  position: relative;
  display: block;
  box-sizing: border-box;
  min-width: 0 !important;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #1D1D1D;
  font-family: "PT Root UI", sans-serif;
}

.wrapper__site .content_box__site p b,
.wrapper__site .content_box__site p strong {
  font-weight: 700;
  font-family: "PT Root UI", sans-serif;
}

.wrapper__site .content_box__site a {
  position: relative;
  box-sizing: border-box;
  min-width: 0 !important;
  font-family: "PT Root UI", sans-serif;
  color: #009B3E;
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  transition: all 0.3s ease-out;
}

.wrapper__site .content_box__site a:hover {
  -webkit-text-decoration-color: #009B3E;
  text-decoration-color: #009B3E;
}

.wrapper__site .content_box__site ul,
.wrapper__site .content_box__site ol {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  padding-left: 24px;
  position: relative;
  display: block;
  box-sizing: border-box;
  min-width: 0 !important;
}

.wrapper__site .content_box__site ul li,
.wrapper__site .content_box__site ol li {
  margin-bottom: 0;
  font-weight: 500;
  color: #1D1D1D;
  font-size: 16px;
  line-height: 1.5;
  font-family: "PT Root UI", sans-serif;
  position: relative;
  display: block;
  box-sizing: border-box;
  min-width: 0 !important;
}

.wrapper__site .content_box__site ul li:before,
.wrapper__site .content_box__site ol li:before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1D1D1D;
  top: 12px;
  left: -14px;
}

.wrapper__site .content_box__site ul li a,
.wrapper__site .content_box__site ol li a {
  position: relative;
  box-sizing: border-box;
  min-width: 0 !important;
  font-family: "PT Root UI", sans-serif;
  color: #009B3E;
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  transition: all 0.3s ease-out;
}

.wrapper__site .content_box__site ul li a:hover,
.wrapper__site .content_box__site ol li a:hover {
  -webkit-text-decoration-color: #009B3E;
  text-decoration-color: #009B3E;
}

.wrapper__site .content_box__site ul li:last-child,
.wrapper__site .content_box__site ol li:last-child {
  margin-bottom: 0;
}

.wrapper__site .content_box__site h1,
.wrapper__site .content_box__site h2 {
  position: relative;
  display: block;
  box-sizing: border-box;
  min-width: 0 !important;
  font-size: 48px;
  line-height: 1.5;
  color: #1D1D1D;
  font-weight: 700;
  font-family: "PT Root UI", sans-serif;
  margin-bottom: 24px;
  margin-top: 24px;
}

.wrapper__site .content_box__site h1 a,
.wrapper__site .content_box__site h2 a {
  position: relative;
  box-sizing: border-box;
  min-width: 0 !important;
  font-family: "PT Root UI", sans-serif;
  color: #009B3E;
  font-weight: inherit;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  transition: all 0.3s ease-out;
}

.wrapper__site .content_box__site h1 a:hover,
.wrapper__site .content_box__site h2 a:hover {
  -webkit-text-decoration-color: #009B3E;
  text-decoration-color: #009B3E;
}

.wrapper__site .content_box__site h3 {
  position: relative;
  display: block;
  box-sizing: border-box;
  min-width: 0 !important;
  font-size: 24px;
  line-height: 1.5;
  color: #1D1D1D;
  font-weight: 700;
  font-family: "PT Root UI", sans-serif;
  margin-bottom: 24px;
  margin-top: 24px;
}

.wrapper__site .content_box__site h3 a {
  position: relative;
  box-sizing: border-box;
  min-width: 0 !important;
  font-family: "PT Root UI", sans-serif;
  color: #009B3E;
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  transition: all 0.3s ease-out;
}

.wrapper__site .content_box__site h3 a:hover {
  -webkit-text-decoration-color: #009B3E;
  text-decoration-color: #009B3E;
}

.wrapper__site .content_box__site h4 {
  position: relative;
  display: block;
  box-sizing: border-box;
  min-width: 0 !important;
  font-size: 22px;
  line-height: 1.5;
  color: #1D1D1D;
  font-weight: 700;
  font-family: "PT Root UI", sans-serif;
  margin-bottom: 24px;
  margin-top: 24px;
}

.wrapper__site .content_box__site h4 a {
  position: relative;
  box-sizing: border-box;
  min-width: 0 !important;
  font-family: "PT Root UI", sans-serif;
  color: #009B3E;
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  transition: all 0.3s ease-out;
}

.wrapper__site .content_box__site h4 a:hover {
  -webkit-text-decoration-color: #009B3E;
  text-decoration-color: #009B3E;
}

.wrapper__site .content_box__site h5 {
  position: relative;
  display: block;
  box-sizing: border-box;
  min-width: 0 !important;
  font-size: 20px;
  line-height: 1.5;
  color: #1D1D1D;
  font-weight: 700;
  font-family: "PT Root UI", sans-serif;
  margin-bottom: 24px;
  margin-top: 24px;
}

.wrapper__site .content_box__site h5 a {
  position: relative;
  box-sizing: border-box;
  min-width: 0 !important;
  font-family: "PT Root UI", sans-serif;
  color: #009B3E;
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  transition: all 0.3s ease-out;
}

.wrapper__site .content_box__site h5 a:hover {
  -webkit-text-decoration-color: #009B3E;
  text-decoration-color: #009B3E;
}

.wrapper__site .content_box__site h6 {
  position: relative;
  display: block;
  box-sizing: border-box;
  min-width: 0 !important;
  font-size: 18px;
  line-height: 1.5;
  color: #1D1D1D;
  font-weight: 700;
  font-family: "PT Root UI", sans-serif;
  margin-bottom: 24px;
  margin-top: 24px;
}

.wrapper__site .content_box__site h6 a {
  position: relative;
  box-sizing: border-box;
  min-width: 0 !important;
  font-family: "PT Root UI", sans-serif;
  color: #009B3E;
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  transition: all 0.3s ease-out;
}

.wrapper__site .content_box__site h6 a:hover {
  -webkit-text-decoration-color: #009B3E;
  text-decoration-color: #009B3E;
}

.wrapper__site .content_box__site blockquote {
  position: relative;
  display: block;
  min-width: 0 !important;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  color: #009B3E;
  font-family: "PT Root UI", sans-serif;
  box-sizing: border-box;
  margin: 0;
  margin-top: 48px;
  margin-bottom: 48px;
  border-radius: 16px;
}

.wrapper__site .content_box__site blockquote:before {
  content: "”";
  position: absolute;
  top: 0;
  left: -25px;
}

.wrapper__site .content_box__site blockquote:after {
  content: "”";
  position: relative;
  right: -9px;
}

.wrapper__site .content_box__site blockquote p {
  font-weight: 500;
}

.wrapper__site .content_box__site *:last-child {
  margin-bottom: 0;
}

.wrapper__site .content_box__site *:first-child {
  margin-top: 0;
}

@media screen and (max-width: 700px) {

  .wrapper__site .content_box__site h1,
  .wrapper__site .content_box__site h2 {
    font-size: 32px;
  }

  .wrapper__site .content_box__site h3 {
    font-size: 24px;
  }

  .wrapper__site .content_box__site h4 {
    font-size: 22px;
  }

  .wrapper__site .content_box__site h5 {
    font-size: 20px;
  }

  .wrapper__site .content_box__site h6 {
    font-size: 18px;
  }

  .wrapper__site .content_box__site blockquote {
    font-size: 24px;
    line-height: 32px;
    margin-left: 17px;
  }

  .wrapper__site .content_box__site blockquote:before {
    left: -17px;
  }

  .wrapper__site .content_box__site blockquote:after {
    right: -7px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }

  to {
    opacity: 1;
    visibility: visible;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

/*****************************/
.icon_svg {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon_search {
  width: 19px;
  height: 19px;
}

.icon_search use {
  fill: currentColor;
}

.icon_compare {
  width: 18px;
  height: 18px;
}

.icon_compare use {
  stroke: currentColor;
  fill: none;
}

.icon_like {
  width: 18px;
  height: 17px;
}

.icon_like use {
  stroke: currentColor;
  fill: none;
}

.icon_close {
  width: 14px;
  height: 14px;
}

.icon_close use {
  fill: currentColor;
}

.icon_burger {
  width: 18px;
  height: 12px;
}

.icon_burger use {
  fill: currentColor;
}

.icon_arrow_menu {
  width: 12px;
  height: 20px;
}

.icon_arrow_slider {
  width: 16px;
  height: 16px;
}

.icon_arrow_slider use {
  fill: currentColor;
}

.icon_rotate {
  width: 20px;
  height: 13px;
}

.icon_rotate use {
  fill: currentColor;
}

.icon_instagram {
  width: 16px;
  height: 16px;
}

.icon_instagram use {
  fill: currentColor;
}

.icon_vk {
  width: 16px;
  height: 10px;
}

.icon_vk use {
  fill: currentColor;
}

.icon_zen {
  width: 18px;
  height: 18px;
}

.icon_zen use {
  fill: currentColor;
}

.icon_youtube {
  width: 14px;
  height: 10px;
}

.icon_youtube use {
  fill: currentColor;
}

.icon_filter {
  width: 16px;
  height: 10px;
}

.icon_filter use {
  fill: currentColor;
}

.icon_pdf {
  width: 20px;
  height: 20px;
}

.icon_play {
  width: 20px;
  height: 22px;
}

.icon_play use {
  fill: currentColor;
}

.icon_warning {
  width: 22px;
  height: 23px;
}

.icon_read {
  width: 22px;
  height: 28px;
}

.icon_plus {
  width: 14px;
  height: 14px;
}

.icon_plus use {
  fill: currentColor;
}

.wrapper__site .btn_ell.btn_play {
  width: 78px;
  height: 78px;
  color: #fff;
}

.wrapper__site .btn_action_compare,
.wrapper__site .btn_action_fav {
  display: flex;
  align-items: center;
  width: auto;
  background-color: transparent;
  cursor: pointer;
  color: #1D1D1D;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .btn_action_compare .btn_text,
.wrapper__site .btn_action_fav .btn_text {
  margin-left: 8px;
  font-size: 14px;
  line-height: 17px;
}

.wrapper__site .btn_action_compare:hover,
.wrapper__site .btn_action_fav:hover {
  color: #009B3E;
}

.wrapper__site .btn_action_fav.in_favorites {
  color: #EC6652;
}

.wrapper__site .btn_action_fav.in_favorites .icon_like use {
  stroke: currentColor;
  fill: currentColor;
}

.header .icon_like.active {
  color: #EC6652;
}

.header .icon_like.active use {
  stroke: currentColor;
  fill: currentColor;
}

/***************************swiper navigation***********************************/
.wrapper__site .slider_nav {
  display: flex;
  align-items: center;
}

.wrapper__site .slider_nav .swiper-pagination_wr {
  position: relative;
  width: 183px;
}

.wrapper__site .slider_nav .swiper-pagination_wr .my-swiper-progress-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  transform: translate(-50%, -50%);
  height: 4px;
  display: flex;
  align-items: center;
}

.wrapper__site .slider_nav .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapper__site .slider_nav .swiper-pagination.swiper-pagination-lock,
.wrapper__site .slider_nav .swiper-pagination.swiper-pagination-lock+.my-swiper-progress-bar {
  display: none;
}

.wrapper__site .slider_nav .swiper-pagination-fraction {
  width: auto;
  position: relative;
  bottom: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #505357;
}

.wrapper__site .slider_nav .slider_btn_wr {
  display: flex;
  align-items: center;
  margin-left: 32px;
}

.wrapper__site .slider_nav .btn_prev,
.wrapper__site .slider_nav .btn_next {
  cursor: pointer;
  color: rgba(29, 29, 29, 0.15);
  transition: all 0.3s ease-in-out;
}

.wrapper__site .slider_nav .btn_prev:hover,
.wrapper__site .slider_nav .btn_prev:active,
.wrapper__site .slider_nav .btn_next:hover,
.wrapper__site .slider_nav .btn_next:active {
  color: #1D1D1D;
}

.wrapper__site .slider_nav .btn_prev {
  transform: scale(-1, 1);
  margin-right: 16px;
}

.wrapper__site .product_gallery_slider_wr .btn_prev,
.wrapper__site .product_gallery_slider_wr .btn_next,
.wrapper__site .partners_slider_wr .btn_prev,
.wrapper__site .partners_slider_wr .btn_next,
.wrapper__site .about_slider_wr .btn_prev,
.wrapper__site .about_slider_wr .btn_next,
.wrapper__site .compare_slider_wr .btn_prev,
.wrapper__site .compare_slider_wr .btn_next,
.wrapper__site .collections_slider_wr .btn_prev,
.wrapper__site .collections_slider_wr .btn_next {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: #1D1D1D;
}

.wrapper__site .product_gallery_slider_wr .btn_prev:after,
.wrapper__site .product_gallery_slider_wr .btn_next:after,
.wrapper__site .partners_slider_wr .btn_prev:after,
.wrapper__site .partners_slider_wr .btn_next:after,
.wrapper__site .about_slider_wr .btn_prev:after,
.wrapper__site .about_slider_wr .btn_next:after,
.wrapper__site .compare_slider_wr .btn_prev:after,
.wrapper__site .compare_slider_wr .btn_next:after,
.wrapper__site .collections_slider_wr .btn_prev:after,
.wrapper__site .collections_slider_wr .btn_next:after {
  content: "";
  position: absolute;
  width: 84%;
  height: 106%;
  left: 8%;
  top: -3%;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(45deg);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.wrapper__site .product_gallery_slider_wr .btn_prev:hover:after,
.wrapper__site .product_gallery_slider_wr .btn_prev:active:after,
.wrapper__site .product_gallery_slider_wr .btn_next:hover:after,
.wrapper__site .product_gallery_slider_wr .btn_next:active:after,
.wrapper__site .partners_slider_wr .btn_prev:hover:after,
.wrapper__site .partners_slider_wr .btn_prev:active:after,
.wrapper__site .partners_slider_wr .btn_next:hover:after,
.wrapper__site .partners_slider_wr .btn_next:active:after,
.wrapper__site .about_slider_wr .btn_prev:hover:after,
.wrapper__site .about_slider_wr .btn_prev:active:after,
.wrapper__site .about_slider_wr .btn_next:hover:after,
.wrapper__site .about_slider_wr .btn_next:active:after,
.wrapper__site .compare_slider_wr .btn_prev:hover:after,
.wrapper__site .compare_slider_wr .btn_prev:active:after,
.wrapper__site .compare_slider_wr .btn_next:hover:after,
.wrapper__site .compare_slider_wr .btn_next:active:after,
.wrapper__site .collections_slider_wr .btn_prev:hover:after,
.wrapper__site .collections_slider_wr .btn_prev:active:after,
.wrapper__site .collections_slider_wr .btn_next:hover:after,
.wrapper__site .collections_slider_wr .btn_next:active:after {
  transform: rotate(45deg) scale(1.1);
}

.wrapper__site .product_gallery_slider_wr .btn_prev,
.wrapper__site .partners_slider_wr .btn_prev,
.wrapper__site .about_slider_wr .btn_prev,
.wrapper__site .compare_slider_wr .btn_prev,
.wrapper__site .collections_slider_wr .btn_prev {
  left: -24px;
}

.wrapper__site .product_gallery_slider_wr .btn_prev .icon_svg,
.wrapper__site .partners_slider_wr .btn_prev .icon_svg,
.wrapper__site .about_slider_wr .btn_prev .icon_svg,
.wrapper__site .compare_slider_wr .btn_prev .icon_svg,
.wrapper__site .collections_slider_wr .btn_prev .icon_svg {
  transform: scale(-1, 1);
}

.wrapper__site .product_gallery_slider_wr .btn_next,
.wrapper__site .partners_slider_wr .btn_next,
.wrapper__site .about_slider_wr .btn_next,
.wrapper__site .compare_slider_wr .btn_next,
.wrapper__site .collections_slider_wr .btn_next {
  right: -24px;
}

.wrapper__site .product_gallery_slider_wr .swiper-button-disabled,
.wrapper__site .partners_slider_wr .swiper-button-disabled,
.wrapper__site .about_slider_wr .swiper-button-disabled,
.wrapper__site .compare_slider_wr .swiper-button-disabled,
.wrapper__site .collections_slider_wr .swiper-button-disabled {
  color: rgba(29, 29, 29, 0.15);
}

@media screen and (max-width: 700px) {

  .wrapper__site .product_gallery_slider_wr .btn_prev,
  .wrapper__site .product_gallery_slider_wr .btn_next,
  .wrapper__site .partners_slider_wr .btn_prev,
  .wrapper__site .partners_slider_wr .btn_next,
  .wrapper__site .about_slider_wr .btn_prev,
  .wrapper__site .about_slider_wr .btn_next,
  .wrapper__site .compare_slider_wr .btn_prev,
  .wrapper__site .compare_slider_wr .btn_next,
  .wrapper__site .collections_slider_wr .btn_prev,
  .wrapper__site .collections_slider_wr .btn_next {
    display: none;
  }
}

/********tippy********/
.tippy-box[data-theme~=tippy_my] {
  background: #505357;
  border-radius: 8px;
  padding: 2px 6px;
  font-family: "PT Root UI", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

/******************************************************/
.input_wr {
  display: flex;
  align-items: flex-start;
}

.input_wr input {
  width: 100%;
  height: 56px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 0 16px;
  border-radius: 16px;
  background-color: #fff;
  color: #1D1D1D;
  transition: all 0.3s ease-in-out;
}

.textarea_wr textarea {
  width: 100%;
  height: 156px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 16px;
  border-radius: 16px;
  background: #fff;
  color: #1D1D1D;
  resize: none;
  transition: all 0.3s ease-in-out;
}

.input_wr input.error,
.textarea_wr textarea.error {
  border: solid 2px #FF0000;
}

.checkbox_wr {
  display: flex;
  align-items: flex-start;
}

.checkbox_wr input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  width: 20px;
  height: 20px;
}

.checkbox_wr label {
  position: relative;
  padding-left: 28px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
}

.checkbox_wr label a {
  font-weight: inherit;
  color: inherit;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}

.checkbox_wr label a:hover {
  color: #009B3E;
  text-decoration: underline;
}

.checkbox_wr input+label::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  margin-top: 0;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #009B3E;
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 9px;
  border-radius: 4px;
}

.checkbox_wr input:checked+label::before {
  background-color: #009B3E;
  background-image: url("/bitrix/templates/new_index/css/../images/icons/check_ico.svg");
}

@media screen and (max-width: 700px) {
  .checkbox_wr label {
    font-size: 14px;
    line-height: 20px;
  }

  .checkbox_wr input+label::before {
    top: 0px;
  }
}

.wrapper__site .p_slider_wr {
  margin-bottom: 52px;
}

.wrapper__site .p_slider_wr .ui-widget.ui-widget-content {
  border: none;
}

.wrapper__site .p_slider_wr .p_slider.ui-slider {
  margin-top: 29px;
  position: relative;
  height: 4px;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
  background: transparent;
}

.wrapper__site .p_slider_wr .p_slider.ui-slider:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  left: -10px;
  right: -10px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
}

.wrapper__site .p_slider_wr .p_slider.ui-slider .ui-slider-handle {
  position: absolute;
  top: -10px;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  z-index: 2;
}

.wrapper__site .p_slider_wr .p_slider.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  height: 4px;
  display: block;
  border: none;
  background: #009B3E;
  border-radius: 8px;
  left: -10px;
  right: -10px;
}

.pages {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -16px;
}

.pages .pagination-item {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: #1D1D1D;
  margin-right: 16px;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 16px;
}

.pages .pagination-item:after {
  content: "";
  position: absolute;
  width: 84%;
  height: 106%;
  left: 8%;
  top: -3%;
  background: #fff;
  transform: rotate(45deg);
  border-radius: 50%;
  border: 1px solid rgba(29, 29, 29, 0.1);
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.pages .pagination-item:hover:after,
.pages .pagination-item:active:after {
  border: 1px solid #009B3E;
}

.pages .pagination-item.active {
  color: #fff;
}

.pages .pagination-item.active:after {
  background: #009B3E;
  transform: rotate(45deg);
  border: 1px solid #009B3E;
}

@media screen and (max-width: 350px) {
  .pages {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -16px;
  }

  .pages .pagination-item {
    width: 40px;
    height: 40px;
  }
}

.wrapper__site .select {
  position: relative;
  z-index: 5;
}

.wrapper__site .select:hover .select_btn {
  border: 1px solid #009B3E;
}

.wrapper__site .select .select_btn {
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 16px 0 16px;
  border: 1px solid rgba(29, 29, 29, 0.1);
  border-radius: 24px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .select .select_btn:after {
  content: "";
  position: relative;
  top: 1px;
  margin-left: 8px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #1D1D1D;
  opacity: 0.6;
  border-radius: 0.5px;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .select .dropdown_wr {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  padding-top: 8px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  min-width: 100%;
}

@media (max-width:768px) {
  .wrapper__site .select .dropdown_wr.mobile_drop_right {
    left: auto;
    right: 0;
  }
}


.wrapper__site .select .dropdown_wr .dropdown {
  padding: 16px;
  background-color: #fff;
  border-radius: 24px;
  border: 1px solid rgba(29, 29, 29, 0.1);
  overflow: hidden;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #1D1D1D;
}

.wrapper__site .select .dropdown_wr .dropdown li {
  margin-bottom: 16px;
}

.wrapper__site .select .dropdown_wr .dropdown li:last-child {
  margin-bottom: 0;
}

.wrapper__site .select .select_item {
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .select .select_item a {
  color: #1D1D1D;
  font-weight: 500;
}

.wrapper__site .select .select_item:hover,
.wrapper__site .select .select_item:hover a {
  color: #009B3E;
}

.wrapper__site .select .select_item.active {
  font-weight: 700;
}

.wrapper__site .select .select_item.active a {
  font-weight: 700;
}

.wrapper__site .select .select_item span,
.wrapper__site .select .select_item a {
  white-space: nowrap;
}

.wrapper__site .select.select_open {
  z-index: 10;
}

.wrapper__site .select.select_open .select_btn {
  border: 1px solid #009B3E;
}

.wrapper__site .select.select_open .select_btn:after {
  transform: rotate(-180deg);
}

.wrapper__site .select.select_open .dropdown_wr {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wrapper__site .navigation {
  position: relative;
  margin-top: 48px;
  min-height: 48px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.wrapper__site .navigation .btn_wr {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.wrapper__site .navigation .select .select_btn {
  min-height: 48px;
}

.wrapper__site .navigation .pages {
  max-width: calc(50% - 100px);
}

.wrapper__site .navigation.navigation_s .col_products {
  display: none;
}

.wrapper__site .navigation.navigation_s .btn_wr {
  order: 2;
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0, 0);
}

.wrapper__site .navigation.navigation_s .pages {
  max-width: calc(100% - 240px);
}

@media screen and (max-width: 1250px) {
  .wrapper__site .navigation {
    flex-wrap: wrap;
  }

  .wrapper__site .navigation .btn_wr {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
    width: 100%;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .wrapper__site .navigation .select .select_btn {
    min-height: 48px;
  }

  .wrapper__site .navigation .pages {
    max-width: calc(100% - 240px);
  }

  .wrapper__site .navigation.navigation_s {
    flex-wrap: nowrap;
  }

  .wrapper__site .navigation.navigation_s .btn_wr {
    width: auto;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .navigation {
    flex-direction: column;
    align-items: flex-start;
  }

  .wrapper__site .navigation .btn_wr .btn {
    width: 100%;
  }

  .wrapper__site .navigation .col_products {
    margin-top: 24px;
    width: 100%;
  }

  .wrapper__site .navigation .select .select_btn {
    justify-content: center;
  }

  .wrapper__site .navigation .pages {
    max-width: 100%;
  }

  .wrapper__site .navigation.navigation_s {
    flex-wrap: wrap;
  }

  .wrapper__site .navigation.navigation_s .btn_wr {
    width: 100%;
    order: -1;
  }

  .wrapper__site .navigation.navigation_s .pages {
    max-width: 100%;
  }
}

.wrapper__site .section_store .search_box,
.map_stores .search_box {
  width: 100%;
}

.wrapper__site .section_store .search_box .input_search,
.map_stores .search_box .input_search {
  position: relative;
}

.wrapper__site .section_store .search_box .input_search input,
.map_stores .search_box .input_search input {
  width: 100%;
  background: #F5F5F7;
  border-radius: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #1D1D1D;
  height: 48px;
  padding: 0 16px 0 48px;
}

.wrapper__site .section_store .search_box .input_search input::-webkit-input-placeholder,
.map_stores .search_box .input_search input::-webkit-input-placeholder {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #1D1D1D;
  font-family: "PT Root UI", sans-serif;
}

.wrapper__site .section_store .search_box .input_search input::-moz-placeholder,
.map_stores .search_box .input_search input::-moz-placeholder {
  opacity: 0.5;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #1D1D1D;
  font-family: "PT Root UI", sans-serif;
}

.wrapper__site .section_store .search_box .input_search input:-moz-placeholder,
.map_stores .search_box .input_search input:-moz-placeholder {
  opacity: 0.5;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #1D1D1D;
  font-family: "PT Root UI", sans-serif;
}

.wrapper__site .section_store .search_box .input_search input:-ms-input-placeholder,
.map_stores .search_box .input_search input:-ms-input-placeholder {
  opacity: 0.5;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #1D1D1D;
  font-family: "PT Root UI", sans-serif;
}

.wrapper__site .section_store .search_box .input_search input:focus::-webkit-input-placeholder,
.map_stores .search_box .input_search input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.wrapper__site .section_store .search_box .input_search input:focus::-moz-placeholder,
.map_stores .search_box .input_search input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.wrapper__site .section_store .search_box .input_search input:focus:-moz-placeholder,
.map_stores .search_box .input_search input:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.wrapper__site .section_store .search_box .input_search input:focus:-ms-input-placeholder,
.map_stores .search_box .input_search input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.wrapper__site .section_store .search_box .input_search .btn_input_search,
.map_stores .search_box .input_search .btn_input_search {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  color: #1D1D1D;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.wrapper__site .section_store .search_box .input_search .btn_input_search:hover,
.wrapper__site .section_store .search_box .input_search .btn_input_search:active,
.map_stores .search_box .input_search .btn_input_search:hover,
.map_stores .search_box .input_search .btn_input_search:active {
  color: #009B3E;
}

.wrapper__site .section_store .search_box .input_search .btn_input_search input,
.map_stores .search_box .input_search .btn_input_search input {
  position: relative;
  z-index: 2;
  min-width: 0 !important;
  width: 100%;
  height: 100%;
  max-width: 24px;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.wrapper__site .section_store .search_box .input_search .btn_input_search span,
.map_stores .search_box .input_search .btn_input_search span {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper__site #header {
  /* position: absolute;
  top: 0;
  left: 0; */

  flex: 0 0 auto;
  width: 100%;
  z-index: 100;

  position: fixed;
  opacity: 1;
  will-change: transform;
  transform: translateY(0) translateZ(0);
  transition: transform .4s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.wrapper__site #header.page-header--fixed {
  transform: translateY(-100%) translateZ(0) !important;
}

.wrapper__site #header .header__inner {
  position: relative;
  z-index: 100;
}

.wrapper__site #header .header__top {
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

.wrapper__site #header .header__top .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapper__site #header .header__top .menu_top,
.wrapper__site #header .header__top .links {
  display: flex;
  align-items: center;
}

.wrapper__site #header .header__top .menu_top li,
.wrapper__site #header .header__top .links li {
  margin-right: 32px;
}

.wrapper__site #header .header__top .menu_top li a,
.wrapper__site #header .header__top .links li a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 8px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease-in-out;
}

.wrapper__site #header .header__top .menu_top li a:before,
.wrapper__site #header .header__top .links li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  right: -16px;
  bottom: 0;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.wrapper__site #header .header__top .menu_top li a:hover,
.wrapper__site #header .header__top .menu_top li a:active,
.wrapper__site #header .header__top .links li a:hover,
.wrapper__site #header .header__top .links li a:active {
  color: #fff;
}

.wrapper__site #header .header__top .menu_top li.active a,
.wrapper__site #header .header__top .links li.active a {
  color: #fff;
}

.wrapper__site #header .header__top .menu_top li.active a:before,
.wrapper__site #header .header__top .links li.active a:before {
  background-color: #009B3E;
}

.wrapper__site #header .header__top .links li:last-child {
  margin-right: 14px;
}

.wrapper__site #header .header__bottom {
  background-color: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease-in-out;
}

.wrapper__site #header .header__bottom .inner {
  position: static;
  display: flex;
  justify-content: space-between;
}

.wrapper__site #header.active_search .header__bottom .inner {
  position: relative;
}

.wrapper__site #header .header__bottom .inner.title-search-result {
  position: relative !important;
  padding-top: 15px;
  align-items: flex-start;
  display: none;
}

@media (max-width:992px) {
  .wrapper__site #header .header__bottom .inner.title-search-result {
    max-height: calc(100dvh - 50px);
    overflow: auto;
  }
}


.wrapper__site #header .header__bottom .logo {
  position: relative;
  display: block;
  width: 134px;
  height: 49px;
  margin: 16px 46px 16px 0;
  flex-shrink: 0;
}

.wrapper__site #header .header__bottom .logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: all 0.3s ease-in-out;
}

.wrapper__site #header .header__bottom .logo .logo_white {
  z-index: 2;
  opacity: 1;
}

.wrapper__site #header .header__bottom .logo .logo_black {
  opacity: 0;
}

.wrapper__site #header .header__bottom .menu_bottom_wr {
  flex-grow: 1;
}

.wrapper__site #header .header__bottom .menu_bottom {
  display: flex;
}

.wrapper__site #header .header__bottom .menu_bottom>li {
  margin-right: 32px;
}

.wrapper__site #header .header__bottom .menu_bottom>li:last-child {
  margin-right: 0;
}

.wrapper__site #header .header__bottom .menu_bottom>li>a {
  position: relative;
  display: block;
  padding: 32px 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.wrapper__site #header .header__bottom .menu_bottom>li>a:before {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: -1px;
  height: 3px;
  background-color: #009B3E;
  border-radius: 4px 4px 0px 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.wrapper__site #header .header__bottom .menu_bottom>li>a:hover,
.wrapper__site #header .header__bottom .menu_bottom>li>a:active {
  color: #009B3E;
}

.wrapper__site #header .header__bottom .menu_bottom>li>a:hover:before,
.wrapper__site #header .header__bottom .menu_bottom>li>a:active:before {
  opacity: 1;
  visibility: visible;
}

.wrapper__site #header .header__bottom .menu_bottom>li.active>a {
  color: #009B3E;
}

.wrapper__site #header .header__bottom .menu_bottom>li.active>a:before {
  opacity: 1;
  visibility: visible;
}

.wrapper__site #header .header__bottom .submenu_wr {
  position: absolute;
  z-index: 10;
  padding: 48px 0;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.wrapper__site #header .header__bottom .submenu_wr .inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 24px;
}

.wrapper__site #header .header__bottom .submenu_wr .submenu {
  min-width: 0 !important;
}

.wrapper__site #header .header__bottom .submenu_wr .submenu li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
}

.wrapper__site #header .header__bottom .submenu_wr .submenu li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #1D1D1D;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  width: auto;
}

.wrapper__site #header .header__bottom .submenu_wr .submenu li a .submenu_item__img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  margin-right: 16px;
}

.wrapper__site #header .header__bottom .submenu_wr .submenu li a .submenu_item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.wrapper__site #header .header__bottom .submenu_wr .submenu li a:hover,
.wrapper__site #header .header__bottom .submenu_wr .submenu li a:active {
  color: #009B3E;
}

.wrapper__site #header .header__bottom .submenu_wr .submenu li:last-child {
  margin-bottom: 0;
}

.wrapper__site #header .header__bottom .menu_action {
  display: flex;
  align-items: center;
  padding: 0 7px;
}

.wrapper__site #header .header__bottom .menu_action .menu_action__links {
  display: flex;
  align-items: center;
}

.wrapper__site #header .header__bottom .menu_action .menu_action__links li {
  margin-right: 32px;
  flex-shrink: 0;
}

.wrapper__site #header .header__bottom .menu_action .menu_action__links li a {
  position: relative;
  display: block;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.wrapper__site #header .header__bottom .menu_action .menu_action__links li a:hover,
.wrapper__site #header .header__bottom .menu_action .menu_action__links li a:active {
  color: #009B3E;
}

.wrapper__site #header .header__bottom .menu_action .menu_action__links li a .badge {
  position: absolute;
  top: -4px;
  right: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  min-width: 14px;
  height: 14px;
  padding: 0 4px;
  border-radius: 50%;
  background-color: #EC6652;
}

.wrapper__site #header .header__bottom .menu_action .menu_action__links li:last-child {
  margin-right: 0;
}

.wrapper__site #header .header__bottom .btn_search {
  display: flex;
  padding: 32px 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  margin-right: 32px;
}

.wrapper__site #header .header__bottom .btn_search span {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease-in-out;
}

.wrapper__site #header .header__bottom .btn_search span.icon_svg {
  color: #fff;
  margin-right: 8px;
  flex-shrink: 0;
}

.wrapper__site #header .header__bottom .btn_search:hover span,
.wrapper__site #header .header__bottom .btn_search:active span {
  color: #009B3E;
}

.wrapper__site #header .header__bottom .btn_search:hover span.icon_svg,
.wrapper__site #header .header__bottom .btn_search:active span.icon_svg {
  color: #009B3E;
}

.wrapper__site #header .header__bottom .search_box {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  border-bottom: 1px solid rgba(29, 29, 29, 0.1);
}

@media (min-width:1250px) {
  .wrapper__site #header .header__bottom .search_box {
    top: 19px;
    left: auto;
    right: 141px;
    width: 250px;
    border: 1px solid rgba(29, 29, 29, 0.15);
    border-radius: 24px;
  }

  .wrapper__site #header .header__bottom .search_box .input_search input {
    background: none;
    border: none;
  }

  .wrapper__site #header .header__bottom .search_box .search_box_close {
    display: none !important;
  }

  .wrapper__site #header .header__bottom .inner.title-search-result {
    position: absolute !important;
    top: 66px;
    right: -141px;
    width: 1250px !important;
    background: #FFF;
  }

  .wrapper__site #header .header__bottom .inner.title-search-result::before {
    display: block;
    content: "";
    position: absolute;
    width: 10000px;
    top: 0;
    bottom: 0;
    left: -5000px;
    background: #FFF;
  }
}

.wrapper__site #header .header__bottom .search_box .inner {
  align-items: center;
}

.wrapper__site #header .header__bottom .search_box .input_search {
  position: relative;
  flex-grow: 1;
}

.wrapper__site #header .header__bottom .search_box .input_search input {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  padding: 0 40px 0 0;
}

.wrapper__site #header .header__bottom .search_box .input_search .btn_input_search {
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  color: #1D1D1D;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.wrapper__site #header .header__bottom .search_box .input_search .btn_input_search:hover,
.wrapper__site #header .header__bottom .search_box .input_search .btn_input_search:active {
  color: #009B3E;
}

.wrapper__site #header .header__bottom .search_box .input_search .btn_input_search input {
  position: relative;
  z-index: 2;
  min-width: 0 !important;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.wrapper__site #header .header__bottom .search_box .input_search .btn_input_search span {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper__site #header .header__bottom .search_box .search_box_close {
  flex-shrink: 0;
  color: #1D1D1D;
  cursor: pointer;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
}

.wrapper__site #header .header__bottom .search_box .search_box_close:hover,
.wrapper__site #header .header__bottom .search_box .search_box_close:active {
  color: #009B3E;
}

.wrapper__site #header .header__bottom .btn_mobile_menu {
  display: none;
  transition: all 0.3s ease-in-out;
  margin-right: 32px;
  width: 24px;
  height: 24px;
  position: relative;
  cursor: pointer;
}

.wrapper__site #header .header__bottom .btn_mobile_menu .icon_svg {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.wrapper__site #header.page-header--white .header__bottom .btn_mobile_menu .icon_svg {
  color: #000;
}

.wrapper__site #header .header__bottom .btn_mobile_menu .open_menu {
  opacity: 0;
  visibility: hidden;
}

.wrapper__site #header .menu_bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(0, -100%);
  background-color: rgba(29, 29, 29, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

.wrapper__site #header .mobile_menu_box {
  display: none;
}

.wrapper__site #header.header_static+main {
  padding-top: 160px;
}

@media (max-width: 1250px) {
  .wrapper__site #header.header_static+main {
    padding-top: 120px;
  }
}

.wrapper__site #header.header_static .header__top,
.wrapper__site #header.active_search .header__top,
.wrapper__site #header.mobile_menu_open .header__top {
  background-color: #272B2B;
}

.wrapper__site #header.header_static .header__bottom,
.wrapper__site #header.active_search .header__bottom,
.wrapper__site #header.mobile_menu_open .header__bottom {
  background-color: #fff;
  border-top: 1px solid rgba(29, 29, 29, 0.1);
  border-bottom: 1px solid rgba(29, 29, 29, 0.1);
}

.wrapper__site #header.header_static .header__bottom .logo .logo_white,
.wrapper__site #header.active_search .header__bottom .logo .logo_white,
.wrapper__site #header.mobile_menu_open .header__bottom .logo .logo_white {
  opacity: 0;
}

.wrapper__site #header.header_static .header__bottom .logo .logo_black,
.wrapper__site #header.active_search .header__bottom .logo .logo_black,
.wrapper__site #header.mobile_menu_open .header__bottom .logo .logo_black {
  opacity: 1;
}

.wrapper__site #header.header_static .header__bottom .menu_bottom>li>a,
.wrapper__site #header.active_search .header__bottom .menu_bottom>li>a,
.wrapper__site #header.mobile_menu_open .header__bottom .menu_bottom>li>a {
  color: #1D1D1D;
}

.wrapper__site #header.header_static .header__bottom .menu_bottom>li>a:hover,
.wrapper__site #header.header_static .header__bottom .menu_bottom>li>a:active,
.wrapper__site #header.active_search .header__bottom .menu_bottom>li>a:hover,
.wrapper__site #header.active_search .header__bottom .menu_bottom>li>a:active,
.wrapper__site #header.mobile_menu_open .header__bottom .menu_bottom>li>a:hover,
.wrapper__site #header.mobile_menu_open .header__bottom .menu_bottom>li>a:active {
  color: #009B3E;
}

.wrapper__site #header.header_static .header__bottom .menu_bottom>li.active>a,
.wrapper__site #header.active_search .header__bottom .menu_bottom>li.active>a,
.wrapper__site #header.mobile_menu_open .header__bottom .menu_bottom>li.active>a {
  color: #009B3E;
}

.wrapper__site #header.header_static .header__bottom .menu_action .menu_action__links li a,
.wrapper__site #header.active_search .header__bottom .menu_action .menu_action__links li a,
.wrapper__site #header.mobile_menu_open .header__bottom .menu_action .menu_action__links li a {
  color: #1D1D1D;
}

.wrapper__site #header.header_static .header__bottom .menu_action .menu_action__links li a:hover,
.wrapper__site #header.header_static .header__bottom .menu_action .menu_action__links li a:active,
.wrapper__site #header.active_search .header__bottom .menu_action .menu_action__links li a:hover,
.wrapper__site #header.active_search .header__bottom .menu_action .menu_action__links li a:active,
.wrapper__site #header.mobile_menu_open .header__bottom .menu_action .menu_action__links li a:hover,
.wrapper__site #header.mobile_menu_open .header__bottom .menu_action .menu_action__links li a:active {
  color: #009B3E;
}

.wrapper__site #header.header_static .header__bottom .btn_search span,
.wrapper__site #header.active_search .header__bottom .btn_search span,
.wrapper__site #header.mobile_menu_open .header__bottom .btn_search span {
  color: #505357;
}

.wrapper__site #header.header_static .header__bottom .btn_search span.icon_svg,
.wrapper__site #header.active_search .header__bottom .btn_search span.icon_svg,
.wrapper__site #header.mobile_menu_open .header__bottom .btn_search span.icon_svg {
  color: #1D1D1D;
  margin-right: 8px;
  flex-shrink: 0;
}

.wrapper__site #header.header_static .header__bottom .btn_search:hover span,
.wrapper__site #header.header_static .header__bottom .btn_search:active span,
.wrapper__site #header.active_search .header__bottom .btn_search:hover span,
.wrapper__site #header.active_search .header__bottom .btn_search:active span,
.wrapper__site #header.mobile_menu_open .header__bottom .btn_search:hover span,
.wrapper__site #header.mobile_menu_open .header__bottom .btn_search:active span {
  color: #009B3E;
}

.wrapper__site #header.header_static .header__bottom .btn_search:hover span.icon_svg,
.wrapper__site #header.header_static .header__bottom .btn_search:active span.icon_svg,
.wrapper__site #header.active_search .header__bottom .btn_search:hover span.icon_svg,
.wrapper__site #header.active_search .header__bottom .btn_search:active span.icon_svg,
.wrapper__site #header.mobile_menu_open .header__bottom .btn_search:hover span.icon_svg,
.wrapper__site #header.mobile_menu_open .header__bottom .btn_search:active span.icon_svg {
  color: #009B3E;
}

.wrapper__site #header.header_static .header__bottom .btn_mobile_menu .icon_svg,
.wrapper__site #header.active_search .header__bottom .btn_mobile_menu .icon_svg,
.wrapper__site #header.mobile_menu_open .header__bottom .btn_mobile_menu .icon_svg {
  color: #1D1D1D;
}

.wrapper__site #header.active_search .header__bottom .btn_search span {
  color: #009B3E;
}

.wrapper__site #header.active_search .header__bottom .btn_search span.icon_svg {
  color: #009B3E;
}

.wrapper__site #header.active_search .header__bottom .btn_search:hover span,
.wrapper__site #header.active_search .header__bottom .btn_search:active span {
  color: #009B3E;
}

.wrapper__site #header.active_search .header__bottom .btn_search:hover span.icon_svg,
.wrapper__site #header.active_search .header__bottom .btn_search:active span.icon_svg {
  color: #009B3E;
}

.wrapper__site #header.active_search .header__bottom .search_box {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 1251px) {

  .wrapper__site #header .header__inner:hover .header__top,
  .wrapper__site #header.page-header--white .header__inner .header__top {
    background-color: #272B2B;
  }

  .wrapper__site #header .header__inner:hover .header__bottom,
  .wrapper__site #header.page-header--white .header__inner .header__bottom {
    background-color: #fff;
    border-top: 1px solid rgba(29, 29, 29, 0.1);
    border-bottom: 1px solid rgba(29, 29, 29, 0.1);
  }

  .wrapper__site #header .header__inner:hover .header__bottom .logo .logo_white,
  .wrapper__site #header.page-header--white .header__inner .header__bottom .logo .logo_white {
    opacity: 0;
  }

  .wrapper__site #header .header__inner:hover .header__bottom .logo .logo_black,
  .wrapper__site #header.page-header--white .header__inner .header__bottom .logo .logo_black {
    opacity: 1;
  }

  .wrapper__site #header .header__inner:hover .header__bottom .menu_bottom>li>a,
  .wrapper__site #header.page-header--white .header__inner .header__bottom .menu_bottom>li>a {
    color: #1D1D1D;
  }

  .wrapper__site #header .header__inner:hover .header__bottom .menu_bottom>li>a:hover,
  .wrapper__site #header .header__inner:hover .header__bottom .menu_bottom>li>a:active,
  .wrapper__site #header.page-header--white .header__inner .header__bottom .menu_bottom>li>a:hover,
  .wrapper__site #header.page-header--white .header__inner .header__bottom .menu_bottom>li>a:active {
    color: #009B3E;
  }

  .wrapper__site #header .header__inner:hover .header__bottom .menu_bottom>li.active>a,
  .wrapper__site #header.page-header--white .header__inner .header__bottom .menu_bottom>li.active>a {
    color: #009B3E;
  }

  .wrapper__site #header .header__inner:hover .header__bottom .menu_action .menu_action__links li a,
  .wrapper__site #header.page-header--white .header__inner .header__bottom .menu_action .menu_action__links li a {
    position: relative;
    color: #1D1D1D;
  }

  .wrapper__site #header .header__inner:hover .header__bottom .menu_action .menu_action__links li a:hover,
  .wrapper__site #header .header__inner:hover .header__bottom .menu_action .menu_action__links li a:active,
  .wrapper__site #header.page-header--white .header__inner .header__bottom .menu_action .menu_action__links li a:hover,
  .wrapper__site #header.page-header--white .header__inner .header__bottom .menu_action .menu_action__links li a:active {
    color: #009B3E;
  }

  .wrapper__site #header .header__inner:hover .header__bottom .btn_search span,
  .wrapper__site #header.page-header--white .header__inner .header__bottom .btn_search span {
    color: #505357;
  }

  .wrapper__site #header .header__inner:hover .header__bottom .btn_search span.icon_svg,
  .wrapper__site #header.page-header--white .header__inner .header__bottom .btn_search span.icon_svg {
    color: #1D1D1D;
    margin-right: 8px;
    flex-shrink: 0;
  }

  .wrapper__site #header .header__inner:hover .header__bottom .btn_search:hover span,
  .wrapper__site #header .header__inner:hover .header__bottom .btn_search:active span,
  .wrapper__site #header.page-header--white .header__inner .header__bottom .btn_search:hover span,
  .wrapper__site #header.page-header--white .header__inner .header__bottom .btn_search:active span {
    color: #009B3E;
  }

  .wrapper__site #header .header__inner:hover .header__bottom .btn_search:hover span.icon_svg,
  .wrapper__site #header .header__inner:hover .header__bottom .btn_search:active span.icon_svg,
  .wrapper__site #header.page-header--white .header__inner .header__bottom .btn_search:hover span.icon_svg,
  .wrapper__site #header.page-header--white .header__inner .header__bottom .btn_search:active span.icon_svg {
    color: #009B3E;
  }

  .wrapper__site #header .header__inner:hover .header__bottom .btn_mobile_menu .icon_svg,
  .wrapper__site #header.page-header--white .header__inner .header__bottom .btn_mobile_menu .icon_svg {
    color: #1D1D1D;
  }

  .wrapper__site #header .header__inner.on_menu .header__bottom .menu_bottom>li:hover .submenu_wr {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
  }

  .wrapper__site #header .header__inner.on_menu .menu_bg {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
  }
}

@media screen and (max-width: 1250px) {
  .wrapper__site #header {
    transition: all 0.3s ease-in-out;
  }

  .wrapper__site #header .header__inner .inner {
    max-width: 100%;
  }

  .wrapper__site #header .header__top {
    display: none;
  }

  .wrapper__site #header .header__bottom {
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 200 !important;
  }

  .wrapper__site #header.page-header--white .header__bottom {
    background: #FFF;
  }

  .wrapper__site #header .header__bottom .inner {
    position: relative;
    align-items: center;
    height: 96px;
  }

  .wrapper__site #header .header__bottom .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }

  .wrapper__site #header.page-header--white .header__bottom .logo .logo_white {
    opacity: 0;
  }

  .wrapper__site #header.page-header--white .header__bottom .logo .logo_black {
    z-index: 2;
    opacity: 1;
  }

  .wrapper__site #header.page-header--white .header__bottom .menu_action .menu_action__links .icon_svg {
    color: #000;
  }

  .wrapper__site #header .header__bottom .menu_bottom_wr {
    display: none;
  }

  .wrapper__site #header .header__bottom .menu_action {
    padding: 0;
  }

  .wrapper__site #header .header__bottom .btn_search {
    position: absolute;
    left: 96px;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
  }

  .wrapper__site #header.page-header--white .header__bottom .btn_search span.icon_svg {
    color: #000;
  }

  .wrapper__site #header .header__bottom .btn_search span:not(.icon_svg) {
    display: none;
  }

  .wrapper__site #header .header__bottom .search_box {
    border-top: 1px solid rgba(29, 29, 29, 0.1);
  }

  .wrapper__site #header .header__bottom .search_box .inner {
    height: auto;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  }

  .wrapper__site #header .header__bottom .search_box .inner .first {
    padding-top: 10px;
  }

  .wrapper__site #header .header__bottom .search_box .inner .second {
    margin-top: 10px;
    padding-top: 12px;
    padding-bottom: 10px;
  }

  .wrapper__site #header .header__bottom .search_box .inner .three {
    display: none;
  }

  .wrapper__site div.title-search-result>div.first>div>span {
    margin-bottom: 10px;
  }

  .wrapper__site #header .header__bottom .btn_mobile_menu {
    display: block;
    flex-shrink: 0;
  }

  .wrapper__site #header .mobile_menu_box {
    z-index: 100 !important;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0 !important;
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease-in-out;
    display: none;
    opacity: 0;
    padding: 0;
    margin: 0;
    height: 0;
    min-height: 0;
    padding-top: 96px;
    transform: translate(0, -100%);
  }

  .wrapper__site #header .mobile_menu_box .mobile_menu_inner {
    padding: 32px 0;
    overflow: auto;
  }

  .wrapper__site #header .mobile_menu_box .mobile_menu>li {
    margin-bottom: 32px;
    animation: fadeIn;
    animation-timing-function: ease-in-out;
    animation-duration: 0.3s;
  }

  .wrapper__site #header .mobile_menu_box .mobile_menu>li:last-child {
    margin-bottom: 0;
  }

  .wrapper__site #header .mobile_menu_box .mobile_menu>li a {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #1D1D1D;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
  }

  .wrapper__site #header .mobile_menu_box .mobile_menu>li a:hover,
  .wrapper__site #header .mobile_menu_box .mobile_menu>li a:active {
    color: #009B3E;
  }

  .wrapper__site #header .mobile_menu_box .mobile_menu .menu_item_has_submenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .wrapper__site #header .mobile_menu_box .mobile_menu .menu_item_btn {
    cursor: pointer;
    padding-left: 50px;
    box-sizing: content-box;
  }

  .wrapper__site #header .mobile_menu_box .mobile_menu .submenu {
    display: none;
    animation: fadeIn;
    animation-timing-function: ease-in-out;
    animation-duration: 0.3s;
    margin-top: 32px;
  }

  .wrapper__site #header .mobile_menu_box .mobile_menu .submenu li {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .wrapper__site #header .mobile_menu_box .mobile_menu .submenu li:first-child {
    margin-top: 0;
  }

  .wrapper__site #header .mobile_menu_box .mobile_menu .submenu a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .wrapper__site #header .mobile_menu_box .mobile_menu .submenu a .submenu_item__img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    object-position: center;
    flex-shrink: 0;
    margin-right: 16px;
  }

  .wrapper__site #header .mobile_menu_box .mobile_menu .submenu a .submenu_item__img img {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }

  .wrapper__site #header .mobile_menu_box .mobile_menu .menu_item_open .menu_item_has_submenu {
    justify-content: flex-start;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(29, 29, 29, 0.1);
  }

  .wrapper__site #header .mobile_menu_box .mobile_menu .menu_item_open .menu_item_has_submenu a {
    color: #009B3E;
  }

  .wrapper__site #header .mobile_menu_box .mobile_menu .menu_item_open .menu_item_has_submenu .menu_item_btn {
    order: -1;
    transform: scale(-1, 1);
    color: #009B3E;
    margin-right: 8px;
    margin-left: 0;
  }

  .wrapper__site #header .mobile_menu_box .mobile_menu .menu_item_open .submenu {
    display: block;
  }

  .wrapper__site #header .mobile_menu_box .search_box {
    margin-top: 32px;
    animation: fadeIn;
    animation-timing-function: ease-in-out;
    animation-duration: 0.3s;
  }

  .wrapper__site #header .mobile_menu_box .search_box .input_search {
    position: relative;
  }

  .wrapper__site #header .mobile_menu_box .search_box .input_search input {
    width: 100%;
    background: #f5f5f7;
    border-radius: 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #1D1D1D;
    height: 56px;
    padding: 0 16px 0 48px;
  }

  .wrapper__site #header .mobile_menu_box .search_box .input_search input::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    color: #505357;
    font-family: "PT Root UI", sans-serif;
  }

  .wrapper__site #header .mobile_menu_box .search_box .input_search input::-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    color: #505357;
    font-family: "PT Root UI", sans-serif;
  }

  .wrapper__site #header .mobile_menu_box .search_box .input_search input:-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    color: #505357;
    font-family: "PT Root UI", sans-serif;
  }

  .wrapper__site #header .mobile_menu_box .search_box .input_search input:-ms-input-placeholder {
    opacity: 1;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    color: #505357;
    font-family: "PT Root UI", sans-serif;
  }

  .wrapper__site #header .mobile_menu_box .search_box .input_search input:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  .wrapper__site #header .mobile_menu_box .search_box .input_search input:focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  .wrapper__site #header .mobile_menu_box .search_box .input_search input:focus:-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  .wrapper__site #header .mobile_menu_box .search_box .input_search input:focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  .wrapper__site #header .mobile_menu_box .search_box .input_search .btn_input_search {
    position: absolute;
    top: 50%;
    left: 16px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    color: #1D1D1D;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
  }

  .wrapper__site #header .mobile_menu_box .search_box .input_search .btn_input_search:hover,
  .wrapper__site #header .mobile_menu_box .search_box .input_search .btn_input_search:active {
    color: #009B3E;
  }

  .wrapper__site #header .mobile_menu_box .search_box .input_search .btn_input_search input {
    position: relative;
    z-index: 2;
    min-width: 0 !important;
    width: 100%;
    height: 100%;
    max-width: 24px;
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
  }

  .wrapper__site #header .mobile_menu_box .search_box .input_search .btn_input_search span {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .wrapper__site #header .mobile_menu_box .m_hidden {
    display: none;
  }

  .wrapper__site #header .mobile_menu_box.touch .mobile_menu>li a:hover,
  .wrapper__site #header .mobile_menu_box.touch .mobile_menu>li a:active {
    color: #1D1D1D;
  }

  .wrapper__site #header.header_static .header__bottom,
  .wrapper__site #header.mobile_menu_open .header__bottom {
    border-top: none;
  }

  .wrapper__site #header.header_static .header__bottom .btn_mobile_menu .icon_svg,
  .wrapper__site #header.mobile_menu_open .header__bottom .btn_mobile_menu .icon_svg {
    color: #1D1D1D;
  }

  .wrapper__site #header.mobile_menu_open .header__bottom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }

  .wrapper__site #header.mobile_menu_open .header__bottom .btn_mobile_menu .icon_svg {
    color: #1D1D1D;
  }

  .wrapper__site #header.mobile_menu_open .header__bottom .btn_mobile_menu .icon_svg {
    opacity: 0;
    visibility: hidden;
  }

  .wrapper__site #header.mobile_menu_open .header__bottom .btn_mobile_menu .icon_svg.open_menu {
    opacity: 1;
    visibility: visible;
  }

  .wrapper__site #header.mobile_menu_open .mobile_menu_box {
    opacity: 1;
    display: block;
    transform: translate(0, 0);
    height: 100dvh;
    overflow-y: auto;
  }

  .wrapper__site #header.hid_header {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site #header .header__bottom .inner {
    height: 72px;
  }

  .wrapper__site #header .header__bottom .btn_search {
    left: 43px;
  }

  .wrapper__site #header .header__bottom .logo {
    width: 94px;
    height: 35px;
  }

  .wrapper__site #header .header__bottom .menu_action .menu_action__links li {
    margin-right: 16px;
  }

  .wrapper__site #header .header__bottom .menu_action .menu_action__links li:last-child {
    margin-right: 0;
  }

  .wrapper__site #header .mobile_menu_box {
    padding-top: 72px;
  }

  .wrapper__site #header .mobile_menu_box .mobile_menu_inner {
    padding: 32px 0;
    overflow: auto;
  }

  .wrapper__site #header .mobile_menu_box .mobile_menu .submenu {
    margin-top: 24px;
  }

  .wrapper__site #header .mobile_menu_box .mobile_menu .menu_item_open .menu_item_has_submenu {
    padding-bottom: 24px;
  }
}

/*******************bread_crumbs_wr****************/
.wrapper__site .bread_crumbs_wr {
  padding-top: 15px;
}

.wrapper__site #header.page-header--white .bread_crumbs_wr {
  display: none;
}

.wrapper__site .bread_crumbs_wr .bread_crumbs a,
.wrapper__site .bread_crumbs_wr .bread_crumbs span {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}

.wrapper__site .bread_crumbs_wr .bread_crumbs span {
  color: rgba(174, 174, 178, 0.5);
}

.wrapper__site .bread_crumbs_wr .bread_crumbs a {
  position: relative;
  margin-right: 8px;
  padding-right: 18px;
  transition: all 0.3s ease-in-out;
  color: rgba(255, 255, 255, 0.5);
}

.wrapper__site .bread_crumbs_wr .bread_crumbs a:hover,
.wrapper__site .bread_crumbs_wr .bread_crumbs a:active {
  color: white;
}

.wrapper__site .bread_crumbs_wr .bread_crumbs a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 14px;
  background-image: url("/bitrix/templates/new_index/css/../images/icons/arrow_bc_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.5;
}

.wrapper__site .bread_crumbs_wr .bread_crumbs a:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  display: none;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-image: url("/bitrix/templates/new_index/css/../images/icons/arrow_back_ico.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 14px;
  opacity: 0.5;
}

@media screen and (max-width: 1250px) {
  .wrapper__site .bread_crumbs_wr {
    padding-top: 15px;
  }

  .wrapper__site .bread_crumbs_wr .inner {
    padding: 0 48px;
    max-width: 100%;
  }

  .wrapper__site .bread_crumbs_wr .bread_crumbs a {
    display: none;
    margin-right: 0;
    padding-right: 0;
    padding-left: 20px;
  }

  .wrapper__site .bread_crumbs_wr .bread_crumbs a:after {
    display: none;
  }

  .wrapper__site .bread_crumbs_wr .bread_crumbs a:before {
    display: block;
    margin-right: 4px;
    width: 16px;
    height: 16px;
    background-image: url("/bitrix/templates/new_index/css/../images/icons/arrow_back_ico.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px 14px;
    opacity: 0.5;
  }

  .wrapper__site .bread_crumbs_wr .bread_crumbs a:last-of-type {
    display: inline-block;
  }

  .wrapper__site .bread_crumbs_wr .bread_crumbs span {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .bread_crumbs_wr .inner {
    padding: 0 16px;
    max-width: 100%;
  }
}

.wrapper__site #header.header_static .bread_crumbs_wr .bread_crumbs span {
  color: rgba(174, 174, 178, 0.5);
}

.wrapper__site #header.header_static .bread_crumbs_wr .bread_crumbs a {
  position: relative;
  margin-right: 8px;
  padding-right: 18px;
  transition: all 0.3s ease-in-out;
  color: rgba(29, 29, 29, 0.5);
}

.wrapper__site #header.header_static .bread_crumbs_wr .bread_crumbs a:hover,
.wrapper__site #header.header_static .bread_crumbs_wr .bread_crumbs a:active {
  color: #1d1d1d;
}

.wrapper__site #header.header_static .bread_crumbs_wr .bread_crumbs a:after {
  background-image: url("/bitrix/templates/new_index/css/../images/icons/arrow_bc_black.svg");
}

.wrapper__site #header.header_static .bread_crumbs_wr .bread_crumbs a:before {
  background-image: url("/bitrix/templates/new_index/css/../images/icons/arrow_back_ico_black.svg");
}

.wrapper__site #footer {
  position: relative;
  overflow: hidden;
  background-color: #272B2B;
}

.wrapper__site #footer .inner {
  position: relative;
  z-index: 2;
}

.wrapper__site #footer .footer_top {
  position: relative;
  z-index: 5;
  padding: 96px 0 61px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.wrapper__site #footer .footer_top .inner {
  display: grid;
  grid-template-columns: 23.5% 1fr;
  grid-gap: 24px;
}

.wrapper__site #footer .footer_top .inner:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: -8px;
  transform: translate(0, -50%);
  left: -206px;
  width: 584px;
  height: 569px;
  background-repeat: no-repeat;
  background-size: contain;
  object-position: center;
  background-image: url("/bitrix/templates/new_index/css/../images/icons/ellipses_bg/el_sl_1-2-1_header.svg");
  pointer-events: none;
}

.wrapper__site #footer .footer_top .footer_right {
  min-width: 0 !important;
}

.wrapper__site #footer .footer_top .footer_left {
  min-width: 0 !important;
}

.wrapper__site #footer .footer_top .footer_left .logo {
  display: block;
  max-width: 112px;
  height: auto;
}

.wrapper__site #footer .footer_top .footer_left .logo img {
  width: 100%;
  height: auto;
}

.wrapper__site #footer .footer_top .footer_left .contact_wr {
  margin-top: 32px;
}

.wrapper__site #footer .footer_top .footer_left .social {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-bottom: -16px;
}

.wrapper__site #footer .footer_top .footer_left .social li {
  margin-right: 16px;
  margin-bottom: 16px;
}

.wrapper__site #footer .footer_top .footer_left .social .social_link {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #1D1D1D;
}

.wrapper__site #footer .footer_top .footer_left .social .social_link:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 84%;
  height: 106%;
  left: 8%;
  top: -3%;
  background: #FFFFFF;
  transform: rotate(45deg);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.wrapper__site #footer .footer_top .footer_left .social .social_link:hover:after,
.wrapper__site #footer .footer_top .footer_left .social .social_link:active:after {
  background: #009B3E;
}

.wrapper__site #footer .footer_top .footer_left .contact {
  margin-top: 24px;
}

.wrapper__site #footer .footer_top .footer_left .contact a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.wrapper__site #footer .footer_top .footer_left .contact a:hover,
.wrapper__site #footer .footer_top .footer_left .contact a:active {
  color: #009B3E;
}

.wrapper__site #footer .footer_top .footer_menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
  color: #fff;
}

.wrapper__site #footer .footer_top .footer_menu a {
  color: inherit;
  font-weight: inherit;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.wrapper__site #footer a .marker {
  position: absolute;
  left: -11px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: red;
  display: block;
  transform: translate(0, -50%)
}

.wrapper__site #footer .footer_top .footer_menu a:hover,
.wrapper__site #footer .footer_top .footer_menu a:active {
  color: #009B3E;
}

.wrapper__site #footer .footer_top .footer_menu .menu_column {
  min-width: 0 !important;
}

.wrapper__site #footer .footer_top .footer_menu .menu_item {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-top: 24px;
}

.wrapper__site #footer .footer_top .footer_menu .menu_item:first-child {
  margin-top: 0;
}

.wrapper__site #footer .footer_top .footer_menu .menu_item>a,
.wrapper__site #footer .footer_top .footer_menu .menu_item>span {
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
}

.wrapper__site #footer .footer_top .footer_menu .menu_item ul li {
  margin-top: 16px;
}

.wrapper__site #footer .footer_top .footer_mobile_menu {
  display: none;
}

.wrapper__site #footer .footer_bottom {
  position: relative;
  z-index: 4;
  padding: 24px 0 20px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #878787;
}

.wrapper__site #footer .footer_bottom .inner {
  display: grid;
  grid-template-columns: 23.5% 1fr;
  grid-gap: 24px;
}

.wrapper__site #footer .footer_bottom .inner:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: -2px;
  transform: translate(0, -50%);
  right: -660px;
  width: 847px;
  height: 825px;
  background-repeat: no-repeat;
  background-size: contain;
  object-position: center;
  background-image: url("/bitrix/templates/new_index/css/../images/icons/ellipses_bg/el_sl_1-2-1_header.svg");
  pointer-events: none;
}

.wrapper__site #footer .footer_bottom .footer__copy {
  min-width: 0 !important;
  line-height: 30px;
}

.wrapper__site #footer .footer_bottom .footer__links {
  min-width: 0 !important;
}

.wrapper__site #footer .footer_bottom .footer__links .links_list {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
  grid-gap: 24px;
}

.wrapper__site #footer .footer_bottom .footer__links .links_list li {
  display: flex;
  flex-direction: column;
}

.wrapper__site #footer .footer_bottom a {
  color: inherit;
  font-weight: inherit;
  transition: all 0.3s ease-in-out;
  line-height: 30px;
}


.wrapper__site #footer .footer_bottom a:hover,
.wrapper__site #footer .footer_bottom a:active {
  color: #009B3E;
}

@media screen and (max-width: 1250px) {
  .wrapper__site #footer .footer_top {
    padding: 96px 0 48px 0;
  }

  .wrapper__site #footer .footer_top .inner {
    display: block;
    grid-gap: 0;
  }

  .wrapper__site #footer .footer_top .inner:after {
    top: -155px;
    left: -182px;
  }

  .wrapper__site #footer .footer_top .footer_left {
    display: flex;
    justify-content: space-between;
  }

  .wrapper__site #footer .footer_top .footer_left .contact_wr {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .wrapper__site #footer .footer_top .footer_left .contact {
    margin-top: 14px;
  }

  .wrapper__site #footer .footer_top .footer_menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;
    color: #fff;
    margin-top: 48px;
  }

  .wrapper__site #footer .footer_top .footer_menu .menu_item {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-top: 24px;
  }

  .wrapper__site #footer .footer_top .footer_menu .menu_item:first-child {
    margin-top: 0;
  }

  .wrapper__site #footer .footer_top .footer_menu .menu_item>a {
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
  }

  .wrapper__site #footer .footer_top .footer_menu .menu_item ul li {
    margin-top: 16px;
  }

  .wrapper__site #footer .footer_bottom {
    padding: 32px 0 48px 0;
  }

  .wrapper__site #footer .footer_bottom .inner {
    display: block;
  }

  .wrapper__site #footer .footer_bottom .inner:after {
    top: -132px;
    right: -696px;
  }

  .wrapper__site #footer .footer_bottom .footer__links {
    grid-gap: 0;
    margin-top: 32px;
  }

  .wrapper__site #footer .footer_bottom .footer__links .links_list {
    display: block;
    grid-gap: 0;
  }

  .wrapper__site #footer .footer_bottom .footer__links .links_list li {
    margin-bottom: 5px;
  }

  .wrapper__site #footer .footer_bottom .footer__links .links_list li:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site #footer .footer_top {
    padding: 55px 0 0 0;
    border-bottom: none;
  }

  .wrapper__site #footer .footer_top .inner:after {
    top: -169px;
    left: -368px;
  }

  .wrapper__site #footer .footer_top .footer_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .wrapper__site #footer .footer_top .footer_left .contact_wr {
    margin-top: 34px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .wrapper__site #footer .footer_top .footer_left .social {
    margin-right: -24px;
    margin-bottom: -24px;
  }

  .wrapper__site #footer .footer_top .footer_left .social li {
    margin-right: 24px;
    margin-bottom: 24px;
  }

  .wrapper__site #footer .footer_top .footer_left .contact {
    display: none;
  }

  .wrapper__site #footer .footer_top .footer_menu {
    display: none;
  }

  .wrapper__site #footer .footer_top .footer_mobile_menu {
    margin-top: 42px;
    display: block;
  }

  .wrapper__site #footer .footer_top .footer_mobile_menu>li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .wrapper__site #footer .footer_top .footer_mobile_menu>li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .wrapper__site #footer .footer_top .footer_mobile_menu>li>a,
  .wrapper__site #footer .footer_top .footer_mobile_menu>li .item_title a {
    padding: 16px 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
  }

  .wrapper__site #footer .footer_top .footer_mobile_menu>li>a {
    display: block;
  }

  .wrapper__site #footer .footer_top .footer_mobile_menu>li .item_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .wrapper__site #footer .footer_top .footer_mobile_menu>li .item_title .btn_open {
    position: relative;
    width: 24px;
    height: 24px;
    transition: all 0.3s ease-in-out;
  }

  .wrapper__site #footer .footer_top .footer_mobile_menu>li .item_title .btn_open:after,
  .wrapper__site #footer .footer_top .footer_mobile_menu>li .item_title .btn_open:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    transform: translate(-50%, -50%);
    background-color: #505357;
    transition: all 0.3s ease-in-out;
  }

  .wrapper__site #footer .footer_top .footer_mobile_menu>li .item_title .btn_open:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .wrapper__site #footer .footer_top .footer_mobile_menu>li .submenu {
    display: none;
    padding-bottom: 32px;
  }

  .wrapper__site #footer .footer_top .footer_mobile_menu>li .submenu>li {
    padding-bottom: 24px;
  }

  .wrapper__site #footer .footer_top .footer_mobile_menu>li .submenu>li:last-child {
    padding-bottom: 0;
  }

  .wrapper__site #footer .footer_top .footer_mobile_menu>li .submenu a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    position: relative;
  }

  .wrapper__site #footer .footer_top .footer_mobile_menu li.open_menu .item_title .btn_open {
    transform: rotate(45deg);
  }

  .wrapper__site #footer .footer_top .footer_mobile_menu li.open_menu .item_title .btn_open:after,
  .wrapper__site #footer .footer_top .footer_mobile_menu li.open_menu .item_title .btn_open:before {
    background-color: #fff;
  }

  .wrapper__site #footer .footer_bottom {
    padding: 24px 0 48px 0;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }

  .wrapper__site #footer .footer_bottom .inner:after {
    top: 145px;
    right: -696px;
  }

  .wrapper__site #footer .footer_bottom .footer__links {
    min-width: 0 !important;
    grid-gap: 0;
    margin-top: 32px;
  }
}

/*********************************************************cookies_confirm*******************************************************/
.cookies_confirm_overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 10000;
  opacity: 0;
}

.cookies_confirm_overlay .arcticmodal-overlay {
  background-color: rgba(29, 29, 29, 0.6) !important;
}

.cookies_confirm {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
  padding: 20px 0;
  background: #FFF;
  transform: translate(0, 100%);
  transition: all 0.6s ease-in-out;
  box-shadow: 0 0 10px rgba(125, 125, 125, 0.5);
}

.cookies_confirm.open {
  transform: translate(0, 0);
}

.cookies_confirm .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cookies_confirm .info {
  max-width: 900px;
  padding-right: 50px;
}

.cookies_confirm .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2em;
}

.cookies_confirm .text {
  margin: 10px 0 0 0;
  font-size: 14px;
}

@media (max-width: 700px) {
  .cookies_confirm .flex {
    display: block;
  }

  .cookies_confirm .btn {
    margin-top: 15px;
  }
}

/*********************************************************main_slider*******************************************************/
.wrapper__site #main .main_slider {
  position: relative;
  overflow: hidden;
  background: #000;
}

.wrapper__site #main .main_slider .swiper-slide {
  height: auto;
}

.wrapper__site #main .main_slider .slide {
  position: relative;
  z-index: 10;
  padding: 250px 0 170px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}

.wrapper__site #main .main_slider .slide .inner {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.wrapper__site #main .main_slider .slide .slide__content {
  position: relative;
  z-index: 1;
  max-width: 600px;
}

.wrapper__site #main .main_slider .slide .erid {
  position: absolute;
  bottom: -32px;
  right: 0;
  z-index: 1;
  color: #FFF;
  font-size: 12px;
  font-weight: 300;
}

@media (max-width:1250px) {
  .wrapper__site #main .main_slider .slide .erid {
    right: 16px;
    left: 16px;
    bottom: -45px;
    text-align: center;

  }
}

.wrapper__site #main .main_slider .slide .slide__content .title_h1 {
  color: #fff;
}

.wrapper__site #main .main_slider .slide .slide__content .subtitle {
  color: #fff;
  margin-top: 28px;
}

.wrapper__site #main .main_slider .slide .slide__content .btn {
  margin-top: 40px;
}

.wrapper__site #main .main_slider .slide__content_style_2 .btn {
  color: #009B3E;
  background-color: #fff;
}

.wrapper__site #main .main_slider .slide .slide__content .btn:hover,
.wrapper__site #main .main_slider .slide .slide__content .btn:active {
  transform: scale(1.05);
}

.wrapper__site #main .main_slider .slide .slide__content .sale {
  position: absolute;
  z-index: 2;
  left: 198px;
  bottom: -84px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  width: 135px;
  min-height: 131px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 35px 15px 20px 15px;
}

.wrapper__site #main .main_slider .slide .slide__content .sale span {
  display: block;
  font-size: 36px;
}

.wrapper__site #main .main_slider .slide .slide__content .sale .oval_sm {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper__site #main .main_slider .slide .slide__img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper__site #main .main_slider .slide .slide__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wrapper__site #main .main_slider .slide .slide__img_mask:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
}

.wrapper__site #main .main_slider .slide .slide__img_mask:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 254px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
}

.wrapper__site #main .main_slider .slide__content_style_1 .orbite_right {
  z-index: -1;
  position: absolute;
  top: 52%;
  transform: translate(-50%, -50%);
  left: 126px;
  width: 469px;
  height: 458px;
}

.wrapper__site #main .main_slider .slide__content_style_1 .oval_big,
.wrapper__site #main .main_slider .slide__content_style_1 .orbite_left {
  display: none;
}


.wrapper__site #main .main_slider .slide__content_style_2 .oval_big {
  z-index: -1;
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
  left: 164px;
  width: 469px;
  height: 458px;
}

.wrapper__site #main .main_slider .slide__content_style_2 .orbite_left {
  z-index: -1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 148px;
  width: 556px;
  height: 542px;
}

.wrapper__site #main .main_slider .slide__content_style_2 .orbite_right {
  display: none;
}

.wrapper__site #main .main_slider .slide__content_style_2 .btn:hover,
.wrapper__site #main .main_slider .slide__content_style_2 .btn:active {
  color: #009B3E;
  background-color: #fff;
  transform: scale(1.05);
}

.wrapper__site #main .main_slider .slider_nav {
  position: absolute;
  z-index: 20;
  left: 0;
  bottom: 46px;
  width: 100%;
}

.wrapper__site #main .main_slider .slider_nav .inner {
  display: flex;
  align-items: center;
}

.wrapper__site #main .main_slider .slider_nav .swiper-pagination-fraction {
  color: #fff;
}

.wrapper__site #main .main_slider .slider_nav .btn_prev,
.wrapper__site #main .main_slider .slider_nav .btn_next {
  color: rgba(255, 255, 255, 0.7);
}

.wrapper__site #main .main_slider .slider_nav .btn_prev:hover,
.wrapper__site #main .main_slider .slider_nav .btn_prev:active,
.wrapper__site #main .main_slider .slider_nav .btn_next:hover,
.wrapper__site #main .main_slider .slider_nav .btn_next:active {
  color: #fff;
}

.wrapper__site #main .main_slider.slider_full_screen .slide {
  min-height: 100vh;
  padding: 190px 0;
}

.wrapper__site #main .main_slider.slider_full_screen .slide .slide__content .sale {
  left: 220px;
  bottom: -98px;
  font-size: 12px;
  width: 151px;
  min-height: 147px;
  padding: 45px 25px 20px 25px;
}

@media (min-width: 1251px) and (min-height: 770px) {
  .wrapper__site #main .main_slider.slider_full_screen .slide .slide__content.slide__content_style_1 .sale {
    bottom: -98px;
    left: 279px;
  }
}

.wrapper__site #main .main_slider.slider_full_screen .slide .slide__content .sale span {
  font-size: 40px;
}

.wrapper__site #main .main_slider.slider_full_screen .slide__content_style_1 .orbite_right {
  top: 40%;
  left: 187px;
  width: 615px;
  height: 600px;
}

.wrapper__site #main .main_slider.slider_full_screen .slide__content_style_2 .oval_big {
  top: 40%;
  left: 168px;
  width: 517px;
  height: 505px;
}

.wrapper__site #main .main_slider.slider_full_screen .slide__content_style_2 .orbite_left {
  left: 156px;
  width: 615px;
  height: 600px;
}

@media screen and (min-width: 1251px) and (max-height: 770px) {
  .wrapper__site #main .main_slider .slide {
    padding: 190px 0 120px;
    min-height: 100vh;
  }

  .wrapper__site #main .main_slider .slide .slide__content .sale {
    left: 170px;
  }

  .wrapper__site #main .main_slider .slide__content_style_1 .orbite_right {
    top: 52%;
    transform: translate(0, -50%);
    left: -108px;
    width: 469px;
    height: 458px;
  }

  .wrapper__site #main .main_slider .slide__content_style_2 .oval_big {
    top: 45%;
    transform: translate(-50%, -50%);
    left: 160px;
    width: 420px;
    height: 410px;
  }

  .wrapper__site #main .main_slider .slide__content_style_2 .orbite_left {
    top: 55%;
    transform: translate(-50%, -50%);
    left: 140px;
    width: 500px;
    height: 488px;
  }

  .wrapper__site #main .main_slider.slider_full_screen .slide {
    min-height: 100vh;
    padding: 190px 0 80px;
  }

  .wrapper__site #main .main_slider.slider_full_screen .slide .slide__content_style_1 .orbite_right {
    top: 45%;
    transform: translate(0, -50%);
    left: -80px;
    width: 469px;
    height: 458px;
  }

  .wrapper__site #main .main_slider.slider_full_screen .slide .slide__content_style_2 .oval_big {
    top: 45%;
    transform: translate(-50%, -50%);
    left: 160px;
    width: 420px;
    height: 410px;
  }

  .wrapper__site #main .main_slider.slider_full_screen .slide .slide__content_style_2 .orbite_left {
    top: 55%;
    transform: translate(-50%, -50%);
    left: 140px;
    width: 500px;
    height: 488px;
  }
}

@media screen and (max-width: 1250px) {
  .wrapper__site #main .main_slider .slide .inner {
    align-items: center;
  }

  .wrapper__site #main .main_slider .slide .slide__content {
    text-align: center;
  }

  .wrapper__site #main .main_slider .slide .slide__content .title_h1 {
    color: #fff;
  }

  .wrapper__site #main .main_slider .slide .slide__content .subtitle {
    color: #fff;
    margin-top: 28px;
  }

  .wrapper__site #main .main_slider .slide .slide__content .btn {
    margin-top: 40px;
  }

  .wrapper__site #main .main_slider .slide .slide__content .sale {
    left: calc(50% + 100px);
  }

  .wrapper__site #main .main_slider .slide__content_style_1 .orbite_right {
    content: "";
    z-index: -1;
    position: absolute;
    top: 40%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 469px;
    height: 458px;
  }

  .wrapper__site #main .main_slider .slide__content_style_2 .oval_big {
    top: 40%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 469px;
    height: 458px;
  }

  .wrapper__site #main .main_slider .slide__content_style_2 .orbite_left {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 45%;
    width: 556px;
    height: 542px;
  }

  .wrapper__site #main .main_slider .slider_nav .inner {
    justify-content: center;
  }

  .wrapper__site #main .main_slider .slider_nav .slider_btn_wr {
    display: none;
  }

  .wrapper__site #main .main_slider.slider_full_screen .slide {
    padding: 160px 0 160px;
  }

  .wrapper__site #main .main_slider.slider_full_screen .slide .slide__content .sale {
    left: calc(50% + 100px);
  }

  .wrapper__site #main .main_slider.slider_full_screen .slide__content_style_1 .orbite_right {
    top: 40%;
    left: 50%;
    width: 615px;
    height: 600px;
  }

  .wrapper__site #main .main_slider.slider_full_screen .slide__content_style_2 .oval_big {
    top: 40%;
    left: 50%;
  }

  .wrapper__site #main .main_slider.slider_full_screen .slide__content_style_2 .orbite_left {
    top: 50%;
    left: 45%;
    width: 615px;
    height: 600px;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site #main .main_slider .slide .slide__content {
    text-align: center;
  }

  .wrapper__site #main .main_slider .slide .slide__content .subtitle {
    margin-top: 8px;
  }

  .wrapper__site #main .main_slider .slide .slide__content .btn {
    margin-top: 28px;
  }

  .wrapper__site #main .main_slider .slider_nav {
    bottom: 24px;
  }

  .wrapper__site #main .main_slider .slider_nav .inner {
    justify-content: center;
  }

  .wrapper__site #main .main_slider .slider_nav .slider_btn_wr {
    display: none;
  }

  .wrapper__site #main .main_slider .slide,
  .wrapper__site #main .main_slider.slider_full_screen .slide {
    min-height: 480px;
    padding: 140px 0 90px;
  }

  .wrapper__site #main .main_slider .slide .slide__content .sale,
  .wrapper__site #main .main_slider.slider_full_screen .slide .slide__content .sale {
    bottom: -18px;
    left: calc(50% + 90px);
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    width: 84px;
    min-height: 82px;
    padding: 24px 12px 20px 12px;
  }

  .wrapper__site #main .main_slider .slide .slide__content .sale span,
  .wrapper__site #main .main_slider.slider_full_screen .slide .slide__content .sale span {
    display: block;
    font-size: 18px;
  }

  .wrapper__site #main .main_slider .slide__content_style_1 .orbite_right,
  .wrapper__site #main .main_slider.slider_full_screen .slide__content_style_1 .orbite_right {
    top: 40%;
    left: 50%;
    width: 346px;
    height: 337px;
  }

  .wrapper__site #main .main_slider .slide__content_style_2 .oval_big,
  .wrapper__site #main .main_slider.slider_full_screen .slide__content_style_2 .oval_big {
    top: 40%;
    left: 50%;
    width: 291px;
    height: 284px;
  }

  .wrapper__site #main .main_slider .slide__content_style_2 .orbite_left,
  .wrapper__site #main .main_slider.slider_full_screen .slide__content_style_2 .orbite_left {
    top: 50%;
    left: 45%;
    width: 346px;
    height: 337px;
  }
}

/*********************************************************section_title_page********************************************************/
.wrapper__site .section_title_page {
  position: relative;
  padding-top: 230px;
  padding-bottom: 96px;
  overflow: hidden;
  background-color: #1D1D1D;
}

.wrapper__site .section_title_page .inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

.wrapper__site .section_title_page .title_h1,
.wrapper__site .section_title_page .title_h1_s,
.wrapper__site .section_title_page .title_h2,
.wrapper__site .section_title_page .title_h3,
.wrapper__site .section_title_page .subtitle,
.wrapper__site .section_title_page .date {
  color: #fff;
}

.wrapper__site .section_title_page .subtitle {
  margin-top: 24px;
}

.wrapper__site .section_title_page .date {
  margin-top: 16px;
}

.wrapper__site .section_title_page .bg_img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper__site .section_title_page .bg_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wrapper__site .section_title_page.title_page_style_1 .inner:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 152px;
  transform: translate(0, -50%);
  right: -247px;
  width: 915px;
  height: 893px;
  background-repeat: no-repeat;
  background-size: contain;
  object-position: center;
  background-image: url("/bitrix/templates/new_index/css/../images/icons/ellipses_bg/el_sl_1-2-1_header.svg");
  pointer-events: none;
}

.wrapper__site .section_title_page.title_page_style_1 .inner:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 436px;
  transform: translate(0, -50%);
  left: -600px;
  width: 615px;
  height: 800px;
  background-repeat: no-repeat;
  background-size: contain;
  object-position: center;
  background-image: url("/bitrix/templates/new_index/css/../images/icons/ellipses_bg/el_sl_1-2-1_header.svg");
  pointer-events: none;
}

.wrapper__site .section_title_page.title_page_style_2 .inner:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 92px;
  transform: translate(0, -50%);
  right: -840px;
  width: 915px;
  height: 893px;
  background-repeat: no-repeat;
  background-size: contain;
  object-position: center;
  background-image: url("/bitrix/templates/new_index/css/../images/icons/ellipses_bg/el_sl_1-2-1_header.svg");
  pointer-events: none;
}

.wrapper__site .section_title_page.title_page_style_2 .inner:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 436px;
  transform: translate(0, -50%);
  left: -600px;
  width: 615px;
  height: 800px;
  background-repeat: no-repeat;
  background-size: contain;
  object-position: center;
  background-image: url("/bitrix/templates/new_index/css/../images/icons/ellipses_bg/el_sl_1-2-1_header.svg");
  pointer-events: none;
}

.wrapper__site .section_title_page.title_page_style_3 .inner:after,
.wrapper__site .section_title_page.title_page_style_4 .inner:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 256px;
  transform: translate(-50%, -50%) rotate(45deg);
  left: -110px;
  width: 569px;
  height: 718px;
  border: 1px solid #009B3E;
  border-radius: 50%;
  pointer-events: none;
}

.wrapper__site .section_title_page.title_page_style_collection .inner:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 69%;
  transform: translate(-50%, -50%);
  left: 146px;
  width: 510px;
  height: 499px;
  background-repeat: no-repeat;
  background-size: contain;
  object-position: center;
  background-image: url("/bitrix/templates/new_index/css/../images/icons/ellipses_bg/el_sl_1-2-1_header.svg");
}

.wrapper__site .section_title_page.title_page_full_screen {
  padding-top: 230px;
  padding-bottom: 175px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wrapper__site .section_title_page.title_inner_page {
  padding-top: 254px;
  padding-bottom: 96px;
}

.wrapper__site .section_title_page.title_page_service {
  padding-top: 206px;
  padding-bottom: 48px;
}

.wrapper__site .section_title_page.title_page_service .service_phone {
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  color: #fff;
  margin-top: 24px;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .section_title_page.title_page_service .page_service_head_desc {
  font-size: 16px;
  line-height: 1em;
  color: #fff;
  margin-top: 24px;
}

.wrapper__site .section_title_page.title_page_service a.service_phone:hover,
.wrapper__site .section_title_page.title_page_service a.service_phone:active {
  color: #009B3E;
}

.wrapper__site .section_title_page.title_page_service .search_box {
  width: 100%;
  margin-top: 48px;
  margin-bottom: 0;
}

.wrapper__site .section_title_page.title_page_service .search_box .input_search {
  position: relative;
}

.wrapper__site .section_title_page.title_page_service .search_box .input_search select {
  width: 100%;
}

.wrapper__site .section_title_page.title_page_service .search_box .input_search input::-webkit-input-placeholder {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #505357;
  font-family: "PT Root UI", sans-serif;
}

.wrapper__site .section_title_page.title_page_service .search_box .input_search input::-moz-placeholder {
  opacity: 0.5;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #505357;
  font-family: "PT Root UI", sans-serif;
}

.wrapper__site .section_title_page.title_page_service .search_box .input_search input:-moz-placeholder {
  opacity: 0.5;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #505357;
  font-family: "PT Root UI", sans-serif;
}

.wrapper__site .section_title_page.title_page_service .search_box .input_search input:-ms-input-placeholder {
  opacity: 0.5;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #505357;
  font-family: "PT Root UI", sans-serif;
}

.wrapper__site .section_title_page.title_page_service .search_box .input_search input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.wrapper__site .section_title_page.title_page_service .search_box .input_search input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.wrapper__site .section_title_page.title_page_service .search_box .input_search input:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.wrapper__site .section_title_page.title_page_service .search_box .input_search input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.wrapper__site .section_title_page.title_page_service .search_box .input_search .btn_input_search {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  color: #1D1D1D;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.wrapper__site .section_title_page.title_page_service .search_box .input_search .btn_input_search:hover,
.wrapper__site .section_title_page.title_page_service .search_box .input_search .btn_input_search:active {
  color: #009B3E;
}

.wrapper__site .section_title_page.title_page_service .search_box .input_search .btn_input_search input {
  position: relative;
  z-index: 2;
  min-width: 0 !important;
  width: 100%;
  height: 100%;
  max-width: 24px;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.wrapper__site .section_title_page.title_page_service .search_box .input_search .btn_input_search span {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper__site .section_title_page.title_page_service_style .inner:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 305px;
  transform: translate(-50%, -50%) rotate(45deg);
  left: -110px;
  width: 569px;
  height: 718px;
  border: 1px solid #009B3E;
  border-radius: 50%;
  pointer-events: none;
}

.wrapper__site .section_title_page.title_page_blog {
  padding-top: 390px;
  padding-bottom: 68px;
}

.wrapper__site .section_title_page.title_page_blog .inner {
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 1250px) {
  .wrapper__site .section_title_page {
    padding-top: 270px;
    padding-bottom: 48px;
  }

  .wrapper__site .section_title_page.title_page_style_1 .inner:after,
  .wrapper__site .section_title_page.title_page_style_2 .inner:after {
    display: none;
  }

  .wrapper__site .section_title_page.title_page_style_1 .inner:before,
  .wrapper__site .section_title_page.title_page_style_2 .inner:before {
    display: none;
  }

  .wrapper__site .section_title_page.title_page_service_style .inner:after {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_title_page .subtitle {
    margin-top: 16px;
  }

  .wrapper__site .section_title_page.title_page_style_3 .inner:after {
    top: 212px;
    left: -142px;
  }

  .wrapper__site .section_title_page.title_page_style_4 .inner:after {
    top: 260px;
    left: 10px;
  }

  .wrapper__site .section_title_page,
  .wrapper__site .section_title_page.title_page_full_screen {
    padding-top: 270px;
    padding-bottom: 32px;
    min-height: 0;
  }

  .wrapper__site .section_title_page.title_page_service {
    padding-top: 196px;
  }

  .wrapper__site .section_title_page.title_page_service .service_phone {
    font-size: 24px;
    line-height: 32px;
  }

  .wrapper__site .section_title_page.title_page_service .search_box {
    margin-top: 24px;
  }

  .wrapper__site .section_title_page.title_page_style_collection .inner:after {
    display: none;
  }

  .wrapper__site .section_title_page.title_inner_page {
    padding-top: 304px;
    padding-bottom: 48px;
  }

  .wrapper__site .section_title_page.title_page_blog {
    padding-top: 256px;
    padding-bottom: 48px;
  }

  .wrapper__site .section_title_page.title_page_blog .inner {
    align-items: flex-start;
    text-align: left;
  }

  .wrapper__site .section_title_page.title_page_blog_style .inner:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 290px;
    transform: translate(-50%, -50%) rotate(45deg);
    left: 0;
    width: 569px;
    height: 718px;
    border: 1px solid #009B3E;
    border-radius: 50%;
    pointer-events: none;
  }
}

@media screen and (max-width: 450px) {
  .wrapper__site .section_title_page.title_page_service .service_phone {
    font-size: 18px;
    line-height: 1em;
  }
}

.wrapper__site .section_support {
  margin: 40px 0;
}

.wrapper__site .section_support .textarea_wr {
  margin-bottom: 24px;
}

.wrapper__site .section_support .textarea_wr textarea {
  width: 100%;
  height: 156px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 16px;
  border-radius: 16px;
  background: #F5F5F7;
  color: #1D1D1D;
  resize: none;
  display: block;
}

/*********************************************************section_collections*******************************************************/
.wrapper__site .section_collections {
  margin-top: 96px;
  margin-bottom: 96px;
}

.wrapper__site .section_collections .btn_wr {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.wrapper__site .section_collections_all {
  margin-top: 48px;
  margin-bottom: 96px;
}



.wrapper__site .collections {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  margin-top: 24px;
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_collections {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .wrapper__site .section_collections .title_wr {
    margin-bottom: 24px;
  }

  .wrapper__site .section_collections .btn_wr {
    margin-top: 32px;
  }

  .wrapper__site .section_collections_all {
    margin-top: 24px;
    margin-bottom: 48px;
  }

  .wrapper__site .section_collections_all .title_wr {
    margin-bottom: 16px;
  }

  .wrapper__site .collections {
    grid-template-columns: 1fr;
    grid-gap: 16px;
    margin-top: 16px;
  }
}

.wrapper__site .inner_menu {
  overflow: visible;
  margin-bottom: 48px;
}

.wrapper__site .inner_menu:not(.swipe_slider) {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
}

.wrapper__site .inner_menu:not(.swipe_slider) .btn_close {
  display: none;
}

.wrapper__site .inner_menu.swipe_slider li {
  width: auto;
  margin-right: 16px;
}

.wrapper__site .inner_menu.swipe_slider li:last-child {
  margin-right: 0;
}

.wrapper__site .inner_menu.swipe_slider .swiper-slide {
  width: auto;
}

.wrapper__site .inner_menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 24px;
  background: #009B3E;
  border-radius: 24px !important;
  cursor: pointer;
  color: #000000;
  border: 1px solid rgba(29, 29, 29, 0.1);
  background-color: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .inner_menu a:hover,
.wrapper__site .inner_menu a:active {
  transform: scale(1);
  border: 1px solid #009B3E;
}

.wrapper__site .inner_menu .active a {
  color: #fff;
  background-color: #009B3E;
}

@media screen and (max-width: 700px) {
  .wrapper__site .inner_menu.swipe_slider {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 1250px) {
  .wrapper__site .inner_menu:not(.swipe_slider) {
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-right: 0;
    margin-bottom: 0;
    background-color: #fff;
    padding: 48px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, -100%);
    transition: all 0.3s ease-in-out;
  }

  .wrapper__site .inner_menu:not(.swipe_slider).inner_menu_mobile_open {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
  }

  .wrapper__site .inner_menu:not(.swipe_slider) .btn_close {
    display: block;
    position: absolute;
    top: 12px;
    right: 16px;
  }
}

.wrapper__site .collection_card {
  position: relative;
  min-height: 410px;
  border-radius: 24px;
  overflow: hidden;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px 33px;
  min-width: 0 !important;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.wrapper__site .collection_card__title {
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
}

.wrapper__site .collection_card__subtitle {
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-top: 8px;
}

.wrapper__site .collection_card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper__site .collection_card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .collection_card__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.wrapper__site .collection_card:not(.no_hover):hover .collection_card__img img {
  transform: scale(1.05);
}

@media screen and (max-width: 1250px) {
  .wrapper__site .collection_card {
    min-height: 440px;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .collection_card {
    min-height: 400px;
    padding: 24px;
  }

  .wrapper__site .collection_card__title {
    font-size: 40px;
    line-height: 48px;
  }

  .wrapper__site .collection_card__subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}

/*********************************************************section_new_products*******************************************************/
.wrapper__site .product_card {
  position: relative;
  padding: 24px 14px;
  min-width: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wrapper__site .product_card:hover .product_name {
  color: #009B3E;
}

.wrapper__site .product_card:hover .frame_icon {
  opacity: 1;
  visibility: visible;
}

.wrapper__site .product_card:hover .product_card__action {
  opacity: 1;
  visibility: visible;
}

.wrapper__site .product_card__img {
  position: relative;
  padding-top: 28px;
  margin-bottom: 34px;
}

.wrapper__site .product_card__img .product_img {
  display: block;
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.wrapper__site .product_card__img .product_img .text_label {
  position: absolute;
  left: 0;
  top: 1px;
  height: 22px;
  z-index: 2;
  color: #FFF;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DF398D;
  padding: 0px 10px;
  font-size: 15px;
}

@media (max-width:768px) {
  .wrapper__site .product_card__img .product_img .text_label {
    height: 17px;
    padding: 0px 8px;
    font-size: 14px;
  }
}

.wrapper__site .product_card__img .product_img.new::before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 12px;
  width: 100px;
  height: 22px;
  background: url(/bitrix/templates/new_index/css/../images/new.svg) no-repeat;
  background-size: contain;
  z-index: 2;
}

@media (max-width:768px) {
  .wrapper__site .product_card__img .product_img::before {
    width: 75px !important;
    height: 17px !important;
  }
}

.product_img a {
  display: block;
  width: 100%;
  height: 100%;
}


.wrapper__site .product_card__img .product_img.stock::before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 12px;
  width: 100px;
  height: 22px;
  background: url(/bitrix/templates/new_index/css/../images/stock.svg) no-repeat;
  background-size: contain;
  z-index: 2;
}

.wrapper__site .product_card__img .product_img.archive::before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 12px;
  width: 100px;
  height: 22px;
  background: url(/bitrix/templates/new_index/css/../images/archive.svg) no-repeat;
  background-size: contain;
  z-index: 2;
}

.wrapper__site .product_single_card__left .product_card__img .product_img.new::before,
.wrapper__site .product_single_card__left .product_card__img .product_img.stock::before {
  top: 12px;
  left: 12px;
}

.wrapper__site .section_productions_single .product_single_card__left .product_name_wr .label_new {
  width: 92px;
  height: 20px;
  background: url(/bitrix/templates/new_index/css/../images/new.svg) no-repeat;
  margin: 0 0 7px 0;
}

.wrapper__site .section_productions_single .product_single_card__left .product_name_wr .label_stock {
  width: 92px;
  height: 20px;
  background: url(/bitrix/templates/new_index/css/../images/stock.svg) no-repeat;
  margin: 0 0 7px 0;
}

.wrapper__site .section_productions_single .product_single_card__left .product_name_wr .label_archive {
  width: 92px;
  height: 20px;
  background: url(/bitrix/templates/new_index/css/../images/archive.svg) no-repeat;
  margin: 0 0 7px 0;
}

.wrapper__site .product_card__img .product_img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.wrapper__site .product_card__img .product_img img.interior {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .3s ease;
  z-index: 3;
}

.wrapper__site .product_card__img:hover .product_img img.interior {
  opacity: 1;
}

.wrapper__site .product_card__img .product_img img.interior+img {
  position: relative;
  z-index: 1;
  transition: opacity .3s ease;
}

.wrapper__site .product_card__img:hover .product_img img.interior+img {
  opacity: 0;
}


.wrapper__site .product_card__img .product_img iframe {
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper__site .product_card .frame_icon {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  color: #1D1D1D;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .product_card .frame_icon .icon_rotate {
  width: 14px;
  height: 10px;
}

.wrapper__site .product_card__bottom {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 10px;
}

.wrapper__site .product_card .product_coll {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #B8B8B9;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .product_card .product_name {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1D1D1D;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .product_card .product_name:hover,
.wrapper__site .product_card .product_name:active {
  color: #009B3E;
}

.wrapper__site .product_card .product_price {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #1D1D1D;
}

.wrapper__site .product_card .product_price .current-price {
  padding-right: 20px;
}

.wrapper__site .product_card__action_wr {
  margin-top: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapper__site .product_card__color {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -3px -4px -3px;
}

.wrapper__site .product_card__color .color {
  position: relative;
  display: block;
  margin: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-size: cover;
  background-position: center center;
}

.wrapper__site .product_card__color .color.white {
  border: solid 1px #000;
}

.wrapper__site .product_card__color .color.current_color {
  border: 2px solid #fff;
}

.wrapper__site .product_card__color .color.current_color:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #009B3E;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .product_card__action {
  display: flex;

  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .product_card__action .btn_action_compare {
  margin-left: 16px;
}

.wrapper__site a.product_coll:hover,
.wrapper__site a.product_coll:active {
  color: #1D1D1D;
}

@media screen and (max-width: 1250px) {
  .wrapper__site .product_card {
    position: relative;
    padding: 24px 10px;
  }

  .wrapper__site .product_card__img {
    padding-top: 17px;
    margin-bottom: 24px;
  }

  .wrapper__site .product_card__img .product_img {
    height: 207px;
  }

  .wrapper__site .product_card .frame_icon {
    opacity: 1;
    visibility: visible;
  }

  .wrapper__site .product_card .product_card__action {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .product_card {
    position: relative;
    padding: 0;
  }

  .wrapper__site .product_card__img {
    padding-top: 0;
    margin-bottom: 0;
  }

  .wrapper__site .section_productions .productions .product_card .product_card__img {
    margin-bottom: 0;
  }

  .wrapper__site .product_card__img .product_img {
    height: auto;
  }

  .wrapper__site .product_card__info {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .wrapper__site .section_productions .productions .product_card .product_card__action_wr {
    margin-top: auto !important;
  }

  .wrapper__site .product_card .frame_icon {
    top: 8px;
  }

  .wrapper__site .product_card__bottom {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
  }

  .wrapper__site .product_card .product_price {
    font-size: 18px;
  }

  .wrapper__site .product_card__action_wr {
    margin-top: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .wrapper__site .product_card__color {
    margin: 0px -7px -8px -7px;
  }

  .wrapper__site .product_card__color .color {
    margin: 8px;
  }

  .wrapper__site .product_card__action {
    margin-top: 12px;
    margin-left: 0;
  }

  .wrapper__site .product_card__action .btn_action_compare {
    order: -1;
    margin-left: 0;
    margin-right: 16px;
  }
}

.wrapper__site .section_new_products {
  margin-top: 96px;
  margin-bottom: 96px;
}

.wrapper__site .section_new_products .products_slider_wr {
  position: relative;
}

.wrapper__site .section_new_products .products_slider_wr .swiper-slide {
  height: auto;
}

.wrapper__site .section_new_products .products_slider_wr .slider_nav {
  position: absolute;
  top: -62px;
  right: 0;
}

@media screen and (max-width: 1250px) {
  .wrapper__site .section_new_products .products_slider_wr .slider_nav {
    margin-top: 32px;
    position: relative;
    top: 0 !important;
    right: 0;
    display: flex;
    justify-content: center;
  }

  .wrapper__site .section_new_products .products_slider_wr .slider_nav .slider_btn_wr {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_new_products {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .wrapper__site .section_new_products .title_wr {
    margin-bottom: 8px;
  }

  .wrapper__site .section_new_products .products_slider_wr .slider_nav {
    margin-top: 24px;
  }
}


.wrapper__site .products_slider_wr.inspiration {
  padding-top: 48px;
}

@media screen and (max-width: 700px) {
  .wrapper__site .products_slider_wr.inspiration {
    padding-top: 16px;
  }
}

/***************************************************section_questionnaire*******************************************************/
.wrapper__site .section_questionnaire {
  margin-top: 96px;
  margin-bottom: 96px;
}

.wrapper__site .section_questionnaire .questionnaire {
  position: relative;
  min-height: 464px;
  background: #505357;
  border-radius: 24px;
  overflow: hidden;
  padding: 96px 104px;
  justify-content: space-between;
  color: #fff;
  display: none;
}

.wrapper__site .section_questionnaire .questionnaire.active {
  display: flex;
}

.wrapper__site .section_questionnaire .questionnaire:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: url("/bitrix/templates/new_index/css/../images/icons/ellipses_bg/el_opinion-1_mp.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
}

.wrapper__site .section_questionnaire .questionnaire:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: url("/bitrix/templates/new_index/css/../images/icons/ellipses_bg/el_opinion-2_mp.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
}

.wrapper__site .section_questionnaire .questionnaire .bg_img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper__site .section_questionnaire .questionnaire .bg_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
}

.wrapper__site .section_questionnaire .questionnaire .bg_img:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.32) 0%, rgba(80, 83, 87, 0.8) 94.98%);
}

.wrapper__site .section_questionnaire .questionnaire .question_wr {
  position: relative;
  z-index: 5;
  width: calc(47% - 47px);
}

.wrapper__site .section_questionnaire .questionnaire .q_progress {
  position: relative;
  width: 183px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.wrapper__site .section_questionnaire .questionnaire .q_progress .progress {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  transform: translate(-50%, -50%);
  height: 2px;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.15);
}

.wrapper__site .section_questionnaire .questionnaire .q_progress .progress__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 100%;
  background-color: #009B3E;
}

.wrapper__site .section_questionnaire .questionnaire .question {
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
}

.wrapper__site .section_questionnaire .questionnaire .answer {
  position: relative;
  z-index: 5;
  width: calc(53% - 47px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wrapper__site .section_questionnaire .questionnaire .answer .answer_radio_box {
  margin-bottom: 24px;
}

.wrapper__site .section_questionnaire .questionnaire .answer .answer_radio_box .answer_radio {
  margin-bottom: 16px;
}

.wrapper__site .section_questionnaire .questionnaire .answer .answer_radio_box .answer_radio:last-child {
  margin-bottom: 0;
}

.wrapper__site .section_questionnaire .questionnaire .answer .answer_radio_box .answer_radio label>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 0px;
  height: 0px;
}

.wrapper__site .section_questionnaire .questionnaire .answer .answer_radio_box .answer_radio label>span {
  width: 100%;
  cursor: pointer;
  padding: 6px 20px;
  position: relative;
  display: flex;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border: 2px solid transparent;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .section_questionnaire .questionnaire .answer .answer_radio_box .answer_radio label>span:hover {
  border: 2px solid transparent;
  background: rgba(255, 255, 255, 0.3);
}

.wrapper__site .section_questionnaire .questionnaire .answer .answer_radio_box .answer_radio label>span .num {
  display: inline-block;
  margin-right: 8px;
  min-width: 16px;
  flex-shrink: 0;
}

.wrapper__site .section_questionnaire .questionnaire .answer .answer_radio_box .answer_radio label>input.error+span {
  border: 2px solid #FF0000;
}

.wrapper__site .section_questionnaire .questionnaire .answer .answer_radio_box .answer_radio label>input:checked+span {
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid #009B3E;
}

.wrapper__site .section_questionnaire .questionnaire .answer .input_wr,
.wrapper__site .section_questionnaire .questionnaire .answer .textarea_wr {
  margin-bottom: 33px;
}

.wrapper__site .section_questionnaire .questionnaire .answer .checkbox_wr {
  margin-bottom: 40px;
}

.wrapper__site .section_questionnaire .questionnaire .answer .p_slider_wr {
  margin-bottom: 52px;
}

.wrapper__site .section_questionnaire .q_complete {
  align-items: center;
}

.wrapper__site .section_questionnaire .q_complete .q_progress {
  display: none;
}

@media screen and (max-width: 1250px) {
  .wrapper__site .section_questionnaire .questionnaire {
    min-height: 331px;
    padding: 92px 32px 48px 32px;
    flex-direction: column;
  }

  .wrapper__site .section_questionnaire .questionnaire:after,
  .wrapper__site .section_questionnaire .questionnaire:before {
    display: none;
  }

  .wrapper__site .section_questionnaire .questionnaire .bg_img img {
    object-fit: cover;
    object-position: center;
  }

  .wrapper__site .section_questionnaire .questionnaire .question_wr {
    width: 100%;
    margin-bottom: 48px;
  }

  .wrapper__site .section_questionnaire .questionnaire .answer {
    width: 100%;
  }

  .wrapper__site .section_questionnaire .questionnaire .answer .answer_radio_box {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_questionnaire {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .wrapper__site .section_questionnaire .questionnaire {
    padding: 48px 24px 32px 24px;
    flex-direction: column;
  }

  .wrapper__site .section_questionnaire .questionnaire:after,
  .wrapper__site .section_questionnaire .questionnaire:before {
    display: none;
  }

  .wrapper__site .section_questionnaire .questionnaire .question_wr {
    margin-bottom: 24px;
  }

  .wrapper__site .section_questionnaire .questionnaire .question {
    font-size: 24px;
    line-height: 32px;
  }

  .wrapper__site .section_questionnaire .questionnaire .answer .answer_radio_box,
  .wrapper__site .section_questionnaire .questionnaire .answer .input_wr,
  .wrapper__site .section_questionnaire .questionnaire .answer .checkbox_wr,
  .wrapper__site .section_questionnaire .questionnaire .answer .textarea_wr {
    margin-bottom: 24px;
  }

  .wrapper__site .section_questionnaire .questionnaire .answer .p_slider_wr {
    margin-bottom: 34px;
  }

  .wrapper__site .section_questionnaire .questionnaire .answer .btn {
    width: 100%;
  }
}

/***************************************************section_projects*******************************************************/
.wrapper__site .section_projects {
  margin-top: 96px;
  margin-bottom: 96px;
}

.wrapper__site .section_projects .projects_slider_wr {
  position: relative;
}

.wrapper__site .section_projects .projects_slider_wr .swiper-slide {
  height: auto;
}

.wrapper__site .section_projects .projects_slider_wr .slider_nav {
  position: absolute;
  top: -62px;
  right: 0;
}

.wrapper__site .section_projects .btn_wr {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.wrapper__site .section_projects.projects_inspiration .title_wr {
  margin-bottom: 40px;
}

.wrapper__site .section_projects.projects_inspiration .projects_slider_wr .slider_nav {
  top: -75px;
}

@media screen and (max-width: 1250px) {
  .wrapper__site .section_projects .projects_slider_wr .slider_nav {
    margin-top: 32px;
    position: relative;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
  }

  .wrapper__site .section_projects .projects_slider_wr .slider_nav .slider_btn_wr {
    display: none;
  }

  .wrapper__site .section_projects.projects_inspiration .projects_slider_wr .slider_nav {
    top: 0;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_projects {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .wrapper__site .section_projects .projects_slider_wr .slider_nav {
    margin-top: 24px;
  }

  .wrapper__site .section_projects .btn_wr {
    margin-top: 24px;
  }

  .wrapper__site .section_projects.projects_inspiration .title_wr {
    margin-bottom: 24px;
  }
}

.wrapper__site .project_card {
  position: relative;
  min-height: 410px;
  border-radius: 24px;
  overflow: hidden;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  min-width: 0 !important;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.wrapper__site .project_card__title {
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
}

.wrapper__site .project_card__subtitle {
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

.wrapper__site .project_card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .project_card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wrapper__site .project_card__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.wrapper__site .project_card__img.light:after {
  display: none
}

.wrapper__site .project_card:hover .project_card__img {
  transform: scale(1.05);
}

@media screen and (max-width: 700px) {
  .wrapper__site .project_card {
    padding: 32px 24px;
  }

  .wrapper__site .project_card__subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}

/***************************************************section_banner*******************************************************/
.wrapper__site .section_banner {
  padding: 96px 0 96px 0;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.wrapper__site .section_banner .inner {
  position: relative;
  z-index: 1;
}

.wrapper__site .section_banner .banner_content {
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  max-width: 494px;
}

.wrapper__site .section_banner .banner_content p {
  margin-top: 16px;
}

.wrapper__site .section_banner .banner_content .bg_content {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 188px;
  transform: translate(-50%, -50%);
  width: 700px;
  height: auto;
}

.wrapper__site .section_banner .banner_content .bg_content img {
  width: 100%;
  height: auto;
}

.wrapper__site .section_banner .title_h2 {
  color: #fff;
}

.wrapper__site .section_banner .btn_ell,
.wrapper__site .section_banner .btn {
  margin-top: 40px;
}

.wrapper__site .section_banner .bg_img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper__site .section_banner .bg_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wrapper__site .section_banner .bg_img:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

@media screen and (max-width: 1250px) {
  .wrapper__site .section_banner {
    padding: 48px 0 48px 0;
    min-height: 738px;
    justify-content: flex-end;
  }

  .wrapper__site .section_banner .banner_content {
    max-width: 330px;
  }

  .wrapper__site .section_banner .banner_content .bg_content {
    position: absolute;
    z-index: -1;
    top: -116px;
    right: -160px;
    left: auto;
    width: 900px;
    transform: translate(0) rotate(180deg);
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_banner {
    min-height: 644px;
    justify-content: flex-end;
  }

  .wrapper__site .section_banner .banner_content {
    max-width: 100%;
    font-size: 18px;
    line-height: 24px;
  }

  .wrapper__site .section_banner .banner_content p {
    margin-top: 8px;
  }

  .wrapper__site .section_banner .banner_content .bg_content {
    position: absolute;
    z-index: -1;
    top: -125px;
    right: -181px;
    left: auto;
    width: 900px;
    transform: translate(0) rotate(183deg);
  }

  .wrapper__site .section_banner .btn_ell,
  .wrapper__site .section_banner .btn {
    margin-top: 24px;
  }
}

/***************************************************section_link*******************************************************/
.wrapper__site .section_link {
  margin-top: 96px;
  margin-bottom: 96px;
}

.wrapper__site .section_link .links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_link {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .wrapper__site .section_link .links {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}

.wrapper__site .link_card {
  position: relative;
  min-height: 410px;
  border-radius: 24px;
  padding: 32px;
  overflow: hidden;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0 !important;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.wrapper__site .link_card:hover .link_card__img,
.wrapper__site .link_card:active .link_card__img {
  transform: scale(1.05);
}

.wrapper__site .link_card:hover .btn_ell:after,
.wrapper__site .link_card:active .btn_ell:after {
  transform: rotate(45deg) scale(1.1);
}

.wrapper__site .link_card__title {
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
}

.wrapper__site .link_card__subtitle {
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.wrapper__site .link_card .btn_ell,
.wrapper__site .link_card .btn {
  margin-top: 24px;
}

.wrapper__site .link_card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .link_card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wrapper__site .link_card__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

@media screen and (max-width: 1250px) {
  .wrapper__site .link_card {
    min-height: 440px;
  }

  .wrapper__site .link_card__title {
    font-size: 32px;
    line-height: 40px;
  }

  .wrapper__site .link_card__subtitle {
    margin-top: 8px;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .link_card {
    padding: 24px;
    min-height: 400px;
  }
}

@media screen and (max-width: 350px) {
  .wrapper__site .link_card__title {
    font-size: 28px;
    line-height: 1.25;
  }
}

/***************************************************section_articles*******************************************************/
.wrapper__site .section_articles {
  margin-top: 96px;
  margin-bottom: 96px;
}

.wrapper__site .section_articles .articles {
  position: relative;
}

.wrapper__site .section_articles .articles .btn_wr {
  position: absolute;
  top: -88px;
  right: 0;
  display: flex;
  justify-content: center;
}

.wrapper__site .section_articles .articles_list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
}

@media screen and (max-width: 1250px) {
  .wrapper__site .section_articles {
    margin-bottom: 66px;
  }

  .wrapper__site .section_articles .articles .btn_wr {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 48px;
  }

  .wrapper__site .section_articles .articles_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
  }

  .wrapper__site .section_articles .articles_list .article_card:last-child {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_articles {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .wrapper__site .section_articles .articles_list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}

.wrapper__site .article_card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 0 !important;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.wrapper__site .article_card__img {
  display: block;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.wrapper__site .article_card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .article_card__info {
  padding: 32px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #F5F5F7;
}

.wrapper__site .article_card__title {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  min-height: 58px;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .article_card__date {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #505357;
  margin-top: 16px;
}

.wrapper__site a.article_card:hover .article_card__img img {
  transform: scale(1.05);
}

.wrapper__site a.article_card:hover .article_card__title {
  color: #009B3E;
}

@media screen and (max-width: 1250px) {
  .wrapper__site .article_card__img {
    height: 282px;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .article_card__img {
    height: 258px;
  }

  .wrapper__site .article_card__info {
    padding: 24px;
  }
}

@media screen and (max-width: 350px) {
  .wrapper__site .article_card__title {
    font-size: 22px;
  }
}

/**************************************************section_productions**************************************************/
.wrapper__site .section_productions {
  margin-top: 48px;
  margin-bottom: 96px;
}

.wrapper__site .section_productions .title_wr {
  margin-bottom: 40px;
}

.wrapper__site .section_productions .multifilter {
  display: flex;
  margin-bottom: 24px;
}

.wrapper__site .section_productions .products_sort {
  margin-right: 16px;
}

.wrapper__site .section_productions .products_sort .select .select_btn {
  background-color: #009B3E;
  border: 1px solid #009B3E;
  color: #fff;
}

.wrapper__site .section_productions .products_sort .select .select_btn:after {
  opacity: 1;
  border-top: 4px solid #fff;
}

.wrapper__site .section_productions .products_sort .select .dropdown_wr {
  min-width: 100%;
}

.wrapper__site .section_productions .filter_wr .filter_inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-bottom: -16px;
}

.wrapper__site .section_productions .filter_wr .filter {
  position: relative;
  z-index: 5;
  margin-right: 16px;
  margin-bottom: 16px;
}

.wrapper__site .section_productions .filter_wr .filter.hide_on_desktop {
  display: none;
}


.wrapper__site .section_productions .filter_wr .filter:hover .filter_btn {
  border: 1px solid #009B3E;
}

.wrapper__site .section_productions .filter_wr .filter.active .filter_btn {
  border: 1px solid #009B3E;
}

.wrapper__site .section_productions .filter_wr .filter .filter_btn {
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 16px 0 16px;
  border: 1px solid rgba(29, 29, 29, 0.1);
  border-radius: 24px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .section_productions .filter_wr .filter .filter_btn.disabled {
  color: #a7a5a5;
  cursor: initial;
  border-color: rgba(29, 29, 29, 0.1) !important;
}

.wrapper__site .section_productions .filter_wr .filter .filter_btn:after {
  content: "";
  position: relative;
  top: 1px;
  margin-left: 8px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #1D1D1D;
  opacity: 0.6;
  border-radius: 0.5px;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .section_productions .filter_wr .filter .filter_btn.clear {
  background: #F5F5F7;
  border-color: #F5F5F7;
}

.wrapper__site .section_productions .filter_wr .filter .filter_btn.clear:after {
  content: "+";
  transform: rotate(45deg);
  border: none;
  font-size: 24px;
  opacity: 1;
  width: 14px;
  height: 14px;
  top: -2px;
  right: -4px;
}

.wrapper__site .filter_inner_active {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 25px;
  margin-top: 8px;
}

@media (max-width: 700px) {
  .wrapper__site .filter_inner_active {
    padding-bottom: 24px;
  }
}

.wrapper__site .filter_inner_active:not(.has_items) {
  display: none;
}

.wrapper__site .filter_inner_active .swiper-slide {
  width: auto;
  margin-right: 16px;
}

.wrapper__site .filter_inner_active .swiper-slide:last-child {
  margin-right: 0;
}

.wrapper__site .filter_inner_active_item {
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 8px 0 16px;
  border: 1px solid #F5F5F7;
  border-radius: 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.3s ease-in-out;
  background: #F5F5F7;
  color: #1D1D1D;
  white-space: nowrap;
}

.wrapper__site .filter_inner_active_item a {
  background: #FFF;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #1D1D1D;
  position: relative;
  margin-left: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  border: none;
  font-size: 24px;
  opacity: 1;
}

.wrapper__site .section_productions .filter_wr .filter .filter_btn.submit {
  background: #009B3E;
  color: #FFF;
}

.wrapper__site .section_productions .filter_wr .filter .filter_btn.submit:after {
  display: none;
}

.wrapper__site .section_productions .filter_wr .filter .dropdown_wr {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  padding-top: 8px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  min-width: 100%;
}

.wrapper__site .section_productions .filter_wr .filter .dropdown_wr .dropdown {
  min-width: 240px;
  padding: 16px 0;
  background-color: #fff;
  border-radius: 24px;
  border: 1px solid rgba(29, 29, 29, 0.1);
  overflow: hidden;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #1D1D1D;
}

.wrapper__site .section_productions .filter_wr .filter .dropdown_wr .dropdown li {
  margin-bottom: 16px;
}

.wrapper__site .section_productions .filter_wr .filter .dropdown_wr .dropdown li:last-child {
  margin-bottom: 0;
}

.wrapper__site .section_productions .filter_wr .filter .filter__list {
  max-height: 280px;
  overflow: auto;
  padding: 0 16px 0 16px;
}

.wrapper__site .section_productions .filter_wr .filter .filter__list li {
  position: relative;
  z-index: 2;
}

.wrapper__site .section_productions .filter_wr .filter .filter__list li label>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  width: 14px;
  height: 14px;
}

.wrapper__site .section_productions .filter_wr .filter .filter__list li label>span {
  position: relative;
  display: block;
  padding-left: 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background: none !important;
}

.wrapper__site .section_productions .filter_wr .filter .filter__list li label>span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #009B3E;
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 10px;
  border-radius: 4px;
}

.wrapper__site .section_productions .filter_wr .filter .filter__list li label>span:hover {
  color: #009B3E;
}

.wrapper__site .section_productions .filter_wr .filter .filter__list li label>input:checked+span::before {
  background-color: #009B3E;
  background-image: url("/bitrix/templates/new_index/css/../images/icons/check_ico.svg");
}

.wrapper__site .section_productions .filter_wr .filter .filter__list li label input:disabled+span {
  color: #8b8b8b;
}

.wrapper__site .section_productions .filter_wr .filter .filter__list li label input:disabled+span::before {
  border-color: #8b8b8b;
}

.wrapper__site .section_productions .filter_wr .filter .filter__list {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.05);
}

.wrapper__site .section_productions .filter_wr .filter .filter__list::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

.wrapper__site .section_productions .filter_wr .filter .filter__list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}

.wrapper__site .section_productions .filter_wr .filter .filter__list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  border: 0;
}

.wrapper__site .section_productions .filter_wr .filter .filter_input_price {
  padding: 0 16px 0 16px;
  display: flex;
  justify-content: space-between;
}

.wrapper__site .section_productions .filter_wr .filter .filter_input_price .input_wr {
  width: calc(50% - 4px);
}

.wrapper__site .section_productions .filter_wr .filter .filter_input_price .input_wr input {
  height: 40px;
  border: 1px solid rgba(29, 29, 29, 0.1);
}

.wrapper__site .section_productions .filter_wr .filter .filter__action {
  padding: 16px 16px 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(29, 29, 29, 0.1);
}

.wrapper__site .section_productions .filter_wr .filter .filter__action .btn {
  min-height: 40px;
  height: 40px;
}

.wrapper__site .section_productions .filter_wr .filter .filter__action .btn:hover,
.wrapper__site .section_productions .filter_wr .filter .filter__action .btn:active {
  transform: scale(1);
  background-color: #fff;
  color: #009B3E;
}

.wrapper__site .section_productions .filter_wr .filter .filter__action .btn.btn_disabled:hover,
.wrapper__site .section_productions .filter_wr .filter .filter__action .btn.btn_disabled:active {
  background-color: #009B3E;
  color: #fff;
}

.wrapper__site .section_productions .filter_wr .filter.filter_open {
  z-index: 10;
}

.wrapper__site .section_productions .filter_wr .filter.filter_open .filter_btn {
  border: 1px solid #009B3E;
}

.wrapper__site .section_productions .filter_wr .filter.filter_open .filter_btn:after {
  transform: rotate(-180deg);
}

.wrapper__site .section_productions .filter_wr .filter.filter_open .dropdown_wr {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wrapper__site .section_productions .filter_wr .btn_close {
  display: none;
}

.wrapper__site .section_productions .filter_wr .btn_wr_total {
  display: none;
}

.wrapper__site .section_productions .btn_filter_mobile,
.wrapper__site .section_productions .btn_inner_menu_mobile {
  display: none;
}

.wrapper__site .section_productions .productions {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 24px;
}

.wrapper__site .section_productions .btn_wr {
  display: flex;
  justify-content: center;
  margin-top: 76px;
}

.wrapper__site .section_productions .navigation {
  margin-top: 57px;
}

.wrapper__site .section_productions .navigation .btn_wr {
  margin-top: 0;
}

@media screen and (max-width: 1250px) {
  .wrapper__site .section_productions .multifilter {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -16px;
    margin-left: -8px;
    margin-right: -8px;
  }

  .wrapper__site .section_productions .multifilter .products_sort,
  .wrapper__site .section_productions .multifilter .btn_filter_mobile {
    margin-top: 16px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .wrapper__site .section_productions .btn_filter_mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 40px;
    padding: 0 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    background: #F5F5F7;
    border-radius: 24px;
    border: 1px solid #F5F5F7;
  }

  .wrapper__site .section_productions .btn_inner_menu_mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 40px;
    padding: 0 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    background: #fff;
    border-radius: 24px;
    border: 1px solid rgba(29, 29, 29, 0.1);
    margin-bottom: 24px;
    width: 156px;
  }

  .wrapper__site .section_productions .btn_filter_mobile .icon_svg,
  .wrapper__site .section_productions .btn_inner_menu_mobile .icon_svg {
    margin-left: 8px;
  }

  .wrapper__site .section_productions .filter_wr {
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-right: 0;
    margin-bottom: 0;
    background-color: #fff;
    padding: 48px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, -100%);
    transition: all 0.3s ease-in-out;
  }

  .wrapper__site .section_productions .filter_wr .filter_inner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-right: 0;
    margin-bottom: 0;
  }

  .wrapper__site .section_productions .filter_wr .filter {
    margin-right: 0;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(29, 29, 29, 0.1);
  }

  .wrapper__site .section_productions .filter_wr .filter:hover .filter_btn {
    border: 1px solid transparent;
  }

  .wrapper__site .section_productions .filter_wr .filter .filter_btn {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 56px;
    height: auto;
    padding: 0 32px 0 0;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 18px;
    line-height: 1.5;
  }

  .wrapper__site .section_productions .filter_wr .filter .filter_btn:after {
    position: absolute;
    top: 50%;
    right: 10px;
  }

  .wrapper__site .section_productions .filter_wr .filter .filter_btn.clear {
    padding-left: 16px;
    margin-left: -16px;
    margin-right: -16px;
    margin-top: -1px;
    margin-bottom: -2px;
  }

  .wrapper__site .section_productions .filter_wr .filter .filter_btn.clear:after {
    position: absolute;
    top: 11px;
    right: 13px;
  }

  .wrapper__site .section_productions .filter_wr .filter.hide_on_desktop {
    display: block;
  }

  .wrapper__site .section_productions .filter_wr .filter .filter_btn.submit {
    padding-left: 16px;
    margin-left: -16px;
    margin-right: -16px;
    margin-top: -1px;
    margin-bottom: -2px;
  }

  .wrapper__site .section_productions .filter_wr .filter .dropdown_wr {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    min-width: 100%;
    padding-top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: none;
  }

  .wrapper__site .section_productions .filter_wr .filter .dropdown_wr .dropdown {
    min-width: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 0;
    border: none;
    font-size: 18px;
    line-height: 24px;
  }

  .wrapper__site .section_productions .filter_wr .filter .dropdown_wr .dropdown li {
    margin-bottom: 24px;
  }

  .wrapper__site .section_productions .filter_wr .filter .dropdown_wr .dropdown li:last-child {
    margin-bottom: 0;
  }

  .wrapper__site .section_productions .filter_wr .filter .filter__list {
    max-height: none;
    overflow: auto;
    padding: 0 0 16px 0;
  }

  .wrapper__site .section_productions .filter_wr .filter .filter_input_price {
    padding: 0 0 16px 0;
    display: flex;
    justify-content: space-between;
  }

  .wrapper__site .section_productions .filter_wr .filter .filter_input_price .input_wr {
    width: calc(50% - 4px);
  }

  .wrapper__site .section_productions .filter_wr .filter .filter_input_price .input_wr input {
    height: 40px;
    border: 1px solid rgba(29, 29, 29, 0.1);
  }

  .wrapper__site .section_productions .filter_wr .filter .filter__action {
    display: none;
  }

  .wrapper__site .section_productions .filter_wr .filter.filter_open .filter_btn {
    border: 1px solid transparent;
  }

  .wrapper__site .section_productions .filter_wr .btn_close {
    display: block;
    position: absolute;
    top: 12px;
    right: 48px;
  }

  .wrapper__site .section_productions .filter_wr .btn_wr_total {
    margin-top: 24px;
    display: flex;
    justify-content: center;
  }

  .wrapper__site .section_productions .filter_wr .btn_wr_total .btn {
    height: 48px;
    min-height: 48px;
    border-radius: 24px;
  }

  .wrapper__site .section_productions .filter_wr .btn_wr_total .btn:hover,
  .wrapper__site .section_productions .filter_wr .btn_wr_total .btn:active {
    transform: scale(1);
  }

  .wrapper__site .section_productions .filter_wr.filter_mobile_open {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
  }

  .wrapper__site .section_productions .productions {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;
  }

  .wrapper__site .section_productions .navigation {
    margin-top: 48px;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_productions {
    margin-top: 24px;
    margin-bottom: 48px;
  }

  .wrapper__site .section_productions .title_wr {
    margin-bottom: 24px;
  }

  .wrapper__site .section_productions .filter_wr {
    padding: 48px 16px 32px 16px;
  }

  .wrapper__site .section_productions .filter_wr .filter .filter__list {
    max-height: none;
    overflow: auto;
    padding: 0 0 16px 0;
  }

  .wrapper__site .section_productions .filter_wr .btn_close {
    top: 12px;
    right: 16px;
  }

  .wrapper__site .section_productions .productions {
    display: block;
    grid-gap: 0;
    border-top: 1px solid rgba(29, 29, 29, 0.1);
  }

  .wrapper__site .section_productions .productions .product_card {
    padding: 24px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid rgba(29, 29, 29, 0.1);
  }

  .wrapper__site .section_productions .productions .product_card.border_mobile_top {
    border-bottom: none;
    border-top: 1px solid rgba(29, 29, 29, 0.1);
  }

  .wrapper__site .section_productions .productions .product_card.border_mobile_top:first-child {
    border-top: none;
  }

  .wrapper__site .section_productions .productions .product_card .product_card__img {
    display: flex;
    flex-direction: column;
  }

  .wrapper__site .section_productions .productions .product_card .product_card__img .product_img {
    flex-grow: 1;
  }

  .wrapper__site .section_productions .productions .product_card .product_card__img,
  .wrapper__site .section_productions .productions .product_card .product_card__bottom {
    width: calc(50% - 8px);
    max-width: calc(50% - 8px);
  }

  .wrapper__site .section_productions .productions .product_card .frame_icon {
    top: auto;
    bottom: 0;
  }

  .wrapper__site .section_productions .productions .product_card .product_card__action_wr {
    margin-top: 24px;
  }

  .wrapper__site .section_productions .btn_wr {
    margin-top: 32px;
  }

  .wrapper__site .section_productions .navigation {
    margin-top: 32px;
  }
}

/**************************************************section_productions_single**************************************************/
.wrapper__site .section_productions_single {
  margin-top: 48px;
  margin-bottom: 48px;
  overflow: hidden;
}

.wrapper__site .section_productions_single .product_single_card {
  position: relative;
  padding-top: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.wrapper__site .section_productions_single .product_single_card__left {
  position: relative;
  width: calc(100% - 330px);
  display: flex;
  justify-content: space-between;
}

.wrapper__site .section_productions_single .product_single_card__left .product_single__about {
  width: 380px;
  margin-right: 24px;
  padding-top: 11px;
}

.wrapper__site .section_productions_single .product_single_card__left .product_card__img {
  position: relative;
  flex-grow: 1;
  padding-top: 0;
  margin-bottom: 0;
}

.wrapper__site .section_productions_single .product_single_card__left .product_card__img .product_img {
  position: relative;
  aspect-ratio: 1;
  height: auto;
  flex-grow: 1;
}

.wrapper__site .section_productions_single .product_single_card__left .product_card__img .product_img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.wrapper__site .section_productions_single .product_single_card__left .product_card__img .product_img iframe {
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper__site .section_productions_single .product_single_card__left .product_name_wr {
  margin-bottom: 29px;
}

.wrapper__site .section_productions_single .product_single_card__left .product_name_wr .article_num {
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
}

.wrapper__site .section_productions_single .product_single_card__left .product_name_wr .product_name {
  font-size: 16px;
  line-height: 24px;
  color: #1D1D1D;
  font-weight: 700;
}

.wrapper__site .section_productions_single .product_single_card__left .product_card__color,
.wrapper__site .section_promo_product .product_card__color {
  margin: -8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -16px -14px 0 0;
}

.wrapper__site .section_promo_product .product_card__color {
  margin-bottom: 34px;
}

.wrapper__site .section_productions_single .product_single_card__left .product_card__color .color,
.wrapper__site .section_promo_product .product_card__color .color {
  position: relative;
  display: block;
  margin: 16px 16px 0 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: 2px solid #fff;
  background-size: cover;
  background-position: center center;
}

.wrapper__site .section_productions_single .product_single_card__left .product_card__color .color.white:not(.current_color)::after,
.wrapper__site .section_promo_product .product_card__color .color.white:not(.current_color)::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #000;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .section_productions_single .product_single_card__left .product_card__color .color.current_color:before,
.wrapper__site .section_promo_product .product_card__color .color.current_color:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #009B3E;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .section_productions_single .product_single_card__left .product_specifications {
  margin-top: 24px;
}

.wrapper__site .section_productions_single .product_single_card__left .product_specifications a {
  font-size: 16px;
  line-height: 24px;
  color: #009B3E;
}

.wrapper__site .section_productions_single .product_single_card__left .product_specifications a.open_tab {
  display: block;
  margin-bottom: 8px;
}

.wrapper__site .section_productions_single .product_single_card__left .product_specifications .product_attributes {
  margin-bottom: 24px;
}

.wrapper__site .section_productions_single .product_single_card__left .product_specifications .product_attributes li {
  margin-bottom: 16px;
}

.wrapper__site .section_productions_single .product_single_card__left .product_specifications .product_attributes li:last-child {
  margin-bottom: 0;
}

.wrapper__site .section_productions_single .product_single_card__right {
  position: relative;
  width: 288px;
  max-width: 288px;
  margin-left: 42px;
  padding-top: 11px;
}

.wrapper__site .section_productions_single .product_single_card__right .price_wr {
  overflow: hidden;
  margin-bottom: 24px;
}

.wrapper__site .section_productions_single .product_single_card__right .price_wr .price_caption {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.5);
}

.wrapper__site .section_productions_single .product_single_card__right .price_wr .product_price {
  font-weight: bold;
  font-size: 34px;
  line-height: 48px;
  color: #1D1D1D;
  display: flex;
  justify-content: space-between;
}

.wrapper__site .section_productions_single .product_single_card__right .card_action .btn {
  width: 100%;
}

.wrapper__site .section_productions_single .product_single_card__right .card_action .btn:hover,
.wrapper__site .section_productions_single .product_single_card__right .card_action .btn:active {
  color: #009B3E;
  background-color: #fff;
  transform: scale(1);
}

.wrapper__site .section_productions_single .product_single_card__right .card_action .btn_white,
.wrapper__site .section_productions_single .product_single_card__right .card_action .btn_transparent {
  margin-top: 16px;
}

.wrapper__site .section_productions_single .product_single_card__right .card_action .btn_white:hover,
.wrapper__site .section_productions_single .product_single_card__right .card_action .btn_white:active,
.wrapper__site .section_productions_single .product_single_card__right .card_action .btn_transparent:hover,
.wrapper__site .section_productions_single .product_single_card__right .card_action .btn_transparent:active {
  color: #fff;
  background-color: #009B3E;
  transform: scale(1);
}

.wrapper__site .section_productions_single .product_single_card__right .btn_action_wr {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-bottom: -10px;
  position: absolute;
  top: -74px;
  left: 0;
}

.wrapper__site .section_productions_single .product_single_card__right .btn_action_wr .btn_action_fav,
.wrapper__site .section_productions_single .product_single_card__right .btn_action_wr .btn_action_compare {
  color: #009B3E;
  margin-right: 30px;
  margin-bottom: 10px;
}

.wrapper__site .section_productions_single .product_single_card .frame_icon {
  display: none;
  position: absolute;
  bottom: -55px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  cursor: auto;
  transition: all 0.3s ease-in-out;
  color: #1D1D1D;
}

.wrapper__site .section_productions_single .product_single_card .frame_icon:after {
  content: "";
  position: absolute;
  width: 84%;
  height: 106%;
  left: 8%;
  top: -3%;
  border: 1px solid #009B3E;
  background-color: #fff;
  transform: rotate(45deg);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.wrapper__site .section_productions_single .product_single_card .frame_icon .icon_svg {
  margin-top: 2px;
}

.wrapper__site .section_productions_single .product_single_card.has_frame {
  padding-bottom: 60px;
}

.wrapper__site .section_productions_single .product_single_card.has_frame .frame_icon {
  display: flex;
}

@media screen and (max-width: 1250px) {
  .wrapper__site .section_productions_single {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .wrapper__site .section_productions_single .product_single_card {
    padding-top: 0;
    border-top: none;
    padding-bottom: 0;
  }

  .wrapper__site .section_productions_single .product_single_card__left {
    justify-content: flex-start;
    flex-direction: column;
    padding-bottom: 26px;
  }

  .wrapper__site .section_productions_single .product_single_card__left .product_single__about {
    width: 100%;
    margin-right: 0;
    padding-top: 0;
  }

  .wrapper__site .section_productions_single .product_single_card__left .product_card__img {
    position: static;
    flex-grow: auto;
    order: -1;
    margin-bottom: 24px;
  }

  .wrapper__site .section_productions_single .product_single_card__left .product_card__img .product_img {
    position: relative;
    height: 340px;
    flex-grow: 1;
  }

  .wrapper__site .section_productions_single .product_single_card__left .product_name_wr {
    margin-bottom: 24px;
  }

  .wrapper__site .section_productions_single .product_single_card__left .product_card__color,
  .wrapper__site .section_promo_product .product_card__color {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: -16px -16px 0 0;
  }

  .wrapper__site .section_promo_product .product_card__color {
    margin-bottom: 24px;
  }

  .wrapper__site .section_productions_single .product_single_card__left .product_card__color .color,
  .wrapper__site .section_promo_product .product_card__color .color {
    position: relative;
    display: block;
    margin: 16px 16px 0 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border: 2px solid #fff;
  }

  .wrapper__site .section_productions_single .product_single_card__left .product_card__color .color.current_color:before,
  .wrapper__site .section_promo_product .product_card__color .color.current_color:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #009B3E;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
  }

  .wrapper__site .section_productions_single .product_single_card__left .product_specifications {
    display: none;
  }

  .wrapper__site .section_productions_single .product_single_card__right .price_wr {
    margin-bottom: 24px;
  }

  .wrapper__site .section_productions_single .product_single_card__right .price_wr .price_caption {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.5);
  }

  .wrapper__site .section_productions_single .product_single_card__right .price_wr .product_price {
    font-weight: bold;
    font-size: 34px;
    line-height: 48px;
    color: #1D1D1D;
  }

  .wrapper__site .section_productions_single .product_single_card__right .card_action .btn {
    width: 100%;
  }

  .wrapper__site .section_productions_single .product_single_card__right .card_action .btn:hover,
  .wrapper__site .section_productions_single .product_single_card__right .card_action .btn:active {
    color: #009B3E;
    background-color: #fff;
    transform: scale(1);
  }

  .wrapper__site .section_productions_single .product_single_card__right .card_action .btn_white {
    margin-top: 16px;
  }

  .wrapper__site .section_productions_single .product_single_card__right .card_action .btn_white:hover,
  .wrapper__site .section_productions_single .product_single_card__right .card_action .btn_white:active {
    color: #fff;
    background-color: #009B3E;
    transform: scale(1);
  }

  .wrapper__site .section_productions_single .product_single_card__right .btn_action_wr {
    margin-top: 24px;
    margin-right: -30px;
    margin-bottom: -10px;
    position: relative;
    top: 0;
  }

  .wrapper__site .section_productions_single .product_single_card__right .btn_action_wr .btn_action_fav,
  .wrapper__site .section_productions_single .product_single_card__right .btn_action_wr .btn_action_compare {
    color: #009B3E;
    margin-right: 30px;
    margin-bottom: 10px;
  }

  .wrapper__site .section_productions_single .product_single_card .frame_icon {
    bottom: 24px;
    left: auto;
    right: 0;
    transform: translate(0, 0);
  }

  .wrapper__site .section_productions_single .product_single_card .frame_icon:after {
    content: "";
    position: absolute;
    width: 84%;
    height: 106%;
    left: 8%;
    top: -3%;
    border: 1px solid #009B3E;
    background-color: #fff;
    transform: rotate(45deg);
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    z-index: -1;
  }

  .wrapper__site .section_productions_single .product_single_card.has_frame {
    padding-bottom: 0;
  }

  .wrapper__site .section_productions_single .product_single_card.has_frame__left .product_card__color {
    margin: -16px 40px 0 0;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_productions_single {
    margin-top: 24px;
    margin-bottom: 40px;
  }

  .wrapper__site .section_productions_single .title_wr {
    margin-bottom: 8px;
  }

  .wrapper__site .section_productions_single .product_single_card {
    flex-direction: column;
  }

  .wrapper__site .section_productions_single .product_single_card__left {
    width: 100%;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(29, 29, 29, 0.1);
  }

  .wrapper__site .section_productions_single .product_single_card__left .product_card__img {
    margin-bottom: 16px;
  }

  .wrapper__site .section_productions_single .product_single_card__left .product_card__img .product_img {
    height: 240px;
  }

  .wrapper__site .section_productions_single .product_single_card__left .product_name_wr .product_name {
    font-size: 14px;
    line-height: 16px;
  }

  .wrapper__site .section_productions_single .product_single_card__left .product_card__color {
    margin: -16px -16px 0 0;
  }

  .wrapper__site .section_productions_single .product_single_card__right {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-top: 0;
  }

  .wrapper__site .section_productions_single .product_single_card__right .price_wr {
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .wrapper__site .section_productions_single .product_single_card__right .price_wr .price_caption {
    max-width: 150px;
  }

  .wrapper__site .section_productions_single .product_single_card__right .price_wr .product_price {
    flex-shrink: 0;
    margin-left: 16px;
    font-size: 32px;
    line-height: 40px;
  }

  .wrapper__site .section_productions_single .product_single_card .frame_icon {
    width: 40px;
    height: 40px;
  }

  .wrapper__site .section_productions_single .product_single_card .frame_icon .icon_svg {
    margin-top: 3px;
  }

  .wrapper__site .section_productions_single .product_single_card.has_frame {
    padding-bottom: 0;
  }

  .wrapper__site .section_productions_single .product_single_card.has_frame__left .product_card__color {
    margin: -16px 36px 0 0;
  }
}

.wrapper__site .product_attributes .attribute_name,
.wrapper__site .product_attributes .attribute_value {
  display: block;
  font-size: 16px;
  color: #828282;
}

.wrapper__site .product_attributes .attribute_value {
  color: #1D1D1D;
}

/**************************************************section_productions**************************************************/
.wrapper__site .section_productions_gallery {
  margin-top: 48px;
  margin-bottom: 98px;
}

.wrapper__site .product_gallery_slider_wr {
  position: relative;
}

.wrapper__site .product_gallery_slider_wr .slider_nav {
  margin-top: 40px;
  justify-content: center;
}

.wrapper__site .product_gallery_slider_wr .btn_prev,
.wrapper__site .product_gallery_slider_wr .btn_next {
  top: calc(50% - 30px);
}

.wrapper__site .product_gallery_slide {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.wrapper__site .product_gallery_slide .img_wr {
  padding-top: 100%;
  position: relative;
}

.wrapper__site .product_gallery_slide .img_wr.pad143 {
  padding-top: 143%;
}

.wrapper__site .product_gallery_slide .img_wr img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .product_gallery_slide .img_wr iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper__site a.product_gallery_slide:hover .img_wr img {
  transform: scale(1.05);
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_productions_gallery {
    margin-top: 40px;
    margin-bottom: 48px;
    padding-bottom: 0;
  }

  .wrapper__site .product_gallery_slider_wr .product_gallery_slider {
    overflow: visible;
  }

  .wrapper__site .product_gallery_slider_wr .slider_nav {
    display: none;
  }

  .wrapper__site .product_gallery_slide {
    width: 271px;
    margin-right: 16px;
  }

  .wrapper__site .product_single_card__left .product_gallery_slide {
    width: 100%;
    margin-right: 0;
  }

  .wrapper__site .product_gallery_slide:last-child {
    margin-right: 0;
  }
}

/***********************************************section_gallery***********************************************************/
.wrapper__site .section_gallery {
  margin-top: 48px;
  margin-bottom: 48px;
}

.wrapper__site .section_gallery .gallery_wr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
}


.wrapper__site .section_gallery .gallery_wr.grid_style_for_2 .hide-fancy,
.wrapper__site .section_gallery .gallery_wr.grid_style_for_3 .hide-fancy,
.wrapper__site .section_gallery .gallery_wr.grid_style_for_4 .hide-fancy,
.wrapper__site .section_gallery .gallery_wr.grid_style_for_5 .hide-fancy {
  display: none
}

.wrapper__site .section_gallery .gallery_wr.grid_style_for_2 .img_wr img,
.wrapper__site .section_gallery .gallery_wr.grid_style_for_3 .img_wr img,
.wrapper__site .section_gallery .gallery_wr.grid_style_for_4 .img_wr img,
.wrapper__site .section_gallery .gallery_wr.grid_style_for_5 .img_wr img {
  position: static;
}

@media(min-width:700px) {

  .wrapper__site .section_gallery .gallery_wr.grid_style_for_2 .img_wr,
  .wrapper__site .section_gallery .gallery_wr.grid_style_for_3 .img_wr,
  .wrapper__site .section_gallery .gallery_wr.grid_style_for_4 .img_wr,
  .wrapper__site .section_gallery .gallery_wr.grid_style_for_5 .img_wr {
    padding: 0;
  }

  .wrapper__site .section_gallery .gallery_wr.grid_style_for_2+.btn_wr,
  .wrapper__site .section_gallery .gallery_wr.grid_style_for_3+.btn_wr,
  .wrapper__site .section_gallery .gallery_wr.grid_style_for_4+.btn_wr,
  .wrapper__site .section_gallery .gallery_wr.grid_style_for_5+.btn_wr {
    display: none
  }

  .wrapper__site .section_gallery .gallery_wr.grid_style_for_2 {
    grid-template-columns: 1fr 2fr;
  }

  .wrapper__site .section_gallery .gallery_wr.grid_style_for_3,
  .wrapper__site .section_gallery .gallery_wr.grid_style_for_4,
  .wrapper__site .section_gallery .gallery_wr.grid_style_for_5 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .wrapper__site .section_gallery .gallery_wr.grid_style_for_4 .gallery_item_2,
  .wrapper__site .section_gallery .gallery_wr.grid_style_for_4 .gallery_item_3 {
    grid-column: span 2;
  }

  .wrapper__site .section_gallery .gallery_wr.grid_style_for_2,
  .wrapper__site .section_gallery .gallery_wr.grid_style_for_3 {
    grid-template-rows: 560px;
  }

  .wrapper__site .section_gallery .gallery_wr.grid_style_for_4 {
    grid-template-rows: repeat(2, 560px);
  }

  .wrapper__site .section_gallery .gallery_wr.grid_style_for_5 {
    grid-template-rows: repeat(8, 122px);
  }

  .wrapper__site .section_gallery .gallery_wr.grid_style_for_5 .gallery_item_1 {
    grid-row: span 4;
  }

  .wrapper__site .section_gallery .gallery_wr.grid_style_for_5 .gallery_item_2 {
    grid-row: span 3;
    grid-column: span 2;
  }

  .wrapper__site .section_gallery .gallery_wr.grid_style_for_5 .gallery_item_3,
  .wrapper__site .section_gallery .gallery_wr.grid_style_for_5 .gallery_item_4 {
    grid-row: span 5;
  }

  .wrapper__site .section_gallery .gallery_wr.grid_style_for_5 .gallery_item_5 {
    grid-row: span 4;
  }
}

@media (min-width:700px) and (max-width:1250px) {

  .wrapper__site .section_gallery .gallery_wr.grid_style_for_2,
  .wrapper__site .section_gallery .gallery_wr.grid_style_for_3 {
    grid-template-rows: 315px;
  }

  .wrapper__site .section_gallery .gallery_wr.grid_style_for_4 {
    grid-template-rows: repeat(2, 315px);
  }

  .wrapper__site .section_gallery .gallery_wr.grid_style_for_5 {
    grid-template-rows: repeat(8, 64px);
  }
}

@media(max-width:700px) {

  .wrapper__site .section_gallery .gallery_wr.grid_style_for_2 .img_wr,
  .wrapper__site .section_gallery .gallery_wr.grid_style_for_3 .img_wr,
  .wrapper__site .section_gallery .gallery_wr.grid_style_for_4 .img_wr,
  .wrapper__site .section_gallery .gallery_wr.grid_style_for_5 .img_wr {
    padding: 0;
  }

  .wrapper__site .section_gallery .gallery_wr.grid_style_for_2 .img_wr img,
  .wrapper__site .section_gallery .gallery_wr.grid_style_for_3 .img_wr img,
  .wrapper__site .section_gallery .gallery_wr.grid_style_for_4 .img_wr img,
  .wrapper__site .section_gallery .gallery_wr.grid_style_for_5 .img_wr img {
    transform: none !important;
  }

  .wrapper__site .section_gallery .gallery_wr.grid_style_for_2+.btn_wr,
  .wrapper__site .section_gallery .gallery_wr.grid_style_for_3+.btn_wr,
  .wrapper__site .section_gallery .gallery_wr.grid_style_for_4+.btn_wr,
  .wrapper__site .section_gallery .gallery_wr.grid_style_for_5+.btn_wr {
    display: flex;
  }

  .wrapper__site .section_gallery .gallery_wr.grid_style_for_4 .gallery_item_4,
  .wrapper__site .section_gallery .gallery_wr.grid_style_for_5 .gallery_item_4,
  .wrapper__site .section_gallery .gallery_wr.grid_style_for_5 .gallery_item_5 {
    display: none;
  }
}

.wrapper__site .section_gallery .gallery_item {
  display: block;
  min-width: 0 !important;
  overflow: hidden;
  border-radius: 16px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.wrapper__site .section_gallery .gallery_item.hide {
  display: none;
}

.wrapper__site .section_gallery .gallery_item .img_wr {
  padding-top: 143%;
  height: 100%;
  position: relative;
}

.wrapper__site .section_gallery .gallery_item .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #FFF;
  ;
  font-size: 16px;
  transition: color .3s ease;
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.wrapper__site .section_gallery .gallery_item .play svg {
  display: block;
}

.wrapper__site .section_gallery .gallery_item .img_wr img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .section_gallery a.gallery_item:hover .img_wr img {
  transform: scale(1.05);
}

.wrapper__site .section_gallery .btn_wr {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_gallery .gallery_wr {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }

  .wrapper__site .section_gallery .btn_wr {
    margin-top: 32px;
  }
}

/**************************************************section_productions_about**************************************************/
.wrapper__site .section_productions_about {
  margin-top: 96px;
  margin-bottom: 96px;
}

.wrapper__site .section_productions_about .productions_about {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 48px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 24px;
}

.wrapper__site .section_productions_about .productions_about .productions_about__content,
.wrapper__site .section_productions_about .productions_about .productions_about__doc {
  min-width: 0 !important;
}

.wrapper__site .productions_about__content .read_more {
  display: none;
  margin-top: 16px;
  cursor: pointer;
  color: #009B3E;
  position: relative;
}

.wrapper__site .productions_about__content .read_more.read_more_hide {
  display: none;
}

.wrapper__site .section_productions_about .about_content_box {
  position: relative;
  overflow: hidden;
  transition: max-height 0.7s ease-in-out;
}

.wrapper__site .section_productions_about .productions_about__doc .documentation {
  max-width: 288px;
  margin-left: auto;
}

.wrapper__site .section_productions_about .productions_about__doc .title_h3 {
  margin-bottom: 24px;
}

.wrapper__site .documentation_list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

@media (max-width: 768px) {
  .wrapper__site .documentation_list {
    flex-direction: column;
  }
}

.wrapper__site .documentation_list .documentation_link {
  display: flex;
}

.wrapper__site .documentation_list .documentation_link .icon_svg {
  flex-shrink: 0;
  margin-right: 8px;
}

@media screen and (max-width: 1250px) {
  .wrapper__site .section_productions_about .productions_about {
    border-top: none;
    padding-top: 0;
    display: block;
    grid-gap: 0;
  }

  .wrapper__site .section_productions_about .productions_about__doc {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 48px;
    margin-top: 48px;
  }

  .wrapper__site .section_productions_about .productions_about__doc .documentation {
    max-width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_productions_about {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .wrapper__site .productions_about__content .read_more {
    display: inline-block;
  }

  .wrapper__site .section_productions_about .productions_about__doc {
    padding-top: 40px;
    margin-top: 40px;
  }
}

/*********************************************section_productions_specifications**********************************************/
.wrapper__site .section_productions_specifications {
  margin-top: 48px;
  margin-bottom: 48px;
}

.wrapper__site .section_productions_specifications .productions_specifications {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 48px;
}

.wrapper__site .section_productions_specifications .title_h3 {
  margin-bottom: 24px;
}

.wrapper__site .section_productions_specifications .btn_wr {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

.wrapper__site .section_productions_specifications .product_attributes_wr-js {
  display: none;
}

.wrapper__site .section_productions_specifications .product_attributes {
  width: 100%;
  column-count: 3;
  column-width: calc(100% - 48px)/3;
  column-gap: 24px;
}

.wrapper__site .section_productions_specifications .product_attributes li {
  padding-bottom: 24px;
  break-inside: avoid;
}

.productions_tabs_nav {
  display: flex;
  overflow: auto;
  width: 100%;
}

.productions_tabs_nav .title_h3 {
  margin-right: 30px;
  color: #AEAEB2;
  cursor: pointer;
  white-space: nowrap;

}

.productions_tabs_nav .title_h3.active {
  color: #1D1D1D;
}

.section_faq .productions_tabs_nav .title_h3 {
  font-weight: 500;
}

.section_faq .productions_tabs_nav .title_h3.active {
  color: #009B3E;
}

.productions_tabs_content {
  display: none;
}

.productions_tabs_content.active {
  display: block;
}

.productions_spare_parts {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.productions_spare_parts img {
  display: block;
  width: 47%;
  max-height: 70vh;
  object-fit: contain;
  margin-top: 15px;
}

.productions_spare_parts table {
  width: 47%;
}

.productions_spare_parts table th {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4em;
  padding: 8px 12px;
  color: #828282;
  text-align: left;
}

.productions_spare_parts table td {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4em;
  padding: 8px 12px;
  color: #1D1D1D;
  text-align: left;
}

.productions_spare_parts table th:last-child,
.productions_spare_parts table td:last-child {
  text-align: right;
}

.productions_spare_parts table th:first-child,
.productions_spare_parts table td:first-child {
  width: 32px;
}

.productions_spare_parts table a {
  display: block;
  font-weight: 500;
}


.productions_spare_parts table tbody tr:nth-child(2n-1) td {
  background: #F2F2F7;
}

@media screen and (max-width: 1250px) {
  .wrapper__site .section_productions_specifications .product_attributes {
    column-count: 2;
    column-width: calc(100% - 48px)/2;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_productions_specifications {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .wrapper__site .section_productions_specifications .btn_wr {
    margin-top: 16px;
  }

  .wrapper__site .section_productions_specifications .product_attributes {
    column-count: 1;
    column-width: 100%;
    column-gap: 0;
  }

  .productions_spare_parts {
    display: block;
    align-items: flex-start;
    justify-content: space-between;
  }

  .productions_spare_parts img {
    width: 100%;
  }

  .productions_spare_parts table {
    width: 100%;
    margin: 30px 0 0 0;
  }
}

/*****************************************section_productions_yandex**********************************************/
.wrapper__site .section_productions_yandex {
  margin-top: 48px;
  margin-bottom: 96px;
}

.wrapper__site .section_productions_yandex .title_h3 {
  margin-bottom: 24px;
}

.wrapper__site .section_productions_yandex .productions_yandex {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 48px;
}

.wrapper__site .section_productions_yandex .productions_yandex img {
  max-width: 100%;
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_productions_yandex {
    margin-bottom: 48px;
  }
}

/*********************************************banner_insert**********************************************/
.wrapper__site .banner_insert {
  overflow: hidden;
  background-color: #272B2B;
}

.wrapper__site .banner_insert .inner {
  position: relative;
  z-index: 2;
}

.wrapper__site .banner_insert .banner_insert__content {
  position: relative;
  padding-top: 96px;
  padding-bottom: 96px;
  color: #fff;
}

.wrapper__site .banner_insert .banner_insert__content .title_h2 {
  color: #fff;
}

.wrapper__site .banner_insert .banner_insert__content .subtitle {
  color: #fff;
  margin-top: 24px;
}

.wrapper__site .banner_insert .bg_img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper__site .banner_insert .bg_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wrapper__site .banner_insert.banner_insert_collection .banner_insert__content {
  padding-top: 114px;
  padding-bottom: 118px;
}

.wrapper__site .banner_insert.style_el .banner_insert__content:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 57%;
  transform: translate(0, -50%);
  left: -120px;
  width: 686px;
  height: 669px;
  background-repeat: no-repeat;
  background-size: contain;
  object-position: center;
  background-image: url("/bitrix/templates/new_index/css/../images/icons/ellipses_bg/el_sl_1-2-1_header.svg");
}

.wrapper__site .banner_insert.style_el_2 .banner_insert__content:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 53%;
  transform: translate(0, -50%);
  left: -180px;
  width: 608px;
  height: 583px;
  background-repeat: no-repeat;
  background-size: contain;
  object-position: center;
  background-image: url("/bitrix/templates/new_index/css/../images/icons/ellipses_bg/el_sl_1-2-1_header.svg");
}

@media screen and (max-width: 1250px) {
  .wrapper__site .banner_insert .banner_insert__content {
    max-width: 330px;
    min-height: 400px;
    padding-top: 48px;
    padding-bottom: 48px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .wrapper__site .banner_insert.banner_insert_collection .banner_insert__content {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .wrapper__site .banner_insert.style_el .banner_insert__content:after {
    top: 107%;
    left: -300px;
    width: 686px;
    height: 669px;
  }

  .wrapper__site .banner_insert.style_el_2 .banner_insert__content:after {
    top: 107%;
    left: -300px;
    width: 686px;
    height: 669px;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .banner_insert .banner_insert__content .subtitle {
    margin-top: 8px;
  }

  .wrapper__site .banner_insert.style_el .banner_insert__content:after {
    top: 107%;
    left: -170px;
    width: 501px;
    height: 489px;
  }

  .wrapper__site .banner_insert.style_el_2 .banner_insert__content:after {
    top: 102%;
    left: -159px;
    width: 440px;
    height: 429px;
  }
}

/*****************************************section_more_products***********************************************/
.wrapper__site .section_more_products {
  margin-top: 50px;
  margin-bottom: 84px;
}

.wrapper__site .section_more_products .btn_wr {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

.wrapper__site .more_products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 24px;
}

@media screen and (max-width: 1250px) {
  .wrapper__site .more_products {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_more_products {
    margin-top: 24px;
    margin-bottom: 48px;
  }

  .wrapper__site .section_more_products .btn_wr {
    margin-top: 32px;
  }

  .wrapper__site .more_products {
    grid-gap: 16px;
  }
}

/*****************************************section_categories***********************************************/
.wrapper__site .section_categories {
  margin-top: 96px;
  margin-bottom: 96px;
}

.wrapper__site .section_categories .categories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_categories {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .wrapper__site .section_categories .categories {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}

.wrapper__site .categories_card {
  position: relative;
  min-height: 410px;
  border-radius: 24px;
  padding: 32px 32px 112px 32px;
  overflow: hidden;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0 !important;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.wrapper__site .categories_card:hover .categories_card__img,
.wrapper__site .categories_card:active .categories_card__img {
  transform: scale(1.05);
}

.wrapper__site .categories_card:hover .btn_ell:after,
.wrapper__site .categories_card:active .btn_ell:after {
  transform: rotate(45deg) scale(1.1);
}

.wrapper__site .categories_card.categories_card_row2 {
  grid-row: span 2;
}

.wrapper__site .categories_card.categories_card_column2 {
  grid-column: span 2;
}

.wrapper__site .categories_card__title {
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
}

.wrapper__site .categories_card__subtitle {
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.wrapper__site .categories_card .btn_ell {
  position: absolute;
  bottom: 32px;
  left: 32px;
}

.wrapper__site .categories_card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .categories_card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wrapper__site .categories_card__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

@media screen and (max-width: 1250px) {
  .wrapper__site .categories_card {
    min-height: 440px;
  }

  .wrapper__site .categories_card.categories_card_row2 {
    grid-row: span 1;
  }

  .wrapper__site .categories_card.categories_card_column2 {
    grid-column: span 1;
  }

  .wrapper__site .categories_card__title {
    font-size: 32px;
    line-height: 40px;
  }

  .wrapper__site .categories_card__subtitle {
    margin-top: 8px;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .categories_card {
    min-height: 400px;
  }
}

@media screen and (max-width: 350px) {
  .wrapper__site .categories_card {
    padding: 24px 24px 96px 24px;
  }

  .wrapper__site .categories_card__title {
    font-size: 28px;
    line-height: 1.25;
  }
}

/*****************************************section_new_products***********************************************/
.wrapper__site .section_new_products {
  margin-top: 48px;
  margin-bottom: 48px;
}

.wrapper__site .section_new_products .new_products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 48px 24px;
}

@media screen and (max-width: 1250px) {
  .wrapper__site .section_new_products .new_products {
    grid-template-columns: 1fr 1fr;
    grid-gap: 48px 24px;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_new_products {
    margin-bottom: 48px;
  }

  .wrapper__site .section_new_products .new_products {
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
}

.wrapper__site .new_product_card {
  position: relative;
  min-width: 0 !important;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.wrapper__site .new_product_card .new_product_card__img {
  display: block;
  margin-bottom: 22px;
  border-radius: 16px;
  overflow: hidden;
  background: url(/bitrix/templates/new_index/css/../images/noimage.jpg) center center no-repeat;
  background-size: contain;
}

.wrapper__site .new_product_card .new_product_card__img .img_wr {
  padding-top: 100%;
  position: relative;
}

.wrapper__site .new_product_card .new_product_card__img .img_wr img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .new_product_card a.new_product_card__img:hover .img_wr img,
.wrapper__site .new_product_card a.new_product_card__img:active .img_wr img {
  transform: scale(1.05);
}

.wrapper__site .new_product_card .product_card__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.wrapper__site .new_product_card .product_card__info .product_coll {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #B8B8B9;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .new_product_card .product_card__info a.product_coll:hover,
.wrapper__site .new_product_card .product_card__info a.product_coll:active {
  color: #1D1D1D;
}

.wrapper__site .new_product_card .product_card__info .product_name {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #1D1D1D;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .new_product_card .product_card__info .product_name:hover,
.wrapper__site .new_product_card .product_card__info .product_name:active {
  color: #009B3E;
}

.wrapper__site .new_product_card .product_card__info .product_price {
  display: block;
  margin-top: 8px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #1D1D1D;
}

@media screen and (max-width: 700px) {
  .wrapper__site .new_product_card .new_product_card__img {
    margin-bottom: 16px;
  }

  .wrapper__site .new_product_card .product_card__info .product_coll,
  .wrapper__site .new_product_card .product_card__info .product_name,
  .wrapper__site .new_product_card .product_card__info .product_price {
    font-size: 16px;
    line-height: 24px;
  }

  .wrapper__site .new_product_card .product_card__info .product_price {
    margin-top: 0;
  }
}

/*****************************************section_promo_product***********************************************/
.wrapper__site .section_promo_product .promo_product {
  background: #1D1D1D;
  min-height: 100vh;
  padding: 190px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}

.wrapper__site .section_promo_product .promo_product .inner {
  position: relative;
  z-index: 2;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.wrapper__site .section_promo_product .promo_product .promo_product__img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper__site .section_promo_product .promo_product .promo_product__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wrapper__site .section_promo_product .promo_product .promo_product__img video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width:768px) {
  .wrapper__site .section_promo_product .promo_product .promo_product__img video.desktop {
    display: none;
  }
}

@media (min-width:769px) {
  .wrapper__site .section_promo_product .promo_product .promo_product__img video.mobile {
    display: none;
  }
}

.wrapper__site .section_promo_product .promo_product .mask:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(90deg, #1d1d1d 0%, rgba(5, 5, 5, 0.01) 18.23%, rgba(0, 0, 0, 0) 83.45%, #1d1d1d 100%); */
  background: linear-gradient(360deg, rgba(29, 29, 29, 0.5) 17.92%, rgba(0, 0, 0, 0) 53.52%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.wrapper__site .section_promo_product .promo_product .promo_product__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
}

.wrapper__site .section_promo_product .promo_product .promo_product__content .title_h1 {
  color: #fff;
  margin-bottom: 16px;
}

.wrapper__site .section_promo_product .promo_product .promo_product__content .product_name_wr {
  margin-bottom: 24px;
}

.wrapper__site .section_promo_product .promo_product .promo_product__content .product_name_wr .article_num {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 8px;
  font-size: 16px;
}

.wrapper__site .section_promo_product .promo_product .promo_product__content .product_name_wr .product_name {
  max-width: 340px;
}

.wrapper__site .section_promo_product .promo_product .promo_product__content .price_wr {
  margin-bottom: 24px;
}

.wrapper__site .section_promo_product .promo_product .promo_product__content .price_wr .price_caption {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.5);
}

.wrapper__site .section_promo_product .promo_product .promo_product__content .price_wr .product_price {
  font-size: 36px;
  line-height: 48px;
  color: #FFFFFF;
}

.wrapper__site .section_promo_product .promo_product .promo_product__content .price_wr .product_price .old-price {
  padding-left: 20px;
}

.wrapper__site .section_promo_product .promo_product .promo_product__content .card_action {
  display: flex;
  flex-wrap: wrap;
  margin-right: -24px;
}

.wrapper__site .section_promo_product .promo_product .promo_product__content .card_action .btn {
  margin-right: 24px;
}

.wrapper__site .section_promo_product .promo_product .promo_product__content .card_action .btn_transparent:hover,
.wrapper__site .section_promo_product .promo_product .promo_product__content .card_action .btn_transparent:active {
  color: #009B3E;
  background-color: transparent;
  transform: scale(1.05);
}

.wrapper__site .section_promo_product .promo_product .promo_product__content .btn_action_wr {
  order: -1;
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-bottom: 16px;
}

.wrapper__site .section_promo_product .promo_product .promo_product__content .btn_action_wr .btn_action_fav,
.wrapper__site .section_promo_product .promo_product .promo_product__content .btn_action_wr .btn_action_compare {
  color: #009B3E;
  margin-right: 30px;
}

.wrapper__site .section_promo_product .promo_product_style .promo_product__content:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 49%;
  transform: translate(-50%, -50%);
  left: 146px;
  width: 677px;
  height: 661px;
  background-repeat: no-repeat;
  background-size: contain;
  object-position: center;
  background-image: url("/bitrix/templates/new_index/css/../images/icons/ellipses_bg/el_sl_1-2-1_header.svg");
}

@media screen and (min-width: 1251px) and (max-height: 770px) {
  .wrapper__site .section_promo_product .promo_product {
    padding: 220px 0 60px;
  }
}

@media screen and (max-width: 1250px) {
  .wrapper__site .section_promo_product .promo_product {
    padding: 190px 0 190px;
  }

  .promo_product_style .promo_product__content:after {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_promo_product .promo_product {
    min-height: 0;
    padding: 270px 0 48px;
  }

  .wrapper__site .section_promo_product .promo_product .promo_product__content .product_name_wr {
    width: 100%;
  }

  .wrapper__site .section_promo_product .promo_product .promo_product__content .product_name_wr .article_num {
    margin-bottom: 0;
  }

  .wrapper__site .section_promo_product .promo_product .promo_product__content .product_name_wr .product_name {
    max-width: 100%;
  }

  .wrapper__site .section_promo_product .promo_product .promo_product__content .price_wr {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 24px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .wrapper__site .section_promo_product .promo_product .promo_product__content .price_wr .price_caption {
    max-width: 150px;
  }

  .wrapper__site .section_promo_product .promo_product .promo_product__content .price_wr .product_price {
    font-size: 32px;
    line-height: 40px;
    flex-shrink: 0;
    margin-left: 16px;
    display: flex;
    flex-direction: column;
  }

  .wrapper__site .section_promo_product .promo_product .promo_product__content .price_wr .product_price .old-price {
    padding-left: 0px;
  }

  .wrapper__site .section_promo_product .promo_product .promo_product__content .card_action {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-right: 0;
    margin-bottom: -16px;
  }

  .wrapper__site .section_promo_product .promo_product .promo_product__content .card_action .btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }

  .wrapper__site .section_promo_product .promo_product .promo_product__content .card_action .btn_transparent:hover,
  .wrapper__site .section_promo_product .promo_product .promo_product__content .card_action .btn_transparent:active {
    color: #009B3E;
    background-color: transparent;
    transform: scale(1.05);
  }

  .wrapper__site .section_promo_product .promo_product .promo_product__content .btn_action_wr {
    order: 1;
    margin-top: 24px;
    margin-right: -30px;
    margin-bottom: 16px;
  }

  .wrapper__site .section_promo_product .promo_product .promo_product__content .btn_action_wr .btn_action_fav,
  .wrapper__site .section_promo_product .promo_product .promo_product__content .btn_action_wr .btn_action_compare {
    color: #009B3E;
    margin-right: 30px;
  }

  .wrapper__site .section_promo_product .promo_product .promo_product__img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 530px;
  }

  .wrapper__site .section_promo_product .promo_product .promo_product__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .wrapper__site .section_promo_product .promo_product .mask:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, #1d1d1d 0%, rgba(5, 5, 5, 0.01) 18.23%, rgba(0, 0, 0, 0) 83.45%, #1d1d1d 100%);
  }

  .promo_product_style .promo_product__content:after {
    display: none;
  }
}

/***************************************section_content*********************************************/
.wrapper__site .section_content {
  margin-top: 96px;
  margin-bottom: 96px;
}

.wrapper__site .section_content .inner>*:first-child {
  margin-top: 0;
}

.wrapper__site .section_content .inner>*:last-child {
  margin-bottom: 0;
}

.wrapper__site .section_content .content_inner {
  max-width: 808px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper__site .section_content .content_inner .title_h1,
.wrapper__site .section_content .content_inner .title_h2,
.wrapper__site .section_content .content_inner .title_h2_s,
.wrapper__site .section_content .content_inner .title_h3 {
  margin-bottom: 24px;
}

.wrapper__site .section_content .gallery_wr {
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}

.wrapper__site .section_content .gallery_item {
  display: block;
  min-width: 0 !important;
  overflow: hidden;
  border-radius: 16px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.wrapper__site .section_content .gallery_item .img_wr {
  padding-top: 75.3%;
  position: relative;
}

.wrapper__site .section_content .gallery_item .img_wr img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .section_content a.gallery_item:hover .img_wr img {
  transform: scale(1.05);
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_content {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .wrapper__site .section_content .title_h2_s {
    font-size: 18px;
    line-height: 24px;
  }

  .wrapper__site .section_content .gallery_wr {
    margin-top: 20px;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}

.wrapper__site .section_blockquote {
  margin-top: 96px;
  margin-bottom: 96px;
}

.wrapper__site .section_blockquote .content_inner {
  position: relative;
  padding: 80px 0;
  background: #F5F5F7;
  border-radius: 24px;
  overflow: hidden;
}

.wrapper__site .section_blockquote .content_inner .content_box__site {
  max-width: 808px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.wrapper__site .section_blockquote .content_inner:after {
  content: "";
  position: absolute;
  top: 190px;
  transform: translate(-50%, -50%) rotate(45deg);
  left: -180px;
  width: 590px;
  height: 766px;
  border: 1px solid #009B3E;
  border-radius: 50%;
  pointer-events: none;
}

.wrapper__site .section_blockquote .content_inner:before {
  content: "";
  position: absolute;
  bottom: -530px;
  right: -680px;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 590px;
  height: 766px;
  border: 1px solid #009B3E;
  border-radius: 50%;
  pointer-events: none;
}

@media screen and (max-width: 1250px) {
  .wrapper__site .section_blockquote {
    background: #F5F5F7;
    overflow: hidden;
  }

  .wrapper__site .section_blockquote .content_inner {
    background: transparent;
    border-radius: 0;
    overflow: visible;
  }

  .wrapper__site .section_blockquote .content_inner:after {
    top: 190px;
    left: -390px;
  }

  .wrapper__site .section_blockquote .content_inner:before {
    bottom: -530px;
    right: -960px;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_blockquote {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .wrapper__site .section_blockquote .content_inner {
    padding: 48px 0;
  }

  .wrapper__site .section_blockquote .content_inner:after {
    top: auto;
    left: -315px;
    bottom: -900px;
  }

  .wrapper__site .section_blockquote .content_inner:before {
    display: none;
  }
}

/***************************************section_content*********************************************/
.wrapper__site .section_documents {
  margin-top: 48px;
  margin-bottom: 96px;
}

.wrapper__site .section_documents .title_h3 {
  margin-bottom: 24px;
}

.wrapper__site .section_documents .documentation {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 48px;
}

.wrapper__site .section_documents .documentation_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -32px;
  margin-bottom: -32px;
}

.wrapper__site .section_documents .documentation_list li {
  margin-right: 32px;
  margin-bottom: 32px;
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_documents {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .wrapper__site .section_documents .documentation_list {
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 0;
  }

  .wrapper__site .section_documents .documentation_list li {
    margin-right: 0;
    margin-bottom: 24px;
  }

  .wrapper__site .section_documents .documentation_list li:last-child {
    margin-bottom: 0;
  }
}

/***************************************section_advantages_product*********************************************/
.wrapper__site .section_advantages_product {
  margin-top: 48px;
  margin-bottom: 88px;
}

.wrapper__site .section_advantages_product .title_h2 {
  text-align: center;
  margin-bottom: 40px;
}

.wrapper__site .section_advantages_product .advantages_product {
  display: grid;
  grid-template-columns: 288px 1fr 288px;
  grid-gap: 60px 69px;
}

.wrapper__site .section_advantages_product .advantages_product .advantages_product__overview {
  grid-column: 2/3;
  grid-row: 1/4;
  min-width: 0 !important;
}

.wrapper__site .section_advantages_product .advantages_product .advantages_product__overview .product_img {
  position: relative;
  height: 463px;
  flex-grow: 1;
}

.wrapper__site .section_advantages_product .advantages_product .advantages_product__overview .product_img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.wrapper__site .section_advantages_product .advantages_product .advantages_product__overview .product_img iframe {
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper__site .section_advantages_product .advantages_product .advantages_product__overview .product_card__color {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px -16px -16px 0;
}

.wrapper__site .section_advantages_product .advantages_product .advantages_product__overview .product_card__color .color {
  position: relative;
  display: block;
  margin: 0 16px 16px 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: 2px solid #fff;
}

.wrapper__site .section_advantages_product .advantages_product .advantages_product__overview .product_card__color .color.current_color:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #009B3E;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .section_advantages_product .advantages_product .advantages_product__overview .frame_icon {
  position: relative;
  z-index: 2;
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  cursor: auto;
  transition: all 0.3s ease-in-out;
  margin-top: 6px;
  color: #1D1D1D;
}

.wrapper__site .section_advantages_product .advantages_product .advantages_product__overview .frame_icon:after {
  content: "";
  position: absolute;
  width: 84%;
  height: 106%;
  left: 8%;
  top: -3%;
  border: 1px solid #009B3E;
  background-color: #fff;
  transform: rotate(45deg);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.wrapper__site .section_advantages_product .advantages_product .advantages_product__overview .frame_icon .icon_svg {
  margin-top: 2px;
}

.wrapper__site .section_advantages_product .advantages_product .advantages_product__overview.has_frame .frame_icon {
  display: flex;
}

.wrapper__site .section_advantages_product .advantages_product .advantages_product__item {
  height: auto;
  min-width: 0 !important;
}

.wrapper__site .section_advantages_product .advantages_product .advantages_product__item .item__img {
  width: 110px;
  height: 110px;
  margin: 0 auto 17px auto;
}

.wrapper__site .section_advantages_product .advantages_product .advantages_product__item .item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.wrapper__site .section_advantages_product .advantages_product .advantages_product__item .item__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

@media screen and (max-width: 1250px) {
  .wrapper__site .section_advantages_product .advantages_product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 48px 24px;
  }

  .wrapper__site .section_advantages_product .advantages_product .advantages_product__overview {
    grid-column: 1/3;
    grid-row: 1/2;
  }

  .wrapper__site .section_advantages_product .advantages_product .advantages_product__overview .product_img {
    height: 400px;
  }

  .wrapper__site .section_advantages_product .advantages_product .advantages_product__overview .frame_icon {
    margin-top: 16px;
    top: 0;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_advantages_product {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .wrapper__site .section_advantages_product .advantages_product {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }

  .wrapper__site .section_advantages_product .advantages_product .advantages_product__overview {
    grid-column: 1/2;
  }

  .wrapper__site .section_advantages_product .advantages_product .advantages_product__overview .product_img {
    height: 327px;
  }

  .wrapper__site .section_advantages_product .advantages_product .advantages_product__overview .frame_icon {
    margin-top: 16px;
    top: 0;
  }
}

/*****************************************section_video****************************************************************/
.wrapper__site .section_video {
  position: relative;
  margin-top: 96px;
  margin-bottom: 96px;
}

.wrapper__site .section_video .video__wr {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.wrapper__site .section_video .video__wr video {
  display: block;
  max-width: 100%;
  width: 100%;
}

.wrapper__site .section_video .video__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .section_video .video__img img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.wrapper__site .section_video .video__caption {
  position: absolute;
  bottom: 21px;
  left: 36px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-in-out;
}

.wrapper__site .section_video .btn_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}

.wrapper__site .section_video .video_on .video__img,
.wrapper__site .section_video .video_on .btn_play,
.wrapper__site .section_video .video_on .video__caption {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.wrapper__site .section_video .video__img.hide,
.wrapper__site .section_video .btn_play.hide,
.wrapper__site .section_video .video__caption.hide {
  display: none;
}

@media screen and (max-width: 1250px) {
  .wrapper__site .section_video .inner {
    max-width: 100%;
    padding: 0;
  }

  .wrapper__site .section_video .video__wr {
    border-radius: 0;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_video {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .wrapper__site .section_video .video__caption {
    display: none;
  }
}

/********************************************separator******************************************/
.wrapper__site .separator {
  margin-top: 96px;
  margin-bottom: 96px;
}

.wrapper__site .separator .line {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1250px) {
  .wrapper__site .separator.separator_hide_tablet {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .separator {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .wrapper__site .separator.separator_hide_mobile {
    display: none;
  }
}

/*****************************************section_collections_slider******************************/
.wrapper__site .section_collections_slider {
  margin-top: 96px;
  margin-bottom: 96px;
}

.wrapper__site .section_collections_slider .title_wr {
  margin-bottom: 48px;
}

.wrapper__site .section_collections_slider .collections_slider_box {
  position: relative;
}

.wrapper__site .section_collections_slider .collections_slider_box .btn_wr {
  position: absolute;
  top: -96px;
  right: 0;
  display: flex;
  justify-content: center;
}

.wrapper__site .section_collections_slider .collections_slider_wr {
  position: relative;
}

.wrapper__site .section_collections_slider .collections_slider_wr .slider_nav {
  margin-top: 48px;
  justify-content: center;
}

.wrapper__site .section_collections_slider .collections_slider_wr .btn_prev,
.wrapper__site .section_collections_slider .collections_slider_wr .btn_next {
  top: calc(50% - 34px);
}

@media screen and (max-width: 1250px) {
  .wrapper__site .section_collections_slider .collections_slider_box .btn_wr {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 48px;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_collections_slider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .wrapper__site .section_collections_slider .title_wr {
    text-align: center;
    margin-bottom: 24px;
  }

  .wrapper__site .section_collections_slider .collections_slider_box .btn_wr {
    margin-top: 32px;
  }

  .wrapper__site .section_collections_slider .collections_slider_wr .slider_nav {
    margin-top: 32px;
  }
}

/********************************************section_compare******************************************************/
.wrapper__site .section_compare {
  margin-top: 48px;
  margin-bottom: 96px;
}

.wrapper__site .section_compare .title_wr {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
}

.wrapper__site .section_compare .compare_toggle {
  display: inline-flex;
  align-items: center;
}

.wrapper__site .section_compare .compare_toggle .checkbox_label {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  position: relative;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
}

.wrapper__site .section_compare .compare_toggle .checkbox_label .checkbox_switch {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 56px;
  height: 32px;
  border-radius: 40px;
  vertical-align: top;
  background-color: #E5E5EA;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .section_compare .compare_toggle .checkbox_label .checkbox_switch:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #009B3E;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .section_compare .compare_toggle .checkbox_label input[type=checkbox] {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.wrapper__site .section_compare .compare_toggle .checkbox_label input[type=checkbox]:checked+.checkbox_switch {
  background-color: #009B3E;
}

.wrapper__site .section_compare .compare_toggle .checkbox_label input[type=checkbox]:checked+.checkbox_switch:before {
  transform: translateX(24px);
  background-color: #fff;
}

.wrapper__site .section_compare .compare_toggle .checkbox_label input[type=checkbox]:not(:disabled)+.checkbox_switch {
  cursor: pointer;
}

.wrapper__site .section_compare .compare_toggle .checkbox_label input[type=checkbox]:disabled+.checkbox_switch {
  opacity: 0.8;
}

.wrapper__site .section_compare .compare_toggle .compare_toggle__text {
  cursor: pointer;
  margin-right: 18px;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .section_compare .compare_toggle .compare_toggle__text:hover {
  color: #009B3E;
}

.wrapper__site .section_compare .compare_slider_wr {
  position: relative;
  padding-top: 48px;
}

.wrapper__site .section_compare .compare_slider_wr:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100vw;
  height: 1px;
  background-color: rgba(29, 29, 29, 0.1);
}

.wrapper__site .section_compare .compare_slider_wr .btn_prev,
.wrapper__site .section_compare .compare_slider_wr .btn_next {
  top: 220px;
}

.wrapper__site .section_compare .product_card_compare {
  position: relative;
  max-width: 290px;
}

.wrapper__site .section_compare .product_card_compare .btn_close {
  cursor: pointer;
  width: 24px;
  margin-left: auto;
  margin-bottom: 8px;
  display: block;
}

.wrapper__site .section_compare .product_card_compare .product_card__img {
  margin-bottom: 16px;
  padding-top: 0;
}

.wrapper__site .section_compare .product_card_compare .product_card__img .product_img {
  height: 278px;
}

.wrapper__site .section_compare .product_card_compare .frame_icon {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  color: #1D1D1D;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .section_compare .product_card_compare .frame_icon .icon_rotate {
  width: 14px;
  height: 10px;
}

.wrapper__site .section_compare .product_card_compare .product_coll {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #B8B8B9;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .section_compare .product_card_compare a.product_coll:hover,
.wrapper__site .section_compare .product_card_compare a.product_coll:active {
  color: #1D1D1D;
}

.wrapper__site .section_compare .product_card_compare .product_name {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1D1D1D;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .section_compare .product_card_compare .product_name:hover,
.wrapper__site .section_compare .product_card_compare .product_name:active {
  color: #009B3E;
}

.wrapper__site .section_compare .product_card_compare .product_price {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #1D1D1D;
}

.wrapper__site .section_compare .product_card_compare .card_action {
  width: 100%;
  margin-top: 24px;
}

.wrapper__site .section_compare .product_card_compare .card_action .btn {
  width: 100%;
}

.wrapper__site .section_compare .product_card_compare .card_action .btn:hover,
.wrapper__site .section_compare .product_card_compare .card_action .btn:active {
  color: #009B3E;
  background-color: #fff;
  transform: scale(1);
}

.wrapper__site .section_compare .product_card_compare .card_action .btn:not(:last-child) {
  margin-bottom: 16px;
}

.wrapper__site .section_compare .product_card_compare .card_action .btn.btn_transparent:hover,
.wrapper__site .section_compare .product_card_compare .card_action .btn.btn_transparent:active {
  color: #fff;
  background-color: #009B3E;
  transform: scale(1);
}

.wrapper__site .section_compare .product_card_compare .btn_action_wr {
  margin-top: 24px;
}

.wrapper__site .section_compare .product_card_compare .btn_action_wr .btn_action_fav {
  color: #009B3E;
}

.wrapper__site .section_compare .product_card_compare:hover .frame_icon {
  opacity: 1;
  visibility: visible;
}

.wrapper__site .section_compare .product_card_compare__header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 40px;
}

.wrapper__site .section_compare .product_card_compare__color {
  position: relative;
  padding-top: 88px;
  padding-bottom: 40px;
}

.wrapper__site .section_compare .product_card_compare__color .title_h3 {
  opacity: 0;
  visibility: hidden;
  margin-bottom: 16px;
}

.wrapper__site .section_compare .product_card_compare__color .product_card__color {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -8px -8px 0px;
}

.wrapper__site .section_compare .product_card_compare__color .product_card__color .color {
  position: relative;
  display: block;
  margin: 0 8px 8px 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none;
}

.wrapper__site .section_compare .product_card_compare__color .product_card__color .color.current_color {
  border: 2px solid #fff;
}

.wrapper__site .section_compare .product_card_compare__color .product_card__color .color.current_color:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 28px;
  height: 28px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #009B3E;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .section_compare .product_card_compare__attributes {
  position: relative;
  padding-top: 96px;
}

.wrapper__site .section_compare .product_card_compare__attributes .product_attributes li:not(:last-child) {
  margin-bottom: 24px;
}

.wrapper__site .section_compare .title_product_compare_color,
.wrapper__site .section_compare .title_product_compare_attributes {
  position: absolute;
  left: 0;
  width: 100%;
  padding-top: 40px;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
}

.wrapper__site .section_compare .title_product_compare_color:after,
.wrapper__site .section_compare .title_product_compare_attributes:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100vw;
  height: 1px;
  background-color: rgba(29, 29, 29, 0.1);
}

.wrapper__site .section_compare .title_product_compare_color {
  top: 670px;
}

.wrapper__site .section_compare .title_product_compare_attributes {
  top: 822px;
}

@media screen and (max-width: 1250px) {
  .wrapper__site .section_compare .compare_toggle {
    margin-bottom: 3px;
  }

  .wrapper__site .section_compare .compare_slider_wr .btn_prev,
  .wrapper__site .section_compare .compare_slider_wr .btn_next {
    top: 206px;
  }

  .wrapper__site .section_compare .product_card_compare .product_card__img .product_img {
    height: 250px;
  }

  .wrapper__site .section_compare .product_card_compare .frame_icon {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_compare {
    margin-top: 24px;
    margin-bottom: 48px;
  }

  .wrapper__site .section_compare .title_wr {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 0;
  }

  .wrapper__site .section_compare .title_wr .title_h2 {
    margin-bottom: 24px;
  }

  .wrapper__site .section_compare .compare_toggle {
    position: relative;
    width: 100%;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
  }

  .wrapper__site .section_compare .compare_toggle:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100vw;
    height: 1px;
    background-color: rgba(29, 29, 29, 0.1);
  }

  .wrapper__site .section_compare .compare_slider_wr {
    padding-top: 24px;
  }

  .wrapper__site .section_compare .compare_slider {
    overflow: visible;
  }

  .wrapper__site .section_compare .product_card_compare {
    width: 242px;
    margin-right: 16px;
  }

  .wrapper__site .section_compare .product_card_compare:last-child {
    margin-right: 0;
  }

  .wrapper__site .section_compare .product_card_compare .product_card__img {
    margin-bottom: 0;
  }

  .wrapper__site .section_compare .product_card_compare .product_card__img .product_img {
    height: 234px;
  }

  .wrapper__site .section_compare .product_card_compare__header {
    padding-bottom: 32px;
  }

  .wrapper__site .section_compare .product_card_compare__color {
    position: relative;
    padding-top: 80px;
    padding-bottom: 32px;
  }

  .wrapper__site .section_compare .product_card_compare__attributes {
    position: relative;
    padding-top: 80px;
  }

  .wrapper__site .section_compare .title_product_compare_color,
  .wrapper__site .section_compare .title_product_compare_attributes {
    padding-top: 32px;
  }
}

/************************************product_favorites_card**************************************************/
.wrapper__site .productions_favorites .product_favorites_card {
  margin-bottom: 24px;
}

.wrapper__site .productions_favorites .product_favorites_card:last-child {
  margin-bottom: 0;
}

.wrapper__site .product_favorites_card {
  position: relative;
  padding: 48px;
  border: 1px solid rgba(29, 29, 29, 0.1);
  border-radius: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.wrapper__site .product_favorites_card:hover .frame_icon {
  opacity: 1;
  visibility: visible;
}

.wrapper__site .product_favorites_card .product_favorites_card__inner {
  display: flex;
  margin-right: 48px;
}

.wrapper__site .product_favorites_card .product_card__img {
  padding-top: 0;
  margin-bottom: 0;
  width: 288px;
  flex-shrink: 0;
  margin-right: 27px;
}

.wrapper__site .product_favorites_card .product_card__img .product_img {
  height: 216px;
}

.wrapper__site .product_favorites_card .frame_icon {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  color: #1D1D1D;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .product_favorites_card .frame_icon .icon_rotate {
  width: 14px;
  height: 10px;
}

.wrapper__site .product_favorites_card .product_card__desq {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 385px;
}

.wrapper__site .product_favorites_card .product_card__desq .product_card__action {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 24px;
  right: 48px;
  margin-left: 0;
}

.wrapper__site .product_favorites_card .product_card__desq .product_coll,
.wrapper__site .product_favorites_card .product_card__desq .article_num {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
}

.wrapper__site .product_favorites_card .product_card__desq a.product_coll:hover,
.wrapper__site .product_favorites_card .product_card__desq a.product_coll:active {
  color: #1D1D1D;
}

.wrapper__site .product_favorites_card .product_card__desq .product_name {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1D1D1D;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .product_favorites_card .product_card__desq a.product_name:hover,
.wrapper__site .product_favorites_card .product_card__desq a.product_name:active {
  color: #009B3E;
}

.wrapper__site .product_favorites_card .product_card__desq .product_price {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #1D1D1D;
}

.wrapper__site .product_favorites_card .card_action {
  display: flex;
}

.wrapper__site .product_favorites_card .card_action .btn {
  display: flex;
}

.wrapper__site .product_favorites_card .card_action .btn:hover,
.wrapper__site .product_favorites_card .card_action .btn:active {
  color: #009B3E;
  background-color: #fff;
  transform: scale(1);
}

.wrapper__site .product_favorites_card .card_action .btn_transparent {
  margin-left: 24px;
}

.wrapper__site .product_favorites_card .card_action .btn.btn_transparent:hover,
.wrapper__site .product_favorites_card .card_action .btn.btn_transparent:active,
.wrapper__site .product_favorites_card .card_action .btn.btn_white:hover,
.wrapper__site .product_favorites_card .card_action .btn.btn_white:active {
  color: #fff;
  background-color: #009B3E;
  transform: scale(1);
}

@media screen and (max-width: 1250px) {
  .wrapper__site .product_favorites_card {
    align-items: center;
    flex-direction: column;
  }

  .wrapper__site .product_favorites_card .product_favorites_card__inner {
    width: 100%;
    margin-right: 0;
    justify-content: space-between;
  }

  .wrapper__site .product_favorites_card .product_card__img {
    padding-top: 0;
    margin-bottom: 0;
    width: calc(50% - 12px);
    flex-shrink: 0;
    margin-right: 0;
  }

  .wrapper__site .product_favorites_card .product_card__img .product_img {
    height: 216px;
  }

  .wrapper__site .product_favorites_card .frame_icon {
    opacity: 1;
    visibility: visible;
  }

  .wrapper__site .product_favorites_card .product_card__desq {
    width: calc(50% - 12px);
    justify-content: flex-start;
    max-width: 100%;
    margin-right: 0;
  }

  .wrapper__site .product_favorites_card .product_card__desq .product_card__action {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 0;
    margin-bottom: 24px;
  }

  .wrapper__site .product_favorites_card .product_card__desq .product_price {
    font-size: 18px;
    line-height: 24px;
  }

  .wrapper__site .product_favorites_card .card_action {
    margin-top: 24px;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_productions_favorites {
    margin-bottom: 24px;
  }

  .wrapper__site .productions_favorites .product_favorites_card {
    margin-bottom: 0;
  }

  .wrapper__site .product_favorites_card {
    padding: 24px 0;
    border: none;
    border-top: 1px solid rgba(29, 29, 29, 0.1);
    border-radius: 0;
  }

  .wrapper__site .product_favorites_card .product_card__img {
    padding-top: 0;
    margin-bottom: 0;
    width: calc(50% - 8px);
    flex-shrink: 0;
    margin-right: 0;
    display: flex;
    flex-direction: column;
  }

  .wrapper__site .product_favorites_card .product_card__img .product_img {
    flex-grow: 1;
    height: auto;
    min-height: 200px;
  }

  .wrapper__site .product_favorites_card .frame_icon {
    top: auto;
    left: 0;
    bottom: 0;
  }

  .wrapper__site .product_favorites_card .product_card__desq {
    width: calc(50% - 8px);
    justify-content: flex-start;
    max-width: 100%;
    margin-right: 0;
  }

  .wrapper__site .product_favorites_card .product_card__desq .product_card__action {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 24px;
  }

  .wrapper__site .product_favorites_card .card_action {
    width: 100%;
    flex-direction: column;
  }

  .wrapper__site .product_favorites_card .card_action .btn {
    width: 100%;
  }

  .wrapper__site .product_favorites_card .card_action .btn_transparent {
    margin-left: 0;
    margin-top: 24px;
  }
}

.seats_calc_brand_select {
  padding-top: 32px;
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.seats_calc_brand_select select {
  width: 100%;
}

.seats_calc_brand_select .select2-container--default .select2-selection--single {
  background-color: #F5F5F7;
  border: 1px solid #F5F5F7;
  border-radius: 18px;
  height: 48px;
}

.seats_calc_brand_select .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px;
  padding-left: 14px;
}

.seats_calc_brand_select .select2-container--disabled.select2-container--default .select2-selection--single .select2-selection__rendered {
  opacity: 0.6;
}

.seats_calc_brand_select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  right: 13px;
}

.seats_calc_result_productions {
  padding-top: 32px;
  display: none;
}

.seats_calc_result_productions .seats_calc_question {
  margin-bottom: 32px;
}


/******************************************section_information*****************************************/
.wrapper__site .section_information {
  margin-top: 96px;
  margin-bottom: 96px;
}

.wrapper__site .section_information .title_h2_s {
  margin-bottom: 32px;
}

.wrapper__site .section_information .information {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}

.wrapper__site .section_information .information.three-col {
  grid-template-columns: 1fr 1fr 1fr;
}

.wrapper__site .section_information .information .information_item {
  border: 1px solid #f5f5f5;
  border-radius: 24px;
  padding: 32px;
  background-color: #f5f5f5;
  min-width: 0 !important;
}

.wrapper__site .section_information .information .information_item .title_h3 {
  margin-bottom: 24px;
}

.wrapper__site .section_information .information .information_item__links li {
  margin-bottom: 16px;
  position: relative;
}

.wrapper__site .section_information .information .information_item__links li .marker {
  position: absolute;
  left: -11px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: red;
  display: block;
  transform: translate(0, -38%);
}

.wrapper__site .section_information .information .information_item__links li:last-child {
  margin-bottom: 0;
}

.wrapper__site .section_information .information .information_item__links a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #009B3E;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.wrapper__site .section_information .information .information_item__links a:hover,
.wrapper__site .section_information .information .information_item__links a:active {
  -webkit-text-decoration-color: #009B3E;
  text-decoration-color: #009B3E;
}

.wrapper__site .section_information.section_information_service {
  margin-top: 48px;
  margin-bottom: 48px;
}

.wrapper__site .section_information.section_information_service .information .information_item {
  /* min-height: 264px; */
  border: 1px solid rgba(29, 29, 29, 0.1);
  background-color: transparent;
}

.wrapper__site .section_information .information .important_info {
  grid-column: span 2;
}

@media screen and (max-width: 1250px) {
  .wrapper__site .section_information .information {
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }

  .wrapper__site .section_information .information .important_info {
    grid-column: span 1;
  }

  .wrapper__site .section_information.section_information_service .information .information_item {
    min-height: 0;
  }
}

@media screen and (max-width: 800px) {
  .wrapper__site .section_information .information.three-col {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_information {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .wrapper__site .section_information .title_h2_s {
    margin-bottom: 24px;
  }

  .wrapper__site .section_information .information .information_item {
    padding: 24px;
  }
}

.wrapper__site .section_map {
  margin-top: 48px;
  margin-bottom: 96px;
}

.wrapper__site .section_map .map_wr {
  position: relative;
  height: 403px;
  overflow: hidden;
  border-radius: 24px;
}

.wrapper__site .section_map .map_wr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wrapper__site .section_map .map_wr .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  white-space: nowrap;
}

.wrapper__site .section_map .map_wr .btn:hover,
.wrapper__site .section_map .map_wr .btn:active {
  transform: translate(-50%, -50%) scale(1.05);
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_map {
    margin-top: 48px;
    margin-bottom: 56px;
  }
}

/********************section_faq***********************************************/
.wrapper__site .section_faq {
  padding-top: 96px;
  padding-bottom: 96px;
  background-color: #F5F5F7;
}

.wrapper__site .section_faq .title_h3 {
  margin-bottom: 24px;
}

.wrapper__site .section_faq .questions_item {
  background: #FFFFFF;
  border-radius: 24px;
  margin-bottom: 8px;
}

.wrapper__site .section_faq .questions_item:last-child {
  margin-bottom: 0;
}

.wrapper__site .section_faq .questions_item .question_wr {
  display: flex;
  align-items: center;
  padding: 24px;
  cursor: pointer;
}

.wrapper__site .section_faq .questions_item .question_wr .question {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  flex-grow: 1;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .section_faq .questions_item .question_wr .btn_open {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .section_faq .questions_item .question_wr .btn_open:after,
.wrapper__site .section_faq .questions_item .question_wr .btn_open:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  transform: translate(-50%, -50%);
  background-color: #1D1D1D;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .section_faq .questions_item .question_wr .btn_open:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.wrapper__site .section_faq .questions_item .question_wr.active .question {
  color: #009B3E;
}

.wrapper__site .section_faq .questions_item .question_wr.active .btn_open {
  transform: rotate(45deg);
}

.wrapper__site .section_faq .questions_item .question_wr.active .btn_open:after,
.wrapper__site .section_faq .questions_item .question_wr.active .btn_open:before {
  background-color: #009B3E;
}

.wrapper__site .section_faq .questions_item .question_wr:hover .question {
  color: #009B3E;
}

.wrapper__site .section_faq .questions_item .question_wr:hover .btn_open:after,
.wrapper__site .section_faq .questions_item .question_wr:hover .btn_open:before {
  background-color: #009B3E;
}

.wrapper__site .section_faq .questions_item .answer {
  display: none;
  padding: 0 24px 24px 24px;
}

.wrapper__site .section_faq .btn_wr {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_faq {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .wrapper__site .section_faq .title_h3 {
    margin-bottom: 16px;
  }
}

/**********************************section_content_column*************************************************/
.wrapper__site .section_content_column {
  margin-top: 96px;
  margin-bottom: 96px;
}

.wrapper__site .section_content_column .content_column_wr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}

.wrapper__site .section_content_column .content_column_wr .content_title_wr,
.wrapper__site .section_content_column .content_column_wr .content_box__site {
  min-width: 0 !important;
}

.wrapper__site .section_content_column.column_w60 .content_column_wr {
  grid-template-columns: 49% 1fr;
  grid-gap: 128px;
}

@media screen and (max-width: 1250px) {
  .wrapper__site .section_content_column .content_column_wr {
    grid-template-columns: 1fr;
  }

  .wrapper__site .section_content_column.column_w60 .content_column_wr {
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_content_column {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .wrapper__site .section_content_column .content_column_wr {
    grid-gap: 16px;
  }

  .wrapper__site .section_content_column .title_h2_s {
    font-size: 18px;
    line-height: 24px;
  }
}

/*************************************section_content_col_3************************************************/
.wrapper__site .section_content_col_3 {
  margin-top: 96px;
  margin-bottom: 96px;
}

.wrapper__site .section_content_col_3 .content_column_wr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 128px;
}

.wrapper__site .section_content_col_3 .content_column_wr .content_column__item {
  min-width: 0 !important;
}

.wrapper__site .section_content_col_3 .title_h2_s {
  margin-bottom: 24px;
}

@media screen and (max-width: 1250px) {
  .wrapper__site .section_content_col_3 .content_column_wr {
    grid-template-columns: 1fr;
    grid-gap: 48px;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_content_col_3 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .wrapper__site .section_content_col_3 .title_h2_s {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}

/*******************************************section_about_slider*******************************************/
.wrapper__site .section_about_slider {
  margin-top: 96px;
  margin-bottom: 96px;
}

.wrapper__site .section_about_slider .about_slider_wr {
  position: relative;
  max-width: 648px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper__site .section_about_slider .about_slider_wr .slider_nav {
  margin-top: 48px;
  justify-content: center;
}

.wrapper__site .section_about_slider .about_slider_wr .btn_prev,
.wrapper__site .section_about_slider .about_slider_wr .btn_next {
  top: 196px;
}

.wrapper__site .section_about_slider .about_slide__img {
  height: 384px;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 40px;
}

.wrapper__site .section_about_slider .about_slide__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wrapper__site .section_about_slider .title_h2_s {
  margin-bottom: 24px;
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_about_slider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .wrapper__site .section_about_slider .about_slide__img {
    height: 194px;
    margin-bottom: 24px;
  }

  .wrapper__site .section_about_slider .title_h2_s {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}

/************************************************************section_partners*************************************************/
.wrapper__site .section_partners {
  margin-top: 96px;
  margin-bottom: 96px;
}

.wrapper__site .section_partners .title_h3 {
  margin-bottom: 24px;
}

.wrapper__site .section_partners .partners_slider_wr {
  position: relative;
}

.wrapper__site .section_partners .partners_slide {
  border: 1px solid rgba(29, 29, 29, 0.1);
  border-radius: 8px;
  height: 153px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .section_partners .partners_slide img {
  max-width: 100% !important;
  max-height: 100% !important;
}

.wrapper__site .section_partners a.partners_slide:hover,
.wrapper__site .section_partners a.partners_slide:active {
  border: 1px solid #009B3E;
}

@media screen and (max-width: 1250px) {
  .wrapper__site .section_partners .partners_slide {
    height: 120px;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_partners {
    margin-top: 48px;
    margin-bottom: 96px;
  }

  .wrapper__site .section_partners .partners_slide {
    height: 84px;
    padding: 12px;
  }
}

/****************************************************section_callback**************************************************/
.wrapper__site .section_callback {
  margin-top: 96px;
  margin-bottom: 96px;
}

.wrapper__site .section_callback .callback_inner {
  padding: 48px 104px;
  background: #F2F2F7;
  border-radius: 24px;
}

.wrapper__site .section_callback .callback_inner .upload_block {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 0 48px 0;
  margin: 0 0 48px 0;
}

.wrapper__site .section_callback .callback_inner .upload_block img {
  display: block;
  width: 280px;
  height: 280px;
  border-radius: 24px;
  object-fit: cover;
}

form p.error {
  color: red;
  padding: 0 0 20px 0;
}

.wrapper__site .section_callback .callback_inner .title_h2_s {
  margin-bottom: 24px;
}

.wrapper__site .section_callback .callback_inner .form_text {
  margin-bottom: 24px;
}

.wrapper__site .section_callback .callback_inner .input_wr {
  margin-bottom: 24px;
}

.wrapper__site .radio_wr {
  margin-bottom: 24px;
  display: flex;
}

.wrapper__site .radio_wr input {
  display: none;
}

.wrapper__site .radio_wr label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  border-radius: 24px;
  margin: 0 20px 0 0;
  padding: 8px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: block;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .answers .radio_wr {
  flex-wrap: wrap;
}

.wrapper__site .answers .radio_wr label {
  margin-bottom: 20px;
}

@media (max-width:700px) {
  .wrapper__site .answers .radio_wr {
    flex-wrap: nowrap;
    overflow: auto
  }

  .wrapper__site .answers .radio_wr label {
    margin-bottom: 0px;
    white-space: nowrap;
  }
}

.wrapper__site .radio_wr label:hover {
  border-color: #009B3E;
}

.wrapper__site .radio_wr input:checked+label {
  background: #009B3E;
  border-color: #009B3E;
  color: #FFF;
}

.wrapper__site .section_callback .callback_inner .checkbox_wr {
  margin-top: 33px;
}

.wrapper__site .section_callback .callback_inner .btn_wr {
  margin-top: 40px;
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_callback {
    margin-top: 48px;
    margin-bottom: 0;
    background: #F2F2F7;
  }

  .wrapper__site .section_callback .callback_inner {
    padding: 48px 0;
    background: transparent;
    border-radius: 0;
  }

  .wrapper__site .section_callback .callback_inner .title_h2_s {
    margin-bottom: 16px;
  }

  .wrapper__site .section_callback .callback_inner .checkbox_wr {
    margin-top: 24px;
  }

  .wrapper__site .section_callback .callback_inner .upload_block {
    flex-wrap: wrap;
    padding: 0 0 24px 0;
    margin: 0 0 24px 0;
  }

  .wrapper__site .section_callback .callback_inner .upload_block img {
    width: 100%;
  }

  .wrapper__site .section_callback .callback_inner .upload_block .change_file {
    order: 1;
    margin: 24px 0 0 0;
  }

  .wrapper__site .section_callback.section_spare_parts_upload {
    margin-bottom: 48px;
    margin-top: 0;
  }
}

/******************************************section_professional**********************************************/
.wrapper__site .section_professional {
  margin-top: 48px;
  margin-bottom: 96px;
}

.wrapper__site .section_professional .professional__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}

.wrapper__site .section_professional .professional__list .professional__item {
  position: relative;
  min-height: 319px;
  padding: 32px 32px 112px 32px;
  background: #505357;
  border-radius: 24px;
  min-width: 0 !important;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.wrapper__site .section_professional .professional__list .professional__item .professional__content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.wrapper__site .section_professional .professional__list .professional__item .professional__content .professional__title {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.25;
  max-width: 300px;
}

.wrapper__site .section_professional .professional__list .professional__item .professional__content .professional__subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  max-width: 254px;
  margin-top: 16px;
}

.wrapper__site .section_professional .professional__list .professional__item .btn_ell {
  position: absolute;
  left: 32px;
  bottom: 32px;
}

.wrapper__site .section_professional .professional__list .professional__item .professional__item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .section_professional .professional__list .professional__item .professional__item__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(270deg, rgba(39, 43, 43, 0) 0%, #505357 95.91%); */
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.wrapper__site .section_professional .professional__list .professional__item .professional__item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .section_professional .professional__list a.professional__item:hover .professional__item__img img {
  transform: scale(1.05);
}

.wrapper__site .section_professional .professional__list a.professional__item:hover .btn_ell:after {
  transform: rotate(45deg) scale(1.1);
}

@media screen and (max-width: 1250px) {
  .wrapper__site .section_professional .professional__list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_professional {
    margin-top: 24px;
    margin-bottom: 48px;
  }

  .wrapper__site .section_professional .professional__list {
    grid-gap: 16px;
  }

  .wrapper__site .section_professional .professional__list .professional__item {
    padding: 24px 24px 96px 24px;
    min-height: 260px;
  }

  .wrapper__site .section_professional .professional__list .professional__item .professional__content .professional__title {
    font-size: 30px;
  }

  .wrapper__site .section_professional .professional__list .professional__item .professional__content .professional__subtitle {
    margin-top: 8px;
  }

  .wrapper__site .section_professional .professional__list .professional__item .btn_ell {
    left: 24px;
    bottom: 24px;
  }
}

@media screen and (max-width: 350px) {
  .wrapper__site .section_professional .professional__list .professional__item .professional__content .professional__title {
    font-size: 28px;
  }
}

/****************************************section_prof_articles************************************/
.wrapper__site .section_prof_articles {
  margin-top: 96px;
  margin-bottom: 96px;
}

.wrapper__site .section_prof_articles .title_h2_s {
  margin-bottom: 32px;
}

.wrapper__site .section_prof_articles .inner_menu {
  margin-bottom: 32px;
}

.wrapper__site .section_prof_articles .prof_articles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 48px 24px;
}

.wrapper__site .section_prof_articles .prof_articles .prof_articles_card {
  min-width: 0 !important;
}

.wrapper__site .section_prof_articles .prof_articles .prof_articles_card .prof_articles_card__img {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  margin-bottom: 24px;
}

.wrapper__site .section_prof_articles .prof_articles .prof_articles_card .prof_articles_card__img .img_wr {
  position: relative;

}

.wrapper__site .section_prof_articles .prof_articles .prof_articles_card .prof_articles_card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .section_prof_articles .prof_articles .prof_articles_card .prof_articles_card__img iframe {
  width: 100%;
  height: 254px;
  display: block;
}

.wrapper__site .section_prof_articles .prof_articles .prof_articles_card .prof_articles_card__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1D1D1D;
  transition: all 0.3s ease-in-out;
}

.wrapper__site .section_prof_articles .prof_articles a.prof_articles_card:hover .prof_articles_card__img img,
.wrapper__site .section_prof_articles .prof_articles a.prof_articles_card:active .prof_articles_card__img img {
  transform: scale(1.05);
}

.wrapper__site .section_prof_articles .prof_articles a.prof_articles_card:hover .prof_articles_card__title,
.wrapper__site .section_prof_articles .prof_articles a.prof_articles_card:active .prof_articles_card__title {
  color: #009B3E;
}

@media screen and (max-width: 1250px) {
  .wrapper__site .section_prof_articles .prof_articles {
    grid-template-columns: 1fr 1fr;
    grid-gap: 48px 24px;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_prof_articles {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .wrapper__site .section_prof_articles .title_h2_s {
    margin-bottom: 24px;
  }

  .wrapper__site .section_prof_articles .inner_menu {
    margin-bottom: 24px;
  }

  .wrapper__site .section_prof_articles .prof_articles {
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }

  .wrapper__site .section_prof_articles .prof_articles .prof_articles_card .prof_articles_card__img {
    margin-bottom: 16px;
  }
}

/************************************************section_cooperation***********************************************************/
.wrapper__site .section_cooperation {
  margin-top: 140px;
  margin-bottom: 140px;
}

.wrapper__site .section_cooperation .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  align-items: start;
}

.wrapper__site .section_cooperation .cooperation_title {
  position: relative;
  z-index: 2;
  width: 556px;
  min-width: 0 !important;
}

.wrapper__site .section_cooperation .cooperation_title .title_h2 {
  color: #009B3E;
}

.wrapper__site .section_cooperation .cooperation_title .subtitle {
  color: #009B3E;
  margin-top: 20px;
}

.wrapper__site .section_cooperation .cooperation_title .el_bg {
  position: absolute;
  z-index: -1;
  top: -14%;
  left: -14%;
  width: 648px;
  height: 634px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("/bitrix/templates/new_index/css/../images/icons/ellipses_bg/el-3_designer_page.svg");
}

.wrapper__site .section_cooperation .cooperation_title .el_bg:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 1%;
  left: -1%;
  width: 669px;
  height: 690px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("/bitrix/templates/new_index/css/../images/icons/ellipses_bg/el-2_designer_page.svg");
}

.wrapper__site .section_cooperation .cooperation_title .el_bg:before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("/bitrix/templates/new_index/css/../images/icons/ellipses_bg/el-4_designer_page.svg");
}

.wrapper__site .section_cooperation .advantage {
  position: relative;
  z-index: 5;
  width: 327px;
  min-height: 336px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  padding: 90px 54px 54px 54px;
  text-align: center;
  margin-top: -6px;
}

.wrapper__site .section_cooperation .advantage:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("/bitrix/templates/new_index/css/../images/icons/ellipses_bg/el-5_designer_page.svg");
}

.wrapper__site .section_cooperation .advantage .advantage__value {
  font-weight: bold;
  font-size: 96px;
  line-height: 0.75;
}

.wrapper__site .section_cooperation .advantage .advantage__title {
  font-weight: bold;
  font-size: 36px;
  line-height: 0.9;
  margin-top: 11px;
}

.wrapper__site .section_cooperation .advantage .advantage__caption {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 14px;
}

.wrapper__site .section_cooperation .cooperation_offer {
  min-width: 0 !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 48px 24px;
  align-items: start;
}

.wrapper__site .section_cooperation .cooperation_offer__item {
  min-width: 0 !important;
}

.wrapper__site .section_cooperation .cooperation_offer__item .title_h3 {
  margin-bottom: 16px;
}

@media screen and (max-width: 1250px) {
  .wrapper__site .section_cooperation {
    margin-bottom: 96px;
  }

  .wrapper__site .section_cooperation .inner {
    grid-template-columns: 1fr;
    grid-gap: 60px;
    align-items: start;
  }

  .wrapper__site .section_cooperation .cooperation_title {
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper__site .section_cooperation .cooperation_offer {
    grid-template-columns: 1fr;
    grid-gap: 48px 24px;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_cooperation {
    margin-top: 94px;
    margin-bottom: 48px;
  }

  .wrapper__site .section_cooperation .cooperation_title {
    width: 100%;
    max-width: 308px;
  }

  .wrapper__site .section_cooperation .cooperation_title .title_h2 {
    font-size: 30px;
    line-height: 1.17;
  }

  .wrapper__site .section_cooperation .cooperation_title .subtitle {
    font-size: 16px;
    margin-top: 8px;
  }

  .wrapper__site .section_cooperation .cooperation_title .el_bg {
    width: 398px;
    height: 389px;
  }

  .wrapper__site .section_cooperation .cooperation_title .el_bg:after {
    width: 410px;
    height: 423px;
  }

  .wrapper__site .section_cooperation .cooperation_title .advantage {
    position: relative;
    right: -30px;
    width: 200px;
    min-height: 206px;
    padding: 60px 36px 36px 36px;
    margin-top: -4px;
  }

  .wrapper__site .section_cooperation .cooperation_title .advantage .advantage__value {
    font-size: 60px;
  }

  .wrapper__site .section_cooperation .cooperation_title .advantage .advantage__title {
    font-size: 20px;
    margin-top: 11px;
  }

  .wrapper__site .section_cooperation .cooperation_title .advantage .advantage__caption {
    font-size: 10px;
    margin-top: 7px;
  }

  .wrapper__site .section_cooperation .cooperation_offer__item .title_h3 {
    font-size: 18px;
    line-height: 24px;
  }
}

/*****************************************************section_shops********************************************/
.map_stores {
  height: 637px;
  margin-top: 48px;
  display: flex;
}

.map_stores .map_wr {
  height: 637px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  margin-right: 40px;
  width: calc(100% - 288px);
}

.map_stores .map_wr #gde_map {
  width: 100%;
  height: 100%;
}

.map_stores .map_wr #gde_map>ymaps {
  border-radius: 24px;
  overflow: hidden;
}

.map_stores .map_wr .map_stores_info {
  width: 288px;
  padding: 32px 45px 32px 32px;
  border-radius: 24px;
  background-color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.map_stores .map_wr .map_stores_info .stores_name {
  font-size: 16px;
  margin-bottom: 30px;
}

.map_stores .map_wr .map_stores_info a {
  font-size: inherit;
  font-weight: inherit;
  color: #009B3E;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}

.map_stores .map_wr .map_stores_info a:hover,
.map_stores .map_wr .map_stores_info a:active {
  -webkit-text-decoration-color: #009B3E;
  text-decoration-color: #009B3E;
}

.map_stores .map_wr .map_stores_info .btn_close {
  z-index: 10;
  position: absolute;
  font-size: 0 !important;
  right: 20px;
  top: 20px;
  cursor: pointer;
  background: url("/bitrix/templates/new_index/css/../images/icons/close_modal_ico.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.map_stores .stores_wr {
  width: 248px;
  flex-shrink: 0;
  height: 100%;
}

.map_stores .stores_wr .stores_title {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}

.map_stores .stores_wr .search_box {
  margin-bottom: 24px;
}

.map_stores .stores_wr .search_box .input_search>.select2 {
  width: 100% !important;
}

.map_stores .stores_wr .stores_list {
  overflow: auto;
  max-height: 100%;
}

.map_stores .stores_wr .stores_list {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.05);
}

.map_stores .stores_wr .stores_list::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

.map_stores .stores_wr .stores_list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}

.map_stores .stores_wr .stores_list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  border: 0;
}

.map_stores .stores_wr .stores_item {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(29, 29, 29, 0.1);
  margin-bottom: 24px;
}

.map_stores .stores_wr .stores_item:last-child {
  margin-bottom: 0;
}

.map_stores .stores_wr .stores_item a {
  font-size: inherit;
  font-weight: inherit;
  color: #009B3E;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}

.map_stores .stores_wr .stores_item a:hover,
.map_stores .stores_wr .stores_item a:active {
  -webkit-text-decoration-color: #009B3E;
  text-decoration-color: #009B3E;
}

.map_stores .stores_wr .stores_item__address {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #009B3E;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}

.map_stores .stores_wr a.stores_item__address:hover,
.map_stores .stores_wr a.stores_item__address:active {
  -webkit-text-decoration-color: #009B3E;
  text-decoration-color: #009B3E;
}

.wrapper__site .section_store {
  margin-top: 48px;
  margin-bottom: 96px;
}

.wrapper__site .section_store .search_box {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
}

.wrapper__site .section_store .search_box select {
  width: 100%;
}

.wrapper__site .section_store .important_info {
  margin-top: 24px;
}

.wrapper__site .important_info {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 18px;
  padding: 24px;
  display: flex;
  align-items: center;
}

.wrapper__site .important_info .important_info__icon {
  flex-shrink: 0;
  margin-right: 20px;
}

.wrapper__site .important_info .important_info__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}

.wrapper__site .section_seats_calc_result .important_info {
  margin-bottom: 20px;
}

@media screen and (max-width: 1250px) {
  .wrapper__site .section_store .map_stores {
    height: auto;
    flex-direction: column;
  }

  .wrapper__site .section_store .map_stores .map_wr {
    width: 100%;
    height: 637px;
    margin-right: 0;
    margin-bottom: 48px;
  }

  .wrapper__site .section_store .map_stores .stores_wr {
    width: 100%;
    max-height: none;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_store {
    margin-top: 24px;
    margin-bottom: 48px;
  }

  .wrapper__site .section_store .search_box {
    margin-top: 24px;
  }

  .wrapper__site .section_store .map_stores {
    margin-top: 24px;
  }
}

/*******************************************section_inspiration*****************************************/
.wrapper__site .section_inspiration {
  margin-top: 48px;
  margin-bottom: 96px;
}

.wrapper__site .section_inspiration .inspiration {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  margin: 50px 0 0 0;
}

@media screen and (max-width: 1250px) {
  .wrapper__site .section_inspiration {
    margin-top: 48px;
    margin-bottom: 96px;
  }

  .wrapper__site .section_inspiration .inspiration {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_inspiration {
    margin-top: 24px;
    margin-bottom: 48px;
  }

  .wrapper__site .section_inspiration .inspiration {
    grid-template-columns: 1fr;
    grid-gap: 16px;
    margin-top: 24px;
  }
}

/*******************************************section_inspiration*****************************************/
.wrapper__site .section_blog {
  margin-top: 48px;
  margin-bottom: 96px;
}

.wrapper__site .section_blog .articles_list {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 48px 24px;
}

.wrapper__site .section_blog .articles_list .article_card_big {
  grid-column: span 3;
  min-height: 378px;
  color: #fff;
}

.wrapper__site .section_blog .articles_list .article_card_big .article_card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper__site .section_blog .articles_list .article_card_big .article_card__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(360deg, rgba(29, 29, 29, 0.5) 17.92%, rgba(0, 0, 0, 0) 53.52%);
}

.wrapper__site .section_blog .articles_list .article_card_big .article_card__info {
  position: relative;
  z-index: 2;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-grow: 1;
  padding: 30px 44px;
}

.wrapper__site .section_blog .articles_list .article_card_big .article_card__title {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2;
  color: #fff;
  min-height: 0;
}

.wrapper__site .section_blog .articles_list .article_card_big .article_card__date {
  color: #fff;
  margin-top: 8px;
}

@media screen and (max-width: 1250px) {
  .wrapper__site .section_blog .articles_list {
    grid-template-columns: 1fr 1fr;
  }

  .wrapper__site .section_blog .articles_list .article_card_big {
    grid-column: span 2;
    min-height: 400px;
  }

  .wrapper__site .section_blog .articles_list .article_card_big .article_card__info {
    padding: 32px;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_blog {
    margin-top: 24px;
    margin-bottom: 48px;
  }

  .wrapper__site .section_blog .articles_list {
    grid-template-columns: 1fr;
    grid-gap: 16px;
    margin-top: 24px;
  }

  .wrapper__site .section_blog .articles_list .article_card_big {
    grid-column: span 1;
  }

  .wrapper__site .section_blog .articles_list .article_card_big .article_card__info {
    padding: 24px;
  }

  .wrapper__site .section_blog .articles_list .article_card_big .article_card__title {
    font-size: 32px;
  }
}

@media screen and (max-width: 350px) {
  .wrapper__site .section_blog .articles_list .article_card_big .article_card__title {
    font-size: 28px;
  }
}

/*******************************************section_catalogs*****************************************/
.wrapper__site .section_catalogs {
  margin-top: 48px;
  margin-bottom: 96px;
}

.wrapper__site .section_catalogs .catalogs_list {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 48px 24px;
}

.wrapper__site .section_catalogs .catalogs_item {
  min-width: 0 !important;
  background: #F5F5F7;
  border-radius: 24px;
  padding: 32px;
}

.wrapper__site .section_catalogs .catalogs_item .catalogs_item__img {
  display: block;
  width: 191px;
  height: 272px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 32px;
}

.wrapper__site .section_catalogs .catalogs_item .catalogs_item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wrapper__site .section_catalogs .catalogs_item .catalogs_item__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 24px;
}

.wrapper__site .section_catalogs .catalogs_item .catalog_link {
  display: flex;
  margin-bottom: 24px;
  cursor: pointer;
}

.wrapper__site .section_catalogs .catalogs_item .catalog_link:last-child {
  margin-bottom: 0;
}

.wrapper__site .section_catalogs .catalogs_item .catalog_link .icon_svg {
  flex-shrink: 0;
  margin-right: 8px;
}

.wrapper__site .section_catalogs .catalogs_item_big {
  grid-column: span 3;
  display: flex;
}

.wrapper__site .section_catalogs .catalogs_item_big .catalogs_item__img {
  flex-shrink: 0;
  margin-right: 32px;
  margin-bottom: 0;
}

.wrapper__site .section_catalogs .catalogs_item_big .catalogs_item__title {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 28px;
}

@media screen and (max-width: 1250px) {
  .wrapper__site .section_catalogs .catalogs_list {
    grid-template-columns: 1fr 1fr;
  }

  .wrapper__site .section_catalogs .catalogs_item_big {
    grid-column: span 2;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_catalogs {
    margin-top: 24px;
    margin-bottom: 48px;
  }

  .wrapper__site .section_catalogs .catalogs_list {
    grid-template-columns: 1fr;
    grid-gap: 16px;
    margin-top: 24px;
  }

  .wrapper__site .section_catalogs .catalogs_item,
  .wrapper__site .section_catalogs .catalogs_item .catalogs_item_big {
    padding: 24px;
  }

  .wrapper__site .section_catalogs .catalogs_item .catalogs_item__title,
  .wrapper__site .section_catalogs .catalogs_item .catalogs_item_big .catalogs_item__title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 24px;
  }

  .wrapper__site .section_catalogs .catalogs_item_big {
    display: block;
    grid-column: span 1;
  }

  .wrapper__site .section_catalogs .catalogs_item_big .catalogs_item__img {
    margin-right: 0;
    margin-bottom: 32px;
  }
}

/*****************************************section_promo_product***********************************************/
.wrapper__site .section_inspiration_main {
  position: relative;
}

.wrapper__site .section_inspiration_main .inspiration_main {
  position: relative;
  background: #1D1D1D;
  padding-top: 51%;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.wrapper__site .section_inspiration_main .inspiration_main.interior_main {
  aspect-ratio: 2;
}

@media (max-width:700px) {
  .wrapper__site .section_inspiration_main .inspiration_main.interior_main {
    aspect-ratio: 0.6;
  }
}


.wrapper__site .section_inspiration_main .inspiration_main .inner {
  position: absolute;
  z-index: 2;
  bottom: 92px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.wrapper__site .section_inspiration_main .inspiration_main .inspiration_main__img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper__site .section_inspiration_main .inspiration_main .inspiration_main__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wrapper__site .section_inspiration_main .inspiration_main .inspiration_main__img img.mobile {
  display: none;
}

.inspiration_product_item {
  position: absolute;
  z-index: 5;
  display: flex;
  transition: opacity .3s ease;
}

.inspiration_product_item .old-price {
  color: #FFF;
  padding-left: 10px;
}

.inspiration_product_item .btn_close {
  position: absolute;
  top: 0;
  right: -32px;
  color: #fff;
  cursor: pointer;
}

.inspiration_product_item .btn_close .icon_svg {
  transform: rotate(-45deg);
}

.inspiration_product_item .product_item__btn {
  width: 40px;
  height: 40px;
}

.inspiration_product_item .product_item__info {
  margin: -1px 15px 0 15px;
  padding: 15px;
  border-radius: 8px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 260px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.inspiration_product_item .product_item__info .product_coll {
  color: #B8B8B9;
}

.inspiration_product_item .product_item__info a.product_coll:hover,
.inspiration_product_item .product_item__info a.product_coll:active {
  color: #000;
}

.inspiration_product_item .product_item__info .product_name {
  color: #000;
}

.inspiration_product_item .product_item__info a.product_name:hover,
.inspiration_product_item .product_item__info a.product_name:active {
  color: #009B3E;
}

.inspiration_product_item .product_item__info .product_price {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  white-space: nowrap;
}

.inspiration_product_item.open_card {
  z-index: 10;
}

.inspiration_product_item.open_card .product_item__info {
  opacity: 1;
  visibility: visible;
}

.inspiration_product_item.open_to_left.open_card .product_item__card {
  transform: translate(calc(-100% + 47px), 0%) scale(1);
}

@media screen and (max-width: 700px) {
  .inspiration_product_item .product_item__info {
    margin: -1px 10px 0 10px;
    padding: 10px;
  }

  .inspiration_product_item .product_item__info .product_name {
    font-size: 12px;
  }
}


.wrapper__site .section_inspiration_main .inspiration_main .inspiration_main__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(29, 29, 29, 0.5) 17.92%, rgba(0, 0, 0, 0) 53.52%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  opacity: 0;
  transition: opacity .3s ease;
}

.wrapper__site .section_inspiration_main .inspiration_main .inspiration_main__img.mask:after {
  opacity: 1;
}

.wrapper__site .section_inspiration_main .inspiration_main .inspiration_main__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
}

.wrapper__site .section_inspiration_main .inspiration_main .inspiration_main__content .title_h1 {
  color: #fff;
}

.wrapper__site .section_inspiration_main .inspiration_main .inspiration_main__content .subtitle {
  color: #fff;
  margin-top: 24px;
}

.wrapper__site .section_inspiration_main .inspiration_main .play {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='138' viewBox='0 0 138 138' fill='none'%3E%3Cpath d='M78.7233 133.755C41.0008 146.885 6.06741 128.538 0.697363 92.7752C-4.67268 57.0122 21.5542 17.3761 59.2767 4.24544C96.9992 -8.88523 131.933 9.46188 137.303 45.2248C142.673 80.9878 116.446 120.624 78.7233 133.755Z' fill='%23009B3E'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  width: 138px;
  height: 138px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -100%);
  z-index: 3;
}

@media (max-width:700px) {
  .wrapper__site .section_inspiration_main .inspiration_main .play {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    width: 85px;
    height: 85px;
  }
}

.wrapper__site .section_inspiration_main .inspiration_main .play::before {
  display: block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='36' height='42' viewBox='0 0 36 42' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='path1' fill='%23ffffff' stroke='none' d='M 36 21 L 0 41.784599 L 0 0.215401 L 36 21 Z'/%3E%3C/svg%3E") center center no-repeat;
  background-size: contain;
  width: 36px;
  height: 42px;
}

@media (max-width:700px) {
  .wrapper__site .section_inspiration_main .inspiration_main .play::before {
    width: 29px;
    height: 29px;
  }
}

.wrapper__site .section_inspiration_main .inspiration_main .play.loading {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='138' viewBox='0 0 138 138' fill='none'%3E%3Cpath d='M78.7233 133.755C41.0008 146.885 6.06741 128.538 0.697363 92.7752C-4.67268 57.0122 21.5542 17.3761 59.2767 4.24544C96.9992 -8.88523 131.933 9.46188 137.303 45.2248C142.673 80.9878 116.446 120.624 78.7233 133.755Z' fill='%231D1D1D'/%3E%3C/svg%3E");
  cursor: default;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

.wrapper__site .section_inspiration_main .inspiration_main .play.loading::before {
  background-image: url("data:image/svg+xml,%3Csvg width='72' height='72' viewBox='0 0 72 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M72 36C72 45.5478 68.2072 54.7045 61.4558 61.4558C54.7045 68.2072 45.5478 72 36 72C26.4522 72 17.2955 68.2072 10.5442 61.4558C3.79285 54.7045 1.44168e-06 45.5478 0 36H7.2C7.2 43.6382 10.2343 50.9636 15.6353 56.3647C21.0364 61.7657 28.3618 64.8 36 64.8C43.6382 64.8 50.9636 61.7657 56.3647 56.3647C61.7657 50.9636 64.8 43.6382 64.8 36H72Z' fill='%23009B3E'/%3E%3Cpath d='M0 36C4.13299e-07 31.2724 0.931168 26.5911 2.74034 22.2234C4.54951 17.8557 7.20125 13.8871 10.5442 10.5442C13.8871 7.20124 17.8557 4.5495 22.2234 2.74034C26.5911 0.931166 31.2724 -6.19948e-07 36 0C40.7276 6.19948e-07 45.4089 0.931169 49.7766 2.74034C54.1443 4.54951 58.1129 7.20125 61.4558 10.5442C64.7988 13.8871 67.4505 17.8557 69.2597 22.2234C71.0688 26.5911 72 31.2724 72 36H64.8C64.8 32.2179 64.0551 28.4729 62.6077 24.9787C61.1604 21.4845 59.039 18.3097 56.3647 15.6353C53.6904 12.961 50.5155 10.8396 47.0213 9.39227C43.5271 7.94493 39.7821 7.2 36 7.2C32.2179 7.2 28.4729 7.94493 24.9787 9.39227C21.4845 10.8396 18.3097 12.961 15.6353 15.6353C12.961 18.3096 10.8396 21.4845 9.39227 24.9787C7.94493 28.4729 7.2 32.2179 7.2 36H0Z' fill='url(%23paint0_linear_3689_11628)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3689_11628' x1='8' y1='36' x2='72' y2='36' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23009B3E'/%3E%3Cstop offset='1' stop-color='%23009B3E' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 72px;
  height: 72px;
  animation: rotating 2s linear infinite;
}

@media (max-width:700px) {
  .wrapper__site .section_inspiration_main .inspiration_main .play.loading::before {
    width: 29px;
    height: 29px;
  }
}

.wrapper__site .section_inspiration_main .inspiration_main .play.loading::after {
  display: block;
  content: "Подождите, пожалуйста...";
  position: absolute;
  left: 50%;
  bottom: -30px;
  color: rgba(255, 255, 255, 0.70);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  transform: translate(-50%, 0);
}

.step_video_pc,
.step_video_mobile {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
}

.step_video_playback {
  width: 100%;
  display: none
}

.step_video_playback .play_pause {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='138' viewBox='0 0 138 138' fill='none'%3E%3Cpath d='M78.7233 133.755C41.0008 146.885 6.06741 128.538 0.697363 92.7752C-4.67268 57.0122 21.5542 17.3761 59.2767 4.24544C96.9992 -8.88523 131.933 9.46188 137.303 45.2248C142.673 80.9878 116.446 120.624 78.7233 133.755Z' fill='%23009B3E'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  position: relative;
}

.step_video_playback .play_pause::before {
  display: block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='36' height='42' viewBox='0 0 36 42' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='path1' fill='%23ffffff' stroke='none' d='M 36 21 L 0 41.784599 L 0 0.215401 L 36 21 Z'/%3E%3C/svg%3E") center center no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}

.step_video_playback .play_pause.pause::before {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='18' viewBox='0 0 8 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='2' height='18' rx='1' fill='white'/%3E%3Crect x='6' width='2' height='18' rx='1' fill='white'/%3E%3C/svg%3E");
}

.step_video_playback .play_pause:not(.pause) div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: rotate(45deg);
}

.step_video_playback .play_pause:not(.pause) div:after,
.step_video_playback .play_pause:not(.pause) div:before {
  content: '';
  position: absolute;
  border: 2px solid #009B3E;
  left: -38px;
  right: -38px;
  top: -45px;
  bottom: -45px;
  border-radius: 50%;
  animation: pulse 1.8s linear infinite;
  opacity: 0;
}

.step_video_playback .play_pause:not(.pause) div:after {
  animation-delay: .5s;
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}


.step_video_playback .track {
  height: 2px;
  background: #DCDCDB;
  margin: 40px 0 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  width: 300px;
  max-width: 100%;
}

@media (max-width: 700px) {
  .step_video_playback .track {
    width: 100%;
  }
}

.step_video_playback .track .dot {
  width: 12px;
  height: 12px;
  background: #DCDCDB;
  border-radius: 50%;
  transform: translate(0, -5px);
  transition: background .3s ease;
  position: relative;
  z-index: 3;
}

.step_video_playback .track .dot.active {
  background: #009B3E;
}

.step_video_playback .track .dot.mobile {
  display: none;
}

.step_video_playback .track .dot.pc,
.step_video_playback .track .dot.mobile {
  cursor: pointer;
}

@media(max-width:700px) {
  .step_video_playback .track .dot.pc {
    display: none;
  }

  .step_video_playback .track .dot.mobile {
    display: block;
  }
}

.step_video_playback .track .line {
  position: absolute;
  top: 0;
  left: 0;
  background: #009B3E;
  height: 2px;
  width: 0px;
  transition: width .1s linear;
  z-index: 2;
}

@media screen and (max-width: 1250px) {
  .wrapper__site .section_inspiration_main .inspiration_main .inner {
    bottom: 48px;
  }

  .wrapper__site .section_inspiration_main .inspiration_main .inspiration_main__content .title_h1 {
    font-size: 36px;
    line-height: 1em;
  }

  .wrapper__site .section_inspiration_main .inspiration_main .inspiration_main__content .subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-top: 16px;
  }
}

@media screen and (max-width: 1000px) {
  .wrapper__site .section_inspiration_main .inspiration_main {
    padding-top: 0;
    min-height: 500px;
    padding: 230px 0 48px;
  }

  .wrapper__site .section_inspiration_main .inspiration_main .inner {
    position: relative;
    flex-grow: 1;
    left: 0;
    bottom: 0;
    transform: translate(0);
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_inspiration_main .inspiration_main .inspiration_main__img img {
    display: none;
  }

  .wrapper__site .section_inspiration_main .inspiration_main .inspiration_main__img img.mobile {
    display: block;
  }

  .wrapper__site .section_inspiration_main .inspiration_main {
    min-height: 0;
    padding: 304px 0 48px;
  }

  .wrapper__site .section_inspiration_main .inspiration_main.interior_main {
    padding-top: 155px
  }

  .wrapper__site .section_inspiration_main .inspiration_main .inner {
    align-items: flex-start;
  }

  .wrapper__site .section_inspiration_main .inspiration_main .inspiration_main__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .wrapper__site .section_inspiration_main .inspiration_main.interior_main .inspiration_main__content {
    width: 100%
  }

  .wrapper__site .section_inspiration_main .inspiration_main .inspiration_main__content .title_h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .wrapper__site .section_inspiration_main .inspiration_main .inspiration_main__content .subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-top: 16px;
  }

  /* .wrapper__site .section_inspiration_main .inspiration_main_style .inspiration_main__content:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 256px;
    transform: translate(-50%, -50%) rotate(45deg);
    left: -27px;
    width: 569px;
    height: 718px;
    border: 1px solid #009B3E;
    border-radius: 50%;
    pointer-events: none;
  } */
}

/***************************************************section_articles_slider******************************************************/
.wrapper__site .section_articles_slider {
  margin-top: 96px;
  margin-bottom: 96px;
}

.wrapper__site .section_articles_slider .title_wr {
  margin-bottom: 32px;
}

.wrapper__site .section_articles_slider .articles_slider_wr {
  position: relative;
}

.wrapper__site .section_articles_slider .articles_slider_wr .swiper-slide {
  height: auto;
}

.wrapper__site .section_articles_slider .articles_slider_wr .slider_nav {
  position: absolute;
  top: -67px;
  right: 0;
}

.wrapper__site .section_articles_slider .btn_wr {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

@media screen and (max-width: 1250px) {
  .wrapper__site .section_articles_slider .articles_slider_wr .slider_nav {
    margin-top: 32px;
    position: relative;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
  }

  .wrapper__site .section_articles_slider .articles_slider_wr .slider_nav .slider_btn_wr {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_articles_slider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .wrapper__site .section_articles_slider .title_wr {
    margin-bottom: 24px;
  }

  .wrapper__site .section_articles_slider .articles_slider_wr .slider_nav {
    margin-top: 24px;
  }

  .wrapper__site .section_articles_slider .btn_wr {
    margin-top: 24px;
  }
}

/******************************************************************************************/
.title_center {
  text-align: center;
}

.title_center_desktop {
  text-align: center;
}

@media screen and (max-width: 700px) {
  .title_center_desktop {
    text-align: left;
  }
}

/*modals*/
.arcticmodal-container {
  font-family: "PT Root UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #1D1D1D;
  font-weight: 500;
}

.arcticmodal-container * {
  box-sizing: border-box;
  outline: none !important;
}

.arcticmodal-container h1,
.arcticmodal-container h2,
.arcticmodal-container h3,
.arcticmodal-container h4,
.arcticmodal-container h5,
.arcticmodal-container h6,
.arcticmodal-container p {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.arcticmodal-container .h1,
.arcticmodal-container .h2,
.arcticmodal-container .h3,
.arcticmodal-container .h4,
.arcticmodal-container .h5,
.arcticmodal-container .h6 {
  margin: 0;
  padding: 0;
  float: none;
}

.arcticmodal-container img,
.arcticmodal-container input,
.arcticmodal-container textarea,
.arcticmodal-container button,
.arcticmodal-container a {
  border: none;
  outline: none;
}

.arcticmodal-container input,
.arcticmodal-container textarea,
.arcticmodal-container button,
.arcticmodal-container a {
  color: #009B3E;
  font-weight: 700;
  font-family: "PT Root UI", sans-serif;
}

.arcticmodal-container table {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

.arcticmodal-container td,
.arcticmodal-container th {
  vertical-align: top;
  word-wrap: break-word;
}

.arcticmodal-container ul,
.arcticmodal-container ol,
.arcticmodal-container nav,
.arcticmodal-container dl {
  margin: 0;
  padding: 0;
  list-style: none;
}

.arcticmodal-container a {
  text-decoration: none;
}

.arcticmodal-container a:hover {
  text-decoration: none;
}

.arcticmodal-container button {
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0;
}

.arcticmodal-container button,
.arcticmodal-container .button {
  text-decoration: none !important;
}

.arcticmodal-container input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #1D1D1D;
  font-family: "PT Root UI", sans-serif;
}

.arcticmodal-container input::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #1D1D1D;
  font-family: "PT Root UI", sans-serif;
}

.arcticmodal-container input:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #1D1D1D;
  font-family: "PT Root UI", sans-serif;
}

.arcticmodal-container input:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #1D1D1D;
  font-family: "PT Root UI", sans-serif;
}

.arcticmodal-container input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.arcticmodal-container input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.arcticmodal-container input:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.arcticmodal-container input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.arcticmodal-container textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #1D1D1D;
  font-family: "PT Root UI", sans-serif;
}

.arcticmodal-container textarea::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #1D1D1D;
  font-family: "PT Root UI", sans-serif;
}

.arcticmodal-container textarea:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #1D1D1D;
  font-family: "PT Root UI", sans-serif;
}

.arcticmodal-container textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #1D1D1D;
  font-family: "PT Root UI", sans-serif;
}

.arcticmodal-container textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.arcticmodal-container textarea:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.arcticmodal-container textarea:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.arcticmodal-container textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.arcticmodal-container input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.arcticmodal-container input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.arcticmodal-container input[type=search]::-webkit-search-decoration,
.arcticmodal-container input[type=search]::-webkit-search-cancel-button,
.arcticmodal-container input[type=search]::-webkit-search-results-button,
.arcticmodal-container input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.arcticmodal-container input[type=number]::-webkit-inner-spin-button,
.arcticmodal-container input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  display: none;
}

.arcticmodal-container input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}

/* global */
.arcticmodal-overlay {
  background-color: rgba(29, 29, 29, 0.6) !important;
  opacity: 1 !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.g-hidden {
  display: none;
}

.g-line {
  zoom: 1;
}

.g-line:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* modal */
.b-modal {
  position: relative;
}

.b-modal_close {
  z-index: 10;
  position: absolute;
  font-size: 0 !important;
  right: 48px;
  top: 48px;
  cursor: pointer;
  background: url("/bitrix/templates/new_index/css/../images/icons/close_modal_ico.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

/* modal */
.arcticmodal-overlay,
.arcticmodal-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000 !important;
}

.arcticmodal-container {
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}

*:first-child+html .arcticmodal-container {
  height: 100%;
}

.arcticmodal-container_i {
  height: 100%;
  margin: 0 auto !important;
}

.arcticmodal-container_i2 {
  padding: 60px 30px;
  margin: 0;
  border: 0;
  vertical-align: middle !important;
}

.arcticmodal-error {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.arcticmodal-loading {
  opacity: 0;
  visibility: hidden;
  display: none;
}

/*my_styles_modal*/
.arcticmodal-container .container__modal {
  position: relative;
  width: 600px;
  max-width: calc(100vw - 60px);
  min-width: 0 !important;
  display: block;
  background-color: #ffffff;
  border-radius: 24px;
  box-sizing: border-box;
  padding: 48px;
  border: none;
  box-shadow: none;
  overflow: hidden;
}

.arcticmodal-container .container__modal .title_form {
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 24px;
}

.arcticmodal-container .container__modal .message {
  margin-top: 40px;
}

.arcticmodal-container .container__modal .input_wr {
  margin-bottom: 24px;
}

.arcticmodal-container .container__modal .input_wr input {
  width: 100%;
  height: 56px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 0 16px;
  border-radius: 16px;
  background: #F5F5F7;
  color: #1D1D1D;
}

.arcticmodal-container .container__modal .input_wr select {
  width: 100%;
  height: 56px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 0 16px;
  border-radius: 16px;
  background: #F5F5F7;
  color: #1D1D1D;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.arcticmodal-container .container__modal .input_wr input.mask_phone-js {
  /* color: #FFF; */
}

.arcticmodal-container .container__modal .input_wr input.mask_phone-js:focus {
  color: #1D1D1D;
  transition: color 0.3s ease-in-out;
}

.arcticmodal-container .container__modal .textarea_wr {
  margin-bottom: 24px;
}

.arcticmodal-container .container__modal .textarea_wr textarea {
  width: 100%;
  height: 156px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 16px;
  border-radius: 16px;
  background: #F5F5F7;
  color: #1D1D1D;
  resize: none;
  display: block;
}

.arcticmodal-container .container__modal .checkbox_wr {
  margin-top: 32px;
  display: flex;
  align-items: flex-start;
}

.arcticmodal-container .container__modal .checkbox_wr input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  width: 20px;
  height: 20px;
}

.arcticmodal-container .container__modal .checkbox_wr label {
  position: relative;
  padding-left: 28px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
}

.arcticmodal-container .container__modal .checkbox_wr label a {
  font-weight: inherit;
  color: inherit;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}

.arcticmodal-container .container__modal .checkbox_wr label a:hover {
  color: #009B3E;
  text-decoration: underline;
}

.arcticmodal-container .container__modal .checkbox_wr input+label::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  margin-top: 0;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #009B3E;
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 9px;
  border-radius: 4px;
}

.arcticmodal-container .container__modal .checkbox_wr input:checked+label::before {
  background-color: #009B3E;
  background-image: url("/bitrix/templates/new_index/css/../images/icons/check_ico.svg");
}

.arcticmodal-container .container__modal .btn_wr {
  margin-top: 40px;
}

.arcticmodal-container .container__modal.service__modal {
  width: 1140px;
  padding: 0 40px 0 0;
}

.arcticmodal-container .container__modal.service__modal .map_stores {
  margin-top: 0;
  height: 608px;
  max-height: calc(100vh - 120px);
  min-height: 360px;
}

.arcticmodal-container .container__modal.service__modal .map_stores .map_wr {
  height: 100%;
  min-height: 370px;
  border-radius: 0;
  margin-right: 24px;
  width: calc(100% - 272px);
}

.arcticmodal-container .container__modal.service__modal .map_stores .stores_wr {
  padding-top: 32px;
}

.arcticmodal-container .container__modal.service__modal .map_stores .stores_wr .stores_title {
  max-width: calc(100% - 40px);
}

.arcticmodal-container .container__modal.service__modal .map_stores .stores_wr .stores_list {
  max-height: calc(100% - 130px);
}

#modal_service-js .b-modal_close {
  top: 32px;
  right: 40px;
}

@media screen and (max-width: 1250px) {
  .arcticmodal-container .container__modal.service__modal {
    width: 700px;
    padding: 0 0 0 0;
  }

  .arcticmodal-container .container__modal.service__modal .map_stores {
    flex-direction: column;
    max-height: none;
    height: auto;
  }

  .arcticmodal-container .container__modal.service__modal .map_stores .map_wr {
    width: 100%;
    height: 400px;
    margin-right: 0;
  }

  .arcticmodal-container .container__modal.service__modal .map_stores .stores_wr {
    width: 100%;
    padding: 24px 48px 24px 48px;
  }

  .arcticmodal-container .container__modal.service__modal .map_stores .stores_wr .stores_title {
    max-width: 100%;
  }

  .arcticmodal-container .container__modal.service__modal .map_stores .stores_wr .stores_list {
    max-height: 400px;
  }

  .arcticmodal-container_i2 {
    padding: 60px 15px;
  }

  .arcticmodal-container .container__modal {
    max-width: calc(100vw - 30px);
  }

  #modal_service-js .b-modal_close {
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
  }
}

@media screen and (max-width: 700px) {
  .arcticmodal-overlay {
    background-color: #fff !important;
  }

  .b-modal_close {
    top: 16px;
    right: 16px;
  }

  .arcticmodal-container .container__modal {
    max-width: 100vw;
    padding: 48px 16px 48px;
    width: 394px;
  }

  .arcticmodal-container .container__modal .btn_wr .btn {
    width: 100%;
  }

  .arcticmodal-container .container__modal.service__modal {
    width: 100%;
  }

  .arcticmodal-container .container__modal.service__modal .map_stores .map_wr {
    height: 370px;
  }

  .arcticmodal-container .container__modal.service__modal .map_stores .stores_wr {
    width: 100%;
    padding: 24px 16px 24px 16px;
  }

  .arcticmodal-container .container__modal.service__modal .map_stores .stores_wr .stores_list {
    max-height: 400px;
  }

  .arcticmodal-container_i2 {
    padding: 0;
  }
}

.gde_form .select2-container--default .select2-selection--single {
  background-color: #F5F5F7;
  border: 1px solid #F5F5F7;
  border-radius: 18px;
  height: 48px;
}

.gde_form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px;
  padding-left: 51px;
}

.gde_form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  right: 13px;
}

.select2-container--open .select2-dropdown--below {
  background-color: #F5F5F7 !important;
  font-family: "PT Root UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #1D1D1D;
  font-weight: 500;
  border: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #272B2B !important;
}

.select2-search--dropdown {
  padding: 0px 15px 4px 15px !important;
}

body>.select2-container--open {
  z-index: 10000000;
}

.bx_filter_button_box {
  display: none;
}


.chg_city+.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 18px;
  height: 48px;
}

.chg_city+.select2-container--default.select2-container--open .select2-selection--single {
  background-color: #F5F5F7;
  border: 1px solid #F5F5F7;
}

.chg_city+.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px;
  padding-left: 51px;
  text-align: left;
}

.chg_city+.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  right: 13px;
}

.select2-container--open .select2-dropdown--below {
  background-color: #F5F5F7 !important;
  font-family: "PT Root UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #1D1D1D;
  font-weight: 500;
  border: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #272B2B !important;
}

.select2-search--dropdown {
  padding: 0px 15px 4px 15px !important;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 0 0 18px 18px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 44px;
  padding: 0 16px;
  border-radius: 16px;
  background-color: #fff;
  font-weight: 500;
  font-size: 16px;
  color: #1D1D1D;
}

.old-price {
  color: #aaa;
  text-decoration: line-through;
}

.seats_calc {
  margin-top: -48px;
}

.seats_calc .q_progress {
  position: relative;
  width: 183px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1D1D1D;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.seats_calc .q_progress .progress {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  transform: translate(-50%, -50%);
  height: 2px;
  display: flex;
  align-items: center;
  background-color: rgba(29, 29, 29, 0.15);
}

.seats_calc .q_progress .progress__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 33.33%;
  height: 100%;
  background-color: #009B3E;
}

.seats_calc_step {
  display: none;
}

.seats_calc_step.active {
  display: block;
}

.seats_calc_question {
  font-weight: 800;
  font-size: 36px;
  line-height: 48px;
  color: #1D1D1D;
}

.seats_calc_answers {
  display: flex;
  margin: 32px -12px 40px -12px;
}

.seats_calc_answer {
  border: 2px solid #F5F5F7;
  border-radius: 24px;
  padding: 50px 32px 32px 32px;
  position: relative;
  flex-grow: 1;
  margin: 0 12px;
  width: 33.33%;
  display: flex;
  flex-direction: column;
}

.seats_calc_answer.error .seats_calc_answer_selected {
  border: 2px solid #ff0000;
  display: block;
}

.seats_calc_step:nth-child(4) .seats_calc_answer {
  padding-top: 35px;
}

.seats_calc_answer input[type=radio] {
  display: none;
}

.seats_calc_answer_selected {
  border: 2px solid #009B3E;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 24px;
  display: none;
}

.seats_calc_answer input[type=radio]:checked+.seats_calc_answer_selected {
  display: block;
}

.seats_calc_answer img {
  display: block;
  margin: 0 auto auto auto;
  max-width: 200px;
}

.seats_calc_answer img.img_fix_height {
  height: 246px;
  width: 289px;
  object-fit: contain;
  object-position: bottom center;
}

.seats_calc_answer img.img_fix_height.img_wide {
  max-width: 350px;
}

@media (max-width:440px) {
  .seats_calc_answer img.img_fix_height.img_wide {
    max-width: 100%;
  }
}

.seats_calc_answer input[type=number] {
  height: 56px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 0 17px;
  font-size: 16px;
  margin: 16px 0 0 0;
  color: #1D1D1D;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}

.seats_calc_answer input[type=number].error {
  border: solid 2px #FF0000;
}

.seats_calc_title {
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  color: #1D1D1D;
  margin: 30px 0 0 0;
}

.seats_calc_step:nth-child(3) .seats_calc_title {
  margin-top: 60px;
}

.seats_calc_answer_number {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #009B3E;
  position: relative;
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 24px;
  left: 24px;
}

.seats_calc_answer_number::after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 0;
  width: 23px;
  height: 27px;
  border: 1px solid #009B3E;
  transform: rotate(45deg);
  border-radius: 20px;
}

.seats_calc_answer_desc {
  margin: 24px 0 0 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1D1D1D;
}

.seats_calc_nav {
  display: flex;
}

.seats_calc_nav .btn.prev {
  background: #FFF;
  color: #1D1D1D;
  margin: 0 20px 0 0;
}

.filter_btn_container {
  display: none;
}

@media(max-width:1250px) {
  .seats_calc_answer img {
    max-width: 100%;
  }

  .seats_calc_answer img.img_fix_height {
    width: 272px;
    height: 232px;
  }

  .seats_calc_step:nth-child(3) .seats_calc_answer {
    padding-top: 17px;
  }

  .seats_calc_step:nth-child(3) .seats_calc_title {
    margin-top: 30px;
  }

  .seats_calc_step:nth-child(4) .seats_calc_answer_desc {
    margin-bottom: auto;
  }
}

@media(max-width:768px) {
  .seats_calc_question {
    font-size: 32px;
    line-height: 40px;
  }

  .seats_calc_answers {
    display: block;
    margin: 20px 0 0 0;
  }

  .seats_calc_answer {
    width: 100%;
    margin: 0 0 20px 0;

  }
}

@media(max-width:700px) {
  .seats_calc {
    margin-top: -11px;
  }

  .wrapper__site .section_productions_single .product_single_card__right .price_wr .product_price {
    display: block;
  }

  .wrapper__site .section_productions_single .product_single_card__right .price_wr .product_price span {
    display: block;
  }
}

@media(max-width:1250px) {
  .bx_filter_button_box {
    display: block;
    background: #FFF;
    padding: 16px 16px;
    margin: 0 -16px;
    box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 100;
  }

  .bx_filter_parameters_box_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .bx_filter_parameters_box_container #set_filter {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 24px;
    background: #009B3E;
    border-radius: 24px !important;
    cursor: pointer;
    color: #fff;
    border: 1px solid #009B3E;
    background-color: #009B3E;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
    width: calc(50% - 8px);
  }

  .bx_filter_parameters_box_container #del_filter {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 24px;
    border: 1px solid #F5F5F7;
    border-radius: 24px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    background: #F5F5F7;
    color: #1D1D1D;
    width: calc(50% - 8px);
  }

  .wrapper__site .section_productions .filter_wr.filter_mobile_open form {
    height: 100%;
  }

  .wrapper__site .section_productions .filter_wr .filter_inner {
    height: calc(100% - 80px);
    overflow: auto;
  }

  .wrapper__site .section_productions .filter_wr.filter_mobile_open {
    padding-bottom: 0;
  }

  .filter_btn_container {
    display: none !important;
  }

}

.distributors {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.distributors .item {
  width: 25%;
  padding: 0 10px 20px 10px;
  box-sizing: border-box;
}

.distributors .item .org {
  font-size: inherit;
  font-weight: inherit;
  color: #009B3E;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
  line-height: 24px;
}

.distributors .item .phone,
.distributors .item .address {
  color: #1D1D1D;
  font-weight: 400;
}

@media(max-width:1250px) {
  .distributors .item {
    width: 33.33%;
  }
}

@media(max-width:700px) {
  .distributors .item {
    width: 100%;
  }
}

.wrapper__site .section_search_spare_parts,
.wrapper__site .section_information_spare_parts {
  margin-top: 48px;
}

.wrapper__site .section_information_spare_parts {
  margin-bottom: 48px;
}

.wrapper__site .section_material_spare_parts {
  margin-bottom: 96px;
}

.section_search_spare_parts .title_h2_s {
  margin-bottom: 32px;
}

.section_material_spare_parts .title_h2_s {
  margin-bottom: 48px;
}

.search_spare_parts {
  position: relative;
  display: block;
}

.search_spare_parts.mb {
  margin-bottom: 48px;
}

.search_spare_parts input {
  background: #F5F5F7;
  border-radius: 18px;
  padding: 0 20px 0 50px;
  width: 100%;
  height: 48px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #009B3E;
}

.search_spare_parts input::-webkit-input-placeholder {
  color: #009B3E;
}

.search_spare_parts .icon_svg {
  position: absolute;
  left: 15px;
  top: 11px;
}

.material_spare_parts {
  display: flex;
  justify-content: space-between;
}

.material_spare_parts .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #1D1D1D;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.material_spare_parts .item div {
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;
  margin-bottom: 9px;
}

.section_search_spare_parts .flex_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section_search_spare_parts .flex_header .title_h2_s {
  margin-bottom: 0;
}

@media screen and (max-width: 1250px) {
  .material_spare_parts {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 40px;
  }
}

@media screen and (max-width: 700px) {
  .material_spare_parts {
    grid-template-columns: auto auto;
    grid-gap: 20px;
  }

  .wrapper__site .section_material_spare_parts {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 375px) {
  .material_spare_parts .item {
    font-size: 14px;
  }
}

#photo_upload_form,
#photo_upload {
  display: none;
}

.section_questions_spare_parts {
  margin-top: 48px;
}

.questions_spare_parts {
  margin: 0 0 48px 0;
}

.questions_spare_parts .question {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 48px 0 0 0;
  margin: 48px 0 0 0;
}

.questions_spare_parts .question:first-child {
  border-top: none;
  padding: 0;
  margin: 0;
}

.questions_spare_parts .question .title_h2_s {
  color: #B8B8B9;
}

.questions_spare_parts .question.active .title_h2_s {
  color: #1D1D1D;
}

.questions_spare_parts .answers {
  margin: 24px 0 0 0;
  gap: 24px
}

.questions_spare_parts .question.root_section .answers,
.questions_spare_parts .question.sections .answers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.questions_spare_parts .question.root_section .answers .answer,
.questions_spare_parts .question.sections .answers .answer {
  display: flex;
  flex-direction: column;
}

.questions_spare_parts .answers input {
  display: none;
}

.questions_spare_parts .answer {
  display: block;
  cursor: pointer;
  position: relative;
}

.questions_spare_parts .answer img {
  display: block;
  width: 100%;
  aspect-ratio: 1.77;
  object-fit: cover;
  border-radius: 24px 24px 0 0;
}

.questions_spare_parts .answer span {
  display: block;
  padding: 32px;
  background: #F5F5F7;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  border-radius: 0 0 24px 24px;
  flex-grow: 1;
}

.questions_spare_parts .answer svg {
  display: none;
  position: absolute;
  left: 12px;
  top: 12px;
}

.questions_spare_parts .answers input:checked+label.answer svg {
  display: block;
}

.section_questions_spare_parts .result {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 24px 0 0 0;
  display: none;
}

@media (max-width: 1250px) {

  .questions_spare_parts .question.root_section .answers,
  .questions_spare_parts .question.sections .answers {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width:700px) {

  .questions_spare_parts .question.root_section .answers,
  .questions_spare_parts .question.sections .answers {
    grid-template-columns: 1fr;
  }

  .questions_spare_parts .answer span {
    margin-top: 12px;
  }

  .questions_spare_parts .question {
    padding: 24px 0 0 0;
    margin: 24px 0 0 0;
  }

  .wrapper__site .answers .radio_wr {
    margin-bottom: 0;
  }

  .section_questions_spare_parts .result {
    border: none;
  }
}

.productions .not_found {
  grid-column: span 4;
}

@media(max-width:700px) {
  .productions .not_found {
    margin-top: 24px;
  }
}

.inspiration .project_card__img .hover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  opacity: 0;
  transition: all 0.3s ease-in-out
}

.inspiration .project_card__img:hover .hover {
  opacity: 1;
}

.inspiration .project_card__img .hover img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.inspiration_author {
  margin-bottom: 96px;
}

@media screen and (max-width: 700px) {
  .inspiration_author {
    margin-bottom: 48px;
  }
}

.inspiration_author_head {
  display: flex;

  border-radius: 24px;
  overflow: hidden;
  margin: 20px 0 0 0;
}

.inspiration_author_head>img {
  width: 40%;
  height: auto;
  display: block;
  object-fit: cover;
}

.inspiration_author_head .info {
  display: flex;
  flex-direction: column;
  padding: 100px;
  background: #F2F2F7;
  width: 60%;
  box-sizing: border-box;
}

.inspiration_author_head .desc {
  margin: 16px 0 0 0;
}

.inspiration_author_head .info img {
  display: block;
  width: 50%;
  margin: 40px 0 0 0;
}

.inspiration_author_preview {
  display: block;
  text-decoration: none;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.inspiration_author_preview.mt50 {
  margin-top: 50px;
}

.inspiration_author_preview img {
  display: block;
  width: 100%;
}

.inspiration_author_preview .project_card__title {
  color: #FFF;
}

.inspiration_author_preview svg {
  display: block;
  margin: 24px 0 0 0;
}

.inspiration_author_preview .hover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px;
  opacity: 0;
  transition: all 0.3s ease-in-out
}

.inspiration_author_preview:hover .hover {
  opacity: 1;
}

@media screen and (max-width: 1250px) {
  .inspiration_author_head .info {
    padding: 40px;
  }

}

@media screen and (max-width: 700px) {
  .inspiration_author_head {
    flex-wrap: wrap;
  }

  .inspiration_author_head>img,
  .inspiration_author_head .info {
    width: 100%;
  }

  .inspiration_author_head .info {
    order: 1;
  }

  .inspiration_author_head .info {
    padding: 24px;
  }

  .inspiration_author_head .info img {
    width: 100%;
    margin-top: 30px;
  }

  .inspiration_author_preview img {
    aspect-ratio: 1;
    object-fit: cover;
  }

  .inspiration_author_preview .hover {
    opacity: 1;
  }
}

.wrapper__site .section_inspiration_main .inspiration_main .inspiration_main__content .subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  max-width: 600px;
  text-align: left;
}

.section_productions_gallery.inspiration {
  margin-top: 100px;
}

.wrapper__site .section_productions_gallery.inspiration .slider_nav {
  display: none;
}

.inspiration_plan_name {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1em;
  margin: 100px 0 92px 0;
}

@media (max-width:700px) {
  .inspiration_plan_name {
    font-size: 32px;
    margin: 48px 0;
  }
}

@media (max-width:1250px) {
  .inspiration_plan_name .inspiration_plan_name_s {
    display: none;
  }
}

@media (min-width:1250px) {
  .inspiration_plan_name_s.mobile {
    display: none;
  }
}

.inspiration_plan_name_s {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1em;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 5px;
}

.inspiration_plan_name_s.mobile {
  margin: 48px 0 0 0;
}

.inspiration_plan_name_s sup {
  font-size: 0.5em;
}

.inspiration_plan_name_s span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.inspiration_plan {
  display: flex;
  justify-content: center;
}

.inspiration_plan a {
  display: block;
}

.inspiration_plan a img {
  display: block;
  max-width: 100%;
}

@media screen and (max-width: 700px) {
  .wrapper__site .section_productions_gallery.inspiration .slider_nav {
    display: flex;
  }

  .section_productions_gallery.inspiration {
    margin-top: 24px;
  }
}

.contact_two_map {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
}

.contact_two_map .title_h1_s {
  margin-bottom: 36px;
}

.contact_two_map .col {
  width: 49%;
}

.contact_two_map .contact_general_city {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #009B3E;
  padding: 6px 0;
}

.contact_two_map .two_address {
  display: flex;
}

.contact_two_map .address {
  margin: 24px 0 0 0;
}

.contact_two_map .two_address .address:not(:last-child) {
  margin-right: 48px;
}

.contact_two_map .address .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.contact_two_map .address .val {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin: 9px 0 0 0;
}

.contact_two_map .address .phone {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #009B3E;
  margin: 9px 9px 0 0;
  display: inline-block;
}

.contact_two_map .tabs .nav_cnt {
  overflow: auto;
}

.contact_two_map .tabs nav {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.contact_two_map .tabs nav a {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #009B3E;
  text-decoration: none;
  margin-bottom: 1px;
  padding: 0 12px 10px 12px;
  white-space: nowrap;
}

.contact_two_map .tabs nav a.active {
  border-bottom: solid 2px #009B3E;
  margin-bottom: -1px;
}

.contact_two_map .tab_content {
  display: none;
}

.contact_two_map .tab_content.active {
  display: block;
}

.contact_two_map .map {
  height: 300px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin: 36px 0 0 0;
}

@media(max-width:1250px) {
  .contact_two_map {
    gap: 30px 0;
  }

  .contact_two_map .col {
    width: 100%;
  }

  .contact_two_map .col:first-child {
    margin-bottom: 60px;
  }
}

@media(max-width:700px) {
  .contact_two_map .col:first-child {
    margin-bottom: 34px;
  }

  .contact_two_map .title_h1_s {
    margin-bottom: 20px;
    font-size: 35px;
  }

  .contact_two_map .two_address {
    justify-content: space-between
  }

  .contact_two_map .address .phone,
  .contact_two_map .address .val {
    font-size: 14px;
  }

  .contact_two_map .two_address .address:not(:last-child) {
    margin-right: 17px;
  }
}

.inspiration_total {
  border-radius: 16px;
  background: #F5F5F7;
  padding: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.inspiration_total div {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.inspiration_total div span {
  display: block;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3em
}

.subsections {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 48px;
}

@media screen and (max-width: 700px) {
  .subsections {
    grid-template-columns: repeat(2, 1fr);
  }
}

.subsections a {
  display: block;
  border-radius: 12px;
  background: #F2F2F7;
  height: 96px;
  box-sizing: border-box;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #1D1D1D;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

@media screen and (max-width: 700px) {
  .subsections a {
    height: 70px;
  }
}

.subsections a:hover {
  color: #009B3E;
}

.subsections a img {
  width: 64px;
  height: 64px;
  object-fit: contain;

}

@media screen and (max-width: 700px) {
  .subsections a img {
    width: 32px;
    height: 32px;
  }
}

.often_searched .title {
  color: #1D1D1D;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}

.color_pages_nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 80px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.10);
  padding-bottom: 96px;
}

.color_pages_nav a {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.color_pages_nav img {
  display: block;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  margin: 0 auto 20px auto;
}

@media (max-width:700px) {
  .color_pages_nav {
    flex-direction: column;
    align-items: center;
    gap: 48px;
    padding-bottom: 48px;
  }

  .color_pages_nav a {
    font-size: 18px;
  }

  .color_pages_nav img {
    width: 60px;
    height: 60px;
    margin: 0 auto 8px auto;
  }
}

.wrapper__site table.iddis_widget {
  width: 100%;
  border-collapse: initial;
}

.iddis_widget td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px 0;
  vertical-align: middle;
}

/* .iddis_widget tr:first-child td {
  padding-top: 0;
} */

.iddis_widget tr:last-child td {
  padding-bottom: 0;
  border-bottom: none;
}

.iddis_widget td:last-child,
.iddis_widget td:last-child .btn {
  width: 208px;
}

.iddis_widget_info {
  display: grid;
  grid-template-columns: 80px auto;
  gap: 20px;
  align-items: center;
  max-width: 360px;
}

.iddis_widget_info img {
  height: auto;
  display: block;
}

.iddis_widget_info_detail_article {
  color: rgba(0, 0, 0, 0.50);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
}

.iddis_widget_info_detail_title {
  font-weight: 500;
  line-height: 1.5;
}

.iddis_widget td.price {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.33;
}

@media (max-width: 1250px) {
  .iddis_widget td:first-child {
    display: none;
  }
}

@media (min-width: 699px) {
  .iddis_widget_info.mobile {
    display: none;
  }
}

@media (max-width: 700px) {
  .wrapper__site table.iddis_widget {
    margin-top: 20px;
  }

  .iddis_widget td {
    padding: 20px 0;
  }

  .iddis_widget tr:first-child td {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .iddis_widget td img {
    height: 15px;
    width: auto;
  }

  .iddis_widget td.price {
    font-size: 16px;
  }

  .iddis_widget td:last-child,
  .iddis_widget td:last-child .btn {
    width: 86px;
  }

  .iddis_widget td:last-child .btn {
    min-height: 32px;
    height: 32px;
  }
}

/* Content spoiler styles for content_box__site */
.wrapper__site .content_box__site.spoiler-container {
  position: relative;
}

.wrapper__site .content_box__site.spoiler-container.collapsed {
  max-height: 7.2em;
  /* Примерно 5 строк при line-height 1.44 */
  overflow: hidden;
}

.wrapper__site .content_box__site.spoiler-container.collapsed:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(transparent, #fff);
  pointer-events: none;
}

.wrapper__site .spoiler-button {
  margin-top: 24px;
}

@media screen and (max-width: 700px) {
  .wrapper__site .content_box__site.spoiler-container.collapsed {
    max-height: 6em;
    /* Меньше для мобильных */
  }

  .wrapper__site .spoiler-button {
    margin-top: 16px;
  }
}
/* End */


/* Start:/bitrix/templates/new_index/components/bitrix/search.title/search_sphinx/style.css?17466109394489*/
div.title-search-result {
	display:none;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow:hidden;
	z-index:205;
	border-top: 2px solid #E4E4E4;
	margin-top: 5px;
}
div.title-search-result > div{
	position: relative;
	z-index: 1;
}
div.title-search-result > div.first {
	flex-basis: 25%;
	border-right: 1px solid #E4E4E4;
	margin-right: 30px;
}
div.title-search-result > div.second {
	flex-basis: 30%;
	border-right: 1px solid #E4E4E4;
	margin-right: 30px;
}
div.title-search-result > div.three {
	flex-basis: auto;
	min-width: 280px;
}

div.title-search-result > div.first > div > span {
	display: block;
	margin-bottom: 80px;
}
div.title-search-result > div.first > div > span + p {
	font-size: 14px;
}
div.title-search-result > div.first > div > ul {
	list-style-type: none;
}
div.title-search-result > div.first > div > ul > li {
	margin: 15px 0;
}
div.title-search-result > div.first > div > ul > li > a, .search_link {
	padding: 5px 0;
	text-decoration: none;
	color: #000000;
	transition: color .3s;
}
div.title-search-result > div.first > div > ul > li > a:hover, .search_link:hover {
	color: #009B3F;
}
div.title-search-result > div.second > ul {
	list-style-type: none;
}
div.title-search-result > div.second > ul > li {
	margin: 10px 0;
}
div.title-search-result > div.second > ul > li > a {
	display: flex;
	text-decoration: none;
}
div.title-search-result > div.second > ul > li > a > div:first-of-type {
	position: relative;
	width: 100px;
	height: 100px;
	margin-right: 10px;
}
div.title-search-result > div.second > ul > li > a > div:first-of-type > img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: -50%;
	left: -50%;
	transform: translate(50%, 50%);
	object-fit: cover;
}
div.title-search-result > div.second > ul > li > a > div:last-of-type  {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: "PT Root UI", sans-serif;
	font-style: normal;
	font-weight:normal;
	font-size: 15px;
	line-height: 17.25px;
	color: #000000;
}
div.title-search-result > div.second > ul > li > a > div:last-of-type > p:first-of-type {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
}
div.title-search-result > div.second > ul > li > a > div:last-of-type > p:last-of-type {
	transition: color .3s;
}

div.title-search-result > div.second > ul > li > a > div:last-of-type > p:last-of-type:hover {
	color: #009B3F;
}
div.title-search-result > div.three > a {
	display: inline-block;
	text-decoration:none;
	color: #000000;
	transition: color .3s;
}
div.title-search-result > div.three > a > div {
	position: relative;
	width: 280px;
	height: 280px;
}
div.title-search-result > div.three > a > div > img {
	position:absolute;
	top: -50%;
	left: -50%;
	width: 100%;
	height: 100%;
	transform: translate(50%, 50%);
	object-fit: cover;
}
div.title-search-result > div.three > a > p {
	margin-top: 10px;
}
div.title-search-result > div.three > a > p:hover {
	color: #009B3F;
}
@media(max-width: 1350px) {
	div.title-search-result > div.first {
		flex-basis: 23%;
		margin-right: 20px;
	}
	div.title-search-result > div.second {
		flex-basis: 40%;
		margin-right: 20px;
		padding-right: 20px;
	}
	div.title-search-result > div.three {
		min-width: 250px;
	}
	div.title-search-result > div.three > a > div {
		width: 250px;
		height: 250px;
	}
}
@media(max-width: 1024px) {
	div.title-search-result {
		max-width: 100%;
		flex-wrap: wrap;
	}
	div.title-search-result > div.first {
		flex-basis: 40%;
	}
	div.title-search-result > div.second {
		flex-basis: 50%;
		margin-right: 0;
		padding-right: 20px;
		border-right: none;
	}
	div.title-search-result > div.three {
		flex-basis: 100%;
		margin-top: 25px;
		text-align: center;
		padding-top: 20px;
		border-top: 1px solid #E4E4E4;
	}
}
@media(max-width: 650px) {
	div.title-search-result > div.first {
		flex-basis: 100%;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
		border-right: none;
	}
	div.title-search-result > div.second {
		flex-basis: 100%;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
		padding-right: 0;
		border-top: 1px solid #E4E4E4;
		margin-top: 25px;
	}
	div.title-search-result > div.three {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	div.title-search-result > div.first > div > span {
		margin-bottom: 40px;
	}
}
/* End */
/* /bitrix/templates/new_index/fonts/fonts.css?16689485631756 */
/* /bitrix/templates/new_index/css/lib/jquery.fancybox.css?165763222517390 */
/* /bitrix/templates/new_index/css/lib/swiper-bundle.css?164114478015563 */
/* /bitrix/templates/new_index/css/lib/nice-select.css?16411447804007 */
/* /bitrix/templates/new_index/css/lib/tippy.css?16411447801409 */
/* /bitrix/templates/new_index/css/lib/jquery-ui.css?164114478037452 */
/* /bitrix/templates/new_index/css/lib/select2.min.css?166895477116264 */
/* /bitrix/templates/new_index/css/styles.css?1751020565343298 */
/* /bitrix/templates/new_index/components/bitrix/search.title/search_sphinx/style.css?17466109394489 */
