@charset "UTF-8";

@font-face {
    font-family: GothamPro-Light;
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/GothamPro-Light.woff2) format("woff2");
}
@font-face {
    font-family: GothamPro;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/GothamPro.woff2) format("woff2");
}
@font-face {
    font-family: GothamPro-Medium;
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/GothamPro-Medium.woff2) format("woff2");
}
@font-face {
    font-family: GothamPro-Bold;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/GothamPro-Bold.woff2) format("woff2");
}
body {
    width: 100vw;
    min-height: 100vh;
    overflow-x: hidden;
    font-family: GothamPro;
    color: #555;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* font-smooth: always; */
    text-rendering: optimizeLegibility;
    font-stretch: inherit;
}
body::-webkit-scrollbar {
    width: 5px;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f9f5f0;
}
body::-webkit-scrollbar-thumb {
    background-color: #c0a894;
}
body.hidden {
    display: unset;
    overflow: hidden;
}
*{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent !important;
}
.btn, button, input[type=submit], input[type=button] {
    -webkit-user-select: none !important;
    -moz-user-select: -moz-none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
:active,
:focus {
    outline-width: 0;
}
.main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
            flex: 1;
}
.main > h1 {
    padding: 0 30px;
}
.leafs {
    background: url(../images/homeLeafs.png) top center no-repeat;
    background-size: 100%;
}
.leafs_about {
    background: url(../images/about.png) bottom center no-repeat;
    background-size: 100%;
}
.container {
    width: 1530px;
    margin: 0 auto;
    max-width: -webkit-calc(100% - 60px);
    max-width: calc(100% - 60px);
}
.container__small {
    width: 1122px;
    max-width: -webkit-calc(100% - 60px);
    max-width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    padding: 0 56px;
}
.container__small h1 {
    margin-bottom: 15px;
}
.container__small > .text {
    margin: 0 auto 90px;
    width: 810px;
    max-width: 100%;
}
.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
}
.page-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
}
.page-cols > :not(:last-child) {
    margin-right: 90px;
}
.aside {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 282px;
    margin-right: auto;
    margin-left: 0;
}
.aside ~ div, .aside ~ .page_container{
    margin-left: auto;
    margin-right: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    width: -webkit-calc(100% - 342px);
    width: calc(100% - 342px);
}
@media screen and (max-width: 1284px) {
    .aside {
        width: 100%;
    }
    .aside ~ div, .aside ~ .page_container {
        width: 100%;
    }
    .page {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
                flex-flow: row wrap;
    }
}
@media screen and (max-width: 1679px) {
    .container {
        width: 1300px;
    }
}
@media screen and (max-width: 1400px) {
    .container {
        width: 1190px;
    }
}
@media screen and (max-width: 1284px) {
    .container {
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px);
    }
    .container__small {
        padding: 0 15px;
    }
    .page-cols {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
                flex-flow: column nowrap;
    }
    .page-cols > :not(:last-child) {
        margin-right: 0;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .main > h1 {
        padding: 0 15px;
    }
    .container {
        max-width: unset;
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
    }
    .container__small {
        max-width: 100%;
    }
    .container__small > .text {
        margin: 0 auto 30px;
    }
    .no-mobile {
        display: none !important;
    }
}
.title {
    display: block;
    text-transform: uppercase;
    color: #333;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.05em;
    font-family: GothamPro-Medium;
    font-weight: 500;
}
.subtitle {
    text-align: center;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 160%;
    color: #333;
}
h1 {
    text-transform: uppercase;
    color: #333;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0 0 40px;
    text-align: center;
    
}

h1, h2, h3, h4, h5, h6{
    
    font-family: 'GothamPro-Medium';
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    h1 {
        margin-bottom: 20px;
    }
    .subtitle {
        line-height: 140%;
    }
}
p {
    font-size: 14px;
    margin: 0 0 22px;
    line-height: 160%;
}
b,
strong {
    font-family: GothamPro-Medium;
    font-weight: 500;
}
.text b, .text strong, .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    
    font-family: 'GothamPro-Medium' !important;
    font-weight: 400 !important;
}
a {
    color: #ff3e53;
}
a.active{
    color: #ff3e53!important;
}
a:hover {
    text-decoration: none;
}
h2,
h3,
h4,
h5,
h6 {
    font-family: GothamPro-Medium;
    font-weight: 500;
    margin: 0 0 20px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
.btn {
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    cursor: pointer;
    border: none;
    background: rgba(0, 0, 0, 0);
    line-height: 100%;
    font-family: GothamPro;
}
.btn_big {
    min-height: 56px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}
.btn_icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    padding: 0;
    font-family: GothamPro-Medium;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
}
.btn_icon > span {
    margin-left: 15px;
}
.btn_icon i {
    font-size: 18px;
}
.header__btns .btn_icon i{
    font-size: 20px;
}
.btn_icon::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #333;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn_icon:hover::after {
    width: -webkit-calc(100% - 34px);
    width: calc(100% - 34px);
}
.btn_default {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-transform: uppercase;
    color: #fff;
    background: #ff3e53;
    padding: 17px;
    font-size: 16px;
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    text-decoration: none;
}
.btn_default:hover {
    background: #ff5669;
    text-decoration: none !important;
}
#buttons .btn-primary{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-transform: uppercase;
    color: #fff;
    background: #ff3e53;
    padding: 17px;
    font-size: 16px;
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    text-decoration: none;
}
#buttons .btn-primary:hover {
    background: #ff5669;
    text-decoration: none !important;
}
.btn_secondary {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-transform: uppercase;
    color: #fff;
    background: #c0a894;
    padding: 17px;
    font-size: 16px;
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
.btn_secondary:hover {
    background: rgba(192, 168, 148, 0.9);
}
.btn_show-more {
    text-decoration: underline;
    color: #ff3e53;
    background: #fff5f6;
    min-width: 274px;
    padding: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    font-size: 16px;
    line-height: 22px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 auto 80px;
}
.btn_show-more:hover {
    background: #ff3e53;
    color: #fff;
}
.btn_reset-filters {
    background: #f9f5f0;
    color: #c0a894;
    font-size: 15px;
    line-height: 22px;
    padding: 14px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
}
.btn_reset-filters:hover {
    background: #c0a894;
    color: #f9f5f0;
}
.btn_like, .btn_compare {
    font-size: 24px;
    color: #333;
    padding: 0;
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn_compare{
    margin-right: 20px;
}
.btn_compare>*{
    fill:  #333;
    color: #333;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn_like:hover, .btn_compare:hover>* {
    color: #ff3e53;
    fill:  #ff3e53;
}
.btn_like.active, .btn_compare.active>* {
    color: #ff3e53;
    fill:  #ff3e53;
}
.btn_count, .btn-count {
    padding: 0;
    font-size: 18px;
    line-height: 100%;
    border: none;
    background: #fff;
    height: 16px;
    width: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    color: #777;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.btn_count:hover, .btn-count:hover {
    color: #ff3e53;
}
.btn_link {
    text-decoration: underline;
    color: #ff3e53;
    font-size: 14px;
    text-align: left;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.btn_link:hover {
    text-decoration: none;
}
.btn_social {
    width: 60px;
    height: 60px;
    background: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-box-shadow: 0 5px 15px rgba(79, 105, 162, 0.1);
    box-shadow: 0 5px 15px rgba(79, 105, 162, 0.1);
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.btn_social:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn_small {
    min-height: 40px;
    padding: 12px;
}
.btn_black-text {
    color: #333;
}
.btn_grey-text {
    color: #999;
}
.btn_x {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    width: 16px;
    height: 16px;
    padding: 0;
    position: relative;
    z-index: 1;
}
.btn_x:after,
.btn_x:before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #ff3e53;
    position: absolute;
    top: -webkit-calc(50% - 0.5px);
    top: calc(50% - 0.5px);
    left: -webkit-calc(50% - 10px);
    left: calc(50% - 10px);
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
.btn_x:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn_x:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.btn_x:hover:after,
.btn_x:hover:before {
    background: #333;
}
@media screen and (max-width: 1284px) {
    .btn_default {
        padding: 15px;
        font-size: 14px;
        line-height: 14px;
    }
    .btn_small {
        min-height: 40px;
        padding: 12px;
    }
}
.js-Dropdown {
    width: 100%;
    font-family: GothamPro;
}
.js-Dropdown-title {
    font-family: GothamPro;
    border: 1px solid #e1eaf0;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    height: 40px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 35px 0 25px;
    z-index: 10;
}
.js-Dropdown-title:after {
    width: 4px;
    height: 4px;
    border: 1px solid #333;
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -webkit-calc(50% - 4px);
    top: calc(50% - 4px);
    right: 16px;
}
.js-Dropdown-list {
    top: -webkit-calc(100% - 15px);
    top: calc(100% - 15px);
    border: 1px solid #e1eaf0;
    padding-top: 25px;
    padding-bottom: 5px;
    max-height: 150px;
    overflow-y: auto;
    z-index: 9;
}
.js-Dropdown-list::-webkit-scrollbar {
    width: 2px;
}
.js-Dropdown-list::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f9f5f0;
}
.js-Dropdown-list::-webkit-scrollbar-thumb {
    background-color: #c0a894;
}
.js-Dropdown-list li {
    border: none;
    padding: 0 25px;
    color: #333;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    font-family: GothamPro;
}
.js-Dropdown-list li:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #c0a894;
}
.js-Dropdown-list li.is-selected {
    color: #c0a894;
    background: rgba(0, 0, 0, 0);
}
.callback-btn {
    width: 66px;
    height: 189px;
    background: url(../images/callbackbtn.png) center right no-repeat;
    background-size: contain;
    position: fixed;
    z-index: 50;
    right: 0;
    bottom: -webkit-calc(50% - 88px);
    bottom: calc(50% - 88px);
    border: none;
    cursor: pointer;
    padding: 0;
}
.callback-btn_ukr {
    background: url(../images/callbackbtnukr.png) center right no-repeat;
    background-size: contain;
}
@media screen and (max-width: 1284px) {
    .callback-btn {
        width: 44px;
        height: 135px;
    }
}
.to-top {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 12px;
    cursor: pointer;
    position: fixed;
    z-index: 15;
    bottom: 60px;
    right: 80px;
    z-index: 11;
    font-family: GothamPro-Medium;
    background: 0 0;
    border: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}
.to-top span {
    margin-top: 10px;
}
.to-top i {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    width: 27px;
    height: 27px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #333;
}
.to-top i:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0 -1px -2px 0;
}
.to-top:hover i {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}
.to-top:hover span {
    text-decoration: underline;
}
@media screen and (max-width: 1284px) {
    .to-top {
        bottom: 15px;
        right: 60px;
    }
    .to-top span {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .to-top {
        right: 44px;
    }
}
.checkbox + label {
    cursor: pointer;
    padding-left: 34px;
    position: relative;
    font-family: GothamPro;
    font-size: 15px;
    line-height: 23px;
    color: #373738;
}
.checkbox + label:not(:last-child) {
    margin-bottom: 10px;
}
.checkbox + label:after,
.checkbox + label:before {
    content: "";
    display: inline-block;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.checkbox + label:before {
    width: 22px;
    height: 22px;
    border: 1px solid #c0a894;
    left: 0;
    /* top: -2px; */
    top: 0px;
}
.checkbox:checked + label:after {
    width: 14px;
    height: 14px;
    background: #c0a894;
    /* border: 3px solid #fff; */
    /* top: -1px; */
    top: 4px;
    left: 4px;
}
.checkbox_primary + label {
    font-size: 14px;
}
.checkbox_primary:checked + label:after {
    background: #ff3e53;
    top: 4px;
}
.checkbox_primary + label:before {
    border-color: #ff3e53;
    top: 0;
}
.radio + label,#simplecheckout_shipping label {
    cursor: pointer;
    padding: 6px 0 6px 34px;
    position: relative;
    font-family: GothamPro;
    font-size: 14px;
    line-height: 100%;
    color: #999;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.radio + label:after,
.radio + label:before,
#simplecheckout_shipping label:before,
#simplecheckout_shipping label:after {
    content: "";
    display: inline-block;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}
#simplecheckout_shipping label:before, .radio + label:before {
    width: 26px;
    height: 26px;
    border: 1px solid #999;
    left: 0;
    top: 0;
    background: #fff;
}
#simplecheckout_shipping .radio input{
    display: none;
}
.radio + label:hover {
    color: #333;
}
#simplecheckout_shipping .radio input:checked + label, .radio:checked + label {
    color: #333;
}
#simplecheckout_shipping .radio input:checked + label:after,.radio:checked + label:after {
    width: 14px;
    height: 14px;
    background: #ff3e53;
    top: 6px;
    left: 6px;
}
.radio_primary:checked + label {
    font-size: 14px;
}
.radio_primary:checked + label:after {
    background: #ff3e53;
}
.btn_dropdown {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    padding: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    color: #333;
    font-size: 15px;
    line-height: 100%;
    font-family: GothamPro-Medium;
    font-weight: 500;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin-bottom: 24px;
    text-align: left;
}
.btn_dropdown .ico {
    margin-right: 10px;
}
.btn_dropdown:after {
    content: "";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 6px;
    height: 6px;
    border: 1px solid #333;
    border-left: none;
    border-top: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 3px;
    margin-left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn_dropdown + div {
    display: none;
}
.btn_dropdown.opened:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: 6px;
}
.swiper__btn {
    width: 24px;
    height: 24px;
    margin: 0;
}
.swiper__btn:after {
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    font-size: 24px;
    color: #999;
}
.swiper__btn[aria-disabled="false"]:after {
    color: #333;
}
.swiper__btn:hover:after {
    color: #ff3e53;
}
.swiper-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 1px solid #999;
    position: unset;
    margin: 0 0 0 15px;
    -webkit-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}
.swiper-btn::after {
    font-size: 12px;
    color: #333;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.swiper-btn:hover:not([aria-disabled="true"]) {
    border-color: #c0a894;
}
.swiper-btn:hover:not([aria-disabled="true"])::after {
    color: #c0a894;
}
.slider {
    position: relative;
}
.slider:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 356px;
    background-color: #f9f5f0;
    background-image: url(../images/homeLeafs.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.slider__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 66px;
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
}
.slider__header_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
}
.slider__header_center .slider__btns {
    margin-right: 0;
    margin-left: 10px;
}
.slider__header_center .title {
    padding-left: 120px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    text-align: center;
}
.slider__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}
@media screen and (max-width: 767px) {
    .swiper__btn {
        display: none;
    }
    .swiper-btn {
        width: 30px;
        height: 30px;
    }
    .slider__header {
        margin-top: 46px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
                flex-flow: column nowrap;
    }
    .slider__header_center .title {
        padding-left: 0;
    }
    .slider__header_center .slider__btns {
        margin: 10px 0 0 auto;
    }
    .slider__btns {
        margin: 10px 0 0 auto;
    }
}
.ico::after {
    content: "";
    display: inline-block;
}
.ico_compare::after {
    width: 24px;
    height: 24px;
    background: url(../images/law.svg) center center no-repeat;
    background-size: contain;
}
.ico_cart::after {
    width: 21px;
    height: 24px;
    background: url(../images/cart.svg) center center no-repeat;
    background-size: contain;
}
.ico_search::after {
    width: 20px;
    height: 20px;
    background: url(../images/search.svg) center center no-repeat;
    background-size: contain;
}
.ico_user::after {
    width: 20px;
    height: 20px;
    background: url(../images/user.svg) center center no-repeat;
    background-size: contain;
}
.ico_mail::after {
    width: 14px;
    height: 11px;
    background: url(../images/mail.svg) center center no-repeat;
    background-size: contain;
}
.ico_sale::after {
    width: 28px;
    height: 28px;
    background: url(../images/sale.svg) center center no-repeat;
    background-size: contain;
}
.ico_facebook::after {
    width: 20px;
    height: 20px;
    background: url(../images/facebook.svg) center center no-repeat;
    background-size: contain;
}
.ico_google::after {
    width: 19px;
    height: 19px;
    background: url(../images/google.svg) center center no-repeat;
    background-size: contain;
}
.ico_shop::after {
    width: 16px;
    height: 16px;
    background: url(../images/cart1.svg) center center no-repeat;
    background-size: contain;
}
.ico_gift::after {
    width: 16px;
    height: 16px;
    background: url(../images/cart2.svg) center center no-repeat;
    background-size: contain;
}
.ico_download::after {
    width: 16px;
    height: 16px;
    background: url(../images/download.svg) center center no-repeat;
    background-size: contain;
}
.ico_viber::after {
    width: 20px;
    height: 20px;
    background: url(../images/viber.svg) center center no-repeat;
    background-size: contain;
}
.ico_telegram::after {
    width: 20px;
    height: 20px;
    background: url(../images/telegram.svg) center center no-repeat;
    background-size: contain;
}
.ico_whatsapp::after {
    width: 20px;
    height: 20px;
    background: url(../images/whatsapp.svg) center center no-repeat;
    background-size: contain;
}
.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    position: relative;
    z-index: 99;
    background: #fff;
}
.header__top {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
            flex-direction: row;
    border-bottom: 1px solid #ededed;
}
.header__main {
    border-left: 1px solid #ededed;
    min-width: 42vw;
}
.header__main-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    border-bottom: 1px solid #ededed;
}
.header__main-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}
.header__btns {
    min-height: -webkit-calc(100% + 1px);
    min-height: calc(100% + 1px);
    margin-bottom: -1px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    background: #f9f5f0;
    padding-left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}
.header__btns>*{
    min-height: 24px;
}
.header__btns > :not(:first-child) {
    margin-left: 60px;
}
.header_number{
    position: absolute;
    min-width: 20px;
    height: 20px;
    right: -10px;
    top: -10px;
    z-index: 1;
    background: #ff5669;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    color: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3px;
}
.header_number.disabled{
    display: none;
}
.header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    border-left: 1px solid #ededed;
    min-height: 88px;
    margin: auto 0 auto 40px;
    padding-left: 40px;
    padding-right: 40px;
}


.header__contacts .contact-link ~ span{
    font-size: 13px;
}

.header__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    background: #fff;
    height: 86px;
    position: relative;
    max-width: 100%;
}
.header__bottom > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}
.logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin: auto 30px;
}
.logo img{
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.logo__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.logo__link img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.nav {
    border-right: 1px solid #ededed;
    min-height: 54px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.nav__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin: auto 15px;
}
.nav__item {
    margin: 0 25px;
    position: relative;
}
.nav__item > a,
.nav__item > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    padding: 6px 0;
}
.nav__item > a::after,
.nav__item > span::after {
    bottom: -6px;
}
.nav__item a,
.nav__item span {
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    color: #555;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nav__item a:hover,
.nav__item span:hover {
    color: #ff3e53;
}
.nav__item:hover > a,
.nav__item:hover > span {
    color: #ff3e53;
}
.nav__item:hover > a::after,
.nav__item:hover > span::after {
    border-right-color: #ff3e53;
}
.nav__item::first-letter {
    text-transform: uppercase;
}
.language {
    margin: auto 30px;
    position: relative;
}
.language button {
    padding: 6px 0;
    border: none;
    background: rgba(0, 0, 0, 0);
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    color: #555;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.language button:hover {
    color: #ff3e53;
}
.language button:hover::after {
    border-right-color: #ff3e53;
}
.dropdown {
    position: relative;
}
.dropdown > button::after,
.dropdown > span::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 3px solid rgba(51, 51, 51, 0);
    border-right: 4px solid #333;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-left: 6px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.dropdown__list {
    list-style: none;
    display: none;
    padding: 0;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    left: 0;
    top: 100%;
    z-index: 9;
    background: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    padding: 16px 27px 16px 20px;
    margin: 0;
}
.dropdown__list > li:not(:last-of-type) {
    margin-bottom: 12px;
}
.dropdown:hover .dropdown__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.search {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    margin: auto 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    position: relative;
}
.search .ico_search {
    margin-right: 10px;
}
.search__input {
    border: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    line-height: 14px;
}
.search .search_focus {
    display: inline-block;
    width: 0;
    position: absolute;
    left: 30px;
    top: 100%;
    height: 1px;
    background: #c0a894;
    -webkit-transition: width 0.9s ease-in-out;
    -o-transition: width 0.9s ease-in-out;
    transition: width 0.9s ease-in-out;
}
.auth-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    color: #333;
}
.auth-link span {
    margin-left: 10px;
}
.auth-link:hover {
    text-decoration: underline;
}
.contact-link {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    line-height: 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    word-break: break-all;
}
.contact-link > i {
    color: #c0a894;
    margin-right: 10px;
    font-size: 14px;
}
.contact-link_big {
    font-size: 18px;
    line-height: 18px;
    font-family: GothamPro-Medium;
}
.contact-link_big > i {
    font-size: 20px;
}
.contact-link:hover {
    color: #c0a894;
}
.back-call-btn {
    border: none;
    background: rgba(0, 0, 0, 0);
    text-decoration: underline;
    color: #555;
    font-size: 14px;
    line-height: 14px;
    padding: 0;
    margin-top: 2px;
    cursor: pointer;
}
.back-call-btn:hover {
    text-decoration: none;
}
.menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin: 0 40px;
}
.menu__item:first-of-type > a {
    color: #ff3e53;
}
.menu__item > a .ico {
    margin-right: 10px;
}
.menu__item > a,
.menu__item > span {
    white-space: nowrap;
    cursor: pointer;
    font-family: GothamPro-Medium;
    font-size: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    color: #333;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.menu__item > a:hover,
.menu__item > span:hover {
    color: #ff3e53;
}
.dropdown-menu {
    width: 100vw;
    position: absolute;
    left: 0;
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    background: #fff;
    top: 100%;
    z-index: -1;
    border-top: 1px solid #c0a894;
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    padding: 40px 0 40px;
    max-height: 80vh;
    overflow-y: auto;
}
.dropdown-menu::-webkit-scrollbar {
    width: 3px;
}
.dropdown-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f9f5f0;
}
.dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #c0a894;
}
.dropdown-menu a {
    text-decoration: none;
    color: #333;
}
.dropdown-menu .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse nowrap;
    -webkit-flex-flow: column-reverse nowrap;
            flex-flow: column-reverse nowrap;
}
.dropdown-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.dropdown-menu__aside > ul {
    font-size: 15px;
    line-height: 15px;
}
.dropdown-menu__aside > ul:not(:last-child) {
    margin-bottom: 40px;
}
.dropdown-menu__aside li {
    margin-bottom: 15px;
}
.dropdown-menu__aside a {
    color: #ff3e53;
    text-transform: uppercase;
}
.dropdown-menu__main {
    font-size: 15px;
    line-height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
}
.dropdown-menu__main li {
    margin-bottom: 12px;
}
.dropdown-menu__main a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    position: relative;
    font-family: GothamPro-Medium;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.dropdown-menu__main a:hover {
    color: #ff3e53;
}
.dropdown-menu__main a:hover:before,
.dropdown-menu__main a:hover > i {
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    background: #ff3e53;
}
.dropdown-menu__main ul {
    font-size: 14px;
    line-height: 14px;
    margin-top: 20px;
}
.dropdown-menu__main ul a {
    font-family: GothamPro;
}
.dropdown-menu__main ul ul {
    font-size: 13px;
    line-height: 13px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.dropdown-menu__main ul ul a {
    padding-left: 22px;
    font-family: GothamPro-Light;
    color: #777;
}
.dropdown-menu__main ul ul a:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #777;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 5px;
}
.line-ico {
    margin: 7px 0 0 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    height: 1px;
    width: 13px;
    background: #333;
}
.dropdown-menu-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}
.dropdown-menu-btn > a,
.dropdown-menu-btn > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}
.dropdown-menu-btn:hover .dropdown-ico {
    border-top-color: #ff3e53;
}
.dropdown-ico {
    border: 4px solid transparent;
    border-top: 4px solid #333;
    margin-top: 3px;
    margin-left: 8px;
    margin-right: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.close-dropdown-btn,
.close-filter-btn {
    width: 30px;
    height: 30px;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    padding: 0;
    background: #f9f5f0;
    position: absolute;
    right: 0;
    top: 0;
}
.close-dropdown-btn:after,
.close-dropdown-btn:before,
.close-filter-btn:after,
.close-filter-btn:before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 16px;
    height: 2px;
    background: #c0a894;
}
.close-dropdown-btn:after,
.close-filter-btn:after {
    margin-left: -8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.close-dropdown-btn:before,
.close-filter-btn:before {
    margin-right: -8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (min-width: 1285px) {
    .dropdown-menu .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
                flex-flow: row nowrap;
    }
    .dropdown-menu__aside {
        max-width: 20%;
    }
    .dropdown-menu__main {
        width: 80%;
    }
    .dropdown-menu__main > li {
        margin-right: 30px;
        width: -webkit-calc(25% - 30px);
        width: calc(25% - 30px);
    }
    .close-dropdown-btn {
        display: none;
    }
}
@media screen and (max-width: 1284px) {
    .dropdown-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        bottom: 0;
        top: 0;
        right: -150%;
        left: unset;
        z-index: 999;
        max-height: unset;
        height: 100%;
        -webkit-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
        width: 100%;
        position: absolute;
        padding-bottom: 40px;
    }
    .dropdown-menu .container {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
                justify-content: flex-end;
    }
    .dropdown-menu__aside {
        margin-bottom: 10px;
    }
    .dropdown-menu__aside > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
                flex-flow: row wrap;
        font-size: 12px;
    }
    .dropdown-menu__aside > ul:not(:last-child) {
        margin-bottom: 10px;
    }
    .dropdown-menu__aside li {
        margin-right: 10px;
        margin-bottom: 5px;
    }
    .dropdown-menu__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
                flex-flow: column nowrap;
        padding-bottom: 40px;
    }
    .dropdown-menu.opened {
        right: 0;
    }
}
#burger {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #c0a894;
    border: none;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin-left: 20px;
    cursor: pointer;
}
#burger i {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #fff;
    position: relative;
    margin: auto;
}
#burger i:after,
#burger i:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#burger i:before {
    top: -6px;
}
#burger i:after {
    top: 6px;
}
#burger.active i {
    height: 0;
}
#burger.active i:after,
#burger.active i:before {
    top: -1px;
}
#burger.active i:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#burger.active i::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media screen and (min-width: 1285px) {
    .header__top {
        padding-left: -webkit-calc(50% - 595px);
        padding-left: calc(50% - 595px);
    }
    .logo {
        margin: auto 20px auto 0;
        /* max-width: 140px; */
        max-width: 200px;
    }
    #burger {
        display: none;
    }
    .dropdown-menu-btn > a,
    .dropdown-menu-btn > span {
        position: relative;
    }
    .dropdown-menu-btn .dropdown-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        max-height: 0;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        padding: 0;
    }
    .dropdown-menu-btn .dropdown-menu__main {
        min-height: 10vh;
    }
    .dropdown-menu-btn:hover > a:after,
    .dropdown-menu-btn:hover > span:after {
        content: "";
        display: inline-block;
        width: 100%;
        height: 50px;
        position: absolute;
        left: 0;
        top: -webkit-calc(100% - 5px);
        top: calc(100% - 5px);
    }
    .dropdown-menu-btn:hover .dropdown-menu {
        padding: 40px 0;
        max-height: 70vh;
        opacity: 1;
    }
}
@media screen and (min-width: 1680px) {
    .header__top {
        padding-left: -webkit-calc(50% - 765px);
        padding-left: calc(50% - 765px);
    }
    .logo {
        margin: auto 53px auto 18px;
        max-width: 191px;
    }
}
@media screen and (max-width: 1739px) {
    .header__btns {
        padding-left: 25px;
    }
    .header__btns > :not(:first-child) {
        margin-left: 35px;
    }
}
@media screen and (max-width: 1679px) {
    .header__contacts {
        margin: auto 0 auto 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .language {
        margin: auto 15px;
    }
    .nav__list {
        margin: auto 10px;
    }
    .nav__item {
        margin: 0 10px;
    }
    .search {
        margin: auto 20px;
    }
    .header__btns > :not(:first-child) {
        margin-left: 54px;
    }
}
@media screen and (max-width: 1284px) {
    .header {
        position: relative;
    }
    .header__main {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
                flex: 1;
        min-width: unset
    }
    .header__main-top {
        position: absolute;
        left: 75px;
        bottom: 30px;
        border: none;
        z-index: 1;
    }
    .header__contacts {
        margin: auto 0 auto 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .header__btns {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        -webkit-flex: unset;
                flex: unset;
        padding: 0 20px;
    }
    .header__btns > * i {
        font-size: 24px;
    }
    .header__btns > :not(:first-child) {
        margin-left: 20px;
    }
    .header__btns > * i:after {
        width: 24px;
        height: 24px;
        background-size: contain;
    }
    .header__btns > * span:not(.header_number) {
        display: none;
    }
    .logo {
        margin: auto 20px;
        width: 130px;
    }
    .logo__link {
        width: 130px;
    }
    .nav {
        display: block;
        min-height: unset;
        border: none;
    }
    .nav__list {
        margin: 0;
    }
    .nav__item {
        margin: 0 7px;
    }
    .nav__item a,
    .nav__item span {
        font-size: 14px;
    }
    .search {
        margin: auto 15px;
    }
    .language {
        margin: auto 0 auto 6px;
    }
    .auth-link span {
        display: none;
    }
    .auth-link i::after {
        width: 26px;
        height: 26px;
        background-size: contain;
    }
    .contact-link_big {
        font-size: 16px;
        line-height: 16px;
    }
    .contact-link_big > i {
        font-size: 18px;
    }
    .header__bottom:before {
        content: "";
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        background: rgba(0, 0, 0, 0.1);
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
    }
    .header__bottom.active:before {
        height: -webkit-calc(100vh - 175px);
        height: calc(100vh - 175px);
        opacity: 1;
    }
    .container.mobile-menu {
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
                flex-flow: column nowrap;
        min-width: 320px;
        max-width: 320px;
        padding: 0;
        position: absolute;
        top: 100%;
        left: 0;
        height: -webkit-calc(100vh - 175px);
        height: calc(100vh - 175px);
        border-top: 1px solid #c0a894;
        -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
        overflow-y: hidden;
        height: 0;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        overflow-x: hidden;
    }
    .container.mobile-menu::-webkit-scrollbar {
        width: 2px;
    }
    .container.mobile-menu::-webkit-scrollbar-track {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #f9f5f0;
    }
    .container.mobile-menu::-webkit-scrollbar-thumb {
        background-color: #c0a894;
    }
    .container.mobile-menu > * {
        padding-left: 30px;
        padding-right: 30px;
    }
    .container.mobile-menu.opened {
        overflow-y: auto;
        opacity: 1;
        padding: 30px 0 50px;
        height: -webkit-calc(100vh - 175px);
        height: calc(100vh - 175px);
        bottom: 0;
    }
    .menu {
        display: block;
        /* -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; */
        padding-left: 0;
    }
    .menu__item {
        margin: 0 0 20px;
        display: block;
    }
}
@media screen and (max-width: 767px) {
    #burger {
        margin: 0;
    }
    .header__top {
        max-height: 52px;
    }
    .header__bottom {
        z-index: 99;
        padding: 0 0 0 15px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
                flex-flow: row nowrap;
        height: 50px;
        border-bottom: 1px solid #ededed;
    }
    .header__bottom.active:before {
        height: -webkit-calc(100vh - 100px);
        height: calc(100vh - 100px);
    }
    .header__contacts {
        border: none;
        padding: 0;
        margin: 20px auto 40px 0;
        min-height: unset;
        display: block;
    }
    .header__btns {
        min-height: 100%;
        margin: 0;
    }
    .header__main {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        -webkit-flex: unset;
                flex: unset;
        border: none;
    }
    .header__main-top {
        position: unset;
        left: unset;
        bottom: unset;
        border: none;
        z-index: unset;
    }
    .logo {
        margin: 10px auto;
    }
    .nav {
        width: 100%;
    }
    .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
                flex-flow: column nowrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
                align-items: flex-start;
    }
    .nav__item {
        margin: 0;
    }
    .nav__item.dropdown:hover .dropdown__list {
        display: none;
    }
    .nav__item.dropdown .dropdown__list {
        position: relative;
        top: unset;
        left: unset;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        padding-top: 5px;
    }
    .nav__item.dropdown .dropdown__list > li:not(:last-of-type) {
        margin-bottom: 5px;
    }
    .dropdown__list {
        padding: 10px;
    }
    .container.mobile-menu.opened {
        overflow-y: auto;
        opacity: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
                flex-flow: column nowrap;
        height: -webkit-calc(100vh - 100px);
        height: calc(100vh - 100px);
    }
    .mobile-btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
                align-items: center;
        margin: auto 10px auto auto;
    }
    .mobile-btns > * {
        margin: 0 10px;
    }
    .search {
        padding: 10px 20px;
        margin: 0;
        background: #fff;
    }
}
@media screen and (min-width: 768px) and (max-width: 1284px) {
    body.fixed {
        padding-top: 175px;
    }
    body.fixed .filters {
        height: -webkit-calc(100vh - 50px);
        height: calc(100vh - 50px);
    }
    .header.fixed {
        position: fixed;
        top: -88px;
        left: 0;
        width: 100%;
    }
    .header.fixed .header__main-top {
        bottom: 12px;
    }
    .header.fixed .header__bottom {
        height: 50px;
    }
    .header.fixed .header__bottom.active:before {
        height: -webkit-calc(100vh - 50px);
        height: calc(100vh - 50px);
    }
    .header.fixed .container.mobile-menu.opened {
        overflow-y: auto;
        opacity: 1;
        height: -webkit-calc(100vh - 50px);
        height: calc(100vh - 50px);
    }
}
@media screen and (max-width: 767px) {
    body.fixed, body {
        padding-top: 66px;
    }
    .header.fixed .header__bottom, .header .header__bottom {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
    .header.fixed .header__bottom.active:before, .header .header__bottom.active:before {
        height: -webkit-calc(100vh - 50px);
        height: calc(100vh - 50px);
    }
    .header.fixed .container.mobile-menu.opened, .header .container.mobile-menu.opened {
        overflow-y: auto;
        opacity: 1;
        height: -webkit-calc(100vh - 50px);
        height: calc(100vh - 50px);
    }
}
#d_ajax_search_results.live-search {
    /* display: none; */
    position: absolute;
    left: -20px;
    top: -webkit-calc(100% - 1px);
    top: calc(100% - 1px);
    z-index: 99;
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    background: #fff;
    border-top: 0;
}
.live-search__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    min-height: 5vh;
    padding: 10px 0 0 20px;
}
.autocomlete {
    width: 25%;
}
.autocomlete p {
    font-size: 13px;
    line-height: 100%;
    margin: 0 0 15px;
}
.result-text {
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    margin-left: -20px;
}
.results {
    min-width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    max-height: 60vh;
    overflow-y: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    padding-right: 20px;
}
.results::-webkit-scrollbar {
    width: 3px;
}
.results::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f3f3f3;
}
.results::-webkit-scrollbar-thumb {
    background-color: #333;
}
.result {
    text-decoration: none;
    color: #333;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}
.result__img {
    display: block;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
}
.result__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.result__text {
    font-size: 13px;
    line-height: 100%;
    margin: auto 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
            flex: 1;
}
.result__price {
    margin-left: auto;
    margin-right: 0;
    font-size: 13px;
    line-height: 100%;
    color: #333;
}
.result .manufacturer {
    display: block;
    margin-top: 8px;
    font-size: 10px;
    line-height: 100%;
}
.btn_default.view-all-results {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    text-align: center;
    font-size: 13px;
    text-transform: none;
}
.btn_clear {
    width: 20px;
    height: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    opacity: 0;
}
.btn_clear::after,
.btn_clear::before {
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    position: absolute;
    left: -webkit-calc(50% - 12px);
    left: calc(50% - 12px);
    top: 50%;
    background: #999;
}
.btn_clear:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn_clear:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header.active-search .header__bottom {
    z-index: -2;
}
.header.active-search .search {
    margin-right: 0;
}
.header.active-search .btn_clear {
    height: 20px;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.header.active-search:before {
    opacity: 1;
    height: 100vh;
}
.header:before {
    content: "";
    display: block;
    width: 100vw;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    height: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
    .header.active-search .header__bottom {
        z-index: 99;
    }
}
@media screen and (min-width: 768px) {
    .header__main-bottom {
        position: relative;
    }
    #d_ajax_search_results.live-search {
        border-top: none;
        left: -1px;
        top: -webkit-calc(100% - 1px);
        top: calc(100% - 1px);
        width: -webkit-calc(100% - 182px);
        width: calc(100% - 182px);
    }
    .live-search__wrapper {
        padding: 0 0 0 15px;
    }
    .result-text {
        width: -webkit-calc(100% + 15px);
        width: calc(100% + 15px);
        margin-left: -15px;
    }
    .results {
        padding-right: 15px;
        max-height: 25vh;
    }
}
@media screen and (min-width: 1285px) {
    #d_ajax_search_results.live-search {
        width: -webkit-calc(100% - 210px);
        width: calc(100% - 210px);
    }
    .live-search__wrapper {
        padding: 0 0 0 20px;
    }
    .result-text {
        width: -webkit-calc(100% + 20px);
        width: calc(100% + 20px);
        margin-left: -20px;
    }
    .results {
        padding-right: 20px;
    }
}
@media screen and (min-width: 1680px) {
    #d_ajax_search_results.live-search {
        width: -webkit-calc(100% - 250px);
        width: calc(100% - 250px);
    }
    .live-search__wrapper {
        padding: 0 0 0 40px;
    }
    .result-text {
        width: -webkit-calc(100% + 40px);
        width: calc(100% + 40px);
        margin-left: -40px;
    }
    .results {
        padding-right: 40px;
    }
}
@media screen and (max-width: 999px) {
    .autocomlete {
        display: none;
    }
    .results {
        width: 100%;
    }
}
.footer {
    background: #fbf9f8;
}
.footer .js-Dropdown-title {
    min-width: 184px;
}
.footer__top {
    padding: 60px 0 50px;
}
.footer__top .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.footer__top .container > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
}
.footer__logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 161px;
}
.footer__logo img {
    max-width: 100%;
    min-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.footer__social-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    overflow: hidden;
    background: #c0a894;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.footer__social-link:not(:last-child) {
    margin-right: 12px;
}
.footer__social-link i {
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer__social-link:hover {
    background: rgba(0, 0, 0, 0);
}
.footer__social-link:hover i {
    color: #c0a894;
}
.footer__header {
    text-transform: uppercase;
    font-family: GothamPro-Medium;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: 0.05px;
    margin-bottom: 30px;
    display: block;
    color: #333;
    font-weight: 500;
}
.footer__nav {
    margin-top: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    padding: 0;
    margin-bottom: 0;
}
.footer__nav-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-top: 20px;
}
.footer__nav-item a {
    font-size: 14px;
    line-height: 14px;
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer__nav-item a:hover {
    color: #c0a894;
}
.footer__contacts {
    -ms-flex-item-align: end;
    -webkit-align-self: flex-end;
            align-self: flex-end;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
            width: 100%;
}
.footer__contacts .contact-link:not(.contact-link_big) {
    margin-top: 15px;
}
.footer__contacts .js-Dropdown {
    margin: 20px 0 5px;
}
.footer__bottom {
    min-height: 90px;
    border-top: 1px solid #e8dfd5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}
.footer__bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.footer__bottom .container span {
    font-size: 12px;
    color: #777;
    line-height: 12px;
}
.socials-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin-top: 20px;
}
.site-developer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}
.site-developer a {
    margin-left: 17px;
}
.brands-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    list-style: none;
    padding: 0;
    margin: -20px 0 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.brands-list__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-top: 20px;
}
.brands-list__item a {
    text-transform: uppercase;
    text-decoration: none;
    font-family: GothamPro-Medium;
    font-size: 14px;
    color: #333;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.brands-list__item a:hover {
    color: #c0a894;
}
@media screen and (min-width: 768px) {
    .footer__top .container > div:not(:last-child) {
        margin-right: 15px;
    }
    .footer__top .container > div:last-child {
        width: 100%;
        max-width: 25%;
    }
}
@media screen and (min-width: 1285px) {
    .footer__top .container > div:not(:last-child) {
        margin-right: 30px;
    }
    .footer__top .container > div:nth-of-type(1) {
        max-width: unset;
        margin-top: 5px;
        margin-right: 0;
        padding-right: 30px;
        max-width: -webkit-calc(25% - 10px);
        max-width: calc(25% - 10px);
    }
    .footer__top .container > div:nth-of-type(2) {
        max-width: unset;
        width: 292px;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        -webkit-flex: unset;
                flex: unset;
    }
    .footer__top .container > div:nth-of-type(3) {
        max-width: unset;
        width: 422px;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        -webkit-flex: unset;
                flex: unset;
        margin-left: auto;
        margin-right: auto;
    }
    .footer__top .container > div:nth-of-type(4) {
        max-width: unset;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        -webkit-flex: unset;
                flex: unset;
        margin-left: 10px;
        margin-right: 0;
        max-width: 200px;
    }
    .footer__nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
                justify-content: space-between;
    }
    .footer__nav-item {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
    }
    .brands-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
                flex-flow: row wrap;
    }
    .brands-list__item {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
    }
    .socials-links {
        margin-top: 30px;
    }
}
@media screen and (max-width: 767px) and (min-width: 600px) {
    .footer__top .container > div {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        -webkit-flex: unset;
                flex: unset;
        width: -webkit-calc(50% - 7.5px);
        width: calc(50% - 7.5px);
    }
}
@media screen and (max-width: 767px) {
    .footer__top {
        padding-bottom: 20px;
    }
    .footer__top .container > div {
        margin-bottom: 30px;
    }
    .footer__header {
        margin-bottom: 20px;
    }
    .footer__nav {
        margin-top: -10px;
    }
    .footer__nav-item {
        margin-top: 10px;
    }
    .brands-list {
        margin-top: -10px;
    }
    .brands-list__item {
        margin-top: 10px;
    }
}
@media screen and (max-width: 599px) {
    .footer__top .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
                flex-flow: column nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
                align-items: center;
    }
    .footer__top .container > div {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        -webkit-flex: unset;
                flex: unset;
        text-align: center;
    }
    .socials-links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
    }
    .brands-list__item,
    .footer__nav-item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
    }
    .footer__contacts {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
                align-items: center;
    }
}
.breadcrumbs {
    background: #f9f9f9;
}
.breadcrumbs ul {
    margin: 0 0 40px;
    text-align: center;
    padding: 15px 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
}
.breadcrumbs a,
.breadcrumbs li {
    font-size: 12px;
}
.breadcrumbs li {
    color: #333;
    cursor: default;
}
.breadcrumbs a {
    text-decoration: none;
    color: #999;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.breadcrumbs a::after {
    content: "/";
    margin: 0 15px;
}
.breadcrumbs a:hover {
    color: #c0a894;
}
.breadcrumbs + .brown {
    margin-top: -40px;
    padding-top: 40px;
}
@media screen and (max-width: 767px) {
    .breadcrumbs {
        margin-bottom: 10px;
    }
    .breadcrumbs ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
                justify-content: flex-start;
        margin-bottom: 0;
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        overflow-x: auto;
    }
    .breadcrumbs ul::-webkit-scrollbar {
        display: none;
    }
    .breadcrumbs ul li {
        white-space: nowrap;
    }
    .breadcrumbs ul li:first-child {
        margin-left: 15px;
    }
    .breadcrumbs ul li:last-child {
        margin-right: 15px;
    }
    .breadcrumbs + .brown {
        margin-top: -10px;
        padding-top: 10px;
    }
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin: 0 auto 40px;
    width: 100%;
}
.pagination__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    line-height: 100%;
    min-width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    font-weight: 300;
}
.pagination__item:not(:last-child) {
    margin: 0 20px 0 0;
}
.pagination__item.active {
    background: #ff3e53;
    color: #fff!important;
}
.pagination__item.disabled {
    pointer-events: none;
    cursor: default;
    color: #999;
}
.pagination__item:hover {
    color: #ff3e53;
}
.pagination__item:hover.active {
    color: #fff;
}
.pagination__item:hover.disabled {
    color: #999;
}
@media screen and (max-width: 767px) {
    .pagination__item {
        font-size: 16px;
        min-width: 30px;
        height: 30px;
    }
    .pagination__item:not(:last-child) {
        margin: 0 10px 0 0;
    }
}
.form-block {
    min-width: 540px;
    max-width: 540px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
}
.form-block > :last-child {
    margin-bottom: 0;
}
.form-block .btn_small {
    min-width: 186px;
}
.form-block .title {
    margin-bottom: 28px;
}
.form-block .input + .btn {
    margin-top: 5px;
}
.form-block .js-Dropdown-title,
.select .js-Dropdown-title {
    border: none;
    border-bottom: 1px solid #999;
    -webkit-border-radius: 0;
            border-radius: 0;
    padding: 15px 15px 15px 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 100%;
    height: unset;
}
.form-block .js-Dropdown-title:after,
.select .js-Dropdown-title:after {
    top: 17px;
    right: 8px;
}
.form-block .js-Dropdown-list,
.select .js-Dropdown-list {
    top: -webkit-calc(100% - 35px);
    top: calc(100% - 35px);
    border: none;
    border-top: none;
    padding: 20px 10px 10px;
    font-size: 14px;
    line-height: 100%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.form-block .js-Dropdown-list li,
.select .js-Dropdown-list li {
    padding: 0;
}
.form__actions-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin-bottom: 30px;
}
.form__actions-row .btn_default {
    margin: auto 0 auto auto;
}
.input-aside {
    color: #999;
    font-size: 14px;
    line-height: 14px;
    margin-left: 10px;
    border: none;
    padding: 0;
    background: rgba(255, 255, 255, 0);
    text-decoration: underline;
}
.input-aside:hover {
    text-decoration: none;
}
a.input-aside,
button.input-aside {
    padding: 0;
    margin: 0;
    margin-left: 10px;
    cursor: pointer;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.input {
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #999;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse nowrap;
    -webkit-flex-flow: row-reverse nowrap;
            flex-flow: row-reverse nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}
.input .input-title {
    cursor: text;
}
.input input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    background: rgba(255, 255, 255, 0);
    border: none;
    width: 100%;
    padding: 15px 0 15px;
    color: #333;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.input input.active + .input-title,
.input input:focus + .input-title, .input input.active +ul+ .input-title,
.input input:focus +ul+ .input-title {
    top: 0;
    cursor: default;
    font-size: 12px;
}
.input input[required] + .input-title:after, .input input[required] +ul+  .input-title:after {
    content: "*";
    color: #ff3e53;
}
.input.focus:after {
    width: 100%;
}
.input:after {
    content: "";
    display: block;
    width: 0%;
    position: absolute;
    left: 0;
    height: 2px;
    background: #ff3e53;
    bottom: -1px;
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}
.input input{
    position: relative;
    z-index: 1;
}
.input-title {
    max-width: 100%;
    padding-right: 10px;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: -webkit-calc(50% - 7px);
    top: calc(50% - 7px);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    line-height: 100%;
    color: #999;
    display: block;
    width: auto;
}
.btn-label{
    font-size: 14px;
    line-height: 100%;
    color: #999;
}
.textarea {
    position: relative;
    margin: 32px 0 40px;
}
.textarea textarea {
    background: rgba(255, 255, 255, 0);
    border: 1px solid #999;
    resize: none;
    padding: 10px;
    height: 140px;
    width: 100%;
    font-family: GothamPro;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.textarea textarea:focus {
    border-color: #ff3e53;
}
.textarea textarea[required] + .input-title:after {
    content: "*";
    color: #ff3e53;
}
.textarea .input-title {
    top: -27px;
}
@media screen and (max-width: 767px) {
    .input {
        position: relative;
        margin-bottom: 15px;
    }
    .textarea {
        margin: 32px 0 20px;
    }
    .form-block {
        min-width: 290px;
    }
    .form-block .js-Dropdown-title {
        margin-bottom: 15px;
    }
    .form__actions-row {
        margin-bottom: 15px;
    }
    .form__actions-row .btn_default {
        margin: 10px 0 0 auto;
    }
}
.select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
}
.select > span {
    color: #999;
    font-size: 12px;
    line-height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-top: 7px;
}
.select > span + .js-Dropdown .js-Dropdown-title {
    padding-top: 5px;
    margin-bottom: 30px;
}
.select > span + .js-Dropdown .js-Dropdown-title:after {
    top: 7px;
}
.select .js-Dropdown {
    width: 100%;
}
.tabs__nav {
    position: relative;
}
.tabs__nav:after {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 2px;
    width: 100%;
    background: #dfdfdf;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.tabs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    padding: 0 0 15px;
    list-style: none;
    margin: 0;
}
.tabs__list li:not(:last-of-type) {
    margin-right: 70px;
}
.tabs__content {
    margin: 40px 0;
}
.tab {
    display: none;
}
.tab.opened {
    display: block;
}
.tab .sort-line {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    border-top: none;
    padding-top: 0;
}
.tab .pagination {
    margin-bottom: 90px;
}
.tab-link {
    position: relative;
    text-decoration: none;
    color: #999;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    font-family: GothamPro-Medium;
}
.tab-link:after {
    content: "";
    width: 0;
    height: 2px;
    background: #ff3e53;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: -24px;
    left: 50%;
    right: 50%;
    display: block;
    z-index: 1;
}
.tab-link:hover {
    color: #333;
}
.tab-link.active {
    color: #333;
}
.tab-link.active:after {
    width: 100%;
    left: 0;
    right: 0;
}
.tabs_secondary .tab-link {
    font-size: 32px;
    line-height: 137%;
}
.tabs_secondary .tab-link.active {
    color: #c0a894;
}
.tabs_secondary .tab-link:after {
    background: #c0a894;
}
@media screen and (max-width: 1284px) {
    .tabs__list {
        padding: 0 0 10px;
    }
    .tabs__list li:not(:last-of-type) {
        margin-right: 30px;
    }
    .tab-link {
        font-size: 14px;
    }
    .tab-link:after {
        bottom: -13px;
    }
}
@media screen and (max-width: 767px) {
    .tabs__nav {
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        margin: 0 -15px;
        padding: 0 15px;
    }
    .tabs__list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
                justify-content: flex-start;
        max-width: 100%;
        overflow-x: auto;
    }
    .tabs__list::-webkit-scrollbar {
        display: none;
    }
    .tabs__content {
        margin: 20px 0;
    }
    .tabs .sort-line {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
                justify-content: flex-end;
        border-top: none;
        padding-top: 0;
        padding-bottom: 10px;
    }
    .tabs .sort-line > :not(:last-of-type) {
        margin-right: 0;
        max-width: 60%;
    }
    .tabs_secondary .tab-link {
        font-size: 24px;
        line-height: 140%;
    }
    .tabs_secondary .tab-link.active {
        color: #c0a894;
    }
    .tabs_secondary .tab-link:after {
        background: #c0a894;
    }
}
.banner {
    margin-bottom: 60px;
    position: relative;
}
.banner.banner_page .banner__item {
    min-height: 500px;
}
.banner__item {
    position: relative;
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-decoration: none;
}
.banner__img {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}
.banner__img img {
    /* min-width: 100%; */
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.banner__text {
    margin: auto auto 97px 13.8%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    max-width: 466px;
    color: #222;
    text-align: center;
}
.banner__text > :not(p) {
    text-transform: uppercase;
}
.banner__text b,
.banner__text strong {
    font-family: GothamPro-Bold;
}
.banner__text p {
    font-size: 18px;
    line-height: 18px;
}
.banner .btn {
    min-width: 220px;
    max-width: 100%;
}
.banner:hover .banner__btn {
    opacity: 1;
}
.banner:hover .banner__btn.swiper-button-disabled {
    opacity: 0.35;
}
.banner__btn {
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    margin: 0;
}
.banner__btn:hover:not(.swiper-button-disabled)::after {
    border-right-color: #ff3e53;
    border-bottom-color: #ff3e53;
}
.banner__btn.swiper-button-disabled {
    opacity: 0;
}
.banner__btn::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: auto;
    margin-bottom: auto;
}
.banner__btn-next {
    right: 30px;
    top: -webkit-calc(50% - 12px);
    top: calc(50% - 12px);
}
.banner__btn-next::after {
    border: 6px solid #fff;
    border-top-color: rgba(255, 255, 255, 0);
    border-left-color: rgba(255, 255, 255, 0);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: -15px;
}
.banner__btn-prev {
    left: 30px;
    top: -webkit-calc(50% - 12px);
    top: calc(50% - 12px);
}
.banner__btn-prev::after {
    border: 6px solid #fff;
    border-top-color: rgba(255, 255, 255, 0);
    border-left-color: rgba(255, 255, 255, 0);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-right: -15px;
}
.banner__text b {
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 18px;
}
.banner__text strong {
    font-size: 66px;
    line-height: 66px;
    margin-bottom: 8px;
}
.banner__text span:not(.btn) {
    font-size: 30px;
    line-height: 42px;
    max-width: 60%;
}
.banner__text p {
    line-height: 160%;
    margin: 20px 0 30px;
}
.banner_page {
    margin-bottom: 40px;
}
.banner_page .banner__text {
    max-width: 512px;
    margin: auto auto auto 11%;
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
}
.banner_page .banner__text strong {
    font-size: 36px;
    line-height: 140%;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 33px;
    line-height: 8px;
    height: 0;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: 1;
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    background: #ff3e53;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px;
}
@media screen and (max-width: 1284px) {
    .banner__text {
        max-width: 440px;
        margin: auto auto 97px 5%;
    }
    .banner__text strong {
        font-size: 60px;
        line-height: 60px;
    }
    .banner__text span:not(.btn) {
        font-size: 24px;
        line-height: 32px;
    }
    .banner__text p {
        margin: 10px 0 30px;
    }
    .banner_page .banner__text strong {
        font-size: 36px;
        line-height: 140%;
    }
}
@media screen and (max-width: 767px) {
    .banner {
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 30px;
    }
    .banner__btn {
        display: none;
    }
    .banner__item {
        /* min-height: 360px; */
    }
    .banner__text {
        min-width: 290px;
        max-width: -webkit-calc(100% - 30px);
        max-width: calc(100% - 30px);
        margin: auto 15px 60px;
    }
    .banner__text b {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 5px;
    }
    .banner__text strong {
        font-size: 36px;
        line-height: 36px;
    }
    .banner__text span:not(.btn) {
        font-size: 18px;
        line-height: 20px;
    }
    .banner__text p {
        margin: 10px 0;
        font-size: 14px;
    }
    .banner.banner_page .banner__item {
        min-height: 320px;
        max-height: 320px;
    }
    .banner.banner_page .banner__text {
        max-width: 100%;
        margin: auto 15px;
    }
    .banner.banner_page .banner__text strong {
        font-size: 24px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 20px;
    }
}
.photo-banner {
    width: 100%;
    height: 320px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}
.photo-banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.photo-banner + div {
    margin-top: -143px;
    min-height: 143px;
    background: #fff;
    position: relative;
    z-index: 1;
    padding-top: 55px;
}
@media screen and (max-width: 767px) {
    .photo-banner {
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
        height: 220px
    }
    .photo-banner + div {
        margin-top: -120px;
        min-height: 120px;
        padding-top: 20px;
    }
}
.price {
    font-family: GothamPro-Medium;
    margin: 0;
    white-space: nowrap;
    color: #333;
    line-height: 100%;
}
.price__old {
    white-space: nowrap;
    margin-right: 10px;
    position: relative;
    color: #999;
    font-family: GothamPro-Light;
}
.price__old:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #ff3e53;
    position: absolute;
    left: 0;
    top: 50%;
}
.mark {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}
.reviews-num {
    font-size: 12px;
    line-height: 12px;
    color: #333;
    text-transform: lowercase;
    margin: 0 0 0 auto;
}
.reviews-num:hover {
    text-decoration: none;
}
.manufacturer {
    font-family: GothamPro-Light;
    font-weight: 300;
}
.options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    /* margin-left: -10px; */
}
.options > span {
    margin-right: 10px;
}
.option {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    min-width: 90px;
    padding: 0 16px;
    border: 1px solid #e8e8e8;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 23px;
            border-radius: 23px;
    margin-top: 2px;
    margin-bottom: 2px;
    height: 46px;
}
/* .option:not(:last-child) {
    margin: 0 10px;
} */
.option input {
    display: none;
}
.option__text {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 180px;
    font-size: 16px;
    line-height: 100%;
}
.option.option_img {
    padding: 0 11px 0 3px;
}
.option__img {
    height: 38px;
    width: 38px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    overflow: hidden;
    margin-right: 5px;
    display: inline-block;
}
.option__img + .option__text {
    text-align: left;
}
.option__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.option.option_small {
    padding: 0 11px;
    height: 36px;
}
.option.option_small.option_img {
    padding: 0 11px 0 5px;
}
.option.option_small .option__img {
    height: 24px;
    width: 24px;
}
.option.option_small .option__text {
    font-size: 12px;
}
.option.selected {
    border-color: #ff3e53;
}
.option.selected .option__text {
    color: #ff3e53;
}
.option:hover {
    border-color: #ff3e53;
}
.option:hover .option__text {
    color: #ff3e53;
}
.raiting {
    font-size: 10px;
    margin: 0 10px 0 0;
    line-height: 10px;
}
.fa-star {
    color: #999;
}
.fa-star_active {
    color: #ff3e53;
}
.product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    width: 1270px;
    margin: 0 auto 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
@media screen and (max-width: 1679px) {
    .product {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .product {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
                flex-flow: column nowrap;
    }
}
.product__main {
    width: 620px;
    margin-left: 50px;
}
.product__main .mark {
    margin-bottom: 5px;
}
.product__photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    max-width: -webkit-calc(100% - 670px);
    max-width: calc(100% - 670px);
}
.product__photos > div {
    height: 530px;
}
.product__photos .swiper-slide {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product__photos .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.product__photos-aside {
    width: 90px;
    margin-right: 44px;
}
.product__photos-aside .swiper-slide {
    cursor: pointer;
}
.product__photos-aside .swiper-slide-thumb-active {
    opacity: 0.4;
}
.product__photos-main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
            flex: 1;
}
.product__description h1 {
    text-align: left;
    font-size: 24px;
    line-height: 160%;
    margin: 15px 0;
    text-transform: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.product__row {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin-bottom: 17px;
    width: 100%;
}
.product__row > * {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    min-height: 21px;
}
.product__row > :not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #e3e3e3;
}
span.product__availability {
    color: #1bbc6f;
}
span.product__availability.no {
    color: #ff3e53;
}
.product__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    border-top: 1px solid #e3e3e3;
    padding: 20px 0;
}
.product__options > div:not(:last-child) {
    margin-right: 10px;
}
.product__options > div > span {
    margin-right: 10px;
    font-size: 14px;
    line-height: 100%;
    color: #333;
}
.product__options .options {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    width: unset;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin-left: 0;
}
.product__options > span {
    margin-right: 10px;
    font-size: 14px;
    line-height: 100%;
    color: #333;
}
.product-count, .oc-qty {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    height: 46px;
    min-width: 130px;
    -webkit-border-radius: 23px;
            border-radius: 23px;
    border: 1px solid #e8e8e8;
    padding: 0 22px;
}
.product-count input, .oc-qty input {
    border: none;
    text-align: center;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    min-width: 40px;
    font-size: 18px;
    line-height: 100%;
    color: #333;
}
.product__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin-bottom: 30px;
}
.product__actions-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin: 10px 0;
}
.product__actions .price {
    font-size: 26px;
    line-height: 100%;
    margin-right: 40px;
}
.product__actions .price__old {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    font-size: 18px;
}
.product__actions .btn_default {
    margin: auto 30px auto 0;
    min-width: 190px;
}
.product__delivery {
    background: #f9f9f9;
    padding: 20px 40px 27px;
}
.product__delivery-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.product__delivery-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    font-size: 14px;
    line-height: 100%;
    color: #333;
    margin-top: 10px;
    text-align: left;
    padding-left: 24px;
    position: relative;
}
.product__delivery-list li > span {
    text-align: right;
    color: #999;
    padding-left: 10px;
}
.product__delivery-list li::before {
    content: "—";
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
}
.product__delivery-to {
    font-size: 16px;
    line-height: 100%;
}
.product__delivery-to .js-Dropdown-title {
    border: none;
    text-decoration: underline;
    padding: 0 18px 0 0;
    font-family: GothamPro-Bold;
    font-size: 16px;
    -webkit-border-radius: 0;
            border-radius: 0;
    background: rgba(0, 0, 0, 0);
}
.product__delivery-to .js-Dropdown-title:after {
    right: 6px;
}
.product__delivery-to .js-Dropdown-list {
    padding: 10px 0 5px;
    background: #f9f9f9;
    border: none;
    top: 100%;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    left: -15px;
    min-width: 120px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.product__delivery-to .js-Dropdown-list li {
    padding: 0 15px;
}
@media screen and (max-width: 1284px) {
    .product__main {
        width: -webkit-calc(50% - 15px);
        width: calc(50% - 15px);
        margin-left: 30px;
    }
    .product__photos {
        max-width: -webkit-calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
    .product__photos-aside {
        margin-right: 15px;
    }
    .product__options {
        padding: 20px 0 10px;
    }
    .product__options > * {
        margin-bottom: 10px;
    }
    .product-count, .oc-qty {
        height: 36px;
    }
    .option {
        padding: 0 11px;
        height: 36px;
    }
    .option.option_img {
        padding: 0 11px 0 5px;
    }
    .option__img {
        height: 24px;
        width: 24px;
    }
    .product__delivery {
        padding: 20px 20px 27px;
    }
}
.product__actions .btn_default{
    min-height: 46px;
}
@media screen and (max-width: 767px) {
    .product__actions-btns{
        flex-flow: column nowrap;
        align-items: unset
    }
    .product__actions .btn_default{
        margin: 0 0 10px 0;
    }
    .product__main {
        width: 100%;
        margin-left: 0;
    }
    .product__photos {
        max-width: 100%;
    }
    .product__photos > div {
        height: 320px;
    }
    .product__photos-aside {
        display: none;
    }
    .product__delivery {
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
    }
}
.details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    width: 720px;
    max-width: 100%;
    margin: 0 auto;
}
.details__item {
    color: #999;
    margin: 0 0 25px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
}
.details__item span {
    max-width: -webkit-calc(50% - 15px);
    max-width: calc(50% - 15px);
    position: relative;
    display: inline;
    -ms-flex-item-align: end;
    -webkit-align-self: flex-end;
            align-self: flex-end;
    background-color: #fff;
    -webkit-box-shadow: -10px 0 0 #fff, 10px 0 0 #fff;
    box-shadow: -10px 0 0 #fff, 10px 0 0 #fff;
}
.details__item span:first-of-type {
    text-align: left;
    padding-right: 0;
}
.details__item span:last-of-type {
    text-align: right;
    padding-left: 0;
    color: #333;
}
.details__item:after {
    z-index: -1;
    position: absolute;
    top: -webkit-calc(100% - 4px);
    top: calc(100% - 4px);
    left: 0;
    border-bottom: 1px dashed #999;
    content: "";
    display: block;
    width: 100%;
}
.product-brand {
    width: 1010px;
    margin: 0 auto;
    max-width: 100%;
}
.review__photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    margin-left: -5px;
    margin-right: -5px;
}
.review__photos > div {
    margin: 5px 5px 0;
    max-width: -webkit-calc(25% - 10px);
    max-width: calc(25% - 10px);
}
.review__photos > div img {
    max-width: 100%;
    min-width: 100%;
}
@media screen and (max-width: 1279px) {
    .review__photos > div {
        max-width: -webkit-calc(33.33% - 10px);
        max-width: calc(33.33% - 10px);
    }
}
@media screen and (max-width: 767px) {
    .review__photos > div {
        max-width: -webkit-calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}
.products-slider {
    margin: 30px 0 90px;
    position: relative;
}
.products-slider .swiper-container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
}
.products-slider .swiper-slide {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.products-slider:not(.products-slider_reviews)  .swiper__btn {
    top: 175px;
}
.products-slider:not(.products-slider_reviews)  .swiper-button-next {
    right: -54px;
}
.products-slider:not(.products-slider_reviews)  .swiper-button-prev {
    left: -54px;
}
.products-slider .product-thumb {
    width: 100%;
    margin: 0 auto;
}
.product-card__photo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    width: 100%;
    height: 254px;
    position: relative;
}
.product-card__photo img {
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.product-card__title {
    font-family: GothamPro;
    font-weight: 400;
    margin-bottom: 0;
}
.product-card__title > a {
    color: #333;
    font-size: 16px;
    line-height: 140%;
    text-decoration: none;
}
.product-card .mark {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.product-card .reviews-num {
    font-family: GothamPro-Light;
    color: #555;
}
.product-card .manufacturer {
    font-size: 12px;
    line-height: 12px;
}
.product-thumb {
    position: relative;
    font-size: 16px;
    line-height: 15px;
}
.product-thumb__wrapper {
    padding: 20px 28px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    text-align: center;
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: -webkit-calc(100% - 56px);
    width: calc(100% - 56px);
    background: #fff;
}
.product-thumb__wrapper > :not(:first-child) {
    margin-top: 15px;
}
.product-thumb__wrapper .manufacturer {
    margin-top: 10px;
}
.product-thumb .options{
    margin-bottom: 0;
}
.product-thumb .options>*:last-child{
    margin-bottom: 0px;
}
@media screen and (min-width: 1285px) {
    .products-slider.hovered {
        z-index: 2;
    }
    .products-slider.hovered:not(.products-slider_reviews) .swiper-container {
        -webkit-transition: all 0s ease-in-out;
        -o-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out;
        padding-top: 40px;
        padding-bottom: 230px;
        padding-left: 45px;
        padding-right: 45px;
        margin-left: -45px;
        margin-right: -45px;
        margin-top: -40px;
        margin-bottom: -230px;
    }
    .products-slider.hovered .swiper-container {
        -webkit-transition: all 0s ease-in-out;
        -o-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out;
        padding-bottom: 230px;
        padding-left: 45px;
        padding-right: 45px;
        margin-left: -45px;
        margin-right: -45px;
        margin-bottom: -230px;
    }
    .products-slider.hovered .swiper__btn {
        top: 215px;
    }
    .product-thumb .btn_default,
    .product-thumb .mark,
    .product-thumb .options {
        min-height: 0;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
    }
    .product-thumb.hovered {
        z-index: 1;
    }
    .product-thumb.hovered .product-thumb__wrapper {
        margin-top: -18px;
        margin-left: -12px;
        margin-right: -12px;
        padding: 38px 40px 25px;
        -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background: #fff;
    }
    .product-thumb.hovered .btn_default,
    .product-thumb.hovered .mark,
    .product-thumb.hovered .options {
        min-height: unset;
        max-height: unset;
        overflow: unset;
        opacity: 1;
        -webkit-transition: opacity 0.6s ease-in-out;
        -o-transition: opacity 0.6s ease-in-out;
        transition: opacity 0.6s ease-in-out;
    }
}
@media screen and (max-width: 1679px) {
    .products-slider:not(.products-slider_reviews) .swiper-button-next {
        right: -30px;
    }
    .products-slider:not(.products-slider_reviews) .swiper-button-prev {
        left: -30px;
    }
}
@media screen and (max-width: 1284px) {
    .products-slider:not(.products-slider_reviews) .swiper__btn {
        top: -webkit-calc(50% - 24px);
        top: calc(50% - 24px);
    }
    .products-slider .swiper-container {
        margin-top: -15px;
        margin-bottom: -15px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .product-thumb__wrapper {
        min-width: -webkit-calc(100% - 20px);
        min-width: calc(100% - 20px);
        padding: 20px 10px 0;
    }
    .product-thumb .mark,
    .product-thumb .options {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .product-thumb .btn_default {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex;
    }
    .product-card__photo {
        height: 200px;
    }
}
@media screen and (max-width: 767px) {
    .products-slider {
        margin: 15px -15px 45px;
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        overflow: hidden;
    }
    .products-slider .swiper-container {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .products-slider:not(.products-slider_reviews) .swiper-button-next {
        right: -15px;
    }
    .products-slider:not(.products-slider_reviews) .swiper-button-prev {
        left: -15px;
    }
    .product-card__title {
        font-size: 14px;
    }
    .product-card__photo {
        height: 150px;
    }
    .product-thumb__wrapper {
        min-width: -webkit-calc(100% - 20px);
        min-width: calc(100% - 20px);
    }
    .product-thumb__wrapper > :not(:first-child) {
        margin-top: 10px;
    }
    .product-thumb__wrapper .manufacturer {
        margin-top: 5px;
    }
    .option-btn {
        max-width: -webkit-calc(100% - 20px);
        max-width: calc(100% - 20px);
    }
}
.stickers {
    position: absolute;
    left: -10px;
    top: -10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
}
.stickers_two .sticker:nth-child(2n + 2) {
    -webkit-border-bottom-left-radius: 12px;
            border-bottom-left-radius: 12px;
    -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
}
.stickers_two .sticker:nth-child(2n + 1) {
    -webkit-border-bottom-left-radius: 12px;
            border-bottom-left-radius: 12px;
    -webkit-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0;
}
.sticker {
    color: #fff;
    font-size: 12px;
    font-family: GothamPro-Medium;
    line-height: 12px;
    padding: 6px 12px;
    -webkit-border-radius: 12px;
            border-radius: 12px;
    margin-bottom: 2px;
    -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0;
}
.sticker_orange {
    background: #ffbe70;
}
.sticker_green {
    background: #8eb55f;
}
.sticker_red {
    background: #ff3e53;
}
.sticker_red ~ .sticker_orange {
    background: #333333;
}
.option-btn {
    height: 36px;
    width: 100%;
    margin: 0 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-border-radius: 18px;
            border-radius: 18px;
    border: 1px solid #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px;
    cursor: pointer;
}
.option-btn .option__img {
    width: 24px;
    height: 24px;
}
.option-btn .option__text {
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #333;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.option-btn:after {
    margin-left: auto;
    margin-right: 9px;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#productTitle {
    width: 100%;
    margin-bottom: 10px;
}
#productTitle .product-card__title {
    text-transform: uppercase;
}
#productTitle .manufacturer {
    font-size: 12px;
    margin-top: 10px;
}
#productImg {
    min-width: 188px;
    max-width: 188px;
    max-height: 215px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}
#productImg img {
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.product-select.modal {
    padding-top: 80px;
}
.product-select .modal__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 0 50px;
}
.product-select .btn_default {
    width: 150px;
}
.product-select__wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    margin-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}
.product-select__wrapper > * {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    min-width: auto;
    max-width: -webkit-calc(50% - 5px);
    max-width: calc(50% - 5px);
}
.product-option {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 12px;
}
.product-option.selected {
    color: #c0a894;
}
.product-option:hover:not(.selected) {
    color: #ff3e53;
}
#productOptions {
    min-width: 100%;
    max-width: 100%;
    border: 1px solid #e8e8e8;
    padding: 15px 15px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    max-height: 215px;
    overflow-y: auto;
    margin-bottom: 20px;
}
#productOptions::-webkit-scrollbar {
    width: 3px;
}
#productOptions::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f3f3f3;
}
#productOptions::-webkit-scrollbar-thumb {
    background-color: #333;
}
@media screen and (max-width: 767px) {
    .product-select.modal {
        padding-top: 50px;
    }
    .product-select .modal__wrapper {
        padding: 0 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
                flex-flow: column nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
                justify-content: flex-start;
    }
    .product-select .btn_default {
        width: 150px;
        margin-top: 10px;
    }
    .product-select__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
                flex-flow: column nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
                align-items: center;
        margin-left: 0;
    }
    #productImg {
        max-height: 130px;
        margin-bottom: 10px;
        margin: 0 auto 10px;
    }
    #productOptions {
        max-width: 100%;
    }
    .stickers {
        left: 0;
    }
}
.catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin: 0 -15px 20px;
}
.catalog > * {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px 30px;
}
.manufacturer-short-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    margin-bottom: 30px;
}
.manufacturer-short-info__logo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    height: 154px;
    margin-bottom: 40px;
}
.manufacturer-short-info__logo img {
    max-height: 100px;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    
    image-rendering: -moz-crisp-edges;
    -ms-interpolation-mode: bicubic;
}
@media screen and (max-width: 1284px) {
    .manufacturer-short-info .aside {
        width: 282px;
    }
    .manufacturer-short-info .aside + .text {
        max-width: -webkit-calc(100% - 342px);
        max-width: calc(100% - 342px);
    }
}
@media screen and (max-width: 767px) {
    .manufacturer-short-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
                flex-flow: column nowrap;
    }
    .manufacturer-short-info .aside {
        width: 100%;
    }
    .manufacturer-short-info .aside + .text {
        max-width: 100%;
    }
    .manufacturer-short-info__logo {
        height: 110px;
        margin-bottom: 15px;
    }
    .catalog.catalog_advantages {
        width: 100%;
        margin: 0;
    }
    .catalog.catalog_news > * {
        margin-bottom: 30px;
        border-bottom: 1px solid #e8e8e8;
    }
    .catalog > * {
        width: -webkit-calc(50% - 5px);
        width: calc(50% - 5px);
        margin: 0 0 20px;
    }
    .catalog > :nth-child(2n + 1) {
        margin-right: 10px;
    }
}
@media screen and (max-width: 500px) {
    .catalog.catalog_advantages > *,
    .catalog.catalog_news > * {
        width: 100%;
    }
    .catalog.catalog_advantages > :nth-child(2n + 1),
    .catalog.catalog_news > :nth-child(2n + 1) {
        margin-right: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .catalog > * {
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px);
        margin: 0 15px 30px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .catalog.catalog_advantages > * {
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px);
        margin: 0 15px 30px;
    }
    .catalog > * {
        width: -webkit-calc(33.33% - 30px);
        width: calc(33.33% - 30px);
        margin: 0 15px 30px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1284px) {
    .catalog.catalog_viewed > * {
        width: -webkit-calc(25% - 30px);
        width: calc(25% - 30px);
        margin: 0 15px 30px;
    }
    .catalog > * {
        width: -webkit-calc(25% - 30px);
        width: calc(25% - 30px);
        margin: 0 15px 30px;
    }
}
@media screen and (min-width: 1285px) {
    .catalog.catalog_viewed {
        width: -webkit-calc(100% + 60px);
        width: calc(100% + 60px);
        margin: 0 -30px 20px;
    }
    .catalog.catalog_viewed > * {
        width: -webkit-calc(33.33% - 60px);
        width: calc(33.33% - 60px);
        margin: 0 30px 60px;
    }
    .catalog.catalog_advantages {
        width: -webkit-calc(100% + 60px);
        width: calc(100% + 60px);
        margin: 0 -30px 20px;
    }
    .catalog.catalog_advantages > * {
        width: -webkit-calc(25% - 60px);
        width: calc(25% - 60px);
        margin: 0 30px 20px;
    }
    .downloads-list > * {
        width: -webkit-calc(33.33% - 30px);
        width: calc(33.33% - 30px);
        margin: 0 15px 30px;
    }
    .catalog > * {
        width: -webkit-calc(33.33% - 30px);
        width: calc(33.33% - 30px);
        margin: 0 15px 30px;
    }
}
@media screen and (min-width: 1680px) {
    .catalog.catalog_viewed {
        width: -webkit-calc(100% + 60px);
        width: calc(100% + 60px);
        margin: 0 -30px 20px;
    }
    .catalog.catalog_viewed > * {
        width: -webkit-calc(25% - 60px);
        width: calc(25% - 60px);
        margin: 0 30px 60px;
    }
    .catalog.catalog_advantages {
        width: -webkit-calc(100% + 90px);
        width: calc(100% + 90px);
        margin: 0 -45px 20px;
    }
    .catalog.catalog_advantages > * {
        width: -webkit-calc(25% - 90px);
        width: calc(25% - 90px);
        margin: 0 45px 20px;
    }
    .catalog > * {
        width: -webkit-calc(25% - 30px);
        width: calc(25% - 30px);
        margin: 0 15px 30px;
    }
}
.sort-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    padding: 30px 0 20px;
    border-top: 2px solid #e8e8e8;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.sort-line > * {
    margin-bottom: 10px;
}
.sort-line > :not(:last-of-type) {
    margin-right: 20px;
}
.sort-line__select {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}
.sort-line__select.sorting .js-Dropdown-title {
    min-width: 192px;
}
.sort-line__select span {
    margin-right: 15px;
    color: #999;
    font-size: 14px;
}
.sort-line__select .js-Dropdown-title {
    -webkit-box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.1);
    border-color: #e0e0e0;
    padding: 0 35px 0 20px;
    -webkit-border-radius: 22px;
            border-radius: 22px;
    font-size: 12px;
}
.sort-line__select .js-Dropdown-title.opened {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 0;
    -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0;
}
.sort-line__select .js-Dropdown-list {
    border-color: #e0e0e0;
    -webkit-border-bottom-left-radius: 22px;
            border-bottom-left-radius: 22px;
    -webkit-border-bottom-right-radius: 22px;
            border-bottom-right-radius: 22px;
    display: none;
}
.sort-line__select .js-Dropdown-title.opened + .js-Dropdown-list {
    display: block !important;
    height: unset !important;
    opacity: 1 !important;
}
.sort-line__select .js-Dropdown-list li {
    font-size: 12px;
    margin-bottom: 5px;
    padding: 0 20px;
}
.js-Dropdown-list li[data-value=""] {
    display: none;
}
@media screen and (max-width: 1284px) {
    .sort-line__select.no-mobile {
        margin-left: auto;
        margin-right: 10px;
    }
}
@media screen and (max-width: 767px) {
    .sort-line {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
                flex-flow: row nowrap;
    }
    .sort-line > * {
        max-width: -webkit-calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
    .sort-line__select > span {
        display: none;
    }
    .sort-line__select.sorting .js-Dropdown-title {
        min-width: unset;
    }
}
.reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
}
.reviews .subtitle {
    margin-bottom: 15px;
}
.reviews__list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
            flex: 1;
}
.review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    padding: 20px 0 20px;
    border-bottom: 1px solid #e8e8e8;
}
.review__aside {
    width: auto;
    padding-right: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
}
.review__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
            flex: 1;
}
.review__text > :last-child {
    margin-bottom: 0;
}
.reviewer-name {
    display: block;
    line-height: 160%;
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}
.form-review {
    width: 490px;
    margin-left: 160px;
    padding: 30px 40px 36px;
    background: #f9f9f9;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
}
@media screen and (max-width: 1284px) {
    .form-review {
        width: 360px;
        margin-left: 30px;
        padding: 20px 20px 26px;
    }
}
@media screen and (max-width: 1023px) {
    .review {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
                flex-flow: column nowrap;
    }
    .review__aside {
        padding-right: 0;
        width: 100%;
        margin-bottom: 15px;
    }
    .review .reviewer-name {
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 767px) {
    .reviews {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse nowrap;
        -webkit-flex-flow: column-reverse nowrap;
                flex-flow: column-reverse nowrap;
    }
    .form-review {
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-bottom: 40px;
    }
}
.form-review__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    margin-bottom: 30px;
}
.form-review__actions > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    min-width: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
}
.form-review__actions > div span {
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 10px;
}
.star-btn {
    cursor: pointer;
}
.star-btn i {
    font-size: 15px;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.star-btn.active > i {
    color: #ff3e53;
}
.text {
    color: #333;
    font-family: GothamPro !important;
}
.text *{
    font-family: GothamPro !important;
}
.text strong {
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0;
}
.text strong.title {
    font-size: 24px;
}
.text strong + * {
    margin-top: 16px;
}
.text ul {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}
.text ul li {
    font-size: 14px;
    padding: 0;
    line-height: 160%;
    margin: 0;
}
.text ul li:before {
    content: "-";
    margin-right: 5px;
}
.container__small .text > strong:first-child {
    font-family: GothamPro;
    font-weight: 400;
    text-transform: none;
    font-size: 18px;
}
.text_left {
    text-align: left;
}
.text_left .title {
    text-align: left;
}
.text_center {
    text-align: center;
}
.description {
    margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
    .text_two-cols {
        /* -webkit-column-width: 50%;
        -moz-column-width: 50%;
        column-width: 50%; */
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
    .text_three-cols {
        /* -webkit-column-width: 33.33%;
        -moz-column-width: 33.33%;
        column-width: 33.33%; */
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
    .description {
        margin-bottom: 70px;
    }
}
.article {
    width: 1122px;
    margin: 0 auto 40px;
    max-width: 100%;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 45px 10%;
}
.article h1 {
    text-transform: none;
    font-size: 24px;
    line-height: 160%;
    margin-bottom: 20px;
    font-family: 'GothamPro-Medium';
    font-weight: 400;
}
.article img {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.article iframe {
    margin-bottom: 40px;
}
.article__date {
    font-size: 14px;
    line-height: 100%;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.article__wrapper {
    max-width: -webkit-calc(100% - 120px);
    max-width: calc(100% - 120px);
    margin: 0 auto;
}
.text a {
    text-decoration: none;
}
.text a:hover {
    text-decoration: underline;
}
blockquote {
    padding: 35px 60px;
    width: -webkit-calc(100% + 120px);
    width: calc(100% + 120px);
    margin: 40px -60px;
    background: rgba(249, 245, 240, 0.5);
    -webkit-border-radius: 20px;
            border-radius: 20px;
    position: relative;
}
blockquote strong {
    color: #333;
    margin-bottom: 20px;
}
blockquote b {
    color: #ff3e53;
}
blockquote p {
    margin-bottom: 10px;
    line-height: 100%;
}
blockquote p:last-child {
    margin-bottom: 0;
}
blockquote::before {
    content: "";
    display: block;
    width: 24px;
    height: 17px;
    background: url(../images/quote.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: -10px;
    left: 60px;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .article {
        margin: 0 auto 20px;
        padding: 45px 15px;
    }
    .article h1 {
        margin-bottom: 15px;
    }
    .article img {
        margin-bottom: 15px;
    }
    .article iframe {
        margin-bottom: 15px;
    }
    .article__date {
        margin-bottom: 5px;
    }
    .article__wrapper {
        max-width: -webkit-calc(100% - 30px);
        max-width: calc(100% - 30px);
    }
    blockquote {
        padding: 15px;
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        margin: 20px -15px;
    }
    blockquote strong {
        color: #333;
        margin-bottom: 15px;
    }
    blockquote p {
        margin-bottom: 5px;
    }
    blockquote::before {
        left: 15px;
    }
}
.articles-slider {
    padding-right: 30px;
    padding-left: 30px;
    margin-left: -30px;
    margin-right: -30px;
    padding-bottom: 90px;
    margin-bottom: -90px;
}
.articles-slider .slider__header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}
.articles-slider .slider__header .link {
    margin-left: 20px;
}
.link {
    text-transform: uppercase;
    color: #333;
    font-size: 14px;
    line-height: 160%;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    cursor: pointer;
    font-family: GothamPro-Medium;
}
.link:hover {
    text-decoration: underline;
}
.article-card {
    height: 490px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    font-family: GothamPro-Medium;
    text-decoration: none;
    color: #333;
    position: relative;
    background: #fff;
}
.article-card .date {
    font-family: GothamPro-Light;
    font-size: 14px;
    line-height: 14px;
    padding: 10px 0
}
.article-card > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
            flex: 1;
}
.article-card__text {
    background: #fff;
    text-align: center;
    padding: 10px 35px 10px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    border: 1px solid #ebebeb;
    border-bottom: none;
    max-height: 50%;
}
.article-card__title {
    font-size: 16px;
    line-height: 160%;
    /* -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; */
/*    margin: 20px 0;*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* max-height: 52px; */
}
.article-card__photo {
    height: 250px;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    flex-direction: column;
}
.article-card__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 200px
}
.article-card .link {
    margin-top: auto;
    margin-bottom: 0;
}
.article-card::before {
    content: "";
    display: inline-block;
    background: #333;
    opacity: 0;
    -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
    width: 80%;
    height: 50%;
    bottom: 0;
    left: 10%;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.article-card:hover .link {
    color: #ff3e53;
    text-decoration: none;
}
@media screen and (min-width: 1285px) {
    .article-card:hover::before {
        opacity: 0.5;
    }
}
@media screen and (max-width: 1284px) {
    .article-card::before {
        opacity: 0.5;
    }
}
@media screen and (max-width: 767px) {
    .articles-slider {
        padding-right: 15px;
        padding-left: 15px;
        margin-left: -15px;
        margin-right: -15px;
        padding-bottom: 45px;
        margin-bottom: -45px;
    }
    .articles-slider .slider__header .title {
        text-align: left;
        margin: 0 auto 0 0;
    }
    .article-card {
        height: auto;
    }
    .article-card__text {
        height: auto;
        padding: 15px 15px;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        -webkit-flex: unset;
                flex: unset;
    }
    .article-card__title {
        line-height: 100%;
        overflow: unset;
        margin-bottom: 10px;
        max-height: unset;
        -webkit-line-clamp: unset;
    }
    .article-card__photo {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        -webkit-flex: unset;
                flex: unset;
        max-height: 175px;
    }
    .article-card::before {
        -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    }
}
.filters {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    margin-bottom: 80px;
}
.filter {
    padding: 30px 0;
    border-bottom: 2px solid #e8e8e8;
}
.filter:first-of-type {
    border-top: 2px solid #e8e8e8;
}
.filter__header {
    text-transform: uppercase;
    position: relative;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.05em;
    cursor: default;
    color: #333;
    font-family: GothamPro-Medium;
}
.filter__body {
    display: block;
    margin-top: 20px;
}
.filter__link {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    text-transform: uppercase;
    text-decoration: none;
    color: #333;
    margin-left: 40px;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    font-size: 15px;
}
.filter__link:before {
    content: "";
    display: inline-block;
    height: 2px;
    width: 26px;
    background: #c0a894;
    position: absolute;
    left: -40px;
    top: 8px;
    opacity: 0;
}
.filter__link:hover {
    color: #c0a894;
}
.filter__link_active {
    color: #c0a894;
}
.filter__link_active:before {
    opacity: 1;
}
.filter__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.filter__list li:not(:last-child) {
    margin-bottom: 15px;
}
.filter_sections .filter__list li:not(:last-child) {
    margin-bottom: 30px;
}
.filter_sales .filter__link:hover {
    color: #ff3e53;
}
.filter_sales .filter__link.filter__link_active {
    color: #ff3e53;
}
.filter_sales .filter__link.filter__link_active::before {
    background: #ff3e53;
}
.filter-btn {
    position: relative;
    padding-right: 30px;
    cursor: pointer;
}
.filter-btn:after,
.filter-btn:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 1px;
    background: #333;
    position: absolute;
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
}
.filter-btn:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 0;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.filter-btn:before {
    right: 0;
}
.filter-btn.opened:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.filter-btn + .filter__body:not(.filter__body_price) {
    max-height: 220px;
    overflow-y: auto;
}
.filter-btn + .filter__body:not(.filter__body_price)::-webkit-scrollbar {
    width: 3px;
}
.filter-btn + .filter__body:not(.filter__body_price)::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f3f3f3;
}
.filter-btn + .filter__body:not(.filter__body_price)::-webkit-scrollbar-thumb {
    background-color: #333;
}
.filter__list.filter__list_active li:not(:last-child) {
    margin-bottom: 5px;
}
.active-filter-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    border: 1px solid #e8e8e8;
    background: #fff;
    color: #999;
    font-size: 15px;
    line-height: 22px;
    padding: 3px 40px 3px 15px;
    cursor: pointer;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.active-filter-btn:after,
.active-filter-btn:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 1px;
    background: #999;
    position: absolute;
    right: 10px;
    top: 13px;
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
.active-filter-btn:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.active-filter-btn:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.active-filter-btn:hover {
    color: #c0a894;
    border-color: #c0a894;
}
.active-filter-btn:hover:after,
.active-filter-btn:hover:before {
    background: #c0a894;
}
.filter-open-btn {
    display: none;
}
.noUi-target {
    height: 3px;
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: #e8e8e8;
    margin-top: 44px;
}
.noUi-connects {
    -webkit-border-radius: 0;
            border-radius: 0;
    border: none;
}
.noUi-connect {
    background: #c0a894;
}
.noUi-horizontal .noUi-handle {
    border: 3px solid #c0a894;
    background: #fff;
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    right: 8px;
    left: unset;
    top: -7.5px;
}
.noUi-pips-horizontal{
    display: none;
}
.noUi-horizontal .noUi-handle::after,
.noUi-horizontal .noUi-handle::before {
    display: none;
}
.price-values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin-top: 28px;
    font-size: 15px;
    line-height: 160%;
    color: #333;
}
.price-values div {
    display: inline;
}
@media screen and (max-width: 1284px) {
    .filter-open-btn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex;
        height: 40px;
        -webkit-border-radius: 22px;
                border-radius: 22px;
        min-width: 135px;
        margin: 0;
        padding: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
                align-items: center;
        color: #fff;
        background: #c0a894;
        padding: 0 15px;
        border-left: none;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-size: 14px;
        line-height: 100%;
    }
    .filter-open-btn:hover {
        background: #f9f5f0;
        color: #c0a894;
    }
    .filters {
        position: fixed;
        overflow-y: auto;
        bottom: 0;
        left: -320px;
        height: -webkit-calc(100vh - 175px);
        height: calc(100vh - 175px);
        background: #fff;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
        z-index: 50;
        width: 290px;
        padding: 20px;
        margin: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border-top: 1px solid #c0a894;
    }
    .filters.opened {
        left: 0;
    }
    .filters::-webkit-scrollbar {
        width: 3px;
    }
    .filters::-webkit-scrollbar-track {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #f9f5f0;
    }
    .filters::-webkit-scrollbar-thumb {
        background-color: #c0a894;
    }
}
@media screen and (max-width: 767px) {
    .filters {
        height: -webkit-calc(100vh - 145px);
        height: calc(100vh - 145px);
    }
}
.offer-slider {
    min-height: 440px;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -30px;
    margin-right: -30px;
}
.offer-slider .swiper-wrapper {
    width: 100%;
}
.offer-slider .swiper-slide {
    margin-top: -30px;
    background: rgba(255, 255, 255, 0);
    padding-top: 30px;
    padding-bottom: 90px;
    visibility: hidden;
}
.offer-slider .swiper-slide-active {
    visibility: unset;
}
.offer__item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-align: center;
    margin-top: 15px;
}
.offer__item-text > :not(:first-child) {
    margin-top: 15px;
}
.offer-text {
    margin: auto 0 81px;
    margin: auto 0 28px;
    width: 100%;
}
.offer-text span {
    text-transform: uppercase;
}
.offer-text span {
    color: #333;
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
}
.offer-text p:not(.offer-old-price),
.offer-text span {
    font-family: GothamPro-Medium;
    line-height: 100%;
}
.offer-text .btn_default {
    width: 100%;
    margin-top: 20px;
}
.offer-text p {
    margin: 0 0 10px;
}
.offer-price {
    color: #333;
    font-size: 30px;
}
.offer-old-price {
    text-decoration: line-through;
    color: #ff3e53;
    font-size: 18px;
}
.offer-discount {
    color: #ff3e53;
    font-size: 16px;
}
.offer {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    width: 100%;
}
.offer-descr {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}
.offer__item {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 20px 20px 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-align: center;
}
.offer__item:first-of-type:before {
    display: none;
}
.offer__item:before {
    content: "+";
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 60px;
    height: 60px;
    background: #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 1px solid #e2e2e2;
    position: absolute;
    left: -110px;
    top: -webkit-calc(50% - 40px);
    top: calc(50% - 40px);
    z-index: -1;
    color: #ff3e53;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    font-size: 30px;
}
.offer__item:not(.offer__item-result) {
    margin-right: 160px;
    width: -webkit-calc(25% - 160px);
    width: calc(25% - 160px);
    max-width: 282px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
            flex: 1;
}
.offer__item-result {
    background-image: url(../images/offer.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 25px;
    min-height: 458px;
    width: 282px;
}
.offer__item-result:before {
    content: "=";
}
@media screen and (max-width: 1679px) {
    .offer__item:not(.offer__item-result) {
        margin-right: 90px;
    }
    .offer__item:before {
        left: -76px;
    }
}
@media screen and (max-width: 1284px) {
    .offer__item:not(.offer__item-result) {
        margin-right: 40px;
        width: -webkit-calc(25% - 40px);
        width: calc(25% - 40px);
    }
    .offer__item:before {
        width: 30px;
        height: 30px;
        font-size: 20px;
        top: -webkit-calc(50% - 26px);
        top: calc(50% - 26px);
        left: -35px;
    }
}
@media screen and (max-width: 1099px) {
    .offer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
                flex-flow: row nowrap;
    }
    .offer__item {
        padding: 10px;
    }
    .offer__item .product-card__photo {
        width: 100px;
        height: auto;
    }
    .offer__item:not(.offer__item-result) {
        width: 100%;
        margin-right: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
                flex-flow: row nowrap;
        text-align: left;
        margin-bottom: 15px;
        max-width: unset;
    }
    .offer__item:not(.offer__item-result):last-of-type {
        margin-bottom: 0;
    }
    .offer__item:not(.offer__item-result) .offer__item-text {
        margin: 0 0 0 10px;
        text-align: left;
    }
    .offer__item:not(.offer__item-result)::before {
        left: -webkit-calc(50% - 15px);
        left: calc(50% - 15px);
        top: -25px;
    }
    .offer__item:before {
        z-index: 1;
    }
    .offer__item-result {
        padding: 20px 20px 30px;
    }
    .offer__item-text {
        max-width: -webkit-calc(100% - 110px);
        max-width: calc(100% - 110px);
    }
    .offer-descr {
        width: -webkit-calc(100% - 322px);
        width: calc(100% - 322px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
                flex-flow: column nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
        margin-right: 40px;
    }
}
@media screen and (max-width: 767px) {
    .offer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
                flex-flow: column nowrap;
        background: #fff;
        -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    }
    .offer-slider {
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        padding-left: 15px;
        padding-right: 15px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .offer-slider .swiper-slide {
        padding-bottom: 30px;
    }
    .offer-descr {
        width: 100%;
        margin-right: 0;
    }
    .offer__item {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .offer__item:not(.offer__item-result) {
        border-bottom: 1px solid #e8e8e8;
        margin-bottom: 0;
        padding: 20px 10px;
    }
    .offer__item:not(.offer__item-result):before {
        top: -17px;
    }
    .offer__item:before {
        left: -webkit-calc(50% - 15px);
        left: calc(50% - 15px);
        top: -8px;
    }
    .offer__item-result {
        padding: 30px 10px 20px;
        width: 100%;
        min-height: auto;
        background-image: none;
    }
    .offer__item-result:before {
        top: -15px;
    }
    .offer-text {
        margin: 0;
    }
    .offer-text .btn_default {
        max-width: 180px;
        margin-top: 10px;
    }
    .offer-text span {
        margin-bottom: 10px;
    }
    .offer-text p {
        margin: 0 0 5px;
    }
}
._404-img {
    margin: 70px auto 0;
    width: 840px;
    max-width: 100%;
}
._404-img img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
._404-text {
    text-align: center;
    margin-bottom: 90px;
}
._404-text .title,
._404-text p {
    color: #373738;
}
._404-text .title {
    font-size: 30px;
    margin-bottom: 20px;
}
._404-text p {
    margin-bottom: 20px;
    font-size: 18px;
}
._404-text .btn {
    margin-top: 10px;
    min-width: 235px;
}
.login-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: 100%;
    width: 540px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    margin: 73px auto 70px;
}
.login-form .title {
    margin-bottom: 28px;
}
.login-form .input + .btn_default {
    margin-top: 5px;
}
.login-form .btn_default {
    margin-bottom: 20px;
}
.login-form > .btn_link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin: 5px auto 40px;
}
.login-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    margin-bottom: 30px;
}
.login-actions:not(.login-actions_row) {
    margin-top: 0;
}
.login-actions:not(.login-actions_row) > * {
    margin-bottom: 10px;
}
.login-actions_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.login-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}
.login-socials .btn:not(:last-of-type) {
    margin-right: 15px;
}
.login-socials:after,
.login-socials:before {
    content: "";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    height: 1px;
    background: #e8e8e8;
}
.login-socials:before {
    margin-right: 33px;
}
.login-socials:after {
    margin-left: 33px;
}
.registration-roles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin-bottom: 0;
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
}
.registration-roles > div {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 20px;
}
.registration-roles + .textarea {
    margin-top: 48px;
}
.g-recaptcha {
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .g-recaptcha {
        margin-bottom: 20px;
    }
    .login-form {
        margin: 20px auto 35px;
    }
    .login-form .title {
        margin-bottom: 15px;
    }
    .login-actions {
        margin-bottom: 10px;
    }
    .registration-roles {
        margin-bottom: 0;
    }
}
.delivery {
    margin-bottom: 90px;
}
.delivery .title {
    margin-bottom: 10px;
}
.delivery-list {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.delivery-list>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    padding: 30px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
}
.delivery-list>li li{
    text-align: left;
    font-size: 14px;
    line-height: 160%;
}
.img-ico {
    min-width: 90px;
    height: 90px;
    background: #f9f5f0;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}
.img-ico img {
    max-height: 40px;
    width: auto;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.delivery__text {
    color: #999;
    max-width: -webkit-calc(100% - 170px);
    max-width: calc(100% - 170px);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    margin-right: 40px;
    margin-left: 40px;
}
.delivery__text p {
    margin: 10px 0;
}
.delivery__text > :last-of-type {
    margin-bottom: 0;
}
.delivery__title {
    color: #333;
    font-size: 18px;
    font-family: GothamPro-Medium;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
    .delivery {
        -webkit-margin-before: 40px;
        margin-block-start: 40px;
    }
    .delivery-list>li {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
                flex-flow: column nowrap;
        padding: 10px 0;
    }
    .delivery__text {
        margin-top: 10px;
        max-width: -webkit-calc(100% - 20px);
        max-width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
    }
}
.office {
    border: 1px solid #e8e8e8;
    width: 100%;
    padding: 30px 50px;
    margin-bottom: 90px;
    background: #fff;
}
.office-page h1 {
    margin-top: 80px;
}
.office .tab .sort-line {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.office-name {
    text-transform: uppercase;
    font-family: GothamPro-Medium;
    font-size: 18px;
    letter-spacing: 0.05em;
    color: #333;
    margin-bottom: 40px;
}
.news-subscription {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
}
.news-subscription span {
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}
.news-subscription > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}
.news-subscription .radio + label {
    margin-right: 30px;
}
.user-info {
    background: #f9f9f9;
    padding: 40px;
    display: inline-block;
    width: 490px;
    max-width: 100%;
}
.user-info__item {
    margin-bottom: 20px;
}
.user-info__title {
    color: #999;
    font-size: 14px;
    margin-bottom: 10px;
}
.user-info address
.user-info p {
    color: #333;
    font-style: normal;
    margin: 0;
}
.brands-sale {
    list-style: none;
    padding: 0;
    margin: 0;
}
.brand-sale {
    margin-bottom: 10px;
    font-family: GothamPro-Medium;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #333;
}
.brand-sale span {
    color: #ff3e53;
}
.catalog-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
}
.chosen-product-card {
    padding: 20px 40px 8px;
    margin-bottom: 15px;
    border: 1px solid #e8e8e8;
}
.chosen-product-card .product__availability {
    margin-left: 40px;
}
.product-card_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
}
.product-card_row .product-card__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    margin: 0 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
}
.product-card_row .product-card__text .product-card__title {
    margin-bottom: 10px;
}
.product-card_row .product-card__text > :not(.product-card__title) {
    margin-bottom: 15px;
}
.product-card_row .product-card__photo {
    height: 142px;
    min-width: 124px;
    max-width: 124px;
}
.product-card_row .product-card__btns {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}
.product-card_row .product-card__btns .btn:not(:last-child) {
    margin-bottom: 20px;
}
.product-card_row .btn_default {
    min-width: 150px;
}
.tabs__nav_office {
    position: relative;
    padding-right: 70px;
    padding-left: 0;
}
.tabs__nav_office .btn_link {
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 4px;
}
.tabs__list_office {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
}
.tabs__list_office li:not(:last-of-type) {
    margin-right: 50px;
}
.tabs__list_office .tab-link {
    font-family: GothamPro;
    font-size: 15px;
    color: #555;
    text-transform: none;
    letter-spacing: 0;
}
.tabs__list_office .tab-link.active {
    color: #ff3e53;
}
.tabs__list_office .tab-link:hover:not(.active) {
    color: #333;
}
@media screen and (max-width: 1679px) {
    .tabs__list_office li:not(:last-of-type) {
        margin-right: 25px;
    }
}
@media screen and (max-width: 1399px) {
    .office {
        padding: 30px 15px;
    }
    .tabs__list_office {
        max-width: 100%;
        overflow-x: auto;
    }
    .tabs__list_office li:not(:last-of-type) {
        margin-right: 15px;
    }
    .tabs__list_office::-webkit-scrollbar {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .office {
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
    }
}
@media screen and (max-width: 767px) {
    .catalog-list {
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
                justify-content: space-between;
    }
    .tabs__nav_office {
        padding-right: 80px;
    }
    .tabs__nav_office .btn_link {
        right: 15px;
    }
    .tabs__nav_office .tabs__list_office li:first-child {
        margin-left: 15px;
    }
    .user-info {
        padding: 40px 20px;
    }
    .chosen-product-card {
        padding: 20px 10px;
    }
    .chosen-product-card .product__availability {
        display: block;
        margin-left: 0;
    }
    .product-card_row {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex;
        min-width: -webkit-calc(50% - 5px);
        min-width: calc(50% - 5px);
        max-width: -webkit-calc(50% - 5px);
        max-width: calc(50% - 5px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
                flex-flow: column nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
    }
    .product-card_row .product__code {
        font-size: 12px;
        color: #999;
        line-height: 100%;
    }
    .product-card_row .product-card__photo {
        margin: 0 auto 10px;
    }
    .product-card_row .product-card__text {
        margin: 10px 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
                align-items: center;
        text-align: center;
    }
    .product-card_row .product-card__text .product-card__title {
        margin-bottom: 5px;
    }
    .product-card_row .product-card__text > :not(.product-card__title) {
        margin-bottom: 10px;
    }
    .product-card_row .btn_default {
        min-width: 130px;
    }
}
.dropdown-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
}
.dropdown-order:not(:last-child) {
    margin-bottom: 15px;
}
.dropdown-order__btn {
    background: #f9f9f9;
    padding: 10px 30px;
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    cursor: pointer;
}
.dropdown-order__btn > :not(:last-child) {
    margin-right: 40px;
}
.dropdown-order__btn div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}
.dropdown-order__btn div:last-of-type {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
            flex: 1;
}
.dropdown-order__btn .dropdown-arrow {
    margin: auto 0 auto auto;
}
.dropdown-order__body {
    border: 1px solid #e8e8e8;
    display: none;
}
.dropdown-order__body.opened {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
}
.dropdown-order__info {
    width: 860px;
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}
.dropdown-order__info span {
    font-size: 14px;
    line-height: 100%;
    color: #333;
}
.dropdown-order__info span:first-of-type {
    width: 124px;
    text-align: center;
    margin-right: 30px;
}
.dropdown-order__info span:last-of-type {
    margin-right: auto;
    margin-left: auto;
}
.dropdown-order_history .dropdown-order__btn > :not(:last-child) {
    margin-right: 40px;
}
.dropdown-order_history .dropdown-order__info span:last-of-type {
    margin-right: 20px;
}
.dropdown-order_history .order-rows {
    border-right: 1px solid #e8e8e8;
}
.dropdown-order__wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
}
.dropdown-arrow {
    min-width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #fff;
    border: 1px solid #e8e8e8;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.dropdown-arrow:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid #333;
    border-left: none;
    border-top: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: -webkit-calc(50% - 5px);
    top: calc(50% - 5px);
    left: -webkit-calc(50% - 4px);
    left: calc(50% - 4px);
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.dropdown-order__btn.opened .dropdown-arrow:after {
    top: -webkit-calc(50% - 3px);
    top: calc(50% - 3px);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.order-status {
    color: #fff;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    width: 50%;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    padding: 10px;
}
.order-status_green {
    background: #3ab795;
}
.order-status_blue {
    background: #3da5d9;
}
.ordered-product {
    padding: 20px 30px 7px;
    width: 100%;
}
.ordered-product:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
}
.ordered-product .product-card__text {
    margin-right: 0;
}
.ordered-product .price {
    font-size: 16px;
    margin-right: 30px;
}
.ordered-product__count {
    border: 1px solid #e8e8e8;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    padding: 10px 19px;
    background: #f9f9f9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 23px;
            border-radius: 23px;
    color: #333;
    font-size: 18px;
    line-height: 100%;
    cursor: default;
    margin-right: 30px;
}
.ordered-product__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    width: 100%;
    margin-top: auto;
}
.ordered-product__info .btn_default {
    margin: auto 0 auto auto;
}
.order-rows {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    width: 100%;
}
.order-information {
    display: inline-block;
    padding: 30px 40px;
    min-width: 570px;
    max-width: 570px;
}
.order-information__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}
.order-information__item b {
    color: #333;
    margin-right: 10px;
    min-width: 150px;
    font-size: 14px;
    line-height: 100%;
}
.order-information__item p {
    margin: 0;
}
.order-information__item .order-status {
    width: auto;
    height: 26px;
    padding: 0 14px;
}
.order-information__item:first-child b {
    min-width: auto;
}
.order-information__item:not(:last-child) {
    margin-bottom: 20px;
}
.viewed-product {
    padding: 38px 40px 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-align: center;
    border: 1px solid #e8e8e8;
}
.viewed-product > :not(:last-child) {
    margin-bottom: 15px;
}
.viewed-product .manufacturer {
    margin-top: -5px;
}
.viewed-product .btn_default {
    margin: 0 auto;
    min-width: 190px;
    max-width: 100%;
}
@media screen and (max-width: 1684px) {
    .dropdown-order_history .dropdown-order__btn > :not(:last-child) {
        margin-right: 20px;
    }
    .dropdown-order_history .dropdown-order__btn div:first-of-type {
        width: 660px;
    }
}
@media screen and (max-width: 1284px) {
    .dropdown-order__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
                flex-flow: column nowrap;
    }
    .ordered-product {
        border-bottom: 1px solid #e8e8e8;
    }
    .order-information {
        min-width: 100%;
        max-width: 100%;
        padding: 20px 40px;
    }
    .dropdown-order__btn {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
                flex-flow: row wrap;
    }
    .dropdown-order__btn > div {
        min-width: 100%;
        max-width: 100%;
    }
    .dropdown-order__btn > div:last-of-type {
        min-width: -webkit-calc(100% - 60px);
        min-width: calc(100% - 60px);
        max-width: -webkit-calc(100% - 60px);
        max-width: calc(100% - 60px);
        margin-right: 20px;
    }
    .dropdown-order__btn > div:not(:first-of-type) {
        margin-top: 10px;
    }
    .dropdown-order__btn .dropdown-arrow {
        margin: auto 0 0 auto;
    }
    .viewed-product {
        padding: 38px 20px 25px;
    }
    .viewed-product > :not(:last-child) {
        margin-bottom: 10px;
    }
    .viewed-product .manufacturer {
        margin-top: -5px;
    }
}
@media screen and (max-width: 767px) {
    .office {
        margin-bottom: 30px;
    }
    .office-page h1 {
        margin: 0 15px 20px;
    }
    .order-rows {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
                justify-content: space-between;
        width: -webkit-calc(100% + 2px);
        width: calc(100% + 2px);
        margin-left: -1px;
    }
    .dropdown-order {
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .dropdown-order_history .dropdown-order__btn > :not(:last-child) {
        margin-right: 0;
    }
    .dropdown-order__btn {
        padding: 10px 15px;
    }
    .dropdown-order__btn .order-status {
        font-size: 12px;
    }
    .dropdown-order__btn > :not(:last-child) {
        margin-right: 0;
    }
    .dropdown-order__btn .dropdown-order__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
                flex-flow: column nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
                justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
                align-items: flex-start;
    }
    .dropdown-order__btn .dropdown-order__info:first-of-type span {
        text-align: left;
        margin-bottom: 5px;
    }
    .dropdown-order__btn .dropdown-order__info:first-of-type span:last-of-type {
        margin-right: auto;
        margin-left: 0;
        margin-bottom: 0;
    }
    .dropdown-order__btn .dropdown-order__info:first-of-type span:first-of-type {
        margin-right: 0;
    }
    .ordered-product {
        min-width: -webkit-calc(50% - 5px);
        min-width: calc(50% - 5px);
        max-width: -webkit-calc(50% - 5px);
        max-width: calc(50% - 5px);
        padding: 20px 10px 10px;
        border: 1px solid #e8e8e8;
    }
    .ordered-product .price {
        margin-right: unset;
        margin-bottom: 10px;
    }
    .ordered-product__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
                flex-flow: column nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
                justify-content: space-between;
    }
    .ordered-product__info .btn_default {
        margin: 10px auto 0;
    }
    .ordered-product__count {
        margin-right: 0;
    }
    .order-information {
        padding: 10px;
    }
    .order-information__item b {
        min-width: auto;
    }
    .order-information__item p {
        text-align: right;
    }
    .order-information__item:not(:last-child) {
        margin-bottom: 10px;
    }
    .viewed-product {
        padding: 20px 15px 25px;
    }
    .viewed-product .btn_default {
        min-width: 100%;
    }
    .office-name {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 499px) {
    .ordered-product {
        min-width: 100%;
        max-width: 100%;
    }
}
.order-form {
    /* margin-bottom: 90px; */
    margin-bottom: 35px;
    counter-reset: orderStep;
    margin-top: 20px;
}
.order-form .checkbox + label {
    margin-bottom: 10px;
}
.order-form .checkbox + label + .btn_default {
    margin-top: 20px;
}
.order-form .tab .btn_default {
    margin-bottom: 20px;
}
.order-form .tab.opened {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
}
.order-form + div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    max-width: -webkit-calc(100% - 630px);
    max-width: calc(100% - 630px);
}
.order-auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    width: 100%;
    margin-bottom: 50px;
}
.order-auth .tab-link {
    margin-top: 10px;
    text-transform: none;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 100%;
}
.order-auth .tab-link:not(:last-child) {
    margin-right: 10px;
}
.order-auth .tab-link.active::after {
    bottom: -10px;
}
.socials-auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin-bottom: 35px;
}
.socials-auth span {
    font-size: 14px;
    color: #333;
}
.socials-auth .login-socials {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.socials-auth .login-socials::after,
.socials-auth .login-socials::before {
    display: none;
}
.socials-auth .btn_social {
    width: 50px;
    height: 50px;
}
.order-step {
    counter-increment: orderStep;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin-bottom: 25px;
}
.order-step::before {
    content: counter(orderStep);
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    background: #c0a894;
    padding: 10px;
    color: #fff;
    font-size: 24px;
    line-height: 100%;
    margin-right: 25px;
    font-family: GothamPro;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.order-title {
    font-size: 16px;
    font-family: GothamPro-Medium;
    font-weight: 500;
    line-height: 100%;
    color: #333;
    text-transform: uppercase;
    margin-top: 45px;
}
.form-block.order-form>div:first-of-type .order-title{
    margin-top: 0;
}
.approximate-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin: 0 0 15px;
    position: relative;
    top: -15px;
}
.approximate-date span {
    color: #999;
    font-size: 14px;
    line-height: 100%;
}
.approximate-date span:last-of-type {
    margin-left: 20px;
    text-align: right;
}
.order-checklist {
    width: 827px;
    max-width: 100%;
    margin: 20px auto 90px;
}
.order-checklist__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin-bottom: 30px;
}
.order-cart {
    border: 1px solid #e8e8e8;
    padding: 20px 40px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
}
.checklist__item {
    position: relative;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}
.checklist__item .btn_x {
    position: absolute;
    right: 0;
    top: 10px;
}
.checklist__item .product-card__title {
    padding-right: 20px;
}
.checklist__item .product-card__text {
    padding: 10px 0;
    margin: 0 0 0 30px;
}
.checklist__item .product-card__text > :last-child {
    margin-bottom: 0;
}
@media screen and (min-width: 768px){
    .checklist__item.product-card.product-card_row .price{
        margin-left: auto;
        margin-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .order-form {
        margin-bottom: 15px;
    }
    .checklist__item .product-card__title {
        padding-right: 0;
    }
    .checklist__item .product-card__text {
        margin: 10px auto 0;
    }
}
.product-card__cost-calc {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin: auto 0 0;
}
.promocode {
    margin-bottom: 40px;
}
.promocode__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.promocode input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    border: 1px solid #e8e8e8;
    padding: 10px 25px;
    max-height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.promocode input::-webkit-input-placeholder {
    color: #999;
}
.promocode input::-moz-placeholder {
    color: #999;
}
.promocode input:-ms-input-placeholder {
    color: #999;
}
.promocode input::-ms-input-placeholder {
    color: #999;
}
.promocode input::placeholder {
    color: #999;
}
.promocode input:focus {
    border-color: #ff3e53;
}
.promocode .btn {
    margin-left: 20px;
    min-width: 210px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
}
.total-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin-bottom: 15px;
}
.total-price p {
    margin: 0;
    font-size: 16px;
    color: #333;
}
.total-price span {
    color: #333;
    font-family: GothamPro-Medium;
    font-weight: 500;
    text-align: right;
    white-space: nowrap;
}
.total-price.total-price_sale span {
    color: #ff3e53;
}
@media screen and (max-width: 1284px) {
    .order-checklist {
        margin: 0 0 60px;
    }
    .page-cols_order {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse nowrap;
        -webkit-flex-flow: column-reverse nowrap;
                flex-flow: column-reverse nowrap;
    }
    .order-form + div {
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .order-cart {
        padding: 20px 15px 15px;
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
        border-left: none;
        border-right: none;
    }
    .checklist {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
                justify-content: space-between;
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .checklist__item {
        padding: 10px;
        border: 1px solid #e8e8e8;
    }
    .checklist__item .btn_x {
        right: 10px;
    }
    .product-card__cost-calc {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
                flex-flow: column nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
    }
    .product-card__cost-calc .price {
        margin-top: 5px;
    }
    .promocode {
        margin-bottom: 30px;
    }
    .promocode input {
        padding: 10px 15px;
        max-width: -webkit-calc(100% - 130px);
        max-width: calc(100% - 130px);
    }
    .promocode .btn {
        margin-left: 10px;
        min-width: 120px;
    }
}
.modals {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.modals.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.modal {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 700px;
    max-width: -webkit-calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin: auto;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    padding: 100px 0 63px;
    background: #fff;
    position: relative;
    display: none;
}
.modal.active {
    display: block;
}
.modal__header {
    text-align: center;
}
.modal__header > * {
    color: #333;
}
.modal__title {
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: GothamPro-Medium;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}
.modal__wrapper {
    max-height: 60vh;
    overflow-y: auto;
    padding: 0 80px;
}
.modal__wrapper::-webkit-scrollbar {
    width: 3px;
}
.modal__wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f9f5f0;
}
.modal__wrapper::-webkit-scrollbar-thumb {
    background-color: #c0a894;
}
.modal .form-block {
    min-width: 100%;
    max-width: 100%;
}
.modal > .btn_x, .xbundle_model_dialog_content > .btn_x {
    width: 80px;
    height: 80px;
    background: #fafafa;
    position: absolute;
    right: 0;
    top: 0;
}
.modal > .btn_x:after,
.modal > .btn_x:before, .xbundle_model_dialog_content > .btn_x:after , .xbundle_model_dialog_content > .btn_x:before  {
    background: #999;
    width: 24px;
    left: -webkit-calc(50% - 12px);
    left: calc(50% - 12px);
}
.modal > .btn_x:hover:after,
.modal > .btn_x:hover:before, .xbundle_model_dialog_content > .btn_x:hover:after ,
 .xbundle_model_dialog_content > .btn_x:hover:before  {
    background: #ff3e53;
}
@media screen and (max-width: 767px) {
    .modal {
        padding: 60px 0 40px;
    }
    .modal__wrapper {
        padding: 0 20px;
    }
    .modal .btn_x, .xbundle_model_dialog_content > .btn_x  {
        width: 50px;
        height: 50px;
    }
}
.modal_contacts .modal__header {
    margin-bottom: 34px;
}
.mobile-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin-bottom: 20px;
}
.mobile-phone > :not(:first-child) {
    margin-left: 10px;
}
.contact-link_big .ico_mail::after {
    width: 20px;
    height: 20px;
}
@media screen and (max-width: 767px) {
    .modal_contacts .modal__header {
        margin-bottom: 24px;
    }
    .mobile-phone {
        margin-bottom: 10px;
    }
}
.banners_sale {
    background: rgba(255, 255, 255, 0.5);
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 999999;
    display: none;
    top: 0;
    left: 0;
}
.banners_sale.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    z-index: 999999;
}
.banner_sale {
    width: 100vw;
    min-height: 237px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    text-decoration: none;
    display: none;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px -20px 60px rgba(0, 0, 0, 0.08);
            box-shadow: 0px -20px 60px rgba(0, 0, 0, 0.08)
}
.banner_sale a {
    text-decoration: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.banner_sale img {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 100%;
    z-index: -1;
}
.banner_sale > * {
    max-width: -webkit-calc(100% - 20px);
    max-width: calc(100% - 20px);
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #333;
}
.banner_sale p,
.banner_sale strong {
    font-family: GothamPro-Bold;
    font-weight: 700;
    line-height: 100%;
}
.banner_sale strong {
    font-size: 36px;
}
.banner_sale p {
    font-size: 30px;
    margin: 13px auto 20px;
}
.banner_sale p span {
    color: #ff3e53;
    font-size: 36px;
}
.banner_sale .btn {
    color: #fff;
}
.banner_sale .btn_x {
    z-index: 2;
}
.banner_sale .btn:hover {
    color: #fff;
}
.banner_sale.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    z-index: 9999;
}
.close-banner-btn {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 20px;
    background: #ff3e53;
    width: 58px;
    height: 58px;
}
.close-banner-btn:after,
.close-banner-btn:before {
    background: #fff;
}
.close-banner-btn:hover {
    background: #ff5669;
}
.close-banner-btn:hover:after,
.close-banner-btn:hover:before {
    background: #fff;
}
@media screen and (max-width: 767px) {
    .close-banner-btn {
        position: absolute;
        top: 10px;
        right: 20px;
        background: #ff3e53;
        width: 38px;
        height: 38px;
    }
    .banner_sale strong {
        font-size: 24px;
    }
    .banner_sale p {
        font-size: 18px;
        margin: 10px auto 15px;
    }
    .banner_sale p span {
        font-size: 24px;
    }
}
.map {
    height: 500px;
    position: relative;
    margin-bottom: 83px;
}
.map__img {
    min-height: 100%;
    position: relative;
    max-width: 100%;
    overflow: hidden;
}
.map iframe {
    width: 100%;
    height: 100%;
}
.map img {
    min-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
}
.map .contacts {
    position: absolute;
    left: 8.5%;
    top: 56px;
    z-index: 1;
    border: none;
    width: 390px;
}
.map .contacts__header {
    text-transform: uppercase;
}
.map .contacts__body {
    max-height: 320px;
    overflow-y: auto;
}
.map .contacts__body::-webkit-scrollbar {
    width: 3px;
}
.map .contacts__body::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f9f5f0;
}
.map .contacts__body::-webkit-scrollbar-thumb {
    background-color: #c0a894;
}
.map .contacts:before {
    display: none;
}
.map .contacts .btn_default {
    color: #fff;
    min-width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}
#map {
    width: 100%;
    height: 100%;
}
.contacts {
    background: #fff;
    border: 1px solid #e8e8e8;
    position: relative;
}
.contacts__header {
    font-size: 20px;
    border-bottom: 1px solid #e8e8e8;
    padding: 15px 30px;
    color: #333;
    line-height: 160%;
    font-family: GothamPro-Medium;
    font-weight: 500;
    min-height: 95px;
}
.contacts__body {
    padding: 30px 30px 10px;
}
.contacts__body span {
    color: #999;
    font-size: 12px;
    line-height: 100%;
    display: block;
    margin-bottom: 5px;
}
.contacts__body p {
    margin: 0;
}
.contacts__body a,
.contacts__body address {
    font-style: normal;
    font-size: 14px;
    line-height: 120%;
    color: #333;
    text-decoration: none;
}
.contacts__body a:not(.btn):hover {
    text-decoration: underline;
}
.contacts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    margin-bottom: 20px;
}
.contacts__ico {
    min-width: 44px;
    min-height: 44px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #f5f5f5;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    color: #c0a894;
    font-size: 16px;
}
.contacts__ico .ico_mail::after {
    width: 16px;
    height: 16px;
}
.contacts__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    margin-left: 20px;
}
.contacts::before {
    content: "";
    display: inline-block;
    background: #333;
    opacity: 0.3;
    -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
    width: 80%;
    height: 50%;
    bottom: 0;
    left: 10%;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.title + .catalog {
    margin-top: 40px;
    margin-bottom: 70px;
}
.contact-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin-bottom: 90px;
}
.partners-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 40px 0 30px;
}
.partners-contacts > div {
    width: -webkit-calc(33.33% - 20px);
    width: calc(33.33% - 20px);
}
.partners-contacts > div:not(:nth-child(3n + 3)) {
    margin-right: 30px;
}
.contacts_partner {
    padding: 0 0 0 60px;
    border: none;
    margin-bottom: 60px;
}
.contacts_partner:before {
    display: none;
}
.contacts_partner .contacts__header {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 0;
    position: relative;
}
.contacts_partner .contacts__header:before {
    content: "";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    height: 1px;
    width: 40px;
    background: #c0a894;
    position: absolute;
    left: -60px;
    top: 50%;
}
.contacts_partner .contacts__body {
    padding: 0;
}
.contacts_partner .contacts__body a,
.contacts_partner .contacts__body address {
    color: #555;
}
.contacts_partner .contacts__body p {
    margin: 5px 0 0 0;
}
@media screen and (max-width: 1284px) {
    .map__img img {
        right: -10%;
    }
    .map .contacts {
        left: 30px;
    }
}
@media screen and (max-width: 1000px) {
    .map__img img {
        right: -35%;
    }
    .map .contacts {
        width: 320px;
    }
}
@media screen and (max-width: 767px) {
    .contacts__header {
        padding: 15px 10px;
        font-size: 18px;
        min-height: 87px;
    }
    .contacts__body {
        padding: 15px 10px;
    }
    .contacts__text {
        margin-left: 10px;
    }
    .contacts__ico {
        min-width: 30px;
        min-height: 30px;
    }
    .map {
        height: unset;
        /* margin-top: -40px; */
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-bottom: 30px;
    }
    .map__img {
        height: 220px;
        width: 100%;
    }
    .map__img img {
        right: 0;
    }
    .map .contacts {
        position: relative;
        top: unset;
        left: unset;
        /* bottom: -40px; */
        bottom: unset;
        width: 100%;
        max-width: -webkit-calc(100% - 30px);
        max-width: calc(100% - 30px);
        margin: 0 15px 10px 15px;
        border: 1px solid #e8e8e8;
    }
    .map .contacts__body {
        overflow-y: unset;
    }
    .map .contacts .btn_default {
        margin-bottom: 0;
    }
    .map iframe {
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
        height: 320px;
    }
    .partners-contacts {
        margin-top: 20px;
    }
    .partners-contacts > div {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
    }
    .partners-contacts > div:not(:nth-child(3n + 3)) {
        margin-right: unset;
    }
    .partners-contacts > div:not(:nth-child(2n + 2)) {
        margin-right: 20px;
    }
    .contact-form {
        margin-bottom: 40px;
    }
    .contacts_partner {
        padding: 0 0 0 30px;
        margin-bottom: 30px;
    }
    .contacts_partner .contacts__header:before {
        width: 20px;
        left: -30px;
    }
}
@media screen and (max-width: 500px) {
    .catalog > .contacts {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .partners-contacts > div {
        width: 100%;
    }
    .partners-contacts > div:not(:nth-child(2n + 2)) {
        margin-right: unset;
    }
    .contacts_partner {
        margin-bottom: 20px;
    }
    .contacts__header {
        min-height: unset;
    }
}
.cart {
    padding: 40px 0;
    width: 854px;
}
.cart__wrapper {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 30px;
}
.cart .modal__wrapper {
    padding: 0 94px 0 60px;
    max-height: -webkit-calc(100vh - 200px);
    max-height: calc(100vh - 200px);
}
.cart__list {
    max-height: 23vh;
    overflow-y: auto;
    width: -webkit-calc(100% + 33px);
    width: calc(100% + 33px);
    margin-right: -33px;
    padding-right: 33px;
}
.cart__list::-webkit-scrollbar {
    width: 3px;
}
.cart__list::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f3f3f3;
}
.cart__list::-webkit-scrollbar-thumb {
    background-color: #333;
}
.cart .modal__header {
    margin-bottom: 50px;
}
.cart .total-price {
    margin-top: 20px;
    margin-bottom: 20px;
}
.cart .checklist {
    margin: 30px 0 0;
}
.cart .checklist__item {
    padding: 0 0 10px 0;
}
.cart__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 30px;
}
.product-card_row.checklist__item .product-card__text > :not(.product-card__title) {
    margin-bottom: unset;
}
.product-card_row.checklist__item .product-card__text .product-card__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}
.product-card_row.checklist__item .product-card__text .product-card__row > * {
    margin-bottom: 0;
    margin-top: 0;
}
.product-card_row.checklist__item .product-card__text .product-card__row:last-of-type {
    margin-top: auto;
    margin-bottom: 0;
}
.product-card_row.checklist__item .product-card__text .product-card__row .manufacturer {
    margin: 5px 0 15px;
}
.cart__dropdowns {
    margin: 0;
}
.cart__dropdown-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.cart__dropdown-wrapper > * {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    margin-bottom: 20px;
}
label.radio-product {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}
label.radio-product .radio-product__img {
    max-width: 62px;
    min-width: 62px;
    height: 70px;
    margin-right: 10px;
    display: inline-block;
}
label.radio-product .radio-product__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
label.radio-product p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    margin: 0;
    color: #333;
    line-height: 120%;
    max-width: -webkit-calc(100% - 72px);
    max-width: calc(100% - 72px);
}
label.radio-product p .manufacturer {
    margin-top: 10px;
    display: block;
    color: #555;
    line-height: 100%;
}
label.radio-product::before {
    top: -webkit-calc(50% - 13px);
    top: calc(50% - 13px);
}
.radio:checked + label.radio-product::after {
    top: -webkit-calc(50% - 7px);
    top: calc(50% - 7px);
}
@media screen and (max-width: 767px) {
    .cart .modal__wrapper {
        padding: 0 30px 0 15px;
        max-height: -webkit-calc(100vh - 200px);
        max-height: calc(100vh - 200px);
    }
    .cart__list {
        padding-right: 20px;
        margin-right: -20px;
        width: -webkit-calc(100% + 20px);
        width: calc(100% + 20px);
        max-height: 60vh;
    }
    .cart__list .product-card_row {
        min-width: 100%;
        max-width: 100%;
    }
    .cart__links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
                flex-flow: column nowrap;
    }
    .cart__links .btn {
        margin-top: 10px;
    }
    .cart__dropdown-wrapper > * {
        width: 100%;
    }
    label.radio-product .radio-product__img {
        max-width: 42px;
        min-width: 42px;
        height: 50px;
    }
    label.radio-product p {
        max-width: -webkit-calc(100% - 52px);
        max-width: calc(100% - 52px);
    }
    .product-card_row.checklist__item .product-card__text {
        padding-top: 0;
        margin-top: 0;
    }
    .product-card_row.checklist__item .product-card__text .product-card__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
                flex-flow: column nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
    }
    .product-card_row.checklist__item .product-card__text .product-card__row > * {
        margin-top: 5px;
    }
}
.cooperation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin: 90px 0;
}
.cooperation__img {
    width: 54%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}
.cooperation__img img {
    width: 100%;
    height: auto;
}
.cooperation__text {
    width: 31.5%;
    margin-left: 84px;
    margin-top: 49px;
}
.cooperation__text .btn_default {
    min-width: 288px;
    margin-top: 15px;
}
.partners-slider {
    margin: 50px 0 90px;
    position: relative;
}
.partners-slider .swiper-slide {
    height: 70px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}
.partners-slider .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}
.partners-slider .swiper-button-next {
    right: -54px;
}
.partners-slider .swiper-button-prev {
    left: -54px;
}
@media screen and (max-width: 1679px) {
    .partners-slider .swiper-button-next {
        right: -30px;
    }
    .partners-slider .swiper-button-prev {
        left: -30px;
    }
    .cooperation__text {
        margin-top: 0;
    }
}
@media screen and (max-width: 1284px) {
    .cooperation__img {
        width: 40%;
    }
    .cooperation__text {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .partners-slider {
        margin: 25px 0 40px;
    }
    .partners-slider .swiper-button-next {
        right: -15px;
    }
    .partners-slider .swiper-button-prev {
        left: -15px;
    }
    .cooperation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
                flex-flow: column nowrap;
        margin-top: 0;
        margin-bottom: 40px;
    }
    .cooperation__img {
        width: 100%;
        margin-bottom: 30px;
    }
    .cooperation__text {
        margin-left: 0;
        width: 100%;
    }
}
.files {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
}
.files .catalog {
    max-width: -webkit-calc(100% - 290px);
    max-width: calc(100% - 290px);
}
.filter.files__nav {
    padding: 40px 30px;
    min-width: 230px;
    border: 1px solid #e8e8e8;
}
.file {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
}
.file__img {
    width: 100%;
    height: 162px;
}
.file__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.file p {
    font-size: 16px;
    line-height: 140%;
    margin: 10px 0 15px;
    text-align: center;
}
.file .btn_default {
    width: -webkit-calc(100% - 44px);
    width: calc(100% - 44px);
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}
.file .btn_default .ico {
    margin-right: 10px;
}
@media screen and (max-width: 1284px) {
    .files .catalog {
        max-width: -webkit-calc(100% - 260px);
        max-width: calc(100% - 260px);
    }
    .filter.files__nav {
        padding: 30px 15px;
    }
}
@media screen and (max-width: 767px) {
    .files {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
                flex-flow: column nowrap;
    }
    .files .catalog {
        max-width: -webkit-calc(100% + 30px);
        max-width: calc(100% + 30px);
        margin: 0 -15px;
    }
    .file {
        border: 1px solid #e8e8e8;
    }
    .filter.files__nav {
        margin-bottom: 30px;
        min-width: auto;
    }
}
.about-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    padding: 0 11%;
    margin: 0 auto 160px;
}
.about-info__logo {
    margin-right: 30px;
    width: 230px;
}
.about-info__logo span {
    font-size: 14px;
    line-height: 160%;
    color: #333;
    margin-bottom: 20px;
    display: block;
}
.about-info__logo img {
    width: 100%;
    height: auto;
}
.about-info__text {
    width: 746px;
    max-width: 100%;
}
.about-info__text p {
    font-size: 16px;
}
@media screen and (max-width: 1919px) {
    .about-info {
        margin: 0 auto 70px;
    }
}
@media screen and (max-width: 767px) {
    .about-info {
        margin: 0 auto 20px;
        padding: 0 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
                flex-flow: column nowrap;
    }
    .about-info__logo {
        margin-right: 0;
    }
    .about-info__text {
        margin-top: 10px;
    }
}
.catalog_advantages {
    margin-bottom: 90px;
}
.advantage {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}
.advantage .img-ico {
    margin-right: 20px;
}
.advantage p {
    margin: auto 0;
}
@media screen and (max-width: 767px) {
    .catalog_advantages {
        margin-bottom: 40px;
    }
    .advantage .img-ico {
        min-width: 50px;
        height: 50px;
    }
    .advantage .img-ico img {
        max-height: 30px;
    }
}
.about-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 11%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse nowrap;
    -webkit-flex-flow: row-reverse nowrap;
            flex-flow: row-reverse nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin-bottom: 90px;
}
.about-text:nth-of-type(2n + 1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
}
.about-text__img {
    min-width: 520px;
    max-width: 520px;
}
.about-text__img img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.about-text__descr {
    max-width: -webkit-calc(100% - 650px);
    max-width: calc(100% - 650px);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.about-text__descr > div {
    margin: auto 0;
}
@media screen and (max-width: 1284px) {
    .about-text__img {
        min-width: 320px;
        max-width: 320px;
    }
    .about-text__descr {
        max-width: -webkit-calc(100% - 350px);
        max-width: calc(100% - 350px);
    }
}
@media screen and (max-width: 767px) {
    .about-text {
        padding: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse nowrap;
        -webkit-flex-flow: row-reverse nowrap;
                flex-flow: row-reverse nowrap;
        margin-bottom: 30px;
    }
    .about-text:nth-of-type(2n + 1) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
                flex-flow: row nowrap;
    }
    .about-text__img {
        min-width: -webkit-calc(40% - 10px);
        min-width: calc(40% - 10px);
        max-width: -webkit-calc(40% - 10px);
        max-width: calc(40% - 10px);
    }
    .about-text__descr {
        max-width: 60%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex;
    }
    .title + .catalog {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 493px) {
    .about-text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
                flex-flow: column nowrap;
    }
    .about-text:nth-of-type(2n + 1) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
                flex-flow: column nowrap;
    }
    .about-text__img {
        min-width: 100%;
        max-width: 100%;
    }
    .about-text__descr {
        max-width: 100%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex;
    }
    .about-text__descr > div {
        margin: 10px 0 0;
    }
}
.brown {
    background-color: #fbf9f8;
}
.our-history {
    padding: 75px 11% 100px;
}
.our-history .tabs {
    margin-top: 70px;
}
@media screen and (max-width: 767px) {
.product-thumb__wrapper .btn_default {
    display: none;
    background: none;
    border: 1px solid #ff3e53;
    color: #ff3e53;
    padding: 5px 20px;
    margin: 20px auto 0;
}
.product-thumb__wrapper .options {
    margin-bottom: 0px;
}
.product__actions .btn_default {
    margin: auto;
    width: 100%;
}
.product__actions p.price {
    width: 100%;
}
    .our-history {
        padding: 35px 0 40px;
    }
    .our-history .tabs {
        margin-top: 30px;
    }
}
.buttons{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-bottom: 30px;
}
.pull-right{
    float: unset;
    margin-left: auto;
    margin-right: 0;
}
.downcoo{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
#tcb_call_1{
    display: none !important;
}
.page-cols_order .registration-roles > div{
    margin-bottom: 0;
}
.page-cols_order .registration-roles > div.btn-label{
    margin-bottom: 15px;
}
@media screen and (min-width: 768px){
    .page-cols_order .registration-roles > div.btn-label{
        margin-bottom: 30px;
    }
}
.partners-slider .swiper-slide[onclick]{
    cursor: pointer;
}
.partners-slider .swiper-slide img{
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.partners-slider .swiper-slide[onclick]:hover img{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.product__photos .swiper-slide.swiper-slide-active a {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    height: 100%;
}
button.mfp-close {
    color: #fff !important;
    font-size: 30px;
}
.container.popup-agree {
    background: #fff;
    padding: 20px 15px;
}
.downloads-list {
	display: none;
	width: 100%;
}
.downloads-list:nth-child(2) {
    display: block;
}
.group-options {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    min-width: 90px;
    padding: 0 16px;
    border: 1px solid #e8e8e8;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 23px;
            border-radius: 23px;
    margin-top: 2px;
    margin-bottom: 2px;
    height: 46px;
    text-decoration: none;
    color: #555;
    margin: 2px 5px;
}

.group-options span {text-transform: none;text-decoration: none !important;}

.group-options:hover {
    border-color: #ff3e53;
    color: #ff3e53;
}
.group-block {
    margin-bottom: 10px;
}
.options {
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100% !important;
}
.input input:not([value=""]) + .input-title {
    top: 0;
    cursor: default;
    font-size: 12px;
}
.input input:not([value=""]) + ul + .input-title {
    top: 0;
    cursor: default;
    font-size: 12px;
}
.options-catalog {
    padding: 0 11px;
    height: 36px;
}
.options-catalog .option__text {
    font-size: 12px;
}
.contact-html .text_two-cols {
    display: contents;
}
li {
    font-size: 14px;
    margin: 0 0 5px;
    line-height: 160%;
}
span.old-price {
    margin-left: auto;
    margin-right: 0;
    font-size: 13px;
    line-height: 100%;
    color: #999;
    position: relative;
    margin-right: 5px;
}
span.special {
    margin-left: auto;
    margin-right: 0;
    font-size: 13px;
    line-height: 100%;
    color: #333;
}
span.old-price::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #ff3e53;
    position: absolute;
    left: 0;
    top: 50%;
}
#mobil_mini{
    display: none !important;
}

.noprod{
    opacity: 0.4;
    transition: 0.8s;
}
.noprod:hover{
    opacity: 0.8;
}

.newsletters{
    padding-bottom: 30px;
}
.newsletters h5{
    text-align: center;
        text-transform: uppercase;
    font-family: GothamPro-Medium;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: 0.05px;
    margin-bottom: 30px;
    display: block;
    color: #333;
    font-weight: 500;
}
.newsletters .input-group{
    text-align: center;
}
.newsletters #txtemail{
    display: inline-block;
    vertical-align: top;
    padding: 10px 20px;
    font-size: 16px;
    width: 450px; 
    border: 1px solid #c0a894;
    height: 45px;
    margin-right: 15px;
}
.newsletters .nbtn{
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.newsletters .nbtn button{
    background: #c0a894;
    border: 1px solid #c0a894;
    color: #fff;
    font: 18px;
    padding: 0 30px;
    line-height: 45px;
    transition: 0.6s;
    height: 45px;
}
.newsletters .nbtn button:hover{
    background: #fff;
    color: #c0a894;
}

.thide{
    display: none !important;
}

#total-order{
    margin-left: 5px;
}
.cart__dropdowns{padding-bottom: 0 !important;}

@media(max-width:768px){
    .newsletters #txtemail{
        width: 100%;
        margin-bottom: 20px;
    }
}

.newsletters-zag {text-align: center;
    text-transform: uppercase;
    font-family: GothamPro-Medium;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.05px;
    margin-bottom: 30px;
    display: block;
    color: #333;
    font-weight: 500;}


.modal.modal_contacts{
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding: 0;
    margin: 0;
    max-width: 100%;
}
.modal.modal_contacts > .modal__wrapper{
    position: relative;
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.cookies {
    position: fixed;
    z-index: 99999;
    background: white;
    margin-top: auto;
    margin-bottom: 0px;
    padding: 10px;
    bottom: 0;
    left: 0;
}
#product .price_pre__text {
    display: inline-flex;
    font-size: 26px;
    line-height: 100%;
    margin-right: 20px;
}