@charset "UTF-8";
/* ----------------------------------- *\
			icons
\* ----------------------------------- */
.i {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.ftitleBold {
    font-family: 'akzidenz-grotesk_proBdCn';
}
.ftitle {
    font-family: 'akzidenz-grotesk_proRgCn';
}
/* ----------------------------------- *\
			main styles
\* ----------------------------------- */
body {
    color: #252525;
    background: #fff;
    font-size: 16px;
    line-height: 1.2;
}
p,
ul,
ol {
    position: relative;
    margin-bottom: 1.2em;
}
p img,
ul img,
ol img {
    max-width: 100%;
}
p:last-child,
ul:last-child,
ol:last-child {
    margin-bottom: 0;
}
li {
    position: relative;
}
a {
    text-decoration: none;
    color: #000;
}
a:hover {
    text-decoration: none;
    color: #95222a;
}
a.link-main,
.link-main {
    text-decoration: none;
    border-bottom: 1px solid;
}
a.link-main:hover,
.link-main:hover {
    border-bottom: none;
}
a.link-main.style-dashed,
.link-main.style-dashed {
    border-bottom-style: dashed;
}
a.link-main.style-dashed:hover,
.link-main.style-dashed:hover {
    border-bottom: none;
}
.link-arrow,
a.link-arrow {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-transform: uppercase;
}
.link-arrow.link-main,
a.link-arrow.link-main {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.link-arrow.link-main:hover,
a.link-arrow.link-main:hover {
    padding-bottom: 1px;
}
.link-arrow:before,
a.link-arrow:before {
    content: "";
    display: block;
    width: 20px;
    height: 16px;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -8px;
    margin-left: 10px;
    background: url(../img/icons/ico-arrow06.svg) center no-repeat;
    background-size: 15px auto;
}
h1,
.h1-title,
h2,
.h2-title,
h3,
.h3-title,
h4,
.h4-title,
h5,
.h5-title,
h6,
.h6-title {
    font-size: 24px;
    line-height: 1.166;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 1em 0;
}
h3,
.h3-title {
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 1em;
    text-transform: none;
}
.title-inner {
    font-weight: 400;
    text-transform: none;
    font-size: 34px;
}
.text-center {
    text-align: center;
}
.text-att {
    color: #000;
}
@media (max-width: 1023px) {
    body {
        font-size: 14px;
    }
    h1,
    .h1-title,
    h2,
    .h2-title {
        font-size: 20px;
    }
    .title-inner {
        font-size: 30px;
    }
}
/* ----------------------------------- *\
		common styles
\* ----------------------------------- */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.js-bg-box {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.js-bg-box .js-bg-photo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.js-bg-box img:not(.js-bg-photo) {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.js-btn-toggle.active + .js-popup-block {
    display: block !important;
}
.js-btn-toggle.active ~ .js-overlay {
    display: block !important;
}
.js-popup-block,
.js-overlay {
    -webkit-animation: fadein ease 0.3s;
    animation: fadein ease 0.3s;
}
.js-tab-block {
    display: none;
    -webkit-animation: fadein ease 0.2s;
    animation: fadein ease 0.2s;
}
.js-tab-block.active {
    display: block;
}
.items-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    min-width: 100%;
}
.item-wrap {
    width: 100%;
    position: relative;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
    display: block;
}
.sl-wrap ~ .sl-wrap {
    display: none;
}
.elm-hidden {
    display: none;
}
@media (max-width: 1023px) {
    .elm-hidden-mobile {
        display: none;
    }
}
@media (min-width: 1024px) {
    .elm-hidden-desktop {
        display: none;
    }
}
/* ----------------------------------- *\
			structura
\* ----------------------------------- */
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-width: 320px;
}
.inner-wrap,
.page {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 0 20px;
    min-width: 320px;
    max-width: 1800px;
    width: 100%;
}
.inner-wrap .inner-wrap,
.page .inner-wrap {
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
}
.inner-wrap .cnt-section,
.page .cnt-section {
    min-width: 0;
}
.page {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.page-inner .header {
    background: #000;
}
.page-inner .side-menu-wrap {
    display: block;
}
.page-inner .main-menu-wrap .btn-action-menu {
    border-bottom: none;
}
.page-inner .page {
    max-width: 1920px;
}
.wrap,
.header,
.nav,
.footer,
.cnt-section {
    position: relative;
    clear: both;
    min-width: 320px;
    width: 100%;
}
.wrap {
    overflow: hidden;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.wrap > .cnt-section {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header,
.footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 1;
    text-align: left;
}
.header ul,
.footer ul,
.header li,
.footer li,
.header p,
.footer p {
    margin: 0;
    padding: 0;
}
.header ul:before,
.footer ul:before,
.header li:before,
.footer li:before,
.header p:before,
.footer p:before {
    display: none;
}
.header a,
.footer a {
    text-decoration: none;
    position: relative;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.footer {
    background: #000;
    font-size: 16px;
    line-height: 1.625em;
    color: #fff;
}
.footer .wrap-main {
    padding-top: 50px;
    padding-bottom: 95px;
    overflow: hidden;
    max-width: 1511px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.footer .footer-inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.footer .menu-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 14px;
    line-height: 20px;
}
.footer .menu-wrap > ul {
    overflow: hidden;
}
.footer .menu-wrap > ul > li {
    float: left;
    width: 50%;
    max-width: 365px;
    padding: 0 20px 0 0;
}
.footer .menu-wrap > ul > li:last-child {
    padding: 0;
}
.footer .menu-wrap > ul ul {
    padding: 12px 0 0 0;
}
.footer .menu-wrap > ul > li > a {
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 0;
}
.footer .menu-wrap a {
    display: block;
    padding: 8px 0 7px 0;
}
.footer .contacts-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 193px;
    flex: 0 0 193px;
    padding: 10px 0 0 30px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.footer .contact-wrap {
    margin: 0 0 22px 0;
}
.footer .subscribe-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 486px;
    flex: 0 0 486px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 70px 140px 0 0;
}
.footer .logo-wrap {
    position: absolute;
    top: 0;
    left: 38px;
    width: 197px;
}
.footer .soc-wrap {
    margin: 35px -14px 0 0;
    overflow: hidden;
}
.footer .soc-wrap:first-child {
    margin-top: 0;
}
.footer .callback-wrap {
    margin: 32px 0 0 0;
    font-size: 14px;
    line-height: 18px;
}
.footer .cnt-title {
    display: block;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    margin: 0;
}
.footer .cnt-phone {
    display: block;
    white-space: nowrap;
    font-size: 18px;
    line-height: 24px;
}
.footer .cnt-phone a {
    color: #fff;
}
.footer .cnt-email {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    margin-top: 12px;
}
.footer .footer-title {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 1.1em 0;
}
.footer .frm-main-subscribe {
    margin-top: 30px;
}
.footer .frm-main-subscribe:first-child {
    margin-top: 0;
}
.footer .frm-main-subscribe a {
    text-decoration: none;
    border-bottom: 1px solid;
}
.footer .frm-main-subscribe a:hover {
    text-decoration: none;
    border-bottom: none;
}
.footer .logo {
    height: 83px;
}
.footer .logo img {
    max-width: 100%;
    max-height: 100%;
    left: 0;
}
.footer .btn-action-ico.button-soc {
    width: 45px;
    height: 45px;
    margin: 0 14px 14px 0;
    float: left;
}
.footer .btn-action-ico.button-up {
    width: 54px;
    height: 55px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -27px;
    z-index: 2;
}
.footer a {
    color: #fff;
}
.footer-bottom-panel {
    background: #625F5A;
    font-size: 14px;
    line-height: 22px;
}
.footer-bottom-panel .inner-wrap {
    max-width: 1511px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 49px;
    padding-bottom: 49px;
}
.footer-bottom-panel .copy-wrap {
    text-transform: uppercase;
    padding-right: 20px;
}
.footer-bottom-panel .actions-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.footer-bottom-panel .link-wrap {
    margin: 0 65px 0 0;
}
.footer-bottom-panel .pays-wrap {
    font-size: 0;
    line-height: 1;
    white-space: nowrap;
}
.footer-bottom-panel .btn-action-ico.button-pay {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 9px;
}
.header {
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header .inner-wrap {
    height: 107px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-left: 0;
    padding-right: 0;
}
.header .logo-wrap {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 242px;
    flex: 0 0 242px;
}
.header .main-menu-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.header .second-menu-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 40px;
}
.header .second-menu-wrap ul {
    margin: 0 auto;
    max-width: 530px;
}
 
.header .action-wrap {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 103px;
    flex: 0 0 103px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.header .action-wrap .btn-action-ico {
    height: 108px;
    width: 100%;
}
.header .cart-wrap {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    position: relative;
}
.header .cart-wrap .btn-action-ico {
    height: 108px;
    width: 100%;
    background: #fff;
}
.header .cart-block {
    display: none;
    background: #F7F7F7;
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    width: 674px;
}
.header .cart-block .item-wrap {
    border-bottom: 1px solid #CBCBCB;
}
.header .cart-block .popup-action-wrap {
    padding: 96px 0 112px 0;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header .cart-block .popup-action-wrap .btn,
.header .cart-block .popup-action-wrap button,
.header .cart-block .popup-action-wrap input[type="submit"] {
    height: 65px;
    padding: 0 30px;
    min-width: 280px;
    font-size: 14px;
    font-weight: 400;
    line-height: 65px;
}
.header .cart-block .popup-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 108px;
    border-bottom: 1px solid #CBCBCB;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 100px 0 140px;
}
.header .cart-block .popup-title-wrap .btn-action-ico.button-cart {
    height: 107px;
    width: 100px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    margin: 0;
}
.header .cart-block .popup-title-wrap .btn-action-ico.button-cart:before {
    background-image: url(../img/icons/ico-cart02.svg);
    background-size: 19px auto;
}
.header .cart-block .popup-title-wrap .btn-action-ico.button-close {
    background: none;
    width: 40px;
    height: 40px;
    top: 56px;
    right: 68px;
    bottom: auto;
    left: auto;
    margin: -20px -20px 0 0;
    z-index: 2;
    position: absolute;
}
.header .cart-block .popup-title {
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #252525;
}
.header .contacts-wrap {
    background: #000;
    height: 108px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-right: 36px;
}
.header .contact-wrap {
    padding: 36px 3px 0 56px;
    white-space: nowrap;
}
.header .contact-wrap:first-child {
    padding-left: 59px;
}
.header .contact-wrap:last-child {
    padding-right: 20px;
}
.header .cnt-title {
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
}
.header .cnt-phone {
    font-size: 18px;
    line-height: 20px;
}
.header .cnt-phone a {
    text-decoration: none;
    color: #fff;
}
.second-menu-wrap {
    font-size: 13px;
    line-height: 20px;
}
.second-menu-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.second-menu-wrap li {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.second-menu-wrap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 107px;
    padding: 0 15px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}
.main-inner-menu-wrap {
    position: static;
    bottom: 0;
    left: 0;
    right: 0;
}
.main-inner-menu-wrap.main-filter-wrap {
    position: static;
    padding: 0;
    margin: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.main-inner-menu-wrap.main-filter-wrap .filter-block {
    display: none;
    position: absolute;
    top: 100%;
    left: 101px;
    right: auto;
    margin: 0;
    z-index: 1200;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.main-inner-menu-wrap.main-filter-wrap .filter-overlay {
    display: none !important;
}
.main-inner-menu-wrap .btn-menu {
    width: 101px;
    height: 109px;
    background: #000;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
}
.main-inner-menu-wrap .btn-menu .btn-action-ico.button-menu:before,
.main-inner-menu-wrap .btn-menu .btn-action-ico.button-menu:after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.main-inner-menu-wrap .btn-menu.active .btn-action-ico.button-menu:after,
.main-inner-menu-wrap .btn-menu.active .btn-action-ico.button-menu:before {
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    margin: -1px 0 0 -15px;
    -webkit-transform: -webkit-rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.main-inner-menu-wrap .btn-menu.active .btn-action-ico.button-menu:before {
    -webkit-transform: -webkit-rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.main-inner-menu-wrap .menu-block {
    display: none;
}
.main-inner-menu-wrap .btn-action-ico.button-menu {
    width: 100%;
    height: 100%;
}
.main-inner-menu-wrap .btn-action-ico.button-menu:before {
    background-image: url(../img/icons/ico-menu03.svg);
    background-size: 44px auto;
}
.main-inner-menu-wrap ul,
.main-inner-menu-wrap li {
    margin: 0;
    padding: 0;
}
.main-inner-menu-wrap ul:before,
.main-inner-menu-wrap li:before {
    display: none;
}
.main-catalog-menu-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    float: left;
    line-height: 1;
}
.main-catalog-menu-wrap .btn-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 108px;
    bottom: 0;
    left: 0;
    width: 101px;
    padding-top: 90px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 10;
	background-color: #000;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.main-catalog-menu-wrap .btn-catalog .cat-title-active {
    display: none;
}
.main-catalog-menu-wrap .cat-button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: -webkit-rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.main-catalog-menu-wrap .cat-button-wrap:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    background: #fff;
}
.main-catalog-menu-wrap .btn-action-ico.button-menu {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}
.main-catalog-menu-wrap .btn-action-ico.button-menu:before {
    background-image: url(../img/icons/ico-menu02.svg);
    background-size: auto 44px;
    -webkit-transform: -webkit-rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.main-catalog-menu-wrap .catalog-block {
    display: none;
}
.main-catalog-menu-wrap ul,
.main-catalog-menu-wrap li {
    margin: 0;
    padding: 0;
}
.main-catalog-menu-wrap ul:before,
.main-catalog-menu-wrap li:before {
    display: none;
}
.main-catalog-menu-wrap .catalog-block {
    display: none;
    position: absolute;
    overflow: auto;
    bottom: 0;
    top: 0;
    left: -200px;
    width: 200px;
    background: #625F5A;
}
.main-catalog-menu-wrap .catalog-block ul ul {
    display: none;
}
.main-catalog-menu-wrap .catalog-block li.open > a,
.main-catalog-menu-wrap .catalog-block a.active {
    background: #84817c;
}
.main-catalog-menu-wrap .catalog-block a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 67px;
    position: relative;
    overflow: hidden;
    padding: 15px 10px 15px 58px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.main-catalog-menu-wrap .catalog-block a:hover,
.main-catalog-menu-wrap .catalog-block a.active {
    background: #84817c;
    text-decoration: none;
    color: #fff;
}
.main-catalog-menu-wrap .catalog-block a:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 19px;
    margin-top: -12px;
    background: url(../img/icons/ico-arrow01.svg) center no-repeat;
    background-size: 14px auto;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.main-catalog-menu-wrap .catalog-block ul ul {
    display: none;
}
.main-catalog-menu-wrap .catalog-block ul ul li:first-child a {
    padding-top: 20px;
}
.main-catalog-menu-wrap .catalog-block ul ul li:last-child a {
    padding-bottom: 20px;
}
.main-catalog-menu-wrap .catalog-block ul ul a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    text-transform: none;
    min-height: 0;
    background: #84817c;
}
.main-catalog-menu-wrap .catalog-block ul ul a:hover,
.main-catalog-menu-wrap .catalog-block ul ul a.active {
    background: #a6a39e;
}
.main-catalog-menu-wrap .catalog-block ul ul a:before {
    opacity: 0;
}
.side-menu-wrap {
    display: none;
}
.side-menu-wrap .btn-action-menu {
    display: none;
}
.side-menu-wrap .menu-block {
    position: absolute;
    top: 100%;
    left: 0;
    width: 242px;
    background: #625F5A;
}
.side-menu-wrap .menu-block li.open > a,
.side-menu-wrap .menu-block a.active {
    background: #84817c;
}
.side-menu-wrap .menu-block a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 67px;
    position: relative;
    overflow: hidden;
    padding: 15px 10px 15px 58px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.side-menu-wrap .menu-block a:hover,
.side-menu-wrap .menu-block a.active {
    background: #84817c;
    text-decoration: none;
    color: #fff;
}
.side-menu-wrap .menu-block a:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 19px;
    margin-top: -12px;
    background: url(../img/icons/ico-arrow01.svg) center no-repeat;
    background-size: 14px auto;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.side-menu-wrap .menu-block ul ul li:first-child a {
    padding-top: 20px;
}
.side-menu-wrap .menu-block ul ul li:last-child a {
    padding-bottom: 20px;
}
.side-menu-wrap .menu-block ul ul a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    text-transform: none;
    min-height: 0;
    background: #84817c;
}
.side-menu-wrap .menu-block ul ul a:hover,
.side-menu-wrap .menu-block ul ul a.active {
    background: #a6a39e;
}
.side-menu-wrap .menu-block ul ul a:before {
    opacity: 0;
}
.side-menu-wrap .btn-action-menu {
    display: none;
}
.side-menu-wrap ul,
.side-menu-wrap li {
    margin: 0;
    padding: 0;
}
.side-menu-wrap ul:before,
.side-menu-wrap li:before {
    display: none;
}
.side-menu-wrap ul ul {
    display: none;
}
.main-filter-wrap {
    position: relative;
    line-height: 1;
}
.main-filter-wrap .filter-block {
    display: none;
    position: absolute;
    top: 100%;
    right: 100px;
    width: 475px;
    z-index: 10;
    background: #F7F7F7;
    padding: 58px 40px 20px 40px;
}
.main-filter-wrap .filter-overlay {
    display: none;
    background: rgba(37, 37, 37, 0.88);
    position: absolute;
    top: 100%;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    z-index: 9;
}
.main-filter-wrap .filter-section {
    margin-bottom: 30px;
}
.main-filter-wrap .filter-section:last-child {
    margin-bottom: 0;
}
.main-filter-wrap .filter-submit {
    display: block;
    position: relative;
    line-height: 1;
    padding: 5px 0 0 0;
}
.main-filter-wrap .filter-submit .btn,
.main-filter-wrap .filter-submit button,
.main-filter-wrap .filter-submit input[type="submit"] {
    min-width: 180px;
}
.main-filter-wrap .section-colors {
    padding-top: 10px;
    overflow: hidden;
    margin: 0 -7px 0 -8px;
}
.main-filter-wrap .section-colors.colors-large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -28px;
    margin-right: -28px;
}
.main-filter-wrap .section-colors.colors-large:last-child {
    margin-bottom: -23px;
}
.main-filter-wrap .section-colors.colors-large .frm-select-color {
    display: block;
}
.main-filter-wrap .section-title {
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
.main-filter-wrap .frm-field-range {
    margin-top: 50px;
}
.main-filter-wrap .frm-select-color {
    float: left;
    margin: 0 1px 1px 0;
}
.main-filter-wrap .frm-select-color.select-large {
    margin: 0 0 10px 0;
    width: 25%;
    padding: 0 10px;
}
.main-filter-wrap ul,
.main-filter-wrap li {
    margin: 0;
    padding: 0;
}
.main-filter-wrap ul:before,
.main-filter-wrap li:before {
    display: none;
}
.lk-side-wrap {
    display: block;
    position: relative;
    line-height: 1;
}
.lk-side-wrap .btn-action-menu {
    display: none;
    position: absolute;
    top: -52px;
    right: 0;
    z-index: 10;
    width: 40px;
    height: 52px;
    padding: 0;
}
.lk-side-wrap .btn-action-menu:not(.active) .btn-action-ico.button-menu:before {
    background: url(../img/icons/ico-menu.svg) center no-repeat;
    background-size: 30px auto;
    -webkit-filter: brightness(1) invert(1);
    filter: brightness(1) invert(1);
}
.lk-side-wrap .btn-action-menu.active .btn-action-ico.button-menu:before,
.lk-side-wrap .btn-action-menu.active .btn-action-ico.button-menu:after {
    background: #252525 !important;
}
.lk-side-wrap .btn-action-menu .btn-action-ico.button-menu {
    position: absolute;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.lk-side-wrap .lk-block {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #F7F7F7;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
}
.lk-side-wrap .lk-block li {
    border-bottom: 1px dashed #C16E6E;
}
.lk-side-wrap .lk-block li:last-child {
    border: none;
}
.lk-side-wrap .lk-block li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 191px;
    padding: 30px 20px 30px 102px;
    line-height: 20px;
    color: #252525;
    position: relative;
    overflow: hidden;
}
.lk-side-wrap .lk-block li a:hover,
.lk-side-wrap .lk-block li a.active {
    color: #C16E6E;
}
.lk-side-wrap .lk-block li a.active .lk-title {
    border-bottom-color: #C16E6E;
}
.lk-side-wrap .lk-title {
    display: inline;
    border-bottom: 1px solid #F7F7F7;
    -webkit-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
}
.lk-side-wrap .lk-ico {
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    left: 40px;
    margin-top: -20px;
}
.lk-side-wrap .lk-ico img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.lk-side-wrap ul,
.lk-side-wrap li {
    margin: 0;
    padding: 0;
}
.lk-side-wrap ul:before,
.lk-side-wrap li:before {
    display: none;
}
.lk-side-wrap .btn,
.lk-side-wrap button,
.lk-side-wrap input[type="submit"] {
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 0 10px;
}
.main-menu-wrap .btn-action-menu {
    height: 108px;
    line-height: 108px;
    border-bottom: 1px solid #fff;
}
.main-menu-wrap .menu-block {
    position: absolute;
    top: 100%;
    left: 242px;
    right: 100px;
    z-index: 10;
    background: #fff;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    max-width: 1578px;
    display: none;
}
.main-menu-wrap .menu-block > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 43px 70px 35px 40px;
    max-width: 1420px;
    margin: 0 0 0 auto;
    width: 100%;
}
.main-menu-wrap .menu-block > ul > li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.main-menu-wrap .menu-block > ul > li > a {
    font-size: 18px;
    font-weight: bold;
}
.main-menu-wrap .menu-block > ul ul {
    padding-top: 10px;
}
.main-menu-wrap .menu-block a {
    display: block;
    padding: 10px 20px;
    color: #252525;
    text-decoration: none;
}
.main-menu-wrap .menu-block a:hover,
.main-menu-wrap .menu-block a.active {
    color: #000;
    text-decoration: none;
}
.main-menu-wrap .menu-second-wrap {
    display: none;
}
.main-menu-wrap .menu-contacts-wrap {
    display: none;
}
.main-menu-wrap ul,
.main-menu-wrap li {
    margin: 0;
    padding: 0;
}
.main-menu-wrap ul:before,
.main-menu-wrap li:before {
    display: none;
}
.logo {
    display: block;
    height: 108px;
    width: 100%;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    background: #000;
}
.logo img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    right: 0;
    margin: auto;
    max-width: 176px;
    max-height: 72px;
}
@media (max-width: 1799px) {
    .header .second-menu-wrap {
        padding: 0;
    }
}
@media (max-width: 1699px) {
    .header .logo-wrap {
        -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    }
    .header .main-menu-wrap {
        -ms-flex-preferred-size: 130px;
        flex-basis: 130px;
    }
    .header .contacts-wrap {
        padding-right: 0;
    }
    .header .contact-wrap {
        padding-left: 20px;
    }
    .header .contact-wrap:first-child {
        padding-left: 30px;
    }
    .header .logo img {
        left: 0;
    }
    .side-menu-wrap .menu-block {
        width: 200px;
    }
    .main-menu-wrap .menu-block {
        left: 200px;
    }
    .main-menu-wrap .btn-action-menu {
        padding-left: 60px;
    }
    .main-menu-wrap .btn-action-menu .btn-action-ico.button-menu {
        left: 10px;
    }
}
@media (max-width: 1499px) {
    .header .actions-wrap {
        -ms-flex-preferred-size: 240px;
        flex-basis: 240px;
    }
    .header .action-wrap {
        -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
    }
}
@media (max-width: 1399px) {
    .footer .logo-wrap {
        left: 30px;
    }
    .lk-side-wrap .lk-block li a {
        min-height: 150px;
        padding-left: 70px;
    }
    .lk-side-wrap .lk-block .lk-ico {
        left: 15px;
    }
    .main-menu-wrap .menu-block {
        padding-left: 20px;
        padding-right: 20px;
        right: 0;
    }
    .main-menu-wrap .menu-block > ul {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .header .contacts-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header .contact-wrap {
        padding: 0 20px;
        height: auto;
        margin-bottom: 10px;
    }
    .header .contact-wrap:first-child,
    .header .contact-wrap:last-child {
        padding: 0 20px;
    }
    .header .contact-wrap:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 1199px) {
    .header .second-menu-wrap {
        display: none;
    }
    .header .main-menu-wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .header .actions-wrap {
        -ms-flex-preferred-size: 180px;
        flex-basis: 180px;
    }
    .header .action-wrap {
        -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
    }
    .main-menu-wrap .menu-block {
        left: 0;
    }
    .main-menu-wrap .menu-second-wrap {
        display: block;
    }
    .footer .subscribe-wrap {
        -ms-flex-preferred-size: 340px;
        flex-basis: 340px;
        font-size: 14px;
        padding-right: 30px;
    }
}
@media (max-width: 1023px) {
    .inner-catalog-show .page-inner .side-menu-wrap {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }
    .inner-catalog-show .page-inner .side-menu-wrap .btn-action-menu {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: auto;
        bottom: auto;
        z-index: 30;
        margin: 0;
        width: 40px;
        height: 40px;
        padding: 0;
    }
    .inner-catalog-show .page-inner .side-menu-wrap .btn-action-menu * {
        display: none;
    }
    .inner-catalog-show .page-inner .side-menu-wrap .btn-action-menu:before,
    .inner-catalog-show .page-inner .side-menu-wrap .btn-action-menu:after {
        content: "";
        display: block;
        width: 30px;
        height: 2px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -1px 0 0 -15px;
        -webkit-transform: -webkit-rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .inner-catalog-show .page-inner .side-menu-wrap .btn-action-menu:before {
        -webkit-transform: -webkit-rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .inner-catalog-show .page-inner .side-menu-wrap .menu-block {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 20;
        display: block;
        width: 100%;
        overflow: auto;
    }
    .page-inner {
        padding-top: 90px;
    }
    .page-inner .side-menu-wrap {
        display: none;
    }
    .main-inner-menu-wrap .btn-menu {
        width: 61px;
    }
    .main-inner-menu-wrap.main-filter-wrap .filter-block {
        left: 61px;
    }
    .main-catalog-menu-wrap .catalog-block {
        top: 60px;
    }
    .main-catalog-menu-wrap .btn-catalog {
        width: 61px;
        top: 60px;
    }
    .main-catalog-menu-wrap .cat-button-wrap:before {
        top: -6px;
    }
    .footer .wrap-main {
        padding-top: 50px;
    }
    .footer .logo-wrap {
        left: 20px;
    }
    .footer .subscribe-wrap {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        padding: 40px 0 0 0;
    }
    .footer .menu-wrap {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .footer .contacts-wrap {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .footer .footer-inner-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer .frm-main-subscribe {
        max-width: 600px;
    }
    .cart-menu-active {
        overflow: hidden;
    }
    .header .cart-wrap .js-btn-toggle.active ~ .js-popup-block {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .header .cart-block {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .header .cart-block .popup-title-wrap {
        width: 100%;
        height: 61px;
        padding: 0 60px 0 80px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .header .cart-block .popup-title-wrap .btn-action-ico.button-cart {
        width: 60px;
        height: 60px;
    }
    .header .cart-block .popup-title-wrap .btn-action-ico.button-close {
        top: 30px;
        width: 60px;
        right: 0;
        margin: -20px 0 0 0;
    }
    .header .cart-block .popup-content-wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        overflow: auto;
    }
    .header .cart-block .popup-content-wrap .item-wrap:last-child {
        border-bottom: none;
    }
    .header .cart-block .popup-action-wrap {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 20px;
        border-top: 1px solid #CBCBCB;
    }
    .header .cart-block .popup-action-wrap .btn,
    .header .cart-block .popup-action-wrap button,
    .header .cart-block .popup-action-wrap input[type="submit"] {
        height: 40px;
        line-height: 40px;
    }
    .header .inner-wrap {
        height: 59px;
    }
    .header .logo-wrap {
        height: 60px;
        -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
    }
    .header .contacts-wrap {
        height: 60px;
    }
    .header .contact-wrap {
        height: 60px;
        padding: 10px 10px 10px 10px;
    }
    .header .actions-wrap {
        height: 60px;
    }
    .header .action-wrap {
        height: 60px;
    }
    .header .action-wrap .btn-action-ico {
        height: 60px;
    }
    .header .cart-wrap {
        -ms-flex-preferred-size: 55px;
        flex-basis: 55px;
        height: 60px;
    }
    .header .cart-wrap .btn-action-ico {
        height: 60px;
    }
    .header .logo {
        height: 60px;
    }
    .header .logo img {
        max-width: 80%;
        max-height: 80%;
    }
    .lk-side-wrap .btn-action-menu {
        display: block;
    }
    .lk-side-wrap .lk-block {
        display: none;
        width: 240px;
        position: absolute;
        top: 100%;
        right: -20px;
        z-index: 20;
    }
    .lk-side-wrap .lk-block li a {
        min-height: 80px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .main-menu-wrap .menu-block {
        padding-left: 0;
        padding-right: 0;
        font-size: 13px;
    }
    .main-menu-wrap .menu-block > ul > li > a {
        font-size: 16px;
        line-height: 19px;
    }
    .main-menu-wrap .btn-action-menu {
        height: 60px;
        line-height: 60px;
    }
    .side-menu-wrap .menu-block {
        max-height: 100vh !important;
    }
}
@media (max-width: 849px) {
    .main-menu-wrap .btn-action-menu {
        padding: 0;
    }
    .main-menu-wrap .btn-action-menu .btn-action-ico.button-menu {
        left: 50%;
        margin-left: -20px;
    }
    .main-menu-wrap .btn-action-menu .menu-title {
        display: none;
    }
}
@media (max-width: 767px) {
    .footer .logo-wrap {
        width: 140px;
    }
    .footer .logo {
        height: 58px;
    }
    .footer .btn-action-ico.button-up {
        width: 40px;
        height: 40px;
        margin-left: -20px;
    }
    .footer-bottom-panel .inner-wrap {
        display: block;
        padding-top: 30px;
    }
    .footer-bottom-panel .actions-wrap {
        display: block;
    }
    .footer-bottom-panel .copy-wrap {
        padding: 0;
        text-align: center;
        margin-bottom: 20px;
    }
    .footer-bottom-panel .link-wrap {
        margin-bottom: 20px;
        margin-right: 0;
        text-align: center;
    }
    .footer-bottom-panel .pays-wrap {
        text-align: center;
    }
    .footer-bottom-panel .btn-action-ico.button-pay {
        margin-left: 4px;
        margin-right: 4px;
    }
    .header .contacts-wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .header .contacts-wrap .contact-wrap {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        text-align: center;
    }
    .header .contacts-wrap .contact-wrap:first-child {
        display: none;
    }
    .header .contacts-wrap .cnt-phone {
        font-size: 14px;
    }
    .header .main-menu-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
    }
    .header .second-menu-wrap {
        display: none;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .header .second-menu-wrap ul {
        display: none;
    }
    .main-menu-wrap .menu-contacts-wrap {
        display: block;
    }
    .main-menu-wrap .menu-block {
        text-align: center;
        overflow: auto;
        max-height: calc(100vh - 60px);
    }
    .main-menu-wrap .menu-block > ul {
        display: block;
    }
    .main-menu-wrap .menu-block > ul > li {
        padding: 40px 0 0 0;
        width: 100%;
    }
    .main-menu-wrap .menu-block > ul > li:first-child {
        padding-top: 0;
    }
    .main-menu-wrap .menu-block > ul ul {
        padding-top: 20px;
    }
    .main-menu-wrap .menu-block a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
@media (max-width: 639px) {
    .main-filter-wrap {
        position: static;
    }
    .main-filter-wrap .filter-block {
        right: -20px;
        left: -20px;
        width: auto;
        padding: 20px 20px;
    }
    .main-filter-wrap .filter-section {
        margin-bottom: 30px;
    }
    .main-filter-wrap .section-title {
        margin-bottom: 20px;
    }
    .main-filter-wrap .frm-field-range {
        margin-top: 0;
    }
    .main-filter-wrap .section-colors {
        padding-top: 0;
    }
    .main-filter-wrap .btn-action-filter {
        display: block;
        width: 135px;
        height: 78px;
        padding: 50px 0 0 0;
        text-align: center;
    }
    .main-filter-wrap .btn-action-filter:before,
    .main-filter-wrap .btn-action-filter:after {
        left: 28px;
        top: 10px;
        margin: 0 0 0 -12px;
    }
    .main-filter-wrap .btn-action-filter .button-title {
        height: 20px;
        line-height: 20px;
        position: absolute;
        width: 55px;
        font-size: 10px;
        bottom: 10px;
        left: 0;
        margin: 0;
    }
    .main-inner-menu-wrap.main-filter-wrap .filter-block {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 109px;
    }
    .main-catalog-menu-wrap {
        top: 59px;
        right: 0;
        height: 0;
    }
    .main-catalog-menu-wrap .btn-catalog {
        top: 0px;
        right: 0;
        width: 100%;
        height: 51px;
        padding: 0;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .main-catalog-menu-wrap .cat-button-wrap:before {
        background: none;
    }
    .main-catalog-menu-wrap .cat-button-wrap {
        -webkit-transform: -webkit-rotate(0);
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    .main-catalog-menu-wrap .cat-button-wrap:before {
        top: -1px;
    }
    .footer .menu-wrap {
        padding: 0;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .footer .contacts-wrap {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .footer .subscribe-wrap {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .catalog-menu-active {
        overflow: hidden;
    }
    .catalog-menu-active .header .side-menu-wrap {
        display: block;
    }
    .catalog-menu-active .main-catalog-menu-wrap .btn-catalog {
        display: block;
        z-index: 110;
        position: fixed;
        top: 0;
        right: 0;
        bottom: auto;
        left: auto;
        width: 55px;
        height: 60px;
        border: none;
        padding: 0;
    }
    .catalog-menu-active .main-catalog-menu-wrap .btn-catalog:before,
    .catalog-menu-active .main-catalog-menu-wrap .btn-catalog:after {
        content: "";
        display: block;
        position: absolute;
        padding: 0;
        min-width: 0;
        width: 20px;
        height: 2px;
        background: #fff;
        margin: -1px 0 0 -10px;
        top: 50%;
        left: 50%;
        right: auto;
        bottom: auto;
        -webkit-transform: -webkit-rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .catalog-menu-active .main-catalog-menu-wrap .btn-catalog:before {
        -webkit-transform: -webkit-rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .catalog-menu-active .main-catalog-menu-wrap .btn-catalog .cat-button-wrap {
        display: none;
    }
    .wrap:not(.page-inner) .header .side-menu-wrap .menu-block {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100;
        width: 100%;
        max-height: 100%;
        overflow: auto;
    }
}
@media (max-width: 559px) {
    .header .contacts-wrap {
        display: none;
    }
    .header .second-menu-wrap {
        display: block;
    }
}
@media (max-width: 479px) {
    .footer .footer-inner-wrap {
        display: block;
    }
    .footer .menu-wrap > ul > li {
        padding-right: 10px;
    }
    .footer .menu-wrap > ul > li > a {
        font-size: 12px;
    }
    .footer .menu-wrap > ul ul {
        padding-top: 5px;
    }
    .footer .contacts-wrap {
        width: 100%;
        padding: 0;
        margin: 40px 0 0 0;
    }
    .header .second-menu-wrap {
        display: none;
    }
    .header .main-menu-wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .header .logo-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
    }
    .header .actions-wrap {
        -ms-flex-preferred-size: 145px;
        flex-basis: 145px;
    }
    .header .action-wrap {
        -ms-flex-preferred-size: 48px;
        flex-basis: 48px;
    }
    .main-filter-wrap .section-colors.colors-large {
        margin-left: -10px;
        margin-right: -10px;
    }
    .main-filter-wrap .section-colors.colors-large .frm-select-color.select-large {
        width: 33.33%;
    }
}
@media (min-width: 640px) {
    .catalog-menu-active .header .side-menu-wrap {
        display: block;
    }
    .catalog-menu-active .main-catalog-menu-wrap {
        left: 200px;
    }
    .catalog-menu-active .main-catalog-menu-wrap .btn-catalog {
        background: #000;
    }
    .catalog-menu-active .main-catalog-menu-wrap .btn-catalog .cat-title {
        display: none;
    }
    .catalog-menu-active .main-catalog-menu-wrap .btn-catalog .cat-title-active {
        display: block;
    }
    .wrap:not(.page-inner) .header .side-menu-wrap .menu-block {
        height: calc(100vh - 60px);
        overflow: auto;
    }
}
@media (min-width: 640px) and (max-width: 1023px) {
    .catalog-menu-active .wrap:not(.page-inner) .side-menu-wrap {
        display: none;
    }
    .catalog-menu-active .wrap:not(.page-inner) .main-catalog-menu-wrap .catalog-block {
        display: block;
    }
}
@media (min-width: 1024px) {
    .page,
    .inner-wrap {
        padding-left: 30px;
        padding-right: 30px;
    }
    .page-inner {
        padding-top: 138px;
    }
    .page-inner .page {
        padding-left: 230px;
        padding-right: 30px;
    }
    .main-menu-wrap li.menu-catalog {
        display: none;
    }
    .main-filter-wrap .filter-block {
        margin-top: 15px;
    }
    .header .cart-wrap .js-btn-toggle.active ~ .js-popup-block {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .header .cart-block {
        height: 100vh;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .header .cart-block .popup-title-wrap {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .header .cart-block .popup-content-wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        overflow: auto;
    }
    .header .cart-block .popup-content-wrap .item-wrap:last-child {
        border-bottom: none;
    }
    .header .cart-block .popup-action-wrap {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-top: 1px solid #CBCBCB;
    }
    .wrap.page-inner .header .side-menu-wrap .menu-block {
        overflow: auto;
    }
    .wrap.page-inner.side-menu-fixed .side-menu-wrap .menu-block {
        position: fixed;
        top: 0;
        max-height: 100vh;
    }
    .wrap:not(.page-inner) .header .side-menu-wrap .menu-block {
        height: calc(100vh - 108px);
        max-height: inherit !important;
    }
}
@media (min-width: 1024px) and (max-width: 1399px) {
    .side-menu-wrap .menu-block a {
        min-height: 50px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 40px;
    }
    .side-menu-wrap .menu-block a:before {
        left: 8px;
    }
}
@media (min-width: 1400px) {
    .page,
    .inner-wrap {
        padding-left: 38px;
        padding-right: 38px;
    }
    .page-inner .page {
        padding-right: 100px;
    }
}
@media (min-width: 1700px) {
    .page-inner .page {
        padding-left: 282px;
    }
    .catalog-menu-active .main-catalog-menu-wrap {
        left: 242px;
    }
}
/* ----------------------------------- *\
			fonts
\* ----------------------------------- */
@font-face {
    font-family: 'akzidenz-grotesk_proBdCn';
    src: url('../fonts/akzidenzgroteskpro-boldcn-webfont.woff2') format('woff2'), url('../fonts/akzidenzgroteskpro-boldcn-webfont.woff') format('woff'), url('../fonts/akzidenzgroteskpro-boldcn-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'akzidenz-grotesk_proRgCn';
    src: url('../fonts/akzidenzgroteskpro-cn-webfont.woff2') format('woff2'), url('../fonts/akzidenzgroteskpro-cn-webfont.woff') format('woff'), url('../fonts/akzidenzgroteskpro-cn-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'als_rublregular';
    src: url('../fonts/rouble-webfont.eot');
    src: url('../fonts/rouble-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/rouble-webfont.woff') format('woff'), url('../fonts/rouble-webfont.ttf') format('truetype'), url('../fonts/rouble-webfont.svg#als_rublregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ----------------------------------- *\
			forms elements styles
\* ----------------------------------- */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="url"] {
    height: 45px;
    border-radius: 4px;
    border: 1px dashed #000;
    padding: 0 10px;
    font-size: 14px;
    color: #252525;
    position: relative;
}
select.inp-second,
textarea.inp-second,
input[type="text"].inp-second,
input[type="password"].inp-second,
input[type="email"].inp-second,
input[type="number"].inp-second,
input[type="range"].inp-second,
input[type="search"].inp-second,
input[type="tel"].inp-second,
input[type="url"].inp-second {
    height: 74px;
    padding: 0 20px 0 45px;
    border-radius: 0;
    border: 1px solid #F7F7F7;
    background-color: #f7f7f7;
    font-size: 14px;
    color: #252525;
}
textarea {
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    resize: none;
}
select {
    display: block;
    width: 100%;
    padding-right: 0;
    background-color: transparent;
    background-image: url(../img/icons/ico-arrow07.svg);
    background-position: right 10px center;
    background-size: 10px auto;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none!important;
    line-height: 1em;
    text-indent: 0.01px;
    -o-text-overflow: '';
    text-overflow: '';
    outline: none;
}
select.inp-second {
    background-size: 20px auto;
    background-position: right 50px center;
}
select::-ms-expand {
    display: none;
}
.btn,
button,
input[type="submit"] {
    height: 52px;
    line-height: 52px;
    padding: 0 24px;
    border: none;
    background: #C16E6E;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
input[type="submit"].dotted-border{
    background: transparent;
    border: 1px dashed #A9A6A4;
    color: #A9A6A4;
}
input[type="submit"].dotted-border:hover{
    background: transparent;
}
.btn.button-main,
button.button-main,
input[type="submit"].button-main {
    height: 65px;
    line-height: 65px;
    padding: 0 30px;
}
.btn:hover,
button:hover,
input[type="submit"]:hover {
    color: #fff;
    text-decoration: none;
    background: #e39090;
}
.btn.button-second,
button.button-second,
input[type="submit"].button-second {
    background: none;
    color: #252525;
}
.btn.button-second:before,
button.button-second:before,
input[type="submit"].button-second:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px dashed #C16E6E;
    -webkit-transition: color ease 0.2s;
    -o-transition: color ease 0.2s;
    transition: color ease 0.2s;
}
.btn.button-second:hover:before,
button.button-second:hover:before,
input[type="submit"].button-second:hover:before {
    border-color: #000;
}
.btn .button-ico,
button .button-ico,
input[type="submit"] .button-ico {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 24px;
    position: relative;
    margin: -2px 15px 0 0;
}
.btn .button-ico img,
button .button-ico img,
input[type="submit"] .button-ico img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.btn .button-title,
button .button-title,
input[type="submit"] .button-title {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.1;
    white-space: normal;
}
.btn-action-ico {
    display: block;
    position: relative;
    overflow: hidden;
    width: 40px;
    height: 40px;
    min-width: 0;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    font-size: 10px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
.btn-action-ico:before,
.btn-action-ico:after,
.btn-action-ico img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.btn-action-ico:before,
.btn-action-ico:after {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px auto;
}
.btn-action-ico.button-close:before {
    background-image: url(../img/icons/ico-close.svg);
    background-size: 20px auto;
}
.btn-action-ico.button-search:before {
    background-image: url(../img/icons/ico-search.svg);
    background-size: 18px auto;
}
.btn-action-ico.button-fav:before {
    background-image: url(../img/icons/ico-fav.svg);
    background-size: 19px auto;
}
.btn-action-ico.button-fav.fav-second:before {
    background-image: url(../img/icons/ico-fav-second.svg);
    background-size: 19px auto;
}
.btn-action-ico.button-fav.fav-second.active:before {
    background-image: url(../img/icons/ico-fav-second-active.svg);
}
.btn-action-ico.button-user:before {
    background-image: url(../img/icons/ico-user.svg);
    background-size: 17px auto;
}
.btn-action-ico.button-cart:before {
    background-image: url(../img/icons/ico-cart.svg);
    background-size: 100% auto;
}
.btn-action-ico.button-cart-cnt:before {
    background-image: url(../img/icons/ico-cart02.svg);
    background-size: 19px auto;
}
.btn-action-ico.button-menu:before {
    background-image: url(../img/icons/ico-menu.svg);
    background-size: 37px auto;
}
.btn-action-ico.button-soc {
    background: #000;
}
.btn-action-ico.button-soc:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}
.btn-action-ico.button-soc img {
    max-width: 19px;
    max-height: 19px;
}
.btn-action-ico.button-pay {
    width: 35px;
    height: 22px;
}
.btn-action-ico.button-up {
    background: #000;
}
.btn-action-ico.button-up:before {
    background-image: url(../img/icons/ico-arrow05.svg);
    background-size: auto 18px;
}
.btn-action-ico.button-up:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}
.btn-action-ico.button-go {
    background: #C16E6E;
    border-radius: 50%;
}
.btn-action-ico.button-go:before {
    background-image: url(../img/icons/ico-arrow02.svg);
    background-size: 35px auto;
}
.btn-action-ico.button-go:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}
.btn-action-ico.button-plus:before {
    background-image: url(../img/icons/ico-plus.svg);
    background-size: 15px auto;
}
.btn-action-ico.button-minus:before {
    background-image: url(../img/icons/ico-minus.svg);
    background-size: 15px auto;
}
.btn-action-ico.button-del:before {
    background-image: url(../img/icons/ico-plus.svg);
    -webkit-transform: -webkit-rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-size: 15px auto;
}
.btn-action-ico.button-del.color-att:before {
    background-image: url(../img/icons/ico-plus-att.svg);
}
.btn-action-play {
    display: block;
    width: 134px;
    height: 134px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    background-color: #C16E6E;
}
.btn-action-play:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/icons/ico-arrow03.svg) center no-repeat;
    background-size: 23px auto;
}
.btn-action-play:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}
.btn-action-more {
    display: block;
    width: 163px;
    height: 163px;
    border-radius: 50%;
    text-align: center;
    line-height: 161px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: #252525;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #000;
}
.btn-action-more:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}
.btn-action-more .button-title {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.1;
    padding: 0 10px;
}
.btn-action-filter {
    display: block;
    clear: both;
    position: relative;
    overflow: hidden;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #252525;
    border: none;
    text-decoration: none;
    white-space: nowrap;
    padding: 0 140px 0 20px;
    height: 78px;
    line-height: 78px;
}
.btn-action-filter:before,
.btn-action-filter:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 100px;
    width: 24px;
    height: 30px;
    margin-top: -15px;
    background: url(../img/icons/ico-filter.svg) center no-repeat;
    background-size: 100% auto;
}
.btn-action-filter:after {
    background-image: url(../img/icons/ico-filter-active.svg);
    opacity: 0;
}
.btn-action-filter .button-title {
    display: block;
    position: relative;
}
.btn-action-filter .button-title:before {
    content: attr(data-title);
}
.btn-action-filter.active .button-title:before {
    content: attr(data-title-hide);
}
.btn-action-filter.active:before {
    opacity: 0;
}
.btn-action-filter.active:after {
    opacity: 1;
}
.btn-action-filter:hover {
    text-decoration: none;
    color: #252525;
}
.btn-action-menu {
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 20px 0 100px;
}
.btn-action-menu.active .btn-action-ico.button-menu:before,
.btn-action-menu.active .btn-action-ico.button-menu:after {
    width: 30px;
    height: 2px;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    background: #fff;
    margin: -1px 0 0 -15px;
    -webkit-transform: -webkit-rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-action-menu.active .btn-action-ico.button-menu:before {
    -webkit-transform: -webkit-rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.btn-action-menu .btn-action-ico.button-menu {
    position: absolute;
    top: 50%;
    left: 40px;
    margin-top: -20px;
}
.btn-action-menu .btn-action-ico.button-menu:before,
.btn-action-menu .btn-action-ico.button-menu:after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.btn-action-menu:hover {
    color: #fff;
}
.owl-item {
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}
.owl-stage-outer,
.owl-stage {
    overflow: hidden;
}
.owl-carousel {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.owl-slider-outer .owl-item {
    opacity: 0;
    -webkit-transition: opacity ease 0.8s;
    -o-transition: opacity ease 0.8s;
    transition: opacity ease 0.8s;
}
.owl-slider-outer .owl-item.active {
    opacity: 1;
}
.owl-slider-outer .owl-item:not(.active) {
    pointer-events: none;
}
.owl-slider-outer .owl-stage,
.owl-slider-outer .owl-stage-outer {
    overflow: visible;
}
.owl-slider-outer .owl-stage:after,
.owl-slider-outer .owl-stage-outer:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}
.owl-slider-numbers-dots .owl-dots {
    counter-reset: button;
}
.owl-slider-numbers-dots .owl-dots:after {
    content: " / " attr(data-count);
    display: inline-block;
    vertical-align: middle;
}
.owl-slider-numbers-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    overflow: hidden;
    position: relative;
    font-size: 1em;
    color: inherit;
    height: auto;
    line-height: inherit;
}
.owl-slider-numbers-dots .owl-dot.active {
    width: auto;
}
.owl-slider-numbers-dots .owl-dot:before {
    content: counter(button);
    counter-increment: button;
}
.owl-prev,
.owl-next,
.owl-dot {
    background: none;
    border: none;
    border-radius: 0;
    min-width: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0;
}
.owl-prev:hover,
.owl-next:hover,
.owl-dot:hover {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.owl-prev,
.owl-next,
.btn-slider-prev,
.btn-slider-next {
    display: block;
    width: 62px;
    height: 62px;
    text-indent: -999px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    background: #F7F7F7;
}
.owl-prev:before,
.owl-next:before,
.btn-slider-prev:before,
.btn-slider-next:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    background: url(../img/icons/ico-arrow01.svg) center no-repeat;
    background-size: 21px auto;
}
.owl-prev:hover,
.owl-next:hover,
.btn-slider-prev:hover,
.btn-slider-next:hover {
    background: #f0f0f0;
}
.owl-prev:before,
.btn-slider-prev:before {
    -webkit-transform: -webkit-rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.owl-dots {
    display: block;
    position: relative;
    width: 100%;
    font-size: 0;
    line-height: 1;
    text-align: center;
}
.owl-dot {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-radius: 50%;
    background: #000;
    opacity: 0.2;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.owl-dot:hover,
.owl-dot.active {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
    background: #000;
}
.frm-req {
    color: #fd3232;
    display: inline;
    margin-left: 3px;
}
.frm-popup {
    padding: 40px;
}
.frm-popup .frm-row-info {
    margin-top: 24px;
    color: #9D9D9D;
    font-size: 14px;
    line-height: 1.2;
}
.frm-popup .frm-row-info .frm-req {
    margin-left: 0;
}
.frm-popup .frm-row-info p {
    margin-bottom: 10px;
}
.frm-popup .frm-row-info p:last-child {
    margin-bottom: 0;
}
.frm-popup .frm-row-info .text-small {
    font-size: 0.8em;
}
.frm-popup .frm-title {
    display: block;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 24px 0;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.frm-popup .frm-ico {
    display: block;
    margin: 0 auto 86px auto;
    width: 58px;
}
.frm-popup .frm-ico img {
    display: block;
    width: 100%;
}
.l-spacer-22 .frm-field,
.frm-popup .frm-field {
    margin-bottom: 25px;
}
.frm-popup .frm-row-submit {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.frm-popup .frm-row-submit .btn,
.frm-popup .frm-row-submit button,
.frm-popup .frm-row-submit input[type="submit"] {
    min-width: 180px;
    padding: 0 42px;
}
.frm-popup .frm-row-submit:after {
    display: none;
}
.frm-popup .frm-field-input {
    background: #fff;
    border: none;
}
.frm-row,
.frm-field,
.frm-row-submit {
    position: relative;
    line-height: 1;
}
.frm-row:after,
.frm-field:after,
.frm-row-submit:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}
.frm-select-ico,
.frm-select-radio,
.frm-select-parameter,
.frm-select-color,
.frm-select {
    position: relative;
    display: block;
    overflow: hidden;
}
.frm-select-ico input,
.frm-select-radio input,
.frm-select-parameter input,
.frm-select-color input,
.frm-select input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
}
.frm-select-ico label,
.frm-select-radio label,
.frm-select-parameter label,
.frm-select-color label,
.frm-select label {
    display: block;
    position: relative;
    cursor: pointer;
}
.frm-select-ico {
    display: block;
    line-height: 1;
    position: relative;
}
.frm-select-ico input:checked ~ label .lbl-ico {
    border-color: #C16E6E;
}
.frm-select-ico input:checked ~ label .lbl-ico img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}
.frm-select-ico label {
    display: block;
    min-height: 88px;
    line-height: 1.5;
    padding: 0 0 0 120px;
    text-align: left;
}
.frm-select-ico .lbl-title {
    display: block;
    font-size: 18px;
    line-height: 1.666;
    font-weight: bold;
    margin: 0 0 6px 0;
}
.frm-select-ico .lbl-info {
    color: #9D9D9D;
    display: block;
}
.frm-select-ico .lbl-ico {
    display: block;
    width: 100px;
    height: 88px;
    border-radius: 5px;
    border: 1px dashed #9D9D9D;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    position: absolute;
    top: 0;
    left: 0;
}
.frm-select-ico .lbl-ico img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 51%;
    max-height: 41%;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.7;
}
.frm-select-radio {
    line-height: 1;
}
.frm-select-radio input:checked ~ label:before {
    border-color: #C16E6E;
}
.frm-select-radio input:checked ~ label:after {
    opacity: 1;
}
.frm-select-radio input:checked ~ label span:before {
    border-color: #E7CECE;
}
.frm-select-radio label {
    display: block;
    line-height: 30px;
    padding: 0 0 0 42px;
}
.frm-select-radio label span {
    position: static;
    display: block;
}
.frm-select-radio label span:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 50%;
    margin: -12px 0 0 -12px;
    border: 1px solid #E8E8E8;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.frm-select-radio label:before,
.frm-select-radio label:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #9D9D9D;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.frm-select-radio label:after {
    width: 6px;
    height: 6px;
    top: 15px;
    left: 15px;
    margin: -3px 0 0 -3px;
    background: #C16E6E;
    border: none;
    opacity: 0;
}
.frm-select {
    font-size: 14px;
    line-height: 1;
    text-align: right;
}
.frm-select.check-plus label:after {
    background-image: url(../img/icons/ico-plus.svg);
    background-size: 10px auto;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.frm-select input:checked ~ label:after {
    opacity: 1;
}
.frm-select label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 39px;
    padding: 3px 54px 3px 0px;
}
.frm-select label:before,
.frm-select label:after {
    content: "";
    display: block;
    width: 39px;
    height: 39px;
    position: absolute;
    top: 0;
    right: 0;
    background: #C16E6E;
}
.frm-select label:after {
    background: url(../img/icons/ico-check.svg) center no-repeat;
    background-size: 18px auto;
    opacity: 0;
}
.frm-select-parameter {
    line-height: 1;
}
.frm-select-parameter label {
    display: block;
    height: 41px;
    line-height: 41px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 0 5px;
    font-size: 16px;
    color: #9D9D9D;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    border: 1px solid #F7F7F7;
    background: #F7F7F7;
    text-align: center;
}
.frm-select-parameter input:checked ~ label {
    background: none;
    color: #000;
    border-color: #C16E6E;
    border-style: dashed;
}
.frm-select-color {
    width: 39px;
    height: 39px;
    position: relative;
    overflow: hidden;
    line-height: 1;
}
.frm-select-color.select-large {
    width: auto;
    height: auto;
    min-width: 70px;
}
.frm-select-color.select-large label {
    height: auto;
    padding-top: 70px;
}
.frm-select-color.select-large label:after {
    width: 70px;
    height: 70px;
    top: 0;
    left: 50%;
    margin: 0 0 0 -35px;
}
.frm-select-color.select-large label .elm-color {
    width: 58px;
    height: 58px;
    top: 6px;
    left: 50%;
    margin: 0 0 0 -29px;
}
.frm-select-color.select-large .color-title {
    display: block;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #252525;
    padding: 0;
    font-weight: 500;
}
.frm-select-color input:checked ~ label:after {
    opacity: 1;
}
.frm-select-color label {
    position: relative;
    width: 100%;
    height: 39px;
}
.frm-select-color label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    border: 1px dashed #C16E6E;
    opacity: 0;
}
.frm-select-color label .elm-color {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 7px;
    left: 7px;
}
.frm-field-range {
    display: block;
    position: relative;
    line-height: 1;
}
.frm-field-range .range-inputs-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 52px 0 0 0;
}
.frm-field-range .range-inputs-wrap label {
    display: block;
    font-size: 14px;
    padding: 0 16px 0 0;
    float: left;
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
}
.frm-field-range .range-inputs-wrap input {
    width: 137px;
    float: left;
    height: 45px;
    text-align: center;
    padding: 0 10px;
}
.frm-main-subscribe {
    display: block;
    position: relative;
    line-height: 1;
}
.frm-main-subscribe .frm-info {
    display: block;
    margin: 17px 0 0 0;
    font-size: 12px;
    line-height: 18px;
}
.frm-main-subscribe .frm-field {
    position: relative;
    padding-top: 10px;
}
.frm-main-subscribe input[type="text"],
.frm-main-subscribe input[type="tel"],
.frm-main-subscribe input[type="email"] {
    height: 32px;
    border: none;
    background: none;
    padding: 0 60px 0 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    font-size: 13px;
}
.frm-main-subscribe .btn,
.frm-main-subscribe button,
.frm-main-subscribe input[type="submit"] {
    width: 70px;
    height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    min-width: 0;
}
.frm-main-subscribe .btn:before,
.frm-main-subscribe button:before,
.frm-main-subscribe input[type="submit"]:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: #fff;
    border-radius: 3px;
}
.frm-main-subscribe .btn:after,
.frm-main-subscribe button:after,
.frm-main-subscribe input[type="submit"]:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/icons/ico-arrow04.svg) center 6px no-repeat;
    background-size: 21px auto;
}
.frm-main-subscribe [placeholder]::-webkit-input-placeholder {
    color: #fff;
}
.frm-main-subscribe [placeholder]:-moz-placeholder {
    color: #fff;
}
.frm-main-subscribe [placeholder]::-moz-placeholder {
    color: #fff;
}
.frm-main-subscribe [placeholder]:-ms-input-placeholder {
    color: #fff;
}
.frm-counter {
    display: block;
    width: 164px;
    height: 61px;
    position: relative;
    overflow: hidden;
    line-height: 1;
    padding: 0 52px;
    background: #F7F7F7;
}
.frm-counter .btn-action-ico {
    width: 52px;
    height: 61px;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #eee;
}
.frm-counter .btn-action-ico.button-plus {
    left: auto;
    right: 0;
    border-right: none;
    border-left: 1px solid #eee;
}
.frm-counter input[type="text"],
.frm-counter input[type] {
    display: block;
    height: 61px;
    text-align: center;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    font-size: 16px;
}
.frm-field-input {
    display: block;
    position: relative;
    line-height: 1;
    overflow: hidden;
    z-index: 2;
    background: #F7F7F7;
}
.frm-field-input.field-light {
    background: #fff;
}
.frm-field-input.inp-active label,
.frm-field-input.inp-valid label {
    opacity: 0;
    z-index: -1;
}
.frm-field-input input,
.frm-field-input select {
    background-color: transparent !important;
    z-index: 2;
    position: relative;
}
.frm-field-input input[required] ~ label:after,
.frm-field-input input.inp-required ~ label:after {
    content: " *";
    color: #fd3232;
    margin-left: 4px;
}
.frm-field-input label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px 0 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #9d9d9d;
}
.ui-dialog {
    width: 600px !important;
    left: 50% !important;
    margin-left: -300px;
}
body .ui-tooltip {
    font-size: 12px;
    line-height: 14px;
    color: #000;
    padding: 10px;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
body .ui-widget-overlay {
    background: rgba(0, 0, 0, 0.51);
}
body .ui-dialog {
    padding: 0;
    background: #F7F7F7;
}
body .ui-dialog .ui-dialog-titlebar {
    padding: 0;
    margin: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    display: none;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    position: absolute;
    z-index: 99;
    min-width: 0;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before,
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -10px;
    -webkit-transform: -webkit-rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #000;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
    -webkit-transform: -webkit-rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
body .ui-dialog .ui-dialog-content {
    padding: 0;
}
body .ui-slider {
    height: 1px;
    background: #252525;
}
body .ui-slider .ui-slider-range {
    background: #C16E6E;
}
body .ui-slider .ui-slider-handle {
    width: 12px;
    height: 19px;
    background: #000;
    border-radius: 6px;
    border: none;
    top: 0;
    margin-top: -9px;
    margin-left: -6px;
    cursor: pointer;
}
body .ui-slider .ui-slider-handle ~ .ui-slider-handle {
    background: #C16E6E;
}
@media (max-width: 1199px) {
    .btn-action-more {
        width: 120px;
        height: 120px;
        line-height: 118px;
        font-size: 12px;
    }
}
@media (max-width: 1023px) {
    body .mgo-mcw__leadgen-popup {
        width: 300px;
        padding-top: 30px;
        padding-bottom: 24px;
        right: -120px !important;
        right: -14vh !important;
    }
    body .mgo-mcw__leadgen-popup .mgo-mcw__leadgen-header {
        margin-bottom: 10px;
    }
    body .mgo-mcw__leadgen-popup .mgo-mcw__leadgen-phone-form {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    body .mgo-mcw__leadgen-popup .mgo-mcw__leadgen-copyright {
        bottom: 10px;
    }
    select.inp-second,
    textarea.inp-second,
    input[type="text"].inp-second,
    input[type="password"].inp-second,
    input[type="email"].inp-second,
    input[type="number"].inp-second,
    input[type="range"].inp-second,
    input[type="search"].inp-second,
    input[type="tel"].inp-second,
    input[type="url"].inp-second {
        padding-left: 20px;
        height: 40px;
        font-size: 14px;
    }
    select.inp-second {
        background-position: right 10px center;
        background-size: 14px auto;
    }
    .frm-popup .frm-field {
        margin-bottom: 10px;
    }
    .frm-field-input label {
        padding-left: 20px;
    }
    .frm-field-range .range-inputs-wrap {
        margin-top: 20px;
    }
    .frm-select-ico {
        font-size: 14px;
    }
    .frm-select-ico .lbl-title {
        font-size: 14px;
    }
    .frm-select-ico label {
        padding-left: 80px;
        min-height: 60px;
    }
    .frm-select-ico .lbl-ico {
        width: 60px;
        height: 60px;
    }
    .frm-counter {
        width: 120px;
        height: 40px;
        padding: 0 30px;
    }
    .frm-counter .btn-action-ico.button-plus,
    .frm-counter .btn-action-ico.button-minus {
        width: 30px;
        height: 40px;
    }
    .frm-counter .btn-action-ico.button-plus:before,
    .frm-counter .btn-action-ico.button-minus:before {
        background-size: 11px auto;
    }
    .frm-counter input[type="text"],
    .frm-counter input[type] {
        height: 40px;
    }
}
@media (max-width: 639px) {
    .frm-popup {
        padding-left: 15px;
        padding-right: 15px;
    }
    .frm-popup .frm-title {
        font-size: 18px;
        line-height: 22px;
    }
    .frm-popup .frm-row-submit .btn,
    .frm-popup .frm-row-submit button,
    .frm-popup .frm-row-submit input[type="submit"] {
        width: 100%;
        padding: 0 10px;
    }
    .frm-popup .frm-row-submit .button-wrap {
        width: 100%;
    }
    .ui-dialog {
        width: 320px !important;
        margin-left: -160px;
    }
}
@media (max-width: 399px) {
    .frm-field-range .range-inputs-wrap {
        margin-top: 0px;
    }
    .frm-field-range .range-inputs-wrap label {
        width: 100px;
    }
}
/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-blank {
    background-image: url(../img/spr.png);
    background-position: 0px 0px;
    width: 1px;
    height: 1px;
}
/* ----------------------------------- *\
			items styles
\* ----------------------------------- */
.item-popup-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 40px 0 42px 133px;
    min-height: 140px;
    font-size: 16px;
    color: #252525;
    text-align: left;
    text-decoration: none;
    line-height: 1.5;
}
.item-popup-cart .cart-photo {
    display: block;
    width: 122px;
    height: 140px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -70px;
}
.item-popup-cart .cart-photo img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
}
.item-popup-cart .cart-info-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    padding: 12px 10px 0 0;
    display: block;
}
.item-popup-cart .cart-price-wrap {
    display: block;
    overflow: hidden;
    padding: 22px 30px 0 0;
    min-width: 156px;
}
.item-popup-cart .cart-title {
    margin: 0 0 34px 0;
    display: block;
}
.item-popup-cart .price-title {
    margin: 0 0 10px 0;
    display: block;
}
.item-popup-cart .cart-features-wrap {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.item-popup-cart .f-wrap {
    display: block;
    padding: 0 0px 12px 0;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
    width: 100%;
}
.item-popup-cart .f-value {
    display: inline;
    color: #9D9D9D;
}
.item-popup-cart .elm-price {
    font-size: 36px;
    line-height: 1;
}
.item-popup-cart .elm-price.price-old {
    font-size: 14px;
}
.item-order-main {
    display: block;
    position: relative;
    line-height: 20px;
    overflow: hidden;
    border: 1px dashed #9D9D9D;
    font-size: 14px;
}
.item-order-main .order-outer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 20px 50px 136px;
    position: relative;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.item-order-main .order-photo-wrap {
    display: block;
    width: 90px;
    height: 90px;
    position: absolute;
    top: 50%;
    left: 45px;
    margin-top: -45px;
    line-height: 1;
}
.item-order-main .order-total-wrap {
    border-top: 1px dashed #9D9D9D;
    padding: 25px 44px;
    text-align: right;
}
.item-order-main .order-features-wrap {
    display: block;
    position: relative;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    max-width: 310px;
}
.item-order-main .order-info-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 30px 0 0;
}
.item-order-main .order-inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 464px;
}
.item-order-main .order-price-wrap {
    min-width: 140px;
}
.item-order-main .f-wrap {
    margin-bottom: 6px;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
    display: block;
}
.item-order-main .f-title {
    display: inline;
}
.item-order-main .f-value {
    display: inline;
    color: #9D9D9D;
}
.item-order-main .order-photo {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 90px;
    line-height: 1;
}
.item-order-main .order-photo img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.item-order-main .order-title {
    display: block;
    font-size: 16px;
    line-height: 1.875;
    margin-bottom: 14px;
}
.item-order-main .order-price {
    white-space: nowrap;
}
.item-order-main .button-del {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -20px;
}
.item-order-main .frm-counter {
    background: #fff;
}
.item-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 36px 0 47px 174px;
    min-height: 266px;
    line-height: 1.875;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.item-cart .btn-action-ico.button-del {
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: -15px;
    margin-top: -20px;
}
.item-cart .cart-info-wrap {
    padding-top: 10px;
    padding-right: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 514px;
}
.item-cart .cart-inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.item-cart .cart-photo-wrap {
    width: 110px;
    height: 110px;
    position: absolute;
    top: 50%;
    left: 34px;
    line-height: 1;
    overflow: hidden;
    margin-top: -55px;
}
.item-cart .cart-price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 24px;
}
.item-cart .cart-counter-wrap {
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
}
.item-cart .price-title {
    padding: 0 24px 0 0;
}
.item-cart .price-wrap {
    padding-top: 4px;
}
.item-cart .elm-price {
    font-size: 2.25em;
    line-height: 1;
    display: block;
}
.item-cart .elm-price.price-old {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}
.item-cart .cart-photo {
    display: block;
    width: 100%;
    height: 110px;
    position: relative;
    overflow: hidden;
    line-height: 1;
}
.item-cart .cart-photo img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.item-cart .cart-title {
    margin-bottom: 30px;
}
.item-cart .cart-features-wrap {
    display: block;
    position: relative;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    max-width: 360px;
}
.item-cart .f-wrap {
    margin-bottom: 6px;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
    display: block;
}
.item-cart .f-title {
    display: inline;
}
.item-cart .f-value {
    display: inline;
    color: #9D9D9D;
}
.elm-status {
    display: inline;
}
.elm-status.st-green {
    color: #6fa130;
}
.elm-status.st-red {
    color: #f00;
}
.elm-row-total {
    line-height: 1.875;
    display: block;
    position: relative;
}
.elm-row-total .row-title,
.elm-row-total .row-value {
    display: inline;
    vertical-align: top;
}
.elm-row-total .val-main {
    font-size: 2.25em;
    vertical-align: top;
    margin-left: 10px;
    position: relative;
    top: -7px;
    text-transform: uppercase;
}
.item-order {
    display: block;
    position: relative;
    overflow: hidden;
    background: #F7F7F7;
}
.item-order .order-total-wrap {
    margin: 70px 0 0 0;
    text-align: right;
}
.item-order .total-inner-wrap {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.item-order .elm-row-total {
    margin-bottom: 20px;
}
.item-order .elm-row-total.row-main {
    margin-bottom: -15px;
}
.item-order .order-block {
    display: none;
    padding: 10px 40px 30px 50px;
    line-height: 1.875;
}
.item-order .list-box {
    margin: 0;
}
.item-order .list-box.type-clear li {
    border-bottom-color: #f7f7f7;
}
.item-order .list-box.type-clear li .list-value {
    -ms-flex-preferred-size: 760px;
    flex-basis: 760px;
    max-width: 64%;
    min-width: 0;
}
.item-order .list-box li {
    padding: 6px 0;
    min-height: 48px;
    border-color: #EDEDED;
}
.item-order .list-box li .list-value {
    -ms-flex-preferred-size: 38%;
    flex-basis: 38%;
    min-width: 300px;
    max-width: inherit;
}
.item-order .list-box .list-title {
    color: #252525;
    padding-left: 0;
}
.item-order .list-box .list-title:before {
    display: none;
}
.item-order .title-wrap {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 15px;
    margin-top: 44px;
}
.item-order .title-wrap + .list-box li:first-child .list-value {
    padding-right: 50px;
}
.item-order .title-wrap .h3-title {
    margin: 0;
}
.item-order .order-count {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 25px 0 0 0;
    color: #000;
    float: left;
}
.item-order .btn-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 85px;
    padding: 15px 50px 15px 50px;
    font-size: 16px;
    line-height: 20px;
    color: #252525;
    text-decoration: none;
}
.item-order .btn-order:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 42px;
    right: 54px;
    margin-top: -20px;
    margin-right: -20px;
    -webkit-transition: -webkit-transform ease 0.2s;
    transition: -webkit-transform ease 0.2s;
    -o-transition: transform ease 0.2s;
    transition: transform ease 0.2s;
    transition: transform ease 0.2s, -webkit-transform ease 0.2s;
    background: url(../img/icons/ico-arrow07.svg) center no-repeat;
    background-size: 20px auto;
}
.item-order .btn-order .button-title {
    display: inline-block;
    vertical-align: middle;
}
.item-order .btn-order .button-title span {
    display: inline;
    border-bottom: 1px solid #F7F7F7;
    -webkit-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
}
.item-order .btn-order:hover,
.item-order .btn-order.active {
    color: #000;
    text-decoration: none;
}
.item-order .btn-order.active .button-title span {
    border-bottom-color: #000;
}
.item-order .btn-order.active:before {
    -webkit-transform: -webkit-rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.item-order .h3-title {
    font-size: 18px;
    line-height: 1.666;
    margin-bottom: -12px;
    margin-top: 2.4em;
}
.item-order .h3-title:first-child {
    margin-top: 0;
}
.item-accessories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 12px 40px 12px 0;
    min-height: 74px;
    line-height: 1.875;
    text-align: left;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.item-accessories .acc-title-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 770px;
}
.item-accessories .acc-info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 358px;
    flex: 0 0 358px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.item-accessories .acc-price {
    width: 140px;
    padding: 0 20px 0 0;
    overflow: hidden;
    display: block;
    position: relative;
    font-size: 18px;
}
.item-accessories .acc-pic {
    display: block;
    width: 118px;
    height: 50px;
    position: relative;
    overflow: hidden;
}
.item-accessories .acc-pic img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.item-accessories .acc-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px 0 0;
}
.item-accessories .acc-number {
    color: #9D9D9D;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    padding-right: 15px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    overflow: hidden;
    max-width: 200px;
}
.item-accessories .btn-action-ico.button-cart-cnt {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -20px;
}
.item-accessories .btn-action-ico.button-cart-cnt:before {
    background-position: right center;
}
.elm-price {
    display: block;
    position: relative;
    line-height: 1;
    color: #252525;
    font-size: 30px;
}
.elm-price.price-old {
    display: inline-block;
    position: relative;
    color: #9D9D9D;
    font-size: 14px;
    line-height: 1;
}
.elm-price.price-old:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #9D9D9D;
}
.elm-price:after {
    content: "a";
    font-family: 'als_rublregular' !important;
    text-transform: none !important;
}
.item-photo {
    display: block;
    position: relative;
    background-color: #000;
    line-height: 1;
    overflow: hidden;
}
.item-photo:before {
    content: "";
    display: block;
    padding-top: 82.8%;
}
.item-location {
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 100%;
    padding: 60px 40px 120px 60px;
    line-height: 2.2;
    border: 1px dashed #C16E6E;
    color: #9D9D9D;
}
.item-location .location-title {
    font-size: 18px;
    line-height: 1.9em;
    margin-bottom: 0.1em;
    font-weight: 500;
    text-transform: none;
    color: #252525;
}
.item-location .text-wrap a {
    color: #9D9D9D;
}
.item-location .text-wrap a:hover {
    color: #000;
}
.item-location .link-wrap {
    position: absolute;
    line-height: 1.2;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 40px 70px 60px;
    font-size: 13px;
    text-transform: uppercase;
}
.item-location p {
    margin-bottom: 1.7em;
}
.item-location p:last-child {
    margin-bottom: 0;
}
.elm-row-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    line-height: 1.875;
}
.elm-row-info .row-title {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    color: #000;
    font-weight: 500;
    font-size: inherit;
}
.elm-row-info .row-value {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.elm-row-info .value-item {
    margin: 0 30px 20px 0;
}
.elm-row-info .val-title {
    font-size: 13px;
    color: #9D9D9D;
}
.elm-row-info .val-title.title-dark {
    color: #252525;
}
.elm-row-info .val-text {
    font-weight: 500;
}
.elm-row-info a {
    color: #252525;
    text-decoration: none;
}
.elm-row-info a:hover {
    color: #000;
}
.item-tile-refresh {
    min-height: 100%;
    background: #F7F7F7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    color: #252525;
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.item-tile-refresh:hover {
    color: #252525;
}
.item-tile-refresh .tile-title {
    display: block;
    margin: 30px 0 0 0;
}
.item-tile-refresh .tile-title:first-child {
    margin-top: 0;
}
.item-tile-refresh .tile-ico {
    display: block;
    width: 100px;
    line-height: 1;
    margin: 0 auto;
}
.item-tile-refresh .tile-ico img {
    display: block;
    width: 100%;
}
.item-article {
    display: block;
    position: relative;
    overflow: hidden;
    height: 353px;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    color: #252525;
    text-decoration: none;
    background: #000;
}
.item-article:before {
    content: "";
    display: block;
    z-index: 3;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #252525;
}
.item-article:hover {
    color: #fff;
    text-decoration: none;
}
.item-article:hover .art-text-wrap {
    background: rgba(22, 22, 22, 0.71);
}
.item-article:hover:before {
    opacity: 0;
}
.item-article .art-text-wrap {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: absolute;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 20px 70px;
}
.item-article .art-title {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    position: relative;
    min-height: 72px;
    max-height: 96px;
    margin: 0 0 16px 0;
    max-width: 370px;
}
.item-article .art-text {
    display: block;
    max-height: 120px;
    position: relative;
    overflow: hidden;
    max-width: 390px;
}
.item-article .art-date {
    float: left;
    font-size: 12px;
    line-height: 24px;
    display: block;
    position: absolute;
    bottom: 34px;
    right: 46px;
}
.item-article p {
    margin: 0;
}
.item-about {
    position: relative;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.875;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    color: #fff;
    text-decoration: none;
    min-height: 100vh;
}
.item-about .about-title-wrap {
    padding: 62px 30px 40px 78px;
}
.item-about .about-text-wrap {
    padding-left: 40%;
    padding-right: 100px;
    padding-bottom: 160px;
}
.item-about .about-text-wrap p {
    max-width: 400px;
}
.item-about .about-link {
    display: block;
    float: left;
    position: absolute;
    bottom: 62px;
    right: 100px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    z-index: 3;
}
.item-about .about-title {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 2;
    margin-bottom: 165px;
}
.item-about .about-subtitle {
    display: block;
    position: relative;
    z-index: 2;
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin: 30px 0 0 0;
    padding-left: 96px;
}
.item-about .about-main-title {
    font-size: 96px;
    line-height: 112px;
    text-transform: uppercase;
    font-weight: 900;
    position: relative;
    padding: 0 0 0 92px;
}
.item-about .about-main-title:before {
    content: "";
    display: block;
    width: 67px;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    background-color: #fff;
    z-index: 2;
}
.item-about .about-main-title .title-text {
    display: block;
    position: relative;
    z-index: 2;
}
.item-about .about-main-title:after {
    content: attr(data-title);
    display: block;
    font-size: 288px;
    line-height: 337px;
    color: #141317;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -168px;
    white-space: nowrap;
}
.item-about p {
    margin-bottom: 2.2em;
}
.item-about p:last-child {
    margin-bottom: 0;
}
.item-new {
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    text-align: left;
    background-color: #000;
}
.item-new:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
    color: #fff;
}
.item-new .new-title-wrap {
    display: block;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px 15% 20%;
}
.item-new .new-date-wrap {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    padding: 15% 37px 0 20px;
    text-align: right;
}
.item-new .new-date {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.item-new .new-title {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}
.item-new:before {
    content: "";
    display: block;
    padding-top: 104%;
}
.item-new.new-col:before {
    padding-top: 208%;
}
.item-new.new-col .elm-color {
    top: 7.5%;
}
.item-new.new-row:before {
    padding-top: 52%;
}
.item-new.new-row .new-date-wrap {
    padding-top: 7.5%;
}
.item-new.new-row .new-title-wrap {
    padding-bottom: 7.5%;
    padding-left: 10%;
    max-width: 50%;
}
.item-new.new-row .elm-color {
    top: 13%;
    left: 10%;
}
.item-new p {
    margin: 0;
}
.item-new .elm-color {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 14%;
    left: 20%;
    z-index: 2;
}
.label-sticker {
    display: flex;
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    width: calc(100% - 30px);
    flex-flow: wrap;
}
.label-sticker span {
    padding-right: 5px;
    border-right: 1px dashed #cdcdcd;
    margin-right: 5px;
    white-space: nowrap;
    margin: 0 5px 10px 0;
}
.label-sticker span:last-child {
    border: none;
    margin: 0;
    padding: 0;
}
.card-inner-wrap {
    position: relative;
}
.card-inner-wrap .label-sticker {
    left: 0;
    top: -26px;
    width: 100%;
}
.elm-sticker {
    width: 96px;
    height: 96px;
    border: 1px solid #C16E6E;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 96px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
.elm-sticker:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #C16E6E;
    margin: -40px 0 0 -40px;
}
.elm-sticker .st-title {
    display: block;
    position: relative;
    z-index: 2;
}
.elm-color {
    display: block;
    width: 9px;
    height: 9px;
    position: relative;
    overflow: hidden;
    line-height: 1;
    text-decoration: none;
    border-radius: 50%;
}
.elm-color img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.item-catalog {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    line-height: 1.1875;
    text-transform: uppercase;
    font-weight: 300;
    text-decoration: none;
    color: #252525;
    margin: 0 auto;
}
.item-catalog .cat-photo-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    background: #F7F7F7;
    height: 440px;
    padding: 52px;
}
.item-catalog .cat-info-wrap {
    display: block;
    padding: 10px 0px 0 0px;
    margin: 0 auto;
    max-width: 304px;
}
.item-catalog .cat-photo {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 52px;
    bottom: 52px;
    left: 52px;
    right: 52px;
}
.item-catalog .cat-photo img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.item-catalog .cat-colors {
    width: 9px;
    line-height: 1;
    position: absolute;
    top: 52px;
    left: 20px;
}
.item-catalog .elm-color {
    display: block;
    margin: 0 0 10px 0;
}
.item-catalog .cat-title {
    display: block;
    font-size: 1em;
    line-height: inherit;
    text-transform: uppercase;
    font-weight: 300;
    color: #252525;
    text-align: center;
    margin: 0;
}
.item-catalog .cat-price {
    display: block;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    margin: 10px 0 0 0;
}
.item-catalog .elm-sticker {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -118px;
    margin-left: 30px;
}
.item-catalog a {
    color: #252525;
    text-decoration: none;
    display: block;
}
.item-catalog p {
    margin: 0;
}
@media (max-width: 1599px) {
    .item-location {
        padding: 40px 40px 80px 40px;
    }
    .item-location .link-wrap {
        padding-left: 40px;
        padding-bottom: 40px;
    }
    .item-about .about-text-wrap {
        padding-left: 30%;
    }
    .item-about .about-main-title:after {
        font-size: 240px;
    }
}
@media (max-width: 1399px) {
    .item-cart {
        padding-top: 25px;
        padding-bottom: 25px;
        min-height: 160px;
    }
    .item-cart .cart-inner-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
    }
    .item-cart .cart-counter-wrap {
        padding: 10px 0 20px 0;
    }
    .item-cart .cart-price-wrap {
        padding: 0;
    }
    .item-cart .elm-price {
        font-size: 1.5em;
    }
    .item-location {
        padding: 30px 30px 60px 30px;
    }
    .item-location .link-wrap {
        padding-bottom: 30px;
        padding-left: 30px;
    }
    .item-location p {
        margin-bottom: 1em;
    }
    .item-about .about-main-title {
        font-size: 80px;
    }
    .item-about .about-main-title:after {
        font-size: 200px;
    }
    .item-new .new-date-wrap,
    .item-new .new-title-wrap {
        padding: 20px 30px;
    }
    .item-new.new-row .new-date-wrap,
    .item-new.new-row .new-title-wrap {
        padding: 20px 30px;
    }
    .item-new.new-row .new-title-wrap {
        max-width: 60%;
    }
    .item-new.new-row .elm-color {
        top: 20px;
        left: 30px;
    }
    .item-new.new-col .elm-color {
        top: 20px;
        left: 30px;
    }
    .item-new .elm-color {
        top: 20px;
        left: 30px;
    }
}
@media (max-width: 1199px) {
    .item-order .btn-order {
        padding-left: 30px;
    }
    .item-order .order-block {
        padding-left: 30px;
        padding-right: 30px;
    }
    .item-about .about-title {
        margin-bottom: 80px;
    }
    .item-about .about-text-wrap {
        padding-left: 170px;
    }
    .item-new .new-title {
        font-size: 16px;
        line-height: 20px;
    }
}
@media (max-width: 1023px) {
    .item-popup-cart {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .item-popup-cart .cart-title {
        margin-bottom: 20px;
    }
    .item-order-main .order-outer-wrap {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 100px;
    }
    .item-order-main .order-photo-wrap {
        width: 80px;
        height: 80px;
        left: 10px;
        margin-top: -40px;
    }
    .item-order-main .order-photo {
        height: 80px;
    }
    .item-order-main .button-del {
        left: auto;
        right: 0;
        top: 0;
        margin: 0;
        z-index: 2;
    }
    .item-order .btn-order {
        min-height: 50px;
        padding: 10px 40px 10px 20px;
    }
    .item-order .btn-order:before {
        right: 0;
        top: 25px;
        margin: -20px 0 0 0;
    }
    .item-order .order-block {
        padding: 10px 20px 30px 20px;
    }
    .item-order .title-wrap {
        margin-top: 30px;
        padding-right: 0px;
        padding-bottom: 10px;
    }
    .item-order .title-wrap + .list-box li:first-child .list-value {
        padding-right: 0;
    }
    .item-order .order-count {
        padding: 0;
        margin: 0;
        position: static;
        float: none;
        text-align: right;
    }
    .item-order .order-total-wrap {
        margin-top: 40px;
    }
    .item-order .h3-title {
        font-size: 16px;
    }
    .item-article .art-text-wrap {
        padding-left: 40px;
        padding-right: 40px;
    }
    .item-about .about-title-wrap {
        padding: 60px;
    }
    .item-about .about-title {
        margin-bottom: 50px;
    }
    .item-about .about-text-wrap {
        padding-left: 60px;
        padding-right: 60px;
    }
    .item-about .about-main-title {
        font-size: 60px;
        padding-left: 60px;
    }
    .item-about .about-main-title:before {
        width: 40px;
    }
    .item-about .about-main-title:after {
        font-size: 120px;
    }
    .item-about .about-subtitle {
        margin-top: 30px;
        padding-left: 0;
    }
    .item-new .new-title-wrap,
    .item-new .new-date-wrap {
        padding: 15px;
    }
    .item-new .elm-color {
        left: 15px;
        top: 15px;
    }
    .item-new.new-row .new-title-wrap,
    .item-new.new-row .new-date-wrap {
        padding: 15px;
    }
    .item-new.new-row .elm-color {
        left: 15px;
        top: 15px;
    }
    .item-new.new-col .new-title-wrap,
    .item-new.new-col .new-date-wrap {
        padding: 15px;
    }
    .item-new.new-col .elm-color {
        left: 15px;
        top: 15px;
    }
}
@media (max-width: 767px) {
    .item-popup-cart {
        font-size: 14px;
    }
    .item-popup-cart .elm-price {
        font-size: 24px;
    }
    .item-order-main .order-inner-wrap {
        -ms-flex-preferred-size: 160px;
        flex-basis: 160px;
        min-width: 160px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 20px;
    }
    .item-order-main .order-price-wrap {
        min-width: 0;
        margin-top: 20px;
    }
    .item-cart {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 130px;
    }
    .item-cart .btn-action-ico.button-del {
        left: auto;
        right: 0;
        margin: 0;
        top: 0;
    }
    .item-cart .cart-photo-wrap {
        left: 0;
    }
    .item-cart .cart-info-wrap {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .item-cart .cart-inner-wrap {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 30px 0 0 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .item-cart .cart-counter-wrap {
        padding: 0 20px;
    }
    .item-accessories .acc-title-wrap {
        display: block;
        padding-right: 20px;
    }
    .item-accessories .acc-info-wrap {
        -ms-flex-preferred-size: 270px;
        flex-basis: 270px;
    }
    .item-accessories .acc-title,
    .item-accessories .acc-number {
        width: 100%;
        padding: 0;
        max-width: 100%;
    }
    .item-accessories .acc-price {
        font-size: 16px;
        width: 120px;
    }
    .item-about {
        min-height: 0;
    }
    .item-about .about-text-wrap {
        padding: 30px 60px 100px 30px;
    }
    .item-about .about-title-wrap {
        padding: 30px;
    }
    .item-about .about-link {
        bottom: 30px;
        right: 60px;
    }
    .item-about .about-subtitle br {
        display: none;
    }
    .elm-sticker {
        width: 76px;
        height: 76px;
    }
    .elm-sticker:before {
        width: 60px;
        height: 60px;
        margin: -30px 0 0 -30px;
    }
    .elm-sticker .st-title {
        line-height: 76px;
    }
    .label-sticker {
        left: 4px;
        top: 3px;
        font-size: 6px;
        line-height: 1;
        width: calc(100% - 8px);
    }
    .card-inner-wrap .label-sticker {
        left: 2px;
        top: -20px;
        font-size: 10px;
    }
}
@media (max-width: 639px) {
    .item-popup-cart {
        padding-left: 100px;
        min-height: 100px;
        padding-top: 20px;
        padding-bottom: 20px;
        display: block;
    }
    .item-popup-cart .cart-info-wrap {
        width: 100%;
        padding-right: 20px;
        padding-top: 0;
    }
    .item-popup-cart .cart-price-wrap {
        width: 100%;
        padding-right: 20px;
        padding-top: 10px;
    }
    .item-popup-cart .cart-photo {
        width: 100px;
        height: 100px;
        margin-top: -50px;
    }
    .item-popup-cart .elm-price {
        display: inline-block;
        margin: 0 20px 0 0;
    }
    .item-order-main .order-outer-wrap {
        padding: 30px 20px 30px 20px;
        display: block;
    }
    .item-order-main .order-photo-wrap {
        width: 110px;
        height: 110px;
        margin: 0 auto 30px auto;
        position: relative;
        top: auto;
        left: auto;
    }
    .item-order-main .order-photo {
        height: 110px;
    }
    .item-order-main .order-info-wrap {
        padding: 0;
        text-align: center;
        max-width: 360px;
        margin: 0 auto;
    }
    .item-order-main .order-features-wrap {
        padding: 0;
        text-align: center;
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        margin: 0 auto;
    }
    .item-order-main .order-inner-wrap {
        width: 100%;
        margin: 20px auto 0 auto;
        padding: 0;
        display: block;
        text-align: center;
    }
    .item-order-main .order-counter-wrap {
        width: 120px;
        margin-left: auto;
        margin-right: auto;
    }
    .item-order-main .order-price {
        text-align: center;
        width: 100%;
    }
    .item-cart {
        display: block;
        padding: 30px 0 30px 0;
    }
    .item-cart .cart-photo-wrap {
        position: relative;
        top: auto;
        left: auto;
        margin: 0 auto 30px auto;
    }
    .item-cart .cart-info-wrap {
        max-width: 360px;
        padding: 0;
        width: 100%;
        margin: 0 auto;
    }
    .item-cart .cart-inner-wrap {
        display: block;
    }
    .item-cart .cart-price-wrap {
        width: 100%;
        padding: 0;
        margin: 0 0 20px 0;
        text-align: center;
        display: block;
    }
    .item-cart .cart-price-wrap:last-child {
        margin-bottom: 0;
    }
    .item-cart .cart-counter-wrap {
        padding: 0;
        margin: 0 auto 20px auto;
        width: 120px;
    }
    .item-cart .cart-features-wrap {
        padding: 0;
        text-align: center;
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
    .item-cart .cart-title {
        text-align: center;
        margin-bottom: 15px;
    }
    .item-cart .price-title {
        padding: 0;
    }
    .item-order .list-box li {
        display: block;
    }
    .item-order .list-box li .list-value {
        text-align: left;
        padding-left: 0;
        min-width: 0;
        max-width: 100%;
    }
    .item-accessories {
        display: block;
        padding-right: 0;
    }
    .item-accessories .acc-title-wrap {
        padding-right: 40px;
        min-height: 30px;
    }
    .item-accessories .acc-info-wrap {
        margin: 15px 0 0 0;
    }
    .item-accessories .btn-action-ico.button-cart-cnt {
        top: 0;
        margin-top: 0;
    }
    .item-accessories .acc-price {
        text-align: right;
        padding-right: 0;
    }
}
@media (max-width: 479px) {
    .item-popup-cart .cart-features-wrap {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
    .item-article .art-text-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .item-article .art-text {
        line-height: 24px;
        max-height: 120px;
    }
    .item-about .about-title-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .item-about .about-text-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .item-about .about-main-title {
        font-size: 50px;
        padding-left: 0;
    }
    .item-about .about-main-title:before {
        display: none;
    }
    .item-about .about-main-title:after {
        font-size: 100px;
    }
    .item-new:before {
        padding-top: 52%;
    }
    .item-new.new-col:before {
        padding-top: 52%;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .catalog-box .elm-sticker {
        width: 76px;
        height: 76px;
    }
    .catalog-box .elm-sticker:before {
        width: 60px;
        height: 60px;
        margin: -30px 0 0 -30px;
    }
    .catalog-box .elm-sticker .st-title {
        line-height: 76px;
    }
}
@media (min-width: 768px) and (max-width: 899px) {
    .item-accessories .acc-info-wrap {
        -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    }
    .item-accessories .acc-price {
        width: 120px;
        font-size: 16px;
    }
    .item-accessories .acc-number {
        max-width: 160px;
        -ms-flex-preferred-size: 160px;
        flex-basis: 160px;
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .item-order-main .order-inner-wrap {
        -ms-flex-preferred-size: 220px;
        flex-basis: 220px;
        min-width: 200px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 20px;
    }
    .item-order-main .order-price-wrap {
        min-width: 0;
        margin-top: 20px;
    }
    .item-accessories .acc-info-wrap {
        -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    }
    .item-accessories .acc-price {
        width: 120px;
        font-size: 16px;
    }
    .item-accessories .acc-number {
        max-width: 160px;
        -ms-flex-preferred-size: 160px;
        flex-basis: 160px;
    }
}
/* ----------------------------------- *\
			content styles
\* ----------------------------------- */
.auth-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    background: #000;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-height: 100vh;
}
.auth-box .frm-field-input {
    background: #fff;
    border: none;
}
.auth-box .form-wrap {
    background: #F7F7F7;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 770px;
    flex: 0 0 770px;
    max-width: 50%;
    padding: 142px 52px 70px 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.auth-box .frm-content {
    width: 100%;
    max-width: 666px;
    margin: 0 auto;
}
.auth-box .frm-title {
    display: block;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 86px 0;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.auth-box .frm-ico {
    display: block;
    margin: 0 auto 86px auto;
    width: 58px;
}
.auth-box .frm-ico img {
    display: block;
    width: 100%;
}
.auth-box .frm-field {
    margin-bottom: 25px;
}
.auth-box .frm-row-submit {
    margin-top: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.auth-box .frm-row-submit .btn,
.auth-box .frm-row-submit button,
.auth-box .frm-row-submit input[type="submit"] {
    min-width: 180px;
    padding: 0 42px;
}
.auth-box .frm-row-submit:after {
    display: none;
}
.auth-box .frm-footer {
    padding: 80px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.auth-box .footer-info {
    line-height: 1.875;
    color: #9D9D9D;
    padding: 0 30px 0 0;
    max-width: 380px;
}
.auth-box .soc-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.auth-box .btn-action-ico.button-soc {
    margin: 0 12px 0 0;
    width: 44px;
    height: 44px;
}
.auth-box .btn-action-ico.button-soc:last-child {
    margin: 0;
}
.auth-box .link-wrap {
    font-size: 14px;
    line-height: 20px;
}
.auth-box .link-wrap a {
    color: #252525;
    text-decoration: none;
}
.auth-box .link-wrap a:hover {
    color: #000;
}
.auth-box .info-wrap {
    color: #9D9D9D;
    padding: 0 30px 0 0;
    line-height: 1.2;
}
.auth-box .info-wrap.error {
    color: #FF0000;
}
.auth-box .button-wrap {
    display: block;
    position: relative;
    line-height: 1;
}
.auth-box .bg-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 100%;
    position: relative;
    overflow: hidden;
}
.auth-box .bg-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.51);
    z-index: 2;
}
.order-box {
    background: #F7F7F7;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 100px 0 82px 0;
}
.order-box:before,
.order-box:after {
    content: "";
    display: block;
    width: 9999px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    background: #f7f7f7;
}
.order-box:before {
    left: auto;
    right: 100%;
}
.order-box .items-wrap {
    padding-top: 10px;
    width: 844px;
    max-width: inherit;
    min-width: inherit;
    margin: 0 0 0 auto;
}
.order-box .order-bottom-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 844px;
    margin: 55px 0 0 auto;
}
.order-box .order-bottom-wrap .total-wrap {
    margin-top: -14px;
}
.order-box .comment-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1;
    position: relative;
    padding: 0 26px 0 0;
}
.order-box .comment-wrap textarea {
    height: 153px;
    background: #fff;
    padding: 30px 10px 10px 25px;
    font-size: 14px;
}
.order-box .comment-wrap [placeholder]::-webkit-input-placeholder {
    color: #252525;
}
.order-box .comment-wrap [placeholder]:-moz-placeholder {
    color: #252525;
}
.order-box .comment-wrap [placeholder]::-moz-placeholder {
    color: #252525;
}
.order-box .comment-wrap [placeholder]:-ms-input-placeholder {
    color: #252525;
}
.order-box .elm-row-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.order-box .elm-row-total .row-title {
    line-height: 1.875;
}
.order-box .elm-row-total .row-value {
    font-size: 2.25em;
    line-height: 1.1;
    padding: 10px 0 0px 16px;
    min-width: 148px;
    text-align: right;
}
.order-box .elm-row-total .elm-price {
    font-size: 1em;
}
.order-box .frm-row-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 844px;
    margin: 25px 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.order-box .frm-row-submit .btn,
.order-box .frm-row-submit button,
.order-box .frm-row-submit input[type="submit"] {
    min-width: 280px;
    font-size: 14px;
    font-weight: 400;
}
.order-box .frm-row-submit .submit-info {
    padding: 0 24px 0 0;
    font-size: 14px;
    line-height: 1.8;
    color: #9D9D9D;
    max-width: 410px;
    text-align: left;
}
.order-box .items-outer-wrap {
    margin-right: 0;
    margin-left: -500px;
}
.order-box .items-outer-wrap .h3-title,
.order-box .items-outer-wrap .frm-section {
    width: 844px;
    margin-left: auto;
    margin-right: 0;
}
.order-box .item-wrap {
    margin-bottom: 24px;
}
.order-box .item-wrap:last-child {
    margin-bottom: 0;
}
.order-box .title-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    padding: 0 30px 0 0;
}
.order-box .form-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.order-box .order-main-title {
    display: block;
    font-size: 64px;
    line-height: 61px;
    text-transform: uppercase;
    color: #252525;
    text-align: left;
    margin: 0;
    font-weight: bold;
}
.order-box .h3-title {
    font-size: 18px;
    margin-bottom: 1em;
}
.order-box .frm-field {
    margin-bottom: 25px;
}
.order-box .field-selects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
    margin-right: -50px;
}
.order-box .field-selects .frm-select-radio {
    margin: 0 50px 4px 0;
}
.order-box .field-select-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
}
.order-box .field-select-profile > label {
    display: block;
    margin: 0 18px 0 0;
    padding: 10px 0;
    font-weight: 400;
}
.order-box .field-select-profile .select-wrap {
    min-width: 216px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.order-box .field-select-profile select {
    padding-right: 50px;
    padding-left: 19px;
}
.order-box .frm-section {
    margin-bottom: 40px;
}
.order-box .field-pays,
.order-box .field-delivery {
    padding: 28px 30px 0 0;
    margin-left: 0;
    margin-right: 0px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.order-box .field-pays .field-wrap,
.order-box .field-delivery .field-wrap {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 30px 0 0;
    margin-bottom: 32px;
}
.cart-box {
    margin-bottom: 60px;
    margin-top: -20px;
}
.cart-box .item-wrap {
    border-bottom: 1px solid #F7F7F7;
}
.cart-box .cart-total-wrap {
    padding-top: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cart-box .cart-total-wrap .cart-price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.cart-box .cart-total-wrap .cart-price-wrap .price-title {
    font-size: 16px;
    line-height: 20px;
    margin: 0 20px 0 0;
}
.cart-box .cart-total-wrap .cart-price-wrap .price-wrap {
    line-height: 1;
    min-width: 206px;
    padding: 0 30px 0 0;
}
.cart-box .cart-actions-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 -15px 0 0;
}
.cart-box .cart-actions-wrap .action-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 295px;
    flex: 0 0 295px;
    min-width: 295px;
    padding: 0 15px 0 0;
}
.cart-box .cart-actions-wrap .btn,
.cart-box .cart-actions-wrap button,
.cart-box .cart-actions-wrap input[type="submit"] {
    display: block;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
}
.orders-box .item-wrap {
    margin-bottom: 25px;
}
.orders-box .item-wrap:last-child {
    margin-bottom: 0;
}
.lk-form-box {
    padding-top: 12px;
    max-width: 850px;
    margin-bottom: 0;
}
.lk-form-box .submit-info {
    line-height: 1.875;
    color: #9D9D9D;
    padding-bottom: 12px;
    max-width: 350px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
}
.lk-form-box .submit-wrap {
    padding-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.lk-form-box .submit-wrap .frm-row-submit {
    margin-top: 10px;
}
.lk-form-box .submit-inner-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.lk-form-box .frm-section {
    margin-bottom: 36px;
}
.lk-form-box .frm-section.section-bg {
    padding-top: 65px;
    padding-bottom: 65px;
    position: relative;
    background: #F7F7F7;
}
.lk-form-box .frm-section.section-bg:before,
.lk-form-box .frm-section.section-bg:after {
    content: "";
    display: block;
    width: 9999px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    background: #f7f7f7;
}
.lk-form-box .frm-section.section-bg:before {
    left: auto;
    right: 100%;
}
.lk-form-box .frm-section:last-child {
    margin-bottom: 0;
}
.lk-form-box .frm-section:last-child.section-bg {
    margin-bottom: -30px;
}
.lk-form-box .field-link {
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    padding-left: 35px;
}
.lk-form-box .field-link a {
    display: inline-block;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.lk-form-box .field-link a:hover {
    padding-bottom: 1px;
}
.lk-form-box .frm-row-submit {
    text-align: right;
    margin-top: 20px;
}
.lk-form-box .frm-row-submit.row-inner .btn,
.lk-form-box .frm-row-submit.row-inner button,
.lk-form-box .frm-row-submit.row-inner input[type="submit"] {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
}
.lk-form-box .frm-row-submit .btn,
.lk-form-box .frm-row-submit button,
.lk-form-box .frm-row-submit input[type="submit"] {
    min-width: 180px;
    padding: 0 30px;
}
.lk-form-box .frm-field {
    margin-bottom: 25px;
}
.lk-form-box .h3-title {
    font-size: 18px;
    margin-bottom: 28px;
    margin-top: 16px;
    font-weight: 500;
}
.lk-form-box .h3-title:first-child {
    margin-top: 0;
}
.lk-box {
    margin: -50px 0 30px -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.lk-box .lk-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.lk-box .lk-title-wrap .title-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.lk-box .lk-title-wrap .link-wrap {
    padding: 5px 0 0 20px;
    font-size: 13px;
    line-height: 15px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}
.lk-box .lk-title-wrap .link-wrap a {
    display: block;
    position: relative;
    padding: 0 0 0 12px;
    color: #000;
    text-decoration: none;
}
.lk-box .lk-title-wrap .link-wrap a:before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    border-radius: 50%;
    background: #000;
}
.lk-box .lk-side-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 344px;
    flex: 0 0 344px;
    max-width: 344px;
}
.lk-box .lk-content-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    position: relative;
    padding: 65px 0 0 50px;
}
.lk-box .list-box .list-value {
    -ms-flex-preferred-size: 760px;
    flex-basis: 760px;
    max-width: 70%;
    text-align: left;
}
.inner-catalog-slider-box {
    padding: 60px 0 104px 0;
    position: relative;
}
.inner-catalog-slider-box h1,
.inner-catalog-slider-box .h1-title {
    margin-bottom: 2.5em;
}
.inner-catalog-slider-box .slider-wrap {
    display: block;
    position: relative;
    line-height: 1;
    margin: 0 -11px;
}
.inner-catalog-slider-box .sl-wrap {
    padding: 0 11px;
    position: relative;
    overflow: hidden;
}
.inner-catalog-slider-box.slider-bg {
    background: #F7F7F7;
}
.inner-catalog-slider-box.slider-bg .item-catalog .cat-photo-wrap {
    background: #fff;
}
.inner-catalog-slider-box.slider-bg .owl-prev,
.inner-catalog-slider-box.slider-bg .owl-next {
    background: #fff;
}
.inner-catalog-slider-box.slider-bg:before,
.inner-catalog-slider-box.slider-bg:after {
    content: "";
    display: block;
    width: 9999px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    background: #F7F7F7;
}
.inner-catalog-slider-box.slider-bg:before {
    left: auto;
    right: 100%;
}
.inner-catalog-slider-box .owl-dots {
    display: none;
    padding-top: 40px;
}
.inner-catalog-slider-box .owl-nav {
    width: 132px;
    position: absolute;
    top: -105px;
    right: 11px;
}
.inner-catalog-slider-box .owl-prev {
    float: left;
}
.inner-catalog-slider-box .owl-next {
    float: right;
}
.accessories-box {
    margin-bottom: 30px;
}
.accessories-box .item-wrap {
    border-bottom: 1px solid #F7F7F7;
}
.accessories-box h1,
.accessories-box .h1-title {
    margin-bottom: 0 !important;
    margin-top: 1.8em;
}
.accessories-box h1:first-child,
.accessories-box .h1-title:first-child {
    margin-top: 0;
}
.card-info-box {
    display: block;
    position: relative;
    line-height: 1.875;
}
.card-info-box .accessories-box {
    margin-bottom: 15px;
}
.card-info-box .tab-block {
    padding: 50px 0 40px 0;
}
.card-info-box .info-inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.card-info-box .info-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 45px;
}
.card-info-box .desc-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 50px;
    margin-bottom: 30px;
}
.card-info-box .tabs-box {
    margin-bottom: 0;
}
.card-info-box .list-box:first-child {
    margin-top: -26px;
}
.card-info-box .tabs-wrap {
    background: #F7F7F7;
    position: relative;
    padding: 0 300px 0 0;
}
.card-info-box .tabs-wrap:before,
.card-info-box .tabs-wrap:after {
    content: "";
    display: block;
    width: 9999px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    background: #F7F7F7;
}
.card-info-box .tabs-wrap:before {
    left: auto;
    right: 100%;
}
.card-info-box .tabs-wrap .btn,
.card-info-box .tabs-wrap button,
.card-info-box .tabs-wrap input[type="submit"] {
    height: 90px;
    line-height: 90px;
    min-width: 280px;
    padding: 0 30px;
    position: absolute;
    top: 0;
    right: 0;
}
.card-info-box h1,
.card-info-box .h1-title {
    margin-bottom: 1.5em;
}
.list-box {
    margin-bottom: 30px;
    line-height: 1.875;
}
.list-box.type-second .list-title {
    padding-left: 0;
}
.list-box.type-second .list-title:before {
    display: none;
}
.list-box li {
    border-bottom: 1px solid #F7F7F7;
    margin: 0;
    padding: 20px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 90px;
}
.list-box li:before {
    display: none;
}
.list-box li:last-child {
    border-bottom: none;
}
.list-box .list-title {
    display: block;
    color: #000;
    padding-left: 20px;
    position: relative;
}
.list-box .list-title:before {
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    top: 0.936em;
    left: 0;
    margin-top: -1px;
}
.list-box .list-value {
    padding-left: 20px;
    color: #9D9D9D;
    text-align: right;
}
.list-box .list-value a {
    color: #9D9D9D;
}
.list-box .list-value a:hover {
    color: #000;
}
.tabs-box {
    margin-bottom: 30px;
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 1;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.tabs-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 -30px 0 0;
}
.tabs-box li {
    margin: 0 30px 0 0;
    padding: 0;
    min-width: 295px;
}
.tabs-box li:before {
    display: none;
}
.tabs-box a {
    display: inline-block;
    vertical-align: top;
    height: 90px;
    line-height: 90px;
    position: relative;
    overflow: hidden;
    color: #252525;
    text-decoration: none;
}
.tabs-box a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #000;
    -webkit-transition: opacity ease 0.2s;
    -o-transition: opacity ease 0.2s;
    transition: opacity ease 0.2s;
    opacity: 0;
}
.tabs-box a:hover,
.tabs-box a.active {
    color: #000;
}
.tabs-box a.active:before {
    opacity: 1;
}
.card-box {
    display: block;
    line-height: 1.2;
    position: relative;
    margin-bottom: 50px;
    padding: 30px 0 0 0;
}
.card-box .card-inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.card-box .title-wrap {
    display: none;
    width: 100%;
}
.card-box .card-section-wrap {
    border-top: 1px solid #F7F7F7;
    padding: 36px 0 0 0;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.card-box .section-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 76px;
    flex: 0 0 76px;
    font-size: 16px;
    line-height: 39px;
}
.card-box .section-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.card-box .section-content-main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.card-box .section-content-second {
    padding-left: 20px;
}
.card-box .section-info {
    display: block;
    width: 390px;
    line-height: 1.875;
    color: #9D9D9D;
    margin-top: -5px;
}
.card-box .section-info .text-att {
    color: #C16E6E;
    display: inline;
}
.card-box .parameters-wrap {
    overflow: hidden;
    max-width: 400px;
    padding-bottom: 8px;
}
.card-box .colors-wrap {
    overflow: hidden;
    max-width: 324px;
    margin-left: -8px;
    padding-bottom: 15px;
}
.card-box .price-outer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.card-box .price-title {
    font-size: 16px;
    text-transform: uppercase;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 125px;
    flex: 0 0 125px;
    margin-bottom: 10px;
}
.card-box .price-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.card-box .price-ext-wrap {
    padding-top: 40px;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
}
.card-box .price-ext-wrap a {
    color: #252525;
}
.card-box .elm-price {
    font-size: 36px;
    line-height: 1;
}
.card-box .elm-price.price-old {
    font-size: 14px;
}
.card-box .frm-select-parameter {
    width: 85px;
    float: left;
    margin: 0 15px 15px 0;
}
.card-box .frm-select-color {
    float: left;
    margin: 0 1px 1px 0;
}
.card-box .photos-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 398px;
    flex: 0 0 398px;
    padding: 0 28px 0 0;
    max-width: 398px;
}
.card-box .info-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.card-box .actions-wrap {
    overflow: hidden;
    margin: -6px -15px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.card-box .action-wrap {
    padding: 0 15px 0 0;
    margin-bottom: 15px;
}
.card-box h1,
.card-box .h1-title {
    font-size: 45px;
    line-height: 0.88;
    margin: 0 0 1em 0;
    text-transform: none;
    font-weight: 400;
    max-width: 1000px;
}
.card-box .btn,
.card-box button,
.card-box input[type="submit"] {
    font-size: 14px;
    font-weight: 400;
    min-width: 280px;
}
.card-box .btn.btn-refresh,
.card-box button.btn-refresh,
.card-box input[type="submit"].btn-refresh {
    padding: 0;
    min-width: 0;
    width: 85px;
    height: 41px;
    line-height: 41px;
    float: left;
    margin: 0 15px 15px 0;
}
.card-box .btn.btn-refresh .button-ico,
.card-box button.btn-refresh .button-ico,
.card-box input[type="submit"].btn-refresh .button-ico {
    margin-right: 0;
}
.photos-box {
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 1;
    padding: 0 90px 0 0;
}
.photos-box .main-block {
    display: block;
    width: 100%;
    height: 606px;
}
.photos-box .preview-block {
    width: 89px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.photos-box .preview-block ul {
    display: block;
    position: relative;
}
.photos-box .preview-block li {
    margin-bottom: 14px;
    height: 90px;
}
.photos-box .preview-block li:nth-child(6) ~ li {
    display: none;
}
.photos-box .preview-block .item-photo img {
    max-width: 80px;
}
.photos-box .item-photo {
    display: block;
    position: relative;
    overflow: hidden;
    background: none;
    height: 606px;
    max-height: 100%;
}
.photos-box .item-photo:before {
    display: none;
}
.photos-box .item-photo img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    width: auto;
}
.photos-box ul,
.photos-box li {
    margin: 0;
    padding: 0;
}
.photos-box ul:before,
.photos-box li:before {
    display: none;
}
.article-photos-box {
    display: block;
    margin: 80px 0 46px 0;
}
.article-photos-box:first-child {
    margin-top: 0;
}
.article-photos-box .items-wrap {
    margin: 0 -13px;
}
.article-photos-box .item-wrap {
    padding: 0 13px;
    margin-bottom: 26px;
    width: 33.33%;
}
.article-box {
    line-height: 1.875em;
    padding-top: 40px;
    margin-bottom: 60px;
}
.article-box .inner-text-wrap {
    max-width: 1325px;
}
.article-box .inner-text-wrap b {
    font-size: 18px;
}
.article-box h1,
.article-box .h1-title {
    margin-bottom: 2.8em;
}
.article-box h2,
.article-box .h2-title {
    margin-bottom: 1.5em;
}
.article-box p {
    margin-bottom: 1.9em;
}
.article-box .map-box {
    margin-top: 60px;
    margin-bottom: 75px;
}
.article-box .map-box:first-child {
    margin-top: 0;
}
.article-info-box {
    margin-bottom: 42px;
    background-color: #000;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 86px;
    position: relative;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 614px;
}
.article-info-box:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.72);
}
.article-info-box .items-wrap {
    min-width: inherit;
    max-width: 800px;
}
.article-info-box .item-wrap {
    margin-bottom: 3em;
}
.article-info-box .item-wrap:last-child {
    margin-bottom: 0;
}
.article-info-box .elm-row-info {
    color: #fff;
}
.article-info-box .elm-row-info .row-title,
.article-info-box .elm-row-info .val-title,
.article-info-box .elm-row-info .val-title.title-dark {
    color: #fff;
}
.article-info-box .elm-row-info a {
    color: #fff;
}
.article-info-box .row-items .elm-row-info {
    margin-bottom: -20px;
}
.article-info-box .row-items .elm-row-info .row-title {
    padding-top: 22px;
}
.article-info-box .row-main {
    padding-bottom: 15px;
}
.locations-box {
    margin-bottom: 40px;
}
.locations-box .items-wrap {
    margin: 0 -20px;
}
.locations-box .item-wrap {
    padding: 0 20px;
    margin-bottom: 40px;
    width: 33.33%;
}
.locations-box h1,
.locations-box .h1-title {
    margin-bottom: 1.3em;
}
.contacts-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 37px;
}
.contacts-box .text-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 53%;
    flex: 0 0 53%;
    padding: 0 30px 0 0;
    margin-bottom: 30px;
}
.contacts-box .rk-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 5px;
    margin-bottom: 30px;
    background: #f7f7f7;
    padding: 50px 50px 50px 57px;
    min-height: 100%;
    color: #9D9D9D;
}
.contacts-box .rk-wrap h3,
.contacts-box .rk-wrap .h3-title {
    margin-bottom: 2em;
    color: #252525;
}
.contacts-box .rk-wrap p {
    margin-bottom: 1.7em;
}
.contacts-box .rk-wrap p:last-child {
    margin-bottom: 0;
}
.contacts-box h1,
.contacts-box .h1-title {
    text-align: left;
    margin-bottom: 2.3em;
}
.contacts-box .item-wrap {
    margin-bottom: 3em;
}
.contacts-box .item-wrap:last-child {
    margin-bottom: 0;
}
.contacts-box .row-items .elm-row-info {
    margin-bottom: -20px;
}
.contacts-box .row-items .elm-row-info .row-title {
    padding-top: 22px;
}
.contacts-box .row-main {
    padding-bottom: 15px;
}
.map-box {
    line-height: 1;
    position: relative;
    overflow: hidden;
    margin: 0 0 48px 0;
    height: 526px;
}
.catalog-box {
    display: block;
    position: relative;
    margin-bottom: 30px;
}
.catalog-box .item-wrap {
    padding: 0 11px;
    margin-bottom: 50px;
    width: 25%;
}
.catalog-box .items-wrap {
    margin: 0 -11px;
}
.breadcrumbs-box {
    display: block;
    margin: 0 -50px 30px 0;
    overflow: hidden;
    font-size: 16px;
    line-height: 1;
    color: #625F5A;
}
.breadcrumbs-box a,
.breadcrumbs-box span {
    display: inline;
    max-width: 100%;
    color: #625F5A;
    text-decoration: none;
    height: 22px;
    line-height: 22px;
    border-bottom: 1px solid #625F5A;
    margin: 0 48px 0 0;
    position: relative;
}
.breadcrumbs-box a:before,
.breadcrumbs-box span:before {
    content: "";
    width: 2px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 100%;
    margin-right: 26px;
    margin-top: -1px;
    border-radius: 50%;
    background: #252525;
}
.breadcrumbs-box a:first-child,
.breadcrumbs-box span:first-child {
    border-bottom: none;
    color: #252525;
}
.breadcrumbs-box a:first-child:before,
.breadcrumbs-box span:first-child:before {
    display: none;
}
.breadcrumbs-box a:hover,
.breadcrumbs-box span:hover {
    border-bottom-color: #252525;
    color: #252525;
}
.filter-show .catalog-panel-box .filter-wrap:before {
    opacity: 1;
}
.page-panel-box {
    background: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 78px;
    -webkit-transition: padding ease 0.2s;
    -o-transition: padding ease 0.2s;
    transition: padding ease 0.2s;
    padding: 15px 0;
    margin: 12px 0 12px 0;
}
.page-panel-box.panel-border {
    border-bottom: 1px solid #EDEDED;
}
.page-panel-box.panel-border:after,
.page-panel-box.panel-border:before {
    border-bottom: 1px solid #EDEDED;
    bottom: -1px !important;
}
.page-panel-box .breadcrumbs-box {
    margin-bottom: 0;
    padding: 0 20px 0 0;
}
.page-panel-box:first-child {
    margin-top: -30px;
    margin-bottom: 50px;
    background: #f7f7f7;
}
.page-panel-box:first-child:before,
.page-panel-box:first-child:after {
    content: "";
    display: block;
    width: 9999px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    background: #f7f7f7;
}
.page-panel-box:first-child:before {
    left: auto;
    right: 100%;
}
.page-panel-box .actions-wrap {
    position: absolute;
    top: 39px;
    right: -100px;
    z-index: 3;
    width: 100px;
    height: 60px;
    margin-top: -30px;
}
.page-panel-box .actions-wrap .btn-action-ico {
    width: 100%;
    height: 60px;
}
.page-panel-box h1,
.page-panel-box .h1-title,
.page-panel-box h1,
.page-panel-box .h2-title {
    margin: 0;
    text-align: left;
}
.catalog-panel-box {
    background: #F7F7F7;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 78px;
    -webkit-transition: padding ease 0.2s;
    -o-transition: padding ease 0.2s;
    transition: padding ease 0.2s;
}
.catalog-panel-box:first-child {
    margin-top: -30px;
}
.catalog-panel-box .filter-wrap {
    margin: 0 -100px 0 0;
}
.catalog-panel-box .sort-wrap {
    padding: 0 0px 0 0;
    margin: 0 0 0 -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.catalog-panel-box .sort-wrap a {
    display: block;
    height: 78px;
    line-height: 78px;
    color: #252525;
    text-decoration: none;
    position: relative;
    overflow: visible;
    white-space: nowrap;
}
.catalog-panel-box .sort-wrap a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    height: 20px;
    border-bottom: 1px solid #000;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.catalog-panel-box .sort-wrap a:hover,
.catalog-panel-box .sort-wrap a.active {
    color: #000;
    text-decoration: none;
}
.catalog-panel-box .sort-wrap a:hover:before,
.catalog-panel-box .sort-wrap a.active:before {
    opacity: 1;
}
.catalog-panel-box .sort-item {
    padding: 0 30px;
    position: relative;
    line-height: 1;
}
.catalog-panel-box .sort-item:before {
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -1px;
    margin-top: -1px;
    background: #252525;
}
.catalog-panel-box .sort-item:first-child:before {
    display: none;
}
.catalog-panel-box:before,
.catalog-panel-box:after {
    content: "";
    display: block;
    width: 9999px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    background: #f7f7f7;
}
.catalog-panel-box:before {
    left: auto;
    right: 100%;
}
.catalog-panel-box .main-filter-wrap .btn-action-filter {
    z-index: 2;
}
.catalog-panel-box .filter-wrap {
    position: static;
}
.catalog-panel-box .filter-wrap:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    height: 1px;
    background: #252525;
    -webkit-transition: opacity ease 0.2s;
    -o-transition: opacity ease 0.2s;
    transition: opacity ease 0.2s;
    opacity: 0;
}
.articles-slider-box {
    padding: 160px 0;
}
.articles-slider-box .slider-wrap {
    position: relative;
    margin: 0 -10px;
}
.articles-slider-box .sl-wrap {
    position: relative;
    line-height: 1;
    overflow: hidden;
    padding: 0 10px;
}
.articles-slider-box .item-article {
    margin-bottom: 20px;
}
.articles-slider-box .item-article:last-child {
    margin-bottom: 0;
}
.articles-slider-box .owl-dots {
    display: none;
}
.articles-slider-box .owl-nav {
    width: 132px;
    height: 62px;
    position: absolute;
    top: 272px;
    left: 33.33%;
    margin-left: -145px;
    overflow: hidden;
    z-index: 10;
}
.articles-slider-box .owl-prev {
    float: left;
    background-color: #fff;
}
.articles-slider-box .owl-next {
    float: right;
    background-color: #fff;
}
.articles-slider-box .slider-title-wrap {
    display: block;
    width: 33.33%;
    height: 353px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: #fff;
}
.articles-slider-box h1,
.articles-slider-box .h1-title {
    font-size: 64px;
    line-height: 61px;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
}
.articles-slider-box .slider-link {
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 40px 10px;
    font-size: 14px;
    line-height: 16px;
}
.articles-slider-box .slider-link .link-arrow {
    color: #252525;
    font-weight: bold;
}
.articles-slider-box .slider-link .link-arrow:before {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}
.second-pluses-box {
    background: #000 url(https://i.pinimg.com/originals/49/76/aa/4976aaaeebd005862d1c266e6a4244a6.jpg) center no-repeat;
    /*background-size: cover;*/
    color: #fff;
    padding: 100px 0;
    background-size: 100% 100%;
}
.second-pluses-box .inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 390px;
    padding-right: 0;
}
.second-pluses-box .text-wrap {
    max-width: 160px;
}
.second-pluses-box ol {
    counter-reset: li;
    list-style: none;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1610px;
}
.second-pluses-box ol li {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    padding: 54px 0 0 54px;
    text-align: left;
    margin: 0;
    width: 25%;
}
.second-pluses-box ol li:before {
    content: "0." counter(li);
    counter-increment: li;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    line-height: 24px;
    font-family: 'akzidenz-grotesk_proRgCn';
}
.second-pluses-box ol li:after {
    width: 1px;
    height: 80px;
    position: absolute;
    top: 6px;
    left: 29px;
    background: #fff;
    content: "";
    display: block;
}
.main-pluses-box {
    padding: 126px;
    font-size: 16px;
    line-height: 1.875;
    background: #f7f7f7;
    position: relative;
    z-index: 2;
}
.main-pluses-box:before {
    content: "";
    display: block;
    width: 80%;
    height: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid #DFDFDF;
    -webkit-transform: translate(-50%, -50%) rotate(-27deg);
    -ms-transform: translate(-50%, -50%) rotate(-27deg);
    transform: translate(-50%, -50%) rotate(-27deg);
    border-radius: 50%;
}
.main-pluses-box .inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1511px;
}
.main-pluses-box .pluses-main-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 620px;
    padding: 0 100px 0 0;
}
.main-pluses-box .pluses-text-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 700px;
    padding: 110px 0 90px 0;
    position: relative;
    z-index: 2;
}
.main-pluses-box .pluses-text-wrap .text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.main-pluses-box .photo-wrap {
    padding-top: 100px;
    margin-bottom: -190px;
    position: relative;
}
.main-pluses-box .photo-wrap img {
    display: block;
    width: 100%;
}
.main-pluses-box .title-wrap {
    font-size: 18px;
    line-height: 1.444;
    font-weight: 400;
    text-transform: uppercase;
}
.main-pluses-box .title-wrap .text {
    display: block;
    position: relative;
    padding: 0 0 0 60px;
    font-weight: bold;
}
.main-pluses-box .title-wrap .text:before {
    content: "";
    display: block;
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 40px;
    height: 2px;
    margin-top: -3px;
    background-color: #252525;
}
.main-pluses-box .logo-text {
    display: block;
    float: left;
    white-space: nowrap;
    line-height: 1;
    font-size: 144px;
    font-weight: 900;
    color: #fff;
    position: absolute;
    z-index: 2;
    bottom: 100%;
    margin-bottom: -10px;
    right: -68px;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: -webkit-rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-transform: uppercase;
}
.main-pluses-box .title {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    padding: 0 10px 0 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}
.main-pluses-box h1,
.main-pluses-box .h1-title {
    font-size: 64px;
    line-height: 61px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 1.4em 0;
    text-align: left;
}
.main-pluses-box p {
    margin: 0;
}
.main-pluses-box ol {
    counter-reset: li;
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-pluses-box ol li {
    position: relative;
    margin: 0 0 50px 0;
    padding: 94px 0 0 0;
}
.main-pluses-box ol li:last-child {
    margin: 0;
}
.main-pluses-box ol li:first-child:after {
    display: none;
}
.main-pluses-box ol li:after {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 180px;
    right: 0;
    margin-top: -1px;
    height: 2px;
    background: #252525;
}
.main-pluses-box ol li:before {
    content: "0." counter(li);
    counter-increment: li;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    line-height: 24px;
    font-family: 'akzidenz-grotesk_proRgCn';
}
.main-pluses-box .li-decor {
    display: block;
    width: 22px;
    height: 2px;
    position: absolute;
    top: 12px;
    left: 30px;
    margin-top: -1px;
    background: #252525;
}
.main-about-box {
    background-color: #000;
    font-size: 16px;
    line-height: 1.875;
}
.main-about-box .item-wrap {
    width: 52%;
}
.main-about-box .item-wrap:first-child {
    width: 30%;
}
.main-about-box .item-wrap:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
}
.main-about-box .link-arrow {
    color: #fff;
}
.main-about-box .link-arrow:before {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.main-about-box .btn-action-play {
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: -67px;
    z-index: 2;
}
.main-catalog-box {
    margin-bottom: 86px;
}
.main-catalog-box .inner-wrap {
    max-width: 1511px;
}
.main-catalog-box .items-wrap {
    margin: 0 -10px;
}
.main-catalog-box .item-wrap {
    padding: 0 10px;
    margin-bottom: 70px;
    width: 25%;
}
.more-box {
    display: block;
    position: relative;
    line-height: 1;
    text-align: center;
}
.more-box .btn-action-more {
    margin: 0 auto;
}
.news-slider-box .slider-title-wrap {
    display: block;
    width: 25%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #f7f7f7;
}
.news-slider-box .slider-title-wrap:before {
    content: "";
    display: block;
    padding-top: 104%;
}
.news-slider-box .slider-title-wrap h1,
.news-slider-box .slider-title-wrap .h1-title {
    padding: 15% 0 0 20%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: -5px 0 0 0;
    line-height: 30px;
    text-align: left;
    font-size: 24px;
}
.news-slider-box .slider-title-wrap .slider-link {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 0 15% 20%;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.news-slider-box .slider-wrap {
    position: relative;
    line-height: 1;
}
.news-slider-box .sl-wrap {
    position: relative;
    overflow: hidden;
}
.news-slider-box .item-wrap {
    width: 100%;
}
.news-slider-box .item-wrap.wrap-half {
    width: 50%;
}
.news-slider-box .owl-dots {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 30px;
}
.news-slider-box .owl-nav {
    width: 132px;
    height: 62px;
    position: absolute;
    top: calc(7.5% + 8px - 31px);
    left: 25%;
    margin-left: -184px;
    z-index: 10;
}
.news-slider-box .owl-prev {
    float: left;
}
.news-slider-box .owl-next {
    float: right;
}
.news-slider-box .owl-prev,
.news-slider-box .owl-next {
    background-color: #fff;
}
.catalog-slider-box {
    display: block;
    position: relative;
    margin-bottom: 96px;
}
.catalog-slider-box .slider-wrap {
    position: relative;
    margin: 0 -10px;
}
.catalog-slider-box .sl-wrap {
    display: block;
    position: relative;
    line-height: 1;
    overflow: hidden;
    padding: 0 10px;
    width: 364px;
}
.catalog-slider-box .owl-dots {
    display: none;
    padding: 30px 0 0 0;
}
.catalog-slider-box .owl-nav {
    width: 132px;
    height: 62px;
    line-height: 1;
    overflow: hidden;
    position: absolute;
    top: -147px;
    right: 10px;
    margin-right: 120px;
}
.catalog-slider-box .owl-prev {
    float: left;
}
.catalog-slider-box .owl-next {
    float: right;
}
.main-title-box {
    border-bottom: 1px solid #DEDEDE;
    min-height: 109px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 62px;
}
.main-title-box h1,
.main-title-box .h1-title {
    font-size: 24px;
    line-height: 1.1666;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}
.main-title-box.title-full:before,
.main-title-box.title-full:after {
    content: "";
    display: block;
    width: 9999px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 100%;
    background: #DEDEDE;
}
.main-title-box.title-full:before {
    left: auto;
    right: 100%;
}
.main-top-box {
    min-height: 100vh;
    background: #000 url(../img/top.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.main-top-box .sl-wrap {
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 245px;
    padding-left: 140px;
    padding-right: 40px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    font-size: 20px;
    line-height: 1.1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
}
.main-top-box:before {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 68px;
    left: 50%;
    margin-left: -24px;
    background: url(../img/icons/ico-mouse.svg) center no-repeat;
    background-size: auto 100%;
}
.main-top-box .section-text-wrap {
    display: inline-block;
    vertical-align: top;
    position: relative;
    max-width: 100%;
}
.main-top-box .section-title {
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 1.6em 0;
}
.main-top-box .section-main-title {
    display: block;
    font-size: 1.8em;
    font-weight: 500;
    margin: 0 0 0.35em 0;
}
.main-top-box .section-subtitle {
    display: block;
    font-size: 7.2em;
    font-weight: 900;
    margin: 0;
}
.main-top-box .btn-action-ico.button-go {
    font-size: 1em;
    width: 6.7em;
    height: 6.7em;
    position: absolute;
    top: 100%;
    left: 100%;
    margin-top: 0.6em;
    margin-left: -11.8em;
}
.main-top-box .owl-dots,
.main-top-box .owl-nav {
    display: none;
}
.main-top-box .slider-wrap .slider a:first-child{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main-top-box .slider-wrap .slider a{
    display: none;
}
@media (max-width: 1799px) {
    .order-box .frm-select-ico .lbl-title {
        font-size: 16px;
        line-height: 1.5;
    }
    .lk-form-box .field-link {
        right: 0;
        left: auto;
        padding: 0 10px 10px 0;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .lk-form-box .field-link a {
        position: relative;
        z-index: 4;
    }
    .main-pluses-box {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 1699px) {
    .lk-box {
        margin-left: -30px;
    }
    .catalog-box .item-wrap {
        width: 25%;
    }
}
@media (max-width: 1599px) {
    .order-box .order-main-title {
        font-size: 50px;
    }
    .card-box .actions-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 0;
    }
    .card-box .action-wrap {
        padding: 0;
    }
    .card-box h1,
    .card-box .h1-title {
        font-size: 36px;
    }
    .news-slider-box .owl-nav {
        margin-left: -150px;
    }
    .main-top-box .section-text-wrap {
        font-size: 16px;
    }
    .catalog-slider-box .owl-nav {
        margin-right: 38px;
    }
}
@media (max-width: 1439px) {
    .catalog-box .item-wrap {
        width: 33.33%;
    }
}
@media (max-width: 1399px) {
    .page-panel-box .actions-wrap {
        right: -30px;
    }
    .page-panel-box .actions-wrap + .br-wrap {
        padding-right: 100px;
    }
    .order-box {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .order-box .items-wrap {
        padding-top: 0;
    }
    .order-box .frm-section {
        margin-bottom: 30px;
    }
    .order-box .field-delivery,
    .order-box .field-pays {
        padding-top: 0;
        margin-bottom: 0;
    }
    .order-box .field-delivery .field-wrap,
    .order-box .field-pays .field-wrap {
        margin-bottom: 20px;
    }
    .cart-box .cart-total-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .cart-box .cart-total-wrap .cart-price-wrap {
        margin-bottom: 30px;
    }
    .cart-box .cart-total-wrap .cart-price-wrap .price-wrap {
        min-width: 0;
        padding-right: 0;
    }
    .lk-box .lk-content-wrap {
        padding-top: 40px;
        padding-left: 30px;
    }
    .lk-box .lk-side-wrap {
        -ms-flex-preferred-size: 240px;
        flex-basis: 240px;
    }
    .card-info-box .info-wrap {
        padding-right: 20px;
    }
    .card-info-box .desc-wrap {
        padding-left: 20px;
    }
    .card-info-box .tab-block {
        padding-top: 50px;
    }
    .card-info-box .tabs-wrap .btn,
    .card-info-box .tabs-wrap button,
    .card-info-box .tabs-wrap input[type="submit"] {
        height: 78px;
        line-height: 78px;
    }
    .tabs-box li {
        min-width: 0;
    }
    .tabs-box a {
        height: 78px;
        line-height: 78px;
    }
    .card-box {
        margin-bottom: 10px;
        padding-top: 0;
    }
    .card-box .card-section-wrap.type-second .section-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card-box .card-section-wrap.type-second .section-content-second {
        margin: 10px 0 0 0;
        padding: 0;
    }
    .article-photos-box {
        margin: 40px 0;
    }
    .article-info-box {
        padding: 60px;
        min-height: 400px;
    }
    .article-box {
        padding-top: 0;
    }
    .article-box h1,
    .article-box .h1-title {
        margin-bottom: 2em;
    }
    .article-box h2,
    .article-box .h2-title {
        margin-bottom: 1em;
    }
    .article-box .map-box {
        margin: 40px 0;
    }
    .locations-box {
        margin-bottom: 60px;
    }
    .locations-box .items-wrap {
        margin: 0 -15px;
    }
    .locations-box .item-wrap {
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .articles-slider-box .slider-title-wrap {
        width: 50%;
    }
    .articles-slider-box .owl-nav {
        left: 50%;
    }
    .main-pluses-box .pluses-main-wrap {
        -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    }
    .main-pluses-box .title {
        -ms-flex-preferred-size: 140px;
        flex-basis: 140px;
    }
    .main-pluses-box ol li:after {
        left: 140px;
    }
    .main-about-box .item-wrap {
        width: 60%;
    }
    .main-about-box .item-wrap:first-child {
        width: 25%;
    }
    .news-slider-box .slider-title-wrap h1,
    .news-slider-box .slider-title-wrap .h1-title {
        padding-left: 30px;
    }
    .news-slider-box .slider-title-wrap .slider-link {
        padding-left: 20px;
        padding-bottom: 30px;
    }
    .catalog-slider-box .owl-nav {
        margin-right: 30px;
    }
}
@media (max-width: 1199px) {
    .order-box {
        display: block;
    }
    .order-box .title-wrap {
        margin-bottom: 40px;
        padding: 0;
    }
    .order-box .items-outer-wrap {
        margin-left: 0;
    }
    .order-box .items-outer-wrap .h3-title {
        width: 100%;
    }
    .order-box .items-outer-wrap .frm-section {
        width: 100%;
    }
    .order-box .items-outer-wrap .items-wrap {
        width: 100%;
    }
    .order-box .items-outer-wrap .order-bottom-wrap {
        width: 100%;
    }
    .order-box .items-outer-wrap .frm-row-submit {
        width: 100%;
    }
    .lk-form-box .submit-wrap {
        display: block;
    }
    .lk-form-box .submit-info {
        max-width: 100%;
        padding-bottom: 0;
        padding-top: 10px;
    }
    .list-box li {
        min-height: 78px;
    }
    .card-box .parameters-wrap,
    .card-box .colors-wrap {
        padding-bottom: 0;
    }
    .card-box .price-ext-wrap {
        padding-top: 20px;
    }
    .card-box .price-outer-wrap {
        padding-top: 10px;
    }
    .card-box .info-wrap h1,
    .card-box .info-wrap .h1-title {
        display: none;
    }
    .card-box .title-wrap {
        display: block;
    }
    .card-box .card-section-wrap {
        padding-top: 10px;
        display: block;
    }
    .card-box .card-section-wrap .section-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card-box .card-section-wrap .section-content-second {
        margin: 10px 0 0 0;
        padding: 0;
        width: 100%;
    }
    .card-box .card-section-wrap .section-content-main {
        width: 100%;
    }
    .card-box .actions-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        margin: 20px 0 0 0;
    }
    .card-box .action-wrap {
        padding: 0 10px 0 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .card-box .action-wrap:last-child {
        padding: 0 0 0 10px;
    }
    .card-box .section-info {
        width: 100%;
    }
    .card-box .btn,
    .card-box button,
    .card-box input[type="submit"] {
        min-width: 0;
        width: 100%;
        padding: 0 10px;
    }
    .locations-box .item-wrap {
        width: 50%;
    }
    .second-pluses-box {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .main-about-box .item-wrap {
        min-width: 550px;
    }
    .main-about-box .item-wrap:first-child {
        display: none;
    }
    .main-about-box .item-wrap:last-child {
        min-width: 0;
    }
    .news-slider-box .owl-nav {
        left: 20px;
        top: 15%;
        margin: 0;
    }
    .main-top-box .sl-wrap {
        padding-bottom: 140px;
    }
    .main-top-box .section-text-wrap {
        font-size: 13px;
    }
}
@media (max-width: 1023px) {
    .auth-box {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
        padding: 100px;
    }
    .auth-box .bg-wrap {
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .auth-box .form-wrap {
        display: block;
        width: 100%;
        padding: 50px 30px 50px 30px;
        min-height: 0;
        z-index: 5;
        max-width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .auth-box .frm-title {
        margin-bottom: 40px;
    }
    .auth-box .frm-ico {
        margin-bottom: 40px;
    }
    .auth-box .frm-field {
        margin-bottom: 15px;
    }
    .auth-box .frm-content {
        max-width: 400px;
    }
    .order-box .item-wrap {
        margin-bottom: 20px;
    }
    .order-box .frm-field {
        margin-bottom: 15px;
    }
    .lk-form-box {
        margin-bottom: 40px;
        max-width: 100%;
    }
    .lk-form-box .field-link {
        padding: 10px 0 10px 0;
        display: block;
        position: static;
    }
    .lk-form-box .frm-field {
        margin-bottom: 15px;
    }
    .lk-form-box .h3-title {
        font-size: 16px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .orders-box .item-wrap {
        margin-bottom: 15px;
    }
    .lk-box {
        margin: -50px 0 30px 0;
        padding-left: 0;
        display: block;
    }
    .lk-box .lk-content-wrap {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 0;
    }
    .lk-box .lk-side-wrap {
        position: absolute;
        top: 0;
        right: 0;
        float: left;
        overflow: visible;
        z-index: 10;
    }
    .inner-catalog-slider-box {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .inner-catalog-slider-box h1,
    .inner-catalog-slider-box .h1-title {
        margin-bottom: 30px;
    }
    .inner-catalog-slider-box .owl-nav {
        top: -74px;
    }
    .card-info-box .tab-block {
        padding-bottom: 20px;
    }
    .card-box h1,
    .card-box .h1-title {
        font-size: 30px;
    }
    .article-photos-box {
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .article-photos-box .items-wrap {
        margin: 0 -10px;
    }
    .article-photos-box .item-wrap {
        padding: 0 10px;
    }
    .article-info-box {
        margin-bottom: 30px;
    }
    .article-info-box .row-items .elm-row-info .row-title {
        padding-top: 0;
    }
    .article-info-box .item-wrap {
        margin-bottom: 2em;
        padding-bottom: 0;
        padding-top: 0;
    }
    .locations-box .items-wrap {
        margin: 0 -10px;
    }
    .locations-box .item-wrap {
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .contacts-box {
        margin-bottom: 0;
    }
    .contacts-box .item-wrap {
        margin-bottom: 2em;
        padding-bottom: 0;
        padding-top: 0;
    }
    .contacts-box .rk-wrap {
        padding: 30px;
        margin-top: 0;
    }
    .contacts-box .row-items .elm-row-info .row-title {
        padding-top: 0;
    }
    .contacts-box .elm-row-info {
        display: block;
    }
    .contacts-box h1,
    .contacts-box .h1-title {
        margin-bottom: 1em;
    }
    .map-box {
        margin-bottom: 30px;
        height: 400px;
    }
    .catalog-box .item-wrap {
        margin-bottom: 30px;
    }
    .page-panel-box {
        display: block;
    }
    .page-panel-box .title-wrap {
        margin-top: 20px;
    }
    .page-panel-box .actions-wrap {
        width: 55px;
        right: -20px;
    }
    .page-panel-box .actions-wrap .btn-action-ico {
        width: 100%;
    }
    .page-panel-box .actions-wrap + .br-wrap {
        padding-right: 40px;
    }
    .breadcrumbs-box {
        margin-right: -20px;
        font-size: 14px;
    }
    .breadcrumbs-box a,
    .breadcrumbs-box span {
        margin-right: 18px;
    }
    .breadcrumbs-box a:before,
    .breadcrumbs-box span:before {
        margin-right: 11px;
    }
    .catalog-panel-box .sort-wrap {
        margin-left: -10px;
    }
    .catalog-panel-box .sort-wrap .sort-item {
        padding: 0 10px;
    }
    .articles-slider-box h1,
    .articles-slider-box .h1-title {
        font-size: 50px;
    }
    .second-pluses-box {
        padding-top: 40px;
        padding-bottom: 0;
    }
    .second-pluses-box .inner-wrap {
        padding-top: 30px;
        padding-bottom: 30px;
        min-height: 240px;
        padding-right: 20px;
    }
    .second-pluses-box ol li {
        width: 50%;
        margin-bottom: 40px;
    }
    .main-pluses-box {
        padding-bottom: 0;
    }
    .main-pluses-box .photo-wrap {
        margin-bottom: 0;
    }
    .main-pluses-box .pluses-main-wrap {
        padding-bottom: 100px;
    }
    .main-pluses-box .pluses-text-wrap .text-wrap {
        display: block;
    }
    .main-pluses-box ol li {
        padding-top: 80px;
    }
    .main-pluses-box ol li:after {
        display: none;
    }
    .main-pluses-box .title {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .news-slider-box .slider-title-wrap .slider-link {
        padding-left: 15px;
        padding-bottom: 15px;
        font-size: 14px;
    }
    .news-slider-box .slider-title-wrap h1,
    .news-slider-box .slider-title-wrap .h1-title {
        padding-left: 15px;
        padding-top: 15px;
    }
    .news-slider-box .owl-nav {
        left: 15px;
    }
    .main-catalog-box .item-wrap {
        width: 50%;
    }
    .catalog-slider-box .owl-nav {
        margin-right: 20px;
    }
    .main-top-box .sl-wrap {
        padding-bottom: 140px;
        padding-top: 100px;
        padding-left: 100px;
        padding-right: 40px;
    }
    .main-top-box .section-text-wrap {
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .auth-box {
        padding: 20px;
    }
    .order-box .order-bottom-wrap {
        display: block;
        margin-top: 30px;
    }
    .order-box .order-bottom-wrap .comment-wrap {
        width: 100%;
        padding: 0;
        margin: 0 0 30px 0;
    }
    .order-box .order-main-title {
        font-size: 30px;
        line-height: 1.2;
    }
    .order-box .title-wrap {
        margin-bottom: 30px;
    }
    .inner-catalog-slider-box {
        padding-bottom: 30px;
    }
    .inner-catalog-slider-box .owl-nav {
        display: none;
    }
    .inner-catalog-slider-box .owl-dots {
        display: block;
    }
    .tabs-box ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .list-box li {
        padding-top: 10px;
        padding-bottom: 10px;
        min-height: 60px;
    }
    .card-info-box .info-inner-wrap {
        display: block;
    }
    .card-info-box .info-wrap {
        padding-right: 0;
    }
    .card-info-box .desc-wrap {
        padding-left: 0;
        margin-top: 30px;
    }
    .card-info-box .desc-wrap:first-child {
        margin-top: 0;
    }
    .card-info-box .tabs-wrap {
        padding-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .card-info-box .tabs-wrap .btn,
    .card-info-box .tabs-wrap button,
    .card-info-box .tabs-wrap input[type="submit"] {
        display: block;
        width: 100%;
        position: relative;
        margin: 20px 0 0px 0;
    }
    .card-box .card-inner-wrap {
        display: block;
    }
    .card-box .photos-wrap {
        margin: 0 auto 30px auto;
        padding-right: 0;
    }
    .article-info-box {
        padding: 30px;
    }
    .map-box {
        height: 300px;
    }
    .contacts-box {
        display: block;
    }
    .catalog-box .item-wrap{
        width: 25%;
    }
    .catalog-box .cat-title{
        font-size: 12px;
    }
    .catalog-box .cat-price{
        font-size: 16px;
    }
    .catalog-box .item-catalog .cat-photo{
        left: 0;
        right: 0;
        top: 10px;
        bottom: 10px;
    }
    .catalog-box .item-catalog .elm-sticker {
        z-index: 3;
        position: absolute;
        top: 72%;
        left: -28%;
        margin-top: -118px;
        margin-left: 30px;
    }
    .catalog-box .item-catalog .cat-colors {
        display: none;
        /*width: 100%;*/
        /*line-height: 1;*/
        /*position: absolute;*/
        /*top: auto;*/
        /*bottom: -4%;*/
        /*left: 0;*/
        /*display: flex;*/
        /*justify-content: center;*/
    }
    .catalog-box .item-tile-refresh .tile-ico {
        width: 38px;
    }
    .catalog-box .item-catalog .elm-color{
        margin-left: 2px;
        margin-right: 2px;
    }
    .catalog-box .item-catalog .cat-photo-wrap {
        height: 47vw;
    }

    .catalog-box .elm-sticker {
        width: 30px;
        height: 30px;
    }
    .catalog-box .elm-sticker .st-title {
        line-height: 30px;
        font-size: 10px;
    }
    /*new style slider end*/
    .catalog-panel-box .sort-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden;
        padding: 15px 0;
        position: relative;
    }
    .catalog-panel-box .sort-wrap .sort-item:before {
        right: -1px;
        left: auto;
    }
    .catalog-panel-box .sort-wrap .sort-item:first-child:before {
        display: block;
    }
    .catalog-panel-box .sort-wrap .sort-item:last-child:before {
        display: none;
    }
    .catalog-panel-box .sort-wrap a {
        height: 24px;
        line-height: 24px;
    }
    .catalog-panel-box .sort-wrap a:before {
        display: none;
    }
    .articles-slider-box {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .articles-slider-box .slider-title-wrap {
        position: relative;
        width: 100%;
        margin: 0;
        height: auto;
        padding: 0 0 70px 10px;
    }
    .articles-slider-box .owl-nav {
        display: none;
    }
    .articles-slider-box .owl-dots {
        display: block;
        padding-top: 30px;
    }
    .main-pluses-box {
        padding-bottom: 100px;
    }
    .main-pluses-box .inner-wrap {
        display: block;
    }
    .main-pluses-box .pluses-main-wrap {
        width: 100%;
        padding-right: 0;
        padding-bottom: 0;
        max-width: 100%;
    }
    .main-pluses-box .pluses-text-wrap {
        width: 100%;
        padding-bottom: 0;
    }
    .main-pluses-box .photo-wrap {
        max-width: 400px;
    }
    .main-pluses-box h1,
    .main-pluses-box .h1-title {
        margin-bottom: 1em;
    }
    .main-about-box .item-wrap {
        min-width: 450px;
    }
    .main-about-box .btn-action-play {
        width: 80px;
        height: 80px;
        margin-left: -40px;
        margin-top: -40px;
    }
    .main-about-box .btn-action-play:before {
        background-size: 18px auto;
    }
    .main-catalog-box {
        margin-bottom: 32px;
    }
    .main-catalog-box .item-wrap {
        margin-bottom: 32px;
    }
    .news-slider-box .slider-title-wrap {
        display: none;
    }
    .news-slider-box .owl-dots {
        display: block;
    }
    .news-slider-box .owl-nav {
        display: none;
    }
    .main-top-box .sl-wrap {
        padding-left: 40px;
        padding-right: 40px;
    }
    .main-top-box .section-text-wrap {
        font-size: 10px;
    }
    .main-title-box {
        margin-bottom: 32px;
    }
    .catalog-slider-box {
        margin-bottom: 32px;
    }
    .catalog-slider-box .owl-nav {
        display: none;
    }
    .catalog-slider-box .owl-dots {
        display: block;
    }
}
@media (max-width: 639px) {
    .auth-box {
        padding: 0;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .auth-box .form-wrap {
        width: 100%;
        min-height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .order-box .frm-row-submit {
        display: block;
    }
    .order-box .frm-row-submit .submit-info {
        text-align: center;
        margin: 0 auto 30px auto;
        padding: 0;
    }
    .order-box .frm-row-submit .submit-button {
        width: 280px;
        margin: 0 auto;
    }
    .order-box .field-selects,
    .order-box .field-select-profile {
        padding-top: 0;
    }
    .order-box .field-delivery,
    .order-box .field-pays {
        padding-right: 0;
    }
    .order-box .field-delivery .field-wrap,
    .order-box .field-pays .field-wrap {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-right: 0;
    }
    .order-box .field-delivery .field-wrap:last-child,
    .order-box .field-pays .field-wrap:last-child {
        margin-bottom: 0;
    }
    .cart-box .cart-total-wrap {
        padding-top: 30px;
        text-align: center;
        display: block;
    }
    .cart-box .cart-total-wrap .cart-price-wrap {
        display: block;
    }
    .cart-box .cart-total-wrap .cart-price-wrap .price-title {
        margin: 0 0 10px 0;
    }
    .cart-box .cart-actions-wrap {
        display: block;
    }
    .cart-box .cart-actions-wrap .action-wrap {
        width: 280px;
        margin: 0 auto 10px auto;
    }
    .cart-box .cart-actions-wrap .action-wrap:last-child {
        margin-bottom: 0;
    }
    .lk-box .lk-title-wrap {
        display: block;
    }
    .lk-box .lk-title-wrap .link-wrap {
        padding-left: 0;
        margin-bottom: 10px;
    }
    .card-box .btn,
    .card-box button,
    .card-box input[type="submit"] {
        font-size: 12px;
    }
    .article-photos-box {
        margin-bottom: 20px;
    }
    .article-photos-box .item-wrap {
        width: 50%;
    }
    .article-box h1,
    .article-box .h1-title,
    .article-box h2,
    .article-box .h2-title {
        margin-bottom: 1em;
    }
    .article-box .map-box {
        margin-top: 0;
    }
    .article-info-box .elm-row-info {
        display: block;
    }
    .locations-box .item-wrap {
        width: 100%;
    }
    .item-catalog .cat-photo-wrap {
        height: 70vw;
        padding: 0px;
    }
    .item-catalog .cat-photo {
        top: 25px;
        bottom: 25px;
        left: 18px;
        right: 18px;
    }
    .main-pluses-box {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .main-pluses-box .pluses-text-wrap {
        padding-top: 40px;
    }
    .main-pluses-box:before {
        display: none;
    }
    .main-pluses-box h1,
    .main-pluses-box .h1-title {
        font-size: 50px;
        line-height: 1;
    }
    .main-pluses-box ol li {
        padding-top: 0;
    }
    .main-pluses-box .title {
        padding-left: 70px;
    }
    .main-about-box .items-wrap {
        display: block;
    }
    .main-about-box .item-wrap {
        width: 100%;
        min-width: 0;
    }
    .main-about-box .item-wrap:last-child {
        display: none;
    }
    .main-about-box .btn-action-play {
        top: 20px;
        right: 20px;
        margin: 0;
        left: auto;
    }
    .catalog-slider-box .sl-wrap {
        width: 300px;
    }
    .main-top-box .sl-wrap {
        padding-top: 170px;
        padding-bottom: 130px;
    }
    .main-top-box:before {
        bottom: 100px;
    }
    .main-top-box .section-text-wrap {
        font-size: 8px;
        position: static;
        min-height: 178px;
    }
    .main-top-box .section-main-title {
        font-size: 3em;
    }
    .main-top-box .section-subtitle {
        font-size: 6em;
    }
    .main-top-box .btn-action-ico.button-go {
        width: 48px;
        height: 48px;
        top: auto;
        left: auto;
        right: 30px;
        bottom: 100px;
        margin: 0;
    }
    .main-top-box .btn-action-ico.button-go:before {
        background-size: 20px auto;
    }
    
    .main-top-box {
        min-height: 35vh;
        max-height: 35vh;
    }
    .main-top-box .sl-wrap {
        min-height: 35vh;
        max-height: 35vh;
    }
    .main-top-box .btn-action-ico.button-go {
        bottom: 3vh;
    }
    .main-top-box .section-text-wrap {
        height: auto;
        zoom: 0.8;
    }
    .main-top-box .slider-wrap .slider a:first-child {
        justify-content: start;
    }
}
@media (max-width: 479px) {
    .auth-box .form-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .auth-box .frm-footer {
        display: block;
    }
    .auth-box .footer-info {
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding: 0;
        margin: 0 auto 20px auto;
    }
    .auth-box .soc-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .auth-box .frm-row-submit {
        display: block;
        text-align: center;
    }
    .auth-box .info-wrap,
    .auth-box .link-wrap {
        padding: 0;
        text-align: center;
        margin: 0 0 20px 0;
    }
    .auth-box .button-wrap {
        width: 100%;
    }
    .auth-box .button-wrap .btn,
    .auth-box .button-wrap button,
    .auth-box .button-wrap input[type="submit"] {
        width: 100%;
    }
    .lk-form-box .frm-row-submit .btn,
    .lk-form-box .frm-row-submit button,
    .lk-form-box .frm-row-submit input[type="submit"] {
        width: 100%;
    }
    .lk-form-box .submit-info {
        text-align: center;
    }
    .list-box.type-second .list-value {
        padding-left: 0;
    }
    .list-box li {
        display: block;
        min-height: 0;
    }
    .list-box .list-value {
        text-align: left;
        padding: 0 0 0 20px;
        margin: 0px 0 0 0;
    }
    .list-box .list-value:first-child {
        margin: 0;
    }
    .photos-box {
        padding: 0;
    }
    .photos-box .main-block {
        height: auto;
        margin-bottom: 20px;
    }
    .photos-box .main-block .item-photo {
        height: auto;
    }
    .photos-box .main-block .item-photo:before {
        display: block;
        padding-top: 100%;
    }
    .photos-box .preview-block {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        width: 100%;
    }
    .photos-box .preview-block ul {
        overflow: hidden;
        margin: 0 -5px;
    }
    .photos-box .preview-block li {
        padding: 0 5px;
        margin: 0;
        width: 16.66%;
        float: left;
        height: auto;
    }
    .photos-box .preview-block .item-photo {
        height: auto;
        min-height: 60px;
    }
    .photos-box .preview-block .item-photo:before {
        display: block;
        padding-top: 100%;
    }
    .card-box .parameters-wrap {
        max-width: inherit;
        margin-left: 0;
        margin-right: -10px;
    }
    .card-box .frm-select-parameter {
        width: 30%;
        margin: 0 3% 3% 0;
    }
    .card-box .actions-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card-box .action-wrap {
        width: 100%;
        padding: 0;
    }
    .card-box .action-wrap:last-child {
        padding: 0;
    }
    .card-box .btn.btn-refresh,
    .card-box button.btn-refresh,
    .card-box input[type="submit"].btn-refresh {
        width: 30%;
        margin: 0 3% 3% 0;
    }
    .articles-slider-box h1,
    .articles-slider-box .h1-title {
        font-size: 40px;
        line-height: 1;
    }
    .second-pluses-box ol li {
        width: 100%;
    }
    .main-pluses-box h1,
    .main-pluses-box .h1-title {
        font-size: 40px;
    }
    .main-pluses-box .title-wrap {
        font-size: 16px;
        line-height: 1.5;
    }
    .main-pluses-box .title-wrap .text {
        padding-left: 50px;
    }
    .main-pluses-box .title-wrap .text:before {
        top: 12px;
        width: 24px;
    }
    .main-catalog-box .item-wrap {
        width: 100%;
    }
    .news-slider-box .item-wrap {
        width: 100%;
        min-width: 100%;
    }
    .main-top-box .sl-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .main-top-box ~ .page > .main-title-box:first-child {
        padding-left: 60px;
    }
}
@media (min-width: 768px) {
    .list-box.type-second li {
        padding-top: 30px;
        padding-bottom: 30px;
        min-height: 110px;
    }
}
@media (min-width: 1024px) {
    .auth-box.reg .form-wrap {
        padding-top: 100px;
    }
    .auth-box.reg .frm-title {
        margin-bottom: 60px;
    }
    .auth-box.reg .frm-ico {
        margin-bottom: 78px;
    }
    .filter-show .catalog-panel-box {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .filter-show .catalog-panel-box .sort-wrap a:before {
        bottom: -15px;
    }
    .filter-show .main-filter-wrap .filter-overlay {
        margin-top: 15px;
    }
}
@media (min-width: 1024px) and (max-height: 999px) {
    .auth-box .form-wrap,
    .auth-box.reg .form-wrap {
        padding-top: 60px;
    }
    .auth-box .frm-field-input select,
    .auth-box.reg .frm-field-input select,
    .auth-box .frm-field-input input[type="text"],
    .auth-box.reg .frm-field-input input[type="text"],
    .auth-box .frm-field-input input[type="password"],
    .auth-box.reg .frm-field-input input[type="password"],
    .auth-box .frm-field-input input[type="email"],
    .auth-box.reg .frm-field-input input[type="email"],
    .auth-box .frm-field-input input[type="number"],
    .auth-box.reg .frm-field-input input[type="number"],
    .auth-box .frm-field-input input[type="range"],
    .auth-box.reg .frm-field-input input[type="range"],
    .auth-box .frm-field-input input[type="search"],
    .auth-box.reg .frm-field-input input[type="search"],
    .auth-box .frm-field-input input[type="tel"],
    .auth-box.reg .frm-field-input input[type="tel"],
    .auth-box .frm-field-input input[type="url"],
    .auth-box.reg .frm-field-input input[type="url"] {
        height: 40px;
        padding-left: 20px;
    }
    .auth-box .frm-field-input label,
    .auth-box.reg .frm-field-input label {
        padding-left: 20px;
    }
    .auth-box .frm-field,
    .auth-box.reg .frm-field {
        margin-bottom: 15px;
    }
    .auth-box.reg .frm-title,
    .auth-box.reg .frm-ico {
        margin-bottom: 40px;
    }
}
@media (min-width: 768px) and (max-width: 899px) {
    .card-box .actions-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card-box .action-wrap {
        width: 100%;
        padding: 0;
    }
    .card-box .action-wrap:last-child {
        padding: 0;
    }
}
@media (min-width: 1024px) and (max-width: 1099px) {
    .card-box .actions-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card-box .action-wrap {
        width: 100%;
        padding: 0;
    }
    .card-box .action-wrap:last-child {
        padding: 0;
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .auth-box .form-wrap {
        padding-bottom: 40px;
    }
    .auth-box .frm-footer {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .auth-box .footer-info {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0 0 20px 0;
    }
    .card-box .photos-wrap {
        -ms-flex-preferred-size: 350px;
        flex-basis: 350px;
    }
    .card-box .btn,
    .card-box button,
    .card-box input[type="submit"] {
        padding: 0 15px;
    }
    .photos-box {
        padding-right: 80px;
    }
    .photos-box .main-block {
        height: 500px;
    }
    .photos-box .preview-block {
        width: 80px;
    }
    .photos-box .preview-block li {
        height: 75px;
        margin-bottom: 10px;
    }
    .article-info-box .row-main {
        padding-bottom: 0;
    }
    .contacts-box .row-main {
        padding-bottom: 0;
    }
    .contacts-box .elm-row-info {
        display: block;
    }
}
@media (min-width: 1024px) and (max-width: 1599px) {
    .order-box .frm-select-ico {
        font-size: 14px;
    }
    .order-box .frm-select-ico .lbl-title {
        font-size: 14px;
    }
}
@media (min-width: 1024px) and (max-width: 1399px) {
    .order-box .frm-select-ico label {
        padding-left: 80px;
        min-height: 60px;
    }
    .order-box .frm-select-ico .lbl-ico {
        width: 60px;
        height: 60px;
    }
}
@media (min-width: 1600px) {
    .page-panel-box .actions-wrap {
        right: -40px;
    }
    .page-panel-box .actions-wrap + .br-wrap {
        padding-right: 40px;
    }
}

.frm-field-input input[required] ~ label:after, .frm-field-input input.inp-required ~ label:after {
    content: " *";
    color: #fd3232;
    margin-left: -10px !important;
}
@media (max-width: 639px) {
    body:not(.catalog-menu-active) .wrap {
        padding-bottom: 51px;
    }
    body:not(.catalog-menu-active) .main-catalog-menu-wrap {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        z-index: 100;
    }
    body:not(.catalog-menu-active) .main-catalog-menu-wrap .btn-catalog {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #000;
        transition: none;
    }
}

.product__prices:not(:last-child){
    margin-right:15px;
}
.product__prices{
    border:1px dashed #c9ced6;
    border-radius:4px;
    padding:10px 20px;
    cursor:pointer
}
.product__prices.active{
    border: 1px dashed #C16E6E;
}
.product__prices-borderless{
    border-width:0;padding:0
}
.product__prices-text{
     margin:0 0 14px;line-height:1;color:#8c9199;white-space:nowrap
}
.product__prices-text span{
    cursor:pointer
}
.product__prices-wrapper{
    display:-webkit-box;display:-ms-flexbox;display:flex
}
.product__price{
    font-size:32px;white-space:nowrap
}
.product__price .rouble{
     font-size:20px;
}
.product__prices.disabled .product__price {
    font-size: 15px;
}
.product__prices.disabled .product__price .rouble{
    display: none;
}
.btn-action-ico[data-count] {
    overflow: visible;
}
.btn-action-ico[data-count]:after {
    content: attr(data-count);
    height: 18px;
    line-height: 18px;
    min-width: 18px;
    border-radius: 10px;
    text-align: center;
    padding: 0 4px;
    float: left;
    position: absolute;
    bottom: 50%;
    left: 50%;
    top: auto;
    right: auto;
    margin-left: 3px;
    margin-bottom: 5px;
    background-color: #000;
    color: #fff;
    font-size: 9px;
    font-weight: 300;
}
.popup-title-wrap .btn-action-ico[data-count]:after {
    margin-bottom: 0;
}
@media (max-width: 1023px) {
    .btn-action-ico[data-count]:after {
        margin-bottom: 0;
        margin-left: 0;
    }
}