

/* Start:/local/templates/vapse/css/general/reset.css?17842321195756*/
html {
    box-sizing: border-box;
    cursor: default;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}
* {
    outline: 0;
}
*,
::after,
::before {
    box-sizing: inherit;
}
::-moz-selection {
    color: #fff;
    background: #1b64fa;
}
::selection {
    color: #fff;
    background: #1b64fa;
}
body,
html {
    font-family: "Montserrat", sans-serif;
    background-color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    line-height: 135%;
    color: #202732;
    margin: 0;
    padding: 0;
}
/* body {
  overflow-x: hidden;
} */
body.filter-lock,
body.lock {
    overflow: hidden;
    height: 100vh;
}
body.filter-lock {
    position: relative;
}
body.filter-lock::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    background-color: #1e242e;
    z-index: 1001;
    transition: all 0.3s;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
.h1,
.h2,
h1,
h2 {
    font-weight: 600;
}
.h1,
h1 {
    font-size: 48px;
    line-height: 120%;
}
.h2,
h2 {
    font-size: 40px;
}
.h2,
.h3,
.h4,
h2,
h3,
h4 {
    line-height: 120%;
}
.h3,
h3 {
    font-weight: 600;
    font-size: 32px;
}
.h4,
h4 {
    font-weight: 500;
    font-size: 29px;
}
.h4_item,
.h5,
h4_item,
h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
}
.h5,
h5 {
    font-weight: 500;
    font-size: 20px;
}
ol,
ul {
    padding-left: 0;
    list-style-type: none;
}
ol,
p,
ul {
    margin-top: 0;
    margin-bottom: 0;
}
figure {
    margin: 0 auto;
}
sub,
sup {
    line-height: 1em;
    font-size: 0.75em;
}
a {
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transition-property: background-size;
    text-decoration: none;
    cursor: pointer;
}
[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    padding: 0;
    border: 0;
    background-color: transparent;
    margin: 0;
}

[role="button"][disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled],
button[disabled] {
    cursor: initial;
}
[type="button"] {
    cursor: pointer;
}
select:focus {
    color: #000000;
}
select,
textarea {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
}
select::placeholder,
textarea::placeholder {
    opacity: 1;
}
input[type="email"]::-ms-clear,
input[type="email"]::-ms-reveal,
input[type="password"]::-ms-clear,
input[type="password"]::-ms-reveal,
input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal,
input[type="tel"]::-ms-clear,
input[type="tel"]::-ms-reveal,
input[type="text"]::-ms-clear,
input[type="text"]::-ms-reveal {
    display: none;
}
input[type="email"]::-webkit-search-cancel-button,
input[type="email"]::-webkit-search-decoration,
input[type="email"]::-webkit-search-results-button,
input[type="email"]::-webkit-search-results-decoration,
input[type="password"]::-webkit-search-cancel-button,
input[type="password"]::-webkit-search-decoration,
input[type="password"]::-webkit-search-results-button,
input[type="password"]::-webkit-search-results-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration,
input[type="tel"]::-webkit-search-cancel-button,
input[type="tel"]::-webkit-search-decoration,
input[type="tel"]::-webkit-search-results-button,
input[type="tel"]::-webkit-search-results-decoration,
input[type="text"]::-webkit-search-cancel-button,
input[type="text"]::-webkit-search-decoration,
input[type="text"]::-webkit-search-results-button,
input[type="text"]::-webkit-search-results-decoration {
    display: none;
}
input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}
select {
    cursor: pointer;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
select::-ms-expand {
    display: none;
}
textarea {
    resize: none;
}
img,
video {
    height: auto;
}
img,
svg,
use,
video {
    display: block;
}
img,
svg,
video {
    max-width: 100%;
}
hr {
    border: 0;
    height: 1px;
    margin: 0;
    width: 100px;
    background-color: fade(#000, 18%);
}

@media (max-width: 1320px) {
    .h3,
    h3 {
        font-size: 28px;
    }
}
@media (max-width: 1190px) {
    .h1,
    h1 {
        font-size: 40px;
    }
    .h2,
    h2 {
        font-size: 32px;
    }
    .h3,
    h3 {
        font-size: 26px;
    }
    .h4,
    h4 {
        font-size: 24px;
    }
    .h5,
    h5 {
        font-size: 18px;
    }
}
@media (max-width: 760px) {
    .h1,
    h1 {
        font-size: 40px;
    }
    .h2,
    h2 {
        font-size: 20px;
    }
    .h4,
    h4 {
        font-size: 24px;
    }
    .h5,
    h5 {
        font-size: 18px;
    }
}
/* End */


/* Start:/local/templates/vapse/css/fancybox.css?178423211915553*/

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-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;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-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;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;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--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{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;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-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.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:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.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}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,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%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.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:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.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:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.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:scaleX(1) translateZ(0)}.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:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;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:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;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}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}


.fancybox-thumbs {
    background: transparent !important;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    left: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.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%;
    height: 100%;
    top: 50px;
    width: 100px;
    width: 100%;
    display: flex;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    left: 30px;
    margin-top: 20px;
}

.fancybox-thumbs__list a {
    background-size: contain !important;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0 !important;
}

.fancybox-thumbs__list a::before {
    border: 2px solid #333333 !important;
    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;
    background: transparent;
    border-radius: 5px;
}

.fancybox-thumbs__list a {
    background-color: rgb(255 255 255 / 10%) !important;
    width: 60px;
    height: 60px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 20% !important;
    background-color: transparent !important;
}

.fancybox-navigation .fancybox-button {
    visibility: visible;
    opacity: 1 !important;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
    --size: 4rem;
    --marging-value: 2rem;
    color: #e21235;
    width: var(--size);
    height: var(--size);
    padding: .8rem;
    border-radius: 50%;
    box-shadow: 0 .1rem 2rem #04061c1a;
    overflow: hidden;
    border-radius: 50%;
    display: block;
}

.fancybox-button svg path {
    fill: #e21235;
    stroke-width: 0;
}

button.fancybox-button.fancybox-button--zoom {
    display: none !important;
}

button.fancybox-button.fancybox-button--play {
    display: none !important;
}

button.fancybox-button.fancybox-button--thumbs {
    display: none !important;
}

.fancybox-button svg path {
    fill: #babac0;
    stroke-width: 0;
}

.fancybox-button {
    background: rgb(255 255 255 / 60%) !important;
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 40px !important;
    background-color: transparent !important;
}

/* End */


/* Start:/local/templates/vapse/css/general/base.css?178423211922926*/
@-webkit-keyframes rotateStar {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes rotateStar {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes mainPoint {
    0%,
    to {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1.05);
    }
}
@keyframes mainPoint {
    0%,
    to {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1.05);
    }
}
@-webkit-keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes endPoint {
    0%,
    to {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}
@keyframes endPoint {
    0%,
    to {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}
@font-face {
    font-family: "TTCommons";
    src: url("/local/templates/vapse/css/general/../fonts/TT Commons Regular/TT Commons Regular.eot");
    src: url("/local/templates/vapse/css/general/../fonts/TT Commons Regular/TT Commons Regular.eot?#iefix")
    format("embedded-opentype"),
    url("/local/templates/vapse/css/general/../fonts/TT Commons Regular/TT Commons Regular.woff") format("woff"),
    url("/local/templates/vapse/css/general/../fonts/TT Commons Regular/TT Commons Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
/* .main {
  overflow: hidden;
} */
.main-container {
    position: relative;
    z-index: 10;
}

.wrapper {
    max-width: 1630px;
    margin: 0 auto;
    padding: 0 15px;
}
.bg-dark-blue {
    background: #1E242E;
}
.bg-white {
    background: #fff;
}
.bg-blue {
    background: #f1f7ff;
}
.bg-white-gray {
    background: #F9F9F9;
}
.bg-gray {
    background:#F5FAF9;
}
.c-white {
    color: #fff;
}
.fancybox-slide--html {
    padding: 0;
}
.fancybox-button {
    display: none;
}
.flex,
.flex-center {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.gap-8 {
    gap: 8px;
}
.flex-center {
    justify-content: center;
}
.img-cover img,
.svg-cover svg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.img-contain img,
.logo img,
.svg-contain svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.logo {
    height: 42px;
    display: block;
}
.logo img {
    -o-object-position: left;
    object-position: left;
}
.breadcrumbs ul li:last-child::after,
.logo img:last-child {
    display: none;
}
.btn.oncart {
    color: #202732;
}
.btn.oncart:hover {
    color: #ffffff;
}
.btn.oncart::before{
    background: #fff;
    border: 1px solid #EA4C2F;
}
html body .noUi-horizontal .noUi-handle.noUi-handle-upper {
    right: -10px;
}

.fl-row {
    flex-direction: row;
}
.fl-wrap {
    flex-wrap: wrap;
}

.mb-15 {
    margin-bottom: 15px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-40 {
    margin-bottom: 40px;
}

.mt-20 {
    margin-top: 20px;
}
.mt-40 {
    margin-top: 40px;
}

.modal__body .text p {
    margin-bottom: 20px;
}
.modal--w-md {
    max-width: 776px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-45 {
    margin-bottom: 45px;
}
.fw-bold {
    font-weight: 600;
}
.btn--sm {
    padding: 13px 55px;
}

.fancybox-slide:focus,
.modal:focus {
    color: #000000;
}
.modal__body {
    color: #000000;
}
.highlight {
    color: #EA4C2F;
}
.btn {
    font-family: "Montserrat", sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    border: 1px solid transparent;
    color: #ffffff;
    padding: 16px 24px;
    border-radius: 100px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s;
}
.btn:focus {
    color: #ffffff;
}
.btn::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #EA4C2F;
    border-radius: 100px;
    z-index: 1;
}
.btn::after,
.btn::before,
.btn:hover::before {
    transition: opacity 0.3s ease-in-out;
}
.btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #414141;
    border-radius: 100px;
}
.btn span,
.btn svg {
    position: relative;
    z-index: 10;
}
.bx-blue .btn.btn-default.SDEK_selectPVZ {
    background: #EA4C2F;
    border-color: #EA4C2F;
}
.bx-blue .btn.btn-default.SDEK_selectPVZ:hover {
    background: #414141;
    border-color: #414141;
}
.btn.SDEK_selectPVZ::after,
.btn.SDEK_selectPVZ::before {
    display: none;
}
.btn--dark,
.btn--item {
    background: 0 0;
    color: #EA4C2F;
    border: 1px solid #EA4C2F;
}
.btn--dark::after,
.btn--dark::before,
.btn--item::after,
.btn--item::before,
.checbox input,
.checbox-item input {
    display: none;
}
.btn--item.btn--purple {
    color: #202732;
    border-color: #202732;
    transition: all 0.3s;
}
.btn--item.btn--purple:hover {
    background-color: #414141;
    color: #ffffff;
}
.btn--dark:hover,
.btn--item:hover {
    color: #ffffff;
    background-color: #EA4C2F;
    transition: all 0.3s;
}
.btn--dark {
    border: 1px solid #EA4C2F;
}
.btn--dark:hover {
    border-color: #EA4C2F;
}
.btn:hover {
    color: #fff;
}
.btn:hover::before {
    opacity: 0;
}
.btn--link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    background: none;
    color: #EA4C2F;
}

.btn--link:after,
.btn--link:before {
    display: none;
}
.btn--link:hover {
    color: #EA4C2F;
}
.btn--empty {

}
.btn--empty {
    border: 1px solid #EA4C2F;
    color: #EA4C2F;
}
.btn--xl {
    width: 100%;
    max-width: 289px;
}
.btn--xxl {
    width: 100%;
    max-width: 383px;
}
.btn--empty:after,
.btn--empty:before {
    display: none;
}
.btn--empty:hover:after,
.btn--empty:hover:before,
.btn--empty:hover,
.btn--empty:hover {
    color: #ffffff;
    background-color: #EA4C2F;
    transition: all 0.3s;
}
.btn--color-black {
    color: #202732;
}
.btn.disabled {
    opacity: .5;
}
.btn[disabled],
.btn--disabled {
    opacity: .5;
}
.btn-timer__start-text {
    display: block;
}
.btn-timer__disabled-text {
    display: none;
}
.btn--disabled .btn-timer__start-text {
    display: none;
}
.btn--disabled .btn-timer__disabled-text {
    display: block;
}
.link {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #EA4C2F;
}
.link svg {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 12px;
}
.btn:hover,
.link,
.link svg,
.link svg * {
    transition: all 0.3s;
}
.link--purple {
    color: #EA4C2F;
}
.link--purple svg * {
    stroke: #EA4C2F;
    transition: all 0.3s;
}
.link:hover {
    text-decoration: underline;
}
.link:hover svg {
    transform: translateX(5px);
    transition: transform 0.3s;
}
.hits__link {
    margin-left: auto;
}
.bg-white {
    background: #fff;
    position: relative;
}
.more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    text-align: center;
    background: transparent;
    border: 1px solid #8E9297;
    color: #8E9297;
    font-size: 14px;
    cursor: pointer;
}
.more-btn:after,
.more-btn:before {
    background: transparent;
}
.more-btn:hover,
.more-btn:focus {
    color: #ffffff;
    border-color: transparent;
}
.more-btn__text-hide {
    display: none;
}
.is-hide .more-btn__text-show {
    display: none;
}
.is-hide .more-btn__text-hide {
    display: block;
}
.more-btn:focus:after,
.more-btn:hover:after {
    background: linear-gradient(45deg, #2b3547 0, #2b3547 0.01%, #3b414b 100%);
}
.more-btn._hide {
    display: none;
}
.js-hidden-group.is-hidden {
    display: none;
}
.btn-more-chars {
    display: none;
}
.btn-more-chars.is-show {
    display: flex;
}
.w916 {
    max-width: 916px;
}
.wrapper--sm {
    max-width: 1270px;
}
.dn {
    display: none;
}

[data-drag-scroll] {
    overflow-x: auto;
    cursor: grab;
    user-select: none;
}

[data-drag-scroll].is-dragging {
    cursor: grabbing;
}
[data-drag-scroll]::-webkit-scrollbar {
    display: none;
}
.hr {
    background: #202732;
    height: 0.5px;
    width: 100%;
    margin-bottom: 12px;
}

.fancybox-gallery .fancybox-bg {
    opacity: 1 !important;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    background: #fff !important;
}

.fancybox-button svg path {
    fill: #EA4C2F !important;
    stroke-width: 0;
}

#one-click-modal {
    max-width: 674px;
}
.text_success {
    text-align: center;
}


#registration-modal {
    padding: 30px 15px 25px;
    background-color: #303948;
    border-radius: 10px;
    margin: 50px 15px;
    width: calc(100% - 30px);
    max-width: 364px;
    overflow: visible;
    position: relative;
}

#registration-modal button.fancybox-button.fancybox-close-small {
    display: none;
}


.disabled {
    cursor: auto;
    /* background: #000; */

}
.page-card-order_item.found-cheaper-coursor {
    cursor: pointer;
}
.page-card-order_items {
    gap: 14px;
}
.page-card-order_items .page-card-order_item {
    color: #202732;
    align-items: center;
    justify-content: center;
    width: calc(50% - 6px);
    height: 70px;
    padding-bottom: 24px;
}
.social-link-big .social-link-big__text {
    margin-left: 14px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20.3px;
}

.social-link-big img {
    flex: 0 0 auto;
    max-width: 26px;
    transition: all .3s ease;
}
.social-link-big:hover img {
    transform: scale(1.1, 1.1);
}
@media (max-width: 400px) {
    .page-card-order_items {
        flex-wrap: wrap;
    }
    .page-card-order_items .page-card-order_item {
        width: 100%;
    }
}
/* Форма в оформлении */
#entry-modal {
    padding: 30px 15px 25px;
    background-color: #F9F9F9;
    border-radius: 10px;
    margin: 50px 15px;
    width: calc(100% - 30px);
    max-width: 364px;
    overflow: visible;
    position: relative;
}

#entry-modal .fancybox-close-small {
    display: none;
}

.hide {
    display: none !important;
}

.hide.active_product {
    display: block !important;
}
.mb-30 {
    margin-bottom: 30px;
}
.pb-30 {
    padding-bottom: 30px;
}
.title .icon {
    width: 30px;
}
.title .icon svg {
    height: 100%;
}
.checbox_hidden {
    display: none;
}

a.checbox-item.js-prop-link.checbox_hidden.show {
    display: block;
}

label.checbox.checbox_dark.disabled {
    display: none;
}
.seo-box {

}
.seo-box h2 {
    margin-bottom: 24px;
}
.seo-box h3 {
    margin-bottom: 24px;
}
.seo-box p {
    line-height: 20px;
    margin-bottom: 16px;
}
.seo-box p a {
    color: #EA4C2F;
}
.seo-box ul {
    margin: 24px 0;
}
.seo-box ul li {
    position: relative;
    padding: 4px 0 2px 16px;
}
.seo-box ul li:before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    content: '';
    background: #000;
    border-radius: 50%;
}
@media (max-width: 768px) {
    .seo-box h2 {
        font-size: 24px;
    }
    .seo-box h3 {
        margin-top: 20px;
        margin-bottom: 12px;
        font-size: 20px;
    }
    .mb-sm-15 {
        margin-bottom: 15px;
    }
}

@media (max-width: 760px) {
    .fixed-nav ~ .bx-context-toolbar-empty-area  div.open-cmm.cmm-tooltip-wrap {
        bottom: 130px!important;
    }
    div.open-cmm.cmm-tooltip-wrap {
        left: 15px;
        bottom: 70px !important;
    }
    .main {
        overflow: hidden;
    }
}

@media (max-width: 992px) {
    .tab-nav {
        width: auto;
        white-space: nowrap;
    }

    .tab-nav .tab-link {
        color: #8e9297;
        margin-right: 30px;
        display: inline-block;
    }
}

@media (max-width: 992px) {
    .sticky-wrapper {
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .sticky-wrapper::-webkit-scrollbar {
        width: 0;
    }

    .sticky-wrapper.active {
        position: fixed;
        left: 0;
        top: 0;
        background: #fff;
        margin-top: 0;
        padding: 20px 50px 10px;
        z-index: 10;
    }
}

@media (max-width: 992px) {
    .sticky-wrapper.active .top-item-panel {
        display: flex !important;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
    }

    .sticky-wrapper.active {
        padding: 20px 10px 10px;
        z-index: 2000;
    }
    .tab-nav {
        width: auto;
        white-space: nowrap;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .sticky-wrapper .to-cart {
        margin-left: auto;
        margin-right: 20px;
    }

    .sticky-wrapper.active .top-item-panel {
        display: none !important;
    }

    .sticky-wrapper.active {
        margin-top: 65px;
    }
}

@media (max-width: 992px) {
    .fancybox-navigation .fancybox-button--arrow_left {
        left: 0 !important;
    }

    .fancybox-thumbs.fancybox-thumbs-y{
        display: none;
    }

    button.fancybox-button.fancybox-button--arrow_right {
        right: 20px !important;
    }

    .found-cheaper-modal {
        padding: 20px;
        min-width: auto;
    }
}

button.fancybox-button.fancybox-button--close {
    right: 30px !important;
    padding: 7px;
    --size: 4rem;
    --marging-value: 2rem;
    color: #e21235;
    width: var(--size);
    height: var(--size);
    padding: 0.8rem;
    border-radius: 50%;
    box-shadow: 0 0.1rem 2rem #04061c1a;
    overflow: hidden;
    border-radius: 50%;
    display: block;
    top: 20px;
}

.sticky-wrapper.active .top-item-panel {
    display: flex !important;
}

.sticky-wrapper {
    display: none;
    z-index: 10;
}
.sticky-wrapper.active {
    top: 78px;
}


.fancybox-thumbs__list a::before {
    border: 2px solid #EA4C2F !important;
}

.found-modal {
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.found-cheaper-modal {
    max-width: 674px !important;
}


#card-modal {
    max-width: 674px;
}

#add-review-modal {
    max-width: 674px;
}

.out {
    position: fixed;
    width: 100%;
}
@media (max-width: 992px) {
    .sticky-wrapper.active {
        z-index: 10;
    }
}

.btn--reload:hover {
    color: #ffffff;
}
.btn--reload {
    width: 71px;
    height: 70px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #000;
    display: none;
    z-index: 9999;
    opacity: 0.7;
}

.d-flex {
    display: flex;
}

.swiper-btn-circle {
    position: absolute;
    top: 50%;
    z-index: 50;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: #FFF;
    display: flex;
    align-items: center;
    border-radius: 100%;
    justify-content: center;
    cursor: pointer;
    left: 0;
    padding: 0;
    transition: background-color;
    &.swiper-button-disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

    &:hover {
        background: #EA4C2F;;
    }
    &.next {
        right: 0;
        left: auto;
    }
    svg {
        width: 7px;
        height: 10px;
        transition: fill 0.3s;
        fill: #8e9297;

    }
}

/* Таблица */
.table-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 24px;
    margin-top: 24px;
}

.table-wrap table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-family: inherit;
    font-size: 14px;
    color: #2a323e;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 24px;
}
.table-wrap table:last-of-type {
    margin-bottom: 0;
}
.table-wrap td,
.table-wrap th {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    text-align: left;
}

.table-wrap th {
    font-weight: 500;
    color: #8e9297;
    background: rgba(42, 50, 62, 0.04);
}

.table-wrap tr:nth-child(even) td {
    background: rgba(0,0,0,0.015);
}

.table-wrap tr:hover td {
    background: rgba(234, 76, 47, 0.04);
}

.table-wrap td.accent {
    color: #EA4C2F;
    font-weight: 500;
}

.table-wrap tr:last-child td {
    border-bottom: none;
}

.table-wrap table tr:first-child th:first-child {
    border-top-left-radius: 8px;
}
.table-wrap table tr:first-child th:last-child {
    border-top-right-radius: 8px;
}
.hidden-mob-up {
    display: none;
}
.iframe-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}

.can_buy {
    display: flex;
    color: #8E9297;
    gap: .5em;
}
.can_buy .value {
    white-space: nowrap;
}

.can_buy .value {
    color: #202732;
}

.can_buy .value.yellow {
    color: #34B82D;
    font-weight: 400;
}
.can_buy .value.green {
    color: #34B82D;
    font-weight: 400;
}

.can_buy .value.red {
    color: red;
    font-weight: 400;
}

.noUi-connect {
    background: #EA4C2F !important;
}


.noUi-connects {
    border-radius: 20px!important;
}

.noUi-horizontal .noUi-handle {
    width: 25px!important;
    height: 25px!important;
    right: -17px;
    top: -10px;
    border: 1px solid #EA4C2F!important;
    border-radius: 50%!important;
}

.noUi-horizontal {
    height: 8px!important;
}

.form__caption.active {
    display: none;
}
.color-base {
    color: #EA4C2F;
}
#one-click-modal {
    max-width: 470px;
}
.noUi-target {
    background: #DAE2EC;
    border-radius: 4px;
    border: 0;
    box-shadow: none;
    margin-top: 16px!important;
}

.noUi-handle:before, .noUi-handle:after {
    display: none;
}
.mr-auto {
    margin-right: auto;
}
@media (max-width: 760px) {
    .hidden-mob {
        display: none;
    }
    .hidden-mob-up {
        display: block;
    }
}
@media (max-width: 1023px) {
    .fl-row {
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .btn--mob {
        height: 50px;
    }
    .btn--full-mob {
        width: 100%;
    }

    .mb-45 {
        margin-bottom: 25px;
    }
    .mb-40 {
        margin-bottom: 30px;
    }
}

.page-card__slick .slick-slide {
    margin-bottom: 25px;
}

.accordion-indicator {
    display: none;
}
.accordion-base__header {
    margin-bottom: 30px;
}
.accordion-base__header h2 {
    font-size: 32px;
}
@media (max-width: 768px) {
    .btn.oncart svg path {
        fill: #EA4C2F;
    }
    .accordion-base__content {
        display: none;
        height: 0;
        margin-top: 30px;
        overflow: hidden;
        transition: height 0.3s ease;
    }

    .accordion-base.is-open .accordion-base__content {
        height: auto;
    }

    .accordion-base__header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        cursor: pointer;
        position: relative;
        border: 1px solid #e5effe;
        border-radius: 24px;
        padding: 20px 50px 20px 30px;
    }
    .accordion-base__header h2 {
        font-size: 26px;
    }
    .accordion-indicator {
        display: block;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
        font-size: 18px;
        font-weight: bold;
        transition: transform 0.3s ease;
    }

    .accordion-indicator.is-closed {
        transform: translateY(-50%) rotate(90deg);
    }

    .accordion-indicator.is-open {
        transform: translateY(-50%) rotate(-90deg);
    }
}

.contact__img {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 20px;
}
.contact_data_row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
.contact_data span.title_text {
    color: #909090;
    margin-bottom: 10px;
    margin-top: 10PX;
    display: inline-block;
    font-size: 16px;
}
.contact_data_col {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 500;
}
.contact_data_col svg {
    display: inline-block;
    margin-bottom: -2px;
    margin-right: 2px;
}
.contact_data_col a {
    display: flex;
    gap: 5px;
    align-items: center;
    color: #202732;
}

.ya-points {
    display: none;
    /*display: flex;*/
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
    margin-bottom: 10px;
}
.ya-points__count {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
    height: 16px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    padding: 2px 5px 2px 2px;
    background: linear-gradient(90deg, #FB585B 0%, #8941EA 100%);
}

.ya-points__count svg {
    width: 12px;
    height: 12px;
}

.ya-points__text {
    color: #1B1C1B;
}

.simplebar-scrollbar:before {
    background: #EA4C2F;
}

.simplebar-track.simplebar-vertical[style*="visibility: visible"] .simplebar-scrollbar {
    opacity: 1 ;
    transition: none ;
}
.simplebar-track.simplebar-vertical[style*="visibility: visible"] .simplebar-scrollbar:before {
    opacity: 1 ;
}

.animation-img img {
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.animation-img:hover img {
    transform: scale(1.15);
    filter: brightness(1.05);
}


.tags-link {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}
.tags-link__item {
    border-radius: 100px;
    background: #F9F9F9;
    padding: 8px 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #202732;
}
.tags-link__item:hover,
.tags-link__item.is-active {
    color: #ffffff;
    background: #EA4C2F;
}
/* End */


/* Start:/local/templates/vapse/css/general/switcher-box.css?17842321191626*/
.switcher-box {}

.switcher-btns {
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: 42px;
    border: 1px solid #EA4C2F;
    margin-bottom: 32px;
    border-radius: 20px;
    background: transparent;
    padding: 0 0;
}

.switcher-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(50% + 2px);
    background: #EA4C2F;
    border-radius: 100px;
    z-index: 0;
    transition: left 0.3s ease;
}

.switcher-btns .switcher-btn:first-of-type.active ~ .switcher-bg {
    left: -1px;
}

.switcher-btns .switcher-btn:last-of-type.active ~ .switcher-bg {
    left: calc(50% - 1px);
}

.switcher-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: transparent;
    text-align: center;
    color: #EA4C2F;
    height: 100%;
    cursor: pointer;
    z-index: 1;
    border: none;
    transition: color 0.3s ease, padding 0.3s ease;
    padding: 0 30px;
}
.switcher-btn:focus {
    color: #ffffff;
}
.switcher-btn:hover {
    color: #EA4C2F;
}
.switcher-btn:first-of-type:not(.active){
    margin-right: -15px;
}
.switcher-btn:last-of-type:not(.active){
    margin-left: -15px;
}
.switcher-btn.active {
    color: #ffffff;
    cursor: auto;
    z-index: 2;
}
.switcher-btn.active {
    color: #ffffff;
}

.switcher-btns--one.switcher-btns {
    border: 0;
}
.switcher-btns--one .switcher-bg {
    left: 0;
}
.switcher-btns--one .switcher-btn {
    background: #EA4C2F;
}
/* End */


/* Start:/local/templates/vapse/css/general/header.css?178423211939504*/

.header {
    padding: 19px 0;
    position: relative;
    z-index: 1001;
    box-shadow: 0 4px 10px 0 #0000000D;
    transition: all 0.3s;
}

.header__wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__first {
    width: 40%;
    justify-content: flex-start;
}
.header__first-flex {
    width: 100%;
}
.header__first,
.header__first-flex {
    display: flex;
    align-items: center;
}
.header__center {
    display: none;
}
.header__last {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 56%;
}
.header__search {
    display: none;
}
.header__phone,
.header__phone-icon {
    display: flex;
    align-items: center;
}
.header__phone-icon {
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-right: 5px;
}
.header__phone-box {
    width: calc(100% - 37px);
}
.header__phone-tel {
    display: block;
    line-height: 145%;
    color: #202732;
    margin-bottom: -4px;
    transition: color 0.3s ease-in-out;
}
.header__phone-tel:hover {
    color: #202732;
    transition: color 0.3s ease-in-out;
}
.header__phone-link {
    position: relative;
    z-index: 1;
    display: inline-flex;
    font-size: 10px;
    line-height: 135%;
    color: #EA4C2F;
    border-bottom: 1px solid transparent;
    transition: border 0.3s ease-in-out;
}
.header__phone-link:hover {
    border-color: #EA4C2F;
    transition: border 0.3s ease-in-out;
}
.header__phone_bg {
    /* background: #000; */
    position: absolute;
    width: 87%;
    height: 83px;
    z-index: 0;
}

@media (min-width: 1023px) and (max-width: 1050px) {
    .phone_item.whatsapp .header__phone-icon-modal {
        display: block;
    }
}


@media (min-width: 1340px) {
    .header__phone-box:hover .header_phonebox_inner {
        display: block!important;
    }
}

.burger {
    padding: 15px 40px;
    margin-left: 15px;
}

/* Шапка */
@media (max-width: 1010px) {
    .burger {
        padding: 10px;

    }
}
@media (min-width: 1680px) {
    .header__first {
        width: 60%;
    }
}

@media (min-width: 1560px) {
    .search,
    .search__field {
        position: relative;
        width: 600px;
        height: 42px;
    }
}

@media (max-width: 992px) {
    .grupper-container .grupper-item {
        width: 100%;
    }
    .burger {
        padding: 10px;
    }

    .mobile_catalog_filter {
        display: flex;
    }

    .header_phonebox_inner {
        right: 0;
        left: auto;
    }

    .whatsapp_icons {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        align-content: stretch;
    }
}
@media (min-width: 992px) {
    .grupper-container.group_display {
        gap: 30px;
    }
    .header__phone-icon-modal {
        display: none;
    }
}
.header_phonebox_inner.phonebox_desctop {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.header_phonebox_inner.phonebox_desctop:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
    height: 30px;
}
.header__work {
    cursor: pointer;
}
.header__work-top {
    position: relative;
}
.header__work-tab {
    line-height: 145%;
    color: #202732;
}
.header__work-tab:first-child {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out,
    position 0.3s ease-in-out;
}
.header__work-tab:last-child {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0s ease-in-out, visibility 0s ease-in-out,
    position 0s ease-in-out;
}
.header__work-bottom {
    display: flex;
    align-items: center;
}
.header__work-value {
    font-size: 10px;
    line-height: 135%;
    color: #828282;
    transition: color 0.3s ease-in-out;
}
.header__work-value:first-child {
    color: #EA4C2F;
    transition: color 0.3s ease-in-out;
}
.header__work-value:last-child {
    color: #828282;
    transition: color 0.3s ease-in-out;
}
.header__work-icon {
    width: 16px;
    height: 8px;
    border: 1px solid #EA4C2F;
    border-radius: 100px;
    margin: 3px 5px;
    position: relative;
}
.header__work-icon span {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 8px;
    height: 8px;
    background: #EA4C2F;
    border-radius: 100px;
    transition: transform 0.3s ease-in-out;
}
.header__work.active .header__work-tab:first-child {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0s ease-in-out, visibility 0s ease-in-out,
    position 0s ease-in-out;
}
.header__work.active .header__work-tab:last-child {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out,
    position 0.3s ease-in-out;
}
.header__work.active .header__work-value:first-child {
    color: #828282;
    transition: color 0.3s ease-in-out;
}
.header__work.active .header__work-value:last-child {
    color: #EA4C2F;
    transition: color 0.3s ease-in-out;
}
.header__work.active .header__work-icon span {
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
}
.header__items {
    display: flex;
}
.header__item {
    position: relative;
    width: 34px;
    height: 34px;
    margin-right: 15px;
}
.header__item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(263.49deg, #EA4C2F 0, #EA4C2F 100%);
    border-radius: 100px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.header__item:last-child {
    margin-right: 0;
}
.header__item-icon,
.header__item-value {
    align-items: center;
    justify-content: center;
}
.header__item-icon {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    z-index: 10;
}
.header__item-icon svg * {
    transition: fill 0.3s ease-in-out;
}
.header__item-value {
    display: inline-flex;
    position: absolute;
    font-size: 8px;
    line-height: 16px;
    color: #ffffff;
    background-color: #EA4C2F;
    border-radius: 10px;
    top: -3px;
    right: -5px;
    height: 10px;
    width: 15px;
    padding: 0 5px;
}
.header__basket-icon::before,
.header__basket:hover .header__basket-icon::before,
.header__item:hover::before {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.header__basket:hover .header__basket-icon svg *,
.header__item:hover svg * {
    fill: #ffffff;
    transition: fill 0.3s ease-in-out;
}
.header__item:hover svg line {
    stroke: #ffffff;
    transition: fill 0.3s ease-in-out;
}

.header__basket {
    display: flex;
    align-items: center;
    min-width: 110px;
}
.header__basket-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-right: 5px;
    border-radius: 100px;
    overflow: hidden;
}
.header__basket-icon::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(263.49deg, #EA4C2F 0, #bfff3a 100%);
    border-radius: 100px;
    opacity: 0;
    visibility: hidden;
}
.header__basket-icon svg * {
    transition: fill 0.3s ease-in-out;
}
.header__basket-box {
    width: calc(100% - 39px);
}
.header__basket-caption {
    line-height: 145%;
    color: #fff;
}
.header__basket-value {
    font-size: 10px;
    line-height: 135%;
    color: #8e9297;
}
.header.active {
    overflow: hidden;
    height: 85px;
    background-color: #ffffff;
    transition: all 0.3s;
    box-shadow: 0 4px 10px 0 #0000000D;
}
.header.active .header-btm {
    display: none;
}
.menu .menu__left {
    padding-top: 0;
}
.menu .menu__container {
    padding-top: 25px;
}
.header .search {
    margin-left: 15px;
}
@media (max-width: 1430px) {
    .header__last {
        width: 57%;
    }
}
@media (max-width: 1320px) {
    .header__first {
        width: 43%;
    }
    .header__last {
        width: 54%;
    }
    .header__item {
        margin-right: 10px;
    }
    .header__basket {
        min-width: auto;
    }
    .header__basket-icon {
        margin-right: 0;
    }
    .header__basket-box {
        display: none;
    }
}
@media (max-width: 1190px) {
    .header__first {
        width: 45%;
    }
    .header__work {
        display: none;
    }
    .header__last {
        width: 52%;
    }
}
@media (max-width: 1010px) and (min-width: 761px) {
    div.header__first {
        width: auto;
        flex: 1 0 0;
    }
    div.header__last {
        width: auto;
        justify-content: flex-end;
    }
}
@media (max-width: 760px) {
    div.header__first {
        width: auto;
        flex: 1 0 0;
    }
}
@media (max-width: 1010px) {
    .header.active {
        height: 74px;
    }
    .header__items .header__basket {
        display: none;
    }
    div.burger {
        margin-left: 0;
    }
    div.header__last {
        padding-left: 0;
        justify-content: flex-end;
    }
    .header__search {
        display: flex;
        align-items: center;
        height: 36px;
        width: 36px;
        cursor: pointer;
    }
    .header__phone-icon-modal,
    .header__phone-icon,
    .header__basket {
        width: 30px;
        height: 30px;
        padding: 0;
        display: flex;
        align-items: center;
    }
    header .logo {
        margin-right: 15px;
        /*position: absolute;*/
        /*top: 50%;*/
        /*left: 50%;*/
        /*transform: translate(-50%, -50%);*/
    }
    .header__phone {
    }
    .header__phone-icon {
        margin-right: 0;
    }
    .header__phone-box {
        display: none;
    }
    .header__basket .header__basket-icon {
        margin: 0 auto;
    }
    .header .search {
        margin-left: 0;
    }
}
@media (max-width: 1010px) and  (min-width: 760px){
    .header__search {
        margin-left: 10px;
    }

}
@media (max-width: 760px) {
    .header__first-flex {
        display: flex;
        justify-content: flex-start;
    }
    .header {
        padding: 12px 0 15px;
    }
    .header__first {
        width: 100px;
    }
    .header__first .logo {
        display: none;
    }
    .header__search {
        display: block;
        width: 18px;
        height: 18px;
    }
    .header__search svg {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .header__center {
        display: block;
    }
    .header .city,
    .header__basket-icon::before,
    .header__items {
        display: none;
    }
    .header__last {
        width: 100px;
    }
    .header__phone {
        margin-left: 0;
    }
    .header__basket-icon {
        width: 20px;
        height: 20px;
        border-radius: 0;
        overflow: visible;
    }
    .header__basket:hover .header__basket-icon svg * {
        fill: #EA4C2F;
        transition: fill 0.3s ease-in-out;
    }
}
/* modal header */
.header_phonebox_inner {
    position: absolute;
    background: #F9F9F9;
    border-radius: 20px;
    width: 293px;
    height: auto;
    top: 55px;
    display: none;
    left: 0;
}

.header_phonebox_inner.active {
    display: block;
    transition: 0.3s;
}

.header_phonebox_inner .phonebox_items {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: stretch;
    align-content: stretch;
    padding: 25px 25px;
}

.header_phonebox_inner .phonebox_items .phone_item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    margin-bottom: 20px;
}
.header_phonebox_inner .phonebox_items .phone_item img,
.header_phonebox_inner .phonebox_items .phone_item svg {
    width: 50px;
    height: 30px;
    margin-right: 10px;
}
.header_phonebox_inner .phonebox_items .phone_item img {
    margin-right: 13px;
}
.header_phonebox_inner .phonebox_items .phone_item a {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #202732;
    text-decoration: underline;
}
.header_phonebox_inner .phonebox_items .phone_item a:hover {
    color: #EA4C2F;
}
.header_phonebox_inner .header_address {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin-bottom: 12px;
}

.header_phonebox_inner .header_addres .address_text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

.header {
    transition: all 0.2s ease-out;
    will-change: transform;
}
.header_fixed.header_fixed {
    position: fixed;
    background-color: #ffffff;
    width: 100%;
    left: 0;
    top: 0;
}
.header_hidden {
    transform: translateY(-100%);
}

.header__last {
    width: 45%;
    padding-left: 15px;
}

.header__basket-box {
    display: none;
}

.header__basket {
    min-width: 34px;
}

.header__first {
    width: 76%;
}

.header_metro_inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.header_address .address_img {
    width: 30px;
    min-width: 30px;
}

.header_address .address_img {
    margin-right: 5px;
}

.header_metro_inner .metro_img {
    margin-right: 5px;
}
.address_img svg,
.metro_img svg {
    width: 23px;
    height: 23px;
}
.header_metro_inner .metro_lines {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.header_metro_inner .metro_lines .metro_item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    margin-right: 5px;
}

.header_metro_inner .metro_lines .metro_item span {
    background: #21abd9;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    margin-right: 5px;
}

.header__phone, .header__phone-icon {
    position: relative;
}


.search__btn {
    transform: rotate(90deg);
}

.search__clear {
    width: 12px;
    height: 12px;
    top: calc(50% - 5px);
    right: 30px;
    opacity: 1;
    display: block;
    margin-right: 10px;
}


table.title-search-result td.title-search-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

table.title-search-result td.title-search-item img {
    display: block !important;
}

.search_img {
    max-width: 45px;
}

.title-search-item .search_price {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}


table.title-search-result td.title-search-item a {
    color: #fff;
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.header__last .header__phone .header__basket {
    display: none;
}
.burger {
    display: inline-flex;
    align-items: center;
    padding: 11px 19px;
    border-radius: 100px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.burger::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #EA4C2F;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
}
.burger__icon {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    padding: 2px 1px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    margin-right: 8px;
    position: relative;
    z-index: 10;
}
.burger__icon span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    position: relative;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}
.burger__icon span:first-child {
    width: 75%;
    top: 0;
}
.burger__icon span:last-child {
    width: 50%;
    top: 0;
}
.burger__caption {
    position: relative;
    z-index: 10;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #ffffff;
    transition: color 0.3s ease-in-out;
}
.burger.active .burger__icon span {
    transition: all 0.3s ease-in-out;
}
.burger.active .burger__icon span:first-child {
    width: 100%;
    transform: rotate(-45deg);
    top: 5px;
    transition: all 0.3s ease-in-out;
}
.burger.active .burger__icon span:nth-child(2) {
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}
.burger.active .burger__icon span:last-child {
    width: 100%;
    transform: rotate(45deg);
    top: -5px;
    transition: all 0.3s ease-in-out;
}
.burger:hover::before {
    background-color: #414141;
    transition: all 0.3s ease-in-out;
}
.burger:hover .burger__icon span {
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}
.burger:hover .burger__caption {
    color: #fff;
    transition: color 0.3s ease-in-out;
}

/* Catalog menu */

.services-item,
.services-item__coll {
    display: flex;
    justify-content: space-between;
}
.services-item {
    flex-wrap: wrap;
}
.services-item__coll {
    align-items: center;
    width: calc(50% - 1px);
    height: 50px;
    background-color: #ffffff;
    padding: 10px 24px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    border-radius: 157px;
    overflow: hidden;
    border: 1px solid #DFDFDF;
    position: relative;
    z-index: 20;
}
.services-item__coll::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 10;
    transition: all 0.3s;
}
.services-item__coll:hover::before {
    opacity: 0;
    transition: all 0.3s;
}
.services-item__value {
    color: #414141;
}
.services-item__caption,
.services-item__info {
    position: relative;
    z-index: 15;
}
.services-item__info {
    display: flex;
    align-items: center;
}
.services-item__star {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}


.search,
.search__field {
    position: relative;
    width: 335px;
    height: 42px;
}
.search {
    width: 100%;
}
.search__field.search__field {
    width: 100%;
    height: 100%;
    padding: 11px 16px;
    border: 1px solid #BABABA;
    border-radius: 100px;
}
.search__btn,
.search__clear {
    position: absolute;
    cursor: pointer;
    background-color: transparent;
    z-index: 10;
}
.search__btn {
    border: 0;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: 16px;
}
.search__btn svg,
.search__clear svg,
.services-item__star svg,
.social-link svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.search__clear {
    display: none;
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
    right: 26px;
    opacity: 0.5;
}
.city__top {
    display: flex;
    align-items: center;
    line-height: 145%;
    color: #fff;
}
.city__caption {
    margin-right: 8px;
}
.city__arrow {
    width: 16px;
    height: 16px;
}
.social {
    display: flex;
}
.social-link {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.social-link:last-child {
    margin-right: 0;
}
.slick-dots li,
.social-link svg * {
    transition: all 0.3s;
}

.menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: -1;
    padding-top: 82px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.menu__body,
.menu__content .wrapper {
    height: 100%;
}
.menu__wrap {
    display: flex;
    height: 100%;
}
.menu__content {
    height: calc(100% - 80px);
}
.menu__left,
.menu__left::before {
    height: 100%;
    background-color: #FEFEFE;
}
.menu__left {
    width: 1200px;
    padding-top: 60px;
    position: relative;
    z-index: 10;
    margin-left: calc(50% - 1690px);
    transform: translateX(-25px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.menu__left::before {
    content: "";
    position: absolute;
    width: 1000px;
    top: 0;
    right: 0;
    z-index: 1;
}
.menu__left-row {
    margin-top: 72px;
    margin-bottom: 32px;
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 10;
}
.menu__left-coll {
    width: 120px;
    margin-right: 35px;
}
.menu__left-coll ul li a,
.menu__list ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #202732;
    transition: all 0.3s;
}
.menu__left-coll ul li + li {
    margin-top: 20px;
}
.menu__left.dragscroll::-webkit-scrollbar {
    width: 2px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.16);
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    display: block;
}
.menu__left.dragscroll::-webkit-scrollbar-thumb {
    border-radius: 4px;
    display: block;
}
.menu__container.dragscroll::-webkit-scrollbar-thumb:hover,
.menu__left.dragscroll::-webkit-scrollbar-thumb,
.menu__left.dragscroll::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.menu__item,
.menu__items {
    position: relative;
    z-index: 10;
}
.menu__item {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    color: #202732;
    padding-right: 16px;
}
.menu__item svg {
    width: 16px;
    height: 16px;
    -o-object-fit: contain;
    object-fit: contain;
}
.menu__item,
.menu__item svg * {
    transition: all 0.3s;
}
.menu__item::before {
    display: none;
    content: "";
    position: absolute;
    width: 1000px;
    height: 2px;
    top: 0;
    right: 0;
    background-color: #1b1c1b;
    z-index: 1;
}
.menu__item:last-child::after {
    content: "";
    position: absolute;
    width: 1000px;
    height: 2px;
    bottom: 0;
    right: 0;
    background-color: #EA4C2F;
    z-index: 1;
}
.menu__item-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 294px;
}
.menu__item.active,
.menu__item:hover {
    background-color: #ffffff;
    transition: all 0.3s;
}
.menu__item.active .menu__item-box a {
    color: #EA4C2F;
}
.menu__item svg *,
.menu__item svg * {
    stroke: #202732;
    transition: all 0.3s;
}
.menu__item.active svg *,
.menu__item:hover svg * {
    stroke: #EA4C2F;
}
.menu__footer {
    height: 80px;
    background-color: #ffffff;
    border-top: 2px solid #EA4C2F;
    padding: 19px 0;
    position: relative;
    z-index: 20;
}
.menu__footer-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu__footer-box {
    justify-content: space-between;
    width: 75%;
}
.menu__footer-box,
.menu__footer-items {
    display: flex;
    align-items: center;
}
.menu__footer-item {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 145%;
    color: #202732;
    transition: all 0.3s;
}
.menu__copiright,
.menu__copiright:hover,
.menu__footer-item:hover {
    color: #EA4C2F;
    transition: all 0.3s;
}
.menu__copiright {
    font-size: 12px;
    line-height: 150%;
    text-decoration: underline;
    color: #8e9297;
}
.menu__address {
    font-style: normal;
    line-height: 150%;
    color: #202732;
}
.menu__work-item {
    font-size: 14px;
    line-height: 145%;
    color: #202732;
    margin-bottom: 4px;
}
.menu-mobile__nav ul li:last-child,
.menu__work-item:last-child {
    margin-bottom: 0;
}
.menu__container {
    width: calc(100% - 310px);
    padding: 75px 8px 50px 85px;
    transform: translateX(25px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.menu__container-flex {
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.menu__container-first {
    width: 66%;
    position: relative;
}
.menu__container-last {
    width: 34%;
}
.menu__container.dragscroll::-webkit-scrollbar {
    width: 2px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.16);
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    display: block;
}
.menu__container.dragscroll::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
}
.menu__block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateX(-25px);
    opacity: 0;
    visibility: hidden;
    transition: all 0s;
}
.menu__block.active {
    position: relative;
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}
.menu__row {
    display: flex;
    flex-wrap: wrap;
}
.menu__coll {
    width: 33.333%;
}
.article__text p + h4,
.menu__box + .menu__box {
    margin-top: 50px;
}
.menu__link {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 125%;
    color: #202732;
    margin-bottom: 24px;
    transition: all 0.3s;
}
.menu__link:hover,
.menu__list ul li a:hover {
    color: #EA4C2F;
    transition: all 0.3s;
}
.menu__list,
.menu__list.active {
    max-height: 330px;
    overflow: hidden;
    transition: all 0.3s;
}
.menu__list.active {
    max-height: initial;
}
.catalog__list ul li,
.menu-mobile__nav ul li,
.menu__list ul li {
    margin-bottom: 10px;
}
.menu__show {
    display: inline-flex;
    font-size: 12px;
    line-height: 150%;
    text-decoration: underline;
    color: #8e9297;
    transition: all 0.3s;
}
.menu__show:hover {
    color: #EA4C2F;
    transition: all 0.3s;
}
.catalog__img img:last-child,
.menu__show span:last-child {
    display: none;
}
.menu__show.active span:first-child {
    display: none;
}
.menu__show.active span:last-child {
    display: block;
}
.menu.active {
    z-index: 100;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}
.menu.active .menu__container,
.menu.active .menu__left {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    transition: all 0.6s;
}
.menu .promo-small {
    width: 100%;
}
.menu .services-item {
    display: none;
    width: 100%;
    max-width: 375px;
}
.menu-mobile {
    display: none;
}
.menu-mobile .social-link svg rect {
    fill: #ffffff;
}
.menu-mobile .social-link {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1E242E;
}
.menu-mobile .social-link svg {
    width: auto;
    height: auto;
}
.menu-mobile .social-link svg path {
    fill: #ffffff;
}
.menu-mobile .social-link:hover svg path {
    fill: #EA4C2F;
}
.menu-mobile__list {
    padding: 0 15px;
}
.menu-mobile__list ul li a {
    display: flex;
    align-items: center;
    height: 60px;
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
    color: #202732;
    position: relative;
    border-top: 1px solid #202732;
}
.menu-mobile__list ul li a::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: 0;
    background-image: url(/local/templates/vapse/css/general/../img/icons/mobile-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.menu-mobile__items {
    margin: 0 -15px;
    background-color: #ffffff;
}
.menu-mobile__item {
    padding: 0 30px;
    border-top: 1px solid #202732;
}
.menu-mobile__item--design .menu-mobile__item-top {
    color: #EA4C2F;
}
.menu-mobile__item-top {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 16px;
    line-height: 145%;
    color: #202732;
}
.menu-mobile__item-hidden,
.menu-small__btn svg {
    display: none;
}
.menu-mobile__item:last-child {
    border-bottom: 1px solid #202732;
}
.menu-mobile__item.active .menu-mobile__arrow {
    transform: rotate(-180deg);
    transition: all 0.3s;
}
.menu-mobile__arrow {
    transition: all 0.3s;
}
.menu-mobile__nav {
    padding-bottom: 16px;
}
.menu-mobile__nav ul li a {
    font-size: 14px;
    line-height: 150%;
    color: #202732;
}
.burger:hover .burger__icon span {
    background-color: #EA4C2F;
}
.menu-mobile__last {
    padding: 30px 15px 0;
}
.menu-mobile__last-row {
    display: flex;
    justify-content: space-between;
}
.menu-mobile__last-coll {
    width: 48%;
    margin-bottom: 22px;
}
@media (max-width: 1630px) {
    .menu__left {
        width: 325px;
        margin-left: -15px;
    }
    .menu__container {
        width: calc(100% - 295px);
        margin-right: -15px;
    }
    .menu__item-box {
        width: 100%;
        padding-left: 15px;
    }
}
@media (max-width: 1590px) {
    .menu__container {
        padding: 50px 8px 40px 40px;
    }
}
@media (max-width: 1430px) {
    .menu {
        padding-top: 83px;
    }
    .menu__left {
        width: calc(24% + 15px);
    }
    .menu__left-row {
        margin-top: 30px;
        margin-bottom: 30px;
        padding-left: 15px;
    }
    .menu__left-coll {
        width: 50%;
        margin-right: 0;
    }
    .menu__item {
        font-size: 18px;
    }
    .menu__container {
        padding: 20px 5px 20px 25px;
        width: calc(76% + 15px);
    }
    .menu__link {
        font-size: 16px;
        margin-bottom: 18px;
    }
}
@media (max-width: 1320px) {
    .menu__container-first {
        width: 62%;
    }
    .menu__container-last {
        width: 38%;
    }
    .menu__row {
        margin-bottom: -50px;
    }
    .menu__coll {
        width: 50%;
        margin-bottom: 50px;
    }
    .menu__address,
    .menu__work-item {
        font-size: 12px;
    }
    .menu__footer-item {
        font-size: 16px;
    }
}
@media (max-width: 1190px) {
    .menu__left-row {
        flex-wrap: wrap;
    }
    .menu__left-coll {
        width: 100%;
    }
    .menu__left-coll + .menu__left-coll {
        margin-top: 20px;
    }
    .menu__footer-box {
        width: 83%;
    }
}
@media (min-width: 1011px) {
    .menu__list li.hidden_item:not(.active) {
        display: none;
    }
}
@media (max-width: 1010px) {

    .menu {
        /*background-color: #1e242e;*/
        overflow-x: hidden;
        overflow-y: auto;
        padding-bottom: 25px;
    }
    .menu__left {
        padding-top: 0;
    }
    .menu__footer-item {
        font-size: 18px;
        margin-bottom: 22px;
    }
    .menu__address,
    .menu__work {
        margin-bottom: 22px;
    }
    .menu__work {
        min-height: 64px;
    }
    .menu .services-item {
        max-width: 100%;
    }
    .menu-desctop {
        display: none;
    }
    .menu-mobile {
        display: block;
    }
}
@media (min-width: 992px) {
    .menu {
        padding-top: 115px;
    }
}
@media (max-width: 760px) {
    .menu__work {
        min-height: auto;
    }
    .header__center {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 90px;
        transform: translate(-50%, -50%);
    }
    .menu-mobile__list ul li a,
    .menu-mobile__item {
        border: 0;
    }
    .menu {
        padding-top: 80px;
        padding-bottom: 65px;
        height: calc(var(--vh, 1vh) * 100 - 49px);
    }
}
@media (max-width: 480px) {
    .menu-mobile__last-row {
        flex-direction: column;
    }
}
@media (max-width: 375px) {
    .menu__address {
        font-size: 11px;
    }
}
.menu-small {
    max-width: 375px;
    width: 100%;
    height: 400px;
    position: relative;
    margin-bottom: 134px;
}
.menu-small__swiper {
    height: 100%;
    overflow: hidden;
    border-radius: 48px;
}
.menu-small__slide {
    border-radius: 48px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.menu-small__slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #EA4C2F;
    border-radius: 48px;
    transform: scale(0.85);
    transition: all 0.6s ease-in-out;
}
.menu-small__slide.swiper-slide-active {
    opacity: 1;
    transition: all 0.6s ease-in-out;
}
.menu-small__slide.swiper-slide-active .menu-small__img,
.menu-small__slide.swiper-slide-active::before {
    transform: scale(1);
    transition: all 0.6s ease-in-out;
}
.menu-small__slide.swiper-slide-active .menu-small__title {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.3s;
    transition: all 0.6s ease-in-out;
}
.menu-small__slide.swiper-slide-active .menu-small__icon {
    transform: translateX(0);
    transition: all 0.6s ease-in-out;
}
.menu-small__slide.swiper-slide-active .menu-small__btn {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.3s;
    transition: all 0.6s ease-in-out;
}
.menu-small__item,
.menu-small__slide {
    position: relative;
    height: 100%;
}
.menu-small__img {
    width: 100%;
    height: 250px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scale(0.8);
    transition: all 0.6s ease-in-out;
}
.menu-small__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
}
.menu-small__icon,
.menu-small__title {
    transform: translateX(25px);
    transition: all 0.6s ease-in-out;
}

.menu-small__title {
    width: 100%;
    font-weight: 600;
    font-size: 34px;
    line-height: 120%;
    color: #ffffff;
    opacity: 0;
}
.menu-small__icon {
    position: absolute;
    width: 142px;
    height: 188px;
    left: 57px;
    top: 43px;
}
.menu-small__wrap {
    padding: 60px 50px;
    position: relative;
    z-index: 10;
}
.menu-small__btn.menu-small__btn {
    margin-top: 152px;
    transform: translateX(25px);
    opacity: 0;
    transition: all 0.6s ease-in-out;
    color: #202732;
}
.menu-small__btn.menu-small__btn:hover {
    color: #ffffff;
}
.menu-small__btn:before {
    background: #ffffff;
}
.menu-small__btn:hover:after {
    background: #414141;
}
.menu-small .swiper-wrapper * {
    box-sizing: border-box;
}
.menu-small .swiper-pagination {
    height: 100%;
    right: -30px;
    top: 0;
    width: 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    transform: translate3d(0, 0, 0);
}
.menu-small .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #ededed;
    opacity: 0.2;
    cursor: pointer;
    margin-bottom: 14px;
}
.menu-small .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
.menu-small .swiper-pagination-bullet:last-child {
    margin-bottom: 0;
}
.social-link:hover svg path {
    fill: #EA4C2F;
    transition: all 0.3s;
}
@media (max-width: 1600px) {
    .menu-small__wrap {
        padding: 50px 30px;
    }
    .menu-small__btn {
        margin-top: 160px;
    }
    .menu-small .swiper-pagination {
        height: auto;
        right: 0;
        top: auto;
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        align-content: normal;
        bottom: -30px;
        justify-content: center;
    }
    .menu-small .swiper-pagination-bullet {
        margin-bottom: 0;
        margin-right: 14px !important;
    }
    .menu-small .swiper-pagination-bullet:last-child {
        margin-bottom: 0;
        margin-right: 0 !important;
    }
}
@media (max-width: 1430px) {
    .menu-small {
        height: 355px;
    }
    .menu-small__btn {
        margin-top: 124px;
    }
}
@media (max-width: 1320px) {
    .menu-small {
        height: 325px;
    }
    .menu-small__slide,
    .menu-small__slide::before,
    .menu-small__swiper {
        border-radius: 32px;
    }
    .menu-small__wrap {
        padding: 35px 30px;
    }
}
@media (max-width: 1190px) {
    .menu-small {
        height: 290px;
    }
    .menu-small__title {
        font-size: 28px;
    }
    .menu-small__wrap {
        padding: 25px;
    }
    .menu-small__icon {
        width: 110px;
        height: 155px;
        left: 35px;
        top: 25px;
    }
    .menu-small__btn {
        margin-top: 110px;
    }
}
@media (max-width: 1010px) {
    .menu-small {
        width: 100%;
        max-width: 100%;
    }
    .menu-small__swiper {
        border-radius: 0;
        overflow: visible;
    }
    .menu-small__slide {
        overflow: visible;
        opacity: 1;
    }
    .menu-small__wrap {
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
    }
    .menu-small__img,
    .menu-small__slide::before {
        transform: scale(1);
    }
    .menu-small__title {
        opacity: 1;
    }
    .menu-small__btn,
    .menu-small__icon,
    .menu-small__title {
        transform: translateX(0);
    }
    .menu-small__btn {
        opacity: 1;
        margin-top: 0;
    }
    .menu-small .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin-right: 8px;
        border-radius: 20px;
    }
    .menu-small .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1;
        width: 32px;
        background: #EA4C2F;
    }
}
@media (max-width: 760px) {
    .menu-small {
        height: 300px;
    }
    .menu-small__slide,
    .menu-small__slide::before,
    .menu-small__swiper {
        border-radius: 24px;
    }
    .menu-small__title {
        font-size: 24px;
    }
    .menu-small__wrap {
        padding: 40px 42px;
    }
    .menu-small__icon {
        width: 142px;
        height: 188px;
        left: 45px;
        top: 20px;
    }
    .menu-small__btn {
        padding: 13px;
        width: 50px;
        height: 50px;
    }
    .menu-small__btn,
    .menu-small__btn::before {
        border-radius: 8px;
    }
    .menu-small__btn::after {
        border-radius: 9px;
    }
    .menu-small__btn span {
        display: none;
    }
    .menu-small__btn svg {
        display: block;
    }
    .menu-small__btn svg * {
        transition: all 0.3s;
    }
    .menu-small__btn:hover svg * {
        stroke: #fff;
        transition: all 0.3s;
    }
    .menu-small .swiper-pagination {
        bottom: -18px;
    }
}
@media (max-width: 1010px) {
    .search-box .search__btn {
    }
    .search-box .search__field {
        border-radius: 4px;
    }
    .search-box .search {
        position: relative;
        width: 100%;
        height: 60px;
        opacity: 1;
        visibility: visible;
        background: #ffffff;
        border-radius: 4px;
    }
    .search {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        height: 78px;
        z-index: 100;
        background-color: #1e242e;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
    }
    .search.active {
        opacity: 1;
        visibility: visible;
        transition: all 0.3s;
    }
}

@media (min-width: 992px) {
    #title-search {
        width: 100%;
    }
}

@media (min-width: 1300px) and (max-width: 1600px) {
    .search {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    #title-search {
        width: 100% !important;
    }
}
@media (min-width: 1300px) and (max-width: 1600px) {
    .search {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/vapse/css/general/header_basket.css?17842321194410*/

/* Корзина */
.header_basket_popup {
    position: absolute;
    background: #fff;
    border-radius: 20px;
    width: 338px;
    height: auto;
    right: 0;
    top: 44px;
    padding: 25px 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.header_basket_popup .header_basket_count {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #202732;
}

.header_basket_empty {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #202732;
}

.header_basket_popup .header_basket_hr {
    background: #8e9297;
    height: 0.5px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 12px;
}

/* basket modal */
.header_basket_items .header_basket_item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    position: relative;
    padding-top: 10px;
    margin-bottom: 25px;
}

.header_basket_items .header_basket_item .basket_item_right .basket_item_title {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 6px;
    max-width: 205px;
    margin-left: 0;
    margin-right: auto;
    color: #202732;
}

.header_basket_items
.header_basket_item
.basket_item_right
.basket_item_bottom
.basket_item_price {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

.header_basket_items .header_basket_item .basket_item_bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;

}

.header_basket_items
.header_basket_item
.basket_item_bottom
.basket_item_quantity {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}

.basket_item_quantity input.basket_item_quantity {
    border: none;
    width: 30px;
    text-align: center;
}

.header_basket_item .basket_img_left {
    margin-right: 6px;
    width: 55px;
}

.header_basket_items {
    max-height: 151px;
    overflow: scroll;
    overflow-x: hidden;
}

.basket_info_hr {
    width: 100%;
    background-color: #8e9297;
    height: 0.5px;
    margin-top: 25px;
    margin-bottom: 16px;
}

.basket_item_info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.basket_items_info .basket_item_info .info_left {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

.basket_items_info .basket_item_info .info_right {
    font-size: 14px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: right;
}

.basket_items_info .basket_item_info .info_right.item_info_price {
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: right;

}

.basket_fly_btn {
    width: 100%;
    margin-top: 17px;
}


/* Полоса прокрутки */
.header_basket_items::-webkit-scrollbar {
    width: 6px;               /* ширина всей полосы прокрутки */
}

.header_basket_items::-webkit-scrollbar-track {
    background: #DAE2EC;        /* цвет зоны отслеживания */
}

.header_basket_items::-webkit-scrollbar-thumb {
    background-color: #EA4C2F;    /* цвет бегунка */
    border-radius: 20px;       /* округлось бегунка */
    border: 3px solid #EA4C2F;  /* отступ вокруг бегунка */
}


.header_basket_item .delete_item {
    position: absolute;
    right: 10px;
    top: 0;
}

.header__basket {
    position: relative;
}


.header__basket-value {
    display: inline-flex;
    position: absolute;
    font-size: 8px;
    line-height: 10px;
    color: #ffffff;
    background-color: #EA4C2F;
    border-radius: 10px;
    top: -3px;
    right: -5px;
    height: 10px;
    width: 15px;
    padding: 0 5px;
}

/* End */


/* Start:/local/templates/vapse/css/general/pre_header.css?1784232119781*/
.pre_header_inner {
    background: #F0F0F0;
}
.preheader_menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    gap: 30px;
}

.preheader_menu a {
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: 0em;
    text-align: left;
    color: #202732;
    padding: 3px 3px;
}

@media (max-width: 1600px) and (min-width: 1010px) {
    /*.search {*/
    /*    width: 612px;*/
    /*}*/
}


@media (max-width: 992px) {
    .pre_header_inner {
        display: none;
    }

    .header__first {
        width: 45%;
    }

    .header__last .header__phone .header__basket {
        display: flex;
    }
}

/* End */


/* Start:/local/templates/vapse/css/general/form.css?17842321198850*/

.form__label {
    width: 100%;
    display: block;
    position: relative;
}
.form__label + .form__label {
    margin-top: 4px;
}
.form__label-form {
    display: block;
    margin-bottom: 20px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
}
.form__caption {
    position: absolute;
    font-size: 14px;
    color: #202732;
    line-height: 20px;
    top: calc(50% - 21px);
    left: 16px;
    padding: 5px;
    z-index: 1;
    transition: all 0.3s;
}
.form__caption span {
    color: #EA4C2F;
}
.form__caption.active {
    font-size: 12px;
    top: -15px;
    z-index: 10;
    transition: all 0.3s;
}
.form__box + .form__box {
    margin-top: 25px;
}
.form__text-inner {
    font-size: 16px;
}
.form__field {
    padding: 15px 24px 15px 16px;
    height: 47px;
    border: 1px solid #BABABA;
    border-radius: 100px;
}
.form__btn {
    width: 100%;
    height: 48px;
    margin-top: 8px;
}
.form__btn + .form__link {
    margin-top: 15px;
}
.form__password {
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: 16px;
    cursor: pointer;
}
.form__password.active svg ellipse {
    fill: #fff;
    transition: all 0.3s;
}
.form__bottom {
    margin-top: 12px;
}
.form__bottom .form__link {
    width: 100%;
    justify-content: center;
}
.form__link {
    display: inline-flex;
    font-size: 12px;
    line-height: 145%;
    color: #EA4C2F;
    transition: all 0.3s;
}
.form__link span {
    text-decoration: underline;
}
.form__link_white {
    color: #fff;
}
.form__link_white span {
    text-decoration: none;
}
.form__social {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    border: 1px solid #212833;
    border-radius: 4px;
    padding: 12px 12px 12px 29px;
}
.form__social-caption {
    font-size: 12px;
    line-height: 135%;
    color: #fff;
}
.form__social-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.form__social-link {
    display: inline-flex;
    align-items: center;
    width: 24px;
    height: 24px;
    position: relative;
}
.form__social-link::before {
    content: "";
    position: absolute;
    top: 1px;
    right: -7px;
    width: 1px;
    height: calc(100% - 2px);
    background-color: #212833;
}
.form__social-link + .form__social-link {
    margin-left: 14px;
}
.form__social-link:last-child::before {
    display: none;
}
.form__social-link svg *,
.quantity-btn svg * {
    transition: all 0.3s;
}
.form__social-link:hover svg * {
    fill: #EA4C2F;
    transition: all 0.3s;
}
.form .checbox {
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 6px;
}
@media (max-width: 420px) {
    .form__social {
        padding: 12px;
    }
}
.quantity {
    width: 112px;
    height: 32px;
    display: flex;
    justify-content: space-between;
}
.quantity-btn,
.quantity-value input {
    background-color: transparent;
    border: 0;
}
.quantity-value input {
    font-family: "Montserrat", sans-serif;
    width: 48px;
    height: 100%;
    font-size: 14px;
    line-height: 135%;
    text-align: center;
    color: #202732;
}
.quantity-btn {
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: all 0.3s;
}
.quantity-btn:hover svg * {
    fill: #6e7687;
    transition: all 0.3s;
}
.quantity-btn.disabled {
    opacity: 0.5;
}
@media (max-width: 760px) {
    .quantity {
        width: 96px;
    }
    .quantity-value input {
        width: 32px;
        font-size: 12px;
    }
}
.menu .menu-small__item,
.menu .services-item__caption {
    display: none;
}
.menu.active .menu-small__item,
.menu.active .services-item__caption {
    display: block;
}

.textarea_order.textarea_order {
    border-radius: 15px;
    height: 100px;
}
textarea.form__field {
    max-width: 100%;
    border-radius: 24px;
}
.cabinet-form__caption.textarea {
    top: calc(20% - 15px);
}

.cabinet-form__caption.textarea.active {
    font-size: 12px;
    top: -15px;
    z-index: 10;
    transition: all 0.3s;
}

.custom-radio-group {
    display: flex;
    gap: 8px;
}

.custom-radio {
    position: relative;
}

.custom-radio input {
    position: absolute;
    opacity: 0;
}

.radio-label {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 4px;
    background-color: #F9F9F9;
    color: #1E242E;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
}

.custom-radio input:checked + .radio-label {
    background-color: #EA4C2F;
}

.custom-radio-big {
    position: relative;
}

.custom-radio-big input {
    position: absolute;
    opacity: 0;
}
.custom-radio-big__content {
    display: inline-block;
    padding: 12px 20px;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    background-color: #F9F9F9;
    color: #1E242E;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}
.custom-radio-big__title {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
    color: #262626;
}
.custom-radio-big__list {}
.custom-radio-big__list li {
    position: relative;
    margin-bottom: 4px;
    padding-left: 15px;
    font-size: 16px;
    color: #1E242E;
    font-weight: 500;
}
.custom-radio-big__list li:last-of-type {
    margin-bottom: 0;
}
.custom-radio-big__list li:before {
    position: absolute;
    content:'';
    left: 5px;
    top: 7px;
    width: 3px;
    height: 3px;
    background: currentColor;
    border-radius: 50%;
}
.custom-radio-big input:checked + .custom-radio-big__content {
    background-color: #EA4C2F;
}
.form__box .field {
    border: 1px solid #D7D7D7;
    margin-bottom: 12px;
}

.file-upload {
    margin: 0 13px;
}
.file-attach {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    font-size: 16px;
    color: #2C2C2C;
    text-decoration: underline;
}

.file-attach:hover {
    opacity: 0.8;
}

.file-attach svg {
    flex-shrink: 0;
}
.file-list {
    margin-left: 23px;
}

.custom-select-basket {
    position: relative;
    display: inline-block;
    width: 250px;
}

.custom-select-basket select {
    width: 100%;
    padding: 10px 36px 10px 14px;
    border: 1px solid #ddd;
    border-radius: 50px;
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    cursor: pointer;
}

.custom-select-basket .icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.switcher {
    flex: 0 0 auto;
    position: relative;
    display: block;
    width: 34px;
    height: 15px;
}

.switcher__input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switcher__slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    border: 1px solid #C5E4E3;
    transition: .4s;
    border-radius: 250px;
}

.switcher__slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 0;
    bottom: -1px;
    background-color: #EA4C2F;
    transition: .4s;
    border-radius: 250px;
}

.switcher__input:checked + .switcher__slider {
    border: 1px solid #EA4C2F;
}

.switcher__input:checked + .switcher__slider:before {
    transform: translateX(18px);
}

/* Дополнительно: стиль для disabled состояния */
.switcher__input:disabled + .switcher__slider {
    background-color: #f0f0f0;
    cursor: not-allowed;
}

.switcher__input:disabled + .switcher__slider:before {
    background-color: #ccc;
}
.switcher-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20.3px;
}
.lifting__total {
    font-weight: 600;
}
@media (max-width: 767px) {
    .switcher {
        width: 34px;
        height: 15px;
    }
    .switcher__slider:before {
        height: 15px;
        width: 15px;
    }
    .switcher__input:checked + .switcher__slider:before {
        transform: translateX(15px);
    }

}
.field--border {
    border: 1px solid #20273233;
}

.form-field__error {
    display: none;
    color: #8f0606;
    font-size: 12px;
}
.is-error .form-field__error {
    display: block;
}
.is-error .form__field,
.is-error .form__field:focus{
    border-color: #8f0606;
}

/* End */


/* Start:/local/templates/vapse/css/general/footer.css?178423211910235*/

.footer {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #F9F9F9;
    color: #414141;
    position: relative;
}
.footer__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer__first {
    width: 280px;
}
.footer__copiright {
    line-height: 150%;
    margin-top: 35px;
    margin-bottom: 52px;
}
.footer__desc {
    font-size: 12px;
    line-height: 150%;
    color: #414141;
}
.footer__center {
    width: 558px;
    display: flex;
    justify-content: space-between;
}
.footer__center-box {
    width: 150px;
}
.footer__center-box.active .footer__center-arrow {
    transform: rotate(-180deg);
    transition: all 0.3s;
}
.footer__center-arrow,
.footer__link {
    display: none;
    transition: all 0.3s;
}
.footer__link {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 145%;
    color: #414141;
    margin-bottom: 30px;
}
.footer__item:hover,
.footer__link:hover,
.footer__menu ul li a:hover {
    color: #414141;
    transition: all 0.3s;
}
.footer__menu ul li {
    margin-bottom: 10px;
}
.footer__menu ul li a {
    font-size: 14px;
    line-height: 150%;
    color: #414141;
    border-bottom: 1px solid transparent;
    transition: all 0.3s;
}
.footer__menu ul li a:hover {
    border-color: #414141;
}
.footer__last {
    width: 512px;
}
.footer__last-row {
    display: flex;
    justify-content: space-between;
}
.footer__last-coll {
    width: 47%;
}
.footer__address {
    font-style: normal;
    line-height: 150%;
    color: #414141;
    margin-bottom: 25px;
}
.footer__item {
    display: block;
    font-size: 12px;
    line-height: 150%;
    text-decoration: underline;
    color: #414141;
    transition: all 0.3s;
}
.footer__work-item {
    margin-bottom: 10px;
}
.footer__work-item:last-child {
    margin-bottom: 0;
}
.footer__social {
    display: flex;
}
.footer__social-link {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.footer__social-link:last-child {
    margin-right: 0;
}
.fixed-nav__icon {
    position: relative;
}
.fixed-nav__value {
    display: inline-flex;
    position: absolute;
    font-size: 8px;
    line-height: 13px;
    color: #000;
    background-color: #EA4C2F;
    border-radius: 10px;
    top: -6px;
    right: -12px;
    height: 13px;
    width: 15px;
    padding: 0 5px;
}
.fixed-nav__icon svg,
.footer__social-link svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.footer__social-link svg * {
    transition: all 0.3s;
}
.footer__social-link:hover svg * {
    fill: #EA4C2F;
    transition: all 0.3s;
}
.footer__services {
    margin-top: 30px;
}
@media (max-width: 1430px) {
    .footer__center {
        width: 500px;
    }
    .footer__last {
        width: 450px;
    }
}
@media (max-width: 1320px) {
    .footer__center {
        width: 450px;
    }
    .footer__last {
        width: 420px;
    }
}
@media (max-width: 1190px) {
    .footer__center {
        width: 380px;
        flex-wrap: wrap;
    }
    .footer__center-box {
        width: 50%;
    }
    .footer__last {
        width: 250px;
    }
    .footer__last-row {
        flex-wrap: wrap;
    }
    .footer__last-coll {
        width: 100%;
        margin-bottom: 30px;
    }
    .footer__last-coll:last-child {
        margin-bottom: 0;
    }
    .footer__services {
        margin-top: 20px;
        position: relative;
        z-index: 1;
    }
}
@media (max-width: 1010px) {
    .footer {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .footer__first {
        width: 100%;
    }
    .footer__first-box {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0;
    }
    .footer__center {
        width: 100%;
        margin-top: 38px;
        margin-bottom: 38px;
    }
    .footer__center-box {
        width: 33%;
    }
    .footer__last {
        width: 100%;
    }
    .footer__last-coll {
        width: 47%;
    }
    .footer__copiright {
        margin-top: 0;
        margin-bottom: 0;
    }
    .footer__desc {
        max-width: 320px;
    }
}
@media (max-width: 760px) {
    .footer {
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .footer__copiright {
        margin-top: 2px;
        margin-bottom: 0;
        margin-right: 7px;
    }
    .footer__desc {
        margin-left: -3px;
        margin-top: -1px;
    }
    .footer__center-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .footer__center-box {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        border-top: 1px solid #F9F9F9;
        padding: 12px 20px;
    }
    .footer__center-box:last-child {
        border-bottom: 1px solid #F9F9F9;
    }
    .footer__center-arrow {
        display: block;
        width: 16px;
        height: 16px;
    }
    .footer__link {
        margin-bottom: 0;
    }
    .footer__menu {
        margin-top: 14px;
        display: none;
    }
    .footer__menu ul li {
        margin-bottom: 9px;
    }
    .footer__last-coll {
        width: 48%;
        margin-bottom: 25px;
    }
    .footer__address {
        margin-bottom: 22px;
        font-size: 12px;
        margin-top: 21px;
    }
    .footer__work {
        margin-top: 20px;
    }
    .footer__work-item {
        margin-bottom: 6px;
        font-size: 12px;
        line-height: 145%;
    }
    .footer__social {
        margin-top: 42px;
        margin-left: 0;
    }
    .footer__services {
        margin-top: 0;
    }
    .footer .logo {
        height: 43px;
    }
    .footer .logo img:first-child {
        display: block;
    }
    .footer .logo img:last-child {
        display: none;
    }
}
@media (max-width: 385px) {
    .footer__address {
        font-size: 11px;
    }
}

.fixed-nav {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
}
.fixed-nav .bottom_nav {
    background-color: #EA4C2F;
    border-top: 1px solid #EA4C2F;
    padding: 8px 0;
}
.fixed-nav__items {
    display: flex;
    justify-content: space-between;
}
.fixed-nav__item {
    width: calc(20% - 10px);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    transition: all 0.3s;
}
.fixed-nav__item.active,
.menu__left-coll ul li a:hover {
    color: #EA4C2F;
    transition: all 0.3s;
}
.fixed-nav__item.active svg * {
    stroke: #EA4C2F;
    transition: all 0.3s;
}
.fixed-nav__icon {
    width: 20px;
    height: 20px;
}
.fixed-nav__icon svg * {
    transition: all 0.3s;
}
.fixed-nav__caption {
    width: 100%;
    line-height: 1.3;
}
@media (max-width: 760px) {
    .fixed-nav {
        display: block;
    }
}


.footer-new {
    padding-bottom: 0;
}
.footer-new .footer__center {
    width: 100%;
    flex: 1;
    justify-content: flex-start;
    gap: 115px;
}
.footer-new .footer__center-box {
    width: auto;
}
.footer-new .services-item__coll {
    max-width: 370px;
}
.footer-new .footer__services {
    display: none;
    margin-top: 0;
}
.footer-new .footer__desc {
    max-width: 400px;
}
.footer-new .footer__work-item {
    margin-bottom: 0;
}
.footer-new .footer__address {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .3px;
}
.footer-new .footer__first {
    width: auto;
    margin-right: 55px;
}
.footer__bottom {
    margin-top: 40px;
    padding: 40px 0;
}
.footer__bottom--wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer__info-links {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}
.footer__contacts .contacts-item {
    margin-bottom: 15px;
}
.footer-new .footer__social {
    margin-top: 20px;
}
.footer-new .footer__social .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #303948;
}
.footer-new .footer__social svg {
    height: auto;
    width: auto;
}
.contacts-item {
    display: flex;
    gap: 8px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .3px;
}
.contacts-item__link {
    color: #ffffff;
}
.contacts-item__link:hover {
    color: #EA4C2F;
}
.contacts-item__caption {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .3px;
    color: #82C36E;
}
.contacts-item svg {
    flex: 0 0 auto;
}

@media (max-width: 1320px) {
    .footer-new .footer__center {
        gap: 60px;
    }
}
@media (max-width: 1010px){
    .footer-new .footer__first {
        width: 100%;
        flex: 0 0 auto;
    }
    .footer-new .footer__center {
        flex: 0 0 auto;
        gap: 50px;
    }
    .footer__bottom--wrapper {
        flex-direction: column-reverse;
        gap: 20px;
    }
}
@media (max-width: 760px) {
    .footer__contacts {
        display: flex;
        flex-wrap: wrap;
    }
    .footer-new .footer__social {
        margin: 5px auto 0;
    }
    .footer__contacts .contacts-item {
        width: 50%;
    }
    .footer-new {
        padding-bottom: 70px;
    }

    .footer-new .footer__work {
        margin-top: 0;
    }

    .footer-new .footer__center {
        display: block;
        margin-bottom: 0;
    }
    .footer__bottom {
        margin-top: 0;
        border: 0;
        padding: 0;
    }
    .footer-new .footer__center-box:last-of-type {
        border-bottom: 0;
        border-top: 1px solid #adadad;
    }
    .footer-new .services-item__coll {
        max-width: initial;
    }
}
/* End */


/* Start:/local/templates/vapse/css/hits_and_card.css?178423211910336*/

.cart {
    height: auto;
}
.hits {
    padding-top: 40px;
    padding-bottom: 13px;
}
.hits__top {
    padding-bottom: 50px;
}
.hits__subtitle {
    max-width: 460px;
    line-height: 145%;
    color: #202732;
    margin-left: 120px;
}
.hits__swiper {
    overflow: hidden;
    padding: 25px;
    margin: -25px;
}
.hits__bottom {
    display: none;
}
.hits__body .swiper-btn-circle {
    display: none;
}
.swiper-btn-circle.prev {
    right: auto !important;
    left: 0 !important;
}
.swiper-btn-circle.next {
    right: 0 !important;
    left: auto !important;
}
.filter_text {
    position: absolute;
    display: none;
    width: 100px;
    overflow: hidden;
    background: #F9F9F9;
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(30, 36, 46, .1);
    padding: 10px;
    width: 220px;
    z-index: 100;
    font-size: 14px;
}
.filter_name {
    margin-left: 10px;
}
.filter__caption {

}

.filter_name:hover .filter_text {
    transition: 0.3s;
    display: block;
}
.page-card-order__bonus-help .filter_text {
    right: 0;
    width: 150px;
}
.page-card-order__bonus-help {
    position: relative;
    cursor: pointer;
    flex: 0 0 auto;
    width: 15px;
    height: 15px;
    order: 2;
}
@media (max-width: 1320px) {
    .hits__subtitle {
        margin-left: 60px;
    }
    .hits__swiper {
        overflow: visible;
        padding: 0;
        margin: 0;
    }
}

@media (max-width: 1190px) {
    .hits {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .hits__top {
        padding-bottom: 30px;
    }
    .hits__subtitle {
        margin-left: 40px;
    }
}
@media (max-width: 1010px) {
    .hits__top-box {
        max-width: 460px;
        flex-wrap: wrap;
    }
    .hits__subtitle {
        margin-left: 0;
        margin-top: 12px;
    }
    .hits__link {
        white-space: nowrap;
    }
}
@media (max-width: 760px) {
    .page-card-order__bonus-help .filter_text {
        left: -65px;
        right: auto;
        width: 150px;
    }
    .page-card-order__result-item .page-card-order__bonus-help .filter_text {
        left: -120px;
    }
}
@media (max-width: 760px) {
    .hits {
        padding-top: 27px;
    }
    .hits,
    .hits__top {
        padding-bottom: 20px;
    }
    .hits__link,
    .hits__subtitle {
        display: none;
    }
    .hits__swiper {
        /*height: 580px;*/
    }
    .hits__slide {
        /*height: 50%;*/
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .hits__bottom {
        display: block;
        margin-top: 18px;
    }
    .hits__bottom-btn {
        width: 100%;
        height: 50px;
    }
    .hits .swiper-wrapper {
        /*flex-wrap: wrap;*/
        /*flex-direction: column;*/
    }
}


@media (min-width: 767px) {
    .hits__body .swiper-btn-circle {
        display: flex;
    }
    .hits__body {
        padding-left: 36px;
        padding-right: 36px;
        position: relative;
    }
}
@media (max-width: 575px) {
    .page-card-order__bonus-help .filter_text {
        left: -85px;
        right: auto;
        width: 150px;
    }
}
.cart.swiper-slide-prev,
.cart.swiper-slide-next,
.cart.swiper-slide {
    opacity: 1;
}
.cart .swiper-slide-prev,
.cart .swiper-slide-next,
.cart .swiper-slide {
    opacity: 1;
}
.card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
    background: #fff;
    border: 1px solid #e5effe;
    border-radius: 24px;
    transition: all 0.3s;
}
.card:hover {
    box-shadow: 0 4px 30px rgba(30, 36, 46, 0.1);
}
.card__top {
    box-sizing: border-box;
    width: 100%;
    min-height: 263px;
    padding: 40px 22px 0;
}
.card__tabs {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    flex-wrap: wrap;
    margin: -2.5px;
    z-index: 2;
}
.card__tab {
    margin: 2.5px;
}
.card__img {
    width: 100%;
    height: 191px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card__button svg,
.card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.card__bottom {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    padding: 0 24px 25px;
}
.card__brands {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    height: 44px;
}
.card__brand-logo {
    width: 52px;
}
.card__brand-logo--inner {
    width: auto;
    max-width: 80px;
    max-height: 40px;
}
.card__pr-logo {
    width: 15px;
}
.card__pr-logo--inner {
    width: 25px;
}
.card__box {
    /*min-height: 45px;*/
    padding-top: 16px;
}
.char-prop {
    font-size: 12px;

}
.char-prop b {
    font-weight: 500;
}
.card .card__info {
    margin-top: 8px;
}
.card__bonuses,
.card__bonuses-value {
    display: flex;
    align-items: center;
}
.card__price, .complects__item .total_prices {
    display: flex;
    align-items: center;
}
.card__price, .complects__item .total_price,
.card__price, .complects__item .total_price-old {
    line-height: 145%;
    text-transform: capitalize;
}
.hits__slide .card__price,
.catalog-filter__coll .card__price,
.card__price, .complects__item .total_price {
    font-weight: 600;
    font-size: 20px;
    color: #202732;
    margin-right: 8px;
}
.card__price, .complects__item .total_price-old {
    font-weight: 500;
    font-size: 14px;
    text-decoration: line-through;
    color: rgba(32, 39, 50, 0.5);
}
.card__desc, .complects__item .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;

    display: box;
    line-clamp: 2;
    box-orient: vertical;

    overflow: hidden;
    height: 40px;
    line-height: 140%;
    color: #202732;
    margin-top: 10px;
    margin-bottom: auto;

    max-height: calc(2 * 1.4em);
    word-wrap: break-word;
}
.card__buttons {
    margin-left: -9px;
    margin-right: 8px;
}
.card__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    cursor: pointer;
}
.card__button svg {
    width: 24px;
    height: 24px;
}
.card:hover,
.card__button svg * {
    transition: all 0.3s;
}
.card__button:hover svg * {
    fill: #3b414b;
    transition: all 0.3s;
}
.card .card__buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 0;
}
.card__box .can_buy {
    margin-top: 8px;
}
.card__btn {
    /*flex: 0 0 auto;*/
}
.card__btn svg,
.youtube__title br {
    display: none;
}
.char-size {
    margin-bottom: 8px;
}
.char-colors-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
}
.char-colors {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
}
.char-color-item {
    flex: 0 0 auto;
    width: 15px;
    height: 15px;
    overflow: hidden;
    border-radius: 2px;
}

.is-list .card .card__buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    min-width: 310px;
    padding: 25px 30px;
    border-radius: 15px;
    border: 2px solid #F5FAF9;
}
.can_buy {
    margin-top: auto;
    margin-bottom: 15px;
}
.is-list .card__btn {
    width: 100%;
    flex: 0 0 auto;
}
.is-list .card__buttons-items {
    width: 100%;
}
.is-list__price {
    margin-right: auto;
}
.is-list .card__button {
    height: 35px;
}
.is-list .card__desc {
    font-size: 16px;
    font-weight: 600;
}
.is-list .card__brand-logo {
    width: 85px;
}
.is-list .card__pr-logo {
    width: 23px;
}

.is-list__can_buy,
.is-list__price {
    display: none !important;
}
.is-list .is-list__price,
.is-list .is-list__can_buy {
    display: block !important;
}
.is-list .is-tile__card__info.is-tile__card__info,
.is-list .is-tile__can_buy.is-tile__can_buy {
    display: none;
}
.card__img {
    padding: 20px 0;
}
@media (max-width: 1500px) {
    .card__buttons {
        margin-right: 0;
    }
    .card__btn {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 760px) {
    .can_buy {
        font-size: 12px;
    }
    .char-size,
    .char-colors-box {
        font-size: 12px;
    }
    .card {
        border-radius: 10px;
    }
    .card__tabs {
        top: 8px;
        left: 10px;
        margin: -1px;
    }
    .card__top {
        min-height: max-content;
        padding: 21px 19px 0;
    }
    .card__img {
        padding: 0;
        height: 150px;
    }
    .card__bottom {
        height: 100%;
        padding: 0 16px 18px;
    }
    .hits__slide .card__price,
    .catalog-filter__coll .card__price,
    .card__price, .complects__item .total_price {
        font-size: 15px;
    }
    .card__price, .complects__item .total_price-old {
        font-size: 10px;
    }
    .card__desc.card__desc, .complects__item .title {
        display: -webkit-box;

        display: -moz-box;

        display: box;
        /*line-height: 15px;*/
        margin-top: 5px;
        /*height: 45px;*/
        margin-bottom: 9px;
        font-size: 13px;
    }
    .card__buttons {
        margin-left: 0;
        margin-right: 0;
    }
    .card__btn {
        margin-left: 10px;
    }
    .card__button {
        width: 16px;
        height: 16px;
        margin-right: 15px;
    }
    .card__button svg {
        width: 100%;
        height: 100%;
    }
    .card__button:last-child {
        margin-right: 0;
    }
    .card__btn {
        padding: 5px;
        width: 39px;
        height: 26px;
    }
    .card__btn span {
        display: none;
    }
    .card__btn svg {
        display: block;
    }
}

/* End */


/* Start:/local/templates/vapse/css/collection.css?17842321191772*/
.collection {

}
.collection__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(19%, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.collection__item {
    padding: 30px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #ffffff;
    border-radius: 20px;
    color: #202732;
    border: 2px solid #EFEEEC;
    transition: all .2s;
}
.collection__item:hover {
    border-color: #EA4C2F;
}
.collection__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}
.collection__col {

}
.collection__desc {
    flex: 0 0 auto;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 18px;
}
.collection__img {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 289px;
    margin: 0 auto;
}
.collection__img img {
    transition: all .3s;
    width: 65%;
}
.collection__item:hover .collection__img img {
    transform: scale(1.1, 1.1);
}
.collection__btn.collection__btn {
    display: flex;
    margin: 0 auto;
}


@media (max-width: 1200px) {
    .collection__list {
        grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    }
}

@media (max-width: 768px) {
    .collection__list {
        grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
    }
}

@media (max-width: 600px) {
    .collection__img {
        margin-bottom: -25px;
    }
    .collection__list {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
}
/* End */


/* Start:/local/templates/vapse/css/inner-page.css?178423211929597*/
.caption,
.title {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #1e242e;
}
.caption {
    font-size: 24px;
    line-height: 135%;
    color: #fff;
}

.page-top {
    padding-top: 8px;
}
.page-top__body {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 16px;
    padding-top: 26px;
    border-bottom: 1px solid #e5effe;
}
.page-top__body-box .share,
.page-top__body_wrap .page-top__title br {
    display: none;
}
.page-top__title {
    max-width: calc(100% - 180px);
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #202732;
}
.page-top__body-content {
    margin-bottom: 20px;
}
.page-top__body-content p {
    margin-bottom: 16px;
}
.page-top__vendor-code {
    font-size: 14px;
    line-height: 145%;
    color: #8e9297;
}
.breadcrumbs ul,
.nav-links,
.nav-links__body,
.navigation {
    display: flex;
    align-items: center;
}
.breadcrumbs ul li {
    display: flex;
    white-space: nowrap;
}
.breadcrumbs ul li a {
    white-space: nowrap;
    color: #8e9297;
    transition: color 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.breadcrumbs ul li a:hover {
    color: #babec4;
    transition: color 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.breadcrumbs ul li::after {
    content: "/";
    position: relative;
    margin: 0 3px;
}
.page-link {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 1.5;
    width: 127px;
    text-align: center;
    padding: 7px 5px;
    background-color: transparent;
    border: 1px solid #313131;
}
.page-link:hover {
    color: #c5ccc8;
    background-color: #006b2b;
}
.breadcrumbs ul li,
.breadcrumbs ul li::after,
.page-numbers {
    font-size: 14px;
    line-height: 145%;
    color: #8e9297;
}
.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    margin: 5px;
}
.page-numbers.current,
.page-numbers:hover {
    background-color: #EA4C2F;
    color: #ffffff;
    transition: all 0.3s;
}
.page-numbers.next,
.page-numbers.prew {
    width: auto;
    font-size: 14px;
    line-height: 145%;
    color: #202732;
    margin: 0;
}
.page-numbers.next svg,
.page-numbers.prew svg {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
}
.page-numbers.prew {
    margin-right: 45px;
}
.page-numbers.prew svg {
    margin-right: 8px;
    transition: all 0.3s;
}
.page-numbers,
.page-numbers.next:hover,
.page-numbers.prew:hover {
    background-color: transparent;
    transition: all 0.3s;
}
.page-numbers.prew:hover svg {
    transform: translateX(-8px);
    transition: all 0.3s;
}
.page-numbers.next {
    margin-left: 45px;
}
.page-numbers.next svg {
    margin-left: 8px;
    transition: all 0.3s;
}
.page-numbers.next:hover svg {
    transform: translateX(8px);
    transition: all 0.3s;
}
.slick-dots li {
    height: 5px;
    margin: 3px;
}
.slick-dots li button {
    font-size: 0;
    width: 6px;
    height: 3px;
    background: #ededed;
    border-radius: 3px;
    transition: all 0.3s;
}
.slick-dots li.slick-active {
    height: 5px;
}
.slick-dots li.slick-active button {
    width: 10px;
    height: 100%;
    background: #EA4C2F;
    border-radius: 3px;
    transition: all 0.3s;
}
.list__items,
.slick-dots li {
    display: flex;
    align-items: center;
}
.list__item {
    display: inline-flex;
    white-space: nowrap;
    font-weight: 600;
    line-height: 120%;
    font-size: 32px;
    color: rgba(30, 36, 46, 0.25);
    margin-right: 57px;
    transition: color 0.3s;
}
.list__item:hover {
    color: #1e242e7e;
}
.list__item:last-child {
    margin-right: 0;
}
.list__item.active {
    color: #202732;
    font-size: 40px;
}
.arrow {
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.arrow svg {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.arrow svg * {
    transition: all 0.3s;
}
.arrow:hover svg * {
    fill: #da251d;
    transition: all 0.3s;
}
.line {
    width: 100%;
    height: 1px;
    background: #e5effe;
}
@media (max-width: 1600px) {
    /*.search {*/
    /*    width: 300px;*/
    /*}*/
    .list__item {
        margin-right: 50px;
    }
}
@media (max-width: 1430px) {
    .search {
        width: 100%;
    }
    .title {
        font-size: 28px;
    }
    .list__item {
        font-size: 30px;
        margin-right: 30px;
    }
}
@media (max-width: 1320px) {
    .caption {
        font-size: 22px;
    }
}
@media (max-width: 1190px) {
    .page-top,
    .page-top__body {
        padding-top: 20px;
    }
    .page-top__body {
        padding-bottom: 10px;
    }
    .page-top__title {
        font-size: 28px;
    }
    .caption {
        font-size: 20px;
    }
    .logo {
        height: 40px;
    }
    .burger {
        padding: 12px;
    }
    .burger__icon {
        margin-right: 0;
    }
    .burger__caption {
        display: none;
    }
    .services-item {
        flex-wrap: wrap;
    }
    .services-item__coll {
        width: 100%;
        margin-bottom: 2px;
    }
    .list__item,
    .list__item.active {
        font-size: 26px;
    }
}
@media (max-width: 1010px) {
    .caption {
        font-size: 22px;
    }
    .search {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        height: 78px;
        z-index: 100;
        background-color: #ffffff;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
    }
    .search.active {
        opacity: 1;
        visibility: visible;
        transition: all 0.3s;
    }
    .search__field {
        border: 0;
        border-radius: 0;
        padding: 11px 52px;
    }
    .search__btn {
        width: 18px;
        height: 18px;
        right: auto;
        left: 22px;
    }
    .search__clear {
        display: block;
    }
    .burger {
        margin-left: 15px;
    }
    .services-item__coll {
        width: calc(50% - 1px);
    }
    .list__item,
    .list__item.active {
        font-size: 24px;
    }
    .page-numbers.prew {
        margin-right: 15px;
    }
    .page-numbers.prew svg {
        margin-right: 5px;
    }
    .page-numbers.next {
        margin-left: 15px;
    }
    .page-numbers.next svg {
        margin-left: 5px;
    }
}
@media (max-width: 760px) {
    .logo {
        height: 40px;
    }
    .logo img:first-child {
        display: none;
    }
    .logo img:last-child {
        display: block;
    }
    .wrapper {
        padding: 0 16px;
    }
    .page-top__body {
        padding: 18px 7px 6px 2px;
        margin-bottom: 10px;
    }

    .page-top__body_wrap .page-top__title {
        width: 100%;
        line-height: 130%;
        letter-spacing: -0.12px;
    }
    .page-top__body_wrap .page-top__title br {
        display: block;
    }
    .page-top__body-box {
        width: 100%;
        margin-top: 11px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .page-top__body-box .share {
        display: inline-flex;
    }
    .page-top__title {
        max-width: 100%;
        font-size: 16px;
    }
    .page-top__vendor-code {
        font-size: 12px;
        line-height: 135%;
    }
    .caption {
        font-size: 16px;
    }
    .share {
        font-size: 12px;
        line-height: 135%;
    }
    .share__icon {
        width: 16px;
        height: 16px;
    }
    .share__icon svg {
        width: 10px;
        height: 12px;
    }
    .title {
        font-size: 18px;
    }
    .search {
        height: 60px;
    }
    .burger {
        margin-left: 0;
        padding: 0;
        background: 0 0;
        border-radius: 0;
    }
    .burger::before {
        background-color: transparent;
        border-radius: 0;
    }
    .burger__icon {
        width: 18px;
        height: 18px;
    }
    .burger__icon span {
        background-color: #EA4C2F;
    }
    .burger.active .burger__icon span:first-child {
        top: 6px;
    }
    .burger.active .burger__icon span:last-child {
        top: -6px;
    }
    .breadcrumbs ul li {
        align-items: center;
    }
    .breadcrumbs ul li,
    .breadcrumbs ul li::after {
        font-size: 10px;
        line-height: 135%;
    }
    .breadcrumbs ul li a {
        padding: 6px 12px;
        background: #ededed;
        border-radius: 40px;
    }
    .page-numbers {
        margin: 0;
    }
    .page-numbers.prew,
    .page-numbers.prew svg {
        margin-right: 0;
    }
    .page-numbers.next span,
    .page-numbers.prew span {
        display: none;
    }
    .page-numbers.next,
    .page-numbers.next svg {
        margin-left: 8px;
    }
    .tab {
        font-size: 8px;
        padding: 3px 8px;
        border-radius: 20px;
        margin: 1px;
    }
    .link {
        font-size: 12px;
    }
    .link svg {
        margin-left: 8px;
    }
    .checbox {
        font-size: 10px;
    }
    .services-item__coll {
        height: 40px;
        padding: 5px 20px 5px 15px;
    }
    .list__item {
        white-space: nowrap;
        margin-right: 20px;
    }
    .list__item,
    .list__item.active {
        font-size: 20px;
    }
}
.catalog-filter__bottom-wrap {
    flex-wrap: wrap;
    gap: 14px;
}
/*@media (max-width: 370px) {*/
/*    .page-numbers {*/
/*        width: 24px;*/
/*        height: 24px;*/
/*    }*/
/*    .page-numbers.next svg,*/
/*    .page-numbers.prew svg {*/
/*        width: 20px;*/
/*        height: 20px;*/
/*    }*/
/*}*/
.tab {
    display: inline-flex;
    font-weight: 600;
    font-size: 12px;
    line-height: 145%;
    text-transform: uppercase;
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    margin: 2.5px;
}
.tab--new {
    background-color: #e8564e;
}
.tab--discount {
    color: #202732;
    background-color: #fbf32d;
}
.tab--hit {
    background-color: #414141;
}
.tab--news {
    color: #fff;
    background-color: #373C3F;
}
.tab--laptops {
    color: #fff;
    background: linear-gradient(45deg, #2b3547 0, #2b3547 0.01%, #3b414b 100%);
}
.field {
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 145%;
    color: #20273280;
    padding: 12px 26px;
    border: 0;
    background: #ffffff;
    border-radius: 100px;
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: all 0.3s ease;
    resize: none;
}
.field--border {
    border: 1px solid #20273233;
}
.field::-webkit-input-placeholder {
    color: #20273280;
}
.field:-moz-placeholder,
.field::-moz-placeholder {
    color: #20273280;
}
.field:-ms-input-placeholder {
    color: #20273280;
}
.field:focus {
    border-color: #EA4C2F;
    color: #20273280;
}
.checbox {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 145%;
    color: #fff;
    cursor: pointer;
}
.checbox--top {
    align-items: baseline;
}
.checbox a {
    color: #2c351f;
    text-decoration: underline;
    transition: all 0.3s;
}
.checbox a:hover {
    text-decoration: none;
    transition: all 0.3s;
}
.checbox small {
    font-size: 10px;
    line-height: 135%;
    color: #8e9297;
    margin-left: 4px;
    position: relative;
    top: -3px;
}
.checbox__icon,
.checbox__icon svg {
    position: relative;
    transition: all 0.3s;
}
.checbox__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 1px solid #EA4C2F;
    border-radius: 2px;
    margin-right: 8px;
}
.checbox__icon svg {
    width: 10px;
    height: 10px;
    left: 0;
    top: 1px;
    opacity: 0;
}
.checbox__caption {
    color: #20273280;
    max-width: calc(100% - 25px);
}
.checbox_dark {
    color: #202732;
}
.checbox input[type="checkbox"]:checked + .checbox__icon,
.checbox input[type="radio"]:checked + .checbox__icon {
    background-color: #EA4C2F;
    transition: all 0.3s;
}
.checbox input[type="checkbox"]:checked + .checbox__icon svg,
.checbox input[type="radio"]:checked + .checbox__icon svg {
    opacity: 1;
    transition: all 0.3s;
}
.checbox_gray {
    color: #1e242e;
}
.checbox_gray .checbox__icon {
    border-color: #1e242e;
}
.checbox_gray input[type="checkbox"]:checked + .checbox__icon,
.checbox_gray input[type="radio"]:checked + .checbox__icon {
    background-color: #e5effe;
    border-color: #e5effe;
    transition: all 0.3s;
}
.checbox-item {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.checbox-item__caption {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    height: 43px;
    border: 1px solid #dae2ec;
    font-size: 16px;
    line-height: 145%;
    color: #202732;
    border-radius: 8px;
    transition: all 0.3s;
}

.checbox-item__caption {
    text-transform: inherit;
}

@media (max-width: 760px) {
    .checbox-item__caption {
        font-size: 12px;
        line-height: 1.3;
        white-space: normal;
        text-align: center;

    }

}
.checbox-item__color-bg {
    width: 23px;
    height: 23px;
    border-radius: 4px;
}
.checbox-item input[type="checkbox"]:checked + .checbox-item__caption,
.checbox-item input[type="radio"]:checked + .checbox-item__caption {
    border: 3px solid #EA4C2F;
    transition: all 0.3s;
}
.checbox-item input[disabled] + .checbox-item__caption {
    background-color: #f1f7ff;
    border-color: #f1f7ff;
    color: #8e9297;
    transition: all 0.3s;
}

.dragscroll {
    overflow: auto;
}
.dragscroll::-webkit-scrollbar {
    width: 24px;
    height: 8px;
    background-color: rgba(48, 51, 60, 0.8);
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    display: none;
}
.dragscroll::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}
.dragscroll::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.dragscroll::-webkit-scrollbar-button:vertical:start:decrement {
    display: none;
}
.dragscroll::-webkit-scrollbar-button:vertical:end:increment {
    display: none;
}
.dragscroll::-webkit-scrollbar-button:horizontal:start:decrement {
    display: none;
}
.dragscroll::-webkit-scrollbar-button:horizontal:end:increment {
    display: none;
}
.vertical.dragscroll {
    width: 270px;
    height: 380px;
    float: left;
    padding: 10px;
}
.free.dragscroll {
    float: right;
    width: 400px;
    height: 400px;
}
.free,
.horizontal {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: grab;
}
.free:active,
.horizontal:active {
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: grabbing;
}

.modal {
    padding: 30px 15px 25px;
    background-color: #303948;
    border-radius: 10px;
    margin: 50px 15px;
    width: calc(100% - 30px);
    max-width: 364px;
    overflow: visible;
    position: relative;
}
.modal__closed {
    position: absolute;
    width: 24px;
    height: 24px;
    top: -30px;
    right: 0;
    cursor: pointer;
}
.form__password.active svg path,
.modal__closed:hover svg * {
    stroke: #fff;
    transition: all 0.3s;
}
.modal__top {
    margin-bottom: 18px;
}
.modal__top-nav {
    display: flex;
    justify-content: center;
}
.modal__top-link {
    font-weight: 600;
    display: inline-flex;
    color: #202732;
    border-bottom: 3px solid transparent;
    transition: all 0.3s;
}
.modal__top-link.active {
    color: #EA4C2F;
    border-color: #EA4C2F;
}
.modal__top-link.active,
.modal__top-link:hover {
    color: #EA4C2F;
    transition: all 0.3s;
}
.modal__top-link + .modal__top-link {
    margin-left: 20px;
}
.modal__title {
    font-weight: 600;
    text-align: center;
    color: #202732;
}
.modal__subtitle {
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 145%;
    color: #202732;
}
.modal__subtitle a {
    color: #EA4C2F;
    text-decoration: underline;
}
.modal__body-content {
    color: #202732;
}

.modal-white {
    background-color: white;
}

.modal-white .modal__subtitle,
.modal-white .modal__title {
    color: black;
}
.modal__body-content p,
.modal__body-content ol li,
.modal__body-content ul li {
    font-size: 16px;
    line-height: 145%;
    margin-bottom: 10px;
}
.modal__body-content p {
    margin-bottom: 20px;
}
.modal__body-content ol,
.modal__body-content ul {
    margin-left: 20px;
    margin-bottom: 20px;
}
.modal__body-content ol li {
    list-style: auto;
}
.modal__body-content ul li {
    list-style: disc;
}
.modal_white {
    background-color: #fff;
}
.modal_white .modal__title {
    color: #1e242e;
}
.modal_white .modal__subtitle {
    color: #303948;
}
.modal_white .form__caption {
    color: #8e9297;
    background-color: #fff;
}
.modal_white .form__link {
    color: #61637f;
}
.modal_white .checbox {
    color: #1e242e;
}
.modal_white .checbox a {
    color: #adb2b9;
    text-decoration: none;
}
.modal_white .checbox__icon {
    border-color: #e5effe;
}
.modal_white .checbox input[type="checkbox"]:checked + .checbox__icon,
.modal_white .checbox input[type="radio"]:checked + .checbox__icon {
    background-color: #e5effe;
    transition: all 0.3s;
}
.product-modal__wrap {
    margin-top: -18px;
}
.product-modal__img {
    width: 238px;
    height: 181px;
    margin: 0 auto;
}
.card-modal__img img,
.card-modal__slide-img img,
.product-modal__img img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.product-modal__desc {
    font-size: 14px;
    line-height: 140%;
    color: #202732;
    height: 40px;
    overflow: hidden;
    margin-bottom: 16px;
}
.card-modal__bottom .form__link,
.product-modal__bottom .form__link {
    width: 100%;
    justify-content: center;
}
.card-modal {
    max-width: 500px;
    padding-left: 20px;
    padding-right: 20px;
}
.card-modal__wrap {
    display: flex;
    align-items: center;
    border: 1px solid #f2f2f2;
    margin-bottom: 10px;
}
.card-modal__img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 162px;
    height: 124px;
}
.card-modal__desc {
    width: calc(100% - 162px);
    font-size: 14px;
    line-height: 140%;
    color: #202732;
    padding-right: 24px;
}
.card-modal-titleblock {
    margin: 20px;
}
.card-modal__bottom {
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
}
.card-modal__recommendations {
    margin-top: 35px;
}
.card-modal__recommendations-body {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-modal__slick {
    width: calc(100% - 56px);
    margin-right: -12px;
}
.card-modal__slide-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 12px);
    height: 91px;
    border: 1px solid #ededed;
    padding: 8px 15px;
    cursor: pointer;
    transition: all 0.3s;
}
.card-modal__slide-img:hover {
    border-color: #EA4C2F;
    transition: all 0.3s;
}
.card-modal .arrow:hover svg * {
    fill: none;
    stroke: #EA4C2F;
    transition: all 0.3s;

}
.card-modal-price {
    color: #202732;
    font-weight: 600;
}

@media (max-width: 600px) {
    .card-modal__wrap {
        flex-wrap: wrap;
    }
    .card-modal-titleblock {
        width: calc(100% - 110px);
    }
    .card-modal-quantity {
        margin-left: 110px;
    }
    .card-modal__img {
        width: 110px;
        height: 100px;
    }
    .card-modal {
        padding-left: 15px;
        padding-right: 15px;
    }

    .card-modal__desc {
        width: 100%;
        padding-right: 0;
    }
    .card-modal__recommendations {
        margin-top: 20px;
    }
    .card-modal__recommendations-body {
        margin-top: 15px;
    }
}

.recommendations__body,
.youtube__body,
.hits .new_body_container,
.main-blog__body,
.hits_body_container {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: -15px;
    margin-left: -15px;
    overflow: hidden;
}
.new_category {
    flex-wrap: wrap;
    display: flex;
    gap: 12px;
}
div.fixed-nav {
    z-index: 90;
}
.new__swiper-pagination,
.hit-pagination,
.about__youtube-pagination {
    margin-top: 15px;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
}
.new__swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet,
.hit-pagination.swiper-pagination-bullets .swiper-pagination-bullet,
.about__youtube-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    width: 12px;
    cursor: pointer;
    height: 12px;
    border-radius: 100%;
    background-color: #bababa;
}
.new__swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active ,
.hit-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active,
.about__youtube-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1;
    background: #EA4C2F;
}
.share-widget {
    right: 0;
    left: auto;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    display: flex;
    justify-content: center;
    bottom: -36px;
}
.show_more_menu {
    color: #FFF;
}
@media (max-width: 1010px) {
    header._header-scroll {
        position: sticky;
        top: 0;
        left: 0;
        background-color: #1e242e;
    }
}
@media (max-width: 760px) {
    .article .hits.bg-white-gray {
        margin-left: -16px;
        margin-right: -16px;
    }
}

.article .breadcrumbs ul {
    margin: 0;
}
.card-img-top {
    margin-bottom: 20px;
}
.hits.pt-0 {
    padding-top: 0;
}
.search__field {
    padding: 11px 60px 11px 16px;
}
@media (max-width: 1010px) {
    .search__field {
        padding: 11px 60px 11px 52px;
    }
}
.complects-top .cs-tabs-item {
    max-width: 215px;
}
.article__text ol, .article__text ul ,
#sect-desk ol, #sect-desk ul {
    margin-top: 20px;
    padding-left: 20px;
    list-style-type: initial;
}
.article__text ol ,
#sect-desk ol {
    list-style-type: decimal;
}
.hits__slide .card__price,
.catalog-filter__row .card__price {
    text-decoration: none;
}
.swiper {
    overflow: hidden;
}
.video-box {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}
.fancybox-gallery .fancybox-slide [data-fancybox-prev] {
    left: 20px !important;
}
.fancybox-gallery .fancybox-slide [data-fancybox-next] {
    right: 20px !important;
}
@media (min-width: 992px) {
    .fancybox-gallery .fancybox-slide {
        padding-left: 115px;
        padding-right: 115px;
    }
    .fancybox-gallery .fancybox-navigation [data-fancybox-prev] {
        left: 115px !important;
    }
    .fancybox-gallery .fancybox-navigation [data-fancybox-next] {
        right: 115px !important;
    }
}

.fancybox-thumbs__list a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    transform: translate(-50%, -50%);
}


@media (min-width: 1400px) {
    .page-card__wrap-top {
        justify-content: flex-start;
        gap: 16px;
    }
    .page-card__right {
        margin-right: auto;
        margin-left: auto;
    }
}
.page-card__swiper-wrap  {
    position: relative;
    align-self: flex-start;

}
.page-card__swiper-wrap >.page-card__swiper-slide-has-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.page-card__swiper-wrap >.page-card__swiper-slide-has-video:not(.is-open) {
    visibility: hidden;
    opacity: 0
}

/* Question */
.add-question {
    margin-bottom: 40px;
}
#question-editor {
    display: block;
    margin-bottom: 16px;
}
textarea {
    color: #000000;
    max-width: 500px;
    height: 100px;
    width: 100%;
    border: 1px solid #8E9297;
    padding: 14px;
}
textarea:focus {
    color: #000000;
}
.question-item {
    border-bottom: 1px solid #8E9297;
    margin-bottom: 25px;
}

.question-item-header {
    display: flex;
    gap: 10px;
}

.question-item .fio {
    font-size: 20px;
    font-weight: 600;
}

.question-item .question {
    padding: 12px 0 25px;
}

.answer-title, .answer {
    margin-left: 25px;
}

.answer {
    padding-bottom: 25px;
}

.answer-title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 12px;
}

.review-item:last-of-type {
    border: 0;
}

.search-box {
    margin-top: 28px;
    margin-bottom: 20px;
}
.search-box.search-box .search-box__wrapper.search-box__wrapper {
    margin-left: 0 !important;
}

.search-box .search-box__wrapper .search {
    height: 52px;
    max-width: 516px;
}
.search-box .search__field {
    border: 2px solid #F6F6F6;
    height: 52px;
    padding: 11px 16px 11px 50px;
}

.search-box.search-box .search-box__wrapper .search .search__field:not(:focus) {
    background-color: #ffffff !important;
}

.search-box .search__btn {
    width: 22px;
    height: 22px;
    top: calc(50% - 10px);
    left: 20px;
    right: auto;
}

.search-box .search {
    z-index: 1;
}

.catalog-filter__row.is-list .card__top .card__tabs {
    z-index: 11;
}
.catalog-filter__row.is-list .card__top .card__tabs .card__tab {
    display: inline-flex;
    font-weight: 600;
    font-size: 10px;
    line-height: 145%;
    text-transform: uppercase;
    color: #fff;
    padding: 3px 5px 1px;
    border-radius: 20px;
    margin: 2.5px;
}

.tabs {
    position: relative;
}

.tabs__nav {
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
    background: #F2F7FE;
    border-radius: 5px;
}

.tabs__btn {
    width: 50%;
    padding: 16px 20px;
    margin: 5px;
    background: #F2F7FE;
    color: #020202;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s ease;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
}

.tabs__btn:hover {
    background: #EA4C2F;
}

.tabs__btn.active {
    background: #EA4C2F;
    color: #020202;
}

.tabs__content {
    position: relative;
}
.tabs__content:focus {
    color: #020202;
}
.tabs__panel {
    display: none;
}

.tabs__panel[aria-hidden="false"] {
    display: block;
}

.tabs--inner {
    background: none;
}
.tabs--inner .tabs__nav {
    background: none;
    justify-content: center;
    gap: 10px;
}
.tabs--inner .tabs__btn {
    padding: 11px 7px;
    margin: 0;
    box-shadow: 0 0 0 1px #989B9F;
    width: auto;
    font-size: 12px;
    background: none;
}

.tabs--inner .tabs__btn:hover,
.tabs--inner .tabs__btn.active {
    background: none;
    color: #020202;
    box-shadow: 0 0 0 2px #EA4C2F;
}

.js-price-old.old-price {
    text-decoration: line-through;
}
.js-price-discount {
    font-size: 17px;
}

.js-price {
    font-size: 17px;
}


.card__button.active svg line {
    stroke: #EA4C2F;
    fill: #EA4C2F;
}

.favorites--js.active svg path {
    fill: #EA4C2F;
    transition: all 0.3s;
}
div#callback-modal {
    background-color: #F9F9F9 !important;
    max-width: 364px !important;
}

div#callback-modal .checbox a {
    color: #20273280;
}
.title-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.tooltip  p {
    margin-bottom: 10px;
}
@media (max-width: 1010px) {
    .search-box .search__btn {
    }
    .search-box .search__field {
        border-radius: 4px;
    }
    .search-box .search {
        position: relative;
        width: 100%;
        height: 60px;
        opacity: 1;
        visibility: visible;
        background: #ffffff;
        border-radius: 4px;
    }
}

@media (max-width: 768px) {
    .no-result__body {
        height: auto;
    }
    .no-result__body:before {
        position: relative;
        min-height: 257px;
    }
    .no-result__title {
        font-size: 24px;
    }
    .no-result__text {
        font-size: 16px;
    }
    .search-box {
        margin: 20px 0;
    }

}
@media (max-width: 767px) {
    .modal__body-content p,
    .modal__body-content ol li,
    .modal__body-content ul li {
        font-size: 15px;
    }
}
/* End */


/* Start:/local/templates/vapse/css/libs.css?178423211937591*/
/**
 * Swiper 6.8.4
 * 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: August 23, 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') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-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-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-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-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}: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-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.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-container-horizontal>.swiper-pagination-bullets,.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:8px;height:8px;display:inline-block;border-radius:50%;background:#000;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:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-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-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-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-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

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-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;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-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;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;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--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{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;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-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.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:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.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}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,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%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.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:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.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:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.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:scaleX(1) translateZ(0)}.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:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;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:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;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}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}


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

.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%;
    height: 100%;
    top: 50px;
    width: 100px;
    width: 100%;
    display: flex;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    left: 30px;
    margin-top: 20px;
}

.fancybox-thumbs__list a {
    background-size: contain !important;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0 !important;
}

.fancybox-thumbs__list a::before {
    border: 2px solid #333333 !important;
    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;
    background: transparent;
    border-radius: 5px;
}

.fancybox-thumbs__list a {
    background-color: rgb(255 255 255 / 10%) !important;
    width: 60px;
    height: 60px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 20% !important;
    background-color: transparent !important;
}

 .fancybox-navigation .fancybox-button {
    visibility: visible;
    opacity: 1 !important;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
    --size: 4rem;
    --marging-value: 2rem;
    color: #e21235;
    width: var(--size);
    height: var(--size);
    padding: .8rem;
    border-radius: 50%;
    box-shadow: 0 .1rem 2rem #04061c1a;
    overflow: hidden;
    border-radius: 50%;
    display: block;
}

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

button.fancybox-button.fancybox-button--zoom {
    display: none !important;
}

button.fancybox-button.fancybox-button--play {
    display: none !important;
}

button.fancybox-button.fancybox-button--thumbs {
    display: none !important;
}

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

.fancybox-button {
    background: rgb(255 255 255 / 60%) !important;
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 40px !important;
    background-color: transparent !important;
}

.list__item.active:hover {
    transition: 0.3s;
    color: rgba(30, 36, 46, .25);
}

.page-card__wrap::-webkit-scrollbar { width: 0; }

@media (min-width: 1120px) and (max-width: 1240px) {
    .page-card-order-wrapper {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 15px;
        width: 325px;
    }

    .page-card__right {
        width: 30%;
    }

    .page-card-bottom_wrapper {
        display: flex;
        justify-content: space-between;
        width: 360px;
    }
}

@media (min-width: 1241px) and (max-width: 1360px) {
    .page-card-order-wrapper {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 15px;
        width: 325px;
    }

    .page-card__right {
        width: 30%;
    }

    .page-card-bottom_wrapper {
        display: flex;
        justify-content: space-between;
        width: 360px;
    }
}



.swiper-container-horizontal>.swiper-pagination-bullets {
    display: flex;
    justify-content: center;
    bottom: -36px;
}
.swiper {
    overflow: hidden;
}
.new__swiper-pagination, .hit-pagination, .about__youtube-pagination {
    margin-top: 15px;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
}
.new__swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet, .hit-pagination.swiper-pagination-bullets .swiper-pagination-bullet, .about__youtube-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    width: 12px;
    cursor: pointer;
    height: 12px;
    border-radius: 100%;
    background-color: #bababa;
}
.new__swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active, .hit-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active, .about__youtube-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1;
    background: #a9ff35;
}

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    max-width: 100%; /* Not required for horizontal scroll to trigger */
    max-height: 100%; /* Needed for vertical scroll to trigger */
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
    content: ' ';
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: black;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.5;
    transition-delay: 0s;
    transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

.simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.simplebar-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
    width: 200%;
    height: 200%;
    margin: 10px 0;
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* End */


/* Start:/local/templates/vapse/css/choices.min.css?17842321197756*/
.choices{position:relative;overflow:hidden;margin-bottom:24px;font-size:16px}.choices:focus{outline:0}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:visible}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none!important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.25}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #005f75}.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button{display:none}.choices[data-type*=select-one]::after{content:"";height:0;width:0;border-style:solid;border-color:#333 transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open::after{border-color:transparent transparent #333;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]::after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0-4px 0 8px;padding-left:16px;border-left:1px solid #003642;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#005f75;border:1px solid #004a5c;color:#fff;word-break:break-all;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#004a5c;border:1px solid #003642}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown,.choices__list[aria-expanded]{display:none;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all}.is-active.choices__list--dropdown,.is-active.choices__list[aria-expanded]{display:block}.is-open .choices__list--dropdown,.is-open .choices__list[aria-expanded]{border-color:#b7b7b7}.is-flipped .choices__list--dropdown,.is-flipped .choices__list[aria-expanded]{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list,.choices__list[aria-expanded] .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item,.choices__list[aria-expanded] .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item,[dir=rtl] .choices__list[aria-expanded] .choices__item{text-align:right}@media (min-width:640px){.choices__list--dropdown .choices__item--selectable[data-select-text],.choices__list[aria-expanded] .choices__item--selectable[data-select-text]{padding-right:100px}.choices__list--dropdown .choices__item--selectable[data-select-text]::after,.choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text],[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text]::after,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted::after,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}.choices__button{text-indent:-9999px;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus,.choices__input:focus{outline:0}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}.choices__input::-webkit-search-cancel-button,.choices__input::-webkit-search-decoration,.choices__input::-webkit-search-results-button,.choices__input::-webkit-search-results-decoration{display:none}.choices__input::-ms-clear,.choices__input::-ms-reveal{display:none;width:0;height:0}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}
/* End */


/* Start:/local/templates/vapse/css/index.css?1784232119277715*/
@-webkit-keyframes rotateStar {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes rotateStar {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes mainPoint {
    0%,
    to {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1.05);
    }
}
@keyframes mainPoint {
    0%,
    to {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1.05);
    }
}
@-webkit-keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes endPoint {
    0%,
    to {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}
@keyframes endPoint {
    0%,
    to {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}
html {
    box-sizing: border-box;
    cursor: default;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}
* {
    outline: 0;
}
*,
::after,
::before {
    box-sizing: inherit;
}
::-moz-selection {
    color: #fff;
    background: #1b64fa;
}
::selection {
    color: #fff;
    background: #1b64fa;
}
body,
html {
    font-family: "Montserrat", sans-serif;
    background-color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    line-height: 135%;
    color: #202732;
    margin: 0;
    padding: 0;
}
/* body {
  overflow-x: hidden;
} */
body.filter-lock,
body.lock {
    overflow: hidden;
    height: 100vh;
}
body.filter-lock {
    position: relative;
}
body.filter-lock::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    background-color: #202732;
    z-index: 1001;
    transition: all 0.3s;
}

.h1,
.h2,
h1,
h2 {
    font-weight: 400;
}
.h1,
h1 {
    font-size: 48px;
    line-height: 120%;
}
.h2,
h2 {
    font-size: 40px;
}
.h2,
.h3,
.h4,
h2,
h3,
h4 {
    line-height: 120%;
}
.h3,
h3 {
    font-weight: 600;
    font-size: 32px;
    color: rgba(255, 255, 255, 0.8);
}
.h4,
h4 {
    font-weight: 500;
    font-size: 29px;
}
.h4_item,
.h5,
h4_item,
h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
}
.h5,
h5 {
    font-weight: 500;
    font-size: 20px;
}
ol,
ul {
    padding-left: 0;
    list-style-type: none;
}
ol,
p,
ul {
    margin-top: 0;
    margin-bottom: 0;
}
figure {
    margin: 0 auto;
}
sub,
sup {
    line-height: 1em;
    font-size: 0.75em;
}
a {
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transition-property: background-size;
    text-decoration: none;
    cursor: pointer;
}
[role="button"],
[type="reset"],
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 0;
    border: 0;
    background-color: transparent;
    margin: 0;
}

[role="button"][disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled],
button[disabled] {
    cursor: initial;
}
[type="button"] {
    cursor: pointer;
}
select:focus {
    color: #000000;
}
select,
textarea {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
}
select::placeholder,
textarea::placeholder {
    opacity: 1;
}
input[type="email"]::-ms-clear,
input[type="email"]::-ms-reveal,
input[type="password"]::-ms-clear,
input[type="password"]::-ms-reveal,
input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal,
input[type="tel"]::-ms-clear,
input[type="tel"]::-ms-reveal,
input[type="text"]::-ms-clear,
input[type="text"]::-ms-reveal {
    display: none;
}
input[type="email"]::-webkit-search-cancel-button,
input[type="email"]::-webkit-search-decoration,
input[type="email"]::-webkit-search-results-button,
input[type="email"]::-webkit-search-results-decoration,
input[type="password"]::-webkit-search-cancel-button,
input[type="password"]::-webkit-search-decoration,
input[type="password"]::-webkit-search-results-button,
input[type="password"]::-webkit-search-results-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration,
input[type="tel"]::-webkit-search-cancel-button,
input[type="tel"]::-webkit-search-decoration,
input[type="tel"]::-webkit-search-results-button,
input[type="tel"]::-webkit-search-results-decoration,
input[type="text"]::-webkit-search-cancel-button,
input[type="text"]::-webkit-search-decoration,
input[type="text"]::-webkit-search-results-button,
input[type="text"]::-webkit-search-results-decoration {
    display: none;
}
input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}
select {
    cursor: pointer;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
select::-ms-expand {
    display: none;
}
textarea {
    resize: none;
}
img,
video {
    height: auto;
}
img,
svg,
use,
video {
    display: block;
}
img,
svg,
video {
    max-width: 100%;
}
hr {
    border: 0;
    height: 1px;
    margin: 0;
    width: 100px;
    background-color: fade(#000, 18%);
}
@media (max-width: 1320px) {
    .h3,
    h3 {
        font-size: 28px;
    }
}
@media (max-width: 1190px) {
    .h1,
    h1 {
        font-size: 40px;
    }
    .h2,
    h2 {
        font-size: 32px;
    }
    .h3,
    h3 {
        font-size: 26px;
    }
    .h4,
    h4 {
        font-size: 24px;
    }
    .h5,
    h5 {
        font-size: 18px;
    }
}
@media (max-width: 760px) {
    .h1,
    h1 {
        font-size: 40px;
    }
    .h2,
    h2 {
        font-size: 20px;
    }
    .h4,
    h4 {
        font-size: 24px;
    }
    .h5,
    h5 {
        font-size: 18px;
    }
}
/* .main {
  overflow: hidden;
} */
.main-container {
    position: relative;
    z-index: 10;
}

.wrapper {
    max-width: 1630px;
    margin: 0 auto;
    padding: 0 15px;
}
.bg-dark-blue {
    background: #202732;
}
.bg-white {
    background: #fff;
}
.bg-blue {
    background: #f1f7ff;
}
.bg-white-gray {
    background: #F5FAF9;
}
.bg-gray {
    background: #F5FAF9;
}
.c-white {
    color: #fff;
}
.fancybox-slide--html {
    padding: 0;
}
.fancybox-button {
    display: none;
}
.flex,
.flex-center {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.flex-center {
    justify-content: center;
}
.al-center {
    align-items: center;
}
.img-cover img,
.svg-cover svg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.img-contain img,
.logo img,
.svg-contain svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.logo {
    height: 42px;
    display: block;
}
.logo img {
    -o-object-position: left;
    object-position: left;
}
.breadcrumbs ul li:last-child::after,
.logo img:last-child {
    display: none;
}

.share {
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #8e9297;
    mix-blend-mode: normal;
    transition: all 0.3s;
}
.share:hover {
    color: #EA4C2F;
}
.share:hover svg * {
    fill: #EA4C2F;
    transition: all 0.3s;
}
.share__icon {
    width: 32px;
    height: 32px;
    margin-right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.share__icon svg {
    width: 20px;
    height: 22px;
    -o-object-fit: contain;
    object-fit: contain;
}
.btn,
.share:hover,
.share__icon svg * {
    transition: all 0.3s;
}

.link {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #EA4C2F;
}
.link svg {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 12px;
}
.btn:hover,
.link,
.link svg,
.link svg * {
    transition: all 0.3s;
}
.link--purple {
    color: #9860f7;
}
.link--purple svg * {
    stroke: #9860f7;
    transition: all 0.3s;
}
.link:hover {
    text-decoration: underline;
}
.link:hover svg {
    transform: translateX(5px);
    transition: transform 0.3s;
}
.tab {
    display: inline-flex;
    font-weight: 600;
    font-size: 12px;
    line-height: 145%;
    text-transform: uppercase;
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    margin: 2.5px;
}
.tab--new {
    background-color: #e8564e;
}
.tab--discount {
    background-color: #3e45ef;
}
.tab--hit {
    background-color: #9860f7;
}
.tab--news {
    color: #fff;
    background-color: #202732;
}
.tab--laptops {
    color: #fff;
    background: linear-gradient(45deg, #2b3547 0, #2b3547 0.01%, #3b414b 100%);
}
.field {
    width: 100%;
    font-family: "Montserrat", sans-serif;
    background-color: #fff;
    font-size: 14px;
    line-height: 145%;
    border-radius: 100px;
    color: #8e9297;
    padding: 12px 26px 16px;
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: all 0.3s ease;
    resize: none;
}
.field::-webkit-input-placeholder {
    color: #8e9297;
}
.field:-moz-placeholder,
.field::-moz-placeholder {
    color: #8e9297;
}
.field:-ms-input-placeholder {
    color: #8e9297;
}
.field:focus {
    border-color: #EA4C2F;
    color: #EA4C2F;
}
.checbox {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 145%;
    color: #fff;
    cursor: pointer;
}
.checbox--top {
    align-items: baseline;
}
.checbox a {
    color: #2c351f;
    text-decoration: underline;
    transition: all 0.3s;
}
.checbox a:hover {
    text-decoration: none;
    transition: all 0.3s;
}
.checbox small {
    font-size: 10px;
    line-height: 135%;
    color: #8e9297;
    margin-left: 4px;
    position: relative;
    top: -3px;
}
.checbox__icon,
.checbox__icon svg {
    position: relative;
    transition: all 0.3s;
}
.checbox__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 1px solid #EA4C2F;
    border-radius: 2px;
    margin-right: 8px;
}
.checbox__icon svg {
    width: 10px;
    height: 10px;
    left: 0;
    top: 1px;
    opacity: 0;
}
.checbox__caption {
    color: #20273280;
    max-width: calc(100% - 25px);
}
.checbox_dark {
    color: #202732;
}
.checbox input[type="checkbox"]:checked + .checbox__icon,
.checbox input[type="radio"]:checked + .checbox__icon {
    background-color: #EA4C2F;
    transition: all 0.3s;
}
.checbox input[type="checkbox"]:checked + .checbox__icon svg,
.checbox input[type="radio"]:checked + .checbox__icon svg {
    opacity: 1;
    transition: all 0.3s;
}
.checbox_gray {
    color: #202732;
}
.checbox_gray .checbox__icon {
    border-color: #202732;
}
.checbox_gray input[type="checkbox"]:checked + .checbox__icon,
.checbox_gray input[type="radio"]:checked + .checbox__icon {
    background-color: #e5effe;
    border-color: #e5effe;
    transition: all 0.3s;
}
.checbox-item {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.checbox-item__caption {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    height: 43px;
    border: 1px solid #dae2ec;
    font-size: 16px;
    line-height: 145%;
    color: #202732;
    border-radius: 8px;
    transition: all 0.3s;
}
@media (max-width: 760px) {
    .checbox-item__caption {
        font-size: 12px;
        line-height: 1.3;
        white-space: normal;
        text-align: center;

    }

}
.checbox-item__color-bg {
    width: 23px;
    height: 23px;
    border-radius: 4px;
}
.checbox-item input[type="checkbox"]:checked + .checbox-item__caption,
.checbox-item input[type="radio"]:checked + .checbox-item__caption {
    border: 3px solid #EA4C2F;
    transition: all 0.3s;
}
.checbox-item input[disabled] + .checbox-item__caption {
    background-color: #f1f7ff;
    border-color: #f1f7ff;
    color: #8e9297;
    transition: all 0.3s;
}

/* Radio Button */
.radio-btn {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    cursor: pointer;
    margin: 0;
}

.radio-btn__input {
    display: none;
}

.radio-btn__custom {
    width: 16px;
    height: 16px;
    border: 1px solid #EA4C2F;
    border-radius: 50%;
    background: white;
    position: relative;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.radio-btn__input:checked + .radio-btn__custom::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #EA4C2F;
    border-radius: 50%;
}

.radio-btn__text {
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    user-select: none;
}

.radio-btn:hover .radio-btn__custom {
    border-color: #EA4C2F;
}

.radio-btn__input:focus + .radio-btn__custom {
    box-shadow: 0 0 0 3px #EA4C2F;
}

.radio-btn--big {
    display: inline-flex;
    padding: 13px 20px;
    position: relative;
}
.radio-btn--big .radio-btn__custom {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #C6C6C6;
    border-radius: 100px;
    background: none;
}
.radio-btn--big .radio-btn__custom-circle {
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 20px;
    border: 1px solid #EA4C2F;
    border-radius: 50%;
    background: white;
    position: relative;
    flex-shrink: 0;
    transition: all 0.2s ease;
}
.radio-btn--big .radio-btn__text {
    padding-left: 26px;
}
.radio-btn--big .radio-btn__input:checked + .radio-btn__custom:after {
    display: none;
}
.radio-btn--big .radio-btn__input:checked + .radio-btn__custom .radio-btn__custom-circle::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #EA4C2F;
    border-radius: 50%;
}

.radio-btn--big .radio-btn__input:checked + .radio-btn__custom {
    border-color: #EA4C2F;
}
.search__btn,
.search__clear {
    position: absolute;
    cursor: pointer;
    background-color: transparent;
    z-index: 10;
}
.search__btn {
    border: 0;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: 16px;
}
.search__btn svg,
.search__clear svg,
.services-item__star svg,
.social-link svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.search__clear {
    display: none;
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
    right: 26px;
    opacity: 0.5;
}
.city__top {
    display: flex;
    align-items: center;
    line-height: 145%;
    color: #fff;
}
.city__caption {
    margin-right: 8px;
}
.city__arrow {
    width: 16px;
    height: 16px;
}
.social {
    display: flex;
}
.social-link {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.social-link:last-child {
    margin-right: 0;
}
.slick-dots li,
.social-link svg * {
    transition: all 0.3s;
}

.caption,
.title {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #202732;
}
.caption {
    font-size: 24px;
    line-height: 135%;
    color: #fff;
}
.page-top {
    padding-top: 32px;
}
.page-top__body {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 16px;
    padding-top: 26px;
    border-bottom: 1px solid #e5effe;
}
.page-top__body-box .share,
.page-top__body_wrap .page-top__title br {
    display: none;
}
.page-top__title {
    max-width: calc(100% - 180px);
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #202732;
}
.page-top__vendor-code {
    font-size: 14px;
    line-height: 145%;
    color: #8e9297;
}
.hidden-title.hidden-title {
    height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    margin: 0;
    visibility: hidden;
}
.breadcrumbs ul,
.nav-links,
.nav-links__body,
.navigation {
    display: flex;
    align-items: center;
}
.breadcrumbs ul li {
    display: flex;
    white-space: nowrap;
}
.breadcrumbs ul li a {
    white-space: nowrap;
    color: #8e9297;
    transition: color 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.breadcrumbs ul li a:hover {
    color: #babec4;
    transition: color 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.breadcrumbs ul li::after {
    content: "/";
    position: relative;
    margin: 0 3px;
}
.page-link {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 1.5;
    width: 127px;
    text-align: center;
    padding: 7px 5px;
    background-color: transparent;
    border: 1px solid #313131;
}
.page-link:hover {
    color: #c5ccc8;
    background-color: #006b2b;
}
.breadcrumbs ul li,
.breadcrumbs ul li::after,
.page-numbers {
    font-size: 14px;
    line-height: 145%;
    color: #8e9297;
}
.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    margin: 5px;
}
.page-numbers.current,
.page-numbers:hover {
    background-color: #EA4C2F;
    color: #202732;
    transition: all 0.3s;
}
.page-numbers.next,
.page-numbers.prew {
    width: auto;
    font-size: 14px;
    line-height: 145%;
    color: #202732;
    margin: 0;
}
.page-numbers.next svg,
.page-numbers.prew svg {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
}
.page-numbers.prew {
    margin-right: 45px;
}
.page-numbers.prew svg {
    margin-right: 8px;
    transition: all 0.3s;
}
.page-numbers,
.page-numbers.next:hover,
.page-numbers.prew:hover {
    background-color: transparent;
    transition: all 0.3s;
}
.page-numbers.prew:hover svg {
    transform: translateX(-8px);
    transition: all 0.3s;
}
.page-numbers.next {
    margin-left: 45px;
}
.page-numbers.next svg {
    margin-left: 8px;
    transition: all 0.3s;
}
.page-numbers.next:hover svg {
    transform: translateX(8px);
    transition: all 0.3s;
}
.slick-dots li {
    height: 5px;
    margin: 3px;
}
.slick-dots li button {
    font-size: 0;
    width: 6px;
    height: 3px;
    background: #ededed;
    border-radius: 3px;
    transition: all 0.3s;
}
.slick-dots li.slick-active {
    height: 5px;
}
.slick-dots li.slick-active button {
    width: 10px;
    height: 100%;
    background: #EA4C2F;
    border-radius: 3px;
    transition: all 0.3s;
}
.list__items,
.slick-dots li {
    display: flex;
    align-items: center;
}
.list__item {
    display: inline-flex;
    white-space: nowrap;
    font-weight: 600;
    line-height: 120%;
    font-size: 32px;
    color: rgba(30, 36, 46, 0.25);
    margin-right: 57px;
    transition: color 0.3s;
}
.list__item:hover {
    color: #2027327e;
}
.list__item:last-child {
    margin-right: 0;
}
.list__item.active {
    color: #202732;
    font-size: 40px;
}
.arrow {
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.arrow svg {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.arrow svg * {
    transition: all 0.3s;
}
.arrow:hover svg * {
    fill: #da251d;
    transition: all 0.3s;
}
.line {
    width: 100%;
    height: 1px;
    background: #e5effe;
}
@media (max-width: 1600px) {
    .search {
        width: 300px;
    }
    .list__item {
        margin-right: 50px;
    }
}
@media (max-width: 1430px) {
    .search {
        width: 250px;
    }
    .title {
        font-size: 28px;
    }
    .list__item {
        font-size: 30px;
        margin-right: 30px;
    }
}
@media (max-width: 1320px) {
    .caption {
        font-size: 22px;
    }
}
@media (max-width: 1190px) {
    .page-top,
    .page-top__body {
        padding-top: 20px;
    }
    .page-top__body {
        padding-bottom: 10px;
    }
    .page-top__title {
        font-size: 28px;
    }
    .caption {
        font-size: 20px;
    }
    .logo {
        height: 40px;
    }
    .burger {
        padding: 12px;
    }
    .burger__icon {
        margin-right: 0;
    }
    .burger__caption {
        display: none;
    }
    .services-item {
        flex-wrap: wrap;
    }
    .services-item__coll {
        width: 100%;
        margin-bottom: 2px;
    }
    .list__item,
    .list__item.active {
        font-size: 26px;
    }
}
@media (max-width: 1010px) {
    .caption {
        font-size: 22px;
    }
    .search {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        height: 78px;
        z-index: 100;
        background-color: #202732;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
    }
    .search.active {
        opacity: 1;
        visibility: visible;
        transition: all 0.3s;
    }
    .search__field {
        border: 0;
        border-radius: 0;
        padding: 11px 52px;
    }
    .search__btn {
        width: 18px;
        height: 18px;
        right: auto;
        left: 22px;
    }
    .search__clear {
        display: block;
    }
    .burger {
        margin-left: 15px;
    }
    .services-item__coll {
        width: calc(50% - 1px);
    }
    .list__item,
    .list__item.active {
        font-size: 24px;
    }
    .page-numbers.prew {
        margin-right: 15px;
    }
    .page-numbers.prew svg {
        margin-right: 5px;
    }
    .page-numbers.next {
        margin-left: 15px;
    }
    .page-numbers.next svg {
        margin-left: 5px;
    }
}
@media (max-width: 760px) {
    .logo {
        height: 22px;
    }
    .logo img:first-child {
        display: none;
    }
    .logo img:last-child {
        display: block;
    }
    .wrapper {
        padding: 0 16px;
    }
    .page-top__body {
        padding: 18px 7px 6px 2px;
    }

    .page-top__body_wrap .page-top__title {
        width: 100%;
        line-height: 130%;
        letter-spacing: -0.12px;
    }
    .page-top__body_wrap .page-top__title br {
        display: block;
    }
    .page-top__body-box {
        width: 100%;
        margin-top: 11px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .page-top__body-box .share {
        display: inline-flex;
    }
    .page-top__title {
        max-width: 100%;
        font-size: 16px;
    }
    .page-top__vendor-code {
        font-size: 12px;
        line-height: 135%;
    }
    .caption {
        font-size: 16px;
    }
    .share {
        font-size: 12px;
        line-height: 135%;
    }
    .share__icon {
        width: 16px;
        height: 16px;
    }
    .share__icon svg {
        width: 10px;
        height: 12px;
    }
    .title {
        font-size: 18px;
    }
    .search {
        height: 60px;
    }
    .burger {
        margin-left: 0;
        padding: 0;
        background: 0 0;
        border-radius: 0;
    }
    .burger::before {
        background-color: transparent;
        border-radius: 0;
    }
    .burger__icon {
        width: 18px;
        height: 18px;
    }
    .burger__icon span {
        background-color: #EA4C2F;
    }
    .burger.active .burger__icon span:first-child {
        top: 6px;
    }
    .burger.active .burger__icon span:last-child {
        top: -6px;
    }
    .breadcrumbs ul li {
        align-items: center;
    }
    .breadcrumbs ul li,
    .breadcrumbs ul li::after {
        font-size: 10px;
        line-height: 135%;
    }
    .breadcrumbs ul li a {
        padding: 6px 12px;
        background: #ededed;
        border-radius: 40px;
    }
    .page-numbers {
        margin: 0;
    }
    .page-numbers.prew,
    .page-numbers.prew svg {
        margin-right: 0;
    }
    .page-numbers.next span,
    .page-numbers.prew span {
        display: none;
    }
    .page-numbers.next,
    .page-numbers.next svg {
        margin-left: 8px;
    }
    .tab {
        font-size: 8px;
        padding: 3px 8px;
        border-radius: 20px;
        margin: 1px;
    }
    .link {
        font-size: 12px;
    }
    .link svg {
        margin-left: 8px;
    }
    .checbox {
        font-size: 10px;
    }
    .services-item__coll {
        height: 40px;
        padding: 5px 20px 5px 15px;
    }
    .list__item {
        white-space: nowrap;
        margin-right: 20px;
    }
    .list__item,
    .list__item.active {
        font-size: 20px;
    }
}
@media (max-width: 370px) {
    .page-numbers {
        width: 24px;
        height: 24px;
    }
    .page-numbers.next svg,
    .page-numbers.prew svg {
        width: 20px;
        height: 20px;
    }
}
@font-face {
    font-family: "TTCommons";
    src: url("/local/templates/vapse/css/../fonts/TT Commons Regular/TT Commons Regular.eot");
    src: url("/local/templates/vapse/css/../fonts/TT Commons Regular/TT Commons Regular.eot?#iefix")
    format("embedded-opentype"),
    url("/local/templates/vapse/css/../fonts/TT Commons Regular/TT Commons Regular.woff") format("woff"),
    url("/local/templates/vapse/css/../fonts/TT Commons Regular/TT Commons Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

.promo__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.promo-big .swiper {
    height: 100%;
}
.promo-big {
    max-width: 1192px;
    width: 74%;

}
.promo-big .swiper-slide {
    border-radius: 48px;
    box-sizing: border-box;
    padding: 67px 73px 54px;
    background: linear-gradient(45deg, #2b3547 0, #2b3547 0.01%, #3b414b 100%);
}
.promo-big .swiper-slideg::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(270deg, #363d49 0, rgba(54, 61, 73, 0) 84.18%);
    z-index: 1;
}
.promo-big,
.promo-big__wrap {
    position: relative;
    z-index: 10;
}
.promo-big__title {
    color: #fff;
    margin-bottom: 35px;
}
.promo-big__items {
    display: flex;
    max-width: 610px;
    margin-bottom: 62px;
}
.promo-big__item {
    max-width: 33.333%;
}
.promo-big__caption {
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    color: #f4f4f4;
    margin-bottom: 8px;
}
.promo-big__desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: #8d839f;
}
.promo-big__image {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
}
.promo-big__image img,
.promo-big__image picture {
    width: auto;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.promo-big__star img:last-child {
    display: none;
}
.promo-big__star {
    position: absolute;
    width: 389px;
    height: 130px;
    left: calc(50% - 322px);
    bottom: 0;
}
.promo-big__star-desc {
    -webkit-animation: rotateStar 100s linear infinite;
    animation: rotateStar 100s linear infinite;
}
.promo-big__btn svg,
.promo-big__subtitle {
    display: none;
}
@media (max-width: 1600px) {
    .promo-big .swiper-slide{
        padding: 65px 40px 54px;
    }
}
@media (max-width: 1430px) {
    .promo-big .swiper-slide{
        padding: 50px 25px;
    }
    .promo-big {
        width: calc(100% - 370px);
    }
    .promo-big__items {
        max-width: 520px;
        margin-bottom: 45px;
    }
    .promo-big__star {
        left: calc(50% - 220px);
    }
    .promo-big__caption {
        font-size: 18px;
    }
    .promo-big__desc {
        font-size: 15px;
    }
}
@media (max-width: 1320px) {
    .promo-big .swiper-slide{
        padding: 34px 25px;
        border-radius: 32px;
    }
    .promo-big__star {
        left: calc(50% - 150px);
        width: 300px;
        height: 100px;
    }
}
@media (max-width: 1190px) {
    .promo-big .swiper-slide::before {
        width: 120px;
    }
    .promo-big__title {
        margin-bottom: 24px;
    }
    .promo-big__caption {
        font-size: 17px;
    }
    .promo-big__desc {
        font-size: 14px;
    }
    .promo-big__items {
        max-width: 500px;
        margin-bottom: 32px;
    }
}
@media (max-width: 1010px) {
    .promo-big {
        width: 100%;
        margin-bottom: 60px;
    }
}
@media (max-width: 760px) {
    .promo-big .swiper-slide {
        padding: 40px 42px;
        border-radius: 24px;
    }
    .promo-big__title {
        margin-bottom: 5px;
        font-size: 24px;
    }
    .promo-big__subtitle {
        display: block;
        font-weight: 500;
        font-size: 14px;
        line-height: 125%;
        color: #f4f4f4;
        margin-bottom: 121px;
    }
    .promo-big__btn span,
    .promo-big__items {
        display: none;
    }
    .promo-big__btn {
        padding: 13px;
        width: 50px;
        height: 50px;
    }
    .promo-big__btn,
    .promo-big__btn::before {
        border-radius: 8px;
    }
    .promo-big__btn::after {
        border-radius: 9px;
    }
    .promo-big__btn svg {
        display: block;
    }
    .promo-big__btn svg * {
        transition: all 0.3s;
    }
    .promo-big__btn:hover svg * {
        stroke: #fff;
        transition: all 0.3s;
    }
    .promo-big__image {
        height: calc(100% - 65px);
        right: 0;
        top: auto;
        bottom: 0;
        width: 100%;
    }
    .promo-big__image img,
    .promo-big__image picture {
        -o-object-fit: cover;
        object-fit: cover;
    }
    .promo-big__star {
        display: none;
    }
    .promo-big__star img:first-child {
        display: none;
    }
    .promo-big__star img:last-child {
        display: block;
    }
}
.promo-small {
    max-width: 375px;
    width: 24%;
    height: 400px;
    position: relative;
}
.promo-small__swiper {
    height: 100%;
    overflow: hidden;
    border-radius: 48px;
}
.promo-small__slide {
    border-radius: 48px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.promo-big .swiper-slide {

    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.promo-small__slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ededed;
    border-radius: 48px;
    transform: scale(0.85);
    transition: all 0.6s ease-in-out;
}
.promo-big .swiper-slide.swiper-slide-active,
.promo-small__slide.swiper-slide-active {
    opacity: 1;
    transition: all 0.6s ease-in-out;
}
.promo-small__slide.swiper-slide-active .promo-small__img,
.promo-small__slide.swiper-slide-active::before {
    transform: scale(1);
    transition: all 0.6s ease-in-out;
}
.promo-small__slide.swiper-slide-active .promo-small__title {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.3s;
    transition: all 0.6s ease-in-out;
}
.promo-small__slide.swiper-slide-active .promo-small__icon {
    transform: translateX(0);
    transition: all 0.6s ease-in-out;
}
.promo-small__slide.swiper-slide-active .promo-small__btn {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.3s;
    transition: all 0.6s ease-in-out;
}
.promo-small__item,
.promo-small__slide {
    position: relative;
    height: 100%;
}
.promo-small__img {
    width: 100%;
    height: 250px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scale(0.8);
    transition: all 0.6s ease-in-out;
}
.promo-small__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
}
.promo-small__icon,
.promo-small__title {
    transform: translateX(25px);
    transition: all 0.6s ease-in-out;
}
.promo-small__title {
    width: 100%;
    font-weight: 600;
    font-size: 34px;
    line-height: 120%;
    color: #202732;
    opacity: 0;
}
.promo-small__icon {
    position: absolute;
    width: 142px;
    height: 188px;
    left: 57px;
    top: 43px;
}
.promo-small__wrap {
    padding: 60px 50px;
    position: relative;
    z-index: 10;
}
.promo-small__btn {
    margin-top: 152px;
    transform: translateX(25px);
    opacity: 0;
    transition: all 0.6s ease-in-out;
}
.promo-small__btn svg {
    display: none;
}
.promo-small .swiper-wrapper * {
    box-sizing: border-box;
}

.promo-small__slide.black::before {
    background: linear-gradient(138.54deg, #343C49 12.38%, #515D70 100%);
}
.promo-small__slide.black .promo-small__title {
    color: #ffffff;
}
.promo-small__slide.black .promo-small__icon {
    display: none;
}
.promo-small__slide.black .promo-small__btn {
    margin-top: 20px;
}
.promo-small__slide.black .promo-small__img {
    height: 400px;
    left: 180px;
    bottom: -45px;
}
.promo-small__sub-title {
    max-width: 162px;
    margin-top: 15px;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #ffffff;
}
@media (max-width: 1010px) {
    @media (max-width: 1010px) {
        .promo-small__slide.black .promo-small__wrap {
            align-content: flex-start;
        }
    }
}
@media (max-width: 760px) {
    .promo-small__sub-title {
        max-width: 130px;
        margin-top: 10px;
        font-size: 16px;
    }
    .promo-small__slide.black  .promo-small__wrap {
        padding: 40px 35px;
    }
    .promo-small__slide.black .promo-small__btn {
         padding: 13px;
         border-radius: 8px;
         width: auto;
        height: 50px;
    }
    .promo-small__slide.black .promo-small__btn span {
        display: block;
    }
    .promo-small__slide.black .promo-small__btn svg {
        display: none;
    }
    .promo-small__slide.black .promo-small__img {
        height: 290px;
        left: 140px;
        bottom: -35px;
    }
}
.footer__menu ul li:last-child,
.promo-big .swiper-pagination-bullet:last-child,
.promo-small .swiper-pagination-bullet:last-child {
    margin-bottom: 0;
}
@media (max-width: 1720px) {
    .promo-small .swiper-pagination {
        height: auto;
        right: 0;
        top: auto;
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        align-content: normal;
        bottom: -30px;
        justify-content: center;
    }
    .promo-big .swiper-pagination-bullet,
    .promo-small .swiper-pagination-bullet {
        margin-bottom: 0;
        margin-right: 14px;
    }
    .promo-big .swiper-pagination-bullet:last-child ,
    .promo-small .swiper-pagination-bullet:last-child {
        margin-bottom: 0;
        margin-right: 0;
    }
}
@media (max-width: 1600px) {
    .promo-small__wrap {
        padding: 50px 40px;
    }
    .promo-small__btn {
        margin-top: 160px;
    }
}
@media (max-width: 1430px) {
    .promo-small {
        width: 27%;
        max-width: 350px;
        height: 355px;
    }
    .promo-small__btn {
        margin-top: 124px;
    }
}
@media (max-width: 1320px) {
    .promo-small {
        height: 325px;
    }
    .promo-small__slide,
    .promo-small__slide::before,
    .promo-small__swiper {
        border-radius: 32px;
    }
    .promo-small__wrap {
        padding: 35px 30px;
    }
}
@media (max-width: 1190px) {
    .promo-small {
        height: 290px;
    }
    .promo-small__title {
        font-size: 28px;
    }
    .promo-small__wrap {
        padding: 25px;
    }
    .promo-small__icon {
        width: 110px;
        height: 155px;
        left: 35px;
        top: 25px;
    }
    .promo-small__btn {
        margin-top: 110px;
    }
}
.promo-big .swiper-pagination-bullet,
.promo-small .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin-right: 8px;
    background-color: #bababa;
}
.promo-big .swiper-pagination-bullet.swiper-pagination-bullet-active,
.promo-small .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #EA4C2F;
}
@media (max-width: 1010px) {
    .promo-small {
        width: 100%;
        max-width: 100%;
    }
    .promo-small__swiper {
        border-radius: 0;
        overflow: visible;
    }
    .promo-small__slide {
        overflow: visible;
        opacity: 1;
    }
    .promo-small__wrap {
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
    }
    .promo-small__img,
    .promo-small__slide::before {
        transform: scale(1);
    }
    .promo-small__title {
        opacity: 1;
    }
    .promo-small__btn,
    .promo-small__icon,
    .promo-small__title {
        transform: translateX(0);
    }
    .promo-small__btn {
        opacity: 1;
        margin-top: 0;
    }

}

@media (max-width: 760px) {
    .promo-small {
        height: 300px;
    }
    .promo-small__slide,
    .promo-small__slide::before,
    .promo-small__swiper {
        border-radius: 24px;
    }
    .promo-small__title {
        font-size: 24px;
    }
    .promo-small__wrap {
        padding: 40px 42px;
    }
    .promo-small__icon {
        width: 142px;
        height: 188px;
        left: 45px;
        top: 20px;
    }
    .promo-small__btn {
        padding: 13px;
        border-radius: 8px;
        width: 50px;
        height: 50px;
    }
    .promo-small__btn::before {
        border-radius: 8px;
    }
    .promo-small__btn::after {
        border-radius: 9px;
    }
    .promo-small__btn span {
        display: none;
    }
    .promo-small__btn svg {
        display: block;
    }
    .promo-small__btn svg * {
        transition: all 0.3s;
    }
    .promo-small__btn:hover svg * {
        stroke: #fff;
        transition: all 0.3s;
    }
    .promo-small .swiper-pagination {
        bottom: 12px;
    }
}
.main-catalog {
    margin-top: 65px;
    margin-bottom: 63px;
}
.main-catalog__row {
    display: flex;
    margin-left: -28px;
    margin-right: -34px;
}
.main-catalog__row.dragscroll {
    overflow: visible;
}
.main-catalog__coll,
.main-catalog__coll::before {
    overflow: hidden;
    margin-right: 26px;
    transition: all 0.3s;
}
.main-catalog__coll {
    display: block;
    height: 201px;
    background: #EEF0F4;
    box-shadow: 0px 7px 15px -5px #A6B7B626;
    border-radius: 24px;
    padding: 20px 40px;
    position: relative;
    flex: 1;
    z-index: 20;
}
.main-catalog__coll::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, #3b4557 0, #202732 100%);
    opacity: 0;
    z-index: 1;
}
.main-catalog__coll:last-child {
    margin-right: 0;
}
.main-catalog__coll:hover {
    box-shadow: 0 25px 20px -20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
}
.main-catalog__coll:hover::before {
    opacity: 1;
    transition: all 0.3s;
}
.main-catalog__coll:hover img {
    transform: scale(1.1);
    transition: all 0.3s;
}
.main-catalog__caption {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #202732;
    position: relative;
    z-index: 10;
    transition: all 0.3s;
}
.main-catalog__img {
    position: absolute;
    width: 160px;
    height: 160px;
    right: 0;
    bottom: -20px;
    z-index: 10;
}
.main-catalog__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom right;
    object-position: bottom right;
    mix-blend-mode: darken;
    transition: all 0.3s;
}
@media (max-width: 1720px) {
    .main-catalog__row {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 1600px) {
    .main-catalog__coll {
        height: 180px;
        border-radius: 24px;
        padding: 25px 20px;
        margin-right: 26px;
    }
}
@media (max-width: 1430px) {
    .main-catalog__row {
        margin-left: 15px;
    }
    .main-catalog__row.dragscroll {
        overflow: auto;
        padding-left: 15px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .main-catalog__coll {
        width: 180px;
        flex: none;
        margin-right: 20px;
    }
    .main-catalog__coll:last-child {
        margin-right: 15px;
    }
}
@media (max-width: 1190px) {
    .main-catalog__coll {
        padding: 22px;
    }
    .main-catalog__caption {
        font-size: 18px;
    }
}
@media (max-width: 760px) {
    .main-catalog {
        margin-top: 48px;
        margin-bottom: 28px;
    }
    .main-catalog__row {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .main-catalog__row.dragscroll {
        overflow: visible;
        padding-left: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .main-catalog__coll {
        width: calc(50% - 10px);
        flex: none;
        margin-right: 0;
        margin-bottom: 16px;
        height: 165px;
        padding: 23px 20px;
    }
    .main-catalog__coll:last-child {
        width: 100%;
    }
    .main-catalog__caption {
        font-size: 14px;
    }
}
.main-benefits {
    position: relative;
    padding-bottom: 40px;
}
.main-benefits::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(50% + 25px);
    bottom: 0;
    left: 0;
    background-color: #ededed;
}
.main-benefits__row {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}
.main-benefits__row.dragscroll {
    overflow: visible;
}
.main-benefits__coll {
    flex: 1;
    display: block;
    padding: 20px 25px 35px;
    background: #FFFFFF;
    border: 1px solid #E2E9EF;
    border-radius: 24px;
    margin-right: 26px;
    box-shadow: 0 5px 15px -20px transparent;
    transition: all 0.3s;
}
.main-benefits__coll:last-child {
    margin-right: 0;
}

.main-benefits__top {
    margin-bottom: 8px;
}
.main-benefits__box {
    display: flex;
    align-items: center;
}
.main-benefits__icon {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}
.main-benefits__caption {
    width: calc(100% - 75px);
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    color: #047D77;
}
.main-benefits__arrow {
    display: none;
}
.main-benefits__desc {
    line-height: 135%;
    color: #202732;
    padding-left: 9px;
    padding-right: 5px;
}
@media (max-width: 1600px) {
    .main-benefits__coll {
        padding: 20px 15px 35px;
    }
}
@media (max-width: 1430px) {
    .main-benefits__row {
        margin-left: 15px;
    }
    .main-benefits__row.dragscroll {
        overflow: auto;
        padding-left: 15px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .main-benefits__coll {
        flex: none;
        padding: 20px 15px 35px;
        margin-right: 20px;
        width: 260px;
    }
    .main-benefits__coll:last-child {
        margin-right: 15px;
    }
}
@media (max-width: 1190px) {
    .main-benefits {
        padding-bottom: 40px;
    }
    .main-benefits__icon {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    .main-benefits__caption {
        font-size: 18px;
    }
}
@media (max-width: 760px) {
    .main-benefits__top {
        margin-bottom: -4px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .main-benefits__row {
        flex-wrap: wrap;
        background: linear-gradient(45deg, #2b3547 0, #202732 100%);
        border: 1px solid #EA4C2F;
        border-radius: 24px;
        padding: 5px 35px;
    }
    .main-benefits__row.dragscroll {
        overflow: visible;
        padding-left: 35px;
        margin-left: 0;
        margin-right: 0;
    }
    .main-benefits__coll {
        padding: 0;
        margin-right: 0;
        width: 100%;
        background: 0 0;
        border: 0;
        border-bottom: 1px solid #454f5f;
        border-radius: 0;
        box-shadow: none;
    }
    .main-benefits__coll:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }
    .main-benefits__coll.active .main-benefits__arrow {
        transform: rotate(-180deg);
        transition: all 0.3s;
    }
    .main-benefits__box {
        width: calc(100% - 20px);
        padding: 5px 0;
    }
    .main-benefits__caption {
        font-size: 14px;
    }
    .main-benefits__caption br {
        display: none;
    }
    .main-benefits__icon {
        margin-right: 20px;
    }
    .main-benefits__arrow {
        display: block;
        width: 16px;
        height: 16px;
        transition: all 0.3s;
    }
    .main-benefits__arrow svg {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .main-benefits__block {
        display: none;
    }
    .main-benefits__desc {
        padding-left: 68px;
        padding-right: 5px;
        font-size: 10px;
        margin-bottom: 14px;
    }
}
.hits {
    padding-top: 40px;
    padding-bottom: 13px;
}
.hits__top {
    padding-bottom: 50px;
}
.hits__subtitle {
    max-width: 460px;
    line-height: 145%;
    color: #202732;
    margin-left: 120px;
}
.hits__swiper {
    overflow: hidden;
    padding: 25px;
    margin: -25px;
}
.hits__bottom {
    display: none;
}

@media (max-width: 1320px) {
    .hits__subtitle {
        margin-left: 60px;
    }
    .hits__swiper {
        overflow: visible;
        padding: 0;
        margin: 0;
    }
}
@media (max-width: 1190px) {
    .hits {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .hits__top {
        padding-bottom: 30px;
    }
    .hits__subtitle {
        margin-left: 40px;
    }
}
@media (max-width: 1010px) {
    .hits__top-box {
        max-width: 460px;
        flex-wrap: wrap;
    }
    .hits__subtitle {
        margin-left: 0;
        margin-top: 12px;
    }
    .hits__link {
        white-space: nowrap;
    }
}
@media (max-width: 760px) {
    .hits {
        padding-top: 27px;
    }
    .hits,
    .hits__top {
        padding-bottom: 20px;
    }
    .hits__link,
    .hits__subtitle {
        display: none;
    }
    .hits__swiper {
        /*height: 580px;*/
    }
    .hits__slide {
        height: 50%;
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .hits__bottom {
        display: block;
        margin-top: 18px;
    }
    .hits__bottom-btn {
        width: 100%;
        height: 50px;
    }
    .hits .swiper-wrapper {
        /*flex-wrap: wrap;*/
        /*flex-direction: column;*/
    }
}
.card {
    background: #fff;
    border: 1px solid #e5effe;
    border-radius: 24px;
    transition: all 0.3s;
}
.card:hover {
    box-shadow: 0 4px 30px rgba(30, 36, 46, 0.1);
}
.card__top {
    padding: 40px 22px 0;
}
.card__tabs {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    flex-wrap: wrap;
    margin: -2.5px;
}
.card__tab {
    margin: 2.5px;
}
.card__img {
    width: 100%;
    height: 191px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card__button svg,
.card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.card__bottom {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 24px 25px;
}
.card__bonuses,
.card__bonuses-value {
    display: flex;
    align-items: center;
}
.card__price, .complects__item .total_prices {
    display: flex;
    align-items: center;
}
.card__price, .complects__item .total_price,
.card__price, .complects__item .total_price-old {
    line-height: 145%;
    text-transform: capitalize;
}
.hits__slide .card__price,
.catalog-filter__coll .card__price,
.card__price, .complects__item .total_price {
    font-weight: 600;
    font-size: 20px;
    color: #202732;
    margin-right: 8px;
}
.card__price, .complects__item .total_price-old {
    font-weight: 500;
    font-size: 14px;
    text-decoration: line-through;
    color: rgba(32, 39, 50, 0.5);
}
.card__desc, .complects__item .title {
    line-height: 140%;
    color: #202732;
    margin-top: 10px;
    height: 78px;
    overflow: hidden;
    margin-bottom: 16px;
}
.card__buttons {
    margin-left: -9px;
    margin-right: 8px;
}
.card__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    cursor: pointer;
}
.card__button svg {
    width: 24px;
    height: 24px;
}
.card:hover,
.card__button svg * {
    transition: all 0.3s;
}
.card__button:hover svg * {
    fill: #3b414b;
    transition: all 0.3s;
}
.card__btn svg,
.youtube__title br {
    display: none;
}
@media (max-width: 1500px) {
    .card__buttons {
        margin-right: 0;
    }
    .card__btn {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 760px) {
    .card {
        border-radius: 10px;
    }
    .card__tabs {
        top: 8px;
        left: 10px;
        margin: -1px;
    }
    .card__top {
        padding: 21px 19px 0;
    }
    .card__img {
        height: 108px;
    }
    .card__bottom {
        padding: 0 16px 18px;
        margin-top: -12px;
    }
    .hits__slide .card__price,
    .catalog-filter__coll .card__price,
    .card__price, .complects__item .total_price {
        font-size: 15px;
    }
    .card__price, .complects__item .total_price-old {
        font-size: 10px;
    }
    .card__desc, .complects__item .title {
        line-height: 15px;
        margin-top: 5px;
        height: 60px;
        margin-bottom: 9px;
        font-size: 13px;
    }
    .card__buttons {
        margin-left: 0;
        margin-right: 0;
    }
    .card__btn {
        margin-left: 10px;
    }
    .card__button {
        width: 16px;
        height: 16px;
        margin-right: 15px;
    }
    .card__button svg {
        width: 100%;
        height: 100%;
    }
    .card__button:last-child {
        margin-right: 0;
    }
    .card__btn {
        padding: 5px;
        width: 39px;
        height: 26px;
    }
    .card__btn span {
        display: none;
    }
    .card__btn svg {
        display: block;
    }
}
.youtube {
    padding-top: 40px;
    padding-bottom: 13px;
    position: relative;
}
.youtube::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(50% + 45px);
    left: 0;
    bottom: 0;
    background-color: #202732;
}
.youtube__top {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.youtube__card,
.youtube__swiper {
    overflow: hidden;
}
.youtube__card {
    width: 100%;
    height: 440px;
    border-radius: 20px;
    position: relative;
    z-index: 20;
}
.youtube__card:hover .youtube__bg img {
    transform: scale(1.04);
    transition: all 0.3s;
}
.youtube__bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.youtube__bg,
.youtube__bg img {
    border-radius: 20px;
}
.youtube__play {
    position: absolute;
    width: 45px;
    height: 52px;
    top: calc(50% - 26px);
    left: calc(50% - 17.5px);
    z-index: 10;
    transition: all 0.3s;
}
.youtube__play:hover {
    transform: scale(1.1);
    transition: all 0.3s;
}
.youtube__btn {
    padding: 14px 16px;
    margin-left: 48px;
}
.subscribe__btn svg,
.youtube__btn svg {
    margin-right: 15px;
}
.youtube__btn span {
    margin-bottom: -3px;
}
@media (max-width: 1320px) {
    .youtube__card {
        height: 360px;
    }
}
@media (max-width: 1190px) {
    .youtube {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .youtube__top {
        margin-bottom: 30px;
    }
    .youtube__swiper {
        overflow: visible;
    }
}
@media (max-width: 760px) {
    .youtube {
        padding-bottom: 20px;
    }
    .youtube__top {
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .youtube__title br {
        display: block;
    }
    .youtube__card {
        height: 193px;
    }
    .youtube__btn {
        padding: 14px 16px;
        margin-left: 0;
    }
}
.subscribe {
    background: #F9F9F9;
    padding: 120px 0 20px;
}
.subscribe__block {
    border: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 104px;
    background: #ffffff;
    border-radius: 40px;
}
.subscribe__title {
    color: #202732;
    max-width: 540px;
}
.subscribe__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 49%;
    padding-right: 30px;
}
.subscribe__desc {
    max-width: 400px;
    line-height: 145%;
    color: #202732;
}
.subscribe__btn {
    padding: 23px 39.5px;
}
.subscribe__btn span {
    flex-shrink: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #ffffff;
    transition: 0.3s ease-in-out;
}
.subscribe__btn:hover span {
    color: #ffffff;
}
.subscribe--item {
    min-height: 212px;
}
.subscribe--item .subscribe__title {
    max-width: inherit;
}
.subscribe--item .subscribe__box {
    width: auto;
    padding-right: 10px;
}
@media (max-width: 1720px) {
    .subscribe {
        padding: 90px 0 20px;
    }
    .subscribe__title {
        font-size: 38px;
    }
}
@media (max-width: 1600px) {
    .subscribe__title {
        font-size: 32px;
    }
}
@media (max-width: 1430px) {
    .subscribe {
        padding: 65px 0 20px;
    }
    .subscribe__block {
        padding: 55px 35px;
    }
    .subscribe--item .subscribe__box,
    .subscribe__box {
        padding-right: 0;
    }
    .subscribe__title {
        font-size: 28px;
    }
}
@media (max-width: 1320px) {
    .subscribe__block {
        padding: 40px 20px;
    }
    .subscribe__title {
        max-width: 450px;
    }
    .subscribe__box {
        width: 52%;
    }
    .subscribe__desc {
        max-width: 400px;
    }
    .subscribe--item .subscribe__title {
        max-width: calc(100% - 200px);
        margin-bottom: 0;
    }
}
@media (max-width: 1190px) {
    .subscribe__block {
        flex-wrap: wrap;
    }
    .subscribe__title {
        max-width: 100%;
        margin-bottom: 24px;
    }
    .subscribe__box {
        width: 100%;
        max-width: initial;
        justify-content: flex-start;
    }
    .subscribe__desc {
        margin-right: 25px;
    }
}
@media (max-width: 1010px) {
    .subscribe__block {
        justify-content: center;
        text-align: center;
    }
    .subscribe__title {
        width: 100%;
        margin-bottom: 12px;
    }
}
@media (max-width: 760px) {
    .main {
        overflow: hidden;
    }
    .subscribe__block {
        border-radius: 16px;
        padding: 40px 32px;
        justify-content: center;
    }
    .subscribe__title {
        text-align: center;
        line-height: 130%;
    }
    .subscribe__box {
        flex-wrap: wrap;
    }
    .subscribe__desc {
        max-width: 100%;
        font-size: 11px;
        line-height: 145%;
        margin-bottom: 15px;
    }
    .subscribe__btn {
        width: 145px;
        height: 50px;
    }
    .subscribe--item {
        padding: 40px 28px;
        align-items: flex-start;
    }
    .subscribe--item .subscribe__title {
        max-width: 100%;
        margin-bottom: 0;
        font-size: 20px;
    }
    .subscribe--item .subscribe__box {
        width: 100%;
        margin-top: 24px;
    }
    .subscribe--item .subscribe__btn {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        height: auto;
        padding: 23px 40px;
        margin: 0 auto;
    }
}

.main-blog {
    padding-top: 40px;
    padding-bottom: 118px;
}
.main-blog--padding {
    padding-bottom: 0;
}
.main-blog__top {
    margin-bottom: 50px;
}
.main-blog__top-box {
    align-items: flex-start;
}
.main-blog__subtitle {
    max-width: 370px;
    font-size: 14px;
    line-height: 145%;
    margin-left: 88px;
}
.main-blog__swiper {
    overflow: hidden;
    padding: 25px;
    margin: -25px;
}
.main-blog__bottom {
    display: none;
}

@media (max-width: 1320px) {
    .main-blog__subtitle {
        margin-left: 60px;
    }
    .main-blog__swiper {
        overflow: visible;
        padding: 0;
        margin: 0;
    }
}
@media (max-width: 1190px) {
    .main-blog {
        padding-top: 39px;
        padding-bottom: 100px;
    }
    .main-blog__top {
        margin-bottom: 30px;
    }
    .main-blog__subtitle {
        margin-left: 40px;
    }
}
@media (max-width: 1010px) {
    .main-blog__top-box {
        flex-wrap: wrap;
        max-width: 460px;
    }
    .main-blog__subtitle {
        margin-left: 0;
        margin-top: 12px;
    }
}
@media (max-width: 760px) {
    .main-blog {
        padding-bottom: 0;
    }
    .main-blog__top {
        justify-content: center;
        margin-bottom: 25px;
    }
    .main-blog__subtitle,
    .main-blog__top .main-blog__link {
        display: none;
    }
    .main-blog__bottom {
        display: none;
        margin-top: 30px;
    }
    .main-blog__bottom-btn {
        width: 100%;
        height: 50px;
    }
    .main-blog__slide {
        border-radius: 16px;
        overflow: hidden;
    }
}
.card-news {
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.3s;
}
.card-news:hover {
    box-shadow: 0 4px 30px rgba(30, 36, 46, 0.1);
    transition: all 0.3s;
}
.card-news__top {
    display: block;
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    z-index: 20;
}
.card-news__top:hover img {
    transform: scale(1.05);
    transition: all 0.3s;
}
.card-news__img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
}
.card-news__img img,
.youtube__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s;
}
.card-news__img.img-cover img {
    -o-object-fit: cover!important;
    object-fit: cover!important;
}
.card-news__tabs {
    position: absolute;
    display: flex;
    margin: -2.5px;
    z-index: 10;
    left: 16px;
    bottom: 16px;
}
.card-news__tabs .tab {
    padding: 5px 13px;
}
.card-news__bottom {
    padding: 25px 40px 28px;
    background: #373C3F;
}
.card-news__date {
    font-size: 12px;
    line-height: 145%;
    color: #8e9297;
    margin-bottom: 16px;
}
.card-news__caption {
    display: block;
    margin-bottom: 38px;
    transition: color 0.3s;
}
.card-news__caption:hover {
    color: #EA4C2F;
    transition: color 0.3s;
}
@media (max-width: 1430px) {
    .card-news__top {
        height: 200px;
    }
    .card-news__bottom {
        padding: 20px 25px 22px;
    }
}
@media (max-width: 760px) {
    .card-news__top {
        height: 120px;
    }
    .card-news__tabs .tab {
        padding: 6px 12px;
        font-size: 12px;
    }
    .card-news__bottom {
        padding: 16px 23px 18px;
    }
    .card-news__caption {
        margin-bottom: 28px;
        font-size: 14px;
        line-height: 130%;
    }
}

.order {
    padding-top: 127px;
    padding-bottom: 107px;
    background-color: #F5FAF9;
    position: relative;
    margin-top: 0 !important;
    overflow: hidden;
    border-bottom: 1px solid #EA4C2F;
}
.order__wrap {
    position: relative;
    z-index: 10;
}
.order__title.order__title {
    font-weight: 500;
    color: #202732;
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.order__subtitle {
    font-size: 20px;
    color: #202732;
}
.order__desc {
    max-width: 800px;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #20273280;
    margin-top: 20px;
    margin-bottom: 20px;
}
.order__form {
    max-width: 450px;
}
.order__form-body {
    display: flex;
    margin-bottom: 16px;
}
.order__form-field.order__form-field {
    padding: 15px 45px 15px 26px;
    height: 50px;
    border-radius: 100px;
    border: none;
}
.order__form-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EA4C2F;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #ffffff;
    padding: 16px 24px;
    margin-left: -35px;
    width: 166px;
    height: 50px;
    border: 1.2px solid #EA4C2F;
    border-radius: 100px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s;
}
.order__form-btn:hover {
    background-color: #EA4C2F;
    color: #fff;
    transition: all 0.3s;
}
.order__img {
    position: absolute;
    width: 854px;
    height: 430px;
    right: calc(50% - 800px);
    top: calc(50% - 182px);
}

.order__wrap a{
    color: #20273280;
}
@media (max-width: 1320px) {
    .order {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .order__img {
        right: calc(50% - 830px);
    }
}
@media (max-width: 1190px) {
    .order {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .order__desc {
        max-width: 700px;
        font-size: 18px;
        margin-top: 24px;
        margin-bottom: 30px;
    }
    .order__img {
        right: calc(50% - 715px);
        top: calc(50% - 165px);
        width: 700px;
        height: 352px;
    }
}
@media (max-width: 1010px) {
    .order {
        padding-bottom: 44px;
    }
    .order__body {
        display: flex;
        flex-wrap: wrap;
    }
    .order__img {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        height: auto;
        order: 2;
    }
    .order__wrap {
        order: 1;
        margin-bottom: 44px;
    }
}
@media (max-width: 760px) {
    .order {
        padding-top: 44px;
        padding-bottom: 44px;
        margin-top: 64px;
    }
    .order__img {
        order: 1;
        margin-bottom: 34px;
    }
    .order__wrap {
        order: 2;
        margin-bottom: 0;
        width: 100%;
    }
    .order__subtitle {
        font-size: 17px;
        line-height: 150%;
    }
    .order__desc {
        margin-top: 15px;
        margin-bottom: 30px;
        font-size: 11.6216px;
        line-height: 144%;
    }
    .order__form-body {
        margin-bottom: 18px;
    }
    .order__form-btn {
        width: 128px;
    }
}


.dragscroll {
    overflow: auto;
}
.dragscroll::-webkit-scrollbar {
    width: 24px;
    height: 8px;
    background-color: rgba(48, 51, 60, 0.8);
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    display: none;
}
.dragscroll::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}
.dragscroll::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.dragscroll::-webkit-scrollbar-button:vertical:start:decrement {
    display: none;
}
.dragscroll::-webkit-scrollbar-button:vertical:end:increment {
    display: none;
}
.dragscroll::-webkit-scrollbar-button:horizontal:start:decrement {
    display: none;
}
.dragscroll::-webkit-scrollbar-button:horizontal:end:increment {
    display: none;
}
.vertical.dragscroll {
    width: 270px;
    height: 380px;
    float: left;
    padding: 10px;
}
.free.dragscroll {
    float: right;
    width: 400px;
    height: 400px;
}
.free,
.horizontal {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: grab;
}
.free:active,
.horizontal:active {
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: grabbing;
}
.fixed-nav {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
}
.fixed-nav__items {
    display: flex;
    justify-content: space-between;
}
.fixed-nav__item {
    width: calc(20% - 10px);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    transition: all 0.3s;
}
.fixed-nav__item.active,
.menu__left-coll ul li a:hover {
    color: #EA4C2F;
    transition: all 0.3s;
}
.fixed-nav__item.active svg * {
    stroke: #EA4C2F;
    transition: all 0.3s;
}
.fixed-nav__icon {
    width: 20px;
    height: 20px;
}
.fixed-nav__icon svg * {
    transition: all 0.3s;
}
.fixed-nav__caption {
    width: 100%;
    line-height: 1.3;
}
@media (max-width: 760px) {
    .fixed-nav {
        display: block;
    }
}

.catalog {
    padding-bottom: 112px;
}
.catalog__body {
    display: flex;
    flex-wrap: wrap;
    margin: 50px -13px -33px;
}
.catalog__coll {
    width: calc(50% - 26px);
    height: 360px;
    margin: 0 13px 33px;
    position: relative;
    background-color: #f1f7ff;
    border-radius: 48px;
    overflow: hidden;
    z-index: 10;
}
.catalog__coll--small {
    width: calc(25% - 26px);
    height: 455px;
}
.catalog__coll--small .catalog__block {
    padding: 50px;
}
.catalog__coll--small .catalog__img {
    width: auto;
    height: auto;
}
.catalog__coll:hover .catalog__img {
    transform: scale(1.1);
    transition: transform 0.3s;
}
.catalog__block,
.catalog__title {
    width: 100%;
    position: relative;
    z-index: 10;
}
.catalog__block {
    height: 100%;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    padding: 54px 55px;
}
.catalog__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #202732;
}
.catalog__list {
    position: relative;
    z-index: 10;
    margin-bottom: -10px;
}
.about__subscribe-btn span,
.catalog__list ul li a {
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    transition: color 0.3s;
}
.catalog__list ul li a:hover {
    color: #EA4C2F;
    transition: color 0.3s;
}
.catalog__img {
    position: absolute;
    width: 356px;
    height: 318px;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: transform 0.3s;
}
.catalog__img svg path {
    transform-origin: center;
    transform-box: fill-box;
    -webkit-animation: rotateStar 50s linear infinite;
    animation: rotateStar 50s linear infinite;
}
.catalog__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.catalog .main-catalog {
    margin: 50px 0 0;
}
.catalog .main-catalog__row {
    margin-left: 0;
    margin-right: 0;
}
@media (max-width: 1430px) {
    .catalog__coll,
    .catalog__coll--small {
        width: calc(50% - 26px);
        height: 450px;
    }
    .catalog__block,
    .catalog__coll--small .catalog__block {
        padding: 50px;
    }
    .catalog .main-catalog__row {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media (max-width: 1190px) {
    .catalog__title {
        font-size: 26px;
    }
    .catalog__coll {
        margin: 0 12px 24px;
        border-radius: 24px;
    }
    .catalog__coll,
    .catalog__coll--small {
        width: calc(50% - 24px);
        height: 400px;
    }
    .catalog__block,
    .catalog__coll--small .catalog__block {
        padding: 25px;
    }
    .catalog__list ul li a {
        font-size: 16px;
    }
    .catalog .main-catalog {
        margin: 35px 0 0;
    }
}
@media (max-width: 1010px) {
    .catalog__img {
        width: auto;
        height: auto;
    }
    .catalog__img img:first-child {
        display: none;
    }
    .catalog__img img:last-child {
        display: block;
    }
}
@media (max-width: 760px) {
    .catalog {
        padding-bottom: 65px;
    }
    .catalog__body {
        margin: 46px 0 -19px;
    }
    .catalog__title {
        font-size: 24px;
    }
    .catalog__coll {
        margin: 0 0 20px;
    }
    .catalog__coll,
    .catalog__coll--small {
        width: 100%;
        height: 370px;
    }
    .catalog__block,
    .catalog__coll--small .catalog__block {
        padding: 42px 25px 48px;
    }
    .catalog .main-catalog {
        margin: 20px 0 0;
    }
    .catalog .main-catalog__row {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: -16px;
    }
    .catalog .breadcrumbs {
        padding: 10px 0;
    }
    .catalog .page-top {
        padding-top: 10px;
    }
    .catalog .page-top__body {
        padding-top: 15px;
    }
}

.about__contacts-text--link,
.contacts__accordion-top .contacts__caption span img,
.references__btns-compare path,
.references__btns-like path,
.references__title a img,
.service__social-link path {
    transition: 0.3s ease-in-out;
}
.about__contacts-text--link:hover,
.accordion__article p a:hover {
    color: #EA4C2F;
}

.accordion__icon svg rect,
.contacts-promo__link:hover svg path,
.references__btns-compare:hover svg path,
.references__btns-like:hover svg path,
.service__social-link:hover path {
    fill: #EA4C2F;
}
.contacts {
    padding-top: 55px;
    position: relative;
    z-index: 10;
}
.contacts__wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 56px;
}
.contacts__left {
    max-width: 889px;
}
.contacts__maps {
    position: relative;
    z-index: 10;
}
.contacts__maps-container {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
}
.contacts__tabs {
    display: flex;
    margin-bottom: 32px;
    align-items: flex-end;
    height: 50px;
    gap: 48px;
}
.contacts__tab {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #fff;
    opacity: 0.25;
    cursor: pointer;
    transition: all 0.3s;
}
.contacts__tab:first-of-type {
    width: 180px;
}
.contacts__tab:last-of-type {
    width: 327px;
}
.contacts__tab:hover {
    opacity: 0.55;
}
.contacts__tab.active {
    opacity: 1;
    font-size: 40px;
}
.contacts__map {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0s;
}
.contacts__map img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.contacts__map-img--mob,
.contacts__order-title br {
    display: none;
}
.contacts__block.active,
.contacts__map.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}
.contacts__order {
    max-width: 500px;
    margin-top: 92px;
}
.contacts__order-title {
    margin-bottom: 25px;
}
.contacts__order--table {
    display: none;
}
.contacts__right {
    width: 48%;
    max-width: 645px;
    position: relative;
    padding-top: 56px;
}
.contacts__block {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0s;
}
.contacts__block-title,
.contacts__container-title {
    margin-bottom: 24px;
    color: #fff;
}
.contacts__container-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.contacts__accordion {
    padding: 40px;
    border: 1px solid #2b3547;
    border-radius: 24px;
}
.contacts__accordion-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.contacts__accordion-top .contacts__caption {
    width: 100%;
    font-size: 20px;
    line-height: 120%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.contacts__accordion-top .contacts__caption-inner p:last-of-type {
    display: none;
}
.contacts__accordion-top .contacts__caption span {
    display: flex;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    gap: 40px;
}
.contacts-requisites__caption br,
.contacts-requisites__value br,
.contacts__accordion-hidden {
    display: none;
}
.contacts__accordion-text ol {
    padding: 0;
    list-style: none;
    counter-reset: myCounter;
    margin-top: 16px;
}
.contacts__accordion-text ol li {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #ffff;
    padding-left: 22px;
}
.contacts__accordion-text ol li::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #fff;
    counter-increment: myCounter;
    content: counter(myCounter) ".";
}
.contacts__accordion-text ol li + li {
    margin-top: 15px;
}
.accordion.active .accordion__icon,
.contacts__accordion.active .contacts__accordion-top span img {
    transform: rotate(135deg);
}
.contacts__items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.contacts__item {
    padding: 40px;
    border-radius: 24px;
    border: 1px solid #2b3547;
}
.contacts__item-top .contacts__caption {
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
}
.contacts__item-box {
    display: flex;
    justify-content: space-between;
}
.contacts__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #EA4C2F;
    border-radius: 50%;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #000;
    margin-right: 20px;
}
.contacts__caption {
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
    color: #fff;
}
.contacts__caption span {
    text-align: end;
}
.accordion__article p,
.contacts__value {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #fff;
}
.contacts .line {
    background: linear-gradient(45deg, #2b3547 0, #2b3547 0.01%, #3b414b 100%);
}
.contacts #main {
    transform-origin: center;
    transform-box: fill-box;
    -webkit-animation: mainPoint 2s linear infinite;
    animation: mainPoint 2s linear infinite;
}
.contacts #line-1,
.contacts #line-2 {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}
.contacts #map-contact-1.active #line-1,
.contacts #map-contact-1.active #line-2 {
    -webkit-animation: dash 7s linear forwards;
    animation: dash 7s linear forwards;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.contacts #point-1,
.contacts #point-2 {
    opacity: 0;
    transition: 0.3s;
}
.contacts #map-contact-1.active #point-1,
.contacts #map-contact-1.active #point-2 {
    opacity: 1;
    transition-delay: 2.5s;
}
@media (max-width: 1600px) {
    .contacts__wrap {
        gap: 15px;
    }
}
@media (max-width: 1430px) {
    .contacts__left,
    .contacts__right {
        max-width: 50%;
    }
    .contacts__map svg {
        height: 100%;
    }
}
@media (max-width: 1320px) {
    .contacts__tabs {
        height: 45px;
    }
    .contacts__tab {
        font-size: 24px;
    }
    .contacts__tab.active {
        font-size: 32px;
    }
    .contacts__tab:first-of-type {
        width: 145px;
    }
}
@media (max-width: 1190px) {
    .contacts__wrap {
        flex-wrap: wrap;
        gap: 24px;
    }
    .contacts__right {
        width: 100%;
        max-width: 100%;
        padding-top: 0;
    }
    .contacts__left {
        max-width: 65%;
    }
}
@media (max-width: 1024px) {
    .contacts__left {
        max-width: 100%;
    }
}
@media (max-width: 1010px) {
    .contacts__accordion,
    .contacts__item {
        padding: 32px;
    }
}
@media (max-width: 768px) {
    .contacts__maps-container {
        border-radius: 0;
    }
    .contacts__container-body,
    .contacts__items {
        gap: 8px;
    }
    .contacts__wrap {
        flex-wrap: wrap;
        gap: 32px;
    }
    .contacts__right {
        width: 100%;
        max-width: 100%;
        padding-top: 0;
    }
    .contacts__left {
        max-width: 100%;
    }
    .contacts__accordion,
    .contacts__item {
        padding: 24px;
    }
    .contacts__tabs {
        height: auto;
        margin-bottom: 16px;
    }
    .contacts__tab,
    .contacts__tab.active {
        font-size: 20px;
    }
    .contacts__tab:first-of-type {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
    .contacts__block-title,
    .contacts__container-title {
        font-size: 16px;
        font-weight: 400;
    }
    .contacts__block-title {
        margin-bottom: 16px;
    }
    .contacts__item-top .contacts__caption {
        font-size: 18px;
    }
    .contacts__accordion-top .contacts__caption {
        font-size: 16px;
    }
    .contacts__accordion-text ol li {
        font-size: 12px;
        margin-top: 8px !important;
    }
    .contacts__item-box {
        flex-wrap: wrap;
        gap: 16px;
    }
    .contacts__item-box .contacts__caption {
        flex-shrink: 0;
    }
}
@media (max-width: 500px) {
    .contacts__map-img {
        display: none;
    }
    .contacts__map-img--mob {
        display: block;
    }
    .contacts__item-box {
        flex-direction: column;
        gap: 4px;
    }
    .contacts__caption-inner p:last-of-type {
        display: block !important;
        font-weight: 400;
        font-size: 16px;
        line-height: 145%;
        margin-top: 4px;
    }
    .contacts__caption span span {
        display: none !important;
    }
}
.contacts-promo {
    padding-top: 30px;
    position: relative;
    z-index: 10;
}
.contacts-promo__title {
    color: #fff;
    margin-bottom: 24px;
}
.contacts-promo__left,
.contacts-promo__wrap {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.contacts-promo__wrap {
    margin-bottom: 56px;
}
.contacts-promo__left {
    width: 50%;
    max-width: 761px;
}
.contacts-promo__link {
    display: inline-flex;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    text-decoration: underline;
    color: #fff;
    transition: color 0.3s;
}
.contacts-promo__item:hover,
.contacts-promo__link:hover {
    color: #EA4C2F;
    transition: color 0.3s;
}
.contacts-promo__right {
    width: 48%;
    max-width: 648px;
}
.contacts-promo__box {
    display: flex;
    flex-direction: column;
    gap: 9px;
    flex-shrink: 0;
}
.contacts-promo__items {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-weight: 600;
    font-size: 20px;
    line-height: 145%;
    color: #fff;
}
.contacts-promo__item {
    display: inline-flex;
    color: #fff;
    transition: color 0.3s;
}
.contacts-promo__address,
.contacts-promo__work {
    font-weight: 600;
    font-size: 20px;
    line-height: 145%;
    color: #fff;
}
.contacts-promo__address span,
.contacts-promo__work span {
    margin: 0 15px;
}
.contacts-promo__work {
    margin-bottom: 12px;
}
.contacts-promo__info {
    display: flex;
    align-items: center;
}
.contacts-promo__caption {
    font-weight: 600;
    font-size: 20px;
    line-height: 145%;
    color: #fff;
    margin-right: 24px;
}
.contacts-promo__nav {
    display: flex;
    gap: 10px;
}
.contacts-promo__link {
    height: 32px;
    width: 32px;
}
.contacts-promo__link svg path {
    transition: 0.3s ease-in;
}
.contacts-promo .line {
    background: linear-gradient(45deg, #2b3547 0, #2b3547 0.01%, #3b414b 100%);
}
@media (max-width: 1320px) {
    .contacts-promo__address,
    .contacts-promo__items,
    .contacts-promo__work {
        font-size: 18px;
    }
}
@media (max-width: 1190px) {
    .contacts-promo__wrap {
        flex-wrap: wrap;
    }
    .contacts-promo__left {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
    .contacts-promo__right {
        width: 48%;
        max-width: 415px;
    }
    .contacts-promo__address,
    .contacts-promo__caption,
    .contacts-promo__items,
    .contacts-promo__work {
        font-size: 16px;
    }
}
@media (max-width: 1010px) {
    .contacts-promo__right {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 760px) {
    .contacts-promo {
        padding-top: 32px;
    }
    .contacts-promo__left,
    .contacts-promo__wrap {
        flex-wrap: wrap;
        gap: 16px;
        width: 100%;
    }
    .contacts-promo__left {
        flex-direction: column;
    }
    .contacts-promo__items {
        flex-direction: row;
    }
    .contacts-promo__link {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .contacts-promo__nav {
        gap: 16px;
    }
    .contacts-promo__address,
    .contacts-promo__work {
        font-weight: 500;
    }
    .contacts-promo__address span,
    .contacts-promo__work span {
        opacity: 0;
        margin: 0;
    }
    .contacts-promo__work {
        margin-bottom: 16px;
    }
}
@media (max-width: 560px) {
    .contacts-promo__box {
        width: 100%;
        gap: 16px;
    }
    .contacts-promo__item {
        width: 48%;
    }
    .contacts-promo__info {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .contacts-promo__caption {
        margin-right: 0;
    }
}
.contacts-requisites__title {
    margin-bottom: 32px;
}
.contacts-requisites__block {
    display: flex;
    justify-content: space-between;
}
.contacts-requisites__left,
.contacts-requisites__right {
    max-width: 889px;
    width: 889px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contacts-requisites__right {
    width: 647px;
    max-width: 647px;
}
.contacts-requisites__item {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 145%;
    color: #8e9297;
}
.contacts-requisites__caption,
.contacts-requisites__value {
    font-weight: 400;
    font-size: 20px;
    line-height: 145%;
    flex-shrink: 0;
}
.contacts-requisites__value {
}
.contacts-requisites__dashed-space {
    border-bottom: 1px dashed #8e9297;
    width: 100%;
}
@media (max-width: 1600px) {
    .contacts-requisites__block {
        gap: 16px;
    }
    .contacts-requisites__left,
    .contacts-requisites__right {
        max-width: 50%;
    }
}
@media (max-width: 1430px) {
    .contacts-requisites__block {
        flex-direction: column;
        gap: 10px;
    }
    .contacts-requisites__left,
    .contacts-requisites__right {
        max-width: 100%;
        width: 100%;
    }
}
@media (max-width: 1010px) {
    .contacts-requisites__caption,
    .contacts-requisites__value {
        font-size: 16px;
    }
}
@media (max-width: 760px) {
    .contacts-requisites__caption,
    .contacts-requisites__value {
        font-size: 12px;
    }
    .contacts-requisites__title {
        margin-bottom: 24px;
    }
}
@media (max-width: 500px) {
    .contacts-requisites__value {
        text-align: end;
    }
    .contacts-requisites__caption br,
    .contacts-requisites__value br {
        display: block;
    }
}
.contacts-subscribe {
    padding-top: 56px;
}
.contacts-subscribe .subscribe {
    margin-top: 0;
}
@media (max-width: 760px) {
    .contacts-subscribe {
        padding-top: 60px;
    }
}
.page {
    padding-top: 32px;
    padding-bottom: 60px;
    position: relative;
}
.page__wrap {
    margin-top: 71px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.page__left {
    width: 63%;
    max-width: 964px;
    padding-top: 5px;
}
.page__right {
    width: 35%;
    max-width: 512px;
}
.page__box {
    width: 100%;
    background: #F9F9F9;
    border-radius: 24px;
    padding: 38px 48px;
    font-weight: 600;
    font-size: 20px;
    line-height: 145%;
    color: #000;
    margin-bottom: 8px;
}
.page__box span {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 10px 4px;
    border-radius: 20px;
    background: #EA4C2F;
    color: #ffffff;
    display: inline-flex;
}
.page__box-img {
    margin: 0 auto;
    max-width: 375px;
}
.page__box--mob {
    display: none;
}
@media (max-width: 1600px) {
    .page__wrap {
        margin-top: 55px;
    }
}
@media (max-width: 1430px) {
    .page {
        padding-top: 30px;
    }
    .page__wrap {
        margin-top: 38px;
    }
    .page__box {
        padding: 32px 40px;
        font-size: 18px;
    }
}
@media (max-width: 1320px) {
    .page__left {
        padding-top: 0;
    }
    .page__box {
        padding: 28px 24px;
        font-size: 18px;
        margin-bottom: 40px;
    }
}
@media (max-width: 1190px) {
    .page__box {
        font-size: 16px;
        margin-bottom: 35px;
        border-radius: 18px;
    }
}
@media (max-width: 1010px) {
    .page__wrap {
        justify-content: center;
    }
    .page__left {
        width: 100%;
        max-width: 100%;
    }
    .page__right {
        width: 100%;
        max-width: 350px;
        margin-top: 50px;
    }
    .page__box {
        max-width: 100%;
        width: 100%;
    }
    .page__box br,
    .page__box--desctop {
        display: none;
    }
    .page__box--mob {
        display: block;
    }
}
@media (max-width: 760px) {
    .page__box {
        padding: 24px 32px;
        font-size: 15px;
        margin-bottom: 8px;
    }
    .page__right {
        margin-top: 18px;
    }
}
.accordion {
    width: 100%;
    border: 1px solid #e5effe;
    border-radius: 24px;
}
.accordion + .accordion {
    margin-top: 16px;
}
.accordion__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 40px 40px 37px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
.accordion__top-info {
    line-height: 125%;
    text-align: right;
    color: #202732;
    font-weight: 500;
    font-size: 20px;
    position: absolute;
    right: 104px;
    height: 64px;
    top: calc(50% - 30px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.accordion__top-link {
    color: rgba(30, 36, 46, 0.25);
    transition: all 0.3s;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
}
.accordion__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 8px 0 8px 8px;
}
.accordion__box--margin {
    margin: 0 0 0 8px;
}
.accordion__icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    transition: all 0.3s ease-in-out;
}
.accordion__icon svg {
    width: 100%;
    height: 100%;
}
.accordion__icon svg * {
    transition: all 0.3s;
}
.accordion__caption {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    transition: color 0.3s;
    color: #202732;
}
.accordion__value {
    width: 100%;
    color: #202732;
    margin-top: -5px;
}
.accordion__hidden {
    display: none;
}
.accordion__article {
    max-width: 680px;
    padding: 0 40px 40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.accordion__article p {
    line-height: 144%;
    color: #202732;
    margin-left: 8px;
}
.accordion__article p a,
.accordion__article p span,
.accordion__article-qoute {
    color: #202732;
    font-weight: 600;
}
.accordion__article p a {
    transition: 0.3s ease-in-out;
}
.accordion__article ul li {
    margin-bottom: 16px;
    margin-left: 30px;
    font-size: 16px;
    line-height: 24px;
}
.accordion__article-qoute {
    margin: 12px 0 11px 8px;
    padding: 32px 40px;
    border-radius: 16px;
    background: #F5FAF9;
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    line-height: 145%;
}
.accordion.active .accordion__top {
    padding: 40px 40px 24px;
}
@media (max-width: 1430px) {
    .accordion__caption {
        font-size: 28px;
    }
    .accordion__top {
        padding: 32px;
        font-size: 20px;
    }
    .accordion__top-info {
        right: 80px;
        height: 54px;
        top: calc(50% - 27px);
    }
    .accordion__box {
        margin: 0;
    }
    .accordion__article {
        padding: 0 32px 32px;
    }
    .accordion__article p {
        margin-left: 0;
    }
    .accordion__article-qoute {
        margin: 4px 0;
    }
    .accordion.active .accordion__top {
        padding: 32px;
    }
}
@media (max-width: 1320px) {
    .accordion__top {
        padding: 24px;
        font-size: 18px;
        height: 80px;
    }
    .accordion__top-info {
        right: 60px;
        height: 48px;
        top: calc(50% - 24px);
    }
    .accordion__caption {
        font-size: 25px;
    }
    .accordion__icon {
        width: 25px;
        height: 25px;
    }
    .accordion__article {
        padding: 0 24px 24px;
    }
    .accordion__article p {
        margin-left: 0;
    }
    .accordion__article-qoute {
        margin: 4px 0;
    }
    .accordion.active .accordion__top {
        padding: 24px;
    }
}
@media (max-width: 1190px) {
    .accordion {
        border-radius: 18px;
    }
    .accordion__top {
        font-size: 16px;
    }
    .accordion__top-info {
        height: 42px;
        top: calc(50% - 21px);
    }
    .accordion__icon {
        width: 20px;
        height: 20px;
    }
    .accordion__caption {
        font-size: 22px;
    }
}
@media (max-width: 1010px) {
    .accordion__article {
        max-width: 100%;
    }
    .accordion__article br {
        display: none;
    }
}
@media (max-width: 760px) {
    .accordion__top {
        height: auto;
    }
    .accordion__top-info {
        position: relative;
        left: 0;
        justify-content: flex-start;
        height: auto;
        margin-top: 4px;
        align-items: flex-end;
        font-size: 16px;
        line-height: 145%;
        gap: 16px;
    }
    .accordion__top-info br {
        display: none;
    }
    .accordion__top-link {
        font-size: 16px;
    }
    .accordion__caption {
        font-size: 18px;
    }
    .accordion__value {
        width: auto;
    }
    .accordion__article {
        gap: 8px;
    }
    .accordion__article p {
        font-size: 12px;
        line-height: 145%;
    }
    .accordion__article p a,
    .accordion__article p span {
        font-weight: 700;
    }
    .accordion__article-qoute {
        padding: 16px 24px;
        font-size: 12px;
    }
}

.payment .subscribe__btn::after,
.payment .subscribe__btn::before {
    border-radius: 4px;
    background: 0 0;
    transition: background 0.3s ease-in-out;
}

.b-404 .subscribe__btn:hover::after,
.payment .subscribe__btn:hover::after,
.thanks .subscribe__btn:hover::after,
.warranty .subscribe__btn:hover::after {
    background: #EA4C2F;
}

.payment,
.service {
    padding-top: 69px;
    padding-bottom: 0;
}
.payment .page__wrap {
    margin-top: 32px;
}
.payment .accordion__article {
    max-width: 760px;
}
.payment .accordion.active .accordion__top,
.warranty .accordion.active .accordion__top {
    padding-bottom: 22px;
}
.payment .subscribe {
    background: #fff;
    padding: 80px 0;
}
.payment .subscribe__block {
    background: #f1f7ff;
}
.payment .subscribe__btn:hover span,
.payment .subscribe__title {
    color: #202732;
}
.payment .subscribe__btn {
    border: 1px solid #202732;
    background: 0 0;
}
.payment .subscribe__btn:hover {
    border: 1px solid #EA4C2F;
}
@media (max-width: 760px) {
    .payment .subscribe {
        padding: 64px 0;
    }
}
.service {
    padding-bottom: 120px;
}
.service__promo {
    display: flex;
    align-items: center;
    padding: 51px 88px 51px 60px;
    background: url(/local/templates/vapse/css/../img/service/icon.svg),
    linear-gradient(45deg, #2b3547 0, #202732 100%);
    border-radius: 40px;
    background-position: left center, center center;
    background-repeat: no-repeat;
    margin: 77px 0 75px;
}
.service__promo-info {
    max-width: 511px;
    margin: 0 33px 0 30px;
}
.service__promo-info__title {
    margin-bottom: 24px;
}
.service__promo-info__subtitle {
    font-size: 16px;
    line-height: 145%;
    color: #fff;
}
.service__promo-info__subtitle a,
.service__promo-partner__title a {
    color: #EA4C2F;
    border-bottom: 1px solid transparent;
    transition: border 0.3s ease-in-out;
}
.service__promo-info__subtitle a:hover,
.service__promo-partner__title a:hover {
    border-color: #EA4C2F;
}
.service__img {
    max-width: 318px;
}
.service__promo-partner {
    padding: 40px 48px 48px;
    background: linear-gradient(45deg, #2b3547 0, #2b3547 0.01%, #3b414b 100%);
    border-radius: 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.service__promo-partner__title {
    color: #fff;
    font-size: 20px;
    line-height: 145%;
    font-weight: 600;
}
.service__box {
    display: flex;
    justify-content: space-between;
}
.service__box-title {
    color: #202732;
}
.service__content {
    max-width: 1192px;
    display: flex;
    align-items: baseline;
    gap: 88px;
}
.service__contacts {
    max-width: 456px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
    margin-top: 9px;
}
.service__email,
.service__partner-link,
.service__phone {
    width: 49%;
    transition: 0.3s ease-in-out;
}
.guarantees__contacts a:hover,
.service__email:hover,
.service__partner-link:hover,
.service__phone:hover,
.warranty .accordion__article-links a:hover {
    color: #EA4C2F;
}
.service__address,
.service__email,
.service__partner-link,
.service__phone,
.service__schedule {
    font-weight: 600;
    font-size: 20px;
    line-height: 145%;
    color: #000;
}
.service__schedule {
    width: 49%;
}
.service__address {
    width: 100%;
}
.service__socials {
    display: flex;
    gap: 10px;
    width: 100%;
}
.service__info {
    max-width: 648px;
}
.service__info-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #202732;
    margin-bottom: 12px;
    position: relative;
    padding-left: 16px;
}
.service__info-text:first-of-type {
    padding-left: 0;
}
.service__info-text:last-of-type {
    margin-bottom: 0;
}
.service__info-text:not(:first-of-type):before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    background: #EA4C2F;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.service .line {
    margin: 54px 0 59px;
}
.service__map {
    margin-top: 13px;
}
.service__map-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #202732;
    margin-bottom: 16px;
}
.service__map-img svg {
    height: 100%;
}
.service__map-img--mob {
    display: none;
}
.service #stairs-1,
.service #stairs-2,
.service #start {
    opacity: 1;
    transform-origin: center;
    transform-box: fill-box;
    transform: scale(0);
    transition: 0.3s ease-in-out;
}
.service #stairs-1 {
    transition-delay: 0.4s;
}
.service #stairs-2 {
    transition-delay: 0.8s;
}
.service #line {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}
.service #end {
    opacity: 0;
    transform-origin: center;
    transform-box: fill-box;
    transition: 0.3s ease-in-out;
    transition-delay: 0s;
}
.service #map.active #stairs-1,
.service #map.active #stairs-2,
.service #map.active #start {
    opacity: 1;
    transform: scale(1);
}
.service #map.active #stairs-2 {
    transition-delay: 1.8s;
}
.service #map.active #end {
    transition-delay: 2.9s;
    opacity: 1;
    -webkit-animation: endPoint 1s linear infinite;
    animation: endPoint 1s linear infinite;
}
.service #map.active #line {
    -webkit-animation: dash 7s linear forwards;
    animation: dash 7s linear forwards;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
@media (max-width: 1600px) {
    .service {
        padding-bottom: 80px;
    }
    .service__content {
        max-width: 1165px;
        gap: 50px;
    }
    .service__contacts {
        max-width: 511px;
    }
}
@media (max-width: 1550px) {
    .service__promo {
        padding: 40px;
    }
    .service__content {
        max-width: 1110px;
        gap: 50px;
    }
}
@media (max-width: 1430px) {
    .service {
        padding-bottom: 64px;
    }
    .service__img {
        width: 270px;
    }
    .service__content {
        max-width: 1050px;
        gap: 10px;
    }
    .service__promo {
        padding: 40px 25px;
    }
    .service__promo-partner {
        padding: 35px 43px 43px;
    }
}
@media (max-width: 1320px) {
    .service__promo {
        flex-wrap: wrap;
        padding: 40px 0 0;
        justify-content: center;
        overflow: hidden;
    }
    .service__promo-info {
        margin-right: 0;
        margin-left: 50px;
        max-width: 100%;
    }
    .service__promo-partner {
        width: 100%;
        justify-content: center;
        padding: 40px 0;
        border-radius: 0;
        border-top: 2px solid #fff;
        margin-top: 40px;
    }
    .service__box {
        gap: 16px;
    }
    .service__content {
        max-width: 940px;
        gap: 20px;
    }
}
@media (max-width: 1190px) {
    .service__img {
        width: 240px;
    }
    .service__promo-info {
        margin: 0 0 0 20px;
    }
    .service__promo-partner {
        padding: 20px 22px 22px;
    }
    .service__promo-partner__title {
        font-size: 18px;
    }
    .service__box {
        flex-direction: column;
    }
    .service__content {
        max-width: 100%;
    }
}
@media (max-width: 992px) {
    .service__promo {
        margin: 60px 0;
        padding: 26px 0 0;
    }
    .service__promo-info {
        width: 100%;
        margin: 0;
    }
    .service__promo-info__subtitle,
    .service__promo-info__title {
        text-align: center;
    }
    .service__content {
        flex-direction: column;
        gap: 16px;
    }
    .service__contacts,
    .service__info {
        max-width: 100%;
    }
    .service__email,
    .service__partner-link,
    .service__phone,
    .service__schedule {
        width: 50%;
    }
    .service__address {
        width: 100%;
    }
    .service__social-link {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #202732;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s ease-in-out;
    }
    .service__social-link:hover {
        border: 1px solid #EA4C2F;
    }
    .service .line {
        margin: 56px 0;
    }
    .service__map {
        margin-top: 0;
    }
}
@media (max-width: 760px) {
    .cdi-features-rside {
        margin-left: 0;
    }
    .service {
        padding-top: 32px;
    }
    .service__promo {
        border-radius: 16px;
        margin: 44px 0 56px;
    }
    .service__promo-info {
        max-width: 100%;
        padding: 0 24px;
        margin-left: 0;
        text-align: center;
    }
    .service__promo-info__title {
        font-size: 20px;
        line-height: 125%;
        margin-bottom: 24px;
    }
    .service__promo-info__subtitle {
        margin: 0 4px;
        font-size: 14px;
    }
    .service__img {
        width: 210px;
        height: 150px;
    }
    .service__promo-partner {
        margin-top: 48px;
        padding: 40px 27px;
    }
    .service__box-title {
        font-size: 20px;
    }
    .service__contacts {
        margin-top: 0;
    }
    .service__contacts a,
    .service__contacts div {
        font-size: 16px;
        font-weight: 500;
    }
    .service__address {
        line-height: 125%;
    }
    .service__socials {
        gap: 16px;
    }
    .service__map-text {
        font-size: 14px;
    }
    .service__info-text {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .service__info-text:nth-child(1) {
        margin-bottom: 16px;
    }
    .service__map {
        width: 100%;
    }
    .service br,
    .service__map-img {
        display: none;
    }
    .service__map-img--mob {
        width: 100%;
        display: block;
    }
}
.thanks .subscribe__btn::after,
.thanks .subscribe__btn::before {
    border-radius: 4px;
    background: 0 0;
    transition: background 0.3s ease-in-out;
}
.thanks .subscribe__btn:hover,
.warranty .subscribe__btn:hover {
    border: 1px solid #EA4C2F;
}

@media (max-width: 760px) {

    .mini-category__title {
        font-size: 20px;
    }
    .mini-category__item-title {
        font-size: 16px;
    }
}

.thanks {
    padding-top: 64px;
    padding-bottom: 0;
}
.thanks__wrap {
    display: flex;
    align-items: center;
    max-width: 1370px;
    gap: 40px;
    justify-content: space-between;
}
.thanks__title {
    margin-bottom: 32px;
}
.thanks__flex {
    display: flex;
    gap: 10px;
}
.thanks__box {
    border: 1px solid #e5effe;
    border-radius: 24px;
    padding: 40px;
    max-width: 512px;
    width: 512px;
}
.thanks__caption {
    max-width: 400px;
    color: #202732;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
}
.thanks__subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #202732;
    max-width: 320px;
    margin: 16px 0 32px;
}
.thanks__subtitle a {
    text-decoration: underline;
    color: #202732;
    transition: color 0.3s;
    font-weight: 600;
}
.thanks__subtitle a:hover {
    color: #EA4C2F;
    transition: color 0.3s;
}
.thanks__img {
    max-width: 650px;
    width: 46%;
    margin-top: 33px;
}
.thanks__point {
    padding: 40px;
    width: 240px;
    max-width: 240px;
    background: linear-gradient(45deg, #2b3547 0, #202732 100%), #EA4C2F;
    border-radius: 24px;
    color: #fff;
    text-align: center;
}
.thanks__point-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.thanks__point-block .thanks__link {
    display: none;
}
.thanks__value {
    font-size: 24px;
    font-weight: 700;
    line-height: 125%;
}
.thanks__value strong {
    font-weight: 600;
    font-size: 48px;
}
.thanks__link {
    color: #fff;
    text-decoration: underline;
    transition: color 0.3s;
}
.thanks__link:hover {
    color: #EA4C2F;
    transition: color 0.3s;
}
.thanks .subscribe {
    background: #fff;
    padding: 80px 0;
}
.thanks .subscribe__block {
    background: #f1f7ff;
}
.thanks .subscribe__btn:hover span,
.thanks .subscribe__title {
    color: #202732;
}
.thanks .subscribe__btn {
    border: 1px solid #202732;
    background: 0 0;
}
@media (max-width: 1320px) {
    .thanks__wrap {
        flex-direction: column;
    }
    .thanks__flex {
        width: 100%;
    }
    .thanks__box {
        max-width: 60%;
        width: 60%;
        padding: 32px;
    }
    .thanks__caption {
        max-width: 550px;
    }
    .thanks__subtitle {
        max-width: 350px;
    }
    .thanks__point {
        width: 38%;
        max-width: 38%;
        padding: 32px;
    }
    .thanks .subscribe {
        padding: 64px 0;
    }
}
@media (max-width: 760px) {
    .thanks {
        padding-top: 32px;
    }
    .thanks__wrap {
        gap: 24px;
    }
    .thanks__wrap img {
        width: 280px;
    }
    .thanks__flex {
        flex-direction: column-reverse;
        gap: 8px;
    }
    .thanks__point {
        width: 100%;
        max-width: 100%;
        padding: 24px;
        border-radius: 16px;
    }
    .thanks__point-box {
        position: relative;
        height: auto;
        align-items: flex-end;
        justify-content: center;
    }
    .thanks__point-block {
        position: absolute;
        left: 0;
        top: 0;
        text-align: start;
    }
    .thanks__caption {
        font-size: 18px;
    }
    .thanks__subtitle {
        margin: 8px 0 24px;
    }
    .thanks__value {
        height: 84px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end;
    }
    .thanks__value br {
        display: none;
    }
    .thanks__value strong {
        margin-bottom: 8px;
    }
    .thanks__link {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .thanks__box {
        width: 100%;
        max-width: 100%;
        padding: 24px;
    }
    .thanks__btn {
        border: 1px solid #202732;
        background: #fff;
    }
    .thanks__btn::after,
    .thanks__btn::before {
        background: 0 0;
        transition: all 0.3s ease-in-out;
    }
    .thanks__btn:hover {
        border: 1px solid #EA4C2F;
    }
    .thanks__btn:hover::after {
        background: #EA4C2F;
    }
    .thanks__btn:hover span {
        color: #202732;
    }
    .thanks .subscribe {
        padding: 24px 0 64px;
    }
}
@media (max-width: 450px) {
    .thanks__btn {
        width: 100%;
    }
}
.warranty {
    padding-top: 69px;
    padding-bottom: 0;
}
.warranty .page__wrap {
    margin-top: 32px;
}
.warranty .accordion__article {
    max-width: 760px;
}
.warranty .accordion__article-links {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-left: 8px;
}
.warranty .accordion__article-links a {
    transition: 0.3s ease-in-out;
}
.warranty .accordion__article-links a,
.warranty .accordion__article-links div {
    font-weight: 600;
    font-size: 20px;
    line-height: 145%;
    color: #000;
}
.warranty .accordion__article-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.warranty .accordion__article-box p {
    padding-left: 16px;
    position: relative;
}
.warranty .accordion__article-box p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #EA4C2F;
}
.warranty .subscribe {
    background: #fff;
    padding: 80px 0;
}
.warranty .subscribe__block {
    background: #f1f7ff;
}
.warranty .subscribe__btn:hover span,
.warranty .subscribe__title {
    color: #202732;
}
.warranty .subscribe__btn {
    border: 1px solid #202732;
    background: 0 0;
}
.warranty .subscribe__btn::after,
.warranty .subscribe__btn::before {
    border-radius: 4px;
    background: 0 0;
    transition: background 0.3s ease-in-out;
}
@media (max-width: 760px) {
    .warranty {
        padding-top: 32px;
    }
    .warranty .subscribe {
        padding: 64px 0;
    }
    .warranty .accordion__article {
        gap: 8px;
    }
    .warranty .accordion__article-links {
        margin-left: 0;
        flex-wrap: wrap;
    }
    .warranty .accordion__article-links a,
    .warranty .accordion__article-links div {
        width: 100%;
        font-size: 16px;
        font-weight: 500;
    }
    .warranty .accordion__article-links a {
        margin-bottom: 7px;
    }
    .warranty .accordion__article-box p::before {
        top: 7px;
        width: 4px;
        height: 4px;
    }
    .warranty .accordion__article p {
        font-size: 12px;
        line-height: 142%;
    }
    .warranty .accordion__hidden {
        margin-top: -6px;
    }
    .warranty .accordion + .accordion {
        margin-top: 8px;
    }
    .warranty .page__box-desc br {
        display: none;
    }
}
.basket {
    padding-top: 32px;
    padding-bottom: 106px;
}
.basket__title {
    margin-top: 28px;
    padding-bottom: 50px;
}
.basket__body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.basket__left {
    width: 66%;
    background-color: #f1f7ff;
    box-shadow: 0 8px 5px -5px #f1f7ff;
    border-radius: 32px;
}
.basket__line {
    width: calc(33.333% - 8px);
    height: 6px;
    background-color: #fff;
    border-radius: 3px;
    position: relative;
}
.basket__line span {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #EA4C2F;
    border-radius: 3px;
    transition: all 0.3s;
}
.basket__line.active span {
    width: 100%;
    transition: all 0.3s;
}
.basket__step {
    padding: 29px 46px;
    background-color: #fff;
    border: 1px solid #e5effe;
    border-radius: 32px;
}
.basket__step + .basket__step {
    margin-top: 3.5px;
}
.basket__step.filled .basket__top {
    cursor: pointer;
}
.basket__step.filled .basket__top-box {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}
.basket__step.disabled .basket__top {
    opacity: 0.5;
}
.basket__step.active .basket__top-arrow,
.catalog-filter__sorting-coll.active svg {
    transform: rotate(-180deg);
    transition: all 0.3s;
}
.basket__top,
.basket__top-box {
    display: flex;
    align-items: center;
}
.basket__top {
    justify-content: space-between;
}
.basket__top-box {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.basket__top-value {
    font-size: 16px;
    line-height: 145%;
    color: #8e9297;
    margin-right: 10px;
}
.basket__top-price {
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    color: #202732;
    margin-right: 20px;
}
.basket__top-arrow {
    width: 16px;
    height: 16px;
    transition: all 0.3s;
}
.basket__top-arrow svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.basket__container {
    display: none;
}
.basket__container.active {
    display: block;
}
.basket__catalog {
    margin-top: 24px;
}
.basket__bottom {
    border-top: 1px solid #e5effe;
    padding-top: 24px;
}
.basket__bottom-wrap {
    justify-content: space-between;
}
.basket__bottom-box,
.basket__bottom-left,
.basket__bottom-wrap {
    display: flex;
    align-items: center;
}
.basket__bottom-box {
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    color: #202732;
    white-space: nowrap;
}
.basket__bottom-price {
    font-weight: 600;
    margin-left: 16px;
}
.basket__bottom-promocode {
    width: 296px;
    border: 1px solid rgba(137, 143, 153, 0.5);
    padding: 9px 16px;
    border-radius: 4px;
    margin-left: 40px;
}
.basket-card__package-checbox input,
.basket__bottom .basket__bonus {
    display: none;
}
.basket__bottom_payment .basket__bottom-promocode {
    width: 185px;
}
.basket__bottom_payment .checbox {
    max-width: 260px;
    font-size: 12px;
    line-height: 135%;
    color: #202732;
    align-items: flex-start;
}
.basket__btn {
    width: 200px;
    height: 64px;
}
.basket__bonus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f1f7ff;
    border-radius: 32px;
    font-size: 14px;
    line-height: 125%;
    color: #202732;
    padding: 25px 40px;
}
.basket__bonus-caption {
    font-weight: 700;
}
.basket__bonus-value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 100px;
}
.basket__right {
    width: 376px;
}
.basket__items {
    margin-bottom: 24px;
    display: none;
}
.basket__item {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 14px;
    line-height: 145%;
    color: #898f99;
    border-bottom: 1px dashed #dae2ec;
}
.basket__item-caption,
.basket__item-value {
    background-color: #f1f7ff;
    margin-bottom: -1px;
}
.basket__item-caption {
    padding-right: 6px;
}
.basket__item-value {
    border-left: 6px;
}
.basket__item + .basket__item {
    margin-top: 5px;
}
.basket__promocode {
    width: 100%;
    height: 40px;
    padding: 9px 16px;
    border: 1px solid rgba(137, 143, 153, 0.5);
    border-radius: 4px;
    margin-bottom: 24px;
}
.basket__delivery {
    border-top: 1px solid #dae2ec;
    padding-top: 24px;
    margin-bottom: 24px;
    display: none;
}
.basket__delivery-box + .basket__delivery-box {
    margin-top: 16px;
}
.basket__delivery-item {
    display: flex;
    font-size: 14px;
    line-height: 125%;
    color: #202732;
}
.basket__delivery-caption {
    font-weight: 700;
    margin-right: 9px;
}
.basket__delivery-value {
    font-weight: 500;
    text-decoration: underline;
}
.basket__delivery-desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #898f99;
    margin-top: 10px;
}
.basket__points .basket__btn {
    width: 100%;
    margin-bottom: 24px;
}
.basket__points .checbox {
    align-items: flex-start;
    font-size: 12px;
    color: #202732;
}
.basket__points .checbox a {
    color: #898f99;
    text-decoration: none;
}
.basket__points .checbox__icon {
    border-color: #fff;
}
.basket__points .checbox input[type="checkbox"]:checked + .checbox__icon,
.basket__points .checbox input[type="radio"]:checked + .checbox__icon {
    background-color: #fff;
    transition: all 0.3s;
}
.basket__info {
    margin-top: 24px;
    display: none;
}
.basket__info-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.basket__info-box + .basket__info-box {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e5effe;
}
.basket__info-left {
    width: 300px;
    margin-right: 50px;
}
.basket__info-desc {
    font-size: 12px;
    line-height: 135%;
    color: #020202;
    margin-top: 4px;
}
.basket__info-right {
    width: calc(100% - 350px);
}
.basket__info-value {
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #898f99;
}
.basket__info-value a {
    color: #898f99;
    transition: color 0.3s;
}
.basket__info-value a:hover {
    color: #EA4C2F;
    transition: color 0.3s;
}
.basket__info-value span {
    margin: 0 8px;
}
.basket .points {
    width: 100%;
    margin-bottom: 5.5px;
}
.basket .points__top {
    border-bottom: none;
    margin-bottom: 0;
}
.basket-top {
    padding: 42px 32px 16px;
}
.basket-top__box {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
    color: #bababa;
    margin-bottom: 24px;
}
.basket-top__caption {
    color: #202732;
    padding-left: 10px;
}
.basket-card,
.basket-top__line {
    display: flex;
    justify-content: space-between;
}
.basket-card {
    align-items: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
    border-top: 1px solid #e5effe;
}
.basket-card__left {
    width: 48%;
    max-width: 436px;
    display: flex;
}
.basket-card__img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 73px;
    margin-right: 16px;
}
.basket-card__img img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.basket-card__box {
    width: calc(100% - 116px);
}
.basket-card__desc {
    font-size: 12px;
    line-height: 135%;
    color: #202732;
    margin-bottom: 11px;
}
.basket-card__package {
    margin-top: 22px;
    display: none;
}
.basket-card__package-tabs {
    display: flex;
}
.basket-card__package-tab {
    display: inline-flex;
    font-weight: 600;
    font-size: 10px;
    line-height: 135%;
    color: #202732;
    position: relative;
    padding-bottom: 5px;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.3s;
}
.basket-card__package-tab::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: transparent;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
}
.basket-card__package-tab + .basket-card__package-tab {
    margin-left: 10px;
}
.basket-card__package-tab.active,
.basket-card__package-tab:hover {
    opacity: 1;
    transition: all 0.3s;
}
.basket-card__package-tab.active::before {
    background-color: #EA4C2F;
    transition: all 0.3s;
}
.basket-card__package-body {
    width: 100%;
    position: relative;
}
.basket-card__package-block {
    display: flex;
    align-items: center;
    padding: 14px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
    transition: all 0s;
}
.basket-card__package-block.active {
    position: relative;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}
.basket-card__package-checbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
.basket-card__package-checbox
input[type="checkbox"]:checked
+ .basket-card__package-icon::before,
.basket-card__package-checbox
input[type="radio"]:checked
+ .basket-card__package-icon::before {
    transform: scale(1);
    transition: all 0.3s;
}
.basket-card__package-checbox + .basket-card__package-checbox {
    margin-left: 5px;
}
.basket-card__package-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
}
.basket-card__package-icon::before {
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    left: -4px;
    top: -4px;
    border: 1px solid #82d900;
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.3s;
}
.basket-card__right {
    width: 50%;
    max-width: 464px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 22px;
    margin-right: 2px;
}
.basket-card__price {
    width: 112px;
    font-size: 14px;
    line-height: 135%;
    text-align: center;
    color: #202732;
}
.basket-card__closed {
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.basket-delivery__switcher {
    margin-bottom: 12px;
}
.basket-delivery .cabinet-form__box {
    padding: 0;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}
.basket-delivery .cabinet-form__box-top {
    margin-bottom: 15px;
}
.basket-delivery__wrap {
    padding-bottom: 24px;
}
.basket-delivery__wrap + .basket-delivery__wrap {
    padding-top: 24px;
    border-top: 1px solid #e5effe;
}
.basket-delivery__wrap.cabinet-form .cabinet-form__title {
    font-weight: 500;
    margin-right: 30px;
}
.basket-delivery__wrap.cabinet-form .cabinet-form__box-top {
    align-items: center;
    justify-content: flex-start;
}
.basket-delivery__box + .basket-delivery__box {
    margin-top: 20px;
}
.basket-card-checbox input,
.basket-delivery-checbox input,
.basket-delivery__hidden,
.references__btn img {
    display: none;
}
.basket-delivery__hidden.cabinet-form .cabinet-form__box {
    padding-left: 30px;
}
.basket-delivery__hidden.cabinet-form .cabinet-form__box-top {
    justify-content: flex-end;
    margin-top: -15px;
}
.basket-card-checbox {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 10px;
    line-height: 135%;
    cursor: pointer;
}
.basket-card-checbox__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 10px;
    background-color: #d9d9d9;
    padding: 1px;
    border-radius: 100px;
    margin-right: 9px;
    position: relative;
    transition: all 0.3s;
}
.basket-card-checbox__icon span {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    top: 1px;
    left: 1px;
    transition: all 0.3s;
}
.basket-card-checbox__caption {
    max-width: calc(100% - 25px);
    color: rgba(32, 39, 50, 0.5);
    transition: all 0.3s;
}
.basket-card-checbox
input[type="checkbox"]:checked
+ .basket-card-checbox__icon,
.basket-card-checbox input[type="radio"]:checked + .basket-card-checbox__icon {
    background-color: #82d900;
    transition: all 0.3s;
}
.basket-card-checbox
input[type="checkbox"]:checked
+ .basket-card-checbox__icon
span,
.basket-card-checbox
input[type="radio"]:checked
+ .basket-card-checbox__icon
span {
    transform: translateX(10px);
    transition: all 0.3s;
}
.basket-card-checbox
input[type="checkbox"]:checked
+ .basket-card-checbox__icon
+ .basket-card-checbox__caption,
.basket-card-checbox
input[type="radio"]:checked
+ .basket-card-checbox__icon
+ .basket-card-checbox__caption,
.basket-delivery-checbox
input[type="checkbox"]:checked
+ .basket-delivery-checbox__icon
+ .basket-delivery-checbox__box,
.basket-delivery-checbox
input[type="radio"]:checked
+ .basket-delivery-checbox__icon
+ .basket-delivery-checbox__box {
    color: #202732;
    transition: all 0.3s;
}
.basket-delivery-checbox {
    display: flex;
    cursor: pointer;
}
.basket-delivery-checbox__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border: 1px solid #EA4C2F;
    border-radius: 50%;
    margin-top: 1px;
    margin-right: 10px;
    position: relative;
    transition: all 0.3s;
}
.basket-delivery-checbox__icon span {
    display: inline-flex;
    width: 12px;
    height: 12px;
    background-color: #EA4C2F;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s;
}
.basket-delivery-checbox__box {
    max-width: calc(100% - 28px);
    transition: all 0.3s;
}
.basket-delivery-checbox__caption {
    font-weight: 500;
    font-size: 20px;
    line-height: 145%;
    margin-bottom: 4px;
}
.basket-delivery-checbox__desc {
    font-size: 12px;
    line-height: 135%;
}
.basket-delivery-checbox
input[type="checkbox"]:checked
+ .basket-delivery-checbox__icon
span,
.basket-delivery-checbox
input[type="radio"]:checked
+ .basket-delivery-checbox__icon
span {
    opacity: 1;
    transition: all 0.3s;
}
@media (max-width: 1600px) {
    .basket__title {
        margin-top: 16px;
        padding-bottom: 32px;
    }
    .basket__left {
        width: 72%;
    }
    .basket__step {
        padding: 24px 32px;
    }
}
@media (max-width: 1430px) {
    .basket__right {
        width: 27%;
    }
    .basket__bottom_payment .basket__bottom-promocode {
        width: 150px;
        margin-left: 15px;
    }
    .basket-card__left {
        width: 52%;
    }
    .basket-card__right {
        width: 44%;
        margin-right: 0;
    }
}
@media (max-width: 1320px) {
    .basket__bottom_payment .checbox {
        max-width: 185px;
    }
}
@media (max-width: 1190px) {
    .basket__left {
        width: 100%;
    }
    .basket__right {
        display: none;
    }
    .basket__bottom {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .basket__bottom-wrap {
        width: 100%;
        margin-top: 16px;
    }
    .basket__bottom .basket__bonus {
        display: inline-flex;
        max-width: 380px;
        width: 100%;
    }
    .basket__items {
        width: 50%;
        margin-bottom: 0;
        display: block;
    }
    .basket__item-caption,
    .basket__item-value {
        background-color: #fff;
    }
}
@media (max-width: 1010px) {
    .basket {
        padding-top: 24px;
        padding-bottom: 80px;
    }
    .basket__left {
        border-radius: 24px;
    }
    .basket__title {
        margin-top: 10px;
        padding-bottom: 25px;
    }
    .basket__step {
        padding: 24px;
        border-radius: 24px;
    }
    .basket__top-value {
        font-size: 15px;
    }
    .basket__bottom-box,
    .basket__top-price {
        font-size: 18px;
    }
    .basket__bottom-price {
        margin-left: 10px;
    }
    .basket__bottom-promocode {
        width: 250px;
        margin-left: 16px;
    }
    .basket__bottom-wrap,
    .basket__bottom_payment {
        flex-wrap: wrap;
    }
    .basket__bottom_payment .basket__bottom-left {
        width: 100%;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .basket__bottom_payment .basket__bottom-promocode {
        width: 49%;
        margin-left: 0;
    }
    .basket__bottom_payment .checbox {
        max-width: 285px;
    }
    .basket__bottom .basket__bonus {
        width: 49%;
    }
    .basket__info-left {
        width: 44%;
        padding-right: 30px;
    }
    .basket__info-right {
        width: 56%;
    }
    .basket__items {
        width: 49%;
    }
    .basket-top {
        padding: 25px 20px 16px;
    }
    .basket-top__box {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .basket-card {
        padding-top: 20px;
        padding-bottom: 20px;
        flex-wrap: wrap;
    }
    .basket-card__left,
    .basket-card__right {
        width: 100%;
        max-width: 100%;
    }
    .basket-card__right {
        padding-top: 8px;
    }
    .basket-delivery .cabinet-form__caption {
        font-size: 12px;
        left: 10px;
    }
    .basket-delivery__box + .basket-delivery__box {
        margin-top: 16px;
    }
    .basket-delivery__hidden.cabinet-form .cabinet-form__box {
        padding-left: 0;
    }
    .basket-delivery-checbox__caption {
        font-size: 17px;
        margin-bottom: 2px;
    }
}
@media (max-width: 760px) {
    .basket {
        padding-top: 18px;
        padding-bottom: 45px;
    }
    .basket__left {
        border-radius: 16px;
    }
    .basket__line {
        width: calc(33.333% - 2.5px);
    }
    .basket__step {
        border-radius: 16px;
    }
    .basket__top-title {
        font-size: 16px;
        line-height: 135%;
    }
    .basket__top-value {
        font-size: 13px;
    }
    .basket__top-price {
        font-size: 14px;
        margin-right: 0;
    }
    .basket__bottom {
        flex-wrap: wrap;
    }
    .basket__bottom-left {
        flex-wrap: wrap;
        margin-top: 16px;
    }
    .basket__bottom-box {
        width: 100%;
        font-size: 14px;
    }
    .basket__bottom-price {
        font-size: 16px;
        margin-left: 22px;
    }
    .basket__bottom-promocode {
        width: 100%;
        margin: 16px 0 10px;
    }
    .basket__bottom-wrap {
        margin-top: 0;
    }
    .basket__bottom .basket__bonus {
        display: flex;
        width: 100%;
        padding: 12px 40px;
    }
    .basket__bottom_payment .basket__bottom-left {
        margin-bottom: 0;
        order: 1;
    }
    .basket__bottom_payment .basket__bottom-promocode {
        width: 100%;
        margin-left: 0;
    }
    .basket__bottom_payment .basket__btn {
        margin-bottom: 10px;
        order: 2;
    }
    .basket__bottom_payment .checbox {
        max-width: 285px;
        order: 3;
    }
    .basket__btn {
        width: 100%;
        height: 50px;
    }
    .basket__info-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .basket__info-caption {
        font-size: 14px;
    }
    .basket__info-desc {
        margin-top: 2px;
    }
    .basket__info-right {
        width: 100%;
    }
    .basket .breadcrumbs,
    .basket__info-value br {
        display: none;
    }
    .basket__items {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
    .basket__item-caption,
    .basket__item-value {
        background-color: #fff;
    }
    .basket-top {
        padding: 25px 20px 18px;
    }
    .basket-top__box {
        font-size: 12px;
    }
    .basket-card__img {
        width: 80px;
        height: 60px;
        margin-right: 10px;
    }
    .basket-card__box {
        width: calc(100% - 95px);
    }
    .basket-card__desc {
        margin-bottom: 5px;
    }
    .basket-card__right {
        padding-top: 5px;
        position: relative;
    }
    .basket-card__closed {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .basket-card__price {
        width: 140px;
        font-size: 12px;
    }
    .basket-delivery .cabinet-form__caption {
        font-size: 14px;
    }
    .basket-delivery__wrap {
        padding-bottom: 15px;
    }
    .basket-delivery__wrap + .basket-delivery__wrap {
        padding-top: 0;
        border-top: none;
    }
    .basket-delivery__hidden.cabinet-form .cabinet-form__box {
        padding-left: 22px;
    }
    .basket-delivery__hidden.cabinet-form .cabinet-form__box-top {
        margin-top: 8px;
    }
    .basket-delivery__hidden.cabinet-form .cabinet-form__link {
        display: none;
    }
    .basket-delivery-checbox__caption {
        font-size: 14px;
        line-height: 125%;
    }
    .basket-delivery-checbox__icon {
        margin-right: 5px;
    }
}
@media (max-width: 385px) {
    .basket__bottom .basket__bonus {
        padding: 10px 20px;
    }
    .basket-card__package-block {
        padding: 8px;
    }
    .basket-delivery__wrap.cabinet-form .cabinet-form__title {
        margin-right: 15px;
    }
    .basket-delivery__hidden.cabinet-form .cabinet-form__box {
        padding-left: 0;
    }
}
.references {
    background: #f1f7ff;
    padding: 120px 0 122px;
}
.references__list,
.references__title {
    display: flex;
    justify-content: space-between;
}
.references__title {
    align-items: center;
    margin-bottom: 50px;
}
.references__title a {
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #9860f7;
    display: flex;
    align-items: center;
    gap: 12px;
}
.references__title a:hover img {
    transform: translateX(10px);
}
.references__list {
    gap: 30px;
}
.references__item {
    width: calc(20% - 25px);
    background: #fff;
    border: 1px solid #e5effe;
    border-radius: 24px;
    padding: 20px 22px;
    display: flex;
    flex-direction: column;
}
.references__box {
    display: flex;
    overflow: scroll;
    border-radius: 20px;
    width: 100%;
    gap: 4px;
}
.references__box::-webkit-scrollbar {
    display: none;
}
.references__bonus span,
.references__box-inner {
    display: flex;
    align-items: center;
    line-height: auto;
}
.references__box-inner {
    height: 25px;
    border-radius: 20px;
    padding: 0 10px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    flex-shrink: 0;
}
.references__box-inner--new {
    background: #e8564e;
}
.references__box-inner--discount {
    background: #3e45ef;
}
.references__box-inner--top {
    background: #9860f7;
}
.references__bonus {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
}
.references__bonus span {
    justify-content: center;
    padding: 3px 5px;
    background: #f2f2f2;
    border-radius: 100px;
}
.references__price {
    font-weight: 600;
    font-size: 20px;
    line-height: 145%;
    text-transform: capitalize;
    margin-right: 8px;
    margin-bottom: 9px;
}
.references__price span {
    font-weight: 500;
    font-size: 14px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: rgba(32, 39, 50, 0.5);
}
.references__desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    height: 81px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 16px;
}
.references__btns {
    display: flex;
    margin-top: auto;
    justify-content: space-between;
}
.references__btns-box {
    display: flex;
}
.references__btns-compare,
.references__btns-like {
    cursor: pointer;
}
.references__btn span {
    flex-shrink: 0;
}
.page-card-order-checbox input,
.references__link {
    display: none;
}
@media (max-width: 1320px) {
    .references__list {
        gap: 16px;
    }
    .references__item {
        width: 25%;
    }
    .references__item:last-of-type {
        display: none;
    }
}
@media (max-width: 1010px) {
    .references__list {
        flex-wrap: wrap;
        gap: 10px;
    }
    .references__item {
        padding: 10px 17px;
        width: calc(50% - 5px);
        align-items: center;
    }
    .references__btn span {
        display: none;
    }
    .references__btn img {
        display: block;
        position: relative;
        z-index: 9;
    }
}
@media (max-width: 760px) {
    .references {
        padding: 44px 0 55px;
    }
    .references__item {
        padding: 10px 11px;
        width: calc(50% - 5px);
        align-items: flex-start;
    }
    .references__link::after,
    .references__link::before,
    .references__title a {
        display: none;
    }
    .references__link {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 20px;
        border: 1.2px solid #8d839f;
        border-radius: 4px;
    }
    .references__link:hover {
        color: #202732;
    }
    .references__price {
        padding: 0 8px;
        font-size: 15px;
    }
    .references__bonus,
    .references__price-discount {
        font-size: 10px !important;
        padding: 0 8px;
    }
    .references__desc {
        padding: 0 8px;
        font-size: 11px;
        height: 60px;
    }
    .references__box-inner {
        font-size: 8px;
    }
    .references__btn {
        width: 49px;
        height: 36px;
    }
    .references__btn img {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
        max-width: 16px;
    }
    .references__btns {
        padding: 0 8px;
        justify-content: space-between;
        width: 100%;
    }
    .references__btns-compare,
    .references__btns-like {
        height: 36px;
    }
    .references__btns-compare svg,
    .references__btns-like svg {
        height: 100%;
    }
}
.catalog-filter {
    padding-bottom: 103px;
}
@media (max-width: 767px) {
    .filter__body {
        margin-bottom: 25px;
    }
}

.catalog-filter__body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 32px;
}
.catalog-filter__wrap {
    width: calc(100% - 360px);
}
.catalog-filter__row {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -10px -32px;
}
.catalog-filter__coll {
    width: calc(25% - 20px);
    margin: 0 10px 32px;
}

@media (min-width: 1431px) {
    .catalog-filter__row_fav .catalog-filter__coll {
        width: calc(20% - 20px);
    }
}
@media (min-width: 1010px) and (max-width: 1430px) {
    .catalog-filter__row_fav .catalog-filter__coll {
        width: calc(25% - 20px);
        margin: 0 10px 20px;
    }
}
.catalog-filter__top-wrap {
    display: flex;
    margin-bottom: 26px;
    position: relative;
}
.catalog-filter__top-wrap::after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 100;
    width: 2.5rem;
    background: linear-gradient(270deg, #fff 0, rgba(36, 28, 46, 0) 100%);
    right: 0;
}
.catalog-filter__tags {
    width: 100%;
    padding-top: 10px;
    display: flex;
}
.catalog-filter__tags--inner {
    flex-wrap: wrap;
    overflow: hidden;
    height: 60px;
    transition: all .2s;
}
.spoiler.open .catalog-filter__tags--inner {
    height: auto;
}
.spoiler-btn {
    cursor: pointer;
    border-bottom: 1px solid;
    transition: all .2s;
}
.spoiler-btn:hover {
    border-bottom: transparent;
}
.catalog-filter__tag {
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 145%;
    color: #8e9297;
    padding: 9px 15px;
    border: 1px solid #EA4C2F;
    background-color: #f1f7ff;
    border-radius: 30px;
    margin-right: 8px;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s;
}
.catalog-filter__tag a {
    color: #000;
}
.catalog-filter__tag:hover {
    color: #8e9297;
    border: 1px solid #EA4C2F;
    background-color: #EA4C2F;
}
.catalog-filter__tag.active,
.catalog-filter__tag:hover {
    background-color: #EA4C2F;
    border-color: #EA4C2F;
    color: #202732;
    transition: all 0.3s;
}
.catalog-filter__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #ededed;
    border-radius: 50%;
    margin-left: 8px;
}
.catalog-filter__sorting {
    padding: 15px 24px 15px 16px;
    min-height: 50px;
    background-color: #f1f7ff;
    border-radius: 30px;
}
.catalog-filter__sorting,
.catalog-filter__sorting-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.catalog-filter__sorting-coll {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 145%;
    color: #8e9297;
    cursor: pointer;
    transition: all 0.3s;
}
.catalog-filter__sorting-coll + .catalog-filter__sorting-coll {
    margin-left: 32px;
}
.catalog-filter__sorting-coll.active,
.catalog-filter__sorting-coll:hover {
    color: #202732;
    transition: all 0.3s;
}
.catalog-filter__sorting-arrow {
    width: 16px;
    height: 16px;
    margin-left: 8px;
}
.catalog-filter__sorting-arrow svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transition: all 0.3s;
}
.catalog-filter__items-wrap {
    display: flex;
}
.catalog-filter__item {
    width: 180px;
    margin-right: 14px;
}
.catalog-filter__item-block {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}
.catalog-filter__item-block::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60px;
    background: linear-gradient(45deg, #2b3547 0, #202732 100%);
    border-radius: 100px;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.catalog-filter__item-block:hover .catalog-filter__item-img,
.stock-card:hover .stock-card__image img {
    transform: scale(1.1);
    transition: all 0.3s;
}
.catalog-filter__item-img {
    width: 126px;
    height: 125px;
    transform: scale(1);
    transform-origin: bottom;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
}
.catalog-filter__item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    z-index: 10;
}
.catalog-filter__item-caption {
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #202732;
    margin-top: 10px;
}
.article__text img + p,
.catalog-filter__bottom {
    margin-top: 30px;
}
.catalog-filter__bottom-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}
.catalog-filter__btn {
    width: 100%;
    padding: 14px 24px;
    height: 50px;
}
.catalog-filter__button {
    display: none;
    align-items: center;
    font-size: 12px;
    line-height: 135%;
    color: #202732;
}
.catalog-filter__button svg {
    width: 16px;
    height: 16px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 6px;
}
.catalog-filter .card, .js-has-slider.card {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.catalog-filter-select {
    position: relative;
    cursor: pointer;
}
.catalog-filter-select-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    z-index: 1;
    background-color: #fff;
    padding: 9px 11px 9px 16px;
    border: 1px solid #8e9297;
    border-radius: 4px;
}
.catalog-filter-select-title__arrow {
    position: relative;
    width: 16px;
    height: 16px;
    transition: all 0.3s;
}
.catalog-filter-select-title__value {
    display: block;
    font-size: 14px;
    line-height: 145%;
    color: #202732;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 5px;
}
.catalog-filter-select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 100%;
    border-top: none;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    white-space: nowrap;
    z-index: 10;
}
.catalog-filter-select-options__value {
    display: block;
    padding: 8px 24px;
    font-size: 14px;
    line-height: 145%;
    color: #202732;
    text-align: right;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s;
}
.catalog-filter-select-options__value:hover {
    background-color: #EA4C2F;
    transition: all 0.3s;
}
.catalog-filter-select.active .catalog-filter-select-title__arrow {
    transform: rotate(-180deg);
}
@media (max-width: 1600px) {
    .catalog-filter__wrap {
        width: calc(100% - 320px);
    }
}
@media (max-width: 1430px) {
    .catalog-filter__coll {
        width: calc(33.333% - 20px);
        margin: 0 10px 20px;
    }
}
@media (max-width: 1190px) {
    .catalog-filter__top-wrap::after {
        right: -15px;
    }
    .catalog-filter__top-scroll {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .catalog-filter__wrap {
        width: 100%;
    }
}
@media (max-width: 1010px) {
    .catalog-filter__coll {
        width: calc(50% - 20px);
    }
    .catalog-filter__item {
        width: 140px;
        min-width: 140px;
    }
    .catalog-filter__item-block::before {
        height: 50px;
    }
    .catalog-filter__item-img {
        width: 98px;
        height: 98px;
    }
}
@media (max-width: 760px) {
    .catalog-filter__top-wrap {
        margin-bottom: 16px;
    }
    .catalog-filter__body {
        margin-top: 16px;
    }
    .catalog-filter__tag {
        font-size: 12px;
        padding: 9px 15.5px;
    }
    .catalog-filter__sorting {
        justify-content: space-between;
        padding: 9px 19px 9px 15px;
        height: 35px;
    }
    .catalog-filter__sorting-row {
        display: none;
    }
    .catalog-filter__button {
        display: flex;
    }
    .catalog-filter__items {
        margin-top: -10px;
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .catalog-filter__item-caption {
        margin-top: 8px;
    }
    .catalog-filter__row {
        margin: 21px -2.5px -6px;
    }
    .catalog-filter__coll {
        width: calc(50% - 5px);
        margin: 0 2.5px 6px;
    }
    .catalog-filter__bottom {
        margin-top: 20px;
    }
    .catalog-filter__bottom-wrap {
        margin-top: 15px;
    }
    .catalog-filter .card__btn {
        width: 49px;
        height: 36px;
    }
    .catalog-filter-select-title {
        padding: 10px 11px 10px 14px;
    }
    .catalog-filter-select-title__value {
        font-size: 12px;
    }
    .catalog-filter-select-options__value {
        padding: 8px 16px;
        font-size: 12px;
    }
}
.filter {
    padding: 25px 30px;
    width: 336px;
    background-color: #f1f7ff;
    border-radius: 32px;
}
.filter__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    color: #202732;
    padding-bottom: 24px;
    margin-bottom: 8px;
    border-bottom: 1px solid #dae2ec;
}
.filter__top-icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}
.filter__arrow svg,
.filter__top-icon svg,
.page-card-top__button svg,
.page-card__swiper-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.page-card__swiper-img .poster img {
    -o-object-fit: cover;
    object-fit: cover;
}
.page-card__swiper-img {
    display: flex;
    align-items: center;

}

.page-card__body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 36px;
    margin-bottom: 36px;
}

.page-card__wrap {
    width: 66%;
}
.page-card__left,
.page-card__wrap-top {
    display: flex;
    justify-content: space-between;
}

.page-card__wrap-top {
    align-items: flex-start;
    flex-wrap: wrap;
}
.page-card__left {
    align-items: center;
    width: 560px;
}
.page-card__left-box {
    width: 96px;
}
.page-card__arrow {
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.page-card__arrow svg * {
    transition: all 0.3s;
}
.page-card__arrow:hover svg * {
    stroke: #EA4C2F;
    transition: all 0.3s;
}
.page-card__slick {
    margin-top: 25px;
}
.page-card__slick .slick-slide {
    height: 96px;
    border-radius: 8px;
    border: 1px solid #ededed;
    cursor: pointer;
    margin-bottom: 25px;
    transition: all 0.3s;
}
.page-card__slick .slick-slide.slick-current,
.page-card__slick .slick-slide:hover {
    border-color: #EA4C2F;
    transition: all 0.3s;
}
.page-card__slick .slick-slide > div,
.page-card__slick-slide {
    height: 100%;
}
.page-card__slick-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.page-card__swiper-wrap {
    width: 400px;
}
.page-card__swiper-img a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.page-card__swiper-img {
    width: 100%;
    height: 385px;
}
.page-card__swiper .slick-dots {
    display: none !important;
}
.page-card__caption {
    font-size: 14px;
    line-height: 130%;
    color: #8e9297;
    mix-blend-mode: normal;
    margin-bottom: 14px;
}
.page-card__caption span {
    color: #202732;
    margin-left: 4px;
}
.page-card__caption-link.page-card__caption-link {
    color: #807e7e;
    text-decoration: underline;
    cursor: pointer;
}
.page-card__caption-link.page-card__caption-link:hover {
    text-decoration: none;
}
.page-card__caption div:last-child {
    display: none;
}
.page-card__right {
    width: 375px;
    margin-bottom: -25px;
}
.page-card__right-box {
    margin-bottom: 25px;
}
.page-card__right-box .page-card__caption {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
.page-card__right-box_size.page-card__right-box .page-card__caption {
    display: flex;
}
.ring-pdf {
    color: #807e7e;
    text-decoration: underline;
    cursor: pointer;
}
.ring-pdf:hover {
    text-decoration: none;
}
.page-card__size {
    display: flex;
    flex-wrap: wrap;
    max-width: 352px;
    margin: -6px;
}
.page-card__size .checbox-item {
    width: calc(20% - 12px);
    margin: 6px;
}
.page-card__color {
    display: flex;
    flex-wrap: wrap;
    margin: -9px -6px -6px;
}
.page-card__color .checbox-item {
    width: 43px;
    margin: 6px;
}
.page-card__item,
.page-card__sim {
    display: flex;
    justify-content: space-between;
}
.page-card__sim {
    flex-wrap: wrap;
    margin: -8px -6px -6px;
}
.page-card__sim .checbox-item {
    width: calc(50% - 12px);
    margin: 6px;
}
.page-card__sim .checbox-item_big {
    width: 100%;
}
.page-card__sim .checbox-item__caption {
    text-transform: none;
}
.page-card__item {
    align-items: center;
    border-bottom: 1px dashed #cadcf8;
    font-size: 14px;
    line-height: 145%;
    color: #8e9297;
}
.page-card__item-caption,
.page-card__item-value {
    margin-bottom: -3px;
    background-color: #fff;
}
.page-card__item-caption {
    padding-right: 6px;
}
.page-card__item-value {
    color: #202732;
    padding-left: 6px;
}
.page-card__item + .page-card__item {
    margin-top: 11.5px;
}
.page-card__container {
    margin-top: 52px;
}
@media (max-width: 1600px) {
    .page-card__wrap {
        width: 72%;
    }
}
@media (max-width: 1430px) {
    .page-card__wrap {
        width: 69%;
    }
    .page-card__left {
        width: 56%;
    }
    .page-card__right {
        width: 40%;
    }
}
@media (max-width: 1320px) {
    .page-card__wrap {
        width: 70%;
    }
    .page-card__swiper-wrap {
        width: calc(100% - 125px);
    }
}
@media (max-width: 1190px) {
    .page-card__wrap {
        width: 100%;
    }
}
@media (max-width: 1010px) {
    .page-card__left-box {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        transform: translateX(-100%);
    }
    .page-card__swiper-wrap {
        width: 100%;
    }
    .page-card__swiper .slick-dots {
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
    }
    .page-card__left {
        width: 52%;
    }
    .page-card__right {
        width: 44%;
    }
}
@media (max-width: 760px) {
    .page-card__body {
        margin-top: -2px;
    }
    .page-card__left {
        width: 100%;
    }
    .page-card__swiper-img {
        height: 300px;
        padding-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    .page-card__swiper .slick-dots {
        margin-top: -12px;
        position: relative;
        z-index: 10;
    }
    .page-card__right {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin-top: 12px;
        margin-bottom: -21px;
    }
    .page-card__right-box {
        width: 100%;
        margin-bottom: 21px;
    }
    .page-card__right-box_sim {
        order: 1;
    }
    .page-card__right-box_size {
        order: 2;
    }
    .page-card__right-box_color {
        order: 3;
    }
    .page-card__right-box_order {
        order: 4;
    }
    .page-card__right-box_info {
        order: 5;
    }
    .page-card__caption {
        font-size: 12px;
        margin-bottom: 7px;
    }
    .page-card__caption div:first-child {
        display: none;
    }

    .page-card__size {
        margin: -5px;
    }
    .page-card__size .checbox-item {
        width: calc(20% - 10px);
        margin: 5px;
    }
    .page-card__sim {
        margin: -4px -3px -3px;
        width: 100%;
    }
    .page-card__sim .checbox-item {
        width: calc(33.333% - 6px);
        margin: 3px;
    }
    .page-card__sim .checbox-item_big {
        width: calc(33.333% - 6px);
    }
    .page-card__color {
        margin: -5px;
    }
    .page-card__color .checbox-item {
        margin: 5px;
    }
    .page-card__item {
        font-size: 12px;
        border-bottom: 1px solid #cadcf8;
        padding-bottom: 6px;
    }
    .page-card__item-caption,
    .page-card__item-value {
        margin-bottom: 0;
    }
    .page-card__item-value {
        width: 50%;
        position: relative;
        z-index: 10;
    }
    .page-card__item-value::before {
        content: "";
        position: absolute;
        width: 100%;
        height: calc(100% + 6px);
        top: 1px;
        left: 0;
        background-color: #fff;
        z-index: -1;
    }
    .page-card__item + .page-card__item {
        margin-top: 9.6px;
    }
    .page-card__container {
        margin-top: 21px;
    }
}
.page-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 21px;
}
.page-card-top__buttons {
    display: none;
    padding: 3px 5px 0 0;
}
.page-card-top__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    padding: 6px;
}
.page-card-top__button + .page-card-top__button {
    margin-left: 20px;
}
.page-card-top .tab {
    padding: 6px 12px;
}
.page-card-top .share__icon {
    width: 32px;
    height: 36px;
}
@media (max-width: 760px) {
    .page-card-top {
        padding-top: 7px;
    }
    .page-card-top__box .share {
        display: none;
    }
    .page-card-top__buttons {
        display: flex;
    }
    .page-card-top .tab {
        font-size: 9px;
    }
}
.page-card-accordion {
    padding: 40px 48px;
    border: 1px solid #e5effe;
    border-radius: 32px;
}
.page-card-accordion__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 40px 48px;
    margin: -40px -48px;
}
.page-card-accordion__caption {
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
    color: #202732;
}
.page-card-accordion__arrow {
    transition: all 0.3s;
}
.page-card-accordion__hidden {
    display: none;
    margin-top: 24px;
}
.page-card-accordion__hidden.active {
    display: block;
}
.page-card-accordion.active .page-card-accordion__arrow {
    transform: rotate(-180deg);
    transition: all 0.3s;
}
.page-card-accordion + .page-card-accordion {
    margin-top: 16px;
}
@media (max-width: 1320px) {
    .page-card-accordion {
        padding: 32px 30px;
    }
    .page-card-accordion__top {
        padding: 32px 30px;
        margin: -32px -30px;
    }
}
@media (max-width: 760px) {
    .page-card-accordion {
        padding: 24px;
        border-radius: 16px;
    }
    .page-card-accordion__top {
        padding: 24px;
        margin: -24px;
    }
    .page-card-accordion__caption {
        font-size: 16px;
    }
    .page-card-accordion__hidden {
        margin-top: 20px;
    }
    .page-card-accordion + .page-card-accordion {
        margin-top: 8px;
    }
}
.page-card-characteristic {
    padding-right: 9%;
}
.page-card-characteristic__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.page-card-characteristic__box + .page-card-characteristic__box {
    margin-top: 28px;
}
.page-card-characteristic__caption {
    font-size: 22px;
    line-height: 28px;
    color: #000;
}
.page-card-characteristic .page-card__items {
    width: 509px;
}
.page-card-characteristic .page-card__item-value {
    width: 48%;
}
@media (max-width: 1010px) {
    .page-card-characteristic__caption {
        font-size: 18px;
        line-height: 27px;
    }
    .page-card-characteristic .page-card__items {
        width: 70%;
    }
    .page-card-characteristic .page-card__item-value {
        width: 40%;
    }
}
@media (max-width: 760px) {
    .page-card-characteristic {
        padding-right: 0;
    }
    .page-card-characteristic__caption {
        font-size: 16px;
        line-height: 22px;
    }
    .page-card-characteristic .page-card__items {
        width: 100%;
        margin-top: 14px;
    }
    .page-card-characteristic .page-card__item {
        flex-wrap: wrap;
    }
    .page-card-characteristic .page-card__item-value {
        width: 100%;
        padding-left: 0;
    }
    .page-card-characteristic .page-card__item-value::before {
        width: 0;
        height: 0;
        display: none;
    }
}
.page-card-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.page-card-info__desc {
    margin-bottom: -14px;
    width: calc(100% - 355px);
}
.page-card-info__desc p {
    font-size: 14px;
    line-height: 145%;
    color: #202732;
    margin-bottom: 14px;
}
.page-card-info__img {
    width: 320px;
    height: 296px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5%;
}
@media (max-width: 1320px) {
    .page-card-info__desc {
        width: calc(100% - 270px);
    }
    .page-card-info__img {
        width: 250px;
        height: 250px;
        padding: 3%;
    }
}
@media (max-width: 760px) {
    .page-card-info__desc {
        width: 100%;
        margin-bottom: -12px;
    }
    .page-card-info__desc p {
        font-size: 12px;
        margin-bottom: 12px;
    }
    .page-card-info__img {
        display: none;
    }
}
.page-card-order {
    padding: 24px 38px 35px;
    width: 376px;
    background-color: #f1f7ff;
    border-radius: 24px;
}
.page-card-order__top {
    padding-bottom: 31px;
    border-bottom: 1px solid #dce4ee;
    margin-bottom: 20px;
}
.page-card-order__top-caption {
    font-weight: 600;
    font-size: 16px;
    line-height: 135%;
    color: #202732;
}
.page-card-order__top-desc {
    font-size: 11px;
    line-height: 14px;
    color: #8e9297;
    margin-top: 5px;
    margin-bottom: 10px;
}
.page-card-order__desc a,
.page-card-order__top-desc a {
    font-weight: 500;
    color: #202732;
    text-decoration: underline;
}
.page-card-order__top-buttons {
    display: flex;
    justify-content: space-between;
}
.page-card-order__top-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 8px);
    padding: 16px 24px;
    height: 40px;
    border: 1.2px solid #8e9297;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #1b1c1b;
    cursor: pointer;
    transition: all 0.3s;
}
.page-card-order__top-btn:hover {
    background-color: #1b1c1b;
    border-color: #1b1c1b;
    color: #fff;
    transition: all 0.3s;
}
.page-card-order__result-info {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.page-card-order__result-item .card__bonuses {
    margin-left: 0;
}
.page-card-order__price {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #1b1c1b;
}
.page-card-order__bonus {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
    line-height: 120%;
    color: #202732;
    padding-right: 12%;
}
.page-card-order__bonus span {
    display: inline-flex;
    padding: 3px 5px;
    background: #fff;
    border-radius: 100px;
}
.page-card-order__bonus-help .filter_text {
    right: 0;
    width: 150px;
}
.page-card-order__bonus-help {
    position: relative;
    cursor: pointer;
    flex: 0 0 auto;
    width: 15px;
    height: 15px;
    order: 2;
}
.page-card-order__btn {
    width: 100%;
    height: 64px;
}
.page-card-order__click {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 145%;
    color: #202732;
    margin-top: 20px;
    margin-bottom: 0;
}
@media (max-width: 760px) {
    .page-card-order__bonus-help .filter_text {
        left: -85px;
        right: auto;
        width: 150px;
    }
    .page-card-order__result-item .page-card-order__bonus-help .filter_text {
        left: -120px;
    }
}
.page-card-order__bottom-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 12px;
}
.page-card-order__bottom-btn,
.page-card-order__item {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 145%;
}
.page-card-order__bottom-btn {
    color: #202732;
    cursor: pointer;
}
.page-card-order__bottom-btn svg {
    width: 32px;
    height: 32px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 6px;
}
.page-card-order__item {
    justify-content: space-between;
    border-bottom: 1px dashed #dae2ec;
    color: #8e9297;
}
.page-card-order__item-caption,
.page-card-order__item-value {
    margin-bottom: -3px;
    background-color: #f1f7ff;
}
.page-card-order__item-caption {
    padding-right: 6px;
}
.page-card-order__item-value {
    color: #202732;
    padding-left: 6px;
}
.page-card-order__item + .page-card-order__item {
    margin-top: 11.5px;
}
.page-card-order__information {
    margin-bottom: 26px;
}
.page-card-order__information-caption {
    font-size: 12px;
    line-height: 135%;
    color: #8e9297;
    margin-bottom: 8px;
}
.page-card-order__information-row {
    display: flex;
    justify-content: space-between;
}
.page-card-order__information-coll {
    display: flex;
    position: relative;
    width: calc(33.333% - 4px);
    height: 4px;
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
    z-index: 10;
}
.page-card-order__information-coll span {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #EA4C2F;
    border-radius: 3px;
    z-index: 5;
}
.page-card-order__body,
.page-card-order__discount {
    padding-bottom: 26px;
    border-bottom: 1px solid #dce4ee;
    margin-bottom: 26px;
}
.page-card-order__box + .page-card-order__box,
.page-card-order__step + .page-card-order__step {
    margin-top: 26px;
}
.page-card-order__discount {
    border-bottom: 1px solid #dae2ec;
}
.page-card-order__discount-box {
    font-size: 14px;
    line-height: 145%;
    color: #8e9297;
    margin-bottom: 8px;
}
.page-card-order__discount-link {
    font-weight: 500;
    display: inline-flex;
    color: #202732;
}
.page-card-order__caption {
    margin-bottom: 8px;
}
.page-card-order__desc {
    font-size: 14px;
    line-height: 145%;
    color: #8e9297;
    margin-bottom: 16px;
}
.page-card-order__label {
    display: block;
    position: relative;
    margin-bottom: 16px;
}
.page-card-order__label-icon {
    position: absolute;
    width: 15px;
    height: 10px;
    top: calc(50% - 5px);
    right: 15px;
}
.page-card-order__label-icon svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.page-card-order__field {
    padding: 15px 16px;
    border: 1px solid #8e9297;
    font-weight: 500;
    color: #202732;
    border-radius: 4px;
}
.page-card-order__field::-webkit-input-placeholder {
    color: #202732;
}
.page-card-order__field:-moz-placeholder,
.page-card-order__field::-moz-placeholder {
    color: #202732;
}
.page-card-order__field:-ms-input-placeholder {
    color: #202732;
}
.page-card-order__field:focus {
    border-color: #8e9297;
    color: #202732;
}
.page-card-order-checbox {
    width: calc(50% - 8px);
    display: flex;
    align-items: center;
    cursor: pointer;
}
.page-card-order-checbox__caption {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    height: 50px;
    border: 1px solid #8e9297;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #202732;
    border-radius: 8px;
    transition: all 0.3s;
}
.page-card-order-checbox
input[type="checkbox"]:checked
+ .page-card-order-checbox__caption,
.page-card-order-checbox
input[type="radio"]:checked
+ .page-card-order-checbox__caption {
    background-color: #1b1c1b;
    border-color: #1b1c1b;
    color: #fff;
    transition: all 0.3s;
}
.page-card-order .h5 {
    font-weight: 600;
}
.page-card-order-select {
    position: relative;
    cursor: pointer;
    z-index: 15;
}
.page-card-order-select-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 50px;
    z-index: 15;
    background-color: transparent;
    padding: 15px 16px;
    border: 1px solid #8e9297;
    border-radius: 4px;
}
.page-card-order-select-title__arrow {
    position: relative;
    width: 16px;
    height: 16px;
    transition: all 0.3s;
}
.page-card-order-select-title__value {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 145%;
    color: #202732;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 5px;
}
.page-card-order-select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 100%;
    border-top: none;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    white-space: nowrap;
    z-index: 10;
}
.page-card-order-select-options__value {
    padding: 8px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 145%;
    color: #202732;
    cursor: pointer;
    transition: all 0.3s;
}
.page-card-order-select-options__value:hover {
    background-color: #EA4C2F;
    transition: all 0.3s;
}
.page-card-order-select.active {
    z-index: 20;
}
.page-card-order-select.active .page-card-order-select-title__arrow,
.sorting-select.active .sorting-select-title__arrow {
    transform: rotate(-180deg);
}
@media (max-width: 1320px) {
    .page-card-order {
        padding: 20px 20px 24px;
        width: 28%;
        min-width: 325px;
    }
}
@media (max-width: 760px) {
    .page-card-order {
        padding: 14px 25px 24px;
        width: 100%;
        min-width: auto;
        border-radius: 0;
        margin-top: 20px;
    }
    .page-card-order__top {
        padding-bottom: 10px;
        border-bottom: none;
        margin-bottom: 0;
    }
    .page-card-order__body {
        padding-bottom: 9px;
        margin-bottom: 10px;
    }
    .page-card-order__information {
        margin-bottom: 10px;
    }
    .page-card-order__step + .page-card-order__step {
        margin-top: 22px;
    }
    .page-card-order__discount {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .page-card-order__discount-box {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .page-card-order__discount-price {
        font-size: 14px;
    }
    .page-card-order__caption {
        font-size: 16px;
        line-height: 125%;
        margin-bottom: 6px;
    }
    .page-card-order__desc {
        font-size: 12px;
        margin-bottom: 7px;
    }
    .page-card-order__box + .page-card-order__box {
        margin-top: 10px;
    }
    .page-card-order__label {
        margin-bottom: 10px;
    }
    .page-card-order__label-icon {
        width: 16px;
        height: 12px;
    }
    .page-card-order__field {
        padding: 14px 15px;
        font-size: 12px;
        height: 47px;
    }
    .page-card-order__price {
        font-size: 20px;
    }
    .page-card-order__result-info {
        margin-bottom: 12px;
    }
    .page-card-order__btn {
        height: 50px;
        font-size: 12px;
    }
    .page-card-order__click {
        display: none;
    }
    .page-card-order__bottom-buttons {
        justify-content: space-around;
        margin-top: 14px;
        margin-bottom: 0;
    }
    .page-card-order__bottom-btn {
        font-size: 12px;
    }
    .page-card-order__bottom-btn svg {
        width: 24px;
        height: 24px;
    }
    .page-card-order__items {
        display: none;
    }
    .page-card-order-checbox__caption {
        padding: 8px 20px;
        height: 40px;
        font-size: 12px;
        border-radius: 4px;
    }
    .page-card-order-select-title {
        height: 48px;
        padding: 11px 15px;
    }
    .page-card-order-select-title__value {
        font-size: 12px;
    }
}
.sorting-select {
    display: none;
    position: relative;
    cursor: pointer;
}
.sorting-select-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    z-index: 1;
    background-color: transparent;
}
.sorting-select-title__arrow {
    position: relative;
    width: 16px;
    height: 16px;
    transition: all 0.3s;
}
.sorting-select-title__value {
    display: block;
    font-size: 12px;
    line-height: 135%;
    color: #8e9297;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 4px;
}
.sorting-select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 100%;
    border-top: none;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    white-space: nowrap;
    padding: 5px 0;
    z-index: 20;
}
.sorting-select-options__value {
    padding: 5px 15px;
    font-size: 12px;
    line-height: 135%;
    color: #202732;
    text-align: right;
    cursor: pointer;
    transition: all 0.3s;
}
.sorting-select-options__value:hover {
    background-color: #EA4C2F;
    transition: all 0.3s;
}
@media (max-width: 760px) {
    .sorting-select {
        display: block;
    }
}
.recommendations {
    padding-top: 120px;
    padding-bottom: 120px;
}

.recommendations__swiper {
    overflow: hidden;
    padding: 25px 15px 0;
    margin: -25px -15px 0;
}
.recommendations__swiper .swiper-slide.cart {
    height: auto;
}

.recommendations__swiper .card {
    display: flex;
    flex-direction: column;
}
.recommendations__swiper .card,
.recommendations__swiper .hits__slide  {
    height: 100%;
}
.recommendations__swiper .swiper-pagination  {
    margin-bottom: 30px;
}

.recommendations__bottom,
.stock-card__image img.img-mobile {
    display: none;
}
@media (max-width: 1320px) {
    .recommendations {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .recommendations__subtitle {
        margin-left: 60px;
    }
    .recommendations__swiper {
        overflow: visible;
        padding: 0;
        margin: 0;
    }
}
@media (max-width: 1190px) {
    .recommendations {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .recommendations__subtitle {
        margin-left: 40px;
    }
}
@media (max-width: 1010px) {
    .recommendations__top-box {
        max-width: 460px;
        flex-wrap: wrap;
    }
    .recommendations__subtitle {
        margin-left: 0;
        margin-top: 12px;
    }
    .recommendations__link {
        white-space: nowrap;
    }
}
@media (max-width: 760px) {
    .recommendations {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .recommendations__link,
    .recommendations__subtitle {
        display: none;
    }
    .recommendations__swiper {
    }
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 2px;
    }
    .recommendations__slide {
        height: 50%;
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .recommendations__bottom {
        display: block;
        margin-top: 18px;
    }
    .recommendations__bottom-btn {
        width: 100%;
        height: 50px;
    }
}
.stock {
    padding-top: 32px;
    padding-bottom: 153px;
}
.stock-top {
    margin-bottom: 35px;
}
.stock__title {
    font-size: 40px;
    line-height: 120%;
    margin-top: 28px;
}
.stock__row {
    display: flex;
    flex-wrap: wrap;
    margin: -19px -15px;
}
.stock-card {
    display: flex;
    width: calc(25% - 30px);
    height: 400px;
    position: relative;
    border-radius: 48px;
    overflow: hidden;
    margin: 19px 15px;
    background: #EFEEEC;
    box-shadow: 0px 7px 15px -5px #A6B7B626;
}
.stock-card_big {
    width: calc(75% - 30px);
}
.stock-card__top {
    position: relative;
    z-index: 10;
    padding: 61px 62px;
}
.stock-card__bg,
.stock-card__icon {
    position: absolute;
    width: 142px;
    height: 188px;
    top: 42px;
    left: 60px;
    z-index: 1;
}
.stock-card__bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.stock-card__bg_white {
    background: #ededed;
}
.stock-card__bg_green {
    background: #EA4C2F;
}
.stock-card__box {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    height: 100%;
    max-width: 100%;
    position: relative;
    z-index: 10;
    padding: 50px 30px;
}
.stock-card__caption,
.stock-card__date {
    font-weight: 600;
    line-height: 120%;
    color: #202732;
}
.stock-card__caption {
    font-size: 28px;
    position: relative;
    z-index: 10;
}
.stock-card__caption.c-white {
    color: #202732;
}
.stock-card__date.c-white {
    color: #fff;
}
.stock-card__date {
    font-size: 20px;
}
.blog__top-wrap::after,
.stock-card__image {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.stock-card__image {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 4%;
    width: 500px;
    z-index: 8;
    background-image: url(/local/templates/vapse/css/../img/stock/bg-big.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.stock-card__image img,
.stock-card__img {
    transform-origin: bottom;
    transition: all 0.3s;
}
.stock-card__image img {
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.stock-card__img {
    position: absolute;
    width: 100%;
    height: 250px;
    left: 0;
    bottom: 0;
    z-index: 5;
}
.stock-card__img img {
    -o-object-position: bottom;
    object-position: bottom;
}
.stock-card:hover .stock-card__img {
    transform: scale(1.1);
    transition: all 0.3s;
}
@media (max-width: 1600px) {
    .stock-top {
        margin-bottom: 48px;
    }
    .stock__row {
        margin: -15px;
    }
    .stock-card {
        height: 365px;
        margin: 15px;
    }
    .stock-card__box {
        padding: 40px;
    }
    .stock-card__top {
        padding: 40px 32px;
    }
}
@media (max-width: 1430px) {
    .stock {
        padding-top: 24px;
        padding-bottom: 120px;
    }
    .stock-card__caption {
        font-size: 28px;
    }
    .stock-card__img {
        height: 200px;
    }
}
@media (max-width: 1320px) {
    .stock {
        padding-bottom: 100px;
    }
    .stock__title {
        margin-top: 20px;
    }
    .stock__row {
        margin: -10px;
    }
    .stock-card {
        width: calc(25% - 20px);
        height: 300px;
        margin: 10px;
        border-radius: 24px;
    }
    .stock-card_big {
        width: calc(75% - 20px);
    }
    .stock-card__box {
        padding: 24px;
    }
    .stock-card__icon {
        width: 100px;
        height: auto;
        top: 20px;
        left: 40px;
    }
    .stock-card__top {
        padding: 24px;
    }
}
@media (max-width: 1190px) {
    .stock {
        padding-bottom: 80px;
    }
    .stock-top {
        margin-bottom: 30px;
    }
    .stock-card {
        width: calc(33.333% - 20px);
    }
    .stock-card_big {
        width: 100%;
    }
}
@media (max-width: 1010px) {
    .stock-card {
        width: calc(50% - 20px);
    }
    .stock-card_big {
        width: 100%;
    }
    .stock-card__caption {
        font-size: 24px;
    }
    .stock-card__image {
        padding-right: 3%;
        width: 50%;
    }
    .stock-card__date {
        font-size: 16px;
    }
}
@media (max-width: 760px) {
    .stock {
        padding-top: 28px;
        padding-bottom: 53px;
    }
    .stock__title {
        font-size: 30px;
        margin-top: 0;
        padding-right: 5%;
    }
    .stock__row {
        margin: -12px;
    }
    .stock .breadcrumbs,
    .stock-card__image img.img-desktop {
        display: none;
    }
    .stock-card {
        width: 100%;
        margin: 12px;
    }
    .stock-card__caption {
        font-size: 18px;
    }
    .stock-card__date {
        font-size: 14px;
    }
    .stock-card__box {
        padding: 30px 35px;
        max-width: 100%;
    }
    .stock-card__img {
        height: 233px;
    }
    .stock-card__icon {
        width: 142px;
        top: 40px;
        left: 60px;
    }
    .stock-card__image {
        padding-right: 0;
        width: 100%;
        height: 233px;
        top: auto;
        bottom: 0;
        background-image: url(/local/templates/vapse/css/../img/stock/bg-big-mobile.svg);
        background-repeat: no-repeat;
    }
    .stock-card__image img.img-mobile {
        display: block;
        margin-right: 15%;
    }
}
.page-stock {
    padding-bottom: 50px;
}
.page-stock__body {
    width: 100%;
    max-width: 1195px;
    padding-top: 29px;
}
.page-stock__body .stock-card_big {
    width: 100%;
    margin: 0;
}
.page-stock__container {
    margin-top: 40px;
}
.page-stock .page-top {
    padding-top: 0;
}
.page-stock .page-top__body {
    align-items: center;
    padding-bottom: 28px;
    padding-top: 20px;
}
@media (max-width: 1190px) {
    .page-stock__body {
        padding-top: 24px;
    }
    .page-stock__container {
        margin-top: 24px;
    }
    .page-stock .page-top__body {
        padding-bottom: 16px;
        padding-top: 20px;
    }
}
@media (max-width: 760px) {
    .page-stock {
        padding-bottom: 25px;
    }
    .page-stock__body {
        padding-top: 0;
    }
    .page-stock__container {
        margin-top: 12px;
    }
    .page-stock .share__icon {
        width: 32px;
        height: 32px;
    }
    .page-stock .share__icon svg {
        width: 20px;
        height: 22px;
        margin-right: 0;
    }
    .page-stock .page-top__body {
        padding-bottom: 6px;
        padding-top: 9px;
        border: 0;
    }
}
.page-stock-accordion {
    padding: 38px 34px;
    border: 1px solid #e5effe;
    border-radius: 32px;
}
.page-stock-accordion__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 38px 34px;
    margin: -38px -34px;
}
.page-stock-accordion__caption {
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    color: #202732;
}
.page-stock-accordion__arrow {
    width: 16px;
    height: 16px;
    transition: all 0.3s;
}
.page-stock-accordion__arrow svg,
.stock-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.page-stock-accordion__hidden {
    margin-top: 24px;
    display: none;
}
.article__text small,
.page-stock-accordion__text {
    font-size: 14px;
    line-height: 145%;
    color: #202732;
}
.page-stock-accordion.active .page-stock-accordion__arrow {
    transform: rotate(-180deg);
    transition: all 0.3s;
}
.page-stock-accordion + .page-stock-accordion {
    margin-top: 16px;
}
@media (max-width: 1190px) {
    .page-stock-accordion {
        padding: 28px 20px;
        border-radius: 24px;
    }
    .page-stock-accordion__top {
        padding: 28px 20px;
        margin: -28px -20px;
    }
    .page-stock-accordion__caption {
        font-size: 22px;
    }
    .page-stock-accordion__hidden {
        margin-top: 16px;
    }
    .page-stock-accordion__text {
        font-size: 13px;
    }
}
@media (max-width: 760px) {
    .page-stock-accordion {
        padding: 20px 35px;
        border-radius: 18px;
    }
    .page-stock-accordion__top {
        padding: 20px 35px;
        margin: -20px -35px;
    }
    .page-stock-accordion__caption {
        font-size: 16px;
    }
    .page-stock-accordion__hidden {
        margin-top: 14px;
    }
    .page-stock-accordion__text {
        font-size: 12px;
        line-height: 142%;
    }
    .page-stock-accordion + .page-stock-accordion {
        margin-top: 8px;
    }
}
.stock-recommendations {
    padding-top: 120px;
    padding-bottom: 120px;
}
.stock-recommendations__top {
    padding-bottom: 50px;
}
.stock-recommendations__swiper {
    overflow: hidden;
    padding: 25px;
    margin: -25px;
}
.stock-recommendations__swiper * {
    box-sizing: border-box;
}
.stock-recommendations__slide {
    width: calc(25% - 30px);
}
.stock-recommendations__slide_big {
    width: 75%;
}
.stock-recommendations__bottom {
    display: none;
}
.stock-recommendations .stock-card {
    width: 100%;
    margin: 0;
}
@media (max-width: 1320px) {
    .stock-recommendations {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .stock-recommendations__subtitle {
        margin-left: 60px;
    }
    .stock-recommendations__swiper {
        overflow: visible;
        padding: 0;
        margin: 0;
    }
}
@media (max-width: 1190px) {
    .stock-recommendations {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .stock-recommendations__top {
        padding-bottom: 30px;
    }
    .stock-recommendations__subtitle {
        margin-left: 40px;
    }
    .stock-recommendations__slide {
        width: calc(33.333% - 30px);
    }
    .stock-recommendations__slide_big {
        width: 66%;
    }
}
@media (max-width: 1010px) {
    .stock-recommendations__top-box {
        max-width: 460px;
        flex-wrap: wrap;
    }
    .stock-recommendations__subtitle {
        margin-left: 0;
        margin-top: 12px;
    }
    .stock-recommendations__link {
        white-space: nowrap;
    }
    .stock-recommendations__slide {
        width: calc(50% - 30px);
    }
    .stock-recommendations__slide_big {
        width: 50%;
    }
    .stock-recommendations .stock-card__box {
        max-width: 100%;
    }
}
@media (max-width: 760px) {
    .stock-recommendations {
        padding-top: 60px;
        padding-bottom: 88px;
    }
    .stock-recommendations__top {
        padding-bottom: 17px;
        flex-wrap: wrap;
    }
    .stock-recommendations__link {
        margin-top: 27px;
    }
    .stock-recommendations__slide,
    .stock-recommendations__slide_big {
        width: 100%;
    }
    .stock-recommendations .link svg {
        margin-left: 3px;
    }
}
.blog {
    padding-top: 32px;
    padding-bottom: 140px;
}
.blog__title {
    margin-top: 28px;
    margin-bottom: 22px;
}
.blog__top-wrap {
    position: relative;
}
/*.blog__top-wrap::after {*/
/*    content: "";*/
/*    z-index: 100;*/
/*    width: 2.5rem;*/
/*    background: linear-gradient(270deg, #202732 0, rgba(36, 28, 46, 0) 100%);*/
/*}*/
.blog__tags {
    width: 100%;
    display: flex;
}
.blog__tag {
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 145%;
    color: #8e9297;
    padding: 9px 15.4px;
    border: 1px solid #ededed;
    border-radius: 30px;
    margin-right: 8px;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s;
}
.blog__tag.active,
.blog__tag:hover {
    background-color: #EA4C2F;
    border-color: #EA4C2F;
    color: #202732;
    transition: all 0.3s;
}
.blog__body {
    margin-top: 35px;
}
.blog__wrap {
    display: flex;
    flex-wrap: wrap;
    margin: -15px -16px 7px;
}
.blog__card {
    width: calc(25% - 32px);
    margin: 15px 16px;
}
.blog .catalog-filter-select,
.blog__btn {
    display: none;
}
.blog .nav-links,
.blog .navigation {
    width: auto;
    margin: 0 auto;
    justify-content: flex-start;
}
.blog .page-numbers.next,
.blog .page-numbers.prew {
    color: #8e9297;
}
@media (max-width: 1600px) {
    .blog {
        padding-top: 24px;
        padding-bottom: 120px;
    }
    .blog__wrap {
        margin: -12px -12px 8px;
    }
    .blog__card {
        width: calc(25% - 24px);
        margin: 12px;
    }
}
@media (max-width: 1320px) {
    .blog {
        padding-bottom: 100px;
    }
    .blog__card {
        width: calc(33.333% - 24px);
    }
}
@media (max-width: 1280px) {
    .blog__card {
        width: calc(33.333% - 24px);
    }
}
@media (max-width: 1190px) {
    .blog {
        padding-bottom: 80px;
    }
    .blog__top-wrap::after {
        right: -15px;
    }
    .blog__top-scroll {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 1010px) {
    .blog__wrap {
        margin: -10px -10px 8px;
    }
    .blog__card {
        width: calc(50% - 20px);
        margin: 10px;
    }
}
@media (max-width: 760px) {
    .blog {
        padding-top: 30px;
        padding-bottom: 45px;
    }
    .blog__title {
        margin-top: 0;
        margin-bottom: 27px;
    }
    .blog__tag {
        padding: 7px 14.5px;
    }
    .blog__body {
        margin-top: 26px;
    }
    .blog__wrap {
        margin: -7px -7px 8px;
    }
    .blog__card {
        width: 100%;
        margin: 7px;
    }
    .blog__btn {
        display: flex;
        color: #fff;
        border-color: #fff;
        padding: 15px 24px;
    }
    .blog__btn:hover {
        border-color: #EA4C2F;
    }
    .blog__bottom-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 15px;
    }
    .blog .breadcrumbs {
        display: none;
    }
    .blog .card-news__top {
        height: 180px;
    }
    .blog .catalog-filter-select {
        display: block;
        width: 137px;
    }
    .blog .catalog-filter-select-title {
        background-color: transparent;
        padding: 10px;
    }
    .blog .catalog-filter-select-title__value {
        color: #fff;
    }
    .blog .nav-links,
    .blog .navigation {
        width: 92%;
    }
}
.article {
    padding-bottom: 86px;
}
.article-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 21px;
}
.article__body {
    display: flex;
    margin-top: 18px;
}
.article__wrap {
    width: 1056px;
    margin-right: 168px;
}
.article__text {
    margin-bottom: 45px;
}
.article__text h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    margin-bottom: 20px;
}
.article__text p {
    font-size: 16px;
    line-height: 145%;
    color: #2a323e;
}
.article__text small {
    color: #61637f;
}
.article__text img {
    border-radius: 24px;
    overflow: hidden;
}
.article__text img + small {
    display: block;
    margin-top: 18px;
    margin-bottom: 55px;
}
.article__text blockquote {
    padding-left: 44px;
    border-left: 5px solid #EA4C2F;
    margin-top: 20px;
    margin-bottom: 50px;
}
.article__contacts {
    padding: 40px 48px;
    border: 1px solid #e5effe;
    border-radius: 32px;
}
.article__caption {
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
    color: #202732;
}
.article .page-top__body .tab,
.article .page-top__box .share {
    display: none;
}
.article .tabs {
    margin: -2.5px;
}
.article .tab {
    padding: 6px 12px;
}
.article-autor {
    width: 200px;
}
.article-autor__avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 10;
    margin-bottom: 17px;
}
.article-autor__name {
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    color: #000;
    margin-bottom: 14px;
}
.article-autor__value {
    font-size: 14px;
    line-height: 145%;
    color: #8e9297;
}
@media (max-width: 1600px) {
    .article__body {
        justify-content: space-between;
    }
    .article__wrap {
        margin-right: 0;
    }
}
@media (max-width: 1320px) {
    .article__wrap {
        width: 80%;
    }
}
@media (max-width: 1190px) {
    .article__wrap {
        width: calc(100% - 200px);
    }
    .article__contacts {
        padding: 32px 30px;
        border-radius: 24px;
    }
    .article-autor {
        width: 180px;
    }
    .article-autor__avatar {
        width: 80px;
        height: 80px;
        margin-bottom: 12px;
    }
    .article-autor__name {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .article-autor__value {
        font-size: 12px;
    }
}
@media (max-width: 1010px) {
    .article {
        padding-bottom: 80px;
    }
    .article__body {
        flex-wrap: wrap;
    }
    .article__wrap {
        width: 100%;
        order: 2;
    }
    .article .page-top__box {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .article .page-top__body .tab,
    .article .page-top__box .share {
        display: inline-flex;
    }
    .article .page-top__body {
        flex-wrap: wrap;
    }
    .article .page-top__body-box {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 10px;
    }
    .article .page-top__title {
        max-width: 100%;
    }
    .article-autor__name br,
    .article-top {
        display: none;
    }
    .article-autor {
        width: 100%;
        order: 1;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .article-autor__avatar {
        margin-bottom: 0;
        margin-right: 13px;
    }
    .article-autor__name {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .article-autor__value {
        font-size: 14px;
    }
}
@media (max-width: 760px) {
    .article {
        padding-bottom: 45px;
    }
    .article__body,
    .article__text img + p {
        margin-top: 10px;
    }
    .article__text {
        margin-bottom: 17px;
    }
    .article__text h4 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .article__text p {
        font-size: 13px;
    }
    .article__text small {
        font-size: 12px;
    }
    .article__text img {
        border-radius: 18px;
    }
    .article__text img + small {
        margin-bottom: 22px;
    }
    .article__text p + h4 {
        margin-top: 22px;
    }
    .article__text blockquote {
        padding-left: 20px;
        margin-top: 15px;
        margin-bottom: 22px;
    }
    .article__contacts {
        padding: 19px 9px 19px 20px;
        border-radius: 18px;
    }
    .article__contacts .share__icon {
        margin-right: 0;
    }
    .article__contacts .share__icon svg {
        width: 24px;
        height: 24px;
    }
    .article__caption {
        font-size: 16px;
        line-height: 135%;
    }
    .article .page-top {
        padding-top: 12px;
    }

    .article .share__icon {
        width: 32px;
        height: 32px;
    }
    .article .share__icon svg {
        width: 19px;
        height: 22px;
    }
    .article .page-top__body {
        padding: 14px 0 8px 2px;
    }
    .article .page-top__title {
        font-size: 18px;
        line-height: 120%;
        letter-spacing: 0;
    }
    .article .tab {
        font-size: 10px;
    }
    .article-autor {
        margin-bottom: 10px;
    }
    .article-autor__avatar {
        margin-right: 15px;
        width: 50px;
        height: 50px;
    }
    .article-autor__box {
        width: calc(100% - 65px);
    }
    .article-autor__name {
        font-size: 14px;
        margin-bottom: 0;
    }
    .article-autor__value {
        font-size: 12px;
        max-width: 200px;
    }
}
.cabinet {
    padding-top: 32px;
    padding-bottom: 100px;
}
.cabinet__top-box {
    align-items: flex-end;
    margin-top: 27px;
    margin-bottom: 54px;
}
.cabinet__top-exit {
    display: inline-flex;
    font-size: 14px;
    line-height: 145%;
    text-decoration: underline;
    color: #8e9297;
    margin: 5px;
    transition: all 0.3s;
}
.cabinet__top-exit:hover {
    color: #EA4C2F;
    transition: all 0.3s;
}
.cabinet__body {
    display: flex;
    justify-content: space-between;
}
.cabinet__wrap {
    width: 68%;
}
.cabinet__right {
    width: 378px;
}
.cabinet .list {
    margin-bottom: 53px;
}
.cabinet .list__item {
    color: rgba(48, 57, 72, 0.5);
    margin-right: 30px;
}
.cabinet .list__item.active {
    color: #202732;
    font-size: 32px;
}
.cabinet .list__item:last-child {
    margin-right: 0;
}
.cabinet .list__item:hover {
    color: rgba(48, 57, 72, 0.8);
}
@media (max-width: 1600px) {
    .cabinet__top-box {
        margin-top: 20px;
    }
    .cabinet .list,
    .cabinet__top-box {
        margin-bottom: 32px;
    }
    .cabinet .list__item,
    .cabinet .list__item.active {
        font-size: 26px;
        margin-right: 25px;
    }
    .cabinet .list__item.active:last-child,
    .cabinet .list__item:last-child {
        margin-right: 0;
    }
}
@media (max-width: 1320px) {
    .cabinet__wrap {
        width: 74%;
    }
    .cabinet__right {
        width: 24%;
    }
    .cabinet__top-box {
        margin-top: 16px;
        margin-bottom: 20px;
    }
    .cabinet .list__item,
    .cabinet .list__item.active {
        font-size: 24px;
    }
}
@media (max-width: 1190px) {
    .cabinet__wrap {
        width: 100%;
    }
    .cabinet__right {
        width: 0;
        display: none;
    }
}
@media (max-width: 760px) {
    .cabinet {
        padding-top: 22px;
        padding-bottom: 72px;
    }
    .cabinet__top-box {
        margin-top: 0;
        margin-bottom: 24px;
    }
    .cabinet__top-exit {
        margin: 0;
    }
    .cabinet .breadcrumbs {
        display: none;
    }
    .cabinet .list {
        margin-bottom: 20px;
    }
    .cabinet .list__item,
    .cabinet .list__item.active {
        font-size: 18px;
        margin-right: 21px;
    }
}
.points {
    width: 100%;
    background-color: #f1f7ff;
    border-radius: 24px;
    padding: 32px 41px 20px;
}
.points__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    color: #202732;
    padding-bottom: 24px;
    border-bottom: 1px solid #dae2ec;
    margin-bottom: 25px;
}
.bonuses__text p,
.points__item {
    font-size: 14px;
    line-height: 145%;
    color: #202732;
}
.points__item span {
    display: inline-flex;
    padding: 2px 7px;
    background: linear-gradient(263.49deg, #EA4C2F 0, #bfff3a 100%);
    border-radius: 4px;
    margin-right: 10px;
}
.cabinet-form .checbox + .checbox,
.points__item + .points__item {
    margin-top: 8px;
}
@media (max-width: 1320px) {
    .points {
        border-radius: 18px;
        padding: 24px 16px;
    }
    .points__top {
        font-size: 21px;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .points__item {
        font-size: 12px;
    }
}
.cabinet-form__box {
    padding: 40px 48px;
    background: #fff;
    border: 1px solid #e5effe;
    border-radius: 32px;
    margin-bottom: 20px;
}
.cabinet-form__box-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 24px;
}
.cabinet-form__link {
    display: inline-flex;
    font-size: 12px;
    line-height: 135%;
    text-decoration: underline;
    color: #020202;
    transition: all 0.3s;
}
.cabinet-form__link:hover {
    color: #EA4C2F;
    transition: all 0.3s;
}
.cabinet-form__wrap {
    display: flex;
    flex-wrap: wrap;
    margin: -7.5px;
}
.cabinet-form__label {
    width: calc(33.333% - 15px);
    display: block;
    position: relative;
    margin: 7.5px;
}
.cabinet-form__label_big {
    width: calc(50% - 15px);
}
.cabinet-form__label_normal {
    width: calc(40% - 15px);
}
.cabinet-form__label_small {
    width: calc(20% - 15px);
}
.cabinet-form__label_middle {
    width: calc(66.666% - 15px);
}
.cabinet-form__caption {
    position: absolute;
    font-size: 14px;
    line-height: 20px;
    color: #8e9297;
    top: calc(50% - 15px);
    left: 16px;
    background-color: #fff;
    padding: 5px;
    transition: all 0.3s;
}
.cabinet-form .checbox a:hover,
.cabinet-form__caption span {
    color: #EA4C2F;
}
.cabinet-form__caption.active {
    font-size: 12px;
    top: -15px;
    z-index: 10;
    transition: all 0.3s;
}

.cabinet-form__field {
    padding: 15px 24px 15px 16px;
    border: 1px solid #D7D7D7;
    height: 42px;
    border-radius: 63px;
}
.cabinet-form__btn {
    width: 100%;
    height: 64px;
}
.cabinet-form__password {
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: 16px;
    cursor: pointer;
}
.cabinet-form__password svg * {
    transition: all 0.3s;
}
.cabinet-form__password.active svg path {
    stroke: #202732;
    transition: all 0.3s;
}
.cabinet-form__password.active svg ellipse {
    fill: #202732;
    transition: all 0.3s;
}
.cabinet-form .checbox a {
    color: #abacb2;
    text-decoration: none;
}
.cabinet-form__title {
    font-weight: 600;
}
@media (max-width: 1600px) {
    .cabinet-form__box {
        padding: 32px 24px;
        border-radius: 24px;
    }
}
@media (max-width: 760px) {
    .cabinet-form__box {
        padding: 20px 25px;
        border-radius: 18px;
        margin-bottom: 10px;
    }
    .cabinet-form__box-top {
        margin-bottom: 15px;
    }
    .cabinet-form__title {
        font-size: 14px;
    }
    .cabinet-form__wrap {
        margin: -2.5px;
    }
    .cabinet-form__caption {
        left: 12px;
    }
    .cabinet-form__label {
        width: 100%;
        margin: 2.5px;
    }
    .cabinet-form__label_small {
        width: calc(50% - 5px);
    }
    .cabinet-form__btn {
        height: 50px;
    }
}
.my-order__body {
    max-width: 1056px;
}
.my-order__tags {
    display: none;
}
.my-order__tag {
    font-weight: 600;
    font-size: 16px;
    line-height: 135%;
    color: rgba(32, 39, 50, 0.5);
    transition: all 0.3s;
}
.my-order__tag.active {
    color: #202732;
    transition: all 0.3s;
}
.my-order__tag + .my-order__tag {
    margin-left: 20px;
}
.my-order__container {
    padding: 40px 48px;
    border: 1px solid #e5effe;
    border-radius: 32px;
}
.my-order__container + .my-order__container {
    margin-top: 40px;
}
.my-order__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
    color: #202732;
    margin-bottom: 28px;
}
.my-order__card {
    padding: 24px 32px 24px 34px;
    border: 1px solid transparent;
    border-radius: 18px;
    background-color: #f1f7ff;
    transition: all 0.3s;
}
.my-order__card + .my-order__card {
    margin-top: 16px;
}
.my-order__card.active {
    border-color: #e5effe;
    background-color: #fff;
    transition: all 0.3s;
}
.my-order-product.active .my-order-product__top .my-order__arrow,
.my-order__card.active .my-order__top .my-order__arrow {
    transform: rotate(-180deg);
    transition: all 0.3s;
}
.my-order__top {
    cursor: pointer;
    padding: 24px 32px 24px 34px;
    margin: -24px -32px -24px -34px;
}
.my-order__top-box {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: #202732;
}
.my-order__number {
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
    color: #202732;
}
.my-order__time {
    color: #8e9297;
    position: relative;
    margin-right: 21px;
}
.my-order__time::before {
    content: "/";
    position: relative;
    margin: 0 11px;
}
.my-order__arrow {
    width: 16px;
    height: 16px;
    transition: all 0.3s;
}
.my-order__row {
    display: none;
    margin-top: 24px;
}
.my-order__coll {
    display: flex;
    align-items: flex-start;
    padding-top: 25px;
    padding-bottom: 24px;
    border-top: 1px solid #e5effe;
}
.my-order__coll-left {
    width: 168px;
}
.my-order__coll-right {
    width: calc(100% - 168px);
}
.my-order__coll:last-child {
    padding-bottom: 0;
}
.my-order__caption,
.my-order__delivery-desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: #202732;
}
.my-order__delivery-desc {
    font-size: 14px;
    color: #898f99;
}
.my-order__items {
    margin-top: -2px;
}
.my-order__item {
    justify-content: space-between;
    font-size: 14px;
    line-height: 145%;
    color: #8e9297;
}
.my-order__item,
.my-order__item-box {
    display: flex;
    align-items: center;
}
.my-order__item-time {
    position: relative;
}
.my-order__item-time::before {
    content: "/";
    position: relative;
    margin: 0 4px;
}
.my-order__item.active {
    color: #202732;
}
.my-order-product__top {
    cursor: pointer;
    margin-bottom: 14px;
}
.my-order-product__top .my-order__caption_mobile {
    display: none;
}
.my-order-product__container {
    display: none;
    margin-bottom: 20px;
}
.my-order-product__card {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #e5effe;
}
.my-order-product__card:last-child {
    border-bottom: 1px solid #e5effe;
}
.my-order-product__img {
    width: 70px;
    height: 64px;
    margin-right: 16px;
}
.my-order-product__info {
    width: calc(100% - 86px);
    display: flex;
    align-items: center;
}
.my-order-product__box,
.my-order-product__desc {
    width: 78%;
    font-size: 12px;
    line-height: 135%;
    color: #202732;
}
.my-order-product__box {
    width: 22%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    padding-right: 2px;
}
.my-order-product__value {
    width: 40%;
    padding-left: 6px;
}
.my-order-product__price {
    width: 60%;
    text-align: right;
}
.my-order-product__items {
    padding-bottom: 17px;
    border-bottom: 1px solid #e5effe;
    margin-bottom: 17px;
}
.my-order-product__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #e5effe;
    font-size: 14px;
    line-height: 145%;
    color: #8e9297;
}
.my-order-product__item-caption {
    display: inline-flex;
    padding-right: 5px;
    background-color: #fff;
    margin-bottom: -3px;
}
.my-order-product__item-caption span {
    color: #222;
    padding-left: 6px;
}
.my-order-product__item-value {
    display: inline-flex;
    padding-left: 5px;
    background-color: #fff;
    margin-bottom: -3px;
}
.my-order-product__item + .my-order-product__item {
    margin-top: 2px;
}
@media (max-width: 1600px) {
    .my-order__container {
        padding: 32px 24px;
        border-radius: 24px;
    }
    .my-order__title {
        font-size: 22px;
        margin-bottom: 24px;
    }
    .my-order__card,
    .my-order__top {
        padding: 20px 16px;
    }
    .my-order__top {
        margin: -20px -16px;
    }
}
@media (max-width: 1320px) {
    .my-order-product__desc {
        width: 75%;
    }
    .my-order-product__box {
        width: 25%;
        padding-right: 0;
    }
}
@media (max-width: 1190px) {
    .my-order__body {
        max-width: 100%;
    }
}
@media (max-width: 1010px) {
    .my-order-product__info {
        flex-wrap: wrap;
    }
    .my-order-product__card {
        align-items: flex-start;
    }
    .my-order-product__desc {
        width: 100%;
        min-height: 60px;
        display: flex;
        align-items: center;
    }
    .my-order-product__box {
        width: 100%;
        margin-top: 10px;
    }
    .my-order-product__value {
        padding-left: 0;
    }
}
@media (max-width: 760px) {
    .my-order__tags {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .my-order__body {
        border: 1px solid #e5effe;
        padding: 20px 5px;
        border-radius: 18px;
        position: relative;
    }
    .my-order__title {
        display: none;
    }
    .my-order__container {
        padding: 0;
        border-radius: 0;
        border: 0;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transform: translateY(25px);
        transition: all 0s;
    }
    .my-order__container.active {
        position: relative;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        transition: all 0.3s;
    }
    .my-order__container + .my-order__container {
        margin-top: 0;
    }
    .my-order__number {
        font-size: 14px;
    }
    .my-order__top-box {
        font-size: 13px;
    }
    .my-order__card,
    .my-order__top {
        padding: 15px 18px;
    }
    .my-order__card + .my-order__card {
        margin-top: 3px;
    }
    .my-order__top {
        margin: -15px -18px;
    }
    .my-order__time {
        margin-right: 6px;
    }
    .my-order__time::before {
        margin: 0 7px;
    }
    .my-order__row {
        margin-top: 10px;
    }
    .my-order__caption {
        font-size: 13px;
    }
    .my-order__coll {
        padding-top: 10px;
        padding-bottom: 10px;
        flex-wrap: wrap;
    }
    .my-order__coll-left,
    .my-order__coll-right {
        width: 100%;
    }
    .my-order__coll_item .my-order__coll-left {
        display: none;
    }
    .my-order__delivery-desc {
        font-size: 12px;
        line-height: 140%;
    }
    .my-order__items {
        margin-top: 8px;
    }
    .my-order__item {
        font-size: 12px;
    }
    .my-order-product__top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .my-order-product__top .my-order__caption_mobile {
        display: inline-flex;
    }
    .my-order-product__top-box .my-order__caption {
        margin-right: 5px;
    }
    .my-order-product__card {
        padding-top: 9.5px;
        padding-bottom: 9.5px;
    }
    .my-order-product__img {
        width: 80px;
        height: 60px;
        margin-right: 10px;
    }
    .my-order-product__info {
        width: calc(100% - 90px);
    }
    .my-order-product__desc {
        min-height: auto;
        height: 62px;
        display: block;
        overflow: hidden;
    }
    .my-order-product__box {
        font-size: 12px;
        margin-top: 6px;
    }
    .my-order-product__items {
        padding-bottom: 19px;
    }
    .my-order-product__item {
        justify-content: flex-start;
        border-bottom: none;
        font-size: 12px;
        line-height: 150%;
    }
    .my-order-product__item-caption {
        padding-right: 3px;
    }
    .my-order-product__item-value {
        padding-left: 3px;
    }
}
.bonuses__buttons {
    max-width: 1087px;
    display: flex;
    flex-wrap: wrap;
    margin: -13px -16px;
}
.bonuses__button {
    width: calc(25% - 32px);
    height: 226px;
    display: inline-flex;
    align-content: space-between;
    flex-wrap: wrap;
    background-color: #f1f7ff;
    border-radius: 24px;
    padding: 36px 38px 39px;
    margin: 13px 16px;
}
.bonuses__button-caption {
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    color: #1b1c1b;
}
.bonuses__body {
    max-width: 1056px;
    margin-top: 140px;
    margin-bottom: -20px;
}
.bonuses__container {
    padding: 40px 48px;
    background: #fff;
    border: 1px solid #e5effe;
    border-radius: 32px;
    margin-bottom: 20px;
}
.bonuses__container_item {
    border-color: #f2f2f2;
    background-color: #f2f2f2;
}
.bonuses__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.bonuses__wrap + .bonuses__wrap {
    margin-top: 24px;
}
.bonuses__left {
    width: 34%;
}
.bonuses__right {
    width: 64%;
    max-width: 598px;
    margin-top: -3px;
}
.bonuses__box {
    padding: 20px 27px 20px 30px;
    background-color: #f1f7ff;
    border-radius: 18px;
}
.bonuses__box + .bonuses__text,
.bonuses__text p + p {
    margin-top: 18px;
}
.bonuses__subtitle {
    max-width: 240px;
    font-weight: 600;
    font-size: 16px;
    line-height: 145%;
    color: rgba(32, 39, 50, 0.7);
}
.bonuses__subtitle span {
    color: #202732;
}
.bonuses__text ul {
    padding-bottom: 20px;
}
.bonuses__text ul li {
    font-size: 14px;
    line-height: 142%;
    color: #202732;
    position: relative;
    padding-left: 22px;
}
.bonuses__text ul li::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: #202732;
    border-radius: 50%;
    top: 10px;
    left: 10px;
}
.bonuses__services {
    padding-top: 20px;
}
.bonuses__services-card {
    width: calc(14.28% - 20px);
    background-color: #f1f7ff;
    border: 1px solid #e5effe;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
    line-height: 135%;
    color: #202732;
}
.bonuses__services-img {
    width: 100px;
    height: 100px;
    margin: 5px auto 0;
}
.bonuses__services-caption {
    font-size: 12px;
    line-height: 135%;
}
.bonuses__services-value {
    font-size: 20px;
    line-height: 135%;
    margin-top: 2px;
    margin-bottom: 8px;
}
.bonuses__time {
    color: #202732;
}
.other-provisions {
    display: flex;
    align-items: center;
    padding: 40px 48px;
    background-color: #fff;
    border: 1px solid #e5effe;
    border-radius: 32px;
    margin-top: 20px;
}
.other-provisions__icon {
    width: 27.71px;
    height: 27.71px;
    margin-right: 30px;
}
.comparison-card__button svg,
.comparison-card__img img,
.other-provisions__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
@media (max-width: 1600px) {
    .bonuses__buttons {
        margin: -12px;
    }
    .bonuses__button {
        width: calc(25% - 24px);
        height: 220px;
        border-radius: 24px;
        padding: 26px 24px;
        margin: 12px;
    }
    .bonuses__body {
        margin-top: 100px;
    }
    .bonuses__container {
        padding: 32px 24px;
        border-radius: 24px;
    }
    .bonuses__services-card {
        width: calc(14.28% - 10px);
    }
    .other-provisions {
        padding: 32px 24px;
        border-radius: 24px;
    }
    .other-provisions__icon {
        margin-right: 15px;
    }
}
@media (max-width: 1190px) {
    .bonuses__buttons {
        max-width: calc(100% + 24px);
    }
    .bonuses__body {
        margin-top: 80px;
        max-width: 100%;
    }
}
@media (max-width: 1010px) {
    .bonuses__buttons {
        max-width: calc(100% + 16px);
        margin: -8px;
    }
    .bonuses__button {
        width: calc(33.333% - 16px);
        height: 180px;
        border-radius: 18px;
        padding: 20px;
        margin: 8px;
    }
    .bonuses__button-caption {
        font-size: 18px;
        padding-right: 10%;
    }
    .bonuses__wrap {
        flex-wrap: wrap;
    }
    .bonuses__left {
        width: 100%;
        margin-bottom: 10px;
    }
    .bonuses__right {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
    }
    .bonuses__services {
        padding-top: 0;
        margin: -7px;
        justify-content: flex-start;
    }
    .bonuses__services-card {
        width: calc(20% - 14px);
        margin: 7px;
    }
}
@media (max-width: 760px) {
    .bonuses__buttons {
        max-width: calc(100% + 5px);
        margin: -2.5px;
    }
    .bonuses__button {
        width: 100%;
        height: 60px;
        border-radius: 8px;
        padding: 10px 20px;
        margin: 2.5px;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        justify-content: space-between;
    }
    .bonuses__button-caption {
        max-width: calc(100% - 35px);
        width: auto;
        font-size: 14px;
        padding-right: 10%;
    }
    .bonuses__button-caption br,
    .bonuses__subtitle br {
        display: none;
    }
    .bonuses__body {
        margin-top: 55px;
    }
    .bonuses__container {
        padding: 20px 24px;
        border-radius: 18px;
        margin-bottom: 10px;
    }
    .bonuses__wrap + .bonuses__wrap {
        margin-top: 13px;
    }
    .bonuses__services {
        margin: -2.5px;
        margin-top: 12px !important;
    }
    .bonuses__services-card {
        width: calc(33.333% - 5px);
        margin: 2.5px;
    }
    .bonuses__services-img {
        margin-bottom: -16px;
    }
    .bonuses__box {
        padding: 15px 20px;
    }
    .bonuses__subtitle {
        max-width: 100%;
        font-size: 13px;
    }
    .bonuses__caption {
        font-size: 16px;
        line-height: 135%;
    }
    .bonuses__text p,
    .bonuses__text ul li {
        font-size: 12px;
        line-height: 140%;
    }
    .bonuses__text ul {
        padding-bottom: 18px;
    }
    .bonuses__text ul li {
        padding-left: 18px;
    }
    .bonuses__text ul li::before {
        top: 8px;
        left: 8px;
    }
    .bonuses__time {
        font-size: 18px;
        line-height: 120%;
    }
    .other-provisions {
        padding: 22px 25px;
        border-radius: 18px;
        margin-top: 12px;
    }
    .other-provisions__icon {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    .other-provisions__title {
        font-size: 16px;
        line-height: 135%;
    }
}
.comparison {
    padding-top: 32px;
    padding-bottom: 180px;
}
.comparison__top {
    border-bottom: 1px solid #e5effe;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.comparison__top-box {
    margin-top: 28px;
}
.comparison__top-box .share {
    display: none;
}
.comparison__title {
    color: #202732;
}
.comparison__product {
    margin-right: 0px;
}
.comparison-accordion__slick .slick-track,
.comparison__product-slick .slick-track {
    margin-left: 0;
    margin-right: 0;
}
.comparison__navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 11px 0 21px;
}
.comparison__navigation::before {
    content: "";
    position: absolute;
    width: calc(100% - 46px);
    height: 1px;
    top: calc(50% - 0.5px);
    left: 23px;
    background-color: #abacb2;
}
.comparison__navigation-arrow {
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.comparison__container {
    overflow: hidden;
}
.comparison-card {
    padding-right: 32px;
}
.comparison-card__top {
    height: 201px;
    position: relative;
}
.comparison-card__img {
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -27px;
    position: relative;
    z-index: 4;
    transition: all .3s ease;
}
.comparison__product-fixed .comparison-card__img {
    height: 70px;
}
.comparison__product-fixed .comparison-card__top {
    height: 80px;
}
.comparison__product-fixed .comparison-card__desc {
    font-size: 12px;
}
@media (max-width: 767px) {
    .comparison-card__img {
        min-height: 70px;
    }
    .comparison-card__top {
        min-height: 80px;
    }
}
.comparison-card__bottom {
    padding-top: 10px;
}
.comparison-card__bonuses {
    display: flex;
    align-items: center;
}
.comparison-card__bonuses-value {
    display: flex;
    align-items: center;
    padding: 3px 5px;
    background-color: #f2f2f2;
    border-radius: 100px;
    margin-right: 5px;
}
.comparison-card__bonuses-caption,
.comparison-card__bonuses-value {
    font-size: 12px;
    line-height: 120%;
    color: #202732;
}
.comparison-card__prices {
    display: flex;
    align-items: center;
}
.comparison-card__price {
    font-weight: 600;
    font-size: 20px;
    line-height: 145%;
    text-transform: capitalize;
    color: #202732;
    margin-right: 8px;
}
.comparison-card__price-old {
    font-weight: 500;
    font-size: 14px;
    line-height: 145%;
    text-decoration: line-through;
    text-transform: capitalize;
    color: rgba(32, 39, 50, 0.5);
}
.comparison-card__desc {
    line-height: 145%;
    color: #202732;
    margin-top: 10px;
    height: 60px;
    overflow: hidden;
}
.comparison-card__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    cursor: pointer;
    position: relative;
    z-index: 8;
}
.comparison-card__button svg {
    width: 24px;
    height: 24px;
}
.comparison-card__button svg path {
    fill: #8E9297;
}
.comparison-card__button img {
    width: 20px;
    height: 20px;
}
.comparison-card__button svg * {
    transition: all 0.3s;
}
.comparison-card__button.active svg *,
.comparison-card__button:hover svg * {
    fill: #3b414b;
    transition: all 0.3s;
}
.comparison-card:hover .comparison-card__desc {
    text-decoration: underline;
}
.comparison-accordion {
    padding-bottom: 20px;
}
.comparison-accordion__top {
    display: flex;
    align-items: center;
}
.comparison-accordion__arrow {
    width: 16px;
    height: 16px;
    margin-left: 5px;
}
.comparison-accordion__arrow svg,
.comparison-accordion__info svg,
.form__social-link svg,
.quiz__back svg,
.quiz__closed svg,
.trade-in-faq__arrow svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.comparison-accordion__hidden {
    margin-top: 28px;
}
.comparison-accordion__slick {
    margin-right: 0;
}
.comparison-accordion__coll {
    padding-top: 10.5px;
    padding-bottom: 12px;
    padding-right: 32px;
    border-top: 1px solid #e5effe;
}
.comparison-accordion__coll-top {
    display: flex;
    align-items: center;
    min-height: 18px;
}
.comparison-accordion__caption {
    font-size: 12px;
    line-height: 145%;
    color: #8e9297;
    margin-right: 10px;
}
.comparison-accordion__info {
    width: 18px;
    height: 18px;
}
.comparison-accordion__value {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #000;
}
.comparison-accordion + .comparison-accordion {
    padding-top: 20px;
    border-top: 1px solid #abacb2;
}
@media (max-width: 1600px) {
    .comparison {
        padding-bottom: 160px;
    }
}
@media (max-width: 1430px) {
    .comparison {
        padding-bottom: 120px;
    }
}
@media (max-width: 1320px) {
    .comparison {
        padding-bottom: 100px;
    }
}
@media (max-width: 1190px) {
    .comparison {
        padding-bottom: 80px;
    }
}
@media (max-width: 1010px) {
    .comparison-accordion__title {
        font-size: 20px;
    }
}
@media (max-width: 760px) {
    .comparison {
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .comparison__top {
        padding-bottom: 8px;
        margin-bottom: 28px;
    }
    .comparison__top-box {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        margin-top: 25px;
    }
    .comparison__top-box .share {
        display: inline-flex;
    }
    .comparison__title {
        font-size: 16px;
    }
    .comparison__product {
        margin-right: -20px;
    }
    .comparison__navigation {
        margin: 12px 0 10px;
    }
    .comparison .wrapper {
        padding: 0 20px;
    }
    .comparison-card {
        padding-right: 20px;
    }
    .comparison-card__button {
        width: 30px;
        height: 30px;
    }

    .comparison-card__top {
        height: 151px;
    }
    .comparison-card__img {
        height: 150px;
    }
    .comparison-card__bonuses-value {
        font-size: 11px;
    }
    .comparison-card__bonuses-caption {
        font-size: 10px;
    }
    .comparison-card__price {
        font-size: 15px;
    }
    .comparison-card__price-old {
        font-size: 10px;
    }
    .comparison-card__desc {
        font-size: 11px;
        line-height: 140%;
        height: 44px;
    }
    .comparison-accordion {
        padding-bottom: 14px;
    }
    .comparison-accordion__title {
        font-size: 16px;
    }
    .comparison-accordion__hidden {
        margin-top: 14px;
    }
    .comparison-accordion__coll {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 10px;
    }
    .comparison-accordion__caption {
        margin-right: 6px;
        max-width: calc(100% - 20px);
        font-size: 10px;
    }
    .comparison-accordion__info {
        width: 14px;
        height: 14px;
    }
    .comparison-accordion__value {
        font-size: 12px;
    }
    .comparison-accordion + .comparison-accordion {
        padding-top: 14px;
    }
}
.trade-in-promo {
    padding-top: 32px;
    position: relative;
    z-index: 100;
}
.trade-in-promo::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 34%;
    left: 0;
    bottom: 0;
    background-color: #f1f7ff;
    z-index: -1;
}
.trade-in-promo__body {
    display: flex;
    justify-content: space-between;
}
.trade-in-promo__img {
    width: 48%;
    max-width: 732px;
    position: relative;
    top: 5px;
}
.trade-in-promo__wrap {
    width: 49%;
    max-width: 783px;
    padding-top: 126px;
}
.trade-in-promo__desc {
    max-width: 530px;
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    color: #000;
    margin-top: 33px;
    padding-left: 2px;
}
@media (max-width: 1430px) {
    .trade-in-promo::before {
        height: 25%;
    }
    .trade-in-promo__img {
        width: 44%;
        top: 0;
    }
    .trade-in-promo__wrap {
        width: 54%;
        padding-top: 100px;
    }
    .trade-in-promo__desc {
        font-size: 18px;
        margin-top: 24px;
        padding-left: 0;
    }
}
@media (max-width: 1190px) {
    .trade-in-promo::before {
        height: 30%;
    }
    .trade-in-promo__img {
        width: 50%;
        top: 0;
    }
    .trade-in-promo__wrap {
        width: 48%;
        padding-top: 80px;
    }
    .trade-in-promo__desc {
        font-size: 16px;
        margin-top: 20px;
    }
}
@media (max-width: 1010px) {
    .trade-in-promo__body {
        justify-content: center;
        flex-wrap: wrap;
        padding-top: 24px;
    }
    .trade-in-promo__wrap {
        width: 100%;
        padding-top: 0;
        order: 1;
    }
    .trade-in-promo__desc {
        max-width: 100%;
    }
    .trade-in-promo__img {
        width: 100%;
        max-width: 480px;
        order: 2;
    }
}
@media (max-width: 760px) {
    .trade-in-promo {
        padding-top: 7px;
    }
    .trade-in-promo::before {
        height: 34%;
        border-radius: 16px 16px 0 0;
    }
    .trade-in-promo__body {
        padding-top: 8px;
    }
    .trade-in-promo__title {
        padding-right: 10px;
    }
    .trade-in-promo__desc {
        font-size: 14px;
        margin-top: 21px;
        padding-right: 5%;
        line-height: 130%;
    }
    .trade-in-promo__img {
        padding-right: 2%;
    }
}
.trade-in-conditions {
    padding-top: 76px;
    padding-bottom: 70px;
}
.trade-in-conditions__body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.trade-in-conditions__left {
    width: 30%;
    max-width: 405px;
}
.trade-in-conditions__subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    color: #000;
    margin-top: 28px;
}
.trade-in-conditions__right {
    padding: 30px 48px 48px;
    width: 68%;
    max-width: 1057px;
    background-color: #fff;
    border: 1px solid #e5effe;
    border-radius: 32px;
}
.trade-in-conditions__tabs {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5effe;
}
.trade-in-conditions__tab {
    width: 33.333%;
    max-width: 250px;
    position: relative;
    text-align: center;
    padding-bottom: 22px;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
    cursor: pointer;
    transition: all 0.3s;
}
.trade-in-conditions__tab.active {
    border-color: #000;
    transition: all 0.3s;
}
.trade-in-conditions__icon {
    width: 130px;
    height: 131px;
    margin: 0 auto -10px;
}
.trade-in-conditions__caption,
.trade-in-faq__text p {
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    color: #202732;
}
.trade-in-conditions__container {
    margin-top: 24px;
    position: relative;
}
.trade-in-conditions__block {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0s;
}
.trade-in-conditions__block.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all 0.3s;
}
.trade-in-conditions__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    color: rgba(32, 39, 50, 0.8);
    padding: 20px;
    height: 70px;
    border: 1px solid #e5effe;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
}
.trade-in-conditions__item + .trade-in-conditions__item {
    margin-top: 4px;
}
.trade-in-conditions__item.active,
.trade-in-conditions__item:hover {
    border-color: #82d900;
    color: #202732;
    transition: all 0.3s;
}
@media (max-width: 1600px) {
    .trade-in-conditions__item {
        font-size: 20px;
        height: 64px;
    }
}
@media (max-width: 1430px) {
    .trade-in-conditions {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .trade-in-conditions__subtitle {
        font-size: 18px;
        margin-top: 24px;
    }
    .trade-in-conditions__right {
        padding: 16px 24px 30px;
        border-radius: 24px;
    }
    .trade-in-conditions__item {
        font-size: 18px;
        height: 60px;
    }
    .trade-in-conditions__caption {
        font-size: 18px;
    }
}
@media (max-width: 1190px) {
    .trade-in-conditions {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .trade-in-conditions__subtitle {
        font-size: 16px;
        margin-top: 20px;
    }
    .trade-in-conditions__left {
        width: 34%;
    }
    .trade-in-conditions__right {
        width: 64%;
        padding: 20px 25px;
        border-radius: 18px;
    }
    .trade-in-conditions__icon {
        width: 90px;
        height: 90px;
        margin-bottom: -4px;
    }
    .trade-in-conditions__caption {
        font-size: 15px;
    }
    .trade-in-conditions__item {
        font-size: 16px;
        height: 52px;
        padding: 10px 15px;
    }
}
@media (max-width: 1010px) {
    .trade-in-conditions {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .trade-in-conditions__body {
        flex-wrap: wrap;
    }
    .trade-in-conditions__left {
        width: 100%;
        max-width: 100%;
    }
    .trade-in-conditions__right {
        width: 100%;
        margin-top: 18px;
    }
}
@media (max-width: 760px) {
    .trade-in-conditions {
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .trade-in-conditions__subtitle {
        font-size: 14px;
        margin-top: 18px;
        padding-right: 5%;
    }
    .trade-in-conditions__tab {
        padding-bottom: 8px;
    }
    .trade-in-conditions__icon {
        width: 59px;
        height: auto;
        margin-top: -6px;
        margin-bottom: 2px;
    }
    .trade-in-conditions__caption {
        font-size: 14px;
    }
    .trade-in-conditions__container {
        margin-top: 10px;
    }
    .trade-in-conditions__item {
        font-size: 16px;
        height: 40px;
        padding: 10px 20px;
    }
}
.trade-in-discount {
    padding-top: 55px;
    padding-bottom: 102px;
}
.trade-in-discount__body {
    align-items: flex-start;
}
.trade-in-discount__title {
    width: 30%;
}
.trade-in-discount__wrap {
    width: 70%;
    max-width: 1057px;
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}
.trade-in-discount__card {
    width: calc(25% - 30px);
    max-width: 1082px;
    padding: 20px 0 30px;
    background-color: #fff;
    text-align: center;
    border-radius: 24px;
    margin: 15px;
}
.trade-in-discount__img {
    width: 100%;
    height: 191px;
}
.trade-in-discount__caption {
    font-weight: 600;
    font-size: 16px;
    line-height: 145%;
    color: #202732;
    margin: 6px 0 10px;
}
@media (max-width: 1600px) {
    .trade-in-discount__wrap {
        margin: -10px;
    }
    .trade-in-discount__card {
        width: calc(25% - 20px);
        margin: 10px;
    }
    .trade-in-discount__caption {
        font-size: 15px;
        margin: 5px 0 10px;
    }
}
@media (max-width: 1430px) {
    .trade-in-discount {
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .trade-in-discount__img {
        height: 170px;
    }
}
@media (max-width: 1320px) {
    .trade-in-discount__card {
        width: calc(33.333% - 20px);
    }
}
@media (max-width: 1190px) {
    .trade-in-discount__title {
        width: 34%;
    }
    .trade-in-discount__wrap {
        width: calc(64% + 20px);
    }
    .trade-in-discount__img {
        height: 140px;
    }
}
@media (max-width: 1010px) {
    .trade-in-discount {
        padding-top: 40px;
        padding-bottom: 80px;
    }
    .trade-in-discount__body {
        flex-wrap: wrap;
    }
    .trade-in-discount__title {
        width: 100%;
    }
    .trade-in-discount__wrap {
        width: calc(100% + 20px);
        margin-top: 17px;
    }
}
@media (max-width: 760px) {
    .trade-in-discount {
        padding-top: 18px;
        padding-bottom: 50px;
    }
    .trade-in-discount__wrap {
        width: 100%;
        margin: 17px 0 0;
    }
    .trade-in-discount__card {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 120px;
        border-radius: 8px;
        margin: 0;
        padding: 16px 10px;
        text-align: left;
    }
    .trade-in-discount__card + .trade-in-discount__card {
        margin-top: 5px;
    }
    .trade-in-discount__img {
        width: 112px;
        height: 85px;
        margin-right: 23px;
    }
    .trade-in-discount__bottom {
        width: calc(100% - 135px);
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        min-height: 85px;
    }
    .trade-in-discount__caption {
        width: 100%;
        font-size: 13px;
        margin: 0;
    }
    .trade-in-discount__btn {
        padding: 11px 24px;
    }
}
.trade-in-benefits {
    padding-top: 109px;
    padding-bottom: 168px;
}
.trade-in-benefits__title {
    max-width: 750px;
    text-align: center;
    margin: 0 auto 55.5px;
}
.trade-in-benefits__row {
    display: flex;
    flex-wrap: wrap;
    margin: -16.5px;
}
.trade-in-benefits__coll {
    width: calc(33.333% - 33px);
    min-height: 170px;
    background-color: #fff;
    border: 1px solid #e5effe;
    border-radius: 30px;
    padding: 35px 45px;
    margin: 16.5px;
    position: relative;
}
.trade-in-benefits__coll_2 .trade-in-benefits__icon {
    width: 128px;
    height: auto;
    top: 17px;
    right: 22px;
}
.trade-in-benefits__coll_3 .trade-in-benefits__icon {
    width: 142px;
    height: auto;
    top: 5px;
    right: 23px;
}
.trade-in-benefits__caption {
    max-width: 268px;
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    color: #000;
}
.trade-in-benefits__col-title {
    margin-bottom: 14px;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 25px;
    color: #ffffff;
    line-height: 120%;
}
.trade-in-benefits__icon {
    position: absolute;
    width: 122px;
    height: 100px;
    top: 32px;
    right: 44px;
}
@media (max-width: 1430px) {
    .trade-in-benefits {
        padding-top: 100px;
        padding-bottom: 120px;
    }
    .trade-in-benefits__title {
        margin-bottom: 35px;
    }
    .trade-in-benefits__coll {
        width: calc(33.333% - 20px);
        min-height: 140px;
        border-radius: 24px;
        padding: 24px 28px;
        margin: 10px;
    }
    .trade-in-benefits__coll_2 .trade-in-benefits__icon {
        width: 104px;
        top: 12px;
        right: 15px;
    }
    .trade-in-benefits__coll_3 .trade-in-benefits__icon {
        width: 108px;
        top: 0;
        right: 15px;
    }
    .trade-in-benefits__caption {
        font-size: 18px;
    }
    .trade-in-benefits__icon {
        width: 100px;
        height: auto;
        top: 24px;
        right: 30px;
    }
}
@media (max-width: 1190px) {
    .trade-in-benefits {
        padding-bottom: 100px;
    }
    .trade-in-benefits__title {
        max-width: 610px;
        margin-bottom: 24px;
    }
    .trade-in-benefits__row {
        margin: -8px;
    }
    .trade-in-benefits__coll {
        width: calc(33.333% - 16px);
        min-height: 110px;
        border-radius: 18px;
        padding: 16px 20px;
        margin: 8px;
    }
    .trade-in-benefits__coll_2 .trade-in-benefits__icon {
        width: 80px;
        top: 12px;
        right: 10px;
    }
    .trade-in-benefits__coll_3 .trade-in-benefits__icon {
        width: 97px;
    }
    .trade-in-benefits__caption {
        font-size: 16px;
        max-width: 210px;
    }
    .trade-in-benefits__icon {
        width: 84px;
        top: 20px;
        right: 15px;
    }
}
@media (max-width: 1010px) {
    .trade-in-benefits {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .trade-in-benefits__coll {
        width: calc(50% - 16px);
    }
}
@media (max-width: 760px) {
    .trade-in-benefits__col-title {
        font-size: 20px;
        line-height: 120%;
    }
    .trade-in-benefits {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .trade-in-benefits__title {
        margin-bottom: 17px;
        padding: 0 5%;
    }
    .trade-in-benefits__row {
        margin: 0;
    }
    .trade-in-benefits__coll {
        width: 100%;
        min-height: 118px;
        border-radius: 18px;
        padding: 25px 30px;
        margin: 0;
    }
    .trade-in-benefits__coll_2 {
        min-height: 117px;
        padding: 25px 30px 20px;
    }
    .trade-in-benefits__coll_2 .trade-in-benefits__icon {
        width: 88px;
        top: 10px;
        right: 12px;
    }
    .trade-in-benefits__coll_3 .trade-in-benefits__icon {
        top: 3px;
        right: 13px;
    }
    .trade-in-benefits__coll + .trade-in-benefits__coll {
        margin-top: 5px;
    }
    .trade-in-benefits__caption {
        font-size: 14px;
    }
    .trade-in-benefits__icon {
        width: 84px;
        top: 22px;
        right: 28px;
    }
}
.trade-in-grade {
    padding-top: 140px;
    padding-bottom: 70px;
}
.trade-in-grade__body {
    align-items: flex-start;
}
.trade-in-grade__title {
    width: 30%;
}
.trade-in-grade__row {
    width: 68%;
    max-width: 1057px;
    display: flex;
    justify-content: space-between;
    padding: 46px 48px;
    background: #fff;
    border: 1px solid #e5effe;
    border-radius: 32px;
}
.trade-in-grade__coll {
    width: calc(33.333% - 7.5px);
    padding: 19px 0;
    border: 1px solid #e5effe;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
}
.trade-in-grade__coll.active,
.trade-in-grade__coll:hover {
    border-color: #000;
}
.trade-in-grade__icon {
    width: 130px;
    height: 131px;
    margin: 0 auto 5px;
}
.trade-in-grade__caption {
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    color: #202732;
    margin-bottom: 4px;
}
.trade-in-grade__price {
    font-size: 14px;
    line-height: 145%;
    color: #202732;
}
@media (max-width: 1430px) {
    .trade-in-grade {
        padding-top: 120px;
        padding-bottom: 60px;
    }
    .trade-in-grade__caption {
        font-size: 18px;
    }
}
@media (max-width: 1190px) {
    .trade-in-grade {
        padding-top: 100px;
        padding-bottom: 50px;
    }
    .trade-in-grade__title {
        width: 34%;
    }
    .trade-in-grade__row {
        width: 64%;
        padding: 20px;
        border-radius: 18px;
    }
    .trade-in-grade__icon {
        width: 90px;
        height: auto;
    }
    .trade-in-grade__caption {
        font-size: 16px;
    }
}
@media (max-width: 1010px) {
    .trade-in-grade {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    .trade-in-grade__body {
        flex-wrap: wrap;
    }
    .trade-in-grade__title {
        width: 100%;
    }
    .trade-in-grade__row {
        width: 100%;
        margin-top: 17px;
    }
}
@media (max-width: 760px) {
    .trade-in-grade {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .trade-in-grade__row {
        flex-wrap: wrap;
    }
    .trade-in-grade__coll {
        width: 100%;
        padding: 10px;
        text-align: left;
        display: flex;
        align-items: center;
    }
    .trade-in-grade__coll + .trade-in-grade__coll {
        margin-top: 5px;
    }
    .trade-in-grade__icon {
        width: 59px;
        height: auto;
        margin: 0 20px 0 0;
    }
    .trade-in-grade__bottom {
        width: calc(100% - 80px);
    }
    .trade-in-grade__caption {
        font-size: 14px;
        margin-bottom: 0;
    }
    .trade-in-grade__price {
        font-size: 12px;
    }
}
.trade-in-faq {
    padding-top: 70px;
    padding-bottom: 100px;
}
.trade-in-faq__container {
    margin-top: 90px;
}
.trade-in-faq__accordion {
    background-color: #fff;
    border: 1px solid #cadcf8;
    border-radius: 24px;
    transition: all 0.3s;
}
.trade-in-faq__accordion + .trade-in-faq__accordion {
    margin-top: 10px;
}
.trade-in-faq__accordion.active {
    background-color: #e5effe;
    border-color: #e5effe;
    transition: all 0.3s;
}
.trade-in-faq__accordion.active .trade-in-faq__top {
    color: #1b1c1b;
    transition: all 0.3s;
}
.trade-in-faq__accordion.active .trade-in-faq__arrow {
    transform: rotate(-180deg);
    transition: all 0.3s;
}
.trade-in-faq__top {
    min-height: 78px;
    padding: 6px 41px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    color: rgba(30, 36, 46, 0.7);
    cursor: pointer;
    transition: all 0.3s;
}
.trade-in-faq__caption {
    width: calc(100% - 40px);
    max-width: 1395px;
}
.trade-in-faq__arrow {
    width: 20px;
    height: 20px;
    transition: all 0.3s;
}
.trade-in-faq__hidden {
    display: none;
    margin-bottom: 40px;
}
.trade-in-faq__hidden.active {
    display: block;
}
.trade-in-faq__text {
    padding: 22px 40px 30px;
    max-width: 898px;
    background-color: #fff;
    border-radius: 20px 0 20px 20px;
    margin-left: auto;
    margin-right: 48px;
    position: relative;
}
.trade-in-faq__text p {
    line-height: 140%;
    color: #202732;
}
.trade-in-faq__text::before {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    top: 0;
    right: -21px;
    background-image: url(/local/templates/vapse/css/../img/trade-in/faq-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
@media (max-width: 1600px) {
    .trade-in-faq__top {
        font-size: 22px;
    }
}
@media (max-width: 1430px) {
    .trade-in-faq {
        padding-top: 60px;
    }
    .trade-in-faq__container {
        margin-top: 40px;
    }
    .trade-in-faq__top {
        font-size: 20px;
    }
    .trade-in-faq__text {
        padding: 20px 25px 24px;
        max-width: 800px;
        border-radius: 16px 0 16px 16px;
    }
    .trade-in-faq__text p {
        font-size: 18px;
    }
}
@media (max-width: 1320px) {
    .trade-in-faq__top {
        padding: 6px 31px;
        font-size: 18px;
    }
    .trade-in-faq__text {
        max-width: 705px;
    }
    .trade-in-faq__text p {
        font-size: 16px;
    }
}
@media (max-width: 1190px) {
    .trade-in-faq {
        padding-top: 50px;
    }
}
@media (max-width: 1010px) {
    .trade-in-faq {
        padding-top: 40px;
        padding-bottom: 80px;
    }
    .trade-in-faq__container {
        margin-top: 27px;
    }
    .trade-in-faq__accordion {
        border-radius: 6px;
    }
    .trade-in-faq__accordion.active .trade-in-faq__top {
        padding: 10px 16px 10px 25px;
    }
    .trade-in-faq__top {
        padding: 10px 16px;
        font-size: 16px;
        min-height: 64px;
    }
    .trade-in-faq__hidden {
        margin-bottom: 24px;
    }
    .trade-in-faq__text {
        max-width: 705px;
        padding: 20px;
        border-radius: 8px 0 8px 8px;
        margin-right: 25px;
        margin-left: 25px;
    }
    .trade-in-faq__text p {
        font-size: 14px;
    }
}
@media (max-width: 760px) {
    .trade-in-faq {
        padding-top: 16px;
        padding-bottom: 48px;
    }
    .trade-in-faq__accordion.active .trade-in-faq__top {
        font-size: 16px;
        line-height: 120%;
    }
    .trade-in-faq__accordion + .trade-in-faq__accordion {
        margin-top: 5px;
    }
    .trade-in-faq__top {
        padding: 10px 16px;
        font-size: 14px;
        line-height: 125%;
        min-height: 50px;
    }
    .trade-in-faq__hidden {
        margin-top: 1px;
        margin-bottom: 22px;
    }
    .trade-in-faq__text {
        padding: 20px 20px 34px;
    }
    .trade-in-faq__text p {
        font-size: 12px;
        line-height: 135%;
    }
}
@media (max-width: 1320px) {
    .trade-in .h2,
    .trade-in h2 {
        font-size: 36px;
    }
}
@media (max-width: 1190px) {
    .trade-in .h2,
    .trade-in h2 {
        font-size: 32px;
    }
}
@media (max-width: 760px) {
    .trade-in .h2,
    .trade-in h2 {
        font-size: 20px;
    }
    .trade-in .wrapper {
        padding: 0 20px;
    }
}
.quiz {
    background-color: #fff;
    border-radius: 32px;
    width: calc(100% - 30px);
    max-width: 1175px;
    padding: 110px 105px 65px;
    overflow: visible;
    margin: 50px 15px;
}
.quiz__closed {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 35px;
    right: 35px;
    cursor: pointer;
}
.form__password svg *,
.modal__closed svg *,
.quiz__back svg *,
.quiz__closed svg * {
    transition: all 0.3s;
}
.quiz__back:hover svg *,
.quiz__closed:hover svg * {
    stroke: #EA4C2F;
    transition: all 0.3s;
}
.quiz__top {
    display: flex;
    align-items: center;
    position: absolute;
    top: 40px;
    left: 36px;
    padding-left: 76px;
}
.quiz__back {
    display: inline-flex;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    top: -75px;
    left: -75px;
}
.quiz__line,
.quiz__line span {
    width: 190px;
    height: 8px;
    background-color: #f2f2f2;
    border-radius: 100px;
}
.quiz__line span {
    width: 33%;
    height: 100%;
    background-color: #82d900;
    transition: all 0.3s;
}
.quiz__body,
.quiz__line {
    position: relative;
}
.quiz__body.cabinet-form .cabinet-form__box {
    padding: 0;
    background: 0 0;
    border: 0;
    border-radius: 0;
    margin-bottom: 30px;
}
.quiz__body.cabinet-form .cabinet-form__box + .quiz__btn {
    margin-bottom: 30px;
}
.quiz__line span,
.quiz__step {
    position: absolute;
    top: 0;
    left: 0;
}
.quiz__step {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(25px);
    transition: all 0s;
}
.quiz__step.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: all 0.3s;
}
.quiz__row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.quiz__coll {
    width: 48%;
}
.quiz__subtitle {
    max-width: 403px;
}
.quiz-state-checbox input,
.quiz__subtitle_mobile {
    display: none;
}
.quiz__subtitle p + p {
    margin-top: 20px;
}
.quiz__box + .quiz__box {
    margin-top: 50px;
}
.quiz__caption {
    margin-bottom: 15px;
}
.quiz__bottom {
    margin-top: 50px;
    max-width: 350px;
}
.quiz__btn {
    width: 100%;
    max-width: 350px;
    height: 64px;
}
.quiz__items {
    display: inline-block;
    padding: 20px;
    background-color: #f1f7ff;
    border-radius: 24px;
    margin-top: 35px;
    margin-bottom: 50px;
}
.quiz__item {
    display: flex;
    font-size: 16px;
    line-height: 145%;
    color: #000;
}
.quiz__item-caption {
    opacity: 0.5;
    margin-right: 9px;
}
.quiz__item + .quiz__item {
    margin-top: 5px;
}
.quiz-state__row {
    display: flex;
    justify-content: space-between;
}
.quiz-state__coll {
    width: calc(25% - 15px);
}
.quiz-serial-number .cabinet-form__label {
    width: 100%;
    max-width: 350px;
    margin: 15px 0 40px;
}
.quiz-state-checbox__caption {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    color: #202732;
    padding: 20px;
    height: 70px;
    border: 1px solid #e5effe;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
}
.quiz-state-checbox__desc {
    font-size: 12px;
    line-height: 125%;
    color: #8e9297;
    margin-top: 16px;
}
.quiz-state-checbox
input[type="checkbox"]:checked
+ .quiz-state-checbox__caption,
.quiz-state-checbox input[type="radio"]:checked + .quiz-state-checbox__caption {
    border-color: #82d900;
    transition: all 0.3s;
}
@media (max-width: 1190px) {
    .quiz {
        border-radius: 24px;
        padding: 75px 25px 40px;
    }
    .quiz__top {
        padding-left: 35px;
    }
    .quiz__back {
        top: -40px;
        left: 0;
    }
    .quiz__row {
        margin-bottom: 35px;
    }
    .quiz__title {
        max-width: 400px;
    }
    .quiz__subtitle {
        max-width: 375px;
    }
    .quiz__caption {
        margin-bottom: 10px;
    }
    .quiz__bottom,
    .quiz__box + .quiz__box {
        margin-top: 35px;
    }
    .quiz-serial-number .cabinet-form__label {
        margin: 10px 0 35px;
    }
    .quiz-state-checbox__caption {
        font-size: 20px;
        height: 60px;
    }
}
@media (max-width: 1010px) {
    .quiz {
        border-radius: 18px;
        padding: 60px 20px 25px;
    }
    .quiz__top {
        top: 26px;
        left: 78px;
        padding-left: 0;
    }
    .quiz__closed {
        top: 20px;
        right: 24px;
    }
    .quiz__back {
        top: -38px;
    }
    .quiz__coll {
        width: 100%;
    }
    .quiz__coll_mobile,
    .quiz__subtitle br {
        display: none;
    }
    .quiz__title {
        margin-bottom: 23px;
    }
    .quiz__subtitle,
    .quiz__title {
        max-width: 100%;
    }
    .quiz__subtitle_mobile {
        display: block;
    }
    .quiz__info {
        max-width: 400px;
    }
    .quiz__items {
        border-radius: 18px;
        margin-top: 25px;
        margin-bottom: 30px;
    }
    .quiz .cabinet-form__caption {
        font-size: 12px;
        left: 12px;
    }
    .quiz-state__coll {
        width: calc(25% - 10px);
    }
    .quiz-state-checbox__caption {
        font-size: 18px;
        height: 54px;
    }
    .quiz-state-checbox__desc {
        font-size: 11px;
        margin-top: 10px;
    }
}
@media (max-width: 760px) {
    .quiz__row {
        margin-bottom: 23px;
    }
    .quiz__subtitle {
        font-size: 14px;
    }
    .quiz__caption {
        font-size: 16px;
        line-height: 135%;
    }
    .quiz__bottom,
    .quiz__box + .quiz__box,
    .quiz__items {
        margin-top: 23px;
    }
    .quiz__items {
        margin-bottom: 23px;
    }
    .quiz__item {
        font-size: 13px;
    }
    .quiz__btn {
        width: 100%;
        max-width: 100%;
        height: 40px;
    }
    .quiz__body.cabinet-form .cabinet-form__box,
    .quiz__body.cabinet-form .cabinet-form__box + .quiz__btn {
        margin-bottom: 20px;
    }
    .quiz .checbox {
        font-size: 11px;
        align-items: flex-start;
    }
    .quiz .cabinet-form__caption {
        font-size: 14px;
    }
    .quiz .cabinet-form__caption.active,
    .quiz__btn {
        font-size: 12px;
    }
    .quiz-state__row {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .quiz-state__coll {
        width: 100%;
    }
    .quiz-state__coll + .quiz-state__coll {
        margin-top: 10px;
    }
    .quiz-serial-number__caption {
        font-size: 14px;
    }
    .quiz-serial-number .cabinet-form__label {
        margin: 10px 0 23px;
    }
    .quiz-state-checbox {
        display: flex;
        justify-content: space-between;
    }
    .quiz-state-checbox__caption {
        width: 150px;
        font-size: 16px;
        height: 40px;
        padding: 5px;
        margin-right: 10px;
    }
    .quiz-state-checbox__desc {
        max-width: calc(100% - 160px);
        font-size: 12px;
        line-height: 110%;
        margin-top: 0;
    }
}
@media (max-width: 360px) {
    .quiz__top {
        left: 50px;
    }
}
.modal {
    padding: 30px 15px 25px;
    background-color: #303948;
    border-radius: 10px;
    margin: 50px 15px;
    width: calc(100% - 30px);
    max-width: 364px;
    overflow: visible;
    position: relative;
}
.modal__closed {
    position: absolute;
    width: 24px;
    height: 24px;
    top: -30px;
    right: 0;
    cursor: pointer;
}
.form__password.active svg path,
.modal__closed:hover svg * {
    stroke: #fff;
    transition: all 0.3s;
}
.modal__top {
    margin-bottom: 18px;
}
.modal__top-nav {
    display: flex;
    justify-content: center;
}
.modal__top-link {
    font-weight: 600;
    display: inline-flex;
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 3px solid transparent;
    transition: all 0.3s;
}
.modal__top-link.active {
    color: #EA4C2F;
    border-color: #EA4C2F;
}
.modal__top-link.active,
.modal__top-link:hover {
    color: #fff;
    transition: all 0.3s;
}
.modal__top-link + .modal__top-link {
    margin-left: 20px;
}
.modal__title {
    font-weight: 600;
    text-align: center;
    color: #202732;
}
.modal__subtitle {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    line-height: 145%;
    color: #202732;
}
.modal__subtitle a {
    color: #EA4C2F;
    text-decoration: underline;
}
.modal__body-content {
    color: #000000;
}

.modal__body-content p,
.modal__body-content ol li,
.modal__body-content ul li {
    font-size: 16px;
    line-height: 145%;
    margin-bottom: 10px;
}
.modal__body-content p {
    margin-bottom: 20px;
}
.modal__body-content ol,
.modal__body-content ul {
    margin-left: 20px;
    margin-bottom: 20px;
}
.modal__body-content ol li {
    list-style: auto;
}
.modal__body-content ul li {
    list-style: disc;
}
.modal_white {
    background-color: #fff;
}
.modal_white .modal__title {
    color: #202732;
}
.modal_white .modal__subtitle {
    color: #303948;
}
.modal_white .form__caption {
    color: #8e9297;
    background-color: #fff;
}
.modal_white .form__link {
    color: #61637f;
}
.modal_white .checbox {
    color: #202732;
}
.modal_white .checbox a {
    color: #adb2b9;
    text-decoration: none;
}
.modal_white .checbox__icon {
    border-color: #e5effe;
}
.modal_white .checbox input[type="checkbox"]:checked + .checbox__icon,
.modal_white .checbox input[type="radio"]:checked + .checbox__icon {
    background-color: #e5effe;
    transition: all 0.3s;
}
.product-modal__wrap {
    margin-top: -18px;
}
.product-modal__img {
    width: 238px;
    height: 181px;
    margin: 0 auto;
}
.card-modal__img img,
.card-modal__slide-img img,
.product-modal__img img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.product-modal__desc {
    font-size: 14px;
    line-height: 140%;
    color: #202732;
    height: 40px;
    overflow: hidden;
    margin-bottom: 16px;
}
.card-modal__bottom .form__link,
.product-modal__bottom .form__link {
    width: 100%;
    justify-content: center;
}
.card-modal {
    max-width: 500px;
    padding-left: 20px;
    padding-right: 20px;
}
.card-modal__wrap {
    display: flex;
    align-items: center;
    border: 1px solid #f2f2f2;
    margin-bottom: 10px;
}
.card-modal__img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 162px;
    height: 124px;
}
.card-modal__desc {
    width: calc(100% - 162px);
    font-size: 14px;
    line-height: 140%;
    color: #202732;
    padding-right: 24px;
}
.card-modal__bottom {
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
}
.card-modal__recommendations {
    margin-top: 35px;
}
.card-modal__recommendations-body {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-modal__slick {
    width: calc(100% - 56px);
    margin-right: -12px;
}
.card-modal__slide-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 12px);
    height: 91px;
    border: 1px solid #ededed;
    padding: 8px 15px;
    cursor: pointer;
    transition: all 0.3s;
}
.card-modal__slide-img:hover {
    border-color: #EA4C2F;
    transition: all 0.3s;
}
.card-modal .arrow:hover svg * {
    fill: none;
    stroke: #EA4C2F;
    transition: all 0.3s;
}
@media (max-width: 500px) {
    .card-modal {
        padding-left: 15px;
        padding-right: 15px;
    }
    .card-modal__img {
        width: 110px;
        height: 100px;
    }
    .card-modal__desc {
        width: calc(100% - 110px);
        padding-right: 12px;
    }
    .card-modal__recommendations {
        margin-top: 20px;
    }
    .card-modal__recommendations-body {
        margin-top: 15px;
    }
}
.form__label {
    width: 100%;
    display: block;
    position: relative;
}
.form__label + .form__label {
    margin-top: 4px;
}
.form__caption {
    position: absolute;
    font-size: 12px;
    color: #8e9297;
    line-height: 20px;
    top: calc(50% - 15px);
    left: 16px;
    padding: 5px;
    transition: all 0.3s;
}
.form__caption span {
    color: #EA4C2F;
}
.form__caption.active {
    font-size: 12px;
    top: -15px;
    z-index: 10;
    transition: all 0.3s;
}
.form__box + .form__box {
    margin-top: 25px;
}
.form__field {
    padding: 15px 24px 15px 16px;
    height: 47px;
    border: 1px solid #ededed;
    border-radius: 4px;
}
.form__btn {
    width: 100%;
    height: 48px;
    margin-top: 8px;
}
.form__btn + .form__link {
    margin-top: 15px;
}
.form__password {
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: 16px;
    cursor: pointer;
}
.form__password.active svg ellipse {
    fill: #fff;
    transition: all 0.3s;
}
.form__bottom {
    margin-top: 12px;
}
.form__bottom .form__link {
    width: 100%;
    justify-content: center;
}
.form__link {
    display: inline-flex;
    font-size: 12px;
    line-height: 145%;
    color: #EA4C2F;
    transition: all 0.3s;
}
.form__link span {
    text-decoration: underline;
}
.form__link_white {
    color: #fff;
}
.form__link_white span {
    text-decoration: none;
}
.form__social {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    border: 1px solid #212833;
    border-radius: 4px;
    padding: 12px 12px 12px 29px;
}
.form__social-caption {
    font-size: 12px;
    line-height: 135%;
    color: #fff;
}
.form__social-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.form__social-link {
    display: inline-flex;
    align-items: center;
    width: 24px;
    height: 24px;
    position: relative;
}
.form__social-link::before {
    content: "";
    position: absolute;
    top: 1px;
    right: -7px;
    width: 1px;
    height: calc(100% - 2px);
    background-color: #212833;
}
.form__social-link + .form__social-link {
    margin-left: 14px;
}
.form__social-link:last-child::before {
    display: none;
}
.form__social-link svg *,
.quantity-btn svg * {
    transition: all 0.3s;
}
.form__social-link:hover svg * {
    fill: #EA4C2F;
    transition: all 0.3s;
}
.form .checbox {
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 6px;
}
@media (max-width: 420px) {
    .form__social {
        padding: 12px;
    }
}
.quantity {
    width: 112px;
    height: 32px;
    display: flex;
    justify-content: space-between;
}
.quantity-btn,
.quantity-value input {
    background-color: transparent;
    border: 0;
}
.quantity-value input {
    font-family: "Montserrat", sans-serif;
    width: 48px;
    height: 100%;
    font-size: 14px;
    line-height: 135%;
    text-align: center;
    color: #202732;
}
.quantity-btn {
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: all 0.3s;
}
.quantity-btn:hover svg * {
    fill: #6e7687;
    transition: all 0.3s;
}
.quantity-btn.disabled {
    opacity: 0.5;
}
@media (max-width: 760px) {
    .quantity {
        width: 96px;
    }
    .quantity-value input {
        width: 32px;
        font-size: 12px;
    }
}
.menu .menu-small__item,
.menu .services-item__caption {
    display: none;
}
.menu.active .menu-small__item,
.menu.active .services-item__caption {
    display: block;
}

.textarea_order {
    height: 100px;
}

.cabinet-form__caption.textarea {
    top: calc(20% - 15px);
}

.cabinet-form__caption.textarea.active {
    font-size: 12px;
    top: -15px;
    z-index: 10;
    transition: all 0.3s;
}
.recommendations__body,
.youtube__body,
.hits .new_body_container,
.main-blog__body,
.hits_body_container {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: -15px;
    margin-left: -15px;
    overflow: hidden;
}
.new_category {
    flex-wrap: wrap;
    display: flex;
    gap: 12px;
}
div.fixed-nav {
    z-index: 90;
}
.new__swiper-pagination,
.hit-pagination,
.about__youtube-pagination {
    margin-top: 15px;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
}
.new__swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet,
.hit-pagination.swiper-pagination-bullets .swiper-pagination-bullet,
.about__youtube-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    width: 12px;
    cursor: pointer;
    height: 12px;
    border-radius: 100%;
    background-color: #bababa;
}
.new__swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active ,
.hit-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active,
.about__youtube-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1;
    background: #EA4C2F;
}
.share-widget {
    right: 0;
    left: auto;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    display: flex;
    justify-content: center;
    bottom: -36px;
}
.show_more_menu {
    color: #FFF;
}
@media (max-width: 1010px) {
    header._header-scroll {
        position: sticky;
        top: 0;
        left: 0;
        background-color: #202732;
    }
}
@media (max-width: 760px) {
    .article .hits.bg-white-gray {
        margin-left: -16px;
        margin-right: -16px;
    }
}

.article .breadcrumbs ul {
    margin: 0;
}
.card-img-top {
    margin-bottom: 20px;
}
.hits.pt-0 {
    padding-top: 0;
}
.search__field {
    padding: 11px 60px 11px 16px;
}
@media (max-width: 1010px) {
    .search__field {
        padding: 11px 60px 11px 52px;
    }
}
.complects-top .cs-tabs-item {
    max-width: 215px;
}
.article__text ol, .article__text ul ,
#sect-desk ol, #sect-desk ul {
    margin-top: 20px;
    padding-left: 20px;
    list-style-type: initial;
}
.article__text ol ,
#sect-desk ol {
    list-style-type: decimal;
}
.hits__slide .card__price,
.catalog-filter__row .card__price {
    text-decoration: none;
}
.swiper {
    overflow: hidden;
}
.video-box {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}
.fancybox-gallery .fancybox-slide [data-fancybox-prev] {
    left: 20px !important;
}
.fancybox-gallery .fancybox-slide [data-fancybox-next] {
    right: 20px !important;
}
@media (min-width: 992px) {
    .fancybox-gallery .fancybox-slide {
        padding-left: 115px;
        padding-right: 115px;
    }
    .fancybox-gallery .fancybox-navigation [data-fancybox-prev] {
        left: 115px !important;
    }
    .fancybox-gallery .fancybox-navigation [data-fancybox-next] {
        right: 115px !important;
    }
}

.fancybox-thumbs__list a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    transform: translate(-50%, -50%);
}


@media (min-width: 1400px) {
    .page-card__wrap-top {
        justify-content: flex-start;
        gap: 16px;
    }
    .page-card__right {
        margin-right: auto;
        margin-left: auto;
    }
}
.page-card__swiper-wrap  {
    position: relative;
    align-self: flex-start;

}
.page-card__swiper-wrap >.page-card__swiper-slide-has-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.page-card__swiper-wrap >.page-card__swiper-slide-has-video:not(.is-open) {
    visibility: hidden;
    opacity: 0
}

/*--new-*/
.cdi {

}

.cdi-container {
    max-width: 1408px;
    margin: 0 auto;
    padding: 0 16px;
}
.cdi-features .cdi-container {
    padding: 0;
}
.cdi-slider {
    padding-bottom: 35px;
}

.cdi-slider .swiper-pagination {
    position:static;
    margin-top: 40px;
}

.cdi-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
}

.bg-dark {
    background-color: #202732;
}

.bg-dark-half {
    position: relative;
    z-index: 1;
}

.bg-dark-half:before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(50% + 45px);
    left: 0;
    background-color: #202732;
    z-index: -1;
}

.bg-dark-half-b:before {
    bottom: 0;
}

.bg-dark-half-t:before {
    top: -1px;
}
.bg-gray-half-bottom {
    position: relative;
}
.bg-gray-half-bottom:after {
    position: absolute;
    content: '';
    bottom: -50%;
    height: 50%;
    width: 100%;
    left: 0;
    background: #EDEDED;
}
.cdi-banner {
    border-radius: 48px;
    overflow: hidden;
    background-color: #232a37;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}
@media (max-width: 767px) {
    .cdi-banner-img {
        display: block;
    }
    .cdi-banner:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 48px;
        background: #000;
        opacity: .4;
    }
    .cdi-container {
        position: relative;
        z-index: 1;
    }
}

.cdi-banner-insets {
    display: flex;
    align-items: center;
    height: 444px;
}

.cdi-banner-lside {
    width: 40%;
}
@media (max-width: 767px) {
    .cdi-banner-lside {
        width: 100%;
    }
}
.cdi-banner-rside {
    width: 60%;
}

.cdi-banner-text {
    color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 50px 0;
}

.cdi-banner-text .h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.cdi-features {
    padding: 30px 0 50px;
    max-width: 1100px;
    margin: 0 auto;
}

.cdi-features-content {
    display: flex;
    align-items: center;
}

.cdi-features-img picture img {
    margin: 0 auto;
}

.cdi-features h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.cdi-features-lside {
    width: 40%;
}
@media (max-width: 767px) {
    .cdi-features-lside {
        width: 100%;
    }
}
.cdi-features-rside {
    width: 100%;
    margin-left: 30px;
}

.cdi-features-lside {
    margin: 0 auto;
}
.cdi-features-img img {
    max-width: 100%;
}

.cdi-features-text {
    color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.cdi-features-text-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.text-green {
    color: #EA4C2F;
}

.cdi-features-title {
    margin-bottom: 40px;
}

.cdi-additional .swiper-container-horizontal>.swiper-pagination-bullets {
    position: static;
    margin-top: 40px;
    padding-top: 0;
}
.cdi-additional .swiper-wrapper {
    align-items: stretch;
}
.cdi-additional .swiper-slide {
    height: auto;
}
.cdi-additional-item {
    height: 100%;
    border-radius: 48px;
    overflow: hidden;
    background: #373C3F;
    color: #fff;
}
.cdi-additional-body {
    padding: 20px 30px 40px;
}
.cdi-additional h3 {
    margin-bottom: 30px;
}
.cdi-additional-title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}
.cdi-additional-text {
    font-size: 14px;
    line-height: 20px;
}
.cdi-additional-img {
    height: 100%;
    min-height: 220px;
    max-height: 220px;
    overflow: hidden;
}
.cdi-banner__more-btn {
    display: none;
}
@media (max-width: 1320px) {

}
@media (max-width: 1190px) {
    .cdi-additional {
        margin-bottom: 10px;
    }
    .cdi-additional-body {
        padding: 20px 20px 30px;
    }
    .cdi-additional-title {
        font-size: 16px;
        line-height: 24px;
    }
    .cdi-additional-img {
        max-height: 190px;
        min-height: 190px;
    }
}
@media (max-width: 760px) {
    .cdi-banner__more-btn-wrapper {
        position: relative;
    }
    .cdi-banner__more-btn-wrapper::after {
        content: '';
        position: absolute;
        bottom: 0;
        width: calc(100% + 32px);
        left: -16px;
        right: 0;
        height: 100px;
        background: linear-gradient(
                to bottom,
                rgba(35, 42, 55, 0) 0%,
                rgba(35, 42, 55, 0.8) 80%,
                #232a37 100%
        );
        pointer-events: none;
    }
    .cdi-banner__more-btn:before {
        background: #202732;
    }
    .cdi-banner__more-btn {
        display: flex;
        align-items: center;
        margin: 0 auto;
        padding: 2px;
        height: 30px;
        text-align: center;
    }
    .cdi-banner__more-btn .btn__content {
        color: #ffffff;
    }
    .cdi-banner {
        height: 700px;
        background-position: center bottom;
    }

    .cdi-banner-text {
        position: relative;
        overflow: hidden;
        transition: all 0.5s ease-in-out;
    }
    .cdi-banner-text.is-hidden {
        height: 300px;
    }

    .cdi-banner-text.is-show {
        height: 100%;
    }

    .cdi-banner-insets {
        align-items: start;
    }

    .cdi-banner-img {
        height: 271px;
    }

    .cdi-banner-lside, .cdi-banner-rside {
        width: 100%;
    }

    .cdi-banner {
        display: block;
    }

    .cdi-features-content {
        display: block;
    }

    .cdi-features-img {
        margin-bottom: 45px;
    }
    .cdi-features-rside {
        margin-left: 0;
    }
}

@media (min-width: 1024px) {
    .cdi-features h3 {
        margin-bottom: 0;
    }
    .cdi-features .cdi-container {
        padding: 0 16px;
    }
    .cdi-features-lside {
        margin: 0;
    }
    .cdi-features-rside {
        width: 60%;
        margin-left: 40px;
    }
}
.questions.questions {
    padding: 30px;
}

.review-item:last-of-type {
    border: 0;
}

/* Question */
.add-question {
    margin-bottom: 40px;
}
#question-editor {
    display: block;
    margin-bottom: 16px;
}
textarea {
    color: #000000;
    max-width: 500px;
    height: 100px;
    width: 100%;
    border: 1px solid #8E9297;
    padding: 14px;
}
textarea:focus {
    color: #000000;
}
.question-item {
    border-bottom: 1px solid #8E9297;
    margin-bottom: 25px;
}

.question-item-header {
    display: flex;
    gap: 10px;
}

.question-item .fio {
    font-size: 20px;
    font-weight: 600;
}

.question-item .question {
    padding: 12px 0 25px;
}

.answer-title, .answer {
    margin-left: 25px;
}

.answer {
    padding-bottom: 25px;
}

.answer-title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 12px;
}

/* Trade in New */
.trade-in-new .trade-in-faq {
    padding: 36px 0;
}
.trade-in-new .trade-in-faq__title {
    font-size: 32px;
    color: #000000;
}
.trade-in-new .trade-in-faq__container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 14px;
    gap: 10px 20px;
}
.trade-in-new .trade-in-faq__accordion {
    width: calc(50% - 10px);
    border-radius: 10px;
    background: #F8F8F8;
    border: 1px solid rgba(215, 215, 215, 0.29);
}
.trade-in-new .trade-in-faq__top {
    min-height: auto;
    padding: 16px 40px 16px 14px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}
.trade-in-new .trade-in-faq__caption  {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3.6em;
    transition: all .3s;
}
.trade-in-new .trade-in-faq__arrow {
    color: #7A7A7A;
}
.trade-in-new .trade-in-faq__accordion + .trade-in-faq__accordion {
    margin-top: 0;
}
.trade-in-new .trade-in-conditions__caption, .trade-in-new .trade-in-faq__text p {
    font-size: 16px;
    font-weight: 500;
}
.trade-in-new .trade-in-faq__text {
    padding: 0 0 0 14px;
    max-width: 100%;
    border-radius: 0;
    background: none;
    font-size: 16px;
    font-weight: 500;
    color: #7A7A7A;
}
.trade-in-new .trade-in-faq__accordion.active .trade-in-faq__top {
    color: #000000;
}
.trade-in-new .trade-in-faq__accordion.active .trade-in-faq__caption {
    display: block;
    -webkit-line-clamp: unset;
    max-height: initial;
}
.trade-in-new .trade-in-faq__text p {
    color: #7A7A7A;
}
.trade-in-new .trade-in-faq__text::before {
    display: none;
}
.trade-in-new .trade-in-faq__text a {
    color: #000000;
}
.trade-in-new .trade-in-faq__hidden {
    margin-bottom: 16px;
}
.trade-in-new .trade-in-benefits {
    padding: 64px 0;
}
.trade-in-new .trade-in-benefits__title {
    margin-bottom: 24px;
    max-width: 100%;
    text-align: left;
    font-size: 32px;
    color: #000000;
}
.trade-in-new .trade-in-benefits__row {
    margin: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 20px;
}
.trade-in-new .trade-in-benefits__coll {
    margin: 0;
    border: 0;
    padding: 20px 25px;
    width: 33.3333%;
    min-height: auto;
    border-radius: 24px;
    border: 1px solid #EA4C2F;
    background: #2B3547;
}

.trade-in-new .trade-in-benefits__caption {
    max-width: 345px;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
}
.trade-in-new .trade-in-benefits__icon {
    position: relative;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    margin-bottom: 8px;
}
.trade-in-new .trade-in-promo {
    padding: 0;
    color: #ffffff;
}
.trade-in-new .trade-in-promo::before {
    display: none;
}
.trade-in-new .trade-in-promo__content {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.trade-in-new .trade-in-promo__content .wrapper {
    width: 100%;
}
.trade-in-new .trade-in-promo__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-top: 0;
}
.trade-in-new .trade-in-promo__title {
    max-width: 424px;
    margin-bottom: 12px;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}
.trade-in-new .trade-in-promo__desc {
    max-width: 400px;
    margin-bottom: 28px;
    margin-top: 0;
    padding-left: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.trade-in-new .trade-in-promo__btn {}
.trade-in-new .trade-in-promo__img {
    top: 0;
    margin-left: auto;
    overflow: hidden;
    max-height: 450px;
}
.trade-in-calc__price {
    font-size: 32px;
    line-height: 48px;
    color: #ffffff;
}
.trade-in-calc__count {
    padding-left: 13px;
}
.trade-in-calc__count h6 {
    max-width: 200px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}
.trade-in-calc__wrapper {
    border-radius: 20px;
    padding: 30px;
    background: #202732;
    color: #ffffff;
}
.trade-in-calc__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 8px;
}

.trade-in-calc__under-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}
.trade-in-calc__form-wrapper {
    margin-top: 36px;
}
.trade-in-calc__form-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.trade-in-calc__left {
    width: 100%;
    max-width: 916px;
    margin-right: 24px;
}
.trade-in-calc__result {
    position: sticky;
    top: 0;
    max-width: 300px;
    flex: 0 0 auto;
}
.calc-tradein__group {
    display: flex;
    gap: 20px;
}
.calc-tradein__group .calc-tradein__select {
    width: 50%;
}
.calc-tradein__label {
    display: block;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 4px;
    color: #ffffff;
}
.calc-tradein__select {
    margin-bottom: 24px;
}
.choices__inner {
    background: none;
    padding: 15px 0 15px 32px;
    border: 2px solid #F6F6F6;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    color: #888888;
    min-height: 56px;
}
.choices__list--single {
    padding: 4px 64px 0 0;
}
.choices[data-type*=select-one]::after {
    border: 0;
    width: 12px;
    height: 22px;
    background: url(/local/templates/vapse/css/../images/ic-arrow.svg) no-repeat center;
    background-size: contain;
    right: 40px;
    top: 50%;
    margin-top: -10px;
    pointer-events: none;
    transform: rotate(90deg);
    transition: all .3s;
}
.choices[data-type*=select-one].is-open::after {
    margin-top: -10px;
    transform: rotate(-90deg);
}
.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
    padding: 8px 32px;
}
.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
    border-color: #F6F6F6;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, .1);
    border-radius: 4px;
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
    padding: 10px 0;
    font-size: 20px;
    border-bottom: 1px solid #F6F6F6;
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item:last-of-type {
    border-bottom: 0;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background-color: transparent;
    color: #A8FF36;
}
.is-focused .choices__inner, .is-open .choices__inner {
    border-color: #F6F6F6;
}
.trade-in-choose {
}
.trade-in-choose__row {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    margin: -6px;
}
.trade-in-choose__col {
    width: 50%;
    padding: 6px;
}
.trade-in-choose__body {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    padding: 12px 20px 0 12px;
    border: 1px solid #D7D7D7;
    border-radius: 4px;
}
.trade-in-choose__link {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.trade-in-choose__img {
    position: relative;
}
.trade-in-choose__label-sold {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background: #A8FF36;
    border-radius: 36px;
    padding: 18px 29px;
    font-size: 16px;
    color: #202732;
    transform: rotate(20deg);
}
.trade-in-choose__title {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
}
.trade-in-choose__desc {
    margin-bottom: 12px;
    font-size: 16px;
}
.price-sale {
    color: #000000;
}
.quiz-box {
    margin-bottom: 24px;
}

.quiz-box__title {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
}
.custom-radio-group {
    display: flex;
    gap: 8px;
}

.custom-radio {
    position: relative;
}

.custom-radio input {
    position: absolute;
    opacity: 0;
}

.radio-label {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 4px;
    background-color: #F9F9F9;
    color: #202732;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
}

.custom-radio input:checked + .radio-label {
    background-color: #A8FF36;
}

.custom-radio-big {
    position: relative;
}

.custom-radio-big input {
    position: absolute;
    opacity: 0;
}
.custom-radio-big__content {
    display: inline-block;
    padding: 12px 20px;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    background-color: #F9F9F9;
    color: #202732;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}
.custom-radio-big__title {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
    color: #262626;
}
.custom-radio-big__list {}
.custom-radio-big__list li {
    position: relative;
    margin-bottom: 4px;
    padding-left: 15px;
    font-size: 16px;
    color: #202732;
    font-weight: 500;
}
.custom-radio-big__list li:last-of-type {
    margin-bottom: 0;
}
.custom-radio-big__list li:before {
    position: absolute;
    content:'';
    left: 5px;
    top: 7px;
    width: 3px;
    height: 3px;
    background: currentColor;
    border-radius: 50%;
}
.custom-radio-big input:checked + .custom-radio-big__content {
    background-color: #A8FF36;
}
.w916 {
    max-width: 916px;
}
.wrapper--sm {
    max-width: 1270px;
}
.form__box .field{
    margin-bottom: 12px;
}
.trade-in-calc__result-mob {
    display: none;
}
@media (max-width: 1010px) {
    .custom-radio-big__title {
        font-size: 18px;
    }
    .calc-tradein__group {
        flex-direction: column;
        gap: 0;
    }
    .calc-tradein__group .calc-tradein__select {
        width: 100%;
    }
    .calc-tradein__label {
        font-size: 16px;
    }
    .choices__inner {
        font-size: 16px;
    }
    .quiz-box__title {
        font-size: 16px;
    }
    .custom-radio-group--inner {
        flex-direction: column;
    }
    .trade-in-calc__form-content {
        flex-direction: column;
    }
    .trade-in-calc__result {
        position: relative;
        margin: 0 auto 24px;
        text-align: center;
    }
    .trade-in-calc__result-mob {
        display: block;
        position: fixed;
        padding: 12px 20px;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #202732;
        transition: all .3s;
        transform: translateY(200%);
        visibility: hidden;
        z-index: 90;
    }
    .trade-in-calc__result-mob.visible {
        visibility: visible;
        transform: translateY(0);
    }
    .trade-in-calc__result-mob .trade-in-calc__count h6 {
        margin: 0;
        max-width: 100%;
    }
    .trade-in-calc__result-mob .trade-in-calc__count {
        padding-left: 0;
    }
    .trade-in-calc__count h6 {
        margin: 0 auto;
    }
    .trade-in-calc__price{
        font-size: 28px;
        line-height: 38px;
    }
    .trade-in-new .trade-in-promo__body {
        flex-direction: column;
    }
    .trade-in-new .trade-in-promo__content {
        position: relative;
        padding-left: 0;
        order: 1;
        margin-bottom: 50px;
    }
    .trade-in-new .trade-in-promo__img {
        display: none;
    }
    .trade-in-new .trade-in-promo__title {
        font-size: 28px;
        line-height: 38px;
    }
    .trade-in-new .trade-in-benefits__title {}
    .trade-in-new .trade-in-benefits__row {
        gap: 10px;
        flex-wrap: wrap;
    }
    .trade-in-new .trade-in-benefits__coll {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
    }
    .trade-in-new .trade-in-benefits__coll:last-of-type {
        margin-right: 0;
    }
    .trade-in-new .trade-in-benefits__icon {
        flex: 0 0 auto;
        width: 32px;
        height: 32px;
    }
    .trade-in-new .trade-in-benefits__caption {
        max-width: 100%;
        flex: 0 0 auto;
    }
    .trade-in-new .trade-in-benefits__coll:before {
        display: none;
    }
    .trade-in-new .trade-in-faq__hidden {
        margin-top: 0;
    }
    .trade-in-new .trade-in-faq__title,
    .trade-in-new .trade-in-benefits__title {
        font-size: 28px;
    }
    .trade-in-new .trade-in-faq__accordion.active .trade-in-faq__top {
        padding: 16px 40px 16px 14px;
    }
    .trade-in-new .trade-in-faq__text {
        margin-left: 0;
        margin-right: 0;
    }
    .trade-in-new .trade-in-faq__accordion {
        width: 100%;
    }
    .trade-in-new .trade-in-faq__caption {
        -webkit-line-clamp: none;
        max-height: 100%;
    }
}
@media (max-width: 760px) {
    .trade-in-calc__result-mob {
        bottom: 63px;
    }
    .trade-in-choose__row {
        margin: 0;
        flex-wrap: wrap;
    }
    .trade-in-choose__col {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
}
/* Trade in New End */
.search-box {
    margin-top: 28px;
    margin-bottom: 20px;
}
.search-box.search-box .search-box__wrapper.search-box__wrapper {
    margin-left: 0 !important;
}

.search-box .search-box__wrapper .search {
    height: 52px;
    max-width: 516px;
}
.search-box .search__field {
    border: 2px solid #F6F6F6;
    height: 52px;
    padding: 11px 16px 11px 50px;
}

.search-box.search-box .search-box__wrapper .search .search__field:not(:focus) {
    background-color: #ffffff !important;
}

.search-box .search__btn {
    width: 22px;
    height: 22px;
    top: calc(50% - 10px);
    left: 20px;
    right: auto;
}

.search-box .search {
    z-index: 1;
}
@media (max-width: 1010px) {
    .search-box .search__btn {
    }
    .search-box .search__field {
        border-radius: 4px;
    }
    .search-box .search {
        position: relative;
        width: 100%;
        height: 60px;
        opacity: 1;
        visibility: visible;
        background: #ffffff;
        border-radius: 4px;
    }
}

@media (max-width: 768px) {
    .search-box {
        margin: 20px 0;
    }

}



.b-404 {
    padding-bottom: 0;
    padding-top: 0;
}
.b-404__body {
    display: flex;
    flex-direction: column;
    color: #000000;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.b-404__container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.b-404__title {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
}
.b-404__text {
    max-width: 530px;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    margin-bottom: 28px;
}
.b-404__btn {
}
.b-404__btn:hover {
}
.b-404__img {
    max-width: 497px;
}
.b-404__content {
    text-align: left;
}
.b-404 .subscribe {
    background: #fff;
    padding: 80px 0;
}
.b-404 .subscribe__block {
    background: #F9F9F9;
}
.b-404 .subscribe__btn:hover span {
    color: #fff;
}
.b-404 .subscribe__title {
    color: #202732;
}
.b-404 .subscribe__btn {
    border: 1px solid #202732;
    background: 0 0;
}
.b-404 .subscribe__btn::after,
.b-404 .subscribe__btn::before,
.thanks .subscribe__btn::after,
.thanks .subscribe__btn::before {
    border-radius: 4px;
    background: 0 0;
    transition: background 0.3s ease-in-out;
}
.b-404 .subscribe__btn:hover,
.thanks .subscribe__btn:hover,
.warranty .subscribe__btn:hover {
    border: 1px solid #EA4C2F;
    color: #fff;
}

@media (max-width: 760px) {
    .b-404 {
        padding-top: 0;
    }
    .b-404__body {
        text-align: left;
        align-items: flex-start;
    }
    .b-404 .wrapper {
        width: 100%;
    }
    .b-404__number {
        font-size: 64px;
    }

    .b-404__img {
    }
    .b-404__title {
        margin-bottom: 4px;
        font-size: 28px;
    }
    .b-404__text {
        margin-bottom: 28px;
        font-size: 14px;
    }
}

.twpx_btn_wrapper .btn:after,
.twpx_btn_wrapper .btn:before {
    display: none;
}
.twpx_btn_wrapper .btn {
    height: 50px;
    max-width: 340px;
    background: #EA4C2F;
}
.twpx_btn_wrapper .btn:hover:after,
.twpx_btn_wrapper .btn:hover:before {
    display: none;
}
.twpx_btn_wrapper .btn:hover {
    background: #414141;
}

/* End */


/* Start:/local/templates/vapse/components/bitrix/catalog.smart.filter/bootstrap_v4/style.css?178423211817949*/
.smart-filter {
	margin-bottom: 20px;
	min-width: 220px;
	width: 100%;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

.smart-filter-section { position: relative; }

.smart-filter-title {
	margin-bottom: 10px;
	color: #000;
	font-size: 18px;
}

/*Sections*/

.smart-filter-parameters-box { position: relative; }

.smart-filter-parameters-box-title {

}

.smart-filter-parameters-box-title-text {
	color: var(--primary);
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-active .smart-filter-parameters-box-title-text { color: #333; }

/*region Angles*/
.smart-filter-angle {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 19px;
	vertical-align: middle;
}

.smart-filter-angles {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.smart-filter-angles:after,
.smart-filter-angles:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 1px;
	background-color: var(--primary);
	content: "";
	transition: all 250ms ease;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
}

.smart-filter-angles:before,
.smart-filter-angle-up .smart-filter-angles:after {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.smart-filter-angles:after { margin-left: 3px; }

.smart-filter-angles:after,
.smart-filter-angle-up .smart-filter-angles:before {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

/*endregion*/

/*region hint*/
.smart-filter-hint {
	position: relative;
	display: inline-block;
	margin-right: 6px;
}

.smart-filter-hint-icon {
	display: block;
	padding: 0 5px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: var(--primary);
	color: #fff;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
}

.smart-filter-hint-popup {
	position: absolute;
	top: calc(100% + 8px);
	left: -7px;
	z-index: 10;
	display: none;
	padding: 10px;
	min-width: 200px;
	max-width: 300px;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.14);
}

.smart-filter-hint:hover .smart-filter-hint-popup { display: block; }

.smart-filter-hint-popup-angle {
	position: absolute;
	top: -5px;
	left: 10px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	background-color: #fff;
	transform: rotate(45deg);
}

/*endregion*/

.smart-filter-block {
	display: none;
	box-sizing: content-box;
	transition: padding .3s ease;
}

.smart-filter-button-box .smart-filter-block,
.smart-filter-parameters-box.bx-active .smart-filter-block { display: block; }

.smart-filter-parameters-box.bx-active .smart-filter-block i.bx-ft-sub {
	display: block;
	padding-bottom: 5px;
	font-style: normal;
	font-size: 14px;
}

/*region NUMBERS_WITH_SLIDER*/
.smart-filter-input-group-number { }

/*endregion*/

/*region TRACK FOR TYPE NUMBER*/

.smart-filter-slider-track-container {
	overflow: hidden;
	padding: 25px 18px 25px;
}

.smart-filter-slider-track {
	position: relative;
	height: 7px;
	background: #e7e7e7;
}

.smart-filter-slider-ruler {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: #a2bfc7;
}

.smart-filter-slider-ruler.p1 { left: -1px; }

.smart-filter-slider-ruler.p2 { left: 25%; }

.smart-filter-slider-ruler.p3 { left: 50%; }

.smart-filter-slider-ruler.p4 { left: 75%; }

.smart-filter-slider-ruler.p5 { right: -1px; }

.smart-filter-slider-ruler span {
	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	margin-left: -50px;
	width: 100px;
	color: #000;
	text-align: center;
	font-size: 11px;
}

.smart-filter-slider-ruler.p2 span,
.smart-filter-slider-ruler.p3 span,
.smart-filter-slider-ruler.p4 span { color: #6b8086; }

.smart-filter-slider-range { z-index: 50; }

.smart-filter-slider-range,
.smart-filter-slider-price-bar,
.smart-filter-slider-price-bar-vd,
.smart-filter-slider-price-bar-vn,
.smart-filter-slider-price-bar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}

.smart-filter-slider-price-bar { z-index: 100; }

.smart-filter-slider-price-bar-vd {
	z-index: 60;
	background: #b1b1b1;
}

.smart-filter-slider-price-bar-vn {
	z-index: 70;
	background-color: var(--theme-color-light); }

.smart-filter-slider-price-bar-v {
	z-index: 80;
	background-color: var(--theme-color-primary);
}

.smart-filter-slider-handle {
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
	border: 7px solid var(--primary);
}

.smart-filter-slider-handle:hover {
	cursor: grab;
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
}

.smart-filter-slider-handle:active {
	cursor: grabbing;
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
}

.smart-filter-slider-handle.left {
	left: 0;
	margin-left: -14px;
	border-top: 7px solid transparent;
	border-left: 7px solid transparent;
}

.smart-filter-slider-handle.right {
	right: 0;
	margin-right: -14px;
	border-top: 7px solid transparent;
	border-right: 7px solid transparent;
}

/*endregion*/

/* region Select */
.smart-filter-input-group-dropdown {
	display: block;
	height: 31px;
	border: 1px solid #ccd5db;
	border-radius: 3px;
}

.smart-filter-input-group-dropdown.bx-active,
.smart-filter-input-group-dropdown:focus { border-color: var(--primary); }

.smart-filter-dropdown-block {
	position: relative;
	display: block;
	margin: 0;
	padding: 0 29px 0 10px;
	width: 100%;
	height: 29px;
	border: none;
	border-radius: 2px;
	background: #fff;
}

.smart-filter-dropdown-text {
	overflow: hidden;
	max-width: 100%;
	height: 29px;
	vertical-align: middle;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 29px;
	cursor: pointer;
}

.smart-filter-dropdown-text.fix { min-width: 120px; }

.smart-filter-dropdown-text label { cursor: pointer; }

.smart-filter-dropdown-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 29px;
	height: 29px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
	cursor: pointer;
}

.smart-filter-input-group-dropdown-flex {
	display: flex;
	align-items: center;
}

.smart-filter-input-group-dropdown-flex .smart-filter-checkbox-btn-image {
	margin-right: 5px;
}

/*
*	Select popup
*
*/

.smart-filter-dropdown-popup {
	padding: 0;
	min-width: 173px;
	background: #fff;
}

.smart-filter-dropdown-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.smart-filter-dropdown-popup ul li {
	display: block;
	vertical-align: middle;
}

.smart-filter-dropdown-popup ul li:first-child {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e5e5e5;
}

.smart-filter-dropdown-popup ul li label {
	display: flex;
	align-items: center;
	overflow: hidden;
	/*padding: 0 5px;*/
	width: 100%;
	color: #575757;
	white-space: nowrap;
	cursor: pointer;
}

.smart-filter-dropdown-popup ul li label.selected,
.smart-filter-dropdown-popup ul li label:hover {
	background: #f3f8fa;
	color: #000;
}

.smart-filter-dropdown-popup ul li label.disabled {
	background: transparent;
	color: #b8b8b8;
}

.smart-filter-dropdown-popup ul li .smart-filter-dropdown-text { padding-left: 5px;}

/*endregion */

/* region TAGS */

.smart-filter-tag {
	padding: 18px;
	border-top: 1px solid var(--theme-color-light);
	border-bottom: 1px solid var(--theme-color-light);
}

.smart-filter .bx-tag-link {
	color: var(--theme-color-light);
	text-decoration: none;
	text-shadow: none;
	font-size: 12px;
}

.smart-filter .bx-tag-link.bx-active,
.smart-filter .bx-tag-link:hover { color: #1d3d46; }

/*endregion*/

/*region CHECKBOXES_WITH_PICTURES*/
.smart-filter-input-group-checkbox-pictures { }

.smart-filter-input-group-checkbox-pictures .smart-filter-param-label {
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

/*endregion*/

/*region CHECKBOXES_WITH_PICTURES_AND_LABELS*/
.smart-filter-input-group-checkbox-pictures-text { }

.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-label {
	display: flex;
	align-items: center;
}

.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-text { padding-left: 5px; }

/*endregion*/

/*region LABEL */
.smart-filter-checkbox-btn,
.smart-filter-checkbox-text-btn {
	position: relative;
	display: inline-block;
	padding: 3px;
	width: 31px;
	height: 31px;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	color: #000;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	line-height: 23px;
	cursor: pointer;
	transition: border .3s ease, box-shadow .1s ease, color .3s ease;
}

.smart-filter-checkbox-btn:hover,
.smart-filter-checkbox-btn:active,
.smart-filter-checkbox-btn:focus,
.smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn,
.smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn,
.smart-filter-checkbox-text-label.bx-active .smart-filter-checkbox-btn { border-color: var(--primary); }
.smart-filter-checkbox-text,
.smart-filter-dropdown-text { font-size: 14px; }

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-text,
.smart-filter-dropdown-label.disabled .smart-filter-dropdown-text,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-text,
.smart-filter-input-group-checkbox-list.disabled .smart-filter-checkbox-text { color: #6c6c6c; }

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-btn,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-btn {
	position: relative;
	opacity: .7;
}

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-btn:before,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-btn:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	display: block;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
	content: ' ';
	opacity: .7;
}

.smart-filter-number-label,
.smart-filter-dropdown-label,
.smart-filter-checkbox-label,
.smart-filter-checkbox-text-label {
	min-height: 20px;
	font-weight: normal;
	cursor: pointer;
}

/**/

.smart-filter-checkbox-btn-image {
	display: block;
	width: 23px;
	height: 23px;
	border-radius: 2px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	vertical-align: middle;
	line-height: 24px;
	-webkit-background-size: cover;
}

.smart-filter-checkbox-btn-image.all {
	position: relative;
	border: none;
	box-shadow: none;
	display: inline-block;
}

.smart-filter-checkbox-btn-image.all:after,
.smart-filter-checkbox-btn-image.all:before {
	position: absolute;
	width: 60%;
	height: 60%;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
	content: " ";
}

.smart-filter-checkbox-btn-image.all:after {
	right: 0;
	bottom: 0;
}

.smart-filter-checkbox-btn-image.all:before {
	top: 0;
	left: 0;
}

/*endregion*/

/*region Checkbox / Radio */
.smart-filter-input-group-checkbox-list { }

.smart-filter-checklist {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*endregion*/

/* COLOR */
/* --- colors */
.smart-filter-param-btn.bx-color-sl { }

.smart-filter-param-label.disabled .smart-filter-param-btn.bx-color-sl {
	position: relative;
	background: transparent;
	box-shadow: none
}

.smart-filter-param-label.disabled .smart-filter-param-btn.bx-color-sl:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	display: block;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
	content: ' ';
	opacity: .7;
}

.smart-filter-param-label .smart-filter-param-btn:hover,
.smart-filter-param-label.bx-active .smart-filter-param-btn { border-color: var(--primary); }

/*
* BTN P/M
*
*/

.smart-filter-param-btn.bx-spm {
	padding: 0;
	min-width: 23px;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background-color: transparent;
	color: #767b7e;
	vertical-align: top;
	font-weight: normal;
	font-size: 17px;
	line-height: 23px;
}

.smart-filter-param-btn.bx-spm.bx-plus { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center; }

.smart-filter-param-btn.bx-spm.bx-minus { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center; }

.smart-filter-param-btn.bx-spm:active {
	outline: none !important;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}

.smart-filter span.bx-spm {
	display: inline-block;
	margin: 0 10px;
	height: 23px;
	color: #000;
	vertical-align: middle;
	font-size: 18px;
	line-height: 23px;
}

/*
*	icon
*
*/

.smart-filter-select-popup .smart-filter-select-text-icon,
.smart-filter-select-text-icon {
	position: relative;
	display: inline-block;
	margin-top: -4px;
	margin-right: 2px;
	width: 23px;
	height: 23px;
	border-radius: 2px;
	vertical-align: middle;
	line-height: 33px;
}

.smart-filter-select-popup .smart-filter-btn-color-icon,
.smart-filter-btn-color-icon {
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 2px;
	background-size: cover;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	vertical-align: middle;
	line-height: 24px;
	-webkit-background-size: cover;
}

.smart-filter-select-popup .smart-filter-btn-color-icon {
	top: 0 !important;
	margin: 2px 0;
	width: 20px;
	height: 20px;
}

.smart-filter-select-block .smart-filter-btn-color-icon { top: -1px !important; }

.smart-filter-param-label.disabled .smart-filter-btn-color-icon { opacity: .2; }

/*
* 	BIZ
*
*/

.smart-filter-parameter-biz {
	display: inline-block;
	margin-right: 10px;
	border-bottom: 1px dashed;
	color: #1485ce;
	text-decoration: none;
	font-size: 14px;
	line-height: 15px;
}

.smart-filter-parameter-biz:hover {
	border-bottom: 1px solid;
	text-decoration: none;
}

.smart-filter-parameter-biz.bx-active {
	position: relative;
	border-color: transparent;
	color: #000;
}

/*
*	BTN result and reset
*
*/

.btn-themes { color: #fff }

.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover { color: #fff }

/*
* 	Result Popup
*
*/

.smart-filter-popup-result {
	position: absolute;
	z-index: 915;
	display: none;
	margin-top: -9px;
	margin-left: 10px;
	padding: 0 10px;
	min-height: 37px;
	border: 1px solid #c6dce7;
	color: #3f3f3f;
	white-space: nowrap;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
}

.smart-filter-popup-result.left {
	border-width: 2px 10px 2px 2px;
	-webkit-border-image: url(/local/templates/vapse/components/bitrix/catalog.smart.filter/bootstrap_v4/images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(/local/templates/vapse/components/bitrix/catalog.smart.filter/bootstrap_v4/images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(/local/templates/vapse/components/bitrix/catalog.smart.filter/bootstrap_v4/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/local/templates/vapse/components/bitrix/catalog.smart.filter/bootstrap_v4/images/result_popup_left.png) 4 20 4 4 fill repeat;
}

.smart-filter-popup-result.right {
	border-width: 2px 2px 2px 10px;
	-webkit-border-image: url(/local/templates/vapse/components/bitrix/catalog.smart.filter/bootstrap_v4/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/local/templates/vapse/components/bitrix/catalog.smart.filter/bootstrap_v4/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/local/templates/vapse/components/bitrix/catalog.smart.filter/bootstrap_v4/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/local/templates/vapse/components/bitrix/catalog.smart.filter/bootstrap_v4/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.smart-filter-popup-result.right { left: 97%; }

.smart-filter-popup-result.left { right: 103%; }

.smart-filter-horizontal .smart-filter-popup-result {
	position: relative;
	right: auto;
	bottom: -7px;
	left: auto;
	display: inline-block;
}

.smart-filter-popup-result a {
	color: #0073a3;
	line-height: 10px;
}

.smart-filter-popup-result a:hover { text-decoration: none; }

.smart-filter-popup-result-close { display: none; }

@media (max-width: 767px) {
	.bx-touch .smart-filter-popup-result {
		position: fixed !important;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		z-index: 1001;
		margin-top: 0;
		margin-left: 0;
		padding: 10px;
		width: auto;
		height: auto;
		border: 1px solid #c6dae7;
		border-radius: 2px;
		background: rgba(255, 255, 255, .9);
		font-size: 12px;
		line-height: 14px;
	}

	.bx-touch .smart-filter-popup-result br { display: none; }

	.smart-filter-popup-result .arrow { display: none; }
}

/* End */


/* Start:/local/templates/vapse/css/media.css?1784232119331*/
@media (max-width: 1600px) and (min-width: 1010px) {
    .search {
        width: 612px;
    }
}


@media (max-width: 992px) {
    .pre_header_inner {
        display: none;
    }

    .header__first {
        width: 45%;
    }

    .header__last .header__phone .header__basket {
        display: flex;
    }
}

/* End */


/* Start:/local/templates/vapse/css/nouislider.css?17842321195716*/
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/* End */


/* Start:/local/templates/vapse/components/arturgolubev/search.title/new/style.css?17842321189192*/
div.title-search-result {
    display: none;
    z-index: 205;
}

table.title-search-result {
    border-collapse: collapse;
    border: none;
    width: 100%;
}

table.title-search-result th {
    background-color: #F7F7F7;
    color: #949494;
    font-weight: normal;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 14px;
    padding-right: 12px;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
    width: 1%;
}

table.title-search-result td {
    background-color: white;
    color: black;
    font-weight: normal;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: left;
    width: 100%;
}

table.title-search-result td.title-search-item {
    padding-left: 8px;
    padding-right: 15px;
}

table.title-search-result td.title-search-item a {
    padding-left: 4px;
    padding-right: 15px;
    text-decoration: none;
    color: black;
    vertical-align: top;
    display: block;
}

table.title-search-result td.title-search-item img {
    vertical-align: top;
}

table.title-search-result td.title-search-item b {
    color: #a9ff35;
    font-weight: normal;
}

table.title-search-result tr.title-search-selected td, table.title-search-result tr.title-search-selected a, table.title-search-result tr.title-search-selected td.title-search-more a {
    background-color: #202732;
}

table.title-search-result td.title-search-more {
    font-size: 11px;
    font-weight: normal;
    padding-right: 15px;
    padding-left: 24px;
    padding-top: 0px;
    display: none;
}

table.title-search-result td.title-search-more a {
    padding-left: 12px;
    padding-right: 15px;
    text-decoration: none;
    color: #999999;
}

table.title-search-result td.title-search-all {
    padding-left: 24px;
    padding-right: 15px;
}

table.title-search-result td.title-search-all a {
    padding-left: 4px;
    text-decoration: none;
    color: #808080;
}

table.title-search-result td.title-search-separator, table.title-search-result th.title-search-separator {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 4px;
}

table.title-search-result td.title-search-item img {
    display: none;
}

/*div.title-search-fader {
	display:none;
	background-image: url('/local/templates/vapse/components/arturgolubev/search.title/new/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}*/
.title-search-fader {
    display: none !important;
}

table.title-search-result th {
    display: none !important;
}

table.title-search-result td.title-search-item a {
    color: #fff;
}

table.title-search-result td {
    background-color: #1e242e;
    color: #ffffff;
    padding: 7px 16px;
}

table.title-search-result td.title-search-all {
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 760px) {
    div.title-search-result {
        z-index: 99999;
        top: 55px !important;
        width: calc(99% - 20px) !important;
        overflow: hidden;
        left: 10px !important;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    header .burger {
        margin-left: 0;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .header__first-flex {
        margin: 0 auto 0 15px;
    }
}

@media (min-width: 992px) {
    #title-search {
        margin-left: 15px;
        position: relative;
        z-index: 11;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    #title-search {
        width: 317px;
    }
}

#title-search .search {
    margin-left: 0;
    transition-property: margin-right, width;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}

@media (min-width: 992px) {
    #title-search .search .search__field {
        width: 100%;
    }

    #title-search .search .search__field:not(:focus) {
        background-color: #ffffff;
    }
}

#title-search #title-search-input:focus {
    background: #FFF;
    color: #8e9297;
}

#title-search #title-search-input:focus ~ .search__btn svg circle {
    stroke: #1e242e;
}

#title-search #title-search-input:focus ~ .search__btn svg path {
    fill: #1e242e;
}

#title-search .search__clear {
    width: 15px;
    height: 15px;
    top: calc(50% - 7.5px);
}

#title-search #title-search-input:focus ~ .search__clear svg path {
    stroke: #1e242e;
}

div.title-search-result {
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    display: none;
    margin-top: -3px;
    z-index: 1011;
}

@media (max-width: 767px) {
    div.title-search-result {
        position: fixed !important;
        top: 60px !important;
        background-color: #FFF;
        height: calc(100% - 60px);
        overflow-x: hidden;
        overflow-y: scroll;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    div.title-search-result {
        background-color: #FFF;
        position: fixed !important;
        top: 78px !important;
        height: calc(100% - 78px);
        overflow-x: hidden;
        overflow-y: scroll;
    }
}

@media (min-width: 992px) {
    div.title-search-result {
        min-width: 800px;
    }
}

@media (max-width: 991px) {
    div.title-search-result {
        width: 100% !important;
        left: 0 !important;
    }
}

div.title-search-result table.title-search-result tr:hover td {
    background-color: transparent;
    border: none;
}

div.title-search-result table.title-search-result tr:hover td a {
    color: #FFF;
}

div.title-search-result table.title-search-result td:hover,
div.title-search-result table.title-search-result tr:hover td,
div.title-search-result table.title-search-result td {
    background: #FFF;
    color: #202732;
    padding-left: 20px;
    padding-right: 20px;
}

div.title-search-result table.title-search-result td:hover a:hover,
div.title-search-result table.title-search-result td:hover a,
div.title-search-result table.title-search-result tr:hover td a:hover,
div.title-search-result table.title-search-result tr:hover td a,
div.title-search-result table.title-search-result td a:hover,
div.title-search-result table.title-search-result td a {
    background-color: transparent;
    color: inherit;
}

div.title-search-result .title-search-empty {
    padding: 20px;
    background: #FFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #202732;
}

@media (min-width: 992px) {
    div.title-search-result .title-search-empty .swiper {
        max-height: 339px;
        position: relative;
    }
}

div.title-search-result .title-search-empty .top-txt {
    color: #8e9297;
}

div.title-search-result .title-search-empty .cols {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px 0 0;
}

@media (min-width: 768px) {
    div.title-search-result .title-search-empty .cols {
        flex-flow: row nowrap;
    }
}

@media (min-width: 992px) {
    div.title-search-result .title-search-empty .cols {
        gap: 55px;
    }
}

@media (max-width: 767px) {
    div.title-search-result .title-search-empty .col.products {
        order: -1;
    }
}

@media (min-width: 992px) {
    div.title-search-result .title-search-empty .col {
        flex: 1 0 0;
    }
}

@media (max-width: 991px) {
    div.title-search-result .title-search-empty .col:nth-child(1), div.title-search-result .title-search-empty .col:nth-child(2) {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

div.title-search-result .title-search-empty .col:nth-child(2) {
    flex: 0 0 194px;
    max-width: 194px;
}

div.title-search-result .title-search-empty .col:nth-child(1) {
    flex: 0 0 100px;
    max-width: 100px;
}

div.title-search-result .title-search-empty .ttl {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #202732;
}

div.title-search-result .title-search-empty .list {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

div.title-search-result .title-search-empty .section {
    display: inline-block;
    border-radius: 30px;
    padding: 5px 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #202732;
    border: 1px solid #8e9297;
}

div.title-search-result .title-search-empty .tag {
    display: inline-block;
    border-radius: 30px;
    padding: 5px 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    background: #EA4C2F;
}

div.title-search-result .prod {
    display: flex;
    gap: 12px;
    color: inherit;
}

@media (min-width: 768px) {
    div.title-search-result .prod {
        max-width: 258px;
    }
}

div.title-search-result .prod .pict {
    flex: 0 0 42px;
    max-width: 42px;
}

div.title-search-result .prod .pict img {
    display: block;
    max-width: 100%;
    max-height: 56px;
    object-fit: contain;
}

div.title-search-result .prod .price {
    font-weight: bold;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/vapse/components/bitrix/sale.basket.basket.line/autorize/style.css?17842321184398*/
.bx-basket { }

.basket-line-block {
	position: relative;

	white-space: nowrap;
	font-size: 13px;
}

.basket-line-block-icon-cart,
.basket-line-block-icon-profile {
	position: relative;
	margin-right: 10px;
}



/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.vcenter {
		bottom: 10px;
		top: auto !important;
	}

	.bx-basket-item-list { display: none; }

	/*.bx-basket-fixed */
}

.bx-basket-fixed .basket-line-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .basket-line { line-height: 1.44em; }
/* End */


/* Start:/local/templates/vapse/components/bitrix/sale.basket.basket.line/top/style.css?17842321191532*/
@media (min-width: 992px) {
	.header__items {
		align-items: center;
	}
	.header__basket {
		min-width: 123px;
		max-width: 123px;
		height: 43px;
	}
	.header__basket  #header_basket_line {
		display: block;
		margin-top: -3px;
		visibility: hidden;
		opacity: 0;
		transition: opacity 0.3s, visibility 0.3s;
	}
	.header__basket .header_basket_popup {
		display: block;
	}
	.header__basket:hover  #header_basket_line {
		opacity: 1;
		visibility: visible;
	}


	.bx-basket {
		display: block;
		width: 100%;
	}
	.btn-cart {
		border: 1px solid #EA4C2F;
		border-radius: 4px;
		padding: 2px 10px 4px 2px;
		display: flex;
		align-items: center;
		font-weight: 400;
		font-size: 14px;
		line-height: 143%;
		color: #EA4C2F;

	}
	.btn-cart.is-active {
		background: #EA4C2F;;
		color: #ffffff;
		white-space: nowrap;
	}
	.btn-cart  .count {
		position: absolute;
		top: 0;
		right: 0;
		border-radius: 10px;
		height: 10px;
		padding: 0 4.5px;
		font-weight: 400;
		font-size: 8px;
		line-height:  10px;
		color: #EA4C2F;
		background: #ffffff;
	}
	.btn-cart  .icon {
		min-width: 34px;
		max-width: 34px;
		height: 34px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}

}
@media (max-width: 1399px) and (min-width: 992px) {
	.header__first {
		width: 50%;
		.burger {
			padding: 15px;
		}
		#title-search {
			flex: 1 0 0;
		}
		.search {
			width: 100%;
		}
	}
	.header__last {
		flex: 1 0 0;
	}
}
@media (max-width: 1600px) and (min-width: 1400px) {
	.header__first {
		width: 56%;
	}
}

/* End */


/* Start:/local/templates/vapse/components/bitrix/catalog.section.list/menu_new/style.css?17842321185587*/
@media (max-width: 1010px) {

    /* fix bitrix */


    .two_list.active {
        display: block;
    }

    .menu-mobile__list ul .active_menu::after {
        transform: rotate(90deg);
    }


    .menu-mobile__list ul ul.two_list.active .menu_two_link::after {
        transform: rotate(90deg);
    }

    .menu-mobile__list ul ul.three_list.active .three_link::after {
        transform: rotate(90deg);
    }

    .menu-mobile__list .two_list.active li a {
        transform: rotate(0deg);
    }

    .four_list {
        display: none;
    }

    .four_list.active {
        display: block;
        /* padding-left: 20px; */
    }

   .menu_mob_icon{
        position: absolute;
        width: 16px;
        height: 16px;
        top: calc(50% - 8px);
        right: 0;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 200;
    }

    .menu-mobile__list ul li a::after {
        display: none;
    }


    /* Назад */
    .menu-mobile__list .back_link,
    .menu-mobile__list .back_link_three,
    .menu-mobile__list .back_link_two {
        position: relative;
        display: none;
        padding: 16px 0 6px;
        width: 100%;
        font-size: 18px;
        font-weight: 500;
    }
    .menu-mobile__list ul li  .back_link.active,
    .menu-mobile__list ul li  .back_link_two.active,
    .menu-mobile__list ul li  .back_link_three.active {
        display: flex;
        color: #EA4C2F;
        padding-left: 30px;
        transition: color 0.2s ease-in;
    }


    .menu-mobile__list ul li .back_link_two {
        display: none;
    }

    .menu-mobile__list ul li a.menu-mobile__parent-link {
        display: none;
    }

    .menu-mobile__list .back_link.active + .menu-mobile__parent-link {
        display: flex;
    }

    .hidden_item_menu {
        display: none;
    }

    .menu_mob_icon_left {
        position: absolute;
        width: 16px;
        height: 16px;
        top: calc(50% - 4px);
        left: 0;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 200;
    }

    a.first_menu_link.hidden_item_menu {
        display: none;
    }

    a.menu_two_link.hidden_item_menu {
        display: none;
    }

    a.three_link.hidden_item_menu {
        display: none;
    }

    li.first_level.hidden  {
        display: none;
    }

    li.first_level.hidden.active_category {
        display: block;
    }

    /* 2 уровень */
    ul.two_list.active.first_two_active li {
        display: none;
    }

    ul.two_list.active.first_two_active li ul.three_list.active li {
        display: block;
    }

    /* 3 уровень */
    ul.three_list.active.active_three_link li {
        display: none !important;
    }

    ul.three_list.active.active_three_link li.active_three_category {
        display: block !important;
    }

    /* 4 уровень */
    ul.two_list.active.first_two_active li ul.three_list.active ul.four_list.active li {
        display: block !important;
    }

    ul.two_list.active.first_two_active li.active_two_links {
        display: block;
    }

    .menu_mob_icon_left img  {
        transform: rotate(180deg);
    }

    .menu-mobile {
        display: block;
        margin-top: top;
        margin-top: 0 !important;
    }


    ul.two_list.active li.active.active_two_link .three_list.active li.hidden_two_link {
        display: block;
    }




    ul.two_list.active li.active.active_two_link .three_list.active li.hidden_two_link.active .four_list.active li.hidden_two_link.active {
        display: block;
    }


    /* 3 уровень скрыть */
    ul.two_list.active li.active.active_two_link .three_list.active li.hidden_two_link.hidden_three_link {
        display: none;
    }

    ul.two_list.active li.active.active_two_link .three_list.active li.hidden_two_link.active.active_three_link.hidden_three_link {
        display: block;
    }

    ul.two_list.active li.active.active_two_link .three_list.active li.hidden_two_link.hidden_three_link.active {
        display: block;
    }


    ul.two_list.active li.hidden_two_link {
        display: none;
    }

    /* ul.two_list.active li.active.active_two_link .three_list.active .active_two_link ul.three_list.active  .active_three_link ul.four_list.active {
        display: block;
    } */

    ul.two_list.active  .active_two_link ul.three_list.active  li.hidden_two_link.active.active_three_link.hidden_three_link ul.four_list.active li{
        display: block;
    }

    ul.two_list.active  .active_two_link ul.three_list.active  li.hidden_two_link.active.active_three_link.hidden_three_link li.hidden_two_link.hidden_three_link {
        display: none;
    }


    .menu-mobile__list ul li .back_link_three {
        display: none;
    }
    .menu-mobile__list ul li .back_link_three.active {
        display: flex;
        color: #EA4C2F;
        padding-left: 40px;
        transition: color 0.2s ease-in;
    }
}

.four_menu_items {
    padding-left: 20px;
    padding-top: 10px;
}

@media (min-width: 992px) {
    .four_menu_items {
        display: none;
    }
}

.menu__box .menu__link {
    padding-top: 20px;
}

.menu__item-box a {
    color: #202732;
}

.menu__item-box a:hover {
    color: #EA4C2F;
    text-decoration: none;
}

.menu__item.no_icon .menu__item-box svg {
    display: none;
}

/* End */


/* Start:/local/templates/vapse/styles.css?178423211937773*/
.checbox__icon.errorr {
    border-color: red;
}

.page-card__size .checbox-item {
    width: calc(25% - 12px) !important;
    text-wrap: nowrap;
}
.dragscroll-box {
    cursor: grab;
    user-select: none;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.dragscroll-box::-webkit-scrollbar {
    display: none;
}
.dragscroll-active {
    cursor: grabbing;
    user-select: none;
}
.dragscroll-box.dragscroll-active {
    cursor: grabbing;
}
.card__desc {
    flex: 0 0 auto;
    display: block;
    margin-bottom: 0;
}
@media (min-width: 760px) {
    .card__desc {
        display: block;
    }
}
.card__img {
    box-sizing: border-box;
}

.card-modal__img img {
    padding: 20px 0;
    box-sizing: border-box;
}

.loader {
    text-align: center;
    width: 100%;
}

.loader img {
    display: inline;
}

.catalog-filter__item {
    display: block;
    margin-top: 35px;
}

.catalog-filter__item-block .catalog-filter__item-img {
    width: 80px;
    height: auto;
}

.header__basket-icon svg {
    position: relative;
}

.compare--js.active svg path {
    fill: #9860f7;
    transition: all 0.3s;
}

.compare--js svg path {
    transition: all 0.3s;
}

.favorites--js.active svg path {
    fill: #9860f7;
    transition: all 0.3s;
}

.favorites--js svg path {
    transition: all 0.3s;
}

.blog__tag a {
    color: #202732;
}
.blog__tag.active a {
    color: #FFFFFF;
}

.cabinet-form__label.error input.cabinet-form__field.field {
    border: 1px solid #d93838;
    transition: all 0.3s;
}

.cabinet-form__label input.cabinet-form__field.field {
    transition: all 0.3s;
}

.cabinet-form__label.error .cabinet-form__caption span {
    color: #d93838;
}

.cabinet-form__label.error input.cabinet-form__field.field {
    border: 1px solid #d93838;
    transition: all 0.3s;
}

.cabinet-form__label input.cabinet-form__field.field {
    transition: all 0.3s;
}

.field:focus {
    color: #696d73 !important;
}

.img-cover img, .svg-cover svg {
    -o-object-fit: cover;
    object-fit: cover;
}

.message-error {
    line-height: normal;
    color: #FF0000;
    font-size: 13px;
    min-height: 8px;
    margin-bottom: 0;
    padding: 10px 0;
    display: none;
}

.alert {
    margin-top: 25px;
}

.share {
    cursor: pointer;
}

.article p + p {
    margin-top: 10px;
}

.sorting-select-options__value {
    display: block;
}

.article h2 {
    font-size: 29px;
    line-height: normal !important;
    margin-bottom: 20px;
}

.article h3 {
    font-size: 24px;
    line-height: normal !important;
    color: #202732;
    margin-bottom: 20px;
}

.article p + h3 {
    margin-top: 20px;
}

.article p + h2 {
    margin-top: 20px;
}

.article ul + h2 {
    margin-top: 20px;
}

.article ul {
    padding-left: 0;
    list-style-type: none;
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.breadcrumbs {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.breadcrumbs::-webkit-scrollbar {
    display: none;
}
.accordion .accordion__top-info {
    display: block;
}

@media (max-width: 760px) {
    #backcall.cfg_align_right-bottom {
        bottom: 70px !important;
        z-index: 99;
    }
}

.contacts-requisites__value, .contacts-requisites__value a {
    text-decoration: none;
}

@media (max-width: 760px) {
    .accordion__top-wrap {
        width: calc(100% - 40px);
    }

    .accordion .accordion__top-info {
        text-align: left;
    }
}

#presale-modal .card-modal__wrap {
    background: #fff;
    border-radius: 3px;
    position: relative;
    z-index: 9999999;
}

#trade-in-modal .card-modal__wrap {
    background: #fff;
    border-radius: 3px;
    position: relative;
    z-index: 9999999;
}

@media (max-width: 760px) {
    .burger:hover::before {
        background: none;
    }
    .promo {
        margin-top: 30px;
    }
    .promo-big__image {
        height: calc(100% - 140px) !important;
    }
}

.contacts__map-img--pc {
    position: relative;
}

.contacts__map-img--pc svg {
    position: relative;
    z-index: 2;
}

.contacts__map-img--pc img {
    position: absolute;
    top: 0;
    z-index: 1;
}

.card-news__bottom {
    min-height: 180px;
}

@media (max-width: 760px) {
    .card-news__bottom {
        min-height: 150px;
    }
}

@media (min-width: 1280px) {
    .comparison {
        min-height: calc(100vh - 525px);
    }

    .catalog-filter {
        min-height: calc(100vh - 525px);
    }
}

.page-card-info__desc h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.page-card-info__desc h3 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 30px;
    color: #000;
}

.page-card-info__desc h4 {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 15px;
    margin-top: 20px;
    color: #000;
}

.card-news__caption {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-card-order__price {
    font-size: 30px;
}

.trade-in-promo {
    z-index: 99 !important;
}

@media (max-width: 760px) {
    .page-card-order__price {
        font-size: 18px;
    }

    .card-news__img.img-cover img {
        object-fit: cover !important;
    }

    .page-card-info__desc h2 {
        font-size: 22px;
    }

    .page-card-info__desc h3 {
        font-size: 18px;
    }

    .page-card-info__desc h4 {
        font-size: 16px;
    }

    .page-card-info__desc {
        text-align: justify;
    }

    .catalog-filter__bottom {
        width: 100%;
    }
}

.page-card__slick .slick-slide {
    overflow: hidden;
}

.youtube__bg.img-cover img {
    object-fit: cover !important;
}

.catalog__list ul li a {
    font-size: 15px;
}

.footer__social {
    margin-top: 40px;
}

.filter__caption {
    flex: 1;
}

.up-btn {
    position: fixed;
    bottom: 150px;
    right: 59px;
    z-index: 89;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    padding: 0;
    font-size: 30px;
    transform: rotate(-90deg);
}

@media (max-width: 600px) {
    .up-btn {
        right: 30px;
        bottom: 200px;
    }
}

@media (max-width: 413px) {
    .up-btn {
        width: 35px;
        bottom: 170px;
        height: 35px;
        right: 23px;
    }
}

.up-btn:hover svg path {
    stroke: white;
}

.page-card-info {
    word-wrap: break-word;
}

@media (max-width: 1542px) {
    .catalog__list ul li a {
        font-size: 13px;
    }
}

@media (max-width: 760px) {
    .catalog__list ul li a {
        font-size: 12px;
    }

    .catalog-filter__item-caption {
        font-size: 12px;
    }

    .card-news__top {
        height: 180px !important;
    }

    .main-catalog__coll:last-child {
        width: calc(50% - 10px);
        margin-right: 0;
    }
}

.header-btm {
}

@media (min-width: 992px) {
    .header-btm {
        padding-top: 20px;
        padding-bottom: 19px;
    }
}

.header-btm ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}
.header-btm li {
    flex: 0 0 auto;
}
.header-btm a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 7px 20px;
    text-align: center;
    color: #202732;
    border-radius: 40px;
    background: #F9F9F9;
    transition: all .3s;
}
.header-btm a:hover {
    color: #ffffff;
    background: #EA4C2F;
}
.header-btm a.top-mini__link--sale:hover {
    color: #000;
    background: #e4dd12;
}
.header-btm a.top-mini__link--sale {
    background: #fbf32d;
    font-weight: 600;
}

.header-btm a.top-mini__link--brand {
    background: #EA4C2F;
    color: #fff;
    font-weight: 600;
}
.header-btm a.top-mini__link--brand:hover {
    background: #414141;
}
.header-btm a.top-mini__link--design {
    background: #000;
    color: #fff;
    font-weight: 600;
}
.header-btm a.top-mini__link--design:hover {
    background: #EA4C2F;
}
@media (max-width: 1199px) {
    .header-btm {
        overflow: auto;
        margin-top: 20px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .header-btm::-webkit-scrollbar {
        display: none;
    }
}

.mobile_catalog_filter {
    display: flex;
    align-items: center;
}

.views {
    display: flex;
    gap: 10px;
    margin-left: 5px;
}

@media (min-width: 768px) {
    .views {
        margin-left: 52px;
    }
}

.views a {
    display: block;
    width: 20px;
    height: 20px;
}

.views a svg {
    display: block;
}

.views a[data-type="is-list"] {
    min-width: 24px;
    max-width: 24px;
}

.views svg {
    fill: #8e9297;
}

.views .is-active svg {
    fill: #202732;
}

@media (max-width: 374px) {
    .catalog-filter__sorting-caption,
    .catalog-filter__button {
        font-size: 10px;
    }
}

.catalog_filter_currents:empty,
.current_inner_filter:empty {
    display: none;
}

.card__prices {
    display: flex;
    flex-flow: row wrap;
    row-gap: 4px;
    column-gap: 6px;
    flex: 0 0 auto;
}

.card__price {
    flex: 0 0 100%;
    max-width: 100%;
}

.card__price-old {
    font-weight: 400;
    font-size: 12px;
    line-height: 167%;
    text-transform: capitalize;
    text-decoration: line-through;
    color: #8e9297;
}

.card__price-discount {
    font-size: 10px;
    line-height: 19px;
    border-radius: 30px;
    padding: 0 6px;
    color: #1e242e;
    background: #fbf32d;
}

.catalog-filter__row.is-list {
    display: flex;
    flex-direction: column;
    row-gap: 0;
}

.catalog-filter__row.is-list .catalog-filter__coll {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.catalog-filter__row.is-list .catalog-filter__coll {
    border-bottom: 1px solid #e5effe;
}

.catalog-filter__row.is-list .card {
    padding: 24px 20px;
    border: none;
    gap: 11px;
    display: flex;
    flex-direction: row;
    border-radius: 0;
}

@media (min-width: 768px) {
    .catalog-filter__row.is-list .card {
        gap: 32px;
    }
}

.catalog-filter__row.is-list .card .swiper-pagination {
}

.catalog-filter__row.is-list .card:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    position: relative;
    z-index: 1;
}

.catalog-filter__row.is-list .card__top {
    padding: 0;
    width: 200px;
    max-width: 200px;
}

.catalog-filter__row.is-list .card__top img {
    object-fit: contain;
}

.catalog-filter__row.is-list .card__img {
}

.catalog-filter__row.is-list .card__bottom {
    display: flex;
    flex-direction: row;
    flex: 1 0 0;
    align-items: flex-start;
    padding: 0;
    height: auto;
}
.is-list .card__bottom-center {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.catalog-filter__row.is-list .card__box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    order: 1;
}
.catalog-filter__row.is-list .card__brands {
    margin-top: 15px;
    order: 1;
}

@media (max-width: 767px) {
    .catalog-filter__row.is-list .card__box {
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
        margin-right: 4px;
    }
}

.catalog-filter__row.is-list .card__box a {
    max-width: 303px;
    height: auto;
    margin: 0;
}

@media (min-width: 576px) {
    .catalog-filter__row.is-list .card__box a {
        order: -1;
    }
}

@media (min-width: 768px) {
    .catalog-filter__row.is-list .card__box a {
        flex: 0 0 303px;
    }
}

.catalog-filter__row.is-list .card__info {
    margin: 0;
}

.catalog-filter__row.is-list .card__buttons {
    white-space: nowrap;
    margin: 0;
}
.card__box {
    position: relative;
}
@media (max-width: 767px) {
    .catalog-filter__row.is-list .card__buttons {
        flex: 0 0 60px;
        max-width: 60px;
        flex-flow: row wrap;
        row-gap: 12px;
    }

    .catalog-filter__row.is-list .card__buttons .card__btn {
        width: 100%;
        margin: 0;
    }
}

.catalog-filter__row.is-list .card__prices {
    white-space: nowrap;
}

@media (min-width: 992px) {
    .catalog-filter__row.is-list .card__prices {
        align-items: center;
        flex-flow: row nowrap;
    }
}

.catalog-filter__row.is-list .card__price {
    white-space: nowrap;
    order: 3;
}

@media (min-width: 768px) {
    .catalog-filter__row.is-list .card__price {
        flex: 0 0 auto;
        width: auto;
    }
}


.catalog-filter__row.is-list .card__bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 16px;
}

.is-list .card__bottom-center {
    margin-right: auto;
}
@media (max-width: 900px) {
    .catalog-filter__row.is-list .card__bottom {
        flex-direction: row;
        align-items: flex-start;
    }
    .catalog-filter__row.is-list .card__img {
        padding: 0;
        height: 150px;
    }
    .catalog-filter__row.is-list .card__top {
        margin-bottom: 20px;
    }
    .catalog-filter__row.is-list .card__top,
    .catalog-filter__row.is-list .card__bottom-center {
        flex: 1 1 auto;
    }

    .catalog-filter__row.is-list .card__buttons {
        flex: 1 1 100%;
        order: 3;
    }
}

@media (max-width: 480px) {
    .is-list .card .card__buttons {
        min-width: initial;
    }
}
@media (max-width: 767px) {

    .is-list .card__desc {
        height: auto;
    }
    .catalog-filter__row.is-list .card {
        flex-direction: column;
    }

    .catalog-filter__row.is-list .card__bottom {
        flex: 0 0 auto;
        flex-direction: column;
    }

    .catalog-filter__row.is-list .card__top,
    .catalog-filter__row.is-list .card__bottom-center,
    .catalog-filter__row.is-list .card__buttons {
        width: 100%;
        max-width: 100%;
        order: initial;
    }
}



.cookies-box {
    z-index: 100;
    background: #EEF0F4;
    font-weight: 400;
    font-size: 14px;
    line-height: 135%;
    color: #202732;
    position: fixed;
    padding: 20px 0;
    bottom: 0;
    left: 0;
    width: 100%;
    transition-property: visibility, opactiy;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}

.cookies-box:not(.is-show) {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

@media (min-width: 768px) {
    .cookies-box {
        background-color: transparent;
    }
}

.cookies-box .in {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

@media (min-width: 768px) {
    .cookies-box .in {
        background: #EEF0F4;
        position: relative;
        border-radius: 14px;
        padding: 12px 34px 12px 25px;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
    }
}

.cookies-box .close {
    padding: 0;
    outline: none;
    box-shadow: none;
    margin: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top: 16px;
    right: 16px;
}

@media (min-width: 768px) {
    .cookies-box .close {
        right: 12px;
        top: 12px;
    }
}

.cookies-box .btns {
    display: flex;
    gap: 10px;
}

@media (min-width: 768px) {
    .cookies-box .btns {
        margin-left: auto;
        gap: 12px;
    }
}

.cookies-box .btns .btn {
    flex: 1 0 0;
}

.cookies-box .btn--light {
    border: 1px solid #bababa;
    border-radius: 4px;
    background-color: #FFF;
}

.cookies-box .btn--light:before {
    background-color: #FFF;
}

.add-favorites-box {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    padding: 0;
    display: block;
    transition-property: visibility, opactiy;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}

.add-favorites-box:not(.is-show) {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.add-favorites-box .in {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 50px 18px 18px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #FFF;
}

@media (min-width: 768px) {
    .add-favorites-box .in {
        gap: 20px;
        justify-content: space-between;
        align-items: flex-start;
        flex-flow: row nowrap;
        padding: 30px 75px 30px 30px;
    }
}

.add-favorites-box .txt {
    color: #202732;
    margin-top: 5px;
}

.add-favorites-box__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.add-favorites-box .prod {
    display: flex;
    gap: 8px;
    align-items: center;
    color: inherit;
}

.add-favorites-box .prod .pict {
    flex: 0 0 50px;
    max-width: 50px;
}

.add-favorites-box .prod .pict img {
    max-width: 50px;
    max-height: 50px;
    object-fit: contain;
    display: block;
}

.add-favorites-box .prod .ttl {
    font-weight: 600;
    color: #202732;
}

.add-favorites-box .btn {
    white-space: nowrap;
}

.add-favorites-box .close {
    padding: 0;
    outline: none;
    box-shadow: none;
    margin: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top: 10px;
    right: 10px;
}

@media (min-width: 768px) {
    .add-favorites-box .close {
        top: 30px;
        right: 30px;
    }
}

.card .card__info {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0;
    flex-wrap: wrap;
}
.is-tile .card .card__info {
    justify-content: space-between;
}
.card .swiper {
    position: relative;
}

.card .swiper-slide {
    max-width: 100%;
}
@media (max-width: 575px) {
    .card .card__info {
        margin-top: 8px;
        align-items: flex-start;
        flex-direction: column;
    }

}

.card .swiper-pagination {
    position: relative;
    margin-top: 20px;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    gap: 8px;
}

.card .swiper-pagination-bullet {
    flex: 0 0 12px;
    height: 12px;
    max-width: 12px;
    margin: 0;
    width: auto;
    position: relative;
    display: flex;
    align-items: flex-end;
    transition-property: background-color;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    background-color: #bababa;
    border-radius: 100%;
}

.card .swiper-pagination-bullet-active {
    background-color: #EA4C2F;
}

@media (min-width: 992px) {
    .catalog-filter__body {
        position: relative;
    }
}

.filter .swiper {
    position: relative;
}

@media (min-width: 992px) {
    .filter {
        z-index: 50;
        top: 0;
        left: 0;
        width: 300px;
        padding: 15px 16px;
        transform: none;
        height: auto;
        overflow: auto;
        border-radius: 30px;
    }

    .filter .filter__closed {
        display: none;
    }

    .filter__top {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
    }

    .filter__top-icon {
        position: relative;
    }

    .filter__top-icon svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        visibility: hidden;
        opacity: 0;
        transition-property: visible, opacity;
        transition-duration: 0.3s;
        transition-timing-function: linear;
    }

    .filter__top-icon svg.visible {
        opacity: 1;
        visibility: visible;
    }

    .filter__wrap {
        padding-top: 8px;
        margin-top: 24px;
        border-top: 1px solid #dae2ec;
    }
    .filter.is-hidden  {
        position: absolute;
        left: 0;
    }
    .filter.is-hidden .filter__top-icon svg.visible {
        opacity: 0;
        visibility: hidden;
    }

    .filter.is-hidden .filter__top-icon svg.hidden {
        opacity: 1;
        visibility: visible;
        display: block !important;
    }

    .filter.is-hidden ~ .catalog-filter__wrap {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
    }

    .filter.is-hidden ~ .catalog-filter__wrap .catalog-filter__sorting {
        margin-left: 320px;
    }

    .filter.is-hidden ~ .catalog-filter__wrap .catalog-filter__row:not(.is-list) .catalog-filter__coll {
        flex: 0 0 calc(25% - 22.5px);
        max-width: calc(25% - 22.5px);
    }
}

@media (min-width: 992px) and (min-width: 1400px) {
    /*.filter.is-hidden ~ .catalog-filter__wrap .catalog-filter__row:not(.is-list) .catalog-filter__coll {*/
    /*    flex: 0 0 calc(20% - 24px);*/
    /*    max-width: calc(20% - 24px);*/
    /*}*/
}

.filter__top-box {
    cursor: pointer;
}

@media (max-width: 991px) {
    .filter__top .visible {
        display: none;
    }
}

@media (max-width: 991px) {
    .filter__wrap {
        display: block !important;
    }
}

.filter .filter-brands-search {
    margin-bottom: 17px;
    position: relative;
}

.filter .filter-brands-search svg {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.filter .filter-brands-search input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    border: 1px solid #BABABA;
    border-radius: 4px;
    background: #F9F9F9;
    outline: none;
    box-shadow: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    padding: 7px 10px 7px 34px;
}

.filter .filter-brands-search input::placeholder {
    opacity: 1;
    color: #8e9297;
}

@media (min-width: 992px) {
    .catalog-filter__wrap {
        flex: 0 0 calc(100% - 320px);
        max-width: calc(100% - 320px);
        /*margin-left: 320px;*/
    }
}

.youtube__swiper .swiper-pagination {
    display: flex;
    position: static;
    margin-top: 15px;
}

.swiper-pagination.bullet-default {
    display: flex;
    gap: 4px;
}

.swiper-pagination.bullet-default .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #bababa;
}

.swiper-pagination.bullet-default .swiper-pagination-bullet-active {
    background-color: #EA4C2F;
}

@media (min-width: 992px) {
    header .logo {
        flex: 0 0 117px;
        max-width: 117px;
    }
}

@media (max-width: 991px) {
    header .search__field.search__field {
        padding: 26px 60px 27px 52px;
        border-radius: 0;
        height: auto;
    }
}

@media (max-width: 767px) {
    header .search__field.search__field {
        padding: 20px 60px 20px 52px;
    }
}

@media (min-width: 992px) {
    .catalog-filter_fav .catalog-filter__wrap {
        margin: 0;
        flex: 1 0 0;
        max-width: 100%;
    }
}

.is-tooltip {
    position: relative;
}

.is-tooltip:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.is-tooltip .tooltip {
    z-index: 100;
    position: absolute;
    padding: 24px 25px;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #1e242e;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    background: #F9F9F9;
    border-radius: 14px;
    width: 400px;
    max-width: calc(100vw - 32px);
    visibility: hidden;
    opacity: 0;
    transition-property: visibility, opacity;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}

.is-tooltip .tooltip_right {
    right: 0;
}

.is-tooltip .tooltip_top {
    bottom: 100%;
}

.is-tooltip .tooltip_bottom {
    top: 100%;
}

.is-tooltip .tooltip__ttl {
    font-weight: 600;
    margin: 0 0 11px;
}

.page-card-order_item .is-tooltip .tooltip {
    right: -38px;
}

@media (max-width: 767px) {
    .page-card-order_item .is-tooltip .tooltip {
        right: -16px;
    }
}

.card__bonuses {
    position: relative;
    display: flex;
    gap: 4px;
    color: #EA4C2F;
    background: #EA4C2F1A;
    border-radius: 30px;
    padding: 2px 28px 2px 8px;
    margin-left: 8px;
    font-size: 13px;
    font-weight: 500;
    order: 1;
}
.card__bonuses:before {
    position: absolute;
    right: 8px;
    top: 2px;
    width: 16px;
    height: 16px;
    content: '';
    background: url('/local/templates/vapse/images/icon-bonuses.svg') no-repeat center;
    background-size: contain;
}
.page-card-order__result-item .card__bonuses {
    margin-right: 8px;
}
.card__info .page-card-order__bonus {
    display: flex;
    align-items: center;
    padding-right: 0;
}
.card__info .card__bonuses {
    margin-left: 0;
    margin-right: 4px;
}
.page-card-order__bonus--top {
    position: absolute;
    right: 0;
    top: 4px;
}

@media (max-width: 767px) {
    .card__info .page-card-order__bonus--top .page-card-order__bonus-help .filter_text {
        font-size: 12px;
        left: -110px;
        width: 128px;
    }
}

@media (max-width: 475px) {
    .hits__slide .card__price, .catalog-filter__coll .card__price, .card__price, .complects__item .total_price {
        font-size: 12px;
    }
    .page-card-order__bonus--top {
        right: -13px;
        top: 0;
    }
}
.page-card-order__bonus-help .filter_name {
    width: 100%;
    margin-left: 0;
}
.filter_name {
    margin-right: auto;
}
.card__bonuses .is-tooltip {
    top: 0;
    right: 0;
    position: absolute;
    width: 22px;
    height: 22px;
}

.card__bonuses .is-tooltip svg {
    width: 100%;
    height: 100%;
}
.card__bonuses-caption {
    display: none;
}
@media (max-width: 760px) {
    .card__bonuses {
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .page-card-order__discount .base_price {
        font-size: 18px;
        line-height: 144%;
    }
}

@media (max-width: 575px) {
    .card__bonuses {
        margin-left: 0;
    }
    .page-card-order__discount .base_price {
        font-size: 14px;
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .page-card-order_item {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.page-card-order-inner .title_flex {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-flow: row nowrap;
}

.checkbox-promocode {
    visibility: hidden;
    opacity: 0;
    position: absolute;
}

.promocode {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 145%;
    color: #1e242e;
    cursor: pointer;
    gap: 12px;
}

.promocode .box {
    border: 1px solid #8e9297;
    border-radius: 2px;
    width: 16px;
    height: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-property: border-color, background-color;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}

.promocode .box svg {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}

.checkbox-promocode:checked ~ .promocode .box {
    background: #EA4C2F;
    border-color: #EA4C2F;
}

.checkbox-promocode:checked ~ .promocode .box svg {
    opacity: 1;
}

.checkbox-promocode:checked ~ .form-promocode {
    max-height: 145px;
    margin-top: 25px;
}

.basket-coupon-block-field {
    height: auto;
}

.form-promocode {
    overflow: hidden;
    max-height: 0;
    margin-top: 0;
    transition-property: max-height, margin-top;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}

.form-promocode .result {
    margin-top: 25px;
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
    align-items: center;
}

.form-promocode .result .code {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #1b1c1b;
}

.form-promocode .result .txt {
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #8e9297;
    margin-right: auto;
}

.form-promocode .result .reset {
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #8e9297;
}

.form-promocode .result .reset:hover {
    text-decoration: none;
}

.basket-coupon-section .form {
    margin-bottom: 25px;
}

.cart-info-item_flex-column {
    flex-direction: column;
}

.btn_lg {
    height: 64px;
}

.btn_one-click {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 145%;
    color: #202732;
    margin-top: 6px;
    border: 1px solid #8e9297;
    border-radius: 100px;
    height: 64px;
}

.btn_one-click:after, .btn_one-click:before {
    display: none;
}

.btn_one-click:hover {
    background-color: #202732;
    color: white;
}

.need-help {
    border: 3px solid #EA4C2F;
    border-radius: 24px;
    display: flex;
    flex-flow: row wrap;
    padding: 23px 24px;
    margin-top: 30px;
    row-gap: 10px;
    column-gap: 10px;
}

.need-help .ttl {
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 143%;
    color: #202732;
}

@media (min-width: 992px) {
    .need-help .ttl {
        flex: 0 0 119px;
    }
}

@media (min-width: 992px) {
    .need-help {
        padding: 13px 20px;
    }
}

.need-help .links {
    display: flex;
    align-items: center;
}

@media (min-width: 992px) {
    .need-help .links {
        margin-left: auto;
    }
}

.need-help__box {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
}

.need-help .lnk {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #202732;
    gap: 10px;
}

.order_body .cart-info-wrap {
    width: 100%;
    overflow: hidden;
}
.basket-coupon-block-field {
    position: relative;
}
@media (min-width: 992px) {
    .order_body .cart-info-wrap {
        position: sticky;
        top: 0;
        left: 0;
    }
}

@media (min-width: 1481px) {
    .order_body .cart-info-wrap {
        width: 460px;
    }
}

.order_body .cart-info-wrap .cart-info {
    min-width: 100%;
    position: static;
}

.page-card__video {
    margin-top: 21px;
}

.page-card__video .img {
    position: relative;
    padding-top: 100%;
    border: 1px solid #EA4C2F;
    border-radius: 8px;
    overflow: hidden;
}

.page-card__video .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.page-card__video .img svg {
    position: absolute;
    left: 12px;
    bottom: 12px;
}

.page-card__swiper-slide-has-video {
    background-color: #FFF;
    z-index: 100;
}

.page-card__swiper-slide-has-video .btn-play {
    width: 45px;
    height: 45px;
    right: 10px;
    bottom: 0;
    position: absolute;
    z-index: 100;
}

.page-card__swiper-slide-has-video .btn-play svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s;
}

.page-card__swiper-slide-has-video .btn-play .play {
    opacity: 1;
}

.page-card__swiper-slide-has-video .btn-play.is-active {
    opacity: 0;
}

.page-card__swiper-slide-has-video .is-hover.btn-play {
    opacity: 1;
}

.page-card__swiper-slide-has-video .btn-play.is-active:hover {
    opacity: 1;
}

.page-card__swiper-slide-has-video .btn-play.is-active .play {
    opacity: 0;
}

.page-card__swiper-slide-has-video .btn-play.is-active .pause {
    opacity: 1;
}

@media (min-width: 992px) {
    .page-card__swiper-slide-has-video .btn-play {
        top: 50%;
        left: 50%;
        width: 72px;
        height: 72px;
        transform: translate(-50%, -50%);
    }
}

.pdf-link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    font-size: 14px;
    color: #8e9297;
    text-decoration: none;
    transition: all .2s;
}
.pdf-link:focus {
    color: #8e9297;
}
.pdf-link__text {
    text-decoration: underline;
}
.pdf-link:hover {
    color: #000000;
}
.pdf-link:hover .pdf-link__text {
    text-decoration: none;
}
.img-strap {
    display: block;
    width: 100%;
    max-width: 436px;
    margin: 0 auto;
}

.mini-category {
    overflow: hidden;
    background: #1e242e;
    margin: 40px 0;
}
.mini-category__title {
    margin-bottom: 16px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}
.mini-category__slider {
    overflow: visible;
}

.mini-category__list {
    width: auto;
    cursor: grab;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    user-select: none;
}
.mini-category__item {
    flex: 0 0 auto;
    width: 150px !important;
    text-align: center;
    scroll-snap-align: start;
}
.mini-category__item:hover .mini-category__item-img img {
    transform: translate(0, 0);
}
.mini-category__item-img {
    position: relative;
    margin-bottom: 8px;
    overflow: hidden;

}
.mini-category__item-img:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 150px;
    height: 75px;
    border-radius: 100px;
    content: '';
    background: linear-gradient(45deg, #2B3547 0%, #1E242E 100%);
}
.mini-category__item-img img {
    position: relative;
    z-index: 1;
    width: 90px;
    margin: 0 auto;
    transform: translate(0px, 15px);
    transition: all .2s;
}
.mini-category__item-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
    color: #1E242E;
}

.article-wrapper {
    overflow: hidden;
    margin: 40px 0 0;
    padding-bottom: 40px;
}
.article-wrapper__title {
    margin-bottom: 16px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}

.article-slider {
    overflow: visible;
}
.article-slider__item {
    width: 375px;
}
.collection-slider img {
    max-width: 300px;
}

.tg-modal.modal {
    max-width: 900px;
}
.tg-modal-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.tg-modal__col-img {
    width: 50%;
}
.tg-modal__col-img img {
    border-radius: 15px;
}
.tg-modal__col-content {
    width: 50%;
}
.tg-modal__col-arrow {
    margin-bottom: 20px;
}
.tg-modal__heading {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: normal;
    color: #ffffff;
}
.modal--tg-modal .modal__container {
    max-width: 900px;
}
.tg-modal__button {
    padding-right: 20px;
}

.btn--pulse-dark {
    animation: pulseDark 2s ease-in-out infinite alternate;
}
.btn--pulse-dark:hover {
    animation: none;
}

@keyframes pulseDark {
    0% {
        background-color: #EA4C2F;
        border-color: #EA4C2F;
        box-shadow: 0 4px 15px rgb(234, 76, 47, .4);
    }
    100% {
        background-color: #EA4C2F;
        border-color: #EA4C2F;
        box-shadow: 0 4px 25px rgba(234, 76, 47, 0.6);
    }
}
@media screen and (max-width: 600px) {
    .tg-modal-row {
        flex-direction: column;
    }
    .tg-modal__col-img {
        width: 100%;
    }
    .tg-modal__col-content {
        width: 100%;
    }
    .tg-modal__col-arrow {
        display: none;
    }
    .tg-modal__heading {
        font-size: 22px;
    }
    .tg-modal__button {
        margin: 0 auto;
        display: flex;
    }
}

.breadcrumb__dropdown-link {
    padding: 5px 10px;
}
.breadcrumb__dropdown {
    padding: 0;
}

.breadcrumb__dropdown::-webkit-scrollbar {
    width: 5px;
    background-color: #8e9297;
    border-radius: 5px;
}
.breadcrumb__dropdown::-webkit-scrollbar-thumb {
    background-color: #EA4C2F;
    border-radius: 5px;
}

.breadcrumb__dropdown-link--self {
    display: none;
}
.breadcrumb__dropdown-sep {
    display: none;
}
.card-modal-titleblock {}
.card-sticky-menu__item a:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: transparent;
}
.card-sticky-menu__item a {
    display: block;
    position: relative;
    padding: 0 15px 5px;
    color: #202732;
    font-weight: 500;
}
.card-sticky-menu__item a.is-active:before {
    background: #EA4C2F;
}
.card-sticky-menu__list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.card-sticky-menu__item {
    flex: 0 0 auto;
    color: #000;
}
.card-sticky-menu__item a.is-active {
    color: #EA4C2F;
}
.sticky-wrapper.sticky-wrapper.active {
    padding-bottom: 0;
}
/* End */


/* Start:/local/templates/vapse/template_styles.css?178423212068029*/
/* .menu__left {
    padding-top:150px;
} */

@media (max-width: 1430px) {
  .menu__container {
    padding: 52px 5px 20px 25px;
    width: calc(76% + 15px);
  }

  .menu__block .menu__coll {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
  }

  .menu__box {
    width: 33.33%;
  }

  .article__text p + h4,
  .menu__box + .menu__box {
    margin-top: 0;
  }

  .menu__box {
    width: 33.33%;
    margin-bottom: 40px;
  }
}

@media (max-width: 1010px) {
  .menu-mobile {
    display: block;
    margin-top: top;
    margin-top: 50px;
  }
}

.menu__block.active .menu__coll {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.menu__block.active .menu__coll .menu__box {
  width: 33.33%;
  margin-top: 0;
}

ul.parent_products {
  margin-top: 10px;
  margin-left: 20px;
}

.parents_three_title {
  font-weight: bold !important;
}
@media (max-width: 992px) {
  .menu-mobile .menu-mobile__list li .menu__coll {
    display: none;
  }

  .menu-mobile .menu-mobile__list .active .menu_coll {
    display: block;
  }

  .menu-mobile .menu-mobile__list li .menu__coll.active {
    display: block;
  }
  .menu-mobile .menu__coll {
    width: 100%;
  }

  .menu-mobile .menu__coll .menu__box {
    width: 100%;
    margin-bottom: 0;
  }

  .menu-mobile .menu__coll .menu__box {
    display: none;
  }

  .menu-mobile .menu__coll.active .menu__box {
    display: block;
  }

  a.mobile_parent.dn {
    display: none;
  }

  .menu-mobile__list ul li .back_mob_menu a {
    font-size: 14px;
  }

  .menu-mobile__list ul li .menu__list {
    display: none;
  }

  .dl-back.back_mob_menu a {
    display: none;
    align-items: center;
    height: 60px;
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
    color: #fff;
    position: relative;
    border-top: 1px solid #0d0f11;
    padding-left: 30px;
  }

  .two_list {
    display: none;
  }

  .three_list {
    display: none;
  }

  .two_list.active {
    display: block;
  }

  .three_list.active {
    display: block;
  }

  .dl-back.back_mob_menu.active a {
    display: flex;
  }

  .dl-back.back_mob_menu a::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    left: 0;
    background-image: url(/local/templates/vapse_2023/css/../img/icons/mobile-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .menu_mob_icon {
    width: 35%;
    height: 60px;
  }

  .menu_mob_icon img {
    right: 0;
    margin-left: auto;
  }
}

@media (min-width: 1120px) {
  .menu__block.active .menu__coll {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    overflow-y: scroll;
    max-height: 900px;
  }

  .menu__block.active .menu__coll::-webkit-scrollbar {
    width: 0;
  }
}

.checbox-item__caption.checked {
  border: 3px solid #EA4C2F;
  transition: all 0.3s;
}

@media (max-width: 992px) {
  .sticky-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .tab-nav {
    width: auto;
    white-space: nowrap;
  }

  .tab-nav .tab-link {
    color: #8e9297;
    margin-right: 30px;
    display: inline-block;
  }

  .sticky-wrapper::-webkit-scrollbar {
    width: 0;
  }

  .sticky-wrapper.active {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    margin-top: 0;
    padding: 20px 50px 10px;
    z-index: 10;
  }

  .page-card-order__top_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
  }
  .can_buy {
    display: flex;
    color: #8e9297;
    gap: 5px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .item_code {
    display: flex;
    color: #8e9297;
    gap: 0.5em;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
  }

  .page-card-order__buttons {
    top: auto;
  }

  #review-thx-modal .bg-white {
    padding: 0;
  }
}

.fancybox-gallery .fancybox-bg {
  opacity: 1 !important;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  background: #fff !important;
}

.fancybox-button svg path {
  fill: #EA4C2F !important;
  stroke-width: 0;
}

#one-click-modal {
  max-width: 674px;
}

@media (max-width: 992px) {
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 0 !important;
  }

  .fancybox-thumbs.fancybox-thumbs-y{
    display: none;
  }

  button.fancybox-button.fancybox-button--arrow_right {
    right: 20px !important;
  }

  #add-review-modal {
    padding: 0;
  }
  #add_review {
    margin: 0 10px;
  }
  .review-card {
    margin: 25px 0px;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    padding: 25px 50px;
  }

  .page-card-bottom_wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .found-cheaper-modal {
    padding: 20px;
    min-width: auto;
  }

  #add_question {
    margin-top: 12px;
    display: flex;
    gap: 10px;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
  }
  #add_question #reset-form {
    display: none;
  }
  #add_question #question-editor {
    width: 100%;
    display: block;
    border: 1px solid;
  }

  .tab-content section {
    padding: 25px 0;
    overflow: hidden;
  }
}

.text_success {
  text-align: center;
}

@media (min-width: 1120px) {
  .page-card__wrap.sticky {
    width: 66% !important;
    position: sticky;
    top: 0;
    left: 0;
    height: 650px;
    left: auto;
  }
}

button.fancybox-button.fancybox-button--close {
  right: 30px !important;
  padding: 7px;
  --size: 4rem;
  --marging-value: 2rem;
  color: #e21235;
  width: var(--size);
  height: var(--size);
  padding: 0.8rem;
  border-radius: 50%;
  box-shadow: 0 0.1rem 2rem #04061c1a;
  overflow: hidden;
  border-radius: 50%;
  display: block;
  top: 20px;
}

.sticky-wrapper.active .top-item-panel {
  display: flex !important;
}

.sticky-wrapper {
  display: none;
  z-index: 10;
}
.sticky-wrapper.active {
  top: 78px;
}

@media (max-width: 760px) {
  .page-card__wrap {
    position: static !important;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 992px) {
  .card-sticky-menu {
    margin-top: 20px;
  }
  .sticky-wrapper.sticky-wrapper.active {
    padding: 0;
  }
  .sticky-wrapper.active .top-item-panel {
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
  }
  .sticky-wrapper.active.mobile_sticky .top-item-panel,
  .sticky-wrapper.mobile_sticky .top-item-panel {
    display: none !important;
  }
  .sticky-wrapper.active {
    padding: 20px 10px 10px;
    z-index: 2000;
  }
  .tab-nav {
    width: auto;
    white-space: nowrap;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .sticky-wrapper .to-cart {
    margin-left: auto;
    margin-right: 20px;
  }

  .sticky-wrapper.active .top-item-panel {
    display: none !important;
  }

  .sticky-wrapper.active {
    margin-top: 65px;
  }
}

.comparison-item .comparison-accordion__arrow {
  display: none;
}

.comparison-accordion + .comparison-accordion {
  border-top: none;
}

@media (min-width: 1024px) {
  .cart-info {
    position: sticky;
    top: 0;
    left: 0;
  }
}

.comparison-accordion__coll {
  padding-top: 10.5px;
  padding-bottom: 12px;
  padding-right: 32px;
  border-top: 1px solid #e5effe;
  /* width: 600px; */
}

.comparison-accordion__info {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.comparison-item {
  width: 100%;
}

.comparison-accordion__title.h4_item1233 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20.3px;
  text-align: left;
  margin-top: 10px;
  color: #8e9297;
}

.fancybox-thumbs__list a::before {
  border: 2px solid #EA4C2F !important;
}

.found-modal {
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.found-cheaper-modal {
  max-width: 674px !important;
}

#card-modal {
  max-width: 674px;
}

#add-review-modal {
  max-width: 674px;
}

@media (max-width: 760px) {
  .page-card-order__click {
    display: flex !important;
    height: 50px;
    font-size: 12px;
    border: 1px solid #8e9297;
    border-radius: 4px;
  }
}

.out {
  position: fixed;
  width: 100%;
}

.comparison-buttons .page-card-order__btn {
  width: auto;
  min-width: 190px;
  margin-right: 50px;
  padding: 0;
}

.comparison__product.active {
  position: fixed;
  background: #fff;
  z-index: 200;
  top: 0;
  width: 100%;

}

@media (max-width: 992px) {
  .sticky-wrapper.active {
    z-index: 10;
  }
}

.fixed-nav {
  z-index: 10;
}
.fixed-nav__value_compare,
.fixed-nav__value_fav,
.header__item--favorites .header__item-value,
.header__item--comparison .header__item-value{
  display:none;
}
.fixed-nav__value_compare.active,
.fixed-nav__value_fav.active,
.header__item--favorites .header__item-value.active,
.header__item--comparison .header__item-value.active{
  display:inline-flex;
}


.page-card-order__buttons {
  top: -4px;
}

.recommendations__body .swiper-pagination-bullet {
  background: #bababa;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #EA4C2F;
}

#content-4 section {
  padding: 0;
  overflow: hidden;
}

#content-4 section {
  padding: 0;
  overflow: hidden;
}

#recommended_container .recommendations__swiper {
  margin: 0 -25px 0 -25px;
}


@media (max-width: 992px) {
  .section-button {
    flex: 0 0 auto;
    color: #8e9297;
    border: 1px solid #bababa;
    border-radius: 30px;
    padding: 6px 12px;
    line-height: 1.4em;
    font-size: 14px;
    cursor: pointer;
    height: 100%;
    min-width: auto;
  }
  .comparison-buttons .card--js {
    padding-right: 0;
    width: 80px !important;
    min-width: 150px;
  }
}

.comparison-buttons .card--js {
  padding-right: 0;
  width: 80px !important;
  min-width: 150px;
}

.cart-section .breadcrumbs {
  display: none;
}

/* .sticky-wrapper {
  transition: all .3s;
} */

.sticky-wrapper.desctop_sticky.active {
  z-index: 10000;
}

@media (max-width: 992px) {
  .sections-wrapper {
    display: flex;
    gap: 12px;
    margin: 10px 0;
    overflow-x: auto;
  }

  .mobile_sticky.active {
    display: block !important;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    margin-top: 0;
    z-index: 10;
    transition: 0.3s;
  }

  .mobile_sticky .tab-nav::-webkit-scrollbar {
    width: 0;
  }
  .desctop_sticky .tab-nav::-webkit-scrollbar {
    width: 0;
  }
}

.delivery-option-item .delivery-desc {
  top: -6px;
  position: relative;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.63px;
  text-align: left;
  margin-top: 5px;
}

.cabinet-form__wrap {
  display: flex;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.cabinet-form__label {
  width: 100%;
  display: block;
  position: relative;
  margin: 7.5px;
}

.cabinet-form__wrap-order .cabinet-form__label input.cabinet-form__field.field {
  transition: all 0.3s;
  background: #fff;
  max-width: 65%;
}
@media screen and (max-width: 680px) {
  .cabinet-form__wrap-order .cabinet-form__label input.cabinet-form__field.field {
    width: 100%;
    max-width: 100%;
  }

  .delivery_options.delivery_options {
    padding: 25px 0;
  }
  .basket-delivery__wrap.basket-delivery__wrap {
    margin-left: 0;
  }
}
.textarea_order {
  height: 100px;
  background: #fff;
  max-width: 65%;
}

.cabinet-form__label {
  width: 100%;
  display: flex;
  position: relative;
  margin: 7.5px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}

.order-text-right {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.63px;
  text-align: left;
  color: #8e9297;
  margin-left: 20px;
}

.basket-delivery-checbox__caption {
  font-weight: 500;
  font-size: 20px;
  line-height: 145%;
  margin-bottom: 4px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 17.07px;
  text-align: left;
}

.basket-delivery__wrap {
  padding-bottom: 24px;
  margin-top: 25px;
  margin-left: 25px;
}

.order__item_body {
  margin-left: 25px;
}

@media (max-width: 992px) {
  .order__left {
    width: 100%;
  }

  .order__item_body {
    margin-left: 0;
  }

  .order_body {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
  }

  .cabinet-form__label {
    width: 100%;
    display: flex;
    position: relative;
    margin: 7.5px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: stretch;
  }

  .cabinet-form__label input.cabinet-form__field.field {
    transition: all 0.3s;
    background: #fff;
    max-width: 100%;
  }
  .order-text-right {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
    text-align: left;
    color: #8e9297;
    margin-left: 0;
    margin-top: 10px;
  }

  .textarea_order {
    height: 100px;
    background: #fff;
    max-width: 100%;
  }

  .cart-info {
    width: 100%;
    background: #F9F9F9;
    padding: 25px;
    border-radius: 24px;
    height: fit-content;
  }
}

.card__tab.tab.tab--noactive {
  background-color: #d88a5d;
  color: #fff;
}

a.recommendations__link.link.link--purple {
  position: relative;
  z-index: 200000;
}

.delivery_options {
  padding: 25px 35px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.comparison__product.sticky {
  position: fixed;
  display: block;
  background: #fff;
  z-index: 2000;
  top: 0;
}

@media (min-width: 1024px) and (max-width: 1260px) {
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -30px;
    left: 0;
    width: 100%;
  }
}

#recommended_container {
  padding-top: 50px;
}

@media (min-width: 1024px) and (max-width: 1480px) {
  .cart__body .cart-left {
    width: 55%;
  }

  .cart__body .cart-right {
    width: 40%;
  }

  .cart__body .cart-info {
    width: 100%;
  }

  /* Оформление */

  .order_body .order__left {
    display: block;
  }

  .order_body .cart-right.cart-info {
    width: 30%;
  }

  .cabinet-form__label input.cabinet-form__field.field {
    transition: all 0.3s;
    background: #fff;
    max-width: 65%;
    max-width: 350px;
  }

  .textarea_order {
    height: 100px;
    background: #fff;
    max-width: 65%;
    max-width: 350px;
  }
}

@media (max-width: 992px) {
  .cart-left {
    width: 100%;
  }

  #recommended_container .recommendations__swiper {
    padding: 0;
    margin: 0;
  }

  .recommendations__body .sections-wrapper::-webkit-scrollbar {
    width: 0;
  }


  .comparison-buttons {
    display: flex;
  }
}

.comparison__product.sticky {
  transition: all 2s linear;
}

.comparison__product {
  z-index: 10;
  background: #fff;
}
.comparison__product-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.comparison-buttons .page-card-order__btn {
  width: auto;
  min-width: 190px;
  margin-right: 0;
  max-width: 190px;
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}

@media (max-width: 992px) {
  .comparison-buttons .page-card-order__btn {
    width: auto;
    min-width: 150px;
    margin-right: 0;
    max-width: 150px;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
  }
}

.comparison-buttons.comparison-buttons_js {
  display: flex;
}
@media (min-width: 761px) {
  .sticky-wrapper.mobile_sticky.active {
    display: block !important;
    box-shadow: 0 4px 10px 0 #0000000D;
  }
}

.comparison-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}


.hits_categories {
  display: flex;
  padding-bottom: 25px;
}

.hit_category {
  display: flex;
  margin-bottom: 25px;
  gap: 12px;
}
.hits_categories .hit_category a,
.hits_categories .new_category a {
  /*font-size: 14px;*/
  /*font-weight: 600;*/
  /*line-height: 20px;*/
  /*letter-spacing: 0em;*/
  /*text-align: left;*/
  /*color: #8e9297;*/
  /*margin-right: 50px;*/

  cursor: pointer;
  color: #414141;
  padding: 6px 20px;
  border-radius: 100px;
  border: 1px solid #E2E9EF;
}

.hits_categories .hit_category .active,
.hits_categories .hit_category a:hover,
.hits_categories .new_category .active,
.hits_categories .new_category a:hover {
  /*font-size: 14px;*/
  /*font-weight: 600;*/
  /*line-height: 20px;*/
  /*letter-spacing: 0em;*/
  /*text-align: left;*/
  /*color: #202732;*/
  background-color:#EA4C2F;
  border-color: #EA4C2F;
  color: #FFFFFF;
}

.main_brand_item_a {
  background: linear-gradient(40.4deg, #2b3547 0%, #1e242e 100%);
  margin: 65px 72px;
  border-radius: 15px;
}

.main_brand_item {
  display: block;
  position: relative;
  width: 100%;
  background: linear-gradient(40.4deg, #2b3547 0%, #1e242e 100%);
  border-radius: 15px;
  max-width: 263px;
  min-height: 154px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  max-height: 154px;
}

.hits_categories .new_category .active {
  /*font-size: 14px;*/
  /*font-weight: 600;*/
  /*line-height: 20px;*/
  /*letter-spacing: 0em;*/
  /*text-align: left;*/
  /*color: #202732;*/
}
.hits_categories .new_category a {
  /*font-size: 14px;*/
  /*font-weight: 600;*/
  /*line-height: 20px;*/
  /*letter-spacing: 0em;*/
  /*text-align: left;*/
  /*color: #8e9297;*/
  /*margin-right: 50px;*/
}

@media (max-width: 992px) {
  .page-card__size .checbox-item {
    width: auto !important;
    text-wrap: nowrap;
  }
}

.catalog_filter_currents {
  display: flex;
}

.current_inner_filter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
}

.catalog-filter__sorting,
.catalog-filter__sorting-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  position: relative;
}

a.change-sort {
  display: flex;
  color: #8e9297;
}

.catalog-filter__sorting-arrow {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}

.catalog-sort-other {
  box-shadow: 0 4px 30px rgba(30, 36, 46, 0.1);
  top: 40px;
  position: absolute;
  border-radius: 20px;
  width: 240px;
  padding: 20px;
  right: -20px;
  display: none;
}

.catalog-sort-other.active {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  z-index: 2000;
  background: #fff;
}

.catalog-filter__sorting-coll {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 145%;
  color: #8e9297;
  cursor: pointer;
  transition: all 0.3s;
}

.catalog-filter__sorting-arrow {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}

.catalog-filter__sorting-coll + .catalog-filter__sorting-coll {
  margin-left: 0;
}

.catalog-filter__sorting-arrow svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.3s;
}

.change-sort.active svg {
  transition: 0.3s;
  transform: rotate(180deg);
}

.page-card__size .checbox-item {
  width: auto !important;
  text-wrap: nowrap;
}

.form__caption.active {
  display: none;
}

#one-click-modal {
  max-width: 470px;
}

@media (max-width: 992px) {
  .catalog_filter_currents {
    display: flex;
    padding-bottom: 20px;
  }

  .catalog-filter__sorting {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
  }
  .catalog-filter__sorting {
    height: auto;
  }

  .sorting-select {
    display: none;
  }

  .complects__item {
    height: 380px;
    overflow: hidden;
    /* width: 260px; */
    width: 100%;
  }

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

  .complects .cs-set.active {
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }
}

/* .header__phone-icon-modal {
  display: none;
} */

.product_count {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #8e9297;

}

.bg-white {
  background: #fff;
  position: relative;
}
.grupper-item.grupper-item b {
  background-color: #ffffff;
  margin-bottom: 0;
  display: block;
  word-wrap: normal;
  /* max-width: 80%; */
  width: auto;
  text-align: right;
}

.grupper-item.grupper-item span {
  background-color: #ffffff;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  width: auto;
}

.grupper-item li {
  column-gap: 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #cadcf8;
  margin-bottom: 10px;
}
.configuration__list {
  margin-bottom: 15px;
}
.configuration-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0;
}
.configuration-col {
  padding: 0;
  width: 100%;
  margin-bottom: 10px;
}
.configuration-col:last-of-type {
  margin-bottom: 0;
}
.configuration-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  width: 100%;
  padding: 24px;
  gap: 10px;
  border-radius: 24px;
  background: #EDEDED;
  color: #000;
}

.configuration-item__img-wrapper {
  flex: 0 0 auto;
  width: 54px;
}
.configuration-item__img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.configuration-item__content {
  flex: 1;
}
.configuration-item__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.configuration-item__text {
  margin-top: 4px;
}

/*Характеристики новый дизайн */
.configuration__group {
  display: flex;
  justify-content: flex-end;
  padding: 16px 0;
}

.configuration__group:first-child {
  padding-top: 0;
}
.configuration__group-title {
  font-weight: 600;
  font-size: 20px;
  flex: 0 0 35%;
}
.configuration__options {
  flex: 0 0 65%;
}
.configuration__option-value {
  flex: 0 0 60%;
  color: #333;
  text-align: left;
}

@media (max-width: 768px) {
  .configuration__group-title {
  }
  .configuration__group {
    flex-direction: column;
  }
}

.questions {
  padding: 40px;
}
.section {
  margin-top: 20px;
}
.section-inside {
  padding: 20px 0;
}
.h3-sect {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
}
.indent-p-md {
  padding: 30px 0;
}
@media (min-width: 1024px) {
  .indent-p-md {
    padding: 50px 0;
  }
  .configuration-item {
    gap: 20px;
  }
}
@media (min-width: 1120px) {
  font-size: 24px;
  line-height: 30px;
}
.c-black {
  color: #202732;
}
.bg-gray {
  background: #F9F9F9;
}
.bg-gray-part {
  position: absolute;
  height: calc(50% - 22px);
  width: 100%;
  left: 0;
  bottom: 0;
  background: #EDEDED;
}
.cdi-additional-swiper {
  padding-bottom: 30px;
}
.swiper-pagination-bullets--inner .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
}

.swiper-pagination-bullets--inner span.swiper-pagination-bullet.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
}
.swiper-pagination-bullets--inner span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #9dca58;
}
.swiper-pagination-bullets--inner  {
  display: none !important;
}
.mt-15 {
  margin-top: 15px;
}
.mt-30 {
  margin-top: 15px;
}
.pt-30 {
  padding-top: 15px;
}
.configuration-col._hide {
  display: none;
}

@media (min-width: 1240px) {
  .section {
    margin-top: 30px;
  }
  .section-inside {
    padding: 30px 0;
  }
  .h3-sect {
    margin-bottom: 30px;
  }
  .swiper-pagination-bullets--inner  {
    display: flex !important;
    bottom: 0;
  }
  /*.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets--inner {*/
  /*  bottom: 0;*/
  /*}*/
  .more-btn--lg-hide {
    display: none;
  }
  .configuration__list {
    margin-bottom: 0;
  }
  .configuration-row {
    margin: -10px -15px;
    flex-direction: row;
  }
  .configuration-col {
    padding: 10px 15px;
    margin-bottom: 0;
    width: 33.333%;
  }
  .configuration-item__title {
    font-size: 18px;
    line-height: 26px;
  }
  .page-card__body {
    position: relative;
  }
  .page-card__wrap {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .page-card-order-wrapper {
    flex: 0 0 29%;
    max-width: 29%;
  }
  #slide-down--js  {
    position: sticky;
    top: 10px;
    right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .page-card__wrap {
    width: 65% !important;
  }

  .page-card-order-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 15px;
    width: 360px !important;
    margin-left: auto;
  }

  .can_buy {
    display: flex;
    color: #8e9297;
    gap: 0.5em;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -30px;
    left: 0;
    width: 100%;
    position: relative;
    padding-bottom: 50px;
  }
}

.complects__item {
  height: 100%;
  z-index: 20000;
  position: relative;
  overflow: hidden;
  display: block;
  max-height: 430px;
}

.cs-basket .total .discount_price {
  background-color: #EA4C2F;
  padding: 0 6px;
  font-size: 10px;
  color: #ffffff;
  border-radius: 30px;
  width: fit-content;
}

.complects .cs-set.active {
  display: flex;
  flex-wrap: wrap;
  height: auto;
}

@media (max-width: 992px) {
  .recommendations__body
  .swiper-container-horizontal
  > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -20px;
    left: 0;
    width: 100%;
  }


  .recommendations__body .section-button {
    cursor: pointer;
    color: #8e9297;
    padding: 6px 12px;
    border-radius: 30px;
    border: 1px solid #8e9297;
    width: 100%;
    min-width: 150px;
  }
}

@media (min-width: 1024px) and (max-width: 1300px) {
  .search {
    width: 412px;
  }
}

.header_phonebox_inner.active {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

@media (min-width: 1200px) and (max-width: 1360px) {
  .page-card-bottom_wrapper {
    display: flex;
    justify-content: space-between;
    /*width: 460px;*/
    width: 100%;
    max-width: 460px;
  }
}

.recommendations__body .swiper-pagination {
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  position: relative;
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
span.swiper-pagination-bullet {
  display: block;
}
.cs-set-slide-item-wrap {
  width: 270px;
  /* display: flex; */
}

.complects__item {
  height: 100%;
  z-index: 20000;
  position: relative;
  display: block;
  max-height: 370px;
}

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

.set-slider-container {
  width: 75%;
}

@media (min-width: 1360px) and (max-width: 1450px) {
  /* .page-card-bottom_wrapper {
    display: flex;
    justify-content: space-between;
    width: 460px;
  } */

  .page-card__wrap {
    width: 68%;
  }

  .page-card__wrap.sticky {
    width: auto;
    position: sticky;
    top: 0;
    left: 0;
    height: 650px;
  }
  .page-card-order-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 15px;
    width: 400px;
    margin-left: auto;
  }

  .swiper-pagination {
    padding-top: 40px;
    position: relative;
  }

  .cs-set-slide-item-wrap {
    min-width: 252px;
    width: 232px;
  }

  .complects__item {
    height: 100%;
    z-index: 20000;
    position: relative;
    display: block;
    max-height: 390px;
  }

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

  .set-slider-container {
    width: 75%;
  }
}

/* body {
  overflow-x: visible;
  overflow: visible;
} */

.fancybox-gallery .fancybox-button {
  display: block;
}

@media (min-width: 1200px) and (max-width: 1260px) {
  .cs-set-slide-item-wrap {
    min-width: 215px;
    width: 215px;
  }

  .complects__item .discount_price {
    background-color: #adff59;
    border-radius: 30px;
    padding: 4px 6px;
    font-size: 9px;
  }
  .complects__item .title {
    font-size: 12px;
    font-weight: 400;
    margin: 12px 0;
    line-height: 20px;
  }
}

div#slide-down--js {
  margin-bottom: 80px;
}

/* Планшет */
@media (min-width: 1191px) and (max-width: 1200px) {
  .page-card__wrap {
    width: 62%;
  }
  .page-card-order-wrapper {
    width: 380px;
  }

  #recommended_container .recommendations__swiper {
    margin: 0 -25px 0 -25px;
    padding: 0 25px 0;
  }
  .recommendations__body .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.field_text::placeholder {
  color: #ddd9d9;
}

@media (max-width: 1010px) {
  .set-slider-container.swiper-container {
    width: 100%;
  }
}
@media (min-width: 760px) and (max-width: 992px) {
  .catalog-filter__button {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 135%;
    color: #202732;
  }
  .recommendations__body
  .swiper-container-horizontal
  > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 20px;
    left: 0;
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1360px) {
  .recommendations__body
  .swiper-container-horizontal
  > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 20px;
  }
}

.page-card__color .checbox-item {
  width: 63px;
  margin: 6px;
}

.checbox-item__color-bg {
  width: 43px;
  height: auto;
  border-radius: 4px;
}

.page-card__color .checbox-item__caption {
  height: 63px;
}

.section-button2 {
  cursor: pointer;
  color: #8e9297;
  padding: 6px 12px;
  border-radius: 30px;
  border: 1px solid #8e9297;
}

.section-button2.active {
  background-color: #EA4C2F;
  border-color: #EA4C2F;
  color: black;
}

.preheader_menu a {
  font-size: 12px;
}
.preheader_menu {
  padding-top: 7px;
  padding-bottom: 7px;
}

#recommended_container .recommendations__swiper {
  margin: 0 -25px 0 -25px;
  padding: 0 25px;
}

@media (min-width: 1150px) and (max-width: 1360px) {
  .cs-set-slide-item-wrap {
    min-width: 220px;
    width: 220px;
    display: flex;
  }
  .complects__item .title {
    font-size: 11px;
    font-weight: 400;
    margin: 12px 0;
    line-height: 20px;
  }
}

.to-cart {
  margin-top: 5px;
}

.sticky-wrapper.active .top-item-panel {
  display: flex !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}

.burger {
  padding: 15px 40px;
  margin-left: 15px;
}

/* Шапка */
@media (max-width: 1010px) {
  .burger {
    padding: 10px;

  }
}
@media (min-width: 1680px) {
  .header__first {
    width: 60%;
  }
}

/*@media (min-width: 1560px) {*/
/*  .search,*/
/*  .search__field {*/
/*    position: relative;*/
/*    width: 600px;*/
/*    height: 42px;*/
/*  }*/
/*}*/

/* скролл */

.filter__container-wrap.filter__container-wrap-more {
  max-height: 150px;
  overflow-y: auto;
  width: 97%;
}

.filter__container-wrap.filter__container-wrap-more::-webkit-scrollbar {
  width: 5px;
  background-color: #8e9297;
  border-radius: 5px;
}
.swiper-container-vertical>.swiper-scrollbar {
  background-color: #8e9297;
}
.filter__container-wrap.filter__container-wrap-more::-webkit-scrollbar-track {
  background-color: #8e9297;
  border-radius: 5px;
}
.swiper-scrollbar-drag {
  background-color: #EA4C2F;
}
.filter__container-wrap.filter__container-wrap-more::-webkit-scrollbar-thumb {
  background-color: #EA4C2F;
  border-radius: 5px;
}

/* Деталка */
.js-prop-link .checbox-item__color-bg img {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 42px;
  max-height: 42px;
}

a.color-full-js {
  border: 1px solid #dae2ec;
  border-radius: 6px;
  margin-top: 5px;
  display: inline-block;
  color: #202732;
}

a.color-full-js span {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  padding: 3px;
  width: 63px;
  display: block;
}

.grupper-container.group_display {
  width: 100%;
}

.grupper-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
}
.grupper-col {
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 10px;
}
.grupper-col:last-of-type {
  margin-bottom: 0;
}
.grupper-item {
  display: block;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 24px;
  position: relative;
}
.grupper-col._hide {
  display: none;
}
.grupper-item li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #cadcf8;
}
@media (min-width: 1240px) {
  .grupper-row {
    flex-direction: row;
    margin: -10px -15px;
  }
  .grupper-col {
    width: 33.333%;
    padding: 10px 15px;
    margin-bottom: 0;
  }
}

.grupper-new {
  background: #ffffff;
}
.grupper-new .grupper-item {
  padding: 0;
}

.grupper-new .grupper-item li:before {
  width: 50%;
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  border-bottom: 1px dashed rgba(142, 146, 151, 0.4);
}

.grupper-new .grupper-item li {
  justify-content: flex-start;
  position: relative;
  border: 0;
}

.grupper-new .grupper-item.grupper-item .options__caption {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  padding-bottom: 3px;
}
.grupper-new .grupper-item.grupper-item .options__caption-wrap {
  background: transparent;
  width: 100%;
  max-width: 300px;
  position: relative;
  padding-right: 6px;
  font-weight: 500;
  color: #8E9297;
}
.grupper-new .grupper-item.grupper-item b {
  position: relative;
  background: #ffffff;
  font-weight: 500;
  text-align: left;
  width: 170px;
  padding-left: 6px;
  flex: 0 0 auto;
  color: #202732;
}
.grupper-new  .grupper-item strong {
  padding-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
}
@media (min-width: 1240px) {
  .grupper-new .grupper-row  {
    flex-direction: row;
    margin: -10px -15px;
  }
  .grupper-new .grupper-col {
    width: 50%;
    padding: 10px 15px;
  }
  .grupper-new .grupper-item.grupper-item b {
    width: 222px;
  }
}

.shopanswer .avatar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}

.shopanswer .avatar .username {
  font-weight: bold;
  font-size: 18px;
  margin-left: 20px;
}

.reply-block {
  margin-top: 25px;
  margin-bottom: 25px;
}

.shopanswer {
  margin-left: 20px;
}

.top-item-panel {
  padding: 6px 0 6px;
}

.sticky-wrapper.active {
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  margin-top: 0;
  padding: 0px 50px 5px;
  z-index: 99;
}

.page-card-order__click {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 145%;
  background: #ffffff;
  color: #202732;
  margin-top: 6px;
  border: 1px solid #C5E4E3;
  border-radius: 100px;
  height: 53px;
}

.page-card-order__click:hover {
  background-color: #202732;
  color: white;
}


.checbox_hidden {
  display: none;
}

/* .grupper-item {
  width: 23%;
} */

.catalog_filter_currents {
  display: flex;
  margin-right: auto;
}

@media (max-width: 992px) {
  .grupper-container .grupper-item {
    width: 100%;
  }
  .burger {
    padding: 10px;
  }

  .mobile_catalog_filter {
    display: flex;
  }

  .header_phonebox_inner {
    right: 0;
    left: auto;
  }

  .whatsapp_icons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
  }
}

@media (min-width: 1023px) and (max-width: 1050px) {
  .phone_item.whatsapp .header__phone-icon-modal {
    display: block;
  }
}

.header__phone_bg {
  /* background: #000; */
  position: absolute;
  width: 87%;
  height: 83px;
  z-index: 0;
}
@media (min-width: 1340px) {
  .header__phone-box:hover .header_phonebox_inner {
    display: block!important;
  }
}
.header_phonebox_inner.phonebox_desctop {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.header_phonebox_inner.phonebox_desctop:after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 30px;
}
a.checbox-item.js-prop-link.checbox_hidden.show {
  display: block;
}
.pb-30 {
  padding-bottom: 30px;
}
.title .icon {
  width: 30px;
}
.title .icon svg {
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1190px) {
  .page-card-order-wrapper {
    width: 100%;
    margin-left: auto;
  }
  div#slide-down--js {
    margin-bottom: 30px;
  }
}

.page-card__slick-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
}

label.checbox.checbox_dark.disabled {
  display: none;
}

@media (min-width: 992px) {
  .grupper-container.group_display {
    gap: 30px;
  }
  .header__phone-icon-modal {
    display: none;
  }
}

@media (max-width: 992px) {
  .recommendations__body .sections-wrapper {
    width: auto;
    white-space: nowrap;
  }
  .recommendations__body .section-button {
    min-width: auto;
    width: auto;
  }
}

.disabled {
  cursor: auto;
  /* background: #000; */

}

.checbox-item__caption {
  text-transform: inherit;
}

.filter__link:hover {
  color: #EA4C2F;
  transition: all 0.3s;
  cursor: pointer;
}

.page-card-order_item.found-cheaper-coursor {
  cursor: pointer;
}

.comparison-accordion__coll {
  width: 100%;
}

/* Форма в оформлении */
#entry-modal {
  padding: 30px 15px 25px;
  background-color: #F9F9F9;;
  border-radius: 10px;
  margin: 50px 15px;
  width: calc(100% - 30px);
  max-width: 364px;
  overflow: visible;
  position: relative;
}

#entry-modal .fancybox-close-small {
  display: none;
}


.hide {
  display: none !important;
}

.hide.active_product {
  display: block !important;
}

@media (min-width: 1024px) {
  .cart-info {
    position: sticky;
    top: 0;
    left: 0;
  }
}

.comparison-accordion__coll {
  border-top: none;
  border-bottom: 1px solid #e5effe;
}

.comparison-accordion__coll {
  padding-top: 10.5px;
  padding-bottom: 12px;
  padding-right: 32px;
  border-top: 1px solid transparent;
  width: auto;
}

.comparison-accordion__slide {
  min-width: 272px;
}

.comparison-accordion__value {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #000;
  text-align: center;
}
.comparison-accordion__value a {
  color: #EA4C2F;
}
.comparison-accordion__top {
  display: flex;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

.comparison-accordion.active .comparison-accordion__hidden {
  display: none;
}

#registration-modal {
  padding: 30px 15px 25px;
  background-color: #F9F9F9;;
  border-radius: 10px;
  margin: 50px 15px;
  width: calc(100% - 30px);
  max-width: 364px;
  overflow: visible;
  position: relative;
}

#registration-modal button.fancybox-button.fancybox-close-small {
  display: none;
}

.js-price-old.old-price {
  text-decoration: line-through;
}
.js-price-discount {
  font-size: 17px;
}

.js-price {
  font-size: 17px;
}

.comparison-accordion__coll {
  padding-top: 10.5px;
  padding-bottom: 12px;
  padding-right: 32px;
  border-top: 1px solid transparent;
  width: auto;
  /* max-width: 200px; */
  margin-left: 0;
}

.set-slider-container .swiper-pagination-bullet {
  background: #bababa;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.set-slider-container .swiper-pagination-bullet {
  background: #bababa;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.set-slider-container .swiper-pagination {
  position: sticky;
  margin-top: 10px;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: 0 !important;
}
.recommendations__swiper.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 0px;
}
.set-slider-container.swiper-container {
  padding-bottom: 20px;
}

.card__button.active svg line {
  stroke: #EA4C2F;
  fill: #EA4C2F;
}

.favorites--js.active svg path {
  fill: #EA4C2F;
  transition: all 0.3s;
}

.comparison-accordion__value {
  text-align: left;

}

@media (max-width: 760px) {
  .fixed-nav ~ .bx-context-toolbar-empty-area  div.open-cmm.cmm-tooltip-wrap {
    bottom: 130px!important;
  }
  div.open-cmm.cmm-tooltip-wrap {
    left: 15px;
    bottom: 70px !important;
  }
}
@media (max-width: 992px) {
  #content-5 .complects-top {
    display: flex;
    gap: 32px;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
  }
  .set-slider-container.swiper-container {

    position: relative;
    overflow: visible;
    list-style: none;
    padding: 0;
    z-index: 1;
  }

  .set-slider-container .swiper-pagination {
    width: 100%;
  }

  .cs-basket {
    margin-top: 40px;
  }

  .comparison-accordion__coll {
    max-width: 200px;
    margin-left: 0;
    display: block;
    position: relative;
    padding-right: 0;
  }

  .newcomparison-accordion__arrow {
    margin-right: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  .comparison-accordion__value {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #000;
    text-align: center;
    max-width: 65%;
    word-break: break-all;
  }
}

@media (max-width: 1010px) {
  .promo-small .swiper-pagination {
    bottom: 0;
  }
  .promo-small {
    padding-bottom: 30px;
    margin-bottom: -30px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    width: 100vw;
    max-width: 100vw;
  }
  .promo__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .youtube {
    padding-bottom: 20px;
    overflow: hidden;
  }
  .main-blog {
    overflow: hidden;
  }

  .hit_category {
    display: flex;
    margin-bottom: 25px;
    gap: 12px;
    width: 100%;
    flex-wrap: wrap;
  }
}

.noUi-connect {
  background: #EA4C2F !important;
}


.noUi-connects {
  border-radius: 20px!important;
}

.noUi-horizontal .noUi-handle {
  width: 25px!important;
  height: 25px!important;
  right: -17px;
  top: -10px;
  border: 1px solid #EA4C2F!important;
  border-radius: 50%!important;
}

.noUi-horizontal {
  height: 8px!important;
}

.noUi-handle:before, .noUi-handle:after {
  display: none;
}
.catalog-sort_select {
  white-space: nowrap;
}
.page-top__wrap > * {
  max-width: none;
}
.page-top__wrap {
  flex: 1 0 0;
}

.order__wrap a{
  color: #20273280;
}
.page-top__body .share-widget {
  position: absolute;
  top: 0;
  right: 0;
}
.page-top__body {
  position: relative;
}
.bx-title {
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.bx-authform {
  color: #FFF;
  padding-top: 32px;
}
.bx-authform-content-container,
.bx-authform-note-container,
.bx-authform-link-container,
.bx-authform-link-container a{
  color: #FFF;

}
.bx-authform .btn:hover {
  background: linear-gradient(45deg, #2b3547 0, #2b3547 0.01%, #3b414b 100%);
}
.bx-authform .btn {
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  color: #202732;
  padding: 16px 24px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-color: #EA4C2F;
  transition: background-color 0.3s;;
}
.bx-authform form {
  max-width: 500px;
  padding-top: 32px;
}
.bx-authform-formgroup-container .btn {

}
.bx-authform .bx-authform-formgroup-container input[type="password"],
.bx-authform .bx-authform-formgroup-container input[type="text"] {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  background-color: transparent;
  font-size: 14px;
  line-height: 145%;
  color: #8e9297;
  padding: 12px 26px 16px;
  border: 1px solid #fff;
  background: #fff;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  resize: none;
}
.bx-authform-label-container {
  color: #FFF;
}
.bx-authform .bx-authform-formgroup-container input[type="password"],:focus {
  border-color: #EA4C2F;
  color: #EA4C2F;
}
.bx-authform {
  padding: 0 15px;
  max-width: 1630px;
  margin: 0 auto;
}
#recommended_container {
  padding-top: 40px !important;
}
.hidden {
  display: none !important;
}
.tab-content {
  display: none;
  padding-bottom: 0!important;
}
.ajax-content-box._hide {
  padding: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
}
.tab-content:empty {
  display: none;
}
.tab-content #recommended_container {
  margin-top: 0!important;
}
.tab-content {
  padding-top: 20px!important;
}
.tab-content--gray.active,
.tab-content--gray {
  background: #EDEDED;
}
.no-reviews-message {
  padding-bottom: 0;
}
#content-7 {
  overflow: hidden;
}
.page-card .share-widget {
  border-color: #FFF;

}

.article-top__box {
  position: relative;
}
.article .share-widget ul li {
  margin: 0;
}
.article-autor {
  background-color: #FFF;
  z-index: 50;
}
.article .share-widget ul {
  display: flex;
  margin: 0;
  gap: 4px;
}
.article__contacts  .share-wrap {
  position: relative;
}
.article .share-widget {
  position: absolute;
  right: -10px;
  padding: 10px;
  background-color: #FFF;
  margin: 0;

  bottom: 100%;
}

.hits__swiper_news.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: auto;
}
.complects__item {
}
.complects__item .title {
  height: auto;
}
.filter_text b {
  font-weight: 400;
  text-align: left;
}
.descript__title,
.questions__title,
.complects__title,
.reviews__title,
.recommendations__title {
  margin: 0 0 25px;
  font-weight: 600;
  line-height: 120%;
  font-size: 24px
}

.descript__title {
  font-size: 20px;
  margin-top: 40px;
}
.complects__title {
  margin-bottom: 0;
}
.complects-top .cs-tabs-item:hover {
  border-color: #EA4C2F;
  background-color: #EA4C2F;
}
.complects-top .cs-tabs-item:hover a {
  color: black;
}

.page-card__swiper-img {
  padding-bottom: 15px;
}
.page-card__swiper-img,
.page-card__slick-slide {
  position: relative;
}
.page-card__swiper-img .js-video img,
.page-card__swiper-img .js-video {
  cursor: pointer;
}

.page-card__slick-slide .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  transform: translate(-50%, -50%);
}
.new-reviews {

}

/* === Overlay === */
#preloader {
  position: fixed;
  inset: 0;
  display: none;              /* по умолчанию скрыт */
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: rgba(0,0,0,.7);
  z-index: 9999;
  -webkit-font-smoothing: antialiased;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

#preloader.is-active {        /* включаем показ через добавление класса */
  display: flex;
}

/* Блокируем прокрутку страницы, когда открыт прелоадер */
body.preloader-open {
  overflow: hidden;
}

/* === Spinner (CSS only) === */
.loader {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  /* Полупрозрачное кольцо + цветной верх для эффекта вращения */
  border: 4px solid rgba(234,76,47,.2);
  border-top-color: #EA4C2F;     /* фирменный цвет */
  animation: preloader-spin .8s linear infinite;
}

@keyframes preloader-spin {
  to { transform: rotate(360deg); }
}

/* Подпись (опционально) */
.loader-text {
  color: #fff;
  font-size: 14px;
  letter-spacing: .2px;
  user-select: none;
}

/* Убираем стандартные битриксовые "ожидалки" визуально */
.bx-core-waitwindow,
.bx-core-waitwindow-overlay,
.ui-ajax-loader,
.ui-loader {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .loader { animation: none; }
}

.swiper-has-buttons {

}
.swiper-btn-circle {
  position: absolute;
  top: 50%;
  z-index: 50;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #FFF;
  display: flex;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  cursor: pointer;
  left: 0;
  padding: 0;
  transition: background-color;
  &.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }

  &:hover {
    background: #EA4C2F;;
  }
  &.next {
    right: 0;
    left: auto;
  }
  svg {
    width: 7px;
    height: 10px;
    transition: fill 0.3s;
    fill: #8e9297;

  }
}
.hits__body .swiper-btn-circle {
  display: none;
}
@media (min-width: 767px) {
  .hits__body .swiper-btn-circle {
    display: flex;
  }
  .hits__body {


    padding-left: 36px;
    padding-right: 36px;
    position: relative;
  }
}
.article__text {
  word-wrap: break-word;
}
.article__text p a {
  color: #EA4C2F;
}
.article__text p a:hover {
  text-decoration: underline;
}
.page-card-order__btn.btn:not(.card--js)::before {
  background: #ffffff;
  border: 1px solid #EA4C2F;
}


.comparison .page-card-order__btn.btn:not(.card--js)::before {
  background: #EA4C2F;
  border: 1px solid #EA4C2F;
}

.social-link:hover svg path {
  fill: #EA4C2F;
  transition: all 0.3s;
}
.catalog-filter__tags .catalog-filter__tag {
  margin-bottom: 15px;
}
html body .noUi-horizontal .noUi-handle.noUi-handle-upper {
  right: -10px;
}
.page-card__body {
}
.page-card__body .page-card__swiper .slick-dots {
  margin: 15px 0 0;
  display: flex;
  gap: 8px;
}
.page-card__body .page-card__swiper .slick-dots li {
  margin: 0;
}
.page-card__body .page-card__swiper .slick-dots li button {
  min-width: 12px;
  max-width: 12px;
  border-radius: 100%;
  height: 12px;
  cursor: pointer;
}
.page-card__body .page-card__swiper .slick-dots li button svg {
  height: 100%;
}
.catalog-filter__row.is-list .card__top .card__tabs {
  z-index: 11;
}
.catalog-filter__row.is-list .card__top .card__tabs .card__tab {
  display: inline-flex;
  font-weight: 600;
  font-size: 10px;
  line-height: 145%;
  text-transform: uppercase;
  color: #fff;
  padding: 3px 5px 1px;
  border-radius: 20px;
  margin: 2.5px;
}
.can_buy .value {
  white-space: nowrap;
}
.product-viewed {
  padding-top: 40px;
}
.iframe-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; /* Слой поверх iframe */
  cursor: pointer; /* Указываем, что слой кликабельный */
}
.page-card__swiper-img .poster {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .item_code {
    row-gap: 0;
  }
}

@media (min-width: 992px) {
  .page-card-order__top_box {
    padding-top: 0;
    margin-top: -6px;
    margin-bottom: 16px;
  }
}
.catalog-filter__button svg {
  fill: currentColor;
}
@media (max-width: 991px) {
  .catalog-filter__sorting {
    justify-content: center;
  }
  .current_inner_filter {
    margin-bottom: 20px;
  }
  .catalog_filter_currents {
    margin: 0;
    padding: 0;
  }

}

.cabinet-menu {
  width: 338px;
  flex: 0 0 auto;
  border: 1px solid #C2C2C2;
  border-radius: 5px;
  overflow: hidden;
}

.cabinet-menu__item {
  display: block;
  padding: 25px 20px;
  color: #202732;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 14px;
  line-height: 19.6px;
  border-bottom: 1px solid #C2C2C2;
  transition: all .3s;
}
.cabinet-menu__item:last-of-type {
  border: 0;
}
.cabinet-menu__item:hover,
.cabinet-menu__item.active {
  background: #F9F9F9;
  color: #EA4C2F;
}
.cabinet__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 -10px;
}

.cabinet__menu {
  flex: 0 0 auto;
}
.cabinet__body {
  display: block;
}
.cabinet__content {
  width: 100%;
}
.cabinet__content-sm {
  max-width: 882px;
}
.cabinet__content,
.cabinet__menu {
  padding: 0 10px;
}
.my-order__container {
  border: 0;
  padding: 0;
}
.cabinet-form__box {
  padding: 0;
  border: 0;
}
.cabinet-form__content {
  margin-top: 40px;
}
.cabinet-form__label input.cabinet-form__field.field {
  max-width: 100%;
}
.fl-row {
  flex-direction: row;
}
.fl-wrap {
  flex-wrap: wrap;
}
.cabinet-form__wrap {
  margin: 0 -13px;
  row-gap: 26px;
}
.cabinet-form__col {
  flex: 0 0 auto;
  width: 50%;
}
.cabinet-form__label {
  padding: 0 13px;
  margin: 0;
}

.cabinet-form__field {
  padding: 15px 24px 15px 16px;
  border: 1px solid #D7D7D7;
  height: 42px;
  border-radius: 63px;
}
textarea.cabinet-form__field {
  width: 100%;
  max-width: 100%;
  height: 148px;
  border-radius: 20px;
  overflow: hidden;
}
.order-empty__text {
  margin-bottom: 32px;
}
.cabinet__w-sm {
  max-width: 500px;
}
.cabinet-info-box {
  padding: 30px 20px;
  border-radius: 5px;
  background: #F9F9F9;
}
.cabinet-info-box p {
  margin: 0;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 14px;
  line-height: 19.6px;
  color: #202732;
}
.fields-box {
  margin-bottom: 40px;
}
.fields-group {
  margin-bottom: 30px;
}
.fields-group:last-of-type {
  margin-bottom: 0;
}
.points {
  padding: 30px 20px;
  border-radius: 5px;
}
.points__top {
  font-size: 20px;
  font-weight: 500;
  align-items: flex-start;
  padding-bottom: 15px;
  border-bottom: 1px solid #C2C2C2;
  margin-bottom: 15px;
}
.points__info{
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
  color: #C2C2C2;
}

.info-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 14px;
  line-height: 19.6px;
  color: #C2C2C2;
}
.info-text__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: .7px solid #C2C2C2;
  font-weight: 400;
  font-size: 9.74px;
  line-height: 13.63px;
}
.btn--reload:hover {
  color: #ffffff;
}
.btn--reload {
  width: 71px;
  height: 70px;
}

.copy-wrapper{
  position: relative;
  margin-left: 13px;
  width: 100%;
  max-width: 240px;
}

.copy-wrapper__btn  {
  height: 42px;
  width: 100%;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}

.cabinet-nav-sections__row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
  row-gap: 20px;
}

.cabinet-nav-sections__col {
  width: 33.3333%;
  padding: 0 10px;
  flex: 0 0 auto;
}
.cabinet-nav-sections__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  height: 206px;
  background: #F9F9F9;
  border-radius: 5px;
}

.cabinet-nav-sections__item-icon {
  width: 50px;
  height: 50px;
}
.cabinet-nav-sections__item-icon svg {
  display: block;
  height: 100%;
  width: 100%;
}
.cabinet-nav-sections__item-text {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  color: #202732;
}
.cabinet-form__saved-text {
  margin-top: 20px;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 14px;
  line-height: 19.6px;
  color: #202732;
  text-align: center;
}
font.notetext {
  color: #202732;
}
.cabinet-form__label-error {
  display: none;
  position: absolute;
  right: 34px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.cabinet-form__label-error._error {
  display: block;
}

.modal__body .text p {
  margin-bottom: 20px;
}
.modal--w-md {
  max-width: 776px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.fw-bold {
  font-weight: 600;
}
.fancybox-slide:focus,
.modal:focus {
  color: #000000;
}
.modal__body {
  color: #000000;
}
.modal__title--inner {
  text-align: left;
  font-weight: 500;
}
.modal--app {
  padding: 60px 70px;
}
.modal--app .text {
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
}
.btn--sm {
  padding: 13px 55px;
}

.toggle-text {
  overflow: hidden;
}

.size-ring-modal {
  max-width: 774px !important;
  padding: 60px 70px;
}

.size-ring-modal:focus {
  outline: none;
  color: #020202;
}
.ring {
  position: relative;
}
.ring-box {
  position: relative;
  width: 176px;
  height: 176px;
  margin: 0 auto;
  z-index: 1;
}
.ring-box.active .ring-hand__img,
.ring-box.active .ring__arrow {
  display: none;
}
.ring-box.active .ring__text {
  display: flex;
}
.ring__arrow {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 10px;
  z-index: 0;
}
.ring__arrow svg {
  width: 100%;
}
.ring__circle {
  position: relative;
  z-index: 1;
}
.ring__text {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #020202;
  font-weight: 600;
  font-size: 36px;
}
.ring-modal-img-box {
  background: #F2F7FE;
  overflow: hidden;
  border-radius: 5px;
  height: 287px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.ring-hand {
  width: 380px;
  position: relative;

}
.ring-hand:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 83px;
  height: 103px;
  background: linear-gradient(-90deg, rgba(242, 247, 254, 0) 0%, #F2F7FE 100%);
  z-index: 1;
}
.ring-info ol {
  margin-left: 19px;
}
.ring-info ol li {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 145%;
  list-style: auto;
}
.ring-info {
  margin-top: 15px;
  margin-bottom: 40px;
  color: #8F9297;
}
.ring-info:focus {
  outline: none;
  color: #8F9297;
  border-color: transparent;
}
.ring-actions {
  position: relative;
  overflow: hidden;
  height: 90px;

}
.ring-actions__group {
  transition: all .3s;
}
.ring-actions.active .ring-actions__group {
  transform: translateY(-90px);
}
.ring-actions__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  margin-bottom: 8px;
}
.ring-actions__btn {
  height: 65px;
  width: 100%;
  font-size: 20px;
}
.ring-actions__btn-submit {
}
.ring-actions__error {
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  color: #FF0000;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  transform: translateY(-10px);
}
.ring-actions__error.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.ring-sizes {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.ring-sizes__btn {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #8E9196;
  color: #020202;
  border-radius: 5px;
  font-size: 20px;
  cursor: pointer;
}
.ring-actions__submit-size {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.btn--border {
  border: 1px solid #8E9196;
}
.btn--border::after,
.btn--border::before {
  display: none;
}
.btn--border:hover {
  color: #020202;
}

.ring-sizes__input-box {
  position: relative;
  height: 65px;
}
.ring-sizes__input-text {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  top: 2px;
  left: 2px;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #020202;
}
.ring-sizes__input {
  height: 65px;
  text-align: center;
  width: 100%;
  max-width: 155px;
  padding: 20px;
  font-size: 20px;
  color: #020202;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  border: 1px solid #8E9196;
}

:focus {
  color: #020202;
}

.ring-sizes__input:focus,
.ring-sizes__btn:focus{
  outline: none;
  color: #020202;
  border-color: #8E9196;
}

.ring-sizes__input._hide {
  color: transparent;
}

.ring-sizes__input:not(._hide) {
  color: inherit;
}

.ring-sizes__input-text {
  transition: color 0.3s ease;
}

.ring-sizes__input-text._hide {
  color: transparent;
}

.ring-sizes__input-text:not(._hide) {
  color: inherit;
}

.tabs {
  position: relative;
}

.tabs__nav {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
  background: #F2F7FE;
  border-radius: 5px;
}

.tabs__btn {
  width: 50%;
  padding: 16px 20px;
  margin: 5px;
  background: #F2F7FE;
  color: #020202;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s ease;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
}

.tabs__btn:hover {
  background: #EA4C2F;
}

.tabs__btn.active {
  background: #EA4C2F;
  color: #020202;
}

.tabs__content {
  position: relative;
}
.tabs__content:focus {
  color: #020202;
}
.tabs__panel {
  display: none;
}

.tabs__panel[aria-hidden="false"] {
  display: block;
}

.tabs--inner {
  background: none;
}
.tabs--inner .tabs__nav {
  background: none;
  justify-content: center;
  gap: 10px;
}
.tabs--inner .tabs__btn {
  padding: 11px 7px;
  margin: 0;
  box-shadow: 0 0 0 1px #989B9F;
  width: auto;
  font-size: 12px;
  background: none;
}

.tabs--inner .tabs__btn:hover,
.tabs--inner .tabs__btn.active {
  background: none;
  color: #020202;
  box-shadow: 0 0 0 2px #A8FF36;
}

.ring-box__title {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
}
.footer-new {
  padding-bottom: 0;
}
.footer-new .footer__center {
  width: 100%;
  flex: 1;
  justify-content: flex-start;
  gap: 115px;
}
.footer-new .footer__center-box {
  width: auto;
}
.footer-new .services-item__coll {
  max-width: 370px;
}
.footer-new .footer__services {
  margin-top: 0;
}
.footer-new .footer__desc {
  max-width: 400px;
}
.footer-new .footer__work-item {
  margin-bottom: 0;
}
.footer-new .footer__address {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .3px;
}
.footer-new .footer__first {
  width: auto;
  margin-right: 55px;
}

.footer-new .footer__social {
  margin-top: 20px;
}
.footer-new .footer__social .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1E242E;
}
.footer-new .footer__social a[href^="https://dzen.ru"] {
  display: flex !important;
}
.footer-new .footer__social svg {
  height: auto;
  width: auto;
}
.contacts-item {
  display: flex;
  gap: 8px;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .3px;
}
.contacts-item__link {
  color: #414141;
}
.contacts-item__link:hover {
  color: #EA4C2F;
}
.contacts-item__caption {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .3px;
  color: #82C36E;
}
.contacts-item svg {
  flex: 0 0 auto;
}
.hidden-mob-up {
  display: none;
}
.main-blog__slide {
  width: 290px;
}
@media (max-width: 1320px) {
  .footer-new .footer__center {
    gap: 60px;
  }
}
@media (max-width: 1010px){
  .footer-new .footer__first {
    width: 100%;
    flex: 0 0 auto;
  }
  .footer-new .footer__center {
    flex: 0 0 auto;
    gap: 50px;
  }
  .footer__bottom--wrapper {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
@media (max-width: 760px) {
  .footer__contacts {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-new .footer__social {
    margin: 5px auto 0;
  }
  .footer__contacts .contacts-item {
    width: 50%;
  }
  .footer-new {
    padding-bottom: 70px;
  }
  .hidden-mob {
    display: none;
  }
  .hidden-mob-up {
    display: block;
  }
  .footer-new .footer__work {
    margin-top: 0;
  }

  .footer-new .footer__center {
    display: block;
    margin-bottom: 0;
  }
  .footer__bottom {
    margin-top: 0;
    border: 0;
    padding: 0;
  }

  .footer-new .services-item__coll {
    max-width: initial;
  }
}
@media (max-width: 767px) {
  .ring-box__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .ring-actions__error {
    font-size: 12px;
  }
  .ring-actions {
    height: 135px;
  }
  .ring-actions.active .ring-actions__group {
    transform: translateY(-135px);
  }
  .ring-actions__submit-size {
    gap: 10px;
  }
  .ring-actions__btn {
    font-size: 15px;
  }
  .ring-actions__wrapper {
    gap: 10px;
  }
  .size-ring-modal {
    padding: 40px 20px;
  }
  .tabs__btn {
    font-size: 15px;
  }
  .tabs--inner .tabs__nav {
    gap: 6px;
  }
  .tabs__nav {
    margin-bottom: 15px;
  }
  .modal__body-content p,
  .modal__body-content ol li,
  .modal__body-content ul li {
    font-size: 15px;
  }
  .ring-info ol li {
    font-size: 15px;
  }
  .ring-info {
    margin-bottom: 25px;
  }
  .ring-actions__wrapper {
    flex-direction: column;
  }
  .ring-sizes__btn {
    width: 50px;
    height: 50px;
    flex: 0 0 auto;
  }
  .ring-sizes__input {
    max-width: 100%;
  }
  .ring-sizes__input-box,
  .ring-sizes__input,
  .ring-actions__btn {
    height: 50px;
  }

  .ring-actions__submit-size {
    flex-direction: column;
  }
  .ring-sizes,
  .ring-sizes__input-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .copy-wrapper {
    margin-left: 0;
    max-width: 100%;
    padding: 0 13px;
  }
  .btn--mob {
    height: 50px;
  }
  .btn--full-mob {
    width: 100%;
  }
  .modal--app {
    padding: 40px 30px;
  }
  .modal--app .text {
    font-size: 14px;
  }
  .mb-45 {
    margin-bottom: 25px;
  }
  .mb-40 {
    margin-bottom: 30px;
  }
  .switcher {
    width: 34px;
    height: 17px;
  }
  .switcher__slider:before {
    height: 17px;
    width: 17px;
  }
  .switcher__input:checked + .switcher__slider:before {
    transform: translateX(17px);
  }
  .added-app {
    align-items: center;
    font-size: 12px;
  }
  .cabinet__menu {
    display: none;
  }
  .cabinet-form__field {
    height: 50px;
    padding: 15px 20px;
  }
}
@media (max-width: 1023px) {
  .cabinet__top-box {
    gap: 16px;
    margin-bottom: 20px;
  }
  .cabinet-form__box-top {
    margin-bottom: 20px;
  }
  .cabinet-form__title {
    font-size: 16px;
  }
  .cabinet-form__box {
    margin-bottom: 20px;
  }
  .cabinet-form__col {
    width: 100%;
  }
  .fl-row {
    flex-direction: column;
  }
  .cabinet-form__wrap {
    row-gap: 17px;
  }
  .my-order__body {
    border: 0;
    padding: 0;
    border-radius: 0;
  }
  .cabinet-menu {
    width: 250px;
  }
  .cabinet-nav-sections__col {
    width: 50%;
  }
  .cabinet-nav-sections__item {
    gap: 10px;
    height: 100px;
  }
  .cabinet-nav-sections__item-icon {
    width: 32px;
    height: 32px;
  }
  .cabinet-nav-sections__item-text {
    font-size: 14px;
    line-height: 13.37px;
  }
}

div.h3 {
    font-weight: 600;
    font-size: 32px;
}


div#code-verification-modal {
    background-color: #fff;
}

button.custom-select__option.disabled {
    opacity: 0.5;
}


/* End */
/* /local/templates/vapse/css/general/reset.css?17842321195756 */
/* /local/templates/vapse/css/fancybox.css?178423211915553 */
/* /local/templates/vapse/css/general/base.css?178423211922926 */
/* /local/templates/vapse/css/general/switcher-box.css?17842321191626 */
/* /local/templates/vapse/css/general/header.css?178423211939504 */
/* /local/templates/vapse/css/general/header_basket.css?17842321194410 */
/* /local/templates/vapse/css/general/pre_header.css?1784232119781 */
/* /local/templates/vapse/css/general/form.css?17842321198850 */
/* /local/templates/vapse/css/general/footer.css?178423211910235 */
/* /local/templates/vapse/css/hits_and_card.css?178423211910336 */
/* /local/templates/vapse/css/collection.css?17842321191772 */
/* /local/templates/vapse/css/inner-page.css?178423211929597 */
/* /local/templates/vapse/css/libs.css?178423211937591 */
/* /local/templates/vapse/css/choices.min.css?17842321197756 */
/* /local/templates/vapse/css/index.css?1784232119277715 */
/* /local/templates/vapse/components/bitrix/catalog.smart.filter/bootstrap_v4/style.css?178423211817949 */
/* /local/templates/vapse/css/media.css?1784232119331 */
/* /local/templates/vapse/css/nouislider.css?17842321195716 */
/* /local/templates/vapse/components/arturgolubev/search.title/new/style.css?17842321189192 */
/* /local/templates/vapse/components/bitrix/sale.basket.basket.line/autorize/style.css?17842321184398 */
/* /local/templates/vapse/components/bitrix/sale.basket.basket.line/top/style.css?17842321191532 */
/* /local/templates/vapse/components/bitrix/catalog.section.list/menu_new/style.css?17842321185587 */
/* /local/templates/vapse/styles.css?178423211937773 */
/* /local/templates/vapse/template_styles.css?178423212068029 */
