

/* Start:/local/templates/gix_2023_upd_2/css/general/reset.css?17836038085756*/
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: #1e242e;
    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/gix_2023_upd_2/css/fancybox.css?178360380815553*/

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/gix_2023_upd_2/css/general/base.css?178360380828825*/
@-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/gix_2023_upd_2/css/general/../fonts/TT Commons Regular/TT Commons Regular.eot");
    src: url("/local/templates/gix_2023_upd_2/css/general/../fonts/TT Commons Regular/TT Commons Regular.eot?#iefix")
    format("embedded-opentype"),
    url("/local/templates/gix_2023_upd_2/css/general/../fonts/TT Commons Regular/TT Commons Regular.woff") format("woff"),
    url("/local/templates/gix_2023_upd_2/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: #ededed;
}
.bg-gray {
    background: #F8F8F8;
}
.c-white {
    color: #fff;
}
.fancybox-slide--html {
    padding: 0;
}
.fancybox-button {
    display: none;
}
.flex,
.flex-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.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::before{
    background: #fff;
    border: 1px solid #a9ff35;
}
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-20 {
    margin-bottom: 20px;
}

.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;
}

.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;
    transition: all 0.3s;
}
.btn:focus {
    color: #202732;
}
.btn::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #a9ff35;
    border-radius: 4px;
    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: linear-gradient(45deg, #2b3547 0, #2b3547 0.01%, #3b414b 100%);
    border-radius: 5px;
}
.btn span,
.btn svg {
    position: relative;
    z-index: 10;
}
.btn--dark,
.btn--item {
    background: 0 0;
    color: #a9ff35;
    border: 1px solid #a9ff35;
}
.btn--dark::after,
.btn--dark::before,
.btn--item::after,
.btn--item::before,
.checbox input,
.checbox-item input {
    display: none;
}
.btn--item.btn--purple {
    color: #8d839f;
    border-color: #8d839f;
}
.btn--item.btn--purple:hover {
    background-color: #8d839f;
    transition: all 0.3s;
}
.btn--dark:hover,
.btn--item:hover {
    background-color: #a9ff35;
    transition: all 0.3s;
}
.btn--dark {
    color: #202732;
    border: 1px solid #1e242e;
}
.btn--dark:hover {
    border-color: #a9ff35;
}
.btn:hover {
    color: #fff;
}
.btn:hover::before {
    opacity: 0;
}
.btn--link {
    background: none;
    color: #a9ff35;
}
.btn--link:after,
.btn--link:before {
    display: none;
}
.btn--link:hover {
    color: #a9ff35;
}
.btn--empty {
    color: #202732;
    box-shadow: 0 0 0 1px #a9ff35 inset;
}
.btn--empty:after,
.btn--empty:before {
    display: none;
}
.btn--empty:after {

}
.btn--empty:hover:before {
    display: block;
    opacity: 1;
    background-color: #a9ff35;
}

.btn--empty:hover {
    color: #202732;
}
.link {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #a9ff35;
}
.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;
}

.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;
    border-radius: 4px;
    background: #a9ff35;
    border: none;
    color: #202732;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s;
}
.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;
}


.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: #abff4a !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;
    cursor: pointer;
}
.page-card-order_icon {
    flex: 0 0 auto;
}
.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: #303948;
    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;
}
@media (max-width: 768px) {
    .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;
    }
}

@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.sticky-wrapper.active {
        padding: 0;
    }
    .card-sticky-menu {
        margin-top: 20px;
    }
    .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 {
        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 {
    display: none;
    z-index: 10;
}
.sticky-wrapper.active {
    top: 78px;
}


.fancybox-thumbs__list a::before {
    border: 2px solid #a9ff35 !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: #a9ff35;;
    }
    &.next {
        right: 0;
        left: auto;
    }
    svg {
        width: 7px;
        height: 10px;
        transition: fill 0.3s;
        fill: #8e9297;

    }
}

.table-wrap {
    overflow-x: auto;
    overflow-y: hidden;
}
.table-wrap table {
    border-left: 1px solid #00000042;
    border-top: 1px solid #00000042;
}
.table-wrap tr td {
    padding: 10px;
    border-bottom: 1px solid #00000042;
    border-right: 1px solid #00000042;
}
.hidden-mob-up {
    display: none;
}
.iframe-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Слой поверх iframe */
    cursor: pointer; /* Указываем, что слой кликабельный */
}
.card__box .can_buy {
    margin-top: 8px;
}
.can_buy {
    display: flex;
    color: #8E9297;
    gap: .5em;
}
.can_buy .value {
    white-space: nowrap;
}

.can_buy .value {
    color: #202732;
}

.can_buy .value.yellow {
    color: #A9FF35;
}
.can_buy .value.green {
    color: #A9FF35;
}

.can_buy .value.red {
    color: #A9FF35;
}

.noUi-connect {
    background: #a9ff35 !important;
}


.noUi-connects {
    border-radius: 20px!important;
}

.noUi-horizontal .noUi-handle {
    width: 25px!important;
    height: 25px!important;
    right: -17px;
    top: -10px;
    border: 1px solid #A9FF35!important;
    border-radius: 50%!important;
}

.noUi-horizontal {
    height: 8px!important;
}

.form__caption.active {
    display: none;
}

#one-click-modal {
    max-width: 470px;
}
.noUi-target {
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: 0px 0px 6px 0px #A9FF35;
    margin-top: 16px!important;
}

.noUi-handle:before, .noUi-handle:after {
    display: none;
}
@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;
    }
}

.is-few-slides .slick-track {
    height: auto !important;
}
.is-few-slides .slick-slide:last-of-type {
    margin-bottom: 0;
}
.accordion-indicator {
    display: none;
}
.accordion-base__header {
    margin-bottom: 30px;
}
.online-consult.online-consult {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    font-size: 16px;
    color: #A9FF35;
}
.online-consult svg {
    width: 15px;
    height: 14px;
}
.menu__item-consult {
    padding-right: 30px;
}
@media (max-width: 768px) {
    .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-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);
    }
}


.consult {
    margin-top: 30px;
}

.consult__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}
/* LEFT */
.consult__left {
    flex: 1;
    padding: 24px;
    border: 1px solid #424C60;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1093px;

    background:
            linear-gradient(103.94deg, #2B3547 2.82%, #1E242E 96.67%),
            linear-gradient(0deg, #2B3547, #2B3547);
}

/* HEADER */
.consult__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.consult__header-left {

}
.consult__line {
    background: #424C60;
    height: 1px;
    margin-left: -24px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: calc(100% + 48px);
}
.consult__title {
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}
.consult__header-title {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}
.consult__header-under-title {
    font-size: 14px;
    color: #fff;
}
.consult__clear {
    color: #AAB2C5;
    background: none;
    border: none;
    cursor: pointer;
    background: #3B4860;
    font-size: 14px;
    border-radius: 4px;
    padding: 18px 16px;
}
.consult__clear:hover {
    background: #374a63;
}
/* TEXTAREA */
.consult__textarea {
    flex: 1;
    resize: none;

    background: #202732;
    border: 1px solid #293344;
    border-radius: 4px;
    min-height: 351px;
    max-width: 100%;
    padding: 13px 18px;
    font-size: 14px;
    color: #fff;
	border-color: #202732 !important;
}
.consult__textarea:focus {
    color: #fff;
}
/* BOTTOM */
.consult__bottom {
    display: flex;
    flex-direction: column;
}

/* INPUT + BTN */
.consult__row {
    display: flex;
    gap: 14px;
}

.consult__input {
    flex: 1;
    height: 91px;
    resize: none;
    width: 100%;
    max-width: initial;
    background: #202732;
    border: 1px solid #293344;
    border-radius: 4px;

    padding: 13px 18px;
    font-size: 14px;
    color: #fff;
}
.consult__input:focus {
    color: #fff;
}
.consult__textarea::placeholder,
.consult__input::placeholder {
    color: #fff;
    font-size: 14px;
    opacity: 1;
}

/* старые браузеры */
.consult__textarea::-webkit-input-placeholder,
.consult__input::-webkit-input-placeholder {
    color: #fff;
}

.consult__textarea:-ms-input-placeholder,
.consult__input:-ms-input-placeholder {
    color: #fff;
}

.consult__textarea::-ms-input-placeholder,
.consult__input::-ms-input-placeholder {
    color: #fff;
}
.consult__input::-webkit-input-placeholder {
    opacity: .5;
}
.consult__input:-ms-input-placeholder {
    opacity: .5;
}
.consult__input::-ms-input-placeholder {
    opacity: .5;
}
.consult__input::placeholder {
    opacity: .5;
}
/* BUTTON */
.consult__btn {
    width: 162px;
}

/* FILTERS */
.consult__filters {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    margin-top: 14px;
}

/* TAGS */
.consult__tags {
    display: flex;
    gap: 14px;
    margin-left: auto;
    margin-bottom: 13px;
}

.consult__tag {
    background: #3B4860;
    border: 0;
    border-radius: 4px;
    padding: 12px 16px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.consult__bottom-waiting {
    font-size: 12px;
    opacity: .5;
    color: #fff;
}
/* RIGHT */
.consult__right {
    max-width: 479px;
    min-height: 463px;
    padding: 24px;
    border-radius: 20px;
    background: #2B3547;
}

.consult__rec-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.consult__rec-text {
    font-size: 14px;
    color: #fff;
}


.custom-select-hidden {
    display: none;
}

.custom-select {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.custom-select__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-radius: 4px;
    background: #3B4860;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.custom-select__trigger .icon {
    width: 16px;
    height: 16px;
    transform: rotate(90deg);
    transition: all .2s ease-in-out;
}

.custom-select__dropdown {
    position: absolute;
    width: 100%;
    top: calc(100% + 4px);
    left: 0;
    background: #3B4860;
    padding: 10px 0;
    border-radius: 4px;
    max-height: 308px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    box-shadow: 0 -8px 8px 0 #33333308;

    transition: 0.2s;
    z-index: 20;
}

.custom-select.open .custom-select__trigger .icon {
    transform: scale(-1, -1) rotate(90deg);
}

.custom-select.open .custom-select__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.custom-select__dropdown.top {
    top: auto;
    bottom: calc(100% + 4px);
}

.custom-select__item {
    display: flex;
    gap: 8px;
    padding: 10px;
    align-items: center;
    cursor: pointer;
    color: #fff;
}

.custom-select__item:hover {
    background: #4c5c7c;
}

.custom-select__check {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
    transition: 0.2s;
}

.custom-select__check.checked {
}

.custom-select__check.checked::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}

.custom-select__check-text {
    font-size: 14px;
}

.selects-sm .custom-select__trigger {
    padding: 10px 16px;
}
.consult__faq {
    margin-top: 100px;
}
.consult__faq-title {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}
.consult__faq-accordions {
    margin-top: 26px;
}
.base-page-accordion .accordion-base__header {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #2B3547;
    font-size: 20px;
    color: #2B3547;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 0;
    cursor: pointer;
}

.base-page-accordion .accordion-base__content {
    display: none;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}
.base-page-accordion .accordion-indicator {
    transform: rotate(90deg);
    display: block;
}

.base-page-accordion.is-open .accordion-indicator {
    transform: rotate(-90deg);
}
.base-page-accordion__content {
    padding: 30px;
    font-size: 16px;
    line-height: 24px;
}
.faq-box {
    margin-top: 48px;
    margin-bottom: 54px;
}
.faq-box__list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 16px;
}
.consult-accordion {
    margin-bottom: 6px;
}
.consult-accordion .accordion-base__header {
    display: flex;
    justify-content: space-between;
    background: #2B3547;
    font-size: 20px;
    color: #fff;
    padding: 35px 40px;
    border-radius: 20px;
    margin-bottom: 0;
    cursor: pointer;
}
.consult-accordion .accordion-indicator {
    transform: rotate(90deg);
    display: block;
}

.consult-accordion .accordion-base__content {
    display: none;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}
.consult-accordion__content {
    color: #fff;
    padding: 30px 40px;
}

.consult__seo {
    margin-top: 100px;
}
.consult__seo-text {
    color: #fff;
    margin-bottom: 6px;
    font-size: 16px;
}
.consult__seo-trigger {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-decoration: underline;
}
.consult__seo-trigger:hover {
    text-decoration: none;
}
/* БАЗА СКРЫТИЕ РАСКРЫТИЕ */
.toggle-box__content {
    position: relative;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

/* CLAMP (основной вариант) */
.toggle-box[data-lines] .toggle-box__content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* СОСТОЯНИЕ СВЕРНУТО */
.toggle-box:not(.is-open)[data-lines="2"] .toggle-box__content { -webkit-line-clamp: 2; }
.toggle-box:not(.is-open)[data-lines="3"] .toggle-box__content { -webkit-line-clamp: 3; }
.toggle-box:not(.is-open)[data-lines="4"] .toggle-box__content { -webkit-line-clamp: 4; }
.toggle-box:not(.is-open)[data-lines="5"] .toggle-box__content { -webkit-line-clamp: 5; }

/* РАСКРЫТО */
.toggle-box.is-open .toggle-box__content {
    -webkit-line-clamp: unset;
    max-height: 1000px;
}


.toggle-box__trigger {
    margin-top: 6px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}
.toggle-box__trigger:focus {
    color: #fff;
}
/* ГРАДИЕНТ затемнения */
.toggle-box:not(.is-open) .toggle-box__content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;

    background: linear-gradient(transparent, #202732);
}

/* скрытие если не нужен */
.toggle-box.is-short .toggle-box__trigger {
    display: none;
}

.seo-box {
    margin: 30px 0;
}
.seo-box h2 {
    font-size: 28px;
    color: #202732;
    margin-bottom: 24px;
}
.seo-box h4 {
    color: #202732;
}
.seo-box h3 {
    font-size: 22px;
    color: #202732;
    margin-bottom: 16px;
    margin-top: 24px;
}
.seo-box p {
    line-height: 20px;
    margin-bottom: 16px;
}
.seo-box p a {
    color: #a9ff35;
}
.seo-box.seo-box.seo-box ul {
    margin: 24px 0;
    padding-left: 0;
}
.seo-box ul li {
    list-style: none;
    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: 22px;
    }
    .seo-box h3 {
        margin-top: 20px;
        margin-bottom: 12px;
        font-size: 18px;
    }
    .mb-sm-15 {
        margin-bottom: 15px;
    }
}

.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: #a9ff35;
}
.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 {

}
.sticky-wrapper.sticky-wrapper.active {
    padding-bottom: 0;
}
/* End */


/* Start:/local/templates/gix_2023_upd_2/css/general/switcher-box.css?17836038081946*/
.switcher-box {}

.switcher-btns {
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: 42px;
    border: 1px solid #a0ff57;
    margin-bottom: 32px;
    border-radius: 20px;
    background: #1e242e;
    padding: 0 0;
}

/* Стили для случая когда кнопка одна */
.switcher-btns--one {
    padding: 0;
    background: none;
}
.switcher-btns--one .switcher-btn {
    padding: 0 30px;
    margin: 0 !important;
    cursor: default;
    color: #FFFFFF;
}
.switcher-btns--one .switcher-btn:hover {
    color: #1e242e;
}
.switcher-btns--one .switcher-bg {
    width: 100%;
    left: 0 !important;
    background: #abff4a;
    border: 1px solid transparent;
}
.switcher-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(50% + 2px);
    background: #abff4a;
    border-radius: 20px;
    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: #ffffff;
    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: #abff4a;
}
.switcher-btn:first-of-type:not(.active){
    margin-right: -15px;
}
.switcher-btn:last-of-type:not(.active){
    margin-left: -15px;
}
.switcher-btn.active {
    color: #1e242e;
    cursor: auto;
    z-index: 2;
}
.switcher-btn.active {
    color: #1e242e;
}
.switcher-content {}
/* End */


/* Start:/local/templates/gix_2023_upd_2/css/general/header.css?178360380837492*/

.header {
    padding: 19px 0;
    position: relative;
    z-index: 1001;
    transition: all 0.3s;
}

.header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__first {
    position: relative;
    width: 40%;
    justify-content: space-between;
    z-index: 2;
}
.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: #fff;
    margin-bottom: -4px;
    transition: color 0.3s ease-in-out;
}
.header__phone-tel:hover {
    color: #a9ff35;
    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: #a9ff35;
    border-bottom: 1px solid transparent;
    transition: border 0.3s ease-in-out;
}
.header__phone-link:hover {
    border-color: #a9ff35;
    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 {
    flex: 0 0 auto;
    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: #fff;
}
.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: #a9ff35;
    transition: color 0.3s ease-in-out;
}
.header__work-value:last-child {
    color: #a9ff35;
    transition: color 0.3s ease-in-out;
}
.header__work-icon {
    width: 16px;
    height: 8px;
    border: 1px solid #5f5f5f;
    border-radius: 100px;
    margin: 3px 5px;
    position: relative;
}
.header__work-icon span {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 8px;
    height: 8px;
    background: #a9ff35;
    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: #a9ff35;
    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, #a9ff35 0, #bfff3a 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: #000;
    background-color: #a9ff35;
    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: #1e242e;
    transition: fill 0.3s ease-in-out;
}
.header__item:hover svg line {
    stroke: #1e242e;
    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, #a9ff35 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: #1e242e;
    transition: all 0.3s;
}
.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: 80px;
        flex: 0 0 auto;
    }
}
@media (max-width: 1010px) {
    .header__items .header__basket {
        display: none;
    }
    div.burger {
        margin-left: 0;
    }
    div.header__last {
        padding-left: 0;
        justify-content: flex-end;
    }
    .header__search {
        flex: 0 0 auto;
        display: block;
    }
    #title-search {
        position: absolute !important;
        width: 100%;
        left: 0;
        visibility: hidden;
        z-index: -1 !important;
    }
    #title-search.active {
        z-index: 10 !important;
        visibility: visible;
    }
    .header__first {
        position: static;
    }

    .header__phone-icon-modal,
    .header__phone-icon,
    .header__basket {
        width: 30px;
        height: 30px;
        padding: 0;
        display: flex;
        align-items: center;
    }
    header .logo {
        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: #a9ff35;
        transition: fill 0.3s ease-in-out;
    }
}
/* modal header */
.header_phonebox_inner {
    position: absolute;
    background: #ffffff;
    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 {
    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 .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: #1e242e;
    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;
}

.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: 12px 16px;
    background: linear-gradient(45deg, #2b3547 0, #2b3547 0.01%, #3b414b 100%);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.burger::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #a9ff35;
    border-radius: 4px;
    transition: opacity 0.3s ease-in-out;
}
.burger__icon {
    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: #202732;
    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: #1e242e;
    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 {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.burger:hover .burger__icon span {
    background-color: #fff;
    transition: background 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: 100%;
    height: 50px;
    background: linear-gradient(45deg, #303641 0, #1d232d 100%);
    padding: 10px 24px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    border: 1px solid #303948;
    position: relative;
    z-index: 20;
}
.services-item__coll::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #303948;
    z-index: 10;
    transition: all 0.3s;
}
.services-item__coll:hover::before {
    opacity: 0;
    transition: all 0.3s;
}
.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__field {
    width: 100%;
    height: 100%;
    padding: 11px 16px;
    border: 1px solid #a9ff35;
    border-radius: 4px;
}
.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: #1b1c1b;
    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: #1e242e;
}
.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: #fff;
    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: #fff;
    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 {
    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: #1b1c1b;
    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: #1b1c1b;
    color: #a9ff35;
    transition: all 0.3s;
}
.menu__item.active svg *,
.menu__item:hover svg * {
    stroke: #a9ff35;
    transition: all 0.3s;
}
.menu__footer {
    height: 80px;
    background-color: #1e242e;
    border-top: 2px solid #1b1c1b;
    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: #fff;
    transition: all 0.3s;
}
.menu__copiright,
.menu__copiright:hover,
.menu__footer-item:hover {
    color: #a9ff35;
    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: #fff;
}
.menu__work-item {
    font-size: 14px;
    line-height: 145%;
    color: #fff;
    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: #fff;
    margin-bottom: 24px;
    transition: all 0.3s;
}
.menu__link:hover,
.menu__list ul li a:hover {
    color: #a9ff35;
    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: #a9ff35;
    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 {
    width: 100%;
    max-width: 375px;
}
.menu-mobile {
    display: none;
}
.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: #fff;
    position: relative;
    border-top: 1px solid #0d0f11;
}
.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/gix_2023_upd_2/css/general/../img/icons/mobile-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.menu-mobile__items {
    margin: 0 -15px;
    background-color: #303948;
}
.menu-mobile__item {
    padding: 0 30px;
    border-top: 1px solid #0d0f11;
}
.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: #fff;
}
.menu-mobile__item-hidden,
.menu-small__btn svg {
    display: none;
}
.menu-mobile__item:last-child {
    border-bottom: 1px solid #0d0f11;
}
.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: #fff;
}
.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: 80px;
    }
    .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 {
        padding-top: 80px;
        padding-bottom: 65px;
        height: calc(var(--vh, 1vh) * 100 - 49px);
    }
}
@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: #ededed;
    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: #202732;
    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 {
    margin-top: 152px;
    transform: translateX(25px);
    opacity: 0;
    transition: all 0.6s ease-in-out;
}
.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: #a9ff35;
    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: #a9ff35;
    }
}
@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;
    }
}
.search-box .search-box__wrapper {
    z-index: 1 !important;
}
@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;
    }
}
/* End */


/* Start:/local/templates/gix_2023_upd_2/css/general/header_basket.css?17836038084358*/

/* Корзина */
.header_basket_popup {
    position: absolute;
    background: #fff;
    border-radius: 20px;
    width: 338px;
    height: auto;
    right: 0;
    top: 40px;
    padding: 25px 25px;
}

.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: #A9FF35;    /* цвет бегунка */
    border-radius: 20px;       /* округлось бегунка */
    border: 3px solid #A9FF35;  /* отступ вокруг бегунка */
}


.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: #000;
    background-color: #a9ff35;
    border-radius: 10px;
    top: -3px;
    right: -5px;
    height: 10px;
    width: 15px;
    padding: 0 5px;
}

/* End */


/* Start:/local/templates/gix_2023_upd_2/css/general/pre_header.css?1783603808778*/
.pre_header_inner {
    background: #313948;
}
.preheader_menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: stretch;
    align-content: stretch;
    max-width: 280px;
}

.preheader_menu a {
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    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/gix_2023_upd_2/css/general/form.css?17836038085647*/

.form__label {
    width: 100%;
    display: block;
    position: relative;
}
.form__label + .form__label {
    margin-top: 4px;
}
.form__caption {
    position: absolute;
    font-size: 14px;
    color: #8e9297;
    line-height: 20px;
    top: calc(50% - 21px);
    left: 16px;
    background-color: #303948;
    padding: 5px;
    transition: all 0.3s;
}
.form__caption span {
    color: #a9ff35;
}
.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: #a9ff35;
    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: #a9ff35;
    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;
}

.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: #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: #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: #A8FF36;
}
.form__box .field{
    margin-bottom: 12px;
}

/* End */


/* Start:/local/templates/gix_2023_upd_2/css/general/footer.css?178360380810110*/

.footer {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #1e242e;
    color: #fff;
    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: 35px;
}
.footer__desc {
    font-size: 12px;
    line-height: 150%;
    color: #8e9297;
}
.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: #fff;
    margin-bottom: 30px;
}
.footer__item:hover,
.footer__link:hover,
.footer__menu ul li a:hover {
    color: #a9ff35;
    transition: all 0.3s;
}
.footer__menu ul li {
    margin-bottom: 10px;
}
.footer__menu ul li a {
    font-size: 14px;
    line-height: 150%;
    color: #fff;
    border-bottom: 1px solid transparent;
    transition: all 0.3s;
}
.footer__menu ul li a:hover {
    border-color: #a9ff35;
}
.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: #fff;
    margin-bottom: 25px;
}
.footer__item {
    display: block;
    font-size: 12px;
    line-height: 150%;
    text-decoration: underline;
    color: #8e9297;
    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: #a9ff35;
    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: #a9ff35;
    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: 30px;
    }
    .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 #303948;
        padding: 12px 20px;
    }
    .footer__center-box:last-child {
        border-bottom: 1px solid #303948;
    }
    .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: #303948;
    border-top: 1px solid rgba(97, 107, 125, 0.5);
    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: #a9ff35;
    transition: all 0.3s;
}
.fixed-nav__item.active svg * {
    stroke: #a9ff35;
    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 {
    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;
    border-top: 1px solid #373C69;
}
.footer__bottom--wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.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: #a9ff35;
}
.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 #303948;
    }
    .footer-new .services-item__coll {
        max-width: initial;
    }
}
/* End */


/* Start:/local/templates/gix_2023_upd_2/css/hits_and_card.css?17836038087507*/

.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;
}
.filter_text {
    position: absolute;
    display: none;
    width: 100px;
    overflow: hidden;
    background: #F1F7FF;
    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 {
    margin-bottom: -3px;
    background-color: #f1f7ff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
}

.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;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    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 {
    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 {
    flex: 1;
    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 .card__buttons {
    flex-wrap: wrap;
}
.card__btn {
    flex: 0 0 auto;
}
.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 {
        height: 54.4%;
        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;
    }
}

/* End */


/* Start:/local/templates/gix_2023_upd_2/css/inner-page.css?178360380829014*/
.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: 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;
}
.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: #a9ff35;
    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: #a9ff35;
    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: #1e242e;
    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: #1e242e;
        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: 100%;
    }
    .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;
        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: #a9ff35;
    }
    .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: 0;
    }
    .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;
    }
}
.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: #1e242e;
}
.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: transparent;*/
    font-size: 14px;
    line-height: 145%;
    color: #8e9297;
    padding: 12px 26px 16px;
    /*border: 1px solid #fff;*/
    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: #a9ff35;
    color: #a9ff35;
}
.checbox {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 145%;
    color: #fff;
    cursor: pointer;
}
.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 #a9ff35;
    border-radius: 2px;
    margin-right: 8px;
}
.checbox__icon svg {
    width: 10px;
    height: 10px;
    left: 0;
    top: 1px;
    opacity: 0;
}
.checbox__caption {
    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: #a9ff35;
    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 #a9ff35;
    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: rgba(255, 255, 255, 0.5);
    border-bottom: 3px solid transparent;
    transition: all 0.3s;
}
.modal__top-link.active {
    border-color: #a9ff35;
}
.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: #fff;
}
.modal__subtitle {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    line-height: 145%;
    color: #fff;
}
.modal__subtitle a {
    color: #a9ff35;
    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: #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 {
    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: #a9ff35;
    transition: all 0.3s;
}
.card-modal .arrow:hover svg * {
    fill: none;
    stroke: #a9ff35;
    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: #a9ff35;
}
.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.is-open {
    z-index: 101;
}
.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: 605px;
}
.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: #A9FF35;
}

.tabs__btn.active {
    background: #A9FF35;
    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;
}

.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: #abff4a;
    fill: #abff4a;
}

.favorites--js.active svg path {
    fill: #abff4a;
    transition: all 0.3s;
}
div#callback-modal {
    background-color: #303948 !important;
    max-width: 364px !important;
}
div#callback-modal .checbox a {
    color: #ffffff;
}
.title-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@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/gix_2023_upd_2/components/bitrix/sale.basket.basket.line/autorize/style.min.css?17836038084065*/
.basket-line-block{position:relative;padding-left:25px;white-space:nowrap;font-size:13px}.basket-line-block-icon-cart,.basket-line-block-icon-profile{position:relative;margin-right:10px}.basket-line-block-icon-cart:after,.basket-line-block-icon-profile:after{position:absolute;top:-1px;left:-25px;display:block;width:20px;height:20px;content:''}.basket-line-block-icon-profile:after{background:no-repeat center url(/local/templates/gix_2023_upd_2/components/bitrix/sale.basket.basket.line/autorize/images/profile.svg)}.basket-line-block-icon-cart:after{background:no-repeat center url(/local/templates/gix_2023_upd_2/components/bitrix/sale.basket.basket.line/autorize/images/cart.svg)}@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 .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:0}.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/gix_2023_upd_2/components/bitrix/sale.basket.basket.line/top/style.css?17836038081532*/
@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 #a9ff35;
		border-radius: 4px;
		padding: 2px 10px 4px 2px;
		display: flex;
		align-items: center;
		font-weight: 400;
		font-size: 14px;
		line-height: 143%;
		color: #a9ff35;

	}
	.btn-cart.is-active {
		background: #a9ff35;;
		color: #202732;
		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: #a9ff35;
		background: #202732;
	}
	.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/gix_2023_upd_2/components/bitrix/catalog.section.list/menu_new/style.css?17836038085247*/
@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 ul li .back_link {
        display: none;
    }
    .menu-mobile__list ul li  .back_link.active {
        display: flex;
        color: #eee502;
        padding-left: 40px;
        transition: color 0.2s ease-in;
    }


    .menu-mobile__list ul li .back_link_two {
        display: none;
    }
    .menu-mobile__list ul li  .back_link_two.active {
        display: flex;
        color: #eee502;
        padding-left: 40px;
        transition: color 0.2s ease-in;
    }


    .hidden_item_menu {
        display: none;
    }

    .menu_mob_icon_left {
        position: absolute;
        width: 16px;
        height: 16px;
        top: calc(50% - 8px);
        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: #eee502;
        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: #fff;
}

.menu__item-box a:hover {
    color: #fff;
    text-decoration: none;
}

.menu__item.no_icon .menu__item-box svg {
    display: none;
}

/* End */


/* Start:/local/templates/gix_2023_upd_2/styles.css?178360380831744*/
.checbox__icon.errorr {
    border-color: red;
}

.page-card__size .checbox-item {
    width: calc(25% - 12px) !important;
    text-wrap: nowrap;
}

.card__desc {
    display: block;
}

.card__img {
    padding: 20px 0;
    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: 100px;
    margin-bottom: 10px;
}

.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: #8e9297;
}

.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: auto;
}

.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 {
    color: #fff;
    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) {
    .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 {
    height: 80px;
    overflow: hidden;
}

.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__caption {
        height: 55px;
    }

    .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;
}

.modal-white {
    background-color: white;
}

.modal-white .modal__title {
    color: black;
}

.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 svg path {
    stroke: black;
}

.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;
    }
}

@media (min-width: 992px) {
    .header {
        padding-bottom: 0;
    }
}

.header-btm {
    display: none;
}

@media (min-width: 992px) {
    .header-btm {
        padding-top: 20px;
        padding-bottom: 19px;
        display: block;
    }
}

.header-btm ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.header-btm a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    text-align: center;
    color: #fff;
}

.card .card__buttons {
    margin-top: auto;
    /*margin-top: 25px;*/
}

.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: #a9ff35;
}

.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 {
    display: none;
}

.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: 48px;
    max-width: 48px;
}

.catalog-filter__row.is-list .card__top img {
    object-fit: contain;
    height: 50px;
}

.catalog-filter__row.is-list .card__img {
    height: 50px;
}

.catalog-filter__row.is-list .card__bottom {
    display: flex;
    flex-direction: row;
    flex: 1 0 0;
    align-items: center;
    padding: 0;
}

.catalog-filter__row.is-list .card__box {
    display: flex;
    align-items: center;
    gap: 32px;
}

@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 0 0 auto;
}
.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;
    }
}

.cookies-box {
    z-index: 100;
    background: #ededed;
    font-weight: 400;
    font-size: 14px;
    line-height: 135%;
    color: #1e242e;
    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: #ededed;
        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: 20px;
    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 {
        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: #a9ff35;
}

@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: 10px 16px;
        position: absolute;
        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 .filter__top-icon svg.visible {
        opacity: 0;
        visibility: hidden;
    }

    .filter.is-hidden .filter__top-icon svg.hidden {
        opacity: 1;
        visibility: visible;
    }

    .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__bottom, .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 {
    display: block;
    width: 100%;
    border: 1px solid #dae2ec;
    border-radius: 4px;
    background: #f1f7ff;
    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: #a9ff35;
}

@media (min-width: 992px) {
    header .logo {
        flex: 0 0 117px;
        max-width: 117px;
    }
}

@media (max-width: 991px) {
    header .search__field {
        padding: 31px 60px 31px 52px;
    }
}

@media (max-width: 767px) {
    header .search__field {
        padding: 21px 60px 26px 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: #f1f7ff;
    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: #6CBB00;
    background: #F6FFE9;
    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/gix_2023_upd/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 {
    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: #a9ff35;
    border-color: #a9ff35;
}

.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: 4px;
    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 #a9ff35;
    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 #a9ff35;
    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;
}
/* End */


/* Start:/local/templates/gix_2023_upd_2/template_styles.css?178360380670336*/
/* .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/gix_2023/css/../img/icons/mobile-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }

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

  .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 #a9ff35;
  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: #abff4a !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;
  }

  .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 {
  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 (min-width: 992px) {
  .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;
  }
}
@media (max-width: 992px) {
  .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 {
    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 #a9ff35 !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: #a9ff35;
}

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

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

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

.h2,
h2 {
  font-size: 24px;
}

@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) {
  .sticky-wrapper.mobile_sticky {
    display: none;
  }

  .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__label input.cabinet-form__field.field {
  transition: all 0.3s;
  background: #fff;
  max-width: 65%;
}

.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: center;
    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: #f1f7ff;
    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;
}
.popular-categories-section {
  padding: 60px 0;
}
.popular-categories {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}
.popular-category {
  width: calc(25% - 18px);
  height: 250px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;

  box-shadow: 0 8px 5px -5px rgba(0, 0, 0, 0.25);
}

.popular-category.is-hidden {
  display: none;
}
.popular-category__link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.popular-category__img {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.popular-category__img img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 24px 24px 0 24px;
  object-fit: contain;
  transition: all .3s;
}
.popular-category:hover .popular-category__img img {
  transform: scale(1.1,1.1);
}
.popular-category__name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  background: rgba(43, 53, 71, 0.4);
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  z-index: 1;
}
.btn-more-categories {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 32px auto 0;
  color: rgb(142, 146, 151);
  padding: 12px 32px;
  font-size: 16px;
  width: 215px;
  border-radius: 30px;
  border: 1px solid rgb(142, 146, 151);
  transition: all .2s;
}
.btn-more-categories:hover {
  background-color: rgb(171, 255, 74);
  border-color: rgb(171, 255, 74);
  color: black;
}

@media (max-width: 992px) {
  .popular-category {
    width: calc(33.3333% - 18px);
    height: auto;
    max-height: 150px;
  }
}
@media (max-width: 767px) {
  .popular-category {
    width: calc(50% - 18px);
  }
}

@media (max-width: 680px) {
  .popular-categories {

  }
  .popular-category {
    width: 100%;
    height: auto;
    max-height: 150px;
  }
}

@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;
}
.sticky-wrapper.mobile_sticky {
  box-shadow: 0 4px 10px 0 #0000000D;
}

@media (min-width: 761px) {
  .sticky-wrapper.mobile_sticky.active {
    display: block !important;
  }
}

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

div#callback-modal {
  background-color: #303948 !important;
  max-width: 364px !important;
}

.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: #8e9297;
  padding: 6px 12px;
  border-radius: 30px;
  border: 1px solid #8e9297;
}

.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: #abff4a;
  border-color: #abff4a;
  color: black;
}

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

.current_inner_filter .current_filter_item {
  background: #a9ff35;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  padding: 6px 12px;
  border-radius: 20px;
  position: relative;
  padding-right: 40px;
  cursor: pointer;
}

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

.current_inner_filter .current_filter_item::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/local/templates/gix_2023/images/icon_close.svg) no-repeat;
  margin-left: 6px;
  position: absolute;
  left: auto;
  right: 6px;
}

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__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-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
  position: relative;
  font-weight: 500;
}
.configuration__option-value {
  flex: 0 0 60%;
  color: #333;
  text-align: left;
}
.configuration__option-title {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  color: #8E9297;
}

@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: #EDEDED;
}
.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;
}
.mt-48 {
  margin-top: 48px;
}
.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: #adff59;
  padding: 0 6px;
  font-size: 10px;
  color: black;
  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;
  }
}

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

.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: #abff4a;
  border-color: #abff4a;
  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: none;
}

.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: #a9ff35;
}
.filter__container-wrap.filter__container-wrap-more::-webkit-scrollbar-thumb {
  background-color: #a9ff35;
  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;
}

.comparison .page-card-order__btn {
  width: 100%;
  height: 64px;
  max-width: 150px;
}

.page-card-order__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: 4px;
  height: 64px;
}

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

.comparison .page-card-order__btn.card--js {
  width: 100%;
  height: 64px;
  max-width: 150px !important;
  height: 40px;
  padding: 0;
  padding-left: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}

.checbox_hidden {
  display: none;
}

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

.header_basket_popup {
  position: absolute;
  background: #fff;
  border-radius: 20px;
  width: 338px;
  height: auto;
  right: 0;
  top: 40px;
  padding: 25px 25px;
}

.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: #a9ff35;
  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: #303948;
  border-radius: 10px;
  margin: 50px 15px;
  width: calc(100% - 30px);
  max-width: 364px;
  overflow: visible;
  position: relative;
}

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

.comparison-accordion .page-card-order__btn {
  width: 100%;
  max-width: 150px !important;
  height: 40px;
  padding: 0;
  padding-left: 15px;
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}

.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__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: #303948;
  border-radius: 10px;
  margin: 50px 15px;
  width: calc(100% - 30px);
  max-width: 364px;
  overflow: visible;
  position: relative;
}
.registration-modal .checbox__caption a {
  color: #a9ff35;
}
.registration-modal .modal__top-link:focus {
  color: rgba(255, 255, 255, 0.5);
}
#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: #abff4a;
  fill: #abff4a;
}

.favorites--js.active svg path {
  fill: #abff4a;
  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: #a9ff35 !important;
}


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

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

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

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: 0px 0px 6px 0px #A9FF35;
  margin-top: 16px!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: inherit;
}
.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: #a9ff35;
  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: #a9ff35;
  color: #a9ff35;
}
.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: #A9FF35;
  background-color: #A9FF35;
}
.complects-top .cs-tabs-item:hover a {
  color: black;
}
.filter__container-wrap .swiper {
  max-height: 150px;
}
.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 {

}

#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;
}
.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: #a9ff35;;
  }
  &.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;
}
.table-wrap {
  overflow-x: auto;
  overflow-y: hidden;
}
.btn.oncart::before{
  background: #fff;
  border: 1px solid #a9ff35;
}
.page-card-order__btn.btn:not(.card--js)::before {
  background: #f1f7ff;
  border: 1px solid #a9ff35;
}

.social-link:hover svg path {
  fill: #a9ff35;
  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: #F2F7FE;
}
.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,
.cabinet__menu {
  padding: 0 10px;
}
.my-order__container {
  border: 0;
  padding: 0;
}
.cabinet-form__box {
  padding: 0;
  border: 0;
}

.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: 25px 20px;
  height: 70px;
  border-radius: 5px;
}
.order-empty__text {
  margin-bottom: 32px;
}
.cabinet__w-sm {
  max-width: 500px;
}
.cabinet-info-box {
  padding: 30px 20px;
  border-radius: 5px;
  background: #F2F7FE;
}
.cabinet-info-box p {
  margin: 0;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 14px;
  line-height: 19.6px;
  color: #202732;
}
.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: 70px;
  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: #F2F7FE;
  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;
}

.added-app {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  transition: all .3s;
  color: #8E9196;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 20px;
  row-gap: 8px;
}
.added-app.active {
  color: #1B1B1B;
}
.added-app__switcher {
  margin-right: 10px;
}
.added-app__text {
  flex: 0 0 auto;
  cursor: pointer;
  border-bottom: 1px dotted;
  margin-right: auto;
}
.added-app__text:hover {
  border-bottom-color: transparent;
}
.added-app__price {
}
.switcher {
  flex: 0 0 auto;
  position: relative;
  display: block;
  width: 40px;
  height: 20px;
}

.switcher__input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switcher__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #D0D0D0;
  transition: .4s;
  border-radius: 250px;
}

.switcher__slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0;
  bottom: 0;
  background-color: #A9FF35;
  transition: .4s;
  border-radius: 250px;
}

.switcher__input:checked + .switcher__slider {
  background-color: #5F5F5F;
}

.switcher__input:checked + .switcher__slider:before {
  transform: translateX(20px);
}

/* Дополнительно: стиль для disabled состояния */
.switcher__input:disabled + .switcher__slider {
  background-color: #f0f0f0;
  cursor: not-allowed;
}

.switcher__input:disabled + .switcher__slider:before {
  background-color: #ccc;
}
.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: #A9FF35;
}

.tabs__btn.active {
  background: #A9FF35;
  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;
  min-width: 170px;
  width: auto;
}
.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__bottom {
  margin-top: 40px;
  padding: 40px 0;
  border-top: 1px solid #373C69;
}
.footer__bottom--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.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: #a9ff35;
}
.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;
}
@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 .footer__center-box:last-of-type {
    border-bottom: 0;
    border-top: 1px solid #303948;
  }
  .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 {
    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;
  }
}
/* End */
/* /local/templates/gix_2023_upd_2/css/general/reset.css?17836038085756 */
/* /local/templates/gix_2023_upd_2/css/fancybox.css?178360380815553 */
/* /local/templates/gix_2023_upd_2/css/general/base.css?178360380828825 */
/* /local/templates/gix_2023_upd_2/css/general/switcher-box.css?17836038081946 */
/* /local/templates/gix_2023_upd_2/css/general/header.css?178360380837492 */
/* /local/templates/gix_2023_upd_2/css/general/header_basket.css?17836038084358 */
/* /local/templates/gix_2023_upd_2/css/general/pre_header.css?1783603808778 */
/* /local/templates/gix_2023_upd_2/css/general/form.css?17836038085647 */
/* /local/templates/gix_2023_upd_2/css/general/footer.css?178360380810110 */
/* /local/templates/gix_2023_upd_2/css/hits_and_card.css?17836038087507 */
/* /local/templates/gix_2023_upd_2/css/inner-page.css?178360380829014 */
/* /local/templates/gix_2023_upd_2/components/bitrix/sale.basket.basket.line/autorize/style.min.css?17836038084065 */
/* /local/templates/gix_2023_upd_2/components/bitrix/sale.basket.basket.line/top/style.css?17836038081532 */
/* /local/templates/gix_2023_upd_2/components/bitrix/catalog.section.list/menu_new/style.css?17836038085247 */
/* /local/templates/gix_2023_upd_2/styles.css?178360380831744 */
/* /local/templates/gix_2023_upd_2/template_styles.css?178360380670336 */
