* {
    margin: 0;
    padding: 0;
    border: 0;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active,
*:focus,
a:active,
a,
input,
select,
button {
    outline: none;
}

input,
button {
    padding: 0;
    border-radius: 0;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    height: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

select,
input,
button,
textarea {
    font-family: inherit;
    font-size: inherit;
    -webkit-appearance: none;
}

input::-ms-clear {
    display: none;
}

textarea {
    resize: none;
}

button {
    background: none;
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ol,
ul,
li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400;
}

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

@font-face {
    font-family: "Alethiapro";
    src: url("../fonts/Alethiapro_400.woff2") format("woff2");
    font-weight: "400";
    font-style: "normal";
    font-display: swap;
}

@font-face {
    font-family: "HelveticaNeue";
    src: url("../fonts/HelveticaNeue.woff2") format("woff2");
    font-weight: "400";
    font-style: "normal";
    font-display: swap;
}

@font-face {
    font-family: "iconFont";
    src: url("../fonts/iconFont.woff2") format("woff2");
    font-weight: "400";
    font-style: "normal";
    font-display: swap;
}

.icon::before {
    font-family: iconFont;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}

.icon-angle-down:before {
    content: '\E001';
}

.icon-angle-left:before {
    content: '\E002';
}

.icon-angle-right:before {
    content: '\E003';
}

.icon-angle-up:before {
    content: '\E004';
}

.icon-basket:before {
    content: '\E005';
}

.icon-box:before {
    content: '\E006';
}

.icon-clock:before {
    content: '\E007';
}

.icon-close-alt:before {
    content: '\E008';
}

.icon-close:before {
    content: '\E009';
}

.icon-comp:before {
    content: '\E00A';
}

.icon-email:before {
    content: '\E00B';
}

.icon-facebook-alt:before {
    content: '\E00C';
}

.icon-facebook:before {
    content: '\E00D';
}

.icon-google:before {
    content: '\E00E';
}

.icon-heart-full:before {
    content: '\E00F';
}

.icon-heart:before {
    content: '\E010';
}

.icon-instagram:before {
    content: '\E011';
}

.icon-list:before {
    content: '\E012';
}

.icon-long-arrow-right:before {
    content: '\E013';
}

.icon-od:before {
    content: '\E014';
}

.icon-search:before {
    content: '\E015';
}

.icon-share:before {
    content: '\E016';
}

.icon-star:before {
    content: '\E017';
}

.icon-twitter:before {
    content: '\E018';
}

.icon-vk:before {
    content: '\E019';
}

.icon-yandex:before {
    content: '\E01A';
}

html {
    font-size: 14px;
    line-height: 1.64;
}

body {
    font-family: Manrope, sans-serif;
    font-weight: 400;
    color: #656567;
    background-color: #fff;
    min-width: 320px;
}

.hidden {
    display: none;
}

.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1270px;
    padding: 0 15px;
}

.slick-slider {
    position: relative;
}

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

.slick-slide {
    height: initial;
}

.slick-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slick-dots li {
    margin: 0 5px;
}

.slick-dots li.slick-active button {
    background: #9d754b;
}

.slick-dots button {
    border-radius: 50%;
    font-size: 0;
    width: 9px;
    height: 9px;
    background: #fff;
}

.slick-arrow {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.slick-arrow:hover {
    color: #730f29;
}

.jq-selectbox:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.jq-selectbox {
    width: 100%;
}

.jq-selectbox:hover .jq-selectbox__select,
.jq-selectbox.focused .jq-selectbox__select,
.jq-selectbox:focus .jq-selectbox__select {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    border: none;
    outline: none;
}

.jq-selectbox__select {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    outline: none;
    border: none;
    padding: 0;
    height: initial;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.jq-selectbox__select-text {
    font-family: Manrope, sans-serif;
    font-size: 13px;
    line-height: 1;
    color: #3c3e45;
    text-shadow: none;
}

.jq-selectbox__trigger {
    width: 40px;
    border: none;
}

.jq-selectbox__trigger-arrow {
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    -ms-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    border: none;
    border-right: 1px solid;
    border-bottom: 1px solid;
}

.jq-selectbox__dropdown {
    width: auto;
    min-width: 100%;
    border-radius: 0;
    margin-top: 5px;
    top: 100% !important;
    z-index: 50;
}

.jq-selectbox__dropdown ul {
    padding: 5px 0;
}

.jq-selectbox__dropdown li.sel {
    display: none;
}

.jq-selectbox__dropdown li:hover {
    background: none;
    color: #730f29;
}

.scroll-element.scroll-y.scroll-scrolly_visible {
    background: transparent;
    cursor: pointer;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: 6px;
    border-radius: 8px;
}

.prof-box__res .scroll-element.scroll-y.scroll-scrolly_visible {
    right: 0;
}

.scroll-element.scroll_y.scroll-scrolly_visible div {
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
}

.scroll-element.scroll-y.scroll-scrolly_visible .scroll-bar {
    border: none;
    background-color: #656567;
    z-index: 12;
    height: 18px !important;
    border-radius: 4px !important;
    cursor: pointer;
}

.aside-box__price-range {
    height: 1px;
    background: #5c5e5e;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0 7px;
    margin-bottom: 10px;
}

.noUi-connect {
    background: #5c5e5e;
    border: none;
}

.noUi-horizontal .noUi-handle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #5c5e5e;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    margin-top: -1px;
}

.noUi-horizontal .noUi-handle:after,
.noUi-horizontal .noUi-handle:before {
    display: none;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -7px;
}

.title-page,
.title {
    font-family: Alethiapro, sans-serif;
    line-height: 1.1;
    color: #740f2a;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.title {
    font-size: 18px;
}

.title--md {
    font-size: 20px;
}

.title--max {
    max-width: 440px;
}

.title--simple {
    text-transform: none;
    line-height: 1.5;
}

.title-page {
    font-size: 24px;
}

.title-page+.text {
    margin-top: -15px;
    margin-bottom: 20px;
}

p {
    margin-bottom: 1.4em;
}

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

p+ul {
    margin-top: -1.4em;
}

p b {
    color: #000;
}

a {
    color: inherit;
}

a:hover {
    color: #730f29;
}

.text--max {
    max-width: 910px;
}

.text--max-alt {
    /*width: 965px;*/
    width: 100%;
    padding-right: 200px;
}

.text a {
    color: #ae804f;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.text a:hover {
    color: #730f29;
    text-decoration: underline;
}

.text ul,
.text ol {
    margin-bottom: 1.3em;
}

.text img {
    display: block;
    max-width: 100%;
    margin-top: 1.3em;
    margin-bottom: 1.3em;
}

.text>*:last-child {
    margin-bottom: 0;
}

.text ul li:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    margin-left: 40px;
    margin-right: 30px;
    background: #656567;
    vertical-align: middle;
}

.logo {
    display: block;
}

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

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 52px;
    padding: 0 15px;
    background-color: #730f29;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    font-size: 13px;
    font-family: Alethiapro, sans-serif;
    font-weight: 500;
}

.btn:hover {
    color: #fff;
    background-color: #670d25;
}

.btn--transp {
    background: none;
    color: #000;
    text-decoration: underline;
}

.btn--transp:hover {
    color: #730f29;
    background: none;
}

.btn--alt {
    border: 1px solid #cbcbcb;
    color: #7d7d7d;
    background: transparent;
}

.btn--dark {
    background: #000;
}

.btn--dark-alt {
    background: #333;
}

.btn--gray {
    background: #d7d7d7;
    color: #000;
}

.btn--gray:hover {
    color: #fff;
    background-color: #000;
}

.btn--sm {
    height: 36px;
    font-size: 14px;
}

.btn--md {
    height: 42px;
}

.btn--big {
    font-size: 15px;
    height: 61px;
}

.btn--favorite {
    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;
    padding: 0 20px;
}

.btn--favorite .icon {
    font-size: 16px;
}

.btn--favorite .icon-heart-full {
    display: none;
}

.btn--favorite.active .icon {
    color: #730f29;
}

.btn--favorite.active .icon-heart {
    display: none;
}

.btn--favorite.active .icon-heart-full {
    display: block;
}

.btn--compare {
    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;
    padding: 0 20px;
}

.btn--compare.active .icon {
    color: #730f29;
}

.icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}

.icon::before {
    display: block;
}

.nav li {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1;
}

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

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #9c9c9c;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #9c9c9c;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #9c9c9c;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #9c9c9c;
}

input::placeholder,
textarea::placeholder {
    color: #9c9c9c;
}

.form__action {
    margin-top: 20px;
}

.form__action .btn {
    width: 100%;
}

.form__label {
    display: block;
}

.form__label-info {
    color: #b7b7b7;
    font-size: 12px;
    line-height: 1;
    display: block;
    margin-top: 7px;
}

.form__label-val {
    margin-left: auto;
    font-size: 13px;
    color: #4c4c4c;
}

.form__label--check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.form__label--check:hover .form__label-name {
    color: #730f29;
}

.form__label--check .form__label-name {
    padding-top: 3px;
    margin-bottom: 0;
}

.form__label--check-big {
    margin-bottom: 11px;
}

.form__label--check-big:last-child {
    margin-bottom: 0;
}

.form__label--check-big .form__label-name {
    font-size: 13px;
    color: #4c4c4c;
}

.form__label--check-big .form__label-name span {
    display: block;
    font-weight: 600;
}

.form__label--check-big .form__label-name img {
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
}

.form__label--check-big .form__check-box {
    width: 26px;
    min-width: 26px;
    height: 26px;
    margin-right: 14px;
}

.form__label-name {
    margin-bottom: 0.4em;
}

.form__select,
.form__textarea,
.form__input {
    min-width: 0;
    width: 100%;
    display: block;
    padding: 0 1em;
}

.form__select,
.form__input {
    height: 40px;
}

.form__textarea {
    height: 150px;
    padding: 1em;
}

.form__check {
    display: none;
}

.form__check-big~.form__check-box::after,
.form__check:checked~.form__check-box::after {
    opacity: 1;
}

.form__check-box {
    display: block;
    position: relative;
    width: 20px;
    min-width: 20px;
    height: 20px;
    border: 1px solid #e3e3e3;
    margin-right: 7px;
}

.form__check-box:first-child {
    margin-right: 7px;
}

.form__check-box:last-child {
    margin-right: 0;
    margin-left: 7px;
}

.form__check-box::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #000;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.form__check-box--circle {
    border-radius: 50%;
}

.form__check-box--circle::after {
    border-radius: inherit;
}

.form-box {
    border: 1px solid #cbcbcb;
    padding: 0 20px;
    margin-bottom: 20px;
}

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

.form-box .form__label {
    border-bottom: 1px solid #cbcbcb;
}

.form-box .form__label:last-child {
    border-bottom: none;
}

.form-box .form__textarea,
.form-box .form__input {
    height: 61px;
    line-height: 1;
    font-size: 13px;
    padding: 0;
}

.form-box .form__textarea {
    padding-top: 23px;
}

.form-box+.form__label--check {
    margin-top: 35px;
    margin-bottom: 30px;
    font-size: 11px;
    color: #9c9c9c;
}

.form-box+.form__label--check .form__label-name {
    padding-top: 0;
}

.form-box+.form__label--check .form__check-box {
    border-color: #5f5f5f;
    width: 15px;
    height: 15px;
    min-width: 15px;
    margin-top: 3px;
}

.form-box+.form__label--check .form__check-box:after {
    background: none;
    top: -5px;
    left: 6px;
    width: 6px;
    height: 14px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 2px solid #5f5f5f;
    border-right: 2px solid #5f5f5f;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 110;
    display: none;
}

.header__bg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 111;
    background: rgba(0, 0, 0, 0.3);
}

.header__close {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 113;
    background: none;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__nav {
    margin-bottom: 30px;
}

.header__list {
    margin-bottom: 30px;
}

.header__list li {
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: 0.25px;
    text-transform: uppercase;
}

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

.header__login {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1;
}

.header__logo {
    display: none;
}

.header__phone {
    font-weight: 600;
    font-size: 12px;
}

.header__time {
    font-size: 9px;
}

.header__search {
    background: #fdf5e9;
    margin-bottom: 30px;
}

.header__search input {
    height: 45px;
    padding: 0 15px;
}

.header__search button {
    width: 45px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.header .header__btns {
    display: none;
}

.header__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

.header__btns li {
    margin-right: 20px;
    font-size: 18px;
    color: #000;
}

.header__btns li .icon-comp {
    font-size: 0.8em;
}

.header__btns li:last-child {
    margin-right: 0;
}

.header__btns li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.header__btns li>a span:not(.icon) {
    position: absolute;
    top: -8px;
    right: -8px;
    line-height: 1;
    width: 15px;
    height: 15px;
    background: #730f29;
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    padding: 5px 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header-mobile .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-mobile__logo {
    max-width: 80px;
}

.header-mobile__burger {
    margin-left: 20px;
}

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

.header-mobile__burger button span {
    width: 20px;
    position: relative;
    display: block;
    height: 2px;
    background: #000;
}

.header-mobile__burger button span:after,
.header-mobile__burger button span:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
}

.header-mobile__burger button span:after {
    top: 100%;
    margin-top: 4px;
}

.header-mobile__burger button span:before {
    bottom: 100%;
    margin-bottom: 4px;
}

.footer {
    background: #fdf5e9;
    margin-top: 50px;
}

.footer__main {
    padding: 30px 0;
}

.footer__col {
    margin-bottom: 10px;
}

.footer__col:last-child {
    margin-bottom: 0;
}

.footer__col--simple {
    margin-top: 30px;
}

.footer-box__title {
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
}

.footer-box__content:not(:first-child) {
    display: none;
}

.footer-box__list {
    font-size: 13px;
    color: #4b4b4b;
    line-height: 1.2;
}

.footer-box__list li {
    margin-bottom: 15px;
}

.footer-box__list li:last-child {
    margin-bottom: 0;
}

.footer__info {
    font-size: 13px;
    color: #888;
    margin-bottom: 26px;
    line-height: 1.4;
}

.footer__phone {
    margin-bottom: 13px;
}

.footer__phone a {
    font-size: 13px;
    color: #ae804f;
    display: inline-block;
    line-height: 1;
}

.footer__phone a[href^="tel"] {
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.footer__phone a:hover {
    text-decoration: underline;
}

.footer__social {
    margin-bottom: 30px;
    font-size: 18px;
}

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

.footer__bottom {
    border-top: 1px solid #ebe5da;
    padding: 30px 0 27px;
    font-size: 11px;
    line-height: 1;
}

.footer__dev {
    margin-top: 20px;
}

.footer__pay {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -23px;
    margin-bottom: -10px;
    opacity: 0.7;
}

.footer__pay li {
    margin-right: 13px;
    margin-bottom: 10px;
}

.footer__pay li:last-child {
    margin-right: 0;
}

.footer__pay img {
    display: block;
    max-width: 100%;
    height: 20px;
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
}

.popup {
    position: relative;
    max-width: 600px;
    width: 100%;
    padding: 40px 25px 25px;
    overflow: hidden;
}

.popup .form__input--light {
    font-size: 13px;
    border-bottom: 1px solid #000;
    padding-left: 0;
    padding-right: 0;
}

.popup__trigger {
    margin-bottom: 12px;
}

.popup__trigger.active {
    margin-bottom: 0;
}

.popup__trigger.active .popup__trigger-content {
    display: block;
}

.popup__trigger.active .popup__trigger-btn {
    display: none;
}

.popup__trigger-btn {
    text-decoration: underline;
    font-size: 13px;
}

.popup__trigger-btn:hover {
    text-decoration: none;
}

.popup__trigger-content {
    display: none;
}

.popup__text {
    margin-bottom: 15px;
    margin-top: -10px;
    font-size: 14px;
    color: #000;
}

.popup__text:first-child {
    margin-top: 0;
}

.popup__title {
    color: #121214;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 25px;
}

.popup__title:last-child {
    margin-bottom: 10px;
}

.popup__title--center {
    text-align: center;
}

.popup__title--big {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1.1;
}

.popup__title--action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup__title--action:before {
    content: '';
    display: block;
    margin-right: 8px;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #121214;
    border-right: 2px solid #121214;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.popup .social ul {
    margin-left: -3px;
    margin-right: -3px;
}

.popup .social li {
    border-radius: 2px;
    border: 1px solid #ccc;
    width: 27px;
    height: 27px;
    margin-left: 3px;
    margin-right: 3px;
    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;
}

.popup__submit {
    width: 100%;
    margin-top: 17px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: normal;
}

.popup__info {
    color: #b7b7b7;
    font-size: 11px;
    line-height: 1.4;
}

.popup__info:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 10px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    margin-right: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    right: -2px;
}

.popup__info--alt {
    font-size: 13px;
}

.popup__info--alt:before {
    display: none;
}

.popup__info a {
    color: #000;
}

.popup__info a:hover {
    text-decoration: underline;
}

.popup__action {
    background: #fafafa;
    margin-left: -50px;
    margin-right: -50px;
    margin-bottom: -25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
}

.popup__action .btn {
    padding-left: 35px;
    padding-right: 35px;
}

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

.search-box input {
    background: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    font-weight: 500;
}

.search-box input::-webkit-input-placeholder {
    text-transform: uppercase;
}

.search-box input::-moz-placeholder {
    text-transform: uppercase;
}

.search-box input:-ms-input-placeholder {
    text-transform: uppercase;
}

.search-box input::-ms-input-placeholder {
    text-transform: uppercase;
}

.search-box input::placeholder {
    text-transform: uppercase;
}

.search-box button {
    background: none;
    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;
    font-size: 18px;
    color: #000;
}

.social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
    margin-right: -18px;
}

.social li {
    margin-right: 18px;
    margin-bottom: 10px;
}

.social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0.6;
    color: #000;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.social a:hover {
    opacity: 1;
}

.main-slider {
    margin-bottom: 25px;
    aspect-ratio: auto 1240 / 480;
}

.main-slider__item {
    display: none;
    position: relative;
}

.main-slider__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    object-fit: contain;
}

.main-slider .container {
    min-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-slider__content {
    max-width: 722px;
    padding: 50px 0;
}

.main-slider__content .title-page {
    display: inline;
    background: rgba(255, 255, 255, 0.5);
    text-transform: none;
    padding: 0.1em 0;
}

.section {
    margin: 50px 0;
}

.mt85p {
    margin-top: 55px;
}

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

.section--mt-z {
    margin-top: 0;
}

.section--bg {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f9f9f9;
}

.section__link {
    margin-top: 25px;
}

.section__link a {
    font-family: HelveticaNeue, Manrope, sans-serif;
    font-size: 13px;
    line-height: 1;
    color: #ae804f;
}

.section__link a:hover {
    text-decoration: underline;
}

.advant {
    margin-right: -20px;
    margin-bottom: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.advant__item {
    margin-right: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 240px;
}

.advant__item-pic {
    width: 50px;
    margin-right: 5px;
    min-height: 43px;
    background-position: center left;
    background-repeat: no-repeat;
}

.advant__item-title {
    color: #646464;
    font-size: 12px;
}

.page-form .title {
    max-width: 745px;
}

.page-form__box {
    position: relative;
}

.page-form__box input {
    height: 41px;
    border: 1px solid #d7d7d7;
    font-size: 13px;
    padding: 0 16px;
    margin-bottom: 12px;
    min-width: 0;
    width: 100%;
}

.page-form__box input::-webkit-input-placeholder {
    color: #5d5d5d;
}

.page-form__box input::-moz-placeholder {
    color: #5d5d5d;
}

.page-form__box input:-ms-input-placeholder {
    color: #5d5d5d;
}

.page-form__box input::-ms-input-placeholder {
    color: #5d5d5d;
}

.page-form__box input::placeholder {
    color: #5d5d5d;
}

.page-form__box .btn {
    width: 100%;
}

.page-form__info {
    font-family: HelveticaNeue, Manrope, sans-serif;
    font-size: 10px;
    color: #9c9c9c;
    line-height: 1.2;
    margin-top: 12px;
}

.brands {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}

.brands__layout {
    margin-bottom: -30px;
}

.brands__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
}

.brands__item {
    margin-right: 15px;
    margin-bottom: 30px;
}

.blocks {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}

.blocks__layout {
    margin-bottom: -30px;
}

.blocks__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
}

.block {
    display: block;
    position: relative;
    margin-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    margin-bottom: 30px;
}

.block__img {
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 100%;
}

.block__img:before {
    content: '';
    display: block;
    min-height: 260px;
}

.block__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.block__content {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 5px 17px 20px;
}

.block__title {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-family: Alethiapro, sans-serif;
    line-height: 1.1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.block__title:last-child {
    margin-bottom: 10px;
}

.block__title--accent {
    color: #740f2a;
}

.block__text {
    display: block;
    font-size: 13px;
    line-height: 1.1;
    margin-top: 8px;
    color: #595959;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.tag {
    height: 40px;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    background: #fdf5e9;
    margin-right: 8px;
    margin-bottom: 30px;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    color: #4d4d4d;
    font-size: 13px;
}

.tag.active {
    background: #730f29;
    color: #fff;
    pointer-events: none;
}

.tags {
    position: relative;
    margin-top: 16px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
}

.tags:first-child {
    margin-top: 0;
}

.tags:last-child {
    margin-bottom: 0;
}

.tags__list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

.tags__layout {
    margin-bottom: -30px;
}

.tags__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
}

.tags--sm .tag {
    height: 31px;
}

.tags__more {
    display: none;
}

.tags__remove {
    line-height: 1;
    font-size: 13px;
    margin-left: 15px;
    color: #ae804f;
    white-space: nowrap;
    margin-top: 20px;
}

.tags__remove:hover {
    text-decoration: underline;
}

.tags--alt .tag {
    background: #fdf5e9;
    color: #8a8a8a;
    border: 1px solid #fdf5e9;
}

.tags--alt .tag.active {
    background: transparent;
    color: #000;
    border-color: #eaeaea;
}

.tags__all {
    font-size: 13px;
    color: #4b4b4b;
    height: 33px;
    padding: 0 13px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fdf5e9;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 1;
    margin-left: 15px;
    white-space: nowrap;
    margin-top: 20px;
}

.banner {
    background-size: cover;
    background-position: center;
    margin-bottom: 25px;
    display: block;
}

.banner .container {
    min-height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner__content {
    padding: 25px 0;
    max-width: 722px;
}

.banner__content .title-page {
    text-transform: none;
}

.banner__content .title-page:last-child {
    margin-bottom: 0;
}

.breadcrumbs {
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
}

.breadcrumbs__layout {
    margin-bottom: -30px;
}

.breadcrumbs__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
}

.breadcrumbs__track li {
    margin-bottom: 30px;
    margin-right: 27px;
    position: relative;
    white-space: nowrap;
}

.breadcrumbs__track li:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: 6px;
    width: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-bottom: 1px solid #b8b8b8;
}

.breadcrumbs__track li:last-child {
    margin-right: 0;
}

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

.breadcrumbs__track a {
    color: #b7b7b7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.breadcrumbs__track a:hover {
    color: #333;
}

.breadcrumbs__track span {
    color: #333;
}

.inner--catalog .inner__aside {
    display: none;
}

.inner--curt .inner__main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
}

.pagination ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #fdf5e9;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pagination li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pagination li.active a {
    background: #fff;
    border-color: #ededed;
}

.pagination a {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    color: #8a8a8a;
    font-family: HelveticaNeue, Manrope, sans-serif;
    white-space: nowrap;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    min-width: 35px;
}

.pagination a:hover {
    color: #730f29;
}

.pagination__more {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
}

.pagination__all {
    -webkit-box-ordinal-group: 101;
    -ms-flex-order: 100;
    order: 100;
}

.pagination__more,
.pagination__all {
    min-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.pagination__more a,
.pagination__all a {
    width: auto;
    padding: 0 25px;
}

.cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -50px;
    margin-right: -24px;
}

.cards>* {
    margin-top: 50px;
    width: calc(50% - 24px);
    max-width: calc(50% - 24px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 24px);
    flex: 0 0 calc(50% - 24px);
    margin-right: 24px;
}

.cards--md>* {
    margin-top: 50px;
    width: calc(50% - 18px);
    max-width: calc(50% - 18px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 18px);
    flex: 0 0 calc(50% - 18px);
    margin-right: 18px;
}

.cards--alt {
    margin-top: -50px;
    margin-right: -18px;
}

.cards--alt>* {
    width: calc(50% - 18px);
    max-width: calc(50% - 18px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 18px);
    flex: 0 0 calc(50% - 18px);
    margin-right: 18px;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card__imgs {
    position: relative;
    margin-bottom: 20px;
}

.card__imgs .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 27px;
    color: #d3d4d5;
    opacity: 0;
}

.card__imgs .slick-arrow:hover {
    color: #730f29;
}

.card__imgs .slick-arrow.slick-prev {
    left: 0;
}

.card__imgs .slick-arrow.slick-next {
    right: 0;
}

.card__img a {
    position: relative;
    display: block;
}

.card__img a:before {
    content: '';
    display: block;
    padding-top: 70%;
}

.card__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 99%;
    max-height: 100%;
    width: auto;
}

.card__title {
    text-align: center;
    font-size: 14px;
    color: #000;
    font-family: Alethiapro, sans-serif;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.card__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: auto;
}

.card__price-new {
    color: #ae804f;
    font-size: 16px;
}

.card__price-old {
    color: #a8a9ab;
    text-decoration: line-through;
    margin-left: 11px;
}

.card__stats {
    display: none;
}

.card__stats li {
    margin-bottom: 12px;
}

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

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

.card__action .btn--favorite {
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.card__btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
}

.slider__item {
    padding: 0 8px;
}

.slider__item>* {
    height: 100%;
}

.slider>.slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 27px;
    color: #d3d4d5;
}

.slider>.slick-arrow:hover {
    color: #730f29;
}

.slider>.slick-arrow.slick-prev {
    right: 100%;
    margin-right: 30px;
}

.slider>.slick-arrow.slick-next {
    left: 100%;
    margin-left: 30px;
}

.slider>.slick-list {
    margin-right: -15px;
    padding-left: 7px;
    margin-left: -15px;
    padding-right: 7px;
}

.slider--default .slick-arrow {
    top: 160px;
}

.slider--alt>.slick-arrow {
    top: 70px;
}

.slider--alt>.slick-list {
    margin-right: -15px;
    padding-left: 7px;
    margin-left: -15px;
    padding-right: 7px;
}

.slider--alt .slider__item {
    padding: 0 8px;
}

.card-alt {
    display: block;
}

.card-alt__img {
    display: block;
    overflow: hidden;
    margin-bottom: 9px;
    position: relative;
}

.card-alt__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.card-alt__img+.card-alt__title {
    margin-top: 25px;
    font-size: 15px;
}

.card-alt__date {
    display: block;
    color: #999;
    font-size: 11px;
    margin-bottom: 9px;
    line-height: 1;
}

.card-alt__title {
    display: block;
    font-size: 13px;
    line-height: 1.2;
    font-family: Alethiapro, sans-serif;
    color: #000;
}

.card-alt__text {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.2;
}

.viewed .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 27px;
    color: #d3d4d5;
}

.viewed .slick-arrow:hover {
    color: #730f29;
}

.viewed .slick-arrow.slick-prev {
    right: 100%;
    margin-right: 30px;
}

.viewed .slick-arrow.slick-next {
    left: 100%;
    margin-left: 30px;
}

.viewed .slick-list {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 10px;
    padding-right: 10px;
}

.viewed__item {
    padding: 0 5px;
}

.viewed__item a {
    display: block;
    position: relative;
    width: 100px;
    height: 100px;
}

.viewed__item img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 95%;
    max-height: 95%;
    width: initial;
}

.item__top {
    margin-bottom: 20px;
}

.item__top .title-page {
    margin-right: auto;
    text-transform: none;
    margin-bottom: 0;
}

.item-art {
    white-space: nowrap;
    font-size: 12px;
    color: #9e9e9e;
    margin-top: 10px;
}

.item__view {
    margin-bottom: 30px;
}

.item__imgs {
    position: relative;
}

.item__imgs .slick-dots li {
    position: relative;
    cursor: pointer;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    opacity: 0.3;
    background: #000;
    margin: 0 5px;
}

.item__imgs .slick-dots li.slick-active {
    opacity: 1;
    background: #9d754b;
}

.item__imgs .slick-dots li img {
    display: none;
}

.item__img a {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
    max-height: 400px;
}

.item__img a:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.item__img a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: initial;
}

.item__info {
    position: relative;
}

.item__share {
    position: absolute;
    top: -10px;
    right: 0;
}

.item__marks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -5px;
    margin-bottom: 15px;
    padding-right: 100px;
}

.item__marks li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
    padding: 0.2em 9px 0;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    background: #d30033;
    margin-bottom: 5px;
    margin-right: 5px;
    line-height: 1;
    font-family: HelveticaNeue, Manrope, sans-serif;
}

.item__price {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    line-height: 1;
}

.item__price-new {
    font-weight: 800;
    font-size: 24px;
    color: #ae804f;
}

.item__price-old {
    font-weight: 800;
    font-size: 18px;
    color: #a8a9ab;
    text-decoration: line-through;
    margin-left: 50px;
}

.item__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 13px;
    margin-right: -15px;
}

.item__action .btn-trigger {
    padding: 0;
    min-height: 52px;
}

.item__action .btn--transp {
    white-space: nowrap;
}

.item__action>* {
    margin-right: 15px;
}

.item__btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: calc(70% - 15px);
    min-width: 250px;
}

.item__btn>.btn {
    width: 100%;
    font-size: 15px;
}

.item__btn-val {
    margin: 0 0.3em 0 0.4em;
}

.item__btn-add {
    background: #650202;
    color: #fff;
    line-height: 1;
    font-family: Alethiapro, sans-serif;
    font-size: 13px;
    min-width: 73px;
}

.item__btn-link {
    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;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: #8d0303;
    line-height: 1;
    font-family: Alethiapro, sans-serif;
    font-size: 14px;
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.item__btn-link:hover {
    color: #fff;
}

.item__btn-link span:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 11px;
    opacity: 0.7;
    margin-top: 2px;
}

.item__btn-comb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.item__btn-comb:hover {
    color: #fff;
}

.item__btn.active>.btn {
    position: relative;
    z-index: -1;
}

.item__btn.active .item__btn-comb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
}

.item__deliv {
    font-size: 12px;
    color: #ae804f;
    text-decoration: underline;
}

.item__text {
    margin-top: 35px;
}

.item__text-more {
    margin-top: 5px;
    text-decoration: underline;
    color: #ae804f;
}

.item__tags {
    margin-top: 30px;
}

.item-advant {
    display: none;
}

.item-stats {
    margin-top: 30px;
}

.item-stat {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.item-stat:last-child {
    margin-bottom: 0;
}

.item-stat span {
    font-size: 13px;
}

.item-stat span:first-child {
    color: #acacac;
    width: 150px;
    margin-right: 25px;
    min-width: 150px;
}

.item-stat span:last-child {
    color: #000;
}

.item-stat a {
    text-decoration: underline;
}

.tabs__controls {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 25px;
    overflow: hidden;
}

.tabs__controls-layout {
    margin-bottom: -30px;
}

.tabs__controls-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    overflow-x: auto;
    overflow-y: hidden;
}

.tabs__btn {
    font-family: Alethiapro, sans-serif;
    margin-bottom: 30px;
    font-size: 16px;
    text-transform: uppercase;
    color: #898989;
    margin-right: 30px;
    line-height: 1;
    white-space: nowrap;
}

.tabs__btn.active {
    color: #8e0303;
    font-size: 18px;
    pointer-events: none;
}

.tabs__btn:last-child {
    margin-right: 0;
}

.tabs__box {
    display: none;
}

.tabs__box.active {
    display: block;
}

.page-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-bottom: 20px;
}

.page-controls>* {
    margin-right: 15px;
}

.page-controls__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.6);
    height: 42px;
}

.page-controls__btn:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.page-controls__btn .icon {
    margin-left: auto;
    padding-left: 10px;
    font-size: 0.8em;
}

.page__sort {
    display: none;
}

.page-block__col--sm {
    margin-bottom: 30px;
}

.page-cols {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-bottom: 50px;
}

.page-cols li {
    margin-bottom: 8px;
    font-size: 15px;
    color: #000;
}

.page-top {
    position: relative;
    margin-bottom: 20px;
    max-width: 1110px;
}

.page-top .title-page {
    padding-right: 70px;
}

.page-top .text a {
    color: #8e0303;
    text-decoration: underline;
}

.page-top .text a:hover {
    text-decoration: none;
}

.page-top__share {
    position: absolute;
    top: 0;
    right: 0;
}

.page-box__slider .slick-arrow {
    position: absolute;
    left: 100%;
    margin-left: 15px;
    font-size: 12px;
    color: #000;
}

.page-box__slider .slick-arrow.slick-prev {
    top: 100px;
}

.page-box__slider .slick-arrow.slick-next {
    top: 120px;
}

.page-box__slide {
    position: relative;
    overflow: hidden;
}

.page-box__slide:before {
    content: '';
    display: block;
    padding-top: 73.3%;
}

.page-box__slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.page-box__info {
    margin-top: 40px;
}

.page-line {
    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-right: -29px;
    margin-bottom: 40px;
}

.page-line>* {
    margin-right: 29px;
    margin-bottom: 10px;
}

.page-line>*.btn {
    margin-top: -4px;
    padding: 0 25px;
}

.review {
    margin-bottom: 50px;
}

.review:last-child {
    margin-bottom: 0;
}

.review__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1;
    margin-bottom: 20px;
}

.review__name {
    font-weight: bold;
    color: #000;
}

.review__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.review__date {
    font-size: 13px;
    opacity: 0.6;
    color: #000;
    margin-top: 5px;
}

.review__stars {
    margin-left: 15px;
}

.review__box {
    margin-bottom: 15px;
    color: #000;
}

.review__box:last-child {
    margin-bottom: 0;
}

.review__box-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.review__box-val {
    font-size: 13px;
}

.review__box-val a {
    color: #ae804f;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.review__box-val a:hover {
    color: #730f29;
    text-decoration: underline;
}

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

.star {
    font-size: 15px;
    margin-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #d7dbdf;
}

.star:last-child {
    margin-right: 0;
}

.star.active {
    color: #f08f76;
}

.faq {
    margin-bottom: 30px;
}

.faq:last-child {
    margin-bottom: 0;
}

.faq__title {
    margin-bottom: 11px;
    font-family: Alethiapro, sans-serif;
    color: #000;
    font-weight: bold;
}

.faq__val {
    color: #656567;
}

.faq__val a {
    color: #ae804f;
    text-decoration: underline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.faq__val a:hover {
    color: #730f29;
    text-decoration: none;
}

.share__btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    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;
    background: #f7f7f7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.share__btn:hover {
    background: #dedede;
}

.sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}

.sort__title {
    margin-right: 5px;
    font-weight: 500;
    color: #656567;
}

.sort .jq-selectbox__select-text {
    color: #740f2a;
    font-size: 14px;
    width: auto !important;
}

.sort .jq-selectbox__trigger {
    position: relative;
    width: 10px;
}

.sort .jq-selectbox__trigger-arrow {
    border-color: #740f2a;
}

.filter:last-child {
    margin-bottom: 0;
}

.filter__action {
    margin-top: 35px;
}

.filter__btn {
    margin-bottom: 10px;
}

.filter__btn:last-child {
    margin-bottom: 0;
}

.filter__btn button,
.filter__btn .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #ae804f;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.filter__btn button:hover,
.filter__btn .button:hover {
    color: #730f29;
}

.filter__btn button .icon {
    margin-left: 14px;
    font-size: 24px;
}

.aside__close {
    position: fixed;
    top: 5px;
    right: 5px;
    padding: 10px;
    background: #fff;
    z-index: 140;
    display: none;
}

.aside-box {
    margin-bottom: 25px;
    padding-bottom: 12px;
}

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

.aside-box__price-row {
    margin-bottom: 17px;
    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;
    font-size: 13px;
    font-weight: 800;
    color: #141313;
    line-height: 1;
}

.aside-box__title {
    line-height: 1.1;
    font-weight: 500;
    color: #656567;
    margin-bottom: 25px;
    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;
}

.aside-box__title .icon {
    margin-left: 15px;
    font-size: 12px;
}

.aside-box__content--scroll {
    max-height: 202px;
}

.aside-box__content li {
    margin-bottom: 10px;
    color: #656567;
    font-size: 12px;
    line-height: 1.1;
}

.aside-box__content li:last-child {
    margin-bottom: 0;
}

.aside-box--trigger {
    padding-bottom: 0;
}

.aside-box--trigger.active {
    padding-bottom: 12px;
}

.aside-box--trigger.active .aside-box__title .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.aside-box--trigger.active .aside-box__content {
    display: block;
}

.aside-box--trigger .aside-box__title {
    cursor: pointer;
}

.aside-box--trigger .aside-box__content {
    display: none;
}

.collection .aside-box__content--scroll {
    max-height: 305px;
}

.collection .aside-box__content li {
    margin-bottom: 23px;
}

.collection .aside-box__content li:last-child {
    margin-bottom: 0;
}

.brand-banner {
    position: relative;
    height: 251px;
    margin-bottom: 60px;
    background-size: cover;
    background-position: center;
}

.brand-banner__pic {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
}

.curt-item {
    min-height: 114px;
    position: relative;
    padding-left: 95px;
    padding-right: 20px;
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.curt-item:last-child {
    margin-bottom: 0;
}

.curt-item__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 74px;
    height: 74px;
}

.curt-item__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.curt-item__title {
    font-family: Alethiapro, sans-serif;
    font-size: 15px;
    color: #000;
    line-height: 1.2;
}

.curt-item__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    line-height: 1;
    color: #000;
    font-size: 11px;
    margin-top: 10px;
}

.curt-item__price span {
    color: #ae804f;
    font-size: 16px;
    margin-right: 12px;
}

.curt-item__counter {
    position: absolute;
    left: 0;
    top: 84px;
}

.curt-item__summa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: auto;
    height: 30px;
}

.curt-item__summa-old {
    font-size: 14px;
    color: #959595;
    text-decoration: line-through;
    margin-left: 10px;
}

.curt-item__summa-new {
    font-size: 18px;
    color: #ae804f;
}

.curt-item__del {
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 13px;
    color: #000;
}

.counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #eee;
    font-size: 11px;
    color: #121214;
    height: 30px;
}

.counter__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.counter__btn:first-child {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.counter__btn:last-child {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.counter__val {
    min-width: 20px;
    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;
}

.curt {
    margin-bottom: 50px;
}

.curt-aside__box {
    border-top: 1px solid #cbcbcb;
    padding: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.curt-aside__box-pic {
    font-size: 20px;
    margin-right: 10px;
    color: #575757;
}

.curt-aside__box-val {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
    font-size: 13px;
    margin-left: auto;
    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;
}

.curt-aside__box-val b {
    font-weight: 400;
    color: #020202;
    line-height: 1.3;
}

.curt-aside__box-val span {
    color: #555;
    padding-top: 2px;
    display: inline-block;
}

.curt-aside__box-val span a {
    text-decoration: underline;
}

.curt-aside__box-val>a {
    color: #000;
    text-decoration: underline;
}

.curt-aside__line {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    color: #4c4c4c;
    font-size: 13px;
    margin-bottom: 12px;
    line-height: 1;
}

.curt-aside__line:last-child {
    margin-bottom: 0;
}

.curt-aside__line--alt {
    color: #acacac;
}

.curt-aside__line--summa {
    margin-top: 25px;
    color: #020202;
    font-weight: 500;
}

.curt-aside__line--summa span:last-child {
    font-size: 18px;
    color: #ae804f;
}

.curt-aside__line span:first-child {
    margin-right: 15px;
}

.curt-aside__line span:last-child {
    margin-left: auto;
}

.curt-aside__code {
    margin-top: 45px;
    margin-bottom: 30px;
}

.curt-aside__code-title {
    font-size: 14px;
    font-weight: bold;
    color: #020202;
    margin-bottom: 15px;
    line-height: 1;
}

.curt-aside__code-line {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.curt-aside__code-line input {
    border: 1px solid #cbcbcb;
    border-right: none;
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 16px;
    font-size: 14px;
}

.curt-aside__code-line .btn {
    height: 100%;
    min-width: 100px;
}

.curt-aside__or {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin: 25px 0;
}

.curt-aside__or span {
    position: relative;
    line-height: 1;
    font-size: 14px;
    color: #555;
    padding: 0 14px;
}

.curt-aside__or span:after,
.curt-aside__or span:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 500px;
    border-bottom: 1px solid #cbcbcb;
}

.curt-aside__or span:after {
    left: 100%;
}

.curt-aside__or span:before {
    right: 100%;
}

.checkout .title {
    margin-top: 60px;
}

.checkout .title:first-child {
    margin-top: 0;
}

.checkout hr {
    border: none;
    border-bottom: 1px solid #cbcbcb;
    margin: 30px 0;
}

.checkout__btn {
    margin: 45px 0 50px;
    width: 100%;
}

.checkout-box__title {
    color: #020202;
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 1;
    font-weight: bold;
}

.checkout-box__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    color: #555;
    line-height: 1;
}

.checkout-box__line .icon {
    font-size: 17px;
    margin-right: 15px;
}

.checkout-box__line span {
    margin-right: 10px;
}

.checkout-box__line a {
    text-decoration: underline;
}

.checkout__date {
    color: #555;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 7px;
    margin-top: 30px;
}

.checkout__link {
    color: #555;
    font-size: 13px;
    line-height: 1;
    text-decoration: underline;
}

.checkout__pay .form__label--check {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.popup-login {
    max-width: 333px;
}

.popup-login .social {
    margin: 11px 0 16px;
}

.popup-pass {
    max-width: 333px;
}

.popup-one-click {
    max-width: 333px;
}

.cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fdf5e9;
    padding: 23px 139px 23px 40px;
    color: #000;
    font-size: 13px;
    z-index: 999;
}

.cookie a {
    text-decoration: underline;
}

.cookie__close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #000;
    background: none;
}

.popup-callback {
    max-width: 333px;
}



@media screen and (min-width: 480px) {
    .item__action {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .item__btn {
        max-width: 273px;
    }

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

    .review__info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .review__date {
        margin-top: 0;
    }
}

@media screen and (min-width: 576px) {
    .footer__main .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 40px);
        flex: 0 0 calc(50% - 40px);
        margin-right: 40px;
        margin-bottom: 30px;
    }

    .footer__col--simple {
        margin-top: 0;
    }

    .footer-box__title {
        margin-bottom: 20px;
    }

    .footer-box__content:not(:first-child) {
        display: block;
    }

    .page-form__box {
        max-width: 224px;
    }

    .page-form__info {
        width: 266px;
        margin-top: 0;
        position: absolute;
        top: 0;
        left: 100%;
        margin-left: 12px;
        min-height: 41px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .pagination ul {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .pagination li {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
    }

    .pagination a {
        width: 35px;
    }

    .pagination__more {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: initial;
    }

    .pagination__all {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: initial;
    }

    .pagination__more,
    .pagination__all {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
        min-width: 0;
    }

    .pagination__more a,
    .pagination__all a {
        width: auto;
        padding: 0 25px;
    }

    .page-block__btn {
        max-width: 275px;
    }

    .page-cols {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

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

    .page-top__content {
        max-width: 745px;
        margin-right: auto;
    }

    .page-top .title-page {
        padding-right: 0;
    }

    .page-top__share {
        position: static;
        margin-left: 30px;
    }
}

@media screen and (min-width: 768px) {
    .title-page {
        font-size: 28px;
    }

    .footer__bottom .container {
        position: relative;
    }

    .footer__dev {
        margin-top: 10px;
    }

    .footer__pay {
        position: absolute;
        top: -3px;
        right: 26px;
        margin-top: 0;
    }

    .cards>* {
        width: calc(33.3333% - 24px);
        max-width: calc(33.3333% - 24px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333% - 24px);
        flex: 0 0 calc(33.3333% - 24px);
    }

    .cards--md>* {
        width: calc(33.3333% - 18px);
        max-width: calc(33.3333% - 18px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333% - 18px);
        flex: 0 0 calc(33.3333% - 18px);
    }

    .cards--alt>* {
        width: calc(33.3333% - 18px);
        max-width: calc(33.3333% - 18px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333% - 18px);
        flex: 0 0 calc(33.3333% - 18px);
    }

    .curt-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-right: 35px;
        min-height: 74px;
        margin-bottom: 20px;
    }

    .curt-item__title {
        margin-top: 20px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 25px;
    }

    .curt-item__price {
        margin-top: 20px;
        width: 110px;
        margin-right: 25px;
    }

    .curt-item__counter {
        position: static;
        margin-top: 11px;
        margin-right: 15px;
    }

    .curt-item__summa {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 11px;
        margin-left: auto;
        width: 160px;
    }

    .curt-item__summa-old {
        margin-right: 10px;
        margin-left: 0;
    }

    .curt-item__summa-new {
        text-align: right;
    }

    .curt-item__del {
        top: 17px;
    }
}

@media screen and (min-width: 992px) {
    .title {
        font-size: 20px;
    }

    .title--md {
        font-size: 24px;
    }

    .title-page {
        font-size: 34px;
    }

    .brands {
        max-width: 1070px;
        margin-left: auto;
        margin-right: auto;
        overflow: initial;
    }

    .brands__layout {
        margin-bottom: 0;
    }

    .brands__track {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: initial;
        margin-right: -35px;
        margin-bottom: -15px;
    }

    .brands__item {
        margin-right: 35px;
        margin-bottom: 15px;
    }

    .blocks {
        margin-left: 0;
        margin-right: 0;
        overflow: initial;
    }

    .blocks__layout {
        margin-bottom: 0;
    }

    .blocks__track {
        overflow: initial;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -20px;
        margin-bottom: -20px;
    }

    .block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333% - 20px);
        flex: 0 0 calc(33.3333% - 20px);
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .block__img:before {
        min-height: 0;
        padding-top: 65%;
    }

    .block--big {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(52% - 20px);
        flex: 0 0 calc(52% - 20px);
    }

    .block--big .block__img:before {
        padding-top: 51.16%;
    }

    .block--sm {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(24% - 20px);
        flex: 0 0 calc(24% - 20px);
    }

    .block--sm .block__img:before {
        padding-top: 117.85%;
    }

    .tag {
        margin-bottom: 8px;
    }

    .tags {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .tags__list {
        overflow: initial;
    }

    .tags__layout {
        margin-bottom: 0;
    }

    .tags__track {
        overflow: initial;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -8px;
        margin-bottom: -8px;
    }

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

    .tags--collapsed .tags__list {
        max-width: 1051px;
        height: 40px;
        overflow: hidden;
    }

    .tags--collapsed .tags__more {
        display: block;
    }

    .tags__more {
        white-space: nowrap;
        font-size: 13px;
        margin-left: 23px;
        color: #ae804f;
    }

    .tags__remove {
        margin-top: 0;
    }

    .tags__all {
        margin-top: 0;
    }

    .breadcrumbs {
        overflow: initial;
        margin-left: 0;
        margin-right: 0;
    }

    .breadcrumbs__layout {
        margin-bottom: 0;
    }

    .breadcrumbs__track {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: initial;
        margin-bottom: -5px;
    }

    .breadcrumbs__track li {
        margin-bottom: 5px;
    }

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

    .inner--catalog .inner__aside {
        display: block;
    }

    .inner__aside {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px;
        margin-right: 70px;
    }

    .inner__main {
        width: calc(100% - 310px);
        max-width: calc(100% - 310px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 310px);
        flex: 0 0 calc(100% - 310px);
    }

    .inner--curt {
        margin-top: -25px;
    }

    .inner--curt .inner__aside {
        max-width: 300px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        margin-left: 30px;
        margin-right: 0;
    }

    .inner--curt .inner__main {
        margin-top: 25px;
    }

    .pagination {
        margin-top: 80px;
        display: block;
    }

    .cards {
        margin-top: -75px;
    }

    .cards>* {
        margin-top: 75px;
        width: calc(50% - 24px);
        max-width: calc(50% - 24px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 24px);
        flex: 0 0 calc(50% - 24px);
    }

    .cards--md {
        margin-top: -60px;
    }

    .cards--md>* {
        margin-top: 60px;
        width: calc(25% - 18px);
        max-width: calc(25% - 18px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 18px);
        flex: 0 0 calc(25% - 18px);
    }

    .cards--alt {
        margin-top: -75px;
        margin-right: -10px;
    }

    .cards--alt>* {
        margin-top: 75px;
        margin-right: 10px;
        width: calc(33.3333% - 10px);
        max-width: calc(33.3333% - 10px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333% - 10px);
        flex: 0 0 calc(33.3333% - 10px);
    }

    .card__title {
        font-size: 15px;
    }

    .card-alt__img {
        height: 124px;
        max-width: 245px;
    }

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

    .item__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        margin-bottom: 35px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .item-art {
        margin-top: 0;
        margin-left: 20px;
    }

    .item__view {
        margin-bottom: 0;
        width: 46.77%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 46.77%;
        flex: 0 0 46.77%;
    }

    .item__imgs {
        width: calc(100% - 85px);
        margin-left: auto;
    }

    .item__imgs .slick-dots {
        display: block;
        bottom: initial;
        top: 0;
        left: -85px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .item__imgs .slick-dots li {
        opacity: 1;
        background: none;
        border-radius: 0;
        margin: 0 0 9px;
        width: 70px;
        height: 70px;
        border: 1px solid transparent;
    }

    .item__imgs .slick-dots li.slick-active {
        background: none;
        border-color: #730f29;
    }

    .item__imgs .slick-dots li:last-child {
        margin-bottom: 0;
    }

    .item__imgs .slick-dots li img {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: calc(100% - 10px);
        max-height: calc(100% - 10px);
        width: initial;
    }

    .item__img a {
        max-height: initial;
    }

    .item__info {
        margin-left: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48.38%;
        flex: 0 0 48.38%;
    }

    .item__action {
        margin-bottom: 23px;
    }

    .item-stats {
        margin-top: 42px;
    }

    .tabs__btn.active {
        font-size: 20px;
    }

    .page-controls {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .page-controls__btn {
        display: none;
    }

    .page__sort {
        display: block;
    }

    .page-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .page-block__col {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: auto;
    }

    .page-block__col--sm {
        margin-bottom: 0;
        margin-left: 50px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 275px;
        flex: 0 0 275px;
    }

    .page-cols {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        margin-bottom: 70px;
    }

    .page-top {
        margin-bottom: 35px;
    }

    .page-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 100px;
    }

    .page-box__slider {
        width: 59.5%;
    }

    .page-box__info {
        background: #f9f9f9;
        margin-top: 0;
        margin-left: 60px;
        margin-right: -15px;
        padding: 100px 20px 20px 20px;
    }

    .review {
        max-width: 700px;
    }

    .faq {
        margin-bottom: 40px;
    }

    .filter {
        padding-top: 60px;
        margin-bottom: 90px;
    }

    .aside__close {
        display: none;
    }

    .brand-banner__pic {
        top: 5px;
        left: 5px;
    }

    .curt {
        margin-bottom: 137px;
    }

    .curt-aside {
        background: #f7f7f7;
        padding: 30px 20px;
    }

    .checkout {
        max-width: 512px;
    }
}

@media screen and (min-width: 992px) and (min-width: 1200px) {
    .inner--curt .inner__aside {
        max-width: 351px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 351px;
        flex: 0 0 351px;
        margin-left: 108px;
    }
}

@media screen and (min-width: 1200px) {
    .nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 30px;
    }

    .nav li {
        margin-bottom: 0;
        margin-right: 25px;
    }

    .nav li:last-child {
        margin-right: 0;
    }

    .header {
        display: block;
        position: static;
        margin-bottom: 15px;
    }

    .header .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header__trigger {
        display: none;
    }

    .header__bg {
        display: none;
    }

    .header__close {
        display: none;
    }

    .header__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .header__top {
        background: #fdf5e9;
        padding: 8px 0;
        margin-bottom: 20px;
    }

    .header__nav {
        margin-bottom: 0;
    }

    .header__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        margin-left: auto;
    }

    .header__main .container {
        position: relative;
        min-height: 100px;
    }

    .header__list {
        margin-bottom: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: auto;
        max-width: calc(50% - 80px);
        position: relative;
        bottom: -1px;
    }

    .header__list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header__list li {
        margin-bottom: 0;
        margin-right: 20px;
    }

    .header__list li:last-child {
        margin-right: 0;
    }

    .header__login {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 0;
        margin-right: 30px;
        position: relative;
        bottom: -1px;
    }

    .header__logo {
        display: block;
        max-width: 165px;
        position: absolute;
        top: 50%;
        left: 51.5%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .header__time {
        margin-left: 1em;
    }

    .header__search {
        background: none;
        margin-bottom: 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        /*width: 182px;*/
        width: 150px;
        margin-right: 15px;
    }

    .header__search input {
        padding: 0 15px 0 0;
        height: auto;
    }

    .header__search button {
        width: auto;
    }

    .header .header__btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin-left: 0;
    }

    .header__btns li {
        margin-right: 15px;
    }

    .header-mobile {
        display: none;
    }

    .footer {
        margin-top: 120px;
    }

    .footer__main {
        padding: 61px 0 50px;
    }

    .footer__main .container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .footer__col {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0;
    }

    .footer__col--simple {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px;
        margin-right: 0;
    }

    .footer__social {
        margin-bottom: 34px;
    }

    .search-box {
        border-bottom: 1px solid #000;
        padding: 3px 0;
    }

    .main-slider .container {
        min-height: 480px;
    }

    .section {
        margin: 50px 0;
    }
    
    .mt85p {
        /*margin-top: 85px;*/
        margin-top: 35px;
    }

    .section--mt {
        margin-top: 60px;
    }

    .section--mt-z {
        margin-top: 0;
    }

    .section--mb {
        margin-bottom: 130px;
    }

    .section--bg {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .section__link {
        margin-top: 35px;
    }

    .brands__item a:hover img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    .brands__item img {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .block:hover img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    .block:hover .block__text,
    .block:hover .block__title {
        color: #730f29;
    }

    .tags--mb {
        margin-bottom: 0;
    }

    .banner .container {
        min-height: 172px;
    }

    .banner__content {
        padding: 48px 0;
    }

    .cards {
        margin-right: 0;
        margin-left: -20px;
        width: calc(100% + 58px);
    }

    .cards>* {
        margin-right: 18px;
        width: calc(33.3333% - 18px);
        max-width: calc(33.3333% - 18px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333% - 18px);
        flex: 0 0 calc(33.3333% - 18px);
    }

    .cards--md {
        margin-left: 0;
        width: initial;
        margin-right: -70px;
    }

    .cards--md>* {
        width: calc(25% - 70px);
        max-width: calc(25% - 70px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 70px);
        flex: 0 0 calc(25% - 70px);
        margin-right: 70px;
    }

    .cards--alt {
        margin-right: 0;
        margin-left: -20px;
        width: calc(100% + 50px);
    }

    .cards--alt>* {
        margin-right: 10px;
        width: calc(25% - 10px);
        max-width: calc(25% - 10px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 10px);
        flex: 0 0 calc(25% - 10px);
    }

    .card {
        display: block;
        padding: 20px 20px 0;
    }

    .card:hover {
        -webkit-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.08);
    }

    .card:hover .slick-arrow {
        opacity: 1;
    }

    .card:hover .card__drop {
        display: block;
        -webkit-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.08);
    }

    .card:hover .card__title {
        color: #730f29;
    }

    .card__img a:before {
        padding-top: 100%;
    }

    .card__price {
        margin-top: 0;
        margin-bottom: 0;
    }

    .card__drop {
        position: absolute;
        z-index: 1;
        background: #fff;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
        padding: 40px 20px 16px;
    }

    .card__stats {
        display: block;
        line-height: 1;
        font-size: 12px;
        color: #a9a9a9;
        margin-bottom: 30px;
    }

    .slider__item {
        padding: 0;
    }

    .slider>.slick-list {
        margin-right: -6px;
        padding-right: 6px;
        margin-left: -6px;
        padding-right: 6px;
    }

    .slider--default.vis>.slick-list {
        margin-bottom: -300px;
        padding-bottom: 300px;
        position: relative;
        z-index: 100;
    }

    .slider--alt>.slick-list {
        margin-left: -34px;
        margin-right: -34px;
        padding: 0;
    }

    .slider--alt .slider__item {
        padding: 0 34px;
    }

    .card-alt:hover .card-alt__title {
        color: #730f29;
    }

    .card-alt:hover img {
        width: 105%;
        height: 105%;
    }

    .viewed__item a:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        -ms-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05);
    }

    .item__action {
        margin-right: -30px;
    }

    .item__action>* {
        margin-right: 30px;
    }

    .item-advant {
        display: block;
        margin-top: 60px;
    }

    .tabs__controls {
        margin-left: 0;
        margin-right: 0;
        overflow: initial;
    }

    .tabs__controls-layout {
        margin-bottom: -10px;
    }

    .tabs__controls-track {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: initial;
    }

    .tabs__btn {
        margin-bottom: 10px;
    }

    .page-block__col--sm {
        margin-left: 85px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 325px;
        flex: 0 0 325px;
    }

    .page-box {
        margin-bottom: 186px;
    }

    .page-box__info {
        padding: 100px 28px 40px 40px;
    }

    .review {
        margin-bottom: 90px;
    }

    .curt-aside {
        padding: 32px 25px;
    }

    .cookie a:hover {
        text-decoration: none;
    }
}

@media (min-width: 1360px) {
    .page-box__info {
        margin-right: -60px;
    }
}

@media (max-width: 1360px) {
    .slider>.slick-arrow {
        display: none;
    }

    .viewed .slick-arrow {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    body.menu-opened {
        overflow: hidden;
    }

    body.menu-opened .header {
        display: block;
    }

    .nomobile {
        display: none;
    }

    .content {
        padding-top: 70px;
    }

    .header__content {
        position: fixed;
        z-index: 112;
        top: 0;
        right: 0;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        background: #fff;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        padding: 40px 0;
        width: 100%;
        max-width: 320px;
    }

    .main-slider {
        margin-top: -15px;
    }

    .banner {
        margin-top: -15px;
    }

    .tabs__controls-track:after,
    .tabs__controls-track:before {
        content: '';
        display: block;
        height: 10px;
        min-width: 15px;
    }

    .cookie {
        padding: 10px 40px 10px 15px;
    }
}

@media screen and (max-width: 991px) {
    body.aside-opened {
        overflow: hidden;
    }

    body.aside-opened .aside__close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    body.aside-opened .inner--catalog .inner__aside {
        position: fixed;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 120;
        padding: 40px 15px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    body.filter-opened .sort,
    body.filter-opened .collection {
        display: none;
    }

    body.sort-opened .filter {
        display: none;
    }

    .brands__track:after,
    .brands__track:before {
        content: '';
        height: 10px;
        min-width: 15px;
        display: block;
    }

    .brands__item:last-child {
        margin-right: 0;
    }

    .blocks__track:after,
    .blocks__track:before {
        content: '';
        display: block;
        height: 10px;
        min-width: 15px;
    }

    .block:last-child {
        margin-right: 0;
    }

    .tag:last-child {
        margin-right: 0;
    }

    .tags__track:after,
    .tags__track:before {
        content: '';
        display: block;
        min-width: 15px;
        height: 10px;
    }

    .breadcrumbs__track:after,
    .breadcrumbs__track:before {
        content: '';
        display: block;
        min-width: 15px;
        height: 10px;
    }

    .inner--catalog .inner__aside .sort {
        position: relative;
        z-index: 100;
        margin-bottom: 30px;
    }

    .card__action .btn--favorite {
        padding: 0 10px;
    }

    .card__btn {
        margin-right: 10px;
        font-size: 14px;
        height: 52px;
    }

    .card-alt__img:before {
        content: '';
        display: block;
        padding-top: 50.6%;
    }

    .curt-aside-mobile {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 575px) {
    .footer-box.active .footer-box__title {
        margin-bottom: 12px;
    }

    .footer-box.active .footer-box__title:after {
        display: none;
    }

    .footer-box.active .footer-box__content {
        display: block;
        margin-bottom: 30px;
    }

    .footer-box__title {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-box__title:after {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-bottom: 1px solid;
        border-right: 1px solid;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-left: 10px;
        margin-top: -4px;
    }

    .pagination ul {
        max-width: 340px;
    }
}
.menu {
    display: none;
    color: #000;
    margin-top: 10px;
    padding-left: 10px;
  }
  
  .menu-box__title {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0.7em;
    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;
  }
  
  .menu-box__title:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 10px;
    margin-top: -2px;
  }
  
  .menu-box__list {
    display: none;
    margin: 5px 0 15px 10px;
    font-size: 0.8em;
  }
  
  .header__list > ul > li > a.js-menu-trigger {
    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;
      max-width: 80px;
      text-align: center;
  }
  
  .header__list > ul > li > a.js-menu-trigger:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 10px;
    margin-top: -2px;
  }

  .brand-detail-text{position: relative;}

  .brand-banner__pic {
      max-width: 190px;
      right: 0;
      top: 0;
      left: initial;
  }
  
  .brand-banner__pic img {
    display: block;
    max-width: 100%;
  }
  
  @media screen and (min-width: 1200px) {
    .menu {
      display: block;
      position: absolute;
      z-index: 100;
      top: 100%;
      left: 0;
      width: 100%;
      padding: 80px 15px 0;
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4;
      -webkit-column-gap: 30px;
      -moz-column-gap: 30px;
      column-gap: 30px;
      display: none;
      margin-top: -40px;
    }
  
    .menu:after,
    .menu:before {
      content: '';
      position: absolute;
      top: 40px;
      bottom: 0;
      background: #f8f8f8;
      width: 100vw;
      z-index: 99;
    }
  
    .menu:after {
      left: 50%;
    }
  
    .menu:before {
      right: 50%;
    }
  
    .menu-box {
      display: inline-block;
      margin-bottom: 30px;
      position: relative;
      z-index: 101;
    }
  
    .menu-box__title {
      font-weight: bold;
      margin-bottom: 0.5em;
    }
  
    .menu-box__title:after {
      display: none;
    }
  
    .menu-box__list {
      font-size: 0.9em;
      margin: 0;
      display: block !important;
      padding-left: 30px;
    }
  
    .menu-box__list li:not(:last-child) {
      margin-bottom: 5px;
    }
  
    .header__list {
      position: static;
    }
  
    .header__list > ul > li > a.js-menu-trigger {
      position: relative;
    }
  
    .header__list > ul > li > a.js-menu-trigger:after {
      position: absolute;
      top: 100%;
      margin-top: 31px;
      left: 50%;
      -webkit-transform: translateX(-100%) rotate(45deg);
      -ms-transform: translateX(-100%) rotate(45deg);
      transform: translateX(-100%) rotate(45deg);
      border: none;
      width: 20px;
      height: 20px;
      background: #f8f8f8;
      display: none;
      pointer-events: none;
    }
  
    .header__list > ul > li:hover a.js-menu-trigger {
      color: #730f29;
    }
  
    .header__list > ul > li:hover a.js-menu-trigger:after {
      display: block;
    }
  
    .header__list > ul > li:hover .menu {
      display: block;
    }
  }
  
  @media screen and (max-width: 1199px) {
    .menu-box__title.active:after {
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
      margin-top: 3px;
    }
  
    .menu-box__title.active + .menu-box__list {
      display: block;
    }
  
    .header__list > ul > li.active > a.js-menu-trigger {
      color: #730f29;
    }
  
    .header__list > ul > li.active > a.js-menu-trigger:after {
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
      margin-top: 3px;
    }
  
    .header__list > ul > li.active .menu {
      display: block;
    }
  }
  