@font-face {
    font-family: 'PTSans-Regular';
    src: url('../fonts/PTSans-Regular.woff2') format('woff2'),
        url('../fonts/PTSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSans-Bold';
    src: url('../fonts/PTSans-Bold.woff2') format('woff2'),
        url('../fonts/PTSans-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSans-Italic';
    src: url('../fonts/PTSans-Italic.woff2') format('woff2'),
        url('../fonts/PTSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



body::after {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    content: url('../img/favorite-normal.png') url('../img/favorite-hover.png') url('../img/header-user-cart-hover.png') url('../img/header-user-cabinet-hover.png') url('../img/header-user-favorite-hover.png') url('../img/sort-loading.gif') url('../img/buy-btn-loading.gif') url('../img/loading-30-for-black.gif') url('../img/categories-spoiler-up.png');
}



html {
    height: 100%;
    box-sizing: border-box;
}

html.pc.padding-right {
    padding-right: 17px;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    min-height: 100%;
    background: #fff;
    /* padding: 100px 0 140px; */
    padding: 100px 0 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
}

body a {
    -webkit-tap-highlight-color: initial;
}

.padding-right body.pc  {
    padding-right: 17px;
}

.wrapper {
    width: 1400px;
    padding: 0 10px;
    margin: 0 auto;
}

.clear {
    display: block;
    clear: both;
}



main {
    padding: 0 0 140px;
}



.header {
    width: 100%;
    height: 60px;
    background: #f4f2ee;
    padding: 10px 0;
    border-bottom: 1px solid rgba(102, 49, 48, 0.2);
    position: fixed;
    top: 0; left: 0;
    z-index: 91;
}

.pc header.padding-right {
    padding-right: 17px;
}

.header .wrapper {
    position: relative;
}



.header-notification {
    width: 300px;
    position: absolute;
    top: 60px; right: 10px;
    z-index: 1;
}

.header-notification .notification-item {
    display: block;
    background: #333;
    width: 100%;
    margin: 0 0 10px;
    padding: 10px 15px;
    border: 1px solid #fff;
    border-radius: 6px;
}

.header-notification .notification-item:last-of-type {
    margin: 0;
}

.header-notification .notification-item p {
    font-family: 'PTSans-Regular';
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: center;
}



.header-logo {
    width: 178px;
    height: 40px;
    margin: 0 20px 0 0;
    float: left;
}

.header-logo a {
    display: block;
    width: 100%;
    height: 100%;
}

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



.header-links {
    margin: 0 30px 0 0;
    padding: 5px 0;
    float: left;
}

.header-links a {
    display: block;
    margin: 0 0 0 20px;
    position: relative;
    float: left;
    font-family: 'PTSans-Bold';
    font-size: 16px;
    line-height: 30px;
    color: #333;
    text-decoration: none;
    transition: color 0.2s linear;
}

.header-links a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #663130;
    border-radius: 4px;
    position: absolute;
    bottom: 0; left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: width 0.2s linear;
}

.pc .header-links a:hover {
    color: #663130;
}

.pc .header-links a:hover:after {
    width: 100%;
}



.header-search {
    width: 390px;
    height: 30px;
    margin: 0 30px 0 0;
    padding: 5px 0;
    float: left;
}

.header-search form {
    width: 200px;
    margin: 0 auto;
    position: relative;
}

.header-search form input {
    background: transparent;
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 10px 0 35px;
    border: 1px solid transparent;
    border-radius: 20px;
    outline: none;
    font-family: 'PTSans-Regular';
    font-size: 14px;
    line-height: 30px;
    color: #333;
    transition: background linear 0.2s, border linear 0.2s;
}

.header-search form:hover input,
.header-search form input:focus {
    background: #fff;
    border: 1px solid #663130;
}

.header-search form button {
    display: block;
    width: 24px;
    height: 24px;
    background: #663130 url('../img/header-search.png') center center no-repeat;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 50%;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    position: absolute;
    top: 3px; left: 3px;
    transition: background-color linear 0.2s;
}

.pc .header-search form button:hover {
    background-color: #333;
}



.header-lang {
    height: 30px;
    margin: 5px 20px 5px 0;
    float: right;
}

.header-lang a {
    display: block;
    font-family: 'PTSans-Regular';
    font-size: 16px;
    line-height: 30px;
    color: #333;
    text-align: center;
    text-decoration: none;
    position: relative;
    float: left;
}

.header-lang a.active {
    font-family: 'PTSans-Bold';
    color: #663130;
    pointer-events: none;
    cursor: default;
}

.pc .header-lang a:hover {
    color: #663130;
}

.header-lang .lang-divider {
    width: 1px;
    height: 20px;
    background: #d7ccc8;
    margin: 5px;
    float: left;;
}



.header-user {
    height: 40px;
    padding: 8px 0;
    position: relative;
    float: right;
}

.header-user a {
    display: block;
    margin: 0 0 0 10px;
    font-family: 'PTSans-Regular';
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-decoration: none;
    float: left;
    -webkit-tap-highlight-color: transparent;
}

.header-user a:first-of-type {
    margin-left: 0;
}

.header-user a.disabled {
    pointer-events: none;
}

.header-user a i {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
}

.header-user a.not-empty i:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #eb3323;
    border: 2px solid #f4f2ee;
    border-radius: 50%;
    position: absolute;
    top: 1px; right: -1px;
}

.header-user a.not-empty.disabled i:after {
    display: none;
}

.header-user a.disabled i {
    background: url('../img/sort-loading.gif') center center no-repeat;
}

.header-user a i svg {
    display: block;
    width: 24px;
    height: 24px;
    color: #663130;
}

.header-user a.disabled i svg {
    display: none;
}

.header-user a span {
    display: block;
    background: #f4f2ee;
    width: 100%;
    padding: 5px 0;
    border: 1px solid rgba(102, 49, 48, 0.2);
    border-radius: 6px;
    position: absolute;
    top: 60px; left: 0;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.pc .header-user a:hover span {
    opacity: 1;
}

.header-user .user-help {
    background: transparent;
    width: 100%;
    height: 32px;
    border: 1px solid transparent;
    position: absolute;
    top: 60px; left: 0;
}



.nav {
    display: none;
    width: 100%;
    background: #fff;
    padding: 20px 5px;
    border-bottom: 1px solid rgba(102, 49, 48, 0.2);
    position: fixed;
    top: 60px; left: 0;
    z-index: 90;
}

.nav ul {
    width: 816px;
    margin: 0 auto;
    columns: 4;
}

.nav ul li {
    margin: 0 0 10px;
    padding: 0 5px;
    position: relative;
}

.nav ul li a {
    font-family: 'PTSans-Bold';
    font-size: 16px;
    line-height: 18px;
    color: #333;
    text-decoration: none;
    transition: color 0.2s linear;
}

.pc .nav ul li a:hover {
    color: #663130;
}

.nav ul li a span {
    position: relative;
}

.nav ul li a span:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #663130;
    border-radius: 50%;
    position: absolute;
    bottom: 5px; right: -10px;
    opacity: 0;
    transition: opacity 0.2s linear;
    pointer-events: none;
}

.nav ul li a:hover span:after {
    opacity: 1;
}



.breadcrumbs {
    margin: -20px 0 40px;
}

.breadcrumbs ul {
    overflow: hidden;
}

.breadcrumbs ul li {
    display: block;
    margin: 0 20px 0 0;
    float: left;
    font-family: 'PTSans-Regular';
    font-size: 14px;
    line-height: 20px;
    color: #663130;
    position: relative;
}

.breadcrumbs ul li:last-of-type {
    margin: 0;
}

.breadcrumbs ul li:after {
    content: '';
    display: block;
    width: 20px;
    height: 18px;
    background: url('../img/breadcrumbs-divider.png') center center no-repeat;
    position: absolute;
    bottom: 0; right: -20px;
}

.breadcrumbs ul li:last-of-type:after {
    display: none;
}

.breadcrumbs ul li a {
    font-family: 'PTSans-Regular';
    font-size: 14px;
    line-height: 20px;
    color: #9e9e9e;
    text-decoration: none;
    transition: color 0.2s linear;
}

.pc .breadcrumbs ul li a:hover {
    color: #663130;
}



.pagination {
    width: 100%;
    float: left;
}

.pagination ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.pagination ul li {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    border-radius: 6px;
}

.pagination ul li.active {
    background: #f4f2ee;
    border: 1px solid #d7ccc8;
}

.pagination ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-family: 'PTSans-Bold';
    font-size: 16px;
    line-height: 28px;
    color: #333;
    text-align: center;
    text-decoration: none;
}

.pagination ul li span {
    display: block;
    width: 100%;
    height: 100%;
    font-family: 'PTSans-Bold';
    font-size: 16px;
    line-height: 28px;
    color: #663130;
    text-align: center;
    cursor: default;
}



.footer {
    width: 100%;
    height: 80px;
    background: #333;
    position: absolute;
    bottom: 0; left: 0;
}

.padding-right .pc .footer {
    padding-right: 17px;
}

.footer .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 20px;
    height: 100%;
}

.footer .footer-logo {
    width: 178px;
    height: 80px;
}

.footer .footer-logo .logo-main img {
    display: block;
    width: 100%;
    height: 40px;
    opacity: 0.5;
}

.footer .footer-logo .logo-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
}

.footer .footer-logo .logo-cards img {
    display: block;
    width: auto;
    height: 30px;
    opacity: 0.7;
}

.footer .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
}

.footer .footer-links a {
    display: block;
    font-family: 'PTSans-Regular';
    font-size: 16px;
    line-height: 20px;
    color: #8b9198;
    text-decoration: none;
    transition: color 0.2s linear;
}

.footer .footer-links a:hover {
    color: #fff;
}

.footer .footer-contacts {
    text-align: right;
}

.footer .footer-contacts p {
    font-family: 'PTSans-Regular';
    font-size: 16px;
    line-height: 20px;
    color: #8b9198;
    white-space: nowrap;
}

.footer .footer-contacts a {
    font-family: 'PTSans-Regular';
    font-size: 16px;
    line-height: 20px;
    color: #8b9198;
    text-decoration: none;
    transition: color 0.2s linear;
}

.footer .footer-contacts a:hover {
    color: #fff;
}



.background {
    display: none;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0; left: 0;
    z-index: 100;
}



.sidebar {
    display: none;
    background: #fff;
    width: 400px;
    height: 100%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0; right: -400px;
    z-index: 101;
    overflow: hidden;
}

.sidebar-title {
    background: #f4f2ee;
    width: 400px;
    height: 60px;
    padding: 15px 10px;
    border-bottom: 1px solid rgba(102, 49, 48, 0.2);
    font-family: 'PTSans-Bold';
    font-size: 18px;
    line-height: 30px;
    color: #333;
    text-align: center;
    position: fixed;
}

.sidebar-title button {
    display: block;
    background: transparent;
    width: 30px;
    height: 30px;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    position: absolute;
    top: 15px; right: 15px;
}

.sidebar-title button i {
    display: block;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.sidebar-title button i:before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #663130;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transition: width 0.2s linear;
}

.sidebar-title button i:after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #663130;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transition: width 0.2s linear;
}

.pc .sidebar-title button:hover i:before,
.pc .sidebar-title button:hover i:after {
    width: 26px;
}

.sidebar-content {
    max-height: calc(100% - 70px);
    padding: 2px 10px 0;
    margin: 68px 0 0;
    overflow-y: auto;
}



.cart-list .list-item {
    background: #fff;
    padding: 10px;
    margin: 0 0 10px;
    border: 1px solid #d7ccc8;
    border-radius: 6px;
    position: relative;
}

.cart-list .list-item .item-image {
    width: 90px;
    padding: 0 10px 0 0;
    float: left;
}

.cart-list .list-item .item-image a {
    display: block;
    width: 80px;
    height: 80px;
    position: relative;
}

.cart-list .list-item .item-image a img {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: opacity linear 0.2s;
}

.cart-list .list-item .item-image a img.hover {
    opacity: 0;
}

.pc .cart-list .list-item .item-image a:hover img.main {
    opacity: 0;
}

.pc .cart-list .list-item .item-image a:hover img.hover {
    opacity: 1;
}

.cart-list .list-item .item-info {
    width: 248px;
    float: left;
}

.cart-list .list-item .item-info .info-name {
    max-height: 36px;
    margin: 0 0 5px;
    overflow: hidden;
    font-family: 'PTSans-Bold';
    font-size: 16px;
    line-height: 18px;
    color: #333;
}

.cart-list .list-item .item-info .info-category {
    margin: 0 0 5px;
    font-family: 'PTSans-Regular';
    font-size: 14px;
    line-height: 16px;
    color: #9e9e9e;
}

.cart-list .list-item .item-info .info-price {
    font-family: 'PTSans-Bold';
    font-size: 16px;
    line-height: 18px;
}

.cart-list .list-item .item-info .info-price .price-old {
    color: #9e9e9e;
    text-decoration: line-through;
}

.cart-list .list-item .item-info .info-price .price-new {
    color: #663130;
}

.cart-list .list-item .item-info .info-price .price-normal {
    color: #663130;
}

.cart-list .list-item .item-ctrl {
    padding: 5px 0 0;
    float: left;
}

.cart-list .list-item .item-ctrl button {
    display: block;
    width: 80px;
    height: 30px;
    background: transparent;
    margin: 0;
    padding: 0;
    border: 1px solid #333;
    border-radius: 6px;
    font-family: 'PTSans-Regular';
    font-size: 14px;
    line-height: 30px;
    color: #333;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    transition: background-color 0.2s linear, color 0.2s linear;
}

.pc .cart-list .list-item .item-ctrl button:hover {
    background: #333;
    color: #fff;
}

.cart-list .list-item .item-ctrl button:disabled,
.pc .cart-list .list-item .item-ctrl button:disabled:hover {
    background: #333 url('../img/loading-30-for-black.gif') center center no-repeat;
}

.cart-list .list-item .item-move {
    padding: 5px 0 0;
    float: right;
}

.cart-list .list-item .item-move button {
    display: block;
    width: 160px;
    height: 30px;
    background: transparent;
    margin: 0;
    padding: 0;
    border: 1px solid #333;
    border-radius: 6px;
    font-family: 'PTSans-Regular';
    font-size: 14px;
    line-height: 30px;
    color: #333;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    transition: background-color 0.2s linear, color 0.2s linear;
}

.pc .cart-list .list-item .item-move button:hover {
    background: #333;
    color: #fff;
}

.cart-list .list-item .item-move button:disabled,
.pc .cart-list .list-item .item-move button:disabled:hover {
    background: #333 url('../img/loading-30-for-black.gif') center center no-repeat;
}

.cart-list .list-item .item-move p {
    font-family: 'PTSans-Regular';
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.cart-list .list-item .item-total {
    padding: 5px 0 0;
    float: right;
}

.cart-list .list-item .item-total p {
    padding: 0 10px 0 0;
    font-family: 'PTSans-Bold';
    font-size: 16px;
    line-height: 30px;
    color: #663130;
}

.cart-list .list-item .item-amount {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.cart-list .list-item .item-amount p {
    width: 50px;
    font-family: 'PTSans-Regular';
    font-size: 16px;
    line-height: 30px;
    color: #333;
    text-align: center;
    float: left;
}

.cart-list .list-item .item-amount button {
    display: block;
    width: 30px;
    height: 30px;
    background: transparent;
    margin: 0;
    padding: 0;
    border: 1px solid #333;
    border-radius: 6px;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    float: left;
}

.cart-list .list-item .item-amount button.amount-less i {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.cart-list .list-item .item-amount button.amount-less i:before {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background: #333;
    position: absolute;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cart-list .list-item .item-amount button.amount-more i {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.cart-list .list-item .item-amount button.amount-more i:before {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background: #333;
    position: absolute;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cart-list .list-item .item-amount button.amount-more i:after {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background: #333;
    position: absolute;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.pc .cart-list .list-item .item-amount button:hover {
    background: #333;
}

.pc .cart-list .list-item .item-amount button:hover i:before,
.pc .cart-list .list-item .item-amount button:hover i:after {
    background: #fff;
}

.cart-list .list-item .item-amount button:disabled,
.pc .cart-list .list-item .item-amount button:disabled:hover {
    background: #333 url('../img/loading-30-for-black.gif') center center no-repeat;
}

.cart-list .list-total {
    margin: 10px;
    padding: 10px 20px 10px 10px;
}

.cart-list .list-total p {
    font-family: 'PTSans-Bold';
    font-size: 20px;
    line-height: 30px;
}

.cart-list .list-total p:nth-of-type(1) {
    color: #333;
    float: left;
}

.cart-list .list-total p:nth-of-type(2) {
    color: #663130;
    float: right;
}

.cart-list .list-next {
    margin: 10px;
}

.cart-list .list-next button {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #663130;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    border: transparent;
    border-radius: 30px;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    font-family: 'PTSans-Bold';
    font-size: 16px;
    line-height: 40px;
    color: #f0dcbe;
    transition: background-color linear 0.2s, color linear 0.2s;
}

.pc .cart-list .list-next button:hover {
    background-color: #333;
    color: #fff;
}

.cart-list .list-next button:disabled {
    background-color: #333;
    background-image: url('../img/buy-btn-loading.gif');
}



.cart-empty {
    padding: 0 10px;
    margin: 70px 0 0;
}

.cart-empty p {
    margin: 0 0 10px;
    font-family: 'PTSans-Regular';
    font-size: 16px;
    line-height: 20px;
    color: #333;
    text-align: center;
}

.cart-empty p span {
    background: #f4f2ee;
    border-radius: 6px;
    padding: 0 5px;
}

.cart-empty p a {
    font-family: 'PTSans-Bold';
    font-size: 16px;
    line-height: 20px;
    color: #663130;
    text-decoration: none;
}



.cart-checkout .checkout-form {
    background: #fff;
    padding: 10px;
    margin: 0 0 80px;
    border-radius: 6px;
}

.cart-checkout .checkout-form .form-choice {
    margin: 0 0 10px;
}

.cart-checkout .checkout-form .form-choice div:nth-of-type(1),
.cart-checkout .checkout-form .form-choice div:nth-of-type(2) {
    width: 50%;
    font-family: 'PTSans-Bold';
    font-size: 16px;
    line-height: 40px;
    color: #333;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 6px;
    cursor: pointer;
    user-select: none;
    float: left;
    transition: color 0.2s linear;
}

.cart-checkout .checkout-form .form-choice div.active {
    background: #f4f2ee;
    color: #663130;
    border: 1px solid rgba(102, 49, 48, 0.2);
}

.pc .cart-checkout .checkout-form .form-choice div:hover {
    color: #663130;
}

.cart-checkout .checkout-form .form-data {
    display: none;
    padding: 0 8px 8px;
}

.cart-checkout .checkout-form .form-data.active {
    display: block;
}

.cart-checkout .checkout-form .form-data .data-title {
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #663130;
    font-family: 'PTSans-Regular';
    font-size: 16px;
    line-height: 20px;
    color: #333;
}

.cart-checkout .checkout-form .form-data .data-item {
    position: relative;
}

.cart-checkout .checkout-form .form-data .data-item .item-help {
    width: 50%;
    position: absolute;
    top: 30px; right: 0;
    z-index: 1;
}

.cart-checkout .checkout-form .form-data .data-item.last .item-help {
    top: 24px;
}

.cart-checkout .checkout-form .form-data .data-item .item-help .help-loading {
    background: #fff url(../img/loading.gif) center 11px no-repeat;
    width: 100%;
    height: 60px;
    padding: 0 10px;
    border: 1px solid #333;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: none;
}

.cart-checkout .checkout-form .form-data .data-item.last .item-help .help-loading {
    padding-top: 6px;
}

.cart-checkout .checkout-form .form-data .data-item .item-help .help-loading i {
    display: block;
    background: #333;
    width: 100%;
    height: 1px;
}

.cart-checkout .checkout-form .form-data .data-item .item-help .help-list {
    background: #fff;
    width: 100%;
    max-height: 150px;
    padding: 0 10px 10px;
    border: 1px solid #333;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: none;
    overflow-y: auto;
    overflow-x: hidden;
}

.cart-checkout .checkout-form .form-data .data-item.last .item-help .help-list {
    padding-top: 6px;
}

.cart-checkout .checkout-form .form-data .data-item .item-help .help-list i {
    display: block;
    background: #333;
    width: 100%;
    height: 1px;
    margin: 0 0 10px;
}

.cart-checkout .checkout-form .form-data .data-item .item-help .help-list .list-item {
    padding: 2px 0;
    font-family: 'PTSans-Regular';
    font-size: 14px;
    line-height: 16px;
    color: #333;
    cursor: pointer;
}

.pc .cart-checkout .checkout-form .form-data .data-item .item-help .help-list .list-item:hover {
    color: #eb5738;
}

.cart-checkout .checkout-form .form-data .data-item.last {
    margin: 0 0 10px;
}

.cart-checkout .checkout-form .form-data .data-item label {
    display: block;
    width: 50%;
    font-family: 'PTSans-Regular';
    font-size: 16px;
    line-height: 30px;
    color: #333;
    float: left;
}

.cart-checkout .checkout-form .form-data .data-item input[type="text"] {
    display: block;
    width: 50%;
    height: 30px;
    background: #fff;
    padding: 0 10px;
    font-family: 'PTSans-Regular';
    font-size: 16px;
    line-height: 29px;
    color: #333;
    border: 1px solid #d7ccc8;
    border-bottom: none;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    float: left;
}

.cart-checkout .checkout-form .form-data .data-item.first input[type="text"] {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.cart-checkout .checkout-form .form-data .data-item.last input[type="text"] {
    border-bottom: 1px solid #d7ccc8;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.cart-checkout .checkout-form .form-data .data-item .item-phone {
    width: 50%;
    position: relative;
    float: left;
}

.cart-checkout .checkout-form .form-data .data-item .item-phone .phone-code {
    width: 46px;
    height: 24px;
    background: #d7ccc8;
    border-radius: 4px;
    font-family: 'PTSans-Regular';
    font-size: 16px;
    line-height: 24px;
    color: #333;
    text-align: center;
    position: absolute;
    bottom: 3px; left: 3px;
}

.cart-checkout .checkout-form .form-data .data-item .item-phone input[type="text"] {
    width: 100%;
    padding: 0 10px 0 54px;
}

.cart-checkout .checkout-form .form-data .data-submit button[type="submit"] {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #663130;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    border: transparent;
    border-radius: 30px;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    font-family: 'PTSans-Bold';
    font-size: 16px;
    line-height: 40px;
    color: #f0dcbe;
    transition: background-color linear 0.2s, color linear 0.2s;
}

.pc .cart-checkout .checkout-form .form-data .data-submit button[type="submit"]:hover {
    background-color: #333;
    color: #fff;
}

.cart-checkout .checkout-form .form-data .data-submit button[type="submit"]:disabled {
    background-color: #333;
    background-image: url('../img/buy-btn-loading.gif');
}

.cart-checkout .checkout-form .form-data .data-submit p {
    margin: 10px 0;
    font-family: 'PTSans-Regular';
    font-size: 14px;
    line-height: 16px;
    color: #9e9e9e;
}

.cart-checkout .checkout-form .form-data .data-submit p a {
    font-family: 'PTSans-Regular';
    font-size: 14px;
    line-height: 16px;
    color: #333;
}



.cart-checkout .checkout-form .form-data .data-box {
    background: #f4f2ee;
    margin: 0 0 10px;
    padding: 10px;
    border-radius: 10px;
}

.cart-checkout .checkout-form .form-data .data-box .box-title {
    margin: 0 0 10px;
    font-family: 'PTSans-Bold';
    font-size: 16px;
    line-height: 20px;
    color: #333;
    text-align: center;
}

.cart-checkout .checkout-form .form-data .data-box .box-select {
    position: relative;
}

.cart-checkout .checkout-form .form-data .data-box .box-select::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/category-sort.png) center center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

.cart-checkout .checkout-form .form-data .data-box .box-select.separate {
    margin: 0 0 10px;
}

.cart-checkout .checkout-form .form-data .data-box .box-select select {
    display: block;
    width: 100%;
    height: 30px;
    background: #fff;
    padding: 0 30px 0 10px;
    font-family: 'PTSans-Regular';
    font-size: 16px;
    line-height: 29px;
    color: #333;
    border: 1px solid #d7ccc8;
    border-bottom: none;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    cursor: pointer;
}

.cart-checkout .checkout-form .form-data .data-box .box-select.separate select {
    border: 1px solid #d7ccc8;
    border-radius: 6px;
}

.cart-checkout .checkout-form .form-data .data-box .box-input {
    position: relative;
}

.cart-checkout .checkout-form .form-data .data-box .box-input input {
    display: block;
    width: 100%;
    height: 30px;
    background: #fff;
    padding: 0 10px;
    font-family: 'PTSans-Regular';
    font-size: 16px;
    line-height: 29px;
    color: #333;
    border: 1px solid #d7ccc8;
    border-bottom: none;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

.cart-checkout .checkout-form .form-data .data-box .box-input .input-help {
    display: none;
    width: 100%;
    max-height: 170px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    padding: 5px 10px 4px;
    border: 1px solid #d7ccc8;
    border-top: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    position: absolute;
    top: 30px; left: 0;
    z-index: 1;
}

.cart-checkout .checkout-form .form-data .data-box .box-input .input-divider {
    display: none;
    width: 302px;
    height: 1px;
    background: #d7ccc8;
    position: absolute;
    top: 30px; left: 10px;
    z-index: 1;
}

.cart-checkout .checkout-form .form-data .data-box .box-input .input-help .help-loading {
    width: 30px;
    height: 30px;
    background: #fff url('../img/sort-loading.gif') center center no-repeat;
    margin: 0 auto;
    border-radius: 50%;
}

.cart-checkout .checkout-form .form-data .data-box .box-input .input-help .help-item {
    padding: 2px 0 2px 14px;
    font-family: 'PTSans-Regular';
    font-size: 16px;
    line-height: 18px;
    color: #333;
    position: relative;
    cursor: pointer;
    transition: color 0.2s linear;
}

.pc .cart-checkout .checkout-form .form-data .data-box .box-input .input-help .help-item:hover {
    color: #663130;
}

.cart-checkout .checkout-form .form-data .data-box .box-input .input-help .help-item::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #d7ccc8;
    border-radius: 50%;
    position: absolute;
    top: 9px; left: 0;
    transition: background 0.2s linear;
}

.pc .cart-checkout .checkout-form .form-data .data-box .box-input .input-help .help-item:hover::before {
    background: #663130;
}

.cart-checkout .checkout-form .form-data .data-box .box-select.first select,
.cart-checkout .checkout-form .form-data .data-box .box-input.first input {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.cart-checkout .checkout-form .form-data .data-box .box-select.last select,
.cart-checkout .checkout-form .form-data .data-box .box-input.last input {
    border-bottom: 1px solid #d7ccc8;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.cart-checkout .checkout-form .form-data .data-box .box-input.last input.active {
    border-bottom: 1px solid transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.cart-checkout .checkout-form .form-data .data-box .box-input .input-help .help-next {
    width: 100%;
    height: 30px;
    background: #d7ccc8;
    margin: 5px 0;
    border-radius: 4px;
    font-family: 'PTSans-Regular';
    font-size: 16px;
    line-height: 30px;
    color: #333;
    text-align: center;
    cursor: pointer;
    user-select: none;
    transition: color 0.2s linear;
}

.pc .cart-checkout .checkout-form .form-data .data-box .box-input .input-help .help-next:hover {
    color: #663130;
}

.cart-checkout .checkout-form .form-data .data-box .box-help p {
    font-family: 'PTSans-Regular';
    font-size: 14px;
    line-height: 16px;
    color: #333;
    text-align: center;
}



.cart-checkout .cart-order {
    padding: 0 10px;
    margin: 70px 0 0;
}

.cart-checkout .cart-order p {
    margin: 0 0 10px;
    font-family: 'PTSans-Regular';
    font-size: 16px;
    line-height: 20px;
    color: #333;
    text-align: center;
}

.cart-checkout .cart-order p span {
    background: #f4f2ee;
    border-radius: 6px;
    padding: 0 5px;
}

.cart-checkout .cart-order p a {
    font-family: 'PTSans-Bold';
    font-size: 16px;
    line-height: 20px;
    color: #663130;
    text-decoration: none;
}

.cart-checkout .cart-order .liqpay button[type="submit"] {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #663130;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    border: transparent;
    border-radius: 30px;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    font-family: 'PTSans-Bold';
    font-size: 16px;
    line-height: 40px;
    color: #f0dcbe;
    transition: background-color linear 0.2s, color linear 0.2s;
}

.pc .cart-checkout .cart-order .liqpay button[type="submit"]:hover {
    background-color: #333;
    color: #fff;
}



.cart-checkout .checkout-form .form-unverified p {
    margin: 0 0 10px;
    font-family: 'PTSans-Regular';
    font-size: 16px;
    line-height: 20px;
    color: #333;
    text-align: center;
}

.cart-checkout .checkout-form .form-unverified p span {
    background: #f4f2ee;
    border-radius: 6px;
    padding: 0 5px;
}



.auth .auth-form {
    width: 300px;
    background: #fff;
    padding: 10px;
    margin: 0 auto 80px;
    border-radius: 6px;
}

.auth .auth-form .form-choice {
    margin: 0 0 10px;
}

.auth .auth-form .form-choice div:nth-of-type(1),
.auth .auth-form .form-choice div:nth-of-type(2) {
    width: 50%;
    font-family: 'PTSans-Bold';
    font-size: 16px;
    line-height: 40px;
    color: #333;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 6px;
    user-select: none;
    float: left;
    transition: color 0.2s linear;
}

.auth .auth-form .form-choice div.active {
    background: #f4f2ee;
    color: #663130;
    border: 1px solid rgba(102, 49, 48, 0.2);
}

.pc .auth .auth-form .form-choice div:hover {
    color: #663130;
}

.auth .auth-form .form-choice div a {
    color: #333;
    text-decoration: none;
}

.pc .auth .auth-form .form-choice div a:hover {
    color: #663130;
}

.auth .auth-form .form-data {
    padding: 0 8px 8px;
}

.auth .auth-form .form-data .data-title {
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #663130;
    font-family: 'PTSans-Regular';
    font-size: 16px;
    line-height: 20px;
    color: #333;
}

.auth .auth-form .form-data .data-status {
    margin: 0 0 10px;
    font-family: 'PTSans-Bold';
    font-size: 16px;
    line-height: 18px;
    color: #663130;
}

.auth .auth-form .form-data .data-error {
    margin: 0 0 10px;
    font-family: 'PTSans-Regular';
    font-size: 16px;
    line-height: 18px;
    color: #9e9e9e;
    text-align: center;
}

.auth .auth-form .form-data .data-item {
    margin: 0 0 10px;
}

.auth .auth-form .form-data .data-item input[type="text"],
.auth .auth-form .form-data .data-item input[type="tel"],
.auth .auth-form .form-data .data-item input[type="email"],
.auth .auth-form .form-data .data-item input[type="password"] {
    display: block;
    width: 230px;
    height: 40px;
    background: #fff;
    margin: 0 auto;
    padding: 0 10px;
    font-family: 'PTSans-Regular';
    font-size: 16px;
    line-height: 39px;
    color: #333;
    border: 1px solid #d7ccc8;
    border-radius: 6px;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

.auth .auth-form .form-data .data-item .item-phone {
    position: relative;
}

.auth .auth-form .form-data .data-item .item-phone .phone-code {
    width: 46px;
    height: 34px;
    background: #d7ccc8;
    border-radius: 4px;
    font-family: 'PTSans-Regular';
    font-size: 16px;
    line-height: 34px;
    color: #333;
    text-align: center;
    position: absolute;
    bottom: 3px; left: 20px;
}

.auth .auth-form .form-data .data-item .item-phone input[type="text"] {
    padding: 0 10px 0 54px;
}

.auth .auth-form .form-data .data-item label {
    display: block;
    width: 230px;
    margin: 0 auto 10px;
    font-family: 'PTSans-Regular';
    font-size: 16px;
    line-height: 18px;
    color: #9e9e9e;
}

.auth .auth-form .form-data .data-submit button[type="submit"] {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #663130;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 0 10px;
    padding: 0;
    border: transparent;
    border-radius: 30px;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    font-family: 'PTSans-Bold';
    font-size: 16px;
    line-height: 40px;
    color: #f0dcbe;
    transition: background-color linear 0.2s, color linear 0.2s, background-image linear 0.2s;
}

.pc .auth .auth-form .form-data .data-submit button[type="submit"]:hover {
    background-color: #333;
    color: #fff;
}

.auth .auth-form .form-data .data-submit button[type="submit"]:disabled {
    background-color: #333;
    background-image: url('../img/buy-btn-loading.gif');
    cursor: default;
}

.auth .auth-form .form-data .data-recovery p {
    text-align: center;
}

.auth .auth-form .form-data .data-recovery p a {
    font-family: 'PTSans-Regular';
    font-size: 14px;
    line-height: 16px;
    color: #663130;
    text-align: center;
}



.pinned-panel {
    margin: 0 0 40px;
    padding: 0 10px;
}

.pinned-panel .panel-message {
    background: #f4f2ee;
    border: 1px solid rgba(102, 49, 48, 0.2);
    border-radius: 10px;
    padding: 20px;
}

.pinned-panel .panel-message p {
    font-family: 'PTSans-Bold';
    font-size: 16px;
    line-height: 20px;
    color: #333;
    text-align: center;
}

.pinned-panel .panel-message p a {
    font-family: 'PTSans-Bold';
    font-size: 16px;
    line-height: 20px;
    color: #663130;
    text-decoration: underline;
}



.page-content {
    max-width: 1140px;
    margin: 0 auto;
}

.page-content h1 {
    margin: 0 0 20px;
    font-family: 'PTSans-Bold';
    font-size: 28px;
    line-height: 30px;
    color: #333;
    text-align: center;
}

.page-content h2 {
    margin: 0 0 20px;
    font-family: 'PTSans-Bold';
    font-size: 24px;
    line-height: 26px;
    color: #333;
}

.page-content h3 {
    margin: 0 0 20px;
    font-family: 'PTSans-Bold';
    font-size: 20px;
    line-height: 22px;
    color: #333;
}

.page-content p {
    font-family: 'PTSans-Regular';
    font-size: 16px;
    line-height: 18px;
    color: #333;
}

.page-content ul li {
    display: block;
    /* margin: 0 0 5px; */
    padding: 0 0 0 16px;
    position: relative;
    font-family: 'PTSans-Regular';
    font-size: 16px;
    line-height: 18px;
    color: #333;
}

.page-content ul li:last-of-type {
    margin: 0;
}

.page-content ul li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #663130;
    border-radius: 50%;
    position: absolute;
    top: 6px; left: 0;
}

.page-content ol li {
    /* margin: 0 0 5px; */
    font-family: 'PTSans-Regular';
    font-size: 16px;
    line-height: 18px;
    color: #333;
    list-style-type: decimal;
    list-style-position: inside;
}

.page-content ol li:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 18px;
}

.page-content strong {
    font-family: 'PTSans-Bold';
}

.page-content em {
    font-family: 'PTSans-Italic';
}

.page-content a {
    font-family: 'PTSans-Bold';
    font-size: 16px;
    line-height: 18px;
    color: #663130;
    text-decoration: none;
}

.page-content .content-map {
    width: 100%;
    height: 300px;
    margin: 20px 0;
    border: 1px solid #f4f2ee;
    border-radius: 10px;
    overflow: hidden;
}



.checkout {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 10px 140px;
}

.checkout h1 {
    margin: 0 0 20px;
    font-family: 'PTSans-Bold';
    font-size: 28px;
    line-height: 30px;
    color: #333;
    text-align: center;
}

.checkout .checkout-info {
    margin: 0 0 20px;
    padding: 20px;
    border: 1px solid #d7ccc8;
    border-radius: 10px;
}

.checkout .checkout-info .info-line {
    display: flex;
    margin: 0 0 10px;
}

.checkout .checkout-info .info-line .line-label {
    font-family: 'PTSans-Regular';
    font-size: 18px;
    line-height: 20px;
    color: #9e9e9e;
    white-space: nowrap;
}

.checkout .checkout-info .info-line .line-space {
    height: 16px;
    flex-grow: 1;
    margin: 0 10px;
    border-bottom: 1px dashed #d7ccc8;
}

.checkout .checkout-info .info-line .line-value {
    font-family: 'PTSans-Regular';
    font-size: 18px;
    line-height: 20px;
    color: #333;
    text-align: right;
}

.checkout .checkout-info .info-message {
    background: #d7ccc8;
    border-radius: 8px;
    margin: 20px 0 0;
    padding: 20px;
}

.checkout .checkout-info .info-message p {
    font-family: 'PTSans-Regular';
    font-size: 18px;
    line-height: 20px;
    color: #333;
}

.checkout .checkout-info .info-message a {
    font-family: 'PTSans-Bold';
    font-size: 18px;
    line-height: 20px;
    color: #eb3323;
    text-decoration: none;
}

.checkout .checkout-list .list-item {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.checkout .checkout-list .list-item .item-image {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    background: #f4f2ee;
    margin: 0 20px 0 0;
    border-radius: 6px;
}

.checkout .checkout-list .list-item .item-image img {
    display: block;
    width: 100%;
    height: 100%;
}

.checkout .checkout-list .list-item .item-details .details-title {
    margin: 0 0 10px;
    font-family: 'PTSans-Regular';
    font-size: 18px;
    line-height: 20px;
    color: #333;
}

.checkout .checkout-list .list-item .item-details .details-price {
    display: flex;
}

.checkout .checkout-list .list-item .item-details .details-price span {
    font-family: 'PTSans-Regular';
    font-size: 18px;
    line-height: 20px;
    color: #333;
}

.checkout .checkout-list .list-item .item-details .details-price span:nth-child(2) {
    margin: 0 10px;
    color: #9e9e9e;
}

.checkout .checkout-list .list-item .item-details .details-price span:nth-child(3) {
    font-family: 'PTSans-Bold';
}

.checkout .checkout-total p {
    display: flex;
    justify-content: flex-end;
    font-family: 'PTSans-Regular';
    font-size: 18px;
    line-height: 20px;
    color: #9e9e9e;
    text-align: right;
}

.checkout .checkout-total p strong {
    margin: 0 0 0 10px;
    font-family: 'PTSans-Bold';
    color: #333;
}



.cookies {
    width: 100%;
    padding: 20px 10px;
    background: #f4f2ee;
    border-top: 1px solid rgba(102, 49, 48, 0.2);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 91;
}

.cookies .wrapper {
    position: relative;
}

.cookies .cookies-text {
    padding: 0 230px 0 0;
}

.cookies .cookies-text .text-title {
    margin: 0 0 10px;
    font-family: 'PTSans-Bold';
    font-size: 18px;
    line-height: 20px;
    color: #333;
}

.cookies .cookies-text .text-content {
    position: relative;
    font-family: 'PTSans-Regular';
    font-size: 16px;
    line-height: 18px;
    color: #333;
}

.cookies .cookies-confirm {
    width: 120px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.cookies .cookies-confirm button {
    display: block;
    width: 120px;
    height: 30px;
    background: #663130;
    margin: 0 auto;
    padding: 0 15px;
    border: none;
    border-radius: 20px;
    font-family: 'PTSans-Bold';
    font-size: 16px;
    line-height: 30px;
    color: #f0dcbe;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: background 0.2s linear, color 0.2s linear;
}

.pc .cookies .cookies-confirm button:hover {
    background: #333;
    color: #fff;
}
