@charset "UTF-8";

/**
    ИКОНКИ - начало
 */

[class*='main-']:before {
    display: inline-block;
    font-family: 'main-icon';
    font-size: 18px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: color 100ms;
    -moz-transition: color 100ms;
    -ms-transition: color 100ms;
    -o-transition: color 100ms;
    transition: color 100ms;
}

.main-compare-icon:before{content: "\e900";}
.main-fav-icon:before{content: "\e901";}
.main-basket-icon:before{content: "\e902";}
.main-auth-icon:before{content: "\e903";}
.main-phone-icon:before{content: "\e904";}
.main-search-icon:before{content: "\e905";}
.main-close-icon:before{content: "\e906";}
.main-mail-icon:before{content: "\e907";}
.main-watch-icon:before{content: "\e908";}
.main-location-icon:before{content: "\e909";}
.main-arrow-right-icon:before{content: "\e90a";}
.main-tip-icon:before{content: "\e90b";}
.main-check-icon:before{content: "\e90c";}
.main-fav-active-icon:before{content: "\e90d";}
.main-check-other-icon:before{content: "\e90e";}
.main-cross-icon:before{content: "\e90f";}
.main-repeat-icon:before{content: "\e910";}
.main-delivery-icon:before{content: "\e911";}
.main-pay-icon:before{content: "\e912";}
.main-plus-icon:before{content: "\e913";}
.main-delete-icon:before{content: "\e914";}
.main-minus-icon:before{content: "\e915";}
.main-share-icon:before{content: "\e916";}
.main-date-icon:before{content: "\e917";}
.main-arrow-light-icon:before{content: "\e918";}
.main-3d-icon:before{content: "\e919";}
.main-scheme-icon:before{content: "\e91a";}
.main-filter-icon:before{content: "\e91b";}
.main-sort-icon:before{content: "\e91c";}


/**
    ИКОНКИ - конец
 */

* {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

aside,
nav,
footer,
header,
section {
    display: block;
}

html,
body {
    height: 100%;
    min-width: 390px;
}

body:not(._lock){
    overflow-x: clip;
}

body {
    line-height: 1;
    font-family: "Montserrat";
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: "Montserrat";
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #45869D;
}

a:active{
    color: #EFA073;
}

ul li {
    list-style: none;
}

img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

body {
    background: #ffffff;
    color: #4A4842;
    font-size: 18px;
}

body._lock {
    overflow: hidden;
}

a {
    color: currentColor;
}

svg {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.only-for-dev{
    position: relative;
}
.only-for-dev:before{
    content: 'Данный блок только на DEV!';
    position: absolute;
    display: block;
    padding: 1px 4px;
    font-size: 9px;
    background: red;
    color: #fff;
    top: -7px;
    right: 0;
}

.container {
    max-width: 1760px;
    margin: 0 auto;
}

input.form-input {
    width: 100%;
    padding: 17.5px 10px;
    font-size: 14px;
    color: #4A4842;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

input.form-input::-webkit-input-placeholder{
    color: #A7A7A7;
}

input.form-input:-moz-placeholder{
    color: #A7A7A7;
}

input.form-input::-moz-placeholder{
    color: #A7A7A7;
}

input.form-input:-ms-input-placeholder{
    color: #A7A7A7;
}


input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

#searchAddress{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    overflow: visible;
}

.d-flex{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.d-flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.select {
    position: relative;
}

.select__item {
    position: relative;
}

.select__title {
    color: #4A4842;
    border: 1px solid #A7A7A7;
    background-color: #fff;
    cursor: pointer;
}

.select__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 40px;
    padding: 0 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.select__value span {
    height: 1em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #45869D;
}

.select__value:before {
    content: "\e90a";
    font-family: 'main-icon';
    display: inline-block;
    font-size: 8px;
    color: #45869D;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.select__input {
    width: 100%;
    background-color: transparent;
    height: 100%;
}

.select__options {
    max-height: 200px;
    overflow: auto;
    color: #4A4842;
    display: none;
    position: absolute;
    top: 29px;
    min-width: 100%;
    left: 0;
    background-color: #fff;
    border-top: 0;
    border: 1px solid #A7A7A7;
    border-top: 0;
    font-size: 14px;
    padding: 5px 0px;
}

.select__options::-webkit-scrollbar{
    width: 4px;
}

.select__options::-webkit-scrollbar-track{
    background-color: #E4E3DF;
    border-radius: 20px;
}

.select__options::-webkit-scrollbar-thumb{
    background-color: #A7A7A7;
    outline: 1px solid #A7A7A7;
    border-radius: 20px;
}

.select__option {
    cursor: pointer;
    padding: 5px 10px;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.select__option:hover {
    background: #f1f1f1;
}

.select._active {
    z-index: 5;
}

.select._active .select__value:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.select._active .select__options {
    display: block;
}

.options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.options__item {
    position: relative;
    cursor: pointer;
}

.options__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    left: 0;
    top: 0;
    visibility: hidden;
}

.options__input:checked + .options__text:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.options__text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: -0.3px;
    line-height: calc(20 / 16);
}

.options__text:before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0px 14px 0px 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 20px;
    height: 18px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.6);
}

.options__text:after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #77243a;
    position: absolute;
    left: 5px;
    top: 4px;
}

.quantity {
    width: 88px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(166, 166, 166, 0.45);
}

.quantity__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    position: relative;
    cursor: pointer;
}

.quantity__button::before,
.quantity__button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin: 0px 0px 0px -4.5px;
    background-color: #a6a6a6;
    width: 9px;
    height: 1px;
}

.quantity__button_plus::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.quantity__input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.quantity__input input {
    height: 100%;
    color: #a6a6a6;
    font-size: 12px;
    width: 100%;
    text-align: center;
}

.toggle-menu:not(.active) .toggle-container{
    display: none;
}

/*стили для слайдеров - начало*/

.slick-slider .slick-arrow{
    width: 36px;
    height: 36px;
    top: 175px;
    position: absolute;
    z-index: 10;
    font-size: 0;
    background: none;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.slick-slider .slick-arrow.slick-disabled{
    opacity: 0;
}

.slick-slider .slick-arrow:before{
    content: "\e918";
    width: 100%;
    height: 100%;
    font-family: 'main-icon';
    font-size: 36px;
    color: #E4E3DF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.slick-slider .slick-arrow.slick-prev{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    left: -36px;
}

.slick-slider .slick-arrow.slick-next{
    right: 44px;
}

.slick-slider.slick-vertical .slick-arrow.slick-prev{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: Calc((100% - 36px)/2);
    top: -36px;
}

.slick-slider.slick-vertical .slick-arrow.slick-next{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    right: Calc((100% - 36px)/2);
    top: 100%;
}

.slick-slider .slick-arrow:hover:before{
    color: #45869D;
}

.slick-slider > div:not(.slick-list):nth-child(n+2){
    display: none !important;
}

.slick-slider .slick-slide:nth-child(n+2){
    display: block;
}

.slick-slider .slick-dots{
    display: flex;
    width: 100%;
    height: 4px;
    justify-content: space-between;
    background: #E4E3DF;
    margin-top: 10px;
    border-radius: 20px;
}

.slick-slider .slick-dots li{
    width: 100%;
    position: relative;
}

.slick-slider .slick-dots li button{
    width: 100%;
    height: 100%;
    font-size: 0;
    background: transparent;
    border-radius: 20px;
}

.slick-slider .slick-dots li.slick-active button{
    background: #A7A7A7;
    position: absolute;
}

.products-slick-slider .slick-list{
    overflow: visible;
    z-index: 1;
}

.products-slick-slider:before{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 10;
    margin-left: -100%;
}

.products-slick-slider .product__stars .stars,
.products-slick-slider .product__stars .stars__circle::before{
    height: 10px;
}

.products-slick-slider .product__country{
    margin-bottom: 0;
}

.products-slick-slider .slick-arrow.slick-next{
    right: 0;
}

/*стили для слайдеров - конец*/

/**
 * Swiper 6.5.9
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 30, 2021
 */

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: lg;
    font-display: swap;
    src: url(../fonts/lg.woff) format("woff"), url(../fonts/lg.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

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

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

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

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

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

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

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

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

.swiper-container-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

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

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

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

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000;
}

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

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

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

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

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

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

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

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

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

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

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

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

.swiper-container-horizontal > .swiper-pagination-bullets{
    width: fit-content;
    width: -moz-fit-content;
    height: 4px;
    background: #E4E3DF;
    border-radius: 20px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0;
    width: 100%;
    border-radius: 20px;
    height: 4px;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: 0.2;
}

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

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

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

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

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

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

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

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

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

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

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

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

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}

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

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

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

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

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

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

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

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

.swiper-slide-zoomed {
    cursor: move;
}

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

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

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

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

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

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

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

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

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

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

.swiper-container-cube {
    overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-container-flip {
    overflow: visible;
}

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

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

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

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

/*! nouislider - 14.6.0 - 6/27/2020 */

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

/* Wrapper for all connect elements.
 */

.noUi-connects {
    overflow: hidden;
    z-index: 0;
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    -webkit-transform-style: flat;
    transform-style: flat;
}

.noUi-connect {
    height: 100%;
    width: 100%;
}

.noUi-origin {
    height: 10%;
    width: 10%;
}

/* Offset direction
 */

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */

.noUi-vertical .noUi-origin {
    width: 0;
}

.noUi-horizontal .noUi-origin {
    height: 0;
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}

.noUi-touch-area {
    height: 100%;
    width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
    height: 18px;
}

.noUi-horizontal .noUi-handle {
    width: 23px;
    height: 23px;
    right: -11.5px;
    top: -10px;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */

.noUi-target {
    height: 4px;
    background-color: #eaeaea;
    margin: 0px 11px 50px;
    position: relative;
}

.noUi-target::before,
.noUi-target::after {
    content: "";
    background-color: #eaeaea;
    width: 11px;
    height: 4px;
    position: absolute;
    top: 0;
}

.noUi-target::before {
    left: -10px;
}

.noUi-target::after {
    right: -10px;
}

.noUi-connect {
    background-color: #ffcda5;
}

/* Handles and cursors;
 */

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
    border: 1px solid #f68038;
    background-color: #ffffff;
    border-radius: 50%;
    cursor: default;
}

.noUi-handle::after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 3px;
    top: 3px;
    border-radius: 50%;
    background-color: #f68038;
}

.noUi-active {
    -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Disabled state;
 */

[disabled] .noUi-connect {
    background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed;
}

/* Base;
 *
 */

.noUi-pips,
.noUi-pips * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}

/* Values;
 *
 */

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

/* Markings;
 *
 */

.noUi-marker {
    position: absolute;
    background: #ccc;
}

.noUi-marker-sub {
    background: #aaa;
}

.noUi-marker-large {
    background: #aaa;
}

/* Horizontal layout;
 *
 */

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

/* Vertical layout;
 *
 */

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    color: #999999;
    font-size: 12px;
    position: absolute;
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: -22px;
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(0, -18px);
    -ms-transform: translate(0, -18px);
    transform: translate(0, -18px);
    top: auto;
    right: 28px;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    margin-top: -10px;
    position: absolute;
    display: block;
    width: 20px;
    height: 36px;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    z-index: 1080;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #fff;
}

.lg-actions .lg-next {
    right: 20px;
    background: url("../img/icons/p-right.svg") 0 0/100% no-repeat;
}

.lg-actions .lg-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 20px;
    background: url("../img/icons/p-left.svg") 0 0/100% no-repeat;
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s!important;
    -o-transition-duration: 0s!important;
    transition-duration: 0s!important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom .25s ease;
    -o-transition: bottom .25s ease;
    transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toggle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px
}

.lg-outer .lg-toggle-thumb:after {
    content: "\e1ff"
}

.lg-outer .lg-toggle-thumb:hover {
    color: #fff
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer
}

._no-webp .lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../img/vimeo-play.png) no-repeat scroll 0 0 transparent
}

._no-webp .lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../img/vimeo-play.png) no-repeat scroll 0 -58px transparent
}

._no-webp .lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url(../img/video-play.png) no-repeat scroll 0 0
}

.lg-outer .lg-has-html5 .lg-video-play {
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

._no-webp .lg-outer .lg-has-youtube .lg-video-play {
    background: url(../img/youtube-play.png) no-repeat scroll 0 0 transparent
}

._no-webp .lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../img/youtube-play.png) no-repeat scroll 0 -60px transparent
}

.lg-outer .lg-video-object {
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 80ms ease 0s;
    -o-transition: opacity 80ms ease 0s;
    transition: opacity 80ms ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
    -webkit-transition: opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s!important;
    transition: opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s!important;
    -o-transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s!important;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\e311"
}

#lg-actual-size {
    font-size: 20px
}

#lg-actual-size:after {
    content: "\e033"
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: "\e312"
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
    transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    -o-transition: opacity .15s ease 0s, transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s, -webkit-transform .15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow .3s ease 0s;
    -o-transition: box-shadow .3s ease 0s;
    -webkit-transition: -webkit-box-shadow .3s ease 0s;
    transition: -webkit-box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    -webkit-box-shadow: 0 0 0 8px #fff inset;
    box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    -o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #fff
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -webkit-transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
    transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
    -o-transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px
}

.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}

.lg-icon {
    font-family: lg!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}

.lg-outer #lg-share {
    position: relative
}

.lg-outer #lg-share:after {
    content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
    color: #fff;
}

.lg-toolbar .lg-close {
    background: url("../img/icons/close-white.svg") center no-repeat;
}

.lg-toolbar .lg-download {
    display: none;
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}

#lg-counter {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
}

.lg-toolbar,
.lg-prev,
.lg-next {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom 0.25s ease;
    -o-transition: bottom 0.25s ease;
    transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
}

.lg-outer .lg-toggle-thumb:after {
    content: "\e1ff";
}

.lg-outer .lg-toggle-thumb:hover {
    color: #fff;
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer;
}

._no-webp .lg-outer .lg-has-vimeo .lg-video-play {
    background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

._no-webp .lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

._no-webp .lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
}

.lg-outer .lg-has-html5 .lg-video-play {
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
}

._no-webp .lg-outer .lg-has-youtube .lg-video-play {
    background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

._no-webp .lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 0.08s ease 0s;
    -o-transition: opacity 0.08s ease 0s;
    transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}

.lg-autoplay-button:after {
    content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#lg-zoom-in:after {
    content: "\e311";
}

#lg-actual-size {
    font-size: 20px;
}

#lg-actual-size:after {
    content: "\e033";
}

#lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
}

#lg-zoom-out:after {
    content: "\e312";
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    -webkit-box-shadow: 0 0 0 2px white inset;
    box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
    transition: -webkit-box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    width: 12px;
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
    -webkit-box-shadow: 0 0 0 8px white inset;
    box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}

.lg-fullscreen:after {
    content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
    visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #fff;
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
    transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
    -o-transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
    color: #333;
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle;
}

.lg-icon {
    font-family: "lg" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto;
}

.lg-outer #lg-share {
    position: relative;
}

.lg-outer #lg-share:after {
    content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903";
}

.group {
    *zoom: 1;
}

.group:before,
.group:after {
    display: table;
    content: "";
    line-height: 0;
}

.group:after {
    clear: both;
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lg-outer.lg-visible {
    opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: inherit !important;
    -o-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    -o-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}

.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}

.lg-outer .lg-item {
    display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
    display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.lg-outer .lg-item.lg-complete {
    background-image: none;
}

.lg-outer .lg-item.lg-current {
    z-index: 1060;
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-empty-html {
    display: none;
}

.lg-outer.lg-hide-download #lg-download {
    display: none;
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
    opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
    -webkit-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
    opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.header {
    margin-top: calc(9px + 31 * ((100vw - 320px) / 1660));
}

.menu a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu a:hover {
    color: #000;
}

.menu a:hover.action {
    color: #EFA073;
}

.menu__top {
    margin-bottom: calc(9px + 31 * ((100vw - 320px) / 1660));
}

.menu__top-bars {
    display: none;
}

.menu__top-logo {
    position: absolute;
    height: 98px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -15px;
}

.menu__top-logo a{
    width: 100%;
    height: 100%;
    display: block;
}

.menu__top-head {
    line-height: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu__top-head ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu__top-head li {
    position: relative;
}

.menu__top-head li + li {
    margin-left: 25px;
}

.menu__top-head li::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -8px;
    width: 1px;
    height: 0;
    background: #4A4842;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu__top-head li::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -8px;
    width: 0;
    height: 1px;
    background: #4A4842;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu__top-head li a {
    font-size: 14px;
    position: relative;
}

.menu__top-head li a::before {
    content: "";
    position: absolute;
    top: -4px;
    right: -8px;
    width: 1px;
    height: 0;
    background: #4A4842;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu__top-head li a::after {
    content: "";
    position: absolute;
    top: -4px;
    right: -8px;
    width: 0;
    height: 1px;
    background: #4A4842;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu__top-head li:hover::before {
    height: 10px;
}

.menu__top-head li:hover::after {
    width: 10px;
}

.menu__top-head li:hover a::before {
    height: 10px;
}

.menu__top-head li:hover a::after {
    width: 10px;
}

.menu__top-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    height: 98px;
}

.menu__top-phone {
    color: #4A4842;
}

.menu__top-phone a.menu__top-phone-number {
    font-weight: 200;
    font-size: calc(20px + 1 * ((100vw - 320px) / 1660));
    display: block;
    margin-bottom: 6px;
}

.menu__top-phone a:not(.menu__top-phone-number) {
    font-size: 14px;
    line-height: 100%;
    border-bottom: 1px dashed #7AB6CB;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu__top-phone a:not(.menu__top-phone-number):hover {
    color: #7AB6CB;
}

.menu__top-logo a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu__top-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu__top-social ul li + li {
    margin-right: 20px;
}

.menu__top-social ul li.mobile {
    display: none;
}

.menu__top-social ul li a {
    position: relative;
}

.menu__top-social ul li a .count {
    width: auto;
    min-width: 14px;
    height: auto;
    min-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    position: absolute;
    font-weight: 200;
    font-size: 9px;
    line-height: 10px;
    color: #fff;
    z-index: +1;
    background: #EFA073;
    border-radius: 80px;
    top: -5px;
    right: Calc(50% - 23px);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.menu__top-social ul li a i{
    width: 20px;
    height: 20px;
    margin-bottom: 3px;
}

.menu__top-social ul li a i:before{
    font-size: 20px;
}

.menu__top-social ul li a span{
    width: 100%;
    display: block;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menu__top-social ul li:hover a span:not(.count),
.menu__top-social ul li:hover a i:before{
    color: #45869D;
}

.menu__top-social ul li:hover a span.count{
    color: #fff;
    background: #45869D;
}

.menu__bottom {
    height: 40px;
    border-top: 2px solid #F3F3F3;
    border-bottom: 2px solid #F3F3F3;
}

.menu__bottom .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu__bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
}

.menu__bottom ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu__bottom ul li:not(:first-child) {
    position: relative;
}

.menu__bottom ul li:not(:first-child) a {
    position: relative;
}

.menu__bottom ul li + li {
    margin-left: 44px;
}

.menu__bottom-search {
    width: 100%;
    max-width: 368px;
    background: #F3F3F3;
    padding: 0 12px 0 15px;
}

.menu__bottom-search.active .search-popup{
    display: block;
}

.menu__bottom form {
    max-width: 640px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.menu__bottom form span.menu__bottom-title {
    line-height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 101%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    visibility: visible;
}

.menu__bottom form span.menu__bottom-title:hover {
    color: #EFA073;
}

.menu__bottom form span.menu__bottom-title.active {
    opacity: 0;
    visibility: hidden;
}

.menu__bottom form input {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    height: 40px;
    font-size: 14px;
    background: inherit;
    cursor: pointer;
}

.menu__bottom form input::-webkit-input-placeholder{
    color: #4A4842;
}

.menu__bottom form input:-moz-placeholder{
    color: #4A4842;
}

.menu__bottom form input::-moz-placeholder{
    color: #4A4842;
}

.menu__bottom form input:-ms-input-placeholder{
    color: #4A4842;
}

.menu__bottom form button {
    width: 14px;
    height: 14px;
    background: none;
}

.menu__bottom form button:before{
    font-size: 14px;
    color: #45869D;
}

.menu__bottom form .main-close-icon{
    width: 14px;
    height: 14px;
    margin-right: 10px;
    z-index: -1;
    position: relative;
    cursor: pointer;
}

.menu__bottom .active form .main-close-icon{
    z-index: 2;
}

.menu__bottom form .main-close-icon:before{
    font-size: 14px;
    color: #45869D;
}

.bars {
    width: 24px;
    height: 24px;
    margin-right: 7px;
    background: #7AB6CB;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.bars:hover{
    background: #45869D;
}

.bars span:not(.bars-wrap) {
    width: 12px;
    height: 2px;
    display: block;
    margin-bottom: 2px;
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bars span:not(.bars-wrap):last-child{
    margin-bottom: 0;
}

.bars-wrap{
    width: 12px;
    height: 10px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3333336e;
    z-index: 100;
    display: none;
    cursor: pointer;
    -webkit-transition: all 0.20s ease;
    -o-transition: all 0.20s ease;
    transition: all 0.20s ease;
}

.main-menu,
.main-submenu-mob{
    width: Calc(100% - 20px);
    max-width: 1024px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px 0;
    background: #ffffff;
    padding: 56px 30px;
    z-index: 20;
    overflow-y: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: -1;
    overflow: visible;
}

.main-submenu-mob{
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.main-menu.active,
.main-submenu-mob.active{
    opacity: 1;
    z-index: 101;
}

/*.main-menu::-webkit-scrollbar {
    width: 5px;
}

.main-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.main-menu::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: none;
    border-radius: 10px;
}*/

.main-menu .submenu__title {
    width: Calc(100% - 27px);
    color: #4A4842;
    margin-bottom: 44px;
    font-size: 28px;
    padding-left: 40px;
}

.main-menu__list.mob{
    display: none;
}

.main-menu__list.menu-profile {
    display: none;
}

.main-menu__list ul{
    justify-content: flex-start;
    gap: Calc((100% - 875px)/4);
}

.main-menu__list .submenu__section{
    width: 175px;
    height: 140px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.main-menu__list .submenu__section:hover{
    overflow: visible;
}

.submenu__section .submenu__section-hover{
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    z-index: 100;
}

.submenu__section:hover .submenu__section-hover{
    position: absolute;
    height: max-content;
    border: 2px solid #E4E3DF;
}

.submenu__section-hover .submenu__section-link{
    width: 100%;
    display: block;
    padding: 36px 5px 0 5px;
}

.submenu__section .submenu__section-img{
    width: 58px;
    height: 58px;
    overflow: hidden;
    margin: 0 auto 10px;
    /*filter: brightness(70%);*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.submenu__section:hover .submenu__section-img{
    filter: brightness(100%);
}

.submenu__section .submenu__section-img img{
    width: auto;
    height: auto;
    display: block;
    /*filter: grayscale(100%);*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.submenu__section:hover .submenu__section-img img{
    filter: grayscale(0%);
}

.submenu__section .submenu__section-link span{
    width: 100%;
    height: 36px;
    display: block;
    overflow: hidden;
    text-align: center;
    font-weight: 200;
    font-size: 14px;
    line-height: 18px;
    color: #4A4842;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    word-wrap: break-word;
}

.submenu__section:hover .submenu__section-link span{
    color: #45869D;
}

.submenu__section .submenu__subsection{
    height: 0;
    overflow: hidden;
    background: #ffffff;
    padding: 10px 5px 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.submenu__section:hover .submenu__subsection{
    height: auto;
}

.submenu__section .submenu__subsection li{
    width: 100%;
    margin-bottom: 8px;
}

.submenu__section .submenu__subsection li:last-child{
    margin-bottom: 0;
}

.submenu__section .submenu__subsection li a{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.submenu__section .submenu__subsection li:hover a{
    color: #45869D;
}

.submenu-mob-head{
    width: Calc(100% + 40px);
    position: relative;
    top: -20px;
    left: -20px;
    justify-content: space-between;
}

.back-menu-btn{
    width: 8px;
    height: 16px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.back-menu-btn{
    cursor: pointer;
}

.back-menu-btn:before{
    font-size: 16px;
}

.back-menu-btn:before{
    color: #A7A7A7;
}

.submenu-mob-head .popup__close{
    top: 0;
    right: 0;
}

.submenu-mob-content{
    position: relative;
    top: -16px;
}

.submenu-mob-content .submenu__section{
    margin-bottom: 40px;
}

.submenu-mob-content .submenu__section-img{
    filter: brightness(1);
}

.submenu-mob-content .submenu__section-img img{
    filter: grayscale(0);
}

.submenu-mob-content .submenu__section span{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 200;
    color: #45869D;
}

.submenu-mob-content .submenu__section-links li{
    text-align: center;
    margin-bottom: 18px;
}

.submenu-mob-content .submenu__section-links li:last-child{
    margin-bottom: 0;
}



/*.main-menu .footer__left {
    display: none;
}

.main-menu .footer__right {
    display: none;
}*/

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 120;
    margin: auto;
    max-width: Calc(100% - 30px);
    width: 560px;
    background: #F3F3F3;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 50px 50px 60px;
}

.popup .select__options {
    font-size: 14px;
}

.popup#add-basket {
    width: Calc(100% - 30px);
    max-width: 916px;
    background: #fff;
    padding: 0;
    max-height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.popup#add-basket .popup__body{
    height: auto;
    padding: 40px 75px 30px;
}

.popup#delivery-popup,
.popup#pay-popup,
.popup#garanty-popup{
    min-height: 300px;
    max-height: 100%;
}

.popup#add-basket{
    min-height: unset;
    max-height: Calc(100% - 48px);
    height: auto;
}

.popup#add-basket h2,
.popup#delivery-popup h2,
.popup#pay-popup h2,
.popup#garanty-popup h2{
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    margin-bottom: 40px;
}

.popup#add-basket h2 span {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
}

.popup#add-basket .basket__item {
    padding: 0;
    gap: 18px;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
}

.popup#add-basket .basket__item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.popup#add-basket .basket__item-info,
.popup#add-basket .basket__item-price{
    width: Calc(50% - 94px);
}

.popup#add-basket .basket__item-info{
    display: block;
}

.popup#add-basket .basket__item-info ul li {
    margin-bottom: 7px;
}

.popup#add-basket .basket__item-info ul li span.title{
    display: block;
    font-size: 16px;
    font-weight: 200;
    line-height: 19px;
    color: #4A4842;
    margin-bottom: 14px;
}

.popup#add-basket .product__icon{
    justify-content: flex-start;
    margin: 20px 0 8px;
}

.popup#add-basket .basket__payback{
    gap: 6px;
}

.popup#add-basket .basket__payback .availible_row{
    width: auto;
}

.popup#add-basket .basket__item-info ul li.availible{
    margin-bottom: 0;
}

.popup#add-basket .basket__item-info ul li.availible span{
    color: #749A73;
    font-size: 12px;
    font-weight: 200;
    line-height: 15px;
    letter-spacing: 0;
    text-align: right;
}

.popup#add-basket .product__stars{
    gap: 6px;
}

.popup#add-basket .basket__item-img {
    width: 170px;
    min-width: 170px;
    height: 174px;
    aspect-ratio: unset;
}
.popup#add-basket .basket__item-img img{
    width: auto;
    margin: 0 auto;
    display: block;
}
.popup#add-basket .popup__body-info {
    margin-top: 40px;
}

.popup#add-basket .popup__body-info p {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
}

.popup#add-basket .popup__body-info p a{
    color: #45869D;
    text-decoration: unset;
}

.popup#add-basket .popup__body-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 38px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.popup#add-basket .popup__body-btns a {
    position: unset;
    max-width: 230px;
    width: 100%;
    height: 48px;
    text-align: center;
    padding: 0;
    background: #E4E3DF;
    border: none;
    color: #4A4842;
}

.popup#add-basket .popup__body-btns a.go-to-basket{
    background: #7AB6CB;
    color: #ffffff;
}

.popup#add-basket .popup__body-btns a:hover{
    background: #45869D;
    color: #ffffff;
}

.popup#add-basket .basket__item-price .price .price-old,
.popup#add-basket .basket__item-price .price .price-new,
.popup#add-basket .basket__item-price .price .basket__payback-sum{
    justify-content: flex-end;
}

.popup__close {
    width: 17px;
    height: 17px;
    top: 16px;
    right: 16px;
    cursor: pointer;
    position: absolute;
}

.popup__close:before,
.popup__close i:before{
    font-size: 17px;
    color: #A7A7A7;
}

.popup__close:hover:before,
.popup__close:hover i:before{
    color: #45869D;
}

.popup h2 {
    color: #4A4842;
    font-size: 24px;
    font-weight: 200;
    line-height: 28px;
    text-align: center;
}

.popup .btn {
    width: 209px;
    height: 42px;
    margin: 45px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 200;
    line-height: 1;
}

.popup form {
    margin-top: 28px;
}

.popup form .form__container {
    width: 100%;
}

.popup form .time {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.popup form .time label {
    margin-bottom: 0;
}

.popup form .time .select {
    margin-left: 20px;
}

.popup form label {
    display: block;
    margin-bottom: 14px;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
}

.popup form .policy-agree,
.popup form .policy-agree > label{
    margin-bottom: 0;
}

.popup form label span{
    width: 100%;
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.popup form .select__item {
    width: 100px;
}

.popup#messageMini{
    background: #F3F3F3;
    padding: 32px 30px;
    max-width: 480px;
    right: 50px;
    top: unset;
    bottom: 35px;
    left: unset;
}

#messageMini .popup__body{
    padding: 0;
}

#messageMini .popup__close{
    top: 16px;
    right: 13px;
}

#messageMini .popup__close:before{
    font-size: 17px;
    color: #A7A7A7;
}

#messageMini h2{
    width: 100%;
    font-size: 24px;
    font-weight: 200;
    line-height: 28px;
    text-align: left;
    margin-bottom: 14px;
    color: #4A4842;
}

#messageMini p{
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
}

.popup .mCSB_inside > .mCSB_container{
    margin-right: 0
}

.popup.snova-scroll .mCSB_scrollTools {
    height: Calc(100% - 80px);
    top: 40px;
    right: 8px;
}

.popup .other-items{
    gap: 30px;
    margin: 0 !important;
}

.popup .other-items .other-subtitle{
    font-size: 22px;
}

.popup .other-items .other-page-text ul li{
    padding-left: 18px;
}

.popup .other-items .other-page-text ul li,
.popup .other-items .other-page-text{
    margin-bottom: 14px;
    font-size: 16px;
}

.popup .other-items .other-item{
    width: 100%;
}

.popup#delivery-popup,
.popup#pay-popup,
.popup#garanty-popup{
    width: 1100px;
    max-width: Calc(100% - 120px);
    height: 730px;
    padding: 0;
    background: #fff;
}

.popup#delivery-popup .popup__body,
.popup#pay-popup .popup__body,
.popup#garanty-popup .popup__body{
    width: 100%;
    height: 100%;
    padding: 0;
}

.popup#delivery-popup .mCSB_container,
.popup#pay-popup .mCSB_container,
.popup#garanty-popup .mCSB_container{
    padding: 40px 75px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.popup#delivery-popup .mCSB_scrollTools,
.popup#pay-popup .mCSB_scrollTools,
.popup#garanty-popup .mCSB_scrollTools{
    height: Calc(100% - 80px);
    right: 4px;
    top: 40px;
}

.popup#delivery-popup .other-page-desc,
.popup#pay-popup .other-page-desc,
.popup#garanty-popup .other-page-desc{
    width: 84%;
    margin-bottom: 44px;
}

.popup#delivery-popup h3,
.popup#pay-popup h3,
.popup#garanty-popup h3{
    width: 100%;
    font-size: 24px;
    font-weight: 200;
    line-height: 27px;
    margin-bottom: 30px;
}

.info-rows{
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.info-row{
    padding: 18px;
    border-bottom: 1px solid #d9d9d9;
}

.info-row.title-mob{
    display: none;
}

.info-row > div:first-child{
    width: 80%;
}

.info-row > div:last-child{
    width: 20%;
}

.info-row:nth-child(even){
    background: #eee;
}

.footer {
    border-top: 2px solid #F0F0F0;
    padding-top: 70px;
}

.footer__wrap{
    width: 100%;
    margin-bottom: 36px;
    justify-content: space-between;
    align-items: flex-start !important;
}

.footer__left{
    width: 28%;
    max-width: 355px;
}

.footer__center{
    width: Calc(72% - 150px);
    max-width: 768px;
}

.footer__right{
    width: 150px;
}

.footer__bottom{
    width: 100%;
    padding: 20px 0;
    background: #ECECEC;
    font-size: 14px;
    line-height: 100%;
    color: #A7A7A7;
}
.footer__bottom > .container{
    align-items: center;
}
.footer__bottom .policy{
    width: Calc(100% - 155px);
    margin-right: 10px;
    justify-content: flex-start;
    gap: 10px 58px;
}

.footer__bottom .footer__polit{
    width: 145px;
}

.footer .menu__top-phone span {
    font-size: calc(16px + 10 * ((100vw - 320px) / 1660));
}

.footer .menu__top-phone a {
    font-size: 14px;
}

.footer .menu__top-phone a.menu__top-phone-number{
    font-size: 18px;
}

.footer__logo {
    width: 100%;
}

.footer__logo img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.footer__logo p {
    font-size: 14px;
    margin-top: 10px;
}

.footer__adress {
    margin: 30px 0;
    font-size: 14px;
    line-height: 100%;
}

.footer__adress-item {
    justify-content: flex-start;
    margin-bottom: 15px;
}

.footer__adress-item:last-child{
    margin-bottom: 0;
}

.footer__adress-item i{
    width: 17px;
    height: 17px;
    margin-right: 7px;
}

.footer__adress-item i:before{
    font-size: 17px;
    color: #A7A7A7;
}

.footer__adress-item p {
    width: Calc(100% - 24px);
    margin-left: 0;
}

.footer__adress span{
    line-height: 18px;
}

.footer__social{
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    gap: Calc((100% - 96px)/2);
    margin: 25px 0 40px;
}

.footer__social a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__social a svg {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    fill: #4A4842;
}

.footer__social a:hover svg path {
    fill: #7AB6CB !important;
}

.footer__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer__menu ul li {
    width: 50%;
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 100%;
}

.footer__menu ul li a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer__menu ul li a:hover {
    color: #7AB6CB;
}

.footer__menu ul li a:active{
    color: #EFA073;
}

.footer__menu ul li ul {
    display: none;
}

.footer__polit p{
    margin-bottom: 7px;
}

.footer__polit p:last-child{
    margin-bottom: 0;
}

/********************************************** INTRO *****************************************/

.wrapper{
    overflow-x: hidden;
    overflow-y: hidden;
}

.main {
    margin-top: 30px;
    /*overflow-x: hidden;*/
}

.intro .swiper-container:not(.intro__slider__main) {
    padding-bottom: 40px;
}

.intro__slider__main{
    padding-bottom: 15px;
}

.intro__slider__main .swiper-pagination{
    bottom: 0;
}

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

.intro .swiper-slide {
    position: relative;
}

.intro .swiper-slide img {
    width: 100%;
}

.intro .swiper-slide a {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    margin: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #7AB6CB;
    padding: 12px 44px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 200;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
}

.intro .swiper-slide a:hover {
    background: #45869D;
}

/********************************************** END INTRO *****************************************/

/*****************************************************CATEGORY***************************************/

.category {
    margin-top: calc(30px + 40 * ((100vw - 320px) / 1660));
}

.category .section__title{
    margin-bottom: 45px;
}

.category .section__title.mobile.inside {
    display: none;
}

.category .show-cat {
    display: none;
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #45869D;
    position: relative;
    padding-left: 35px;
}

.category .show-cat svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.category .show-cat.active svg {
    -webkit-transform: rotate(90deg) scale(-1, 1);
    -ms-transform: rotate(90deg) scale(-1, 1);
    transform: rotate(90deg) scale(-1, 1);
}

.category__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.category__item {
    height: auto;
    width: Calc(100%/8);
    position: relative;
    overflow: hidden;
    color: #fff;
    aspect-ratio: 1/1;
}

/*.category__item:last-child {
    width: Calc((100%/8)*2);
    aspect-ratio: 1/0.5;
}*/

.category__item:not(:last-child) img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.category__item a {
    display: block;
    height: 100%;
    position: relative;
    color: #ffffff;
}

.category__item a::after {
    cursor: pointer;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(196, 196, 196, 0)), color-stop(62%, rgba(255, 255, 255, 0)), to(#4A4842));
    background: -o-linear-gradient(top, rgba(196, 196, 196, 0) 50%, rgba(255, 255, 255, 0) 62%, #4A4842 100%);
    background: linear-gradient(180deg, rgba(196, 196, 196, 0) 50%, rgba(255, 255, 255, 0) 62%, #4A4842 100%);
    background-blend-mode: hard-light;
}

.category__item p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    text-align: center;
    z-index: +2;
    padding: 0 5px;
    font-size: 16px;
}

.category__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.category__item:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/******************************************** END CATEGORY *********************************************/

/************************************************************ BRENDS *******************************************/

.brends {
    margin-top: calc(40px + 30 * ((100vw - 320px) / 1440));
}

.brends.brend-brends {
    margin-top: calc(30px + 55 * ((100vw - 320px) / 1660));
    margin-bottom: calc(30px + 55 * ((100vw - 320px) / 1660));
}

.brends__list {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(8, auto);
    gap: 20px 40px;
    align-items: center;
}

.brend-brends .brends__list{
    grid-template-columns: repeat(4, auto);
    gap: 60px 40px;
}

.brends__item{
    width: 100%;
    height: 100%;
}

.brends__item img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.brends__item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav__link svg {
    margin-left: 20px;
    fill: #4e4e4e;
}

.section__section_btn{
    margin-bottom: 50px;
    align-items: baseline;
}

.section__section_btn span{
    font-size: 16px;
    line-height: 100%;
}

.section__section_btn i{
    width: 10px;
    height: 10px;
    margin-left: 8px;
}

.section__section_btn i:before{
    font-size: 10px;
}

/************************************************************ END BRENDS *******************************************/

/*************************************************** SELECT-STYLE *********************************************/

.select-style {
    margin-top: calc(40px + 30 * ((100vw - 320px) / 1440));
}

.select-style__content {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
    height: 100%;
}

.select-style__content.active {
    display: block;
}

.select-style__tabs {
    margin-top: 30px;
}

.select-style .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    gap: 20px;
}

.select-style .tabs .tab {
    width: auto;
    max-width: 150px;
    padding: 0 22px;
    height: 60px;
    border: 1px solid #000000cc;
    text-align: center;
    color: #4A4842;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.select-style .tabs .tab.active,
.select-style .tabs .tab:hover {
    background: #7AB6CB;
    border-color: #7AB6CB;
    color: #ffffff;
}

.select-style .contents {
    position: relative;
    overflow: hidden;
    height: 30vw;
}

.select-style .contents img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.select-style .contents a {
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 28px;
    margin: 0 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 27px;
    font-weight: 200;
    font-size: 16px;
    line-height: 100%;
    color: #ffffff;
    background: #7AB6CB;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.select-style .contents a:hover {
    background: #45869D;
}

/*************************************************** END SELECT-STYLE *********************************************/

/************************************* BANNER ********************************/

.banner {
    margin-top: calc(10px + 30 * ((100vw - 320px) / 1440));
    margin-bottom: calc(10px + 30 * ((100vw - 320px) / 1440));
}

.banner-bg{
    width: 100%;
    display: block;
    height: auto;
    aspect-ratio: 1/0.27;
    position: relative;
    overflow: hidden;
}
.banner-bg-img{
    height: 100%;
}
.banner-bg-img img{
    width: 100%;
    height: 100%;
}

.banner-bg span{
    width: 100%;
    max-width: 700px;
    display: block;
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-size: calc(22px + 20 * ((100vw - 320px) / 1440));
    line-height: 98%;
    color: #fff;
}

.banner-bg:hover span,
.banner-bg:active span{
    color: #fff;
}

/*.banner .container {
    position: relative;
}

.banner .container:hover .banner__overlay {
    opacity: 1;
    visibility: visible;
}

.banner .container:hover h3 {
    color: #fff;
}

.banner img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}*/

/*.banner h3 {
    font-weight: 200;
    font-size: calc(14px + 26 * ((100vw - 320px) / 1660));
    text-transform: uppercase;
    color: #010101;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    z-index: 3;
}

.banner h3 a {
    position: relative;
    display: block;
    padding-top: calc(50px + 74 * ((100vw - 320px) / 1660));
    padding-bottom: calc(50px + 74 * ((100vw - 320px) / 1660));
    padding-left: calc(15px + 35 * ((100vw - 320px) / 1660));
    padding-right: calc(15px + 35 * ((100vw - 320px) / 1660));
}

.banner h3 a::before {
    content: "";
    position: absolute;
    top: 16px;
    right: 40px;
    width: 3px;
    height: 0;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.banner h3 a::after {
    content: "";
    position: absolute;
    top: 16px;
    right: 40px;
    width: 0;
    height: 3px;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}*/

/*.banner h3::before {
    content: "";
    position: absolute;
    bottom: 16px;
    left: 40px;
    width: 3px;
    height: 0;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.banner h3::after {
    content: "";
    position: absolute;
    bottom: 16px;
    left: 40px;
    width: 0;
    height: 3px;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.banner h3:hover::before {
    background: #fff;
    height: 30px;
}

.banner h3:hover::after {
    background: #fff;
    width: 30px;
}

.banner h3:hover a::before {
    background: #fff;
    height: 30px;
}

.banner h3:hover a::after {
    background: #fff;
    width: 30px;
}

.banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000085;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}*/

/************************************* BANNER ********************************/

.breadcrumbs{
    height: Calc(100% + 8px);
    padding-bottom: 8px;
    margin-bottom: -8px;
}

.breadcrumbs ul .mCSB_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*font-size: 16px;
    line-height: 19px;
    color: #000000;*/
    white-space: nowrap;
    /*overflow: hidden;*/
}

.breadcrumbs .snova-scroll-hor .mCSB_horizontal.mCSB_inside > .mCSB_container{
    margin-bottom: 0;
}

.breadcrumbs .mCSB_scrollTools.mCSB_scrollTools_horizontal{
    top: Calc(100% + 4px);
}

.breadcrumbs .mCustomScrollBox{
    overflow: visible !important;
}

.breadcrumbs .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    margin: 0;
}

.breadcrumbs ul li{
    width: auto;
    margin-right: 6px;
    min-height: 23px;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
}

.breadcrumbs ul li:nth-child(n + 2){
    display: none;
}

.breadcrumbs ul.mCustomScrollbar li:nth-child(n + 2){
    display: block;
}

.breadcrumbs ul li:last-child {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-right: 0;
}

.breadcrumbs ul li a {
    width: fit-content;
    width: -moz-fit-content;
    max-width: fit-content;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 5.5px 20px 5.5px 10px;
    background: #F3F3F3;
}

/*.breadcrumbs ul li:last-child {
    padding: 5.5px 10px;
    background: #F3F3F3;
}

.breadcrumbs ul li:last-child span{
    padding-right: 0;
}*/

.breadcrumbs ul li a::after {
    display: block;
    font-family: 'main-icon';
    content: "\e90a";
    font-size: 8px;
    position: absolute;
    right: 8px;
    top: 8.5px;
    height: 8px;
    line-height: 1;
    color: #A7A7A7;
}

.breadcrumbs ul li a:hover {
    color: #EFA073;
}

.breadcrumbs ul li span {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    padding-right: 7px;
}

.breadcrumb-list{
    position: absolute;
    top: 100%;
    left: 0;
    max-width: max-content;
    height: auto;
    border: 1px solid #F1F1F1;
    box-shadow: 0 14px 20px 0 #0000001A;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.breadcrumbs ul li.active .breadcrumb-list{
    z-index: 1000;
    opacity: 1;
}

.breadcrumbs ul li.back{
    min-height: 23px;
}

.breadcrumbs ul li.back span{
    min-height: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 5.5px 10px;
    background: #F3F3F3;
}

.breadcrumb-list ul{
    display: block;
}

.breadcrumb-list ul li{
    margin-right: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    min-height: unset;
}

.breadcrumb-list ul li:last-child{
    padding: 0;
    background: none;
}

.breadcrumb-list ul li a{
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 8px 18px;
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.breadcrumb-list ul li:hover a{
    color: #4A4842;
    background: #F8F7F5;
}

.breadcrumb-list ul li a:after{
    display: none;
}

.text-block {
    margin-top: calc(20px + 30 * ((100vw - 320px) / 1660));
}

.text-block .container {
    border-top: 1px solid #afafaf;
    padding-top: calc(20px + 30 * ((100vw - 320px) / 1660));
    padding-bottom: calc(20px + 30 * ((100vw - 320px) / 1660));
}

.text-block .container h2 {
    color: #000000;
    margin-bottom: 30px;
    font-weight: 200;
}

.text-block .container p {
    line-height: 115%;
    color: #000;
}

.text-block .container p:not(:last-child) {
    margin-bottom: 20px;
}

.text-block .container .show-btn {
    display: none;
}

.product__item {
    color: #4A4842;
    width: calc(20% - 40px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    height: 392px;
}

.product__item:hover{
    overflow: visible;
}

.product__item-inner{
    height: 100%;
    padding: 12px 10.5px;
    border: 2px solid transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
}

.product__item-inner:hover {
    height: max-content;
    border: 2px solid #E4E3DF;
    position: absolute;
    z-index: 9;
}

.product__img {
    position: relative;
    /* height: 230px; */
    /* padding: 10px 20px; */
    width: 100%;
    height: auto;
    max-height: 175px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.product__img picture{
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.product__img img {
    max-width: 100%;
    height: auto;
    /*aspect-ratio: 1 / 1;*/
    -o-object-fit: cover;
    object-fit: cover;
}

/*.product__icon {
    position: absolute;
    top: 20px;
    left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
}*/

/*.product__icon span {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.84);
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.product__item:hover .product__icon span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}*/

.product__mid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stars{
    position: relative;
    font-size: 40px;
    display: inline-block;
    width: 120px;
    height: 40px;
}

.product__stars .stars {
    width: 27px;
    height: 10px;
}

.availible_row{
    width: Calc(100% - 37px);
    text-align: right;
}

.product__icon span img {
    width: 26px;
    height: 26px;
}

.product__icon span .imgc-hover {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product__icon span:hover .imgc-hover,
.product__icon span.active .imgc-hover {
    opacity: 1;
    visibility: visible;
}

.product__sticker {
    width: 100%;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    gap: 8px;
}

.product__sticker > div:not(.expo){
    position: relative;
}

.product__sticker > div:not(.expo):after{
    content: '';
    position: absolute;
    border: 4px solid transparent;
    border-top: 6px solid #45869D;
    border-right: 3px solid #45869D;
    right: 0;
}

.product__sticker .expo{
    z-index: 3;
}

.product__sticker .action span,
.product__sticker .expo span:not(.description) {
    background: #7AB6CB;
}

.product__sticker .bonus span {
    background: #42d77d;
}

.product__sticker.none {
    display: none;
}

.product__sticker span:not(.description) {
    font-size: 11px;
    width: 46px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 200;
    color: #fff;
}

.product__sticker .expo span.description{
    position: absolute;
    width: 100%;
    right: 0;
    text-align: center;
    font-size: 10px;
    top: Calc(100% + 6px);
    opacity: 0;
    background: #ffffff;
    padding: 4px 2px;
    color: #4A4842;
    border: 1px solid #E4E3DF;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.product__sticker .expo:hover span.description{
    opacity: 1;
    color: #4A4842;
}

.product__title {
    margin: 10px 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #4A4842;
    max-height: 64px;
    overflow: hidden;
}

.product__title h3 {
    font-weight: 200;
    padding-bottom: 0;
}

.product__others{
    gap: 10px;
    margin: 10px 0;
    justify-content: space-between;
}

.product__country {
    width: 23px;
    height: 15px;
    border: 1px solid #D9D9D9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product__country picture,
.product__country picture img{
    width: 100%;
    height: 100%;
}

.product__country p {
    font-size: 11px;
}

.product__icon{
    width: Calc(100% - 33px);
    justify-content: flex-end;
    gap: 9px;
}

.product__icon span{
    width: 11px;
    height: 11px;
    cursor: pointer;
}

.product__icon span i:before{
    font-size: 11px;
    color: #45869D;
}

.product__icon span:hover i:before,
.product__icon span.addToFavorite.active i:before,
.product__icon span.addToCompare.active i:before{
    color: #EFA073;
}

.product__icon span.addToFavorite.active i:before{
    content: "\e90d";
}

.product__stars {
    position: relative;
    font-size: 0;
}

.product__stars .stars__circle {
    height: 100%;
    cursor: pointer;
    margin-right: 3px;
    display: inline-block;
}

.product__stars .stars__circle:last-child{
    margin-right: 0;
}

.product__stars .stars__circle::before {
    content: '';
    display: block;
    background-color: #F3F3F3;
    width: 3px;
    height: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.product__stars .stars__circle.active::before {
    background-color: #7AB6CB;
}

.product__info {
    padding: 15px 20px 0;
}

.product__info ul li {
    padding-left: 20px;
    position: relative;
    line-height: 115%;
    color: rgba(0, 0, 0, 0.6);
}

.product__info ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 5px;
    left: 0;
}

.product__info ul li span {
    color: #000;
}

.product__info ul li + li {
    margin-top: 10px;
}

.product__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: column;
}

.product__price .prices_wrap {
    width: auto;
    display: flex;
    margin-top: 10px;
    align-items: baseline;
}

/*.product__price a.addToBasket {
    display: none;
}

.product__item:hover .product__price a.addToBasket {
    display: flex;
}*/

.product__price-old {
    font-size: 12px;
    font-weight: 200;
    line-height: 16px;
    margin-right: 7px;
    color: #a7a7a7 !important;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}

.product__price-new {
    font-size: 18px;
    font-weight: 200;
    line-height: 21px;
    color: #4A4842;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.product__price-new .up-text{
    font-size: 10px;
    font-weight: 200;
    line-height: 11px;
    color: #4A4842;
    margin-left: 2px;
}

.product__remove {
    text-align: center;
    padding: 0 20px;
}

.product__remove a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product__remove a svg {
    fill: rgba(0, 0, 0, 0.6);
    width: 20px;
    height: 20px;
    margin-right: 20px;
}

.product__remove a:hover {
    color: #EFA073;
}

.product__remove a:hover svg {
    fill: #EFA073;
}

.product__parameters {
    margin-top: 30px;
}

.product__parameters ul li {
    padding: 20px;
}

.case {
    padding-top: 28px;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.case__list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.catalog-page .case__list{
    width: Calc(100% - 379px);
}

.case__list-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.case__list-body.grid-container{
    display: grid;
    grid-template-rows: auto;
    /*grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 5px 24px;*/
    grid-template-columns: repeat(6, 200px);
    gap: 5px Calc((100% - 1200px)/5);
}

.grid-container .product__item{
    width: 100%;
}

.case__list-body.sublist .product__item h3 {
    padding-bottom: 20px;
}

.case__order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.case__order-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.case__order-navi h1 {
    display: none;
    color: #000000;
    font-size: 20px;
    text-transform: uppercase;
}

.case__order-links img {
    width: 30px;
    height: 30px;
}

.case__order-nav {
    display: none;
}

.case__order a img.reverse {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.case__order a.mobile {
    display: none;
}

.case__order ul {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.case__order ul li:first-child {
    margin-left: 20px;
}

.case__order ul li + li {
    margin-left: 30px;
}

.case__order ul a {
    font-size: 12px;
    font-weight: 200;
    line-height: 14px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #77A7B8;
}

.case__order ul a:hover,
.case__order ul a.active {
    color: #4A4842;
}

.case__filter {
    max-width: 314px;
    width: 100%;
    margin-right: 65px;
    font-size: 14px;
}

.case__filter .reset {
    margin-left: auto;
    color: #7AB6CB;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.case__filter .reset:hover {
    color: #EFA073;
}

.filter__mobile {
    font-size: 14px;
    line-height: 16px;
    color: #4e4e4e;
    display: none;
}

.filter__mobile .filter__mobile-title {
    position: relative;
    color: #000000;
}

.filter__mobile .filter__mobile-title::after {
    content: url("../img/icons/chevron-right.svg");
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: 15px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.filter__mobile-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    overflow-y: hidden;
    width: 100%;
    margin-top: 15px;
    margin-bottom: -15px;
    padding-bottom: 10px;
}

.filter__mobile-item {
    background: rgba(175, 175, 175, 0.3);
    border-radius: 15px;
    padding: 5px 10px;
    color: #4e4e4e;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: normal;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.filter__mobile-item + .filter__mobile-item {
    margin-left: 15px;
}

.filter__mobile-item span {
    margin-left: 8px;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #4e4e4e;
    color: #ffffff;
    border-radius: 100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-weight: 300;
    font-size: 24px;
}

.filter__title {
    width: 100%;
    justify-content: flex-start;
    color: #A7A7A7;
    font-weight: 200;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    /*display: block;*/
    /*padding-right: 24px;*/
}

.filter__item:hover .filter__title{
    color: #45869D;
}

.filter__title span{
    width: Calc(100% - 18px);
    display: block;
    margin-right: 10px;
}

.filter__title i{
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.filter__title.active i{
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.filter__title i:before{
    font-size: 8px;
    line-height: 8px;
}

.filter__body{
    margin-top: 16px;
}

/*.filter__title::after {
    content: "\e90a";
    font-family: 'main-icon';
    font-size: 8px;
    line-height: 8px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.filter__title.active::after {
    color: #45869D;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}*/

.filter__category {
    color: rgba(0, 0, 0, 0.6);
    margin-top: 0;
}

.filter__category-title {
    color: #A7A7A7;
    font-weight: 200;
}

.filter__category-hint {
    position: absolute;
    right: -100%;
    z-index: +1;
    width: 225px;
    background-color: #7AB6CB;
    padding: 15px 16px;
    color: #ffffff;
    text-decoration: underline;
    font-size: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.filter__category-hint::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    width: 10px;
    height: 10px;
    background: #7AB6CB;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter__category ul {
    padding-left: 0;
    margin-top: 30px;
}

.filter__category ul li {
    margin: 10px 0;
}

.filter__category ul li:last-child{
    margin: 10px 0 0;
}

.filter__category ul li a {
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

.filter__category ul li.filter__category-subtitle {
    display: none;
    padding: 20px 0;
    color: #4e4e4e;
    font-size: 16px;
    font-weight: 200;
}

.filter__category ul li.filter__category-subtitle a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter__category ul li.filter__category-subtitle .filter__category-title {
    font-size: 16px;
    font-weight: 200;
}

.filter__category ul li.filter__category-subtitle img {
    width: 20px;
    height: 20px;
    margin-right: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.filter__category ul li:hover a {
    color: #000000;
}

.filter__category ul li:hover a .filter__category-hint {
    opacity: 1;
    visibility: visible;
}

.filter__item {
    background: #F3F3F3;
    padding: 20px 24px;
    margin-bottom: 12px;
}

.filter__item input.form-input,
.bx-filter-search input.form-input{
    padding: 7px 10px;
    font-size: 12px;
}

.filter__item .filter__category .checkbox {
    margin-bottom: 0;
}

/*.filter__item .filter__category .checkbox span {
    padding-left: 0;
    font-size: 14px;
}

.filter__item .filter__category .checkbox span::before,
.filter__item .filter__category .checkbox span::after {
    display: none;
}

.filter__item .filter__category .checkbox input:checked + span {
    color: #000000;
}*/

.filter__item .checkbox {
    display: block;
    margin-bottom: 10px;
}

.filter__item li.has-child .checkbox{
    margin-bottom: 0;
}

.filter__item .checkbox span{
    padding-left: 22px;
    display: block;
    font-size: 14px;
    line-height: 15px;
}

.filter__item .btn {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    text-transform: none;
}

.filter__item #range {
    width: 100%;
    margin: 20px 0 10px;
}

.filter__item .noUi-target::after,
.filter__item .noUi-target::before {
    content: none;
}

.filter__item .noUi-target {
    background-color: #A7A7A7;
    height: 1px;
}

.filter__item .noUi-connect {
    background-color: #7AB6CB;
}

.filter__item .noUi-handle {
    width: 4px;
    height: 17px;
    background: #7AB6CB;
    border-radius: 0;
    border: none;
    box-shadow: none;
    top: -8px;
    right: -4px;
    cursor: pointer;
}

.filter__item .noUi-handle::after {
    content: none;
}

.filter__item .noUi-handle.noUi-handle-upper {
    right: 0;
}

.filter__item .resetStar,
.bx-filter .resetStar{
    cursor: pointer;
    margin-left: 6px;
}

.filter__item .resetStar:before,
.bx-filter .resetStar:before{
    font-size: 9px;
    color: #A7A7A7;
}

.filter__item .resetStar:hover:before,
.bx-filter .resetStar:hover:before{
    color: #45869D;
}

.filter__range-title{
    width: 100%;
    justify-content: space-between;
    margin-bottom: 3px;
}

.filter__range-title div{
    width: 43%;
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    color: #A7A7A7;
}

.filter__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.filter__inputs input {
    width: 43%;
}

.filter__inputs-values{
    justify-content: space-between;
    margin-bottom: 16px;
    font-size: 8px;
    font-weight: 400;
    line-height: 9px;
    color: #A7A7A7;
}

.filter__inputs-value{
    max-width: 43%;
}

.filter__search,
.bx-filter-search{
    margin-bottom: 17px;
    position: relative;
}

.filter__search input,
.bx-filter-search input{
    width: 100%;
}

.filter__search button,
.bx-filter-search button{
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7px;
    margin: auto;
    width: 14px;
    height: 14px;
    background: #ffffff;
}

.filter__search button:before,
.bx-filter-search button:before{
    font-size: 14px;
    color: #45869D;
}

.filter__list {
    margin-top: 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.filter__list.snova-scroll-off{
    margin-top: 0;
}
.filter__list.snova-scroll{
    width: 100%;
    height: 150px;
    overflow-y: auto;
    margin-top: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: hidden;
}

.filter__list.snova-scroll::-webkit-scrollbar{
    width: 0;
    height: 0;
    display: none !important;
}

/*.filter__list.scrolled::-webkit-scrollbar-track {
    background: #E4E3DF !important;
    border-radius: 20px !important;
}

.filter__list.scrolled::-webkit-scrollbar,
.filter__list.scrolled::-webkit-scrollbar-track {
    display: block !important;
}

.filter__list.scrolled::-webkit-scrollbar-thumb {
    background-color: #A7A7A7 !important;
    outline: none !important;
    border-radius: 20px !important;
}

.filter__list.scrolled::-webkit-scrollbar-thumb:window-inactive {
    background: #A7A7A7 !important;
}*/

.filter__list-sub {
    padding-top: 20px;
    display: none;
}

.filter__list-sub .show-more__sub {
    display: block;
    text-align: center;
    width: 80%;
    margin: auto;
    padding: 7px 5px;
    margin-bottom: 20px;
    margin-top: 5px;
}

.filter__list-title {
    color: #000000;
    display: block;
    margin-bottom: 15px;
}

.filter__list li.has-child {
    position: relative;
    padding-bottom: 10px;
}
.filter__list li.has-child.hide{
    display: none;
}
.filter__list li.has-child .has-child-title {
    width: 100%;
    margin-left: 22px;
    justify-content: flex-start;
    font-size: 14px;
    line-height: 15px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: +1;
    cursor: pointer;
}

.filter__list li.has-child .has-child-title i,
.bx-filter .bx-filter-input-checkbox .toggle-title i{
    width: 8px;
    height: 8px;
    margin-left: 6px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.filter__list li.has-child.active .has-child-title i,
.bx-filter .bx-filter-input-checkbox.active .toggle-title i{
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.filter__list li.has-child .has-child-title i:before,
.bx-filter .bx-filter-input-checkbox .toggle-title i:before{
    font-size: 8px;
    line-height: 8px;
    color: #A7A7A7;
}


/*.filter__list li.has-child::after {
    content: url("../img/icons/chevron-right.svg");
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.filter__list li.has-child.active::after {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}*/

.filter__list li.has-child .checkbox span {
    color: transparent;
}

.filter__list li.has-child ul li .checkbox span {
    color: #4A4842;
}

.filter__list li ul {
    height: 150px;
    overflow: hidden;
    /*margin: 24px 0 0 24px;*/
    margin: 0 0 0 24px;
}

.filter__list li ul li{
    padding-bottom: 10px;
}

.filter__list li ul.snova-scroll {
    width: 85%;
    overflow: auto;
}

.filter__list li ul.snova-scroll li{
    width: fit-content;
    width: -moz-fit-content;

}

.filter__list li ul.snova-scroll li .checkbox{
    margin-bottom: 0;
}

.filter__colors ul li + li {
    margin-top: 6px;
}

.filter__colors ul li label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 2px;
}

.filter__colors ul li label span {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.filter__colors ul li input {
    display: none;
}

.filter__colors ul li input:checked + span::after {
    opacity: 1;
}

.filter__colors ul li input:checked + span + span {
    color: #000;
}

.filter__colors ul li .filter__color-container {
    display: block;
    cursor: pointer;
    width: 29px;
    height: 29px;
    margin-right: 15px;
    border-radius: 100%;
    position: relative;
}

.filter__colors ul li .filter__color-container::after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: transparent;
    border: 2px solid #7AB6CB;
    border-radius: 100%;
    opacity: 0;
}

.filter__btns{
    display: none;
    margin: 20px 0 10px;
    justify-content: space-between;
}

.filter__btns a{
    width: fit-content;
    height: 26px;
    padding: 0 10px;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 14px !important;
    color: #fff !important;
}

.filter__btns a:hover,
.filter__btns a:focus,
.filter__btns a:active{
    color: #fff;
}

.filter__btns a.closeFilter{
    background: #7AB6CB;
}

.filter__btns a.cancelFilter{
    background: #EFA073;
}

.stars {
    position: relative;
    font-size: 40px;
    display: inline-block;
}

/*.stars::before {
    display: block;
    content: "●●●●●";
}*/

.stars__items {
   /*position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    overflow: hidden;
    justify-content: flex-end;*/
    width: 100%;
    height: 100%;
    font-size: 0;
}

.filter__item .stars,
.bx-filter .stars{
    height: 15px;
    display: flex;
}

.filter__item .stars__items,
.bx-filter .stars__items{
    flex-direction: row-reverse;
    display: inline-flex;
    width: auto;
}

.stars__item {
    position: absolute;
    width: 0%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
}

.stars__item:checked,
.stars__item:checked ~ .stars__label {
    color: #ffca22;
}

.stars__label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    height: 100%;
    cursor: pointer;
}

.stars__label::before {
    width: 4px;
    height: 16px;
    content: "";
    display: block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #A7A7A7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.stars__label:hover,
.stars__label:hover ~ .stars__label,
.stars__label:checked ~ .stars__label:hover {
    color: #ffca22;
}

.stars__item:checked::before,
.stars__item:checked~.stars__label::before{
    background: #7AB6CB;
}
.stars__label.active::before{
    background: #7AB6CB;
}

.checkbox {
    cursor: pointer;
}

.checkbox span:not(.checkbox-count) {
    font-size: 15px;
    color: #4A4842;
    line-height: 21px;
    position: relative;
    padding-left: 30px;
}

.checkbox span::before,
.bx-filter-param-text:not(.img-text-filter):before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 17px;
    height: 17px;
    border: 2px solid #77A7B8;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    left: 0;
}

.checkbox span::before{
    left: 0;
}

.bx-filter-param-text:not(.img-text-filter):before{
    left: -22px;
}

.filter__item .checkbox span::before,
.bx-filter .bx-filter-param-text:not(.img-text-filter)::before{
    width: 14px;
    height: 14px;
}

.checkbox span::after,
.bx-filter-param-text:not(.img-text-filter):after{
    content: '\e90c';
    font-family: 'main-icon';
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #7AB6CB;
    left: 0;
}

.checkbox span::after{
    left: 0;
}

.filter__item .checkbox span::after,
.bx-filter .bx-filter-param-text:not(.img-text-filter)::after{
    font-size: 8px;
    line-height: 8px;
    display: block;
    width: 8px;
    height: 8px;
    margin: 0;
    top: 3px;
}

.filter__item .checkbox span::after{
    left: 3px;
}
.bx-filter-param-text:not(.img-text-filter):after,
.bx-filter-input-checkbox input:checked + .bx-filter-param-text:not(.img-text-filter):after,
.bx-filter .bx-filter-param-text:not(.img-text-filter)::after{
    left: -19px;
}

.checkbox span.checkbox-count::before,
.checkbox span.checkbox-count::after{
    content: none;
}

.checkbox input {
    display: none;
}

.checkbox input:checked + span::after,
.bx-filter-input-checkbox input:checked + .bx-filter-param-text:not(.img-text-filter):after{
    opacity: 1;
}

.lang {
    margin-top: calc(20px + 30 * ((100vw - 320px) / 1660));
}

.lang .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lang .check-all {
    margin-right: 110px;
}

.lang .check-all a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.6);
}

.lang .check-all a:hover {
    color: #000000;
    border-color: transparent;
}

.lang__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lang__list.flag-list {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(5, auto);
    justify-content: stretch;
    gap: 15px 30px;
}

.lang__list.flag-list li {
    width: auto;
}

.lang__list.flag-list li a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.lang__list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lang__list a img {
    width: 33px;
    height: 22px;
    margin-right: 6px;
    border: 1px solid #d9d9d9;
}

.lang__list a span {
    width: fit-content;
    width: -moz-fit-content;
    max-width: Calc(100% - 39px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #4A4842;
    font-size: 14px;
    border-bottom: 1px dashed #7AB6CB;
}

.lang__list a:hover span {
    color: #000000;
    border-color: transparent;
}

.brend-brends .show-btn {
    display: none;
}

.lang__list.alphabet {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    color: #A7A7A7;
}

.lang__list.alphabet a {
    font-weight: 300;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 30px;
}

.lang__list.alphabet a:hover {
    font-weight: 200;
    color: #3e3e82;
}

.basket {
    margin: 40px 0;
}

.basket__results {
    position: relative;
    border-bottom: 1px solid #afafaf;
    padding-bottom: 20px;
    display: none;
}

.basket__results h1 {
    font-weight: 200;
    font-size: 16px;
    color: #000000;
    margin-bottom: 15px;
}

.basket__results p {
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.5);
}

.basket__results .basket__reset {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    line-height: 16px;
    color: #45869D;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.basket__results .basket__reset:hover {
    color: #EFA073;
}

.basket__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
}

.basket__btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 70px;
}

.basket__btm a {
    max-width: 370px;
    width: 100%;
    text-align: center;
}

.basket__list {
    width: 64%;
    max-width: Calc(100% - 380px);
}

.basket__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 64px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #ffffff;
}

.basket__item:last-child{
    margin-bottom: 0;
}

.basket__item-remove {
    width: 17px;
    height: 17px;
}

.basket__item-remove a:before{
    font-size: 17px;
    color: #EFA073;
}

.basket__item .remove-item {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.basket__item .remove-item svg {
    width: 20px;
    height: 20px;
    margin-right: 20px;
    fill: #0009;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.basket__item .remove-item:hover {
    color: #EFA073;
}

.basket__item .remove-item:hover svg {
    fill: #EFA073;
}

.basket__item-left{
    margin-right: 18px;
}

.basket__item-right{
    width: Calc(100% - 188px);
    gap: 10px 24px;
    justify-content: space-between;
}

.basket__item-img {
    width: 170px;
    height: auto;
    aspect-ratio: 1 /1;
}

.basket__item-img a{
    width: 100%;
    height: 100%;
}
.basket__item-img a img{
    width: auto;
}

.basket__item-img-name{
    display: none;
    width: Calc(100% - 152px);
    font-size: 16px;
    line-height: 19px;
    font-weight: 200;
    color: #4A4842;
}

.basket__item-info {
    width: Calc(55% - 12px);
}

.basket__item-info ul li {
    margin-bottom: 7px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #A7A7A7;
}

.basket__item-info ul li.type{
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 200;
    color: #4A4842;
}

.basket__item-info ul li span {
    color: #4A4842;
}

.basket__item-price{
    width: Calc(45% - 12px);
}

.basket__item-icons {
    margin-top: 24px;
}

.basket__item-icons .menu__top-social ul li {
    margin-bottom: 0;
}

.basket__item-icons .menu__top-social ul li img.imgc-hover {
    top: 0;
}

.basket__item-icons .menu__top-social ul li a:before {
    font-size: 12px;
    color: #45869D;
}

.basket__item-icons .menu__top-social ul li a.addToFavorite.active:before{
    content: "\e90d";
}

.basket__item-price .price {
    gap: 10px;
    margin-bottom: 25px;
    align-items: flex-end;
    justify-content: flex-end;
}

.basket__item-price .price-new {
    font-size: 28px;
    font-weight: 200;
    line-height: 32px;
}

.basket__item-price .price-new .up-text{
    font-size: 15px;
    font-weight: 200;
    line-height: 17px;
    margin-left: 2px;
}

.basket__item-price .price-old {
    font-size: 22px;
    font-weight: 200;
    line-height: 25px;
    color: #A7A7A7;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}

.basket__item-price .price-old .up-text{
    font-size: 9px;
    font-weight: 200;
    line-height: 10px;
    margin-left: 2px;
}

.basket__item-price-wrap{
    width: 100%;
    justify-content: flex-end;
    gap: 10px;
}

.basket__item-calc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.basket__item-calc .basket__item-count {
    color: #4A4842;
    font-size: 24px;
    font-weight: 200;
    margin: auto 10px;
}

.basket__item-calc .price-btn {
    width: 30px;
    height: 30px;
    background: transparent;
    color: #A7A7A7;
    border-radius: 100%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.basket__item-calc .price-btn:hover{
    background: #7AB6CB;
    color: #fff;
}

.basket__item-calc .price-btn i:before{
    font-size: 12px;
}

.basket__sidebar {
    padding: 20px 24px;
    width: 356px;
    height: fit-content;
    color: #4A4842;
    background: #F3F3F3;
}

.basket__sidebar-wrap{
    width: 356px;
}

.basket__sidebar-wrap .policy-agree{
    margin: 20px 0;
}

.basket__sidebar-wrap .policy-agree-tip{
    opacity: 0;
    font-size: 12px;
    line-height: 12px;
    color: #EFA073;
    margin-top: 8px;
    text-align: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

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

    .basket__sidebar-wrap .policy-agree-tip{
        text-align: center;
    }
}

div.filter-count {
    display: inline;
    font-size: 12px;
    color: #A7A7A7;
}

.filter__item .stars__label,
.bx-filter .stars__label{
    display: inline-flex;
    flex: 0;
    margin-right: 4px;
}


.basket__sidebar-info .info__title {
    font-weight: 200;
    margin-bottom: 20px;
    display: block;
}

.basket__sidebar-info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 10px;
}

.basket__sidebar-info ul li.total{
    border-bottom: 3px solid #E4E3DF;
    padding-bottom: 10px;
}

.basket__sidebar-info ul li span:last-child {
    text-align: right;
}

.basket__sidebar-info ul li span span.up-text{
    font-size: 8px;
    font-weight: 200;
    line-height: 9px;
    margin-left: 2px;
}

.basket__sidebar-summ {
    font-size: 28px;
    font-weight: 200;
    line-height: 32px;
    margin-top: 20px;
    font-weight: 200;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.basket__sidebar-summ span.up-text{
    font-size: 15px;
    font-weight: 200;
    line-height: 17px;
    margin-left: 5px;
}

.basket__sidebar-details{
    margin-top: 30px;
}

.basket__sidebar-detail{
    justify-content: flex-start;
    margin-bottom: 8px;
}

.basket__sidebar-detail:last-child{
    margin-bottom: 0;
}

.basket__sidebar-detail i{
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.basket__sidebar-detail i:before{
    font-size: 16px;
    color: #4A4842;
}

.basket__sidebar-detail span{
    width: Calc(100% - 26px);
    font-size: 12px;
    font-weight: 200;
    line-height: 14px;
}

.basket__sidebar-detail span.gray{
    color: #A7A7A7;
}

.basket__sidebar-btns{
    margin-top: 36px;
}

.basket__sidebar-btns a {
    width: 100%;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1;
}

.basket__sidebar-btns a:last-child{
    margin-bottom: 0;
}

.basket__sidebar-share{
    margin-top: 45px;
}

/*.basket__sidebar-share input {
    padding: 14px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 25px;
    width: 100%;
}*/

.basket__sidebar-share a {
    width: 100%;
    justify-content: flex-start;
    color: #7AB6CB;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.basket__sidebar-share a i{
    width: 14px;
    height: 14px;
    margin-right: 10px;
}

.basket__sidebar-share a i:before{
    font-size: 14px;
}

.basket__sidebar-share a span{
    width: Calc(100% - 24px);
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.basket__sidebar-share a:hover {
    color: #EFA073;
}

.basket__sidebar-carts{
    margin-top: 30px;
}

.basket__sidebar-carts .basket__reset {
    font-size: 14px;
    color: #45869D;
    line-height: 16px;
    display: none;
}

.basket__sidebar-carts h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.basket__sidebar-carts .carts__items{
    margin-top: 30px;
}

.basket__sidebar-carts .carts__item {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.basket__sidebar-carts .carts__item:last-child{
    margin-bottom: 0;
}

.basket__sidebar-carts .carts__item-img {
    width: 50px;
    height: 50px;
    padding: 0;
    margin-right: 14px;
}

.basket__sidebar-carts .carts__item-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    justify-content: space-between;
    gap: 24px;
}

.basket__sidebar-carts .carts__item-name{
    width: auto;
    font-size: 14px;
    font-weight: 200;
    line-height: 16px;
}

.basket__sidebar-carts .carts__item-detail{
    width: auto;
    max-width: Calc(50% - 24px);
}

.basket__sidebar-carts .carts__item-summ{
    font-size: 14px;
    font-weight: 200;
    line-height: 16px;
    margin-bottom: 7px;
}

.basket__sidebar-carts .carts__item-summ .all-price,
.carts__item-detail .basket__item-calc{
    justify-content: flex-end;
}

.carts__item-detail .basket__item-calc .price-btn{
    width: 20px;
    height: 20px;
}

.carts__item-detail .basket__item-calc .price-btn i:before{
    font-size: 6px;
}

.carts__item-detail .basket__item-calc .basket__item-count{
    font-size: 10px;
    font-weight: 200;
    line-height: 11px;
    margin: auto 6px;
}

.basket__sidebar-carts .carts__item-summ .all-price .up-text{
    font-size: 9px;
    font-weight: 200;
    line-height: 10px;
    margin-left: 2px;
}

.basket__form {
    width: 43%;
    max-width: Calc(100% - 380px);
}

.basket__form h2 {
    font-weight: 200;
    font-size: 24px;
    line-height: 32px;
    color: #4A4842;
    margin-bottom: 27px;
}

.basket__form-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.basket__form-section.last-block{
    margin-bottom: 0;
}

.delivery__adress .basket__form-section:not(.adress){
    gap: 14px;
    margin-bottom: 0;
}

.basket__form-section .checkbox {
    margin-bottom: 0;
}

.basket__form-section .checkbox span {
    font-size: 14px;
    line-height: 1;
    padding-left: 23px;
    color: #4A4842;
}

.basket__form-section .checkbox span::before{
    top: 1px;
    left: 3px;
    width: 14px;
    height: 14px;
}

.basket__form-section .checkbox span::after{
    width: 9px;
    height: 9px;
    left: 5.5px;
    top: 0;
    font-size: 9px;
    line-height: 9px;
}

.basket__form-section textarea {
    resize: none;
    width: 100%;
    height: 100px;
}

.basket__form-section .form-input {
    width: 100%;
    height: 48px;
    padding: 15px 10px;
    border-color: #A7A7A7;
    border: 1px solid #A7A7A7;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: transparent;
    border-radius: 0 !important;
}

.basket__form-section textarea.form-input{
    height: 140px;
}

.basket__form-section .form-input::-webkit-input-placeholder {
    color: #fff;
    position: relative;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*.basket__form-section .form-input::-webkit-input-placeholder,
.basket__form-section .form-input:-ms-input-placeholder,
.basket__form-section .form-input::-ms-input-placeholder,
.basket__form-section .form-input::placeholder {
    color: #fff;
    position: relative;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}*/

.basket__form-section .form-input__title {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #4A4842;
    margin-bottom: 7px;
}

.basket__form-section .form-input:not(#datepickerField):focus,
.basket__form-section .form-input.success {
    border-color: #A7A7A7;
    color: #4A4842;
}

/*.basket__form-section .form-input:focus::-webkit-input-placeholder, .basket__form-section .form-input.success::-webkit-input-placeholder {
    color: #A7A7A7;
    z-index: 1;
}

.basket__form-section .form-input:focus::-webkit-input-placeholder,
.basket__form-section .form-input:focus:-ms-input-placeholder,
.basket__form-section .form-input:focus::-ms-input-placeholder,
.basket__form-section .form-input:focus::placeholder,
.basket__form-section .form-input.success::-webkit-input-placeholder,
.basket__form-section .form-input.success:-ms-input-placeholder,
.basket__form-section .form-input.success::-ms-input-placeholder,
.basket__form-section .form-input.success::placeholder {
    color: #A7A7A7;
    z-index: 1;
}*/

/*.basket__form-section .form-input:focus + .form-input__title,
.basket__form-section .form-input.success + .form-input__title {
    opacity: 0;
    z-index: -1;
}*/

/*.call-me label.date-label input[type="date"].success,
.call-me label.date-label input[type="date"]:active{
    opacity: 1;
    height: 30px;
    border: 1px solid #7AB6CB;
}*/

.basket__form-section .form-input.invalid {
    border-color: #EFA073;
}

.basket__form-section .form-input.invalid + .form-input__title {
    color: #EFA073;
}

/*.basket__form-section input[type="date"].form-input + .form-input__title {
    z-index: 1;
    background: #fff;
}

.basket__form-section input[type="date"].form-input:checked + .form-input__title{
    opacity: 0;
}

.basket__form-section input[type="date"].form-input:focus + .form-input__title,
.basket__form-section input[type="date"].form-input.success + .form-input__title {
    background: transparent;
}

.basket__form-section input[type="date"].form-input:focus + .form-input__title:before{
    content: none;
}*/

.basket__form-section label {
    width: 100%;
    position: relative;
    margin-bottom: 14px;
}

.basket__form-section label.all textarea.form-input {
    width: 100%;
}

.basket__form-section label.all textarea.form-input::-webkit-scrollbar {
    width: 4px;
}

.basket__form-section label.all textarea.form-input::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
    background: #E4E3DF;
    border-radius: 20px;
}

.basket__form-section label.all textarea.form-input::-webkit-scrollbar-thumb {
    background-color: #A7A7A7;
    outline: none;
    border-radius: 20px;
}

.basket__form-section label .form-input {
    width: 100%;
}

.basket__form-section .switch {
    cursor: pointer;
}

.basket__form-section .switch input {
    display: none;
}

.basket__form-section .switch input:checked + span {
    color: #000000;
}

.basket__form-section .switch input:checked + span::before {
    background: #7AB6CB;
}

.basket__form-section .switch input:checked + span::after {
    background: #45869D;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 19px;
}

.basket__form-section .switch span {
    position: relative;
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-left: 50px;
}

.basket__form-section .switch span::before {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 36px;
    height: 14px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 7.5px;
}

.basket__form-section .switch span::after {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 1px 1px rgba(0, 0, 0, 0.25);
    border: 2px solid transparent;
}

.basket__form-section .switch input:checked+span::before{
    background: #7AB6CB;
}

.basket__form-section .switch input:checked+span::after{
    background: #7AB6CB;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 19px;
    border: 2px solid #fff;
}

.basket__form-section .radio input {
    display: none;
}

.basket__form-section .radio input:checked + .radio__title {
    color: #4A4842;
}

.basket__form-section .radio input:checked + .radio__title::before {
    border-color: #7AB6CB;
}

.basket__form-section .radio input:checked + .radio__title::after {
    opacity: 1;
    visibility: visible;
}

.basket__form-section .radio__title {
    display: block;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*.basket__form-section .radio__title::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(0, 0, 0, 0.6);
    border-radius: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.basket__form-section .radio__title::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #66b8ce;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}*/

.basket__form-section .all .checkbox {
    display: block;
}

/*.basket__form-section .delivery {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 22px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}*/

.basket__form-section .delivery input {
    display: none;
}

.basket__form-section .delivery input + .delivery__title span.cost {
    font-weight: 200;
}

.basket__form-section .delivery input:checked + .delivery__title::before {
    border-color: #7AB6CB;
}

.basket__form-section .delivery input:checked + .delivery__title::after {
    opacity: 1;
    visibility: visible;
}

.basket__form-section .delivery__title {
    color: #4A4842;
    position: relative;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    justify-content: flex-start;
    gap: 14px;
}

.basket__form-section .delivery__title span{
    width: Calc(50% - 7px);
}

.basket__form-section .delivery__title span:not(.cost){
    font-weight: 400;
}

.basket__form-section .delivery__title span,
.basket__form-section .radio__title{
    font-size: 16px;
    line-height: 1;
}

.basket__form-section .call-me .radio__title{
    font-size: 14px;
    padding-left: 24px;
}

.basket__form-section .delivery__title::before,
.basket__form-section .radio__title::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    border: 2px solid #7AB6CB;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.basket__form-section .delivery__title::after,
.basket__form-section .radio__title::after{
    content: "";
    position: absolute;
    left: 4px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #7AB6CB;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.basket__form-section .delivery p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}

.basket__form-section .delivery p span.cost {
    color: rgba(0, 0, 0, 0.8);
    margin-left: 20px;
    font-weight: 200;
}

.basket__form-section .select__value {
    height: 46px;
    font-size: 14px;
}

.basket__form-section .date-label-select .select__value{
    height: 28px;
}

.basket__form-section .select__options {
    top: 45px;
}

.basket__form-section .select__option {
    position: relative;
    padding: 10px;
    font-size: 14px;
    color: #A7A7A7;
}

.basket__form-section .select__option.selected {
    color: #4A4842;
}

.basket__form-sections{
    justify-content: space-between;
}

.basket__form .delivery__adress{
    margin-bottom: 60px;
}

.basket__form-section-wrap{
    width: Calc(50% - 25px);
}

.basket__form .delivery__adress label {
    width: Calc((100% - 28px)/3);
    margin-bottom: 0;
}

.basket__form .delivery__adress label.all {
    margin-bottom: 14px;
    width: 100%;
}

.basket__form .delivery__adress label.all input {
    width: 100%;
}

.basket__form .delivery__adress label.half {
    width: 100%;
}

.basket__form .delivery__adress label.half input,
.basket__form .delivery__adress label.half select,
.basket__form .delivery__adress label.half .select {
    width: 100%;
}

.basket__payback{
    justify-content: flex-start;
}

.basket__payback-wrap{
    width: auto;
    gap: 10px;
    margin-right: 10px;
}

.basket__payback-sum span:not(.up-text),
.basket__payback-percent{
    width: auto;
    line-height: 16px;
    color: #A7A7A7;
}

.basket__payback-sum span:not(.up-text){
    font-size: 16px;
    font-weight: 200;
}

.basket__payback-percent{
    font-size: 14px;
    font-weight: 200;
}

.basket__payback-sum span.up-text{
    width: auto;
    font-size: 9px;
    font-weight: 200;
    line-height: 10px;
    margin-left: 2px;
}

.other-person {
    width: 100%;
    display: none;
    margin-top: 40px;
}

.other-person__container {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 14px;
}

.other-person__container label {
    margin-bottom: 0;
}

.floor {
    width: 100%;
    display: none;
}

.floor .all{
    margin-bottom: 14px;
}

.call-me {
    width: 100%;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.call-me .select__options {
    border: 1px solid #7AB6CB;
    border-top: none;
    top: 29px;
    max-height: 170px;
}

.call-me h3 {
    width: 100%;
    font-weight: 200;
    margin-bottom: 18px;
}

.call-me-labels{
    width: 100%;
}

.call-me-label.d-flex-center{
    width: 100%;
    gap: 8px;
    margin-top: 12px;
    justify-content: flex-start;
}

.call-me label {
    width: Calc((100% - 170px)/2);
    margin-bottom: 0;
}

.call-me label.date-label {
    width: 145px;
    position: relative;
}

.call-me label.date-label input{
    height: 30px;
    padding: 7px 10px 7px 33px;
    border: 1px solid #7AB6CB;
}

/*.call-me label.date-label input[type="date"]{
    opacity: 0;
    z-index: 1000;
    position: absolute;
    padding-left: 33px;
}*/

/*.call-me label.date-label .form-input__title{
    width: Calc(100% - 2px);
    height: 30px;
    position: absolute;
    margin-bottom: 0;
    padding: 5px 10px;
    display: flex;
    top: 0;
    left: 1px;
    cursor: pointer;
    border: 1px solid #7AB6CB;
}*/

.call-me label.date-label .datepicker:before{
    content: '\e917';
    font-family: 'main-icon';
    width: 14px;
    height: 14px;
    color: #45869D;
    position: absolute;
    font-size: 14px;
    top: 8px;
    left: 10px;
}

/*.call-me label.date-label .form-input__title i{
    width: 13px;
    height: 13px;
    margin-right: 10px;
    cursor: pointer;
}

.call-me label.date-label .form-input__title i:before{
    font-size: 13px;
    color: #45869D;
}*/

.call-me label.date-label input::placeholder{
    color: #45869D !important;
}

.call-me label.date-label input::-webkit-input-placeholder{
    color: #45869D !important;
}

.call-me label.date-label input:-moz-placeholder{
    color: #45869D !important;
}

.call-me label.date-label input::-moz-placeholder{
    color: #45869D !important;
}

.call-me label.date-label input:-ms-input-placeholder{
    color: #45869D !important;
}

/*.call-me label.date-label input[type="date"]::-webkit-calendar-picker-indicator {
    color: #45869D;
    opacity: 1;
    display: block;
    width: 13px;
    height: 14px;
    background: url('/local/templates/shop/img/icons/new/date-icon.jpg');
    background-repeat: no-repeat;
    background-size: 13px 14px;
    background-position: center;
    border-width: thin;
    position: absolute;
    left: 10px;
    z-index: 10;
    cursor: pointer;
}

.call-me label.date-label input[type=date]::-webkit-datetime-edit {
    color: #45869D;
}*/

.call-me label.date-label .form-input__title span{
    display: block;
    width: Calc(100% - 23px);
    color: #45869D;
}

.call-me-label .select__title{
    border: 1px solid #7AB6CB;
    color: #7AB6CB;
}

.call-me label.radio.all{
    width: 255px;
}

.call-me-label-wrap{
    width: Calc(100% - 263px);
    gap: 12.5px;
}

.cart-product {
    margin-top: calc(20px + 30 * ((100vw - 320px) / 1660));
    margin-bottom: calc(20px + 30 * ((100vw - 320px) / 1660));
}

/*.cart-product h1 {
    font-weight: 200;
    font-size: calc(14px + 16 * ((100vw - 320px) / 1660));
    line-height: 37px;
    text-transform: uppercase;
    color: #4e4e4e;
}*/

.cart-product h2 {
    font-weight: 200;
    font-size: calc(14px + 16 * ((100vw - 320px) / 1660));
    line-height: 1;
}

.cart-product .more__header h2{

}

.cart-product__general {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-pack: justify;
    -ms-flex-pack: justify;*/
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 80px;
}

.cart-product__sliders {
    max-width: 30vw;
    width: 100%;
}

.cart-product__sliders img {
    width: 100%;
}

.cart-product__sliders .cart-slider__small {
    padding: 0 8%;
    margin-top: 40px;
}

.cart-product__sliders .cart-slider__small .swiper-button {
    height: 100%;
    border-radius: 0;
    background: #fff;
}

.cart-product__sliders .cart-slider__small .swiper-button-prev {
    left: -10px;
}

.cart-product__sliders .cart-slider__small .swiper-button-next {
    right: -10px;
}

.cart-product__sliders .cart-slider__small .swiper-button::after {
    color: #4e4e4e;
}

.swiper-more .swiper-button::after {
    color: #4e4e4e !important;
}

.cart-product__sliders .cart-slider__small-item {
    max-width: 20%;
    cursor: pointer;
}

.cart-product__feature {
    margin-left: 60px;
    margin-right: 80px;
    width: 30vw;
}

.cart-product__feature.d-flex-center.new{
    justify-content: space-between;
    align-items: baseline;
    margin: 20px 0;
}

.cart-product__feature:not(.d-flex-center.new) .cart-sidebar__delivery {
    margin-top: 35px;
    padding: 20px 0;
    display: none;
    border-top: 1px solid #afafaf;
    border-bottom: 1px solid #afafaf;
}

.cart-product__feature .cart-sidebar__delivery ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: rgba(0, 0, 0, 0.5);
}

.cart-product__feature .cart-sidebar__delivery ul li:not(:last-child) {
    margin-bottom: 20px;
}

.cart-product__feature .cart-sidebar__delivery ul li span:last-child {
    color: #000;
    margin-left: 10px;
}

.cart-product__feature .cart-pdocuct__code {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 18px;
}

.cart-product__feature.d-flex-center.new .cart-pdocuct__code{
    margin: 0;
}

.cart-product__feature .feature__list {
    color: rgba(0, 0, 0, 0.5);
    width: 100%;
}

.cart-product__feature .feature__list li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.cart-product__feature .feature__list li span {
    background: #fff;
}

.cart-product__feature .feature__list li + li {
    margin-top: 20px;
}

._no-webp .cart-product__feature .feature__list li::after {
    background: url("../img/dots.png") repeat-x 0 -2px;
}

.cart-product__feature .feature__list li::after {
    position: absolute;
    left: 0;
    right: 0;
    height: 14px;
    z-index: -1;
    overflow: hidden;
    bottom: 0;
    content: "";
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    white-space: nowrap;
    overflow: hidden;
}

.cart-product__feature .feature__list li span:last-child {
    color: #000;
    white-space: nowrap;
}

.cart-product__feature .feature__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 47px;
}

.cart-product__feature .feature__more .btn {
    text-transform: none;
    max-width: 279px;
    width: 100%;
    text-align: center;
}

.cart-product__feature .feature__logo {
    width: auto;
    max-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-product__feature .feature__logo img {
    height: 30px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.cart-product__sidebar-wrap{
    width: 368px;
}

.cart-product__sidebar {
    width: 100%;
    background: #F3F3F3;
    padding: 30px 25px;
}

.cart-product__sidebar .cart-sidebar__price,
.cart-product__complect .cart-sidebar__price{
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.cart-sidebar__price .price-new {
    font-size: 32px;
    font-weight: 200;
    line-height: 36px;
    color: #4A4842;
}

.cart-sidebar__price .price-new .up-text{
    font-size: 12px;
    font-weight: 200;
    line-height: 1;
    margin-left: 5px;
}

/*.cart-product__sidebar .cart-sidebar__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cart-product__sidebar .cart-sidebar__btns a {
    text-align: center;
    padding: 15px 0;
}

.cart-product__sidebar .cart-sidebar__btns a + a {
    margin-top: 20px;
}*/

.cart-product__sidebar .cart-sidebar__icons {
    margin: 20px 0 0px;
}

.cart-product__sidebar-wrap .feature__more {
    margin-top: 30px;
}

.cart-product__sidebar .cart-sidebar__icons .menu__top-social ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.cart-product__sidebar .cart-sidebar__delivery ul li {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: rgba(0, 0, 0, 0.5);
}

.cart-product__sidebar .cart-sidebar__icons .menu__top-social ul li{
    margin-bottom: 10px;
}

.cart-product__sidebar-wrap .contact-data {
    margin-top: 17px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cart-product__sidebar-wrap .contact-sidebar__icons {
    margin-top: 19px;
}

.contact-icons .menu__top-social > ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

/*.cart-product__sidebar .cart-sidebar__icons .menu__top-social ul li + li{
    margin-left: 0;
}*/

/*.cart-product__sidebar .cart-sidebar__icons .menu__top-social ul li:last-child{
    margin-bottom: 0;
}*/

.cart-product__sidebar .cart-sidebar__icons .menu__top-social ul li a i{
    width: 14px;
    height: 14px;
    margin: 0 10px 0 0;
}

.cart-product__sidebar .cart-sidebar__icons .menu__top-social ul li a i:before{
    font-size: 14px;
}

.cart-product__sidebar .cart-sidebar__icons .menu__top-social ul li a.active:before{
    content: none;
}

.cart-product__sidebar .cart-sidebar__icons .menu__top-social ul li a.addToFavorite.active i:before{
    content: "\e90d";
}

.cart-product__sidebar .cart-sidebar__icons .menu__top-social ul li a.active,
.cart-product__sidebar .cart-sidebar__icons .menu__top-social ul li a.active i:before{
    color: #45869D;
}

.cart-product__sidebar .cart-sidebar__icons .menu__top-social ul li a span{
    width: Calc(100% - 24px);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
}

.cart-product-colors .title{
    width: 100%;
    font-size: 16px;
    font-weight: 200;
    line-height: 18px;
    margin-bottom: 17px;
}

.cart-product-colors-img{
    gap: 5px;
    justify-content: flex-start;
}

.cart-product-color{
    width: 78px;
    height: auto;
    aspect-ratio: 1 / 1;
    padding: 5px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.cart-product-color.active{
    border: 1px solid #A7A7A7
}

.cart-product__sidebar-popups{
    margin-top: 14px;
    gap: 6px;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
}

.cart-product__sidebar-popups a{
    width: 100%;
    height: 33px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.availible span {
    color: #749A73 !important;
    font-size: 12px;
    font-weight: 200;
    line-height: 15px;
    letter-spacing: 0;
    text-align: right;
}

.preorder span {
    color: #EFA073 !important;
    font-size: 12px;
    font-weight: 200;
    line-height: 15px;
    letter-spacing: 0;
    text-align: right;
}

.cart-product__sidebar .cart-sidebar__delivery ul li span:last-child {
    color: #000;
    margin-left: 10px;
}

.sold-block{
    width: 100%;
    margin-bottom: 20px;
}

.sold-block-row{
    justify-content: flex-start;
    margin-bottom: 16px;
    gap: 10px;
}

.sold-block-row i:before{
    color: #EFA073;
    font-size: 16px;
}

.sold-block-row span{
    width: Calc(100% - 26px);
    font-size: 12px;
    font-weight: 200;
    line-height: 14px;
}

.sold-block-title{
    font-size: 24px;
    line-height: 26px;
}

.product__item .sold-block,
.complect__wrap .sold-block{
    margin-bottom: 0;
    margin-top: 16px;
}
.product__item .sold-block-row,
.complect__wrap .sold-block-row{
    margin-bottom: 0;
}

.cart-product__complect {
    margin-top: calc(20px + 36 * ((100vw - 320px) / 1660));
    margin-bottom: calc(0px + 60 * ((100vw - 320px) / 1660));
}

.cart-product__complect .complect__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
}

.cart-product__complect .complect__list .btn {
    display: block;
    text-align: center;
    text-transform: none;
    margin-top: 20px;
}

.cart-product__complect .complect__list .btn.add-btn {
    padding: 13px 0;
    font-size: 18px;
}

.cart-product__complect .complect__list .btn.remove-btn {
    display: none;
}

.cart-product__complect .complect__item {
    max-width: 200px;
    width: 100%;
    position: relative;
}

.cart-product__complect .complect__item + .complect__item {
    margin-left: 40px;
}

.cart-product__complect .complect__item-img {
    height: 220px;
}

.cart-product__complect .complect__item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cart-product__complect .complect__item-info {
    z-index: +1;
    position: absolute;
    top: 65px;
    right: 0;
    left: 74%;
    max-width: 280px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    overflow: hidden;
    color: #fff;
    background: rgba(102, 184, 206, 0.9);
    padding: 20px;
    font-weight: 200;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cart-product__complect .complect__item-info.active {
    opacity: 1;
    visibility: visible;
}

.cart-product__complect .complect__item-info ul li {
    padding-left: 20px;
    position: relative;
}

.cart-product__complect .complect__item-info ul li:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #fff;
}

.cart-product__complect .complect__item-info ul li + li {
    margin-top: 14px;
}

.cart-product__complect .complect__item-title span {
    display: block;
    margin-bottom: 10px;
}

.cart-product__complect .complect__item-price {
    padding: 20px 0;
}

.cart-product__complect .complect__item-price .product__price {
    padding: 0;
}

.cart-product__complect .complect__item-icons .product__icon {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    right: 20px;
}

.cart-product__complect .complect__item-icons .product__icon picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cart-product__complect .complect__item-icons .product__icon img {
    height: auto;
}

.cart-product__complect .complect__item .basket__item-calc{
    display: none;
    position: absolute;
    top: -2px;
    right: 0;
    background: #f3f3f3;
    z-index: 99;
    /*box-shadow: 0 0 4px #7cb7ca;*/
    border: 1px solid #E4E3DF;
    padding: 2px;
}
.cart-product__complect .complect__item.select .basket__item-calc{
    display: flex;
}
.cart-product__complect .complect__item .basket__item-calc .price-btn{
    width: 17px;
    height: 17px;
}
.cart-product__complect .complect__item .basket__item-calc .price-btn i:before{
    font-size: 9px;
}
.cart-product__complect .complect__item .basket__item-calc .basket__item-count{
    font-size: 13px;
}

.cart-product__summ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.cart-product__summ p {
    font-size: 30px;
    color: #000000;
}

.cart-product__summ p span {
    margin-left: 20px;
    font-weight: 200;
    font-size: 35px;
    color: rgba(0, 0, 0, 0.8);
}

.cart-product__summ .btn {
    max-width: 370px;
    width: 100%;
    text-align: center;
    padding: 20px;
    margin-left: 72px;
}

.cart-product__description .description__content p {
    margin: 0 0 1.5rem 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.cart-product__description .description__content p:last-child{
    margin: 0;
}

.cart-product__char .btn {
    display: block;
    margin: auto;
    max-width: 366px;
    width: 100%;
    text-align: center;
    margin-top: 60px;
    text-transform: none;
}

.cart-product__char .char__list ul {
    font-weight: 200;
    color: rgba(0, 0, 0, 0.8);
}

.cart-product__char .char__list ul li ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 18px 80px;
    height: 100%;
}

.cart-product__char .char__list ul li ul li {
    width: Calc(50% - 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 14px;
}

.cart-product__char .char__list ul li ul li.empty {
    color: #fff;
}

.cart-product__char .char__list ul li ul li span {
    background: #fff;
}

.cart-product__char .char__list ul li ul li::after {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    overflow: hidden;
    bottom: 0;
    content: "................................................................................................................................................................................................................................................";
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    white-space: nowrap;
    overflow: hidden;
    color: #a7a7a7;
}

.cart-product__char .char__list ul li ul li span:first-child {
    color: rgb(167 167 167);
    font-weight: normal;
    padding-right: 5px;
}

.cart-product__char .char__list ul li ul li span:last-child {
    color: #4a4842;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    text-align: right;
    padding-left: 10px;
    line-height: 16px;
}

.cart-product__variant {
    margin-top: 40px;
}

.cart-product__variant .btn {
    text-transform: none;
    display: block;
    margin: auto;
    max-width: 366px;
    width: 100%;
    text-align: center;
    margin-top: calc(20px + 40 * ((100vw - 320px) / 1660));
}

.cart-product__variant .variant__table {
    max-height: 250px;
    height: 100%;
    overflow: hidden;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.cart-product__variant .variant__table table {
    border-collapse: collapse;
}

.cart-product__variant .variant__table tr {
    border-bottom: 1px solid #afafaf;
}

.cart-product__variant .variant__table th,
.cart-product__variant .variant__table td {
    padding: 20px 6.1vw 20px 0;
    -moz-text-align-last: left;
    text-align-last: left;
}

.cart-product__variant .variant__table th:last-child,
.cart-product__variant .variant__table td:last-child {
    white-space: nowrap;
}

.cart-product__variant .variant__table th span:first-child,
.cart-product__variant .variant__table td span:first-child {
    display: none;
}

.cart-product__variant .variant__table th {
    white-space: nowrap;
}

.cart-product__variant .variant__table.active {
    max-height: 10000px;
    -webkit-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
}

.cart-product__more {
    margin-top: 60px;
    line-height: 120%;
}

.cart-product__more span {
    color: #4A4842;
}

.cart-product__more .more__filter span{
    font-size: 14px;
    font-weight: 200;
    line-height: 17px;
}

.cart-product__more .more__filter i{
    width: 17px;
    height: 17px;
    margin-left: 10px;
}

.cart-product__more .more__filter i:before{
    font-size: 17px;
}

.cart-product__more .more__filter:hover,
.cart-product__more .more__filter:active,
.cart-product__more .more__filter:hover span,
.cart-product__more .more__filter:active span{
    color: #45869D !important;
}

.cart-product__more .filter__body span{
    display: block;
    font-size: 16px;
    font-weight: 200;
    line-height: 14px;
}

.cart-product__more .filter__body span.filter__category-title{
    padding-left: 0;
}

.cart-product__more .filter__body i.filter_close{
    display: none;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 0;
    right: 0;
    padding: 16px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    cursor: pointer;
}

.cart-product__more .filter__body i.filter_close:before{
    font-size: 17px;
    color: #A7A7A7;
}

.cart-product__more .filter__body i.filter_close:hover:before{
    color: #45869D;
}

.cart-product__more .filter__body .checkbox span,
.cart-product__more .filter__body .checkbox input:checked + span{
    font-weight: 400 !important;
}

.cart-product__more .filter__body .checkbox span::before{
    width: 14px;
    height: 14px;
}

.cart-product__more .filter__body .checkbox span::after{
    font-size: 8px;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    margin: 0;
    display: block;
    line-height: 1;
}

.cart-product__more .filter__body.filter__category ul{
    padding-left: 0;
    margin-top: 28px;
    margin-bottom: 0;
}

.cart-product__more .btn:not(.addToBasket) {
    display: block;
    margin: auto;
    max-width: 366px;
    width: 100%;
    text-align: center;
    margin-top: 60px;
    text-transform: none;
}

.cart-product__more .more__price {
    font-weight: 200;
    margin: 10px 0;
    font-size: 16px;
}

.addToCompare,
.cart-product__more{
    position: relative;
}

.cart-product__more .more__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
}

.cart-product__more .more__header a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cart-product__more .more__header a svg {
    width: 40px;
    height: 25px;
    stroke: #4e4e4e;
    margin-left: 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cart-product__more .more__header a:hover {
    color: #EFA073;
}

.cart-product__more .more__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -20px;
    margin-top: 20px;
}

.cart-product__more .more__item {
    font-size: 14px;
    padding: 20px;
    overflow: hidden;
}

.cart-product__more .more__item a img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.cart-product__more .more__item:hover a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.cart-product__filter .btn{
    height: 42px;
    margin-top: 36px;
    display: flex !important;
    max-width: 220px;
    font-size: 16px;
    font-weight: 200;
    line-height: 18px;
}

.cart-product__filter .case__filter {
    width: 348px;
    max-width: unset;
    height: fit-content;
    position: absolute;
    top: 35px;
    bottom: 0;
    right: 0;
    /*right: -200%;
    height: 100%;*/
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    background: #ffffff;
    z-index: -1;
    margin: 0;
    padding: 40px 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0 14px 20px 0 #0000001A;
}

.cart-product__filter .case__filter.active {
    z-index: 101;
    opacity: 1;
}

.cart-product__filter .case__filter .filter__item {
    border-top: none;
    padding: 0;
    background: none;
    margin-bottom: 0;
}

.cart-product__filter .case__filter .filter__item ul li {
    margin: 0 0 20px 0;
}

.cart-product__filter .case__filter .filter__item ul li:last-child {
    margin: 0;
}

.thanks {
    margin-top: calc(20px + 30 * ((100vw - 320px) / 1660));
    margin-bottom: calc(20px + 30 * ((100vw - 320px) / 1660));
}

.thanks h2 {
    font-weight: 200;
    font-size: calc(14px + 16 * ((100vw - 320px) / 1660));
    margin-bottom: calc(15px + 25 * ((100vw - 320px) / 1660));
    line-height: 35px;
    color: rgba(0, 0, 0, 0.8);
}

.thanks__text {
    background: rgba(0, 0, 0, 0.05);
    padding: 20px;
    position: relative;
    font-size: calc(13px + 11 * ((100vw - 320px) / 1660));
    line-height: calc(17px + 23 * ((100vw - 320px) / 1660));
    color: #000;
}

.thanks__text::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 43px;
    height: 43px;
    border-top: 3px solid rgba(0, 0, 0, 0.6);
    border-left: 3px solid rgba(0, 0, 0, 0.6);
}

.thanks__text::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: 43px;
    height: 43px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.6);
    border-left: 3px solid rgba(0, 0, 0, 0.6);
}

.thanks__text-overlay::before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 43px;
    height: 43px;
    border-top: 3px solid rgba(0, 0, 0, 0.6);
    border-right: 3px solid rgba(0, 0, 0, 0.6);
}

.thanks__text-overlay::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 43px;
    height: 43px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.6);
    border-right: 3px solid rgba(0, 0, 0, 0.6);
}

.thanks__order-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.thanks__order-item.thanks__opt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.thanks__order-item.thanks__opt ul + ul {
    margin-left: 30px;
}

.thanks__order-item.thanks__opt ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 23px;
    color: rgba(0, 0, 0, 0.5);
}

.thanks__order-item.thanks__opt ul li + li {
    margin-top: 20px;
}

.thanks__order-item.thanks__opt ul li span {
    width: 14vw;
}

.thanks__order-item.thanks__opt ul li span:last-child {
    text-align: left;
    color: #000000;
    margin-left: 40px;
}

.thanks__order-item.thanks__sidebar {
    max-width: 370px;
    width: 100%;
}

.thanks__order-item.thanks__sidebar .thanks__sidebar-row {
    margin-bottom: 20px;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.thanks__order-item.thanks__sidebar .thanks__sidebar-row p {
    width: 100%;
    opacity: 0.5;
    font-size: 16px;
    margin-top: 10px;
}

.thanks__order-item.thanks__sidebar .thanks__sidebar-row + .thanks__sidebar-row {
    margin-top: 40px;
}

.thanks__order-item.thanks__sidebar .thanks__sidebar-price {
    color: #000;
    border-top: 1px solid #afafaf;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 200;
    opacity: 0.8;
}

.thanks__order-item.thanks__sidebar .thanks__sidebar-price .total-price {
    font-size: 30px;
}

.thanks__order-icons {
    width: 100%;
    margin-top: 40px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    color: #000;
}

.thanks__order-icons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.thanks__order-icons ul li + li {
    margin-left: 30px;
}

.thanks__order-icons ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.thanks__order-icons ul li a:hover {
    color: #EFA073;
}

.thanks__order-icons ul li a:hover svg {
    fill: #EFA073;
}

.thanks__order-icons ul li a svg {
    fill: #000;
    width: 40px;
    height: 40px;
    margin-right: 13px;
}

.thanks__ticket .ticket__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.thanks__ticket .ticket__item {
    padding: 20px 0;
    border-bottom: 1px solid #afafaf;
    color: #000000;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.thanks__ticket .ticket__item:last-child {
    border-bottom: none;
}

.thanks__ticket .ticket__img {
    max-width: 290px;
    width: 16vw;
}

.thanks__ticket .ticket__img img {
    width: 93px;
    height: 93px;
    -o-object-fit: cover;
    object-fit: cover;
}

.thanks__ticket .ticket__name {
    max-width: 654px;
    width: 34vw;
    margin-right: 25px;
}

.thanks__ticket .ticket__name h3 {
    color: #000000;
    margin-bottom: 10px;
}

.thanks__ticket .ticket__name .structure-btn {
    color: rgba(0, 0, 0, 0.5);
    border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.thanks__ticket .ticket__name .structure-btn:hover,
.thanks__ticket .ticket__name .structure-btn.active {
    border-color: transparent;
}

.thanks__ticket .ticket__name .structure-btn img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.thanks__ticket .ticket__name .structure-btn.active img {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

.thanks__ticket .ticket__name ul {
    margin-bottom: 10px;
}

.thanks__ticket .ticket__name ul.ticket__structure {
    display: none;
    margin-top: 20px;
}

.thanks__ticket .ticket__name ul li {
    color: #000000;
    padding: 5px 0;
}

.thanks__ticket .ticket__name ul li span:first-child {
    opacity: 0.5;
}

.thanks__ticket .ticket__price {
    max-width: 267px;
    width: 14vw;
}

.thanks__ticket .ticket__count {
    max-width: 368px;
    width: 20vw;
}

.thanks__ticket .ticket__summ {
    max-width: 171px;
    width: 9vw;
}

.compare .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.compare__filter {
    max-width: 230px;
    width: 100%;
    margin-right: 40px;
    border-top: 1px solid #afafaf;
}

.compare__filter ul li {
    padding: 15px 0;
    border-bottom: 1px solid #afafaf;
}

.compare__filter .checkbox input:checked + span {
    color: #000;
    opacity: 1;
}

.compare__filter .checkbox span {
    display: block;
    color: #000000;
    opacity: 0.8;
    padding-left: 0;
    font-size: 16px;
    line-height: 20px;
}

.compare__filter .checkbox span::before,
.compare__filter .checkbox span::after {
    display: none;
}

.compare__list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.compare__list .swiper-scrollbar {
    left: 0%;
    width: 100%;
    top: 391px;
    cursor: pointer;
    background: rgba(0, 0, 0, .1);
}

.compare__list .swiper-scrollbar-drag {
    background: #000;
}

.compare__list .swiper-button {
    background: #000000;
    margin: 0;
    top: 100px;
    width: 50px;
    height: 50px;
}

.compare__list .swiper-button svg {
    width: 50%;
    height: 50%;
    fill: #ffffff;
}

.compare__list .swiper-button:hover {
    background: #EFA073;
}

.compare__list .swiper-button.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
}

.compare__list .product__item {
    margin: 0;
    width: 260px;
    background: transparent;
}

.compare__list .product__item + .product__item {
    margin-left: 40px;
}

.compare__list .product__item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.compare__table {
    position: absolute;
    bottom: 19px;
    left: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.5);
    border-top: 1px solid #afafaf;
    font-size: 14px;
}

.compare__table ul li {
    padding: 20px 0;
    border-bottom: 1px solid #afafaf;
}

.section__title {
    position: relative;
    margin-bottom: 20px;
}

.section__title::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    height: 2px;
    background: #E4E3DF;
    z-index: -1;
    display: block;
}

.section__title h2 {
    text-align: center;
    font-size: calc(20px + 6 * ((100vw - 395px) / 1440));
    font-weight: 200;
    padding: 0 50px;
    background: #ffffff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    background: #ffffff;
}

.section__title a {
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.section__title a svg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    fill: #4e4e4e;
    width: 30px;
    height: 30px;
    display: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.section__title a:hover {
    color: #45869D;
}

.section__title a:hover svg {
    fill: #45869D;
}

.section__title a:active {
    color: #EFA073;
}

.section__title a:active svg {
    fill: #EFA073;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    background: #7AB6CB;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn:hover {
    background: #45869D;
    color: #ffffff;
}

.btn:hover span{
    color: #ffffff;
}

.btn.white-btn {
    background: #fff;
    color: #4e4e4e;
    border: 1px solid rgba(0, 0, 0, 0.6);
}

.btn.white-btn:hover {
    background: #7AB6CB;
    border-color: #7AB6CB;
    color: #fff;
}

.btn.gray-btn{
    font-size: 16px;
    background: #E4E3DF;
    color: #4A4842;
    font-weight: 200;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn.gray-light-btn{
    color: #4A4842;
    background: #F3F3F3;
}

.btn.gray-btn:hover,
.btn.gray-light-btn:hover{
    background: #45869D;
    color: #ffffff;
}

.add-basket-btn{
    width: 100%;
    margin-top: 0;
    position: relative;
}

.add-basket-btn .btn.addToBasket{
    width: 100%;
    max-width: unset;
    height: 24px;
    margin-top: 0;
    font-size: 11px;
    font-weight: 200;
    line-height: 12px;
}
.add-basket-btn .btn.addToBasket span{
    color: #fff;
}
.add-basket-btn.add-basket-calc .btn.addToBasket span{
    color: #4A4842;
}
.add-basket-btn .basket__item-calc{
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: 50%;
    right: 8px;
    align-items: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.add-basket-btn.add-basket-calc .basket__item-calc{
    opacity: 1;
    z-index: 10;
}

.add-basket-btn.add-basket-calc a{
    background: #F3F3F3;
    color: #4A4842;
}

.add-basket-btn .basket__item-calc .price-btn{
    width: 6px;
    height: 6px;
    font-size: 6px;
}

.add-basket-btn .basket__item-calc .price-btn i:before{
    font-size: 6px;
    line-height: 1;
}

.add-basket-btn .basket__item-calc .basket__item-count{
    font-size: 10px;
    font-weight: 200;
    margin: 0 4px;
    line-height: 1;
}

.add-basket-btn .basket__item-calc .price-btn:hover{
    background: none;
    color: #4A4842;
}

.show-more-btn{
    width: auto;
    justify-content: flex-end;
    margin-top: 30px;
    cursor: pointer;
}

.show-more-btn span{
    width: auto;
    font-size: 10px;
    font-weight: 400;
    line-height: 11px;
    text-align: right;
    color: #45869D;
    margin-right: 4px;
}

.show-more-btn i{
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.show-more-btn i:before{
    font-size: 8px;
    line-height: 8px;
    color: #45869D;
}

.show-more-container.active .show-more-btn i{
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sitemap {
    padding: 50px 0;
}

.sitemap ul li {
    margin: 10px 0;
}

.sitemap ul li a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sitemap ul li a:hover {
    color: #EFA073;
}

.swiper-container {
    position: relative;
}

.swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.swiper-pagination .slider-bullet {
    display: block;
    width: 24px;
    height: 3px;
    margin: 0;
    background: #E4E3DF;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.swiper-pagination .slider-bullet-active {
    background: #7AB6CB;
}

.swiper-button {
    cursor: pointer;
    z-index: +1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 69px;
    height: 69px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.84);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

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

.swiper-button:hover {
    background: #fff;
}

.swiper-button__next {
    right: 20px;
}

.swiper-button__prev {
    left: 20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/**
    ТАБЫ - начало
 */

.tabs-cartochka{
    width: 100%;
    position: relative;
    padding-bottom: 65px;
    margin-bottom: 56px;
    border-bottom: 2px solid #F0F0F0;
}

.tabs-cartochka:before,
.tabs-cartochka:after{
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background: #F0F0F0;
    position: absolute;
    top: 100%;
}

.tabs-cartochka:before{
    left: 0;
    margin-left: -100%;
}

.tabs-cartochka:after{
    right: 0;
    margin-right: -100%;
}

.tabs-cartochka>input[type="radio"] {
    display: none;
}

.tabs-cartochka_content{
    width: 100%;
    height: 100%;
    margin: 36px 0 0;
    overflow-y: hidden;
    gap: 80px;
}

.tabs-cartochka>label {
    display: inline-block;
    font-size: calc(14px + 16 * ((100vw - 320px) / 1660));
    font-weight: 200;
    line-height: 1;
}

.tabs-cartochka>label:not(:first-of-type) {
    display: none;
}

.tabs-cartochka_div{
    width: 100%;
    flex: 3;
}

.tabs-cartochka_div#content-2{
    min-width: Calc((100% - 80px)/3);
    flex: 1;
}

.tabs-cartochka_div#content-2 .mCustomScrollbar{
    height: 100%;
}

.tabs-cartochka_div#content-2 .mCSB_inside > .mCSB_container{
    margin-right: 10px;
}

.tabs-cartochka_div .cart-product__char,
.tabs-cartochka_div .char__list,
.tabs-cartochka_div .char__list > ul,
.tabs-cartochka_div .char__list > ul > li{
    height: 100%;
}

/**
    ТАБЫ - конец
 */

/**
    ФОРМА "ОСТАЛИСЬ ВОПРОСЫ" - начало
 */

.form-question{
    width: 100%;
    background: #F3F3F3;
    margin-bottom: 50px;
    padding: 44px;
}

.form-question-row{
    width: 100%;
    margin-bottom: 30px;
}

.form-question-row h2{
    width: Calc(100% - 323px);
    font-size: calc(20px + 4 * ((100vw - 320px) / 1440));
    line-height: 100%;
    font-weight: 200;
    margin-right: 10px;
}

.form-question-tip{
    width: 313px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.form-question.error .form-question-tip{
    opacity: 1;
}

.form-question-tip i{
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

.form-question-tip i:before{
    color: #EFA073;
}

.form-question-tip span{
    width: Calc(100% - 24px);
    font-size: 14px;
    line-height: 100%;
}

.form-question form{

}

.form-question .form-fields{
    width: 100%;
    gap: 20px 45px;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 38% Calc(62% - 45px);
}

.form-question .form-left,
.form-question .form-right{
    width: 100%;
}

form fieldset{
    width: 100%;
    margin-bottom: 14px;
}

.form-question .form-right fieldset{
    height: 100%;
}

form fieldset:last-child{
    margin-bottom: 0;
}

fieldset legend{
    width: 100%;
    font-size: 14px;
    margin-bottom: 7px;
}

fieldset input{
    width: 100%;
    height: 50px;
    background: #ffffff;
    border: 1px solid transparent;
    padding: 0 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #4A4842;
    font-size: 14px;
    line-height: 100%;
}

fieldset textarea{
    width: 100%;
    height: 100%;
    padding: 17px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

fieldset.error input{
    border: 1px solid #EFA073;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
    color: #A7A7A7 !important;
    opacity: 1 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #A7A7A7 !important;
    opacity: 1 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
    color: #A7A7A7 !important;
    opacity: 1 !important;
}

.form-btns{
    width: Calc(62% - 45px);
    margin-left: Calc(38% + 45px);
    margin-top: 30px;
}

.main-btn{
    width: 210px;
    height: 40px;
    background: #7AB6CB;
    font-weight: 200;
    font-size: 16px;
    line-height: 100%;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.main-btn:hover{
    background: #45869D;
}

.policy-agree{
    width: 100%;
    margin-bottom: 15px;
}

.input-checkbox{
    width: 14px;
    height: 14px;
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0;
}

.label-checkbox{
    display: block;
    position: relative;
    cursor: pointer;
    line-height: 100%;
}

.label-checkbox:before{
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    background: #fff;
    border: 2px solid #77A7B8;
    border-radius: 2px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 0;
}

.error > .label-checkbox:before{
    border: 2px solid #EFA073;
}

.label-checkbox span{
    width: 100%;
    display: block;
    padding-left: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
}

.label-checkbox span a{
    color: #45869D;
}

input.input-checkbox + label.label-checkbox:after{
    content: '\e90c';
    font-family: 'main-icon';
    width: 8px;
    height: 8px;
    font-size: 8px;
    line-height: 1;
    display: none;
    color: #77A7B8;
    position: absolute;
    left: 3px;
    top: 4px;
    z-index: 1;
}

input.input-checkbox:checked + .label-checkbox:after{
    display: block;
}

/**
    ФОРМА "ОСТАЛИСЬ ВОПРОСЫ" - конец
 */

/**
    ВТОРОСТЕПЕННЫЕ СТРАНИЦЫ (оплата, акции, гарантия, корпоративным клиентам, дизайнерам, доставка, о нас, контакты, ) - начало
 */

.other-page-desc{
    width: 62%;
    margin-bottom: calc(20px + 52 * ((100vw - 320px)/ 1440));
}

.delivery .other-page-desc{
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}

.actions .other-page-desc > div,
.dizayneram .other-page-desc > div,
.delivery .other-page-desc > div,
.popup#delivery-popup .other-page-desc > div,
.popup#pay-popup .other-page-desc > div,
.popup#garanty-popup .other-page-desc > div{
    margin-bottom: 28px;
}

.actions .other-page-desc > div:last-child,
.dizayneram .other-page-desc > div:last-child,
.delivery .other-page-desc > div:last-child{
    margin-bottom: 0;
}

.other-page-text{
    font-size: calc(12px + 8 * ((100vw - 320px)/ 1440));
    line-height: 130%;
}

.other-page-text.margin-text{
    margin: 25px 0;
}

.other-items{
    gap: 60px;
    flex-wrap: wrap;
    margin-bottom: calc(30px + 39 * ((100vw - 320px)/ 1440));
}

.other-item{
    width: Calc((100% - 60px)/2);
}

.other-icon{
    width: 72px;
    height: 72px;
    margin-right: 24px;
}

.other-icon-medium{
    width: 60px;
    height: 60px;
    margin-right: 16px;
}

.other-info{
    width: Calc(100% - 96px);
}

.other-info-medium{
    width: Calc(100% - 76px);
}

.other-subtitle{
    font-size: calc(16px + 15 * ((100vw - 320px)/ 1440));
    font-weight: 200;
    margin-bottom: 15px;
}

.garanty .other-items,
.opt .other-items,
.delivery .other-items {
    margin-top: calc(20px + 52 * ((100vw - 320px)/ 1440));
}

.garanty .other-item,
.opt .other-item,
.dizayneram .other-item,
.delivery .other-item.full-screen{
    width: 100%;
}

.delivery .other-item:not(.full-screen){
    width: 73%;
    max-width: unset;
}

.other-page-text ul.num-list li{
    list-style: decimal;
    list-style-position: inside;
}

.other-page-text ul.num-list li span{
    padding-left: 6px;
}

.other-page-text ul:not(.num-list) li{
    width: 100%;
    position: relative;
    padding-left: 18px;
    margin-bottom: 18px;
}

.other-page-text ul:not(.num-list) li:last-child{
    margin-bottom: 0;
}

.other-page-text ul:not(.num-list) li:before{
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #4A4842;
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
}

.other-page-subtitle{
    font-size: calc(16px + 15 * ((100vw - 320px)/ 1440));
    line-height: 1;
    color: #4A4842;
    margin: 0 0 34px;
}

.other-page-wrap{
    gap: 60px;
    justify-content: space-between;
}

.delivery .other-page-wrap{
    align-items: flex-end;
    gap: 30px;
}

.other-page-info{
    width: Calc(100% - 480px);
    max-width: 59%;
}

.delivery .other-page-info{
    width: Calc(73% - 30px);
    max-width: unset;
}

.other-page-media{
    width: 420px;
}

.delivery .other-page-media{
    width: 27%;
    padding: 26px;
}

.dizayneram .other-page-desc {
    width: 100%;
}

.dizayneram .other-page-text a{
    color: #7AB6CB;
    text-decoration: underline;
}

.table-row-main{
    background: #7AB6CB;
}

.table-row-main td{
    color: #fff;
    font-weight: 200;
}

.table-block{
    margin-top: 40px;
}

.table-row{
    background: #F3F3F3;
}

.table-row td:last-child,
.table-row-main td:last-child{
    text-align: center;
}

.table-row td,
.table-row-main td{
    padding: 10px 20px;
    font-size: 18px;
}

.table-row td:first-child,
.table-row-main td:first-child{
    width: 73%;
}

.table-row td:last-child,
.table-row-main td:last-child{
    width: 27%;
}

.delivery .other-page-img img{
    width: 100%;
}

.other-page-media-text{
    font-size: 20px;
    font-weight: 200;
    line-height: 125%;
    color: #45869D;
}

.about.other-page{
    margin-bottom: calc(20px + 52 * ((100vw - 320px)/ 1440));
}

.other-double-slider{
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.48;
    overflow: hidden;
}

.other-double-slider-preview-wrap{
    width: 14%;
    margin-right: 22px;
    height: auto;
}

.other-double-slider-main-wrap{
    width: Calc(86% - 22px);
    height: auto;
    aspect-ratio: 1 / 0.6;
    object-fit: cover;
}

.other-double-slide-preview{
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    padding: 10px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 5px;
    cursor: pointer;
}

.slick-current .other-double-slide-preview{
    border: 1px solid #A7A7A7;
}

.other-double-slide-preview,
.other-double-slide-main{
    overflow: hidden;
}

.other-double-slide-main img,
.other-double-slide-preview img{
    width: 100%;
    height: auto;
}

.other-requisites{
    width: 100%;
    margin-top: 36px;
    padding: 36px 42px;
    background: #F3F3F3;
}

.other-requisites .other-page-subtitle{
    margin: 0 0 26px 0;
}

.about .other-items{
    gap: 40px;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, auto);
}

.about .other-item{
    width: 100%;
}

.about .other-item .other-subtitle{
    min-height: 60px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.other-page-sections{
    width: 100%;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, auto);
    gap: 20px 55px;
    margin-bottom: 20px;
}

.other-page-section{
    background: #F3F3F3;
    padding: 36px;
}

.other-page-section-row{
    margin-bottom: 16px;
}

.other-page-section-row:last-child{
    margin-bottom: 0;
}

.other-page-section-row,
.other-page-section-row a{
    justify-content: flex-start;
}

.other-page-section-row i{
    width: 18px;
    height: 18px;
    margin-right: 12px;
}

.other-page-section-row i:before{
    color: #7AB6CB;
}

.other-page-section-row span{
    width: Calc(100% - 30px);
    line-height: 100%;
}

.map-block{
    margin-bottom: 40px;
}

/**
    ВТОРОСТЕПЕННЫЕ СТРАНИЦЫ (оплата, акции, гарантия, корпоративным клиентам, дизайнерам, доставка, о нас, контакты, ) - конец
 */

/**
    СТРАНИЦА БРЕНДА - начало
 */

.brand-page{
    margin-bottom: 50px;
}

.brand-page .case__filter{
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    font-size: unset;
}

.brand-page .filter__item{
    border-top: none;
    padding: unset;
    background: none;
    margin-bottom: 0;
}

.brand-page-category{
    width: 100%;
    margin: 26px 0 40px;
}

.brand-page-category ul{
    width: 100%;
    flex-wrap: wrap;
    gap: 16px 45px;
}

.brand-page .filter__category ul{
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.brand-page .filter__category ul li,
.brand-page-category ul li a{
    width: fit-content;
    width: -moz-fit-content;
    margin: 0;
}

.brand-page-category ul li a{
    font-weight: 200;
    font-size: 16px;
    color: #77A7B8;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.brand-page-category ul li a.active{
    color: #4A4842 !important;
}

.brand-page-list{
    display: grid;
    grid-template-rows: unset;
    gap: 30px Calc((100% - 1365px)/6);
    grid-template-columns: repeat(7, 195px);
    margin: 0;
}

.brand-page .product__item{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.brand-page .product__item:hover{
    border: 1px solid #E4E3DF;
}

.brand-page .product__item a{
    width: 100%;
    height: 100%;
    display: block;
}

.brand-page .product__img{
    height: 150px;
    padding: 0;
    margin-bottom: 25px;
}

.brand-page .product__title{
    height: auto;
    padding: 0;
    margin: 0;
}

.brand-page .case__list-body.sublist .product__item h3{
    padding-bottom: 0;
    text-align: center;
}

.page__description_top{
    font-size: 16px;
    margin: 30px 0;
    /*text-indent: 30px;*/
    text-align: start;
}
.page__description_top p{
    border: 1px solid #7AB6CB;
    margin-bottom: 20px;
    padding: 20px 30px 26px;
    position: relative;
}
.page__description_top p b{
    text-indent: 0;
    font-size: 12px;
    font-weight: 200;
    line-height: 14px;
    margin-bottom: 20px;
    display: block;
}
.page__description_top p a{
    padding: 4px 15px;
    border: 1px solid #7AB6CB;
    font-size: 11px;
    font-weight: 200;
    line-height: 13px;
    text-align: center;
    color: #A7A7A7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 30px;
    margin: 0 5px;
    white-space: nowrap;
}
.page__description_top p a:hover{
    background: #7AB6CB;
    color: #fff;
}

/**
    СТРАНИЦА БРЕНДА - конец
 */

/**
    СТРАНИЦА КОЛЛЕКЦИИ БРЕНДА - начало
 */

.brand-series-page{
    margin: 30px 0 85px;
}

.brand-series-page-banner{
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.24;
    background-size: cover;
    position: relative;
    margin-bottom: 24px;
}

.brand-series-page-banner-wrap{
    width: 100%;
    height: 100%;
    padding: 38px 32px;
}

.brand-series-page-title,
.brand-series-page-subtitle{
    width: fit-content;
    width: -moz-fit-content;
    color: #fff;
    line-height: 100%;
}

.brand-series-page-title{
    font-size: calc(24px + 24 * ((100vw - 320px)/ 1440));
    padding-bottom: 1px;
    border-bottom: 4px solid #7AB6CB;
}

.brand-series-page-subtitle{
    font-size: calc(12px + 20 * ((100vw - 320px)/ 1440));
    margin-bottom: calc(16px + 56 * ((100vw - 320px)/ 1440));
}

.brand-series-page-category{
    width: 100%;
    margin: 24px 0 40px;
}

.brand-series-page-category ul{
    width: 100%;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    gap: 16px 45px;
}

.brand-series-page-category ul li a{
    font-weight: 200;
    font-size: 16px;
    color: #77A7B8;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.brand-series-page-category ul li a.active{
    color: #4A4842;
}

.brand-series-page-content{
    margin-bottom: 100px;
}

.brand-series-page .pagination{
    /*display: none;*/
}

.brand-series-media{
    width: 100%;
    justify-content: space-between;
    margin-bottom: 40px;
}

.brand-series-media:last-child{
    margin-bottom: 0;
}

.brand-series-media-desc,
.brand-series-media-img{
    width: 50%;
    max-width: 656px;
}
.erk_additional_content .brand-series-media-desc{
    max-width: unset;
}
.erk_additional_content .brand-series-media {
    gap: 20px;
    flex-wrap: unset;
}

.brand-series-media-desc{
    order: 1;
    padding-right: 24px;
}

.brand-series-media-img{
    height: auto;
    /*aspect-ratio: 1/1;*/
    order: 2;
}

.reverse .brand-series-media-desc{
    order: 2;
    padding-left: 24px;
    padding-right: 0;
}

.reverse .brand-series-media-img{
    order: 1;
}

.brand-series-media-desc .title{
    font-size: calc(20px + 5 * ((100vw - 320px)/ 1440));
    margin-bottom: calc(12px + 17 * ((100vw - 320px)/ 1440));
    font-weight: 200;
}

.brand-series-media-desc .text{
    font-size: calc(12px + 8 * ((100vw - 320px)/ 1440));
    line-height: 20px;
}

.erk_additional_content .brand-series-media-img img{
    max-width: 100%;
}
.erk_additional_content .brand-series-media-desc,
.erk_additional_content .brand-series-media-img {

    max-width: unset;
}
.erk_additional_content .reverse .brand-series-media-desc {
    padding-left: 0;
}
.brand-series-media-desc .text > div{
    margin-bottom: 28px;
}

.brand-series-media-desc .text > div:last-child{
    margin-bottom: 0;
}

.brand-series-page .case__order-list{
    display: none;
}
.brand-series-page .case__order{
    display: none;
}



.brand-series-page .product__item{
    width: 100%;
}

.case__list .section-subtitle{
    font-size: calc(20px + 5 * ((100vw - 320px)/ 1440));
}

.section.case .case__list .section-subtitle,
.section.case .brand-series-page-category
{
    display: none;
}
.brand-series-page .section.case .section-subtitle{
    display: block;
}
.section_series_title_block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.section_series_title_block .case__order-links{
    display: none;
}
/**
    СТРАНИЦА КОЛЛЕКЦИИ БРЕНДА - конец
 */

/**
    ПАГИНАЦИЯ - начало
 */

.pagination{
    margin: 30px 0 40px;
    justify-content: flex-start;
}

.pagination ul{
    gap: 3px;
}

.pagination ul a.prev,
.pagination ul a.next,
.pagination ul li{
    color: #45869D;
    background: #F3F3F3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.pagination ul a.prev:hover,
.pagination ul a.next:hover,
.pagination ul li:not(.current):hover{
    color: #ffffff;
    background: #45869D;
}

.pagination ul li:hover a{
    color: #ffffff;
}

.pagination ul a:before{
    font-size: 9px;
    line-height: 9px;
    position: relative;
}

.pagination ul a.prev:before{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    left: -1px;
    top: -1px;
}

.pagination ul li{
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.pagination ul a.prev,
.pagination ul a.next,
.pagination ul li a,
.pagination ul li.current span{
    height: 20px;
    min-width: 28px;
    padding: 2px 9.5px;
}

.pagination ul li.current span{
    color: #A7A7A7;
}

/**
    ПАГИНАЦИЯ - конец
 */

/**
    404 - начало
 */

.bx-404-container{
    max-width: 95%;
    gap: 10%;
    margin-bottom: 45px;
}

.bx-404-left,
.bx-404-right{
    width: 45%;
}

.bx-404-right img{
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.6;
}

.bx-404-title{
    width: 100%;
    font-size: calc(16px + 15 * ((100vw - 320px)/ 1440));
    line-height: 115%;
    margin: 50px 0 30px;
}

.bx-404-text{
    width: 100%;
    line-height: 112%;
    font-size: calc(14px + 5 * ((100vw - 320px)/ 1440));
}

.bx-404-text a{
    text-decoration: underline;
}

/**
    404 - конец
 */

/**
    СТРАНИЦА "СРАВНЕНИЕ" - начало
 */

.compare-page h1{
    margin-bottom: 30px;
}

.compare-del-btn{
    position: absolute;
    z-index: 1;
    right: 30px;
    top: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.compare-del-btn i{
    width: 17px;
    height: 17px;
}

.compare-del-btn i:before{
    font-size: 17px;
    color: #A7A7A7;
}

.compare-products-wrap{
    margin-bottom: 30px;
    position: relative;
}

.compare-slider .slick-arrow{
    display: none !important;
}

.product__item.compare-product{
    font-size: 13px;
    position: relative;
    overflow: visible;
    height: auto;
}

.product__item.compare-product,
.compare-prop-value{
    width: 175px;
    padding-right: 30px;
    box-sizing: content-box;
}

.product__item.compare-product{
    background: #fff;
    padding-bottom: 15px;
}

.compare-product .product__item-inner{
    padding: 0;
    border: none;
}

.compare-product .product__item-inner:hover{
    border: none;
    position: unset;
    z-index: unset;
}

.compare-product .product__title{
    margin: 6px 0 14px;
}

.compare-product .product__others{
    margin: 14px 0;
}

.compare-product .product__stars .stars{
    height: 10px;
}

.compare-product .product__stars .stars__circle::before{
    height: 10px;
}

.compare-product .prices_wrap{
    margin: 8px 0 12px;
}

.compare-product .product__price .btn{
    width: 100%;
    height: 24px;
    font-size: 11px;
    font-weight: 200;
}

.compare-slider .slick-list{
    overflow: visible;
}

.compare-slider .slick-list:before{
    content: '';
    width: 100%;
    height: Calc(100% + 2px);
    position: absolute;
    left: 0;
    top: -1px;
    margin-left: -100%;
    background: #fff;
    z-index: 100;
}

.compare-arrows{
    width: 100%;
    justify-content: space-between;
    position: absolute;
    top: 145px;
    left: 0;
    z-index: 2;
}

.compare-arrow{
    position: relative;
    cursor: pointer;
}

.compare-arrow i:before{
    font-size: 41px;
    color: #E4E3DF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.compare-arrow:hover i:before{
    color: #A7A7A7;
}

.compare-arrow.prev{
    left: -40px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.compare-arrow.next{
    right: -40px;
}

.compare-slider > div:not(.slick-list):nth-child(n+2){
    display: none;
}

.compare-slider .slick-slide:nth-child(n+2){
    display: block;
}

.compare-view-btn{
    margin: 30px 0 40px;
}

.compare-view-btn .checkbox span::after{
    width: 9px;
    height: 17px;
    font-size: 9px;
    line-height: 17px;
    left: 4px;
    top: 0;
}

.compare-props{
    margin-bottom: 30px;
}

.compare-prop{
    border-bottom: 2px solid #F3F3F3;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.compare-prop:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.compare-prop-title{
    width: 100%;
    justify-content: flex-start;
    cursor: pointer;
}

.compare-prop-title span{
    width: auto;
    font-size: 18px;
    font-weight: 200;
    line-height: 18px;
    margin-right: 10px;
}

.compare-prop-title i{
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.compare-prop.active .compare-prop-title i{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.compare-prop-title i:before{
    font-size: 15px;
    color: #A7A7A7;
}

.compare-prop-rows{
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.compare-prop-rows,
.compare-prop-value{
    height: 0;
}

.compare-prop.active .compare-prop-rows,
.compare-prop.active .compare-prop-value{
    height: auto;
    overflow: visible;
}

.compare-prop.active .compare-prop-rows{
    opacity: 1;
    padding-top: 30px;
}

.compare-prop-subtitle{
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    color: #A7A7A7;
}

.compare-prop-values{
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.compare-prop-row{
    margin-bottom: 24px;
}

.compare-prop-row:last-child{
    margin-bottom: 0;
}

.products-fixed .compare-products{
    width: 100%;
    border-bottom: 2px solid #F3F3F3;
    position: fixed;
    top: 0;
    z-index: 1;
    background: #fff;
}

.products-fixed .compare-products:before,
.products-fixed .compare-products:after{
    content: '';
    width: 100%;
    height: 2px;
    background: #F3F3F3;
    position: absolute;
    z-index: 1;
    top: 100%;
}

.products-fixed .compare-products:before{
    left: 0;
    margin-left: -100%;
}

.products-fixed .compare-products:after{
    right: 0;
    margin-right: -100%;
}

.compare-products .product__others,
.compare-products .product__mid,
.compare-products .product__price .btn{
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.products-fixed .compare-products .product__others,
.products-fixed .compare-products .product__mid,
.products-fixed .compare-products .product__price .btn {
    opacity: 0;
    height: 0;
    margin: 0;
}

.products-fixed .compare-product .product__title{
    margin-bottom: 0;
}

.products-fixed .compare-product .prices_wrap{
    margin: 11px 0 0;
}

.products-fixed .compare-del-btn{
    opacity: 0;
}

.products-fixed .compare-arrows{
    width: 100%;
    position: fixed;
    padding: 0 80px;
}

.compare-products-param-btn span{
    font-size: 14px;
    padding-left: 30px;
    position: relative;
}

.compare-products-param-btn span:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    border: 2px solid #7AB6CB;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.compare-products-param-btn span:after{
    content: "";
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #7AB6CB;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.compare-products-param-btn input:checked + span:after{
    opacity: 1;
    visibility: visible;
}

.compare-products-param-wrap{
    display: none;
    padding: 30px 0 50px;
}

.compare-products-param{
    width: 100%;
    padding: 20px 24px;
    background: #F3F3F3;
}

.compare-products-param .subtitle{
    width: 100%;
    font-size: 14px;
    font-weight: 200;
    line-height: 16px;
    margin-bottom: 15px;
    color: #A7A7A7;
}

.compare-prop-subtitle.mob{
    display: none;
}

.compare-products-param-btns{
    justify-content: flex-start;
}

.compare-products-param-btns label{
    width: Calc(50% - 12px);
    margin-right: 24px;
}

.compare-products-param-btns label:last-child{
    margin-right: 0;
}

/**
    СТРАНИЦА "СРАВНЕНИЕ" - конец
 */

/**
    СТРАНИЦА "ИЗБРАННОЕ" - начало
 */

.favorite-page .case__order,
.favorite-page .case__list .section-subtitle,
.favorite-page .brand-series-page-category{
    display: none;
}

.favorite-page .case__list-body{
    margin-bottom: 50px;
}

.favorite-page .pagination{
    display: none;
}

/**
    СТРАНИЦА "ИЗБРАННОЕ" - конец
 */

.snova-scroll .mCSB_scrollTools{
    width: 4px;
}

.snova-scroll-hor .mCSB_scrollTools{
    height: 4px;
}

.snova-scroll .mCSB_scrollTools,
.snova-scroll-hor .mCSB_scrollTools{
    background: #E4E3DF;
    border-radius: 20px;
    opacity: 1;
}

.snova-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.snova-scroll-hor .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #A7A7A7;
    border-radius: 20px;
    margin: 0;
}

.snova-scroll-hor .mCSB_horizontal.mCSB_inside > .mCSB_container{
    margin-bottom: 16px;
}

.erk_additional_content{
    padding-top: 30px;
}

@media (min-width: 991.98px) {
    .quantity__button:hover::before,
    .quantity__button:hover::after {
        background-color: rgba(0, 0, 0, 0.5);
    }
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color 0.25s ease;
        -o-transition: border-color 0.25s ease;
        transition: border-color 0.25s ease;
    }
}

@media (max-width: 1840px) {
    .container {
        max-width: none;
        padding-left: 80px;
        padding-right: 80px;
    }

    .compare__table {
        left: 80px;
        right: 80px;
    }
}

@media (max-width: 1770px){

    .case__list-body.grid-container{
        grid-template-columns: repeat(5, 200px);
        gap: 5px Calc((100% - 1000px)/4);
    }
}

@media (max-width: 1715px) {
    .cart-product__variant .variant__table {
        max-height: 240px;
    }
}

@media (max-width: 1620px) {
    .basket__form-section .delivery {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .basket__form-section .delivery p {
        margin-top: 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 1600px) {
    .product__item {
        width: calc(25% - 40px);
    }
}

@media (max-width: 1580px) {
    .cart-product__more .more__item:last-child {
        display: none;
    }

    .footer__center{
        max-width: 568px;
    }
}

@media (max-width: 1570px){

    .case__list-body.grid-container{
        grid-template-columns: repeat(4, 200px);
        gap: 5px Calc((100% - 800px)/3);
    }

    .brand-page-list{
        gap: 30px Calc((100% - 1170px)/5);
        grid-template-columns: repeat(6, 195px);
    }


}

@media (max-width: 1540px) {
    .menu__bottom-search {
        width: 33%;
    }
}

@media (max-width: 1500px){

    .basket__list{
        width: Calc(100% - 380px);
        max-width: 845px;
    }

    .basket__item-price,
    .basket__item-info{
        width: Calc(50% - 12px);
    }
}

@media (max-width: 1450px) {
    .product__item {
        width: calc(33.33333% - 40px);
    }

    .banner-bg-img img{
        width: auto;
    }

    /*ВТОРОСТЕПЕННЫЕ СТРАНИЦЫ (оплата, акции, гарантия, корпоративным клиентам, дизайнерам, доставка, о нас, контакты, ) - начало*/

    .other-page-desc{
        max-width: 810px;
    }

    /*ВТОРОСТЕПЕННЫЕ СТРАНИЦЫ (оплата, акции, гарантия, корпоративным клиентам, дизайнерам, доставка, о нас, контакты, ) - конец*/
}

@media (max-width: 1440px){
    .container{
        padding-left: 60px;
        padding-right: 60px;
    }

    .banner-bg{
        max-height: 356px;
        aspect-ratio: 1/0.26;
    }

    /*СТРАНИЦА КОЛЛЕКЦИИ БРЕНДА - начало*/

    .brand-series-media-desc{
        max-width: Calc(50% - 40px);
        padding: 0 !important;
    }
    .erk_additional_content .brand-series-media-desc{
        max-width: unset;
    }

    /*СТРАНИЦА КОЛЛЕКЦИИ БРЕНДА - конец*/

    .basket__form{
        width: Calc(100% - 380px);
        max-width: 570px;
    }

    /*СТРАНИЦА "СРАВНЕНИЕ" - начало*/

    .products-fixed .compare-arrows{
        padding: 0 60px;
    }

    /*СТРАНИЦА "СРАВНЕНИЕ" - конец*/
}


@media (max-width: 1320px){

    .case__list-body.grid-container{
        grid-template-columns: repeat(3, 200px);
        gap: 5px Calc((100% - 600px)/2);
    }

    .brand-page-list{
        gap: 30px Calc((100% - 975px)/4);
        grid-template-columns: repeat(5, 195px);
    }


}

@media (max-width: 1300px) {
    body {
        font-size: 16px;
    }

    .menu__top-social ul li a img {
        width: 30px;
        height: 30px;
    }

    .menu__top-social ul li a img.imgc-hover {
        width: 30px;
        height: 30px;
    }

    .menu__top-middle,
    .menu__top-logo{
        height: 84px;
    }

    .menu__top-logo img {
        width: 200px;
    }

    .menu__bottom form span.menu__bottom-title {
        background-size: 30px;
    }

    .menu__bottom form input {
        font-size: 16px;
    }

    .menu__bottom ul li + li {
        margin-left: 55px;
    }

    .menu__bottom-search button img {
        width: 30px;
        height: 30px;
    }

    /*.category__item {
        width: 20%;
        height: 180px;
    }

    .category__item:not(:last-child) img {
        width: 100%;
    }

    .category__item:last-child {
        width: 20%;
    }

    .category__item img {
        width: 100%;
    }

    a.brends__item img {
        width: 50%;
        -o-object-fit: scale-down;
        object-fit: scale-down;
    }*/

    .nav__link svg {
        height: 25px;
    }

    /*.case__order ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .case__order ul li {
        margin-bottom: 20px;
    }

    .case__order ul li:first-child {
        margin-left: 30px;
    }*/

    .cart-product__variant .variant__table th,
    .cart-product__variant .variant__table td {
        padding: 15px 6.1vw 15px 0;
    }
}

@media (max-width: 1280px){

    .menu__top-head{
        margin-bottom: 15px;
    }

    .menu__top-social:not(.menu__top-social-basket) ul li + li{
        margin-left: 15px;
    }

    .menu__top-logo{
        top: 0;
    }

    .basket__item{
        align-items: flex-start;
    }

    .basket__item-left{
        margin-right: 12px;
    }

    .basket__item-right{
        width: Calc(100% - 182px);
    }

    /*.basket__item-calc .basket__item-count {
        font-size: 16px;
        margin: auto 16px;
    }

    .basket__item-calc .price-btn {
        width: 30px;
        height: 30px;
    }

    .basket__item-calc .price-btn img {
        width: 80%;
    }

    .basket__item-img {
        width: 150px;
    }

    .basket__btm a {
        max-width: 320px;
    }*/

    .case__filter{
        margin-right: 30px;
    }

    .catalog-page .case__list{
        width: Calc(100% - 344px);
    }

    .selections__list{
        grid-template-columns: repeat(5, 124px);
        gap: 40px Calc((100% - 620px)/4);
    }

}

@media (max-width: 1280px) and (min-width: 1201px){

    .basket__list{
        width: Calc(100% - 324px);
    }

    .basket__sidebar{
        width: 300px;
    }

    .basket__item-price .price-new,
    .basket__sidebar-summ{
        font-size: 25px;
        line-height: 29px;
    }

    .basket__sidebar-summ span.up-text,
    .basket__item-price .price-new .up-text{
        font-size: 12px;
        margin-left: 2px;
    }

    .basket__item-price .price-old {
        font-size: 17px;
        line-height: 20px;
    }

    .basket__item-info{
        width: Calc(55% - 12px);
    }

    .basket__item-price{
        width: Calc(45% - 12px);
    }
}

@media (max-width: 1250px) {
    /*.lang__list.flag-list li {
        width: calc(25% - 30px);
    }*/

    /*ВТОРОСТЕПЕННЫЕ СТРАНИЦЫ (оплата, акции, гарантия, корпоративным клиентам, дизайнерам, доставка, о нас, контакты, ) - начало*/

    .other-page-wrap{
        gap: 60px 30px;
    }

    .other-page-info{
        width: Calc(100% - 350px);
        max-width: unset;
    }

    .other-page-media{
        width: 320px;
    }

    /*ВТОРОСТЕПЕННЫЕ СТРАНИЦЫ (оплата, акции, гарантия, корпоративным клиентам, дизайнерам, доставка, о нас, контакты, ) - конец*/

}

/*@media (max-width: 1230px) {
    .popup#add-basket {
        padding: 70px 25px 25px;
    }

    .popup#add-basket .popup__body-btns a {
        width: 280px;
        padding: 16px 0;
    }

    .popup#add-basket .popup__body-btns .btns__row {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }

    .popup#add-basket .popup__body-btns .btns__row a {
        width: 280px;
    }

    .popup#add-basket .popup__body-info {
        margin-top: 20px;
        padding-top: 20px;
    }
}*/

@media (max-width: 1200px) {

    .product__item {
        width: calc(50% - 40px);
    }

    .cart-product__general{
        gap: 30px;
        margin-bottom: 40px;
        flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
    }

    .cart-product__sliders{
        max-width: Calc(100% - 398px) !important;
        gap: 30px !important;
    }

    .cart-product .cart-slider__big_new{
        width: Calc(100% - 128px);
    }

    .cart-product__char .char__list ul li ul{
        gap: 16px 30px;
    }

    .cart-product__char .char__list ul li ul li{
        width: Calc(50% - 15px);
    }

    .cart-product__more{
        margin: 40px 0;
    }

    /*ТАБЫ - начало*/

    .tabs-cartochka{
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .tabs-cartochka_content{
        gap: 30px;
        margin: 25px 0 0;
    }

    /*ТАБЫ - конец*/


    /*.cart-product__sliders {
        max-width: 50%;
    }

    .cart-product__feature {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0;
        margin-top: 40px;
    }

    .cart-product__char .char__list ul li ul li {
        width: calc(50% - 80px);
    }*/

    .thanks__order-item.thanks__sidebar {
        max-width: 260px;
    }

    .thanks__order-item.thanks__sidebar .thanks__sidebar-price .total-price {
        font-size: 25px;
    }

    .footer__left{
        width: 240px;
        max-width: unset;
    }

    .footer__center{
        width: Calc(100% - 450px);
        max-width: unset;
    }

    .category__item{
        width: Calc(100%/4);
    }

    /*.category__item:last-child{
        width: Calc((100%/4)*2);
        aspect-ratio: 1/0.5;
    }*/

    .select-style .tabs{
        gap: 24px;
    }

    .basket__top{
        gap: 60px;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .basket__list{
        width: 100%;
        max-width: unset;
    }

    .basket__sidebar{
        width: 100%;
    }

    .basket__item-info{
        width: Calc(60% - 12px);
    }

    .basket__item-price{
        width: Calc(40% - 12px);
    }

    .basket__form,
    .basket__sidebar-wrap {
        width: 100%;
        max-width: 100%;
    }

    .basket__sidebar-wrap{
        display: flex;
        gap: 40px;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .basket__sidebar-wrap .showMobile{
        display: block;
    }

    .basket__sidebar-wrap .hideMobile{
        display: none;
    }

    .basket__sidebar-carts{
        margin-top: 0;
    }

    /*ВТОРОСТЕПЕННЫЕ СТРАНИЦЫ (оплата, акции, гарантия, корпоративным клиентам, дизайнерам, доставка, о нас, контакты, ) - начало*/

    .other-page-sections{
        gap: 20px;
    }

    /*ВТОРОСТЕПЕННЫЕ СТРАНИЦЫ (оплата, акции, гарантия, корпоративным клиентам, дизайнерам, доставка, о нас, контакты, ) - конец*/

}

@media (max-width: 1180px) {
    .lang__list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

}

@media (max-width: 1160px) {
    .cart-product__variant .variant__table th,
    .cart-product__variant .variant__table td {
        padding: 15px 4.58vw 15px 0;
    }
}

@media (max-width: 1120px) {
    .cart-product__complect .complect__item-info {
        left: 0;
    }
}

@media (max-width: 1100px) {

    /*.basket__form-section label.all .form-input {
        width: 100%;
    }

    .basket__form .delivery__adress .basket__form-section {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: -20px;
        margin-bottom: calc(20px + 20 * ((100vw - 320px) / 1660));
    }

    .basket__form .delivery__adress label {
        width: calc(30% - 20px);
        margin: 20px;
    }

    .basket__form .delivery__adress label.all {
        width: 100%;
    }

    .call-me {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

    .call-me label {
        max-width: 48%;
        margin-left: 0;
    }

    .call-me label:first-of-type {
        max-width: 100%;
    }*/

    .cart-product__summ p {
        font-size: 20px;
    }

    .cart-product__summ p span {
        font-size: 25px;
    }

    .cart-product__summ .btn {
        max-width: 280px;
        padding: 15px;
        font-size: 14px;
    }

    .thanks__text::before,
    .thanks__text::after {
        width: 20px;
        height: 20px;
        border-width: 2px;
    }

    .thanks__text-overlay::before,
    .thanks__text-overlay::after {
        width: 20px;
        height: 20px;
        border-width: 2px;
    }

    .thanks__order-item.thanks__opt {
        width: 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .thanks__order-item.thanks__opt ul + ul {
        margin-left: 0;
        margin-top: 10px;
    }

    .thanks__order-item.thanks__opt ul li span {
        width: 47%;
    }

    .thanks__order-item.thanks__opt ul li + li {
        margin-top: 10px;
    }

    .thanks__order-item.thanks__sidebar {
        max-width: 260px;
    }

    .thanks__order-item.thanks__sidebar .thanks__sidebar-price .total-price {
        font-size: 25px;
    }

    .swiper-button {
        width: 39px;
        height: 39px;
    }

    .swiper-button picture {
        text-align: center;
    }

    .swiper-button svg {
        width: 50%;
        height: 50%;
    }

    .swiper-button img {
        width: 50%;
    }

    .selections__list{
        grid-template-columns: repeat(4, 124px);
        gap: 30px Calc((100% - 496px)/3);
    }

    .brand-page-list{
        gap: 30px Calc((100% - 780px)/3);
        grid-template-columns: repeat(4, 195px);
    }

}

@media (max-width: 1070px){

    .basket__item-info{
        width: Calc(55% - 12px);
    }

    .basket__item-price{
        width: Calc(45% - 12px);
    }

    .basket__item-img{
        width: 140px;
    }

    .basket__item-right{
        width: Calc(100% - 152px);
    }
}

@media (max-width: 1024px){

    .container{
        padding-left: 15px;
        padding-right: 15px;
    }

    .popup#messageMini{
        right: 15px;
    }

    .popup#delivery-popup,
    .popup#pay-popup,
    .popup#garanty-popup{
        max-width: Calc(100% - 30px);
        height: Calc(100% - 120px);
    }

    .popup#delivery-popup .mCSB_container,
    .popup#pay-popup .mCSB_container,
    .popup#garanty-popup .mCSB_container{
        padding: 30px;
    }

    /*.popup#delivery-popup .mCSB_scrollTools,
    .popup#pay-popup .mCSB_scrollTools,
    .popup#garanty-popup .mCSB_scrollTools{
        height: Calc(100% - 60px);
        top: 30px;
    }*/

    .popup.snova-scroll .mCSB_scrollTools{
        height: Calc(100% - 68px);
        top: 38px;
    }

    /*СТРАНИЦА "СРАВНЕНИЕ" - начало*/

    .products-fixed .compare-products{
        width: Calc(100% - 30px);
    }

    .compare-arrow.prev{
        left: 0;
    }

    .compare-arrow.next{
        right: 0;
    }

    .products-fixed .compare-arrows{
        padding: 0 15px;
    }

    .compare-arrows{
        display: none;
    }

    .compare-products-param-wrap{
        display: block;
        position: relative;
    }

    .compare-products .compare-slider .slick-list{
        padding-top: 30px;
    }

    .compare-products-param-wrap:after,
    .compare-products .compare-slider .slick-dots:after{
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        background: #fff;
        position: absolute;
        top: 0;
        right: 0;
        margin-right: -100%;
    }

    .compare-products .compare-slider .slick-dots:after{
        height: Calc(100% + 30px);
    }

    .compare-products .compare-slider .slick-dots{
        display: flex;
        width: 100%;
        height: 4px;
        background: #E4E3DF;
        position: absolute;
        top: 0;
        border-radius: 20px;
    }

    .compare-products .compare-slider .slick-dots li{
        width: 100%;
        position: relative;
    }

    .compare-products .compare-slider .slick-dots li button{
        width: 100%;
        height: 4px;
        font-size: 0;
        position: absolute;
        background: transparent;
        border-radius: 20px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .compare-products .compare-slider .slick-dots li.slick-active button{
        background: #A7A7A7;
    }

    .compare-other .compare-slider .slick-dots{
        display: none !important;
    }

    .compare-view-btn{
        display: none;
    }

    .compare-props{
        margin-top: 30px;
    }

    .compare-prop-subtitle{
        display: none;
    }

    .compare-prop-subtitle.mob{
        display: block;
    }

    .compare-prop-row{
        margin-bottom: 8px;
        padding-bottom: 12px;
        position: relative;
        border-bottom: 2px solid #F3F3F3;
    }

    .compare-prop-row:after{
        content: '';
        width: 100%;
        height: 2px;
        background: #F3F3F3;
        position: absolute;
        top: 100%;
        right: 0;
        margin-right: -100%;
    }

    .compare-prop .compare-prop-rows,
    .compare-prop .compare-prop-value{
        height: auto;
        overflow: visible;
        opacity: 1;
    }

    .compare-prop-title{
        display: none;
    }

    .compare-props{
        margin-top: 0;
    }

    .compare-prop{
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 8px;
    }

    .compare-props .compare-prop:last-child .compare-prop-rows .compare-prop-row:last-child{
        border-bottom: none;
    }

    /*СТРАНИЦА "СРАВНЕНИЕ" - конец*/
}

@media (max-width: 1023px) {
    .cart-product__variant .variant__table {
        max-height: 285px;
    }
}


@media (max-width: 991.98px) {
    .bx-filter-fields {
        top: 0;
    }
    .bx-filter-btns {
        position: relative;
    }
    .brand-series-page .case__order-list{
        display: block;
        visibility: hidden;
    }
    .brand-series-page .case__order{
        display: block;
    }
    #filter{
        background: #f3f3f3;
    }
    .bx-filter-parameters-box{
        border-bottom: 1px solid #d1d1d1;
        margin: 0px;
    }
    .bx-filter-parameters-box{
        margin: 0px !important;
    }
    .section_series_title_block .case__order-links{
        display: block;
    }

    .product__item-inner:hover .product-images-slider{
        display: none;
    }
    .product__icon span.active .imgc-hover, .product__icon span:hover .imgc-hover {
        left: 0;
        top: 0;
    }

    .select__title {
        font-size: 18px;
    }

    .select__options {
        font-size: 18px;
    }

    .menu__top-middle{
        align-items: center;
    }

    .bars {
        width: 30px;
        height: 20px;
        margin: 10px 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .bars span:not(.bars-wrap){
        width: 100%;
        margin-bottom: 4px;
    }

    .menu__top-bars {
        display: block;
        width: 40px;
        height: 40px;
        background: #7AB6CB;
    }

    .menu__top-bars a{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu__top-social:not(.menu__top-social-basket) ul li + li {
        width: 40px;
        height: 40px;
        margin-left: 20px;
    }

    .menu__top-social ul li + li.basket-top{
        margin-left: 0;
    }

    .menu__top-social:not(.menu__top-social-basket) ul li.mobile {
        display: block;
    }

    .menu__top-social:not(.menu__top-social-basket) ul li.desktop {
        display: none;
    }

    .menu__top-social:not(.menu__top-social-basket) ul li a .count {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }

    .menu__top-social.header-top-social ul li a .count{
        right: -10px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .menu__top-social:not(.menu__top-social-basket) ul li a{
        width: 100%;
        height: 100%;
    }

    .menu__top-social:not(.menu__top-social-basket, .header-top-social) ul li a .count{
        width: 40px;
        height: 40px;
        font-size: 15px;
        right: Calc((100% - 45px)/2);
        top: 4px;
    }

    .menu__top-social:not(.menu__top-social-basket) ul li a i{
        width: 40px;
        height: 40px;
        margin-bottom: 0;
    }

    .menu__top-social:not(.menu__top-social-basket) ul li a i:before{
        font-size: 40px;
    }

    .menu__top-social:not(.menu__top-social-basket) ul li.mobile a i:before{
        font-size: 34px;
    }

    .menu__top-social:not(.menu__top-social-basket) ul li a span:not(.count){
        display: none;
    }

    .menu__top-phone:not(.footer-phone) {
        display: none;
    }

    .menu__top-head {
        display: none;
    }

    .menu__bottom{
        height: auto;
        border-bottom: unset;
    }

    .menu__bottom ul {
        display: none;
    }

    .menu__bottom-search{
        width: 100%;
        height: 40px;
        max-width: 100%;
        margin-top: 10px;
    }

    .menu__bottom form{
        max-width: unset;
    }

    .main-menu,
    .main-submenu{
        max-width: unset;
        padding: 30px 16px;
    }

    .main-menu .submenu__title{
        font-size: 22px;
        padding-left: 14px;
        margin-bottom: 20px;
    }

    .main-menu__list:not(.mob),
    .main-menu__list:not(.menu-profile){
        display: none;
    }

    .main-menu__list.mob,
    .main-menu__list.menu-profile{
        display: block;
    }

    .popup__close{
        top: 10px;
        right: 8px;
    }

    .main-menu__list nav ul{
        display: flex;
        gap: 20px;
        align-items: flex-start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main-menu__list .submenu__section{
        width: Calc((100% - 60px)/4);
        height: 100%;
        padding: 5px 10px;
    }

    .submenu__section .submenu__section-hover{
        border: none;
    }

    .submenu__section-hover .submenu__section-link{
        padding: 0;
    }

    .main-menu__list .submenu__section:hover{
        overflow: auto;
    }

    .submenu__section .submenu__section-img{
        width: 40px;
        height: 40px;
    }

    .submenu__section:hover .submenu__section-img{
        filter: brightness(100%);
    }

    .submenu__section:hover .submenu__section-img img{
        filter: grayscale(100%);
    }

    .main-menu__list .submenu__section span{
        width: 100%;
        display: block;
        text-align: center;
        font-size: 12px;
        margin: 0 auto;
        word-wrap: break-word;
    }

    .main-menu__list.menu-profile{
        margin-top: 20px;
        padding-top: 30px;
        border-top: 1px solid #E4E3DF;
    }

    ul.main-menu__list-links{
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 20px;
    }

    .main-menu__list-links li{
        width: Calc((100% - 60px)/4);
        padding: 0 !important;
        font-size: 14px;
        font-weight: 200;
        text-align: center;
    }

    ul.main-menu__list-btns{
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 40px;
    }

    .main-menu__list-btns li{
        width: Calc((100% - 120px)/4);
        padding: 0 !important;
    }

    .main-menu__list-btns li a span:not(.count){
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 4px;
        font-size: 14px;
    }

    .main-menu__list-btns li a i:before{
        font-size: 22px;
    }

    .main-menu__list-btns li a span.count{
        width: auto;
        min-width: 14px;
        height: auto;
        min-height: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2px;
        position: absolute;
        font-weight: 200;
        font-size: 10px;
        line-height: 10px;
        color: #fff;
        z-index: +1;
        background: #EFA073;
        border-radius: 80px;
        top: -5px;
        right: Calc(50% - 23px);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .main-submenu-mob{
        padding: 30px;
    }

    /*.popup#add-basket .popup__body-btns {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .popup#add-basket .popup__body-btns .btns__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .popup#add-basket .popup__body-btns .btns__row a:first-child {
        margin-bottom: 15px;
    }*/

    .popup#add-basket .popup__body{
        padding: 30px;
    }

    .popup#add-basket .mCSB_scrollTools{
        height: Calc(100% - 30px);
        top: 30px;
    }

    .select-style .tabs .tab {
        max-width: 130px;
        padding: 6px 14px;
        height: unset;
        min-height: 44px;
        line-height: 1;
        font-size: 15px;
    }

    .banner .container h3::before {
        bottom: 8px;
        left: 20px;
    }

    .banner .container h3::after {
        bottom: 8px;
        left: 20px;
    }

    .banner .container h3 a::after {
        top: 8px;
        right: 20px;
    }

    .banner .container h3 a::before {
        top: 8px;
        right: 20px;
    }

    .breadcrumbs ul {
        font-size: 12px;
    }

    .text-block .container .show-btn {
        display: block;
        width: 250px;
        margin: auto;
        margin-top: 20px;
        text-align: center;
    }

    .text-block__text {
        max-height: 300px;
        overflow: hidden;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: relative;
        -webkit-transition: max-height 0.3s ease;
        -o-transition: max-height 0.3s ease;
        transition: max-height 0.3s ease;
    }

    .text-block__text.active {
        max-height: 1000px;
        -webkit-transition: max-height 0.3s ease-in;
        -o-transition: max-height 0.3s ease-in;
        transition: max-height 0.3s ease-in;
    }

    .text-block__text.active::after {
        opacity: 0;
    }

    .text-block__text::after {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 1;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30px;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, white), to(rgba(0, 212, 255, 0)));
        background: -o-linear-gradient(bottom, white 25%, rgba(0, 212, 255, 0) 100%);
        background: linear-gradient(0deg, white 25%, rgba(0, 212, 255, 0) 100%);
    }

    /*.product__item {
        width: calc(33.33333% - 20px);
        margin: 10px;
    }*/

    .case.subcase .case__order {
        margin-bottom: 40px;
    }

    .case__order {
        display: block;
    }

    .case__order-navi h1 {
        display: block;
    }

    .case__order-navi {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .case__order-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .case__order a.mobile {
        display: block;
    }

    .case {
        padding-top: 20px;
    }

    /*.case__list-body:not(.brand-page-list) {
        margin: 10px -10px -10px -10px;
    }*/

    .case__list-body.grid-container{
        grid-template-columns: repeat(4, 200px);
        gap: 5px Calc((100% - 800px)/3);
    }

    .case__order {
        margin-bottom: 0;
    }

    .case__order {
        margin-bottom: 20px;
    }

    .case__order ul li + li{
        margin-left: 20px;
    }

    .case__order-nav {
        padding: 20px 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .case__order-nav .popup__close {
        position: relative;
        top: 0;
        right: 0;
    }

    .case__order-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .case__order-links img {
        width: 30px;
        height: 30px;
        margin-left: 20px;
    }

    .case__order-title {
        color: #4e4e4e;
        font-size: 16px;
        padding-left: 20px;
    }

    /*.case__order-list {
        position: fixed;
        background: #fff;
        top: 0;
        right: -200%;
        bottom: 0;
        max-width: 320px;
        width: 100%;
        padding: 0 20px 20px;
        z-index: 21;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    .case__order-list.active {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        right: 0;
    }

    .case__order-list ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .case__order-list ul li {
        margin: 0;
        width: 100%;
    }

    .case__order-list ul li:first-child {
        margin-left: 0;
    }

    .case__order-list ul li + li {
        margin-left: 0;
    }

    .case__order-list ul li a {
        display: block;
        padding: 15px 0;
        border-top: 1px solid #4e4e4e;
    }*/

    .case__filter:not(.brand-page-filter) {
        position: fixed;
        top: 0;
        bottom: 0;
        right: -200%;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        background: #ffffff;
        z-index: 21;
        margin: 0;
        padding: 0 20px 20px;
        max-width: 320px;
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }

    .case__filter:not(.brand-page-filter).active {
        right: 0;
    }

    .cart-product__filter .case__filter{
        padding-top: 45px;
    }

    .cart-product__more .filter__body i.filter_close{
        display: flex;
    }

    .section.case .case__filter {
        width: Calc(100% - 30px);
        max-width: unset;
        height: Calc(100% - 60px);
        top: 50%;
        left: 50%;
        right: unset;
        bottom: unset;
        transform: translate(-50%, -50%);
        padding: 0;
        background: transparent;
        opacity: 0;
        z-index: -1;
        overflow-y: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow-x: hidden;
    }

    .section.case .case__filter::-webkit-scrollbar{
        width: 0;
        height: 0;
        display: none;
    }

    .section.case .case__filter.active{
        opacity: 1;
        z-index: 101;
    }

    .filter__btns{
        display: flex;
    }

    /*.lang__list.flag-list li {
        margin: 10px;
        width: calc(33.333% - 20px);
    }*/

    /*.basket__item-icons .menu__top-social ul li a:hover img.imgc-hover {
        opacity: 0;
        visibility: hidden;
    }

    .basket__item-icons .menu__top-social ul li a.active img.imgc-hover {
        opacity: 1;
        visibility: visible;
    }

    .basket__item-img {
        width: 160px;
    }

    .basket__results {
        display: block;
    }

    .basket__sidebar.pt {
        margin-left: 0;
        padding: 0;
    }

    .basket__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .basket__sidebar {
        margin-top: 70px;
        margin-left: 0;
        max-width: 100%;
        padding: 0 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .basket__sidebar.pt {
        margin-top: 0;
    }

    .basket__sidebar.pt .basket__sidebar-btns {
        margin-top: auto;
    }

    .basket__sidebar-col {
        width: 40%;
    }

    .basket__sidebar-btns {
        margin-top: -20px;
    }

    .basket__form {
        margin-right: 0;
    }

    .basket__top.inside {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .basket__top.inside .basket__sidebar-col {
        width: 48%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .basket__top.inside .basket__sidebar-carts {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }*/

    /*.call-me {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 50%;
    }*/

    /*.cart-product__variant .variant__table {
        max-height: 275px;
    }

    .cart-product__variant .variant__table th,
    .cart-product__variant .variant__table td {
        font-size: 14px;
    }

    .cart-product__sidebar {
        max-width: 300px;
    }

    .cart-product__more .more__item:first-child {
        display: none;
    }*/

    .thanks__order-icons ul li.desktop {
        display: none;
    }

    .thanks__order-icons ul li:nth-child(2) {
        margin-left: 0;
    }

    .thanks__order-icons ul li a svg {
        width: 30px;
        height: 30px;
    }

    .compare__table {
        left: 15px;
        right: 15px;
    }

    .brends__list{
        grid-template-columns: repeat(4, auto);
        gap: 40px;
    }

    .brends__item img{
        width: auto;
    }

    .brend-brends .brends__list{
        gap: 40px;
    }

    .brend-brends .brends__item img{
        max-height: 60px;
    }

    .cart-product__general{
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        gap: 0;
    }

    .cart-product__sliders{
        max-width: 100% !important;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

    .cart-product__sidebar-wrap{
        width: 100%;
    }

    .cart-product__sidebar-wrap .menu__top-social:not(.menu__top-social-basket) ul li a span:not(.count){
        display: block;
    }

    .cart-product__sidebar-wrap .menu__top-social:not(.menu__top-social-basket) ul li{
        width: 100%;
        height: auto;
        margin: 0 0 10px 0;
    }

    .cart-slider__big_new .slick-list,
    .cart-slider__big_new .slick-track,
    .cart-slider__big_new .slick-slide{
        height: fit-content;
    }

    .cart-product__sidebar-popups{
        margin-top: 6px;
    }

    .selections__list{
        grid-template-columns: repeat(6, 124px);
        gap: 30px Calc((100% - 744px)/5);
    }

    .case__order-list#order{
        max-width: Calc(100% - 28px);
    }

    .case__order-list#order ul{
        max-width: 100%;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        gap: 4px 0;
    }

    /*ТАБЫ - начало*/

    .tabs-cartochka .tabs-cartochka_div {
        display: none;
    }

    .tabs-cartochka>label:not(:first-of-type){
        display: inline-block;
    }

    .tabs-cartochka>label{
        margin-right: 34px;
        font-weight: 400;
        color: #4A4842;
    }

    .tabs-cartochka label.active{
        color: #45869D;
    }

    .tabs-cartochka_div#content-2{
        height: 100%;
    }

    /*ТАБЫ - конец*/

    /* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
    #tab-btn-1:checked~.tabs-cartochka_content #content-1,
    #tab-btn-2:checked~.tabs-cartochka_content #content-2{
        display: block;
    }

    /*ВТОРОСТЕПЕННЫЕ СТРАНИЦЫ (оплата, акции, гарантия, корпоративным клиентам, дизайнерам, доставка, о нас, контакты, ) - начало*/

    .other-page-desc{
        width: 100%;
        max-width: 100%;
    }

    .other-items{
        gap: 30px;
    }

    .other-item{
        width: Calc((100% - 30px)/2);
    }

    .other-page-text ul:not(.num-list) li:before{
        top: 7px;
    }

    .delivery .other-item:not(.full-screen){
        width: 100%;
        max-width: unset;
    }

    .delivery .other-page-wrap{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .delivery .other-page-info{
        width: 100%;
    }

    .delivery .other-page-media{
        width: 100%;
        padding: 0;
    }

    .delivery .other-page-img{
        width: fit-content;
        margin: 0 auto;
    }

    .other-page-media-text{
        text-align: center;
    }

    .delivery .other-subtitle{
        min-height: 60px;
        display: flex;
        align-items: center;
    }

    .delivery .other-page-desc,
    .delivery .other-page-wrap,
    .table-block{
        width: Calc(100% + 76px);
        max-width: unset;
        position: relative;
        left: -76px;
    }

    .delivery .other-page-wrap .other-page-desc{
        width: 100%;
        left: 0;
    }

    .table-row td,
    .table-row-main td{
        font-size: 16px;
    }

    .about .other-items{
        gap: 30px;
        grid-template-columns: repeat(2, auto);
    }

    .other-double-slider{
        aspect-ratio: 1 / 0.45;
    }

    .other-double-slider-preview-wrap{
        width: 16%;
        margin-right: 15px;
    }

    .other-double-slider-main-wrap{
        width: Calc(84% - 15px);
    }

    .other-double-slide-preview{
        padding: 5px;
    }

    .other-page-section{
        padding: 20px;
    }

    /*ВТОРОСТЕПЕННЫЕ СТРАНИЦЫ (оплата, акции, гарантия, корпоративным клиентам, дизайнерам, доставка, о нас, контакты, ) - конец*/

    /* СТРАНИЦА БРЕНДА - начало */


    .brand-page .product__img{
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
    }

    /* СТРАНИЦА БРЕНДА - конец */

    /*404 - начало*/

    .bx-404-container{
        max-width: 100%;
    }

    .bx-404-left{
        width: 50%;
    }

    .bx-404-right{
        width: 40%;
    }

    /*404 - конец*/
}

@media (max-width: 880px) {
    .lang .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .lang .check-all {
        margin-right: 0;
    }

    .footer{
        padding-top: 50px;
    }

    .footer__wrap{
        display: block !important;
        margin-bottom: 50px;
    }

    .footer__left,
    .footer__center,
    .footer__right{
        width: 100%;
    }

    .footer__right{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 50px;
        margin-top: 25px;
    }

    .footer__logo{
        width: 145px;
    }

    .footer__social{
        width: Calc(100% - 395px);
        min-width: 150px;
        justify-content: center;
        margin: 0;
        gap: 26px;
    }

    .yandex_rating{
        width: 150px;
    }

    /*ВТОРОСТЕПЕННЫЕ СТРАНИЦЫ (оплата, акции, гарантия, корпоративным клиентам, дизайнерам, доставка, о нас, контакты, ) - начало*/

    .other-item{
        width: 100%;
    }

    .actions .other-page-desc > div,
    .dizayneram .other-page-desc > div,
    .delivery .other-page-desc > div,
    .popup#delivery-popup .other-page-desc > div,
    .popup#pay-popup .other-page-desc > div,
    .popup#garanty-popup .other-page-desc > div{
        margin-bottom: 18px;
    }

    .other-page-info{
        width: Calc(100% - 250px);
        max-width: unset;
    }

    .other-page-media{
        width: 220px;
    }

    /*ВТОРОСТЕПЕННЫЕ СТРАНИЦЫ (оплата, акции, гарантия, корпоративным клиентам, дизайнерам, доставка, о нас, контакты, ) - конец*/

    /*.product__item{
        height: 100%;
    }

    .product__item-inner:hover{
        position: unset;
        z-index: unset;
    }

    .product__title{
        max-height: unset;
    }*/

    /*СТРАНИЦА КОЛЛЕКЦИИ БРЕНДА - начало*/

    /*.brand-series-page .case__list-body{
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        gap: 18px 24px;
    }

    .brand-series-page .product__item{
        width: Calc((100% - 48px)/3);
        min-width: 200px;
    }*/

    /*СТРАНИЦА КОЛЛЕКЦИИ БРЕНДА - конец*/
}

@media (max-width: 860px) {
    .cart-product__complect .complect__list {
        /*overflow-x: auto;*/
        padding-bottom: 20px;
    }

    .cart-product__complect .complect__item-info {
        left: 4px;
        font-size: 14px;
        background: #fff;
        color: #000000;
        -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        font-weight: normal;
        padding: 15px;
        top: 115px;
    }

    .cart-product__complect .complect__item-info ul li + li {
        margin-top: 10px;
    }

    .cart-product__complect .complect__item-info ul li::before {
        background: #45869D;
        top: 1px;
    }
}

@media (max-width: 850px) {
    /*.footer {
        padding-top: 0;
    }

    .footer__adress {
        color: #000000;
    }

    .footer__menu ul li {
        width: 100%;
        border-bottom: 1px solid #afafaf;
        margin-bottom: 0;
    }

    .footer__menu ul li a {
        color: #000000;
        font-weight: 600;
        padding: 15px 0;
        display: block;
        position: relative;
    }

    .footer__menu ul li ul li a {
        line-height: 100%;
        font-weight: normal;
    }

    .footer__menu ul li.menu-item-has-children > a::after {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background: url("../img/icons/chevron.svg") no-repeat center center;
    }

    .footer__menu ul li.menu-item-has-children > a.active::after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .footer__menu ul li.menu-item-has-children li {
        border: none;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .footer__menu ul li.menu-item-has-children li a {
        padding: 0;
    }

    .footer__menu ul li a {
        text-transform: none;
    }

    .footer__polit {
        display: none;
    }

    .footer__polit.mobile {
        display: block;
        margin-top: 15px;
        font-size: 14px;
    }

    .footer__polit.mobile .footer__polit-version {
        margin-top: 20px;
        text-align: center;
    }

    .footer__polit.mobile .footer__polit-version a {
        font-size: 12px;
        border-bottom: 1px dashed #000000;
    }

    .footer__logo {
        display: none;
    }

    .category .section__title.mobile {
        display: none;
    }

    .category__item {
        width: 33.33333%;
    }

    .category__item:last-child {
        width: 33.33333%;
    }*/

    /*.select-style .tabs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .select-style .tabs .tab {
        width: 48%;
        margin-bottom: 20px;
    }*/
}

@media (max-width: 850.98px) {
    /*.brends__container {
        margin-top: -30px;
    }

    .brends .section__title {
        z-index: 2;
    }

    .brends__list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .brends__list img {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    .brends__list .swiper-slide-next img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    .brends__item {
        margin-bottom: 20px;
    }

    a.brends__item img {
        width: 100%;
    }*/

    .nav__link {
        display: none;
    }

    .brend-brends .show-btn {
        display: block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: auto;
        margin-top: 40px;
    }

    /*.brend-brends .brends__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-height: 22vw;
        overflow: hidden;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .brend-brends .brends__list.active {
        -webkit-transition: max-height 0.3s ease-in;
        -o-transition: max-height 0.3s ease-in;
        transition: max-height 0.3s ease-in;
        max-height: 10000px;
    }*/

    .basket__item{
        margin-bottom: 50px;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .basket__item-left{
        width: 100%;
        gap: 12px;
        margin: 0 0 10px 0;
    }

    .basket__item-img-name{
        display: block;
    }

    .basket__item-right{
        width: 100%;
        gap: 10px;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .basket__item-info{
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: row-reverse;
        gap: 12px;
        flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
    }

    .basket__item-icons{
        width: 140px;
        margin: 0;
        display: block;
    }

    .cart-sidebar__icons .basket__item-icons{
        width: 100%;
        margin-top: 24px;
    }


    .basket__item-info-wrap{
        width: Calc(100% - 152px);
        display: block;
    }

    .basket__item-info ul li.type{
        display: none;
    }

    .basket__item-price{
        width: 100%;
    }

    .basket__item-icons .menu__top-social ul{
        display: block;
    }

    .basket__item-icons .menu__top-social ul a{
        justify-content: flex-start;
    }

    .basket__item-icons .menu__top-social ul li a:before{
        font-size: 26px;
    }

    .basket__item-icons .menu__top-social ul li + li{
        margin: 12px 0 0;
    }

    .case__list-body.grid-container{
        grid-template-columns: repeat(3, 200px);
        gap: 5px Calc((100% - 600px)/2);
    }


}

@media (max-width: 820px) {
    .erk_additional_content .brand-series-media {
        flex-direction: column;
    }
    .erk_additional_content .brand-series-media-img {
        order: 1;
    }
    .erk_additional_content .brand-series-media-desc {
        order: 2;
    }
    /*.product__stars {
        padding-left: 0;
    }

    .product__title,
    .product__country,
    .product__price,
    .product__info {
        padding: 20px 0 0;
    }

    .product__item {
        margin: 10px;
        padding: 5px;
        width: calc(33.33333% - 20px);
        font-size: 14px;
    }

    .product__img {
        height: 163px;
    }

    .product__info ul {
        margin-bottom: 10px;
    }

    .product__info ul li {
        display: none;
        padding-left: 0;
    }

    .product__info ul li:first-child,
    .product__info ul li:nth-child(2) {
        display: block;
    }

    .product__info ul li::before {
        content: none;
    }

    .product__icon {
        position: unset;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 80%;
        margin: auto;
    }

    .product__icon span:hover .imgc-hover {
        opacity: 0;
        visibility: hidden;
    }

    .product__icon span.active .imgc-hover {
        opacity: 1;
        visibility: visible;
    }*/

    .product__sticker {
        top: 10px;
        right: 10px;
        width: Calc(100% - 20px);
    }

    /*.product__sticker span {
        width: 40px;
        height: 40px;
        font-size: 12px;
    }*/

    .product__price-old {
        font-size: 10px;
    }

    .product__price-new {
        font-size: 20px;
    }

    .compare .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .compare__filter {
        max-width: 100%;
        border-top: none;
    }

    .compare__filter .checkbox input:checked + span {
        opacity: 1;
    }

    .compare__filter .checkbox input:checked + span::before {
        border-color: #45869D;
        background: transparent;
    }

    .compare__filter .checkbox span {
        padding-left: 30px;
        opacity: 0.6;
    }

    .compare__filter .checkbox span::before {
        display: block;
        border-radius: 100%;
    }

    .compare__filter .checkbox span::after {
        display: block;
        content: "";
        width: 12px;
        height: 12px;
        left: 3.3px;
        top: 3px;
        margin: 0;
        border-radius: 100%;
        background: #45869D;
    }

    .compare__filter ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .compare__filter ul li {
        border-bottom: none;
    }

    .compare__filter ul li + li {
        margin-left: 50px;
    }

    .compare__list .product__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 200px;
        padding: 0;
    }

    .compare__list .product__item + .product__item {
        margin-left: 20px;
    }

    .compare__list .product__price {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .compare__list .product__parameters {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 30px;
    }

    .compare__list .product__parameters ul li {
        padding: 30px 0 13px;
    }

    .compare__list .product__remove {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 20px;
        width: 80%;
        margin: auto;
    }

    .compare__list .product__remove .product__icon {
        width: auto;
        margin: 0;
    }

    .compare__list .product__remove a {
        font-size: 0;
    }

    .compare__list .swiper-button {
        top: 66px;
    }

    .compare__list .swiper-button__prev {
        left: 0;
    }

    .compare__list .swiper-button__next {
        right: 0;
    }

    .compare__list .swiper-scrollbar {
        top: 338px;
        background: rgba(0, 0, 0, .1);
    }

    .compare__table {
        font-size: 14px;
        bottom: 20px;
        left: 15px;
    }

    .compare__table ul li {
        padding: 10px 0 32px;
    }

    .compare__table ul li:last-child {
        border-bottom: none;
    }

    .popup#add-basket .basket__item{
        display: block;
    }

    .popup#add-basket .basket__item-img{
        width: 137px;
        min-width: unset;
        height: auto;
        aspect-ratio: 1 / 1;
        margin: 0 auto 30px;
    }

    .popup#add-basket .basket__item-info,
    .popup#add-basket .basket__item-price{
        width: 100%;
    }

    .popup#add-basket .product__icon span{
        width: 17px;
        height: 17px;
    }

    .popup#add-basket .product__icon span i:before{
        font-size: 17px;
    }

    .popup#add-basket {
        max-height: Calc(100% - 120px);
    }

    .popup#add-basket .popup__body{
        padding: 20px 0 20px 20px;
    }

    .popup#add-basket .mCSB_inside > .mCSB_container{
        margin-right: 20px;
    }

    .popup#add-basket .mCSB_scrollTools{
        right: 8px;
        height: Calc(100% - 40px);
        top: 20px;
    }

    .popup#add-basket h2,
    .popup#delivery-popup h2,
    .popup#pay-popup h2,
    .popup#garanty-popup h2{
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .popup#add-basket .basket__item-info ul li span.title{
        margin-bottom: 17px;
    }

    .popup#add-basket .basket__item-price .price .price-old{
        font-size: 20px;
    }

    .popup#add-basket .basket__item-price .price{
        margin-bottom: 13px;
    }

    .popup#add-basket .popup__body-btns{
        margin-top: 40px;
        gap: 16px;
    }

    .popup#add-basket .popup__body-btns a{
        margin-top: 0;
    }

    .popup#add-basket .popup__body-info{
        margin-top: 20px;
    }

    .selections__list{
        grid-template-columns: repeat(5, 124px);
        gap: 30px Calc((100% - 620px)/4);
    }

    .brand-page-list{
        gap: 30px Calc((100% - 585px)/2);
        grid-template-columns: repeat(3, 195px);
    }

}

@media (max-width: 775px) {

    /*.basket__btm a {
        max-width: 40%;
        font-size: 14px;
    }

    .basket__sidebar-info {
        font-size: 14px;
    }

    .basket__sidebar-summ {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        font-size: 14px;
    }

    .basket__sidebar-btns a {
        padding: 15px 0;
    }*/

    .basket__form-sections{
        flex-direction: column-reverse;
    }

    .basket__form-section-wrap{
        width: 100%;
    }

    .basket__form-section{
        margin-bottom: 30px;
    }

    .basket__form-section .delivery__title span{
        width: 100px;
    }

    .basket__form-section .delivery__title span.cost{
        width: Calc(100% - 114px);
    }

    .main-menu__list ul li{
        padding: 10px 0;
    }

    .main-menu__list .submenu__section{
        width: Calc((100% - 40px)/3);
    }

    .form-question{
        padding: 24px 13px 32px;
    }

    .form-question-row{
        margin-bottom: 25px;
    }

    .form-question-row h2{
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .form-question-tip{
        width: auto;
        margin-top: 8px;
    }

    .form-question .form-fields{
        display: block;
    }

    .form-question .form-left{
        margin-bottom: 14px;
    }

    .form-question fieldset textarea{
        min-height: 190px;
    }

    .form-btns{
        width: fit-content;
        width: -moz-fit-content;
        margin: 30px auto 0;
    }

    .form-btns .main-btn{
        margin: 0 auto;
    }

    .category__item p{
        font-size: 14px;
        bottom: 10px;
    }

    .select-style .contents{
        width: 100%;
        height: auto;
        min-height: 176px;
        max-height: 300px;
        aspect-ratio: 1/0.48;
    }

    .lang__list a img{
        width: 23px;
        height: 15px;
        margin-right: 15px;
    }

    .lang__list a span{
        max-width: Calc(100% - 38px);
    }

    .lang__list.flag-list{
        gap: 20px;
    }

    /*ВТОРОСТЕПЕННЫЕ СТРАНИЦЫ (оплата, акции, гарантия, корпоративным клиентам, дизайнерам, доставка, о нас, контакты, ) - начало*/

    .other-page-text ul:not(.num-list) li:before{
        top: 6px;
    }

    .about .other-items{
        grid-template-columns: auto;
    }

    .other-double-slider{
        flex-wrap: wrap-reverse;
        aspect-ratio: unset;
    }

    .other-double-slider-preview-wrap{
        width: 100%;
        margin: 15px 0 0 0;
    }

    .other-double-slider-main-wrap{
        width: 100%;
        aspect-ratio: unset;
    }

    .other-double-slide-preview{
        width: 100px !important;
        height: auto;
        margin: 0;
        aspect-ratio: 1 / 1;
    }

    .other-requisites{
        padding: 25px 12px;
        margin-top: 26px;
    }

    .other-requisites .other-page-subtitle{
        margin: 0 0 16px 0;
    }

    .other-page-sections{
        grid-template-columns: auto;
    }

    .other-page-section .other-page-subtitle{
        margin: 0 0 24px;
    }

    .other-page-section-row{
        margin-bottom: 10px;
    }

    /*ВТОРОСТЕПЕННЫЕ СТРАНИЦЫ (оплата, акции, гарантия, корпоративным клиентам, дизайнерам, доставка, о нас, контакты, ) - конец*/


    /*СТРАНИЦА КОЛЛЕКЦИИ БРЕНДА - начало*/

    .brand-series-page-content{
        margin-bottom: 60px;
    }

    .brand-series-media{
        margin-bottom: 20px;
    }

    .brand-series-media-desc{
        max-width: Calc(50% - 20px);
    }
    .erk_additional_content .brand-series-media-desc{
        max-width: unset;
    }

    .brand-series-page-banner-wrap{
        padding: 12px 10px;
    }

    /*СТРАНИЦА КОЛЛЕКЦИИ БРЕНДА - конец*/

    /*404 - начало*/

    .bx-404-container{
        gap: 24px;
        margin-top: 20px;
    }

    .bx-404-left{
        width: Calc(60% - 12px);
    }

    .bx-404-right{
        width: Calc(40% - 12px);
    }

    .bx-404-title{
        margin-top: 0;
    }

    /*404 - конец*/

    /*СТРАНИЦА "ИЗБРАННОЕ" - начало*/

    .favorite-page .case__list-body{
        display: flex;
        flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
    }

    .favorite-page .case__list-body .mCSB_container{
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 20px;
    }

    .favorite-page .product__item{
        max-width: 175px;
        min-width: 175px;
        height: auto;
    }

    .favorite-page .product__item-inner{
        border: none;
        padding: 0;
    }

    .favorite-page .product__item-inner:hover{
        border: none;
        height: 100%;
        position: relative;
    }

    .favorite-page .product__item:hover .product-mini-prop-items{
        display: none;
        opacity: 0;
    }

    /*СТРАНИЦА "ИЗБРАННОЕ" - конец*/

    .cart-product__char .char__list ul li ul li{
        width: 100%;
    }

    .cart-product__general{
        margin-bottom: 30px;
    }

    /*ТАБЫ -начало*/

    .tabs-cartochka{
        padding-bottom: 0;
        margin-bottom: 30px;
        border: none;
    }

    .tabs-cartochka:before,
    .tabs-cartochka:after{
        display: none;
    }

    /*ТАБЫ -конец*/
}

@media (max-width: 720px) {
    /*.menu__bottom {
        border-bottom: none;
    }

    .menu__bottom-search {
        max-width: 100%;
        width: 100%;
    }

    .menu__bottom form {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin: auto;
    }

    .menu__bottom form input {
        opacity: 1;
        width: 100%;
        background: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.3);
        padding: 7px 10px;
        position: relative;
        z-index: 1;
        height: auto;
    }

    .menu__bottom form button {
        position: absolute;
        z-index: 2;
        background: transparent;
        right: 10px;
    }

    .menu__bottom form button img {
        width: 20px;
        height: 20px;
    }

    .menu__bottom-title {
        display: none;
    }*/

    /*.cart-product__sliders {
        margin-bottom: 20px;
        max-width: 100%;
    }

    .cart-product__sliders .cart-slider__small-item {
        max-width: 22%;
    }

    .cart-product__sidebar {
        position: relative;
        max-width: 100%;
    }

    .cart-product__sidebar .basket__item-icons ul li span {
        display: none;
    }

    .cart-product__sidebar .basket__item-icons ul li a img {
        margin-right: 0;
        margin-left: 13px;
    }

    .cart-product__sidebar .cart-sidebar__delivery {
        display: none;
    }

    .cart-product__sidebar .cart-sidebar__icons {
        position: absolute;
        top: 11px;
        right: 0;
        margin: 0;
    }

    .cart-product__sidebar .cart-sidebar__price {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .cart-product__sidebar .cart-sidebar__price .price-old {
        display: block;
        -webkit-text-decoration-line: line-through;
        text-decoration-line: line-through;
        margin-left: 20px;
    }

    .cart-product__sidebar .cart-sidebar__btns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .cart-product__sidebar .cart-sidebar__btns a {
        width: 48%;
    }

    .cart-product__sidebar .cart-sidebar__btns a + a {
        margin-top: 0;
    }

    .cart-product__feature {
        width: 100%;
    }

    .cart-product__feature .cart-sidebar__delivery {
        display: block;
    }

    .cart-product__feature .cart-sidebar__delivery ul li {
        color: #000;
    }*/

    .cart-product__complect .complect__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cart-product__complect .complect__item-img {
        height: 180px;
    }

    .cart-product__complect .complect__item-title {
        margin-top: 10px;
    }

    .cart-product__complect .complect__item-price {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .cart-product__complect .complect__item-icons {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .cart-product__complect .complect__item .btn {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 10px;
    }

    .cart-product__variant .variant__table table {
        width: 100%;
    }

    .cart-product__variant .variant__table thead {
        display: none;
    }

    .cart-product__variant .variant__table tr {
        display: block;
        padding-bottom: 20px;
    }

    .cart-product__variant .variant__table tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        position: relative;
        padding-right: 0;
    }

    .cart-product__variant .variant__table tr td span {
        background: #fff;
        max-width: 50%;
        font-weight: bold;
    }

    .cart-product__variant .variant__table tr td span:first-child {
        display: block;
        font-weight: normal;
    }

    .cart-product__variant .variant__table tr td::after {
        position: absolute;
        left: 0;
        right: 0;
        height: 14px;
        z-index: -1;
        overflow: hidden;
        bottom: 13px;
        content: "";
        display: block;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        white-space: nowrap;
        background: url(../img/dots.webp) repeat-x 0 -2px;
    }

    .cart-product__summ {
        display: none;
    }

    .cart-product__more .btn {
        margin-top: 20px;
        max-width: 375px;
    }

    .cart-product__more .more__item:nth-child(2) {
        display: none;
    }

    .thanks__ticket .ticket__price {
        display: none;
    }

    .thanks__ticket .ticket__name {
        width: 45vw;
    }

    .thanks__ticket .ticket__img {
        margin-right: 15px;
    }

    .thanks__ticket .ticket__summ {
        width: 13vw;
    }
}

@media (max-width: 677px){

    /*СТРАНИЦА КОЛЛЕКЦИИ БРЕНДА - начало*/

    /*.brand-series-page .product__item{
        width: Calc((100% - 24px)/2);
    }*/

    /*СТРАНИЦА КОЛЛЕКЦИИ БРЕНДА - конец*/
}

@media (max-width: 656.98px) {
    /*.main-menu .submenu__title {
        display: block;
        margin-top: 0;
        margin-bottom: 0;
    }

    .main-menu .footer__left {
        display: block;
        padding: 20px 15px;
    }

    .main-menu .footer__right {
        display: block;
        padding: 0 15px;
        margin: 20px 0;
        border-top: 1px solid #afafaf;
    }*/

    /*.main-menu__list ul li {
        padding: 10px 15px;
    }

    .main-menu__list ul li::after {
        left: 45px;
        right: 0;
    }

    .main-menu__list ul li:nth-child(2)::after {
        content: none;
    }

    .main-menu__list ul li.popup__close {
        display: block;
        left: 0;
        top: 0;
    }

    .main-menu__list ul li ul li:last-child {
        display: none;
    }

    .main-menu__list ul li ul li.submenu-back {
        display: block;
    }

    .main-menu__list ul li ul li.submenu-back img {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        margin: 0;
        width: 20px;
        height: 20px;
    }

    .main-menu__list.menu-profile {
        display: block;
    }

    .main-menu__list.menu-profile ul li::after {
        content: none;
    }*/

    /*.popup#add-basket {
        padding: 45px 20px 20px;
    }

    .popup#add-basket h2 {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .popup#add-basket h2 span {
        display: none;
    }

    .popup#add-basket .basket__item {
        border-bottom: none;
    }

    .popup#add-basket .basket__item-img {
        width: 112px;
        height: 112px;
    }

    .popup#add-basket .basket__item-price {
        margin-top: 15px;
    }

    .popup#add-basket .popup__body-btns {
        margin-top: 20px;
        border-top: none;
    }

    .popup#add-basket .popup__body-btns a {
        width: 48%;
        font-size: 14px;
        text-transform: none;
        padding: 12px;
        width: 48%;
    }

    .popup#add-basket .popup__body-btns .btns__row {
        width: 48%;
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
    }

    .popup#add-basket .popup__body-btns .btns__row a {
        width: 100%;
    }

    .popup#add-basket .popup__body-info {
        font-size: 14px;
    }*/

    /*.footer__menu ul li a {
        font-size: 14px;
        padding: 10px 0;
    }

    .footer__menu ul li.menu-item-has-children > a::after {
        width: 15px;
        height: 15px;
        background-size: cover;
    }*/

    /*.select-style .contents {
        height: auto;
    }

    .select-style .contents img {
        height: 43vw;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .select-style .tabs .tab {
        font-size: 14px;
        padding: 12px;
    }*/

    .banner .container h3::before {
        bottom: 8px;
        left: 0;
    }

    .banner .container h3::after {
        bottom: 8px;
        left: 0;
    }

    .banner .container h3:hover::after {
        width: 15px;
    }

    .banner .container h3:hover::before {
        height: 15px;
    }

    .banner .container h3 a::after {
        top: 8px;
        right: 0;
    }

    .banner .container h3 a::before {
        top: 8px;
        right: 0;
    }

    .banner .container h3 a:hover::after {
        width: 15px;
    }

    .banner .container h3 a:hover::before {
        height: 15px;
    }

    /*.breadcrumbs ul li {
        display: none;
    }

    .breadcrumbs ul li.back {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .breadcrumbs ul li.back a {
        font-size: 14px;
        color: #4e4e4e;
    }

    .breadcrumbs ul li.back a:before {
        content: "";
        width: 11px;
        height: 20px;
        background: url("../img/icons/chevron.svg") no-repeat center center;
        background-size: cover;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        margin-right: 15px;
    }

    .breadcrumbs ul li.back a::after {
        content: none;
    }*/

    /*.product__icon {
        width: 90%;
    }*/

    .case__list-body.sublist .product__item h3 {
        padding-bottom: 5px;
    }

    .case__order-navi h1 {
        font-size: 16px;
    }

    .case__order-links img {
        width: 20px;
        height: 20px;
        margin-left: 10px;
    }

    /*.filter__item .filter__category .checkbox span {
        padding-right: 30px;
        display: block;
    }

    .filter__item .filter__category .checkbox span::before,
    .filter__item .filter__category .checkbox span::after {
        display: block;
        left: auto;
        right: 0;
    }

    .filter__item .filter__category .checkbox span::after {
        right: 1px;
        top: -1px;
    }*/

    /*.filter__mobile {
        margin-top: 15px;
    }

    .filter__mobile:not(.cart-filter__mobile) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }

    .filter__mobile:not(.cart-filter__mobile) -reset {
        display: block;
        font-size: 14px;
        line-height: 16px;
        color: #45869D;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .filter__mobile:not(.cart-filter__mobile) -reset:hover {
        color: #EFA073;
    }

    .filter__title {
        color: #4e4e4e;
        font-size: 14px;
        font-weight: normal;
    }

    .filter__category:not(.cart-filter, .brand-page-category){
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .filter__category:not(.cart-filter, .brand-page-category) ul{
        position: fixed;
        top: 0;
        right: -200%;
        bottom: 0;
        max-width: 320px;
        width: 100%;
        background: #fff;
        z-index: 21;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .filter__category:not(.cart-filter, .brand-page-category) ul.active{
        right: 0;
        padding: 0;
    }

    .filter__category:not(.cart-filter, .brand-page-category) ul li {
        margin: 0;
        padding: 0 12px;
    }

    .filter__category:not(.cart-filter) ul li.filter__category-subtitle {
        display: block;
        padding: 0;
    }

    .filter__category:not(.cart-filter) ul li.filter__category-subtitle a {
        padding: 17px 12px;
    }

    .filter__category:not(.cart-filter, .brand-page-category) ul li a {
        padding: 17px 0;
        border-bottom: 1px solid;
    }

    .filter__category:not(.cart-filter) -title {
        display: none;
    }*/

    /*.lang__list.flag-list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: -10px;
    }

    .lang__list.flag-list li {
        margin: 10px;
        width: calc(50% - 20px);
    }

    .lang__list.flag-list li a span {
        font-size: 12px;
    }*/

    .lang__list.alphabet {
        gap: 16px 18px;
    }

    .lang__list.alphabet a{
        width: auto;
    }

    .lang__list.flag-list{
        grid-template-columns: repeat(4, auto);
    }

    .brend-brends .brends__item img{
        max-height: 50px;
    }

    /*.lang__list a img {
        width: 30px;
        height: 30px;
    }

    .lang__list a span {
        font-size: 14px;
    }*/

    .lang__list .brend-brends .brends__item {
        width: 33.333%;
    }

    /*.basket__btm {
        display: none;
    }

    .basket__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 14px;
        padding: 10px;
        border-bottom: 1px solid #afafaf;
        margin-bottom: 0;
        padding: 20px 10px;
    }

    .basket__item:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .basket__item ul li span {
        font-weight: 200;
    }

    .basket__item .remove-item {
        font-size: 0;
    }

    .basket__item .remove-item svg {
        margin-right: 0;
        fill: #000000;
    }

    .basket__item-img {
        margin-right: 20px;
        width: 150px;
    }

    .basket__item-icons .menu__top-social ul li {
        margin-left: 7px;
    }

    .basket__item-icons .menu__top-social ul li a img {
        width: 20px;
        height: 20px;
    }

    .basket__item-price {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-left: 0;
        margin-top: 25px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .basket__item-price .price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 20px;
    }

    .basket__item-price .price-new {
        margin-left: 30px;
        font-size: 20px;
        line-height: 23px;
        color: #000000;
        margin-left: 20px;
    }

    .basket__item-price .price-old {
        font-size: 14px;
        margin-top: 0;
    }

    .basket__item-remove {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .basket__item-calc {
        margin-left: 0;
        margin-bottom: 0;
    }

    .basket__item-calc .basket__item-count {
        font-size: 14px;
        margin: auto 13px;
    }

    .basket__item-calc .price-btn {
        width: 20px;
        height: 20px;
        font-size: 6px;
    }

    .basket__item-calc .price-btn img {
        width: 55%;
    }

    .basket__sidebar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }

    .basket__sidebar-carts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .basket__sidebar-carts h4 {
        margin-bottom: 10px;
    }

    .basket__sidebar-carts .basket__reset {
        display: block;
        margin-bottom: 10px;
    }

    .basket__sidebar-info li span:first-child {
        color: rgba(0, 0, 0, 0.5);
    }

    .basket__sidebar-col {
        width: 100%;
    }

    .basket__sidebar-share {
        display: none;
    }

    .basket__sidebar-btns {
        margin-top: 20px;
    }

    .basket__sidebar-summ span.all-price {
        font-size: 20px;
    }

    .basket__sidebar-carts .carts__item {
        border-bottom: 1px solid #afafaf;
        padding-bottom: 15px;
    }

    .basket__sidebar-carts .carts__item-img {
        width: 80px;
        height: 80px;
        padding: 0;
    }

    .basket__form-section .all {
        margin-bottom: 0;
    }

    .basket__form-section label.all {
        margin-bottom: 15px;
    }

    .basket__form-section label.all.radio:last-child {
        margin-bottom: 0;
    }

    .basket__form-section .delivery:last-child {
        margin-bottom: 0;
    }

    .basket__form-section .checkbox span {
        font-size: 13px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .basket__form-section .switch span {
        font-size: 13px;
    }

    .basket__form-section .radio__title {
        font-size: 13px;
    }

    .basket__form-section .form-input.success + .form-input__title,
    .basket__form-section .form-input:focus + .form-input__title {
        font-size: 10px;
        top: 1px;
    }

    .basket__form-section .form-input {
        padding: 12px;
        font-size: 14px;
    }

    .basket__form-section .form-input__title {
        font-size: 14px;
        line-height: 14px;
        top: 16px;
        left: 12px;
    }

    .basket__form-section .delivery {
        border: none;
        width: 100%;
        padding: 0;
    }

    .basket__form-section .delivery p {
        display: none;
    }

    .basket__form .delivery__adress label.all {
        margin-bottom: 15px;
    }

    .basket__form .delivery__adress .basket__form-section {
        margin: 0;
        margin-bottom: calc(20px + 20 * ((100vw - 320px) / 1660));
    }

    .basket__form .delivery__adress .basket__form-section.adress {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .basket__form .delivery__adress .basket__form-section.adress label {
        width: 48%;
    }

    .basket__form .delivery__adress .basket__form-section.adress label.all {
        width: 100%;
    }

    .basket__form .delivery__adress label {
        width: calc(50% - 20px);
        margin: 0;
        margin-bottom: 10px;
    }

    .basket__form .delivery__adress label.switch {
        display: block;
    }

    .basket__top.inside .basket__sidebar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .basket__top.inside .basket__sidebar-col {
        width: 100%;
    }

    .basket__top.inside .basket__sidebar-col + .basket__sidebar-col {
        margin-bottom: 20px;
    }

    .basket__form-section textarea {
        height: 42px;
    }*/

    .call-me label.radio.all{
        width: 100%;
    }

    .call-me-label-wrap{
        width: 100%;
        padding-left: 24px;
    }

    .call-me label{
        width: 68px;
    }

    .basket__top{
        gap: 44px;
    }

    /*.cart-product h1 {
        color: #000;
        text-transform: none;
    }*/

    /*.cart-product__char .btn {
        border: none;
        padding: inherit;
        color: #45869D;
        font-size: 16px;
        position: relative;
        padding-left: 35px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .cart-product__char .btn:hover {
        background: none;
        color: #45869D;
    }

    .cart-product__char .btn::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 11px;
        height: 20px;
        background: url("../img/icons/chevron-more.svg") no-repeat center center;
        background-size: cover;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .cart-product__char .btn.active::before {
        -webkit-transform: rotate(90deg) scale(-1, 1);
        -ms-transform: rotate(90deg) scale(-1, 1);
        transform: rotate(90deg) scale(-1, 1);
    }

    .cart-product__more .btn {
        border: none;
        padding: inherit;
        color: #45869D;
        font-size: 16px;
        position: relative;
        padding-left: 35px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .cart-product__more .btn:hover {
        background: none;
        color: #45869D;
    }

    .cart-product__more .btn::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 11px;
        height: 20px;
        background: url("../img/icons/chevron-more.svg") no-repeat center center;
        background-size: cover;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .cart-product__more .btn.active::before {
        -webkit-transform: rotate(90deg) scale(-1, 1);
        -ms-transform: rotate(90deg) scale(-1, 1);
        transform: rotate(90deg) scale(-1, 1);
    }

    .cart-product__complect h2,
    .cart-product__more h2 {
        text-transform: uppercase;
    }

    .cart-product__sliders .cart-slider__small {
        margin-top: 20px;
    }

    .cart-product__sliders .swiper-button-next:after,
    .cart-product__sliders .swiper-button-prev:after {
        font-size: 26px;
    }

    .cart-product__complect {
        position: relative;
    }

    .cart-product__complect .complect__list {
        margin-top: 20px;
    }

    .cart-product__complect .complect__list .btn.white-btn {
        font-size: 16px;
        padding: 0;
        background: no-repeat;
        border: none;
        color: #66b8ce;
        text-align: left;
        height: 38px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cart-product__complect .complect__list .btn.remove-btn {
        position: absolute;
        bottom: 0;
        right: 0;
        bottom: 4px;
    }

    .cart-product__complect .complect__list .btn.remove-btn svg {
        fill: #66b8ce;
    }

    .cart-product__complect .complect__item {
        max-width: 163px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }

    .cart-product__complect .complect__item + .complect__item {
        margin-left: 20px;
    }

    .cart-product__complect .complect__item-img {
        height: 163px;
    }

    .cart-product__complect .complect__item-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .cart-product__complect .complect__item-title {
        font-size: 14px;
    }

    .cart-product__complect .complect__item-title span:first-child {
        font-weight: 200;
        line-height: 16px;
        color: #000000;
    }

    .cart-product__complect .complect__item-title span:last-child {
        margin-bottom: 0;
    }

    .cart-product__complect .complect__item-price {
        padding: 15px 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cart-product__complect .complect__item-price .product__price-new {
        font-weight: 200;
        font-size: 20px;
        line-height: 23px;
        color: #000000;
    }

    .cart-product__complect .complect__item-price .product__price-old {
        font-weight: 200;
        font-size: 14px;
        line-height: 16px;
    }

    .cart-product__complect .complect__item-icons .product__icon {
        width: 75%;
    }

    .cart-product__complect .complect__item-icons .product__icon span img {
        width: 20px;
    }

    .cart-product__char .btn {
        font-size: 14px;
        margin-top: 20px;
    }*/

    /*.cart-product__char .char__list {
        max-height: 70px;
        overflow: hidden;
        height: 100%;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .cart-product__char .char__list.active {
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        max-height: 10000px;
    }

    .cart-product__char .char__list ul {
        font-size: 13px;
    }

    .cart-product__char .char__list ul li ul {
        padding-left: 0;
        margin: 0;
        margin-top: 10px;
    }

    .cart-product__char .char__list ul li ul li {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .cart-product__char .char__list ul li ul li::after {
        display: none;
    }

    .cart-product__char .char__list ul li ul li span {
        width: 48%;
    }

    .cart-product__char .char__list ul li ul li span:last-child {
        text-align: left;
    }*/

    /*.cart-product__feature .feature__more {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px;
    }

    .cart-product__feature .feature__more .btn {
        max-width: 375px;
    }

    .cart-product__feature .feature__logo {
        display: none;
    }

    .cart-product__feature .cart-pdocuct__code {
        margin-bottom: 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        color: rgba(0, 0, 0, 0.5);
    }

    .cart-product__feature .cart-pdocuct__code span {
        width: 48%;
        color: #000;
    }

    .cart-product__feature .feature__list li + li {
        margin-top: 10px;
    }

    .cart-product__feature .feature__list li span {
        width: 48%;
    }

    .cart-product__feature .feature__list li::after {
        display: none;
        background: none;
    }*/

    /*.cart-product__more .more__list {
        margin: 0;
        margin-top: 10px;
    }

    .cart-product__more .more__item {
        padding: 0;
    }

    .cart-product__more .more__header {
        margin-bottom: 20px;
    }

    .cart-product__more .more__header a {
        font-size: 0;
    }

    .cart-product__more .more__header a svg {
        width: 30px;
    }

    .cart-product__sidebar .cart-sidebar__icons {
        top: 2px;
    }

    .cart-product__sidebar .cart-sidebar__btns a {
        text-transform: none;
        padding: 11px 0;
    }

    .cart-product__sidebar .cart-sidebar__btns a span {
        display: none;
    }*/

    .cart-product__variant {
        margin-bottom: 30px;
    }

    .cart-product__variant .btn {
        text-transform: none;
        font-weight: normal;
        border: none;
        padding: inherit;
        color: #45869D;
        font-size: 14px;
        position: relative;
        padding-left: 35px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .cart-product__variant .btn:hover {
        background: none;
        color: #45869D;
    }

    .cart-product__variant .btn::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 11px;
        height: 20px;
        background: url("../img/icons/chevron-more.svg") no-repeat center center;
        background-size: cover;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .cart-product__variant .btn.active::before {
        -webkit-transform: rotate(90deg) scale(-1, 1);
        -ms-transform: rotate(90deg) scale(-1, 1);
        transform: rotate(90deg) scale(-1, 1);
    }

    .cart-product__variant .variant__table {
        max-height: 194px;
    }

    .cart-product__variant .variant__table tr {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .cart-product__variant .variant__table tr td {
        padding: 5px 0;
        font-size: 13px;
    }

    .cart-product__variant .variant__table tr td span {
        width: 50%;
    }

    .cart-product__variant .variant__table tr td span:last-child {
        text-align: left;
    }

    .cart-product__variant .variant__table tr td::after {
        display: none;
    }

    .thanks h2 {
        line-height: 100%;
    }

    .thanks__text {
        background: rgba(147, 205, 221, 0.2);
        padding: 10px;
    }

    .thanks__text::before,
    .thanks__text::after {
        content: none;
    }

    .thanks__text-overlay::before,
    .thanks__text-overlay::after {
        content: none;
    }

    .thanks__order-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .thanks__order-item.thanks__opt {
        width: 100%;
        margin-bottom: 20px;
    }

    .thanks__order-item.thanks__opt ul li span:last-child {
        margin-left: 0;
        font-weight: 200;
    }

    .thanks__order-item.thanks__sidebar {
        max-width: 100%;
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #afafaf;
    }

    .thanks__order-icons {
        margin-top: 0;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .thanks__ticket .ticket__info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .thanks__ticket .ticket__img {
        max-width: 100%;
        width: auto;
    }

    .thanks__ticket .ticket__img img {
        width: 80px;
        height: 80px;
    }

    .thanks__ticket .ticket__item.ticket__th {
        display: none;
    }

    .thanks__ticket .ticket__name {
        font-weight: 200;
        width: 100%;
    }

    .thanks__ticket .ticket__name ul,
    .thanks__ticket .ticket__name a {
        display: none;
    }

    .thanks__ticket .ticket__count {
        width: 50%;
        opacity: 0.5;
    }

    .thanks__ticket .ticket__summ {
        width: 50%;
        text-align: right;
    }

    .category__item p{
        font-size: 12px;
    }

    .selections__list{
        grid-template-columns: repeat(4, 124px);
        gap: 30px Calc((100% - 496px)/3);
    }

}

@media(max-width: 620px){

    .case__list-body.grid-container{
        grid-template-columns: repeat(auto-fill, minmax(200px, 0.5fr));
        gap: 5px 24px;
    }

    .brand-page-list{
        gap: 30px;
        grid-template-columns: repeat(auto-fill, minmax(195px, 0.5fr));
    }
}

@media (max-width: 599px){

    .cart-product .cart-product__sliders{
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 10px;
        padding-bottom: 0;
        margin-bottom: 30px;
    }

    .cart-product .cart-slider__big_new,
    .cart-product .cart-product__sliders .cart-slider__small_new{
        width: 100%;
    }
    .cart-product .cart-product__sliders .cart-slider__small_new .cart-slider__small-item{
        width: 98px !important;
        margin: 0 5px 0 0 !important;
    }

    .cart-slider__small_new .slick-list{
        overflow: visible;
    }

}

@media (max-width: 568px){

    .header{
        margin-bottom: 18px;
    }

    .popup{
        padding: 40px 30px;
    }

    .menu__top-bars{
        width: 24px;
        height: 24px;
    }

    .bars{
        width: 14px;
        height: auto;
        margin: 7px 5px;
    }

    .bars span:not(.bars-wrap){
        margin-bottom: 2px;
    }

    .menu__top-middle,
    .menu__top-logo{
        height: 63px;
    }

    .menu__top-logo img{
        width: 150px;
    }

    .menu__top-social:not(.menu__top-social-basket) ul li + li{
        width: 24px;
        height: 24px;
    }

    .menu__top-social:not(.menu__top-social-basket) ul li a .count{
        width: 24px;
        height: 24px;
        font-size: 12px;
        right: Calc((100% - 28px)/2);
        top: 0;
    }

    .menu__top-social.header-top-social ul li a .count{
        width: auto;
        height: auto;
        font-size: 9px;
        right: -4px;
        top: -4px;
    }

    .menu__top-social:not(.menu__top-social-basket) ul li a i{
        width: 24px;
        height: 24px;
    }

    .menu__top-social:not(.menu__top-social-basket) ul li a i:before{
        font-size: 24px;
    }

    .menu__top-social:not(.menu__top-social-basket) ul li.mobile a i:before{
        font-size: 20px;
    }

    .intro__slider__main{
        padding-bottom: 10px;
    }

    .intro .swiper-slide img{
        height: 180px;
    }

    .intro .swiper-slide a{
        height: 25px;
        bottom: 6px;
        padding: 0 21px;
        font-size: 14px;
        line-height: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-menu{
        max-height: Calc(100% - 80px);
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .main-menu::-webkit-scrollbar{
        width: 0;
        height: 0;
        display: none;
    }

    .main-menu .submenu__title{
        font-size: 18px;
    }

    .main-menu__list nav ul{
        gap: 20px 0;
    }

    .main-menu__list .submenu__section{
        width: Calc(100%/3);
    }

    .submenu__section .submenu__section-img{
        width: 35px;
        height: 35px;
    }

    .main-menu__list .submenu__section span{
        font-size: 8px;
    }

    .main-menu__list-links li{
        width: Calc((100% - 40px)/3);
        font-size: 12px;
    }

    .main-menu__list-btns li a i:before{
        font-size: 20px;
    }

    .main-menu__list-btns li a span:not(.count){
        font-size: 12px;
    }

    /*.main-menu__list-btns li a span.count{
        width: 20px;
        height: 20px;
        right: Calc((100% - 24px)/2);
        top: 1px;
        font-size: 10px;
    }*/

    .submenu-mob-content .submenu__section span{
        font-size: 12px;
    }

    .submenu-mob-content .submenu__section-links li{
        font-size: 15px;
    }

    .form-question-row h2{
        width: 280px;
        font-size: 20px;
        font-weight: 400;
    }

    .banner-bg span{
        font-size: 22px;
        max-width: unset;
        bottom: 20px;
        left: 20px;
    }

    .main-btn.small{
        font-size: 12px !important;
        height: 25px !important;
        padding: 0 10px !important;
    }

    .select-style .contents a{
        width: 155px;
        bottom: 10px;
    }

    .footer{
        padding-top: 30px;
    }

    .footer__menu ul li{
        width: 100%;
    }

    .footer__social{
        width: Calc(100% - 195px);
        justify-content: flex-start;
    }

    .footer__bottom .container{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__bottom .policy{
        width: 100%;
        display: block;
        margin: 0;
    }

    .footer__bottom .policy > div{
        margin-bottom: 10px;
    }

    .footer__bottom .policy > div:last-child{
        margin-bottom: 0;
    }

    .footer__bottom .footer__polit{
        width: 100%;
        margin-top: 35px;
    }

    .category .section__title{
        margin-bottom: 20px;
    }

    .section__title h2{
        padding: 0 30px;
    }

    h1{
        margin: 18px 0 12px !important;
    }

    .lang__list.flag-list{
        grid-template-columns: repeat(3, auto);
    }

    .popup#messageMini{
        width: Calc(100% - 30px);
        max-width: unset;
    }

    .info-rows{
        border: none;
    }

    .info-row{
        padding: 0;
        border-bottom: none;
        width: 100%;
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: repeat(2, Calc(50% - 4px));
        gap: 8px;
        margin-bottom: 8px;
    }

    .info-row.title-mob{
        display: grid;
    }

    .info-row:last-child{
        margin-bottom: 0;
    }

    .info-row > div{
        width: 100% !important;
        height: 100%;
    }

    .info-row:nth-child(even){
        background: none;
    }

    .info-row div{
        background: #eee;
        padding: 10px;
        text-align: center;
        font-size: 14px;
        font-weight: 200;
        line-height: 18px;
    }

    .info-row.title-mob div{
        color: #fff;
        background: #7AB6CB;
    }

    .info-row span,
    .popup#delivery-popup h3,
    .popup#pay-popup h3,
    .popup#garanty-popup h3{
        display: none;
    }

    .cart-product__sidebar .cart-sidebar__price .price-old{
        font-size: 20px;
        line-height: 22px;
        margin-right: 24px;
    }

    .cart-product__sidebar .basket__sidebar-details{
        margin-top: 17px;
    }

    .cart-product h2{
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
    }

    .selections .show-more-btn{
        display: flex;
    }

    .show-more-container .selections__item:nth-child(n + 9){
        display: none;
    }

    .show-more-container.active .selections__item:nth-child(n + 9){
        display: block;
    }

    /*ВТОРОСТЕПЕННЫЕ СТРАНИЦЫ (оплата, акции, гарантия, корпоративным клиентам, дизайнерам, доставка, о нас, контакты, ) - начало*/

    .other-icon{
        width: 55px;
        height: 55px;
        margin-right: 8px;
    }

    .other-info{
        width: Calc(100% - 63px);
    }

    .other-icon-small{
        width: 26px;
        height: 26px;
        margin-right: 10px;
    }

    .other-info-small{
        width: Calc(100% - 36px);
    }

    .other-icon-medium{
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    .other-info-medium{
        width: Calc(100% - 50px);
    }

    .other-items{
        gap: 20px;
    }

    .other-subtitle{
        margin-bottom: 8px;
    }

    .other-page-wrap{
        gap: 0;
        margin-bottom: 20px;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .other-page-info,
    .other-page-media{
        width: 100%;
     }

    .other-page-subtitle{
        margin: 0 0 30px;
    }

    .delivery .other-page-desc,
    .delivery .other-page-wrap,
    .table-block{
        width: Calc(100% + 50px);
        left: -50px;
    }

    .delivery .other-subtitle{
        min-height: 40px;
    }

    .table-row td:first-child,
    .table-row-main td:first-child{
        width: 55%;
    }

    .table-row td:last-child,
    .table-row-main td:last-child{
        width: 45%;
    }

    .table-row-main td{
        text-align: center;
    }

    .table-row-main td:first-child span{
        display: none;
    }

    .table-row td,
    .table-row-main td{
        font-size: 14px;
    }

    .about .other-item .other-subtitle{
        min-height: 40px;
    }

    .other-page-section-row i{
        width: 12px;
        height: 12px;
        margin-right: 7px;
    }

    .other-page-section-row i:before{
        font-size: 12px;
    }

    .map-block{
        width: 100%;
        height: auto;
        min-height: 270px;
        aspect-ratio: 1 / 0.73;
        overflow: hidden;
        margin-bottom: 25px;
    }

    /*ВТОРОСТЕПЕННЫЕ СТРАНИЦЫ (оплата, акции, гарантия, корпоративным клиентам, дизайнерам, доставка, о нас, контакты, ) - конец*/

    /*СТРАНИЦА БРЕНДА - начало*/

    .brand-page-category{
        margin: 14px 0 20px;
    }

    .brand-page .filter__category ul{
        gap: 10px;
    }

    .brand-page-category ul li a{
        font-size: 14px;
    }

    .brand-page-list{
        gap: 20px;
    }

    /*СТРАНИЦА БРЕНДА - конец*/

    /*СТРАНИЦА КОЛЛЕКЦИИ БРЕНДА - начало*/

    .brand-series-media{
        gap: 20px;
        margin-bottom: 45px;
    }

    .brand-series-media-desc,
    .brand-series-media-img{
        width: 100%;
        max-width: 100%;
    }

    .reverse .brand-series-media-desc{
        order: 1;
    }

    .reverse .brand-series-media-img{
        order: 2;
    }

    .brand-series-page-category{
        margin: 14px 0 30px;
    }

    .brand-series-page-category ul{
        gap: 10px;
    }

    .brand-series-page-category ul li a{
        font-size: 14px;
    }

    /*СТРАНИЦА КОЛЛЕКЦИИ БРЕНДА - конец*/

    /*404 - начало*/

    .bx-404-container{
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .bx-404-left,
    .bx-404-right{
        width: 100%;
    }

    .bx-404-title{
        margin-bottom: 24px;
    }

    /*404 - конец*/

    /*СТРАНИЦА "СРАВНЕНИЕ" - начало*/

    .compare-prop-subtitle{
        font-size: 10px;
        line-height: 1;
        margin-bottom: 2px;
    }

    /*СТРАНИЦА "СРАВНЕНИЕ" - конец*/

    /*СТРАНИЦА "ИЗБРАННОЕ" - начало*/

    .favorite-page .case__list-body{
        gap: 20px;
        margin-bottom: 30px;
    }

    /*СТРАНИЦА "ИЗБРАННОЕ" - конец*/

    .popup#add-basket{
        height: 100%;
    }

    .popup#add-basket .popup__body-btns{
        gap: 20px;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .popup#add-basket .popup__body-btns a{
        max-width: 100%;
    }

    .popup#add-basket .popup__body-info p{
        text-align: left;
    }

    /*ТАБЫ - начало*/

    .tabs-cartochka>label{
        font-size: 16px;
    }

    /*ТАБЫ - конец*/
}

@media (max-width: 540px) {

    .category__item p{
        font-size: 10px;
    }

    .selections__list{
        grid-template-columns: repeat(3, 124px);
        gap: 26px Calc((100% - 372px)/2);
    }

    .show-more-container .selections__item:nth-child(n + 7){
        display: none;
    }

    .show-more-container.active .selections__item:nth-child(n + 7){
        display: block;
    }

    .selections .show-more-btn{
        margin-top: 20px;
    }

    .selections{
        margin-bottom: 20px;
    }
}

@media (max-width: 520px) {
    /*.category .show-cat {
        display: block;
    }

    .category__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-height: 98vw;
        overflow: hidden;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .category__list.active {
        max-height: 10000px;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    .category__item {
        width: 48%;
        height: auto;
        margin-bottom: 20px;
    }

    .category__item a::after {
        content: none;
    }

    .category__item p {
        bottom: 0;
        padding: 8px;
        background: #66b8ce;
        text-transform: uppercase;
        font-size: 12px;
    }

    .category__item:last-child {
        width: 100%;
    }*/

    .thanks__order-item.thanks__sidebar {
        border: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-top: 0;
    }

    .thanks__order-item.thanks__sidebar .thanks__sidebar-price {
        padding-top: 15px;
        margin-bottom: 15px;
    }

    .thanks__order-item.thanks__sidebar .thanks__sidebar-price .total-price {
        font-size: 20px;
    }

    .thanks__order-item.thanks__sidebar .thanks__sidebar-row {
        margin-bottom: 10px;
    }

    .thanks__order-item.thanks__sidebar .thanks__sidebar-row + .thanks__sidebar-row {
        margin-top: 10px;
    }

    .thanks__order-item.thanks__sidebar .thanks__sidebar-row span:first-child {
        opacity: 0.5;
    }

    .thanks__order-item.thanks__sidebar .thanks__sidebar-row p {
        display: none;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 14px;
    }

    .container{
        padding-left: 10px;
        padding-right: 10px;
    }

    .breadcrumb-list,
    .breadcrumbs ul li.active .breadcrumb-list{
        display: none;
    }

    .slick-slider .slick-dots{
        margin-top: 16px;
    }

    .popup h2{
        font-size: 22px;
    }

    .popup .btn{
        margin-top: 30px;
    }

    .popup form .time {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .popup form .time > span {
        width: 100%;
        margin-bottom: 10px;
    }

    .popup form .time label {
        width: 48%;
    }

    .popup form .time .select {
        width: 100%;
    }

    .popup form input {
        width: 100%;
    }

    .popup form .select__item {
        width: 100%;
    }

    .popup form .form__container > label {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .popup form .form__container > label > span {
        margin-bottom: 10px;
        width: 100%;
    }

    .popup#delivery-popup,
    .popup#pay-popup,
    .popup#garanty-popup{
        max-width: Calc(100% - 20px);
        height: Calc(100% - 60px);
    }

    .popup#delivery-popup .mCSB_container,
    .popup#pay-popup .mCSB_container,
    .popup#garanty-popup .mCSB_container{
        padding: 20px 15px;
    }

    /*.popup#delivery-popup .mCSB_scrollTools,
    .popup#pay-popup .mCSB_scrollTools,
    .popup#garanty-popup .mCSB_scrollTools{
        height: Calc(100% - 40px);
        top: 20px;
    }*/

    .popup.snova-scroll .mCSB_scrollTools{
        height: Calc(100% - 65px);
        top: 45px;
    }

    .popup .other-items .other-subtitle{
        font-size: 20px;
    }

    /*.menu__top-social ul li a .count {
        width: 15px;
        height: 15px;
        font-size: 10px;
        top: -5px;
    }

    .menu__bottom form input {
        font-size: 12px;
    }

    .bars {
        width: 22px;
        height: 16px;
        margin-right: 60px;
    }

    .menu__top-logo img {
        width: 101px;
    }

    .menu__top-social ul li a img {
        width: 20px;
        height: 20px;
    }

    .menu__top-social ul li a img.imgc-hover {
        width: 20px;
        height: 20px;
    }*/

    .menu__bottom form input{
        font-size: 14px;
    }

    .menu__top-middle,
    .menu__top-logo{
        height: 53px;
    }

    .menu__top-logo img{
        width: 125px;
    }

    .intro .swiper-slide a{
        padding: 0 23px;
        font-size: 12px;
        line-height: 12px;
    }

    ul.main-menu__list-btns{
        gap: 20px;
    }

    .main-menu__list-btns li{
        width: Calc((100% - 60px)/4);
    }

    .main-menu .submenu__title{
        font-size: 16px;
    }

    .category .section__title.mobile {
        margin-bottom: 25px;
    }

    .select-style .tabs{
        gap: 24px Calc((100% - 360px)/2);
    }

    .select-style .tabs .tab {
        width: 120px;
    }

    .cart-product__more .more__item:nth-child(3) {
        display: none;
    }

    .cart-product__more .more__item a img {
        width: 90%;
    }

    .thanks__text p {
        margin-top: 10px;
    }

    .thanks__order-icons ul li + li {
        margin-left: 20px;
    }

    .thanks__order-icons ul li a {
        font-size: 0;
    }

    .thanks__order-icons ul li a svg {
        width: 20px;
        height: 20px;
    }

    .banner-bg{
        aspect-ratio: unset;
        min-height: unset;
    }

    .banner-bg{
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 0.7;
        min-height: 260px;
        max-height: unset;
    }

    .banner-bg span{
        left: 11px;
        max-width: 66%;
        bottom: unset;
        top: 20px;
    }

    .banner-bg-img img{
        width: 100%;
        left: 0;
    }

    .footer .menu__top-phone a.menu__top-phone-number{
        font-weight: 400;
        margin-bottom: 10px;
    }

    .selections__list{
        grid-template-columns: repeat(3, 120px);
        gap: 26px Calc((100% - 360px)/2);
    }

    .filter__category ul li{
        margin: 16px 0;
    }

    .filter__list li ul.snova-scroll li{
        margin-bottom: 16px;
        padding-bottom: 0;
    }

    .filter__list-sub .filter__list li .checkbox{
        margin-bottom: 12px !important;
    }

    .filter__range-title,
    .filter__inputs{
        gap: 0 8px;
    }

    .filter__range-title div,
    .filter__inputs input{
        width: Calc(50% - 4px);
    }

    .filter__range input.form-input{
        height: 45px;
    }

    .filter__item .checkbox span,
    .filter__list li.has-child .has-child-title{
        padding-left: 32px;
        font-size: 15px;
        line-height: 26px;
    }

    .filter__item .checkbox span::before,
    .bx-filter .bx-filter-param-text:not(.img-text-filter)::before{
        width: 25px;
        height: 25px;
    }

    .bx-filter-param-text:not(.img-text-filter):before{
        left: -54px;
    }

    .filter__item .checkbox span::after,
    .bx-filter .bx-filter-param-text:not(.img-text-filter)::after,
    .bx-filter-input-checkbox input:checked + .bx-filter-param-text:not(.img-text-filter):after{
        font-size: 12px;
        line-height: 12px;
        width: 12px;
        height: 12px;
        top: 6.5px;
        left: -47.5px;
    }

    .filter__list li.has-child .has-child-title i,
    .bx-filter .bx-filter-input-checkbox .bx-filter-param-text i{
        margin-left: 14px;
    }

    .filter__list-sub .filter__list.snova-scroll{
        padding-right: 30px;
    }

    /*ВТОРОСТЕПЕННЫЕ СТРАНИЦЫ (оплата, акции, гарантия, корпоративным клиентам, дизайнерам, доставка, о нас, контакты, ) - начало*/

    .other-page-text ul:not(.num-list) li:before{
        width: 3px;
        height: 3px;
        top: 7px;
    }

    .other-page-text ul:not(.num-list) li{
        padding-left: 12px;
        margin-bottom: 14px;
    }

    .other-page-text.margin-text{
        margin: 15px 0;
    }

    .other-page-section .other-page-subtitle{
        margin: 0 0 12px;
    }

    .other-page-section-row{
        margin-bottom: 8px;
    }

    /*ВТОРОСТЕПЕННЫЕ СТРАНИЦЫ (оплата, акции, гарантия, корпоративным клиентам, дизайнерам, доставка, о нас, контакты, ) - конец*/

    .product__item{
        height: 100%;
    }

    .product__item-inner{
        padding: 0;
    }

    .product__item-inner,
    .product__item-inner:hover{
        border: none;
        height: 100%;
        position: relative;
    }

    .product__item:hover .product-mini-prop-items{
        display: none;
        opacity: 0;
    }

    .product__title{
        margin: 6px 0 14px;
    }

    .product__others{
        margin: 14px 0;
    }

    .product__price .prices_wrap{
        margin-top: 8px;
    }

    .case__list-body.grid-container{
        grid-template-columns: repeat(auto-fit, minmax(175px, 0.5fr));
        gap: 20px;
    }

    /*СТРАНИЦА КОЛЛЕКЦИИ БРЕНДА - начало*/

    .brand-series-page .product__item{
        min-width: 175px;
    }

    .brand-page-list{
        gap: 10px;
        grid-template-columns: repeat(auto-fit, minmax(180px, 0.5fr));
    }
    

    /*СТРАНИЦА КОЛЛЕКЦИИ БРЕНДА - конец*/

    .basket {
        margin: 30px 0 60px;
    }

    .basket__item-img{
        width: 70px;
    }

    .basket__item-img-name{
        width: Calc(100% - 82px);
        font-size: 14px;
        line-height: 17px;
    }

    .basket__item-icons{
        width: 70px;
    }

    .basket__item-info-wrap{
        width: Calc(100% - 82px);
    }

    .basket__item-right{
        gap: 30px;
    }

    .basket__item-price .price{
        gap: 30px;
        margin-bottom: 10px;
    }

    .basket__item-price .price-old .up-text{
        font-size: 12px;
        line-height: 1;
    }

    .basket__sidebar-btns{
        margin-top: 30px;
    }

    .popup#messageMini{
        right: 8px;
        width: Calc(100% - 16px);
    }

    .cart-product__feature .basket__item-icons{
        width: 100%;
    }

    /*СТРАНИЦА "СРАВНЕНИЕ" - начало*/

    .products-fixed .compare-products{
        width: Calc(100% - 16px);
    }

    /*СТРАНИЦА "СРАВНЕНИЕ" - конец*/

    /*СТРАНИЦА "ИЗБРАННОЕ" - начало*/

    .favorite-page .case__list-body .mCSB_container{
        gap: 24px;
    }

    /*СТРАНИЦА "ИЗБРАННОЕ" - конец*/

    .popup#add-basket{
        width: Calc(100% - 20px);
        max-height: Calc(100% - 80px);
    }

    .popup#add-basket h2,
    .popup#delivery-popup h2,
    .popup#pay-popup h2,
    .popup#garanty-popup h2{
        font-size: 20px;
        line-height: 20px;
    }

    .popup .other-items .other-page-text ul li,
    .popup .other-items .other-page-text{
        font-size: 14px;
    }

    .sold-block-title{
        font-size: 22px;
        line-height: 24px;
    }
}

@media (max-width: 479.98px) {
    /*.brend-brends .brends__list {
        max-height: none;
    }

    .brend-brends .brends__item {
        width: 50%;
    }

    .brend-brends .brends__item img {
        width: 70%;
    }*/

    .brend-brends .brends__item img{
        max-height: 35px;
    }

    /*.basket__results h1 {
        font-size: 14px;
    }

    .basket__sidebar {
        margin-top: 20px;
    }

    .basket__sidebar-info ul li {
        margin-bottom: 10px;
    }*/

    .other-person__container label:not(:last-child) {
        margin-bottom: 15px;
    }

    /*.basket__sidebar-carts .carts__item-info span {
        font-size: 13px;
    }

    .basket__sidebar-carts .carts__item-info h5 {
        font-size: 13px;
        line-height: 17px;
    }

    .basket__form-section label {
        width: 100%;
    }

    .basket__form .delivery__adress label.half input {
        width: 100%;
    }

    .basket__form .delivery__adress label {
        width: 100%;
    }

    .call-me .select__title {
        font-size: 14px;
    }

    .basket__form-section .select__value {
        height: 40px;
        font-size: 14px;
    }

    .basket__form-section .select__options {
        top: 35px;
    }

    .basket__form-section .select__option {
        padding: 12px;
    }*/

    /*.call-me {
        width: 100%;
    }*/
}

@media (max-width: 460px){

    .category__item p{
        font-size: 9px;
    }
}

@media (max-width: 450px) {
    .compare__list .swiper-scrollbar {
        top: 320px;
    }

    .compare__list .product__item {
        width: 97vw;
    }

    .compare__list .product__img {
        height: 162px;
    }

    .compare__list .product__remove {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 430px){

    .category__item p{
        font-size: 8px;
    }
}

@media (max-width: 420px) {
    /*.popup#add-basket .popup__body-btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .popup#add-basket .popup__body-btns a {
        width: 100%;
        max-width: 100%;
    }

    .popup#add-basket .popup__body-btns .btns__row {
        width: 100%;
        margin-top: 15px;
    }

    .popup#add-basket .basket__item-price .price {
        margin-left: 36px;
    }

    .popup#add-basket .popup__body-info {
        font-size: 12px;
    }*/
}

/*@media (max-width: 380px) {
    .category__item p {
        font-size: 9px;
    }

    .product__item {
        margin: 10px 15px;
        width: calc(100%);
    }

    .case__list .product__icon {
        position: absolute;
        width: auto;
        top: 15px;
    }

    .compare__filter ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .compare__filter ul li + li {
        margin-left: 0;
    }

    .compare__filter .checkbox span {
        font-size: 14px;
    }
}

@media (max-width: 375px) {
    .basket__item-img {
        width: 36%;
    }

    .basket__item-price .price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .basket__results p {
        width: 145px;
    }
}*/

@media (max-width: 395px){

    .brend-brends .brends__list{
        gap: 30px;
    }

    .lang{
        margin-top: 35px;
    }

    .brends.brend-brends{
        margin-top: 40px;
        margin-bottom: 60px;
    }
}

@media (max-height: 600px) {
    .popup {
        /*height: 100%;*/
        overflow-y: auto;
    }

}

._webp .lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../img/vimeo-play.webp) no-repeat scroll 0 0 transparent;
}

._webp .lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../img/vimeo-play.webp) no-repeat scroll 0 -58px transparent;
}

._webp .lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url(../img/video-play.webp) no-repeat scroll 0 0;
}

._webp .lg-outer .lg-has-youtube .lg-video-play {
    background: url(../img/youtube-play.webp) no-repeat scroll 0 0 transparent;
}

._webp .lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../img/youtube-play.webp) no-repeat scroll 0 -60px transparent;
}

._webp .cart-product__feature .feature__list li::after {
    background: url(../img/dots.webp) repeat-x 0 -2px;
}

.erk_more_goods{

}

.erk_feature_more{
    display: flex;
    align-items: center;
    gap: 30px;
}
.erk_logo_collection_url{
    font-size: calc(10px + 16 * ((100vw - 320px) / 1660));
}
.not_offer_text{
    width: 100%;
}
.footer__bottom .policy a{
    white-space: nowrap;
}
.footer__bottom .footer__polit{
    width: 100%;
}
.footer__bottom .container{
    gap: 40px;
}

.erk_additional_content .brand-series-media-img {
    display: flex;
    justify-content: end;
}

.erk_additional_content .reverse .brand-series-media-img {
    display: flex;
    justify-content: start;
}

.b-popup.auth-popup .b-popup-content{
    height: auto;
}

.erk_separator_or{
    padding: 40px 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-style: italic;
}
.erk_social_aut_block{
    display: flex;
    flex-direction: column;
    gap: 10px;
}


div.bx-auth-services {
    padding: 0;
    margin: 0;
    overflow: hidden;
    zoom: 1;
    display: flex;
    flex-direction: column;
}
div.bx-auth-services div {
    width: 100%;
}

div.bx-auth-services a {
    background: #d9d9d9;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 15px;
    margin: unset;
    gap: 5px;
}
div.bx-auth {
    max-width: unset;
    margin-top: 0;
    margin-bottom: 0;
}
div.bx-auth-services b {
    font-size: 14px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-weight: 500;
}

/* Линия слева от "или" */
.erk_separator_or::before {
    content: '';
    flex-grow: 1;
    height: 1px;
    background-color: #ccc;
    line-height: 0;
}

/* Линия справа от "или" */
.erk_separator_or::after {
    content: '';
    flex-grow: 1;
    height: 1px;
    background-color: #ccc;
    line-height: 0;
}
.erk_separator_or span{
    background: #f3f3f3;
    padding: 0px 15px;
}

div.bx-auth-services a:hover {
    margin: unset;
    border: unset !important;
    text-decoration: none !important;
}
#bx_auth_href_formVKontakte{
    background-color: #07f;
    color: #fff;
}
#bx_auth_href_formVKontakte svg{
    fill: #ffffff;
}
#bx_auth_href_formYandexOAuth{
    background: #000000;
    color: #fff;
}
#bx_auth_href_formYandexOAuth svg{
    fill: #ffffff;
}

.b-popup.auth-popup .b-popup__title {
    font-weight: 200;
    font-size: 24px;
    margin-bottom: 30px;
    text-align: left;
}

#VkIdSdkOneTap{
    margin-top: 10px;
}

.lds-ring {
    /* change color here */
    color: #1c4c5b
}
.lds-ring,
.lds-ring div {
    box-sizing: border-box;
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    margin: 8px;
    border: 2px solid currentColor;
    border-radius: 50%;
    animation: lds-ring 1.2s
    cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: rgb(169 169 169) transparent transparent transparent;
}
.erk_orders_list_section{
    display: none;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.erk_preloader_section{
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.cookie-popup-wrapper {
    position: fixed;
    bottom: -150px; /* Спрятан внизу */
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 9999;
    transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1); /* Плавная анимация */
    padding: 20px;
}
.cookie-popup-wrapper.show {
    bottom: 20px;
}
.cookie-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px); /* Эффект матового стекла */
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 600px;
    width: 100%;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.6s 0.1s ease-out;
    border: 1px solid #dadada;
}

.cookie-popup-wrapper.show .cookie-card {
    transform: translateY(0);
    opacity: 1;
}
.cookie-icon svg {
    width: 50px;
    height: 50px;
    fill: #d98d4f; /* Цвет печеньки */
    filter: drop-shadow(0 4px 6px rgba(217, 141, 79, 0.3));
    animation: floatCookie 3s ease-in-out infinite;
}
.cookie-text {
    font-family: 'Arial', sans-serif; /* Замените на ваш шрифт */
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    flex-grow: 1;
}

.cookie-text a {
    color: #d98d4f;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px dashed #d98d4f;
    transition: color 0.2s;
}

.cookie-text a:hover {
    color: #b56b30;
    border-bottom-style: solid;
}

/* Кнопка */
.cookie-btn {
    background: #333;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
    white-space: nowrap;
}

.cookie-btn:hover {
    background: #000;
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.cookie-btn:active {
    transform: scale(0.95);
}
@keyframes floatCookie {
    0% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-5px) rotate(5deg); }
    100% { transform: translateY(0px) rotate(0deg); }
}
@media (max-width: 600px) {
    .cookie-card {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    .cookie-btn {
        width: 100%;
    }
}