:root {
    --menu-height-mobile: 50px;
    --admin-panel: 39px;
    --header-banner: 20px;
}

/* Обычный */
@font-face {
    font-family: 'apercu';
    font-weight: 400;
    src: url(../fonts/apercu-pro-regular.ttf);
    font-style: normal;
    font-display: swap;
}

/* Жирный */
@font-face {
    font-family: 'apercubold';
    font-weight: 700;
    src: url(../fonts/apercu-pro-bold.ttf);
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'apercu-600';
    font-weight: 600;
    src: url(../fonts/Apercu-Pro-Bold.woff);
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'apercu-mono';
    font-weight: 400;
    src: url(../fonts/ApercuMonoPro-Regular.woff2);
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'apercu-mono';
    font-weight: 500;
    src: url(../fonts/ApercuMonoPro-Medium.woff2);
    font-style: normal;
    font-display: swap;
}

html {
    overflow-x: hidden;
}

html.scroll {
    width: calc(100% - 10px)
}

body {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 100vw;
    min-height: 100vh;
    font-size: 16px;
    line-height: 170%;
    font-family: "apercu", Arial, Tahoma, Helvetica, sans-serif !important;
    color: #373737;
}

main {
    flex: 1
}

form[name='form_auth'] *, :after, :before {
    /* margin: 10px 0 10px 0;*/
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

button,
input,
select,
textarea {
    border: 0;
    background: rgba(0, 0, 0, 0)
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none
}

textarea {
    resize: none
}

button {
    cursor: pointer
}

ul {
    list-style: none
}

a {
    text-decoration: none;
    cursor: pointer
}

img {
    display: block
}

.bx-yapay-drawer {
    margin: 40px 0 10px 0;
    width: 300px;
}

.bx-yapay-drawer .ya-pay-button {
    min-width: 80%;
    border-radius: 0px;
    height: 45px;
}

.container,
.container-column {
    max-width: 1740px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    position: relative
}

.container-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

section {
    position: relative;
    overflow: hidden
}

.grecaptcha-badge {
    display: none
}


.rating {
    width: 100%;
    position: relative;
    direction: rtl;
    display: flex;
    justify-content: flex-end;
    margin: 5px 0 22px 0;
}

.rating input {
    position: absolute !important;
    width: 35px !important;
    height: 50px !important;
    cursor: pointer !important;
    transform: translateX(52px) !important;
    opacity: 0 !important;
    z-index: 5 !important;
}

.rating input:nth-of-type(1) {
    right: 50px;
}

.rating input:nth-of-type(2) {
    right: 100px;
}

.rating input:nth-of-type(3) {
    right: 150px;
}

.rating input:nth-of-type(4) {
    right: 200px;
}

.rating input:nth-of-type(5) {
    right: 250px;
}

.rating input:nth-of-type(6) {
    right: 300px;
}

.rating input:checked ~ .star:after, .rating input:hover ~ .star:after {
    content: "\2605";
}

.rating input[type=radio] + label:before {
    content: none
}

.rating input[type=radio] + label:after {
    opacity: 1;
    position: relative;
    background: transparent
}

.rating .star {
    display: inline-block;
    font-size: 35px;
    color: #5e6668;
    cursor: pointer;
    margin: 3px 0;
    padding: 0;
}

.rating .star:after {
    content: "\2606";
}

.rating .star:hover ~ .star:after, .rating .star:hover:after {
    content: "\2605";
}

.button--review {
    padding: .536em 1.036em !important
}

.addReview--close {
    justify-content: center;
}

.window_popup .inner .for_items .item {
    margin: 0 !important;
}

.bx-filter + div {
    flex: 1;
}

.header {
    /*    position: absolute;*/
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 1000;
    padding: 17px 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.header.header__absolute {
    position: absolute;
}

.header .container {
    /*   position: static*/
}

.header:hover {
    background: #fff;
    border-bottom: 1px solid #EBEBEB;
}

.header:hover .burger-line,
.header:hover .burger-line:after,
.header:hover .burger-line:before {
    background: #252b31
}

.header:hover .logo-grey {
    display: block
}

.header:hover .logo-white {
    display: none
}


.search {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 600px;
}

.search-form {
    width: 100%;
    display: flex;
    align-items: center;
    height: 30px;
    border-bottom: 1px solid #000;
}

.mobile-search .search-form {
    height: 50px;
}

.mobile-search .search-form_button {
    margin-right: 10px;
}

.search-form input::placeholder {
    color: #000;
}

.search-form input {
    height: 100%;
    font-size: 14px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    color: #000;
}

.search-form_button {

}


.header {
    position: relative;
}

.header.fixed {
    background: #fff;
    border-bottom: 1px solid #EBEBEB;
}

.header.fixed .burger-line,
.header.fixed .burger-line:after,
.header.fixed .burger-line:before {
    background: #252b31
}

.header.fixed .logo-grey {
    display: block
}

.header.fixed .logo-white {
    display: none
}

.header .menu-list_link {
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    font-family: 'apercu-mono', sans-serif;
    font-weight: 400;
}

.header.fixed .menu-list_link {
    font-size: 15px;
}


.header-buttons {
    margin: .313em 0 0 0
}

.header-buttons,
.header-buttons_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}


.header-buttons_item:hover svg .icon {
    fill: #f6fafb
}

.header-buttons_item + a {
    margin-left: 8px
}


.header-buttons_item svg .icon {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    fill: #fff
}

.resize {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}

.logo-link {
    display: block;
}

.logo-link svg {
    width: 100%;
}

.logo-mobile {
    display: none;
}

.logo-grey {
    display: none
}

.logo-white {
    display: block
}

.menu {

}

.menu-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    height: 100%;
}

.menu-list_item {
    display: flex;
    align-items: center;
    height: 100%;
    /*  position: relative;*/
    padding: 0 1.35em 0;
    margin-right: 39px;

}

.menu-list_item:last-child {
    margin-right: 0;
}

.menu-list_item:hover .submenu {
    opacity: 1;
    visibility: visible
}

.menu-list_link {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.search {
    display: flex;
    align-items: center;
}

.search--mobile {
    margin-left: 2.063em;
    display: none
}

.search--mobile .search-open {
    width: 1.2em;
    height: 1.2em
}

.search--mobile .search-open svg {
    width: 1.2em;
    height: 1.2em;
    fill: #fff
}

.search--mobile .search-close {
    font-size: 2em;
    line-height: .5em;
    font-family: auto
}

.search--mobile form {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    height: 40px;
    top: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-top: 1px solid #5e6668;
    border-bottom: 1px solid #5e6668;
    border-radius: 0;
    background: #fff !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.search--mobile form.fade {
    visibility: visible;
    opacity: 1
}


.submenu {
    position: absolute;
    background: #fff;
    left: 0;
    top: calc(100% + 1px);
    padding: 0 0 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    box-shadow: 0 4px 0 0 rgba(34, 60, 80, 0.1);
}


.submenu_desktop .submenu__inner {
    display: flex;
    align-items: flex-start;
    max-width: 1180px;
    width: calc(100vw - 250px);
}

.submenu:after,
.submenu:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 0 0 rgba(34, 60, 80, 0.1);

}

.submenu:after {
    left: -100vw;
}

.submenu:before {
    left: calc(100% - 2px);
}

.submenu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 1.35em;
    flex-wrap: wrap;
}


.submenu-list_item {
    width: 100%;
    flex-basis: 100%;
    margin-top: 10px
}

.submenu-list_item_full .submenu-list_link {
    color: #434343;
    font-weight: bold;
    font-size: 14px;
}

.submenu-list_item_full {
    width: 100%;
    margin-top: 0;
}


.submenu-list_link {
    line-height: 2.5em;
    color: #000;
}

.menu-list_link-arr {
    position: relative;
}

.menu-list_link-arr:after {
    display: none;
    content: url("../img/dropdown_icon.png");
    width: 6px;
    height: 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    line-height: 0;
    right: -12px;
}

.burger {
    display: none;
    font-size: 14px;
}

.burger-open.active,
.burger-close {
    display: none;
}

.burger-close svg {
    margin-right: 20px;
}

.burger-open {
    margin-top: 4px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    opacity: 0;
}

.burger-open,
.burger-close.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.burger.active .burger-line {
    background: rgba(0, 0, 0, 0)
}

.burger.active .burger-line:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0
}

.burger.active .burger-line:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0
}

.burger-line {
    width: 1em;
    height: 1px;
    background: #fff;
    position: relative
}

.burger-line:after,
.burger-line:before {
    content: "";
    position: absolute;
    left: 0;
    width: 1em;
    height: 1px;
    background: #fff
}

.burger-line:before {
    top: -7px
}

.burger-line:after {
    top: 7px
}

.mobile-search {
    position: fixed;
    left: 0;
    top: -100vh;
    opacity: 0;
    z-index: 1001;
    background: #fff;
    padding: 20px 15px;
    height: calc(100vh - 62px);
    width: 100%;
    transition: all 0.5s;
}

.mobile-search.fade {
    transition: all 0.5s;
    top: 0;
    opacity: 1;
}

.mobile-search .search-form_button svg {
    width: 14px;
    height: 14px;
    margin-top: 2px;
}

.mobile-search__inner .search-form {
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100% - 40px);
    background: #fff !important;
    border: 1px solid #858B8D !important;
    padding: 12px 20px;
    border-radius: 5px;
    max-height: unset;
    font-size: 16px;
}

.search-form_button-mobile {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px !important;
    padding: 8px 15px !important;
}

.search-mobile__inner {
    position: relative;
    width: 100%;
}

.search-mobile__close {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.mobile-search__inner .search-form input::placeholder {
    color: #858B8D !important;
}

.mobile-search__inner .search-form input {
    font-size: 16px !important;
    color: #858B8D !important;
    padding-right: 60px;
    width: 100%;
}

.mobile {

    transition: all .5s;
    opacity: 0;
    position: fixed;
    left: 0;
    z-index: 1001;
    background: #fff;
    /*height: calc(100vh - var(--menu-height-mobile));*/
    height: 100vh;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.admin .mobile {
    /*  height: calc(100vh - var(--menu-height-mobile) - var(--admin-panel));*/
    top: calc(var(--menu-height-mobile) + var(--admin-panel));
}

.banner-added .mobile {
    /*  height: calc(100vh - var(--menu-height-mobile) - var(--header-banner));*/
    top: calc(var(--menu-height-mobile) + var(--header-banner));
}

.banner-added.admin .mobile {
    /*height: calc(100vh - var(--menu-height-mobile) - var(--header-banner) - var(--header-banner));*/
    top: calc(var(--menu-height-mobile) + var(--header-banner) + var(--header-banner));
}

.mobile__inner {
    background: #fff;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
    flex: 1 0 auto;
    min-height: 100%;
}

.mobile.fade {
    opacity: 1;
    /* -webkit-transform: translateY(0);
     -ms-transform: translateY(0);
     transform: translateY(0)*/
}

.mobile .menu {
    margin: 0;
    padding-top: 20px
}

.mobile .menu-list {
    -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
}

.mobile .menu-list,
.mobile .menu-list_item {
    width: 100%;
    padding: 0
}

.mobile .menu-list_item + li,
.mobile .search {
    margin: 1.625em 0 0
}

.mobile .menu-list_item {
    position: static;
}

.mobile .search-form {
    width: 100%
}

.mobile .menu-list_link,
.mobile .submenu .submenu-list_link {
    font-family: 'apercu-mono', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    text-transform: uppercase;
    color: rgb(55, 55, 55);
}

.mobile .submenu {
    position: absolute;
    transform: translateX(110%);
    background: #fff;
    width: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-top: 0;
    opacity: 1;
    visibility: visible;
    top: 0;
    z-index: 5;
    box-shadow: none;
    min-height: 100vh;
}

.mobile .submenu-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.mobile .submenu-open svg {
    width: 6px;
    height: 13px;
    transform: scaleX(-1)
}

.mobile .submenu-open svg .icon {
    fill: #000
}

.mobile .submenu-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    margin-bottom: 15px;
    width: 100%;
    text-transform: uppercase;
}

.mobile .submenu-close svg {
    width: 6px;
    height: 13px
}

.mobile .submenu-close svg .icon {
    fill: #000
}

.mobile .submenu-close span {
    display: block;
    font-family: 'apercu-mono', sans-serif;
    font-weight: 400;
    font-size: 17px;
    margin-left: 20px
}

.mobile .submenu.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mobile .submenu-list {
    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;
    grid-gap: 0;
    padding: 0;
    max-height: 80vh;
    overflow-y: auto;
    flex-wrap: nowrap;
}

.mobile .submenu-list_item {
    width: 100%;
}

.mobile .submenu-list_item + li,
.mobile .submenu-list_item:not(:nth-child(-n+2)) {
    margin-top: 1em;
}


::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background: #c1c8c7;
    width: 5px
}

::-webkit-scrollbar-thumb {
    background: #252b31;
    width: 5px;
    border-radius: 5px
}

.scroll-placeholder {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 10px;
    background: #fff;
    display: none
}

.dn {
    display: none !important
}

/*svg path {
    fill: inherit
}*/

.b24-crm-button-chat-icon {
    fill: #fff;
}

.b24-widget-button-inner-mask,
.b24-widget-button-inner-block {
    background: #2c1f28 !important;
}

.b24-widget-button-pulse {
    border-color: #2c1f28 !important;
}

.background {
    position: fixed;
    z-index: 90;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .3)
}

.button {
    color: #fff;
    background: #252B31;
    padding: 1.036em;
    max-width: 12.333em;
    width: 100%;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid #5e6668
}

.button:hover {
    background: rgba(0, 0, 0, 0);
    color: #5e6668
}

.button-tr {
    color: #000;
    font-style: normal;
    font-weight: 400;
    border: 1px solid #5E6668;
    background: #fff;
    line-height: 100%;
}

.col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #5e6668;
    padding: .469em 0;
    max-width: 9.25em
}

.col_button {
    padding: 0 1.15em
}

.col_input {
    width: 100%;
    text-align: center;
    -moz-appearance: textfield
}

.col_input::-webkit-inner-spin-button,
.col_input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.tab {
    border-bottom: 1px solid #EBEBEB;
    cursor: pointer;
    max-height: 5em;
    overflow: hidden;
    padding: 1.875em 0
}

.tab.active {
    max-height: 1000px
}

.tab2.active {
    max-height: 1500px !important
}

.tab.active .tab_arrow {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.tab_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 1.875em
}

.tab_title .fz16 {
    margin: 0 !important
}

.tab_title svg {
    width: .688em;
    height: 1.125em;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    right: 5px
}

.title {
    margin-top: 2.438em
}

.title h1 {
    font: 500 1.25em/1.257em apercu;
    color: #252b31
}

.fz10 {
    font: 400 .625em/1.257em apercu
}

.fz12 {
    font: 400 .75em/1.257em apercu
}

.fz14 {
    font: 400 .875em/1.257em apercu
}

.fz16 {
    font: 400 1em/2.5em apercu
}

.fz17 {
    font: 400 1.063em/1.257em apercu
}

.fz18 {
    font: 400 1.125em/1.257em apercu
}

.fz20 {
    font: 400 1.25em/1.257em apercu
}

.fz25 {
    font: 400 1.563em/1.257em apercu
}

.fz40 {
    font: 400 2.5em/.5em auto
}

.fz48 {
    font: 400 3em/1.257em apercu
}

.ruws-slider {
    overflow: hidden;
    position: relative
}

.ruws-wrapper {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    will-change: transform;
    width: 100%;
    height: 100%
}

.ruws-viewport {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.ruws-dots-list {
    position: absolute;
    z-index: 99;
    width: 100%;
    bottom: 2.25em
}

.ruws-dots-items,
.ruws-dots-list {
    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
}

.ruws-dots-items {
    width: .938em;
    height: .938em;
    border-radius: 100%;
    border: 1px solid #fff;
    margin: 0 .375em;
    cursor: pointer
}

.ruws-dots-items:before {
    content: "";
    position: absolute;
    border-radius: 100%;
    background: #fff;
    width: .563em;
    height: .563em;
    opacity: 0
}

.ruws-dots-items.is-selected:before {
    opacity: 1
}

.mobile-aside-button {
    position: fixed;
    left: 0;
    background: #fff;
    width: 3.125em;
    height: 3.125em;
    z-index: 100;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mobile-aside-button img {
    width: 1.563em
}

.select {
    max-width: 245px;
    width: 100%;
    position: relative;
    z-index: 100;
    margin: 0 10px 0 0;
}

.select.active svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.select-line {
    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;
    cursor: pointer;
    border: 1px solid #d2d1d1;
    padding: .688em 1.125em
}

.select-line svg {
    width: .625em;
    height: 1.125em;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.select-hide {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    background: #fff;
    border-left: 1px solid #d2d1d1;
    border-right: 1px solid #d2d1d1;
    border-bottom: 1px solid #d2d1d1;
    padding: .688em 1.125em
}

.select-hide_list-item {
    cursor: pointer
}

.select-hide_list-item + li {
    margin-top: .25em
}

.lk__content.info-page {
    padding-left: 60px;
}

.lk__content.info-page h1 {
    font-size: 32px;
    margin-bottom: 0;
}

.main-wrapper {
    background: #fff;
    padding-top: 1.8em;
    margin-bottom: calc(40px + (100 - 40) * ((100vw - 360px) / (1920 - 360)));
}


.main-wrapper--category .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

.main-content {
    margin-top: 1.813em
}

.main-content_video video {
    max-height: 409px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.main-content_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px
}

.main-content_grid-items {
    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
}

.main-content_grid-text {
    text-align: center;
    margin-top: 1.313em
}

.main-content p {
    font: 400 90%/170% apercu
}

.main-content hr {
    margin: 1.813em auto;
    max-width: 209px
}

.main-content ul {
    margin: 0 0 20px 0;
}

.main-content ul li {
    padding-left: 2.125em;
    position: relative;
    font-size: 90%;
    margin-top: 1.071em;
    display: flex;
    align-items: left;
}

.main-content ul li:before {
    content: "";
    position: absolute;
    left: 0.7em;
    width: .4em;
    height: .4em;
    border-radius: 100%;
    background: #000;
    top: 9px;
}

.main-content ul li > ul {
    padding-left: 1em
}

.main-content ul li > ul li:before {
    height: .071em;
    top: .571em
}

.arrow-element {
    width: 1.25em;
    position: relative
}

.arrow-element:after,
.arrow-element:before {
    content: "";
    position: absolute;
    top: 10px;
    width: .75em;
    height: 1px;
    background: #252b31
}

.arrow-element:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: .563em
}

.arrow-element:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.pagination {
    margin-top: calc(30px + (50 - 30) * ((100vw - 360px) / (1920 - 360)));
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pagination_button {
    margin-right: 11px;
    line-height: 1em
}

.pagination_button.active {
    font-size: 1.25em;
    line-height: .8em;
    margin-right: 9px
}

.pagination_button-arrow {
    font-size: 1em
}

.pagination_button-arrow svg {
    width: 1.625em
}

.pagination_button-arrow.next {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

input[type=checkbox],
input[type=radio] {
    display: none
}

input[type=checkbox] + label,
input[type=radio] + label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 1.714em;
    margin-bottom: 1em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

input[type=checkbox] + label:after,
input[type=checkbox] + label:before,
input[type=radio] + label:after,
input[type=radio] + label:before {
    content: "";
    position: absolute;
    width: 1.143em;
    height: 1.143em;
    border-radius: 4px
}

input[type=checkbox] + label:before,
input[type=radio] + label:before {
    left: 0;
    border: 1px solid #C8C8C8;
    z-index: 1;
    background: #F6F6F6;
}

input[type=checkbox] + label:after,
input[type=radio] + label:after {
    left: 0;
    width: 1.143em;
    height: 1.143em;
    background: #5e6668;
    z-index: 2;
    opacity: 0
}

input[type=checkbox]:checked + label:after,
input[type=radio]:checked + label:after {
    opacity: 1
}

.modal,
.modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.modal {
    z-index: 100;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    visibility: hidden;
    opacity: 0
}

.modal,
.modal form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal form {
    -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;
    width: 100%
}

.modal form span.fz25 {
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 1em
}

.modal form input {
    border-bottom: 1px solid #5e6668;
    width: 100%;
    margin-top: 5px
}

.modal form input[type=checkbox] + label {
    margin-top: 1.563em;
    color: #5e6668
}

.modal form input[type=checkbox] + label a {
    margin-left: .313em;
    color: #5e6668
}

.modal form button {
    margin-top: 1.25em;
    -ms-flex-item-align: center;
    align-self: center
}

.modal form button:disabled {
    opacity: .5
}

.modal .success {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.modal.fade {
    opacity: 1;
    visibility: visible
}

.modal-bg {
    z-index: 101;
    background: rgba(0, 0, 0, .1)
}

.modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #5e6668;
    cursor: pointer
}

.modal-wrapper {
    position: relative;
    z-index: 102;
    width: 100%;
    background: #fff;
    padding: 50px 20px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 500px
}

.banner,
.modal-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.banner-slider {
    max-height: 1100px;
    width: 100vw
}

.banner-slider_item {
    width: 100vw
}

.banner-slider_item img {
    height: 100%;
    min-height: 500px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.banner-slider_button {
    position: absolute
}

.banner-slider_button.prev {
    left: 40px
}

.banner-slider_button.next {
    right: 40px
}

.banner-slider_button.next svg {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.banner-slider_button svg {
    width: 1.125em
}

.banner-slider_button svg .icon {
    fill: #fff
}

.main-category {
    margin: 1.25em 0 1.875em
}

.main-category-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 30em;
    grid-gap: 20px;
    width: 100%
}

.main-category-grid_item {
    position: relative;
    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;
    overflow: hidden
}

.main-category-grid_item:hover img {
    -webkit-transform: scale(1.075);
    -ms-transform: scale(1.075);
    transform: scale(1.075)
}

.main-category-grid_item img {
    -webkit-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.main-category-grid_item:first-child {
    grid-row: 1/3
}

.main-category-grid_item .fz48 {
    position: absolute;
    color: #fff
}

.product {
    margin-bottom: calc(10px + (50 - 10) * ((100vw - 360px) / (1920 - 360)));
}

.product-scroll-button {
    position: absolute;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    font-size: 1em
}

.product-scroll-button svg {
    width: 1.125em;
    height: 1.563em
}

.product-scroll-button svg .icon {
    path: #252b31
}

.product-scroll-button.next {
    right: -20px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.product-scroll-button.prev {
    left: -10px;
}

.product .title {
    margin-top: 0;
}

.product h2 {
    font-weight: 500;
}

.product-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    padding: 1.8em 5px 20px;
    /*max-width: 1570px;*/
    width: 100%;
    margin: 0 auto;

}

.product-wrapper::-webkit-scrollbar {
    height: .313em
}

.product-wrapper::-webkit-scrollbar-track {
    background: #c1c8c7;
    height: .313em;
    border-radius: 5px
}

.product-wrapper::-webkit-scrollbar-thumb {
    background: #252b31;
    height: .313em;
    border-radius: 5px
}

.product-item {
    padding: 10px 10px 1.938em;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    display: flex;
    flex-direction: column
}

.product-item:hover {
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1)
}

.product-item_wislist {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1em;
    z-index: 1000;
    padding: 10px;
}

.favor svg {
    width: 1.938em;
    height: 1.75em;
    fill: #5e6668 !important;
}

.favor svg path {
    fill: #fff !important;
}

.favor.active svg {
    fill: #5e6668 !important;
}

.favor.active svg path {
    fill: #5e6668 !important;
}

.product-item_image {
    background: #e5e5e5;
    max-height: 23.313em;
    max-width: 18.2em
}

.product-item_image a {
    max-height: 24.313em;
    max-width: 18.2em
}


.category .product-item_image a {
    max-height: 31.313em;
}

.product-item_image img {
    max-height: inherit;
    max-width: inherit;
    width: 18.2em
}

.product-item_wrapper {
    margin-top: 1em;
    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
}

.product-item_wrapper--prices s {
    padding-left: 10px;
    line-height: 120%;
    color: #5e6668;
}

.product-item_wrapper--prices {
    margin-top: 0;
    justify-content: flex-start;
    align-items: center !important;
}

.product-item_wrapper a {
    color: #2c1f28
}

.product-item_wrapper .button {
    text-transform: uppercase;
    font-weight: 400;

    padding: .750em
}

.product-item_wrapper span.button {
    margin-left: auto;
    background: rgba(0, 0, 0, 0);
    color: #5e6668 !important;
    user-select: none;
}

.product-item_color {
    width: 1.938em;
    height: .563em;
}

.product-item_color--1 {
    background: #7e8092
}

.product-item_color--2 {
    background: #b68972
}

.product-item_color--3 {
    background: #000
}

.product-item_color-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.breadcrumbs {
    padding-top: 1.8em;
    background: #fff
}

.breadcrumbs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadcrumbs-list_item:nth-child(2n) {
    margin: 0 5px
}

.breadcrumbs-list_item a,
.breadcrumbs-list_item span {
    color: #8f8f8f
}

.aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 170px;
    margin-right: 1.938em;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #fff
}

.aside-category {
    max-width: 250px;
    width: 100%;
    margin-right: 10em;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.aside-category.active,
.aside.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.aside-block {
    border-bottom: 1px solid #252b31;
    overflow: hidden;
    max-height: 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.aside-block.active {
    max-height: 1000px
}

.aside-category form {
    position: relative;
}

.aside-block_close {
    position: absolute;
    right: -4px;
    top: -40px;
    font: 400 2.5em/0.5em auto;
    display: none;
}

.aside-block_line {
    margin-bottom: 1.278em;
    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
}

.aside-block_line svg {
    width: 1.25em;
    height: 1.25em;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.aside-block_title {
    color: #252b31;
    display: block;
    cursor: pointer
}

.aside-block + .aside-block {
    margin-top: 1.938em
}

.aside-block_more {
    color: #000;
    font-family: Montserrat
}

.aside-block-list {
    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
}

.aside-block-list_link {
    font: 400 .875em/2.5em apercu;
    color: #5e6668
}

.aside-block-list_link:hover {
    color: #2c1f28
}

.aside-block-list_link.active-item {
    color: #2c1f28;
    font-weight: 700
}

.aside-block_color {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: .75em;
    grid-row-gap: .563em;
    margin-bottom: .938em
}

.aside-block_color input[type=checkbox] + label {
    padding: 0;
    margin: 0;
    width: 1.125em;
    height: 1.125em;
    border-radius: 100%
}

.aside-block_color input[type=checkbox] + label:before {
    content: none
}

.aside-block_color input[type=checkbox] + label:after {
    width: 1.125em;
    height: 1.125em;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAU0lEQVR4Ac3LwQ1AERAEUKUo4ZfyO6AzJdCBUpQyiE2IELsHiUk2e5h5Sj0VALqcL/dJQEJLkIL69VwaNqBBpNKxAI0sevwRbOAZLCAPDPAXgavJn86pCBVXqI0AAAAASUVORK5CYII=) 50% 50% no-repeat
}

.aside-block_color input[type=checkbox]:checked + label:after {
    opacity: 1
}

.category {
    width: 100%;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.category-sort {
    margin-bottom: 2.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}


.category .product-item_cart {
    margin-left: 1.875em
}

.category .product-item_cart svg {
    width: 2.5em;
    position: relative;
    top: 2px
}

.cart {
    margin-top: 2.688em
}

.cart h1 {
    font-weight: 700;
    color: #2c1f28
}

.cart-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2.75em
}

.cart-info_message {
    display: flex;
    align-items: center;
}

.cart-info_message a {
    margin-top: 0;
    color: #5e6668
}

.cart-grid {
    width: 100%
}

.cart-grid_button {
    margin-top: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.cart-grid_button a {
    margin-left: 20px;
}

.cart-grid_button .button {
    max-width: 16.715em;
    padding: 1.036em;
    text-transform: uppercase
}

.cart-grid_remove {
    margin-left: 2.6em;
    color: #2c1f28
}

.cart-grid_item {
    /*
        display: flex;
    ;*/
    display: grid;
    grid-template-columns: 90px 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
    padding: 2em 0;
    border-bottom: 1px solid #252b31
}

@media screen and (max-width: 768px) {
    .cart-grid_item {
        /* display: flex;*/
    }
}

.cart-grid__link {
    display: flex;
    align-items: center;
}

.cart-grid_item + .cart-grid_item {
    margin-top: 2.125em
}

.cart-grid_item .col {
    padding: .438em;
    max-width: 7.125em
}

.cart-grid_item-image img {
    max-width: 120px;
    max-height: 130px;
    -o-object-fit: cover;
    object-fit: cover
}

.cart-grid_item-title {
    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;
    margin-left: 1.875em;
    max-width: 250px;
    width: 100%
}

.cart-grid_item-title .fz12 {
    color: #5e6668
}

.cart-grid_item-title .fz20 {
    color: #252b31;
    margin-top: 1em
}

.cart-grid_item-color {
    width: 3.625em;
    height: .813em;
    background: #b68972;
    margin-left: auto
}

.cart-grid_item-size {
    max-width: 7.125em;
    width: 100%;
    text-align: center;
    border: 1px solid #5e6668;
    padding: .219em;
    height: 2.357em;
    margin-left: auto
}

.cart-grid_item-size .fz14 {
    text-transform: uppercase
}

.cart-grid_item-col {
    margin-left: auto
}

.cart-grid_item-col .col {
    height: 2.357em
}

.cart-grid_item-price {
    margin-left: auto
}

.cart-grid_item-price .fz18 {
    font-family: apercu;
    color: #2c1f28
}

.cart-grid_item-remove {
    margin-left: auto
}

.cart-grid_item-remove svg {
    width: 1.563em;
    height: 1.5em
}

.card-wrapper {
    -ms-flex-align: start;
    margin-top: 2.813em
}

.card-image,
.card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    position: relative
}

.card-image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-align: start
}

.card-slider_mini {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: -webkit-sticky;
    position: sticky;
    top: 75px
}

.card-slider_mini,
.card-slider_mini-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card-slider_mini-item {
    max-width: 3.625em;
    max-height: 4.813em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border: 2px solid transparent
}

.card-slider_mini-item.active {
    border: 2px solid #5E6668
}

.card-slider_mini-item + .card-slider_mini-item {
    margin-top: 1.688em
}

.card-slider_mini-item img {
    max-width: inherit;
    width: 100%;
    max-height: inherit
}

.card-slider_image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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;
    margin-left: 5.063em
}

.card-slider_image::-webkit-scrollbar,
.card-slider_image::-webkit-scrollbar-thumb,
.card-slider_image::-webkit-scrollbar-track {
    width: 0
}

.card-slider_image-item {
    max-width: 52.563em;
    max-height: 65.75em;
    width: 100%;
    user-select: none;
    align-self: center
}

.card-slider_image-item + .card-slider_image-item {
    margin-top: 20px
}

.card-slider_image-item img {
    max-width: inherit;
    width: inherit;
    max-height: inherit;
    object-fit: cover;
}

.card-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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;
    max-width: 38.938em;
    position: -webkit-sticky;
    position: sticky;

}

.card-info .scroll-content {
    padding-right: 20px;
}

.card-info_title .fz18 {
    color: #252b31;
    text-transform: uppercase;
    font-weight: 700
}

.card-info_subtitle .fz12 {
    color: #5e6668
}

.card-info_price {
    margin-top: 1.813em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card-info_price .fz20 {
    color: #2c1f28;
    font-weight: 700
}

.card-info_price .fz12 {
    margin-left: .917em;
    color: #5e6668;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

.card-info_color {
    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;
    margin-top: 1.563em
}

.card-info_color .fz12 {
    color: #5e6668
}

.card-info_color-change {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: .5em
}

.card-info_color-item-outer {
    width: 30px;
    height: 30px;
    background: #fff;
    padding: 1px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 2px
}

.card-info_color-item-outer.active {
    border-color: #d0d0d0
}

.card-info_color-item-outer + div {
    margin-left: .113em;
}

.card-info_color-item,
.card-info_color-item-outer a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.card-info_color-item-inner {
    width: 2.5em;
    height: .375em;
    background: #7e8092
}

.card-info_size {
    display: flex;
    align-items: center;
    margin-top: 1.563em
}

.card-info_size .button {
    margin-right: 10px;
    cursor: pointer;
    padding: .714em;
}

.card-info_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.375em
}

.card-info_buttons .col {
    padding: .63em 0
}

.card-info_buttons-add {
    text-transform: uppercase;
    max-width: 17.143em;
    padding: .72em
}

.card-info_buttons-wishlist {
    border: 1px solid rgba(0, 0, 0, 0);
    background: #c1c8c7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1em;
    padding: .45em;
    margin-left: .438em;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.card-info_buttons-wishlist:hover {
    background: #fff;
    border-color: #c1c8c7
}

.card-info_buttons-wishlist svg {
    width: 24px;
    height: 24px
}


.tab_hide .card-info_discription {
    margin-top: 0;
}

.card-info_discription {
    margin-top: 1.875em
}

.card-info_discription-text {
    border-top: 1px solid #EBEBEB;
    padding: .563em 0 1.875em;
    border-bottom: 1px solid #EBEBEB
}

.tab.active .card-info_discription-text {
    border-bottom: unset;
    padding-bottom: 0;
}

.card-info_discription h4.fz16 {
    color: #2c1f28;
    text-transform: uppercase;
    line-height: 1.257em;
    font-weight: 600;
    margin: 1.313em 0 .625em
}

.card-info_discription p {
    color: #5e6668
}

.card-info_discription ul li {
    position: relative;
    color: #5e6668;
    line-height: 2.143em;
    padding-left: 1.429em
}

.card-info_discription ul li:before {
    content: "";
    position: absolute;
    top: .929em;
    left: .5em;
    width: .357em;
    height: .357em;
    border-radius: 100%;
    background: #5e6668
}

.card-recommended {
    margin-top: 8.188em
}

.review-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font: 400 2em/.5em auto;
    text-decoration: none;
    color: #000
}

.review-close:hover {
    text-decoration: none;
    color: #000
}

.addReview {
    max-width: 138px;
}

.tab_title2 .fz16 {
    margin: 0 !important;
}

.card-info_discription {
    width: 100%;
}

.reviews_block {
    max-width: none !important;
    display: flex;
    justify-content: flex-start
}

.wishlist_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px
}

.wishlist-item {
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.wishlist-item_wrapper {
    position: relative;
    overflow: hidden;
    width: 100%
}

.wishlist-item_wrapper:hover .wishlist-item_hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.wishlist-item_image {
    position: relative;
}

.wishlist-item_image img {
    width: 100%;
    max-height: 25.25em;
    -o-object-fit: cover;
    object-fit: cover
}

.wishlist-item_title {
    margin-top: 20px;
    width: 100%
}

.wishlist-item_title a {
    color: #252b31;
    text-transform: uppercase
}

.wishlist-item_price {
    margin-top: 5px;
    width: 100%
}

.wishlist-item_price span {
    font-weight: 700;
    color: #2c1f28
}

.wishlist-item_hover {
    position: absolute;
    bottom: 0;
    left: 0;
    background: hsla(0, 0%, 100%, .69);
    padding: 1.875em;
    width: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(13.5em);
    -ms-transform: translateY(13.5em);
    transform: translateY(13.5em)
}

.wishlist-item_size {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.063em
}

.wishlist-item_size-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3px;
    background: #c1c8c7
}

.btn.wishlist-item_cart {
    margin-top: 15px;
    margin-left: 0;
    max-width: 212px;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.wishlist-item_remove {
    position: absolute;
    top: 10px;
    right: 10px;
}

.wishlist-item_remove svg {
    fill: #252B31
}


.checkout .title {
    margin-bottom: 1.875em
}

.checkout .title span {
    color: #252b31
}

.checkout-form,
.checkout_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.checkout-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.checkout-form_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 100%
}

.order-simple__block {
    width: 100%;
    max-width: 900px;
    margin: 2.5em auto 0;
}

.order-simple__error:last-child {
    border: 1px solid #929598;
    padding: 1.25em 3.125em;
    text-align: center;
}

.order-simple__error:last-child a {
    color: #5e6668
}

.checkout-form_item {
    margin-top: 1.875em
}

.checkout-form_item:first-child {
    margin-top: 0;
}

.checkout-form_item .fz16 {
    line-height: 1.257em
}

.checkout-form_item-label {
    max-width: 10.938em;
    width: 100%;
    margin-right: .938em;
    color: #5e6668
}

.checkout-form_item-input,
.checkout-form_item textarea {
    background: #fff;
    border: 1px solid #929598;
    max-width: 28.188em;
    width: 100%;
    padding: .625em .938em
}

.checkout-form_item textarea {
    min-height: 7.688em
}

.line-simple__error {
    color: red;
    margin-left: 15.833em;
}

.checkout-total {
    max-width: 22.563em;
    -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;
    margin: 0 12% 0 20px
}

.checkout-total,
.checkout-total_promo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.checkout-total_promo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .625em
}

.checkout-total_promo input {
    max-width: 18.688em;
    width: 100%;
    border: 1px solid #929598;
    line-height: 1.257em;
    padding: .594em .938em
}

.checkout-total_promo button {
    margin-left: 1.5em;
    background: #5e6668;
    text-transform: uppercase;
    color: #fff;
    padding: .858em .5em;
    max-width: 2.929em;
    width: 100%;
    text-align: center
}

.checkout-total_promo-button {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #5e6668
}

.checkout-total-list_link {
    color: #5e6668
}

.checkout-total_delivery,
.checkout-total_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 240px
}

.checkout-total_delivery .fz16,
.checkout-total_price .fz16 {
    color: #5e6668
}

.checkout-total_delivery .fz14,
.checkout-total_price .fz18 {
    color: #2c1f28;
    font-weight: 700
}

.checkout-total_confirm {
    max-width: 234px;
    margin-top: 3.286em;
    text-transform: uppercase
}

.checkout-total_link {
    max-width: 255px;
    text-transform: uppercase;
    margin-top: 1.375em
}

.checkout-total_link span {
    color: #252b31
}

.checkout-total_link a {
    color: #b68972
}

.contact-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact-title {
    margin-top: .625em
}

.contact-title h1 {
    font-size: 1.625em;
    color: #252b31;
    font-weight: 400
}

.contact-info {
    max-width: 300px;
    width: 100%
}

.contact-info_block {
    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;
    margin-bottom: 1.25em
}

.contact-info .fz14 {
    font-size: 14.4px;
}

.contact-info_block-wrapper {
    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;
    margin-top: 10px
}

.contact-info_block-wrapper .fz14 {
    color: #252b31;
    display: block
}

.contact-info_block-wrapper .fz14 + .fz14 {
    margin-top: 5px
}

.contact-info_block-wrapper .fz12 + .fz12 {
    margin-top: 3px
}

.contact-info_social svg .icon {
    fill: #5e6668
}

.contact-info_social a + a {
    margin-left: 1.214em
}

.contact-info_social a:first-child svg {
    width: .636em;
    height: 1.125em
}

.contact-info_social a:nth-child(2) svg {
    width: 1.214em;
    height: .75em
}

.contact-info_social a:last-child svg {
    width: 1.098em;
    height: 1.098em
}

.contact-form {
    margin-left: 9.375em;
    margin-top: -4px;
    min-width: 250px
}

.contact-form_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;
    margin-top: .938em
}

.contact-form_item label {
    color: #252b31
}

.contact-form_item input[type=text] {
    background: #fff;
    border: 1px solid #929598;
    max-width: 28.188em;
    width: 100%;
    padding: .625em .938em;
    margin-top: .625em
}

.contact-form_item--checkout {
    margin-top: 1.25em
}

.contact-form_item--checkout input + label {
    display: inline
}

.contact-form_item--checkout input + label:after,
.contact-form_item--checkout input + label:before {
    top: 2px
}

.contact-form_item--checkout a {
    margin-left: 5px;
    position: relative;
    color: #252b31
}

.contact-form_item--checkout a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #252b31
}

.contact-form .button {
    text-transform: uppercase;
    margin-top: 1.25em
}

.search-page {
    margin: 20px 0 0;
}

.search-page input[type="submit"] {
    text-transform: uppercase;
    font-weight: 400;
    padding: .750em;
    background: #5e6668;
    max-width: 12.333em;
    width: 100%;
    text-align: center;
    transition: .3s;
    border: 1px solid #5e6668;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.search-page input[type="text"] {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 10px 20px;
}

.search-page_form {
    display: flex;
    align-items: center;
    width: 100%
}

.search-page_form .button {
    max-width: 9em;
    padding: .872em;
    cursor: pointer
}

.search-page_input {
    background: rgba(193, 200, 199, .37);
    padding: 0 .938em;
    line-height: 2.75em;
}


.aside-info {
    max-width: 350px;
    width: 100%;
    margin: 0 3.75em 3.75em 0;
}


.aside-info-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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.aside-info-menu-list_item {
    border-bottom: 1px solid #000;
    width: 100%;
    padding: .438em 0
}

.aside-info-menu-list_item::before {
    content: none
}

.aside-info-menu-list_item + li {
    margin-top: 2.688em
}

.aside-info-menu-list_link {
    color: #252b31
}


/* ----- Order ----- */


.window__popup {
    background: #fff;
    padding: 20px;
    display: none
}

.windowInner {
    max-width: 300px;
    margin: 0 auto
}

.windowTitle {
    color: #2c1f28;
    margin-bottom: 2.25em;
    display: block;
    font: 400 1.25em/1.257em apercu
}

.windowText {
    text-align: center;
    font-size: 16px
}

.sendLinks {
    margin-top: 30px
}

.sendLinks a:first-child {
    margin-right: 10px
}

.sendLinks a {
    color: #fff;
    background: #5e6668;
    border-radius: 5px;
    padding: 1.036em;
    max-width: 16.358em;
    width: 100%;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid #5e6668;
    font: 400 0.875em/1.257em apercu
}

/* ----- Material ----- */

.lk-material {
    padding-top: 4.375em;
    width: 100%
}

.lk-material_description {
    max-width: 1010px
}

.lk-material_description .fz20 {
    font-weight: 400;
    color: #252b31;
    line-height: 1.5em
}

.lk-material_image-link {
    margin-top: 3.125em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.lk-material_image-link img {
    max-width: 5.938em
}

.lk-material_image-link .fz20 {
    font-weight: 400;
    margin: 0 0 0 1.4em;
    color: #5e6668
}

.lk-material_link {
    margin-top: 3.125em;
    color: #252b31;
    display: block
}

/* ----- Announcement ----- */

.lk-announcement {
    width: 100%
}

.lk-announcement_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: .816em;
    grid-row-gap: 4.188em;
    width: 100%
}

.lk-announcement_item {
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.lk-announcement_item-image {
    width: 100%
}

.lk-announcement_item-image img {
    width: 100%;
    max-height: 15.438em;
    -o-object-fit: cover;
    object-fit: cover
}

.lk-announcement_item-title {
    margin-top: 1.25em
}

.lk-announcement_item-title .fz18 {
    color: #2c1f28
}

.lk-announcement_item-download {
    margin-top: .699em
}

.lk-announcement_item-download-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.lk-announcement_item-download-link svg {
    width: 1.049em
}

.lk-announcement_item-download-link .fz10 {
    color: #5e6668;
    margin-left: .524em
}

.lk-announcement_item-date {
    margin-top: 1.845em
}

/* Только для слайдера каталога - используем максимальную специфичность */
.catalog__slider .swiper-slide {
    flex-shrink: 0 !important;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    transform: translate3d(0, 0, 0) !important;
    will-change: auto !important;
    z-index: 2;
    position: relative;
}
[data-codefilter="DOPOLNITELNO"]{
    display: none!important;
}
/* Сброс перспективы только для каталога */
.catalog__slider .swiper-wrapper {
    -webkit-perspective: none !important;
    perspective: none !important;
    /*transform: translate3d(0, 0, 0);*/
}

.catalog__slider {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: visible !important;
}

@media only screen and (max-width: 1740px) {


    .header {
        font-size: calc((100vw - 998px) / 742 * 3 + 13px)
    }

    .main-category {
        font-size: calc((100vw - 998px) / 742 * 4 + 12px)
    }

    .main-category-grid {
        grid-auto-rows: calc((100vw - 998px) / 742 * 10 + 20em)
    }

    .about-company,
    .advantages,
    .cart,
    .category,
    .wishlist {
        font-size: calc((100vw - 1170px) / 570 * 3 + 13px)
    }

    .card {
        font-size: calc((100vw - 1170px) / 570 * 2 + 14px)
    }


    .slider-grid_item {
        width: 32.532vw
    }

    .product-wrapper {
        width: 95%;
        font-size: calc((100vw - 998px) / 742 * 4 + 12px)
    }

    .product-item_image img {
        width: 16.9vw
    }
}

@media only screen and (max-width: 1440px) {
    .search {
        flex-basis: 400px;
    }

    .menu-list_item {
        margin-right: 20px;
    }

    .logo-link {
        width: 130px;
    }

    .product-item_image {
        max-width: none;
        max-height: none
    }

    .product-item_image img {
        width: 17vw
    }

    .cart-filter {
        max-width: 19.75em
    }

    .about-company_advantages-grid--three {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px
    }

    .checkout-total {
        margin-right: 0
    }
}

@media only screen and (max-width: 1280px) {


    .card-image {
        margin-right: 2.688em
    }

    .about-company_advantages-grid--four {
        grid-gap: 2.188em
    }

    .product-item_image img {
        width: 16.75vw
    }

}

@media only screen and (max-width: 1170px) {
    .menu-list_item {
        margin-right: 0;
    }

    .search {
        flex-basis: 250px;
    }

    .product-item_image img {
        width: 21.1vw
    }

    .lk-announcement_grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .checkout {
        font-size: calc((100vw - 768px) / 402 * 4 + 12px)
    }

    .card-info {
        margin-left: 20px
    }

    .aside-category {
        margin-right: 30px
    }
}


@media only screen and (max-width: 998px) {
    .lk__content.info-page {
        padding-left: 20px;
    }

    .bx-yapay-drawer {
        margin: 40px 0 10px 0;
        width: 300px;
    }

    .bx-yapay-drawer .ya-pay-button {
        min-width: 65%;
        border-radius: 0px;
        height: 40px;
    }

    .header {
        padding: 0;
        height: var(--menu-height-mobile);
    }


    .header .container {
        height: 100%;
        align-items: center;
        padding: 0 20px;
    }


    .header .logo,
    .header .logo-link {
        display: flex
    }

    .logo-link {
        width: unset;
    }

    .logo-desktop,
    .header .menu,
    .header .search {
        display: none
    }

    .header .mobile .menu,
    .header .mobile-search .search,
    .header .search--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .search_mobile {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 100%;
        width: 100%;
        padding-bottom: 300px;
        display: flex;
        align-items: flex-end;
        padding-top: 30px;
        overflow: hidden;
    }

    .header .search_mobile .search {
        display: block;
        flex-basis: 100%;
        width: 100%;
    }

    .logo-mobile {
        display: block;
    }

    .logo-mobile.hidden {
        display: none;
    }

    .mobile .menu {
        padding-top: 10px;
    }

    .burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 0;
        cursor: pointer;
    }

    .submenu:after,
    .submenu:before {
        display: none;
    }

    .product {
        font-size: 14px
    }

    .product-item_image img {
        width: 20.67vw
    }

    .title h2 {
        font-size: 28px
    }

    .main-content_grid {
        grid-template-columns: 1fr
    }

    .category {
        grid-template-columns: repeat(2, 1fr);
        font-size: calc((100vw - 576px) / 422 * 3 + 11px)
    }


    .cart {
        font-size: calc((100vw - 576px) / 422 * 3 + 11px)
    }

    .cart-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cart-grid {
        width: 100%
    }

    .cart-filter {
        margin: 2.188em 0;
        max-width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .cart-filter_change {
        margin: 0;
        padding: 0
    }

    .cart-filter .button {
        margin: 0;
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .about-company_advantages-grid--three {
        grid-template-columns: 1fr
    }

    .about-company_banner form {
        margin: 13.688em 0 0 auto
    }


    .wishlist {
        font-size: calc((100vw - 768px) / 230 * 3 + 13px)
    }

    .wishlist_grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media only screen and (max-width: 850px) {

    .contact-form {
        margin-left: 0
    }
}

@media only screen and (max-width: 768px) {
    .aside-block_close {
        display: block;
    }

    .advantages {
        font-size: 12.2px
    }

    .advantages-items {
        width: 33.333%
    }

    .advantages_button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .product-wrapper {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .catalog_slider .product-wrapper {
        display: block !important
    }

    .product-wrapper .scroll-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .product-wrapper .scrollbar-track-x {
        height: 5px;
        opacity: 1;
        background: #c1c8c7
    }

    .product-wrapper .scrollbar-thumb {
        background: #252b31;
        border-radius: 5px;
        height: 5px
    }

    .product-item {
        padding: 5px 5px 1.938em
    }

    .product-item:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .product-item_image img {
        width: 28.5vw
    }


    .category {
        grid-template-columns: repeat(3, 1fr)
    }

    .aside-category {
        position: fixed;
        left: 0;
        background: #fff;
        margin: 0;
        padding: 20px;
        -webkit-transform: translateX(-105%);
        -ms-transform: translateX(-105%);
        transform: translateX(-105%);
        z-index: 1005;
        box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1)
    }


    .mobile-aside-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .cart-grid_item-color {
        margin-left: 1.625em
    }

    .card-image {
        margin: 0 0 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 14px;

    }

    .card-slider,
    .card-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .card-slider {
        width: auto;
        margin: 0 0 0 50px
    }

    .slider-grid_item {
        width: 50%
    }


    .checkout {
        font-size: 1em
    }

    .checkout_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .checkout-total {
        margin: 0
    }

    .checkout-form {
        width: 100%
    }

    .wishlist {
        font-size: calc((100vw - 576px) / 192 * 3 + 13px)
    }

    .wishlist_grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .card-image {
        width: 100%
    }

    .card-info {
        margin-left: 0
    }
}

@media only screen and (max-width: 650px) {
    .product-item_wislist {
        right: 0;
        top: 15px;
    }
    .card-liked .product-item_image img,
    .product-item_image img {
        width: 29.8vw
    }

    .aside {
        float: none;
        margin-right: 0
    }

    .main-content ul li {
        padding-left: 2.125em;
        flex-direction: column;
        text-align: left;
    }

    .main-content_video iframe {
        height: 50.725vw;
    }

    .main-content ul li:before {
        left: 0
    }

    .main-content ul li > ul {
        padding-left: 0
    }

    .cart-grid_item {
        display: grid;
        grid-template-columns: 7.938em repeat(4, 1fr);
        grid-gap: 20px
    }

    .cart-grid_item-image {
        grid-row: 1/3;
        align-self: baseline
    }

    .cart-grid_item-title {
        grid-column: 2/5;
        margin: 0
    }

    .cart-grid_item-size {
        margin: 0
    }

    .cart-grid_item-color {
        margin: 0;
        justify-self: flex-end
    }

    .cart-grid_item-price {
        margin: 0;
        justify-self: center
    }

    .cart-grid_item .col {
        margin: 0
    }

    .cart-grid_item-remove {
        margin: 0;
        justify-self: flex-end
    }
}

@media only screen and (max-width: 576px) {

    .info-active .banner {
        margin-top: -4.1em
    }

    .info-active .card-wrapper {
        margin-top: 2.813em
    }

    .info-active .aside-info {
        margin: 2em 0 3.75em 0
    }

    .info-active .lk {
        margin-top: 2em
    }

    .banner_content {
        bottom: 13%
    }

    .product-item_wrapper .col {
        display: none;
    }

    .product-item_wrapper .button {
        max-width: 100%;
        margin-left: 0;
    }

    .card-wrapper {
        margin-top: 35px;
    }

    .breadcrumbs {
        display: none;
    }

    .main-wrapper {
        padding-top: 4em;
    }

    .mobile-aside-button {
        top: 105px;
    }

    .category-sort .select-line {
        padding: .188em 1.125em;
    }

    body {
        overflow-x: hidden;
    }


    .banner-slider_item img {
        min-height: 30.813em
    }

    .card-slider_mini {
        display: none
    }

    .card-slider_image {
        margin-left: 0
    }

    .card-slider_image-item + .card-slider_image-item {
        margin: 0;
    }

    .card-slider_image-item {
        max-height: none;
    }

    .card .ruws-viewport {
        height: 100%;
    }

    .banner-slider_button {
        display: none
    }

    .ruws-dots-items,
    .ruws-dots-items:before {
        width: .48em;
        height: .48em
    }

    .main-category {
        font-size: 1em
    }

    .main-category-grid {
        grid-gap: 0;
        grid-auto-rows: 188px
    }

    .main-wrapper .container {
        flex-direction: column;
    }

    .aside-info {
        margin: 0 0 3.75em 0
    }

    .main-category-grid_item:first-child {
        grid-column: 1/-1
    }

    .main-category-grid_item .fz48 {
        font-size: 1.25em;
        text-align: center
    }

    .title h2 {
        font-weight: 700;
        font-size: 18px
    }

    .advantages {
        font-size: 11px
    }

    .product {
        font-size: 1em
    }

    .product-item_image img {
        width: 42vw;
        max-height: none
    }

    .product-item_color {
        width: 1.5em;
        height: .3em
    }

    .product-wrapper {
        padding-bottom: 1.25em;
        font-size: 14px
    }

    .product-wrapper a {
        font-size: .75em
    }

    .product-wrapper::-webkit-scrollbar,
    .product-wrapper::-webkit-scrollbar-track {
        height: 5px
    }

    .product-wrapper::-webkit-scrollbar-thumb {
        height: 5px
    }


    .category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0 10px;
    }


    .about-company_advantages {
        font-size: calc((100vw - 320px) / 256 * 2 + 12px)
    }

    .about-company_advantages-grid--four {
        grid-template-columns: repeat(2, 1fr)
    }

    .lk-material {
        font-size: 14px;
        padding-top: 0
    }

    .portfolio {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .portfolio-text {
        margin: 0 0 30px
    }

    .checkout-form_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .checkout-form_item-label {
        margin-bottom: .938em
    }

    .checkout-form_item-input,
    .checkout-total_confirm,
    .checkout-total_delivery,
    .checkout-total_link,
    .checkout-total_price {
        max-width: 100%
    }

    .card {
        font-size: 14px
    }

    .aside-block_line {
        font-size: 12px;
    }


    .contact-form {
        margin: 3.125em 0 0
    }


    .product-item_wrapper--prices {
        margin-top: -8px;
    }

    .product-item_wrapper--prices + .product-item_wrapper {
        margin-top: auto
    }
}

@media only screen and (max-width: 480px) {

    .select {
        max-width: 140px;
    }

    .advantages-items {
        width: 50%
    }

    .product-item {
        font-size: 12px
    }

    .product-item_image img {
        width: 41vw
    }

    .cart-filter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cart {
        font-size: calc((100vw - 320px) / 160 * 4 + 10px)
    }

    .cart-grid_item-image {
        grid-row: 1/4
    }

    .cart-grid_item-color {
        justify-self: flex-end
    }

    .cart-grid_item-price--old {
        grid-column: 2/6;
        justify-self: flex-start
    }

    .cart-grid_item-price--new {
        grid-column: 2/5;
        justify-self: flex-start
    }

    .cart-grid_item-col {
        grid-column: 3/5
    }

    .cart-grid_item-remove {
        margin: 0;
        justify-self: flex-end
    }

    .about-company_tabs-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        font-size: 12px
    }

    .about-company_advantages-grid--four,
    .lk-announcement_grid {
        grid-template-columns: 1fr
    }

    .slider-grid_item {
        width: 100%
    }


    .wishlist {
        font-size: calc((100vw - 320px) / 160 * 3 + 13px)
    }


    .banner_content {
        bottom: 13%;
        background-color: rgba(2, 2, 2, .23)
    }
}

@media only screen and (max-width: 414px) {
    .product-item_image img {
        width: 39.5vw
    }

    .card-slider {
        margin: 0 0 0 20px
    }


    .mobile-aside-button {
        top: 17.4%
    }


}

@media only screen and (max-width: 375px) {


    .product-item_image img {
        width: 38.5vw
    }

    .category-grid {
        grid-template-columns: 1fr
    }

    .select {
        max-width: 140px;
    }

    .bx-filter .aside-category {
        max-width: 100%;
    }

}

@media only screen and (max-width: 320px) {
    .product-item {
        font-size: 14px
    }

    .product-item_image img {
        width: 77vw
    }

    .mobile-aside-button {
        top: 8.8%
    }
}

@media only screen and (min-width: 768px) {
    .card-info {
        max-height: calc(100vh - 66px);
        overflow-y: auto;
        padding-bottom: 30px
    }

    .card-info::-webkit-scrollbar,
    .card-info::-webkit-scrollbar-thumb,
    .card-info::-webkit-scrollbar-track {
        width: 0;
    }

    .reviewScroll {
        width: 100%;
        overflow-y: auto;
        max-height: 420px
    }
}

/*##NEW*/

.aside-category {
    min-width: 280px;
    width: 100%;
    padding-right: 1.875em;
    margin-right: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.aside-category .aside-category-menu.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    overflow: auto;
    max-height: 400px
}

.aside-category .fz18 {
    color: #252b31;
    margin-bottom: .278em;
    display: block
}

.aside-category-list {
    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
}

.aside-category-list_link {
    font: 400 .875em/2.5em apercu;
    color: #5e6668
}

.aside-category-list_link:hover {
    color: #2c1f28
}

.aside-category-list_link.active-item {
    color: #2c1f28;
    font-weight: 700
}

.filter_main_btn {
    font: 400 12px apercu;
    color: #fff;
    background: #5e6668;
    padding: 14px 22px;
    max-width: 12.333em;
    width: 100%;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid #5e6668;
}

.filter_main_btn:hover {
    background: #8d9699;
    text-decoration: none;
    color: #fff;

}

.filter_main_item_headered {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    font-size: 18px;
    line-height: 2;
    padding: 4px 0;

}

.filter_main_item.active .filter_main_item_headered svg {
    transform: rotate(180deg);
    transition: all 0.5s;
}

.filterItem__optionItem {
    font-size: 14px;
}

.filter_main_item {
    border-bottom: 1px solid #000;
    margin-bottom: 12px;
    max-height: 46px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}

.filter_main_item.active {
    max-height: 420px;
}

.filter_main_item_headered:hover {
    text-decoration: none;
}

.filter__btn-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.filter__btn-wrap a {
    width: 100%;
    text-align: center;
}

.filter-clear {
    display: inline-block;
    color: #252B31;
    text-decoration: underline;
    margin-top: 10px;
}

.filter__title-mobile {
    display: none;
}

.filter__color {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 7px;
}

.checkbox label {
    cursor: pointer;
}

.checkbox_color {
    position: relative;
}

.filter_catalog_links li {
    display: block;
}

.filter_catalog_links li a {
    font: 400 0.875em/2.5em 'apercu', sans-serif;
    color: #5e6668;
    display: block;
}

.flagInner__result {
    margin-bottom: 20px;
    margin-top: 30px;
}


.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid transparent;
}

.btn-default,
.btn_black {
    background: #252B31;
}

.btn_black:hover {
    color: #fff;
}

.btn:hover {
    opacity: .8;
}

.btn_tr {
    border: 1px solid #252B31;
    color: #252B31;
}

input[type="checkbox"] + label {
    cursor: pointer
}

.windowItem .checkbox input[type="checkbox"] {
    display: unset;
    visibility: hidden;
    width: 0;
    height: 0;
    opacity: 0;
}

.windowItem .checkbox {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, apercu, sans-serif;
    padding-left: 0;
}

.windowItem .checkbox input[type="checkbox"]:checked + label::after {
    background-position: unset;
}

input[type="checkbox"].is-invalid + label::before {
    border-color: red;
}

input[type="checkbox"] + label::before {
    width: 19px;
    height: 19px;
    border-radius: 4px;

}

input[type="checkbox"] + label::after {
    width: 19px !important;
    height: 19px !important;
    background: url(../img/check.svg) center/contain no-repeat;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    -webkit-transition: 0.9s;
    transition: 0.9s;
}

.filter-btn-wrap {
    display: none;
}

.card-image {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 32%;
}

.card-info {
    position: unset;
    max-height: unset;
    max-width: unset;
    padding-left: calc(0px + (100 - 0) * ((100vw - 360px) / (1920 - 360)));
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 68%;
}

.card-image_preview img {
    width: 100%;
    max-height: 40.125em;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}

.card-image .card-image_preview img {
    max-height: 100%;
}

.card-slider {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2.063em
}

.card-slider, .card-slider_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card-slider_item {
    max-width: 5.75em;
    max-height: 4.563em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.card-slider_item img {
    max-width: inherit;
    max-height: inherit
}

.ruws8-wrapper {
    width: 33%;
    position: absolute;
    z-index: 100;
}

.card-image_preview .ruws8 {
    width: 100%;
    text-align: center;
    background: #c1c8c7;
    color: #2c1f28;
    margin-bottom: 5px;
}

.wareItem__status_hit {
    background: #06d987;
}

.wareItem__status_sale {
    background: #ed1f88;
    display: none;
}

.nice-select .list {
    background: #FFFFFF;
    box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    border: unset;
}

.nice-select::after {
    border-bottom: 1px solid #252B31;
    border-right: 1px solid #252B31;
    display: block;
    height: 10px;
    margin-top: -8px;
    right: 5px;
    width: 10px;
}

.editor ul, ol {
    padding-left: 40px;
    margin-bottom: 20px;
}

.editor ul li {
    list-style: disc;
}

.editor p {
    font-size: calc(14px + (16 - 14) * ((100vw - 360px) / (1920 - 360)));
    margin-bottom: calc(10px + (15 - 10) * ((100vw - 360px) / (1920 - 360)));
}

.editor a {
    font-size: calc(14px + (16 - 14) * ((100vw - 360px) / (1920 - 360)));
    color: #000;
    text-decoration: underline;
}

.brand .container {
    max-width: 1620px
}

.brand-video {
    position: relative;
    width: 100%;
    margin-top: 1.75em;
    max-height: 45.875em
}

.brand .title {
    margin-top: 0;
}

.brand-video video {
    width: 100%;
    max-height: 45.875em;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.brand-video svg path {
    fill: #fff;
}

.brand-video svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
    transition: all .3s;
    border-radius: 50%;
    z-index: 10;
}

.brand-video svg:hover circle {
    transition: all .3s;
    fill: #5E6668;
}

.brand-video__preview {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.brand-video__preview picture {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.m-100 {
    margin-bottom: calc(40px + (100 - 40) * ((100vw - 360px) / (1920 - 360)));
    margin-top: calc(40px + (100 - 40) * ((100vw - 360px) / (1920 - 360)));
}

.mb-100 {
    margin-bottom: calc(40px + (100 - 40) * ((100vw - 360px) / (1920 - 360)));
}


.m-50 {
    margin-bottom: calc(30px + (50 - 30) * ((100vw - 360px) / (1920 - 360)));
    margin-top: calc(30px + (50 - 30) * ((100vw - 360px) / (1920 - 360)));
}

.mb-50 {
    margin-bottom: calc(30px + (50 - 30) * ((100vw - 360px) / (1920 - 360)));
}

.formCost {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 14px;
}

.minCost, .maxCost {
    display: flex;
    align-items: center;
}

.minCost span, .maxCost span {
    display: block;
    margin-right: 5px;
    font-size: 14px;
}

.minCost input, .maxCost input {
    width: calc(100% - 20px);
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #EBEBEB;
}

/*Страница результата зазказа*/
.result {
    width: 100%;
    margin: 20px auto 0;
}

.result h1 {
    font-weight: 500;
    line-height: 120%;
    color: #252B31;
    font-size: calc(24px + (40 - 24) * ((100vw - 360px) / (1920 - 360)));
}

.result__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.result__l {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 41.5%;
}

.result__r {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 51.5%;
}

.result__l .breadcrumbs {
    padding-top: 15px;
    margin-bottom: 40px;
}

.result__l .breadcrumbs .container {
    padding: 0;
}

.result__title {
    font-weight: 500;
    font-size: calc(20px + (24 - 20) * ((100vw - 360px) / (1920 - 360)));
    line-height: 130%;
    color: #252B31;
    margin-bottom: 15px;
    margin-top: 25px;
}

.result__l .btn-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
    margin-top: 10px;
}

.result__l .btn-wrap .btn:first-child {
    margin-right: 15px;
}

.result__l .btn-wrap .btn {
    white-space: nowrap;
    min-width: 210px;
    margin-top: 10px;
}

.result__r img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.sticker {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200;
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
}

.sticker__item {
    cursor: pointer;
    width: 34px;
    height: 34px;
}

.sticker__description {
    display: none;
    position: absolute;
    z-index: -1;
    opacity: 0;
    bottom: calc(100% + 10px);
    left: 0;
    padding: 10px 20px;
    border-radius: 3px;
    background: #F6F6F6;
    color: #252B31;
    transition: all 1s;
    line-height: 150%;
}


.sticker__item:hover .sticker__description {
    display: block;
    z-index: 500;
    opacity: 1;
    transition: all 1s;
}

.card-image_preview .sticker__description {
    bottom: calc(-100% - 40px);
}

.overlay .sticker__description {
    position: fixed !important;
    display: block;
    bottom: 0;
    opacity: 1;
    background: #fff;
    transition: all 0.5s;
    z-index: 10151;
    border-radius: unset;
    width: 100vw;
    padding: 25px 10px 10px;
}

.overlay-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.overlay-close svg path {
    fill: #0B1F33;
}


.overlay .sticker__title {
    font-size: 24px;
    margin-bottom: 15px;
}

.sticker__title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.sticker__text {
    font-size: 14px;
}

.overlay .sticker__text {
    font-size: 16px;
}

.sticker__text .d-flex {
    display: flex;
    align-items: center;
}

.overlay .btn {
    pointer-events: none;
    font-size: 14px;
    border-radius: 2px;
    padding: 8px;
    width: fit-content;
    min-width: 100px;
}

@media only screen and (max-width: 1780px) {
    .product-scroll-button.next {
        right: -10px;
    }

}

@media only screen and (max-width: 1024px) {
    .category .product-item:hover .product-item_inner {
        box-shadow: unset;
    }
}

@media only screen and (max-width: 768px) {
    .card-info, .card-image {
        width: 100%;
        flex-basis: 100%;
    }

    .result__l,
    .result__r {
        flex-basis: 100%;
    }

    .result__l .btn-wrap {
        margin-bottom: 30px;
    }

    .result__l .breadcrumbs {
        margin-bottom: 25px;
    }

    .brand-video svg {
        width: 90px;
        height: 90px;
    }

    .wishlist_grid {
        max-width: 550px;
    }

    .card-slider, .card-wrapper {
        flex-wrap: wrap;
    }

    .card .card-wrapper {
        margin-top: 0;
    }

    .card-image {
        max-width: 70%;
    }

    .card-slider {
        width: auto;
        margin: 0 0 0 50px
    }

    .slider-grid_item {
        width: 50%
    }

    .aside-category {
        top: 0;
        margin: 0;
        padding: 0;
        width: 0;
        max-height: unset;
        min-width: unset;
    }

    .aside-category.active {
        top: 170px;
    }


    input[type="checkbox"] + label {
        display: flex;
        margin-bottom: 12px;

    }


    .filter-btn-cl {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #5E6668;
        text-decoration: underline;
    }

    .filter-btn-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 16px;
        font-weight: 400;
        background: #F3F3F3;
        padding: 15px 20px;
    }

    .filter-catalog-wrap {
        display: flex;
        align-items: flex-end;
    }


    .filter-btn {
        display: inline-flex;
        align-items: center;
        cursor: pointer;
    }

    .filter-btn svg {
        margin-top: 4px;
    }

    .aside-category-menu,
    .filter {
        position: fixed;
        height: 100vh;
        width: 100vw;
        top: 0;
        left: -101vw;
        z-index: 11100;
        background-color: #fff;
        margin: 0;
        padding-bottom: 40px;
        overflow-y: scroll;
        box-shadow: -15px 30px 30px #000000;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        color: #252B31;
    }

    .aside-category-menu.show,
    .filter.show {
        left: 0;
    }

    .aside-category-menu .fz18 {
        display: none;
    }

    .aside-category-menu .filter_catalog_links {
        padding: 10px 20px 80px
    }

    .filter_catalog_links li a {
        font-family: 'apercu', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #252B31;
        padding: 5px 0;
        border-bottom: 1px solid #C2C2C2;
    }

    .filter__title-mobile {
        display: flex;
        justify-content: space-between;
        width: 100%;
        background: #F3F3F3;
        border-bottom: 1px solid #F3F3F3;
        padding: 10px 20px;
        font-family: 'apercu', sans-serif;
        font-size: 16px;
        line-height: 24px;
    }

    .filter__close {
        font-size: 24px;
    }

    .filter ul {
        padding: 30px 20px 80px;
    }

    .filter_main_item {
        border-bottom: 1px solid #F3F3F3;
        max-height: 64px;
        overflow: hidden;
        position: relative;
        transition: all 0.3s ease;
        margin-bottom: 0;
    }

    .filter_main_item_headered {
        padding: 18px 0;
        font-size: 16px;
    }

    .filter_main_item.active {
        max-height: unset;
    }
}

/*##*/
@media screen and (max-width: 700px), (max-width: 850px) and (max-height: 500px) {


    .filterItem__optionItem {
        margin-bottom: 8px;
    }

    .sticker__item {
        width: 26px;
        height: 26px;
    }

    .result__l .btn {
        width: 100%;
        margin-right: 0 !important;
    }

    .brand-video svg {
        width: 60px;
        height: 60px;
    }


    .product-scroll-button.next,
    .product-scroll-button.prev {
        display: none;
    }

    .product-wrapper {
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }

    .brand-video__preview img {
        width: 100%;
        display: block;
        height: 100%;
        object-fit: cover;
    }

    .btn.wishlist-item_cart {
        margin-top: auto;
    }

    .wishlist-item_title {
        margin-top: 10px;
    }

    .wishlist-item_price {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .lk_noauth .lk__content {
        padding-left: 20px;
    }

    .wishlist-item_price span,
    .wishlist-item_title a {
        font-size: 14px;
    }

    .wishlist_grid {
        max-width: unset;
    }

    .card-image {
        max-width: unset;
    }

    .card-info .scroll-content {
        padding-right: 0;
    }
}


.product__dolyami__wrap {
    margin-top: 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.product__dolyami {
    font-size: 14px;
    line-height: 1.1;
    color: #000;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color .15s ease-out;
    margin-right: 24px;
}

.product__dolyami__rouble {
    padding-left: 3px;
}

.product__dolyami__x {
    padding: 0 4px;
}

.product__dolyami__arrow {
    display: flex;
    align-items: center;
}

.product__dolyami__arrow svg {
    margin-left: 8px;
    margin-top: 3px;
}

.doyami__modal__overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: .2;
    background: #000;
    display: none;
    z-index: 100000;
}


.doyami__modal {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 650px;
    overflow-y: scroll;
    background-color: #fff;
    z-index: 100010;
    transition-property: opacity, visibility, transform;
    transition-duration: .3s;
    visibility: hidden;
    transform: translateX(100%);
}

.doyami__modal.opened {
    visibility: visible;
    transform: translateX(0);
}

.btn-dolyami-close {
    position: absolute;
    cursor: pointer;
    right: 40px;
    top: 40px;
}

.btn-dolyami-close svg {
    width: 20px;
    height: 20px;
}

.btn-dolyami-close svg polygon {
    fill: #000;
}

.doyami__modal__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dolyami__modal__cover {
    background-image: url("/local/templates/fabula_new/assets/img/logo_new_askent.svg");
    height: 150px;
    background-position: center;
    background-size: contain;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
    background-repeat: no-repeat;
    width: 230px;
}

.cart .container-column {
    z-index: unset;
    position: unset;
}

.dolyami__modal__cover__logo {
    width: 100%;
    margin: 0 auto;
    max-width: 520px;
    padding-bottom: 29px;
    display: none;
}

.dolyami___main {
    margin-bottom: 79px;
}

.dolyami__modal__content {
    margin: 0 auto;
    max-width: 520px;
}

.dolyami__main__title {
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -.2px;
    font-size: 40px;
    padding-right: 105px;
}

.dolyami__main__text {
    margin-top: 18px;
    line-height: 1.3;
    font-size: 16px;
}

.dolyami__steps {
    margin-left: 32px;
    border-left: 1px solid #f2f2f2;
    margin-top: 48px;
}

.dolyami__steps__item {
    margin-top: 31px;
    margin-left: -35px;
    display: flex;
    align-items: center;
}

.dolyami__steps__item:first-child {
    margin-top: 0;
}


.dolyami__steps__item:first-of-type .dolyami__steps__number-wrapper {
    border-top-color: #000;
}

.dolyami__steps__item:nth-of-type(2) .dolyami__steps__number-wrapper {
    border-top-color: #000;
    border-right-color: #000;
}

.dolyami__steps__item:nth-of-type(3) .dolyami__steps__number-wrapper {
    border-color: #000;
    border-left-color: #f2f2f2;
}

.dolyami__steps__item:nth-of-type(4) .dolyami__steps__number-wrapper {
    border-color: #000;
}

.dolyami__steps__number-wrapper {
    width: 69px;
    height: 69px;
    border-width: 4px;
    margin-right: 23px;
}

.dolyami__steps__number-wrapper {
    background: #fff;
    border-style: solid;
    border-color: #f2f2f2;
    border-radius: 50%;
    transform: rotate(45deg);
}

.dolyami__steps__number {
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-45deg);
}

.dolyami__steps__content {
    padding-top: 2px;
}

.dolyami__steps__price {
    font-size: 25px;
    font-weight: 500;
    line-height: 110%;
}

.dolyami__steps__date {
    font-size: 16px;
    line-height: 140%;
    margin-top: 2px;
}

.dolyami__easy {
    margin-bottom: 81px;
}

.dolyami__easy__title {
    font-size: 35px;
    letter-spacing: -.4px;
}

.dolyami__easy__item-title, .dolyame-easy__title {
    font-weight: 500;
    line-height: 110%;
}

.dolyami__easy__item-title {
    font-size: 20px;
    margin: 0 0 10px -1px;
}

.dolyami__easy__list {
    list-style-type: none;
}

.dolyami__easy__item {
    margin-top: 29px;
}

.dolyami__easy__item-text {
    font-size: 16px;
    line-height: 140%;
}

.dolyami__howto {
    margin-bottom: 100px;
}

.dolyami__howto {
    font-size: 16px;
    line-height: 22px;
}

.dolyami__howto__title {
    font-size: 35px;
    letter-spacing: -.4px;
}

.dolyami__howto__title {
    font-weight: 500;
    line-height: 110%;
}

.dolyami__howto__steps {
    margin-top: 29.5px;
}

.dolyami__howto__steps {
    padding-left: 18px;
    list-style: decimal;
}

.dolyami__howto__step {
    padding-left: 7px;
}

.dolyami__howto__step {
    margin-bottom: 15px;
}

#bx-soa-total .btn-dolyami-show {
    color: #333;
    text-decoration: underline;
}

.btn-dolyami-show {
    cursor: pointer;
}

.title_flex {
    display: flex;
    justify-content: space-between;
}

.title_flex a {
    font-size: calc(14px + (18 - 14) * ((100vw - 360px) / (1920 - 360)));
    color: #000;
    text-decoration: underline;
}

.footer {
    color: #373737;
    background: #f7f3f3;
    font-size: 16px;
    line-height: 150%;
    padding: 50px 0;
}

.footer a:hover {
    color: #000;
    transition: all 0.5s;
}

.footer__inner {
    width: 100%;
}

.footer_main {
    margin-top: 0;
}

.footer-logo {
    display: flex;
    justify-content: center;
}


.footer__rights,
.footer__bottom,
.pay,
.footer__link-menu,
.footer__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__link {
    margin-bottom: 50px;
    margin-top: 50px;
}


.footer__link-menu a {
    color: #373737;
    transition: all 0.5s;
}

.footer__link-menu a:nth-child(2) {
    margin-left: 30px;
}

.footer__link-menu a:nth-child(3) {
    margin-left: 30px;
}

.pay svg {
    margin-left: 40px;
}

.pay svg path {
    fill: #5E6668;
    transition: all 0.5s;
}

.pay svg:hover path {
    fill: #fff;
    transition: all 0.5s;
}

.footer__bottom {
    align-items: flex-end;
}

.footer__bottom a {
    color: #373737;
}

.footer__rights span {
    padding-right: 25px;
}

.footer__contact {
    display: flex;
    flex-direction: column;
}

.holder {
    z-index: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    opacity: 0;
}

.holder.show {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(45, 47, 72, 0.5);
    z-index: 10000;
    opacity: 1;
}

.preloader {
    /* size */
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation: rotatePreloader 2s infinite ease-in;
}

@keyframes rotatePreloader {
    0% {
        transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
    }
    100% {
        transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
    }
}

.preloader div {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.preloader div:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0%;
    width: 10%;
    height: 10%;
    background-color: #ffffff;
    transform: translateX(-50%);
    border-radius: 50%;
}

.preloader div:nth-child(1) {
    transform: rotateZ(0deg);
    animation: rotateCircle1 2s infinite linear;
    z-index: 9;
}

@keyframes rotateCircle1 {
    0% {
        opacity: 0;
    }
    0% {
        opacity: 1;
        transform: rotateZ(36deg);
    }
    7% {
        transform: rotateZ(0deg);
    }
    57% {
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(2) {
    transform: rotateZ(36deg);
    animation: rotateCircle2 2s infinite linear;
    z-index: 8;
}

@keyframes rotateCircle2 {
    5% {
        opacity: 0;
    }
    5.0001% {
        opacity: 1;
        transform: rotateZ(0deg);
    }
    12% {
        transform: rotateZ(-36deg);
    }
    62% {
        transform: rotateZ(-36deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(3) {
    transform: rotateZ(72deg);
    animation: rotateCircle3 2s infinite linear;
    z-index: 7;
}

@keyframes rotateCircle3 {
    10% {
        opacity: 0;
    }
    10.0002% {
        opacity: 1;
        transform: rotateZ(-36deg);
    }
    17% {
        transform: rotateZ(-72deg);
    }
    67% {
        transform: rotateZ(-72deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(4) {
    transform: rotateZ(108deg);
    animation: rotateCircle4 2s infinite linear;
    z-index: 6;
}

@keyframes rotateCircle4 {
    15% {
        opacity: 0;
    }
    15.0003% {
        opacity: 1;
        transform: rotateZ(-72deg);
    }
    22% {
        transform: rotateZ(-108deg);
    }
    72% {
        transform: rotateZ(-108deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(5) {
    transform: rotateZ(144deg);
    animation: rotateCircle5 2s infinite linear;
    z-index: 5;
}

@keyframes rotateCircle5 {
    20% {
        opacity: 0;
    }
    20.0004% {
        opacity: 1;
        transform: rotateZ(-108deg);
    }
    27% {
        transform: rotateZ(-144deg);
    }
    77% {
        transform: rotateZ(-144deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(6) {
    transform: rotateZ(180deg);
    animation: rotateCircle6 2s infinite linear;
    z-index: 4;
}

@keyframes rotateCircle6 {
    25% {
        opacity: 0;
    }
    25.0005% {
        opacity: 1;
        transform: rotateZ(-144deg);
    }
    32% {
        transform: rotateZ(-180deg);
    }
    82% {
        transform: rotateZ(-180deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(7) {
    transform: rotateZ(216deg);
    animation: rotateCircle7 2s infinite linear;
    z-index: 3;
}

@keyframes rotateCircle7 {
    30% {
        opacity: 0;
    }
    30.0006% {
        opacity: 1;
        transform: rotateZ(-180deg);
    }
    37% {
        transform: rotateZ(-216deg);
    }
    87% {
        transform: rotateZ(-216deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(8) {
    transform: rotateZ(252deg);
    animation: rotateCircle8 2s infinite linear;
    z-index: 2;
}

@keyframes rotateCircle8 {
    35% {
        opacity: 0;
    }
    35.0007% {
        opacity: 1;
        transform: rotateZ(-216deg);
    }
    42% {
        transform: rotateZ(-252deg);
    }
    92% {
        transform: rotateZ(-252deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(9) {
    transform: rotateZ(288deg);
    animation: rotateCircle9 2s infinite linear;
    z-index: 1;
}

@keyframes rotateCircle9 {
    40% {
        opacity: 0;
    }
    40.0008% {
        opacity: 1;
        transform: rotateZ(-252deg);
    }
    47% {
        transform: rotateZ(-288deg);
    }
    97% {
        transform: rotateZ(-288deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(10) {
    transform: rotateZ(324deg);
    animation: rotateCircle10 2s infinite linear;
    z-index: 0;
}

@keyframes rotateCircle10 {
    45% {
        opacity: 0;
    }
    45.0009% {
        opacity: 1;
        transform: rotateZ(-288deg);
    }
    52% {
        transform: rotateZ(-324deg);
    }
    102% {
        transform: rotateZ(-324deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.fancybox-wrap, .fancybox-overlay {
    max-width: 100vw;
}

.fancybox-close {
    background-image: url(../img/close.svg);
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    opacity: 1 !important;
    background-size: unset !important;
}

.fancybox-skin {
    padding-top: calc(25px + (30 - 25) * ((100vw - 360px) / (1920 - 360))) !important;
    padding-bottom: calc(25px + (30 - 25) * ((100vw - 360px) / (1920 - 360))) !important;
    padding-left: calc(20px + (40 - 20) * ((100vw - 360px) / (1920 - 360))) !important;
    padding-right: calc(20px + (40 - 20) * ((100vw - 360px) / (1920 - 360))) !important;
    background: #fff;
}

.form-popup {
    text-align: center;
    color: #252B31;
}

.form__title {
    font-weight: 500;
    line-height: 150%;
    font-size: calc(24px + (40 - 24) * ((100vw - 360px) / (1920 - 360)));
    margin-bottom: 10px;
}

.form__subtitle {
    font-weight: 500;
    line-height: 150%;
    font-size: calc(14px + (16 - 14) * ((100vw - 360px) / (1920 - 360)));
    margin-bottom: 20px;
}

.input-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 17px;
}

.form__input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #C2C2C2;
    background: #FFF;
    padding: 12px 20px;
    font-size: calc(14px + (16 - 14) * ((100vw - 360px) / (1920 - 360)));
}

.form__input.error {
    border: 1px solid red;
}

.input-wrap label.error {
    position: absolute;
    color: red;
    bottom: -27px;
    font-weight: 400;
    left: 10px;
    font-size: 12px;
}

.form__input::placeholder {
    color: #C2C2C2;
    font-size: calc(14px + (16 - 14) * ((100vw - 360px) / (1920 - 360)));

}

.form__description {
    font-size: 16px;
    margin-top: 20px;
    font-weight: 500;
}

.form__description-price {
    font-size: 24px;
    margin-top: 10px;
    display: block;

}

.form__submit-wrap {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    font-weight: 500;
}

.form__submit-wrap .btn {
    width: 200px;
}

.form__answer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
    line-height: 150%;
    font-weight: 400;
    font-size: calc(16px + (20 - 16) * ((100vw - 360px) / (1920 - 360)));
}

.form__succes {
    display: block;
    margin-bottom: 10px;
    font-size: calc(20px + (24 - 20) * ((100vw - 360px) / (1920 - 360)));
    font-weight: 500;
}

.form__answer.error {
    color: red;
    font-size: 16px;
    margin-top: 10px;
}


.brand-about {
    max-width: 1460px;
    margin-right: auto;
    margin-left: auto;
}

.brand-about__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.brand-about__img {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 50%;
}

.brand-about__img img {
    width: 100%;
}

.brand-about__content .title {
    margin-bottom: 25px;
    font-family: 'apercu-mono', sans-serif;
    font-weight: 400 !important;
}

.brand-about__content {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-about__content-inner {
    max-width: 600px;
}

.menu-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    padding: 7px 10px 7px 5px;
    background: #fff;
    z-index: 10200;
}

.menu-bottom__links {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #252B31;
    font-size: 10px;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 53px;
}

.menu-bottom__links:nth-child(5) svg path,
.menu-bottom__links:nth-child(2) svg path {
    fill: #252B31;
}

.menu-bottom__links svg {
    /*   margin-bottom: 10px;*/
}

.checkbox-agree {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 18px;
    width: 18px;
}


.b-lazy {

    transition: opacity 500ms ease-in-out;
    max-width: 100%;
    opacity: 0;
}

.b-lazy.b-loaded {
    opacity: 1;
}

.b-lazy.b-loaded {
    opacity: 1;
}

.loading {
    max-height: 100%;
    background: url("/images/loader.svg") center center no-repeat, rgba(0, 0, 0, 0.1);
}


.popup-left {
    position: fixed;
    right: -101%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 650px;
    background-color: #fff;
    transition-property: opacity, visibility, transform;
    transition-duration: .3s;
    visibility: hidden;
    padding: 40px;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    font-family: 'apercu', sans-serif;
    transition: all 0.5s;
    box-sizing: border-box !important;
    text-align: start;
    z-index: 1002
}

.popup-left.opened {
    transition: all 0.5s;
    visibility: visible;
    right: 0;
}


.popup-center {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 1000px;
    height: 580px;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition-property: opacity, visibility, z-index;
    transition-duration: .3s;
    visibility: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    font-family: 'apercu', sans-serif;
    transition: all 0.2s;
    box-sizing: border-box !important;
    opacity: 0;
    z-index: -100;
    max-width: 95vw;
    max-height: 95vh;
}

.popup-center.full {
    transition: all 0.5s;
}

.popup-center.opened {
    transition: all 0.2s;
    visibility: visible;
    z-index: 1000;
    opacity: 1;
}

.popup-center .close-popup {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 1001;
}

.doyami__modal__overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: .2;
    background: #000;
    display: none;
    z-index: 999;
}


.popup-left__header {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.popup-left__title {
    display: inline-block;
    font-family: 'apercu', sans-serif;
    font-size: 20px;
    line-height: 110%;
    color: #373737;
    margin-left: 40px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}

.popup-left .bpp-price {
    font-family: 'apercu-600', sans-serif;
    font-size: 18px;
    line-height: 111%;
    color: #373737;
    margin-top: 10px;
}

.popup-left .bpp-header {
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    color: #000;
}

.popup-left__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    color: #9c9c9c;
    margin-top: -10px;
    margin-bottom: 20px;
}

.form-popup .popup-left__header {
    margin-bottom: 30px;
}

.popup-left__header svg {
    cursor: pointer;
}

.popup-left .close-popup {
    cursor: pointer;
}

.popup-left svg:hover path {
    fill: #000;
}

.popup-left svg:hover {
    pointer-events: none;
}

.popup-left__error {
    font-size: 12px;
    text-align: center;
    color: red;
}

.popup-left__result {
    font-weight: 400;
    font-size: 18px;
    line-height: 111%;
    color: #373737;
}

.popup-left__result .element-mess {
    font-weight: 500;
    font-size: 14px;
    line-height: 133%;
    color: #9c9c9c;
    margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
    /* скрол для мозилы */
    .popup-left {
        scrollbar-color: #fff #000;
        /* «цвет ползунка» «цвет полосы скроллбара» */
        scrollbar-width: auto;
        /* толщина */
    }

    /*сокращеный вариант без стрелок*/
    /* W3C standard
       сейчас только для Firefox */
    .popup-left {
        scrollbar-width: thin;
        scrollbar-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.2);

    }

    /* для Chrome/Edge/Safari */
    .popup-left::-webkit-scrollbar {
        height: 12px;
        width: 12px;
    }

    .popup-left::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.5);
    }

    .popup-left::-webkit-scrollbar-thumb {
        background-color: #e5e5e5;
        border-radius: 10px;
        border: 3px solid #e6e6e6;
    }

    .doyami__modal {
        max-width: 100%;
    }

    /*.dolyami__modal__cover {*/
    /*    height: 400px;*/
    /*    background-position: -9px -4px;*/
    /*    background-size: 101% auto;*/
    /*}*/

}

@media only screen and (max-width: 911px) {
    .brand-about__img,
    .brand-about__content {
        flex-basis: 100%;
    }

    .brand-about__content {
        margin-bottom: 30px;
    }

    .brand-about__img {
        order: 2;
    }

    .footer-logo__link {
        display: block;
        max-width: 545px;
    }

    .footer-logo__link svg {
        width: 100%;
    }

    .footer__link-menu {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer__link-menu a {
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .popup-left {
        width: 100vw;
        padding: 30px 15px;
    }

    .popup-left__header {
        display: flex;
        justify-content: space-between;
    }

    .popup-left__header span {
        margin-left: 0;
    }

    .close-popup {
        order: 1;
    }

    /*.dolyami__modal__cover {*/
    /*    height: 280px;*/
    /*    margin-bottom: 25px;*/
    /*    background-position: 76%;*/
    /*    background-size: 142% auto;*/
    /*}*/
    .dolyami__modal__cover__logo {
        width: 230px;
        padding: 19px 20px;
        margin: 0;
    }

    .dolyami__modal__content {
        padding: 0 20px;
        max-width: 100%;
    }

    .dolyami__main__title,
    .dolyami__easy__title,
    .dolyami__howto__title {
        font-size: 30px;
    }

    .dolyami__main__title {
        padding-right: 0;
    }

    .dolyami__modal__cover {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 360px) {
    .dolyami__modal__cover {
        width: 300px;
    }
}

@media only screen and (max-width: 512px) {


    .dolyami__main__text {
        margin-top: 14px;
    }

    .dolyami__steps {
        margin-top: 32px;
    }

    .dolyami__steps__number-wrapper {
        width: 60px;
        height: 60px;
        margin-right: 20px;
    }

    .dolyami__steps__item {
        margin-top: 24px;
    }

    .dolyami___main {
        margin-bottom: 32px;
    }

    .dolyami__easy__item {
        margin-top: 20px;
    }

    .dolyami__easy__list {
        margin-left: 0;
    }

    .dolyami__easy__item-title {
        font-size: 18px;
        margin: 0 0 6px -1px;
    }

    .dolyami__easy {
        margin-bottom: 32px;
    }

    .dolyami__howto__steps {
        margin-top: 24px;
        padding-left: 15px;
    }

    .dolyami__howto {
        margin-bottom: 52px;
    }

    .search-page input[type="submit"] {
        margin-top: 10px;
    }
}

.footer__link-menu_mobile {
    display: none;
}

@media screen and (max-width: 700px), (max-width: 850px) and (max-height: 500px) {

    .popup-center {
        width: 95vw;
        height: calc(95vw * 0.7);
    }


    .popup-left__result .element-mess {
        margin-top: 10px;
    }

    .form-popup .popup-left__header {
        margin-bottom: 20px;
    }

    .popup-left__header {
        flex-direction: column;
        align-items: flex-end;
    }

    .popup-left__title {
        display: block;
        text-align: left;
        margin-top: 20px;
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: 100%;
        width: 100%;
        order: 3;
    }

    .header-buttons_item + a {
        margin-left: 1px
    }

    .b24-widget-button-position-bottom-right {
        right: 20px !important;
        bottom: 70px !important;
    }

    .b24-widget-button-pulse-animate {
        animation: unset !important;
    }

    .footer-logo__link {
        display: block;
        width: 100%;
    }

    .footer__link {
        flex-direction: column;
        margin: 30px 0 0;
    }

    .footer__link-menu_desktop {
        display: none;
    }

    .footer__link-menu_mobile {
        display: flex;
    }

    .footer__link-menu {
        align-items: center;
    }

    .footer__link-menu {
        order: 1;
    }

    .pay {
        width: 100%;
        max-width: 500px;
        justify-content: space-between;
    }

    .pay svg {
        margin: 0;
    }

    .footer__rights {
        order: 3;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 50px;
    }

    .footer__bottom {
        flex-direction: column;
        align-items: center;
    }

    .footer__rights span {
        display: block;
        margin-bottom: 5px;
    }

    .footer__contact {
        order: 0;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .footer {
        padding: 30px 0;
    }

    .menu-bottom {
        display: flex;
    }

    .contact-wrapper {
        flex-direction: column;
    }

    .contact-wrapper .contact-form {
        margin-top: 0;
    }

    .contact-wrapper form,
    .contact-wrapper .contact-info {
        max-width: unset;
        width: 100%;
    }

    input[type="checkbox"] + label {
        display: inline;
    }
}
