@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Montserrat+Alternates:700,700italic&display=swap&subset=cyrillic-ext);

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

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

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

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

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

* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

*,
*: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;
}
.reset_promo{
  color:#000;
}
.reset_promo:hover{
  color:#CAA661;
}
html,
body {
    height: 100%;
    min-width: 320px;
}

body {
    line-height: 1;
    font-family: "Onest";
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    position: relative;
    z-index: 0;
    background: none;
}

/* Фоновый слой */
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/bg_body.png');
    background-repeat: repeat;
    background-size: auto;
    background-position: top left;
    opacity: 0.8; /* Прозрачность от 0 (прозрачно) до 1 (непрозрачно) */
    z-index: -1;
}

.footer__main.main-footer {
    position: relative;
    background: none;
    z-index: 0;
}

/* Фоновый слой */
.footer__main.main-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/bg_body.png');
    background-repeat: repeat;
    background-size: auto;
    background-position: top left;
    opacity: 0.8; /* Прозрачность от 0 (прозрачно) до 1 (непрозрачно) */
    z-index: -1;
}
#scrollTopBtn {
    position: fixed;
    bottom: 20px;
    right: 80px;
    z-index: 99;
      background: linear-gradient(96.06deg, #CAA661 -0.11%, #E9C877 25.47%, #F4EDB5 68.59%, #C4A35E 99.89%);
    
    color: white;
    border: none;
    outline: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: none;
    transition: background 0.3s, transform 0.3s;
}

    #scrollTopBtn:hover {
      background-color:  #58306B;
      transform: scale(1.1);
    }
    .box-catalog__show {
    display: flex
;
    position: relative;
    justify-content: center;
    margin: 20px 0px;
}
.spinner {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(155, 121, 206, 0.2); 
  border-top: 2px solid #9B79CE;              
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin:10px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bottom-promo__btn{
    width: 100%;
    display: flex;
    padding: 0.8125rem 0;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.desctop {
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    min-height: 48px;
    padding: 0px 15px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 700;
    border-radius: 100px;
    background: linear-gradient(96.06deg, #CAA661 -0.11%, #E9C877 25.47%, #F4EDB5 68.59%, #C4A35E 99.89%);
}
input,
button,
textarea {
    font-family: "Onest";
}

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

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

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

body {
    color: #2D2D2B;
    font-size: 16px;
    line-height: 1.2;
}

body._menu-open {
    overflow: hidden;
}

.product__brand {

    width: 65px;
    height: 40px;
    position: absolute;
    top: 10px;
    left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 6px;
}

.product__brand img {
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
    object-fit: contain;

}

.product__brand_card {
    width: auto;
    height: 50px;
    position: absolute;
    top: 20px;
    left: 0px;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    z-index: 1;
}

body._menu-open::after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: inline-block;
    background: rgba(51, 51, 51, 0.5);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

body.lg-on {
    overflow: hidden;
}

body._lock {
    overflow: hidden;
}

body._lock .header::after {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.form_error {
    font-size: 12px;
    color: red;
}

.news__content {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 60px;
}

.mini-description__body,
.news__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    row-gap: 60px;
}

.mini-description__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    margin: 0 10px;
    width: 105px;
    height: 150px;
    text-align: center;
}

.wrapper {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

._error {

    color: red !important;
    font-size: 12px;

}

span.terms {
    cursor: pointer;
    text-decoration: underline;
}

.optons-payment-order__item._error .optons-payment-order__content,
.check_on._error .checkbox__content:before {
    border: 1px solid #ee1212;
}

.wrapper._no-p .page {
    padding-top: 0 !important;
}

.submenu_container {
    width: 100%;
    padding: 0px 20px;
    max-width: 1340px;
}

._container {
    width: 100%;
    padding: 0px 20px;
    max-width: 1340px;
    margin: 0 auto;
}

.d_none {
    display: none !important;
}

._container-m {
    width: 100%;
    padding: 0px 20px;
    margin: 0 auto;
    max-width: 1190px;
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0px 0px;
}

.btn._fw {
    width: 100%;
}

.footer-cart-header__list {
    margin-left: auto;
}

.cart-header__footer {
    padding-top: 15px;
    border-top: 1px solid #D5D5D5;
}

.select {
    position: relative;
}

.select__item {
    position: relative;
}

.select__title {
    color: #000;
    border-radius: 6px;
    background: #F1F1F1;
    cursor: pointer;
    min-height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
    -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 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.select__value:before {
    content: "";
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14px;
    flex: 0 0 14px;
    height: 14px;
    margin-left: auto;
    background: url("../img/icons/select-tr.svg") center/100% no-repeat;
}

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

._component {
    text-decoration: none;
    color: #000;
}

.select__options {
    color: #000;
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    border-radius: 6px;
    min-width: 100%;
    left: 0;
    background-color: #fff;
    font-size: 16px;
    overflow-y: scroll;
    max-height: 400px;
    border: 1px solid #f1f1f1;
    -webkit-box-shadow: 0px 8px 16px rgba(172, 172, 181, 0.15);
    box-shadow: 0px 8px 16px rgba(172, 172, 181, 0.15);
}

.head-section__more {
    color: #58306b;
}

.contact {
    color: #000;
    text-decoration: none;
}

.contact:hover {
    color: #58306b;
}

.select__option {
    cursor: pointer;
    padding: 15px 20px;
}

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

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

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

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

.input {
    border-radius: 6px;
    background: #f1f1f1;
    width: 100%;
    display: block;
    min-height: 52px;
    width: 100%;
    max-width: 100%;
    min-width: 0px;
    padding: 0px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #8a8c8d;
    border: 1px solid #f1f1f1;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.input::-webkit-input-placeholder {
    color: #8a8c8d;
}

.input::-moz-placeholder {
    color: #8a8c8d;
}

.input:-ms-input-placeholder {
    color: #8a8c8d;
}

.input::-ms-input-placeholder {
    color: #8a8c8d;
}

.input::placeholder {
    color: #8a8c8d;
}

.input:focus {
    border-color: #c2c2c2 !important;
}

.input._focus {
    color: #2D2D2B !important;
}

.input._error {
    background: #FFD9D9 !important;
    border-color: #FFD9D9 !important;
    color: #FF5656 !important;
}

.input._error::-webkit-input-placeholder {
    color: #FF5656;
}

.input._error::-moz-placeholder {
    color: #FF5656;
}

.input._error:-ms-input-placeholder {
    color: #FF5656;
}

.input._error::-ms-input-placeholder {
    color: #FF5656;
}

.input._error::placeholder {
    color: #FF5656;
}

textarea.input {
    resize: none;
    padding: 15px 20px;
    height: 100px;
    overflow-y: auto;
}

.form__error {
    font-size: 13px;
    color: #FF5656;
    font-weight: 400;
    display: inline-block;
    margin-top: 10px;
}

.viewpass {
    position: absolute;
    top: calc(52px / 2);
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.viewpass._active .viewpass__view {
    display: block;
}

.viewpass._active .viewpass__hide {
    display: none;
}

.viewpass__view {
    display: none;
}

.checkbox {
    position: relative;
}

.checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.checkbox__input:checked + .checkbox__content::before {
    background: url("../img/icons/check.svg") center/18px no-repeat, #58306b;
    border-color: #58306b;
}

.checkbox__content {
    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: 14px;
    color: #2D2D2B;
    font-weight: 400;
    cursor: pointer;
}

.checkbox__content::before {
    content: "";
    margin: 0px 10px 0px 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    border: 1px solid #DBDBDB;
    background: #F1F1F1;
}

.checkbox__text {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.checkbox a {
    color: #58306b;
    text-decoration: underline;
}

.checkbox._error .checkbox__text:before {
    border: 1px solid #ee1212;
}

.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;
    row-gap: 15px;
}

.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__content:before {
    border-color: #58306b;
}

.options__input:checked + .options__content:after {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.options__content {
    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: #2D2D2B;
    font-weight: 400;
}

.options__content:before {
    content: "";
    margin: 0px 10px 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: 20px;
    background: #fff;
    border: 1px solid #D9D9D9;
}

.options__content:after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #58306b;
    position: absolute;
    left: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
}

.rating-block {
    display: table;
    font-size: 0;
}

.rating {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.rating.edit .star {
    cursor: pointer;
}

.rating .star {
    width: 17px;
    height: 14px;
    display: inline-block;
    position: relative;
    z-index: 3;
}

.rating__line {
    position: absolute;
    width: 85px;
    height: 14px;
    top: 0;
    left: 0;
    background: url("../img/icons/bg_rating.svg") 0 0 no-repeat;
    z-index: 1;
    background-size: 85px 100%;
}

.rating__activeline {
    position: absolute;
    width: 0px;
    height: 14px;
    top: 0;
    left: 0;
    background: url("../img/icons/bg_rating_active.svg") 0 0 no-repeat;
    z-index: 2;
    background-size: 85px 100%;
}

.rating__value {
    display: inline-block;
    color: #1b3139;
    font-size: 14px;
    line-height: 13px;
    vertical-align: middle;
}

.quantity {
    width: 110px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #DEDEDE;
    padding: 0px 10px;
}

.quantity__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    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 -6px;
    background-color: #949494;
    width: 12px;
    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: #2D2D2B;
    font-size: 16px;
    width: 100%;
    text-align: center;
}

img,
svg {
    vertical-align: middle;
    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;
    max-height: 100%;
    max-width: 100%;
}

picture {
    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;
}

._btn {
    border-radius: 100px;
    background: linear-gradient(96.06deg, #CAA661 -0.11%, #E9C877 25.47%, #F4EDB5 68.59%, #C4A35E 99.89%);
    padding: 10px 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;
    text-align: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    color: #27013C;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: background 0.3s 0s;
    -o-transition: background 0.3s 0s;
    transition: background 0.3s 0s;
    min-height: 48px;
    outline: 4px solid transparent;
}

a.catalog-section-header__button._btn._catalog-open img {
    filter: invert(1);
}

.info-card_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

._oposite {
    border-radius: 100px;
    border: 1px solid #58306b;
    padding: 10px 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;
    text-align: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    color: #58306b;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: background 0.3s 0s;
    -o-transition: background 0.3s 0s;
    transition: background 0.3s 0s;
    min-height: 48px;
    outline: 4px solid transparent;
}

._btn._low-border {
    border-radius: 8px;
}

._btn._stroke {
    background: #fff;
    border: 2px solid #58306b;
    color: #58306b;
}

._btn img,
._btn svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    aspect-ratio: 1/1;
}

._btn:active {
    outline: 4px solid #D7BFFA;
}

*::-webkit-scrollbar {
    background: #E4E4E4;
    width: 8px;
    height: 0;
    border-radius: 20px;
}

*::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: #464646;
}

._title {
    font-size: 32px;
    font-weight: 400;
    color: #2D2D2B;
}

.components_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;

}

.components_title {
    font-size: 16px;
    font-weight: 400;

    margin-bottom: 10px;
}

.components_title {
    color: #58306b;
}

.components_item {
    display: flex;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    cursor: pointer;
}

.components_item:hover,
.components_item._active {
    color: inherit;
}

.submenu_title {
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}

ol.counter {
    list-style-type: none;
    counter-reset: item;
}

ol.counter li {
    position: relative;
    padding: 0px 0px 0px 45px;
}

ol.counter li:before {
    counter-increment: item;
    content: counter(item);
    position: absolute;
    left: 0;
    top: 0;
    color: #818181;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    border: 1px solid #4274bb;
}

.ellipsis {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.es {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.table {
    display: table;
    font-size: 0;
    width: 100%;
}

.trow {
    display: table-row;
}

.cell {
    display: table-cell;
}

.cell.full {
    width: 100%;
}

._ibg {
    position: relative;
}

a.language-header__item._active {
    display: none;
}

._ibg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

body.ie ._ibg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

body.ie ._ibg img {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

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

.video video,
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

.moretext {
    overflow: hidden;
}

.moretext__more {
    cursor: pointer;
}

.moretext__more span {
    font-style: normal;
}

.moretext__more span:first-child {
    display: block;
}

.moretext__more span:last-child {
    display: none;
}

.moretext__more.active span {
    font-style: normal;
}

.moretext__more.active span:first-child {
    display: none;
}

.moretext__more.active span:last-child {
    display: block;
}

#map {
    background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
    overflow: hidden;
}

._swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

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

._swiper.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

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

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

.slick-slider {
    position: relative;
}

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

.slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slick-slider .slick-track {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slick-slider .slick-slide {
    position: relative;
}

.tab__item {
    display: none;
}

.tab__item.active {
    display: block;
}

._tabs_2-block,
._tabs-block {
    display: none;
}

._tabs_2-block._active,
._tabs-block._active {
    display: block;
}

.mirror {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.nicescroll-rails {
    z-index: 1000 !important;
}

.gm-style-iw-t {
    opacity: 0;
}

.baloon {
    opacity: 1;
    right: -7px !important;
    bottom: 80px !important;
}

.baloon button {
    display: none !important;
}

.baloon:after {
    display: none !important;
}

.baloon-style {
    display: none;
}

.baloon-content.gm-style-iw {
    opacity: 1;
    border-radius: 0px !important;
    max-width: 300px !important;
    padding: 0 !important;
    left: 0 !important;
    width: 100% !important;
    overflow: visible !important;
}

.baloon-content.gm-style-iw > .gm-style-iw-d {
    overflow: hidden !important;
    max-width: none !important;
}

.baloon-content.gm-style-iw:after {
    display: none !important;
}

.baloon-close {
    top: 18px !important;
}

._custom-scroll {
    position: fixed;
    right: 0;
    top: 0;
    width: 3px;
    height: 100%;
    z-index: 1000;
}

._custom-scroll__line {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px 0 0 3px;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}

.progressbar {
    border-radius: 20px;
    background: #DADADA;
    height: 3px;
    position: relative;
    overflow: hidden;
}

.progressbar .swiper-pagination-progressbar-fill {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background: #58306b;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.paggination {
    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;
    -webkit-column-gap: 7px;
    -moz-column-gap: 7px;
    column-gap: 7px;
}

.paggination .swiper-pagination-bullet {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7px;
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background: #BCCCD6;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
    cursor: pointer;
}

.paggination .swiper-pagination-bullet-active {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
}

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

.cont_container {
    padding: 0 80px 80px;
}

.submenu {
    position: absolute;

    left: 0px;

    top: 90%;

    width: 100%;

    z-index: -1;
    background: #fff;

    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;


    padding: 3.125rem 0;
}

.submenu__container {
    display: -ms-grid;

    display: grid;

    -ms-grid-columns: (minmax(120px, 200px)) [ 4 ];

    grid-template-columns: repeat(4, minmax(120px, 200px));

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    gap: 1.25rem;
    max-height: 300px;
    overflow: scroll;
}

.submenu__title {
    font-size: 1rem;

    line-height: 1.2;

}

.submenu_title._m10 {
    margin: 10px 0px;
}

.submenu__title:not(:last-child) {
    margin-bottom: 1.875rem;
}

.submenu__col {
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: start;

    align-content: start;

    gap: 0.2rem;
}

.submenu__col a {
    color: #000;
}

.submenu__col a:hover {
    color: inherit;
}

.submenu__list {
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: start;

    align-content: start;

    gap: 1.5rem;
}

.submenu__list_child3 {
    display: -ms-grid;

    display: grid;

    -ms-flex-line-pack: start;

    align-content: start;

    gap: 0.3rem;
}

.submenu__link {
    display: block;

    max-width: -webkit-fit-content;

    max-width: -moz-fit-content;

    max-width: fit-content;

    font-size: 1rem;

    line-height: 1.2;

    position: relative;
}

.submenu {
    -webkit-transform-origin: 0 0;

    -ms-transform-origin: 0 0;

    transform-origin: 0 0;

    -webkit-transform: rotateX(-90deg);

    transform: rotateX(-90deg);

    opacity: 0;
    max-width: 1340px;

    visibility: hidden;

    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;

    transition: opacity 0.3s, -webkit-transform 0.3s;

    transition: transform 0.3s, opacity 0.3s;

    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;

}

._open._active .submenu {
    -webkit-transform: rotateX(0deg);

    transform: rotateX(0deg);

    opacity: 1;

    visibility: visible;
}

.submenu__link::before {
    content: '';

    position: absolute;

    left: -0.75rem;

    bottom: 0;

    width: 0.125rem;

    height: 0;

    background-color: #191919;

    -webkit-transition: height 0.3s;

    transition: height 0.3s;
}

.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 {
    left: 20px;
    background: url("../img/icons/p-left.svg") 0 0/100% no-repeat;
}

@-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;
    -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.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: #999;
    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: "";
}

.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: "";
}

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

.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: "";
}

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

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

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

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

.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: "";
}

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

.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-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: "";
}

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

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

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

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

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

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

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

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

.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 {
    background: url("../img/icons/loading.gif") no-repeat scroll center center transparent;
    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: rgba(51, 51, 51, 0.6);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    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;
}

.pagging {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
}

.pagging__arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
}

.pagging__arrow svg path {
    fill: #2D2D2B;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.pagging__arrow._disabled {
    pointer-events: none;
}

.pagging__arrow._disabled svg path {
    fill: #ABABAB;
}

.pagging__arrow img,
.pagging__arrow svg {
    width: 100%;
    max-width: 100%;
}

.pagging__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
}

.pagging__link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #F3F3F3;
    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;
    text-align: center;
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.pagging__link._active {
    background: #F3F3F3;
}

/*! 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: 3px;
    background-color: #D9D9D9;
    margin: 10px 11px 10px;
    position: relative;
}

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

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

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

.noUi-connect {
    background-color: #58306b;
}

/* Handles and cursors;
 */

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

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

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

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

.popup {
    -webkit-overflow-scrolling: touch;
    z-index: 999999;
    padding: 30px 10px;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: visibility 0.8s ease 0s;
    -o-transition: visibility 0.8s ease 0s;
    transition: visibility 0.8s ease 0s;
    visibility: hidden;
}

.popup.show {
    visibility: visible;
    overflow: auto;
}

.popup.show::before {
    opacity: 1;
}

.popup.show .popup__body {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.popup._active {
    overflow: auto;
    visibility: visible;
}

.popup::before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease 0s;
    -o-transition: opacity 0.8s ease 0s;
    transition: opacity 0.8s ease 0s;
}

.popup._active::before {
    opacity: 1;
}

.popup._active .popup__body .page-text {
    margin-top: 20px !important;
}

.page-text__title {
    margin-bottom: 1.875rem;
}

.page-text__text {
    line-height: 25px;

}

ul li {
    list-style: none;
}

.page-text__text > *:not(:last-child) {
    margin-bottom: 20px;
}

.page-text__text ol,
.page-text__text ul {
    padding-left: 20px;
}

.page-text__text ol li,
.page-text__text ul li {
    list-style: disc;
}

.page-text__text ol li:not(:last-child),
.page-text__text ul li:not(:last-child) {
    margin-bottom: 10px;
}

.page-text__text h2 {
    font-size: 20px;
    letter-spacing: 1.2px;
}

.popup._active .popup__body {
    -webkit-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.popup__body {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #fff;
    padding: 40px;
    width: 100%;
    max-width: 724px;
}

.popup__close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 30;
    background: url("../img/icons/close_b.svg") 0 0 no-repeat;
}

.login {
    padding: 50px 0px;
}

.login__wrapper {
    width: 100%;
    max-width: 475px;
    border-radius: 8px;
    padding: 40px;
    background: #fff;
    margin: 0px auto;
}

.login-popup {
    padding: 0px;
}

.login-popup .popup__content {
    width: 100%;
    height: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.login-popup .popup__body {
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    -webkit-transform: scale(1) translateX(100%);
    -ms-transform: scale(1) translateX(100%);
    transform: scale(1) translateX(100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
}

.login-popup__top {
    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;
}

.login-popup__close {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.login-popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
}

.login-popup__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
}

.login-popup__title {
    color: #2D2D2B;
    font-size: 32px;
    font-weight: 400;
}

.login-popup__text {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.login-popup__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
}

.login-popup__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
}

.form-login__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
}

.form-login__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 14px;
}

.form-login__label {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}

.form-login__inp {
    position: relative;
    width: 100%;
}

.form-login__forgot {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.form-login__footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
}

.form-login__button {
    width: 100%;
    max-width: 100%;
}

.form-login__connect {
    border-radius: 100px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    padding: 10px 20px;
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.form-login__connect img,
.form-login__connect svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
}

.form-login__subtext {
    text-align: center;
    color: #8E8E8E;
    font-size: 16px;
    font-weight: 400;
}

.form-login__subtext a {
    color: #58306b;
    text-decoration: underline;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.form-login__login {
    color: #989898;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
    text-align: center;
    display: block;
}

.header {
    background: #fff;
    -webkit-box-shadow: 0px 8px 16px rgba(172, 172, 181, 0.15);
    box-shadow: 0px 8px 16px rgba(172, 172, 181, 0.15);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    z-index: 5;
}

.header::after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: inline-block;
    background: rgba(51, 51, 51, 0.5);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.header__top {
    padding: 12px 0px;
    background: #58306B;
}

.header__main {
    padding: 12px 0px;
    background: #FAF4FA;
}

.header__nav {
    padding: 15px 0px;
    background: #FAF4FA;
    border-top: 1px solid #E1E1E1;
    -webkit-box-shadow: 0px 8px 16px rgba(172, 172, 181, 0.15);
    box-shadow: 0px 8px 16px rgba(172, 172, 181, 0.15);
}

.top-header__container {
    text-align: center;
    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;
}

.top-header__text {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.main-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.main-header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
}

.main-header__logo img,
.main-header__logo svg {
    width: 100%;
    max-width: 100%;
}

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

.catalog-section-header {
    position: relative;
}

.catalog-section-header__button {
    font-weight: 400;
    min-height: 44px;
}

.catalog-section-header__content_components,
.catalog-section-header__content {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100vw;
    z-index: 1;
    max-width: 360px;
    border-radius: 22px;
    border: 1px solid #E5E5E5;
    background: #FFF;
    overflow-y: auto;
    max-height: calc(100dvh - 150px);
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.catalog-section-header__content_components:not(._active),
.catalog-section-header__content:not(._active) {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    pointer-events: none;
}

.catalog-section-header__head {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.catalog-section-header__title {
    color: #2D2D2B;
    font-size: 24px;
    font-weight: 400;
}

.catalog-section-header__item {
    padding: 0px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    border-bottom: 1px solid #E5E5E5;
}

.catalog-section-header__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
}

.catalog-section-header__name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 400;
}

.action-main-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 3px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.action-main-header._active .action-main-header__icon svg path[fill] {
    fill: #7B5CAA;
}

.action-main-header._active .action-main-header__icon svg path[stroke] {
    stroke: #7B5CAA;
}

.action-main-header._active .action-main-header__text {
    color: #7B5CAA;
}

.action-main-header__icon {
    width: 24px;
    aspect-ratio: 1/1;
    position: relative;
}

.action-main-header__icon svg path {
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.action-main-header__value {
    background: #58306B;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    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;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: -8px;
    right: -8px;
}

.action-main-header__text {
    color: #989898;
    font-size: 12px;
    font-weight: 400;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.search-header {
    position: relative;
}

.search-header._result .search-header__result {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

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

.search-header__close {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    aspect-ratio: 1;
}

.search-header__result {
    position: absolute;
    top: calc(100% + 7px);
    width: 100%;
    left: 0;
    background: #fff;
    border-radius: 16px;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
    box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
}

.form-search-header {
    padding: 10px 20px;
    border: 1px solid #E8E8E8;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.form-search-header._focus {
    border-color: #2D2D2B;
}

.form-search-header__input {
    padding: 0px;
    min-height: 0px;
    background: none !important;
    border: none !important;
    border-radius: 0px !important;
    font-size: 14px;
    color: #bababa;
}

.proposal_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;


}

.form-search-header__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    background: none;
}

.result-search {
    height: auto;
    max-height: 600px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
}

.result-search__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.result-search__head {
    padding: 12px 15px;
    border-bottom: 1px solid #D7D7D7;
}

.result-search__title {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 700;
}

.result-search__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-y: auto;
}

.result-search__footer {
    padding: 15px;
}

.item-result-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    padding: 10px 15px;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.item-result-search__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    position: relative;
    background: #fff;
}

.mini-description__image {
    -webkit-box-flex: 0;
    width: 102px;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 8px;

    position: relative;

}

.mini-description__title {

    text-align: center;
}

.mini-description__image img,
.item-result-search__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.item-result-search__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 5px;
}

.item-result-search__name {
    color: #2D2D2B;
    font-size: 14px;
    font-weight: 400;
}

.item-result-search__articul {
    font-size: 14px;
    font-weight: 400;
    color: #949494;
}

.item-result-search__price {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 800;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

.item-result-search__price span._now {
    color: #EF3D63;
}

.item-result-search__price span._old {
    color: #81817D;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
}

.language-header {
    position: relative;
}

.language-header__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    cursor: pointer;
}

.language-header__head._active .language-header__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.language-header__value {
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2B;
}

.language-header__arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.language-header__body {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    left: -15px;
    width: 100%;
    min-width: 60px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    z-index: 2;
    -webkit-box-shadow: 0px 8px 16px rgba(172, 172, 181, 0.15);
    box-shadow: 0px 8px 16px rgba(172, 172, 181, 0.15);
}

.language-header__item {
    padding: 10px 15px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2D2D2B;
}

.callback-main-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 3px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
}

.callback-main-header__text {
    color: #989898;
    font-size: 12px;
    font-weight: 400;
}

.callback-main-header__value {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.nav-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.nav-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;

    gap: 20px 40px;
    margin: 0px -20px -15px;
    padding: 0px 20px 15px;
    overflow-x: auto;
    justify-content: flex-start; /* Default */

    list-style: none;
    width: 100%; /* Ensure this is not 'auto' */
    box-sizing: border-box;
    transition: justify-content 0.2s ease;
}

.nav-header__item {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.nav-header__link {
    color: inherit;
    white-space: nowrap;
}

.header-cart {
    width: 100vw;
    max-width: 460px;
    border-radius: 16px;
    border: 1px solid #EEE;
    background: #FFF;
    padding: 20px;
    position: absolute;
    top: 113px;
    right: 20px;
    z-index: 5;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
    max-height: calc(100svh - 120px);
    overflow-y: auto;
}

.header-cart__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding-bottom: 10px;
}

.header-cart__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #2D2D2B;
    font-size: 20px;
    font-weight: 700;
}

.header-cart__close {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    height: 24px;
    width: 24px;
}

.header-cart__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header-cart__product {
    padding: 10px 0px;
    border-bottom: 1px solid #DEDEDE;
}

.header-cart__product:first-child {
    padding-top: 0;
}

.header-cart__other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0px;
}

.header-cart__clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #2D2D2B;
}

.header-cart__clear svg path {
    stroke: #949494;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.header-cart__clear img,
.header-cart__clear svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
}

.header-cart__info {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 500;
}

.header-cart__info li {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -ms-grid-columns: 60px 70px;
    grid-template-columns: 60px 70px;
    text-align: right;
}

.product-header-cart {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px 1fr 30px 18px;
    grid-template-columns: 100px 1fr 30px 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.product-header-cart__image {
    aspect-ratio: 1/1;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #D9D9D9;
}

.product-header-cart__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
}

.product-header-cart__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
}

.product-header-cart__name {
    color: #2D2D2B;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.product-header-cart__article {
    color: #949494;
    font-size: 14px;
    font-weight: 400;
}

.product-header-cart__price {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 800;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

.product-header-cart__price span._now {
    color: #EF3D63;
}

.product-header-cart__price span._old {
    color: #81817D;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
}

.product-header-cart__count {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 400;
}

.product-header-cart__delete {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
    width: 18px;
    aspect-ratio: 1;
}

.product-header-cart__delete svg path {
    stroke: #949494;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.menu__body {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    max-width: 100%;
    height: 100 dvh;
    max-height: calc(100dvh - 95px);
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
    z-index: 1;
    -webkit-box-shadow: inset 0px 8px 16px rgba(172, 172, 181, 0.15);
    box-shadow: inset 0px 8px 16px rgba(172, 172, 181, 0.15);
    padding: 20px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    overflow-y: auto;
}

.menu__body::-webkit-scrollbar {
    width: 0;
}

.menu__body:not(._active) {
    pointer-events: none;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 15px;
}

.menu__link {
    padding: 15px 20px;
    border-radius: 8px;
    background: #ECEFF6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 400;
}

.menu__link._catalog-open {
    background: #58306b;
    color: #fff;
}

.menu__link.white::after,
.menu__link._catalog-open::after {
    background: url(../img/icons/more-w.svg) center/cover no-repeat;
}

.menu__link img,
.menu__link svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    height: 24px;
    width: 24px;
}

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

.menu__link::after {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    background: url(../img/icons/more-b.svg) center/cover no-repeat;
}

.contacts-menu__title {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 700;
}

.contacts-menu__body {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 15px;
}

.contacts-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 12px;
}

.contacts-menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
}

.contacts-menu__icon {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.contacts-menu__value {
    font-size: 16px;
    color: #2D2D2B;
}

.contacts-menu__name {
    font-weight: 700;
}

.contacts-menu__name a {
    color: inherit;
}

.contacts-menu__text {
    margin-top: 8px;
    line-height: 1.4;
}

.social-contacts-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 10px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.social-contacts-menu__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #727E83;
    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;
}

.product-added {
    position: fixed;
    top: 110px;
    right: 20px;
    width: calc(100vw - 40px);
    max-width: 450px;
    border-radius: 16px;
    border: 1px solid #EEE;
    background: #FFF;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
    z-index: 6;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.product-added:not(._active) {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    pointer-events: none;
    visibility: hidden;
}

.product-added__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.product-added__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 20px;
    font-weight: 700;
}

.product-added__close {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
}

.product-added__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
}

.product-added__to-cart {
    color: #58306b;
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.product-added__to-cart img,
.product-added__to-cart svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    width: 12px;
}

.product-product-added {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-product-added__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    aspect-ratio: 1/1;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
}

.product-product-added__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-product-added__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
}

.product-product-added__name {
    color: #2D2D2B;
    font-size: 14px;
    font-weight: 700;
}

.product-product-added__article {
    color: #949494;
    font-size: 16px;
    font-weight: 400;
}

.icon-menu {
    display: none;
}

.header-nav-mobile {
    position: fixed;
    z-index: 2;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 12px 20px;
    width: 100%;
    border-radius: 16px 16px 0px 0px;
    -webkit-box-shadow: 0px -6px 8px 0px rgba(108, 115, 158, 0.05);
    box-shadow: 0px -6px 8px 0px rgba(108, 115, 158, 0.05);
}

.header-nav-mobile._z-top {
    z-index: 6;
}

.header-nav-mobile__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
}

.header-nav-mobile__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 3px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.header-nav-mobile__item._active .header-nav-mobile__icon svg path[fill] {
    fill: #58306b;
}

.header-nav-mobile__item._active .header-nav-mobile__icon svg path[stroke] {
    stroke: #58306b;
}

.header-nav-mobile__item._active .header-nav-mobile__name {
    color: #58306b;
}

.header-nav-mobile__icon {
    position: relative;
    width: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    aspect-ratio: 1;
}

.header-nav-mobile__name {
    color: #989898;
    font-size: 12px;
    font-weight: 400;
}

.header-nav-mobile__value {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    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: #58306b;
    position: absolute;
    top: -8px;
    right: -8px;
}

.benefits {
    padding: 30px 0px;
    background: #58306B;
}

.benefits__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.benefits__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
    flex: 0 0 calc((100% - 20px * 3) / 4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
}

.benefits__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    aspect-ratio: 1/1;
}

.benefits__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 7px;
}

.benefits__name {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.benefits__text {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.footer {
    background: #fff;
}

.footer__main {
    padding: 40px 0px;
}

.footer__bottom {
    padding: 20px 0px;
    background: #E9DBEA;
}

.main-footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.main-footer__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 30px * 3) / 4);
    flex: 0 0 calc((100% - 30px * 3) / 4);
}

.main-footer__column._main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
}

.main-footer__logo {
    width: 100%;
    max-width: 100%;
}

.main-footer__logo img {
    width: 100%;
    max-width: 100%;
    max-height: 84px;
}

a.main-footer__logo {
    display: flex;
}

.main-footer__text {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 400;
}

.main-footer__name {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 700;
}

.main-footer__body {
    margin-top: 12px;
}

.main-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 12px;
}

.main-footer__link {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.contacts-main-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 12px;
}

.contacts-main-footer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
}

.contacts-main-footer__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.contacts-main-footer__icon img,
.contacts-main-footer__icon svg {
    max-width: 100%;
    max-height: 100%;
}

.contacts-main-footer__text {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 500;
}

.contacts-main-footer__text span {
    font-weight: 400;
    margin-top: 5px;
    display: inline-block;
}

.contacts-main-footer__text a {
    color: inherit;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.social-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
}

.social-footer__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #727E83;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.social-footer__item img,
.social-footer__item svg {
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
}

.bottom-footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.bottom-footer__copy {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 400;
}

.bottom-footer__dev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.bottom-footer__dev svg path {
    fill: #2D2D2B;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.bottom-footer__payments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.bottom-footer__payment img {
    width: 44px;
}

.message {
    position: fixed;
    bottom: 30px;
    right: 20px;
}

.message__circle {
    width: 66px;
    height: 66px;
    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;
    border-radius: 50%;
    background: #58306b;
}

.message__circle img,
.message__circle svg {
    width: 32px;
    height: 32px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
}

.message__body {
    position: absolute;
    -webkit-box-shadow: 0px 8px 16px rgba(172, 172, 181, 0.2);
    box-shadow: 0px 8px 16px rgba(172, 172, 181, 0.2);
    background: #fff;
    border-radius: 8px;
    max-width: 220px;
    width: 100vw;
    padding: 10px 10px 10px 20px;
    right: calc(100% + 20px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: 400;
    color: #2D2D2B;
}

.message__body::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid #fff;
    border-bottom: 8px solid transparent;
    right: 0;
    top: 50%;
    position: absolute;
    display: inline-block;
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    -webkit-box-shadow: 0px 8px 16px rgba(172, 172, 181, 0.2);
    box-shadow: 0px 8px 16px rgba(172, 172, 181, 0.2);
}

.banner {
    position: relative;
    margin-bottom: 40px;
}

.banner__item {
    /*min-height: calc(100svh - 164px);*/
    min-height:650px;
    
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: relative;
}

.banner__item img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: fill;
    object-fit: fill;
}

.banner__actions {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    max-width: 455px;
    padding: 0px 20px;
    width: 100%;
    z-index: 1;
}

.banner__arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.banner__arrow svg path {
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.banner__paggination {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: rgba(255, 255, 255, 0.5);
}

.mini-catalog {
    padding: 40px 0px;
}

.mini-catalog__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 9);
    flex: 0 0 calc(100% / 9);
}

.mini-catalog__paggination {
    width: 100%;
    max-width: 350px;
    margin: 20px auto 0px;
}

.item-mini-catalog {
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 12px;
    padding: 15px;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.item-mini-catalog__icon {
    width: 70px;
    aspect-ratio: 1;
}

.item-mini-catalog__icon svg path {
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.item-mini-catalog__name {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.head-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.head-section__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 32px;
    font-weight: 400;
    color: #2D2D2B;
}

.news-section {
    padding: 40px 0px;
}

.news-section__content {
    margin-top: 30px;
}

.news-section__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 40px * 2) / 3);
    flex: 0 0 calc((100% - 40px * 2) / 3);
}

.news-section__item:not(:last-child) {
    margin-right: 40px;
}

.news__body .news-section__item:not(:last-child) {
    margin-right: 20px;
}

.news-section__paggination {
    margin: 20px auto 0px;
}

.item-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
}

.item-news__image {
    aspect-ratio: 410/240;
    width: 100%;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.item-news__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.item-news__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
}

.item-news__name {
    color: #2D2D2B;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.item-news__description {
    color: #6E6E6E;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.item-news__more {
    color: #58306b;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.product-section {
    padding: 40px 0px;
}

.product-section__content {
    margin-top: 30px;
}

.product-section__slider {
    margin: -10px;
    padding: 10px;
}

.product-section__item {
    -webkit-box-flex: 0;
    /*-ms-flex: 0 0 calc((100% - 30px * 3) / 4);*/
    /*    flex: 0 0 calc((100% - 30px * 3) / 4);*/
    flex: 0 0 325px;

}

.product-section__item:not(:last-child) {
    margin-right: 30px;
}

.mini-banner__paggination,
.product-section__paggination {
    margin: 20px auto 0px;
}

.product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
}

.product__head {
    position: relative;
    background: #f3f3f3;
    border-radius: 16px;
    overflow: hidden;
}

.product__image {
    aspect-ratio: 1/1;
    position: relative;
    overflow: hidden;
    display: block;
}

.product__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.product__mods {
    position: absolute;
    top: 60px;
    left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 6px;
}

.product__mod {
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    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;
    border-radius: 4px;
    text-transform: uppercase;
}

.product__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
}

.product__name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 500;
    min-height: 2 lh;
    overflow-y: hidden;
}

.product__option {
    color: #ABABAB;
    font-size: 16px;
    font-weight: 500;
}

.product__other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.product__price {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #2D2D2B;
    font-size: 18px;
    font-weight: 800;
    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;
}

.product__price span._now {
    color: #EF3D63;
}

.product__price span._old {
    font-weight: 400;
    text-decoration: line-through;
    font-size: 16px;
}

.product__buy {
    min-width: 160px;
    min-height: 44px;
}

.mini-banner {
    padding: 40px 0px;
}

._no-webp .mini-banner__wrapper {
    background: url(../img/mini-banner.png) center right/auto 100% no-repeat, #FFF5F3;
}

/*.mini-banner__wrapper {*/
/*  overflow: hidden;*/
/*  border-radius: 16px;*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -webkit-box-align: center;*/
/*      -ms-flex-align: center;*/
/*          align-items: center;*/
/*  min-height: 300px;*/
/*  position: relative;*/
/*}*/

.mini-banner__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 360px;
    flex: 0 0 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 15px;
}

.mini-banner__title {
    background: -webkit-gradient(linear, left top, right top, from(#D18075), to(#FAAE9B));
    background: -o-linear-gradient(left, #D18075 0%, #FAAE9B 100%);
    background: linear-gradient(90deg, #D18075 0%, #FAAE9B 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 46px;
    font-weight: 700;
    font-style: italic;
    font-family: "Montserrat Alternates";
}

.mini-banner__discount {
    padding: 10px 40px;
    color: #FFF;
    font-family: "Montserrat Alternates";
    font-size: 36px;
    font-style: italic;
    font-weight: 700;
    border-radius: 100px;
    background: -webkit-gradient(linear, left top, right top, from(#D18075), to(#FAAE9B));
    background: -o-linear-gradient(left, #D18075 0%, #FAAE9B 100%);
    background: linear-gradient(90deg, #D18075 0%, #FAAE9B 100%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.mini-banner__wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 10px;
}

.mini-banner__product {
    position: relative;
    width: 32%;
    height: 100%;

}

.mini-banner__product img {
    width: 100%;
    max-width: 100%;
    height: 100%;

    border-radius: 16px;
    /*position:absolute;*/
    /*top:0px;*/
    /*left:0px;*/
    object-fit: fill;
    -ms-object-fit: fill;
}

.trends {
    padding: 40px 0px;
}

.trends__table {
    margin-top: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25fr 25fr 50fr;
    grid-template-columns: 25fr 25fr 50fr;
    -ms-grid-rows: 295px 295px;
    grid-template-rows: 295px 295px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
}

.trends__item._big {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
}

.trends__item._big .trand-item__name {
    padding: 20px 30px;
}

.trand-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.trand-item__image {
    position: relative;
    width: 100%;
    height: 100%;
}

.trand-item__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.trand-item__name {
    color: #2D2D2B;
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 20px;
    z-index: 1;
}

.insta {
    padding: 40px 0px;
}

.insta__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.insta__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    color: #2D2D2B;
    font-size: 32px;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.insta__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    aspect-ratio: 1;
}

.insta__content {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 10px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.insta__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 10px * 4) / 5);
    flex: 0 0 calc((100% - 10px * 4) / 5);
    aspect-ratio: 1/1;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.insta__item img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.breadcrums {
    padding: 30px 0px;
}

.breadcrums + section {
    padding-top: 0 !important;
}

.breadcrums__list {
    color: #2D2D2B;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.breadcrums__item:not(:last-child)::after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../img/icons/more-bread.svg) center/cover no-repeat;
    margin-left: 6px;
    vertical-align: middle;
    display: inline-block;
}

.breadcrums__item a {
    color: #BABABA;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.catalog {
    padding: 40px 0px;
}

.catalog__content {
    margin-top: 30px;
}

.top-catalog {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.top-catalog__filter-btn {
    min-height: 40px;
    padding: 8px 20px;
}

.top-catalog__sort {
    width: 190px;
}

.top-catalog__sort .select__title {
    min-height: 40px;
}

.mods-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.mods-catalog__list {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.mods-catalog__item {
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    padding: 5px 10px;
    border-radius: 8px;
    background: #F3F3F3;
}

.mods-catalog__value {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 400;
}

.mods-catalog__remove {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
}

.mods-catalog__remove svg path {
    fill: #878787;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.mods-catalog__reset {
    color: #58306b;
    font-size: 16px;
    font-weight: 400;
    background: none;
}

.filter__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
}

.filter__section {
    padding: 20px;
    border-radius: 16px;
    background: #dadada;
}

.filter__section._sort {
    padding: 10px 20px;
    border-radius: 8px;
}

.filter__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.filter__back {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26px;
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    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: #BACAD5;
}

.filter__back img,
.filter__back svg {
    width: 12px;
    height: 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
}

.filter__name {
    color: #2D2D2B;
    font-size: 18px;
    font-weight: 500;
}

.filter__body:not(:first-child) {
    margin-top: 20px;
}

.bottom-filter {
    -webkit-box-shadow: 0px -4px 8px 0px rgba(143, 142, 151, 0.08);
    box-shadow: 0px -4px 8px 0px rgba(143, 142, 151, 0.08);
    padding: 12px 20px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px -20px -20px;
}

.bottom-filter__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
    flex: 0 0 calc((100% - 20px * 1) / 2);
}

.bottom-filter__reset {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
    flex: 0 0 calc((100% - 20px * 1) / 2);
    color: #909090;
    font-size: 16px;
    font-weight: 400;
    background: none;
}

.head-filter {
    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;
    row-gap: 20px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.head-filter__back {
    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;
    padding: 10px 20px;
    border-radius: 8px;
    background: #EAEAEA;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    color: #8F8F8F;
    font-size: 16px;
    font-weight: 500;
}

.head-filter__back img,
.head-filter__back svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
}

.head-filter__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.head-filter__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
}

.head-filter__title {
    font-size: 16px;
    color: #2D2D2B;
    font-weight: 500;
}

.head-filter__close {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
}

.category-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
}

.category-filter__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.category-filter__item._spoller {
    display: flex;
    flex-wrap: wrap;
}

.category-filter__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    cursor: pointer;
}

.category-filter__head._active .filter__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.filter__arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    height: 16px;
    width: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.filter__arrow img,
.filter__arrow svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
}

.spoller_child {
    margin: 10px 0px 0px 10px;

}

.category-filter__body {
    margin-top: 20px;
    display: none;
}

.category-filter__name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2B;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.category-filter__count {
    color: #8E8E8E;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.brands-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    max-height: 300px;
    overflow-y: auto;
    margin-right: -5px;
    padding-right: 5px;
}

.brands-filter__checkbox .checkbox__content {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.brands-filter__checkbox .checkbox__content::before {
    margin: 0;
}

.brands-filter__checkbox .checkbox__name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.brands-filter__checkbox .checkbox__count {
    color: #8E8E8E;
    font-size: 14px;
}

.brands-filter__checkbox .checkbox__content::before {
    background: #fff;
}

.price-filter__columns {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.price-filter__input {
    background: #fff !important;
    min-height: 38px;
    padding: 0px 10px;
}

.price-filter__input:focus {
    border-color: #58306b !important;
}

.price-filter__slider {
    margin-top: 25px;
}

.main-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
}

.main-catalog__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.main-catalog__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
    flex: 0 0 calc((100% - 30px * 2) / 3);
}

.main-catalog__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    flex-direction:column;
}

.main-catalog__count {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 400;
    margin-left: auto;
}

.main-catalog__more {
    border: 1px solid #D2D2D2 !important;
    color: #2D2D2B !important;
}

.sort-filter__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.sort-filter__head._active .sort-filter__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

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

.sort-filter__arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14px;
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.sort-filter__body {
    margin-top: 15px;
}

.card {
    padding: 40px 0px;
}

.card__wrapper {
    margin-top: 20px;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-grid-columns: 480px 1fr 300px;
    grid-template-columns: 480px 1fr 300px;
    -webkit-column-gap: 55px;
    -moz-column-gap: 55px;
    column-gap: 55px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.card__tabs-info {
    margin-top: 30px;
}

.gallery-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 12px;
}

.main-gallery-card {
    position: relative;
}

.main-gallery-card__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    aspect-ratio: 1;
    position: relative;
}

.main-gallery-card__item img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
}

.main-gallery-card__mods {
    position: absolute;
    top: 80px;
    left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
}

.main-gallery-card__mod {
    border-radius: 4px;
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #F3F3F3;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.thumbs-gallery-card__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    aspect-ratio: 1/1;
    position: relative;
    opacity: 0.5;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.thumbs-gallery-card__item.swiper-slide-thumb-active {
    opacity: 1;
}

.thumbs-gallery-card__item.swiper-slide-thumb-active::after {
    opacity: 1;
}

.thumbs-gallery-card__item:not(:last-child) {
    margin-right: 12px;
}

.thumbs-gallery-card__item img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.thumbs-gallery-card__item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #58306b;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
    opacity: 0;
    pointer-events: none;
}

.details-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 24px;
}

.mob-info-card {
    min-height: 70px;
    padding: 10px 20px;
    background: #fff;
    border-top: 1px solid #D8D8D8;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mob-info-card__price {
    color: #2D2D2B;
    font-size: 22px;
    font-weight: 800;
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.mob-info-card__price span {
    vertical-align: middle;
}

.mob-info-card__price span._old {
    color: #81817D;
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through;
}

.mob-info-card__discount {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 6px;
    background: #000;
    border-radius: 50px;
    background: #EF3D63;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mob-info-card__button {
    min-width: 175px;
}

.list-details-card__row {
    padding: 10px 15px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 110px 1fr;
    grid-template-columns: 110px 1fr;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
}

.list-details-card__row:nth-child(even) {
    background: #F7F7F7;
}

.list-details-card__name {
    color: #888;
    font-size: 16px;
    font-weight: 400;
}

.list-details-card__value {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 500;
}

.list-details-card__value a {
    color: #81817D;
    font-weight: 400;
    text-decoration: underline;
}

.list-details-card__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.list-details-card__options a._active {
    font-weight: 700;
    color: #2D2D2B;
    text-decoration: none;
}

.mini-description-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
}

.mini-description-card__title {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 500;
}

.mini-description-card__text {
    color: #6E6E6E;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}

.mini-description-card__more {
    color: #58306b;
    font-size: 16px;
    font-weight: 400;
}

.info-card {
    border-radius: 16px;
    background: #F3F3F3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    padding: 30px;
}

.info-card__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 12px;
}

.info-card__price {
    color: #2D2D2B;
    font-size: 22px;
    font-weight: 800;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 5px;
}

.info-card__price span._old {
    color: #81817D;
    font-weight: 400;
    text-decoration: line-through;
    font-size: 16px;
}

.info-card__discount {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
    background: #EF3D63;
    padding: 5px 10px;
    min-height: 28px;
    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;
    text-align: center;
}

.info-card__status {
    color: #10D264;
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

.error-card__status {
    color: gray;
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

.info-card__status img,
.info-card__status svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
}

.tabs-info-card__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #EBEBEB;
    overflow-x: auto;
    overflow-y: hidden;
}

.tabs-info-card__item {
    min-width: 160px;
    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;
    text-align: center;
    padding: 10px 20px;
    color: #888;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.tabs-info-card__item::after {
    content: "";
    bottom: -1px;
    left: 0;
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #2D2D2B;
    opacity: 0;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.tabs-info-card__item._active {
    color: #2D2D2B;
}

.tabs-info-card__item._active::after {
    opacity: 1;
}

.tabs-info-card__blocks {
    padding-top: 30px;
}

.description-tabs-info-card__body {
    color: #6E6E6E;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.description-tabs-info-card__body ul {
    padding-left: 25px;
}

.description-tabs-info-card__body ul li {
    list-style: disc;
}

.description-tabs-info-card__body ul li:not(:last-child) {
    margin-bottom: 10px;
}

.description-tabs-info-card__body > *:not(:last-child) {
    margin-bottom: 15px;
}

.description-tabs-info-card__body h5 {
    font-weight: 700;
}

.description-tabs-info-card__more {
    margin-top: 20px;
    color: #58306b;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
    display: none;
}

.description-tabs-info-card__more._hide {
    display: none;
}

.cart {
    padding: 40px 0px;
}

.cart__content {
    margin-top: 30px;
    border-radius: 16px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
}

.cart__product {
    padding: 15px 0px;
    border-bottom: 1px solid #DEDEDE;
}

.cart__product:first-child {
    padding-top: 0;
}

.cart__footer {
    width: 100%;
    max-width: 270px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 15px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.cart__list-info {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    max-width: 100%;
}

.cart__list-info li {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
}

.cart__list-info li span:last-child {
    text-align: right;
    font-weight: 800;
}

.head-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 10px;
}

.head-cart__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.head-cart__title {
    font-weight: 700;
}

.head-cart__back {
    color: #A6A6A6;
    font-size: 16px;
    font-weight: 400;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.head-cart__back svg path {
    fill: #A6A6A6;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.head-cart__back img,
.head-cart__back svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    width: 12px;
    height: 12px;
}

.head-cart__clear {
    color: #2D2D2B;
    font-size: 14px;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.head-cart__clear svg path {
    stroke: #949494;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.head-cart__clear img,
.head-cart__clear svg {
    width: 18px;
    height: 18px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
}

.product-cart {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -ms-grid-columns: 100px 1fr 112px 100px 18px;
    grid-template-columns: 100px 1fr 112px 100px 18px;
}

.product-cart__image {
    aspect-ratio: 1/1;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    position: relative;
    overflow: hidden;
}

.product-cart__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
}

.product-cart__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
}

.product-cart__name {
    font-size: 16px;
    font-weight: 700;
    color: #2D2D2B;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.product-cart__other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.product-cart__article {
    color: #949494;
    font-size: 14px;
    font-weight: 400;
}

.product-cart__delete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    color: #949494;
    font-size: 14px;
    font-weight: 400;
    margin-left: auto;
}

.product-cart__delete img,
.product-cart__delete svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
}

.product-cart__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    font-size: 16px;
    font-weight: 800;
    color: #2D2D2B;
}

.product-cart__price span._now {
    color: #EF3D63;
}

.product-cart__price span._old {
    color: #81817D;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
}

.product-cart__remove svg path {
    stroke: #949494;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.order__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    margin-top: 30px;
}

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

.order__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 360px;
    flex: 0 0 360px;
}

.head-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 5px;
}

.head-order__title {
    font-weight: 700;
}

.head-order__back {
    color: #A6A6A6;
    font-size: 16px;
    font-weight: 400;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.head-order__back svg path {
    fill: #A6A6A6;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.head-order__back img,
.head-order__back svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    width: 12px;
    height: 12px;
}

.main-order {
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #D7D7D7;
}

.main-order__section {
    padding: 40px 0px;
}

.main-order__section:first-child {
    padding-top: 0;
}

.main-order__section:last-child {
    padding-bottom: 0;
}

.main-order__section:not(:last-child) {
    border-bottom: 1px solid #D7D7D7;
}

.main-order__title {
    color: #2D2D2B;
    font-size: 22px;
    font-weight: 700;
}

.main-order__body {
    margin-top: 30px;
}

.data-main-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 30px;
}

.data-main-order__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
    flex: 0 0 calc((100% - 20px * 1) / 2);
}

.data-main-order__item._full {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.data-main-order__label {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 10px;
}

.data-main-order__input {
    background: #E6E6E6;
}

.pickup-order__nav {
    border-bottom: 1px solid #CACACA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    padding-bottom: 10px;
}

.pickup-order__item {
    color: #2D2D2B;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.pickup-order__item._active {
    color: #58306b;
}

.pickup-order__item._active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #58306b;
    bottom: -11px;
    left: 0;
}

.pickup-order__blocks {
    margin-top: 30px;
}

.pickup-order__label {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 10px;
}

.pickup-order__select {
    width: 100%;
    max-width: 100%;
}

.pickup-order__store {
    margin-top: 30px;
}

.delivery-pickup-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
}

.delivery-pickup-order__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 30px;
}

.delivery-pickup-order__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.delivery-pickup-order__label {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 10px;
}

.delivery-pickup-order__select {
    width: 100%;
    max-width: 100%;
}

.delivery-pickup-order__input {
    background: #F1F1F1;
}

.info-delivery-pickup-order {
    background: #F6EFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding: 12px 20px;
    border-radius: 16px;
}

.info-delivery-pickup-order__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42px;
    flex: 0 0 42px;
    height: 42px;
    width: 42px;
}

.info-delivery-pickup-order__body {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 400;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    line-height: 1.4;
}

.info-delivery-pickup-order__body strong {
    font-weight: 800;
}

.info-delivery-pickup-order__body > *:not(:last-child) {
    margin-bottom: 8px;
}

.store-pickup-order {
    padding: 20px;
    border-radius: 16px;
    background: #F3F3F3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.store-pickup-order__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
}

.store-pickup-order__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
    flex: 0 0 calc((100% - 20px * 1) / 2);
}

.store-pickup-order__label {
    color: #8A8C8D;
    font-size: 14px;
    font-weight: 400;
}

.store-pickup-order__value {
    margin-top: 10px;
    color: #263238;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.store-pickup-order__value a {
    color: inherit;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.store-pickup-order__social {
    margin-top: 10px;
}

.store-pickup-order__map {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    overflow: hidden;
    border-radius: 16px;
    min-height: 215px;
    position: relative;
}
.sidebar-promo__wrapper {
    margin-top: 15px;
}
.store-pickup-order__map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.social-store-pickup-order {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px;
    grid-template-columns: repeat(auto-fit, 24px);
}

.social-store-pickup-order__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
}

.social-store-pickup-order__item img,
.social-store-pickup-order__item svg {
    width: 100%;
    max-width: 100%;
}

.comment-main-order__label {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 10px;
}

.comment-main-order__textarea {
    width: 100%;
    max-width: 100%;
    background: #F1F1F1;
}
.sidebar-promo__wrapper,
.sidebar-order__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
}

.sidebar-order__content {
    padding: 20px;
    border: 1px solid #D7D7D7;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
}

.sidebar-order__title {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.list-sidebar-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
}

.list-sidebar-order__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    color: #2D2D2B;
    font-weight: 500;
}

.list-sidebar-order__item._total {
    padding-top: 20px;
    border-top: 1px solid #D7D7D7;
}

.list-sidebar-order__item._discount .list-sidebar-order__value {
    color: #EF3D63;
}

.list-sidebar-order__name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.list-sidebar-order__value {
    font-weight: 700;
}

.list-sidebar-order__value.price {
    font-weight: 800;
}

.list-sidebar-order__value.price span::after {
    font-size: 14px;
}

.payment-order__block {
    margin-top: 30px;
}

.optons-payment-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
}

.optons-payment-order__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
    flex: 0 0 calc((100% - 20px * 2) / 3);
}

.optons-payment-order__radio {
    display: none;
}

.optons-payment-order__radio:checked + .optons-payment-order__content {
    border-color: #58306b;
}

.optons-payment-order__radio:checked + .optons-payment-order__content .optons-payment-order__circle {
    border: 2px solid #58306b;
}

.optons-payment-order__radio:checked + .optons-payment-order__content .optons-payment-order__circle::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.optons-payment-order__content {
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
    row-gap: 12px;
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
    border: 1px solid #D8D8D8;
    min-height: 100%;
    cursor: pointer;
}

.optons-payment-order__circle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    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;
    border: 1px solid #D9D9D9;
}

.optons-payment-order__circle::after {
    content: "";
    width: 10px;
    height: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
    border-radius: 50%;
    background: #58306b;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.optons-payment-order__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    height: 32px;
    width: 32px;
}

.optons-payment-order__icon img,
.optons-payment-order__icon svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
}

.optons-payment-order__name {
    color: #2D2D2B;
    font-size: 18px;
    font-weight: 400;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 180px;
}

.form-payment-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 30px;
}

.form-payment-order__row {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc((100% - 20px * 1) / 2);
    flex: 1 0 calc((100% - 20px * 1) / 2);
}

.form-payment-order__label {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 10px;
}

.form-payment-order__input {
    width: 100%;
    max-width: 100%;
}

.order-send {
    padding: 80px 0px;
}

.order-send__wrapper {
    padding: 40px;
    border: 1px solid #D7D7D7;
    border-radius: 8px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 475px;
    margin: 0px auto;
}

.order-send__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68px;
    flex: 0 0 68px;
    height: 68px;
    width: 68px;
    background: #58306b;
    border-radius: 50%;
    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;
}

.order-send__icon img,
.order-send__icon svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38px;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
}

.order-send__title {
    color: #2D2D2B;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}

.order-send__text {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.order-send__button {
    width: 100%;
    max-width: 100%;
}

.cabinet__content {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.cabinet__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
}

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

.cabinet__block._min {
    max-width: 760px;
}

.cabinet__body:not(:first-child) {
    margin-top: 30px;
}

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

.cabinet__footer .sidebar-cabinet__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 8px 20px;
    min-height: 52px;
}

.sidebar-cabinet__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
}

.sidebar-cabinet__item {
    padding: 12px 40px;
    background: #efefef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    border-radius: 16px;
    cursor: pointer;
}

.sidebar-cabinet__item._active {
    background: #58306b;
}

.sidebar-cabinet__item._active .sidebar-cabinet__icon {
    background: #F4ECFF;
}

.sidebar-cabinet__item._active .sidebar-cabinet__name {
    color: #fff;
}

.sidebar-cabinet__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38px;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    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: #fff;
    border-radius: 50%;
}

.sidebar-cabinet__icon img,
.sidebar-cabinet__icon svg {
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
}

.sidebar-cabinet__name {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 700;
}

.top-cabinet__title {
    color: #2D2D2B;
    font-size: 22px;
    font-weight: 700;
}

.top-cabinet__text {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.top-cabinet__text:not(:first-child) {
    margin-top: 5px;
}

.data-cabinet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
}

.data-cabinet__top {
    border-radius: 6px;
    background: #58306b;
    padding: 15px 20px;
}

.data-cabinet__title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.data-cabinet__content {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
}

.data-cabinet__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.data-cabinet__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
    flex: 0 0 calc((100% - 20px * 1) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
}

.data-cabinet__item._full {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.data-cabinet__inp {
    position: relative;
}

.data-cabinet__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.order-cabinet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
}

.order-cabinet__item {
    border-radius: 16px;
    border: 1px solid #E8E8E8;
    padding: 12px 20px;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.order-cabinet__item._active {
    border-color: #2D2D2B;
}

.order-cabinet__item._active .main-order-cabinet__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.order-cabinet__details {
    padding-top: 20px;
    border-top: 1px solid #E4E4E4;
    margin-top: 20px;
    display: none;
}

.main-order-cabinet {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-grid-columns: 250px 90px 1fr;
    grid-template-columns: 250px 90px 1fr;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.main-order-cabinet__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 5px;
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 500;
}

.main-order-cabinet__status {
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    color: #0CB56C;
    min-width: 115px;
    background: rgba(12, 181, 108, 0.1);
}

.main-order-cabinet__status._processing {
    color: #D8A42B;
    background: rgba(216, 164, 43, 0.1);
}

.main-order-cabinet__status._processing::before {
    background: #D8A42B;
}

.main-order-cabinet__status._cancel {
    color: #999;
    background: #F0F0F0;
}

.main-order-cabinet__status._cancel::before {
    background: #999;
}

.main-order-cabinet__status::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8px;
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0CB56C;
    display: inline-block;
}

.main-order-cabinet__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 5px;
}

.main-order-cabinet__label {
    color: #ABABAB;
    font-size: 16px;
    font-weight: 500;
}

.main-order-cabinet__value {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 700;
}

.main-order-cabinet__other {
    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;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.main-order-cabinet__arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.mini-products-order-cabinet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mini-products-order-cabinet__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
}

.mini-products-order-cabinet__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62px;
    flex: 0 0 62px;
    width: 62px;
    aspect-ratio: 1;
    position: relative;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    overflow: hidden;
    display: block;
}

.mini-products-order-cabinet__item img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.mini-products-order-cabinet__more {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 500;
}

.details-order-cabinet__info {
    padding-top: 20px;
}

.products-order-cabinet__item {
    padding: 20px 0px;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 100px 1fr 30px 100px;
    grid-template-columns: 100px 1fr 30px 100px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    border-bottom: 1px solid #E4E4E4;
}

.products-order-cabinet__item:first-child {
    padding-top: 0;
}

.products-order-cabinet__image {
    aspect-ratio: 1;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    overflow: hidden;
    position: relative;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
}

.products-order-cabinet__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
}

.products-order-cabinet__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
}

.products-order-cabinet__name {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.products-order-cabinet__article {
    color: #949494;
    font-size: 14px;
    font-weight: 400;
}

.products-order-cabinet__price {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 800;
}

.products-order-cabinet__price span._old {
    color: #81817D;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
}

.products-order-cabinet__price span._now {
    color: #EF3D63;
}

.products-order-cabinet__count {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 400;
}

.info-order-cabinet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

.info-order-cabinet__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 50px * 1) / 2);
    flex: 0 0 calc((100% - 50px * 1) / 2);
    background: #efefef;
    border-radius: 16px;
    padding: 20px;
}

.info-order-cabinet__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
}

.info-order-cabinet__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 130px 1fr;
    grid-template-columns: 130px 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 500;
}

.info-order-cabinet__item._total {
    font-size: 20px;
}

.info-order-cabinet__item._total .info-order-cabinet__value {
    color: #EF3D63;
}

.info-order-cabinet__value {
    font-weight: 700;
    text-align: right;
}

.contacts {
    padding: 40px 0px;
}

.contacts__content {
    border-radius: 16px;
    border: 1px solid #D7D7D7;
    background: #FFF;
    margin-top: 30px;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

.contacts__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 50px * 1) / 2);
    flex: 0 0 calc((100% - 50px * 1) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
}

.contacts__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 12px;
    max-width: 365px;
}

.contacts__logo {
    max-width: 360px;
    width: 100%;
}

.contacts__logo img {
    max-width: 100%;
}

.contacts__text {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 400;
}

.contacts__map {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 50px * 1) / 2);
    flex: 0 0 calc((100% - 50px * 1) / 2);
    min-height: 425px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.contacts__map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.info-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.info-contacts__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 30px * 1) / 2);
    flex: 0 0 calc((100% - 30px * 1) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
}

.info-contacts__name {
    color: #8A8C8D;
    font-size: 14px;
    font-weight: 400;
}

.info-contacts__value {
    color: #2D2D2B;
    font-size: 18px;
    font-weight: 700;
}

.about {
    padding: 40px 0px;
}

.about__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    margin-top: 30px;
}

.about__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 60px * 1) / 2);
    flex: 0 0 calc((100% - 60px * 1) / 2);
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.about__body > *:not(:last-child) {
    margin-bottom: 20px;
}

.about__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 60px * 1) / 2);
    flex: 0 0 calc((100% - 60px * 1) / 2);
    min-height: 480px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.about__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.brands__content {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.brands__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 30px * 4) / 5);
    flex: 0 0 calc((100% - 30px * 4) / 5);
    border-radius: 16px;
    background: #FFF;
    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;
    padding: 20px 30px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(12, 12, 13, 0.1), 0px 1px 4px 0px rgba(12, 12, 13, 0.05);
    box-shadow: 0px 1px 4px 0px rgba(12, 12, 13, 0.1), 0px 1px 4px 0px rgba(12, 12, 13, 0.05);
}

.brands__item img {
    width: 100%;
    aspect-ratio: 175/100;
    -o-object-fit: contain;
    object-fit: contain;
}

.not-found {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 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;
    padding: 20px 0px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(32.08%, #FFF), to(#E6D7E7));
    background: -o-linear-gradient(top, #FFF 32.08%, #E6D7E7 100%);
    background: linear-gradient(180deg, #FFF 32.08%, #E6D7E7 100%);
}

.not-found__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    row-gap: 40px;
}

.not-found__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 20px;
}

.not-found__title {
    font-size: 52px;
    color: #2D2D2B;
    font-weight: 800;
}

.not-found__logo {
    width: 100%;
    max-width: 344px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.not-found__logo img,
.not-found__logo svg {
    max-width: 100%;
    text-align: center;
}

.not-found__text {
    font-size: 22px;
    color: #2D2D2B;
    max-width: 560px;
    text-align: center;
}

.not-found__contacts {
    max-width: 650px;
    width: 100%;
}

.not-found__button {
    padding: 10px 44px;
}

.contacts-not-found {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.contacts-not-found__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    row-gap: 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 40px * 2) / 3);
    flex: 0 0 calc((100% - 40px * 2) / 3);
}

.contacts-not-found__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 30px;
    width: 30px;
}

.contacts-not-found__icon img,
.contacts-not-found__icon svg {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.contacts-not-found__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 12px;
}

.contacts-not-found__text {
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 500;
}

.contacts-not-found__text a {
    color: inherit;
}

.contacts-not-found__subtext {
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2B;
    line-height: 1.4;
    margin: 0px -12px;
}

.social-contacts-not-found {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.social-contacts-not-found__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
}

.social-contacts-not-found__item img,
.social-contacts-not-found__item svg {
    width: 100%;
    max-height: 100%;
    max-width: 100%;
}

.page {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 188px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page section:last-child {
    padding-bottom: 80px;
}


.logo-container {
    perspective: 1000px; /* Enables 3D effect */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 84px;
}

/*@keyframes coinFlip {*/
/*    0% {*/
/*        transform: rotateY(0deg);*/
/*    }*/
/*    100% {*/
/*        transform: rotateY(360deg);*/
/*    }*/
/*}*/

/*#logo {*/
/*    transform-style: preserve-3d;*/
/*    backface-visibility: hidden;*/
/*    cursor: pointer;*/
/*}*/

/*!* Класс для старта при загрузке страницы *!*/
/*#logo.flip-on-load {*/
/*    animation: coinFlip 2s ease-in-out 1;*/
/*    animation-delay: 1s;*/
/*    animation-fill-mode: forwards;*/
/*}*/


p.top-header__text {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

p.top-header__text lottie-player {
    position: absolute;
    left: -100px;
}

/* При наведении мыши */
#logo:hover {
    animation: coinFlip 2s ease-in-out 1;
}

@media (min-width: 479.98px) {
    .banner__image-mb {
        display: none;
    }

    .mini-banner__discount {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .data-cabinet__content._password {
        width: 100%;
        max-width: calc((100% - 20px) / 2);
    }

    .login .data-cabinet__content._password {
        max-width: 100%;
    }

    .data-cabinet__content._password .data-cabinet__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .data-cabinet__content._password .data-cabinet__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 721.98px) {
    .main-header__menu {
        display: none;
    }

    .product-cart > .product-cart__price:not(._total) {
        display: none;
    }

    .product-cart__delete {
        display: none;
    }

    .products-order-cabinet__price._mb {
        display: none;
    }

    .contacts-not-found__item {
        border-radius: 22px;
        background: rgba(255, 255, 255, 0.2);
        -webkit-box-shadow: 12px 8px 40px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 12px 8px 40px 0px rgba(0, 0, 0, 0.1);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        padding: 40px 20px;
    }
}

@media (min-width: 991.98px) {
    .quantity__button:hover::before,
    .quantity__button:hover::after {
        background-color: #2D2D2B;
    }

    .catalog-section-header__head {
        display: none;
    }

    .header-cart:not(._active) {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .header-cart__head {
        display: none;
    }

    .header-nav-mobile {
        display: none;
    }

    .mob-info-card {
        display: none;
    }

    .cabinet__footer {
        display: none;
    }
}

@media (min-width: 992px) {
    .select__option:hover {
        background: #f3f3f3;
    }

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

@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 (min-width: 1352px) {
    .main-header__action._search-action-header {
        display: none;
    }

    .search-header__close {
        display: none;
    }

    .header-cart {
        right: calc((100vw - 1310px) / 2);
    }

    .product-added {
        right: calc((100vw - 1310px) / 2);
    }

    .mini-catalog__paggination {
        display: none;
    }

    .catalog__wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 300px 1fr;
        grid-template-columns: 300px 1fr;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        margin-top: 30px;
    }

    .top-catalog {
        -ms-grid-columns: 300px 1fr;
        grid-template-columns: 300px 1fr;
    }

    .top-catalog__filter-btn {
        display: none;
    }

    .filter__head {
        display: none;
    }

    .filter__section._sort {
        display: none;
    }

    .filter__bottom {
        display: none;
    }
}
@media (max-width: 1580px){
    .banner__item{
        min-height:600px;
    }
}
@media (max-width: 1352px) {

    ._title {
        font-size: 28px;
    }

    .main-header__search {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        z-index: 5;
        -webkit-transition: all 0.3s 0s;
        -o-transition: all 0.3s 0s;
        transition: all 0.3s 0s;
    }

    .main-header__search:not(._active) {
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
    }

    .search-header__main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        padding: 10px 20px;
        background: #fff;
    }

    .search-header__result {
        top: calc(100% + 1px);
        border-radius: 0px 0px 16px 16px;
    }

    .benefits {
        padding: 20px 0px;
    }

    .benefits__item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .benefits__icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
    }

    .benefits__name {
        font-size: 14px;
    }

    .footer__main {
        padding: 30px 0px;
    }

    .main-footer__container {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .main-footer__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
        flex: 0 0 calc((100% - 20px * 3) / 4);
    }

    .message__body {
        display: none;
    }

    .banner {
        margin-bottom: 0;
    }

    .banner__item {
        min-height: 460px;
    }

    .mini-catalog {
        padding: 25px 0px;
    }

    .mini-banner__slider,
    .mini-catalog__slider {
        margin: 0px -20px;
        padding: 0px 20px;
    }

    .mini-catalog__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 134px;
        flex: 0 0 134px;
    }

    .item-mini-catalog {
        padding: 12px;
    }

    .item-mini-catalog__name {
        font-size: 14px;
    }

    .head-section__title {
        font-size: 28px;
    }

    .news-section {
        padding: 25px 0px;
    }

    .news-section__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
        flex: 0 0 calc((100% - 20px * 2) / 3);
    }

    .news-section__item:not(:last-child) {
        margin-right: 20px;
    }

    .news__body .news-section__item:not(:last-child) {
        margin-right: 10px;
    }

    .product-section {
        padding: 25px 0px;
    }

    .product-section__content {
        margin-top: 20px;
    }

    .product-section__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
        flex: 0 0 calc((100% - 30px * 2) / 3);
        height: 361px;
    }

    .product__price {
        font-size: 16px;
    }


    .mini-banner__body {
        row-gap: 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
    }

    .mini-banner__title {
        font-size: 34px;
    }

    .mini-banner__discount {
        font-size: 28px;
        padding: 7px 30px;
    }

    .trends {
        padding: 25px 0px;
    }

    .trends__table {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 20px;
        -ms-grid-rows: 220px 220px;
        grid-template-rows: 220px 220px;
    }

    .trand-item__name {
        font-size: 20px;
    }

    .insta {
        padding: 25px 0px;
    }

    .insta__title {
        font-size: 28px;
    }

    .catalog {
        padding: 25px 0px;
    }

    .catalog__wrapper {
        margin-top: 30px;
    }

    .top-catalog {
        -ms-grid-columns: 180px auto 1fr;
        grid-template-columns: 180px auto 1fr;
    }

    .filter {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        height: 100dvh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #fff;
        z-index: 5;
        padding: 20px;
        row-gap: 20px;
        -webkit-transition: all 0.3s 0s;
        -o-transition: all 0.3s 0s;
        transition: all 0.3s 0s;
    }

    .filter:not(._active) {
        pointer-events: none;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        visibility: hidden;
    }

    .filter__content {
        overflow-y: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding-right: 10px;
        margin-right: -10px;
        margin-bottom: -20px;
        padding-bottom: 20px;
    }


    .card {
        padding: 25px 0px;
    }

    .card__wrapper {
        -ms-grid-columns: 480px 410px;
        grid-template-columns: 480px 410px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        row-gap: 30px;
    }

    .card__gallery {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3;
    }

    .cart {
        padding: 25px 0px;
    }

    .order__wrapper {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        margin-top: 20px;
    }

    .order__sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
    }

    .main-order {
        padding: 20px;
    }

    .main-order__section {
        padding: 20px 0px;
    }

    .store-pickup-order__info {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .order-send {
        padding: 60px 0px;
    }

    .main-order-cabinet {
        -ms-grid-columns: 180px 90px 1fr;
        grid-template-columns: 180px 90px 1fr;
    }

    .main-order-cabinet__other {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .contacts {
        padding: 25px 0px;
    }

    .about {
        padding: 25px 0px;
    }

    .about__content {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

    .about__body {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px * 1) / 2);
        flex: 0 0 calc((100% - 30px * 1) / 2);
    }

    .about__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px * 1) / 2);
        flex: 0 0 calc((100% - 30px * 1) / 2);
        min-height: 380px;
    }

    .brands__content {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 20px;
    }

    .brands__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
        flex: 0 0 calc((100% - 20px * 3) / 4);
    }

    .page section:last-child {
        padding-bottom: 60px;
    }
}

@media (max-width: 1280px) {
    .submenu {
        left: 0px;
    }
    /*.banner__item{*/
        
    /*    min-height:400px;*/
    /*}*/

    /*    .nav-header__list::-webkit-scrollbar{*/
    /*    height:2px;*/
    /*}*/
}
@media (max-width: 1100px) {
    .banner__item{
       
    min-height:400px;
}
}
@media (max-width: 991.98px) {
    #scrollTopBtn {
        bottom: 80px;
    right: 10px;
    
    }
    .cont_container {
        padding: 10px;
    }

    .components_header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .components_item {
        margin-bottom: 10px;
    }

    .components_header {
        margin-bottom: 20px;
    }

    .submenu__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 400px;
    }

    .mini-banner__product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
        flex: 0 0 170px;
    }

    .mini-banner__product:not(:last-child) {
        margin-right: 15px;
    }

    .mini-description__item {
        width: 90px;
    }

    span.terms {
        cursor: pointer;
        text-decoration: underline;
    }

    .wrapper:not(._no-p) {
        padding-bottom: 65px;
    }

    ._title {
        font-size: 24px;
    }

    .header__main {
        padding: 10px 0px;
    }

    .main-header__container {
        -webkit-column-gap: 5px;
        -moz-column-gap: 5px;
        column-gap: 5px;
    }

    .main-header__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
    }

    .main-header__catalog-section {
        position: absolute;
    }

    .catalog-section-header__button {
        display: none;
    }

    .catalog-section-header__content_components,
    .catalog-section-header__content {
        position: fixed;
        z-index: -5;
        height: 100%;
        /* max-height: calc(100dvh - 155px);*/
        max-height: 100 dvh;
        top: 95px;
        bottom: 0;
        max-width: 100%;
        border: none;
        border-radius: 0px;
        padding: 0px 0px 85px;
        border-top: 1px solid #E1E1E1;
        -webkit-box-shadow: inset 0 8px 16px rgba(172, 172, 181, 0.23);
        box-shadow: inset 0 8px 16px rgba(172, 172, 181, 0.23);
    }

    .catalog-section-header__item:first-child {
        border-top: 1px solid #E5E5E5;
    }

    .nav-header__list {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
        min-width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow-x: auto;
    }

    .header-cart {
        max-height: 100 dvh;
    }

    .header-cart:not(._active) {
        -webkit-transform: translateY(100 dvh);
        -ms-transform: translateY(100 dvh);
        transform: translateY(100 dvh);
        visibility: hidden;
        pointer-events: none;
    }

    .header-cart {
        position: fixed;
        bottom: 0;
        left: 0;
        top: auto;
        right: 0;
        max-width: 100%;
        border-radius: 16px 16px 0px 0px;
    }

    .product-added {
        top: 110px;
    }

    .benefits__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .main-footer__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main-footer__column:not(._main) {
        padding: 15px 0px;
        border-top: 1px solid #E6E6E6;
    }

    .main-footer__column:not(._main):last-child {
        border-bottom: 1px solid #E6E6E6;
    }

    .main-footer__column._main {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        width: 100%;
        max-width: 320px;
        text-align: center;
        row-gap: 10px;
        padding-bottom: 20px;
    }

    .main-footer__logo {
        padding: 0px 10px;
    }

    .main-footer__text {
        font-size: 14px;
    }

    .main-footer__name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .main-footer__name._active::after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .main-footer__name::after {
        content: "";
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
        flex: 0 0 16px;
        height: 16px;
        width: 16px;
        display: inline-block;
        margin-left: auto;
        -webkit-transition: all 0.3s 0s;
        -o-transition: all 0.3s 0s;
        transition: all 0.3s 0s;
        background: url(../img/icons/spoller.svg) center/cover no-repeat;
    }

    .main-footer__body {
        display: none;
        margin-top: 20px;
    }

    .social-footer {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .bottom-footer__copy {
        font-size: 14px;
    }

    .bottom-footer__dev {
        font-size: 14px;
    }

    .message {
        bottom: 90px;
    }

    .banner__item {
        min-height: 345px;
    }

    .head-section__title {
        font-size: 24px;
    }

    .news-section__content {
        margin-top: 20px;
    }

    .item-news__name {
        font-size: 16px;
    }

    .item-news__description {
        display: -webkit-box;
        display: -moz-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        -moz-line-clamp: 3;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .product-section__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
        flex: 0 0 calc((100% - 20px * 2) / 3);
    }

    .product-section__item:not(:last-child) {
        margin-right: 20px;
    }

    .product__other {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .product__buy {
        min-width: 130px;
    }

    ._no-webp .mini-banner__wrapper {
        background: url(../img/mini-banner.png) calc(100% + 150px) center/auto 100% no-repeat, #FFF5F3;
    }


    .mini-banner__title {
        font-size: 30px;
    }

    .trends__table {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        row-gap: 10px;
        -ms-grid-rows: 165px 165px;
        grid-template-rows: 165px 165px;
    }

    .trends__item._big .trand-item__name {
        padding: 15px 30px;
    }

    .trand-item__name {
        font-size: 18px;
        padding: 15px 20px;
    }

    .insta__title {
        font-size: 24px;
    }

    .insta__content {
        margin-top: 20px;
    }

    .insta__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 3) / 4);
        flex: 0 0 calc((100% - 10px * 3) / 4);
    }

    .insta__item:not(:nth-child(-n+4)) {
        display: none;
    }

    .breadcrums {
        padding: 20px 0px;
    }

    .catalog__content {
        margin-top: 20px;
    }

    .catalog__wrapper {
        margin-top: 20px;
    }

    .main-catalog__products {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .main-catalog__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
        flex: 0 0 calc((100% - 20px * 2) / 3);
    }

    .card__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .card__gallery {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .card__details {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .card__info {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .details-card__mini-description {
        display: none;
    }

    .info-card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }

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

    .tabs-info-card__blocks {
        padding-top: 20px;
    }

    .cart__content {
        padding: 20px;
        margin-top: 20px;
    }

    .product-cart {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .order__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
    }

    .order__sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .main-order__title {
        font-size: 18px;
    }
    .sidebar-order__wrapper {
        position: static !important;
    }

    .order-send {
        padding: 50px 0px;
    }

    .cabinet__content {
        margin-top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
    }

    .cabinet__sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .sidebar-cabinet__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .sidebar-cabinet__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px) / 2);
        flex: 0 0 calc((100% - 10px) / 2);
    }

    .sidebar-cabinet__item._exit {
        display: none;
    }

    .contacts__content {
        margin-top: 20px;
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .contacts__body {
        row-gap: 20px;
    }

    .contacts__map {
        width: 100%;
        max-width: 100%;
        min-height: 320px;
    }

    .about__content {
        margin-top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 30px;
    }

    .about__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
    }

    .brands__content {
        margin-top: 20px;
    }

    .not-found__container {
        row-gap: 30px;
    }

    .not-found__title {
        font-size: 32px;
    }

    .page section:last-child {
        padding-bottom: 50px;
    }

    .page {
        padding-top: 157px;
    }
}

@media (max-width: 920.98px) {
    a.main-footer__logo {
        display: flex;
        justify-content: center;
    }
    .page {
        padding-top: 190px;
    }
    .catalog__top.top-catalog .top-catalog__column {
        display: none;
    }
    .catalog__top.top-catalog .top-catalog__column.mods {
        display: block;
    }
}

@media(max-width: 800px){
    .banner__item{
        min-height:350px;
    }
}
@media (max-width: 721.98px) {
    .mini-description__item {
        width: 80px;
    }

    .header__nav {
        display: none;
    }

    .top-header__text {
        font-size: 12px;
        font-weight: 400;
    }

    .main-header__container {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .main-header__catalog-section {
        position: fixed;
    }

    .main-header__action {
        display: none;
    }

    .main-header__callback {
        display: none;
    }

    /*  .catalog-section-header__content_components,*/
    /*.catalog-section-header__content {*/
    /*  max-height: calc(100dvh - 95px);*/
    /*}*/
    .icon-menu {
        display: block;
        position: relative;
        width: 24px;
        height: 17px;
        cursor: pointer;
    }

    .icon-menu span {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        top: calc(50% - 1.5px);
        left: 0px;
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #2D2D2B;
    }

    .icon-menu span:first-child {
        top: 0px;
    }

    .icon-menu span:last-child {
        top: auto;
        bottom: 0px;
    }

    .icon-menu._active span {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    .icon-menu._active span:first-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: calc(50% - 1.5px);
    }

    .icon-menu._active span:last-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        bottom: calc(50% - 1.5px);
    }

    .benefits__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
        flex: 0 0 calc((100% - 20px) / 2);
    }

    .bottom-footer__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 12px;
        text-align: center;
    }

    .news-section__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
        flex: 0 0 calc((100% - 20px * 1) / 2);
    }

    .product-section__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
        flex: 0 0 calc((100% - 20px * 1) / 2);
        width: 190px;
    }

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

    .trends__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 1) / 2);
        flex: 0 0 calc((100% - 10px * 1) / 2);
        aspect-ratio: 1/0.95;
    }

    .trends__item._big {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .insta__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 2) / 3);
        flex: 0 0 calc((100% - 10px * 2) / 3);
    }

    .insta__item:not(:nth-child(-n+3)) {
        display: none;
    }

    .top-catalog {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .top-catalog__column {
        display: none;
    }

    .top-catalog__filter-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .main-catalog__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
        flex: 0 0 calc((100% - 20px * 1) / 2);
    }

    .product-cart {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .product-cart__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .product-cart__info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 120px);
        flex: 0 0 calc(100% - 120px);
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .product-cart__info .product-cart__price {
        display: none;
    }

    .product-cart__price {
        -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;
    }

    .product-cart__remove {
        display: none;
    }

    .store-pickup-order {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
    }

    .store-pickup-order__map {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .optons-payment-order {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .optons-payment-order__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
        flex: 0 0 calc((100% - 20px * 1) / 2);
    }

    .sidebar-cabinet__item {
        padding: 12px 20px;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        border-radius: 8px;
    }

    .main-order-cabinet {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main-order-cabinet__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
        flex: 0 0 160px;
    }

    .main-order-cabinet__other {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .main-order-cabinet__arrow {
        margin-left: auto;
    }

    .products-order-cabinet__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        row-gap: 12px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .products-order-cabinet__info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 110px);
        flex: 0 0 calc(100% - 110px);
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .products-order-cabinet__info .products-order-cabinet__price {
        display: none;
    }

    .products-order-cabinet__price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .info-order-cabinet {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        row-gap: 20px;
    }

    .info-order-cabinet__column._deliv .info-order-cabinet__item {
        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;
        row-gap: 5px;
    }

    .info-order-cabinet__column._deliv .info-order-cabinet__item .info-order-cabinet__value {
        text-align: left;
    }

    .info-order-cabinet__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .brands__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
        flex: 0 0 calc((100% - 20px * 2) / 3);
    }

    .not-found__text {
        display: none;
    }

    .contacts-not-found {
        border-radius: 22px;
        background: rgba(255, 255, 255, 0.2);
        -webkit-box-shadow: 12px 8px 40px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 12px 8px 40px 0px rgba(0, 0, 0, 0.1);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px;
    }

    .page {
        padding-top: 95px;
    }
}
@media(max-width: 690px){
    .banner__item{
        min-height:250px;
    }
}

@media (max-width: 479.98px) {
    
    ._oposite {
        font-size: 13px;
    }

    .news__body {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        row-gap: 30px;
    }

    .news__body .news-section__item:not(:last-child) {
        margin-right: 0px;
    }

    ._title {
        font-size: 22px;
    }

    .pagging {
        -webkit-column-gap: 6px;
        -moz-column-gap: 6px;
        column-gap: 6px;
    }

    .pagging__list {
        -webkit-column-gap: 6px;
        -moz-column-gap: 6px;
        column-gap: 6px;
    }

    .login-popup .popup__body {
        padding: 20px;
        row-gap: 20px;
    }

    .login-popup__content {
        row-gap: 20px;
    }

    .login-popup__head {
        row-gap: 20px;
    }

    .login-popup__title {
        font-size: 24px;
    }

    .login-popup__body {
        row-gap: 20px;
    }

    .login-popup__form {
        row-gap: 20px;
    }

    .header__top {
        padding: 5px 0px;
    }

    .top-header__text {
        max-width: 320px;
    }

    .product-header-cart {
        -ms-grid-columns: 62px 1fr 30px 18px;
        grid-template-columns: 62px 1fr 30px 18px;
    }

    .product-header-cart__body {
        row-gap: 5px;
    }

    .product-added__title {
        font-size: 16px;
    }

    .product-added__to-cart {
        font-size: 15px;
    }

    .product-product-added__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
    }

    .product-product-added__name {
        font-size: 13px;
    }

    .product-product-added__article {
        font-size: 14px;
    }

    .header-nav-mobile__list {
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px;
    }

    .header-nav-mobile__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 5);
        flex: 0 0 calc(100% / 5);
    }

    .benefits__list {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .benefits__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px) / 2);
        flex: 0 0 calc((100% - 10px) / 2);
    }

    .banner__item {
        min-height: 400px;
    }

    .banner__image-pc {
        display: none;
    }

    .mini-catalog {
        padding: 15px 0px;
    }

    .head-section__title {
        font-size: 22px;
    }

    .news-section {
        padding: 15px 0px;
    }

    .news-section__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 1) / 2);
        flex: 0 0 calc((100% - 10px * 1) / 2);
    }

    .news__body .news-section__item {
        -webkit-box-flex: 0;

    }

    .news-section__item:not(:last-child) {
        margin-right: 10px;
    }

    .item-news {
        row-gap: 10px;
    }

    .product-section {
        padding: 15px 0px;
    }

    .product-section__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 1) / 2);
        flex: 0 0 calc((100% - 10px * 1) / 2);
    }

    .product-section__item:not(:last-child) {
        margin-right: 10px;
    }

    .product {
        row-gap: 12px;
    }

    .product__image {
        aspect-ratio: 1/0.9;
    }

    .product__name {
        font-size: 14px;

    }

    .product__option {
        font-size: 14px;
    }

    .product__other {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        row-gap: 10px;
    }

    ._no-webp .mini-banner__wrapper {
        background: url(../img/mini-banner.png) calc(100% + 140px) top/410px auto no-repeat, #FFF5F3;
    }

    .mini-banner__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        row-gap: 20px;
        min-height: 130px;
    }

    .mini-banner__body {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        max-width: 220px;
    }

    .mini-banner__title {
        font-size: 24px;
    }

    .mini-banner__discount {
        padding: 8px 24px;
        font-size: 24px;
    }


    .trends {
        padding: 15px 0px;
    }

    .insta {
        padding: 15px 0px;
    }

    .insta__title {
        font-size: 22px;
    }

    .insta__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 1) / 2);
        flex: 0 0 calc((100% - 10px * 1) / 2);
    }

    .insta__item:not(:nth-child(-n+2)) {
        display: none;
    }

    .catalog {
        padding: 15px 0px;
    }

    .main-catalog__products {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .main-catalog__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 1) / 2);
        flex: 0 0 calc((100% - 10px * 1) / 2);
    }

    .main-catalog__count {
        font-size: 14px;
    }

    .card {
        padding: 15px 0px;
    }

    .card__title {
        font-size: 20px;
    }

    .thumbs-gallery-card__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
    }

    .list-details-card__row {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        padding: 12px;
    }

    .list-details-card__name {
        font-size: 14px;
    }

    .list-details-card__value {
        font-size: 14px;
    }

    .list-details-card__options {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .info-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        row-gap: 10px;
        padding: 20px;
    }

    .info-card__main {
        row-gap: 10px;
    }

    .tabs-info-card__item {
        min-width: 40%;
        font-size: 16px;
    }

    .description-tabs-info-card__body:not(._view-all) {
        overflow: hidden;
        height: 110px;
        position: relative;
        text-overflow: ellipsis;
        background: none;

    }

    .description-tabs-info-card__body:not(._view-all)::after {
        content: "";
        width: 100%;
        height: 40px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(#fff));
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, #fff 100%);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, #fff 100%);
        position: absolute;
        bottom: 0;
        left: 0;
        display: inline-block;
    }

    .description-tabs-info-card__more {
        display: block;
    }

    .cart {
        padding: 15px 0px;
    }

    .cart__content {
        row-gap: 15px;
    }

    .cart__footer {
        max-width: 100%;
    }

    .product-cart {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .product-cart__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
    }

    .product-cart__info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 70px);
        flex: 0 0 calc(100% - 70px);
    }

    .product-cart__name {
        font-size: 14px;
    }

    .product-cart__quantity {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px;
    }

    .main-order__body {
        margin-top: 20px;
    }

    .data-main-order {
        row-gap: 20px;
    }

    .data-main-order__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .info-delivery-pickup-order__body {
        font-size: 14px;
    }

    .store-pickup-order__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .store-pickup-order__map {
        min-height: 200px;
    }

    .optons-payment-order__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .optons-payment-order__content {
        min-height: 150px;
    }

    .form-payment-order {
        row-gap: 20px;
    }

    .form-payment-order__row {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .order-send {
        padding: 40px 0px;
    }

    .order-send__wrapper {
        row-gap: 20px;
        padding: 20px;
    }

    .order-send__icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 52px;
        flex: 0 0 52px;
        height: 52px;
        width: 52px;
    }

    .order-send__icon img,
    .order-send__icon svg {
        width: 28px;
        height: 28px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 28px;
        flex: 0 0 28px;
    }

    .order-send__title {
        font-size: 20px;
    }

    .cabinet__body:not(:first-child) {
        margin-top: 20px;
    }

    .sidebar-cabinet__list {
        border-radius: 8px;
    }

    .sidebar-cabinet__item {
        padding: 8px 10px;
        -webkit-column-gap: 5px;
        -moz-column-gap: 5px;
        column-gap: 5px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .sidebar-cabinet__icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 28px;
        flex: 0 0 28px;
        width: 28px;
        height: 28px;
    }

    .sidebar-cabinet__icon img,
    .sidebar-cabinet__icon svg {
        width: 18px;
        height: 18px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
        flex: 0 0 18px;
    }

    .sidebar-cabinet__name {
        font-size: 14px;
    }

    .top-cabinet__title {
        font-size: 18px;
    }

    .top-cabinet__text {
        font-size: 14px;
    }

    .data-cabinet__content {
        row-gap: 20px;
        margin-top: 20px;
    }

    .data-cabinet__body {
        row-gap: 20px;
    }

    .data-cabinet__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .mini-products-order-cabinet__item:not(:nth-child(-n+3)) {
        display: none;
    }

    .products-order-cabinet__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62px;
        flex: 0 0 62px;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .products-order-cabinet__info {
        row-gap: 2px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 72px);
        flex: 0 0 calc(100% - 72px);
    }

    .products-order-cabinet__name {
        font-size: 14px;
    }

    .info-order-cabinet__list {
        row-gap: 12px;
    }

    .info-order-cabinet__item {
        font-size: 14px;
    }

    .info-order-cabinet__item._total {
        font-size: 18px;
    }

    .contacts {
        padding: 15px 0px;
    }

    .contacts__text {
        font-size: 14px;
    }

    .contacts__map {
        min-height: 280px;
    }

    .info-contacts__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .info-contacts__value {
        font-size: 16px;
    }

    .info-contacts__social {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        vertical-align: middle;
        margin-left: 10px;
    }

    .about {
        padding: 15px 0px;
    }

    .about__image {
        min-height: 220px;
    }

    .brands__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
        flex: 0 0 calc((100% - 20px * 1) / 2);
    }

    .not-found__title {
        font-size: 24px;
    }

    .not-found__logo {
        padding: 0px 20px;
    }

    .page section:last-child {
        padding-bottom: 30px;
    }

    .page {
        padding-top: 96px;
    }

    lottie-player {
        width: 45px !important;
        height: 45px !important;
    }

    .logo-container {
        height: 35px;
    }

    a.main-footer__logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 440px){
    .banner__item{
        min-height:420px;
    }
}
@media (max-width: 410px){
    .banner__item{
        min-height:400px;
    }
}
@media (max-width: 379.98px){
    .banner__item {
    min-height:360px;
    }
}
@media (max-width: 329.98px){
    .banner__item {
    min-height:320px;
    }
}
@media (max-width: 1352px) and (min-width: 991.98px) {
    .social-footer {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 40px 40px 40px;
        grid-template-columns: 40px 40px 40px;
    }

    .card__info {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
    }
}

@media (max-width: 991.98px) and (min-width: 479.98px) {
    .main-gallery-card__item {
        aspect-ratio: unset;
        height: 480px;
    }
}

@media (any-hover: hover) {
    .input:hover {
        background: #E6E6E6;
        border-color: #E6E6E6;
    }

    ._btn._stroke:hover {
        border-color: #7B5CAA;
        color: #fff;
    }

    ._btn:hover {
        background: #7B5CAA;
    }

    .pagging__arrow:not(._disabled):hover svg path {
        fill: #7B5CAA;
    }

    .pagging__link:not(._active):hover {
        border-color: #58306b;
    }

    .form-login__forgot:hover {
        color: #7B5CAA;
    }

    .form-login__connect:hover {
        color: #7B5CAA;
        border-color: #7B5CAA;
    }

    .form-login__subtext a:hover {
        color: #7B5CAA;
        text-decoration: none;
    }

    .form-login__login:hover {
        color: #7B5CAA;
        text-decoration: none;
    }

    .catalog-section-header__item:hover {
        background: rgba(155, 121, 206, 0.2);
    }

    .catalog-section-header__item:hover .catalog-section-header__icon svg path[fill="#ECEFF6"] {
        fill: #D6C7EC;
    }

    .action-main-header:hover .action-main-header__icon svg path[fill] {
        fill: #7B5CAA;
    }

    .action-main-header:hover .action-main-header__icon svg path[stroke] {
        stroke: #7B5CAA;
    }

    .action-main-header:hover .action-main-header__text {
        color: #7B5CAA;
    }

    .item-result-search:hover {
        background: rgba(155, 121, 206, 0.2);
    }

    .language-header__item:hover {
        background: #f3f3f3;
        color: #7B5CAA;
    }

    .callback-main-header__value:hover {
        color: #7B5CAA;
    }

    .nav-header__item:hover {
        color: #7B5CAA;
    }

    .header-cart__clear:hover svg path {
        stroke: #2D2D2B;
    }

    .product-header-cart__name:hover {
        color: #7B5CAA;
    }

    .product-header-cart__delete:hover svg path {
        stroke: red;
    }

    .main-footer__link:hover {
        color: #7B5CAA;
    }

    .contacts-main-footer__text a:hover {
        color: #7B5CAA;
    }

    .social-footer__item:hover {
        background: #5e676b;
    }

    .bottom-footer__dev:hover {
        color: #7B5CAA;
    }

    .bottom-footer__dev:hover svg path {
        fill: #7B5CAA;
    }

    .banner__arrow:hover svg path {
        fill: #7B5CAA;
    }

    .item-mini-catalog:hover {
        background: rgba(155, 121, 206, 0.2);
    }

    .item-mini-catalog:hover .item-mini-catalog__icon svg path[fill="#ECEFF6"] {
        fill: #D6C7EC;
        color: #D6C7EC;
        filter: #D6C7EC;
    }

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

    .item-news__name:hover {
        color: #7B5CAA;
    }

    .item-news__more:hover {
        color: #7B5CAA;
        text-decoration: underline;
    }

    .product__image:hover img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    .insta__title:hover {
        color: #7B5CAA;
    }

    .breadcrums__item a:hover {
        color: #2D2D2B;
    }

    .mods-catalog__remove:hover svg path {
        fill: #FF5656;
    }

    .mods-catalog__reset:hover {
        color: #7B5CAA;
        text-decoration: underline;
    }

    .category-filter__item:hover .category-filter__name {
        color: #7B5CAA;
    }

    .category-filter__item:hover .category-filter__count {
        color: #7B5CAA;
    }

    .main-catalog__more:hover {
        border-color: #7B5CAA !important;
        background: #7B5CAA !important;
        color: #fff !important;
    }

    .list-details-card__value a:hover {
        color: #2D2D2B;
        text-decoration: none;
    }

    .mini-description-card__more:hover {
        text-decoration: underline;
    }

    .tabs-info-card__item:not(._active):hover {
        color: #2D2D2B;
    }

    .head-cart__back:hover {
        color: #2D2D2B;
    }

    .head-cart__back:hover svg path {
        fill: #2D2D2B;
    }

    .head-cart__clear:hover svg path {
        stroke: #2D2D2B;
    }

    .product-cart__name:hover {
        color: #7B5CAA;
    }

    .product-cart__remove:hover svg path {
        stroke: #2D2D2B;
    }

    .head-order__back:hover {
        color: #2D2D2B;
    }

    .head-order__back:hover svg path {
        fill: #2D2D2B;
    }

    .store-pickup-order__value a:hover {
        color: #58306b;
    }

    .products-order-cabinet__name:hover {
        color: #58306b;
    }
}

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


