@charset "UTF-8";
:root {
    --clr-base: #1D1D1B;
    --clr-att: #6a6a6a;
    --clr-att-hover: #6a6a6a;
    --clr-light: #e4e4e;
    --clr-border: #BDBFC2;
    --clr-border-light: #e9e9e9;
    --clr-link: #6a6a6a;
    --min: 375px;
    --max: 1500px;
    --paddingContainer: 7.5px;
    font-size: 10px;
}

.sl-wrap ~ .sl-wrap {
    display: none;
}

.elm-hidden {
    display: none;
}

/* font-family: 'Plumb', sans-serif; */
.f500 {
    font-weight: 500;
}

/* font-family: 'Plumb', sans-serif; */
.f500 * {
}

/* ----------------------------------- *\
			main styles
\* ----------------------------------- */

/* line-height: 1.35; */
body {
    color: var(--clr-base);
    background: #fff;
    font-size: 14px;
    font-family: 'Rawline SemiBold';
    /* line-height: 1; */

}

p,
ul,
ol,
table,
blockquote,
.bq-text {
    position: relative;
    margin-bottom: 1.35em;
}

p img,
ul img,
ol img,
table img,
blockquote img,
.bq-text img {
    max-width: 100%;
}

p:last-child,
ul:last-child,
ol:last-child,
table:last-child,
blockquote:last-child,
.bq-text:last-child {
    margin-bottom: 0 !important;
}

li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
}

li:last-child {
    margin-bottom: 0;
}

/* margin-top: -3px; */
/* top: 0.5em; */
li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--clr-base);
    position: absolute;
    top: 8px;
    left: 8px;
}

.menu,
.list {
    margin: 0;
    padding: 0;
}

.menu li,
.list li {
    margin: 0;
    padding: 0;
}

.menu li:before,
.list li:before {
    display: none;
}

ol {
    counter-reset: li;
    list-style: none;
}

ol li {
    position: relative;
    padding-left: 18px;
}

ol li:before {
    content: counter(li) '.';
    counter-increment: li;
    border-radius: 0;
    background-color: transparent;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: auto;
    color: var(--clr-att-hover);
}

ol li:nth-child(9) ~ li {
    padding-left: 24px;
}

ol li:nth-child(9) ~ li:before {
    content: counter(li) '.';
    width: 24px;
}

a {
    text-decoration: none;
    color: var(--clr-att);
}

a:hover {
    text-decoration: none;
    color: var(--clr-att-hover);
}

a.link-main,
.link-main {
    text-decoration: none;
    border-bottom: 1px solid;
}

.link-phone {
    white-space: nowrap;
}

.page-title,
h1,
.h1-title,
h2,
.h2-title,
h3,
.h3-title,
h4,
.h4-title,
h5,
.h5-title,
h6,
.h6-title {
    display: block;
    position: relative;
    font-weight: bold;
    margin: 1em 0;
}

.page-title:first-child,
h1:first-child,
.h1-title:first-child,
h2:first-child,
.h2-title:first-child,
h3:first-child,
.h3-title:first-child,
h4:first-child,
.h4-title:first-child,
h5:first-child,
.h5-title:first-child,
h6:first-child,
.h6-title:first-child {
    margin-top: 0;
}

.page-title {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 500;
    /* font-family: 'Plumb', sans-serif; */
}

.page-title * {
    /* font-family: 'Plumb', sans-serif; */
}

.h1-title,
h1 {
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 500;
    /* font-family: 'Plumb', sans-serif; */
}

.h1-title *,
h1 * {
    /* font-family: 'Plumb', sans-serif; */
}

.h1-title.title-large,
h1.title-large {
    font-size: 24px;
    margin-bottom: 15px;
}

.h3-title,
h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    /* font-family: 'Plumb', sans-serif; */
}

.h3-title *,
h3 * {
    /* font-family: 'Plumb', sans-serif; */
}

.h4-title,
h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    /* font-family: 'Plumb', sans-serif; */
}

.h4-title *,
h4 * {
    /* font-family: 'Plumb', sans-serif; */
}

.text-att,
.title-att {
    color: var(--clr-att);
}

.text-light,
.title-light {
    color: var(--clr-light);
}

.text-center,
.title-center {
    text-align: center;
}

@media (max-width: 1399px) {
    :root {
        font-size: 9.5px;
    }
}

@media (max-width: 1199px) {
    :root {
        font-size: 9px;
    }
}

@media (max-width: 1023px) {
    :root {
        font-size: 8px;
    }

    .scroll-mobile-wrap {
        margin-left: calc(var(--paddingContainer) * -1);
        margin-right: calc(var(--paddingContainer) * -1);
        padding-left: var(--paddingContainer);
        padding-right: var(--paddingContainer);
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .scroll-mobile-wrap::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .scroll-mobile-wrap .items-wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .scroll-mobile-wrap .item-wrap {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 240px;
    }
}

@media (max-width: 767px) {
    :root {
        font-size: 7px;
    }
}

@media (min-width: 1024px) {
    :root {
        --paddingContainer: 30px;
    }

    .page-title {
        font-size: 4.8rem;
        line-height: 1.14583333;
    }

    .h1-title,
    h1 {
        font-size: 2.4rem;
        line-height: 1.35;
    }

    .h1-title.title-large,
    h1.title-large {
        margin-bottom: 3rem;
        font-size: 28px;
    }

    .h4-title {
        font-size: 18px;
    }
}

@media (min-width: 1400px) {
    :root {
        --paddingContainer: 45px;
    }
}

/* ----------------------------------- *\
			structura
\* ----------------------------------- */
/* min-width: var(--min); */
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    width: 100vw;
    overflow-x: hidden;
}

.cnt-full-wrap {
    margin-left: calc(var(--paddingContainer) * -1);
    margin-right: calc(var(--paddingContainer) * -1);
    padding-left: var(--paddingContainer);
    padding-right: var(--paddingContainer);
}

/* min-width: var(--min); */
.inner-wrap,
.page-full {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding-left: var(--paddingContainer);
    padding-right: var(--paddingContainer);
    max-width: var(--max);
    width: 100%;
}

.inner-wrap .inner-wrap,
.page-full .inner-wrap {
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
}

.inner-wrap .cnt-section,
.page-full .cnt-section {
    min-width: 0;
}

.inner-wrap.wrap-nopadding,
.page-full.wrap-nopadding {
    padding-left: 0;
    padding-right: 0;
}

.page-full {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

/* min-width: var(--min); */
.wrap,
.header,
.nav,
.footer,
.cnt-section {
    position: relative;
    clear: both;
    width: 100%;
}

.section-main .inner-wrap {
    max-width: 2000px;
}

/* overflow: hidden; */
/* display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column; */
.wrap {
    min-height: 100vh;
}

.wrap > .cnt-section {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.nav,
.header,
.footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /* line-height: 1; */
    text-align: left;
}

.nav ul,
.header ul,
.footer ul,
.nav li,
.header li,
.footer li,
.nav p,
.header p,
.footer p {
    margin: 0;
    padding: 0;
}

.nav ul:before,
.header ul:before,
.footer ul:before,
.nav li:before,
.header li:before,
.footer li:before,
.nav p:before,
.header p:before,
.footer p:before {
    display: none;
}

.nav a,
.header a,
.footer a {
    text-decoration: none;
    position: relative;
    transition: all ease 0.2s;
}

.footer {
    overflow: hidden;
    line-height: 1.35;
}

.footer .footer-title {
    font-weight: 400;
    font-size: 1em;
    margin: 0 0 10px 0;
    line-height: inherit;
}

.footer-menu-panel {
    text-align: center;
    padding: 40px 0 15px 0;
    background: #F5F5F5;
    font-size: 16px;
    line-height: 1.35;
}

.footer-menu-panel .menu {
    columns: 1;
    column-gap: 30px;
}

.footer-menu-panel .menu > li {
    padding-bottom: 20px;
    break-inside: avoid-column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.footer-menu-panel .menu > li > a {
    font-size: 20px;
    color: var(--clr-base);
}

.footer-menu-panel a {
    display: block;
    padding: 5px 0;
    color: var(--clr-link);
}

.footer-menu-panel a:hover,
.footer-menu-panel a.active {
    color: var(--clr-base);
}

.footer-bottom-panel {
    padding: 30px 0;
    text-align: center;
}

.footer-bottom-panel .inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-bottom-panel .info-wrap {
    padding: 0 5px;
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.footer-bottom-panel a {
    color: var(--clr-base);
}

.footer-bottom-panel a:hover {
    color: var(--clr-att);
}

.footer-top-panel {
    overflow: hidden;
    background: #616161;
    color: #fff;
    padding: 30px 0;
    text-align: center;
}

.footer-top-panel .inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer-top-panel .form-wrap {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    width: 100%;
    -ms-flex-order: 1;
    order: 1;
}

.footer-top-panel .form-wrap .footer-title {
    margin-bottom: 20px;
}

.footer-top-panel .logo-wrap {
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 30px;
}

.footer-top-panel .soc-wrap {
    -ms-flex-order: 3;
    order: 3;
}

.footer-top-panel .soc-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7px -14px -7px;
}

.footer-top-panel .soc-items .button-soc {
    width: 45px;
    height: 45px;
    margin: 0 7px 14px 7px;
    filter: brightness(0) invert(1);
}

.footer-top-panel .logo {
    width: 210px;
    margin: 0 auto;
}

.header-action-box {
    background: #F0F0F0;
    display: block;
    position: relative;
    overflow: hidden;
    height: 24px;
    text-align: center;
}

.header-action-box .header-action {
    display: block;
    color: var(--clr-base);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
}

.header {
    z-index: 99;
    border-bottom: 1px solid var(--clr-border);
    width: 100vw;
}

.header .inner-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header .header-main-panel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.header .logo-wrap {
    -ms-flex-order: 2;
    order: 2;
    width: 140px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header .actions-locale {
    display: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-order: 1;
    order: 1;
}

.header .actions-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-order: 3;
    order: 3;
    padding-left: 20px;
    padding-right: 60px;
    -ms-flex: 1;
    flex: 1;
}

.header .action-wrap {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 6px;
}

.header .action-user,
.header .action-location {
    display: none;
}

.header .action-select {
    position: relative;
}

.header .action-select .popup-content-block {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 240px;
    min-width: 100%;
    background: #fff;
    border-radius: 12px;
    border: 1px solid var(--clr-border);
    padding: 10px 0;
    z-index: 20;
    margin-top: 10px;
}

.header .action-select .popup-content-block a {
    display: block;
    padding: 10px;
}

.header .action-select .popup-content-block a:hover,
.header .action-select .popup-content-block a.active {
    background-color: var(--clr-att);
    color: #fff;
}

.header .btn-action-ico {
    width: 34px;
    height: 34px;
}

.header .btn-action-ico[data-count] {
    line-height: 34px;
    width: auto;
}

.header a {
    color: inherit;
}

.header a:hover {
    color: inherit;
}

.header-menu-panel .menu-actions-wrap {
    line-height: 1.35;
    font-size: 14px;
}

.header-menu-panel .menu-actions-wrap .menu-sep {
    border-top: 1px solid var(--clr-border);
}

.header-menu-panel .btn-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 19px 20px 19px 20px;
}

.header-menu-panel .btn-menu .button-ico {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 5px 0 0;
    width: 24px;
    height: 24px;
}

.logo {
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 1;
    text-decoration: none;
    width: 100%;
    letter-spacing: normal;
    font-weight: 400;
}

.logo:hover {
    text-decoration: none;
}

.logo img {
    display: block;
    width: 100%;
}

@media (max-width: 1023px) {
    .section-mobile-full {
        margin-left: calc(var(--paddingContainer) * -1);
        margin-right: calc(var(--paddingContainer) * -1);
    }

    /* .wrap {
        padding-top: 89px;
    } */

    /* .wrap:not(:has(.header-action-box)) {
        padding-top: 65px;
    } */

    .footer-top-panel .inner-wrap {
        padding-left: 17.5px;
        padding-right: 17.5px;
    }

    .header-action-box {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
    }

    .header-action-box + .header {
        top: 24px;
    }

    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
    }

    .header-main-panel {
        padding: 0 7.5px;
    }

    .header-menu-panel {
        width: 34px;
        height: 34px;
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -20px;
        z-index: 10;
    }

    .header-menu-panel .submenu-info-wrap,
    .header-menu-panel .submenu-title {
        display: none;
    }

    .header-menu-panel .submenu-inner-wrap {
        display: none;
    }

    .header-menu-panel .submenu-inner-wrap ul {
        display: block;
    }

    .header-menu-panel .popup-content-block {
        display: none;
        background: #fff;
        padding-bottom: 40px;
        z-index: 20;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        top: 65px;
        left: 0;
        right: 0;
        bottom: 0;
        color: var(--clr-base);
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
        line-height: 1.35;
    }

    .header-menu-panel .popup-content-block::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .header-menu-panel .menu-wrap {
        text-transform: uppercase;
    }

    .header-menu-panel .menu-wrap .menu > li {
        border-bottom: 1px solid var(--clr-border);
    }

    .header-menu-panel .menu-wrap .menu ul {
        text-transform: none;
        padding: 0 0 15px 0;
    }

    .header-menu-panel .menu-wrap .menu ul a {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .header-menu-panel .menu-wrap .submenu.open > a:before {
        transform: rotate(-90deg);
    }

    .header-menu-panel .menu-wrap .submenu > a {
        padding-right: 40px;
    }

    .header-menu-panel .menu-wrap .submenu > a:before {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        background: url(../img/icons/arrow-menu.svg) center no-repeat;
        background-size: 100% auto;
        top: 50%;
        right: 14px;
        margin-top: -12px;
        transition: transform ease 0.2s;
    }

    .header-menu-panel .menu-wrap a {
        padding: 20px;
    }

    .header-menu-panel .menu a {
        display: block;
        position: relative;
        color: inherit;
    }

    .header-menu-panel .menu a.btn-menu {
        display: -ms-flexbox;
        display: flex;
    }

    .header-menu-panel .menu a:hover {
        color: inherit;
    }

    .header-menu-panel .menu a.active {
        color: #fff;
        background-color: var(--clr-att);
    }

    .header-menu-panel .menu a.active .button-ico {
        filter: brightness(0) invert(1);
    }

    .header-menu-panel .menu a.active:before {
        filter: brightness(0) invert(1);
    }
}

@media (min-width: 480px) {
    .footer-menu-panel .menu {
        columns: 2;
    }

    .footer-bottom-panel .info-wrap {
        width: auto;
    }

    .header .action-user,
    .header .action-location {
        display: block;
    }
}

@media (min-width: 640px) {
    .footer-menu-panel .menu {
        columns: 3;
    }
}

@media (min-width: 1024px) {
    .header-action-box .header-action {
        letter-spacing: 5px;
    }

    .footer-menu-panel {
        padding-top: 8rem;
        padding-bottom: 5.5rem;
    }

    .footer-menu-panel .menu {
        columns: inherit;
        column-gap: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px;
    }

    .footer-menu-panel .menu > li {
        width: 25%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 0 15px;
    }

    .footer-top-panel {
        padding: 0;
    }

    .footer-top-panel .inner-wrap {
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-top: 4rem;
        padding-bottom: 4rem;
        min-height: 19rem;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .footer-top-panel .form-wrap {
        width: 39.2rem;
        margin: 0;
        padding: 0;
        max-width: inherit;
    }

    .footer-top-panel .soc-wrap {
        width: 39.2rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .footer-top-panel .logo-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 21rem;
        margin: 0 0 0 -10.5rem;
    }

    .header-fixed {
        padding-top: 107px;
    }

    .header-fixed .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }

    .header {
        background: #fff;
        z-index: 99;
    }

    .header .inner-wrap {
        padding-top: 0;
        padding-bottom: 0;
        height: 106px;
    }

    .header .actions-locale {
        display: -ms-flexbox;
        display: flex;
    }

    .header .actions-main {
        padding: 0;
        -ms-flex: inherit;
        flex: inherit;
    }

    .header .action-wrap {
        margin-left: 28px;
    }

    .header .action-wrap:first-child {
        margin-left: 0;
    }

    .header .logo-wrap {
        width: 21rem;
        position: absolute;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -10.5rem;
    }

    .header-main-panel {
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        padding-top: 15px;
        padding-bottom: 15px;
        height: 64px;
    }

    .header-menu-panel .menu-wrap {
        font-size: 14px;
        text-transform: uppercase;
        line-height: 20px;
        font-weight: 400;
        color: #000;
    }

    .header-menu-panel .menu-actions-wrap {
        display: none;
    }

    .header-menu-panel .menu {
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
        max-width: 970px;
        -ms-flex-pack: center;
        justify-content: center;
        position: static;
    }

    .header-menu-panel .menu > li {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .header-menu-panel .menu li > a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 15px;
        height: 42px;
        color: inherit;
        text-align: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        overflow: visible;
        z-index: 2;
    }

    .header-menu-panel .menu li > a:hover,
    .header-menu-panel .menu li > a.active {
        color: var(--clr-base);
        background-color: transparent;
    }

    .header-menu-panel .menu li > a:hover .button-title:before,
    .header-menu-panel .menu li > a.active .button-title:before {
        opacity: 1;
    }

    .header-menu-panel .menu .button-title {
        display: inline-block;
        position: relative;
        height: 42px;
        line-height: 42px;
    }

    .header-menu-panel .menu .button-title:before {
        content: "";
        display: block;
        position: absolute;
        bottom: -1px;
        left: -6px;
        right: -6px;
        height: 2px;
        background-color: var(--clr-base);
        opacity: 0;
        transition: opacity ease 0.2s;
    }

    .header-menu-panel .menu > li {
        position: static;
    }

    .header-menu-panel .menu > li:hover .submenu-inner-wrap {
        display: -ms-flexbox;
        display: flex;
    }

    .header-menu-panel .menu > li:hover > a .button-title:before {
        opacity: 1;
    }

    .header-menu-panel .menu .submenu-inner-wrap {
        display: none;
        position: absolute;
        border-top: 1px solid var(--clr-border);
        top: 100%;
        left: 50%;
        width: 970px;
        margin-left: -485px;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 5.6rem 50px 5rem 50px;
        font-size: 14px;
        line-height: 1.35;
        z-index: 10;
        background: #fff;
        font-weight: 500;
        /* font-family: 'Plumb', sans-serif; */
    }

    .header-menu-panel .menu .submenu-inner-wrap * {
        /* font-family: 'Plumb', sans-serif; */
    }

    .header-menu-panel .menu .submenu-inner-wrap:before,
    .header-menu-panel .menu .submenu-inner-wrap:after {
        content: "";
        display: block;
        width: 9999px;
        position: absolute;
        top: -1px;
        bottom: 0;
        left: 100%;
        background: #fff;
        border-top: 1px solid var(--clr-border);
    }

    .header-menu-panel .menu .submenu-inner-wrap:before {
        left: auto;
        right: 100%;
    }

    .header-menu-panel .menu .submenu-inner-wrap .submenu-wrap {
        width: 45%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 0 3rem 0 0;
        text-align: left;
        font-size: 2rem;
        max-width: 620px;
    }

    .header-menu-panel .menu .submenu-inner-wrap .submenu-wrap .submenu-title {
        text-transform: none;
        margin: 0 0 3rem 0;
    }

    .header-menu-panel .menu .submenu-inner-wrap .submenu-wrap li > a {
        text-align: left;
        padding: 12px 0;
        text-transform: none;
        font-size: 2rem;
        line-height: 1.35;
        font-family: 'PlumbC', sans-serif;
        font-weight: 400;
        color: var(--clr-link);
    }

    .header-menu-panel .menu .submenu-inner-wrap .submenu-wrap li > a:hover,
    .header-menu-panel .menu .submenu-inner-wrap .submenu-wrap li > a.active {
        color: var(--clr-base);
    }

    .header-menu-panel .menu .submenu-inner-wrap .submenu-wrap li > a * {
        font-family: 'PlumbC', sans-serif;
        font-weight: 400;
    }

    .header-menu-panel .menu .submenu-inner-wrap .submenu-info-wrap {
        width: 55%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        max-width: 677px;
        text-transform: none;
    }

    .header-menu-panel .menu .submenu-inner-wrap .submenu-info-wrap .btn {
        min-width: 190px;
        margin-top: 3rem;
        width: auto;
        color: #fff;
    }

    .header-menu-panel .menu .submenu-inner-wrap .submenu-info-wrap p {
        margin: 0;
    }

    .header-menu-panel .menu .submenu-inner-wrap .submenu-title {
        margin: 3rem 0 10px 0;
        font-size: 28px;
        text-transform: uppercase;
        font-weight: 500;
        /* font-family: 'Plumb', sans-serif; */
    }

    .header-menu-panel .menu .submenu-inner-wrap .submenu-title * {
        /* font-family: 'Plumb', sans-serif; */
    }

    .header-menu-panel .menu .submenu-inner-wrap .submenu-title:first-child {
        margin-top: 0;
    }

    .header-menu-panel .menu ul a {
        height: auto;
        display: block;
        padding: 15px;
    }

    .header-menu-panel .menu ul a:hover,
    .header-menu-panel .menu ul a.active {
        background-color: transparent;
        color: var(--clr-att);
    }

    .header-menu-panel .btn-popup-open {
        display: none;
    }
}

@media (min-width: 1024px) and (max-width: 1399px) {
    .footer-top-panel .form-wrap {
        width: 30rem;
    }
}

/* ----------------------------------- *\
			items styles
\* ----------------------------------- */
.item-tile-cart-inner {
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    color: var(--clr-base);
    padding: 14px;
}

.item-tile-cart-inner .tile-photo-wrap {
    width: 100%;
    max-width: 120px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.item-tile-cart-inner .tile-info-wrap {
    -ms-flex: 1;
    flex: 1;
    padding-left: 15px;
}

.item-tile-cart-inner .tile-title-wrap {
    margin-bottom: 12px;
}

.item-tile-cart-inner .tile-price-wrap {
    margin-bottom: 10px;
}

.item-tile-cart-inner .tile-counter-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    /* position: relative; */
}

.item-tile-cart-inner .tile-cart {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 5px;
}

.item-tile-cart-inner .tile-title {
    display: block;
    font-weight: 400;
    margin: 0 0 5px 0;
}

.item-tile-cart-inner .tile-subtitle {
    display: block;
    font-size: 12px;
    color: var(--clr-border);
    font-weight: 500;
    /* font-family: 'Plumb', sans-serif; */
}

.item-tile-cart-inner .tile-subtitle * {
    /* font-family: 'Plumb', sans-serif; */
}

.item-tile-cart-inner .tile-price {
    font-size: 18px;
    font-weight: 500;
    /* font-family: 'Plumb', sans-serif; */
}

.item-tile-cart-inner .tile-price * {
    /* font-family: 'Plumb', sans-serif; */
}

.item-tile-cart-inner .tile-photo {
    aspect-ratio: 1;
    background-color: #F9F9F9;
}

.item-tile-cart-inner .frm-field-counter,
.item-tile-cart-inner .btn-action-ico {
    z-index: 6;
}

.item-tile-cart,
.item-tile-order {
    display: -ms-flexbox;
    display: flex;
    padding: 14px;
}

.item-tile-cart .tile-photo-wrap,
.item-tile-order .tile-photo-wrap {
    width: 120px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.item-tile-cart .tile-info-wrap,
.item-tile-order .tile-info-wrap {
    -ms-flex: 1;
    flex: 1;
    max-width: calc(100% - 120px);
    padding-left: 15px;
}

.item-tile-cart .tile-title-wrap,
.item-tile-order .tile-title-wrap {
    margin-bottom: 15px;
}

.item-tile-cart .tile-actions-wrap,
.item-tile-order .tile-actions-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.item-tile-cart .tile-counter,
.item-tile-order .tile-counter {
    width: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 6;
}

.item-tile-cart .tile-cart,
.item-tile-order .tile-cart {
    padding-left: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 6;
}

.item-tile-cart .tile-subtitle,
.item-tile-order .tile-subtitle {
    display: block;
    font-size: 12px;
    color: var(--clr-border);
    margin: 0 0 5px 0;
    font-weight: 500;
    /* font-family: 'Plumb', sans-serif; */
}

.item-tile-cart .tile-subtitle *,
.item-tile-order .tile-subtitle * {
    /* font-family: 'Plumb', sans-serif; */
}

.item-tile-cart .tile-photo,
.item-tile-order .tile-photo {
    aspect-ratio: 1;
    background: #F9F9F9;
}

.item-tile-cart .tile-title,
.item-tile-order .tile-title {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: var(--clr-base);
    margin: 0 0 15px 0;
}

.item-tile-cart .tile-total,
.item-tile-order .tile-total {
    display: block;
    font-size: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 500;
    /* font-family: 'Plumb', sans-serif; */
}

.item-tile-cart .tile-total *,
.item-tile-order .tile-total * {
    /* font-family: 'Plumb', sans-serif; */
}

.item-tile-cart a,
.item-tile-order a {
    display: block;
}

.item-tile-cart a:not(:hover),
.item-tile-order a:not(:hover) {
    color: inherit;
}

.item-tile-cart a:hover,
.item-tile-order a:hover {
    color: var(--clr-link);
}

.item-tile-cart .form-input,
.item-tile-order .form-input {
    height: 40px;
    font-size: 18px;
    font-weight: 500;
    /* font-family: 'Plumb', sans-serif; */
}

.item-tile-cart .form-input *,
.item-tile-order .form-input * {
    /* font-family: 'Plumb', sans-serif; */
}

.item-tile-order .tile-link {
    z-index: 10;
}

.item-tile-order .tile-photo-wrap {
    width: 100px;
}

.item-tile-order .tile-info-wrap {
    padding-left: 30px;
    padding-left: 3rem;
    max-width: calc(100% - 100px);
}

.item-tile-order .tile-actions-wrap {
    display: block;
}

.item-tile-order .tile-title-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.item-tile-order .tile-subtitle {
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px 0 0;
    -ms-flex-order: 1;
    order: 1;
}

.item-tile-order .tile-total {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-order: 2;
    order: 2;
}

.item-tile-order .tile-title {
    font-size: 20px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-order: 3;
    order: 3;
    margin: 0;
}

.item-tile-order .tile-counter {
    width: auto;
    font-size: 12px;
    font-weight: 500;
    /* font-family: 'Plumb', sans-serif; */
}

.item-tile-order .tile-counter * {
    /* font-family: 'Plumb', sans-serif; */
}

.item-tile-plus {
    display: block;
    color: var(--clr-base);
    font-size: 12px;
    text-align: center;
}

.item-tile-plus .tile-ico {
    margin: 0 auto 15px auto;
    width: 42px;
    height: 42px;
}

.item-tile-plus .tile-title {
    display: block;
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 5px 0;
    font-weight: 400;
}

.item-tile-plus .tile-info {
    display: block;
    color: var(--clr-border);
    font-weight: 500;
    /* font-family: 'Plumb', sans-serif; */
}

.item-tile-plus .tile-info * {
    /* font-family: 'Plumb', sans-serif; */
}

.item-tile-category-main {
    display: block;
    position: relative;
    text-align: center;
    color: var(--clr-base);
}

.item-tile-category-main:hover {
    color: var(--clr-base);
}

.item-tile-category-main:hover .tile-action-wrap {
    opacity: 1;
}

.item-tile-category-main:hover .tile-action-wrap ~ .tile-photo img {
    opacity: 0.15;
}

.item-tile-category-main.tile-catalog-add:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    background: url(../img/icons/plus.svg) center no-repeat;
    background-size: 24px auto;
    top: 0;
    right: 0;
    z-index: 8;
}

.item-tile-category-main.tile-catalog .tile-photo {
    aspect-ratio: 1;
}

.item-tile-category-main .tile-info-wrap {
    display: block;
    padding: 30px 0 0 0;
    text-align: center;
}

.item-tile-category-main .tile-photo-wrap {
    display: block;
    position: relative;
    line-height: 1;
}

.item-tile-category-main .tile-action-wrap {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
    opacity: 0;
    transition: opacity ease 0.2s;
}

.item-tile-category-main .tile-title-wrap {
    display: block;
    padding: 20px 0 0 0;
}

.item-tile-category-main .tile-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    /* font-family: 'Plumb', sans-serif; */
}

.item-tile-category-main .tile-title * {
    /* font-family: 'Plumb', sans-serif; */
}

.item-tile-category-main .tile-info-subtitle {
    display: block;
    font-size: 12px;
    color: var(--clr-border);
    margin: 0 0 5px 0;
    font-weight: 500;
    /* font-family: 'Plumb', sans-serif; */
}

.item-tile-category-main .tile-info-subtitle * {
    /* font-family: 'Plumb', sans-serif; */
}

.item-tile-category-main .tile-info-title {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.item-tile-category-main .tile-info-title:last-child {
    margin-bottom: 0;
}

.item-tile-category-main .tile-price {
    display: block;
    font-size: 16px;
    font-weight: 500;
    /* font-family: 'Plumb', sans-serif; */
}

.item-tile-category-main .tile-price * {
    /* font-family: 'Plumb', sans-serif; */
}

.item-tile-category-main .tile-photo {
    background-color: #F9F2F4;
    aspect-ratio: 300/274;
}

.item-tile-category-main .tile-photo.photo-cover {
    aspect-ratio: 1/1;
}

.item-tile-category-main .btn-action-ico.ico-plus {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 6;
}

.item-tile-category-main .btn {
    background: none;
    border: none;
    color: var(--clr-base);
}

.item-tile-category-main .btn:hover {
    color: var(--clr-base);
    background: none;
}

.item-tile-category {
    display: block;
    position: relative;
    padding: 0 0 20px 0;
    font-size: 18px;
    font-weight: 500;
    /* font-family: 'Plumb', sans-serif; */
    text-transform: uppercase;
    color: #8a8a8a;
    line-height: normal;
    text-align: center;
}

.item-tile-category * {
    /* font-family: 'Plumb', sans-serif; */
}

.item-tile-category:hover {
    color: var(--clr-base);
}

.item-tile-category .tile-ico {
    width: 120px;
    height: auto;
    max-width: 100%;
    background-color: var(--clr-base);
    border-radius: 50%;
    margin: 0 auto 15px auto;
}

.item-tile-category .tile-ico:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.item-tile-category .tile-ico img,
.item-tile-category .tile-ico svg {
    max-width: 100%;
    max-height: 100%;
}

.item-tile-category .tile-photo {
    width: 120px;
    border-radius: 50%;
    max-width: 100%;
    background-color: #F9F2F4;
    margin: 0 auto 15px auto;
}

/* :is([class^="item-tile"]):hover .tile-photo img, */
:is([class^="item-tile"]):hover .elm-photo img {
    transform: scale(1.03);
}

.elm-photo,
.tile-photo {
    display: block;
    position: relative;
    /* overflow: hidden; */
    text-decoration: none;
    line-height: 1;
}

.elm-photo.photo-main,
.tile-photo.photo-main {
    border: 1px solid #f00;
    width: 300px;
    height: 300px;
}

.elm-photo:before,
.tile-photo:before {
    content: "";
    display: none;
    padding-top: 100%;
}

.elm-photo img,
.tile-photo img {
    display: block;
    position: relative;
    width: 100%;
    transition: all ease-out 1s;
}

.elm-photo.photo-cover:before,
.tile-photo.photo-cover:before {
    display: block;
}

.elm-photo.photo-cover img,
.tile-photo.photo-cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.elm-photo.photo-contain:before,
.tile-photo.photo-contain:before {
    display: block;
}

/* .tile-photo.photo-contain img, */
.elm-photo.photo-contain img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

@supports (aspect-ratio: 1) {
    .elm-photo:not(.photo-cover, .photo-contain),
    .tile-photo:not(.photo-cover, .photo-contain) {
        aspect-ratio: inherit !important;
    }

    .photo-cover,
    .photo-contain {
        aspect-ratio: 1;
    }

    .photo-cover:before,
    .photo-contain:before {
        display: none !important;
    }
}

.elm-price,
.tile-price {
    white-space: nowrap;
}

/* font-family: 'PlumbC', sans-serif;
font-weight: 400; */
/* opacity: 0.8; */
.elm-price.price-old,
.tile-price.price-old {
  text-decoration: line-through;
}
/* .elm-price.price-percent,
.tile-price.price-percent {
    font-family: 'PlumbC', sans-serif;
    font-weight: 400;
} */

.elm-price[data-unit]:after,
.tile-price[data-unit]:after {
    content: " " attr(data-unit);
}

.elm-ico,
.button-ico,
.menu-ico,
.frm-ico,
.tab-ico,
.tile-ico,
.lbl-ico {
    display: block;
    position: relative;
    overflow: hidden;
    width: 40px;
    height: 40px;
}

.elm-ico img,
.button-ico img,
.menu-ico img,
.frm-ico img,
.tab-ico img,
.tile-ico img,
.lbl-ico img,
.elm-ico [class*="icon-"],
.button-ico [class*="icon-"],
.menu-ico [class*="icon-"],
.frm-ico [class*="icon-"],
.tab-ico [class*="icon-"],
.tile-ico [class*="icon-"],
.lbl-ico [class*="icon-"],
.elm-ico .i,
.button-ico .i,
.menu-ico .i,
.frm-ico .i,
.tab-ico .i,
.tile-ico .i,
.lbl-ico .i,
.elm-ico svg,
.button-ico svg,
.menu-ico svg,
.frm-ico svg,
.tab-ico svg,
.tile-ico svg,
.lbl-ico svg {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.elm-overlay {
    display: none;
    animation: fadein ease 0.2s;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 120;
}

.elm-overlay.active {
    display: block;
}

.elm-pay,
.tile-pay {
    display: block;
    position: relative;
    overflow: hidden;
    width: 50px;
    height: 32px;
}

.elm-pay img,
.tile-pay img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.elm-row,
.tile-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.elm-row .row-title,
.tile-row .row-title {
    padding-right: 10px;
}

.elm-row .row-value,
.tile-row .row-value {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 500;
    /* font-family: 'Plumb', sans-serif; */
}

.elm-row .row-value *,
.tile-row .row-value * {
    /* font-family: 'Plumb', sans-serif; */
}

.elm-row.row-total,
.tile-row.row-total {
    padding-top: 5px;
}

.elm-row.row-total .row-title,
.tile-row.row-total .row-title {
    text-transform: uppercase;
    font-weight: 500;
    /* font-family: 'Plumb', sans-serif; */
}

.elm-row.row-total .row-title *,
.tile-row.row-total .row-title * {
    /* font-family: 'Plumb', sans-serif; */
}

.elm-row.row-total .row-value,
.tile-row.row-total .row-value {
    font-size: 1.125em;
}

@media (min-width: 480px) {
    .item-tile-cart .tile-photo-wrap {
        width: 16rem;
    }

    .item-tile-cart .tile-info-wrap {
        padding-left: 3rem;
        max-width: calc(100% - 16rem);
    }

    .item-tile-cart .tile-title-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .item-tile-cart .tile-subtitle {
        -ms-flex: 1;
        flex: 1;
        padding: 0 10px 0 0;
        -ms-flex-order: 1;
        order: 1;
    }

    .item-tile-cart .tile-total {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-order: 2;
        order: 2;
    }

    .item-tile-cart .tile-title {
        font-size: 20px;
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-order: 3;
        order: 3;
        margin: 0;
    }
}

@media (min-width: 768px) {
    /* .item-tile-cart-inner .tile-photo-wrap {
        width: 16rem;
    } */

    .item-tile-cart-inner .tile-info-wrap {
        padding-left: 3rem;
        max-width: calc(100% - 16rem);
    }

    .item-tile-cart-inner .tile-title-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .item-tile-cart-inner .tile-subtitle {
        -ms-flex: 1;
        flex: 1;
        padding: 0 10px 0 0;
        -ms-flex-order: 1;
        order: 1;
    }

    .item-tile-cart-inner .tile-total {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-order: 2;
        order: 2;
    }

    .item-tile-cart-inner .tile-title {
        font-size: 20px;
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-order: 3;
        order: 3;
        margin: 0;
    }

    .item-tile-cart-inner .tile-info-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .item-tile-cart-inner .tile-actions-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .item-tile-cart-inner .tile-price-wrap {
        margin: 0;
        padding: 0 15px 0 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        min-width: 90px;
    }

    .item-tile-cart-inner .tile-counter-wrap {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .item-tile-cart-inner .tile-title-wrap {
        display: block;
        -ms-flex: 1;
        flex: 1;
        padding: 0 30px 0 0;
        margin: 0;
    }
}

@media (min-width: 1024px) {
    .item-tile-category-main .tile-title-wrap {
        padding-top: 3rem;
    }

    .item-tile-category-main .tile-title {
        font-size: 2.4rem;
    }

    .item-tile-category-main .tile-info-title {
        font-size: 2rem;
    }

    .item-tile-category-main .tile-price {
        font-size: 1.8rem;
    }
	.item-tile-category-main .tile-price.price-old {
        font-size: 1.4rem;
	}

    .item-tile-category-main .tile-photo.photo-cover {
        aspect-ratio: 450/480;
    }

    .item-tile-category {
        font-size: 24px;
        padding: 0;
    }

    .item-tile-category .tile-ico,
    .item-tile-category .tile-photo {
        font-size: 1em;
        width: 12.5em;
        margin-bottom: 2rem;
    }

    .item-tile-category .tile-photo {
        width: 8.33333333em;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .item-tile-cart-inner .tile-actions-wrap {
        display: block;
    }

    /* text-align: center; */
    .item-tile-cart-inner .tile-price-wrap {
        padding: 0;
        margin-bottom: 10px;
        width: 140px;
    }

    .item-tile-cart-inner .tile-title {
        font-size: 18px;
    }
}

@media (min-width: 1024px) and (max-width: 1599px) {
    .item-tile-order .tile-title-wrap {
        display: block;
    }

    .item-tile-order .tile-subtitle {
        padding-right: 0;
    }
}

/* ----------------------------------- *\
			content styles
\* ----------------------------------- */
.order-box .order-total-wrap {
    margin-bottom: 15px;
    text-align: center;
    font-size: 16px;
    padding: 15px;
    background: #F9F9F9;
}

.order-box .order-total-wrap .order-total-title {
    display: inline;
    margin-right: 8px;
}

.order-box .order-total-wrap .order-total-price {
    display: inline;
    font-size: 18px;
    font-weight: 500;
    /* font-family: 'Plumb', sans-serif; */
}

.order-box .order-total-wrap .order-total-price * {
    /* font-family: 'Plumb', sans-serif; */
}

.order-box .order-section-wrap {
    margin-bottom: 15px;
    /* border: 1px solid var(--clr-border); */
}

.order-box .order-section-wrap.active .order-content-wrap {
    display: block;
}

.order-box .order-section-wrap.result-active .order-content-edit {
    display: none;
}

.order-box .order-section-wrap.result-active .order-content-result {
    display: block;
}

.order-box .order-content-wrap {
    padding: 0 14px 29px 14px;
    display: none;
    margin-top: -5px;
}

.order-box .order-title-wrap {
    display: block;
    position: relative;
}

.order-box .order-content-result {
    display: none;
}

.order-box .order-content-result.active {
    display: block;
}

.order-box .result-content-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
}

.order-box .result-content-wrap.res-main {
    display: block;
}

.order-box .edit-select-wrap {
    padding-top: 15px;
    font-size: 16px;
}

.order-box .edit-select-wrap a {
    color: var(--clr-link);
}

.order-box .edit-select-wrap a:hover {
    color: var(--clr-base);
}

.order-box .order-title {
    display: block;
    padding: 29px 14px 29px 14px;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 500;
    /* font-family: 'Plumb', sans-serif; */
}

.order-box .order-title * {
    /* font-family: 'Plumb', sans-serif; */
}

.order-box .order-title:before {
    content: attr(data-number);
    color: var(--clr-border);
    display-inside: inline;
}

.order-box .frm-title-wrap {
    margin-bottom: 15px;
}

.order-box .frm-title {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    font-weight: 500;
    /* font-family: 'Plumb', sans-serif; */
}

.order-box .frm-title * {
    /* font-family: 'Plumb', sans-serif; */
}

.order-box .frm-title:last-child {
    margin-bottom: 0;
}

.order-box .frm-row,
.order-box .frm-row-submit {
    margin: 0 -15px;
    margin: 0 -1.5rem;
}

.order-box .row-sep {
    padding-top: 5px;
}

.order-box .frm-field {
    padding: 0 15px;
    padding: 0 1.5rem;
    margin-bottom: 10px;
}

.order-box .frm-row-submit {
    text-align: right;
    padding-top: 15px;
}

.order-box .frm-row-submit .frm-field {
    margin: 0;
}

.order-box .frm-content {
    display: none;
}

.order-box .frm-content.active {
    display: block;
}

.order-box .frm-select {
    margin-bottom: 15px;
}

.order-box .frm-select:last-child {
    margin-bottom: 0;
}

.order-box .frm-select .lbl-title-wrap {
    max-width: 413px;
    max-width: 41.3rem;
}

.order-box .field-four {
    width: 50%;
}

.order-box .field-link {
    padding-top: 10px;
}

.order-box .rs-title-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1em;
    font-weight: bold;
}

.order-box .rs-title-info {
    font-size: 12px;
    margin: 4px 0 0 0;
    color: var(--clr-border);
    font-weight: 400;
    display: none;
}

.order-box .rs-title {
    margin: 0 10px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
}

.order-box .result-title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 10px 0 0;
}

.cart-box {
    margin-bottom: 15px;
}

.cart-box .items-wrap {
    border: 1px solid var(--clr-border-light);
}

.cart-box .item-wrap {
    border-bottom: 1px solid var(--clr-border-light);
}

.cart-box .item-wrap:last-child {
    border-bottom: none;
}

.order-info-box {
    margin-bottom: 50px;
    margin-bottom: 5rem;
    font-size: 14px;
}

.order-info-box .order-items-wrap {
    margin-bottom: 30px;
    margin-bottom: 3rem;
    display: none;
}

.order-info-box .order-section-wrap {
    border-bottom: 1px solid var(--clr-border);
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.order-info-box .order-action-wrap {
    margin-bottom: 10px;
}

.order-info-box .order-action-wrap .btn {
    width: 100%;
}

.order-info-box .items-wrap {
    border: 1px solid var(--clr-border);
}

.order-info-box .item-wrap {
    border-bottom: 1px solid var(--clr-border);
}

.order-info-box .item-wrap:last-child {
    border-bottom: none;
}

.order-info-box .section-title {
    margin-bottom: 10px;
}

.order-info-box .info-wrap {
    border-bottom: 1px solid var(--clr-border);
}

.order-info-box .info-content-block {
    padding-bottom: 20px;
    display: none;
}

.order-info-box .info-content-block a:not(:hover) {
    color: inherit;
}

.order-info-box .rows-wrap {
    font-size: 16px;
}

.order-info-box .elm-row {
    margin-bottom: 10px;
}

.order-info-box .elm-row:last-child {
    margin-bottom: 0;
}

.order-info-box .btn-action-tgl {
    font-size: 16px;
    line-height: 1.35;
    text-transform: uppercase;
    padding-right: 50px;
    padding-left: 0;
    font-weight: 500;
    /* font-family: 'Plumb', sans-serif; */
}

.order-info-box .btn-action-tgl * {
    /* font-family: 'Plumb', sans-serif; */
}

.links-box {
    margin-bottom: 50px;
    margin-bottom: 5rem;
    font-size: 16px;
    border-bottom: 1px solid var(--clr-border);
    padding-bottom: 20px;
}

.links-box ul {
    margin-bottom: 20px;
}

.links-box ul:last-child {
    margin-bottom: 0;
}

.links-box .section-title {
    border-top: 1px solid var(--clr-border);
    padding-top: 30px;
    text-transform: uppercase;
}

.links-box .section-title:first-child {
    padding-top: 0;
    border-top: none;
}

.links-box .h2-title {
    font-size: 18px;
}

.links-box a {
    color: var(--clr-link);
}

.links-box a:hover {
    color: var(--clr-base);
}

.about-box {
    margin-bottom: 45px;
    font-size: 16px;
}

.about-box p {
    margin-bottom: 2.8em;
}

.about-box .h1-title {
    font-size: 24px;
    margin-bottom: 35px;
}

.photos-slider-box {
    margin-bottom: 50px;
    margin-bottom: 5rem;
}

.photos-slider-box .slick-dots {
    padding-bottom: 5px;
    padding-top: 15px;
}

.photos-slider-box .elm-photo {
    aspect-ratio: 1;
    background: #f9f9f9;
}

.photos-slider-box .sl-wrap {
    padding: 0 10px;
}

.photos-slider-box .slider-wrap {
    margin: 0 -10px;
}

/* -ms-flex-align: start; */
/* align-items: flex-start; */
/* margin-bottom: 30px; */
.card-box {
    font-size: 14px;
    line-height: inherit;
    position: relative;
    width: 100%;
    overflow: visible;
}

.card-box .desc-inner-wrap {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--clr-border);
}

.card-box .desc-inner-wrap.active .desc-action-wrap a:before {
    content: attr(data-hide);
}

.card-box .desc-inner-wrap.active .desc-content-wrap {
    max-height: inherit;
}

.card-box .desc-inner-wrap.active .desc-content-wrap:before {
    opacity: 0;
}

.card-box .desc-action-wrap {
    font-size: 16px;
    text-align: right;
    margin-top: 5px;
}

.card-box .desc-action-wrap a {
    color: inherit;
}

.card-box .desc-action-wrap a:hover {
    color: var(--clr-att);
}

.card-box .desc-action-wrap a:before {
    content: attr(data-show);
}

.card-box .desc-content-wrap {
    position: relative;
    overflow: hidden;
    max-height: 247px;
}

.card-box .desc-content-wrap:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 190px;
    max-height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 24.48%, #FFF 100%);
    z-index: 3;
    transition: opacity ease 0.2s;
    pointer-events: none;
}

/* .card-box .info-list-wrap {
    margin-bottom: 15px;
} */

.card-box .info-link-wrap {
    font-size: 16px;
    margin-top: 15px;
}

.card-box .info-link-wrap a {
    color: inherit;
}

.card-box .info-link-wrap a:hover {
    color: var(--clr-att);
}

/* .card-box .title-inner-wrap {
    margin-bottom: 18px;
} */

/* .card-box .actions-inner-wrap {
    margin-bottom: 15px;
    border-bottom: 1px solid var(--clr-border);
} */

/* overflow: hidden; */
/* margin-bottom: 15px; */
.card-box .section-inner-wrap {
    position: relative;
    margin-bottom: 35px;
}

/* .card-box .section-inner-wrap:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: var(--clr-border);
} */

.card-box .catalog-inner-wrap {
    margin-bottom: 15px;
}

/* font-size: 16px; */
.card-box .section-title-wrap {
    display: block;
    margin-bottom: 10px;
}

/* margin: 0 -10px -10px 0; */
/* flex-wrap: wrap; */
.card-box .section-list-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    z-index: 2;
    position: relative;
    column-gap: 10px;
}

.card-box .section-list-wrap .elm-photo {
    /* margin: 0 10px 10px 0; */
    width: 16px;
    aspect-ratio: 1;
    background: #F9F9F9;
    position: relative;
}

/* .card-box .section-list-wrap .elm-photo:hover:after, */
.card-box .section-list-wrap .elm-photo.active:after {
    opacity: 1;
}

.card-box .section-list-wrap .elm-photo:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: var(--clr-base);
    opacity: 0;
    transition: opacity ease 0.2s;
    z-index: 3;
}

.card-box .section-list-sizes {
    display: flex;
    margin: 0 0 10px 0;
    gap: 5px;
}

/* font-family: 'PlumbC', sans-serif; */
.card-box .section-list-sizes > a {
    /* font-weight: 400; */
    display: block;
    padding: 5px 10px;
    border: 2px solid rgba(0, 0, 0, .3);
    border-radius: 3px;
    line-height: 1;
    text-decoration: none;
    text-align: center;
}

.card-box .section-list-sizes > a.active {
    border-color: rgba(0, 0, 0, 1);
    color: #000000;
}

.card-box .section-title,
.card-box .section-title-select {
    display: inline;
    font-weight: 400;
}

.card-box .info-wrap {
    border-bottom: 1px solid var(--clr-border);
}

.card-box .info-wrap .info-content-block {
    padding-bottom: 10px;
    display: none;
}

.card-box .info-wrap .btn-action-tgl {
    padding-left: 0;
}

.card-box .info-wrap p,
.card-box .info-wrap .elm-photo {
    margin-bottom: 15px;
}

.card-box .info-wrap p:last-child,
.card-box .info-wrap .elm-photo:last-child {
    margin-bottom: 0;
}

.card-box .info-wrap .elm-photo {
    aspect-ratio: 455/280;
    background: #f9f9f9;
}

.card-box .pays-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px 0 0;
}

.card-box .pays-wrap:last-child {
    margin-bottom: -15px;
}

.card-box .pays-wrap .elm-pay {
    margin: 0 15px 15px 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.card-box .price-wrap {
    margin-bottom: 15px;
}

/* margin-bottom: 8px; */
.card-box .action-wrap {
    margin-bottom: 30px;
}

.card-box .action-wrap .btn {
    width: 100%;
}

.card-box .total-inner-wrap {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--clr-border);
    margin-bottom: 10px;
}

.card-box .total-wrap {
    font-size: 16px;
    color: var(--clr-border);
    font-weight: 400;
    text-align: center;
}

.card-box .actions-wrap {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card-box .actions-wrap .btn-action-ico {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 7px;
}

.card-box .title-subtitle {
    display: block;
    font-size: 16px;
    color: var(--clr-border);
    margin: 0 0 5px 0;
    font-weight: 400;
}

.card-box .h1-title {
    font-size: 24px;
    text-transform: none;
    margin: 0 0 15px 0;
    font-weight: 500;
    /* font-family: 'Plumb', sans-serif; */
}

.card-box .h1-title * {
    /* font-family: 'Plumb', sans-serif; */
}

.card-box .h1-title:last-child {
    margin-bottom: 0;
}

.card-box .h3-title {
    margin: 0 0 15px 0;
}

/* .card-box .elm-price {
    font-size: 28px;
    font-weight: 500;
    font-family: 'Plumb', sans-serif;
} */

/* .card-box .elm-price * {
    font-family: 'Plumb', sans-serif;
} */

/* .card-box .elm-price.price-percent {
	font-size: 20px;
} */
/* .card-box .elm-price.price-old {
	font-size: 20px;
} */

.card-box .photos-slider-box {
    margin: 0;
}

.pluses-box {
    margin-bottom: 50px;
    margin-bottom: 5rem;
}

.pluses-box .items-wrap {
    margin: 0 -15px -35px -15px;
    margin: 0 -1.5rem -3.5rem -1.5rem;
}

.pluses-box .item-wrap {
    padding: 0 15px;
    padding: 0 1.5rem;
    margin-bottom: 35px;
    margin-bottom: 3.5rem;
    width: 33.33%;
}

.inner-title-box {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--clr-border);
}

.inner-title-box .h1-title,
.inner-title-box .h2-title {
    margin-bottom: 10px;
}

.inner-title-box .h1-title:last-child,
.inner-title-box .h2-title:last-child {
    margin-bottom: 0;
}

/* .catalog-box {
    margin-bottom: 30px;
} */

.catalog-box .slider-wrap {
    margin: 0 -5px;
}

.catalog-box .sl-wrap {
    padding: 0 5px;
    line-height: 1.35;
}

.catalog-box .items-wrap {
    margin: 0 -5px -15px -5px;
}

/* margin-bottom: 15px; */
/* padding: 0 5px; */
.catalog-box .item-wrap {
    width: 50%;
    transition: all 0.415s linear;
}

.catalog-box .slick-track {
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
}

/* .catalog-box .item-tile-category-main .tile-photo {
    background-color: #F9F9F9;
} */

/* font-size: 16px; */
/* line-height: 22px; */
/* margin-bottom: 30px; */
/* margin-bottom: 3rem; */
/* justify-content: space-between; */
.catalog-actions-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    align-items: center;
    padding: 3rem 0;
}

/* padding: 0 10px 0 0; */
.catalog-actions-box .total-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: var(--clr-border);
}

.catalog-actions-box .sort-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.catalog-actions-box .sort-title {
    margin: 0 10px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.catalog-actions-box .sort-selected {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    margin: 0;
}

.catalog-actions-box .sort-field {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/* .catalog-actions-box .filter-wrap {
    display: none;
} */

.catalog-actions-box .sort-action {
    display: none;
}

.catalog-actions-box select.form-input.form-input-clear {
    font-size: 0;
    padding: 0;
    width: 24px;
}

/* .catalog-actions-box .btn-action-plus {
    height: 62px;
} */

.filter-box {
    margin-bottom: 50px;
    margin-bottom: 5rem;
}

.filter-box .filter-content-block {
    display: none;
    padding-bottom: 10px;
    margin-top: -10px;
}

.filter-box .filter-section-wrap {
    border-bottom: 1px solid var(--clr-border);
}

.filter-box .filter-colors-list {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px 0 0;
    margin: 0 -1rem 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0 0 20px;
}

.filter-box .filter-title {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    font-weight: 500;
    /* font-family: 'Plumb', sans-serif; */
}

.filter-box .filter-title * {
    /* font-family: 'Plumb', sans-serif; */
}

.filter-box .btn-filter-toggle {
    display: none;
}

.filter-box .frm-select {
    padding: 10px 20px;
}

.filter-box .frm-select-color {
    margin: 0 10px 10px 0;
    margin: 0 1rem 1rem 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.filter-box .frm-field-range {
    padding: 10px 20px 20px 20px;
}

.category-lead-box {
    position: relative;
    font-size: 16px;
    text-align: center;
}

.category-lead-box:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    min-width: 375px;
    transform: translateX(-50%);
    background: #F9F2F4;
}

.category-lead-box .photo-inner-wrap {
    display: none;
    position: relative;
    z-index: 2;
}

.category-lead-box .title-inner-wrap {
    display: block;
    margin: 0 auto;
    max-width: 24.5em;
}

.category-lead-box .info-inner-wrap {
    position: relative;
    z-index: 2;
    padding: 30px 13px;
}

.category-lead-box .page-title {
    margin-bottom: 15px;
}

.breadcrumbs-box {
    padding: 10px 0 15px 0;
    font-size: 14px;
    line-height: 1.35;
}

.breadcrumbs-box .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -28px 0 0;
}

.breadcrumbs-box li {
    margin: 0 28px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
}

.breadcrumbs-box li:last-child {
    color: var(--clr-border);
}

.breadcrumbs-box li:last-child:after {
    display: none;
}

.breadcrumbs-box li:after {
    content: ">";
    display: block;
    width: 28px;
    position: absolute;
    text-align: center;
    top: 0;
    left: 100%;
}

.breadcrumbs-box a {
    display: block;
    position: relative;
}

.breadcrumbs-box a:not(:hover) {
    color: inherit;
}

.cnt-section .main-title-box {
    padding-top: 0;
}

.main-title-box {
    padding: 30px 0 40px 0;
    text-align: center;
}

.main-title-box .page-title {
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 500;
    /* font-family: 'Plumb', sans-serif; */
}

.main-title-box .page-title * {
    /* font-family: 'Plumb', sans-serif; */
}

.main-title-box .btn {
    min-width: 184px;
    margin-top: 25px;
}

.main-title-box p {
    margin: 0 auto;
    max-width: 59em;
}

.main-tiles-items-box {
    padding-top: 30px;
    padding-bottom: 30px;
}

.main-tiles-items-box .items-wrap {
    margin: 0 -8px -35px -8px;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-tiles-items-box .item-wrap {
    padding: 0 8px;
    margin-bottom: 35px;
}

.main-tiles-slider-box {
    padding-bottom: 30px;
}

.main-tiles-slider-box .slider-wrap {
    margin: 0 -8px;
}

.main-tiles-slider-box .sl-wrap {
    padding: 0 8px;
}

.main-tiles-slider-box .slider-inner-wrap {
    padding: 0 37.5px;
}

.main-tiles-slider-box .ico-arrow {
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -20px;
}

.main-tiles-slider-box .ico-arrow-next {
    left: auto;
    right: -30px;
}

.main-tiles-box {
    padding: 35px 0 30px 0;
}

.main-tiles-box .items-wrap {
    margin: 0 -15px;
}

.main-tiles-box .item-wrap {
    padding: 0 15px;
}

.main-photo-box {
    position: relative;
    overflow: hidden;
    height: 508px;
}

@supports (aspect-ratio: 1) {
    .main-photo-box.section-middle {
        aspect-ratio: 1;
        height: auto;
        max-height: 980px;
    }

    .main-photo-box.section-middle .photo-inner-wrap {
        width: 100%;
    }
}

.main-photo-box .photo-inner-wrap,
.main-photo-box .video-inner-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 612px;
    min-width: 100%;
}

.main-photo-box .background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

/* .content-outer-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
} */

.content-main .side-wrap,
.content-order .side-wrap {
    -ms-flex-order: 2;
    order: 2;
}

.content-main .content-wrap,
.content-order .content-wrap {
    -ms-flex-order: 1;
    order: 1;
}

.side-wrap {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-order: 1;
    order: 1;
}

.content-wrap {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-order: 2;
    order: 2;
}

body.popup-open {
    overflow: hidden;
}

.popup-outer-box {
    display: none;
    padding: 50px 20px;
    animation: fadein ease 0.2s;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    z-index: 100;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.popup-outer-box.active {
    display: -ms-flexbox;
    display: flex;
}

.popup-text .popup-box {
    width: 980px;
    padding: 48px 43px 20px 37px;
    padding: 4.8rem 4.3rem 2rem 3.7rem;
}

.popup-text .popup-box .btn-action-ico.ico-close {
    top: 0;
    right: 35px;
}

.popup-text .popup-box .popup-content-wrap {
    max-height: 100%;
    padding-right: 10px;
    overflow-y: auto;
}

.popup-text .popup-box .popup-content-wrap::-webkit-scrollbar {
    height: 3px;
    width: 3px;
    background-color: #F9F9F9;
}

.popup-text .popup-box .popup-content-wrap::-webkit-scrollbar-thumb {
    background-color: var(--clr-base);
}

.popup-text .popup-box .popup-content-wrap::-webkit-scrollbar-thumb:hover {
    background-color: var(--clr-base);
}

.popup-text .popup-box .popup-content-wrap::-webkit-scrollbar-button:vertical:start:decrement {
    background-color: transparent;
    width: 0;
    height: 0;
}

.popup-text .popup-box .popup-content-wrap::-webkit-scrollbar-button:vertical:end:increment {
    background-color: transparent;
    width: 0;
    height: 0;
}

.popup-text .popup-box .popup-content-wrap::-webkit-scrollbar-button:horizontal:start:decrement {
    background-color: transparent;
    width: 0;
    height: 0;
}

.popup-text .popup-box .popup-content-wrap::-webkit-scrollbar-button:horizontal:end:increment {
    background-color: transparent;
    width: 0;
    height: 0;
}

.popup-article-wrap {
    font-size: 14px;
}

.popup-article-wrap p,
.popup-article-wrap li,
.popup-article-wrap ol,
.popup-article-wrap ul {
    margin: 0;
}

.popup-article-wrap .h2-title {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    font-weight: 500;
    /* font-family: 'Plumb', sans-serif; */
}

.popup-article-wrap .h2-title * {
    /* font-family: 'Plumb', sans-serif; */
}

.popup-article-wrap .h3-title {
    font-size: 1em;
    font-weight: 400;
    line-height: inherit;
    font-family: 'PlumbC', sans-serif;
    margin: 0;
}

/* width: 42rem; */
.popup-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    width: 420px;
    width: 50rem;
    max-width: 100%;
    max-height: 100%;
    background-color: #fff;
    z-index: 20;
    padding: 70px 40px;
    padding: 7rem 4rem;
}

.popup-box .popup-title-wrap,
.popup-box .popup-footer-wrap {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.popup-box .popup-title-wrap {
    margin-bottom: 10px;
}

.popup-box .popup-content-wrap {
    padding: 0;
}

.popup-box .popup-title {
    font-size: 24px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    /* font-family: 'Plumb', sans-serif; */
}

.popup-box .popup-title * {
    /* font-family: 'Plumb', sans-serif; */
}

.popup-box .btn-action-ico.ico-close {
    position: absolute;
    top: 10px;
    top: 1rem;
    right: 10px;
    right: 1rem;
    z-index: 2;
}

.popup-box .btn-action-ico.ico-close:before {
    background-size: 24px auto;
}

.popup-box .popup-share-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px -30px -15px;
    margin: 0 -1.5rem -3rem -1.5rem;
    -ms-flex-pack: center;
    justify-content: center;
}

.popup-box .popup-share-list .button-soc {
    width: 55px;
    width: 5.5rem;
    height: 55px;
    height: 5.5rem;
    margin: 0 15px 30px 15px;
    margin: 0 1.5rem 3rem 1.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid #F9F9F9;
}

.popup-box .popup-share-list .button-soc:hover {
    border-color: var(--clr-border);
}

@media (max-width: 1023px) {
    .popup-text .popup-box {
        padding: 40px 20px 20px 20px;
    }

    .popup-text .popup-box .btn-action-ico.ico-close {
        top: 0;
        right: 0;
    }

    .popup-article-wrap .h2-title {
        font-size: 18px;
    }

    .catalog-box .slider-wrap:has(.ico-arrow) {
        padding-bottom: 62px;
        border-bottom: 1px solid var(--clr-border);
    }

    .catalog-box .ico-arrow {
        position: absolute;
        bottom: -52px;
        right: 0;
    }

    .catalog-box .ico-arrow-prev {
        margin-right: 80px;
    }

    /* margin-bottom: 15px; */
    /* border-bottom: 1px solid var(--clr-border); */
    /* margin-left: calc(var(--paddingContainer) * -1); */
    /* margin-right: calc(var(--paddingContainer) * -1); */
    .catalog-actions-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    /* border-bottom: 1px solid var(--clr-border); */
    /* padding: 10px var(--paddingContainer); */
    .catalog-actions-box .total-wrap {
        width: 100%;
        text-align: center;
    }

    /* .catalog-actions-box .filter-wrap {
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: block;
    } */

    .catalog-actions-box .sort-wrap {
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: relative;
        overflow: hidden;
        display: block;
    }

    .catalog-actions-box .sort-action {
        display: block;
    }

    .catalog-actions-box .sort-title,
    .catalog-actions-box .sort-selected {
        display: none;
    }

    .catalog-actions-box .sort-field {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .catalog-actions-box select.form-input-clear.form-input {
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        opacity: 0;
    }

    .filter-showed {
        overflow: hidden;
    }

    .filter-showed .filter-box {
        display: block;
    }

    .filter-box {
        /* display: none; */
        padding: 40px 0;
        margin: 0;
        /* position: fixed; */
        /* top: 0; */
        /* bottom: 0; */
        /* left: 0; */
        /* right: 0; */
        /* z-index: 100; */
        background: #fff;
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .filter-box::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    /* .filter-box .filter-title-wrap {
        display: none;
    } */

    .filter-box .btn-filter-toggle {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10;
    }

    .main-tiles-box .item-wrap {
        width: 150px;
    }
}

@media (max-width: 639px) {
    .order-box .result-content-wrap {
        display: block;
    }

    .pluses-box .item-wrap {
        width: 100%;
    }
}

@media (min-width: 640px) {
    .order-box .field-half {
        width: 50%;
    }

    .order-box .field-four {
        width: 25%;
    }

    .catalog-box .item-wrap {
        width: 33.33%;
    }

    .main-tiles-items-box .item-wrap {
        width: 50%;
    }

    .main-photo-box {
        height: 112.6rem;
        max-height: 1126px;
    }

    .main-photo-box.section-middle {
        max-height: 900px;
    }

    .main-photo-box.section-top,
    .main-photo-box.section-bottom {
        max-height: calc(100dvh - 22rem);
    }

    @supports (aspect-ratio: 1) {
        .main-photo-box {
            aspect-ratio: 2000/1030;
            height: auto;
        }

        .main-photo-box.section-middle {
            aspect-ratio: 2000/980;
        }
    }
}

@media (min-width: 768px) {
    .photos-slider-box {
        position: relative;
    }

    .photos-slider-box .slider-wrap {
        margin: 0;
    }

    .photos-slider-box .slick-dots {
        -ms-flex-direction: column;
        flex-direction: column;
        height: 60rem;
        width: 15px;
        position: absolute;
        top: 0;
        left: -25px;
        right: auto;
        bottom: auto;
        margin: 0;
        padding: 0;
    }

    .photos-slider-box .slick-dots li {
        margin: 0 0 10px 0;
    }

    .photos-slider-box .slick-dots li:last-child {
        margin-bottom: 0;
    }

    .photos-slider-box .sl-wrap {
        padding-bottom: 3rem;
        padding-left: 0;
        padding-right: 0;
    }

    /* margin-bottom: 15px; */
    .card-box {
        display: -ms-flexbox;
        display: flex;
    }

    .card-box .photos-slider-box {
        max-width: 60rem;
    }

    /* .card-box .photos-inner-wrap {
        padding: 0 3rem 0 25px;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 15px;
        -ms-flex: 1;
        flex: 1;
        max-width: calc(100% - 55rem);
    } */

    /* .card-box .info-inner-wrap {
        width: 55rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-order: 2;
        order: 2;
    } */

    .card-box .total-inner-wrap {
        display: none;
    }

    .card-box .actions-wrap {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .category-lead-box {
        display: -ms-flexbox;
        display: flex;
        min-height: 50rem;
    }

    .category-lead-box .photo-inner-wrap {
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: block;
    }

    .category-lead-box .info-inner-wrap {
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 4rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .category-lead-box .elm-photo {
        aspect-ratio: inherit;
        width: 50vw;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .main-tiles-box .item-wrap {
        width: 200px;
    }
}

@media (min-width: 1024px) {
    .order-box {
        margin-bottom: 5rem;
    }

    .order-box .order-total-wrap {
        display: none;
    }

    .order-box .order-section-wrap {
        margin-bottom: 3rem;
    }

    .order-box .order-content-wrap {
        padding-left: 29px;
        padding-right: 29px;
    }

    .order-box .order-title {
        padding-left: 29px;
        padding-right: 29px;
        font-size: 2.8rem;
        line-height: 1.1;
    }

    .order-box .frm-select-list {
        font-size: 16px;
    }

    .order-box .frm-title {
        font-size: 18px;
    }

    .order-box .field-select {
        width: auto;
        -ms-flex: 1;
        flex: 1;
    }

    .order-box .field-link {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: auto;
    }

    .order-box .frm-field {
        margin-bottom: 15px;
    }

    .order-box .row-sep {
        padding-top: 15px;
    }

    .order-info-box .order-items-wrap {
        display: block;
    }

    .order-info-box .order-section-wrap {
        padding-bottom: 20px;
    }

    .order-info-box .info-wrap {
        margin-bottom: 10px;
    }

    .order-info-box .info-wrap:last-child {
        margin-bottom: 0;
    }

    .order-info-box .section-title {
        margin-bottom: 20px;
    }

    .order-info-box .btn-action-tgl {
        font-size: 18px;
    }

    .order-info-box .elm-row.row-total {
        padding-top: 2.4rem;
        font-size: 18px;
    }

    .order-info-box .elm-row.row-total .row-value {
        font-size: 24px;
    }

    .about-box .h1-title {
        font-size: 2.8rem;
        margin-bottom: 3rem;
    }

    .inner-title-box {
        margin-bottom: 3rem;
    }

    .content-wrap .catalog-box .item-wrap {
        width: 33.33%;
    }

    /* .catalog-box {
        margin-bottom: 5rem;
    } */

    .catalog-box.catalog-inner .slider-wrap {
        margin: 0 -8px;
    }

    .catalog-box.catalog-inner .sl-wrap {
        padding: 0 8px;
    }

    .catalog-box.catalog-inner .slider-wrap:has(.ico-arrow) {
        padding-bottom: 62px;
        border-bottom: 1px solid var(--clr-border);
    }

    .catalog-box.catalog-inner .ico-arrow {
        position: absolute;
        bottom: -52px;
        right: 0;
        left: auto;
        top: auto;
    }

    .catalog-box.catalog-inner .ico-arrow-prev {
        margin-right: 80px;
        left: auto;
        right: 0;
    }

    .catalog-box .slider-wrap {
        margin: 0 -1.5rem;
    }

    .catalog-box .sl-wrap {
        padding: 0 1.5rem;
    }

    /* margin-bottom: 3rem; */
    /* padding: 0 1.5rem; */
    .catalog-box .item-wrap {
        width: 25%;
    }

    .catalog-box .items-wrap {
        margin: 0 -1.5rem -3rem -1.5rem;
    }

    .catalog-box .ico-arrow {
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -20px;
    }

    .catalog-box .ico-arrow-next {
        left: auto;
        right: 10px;
    }

    .category-lead-box {
        margin-bottom: 5rem;
        font-size: 2rem;
    }

    .breadcrumbs-box {
        padding-top: 15px;
        margin-bottom: 20px;
    }

    .breadcrumbs-box + .category-lead-box {
        margin-top: -20px;
    }

    .main-tiles-slider-box {
        padding-bottom: 35px;
    }

    .main-tiles-slider-box .slider-wrap {
        margin: 0 -5px;
    }

    .main-tiles-slider-box .sl-wrap {
        padding: 0 5px;
    }

    .main-tiles-slider-box .slider-inner-wrap {
        padding: 0;
    }

    .main-tiles-slider-box .ico-arrow-prev {
        left: 50%;
        margin-left: -36vw;
    }

    .main-tiles-slider-box .ico-arrow-next {
        right: 50%;
        margin-right: -36vw;
    }

    .main-tiles-items-box {
        padding-top: 4rem;
    }

    .main-tiles-items-box .items-wrap {
        margin-left: -15px;
        margin-right: -15px;
    }

    .main-tiles-items-box .item-wrap {
        padding-left: 15px;
        padding-right: 15px;
        width: 33.33%;
    }

    .cnt-section .main-title-box {
        padding-bottom: 3.5rem;
    }

    .main-title-box {
        padding: 4rem 0 5rem 0;
        font-size: 16px;
    }

    .main-title-box .page-title {
        font-size: 3.4rem;
    }

    .main-tiles-box {
        padding-bottom: 0;
    }

    .main-tiles-box .item-wrap {
        width: 33.33%;
        margin-bottom: 35px;
        font-size: 3rem;
    }

    .content-outer-wrap {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .content-order .side-wrap {
        -ms-flex-order: 2;
        order: 2;
        width: 40rem;
    }

    .content-order .content-wrap {
        -ms-flex-order: 1;
        order: 1;
        padding-left: 0;
        padding-right: 3rem;
        max-width: calc(100% - 40rem);
    }

    .content-main .side-wrap {
        -ms-flex-order: 1;
        order: 1;
    }

    .content-main .content-wrap {
        -ms-flex-order: 2;
        order: 2;
    }

    .side-wrap {
        width: 33rem;
    }

    .content-wrap {
        -ms-flex: 1;
        flex: 1;
        max-width: calc(100% - 33rem);
        padding-left: 3rem;
    }
}

@media screen and (min-width: 1200px) {
  .catalog-box[data-cols="6"] .item-wrap {
    width: 16.66667%;
  }
}

@media (min-width: 1600px) {
    .main-tiles-box .item-wrap {
        font-size: 3.4rem;
        width: 16.66%;
    }

    .main-tiles-items-box .items-wrap {
        margin-left: -4rem;
        margin-right: -4rem;
    }

    .main-tiles-items-box .item-wrap {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .content-order .side-wrap {
        width: 45rem;
    }

    .content-order .content-wrap {
        max-width: calc(100% - 45rem);
    }
}

@media (min-width: 2000px) {
    .main-tiles-slider-box .ico-arrow-prev {
        margin-left: -720px;
    }

    .main-tiles-slider-box .ico-arrow-next {
        margin-right: -720px;
    }

    .main-tiles-box .inner-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-tiles-box .item-wrap {
        font-size: 3.4rem;
        width: 16.66%;
    }
}

/* ----------------------------------- *\
			inputs elements styles
\* ----------------------------------- */
.form-input[placeholder] {
    text-overflow: ellipsis;
}

.form-input {
    text-overflow: ellipsis;
    height: 40px;
    padding: 0 14px;
    color: var(--clr-base);
    font-size: 14px;
    border: 1px solid var(--clr-border);
    background-color: transparent;
}

select.form-input {
    display: block;
    text-overflow: ellipsis;
    width: 100%;
    padding-right: 30px;
    background-image: url(../img/icons/arrow-select.svg);
    background-size: 24px auto;
    background-position: right 10px center;
    background-color: #fff;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none !important;
    line-height: 1em;
    text-indent: 0.01px;
    outline: none;
    cursor: pointer;
}

select.form-input.form-input-clear {
    height: auto;
    border: none;
    min-height: 0;
    border-radius: 0;
    box-shadow: none;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    line-height: inherit;
    padding: 0 24px 0 0;
    color: inherit;
    font-weight: bold;
    background-image: url(../img/icons/arrow-select.svg);
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-position: right center;
}

select::-ms-expand {
    display: none;
}

select.form-input:required:invalid {
    color: #ADADAD;
}

[placeholder]::-webkit-input-placeholder {
    color: var(--clr-base);
}

[placeholder]:-moz-placeholder {
    color: var(--clr-base);
}

[placeholder]::-moz-placeholder {
    color: var(--clr-base);
}

[placeholder]:-ms-input-placeholder {
    color: var(--clr-base);
}

.btn {
    height: 43px;
    padding: 0 14px;
    border: 1px solid var(--clr-base);
    background: var(--clr-base);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
}

.btn:hover {
    background-color: var(--clr-border);
    border-color: var(--clr-border);
    color: #fff;
}

.btn.button-light:not(:hover) {
    background-color: #f9f9f9;
    border-color: #f9f9f9;
    color: #808080;
}

.btn.button-light:hover {
    border-color: var(--clr-base);
    background-color: var(--clr-base);
}

.btn.button-border:not(:hover) {
    background-color: transparent;
    color: #231f20;
}

.btn.button-border:hover,
.btn.button-border.active {
    background-color: var(--clr-att);
    border-color: var(--clr-att);
}

.btn.button-border:hover .button-ico,
.btn.button-border.active .button-ico {
    filter: brightness(0) invert(1);
}

.btn .button-ico {
    width: 24px;
    height: 24px;
    margin: 0 10px;
    transition: all ease 0.2s;
}

.btn .button-ico:last-child {
    margin-right: 0;
}

.btn .button-ico:first-child {
    margin-left: 0;
}

.btn .button-title[data-title]:before {
    content: attr(data-title);
}

.btn.active .button-title[data-title-active]:before {
    content: attr(data-title-active);
}

/* font-size: 16px; */
.btn-action-plus {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    color: var(--clr-base);
    padding: 0 10px;
}

.btn-action-plus:hover {
    color: var(--clr-base);
}

.btn-action-plus .button-ico {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 10px 0 0;
}

.btn-action-sort {
    display: block;
    position: relative;
    color: var(--clr-base);
    padding: 0 24px 0 0;
    font-weight: bold;
}

.btn-action-sort:hover {
    color: var(--clr-base);
}

.btn-action-sort:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(../img/icons/arrow-sort.svg) center no-repeat;
    background-size: 100% auto;
    top: 50%;
    right: 0;
    transition: all ease 0.2s;
    margin-top: -12px;
}

.btn-action-sort.sort-down:before {
    transform: rotate(-180deg);
}

.btn-action-tgl {
    display: block;
    position: relative;
    padding: 19px 40px 19px 20px;
    color: var(--clr-base);
    font-size: 16px;
    line-height: 1.35;
}

.btn-action-tgl:hover {
    color: var(--clr-base);
}

.btn-action-tgl.active:before {
    transform: rotate(0deg);
}

.btn-action-tgl:before,
.btn-action-tgl:after {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background: var(--clr-base);
    position: absolute;
    top: 50%;
    right: 28px;
    margin: -1px -8px 0 0;
    transition: all ease 0.2s;
}

.btn-action-tgl:before {
    transform: rotate(90deg);
}

.btn-action-ico {
    min-width: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    display: block;
    position: relative;
    overflow: hidden;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    transition: all ease 0.2s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.btn-action-ico:not(.btn) {
    background: none;
    border: none;
    box-shadow: none;
}

.btn-action-ico.btn {
    min-width: 0;
    min-height: 0;
    padding: 0;
    display: block;
}

.btn-action-ico:before,
.btn-action-ico:after,
.btn-action-ico [class*="icon-"],
.btn-action-ico img,
.btn-action-ico svg {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    transition: all ease 0.2s;
}

.btn-action-ico img,
.btn-action-ico svg {
    max-width: 24px;
    max-height: 24px;
}

.btn-action-ico:before,
.btn-action-ico:after {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px auto;
}

.btn-action-ico:hover {
    text-decoration: none;
}

.btn-action-ico:hover:not(.btn) {
    background: none;
    box-shadow: none;
}

.btn-action-ico.ico-share:before {
    background-image: url(../img/icons/share.svg);
}

.btn-action-ico.ico-trash:before {
    background-image: url(../img/icons/trash.svg);
}

.btn-action-ico.ico-trash:hover:before {
    opacity: 0.5;
}

.btn-action-ico.ico-check:before {
    background-image: url(../img/icons/btn-check.svg);
}

.btn-action-ico.ico-fav:before {
    background-image: url(../img/icons/fav.svg);
}

.btn-action-ico.ico-fav:after {
    background-image: url(../img/icons/fav-active.svg);
    opacity: 0;
}

.btn-action-ico.ico-fav.active:before {
    opacity: 0;
}

.btn-action-ico.ico-fav.active:after {
    opacity: 1;
}

.btn-action-ico.ico-arrow {
    z-index: 20;
    cursor: pointer;
}

.btn-action-ico.ico-arrow:before {
    background-image: url(../img/icons/arrow-slider.svg);
    background-size: 32px auto;
}

.btn-action-ico.ico-arrow-prev:before {
    transform: rotate(180deg);
}

.btn-action-ico.ico-menu:before {
    background-image: url(../img/icons/menu.svg);
}

.btn-action-ico.ico-menu:after {
    background-image: url(../img/icons/menu-close.svg);
    opacity: 0;
}

.btn-action-ico.ico-menu.active:before {
    opacity: 0;
}

.btn-action-ico.ico-menu.active:after {
    opacity: 1;
}

.btn-action-ico.ico-close:before {
    background-image: url(../img/icons/menu-close.svg);
    background-size: 34px auto;
}

.btn-action-ico.ico-search:before {
    background-image: url(../img/icons/search.svg);
    background-size: 34px auto;
}

.btn-action-ico.ico-user:before {
    background-image: url(../img/icons/user.svg);
    background-size: 34px auto;
}

.btn-action-ico.ico-location:before {
    background-image: url(../img/icons/location.svg);
    background-size: 34px auto;
}

.btn-action-ico.ico-cart:before {
    background-image: url(../img/icons/cart.svg);
    background-size: 34px auto;
}

.btn-action-ico.button-soc img,
.btn-action-ico.button-soc svg {
    max-width: 100%;
    max-height: 100%;
}

.btn-action-ico.button-soc:hover {
    opacity: 0.8;
}

[data-count] {
    width: auto;
    padding-left: 40px;
    line-height: 40px;
    font-size: 14px;
    color: var(--clr-base);
    text-align: left;
}

[data-count]:before {
    width: 40px;
    right: auto;
}

[data-count]:after {
    content: attr(data-count);
    position: static;
    display: block;
    margin: 0;
    width: auto;
    height: auto;
}

.btn-action-toggle {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 27px 0 0;
    color: var(--clr-base);
}

.btn-action-toggle.active:before {
    transform: rotate(270deg);
}

.btn-action-toggle:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(../img/icons/arrow-menu.svg) center no-repeat;
    background-size: 100% auto;
    top: 50%;
    right: 0;
    margin-top: -12px;
    transform: rotate(90deg);
    transition: transform ease 0.2s;
}

.btn-action-lang {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: var(--clr-base);
    padding: 0 0 0 52px;
    height: 32px;
    line-height: 32px;
}

.btn-action-lang .button-ico {
    width: 43px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -16px;
}

@media (min-width: 1024px) {
    .form-input {
        height: 43px;
        font-size: 16px;
    }

    .btn.button-large {
        height: 46px;
        font-size: 16px;
    }
}

/* ----------------------------------- *\
			forms elements styles
\* ----------------------------------- */
.frm-field-counter {
    width: 140px;
    padding: 0 40px;
    height: 40px;
    display: block;
    position: relative;
    overflow: hidden;
}

.frm-field-counter .field-counter-button {
    min-width: 40px;
    width: 40px;
    height: 40px;
    padding: 0;
    background: #F9F9F9;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
}

.frm-field-counter .field-counter-button:before,
.frm-field-counter .field-counter-button:after {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    border-radius: 1px;
    background: var(--clr-base);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -6px;
}

.frm-field-counter .field-counter-button:before {
    transform: rotate(90deg);
}

.frm-field-counter .field-counter-button[data-type="minus"] {
    left: 0;
    right: auto;
}

.frm-field-counter .field-counter-button[data-type="minus"]:before {
    opacity: 0;
}

.frm-field-counter .field-counter-button:hover {
    background-color: var(--clr-base);
}

.frm-field-counter .field-counter-button:hover:before,
.frm-field-counter .field-counter-button:hover:after {
    background-color: #fff;
}

.frm-field-counter .form-input {
    height: 40px;
    padding: 0;
    border: none;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    /* font-family: 'Plumb', sans-serif; */
}

.frm-field-counter .form-input * {
    /* font-family: 'Plumb', sans-serif; */
}

.frm-field-counter input::-webkit-outer-spin-button,
.frm-field-counter input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.frm-field-counter input[type=number] {
    -moz-appearance: textfield;
}

.frm-field-range .field-range-slider {
    padding: 0 12px;
    margin-top: 18px;
    position: relative;
}

.frm-field-range .field-range-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 18px;
    font-weight: 500;
    /* font-family: 'Plumb', sans-serif; */
}

.frm-field-range .field-range-wrap * {
    /* font-family: 'Plumb', sans-serif; */
}

.frm-field-range .field-range-value[data-unit]:before {
    content: attr(data-unit);
}

.frm-field-range .field-range-value[data-end]:after {
    content: attr(data-end);
}

.frm-field-range .field-range {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.frm-field-range .field-range:last-child:after {
    display: none;
}

.frm-field-range .field-range:after {
    content: " - ";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    font-weight: 500;
    /* font-family: 'Plumb', sans-serif; */
}

.frm-field-range .field-range:after * {
    /* font-family: 'Plumb', sans-serif; */
}

.frm-field-range .ui-slider {
    height: 6px;
    background: var(--clr-border);
}

.frm-field-range .ui-slider .ui-slider-range {
    background-color: var(--clr-border);
}

.frm-field-range .ui-slider .ui-slider-handle {
    width: 24px;
    height: 24px;
    top: 0;
    margin-top: -9px;
    margin-left: -12px;
    border-radius: 50%;
    border: 1px solid var(--clr-border);
    background: #F9F9F9;
    cursor: pointer;
    outline: none;
}

.frm-main-code {
    position: relative;
    line-height: 1;
}

.frm-main-code .btn-action-ico {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    width: 54px;
}

.frm-main-code .form-input {
    height: 48px;
    padding-right: 50px;
    font-size: 16px;
}

.frm-main-code [placeholder]::-webkit-input-placeholder {
    color: #BDBFC2;
}

.frm-main-code [placeholder]:-moz-placeholder {
    color: #BDBFC2;
}

.frm-main-code [placeholder]::-moz-placeholder {
    color: #BDBFC2;
}

.frm-main-code [placeholder]:-ms-input-placeholder {
    color: #BDBFC2;
}

.frm-main-button {
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    position: relative;
}

/* padding: 0 1px 0 0; */
.frm-main-button .field-input {
    -ms-flex: 1;
    flex: 1;
    padding: 0;
}

.frm-main-button .field-button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.frm-main-button .btn,
.frm-main-button .form-input {
    height: 40px;
}

.frm-main-button .form-input {
    background-color: #f9f9f9;
    font-size: 12px;
    font-weight: 500;
}

.frm-main-button .btn {
    padding: 0 20px;
    min-width: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: normal;
}

.frm-row,
.frm-field,
.frm-row-submit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    line-height: 1;
}

.frm-field {
    display: block;
    width: 100%;
}

.frm-select,
.frm-select-color {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 1;
}

.frm-select input,
.frm-select-color input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
}

.frm-select label,
.frm-select-color label {
    display: block;
    position: relative;
    cursor: pointer;
}

.frm-select label:before,
.frm-select-color label:before,
.frm-select label:after,
.frm-select-color label:after {
    content: "";
    display: block;
    position: absolute;
}

.frm-select-color {
    display: block;
    width: 50px;
    width: 5rem;
    height: 50px;
    height: 5rem;
    position: relative;
    overflow: hidden;
}

.frm-select-color label {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    border: 1px solid var(--clr-border);
    overflow: hidden;
}

.frm-select-color label img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* border-color: var(--clr-att); */
.frm-select-color input:checked ~ label {
    border-color: #000000;
    border-width: 1.5px;
}

.frm-select.select-right {
    padding: 5px 0;
    width: 100%;
}

.frm-select.select-right label {
    padding-left: 0;
    padding-right: 32px;
}

.frm-select.select-right label:before,
.frm-select.select-right label:after {
    left: auto;
    right: 12px;
    margin-left: 0;
    margin-right: -12px;
}

.frm-select.sel-center label:before,
.frm-select.sel-center label:after {
    top: 50%;
}

.frm-select label {
    min-height: 24px;
    line-height: 24px;
    padding-left: 34px;
}

.frm-select label:before,
.frm-select label:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 12px;
    left: 12px;
    margin: -12px 0 0 -12px;
}

.frm-select label:before {
    border: 1px solid var(--clr-border);
    background: #F9F9F9;
}

.frm-select label:after {
    background: url(../img/icons/check.svg) center no-repeat;
    background-size: 12px auto;
    opacity: 0;
}

.frm-select .lbl-title-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.35;
    min-height: 24px;
}

.frm-select .lbl-title-wrap .lbl-info {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: bold;
    padding-left: 10px;
    width: 110px;
}

.frm-select .lbl-title-wrap .lbl-title {
    display: block;
    -ms-flex: 1;
    flex: 1;
}

.frm-select .lbl-title-wrap .lbl-title-info {
    font-size: 12px;
    color: var(--clr-border);
    display: block;
    margin-top: 4px;
}

.frm-select input:checked ~ label:after {
    opacity: 1;
}

.frm-select a {
    color: var(--clr-att);
}

.frm-select a:hover {
    color: var(--clr-base);
}

/* ----------------------------------- *\
		common styles
\* ----------------------------------- */
@keyframes flash {
    0% {
        opacity: 0.55;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeinslide {
    from {
        opacity: 0;
        transform: translate(0, -50px);
    }
    to {
        opacity: 1;
        transform: translate(0, 0px);
    }
}

.i,
[class*="icon-"] {
    display: block;
    transition: none;
}

.img-bg-cover,
.img-bg-contain {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.img-bg-contain {
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

@supports (object-fit: cover) {
    .img-bg-cover {
        height: 100%;
        object-fit: cover;
    }
}

@supports (object-fit: contain) {
    .img-bg-contain {
        height: 100%;
        object-fit: contain;
        max-width: inherit;
        max-height: inherit;
        right: auto;
        bottom: auto;
    }
}

.js-btn-popup-toggle.active + .js-popup-block {
    display: block !important;
}

.js-popup-block {
    animation: fadein ease 0.3s;
}

.js-tab-block {
    display: none;
    animation: fadein ease 0.2s;
}

.js-tab-block.active {
    display: block;
}

.items-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.items-wrap.show-all .item-wrap.wrap-hidden {
    display: block;
}

.items-wrap.show-all .wrap-more a:after {
    content: attr(data-hide);
}

.item-wrap {
    width: 100%;
    position: relative;
    break-inside: avoid-column;
    display: block;
    animation: fadein ease 0.2s;
}

.item-wrap.wrap-more ~ .item-wrap {
    display: none;
}

.item-wrap.wrap-more.active {
    display: none;
}

.item-wrap.wrap-more.active ~ .item-wrap {
    display: block;
}

.item-wrap.wrap-more a:after {
    content: attr(data-show);
}

.item-wrap.wrap-hidden {
    display: none;
    animation: fadein ease 0.2s;
}

.slider-wrap,
.slider,
.sl-wrap {
    position: relative;
    line-height: 1;
    display: block;
}

.sl-wrap ~ .sl-wrap {
    display: none;
}

.slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    line-height: 1;
    text-align: center;
    font-size: 0;
    margin: 0;
}

.slick-dots li {
    margin: 0 5px 5px 5px;
    padding: 0;
    display: block;
}

.slick-dots li:before {
    display: none;
}

.slick-dots li button {
    background: none;
    border: none;
    min-width: 0;
    padding: 0;
    box-shadow: none;
    font-size: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f9f9f9;
}

.slick-dots li button:hover,
.slick-dots li button.active {
    background: var(--clr-border);
}

.slick-dots .slick-active button {
    background: var(--clr-border);
}

.item-tile,
.tile-outer-wrap,
.tile-inner-wrap,
.tile-photo-wrap,
.tile-photos-wrap,
.tile-info-wrap,
.tile-text-wrap,
.tile-title-wrap,
.tile-desc-wrap,
.tile-actions-wrap,
.tile-action-wrap,
.tile-ico,
.tile-photo,
.tile-info,
.tile-text,
.tile-title,
.tile-desc {
    display: block;
    position: relative;
}

.tile-link {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    overflow: hidden;
    text-indent: -999px;
    font-size: 0;
    color: transparent;
}

.no-mbottom {
    margin-bottom: 0 !important;
}

.no-mtop {
    margin-top: 0 !important;
}

.no-pbottom {
    padding-bottom: 0 !important;
}

.no-ptop {
    padding-top: 0 !important;
}

.elm-hidden {
    display: none !important;
}

input.form-clear-autofill::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}

@media (max-width: 1023px) {
    .elm-hidden-mobile {
        display: none !important;
    }

    .slick-dots li button:hover,
    .slick-dots li button.active {
        background-color: #f9f9f9;
    }
}

@media (min-width: 1024px) {
    .elm-hidden-desktop {
        display: none !important;
    }
}

/* ----------------------------------- *\
			fonts
\* ----------------------------------- */
@font-face {
    font-family: 'Plumb';
    src: local('Plumb-Medium'), url('../fonts/Plumb-Medium.woff2') format('woff2'), url('../fonts/Plumb-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PlumbC';
    src: local('PlumbC-Bold'), url('../fonts/PlumbC-Bold.woff2') format('woff2'), url('../fonts/PlumbC-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

/* ----------------------------------- *\
			icons
\* ----------------------------------- */
/*form search*/
.header .action-search {
    position: relative;
}

.header .action-search .popup-content-block {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 0;
    width: 300px;
    z-index: 30;
}

.frm-main-search {
    position: relative;
    line-height: 1;
}

.frm-main-search .form-input {
    padding-right: 40px;
    height: 40px;
    background-color: #fff;
}

.frm-main-search .btn-action-ico {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -17px;
    z-index: 2;
    width: 34px;
    height: 34px;
}

@media (max-width: 639px) {
    .header .action-search {
        position: static;
    }

    .header .action-search .popup-content-block {
        width: auto;
        right: var(--paddingContainer);
        left: var(--paddingContainer);
    }
}

/*end form search*/
