@charset "UTF-8";

/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
    overflow: hidden
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.has-scroll-smooth body {
    overflow: hidden
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh
}

[data-scroll-direction=horizontal] [data-scroll-container] {
    display: inline-block;
    height: 100vh;
    white-space: nowrap
}

[data-scroll-direction=horizontal] [data-scroll-section] {
    display: inline-block;
    height: 100%;
    vertical-align: top;
    white-space: nowrap
}

.c-scrollbar {
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: center right;
    transition: transform .3s, opacity .3s;
    width: 11px
}

.c-scrollbar:hover {
    transform: scaleX(1.45)
}

.c-scrollbar:hover,
.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar {
    opacity: 1
}

[data-scroll-direction=horizontal] .c-scrollbar {
    bottom: 0;
    height: 10px;
    top: auto;
    transform: scaleY(1);
    width: 100%
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
    transform: scaleY(1.3)
}

.c-scrollbar_thumb {
    background-color: #000;
    border-radius: 10px;
    cursor: -webkit-grab;
    cursor: grab;
    margin: 2px;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    width: 7px
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
    bottom: 0;
    right: auto
}

@font-face {
    font-family: Lato;
    src: local("Lato Regular"), local("Lato-Regular"), url(../fonts/Lato-Regular.woff2) format("woff2"), url(../fonts/Lato-Regular.woff) format("woff"), url(../fonts/Lato-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Lato;
    src: local("Lato Bold"), local("Lato-Bold"), url(../fonts/Lato-Bold.woff2) format("woff2"), url(../fonts/Lato-Bold.woff) format("woff"), url(../fonts/Lato-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: local("Montserrat Medium"), local("Montserrat-Medium"), url(../fonts/Montserrat-Medium.woff2) format("woff2"), url(../fonts/Montserrat-Medium.woff) format("woff"), url(../fonts/Montserrat-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(../fonts/Montserrat-SemiBold.woff2) format("woff2"), url(../fonts/Montserrat-SemiBold.woff) format("woff"), url(../fonts/Montserrat-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: local("Montserrat Bold"), local("Montserrat-Bold"), url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url(../fonts/Montserrat-ExtraBold.woff2) format("woff2"), url(../fonts/Montserrat-ExtraBold.woff) format("woff"), url(../fonts/Montserrat-ExtraBold.ttf) format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: cement;
    src: url(../fonts/cement/cement.eot);
    src: url(../fonts/cement/cement.eot?#iefix) format("embedded-opentype"), url(../fonts/cement/cement.woff) format("woff"), url(../fonts/cement/cement.ttf) format("truetype"), url(../fonts/cement/cement.svg#cement) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=icon-]:before {
    display: inline-block;
    font-family: cement;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-angle-bottom:before {
    content: "A"
}

.icon-angle-left:before {
    content: "B"
}

.icon-angle-right:before {
    content: "C"
}

.icon-angle-top:before {
    content: "D"
}

.icon-burger:before {
    content: "E"
}

.icon-cart:before {
    content: "F"
}

.icon-check-mark:before {
    content: "G"
}

.icon-close:before {
    content: "H"
}

.icon-eye:before {
    content: "I"
}

.icon-phone:before {
    content: "J"
}

.icon-search:before {
    content: "K"
}

.icon-star:before {
    content: "L"
}

.icon-star-solid:before {
    content: "M"
}

.icon-time:before {
    content: "N"
}

.icon-triangle-bottom:before {
    content: "O"
}

.icon-triangle-left:before {
    content: "P"
}

.icon-triangle-right:before {
    content: "Q"
}

.icon-triangle-top:before {
    content: "R"
}

.icon-info:before {
    content: "S"
}

.icon-pen:before {
    content: "T"
}

.icon-clear:before {
    content: "U"
}

.tab-content {
    display: none
}

.tab-content.active {
    display: block
}

.button,
button {
    cursor: pointer
}

.button {
    text-decoration: none;
    background-color: #814960;
    color: #fff;
    border: none;
    display: inline-block;
    text-align: center;
    font-size: 1.125rem;
    padding: 1.0625rem 1.25rem;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    -webkit-transition: .2s;
    transition: .2s;
    text-transform: uppercase
}

.button:not(.button-white):not(.button-arrow):hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.button.button-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.button-block {
    display: block;
    width: 100%
}

.button-transparent {
    background-color: rgba(0, 0, 0, 0);
    color: #04080f
}

.button-half-transparent {
    background-color: rgba(87, 12, 43, .8)
}

.button.button-arrow {
    min-width: 11.458vw;
    position: relative;
    padding: 15px 64px;
    text-align: center;
    -webkit-transition: .2s;
    transition: .2s;
    font-family: Lato, sans-serif;
    font-weight: 400
}

.button.button-arrow.button-arrow--left {
    text-align: center
}

.button.button-arrow .icon-triangle-left {
    margin-right: 15px
}

.button.button-arrow .icon-triangle-right {
    margin-left: 15px
}

.button.button-arrow:hover {
    min-width: 13.021vw
}

.button.button-white {
    background-color: #eaeaea;
    color: #04080f
}

.button.button-white:hover {
    background-color: #814960;
    color: #fff
}

.button.button--add-to-favorite {
    padding: 13px 10px
}

.button:disabled {
    opacity: .5;
    pointer-events: none
}

.button-white-link {
    font-size: 18px;
    padding: 16px;
    background-color: #fff;
    text-decoration: underline
}

.link-arrow {
    font-size: .833vw;
    text-transform: uppercase;
    letter-spacing: .056vw;
    font-weight: 700;
    padding-right: 1vw;
    position: relative
}

.link-arrow--icon {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 80%;
    -webkit-transition: .2s;
    transition: .2s
}

.link-arrow:hover .link-arrow--icon {
    right: -1vw
}

.color-black {
    color: #04080f
}

.color-white {
    color: #fff
}

.color-gray {
    color: #eaeaea
}

.text-center {
    text-align: center !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.float-left {
    float: left
}

.float-right {
    float: right
}

a {
    text-decoration: none;
    color: inherit
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, sans-serif;
    margin: 0;
    line-height: 1
}

h1 {
    font-size: 25px;
    margin-bottom: 11px
}

.text-underline {
    text-decoration: underline
}

.arrow-link {
    position: relative;
    padding-right: 2.1875rem
}

.arrow-link:after {
    content: "";
    position: absolute;
    right: .9375rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #000;
    border-style: solid;
    border-width: .4375rem 0 .4375rem .875rem;
    -webkit-transition: .2s;
    transition: .2s;
    opacity: 0
}

.arrow-link:hover:after {
    right: 0;
    opacity: 1
}

.breadcrumbs {
    text-align: right
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body,
html {
    color: #04080f;
    font-family: Lato, sans-serif;
    min-height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden
}

body.full-height,
html.full-height {
    height: 100%
}

html.menu-open {
    overflow: hidden
}

:focus {
    outline: 0
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

body .main {
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

body .footer {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.container {
    margin: 0 auto;
    max-width: 86%;
    width: 100%
}

.d-block {
    display: block
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.d-flex-justify {
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start
}

.d-flex-justify,
.d-flex-justify-center,
.sm-item .sm-item-bottom,
.sm-item .sm-item-middle,
.sm-item .sm-item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-items-center,
.d-flex-justify-center,
.sm-item .sm-item-bottom,
.sm-item .sm-item-middle,
.sm-item .sm-item-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.img-fluid {
    max-width: 100%;
    display: block
}

.main-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -.313vw 6.8vw
}

.main-intro--left,
.main-intro--right {
    padding: 0 .313vw
}

.main-intro--left {
    width: 42.8%;
    position: relative
}

.main-intro--left .link-arrow {
    position: absolute;
    left: 0;
    bottom: 0
}

.main-intro--right {
    width: 57.2%
}

.main-intro--right .main-intro-inner {
    height: 100%
}

.main-intro-inner {
    padding: 2.4vw 3.65vw;
    background-size: cover;
    background-position: 50%;
    position: relative;
    color: #fefeff
}

.main-intro-inner h2,
.main-intro-inner p {
    color: #fff;
    opacity: .75
}

.main-intro-inner h2 {
    font-size: 3rem;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    margin-bottom: 1.3vw
}

.main-intro-inner p {
    font-size: 1.125rem
}

.main-intro--text {
    max-width: 22vw;
    position: relative;
    z-index: 2
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -11px
}

.row [class*=col-],
.row [class^=" col-"] {
    padding: 0 11px
}

.row.norrow {
    margin: 0 -12.5px
}

.row.norrow [class*=col-],
.row.norrow [class^=" col-"] {
    padding: 0 12.5px
}

.row .col-2 {
    width: 50%
}

.pagination {
    font-family: Lato, sans-serif;
    padding: 0;
    margin: 0 0 50px
}

.pagination li {
    list-style-type: none;
    display: inline-block
}

.pagination li a,
.pagination li>span {
    padding: 0 5px;
    text-decoration: none
}

.pagination li>span {
    color: rgba(87, 12, 43, .75)
}

.pagination li a {
    color: inherit
}

.auth-page {
    padding: 96px 0
}

.auth-page-form {
    background: #eaeaea;
    margin: 0 auto;
    padding: 12px 24px 31px 15px;
    position: relative;
    letter-spacing: -.2px;
    font-size: 19px
}

.auth-page-form:before {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #814960;
    right: 0;
    top: -16px;
    width: 110px;
    height: 40px
}

.auth-page-form h1 {
    font-size: 25px;
    margin-bottom: 38px
}

.auth-page .auth-form-bottom {
    color: #814960;
    font-weight: 700;
    text-decoration: underline;
    padding-top: 49px
}

.auth-page .form-fields {
    margin-bottom: 39px
}

.auth-page .button-auth {
    text-transform: uppercase;
    font-size: 18px;
    padding: 17px 27px
}

.color-red {
    color: #cc2936
}

.color-violet {
    color: #814960
}

.color-violet-800 {
    color: #570c2b
}

.color-blue {
    color: #507dbc
}

.__image img {
    width: 100%
}

.__text {
    font-size: 16px
}

.__text a {
    text-decoration: underline
}

.__text h2 {
    font-size: em(31px);
    margin: 30px 0
}

.__text p {
    font-size: em(16px)
}

.__content-box {
    margin-bottom: 90px
}

.__image-label {
    position: absolute;
    background-color: rgba(87, 12, 43, .75);
    color: hsla(0, 0%, 100%, .75);
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 25px;
    width: 270px;
    height: 100px;
    padding: 10px
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px
}

.lds-ring div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border: 8px solid transparent;
    border-top-color: #fff
}

.lds-ring div:first-child {
    -webkit-animation-delay: -.45s;
    animation-delay: -.45s
}

.lds-ring div:nth-child(2) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.lds-ring div:nth-child(3) {
    -webkit-animation-delay: -.15s;
    animation-delay: -.15s
}

@-webkit-keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.header {
    position: relative
}

.header .header-login-row a {
    text-decoration: underline
}

.header-top-bar {
    background-color: #814960;
    color: #fff;
    padding: .4375rem 0;
    letter-spacing: .02em;
    position: relative
}

.header-top-bar--row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-top-bar--row,
.header-top-bar--row--left,
.header-top-bar--row--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-top-bar--row--right {
    padding-right: 2.25rem
}

.header-top-bar--row--right>span {
    font-size: 1rem
}

.header-top-bar--row--left>* {
    margin-right: 5.3vw
}

.header-top-bar--row--left>:last-child {
    margin-right: 0
}

.header-top-bar--row--left a {
    font-size: 1rem
}

.header-top-bar--row--left a [class*=icon-] {
    margin-right: .24vw
}

.header-top-bar--row--left a [class*=icon-].small {
    font-size: .6vw
}

.header-middle-bar {
    position: relative;
    z-index: 10;
    display: block;
    text-align: center
}

.header-middle-bar .header-logo {
    width: 9.6vw
}

.header-middle-bar .header-logo a,
.header-middle-bar .header-logo img,
.header-middle-bar .header-logo svg {
    width: 100%;
    display: block;
    text-align: center
}

.search {
    position: relative
}

.search-form-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-right: 0;
    -webkit-transition: .2s;
    transition: .2s
}

.search-form-group [class*=icon-] {
    position: absolute;
    right: .5vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1rem;
    line-height: 1
}

.search-form-group input {
    width: 100%;
    height: 1.771vw;
    border-radius: .26vw;
    background-color: #eaeaea;
    outline: 0;
    border: none;
    font-size: .729vw;
    padding: 0 1.5vw;
    display: block
}

.search-form-group input::-webkit-input-placeholder {
    color: #b3bac7
}

.search-form-group input::-moz-placeholder {
    color: #b3bac7
}

.search-form-group input::placeholder {
    color: #b3bac7
}

.search-form-group input:-ms-input-placeholder {
    color: #b3bac7
}

.search-form-group input::-ms-input-placeholder {
    color: #b3bac7
}

.search .search-results {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #eaeaea;
    width: 100%;
    padding: .625rem;
    border-bottom-left-radius: .3125rem;
    border-bottom-right-radius: .3125rem;
    font-size: 1rem
}

.search .search-results:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #eaeaea
}

.search .search-results a {
    text-decoration: underline
}

.search .search-close {
    cursor: pointer;
    background: 0 0;
    border: none;
    outline: 0;
    padding: 0;
    margin: 0
}

.result-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    margin-bottom: 10px
}

.result-item:last-child {
    margin-bottom: 0
}

.result-item--image {
    width: 75px;
    height: 44px
}

.result-item--image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.result-item--title {
    margin-left: 14px;
    width: 50%
}

.result-item--price {
    font-size: 18px;
    color: #814960;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    margin-left: auto
}

.main-menu {
    margin-left: -.5rem;
    position: relative
}

.main-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-menu ul li {
    display: block
}

.main-menu ul li:first-child {
    padding-left: 0
}

.main-menu ul li:last-child {
    padding-right: 0
}

.main-menu ul li a {
    font-size: 1rem;
    text-transform: uppercase;
    display: inline-block;
    padding: .625rem 0;
    position: relative
}

.main-menu ul li a:after {
    content: "";
    border-bottom: 2px solid transparent;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .2s;
    transition: .2s
}

.main-menu ul li:hover a:after {
    width: 2vw;
    border-color: #814960
}

.main-menu ul li.active a {
    position: relative
}

.main-menu ul li.active a:after {
    width: 2.604vw;
    border-color: #814960
}

.header-contacts {
    position: relative;
    padding-left: 2.5625rem;
    font-size: .875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    line-height: 1.5625rem;
    top: .625rem
}

.header-contacts [class*=icon-] {
    color: #a8a8a8;
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 1.25rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header-contacts--phones a {
    display: block
}

.header-contacts--phones a:hover {
    color: #814960
}

.header-contacts.phones {
    margin-right: -3vw
}

.header-top-info {
    position: relative;
    top: .25rem
}

.header-top-info--icon {
    font-size: 1.5vw;
    opacity: .5
}

.header-top-info--amount {
    position: absolute;
    bottom: 0;
    right: -.521vw;
    background-color: rgba(80, 125, 188, .75);
    width: 1.042vw;
    height: 1.042vw;
    font-size: .729vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    border-radius: 100%
}

.header-top-info:hover .header-top-info--icon {
    opacity: 1
}

.header-top-info--cart {
    margin-left: 5.65vw
}

.header-top-info--favorites {
    margin-left: 7.8vw
}

.toggle-menu {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #fff;
    border: none;
    font-size: 3vw;
    display: none;
    padding-left: 0;
    padding-right: 0
}

.toggle-menu [class*=icon-]:before {
    content: "E";
    display: block
}

.toggle-menu.active {
    font-size: 21px
}

.toggle-menu.active [class*=icon-]:before {
    content: "H"
}

.product-categories {
    margin-bottom: 1.3vw
}

.product-categories .button--toggle-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-categories .button--toggle-categories [class*=icon-] {
    margin-left: 4.267vw
}

.product-categories-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -.3125vw
}

.product-categories-list-item {
    padding: 0 .3125vw;
    width: 14.285%
}

.product-categories-list-item a {
    display: block;
    height: 6.4vw;
    position: relative;
    z-index: 1;
    text-align: center
}

.product-categories-list-item a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.product-categories-list-item a .product-categories-title {
    position: absolute;
    top: 0;
    left: 0;
    font-size: .938vw;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    z-index: 2
}

.product-categories-list-item a .product-categories-icon {
    position: absolute;
    top: 0;
    font-size: 6vw;
    width: 100%;
    left: 0;
    height: 100%;
    background: rgba(87, 12, 43, .75);
    color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s
}

.product-categories-list-item a:hover .product-categories-icon {
    opacity: 1
}

.product-categories-list-item a.active .product-categories-icon {
    opacity: 1;
    color: hsla(0, 0%, 100%, .15)
}

.mobile-menu {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background-color: #814960;
    z-index: 90;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: .3s;
    transition: .3s;
    overflow: auto
}

.mobile-menu.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.mobile-menu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.mobile-menu .logo {
    display: block;
    margin-bottom: 24px;
    text-align: center
}

.mobile-menu .logo img,
.mobile-menu .logo svg {
    max-width: 40%
}

.mobile-menu .login-bar {
    text-align: center
}

.mobile-menu .login-bar a {
    text-decoration: underline
}

.mobile-menu .mobile-menu-logo {
    padding-top: 21px;
    margin-bottom: 60px
}

.mobile-menu .mobile-menu--menu {
    padding-bottom: 118px;
    padding-top: 0
}

.mobile-menu .mobile-menu--menu h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px
}

.mobile-menu .mobile-menu--menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    margin-bottom: 14vw
}

.mobile-menu .mobile-menu--menu ul li a {
    text-transform: uppercase;
    display: block;
    padding-bottom: 12px
}

.mobile-menu .mobile-menu--menu ul li.active a {
    position: relative
}

.mobile-menu .mobile-menu--menu ul li.active a:after {
    content: "";
    border-bottom: 1px solid #fff;
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.mobile-menu .mobile-menu--menu--link {
    display: block;
    text-align: center
}

.mobile-menu .mobile-menu--menu--link__first {
    margin-bottom: 8vw
}

.mobile-menu .mobile-menu--bottom {
    padding-bottom: 0
}

.mobile-menu .mobile-menu--bottom--link {
    position: relative;
    display: block;
    font-size: 16px
}

.mobile-menu .mobile-menu--bottom--link>span {
    background-color: #814960;
    position: relative;
    z-index: 1
}

.mobile-menu .mobile-menu--bottom--link:after {
    content: "";
    width: 100%;
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0
}

.mobile-menu .mobile-menu--bottom--link [class*=icon-] {
    margin: 0 16px
}

.mobile-menu .mobile-menu--bottom--license {
    font-size: 3.2vw;
    margin: 24px 0 15px;
    text-align: center
}

.mobile-menu .mobile-menu--bottom,
.mobile-menu .mobile-menu--menu {
    padding-left: 15px;
    padding-right: 15px
}

.product-area-heading .product-card--image-favorite {
    color: #814960
}

.product-area-heading .product-card--image-favorite:hover .__static {
    display: none
}

.product-area-heading .product-card--image-favorite:hover .__hover {
    display: block
}

.language-selector {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.language-selector-divider {
    display: block;
    height: 1.5625rem;
    border-left: 1px solid;
    margin: 0 10px;
    opacity: .75
}

.language-selector a {
    display: block;
    text-transform: uppercase;
    opacity: .75
}

.language-selector a.active {
    opacity: 1
}

.page-footer {
    background-color: #e2e2e2;
    padding-top: 33px
}

.footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer-top:after {
    z-index: 0;
    content: "";
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #04080f;
    position: absolute;
    bottom: 59px
}

.footer-top .link-arrow,
.footer-top--logo {
    background-color: #e2e2e2;
    z-index: 10;
    position: relative
}

.footer-top--logo {
    padding-right: 2.1875rem
}

.footer-top--logo img {
    opacity: .5;
    width: 162px;
    margin-bottom: 45px
}

.footer-top .link-arrow {
    padding-left: 1vw;
    padding-right: 37px;
    margin-bottom: 34px
}

.footer-top .link-arrow .link-arrow--icon {
    right: .7vw
}

.footer-top .link-arrow:hover .link-arrow--icon {
    right: .2vw
}

.footer-middle--left {
    padding-top: 1vw
}

.footer-middle--right {
    margin-bottom: 85px;
    margin-top: 54px
}

.footer-nav.wide li {
    margin-bottom: 54px
}

.footer-nav.wide li:last-child {
    margin-bottom: 0
}

.footer-bottom {
    text-align: right;
    padding-bottom: 10px
}

.made-by {
    padding: 9px 0;
    text-align: right;
    background: url(../img/made-by-bg.png) no-repeat 100% #fff;
    background-size: auto 100%
}

p.copyright {
    font-size: 12px
}

.product-properties {
    width: 100%;
    margin-bottom: 59px
}

.product-properties tr td {
    padding-bottom: 38px;
    width: 33.33%
}

.product-properties tr:last-child td {
    padding-bottom: 0
}

.product-properties .label {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.35
}

.product-properties .mid {
    text-align: center;
    width: 40%
}

.product-properties .mid:after {
    content: "";
    max-width: 3vw;
    width: 100%;
    display: inline-block;
    border-bottom: 2px solid #000
}

.product-properties .right {
    text-align: right
}

.product-page {
    margin-bottom: 29px
}

.product-page-title {
    margin-bottom: 2.35vw
}

.product-page-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-page-row>.left {
    display: none
}

.product-area {
    background-color: #eaeaea;
    margin: 0 -20px;
    padding: 12px 20px 55px
}

.product-area-text {
    padding-top: 55px
}

.product-area-picture {
    overflow: hidden
}

.product-area-picture img {
    width: 100%;
    max-width: 100%;
    display: block
}

[data-plugin=zoom] {
    width: 100%;
    overflow: hidden
}

[data-plugin=zoom] img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.product-area-description {
    padding-left: 1.6vw
}

.product-area-description .product-area-form {
    padding-top: 21px
}

.product-area-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-top: 13px;
    padding-right: 45px
}

.product-area-heading h1 {
    font-size: 25px;
    line-height: 1.25
}

.product-price {
    font-size: 18px;
    color: #814960;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    padding: 4px 0 13px
}

.product-price:before {
    margin-right: 11px
}

.product-area-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid
}

.product-area-nav .product-area-nav-item button {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    border: none;
    background: rgba(0, 0, 0, 0);
    font-family: Lato, sans-serif;
    position: relative;
    padding-bottom: 12px
}

.product-area-nav .product-area-nav-item button.active:before {
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    background-color: #814960;
    height: 4px
}

.product-area-tab-item {
    display: none;
    padding-top: 18px
}

.product-area-tab-item.active {
    display: block
}

.product-text p {
    line-height: 1.25
}

.product-text table {
    margin-left: 0;
    margin-right: 0
}

.product-text table td {
    padding: 15px 0
}

.product-text table td p,
.product-text table td p strong {
    margin: 0
}

.product-text table strong {
    display: block;
    margin-bottom: .5vw
}

.product-page-simular {
    margin-bottom: .5vw
}

.product-add-to-favorite {
    cursor: pointer;
    background: 0 0;
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    font-size: 1.7vw;
    color: #814960
}

.product-add-to-favorite.added [class*=icon-]:before {
    content: "M"
}

.product-card {
    position: relative;
    margin-bottom: 27px;
    overflow: hidden
}

.product-card--image {
    height: 240px;
    position: relative;
    z-index: 1;
    display: block
}

.product-card--image>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1
}

.product-card--image-favorite {
    cursor: pointer;
    background: 0 0;
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    color: #fff;
    z-index: 2;
    top: 15px;
    right: 15px;
    font-size: 23px
}

.product-card--image-favorite .__hover {
    display: none
}

.product-card--image-favorite .__static {
    display: block
}

.product-card--image-favorite:hover {
    color: #814960
}

.product-card--image-favorite.added {
    color: #814960
}

.product-card--image-favorite.added .__hover {
    display: block
}

.product-card--image-favorite.added .__static {
    display: none
}

.product-card.product-card__popular .product-card--additional {
    position: absolute;
    bottom: 0;
    right: 0
}

.product-card.product-card__popular .product-card--image {
    height: 185px
}

.product-card.product-card__popular .product-card--image-item {
    position: relative
}

.product-card.product-card__popular .product-card--image-favorite {
    display: none
}

.product-card.product-card__popular .product-card--info {
    padding: 5px;
    width: 100%
}

.product-card.product-card__popular .product-card--info h3 {
    font-size: 1rem
}

.product-card.product-card__popular .product-card--info h3:after {
    display: none
}

.product-card.product-card__promotions {
    margin-bottom: 21px
}

.product-card.product-card__promotions .product-card--info {
    right: auto;
    left: 0;
    padding: 9px 6px;
    width: 100%
}

.product-card.product-card__promotions .product-card__promotions--top {
    margin-bottom: 0
}

.product-card.product-card__promotions .product-card--discount {
    right: 0;
    left: auto
}

.product-card.product-card__promotions .product-card--discount:before {
    top: -95%;
    left: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.product-card--bulk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bulk-icon.svg);
    background-position: 50%;
    background-size: 70%;
    background-repeat: no-repeat
}

.product-card--bulk--image {
    position: absolute;
    width: 75%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.product-card--bulk--image>img {
    width: 100%
}

.product-card--info {
    position: absolute;
    background-color: rgba(87, 12, 43, .75);
    color: #fff;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 9px;
    -webkit-transition: padding-top .2s ease;
    transition: padding-top .2s ease
}

.product-card--info h3 {
    font-size: 16px
}

.product-card--info h3:after {
    content: "";
    width: 55px;
    height: 0;
    border-bottom: 1px solid #dbdcdf;
    display: block;
    margin: 8px 0
}

.product-card--info p {
    font-size: 12.8px;
    margin: 0 0 10px
}

.product-card--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-card--bottom--price {
    font-weight: 600;
    color: rgba(4, 8, 15, .75);
    font-size: 16px;
    line-height: 115%;
    padding-top: 8px
}

.product-card--bottom .button.button--add-to-favorite {
    padding: 13px 0 0;
    font-size: 29px
}

.product-card--bottom .button.button__add-to-cart {
    padding: .95vw .81vw
}

[data-currency]:before {
    content: attr(data-currency)
}

.product-card--price {
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 16px;
    white-space: nowrap
}

.product-card--price:before {
    content: attr(data-currency)
}

.product-card--price__disabled {
    font-size: 12.8px;
    opacity: .45;
    position: relative;
    font-weight: 700;
    margin: 6px 0
}

.product-card--price__disabled:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    background-color: #fff
}

.product-card--discount {
    position: absolute;
    top: 0;
    left: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    font-size: 1.25vw;
    line-height: 1.25;
    padding: 1vw .521vw
}

.product-card--discount:before {
    content: "";
    width: 5.208vw;
    height: 10.417vw;
    background-color: rgba(80, 125, 188, .75);
    position: absolute;
    top: -128%;
    left: -18%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1
}

.product-card--counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-card--counter--btn {
    cursor: pointer;
    background: 0 0;
    border: none;
    outline: 0;
    padding: 0;
    margin: 0
}

.product-card--counter--btn:hover {
    color: #814960
}

.product-card--counter--input {
    -moz-appearance: textfield;
    font-weight: 800;
    border: none;
    border-bottom: 2px solid;
    border-radius: 0;
    text-align: center;
    margin: 0 20px;
    font-family: Montserrat, sans-serif;
    background-color: rgba(0, 0, 0, 0);
    width: 35px;
    font-size: 24px;
    height: 28px
}

.product-card--counter--input::-webkit-inner-spin-button,
.product-card--counter--input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.product-card--counter--input.counter__input-active {
    color: #814960
}

.product-card--counter--measurement {
    margin-left: 10px;
    font-size: 16px
}

.product-card--sale {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    z-index: 1;
    font-size: 20px;
    padding: 16px 5px
}

.product-card--sale:before {
    content: "";
    background-color: rgba(80, 125, 188, .75);
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -20px;
    top: -60px;
    width: 76px;
    height: 180px;
    z-index: 0
}

.product-card--sale span {
    position: relative;
    z-index: 1
}

.product-card:hover .product-card--info {
    padding-top: 25px !important
}

.section__popular--heading {
    margin-bottom: 5px
}

.section.section-promotions {
    color: #fff;
    margin: 92px 0 36px;
    position: relative
}

.section.section-promotions:before {
    background-color: #814960;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 55%
}

.section.section-categories {
    margin-bottom: 101px
}

.section.section__seo-text {
    padding: 40px 0
}

.section.section__seo-text h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .02em;
    margin-bottom: 11px
}

.section.section__seo-text p {
    font-weight: 400;
    margin: .5rem 0
}

.section.section-catalog {
    padding-top: 7px
}

.section.section-gray {
    background-color: #eaeaea
}

.section-promotions-inner {
    position: relative
}

.section-promotions-inner--label {
    z-index: 1;
    position: relative;
    bottom: 0;
    max-width: 100%;
    padding: 33px 0 64px
}

.section-promotions-inner--label img {
    z-index: -1;
    position: absolute;
    bottom: 46px;
    left: -35px;
    width: 208px
}

.section-promotions-inner .section-promotions--title {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.25;
    font-family: Montserrat, sans-serif;
    text-align: center;
    font-size: 24px
}

.section-about {
    padding-bottom: 6.65vw
}

.section-about--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-about--col:first-child {
    width: 40%
}

.section-about--col:last-child {
    width: 60%
}

.section-about--text {
    width: 33vw
}

.section-about--img {
    position: relative;
    height: 199px;
    width: calc(100% - 9px)
}

.section-about--img:before {
    content: "";
    position: absolute;
    top: -9px;
    right: -9px;
    width: 174px;
    height: 174px;
    z-index: -1;
    background-color: rgba(129, 73, 96, .75)
}

.section-about--img img {
    width: 100%;
    height: 100%
}

.section-about--top {
    margin-bottom: 7.5vw
}

.section-about--info .category-item--content {
    max-height: 100%;
    width: 100%
}

.section-about--info .category-item--content--main-info,
.section-about--info .category-item--content--marks {
    width: 50%
}

.section-about--info .category-item--content .category-nav-item {
    font-size: 1.38vw
}

.section-about .section-about--text p {
    letter-spacing: -.013vw;
    margin-bottom: 1.04vw;
    font-size: 1vw;
    line-height: 1.315
}

.section-about.section-about-mobile {
    padding-bottom: 46.65vw
}

.section-about.section-about-mobile .category-item--content {
    max-height: 100%;
    padding-left: 39px;
    position: relative;
    z-index: 2;
    overflow: visible
}

.section-about.section-about-mobile .category-item--content .category-nav-item {
    font-size: 18px;
    font-family: Lato, sans-serif
}

.section-about.section-about-mobile .category-item--content p {
    margin-bottom: 18px
}

.section-about.section-about-mobile .section-about--img {
    margin-bottom: -11px
}

.section-about.section-about-mobile .category-nav-item.__bg_title {
    position: relative;
    z-index: 1
}

.section-about.section-about-mobile .category-nav-item.__bg_title:before {
    content: "";
    width: 297px;
    height: 44px;
    background-color: #fff;
    position: absolute;
    top: -27px;
    z-index: -1;
    left: -41px
}

.section-about.section-about-mobile .catalog-mobile-text {
    margin-top: 49px
}

.section-about.section-about-mobile .catalog-mobile-text:before {
    content: "";
    display: block;
    margin-bottom: 10px;
    width: 85px;
    height: 2px;
    background-color: rgba(87, 12, 43, .75)
}

.section-about.section-about-mobile .catalog-mobile-text p {
    line-height: 1.25;
    margin-bottom: 20px;
    letter-spacing: -.3px
}

.section-categories h1,
.section-categories h2,
.section-categories h3,
.section-categories h4,
.section-categories h5,
.section-categories h6 {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    line-height: 100%
}

.section-categories h4,
.section-categories h5 {
    font-size: 2.1vw;
    letter-spacing: .05vw;
    font-weight: 600;
    line-height: 140%
}

.category-grid .category-item--container {
    margin-bottom: 17px
}

.category-grid .category-item--container:nth-child(2n) .category-item {
    margin-left: 0
}

.category-item {
    background-size: cover;
    background-position: 50%;
    position: relative;
    height: 200px;
    width: 100%
}

.category-item.active+.category-item--content {
    display: block;
    margin-top: 48px
}

.category-item--label {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(87, 12, 43, .75);
    color: #fff;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
    padding: 10px;
    width: 124px;
    height: 40px;
    z-index: 1
}

.category-item--label h2 {
    -webkit-transition: .2s;
    transition: .2s;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 1.3vw;
    font-size: 13px;
    text-align: center
}

.category-item.active .category-item--label,
.category-item:hover .category-item--label {
    width: 100%;
    height: 100%
}

.category-item.active .category-item--label h2,
.category-item:hover .category-item--label h2 {
    font-size: 15px;
    font-weight: 400;
    left: 1.3vw;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 47%;
    text-align: left
}

.category-item.active .category-item--counter,
.category-item:hover .category-item--counter {
    z-index: 2
}

.category-item.active .category-item--icon,
.category-item:hover .category-item--icon {
    opacity: 1
}

.category-item--counter {
    position: absolute;
    color: hsla(0, 0%, 100%, .45);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    pointer-events: none;
    z-index: 0;
    font-size: 140px
}

.category-item--icon {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s;
    font-size: 40px
}

.category-item--content {
    display: none;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    padding-left: 42px;
    border-left: 2px solid
}

.category-item--content .category-nav-item {
    font-weight: 700;
    font-size: 17px;
    line-height: 135%;
    margin-bottom: 9px;
    font-family: Montserrat, sans-serif
}

.category-item--content--main-info {
    margin-bottom: 48px
}

.category-item--content .category-description-item {
    position: relative;
    padding-top: 1.1vw
}

.category-item--content .category-description-item--content {
    font-weight: 400;
    font-size: 16px;
    line-height: 126%;
    letter-spacing: -.02em
}

.category-item--content .category-nav-item {
    position: relative
}

.category-item--content .category-item--content--link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Lato, sans-serif;
    font-weight: 400;
    letter-spacing: -.05vw;
    margin-top: 45px;
    width: 176px;
    height: 61px;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.category-item--content .category-item--content--link--icon {
    margin-left: 1vw
}

.category-box {
    height: auto
}

.categories-filter {
    margin-bottom: 40px;
    overflow: hidden;
    position: relative
}

.categories-filter .filter-title {
    display: none;
    position: relative
}

.categories-filter .categories-filter--button {
    font-size: 16px;
    cursor: pointer;
    background: 0 0;
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #814960;
    color: #fff;
    width: 100%;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.categories-filter .categories-filter--button>i {
    margin-left: 20px
}

.categories-filter .categories-filter--list {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

.categories-filter .categories-filter--list.open {
    max-height: 530px
}

.filter-item {
    margin: 27px 0
}

.filter-item--label {
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    font-size: 16px
}

.filter-item--label .filter-item--tooltip {
    display: none
}

.filter-item--values {
    margin: 0 -5px
}

.filter-item--values .filter-item--tooltip {
    display: block
}

.filter-item--value {
    background-color: #eaeaea;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 36px;
    padding: 0 20px;
    margin: 5px 2px;
    font-size: 14px;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.filter-item--value:hover {
    background-color: #814960;
    color: #fff
}

.filter-item--input {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    opacity: 0
}

.filter-item--input:checked+.filter-item--value {
    background-color: rgba(87, 12, 43, .75);
    color: #fff
}

.filter-item--tooltip {
    position: relative;
    display: inline-block;
    margin: 21px 0
}

.filter-item--tooltip--button {
    cursor: pointer;
    background: 0 0;
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    color: #6b6b6b;
    display: none
}

.filter-item--tooltip--button:hover+.filter-item--tooltip--content {
    display: block
}

.filter-item--tooltip--content {
    background-color: rgba(80, 125, 188, .75);
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.15;
    padding: 10px;
    text-align: center;
    margin: 0 2px
}

.categories-filter--clear {
    cursor: pointer;
    background: 0 0;
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    color: #a8a8a8;
    font-family: Montserrat, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1rem;
    font-weight: 700
}

.categories-filter--clear i {
    margin-right: 5px
}

.categories-filter--clear:hover {
    color: #814960
}

button [class*=icon-]:before {
    vertical-align: middle
}

.modal {
    display: none;
    background-color: #000;
    padding-top: 0
}

.modal__container {
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 614px;
    margin-left: auto;
    padding: 26px 35px 22px 34px;
    background-color: #eaeaea;
    border-radius: 5px
}

.modal__title {
    margin-bottom: 1.27em;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.12rem;
    line-height: 1.22em;
    color: #507dbc
}

.modal__closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    border: none;
    background-color: rgba(0, 0, 0, 0)
}

.modal__closeBtn svg {
    width: 15px;
    color: #000
}

.modal__closeBtn:focus,
.modal__closeBtn:hover {
    cursor: pointer
}

.modal__content {
    width: 100%
}

.modal__picture {
    -o-object-fit: cover;
    object-fit: cover;
    width: 75px
}

.modal__subTitle {
    text-decoration: underline;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5em;
    color: #1d2127
}

.modal__quantity {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.18em;
    color: #1d2127
}

.modal__quantity b {
    margin: 0 .4em;
    font-size: 1.5rem
}

.modal__price,
.modal__quantity b {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.15em
}

.modal__price {
    font-size: 1.12rem;
    color: #814960
}

.modal__link {
    position: relative;
    width: 192px;
    margin-top: 1.66em;
    margin-left: auto;
    text-transform: unset;
    text-decoration: none;
    background-color: #fefeff
}

.modal__link:after {
    content: "";
    position: absolute;
    bottom: 12px;
    width: 77%;
    height: 1px;
    background-color: #000
}

.modal__link:hover:after {
    background-color: #fff
}

.categoryMenu__item:last-child span,
.categoryMenu__link span {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.order__item {
    position: relative
}

.order__item [data-action=product-remove-from-cart] {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    outline: 0
}

.order__item:hover [data-action=product-remove-from-cart] {
    opacity: 1
}

.modal-favorite {
    position: fixed;
    bottom: 0;
    right: 15px;
    padding: 26px 55px 22px 34px;
    background-color: #eaeaea;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 100
}

.modal-favorite.show {
    opacity: 1;
    bottom: 15px;
    visibility: visible;
    pointer-events: auto
}

.modal-favorite-text {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.12rem;
    line-height: 1.22em;
    color: #507dbc;
    margin-bottom: 0
}

.modal-favorite-close {
    position: absolute;
    top: 50%;
    right: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    padding: 0;
    margin: 0;
    background-color: rgba(0, 0, 0, 0);
    color: #507dbc;
    font-family: Lato, sans-serif;
    font-size: 31px;
    line-height: 1
}

.modal {
    display: block;
    position: fixed;
    z-index: 30;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .4);
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: .3s;
    transition: .3s
}

.modal.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.modal-container {
    position: absolute;
    background-color: #eaeaea;
    border-radius: 5px;
    padding: 20px;
    width: calc(100% - 20px)
}

.modal-container__center {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.modal-container .modal-close {
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
    background: 0 0;
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    font-size: 16px
}

.modal-container .modal-title {
    color: #507dbc;
    font-weight: 400;
    font-family: Lato, sans-serif;
    font-size: 18px
}

.modal-container p {
    font-size: 16px
}

.modal-container p:last-child {
    margin-bottom: 0
}

.catalog-container .catalog-sidebar {
    margin-bottom: 32px
}

.catalog-container .catalog-list {
    padding-top: 28px
}

.catalog-title {
    letter-spacing: normal;
    margin-bottom: 26px;
    font-size: 26px
}

.category-box--item:hover .category-box--label {
    width: 225px
}

.category-box--label {
    background-color: hsla(0, 0%, 91.8%, .75);
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 50px;
    width: 200px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 18px;
    margin-bottom: 30px;
    -webkit-transition: .3s;
    transition: .3s
}

.category-box--label__active {
    background-color: rgba(87, 12, 43, .75);
    color: #fff;
    width: 225px
}

.category-box--label__active .category-box--label--icon {
    color: #fff
}

.category-box--label__active .category-box--label--image {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    right: -4.542vw
}

.category-box--label--icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    right: 15px
}

.category-box--label--image {
    position: absolute;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .2s;
    transition: .2s;
    height: 50px;
    width: 100%;
    right: auto;
    left: 115px;
    top: 9px;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.category-box--label--image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.category-box--submenu {
    margin-bottom: -1vw
}

.form-group {
    margin-bottom: 30px
}

.form-group label {
    display: block;
    letter-spacing: .1px;
    margin-bottom: 11px;
    font-size: 1.125rem
}

.form-group label [class^=icon-] {
    font-size: 1.625rem;
    line-height: 1
}

.form-group .form-control {
    width: 100%;
    display: block;
    border: none;
    background-color: #fff;
    height: 49px;
    padding: 0 16px;
    font-size: 16px
}

.form-group .form-control:disabled {
    opacity: .7
}

.method__wrapper {
    width: 27.03vw;
    max-width: 519px
}

.method__wrapper:last-child {
    margin-top: 75px
}

.method__container {
    position: relative;
    min-height: 113px
}

.method__container input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.method__label {
    position: relative;
    display: inline-block;
    padding: .95em 1.29em;
    width: 100%;
    max-width: 17.25rem;
    min-width: 13.875rem;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1em;
    color: #1d2127;
    -webkit-transition: .2s;
    transition: .2s;
    background-color: #eaeaea;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.method__picture {
    position: absolute;
    z-index: -10;
    top: 27px;
    left: 65px;
    display: block;
    width: 328px;
    height: 86px;
    -o-object-fit: cover;
    object-fit: cover
}

.method .icon-check-mark {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none
}

.method .icon-check-mark svg {
    width: 24px;
    height: 19.57px;
    color: #fefeff
}

.method__label:hover {
    background-color: rgba(87, 12, 43, .75);
    color: #fff
}

.method input:checked~.method__label {
    color: #fefeff;
    background-color: rgba(87, 12, 43, .75)
}

.method input:checked~.method__label .icon-check-mark {
    display: block
}

.method__title {
    position: relative;
    margin-top: 2.8125rem;
    margin-bottom: 2.5rem;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.12rem;
    line-height: 1.35em;
    color: #04080f
}

.method__title:after {
    content: "";
    position: absolute;
    width: 75px;
    height: 1px;
    left: 0;
    bottom: -1.125rem;
    background: #000;
    opacity: .75
}

.method__text {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.12rem;
    line-height: 1.55em;
    color: #04080f
}

.method__btn {
    display: none
}

.order-page {
    margin-bottom: 9.375rem
}

.order-top .order-top-link {
    margin: 20px 14px 14px;
    display: block
}

.order-top .order-top-link [class*=icon-] {
    margin-right: 17px
}

.order-top .order-top-link-text {
    font-weight: 700;
    text-decoration: underline;
    font-size: 18px
}

.order-row-placeholder {
    display: none
}

.order-title {
    position: relative;
    display: block;
    margin: 32px 0 26px
}

.order-title:after {
    content: "";
    right: 0;
    bottom: 0;
    position: absolute;
    border-right: 21px solid #814960;
    border-top: 21px solid transparent;
    width: 0;
    height: 0
}

.order-information {
    background-color: #eaeaea;
    padding: 20px
}

.order-information-title {
    line-height: 1;
    font-size: 25px;
    margin: 0 0 20px
}

.order-information--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.order-information-wrapper {
    width: 100%
}

.order-user-form {
    background-color: #eaeaea;
    position: relative;
    margin: 0 -20px;
    padding: 9px 20px 21px
}

.order-user-form:before {
    content: "";
    position: absolute;
    background-color: #814960;
    z-index: -1
}

.order-user-form--bottom {
    padding: 29px 0 0;
    text-align: right
}

.user-form-title {
    margin: 0 0 50px;
    font-size: 25px
}

.order-user-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid #04080f;
    margin-bottom: 25px
}

.order-user-nav--item {
    cursor: pointer;
    background: 0 0;
    border: none;
    outline: 0;
    margin: 0;
    font-size: 17px;
    padding: 0 0 13px
}

.order-user-nav--item.active {
    position: relative
}

.order-user-nav--item.active:after {
    content: "";
    position: absolute;
    background-color: #814960;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 4px
}

.order-list-item--close {
    position: absolute;
    display: none;
    z-index: 2;
    cursor: pointer;
    background: 0 0;
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    background-color: #814960;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff
}

.order-list-item:hover .order-list-item--close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.order-list-item--picture {
    position: relative;
    width: 100%;
    height: 60px
}

.order-list-item--picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.order-list-item--picture--counter {
    position: absolute;
    background-color: rgba(87, 12, 43, .75);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    top: -9px;
    left: -9px;
    font-size: 16px
}

.order-list-item--name {
    margin: 0;
    font-weight: 400;
    font-family: Lato, sans-serif
}

.order-list-item--price {
    color: #814960;
    font-family: Montserrat, sans-serif;
    font-weight: 700
}

.order-total-amount {
    color: #814960;
    font-family: Montserrat, sans-serif;
    font-weight: 700
}

.order-history-list {
    margin: 0 -16px
}

.order-item {
    background-color: #eaeaea;
    padding: 10px 26px;
    margin-bottom: 3.906vw
}

.order-item .button.button-white {
    background-color: #fff;
    font-weight: 400;
    text-decoration: underline;
    text-transform: none
}

.order-item .order-item--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2.875rem
}

.order-item .order-item--header .order-item--title {
    font-size: 21px
}

.order-item .order-item--header .order-item--date {
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    font-size: 16px
}

.order-item .order-item--list {
    margin-bottom: 65px
}

.order-item .order-item--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 28px;
    font-size: 1rem
}

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

.order-item .order-item--item .order-item--item--picture {
    width: 40%;
    margin-right: 11px
}

.order-item .order-item--item .order-item--item--title {
    width: 60%;
    font-size: 1.125rem
}

.order-item .order-item--item .order-item--item--link {
    width: 37%;
    text-align: center
}

.order-item .order-item--item .order-item--item--quantity {
    width: 14.8%
}

.order-item .order-item--item .order-item--item--quantity--number {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 1.25vw
}

.order-item .order-item--item .order-item--item--price {
    font-size: 1.125rem;
    color: #814960;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    text-align: right;
    width: 12.8%
}

.order-item .order-item--summary {
    font-size: 16px
}

.order-item .order-item--summary--total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px
}

.order-item .order-item--summary--price {
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    color: #814960
}

.order-item .order-item--summary--status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.order-item .order-item--summary--status div:first-child {
    margin-bottom: .5vw
}

.order-info-mobile {
    margin: 30px 0
}

.order-info-mobile .order-information {
    margin-left: -16px;
    margin-right: -16px
}

.order-info-mobile h4 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 12px
}

.order-info-mobile #order_total_price {
    font-size: 20px
}

.sm-item+.sm-item:before {
    content: "";
    display: block;
    width: 175px;
    height: 0;
    margin: 20px auto 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .35)
}

.sm-item .sm-item-top {
    margin-bottom: 31px
}

.sm-item .sm-item-top .order-list-item--picture {
    width: 130px
}

.sm-item .sm-item-top .order-list-item--name {
    width: calc(100% - 130px);
    padding-left: 11px;
    font-size: 16px;
    padding-right: 36px;
    line-height: unset
}

.sm-item .sm-item-middle {
    margin-bottom: 30px;
    position: relative
}

.sm-item .sm-item-middle:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 0;
    left: 45%;
    top: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    border-bottom: 1px solid rgba(0, 0, 0, .35)
}

.sm-item .sm-item-middle h4 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0
}

.sm-item .sm-item-bottom .categories-filter--clear {
    position: static;
    color: #d35963
}

.sm-item .sm-item-bottom .order-list-item--price {
    font-size: 20px
}

.about-page h2 {
    font-size: 2.25rem;
    line-height: 140%;
    letter-spacing: .02em;
    font-family: Montserrat, sans-serif
}

.about-page p {
    letter-spacing: -.6px;
    margin: 23px 0
}

.about-page h3 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 1.5625rem
}

.about-page h4 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 18px
}

.learn-more {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #04080f;
    opacity: .85;
    margin: 0 auto;
    width: 8.125rem;
    text-align: center;
    text-decoration: none;
    display: block
}

.learn-more:before {
    content: "";
    display: block;
    margin: 0 auto .9375rem;
    width: 0;
    height: 2.8125rem;
    border: 1px solid #000
}

.line {
    height: 0;
    margin: .875rem 0 1.5rem;
    border-bottom: 1px solid #000;
    width: 135px
}

.about-section-1 {
    padding-top: 116px;
    position: relative
}

.about-section-1 .learn-more {
    display: none
}

.about-section-1-left {
    margin-bottom: 100px
}

.about-section-1-right {
    height: 200px;
    position: absolute;
    top: 0
}

.about-section-1-right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about-section-2 {
    margin-bottom: 6.375rem
}

.about-section-3 {
    margin-bottom: 7.3125rem
}

.timeline {
    margin-top: 55px;
    display: none
}

.timeline-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%
}

.timeline-item-left {
    width: 31%;
    padding-right: 3.4375rem
}

.timeline-item-middle {
    width: 22%;
    background-color: #814960;
    padding-bottom: 13.875rem
}

.timeline-item-middle .year {
    font-weight: 600;
    font-size: 125px;
    line-height: 95%;
    color: #eaeaea;
    opacity: .25;
    -webkit-transition: .2s;
    transition: .2s
}

.timeline-item-right {
    width: 47%;
    padding-left: 3.125rem
}

.timeline-item:hover .image-squared img {
    top: .875rem;
    right: .875rem
}

.timeline-item:hover .hover-underline:after {
    width: 7.8125rem;
    opacity: 1
}

.timeline-item:hover .year {
    opacity: 1
}

.timeline-item:nth-child(odd) .year {
    text-align: right
}

.timeline-item:last-child .timeline-item-middle {
    padding-bottom: 0
}

.timeline p {
    margin: 0;
    letter-spacing: -.33px;
    line-height: 1.3
}

.timeline .hover-underline {
    margin-bottom: .9375rem
}

.timeline .hover-underline:after {
    content: "";
    width: 0;
    border: 1px solid rgba(4, 8, 15, .35);
    display: block;
    margin-top: .9375rem;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s
}

.timeline-mobile-item {
    padding-left: 145px;
    padding-bottom: 32px;
    position: relative
}

.timeline-mobile-item-year {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #814960;
    width: 125px;
    height: 100%
}

.timeline-mobile-item-year .year {
    font-size: 64px;
    line-height: 1;
    color: hsla(0, 0%, 100%, .45);
    text-align: right;
    font-weight: 800
}

.timeline-mobile-item-text {
    padding-bottom: 1px
}

.timeline-mobile-item-image {
    width: 175px;
    height: 155px;
    margin-bottom: 22px
}

.timeline-mobile-item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.image-squared {
    width: 18.75rem;
    height: 18.75rem;
    position: relative
}

.image-squared img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    top: 0;
    right: 0;
    -webkit-transition: .2s;
    transition: .2s
}

.image-squared:before {
    content: "";
    width: 13.75rem;
    height: 13.75rem;
    background-color: #814960;
    position: absolute;
    right: 0;
    top: 0
}

.image-squared:hover img {
    top: .875rem;
    right: .875rem
}

.statistic {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 53px
}

.statistic-item {
    width: 50%;
    margin-bottom: 50px;
    padding-left: 25px
}

.statistic-item-header {
    margin-bottom: 16px;
    line-height: 1;
    font-weight: 800;
    font-family: Montserrat, sans-serif;
    position: relative;
    font-size: 31px
}

.statistic-item-header:before {
    content: "";
    position: absolute;
    right: 100%;
    -webkit-transition: .2s;
    transition: .2s;
    z-index: -1;
    opacity: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-color: transparent transparent #eaeaea;
    border-style: solid;
    border-width: 0 0 100px 100px
}

.statistic-item p {
    line-height: 125%;
    margin: 0
}

.statistic-item:hover .statistic-item-header:before {
    right: 0;
    opacity: 1
}

.partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 70px 0
}

.partners .partner-item {
    width: 50%;
    margin-bottom: 17px
}

.partners .partner-item--inner {
    margin: 0 auto;
    position: relative;
    max-width: 73%
}

.partners .partner-item--inner:before {
    content: "";
    position: absolute;
    right: 100%;
    -webkit-transition: .2s;
    transition: .2s;
    z-index: -1;
    opacity: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-color: transparent transparent #eaeaea;
    border-style: solid;
    border-width: 0 0 100px 100px
}

.partners .partner-item:hover .partner-item--inner:before {
    right: 0;
    opacity: 1
}

.partners .partner-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.account-page {
    margin-bottom: 50px
}

.account-form {
    background-color: #eaeaea;
    position: relative;
    padding: 70px 10px 10px;
    margin: 0 -16px
}

.account-form:before {
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    width: 170px;
    height: 170px;
    background-color: #814960;
    z-index: -1
}

.account-edit-button {
    background-color: #814960;
    border: none;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    cursor: pointer;
    padding: 10px;
    right: 10px;
    font-size: 16px;
    top: 10px;
    width: 160px
}

.account-edit-button i {
    margin-left: .7vw
}

.account-page-content-aside {
    margin-bottom: 30px
}

.account-page-content-aside .account-aside-menu li {
    margin-bottom: 20px
}

.account-page-content-aside .account-aside-menu a {
    text-decoration: underline
}

.account-title {
    margin-bottom: 3.125vw
}

.userInfo__title {
    font-size: 1.9375rem;
    margin-bottom: 1.25rem
}

.page-not-found {
    position: relative;
    padding: 20px;
    width: 335px;
    margin: 0 auto
}

.page-not-found .button-404 {
    margin-bottom: -25px
}

.page-not-found .image-01 img,
.page-not-found .image-02 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.page-not-found .image-01 {
    width: 192px;
    height: 225px;
    margin: 0 auto 25px
}

.page-not-found .image-02 {
    width: 198px;
    height: 75px;
    margin-left: auto
}

.page-not-found .page-404-text h1 {
    font-size: 96px
}

.page-not-found .page-404-text p {
    font-size: 18px
}

#cookieNotice {
    position: fixed;
    bottom: 1.5625rem;
    right: 1.5625rem;
    background: #eaeaea;
    border-radius: .3125rem;
    font-size: 1rem;
    width: 100%;
    max-width: 60.375rem;
    z-index: 10;
    padding: 1.8125rem
}

#cookieNotice h5 {
    color: rgba(87, 12, 43, .75);
    font-size: 1rem;
    font-weight: 400
}

#cookieNotice button {
    display: inline-block;
    width: 1.875rem;
    height: 1.875rem;
    background-image: url(../img/close.svg);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 1.375rem;
    right: 1.3125rem;
    cursor: pointer
}

#cookieNotice a {
    background-color: rgba(87, 12, 43, .75);
    color: #fff;
    height: 3.125rem;
    width: 6.5625rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#cookieNotice a:after {
    content: "";
    display: inline-block;
    width: 1.125rem;
    height: .875rem;
    background-image: url(../img/check-mark.svg);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: .9375rem
}

@media only screen and (min-width:420px) {
    .u-xs-none {
        display: none !important
    }

    .u-xs-block {
        display: block !important
    }

    .u-xs-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media only screen and (min-width:640px) {
    html {
        font-size: 1.1111111111vw
    }

    .u-sm-none {
        display: none !important
    }

    .u-sm-block {
        display: block !important
    }

    .u-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media only screen and (min-width:992px) {
    .button.button-arrow {
        padding: .75vw 1.6vw
    }

    .button.button-arrow.button-arrow--left:hover {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .button.button-arrow .icon-triangle-left,
    .button.button-arrow .icon-triangle-right {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .button.button-arrow .icon-triangle-left {
        left: 1.3vw
    }

    .button.button-arrow .icon-triangle-right {
        right: 1.3vw
    }

    .button-white-link {
        font-size: .938vw;
        padding: .7vw
    }

    h1 {
        font-size: 2.16vw;
        letter-spacing: .06vw;
        margin-bottom: .8vw
    }

    h3 {
        font-size: 1.08vw;
        line-height: 1.3;
        letter-spacing: -.04vw
    }

    .u-md-none {
        display: none !important
    }

    .u-md-block {
        display: block !important
    }

    .u-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .u-flex-direction-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .row {
        margin: 0 -.5555vw
    }

    .row [class*=col-],
    .row [class^=" col-"] {
        padding: 0 .5555vw
    }

    .row.norrow {
        margin: 0 -.7985vw
    }

    .row.norrow [class*=col-],
    .row.norrow [class^=" col-"] {
        padding: 0 .7985vw
    }

    .row .col-md-4 {
        width: 33.33%
    }

    .row .col-md-3 {
        width: 25%
    }

    .row.no-gutters-md {
        margin: 0
    }

    .row.no-gutters-md [class*=col-],
    .row.no-gutters-md [class^=" col-"] {
        padding: 0
    }

    .pagination {
        margin: 0
    }

    .auth-page {
        padding: 6.2vw 0
    }

    .auth-page-form {
        letter-spacing: -.03vw;
        font-size: 1.32vw;
        left: -.6vw;
        max-width: 39vw;
        padding: 1.7vw 3.1vw 2.2vw 1.2vw
    }

    .auth-page-form:before {
        top: -1vw;
        right: -1vw;
        width: 15vw;
        height: 15vw
    }

    .auth-page-form h1 {
        font-size: 2.1vw;
        margin-bottom: 2.3vw
    }

    .auth-page .auth-form-bottom {
        padding-top: 2.3vw
    }

    .auth-page .form-fields {
        padding-bottom: .55vw
    }

    .auth-page .button-auth {
        font-size: 1.2vw;
        padding: 1.2vw 3.21vw
    }

    .__image {
        width: 30.45%
    }

    .__text {
        font-size: 1rem;
        width: 69.55%
    }

    .__text.__text__left {
        padding-left: 4.51125rem
    }

    .__text>div {
        width: 47.625rem
    }

    .__text h2 {
        margin: 0
    }

    .__content-box {
        margin-bottom: 4.6875rem;
        margin-top: 2.1875rem
    }

    .__image-label {
        font-size: 2.5vw;
        width: 18.75rem;
        height: 10.9375rem;
        padding: .625rem
    }

    .header-middle-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 0 1.75rem
    }

    .search {
        top: .5rem;
        width: 22.8125rem
    }

    .search.focus .search-form-group {
        margin-left: -15px;
        margin-right: -15px
    }

    .search .search-results {
        border-bottom-left-radius: .3125rem;
        border-bottom-right-radius: .3125rem;
        padding: .625rem;
        font-size: 1rem
    }

    .result-item {
        margin-bottom: .9375rem
    }

    .result-item--image {
        width: 4.6875rem;
        height: 2.75rem
    }

    .result-item--title {
        width: 10.625rem;
        margin-left: .875rem
    }

    .result-item--price {
        font-size: 1.125rem
    }

    .main-menu {
        top: .5625rem
    }

    .main-menu ul li {
        padding: 0 1.3125rem
    }

    .mobile-menu {
        display: none
    }

    .page-footer {
        padding-top: 1.5vw
    }

    .footer-top {
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer-top:after {
        bottom: .875rem
    }

    .footer-top--logo img {
        width: 11.635vw;
        margin-bottom: 0
    }

    .footer-top .link-arrow {
        padding-right: 2.1vw;
        margin-left: 7.4vw;
        margin-bottom: -1.1875rem
    }

    .footer-middle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 3.2vw 0 2.4vw
    }

    .footer-middle--right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
        margin-top: 0
    }

    .footer-middle--right .schedule {
        margin-left: 5.35vw
    }

    .footer-nav.wide li {
        margin-bottom: 3.25rem
    }

    .footer-bottom {
        font-size: .85vw;
        padding-bottom: 1.4vw
    }

    p.copyright {
        font-size: .833vw
    }

    .product-properties {
        max-width: 28.1vw;
        margin-bottom: 1.55vw
    }

    .product-properties tr td {
        width: auto;
        padding-bottom: 2vw
    }

    .product-properties .right {
        font-size: 1vw
    }

    .product-properties .right .product-card--counter {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .product-properties .right .product-card--counter {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .product-page-row>.left {
        display: block;
        width: 29.5%
    }

    .product-page-row>.right {
        width: 71.5%
    }

    .product-area {
        padding: 1vw 1.2vw 3vw;
        margin: initial
    }

    .product-area .product-area-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .product-area-text {
        padding-top: 6.1vw
    }

    .product-area-picture {
        width: 30%
    }
/*
    [data-plugin=zoom] {
        height: 14.375rem
    }
*/
    .product-area-description {
        width: 70%
    }

    .product-area-description .product-area-form {
        padding-top: 1.8vw
    }

    .product-area-heading {
        padding-top: 4px;
        padding-right: 5vw
    }

    .product-area-heading h1 {
        font-size: 2vw;
        letter-spacing: -.08vw
    }

    .product-price {
        padding: 4px 0;
        font-size: 1.85vw
    }

    .product-price-by-item {
        font-size: 1.2vw
    }

    .product-area-nav .product-area-nav-item {
        width: 50%
    }

    .product-area-nav .product-area-nav-item button.active:before {
        height: .25vw
    }

    .product-area-nav .product-area-nav-item button {
        font-size: 1.25vw;
        padding-bottom: 1.15vw
    }

    .product-area-tab-item {
        padding-top: 1vw
    }

    .product-text p {
        font-size: 1.125vw;
        line-height: 1.46;
        margin-bottom: 1vw
    }

    .product-card {
        margin-bottom: 3.9vw
    }

    .product-card--image {
        height: 19.4vw
    }

    .product-card--image-favorite {
        top: .6875rem;
        right: .6875rem;
        font-size: 1.375rem
    }

    .product-card.product-card__popular .product-card--additional {
        display: none
    }

    .product-card.product-card__popular .product-card--image {
        height: 19.1vw
    }

    .product-card.product-card__popular .product-card--image-favorite {
        display: block
    }

    .product-card.product-card__popular .product-card--info {
        bottom: 0;
        padding: .5rem 1.875rem .6875rem;
        min-height: 58px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .product-card.product-card__promotions {
        margin-bottom: 0
    }

    .product-card.product-card__promotions .product-card--image {
        height: 16vw
    }

    .product-card.product-card__promotions .product-card--info {
        padding: .6vw
    }

    .product-card--info {
        padding: .8vw
    }

    .product-card--info h3 {
        font-size: 1vw
    }

    .product-card--info h3:after {
        font-size: 2.431vw;
        margin: .4vw 0
    }

    .product-card--info p {
        font-size: .8vw;
        margin: .3vw 0
    }

    .product-card--bottom--price {
        font-size: 1.3125rem
    }

    .product-card--price {
        font-size: 1.3vw;
        margin-bottom: .1vw
    }

    .product-card--price__disabled {
        font-size: .8vw;
        margin: .3vw 0 0
    }

    .product-card--counter--input {
        margin: 0 2px;
        width: 1.8vw;
        font-size: 1.25vw;
        height: 2vw
    }

    .product-card--counter--measurement {
        font-size: 1vw;
        margin-left: .5vw
    }

    .product-card--sale {
        font-size: 1.23vw;
        padding: 1.1vw .3vw
    }

    .product-card--sale:before {
        left: -1vw;
        top: -4vw;
        width: 5.6vw;
        height: 11vw
    }

    .section__popular--heading {
        max-width: 39%;
        margin-bottom: 5vw
    }

    .section.section-promotions {
        background-color: #814960;
        margin: 9.2vw 0 10.6vw
    }

    .section.section-promotions:before {
        display: none
    }

    .section.section-categories {
        margin-bottom: 4.4vw
    }

    .section.section-categories .section-categories--title {
        margin-bottom: 4.6vw
    }

    .section.section__seo-text {
        padding: 3.4vw 0 3vw
    }

    .section.section__seo-text h3 {
        font-size: 1.36vw;
        line-height: 1.3;
        letter-spacing: -.04vw;
        margin-bottom: .3vw
    }

    .section.section-catalog {
        padding-top: .15vw
    }

    .section-promotions-inner--list {
        padding-left: 31.5vw
    }

    .section-promotions-inner--label {
        position: absolute;
        bottom: .8vw;
        max-width: 34%;
        padding: 0
    }

    .section-promotions-inner--label img {
        position: absolute;
        bottom: -2.5vw;
        left: .7vw;
        width: 22.7vw
    }

    .section-promotions-inner .section-promotions--title {
        font-size: 2.785vw;
        text-align: left
    }

    .section-about {
        padding-top: 7vw;
        padding-bottom: 9.65vw
    }

    .section-about--img {
        height: 27.1vw
    }

    .section-about--img:before {
        top: -.7vw;
        right: -.7vw;
        width: 11.5vw;
        height: 11.5vw
    }

    .category-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .category-grid .category-item--container {
        width: 50%;
        margin-bottom: 4vw;
        margin-left: 0
    }

    .category-grid .category-item--container:nth-child(2n) .category-item--counter {
        right: auto;
        left: 0
    }

    .category-grid .category-item--container:nth-child(2n) .category-item {
        margin-left: auto
    }

    .category-grid .category-item--container:nth-child(2n) .category-item--label {
        right: auto;
        left: 0
    }

    .category-grid .category-item--container:nth-child(2n) .category-item.active .category-item--label h2,
    .category-grid .category-item--container:nth-child(2n) .category-item:hover .category-item--label h2 {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: auto;
        right: 0;
        text-align: right
    }

    .category-grid .category-item--container:nth-child(2n) .category-item--content {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .category-item {
        width: 41vw;
        height: 19vw
    }

    .category-item.active+.category-item--content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 3.8vw;
        padding-bottom: 1.2vw;
        margin-top: 0
    }

    .category-item.active+.category-item--content h2 {
        text-align: right
    }

    .category-item--label {
        padding: 1.3vw;
        width: 13.4vw;
        height: 4.8vw
    }

    .category-item--label h2 {
        font-size: 1.2vw
    }

    .category-item.active .category-item--label h2,
    .category-item:hover .category-item--label h2 {
        font-size: 2.5vw;
        font-weight: 700;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 80%
    }

    .category-item--counter {
        font-size: 16.894vw
    }

    .category-item--icon {
        font-size: 5vw
    }

    .category-item--content {
        border-left: none;
        width: 200%;
        padding-left: 0
    }

    .category-item--content .category-nav-item {
        font-size: .938vw;
        font-weight: 600;
        line-height: 1.35;
        margin-bottom: 0
    }

    .category-item--content .category-nav-item>span {
        display: inline-block;
        padding-bottom: 1vw;
        position: relative;
        max-width: 5.3vw
    }

    .category-item--content .category-nav-item>span.__bordered:after {
        content: "";
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        height: .26vw;
        background-color: #814960
    }

    .category-item--content--main-info {
        width: 58.2%;
        margin-bottom: 0
    }

    .category-item--content--marks {
        width: 41.8%
    }

    .category-item--content .category-description-item--content {
        width: 70%;
        font-size: 1vw;
        letter-spacing: -.006vw;
        line-height: 1.25
    }

    .category-item--content .category-nav-item {
        border-bottom: 2px solid #04080f
    }

    .category-item--content .category-item--content--link {
        position: absolute;
        right: 0;
        top: 0;
        margin-top: 0;
        width: auto;
        height: auto;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: normal
    }

    .categories-filter {
        margin-top: -3.9vw;
        margin-bottom: 0
    }

    .categories-filter .filter-title {
        display: block;
        font-size: 1.628vw;
        margin-bottom: 1vw
    }

    .categories-filter:after {
        content: "";
        width: 4vw;
        height: 1px;
        background-color: #eaeaea;
        margin: 1.5vw 0;
        display: block
    }

    .categories-filter .categories-filter--button {
        display: none
    }

    .categories-filter .categories-filter--list {
        display: block;
        max-height: none
    }

    .categories-filter .categories-filter--list.__rastvor .filter-item--label {
        width: 12vw
    }

    .filter-item {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .filter-item--label {
        margin: .6vw 0;
        width: 14vw;
        font-size: .833vw
    }

    .filter-item--label .filter-item--tooltip {
        display: inline-block
    }

    .filter-item--values {
        display: block
    }

    .filter-item--values .filter-item--tooltip {
        display: none
    }

    .filter-item--value {
        margin: 0;
        height: 2vw;
        padding: 0 1vw;
        font-size: .8vw
    }

    .filter-item--tooltip {
        margin: 0 0 0 1vw
    }

    .filter-item--tooltip--button {
        display: inline-block
    }

    .filter-item--tooltip--content {
        font-size: .729vw;
        margin: 0;
        text-align: left;
        display: none;
        padding: 1vw;
        position: absolute;
        width: 244px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 50px
    }

    .filter-item--tooltip--content:before {
        content: "";
        position: absolute;
        left: -10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-right: 10px solid rgba(80, 125, 188, .75)
    }

    .filter-item--tooltip.open .filter-item--tooltip--content {
        display: block
    }

    .modal__content {
        text-align: initial;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .modal__subTitle {
        width: 160px
    }

    .modal-container {
        padding: 1.6875rem;
        width: 37.5rem
    }

    .modal-container .modal-close {
        font-size: 1.375rem
    }

    .modal-container .modal-title {
        font-size: 1.125rem
    }

    .modal-container p {
        font-size: 1rem
    }

    .catalog-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .catalog-container .catalog-sidebar {
        margin-bottom: 0;
        width: 29.5%
    }

    .catalog-container .catalog-list {
        padding-top: 0;
        width: 70.5%
    }

    .catalog-title {
        letter-spacing: -.009vw;
        margin-bottom: 2vw;
        font-size: 2.18vw
    }

    .category-box--item:hover .category-box--label {
        width: 15.5vw
    }

    .category-box--label {
        padding-left: 2.1vw;
        padding-right: 2.1vw;
        font-size: 1.111vw;
        width: 13.3vw;
        height: 3.604vw;
        margin-bottom: 3vw
    }

    .category-box--label__active {
        width: 15.5vw
    }

    .category-box--label__active .category-box--label--icon {
        right: 1.2vw
    }

    .category-box--label--image {
        top: .35vw;
        height: 4.1vw;
        width: 15.719vw;
        right: -7.1vw;
        left: auto
    }

    .form-group {
        margin-bottom: 2vw
    }

    .form-group label {
        letter-spacing: -.03vw;
        margin-bottom: .3vw
    }

    .form-group .form-control {
        padding: 0 1vw;
        font-size: 1vw;
        height: 4vw
    }

    .order-top .order-top-link {
        margin: 0
    }

    .order-top .order-top-link [class*=icon-] {
        margin-right: 1.7vw
    }

    .order-top .order-top-link-text {
        font-size: .95vw
    }

    .order-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .order-row-content {
        width: 40%
    }

    .order-row-placeholder {
        width: 60%;
        display: block
    }

    .order-title {
        display: inline-block;
        font-size: 1.9375rem;
        margin: 2.125rem auto 4.1875rem 0;
        padding-right: 7.9vw
    }

    .order-information {
        margin-left: auto;
        margin-bottom: 40px;
        margin-top: .5vw;
        max-width: 40.6875rem;
        padding: 1vw 1.4vw 1vw 1.2vw
    }

    .order-information-title {
        font-size: 2vw;
        margin: 0 0 3.7vw
    }

    .order-user-form {
        margin-bottom: 6.4375rem;
        padding: 1vw 3.3vw .05vw 1vw
    }

    .order-user-form:before {
        top: -1.1vw;
        right: -1.8vw;
        width: 15.5vw;
        height: 15.5vw
    }

    .order-user-form--bottom {
        display: none
    }

    .user-form-title {
        font-size: 2.28vw;
        margin: .1vw 0 3.6vw
    }

    .order-user-nav {
        margin-bottom: 3.6vw
    }

    .order-user-nav--item {
        padding-bottom: 1.2vw;
        font-size: 1.3vw
    }

    .order-user-nav--item.active:after {
        height: .2vw
    }

    .order-list {
        margin-bottom: 4vw
    }

    .order-list-item {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 1.74vw
    }

    .order-list-item--close {
        top: -.5vw;
        left: 0;
        width: 3.7vw;
        height: 3.7vw
    }

    .order-list-item--picture {
        width: 9.8vw;
        height: 4.1vw;
        padding-left: .6vw
    }

    .order-list-item--picture--counter {
        top: -.5vw;
        left: 0;
        width: 3.7vw;
        height: 3.7vw
    }

    .order-list-item--name {
        width: 17.2vw;
        padding-left: 3vw;
        font-size: 1.3vw
    }

    .order-list-item--price {
        font-size: 1.2vw;
        width: 9.3vw
    }

    .order-total-label {
        font-size: 1.25vw
    }

    .order-total-amount {
        font-size: 2.3vw
    }

    .order-item {
        padding: 1.4375rem 1.8125rem
    }

    .order-item .order-item--header {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .order-item .order-item--header .order-item--title {
        font-size: 2.25rem
    }

    .order-item .order-item--header .order-item--date {
        font-size: .938vw;
        margin-left: 2.083vw
    }

    .order-item .order-item--list {
        margin-bottom: 2.7vw
    }

    .order-item .order-item--item {
        margin-bottom: 1.302vw
    }

    .order-item .order-item--item .order-item--item--picture {
        width: 20.7%;
        margin-right: 0
    }

    .order-item .order-item--item .order-item--item--title {
        width: 20%
    }

    .order-item .order-item--summary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 1.125rem
    }

    .order-item .order-item--summary--total {
        margin-bottom: 0
    }

    .order-item .order-item--summary--price {
        font-size: 2.25rem
    }

    .order-item .order-item--summary--status {
        display: block
    }

    .order-info-mobile {
        display: none
    }

    .about-page {
        padding-top: 5.4375rem
    }

    .line {
        border: 1px solid #000;
        width: 13.34125rem
    }

    .about-section-1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 134px;
        padding-top: 0
    }

    .about-section-1 .learn-more {
        display: block;
        margin-top: 93px
    }

    .about-section-1-left {
        width: calc(100% - 450px);
        padding-right: 25%;
        margin-bottom: 0
    }

    .about-section-1-right {
        position: static;
        height: 28.125rem;
        width: 28.125rem
    }

    .about-section-2 {
        margin-bottom: 9.25rem
    }

    .about-section-2-top {
        text-align: right;
        max-width: 465px;
        margin-left: auto
    }

    .about-section-2-top p {
        font-size: 1.125rem;
        margin: 1.8125rem 0
    }

    .about-section-3-top {
        max-width: 33.4375rem
    }

    .about-section-3-top p {
        margin: 1.8125rem 0
    }

    .about-section-4-top {
        max-width: 24.875rem
    }

    .about-section-4-top p {
        margin: .875rem 0
    }

    .timeline {
        display: block;
        width: 73.4375rem;
        margin-top: 76px;
        padding-left: 15px
    }

    .timeline-mobile {
        display: none
    }

    .statistic {
        margin-top: 3.9375rem
    }

    .statistic-item {
        margin-bottom: 5.25rem;
        padding-left: 0
    }

    .statistic-item-inner {
        max-width: 19.4375rem
    }

    .statistic-item-header {
        margin-bottom: .5625rem;
        font-size: 1.5625rem
    }

    .partners {
        margin: 4.375rem 0
    }

    .partners .partner-item {
        margin-bottom: 4.25rem;
        width: 25%
    }

    .partners .partner-item--inner {
        max-width: 40%
    }

    .account-form:before {
        top: -1vw;
        right: -1vw;
        width: 11.458vw;
        height: 11.458vw
    }

    .account-form {
        padding: 1.823vw 6.927vw 1.823vw 1.823vw;
        margin: 0
    }

    .account-edit-button {
        padding: 1vw;
        right: 1vw;
        font-size: .8vw;
        top: 1vw;
        width: 9.4vw
    }

    .account-page-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .account-page-content-aside {
        width: 34.33%;
        margin-bottom: 0
    }

    .account-page-content-aside .account-aside-menu li {
        margin-bottom: 2vw
    }

    .account-page-content-aside .account-aside-menu a {
        font-size: 1vw
    }

    .account-page-content-aside .account-aside-menu a i {
        font-size: .75vw;
        margin-left: .5vw
    }

    .account-page-content-form {
        width: 65.66%
    }

    .page-not-found {
        width: 32.552vw;
        font-size: 1.125rem;
        margin: 7.3vw auto;
        padding: 1.302vw 0 0
    }

    .page-not-found .button-404 {
        margin-bottom: 0;
        position: absolute;
        top: 0;
        left: 0
    }

    .page-not-found .image-01 {
        margin: 0 0 1.302vw 4.219vw;
        width: 15.26vw;
        height: 17.135vw
    }

    .page-not-found .image-02 {
        height: 6.3125rem;
        margin-left: 14.125rem;
        width: 18.3125rem
    }

    .page-not-found .page-404-text {
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1
    }

    .page-not-found .page-404-text h1 {
        font-size: 9rem;
        font-family: Lato, sans-serif;
        line-height: .8;
        letter-spacing: 5px
    }

    .page-not-found .page-404-text p {
        font-size: 1.125rem
    }
}

@media only screen and (min-width:1441px) {
    h1 {
        font-size: 2.5vw
    }

    html {
        font-size: .8333333333vw
    }

    .container.container__norrow {
        max-width: 80%
    }

    .u-lg-none {
        display: none !important
    }

    .u-lg-block {
        display: block !important
    }

    .u-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .main-intro {
        height: 31.3vw
    }

    .row {
        margin: 0 -1.4325vw
    }

    .row [class*=col-],
    .row [class^=" col-"] {
        padding: 0 1.4325vw
    }

    .row.norrow {
        margin: 0 -.2865vw
    }

    .row.norrow [class*=col-],
    .row.norrow [class^=" col-"] {
        padding: 0 .2865vw
    }

    .auth-page-form {
        padding: 1.2vw 2.8vw 1.6vw .9vw;
        max-width: 29.7vw;
        left: 0;
        font-size: 1vw
    }

    .auth-page-form:before {
        top: -.7vw;
        right: -.7vw;
        width: 12vw;
        height: 11vw
    }

    .auth-page-form h1 {
        font-size: 1.6vw;
        margin-bottom: 1.8vw
    }

    .auth-page .auth-form-bottom {
        padding-top: 1.75vw
    }

    .auth-page .form-fields {
        padding-bottom: .4vw
    }

    .auth-page .button-auth {
        font-size: .9vw;
        padding: .9vw 2.4vw
    }

    .header-middle-bar {
        padding: .25rem 0 2rem
    }

    .search {
        top: .25rem
    }

    .main-menu {
        top: .3125rem
    }

    .main-menu ul li {
        padding: 0 2rem
    }

    .page-footer {
        padding-top: .6vw
    }

    .footer-top--logo img {
        width: 9.635vw
    }

    .footer-top .link-arrow {
        margin-left: 3.4vw
    }

    .footer-middle {
        padding: 2.7vw 0 1.7vw
    }

    .footer-nav.wide li {
        margin-bottom: 2.85vw
    }

    .footer-bottom {
        font-size: .62vw;
        padding-bottom: 1.2vw
    }

    p.copyright {
        font-size: .625vw
    }

    .product-properties {
        margin-bottom: 3vw;
        max-width: 22.9375rem
    }

    .product-properties tr td {
        padding-bottom: .9vw
    }

    .product-properties .right {
        font-size: .833vw
    }

    .product-page-title {
        font-size: 1.77vw;
        line-height: 1.2;
        margin-bottom: 1.1vw
    }

    .product-page-row>.left {
        width: 22.7%
    }

    .product-page-row>.right {
        width: 77.3%
    }

    .product-area-text {
        padding-top: 5.3vw
    }

    .product-area-picture {
        width: 37%
    }
/*
    [data-plugin=zoom] {
        height: 17.1875rem
    }
*/
    .product-area-description {
        width: 63%;
        padding-left: 2.4vw
    }

    .product-price-by-item {
        font-size: .8vw
    }

    .product-area-nav .product-area-nav-item button {
        font-size: .93vw
    }

    .product-text p {
        font-size: 1vw;
        line-height: 1.26;
        margin-bottom: 2vw
    }

    .product-text table {
        width: 36.5vw !important;
        font-size: .9vw
    }

    .product-text table td {
        padding: 1vw 0
    }

    .product-card {
        margin-bottom: 3.958vw
    }

    .product-card--image {
        height: 16vw
    }

    .product-card.product-card__popular .product-card--image {
        height: 15.6vw
    }

    .product-card.product-card__popular .product-card--info {
        padding: .9375rem 2.0625rem 1.875rem
    }

    .product-card.product-card__promotions .product-card--image {
        height: 13.25vw
    }

    .product-card--info {
        padding: .7vw
    }

    .product-card--info h3 {
        font-size: .8vw
    }

    .product-card--info h3:after {
        font-size: 1.823vw;
        margin: .2vw 0
    }

    .product-card--info p {
        font-size: .6vw
    }

    .product-card--price {
        font-size: 1vw
    }

    .product-card--price__disabled {
        font-size: .8vw
    }

    .section__popular--heading {
        max-width: 50%;
        margin-bottom: 2.05vw
    }

    .section__popular--heading h3 {
        font-size: .938vw
    }

    .section.section-promotions {
        margin: 6.406vw 0 9.4vw
    }

    .section.section-categories {
        margin-bottom: 2.5vw
    }

    .section.section-categories .section-categories--title {
        margin-bottom: 2.2vw
    }

    .section.section__seo-text {
        padding: 2.21vw 0 1.2vw
    }

    .section.section__seo-text h3 {
        font-size: 1.08vw;
        line-height: 1.3;
        letter-spacing: -.04vw;
        margin-bottom: 1.4vw
    }

    .section.section-catalog {
        padding-top: 2vw
    }

    .section-promotions-inner--list {
        padding-left: 30.8vw
    }

    .section-promotions-inner--label {
        bottom: 1.5vw;
        max-width: 34%
    }

    .section-promotions-inner--label img {
        bottom: -4.1vw;
        left: -.5vw;
        width: 20.7vw
    }

    .section-promotions-inner .section-promotions--title {
        font-size: 2.5vw
    }

    .section-about {
        padding-top: 4.6vw
    }

    .section-about--col:first-child,
    .section-about--col:last-child {
        width: 50%
    }

    .section-about--text {
        width: 35vw
    }

    .section-about--img {
        width: auto;
        height: 20.3vw
    }

    .section-about--top {
        margin-bottom: 2.85vw
    }

    .section-about--info .category-item--content .category-nav-item {
        font-size: .938vw
    }

    .section-about .section-about--text p {
        line-height: 1.26;
        font-size: 1vw
    }

    .category-item {
        height: 19vw;
        width: 36.1vw
    }

    .category-item--label {
        width: 11vw;
        height: 3.5vw
    }

    .category-item--label h2 {
        font-size: .938vw
    }

    .categories-filter {
        margin-top: -3.177vw
    }

    .catalog-container .catalog-sidebar {
        width: 25.3%
    }

    .catalog-container .catalog-list {
        width: 74.7%
    }

    .catalog-title {
        margin-bottom: 1.25vw;
        font-size: 1.875vw
    }

    .category-box--item:hover .category-box--label {
        width: 11.5vw
    }

    .category-box--label {
        font-size: .833vw;
        padding-left: 1.5vw;
        padding-right: 1.5vw;
        width: 10vw;
        margin-bottom: 2.4vw;
        height: 2.604vw
    }

    .category-box--label__active {
        width: 11.5vw
    }

    .category-box--label__active .category-box--label--image {
        right: -3.542vw
    }

    .category-box--label--icon {
        right: .75vw
    }

    .category-box--label--image {
        right: -5.1vw;
        height: 3.1vw;
        width: 11.719vw
    }

    .category-box--submenu {
        padding-left: 4.4vw;
        padding-left: 3.4vw
    }

    .category-box--submenu .category-box--label {
        width: 12vw;
        width: 9vw
    }

    .form-group {
        margin-bottom: 1.45vw
    }

    .form-group .form-control {
        height: 3vw
    }

    .order-row-content {
        width: 49%
    }

    .order-row-placeholder {
        width: 51%
    }

    .order-title {
        font-size: 2.5vw;
        margin: .2vw auto 4.4vw 0;
        padding-right: 4.1vw
    }

    .order-information {
        padding: 1vw 1vw 1vw .8vw;
        max-width: 33.7vw
    }

    .order-information-title {
        margin: 0 0 2.4vw
    }

    .order-user-form {
        padding: 1vw 6.8vw .05vw 1vw
    }

    .order-user-form:before {
        top: -.6vw;
        right: -1vw;
        width: 11.5vw;
        height: 11.5vw
    }

    .user-form-title {
        font-size: 2vw;
        margin: 0 0 2.2vw
    }

    .order-user-nav {
        margin-bottom: 2.4vw
    }

    .order-user-nav--item {
        padding-bottom: 1vw;
        font-size: .95vw
    }

    .order-list {
        margin-bottom: 3vw
    }

    .order-list-item {
        margin-bottom: 1.3vw
    }

    .order-list-item--close {
        top: -.3vw;
        left: 0;
        width: 2.7vw;
        height: 2.7vw
    }

    .order-list-item--picture {
        width: 7vw;
        height: 3.1vw;
        padding-left: .45vw
    }

    .order-list-item--picture--counter {
        top: -.3vw;
        left: 0;
        width: 2.7vw;
        height: 2.7vw;
        font-size: .75rem
    }

    .order-list-item--name {
        width: 13vw;
        padding-left: 2.5vw;
        font-size: .938vw
    }

    .order-list-item--price {
        font-size: .938vw;
        width: 6.5vw
    }

    .order-total-label {
        font-size: .938vw
    }

    .order-total-amount {
        font-size: 1.875vw
    }

    .about-page {
        padding-top: 3.125rem
    }

    .about-page h3 {
        font-size: 2rem;
        font-size: 2.25rem
    }

    .about-section-1 {
        margin-bottom: 213px
    }

    .about-section-1 .learn-more {
        margin-top: 162px
    }

    .about-section-1-left {
        width: calc(100% - 650px);
        padding-right: 18%
    }

    .about-section-1-right {
        height: 40.625rem;
        width: 42.1875rem
    }

    .about-section-2 {
        margin-bottom: 7.8125rem
    }

    .about-section-3 {
        margin-bottom: 2.125rem
    }

    .timeline {
        width: 73.4375rem;
        margin-top: -3.75rem;
        padding-left: 0
    }

    .statistic {
        margin-top: 10.375rem
    }

    .statistic-item {
        margin-bottom: 6.3125rem
    }

    .statistic-item-header {
        font-size: 3rem
    }

    .partners {
        margin: 8.875rem 0
    }
}

@media only screen and (max-width:1441px) {
    .button {
        font-size: 1.111vw;
        padding: 1.042vw
    }

    .button.button-arrow {
        min-width: 15.278vw
    }

    .button.button-arrow:hover {
        min-width: 17.361vw
    }

    .link-arrow {
        font-size: 1vw;
        text-transform: uppercase;
        letter-spacing: .15vw;
        padding-right: 2vw
    }

    .container {
        max-width: 100%;
        padding: 0 2.35%
    }

    .d-lg-none {
        display: none !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .main-intro {
        margin: 0 -.417vw 8.403vw
    }

    .main-intro--left,
    .main-intro--right {
        padding: 0 .417vw
    }

    .header-top-bar {
        padding: .25rem 0;
        letter-spacing: .02em
    }

    .header-top-bar--row--right {
        padding-right: 5.375rem
    }

    .header-top-bar--row--left>* {
        margin-right: 8.3vw
    }

    .header-top-bar--row--left a [class*=icon-] {
        margin-right: .44vw
    }

    .header-middle-bar .header-logo {
        width: 11.5vw
    }

    .search-form-group input {
        height: 2.361vw;
        font-size: .972vw
    }

    .main-menu {
        margin-left: 0
    }

    .header-contacts {
        margin-top: .6vw;
        line-height: 1.7vw
    }

    .header-contacts.phones {
        margin-right: -1.6vw
    }

    .header-top-info--icon {
        font-size: 2vw
    }

    .header-top-info--cart {
        margin-left: 14.2vw;
        position: relative;
        top: 6px
    }

    .header-top-info--favorites {
        margin-left: 7.6vw
    }

    .product-categories {
        margin-bottom: 2.4vw
    }

    .product-categories-list {
        margin: 0 -.4465vw
    }

    .product-categories-list-item {
        padding: 0 .4465vw
    }

    .product-categories-list-item a {
        height: 7vw
    }

    .product-categories-list-item a .product-categories-title {
        font-size: 1.25vw
    }
}

@media only screen and (max-width:992px) {
    .button {
        font-size: 16px;
        padding: 15px
    }

    .link-arrow {
        font-size: 16px;
        padding-right: 26px;
        letter-spacing: .02em
    }

    .text-xs-small {
        font-size: 12.8px;
        line-height: 125%;
        letter-spacing: .04em;
        font-family: Lato, sans-serif;
        font-weight: 400
    }

    .d-md-none {
        display: none !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-mid-none,
    .main-intro--left {
        display: none !important
    }

    .d-mid-block {
        display: block !important
    }

    .d-mid-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .main-intro--right {
        width: 100%
    }

    .main-intro-inner {
        padding: 75px 10px 50px
    }

    .main-intro-inner h2 {
        font-size: 25px;
        margin-bottom: 21px
    }

    .main-intro-inner p {
        font-size: 12.8px
    }

    .main-intro--text {
        max-width: 85%
    }

    .header-top-bar {
        padding: 11px 0
    }

    .header-top-bar--row--right {
        padding-right: 0
    }

    .header-middle-bar .header-logo {
        width: auto;
        text-align: center;
        margin-bottom: 19px;
        margin-top: 34px
    }

    .header-middle-bar .header-logo img,
    .header-middle-bar .header-logo svg {
        max-width: 155px;
        display: inline-block
    }

    .search {
        width: 100%;
        margin-bottom: 23px
    }

    .search-form-group {
        width: 100%
    }

    .search-form-group [class*=icon-] {
        right: 16px;
        font-size: 18px;
        top: 60%
    }

    .search-form-group input {
        height: 34px;
        font-size: 15px;
        border-radius: 5px;
        padding: 0 29px
    }

    .header-top-info--icon {
        font-size: 30px
    }

    .header-top-info--amount {
        bottom: 3px;
        right: 0;
        width: 20px;
        height: 20px;
        font-size: 14px
    }

    .toggle-menu {
        font-size: 30px
    }

    .product-categories {
        margin-bottom: 20px
    }

    .product-categories-list {
        display: none;
        margin: 0 -3.4465vw
    }

    .product-categories-list:before {
        content: "Каталог Товаров";
        width: 100%;
        font-size: 25px;
        font-weight: 700;
        margin: 7vw 0 7vw 3.4465vw
    }

    .product-categories-list.open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product-categories-list.open .product-categories-list-item {
        width: 50%
    }

    .product-categories-list.open .product-categories-list-item:nth-child(odd):last-child {
        width: 100%
    }

    .product-categories-list-item {
        padding: 0 3.4465vw;
        margin-bottom: 8vw
    }

    .product-categories-list-item a {
        height: 13vw
    }

    .product-categories-list-item a .product-categories-title {
        font-size: 4.25vw
    }

    .footer-middle--right {
        margin-left: auto;
        width: 60%
    }

    .footer-middle--right .header-contacts {
        font-size: 14px;
        max-width: 200px;
        margin-top: 0;
        line-height: 1.7;
        padding-left: 30px;
        margin-bottom: 11px
    }

    .product-properties .mid:after {
        width: 30px
    }

    .product-page {
        margin-bottom: 7vw;
        margin-top: 10px
    }

    /* .product-area-picture {
        height: 200px
    } */

    .product-area-picture img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .product-area-nav .product-area-nav-item button {
        padding-left: 0;
        padding-right: 0
    }

    .product-area-nav .product-area-nav-item__none {
        display: none
    }

    .product-card.product-card__popular .product-card--info {
        display: none
    }

    .product-card.product-card__popular .product-card--bottom--order .product-card--image-favorite {
        position: static;
        display: block;
        margin: 10px 0 0
    }

    .product-card.product-card__promotions .product-card--info h3:after {
        margin: 8px 0
    }

    .product-card.product-card__promotions .product-card--discount:before {
        top: -69px;
        left: -10px
    }

    .product-card--bottom .button.button__add-to-cart {
        padding: 18px 9px;
        display: block;
        font-size: 18px;
        width: 100%
    }

    .product-card--discount {
        font-size: 20px
    }

    .product-card--discount:before {
        width: 100px;
        height: 150px
    }

    .section__popular--heading h1 {
        margin-bottom: 10px
    }

    .category-grid .category-item--container .category-item {
        width: 86%;
        margin-left: auto
    }

    .category-item--content .category-nav-item>span {
        padding-bottom: 6px;
        display: inline-block
    }

    .category-item--content .category-nav-item>span:after {
        content: "";
        width: 50px;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        background-color: #814960
    }

    .filter-item--label {
        position: relative
    }

    .filter-item--label:after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(0);
        -ms-transform: translateY(-50%) rotate(0);
        transform: translateY(-50%) rotate(0);
        width: 0;
        height: 0;
        -webkit-transition: .2s;
        transition: .2s;
        border-color: transparent transparent transparent #a8a8a8;
        border-style: solid;
        border-width: 7.5px 0 7.5px 13px
    }

    .filter-item .filter-item--values {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: .3s;
        transition: .3s
    }

    .filter-item.open .filter-item--values {
        max-height: 260px
    }

    .filter-item.open .filter-item--label:after {
        -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
        border-color: transparent transparent transparent #570c2b
    }

    .categories-filter--clear {
        top: 83px
    }

    .order-user-form .form-group {
        margin-bottom: 10px
    }

    .about-page p {
        font-size: 14px
    }

    .about-section-1 {
        margin-top: 40px
    }

    .about-section-1-left h2 {
        position: relative;
        z-index: 1;
        background-color: #fff;
        width: calc(100% - 48px);
        font-size: 25px;
        line-height: 140%;
        padding: 14px 0 0;
        letter-spacing: -1.7px
    }

    .about-section-3-top p {
        font-size: 16px
    }

    .statistic-item-header:after {
        content: "";
        display: block;
        background: rgba(0, 0, 0, .35);
        margin-left: auto;
        margin-top: 13px;
        width: 45px;
        height: 1px
    }

    .statistic-item p {
        font-size: 16px
    }

    #cookieNotice {
        width: calc(100% - 50px);
        right: 1.5625rem;
        left: 1.5625rem
    }
}

@media screen and (max-width:768px) {
    .method__wrapper {
        width: 100%;
        min-width: 344px
    }

    .method__wrapper:first-child {
        margin-bottom: 45px
    }

    .method__container {
        min-height: 58px
    }

    .method__label {
        padding: 1em 1.29em;
        font-size: 1rem;
        line-height: 1.18em
    }

    .method__picture {
        top: 8px;
        left: 111px;
        width: 225px;
        height: 50px
    }

    .method__title {
        margin-top: 1.66em;
        margin-bottom: 1.16em
    }

    .method__btn {
        display: block;
        width: 154px;
        padding: 1em 0;
        text-align: center;
        margin: 3.18em 0 92px auto
    }

    .method__btn-submit {
        width: 220px
    }
}

@media screen and (max-width:767px) {
    .modal__container {
        width: calc(100% - 30px);
        top: 15px;
        bottom: auto
    }
}

@media only screen and (max-width:640px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .section.section__seo-text p {
        font-size: .8rem
    }
}

@media only screen and (max-width:420px) {
    .container {
        padding: 0 16px
    }

    .d-xs-none {
        display: none !important
    }

    .d-xs-block {
        display: block !important
    }

    .d-xs-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media (max-width:1440px) and (min-width:768px) {
    .product-properties .right .product-card--counter--input {
        width: 2.8vw;
        font-size: 1.75vw;
        height: 2.5vw
    }
}