@charset "UTF-8";
:root {
    --clr-base: #000000;
    --clr-base-light: #414141;
    --clr-att: #0E7BB9;
    --clr-att-dark: #0E417D;
    --clr-att-light: #34AEF3;
    --clr-att-second: #E70810;
    --clr-light: #5E5E60;
    --clr-border-light: #D4D4D4;
    --clr-border: #C0C0C0;
    --clr-success: #17B142;
    --clr-alert: #f00;
    --small-radius: 4px;
    --main-radius: 8px;
    --min: 360px;
    --max: 1500px;
    --paddingContainer: 15px;
    font-size: 10px;
}

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

.elm-hidden {
    display: none;
}

/* ----------------------------------- *\
			main styles
\* ----------------------------------- */
body {
    color: var(--clr-base);
    background: #fff;
    font-size: 16px;
    line-height: 1.25;
}

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

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

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

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

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

#second_fix.fixed {
    position:fixed;
    top:0;
}


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

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

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

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

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;
    line-height: normal;
}

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

h1:last-child,
.h1-title:last-child,
h2:last-child,
.h2-title:last-child,
h3:last-child,
.h3-title:last-child,
h4:last-child,
.h4-title:last-child,
h5:last-child,
.h5-title:last-child,
h6:last-child,
.h6-title:last-child {
    margin-bottom: 0;
}

h1[data-count]:after,
.h1-title[data-count]:after,
h2[data-count]:after,
.h2-title[data-count]:after,
h3[data-count]:after,
.h3-title[data-count]:after,
h4[data-count]:after,
.h4-title[data-count]:after,
h5[data-count]:after,
.h5-title[data-count]:after,
h6[data-count]:after,
.h6-title[data-count]:after {
    content: attr(data-count);
    display: inline;
    color: var(--clr-light);
    font-size: 0.57142857em;
    font-weight: 400;
    margin-left: 0.5em;
}

.h1-title,
h1 {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.15;
    font-weight: 600;
}

.h1-title b,
h1 b {
    font-weight: bold;
}

.h2-title,
h2 {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.4;
}

.h3-title,
h3 {
    font-size: 24px;
    font-size: 2.4rem;
}

hr,
.hr {
    display: block;
    width: 100%;
    margin: 0 0 54px 0;
    margin: 0 0 5.4rem 0;
    clear: both;
    background: var(--clr-border);
    height: 1px;
    border: none;
    outline: none;
}

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

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

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

hr,
.hr {
    width: 100%;
    background: var(--clr-border);
    clear: both;
    border: none;
    height: 1px;
    outline: none;
    margin-bottom: 42px;
    margin-bottom: 4.2rem;
}

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

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

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

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

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

.inner-wrap,
.page-full {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding-left: var(--paddingContainer);
    padding-right: var(--paddingContainer);
    min-width: var(--min);
    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;
}

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

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

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

.wrap &gt; .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;
}

.footer-main-panel {
    background: var(--clr-att-dark);
    color: #fff;
}

.footer-main-panel .footer-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    padding: 30px 0 30px 0;
}

.footer-main-panel .menu-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
}

.footer-main-panel .menu-wrap {
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
    line-height: normal;
}

.footer-main-panel .menu-wrap a {
    padding: 10px 0;
    display: block;
    position: relative;
}

.footer-main-panel .logo-wrap {
    width: 20%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
}

.footer-main-panel .logo-wrap .logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 92px;
    max-width: 9.2rem;
    margin: 0 auto;
}

.footer-main-panel .menu-title {
    display: block;
    font-weight: bold;
    margin-bottom: 14px;
    margin-bottom: 1.4rem;
    padding: 10px 0;
}

.footer-main-panel .menu-title a {
    padding: 0;
}

.footer-main-panel a {
    color: #fff;
}

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

.footer-bottom-panel {
    background: #d9d9d9;
    color: var(--clr-base-light);
}

.footer-bottom-panel .inner-wrap {
    padding-top: 12px;
    padding-bottom: 12px;
}

.footer-bottom-panel .footer-inner-wrap {
    margin: 0 -10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-bottom-panel .logo-wrap {
    width: 20%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 5px 10px;
    text-align: center;
}

.footer-bottom-panel .logo-wrap .logo {
    max-width: 230px;
    max-width: 23rem;
    margin: 0 auto;
    display: block;
}

.footer-bottom-panel .phone-wrap {
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.footer-bottom-panel .phone-button {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer-bottom-panel .message-wrap {
    padding: 10px;
    text-align: center;
    -ms-flex: 1;
    flex: 1;
}

.footer-bottom-panel .search-wrap {
    padding: 10px;
    text-align: center;
    -ms-flex: 1;
    flex: 1;
}

.footer-bottom-panel .soc-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    padding: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-bottom-panel .phone-title {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 0.61904762;
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 10px;
}

.footer-bottom-panel .phone-title span {
    display: block;
    padding-top: 2px;
    font-size: 0.61904762em;
}

.footer-bottom-panel a {
    color: inherit;
}

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

.footer-bottom-panel .btn {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
    line-height: 1.1;
}

.footer-bottom-panel .btn.button-clear {
    line-height: 1.2;
}

.footer-bottom-panel .btn-phone {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100px;
    line-height: 1;
}

.footer-bottom-panel .btn-phone img,
.footer-bottom-panel .btn-phone svg {
    display: block;
    width: 100%;
}

.footer-bottom-panel .button-soc {
    width: 32px;
    height: 32px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 6px;
}

.header {
    z-index: 99;
    background: #f6f6f6;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.header-product-panel {
    display: block;
    position: relative;
    z-index: 2;
    background: #fff;
}

.header-product-panel .inner-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.header-product-panel .product-wrap {
    -ms-flex: 1;
    flex: 1;
    padding: 0 30px 0 0;
    padding: 0 3rem 0 0;
}

.header-product-panel .nav-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 300px;
    min-width: 30rem;
    padding: 0 30px 0 0;
    padding: 0 3rem 0 0;
}

.header-product-panel .price-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 30px 0 0;
    padding: 0 3rem 0 0;
    min-width: 190px;
    min-width: 19rem;
}

.header-product-panel .actions-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header-product-panel .action-wrap {
    padding: 0 30px 0 0;
    padding: 0 3rem 0 0;
    min-width: 100px;
}

.header-product-panel .action-wrap:last-child {
    padding-right: 0;
}

.header-product-panel .action-wrap .btn {
    min-width: 270px;
    min-width: 27rem;
    height: 50px;
    height: 5rem;
}

.header-product-panel .action-wrap .btn .button-ico {
    filter: brightness(0) invert(1);
}

.header-product-panel .elm-price {
    font-size: 33px;
    font-size: 3.3rem;
    line-height: 1.1;
    font-weight: bold;
    color: var(--clr-base-light);
    display: block;
}

.header-product-panel .elm-price:after {
    font-size: 0.63636364em;
    font-weight: 400;
}

.header-product-panel .elm-price.price-old {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 400;
    margin-top: 3px;
}

.header-main-panel {
    background: var(--clr-att-dark);
    color: #fff;
    position: relative;
}

.header-main-panel .inner-wrap {
    padding-top: 16px;
    padding-bottom: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 92px;
}

.header-main-panel .logo-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 35px 0 0;
    padding: 0 3.5rem 0 0;
}

.header-main-panel .logo-wrap {
    width: 31px;
    margin: 0 35px 0 0;
    margin: 0 3.5rem 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header-main-panel .logo-wrap + .logo-wrap {
    width: 191px;
    width: 19.1rem;
}

.header-main-panel .logo-wrap:last-child {
    margin-right: 0;
}

.header-main-panel .popup-menu-wrap {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
}

.header-main-panel .popup-contacts-wrap {
    -ms-flex-order: 3;
    order: 3;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}

.header-second-panel {
    /*background: #f6f6f6;*/
    /*position: sticky;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
}

.header-second-panel .inner-wrap {
    padding-top: 12px;
    padding-bottom: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.header-second-panel .actions-wrap {
    -ms-flex-order: 4;
    order: 4;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-align: center;
    align-items: center;
}

.header-second-panel .actions-wrap .popup-content-block {
    position: absolute;
    top: 100%;
    right: -5px;
    display: none;
    width: 300px;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 30;
    border-radius: 20px;
    background: #fff;
    margin-top: 20px;
}

.header-second-panel .actions-wrap .popup-content-block:after {
    display: block;
}

.header-second-panel .actions-wrap .items-wrap {
    padding: 30px 25px 18px 25px;
    margin: 0;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.header-second-panel .actions-wrap .items-wrap::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.header-second-panel .actions-wrap .item-wrap {
    padding: 0;
    margin-bottom: 18px;
}

.header-second-panel .actions-wrap .item-wrap:last-child {
    margin-bottom: 0;
}

.header-second-panel .actions-wrap .popup-action-wrap {
    border-top: 1px solid #D4D4D4;
    padding: 12px 25px 25px 25px;
}

.header-second-panel .actions-wrap .popup-action-wrap .btn {
    width: 100%;
}

.header-second-panel .action-button {
    width: 63px;
    width: 6.3rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}

.header-second-panel .action-button .btn-action-ico {
    width: 100%;
}

.header-second-panel .action-button-cart {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 14px;
    padding-left: 1.4rem;
    position: relative;
}

.header-second-panel .action-button-cart .popup-content-block {
    margin-right: 20px;
}

.header-second-panel .action-menu {
    padding-right: 15px;
    padding-right: 1.5rem;
    text-align: center;
    display: block;
    font-size: 14px;
    line-height: 18px;
}

.header-second-panel .action-menu .action-title {
    display: block;
    color: var(--clr-att-second);
}

.header-second-panel .action-menu .action-title b {
    color: #f00;
}

.header-second-panel .action-menu .menu {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
}

.header-second-panel .action-menu .menu li {
    padding: 0 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header-second-panel .action-menu .menu li:last-child:after {
    display: none;
}

.header-second-panel .action-menu .menu li:after {
    content: "/";
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 16px;
    text-align: center;
    margin-left: -8px;
    color: var(--clr-att);
}

.header-second-panel .popup-search-wrap {
    /*-ms-flex-order: 3;*/
    /*order: 3;*/
    /*-ms-flex: 1;*/
    /*flex: 1;*/
    /*padding: 0 30px;*/
    /*padding: 0 3rem;*/
}

.header-second-panel .action-gift-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 25px 0 0;
    padding: 0 2.5rem 0 0;
    line-height: 1;
    height: 44px;
}

.header-second-panel .action-gift-wrap .btn {
    height: 44px;
    padding: 0 28px 0 40px;
}

.header-second-panel .action-gift-wrap .btn:hover .button-ico {
    filter: none;
    border-right-color: #fff;
}

.header-second-panel .action-gift-wrap .btn .button-title {
    padding-left: 28px;
    font-weight: bold;
}

.header-second-panel .action-gift-wrap .btn .button-ico {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 45px;
    height: auto;
    border-right: 1px solid var(--clr-att-second);
    background: var(--clr-att-second);
    filter: none;
}

.header-second-panel .action-gift-wrap .btn .button-ico img,
.header-second-panel .action-gift-wrap .btn .button-ico svg {
    max-width: 32px;
    max-height: 32px;
}

.header-second-panel .popup-catalog-wrap {
    display: block;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /*padding: 0 25px 0 0;*/
    /*padding: 0 2.5rem 0 0;*/
    /*-ms-flex-order: 1;*/
    /*order: 1;*/
}

.popup-search-wrap .btn-popup,
.popup-search-wrap .btn-popup-close {
    display: none;
}

.popup-search-wrap .btn-popup.btn-action-ico,
.popup-search-wrap .btn-popup-close.btn-action-ico {
    display: none;
}

.popup-search-wrap .btn-popup-close {
    height: 40px;
    width: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.popup-search-wrap .btn-popup {
    height: 40px;
    width: 40px;
}

.popup-search-wrap .popup-content-block {
    max-width: 480px;
    max-width: 48rem;
    max-width: 100%;
    margin: 0 auto;
}

.popup-catalog-wrap .popup-content-block {
    display: none;
}

.popup-catalog-wrap .btn-popup-close {
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 30;
    display: none;
}

.popup-catalog-wrap .btn-popup {
    /*height: 44px;*/
    /*padding: 0 12px 0 12px;*/
    /*font-weight: bold;*/
}

.popup-catalog-wrap .btn-popup .button-ico {
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
}

.popup-catalog-wrap .subemnu-outer-wrap {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 1.25;
    color: var(--clr-base-light);
}

.popup-catalog-wrap .submenu-items-wrap {
    margin-top: 50px;
}

.popup-catalog-wrap .submenu-items-wrap .items-wrap {
    margin: 0 -12px -24px -12px;
    margin: 0 -1.2rem -2.4rem -1.2rem;
    -ms-flex-align: center;
    align-items: center;
}

.popup-catalog-wrap .submenu-items-wrap .item-wrap {
    padding: 0 12px;
    padding: 0 1.2rem;
    width: auto;
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
}

.popup-catalog-wrap .submenu-items-wrap .elm-photo img,
.popup-catalog-wrap .submenu-items-wrap .elm-photo svg {
    width: auto;
    max-width: inherit;
    height: 85px;
    height: 8.5rem;
}

.popup-catalog-wrap .submenu-title-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 24px;
    margin: 0 0 25px 0;
}

.popup-catalog-wrap .submenu-title-wrap .submenu-title {
    display: block;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 10px;
    padding: 3px 24px 3px 0;
    font-size: 25px;
    line-height: normal;
    font-weight: bold;
    color: #414141;
}

.popup-catalog-wrap .submenu-title-wrap .submenu-title .title-count {
    display: inline;
    font-size: 12px;
    font-weight: 400;
    color: var(--clr-light);
    margin-left: 20px;
    white-space: nowrap;
}

.popup-catalog-wrap .submenu-title-wrap .submenu-action {
    padding-right: 24px;
    margin-bottom: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25%;
}

.popup-catalog-wrap .submenu-title-wrap .submenu-action .btn {
    height: 37px;
    padding: 0 22px;
    font-size: 1em;
    color: inherit;
    margin-left: -12px;
    white-space: nowrap;
}

.popup-catalog-wrap .submenu-title-wrap .submenu-action .btn .button-ico {
    transform: rotate(180deg);
    width: 18px;
    height: 18px;
    filter: brightness(0) grayscale(1) opacity(0.7);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.popup-catalog-wrap .submenu-title-wrap .submenu-action .btn:hover {
    color: var(--clr-att);
}

.popup-catalog-wrap .submenu {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: var(--clr-light);
}

.popup-catalog-wrap .submenu &gt; li {
                                      break-inside: avoid-column;
                                      padding-bottom: 18px;
                                  }

.popup-catalog-wrap .submenu a {
    color: inherit;
    display: block;
    padding: 6px 0 5px 0;
}

.popup-catalog-wrap .submenu a:hover,
.popup-catalog-wrap .submenu a.active {
    color: var(--clr-att);
}

.popup-catalog-wrap .submenu .btn-submenu {
    font-size: 16px;
    line-height: 20px;
    padding: 6px 0;
    font-weight: bold;
}

.popup-catalog-wrap .btn-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: inherit;
    min-height: 40px;
    padding: 15px 15px 15px 60px;
    z-index: 15;
}

.popup-catalog-wrap .btn-menu .button-ico {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 14px;
    margin-top: -13px;
}

.popup-catalog-wrap li:hover .btn-menu {
    color: inherit;
    background-color: #e0e0e0;
}

.popup-menu-wrap li:hover .btn-menu {
    opacity: 0.7;
}

.popup-menu-wrap li:not(.submenu) .btn-menu:after {
    display: none;
}

.popup-menu-wrap .btn-menu {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    line-height: normal;
    color: inherit;
}

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

/*.popup-menu-wrap .btn-menu:hover,*/
/*.popup-menu-wrap .btn-menu.active {*/
/*    color: #fff;*/
/*    opacity: 0.7;*/
/*}*/

.popup-menu-wrap .button-count {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 24px;
    line-height: 24px;
    padding: 0 6px;
    border-radius: 3px;
    background: var(--clr-att-second);
    font-weight: 600;
    margin-left: 4px;
    color: #fff;
}

.popup-contacts-wrap .popup-content-block {
    background: #fff;
    border-radius: var(--small-radius);
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
    position: absolute;
    top: 100%;
    right: -10px;
    z-index: 20;
    width: 261px;
    color: var(--clr-base);
    font-size: 14px;
    line-height: 1.28571429;
    margin-top: 10px;
    display: none;
}

.popup-contacts-wrap .popup-content-block:after {
    display: block;
}

.popup-contacts-wrap .popup-section-wrap,
.popup-contacts-wrap .popup-sections-wrap {
    padding: 22px 20px 22px 20px;
    border-bottom: 1px solid var(--clr-border);
}

.popup-contacts-wrap .popup-section-wrap:last-child,
.popup-contacts-wrap .popup-sections-wrap:last-child {
    border-bottom: none;
}

.popup-contacts-wrap .popup-sections-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 22px 0 2px 20px;
}

.popup-contacts-wrap .popup-sections-wrap .popup-section-wrap {
    border: none;
    padding: 0 20px 20px 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
}

.popup-contacts-wrap .section-title {
    font-size: 14px;
    line-height: 18px;
    color: var(--clr-light);
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 16px;
}

.popup-contacts-wrap .section-title:first-child {
    margin-top: 0;
}

.popup-contacts-wrap .link-email {
    line-height: 24px;
    color: var(--clr-base-light);
}

.popup-contacts-wrap .link-email:hover {
    color: var(--clr-att);
}

.popup-contacts-wrap .button-soc {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px 0 0;
}

.popup-contacts-wrap .button-soc img,
.popup-contacts-wrap .button-soc svg {
    max-width: 21px;
    max-height: 21px;
}

.popup-contacts-wrap .btn-action-phone {
    margin: 0 10px 0 0;
}

.popup-contacts-wrap .btn-popup {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 26px 0 0;
}

.popup-contacts-wrap .btn-popup.active:before {
    transform: rotate(180deg);
}

.popup-contacts-wrap .btn-popup .button-ico {
    width: 84px;
    display: block;
    height: 28px;
    position: relative;
    filter: brightness(0) invert(1);
}

.popup-contacts-wrap .btn-popup: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: -2px;
    margin-top: -12px;
    transition: all ease 0.2s;
}

.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: 1399px) {
    .popup-catalog-wrap .submenu-title-wrap .submenu-action {
        width: 33.33%;
    }

    .header-product-panel .nav-wrap {
        min-width: 220px;
    }

    .header-product-panel .action-wrap {
        min-width: 0;
    }

    .header-product-panel .price-wrap {
        min-width: 150px;
    }

    .header-second-panel .action-gift-wrap {
        padding-right: 0;
    }
}

@media (max-width: 1199px) {
    .popup-catalog-wrap .submenu-title-wrap .submenu-action {
        width: 50%;
    }

    .popup-catalog-wrap .submenu-title-wrap .submenu-action .btn {
        margin-left: -22px;
    }

    .popup-catalog-wrap .submenu-title-wrap .submenu-title {
        width: 100%;
        -ms-flex: inherit;
        flex: inherit;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .header-product-panel .action-wrap .btn {
        min-width: 0;
        padding: 0 15px;
        width: auto;
    }

    .header-product-panel .action-wrap .btn:after {
        content: "+";
        font-size: 2rem;
        font-weight: bold;
        padding-left: 10px;
        display: block;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .header-product-panel .action-wrap .btn .button-ico {
        margin: 0;
    }

    .header-product-panel .action-wrap .btn .button-title {
        display: none;
    }

    .header-second-panel .actions-wrap .popup-content-block {
        right: -15px;
    }

    .footer-bottom-panel .btn-phone {
        width: 80px;
    }

    .footer-bottom-panel .phone-title span {
        padding-top: 5px;
    }

    .header-second-panel .action-button {
        width: 40px;
    }

    .header-second-panel .action-button-cart {
        padding-left: 0;
    }

    /*.header-second-panel .popup-search-wrap {*/
    /*    padding: 0 15px;*/
    /*}*/

    .header-second-panel .popup-catalog-wrap {
        padding-right: 15px;
    }
}

@media (max-width: 1023px) {
    .catalog-menu-show {
        overflow: hidden;
    }

    .catalog-menu-show .popup-menu-wrap .btn-popup {
        display: none;
    }

    .header-product-panel .inner-wrap {
        min-height: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header-product-panel .nav-wrap {
        min-width: 0;
        -ms-flex-order: -1;
        order: -1;
        padding-right: 10px;
        margin-left: -10px;
        height: 30px;
    }

    .header-product-panel .price-wrap {
        min-width: 0;
    }

    .header-product-panel .btn-action-back {
        width: 30px;
        height: 30px;
        padding: 0;
    }

    .header-product-panel .btn-action-back .button-title {
        display: none;
    }

    .header-product-panel .btn-action-back:before {
        left: 50%;
        width: 32px;
        height: 32px;
        margin: -16px 0 0 -16px;
    }

    .header-product-panel .elm-price {
        font-size: 20px;
    }

    .header-product-panel .elm-price.price-old {
        font-size: 14px;
    }

    .catalog-outer-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .catalog-outer-wrap .content-wrap {
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        position: relative;
    }

    .catalog-outer-wrap .side-wrap {
        width: 100%;
        -ms-flex-order: 1;
        order: 1;
        position: relative;
    }

    .header-second-panel .actions-wrap .popup-content-block {
        right: -20px;
    }

    .wrap {
        overflow: hidden;
    }

    .section-mobile-full {
        margin-left: calc(var(--paddingContainer) * -1);
        margin-right: calc(var(--paddingContainer) * -1);
    }

    .footer-main-panel .footer-inner-wrap {
        display: block;
    }

    .footer-main-panel .logo-wrap {
        width: 100%;
    }

    .footer-main-panel .menu-inner-wrap {
        width: 100%;
        margin-top: 4rem;
    }

    .footer-bottom-panel .footer-inner-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-bottom-panel .logo-wrap {
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .footer-bottom-panel .phone-wrap,
    .footer-bottom-panel .message-wrap,
    .footer-bottom-panel .search-wrap,
    .footer-bottom-panel .soc-wrap {
        width: 25%;
    }

    .header-second-panel .inner-wrap {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .header-second-panel .action-button {
        width: 32px;
    }

    .header-second-panel .action-button .btn-action-ico {
        height: 32px;
    }

    .header-second-panel .action-button .btn-action-ico:before {
        background-size: 24px auto;
    }

    .header-second-panel .btn-action-cart {
        height: 32px;
    }

    .header-second-panel .btn-action-cart .btn-action-ico {
        width: 32px;
        height: 32px;
    }

    .header-second-panel .btn-action-cart .btn-action-ico:before {
        background-size: 24px auto;
    }

    .header-second-panel .btn-action-cart .button-title {
        font-size: 12px;
    }

    .header-second-panel .btn-action-cart .button-value {
        font-size: 13px;
        line-height: 15px;
    }

    .header-second-panel .action-menu {
        font-size: 12px;
        line-height: 15px;
    }

    .header-second-panel .action-gift-wrap {
        height: 40px;
    }

    .header-second-panel .action-gift-wrap .btn {
        width: 40px;
        height: 40px;
        padding: 0;
    }

    .header-second-panel .action-gift-wrap .btn .button-ico {
        width: 38px;
        border: none;
    }

    .header-second-panel .action-gift-wrap .btn .button-ico img,
    .header-second-panel .action-gift-wrap .btn .button-ico svg {
        max-width: 28px;
        max-height: 28px;
    }

    .header-second-panel .action-gift-wrap .btn .button-title {
        display: none;
    }



    .header-main-panel .inner-wrap {
        padding-top: 5px;
        padding-bottom: 5px;
        min-height: 40px;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header-main-panel .logo-inner-wrap {
        padding-right: 15px;
    }

    .header-main-panel .logo-wrap {
        margin-right: 10px;
    }

    .header-main-panel .logo-wrap:first-child {
        width: 20px;
    }

    .header-main-panel .popup-menu-wrap {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        right: var(--paddingContainer);
        margin-top: -20px;
        margin-right: -5px;
    }

    .menu-show {
        overflow: hidden;
    }

    .popup-search-wrap .popup-content-block {
        max-width: 100%;
    }

    .popup-contacts-wrap .popup-content-block {
        right: -25px;
    }

    .popup-catalog-wrap .btn-popup-close {
        display: block;
    }

    .popup-catalog-wrap .btn-popup {
        width: 40px;
        height: 40px;
        padding: 0;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .popup-catalog-wrap .btn-popup .button-ico {
        margin: 0;
    }

    .popup-catalog-wrap .btn-popup .button-title {
        display: none;
    }

    .popup-catalog-wrap .popup-content-block {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 150;
        background: #f5f5f5;
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .popup-catalog-wrap .popup-content-block::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .popup-catalog-wrap .submenu-content-wrap {
        top: auto !important;
    }

    .popup-catalog-wrap .submenu-inner-wrap {
        background: #fff;
        padding: 30px 0;
        display: none;
    }

    .popup-catalog-wrap .submenu-items-wrap {
        margin: 30px 0;
    }

    .popup-catalog-wrap .submenu-title-wrap .submenu-action {
        width: auto;
    }

    .popup-catalog-wrap .submenu-title-wrap .submenu-action .btn {
        padding-left: 0;
        padding-right: 0;
        height: 30px;
        margin: 0;
    }

    .popup-catalog-wrap .submenu-title-wrap .submenu-title {
        display: none;
    }

    .popup-catalog-wrap .submenu-inner-wrap {
        padding-left: var(--paddingContainer);
        padding-right: var(--paddingContainer);
    }

    .popup-catalog-wrap .submenu {
        columns: 3;
    }

    .popup-catalog-wrap .submenu &gt; li {
                                          break-inside: avoid-column;
                                      }

    .popup-catalog-wrap li.open .submenu-inner-wrap {
        display: block;
    }

    .popup-catalog-wrap li.open .btn-menu {
        background-color: #e0e0e0;
    }

    .popup-menu-wrap .popup-content-block {
        display: none;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        background: #fff;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 110;
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

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

    .popup-menu-wrap .btn-popup {
        display: block;
        z-index: 10;
    }

    .popup-menu-wrap .btn-popup-close {
        position: fixed;
        top: 10px;
        right: 10px;
        z-index: 20;
    }

    .popup-menu-wrap .btn-action-ico.ico-menu:before,
    .popup-menu-wrap .btn-action-ico.ico-menu:after {
        border-color: #fff;
    }

    .popup-menu-wrap .menu {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        padding: 40px 0;
    }

    .popup-menu-wrap .menu ul {
        display: none;
        padding: 15px 0;
    }

    .popup-menu-wrap .menu ul a {
        color: var(--clr-base);
        display: block;
        padding: 5px 30px;
    }

    .popup-menu-wrap .menu ul a:hover,
    .popup-menu-wrap .menu ul a.active {
        color: var(--clr-att);
    }

    .popup-menu-wrap .submenu-open:hover .btn-menu {
        opacity: 1;
    }

    .popup-menu-wrap .submenu-open .btn-menu {
        background-color: var(--clr-att-dark);
        color: #fff;
        opacity: 1;
    }

    .popup-menu-wrap .submenu-open .btn-menu:hover,
    .popup-menu-wrap .submenu-open .btn-menu.active {
        color: #fff;
    }

    .popup-menu-wrap .submenu-open .btn-menu:after {
        transform: rotate(180deg);
        filter: brightness(0) invert(1);
    }

    .popup-menu-wrap .btn-menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 1.2em;
        color: var(--clr-base);
        padding: 10px 30px;
        opacity: 1;
    }

    .popup-menu-wrap .btn-menu:hover,
    .popup-menu-wrap .btn-menu.active {
        color: var(--clr-att);
    }

    .popup-menu-wrap .btn-menu:after {
        position: static;
        display: inline-block;
        vertical-align: middle;
        filter: brightness(0) grayscale(1);
        margin: 0 0 0 4px;
    }

    .popup-contacts-wrap {
        margin-right: 40px;
    }

    .popup-contacts-wrap .btn-popup .button-ico {
        width: 50px;
    }
}

@media (max-width: 767px) {
    .footer-main-panel .menu-inner-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-main-panel .menu-wrap {
        width: 50%;
        -ms-flex: inherit;
        flex: inherit;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        min-width: 50%;
    }

    .footer-bottom-panel .phone-wrap,
    .footer-bottom-panel .message-wrap,
    .footer-bottom-panel .search-wrap,
    .footer-bottom-panel .soc-wrap {
        width: 50%;
        -ms-flex: initial;
        flex: initial;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .popup-search-wrap {
        width: 44px;
        position: static;
    }

    .popup-search-wrap .popup-content-block {
        position: absolute;
        /*background: #f6f6f6;*/
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 30;
        max-width: inherit;
        display: none;
        -ms-flex-align: center;
        align-items: center;
        padding-left: var(--paddingContainer);
        padding-right: var(--paddingContainer);
    }

    .popup-search-wrap .popup-content-block {
        position: static;
        top: 50px;
        display: block;
        padding-left: 0;
        padding-right: 0;
    }

    div.title-search-result {
        border: 0 none !important;
        width: 100%!important;
        left: 0!important;
        top: 100px!important;
    }

    .popup-search-wrap .btn-popup-close,
    .popup-search-wrap .btn-popup {
        display: block;
    }

    .popup-search-wrap .btn-popup-close.btn-action-ico,
    .popup-search-wrap .btn-popup.btn-action-ico {
        display: block;
    }


    .popup-search-wrap .btn-popup {
        display: block;
        padding: 0;
        border-radius: var(--small-radius);
    }

    .popup-search-wrap .js-btn-popup-toggle.active + .js-popup-block {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media (max-width: 639px) {
    .popup-catalog-wrap .submenu {
        columns: 2;
    }

    .popup-catalog-wrap .submenu-title-wrap {
        margin-right: -15px;
    }

    .popup-catalog-wrap .submenu-title-wrap .submenu-action {
        padding-right: 15px;
    }

    .popup-catalog-wrap .submenu-title-wrap .submenu-action .btn {
        font-size: 14px;
    }

    .header-product-panel .nav-wrap {
        margin-left: -15px;
        padding-right: 0;
    }

    .header-product-panel .action-wrap {
        padding-right: 10px;
    }

    .header-product-panel .price-wrap {
        padding-right: 10px;
    }

    .header-product-panel .item-tile-product {
        font-size: 14px;
    }

    .header-product-panel .item-tile-product .tile-photo {
        display: none;
    }

    .header-product-panel .item-tile-product .tile-title {
        padding-left: 0;
    }

    .header-product-panel .elm-price {
        font-size: 16px;
    }

    .header-product-panel .elm-price.price-old {
        font-size: 11px;
    }

    .header-second-panel .action-button-cart .popup-content-block:after {
        right: 10px;
    }

    .header-second-panel .btn-action-cart {
        width: 40px;
        display: block;
        padding: 0;
    }

    .header-second-panel .btn-action-cart .button-title-wrap {
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 0;
    }

    .header-second-panel .btn-action-cart .button-title {
        display: block;
        width: 0;
        height: 0;
        position: static;
        overflow: visible;
        font-size: 0;
        color: transparent;
    }

    .header-second-panel .btn-action-cart .button-count {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 16px;
        line-height: 16px;
        border-radius: 8px;
        min-width: 16px;
        text-align: center;
        color: #fff;
        font-size: 10px;
        font-weight: bold;
        background: var(--clr-att-second);
        padding: 0 4px;
    }
}

@media (max-width: 479px) {
    .header-main-panel .popup-contacts-wrap {
        margin-right: 80px;
    }

    .header-second-panel .inner-wrap {
        position: static;
    }

    .header-second-panel .popup-catalog-wrap {
        padding-right: 5px;
    }

    .header-second-panel .popup-search-wrap {
        height: 40px;
        padding: 0;
        padding-left: 5px;
    }

    .header-second-panel .popup-search-wrap .btn-popup {
        position: absolute;
        top: -45px;
        right: 50px;
        z-index: 10;
    }

    .header-second-panel .popup-search-wrap .btn-popup.btn {
        border: none;
        background: none;
    }
}

@media (min-width: 1024px) {
    .catalog-outer-wrap,
    .lk-outer-wrap {
        display: -ms-flexbox;
        display: flex;
        position: relative;
    }

    .catalog-outer-wrap .content-wrap,
    .lk-outer-wrap .content-wrap {
        -ms-flex: 1;
        flex: 1;
        -ms-flex-order: 2;
        order: 2;
        padding: 0 0 0 16px;
        max-width: calc(100% - 276px);
        position: relative;
    }

    .catalog-outer-wrap .side-wrap,
    .lk-outer-wrap .side-wrap {
        width: 276px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-order: 1;
        order: 1;
        position: relative;
    }

    .lk-outer-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .lk-outer-wrap .side-wrap {
        width: 26.5rem;
        -ms-flex-order: 2;
        order: 2;
    }

    .lk-outer-wrap .content-wrap {
        padding: 0 0 0 3rem;
        max-width: calc(100% - 26.5rem);
        -ms-flex-order: 3;
        order: 3;
    }

    .lk-outer-wrap .lk-title-box {
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-order: 1;
        order: 1;
    }

    .header-main-panel .popup-contacts-wrap {
        padding-right: 15px;
    }

    .header-second-panel .popup-catalog-wrap {
        position: static;
    }

    .popup-catalog-wrap .submenu-outer-wrap {
        display: -ms-flexbox;
        display: flex;
        position: relative;
        padding-top: 20px;
        padding-bottom: 60px;
        max-height: calc(100dvh - 190px);
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .popup-catalog-wrap .submenu-outer-wrap::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .popup-catalog-wrap .submenu-inner-wrap {
        display: none;
        animation: fadein ease 0.2s;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .popup-catalog-wrap .submenu-content-wrap {
        display: -ms-flexbox;
        display: flex;
        max-height: calc(100dvh - 190px);
        height: calc(100dvh - 190px);
        padding-left: 288px;
        padding-top: 20px;
        padding-bottom: 60px;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .popup-catalog-wrap .submenu-menu-wrap {
        width: 100%;
        -ms-flex: 1;
        flex: 1;
        overflow-y: auto;
        padding-right: 24px;
    }

    .popup-catalog-wrap .submenu-menu-wrap::-webkit-scrollbar {
        height: 11px;
        width: 11px;
        background-color: #D4D4D4;
        border-left: 5px solid #f5f5f5;
        border-right: 5px solid #f5f5f5;
    }

    .popup-catalog-wrap .submenu-menu-wrap::-webkit-scrollbar-thumb {
        background-color: var(--clr-att);
        border-radius: 4px;
    }

    .popup-catalog-wrap .submenu-menu-wrap::-webkit-scrollbar-thumb:hover {
        background-color: var(--clr-att);
        border-radius: 4px;
    }

    .popup-catalog-wrap .submenu-menu-wrap::-webkit-scrollbar-button:vertical:start:decrement {
        background-color: transparent;
        width: 0;
        height: 0;
    }

    .popup-catalog-wrap .submenu-menu-wrap::-webkit-scrollbar-button:vertical:end:increment {
        background-color: transparent;
        width: 0;
        height: 0;
    }

    .popup-catalog-wrap .submenu-menu-wrap::-webkit-scrollbar-button:horizontal:start:decrement {
        background-color: transparent;
        width: 0;
        height: 0;
    }

    .popup-catalog-wrap .submenu-menu-wrap::-webkit-scrollbar-button:horizontal:end:increment {
        background-color: transparent;
        width: 0;
        height: 0;
    }

    .popup-catalog-wrap .submenu {
        columns: 4;
        column-gap: 24px;
    }

    .popup-catalog-wrap .popup-content-block {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 20;
        padding-left: var(--paddingContainer);
        padding-right: var(--paddingContainer);
    }

    .popup-catalog-wrap .popup-content-block:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 100dvw;
        min-width: 320px;
        transform: translateX(-50%);
        background: #f5f5f5;
        box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
        z-index: -1;
    }

    .popup-catalog-wrap .popup-content-block:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: calc(268px + var(--paddingContainer));
        background: #fff;
        border: none;
    }

    .popup-catalog-wrap .menu {
        width: 268px;
        position: static;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        z-index: 10;
    }

    .popup-catalog-wrap .menu &gt; li {
                                       position: static;
                                   }

    .popup-catalog-wrap .menu &gt; li:hover .submenu-inner-wrap,
                                   .popup-catalog-wrap .menu &gt; li.hover-active .submenu-inner-wrap {
                                                                      display: block;
                                                                  }

    .popup-catalog-wrap .menu &gt; li:hover .btn-menu,
                                   .popup-catalog-wrap .menu &gt; li.hover-active .btn-menu {
                                                                      background-color: #1484CE;
                                                                      color:#fff;
                                                                  }

    .popup-menu-wrap {
        padding-left: 4rem;
        padding-right: 8rem;
    }

    .popup-menu-wrap .btn-popup,
    .popup-menu-wrap .btn-popup-close {
        display: none;
    }

    .popup-menu-wrap .menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 16px;
        margin: 0 -5.5rem 0 0;
    }

    .popup-menu-wrap .menu &gt; li {
                                    margin: 8px 5.5rem 8px 0;
                                }

    .popup-menu-wrap .menu ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 50%;
        width: 230px;
        margin-left: -115px;
        z-index: 20;
        color: #fff;
        font-size: 15px;
        line-height: normal;
        text-align: center;
        padding: 30px 26px 10px 26px;
        animation: fadein ease 0.2s;
    }

    .popup-menu-wrap .menu ul:before {
        content: "";
        display: block;
        position: absolute;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        border-radius: var(--small-radius);
        background: #164E90;
        top: 20px;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .popup-menu-wrap .menu ul:after {
        content: "";
        display: none;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -10px;
        margin-bottom: -20px;
        pointer-events: none;
        border: 10px solid #000000;
        border-bottom-color: var(--clr-att-dark);
    }

    .popup-menu-wrap .menu ul li {
        display: block;
        position: relative;
        padding-bottom: 1px;
    }

    .popup-menu-wrap .menu ul li:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        opacity: 0.52;
        background: var(--clr-att);
    }

    .popup-menu-wrap .menu ul li:last-child {
        padding-bottom: 0;
    }

    .popup-menu-wrap .menu ul li:last-child:after {
        display: none;
    }

    .popup-menu-wrap .menu ul a {
        display: block;
        padding: 9px 0;
        color: #fff;
    }

    .popup-menu-wrap .menu ul a:hover,
    .popup-menu-wrap .menu ul a.active {
        opacity: 0.7;
    }

    /*.popup-menu-wrap li {*/
    /*    position: relative;*/
    /*}*/

    /*.popup-menu-wrap li:hover ul {*/
    /*    display: block;*/
    /*}*/

    .popup-menu-wrap .btn-menu {
        padding: 0 24px;
        white-space: nowrap;
        height: 24px;
        line-height: 24px;
    }
}

@media (min-width: 1024px) and (max-width: 1399px) {
    .popup-catalog-wrap .submenu {
        columns: 3;
    }

    .popup-menu-wrap {
        padding-left: 0;
    }

    .popup-menu-wrap .menu {
        margin-right: -2rem;
    }

    .popup-menu-wrap .menu &gt; li {
                                    margin-right: 2rem;
                                }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .popup-catalog-wrap .submenu {
        columns: 2;
    }
}

@media (min-width: 1500px) {
    .popup-catalog-wrap .popup-content-block:after {
        width: calc(268px + var(--paddingContainer) + ((100dvw - 1500px) / 2));
        left: 50%;
        margin-left: -50dvw;
    }
}

/* ----------------------------------- *\
			items styles
\* ----------------------------------- */
.item-tile-order {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-left: 25px;
    padding-left: 2.5rem;
    min-height: 120px;
    color: var(--clr-base-light);
}

.item-tile-order .tile-photo-wrap {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    padding: 0 15px 0 0;
}

.item-tile-order .tile-info-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 35%;
    padding: 20px 30px 20px 0;
    min-width: 230px;
}

.item-tile-order .tile-price-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 26%;
    padding: 20px 0;
}

.item-tile-order .tile-title {
    display: block;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.22222222;
    margin: 0 0 1em 0;
    font-weight: 400;
}

.item-tile-order .tile-title:last-child {
    margin-bottom: 0;
}

.item-tile-order .tile-info {
    display: block;
    font-size: 12px;
    color: var(--clr-light);
}

.item-tile-order .tile-photo {
    max-width: 120px;
    aspect-ratio: 1;
}

.item-tile-order .tile-price {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    margin: 0 0 7px 0;
    font-size: 27px;
    font-size: 2.7rem;
    font-weight: bold;
    line-height: 1;
    color: var(--clr-att);
}

.item-tile-order .tile-price:last-child {
    margin-bottom: 0;
}

.item-tile-order .tile-price:after {
    font-weight: 400;
}

.item-tile-order .tile-price.price-old {
    font-weight: 400;
    font-size: 17px;
    color: var(--clr-light);
}

.item-tile-order .tile-price.price-old:after {
    font-size: 8px;
}

.item-tile-product-review {
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    color: var(--clr-base-light);
}

.item-tile-product-review:hover {
    color: var(--clr-base-light);
}

.item-tile-product-review .tile-photo-wrap {
    width: 65px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.item-tile-product-review .tile-info-wrap {
    display: block;
    padding-left: 15px;
    -ms-flex: 1;
    flex: 1;
}

.item-tile-product-review .tile-price-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 4px;
    -ms-flex-align: center;
    align-items: center;
}

.item-tile-product-review .tile-title {
    font-size: 1em;
    line-height: inherit;
    margin: 0;
    font-weight: 400;
}

.item-tile-product-review .tile-photo {
    aspect-ratio: 65/51;
}

.item-tile-product-review .tile-price {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    margin: 0 7px 0 0;
    font-size: 1.4375em;
    font-weight: bold;
    line-height: 1;
}

.item-tile-product-review .tile-price.price-old {
    font-weight: 400;
    font-size: 15px;
}

.item-tile-about {
    display: block;
    text-align: center;
    padding: 30px 0;
    padding: 3rem 0;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 13.5625em;
}

.item-tile-about .tile-total {
    display: block;
    font-size: 2.1875em;
    font-weight: 800;
    color: var(--clr-att);
    margin: 0 0 0.2em 0;
}

.item-tile-about .tile-title,
.item-tile-about .tile-subtitle {
    display: block;
    margin: 0;
}

.item-tile-about .tile-title {
    font-weight: bold;
}

.item-tile-spec {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.125;
    color: var(--clr-base);
}

.item-tile-spec .tile-title {
    font-size: 1.25em;
    font-weight: bold;
    margin: 0 0 0.8em 0;
}

.item-tile-spec .tile-photo-wrap {
    width: 38%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.item-tile-spec .tile-info-wrap {
    -ms-flex: 1;
    flex: 1;
    max-width: 18.3125em;
    padding-left: 25px;
}

.item-tile-spec .tile-photo {
    aspect-ratio: 268/187;
}

.item-tile-spec p {
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
}

.item-tile-cart,
.item-tile-favorite {
    font-size: 14px;
    line-height: 1.42857143;
    color: var(--clr-light);
    border-radius: var(--main-radius);
    border: 1px solid #d9d9d9;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 73px;
    padding-left: 7.3rem;
    transition: all ease 0.2s;
}

.item-tile-cart:hover,
.item-tile-favorite:hover {
    border-color: var(--clr-att);
}

.item-tile-cart .tile-photo-wrap,
.item-tile-favorite .tile-photo-wrap {
    width: 195px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
}

.item-tile-cart .tile-info-wrap,
.item-tile-favorite .tile-info-wrap {
    -ms-flex: 1;
    flex: 1;
    padding: 32px 40px 20px 96px;
    padding: 3.2rem 4rem 2rem 9.6rem;
}

.item-tile-cart .tile-stickers-wrap,
.item-tile-favorite .tile-stickers-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.item-tile-cart .tile-total-wrap,
.item-tile-favorite .tile-total-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 292px;
    width: 29.2rem;
    border-left: 1px solid #d9d9d9;
    padding: 30px 46px 30px 23px;
    padding: 3rem 4.6rem 3rem 2.3rem;
}

.item-tile-cart .tile-title-wrap,
.item-tile-favorite .tile-title-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -50px 30px 0;
    margin: 0 -5rem 3rem 0;
    margin: 0;
}

.item-tile-cart .tile-info-text,
.item-tile-favorite .tile-info-text {
    min-height: 35px;
    min-height: 3.5rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

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

.item-tile-cart .tile-buttons-wrap .tile-action:first-child,
.item-tile-favorite .tile-buttons-wrap .tile-action:first-child {
    min-width: 0;
}

.item-tile-cart .tile-buttons-wrap .btn,
.item-tile-favorite .tile-buttons-wrap .btn {
    z-index: 7;
}

.item-tile-cart .tile-actions-wrap,
.item-tile-favorite .tile-actions-wrap {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -55px 0 0;
    margin: 0 -5.5rem 0 0;
}

.item-tile-cart .tile-action,
.item-tile-favorite .tile-action {
    padding: 0 55px 0 0;
    padding: 0 5.5rem 0 0;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    font-size: 14px;
    color: var(--clr-light);
}

.item-tile-cart .tile-action:first-child,
.item-tile-favorite .tile-action:first-child {
    min-width: 300px;
    min-width: 30rem;
}

.item-tile-cart .tile-action .btn,
.item-tile-favorite .tile-action .btn {
    font-size: 1em;
}

.item-tile-cart .tile-action .btn .button-ico,
.item-tile-favorite .tile-action .btn .button-ico {
    width: 16px;
    height: 16px;
}

.item-tile-cart .tile-sticker-wrap,
.item-tile-favorite .tile-sticker-wrap {
    padding: 0 50px 0 0;
    padding: 0 5rem 0 0;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
}

.item-tile-cart .tile-sticker,
.item-tile-favorite .tile-sticker {
    margin: 0 10px 0 0;
}

.item-tile-cart .tile-sticker:last-child,
.item-tile-favorite .tile-sticker:last-child {
    margin-right: 0;
}

.item-tile-cart .tile-stock,
.item-tile-favorite .tile-stock {
    font-size: 16px;
}

.item-tile-cart .tile-title,
.item-tile-favorite .tile-title {
    padding: 0 50px 0 0;
    padding: 0 5rem 0 0;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    font-size: 20px;
    color: var(--clr-base-light);
    font-weight: 400;
    margin: 0;
    min-width: 300px;
    min-width: 30rem;
}

.item-tile-cart .tile-price-wrap,
.item-tile-favorite .tile-price-wrap {
    margin-bottom: 30px;
    margin-bottom: 3rem;
    min-height: 60px;
}

.item-tile-cart .tile-cart-wrap,
.item-tile-favorite .tile-cart-wrap {
    display: block;
}

.item-tile-cart .tile-cart-wrap .btn,
.item-tile-favorite .tile-cart-wrap .btn {
    padding: 0 24px;
    z-index: 7;
    min-width: 196px;
}

.item-tile-cart .tile-cart-wrap .btn .button-ico,
.item-tile-favorite .tile-cart-wrap .btn .button-ico {
    filter: brightness(0) invert(1);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.item-tile-cart .tile-price,
.item-tile-favorite .tile-price {
    font-size: 30px;
    font-size: 3rem;
    line-height: 0.8;
    font-weight: bold;
    color: var(--clr-att);
}

.item-tile-cart .tile-price.price-old,
.item-tile-favorite .tile-price.price-old {
    font-size: 14px;
    line-height: 18px;
    margin: 14px 0 0 0;
    color: var(--clr-light);
    font-weight: 400;
}

.item-tile-cart .tile-photo,
.item-tile-favorite .tile-photo {
    aspect-ratio: 1;
}

.item-tile-cart .frm-select,
.item-tile-favorite .frm-select {
    position: absolute;
    top: 16px;
    left: 21px;
    z-index: 7;
}

.item-tile-cart .frm-select.select-large,
.item-tile-favorite .frm-select.select-large {
    width: 24px;
    height: 24px;
}

.item-tile-cart .frm-select.select-large label,
.item-tile-favorite .frm-select.select-large label {
    width: 24px;
    padding-left: 0;
}

.item-tile-cart .tile-rate-wrap,
.item-tile-favorite .tile-rate-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px 0 0;
}

.item-tile-cart .tile-rates,
.item-tile-favorite .tile-rates {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 5px 10px 5px 0;
}

.item-tile-cart .tile-rate-total,
.item-tile-favorite .tile-rate-total {
    margin: 5px 10px 5px 0;
    font-size: 12px;
    line-height: 14px;
}

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

.item-tile-cart {
    min-height: 180px;
}

.item-tile-cart .tile-title-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
}

.item-tile-cart .tile-title-wrap .tile-title {
    padding-right: 15px;
}

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

.item-tile-cart .tile-actions-wrap {
    margin: 30px -30px 0 0;
    margin: 3rem -3rem 0 0;
    margin: 0;
    line-height: 1.2;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

.item-tile-cart .tile-buttons-wrap {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.item-tile-cart .tile-buttons-wrap .tile-action {
    margin: 5px 0;
    padding: 0 30px 0 0;
    padding: 0 3rem 0 0;
}

.item-tile-cart .tile-action-info {
    padding: 0 30px 0 0;
    padding: 0 3rem 0 0;
    margin: 5px 0;
    font-size: 12px;
    color: var(--clr-light);
}

.item-tile-cart .tile-info-wrap {
    padding: 30px 30px 25px 30px;
    padding: 3rem 3rem 2.5rem 3rem;
    padding: 20px 20px;
    -ms-flex: inherit;
    flex: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 440px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.item-tile-cart .tile-photo-wrap {
    width: auto;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

.item-tile-cart .tile-total-wrap {
    width: 220px;
    width: 22rem;
    padding: 33px 25px 22px 25px;
    padding: 3.3rem 2.5rem 2.2rem 2.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
}

.item-tile-cart .tile-total-wrap .tile-price-wrap {
    text-align: center;
    margin-top: 3vh;
}

.item-tile-cart .tile-price-wrap {
    display: block;
    margin: 0;
    padding: 0;
}

.item-tile-cart .tile-stickers-wrap {
    margin: 0 -10px 10px 0;
}

.item-tile-cart .tile-stickers-wrap .tile-sticker {
    margin: 0 10px 10px 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.item-tile-cart .tile-photo {
    margin: 0 auto;
    width: 195px;
    max-width: 100%;
}

.item-tile-cart .tile-price.price-old {
    margin-top: 8px;
    font-size: 17px;
}

.item-tile-cart .tile-price.price-old:after {
    font-size: 8px;
}

.item-tile-cart .tile-price-info {
    display: block;
    color: var(--clr-light);
    line-height: 1.14285714;
    margin: 5px 0 0 0;
}

.item-tile-cart .tile-price-info:first-child {
    margin-top: 0;
}

.item-tile-cart .btn.button-fav .button-ico {
    width: 32px;
    height: 32px;
    margin-right: 5px;
    margin-left: -5px;
}

.item-tile-cart .btn.button-fav:not(.active) .button-ico {
    filter: brightness(0) grayscale(1) opacity(0.5);
}

.item-tile-cart .btn.button-fav:hover {
    color: var(--clr-att-second) !important;
}

.item-tile-cart .frm-field-counter {
    z-index: 7;
}

.item-tile-panel {
    display: block;
    position: relative;
    min-height: 100%;
    border-radius: var(--main-radius);
    border: 1px solid var(--clr-border);
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.27777778;
    color: var(--clr-light);
    padding: 30px 30px 60px 70px;
    padding: 3rem 3rem 6rem 7rem;
}

.item-tile-panel .tile-title {
    font-size: 1.38888889em;
    line-height: 1.1;
    color: var(--clr-base-light);
    font-weight: 400;
    margin: 0 0 1.3em 0;
}

.item-tile-panel p {
    margin-bottom: 1.5em;
}

.item-tile-product {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: var(--clr-base-light);
}

.item-tile-product .tile-photo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    aspect-ratio: 1;
    width: 68px;
    width: 6.8rem;
}

.item-tile-product .tile-photo.photo-blank {
    background-size: 100% auto;
}

.item-tile-product .tile-title {
    -ms-flex: 1;
    flex: 1;
    display: block;
    padding-left: 68px;
    padding-left: 6.8rem;
}

.item-tile-product:hover {
    color: var(--clr-att);
}

.item-tile-review-main {
    font-size: 15px;
    line-height: 1.4;
}

.item-tile-review-main .tile-actions-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-top: 3rem;
}

.item-tile-review-main .tile-rate-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -36px 10px 0;
    margin: 0 -3.6rem 10px 0;
}

.item-tile-review-main .tile-title-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: -16px;
    -ms-flex-align: center;
    align-items: center;
}

.item-tile-review-main .tile-info-status-wrap {
    display: block;
    width: 100%;
    padding-right: 16px;
    margin-bottom: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.item-tile-review-main .tile-action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 15px 0 0;
}

.item-tile-review-main .tile-action .btn-action-ico {
    margin: 0 10px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.item-tile-review-main .tile-action .btn-action-ico:last-child {
    margin-right: 0;
}

.item-tile-review-main .tile-title {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.06666667em;
    color: var(--clr-base);
    margin-bottom: 5px;
    margin-right: 16px;
    font-weight: 600;
}

.item-tile-review-main .tile-title a:not(:hover) {
    color: inherit;
}

.item-tile-review-main .tile-info {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14px;
    color: var(--clr-light);
    margin: 0 16px 5px 0;
}

.item-tile-review-main .tile-info-status {
    display: inline-block;
    height: 27px;
    border-radius: var(--small-radius);
    border: 1px solid #D9D9D9;
    padding: 0 6px;
    font-size: 14px;
    font-weight: 600;
    color: #17B142;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 25px;
}

.item-tile-review-main .tile-info-title {
    font-size: 14px;
    font-weight: 600;
    margin: 30px 0 2px 0;
}

.item-tile-review-main .tile-info-title:first-child {
    margin-top: 0;
}

.item-tile-review-main .tile-info-section {
    margin-bottom: 30px;
    margin-bottom: 3rem;
}

.item-tile-review-main .tile-info-section:last-child {
    margin-bottom: 0;
}

.item-tile-review-main .tile-info-action {
    display: inline;
    font-size: 1.06666667em;
    line-height: 1.3125em;
    font-weight: bold;
}

.item-tile-review-main .tile-info-action:not(:hover) {
    color: var(--clr-att-light);
}

.item-tile-review-main .elm-rates {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 36px;
    margin-right: 3.6rem;
}

.item-tile-review-main .rate-total {
    font-size: 21px;
    font-weight: 600;
    color: #FF7B1B;
    margin: 0 36px 0 0;
    margin: 0 3.6rem 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.item-tile-service {
    border: 1px solid var(--clr-border);
    border-radius: var(--small-radius);
    min-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
    text-align: left;
}

.item-tile-service .tile-content-wrap {
    display: block;
    width: 100%;
    -ms-flex: 1;
    flex: 1;
    padding: 30px 30px 45px 70px;
    padding: 3rem 3rem 4.5rem 7rem;
}

.item-tile-service .tile-footer-wrap {
    min-height: 260px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    border-top: 1px solid var(--clr-border);
    padding: 30px 30px 30px 70px;
    padding: 3rem 3rem 3rem 7rem;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.77777778;
    color: var(--clr-att);
}

.item-tile-service .btn {
    font-size: 1em;
    line-height: inherit;
    text-align: left;
}

.item-tile-service .btn .button-ico {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.item-tile-service .list {
    margin: 0;
}

.item-tile-service .list li {
    margin-bottom: 12px;
}

.item-tile-service .list li:last-child {
    margin-bottom: 0;
}

.item-tile-service .h3-title.tile-title {
    margin-bottom: 35px;
    margin-bottom: 3.5rem;
}

.item-tile-service .h4-title {
    font-size: 1em;
    line-height: inherit;
    font-weight: bold;
    color: var(--clr-base);
    margin: 0 0 24px 0;
    margin: 0 0 2.4rem 0;
}

.item-tile-service p {
    margin-bottom: 0.8em;
}

.item-tile-article {
    display: block;
    position: relative;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    color: var(--clr-base);
}

.item-tile-article:hover {
    color: var(--clr-att);
}

.item-tile-article .tile-photo {
    aspect-ratio: 1;
    border-radius: var(--main-radius);
}

.item-tile-article .tile-title {
    display: block;
    font-size: 1em;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.item-tile-article .tile-title.title-small {
    font-size: 0.9em;
}

.item-tile-article .tile-info {
    font-size: 14px;
    margin-top: 6px;
}

.item-tile-article .tile-info-wrap {
    display: block;
    padding: 14px 0 0 0;
}

.item-tile-brand {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: auto;
}

.item-tile-brand .tile-photo {
    border-radius: var(--main-radius);
    background: var(--clr-border);
    transition: all ease 0.2s;
    height: 85px;
    height: 8.5rem;
}

.item-tile-brand .tile-photo img {
    width: auto;
    max-width: inherit;
    height: 100%;
}

.item-tile-brand:hover .tile-photo {
    background-color: #cecece;
}

.item-tile-bonus {
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    background: #F6F6F6;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 0 18px 28px;
    padding: 18px 0 18px 2.8rem;
    font-size: 1em;
    line-height: normal;
    color: var(--clr-light);
    position: relative;
    min-height: 100%;
}

.item-tile-bonus:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 120px;
    width: 1px;
    background: var(--clr-border-light);
}

.item-tile-bonus .tile-main-wrap {
    -ms-flex: 1;
    flex: 1;
    padding-right: 15px;
    padding-right: 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.item-tile-bonus .tile-title-info {
    max-width: 18.125em;
}

.item-tile-bonus .tile-total-wrap {
    width: 121px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

.item-tile-bonus .tile-title-wrap {
    -ms-flex: 1;
    flex: 1;
    display: block;
    width: 100%;
    padding-bottom: 20px;
    padding-bottom: 2rem;
}

.item-tile-bonus .tile-title-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.item-tile-bonus .tile-title-inner:not(:hover) {
    color: var(--clr-base);
}

.item-tile-bonus .tile-title-inner a:not(:hover) {
    color: inherit;
}

.item-tile-bonus .tile-actions-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px -10px 0;
    margin: 0 -2rem -1rem 0;
}

.item-tile-bonus .tile-action {
    margin: 0 20px 10px 0;
    margin: 0 2rem 1rem 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
}

.item-tile-bonus .tile-ico {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.item-tile-bonus .tile-title {
    display: block;
    font-size: 1.125em;
    font-weight: bold;
    color: var(--clr-base);
    padding-left: 22px;
    padding-left: 2.2rem;
    -ms-flex: 1;
    flex: 1;
}

.item-tile-bonus .tile-total-title,
.item-tile-bonus .tile-total-value {
    display: block;
    font-size: 1.125em;
    font-weight: 800;
    color: var(--clr-base);
    text-align: center;
    margin: 0;
    width: 100%;
}

.item-tile-bonus .tile-total-value {
    color: #17B142;
    font-size: 1.5625em;
}

.item-tile-code {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    border: 1px solid var(--clr-att);
    border-radius: var(--small-radius);
    padding: 14px 16px 2px 11px;
    font-size: 18px;
    line-height: normal;
    color: var(--clr-light);
}

.item-tile-code .tile-title {
    display: block;
    margin: 22px 0 26px 0;
    margin: 2.2rem 0 2.6rem 0;
}

.item-tile-code .tile-title-main {
    font-size: 1.33333333em;
    font-weight: bold;
    display: inline;
}

.item-tile-code .tile-actions-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -40px 0 0;
    margin: 0 -4rem 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.item-tile-code .tile-title-wrap {
    display: block;
    width: 100%;
    -ms-flex: 1;
    flex: 1;
}

.item-tile-code .tile-action {
    margin: 0 40px 0 0;
    margin: 0 4rem 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    font-size: 14px;
}

.item-tile-code .tile-info {
    display: block;
    font-size: 14px;
    color: var(--clr-border);
}

.item-tile-code .btn {
    height: 24px;
    padding: 0;
    font-size: 12px;
    color: var(--clr-light);
}

.item-tile-code .btn .button-ico {
    margin: 0 0 0 5px;
}

.item-tile-faq {
    color: var(--clr-light);
    max-width: 37.6875em;
    display: block;
    line-height: normal;
}

.item-tile-faq .tile-title {
    font-size: 1.125em;
    font-weight: 600;
    color: var(--clr-base);
    margin-bottom: 16px;
    font-style: italic;
}

.item-tile-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    border-radius: var(--main-radius);
    background: #F6F6F6;
    font-size: 14px;
    line-height: normal;
    color: var(--clr-base);
    height: 100%;
    min-height: 223px;
    overflow: hidden;
    z-index: 2;
}

.item-tile-bottom .tile-photo-wrap {
    width: 194px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

.item-tile-bottom .tile-photo-wrap:before {
    content: "";
    width: 287px;
    height: 287px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -143px;
    border-radius: 50%;
    background: #D4D4D4;
}

.item-tile-bottom .tile-info-wrap {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 28px 20px 28px 30px;
    padding: 2.8rem 20px 2.8rem 30px;
    width: 100%;
    max-width: 320px;
}

.item-tile-bottom .tile-info-wrap:first-child {
    max-width: 380px !important;
    padding-left: 62px;
    padding-left: 6.2rem;
}

.item-tile-bottom .tile-info-wrap:first-child .tile-info {
    font-size: 10px;
    max-width: 260px;
}

.item-tile-bottom .tile-info-wrap:first-child .tile-title {
    max-width: 260px;
}

.item-tile-bottom .tile-photo {
    aspect-ratio: 1;
    width: 100%;
    height: 150px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 2;
}

.item-tile-bottom .tile-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 10px 0;
}

.item-tile-bottom .tile-info {
    display: block;
    padding: 10px 0;
}

.item-tile-bottom .tile-action {
    display: block;
    padding: 10px 0 0 0;
    font-weight: bold;
}

.item-tile-bottom .tile-form {
    padding: 10px 0 0 0;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.item-tile-bottom .tile-actions {
    padding: 10px 0 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.item-tile-bottom .tile-actions .button-soc {
    margin: 0 20px 10px 0;
    margin: 0 2rem 1rem 0;
}

.item-tile-bottom .tile-actions .button-soc:last-child {
    margin-right: 0;
}

.item-tile-bottom .button-soc.btn-action-ico {
    width: 48px;
    width: 4.8rem;
    height: 48px;
    height: 4.8rem;
    border-radius: var(--small-radius);
    border: 1px solid var(--clr-light);
}

.item-tile-bottom .button-soc.btn-action-ico img,
.item-tile-bottom .button-soc.btn-action-ico svg {
    max-width: 24px;
    max-height: 24px;
}

.item-tile-bottom .button-soc.btn-action-ico:hover {
    border: 1px solid var(--clr-att);
    opacity: 1;
}

.item-tile-category {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
    padding: 19px 19px 19px 2.5rem;
    min-height: 100%;
    background: linear-gradient(135deg, rgba(62, 115, 177, 1), rgba(18, 73, 136, 1) 80%);
    color: #fff;
}

.item-tile-category:hover {
    color: #ffff;
}

.item-tile-category .tile-ico {
    width: 70px;
    width: 7rem;
    height: 70px;
    height: 7rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.item-tile-category .tile-title {
    font-size: 1em;
    font-weight: 400;
}

.item-tile-catalog-mini {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    border-radius: 7px;
    background: #fff;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
    color: var(--clr-base-light);
    border: 1px solid #fff;
    transition: all ease 0.2s;
    padding: 12px 12px 12px 8px;
}

.item-tile-catalog-mini.tile-border {
    border: 1px solid #f3f3f3;
}

.item-tile-catalog-mini:hover {
    border-color: var(--clr-att);
    color: var(--clr-base-light);
}

.item-tile-catalog-mini .tile-photo-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 106px;
}

.item-tile-catalog-mini .tile-info-wrap {
    -ms-flex: 1;
    flex: 1;
    padding-left: 34px;
    padding-left: 3.4rem;
    height: 201px;
    overflow: hidden;
}

.item-tile-catalog-mini .tile-title {
    display: block;
    margin: 0;
    font-size: 1em;
    line-height: inherit;
    font-weight: 400;
}

.item-tile-catalog-mini .tile-price {
    display: block;
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 6px 0;
}

.item-tile-catalog-mini .tile-price:after {
    font-size: 18px;
    font-weight: 400;
}

.item-tile-catalog-mini .tile-photo {
    aspect-ratio: 106/96;
}

.item-tile-review {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: var(--main-radius);
    background: #E0EEF2;
    padding: 12px;
    min-height: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    color: var(--clr-base);
    position: relative;
    overflow: hidden;
    white-space: normal;
}

.item-tile-review .tile-title-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.28px;
    color: var(--clr-light);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 10px;
    padding-top: 1rem;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: -30px;
    margin-right: -3rem;
}

.item-tile-review .tile-rate-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.item-tile-review .tile-content-wrap {
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    padding-bottom: 24px;
}

.item-tile-review .tile-actions-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.item-tile-review .tile-actions-wrap .tile-action {
    display: -ms-flexbox;
    display: flex;
}

.item-tile-review .tile-actions-wrap .btn-action-ico {
    height: 24px;
    margin: 0 0 0 4px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.item-tile-review .tile-actions-wrap .btn-action-ico:first-child {
    margin-left: 0;
}

.item-tile-review .tile-actions-wrap .btn-action-ico:not(.ico-rate-up, .ico-rate-down) {
    width: 24px;
}

.item-tile-review .tile-rates {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.item-tile-review .tile-rate-total {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 37px;
    padding-left: 3.7rem;
    font-size: 21px;
    font-weight: 600;
    color: #FF7B1B;
}

.item-tile-review .tile-title {
    display: block;
    padding: 0 30px 0 0;
    padding: 0 3rem 0 0;
    min-width: 120px;
    font-weight: 600;
    color: var(--clr-base);
    max-width: 100%;
}

.item-tile-review .tile-subtitle {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: inherit;
    margin: 1.6em 0 0.2em 0;
}

.item-tile-review .tile-subtitle:first-child {
    margin-top: 0;
}

.item-tile-review .tile-info {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 30px 0 0;
    padding: 0 3rem 0 0;
    max-width: 100%;
}

.item-tile-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: var(--clr-base-light);
}

.item-tile-header .delete-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.item-tile-header .delete-item svg {
    object-fit: contain;
    fill: #000;
    width: 100%;
    height: 100%;
}

.item-tile-header .tile-photo {
    height: 42px;
    width: 42px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.item-tile-header .tile-title {
    -ms-flex: 1;
    flex: 1;
    padding-left: 18px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.item-tile-header:hover {
    color: var(--clr-att);
}

.item-tile-ico {
    display: block;
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: normal;
    color: var(--clr-base-light);
}

.item-tile-ico .tile-title {
    display: block;
    font-size: 1em;
    font-weight: 400;
    line-height: inherit;
    margin: 0 auto;
    max-width: 20.57142857em;
}

.item-tile-ico .tile-ico {
    width: 52px;
    height: 52px;
    margin: 0 auto 20px auto;
    margin: 0 auto 2rem auto;
}

.item-tile-new {
    display: block;
    position: relative;
    min-height: 100%;
    text-align: center;
    color: var(--clr-base);
}

.item-tile-new .tile-photo-wrap {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.item-tile-new .tile-info-wrap {
    display: block;
    padding: 22px 0 0 0;
}

.item-tile-new .tile-photo {
    border-radius: var(--small-radius);
    aspect-ratio: inherit;
    height: 257px;
}

.item-tile-new .tile-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: normal;
    font-weight: 400;
    text-align: center;
    margin: 0;
}

.item-tile-new:hover {
    color: var(--clr-att);
}

.item-tile-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    min-height: 100%;
    border-radius: var(--main-radius);
    background: var(--clr-att);
    color: #fff;
    text-align: center;
    padding: 36px 24px 36px 24px;
    padding: 3.6rem 2.4rem 3.6rem 2.4rem;
}

.item-tile-info .tile-title-wrap {
    display: block;
    width: 100%;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 22px;
    padding-bottom: 2.2rem;
}

.item-tile-info .tile-title {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: normal;
    color: inherit;
    margin: 0 auto;
    max-width: 11em;
}

.item-tile-info .btn {
    padding: 0 46px;
    padding: 0 4.6rem;
    height: 44px;
}

.item-tile-catalog {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    border: 1px solid #f3f3f3;
    border-radius: 7px;
    padding: 44px 19px 16px 19px;
    padding: 44px 1.9rem 16px 1.9rem;
    position: relative;
    overflow: hidden;
    color: var(--clr-base-light);
    font-size: 16px;
    line-height: 1.125;
}

.item-tile-catalog:hover {
    border-color: var(--clr-att);
}

.item-tile-catalog .tile-photo-wrap {
    display: block;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.item-tile-catalog .tile-title-wrap {
    display: block;
    width: 100%;
    -ms-flex: 1;
    flex: 1;
    padding: 10px 0 15px 0;
}

.item-tile-catalog .tile-actions-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 19px 19px 19px;
    padding: 6px 1.9rem 1.9rem 1.9rem;
    max-width: 100%;
    justify-content:flex-end;
}

.item-tile-catalog .tile-buttons-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
}

.item-tile-catalog .tile-buttons-wrap .btn-action-ico {
    z-index: 8;
    width: 32px;
    height: 32px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.item-tile-catalog .tile-buttons-wrap .btn-action-ico:hover{
    opacity:0.5;
}

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

.item-tile-catalog .tile-cart-wrap .btn {
    height: 35px;
    width: 42px;
    border-radius: var(--small-radius);
    z-index: 8;
}
.item-tile-catalog .tile-cart-wrap .btn.add_to_cart_dn{
    background-color:#fff;
    border-width:2px;
}

.item-tile-catalog .tile-cart-wrap .btn.in-cart {
    font-size: 10px;
    width: 90px;
    line-height: 1;
}

.item-tile-catalog .tile-cart-wrap .btn.in-cart:before {
    display: none;
}

.item-tile-catalog .tile-prices-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}

.item-tile-catalog .tile-price-wrap {
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px 0 0;
    padding: 0 2rem 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.item-tile-catalog .tile-reviews-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.item-tile-catalog .tile-stickers-wrap {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 5px;
}

.item-tile-catalog .tile-photo {
    height: 206px;
    aspect-ratio: inherit;
}

.item-tile-catalog .tile-price {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1;
    color: var(--clr-att);
    font-weight: bold;
}

.item-tile-catalog .tile-price:after {
    font-weight: 400;
    font-size: 0.64285714em;
}

.item-tile-catalog .tile-price.price-old {
    color: var(--clr-light);
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.2;
}

.item-tile-catalog .tile-total {
    font-size: 14px;
    line-height: 16px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: right;
    color: var(--clr-att);
}

.item-tile-catalog .tile-total b {
    font-weight: 600;
}

.item-tile-catalog .tile-sticker {
    margin: 0 3px 3px 0;
    z-index: 2;
}

.item-tile-catalog .tile-title {
    min-height: 60px;
    display: block;
}

.item-tile-catalog .item-tile-rate {
    padding-right: 10px;
    -ms-flex: 1;
    flex: 1;
}

.item-tile-catalog .btn-action-ico.ico-fix {
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #c0c0c0;
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -18px;
    z-index: 10;
}

.item-tile-catalog .btn-action-ico.ico-fix:hover,
.item-tile-catalog .btn-action-ico.ico-fix.active {
    background-color: #fff;
    border-color: var(--clr-att);
}

.item-tile-catalog .btn-action-ico.ico-fix:hover:before,
.item-tile-catalog .btn-action-ico.ico-fix.active:before {
    filter: none;
}

.item-tile-rate {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    color: var(--clr-light);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
}

.item-tile-rate .tile-rates {
    margin-top: 2px;
    margin-right: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

:is([class^="item-tile"]):hover .elm-photo img,
:is([class^="item-tile"]):hover .tile-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-blank,
.tile-photo.photo-blank,
.elm-photo.photo-blank-light,
.tile-photo.photo-blank-light {
    background: url(../img/icons/blank.svg) center no-repeat;
    background-size: 75% auto;
}

.elm-photo.photo-blank-light,
.tile-photo.photo-blank-light {
    background-image: url(../img/icons/blank-light.svg);
    background-color: var(--clr-border);
}

.elm-photo.photo-main,
.tile-photo.photo-main {
    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;
}

.elm-photo.photo-contain img,
.tile-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;
}

.elm-price.price-old .price-title,
.tile-price.price-old .price-title {
    text-decoration: line-through;
}

.elm-price.price-old:after,
.tile-price.price-old:after {
    text-decoration: none;
}

.elm-price .price-title,
.tile-price .price-title {
    display: inline;
}

[data-unit]:after {
    content: attr(data-unit);
    font-family: 'Arial', 'Roboto', 'Open Sans', sans-serif;
}

.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-sticker,
.tile-sticker {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    border-radius: var(--small-radius);
    border: 1px solid #000;
    background-color: #000;
    position: relative;
    z-index: 2;
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 6px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
}

.elm-sticker:after,
.tile-sticker:after {
    font-weight: 400;
    font-size: 0.72222222em;
}

.elm-sticker.type-border,
.tile-sticker.type-border {
    color: #000;
    background-color: #fff;
}

.elm-sticker.size-large,
.tile-sticker.size-large {
    font-size: 18px;
    font-weight: bold;
}

.elm-sticker.size-medium,
.tile-sticker.size-medium {
    font-size: 14px;
    font-weight: bold;
}

.elm-sticker.color-orange,
.tile-sticker.color-orange {
    color: var(--clr-base-ligth);
    background-color: #FF7B1B;
    border-color: #FF7B1B;
}

.elm-sticker.color-orange.type-border,
.tile-sticker.color-orange.type-border {
    color: #FF7B1B;
    background: #fff;
}

.elm-sticker.color-success,
.tile-sticker.color-success {
    color: #fff;
    background-color: var(--clr-success);
    border-color: var(--clr-success);
}

.elm-sticker.color-success.type-border,
.tile-sticker.color-success.type-border {
    color: var(--clr-success);
    background: #fff;
}

.elm-sticker.color-att-second,
.tile-sticker.color-att-second {
    color: #fff;
    background-color: var(--clr-att-second);
    border-color: var(--clr-att-second);
}

.elm-sticker.color-att-second.type-border,
.tile-sticker.color-att-second.type-border {
    color: var(--clr-att-second);
    background: #fff;
}

.elm-sticker.color-att,
.tile-sticker.color-att {
    color: #fff;
    background-color: var(--clr-att);
    border-color: var(--clr-att);
}

.elm-sticker.color-att.type-border,
.tile-sticker.color-att.type-border {
    color: var(--clr-att);
    background: #fff;
}

.elm-sticker .st-title,
.tile-sticker .st-title {
    display: block;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.elm-sticker .st-title:after,
.tile-sticker .st-title:after {
    font-weight: 400;
    font-size: 0.72222222em;
}

.elm-sticker .elm-ico,
.tile-sticker .elm-ico,
.elm-sticker .tile-ico,
.tile-sticker .tile-ico {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: -9px;
    margin-top: -9px;
}

.elm-rate,
.tile-rate {
    width: 12px;
    height: 12px;
    display: block;
    position: relative;
    background: url(../img/icons/rate.svg) center no-repeat;
    background-size: 100% auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.elm-rates,
.tile-rates {
    display: -ms-flexbox;
    display: flex;
    /*width: 68px;*/
    /*height: 12px;*/
    /*line-height: 1;*/
}
.item-tile-review .tile-rates {
    display: -ms-flexbox;
    display: flex;
    width: 68px;
    height: 12px;
    line-height: 1;
}

.elm-rates {
    display: -ms-flexbox;
    display: flex;
    width: 68px;
    height: 12px;
    line-height: 1;
}

.elm-rates.rate-large,
.tile-rates.rate-large {
    width: 88px;
    height: 16px;
}

.elm-rates.rate-large .elm-rate,
.tile-rates.rate-large .elm-rate,
.elm-rates.rate-large .tile-rate,
.tile-rates.rate-large .tile-rate {
    width: 16px;
    height: 16px;
}

.elm-rates.rate-vlarge,
.tile-rates.rate-vlarge {
    width: 126px;
    height: 22px;
}

.elm-rates.rate-vlarge .elm-rate,
.tile-rates.rate-vlarge .elm-rate,
.elm-rates.rate-vlarge .tile-rate,
.tile-rates.rate-vlarge .tile-rate {
    width: 22px;
    height: 22px;
}

.elm-rates .elm-rate,
.tile-rates .elm-rate,
.elm-rates .tile-rate,
.tile-rates .tile-rate {
    margin: 0 2px 0 0;
}

.elm-rates .elm-rate:last-child,
.tile-rates .elm-rate:last-child,
.elm-rates .tile-rate:last-child,
.tile-rates .tile-rate:last-child {
    margin: 0;
}

.elm-rates[data-rate="4"] .elm-rate:nth-child(5),
.tile-rates[data-rate="4"] .elm-rate:nth-child(5),
.elm-rates[data-rate="4"] .tile-rate:nth-child(5),
.tile-rates[data-rate="4"] .tile-rate:nth-child(5) {
    filter: grayscale(100%) opacity(0.5);
}

.elm-rates[data-rate="3"] .elm-rate:nth-child(4),
.tile-rates[data-rate="3"] .elm-rate:nth-child(4),
.elm-rates[data-rate="3"] .tile-rate:nth-child(4),
.tile-rates[data-rate="3"] .tile-rate:nth-child(4),
.elm-rates[data-rate="3"] .elm-rate:nth-child(5),
.tile-rates[data-rate="3"] .elm-rate:nth-child(5),
.elm-rates[data-rate="3"] .tile-rate:nth-child(5),
.tile-rates[data-rate="3"] .tile-rate:nth-child(5) {
    filter: grayscale(100%) opacity(0.5);
}

.elm-rates[data-rate="2"] .elm-rate:nth-child(3),
.tile-rates[data-rate="2"] .elm-rate:nth-child(3),
.elm-rates[data-rate="2"] .tile-rate:nth-child(3),
.tile-rates[data-rate="2"] .tile-rate:nth-child(3),
.elm-rates[data-rate="2"] .elm-rate:nth-child(4),
.tile-rates[data-rate="2"] .elm-rate:nth-child(4),
.elm-rates[data-rate="2"] .tile-rate:nth-child(4),
.tile-rates[data-rate="2"] .tile-rate:nth-child(4),
.elm-rates[data-rate="2"] .elm-rate:nth-child(5),
.tile-rates[data-rate="2"] .elm-rate:nth-child(5),
.elm-rates[data-rate="2"] .tile-rate:nth-child(5),
.tile-rates[data-rate="2"] .tile-rate:nth-child(5) {
    filter: grayscale(100%) opacity(0.5);
}

.elm-rates[data-rate="1"] .elm-rate:nth-child(2),
.tile-rates[data-rate="1"] .elm-rate:nth-child(2),
.elm-rates[data-rate="1"] .tile-rate:nth-child(2),
.tile-rates[data-rate="1"] .tile-rate:nth-child(2),
.elm-rates[data-rate="1"] .elm-rate:nth-child(3),
.tile-rates[data-rate="1"] .elm-rate:nth-child(3),
.elm-rates[data-rate="1"] .tile-rate:nth-child(3),
.tile-rates[data-rate="1"] .tile-rate:nth-child(3),
.elm-rates[data-rate="1"] .elm-rate:nth-child(4),
.tile-rates[data-rate="1"] .elm-rate:nth-child(4),
.elm-rates[data-rate="1"] .tile-rate:nth-child(4),
.tile-rates[data-rate="1"] .tile-rate:nth-child(4),
.elm-rates[data-rate="1"] .elm-rate:nth-child(5),
.tile-rates[data-rate="1"] .elm-rate:nth-child(5),
.elm-rates[data-rate="1"] .tile-rate:nth-child(5),
.tile-rates[data-rate="1"] .tile-rate:nth-child(5) {
    filter: grayscale(100%) opacity(0.5);
}

.elm-rates[data-rate="0"] .elm-rate,
.tile-rates[data-rate="0"] .elm-rate,
.elm-rates[data-rate="0"] .tile-rate,
.tile-rates[data-rate="0"] .tile-rate {
    filter: grayscale(100%) opacity(0.5);
}

.tile-stick,
.elm-stock {
    display: block;
    position: relative;
    color: #17B142;
    padding-left: 26px;
}

.tile-stick:before,
.elm-stock:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(../img/icons/instock.svg) center no-repeat;
    background-size: 100% auto;
    top: 50%;
    left: -4px;
    margin-top: -12px;
}

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

.elm-row.row-total {
    color: #17B142;
}

.elm-row:before {
    content: "";
    display: block;
    position: absolute;
    top: 0.8em;
    left: 0;
    right: 0;
    height: 1px;
    border-top: 1px dotted var(--clr-base-light);
}

.elm-row .row-title,
.elm-row .row-value {
    display: block;
    position: relative;
    z-index: 2;
    padding: 0 5px 0 0;
    background-color: #fff;
    max-width: 50%;
}

.elm-row .row-value {
    padding: 0 0 0 5px;
    text-align: right;
}

.elm-help,
.tile-help {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
    overflow: hidden;
}

.elm-help:before,
.tile-help:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(../img/icons/help.svg) center no-repeat;
    background-size: 24px auto;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
}

.elm-profile-info {
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    line-height: 12px;
    color: var(--clr-att-second);
}

.elm-profile-info.status-success {
    color: #17B142;
}

.elm-profile-info.status-success .profile-title {
    color: #17B142;
}

.elm-profile-info .elm-ico {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.elm-profile-info .profile-title-wrap {
    display: block;
    padding: 0 0 0 10px;
}

.elm-profile-info .profile-info {
    display: block;
    margin: 2px 0 0 0;
}

.elm-profile-info .profile-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    color: var(--clr-att);
}

.elm-timer {
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 100%;
    font-size: 18px;
    text-align: center;
    color: var(--clr-light);
    line-height: 1.22222222;
    white-space: nowrap;
}

.elm-timer .timer-section-wrap {
    padding: 0 28px 0 0;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.elm-timer .timer-section-wrap:before {
    content: ":";
    display: block;
    width: 28px;
    height: 48px;
    line-height: 48px;
    font-size: 25px;
    color: var(--clr-base);
    position: absolute;
    top: 0;
    right: 0;
}

.elm-timer .timer-section-wrap:last-child:before {
    display: none;
}

.elm-timer .timer-section-title {
    display: block;
    margin: 0 -14px;
}

.elm-timer .timer-section {
    display: block;
    height: 48px;
    min-width: 48px;
    padding: 0 12px;
    font-size: 25px;
    font-weight: 400;
    color: var(--clr-base);
    border-radius: var(--main-radius);
    border: 1px solid var(--clr-light);
    text-transform: uppercase;
    line-height: 46px;
}

@media (max-width: 1499px) {
    .item-tile-catalog-mini {
        font-size: 14px;
    }

    .item-tile-catalog-mini .tile-info-wrap {
        padding-left: 20px;
    }
}

@media (max-width: 1399px) {
    .item-tile-order {
        padding-left: 0;
    }

    .item-tile-favorite {
        padding-left: 2rem;
    }

    .item-tile-favorite .tile-info-wrap {
        padding-left: 4rem;
    }

    .item-tile-product .tile-title {
        padding-left: 3rem;
    }

    .item-tile-bottom .tile-info-wrap:first-child {
        margin: 0 auto;
        max-width: 800px !important;
        padding-left: 20px;
    }

    .item-tile-bottom .tile-info-wrap:first-child .tile-title,
    .item-tile-bottom .tile-info-wrap:first-child .tile-info {
        max-width: 100%;
    }
}

@media (max-width: 1199px) {
    .item-tile-favorite {
        padding-left: 20px;
    }

    .item-tile-favorite .tile-total-wrap {
        padding-right: 20px;
        padding-left: 20px;
    }

    .item-tile-favorite .tile-info-wrap {
        padding-left: 20px;
    }

    .item-tile-favorite .tile-action:first-child {
        min-width: 0;
    }

    .item-tile-panel {
        padding: 3rem;
    }

    .item-tile-service .tile-content-wrap,
    .item-tile-service .tile-footer-wrap {
        padding: 3rem;
    }

    .item-tile-service .tile-footer-wrap {
        font-size: 16px;
    }

    .item-tile-bonus .tile-title {
        padding-left: 10px;
        font-size: 1em;
    }

    .item-tile-category {
        font-size: 14px;
    }

    .item-tile-category .tile-ico {
        width: 40px;
        height: 40px;
    }

    .item-tile-category .tile-title {
        padding-left: 15px;
    }

    .item-tile-catalog-mini .tile-photo-wrap {
        width: 80px;
    }
}

@media (max-width: 1023px) {
    .item-tile-order .tile-title {
        font-size: 18px;
    }

    .item-tile-order .tile-price {
        font-size: 22px;
    }

    .item-tile-spec {
        font-size: 14px;
    }

    .item-tile-cart {
        padding-left: 20px;
    }

    .item-tile-cart .tile-total-wrap {
        width: 29.2rem;
        padding-left: 20px;
        padding-right: 20px;
    }

    .item-tile-cart .tile-info-wrap {
        width: auto;
        -ms-flex: 1;
        flex: 1;
        padding-left: 20px;
    }

    .item-tile-cart .tile-photo-wrap {
        width: 195px;
        -ms-flex: inherit;
        flex: inherit;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .item-tile-favorite .tile-actions-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .item-tile-favorite .tile-buttons-wrap {
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .item-tile-favorite .tile-action:first-child {
        min-width: 100%;
    }

    .item-tile-favorite .tile-title-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -20px;
    }

    .item-tile-favorite .tile-title {
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        min-width: 0;
        padding-right: 20px;
    }

    .item-tile-favorite .tile-stickers-wrap {
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-top: 1rem;
    }

    .item-tile-favorite .tile-sticker-wrap {
        padding-right: 20px;
    }

    .item-tile-panel {
        font-size: 14px;
    }

    .item-tile-service {
        font-size: 16px;
    }

    .item-tile-article {
        font-size: 14px;
    }

    .item-tile-article .tile-title.title-small {
        font-size: 1em;
    }

    .item-tile-article .tile-info {
        font-size: 12px;
    }

    .item-tile-bottom .tile-photo-wrap {
        width: 120px;
        padding: 0 15px;
    }

    .item-tile-new .tile-title {
        font-size: 14px;
    }

    .item-tile-new .tile-photo {
        aspect-ratio: 269/257;
        height: auto;
    }

    .item-tile-catalog {
        padding-left: 10px;
        padding-right: 10px;
    }

    .item-tile-catalog .tile-actions-wrap {
        padding-left: 10px;
        padding-right: 5px;
    }

    .item-tile-catalog .tile-title {
        font-size: 14px;
        line-height: 18px;
        height: 72px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .item-tile-catalog .tile-buttons-wrap .btn-action-ico {
        width: 28px;
        height: 28px;
        margin: 0;
    }

    .item-tile-catalog .tile-photo {
        height: auto;
        aspect-ratio: 100/90;
    }

    .elm-sticker,
    .tile-sticker {
        font-size: 10px;
    }

    .elm-sticker.size-large,
    .tile-sticker.size-large {
        font-size: 13px;
    }

    .elm-sticker:after,
    .tile-sticker:after {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .item-tile-cart,
    .item-tile-favorite {
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 100%;
        padding: 0;
    }

    .item-tile-cart .tile-photo-wrap,
    .item-tile-favorite .tile-photo-wrap {
        padding: 20px;
        width: 100%;
    }

    .item-tile-cart .tile-info-wrap,
    .item-tile-favorite .tile-info-wrap {
        padding: 0 20px 20px 20px;
        width: 100%;
        -ms-flex: 1;
        flex: 1;
    }

    .item-tile-cart .tile-total-wrap,
    .item-tile-favorite .tile-total-wrap {
        display: block;
        border-left: none;
        border-top: 1px solid #d9d9d9;
        padding: 20px;
        width: 100%;
    }

    .item-tile-cart .tile-photo,
    .item-tile-favorite .tile-photo {
        margin: 0 auto;
        width: 195px;
        max-width: 100%;
    }

    .item-tile-cart .tile-cart-wrap .btn,
    .item-tile-favorite .tile-cart-wrap .btn {
        padding: 0 10px;
        width: 100%;
        min-width: 0;
    }

    .item-tile-cart .tile-title-wrap {
        display: block;
        margin-right: 0;
    }

    .item-tile-cart .tile-title-wrap .tile-title {
        padding-right: 0;
    }

    .item-tile-cart .tile-info-wrap {
        display: block;
    }
}

@media (max-width: 639px) {
    .item-tile-order {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 20px;
    }

    .item-tile-order .tile-photo-wrap {
        width: 100%;
        padding: 0;
        -ms-flex: inherit;
        flex: inherit;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .item-tile-order .tile-info-wrap {
        width: auto;
        min-width: 0;
        -ms-flex: 1;
        flex: 1;
    }

    .item-tile-order .tile-photo {
        margin: 0 auto;
    }
}

@media (min-width: 1024px) {
    .item-tile-panel.tile-small-text {
        font-size: 1.7rem;
    }

    .item-tile-panel.tile-small-text .tile-title {
        font-size: 1.47058824em;
    }
}

@media (min-width: 1024px) and (max-width: 1399px) {
    .item-tile-cart {
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 100%;
        padding: 0;
    }

    .item-tile-cart .tile-photo-wrap {
        -ms-flex: inherit;
        flex: inherit;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 20px;
        width: 100%;
    }

    .item-tile-cart .tile-info-wrap {
        padding: 0 20px 20px 20px;
        width: 100%;
        -ms-flex: 1;
        flex: 1;
    }

    .item-tile-cart .tile-total-wrap {
        display: block;
        border-left: none;
        border-top: 1px solid #d9d9d9;
        padding: 20px;
        width: 100%;
    }

    .item-tile-cart .tile-photo {
        margin: 0 auto;
        width: 195px;
        max-width: 100%;
    }

    .item-tile-cart .tile-cart-wrap .btn {
        padding: 0 10px;
        width: 100%;
        min-width: 0;
    }

    .item-tile-cart .tile-title-wrap {
        display: block;
        margin-right: 0;
    }

    .item-tile-cart .tile-title-wrap .tile-title {
        padding-right: 0;
    }

    .item-tile-cart .tile-info-wrap {
        display: block;
    }
}

/* ----------------------------------- *\
			content styles
\* ----------------------------------- */
.order-box {
    margin-bottom: 60px;
    margin-bottom: 6rem;
    font-size: 16px;
    line-height: 1.125;
    color: var(--clr-base-light);
}

.order-box .map-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -84px 40px 0;
    margin: 0 -8.4rem 4rem 0;
}

.order-box .map-inner-wrap .map-inner-title {
    padding: 0 84px 0 0;
    padding: 0 8.4rem 0 0;
    margin-bottom: 10px;
    font-weight: bold;
    color: var(--clr-light);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.order-box .map-inner-wrap .map-inner-link {
    padding: 0 84px 0 0;
    padding: 0 8.4rem 0 0;
    margin-bottom: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.order-box .order-section-wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 36px;
    margin-bottom: 3.6rem;
    border: 1px solid var(--clr-border);
    border-radius: var(--main-radius);
}

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

.order-box .section-content-wrap {
    padding: 40px 70px;
    padding: 4rem 7rem;
}

.order-box .section-title-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid var(--clr-border);
    min-height: 74px;
    min-height: 7.4rem;
    padding: 20px 120px 20px 70px;
    padding: 20px 12rem 20px 7rem;
    background: #f5f5f5;
    position: relative;
}

.order-box .section-title-wrap:before {
    content: "";
    display: block;
    width: 32px;
    width: 3.2rem;
    height: 32px;
    height: 3.2rem;
    position: absolute;
    background: url(../img/icons/chk.svg) center no-repeat;
    background-size: 100% auto;
    top: 50%;
    right: 75px;
    right: 7.5rem;
    margin-top: -16px;
    margin-top: -1.6rem;
}

.order-box .section-title-wrap .elm-ico {
    width: 40px;
    width: 4rem;
    height: 40px;
    height: 4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 30px 0 0;
    margin: 0 3rem 0 0;
}

.order-box .section-title-wrap .section-title {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    color: var(--clr-base);
    margin: 0;
}

.order-box .section-footer-wrap {
    background: #f5f5f5;
    display: block;
    position: relative;
    padding: 18px 75px 18px 70px;
    padding: 18px 7.5rem 18px 7rem;
}

.order-box .section-footer-wrap .frm-row {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.order-box .section-footer-wrap .frm-row .frm-field {
    width: auto;
    min-width: 0;
}

.order-box .section-footer-wrap .btn {
    min-width: 193px;
    min-width: 19.3rem;
    height: 45px;
    font-size: 1em;
    text-transform: uppercase;
}

.order-box .frm-sections-wrap {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0 -25px;
    margin: 0 -2.5rem;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 360px;
    min-height: 36rem;
}

.order-box .frm-sections-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: -40px;
    top: -4rem;
    bottom: -40px;
    bottom: -4rem;
    left: 50%;
    width: 1px;
    background: #d4d4d4;
}

.order-box .frm-sections-wrap .frm-field {
    min-width: 0;
}

.order-box .frm-section-wrap {
    width: 50%;
    padding: 0 25px;
    padding: 0 2.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 392px;
    max-width: 39.2rem;
}

.order-box .items-inner-wrap {
    margin-top: -30px;
    margin-top: -3rem;
    margin-bottom: -30px;
    margin-bottom: -3rem;
    margin-left: -27px;
    margin-left: -2.7rem;
    margin-right: -27px;
    margin-right: -2.7rem;
    padding-bottom: 20px;
    padding-top: 20px;
}

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

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

.order-box .items-wrap {
    margin: 0;
}

.order-box .frm-row {
    margin: 0 -14px;
    margin: 0 -1.4rem;
}

.order-box .frm-row:last-child {
    margin-bottom: -20px;
    margin-bottom: -2rem;
}

.order-box .frm-field {
    padding: 0 14px;
    padding: 0 1.4rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    min-width: 280px;
}

.order-box .field-third {
    width: 33.33%;
}

.order-box .frm-field-title {
    font-size: 1em;
    margin-bottom: 18px;
    margin-bottom: 1.8rem;
}

.order-box .frm-field-info {
    margin: 34px 0 0 0;
    margin: 3.4rem 0 0 0;
    padding: 0 30px 0 0;
}

.order-box .frm-field-info:before {
    left: 100%;
}

.order-box .frm-field-info:first-child {
    margin-top: 0;
}

.order-box .btn.button-arrow {
    border-radius: var(--main-radius);
    height: 49px;
    width: 100%;
    white-space: normal;
    text-align: left;
}

.order-box .btn.button-arrow.button-border:not(:hover, .active) {
    border-color: #d9d9d9;
    color: var(--clr-base);
}

.order-box .btn.button-arrow.button-border.active,
.order-box .btn.button-arrow.button-border:hover {
    border-color: var(--clr-att);
    background-color: #fff;
    color: var(--clr-base);
}

.order-box .elm-help {
    margin-top: -1px;
    margin-bottom: -1px;
}

.order-box .row-card {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.order-box .row-card .field-date {
    width: 220px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: inherit;
}

.order-box .row-card .field-cvv {
    -ms-flex: inherit;
    flex: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 120px;
    white-space: nowrap;
    min-width: 0;
}

.order-box .row-pay {
    padding-bottom: 24px;
    padding-bottom: 2.4rem;
}

.order-box .row-pay .frm-field {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.order-box .row-pay .frm-field .elm-ico {
    height: 31px;
    max-width: 20%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.order-box .row-pay .frm-field .elm-ico:not(:hover, .active) {
    opacity: 0.5;
    filter: grayscale(100%);
}

.order-box .form-tabs-box {
    margin-bottom: 65px;
    margin-bottom: 6.5rem;
}

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

.form-tabs-box .menu {
    margin: 0 -12px;
    margin: 0 -1.2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-tabs-box .menu li {
    -ms-flex: 1;
    flex: 1;
    padding: 0 12px;
    padding: 0 1.2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.form-tabs-box .btn {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    font-size: 16px;
    text-transform: uppercase;
}

.form-tabs-box .btn.button-border.active {
    color: #fff;
}

.tiles-cart-box {
    margin-bottom: 70px;
    margin-bottom: 7rem;
}

.tiles-cart-box .items-wrap {
    margin: 0;
}

.tiles-cart-box .item-wrap {
    padding: 0;
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
}

.tiles-cart-box .item-wrap:last-child {
    margin-bottom: 0;
}

.side-action-box {
    margin-top: 38px;
    margin-top: 3.8rem;
    margin-bottom: 50px;
    margin-bottom: 5rem;
}

.side-action-box .action-wrap {
    margin-bottom: 35px;
    margin-bottom: 3.5rem;
}

.side-action-box .action-wrap:last-child {
    margin-bottom: 0;
}

.side-action-box .btn {
    width: 100%;
    height: 56px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}

.side-action-box .btn.button-clear {
    font-weight: bold;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: var(--clr-base-light);
    font-size: 16px;
    text-transform: none;
}

.side-action-box .btn.button-clear:hover {
    color: var(--clr-base-light);
    opacity: 0.6;
}

.side-action-box .btn.button-clear .button-ico {
    filter: brightness(0) grayscale(1);
}

.side-action-box .btn.button-main {
    height: 70px;
    height: 7rem;
}

.side-box {
    margin-bottom: 17px;
    border-radius: var(--small-radius);
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    padding: 20px 26px 46px 26px;
    padding: 20px 2.6rem 4.6rem 2.6rem;
    font-size: 16px;
    line-height: normal;
}

.side-box.side-check .side-title-wrap {
    padding: 0 32px;
}

.side-box.side-check .side-title-wrap:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    background: url(../img/icons/chk.svg) center no-repeat;
    background-size: 100% auto;
    top: 50%;
    left: 0;
    margin-top: -16px;
}

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

.side-box .side-title-wrap.js-btn-popup-toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 32px;
    padding-right: 60px;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.side-box .side-title-wrap.js-btn-popup-toggle:after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    background: url(../img/icons/arrow-menu-cat.svg) center no-repeat;
    background-size: 100% auto;
    top: 50%;
    right: -10px;
    margin-top: -16px;
    transition: all ease 0.2s;
    transform: rotate(180deg);
}

.side-box .side-title-wrap .title-small:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    background: url(/local/templates/orenpro/img/291024.svg) center no-repeat;
    background-size: 100% auto;
    top: 50%;
    left: 0;
    margin-top: -16px;
    transition: all ease 0.2s;
    transform: rotate(180deg);
}

.side-box .side-title-wrap.js-btn-popup-toggle.active:after {
    transform: rotate(0deg);
}

.side-box .form-inner-wrap {
    padding-top: 15px;
}

.side-box .side-content-wrap {
    display: block;
    padding-top: 25px;
    padding-top: 2.5rem;
}

.side-box .side-content-wrap.js-popup-block {
    display: none;
}

.side-box .rows-wrap {
    font-size: 16px;
    line-height: normal;
    color: var(--clr-light);
}

.side-box .elm-row {
    font-size: 1em;
    line-height: inherit;
    font-weight: 400;
    margin-bottom: 6px;
}

.side-box .elm-row.row-sep {
    margin-bottom: 22px;
    font-size: 1.125em;
    color: var(--clr-base-light);
}

.side-box .elm-row.row-main {
    font-size: 1.125em;
    color: var(--clr-base-light);
}

.side-box .elm-row.row-main .row-title {
    font-weight: bold;
}

.side-box .elm-row.row-total {
    margin-top: 22px;
    font-size: 1.25em;
}

.side-box .elm-row.row-total .row-title {
    font-weight: bold;
}

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

.side-box .elm-row .row-title,
.side-box .elm-row .row-value {
    font-size: 1em;
    line-height: inherit;
    font-weight: 400;
}

.side-box .elm-row .row-value {
    min-width: 105px;
    text-align: left;
}

.side-box .side-title {
    display: block;
    text-align: center;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    color: var(--clr-base);
    line-height: normal;
    margin: 0;
}

.side-box .side-title.title-small {
    font-size: 20px;
    font-size: 2rem;
}

.side-box .elm-price {
    color: inherit;
    font-weight: 400;
}

.side-box .elm-price:after {
    font-weight: 400;
}

.side-box .elm-price.price-att {
    color: var(--clr-att);
}

.side-box .frm-row,
.side-box .frm-row-submit {
    margin: 0;
    font-size: 1em;
    line-height: inherit;
}

.side-box .frm-row-submit {
    padding-top: 30px;
    padding-top: 3rem;
}

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

.side-box .frm-row-submit .btn {
    width: 100%;
}

.side-box .frm-field {
    padding: 0;
    margin: 0 0 19px 0;
    font-size: 1em;
    line-height: inherit;
}

.side-box .frm-field-title {
    font-size: 1em;
    line-height: inherit;
    color: var(--clr-base-light);
    margin: 0 0 16px 0;
    margin: 0 0 1.6rem 0;
}

.cart-actions-box .actions-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 50px 0;
    margin: 0 0 5rem 0;
    font-size: 14px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cart-actions-box .actions-inner-wrap .action-wrap {
    padding: 0 75px 0 0;
    padding: 0 7.5rem 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.cart-actions-box .actions-inner-wrap .btn {
    font-size: 1em;
}

.cart-actions-box .actions-inner-wrap .frm-select {
    font-size: 1em;
}

.cart-actions-box .actions-inner-wrap .frm-select label {
    font-size: 1em;
}

.about-box {
    margin-bottom: 60px;
    margin-bottom: 6rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1.5;
    max-width: 1230px;
}

.about-box .items-inner-wrap {
    width: 217px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.about-box .info-inner-wrap {
    -ms-flex: 1;
    flex: 1;
    padding-left: 40px;
    padding-left: 4rem;
    max-width: 55.875em;
}

.about-box .items-wrap {
    margin-top: -30px;
    margin-top: -3rem;
    margin-bottom: -30px;
    margin-bottom: -3rem;
    margin-left: 0;
    margin-right: 0;
}

.about-box .item-wrap {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid var(--clr-border-light);
}

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

.form-main-box {
    margin-bottom: 50px;
    margin-bottom: 5rem;
    background: #fff;
    box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.15);
    border-radius: var(--main-radius);
    padding: 37px 38px;
    padding: 3.7rem 3.8rem;
}

.form-main-box .frm-field-title {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: var(--clr-light);
    margin: 0 0 8px 0;
}

.form-main-box .frm-field {
    padding: 0;
    margin-bottom: 22px;
    margin-bottom: 2.2rem;
}

.form-main-box .frm-row-submit {
    padding-top: 12px;
}

.form-main-box .frm-row-submit .frm-field {
    margin-bottom: 0;
}

.form-main-box .frm-row-submit .btn {
    width: 100%;
}

.form-main-box textarea.form-input {
    height: 90px;
}

.form-main-box .frm-title {
    text-align: center;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--clr-att);
    margin-bottom: 30px;
    margin-bottom: 3rem;
}

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

.tiles-spec-box .items-wrap {
    display: block;
    columns: 2;
    column-gap: 3rem;
    margin: 0;
}

.tiles-spec-box .item-wrap {
    padding: 0;
    width: 100%;
    break-inside: avoid-column;
    margin-bottom: 50px;
    margin-bottom: 5rem;
}

.tiles-spec-box .form-main-box {
    margin-bottom: 0;
    max-width: 408px;
}

.compare-box {
    margin-bottom: 60px;
    margin-bottom: 6rem;
}

.compare-box .tbl-actions-wrap {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -90px;
    right: 20px;
    z-index: 20;
}

.compare-box .tbl-actions-wrap .btn-action-ico {
    margin-left: 30px;
    margin-left: 3rem;
}

.compare-box .tbl-actions-wrap .btn-action-ico.ico-arrow {
    box-shadow: none;
    border: 1px solid var(--clr-border);
    width: 42px;
    height: 42px;
}

.compare-box .tbl-actions-wrap .btn-action-ico.ico-arrow:hover {
    border-color: var(--clr-att-light);
}

.compare-box .slider-wrap {
    position: relative;
    margin: 0;
}

.compare-box .actions-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 50px 0;
    margin: 0 0 5rem 0;
    font-size: 14px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.compare-box .actions-inner-wrap .action-wrap {
    padding: 0 75px 0 0;
    padding: 0 7.5rem 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.compare-box .actions-inner-wrap .btn {
    font-size: 1em;
}

.compare-box .actions-inner-wrap .frm-select {
    font-size: 1em;
}

.compare-box .actions-inner-wrap .frm-select label {
    font-size: 1em;
}

.compare-box .item-tile-catalog {
    padding-top: 0;
    overflow: visible;
}

.compare-box .item-tile-catalog .tile-actions-wrap {
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 12px;
}

.compare-box .item-tile-catalog .tile-actions-wrap .btn-action-ico {
    width: 28px;
    height: 28px;
    margin-bottom: 7px;
}

.compare-box .item-tile-catalog .tile-actions-wrap .btn-action-ico.ico-fav:before {
    background-size: 32px auto;
}

.compare-box .item-tile-catalog .tile-buttons-wrap {
    display: block;
    width: 28px;
    height: auto;
}

.compare-box .item-tile-catalog .tile-stickers-wrap {
    display: none;
}

.compare-box .slider-outer-wrap {
    position: relative;
}

.compare-box .slider-inner-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.compare-box .slider-inner-wrap::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.compare-box table {
    width: auto;
    max-width: initial;
    table-layout: fixed;
    font-size: 16px;
    line-height: 1.1;
    color: var(--clr-light);
}

.compare-box table th,
.compare-box table td {
    width: 288px;
    min-width: 288px;
    padding: 30px 12px 12px 12px;
    text-align: center;
    font-size: 1em;
    line-height: inherit;
    color: inherit;
    vertical-align: top;
    border: none;
    border-bottom: 1px solid #F6F6F6;
    position: relative;
    background: #fff;
}

.compare-box table th[data-title],
.compare-box table td[data-title] {
    /* &amp;:before {
					content: attr(data-title);
					display: block;
					font-size: 12px;
					text-transform: uppercase;
					font-weight: bold;
					line-height: 16px;
					position: absolute;
					top: 10px;
					left: 0;
					width: 100%;
				} */
}

.compare-box table .td-title-wrap {
    display: block;
    width: 100%;
    height: 22px;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--clr-light);
    margin-top: -22px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.compare-box table .td-title {
    position: sticky;
    left: 0;
    display: inline-block;
}

.compare-box table .elm-rates {
    margin: 0 auto;
}

.menu-list-box {
    margin-bottom: 40px;
    margin-bottom: 4rem;
}

.menu-list-box .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -22px;
    font-size: 16px;
}

.menu-list-box .menu li {
    margin-bottom: 10px;
    margin-bottom: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.menu-list-box .btn .button-count {
    display: inline;
    font-weight: 400;
    margin-left: 0.5em;
}

.tiles-favorites-box {
    margin-bottom: 100px;
    margin-bottom: 10rem;
    padding-top: 40px;
    padding-top: 4rem;
}

.tiles-favorites-box .actions-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -55px 60px 0;
    margin: 0 -5.5rem 6rem 0;
    padding-left: 20px;
    padding-left: 2rem;
    font-size: 14px;
    color: var(--clr-base-light);
}

.tiles-favorites-box .actions-inner-wrap .action-wrap {
    padding: 0 55px 0 0;
    padding: 0 5.5rem 0 0;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.tiles-favorites-box .actions-inner-wrap .frm-select label {
    font-size: 1em;
    color: var(--clr-base);
}

.tiles-favorites-box .actions-inner-wrap .btn {
    font-size: 1em;
}

.tiles-favorites-box .items-wrap {
    margin: 0;
}

.tiles-favorites-box .item-wrap {
    padding: 0;
    margin-bottom: 22px;
}

.tiles-favorites-box .item-wrap:last-child {
    margin-bottom: 0;
}

.action-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 130px;
    margin-bottom: 13rem;
    font-size: 16px;
    line-height: 1.625;
    color: var(--clr-base);
    padding-top: 30px;
    padding-top: 3rem;
    max-width: 1290px;
}

.action-box .photo-inner-wrap {
    width: 455px;
    width: 45.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px 40px 0 0;
    padding: 1rem 4rem 0 0;
}

.action-box .info-inner-wrap {
    -ms-flex: 1;
    flex: 1;
    max-width: 44.125em;
}

.action-box .h1-title,
.action-box .h2-title {
    font-size: 1.625em;
    line-height: 1.2;
    margin: 0 0 30px 0;
    margin: 0 0 3rem 0;
    color: inherit;
    font-weight: 400;
}

.action-box .title-main {
    margin-left: -15px;
}

.action-box .h2-title {
    font-size: 1.25em;
    margin-bottom: 30px;
    margin-bottom: 3rem;
}

.action-box .elm-photo {
    background-color: #E0EEF2;
    border-radius: var(--main-radius);
    aspect-ratio: 1;
}

.action-box .timer-inner-wrap {
    margin-top: 65px;
    margin-top: 6.5rem;
    padding-top: 45px;
    padding-top: 4.5rem;
    border-top: 1px solid var(--clr-border);
}

.action-box .timer-inner-wrap .h1-title {
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
}

.comment-form-box {
    margin: 40px 0;
    margin: 4rem 0;
    padding-right: 85px;
}

.comment-form-box:last-child {
    margin-bottom: 0;
}

.comment-form-box:first-child {
    margin-top: 0;
}

.comment-form-box .frm-row {
    margin: 0 -5px;
}

.comment-form-box .frm-field {
    padding: 0 5px;
    width: 60%;
    margin-bottom: 30px;
    margin-bottom: 3rem;
}

.comment-form-box .frm-field + .frm-field {
    width: auto;
    -ms-flex: 1;
    flex: 1;
}

.comment-form-box .field-main {
    width: 100%;
}

.comment-form-box .field-main + .field-button {
    width: 95px;
    position: absolute;
    bottom: 0;
    right: -85px;
    text-align: right;
}

.comment-form-box .btn {
    width: 60px;
    height: 55px;
    padding: 0;
}

.comment-form-box .btn .button-title {
    display: none;
}

.comment-form-box .btn .button-ico {
    margin: 0;
    width: 32px;
    height: 32px;
}

.comment-form-box .form-input {
    font-size: 16px;
    padding-left: 27px;
    padding-left: 2.7rem;
}

.comment-form-box .form-input[placeholder]::-webkit-input-placeholder {
    color: #c0c0c0;
}

.comment-form-box .form-input[placeholder]:-moz-placeholder {
    color: #c0c0c0;
}

.comment-form-box .form-input[placeholder]::-moz-placeholder {
    color: #c0c0c0;
}

.comment-form-box .form-input[placeholder]:-ms-input-placeholder {
    color: #c0c0c0;
}

.comment-form-box textarea.form-input {
    height: 118px;
    padding-top: 20px;
    padding-top: 2rem;
}

.reviews-list-box {
    margin-bottom: 60px;
    margin-bottom: 6rem;
}

.reviews-list-box .comment-form-box {
    max-width: 792px;
}

.reviews-list-box .item-tile-review-main {
    max-width: 855px;
}

.reviews-list-box .item-tile-review-main ~ .item-tile-review-main {
    margin-top: 40px;
    margin-top: 4rem;
    padding-left: 45px;
    padding-left: 4.5rem;
}

.reviews-list-box .items-wrap {
    margin: 0;
}

.reviews-list-box .item-wrap {
    padding: 0 0 60px 0;
    padding: 0 0 6rem 0;
    margin: 0 0 55px 0;
    margin: 0 0 5.5rem 0;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
}

.reviews-list-box .item-wrap:last-child {
    margin-bottom: 0;
}

.form-code-box {
    margin-bottom: 60px;
    margin-bottom: 6rem;
    max-width: 35em;
    line-height: 1.375;
    color: var(--clr-base-light);
}

.form-code-box .form-inner-wrap {
    margin-bottom: 84px;
    margin-bottom: 8.4rem;
}

.form-code-box .form-inner-wrap:last-child {
    margin-bottom: 0;
}

.form-code-box .form-info {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    margin: 3px 0 0 0;
    color: var(--clr-border);
}

.form-code-box .frm-title {
    font-size: 1.625em;
    line-height: 1.5;
    font-weight: 400;
    color: var(--clr-base);
    margin: 0 0 24px 0;
    margin: 0 0 2.4rem 0;
}

.services-box {
    margin-bottom: 60px;
    margin-bottom: 6rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1350px;
}

.services-box .form-inner-wrap {
    width: 330px;
    width: 33rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 30px;
    padding-top: 3rem;
}

.services-box .items-inner-wrap {
    -ms-flex: 1;
    flex: 1;
    width: calc(100% - 33rem);
    padding-right: 40px;
    padding-right: 4rem;
    max-width: 897px;
    max-width: 89.7rem;
}

.services-box .items-wrap {
    margin: 0 -12px -24px -12px;
    margin: 0 -1.2rem -2.4rem -1.2rem;
}

.services-box .item-wrap {
    width: 50%;
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
    padding: 0 12px;
    padding: 0 1.2rem;
}

.services-box .frm-row,
.services-box .frm-row-submit {
    margin: 0;
}

.services-box .frm-field {
    margin: 0 0 32px 0;
    margin: 0 0 3.2rem 0;
    padding: 0;
}

.services-box .frm-row-submit {
    padding-top: 16px;
    padding-top: 1.6rem;
}

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

.services-box .frm-row-submit .btn {
    width: 100%;
}

.services-box textarea.form-input {
    height: 109px;
}

.services-box .h3-title {
    display: block;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 47px;
    margin-bottom: 4.7rem;
}

.main-sbs-box {
    position: relative;
    background: #f6f6f6;
    font-size: 14px;
    line-height: normal;
}

.main-sbs-box.section-bg {
    background-color: #E0EEF2;
}

.main-sbs-box .inner-wrap {
    display: -ms-flexbox;
    display: flex;
}

.main-sbs-box .photo-inner-wrap {
    width: 30.5%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}

.main-sbs-box .info-inner-wrap,
.main-sbs-box .form-inner-wrap {
    width: 30.5%;
    padding: 55px 50px 50px 0;
    padding: 5.5rem 5rem 5rem 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.main-sbs-box .form-inner-wrap {
    padding-right: 0;
    width: auto;
    -ms-flex: 1;
    flex: 1;
}

.main-sbs-box .elm-photo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    aspect-ratio: inherit;
}

.main-sbs-box .form-info {
    margin: 30px 0 0 0;
    margin: 3rem 0 0 0;
    font-size: 10px;
}

.main-sbs-box .h3-title {
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: bold;
    color: inherit;
    margin: 0 0 26px 0;
    margin: 0 0 2.6rem 0;
}

.main-sbs-box .h3-title .title-att {
    display: inline;
    color: var(--clr-att-second);
}

.main-sbs-box .frm-main-send,
.main-sbs-box .form-info {
    max-width: 430px;
}

.main-contacts-box {
    position: relative;
    overflow: hidden;
}

.main-contacts-box.active .info-sections-wrap {
    display: block;
}

.main-contacts-box .inner-wrap {
    position: static;
    padding-top: 90px;
    padding-top: 9rem;
    padding-bottom: 90px;
    padding-bottom: 9rem;
    min-height: 538px;
}

.main-contacts-box .map-inner-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.main-contacts-box .info-inner-wrap {
    width: 320px;
    max-width: 100%;
    border-radius: var(--small-radius);
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 24px 20px 20px 38px;
    padding: 24px 20px 20px 3.8rem;
    position: relative;
    z-index: 3;
    font-size: 14px;
    line-height: 1.57142857;
    color: var(--clr-base-light);
}

.main-contacts-box .info-inner-wrap:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    background: url(../img/icons/location.svg) center no-repeat;
    background-size: 100% auto;
    top: 5px;
    left: 0;
}

.main-contacts-box .action-wrap {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    float: left;
    font-weight: 300;
    color: #000;
    padding: 10px 24px;
}

.main-contacts-box .info-sections-wrap {
    display: none;
    animation: fadein ease 0.2s;
}

.main-contacts-box .info-section-wrap {
    padding: 12px 0;
    border-bottom: 1px solid #d4d4d4;
    margin: 0;
}

.main-contacts-box .info-section-wrap:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.main-contacts-box .section-title {
    display: block;
    font-size: 1em;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 0;
}

.main-contacts-box p {
    margin-bottom: 2px;
}

.main-contacts-box .link-phone:not(:hover) {
    color: inherit;
}

.tbl-list-box {
    margin-bottom: 60px;
    margin-bottom: 6rem;
    font-size: 16px;
    line-height: 1.125;
    color: var(--clr-base-light);
    position: relative;
}

.tbl-list-box table {
    margin: 0;
    font-size: 1em;
    line-height: inherit;
    border-collapse: collapse;
}

.tbl-list-box table thead {
    position: relative;
}

.tbl-list-box table thead:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100dvw;
    min-width: 320px;
    transform: translateX(-50%);
    background: #F6F6F6;
    z-index: -1;
}

.tbl-list-box table thead tr {
    position: relative;
}

.tbl-list-box table thead th,
.tbl-list-box table thead td {
    font-size: 1em;
    line-height: inherit;
    color: var(--clr-light);
    font-weight: bold;
    padding: 16px 16px 16px 0;
    height: 65px;
    height: 6.5rem;
    background: #F6F6F6;
    text-align: left;
    border: none;
    position: relative;
    z-index: 2;
}

.tbl-list-box table th,
.tbl-list-box table td {
    font-size: 1em;
    line-height: inherit;
    vertical-align: middle;
    text-align: left;
    font-weight: 400;
    color: inherit;
    padding: 22px 16px 22px 0;
    padding: 2.2rem 16px 2.2rem 0;
    background: none;
    border: none;
    border-top: 1px solid var(--clr-border);
}

.tbl-list-box table .td-button {
    width: 0;
}

.tbl-list-box table tr:first-child th,
.tbl-list-box table tr:first-child td {
    border-top: none;
}

.tbl-list-box table .tr-title th,
.tbl-list-box table .tr-title td {
    padding-top: 60px;
    padding-top: 6rem;
    padding-bottom: 40px;
    padding-bottom: 4rem;
    border-top: none;
}

.tbl-list-box table .tr-title + tr th,
.tbl-list-box table .tr-title + tr td {
    border-top: none;
}

.tbl-list-box table .tr-title .h1-title {
    font-weight: bold;
    margin: 0;
}

.tbl-list-box table .link-phone {
    color: inherit;
}

.tbl-list-box table .td-title {
    display: block;
    font-weight: bold;
}

.tbl-list-box table .td-title .title-att,
.tbl-list-box table .td-title .text-att {
    display: block;
    color: var(--clr-att-second);
}

.tbl-list-box table .td-title:not(:hover) {
    color: inherit;
}

.tbl-list-box table .td-title a:not(:hover) {
    color: inherit;
}

.tbl-list-box table .btn {
    min-width: 256px;
    min-width: 25.6rem;
}

.brand-card-box {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
    margin-bottom: 10rem;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    padding-top: 20px;
    padding-top: 2rem;
}

.brand-card-box .photo-inner-wrap {
    width: 25%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 20px 40px 0 0;
    padding: 2rem 4rem 0 0;
}

.brand-card-box .photo-inner-wrap .elm-photo {
    max-width: 267px;
}

.brand-card-box .photo-inner-wrap .elm-photo img,
.brand-card-box .photo-inner-wrap .elm-photo svg {
    max-width: 80%;
    max-height: 80%;
}

.brand-card-box .info-inner-wrap {
    -ms-flex: 1;
    flex: 1;
    max-width: 40.77777778em;
    padding-right: 40px;
    padding-right: 4rem;
}

.brand-card-box .srt-inner-wrap {
    width: 196px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.brand-card-box .srt-inner-wrap .elm-photo {
    aspect-ratio: 196/275;
    background: #D9D9D9;
    max-width: 196px;
    border-radius: var(--small-radius);
}

.brand-card-box .h2-title,
.brand-card-box .h3-title {
    margin-bottom: 0.66666667em;
    font-weight: 400;
}

.brand-card-box p {
    margin-bottom: 5px;
    max-width: 35.22222222em;
}

.brand-card-box .elm-photo {
    background: #F6F6F6;
    border-radius: 1.8rem;
    aspect-ratio: 267/186;
}

.tiles-brands-box {
    margin-bottom: 90px;
    margin-bottom: 9rem;
}

.tiles-brands-box .items-wrap {
    margin: 0 -30px -60px 0 0;
    margin: 0 -3rem -6rem 0 0;
}

.tiles-brands-box .item-wrap {
    width: auto;
    padding: 0 25px 60px 0;
    padding: 0 2.5rem 6rem 0;
    margin: 0;
}

.links-list-box {
    margin-bottom: 85px;
    margin-bottom: 8.5rem;
}

.links-list-box .list,
.links-list-box .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7px 14px 0;
}

.links-list-box .list:last-child,
.links-list-box .menu:last-child {
    margin-bottom: -7px;
}

.links-list-box li {
    padding: 0 7px 7px 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.catalog-menu-box {
    font-size: 18px;
    color: var(--clr-base-light);
    margin-bottom: 90px;
    margin-bottom: 9rem;
}

.catalog-menu-box .title-box {
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
    margin-top: 40px;
    margin-top: 4rem;
}

.catalog-menu-box .title-box:first-child {
    margin-top: 0;
}

.catalog-menu-box .menu,
.catalog-menu-box .list {
    columns: 5;
    column-gap: 0;
    margin: 0 -15px;
    margin: 0 -1.5rem;
}

.catalog-menu-box a {
    display: block;
    padding: 0.38888889em 15px 0.44444444em 15px;
    padding: 0.38888889em 1.5rem 0.44444444em 1.5rem;
    position: relative;
    color: inherit;
}

.catalog-menu-box a:hover {
    color: var(--clr-att);
}

.catalog-list-box {
    margin-bottom: 50px;
    margin-bottom: 5rem;
    font-size: 16px;
    line-height: normal;
    color: var(--clr-light);
    font-weight: 600;
}

.catalog-list-box .menu,
.catalog-list-box .list {
    columns: 5;
    column-gap: 0;
    margin: 0 -6px;
}

.catalog-list-box .menu &gt; li,
                             .catalog-list-box .list &gt; li {
                                                              break-inside: avoid-column;
                                                          }

.catalog-list-box .menu ul,
.catalog-list-box .list ul {
    animation: fadein ease 0.2s;
}

.catalog-list-box .menu ul ul,
.catalog-list-box .list ul ul {
    display: none;
    padding-bottom: 10px;
}

.catalog-list-box .menu ul ul a,
.catalog-list-box .list ul ul a {
    font-weight: 400;
    font-size: 14px;
    padding-top: 0.42857143em;
    padding-bottom: 0.42857143em;
}

.catalog-list-box .menu .open &gt; ul,
                                   .catalog-list-box .list .open &gt; ul {
                                                                          display: block;
                                                                      }

.catalog-list-box .menu .open &gt; a:after,
                                   .catalog-list-box .list .open &gt; a:after {
                                                                          transform: rotate(180deg);
                                                                      }

.catalog-list-box a {
    display: block;
    position: relative;
    color: inherit;
    padding: 0.75em 6px;
}

.catalog-list-box a:hover,
.catalog-list-box a.active {
    color: var(--clr-att);
}

.catalog-list-box a:has(+ul) {
    padding-right: 30px;
}

.catalog-list-box a:has(+ul):after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    transition: all ease 0.2s;
    margin: -2px 0 0 5px;
    width: 24px;
    height: 24px;
    background: url(../img/icons/arrow-menu-cat.svg) center no-repeat;
    background-size: 24px auto;
}

.catalog-list-box .btn-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: var(--clr-light);
    padding: 15px 6px;
}

.catalog-list-box .btn-menu:has(+ul) {
    padding-right: 15px;
}

.catalog-list-box .btn-menu:has(+ul):after {
    display: none;
}

.catalog-list-box .btn-menu .button-title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: var(--clr-att);
}

.catalog-list-box .btn-menu .button-ico {
    width: 40px;
    width: 0px;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.catalog-list-box .btn-menu .button-title-wrap {
    -ms-flex: 1;
    flex: 1;
    padding-left: 18px;
    padding-left: 1.8rem;
    padding-left: 0;
}

.main-form-box {
    margin-bottom: 50px;
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 1148px;
}

.main-form-box .frm-section-wrap {
    display: block;
    position: relative;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    border-radius: var(--main-radius);
    border: 1px solid #d9d9d9;
    padding: 40px 74px 20px 74px;
    padding: 4rem 7.4rem 2rem 7.4rem;
}

.main-form-box .frm-section-title {
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 38px 0;
    margin: 0 0 3.8rem 0;
    line-height: normal;
}

.main-form-box .frm-row {
    margin: 0 -12px;
    margin: 0 -1.2rem;
}

.main-form-box .frm-field {
    padding: 0 12px;
    padding: 0 1.2rem;
    margin-bottom: 36px;
    margin-bottom: 3.6rem;
}

.main-form-box .field-half {
    width: 50%;
}

.main-form-box .field-third {
    width: 33.33%;
    max-width: 293px;
}

.main-form-box .frm-row-submit {
    margin-top: 67px;
    margin-top: 6.7rem;
    margin-left: -12px;
    margin-left: -1.2rem;
    margin-right: -12px;
    margin-right: -1.2rem;
    -ms-flex-align: center;
    align-items: center;
}

.main-form-box .frm-row-submit .frm-field {
    padding: 0 12px;
    padding: 0 1.2rem;
    margin: 0;
}

.main-form-box .frm-row-submit .field-button {
    width: 40%;
    text-align: center;
    -ms-flex-order: 1;
    order: 1;
}

.main-form-box .frm-row-submit .field-info {
    width: 60%;
    -ms-flex-order: 2;
    order: 2;
}

.main-form-box .frm-row-submit .frm-select {
    margin-bottom: 15px;
}

.main-form-box .frm-row-submit .frm-select:last-child {
    margin-bottom: 0;
}

.main-form-box .frm-row-submit .frm-select.select-small label {
    font-size: 14px;
}

.main-form-box .frm-row-submit .btn {
    min-width: 270px;
}

.lk-form-box {
    margin-bottom: 50px;
    margin-bottom: 5rem;
    padding-top: 10px;
}

.lk-form-box .frm-row,
.lk-form-box .frm-row-submit {
    margin: 0 -12px;
    margin: 0 -1.2rem;
}

.lk-form-box .field-action {
    display: block;
    margin-top: 7px;
    font-size: 14px;
}

.lk-form-box .field-action:first-child {
    margin-top: 0;
}

.lk-form-box .frm-field {
    padding: 0 12px;
    padding: 0 1.2rem;
    margin-bottom: 36px;
    margin-bottom: 3.6rem;
    width: 100%;
}

.lk-form-box .field-third {
    width: 33.33%;
    max-width: 293px;
}

.lk-form-box .field-half {
    width: 50%;
    max-width: 513px;
}

.lk-form-box .frm-field-title {
    font-size: 1em;
    line-height: normal;
    margin: 0 0 10px 0;
    color: var(--clr-base-light);
}

.lk-form-box .frm-section-wrap {
    border-bottom: 1px solid var(--clr-border);
    margin-bottom: 50px;
    margin-bottom: 5rem;
    padding-bottom: 10px;
}

.lk-form-box .frm-section-wrap:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.lk-form-box .frm-section-title {
    font-size: 22px;
    font-weight: bold;
    color: var(--clr-base);
    line-height: normal;
    margin: 0 0 30px 0;
    margin: 0 0 3rem 0;
}

.lk-form-box .frm-row-submit {
    padding-top: 20px;
    padding-top: 2rem;
    -ms-flex-align: center;
    align-items: center;
}

.lk-form-box .frm-row-submit .btn {
    height: 45px;
    min-width: 200px;
}

.lk-form-box .frm-row-submit .field-button {
    -ms-flex-order: 1;
    order: 1;
    width: auto;
    min-width: 25%;
}

.lk-form-box .frm-row-submit .field-info {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-order: 2;
    order: 2;
}

.lk-form-box .frm-row-submit .frm-select {
    overflow: visible;
    max-width: 28.33333333em;
}

.lk-form-box .frm-row-submit .frm-select label {
    font-size: 12px;
    min-height: 0;
    line-height: 16px;
}

.lk-form-box .frm-row-submit .frm-select label:before,
.lk-form-box .frm-row-submit .frm-select label:after {
    top: 50%;
}

.lk-form-box .form-input {
    height: 45px;
    font-size: 16px;
}

.lk-form-box .form-input.inp-large {
    height: 52px;
}

.lk-form-box .row-actions {
    margin-top: -15px;
    margin-top: -1.5rem;
    -ms-flex-align: center;
    align-items: center;
}

.lk-form-box .row-actions .frm-field {
    margin-bottom: 15px;
}

.lk-form-box .field-button-del {
    text-align: right;
    color: var(--clr-base-light);
    padding-bottom: 15px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.lk-form-box .field-button-del .btn.button-clear {
    font-size: 14px;
    line-height: 24px;
}

.lk-form-box .field-small {
    width: 25%;
}

.lk-form-box .field-small .form-input {
    max-width: 196px;
}

.lk-form-box .field-date {
    width: 150px;
}

.lk-form-box .field-gender {
    width: 220px;
}

.lk-form-box .field-gender .frm-select {
    margin-bottom: 8px;
}

.lk-form-box .field-gender .frm-select:last-child {
    margin-bottom: 0;
}

.lk-form-box .field-card {
    width: calc(75% - 370px);
}

.lk-form-box .field-card .form-input {
    max-width: 120px;
}

.lk-form-box .field-card .frm-field-info {
    margin: 16px 0 0 0;
    font-size: 12px;
    max-width: 350px;
}

.lk-form-box .field-card .frm-field-info:before {
    top: 50%;
    margin-top: -12px;
}

.lk-form-box .field-brand,
.lk-form-box .field-stock {
    width: 25%;
}

.lk-form-box .field-add {
    width: 370px;
}

.lk-form-box .field-year {
    width: 370px;
}

.lk-form-box .field-year .form-input {
    max-width: 122px;
}

.lk-form-box .field-phone {
    width: 370px;
}

.lk-form-box .field-phone .form-input {
    max-width: 268px;
}

.lk-form-box .field-address {
    width: calc(75% - 370px);
}

.lk-form-box .field-address .form-input {
    max-width: 365px;
}

.lk-empty-box {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 50px;
    margin-bottom: 5rem;
}

.lk-empty-box .lk-title {
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 40px 0 0 0;
    padding: 4rem 0 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 39%;
    min-width: 20em;
}

.lk-empty-box .elm-photo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 265px;
    width: 26.5rem;
}

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

.lk-subscribe-box .frm-field {
    margin-bottom: 20px;
}

.lk-subscribe-box .frm-row-submit {
    padding-top: 15px;
}

.lk-subscribe-box .frm-title {
    display: block;
    font-size: 1.375em;
    line-height: normal;
    font-weight: 400;
    margin: 0 0 30px 0;
    margin: 0 0 3rem 0;
}

.lk-subscribe-box .frm-select {
    margin-bottom: 27px;
    margin-bottom: 2.7rem;
}

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

.lk-subscribe-box .btn {
    height: 50px;
    padding: 0 24px;
    font-size: 16px;
    border-radius: var(--main-radius);
}

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

.lk-box .title-inner-wrap {
    margin-bottom: 38px;
    margin-bottom: 3.8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lk-box .title-inner-wrap + hr,
.lk-box .title-inner-wrap + .hr {
    margin-top: -20px;
    margin-top: -2rem;
    margin-bottom: 30px;
    margin-bottom: 3rem;
}

.lk-box .title-inner-wrap .profile-info-wrap {
    padding-top: 15px;
}

.lk-box .title-inner-wrap .sort-wrap {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.lk-box .title-inner-wrap .title-wrap {
    padding: 0 30px 0 0;
    padding: 0 3rem 0 0;
    -ms-flex: 1;
    flex: 1;
    max-width: 300px;
}

.lk-box .title-inner-wrap .title-wrap.title-max {
    max-width: 58%;
}

.lk-box .title-inner-wrap .title-action-wrap {
    text-align: right;
    -ms-flex: 1;
    flex: 1;
}

.lk-box .title-inner-wrap .title-action-wrap .btn {
    height: 32px;
    border-radius: var(--main-radius);
    padding: 0 24px;
    padding: 0 2.4rem;
    font-size: 16px;
}

.lk-box .title-inner-wrap .action-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    padding: 10px 0;
}

.lk-box .title-inner-wrap .h2-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.lk-box .title-inner-wrap .h2-title:last-child {
    margin-bottom: 0;
}

.lk-box .items-wrap {
    margin: 0 -10px -20px -10px;
    margin: 0 -1rem -2rem -1rem;
}

.lk-box .item-wrap {
    padding: 0 10px;
    padding: 0 1rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    width: 25%;
}

.lk-box .items-reviews .item-wrap {
    width: 50%;
}

.lk-box .items-faq .item-wrap {
    width: 100%;
    padding-bottom: 28px;
    padding-bottom: 2.8rem;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    border-bottom: 1px solid var(--clr-border);
}

.lk-box .items-faq .item-wrap:last-child {
    padding-bottom: 0;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    border-bottom: none;
}

.lk-box .items-bonuses {
    margin-bottom: -24px;
    margin-bottom: -2.4rem;
}

.lk-box .items-bonuses .item-wrap {
    width: 50%;
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
}

.lk-box .frm-main-button {
    margin-bottom: 66px;
    margin-bottom: 6.6rem;
    max-width: 520px;
    margin-top: -18px;
    margin-top: -1.8rem;
}

.lk-box .frm-main-button .frm-field-info {
    margin-top: 30px;
    margin-top: 3rem;
    max-width: 30.71428571em;
}

.lk-box .item-tile-catalog-mini:not(:hover) {
    border-color: #F3F3F3;
}

.side-total-box {
    margin-bottom: 50px;
    margin-bottom: 5rem;
    width: 120px;
    border: 2px solid var(--clr-success);
    border-radius: var(--small-radius);
    padding: 12px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--clr-success);
}

.side-total-box .total-value {
    display: block;
    font-size: 3.33333333em;
    font-weight: 800;
    margin: 0 0 8px 0;
    line-height: 1;
}

.info-title-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--clr-border);
    margin-bottom: 70px;
    margin-bottom: 7rem;
}

.info-title-box .title-wrap {
    -ms-flex: 1;
    flex: 1;
    padding: 0 30px 0 0;
    padding: 0 3rem 0 0;
    margin-bottom: 15px;
}

.info-title-box .info-wrap {
    width: 39%;
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 15px;
    color: var(--clr-light);
}

.info-title-box .info-wrap p {
    margin: 0;
}

.lk-title-box {
    border-bottom: 1px solid var(--clr-border);
    margin-bottom: 48px;
    margin-bottom: 4.8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.lk-title-box .title-wrap {
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px 10px 0;
    padding: 0 2rem 1rem 0;
}

.lk-title-box .info-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 32px;
    padding-right: 80px;
    padding-right: 8rem;
    padding-top: 10px;
    padding-top: 1rem;
    padding-bottom: 10px;
    padding-bottom: 1rem;
}

.lk-title-box .info-wrap .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 -34px;
    margin: 0 -3.4rem;
    -ms-flex-align: center;
    align-items: center;
}

.lk-title-box .info-wrap .menu li {
    padding: 0 34px;
    padding: 0 3.4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-left: 1px solid var(--clr-border);
}

.lk-title-box .info-wrap .menu li:first-child {
    border-left: none;
}

.lk-title-box .info-wrap .menu li:last-child {
    height: 32px;
}

.lk-title-box .info-wrap .btn {
    height: 32px;
    min-height: 32px;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.lk-title-box .info-wrap .btn .button-ico {
    margin-right: 15px;
}

.main-bottom-box .items-wrap {
    margin: 0 -12px -24px -12px;
    margin: 0 -1.2rem -2.4rem -1.2rem;
}

.main-bottom-box .item-wrap {
    padding: 0 12px;
    padding: 0 1.2rem;
    margin: 0 0 24px;
    margin: 0 0 2.4rem;
    width: 30%;
}

.main-bottom-box .item-wrap:nth-child(2) {
    width: 40%;
}

.filter-box {
    margin-bottom: 80px;
    margin-bottom: 8rem;
}

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

.filter-box .filter-section-wrap {
    border-top: 1px solid #D5D4D4;
}

.filter-box .filter-section-title {
    font-size: 16px;
    font-weight: bold;
    color: var(--clr-base-light);
    line-height: 1.25;
    padding: 19px 0;
}

.filter-box .filter-section-content {
    display: none;
    margin-top: -6px;
    padding-bottom: 1px;
    animation: fadein ease 0.2s;
}

.filter-box .filter-section-content:first-child {
    padding-top: 19px;
    margin-top: 0;
}

.filter-box .side-menu-box {
    margin-bottom: 10px;
    font-size: 18px;
}

.filter-box .btn-popup-open {
    display: 100%;
}

.filter-box .field-cols-wrap {
    columns: 2;
    column-gap: 16px;
}

.filter-box .field-cols-wrap .frm-select {
    break-inside: avoid-column;
}

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

.filter-box .frm-field {
    margin-bottom: 15px;
    padding: 0;
    width: 100%;
}

.filter-box .frm-field-title {
    font-size: 16px;
    font-weight: bold;
    color: var(--clr-base-light);
    line-height: 1.25;
    margin: 0 0 14px 0;
}

.filter-box .frm-row {
    margin: 0;
}

.filter-box .btn.button-reset {
    padding-left: 4px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: bold;
    font-size: 15px;
}

.filter-box .btn.button-reset .button-ico {
    margin-right: 10px;
}

.filter-box .btn.button-clear.button-att-second {
    color: var(--clr-att-second);
}

.filter-box .btn.button-clear.button-att-second:hover {
    opacity: 0.7;
}

.filter-box select.form-input {
    width: auto;
    min-width: 123px;
    height: 40px;
    padding-left: 18px;
    color: var(--clr-base-light);
    font-size: 16px;
    border-color: #F5F5F5;
    padding-right: 34px;
    background-size: 30px auto;
    background-position: right 10px center;
}

.filter-box select.form-input:required:invalid {
    color: var(--clr-base-light);
}

.filter-box .frm-select {
    color: var(--clr-base);
}

.filter-box .frm-select.select-small {
    font-size: 15px;
}

.pagenav-box {
    margin-bottom: 90px;
    margin-bottom: 9rem;
    margin-top: 80px;
    margin-top: 8rem;
    display: block;
    position: relative;
    font-size: 17px;
    font-weight: 300;
    color: var(--clr-base-light);
}

.pagenav-box .more-wrap {
    margin-bottom: 40px;
    margin-bottom: 4rem;
}

.pagenav-box .more-wrap .btn {
    width: 100%;
    height: auto;
    min-height: 50px;
    font-size: 16px;
    padding: 14px;
    white-space: normal;
    border-radius: var(--main-radius);
}

.pagenav-box .pagenav-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagenav-box .pages-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.pagenav-box .btn-page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    color: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 7px;
    min-width: 33px;
}

.pagenav-box .btn-page:nth-child(9) ~ .btn-page {
    display: none;
}

.pagenav-box .btn-page:hover {
    color: var(--clr-att);
}

.pagenav-box .btn-page.active {
    color: var(--clr-att);
    font-weight: bold;
}

.pagenav-box .btn-page.button-nav {
    width: 30px;
    min-width: 30px;
    padding: 0;
}

.pagenav-box .btn-page.button-nav.nav-prev:before {
    transform: rotate(180deg);
}

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

.pagenav-box .btn-page.button-nav.button-disabled {
    pointer-events: none;
}

.pagenav-box .btn-page.button-nav:not(:hover):before {
    filter: grayscale(100%) opacity(0.8);
}

.catalog-title-box {
    margin: 0 0 33px 0;
    margin: 0 0 3.3rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.catalog-title-box .actions-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    padding-bottom: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.catalog-title-box .title-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
}

.catalog-title-box .title-inner-wrap:last-child {
    margin-left: 0;
    margin-right: -40px;
    margin-right: -4rem;
}

.catalog-title-box .action-wrap {
    padding: 0 0 0 50px;
    padding: 0 0 0 5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 15px;
}

.catalog-title-box .action-wrap:first-child {
    padding-left: 0;
}

.catalog-title-box .title-wrap {
    margin-bottom: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 40px 0 0;
    padding: 0 4rem 0 0;
    max-width: 100%;
}

.catalog-title-box .info-wrap {
    padding: 0 40px 10px 0;
    padding: 0 4rem 1rem 0;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 16px;
    color: var(--clr-light);
}

.side-nav-box {
    padding: 35px 0 0 15px;
    padding: 3.5rem 0 0 15px;
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
    color: var(--clr-base-ligth);
}

.side-nav-box .btn {
    height: 37px;
    font-size: 16px;
    font-weight: bold;
    transition: all ease 0.2s;
}

.side-nav-box .btn .button-ico {
    margin-right: 4px;
}
.side-nav-box .btn:hover{
    font-weight:bold;

}

.side-actions-box {
    margin-bottom: 16px;
    color: var(--clr-base);
    margin-top: 50px;
    margin-top: 5rem;
}

.side-actions-box:first-child {
    margin-top: 0;
}

.side-actions-box:last-child {
    margin-bottom: 50px;
    margin-bottom: 5rem;
}

.side-actions-box .action-wrap {
    border-bottom: 1px solid #d4d4d4;
}

.side-actions-box .action-wrap:first-child {
    border-top: 1px solid #d4d4d4;
}

.side-actions-box .btn.button-clear {
    padding: 27px 0;
    padding: 2.7rem 0;
    height: auto;
    white-space: normal;
    text-align: left;
    font-size: 16px;
    min-height: 95px;
    min-height: 9.5rem;
}

.side-actions-box .btn.button-clear .button-title {
    white-space: normal;
    line-height: 1.1875;
}

.side-actions-box .btn.button-clear .button-ico {
    width: 36px;
    width: 3.6rem;
    height: 36px;
    height: 3.6rem;
    margin-right: 18px;
    margin-right: 1.8rem;
}

.lk-outer-wrap .side-menu-box {
    max-width: 220px;
}

.lk-outer-wrap .side-menu-box .menu {
    font-size: 18px;
}

.lk-outer-wrap .side-menu-box .submenu &gt; a:before {
                                                background-size: 22px auto;
                                                width: 28px;
                                                height: 28px;
                                                border-radius: 50%;
                                                border: 1px solid #d9d9d9;
                                                right: 0;
                                            }

.lk-outer-wrap .side-menu-box .open &gt; a {
                                             color: var(--clr-base);
                                             font-weight: 400;
                                         }

.lk-outer-wrap .side-menu-box .open &gt; a:before {
                                             transform: rotate(0deg);
                                         }

.lk-outer-wrap .side-menu-box .active {
    font-weight: bold;
}

.side-menu-box {
    margin-bottom: 50px;
    margin-bottom: 5rem;
    font-size: 16px;
    line-height: 1.25;
    color: var(--clr-base-light);
}

.side-menu-box .btn-popup,
.side-menu-box .btn-popup-close {
    display: none;
}

.side-menu-box .menu ul {
    display: none;
    position: relative;
    font-size: 16px;
    animation: fadein ease 0.2s;
}

.side-menu-box .menu ul:before {
    content: "";
    display: block;
    width: 1px;
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 0;
    background: var(--clr-base-light);
}

.side-menu-box .menu ul a {
    padding-left: 24px;
}

.side-menu-box a {
    display: block;
    padding: 11px 0;
}

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

.side-menu-box a:hover,
.side-menu-box a.active {
    color: var(--clr-att);
}

.side-menu-box li.submenu &gt; a {
                                   padding-right: 40px;
                                   position: relative;
                               }

.side-menu-box li.submenu &gt; a:before {
                                   content: "";
                                   display: block;
                                   width: 24px;
                                   height: 24px;
                                   position: absolute;
                                   background: url(../img/icons/arrow-more.svg) center no-repeat;
                                   background-size: 16px auto;
                                   top: 50%;
                                   right: 16px;
                                   margin-top: -12px;
                                   transition: all ease 0.2s;
                                   filter: grayscale(100%);
                                   transform: rotate(-90deg);
                               }

.side-menu-box li.open ul {
    display: block;
}

.side-menu-box li.open &gt; a {
                                color: var(--clr-att);
                                font-weight: 600;
                            }

.side-menu-box li.open &gt; a:before {
                                transform: rotate(180deg);
                            }

.buttons-box {
    margin: 56px -24px -10px 0;
    margin: 5.6rem -2.4rem -1rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.buttons-box .button-wrap {
    margin-bottom: 10px;
    margin-bottom: 1rem;
    padding-right: 24px;
    padding-right: 2.4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.buttons-box .btn {
    min-width: 240px;
    min-width: 24rem;
    padding: 0 24px;
    padding: 0 2.4rem;
    height: 50px;
    border-radius: var(--small-radius);
}

.buttons-box .btn.button-border {
    min-width: 0;
    border-radius: var(--main-radius);
}

.card-tab-box {
    margin-bottom: 50px;
    margin-bottom: 5rem;
    color: var(--clr-light);
    line-height: 1.5625;
}

.card-tab-box .features-inner-wrap {
    margin-bottom: 40px;
    margin-bottom: 4rem;
}

.card-tab-box .features-inner-wrap:not(.show-all) .rows-wrap .elm-row:nth-child(10) ~ .elm-row {
    display: none;
}

.card-tab-box .features-inner-wrap .rows-wrap {
    columns: 2;
    column-gap: 2.4rem;
    min-height: 165px;
}

.card-tab-box .features-inner-wrap .more-wrap {
    margin-top: 40px;
    margin-top: 4rem;
}

.card-tab-box .features-inner-wrap .elm-row {
    animation: fadein ease 0.2s;
    break-inside: avoid-column;
    margin-bottom: 3px;
}

.card-tab-box .features-inner-wrap .elm-row .row-title {
    color: var(--clr-base-light);
}

.card-tab-box .features-inner-wrap .elm-row .row-value {
    width: 110px;
    text-align: left;
}

.card-tab-box .list-inner-wrap {
    padding-left: 106px;
    padding-left: 10.6rem;
    padding-top: 50px;
    padding-top: 5rem;
}

.card-tab-box .list-inner-wrap a:not(:hover) {
    color: inherit;
}

.card-tab-box .title-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    margin-bottom: 3.2rem;
    color: var(--clr-base);
}

.card-tab-box .title-inner-wrap .title-wrap {
    -ms-flex: 1;
    flex: 1;
    padding: 0 30px 0 0;
    padding: 0 3rem 0 0;
}

.card-tab-box .title-inner-wrap .title-wrap:last-child {
    padding-right: 0;
}

.card-tab-box .title-inner-wrap .title-wrap .h1-title,
.card-tab-box .title-inner-wrap .title-wrap .h2-title,
.card-tab-box .title-inner-wrap .title-wrap .h3-title {
    font-weight: 400;
}

.card-tab-box .title-inner-wrap .actions-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.card-tab-box .title-inner-wrap .action-wrap {
    margin-right: 20px;
    margin-right: 2rem;
}

.card-tab-box p,
.card-tab-box ul,
.card-tab-box ol {
    margin-bottom: 1.5625em;
}

.card-info-box {
    border-bottom: 1px solid var(--clr-border-light);
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 18px;
    margin-bottom: 60px;
    margin-bottom: 6rem;
}

.card-info-box .card-tab-box {
    max-width: 53.5em;
}

.card-info-box .side-inner-wrap {
    width: 30.5%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 0 0 24px;
    padding: 0 0 0 2.4rem;
    margin-bottom: 50px;
    margin-bottom: 5rem;
}

.card-info-box .side-inner-wrap .action-wrap {
    margin-bottom: 70px;
    margin-bottom: 7rem;
    color: var(--clr-att);
}

.card-info-box .side-inner-wrap .action-wrap .btn {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    -ms-flex-align: center;
    align-items: center;
}

.card-info-box .side-inner-wrap .action-wrap .btn .text-att {
    display: inline;
    font-weight: 400;
    font-size: 10px;
    color: var(--clr-att-second);
}

.card-info-box .tab-box {
    font-size: 18px;
    line-height: 1.38888889;
    color: var(--clr-light);
}

.card-info-box .tab-box p,
.card-info-box .tab-box ul,
.card-info-box .tab-box li {
    margin: 0;
}

.card-info-box .tabs-inner-wrap {
    -ms-flex: 1;
    flex: 1;
    padding: 0 30px 0 0;
    padding: 0 3rem 0 0;
    margin-top: -15px;
    margin-bottom: 50px;
    margin-bottom: 5rem;
}

.card-info-box .tabs-inner-wrap:last-child {
    padding-right: 0;
}

.card-main-box {
    border-top: 1px solid var(--clr-border-light);
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 28px;
}

.card-main-box .photos-inner-wrap {
    width: 29%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-right: 1px solid var(--clr-border-light);
    border-bottom: 1px solid var(--clr-border-light);
    padding: 60px 30px 60px 30px;
    padding: 6rem 3rem 6rem 3rem;
    position: relative;
}

.card-main-box .features-inner-wrap {
    width: 40.5%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-right: 1px solid var(--clr-border-light);
    border-bottom: 1px solid var(--clr-border-light);
    padding: 29px 24px 60px 24px;
    padding: 2.9rem 2.4rem 6rem 2.4rem;
}

.card-main-box .info-inner-wrap {
    width: 30.5%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 40px 0 60px 24px;
    padding: 4rem 0 6rem 2.4rem;
    border-bottom: 1px solid var(--clr-border-light);
}

.card-main-box .counter-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
    margin-bottom: 6rem;
}

.card-main-box .counter-inner-wrap:last-child {
    margin-bottom: 0;
}

.card-main-box .price-info-wrap {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    color: var(--clr-light);
}

.card-main-box .price-info-wrap:last-child {
    margin-bottom: 0;
}

.card-main-box .actions-inner-wrap {
    margin: 0 -8px 50px -8px;
    margin: 0 -8px 5rem -8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card-main-box .actions-inner-wrap:last-child {
    margin-bottom: 0;
}

.card-main-box .actions-inner-wrap .action-wrap {
    padding: 0 8px;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.card-main-box .actions-inner-wrap .btn {
    height: 50px;
    padding: 0 24px;
    font-size: 16px;
    min-width: 268px;
}

.card-main-box .actions-inner-wrap .btn.in-cart {
    background-color: transparent;
    border-color: #005bc8;
    color: #005bc8;
}

.card-main-box .actions-inner-wrap .btn:not(.button-border) .button-ico {
    filter: brightness(0) invert(1);
}

.card-main-box .actions-inner-wrap .btn .button-ico {
    margin-right: 14px;
}

.card-main-box .actions-info-wrap,
.card-main-box .action-info-wrap {
    margin-bottom: 15px;
    margin-left: -8px;
    margin-right: -8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: var(--clr-base);
}

.card-main-box .actions-info-wrap:last-child,
.card-main-box .action-info-wrap:last-child {
    margin-bottom: 0;
}

.card-main-box .actions-info-wrap .action-wrap,
.card-main-box .action-info-wrap .action-wrap {
    padding: 0 8px;
    margin-bottom: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto;
}

.card-main-box .actions-info-wrap .btn,
.card-main-box .action-info-wrap .btn {
    height: 32px;
    padding: 0 11px;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    border-radius: 0;
}

.card-main-box .actions-info-wrap .btn .button-ico,
.card-main-box .action-info-wrap .btn .button-ico {
    width: 32px;
    height: 32px;
}

.card-main-box .actions-info-wrap .btn.button-clear,
.card-main-box .action-info-wrap .btn.button-clear {
    font-weight: bold;
    padding: 0;
}

.card-main-box .photo-stickers-wrap {
    position: absolute;
    top: 25px;
    left: 0;
    right: 20px;
    right: 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    pointer-events: none;
    z-index: 2;
}

.card-main-box .photo-stickers-wrap .elm-sticker {
    margin: 0 5px 5px 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 24px;
    line-height: 22px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
}

.card-main-box .photo-preview-wrap {
    margin-top: 15px;
}

.card-main-box .photo-preview-wrap .elm-photo {
    aspect-ratio: 52/44;
    border-radius: 3px;
    border: 1px solid #5E5E60;
}

.card-main-box .photo-preview-wrap .elm-photo:hover,
.card-main-box .photo-preview-wrap .elm-photo.active {
    border-color: var(--clr-att-light);
}

.card-main-box .photo-preview-wrap .list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -20px;
}

.card-main-box .photo-preview-wrap .list li {
    padding: 0 20px;
    width: 33.33%;
    max-width: 92px;
}

.card-main-box .photo-main-wrap .elm-photo {
    aspect-ratio: 1;
}

.card-main-box .links-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
    margin-bottom: 5rem;
}

.card-main-box .links-inner-wrap:last-child {
    margin-bottom: 0;
}

.card-main-box .links-inner-wrap .action-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: var(--clr-base);
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
}

.card-main-box .links-inner-wrap .action-wrap .btn {
    font-size: 1em;
}

.card-main-box .links-inner-wrap .action-wrap .btn .button-ico {
    width: 24px;
    height: 26px;
    margin: 0 8px 0 0;
}

.card-main-box .links-inner-wrap .link-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap;
    -ms-flex: 1;
    flex: 1;
    max-width: 216px;
    padding: 0 10px 0 0;
    margin-bottom: 10px;
}

.card-main-box .links-inner-wrap .link-wrap:last-child {
    max-width: 100%;
    padding-right: 0;
}

.card-main-box .price-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px 45px 0;
    margin: 0 -20px 4.5rem 0;
}

.card-main-box .price-wrap {
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.card-main-box .parameters-slider-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 20px;
}

.card-main-box .parameters-slider-wrap .logo-inner-wrap {
    width: 100px;
    padding-left: 23px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.card-main-box .parameters-slider-wrap .slider-inner-wrap {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 332px;
    width: calc(100% - 100px);
    padding: 0 20px;
    position: relative;
}

.card-main-box .parameters-slider-wrap .slider-inner-wrap:before,
.card-main-box .parameters-slider-wrap .slider-inner-wrap:after {
    content: "";
    display: block;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    background: linear-gradient(to right, #fff, #ffffff);
    z-index: 3;
    pointer-events: none;
}

.card-main-box .parameters-slider-wrap .slider-inner-wrap:before {
    transform: rotate(180deg);
    left: auto;
    right: 10px;
}

.card-main-box .parameters-slider-wrap .slider-inner-wrap .ico-arrow {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -15px;
}

.card-main-box .parameters-slider-wrap .slider-inner-wrap .ico-arrow-next {
    left: auto;
    right: -24px;
}

.card-main-box .parameters-slider-wrap .slider-wrap {
    margin: 0 -9px;
}

.card-main-box .parameters-slider-wrap .sl-wrap {
    padding: 0 9px;
}

.card-main-box .parameters-slider-wrap .frm-select-button {
    display: inline-block;
}

.card-main-box .parameters-wrap {
    margin-bottom: 50px;
    margin-bottom: 5rem;
}

.card-main-box .parameters-wrap:last-child {
    margin-bottom: 0;
}

.card-main-box .features-wrap {
    font-size: 16px;
    line-height: 1.5625;
    margin-bottom: 70px;
    margin-bottom: 7rem;
}

.card-main-box .features-wrap:last-child {
    margin-bottom: 0;
}

.card-main-box .features-wrap .action-wrap {
    margin-top: 16px;
}

.card-main-box .discount-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 3px;
}

.card-main-box .discount-wrap .elm-sticker {
    height: 28px;
    padding: 0 8px;
    font-size: 16px;
    line-height: 26px;
}

.card-main-box .discount-wrap .elm-sticker .st-title:after {
    font-size: 12px;
}

.card-main-box .card-title,
.card-main-box .card-subtitle {
    display: block;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 29px 0;
    margin: 0 0 2.9rem 0;
    line-height: normal;
}

.card-main-box .card-subtitle {
    font-size: 16px;
    line-height: 22px;
    color: var(--clr-light);
    margin-bottom: 10px;
}

.card-main-box .ds-title {
    padding: 5px 0;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--clr-base);
    margin: 0 8px 0 0;
}

.card-main-box .counter-title {
    display: block;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 0 6px 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: var(--clr-light);
}

.card-main-box .counter-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 22px 0 0;
    margin-bottom: 10px;
}

.card-main-box .counter-wrap .frm-field-counter {
    width: 120px;
}

.card-main-box .counter-total-wrap {
    margin-bottom: 10px;
    padding-right: 22px;
    font-size: 14px;
    line-height: 16px;
}

.card-main-box .elm-row .row-value {
    width: 50%;
    text-align: left;
    max-width: 232px;
}

.card-main-box .elm-price {
    font-size: 27px;
    color: var(--clr-light);
    line-height: 31px;
    font-weight: 400;
}

.card-main-box .elm-price:after {
    font-size: 15px;
}

.card-main-box .elm-price.price-main {
    color: var(--clr-att);
    font-size: 52px;
    font-size: 5.2rem;
    font-weight: bold;
    margin-bottom: 14px;
    margin-bottom: 1.4rem;
}

.card-main-box .elm-price.price-main:after {
    font-size: 0.60784314em;
    font-weight: 400;
}

.card-main-box .elm-price.price-main:last-child {
    margin-bottom: 0;
}

.reviews-title-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    margin-bottom: 4rem;
}

.reviews-title-box .title-inner-wrap {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.reviews-title-box .action-inner-wrap {
    padding-right: 30px;
    padding-right: 3rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.reviews-title-box .title-wrap {
    padding-right: 37px;
    padding-right: 3.7rem;
}

.reviews-title-box .rate-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 37px;
    padding-right: 3.7rem;
}

.reviews-title-box .elm-rates {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 37px 0 0;
    margin: 0 3.7rem 0 0;
}

.reviews-title-box .rate-total {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 600;
    color: var(--clr-att);
}

.reviews-title-box .btn {
    min-width: 240px;
    min-width: 24rem;
}

.card-title-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: flex-end;
    color: var(--clr-base-light);
    position: relative;
    margin-bottom: 15px;
}

.card-title-box .title-wrap {
    width: 29%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.card-title-box .title-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 71%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

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

.card-title-box .actions-wrap &gt; *{
                                       padding: 0 10px;
                                   }

.card-title-box .action-wrap {
    margin-right: 35px;
    margin-right: 3.5rem;
}

.card-title-box .action-wrap:last-child {
    margin-right: 0;
}

.card-title-box .stock-wrap {
    padding-bottom: 7px;
    padding-bottom: 0.7rem;
    font-size: 16px;
    width: 20%;
}

.card-title-box .art-wrap {
    font-size: 14px;
    padding-bottom: 10px;
    padding-bottom: 1rem;
    width: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    overflow: hidden;
}

.card-title-box .rate-wrap {
    padding-left: 24px;
    padding-left: 2.4rem;
    padding-bottom: 10px;
    padding-bottom: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 16px;
    width: 22%;
}

.card-title-box .rate-wrap .rate-title {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 0 12px 0;
    color: var(--clr-light);
}

.card-title-box .rate-wrap .rate-title b {
    color: var(--clr-base-light);
}

.card-title-box .rate-wrap .elm-rates {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 55.4px 0 0;
    margin: 0 5.54rem 0 0;
}

.card-title-box .rate-wrap .rate-total {
    color: var(--clr-light);
}

.card-title-box .rate-wrap .rate-total a:not(:hover) {
    color: inherit;
}

.card-title-box .rate-wrap .rate-total .link-main {
    border-bottom-style: dashed;
}

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

.reviews-box {
    margin-bottom: 50px;
    margin-bottom: 5rem;
    font-size: 16px;
    line-height: normal;
}

.reviews-box .title-inner-wrap {
    margin-bottom: 55px;
    margin-bottom: 5.5rem;
}

.reviews-box li {
    margin-bottom: 15px;
}

.reviews-box li:last-child {
    margin-bottom: 0;
}

.reviews-box .h3-title {
    display: block;
    font-weight: 400;
    color: var(--clr-base);
    margin: 0 0 5px 0;
}

.reviews-box .box-link {
    display: block;
}

.tabs-box {
    margin-bottom: 60px;
    margin-bottom: 4rem;
}

.tabs-box .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
    margin: 0 -2rem;
}

.tabs-box .menu li {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.tabs-box .menu li:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 44px;
    height: 4.4rem;
    width: 1px;
    background: var(--clr-border);
}

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

.breadcrumbs-box {
    margin-bottom: 30px;
    margin-bottom: 3rem;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: var(--clr-base-light);
    padding-top: 35px;
    padding-top: 3.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.breadcrumbs-box .nav-wrap {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 300px;
    width: 30rem;
    padding-left: 40px;
    padding-left: 4rem;
}

.breadcrumbs-box .nav-wrap .btn-action-back:not(:hover) {
    color: var(--clr-base-light);
}

.breadcrumbs-box .nav-wrap .btn-action-back:not(:hover):before {
    filter: brightness(0) grayscale(1);
}

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

.breadcrumbs-box .menu li {
    padding: 0 11px;
    position: relative;
}

.breadcrumbs-box .menu li:after {
    content: "|";
    display: block;
    width: 22px;
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: -11px;
    text-align: center;
}

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

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

.tiles-icons-box {
    padding: 20px 0 24px 0;
    position: relative;
    z-index: 2;
}

.tiles-icons-box:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100dvw;
    min-width: var(--min);
    transform: translateX(-50%);
    background: #E0EEF2;
}

.tiles-icons-box .items-wrap {
    margin: 0 -10px -24px -10px;
    -ms-flex-pack: center;
    justify-content: center;
}

.tiles-icons-box .item-wrap {
    width: 20%;
    padding: 0 10px;
    margin-bottom: 24px;
}

.text-box {
    margin-bottom: 75px;
    margin-bottom: 7.5rem;
    font-size: 14px;
    line-height: 1.5;
}

.text-box b {
    font-weight: 600;
}

.text-box .h2-title,
.text-box .h3-title {
    margin-bottom: 1.5em;
    font-weight: 400;
}

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

.tiles-categories-box .items-wrap {
    margin: 0 -15px -30px -15px;
    margin: 0 -1.5rem -3rem -1.5rem;
}

.tiles-categories-box .item-wrap {
    padding: 0 15px;
    padding: 0 1.5rem;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    width: 25%;
}

.tiles-box,
.tiles-reviews-box {
    margin-bottom: 68px;
    margin-bottom: 6.8rem;
    position: relative;
    width: 100%;
}

.tiles-box.tiles-articles .items-wrap,
.tiles-reviews-box.tiles-articles .items-wrap {
    margin-bottom: -50px;
    margin-bottom: -5rem;
}

.tiles-box.tiles-articles .item-wrap,
.tiles-reviews-box.tiles-articles .item-wrap {
    margin-bottom: 50px;
    margin-bottom: 5rem;
}

.tiles-box .pagenav-box,
.tiles-reviews-box .pagenav-box {
    margin-bottom: 0;
}

.tiles-box.tiles-catalog.tiles-one-row .item-wrap:nth-child(5) ~ .item-wrap,
.tiles-reviews-box.tiles-catalog.tiles-one-row .item-wrap:nth-child(5) ~ .item-wrap {
    display: none;
}

.tiles-box .title-action-inner-wrap,
.tiles-reviews-box .title-action-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 48px;
    margin-bottom: 4.8rem;
    padding-left: 20%;
}

.tiles-box .title-action-inner-wrap .title-wrap,
.tiles-reviews-box .title-action-inner-wrap .title-wrap {
    -ms-flex: 1;
    flex: 1;
    padding: 0 30px 0 0;
    padding: 0 3rem 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.tiles-box .title-action-inner-wrap .title-wrap:last-child,
.tiles-reviews-box .title-action-inner-wrap .title-wrap:last-child {
    padding-right: 0;
}

.tiles-box .title-action-inner-wrap .action-wrap,
.tiles-reviews-box .title-action-inner-wrap .action-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.tiles-box .title-action-inner-wrap .action-wrap .btn,
.tiles-reviews-box .title-action-inner-wrap .action-wrap .btn {
    font-size: 16px;
    height: 32px;
    border-radius: var(--main-radius);
    padding: 0 24px;
}

.tiles-box .title-action-inner-wrap .h2-title,
.tiles-reviews-box .title-action-inner-wrap .h2-title {
    font-weight: 400;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.tiles-box.tiles-bg,
.tiles-reviews-box.tiles-bg {
    padding: 55px 0 52px 0;
    padding: 5.5rem 0 5.2rem 0;
}

.tiles-box.tiles-bg:before,
.tiles-reviews-box.tiles-bg:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100dvw;
    min-width: 320px;
    transform: translateX(-50%);
    background: #F3F3F3;
}

.tiles-box + .tiles-reviews-box,
.tiles-reviews-box + .tiles-reviews-box {
    margin-top: 98px;
    margin-top: 9.8rem;
}

.tiles-box.tiles-photos .ico-arrow,
.tiles-reviews-box.tiles-photos .ico-arrow {
    top: 50%;
}

.tiles-box.tiles-photos .elm-photo,
.tiles-reviews-box.tiles-photos .elm-photo {
    width: 194px;
    aspect-ratio: 195/275;
    border-radius: var(--small-radius);
}

.tiles-box.tiles-news .ico-arrow,
.tiles-reviews-box.tiles-news .ico-arrow {
    top: 123px;
}

.tiles-box.tiles-info .item-wrap,
.tiles-reviews-box.tiles-info .item-wrap {
    width: 30%;
}

.tiles-box.tiles-info .item-wrap:nth-child(3n+2),
.tiles-reviews-box.tiles-info .item-wrap:nth-child(3n+2) {
    width: 40%;
}

.tiles-box .slider-wrap,
.tiles-reviews-box .slider-wrap {
    margin: 0 -12px 0 -12px;
    margin: 0 -1.2rem 0 -1.2rem;
}

.tiles-box .sl-wrap,
.tiles-reviews-box .sl-wrap {
    padding: 0 12px;
    padding: 0 1.2rem;
}

.tiles-box .items-wrap,
.tiles-reviews-box .items-wrap {
    margin: 0 -12px -24px -12px;
    margin: 0 -1.2rem -2.4rem -1.2rem;
}

.tiles-box .item-wrap,
.tiles-reviews-box .item-wrap {
    padding: 0 12px;
    padding: 0 1.2rem;
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
    width: 20%;
}

.tiles-box .slick-dots,
.tiles-reviews-box .slick-dots {
    padding-top: 28px;
    padding-top: 2.8rem;
}

.tiles-box .slick-track,
.tiles-reviews-box .slick-track {
    margin: 0;
}

.tiles-box .ico-arrow,
.tiles-reviews-box .ico-arrow {
    position: absolute;
    top: 150px;
    left: -10px;
    margin-top: -24px;
}

.tiles-box .ico-arrow-next,
.tiles-reviews-box .ico-arrow-next {
    left: auto;
    right: -10px;
}

.tiles-reviews-box {
    margin-bottom: 62px;
    margin-bottom: 6.2rem;
}

.tiles-reviews-box .title-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 45px;
    margin-bottom: 4.5rem;
    margin-left: 0;
    margin-right: -30px;
    margin-right: -3rem;
}

.tiles-reviews-box .title-inner-wrap .h2-title {
    font-weight: 400;
}

.tiles-reviews-box .slick-track {
    display: -ms-flexbox;
    display: flex;
}

.tiles-reviews-box .slick-track:before,
.tiles-reviews-box .slick-track:after {
    display: none;
}

.tiles-reviews-box .slick-track .slick-slide {
    min-height: 100%;
    float: none;
    height: auto;
}

.tiles-reviews-box .slick-track .slick-slide &gt; div {
                                                      min-height: 100%;
                                                      display: -ms-flexbox;
                                                      display: flex;
                                                  }

.tiles-reviews-box .slick-track .sl-wrap {
    display: block !important;
    width: 100%;
    min-height: 100%;
}

.tiles-reviews-box .item-wrap {
    width: 25%;
}

.tiles-reviews-box .title-wrap {
    padding: 0 30px 0 0;
    padding: 0 3rem 0 0;
    margin-bottom: 15px;
}

.tiles-reviews-box .rate-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 30px 0 0;
    padding: 0 3rem 0 0;
    margin-bottom: 15px;
}

.tiles-reviews-box .rate-total {
    display: block;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 600;
    color: var(--clr-att);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 34px;
    padding-left: 3.4rem;
}

.tiles-reviews-box .ico-arrow {
    top: 50%;
}

.tiles-reviews-box .ico-arrow:not(:hover) {
    opacity: 0.5;
}

.tiles-action-slider-box {
    margin-bottom: 80px;
    margin-bottom: 8rem;
}

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

.tiles-action-slider-box .slider-wrap {
    margin: 0 -10px;
    margin: 0 -1rem;
}

.tiles-action-slider-box .sl-wrap {
    padding: 0 10px;
    padding: 0 1rem;
}

.tiles-action-slider-box .sl-wrap a {
    display: block;
    position: relative;
}

.tiles-action-slider-box .elm-photo {
    border-radius: var(--main-radius);
}

.tiles-action-slider-box .slick-dots {
    padding-top: 28px;
    padding-top: 2.8rem;
}

.tiles-menu-box {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    display: -ms-flexbox;
    display: flex;
}

.tiles-menu-box .items-inner-wrap {
    padding: 0 24px 0 0;
    padding: 0 2.4rem 0 0;
    -ms-flex: 1;
    flex: 1;
}

.tiles-menu-box .items-inner-wrap .btn {
    width: 100%;
    padding: 0 10px;
    height: 57px;
    height: 5.7rem;
    font-size: 17px;
    font-size: 1.7rem;
    border-radius: var(--main-radius);
}

.tiles-menu-box .items-inner-wrap .btn .button-ico {
    width: 32px;
    width: 3.2rem;
    height: 32px;
    height: 3.2rem;
    transition: none;
}

.tiles-menu-box .items-inner-wrap .btn .button-title {
    overflow: hidden;
    display: block;
    position: relative;
    text-overflow: ellipsis;
}

.tiles-menu-box .items-inner-wrap .btn:hover .button-ico {
    filter: brightness(0) invert(1);
}

.tiles-menu-box .actions-inner-wrap {
    width: 195px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-bottom: 18px;
    padding-bottom: 1.8rem;
}

.tiles-menu-box .actions-inner-wrap .btn {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 18px;
    padding: 1.8rem;
    border-radius: 14px;
    background-color: #F3F3F3;
    border-color: #f00;
    font-size: 16px;
    font-weight: 600;
    color: var(--clr-base-light);
}

.tiles-menu-box .actions-inner-wrap .btn .button-title {
    white-space: normal;
}

.tiles-menu-box .actions-inner-wrap .btn .button-ico {
    margin: 0 auto 15px auto;
    margin: 0 auto 1.5rem auto;
    width: 34px;
    height: 34px;
}

.tiles-menu-box .actions-inner-wrap .btn .button-ico img,
.tiles-menu-box .actions-inner-wrap .btn .button-ico svg {
    width: 100%;
    filter: grayscale(100%);
}

.tiles-menu-box .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px -18px -12px;
    margin: 0 -1.2rem -1.8rem -1.2rem;
}

.tiles-menu-box li {
    padding: 0 12px;
    padding: 0 1.2rem;
    margin-bottom: 18px;
    margin-bottom: 1.8rem;
    width: 16.666%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.title-box {
    margin-bottom: 40px;
    margin-bottom: 4rem;
    margin-left: 0;
    margin-right: -47px;
    margin-right: -4.7rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
}

.title-box.title-border {
    position: relative;
    padding-bottom: 18px;
    padding-bottom: 1.8rem;
}

.title-box.title-border:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 47px;
    right: 4.7rem;
    height: 1px;
    background: var(--clr-border);
}

.title-box &gt; .h1-title {
                    padding-right: 47px;
                    padding-right: 4.7rem;
                }

.title-box.title-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.title-box .title-inner-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    padding-right: 47px;
    padding-right: 4.7rem;
    padding-right: 1rem;
}

.title-box .title-inner-wrap:last-child {
    padding-right: 0;
}

.title-box .actions-inner-wrap {
    font-size: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 47px;
    padding-right: 4.7rem;
    padding-top: 16px;
    padding-top: 1.6rem;
}

.title-box .actions-inner-wrap a:not(:hover) {
    color: inherit;
}

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

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

.title-box .h2-title {
    font-weight: 400;
    color: var(--clr-base-light);
}

body.popup-open {
    overflow: hidden;
}

.popup-outer-box {
    display: none;
    /*padding: 50px 20px;*/
    animation: fadein ease 0.2s;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

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

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

.popup-review .popup-box {
    width: 498px;
    border-radius: var(--main-radius);
    padding: 30px 36px;
    padding: 3rem 3.6rem;
}

.popup-review .popup-box .popup-title-wrap {
    text-align: left;
}

.popup-review .popup-box .popup-title {
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    color: var(--clr-base);
}

.popup-review .popup-box .item-tile-product-review {
    margin-bottom: 30px;
}

.popup-review .popup-box .frm-popup .frm-row-submit {
    padding-top: 10px;
}

.popup-review .popup-box .frm-popup .frm-row-submit .btn {
    width: auto;
    min-width: 198px;
}

.popup-review .popup-box .frm-popup textarea.form-input {
    height: 118px;
}

.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: 386px;
    border-radius: 26px;
    max-width: 100%;
    max-height: 100%;
    background-color: #fff;
    z-index: 20;
    padding: 56px 30px 20px 30px;
    color: var(--clr-base-light);
}

.popup-box.code-active .popup-tabs-wrap {
    display: none;
}

.popup-box.code-active .frm-popup .form-code-wrap {
    display: block;
}

.popup-box.code-active .frm-popup .form-main-wrap {
    display: none;
}

.popup-box.code-active .btn-popup-form-code {
    display: block;
}

.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: 30px;
    text-align: center;
}

.popup-box .popup-content-wrap {
    width: 100%;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.popup-box .popup-content-wrap::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.popup-box .popup-tabs-wrap {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 30px;
}

.popup-box .popup-tabs-wrap .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -17px;
}

.popup-box .popup-tabs-wrap .menu li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 17px;
    position: relative;
}

.popup-box .popup-tabs-wrap .menu li:after {
    content: "/";
    display: block;
    width: 34px;
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: -17px;
    text-align: center;
}

.popup-box .popup-tabs-wrap .menu li:last-child:after {
    display: none;
}

.popup-box .popup-tabs-wrap .menu a:not(:hover) {
    color: inherit;
}

.popup-box .popup-tabs-wrap .menu a.active {
    font-weight: 600;
}

.popup-box .popup-tabs-wrap .menu .link-main {
    border-bottom-style: dotted;
    border-bottom-color: var(--clr-border);
}

.popup-box .popup-tabs-wrap .menu .link-main:hover {
    border-bottom-color: var(--clr-base-light);
}

.popup-box .popup-tabs-wrap .menu .link-main.active {
    border-bottom-color: #fff;
}

.popup-box .popup-title {
    display: block;
    font-size: 21px;
    line-height: normal;
    font-weight: 400;
    margin: 0;
}

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

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

.popup-box .btn-action-ico.ico-back {
    position: absolute;
    top: 5px;
    left: 15px;
    z-index: 2;
}

.popup-box .btn-popup-form-code {
    display: none;
}

.popup-catalog-wrap .menu .btn-menu:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 9px;
    background: var(--clr-att-light);
    opacity: 1;
    transition: opacity .2s ease;
    z-index: 20;
    opacity: 0
}

.popup-catalog-wrap .menu&gt;li.hover-active .btn-menu:after,
                             .popup-catalog-wrap .menu&gt;li:hover .btn-menu:after {
                                                              opacity: 1;
                                                          }

@media (max-width: 1499px) {
    .compare-box .slider-inner-wrap {
        margin-left: calc(var(--paddingContainer) * -1);
        margin-right: calc(var(--paddingContainer) * -1);
        padding-left: var(--paddingContainer);
    }
}

@media (max-width: 1399px) {
    .catalog-list-box .menu {
        columns: 4;
    }

    .lk-form-box .field-brand {
        width: 35%;
    }

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

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

    .main-bottom-box .item-wrap:nth-child(2) {
        width: 50%;
    }

    .main-bottom-box .item-wrap:nth-child(3) {
        width: 100%;
    }

    .card-title-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .card-title-box .title-wrap {
        width: 100%;
        padding-right: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: 2rem;
    }

    .card-title-box .rate-wrap {
        width: 25%;
        padding-left: 0;
    }

    .card-title-box .stock-wrap {
        width: 25%;
    }

    .card-title-box .action-wrap {
        margin-right: 10px;
    }

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

    .tiles-box.tiles-catalog .item-wrap,
    .tiles-box.tiles-catalog-mini .item-wrap {
        width: 25%;
    }

    .tiles-box.tiles-catalog.tiles-one-row .item-wrap:nth-child(4) ~ .item-wrap {
        display: none;
    }

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

    .tiles-menu-box li {
        width: 20%;
    }

    .tiles-box .title-action-inner-wrap,
    .tiles-reviews-box .title-action-inner-wrap {
        padding-left: 25%;
    }
}

@media (max-width: 1199px) {
    .order-box .section-title-wrap,
    .order-box .section-footer-wrap,
    .order-box .section-content-wrap {
        padding-left: 30px;
        padding-right: 30px;
    }

    .order-box .section-title-wrap {
        padding-right: 70px;
    }

    .order-box .section-title-wrap:before {
        right: 30px;
    }

    .order-box .items-inner-wrap {
        margin: 0;
    }

    .order-box .frm-field-info {
        padding-left: 30px;
    }

    .order-box .frm-field-info:before {
        left: 0;
        margin: 0;
    }

    .order-box .frm-sections-wrap {
        margin: 0 -20px;
    }

    .order-box .frm-section-wrap {
        padding: 0 20px;
    }

    .info-title-box .info-wrap {
        width: 34%;
    }

    .catalog-list-box .menu {
        columns: 3;
    }

    .lk-form-box .frm-row-submit .field-button {
        min-width: 0;
    }

    .lk-form-box .field-address {
        max-width: 100%;
        width: 50%;
    }

    .lk-form-box .field-address .form-input {
        max-width: 100%;
    }

    .lk-form-box .field-card {
        max-width: 100%;
        width: 50%;
    }

    .lk-form-box .field-stock {
        width: 50%;
    }

    .lk-form-box .field-add {
        width: 50%;
    }

    .lk-form-box .field-brand {
        width: 50%;
    }

    .lk-form-box .field-gender {
        width: calc(50% - 150px);
    }

    .lk-form-box .field-phone {
        width: 50%;
    }

    .lk-form-box .field-phone .form-input {
        max-width: 100%;
    }

    .lk-form-box .field-year {
        width: 50%;
    }

    .lk-form-box .field-small {
        width: 50%;
    }

    .lk-form-box .field-small .form-input {
        max-width: 100%;
    }

    .lk-box .item-wrap {
        width: 50%;
    }

    .lk-box .items-bonuses {
        font-size: 14px;
    }

    .card-main-box .photos-inner-wrap {
        padding-left: 0;
    }

    .card-title-box .rate-wrap .elm-rates {
        margin-right: 15px;
    }

    .tiles-menu-box li {
        width: 33.33%;
    }
}

@media (max-width: 1023px) {
    .order-box .frm-section-wrap {
        max-width: 100%;
    }

    .order-box .section-title-wrap,
    .order-box .section-footer-wrap,
    .order-box .section-content-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }

    .order-box .section-title-wrap {
        padding-right: 50px;
    }

    .order-box .section-title-wrap:before {
        right: 20px;
    }

    .order-box .items-inner-wrap {
        margin: 0;
    }

    .order-box .frm-field-info {
        padding-left: 30px;
    }

    .order-box .frm-field-info:before {
        left: 0;
        margin: 0;
    }

    .info-title-box {
        display: block;
    }

    .info-title-box .title-wrap {
        padding-right: 0;
    }

    .info-title-box .info-wrap {
        width: 100%;
    }

    .compare-box table {
        font-size: 14px;
    }

    .compare-box table th,
    .compare-box table td {
        width: 240px;
        min-width: 240px;
    }

    .compare-box .actions-inner-wrap {
        margin-right: -7.5rem;
    }

    .compare-box .tbl-actions-wrap {
        display: none;
    }

    .compare-box table tr:first-child th,
    .compare-box table tr:first-child td {
        padding-top: 0;
    }

    .compare-box .item-tile-catalog .btn-action-ico.ico-fix {
        display: none;
    }

    .menu-list-box .menu {
        font-size: 14px;
    }

    .tiles-favorites-box .actions-inner-wrap {
        padding-left: 0;
        margin-right: -3rem;
    }

    .tiles-favorites-box .actions-inner-wrap .action-wrap {
        padding-right: 3rem;
    }

    .action-box .title-main {
        margin-left: 0;
    }

    .action-box .photo-inner-wrap {
        padding-top: 0;
    }

    .form-code-box {
        font-size: 14px;
    }

    .services-box {
        display: block;
        max-width: 100%;
    }

    .services-box .items-inner-wrap {
        width: 100%;
        padding: 0;
        max-width: 100%;
        margin-bottom: 5rem;
    }

    .services-box .form-inner-wrap {
        width: 100%;
    }

    .main-sbs-box .photo-inner-wrap {
        width: 20%;
    }

    .main-sbs-box .photo-inner-wrap .elm-photo {
        margin: 0 0 0 -30px;
    }

    .main-sbs-box .info-inner-wrap {
        width: 40%;
        padding-right: 3rem;
    }

    .main-sbs-box .h3-title {
        font-size: 17px;
    }

    .tbl-list-box {
        margin-left: calc(var(--paddingContainer) * -1);
        margin-right: calc(var(--paddingContainer) * -1);
        overflow-y: hidden;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

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

    .tbl-list-box table {
        min-width: 60.25em;
    }

    .tbl-list-box table thead:after {
        display: none;
    }

    .tbl-list-box table thead th:first-child,
    .tbl-list-box table thead td:first-child {
        padding-left: 30px;
    }

    .tbl-list-box table thead th:last-child,
    .tbl-list-box table thead td:last-child {
        padding-right: 30px;
    }

    .tbl-list-box table th:first-child,
    .tbl-list-box table td:first-child {
        padding-left: 30px;
    }

    .tbl-list-box table th:last-child,
    .tbl-list-box table td:last-child {
        padding-right: 30px;
    }

    .brand-card-box .srt-inner-wrap {
        width: 140px;
    }

    .tiles-brands-box .items-wrap {
        margin-bottom: -2rem;
        margin-right: -2rem;
    }

    .tiles-brands-box .item-wrap {
        padding-bottom: 2rem;
        padding-right: 2rem;
    }

    .catalog-menu-box {
        font-size: 16px;
    }

    .catalog-menu-box .menu,
    .catalog-menu-box .list {
        columns: 4;
    }

    .catalog-list-box {
        font-size: 14px;
    }

    .catalog-list-box .menu ul ul {
        font-size: 12px;
    }

    .main-form-box .frm-section-title {
        font-size: 19px;
    }

    .main-form-box .frm-section-wrap {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .main-form-box .frm-row-submit {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .main-form-box .frm-row-submit .field-button {
        width: auto;
    }

    .main-form-box .frm-row-submit .field-info {
        -ms-flex: 1;
        flex: 1;
    }

    .lk-box {
        font-size: 14px;
    }

    .lk-outer-wrap {
        position: relative;
    }

    .lk-outer-wrap .side-wrap {
        position: static;
    }

    .lk-outer-wrap .side-menu-box {
        position: static;
        max-width: 100%;
    }

    .lk-outer-wrap .side-menu-box .btn-popup {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .lk-outer-wrap .side-menu-box .popup-content-block {
        display: none;
        position: absolute;
        top: 40px;
        left: 0;
        background: #fff;
        filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
        margin-top: 15px;
        width: 264px;
        z-index: 10;
    }

    .lk-outer-wrap .side-menu-box .popup-content-block .menu {
        padding: 15px;
        max-height: calc(100dvh - 240px);
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .lk-outer-wrap .side-menu-box .popup-content-block .menu::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .lk-outer-wrap .side-menu-box .popup-content-block:after {
        display: block;
        right: auto;
        left: 20px;
        margin-left: -12px;
    }

    .lk-title-box {
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .lk-title-box .title-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        min-height: 40px;
        padding-left: 50px;
        padding-bottom: 0;
    }

    .lk-title-box .info-wrap {
        padding-right: 0;
    }

    .filter-show {
        overflow: hidden;
    }

    .filter-box .popup-content-block {
        display: none;
        padding: 40px var(--paddingContainer) 100px;
        margin: 0;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 120;
        background: #fff;
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

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

    .filter-box .btn-popup-close {
        display: block;
        position: fixed;
        top: 10px;
        right: 10px;
        z-index: 10;
    }

    .filter-box .btn-popup-open {
        width: 100%;
    }

    .pagenav-box .btn-page {
        margin: 0;
    }

    .catalog-title-box .actions-inner-wrap {
        padding-bottom: 0;
    }

    .catalog-outer-wrap .breadcrumbs-box {
        display: none;
    }

    .card-tab-box {
        font-size: 14px;
    }

    .card-tab-box .features-inner-wrap .rows-wrap {
        columns: inherit;
        column-gap: 0;
    }

    .card-main-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .card-main-box .photo-preview-wrap .list {
        margin: 0 -5px;
    }

    .card-main-box .photo-preview-wrap .list li {
        padding: 0 5px;
    }

    .card-main-box .photos-inner-wrap {
        width: 40%;
    }

    .card-main-box .features-inner-wrap {
        width: 60%;
        font-size: 14px;
        border-right: none;
        padding-right: 0;
    }

    .card-main-box .info-inner-wrap {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .card-main-box .features-wrap {
        font-size: 14px;
    }

    .card-main-box .links-inner-wrap .action-wrap {
        font-size: 12px;
    }

    .card-main-box .price-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

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

    .breadcrumbs-box {
        font-size: 14px;
        padding-top: 10px;
    }

    .breadcrumbs-box .nav-wrap {
        width: auto;
    }

    .card-title-box {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .card-title-box .title-wrap {
        padding-right: 150px;
    }

    .card-title-box .rate-wrap,
    .card-title-box .stock-wrap {
        width: auto;
        min-width: 30%;
    }

    .card-title-box .actions-wrap {
        position: absolute;
        top: -6px;
        right: 0;
        z-index: 2;
        float: left;
    }

    .tiles-icons-box .items-wrap,
    .tiles-categories-box .items-wrap {
        margin-left: -1rem;
        margin-right: -1rem;
        margin-bottom: -2rem;
    }

    .tiles-icons-box .item-wrap,
    .tiles-categories-box .item-wrap {
        padding: 0 1rem;
        margin-bottom: 2rem;
        width: 33.33%;
    }

    .tiles-reviews-box.tiles-photos .elm-photo,
    .tiles-box.tiles-photos .elm-photo {
        width: 100%;
    }

    .tiles-reviews-box.tiles-pay .item-wrap,
    .tiles-box.tiles-pay .item-wrap {
        width: 50%;
    }

    .tiles-reviews-box.tiles-pay .item-wrap:nth-child(3n),
    .tiles-box.tiles-pay .item-wrap:nth-child(3n) {
        width: 100%;
    }

    .tiles-reviews-box.tiles-articles .item-wrap,
    .tiles-box.tiles-articles .item-wrap,
    .tiles-reviews-box.tiles-catalog .item-wrap,
    .tiles-box.tiles-catalog .item-wrap,
    .tiles-reviews-box.tiles-catalog-mini .item-wrap,
    .tiles-box.tiles-catalog-mini .item-wrap {
        width: 33.33%;
    }

    .tiles-reviews-box.tiles-catalog.tiles-one-row .item-wrap:nth-child(3) ~ .item-wrap,
    .tiles-box.tiles-catalog.tiles-one-row .item-wrap:nth-child(3) ~ .item-wrap {
        display: none;
    }

    .tiles-reviews-box .slider-wrap,
    .tiles-box .slider-wrap {
        margin: 0 -1rem 0 -1rem;
    }

    .tiles-reviews-box .sl-wrap,
    .tiles-box .sl-wrap {
        padding: 0 1rem;
    }

    .tiles-reviews-box .items-wrap,
    .tiles-box .items-wrap {
        margin-left: -1rem;
        margin-right: -1rem;
        margin-bottom: -2rem;
    }

    .tiles-reviews-box .item-wrap,
    .tiles-box .item-wrap {
        padding: 0 1rem;
        margin-bottom: 2rem;
    }

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

    .tiles-box .title-action-inner-wrap,
    .tiles-reviews-box .title-action-inner-wrap {
        padding-left: 0;
    }

    .tiles-menu-box .menu {
        margin-left: -1rem;
        margin-right: -1rem;
        margin-bottom: -2rem;
    }

    .tiles-menu-box li {
        padding: 0 1rem;
        margin-bottom: 2rem;
    }

    .tiles-menu-box .actions-inner-wrap {
        padding-bottom: 1rem;
    }

    .tiles-menu-box .items-inner-wrap .btn {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .about-box {
        display: block;
    }

    .about-box .items-inner-wrap {
        width: 100%;
        margin-bottom: 30px;
    }

    .about-box .info-inner-wrap {
        padding-left: 0;
    }

    .about-box .item-wrap {
        padding: 0 10px;
        border-bottom: none;
        width: 50%;
    }

    .about-box .items-wrap {
        margin: 0 -10px;
    }

    .tiles-spec-box .items-wrap {
        columns: 1;
        column-gap: 0;
    }

    .tiles-spec-box .form-main-box {
        max-width: 100%;
    }

    .tiles-favorites-box .items-wrap,
    .tiles-cart-box .items-wrap {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: -24px;
    }

    .tiles-favorites-box .item-wrap,
    .tiles-cart-box .item-wrap {
        padding: 0 10px;
        margin-bottom: 24px;
        width: 50%;
    }

    .tiles-favorites-box .item-wrap:last-child,
    .tiles-cart-box .item-wrap:last-child {
        margin-bottom: 24px;
    }

    .action-box {
        display: block;
    }

    .action-box .photo-inner-wrap {
        margin: 0 auto;
        padding: 0;
        max-width: 100%;
    }

    .action-box .info-inner-wrap {
        max-width: 100%;
        margin-top: 5rem;
    }

    .tbl-list-box {
        font-size: 14px;
    }

    .brand-card-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .brand-card-box .photo-inner-wrap {
        width: 50%;
        padding: 0 4rem 0 0;
        -ms-flex-order: 2;
        order: 2;
    }

    .brand-card-box .srt-inner-wrap {
        width: 50%;
        -ms-flex-order: 3;
        order: 3;
        padding: 0 4rem 0 0;
    }

    .brand-card-box .info-inner-wrap {
        width: 100%;
        padding: 0;
        max-width: 100%;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex: inherit;
        flex: inherit;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: 5rem;
    }

    .brand-card-box .info-inner-wrap p {
        max-width: 100%;
    }

    .catalog-list-box .menu {
        columns: 2;
    }

    .main-form-box .frm-row-submit {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .main-form-box .frm-row-submit .field-info {
        text-align: left;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 2.4rem;
    }

    .main-form-box .frm-row-submit .field-button {
        -ms-flex-order: 2;
        order: 2;
    }

    .lk-box .items-catalog-mini .item-wrap {
        width: 50%;
    }

    .lk-box .items-bonuses .item-wrap {
        width: 100%;
    }

    .lk-title-box {
        display: block;
    }

    .lk-title-box .title-wrap {
        padding-right: 0;
    }

    .lk-title-box .info-wrap .menu {
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 -10px;
    }

    .lk-title-box .info-wrap .menu li {
        padding: 0 10px;
    }

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

    .main-bottom-box .item-wrap:nth-child(2) {
        width: 100%;
    }

    .main-bottom-box .item-tile-bottom .tile-info-wrap {
        max-width: 600px;
    }

    .catalog-title-box {
        display: block;
    }

    .catalog-title-box .actions-inner-wrap {
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 -24px 0 0;
    }

    .catalog-title-box .action-wrap {
        padding: 0 24px 0 0;
    }

    .card-tab-box .title-inner-wrap .action-wrap .btn-action-ico {
        width: 24px;
        height: 24px;
    }

    .card-tab-box .title-inner-wrap .action-wrap .btn-action-ico.ico-share:before {
        background-size: 18px auto;
    }

    .card-tab-box .title-inner-wrap .action-wrap .btn-action-ico.button-large {
        width: 24px;
        height: 24px;
    }

    .card-tab-box .title-inner-wrap .action-wrap .btn-action-ico.button-large:before {
        background-size: 100% auto;
    }

    .card-info-box {
        display: block;
    }

    .card-info-box .side-inner-wrap {
        width: 100%;
        padding: 0;
    }

    .card-info-box .tabs-inner-wrap {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .card-main-box .parameters-slider-wrap {
        padding-right: 0;
        display: block;
    }

    .card-main-box .parameters-slider-wrap .logo-inner-wrap {
        padding-left: 0;
        width: 77px;
        margin-top: 2rem;
    }

    .card-main-box .parameters-slider-wrap .slider-inner-wrap {
        max-width: 100%;
        width: 100%;
    }

    .card-title-box {
        display: block;
    }

    .card-title-box .title-wrap {
        padding-right: 100px;
    }

    .card-title-box .title-wrap .h1-title {
        font-size: 22px;
        line-height: 26px;
    }

    .card-title-box .rate-wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 10px;
    }

    .card-title-box .rate-wrap .rate-title {
        width: auto;
        margin-right: 15px;
        margin-bottom: 0;
    }

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

    .card-title-box .actions-wrap {
        top: 0px;
    }

    .card-title-box .action-wrap {
        margin-right: 5px;
    }

    .card-title-box .action-wrap .btn-action-ico {
        width: 24px;
        height: 24px;
    }

    .card-title-box .action-wrap .btn-action-ico.ico-share:before {
        background-size: 18px auto;
    }

    .card-title-box .action-wrap .btn-action-ico.button-large {
        width: 24px;
        height: 24px;
    }

    .card-title-box .action-wrap .btn-action-ico.button-large:before {
        background-size: 100% auto;
    }

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

    .tiles-menu-box {
        display: block;
        margin-bottom: 4rem;
    }

    .tiles-menu-box .items-inner-wrap {
        padding-right: 0;
    }

    .tiles-menu-box .actions-inner-wrap {
        width: 100%;
        padding-bottom: 0;
    }

    .tiles-menu-box .actions-inner-wrap .btn {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .tiles-menu-box .actions-inner-wrap .btn .button-ico {
        margin: 0 10px 0 0;
    }

    .title-box .actions-inner-wrap {
        padding-top: 1.3rem;
    }

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

    .tiles-box.tiles-catalog-mini .item-wrap {
        width: 50%;
    }

    .tiles-box .title-action-inner-wrap,
    .tiles-reviews-box .title-action-inner-wrap {
        display: block;
    }

    .tiles-box .title-action-inner-wrap .title-wrap,
    .tiles-reviews-box .title-action-inner-wrap .title-wrap {
        padding-right: 0;
    }

    .tiles-box .title-action-inner-wrap .action-wrap,
    .tiles-reviews-box .title-action-inner-wrap .action-wrap {
        margin-top: 15px;
    }
}

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

    .order-box .frm-sections-wrap:before {
        display: none;
    }

    .order-box .frm-section-wrap {
        width: 100%;
        margin-bottom: 5rem;
    }

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

    .order-box .frm-field {
        width: 100%;
    }

    .comment-form-box {
        padding-right: 0;
    }

    .comment-form-box .frm-field {
        width: 100%;
    }

    .comment-form-box .frm-field ~ .frm-field {
        width: 100%;
    }

    .comment-form-box .field-main ~ .field-button {
        position: static;
        width: 100%;
    }

    .comment-form-box .btn {
        height: 48px;
        width: 100%;
    }

    .comment-form-box .btn .button-ico {
        width: 16px;
        height: 16px;
        margin-left: 10px;
    }

    .comment-form-box .btn .button-title {
        display: block;
    }

    .comment-form-box .btn.button-border:not(:hover) {
        color: var(--clr-att-light);
    }

    .reviews-title-box {
        display: block;
    }

    .reviews-title-box .action-inner-wrap {
        width: 100%;
        padding: 0;
        margin-top: 2rem;
    }

    .reviews-title-box .title-inner-wrap {
        display: block;
    }

    .reviews-title-box .title-wrap,
    .reviews-title-box .rate-wrap {
        padding-right: 0;
    }

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

    .services-box .item-tile-service .tile-footer-wrap {
        min-height: 0;
    }

    .main-sbs-box .inner-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 30px;
        padding-bottom: 30px;
        display: block;
    }

    .main-sbs-box .photo-inner-wrap {
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 140px;
        padding: 0;
    }

    .main-sbs-box .photo-inner-wrap .elm-photo {
        margin: 0;
    }

    .main-sbs-box .info-inner-wrap {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    .main-sbs-box .form-inner-wrap {
        width: 100%;
        padding: 0;
    }

    .catalog-menu-box .menu,
    .catalog-menu-box .list {
        columns: 3;
    }

    .main-form-box .frm-field {
        width: 100%;
        max-width: 100%;
    }

    .lk-form-box .field-small,
    .lk-form-box .field-address,
    .lk-form-box .field-phone,
    .lk-form-box .field-brand,
    .lk-form-box .field-stock,
    .lk-form-box .field-add {
        width: 100%;
    }

    .lk-form-box .field-gender {
        width: calc(100% - 150px);
    }

    .lk-form-box .field-third,
    .lk-form-box .field-half {
        max-width: 100%;
        width: 100%;
    }

    .lk-form-box .frm-row-submit {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .lk-form-box .frm-row-submit .field-button {
        -ms-flex-order: 2;
        order: 2;
    }

    .lk-form-box .frm-row-submit .field-info {
        -ms-flex-order: 1;
        order: 1;
    }

    .lk-empty-box {
        display: block;
    }

    .lk-empty-box .lk-title {
        width: 100%;
        padding: 0;
        margin-bottom: 3rem;
        min-width: 0;
    }

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

    .lk-box .items-reviews .item-wrap {
        width: 100%;
    }

    .lk-box .title-inner-wrap .title-action-wrap {
        text-align: left;
        margin-top: 10px;
    }

    .lk-box .title-inner-wrap .profile-info-wrap,
    .lk-box .title-inner-wrap .sort-wrap {
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .lk-box .title-inner-wrap .sort-wrap {
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex: inherit;
        flex: inherit;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 10px;
    }

    .lk-box .title-inner-wrap .title-wrap.title-max {
        padding-right: 0;
        max-width: 100%;
        width: 100%;
        -ms-flex: inherit;
        flex: inherit;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

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

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

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

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

    .tiles-box.tiles-catalog.tiles-one-row .item-wrap:nth-child(3) ~ .item-wrap {
        display: block;
    }

    .tiles-box.tiles-catalog.tiles-one-row .item-wrap:nth-child(4) ~ .item-wrap {
        display: none;
    }

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

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

    .tiles-box.tiles-info .item-wrap:nth-child(3n+2) {
        width: 100%;
    }

    .tiles-menu-box li {
        width: 50%;
    }

    .popup-box {
        padding-left: 24px;
        padding-right: 24px;
    }

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

    .popup-box .popup-tabs-wrap {
        margin-bottom: 20px;
    }

    .tiles-favorites-box .item-wrap,
    .tiles-cart-box .item-wrap {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .catalog-menu-box .menu,
    .catalog-menu-box .list {
        columns: 2;
    }

    .catalog-list-box .menu {
        columns: 1;
    }

    .lk-box .items-catalog-mini .item-wrap {
        width: 100%;
    }

    .card-main-box {
        display: block;
    }

    .card-main-box .photos-inner-wrap {
        width: 100%;
        padding-right: 0;
        border-right: none;
    }

    .card-main-box .features-inner-wrap {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

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

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

    .tiles-box.tiles-catalog-mini .item-wrap {
        width: 100%;
    }
}

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

    .main-bottom-box:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: calc(50% + 40vw);
        background: #d4d4d4;
        display: none;
    }

    .main-bottom-box:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: calc(50% + 40vw);
        background: #F6F6F6;
        display: none;
    }
}

@media (min-width: 1024px) {
    .content-outer-wrap {
        display: -ms-flexbox;
        display: flex;
    }

    .content-outer-wrap .tiles-box.tiles-catalog-mini .item-wrap {
        width: 50%;
    }

    .content-outer-wrap .side-wrap {
        width: 41.4rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-order: 2;
        order: 2;
    }

    .content-outer-wrap .content-wrap {
        -ms-flex-order: 1;
        order: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 25px 0 0;
        max-width: calc(100% - 41.4rem);
    }

    .compare-box table.fix-1 td:nth-child(1),
    .compare-box table.fix-1 th:nth-child(1) {
        position: sticky;
        left: 0;
        z-index: 20;
    }

    .compare-box table.fix-2 td:nth-child(1),
    .compare-box table.fix-2 th:nth-child(1),
    .compare-box table.fix-2 td:nth-child(2),
    .compare-box table.fix-2 th:nth-child(2) {
        position: sticky;
        left: 0;
        z-index: 20;
    }

    .compare-box table.fix-2 td:nth-child(2),
    .compare-box table.fix-2 th:nth-child(2) {
        left: 288px;
    }

    .compare-box table.fix-3 td:nth-child(1),
    .compare-box table.fix-3 th:nth-child(1),
    .compare-box table.fix-3 td:nth-child(2),
    .compare-box table.fix-3 th:nth-child(2),
    .compare-box table.fix-3 td:nth-child(3),
    .compare-box table.fix-3 th:nth-child(3) {
        position: sticky;
        left: 0;
        z-index: 20;
    }

    .compare-box table.fix-3 td:nth-child(2),
    .compare-box table.fix-3 th:nth-child(2) {
        left: 288px;
    }

    .compare-box table.fix-3 td:nth-child(3),
    .compare-box table.fix-3 th:nth-child(3) {
        left: 576px;
    }

    .tiles-box.tiles-pay .item-wrap {
        width: 30%;
    }

    .tiles-box.tiles-pay .item-wrap:nth-child(3n) {
        width: 40%;
    }

    .filter-box .btn-popup-open,
    .filter-box .btn-popup-close {
        display: none;
    }

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

@media (min-width: 1024px) and (max-width: 1399px) {
    .tiles-cart-box .items-wrap {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: -24px;
    }

    .tiles-cart-box .item-wrap {
        padding: 0 10px;
        margin-bottom: 24px;
        width: 50%;
    }

    .tiles-cart-box .item-wrap:last-child {
        margin-bottom: 24px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .main-bottom-box .item-tile-bottom .tile-info-wrap {
        max-width: 400px;
    }
}

@media (min-width: 1400px) {
    .content-outer-wrap .tiles-box.tiles-catalog-mini .item-wrap {
        width: 33.33%;
        max-width: 298px;
    }

    .main-bottom-box:after,
    .main-bottom-box:before {
        display: block;
    }

    .catalog-outer-wrap .tiles-box.tiles-catalog .item-wrap {
        width: 25%;
    }

    .tiles-reviews-box .item-tile-review {
        width: 415px;
    }
}

@media (min-width: 1600px) {
    .main-bottom-box:before {
        right: calc(50% + 600px);
    }

    .main-bottom-box:after {
        left: calc(50% + 600px);
    }
}

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

.form-input {
    text-overflow: ellipsis;
    height: 45px;
    border-radius: var(--small-radius);
    background-color: #fff;
    border: 1px solid var(--clr-border);
    transition: ll ease 0.2s;
    color: var(--clr-base);
    font-size: 16px;
    padding: 0 10px 0 15px;
}

.form-input:hover,
.form-input:focus {
    border-color: var(--clr-att);
}

.form-input.inp-center {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

textarea.form-input {
    height: 74px;
    padding-top: 10px;
}

select.form-input {
    display: block;
    cursor: pointer;
    text-overflow: ellipsis;
    width: 100%;
    padding-right: 30px;
    background-image: url(../img/icons/arrow-select.svg);
    background-position: right 20px 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;
}

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 16px 0 0;
    color: inherit;
    font-weight: bold;
    background-image: url(../img/icons/arrow-select.png);
    background-size: 8px auto;
    background-repeat: no-repeat;
    background-position: right center;
}

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

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

.btn {
    height: 45px;
    border-radius: var(--small-radius);
    border: 1px solid var(--clr-att);
    background-color: var(--clr-att);
    padding: 0 30px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.btn.button-arrow {
    padding: 0 40px 0 23px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-transform: none;
}

.btn.button-arrow:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(../img/icons/arrow-back.svg) center no-repeat;
    background-size: 100% auto;
    top: 50%;
    right: 20px;
    margin-top: -10px;
    transform: rotate(180deg);
}

.btn.button-link {
    height: auto;
    font-size: 1em;
    display: inline-block;
    color: inherit;
    line-height: inherit;
    font-weight: inherit;
    border: none;
    border-radius: 0;
    background: none;
    text-decoration: underline;
    min-width: 0;
    padding: 0;
}

.btn.button-link:hover {
    text-decoration: none;
    color: inherit;
    background: none;
}

.btn.button-tag {
    height: 33px;
    min-width: 33px;
    border-radius: var(--main-radius);
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

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

.btn.button-border-light {
    background-color: transparent;
    border-color: #d9d9d9;
    color: var(--clr-att);
}

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

.btn.button-success {
    background-color: var(--clr-success);
    border-color: var(--clr-success);
}

.btn.button-success.button-clear {
    color: #17B142;
}

.btn.button-success.button-clear:hover {
    color: #17B142;
}

.btn.button-success.button-clear.button-disabled {
    color: #D4D4D4;
    pointer-events: none;
}

.btn.button-success.button-clear.button-disabled .button-ico {
    filter: grayscale(100%) opacity(0.2);
}

.btn.button-success.button-clear .button-ico {
    margin-right: 5px;
}

.btn.button-cancel.button-clear {
    color: var(--clr-att-second);
}

.btn.button-cancel.button-clear:hover {
    color: var(--clr-att-second);
}

.btn.button-cancel.button-clear.button-disabled {
    color: var(--clr-base);
    pointer-events: none;
}

.btn.button-cancel.button-clear.button-disabled .button-ico {
    filter: grayscale(100%) opacity(0.2);
}

.btn.button-cancel.button-clear .button-ico {
    margin-right: 5px;
}

.btn.button-tab-small {
    height: 37px;
    padding: 0 22px;
    border: none;
    background: none;
    font-size: 1em;
    font-weight: bold;
    color: var(--clr-base-light);
}

.btn.button-tab-small:hover,
.btn.button-tab-small.active {
    color: #fff;
    background-size: var(--clr-att);
}

.btn.button-tab {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 0 20px;

    height: 60px;
    height: 6rem;
    border-radius: 0;
    background: none;
    border: none;
    color: var(--clr-att);
    font-weight: 400;
}

.btn.button-tab:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 20px;
    left: 2rem;
    right: 20px;
    right: 2rem;
    height: 2px;
    background: var(--clr-att-light);
    opacity: 0;
    transition: all ease 0.2s;
}

.btn.button-tab .button-title {
    position: relative;
}

.btn.button-tab .button-title[data-count]:after {
    content: attr(data-count);
    display: block;
    float: left;
    font-size: 0.83333333em;
    line-height: 1;
    font-weight: bold;
    color: var(--clr-att-second);
    position: absolute;
    bottom: 100%;
    left: 100%;
    margin-bottom: -14px;
    margin-bottom: -1.4rem;
    padding-left: 5px;
}

.btn.button-tab:hover {
    color: var(--clr-att-light);
    background: none;
}

.btn.button-tab.active {
    font-weight: bold;
}

.btn.button-tab.active:before {
    opacity: 1;
}

.btn.button-clear {
    width: auto;
    height: auto;
    line-height: 24px;
    color: inherit;
    white-space: normal;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    min-width: 0;
    background: none;
    border: none;
    border-radius: 0;
    font-weight: 600;
    padding: 6px 17px;
}

.btn.button-clear:hover {
    border: none;
    background: none;
    color: var(--clr-att-dark);
    border: 1px solid #E0EEF2;
    border-radius: 15px;
}

.btn.button-clear .button-ico {
    width: 24px;
    height: 24px;
    filter: none;
}

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

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

.btn.button-att.button-border:not(:hover) {
    background-color: transparent;
    color: var(--clr-att-second);
}

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

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

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

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

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

.btn.button-border:not(:hover) .button-ico {
    filter: none;
}

.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 .button-title[data-show]:before {
    content: attr(data-show);
}

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

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

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

.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-clear:before {
    background-image: url(../img/icons/del.svg);
}

.btn-action-ico.ico-clear:not(:hover):before {
    filter: grayscale(100%) opacity(0.5);
}

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

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

.btn-action-ico.ico-message:not(:hover):before {
    filter: grayscale(100%) opacity(0.9);
}

.btn-action-ico.ico-rate-up,
.btn-action-ico.ico-rate-down {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    line-height: 24px;
    width: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 16px;
    white-space: nowrap;
    color: var(--clr-light);
    padding: 0 0 0 24px;
}

.btn-action-ico.ico-rate-up:before,
.btn-action-ico.ico-rate-down:before {
    right: auto;
    width: 24px;
    margin-left: 0;
    background-image: url(../img/icons/vote.svg);
}

.btn-action-ico.ico-rate-up:not(:hover):before,
.btn-action-ico.ico-rate-down:not(:hover):before {
    filter: grayscale(100%) opacity(0.9);
}

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

.btn-action-ico.ico-trash:before {
    background-image: url(../img/icons/trash.svg);
    filter: grayscale(100%) opacity(0.3);
    background-size: 32px auto;
}

.btn-action-ico.ico-trash:hover:before {
    filter: none;
}

.btn-action-ico.ico-fix:before {
    background-image: url(../img/icons/fix.svg);
    filter: grayscale(100%) opacity(0.3);
}

.btn-action-ico.ico-fix:hover:before {
    filter: none;
}

.btn-action-ico.ico-arrow {
    z-index: 20;
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: var(--small-radius);
    background: #fff;
    /*    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);*/
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
    border:1px solid #fff;
}

.btn-action-ico.ico-arrow.button-small {
    border-radius: 0;
    border: none;
    background: none;
    box-shadow: none;
    opacity: 1;
}

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

.btn-action-ico.ico-arrow.button-small:hover {
    background: none;
    box-shadow: none;
    opacity: 1;
}

.btn-action-ico.ico-arrow.button-small:hover:before {
    filter: none;
}

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

.btn-action-ico.ico-arrow:hover {
    /*    background: var(--clr-att-light);*/
    background:#fff;
    border-color:var(--clr-att-light);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
    /*    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);*/
}

.btn-action-ico.ico-arrow:hover:before {
    /*    filter: brightness(0) invert(1);*/
    filter: invert(35%) sepia(71%) saturate(762%) hue-rotate(161deg) brightness(99%) contrast(98%);
}

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

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

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

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

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

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

.btn-action-ico.ico-cart:before {
    background-image: url(../img/icons/cart-main.svg);
    filter: brightness(0) invert(1);
}
.btn-action-ico.ico-cart.add_to_cart_dn:before{
    filter:none
}
.btn-action-ico.ico-share:before {
    background-image: url(../img/icons/share.svg);
}

.btn-action-ico.ico-fav.button-large:before {
    background-size: 36px auto;
}
.tiles-catalog .btn-action-ico.ico-fav:before {
    background-image: url(../img/icons/fav.svg)
}

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

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

.btn-action-ico.ico-fav:not(.active):before,
.tiles-catalog .btn-action-ico.ico-fav:not(.active):before{
    filter: grayscale(100%);
}

.btn-action-ico.ico-compare.button-large:before {
    background-size: 28px auto;
}

.btn-action-ico.ico-compare:before {
    /*background-image: url(../img/icons/compare.svg);*/
    /*background-size: 25px auto;*/
}
.tiles-catalog .btn-action-ico.ico-compare:before,
.card-title-box .btn-action-ico.ico-compare:before  {
    background-image: url(../img/icons/compare.svg);
    background-size: 25px auto;
}

.btn-action-ico.ico-compare:not(.active):before,
tiles-catalog .btn-action-ico.ico-compare:not(.active):before {
    filter: grayscale(100%);
}

.btn-action-ico.ico-menu:after,
.btn-action-ico.ico-menu:before {
    width: 20px;
    height: 16px;
    border-top: 2px solid var(--clr-base);
    border-bottom: 2px solid var(--clr-base);
    margin: -8px 0 0 -10px;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
}

.btn-action-ico.ico-menu:before {
    height: 2px;
    margin-top: -1px;
    border-top: none;
}

.btn-action-ico.ico-menu.active:after {
    height: 2px;
    margin-top: -1px;
    border-top: none;
    transform: rotate(-45deg);
}

.btn-action-ico.ico-menu.active:before {
    transform: rotate(45deg);
}

.btn-action-ico.ico-close:after,
.btn-action-ico.ico-close:before {
    width: 20px;
    height: 2px;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    margin: -1px 0 0 -10px;
    background: var(--clr-base);
}

.btn-action-ico.ico-close:before {
    transform: rotate(45deg);
}

.btn-action-ico.ico-close:after {
    transform: rotate(-45deg);
}

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

.btn-action-back {
    display: inline-block;
    position: relative;
    padding: 0 0 0 24px;
    font-weight: bold;
}

.btn-action-back.button-next {
    padding-left: 0;
    padding-right: 24px;
}

.btn-action-back.button-next:before {
    left: auto;
    right: 0;
    transform: rotate(180deg);
}

.btn-action-back:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(../img/icons/arrow-back-small-att.svg) center no-repeat;
    background-size: 100% auto;
    top: 50%;
    left: 0;
    margin-top: -12px;
}

.btn-action-shop {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 50px 12px 0;
    text-align: left;
    line-height: 1.125;
    color: var(--clr-base-light);
    transition: all ease 0.2s;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btn-action-shop:hover {
    color: var(--clr-att);
}

.btn-action-shop .title-att {
    display: inline;
    color: var(--clr-att-second);
}

.btn-action-shop .button-title {
    -ms-flex: 1;
    flex: 1;
    padding: 4px 20px 4px 0;
    text-transform: uppercase;
    max-width: 13.75em;
}

.btn-action-shop .button-info {
    width: 18.4375em;
    padding: 4px 15px 4px 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
}

.btn-action-shop .button-shedule {
    width: 12.5em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 4px 0;
}

.btn-action-shop:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(../img/icons/arrow-more.svg) center no-repeat;
    background-size: 100% auto;
    top: 50%;
    right: 15px;
    margin-top: -12px;
    transform: rotate(-90deg);
    filter: grayscale(100%) opacity(0.5);
}

.btn-action-icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: inherit;
}

.btn-action-icon.button-att {
    color: var(--clr-att);
}

.btn-action-icon.button-att .button-ico {
    filter: none;
}

.btn-action-icon:hover {
    color: var(--clr-att);
}

.btn-action-icon:hover .button-ico {
    filter: none;
}

.btn-action-icon .button-ico {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    filter: brightness(0) grayscale(1);
}

.btn-action-icon .button-ico + .button-title {
    padding-left: 10px;
}

.btn-action-icon .button-title {
    display: block;
}

.btn-action-phone {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    white-space: nowrap;
    padding: 0 0 0 14px;
    font-size: 17px;
    font-weight: bold;
    color: var(--clr-base-light);
}

.btn-action-phone:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(../img/icons/phone.svg) center no-repeat;
    background-size: 100% auto;
    top: 50%;
    left: -8px;
    margin-top: -12px;
    filter: brightness(0) grayscale(1) opacity(0.8);
}

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

.btn-action-phone.button-att {
    color: var(--clr-att-second);
}

.btn-action-phone.button-att:before {
    filter: none;
}

.btn-action-cart {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 16px;
    color: var(--clr-base-light);
}

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

.btn-action-cart .btn-action-ico {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.btn-action-cart .button-title-wrap {
    display: block;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 0 12px;
}

.btn-action-cart .button-title,
.btn-action-cart .button-value {
    display: block;
    max-width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    overflow: hidden;
}

.btn-action-cart .button-value {
    font-size: 17px;
    font-weight: bold;
    color: var(--clr-att-second);
}

.btn-action-more {
    position: relative;
    padding: 0 24px 0 0;
    display: inline-block;
}

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

.btn-action-more.active:before {
    transform: rotate(180deg);
}

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

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

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

/* ----------------------------------- *\
			forms elements styles
\* ----------------------------------- */
.field-number .form-input,
.field-date .form-input,
.field-cvv .form-input {
    text-align: center;
    padding: 0 10px;
}

.field-date .field-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -25px;
    margin: 0 -2.5rem;
    position: relative;
}

.field-date .field-inner {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 25px;
    padding: 0 2.5rem;
    position: relative;
}

.field-date .field-inner:first-child:before {
    content: "/";
    display: block;
    width: 50px;
    width: 5rem;
    text-align: center;
    position: absolute;
    height: 30px;
    line-height: 30px;
    top: 50%;
    left: 100%;
    margin-left: -25px;
    margin-left: -2.5rem;
    margin-top: -15px;
    font-size: 18px;
    color: var(--clr-border);
}

.frm-field-code {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -5px;
}

.frm-field-code .field-code-input {
    padding: 0 5px;
    width: 62px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.frm-field-code .form-input {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.frm-req {
    display: inline;
    color: var(--clr-att-second);
}

.frm-main-button .frm-row {
    margin: 0 -12px;
    margin: 0 -1.2rem;
}

.frm-main-button .frm-field {
    padding: 0 12px;
    padding: 0 1.2rem;
    margin-bottom: 0;
    width: auto;
}

.frm-main-button .field-input {
    -ms-flex: 1;
    flex: 1;
}

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

.frm-main-button .frm-field-title {
    display: block;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 12px;
    padding: 0 1.2rem;
    margin-bottom: 10px;
    font-size: 1em;
    line-height: normal;
}

.frm-main-send {
    display: block;
    position: relative;
    line-height: 1;
}

.frm-main-send .form-input {
    height: 48px;
    border-radius: var(--small-radius);
    background: #fff;
    border: 1px solid var(--clr-border);
    padding: 0 80px 0 12px;
    font-size: 14px;
    font-weight: 400;
}

.frm-main-send .btn {
    width: 42px;
    height: 34px;
    border-radius: var(--small-radius);
    z-index: 2;
    position: absolute;
    top: 50%;
    right: 13px;
    margin-top: -17px;
    padding: 0;
}

.frm-main-send .btn:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(../img/icons/arrow-send.svg) center no-repeat;
    background-size: 100% auto;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
}

.frm-field-info {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: normal;
    color: var(--clr-light);
    padding: 2px 0 0 38px;
}

.frm-field-info:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(../img/icons/info.svg) center no-repeat;
    background-size: 100% auto;
    top: -3px;
    left: -3px;
}

.frm-field-range {
    display: block;
    position: relative;
    padding-bottom: 30px;
}

.frm-field-range .field-range-slider {
    padding: 20px 0 30px 0;
}

.frm-field-range .field-range-wrap {
    margin: 0 -6px;
    display: -ms-flexbox;
    display: flex;
}

.frm-field-range .field-range {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 6px;
}

.frm-field-range .field-range-title {
    height: 32px;
    width: 30px;
    line-height: 32px;
    position: relative;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    font-size: 16px;
    color: var(--clr-base-light);
}

.frm-field-range .form-input {
    width: calc(100% - 30px);
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 32px;
    border-radius: 5px;
    background: #D9D9D9;
    border: none;
    padding: 0 0 0 6px;
    font-size: 16px;
    color: var(--clr-light);
}

.frm-field-range .ui-slider {
    height: 10px;
    border-radius: 5px;
    background: var(--clr-att);
    border: 2px solid var(--clr-border);
}

.frm-field-range .ui-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    top: 4px;
    border-radius: 50%;
    outline: none;
    border: 2px solid var(--clr-border);
    background-color: var(--clr-att-light);
}

.frm-field-panel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 32px;
    border-radius: var(--small-radius);
    border: 1px solid var(--clr-base-light);
    position: relative;
    overflow: hidden;
}

.frm-field-panel .field-title {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #E0EEF2;
    height: 30px;
    line-height: 30px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 9px;
    border-right: 1px solid var(--clr-base-light);
    font-size: 14px;
    color: var(--clr-light);
}

.frm-field-panel .field-content {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.frm-field-panel .form-input {
    height: 30px;
    padding: 0 10px 0 10px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    font-size: 14px;
    color: var(--clr-light);
}

.frm-field-panel select.form-input {
    padding-right: 26px;
    background-image: url(../img/icons/arrow-select.svg);
    background-position: right 3px center;
    background-size: 24px auto;
}

.frm-field-counter {
    display: block;
    position: relative;
    width: 120px;
    height: 35px;
    border: 1px solid var(--clr-light);
    border-radius: 3px;
    overflow: hidden;
    padding: 0 40px;
}

.frm-field-counter.field-small {
    height: 28px;
    padding: 0 30px;
    width: 96px;
}

.frm-field-counter.field-small .form-input {
    height: 26px;
    font-size: 18px;
    font-weight: 400;
}

.frm-field-counter.field-small .field-counter-button {
    width: 30px;
    height: 26px;
}

.frm-field-counter.field-small .field-counter-button:after,
.frm-field-counter.field-small .field-counter-button:before {
    background-size: 24px auto;
}

.frm-field-counter.field-vsmall {
    height: 22px;
    padding: 0 25px;
    width: 78px;
}

.frm-field-counter.field-vsmall .form-input {
    height: 20px;
    font-size: 14px;
    font-weight: 400;
}

.frm-field-counter.field-vsmall .field-counter-button {
    width: 26px;
    height: 20px;
}

.frm-field-counter.field-vsmall .field-counter-button:after,
.frm-field-counter.field-vsmall .field-counter-button:before {
    background-size: 20px auto;
}

.frm-field-counter .form-input {
    height: 33px;
    width: 100%;
    border: none;
    padding: 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 0;
    color: var(--clr-base-ligth);
    border-left: 1px solid var(--clr-light);
    border-right: 1px solid var(--clr-light);
}

.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-counter .field-counter-button {
    width: 40px;
    height: 33px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    border: none;
    background: none;
    padding: 0;
    min-width: 0;
}

.frm-field-counter .field-counter-button:hover {
    border: none;
    background: none;
}

.frm-field-counter .field-counter-button:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(../img/icons/minus.svg) center no-repeat;
    background-size: 41px auto;
}

.frm-field-counter .field-counter-button + .field-counter-button {
    left: auto;
    right: 0;
    border-left: none;
}

.frm-field-counter .field-counter-button + .field-counter-button:before {
    background-image: url(../img/icons/plus.svg);
}

.frm-field-input {
    position: relative;
    line-height: 1;
}

.frm-field-input .form-input {
    padding-right: 50px;
}

.frm-field-input .btn-field-clear {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -20px;
    z-index: 2;
}

.frm-field-input.inp-enter .btn-field-clear {
    display: block;
}

.frm-field-buttons {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px -10px -10px;
    margin: 0 -1rem -1rem -1rem;
}

.frm-field-buttons .btn-action-ico {
    width: 48px;
    height: 49px;
    border-radius: var(--small-radius);
    border: 1px solid var(--clr-light);
    margin: 0 10px 20px 10px;
    margin: 0 1rem 2rem 1rem;
}

.frm-field-buttons .btn-action-ico img,
.frm-field-buttons .btn-action-ico svg {
    max-width: 100%;
    max-height: 100%;
}

.frm-field-buttons .btn-action-ico:hover {
    border: 1px solid var(--clr-border);
    opacity: 1;
}

.frm-field-title-main {
    display: block;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    color: var(--clr-light);
    margin: 0 0 25px 0;
    margin: 0 0 2.5rem 0;
}

.frm-field-title {
    display: block;
    font-size: 14px;
    line-height: normal;
    color: var(--clr-base-light);
    margin: 0 0 5px 0;
}

.frm-field-message {
    display: block;
    font-size: 12px;
    line-height: normal;
    color: var(--clr-base);
    margin: 4px 0 0 0;
}

.frm-field-message:first-child {
    margin-top: 0;
}

.frm-field-message.message-error {
    color: var(--clr-att-second);
}

.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-button {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 1;
}

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

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

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

.frm-select-button {
    line-height: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.frm-select-button input:checked ~ label {
    border-color: var(--clr-att-light);
}

.frm-select-button label {
    transition: all ease 0.2s;
    display: block;
    height: 30px;
    line-height: 28px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 14px;
    font-size: 16px;
    color: var(--clr-base-light);
    border: 1px solid var(--clr-light);
    border-radius: var(--small-radius);
}

.frm-select-button label:hover {
    border-color: var(--clr-att-light);
}

.frm-select {
    font-size: 14px;
    line-height: 20px;
    color: var(--clr-light);
}

.frm-select.select-att a:not(:hover) {
    color: var(--clr-att);
}

.frm-select.select-small {
    font-size: 12px;
    line-height: 16px;
}

.frm-select.select-small label {
    min-height: 16px;
    padding-left: 29px;
}

.frm-select.select-small label:before,
.frm-select.select-small label:after {
    width: 16px;
    height: 16px;
    top: 8px;
    left: 8px;
    margin: -8px 0 0 -8px;
}

.frm-select.select-small label:after {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
}

.frm-select.select-large {
    line-height: 20px;
}

.frm-select.select-large label {
    min-height: 24px;
    padding-left: 48px;
    padding-left: 4.8rem;
    padding-top: 2px;
}

.frm-select.select-large label:before,
.frm-select.select-large label:after {
    width: 24px;
    height: 24px;
    top: 12px;
    left: 12px;
    margin: -12px 0 0 -12px;
}

.frm-select.select-large label:after {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
}

.frm-select input[type="radio"] ~ label {
    padding-left: 20px;
}

.frm-select input[type="radio"] ~ label:before {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    left: 8px;
    margin: -8px 0 0 -8px;
    background: #d9d9d9;
    border-color: #d9d9d9;
}

.frm-select input[type="radio"] ~ label:after {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    left: 8px;
}

.frm-select input:checked ~ label:after {
    opacity: 1;
}

.frm-select label {
    display: block;
    min-height: 20px;
    padding: 0 0 0 36px;
}

.frm-select label:before,
.frm-select label:after {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
    margin: -10px 0 0 -10px;
    border: 1px solid var(--clr-border);
}

.frm-select label:after {
    border: none;
    background: var(--clr-att);
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    opacity: 0;
}

.frm-select a:not(:hover) {
    color: inherit;
}



.frm-main-search .form-input {
    height: 43px;
    padding-right: 50px;
}

.frm-main-search .btn {
    width: 36px;
    height: 39px;
    z-index: 2;
    position: absolute;
    top: 2px;
    right: 2px;
    border-radius: 0 var(--small-radius) var(--small-radius) 0;
}

.frm-popup {
    font-size: 14px;
    line-height: normal;
    color: var(--clr-light);
}

.frm-popup .row-review {
    -ms-flex-align: center;
    align-items: center;
}

.frm-popup .row-review .frm-field {
    width: 50%;
}

.frm-popup .row-center .frm-field-title,
.frm-popup .row-center .form-input {
    text-align: center;
}

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

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

.frm-popup .form-code-wrap {
    display: none;
}

.frm-popup .frm-row,
.frm-popup .frm-row-submit {
    margin: 0;
}

.frm-popup .frm-row-submit {
    color: var(--clr-light);
}

.frm-popup .frm-row-submit.row-sep {
    padding-top: 25px;
}

.frm-popup .frm-row-submit .btn {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}

.frm-popup .frm-row-submit .btn.button-line {
    width: auto;
}

.frm-popup .frm-row-submit .btn.button-clear {
    font-size: 15px;
    font-weight: 600;
}

.frm-popup .row-info {
    padding: 10px 0;
}

.frm-popup .row-soc {
    border-top: 1px solid var(--clr-border);
    padding-top: 30px;
}

.frm-popup .row-soc .frm-field-title {
    text-align: center;
    margin-bottom: 10px;
}

.frm-popup .row-soc .frm-field {
    margin-bottom: 0;
}

.frm-popup .frm-field-soc-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}

.frm-popup .frm-field-soc-buttons .button-soc {
    width: 40px;
    height: 40px;
    margin: 0 6px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.frm-popup .frm-field-soc-buttons .button-soc img,
.frm-popup .frm-field-soc-buttons .button-soc svg {
    max-width: 38px;
    max-height: 38px;
}

.frm-popup .frm-field {
    padding: 0;
    margin-bottom: 22px;
    line-height: normal;
}

.frm-popup .row-half {
    margin-left: -5px;
    margin-right: -5px;
}

.frm-popup .row-half .frm-field {
    padding: 0 5px;
    width: 50%;
    min-width: 0;
}

.frm-popup .row-review .frm-field-title {
    font-weight: bold;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.frm-popup .row-review .frm-field {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.frm-popup .row-review .field-rate-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 45%;
}

.frm-popup .row-review .rate-total {
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: var(--clr-att);
}

.frm-popup .row-actions {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.frm-popup .row-actions .frm-field {
    width: auto;
    max-width: 50%;
    line-height: 20px;
    font-size: 14px;
}

.frm-popup .row-actions .frm-field:last-child {
    text-align: right;
}

.frm-popup .form-input {
    max-width: 100%;
}

.frm-rate-set {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    width: 116px;
    height: 20px;
    line-height: 1;
}

.frm-rate-set:hover .frm-rate {
    background-image: url(../img/icons/rate.svg) !important;
    filter: none;
}

.frm-rate-set:hover .frm-rate:hover ~ .frm-rate {
    background-image: url(../img/icons/rate.svg) !important;
    filter: grayscale(100%);
}

.frm-rate-set .frm-rate {
    display: block;
    width: 24px;
    height: 20px;
    cursor: pointer;
    position: relative;
    background-image: url(../img/icons/rate.svg);
    filter: grayscale(100%);
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 20px auto;
}

.frm-rate-set .frm-rate:last-child {
    margin: 0;
}

.frm-rate-set input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}

.frm-rate-set input:nth-child(1):checked ~ .frm-rate {
    background-image: url(../img/icons/rate.svg);
    filter: none;
}

.frm-rate-set input:nth-child(1):checked ~ .frm-rate ~ .frm-rate {
    background-image: url(../img/icons/rate.svg);
    filter: grayscale(100%);
}

.frm-rate-set input:nth-child(2):checked ~ .frm-rate {
    background-image: url(../img/icons/rate.svg);
    filter: none;
}

.frm-rate-set input:nth-child(2):checked ~ .frm-rate ~ .frm-rate ~ .frm-rate {
    background-image: url(../img/icons/rate.svg);
    filter: grayscale(100%);
}

.frm-rate-set input:nth-child(3):checked ~ .frm-rate {
    background-image: url(../img/icons/rate.svg);
    filter: none;
}

.frm-rate-set input:nth-child(3):checked ~ .frm-rate ~ .frm-rate ~ .frm-rate ~ .frm-rate {
    background-image: url(../img/icons/rate.svg);
    filter: grayscale(100%);
}

.frm-rate-set input:nth-child(4):checked ~ .frm-rate {
    background-image: url(../img/icons/rate.svg);
    filter: none;
}

.frm-rate-set input:nth-child(4):checked ~ .frm-rate ~ .frm-rate ~ .frm-rate ~ .frm-rate ~ .frm-rate {
    background-image: url(../img/icons/rate.svg);
    filter: grayscale(100%);
}

.frm-rate-set input:nth-child(5):checked ~ .frm-rate {
    background-image: url(../img/icons/rate.svg);
    filter: none;
}

@media (max-width: 639px) {
    .frm-popup .row-info {
        padding: 0;
    }

    .frm-popup .frm-field {
        margin-bottom: 20px;
    }
}

@media (max-width: 479px) {
    .frm-popup .row-half .frm-field {
        width: 100%;
    }

    .frm-popup .form-input {
        width: 100%;
    }
}

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

.popup-content-block:after {
    content: "";
    display: none;
    position: absolute;
    bottom: 100%;
    right: 24px;
    pointer-events: none;
    border: 10px solid #000000;
    border-bottom-color: #fff;
}

.js-btn-popup-toggle.active + .js-popup-block {
    display: block !important;
}

#fav-action_header.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 0 -5px 0;
}

.slick-dots li {
    margin: 0 12px 5px 12px;
    margin: 0 1.2rem 5px 1.2rem;
    padding: 0;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.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: 25px;
    width: 2.5rem;
    height: 4px;
    border-radius: 2px;
    background: #d9d9d9;
}

.slick-dots li button:hover,
.slick-dots li button.active {
    background: var(--clr-att);
}

.slick-dots .slick-active button {
    background: var(--clr-att);
}

.tile-many-lines,
.text-many-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

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



.popup-catalog-wrap .menu &gt; li.submenu-item{
                                   /*position: relative;*/
                               }

.popup-catalog-wrap .menu &gt; li a:after {
                                   content: "";
                                   position: absolute;
                                   height: 100%;
                                   width: 10px;
                                   /*background: #34aef3;*/
                                   opacity:0;
                                   right: -10px;
                                   bottom: 0;
                               }

.popup-catalog-wrap .menu &gt; li a:hover:after {
                                   opacity:1;
                               }

a.item-tile-category {
    min-height: 80px;
}

.page-full .actions-wrap &gt; .action-wrap:first-child {
                                  margin-right: 0;
                              }

@media (max-width: 1023px) {
    .elm-hidden-mobile {
        display: none !important;
    }

    .slick-dots li {
        margin-left: 5px;
        margin-right: 5px;
    }

    .slick-dots li button:hover,
    .slick-dots li button.active {
        background-color: #d9d9d9;
    }
}

@media (max-width: 600px) {
    .footer {
        margin-bottom: 107px;
    }
}

@media (min-width: 1024px) {
    .elm-hidden-desktop {
        display: none !important;
    }
}

/* ----------------------------------- *\
			fonts
\* ----------------------------------- */

@font-face {
    font-family: 'Proxima Nova';
    src: url('/local/templates/orenpro/fonts/ProximaNova-Semibold.woff2') format('woff2'), url('/local/templates/orenpro/fonts/ProximaNova-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/local/templates/orenpro/fonts/ProximaNova-Extrabld.woff2') format('woff2'), url('/local/templates/orenpro/fonts/ProximaNova-Extrabld.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/local/templates/orenpro/fonts/ProximaNova-Light.woff2') format('woff2'), url('/local/templates/orenpro/fonts/ProximaNova-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/local/templates/orenpro/fonts/ProximaNova-Regular.woff2') format('woff2'), url('/local/templates/orenpro/fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/local/templates/orenpro/fonts/ProximaNova-Bold.woff2') format('woff2'), url('/local/templates/orenpro/fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* ----------------------------------- *\
			icons
\* ----------------------------------- */

@media (min-width: 1024px) {
    /*.popup-catalog-wrap .popup-content-block {*/
    /*  display: block !important;*/
    /*  transition: all ease 0.6s;*/
    /*  animation: none;*/
    /*}*/
    .popup-catalog-wrap .btn-popup:not(.active)~.popup-content-block {
        transform: translateY(-100%);
        margin-top: -160px;
        pointer-events: none;
        z-index: -999;
        visibility: hidden;
    }
    .popup-catalog-wrap .btn-popup.active~.popup-content-block {
        transform: translateY(0);
        margin-top: 0;
        pointer-events: auto;
    }
}


.catalog-top-slide.not-active {
    opacity: 1!important;
}


/*041224*/
.footer-bottom-panel div.phone-wrap {
    text-align: start;
    padding-left: 22px;
}

.footer-bottom-panel .phone-title span {
    padding-top: 8px;
    font-size: 12px;
}

.d-flex {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.smart-filter-input-container {
    padding: 0 5px;
}

input.form-control {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 32px;
    border-radius: 5px;
    background: #D9D9D9;
    border: none;
    padding: 0 0 0 6px;
    font-size: 16px;
    color: var(--clr-light);
}

.card-tab-box div.features-inner-wrap .more-wrap{
    height: 80px;
    overflow: hidden;
}

.card-tab-box .features-inner-wrap.show-all .more-wrap{
    height: auto;
}
.acor-container {
    margin: 20px 0;
    background-color: #e0e5ec; /* Фон родительского контейнера */
    border-radius: 12px; /* Закругление углов контейнера */
    padding: 20px; /* Отступы внутри контейнера */
    box-shadow: 9px 9px 18px #c6cacc, -9px -9px 18px #ffffff; /* Тени для неоморфизма */
}
.acor-container .acor-body {
    width: calc(100% - 40px);
    margin: 0 auto;
    height: 0;
    color: #000000;
    background-color: #e0e5ec; /* Цвет фона содержимого */
    line-height: 18px;
    padding: 0 30px;
    box-sizing: border-box;
    transition: all 0.5s ease;
    overflow: hidden;
    font-family: Verdana, sans-serif;
    font-size: 16px;
    border-radius: 8px; /* Закругление углов содержимого */
    box-shadow: 6px 6px 12px #c6cacc, -6px -6px 12px #ffffff; /* Тени для неоморфизма */
}
.acor-container .acor-body p {
    margin: 0 0 10px;
}
.acor-container label {
    cursor: pointer;
    background-color: #e0e5ec; /* Цвет фона кнопки */
    display: block;
    padding: 15px 20px; /* Увеличенный отступ для лучшего восприятия */
    width: 100%;
    color: #1d5b94; /* Цвет текста */
    font-weight: 500;
    box-sizing: border-box;
    z-index: 100;
    font-family: Verdana, sans-serif;
    font-size: 18px;
    margin: 0 0 10px;
    border-radius: 8px; /* Закругление углов кнопки */
    box-shadow: 6px 6px 12px #c6cacc, -6px -6px 12px #ffffff; /* Тени для неоморфизма */
    transition: all 0.3s ease; /* Плавный переход */
}
.acor-container label:hover {
    box-shadow: 4px 4px 8px #c6cacc, -4px -4px 8px #ffffff; /* Меньше теней при наведении */
    transform: scale(1.02); /* Лёгкое увеличение */
}
.acor-container input{
    display: none;
}
.acor-container label:before {
    content: '\276F';
    float: right;
}
.acor-container input:checked + label {
    background-color: #d1d9e6; /* Слегка затемнённый фон при активации */
    box-shadow: inset 4px 4px 8px #c6cacc, inset -4px -4px 8px #ffffff; /* Внутренние тени для эффекта "вдавленности" */
    color: #1d5b94;
}
.acor-container input:checked + label:before {
    transition: transform .35s;
    transform: rotate(90deg);
}
.acor-container input:checked + label + .acor-body {
    height: auto;
    margin-top: -2px;
    margin-bottom: 12px;
    color: #000;
    padding: 20px 30px 15px;
    box-shadow: inset 4px 4px 8px #c6cacc, inset -4px -4px 8px #ffffff; /* Внутренние тени для эффекта "вдавленности" */
}