html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}
[hidden] {
    display: none;
}
body {
    line-height: 1;
}
menu,
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
    -webkit-transition: all 320ms;
    transition: all 320ms;
    color: #ff5e00;
}
a:hover {
    text-decoration: none;
}
html {
    font-size: 16px;
}
@media (min-width: 1480px) {
    html {
        font-size: 18px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    html {
        font-size: 12px;
    }
}
body * {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
.page-wrapper {
    position: relative;
    z-index: 5;
    overflow: hidden;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.checkbox {
    position: relative;
    width: 1rem;
    height: 1rem;
    background-color: #fff;
    border: 0.0625rem solid #c4c4c4;
    display: block;
    border-radius: 0.125rem;
    cursor: pointer;
}
.checkbox.--small {
    width: 0.75rem;
    height: 0.75rem;
}
.checkbox.--small .checkbox__view {
    width: 0.5rem;
    height: 0.5rem;
}
.checkbox.--big {
    width: 1.5rem;
    height: 1.5rem;
}
.checkbox input {
    visibility: hidden;
    position: absolute;
    left: -624.9375rem;
}
.checkbox input:checked + .checkbox__view {
    opacity: 1;
}
.checkbox__view {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.625rem;
    height: 0.625rem;
    background-color: #ff5e00;
    border-radius: 0.125rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}
.radio {
    position: relative;
    width: 1rem;
    height: 1rem;
    background-color: #fff;
    border: 0.0625rem solid #c4c4c4;
    display: block;
    border-radius: 12.5rem;
    cursor: pointer;
}
.radio.--small {
    width: 0.75rem;
    height: 0.75rem;
}
.radio.--small .radio__view {
    width: 0.5rem;
    height: 0.5rem;
}
.radio.--big {
    width: 1.5rem;
    height: 1.5rem;
}
.radio input {
    visibility: hidden;
    position: absolute;
    left: -624.9375rem;
}
.radio input:checked + .radio__view {
    opacity: 1;
}
.radio__view {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.625rem;
    height: 0.625rem;
    background-color: #ff5e00;
    border-radius: 12.5rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}
.btn-1 {
    background-color: #ff5e00;
    color: #fff;
    border-radius: 0.125rem;
    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;
    -webkit-transition: all 320ms;
    transition: all 320ms;
    cursor: pointer;
    border: 0;
}
.btn-1:hover {
    background-color: #e65500;
}
.btn-2 {
    background-color: transparent;
    border: 0.0625rem solid #ff5e00;
    color: #ff5e00;
    border-radius: 0.125rem;
    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;
    -webkit-transition: all 320ms;
    transition: all 320ms;
    cursor: pointer;
}
.btn-2:hover {
    background-color: #e65500;
    color: #fff;
}
.btn-3 {
    background-color: #d7d8dc;
    color: #3e3f43;
    border-radius: 0.125rem;
    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;
    -webkit-transition: all 320ms;
    transition: all 320ms;
    cursor: pointer;
    border: 0;
}
.btn-3:hover {
    background-color: #c2c5cb;
}
.btn-4 {
    background-color: #85871a;
    color: #fff;
    border-radius: 0.125rem;
    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;
    -webkit-transition: all 320ms;
    transition: all 320ms;
    cursor: pointer;
    border: 0;
}
.btn-4:hover {
    background-color: #626408;
}
.btn-5 {
    background-color: #ba2640;
    color: #fff;
    border-radius: 0.125rem;
    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;
    -webkit-transition: all 320ms;
    transition: all 320ms;
    cursor: pointer;
    border: 0;
}
.btn-5:hover {
    background-color: #9c0923;
}
.mfp-close-btn-in .mfp-close {
    opacity: 1;
    background-color: #ff5e00;
    color: #fff;
    border-radius: 0 0 0 0.125rem;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1230px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1480px) {
    .container {
        max-width: 1400px;
    }
}
.active-orders {
    width: 100%;
}
@media (max-width: 767px) {
    .active-orders {
        display: block;
    }
    .active-orders tbody {
        display: block;
        width: 100%;
    }
    .active-orders tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: #f4f5f7;
        border-top: 1px solid #fff;
        position: relative;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 12px 8px 52px;
    }
    .active-orders tr.active-orders__tr-title {
        display: none;
    }
    .active-orders tr.active-orders__tr-order {
        padding-bottom: 94px;
    }
}
.active-orders th {
    font-size: 0.625rem;
    color: #9a9ea8;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    padding: 0.625rem 0;
    padding-left: 0.8125rem;
    text-align: left;
}
@media (max-width: 767px) {
    .active-orders th {
        display: none;
    }
}
.active-orders td {
    padding: 0.5rem 0;
    padding-left: 0.8125rem;
    vertical-align: middle;
    background-color: #f4f5f7;
    border-top: 0.125rem solid #fff;
    font-size: 0.8125rem;
    color: #3e3f43;
    height: 3.125rem;
}
@media (max-width: 767px) {
    .active-orders td {
        display: block;
        height: auto;
        padding: 0;
        background-color: transparent;
        border: 0;
    }
}
.active-orders td a {
    color: #3e3f43;
}
.active-orders__mobile-caption {
    display: none;
}
@media (max-width: 767px) {
    .active-orders__mobile-caption {
        display: block;
    }
}
@media (max-width: 767px) {
    .active-orders__td-date {
        margin-left: auto;
    }
}
@media (max-width: 767px) {
    .active-orders__td-total {
        width: 64px;
        margin-left: 8px;
        text-align: right;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
@media (max-width: 767px) {
    .active-orders__td-remove {
        position: absolute;
        bottom: 17px;
        left: 12px;
    }
}
@media (max-width: 767px) {
    .active-orders__td-order {
        position: absolute;
        bottom: 8px;
        right: 8px;
    }
}
.active-orders__td-status {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 767px) {
    .active-orders__td-status {
        position: absolute;
        left: 8px;
        bottom: 70px;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .active-orders__td-status * {
        color: #aeb1b9;
    }
}
.active-orders__td-delivery {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 767px) {
    .active-orders__td-delivery {
        position: absolute;
        left: 8px;
        bottom: 52px;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .active-orders__td-delivery * {
        color: #aeb1b9;
    }
}
@media (max-width: 767px) {
    .active-orders__td-del {
        position: absolute;
        left: 8px;
        bottom: 10px;
    }
    .active-orders__td-del .active-orders__mobile-caption {
        color: #aeb1b9;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.01em;
        margin-bottom: 4px;
    }
}
@media (max-width: 767px) {
    .active-orders__td-price {
        position: absolute;
        left: 33.33%;
        bottom: 10px;
    }
    .active-orders__td-price .active-orders__mobile-caption {
        color: #aeb1b9;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.01em;
        margin-bottom: 4px;
    }
}
@media (max-width: 767px) {
    .active-orders__td-price-tot {
        position: absolute;
        left: 66.66%;
        bottom: 10px;
    }
    .active-orders__td-price-tot .active-orders__mobile-caption {
        color: #aeb1b9;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.01em;
        margin-bottom: 4px;
    }
}
.active-orders__num {
    padding-left: 0.75rem;
    position: relative;
    color: #3e3f43;
    display: block;
    padding-right: 8px;
}
.active-orders__num:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.25rem;
    height: 0.25rem;
    background-color: #ff5e00;
    border-radius: 6.25rem;
}
.active-orders__num.--no-dot {
    padding-left: 0;
}
.active-orders__num.--no-dot:before {
    display: none;
}
.active-orders__num strong {
    font-weight: 700;
}
.active-orders__status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.active-orders__status.--red {
    color: #ff5e00;
}
.active-orders__total {
    font-size: 0.875rem;
    font-weight: 700;
    color: #1f2022;
    white-space: nowrap;
}
.active-orders__pay {
    color: #fff !important;
    width: 5rem;
    height: 1.5rem;
    margin-left: 0.5rem;
}
.active-orders__remove {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.active-orders__remove svg {
    display: block;
    width: 0.75rem;
    margin-right: 0.5rem;
}
.active-orders__order {
    width: 8rem;
    height: 2rem;
    color: #fff !important;
}
.added-to-basket {
    width: 25rem;
    margin: 0 auto;
    padding: 2.5rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.added-to-basket__img {
    display: block;
    width: 14.75rem;
    margin-bottom: 1.875rem;
}
.added-to-basket__img img {
    display: block;
    width: 100%;
    height: auto;
}
.added-to-basket__caption {
    font-size: 0.875rem;
    color: #7b7e86;
    display: block;
    margin-bottom: 0.375rem;
}
.added-to-basket__title {
    font-size: 1.3125rem;
    color: #3e3f43;
    font-family: "Georgia", serif;
    margin-bottom: 1.5rem;
}
.added-to-basket__qty {
    position: relative;
    padding-top: 1.1875rem;
    font-size: 0.875rem;
    color: #7b7e86;
    margin-bottom: 0.25rem;
}
.added-to-basket__qty:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 9.25rem;
    height: 0.0625rem;
    background-color: #d7d8dc;
}
.added-to-basket__price {
    font-size: 2rem;
    font-weight: 700;
    color: #1f2022;
    margin-bottom: 1.5rem;
}
.added-to-basket__buy {
    width: 16.5625rem;
    height: 3rem;
    margin-bottom: 1.5rem;
}
.added-to-basket__continue {
    font-size: 0.875rem;
    color: #ff5e00;
}
.basket__bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: 0.0625rem solid #ebecee;
    padding: 0 1rem;
    height: 2.5rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
    .basket__bar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0;
        margin-top: -12px;
        height: auto;
    }
}
.basket__bar-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 767px) {
    .basket__bar-select {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        border: 1px solid #ebecee;
        border-radius: 2px;
        padding: 12px 8px;
        width: 100%;
    }
}
.basket__bar-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.8125rem;
    color: #7b7e86;
}
.basket__bar-all .checkbox {
    margin-right: 0.5rem;
}
.basket__bar-remove {
    font-size: 0.8125rem;
    color: #7b7e86;
    margin-left: 3rem;
}
.basket__bar-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .basket__bar-links {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.basket__bar-link {
    font-size: 0.8125rem;
    color: #7b7e86;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .basket__bar-link {
        margin-right: 24px;
        margin-bottom: 12px;
    }
}
.basket__bar-link + .basket__bar-link {
    margin-left: 2rem;
}
@media (max-width: 767px) {
    .basket__bar-link + .basket__bar-link {
        margin-left: 0;
    }
}
.basket__bar-link svg {
    margin-right: 0.5rem;
}
.basket__table-n-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
@media (max-width: 767px) {
    .basket__table-n-total {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.basket__table-wrapper {
    width: 100%;
}
.basket__table {
    width: 100%;
}
@media (max-width: 767px) {
    .basket__table {
        display: block;
        border-top: 0.0625rem solid #ebecee;
    }
}
.basket__table tr {
    border-bottom: 0.0625rem solid #ebecee;
}
@media (max-width: 767px) {
    .basket__table tr {
        display: block;
        padding: 16px 0;
        padding-left: 90px;
        padding-right: 30px;
        position: relative;
    }
    .basket__table tr:first-of-type {
        display: none;
    }
}
.basket__table th {
    font-size: 0.625rem;
    color: #9a9ea8;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    padding: 0.625rem 0;
    padding-left: 0.8125rem;
    text-align: left;
}
@media (max-width: 767px) {
    .basket__table th {
        display: none;
    }
}
.basket__table td {
    padding: 0.5rem 0;
    padding-left: 0.8125rem;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .basket__table td {
        display: block;
        padding: 0;
    }
}
@media (max-width: 767px) {
    .basket__product-td-chckbx {
        position: absolute;
        left: 8px;
        top: 16px;
    }
}
.basket__product-img-n-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .basket__product-img-n-name {
        display: block;
    }
}
.basket__product-img {
    display: block;
    width: 2.5rem;
    border: 0.0625rem solid #ebecee;
    border-radius: 0.125rem;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .basket__product-img {
        position: absolute;
        left: 32px;
        top: 16px;
        width: 48px;
    }
}
.basket__product-img img {
    display: block;
    width: 100%;
    height: auto;
}
.basket__product-name {
    display: block;
    padding-left: 0.625rem;
    font-size: 0.8125rem;
    color: #1f2022;
    font-weight: 600;
}
@media (max-width: 767px) {
    .basket__product-name {
        padding-left: 0;
        margin-bottom: 8px;
    }
}
.basket__mobile-caption {
    display: none;
}
@media (max-width: 767px) {
    .basket__mobile-caption {
        display: inline-block;
    }
}
.basket__product-art {
    font-size: 0.8125rem;
    color: #5c5f65;
    white-space: nowrap;
}
@media (max-width: 767px) {
    .basket__product-art {
        font-size: 11px;
        margin-bottom: 4px;
    }
}
.basket__product-fave {
    display: block;
    width: 0.875rem;
}
@media (max-width: 767px) {
    .basket__product-fave {
        position: absolute;
        left: 50px;
        top: 80px;
    }
}
.basket__product-fave svg {
    display: block;
    width: 100%;
    height: auto;
}
.basket__product-price {
    font-size: 0.8125rem;
    color: #5c5f65;
    white-space: nowrap;
}
@media (max-width: 767px) {
    .basket__product-price {
        font-size: 11px;
        margin-bottom: 4px;
    }
}
@media (max-width: 767px) {
    .basket__product-td-qty {
        margin-top: 14px;
    }
}
.basket__product-qty {
    border: 0.0625rem solid #ebecee;
    border-radius: 0.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0.125rem;
    width: 5.6875rem;
}
.basket__product-qty-btn {
    width: 1.75rem;
    height: 1.75rem;
    border: 0;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.basket__product-qty-input {
    width: 100%;
    text-align: center;
    border: 0;
    font-size: 0.875rem;
    padding-bottom: 0.0625rem;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.basket__product-total {
    font-size: 0.875rem;
    font-weight: 700;
    color: #1f2022;
    white-space: nowrap;
}
@media (max-width: 767px) {
    .basket__product-total {
        margin-top: -22px;
        margin-left: 120px;
        float: left;
    }
}
@media (max-width: 767px) {
    .basket__product-td-remove {
        position: absolute;
        right: 0;
        top: 16px;
    }
}
.basket__product-remove {
    display: block;
    width: 1.0625rem;
}
.basket__product-remove svg {
    display: block;
    width: 100%;
    height: auto;
}
.basket__total {
    margin-left: 1.5rem;
    width: 16.25rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #f4f5f7;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
@media (max-width: 767px) {
    .basket__total {
        width: 100%;
        margin-left: 0;
        margin-top: 24px;
    }
}
.basket__total.--bottom {
    position: relative;
    display: flex;
    top: 0;
    margin-left: 0;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}
.basket__total.--bottom .basket__total-btn {
    width: 15rem;
}
.basket__total.--bottom .basket__total-items-n-price {
    margin-bottom: 0;
}
.basket__total-title {
    font-size: 1.3125rem;
    padding: 1.5rem;
    font-weight: 700;
    color: #1f2022;
    font-family: "Georgia", serif;
}
.basket__total-items-n-price {
    border-left: 0.125rem solid #ff5e00;
    padding-left: 1.375rem;
    margin-bottom: 1rem;
}
.basket__total-items {
    font-size: 0.875rem;
    color: #3e3f43;
}
.basket__total-items span {
    color: #9a9ea8;
}
.basket__total-ptice {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2022;
    margin-top: 0.25rem;
}
.basket__total-text {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 0.8125rem;
    color: #7b7e86;
    margin-bottom: 1.5rem;
}
.basket__total-btn {
    width: 100%;
    height: 3rem;
    font-size: 1rem;
}
.card__fave-n-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
}
.card__fave {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.card__fave-ico {
    width: 0.875rem;
    margin-right: 0.5rem;
}
.card__fave-ico svg {
    display: block;
    width: 100%;
    height: auto;
}
.card__fave-text {
    font-size: 0.8125rem;
    color: #3e3f43;
}
.card__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.card__share-text {
    font-size: 0.8125rem;
    color: #5c5f65;
    margin-right: 1rem;
}
@media (max-width: 767px) {
    .card__share-text {
        display: none;
    }
}
.card__share-item {
    width: 1.5rem;
}
.card__share-item + .card__share-item {
    margin-left: 0.5rem;
}
.card__share-item img {
    display: block;
    width: 100%;
    height: auto;
}
.card__imgs-n-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
@media (max-width: 767px) {
    .card__imgs-n-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.card__imgs {
    width: 26.875rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.5rem;
}
@media (min-width: 768px) and (max-width: 991px) {
    .card__imgs {
        width: 250px;
    }
}
@media (max-width: 767px) {
    .card__imgs {
        width: 100%;
    }
}
.card__imgs-big {
    border: 0.0625rem solid #ebecee;
    margin-bottom: 0.5rem;
}
.card__imgs-big img {
    display: block;
    width: 100%;
    height: auto;
}
.card__imgs-previews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 0.5rem);
    margin-right: -0.5rem;
}
.card__imgs-preview {
    width: calc(25% - 0.5rem);
    margin-right: 0.5rem;
    border: 0.0625rem solid #ebecee;
    display: block;
    margin-bottom: 0.5rem;
    border-radius: 0.125rem;
}
.card__imgs-preview.--active {
    border: 0.125rem solid #ff5e00;
}
.card__imgs-preview img {
    display: block;
    width: 100%;
    height: auto;
}
.card__content {
    border-top: 0.0625rem solid #ebecee;
}
@media (max-width: 767px) {
    .card__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-top: 0;
    }
}
.card__data-n-payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 0;
}
@media (max-width: 767px) {
    .card__data-n-payment {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        border-top: 1px solid #ebecee;
        border-bottom: 1px solid #ebecee;
    }
}
.card__data-item {
    color: #5c5f65;
    display: block;
    font-size: 0.862rem;
}
.card__data-item + .card__data-item {
    margin-top: 0.5rem;
}
.card__data-item span {
    display: inline-block;
    width: 5rem;
    color: #aeb1b9;
}
.card__data-item.--art strong {
    font-size: 1rem;
    color: #1f2022;
}
.card__payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.fav_wrapper{
    margin-top: 10px;
}
@media (max-width: 767px) {
    .card__payment {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .card__data-item{
        font-size: .6rem;
    }
}
.card__payment-caption {
    color: #5c5f65;
    font-size: 0.8125rem;
    margin-right: 0.75rem;
}
@media (max-width: 767px) {
    .card__payment-caption {
        margin-bottom: 4px;
    }
}
.card__payment-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.card__payment-item {
    max-width: 35px;
}
.card__payment-item + .card__payment-item {
    margin-left: 0.5rem;
}
.card__payment-item img {
    display: block;
    max-width: 100%;
    height: auto;
}
.card__buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5rem 0;
    border-top: 0.0625rem solid #ebecee;
    border-bottom: 0.0625rem solid #ebecee;
    margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
    .card__buy {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1px;
        order: 1px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        border: 0;
        padding-top: 16px;
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .card__buy-price-n-store {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 16px;
    }
}
.card__buy-price {
    font-size: 2rem;
    font-weight: 700;
    color: #1f2022;
    margin-bottom: 0.375rem;
}
@media (max-width: 767px) {
    .card__buy-price {
        margin-right: 24px;
    }
}
.card__buy-price span {
    font-size: 1.3rem;
}
.card__buy-store {
    color: #1d9553;
    font-size: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.card__buy-store svg {
    margin-right: 0.5rem;
    width: 0.5625rem;
    height: auto;
    display: block;
}
.card__buy-qty-n-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.card__buy-qty {
    border: 0.0625rem solid #ebecee;
    border-radius: 0.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0.125rem;
    width: 8.8rem;
}
.card__buy-qty-btn {
    width: 2.375rem;
    height: 2.75rem;
    border: 0;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.card__buy-qty-input {
    width: 100%;
    text-align: center;
    border: 0;
    font-size: 1rem;
    padding-bottom: 0.125rem;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.card__buy-btn {
    width: 9.6875rem;
    height: 3rem;
    margin-left: 0.5rem;
    padding-bottom: 0.125rem;
}
.card__buy-remove {
    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;
}
@media (max-width: 767px) {
    .card__buy-remove {
        margin-top: 22px;
    }
}
.card__buy-remove-ico {
    width: 2rem;
    position: relative;
}
.card__buy-remove-ico img {
    width: 100%;
    height: auto;
    display: block;
}
.card__buy-remove-badge {
    position: absolute;
    top: -0.3125rem;
    right: -0.375rem;
    font-size: 0.6875rem;
    line-height: 1rem;
    font-weight: 700;
    background-color: #ff5e00;
    padding: 0 0.3125rem;
    color: #fff;
    border-radius: 6.25rem;
}
.card__buy-remove-text {
    font-size: 0.8125rem;
    color: #3e3f43;
    margin-left: 0.625rem;
}
.card__description {
    font-size: 0.875rem;
    line-height: 1.5;
    color: #5c5f65;
}
@media (max-width: 767px) {
    .card__description {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding-top: 24px;
    }
}
.card__description__title {
    font-size: 1.3125rem;
    font-weight: 700;
    color: #1f2022;
    margin-bottom: 1rem;
    font-family: "Georgia", serif;
}
.card__foto-video {
    border-top: 0.0625rem solid #ebecee;
    padding-top: 3.5rem;
    margin-top: 4rem;
}
.card__foto-video-title {
    font-size: 1.3125rem;
    font-weight: 700;
    color: #1f2022;
    margin-bottom: 1rem;
    font-family: "Georgia", serif;
    margin-bottom: 2rem;
}
.card__foto-video-cont img {
    display: block;
    width: 100%;
    height: auto;
}
.cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 1rem);
}
@media (max-width: 767px) {
    .cards {
        width: calc(100% + 4px);
    }
}
.cards__card {
    width: calc(25% - 1rem);
    margin-right: 1rem;
    margin-bottom: 1rem;
    border: 0.0625rem solid #ebecee;
    position: relative;
    transition: all 0.4s;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}
.cards__card.--five {
    width: calc(20% - 1rem);
}
.cards__card:hover {
    border: 0.0625rem solid #fff;
    -webkit-box-shadow: 0 6px 38px rgba(0, 0, 0, 0.07), 0 2.50666px 15.8755px rgba(0, 0, 0, 0.0503198), 0 1.34018px 8.4878px rgba(0, 0, 0, 0.0417275), 0 0.75129px 4.75819px rgba(0, 0, 0, 0.035),
        0 0.39901px 2.52704px rgba(0, 0, 0, 0.0282725), 0 0.16603px 1.05156px rgba(0, 0, 0, 0.0196802);
    box-shadow: 0 6px 38px rgba(0, 0, 0, 0.07), 0 2.50666px 15.8755px rgba(0, 0, 0, 0.0503198), 0 1.34018px 8.4878px rgba(0, 0, 0, 0.0417275), 0 0.75129px 4.75819px rgba(0, 0, 0, 0.035), 0 0.39901px 2.52704px rgba(0, 0, 0, 0.0282725),
        0 0.16603px 1.05156px rgba(0, 0, 0, 0.0196802);
}
@media (min-width: 992px) and (max-width: 1229px) {
    .cards__card {
        width: calc(33.33% - 1rem);
    }
    .cards__card.--five {
        width: calc(25% - 1rem);
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .cards__card {
        width: calc(33.33% - 1rem);
    }
    .cards__card.--five {
        width: calc(33.33% - 1rem);
    }
}
@media (max-width: 767px) {
    .cards__card {
        width: calc(50% - 4px);
        margin-right: 4px;
        margin-bottom: 4px;
    }
    .cards__card.--five {
        width: calc(50% - 4px);
    }
}
.cards__article {
    font-size: 0.7rem;
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    color: #aeb1b9;
    padding-right: 1rem;
}
.cards__fav {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 1rem;
    cursor: pointer;
    z-index: 9;
}
.cards__fav svg {
    width: 100%;
    display: block;
    height: auto;
}
.cards__img {
    display: block;
    padding: 0;
    border-bottom: 0.0625rem solid #ebecee;
    padding-top: 100%;
    position: relative;
}
.cards__img img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.cards__title {
    display: block;
    padding: 0.5rem;
    font-family: "Georgia", serif;
    color: #3e3f43;
    font-size: 0.875rem;
    line-height: 120%;
}
.cards__qty-n-price {
    margin-top: auto;
    padding: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cards__qty {
    width: 48%;
    border: 0.0625rem solid #ebecee;
    border-radius: 0.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0.125rem;
}
.cards__qty-btn {
    width: 1.5rem;
    height: 1.5rem;
    border: 0;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.cards__qty-input {
    width: 100%;
    text-align: center;
    border: 0;
    font-size: 0.875rem;
    padding-bottom: 0.125rem;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.cards__price {
    font-size: 1rem;
    font-weight: 700;
    color: #1f2022;
    margin-left: auto;
    margin-right: auto;
}
span.cards__price-currency {
    font-size: 0.7rem;
    margin-left: 0.2rem;
}
.cards__buy-n-add {
    padding: 0.5rem;
    width: 100%;
}
.cards__buy-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cards__buy {
    width: 48%;
    font-size: 0.8125rem;
    height: 2rem;
    border-radius: 0.125rem;
}
.cards__inform-when-available {
    width: 100%;
    font-size: 0.8125rem;
    height: 2rem;
    border-radius: 0.125rem;
    background-color: transparent;
    border: 0.0625rem solid #ff5e00;
    color: #ff5e00;
    border-radius: 0.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 320ms;
    cursor: pointer;
}
.cards__inform-when-available:hover {
    background-color: #e65500;
    color: #fff;
}
.cards__add-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cards__add {
    width: 48%;
    font-size: 0.8125rem;
    height: 2rem;
    border-radius: 0.125rem;
}
.cards__remove {
    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;
    width: 52%;
}
.cards__remove-ico {
    width: 1.5rem;
    position: relative;
}
@media (max-width: 767px) {
    .cards__remove-ico {
        width: 20px;
    }
}
.cards__remove-ico svg {
    width: 100%;
    height: auto;
    display: block;
}
.cards__remove-badge {
    position: absolute;
    top: -0.3125rem;
    right: -0.375rem;
    font-size: 0.5625rem;
    line-height: 0.75rem;
    font-weight: 700;
    background-color: #ff5e00;
    padding: 0 0.3125rem;
    color: #fff;
    border-radius: 6.25rem;
}
.cards__remove-text {
    font-size: 0.75rem;
    color: #3e3f43;
    margin-left: 0.625rem;
}
.catalog__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 767px) {
    .catalog__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.catalog__mobile-filter-toggle {
    display: none;
    height: 40px;
    width: 100%;
    border: 1px solid #ebecee;
    position: relative;
    margin-bottom: 24px;
}
@media (max-width: 767px) {
    .catalog__mobile-filter-toggle {
        display: block;
    }
}
.catalog__mobile-filter-toggle-ico {
    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;
    width: 40px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 8px;
    border-right: 1px solid #ebecee;
}
.catalog__mobile-filter-toggle-text {
    font-size: 14px;
    color: #1f2022;
    line-height: 38px;
    position: absolute;
    left: 55px;
    top: 0;
}
.catalog__sidebar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 14.1875rem;
    margin-right: 1.5rem;
}
@media (max-width: 767px) {
    .catalog__sidebar {
        width: 100%;
        margin-right: 0;
        display: none;
    }
}
.catalog__content {
    width: 100%;
}
.catalog__sidebar-section {
    border-bottom: 0.0625rem solid #ebecee;
    padding-bottom: 1.5rem;
}
.catalog__sidebar-section + .catalog__sidebar-section {
    padding-top: 1.5rem;
}
.catalog__sidebar-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1f2022;
    margin-bottom: 1rem;
}
.catalog__sidebar-categories-item {
    display: block;
    padding: 0.375rem 0.5rem 0.375rem 1rem;
    position: relative;
    line-height: 1.1;
    font-size: 0.75rem;
    color: #3e3f43;
    border-radius: 0.25rem;
}
.catalog__sidebar-categories-item:hover {
    background-color: #ebecee;
}
.catalog__sidebar-categories-item.--parent:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.625rem;
    width: 0.625rem;
    height: 0.4375rem;
    background-image: url(../images/catalog__sidebar-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.catalog__sidebar-categories-item.--active {
    background-color: #9a9ea8;
    color: #fff;
    pointer-events: none;
}
.catalog__sidebar-price-input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.catalog__sidebar-price-input {
    width: calc(50% - 0.625rem);
    position: relative;
}
.catalog__sidebar-price-input input {
    border: 0.0625rem solid #d7d8dc;
    border-radius: 0.125rem;
    padding-left: 1.5rem;
    height: 2rem;
    font-size: 0.875rem;
    color: #3e3f43;
    width: 100%;
}
.catalog__sidebar-price-input-caption {
    font-size: 0.6875rem;
    color: #9a9ea8;
    position: absolute;
    left: 0.375rem;
    top: 0.5rem;
}
.catalog__sidebar-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.75rem;
}
.catalog__sidebar-checkbox .checkbox {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.5rem;
}
.catalog__sidebar-checkbox-text {
    font-size: 0.875rem;
    color: #3e3f43;
}
.catalog__sidebar-show-more {
    height: 1.75rem;
    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: 0.8125rem;
    color: #ff5e00;
    font-weight: 700;
    background-color: #f4f5f7;
}
.catalog__sidebar-show-more img {
    width: 0.8125rem;
    height: auto;
    display: block;
    margin-right: 0.5rem;
}
.checkout__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .checkout__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.checkout__cont {
    width: 44.5rem;
    margin-right: 2.5rem;
}
@media (max-width: 767px) {
    .checkout__cont {
        width: 100%;
        margin-right: 0;
    }
}
.checkout__title {
    font-size: 1rem;
    font-weight: 700;
    color: #1f2022;
    margin-top: 0;
    margin-bottom: 1.25rem;
    margin-top: 2rem;
}
.checkout__title:first-child {
    margin-top: 0;
}
.checkout__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 2rem);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .checkout__user {
        width: 100%;
    }
}
.checkout__user-fieldset {
    width: 50%;
    padding-right: 2rem;
    margin-bottom: 1rem;
}
@media (max-width: 767px) {
    .checkout__user-fieldset {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 0;
    }
}
.checkout__user-label {
    font-size: 0.875rem;
    color: #3e3f43;
    margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
    .checkout__user-label {
        width: 80px;
    }
}
.checkout__user-label span {
    color: #ff5e00;
}
.checkout__user-input {
    width: 100%;
}
@media (max-width: 767px) {
    .checkout__user-input {
        width: calc(100% - 80px);
    }
}
.checkout__user-input input {
    width: 100%;
    height: 2.5rem;
    border-radius: 0.25rem;
    border: 0.0625rem solid #d7d8dc;
    padding-left: 0.75rem;
    font-size: 0.875rem;
}
.checkout__cont #order_form_content .user_type label.active {
    border: 1px solid #eee;
    border-bottom: 0;
}
.location-block-wrapper .bx-sls .bx-ui-sls-fake,
.location-block-wrapper .bx-sls .bx-ui-sls-route,
.location-block-wrapper .bx-sls .bx-ui-sls-container {
    height: 2.35rem;
}
.location-block-wrapper .bx-sls .dropdown-block {
    height: 2.5rem;
    border-radius: 0.25rem;
    border: 0.0625rem solid #d7d8dc;
    box-shadow: none;
}
.location-block-wrapper .bx-sls .dropdown-icon {
    top: 0.8rem;
}
.location-block-wrapper .bx-sls .bx-ui-sls-clear {
    top: 0.3rem;
}
.checkout__user-caption {
    font-size: 0.8125rem;
    color: #9a9ea8;
    margin-top: 0.5rem;
}
@media (max-width: 767px) {
    .checkout__user-caption {
        width: calc(100% - 80px);
        margin-left: 80px;
    }
}
.checkout__checkbox-wrapper {
    border-top: 0.0625rem solid #ebecee;
    border-bottom: 0.0625rem solid #ebecee;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.checkout__checkbox-wrapper + .checkout__checkbox-wrapper {
    border-top: none;
}
.checkout__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 0;
    cursor: pointer;
}
.checkout__checkbox-text {
    font-size: 0.875rem;
    color: #1f2022;
    margin-left: 0.375rem;
    font-weight: 700;
}
.checkout__tabs-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 2rem;
    border-bottom: 0.0625rem solid #d7d8dc;
}
@media (max-width: 767px) {
    .checkout__tabs-btns {
        border: 0;
        padding: 16px;
        border-radius: 4px;
        background-color: #f4f5f7;
        display: block;
    }
}
.checkout__tabs-btn {
    margin-bottom: -0.0625rem;
    border: 0.0625rem solid #ebecee;
    border-bottom: 0.0625rem solid #d7d8dc;
    border-radius: 0.25rem 0.25rem 0 0;
    background-color: #ebecee;
    font-size: 0.875rem;
    color: #9a9ea8;
    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.8125rem 1.125rem 1rem;
}
@media (max-width: 767px) {
    .checkout__tabs-btn {
        display: block;
        border: 0;
        padding: 0;
        padding-left: 24px;
        position: relative;
        background-color: transparent;
        color: #1f2022;
    }
    .checkout__tabs-btn:before {
        content: "";
        position: absolute;
        left: 0;
        top: -1px;
        width: 14px;
        height: 14px;
        border: 1px solid #c2c5cb;
        border-radius: 100px;
        background-color: #fff;
    }
}
.checkout__tabs-btn:hover {
    background-color: #d7d8dc;
    color: #1f2022;
}
@media (max-width: 767px) {
    .checkout__tabs-btn:hover {
        background-color: transparent;
    }
}
.checkout__tabs-btn.--active {
    border: 0.0625rem solid #d7d8dc;
    border-bottom: 0.0625rem solid #fff;
    background-color: #fff;
    color: #1f2022;
    pointer-events: none;
}
@media (max-width: 767px) {
    .checkout__tabs-btn.--active {
        border: 0;
        background-color: transparent;
        pointer-events: all;
    }
    .checkout__tabs-btn.--active:before {
        border-color: #ff5e00;
    }
    .checkout__tabs-btn.--active:after {
        content: "";
        width: 12px;
        height: 12px;
        border-radius: 100px;
        background-color: #ff5e00;
        position: absolute;
        left: 2px;
        top: 1px;
    }
}
.checkout__tabs-btn + .checkout__tabs-btn {
    margin-left: 0.125rem;
}
@media (max-width: 767px) {
    .checkout__tabs-btn + .checkout__tabs-btn {
        margin-left: 0;
        margin-top: 16px;
    }
}
.checkout__delivery-type {
    width: 26.875rem;
    margin-bottom: 2rem;
}
@media (max-width: 767px) {
    .checkout__delivery-type {
        width: 100%;
    }
}
.checkout__delivery-type-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 0.875rem;
    color: #3e3f43;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.checkout__delivery-type-item + .checkout__delivery-type-item {
    margin-top: 1rem;
}
.checkout__delivery-type-left {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0.75rem;
    flex-shrink: 0;
}
.checkout__delivery-type-left .radio {
    margin-right: 0.75rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.checkout__delivery-type-name {
    font-size: 0.875rem;
}
.checkout__delivery-type-line {
    border-top: 0.0625rem solid #ebecee;
    width: 100%;
}
.checkout__delivery-type-price {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 0.875rem;
    font-weight: 700;
    color: #3e3f43;
    margin-left: 0.75rem;
    flex-shrink: 0;
}
.checkout__field-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 2rem);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .checkout__field-row {
        width: calc(100% + 16px);
    }
}
.checkout__field-row .checkout__field-item {
    width: 50%;
    padding-right: 2rem;
}
@media (max-width: 767px) {
    .checkout__field-row .checkout__field-item {
        padding-right: 16px;
    }
}
.checkout__field-item {
    margin-bottom: 1rem;
}
.checkout__field-label {
    font-size: 0.875rem;
    color: #3e3f43;
    margin-bottom: 0.5rem;
}
.checkout__field-label span {
    color: #ff5e00;
}
.checkout__field-input {
    width: 100%;
}
.checkout__field-input input {
    width: 100%;
    height: 2.5rem;
    border-radius: 0.25rem;
    border: 0.0625rem solid #d7d8dc;
    padding-left: 0.75rem;
    font-size: 0.875rem;
}
.checkout__field-item select {
    width: 100%;
    height: 2.5rem;
    border-radius: 0.25rem;
    border: 0.0625rem solid #d7d8dc;
    padding-left: 0.75rem;
    font-size: 0.875rem;
}
.checkout__field-input textarea {
    width: 100%;
    height: 5.5rem;
    border-radius: 0.25rem;
    border: 0.0625rem solid #d7d8dc;
    padding-left: 0.75rem;
    font-size: 0.875rem;
}
.checkout__footer-caption {
    border-top: 0.0625rem solid #ebecee;
    border-bottom: 0.0625rem solid #ebecee;
    padding: 1rem 0;
    font-size: 0.875rem;
    color: #3e3f43;
}
.checkout__footer-btns {
    margin-top: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.checkout__footer-btn {
    width: 13.25rem;
    height: 3rem;
    font-size: 0.875rem;
}
@media (max-width: 767px) {
    .checkout__footer-btn.btn-3 {
        background-color: transparent;
        width: auto;
    }
}
.checkout__total {
    background-color: #f4f5f7;
    width: 16.25rem;
    padding: 1.5rem;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
@media (max-width: 767px) {
    .checkout__total {
        width: 100%;
        margin-top: 32px;
    }
}
.checkout__total-title {
    font-size: 1.3125rem;
    font-family: "Georgia", serif;
    color: #1f2022;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1.25rem;
}
.checkout__total-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: url(../images/dash-line.svg);
    background-repeat: repeat-x;
    background-position-y: 1.25rem;
    margin-bottom: 0.75rem;
}
.checkout__total-key {
    background-color: #f4f5f7;
    padding-right: 0.5rem;
    line-height: 1.5rem;
    font-size: 0.875rem;
    color: #3e3f43;
}
.checkout__total-val {
    background-color: #f4f5f7;
    padding-left: 0.5rem;
    line-height: 1.5rem;
    font-size: 0.875rem;
    color: #3e3f43;
}
.checkout__total-val.--price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2022;
}
.checkout__total-total {
    border-top: 0.0625rem solid #d7d8dc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 1rem;
    margin-top: 1rem;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.checkout__total-btn {
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    font-weight: 700;
    margin-top: 1.5rem;
}
.city-select {
    width: 39rem;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
}
@media (max-width: 767px) {
    .city-select {
        width: 100%;
    }
}
.city-select__title {
    padding: 1.5rem 2rem;
    font-family: "Georgia", serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2022;
}
@media (max-width: 767px) {
    .city-select__title {
        padding-left: 16px;
        padding-right: 16px;
    }
}
.city-select__search {
    padding: 1rem 2rem;
    background-color: #f4f5f7;
}
@media (max-width: 767px) {
    .city-select__search {
        padding-left: 16px;
        padding-right: 16px;
    }
}
.city-select__search-inner {
    position: relative;
}
.city-select__search-input {
    border: 0.125rem solid #ff5e00;
    font-size: 0.875rem;
    color: #1f2022;
    height: 3rem;
    width: 100%;
    padding-left: 0.5rem;
}
.city-select__search-input::-webkit-input-placeholder {
    color: #9a9ea8;
    font-style: italic;
}
.city-select__search-input:-ms-input-placeholder {
    color: #9a9ea8;
    font-style: italic;
}
.city-select__search-input::-ms-input-placeholder {
    color: #9a9ea8;
    font-style: italic;
}
.city-select__search-input::placeholder {
    color: #9a9ea8;
    font-style: italic;
}
.city-select__search-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;
    width: 3rem;
    height: 3rem;
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
}
.city-select__search-btn svg {
    width: 0.875rem;
    height: auto;
    display: block;
}
.city-select__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.city-select__regions {
    width: 13.75rem;
    border-right: 0.0625rem solid #ebecee;
    height: 26.75rem;
    padding: 1rem 0;
    overflow-y: scroll;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .city-select__regions {
        width: 40%;
    }
}
.city-select__regions-item {
    font-size: 0.875rem;
    font-weight: 700;
    color: #1f2022;
    padding: 0.75rem 1.5rem;
    display: block;
}
@media (max-width: 767px) {
    .city-select__regions-item {
        font-size: 12px;
        padding-left: 12px;
        padding-right: 12px;
    }
}
.city-select__regions-item.--active {
    background-color: #ff5e00;
    color: #fff;
}
.city-select__city {
    padding: 1rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.city-select__city-item {
    font-size: 0.875rem;
    color: #1f2022;
    display: block;
    padding: 0.75rem 0;
    width: 50%;
}
@media (max-width: 767px) {
    .city-select__city-item {
        font-size: 12px;
        padding: 6px 0;
    }
}
.color-select {
    width: 37.5rem;
    padding: 1.5rem 2rem;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
}
@media (max-width: 767px) {
    .color-select {
        width: 100%;
        padding: 24px 16px;
    }
}
.color-select__title {
    font-family: "Georgia", serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2022;
    margin-bottom: 2rem;
}
@media (max-width: 767px) {
    .color-select__title {
        font-size: 21px;
    }
}
.color-select__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.color-select__item {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.color-select__item + .color-select__item {
    margin-top: 1rem;
}
.color-select__item:hover .color-select__item-text {
    color: #ff5e00;
}
.color-select__item-preview {
    margin-right: 1rem;
    width: 2rem;
    height: 2rem;
    border-radius: 6.25rem;
}
@media (max-width: 767px) {
    .color-select__item-preview {
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }
}
.color-select__item-text {
    font-size: 0.875rem;
    color: #1f2022;
}
@media (max-width: 767px) {
    .color-select__item-text {
        font-size: 13px;
    }
}
.contacts__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 0.0625rem solid #ebecee;
    padding-top: 2.5rem;
}
@media (max-width: 767px) {
    .contacts__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.contacts__sidebar {
    width: 16.25rem;
    margin-right: 1.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .contacts__sidebar {
        width: 100%;
    }
}
.contacts__section {
    padding-bottom: 1rem;
}
.contacts__section + .contacts__section {
    padding-top: 1rem;
    border-top: 0.0625rem solid #ebecee;
}
.contacts__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 1.5rem;
}
.contacts__tel a {
    font-size: 0.875rem;
    font-weight: 700;
    color: #1f2022;
    display: block;
}
.contacts__tel-free {
    font-size: 0.75rem;
    color: #1d9553;
    margin-left: 0.875rem;
}
.contacts__messengers {
    margin-left: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contacts__messengers a {
    display: block;
    width: 1.5rem;
    margin-right: 0.375rem;
}
.contacts__messengers a img {
    display: block;
    width: 100%;
    height: auto;
}
.contacts__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.8125rem;
}
.contacts__time-item {
    font-size: 0.75rem;
    color: #9a9ea8;
    text-transform: uppercase;
}
.contacts__time-item + .contacts__time-item {
    margin-left: 0.75rem;
}
.contacts__mail {
    font-size: 0.875rem;
    color: #5c5f65;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contacts__mail svg {
    margin-right: 0.5rem;
}
.contacts__title {
    font-size: 0.875rem;
    color: #1f2022;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.contacts__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contacts__social-item {
    display: block;
    width: 2rem;
}
.contacts__social-item + .contacts__social-item {
    margin-left: 0.5rem;
}
.contacts__social-item img {
    width: 100%;
    height: auto;
    display: block;
}
.contacts__data {
    font-size: 0.875rem;
    color: #5c5f65;
    line-height: 1.2;
}
.contacts__data p {
    margin: 0;
}
.contacts__data p + p {
    margin-top: 0.5rem;
}
.contacts__map {
    width: 100%;
    height: 28.125rem;
}
.contacts__map.fullscreen {
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}
.contacts__map-title {
    font-size: 0.875rem;
    font-weight: 700;
    color: #1f2022;
    margin-bottom: 0.4375rem;
    padding-top: 0.375rem;
}
.contacts__map-captio {
    font-size: 0.875rem;
    color: #5c5f65;
    margin-bottom: 24px;
}
.expand-button {
    width: 15px;
    margin: 0 -5px;
    margin-top: 2px;
}
.delivery__min {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0.5rem;
    border: 0.0625rem solid #ff5e00;
    border-radius: 6.25rem;
    margin-bottom: 2rem;
}
.delivery__min-ico {
    width: 1.5rem;
}
.delivery__min-ico svg {
    display: block;
    width: 100%;
    height: auto;
}
.delivery__min-text {
    font-size: 0.875rem;
    color: #ff5e00;
    padding-left: 1rem;
    padding-right: 2rem;
}
.delivery__section {
    padding-bottom: 2.5rem;
    font-size: 0.875rem;
    color: #5c5f65;
    line-height: 1.5;
}
.delivery__section + .delivery__section {
    border-bottom: 0.0625rem solid #ebecee;
    padding-top: 2.5rem;
}
.delivery__section ul {
    margin-top: 1rem;
}
@media (max-width: 767px) {
    .delivery__section ul {
        margin-top: 8px;
    }
}
.delivery__section ul li {
    padding-left: 1rem;
    position: relative;
    margin-bottom: 1rem;
    color: #1f2022;
    font-size: 0.875rem;
}
@media (max-width: 767px) {
    .delivery__section ul li {
        margin-bottom: 8px;
    }
}
.delivery__section ul li:before {
    content: "";
    width: 0.1875rem;
    height: 0.1875rem;
    background-color: #ff5e00;
    border-radius: 0.625rem;
    display: block;
    position: absolute;
    left: 0;
    top: 0.625rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.delivery__section strong {
    font-weight: 700;
}
.delivery__title {
    font-size: 1.3125rem;
    font-weight: 700;
    color: #1f2022;
    font-family: "Georgia", serif;
    margin-top: 0;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 767px) {
    .delivery__title {
        font-size: 18px;
        line-height: 1.1;
    }
}
.delivery__title svg {
    width: 1.0625rem;
    height: auto;
    display: block;
    margin-right: 0.875rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: -0.125rem;
}
.delivery__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .delivery__cols {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.delivery__col {
    width: calc(33.33% - 1.5rem);
}
@media (max-width: 767px) {
    .delivery__col {
        width: 100%;
    }
    .delivery__col + .delivery__col {
        margin-top: 16px;
    }
}
.delivery__col-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1f2022;
    font-family: "Georgia", serif;
    margin-bottom: 1rem;
}
@media (max-width: 767px) {
    .delivery__col-title {
        margin-bottom: 2px;
    }
}
.delivery__list-caption {
    font-size: 0.8125rem;
    font-style: italic;
    color: #5c5f65;
    margin-top: 0.25rem;
    display: block;
}
@media (max-width: 767px) {
    .delivery__list-caption {
        line-height: 1.1;
        margin-top: 2px;
    }
}
.delivery__map {
    height: 25rem;
}
.footer {
    margin-top: auto;
    padding-top: 6rem;
}
.footer__top {
    background-color: #f4f5f7;
    padding: 2.5rem 0;
}
@media (max-width: 767px) {
    .footer__top {
        padding-bottom: 8px;
    }
}
.footer__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 767px) {
    .footer__cols {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.footer__col {
    width: 25%;
}
@media (max-width: 767px) {
    .footer__col {
        width: 50%;
        margin-bottom: 24px;
    }
    .footer__col:last-of-type {
        width: 100%;
    }
}
.footer__title {
    font-size: 0.875rem;
    font-weight: 700;
    color: #1f2022;
    margin-bottom: 1rem;
}
@media (max-width: 767px) {
    .footer__title {
        font-size: 12px;
        margin-bottom: 8px;
    }
}
.footer__nav-item {
    display: block;
    font-size: 0.8125rem;
    color: #5c5f65;
    display: block;
}
@media (max-width: 767px) {
    .footer__nav-item {
        font-size: 12px;
    }
}
.footer__nav-item + .footer__nav-item {
    margin-top: 0.5rem;
}
.footer__payment {
    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;
}
.footer__payment img {
    margin-bottom: 0.5rem;
    margin-right: 1rem;
}
.footer__bottom {
    background-color: #ebecee;
    padding: 2rem 0;
}
@media (max-width: 767px) {
    .footer__bottom {
        padding-bottom: 48px;
    }
    .footer__bottom .footer__col {
        width: 100%;
        padding: 2px 0;
        margin-bottom: 16px;
        text-align: center;
        margin: 7px auto;
    }
    .footer__logo{
    	margin: auto;
    }
    .footer__copy{
    	margin-top: 0.8rem;
    }
    .footer__messengers{
    	justify-content: center;
    	margin-top: 11px;
    	margin-bottom: 5px;
    }
}
.footer__logo {
    width: 8rem;
    margin-bottom: 0.6875rem;
}
.footer__logo img {
    display: block;
    width: 100%;
    height: auto;
}
.footer__copy {
    font-size: 0.75rem;
    color: #9a9ea8;
}
.footer__addr-n-email {
    font-size: 0.8125rem;
    color: #5c5f65;
}
.footer__email {
    margin-top: 0.5rem;
    font-size: 0.8125rem;
    color: #5c5f65;
    display: block;
}
.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 7.5rem;
}
@media (max-width: 767px) {
    .footer__social {
        width: 100%;
    }
}
.footer__social-item {
    display: block;
    width: 2rem;
    margin-right: 0.5rem;
    margin-bottom: 0.375rem;
}
.footer__social-item img {
    width: 100%;
    height: auto;
}
.footer__tels-item {
    font-size: 1rem;
    font-weight: 700;
    color: #3e3f43;
    display: block;
    margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
    .footer__tels-item {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 16px;
    }
}
.footer__messengers-title {
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #5c5f65;
    margin-bottom: 0.375rem;
}
.footer__messengers-num {
    font-size: 1rem;
    font-weight: 700;
    color: #3e3f43;
    display: block;
    margin-bottom: 0.5rem;
}
.footer__messengers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer__messengers-item {
    display: block;
    width: 2rem;
    margin-right: 0.5rem;
    margin-bottom: 0.375rem;
}
.footer__messengers-item img {
    width: 100%;
    height: auto;
}
.hamburger__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
    display: none;
}
.hamburger {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-0.625rem);
    transform: translateY(-0.625rem);
    -webkit-transition: all 320ms;
    transition: all 320ms;
}
@media (max-width: 767px) {
    .hamburger {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .hamburger .container {
        padding: 0;
    }
}
.hamburger.--visible {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.hamburger[data-offset="2"] {
    -webkit-transform: translateX(-100%) !important;
    transform: translateX(-100%) !important;
}
.hamburger[data-offset="2"] .hamburger_close {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
}
.hamburger_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 0 0 0 4px;
    background-color: #ff5e00;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    border: 0;
    font-size: 20px;
    line-height: 1;
}
@media (max-width: 767px) {
    .hamburger_close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 10;
    }
}
.hamburger__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.hamburger__sidebar {
    width: 19.125rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.5rem;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .hamburger__sidebar {
        margin-right: 0;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        overflow-y: scroll;
        width: 100%;
    }
}
.hamburger__categories {
    background-color: #f4f5f7;
    border-radius: 0.25rem;
    padding: 0.5rem 0 0.5rem 0.5rem;
    margin-bottom: 1rem;
}
@media (max-width: 767px) {
    .hamburger__categories {
        margin-bottom: 0;
    }
}
.hamburger__categories-mobile-title {
    display: none;
}
@media (max-width: 767px) {
    .hamburger__categories-mobile-title {
        display: block;
        text-align: center;
        font-size: 16px;
        color: #000;
        font-weight: 700;
        padding: 16px 0;
    }
}
.hamburger__categories-item {
    padding: 0.5rem 1.2rem;
    position: relative;
    display: block;
    color: #3e3f43;
    font-size: 0.875rem;
}
.hamburger__categories-item::before {
    content: "";
    background-image: url(../images/hamburger__bullet.svg);
    width: 0.3125rem;
    height: 0.5rem;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0.4375rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hamburger__categories-item.--active {
    background-color: #fff;
    border-radius: 0.25rem 0 0 0.25rem;
}
@media (max-width: 767px) {
    .hamburger__categories-item.--active {
        background-color: transparent;
    }
}
.hamburger__subj {
    border: 0.0625rem solid #d7d8dc;
    border-radius: 0.125rem;
    border-left: 0.125rem solid #ff5e00;
    padding: 1.375rem;
}
.hamburger__subj-item {
    display: block;
    color: #1f2022;
    font-size: 0.875rem;
}
.hamburger__subj-item + .hamburger__subj-item {
    margin-top: 1rem;
}
@media (max-width: 767px) {
    .hamburger__cont-wrapper {
        position: absolute;
        top: 0;
        left: 100%;
        bottom: 0;
        overflow-y: scroll;
        padding: 0 15px;
        background-color: #fff;
        width: 100%;
    }
}
.hamburger__cont {
    -webkit-columns: 3;
    columns: 3;
    -webkit-column-gap: 1rem;
    column-gap: 1rem;
    padding-top: 1.5rem;
}
@media (max-width: 767px) {
    .hamburger__cont {
        -webkit-columns: 1;
        columns: 1;
    }
}
.hamburger__section {
    border-bottom: 1px solid #ebecee;
    padding-bottom: 1.25rem;
    margin-bottom: 1.1rem;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}
.hamburger__title {
    font-size: 0.875rem;
    line-height: 1.3;
    color: #1f2022;
    font-weight: 700;
    display: block;
}
.hamburger__title:hover {
    color: #cc4b00;
}
.hamburger__title + .hamburger__link {
    margin-top: 1rem;
}
.hamburger__link {
    font-size: 0.75rem;
    line-height: 1.3;
    color: #7b7e86;
    display: block;
}
.hamburger__link:hover {
    color: #1f2022;
}
.hamburger__link + .hamburger__link {
    margin-top: 0.75rem;
}
.header {
    border-bottom: 0.0625rem solid #ebecee;
    margin-bottom: 2rem;
    position: relative;
    z-index: 20;
    background-color: #fff;
}
@media (max-width: 767px) {
    .header {
        margin-bottom: 0px;
    }
}
.header__top {
    background-color: #f4f5f7;
}
.header__top-wrapper {
    height: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 700;
    color: #3e3f43;
}
.header__city:hover {
    color: #1f2022;
}
.header__city-ico {
    width: 0.6875rem;
    display: block;
    margin-right: 0.75rem;
}
.header__city-ico img {
    display: block;
    width: 100%;
    height: auto;
}
.header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
@media (max-width: 767px) {
    .header__contacts {
        display: none;
    }
}
.header__tel {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1f2022;
    margin-right: 1rem;
}
.header__time {
    font-size: 0.75rem;
    color: #9a9ea8;
    margin-right: 1rem;
    text-transform: uppercase;
}
.header__auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.875rem;
    color: #3e3f43;
}
@media (max-width: 767px) {
    .header__auth {
        font-size: 13px;
    }
}
.header__auth-ico {
    width: 0.875rem;
    display: block;
    margin-right: 0.5rem;
}
.header__auth-ico img {
    width: 100%;
    display: block;
    height: auto;
}
.header__auth-name {
    display: block;
    max-width: 9.375rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.header__auth-exit {
    background-color: transparent;
    border: 0.0625rem solid #ff5e00;
    border-radius: 6.25rem;
    height: 1.25rem;
    font-size: 0.75rem;
    color: #ff5e00;
    padding-bottom: 0.1875rem;
    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;
    margin-left: 0.5rem;
}
.header__auth-item {
    font-size: 0.875rem;
    color: #3e3f43;
}
@media (max-width: 767px) {
    .header__auth-item {
        font-size: 13px;
    }
}
.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1.8125rem;
    width: 100%;
    padding-bottom: 0.6875rem;
}
@media (max-width: 767px) {
    .header__wrapper {
        padding: 0;
        position: relative;
        height: 147px;
    }
}
.header__logo {
    width: 13.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 2.5rem;
    padding-top: 0.25rem;
}
@media (max-width: 767px) {
    .header__logo {
        width: 120px;
        position: absolute;
        left: 0;
        top: 13px;
    }
}
.header__logo img {
    display: block;
    width: 100%;
    height: auto;
}
.header__middle-n-bottom {
    width: 100%;
}
.header__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__catalog {
    width: 12rem;
    height: 3rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.5rem;
}
@media (max-width: 767px) {
    .header__catalog {
        position: absolute;
        left: 0;
        top: 103px;
        width: 112px;
        height: 32px;
    }
}
.header__catalog-ico {
    width: 3rem;
    height: 2rem;
    border-right: 0.0625rem solid rgba(255, 255, 255, 0.2);
    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;
    margin-right: auto;
}
@media (max-width: 767px) {
    .header__catalog-ico {
        width: 32px;
    }
}
.header__catalog-ico img {
    display: block;
    width: 0.8125rem;
    height: 0.75rem;
}
.header__catalog-text {
    margin-right: auto;
    font-size: 0.875rem;
    font-weight: 700;
}
@media (max-width: 767px) {
    .header__catalog-text {
        font-size: 13px;
    }
}
.header__search {
    position: relative;
    width: 100%;
}
@media (max-width: 767px) {
    .header__search {
        position: absolute;
        left: 120px;
        top: 103px;
        right: 0;
        width: auto;
    }
    .cards__buy{
        width: 100%;
    }
}
.header__search-input {
    height: 3rem;
    width: 100%;
    border: 0.125rem solid #ebecee;
    border-radius: 0.125rem;
    padding-left: 1rem;
    padding-right: 2rem;
    font-size: 0.875rem;
    color: #3e3f43;
    padding-bottom: 0.125rem;
}
@media (max-width: 767px) {
    .header__search-input {
        height: 32px;
        padding-left: 8px;
        font-size: 13px;
    }
}
.header__search-input::-webkit-input-placeholder {
    color: #9a9ea8;
    font-style: italic;
}
.header__search-input:-ms-input-placeholder {
    color: #9a9ea8;
    font-style: italic;
}
.header__search-input::-ms-input-placeholder {
    color: #9a9ea8;
    font-style: italic;
}
.header__search-input::placeholder {
    color: #9a9ea8;
    font-style: italic;
}
.header__search-btn {
    border: 0;
    background-color: transparent;
    width: 0.875rem;
    height: 0.875rem;
    padding: 0;
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 767px) {
    .header__search-btn {
        right: 8px;
    }
}
.header__search-btn img {
    display: block;
    width: 100%;
    height: auto;
}
.header__fave-n-basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .header__fave-n-basket {
        position: absolute;
        right: 0;
        top: 22px;
    }
}
.header__fave {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border: 0.0625rem solid #d7d8dc;
    border-radius: 6.25rem;
    height: 1.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.75rem;
    width: 11rem;
    justify-content: center;
}
@media (max-width: 767px) {
    .header__fave {
        display: flex;
        top: 47px;
        width: 8rem;
    }
}
.header__fave:hover {
    background-color: #ebecee;
}
.header__fave-ico {
    margin-right: 0.5rem;
    width: 0.9rem;
    display: block;
}
.header__fave-ico img {
    display: block;
    width: 100%;
    height: auto;
}
.header__fave-text {
    font-size: 0.8125rem;
    color: #3e3f43;
}
.header__fave-num {
    font-size: 0.875rem;
    color: #333;
    margin-left: 0.2rem;
    font-weight: 700;
}
.header__fave-num .favourite_value {
    font-weight: 700;
}
.header__basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header__basket-ico {
    width: 2rem;
    margin-right: 1rem;
    position: relative;
}
.header__basket-ico img {
    display: block;
    width: 100%;
    height: auto;
}
.header__basket-num {
    background-color: #ff5e00;
    border-radius: 6.25rem;
    color: #fff;
    font-weight: 700;
    font-size: 0.6875rem;
    padding: 0 0.375rem;
    line-height: 1rem;
    position: absolute;
    top: -0.375rem;
    right: -0.75rem;
}
.header__basket-items {
    font-size: 0.75rem;
    color: #3e3f43;
}
.header__basket-items span {
    color: #9a9ea8;
}
@media (max-width: 767px) {
    .header__basket-items span {
        display: none;
    }
}
.header__basket-price {
    font-size: 1rem;
    font-weight: 700;
    color: #1f2022;
    margin-top: 0.125rem;
}
.header__bottom {
    margin-top: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 767px) {
    .header__links {
        display: none;
    }
}
.header__links-item {
    font-size: 0.875rem;
    color: #3e3f43;
    font-weight: 700;
}
.header__links-item + .header__links-item {
    margin-left: 2rem;
}
.header__filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 767px) {
    .header__filters {
        position: absolute;
        left: -15px;
        bottom: 0;
        right: -15px;
        padding: 4px 15px;
        background-color: #f4f5f7;
    }
}
.header__filters-item {
    font-size: 0.8125rem;
    color: #3e3f43;
    padding: 0 1rem 0 2rem;
    position: relative;
    border: 0.0625rem solid #d7d8dc;
    height: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6.25rem;
    padding-bottom: 0.125rem;
}
@media (max-width: 767px) {
    .header__filters-item {
        font-size: 12px;
        padding-left: 20px;
        padding-right: 8px;
    }
}
.header__filters-item:hover {
    background-color: #ebecee;
}
.header__filters-item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.75rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.3125rem 0.21875rem 0;
    border-color: #ff5e00 transparent transparent;
}
@media (max-width: 767px) {
    .header__filters-item:before {
        left: 6px;
    }
}
.header__filters-item + .header__filters-item {
    margin-left: 0.5rem;
}
.main-categories__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 1.5rem);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
@media (max-width: 767px) {
    .main-categories__wrapper {
        width: calc(100% + 0.5rem);
    }
}
.main-categories__item {
    width: 20%;
    padding-right: 1.5rem;
    margin-bottom: 1.5rem;
    display: block;
}
@media (max-width: 767px) {
    .main-categories__item {
        width: 50%;
        padding-right: 0.5rem;
        margin-bottom: 0.5rem;
    }
}
.main-categories__item:hover .main-categories__img {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
.main-categories__item:hover .main-categories__title {
    background-color: #ff5e00;
    color: #fff;
    white-space: normal;
}
.main-categories__item.--double {
    width: 40%;
}
@media (max-width: 767px) {
    .main-categories__item.--double {
        width: 50%;
    }
}
.main-categories__item-inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 2px;
}
.main-categories__img {
    height: 15.1875rem;
    display: block;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all 700ms;
    transition: all 700ms;
}
@media (min-width: 992px) and (max-width: 1229px) {
    .main-categories__img {
        height: 200px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .main-categories__img {
        height: 130px;
    }
}
@media (max-width: 767px) {
    .main-categories__img {
        height: 180px;
    }
}
.main-categories__title {
    padding: 0.8125rem 0.5rem;
    color: #3e3f43;
    font-family: "Georgia", serif;
    font-size: 0.8125rem;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
/*    white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 320ms;
    transition: all 320ms;
}
@media (max-width: 767px) {
    .main-categories__title {
        font-size: 12px;
    }
}
.ordered__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .ordered__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.ordered__content {
    width: 41rem;
    margin-right: 2.5rem;
    font-size: 1rem;
    line-height: 1.4;
    color: #5c5f65;
}
@media (max-width: 767px) {
    .ordered__content {
        margin-right: 0;
        width: 100%;
    }
}
.ordered__content p {
    margin-bottom: 0.5rem;
}
.ordered__title {
    font-size: 1.3125rem;
    font-family: "Georgia", serif;
    color: #1f2022;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
}
.ordered__payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
}
@media (max-width: 767px) {
    .ordered__payment {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.ordered__payment-item {
    width: 33.33%;
}
@media (max-width: 767px) {
    .ordered__payment-item {
        width: 100%;
        position: relative;
        padding-left: 48px;
    }
    .ordered__payment-item + .ordered__payment-item {
        margin-top: 12px;
    }
}
.ordered__payment-ico {
    width: 3.375rem;
    display: block;
    margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
    .ordered__payment-ico {
        position: absolute;
        left: 0;
        top: 0;
        width: 34px;
    }
}
.ordered__payment-ico svg {
    width: 100%;
    display: block;
    height: auto;
}
.ordered__payment-title {
    font-size: 0.875rem;
    color: #1f2022;
    display: block;
    font-weight: 700;
}
.ordered__payment-subtitle {
    font-size: 0.875rem;
    color: #9a9ea8;
}
.ordered__total {
    margin-left: 1.5rem;
    width: 22.125rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #f4f5f7;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
@media (max-width: 767px) {
    .ordered__total {
        margin-left: 0;
        width: 100%;
        margin-top: 24px;
    }
}
.ordered__total-title {
    font-size: 1.3125rem;
    padding: 1.5rem;
    font-weight: 700;
    color: #1f2022;
    font-family: "Georgia", serif;
}
.ordered__total-items-n-price {
    border-left: 0.125rem solid #ff5e00;
    padding-left: 1.375rem;
    margin-bottom: 1rem;
}
.ordered__total-items {
    font-size: 0.875rem;
    color: #3e3f43;
}
.ordered__total-items span {
    color: #9a9ea8;
}
.ordered__total-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2022;
    margin-top: 0.25rem;
}
.ordered__total-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ordered__total-row .ordered__total-item {
    width: 50%;
}
.ordered__total-item {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}
.ordered__total-item-title {
    font-size: 0.875rem;
    font-weight: 700;
    color: #1f2022;
    margin-bottom: 0.375rem;
}
.ordered__total-item-text {
    font-size: 0.875rem;
    color: #3e3f43;
    line-height: 1.4;
}
.ordered__footer {
    margin-top: 3.5rem;
    border-top: 0.0625rem solid #ebecee;
    padding-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (max-width: 767px) {
    .ordered__footer {
        margin-top: 0;
        border: 0;
    }
}
.ordered__back {
    width: 19.125rem;
    height: 3rem;
    font-size: 1rem;
    font-weight: 700;
}
@media (max-width: 767px) {
    .ordered__back {
        width: 100%;
    }
}
.page-title {
/*    margin-bottom: 2rem;*/
}
@media (max-width: 767px) {
    .page-title {
        margin-top: 16px;
    }
}
.page-title__breadcrumbs {
    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;
    font-size: 0.7rem;
}
.page-title__breadcrumbs-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #7b7e86;
}
@media (max-width: 767px) {
    .page-title__breadcrumbs-item {
        font-size: 12px;
        margin-bottom: 2px;
    }
}
.page-title__breadcrumbs-item:hover {
    color: #1f2022;
}
.page-title__breadcrumbs-item img {
    margin-right: 0.5rem;
    width: 0.875rem;
}
@media (max-width: 767px) {
    .page-title__breadcrumbs-item img {
        width: 12px;
        margin-top: -1px;
    }
}
.page-title__breadcrumbs-arrow {
    width: 1.5rem;
    margin: 0 0.5rem;
}
@media (max-width: 767px) {
    .page-title__breadcrumbs-arrow {
        width: 24px;
        margin: 0 8px;
    }
}
.page-title__breadcrumbs-arrow.--no-ml {
    margin-left: 0;
}
.page-title__breadcrumbs-arrow img {
    display: block;
    width: 100%;
    height: auto;
}
.page-title__breadcrumbs-current {
    /*font-size:.875rem;color:#AEB1B9;*/
    color: #7b7e86;
}
@media (max-width: 767px) {
    .page-title__breadcrumbs-current {
        font-size: 12px;
    }
}
.page-title__h1 {
    font-size: 2rem;
    font-weight: 700;
    font-family: "Georgia", serif;
    color: #1f2022;
    margin-top: 0.5rem;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .page-title__h1 {
        font-size: 24px;
    }
}
.page-title__h1-badge {
    display: inline-block;
    padding: 0.125rem 0.625rem;
    background-color: #ff5e00;
    border-radius: 6.25rem;
    color: #fff;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    vertical-align: top;
}
.payment__wrapper {
    border-top: 0.0625rem solid #ebecee;
}
.payment__section {
    padding-top: 2rem;
    max-width: 45.75rem;
    padding-top: 2rem;
    padding-bottom: 2.5rem;
}
.payment__section + .payment__section {
    border-top: 0.0625rem solid #ebecee;
}
.payment__title {
    font-size: 1.3125rem;
    font-weight: 700;
    font-family: "Georgia", serif;
    color: #1f2022;
    margin-bottom: 0.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .payment__title {
        font-size: 18px;
    }
}
.payment__title-img {
    margin-left: 1.375rem;
}
@media (max-width: 767px) {
    .payment__title-img {
        max-width: 117px;
        height: auto;
        display: block;
    }
}
.payment__caption {
    font-size: 0.875rem;
    color: #5c5f65;
}
.payment__form {
    margin-top: 1.5rem;
}
.payment__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .payment__inputs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.payment__input {
    width: calc(33.33% - 1.25rem);
}
@media (max-width: 767px) {
    .payment__input {
        width: 100%;
    }
    .payment__input + .payment__input {
        margin-top: 16px;
    }
}
.payment__input-label {
    font-size: 0.875rem;
    font-weight: 700;
    color: #1f2022;
    margin-bottom: 0.5rem;
}
.payment__input-input input {
    width: 100%;
    height: 2.5rem;
    border: 0.0625rem solid #d7d8dc;
    border-radius: 0.25rem;
}
.payment__btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .payment__btn-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.payment__btn {
    margin-left: auto;
    width: 11.5625rem;
    height: 3rem;
    font-size: 0.875rem;
    font-weight: 700;
}
.payment__notice {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0.5rem;
    border: 0.0625rem solid #ff5e00;
    border-radius: 6.25rem;
    color: #ff5e00;
    padding-right: 2rem;
    font-size: 0.875rem;
    font-weight: 700;
}
@media (max-width: 767px) {
    .payment__notice {
        margin-bottom: 16px;
        height: 60px;
    }
}
.payment__notice svg {
    display: block;
    width: 1.5rem;
    height: auto;
    margin-right: 1rem;
}
.popup-form {
    width: 28.25rem;
    padding: 1.5rem 2rem;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
}
@media (max-width: 767px) {
    .popup-form {
        width: 100%;
    }
}
.popup-form__title {
    font-family: "Georgia", serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2022;
    margin-bottom: 2rem;
}
.popup-form__fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
}
.popup-form__label {
    width: 5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 0.875rem;
    color: #3e3f43;
}
.popup-form__label span {
    color: #ff5e00;
}
.popup-form__input {
    width: 100%;
}
.popup-form__input input {
    height: 2.5rem;
    width: 100%;
    border: 0.0625rem solid #d7d8dc;
    border-radius: 0.25rem;
    padding: 0 1rem;
    font-size: 0.875rem;
    color: #1f2022;
}
.popup-form__footer {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.popup-form__links {
    display: block;
}
.popup-form__link {
    display: block;
    font-size: 0.875rem;
    color: #ff5e00;
}
.popup-form__link + .popup-form__link {
    margin-top: 0.5rem;
}
.popup-form__btn {
    width: 9.875rem;
    height: 3rem;
    font-size: 1rem;
    font-weight: 700;
}
@media (max-width: 767px) {
    .popup-form__btn {
        width: 120px;
    }
}
.popup-form__text {
    font-size: 0.875rem;
    line-height: 1.5;
    color: #5c5f65;
}
.profile-order__bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: 0.0625rem solid #ebecee;
    padding: 0 1rem;
    height: 2.5rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
    .profile-order__bar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0;
        margin-top: -12px;
        height: auto;
    }
}
.profile-order__bar-payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .profile-order__bar-payment {
        margin-bottom: 16px;
    }
}
.profile-order__bar-payment-caption {
    font-size: 0.8125rem;
    color: #ff5e00;
    margin-right: 0.5rem;
}
.profile-order__bar-payment-btn {
    width: 5rem;
    height: 1.5rem;
    font-size: 0.75rem;
}
.profile-order__bar-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .profile-order__bar-links {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.profile-order__bar-link {
    font-size: 0.8125rem;
    color: #7b7e86;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .profile-order__bar-link {
        margin-right: 24px;
        margin-bottom: 12px;
    }
}
.profile-order__bar-link + .profile-order__bar-link {
    margin-left: 2rem;
}
@media (max-width: 767px) {
    .profile-order__bar-link + .profile-order__bar-link {
        margin-left: 0;
    }
}
.profile-order__bar-link svg {
    margin-right: 0.5rem;
}
.profile-order__table-n-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
@media (max-width: 767px) {
    .profile-order__table-n-total {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.profile-order__table {
    width: 100%;
}
@media (max-width: 767px) {
    .profile-order__table {
        display: block;
        border-top: 0.0625rem solid #ebecee;
    }
}
.profile-order__table tr {
    border-bottom: 0.0625rem solid #ebecee;
}
@media (max-width: 767px) {
    .profile-order__table tr {
        display: block;
        padding: 16px 0;
        padding-left: 56px;
        padding-right: 30px;
        position: relative;
    }
    .profile-order__table tr:first-of-type {
        display: none;
    }
}
.profile-order__table th {
    font-size: 0.625rem;
    color: #9a9ea8;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    padding: 0.625rem 0;
    padding-left: 0.8125rem;
    text-align: left;
}
@media (max-width: 767px) {
    .profile-order__table th {
        display: none;
    }
}
.profile-order__table td {
    padding: 0.5rem 0;
    padding-left: 0.8125rem;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .profile-order__table td {
        display: block;
        padding: 0;
    }
}
.profile-order__table .profile-order__product-td-name {
    padding-left: 0;
}
.profile-order__table .profile-order__product-img-n-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .profile-order__table .profile-order__product-img-n-name {
        display: block;
    }
}
.profile-order__table .profile-order__product-img {
    display: block;
    width: 2.5rem;
    border: 0.0625rem solid #ebecee;
    border-radius: 0.125rem;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .profile-order__table .profile-order__product-img {
        position: absolute;
        left: 0;
        top: 16px;
        width: 48px;
    }
}
.profile-order__table .profile-order__product-img img {
    display: block;
    width: 100%;
    height: auto;
}
.profile-order__table .profile-order__product-name {
    display: block;
    padding-left: 0.625rem;
    font-size: 0.8125rem;
    color: #1f2022;
    font-weight: 600;
}
@media (max-width: 767px) {
    .profile-order__table .profile-order__product-name {
        padding-left: 0;
        margin-bottom: 8px;
    }
}
.profile-order__table .profile-order__mobile-caption {
    display: none;
}
@media (max-width: 767px) {
    .profile-order__table .profile-order__mobile-caption {
        display: inline-block;
    }
}
.profile-order__table .profile-order__product-art {
    font-size: 0.8125rem;
    color: #5c5f65;
    white-space: nowrap;
}
@media (max-width: 767px) {
    .profile-order__table .profile-order__product-art {
        font-size: 11px;
        margin-bottom: 4px;
    }
}
.profile-order__table .profile-order__product-fave {
    display: block;
    width: 0.875rem;
}
@media (max-width: 767px) {
    .profile-order__table .profile-order__product-fave {
        position: absolute;
        left: 17px;
        top: 77px;
    }
}
.profile-order__table .profile-order__product-fave svg {
    display: block;
    width: 100%;
    height: auto;
}
.profile-order__table .profile-order__product-price {
    font-size: 0.8125rem;
    color: #5c5f65;
    white-space: nowrap;
}
@media (max-width: 767px) {
    .profile-order__table .profile-order__product-price {
        font-size: 11px;
        margin-bottom: 4px;
    }
}
@media (max-width: 767px) {
    .profile-order__table .profile-order__product-td-qty {
        margin-top: 14px;
    }
}
.profile-order__table .profile-order__product-qty {
    font-size: 0.75rem;
}
.profile-order__table .profile-order__product-td-total {
    font-size: 0.875rem;
    font-weight: 700;
    color: #1f2022;
}
.profile-order__table .profile-order__product-total {
    font-size: 0.875rem;
    font-weight: 700;
    color: #1f2022;
    white-space: nowrap;
}
@media (max-width: 767px) {
    .profile-order__table .profile-order__product-total {
        margin-top: -14px;
        margin-left: 120px;
        float: left;
    }
}
@media (max-width: 767px) {
    .profile-order__table .profile-order__product-remove {
        position: absolute;
        right: 0;
        top: 16px;
    }
}
.profile-order__total {
    margin-left: 1.5rem;
    width: 16.25rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #f4f5f7;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
@media (max-width: 767px) {
    .profile-order__total {
        width: 100%;
        margin-left: 0;
        margin-top: 24px;
    }
}
.profile-order__total-title {
    font-size: 1.3125rem;
    padding: 1.5rem;
    font-weight: 700;
    color: #1f2022;
    font-family: "Georgia", serif;
}
.profile-order__total-items-n-price {
    border-left: 0.125rem solid #ff5e00;
    padding-left: 1.375rem;
    margin-bottom: 1rem;
}
.profile-order__total-items {
    font-size: 0.875rem;
    color: #3e3f43;
}
.profile-order__total-items span {
    color: #9a9ea8;
}
.profile-order__total-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2022;
    margin-top: 0.25rem;
}
.profile-order__total-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.profile-order__total-row .ordered__total-item {
    width: 50%;
}
.profile-order__total-item {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}
.profile-order__total-item-title {
    font-size: 0.875rem;
    font-weight: 700;
    color: #1f2022;
    margin-bottom: 0.375rem;
}
.profile-order__total-item-text {
    font-size: 0.875rem;
    color: #3e3f43;
    line-height: 1.4;
}
.profile-order__total-pay {
    width: 100%;
    height: 3rem;
    font-size: 1rem;
    font-weight: 700;
}
.profile-user {
    width: 44.5rem;
    margin-right: 2.5rem;
}
@media (max-width: 767px) {
    .profile-user {
        width: 100%;
        margin-right: 0;
    }
}
.profile-user__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 2rem);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .profile-user__user {
        width: 100%;
    }
}
.profile-user__user-fieldset {
    width: 50%;
    padding-right: 2rem;
    margin-bottom: 1rem;
}
@media (max-width: 767px) {
    .profile-user__user-fieldset {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 0;
    }
}
.profile-user__user-label {
    font-size: 0.875rem;
    color: #3e3f43;
    margin-bottom: 0.5rem;
}
.profile-user__user-label span {
    color: #ff5e00;
}
.profile-user__user-input {
    width: 100%;
}
.profile-user__user-input input {
    width: 100%;
    height: 2.5rem;
    border-radius: 0.25rem;
    border: 0.0625rem solid #d7d8dc;
    padding-left: 0.75rem;
    font-size: 0.875rem;
}
.profile-user__user-caption {
    font-size: 0.8125rem;
    color: #9a9ea8;
    margin-top: 0.5rem;
}
.profile-user__checkbox-wrapper {
    border-top: 0.0625rem solid #ebecee;
    border-bottom: 0.0625rem solid #ebecee;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.profile-user__checkbox-wrapper + .profile-user__checkbox-wrapper {
    border-top: none;
}
.profile-user__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 0;
}
.profile-user__checkbox-text {
    font-size: 0.875rem;
    color: #3e3f43;
    margin-left: 0.375rem;
}
.profile-user__addr-row {
    margin-top: 1rem;
}
.profile-user__addr-label {
    font-size: 0.875rem;
    color: #3e3f43;
    margin-bottom: 0.5rem;
}
.profile-user__addr-input {
    width: 100%;
}
.profile-user__addr-input textarea {
    width: 100%;
    height: 5.5rem;
    border-radius: 0.25rem;
    border: 0.0625rem solid #d7d8dc;
    padding-left: 0.75rem;
    font-size: 0.875rem;
}
.profile-user__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 2rem;
}
.profile-user__btn {
    width: 13.25rem;
    height: 3rem;
    font-size: 0.875rem;
}
.profile__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 2rem;
    border-bottom: 0.0625rem solid #d7d8dc;
}
@media (max-width: 767px) {
    .profile__tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: 1px solid #ebecee;
        border-radius: 4px;
        padding: 4px 0;
    }
}
.profile__tab {
    margin-bottom: -0.0625rem;
    border: 0.0625rem solid #ebecee;
    border-bottom: 0.0625rem solid #d7d8dc;
    border-radius: 0.25rem 0.25rem 0 0;
    background-color: #ebecee;
    font-size: 0.875rem;
    color: #9a9ea8;
    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.8125rem 1.125rem 1rem;
}
@media (max-width: 767px) {
    .profile__tab {
        border: 0;
        border-left: 2px solid transparent;
        padding: 0;
        padding-left: 11px;
        border-radius: 0;
        margin-left: -1px;
        background-color: transparent;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 28px;
    }
}
.profile__tab:hover {
    background-color: #d7d8dc;
    color: #1f2022;
}
.profile__tab.--active {
    border: 0.0625rem solid #d7d8dc;
    border-bottom: 0.0625rem solid #fff;
    background-color: #fff;
    color: #3e3f43;
    pointer-events: none;
}
@media (max-width: 767px) {
    .profile__tab.--active {
        border: 0;
        border-left: 2px solid #ff5e00;
        font-weight: 700;
    }
}
.profile__tab + .profile__tab {
    margin-left: 0.125rem;
}
@media (max-width: 767px) {
    .profile__tab + .profile__tab {
        margin-left: -1px;
    }
}
.register {
    padding-top: 1.5rem;
}
@media (max-width: 767px) {
    .register {
        padding-top: 0;
    }
}
.register__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 28.125rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem;
}
@media (max-width: 767px) {
    .register__row {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.register__label {
    font-size: 0.875rem;
    color: #3e3f43;
}
@media (max-width: 767px) {
    .register__label {
        margin-bottom: 4px;
    }
}
.register__label span {
    color: #ff5e00;
}
.register__input {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.register__input input {
    border: 0.0625rem solid #ebecee;
    border-radius: 0.25rem;
    width: 19.25rem;
    height: 2.5rem;
}
@media (max-width: 767px) {
    .register__input input {
        width: 100%;
    }
}
.register__agreement-n-submit {
    width: 28.125rem;
    margin-top: 0.625rem;
    border-top: 0.0625rem solid #ebecee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 1.5rem;
}
@media (max-width: 767px) {
    .register__agreement-n-submit {
        width: 100%;
    }
}
.register__agreement {
    font-size: 0.6875rem;
    color: #9a9ea8;
    line-height: 120%;
    width: 13.625rem;
}
.register__agreement a {
    text-decoration: underline;
    color: #9a9ea8;
}
.register__agreement a:hover {
    text-decoration: none;
}
.register__submit {
    width: 13.125rem;
    height: 3rem;
    font-size: 1rem;
    font-weight: 700;
}
.seo {
    font-size: 0.875rem;
    color: #5c5f65;
    line-height: 1.5;
    margin-top: 3rem;
}
@media (max-width: 767px) {
    .seo {
        margin-top: 32px;
        font-size: 13px;
    }
}
.seo ul li {
    padding-left: 1rem;
    position: relative;
    margin-bottom: 0.5rem;
}
.seo ul li:before {
    content: "";
    width: 0.1875rem;
    height: 0.1875rem;
    background-color: #ff5e00;
    border-radius: 0.625rem;
    display: block;
    position: absolute;
    left: 0;
    top: 0.625rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
p + .seo__h2 {
    margin-top: 2rem;
}
.seo__h2 {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2022;
    font-family: "Georgia", serif;
}
@media (max-width: 767px) {
    .seo__h2 {
        text-align: center;
        font-size: 21px;
        margin-bottom: 16px;
    }
}
.seo__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .seo__cols {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.seo__cols p {
    margin: 0;
}
.seo__cols p + p {
    margin-top: 1rem;
}
.seo__col {
    width: calc(50% - 2rem);
}
@media (max-width: 767px) {
    .seo__col {
        width: 100%;
        margin-bottom: 16px;
    }
}
.seo__title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1f2022;
    display: block;
}
.seo__img {
    margin-top: 1rem;
    display: block;
    width: 100%;
    height: auto;
}
.show-more {
    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;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.show-more__btn {
    width: 16.25rem;
    height: 3.5rem;
    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: 0.8125rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.subcategories {
    width: 100%;
}
.subcategories__wrapper {
    border-bottom: 0.0625rem solid #ebecee;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
    width: 100%;
}
.subcategories__wrapper-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 1rem);
}
.subcategories__item {
    border: 0.0625rem solid #ebecee;
    width: calc(20% - 1rem);
    margin-right: 1rem;
    margin-bottom: 1rem;
    display: block;
    background-color: #f4f5f7;
    position: relative;
    -webkit-transition: all 320ms;
    transition: all 320ms;
}
.subcategories__item.--six {
    width: calc(16.666% - 1rem);
}
@media (max-width: 767px) {
    .subcategories__item {
        width: calc(50% - 1rem);
    }
}
.subcategories__item:hover {
    background-color: #ff5e00;
}
.subcategories__item:hover .subcategories__item-title {
    color: #fff;
}
.subcategories__item.--four {
    width: calc(25% - 1rem);
}
@media (max-width: 767px) {
    .subcategories__item.--four {
        width: calc(50% - 1rem);
    }
}
.subcategories__item-img {
    display: block;
    padding: 0.5rem;
    background-color: #fff;
}
.subcategories__item-img img {
    display: block;
    width: 100%;
    height: auto;
}
.subcategories__item-title {
    font-size: 0.875rem;
    font-family: "Georgia", serif;
    padding: 0.5rem;
    color: #3e3f43;
    line-height: 120%;
    border-top: 0.0625rem solid #ebecee;
    position: relative;
}
.subcategories__item-title:after {
    content: "";
    width: 0.75rem;
    height: 0.375rem;
    position: absolute;
    top: -0.0625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    background-image: url(../images/subcategories__corner.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}
.subj-select {
    width: 37.5rem;
    padding: 1.5rem 2rem;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
}
@media (max-width: 767px) {
    .subj-select {
        width: 100%;
        padding: 24px 16px;
    }
}
.subj-select__title {
    font-family: "Georgia", serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2022;
    margin-bottom: 2rem;
}
@media (max-width: 767px) {
    .subj-select__title {
        font-size: 21px;
    }
}
.subj-select__items {
    border-bottom: 0.0625rem solid #ebecee;
}
.subj-select__item {
    padding: 0.5rem 0;
    border-top: 0.0625rem solid #ebecee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.subj-select__item:hover span {
    color: #ff5e00;
}
.subj-select__item img {
    margin-right: 1rem;
    display: block;
    width: 2rem;
    height: auto;
    border-radius: 6.25rem;
}
.subj-select__item span {
    font-size: 0.875rem;
    color: #1f2022;
}
.tags__wrapper {
    border-bottom: 0.0625rem solid #ebecee;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tags__item {
    padding: 0.25rem 1rem;
    border: 0.0625rem solid #c2c5cb;
    color: #ff5e00;
    border-radius: 6.25rem;
    font-size: 0.8125rem;
    margin-bottom: 0.5rem;
}
.tags__item + .tags__item {
    margin-right: 0.25rem;
}
.why-us__inner {
    border-top: 0.0625rem solid #ebecee;
    border-bottom: 0.0625rem solid #ebecee;
    padding-top: 4rem;
    padding-bottom: 3.5rem;
}
@media (max-width: 767px) {
    .why-us__inner {
        padding-top: 32px;
        padding-bottom: 8px;
    }
}
.why-us__h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2022;
    font-family: "Georgia", serif;
    margin-top: 0;
    margin-bottom: 1.6875rem;
    text-align: center;
}
@media (max-width: 767px) {
    .why-us__h2 {
        font-size: 21px;
    }
}
.why-us__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .why-us__items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.why-us__item {
    width: 25%;
    font-size: 0.875rem;
    color: #5c5f65;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 767px) {
    .why-us__item {
        width: 50%;
        font-size: 12px;
        margin-bottom: 24px;
    }
}
.why-us__ico {
    width: 2.5rem;
    margin-right: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .why-us__ico {
        width: 32px;
    }
}
.why-us__ico img {
    display: block;
    width: 100%;
    height: auto;
}
.mobile-bar {
    z-index: 12;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 38px rgba(0, 0, 0, 0.07), 0 2.50666px 15.8755px rgba(0, 0, 0, 0.0503198), 0 1.34018px 8.4878px rgba(0, 0, 0, 0.0417275), 0 0.75129px 4.75819px rgba(0, 0, 0, 0.035),
        0 0.39901px 2.52704px rgba(0, 0, 0, 0.0282725), 0 0.16603px 1.05156px rgba(0, 0, 0, 0.0196802);
    box-shadow: 0 6px 38px rgba(0, 0, 0, 0.07), 0 2.50666px 15.8755px rgba(0, 0, 0, 0.0503198), 0 1.34018px 8.4878px rgba(0, 0, 0, 0.0417275), 0 0.75129px 4.75819px rgba(0, 0, 0, 0.035), 0 0.39901px 2.52704px rgba(0, 0, 0, 0.0282725),
        0 0.16603px 1.05156px rgba(0, 0, 0, 0.0196802);
}
@media (max-width: 767px) {
    .mobile-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.mobile-bar__item {
    height: 64px;
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.mobile-bar__ico {
    display: block;
    width: 32px;
    position: relative;
}
.mobile-bar__ico svg {
    display: block;
    width: 100%;
    height: auto;
}
.mobile-bar__badge {
    padding: 0 5px;
    padding-bottom: 2px;
    background-color: #ff5e00;
    color: #fff;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 700;
    line-height: 15px;
    position: absolute;
    top: -2px;
    left: 16px;
}
.mobile-bar__title {
    font-size: 11px;
    color: #7b7e86;
}
.cards-carousel {
    margin-top: 3.5rem;
}
.cards-carousel__title {
    font-size: 1.3125rem;
    font-weight: 700;
    color: #1f2022;
    margin-bottom: 1rem;
    font-family: "Georgia", serif;
    margin-bottom: 2rem;
}
@media (max-width: 767px) {
    .cards-carousel__title {
        font-size: 18px;
    }
}
.cards-carousel__carousel {
    margin-right: -16px;
}
@media (max-width: 767px) {
    .cards-carousel__carousel {
        margin-right: -4px;
    }
}
.cards-carousel__carousel .slick-slide {
    margin-right: 16px;
}
@media (max-width: 767px) {
    .cards-carousel__carousel .slick-slide {
        margin-right: 4px;
    }
}
.cards-carousel__carousel .slick-arrow {
    width: 2.5rem;
    height: 2.5rem;
    border: 0;
    background-color: transparent;
    background-size: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -2rem;
    text-indent: -624.9375rem;
    z-index: 5;
    cursor: pointer;
    -webkit-transition: all 320ms;
    transition: all 320ms;
}
.cards-carousel__carousel .slick-prev {
    background-image: url(../images/carousel__arrow-left.svg);
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.cards-carousel__carousel .slick-next {
    background-image: url(../images/carousel__arrow-right.svg);
    right: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    margin-right: 1rem;
}
@media (max-width: 767px) {
    .cards-carousel__carousel .slick-next {
        margin-right: 4px;
    }
}
#sale_order_props:after,
#sale_order_props:before {
    content: " ";
    display: table;
}
#sale_order_props:after {
    clear: both;
}
#sale_order_props .col-sm-4 {
    width: 33.33%;
    float: left;
    padding-right: 1rem;
}
#sale_order_props .form-group {
    margin-bottom: 1rem;
}
#sale_order_props .form-group > label {
    font-size: 0.875rem;
    display: block;
    margin-bottom: 0.5rem;
}
#sale_order_props .form-group > input {
    width: 100%;
    height: 2.5rem;
    border-radius: 0.25rem;
    border: 0.0625rem solid #d7d8dc;
    padding-left: 0.75rem;
    font-size: 0.875rem;
}
#sale_order_props .file-load {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    cursor: pointer;
    font-size: 0 !important;
    margin: 0 30px 10px 0;
    background: #f4f5f7;
    padding: 16px;
    border-radius: 4px;
}
#sale_order_props .file-load > * {
    font-size: 15px;
}
#sale_order_props .file-load label {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
    vertical-align: middle;
    font-weight: 400;
}
#sale_order_props .file-load__btn {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    width: 104px;
    height: 33px;
    line-height: 31px;
    text-align: center;
    border: solid 1px #85871a;
    color: #85871a;
    border-radius: 4px;
    margin: 0 10px 0 0;
    justify-content: center;
    transition: all 0.3s;
}
#sale_order_props .file-load__btn:before {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../images/attach.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: 8px;
}
#sale_order_props .file-load:hover .file-load__btn {
    background: #e5e6dd;
    border-color: #858800;
}
#sale_order_props .file-load__value {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #20262c;
}
#sale_order_props .file-load input[type="file"] {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1000px;
    cursor: pointer;
}
#sale_order_props .file-load__del {
    position: absolute;
    top: 4px;
    right: 0;
}
#sale_order_props .bx-ui-sls-error-message {
    font-size: 0.75rem;
    line-height: 1.3;
    padding-top: 0.25rem;
}

#profile-type-1 .seo__h2, #profile-type-2 .seo__h2{
	display: none;
}
.form-group {
    margin-top: 15px;
    margin-bottom: 10px;
}
.sort-catalog{
    float: right;
    margin-bottom: 10px;
}
.sort-catalog b{
    font-size: 14px;
}
.sort-catalog select{
    padding: 5px;
    border: 0.065rem solid #ebecee;
}
.sort-mobile{
    display: none;
}
#order__transport .col-sm-6{
    display: none;
}
#order__transport .col-sm-6:last-child{
    display: block;
}
.profile-user .bx-ui-sls-error-message{
    display: none !important;
}

.catalog-tags {
    margin: 20px 0 20px 0;
}
.catalog-tags a {
    background-color: #f4f5f7;
    border-radius: 20px;
    padding: 6px 12px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 14px;
}






@media screen and (max-width: 568px) and (min-width: 280px){
    .sort-catalog b, .sort-catalog select {
        display: none;
    }
    .sort-catalog span {
        font-size: 14px;
            color: #1f2022;
            margin-right: 6px;
            line-height: 18px;
    }
    .sort-mobile svg{
        vertical-align: text-bottom;
    }
    .sort-mobile{
        display: block;
        border: 0.065rem solid #ebecee;
        padding: 10px 16px 10px 21px;
    }
    .catalog__content{
        position: relative;
    }
    .sort-catalog{
        position: absolute;
            right: 1px;
            top: -65px;
    }
    .catalog__mobile-filter-toggle{
        width: 65%;
    }
    .payment__section{
        padding-top: 0.13rem;
    }
    .payment__form{
        margin-top: 0.5rem;
    }
    .payment__input + .payment__input{
        margin-top: 10px;
    }
}