@keyframes slideInLong {
    0% {
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes slideup {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
.img-block .img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 770px) {
    .image-back-dubble::after,
    .image-back-dubble::before {
        display: none;
    }
    .img-block {
        margin-bottom: 20px;
    }
}
.action-item {
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 340px;
}
.action-item:nth-child(3n + 3) {
    margin-right: 0;
}
.action-item .title-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 37px;
    background: -webkit-gradient(linear, left bottom, left top, from(#fef1e7), to(transparent));
    background: -o-linear-gradient(bottom, #fef1e7, transparent);
    background: linear-gradient(bottom, #fef1e7, transparent);
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.action-item .title {
    font-size: 20px;
    font-weight: 600;
    color: #b25d5d;
    margin-bottom: 15px;
    line-height: 1.2;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    max-height: 100%;
    overflow: hidden;
}
.action-item .title:hover {
    color: #444;
}
.action-item .date {
    color: #999;
    font-size: 16px;
}
.action-item .img {
    width: 100%;
    height: auto;
}
a.action-item:hover .title {
    color: #444;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .action-item .title-wrap {
        background-image: url(../img/actions-page/gradient-for-ie.png);
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat;
    }
}
.action-item_big {
    width: 700px;
}
@media (max-width: 1500px) {
    .action-item {
        width: 22%;
        margin-right: 2%;
    }
    .action-item:nth-child(3n + 3) {
        margin-right: 0;
    }
    .action-item .img {
        height: 100%;
    }
    .action-item_big {
        width: 52%;
    }
}
@media (max-width: 1220px) {
    .action-item .title-wrap {
        padding: 20px;
    }
}
@media (max-width: 1000px) {
    .action-item {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 24%;
        margin-right: 1.3%;
        margin-bottom: 10px;
    }
    .action-item:nth-child(3n + 3) {
        margin-right: 1.3%;
    }
    .action-item:nth-child(5n + 5) {
        margin-right: 0;
    }
    .action-item .title {
        font-size: 16px;
    }
    .action-item_big {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 49.3%;
        margin-right: 1.3%;
    }
    .action-item_big:nth-child(2n + 2) {
        margin-right: 0;
    }
}
@media (max-width: 770px) {
    .actions-list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .action-item {
        width: 49%;
        margin-right: 0;
    }
    .action-item:nth-child(3n + 3),
    .action-item_big {
        margin-right: 0;
    }
}
@media (max-width: 560px) {
    .action-item .title-wrap {
        padding: 10px;
        background: -webkit-gradient(linear, left bottom, left top, from(#fef1e7), to(#fef1e771));
        background: -o-linear-gradient(bottom, #fef1e7, #fef1e771);
        background: linear-gradient(bottom, #fef1e7, #fef1e771);
    }
    .action-item .title {
        margin-bottom: 10px;
    }
    .action-item_big {
        width: 100%;
    }
}
@media (max-width: 460px) {
    .action-item {
        margin-bottom: 8px;
    }
}
@media (max-width: 360px) {
    .action-item {
        margin-bottom: 6px;
    }
}
.article-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.article-list .article-item {
    width: 100%;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    break-inside: avoid-column;
}
.article-list .img-block {
    width: 35%;
}
.article-list .txt-block {
    width: 65%;
}
.article-list .article-item,
.article-list .article-item_large {
    margin-bottom: 18px;
}
.article-list .article-item .desc {
    display: block;
    height: 72px;
    overflow: hidden;
}
.article-list .article-item .desc .span {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.article-list .article-controle-line {
    opacity: 0.7;
}
.article-item {
    width: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fef1e7;
}
.article-item .img-block {
    width: 220px;
}
.article-item .img-block .img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.article-item .txt-block {
    width: 480px;
    padding: 35px 45px;
}
.article-item .article-title {
    font-size: 20px;
    display: block;
    line-height: 1.2;
    font-family: TTNorms-Medium, "Work Sans", sans-serif;
    font-weight: 500;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    color: #b25d5d;
    height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.article-item .article-title:hover {
    color: #444;
}
.article-item .article-controle-line {
    font-size: 12px;
}
.article-item .desc {
    color: #444;
    position: relative;
    min-height: 72px;
    line-height: 1.5;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 20px;
}
.article-item .desc::after {
    content: "";
    width: 20px;
    height: 10px;
    background: url(../img/icons/right-arrow_red.svg) center/100% no-repeat;
    position: absolute;
    bottom: 4px;
    right: 0;
}
.article-item .desc:hover::after {
    background: url(../img/icons/right-arrow_black.svg) center/100% no-repeat;
    bottom: 4px;
    right: 0;
}
.article-item_large {
    height: 486px;
    width: 100%;
    position: relative;
}
.article-item_large::before {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../img/articles/back-gradient.png);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}
.article-item_large .img,
.article-item_large .img-block {
    width: 100%;
    height: 100%;
}
.article-item_large .txt-block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.article-item_large .article-title {
    height: 27px;
    -webkit-line-clamp: 1;
}
.article-item_large .desc {
    -webkit-line-clamp: 2;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .article-item_large::before {
        display: none;
    }
    .article-item_large .txt-block {
        background-image: url(../img/articles/back-gradient.png);
        background-size: 100%;
        background-position: bottom;
        background-repeat: no-repeat;
    }
}
@media (max-width: 1500px) {
    .article-item {
        width: 100%;
    }
    .article-item .txt-block {
        padding: 15px;
    }
    .article-item .controle-item {
        margin-right: 15px;
    }
    .article-item .article-title {
        font-size: 18px;
        height: 42px;
    }
    .article-controle-line {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .article-item_large {
        height: 392px;
    }
    .article-item_large .article-title {
        -webkit-line-clamp: 2;
    }
    .article-item_large .txt-block {
        padding-top: 50px;
    }
}
@media (max-width: 1220px) {
    .article-item .img-block {
        width: 40%;
    }
    .article-item .txt-block {
        width: 60%;
    }
    .article-controle-line,
    .article-item .controle-item {
        margin-top: 5px;
    }
    .article-item_large {
        height: 414px;
    }
    .article-item_large .img-block {
        width: 100%;
        height: 100%;
    }
    .article-item_large .txt-block {
        width: 100%;
    }
    .article-item_large::before {
        background-size: 130%;
    }
}
@media (max-width: 1000px) {
    .article-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .article-item .img-block,
    .article-item .txt-block {
        width: 100%;
    }
    .article-controle-line {
        height: 38px;
        overflow: hidden;
    }
    .article-item_large {
        height: auto;
    }
    .article-item_large::before {
        display: none;
    }
    .article-item_large .txt-block {
        position: relative;
        left: auto;
        bottom: auto;
        padding-top: 15px;
    }
    .article-item_large .desc {
        -webkit-line-clamp: 3;
    }
    .article-list .article-item {
        display: inline-block;
    }
}
@media (max-width: 770px) {
    .article-list .article-controle-line {
        display: none;
    }
    .article-list .article-title {
        margin-bottom: 10px;
    }
}
@media (max-width: 620px) {
    .article-list {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
    .article-list .article-item {
        margin-bottom: 10px;
    }
}
@media (max-width: 560px) {
    .article-item .img-block {
        margin-bottom: 0;
    }
    .article-item .desc {
        -webkit-line-clamp: 5;
    }
}
.about-article,
.blog__author-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
}

.about-article > *:not(:last-child),
.blog__author-footer > *:not(:last-child) {
    margin-right: 30px;
}
@media (max-width: 1000px) {
    .about-article,
    .blog__author-footer {
        margin-top: 15px;
    }
}
@media (max-width: 767px) {
    .about-article,
    .blog__author-footer {
        flex-wrap: wrap;
    }
    .about-article .blog__author {
        width: 100%;
        margin-bottom: 24px;
    }
    .about-article > *:not(:last-child),
    .blog__author-footer > *:not(:last-child) {
        margin-right: 10px;
    }
}
.about-article .work-time {
    position: relative;
    white-space: nowrap;
    font-family: TTNorms-Regular, "Work Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding-left: 21px;
    position: relative;
    line-height: 16px;
}
.about-article .work-time svg {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    color: #b25d5d;
    opacity: 0.502;
    transform: translateY(-50%);
}
.about-article .about-item {
    color: #444;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about-article .about-item::before {
    margin-bottom: 0;
}
.about-article .blog__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
}
.about-article .blog__author .blog__author_photo,
.blog__author-footer img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-shrink: 0;
    margin: 0;
    margin-right: 10px;
    width: 75px;
    height: 75px;
    border-radius: 200px;
    overflow: hidden;
}
.about-article .blog__author .blog__author_photo img {
    width: 100%;
    height: 100%;
}
.about-article .blog__author span,
.blog__author-footer .author_name {
    font-family: TTNorms-Medium, "Work Sans", sans-serif;
    font-size: 20px;
}
.blog__author-footer {
    display: grid;
    grid-template-columns: 75px 1fr;
    grid-template-rows: repeat(3, auto);
    align-items: flex-start;
    gap: 0 10px;
}
.basic-styles-content .blog__author-footer img {
    grid-row: span 3;
    margin: 0;
}
@media (max-width: 767px) {
    .about-article .blog__author .blog__author_photo,
    .blog__author-footer img {
        width: 50px;
        height: 50px;
    }
    .blog__author-footer {
        grid-template-columns: 50px 1fr;
        align-items: center;
    }
}
.article-wrap .links-list .link {
    color: #b25d5d;
    font-size: 16px;
    margin-right: 15px;
    text-decoration: none;
}
.article-wrap .links-list .link:last-child {
    margin-right: 0;
}
.article-wrap .links-list .link:hover {
    color: #444;
}
.article-wrap .about-article {
    width: auto;
    margin-top: 0;
}
.article-wrap .icon-item {
    margin-left: 5px;
    margin-right: 5px;
}
.author-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.author-wrap .link {
    text-decoration: none;
}
.author-title {
    font-weight: 600;
    color: #444;
    margin-right: 5px;
}
.social-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.social-share_mrgn {
    margin-left: 30px;
}
.icon-item {
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.icon-item:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.share-icon {
    background-image: url(../img/icons/share_black.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: default;
}
.share-icon:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.vk-icon_small {
    background-image: url(../img/icons/vk-small_color.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.fb-icon_small {
    background-image: url(../img/icons/fb-small_color.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ok-icon {
    background-image: url(../img/icons/ok_color.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.telega-icon {
    background-image: url(../img/icons/telega_color.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width: 460px) {
    .article-wrap .links-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .article-wrap .about-article {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .article-wrap .social-share_mrgn {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
}
.product-table-list-ftr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-table-list-ftr .promo-block-wrap {
    background-color: #fef1e7;
    width: 450px;
    padding: 35px 20px;
}
.product-table-list-ftr .promo-block-wrap .input {
    max-width: 220px;
    height: 40px;
}
.product-table-list-ftr .promo-block-wrap .btn {
    max-width: 170px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-family: TTNorms-Medium, sans-serif;
    font-weight: 500;
}
.product-table-list-ftr .promo-block-wrap.active {
    padding-bottom: 50px;
}
.product-table-list-ftr .promo-block-wrap.active .success-wrap {
    margin-top: 40px;
    width: 100%;
}
.product-table-list-ftr .promo-block-wrap.active .remove-title {
    color: #b25d5d;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.product-table-list-ftr .promo-block-wrap.active .remove-title:hover {
    color: #444;
}
.product-table-list-ftr .promo-success {
    padding: 15px;
    background-color: #45ca99;
    color: #fff;
    border-radius: 4px;
    display: inline;
}
.product-table-list-ftr .promo-success::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../img/icons/success_white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 95%;
    margin-right: 5px;
    margin-bottom: -2px;
}
.product-table-list-ftr .form-title {
    font-size: 20px;
    font-weight: 600;
}
.product-table-list-ftr .price-info-wrap {
    width: 970px;
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.product-table-list-ftr .btn-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.product-table-list-ftr .btn-wrap .btn {
    width: 220px;
    height: 40px;
}
.product-table-list-ftr .btn-wrap .btn:first-child {
    margin-right: 20px;
}
.product-table-list-ftr .small-desc {
    width: 100%;
    text-align: right;
    margin-top: 20px;
    line-height: 1.5;
}
.product-table-list-ftr .price-info-item {
    font-size: 16px;
    margin-bottom: 10px;
}
.product-table-list-ftr .price-info-item_m-t {
    margin-top: 15px;
}
.product-table-list-ftr .total-summ {
    font-size: 24px;
    font-weight: 600;
    margin-top: 15px;
}
.product-table-list-ftr .small-txt {
    font-size: 14px;
}
.product-table-list-ftr .basket-checkout-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.basket-coupon-alert {
    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;
    margin-bottom: 20px;
}
.basket-coupon-alert:last-child {
    margin-bottom: 0;
}
.basket-coupon-alert .close-link {
    width: 30%;
    text-align: right;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.basket-coupon-alert .close-link:hover {
    color: #f28c97;
}
.basket-coupon-alert.text-muted .basket-coupon-text strong {
    color: #45ca99;
}
.basket-coupon-text {
    line-height: 1.2;
    padding-right: 10px;
    width: 70%;
}
.basket-coupon-text strong {
    font-weight: 600;
    color: #f28c97;
}
.order-block-info {
    padding: 30px;
    border: 1px solid #fef1e7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.order-block-info .control-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.order-block-info .descr-block {
    position: relative;
    padding-left: 60px;
}
.order-block-info .info-img-item {
    position: absolute;
    left: 0;
    top: -13px;
}
.basket-items-list-wrapper-compact .basket-item-property.basket-item-property-scu-image,
.basket-items-list-wrapper-compact .basket-item-property.basket-item-property-scu-text,
.basket-items-list-wrapper-compact .basket-item-property.basket-item-scu-color {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.basket-item-property.basket-item-property-scu-image,
.basket-item-property.basket-item-property-scu-text,
.basket-item-property.basket-item-scu-color {
    display: block;
}
.basket-item-scu-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    padding: 0;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.basket-item-scu-item,
.basket-item-scu-item.not-available:hover {
    position: relative;
    display: inline-block;
    margin: 2px 3px 3px 0;
    padding: 0;
    border: 1px solid #eeecef;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.basket-item-scu-item.not-available:hover,
.basket-item-scu-item.selected,
.basket-item-scu-item:hover {
    border-color: #006cc0;
}
.basket-item-scu-item.selected:hover {
    cursor: default;
}
.basket-item-scu-item.not-available:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%20100%25%20100%25%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cline%20x1%3D%220%22%20y1%3D%2220%22%20x2%3D%2220%22%20y2%3D%220%22%20stroke-width%3D%221%22%20stroke%3D%22%23a1a1a1%22/%3E%0A%3C/svg%3E)
        center/100% 100% no-repeat;
    content: "";
}
.basket-item-scu-item-inner {
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.basket-item-scu-item.not-available .basket-item-scu-item-inner {
    opacity: 0.5;
}
.basket-item-property-scu-image .basket-item-scu-item-inner,
.basket-item-scu-color .basket-item-scu-item-inner {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.basket-items-list-wrapper-compact .basket-item-property-scu-image .basket-item-scu-item-inner,
.basket-items-list-wrapper-compact .basket-item-scu-color .basket-item-scu-item-inner {
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
}
.basket-item-property-scu-text .basket-item-scu-item-inner {
    padding: 3px 5px;
    min-width: 30px;
    text-align: center;
    font:
        700 14px/17px "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif;
}
.basket-items-list-wrapper-compact .basket-item-property-scu-text .basket-item-scu-item-inner {
    padding: 1px 2px;
    font:
        700 12px/14px "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif;
}
@media (max-width: 768px) {
    .basket-item-property-name,
    .basket-item-property-value {
        font-size: 11px;
    }
}
@media (max-width: 580px) {
    .basket-item-block-properties {
        margin-bottom: 10px;
    }
    .basket-items-list-wrapper-compact .basket-item-block-properties {
        margin-bottom: 0;
    }
    .basket-item-property-scu-image .basket-item-scu-item-inner,
    .basket-item-scu-color .basket-item-scu-item-inner {
        width: 20px;
        height: 20px;
        border: 1px solid #fff;
    }
    .basket-item-property-scu-text .basket-item-scu-item-inner {
        padding: 2px 3px;
        min-width: 25px;
        text-align: center;
        font:
            700 11px/15px "Helvetica Neue",
            Helvetica,
            Arial,
            sans-serif;
    }
}
@media (max-width: 1000px) {
    .basket-coupon-alert .close-link {
        width: 30%;
    }
    .basket-coupon-text,
    .order-block-info .descr-block {
        width: 70%;
    }
    .order-block-info .control-block {
        width: 30%;
    }
    .successful-order-container .table-delivery-img .img {
        width: 25px;
    }
    .order-block-info .info-img-item {
        top: -4px;
    }
    .order-block-info .descr-block {
        padding-left: 36px;
    }
}
@media (max-width: 770px) {
    .product-table-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .product-table-list-ftr .promo-success {
        display: block;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .product-table-list-ftr .form-title {
        line-height: 1.2;
    }
    .product-table-list-ftr .promo-block-wrap.active {
        padding-bottom: 15px;
    }
    .product-table-list-ftr .promo-block-wrap.active .success-wrap {
        margin-top: 20px;
    }
    .successful-order-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .successful-order-container .order-info {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .successful-order-container .order-list {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
@media (max-width: 500px) {
    .order-block-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .order-block-info .descr-block {
        width: 100%;
    }
    .order-block-info .control-block {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .product-table-list-ftr .total-summ {
        font-size: 20px;
    }
    .bx-basket .basket-coupon-section .basket-coupon-block-field-description {
        margin-bottom: 0;
    }
    .bx-basket .basket-coupon-section .form-item:not(.basket-coupon-block-field-description) {
        opacity: 0;
        visibility: hidden;
        height: 0;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }
    .bx-basket .basket-coupon-section .form-title::after {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        background-image: url(../img/icons/down-arrow_red.svg);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        margin-left: 5px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }
    .bx-basket .basket-coupon-section.active .form-item:not(.basket-coupon-block-field-description) {
        opacity: 1;
        visibility: visible;
        height: 100px;
    }
    .bx-basket .basket-coupon-section.active .basket-coupon-block-field-description {
        margin-bottom: 20px;
    }
    .bx-basket .basket-coupon-section.active .form-title::after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .bx-basket .basket-coupon-section .form-title {
        font-weight: 400;
        font-size: 18px;
    }
    .bx-basket .basket-btn-checkout {
        font-weight: 600;
    }
}
.bx-soa-section .bx-soa-section-title-container {
    background-color: #fef1e7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.bx_soa_location .bx-soa-custom-label {
    display: block;
    margin-bottom: 10px;
}
div.bx-soa-section.bx-selected {
    border: 1px solid #fcdac5;
}
.bx-soa-location-input-container {
    margin-top: 20px;
}
.bx-sls .quick-locations .quick-location-tag {
    background-color: #fef1e7;
    color: #b25d5d;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 5px 10px;
    margin-left: 0;
    font-size: 14px;
}
.bx-sls .quick-locations .quick-location-tag:hover {
    background-color: #fbb13c;
    color: #fff;
}
.bx-sls .dropdown-block .bx-ui-sls-container {
    min-height: 33px;
}
.bx-soa-more-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.bx-soa-more-btn .btn {
    background-color: #f28c97;
    color: #fff;
    padding: 7px 20px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.bx-soa-more-btn .btn:hover {
    background-color: #fbb13c;
}
.bx-soa-more-btn .pull-left {
    margin-right: 10px;
    background-color: #fef1e7;
    color: #b25d5d;
}
.bx-soa-more-btn .pull-left:hover {
    color: #fff;
}
.content-block_size.bx-soa {
    max-width: 1075px;
}
#bx-soa-order::after,
#bx-soa-order::before {
    display: none;
}
.bx-soa .bx-soa-pp-company-graf-container {
    width: 100%;
    height: 100px;
    padding: 0;
}
.bx-soa .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
    border-color: #b25d5d;
}
.bx-soa .bx-soa-pp-company {
    z-index: 0;
}
.bx-soa .bonus {
    font-size: 14px;
    color: #45ca99;
    line-height: 1.2;
}
.bx-soa .bx-sls .bx-ui-sls-fake,
.bx-soa .bx-sls .bx-ui-sls-route {
    z-index: 1;
}
.bx-soa .bx-soa-item-td-text .bx-price {
    font-weight: 600;
}
.bx-soa .bx-soa-pp-list-description {
    font-size: 16px;
    font-weight: 600;
}
.bx-soa .bx-soa-coupon-item-danger {
    position: relative;
}
.bx-soa .bx-soa-coupon-item-danger:hover .bx-soa-tooltip {
    position: absolute;
    top: -32px;
    width: 100%;
}
.bx-soa .bx-soa-coupon-item-danger:hover .bx-soa-tooltip .tooltip-inner {
    padding-left: 5px;
    padding-right: 5px;
    width: 80px;
    font-size: 13px;
    text-align: center;
}
.bx-soa .bx-soa-section.bx-step-completed {
    border: 1px solid #b25d5d;
}
.bx-soa .bx-soa-section.bx-step-completed .bx-soa-section-title-count {
    background: #b25d5d;
    border-color: #b25d5d;
}
.bx-soa .bx-soa-section.bx-step-error {
    border: 1px solid #db4a29;
}
.bx-soa .bx-soa-section.bx-step-error .bx-soa-section-title-count {
    background: #db4c4c;
    border-color: #db4c4c;
}
.bx-soa .bx-soa-section.bx-step-error .bx-soa-section-title-count::before {
    background: url(../img/icons/close_red.svg) center no-repeat;
}
.bx-soa .bx-soa-pp-company-smalltitle {
    font-size: 14px;
    color: #444;
}
.making-order-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.making-order-form .bx-soa-customer-field {
    margin-right: 0.65%;
    margin-left: 0.65%;
}
.bx-soa-customer-field {
    display: block;
    width: 32%;
    margin-bottom: 20px;
    position: relative;
}
.bx-soa-customer-field .bx-soa-custom-label,
.bx-soa-customer-field .bx-soa-customer-label {
    display: block;
    margin-bottom: 10px;
}
.bx-soa-customer-field .bx-soa-customer-input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #dedede;
    height: 40px;
    background: #f7f7f7;
    font-family: TTNorms-Regular, "Work Sans", sans-serif;
    font-weight: 400;
    padding: 0 15px;
    font-size: 14px;
}
.bx-soa-customer-field textarea {
    resize: none;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #dedede;
    height: 90px;
    background: #f7f7f7;
    font-family: TTNorms-Regular, "Work Sans", sans-serif;
    font-weight: 400;
    padding: 15px;
    font-size: 14px;
}
.bx-soa-customer-field .bx-soa-tooltip.bx-soa-tooltip-danger {
    position: absolute;
    top: 0;
    left: 0;
}
.bx-soa-customer-field .bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-inner {
    padding: 5px;
    border-radius: 4px;
    line-height: 1.2;
    font-size: 13px;
}
.bx-soa-customer-field_full {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.bx-soa-customer-field_textarea {
    width: auto;
    max-width: 100%;
    margin-left: 0.65%;
    margin-right: 0.65%;
}
.menu-block .bx-soa-cart-total {
    background-color: #fef1e7;
    padding: 25px;
    border: 0;
}
.menu-block .bx-soa-cart-total.bx-soa-cart-total-fixed {
    margin-top: 70px;
}
.menu-block .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
    font-weight: 600;
}
#bx-soa-orderSave .btn {
    background-color: #f28c97;
    color: #fff;
    padding: 10px 15px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    width: 250px;
    margin: 20px auto 0 !important;
}
#bx-soa-orderSave .btn:hover {
    background-color: #fbb13c;
}
.bx-soa-pp-company-subTitle {
    margin-bottom: 15px;
}
.sale-order-detail-payment-options-methods-info {
    margin-bottom: 20px;
}
.sale-order-detail-payment-options-methods-info .sale-order-detail-payment-options-methods-info-change-link {
    font-family: TTNorms-Regular, "Work Sans", sans-serif;
    font-weight: 400;
    border-bottom: 1px dashed #b25d5d;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
}
.sale-order-detail-payment-options-methods-info .sale-order-detail-payment-options-methods-info-change-link:hover {
    border-bottom: 1px dashed transparent;
}
.sale-order-detail-payment-options-methods {
    margin-bottom: 15px;
}
.order-info .sale-order-detail-payment-options-methods-info .sale-order-payment-change-inner-row {
    display: block;
    font-family: TTNorms-Regular, "Work Sans", sans-serif;
    font-weight: 400;
    opacity: 1;
}
.order-info .sale-order-payment-change-payment-price,
.order-info .sale-order-payment-change-payment-title {
    font-family: TTNorms-Regular, "Work Sans", sans-serif;
    font-weight: 400;
}
.order-info .sale-order-payment-change-status-alert {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: TTNorms-Regular, "Work Sans", sans-serif;
    font-weight: 400;
    text-align: center;
}
.order-info .sale-order-payment-change-pp-company-graf-container {
    padding-top: 0;
    height: auto;
    border: 0;
    background: 0 0;
}
.order-info .sale-order-payment-change-pp-company-image {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    opacity: 1;
    display: block;
}
.order-info .sale-order-payment-change-pp div .sale-order-payment-change-pp-company:nth-child(4n + 1) {
    margin-bottom: 0;
}
.order-info .sale-order-payment-change-pp .sale-order-payment-change-pp-company {
    cursor: pointer;
    padding-left: 0;
    color: #b25d5d;
    text-decoration: underline;
    -webkit-text-decoration-style: dashed;
    text-decoration-style: dashed;
}
.order-info .sale-order-payment-change-pp .sale-order-payment-change-pp-company:hover {
    text-decoration: none;
}
.order-info .sale-order-payment-change-pp .sale-order-payment-change-pp-company:last-child {
    margin-bottom: 0;
}
.order-info .sale-order-list-cancel-payment {
    padding: 5px 10px;
    border: 1px solid #b25d5d;
    color: #b25d5d;
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.order-info .sale-order-list-cancel-payment:hover {
    background-color: #fbb13c;
    color: #fff;
    border: 1px solid #fbb13c;
}
.order-info .sale-order-detail-payment-options-methods_border {
    padding: 10px;
    border: 1px solid #b25d5d;
}
.bx-soa-pp-item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bx-soa-pp-item-container .bx-soa-pp-company {
    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;
}
#bx-soa-orderSave .checkbox label {
    padding-left: 0;
}
.bx-soa-editstep {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.bx-soa-editstep:hover {
    color: #444;
    text-decoration: none;
    border-bottom: 1px dotted transparent;
}
.bx-step-completed .bx-soa-pp-company-selected img {
    display: none;
}
.bx-step-completed .bx-soa-pp-company-selected strong {
    margin-left: 0;
}
.bx-soa-cart-total-button-container .btn {
    background-color: #f28c97;
    color: #fff;
    padding: 7px 20px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    height: 40px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.bx-soa-cart-total-button-container .btn:hover {
    background-color: #fbb13c;
    color: #444;
}
.empty-result {
    text-align: center;
}
.sdek_pvzLair {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.sdek_pvzLair .btn {
    background-color: #f28c97;
    color: #fff;
    padding: 7px 20px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
}
.sdek_pvzLair .btn:hover {
    background-color: #fbb13c;
}
.bx-soa-item-table .bx-scu-container::after {
    display: none;
}
.personal-content .lb_tabs > input:checked + label {
    border-top: 1px solid #ddd;
}
.personal-content .lb_tabs > label[for*="1"]:before {
    display: none;
}
.personal-content table.lb_history th {
    background-color: #fef1e7;
    color: #444;
    font-weight: 600;
}
.personal-content .logictim_plus {
    color: #45ca99;
}
.lb_table-wrap {
    width: 100%;
}
.search-error-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
    width: 100%;
}
.search-error-block .title-error {
    display: block;
    width: 100%;
    text-align: center;
}
.search-error-block .link {
    cursor: pointer;
    background: #f28c97;
    color: #fff;
    border-radius: 4px;
    display: block;
    text-align: center;
    padding: 10px 20px;
    margin-top: 20px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.search-error-block .link:hover {
    background: #fbb13c;
}
.sale-personal-profile-list-actions .sale-personal-profile-list-close-button {
    margin-left: 15px;
}
.sale-personal-profile-detail-form-label {
    display: block;
    margin-bottom: 15px;
}
.sale-personal-profile-list-container .td {
    vertical-align: middle;
    text-align: center;
}
.sale-personal-profile-list-actions .btn.btn_first-click {
    display: inline-block;
    line-height: 1.8;
}
.bx-soa-section-content strong {
    font-weight: 600;
}
.bx-soa-section.bx-step-completed div.bx-soa-section-content {
    line-height: 1.5;
}
.suggestions-hint {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #a1a1a1;
    background: #fef1e7;
    color: #b25d5d;
}
.suggestions-suggestion {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #a1a1a1;
}
.suggestions-suggestion:hover {
    background-color: #fef1e7;
}
.suggestions-suggestion:nth-child(2) {
    border-top: 1px solid transparent;
}
.suggestions-suggestion strong {
    color: #b25d5d;
}
.suggestions-value {
    color: #444;
    display: block;
    margin-bottom: 5px;
}
@media (max-width: 1500px) {
    .content-block_size.bx-soa {
        max-width: 875px;
    }
}
@media (max-width: 1000px) {
    table.lb_history tbody {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    table.lb_history tr {
        width: 49%;
        border-bottom: 1px solid #ddd;
    }
    .menu-block.bx-soa-sidebar {
        margin: 0;
    }
    .menu-block.bx-soa-sidebar .bx-soa-cart-total {
        margin: 0;
        padding: 40px !important;
    }
}
@media (max-width: 770px) {
    .bx-soa-customer-field {
        width: 49%;
    }
    .bx-soa-customer-field_full,
    .bx-soa-customer-field_textarea {
        width: 100%;
        margin-left: 0;
    }
    .making-order-form {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .making-order-form .bx-soa-customer-field {
        margin-right: 0;
        margin-left: 0;
    }
}
@media (max-width: 680px) {
    .personal-content .lb_tabs > label {
        font-size: 14px;
        padding: 15px;
    }
}
@media (max-width: 580px) {
    .bx-soa-item-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .bx-soa-item-block .bx-soa-item-img-block {
        width: 40%;
        margin-left: 0;
    }
    .bx-soa-item-content {
        width: 60%;
        padding-left: 15px;
    }
    .bx-soa-item-td.bx-soa-item-properties {
        display: inline-block;
        margin-top: 20px;
    }
    .bx-soa-item-table .bx-soa-item-tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
    }
    .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td {
        width: 100%;
    }
    .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td.bx-soa-item-properties {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: absolute;
        left: 42%;
        bottom: 23px;
    }
    .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td.bx-soa-item-properties:nth-child(2) {
        bottom: 61px;
    }
    .bx-soa-item-table .bx-soa-item-properties.bx-text-right .bx-soa-item-td-text {
        text-align: left;
    }
    .bx-soa-item-table .bx-soa-item-content {
        padding-top: 0;
        padding-bottom: 75px;
    }
}
@media (max-width: 560px) {
    .bx-soa-customer-field,
    table.lb_history tr {
        width: 100%;
    }
    .personal-content .lb_tabs {
        min-width: auto;
        width: 100%;
    }
}
@media (max-width: 380px) {
    .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td.bx-soa-item-properties {
        width: 100%;
    }
}
@media (max-width: 350px) {
    .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td.bx-soa-item-properties {
        padding-left: 5%;
    }
}
.brands-img-wrap {
    border: 1px solid #fedfc9;
    width: 268px;
    height: 120px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    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: 20px;
}
.brands-img-wrap:hover {
    background: #fef8f3;
}
.brands-img-wrap .img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.catalog-list_brands .brands-img-wrap {
    margin-right: 20px;
    margin-bottom: 20px;
}
.catalog-list_brands .brands-img-wrap:nth-child(5n + 5) {
    margin-right: 0;
}
@media (max-width: 1500px) {
    .catalog-list_brands .brands-img-wrap {
        width: 19%;
        margin-right: 1%;
        margin-bottom: 15px;
    }
}
@media (max-width: 1000px) {
    .catalog-list_brands .brands-img-wrap {
        width: 24%;
        margin-right: 1.3%;
    }
    .catalog-list_brands .brands-img-wrap:nth-child(5n + 5) {
        margin-right: 1.3%;
    }
    .catalog-list_brands .brands-img-wrap:nth-child(4n + 4) {
        margin-right: 0;
    }
    [data-slider="brands-slider"] .swiper-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column;
        height: 160px;
        justify-content: space-between;
        overflow-x: auto;
    }
    [data-slider="brands-slider"] .swiper-wrapper::-webkit-scrollbar {
        display: none;
    }
    [data-slider="brands-slider"] .swiper-wrapper {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    [data-slider="brands-slider"] .brands-img-wrap {
        width: 25%;
        border: 0;
        height: calc((100% - 15px) / 2) !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main-slider .main-slider-next,
    .main-slider .main-slider-prev {
        display: none;
    }
}
@media (max-width: 770px) {
    .catalog-list_brands .brands-img-wrap {
        width: 32%;
        margin-right: 2%;
    }
    .catalog-list_brands .brands-img-wrap:nth-child(4n + 4),
    .catalog-list_brands .brands-img-wrap:nth-child(5n + 5) {
        margin-right: 2%;
    }
    .catalog-list_brands .brands-img-wrap:nth-child(3n + 3) {
        margin-right: 0;
    }
}
@media (max-width: 620px) {
    [data-slider="brands-slider"] .brands-img-wrap {
        width: 50%;
    }
}
@media (max-width: 560px) {
    .catalog-list_brands {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .catalog-list_brands .brands-img-wrap {
        width: 49%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .catalog-list_brands .brands-img-wrap:nth-child(4n + 4),
    .catalog-list_brands .brands-img-wrap:nth-child(5n + 5) {
        margin-right: 0;
    }
}
.catalog-list-item {
    width: 24%;
    background-color: #f7f7f7;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-right: 1.3%;
    margin-bottom: 20px;
}
.catalog-list-item:nth-child(4n + 4) {
    margin-right: 0;
}
.catalog-list-item .p {
    color: #444;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.catalog-list-item .drop-down_icon {
    display: inline;
    position: relative;
    cursor: pointer;
    padding-right: 15px;
    width: 15px;
    height: 15px;
}
.catalog-list-item .drop-down_icon::after {
    position: absolute;
    right: 0;
    top: 6px;
}
.catalog-list-item .drop-down_icon.active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url(../img/icons/down-arrow_black.svg) center/100% no-repeat;
}
.swiper-slide .catalog-list-item {
    width: 400px;
}
.swiper-slide .catalog-list-item_main {
    width: 700px;
}
.catalog-list-item__hdr {
    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;
    position: relative;
    padding-left: 80px;
    height: 50px;
    padding-right: 10px;
}
.catalog-list-item__hdr .list-title {
    color: #b25d5d;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.catalog-list-item__hdr .list-title:hover {
    color: #444;
}
.catalog-list-item__hdr .list-title_20 {
    font-size: 20px;
}
.catalog-list-item__hdr .desc {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #999;
}
.catalog-list-item__hdr .title-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 50px;
    border-radius: 0 100px 100px 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#fad9cf), to(#fddfc4));
    background: -o-linear-gradient(bottom, #fad9cf, #fddfc4);
    background: linear-gradient(to top, #fad9cf, #fddfc4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.catalog-list-item__hdr .title-icon .img {
    width: auto;
    height: auto;
    max-width: 40px;
    max-height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.catalog-list-item__content {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
}
.catalog-list-item__content .list-item {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    margin-bottom: 15px;
}
.catalog-list-item__content .list-item.active .sub-list-item {
    opacity: 1;
    visibility: visible;
    margin-top: 20px;
}
.catalog-list-item__content .list-item.active .title {
    color: #444;
}
.catalog-list-item__content .list-item.active .title::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url(../img/icons/down-arrow_black.svg) center/100% no-repeat;
}
.catalog-list-item__content .title {
    max-width: 90%;
    font-size: 16px;
    line-height: 1.2;
    color: #b25d5d;
    font-weight: 600;
    display: inline;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.catalog-list-item__content .title:hover {
    color: #444;
}
.catalog-list-item__content .title:hover::after {
    background: url(../img/icons/down-arrow_black.svg) center/100% no-repeat;
}
.catalog-list-item__content .sub-list-item {
    opacity: 0;
    visibility: hidden;
    height: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.catalog-list-item__content .link-item {
    display: block;
    margin-bottom: 10px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.catalog-list-item__content .link-item:hover {
    color: #444;
}
.catalog-list-item__content .hidden-list {
    display: none;
    color: #444;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.catalog-list-item__content .hidden-list::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../img/icons/down-arrow_black.svg) center/100% no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: -1px;
    margin-left: 5px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.catalog-list-item__content .hidden-list:hover {
    color: #b25d5d;
}
.catalog-list-item__content .hidden-list:hover::after {
    background: url(../img/icons/down-arrow_red.svg) center/100% no-repeat;
}
.sewing-machine_icon {
    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;
}
.sewing-machine_icon::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../img/icons/sewing-machine.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.knitting-technique_icon {
    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;
}
.knitting-technique_icon::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../img/icons/knitting-technique.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.embroidery-equipment_icon {
    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;
}
.embroidery-equipment_icon::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../img/icons/embroidery-equipment.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.ironing-equipment_icon {
    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;
}
.ironing-equipment_icon::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../img/icons/Ironing-equipment.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.plotter-cutting_icon {
    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;
}
.plotter-cutting_icon::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../img/icons/plotter-cutting.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.accessories-sewing_icon {
    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;
}
.accessories-sewing_icon::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../img/icons/accessories-sewing.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.accessories-2_icon {
    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;
}
.accessories-2_icon::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../img/icons/accessories-2.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.accessories-patchwork_icon {
    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;
}
.accessories-patchwork_icon::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../img/icons/accessories-patchwork.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.accessories-equipment_icon {
    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;
}
.accessories-equipment_icon::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../img/icons/accessories-equipment.svg);
    background-position: center;
    background-size: 73%;
    background-repeat: no-repeat;
}
.mannequins_icon {
    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;
}
.mannequins_icon::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../img/icons/mannequins.svg);
    background-position: center;
    background-size: 54%;
    background-repeat: no-repeat;
}
.sale-corcle_icon {
    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;
}
.sale-corcle_icon::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../img/icons/sale_circle.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.partner_icon {
    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;
}
.partner_icon::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../img/icons/partner.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.dropshiping_icon {
    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;
}
.dropshiping_icon::before {
    content: "";
    display: block;
    width: 25px;
    height: 30px;
    background-image: url(../img/icons/dropshipping.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.pen_icon {
    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;
}
.pen_icon::before {
    content: "";
    display: block;
    width: 25px;
    height: 30px;
    background-image: url(../img/icons/pen_red.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.payment-method_icon {
    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;
}
.payment-method_icon::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../img/icons/ruble-currency_red.svg);
    background-position: center;
    background-size: 45%;
    background-repeat: no-repeat;
    border: 2px solid #b25d5d;
    border-radius: 50%;
}
.delivery-box_icon {
    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;
}
.delivery-box_icon::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../img/icons/fast-delivery_red.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.payment-hand_icon {
    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;
}
.payment-hand_icon::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../img/icons/cash-hand_red.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.baloone-big_icon {
    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;
}
.baloone-big_icon::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../img/icons/map.svg);
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
}
.reward_icon {
    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;
}
.reward_icon::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../img/icons/reward_red.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.return_icon {
    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;
}
.return_icon::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../img/icons/return_red.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
@media (max-width: 1220px) {
    .catalog-list-item {
        width: 32%;
        margin-right: 2%;
    }
    .catalog-list-item:nth-child(4n + 4) {
        margin-right: 2%;
    }
    .catalog-list-item:nth-child(3n + 3) {
        margin-right: 0;
    }
}
@media (max-width: 1000px) {
    .container.catalog-list_breeding-p {
        display: block;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .container.catalog-list_breeding-p-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-count: inherit;
        -moz-column-count: inherit;
        column-count: inherit;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .container.catalog-list_breeding-p-flex .catalog-list-item {
        width: 49%;
    }
    .catalog-list-item {
        width: 100%;
        margin-right: 0;
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .catalog-list-item:nth-child(3n + 3),
    .catalog-list-item:nth-child(4n + 4) {
        margin-right: 0;
    }
}
@media (max-width: 770px) {
    .swiper-slide .catalog-list-item,
    .swiper-slide .catalog-list-item_main {
        width: 100%;
    }
}
@media (max-width: 620px) {
    .container.catalog-list_breeding-p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto;
    }
    .catalog-list-item {
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .container.catalog-list_breeding-p-flex .catalog-list-item {
        width: 100%;
    }
}
.catalog-list-wrap {
    width: 1130px;
}
.catalog-list-wrap_p-t {
    padding-top: 20px;
}
.catalog-list-wrap_border {
    border-top: 1px solid #e5e5e5;
}
.catalog-list-wrap .catalog-list_hdr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.catalog-list-wrap .sorting,
.catalog-list-wrap .type-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.type-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    width: 80px;
}
.type-card .span {
    width: 50%;
    height: 40px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.type-card .span.active {
    background-color: #eaeaea;
}
.type-card .vertical-product {
    border-right: 1px solid #e5e5e5;
    border-radius: 4px 0 0 4px;
}
.type-card .horizontal-product {
    border-radius: 0 4px 4px 0;
}
.catalog-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.catalog-list_p-t {
    padding-top: 20px;
}
.show-all-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: 100%;
    height: 50px;
    font-size: 20px;
    color: #b25d5d;
    font-family: TTNorms-Medium, "Work Sans", sans-serif;
    font-weight: 500;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.show-all-btn:hover {
    background: #fef1e7;
}
@media (max-width: 1500px) {
    .catalog-list-wrap {
        width: 955px;
    }
}
@media (max-width: 1220px) {
    .catalog-list-wrap {
        width: 710px;
    }
    .promo-block_size {
        display: none;
    }
}
@media (max-width: 1000px) {
    .catalog-list-wrap {
        width: 100%;
    }
    .catalog-list-wrap .sorting {
        width: 88%;
    }
    .catalog-list-wrap .catalog-list_hdr {
        margin-bottom: 10px;
    }
    .catalog-list_p-t {
        padding-top: 0;
    }
    .catalog-list-wrap_border {
        border-top: 1px solid transparent;
    }
    .catalog-list-wrap_p-t {
        padding-top: 0;
    }
    .show-all-btn {
        height: 40px;
        font-size: 14px;
    }
}
@media (max-width: 770px) {
    .catalog-list-wrap .sorting {
        width: 85%;
    }
    .catalog-list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (max-width: 620px) {
    .catalog-list-wrap .type-card {
        display: none;
    }
    .catalog-list-wrap .sorting {
        width: 100%;
    }
}
.catalog-slider {
    display: none;
}
.catalog-slider .swiper-slide {
    border: 1px solid #fedfc9;
}
.catalog-slider_mrgn {
    margin-top: 10px;
    margin-bottom: 10px;
}
.catalog-slider-item {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px;
    position: relative;
}
.catalog-slider-item:hover .catalog-title {
    color: #444;
}
.catalog-slider-item .img-wrap {
    margin-bottom: 15px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.catalog-slider-item .img {
    max-width: 30px;
    max-height: 30px;
    width: auto;
    height: auto;
}
.catalog-slider-item .catalog-title {
    font-size: 14px;
    line-height: 1.2;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    width: 100%;
}
.catalog-slider-item.swiper-slide {
    display: block;
    min-height: 130px;
}
.checkbox-wrap {
    position: relative;
}
.checkbox-wrap .input:checked ~ .checkbox-title::before {
    background-image: url(../img/icons/check.svg);
    background-size: 63%;
    background-position: center;
    background-repeat: no-repeat;
}
.checkbox-title {
    font-size: 12px;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    min-height: 17px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.checkbox-title::before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border: 1px solid #b25d5d;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
}
.colors-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
}
.colors-list_full .color-card {
    margin-right: 20px;
    margin-bottom: 20px;
}
.colors-list_full .color-card:nth-child(10n + 10) {
    margin-right: 0;
}
.colors-list_size {
    height: 510px;
    overflow: hidden;
    margin-bottom: 20px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.color-card {
    width: 124px;
    background-color: #fef1e7;
    border-radius: 4px;
    padding: 10px;
}
.color-card .img {
    margin-bottom: 0;
    margin-top: 0;
}
.color-card .article-name {
    margin-bottom: 10px;
    font-size: 14px;
}
.color-card .img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.color-card .img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 4px;
}
.color-card .product-status {
    margin-bottom: 15px;
    font-size: 14px;
}
.color-card .quantity-wrap {
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
}
.color-card .quantity-wrap .add-btn::after,
.color-card .quantity-wrap .remove-btn::after {
    background-size: 40%;
}
.color-card .quantity-wrap .input {
    width: 53px;
}
.color-card .add-btn,
.color-card .remove-btn {
    background-color: #fff;
}
.color-card .btn {
    height: 30px;
    font-size: 14px;
}
.color-card .basket-icon_white::before {
    margin-right: 10px;
    width: 15px;
    height: 15px;
}
.color-card .bell-icon_red::before {
    width: 15px;
    height: 18px;
    margin-right: 5px;
}
@media (max-width: 1500px) {
    .colors-list_full .color-card {
        width: 132px;
    }
    .colors-list_full .color-card:nth-child(10n + 10) {
        margin-right: 20px;
    }
    .colors-list_full .color-card:nth-child(8n + 8) {
        margin-right: 0;
    }
}
@media (max-width: 1220px) {
    .colors-list_full .color-card {
        width: 124px;
    }
    .colors-list_full .color-card:nth-child(8n + 8) {
        margin-right: 20px;
    }
    .colors-list_full .color-card:nth-child(7n + 7) {
        margin-right: 0;
    }
}
@media (max-width: 1000px) {
    .colors-list_size {
        height: 473px;
    }
    .colors-list_size.open {
        overflow: auto;
        max-height: 530px;
    }
    .colors-list {
        padding-top: 0;
    }
    .colors-list_full .color-card {
        margin-right: 7px;
        margin-bottom: 7px;
        width: 122px;
    }
    .colors-list_full .color-card:nth-child(10n + 10),
    .colors-list_full .color-card:nth-child(7n + 7),
    .colors-list_full .color-card:nth-child(8n + 8) {
        margin-right: 7px;
    }
    .colors-list_full .color-card:nth-child(6n + 6) {
        margin-right: 0;
    }
    .color-card .product-status {
        font-size: 13px;
    }
}
@media (max-width: 770px) {
    .colors-list_size {
        height: 485px;
    }
    .colors-list_size.open {
        overflow: auto;
        max-height: 556px;
    }
    .colors-list_full .color-card {
        width: 137px;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .colors-list_full .color-card:nth-child(10n + 10),
    .colors-list_full .color-card:nth-child(6n + 6),
    .colors-list_full .color-card:nth-child(7n + 7),
    .colors-list_full .color-card:nth-child(8n + 8) {
        margin-right: 20px;
    }
    .colors-list_full .color-card:nth-child(4n + 4) {
        margin-right: 0;
    }
    .color-card .product-status {
        font-size: 14px;
    }
}
@media (max-width: 620px) {
    .colors-list_size {
        height: 476px;
    }
    .colors-list_full .color-card {
        width: 32.4%;
        margin-right: 1.2%;
        margin-bottom: 7px;
    }
    .colors-list_full .color-card:nth-child(10n + 10),
    .colors-list_full .color-card:nth-child(4n + 4),
    .colors-list_full .color-card:nth-child(6n + 6),
    .colors-list_full .color-card:nth-child(7n + 7),
    .colors-list_full .color-card:nth-child(8n + 8) {
        margin-right: 1.2%;
    }
    .colors-list_full .color-card:nth-child(3n + 3) {
        margin-right: 0;
    }
}
@media (max-width: 460px) {
    .color-card .product-status {
        font-size: 13px;
    }
}
@media (max-width: 380px) {
    .colors-list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .colors-list_full .color-card {
        width: 49%;
        margin-right: 0;
    }
    .colors-list_full .color-card:nth-child(10n + 10),
    .colors-list_full .color-card:nth-child(3n + 3),
    .colors-list_full .color-card:nth-child(4n + 4),
    .colors-list_full .color-card:nth-child(6n + 6),
    .colors-list_full .color-card:nth-child(7n + 7),
    .colors-list_full .color-card:nth-child(8n + 8) {
        margin-right: 0;
    }
    .color-card .quantity-wrap .input {
        width: 60%;
    }
}
.comments-card-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fef1e7;
}
.comments-card-item .img-block {
    width: 170px;
    position: relative;
    padding-right: 15px;
}
.comments-card-item .img-block .img {
    width: 105px;
}
.comments-card-item .img-wrap {
    padding-left: 50px;
    padding-top: 39px;
}
.comments-card-item .img-wrap .img {
    max-width: inherit;
}
.comments-card-item .txt-block {
    width: 530px;
    padding-left: 15px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.comments-card-item .name-user {
    font-size: 20px;
    color: #b25d5d;
    margin-bottom: 20px;
    height: 40px;
    overflow: hidden;
    font-family: TTNorms-Medium, "Work Sans", sans-serif;
    font-weight: 500;
}
.comments-card-item .name-city {
    color: #b25d5d;
    font-size: 16px;
    margin-bottom: 15px;
}
.comments-card-item .desc {
    padding-right: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    font-size: 16px;
    height: 91px;
}
.comments-card-item .btn-wrap {
    padding-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 15px;
}
.comments-card-item .btn {
    color: #fff;
    background-color: #f28c97;
    padding: 5px 10px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.comments-card-item .btn:hover {
    background-color: #fbb13c;
}
.comments-card-item .date-comment {
    font-size: 13px;
    margin-bottom: 10px;
}
.comments-card-item_woman .img-block:before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/slider-img/woman-comment-corner.png) center/100% no-repeat;
}
.comments-card-item_man .img-block:before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/slider-img/man-comment-corner.png) center/100% no-repeat;
}
.slider-dubble-items .comments-card-item {
    width: 100%;
}
@media (max-width: 1500px) {
    .comments-card-item .img-block {
        width: 30%;
    }
    .comments-card-item .txt-block {
        width: 70%;
    }
}
@media (max-width: 1000px) {
    .comments-card-item {
        position: relative;
    }
    .comments-card-item .img-block {
        position: absolute;
    }
    .comments-card-item .img-block .img {
        width: 70px;
    }
    .comments-card-item .txt-block {
        padding-left: 30px;
        padding-bottom: 20px;
        width: 100%;
    }
    .comments-card-item .img-wrap {
        padding-left: 30px;
        padding-top: 30px;
    }
    .comments-card-item .name-user {
        padding-left: 90px;
        margin-bottom: 10px;
    }
    .comments-card-item .name-city {
        padding-left: 90px;
    }
    .comments-card-item .btn-wrap {
        width: 100%;
        padding-right: 20px;
    }
    .comments-card-item .date-comment {
        padding-left: 90px;
    }
    .comments-card-item .desc {
        padding-right: 20px;
    }
    .comments-card-item_man .img-block::before,
    .comments-card-item_woman .img-block::before {
        width: 63px;
        height: 63px;
    }
    .comments-catalog-list .date-comment {
        padding-left: 90px;
    }
}
@media (max-width: 770px) {
    .comments-card-item .img-wrap {
        padding-left: 26px;
        padding-top: 21px;
    }
    .comments-card-item .img-block .img,
    .comments-card-item .img-block::before {
        width: 50px;
        height: 50px;
    }
    .comments-card-item .name-user {
        padding-left: 56px;
        height: 42px;
        overflow: hidden;
    }
    .comments-card-item .name-city {
        padding-left: 56px;
    }
    .comments-card-item .btn-wrap {
        padding-right: 30px;
    }
    .comments-card-item .date-comment {
        padding-left: 56px;
    }
    .comments-card-item .txt-block {
        padding-top: 25px;
    }
    .comments-catalog-list .date-comment {
        padding-left: 56px;
    }
}
.comments-list {
    border-top: 1px solid #dedede;
}
.comments-list .show-all-btn {
    margin-top: 47px;
}
.comments-list_mrgn {
    margin-top: 40px;
}
.comments-catalog-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.comments-catalog-list .comments-card-item {
    width: 49%;
    margin-bottom: 25px;
}
.comments-catalog-list .comments-card-item .name-user {
    height: auto;
    width: 100%;
}
.comments-catalog-list .txt-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.comments-catalog-list .rating-stars-row {
    position: absolute;
    right: 40px;
    top: 50px;
}
.comments-catalog-list .rating-stars-row .rating-item {
    cursor: default;
}
.comments-catalog-list .date-comment {
    color: #444;
    font-size: 14px;
    margin-bottom: 15px;
}
.comments-catalog-list .name-user {
    padding-right: 120px;
    line-height: 1.2;
}
.comments-card-item .name-user {
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.comments-card-item .name-user:hover {
    color: #444;
}
.cometn-row-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #dedede;
    margin-top: 47px;
}
.cometn-row-item:first-child {
    border-top: none;
    margin-top: 0;
}
.cometn-row-item .img-block {
    position: relative;
    width: 190px;
    padding-left: 49px;
    padding-top: 36px;
}
.cometn-row-item .title-block {
    width: 294px;
    padding-top: 47px;
}
.cometn-row-item .desc-block {
    width: 936px;
    padding-top: 47px;
}
.cometn-row-item .name-user {
    font-size: 20px;
    font-weight: 600;
    color: #b25d5d;
    margin-bottom: 17px;
}
.cometn-row-item .name-city {
    font-size: 16px;
    color: #b25d5d;
}
.cometn-row-item .desc-block-item {
    margin-bottom: 8px;
    line-height: 1.4;
}
.rating-stars-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.rating-stars-row .rating-item {
    width: 13px;
    height: 12px;
    background-image: url(../img/icons/star_red.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-right: 1px;
}
.rating-stars-row .rating-item.active,
.rating-stars-row .rating-item.active ~ .rating-item,
.rating-stars-row .rating-item:hover,
.rating-stars-row .rating-item:hover ~ .rating-item {
    background-image: url(../img/icons/star-fill_red.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.rating-stars-row_mrgn {
    margin-top: 15px;
}
.modal-content .name-city {
    width: 100%;
    color: #b25d5d;
    font-size: 14px;
    display: block;
    margin: 10px 0;
}
.modal-content .date-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    color: #444;
}
.modal-comment .desc {
    line-height: 1.2;
}
.modal-comment .rating-stars-row .rating-item {
    width: 20px;
    height: 20px;
}
.modal-comment .btn-wrap {
    display: none;
}
@media (max-width: 1500px) {
    .cometn-row-item .desc-block {
        width: 715px;
    }
}
@media (max-width: 1220px) {
    .cometn-row-item .img-block {
        width: 173px;
    }
    .cometn-row-item .title-block {
        width: 250px;
    }
    .cometn-row-item .desc-block {
        width: 568px;
    }
    .comments-catalog-list .comments-card-item {
        margin-bottom: 19px;
    }
}
@media (max-width: 1000px) {
    .cometn-row-item .desc-block {
        width: 100%;
        padding-top: 20px;
    }
    .cometn-row-item .title-block {
        padding-top: 20px;
    }
    .cometn-row-item .img-block {
        padding-left: 32px;
        padding-top: 26px;
        width: 103px;
    }
    .cometn-row-item .img-block .img {
        width: 50px;
        height: 55px;
    }
    .cometn-row-item .name-user {
        font-size: 16px;
        margin-bottom: 11px;
    }
    .cometn-row-item,
    .comments-list .show-all-btn {
        margin-top: 15px;
    }
    .rating-stars-row_mrgn {
        margin-top: 10px;
    }
    .comments-catalog-list .comments-card-item {
        margin-bottom: 12px;
    }
}
@media (max-width: 800px) {
    .comments-catalog-list .rating-stars-row {
        top: 29px;
    }
}
@media (max-width: 770px) {
    .comments-catalog-list .comments-card-item .desc {
        padding-right: 30px;
    }
    .comments-catalog-list .rating-stars-row {
        right: 30px;
    }
}
@media (max-width: 620px) {
    .comments-catalog-list .comments-card-item {
        width: 100%;
    }
    .comments-catalog-list .comments-card-item .name-user {
        height: auto;
    }
    .comments-catalog-list .name-user {
        padding-right: 30px;
    }
}
.compare-fixed-block {
    width: 246px;
}
.compare-fixed-block .btn {
    height: 40px;
    width: 188px;
}
.compare-fixed-block .btn_pink {
    margin-top: 40px;
    margin-bottom: 10px;
}
.compare-hdr {
    width: 100%;
    height: 525px;
    padding-bottom: 20px;
}
.compare-hdr .product-card .img-wrap {
    height: 200px;
}
.compare-hdr .radio-wrap {
    color: #b25d5d;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}
.compare-list-wrap {
    width: 100%;
    position: relative;
}
.compare-list-wrap .slider-prev {
    z-index: 1;
    left: auto;
    position: relative;
    top: auto;
    float: right;
    margin-top: -55px;
    right: 55px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.compare-list-wrap .slider-next {
    z-index: 1;
    right: 0;
    position: relative;
    top: auto;
    float: right;
    margin-top: -55px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.compare-list-wrap .compare-list-item {
    width: 284px;
    min-width: 284px;
}
.compare-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    scrollbar-color: #e0e0e0 #fff;
    scrollbar-width: thin;
    scrollbar-face-color: #e0e0e0;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.compare-list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: #fff;
}
.compare-list::-webkit-scrollbar-thumb {
    width: 5px;
    background: #e0e0e0;
    border-radius: 50px;
}
.compare-row-item {
    height: 60px;
    border-top: 1px solid #dedede;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px;
}
.compare-row-item:last-child {
    border-bottom: 1px solid #dedede;
}
.compare-row-item a {
    display: block;
    width: 100%;
    word-wrap: break-word;
    line-height: 1.2;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.compare-row-item a:hover {
    color: #444;
}
.compare-row-item_long-txt {
    position: relative;
    padding-bottom: 5px;
}
.compare-row-item_long-txt span {
    display: block;
    padding: 5px 0;
    height: 100%;
    width: 100%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    border: 1px solid transparent;
}
.compare-row-item_long-txt:hover {
    overflow: visible;
}
.compare-row-item_long-txt:hover span {
    display: block;
    position: absolute;
    overflow: visible;
    height: auto;
    top: 0;
    padding: 5px;
    left: 0;
    border: 1px solid #fef1e7;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.compare-list-item .compare-hdr {
    padding-left: 8px;
    padding-right: 8px;
}
.compare-list-item .compare-row-item {
    padding-left: 20px;
}
.compare-list-item .remove-product-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    line-height: 0;
    width: 30px;
    height: 30px;
    background-image: url(../img/icons/close.svg);
    background-size: 95%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.compare-list-item_main {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 0;
    min-width: inherit;
    padding-right: 0;
}
.compare-list-item_main .compare-row-item {
    font-size: 12px;
    color: #999;
    padding-bottom: 36px;
    white-space: nowrap;
}
.compare-list-item_main.compare-list-item {
    width: 0;
    min-width: 0;
}
.compare-list-hdr {
    width: 100%;
    margin-bottom: 20px;
}
.compare-list-hdr .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 30px;
}
.compare-list-hdr .btn-wrap_m-b {
    margin-bottom: 57px;
}
.compare-list-hdr .btn {
    height: 40px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.compare-list-hdr .control-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.compare-list-hdr .control-title {
    font-size: 18px;
    margin-right: 20px;
}
.compare-list-hdr .radio-wrap {
    margin-bottom: 10px;
    display: block;
}
.fixed-table-row-wrap {
    position: fixed;
    width: 100%;
    height: 140px;
    display: block;
    top: 110px;
    left: 0;
    background-color: #fff;
    z-index: 1;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    margin-top: -100px;
    padding-bottom: 10px;
}
.fixed-table-row-wrap.active {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
}
.fixed-table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow-x: auto;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    scrollbar-color: #e0e0e0 #fff;
    scrollbar-width: thin;
    scrollbar-face-color: #e0e0e0;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.fixed-table-row::-webkit-scrollbar {
    height: 5px;
    background: #fff;
}
.fixed-table-row::-webkit-scrollbar-thumb {
    height: 5px;
    background: #e0e0e0;
    border-radius: 50px;
}
.compare-list-wrap .fixed-hdr {
    position: fixed;
    top: 201px;
    z-index: 5;
    left: calc(50%);
}
.compare-list-wrap .fixed-hdr.slider-next {
    -webkit-transform: translateX(718px);
    -ms-transform: translateX(718px);
    transform: translateX(718px);
}
.compare-list-wrap .fixed-hdr.slider-prev {
    -webkit-transform: translateX(-748px);
    -ms-transform: translateX(-748px);
    transform: translateX(-748px);
}
.fixed-table-row-wrap .compare-list-item span.article-number {
    display: none;
}
@media (max-width: 1500px) {
    .compare-list-wrap .fixed-hdr.slider-next {
        -webkit-transform: translateX(600px);
        -ms-transform: translateX(600px);
        transform: translateX(600px);
    }
    .compare-list-wrap .fixed-hdr.slider-prev {
        -webkit-transform: translateX(-631px);
        -ms-transform: translateX(-631px);
        transform: translateX(-631px);
    }
}
@media (max-width: 1300px) {
    .compare-list-wrap .slider-next,
    .compare-list-wrap .slider-prev {
        margin-top: -43px;
    }
    .compare-list-wrap .fixed-hdr.slider-next {
        -webkit-transform: translateX(594px);
        -ms-transform: translateX(594px);
        transform: translateX(594px);
    }
    .compare-list-wrap .fixed-hdr.slider-prev {
        -webkit-transform: translateX(-617px);
        -ms-transform: translateX(-617px);
        transform: translateX(-617px);
    }
}
@media (max-width: 1220px) {
    .compare-list-wrap .fixed-hdr.slider-next {
        -webkit-transform: translateX(472px);
        -ms-transform: translateX(472px);
        transform: translateX(472px);
    }
    .compare-list-wrap .fixed-hdr.slider-prev {
        -webkit-transform: translateX(-496px);
        -ms-transform: translateX(-496px);
        transform: translateX(-496px);
    }
}
@media (max-width: 1000px) {
    .compare-list-wrap .btn.btn_first-click {
        width: auto;
    }
    .compare-list-wrap .btn-wrap {
        padding-left: 0;
    }
    .compare-list-wrap .slider-next,
    .compare-list-wrap .slider-prev {
        display: none !important;
    }
    .compare-list-hdr .btn-wrap {
        width: 100%;
        padding-left: 0;
    }
    .compare-list-hdr .btn-wrap_m-b {
        margin-bottom: 30px;
    }
    .fixed-table-row-wrap {
        top: 61px;
    }
    .compare-list-wrap .fixed-hdr {
        top: 152px;
    }
    .compare-list-wrap .fixed-hdr.slider-next {
        -webkit-transform: translateX(359px);
        -ms-transform: translateX(359px);
        transform: translateX(359px);
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .compare-list-wrap .fixed-hdr.slider-prev {
        -webkit-transform: translateX(-385px);
        -ms-transform: translateX(-385px);
        transform: translateX(-385px);
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
@media (max-width: 770px) {
    .compare-fixed-block {
        width: 197px;
    }
    .compare-list-wrap .fixed-hdr {
        top: 210px;
    }
    .compare-list-wrap .fixed-hdr.slider-next {
        -webkit-transform: translateX(277px);
        -ms-transform: translateX(277px);
        transform: translateX(277px);
    }
    .compare-list-wrap .fixed-hdr.slider-prev {
        -webkit-transform: translateX(-304px);
        -ms-transform: translateX(-304px);
        transform: translateX(-304px);
    }
    .fixed-table-row-wrap {
        top: 118px;
    }
}
@media (max-width: 620px) {
    .compare-fixed-block {
        width: 40%;
    }
    .compare-fixed-block .btn {
        width: 100%;
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .compare-fixed-block .btn::before {
        display: none;
    }
    .compare-fixed-block .compare-hdr {
        padding-right: 10px;
    }
    .compare-list-wrap {
        padding-right: 0;
    }
    .compare-list-wrap .compare-list-item {
        width: 200px;
        min-width: 200px;
    }
    .compare-list-wrap .compare-list-item_main {
        width: 0;
        min-width: 0;
    }
    .compare-list-wrap .availability-points,
    .compare-list-wrap .deferred-payment {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .compare-list-wrap .product-card {
        width: 196px;
    }
    .compare-list-wrap .product-card .availability-points {
        height: 40px;
    }
    .compare-list-wrap .product-card .control-pannel,
    .compare-list-wrap .product-card .txt-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }
    .compare-list-wrap .product-card .payment-item {
        margin-top: 5px;
    }
    .compare-list-wrap .compare-list-wrap .product-card .btn-buy-wrap {
        height: 36px;
    }
    .compare-list-wrap .product-card .control-pannel {
        padding-bottom: 52px;
    }
    .compare-list-wrap .quantity-btn-wrap {
        display: none;
    }
    .compare-list-item .compare-hdr {
        padding-left: 5px;
        padding-right: 5px;
    }
    .compare-hdr {
        height: 465px;
    }
    .compare-hdr .radio-wrap {
        font-size: 12px;
    }
    .compare-list-wrap .fixed-hdr.slider-next {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        left: auto;
        right: 5px;
    }
    .compare-list-wrap .fixed-hdr.slider-prev {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        left: 5px;
    }
}
@media (max-width: 560px) {
    .compare-list-hdr .btn-wrap {
        margin-top: 5px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .compare-list-hdr .btn {
        margin-right: 0;
        width: 49%;
    }
    .compare-list-wrap .slider-next,
    .compare-list-wrap .slider-prev {
        top: auto;
        position: relative;
        float: right;
        margin-top: -43px;
    }
    .compare-list-wrap .slider-prev {
        right: 35px;
    }
    .compare-list-wrap .fixed-hdr.slider-next,
    .compare-list-wrap .fixed-hdr.slider-prev {
        position: fixed;
        top: 205px;
    }
}
@media (max-width: 420px) {
    .compare-list-hdr .btn-wrap {
        margin-bottom: 0;
    }
    .compare-list-hdr .btn {
        margin: 5px 0;
        width: 100%;
    }
    .compare-list-hdr .control-block {
        font-size: 15px;
    }
}
@media (max-width: 380px) {
    .compare-list-hdr .control-title {
        font-size: 14px;
        margin-right: 10px;
    }
}
.contacts-map {
    width: 100%;
    height: 500px;
    opacity: 1;
    position: relative;
    visibility: visible;
}
.contacts-map #map {
    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
}
.contacts-map.hidden {
    display: block;
    opacity: 0;
    position: absolute;
    right: 0;
    left: 0;
    visibility: hidden;
}
.contacts-map .ymaps-2-1-77-balloon__close-button {
    background-image: url(../img/icons/close.svg);
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.contacts-map .ymaps-2-1-77-balloon__close-button:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.contacts-map .ymaps-2-1-77-balloon__tail {
    display: none;
}
.contacts-map .ymaps-2-1-77-balloon-pane {
    top: 20px !important;
    left: 20px !important;
}
.ymaps-2-1-77-balloon,
.ymaps-2-1-77-balloon__layout {
    border-radius: 4px;
}
.contacts-city-title {
    font-size: 18px;
    font-weight: 600;
}
.contacts-city-title .title {
    margin-right: 10px;
}
.contacts-city-title .change-city {
    color: #b25d5d;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.contacts-city-title .change-city:hover {
    color: #444;
}
.contacts-city-title .change-city:hover::before {
    background-image: url(../img/icons/baloone_black.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.contacts-city-title .baloone_icon::before {
    margin-bottom: -2px;
    margin-right: 5px;
}
.contacts-item {
    width: 49%;
    border: 1px solid #fedfc9;
    padding: 40px;
    font-size: 16px;
}
.contacts-item .item-title {
    font-size: 20px;
    font-weight: 600;
    color: #b25d5d;
    margin-bottom: 20px;
}
.contacts-item .item-row {
    margin-bottom: 20px;
    line-height: 1.5;
}
.contacts-item .desc,
.contacts-item .title {
    color: #444;
}
.contacts-item .img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.contacts-item_m-b {
    margin-bottom: 20px;
}
.contacts-map .contacts-item {
    width: 100%;
    border: 0;
    padding: 30px;
}
.contacts-map .item-row:last-child {
    margin-bottom: 0;
}
@media (max-width: 770px) {
    .contacts-item {
        padding: 20px;
    }
    .contacts-city-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .contacts-city-title .change-city {
        width: 100%;
        margin-top: 10px;
    }
}
@media (max-width: 620px) {
    .contacts-city-title {
        width: 50%;
    }
    .contacts-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .contacts-item:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 460px) {
    .contacts-city-title {
        width: 100%;
        margin-bottom: 20px;
    }
}
.content-block .p:last-child {
    margin-bottom: 0;
}
.content-block_size {
    width: 1112px;
}
.content-title {
    display: block;
    font-weight: 600;
    font-size: 20px;
    color: #b25d5d;
    margin-bottom: 25px;
}
.tabs-content .content-title {
    color: #444;
}
@media (max-width: 1500px) {
    .content-block_size {
        width: 900px;
    }
}
@media (max-width: 1220px) {
    .content-block_size {
        width: 70%;
    }
}
@media (max-width: 1000px) {
    .content-block_size {
        width: 100%;
    }
}
.fake-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    color: #999;
}
.fake-switch .switch-wrap {
    position: relative;
    cursor: pointer;
    width: 40px;
    border-radius: 50px;
    height: 18px;
    border: 1px solid #dedede;
    background: #f7f7f7;
    margin-left: 15px;
    margin-right: 15px;
}
.fake-switch .dot {
    width: 12px;
    height: 12px;
    background-color: #b25d5d;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.fake-switch .title {
    font-weight: 600;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
}
.fake-switch .active,
.fake-switch .title:hover {
    color: #b25d5d;
}
.social-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.form-block-wrapper {
    padding: 90px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.form-block-wrapper_size {
    width: 700px;
    max-width: 100%;
}
.form .form-item {
    margin-bottom: 20px;
    position: relative;
}
.form .form-item:last-child {
    margin-bottom: 0;
}
.form .form-item_dubble {
    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;
}
.form .input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #dedede;
    height: 40px;
    background: #f7f7f7;
    font-family: TTNorms-Regular, "Work Sans", sans-serif;
    font-weight: 400;
    padding: 0 15px;
    font-size: 14px;
}
.form .input_50 {
    width: 48%;
    position: relative;
}
.form .textarea {
    resize: none;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #dedede;
    height: 90px;
    background: #f7f7f7;
    font-family: TTNorms-Regular, "Work Sans", sans-serif;
    font-weight: 400;
    padding: 15px;
    font-size: 14px;
}
.form .btn_pink {
    background: #f28c97;
    border: 0;
}
.form .btn {
    max-width: 170px;
}
.form .checkbox-wrap {
    width: 265px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.form .checkbox-title {
    display: block;
}
.form .checkbox-title::before {
    border: 1px solid #dedede;
}
.form .p {
    font-size: 14px;
    line-height: 1.4;
}
.form .mail-link {
    margin-top: 15px;
    display: block;
    color: #b25d5d;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.form .mail-link:hover {
    color: #444;
}
.form-title {
    color: #b25d5d;
    font-size: 20px;
    font-weight: 600;
}
.search-btn {
    width: 17px;
    height: 17px;
    background: url(../img/icons/poisk.svg) center/100% no-repeat;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.search-btn:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.error-not-valid {
    position: absolute;
    bottom: 100%;
    left: 0;
    background: #eb5255;
    padding: 12px 15px;
    color: #fff;
    font-size: 14px;
    font-family: TTNorms-Regular, "Work Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    border-radius: 4px;
}
.error-not-valid::before {
    content: "i";
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    margin-right: 9px;
}
.error-not-valid::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #eb5255;
    position: absolute;
    bottom: -5px;
    left: 18px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.success-valid {
    position: absolute;
    bottom: 100%;
    left: -23%;
    margin-bottom: 15px;
    background: #45ca99;
    padding: 12px 15px;
    border-radius: 4px;
    font-size: 14px;
    width: 229px;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.success-valid::after {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    background: #45ca99;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
}
.success-valid::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-bottom: -3px;
    margin-right: 9px;
    background: url(../img/icons/check_white.svg) center/50% no-repeat;
}
.modal_comment .textarea {
    height: 180px;
}
@media (max-width: 620px) {
    .form .checkbox-wrap {
        width: 100%;
    }
    .form .form-item_dubble {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .form-block-wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media (max-width: 360px) {
    .form-block-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.tabs-list-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tabs-list-title_creme {
    background: #fef1e7;
    color: #b25d5d;
}
.tabs-list-title_creme .title-item {
    border-bottom: 3px solid transparent;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.tabs-list-title_creme .title-item.active,
.tabs-list-title_creme .title-item:hover {
    border-bottom: 3px solid #b25d5d;
}
.loader-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 218, 197, 0.5);
}
.loader-wrap .loader {
    width: 60px;
    height: 60px;
    background: url(../img/icons/loader-icon.svg) center/95% no-repeat;
}
.loader-container {
    position: relative;
}
.loader-container .loader-wrap {
    position: absolute;
    z-index: 100;
}
.product-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-category .category-item {
    width: 340px;
    height: 460px;
    position: relative;
    display: block;
}
.product-category .category-item::after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#fef1e7), to(rgba(255, 255, 255, 0.00001)));
    background: -o-linear-gradient(bottom, #fef1e7, rgba(255, 255, 255, 0.00001));
    background: linear-gradient(to top, #fef1e7, rgba(255, 255, 255, 0.00001));
}
.product-category .category-item:hover .hover-block {
    opacity: 1;
    visibility: visible;
    height: 100%;
    top: 0;
}
.product-category .title-block {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #b25d5d;
    z-index: 1;
    font-size: 20px;
}
.product-category .title {
    font-family: TTNorms-Medium, "Work Sans", sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
}
.product-category .product-num {
    font-size: 16px;
}
.product-category .hover-block,
.product-category .hover-block_dubble {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fef1e7;
    z-index: 1;
    padding: 35px;
    opacity: 0;
    visibility: hidden;
    height: 0;
    bottom: 0;
    overflow: auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    scrollbar-color: #e0e0e0 #fff;
    scrollbar-width: thin;
    scrollbar-face-color: #e0e0e0;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.product-category .hover-block::-webkit-scrollbar,
.product-category .hover-block_dubble::-webkit-scrollbar {
    width: 5px;
    background: #fff;
}
.product-category .hover-block::-webkit-scrollbar-thumb,
.product-category .hover-block_dubble::-webkit-scrollbar-thumb {
    width: 5px;
    background: #e0e0e0;
    border-radius: 50px;
}
.product-category .hover-block_dubble {
    padding: 20px;
}
.product-category .hover-block__title {
    color: #444;
    font-family: TTNorms-Medium, "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
}
.product-category .hover-block__sub-wrap {
    margin-bottom: 20px;
}
.product-category .hover-block__sub-title {
    color: #b25d5d;
    font-family: TTNorms-Medium, "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.product-category .hover-block__sub-title.active {
    margin-bottom: 15px;
}
.product-category .arrow-down {
    cursor: pointer;
}
.product-category .arrow-down::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../img/icons/down-arrow_red.svg);
    background-size: 95%;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 5px;
    margin-bottom: -3px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.product-category .arrow-down.active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.product-category .links-list {
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    margin-bottom: 15px;
}
.product-category .links-list:last-child {
    margin-bottom: 0;
}
.product-category .link {
    display: block;
    color: #b25d5d;
    margin-bottom: 15px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.product-category .link:last-child {
    margin-bottom: 0;
}
.product-category .link:hover {
    color: #444;
}
.product-category .category-item_dubble {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-category .category-item_dubble::after {
    display: none;
}
.product-category .category-item__item {
    width: 100%;
    height: 48%;
    position: relative;
    overflow: hidden;
}
.product-category .category-item__item::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#fef1e7), to(rgba(255, 255, 255, 0.00001)));
    background: -o-linear-gradient(bottom, #fef1e7, rgba(255, 255, 255, 0.00001));
    background: linear-gradient(to top, #fef1e7, rgba(255, 255, 255, 0.00001));
}
.product-category .category-item__item:hover .hover-block_dubble {
    opacity: 1;
    visibility: visible;
    height: 100%;
    top: 0;
}
.sewing-machine {
    background: url(../img/main-category/img-1.jpg) center/100% no-repeat;
}
.knitting-techniques {
    background: url(../img/main-category/img-2.jpg) center/100% no-repeat;
}
.embroidery-equipment {
    background: url(../img/main-category/img-3.jpg) center/100% no-repeat;
}
.ironing-equipment {
    background: url(../img/main-category/img-4.jpg) center/100% no-repeat;
}
.plotter-cutting {
    background: url(../img/main-category/img-5.jpg) center/100% no-repeat;
}
@-webkit-keyframes slideInLong {
    0% {
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes slideup {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@media (max-width: 1500px) {
    .product-category .category-item {
        width: 24%;
        height: 390px;
    }
    .product-category .title-block {
        left: 20px;
        bottom: 20px;
    }
    .product-category .link {
        margin-bottom: 5px;
    }
    .product-category .hover-block,
    .product-category .hover-block_dubble {
        padding: 20px;
    }
    .product-category .arrow-down {
        position: relative;
        padding-right: 20px;
    }
    .product-category .arrow-down::after {
        position: absolute;
        right: 0;
        top: 1px;
    }
}
@media (max-width: 1220px) {
    .product-category .category-item {
        height: 324px;
    }
    .product-category .category-item__item::after {
        background: -webkit-gradient(linear, left bottom, left top, from(#fef1e7), to(rgba(255, 255, 255, 0.5)));
        background: -o-linear-gradient(bottom, #fef1e7, rgba(255, 255, 255, 0.5));
        background: linear-gradient(to top, #fef1e7, rgba(255, 255, 255, 0.5));
    }
    .product-category .title-block {
        bottom: 25px;
        left: 20px;
    }
    .product-category .title {
        margin-bottom: 10px;
        width: 100%;
        padding-right: 15px;
    }
    .product-category .hover-block__title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .product-category .hover-block,
    .product-category .hover-block_dubble {
        padding: 10px;
    }
}
@media (max-width: 1000px) {
    .product-category-wrap {
        overflow-y: auto;
        width: 100%;
        height: 345px;
    }
    .product-category {
        width: 1000px;
    }
}
.map-delivery {
    height: 500px;
}
.masp-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.masp-title-wrap img {
    width: 150px;
    height: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    margin-right: 20px;
}
.masp-title-wrap .map-title {
    font-weight: 600;
    font-size: 20px;
}
.menu-block {
    width: 270px;
    background-color: #fef1e7;
    padding: 40px;
}
.menu-block .menu-item {
    display: block;
    width: 100%;
    color: #b25d5d;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 32px;
    line-height: 1.2;
    position: relative;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.menu-block .menu-item:hover {
    color: #444;
}
.menu-block .menu-item:last-child {
    margin-bottom: 0;
}
.menu-block .menu-item::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
.menu-block .dropshiping_icon::before {
    width: 17px;
    height: 22px;
}
.menu-block.bx-soa-sidebar {
    background-color: transparent;
    padding: 0;
}
.pen-red_icon:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/icons/pen_red.svg);
    background-size: cover;
    background-position: center;
}
.pen-red_icon:hover::before {
    background-image: url(../img/icons/pen_black.svg);
    background-size: cover;
    background-position: center;
}
.dropshipping-red_icon:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/icons/dropshipping_red.svg);
    background-size: cover;
    background-position: center;
}
.dropshipping-red_icon:hover::before {
    background-image: url(../img/icons/dropshipping_black.svg);
    background-size: cover;
    background-position: center;
}
.partner-red_icon:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/icons/partner_red.svg);
    background-size: cover;
    background-position: center;
}
.partner-red_icon:hover::before {
    background-image: url(../img/icons/partner_black.svg);
    background-size: cover;
    background-position: center;
}
@media (max-width: 1000px) {
    .map-delivery {
        height: 300px;
    }
    .menu-block {
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
    }
    .menu-block .menu-item {
        width: auto;
        display: inline-block;
        margin: 10px 20px 10px 0;
    }
    .menu-block .menu-item:last-child {
        margin-bottom: 10px;
    }
}
@media (max-width: 770px) {
    .product-category .hover-block_dubble {
        padding-right: 0;
    }
}
.modal-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(255, 218, 197, 0.5);
    z-index: 10;
    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;
}
.modal-wrap .modal {
    display: block;
}
.modal {
    background: #fff;
    padding: 40px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: auto;
    top: 100px;
    margin: auto auto 100px;
    border-radius: 4px;
}
.modal_480 {
    width: 480px;
}
.modal .quick-search-city {
    width: 100%;
    position: relative;
}
.modal .quick-search-city .input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #dedede;
    border-radius: 4px;
}
.modal .quick-search-city .bx-ui-sls-fake,
.modal .quick-search-city .bx-ui-sls-route {
    height: 100%;
    color: #444 !important;
    padding-right: 35px !important;
    padding-left: 35px !important;
    border: 1px solid #eaeaea !important;
    border-radius: 4px;
    padding-bottom: 0 !important;
}
.modal .quick-search-city .search-btn {
    z-index: 1;
}
.modal .quick-search-city .bx-ui-sls-clear {
    top: 5px;
    right: 9px;
}
.modal .quick-search-city .dropdown-item-text {
    line-height: 1.2;
}
.modal .quick-search-city .bx-ui-sls-pane {
    scrollbar-color: #e0e0e0 #fff;
    scrollbar-width: thin;
    scrollbar-face-color: #e0e0e0;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.modal .quick-search-city .bx-ui-sls-pane::-webkit-scrollbar {
    width: 5px;
    background: #fff;
}
.modal .quick-search-city .bx-ui-sls-pane::-webkit-scrollbar-thumb {
    width: 5px;
    background: #e0e0e0;
    border-radius: 50px;
}
.modal .search-btn {
    position: absolute;
    top: 12px;
    left: 9px;
    background-size: 90%;
}
.modal .forget-pass-btn {
    padding-right: 19px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.modal .forget-pass-btn:hover {
    color: #444;
}
.modal .social-title {
    margin-bottom: 20px;
}
.modal .social-links {
    margin-right: 5px;
    display: inline-block;
}
.modal .form_registration {
    display: none;
}
.modal_comment .modal-header {
    padding-bottom: 10px;
}
.modal_comment .rating-stars-row_mrgn {
    margin-top: 0;
}
.modal_comment .rating-item {
    width: 31px;
    height: 31px;
    margin-right: 10px;
}
.modal_map .close-modal {
    top: 30px;
    right: 30px;
}
.modal_map .modal-footer {
    border-top: none;
    margin-top: 0;
}
.modal_map .img {
    max-width: 100%;
}
.modal_map .name-city {
    display: block;
    width: 50%;
    margin: 5px 10px 5px 0;
    line-height: 1.2;
    position: relative;
    padding-left: 20px;
}
.modal_map .name-city::before {
    position: absolute;
    left: 0;
    top: 0;
}
.modal_map .btn {
    margin: 5px 0;
}
.modal.registration .form_login,
.modal.registration .modal-footer,
.modal_map .modal-hidden {
    display: none;
}
.modal.registration .form_registration {
    display: block;
}
.modal_420 {
    max-width: 420px;
    width: 100%;
}
.modal_540 {
    max-width: 540px;
    width: 100%;
}
.modal_860 {
    max-width: 860px;
    width: 100%;
}
.close-btn,
.close-filter,
.close-modal {
    width: 30px;
    height: 30px;
    background-image: url(../img/icons/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    top: 35px;
    right: 40px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.close-btn:hover,
.close-filter:hover,
.close-modal:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.close-btn_rel {
    position: relative;
    top: auto;
    right: auto;
}
.close-modal_white-fill {
    background-color: #fff;
    border-radius: 50%;
}
.modal-header {
    font-family: TTNorms-Medium, "Work Sans", sans-serif;
    font-weight: 500;
    color: #b25d5d;
    font-size: 20px;
    border-bottom: none;
    padding: 0 0 30px;
}
.modal-header .title.active {
    border-bottom: 4px solid #b25d5d;
}
.modal-header .title.active:hover {
    color: #b25d5d;
}
.modal-header .title {
    margin-right: 15px;
    padding-bottom: 5px;
    border-bottom: 4px solid transparent;
}
.modal-header .title_pointer {
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.modal-header .title_pointer:hover {
    color: #444;
}
.modal-content {
    position: relative;
    background-color: inherit;
    background-clip: inherit;
    border: 0;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-footer {
    padding: 20px 0 0;
    margin-top: 20px;
    border-top: 1px solid #dedede;
    text-align: inherit;
}
.modal-footer_dubble {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.modal-footer_no-border {
    border-top: none;
}
.modal-header_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.successfully-sent {
    color: #45ca99;
    font-size: 21px;
    font-family: TTNorms-Medium, "Work Sans", sans-serif;
    font-weight: 500;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.successfully-sent::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/icons/success_green.svg) center/100% no-repeat;
    margin-bottom: 20px;
}
.modal_photogallary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    top: 50px;
}
.modal_photogallary .img-block {
    width: 100%;
}
.modal_photogallary .main-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    height: 530px;
    width: 100%;
}
.modal_photogallary .stickers {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.modal_photogallary .img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    object-fit: contain;
}
.modal_photogallary .img-nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.modal_photogallary .img-nav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 100px;
    width: 60%;
    margin-left: 50px;
    margin-right: 50px;
}
.modal_photogallary .slider-prev {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    position: absolute;
    left: 120px;
    bottom: 44px;
}
.modal_photogallary .slider-next {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    position: absolute;
    right: 120px;
    bottom: 44px;
}
.modal_photogallary .swiper-container {
    height: 100%;
}
.modal_photogallary .swiper-slide {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.modal_photogallary .close-modal {
    z-index: 2;
}
.increase-img-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    max-width: 100%;
    left: auto;
    right: auto;
}
.increase-img-modal .img {
    width: auto;
    height: auto;
    max-width: 90vh;
    max-height: 90vh;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.increase-img-modal .close-modal {
    right: 10px;
    top: 10px;
}
.increase-img-modal .img-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.modal_map {
    height: auto;
}
.modal_map .close-modal {
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
}
.modal_map .map-block {
    min-height: 500px;
}
#modal-map {
    width: 100%;
    height: 100%;
    z-index: 0;
    position: relative;
}
.bx-modal {
    margin: 0;
}
.bx-modal.moda_first-click {
    margin-top: 100px;
}
.bx-modal .modal-header {
    padding: 20px 20px 10px;
}
.bx-modal.popup-window.popup-window-with-titlebar {
    padding: 20px;
}
.bx-modal .popup-window-titlebar-close-icon {
    width: 30px;
    height: 30px;
    background-image: url(../img/icons/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    top: 35px;
    right: 40px;
    opacity: 1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.bx-modal .popup-window-titlebar-close-icon:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.bx-modal .popup-window-close-icon:after {
    display: none;
}
.bx-modal .current-price {
    color: #444;
}
.bx-modal .popup-window-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 20px 20px;
}
.bx-modal .popup-window-buttons .btn {
    height: 40px;
}
.bx-modal .btn-sminput {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 170px;
    width: 100%;
}
.bx-modal .result-message {
    font-size: 16px;
}
.popup-window.bx-modal {
    font-family: TTNorms-Regular, "Work Sans", sans-serif;
    font-weight: 400;
}
.popup-window-overlay {
    background: #ffdac5;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .increase-img-modal {
        left: 50%;
        margin-left: -150px;
    }
}
.thanks-block .close-modal {
    right: 10px;
    top: 10px;
}
.city-popup {
    position: absolute;
    z-index: 10;
    top: 100%;
    margin-top: 20px;
    left: 0;
    background-color: #fff;
    padding: 40px;
    max-width: 350px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.city-popup .title {
    line-height: 1.5;
    font-size: 18px;
}
.city-popup .title-wrap {
    text-align: center;
}
.city-popup .name-city {
    font-weight: 600;
    margin-left: 5px;
}
.city-popup .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 20px;
}
.city-popup .btn {
    padding: 10px 20px;
    text-decoration: none;
}
.city-popup .close-modal {
    right: 20px;
    top: 20px;
    width: 25px;
    height: 25px;
}
.video-modal .close-modal {
    top: 10px;
    right: 10px;
}
.popup-window .product-add-basket .img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.popup-window[id^="CatalogElementBasket_"] .popup-window-buttons,
.popup-window[id^="CatalogFavoriteProduct_"] .popup-window-buttons,
.popup-window[id^="CatalogSectionBasket_"] .popup-window-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.popup-window[id^="CatalogElementBasket_"] .popup-window-buttons .btn,
.popup-window[id^="CatalogFavoriteProduct_"] .popup-window-buttons .btn,
.popup-window[id^="CatalogSectionBasket_"] .popup-window-buttons .btn {
    height: auto;
    padding: 10px 15px;
    width: auto;
}
.popup-window-button {
    margin: auto;
    font-family: TTNorms-Regular, "Work Sans", sans-serif;
    font-weight: 400;
    text-transform: inherit;
    font-size: 13px;
    white-space: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.popup-window-buttons .popup-window-button {
    margin-left: 0;
    margin-right: 0;
}
@media (max-width: 1300px) {
    .modal_photogallary .slider-next,
    .modal_photogallary .slider-prev {
        top: auto;
        bottom: 57px;
        background-color: transparent;
    }
}
@media (max-width: 1000px) {
    .modal_photogallary {
        height: auto;
    }
    .modal_photogallary .img-nav {
        display: block;
    }
    .modal_photogallary .main-img {
        height: 350px;
    }
    .city-popup {
        width: 300px;
        padding: 35px 20px 20px;
    }
    .city-popup .btn-wrap {
        width: 100%;
        padding-left: 0;
    }
    .city-popup .close-modal {
        top: 10px;
        right: 10px;
    }
}
@media (max-width: 800px) {
    .modal_photogallary .img-nav {
        width: 80%;
    }
    .modal_photogallary .slider-next {
        right: 20px;
    }
    .modal_photogallary .slider-prev {
        left: 20px;
    }
}
@media (max-width: 620px) {
    .forget-pass-btn {
        margin-top: 10px;
    }
    .increase-img-modal .img {
        max-width: 100%;
        max-height: 100vh;
    }
}
@media (max-width: 560px) {
    .modal_map .btn {
        width: 100%;
        margin-top: 10px;
    }
}
@media screen and (max-width: 560px) and (-ms-high-contrast: active), (max-width: 560px) and (-ms-high-contrast: none) {
    .increase-img-modal {
        left: 0;
        right: 0;
        margin-left: 0;
    }
}
@media (max-width: 406px) {
    .bx-modal .quantity-price {
        margin-top: 10px;
    }
    .bx-modal .product-card .price-wrap {
        height: auto;
    }
    .popup-window[id^="CatalogElementBasket_"] .popup-window-buttons,
    .popup-window[id^="CatalogFavoriteProduct_"] .popup-window-buttons,
    .popup-window[id^="CatalogSectionBasket_"] .popup-window-buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .popup-window[id^="CatalogElementBasket_"] .popup-window-buttons .btn,
    .popup-window[id^="CatalogFavoriteProduct_"] .popup-window-buttons .btn,
    .popup-window[id^="CatalogSectionBasket_"] .popup-window-buttons .btn {
        width: 100%;
        max-width: none;
        margin-bottom: 10px;
    }
    .popup-window[id^="CatalogElementBasket_"] .popup-window-buttons .btn:last-child,
    .popup-window[id^="CatalogFavoriteProduct_"] .popup-window-buttons .btn:last-child,
    .popup-window[id^="CatalogSectionBasket_"] .popup-window-buttons .btn:last-child {
        margin-bottom: 0;
    }
    .city-list-wrap .li {
        width: 50%;
    }
}
.order-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    border: 1px solid #fedfc9;
    padding: 40px;
    font-size: 16px;
    line-height: 1.3;
    color: #444;
    margin-bottom: 20px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.order-info-item:hover {
    background-color: #fef8f3;
}
.order-info-item .title {
    margin-bottom: 10px;
}
.order-info-item .date {
    width: 157px;
    padding-right: 10px;
}
.order-info-item .num {
    width: 189px;
    padding-right: 10px;
}
.order-info-item .delivery {
    width: 169px;
    padding-right: 10px;
}
.order-info-item .status {
    width: 145px;
    padding-right: 10px;
}
.order-info-item .summ {
    width: 143px;
    padding-right: 10px;
}
.order-info-item .payment-method {
    width: 150px;
    padding-right: 10px;
}
.order-info-item .bonus-num {
    width: 80px;
    padding-right: 10px;
}
.order-info-item .arrow-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 2px;
}
@media (max-width: 1500px) {
    .order-info-item {
        padding: 20px;
    }
    .order-info-item .bonus-num,
    .order-info-item .date,
    .order-info-item .delivery,
    .order-info-item .num,
    .order-info-item .payment-method,
    .order-info-item .status,
    .order-info-item .summ {
        width: 20%;
    }
    .order-info-item .arrow-link {
        position: absolute;
        top: 45%;
        right: 20px;
    }
    .order-info-item .info-item {
        margin: 10px 0;
    }
}
@media (max-width: 770px) {
    .order-info-item .bonus-num,
    .order-info-item .date,
    .order-info-item .delivery,
    .order-info-item .num,
    .order-info-item .payment-method,
    .order-info-item .status,
    .order-info-item .summ {
        width: 33%;
    }
}
@media (max-width: 560px) {
    .order-info-item .bonus-num,
    .order-info-item .date,
    .order-info-item .delivery,
    .order-info-item .num,
    .order-info-item .payment-method,
    .order-info-item .status,
    .order-info-item .summ {
        width: 50%;
    }
}
.page-nav-wrap {
    width: 245px;
    position: relative;
}
.page-nav {
    background-color: #f7f7f7;
    padding: 40px;
    font-size: 16px;
    color: #b25d5d;
    width: 100%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.page-nav .main-title {
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.2;
    color: #444;
}
.page-nav .page-nav-item {
    margin-bottom: 30px;
}
.page-nav .page-nav-item:last-child {
    margin-bottom: 0;
}
.page-nav .nav-title {
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.page-nav .nav-title:hover {
    color: #444;
}
.page-nav .nav-item {
    font-size: 14px;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.page-nav .nav-item:last-child {
    margin-bottom: 0;
}
.page-nav .nav-item:hover {
    color: #444;
}
.page-nav .close-modal {
    display: none;
}
.page-nav.fixed {
    position: fixed;
    top: 120px;
    max-width: 245px;
}
.btn.mob-btn {
    display: none;
}
@media (max-width: 1000px) {
    .page-nav-wrap {
        width: 37%;
    }
    .page-nav {
        padding: 20px;
    }
}
@media (max-width: 770px) {
    .page-nav-wrap {
        width: 100%;
    }
    .page-nav {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 20px;
    }
    .page-nav.active {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 80%;
        height: 100%;
        max-width: 560px;
        padding: 40px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .page-nav.active .close-modal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 39px;
    }
    .page-nav.active .main-title {
        font-size: 20px;
    }
    .btn.mob-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px;
        padding: 10px 20px;
    }
}
.pagin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pagin_m-t {
    margin-top: 20px;
}
.pagin .pagin-item {
    width: 50px;
    height: 50px;
    font-size: 20px;
    border: 1px solid #e5e5e5;
    border-right: 1px solid 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;
    color: #b25d5d;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.pagin .pagin-item:hover {
    color: #444;
}
.pagin .pagin-item.active {
    color: #999;
    background: #eaeaea;
}
.pagin .pagin-item:first-child {
    border-radius: 4px 0 0 4px;
}
.pagin .pagin-item:last-child {
    border-radius: 0 4px 4px 0;
    border-right: 1px solid #e5e5e5;
}
.pagin .pagin-item_dots {
    border: 1px solid transparent;
}
.pagin .pagin-item_dots + .pagin-item {
    border-radius: 4px 0 0 4px;
    border-right: 1px solid #e5e5e5;
}
.pagin .pagin-item_dots + .pagin-item:last-child {
    border-radius: 0 4px 4px 0;
    border-right: 1px solid #e5e5e5;
}
.pagin .pagin-item.arrow-left,
.pagin .pagin-item.arrow-right {
    border: 1px solid transparent;
    width: 30px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-radius: 4px;
}
.pagin .pagin-item.arrow-left:hover,
.pagin .pagin-item.arrow-right:hover {
    background-color: #fef1e7;
}
.pagin .arrow-left {
    background-image: url(../img/icons/left1.svg);
    background-size: 42%;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.pagin .arrow-right {
    background-image: url(../img/icons/right1.svg);
    background-size: 42%;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 10px;
}
.pagin-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pagin_full {
    width: 100%;
}
@media (max-width: 1000px) {
    .pagin .pagin-item {
        width: 40px;
        height: 40px;
    }
    .pagin .arrow-left,
    .pagin .arrow-right {
        background-size: 30%;
    }
}
@media (max-width: 560px) {
    .page-nav.active {
        padding: 20px;
    }
    .page-nav.active .close-modal {
        top: 20px;
        right: 20px;
    }
}
.parametres-table {
    font-size: 16px;
    padding-right: 5px;
}
.parametres-table .table-item {
    margin-bottom: 15px;
}
.parametres-table .table-item_article {
    font-size: 14px;
    color: #999;
}
.parametres-table .link {
    color: #b25d5d;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-bottom: 1px solid transparent;
}
.parametres-table .link:hover {
    border-bottom: 1px solid;
}
.parametres-table_dot .table-item {
    position: relative;
    padding-left: 15px;
}
.parametres-table_dot .table-item::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #444;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px;
}
.parametres-table_dot .table-item_article::before {
    display: none;
}
.parametres-table_m-b {
    margin-bottom: 40px;
}
.personal-user-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.personal-user-name .name-title {
    color: #999;
    margin-right: 20px;
    line-height: 1.2;
    margin-top: 5px;
    margin-bottom: 5px;
}
.personal-user-name .name-title::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../img/icons/user.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-bottom: -2px;
}
.personal-user-name .bonus-num {
    color: #b25d5d;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
}
.personal-user-name .bonus-num::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../img/icons/question_red.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: -2px;
    margin-left: 10px;
}
.personal-user-name .bonus-num:hover .bonus-desc {
    opacity: 1;
    visibility: visible;
}
.personal-user-name .bonus-desc {
    position: absolute;
    bottom: 100%;
    right: -25%;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #dedede;
    padding: 15px;
    font-size: 14px;
    color: #444;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 10px;
    opacity: 0;
    visibility: hidden;
    width: 240px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.personal-user-name .bonus-desc::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    bottom: -6px;
    left: 78%;
    background-color: #fff;
}
.personal-content {
    width: 1135px;
}
.personal-content .form-group-item {
    padding-bottom: 60px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 60px;
}
.personal-content .form-group-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.personal-content .form-group-item .btn {
    font-size: 14px;
    width: 170px;
    height: 40px;
}
.personal-content .small-desc {
    color: #b25d5d;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.personal-content .small-desc:hover {
    color: #444;
}
.personal-content_full {
    width: 100%;
}
.personal-content_full .order-list_account {
    max-width: 1100px;
}
.small-desc {
    font-size: 14px;
}
.btn.mob-menu-btn {
    display: none;
}
.order-list_account {
    max-width: 843px;
    width: 100%;
}
.order-info {
    background-color: #f7f7f7;
    padding: 35px 40px;
    max-width: 267px;
    width: 100%;
    font-size: 14px;
}
.order-info .info-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.order-info .title {
    margin-right: 5px;
    line-height: 1.2;
}
.order-info .num {
    line-height: 1.2;
}
.order-info .info-item {
    margin-bottom: 15px;
    line-height: 1.2;
}
.order-info .total-price {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
    border-bottom: none;
}
.order-info .btn {
    height: 40px;
    margin-bottom: 10px;
    font-weight: 600;
}
.order-info .btn:last-child {
    margin-bottom: 0;
}
.order-info .btn_cream {
    border: 1px solid #fedfc9;
}
.order-info .btn_link {
    font-weight: 400;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.order-info .btn_link:hover {
    color: #444;
}
@media (max-width: 1500px) {
    .personal-content {
        width: 920px;
    }
    .personal-content_full {
        width: 100%;
    }
    .personal-content_full .order-list_account {
        width: 75%;
    }
    .order-list_account {
        width: 629px;
    }
    .personal-user-name .bonus-desc {
        right: -7px;
    }
    .personal-user-name .bonus-desc::after {
        left: auto;
        right: 7px;
    }
}
@media (max-width: 1220px) {
    .personal-content {
        width: 748px;
    }
    .personal-content_full {
        width: 100%;
    }
    .personal-content_full .order-list_account {
        width: 70%;
    }
    .order-list_account {
        width: 453px;
    }
}
@media (max-width: 1000px) {
    .personal-content {
        width: 100%;
    }
    .personal-content .form-group-item {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .personal-content_full .order-list_account {
        width: 60%;
    }
    .btn.mob-menu-btn {
        display: block;
        margin-bottom: 20px;
        max-width: 400px;
        padding: 10px 20px;
    }
    .order-list_account {
        width: 478px;
    }
    .order-info .btn-wrap {
        width: 100%;
        padding-left: 0;
    }
}
@media (max-width: 770px) {
    .order-list_account {
        width: 100%;
        margin-top: 20px;
    }
    .order-info {
        max-width: none;
        width: 100%;
    }
    .order-info .btn-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .order-info .btn-wrap .btn {
        width: 49%;
    }
    .personal-content .product-basket-list_mob-2 .product-card_horizontal .txt-wrap {
        padding-right: 0;
    }
    .personal-content .product-basket-list_mob-2 .product-card_horizontal .product-quantity {
        padding-left: 0;
    }
    .personal-content .product-basket-list_mob-2 .product-card_horizontal .product-quantity .bold {
        font-weight: 400;
    }
    .personal-content .product-basket-list_mob-2 .product-card_horizontal .product-quantity::before {
        content: "Количество:";
        font-size: 14px;
    }
    .personal-content_full .order-list_account {
        width: 100%;
    }
}
@media (max-width: 620px) {
    .personal-content .col-50_p-r {
        padding-right: 0;
    }
    .personal-content .col-50_p-l {
        padding-left: 0;
    }
    .personal-content .form {
        width: 100%;
        margin-bottom: 30px;
    }
    .personal-content .form:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 490px) {
    .order-info .btn-wrap .btn {
        width: 100%;
    }
}
.personal-menu {
    background-color: #fef1e7;
    padding: 41px 41px 41px 69px;
}
.personal-menu .menu-item {
    color: #b25d5d;
    position: relative;
    display: block;
    font-size: 16px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    margin-bottom: 25px;
    line-height: 1.2;
}
.personal-menu .menu-item:last-child {
    margin-bottom: 0;
}
.personal-menu .menu-item:hover {
    color: #444;
}
.personal-menu .close-menu {
    display: none;
}
.bonus-list_red::before,
.comparison-icon_red::before,
.exit-icon_red::before,
.favourites-icon_red::before,
.home-icon_red::before,
.order-list_red::before,
.service-icon_red::before,
.setings-icon_red::before {
    content: "";
    position: absolute;
    left: -30px;
    top: -2px;
    display: inline-block;
    width: 20px;
    height: 20px;
}
.bonus-list_red::before {
    background-image: url(../img/icons/gift_red.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.bonus-list_red:hover::before {
    background-image: url(../img/icons/gift_black.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.exit-icon_red::before {
    background-image: url(../img/icons/logout_red.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.exit-icon_red:hover::before {
    background-image: url(../img/icons/logout_black.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.service-icon_red::before {
    background-image: url(../img/icons/setings_2-red.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.service-icon_red:hover::before {
    background-image: url(../img/icons/setings_2-black.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.setings-icon_red::before {
    background-image: url(../img/icons/setings_red.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.setings-icon_red:hover::before {
    background-image: url(../img/icons/setings_black.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.order-list_red::before {
    background-image: url(../img/icons/order-list_red.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.order-list_red:hover::before {
    background-image: url(../img/icons/order-list_black.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.favourites-icon_red::before {
    background-image: url(../img/icons/like.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.favourites-icon_red:hover::before {
    background-image: url(../img/icons/like_black.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.home-icon_red::before {
    background-image: url(../img/icons/home_red.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.home-icon_red:hover::before {
    background-image: url(../img/icons/home_black.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.comparison-icon_red::before {
    background-image: url(../img/icons/comparison.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 15px;
    top: 0;
    left: -28px;
}
.comparison-icon_red:hover::before {
    background-image: url(../img/icons/comparison_black.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 1220px) {
    .personal-menu {
        padding: 21px 21px 21px 49px;
    }
}
@media (max-width: 1000px) {
    .personal-menu {
        display: none;
    }
    .personal-menu.active {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 400px;
        max-width: 80%;
        height: 100%;
        padding-top: 40px;
        z-index: 5;
    }
    .personal-menu.active .menu-item {
        position: relative;
        padding-bottom: 20px;
    }
    .personal-menu.active .menu-item::after {
        content: "";
        display: block;
        height: 1px;
        width: 110%;
        position: absolute;
        left: -30px;
        bottom: 0;
        background-color: #dedede;
    }
    .personal-menu.active .close-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        right: 10px;
        top: 10px;
        z-index: 1;
    }
}
.product-card {
    width: 268px;
    border: 1px solid #fedfc9;
    position: relative;
    padding-top: 30px;
}
.product-card .img-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 230px;
    padding: 20px 20px 30px;
}
.product-card .img-wrap .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.product-card .img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.product-card .article-number {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 10px;
    font-size: 12px;
    color: #999;
}
.product-card .txt-wrap {
    padding: 0 20px 10px;
}
.product-card .product-title {
    display: block;
    font-family: TTNorms-Medium, "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    overflow: hidden;
    line-height: 1.2;
    height: 57px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #444;
}
.product-card .availability-points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 14px;
    height: 14px;
}
.product-card .points {
    color: #a1a1a1;
}
.product-card .stickers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -30px;
    left: 0;
}
.product-card .price-wrap {
    height: 43px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.product-card .control-pannel {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 70px;
    position: relative;
}
.product-card .old-price-wrap {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
}
.product-card .benefit {
    color: #b25d5d;
    background: #fef1e7;
    padding: 2px;
    border-radius: 5px;
    margin-left: 8px;
}
.product-card .benefit::before {
    content: "- ";
}
.product-card .deferred-payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 31px;
}
.product-card .payment-item {
    font-size: 14px;
    line-height: 1.2;
    color: #b25d5d;
    width: auto;
    position: relative;
    margin-top: 15px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.product-card .payment-item:hover {
    color: #444;
}
.product-card .payment-item:hover .desc {
    opacity: 1;
    visibility: visible;
}
.product-card .payment-item .desc {
    position: absolute;
    bottom: 100%;
    left: -20px;
    width: 266px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 20px;
    color: #444;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 1;
    white-space: normal;
}
.product-card .payment-item .link {
    margin-top: 10px;
    color: #b25d5d;
    display: block;
}
.product-card .payment-item .title {
    cursor: pointer;
}
.product-card .payment-item .title::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/icons/question_red.svg) center/100% no-repeat;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    margin-left: 5px;
    margin-bottom: -4px;
}
.product-card .payment-item .title:hover::after {
    background: url(../img/icons/question_black.svg) center no-repeat;
}
.product-card .payment-item:nth-child(1):first-child .desc {
    left: -20px;
}
.product-card .payment-item:last-child .desc {
    left: auto;
    right: -20px;
}
.product-card .compare-favorites {
    position: absolute;
    top: 10px;
    right: 10px;
}
.product-card .compare-favorites .title {
    display: none;
}
.product-card .quantity-wrap {
    width: 95px;
    height: 30px;
}
.product-card .btn-buy-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
}
.product-card .basket-icon_white::before,
.product-card .bell-icon_red::before,
.product-card .in-basket_white::before {
    position: absolute;
    left: 20px;
}
.product-card .in-basket_white.active {
    background: #fbb13c;
}
.product-card .order-btn_icon::before {
    position: absolute;
    left: 20px;
}
.product-card_horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 10px;
    border: 1px solid #fef1e7;
    margin-bottom: 20px;
}
.product-card_horizontal .img-wrap {
    max-height: 175px;
    width: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding: 15px;
}
.product-card_horizontal .stickers {
    position: absolute;
    top: -10px;
    left: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-card_horizontal .img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.product-card_horizontal .txt-wrap {
    width: 478px;
    padding-right: 20px;
}
.product-card_horizontal .product-title {
    color: #444;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: block;
    margin-bottom: 15px;
}
.product-card_horizontal .product-title:hover {
    color: #b25d5d;
}
.product-card_horizontal .product-code {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
}
.product-card_horizontal .txt-item {
    font-size: 14px;
    margin-bottom: 10px;
}
.product-card_horizontal .product-quantity {
    width: 240px;
}
.product-card_horizontal .quantity-wrap {
    height: 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.product-card_horizontal .price-wrap {
    width: 245px;
    position: relative;
}
.product-card_horizontal .old-price-wrap {
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-bottom: 10px;
}
.product-card_horizontal .price-wrap_gray {
    color: #999;
}
.product-card_horizontal .price-wrap_result {
    width: 165px;
}
.product-card_horizontal .close-btn {
    display: block;
    width: 30px;
    height: 30px;
}
.product-card_horizontal .quantity-wrap .add-btn::after,
.product-card_horizontal .quantity-wrap .add-btn:hover::after,
.product-card_horizontal .quantity-wrap .remove-btn::after,
.product-card_horizontal .quantity-wrap .remove-btn:hover::after {
    background-size: 50%;
}
.brief-characteristic {
    display: none;
}
.current-price {
    font-size: 24px;
    font-weight: 600;
    color: #444;
}
.old-price {
    text-decoration: line-through;
    position: relative;
    padding-right: 10px;
    color: #444;
}
.quantity-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
    min-height: 30px;
}
.quantity-wrap {
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.quantity-wrap .input {
    width: 40px;
    height: 100%;
    font-size: 18px;
    display: block;
    border: transparent;
    text-align: center;
    font-family: TTNorms-Medium, "Work Sans", sans-serif;
    font-weight: 500;
    color: #b25d5d;
    border-top: 1px solid #fedfc9;
    border-bottom: 1px solid #fedfc9;
}
.quantity-wrap .add-btn,
.quantity-wrap .remove-btn {
    width: 27px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #b25d5d;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-top: 1px solid #fedfc9;
    border-bottom: 1px solid #fedfc9;
}
.quantity-wrap .remove-btn {
    border-left: 1px solid #fedfc9;
    border-radius: 4px 0 0 4px;
}
.quantity-wrap .remove-btn::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/icons/minus_red.svg);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
}
.quantity-wrap .remove-btn:hover::after {
    background-image: url(../img/icons/minus_black.svg);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fedfc9;
}
.quantity-wrap .add-btn {
    border-right: 1px solid #fedfc9;
    border-radius: 0 4px 4px 0;
}
.quantity-wrap .add-btn::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/icons/pluss-red.svg);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
}
.quantity-wrap .add-btn:hover::after {
    background-image: url(../img/icons/pluss-black.svg);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fedfc9;
}
.quantity-wrap .basket-item-amount-filed-block .input {
    height: 100%;
}
.compare,
.favorites {
    display: inline-block;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    margin-left: 9px;
    position: relative;
}
.compare::after,
.favorites::after {
    content: "";
    width: 10px;
    height: 10px;
    border-left: 1px solid #dedede;
    border-top: 1px solid #dedede;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 20px;
    margin-left: 4px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 1;
    right: 10%;
}
.compare::before,
.favorites::before {
    position: absolute;
    right: -10px;
    top: 100%;
    margin-top: 10px;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 14px;
    width: 170px;
    text-align: center;
    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;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 1;
}
.compare:hover::after,
.compare:hover::before,
.favorites:hover::after,
.favorites:hover::before {
    opacity: 1;
    visibility: visible;
}
.favorites {
    width: 18px;
    height: 16px;
    background: url(../img/icons/like_disactive.svg) center/100% no-repeat;
}
.favorites::before {
    content: "Добавить в избранное";
}
.favorites.active::before {
    content: "Удалить из избранного";
}
.compare {
    width: 13px;
    height: 16px;
    background: url(../img/icons/comparison_disactive.svg) center/100% no-repeat;
}
.compare::before {
    content: "Добавить в сравнение";
}
.compare.active::before {
    content: "Удалить из сравнения";
}
.compare::before {
    color: #b25d5d;
}
.favorites.active,
.favorites:hover {
    background: url(../img/icons/like.svg) center/100% no-repeat;
}
.favorites .link-hint::after {
    right: 43px;
}
.compare.active,
.compare:hover {
    background: url(../img/icons/comparison.svg) center/100% no-repeat;
}
.compare .link-hint::after {
    right: 12px;
}
.sale {
    width: 44px;
    height: 44px;
    background: url(../img/icons/sale.svg) center/100% no-repeat;
}
.new {
    width: 44px;
    height: 44px;
    background: url(../img/icons/new.svg) center/100% no-repeat;
}
.hit {
    width: 44px;
    height: 44px;
    background: url(../img/icons/hit.svg) center/100% no-repeat;
}
.gift {
    width: 44px;
    height: 44px;
    background: url(../img/icons/gift.svg) center/100% no-repeat;
}
.in-stock::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #76d4ae;
    border-radius: 50%;
    margin-bottom: 2px;
    margin-right: 5px;
}
.no-stock {
    color: #999;
}
.no-stock::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 50%;
    margin-bottom: 2px;
    margin-right: 5px;
}
.total-price {
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.total-price .old-price {
    text-decoration: none;
    padding: 2px 0;
    font-size: 14px;
    margin-bottom: 5px;
}
.total-price .old-price::after {
    position: relative;
}
.total-price .current-price {
    padding: 2px 0;
    font-size: 20px;
}
.product-list_modal {
    max-height: 250px;
    overflow-y: auto;
    margin-bottom: 20px;
    scrollbar-color: #e0e0e0 #fff;
    scrollbar-width: thin;
    scrollbar-face-color: #e0e0e0;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.product-list_modal::-webkit-scrollbar {
    width: 5px;
    background: #fff;
}
.product-list_modal::-webkit-scrollbar-thumb {
    width: 5px;
    background: #e0e0e0;
    border-radius: 50px;
}
.product-card_modal {
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
    padding-top: 0;
}
.product-card_modal .img-wrap {
    width: 40%;
    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: 20px 20px 20px 5px;
    height: auto;
}
.product-card_modal .product-txt {
    width: 60%;
    padding: 20px 0;
}
.product-card_modal .product-title {
    color: #b25d5d;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    font-weight: 400;
    font-family: TTNorms-Regular, "Work Sans", sans-serif;
}
.product-card_modal .product-title:hover {
    color: #444;
}
.product-card_modal .quantity-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-card_modal .price-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-card_modal .current-price {
    font-size: 18px;
}
.product-card_modal .old-price {
    font-size: 14px;
}
.product-add-basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-add-basket:hover .product-title {
    color: #b25d5d;
}
.product-add-basket .img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto;
    max-height: 250px;
}
.product-add-basket .product-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: center;
    color: #444;
    font-family: TTNorms-Medium, "Work Sans", sans-serif;
    font-weight: 500;
    margin-top: 20px;
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 1.3;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.catalog-list .product-card {
    margin-right: 19px;
    margin-bottom: 19px;
}
.catalog-list .product-card:nth-child(4n + 4) {
    margin-right: 0;
}
.catalog-list .product-card:nth-child(12) {
    margin-right: 19px;
}
.catalog-list .product-card:nth-child(4n + 13) {
    margin-right: 0;
}
.catalog-list .product-card:nth-child(4n + 12) {
    margin-right: 19px;
}
.catalog-list .product-card-wrapper {
    margin-right: 19px;
    margin-bottom: 19px;
}
.catalog-list .product-card-wrapper .product-card {
    margin-right: 0;
    margin-bottom: 0;
}
.catalog-list .product-card-wrapper:nth-child(4n + 4) {
    margin-right: 0;
}
.catalog-list .product-card-wrapper:nth-child(12) {
    margin-right: 19px;
}
.catalog-list .product-card-wrapper:nth-child(4n + 13) {
    margin-right: 0;
}
.catalog-list .product-card-wrapper:nth-child(4n + 12) {
    margin-right: 19px;
}
.horizontal-card .product-card {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
}
.horizontal-card .product-card-wrapper {
    margin-right: 0;
    width: 100%;
}
.horizontal-card .product-card-wrapper:nth-child(4n + 12) {
    margin-right: 0;
}
.horizontal-card .brief-characteristic {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 20px;
}
.horizontal-card .compare-favorites {
    position: relative;
    top: auto;
    right: auto;
}
.horizontal-card .compare-favorites .title {
    display: inline-block;
    color: #444;
    opacity: 0.5;
    font-size: 14px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.horizontal-card .availability-points {
    margin-bottom: 15px;
}
.horizontal-card .compare,
.horizontal-card .favorites {
    margin-left: 0;
    margin-right: 10px;
    width: auto;
    padding-left: 19px;
    background-size: 15px 15px;
    background-position: 0 0;
    position: relative;
}
.horizontal-card .compare.active .title,
.horizontal-card .compare:hover .title,
.horizontal-card .favorites.active .title,
.horizontal-card .favorites:hover .title {
    opacity: 1;
}
.horizontal-card .compare::after,
.horizontal-card .favorites::after {
    top: 21px;
    right: 45%;
}
.horizontal-card .price-wrap {
    height: 22px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.horizontal-card .quantity-btn-wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.horizontal-card .quantity-btn-wrap .add-btn::after,
.horizontal-card .quantity-btn-wrap .remove-btn::after {
    background-size: 45%;
}
.horizontal-card .quantity-wrap .input {
    font-size: 18px;
}
.horizontal-card .deferred-payment {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.horizontal-card .payment-item:first-child {
    margin-right: 30px;
}
.horizontal-card .old-price-wrap {
    position: relative;
    top: auto;
    left: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 15px;
}
.horizontal-card .points {
    position: absolute;
    right: 195px;
    top: 212px;
    z-index: 1;
}
.horizontal-card .benefit {
    position: absolute;
    left: 0;
    top: -25px;
    margin-left: 0;
    white-space: nowrap;
}
.horizontal-card .current-price {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.horizontal-card .img-wrap {
    width: 312px;
    height: auto;
    padding-top: 0;
    padding-bottom: 30px;
}
.horizontal-card .img-wrap .img {
    width: 200px;
}
.horizontal-card .mob-content {
    width: 816px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.horizontal-card .txt-wrap {
    width: 530px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 120px;
}
.horizontal-card .control-pannel {
    width: 286px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 27px;
}
.horizontal-card .btn-buy-wrap {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 20px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.horizontal-card .btn.btn_first-click {
    width: 143px;
}
.horizontal-card .product-card:nth-child(4n + 12) {
    margin-right: 0;
}
.horizontal-card .product-card .btn-buy-wrap .btn {
    border-radius: 4px;
}
.horizontal-card .product-card .bell-icon_red::before {
    left: auto;
    position: relative;
    display: inline-block;
    margin-right: 5px;
}
.horizontal-card .product-card .order-btn_icon::before {
    left: 40px;
}
.mob-hidden {
    margin-left: 3px;
}
.product-table-list_percent .img-wrap {
    width: 19%;
}
.product-table-list_percent .txt-wrap {
    width: 34%;
}
.product-table-list_percent .product-quantity {
    width: 15%;
    padding-left: 5px;
}
.product-table-list_percent .price-wrap,
.product-table-list_percent .price-wrap_gray {
    width: 16%;
}
.product-table-list_percent .current-price {
    font-size: 20px;
}
.product-table-list_percent .product-card_horizontal_small-card .img-wrap {
    width: 13%;
    height: auto;
    max-height: 175px;
}
.product-table-list_percent .product-card_horizontal_small-card .txt-wrap {
    width: 47%;
}
.product-table-list-hdr_percent.product-table-list-hdr_percent_small .product-img {
    width: 13%;
}
.product-table-list-hdr_percent.product-table-list-hdr_percent_small .product-name {
    width: 46%;
}
.product-table-list-hdr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 20px 10px;
    border-top: 1px solid #dedede;
}
.product-table-list-hdr .product-img {
    width: 240px;
}
.product-table-list-hdr .product-name {
    width: 478px;
}
.product-table-list-hdr .product-count,
.product-table-list-hdr .product-price {
    width: 240px;
}
.product-table-list-hdr_percent .product-img {
    width: 20%;
}
.product-table-list-hdr_percent .product-name {
    width: 39%;
}
.product-table-list-hdr_percent .product-count {
    width: 10%;
}
.product-table-list-hdr_percent .product-price {
    width: 15%;
}
.product-basket-list .mob-hidden {
    margin-left: 0;
}
.basket-item-image-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.basket-items-list-item-container {
    border-bottom: 1px solid #eaeaea;
}
.fixed-table-row-wrap .product-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
}
.fixed-table-row-wrap .img-wrap {
    width: 30%;
    height: 70px;
    padding: 0 5px 5px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.fixed-table-row-wrap .product-title {
    width: 70%;
}
.fixed-table-row-wrap .stickers {
    display: none;
}
.fixed-table-row-wrap .price-wrap {
    width: 100%;
}
.fixed-table-row-wrap .compare-list-item {
    padding-left: 8px;
    padding-right: 8px;
}
@media (max-width: 1500px) {
    .catalog-list-wrap .product-card {
        width: 24%;
        margin-right: 1%;
    }
    .catalog-list-wrap .product-card-wrapper:nth-child(4n + 12) {
        margin-right: 1%;
    }
    .catalog-list-wrap .product-card-wrapper {
        width: 24%;
        margin-right: 1%;
    }
    .catalog-list-wrap .product-card-wrapper .product-card {
        margin-right: 0;
        width: 100%;
    }
    .catalog-list-wrap .control-pannel,
    .catalog-list-wrap .txt-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }
    .catalog-list-wrap .quantity-wrap {
        width: 72px;
    }
    .catalog-list-wrap .quantity-wrap .input {
        width: 30px;
    }
    .catalog-list-wrap .quantity-wrap .add-btn,
    .catalog-list-wrap .quantity-wrap .remove-btn {
        width: 20px;
    }
    .catalog-list-wrap .bell-icon_red::before {
        position: relative;
        display: inline-block;
        left: auto;
        margin-right: 5px;
    }
    .horizontal-card .product-card,
    .horizontal-card .product-card-wrapper {
        width: 100%;
        margin-right: 0;
    }
    .horizontal-card .img-wrap {
        width: 25%;
    }
    .horizontal-card .mob-content {
        width: 75%;
    }
    .horizontal-card .txt-wrap {
        width: 67%;
    }
    .horizontal-card .control-pannel {
        width: 33%;
    }
    .horizontal-card .points {
        right: 154px;
    }
    .horizontal-card.horizontal-card .product-card-wrapper:nth-child(4n + 12) {
        margin-right: 0;
    }
    .product-card_horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .product-card_horizontal .img-wrap {
        width: 200px;
    }
    .product-card_horizontal .txt-wrap {
        width: 415px;
    }
    .product-card_horizontal .product-quantity {
        width: 153px;
    }
    .product-card_horizontal .price-wrap {
        width: 200px;
    }
    .product-card_horizontal .price-wrap_result {
        width: 165px;
    }
    .product-table-list-hdr .product-img {
        width: 200px;
    }
    .product-table-list-hdr .product-name {
        width: 415px;
    }
    .product-table-list-hdr .product-count {
        width: 153px;
    }
    .product-table-list-hdr .product-price {
        width: 200px;
    }
    .product-table-list-ftr .price-info-wrap {
        width: 750px;
    }
    .product-table-list_percent .img-wrap {
        width: 20%;
    }
    .product-table-list_percent .txt-wrap {
        width: 30%;
    }
    .product-table-list_percent .product-quantity {
        width: 10%;
        padding-left: 5px;
    }
    .product-table-list_percent .price-wrap,
    .product-table-list_percent .price-wrap_gray {
        width: 20%;
    }
    .product-table-list_percent .current-price {
        font-size: 20px;
    }
    .product-table-list-hdr_percent .product-img {
        width: 20%;
    }
    .product-table-list-hdr_percent .product-name {
        width: 29%;
    }
    .product-table-list-hdr_percent .product-count {
        width: 10%;
    }
    .product-table-list-hdr_percent .product-price {
        width: 20%;
    }
    .product-table-list_percent .product-card_horizontal_small-card .txt-wrap {
        width: 37%;
    }
    .product-table-list-hdr_percent.product-table-list-hdr_percent_small .product-name {
        width: 36%;
    }
}
@media (max-width: 1220px) {
    .catalog-list-wrap .product-card {
        width: 32%;
        margin-right: 1.9%;
    }
    .catalog-list-wrap .product-card:nth-child(3n + 3) {
        margin-right: 0;
    }
    .catalog-list-wrap .product-card:nth-child(12),
    .catalog-list-wrap .product-card:nth-child(4n + 12),
    .catalog-list-wrap .product-card:nth-child(4n + 13),
    .catalog-list-wrap .product-card:nth-child(4n + 4),
    .catalog-list-wrap .product-card:nth-child(8) {
        margin-right: 1.9%;
    }
    .catalog-list-wrap .product-card:nth-child(3n + 10) {
        margin-right: 0;
    }
    .catalog-list-wrap .product-card:nth-child(3n + 15) {
        margin-right: 1.9%;
    }
    .catalog-list-wrap .product-card-wrapper {
        width: 32%;
        margin-right: 1.9%;
    }
    .catalog-list-wrap .product-card-wrapper .product-card {
        width: 100%;
        margin-right: 0;
    }
    .catalog-list-wrap .product-card-wrapper:nth-child(3n + 3) {
        margin-right: 0;
    }
    .catalog-list-wrap .product-card-wrapper:nth-child(12),
    .catalog-list-wrap .product-card-wrapper:nth-child(4n + 12),
    .catalog-list-wrap .product-card-wrapper:nth-child(4n + 13),
    .catalog-list-wrap .product-card-wrapper:nth-child(4n + 4),
    .catalog-list-wrap .product-card-wrapper:nth-child(8) {
        margin-right: 1.9%;
    }
    .catalog-list-wrap .product-card-wrapper:nth-child(3n + 10) {
        margin-right: 0;
    }
    .catalog-list-wrap .product-card-wrapper:nth-child(3n + 15) {
        margin-right: 1.9%;
    }
    .product-card .btn-buy-wrap {
        height: 37px;
        font-size: 16px;
    }
    .product-card .control-pannel {
        padding-bottom: 50px;
    }
    .product-card .img-wrap {
        padding: 10px 10px 30px;
        height: 175px;
    }
    .product-card .txt-wrap {
        padding: 0 10px 10px;
    }
    .product-card .quantity-wrap {
        width: 73px;
    }
    .product-card .quantity-wrap .input {
        width: 30px;
        font-size: 12px;
    }
    .product-card .quantity-wrap .add-btn,
    .product-card .quantity-wrap .remove-btn {
        width: 20px;
    }
    .product-card .bell-icon_red::before {
        position: relative;
        left: auto;
        margin-right: 5px;
        display: inline-block;
    }
    .product-card .btn_announce {
        font-size: 14px;
    }
    .horizontal-card .product-card,
    .horizontal-card .product-card-wrapper {
        width: 100%;
        margin-right: 0;
    }
    .horizontal-card .product-card .basket-icon_white::before,
    .horizontal-card .product-card .in-basket_white::before,
    .horizontal-card .product-card .order-btn_icon::before {
        left: 20px;
    }
    .horizontal-card .product-card .txt-wrap {
        padding-bottom: 0;
    }
    .horizontal-card .txt-wrap {
        width: 59%;
    }
    .horizontal-card .control-pannel {
        width: 41%;
        padding-bottom: 0;
    }
    .horizontal-card .product-card-wrapper:nth-child(12),
    .horizontal-card .product-card-wrapper:nth-child(3n + 15),
    .horizontal-card .product-card-wrapper:nth-child(4n + 12),
    .horizontal-card .product-card-wrapper:nth-child(4n + 13),
    .horizontal-card .product-card-wrapper:nth-child(4n + 4),
    .horizontal-card .product-card-wrapper:nth-child(8),
    .horizontal-card .product-card:nth-child(12),
    .horizontal-card .product-card:nth-child(4n + 12),
    .horizontal-card .product-card:nth-child(4n + 13),
    .horizontal-card .product-card:nth-child(4n + 4),
    .horizontal-card .product-card:nth-child(8) {
        margin-right: 0;
    }
    .horizontal-card .points {
        right: 133px;
    }
    .horizontal-card .deferred-payment {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .horizontal-card .btn.btn_first-click {
        width: 120px;
    }
    .horizontal-card .payment-item:first-child {
        margin-right: 0;
    }
    .product-card_horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .product-card_horizontal .stickers .item {
        width: 30px;
        height: 30px;
    }
    .product-card_horizontal .img-wrap {
        width: 150px;
    }
    .product-card_horizontal .txt-wrap {
        width: 370px;
    }
    .product-card_horizontal .price-wrap,
    .product-card_horizontal .product-quantity {
        width: 139px;
    }
    .product-table-list-hdr .product-img {
        width: 150px;
    }
    .product-table-list-hdr .product-name {
        width: 370px;
    }
    .product-table-list-hdr .product-count,
    .product-table-list-hdr .product-price {
        width: 139px;
    }
    .product-table-list-ftr .price-info-wrap {
        width: 350px;
    }
    .product-table-list-ftr .btn-wrap {
        margin-top: 20px;
    }
    .product-table-list_percent .img-wrap {
        width: 20%;
    }
    .product-table-list_percent .txt-wrap {
        width: 40%;
    }
    .product-table-list_percent .product-quantity {
        width: 15%;
    }
    .product-table-list_percent .price-wrap {
        width: 25%;
    }
    .product-table-list_percent .current-price {
        font-size: 18px;
    }
    .product-table-list_percent .price-wrap_gray {
        display: none;
    }
    .product-table-list-hdr_percent .product-img {
        width: 20%;
    }
    .product-table-list-hdr_percent .product-name {
        width: 39%;
    }
    .product-table-list-hdr_percent .product-count {
        width: 15%;
    }
    .product-table-list-hdr_percent .product-price {
        display: none;
    }
    .product-table-list_percent .product-card_horizontal_small-card .txt-wrap {
        width: 47%;
    }
    .product-table-list-hdr_percent.product-table-list-hdr_percent_small .product-name {
        width: 46%;
    }
    .fixed-table-row-wrap .img-wrap {
        height: 70px;
    }
}
@media (max-width: 1000px) {
    .slider-product-list .control-pannel,
    .slider-product-list .txt-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }
    .slider-product-list .btn-wrap {
        padding-left: 0;
    }
    .slider-product-list .btn.btn_first-click {
        width: 100%;
    }
    .product-card .bell-icon_red::before {
        position: relative;
        display: inline-block;
        left: auto;
        margin-right: 5px;
    }
    .catalog-list-wrap .stickers .item,
    .product-card .stickers .item {
        width: 40px;
        height: 40px;
    }
    .catalog-list-wrap .btn-wrap {
        padding-left: 0;
        width: 54%;
        height: 30px;
    }
    .product-card .payment-item .desc {
        width: 239px;
    }
    .product-card .payment-item:last-child {
        right: -5px;
    }
    .product-card .payment-item:first-child {
        left: 5px;
    }
    .product-card .btn-buy-wrap .btn {
        font-size: 14px;
    }
    .slider-product-list .product-card .payment-item:last-child .desc {
        right: -5px;
        left: auto;
    }
    .slider-product-list .product-card .payment-item:first-child .desc {
        left: -5px;
    }
    .product-card_horizontal {
        position: relative;
    }
    .product-card_horizontal .stickers {
        top: 0;
        left: 0;
    }
    .product-card_horizontal .img-wrap {
        width: 112px;
        height: 100%;
        position: initial;
    }
    .product-card_horizontal .txt-wrap {
        width: 261px;
    }
    .product-card_horizontal .product-quantity {
        width: 118px;
    }
    .product-card_horizontal .current-price {
        font-size: 18px;
    }
    .product-card_horizontal .old-price-wrap {
        margin-bottom: 10px;
    }
    .product-card_horizontal .price-wrap {
        width: 112px;
    }
    .horizontal-card .points {
        position: relative;
        top: auto;
        right: auto;
    }
    .horizontal-card .availability-points {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .horizontal-card .availability {
        margin-right: 10px;
    }
    .horizontal-card .btn.btn_first-click {
        width: 100%;
    }
    .horizontal-card .product-card .payment-item:last-child {
        right: 0;
    }
    .product-card_horizontal .hit,
    .product-card_horizontal .new,
    .product-card_horizontal .sale {
        width: 35px;
        height: 35px;
    }
    .product-table-list-hdr .product-img {
        width: 112px;
    }
    .product-table-list-hdr .product-name {
        width: 261px;
    }
    .product-table-list-hdr .product-count {
        width: 118px;
    }
    .product-table-list-hdr .product-price {
        width: 112px;
    }
    .product-table-list-ftr .promo-block-wrap {
        width: 50%;
        padding: 15px;
    }
    .product-table-list-ftr .promo-block-wrap .input {
        max-width: none;
        margin-bottom: 20px;
    }
    .product-table-list-ftr .promo-block-wrap .btn {
        max-width: none;
    }
    .product-table-list-ftr .price-info-wrap {
        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-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .product-table-list_percent .img-wrap {
        width: 20%;
    }
    .product-table-list_percent .txt-wrap {
        width: 40%;
    }
    .product-table-list_percent .product-quantity {
        width: 15%;
    }
    .product-table-list_percent .price-wrap {
        width: 25%;
    }
    .product-table-list-hdr_percent .product-img {
        width: 20%;
    }
    .product-table-list-hdr_percent .product-name {
        width: 39%;
    }
    .product-table-list-hdr_percent .product-count {
        width: 15%;
    }
}
@media (max-width: 770px) {
    .catalog-list-wrap .product-card {
        width: 49%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .catalog-list-wrap .product-card:nth-child(12),
    .catalog-list-wrap .product-card:nth-child(3n + 15),
    .catalog-list-wrap .product-card:nth-child(4n + 12),
    .catalog-list-wrap .product-card:nth-child(4n + 13),
    .catalog-list-wrap .product-card:nth-child(4n + 4),
    .catalog-list-wrap .product-card:nth-child(8) {
        margin-right: 0;
    }
    .catalog-list-wrap .product-card .quantity-wrap {
        width: 81px;
    }
    .catalog-list-wrap .product-card .quantity-wrap .input {
        width: 40px;
    }
    .catalog-list-wrap .product-card-wrapper {
        width: 49%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .catalog-list-wrap .product-card-wrapper .product-card {
        width: 100%;
        margin-right: 0;
    }
    .catalog-list-wrap .product-card-wrapper:nth-child(12),
    .catalog-list-wrap .product-card-wrapper:nth-child(3n + 15),
    .catalog-list-wrap .product-card-wrapper:nth-child(4n + 12),
    .catalog-list-wrap .product-card-wrapper:nth-child(4n + 13),
    .catalog-list-wrap .product-card-wrapper:nth-child(4n + 4),
    .catalog-list-wrap .product-card-wrapper:nth-child(8) {
        margin-right: 0;
    }
    .catalog-list-wrap .btn-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .product-card .img-wrap {
        height: 140px;
    }
    .product-card .payment-item .title {
        /*pointer-events:none*/
    }
    .horizontal-card .product-card,
    .horizontal-card .product-card-wrapper {
        width: 100%;
    }
    .horizontal-card .txt-wrap {
        width: 52%;
    }
    .horizontal-card .control-pannel,
    .product-card_horizontal {
        width: 48%;
    }
    .product-card_horizontal .stickers {
        top: 0;
        left: 0;
    }
    .product-card_horizontal .img-wrap {
        width: 100%;
        height: 150px;
        position: initial;
    }
    .product-card_horizontal .txt-wrap {
        width: 100%;
    }
    .product-card_horizontal .product-title {
        height: 57px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .product-card_horizontal .product-quantity {
        width: 100%;
    }
    .product-card_horizontal .current-price {
        font-size: 18px;
    }
    .product-card_horizontal .old-price-wrap {
        margin-bottom: 10px;
    }
    .product-card_horizontal .price-wrap {
        width: 50%;
        margin-top: 38px;
    }
    .product-card_horizontal .remove-prod {
        position: absolute;
        right: 10px;
        top: 10px;
    }
    .product-card_horizontal .price-wrap_gray,
    .product-table-list-hdr {
        display: none;
    }
    .product-table-list-ftr .promo-block-wrap {
        width: 50%;
    }
    .product-table-list-ftr .promo-block-wrap .btn,
    .product-table-list-ftr .promo-block-wrap .input {
        max-width: 100%;
    }
    .product-table-list-ftr .price-info-wrap {
        width: 50%;
    }
    .product-table-list-ftr .btn-wrap {
        padding-left: 0;
    }
    .product-basket-list .product-card_horizontal {
        width: 100%;
    }
    .product-basket-list .product-card_horizontal .img-wrap {
        width: 30%;
        height: auto;
    }
    .product-basket-list .product-card_horizontal .txt-wrap {
        width: 70%;
        padding-right: 50px;
    }
    .product-basket-list .product-card_horizontal .mob-hidden {
        display: none;
    }
    .product-basket-list .product-card_horizontal .product-quantity {
        width: 30%;
        margin-top: 20px;
    }
    .product-basket-list .product-card_horizontal .price-wrap_gray {
        display: none;
    }
    .product-basket-list .product-card_horizontal .price-wrap_result {
        width: 70%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 20px;
    }
    .product-basket-list .product-card_horizontal .old-price-wrap {
        position: relative;
        bottom: auto;
        left: auto;
        margin-bottom: 0;
    }
    .product-table-list_percent .product-card_horizontal_small-card .img-wrap,
    .product-table-list_percent .product-card_horizontal_small-card .txt-wrap {
        width: 100%;
    }
    .product-card_horizontal .hit,
    .product-card_horizontal .new,
    .product-card_horizontal .sale {
        width: 50px;
        height: 50px;
    }
    .fixed-table-row-wrap .img-wrap {
        height: 70px;
    }
}
@media (max-width: 620px) {
    .slider-product-list .btn.btn_first-click {
        width: 120px;
    }
    .slider-product-list .btn-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .horizontal-card .product-card .control-pannel {
        padding-bottom: 0;
    }
    .horizontal-card .payment-item:nth-child(1):first-child .desc {
        left: auto;
        right: 0;
    }
    .horizontal-card .img-wrap {
        width: 50%;
    }
    .horizontal-card .mob-content {
        width: 50%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .horizontal-card .txt-wrap {
        width: 100%;
    }
    .horizontal-card .control-pannel {
        width: 100%;
        padding-top: 34px;
        padding-right: 10px;
    }
    .horizontal-card .old-price-wrap {
        position: absolute;
        top: -25px;
        left: 0;
        margin-left: 0;
    }
    .horizontal-card .benefit {
        position: relative;
        left: auto;
        top: auto;
        margin-left: 5px;
    }
    .horizontal-card .points {
        position: relative;
        right: auto;
        top: auto;
    }
    .horizontal-card .price-wrap {
        position: relative;
    }
}
@media (max-width: 560px) {
    .product-card .quantity-wrap {
        width: 68px;
    }
    .product-card .quantity-wrap .input {
        width: 30px;
    }
    .product-card .points {
        display: none;
    }
    .product-card .title::after {
        width: 13px;
        height: 13px;
        margin-bottom: -3px;
    }
    .product-card .deferred-payment {
        position: relative;
    }
    .product-card .payment-item {
        font-size: 13px;
        position: initial;
    }
    .product-card .payment-item:last-child .desc {
        right: 0;
    }
    .product-card .payment-item:nth-child(1):first-child .desc {
        left: 0;
    }
    .product-card .desc {
        width: 100%;
        left: 0;
        right: 0;
    }
    .product-card .control-pannel {
        padding-bottom: 37px;
        padding-left: 0;
        padding-right: 0;
    }
    .product-card .old-price {
        left: 0;
    }
    .product-card .deferred-payment,
    .product-card .price-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }
    .catalog-list-wrap .product-card .control-pannel .price-wrap .old-price-wrap {
        left: 10px;
    }
    .product-card .payment-item .desc {
        /*width:100%*/
    }
    .product-card .benefit {
        margin-left: 0;
    }
    .product-card .bx-catalog-subscribe-button span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        white-space: normal;
        padding-right: 20px;
    }
    .quantity-wrap {
        display: none;
    }
    .btn-wrap {
        width: 100%;
    }
    .btn.btn_first-click {
        border-radius: 0;
        width: 100%;
    }
    .slider-product-list .product-card .payment-item:last-child .desc {
        right: 0;
    }
    .catalog-list-wrap .product-card .old-price {
        left: 0;
    }
    .slider-product-list .old-price {
        left: 10px;
    }
    .horizontal-card .product-card .control-pannel {
        padding-left: 10px;
        padding-right: 10px;
    }
    .product-card .product-title {
        -webkit-line-clamp: 3;
        font-size: 15px;
        height: 53px;
    }
    .product-table-list-ftr .promo-block-wrap {
        width: 100%;
        margin-bottom: 20px;
    }
    .product-table-list-ftr .price-info-wrap {
        width: 100%;
    }
    .product-table-list-ftr .btn-wrap {
        margin-top: 10px;
    }
    .product-table-list-ftr .btn-wrap .btn {
        width: 100%;
        margin: 0;
    }
    .product-table-list-ftr .btn-wrap .btn:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .product-table-list-ftr .small-desc {
        text-align: center;
    }
    .basket-items-list-table .quantity-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .product-card_horizontal .hit,
    .product-card_horizontal .new,
    .product-card_horizontal .sale {
        width: 35px;
        height: 35px;
    }
    .product-card .btn-buy-wrap .btn {
        font-size: 13px;
        white-space: nowrap;
        text-align: center;
    }
    .product-card .btn-buy-wrap .btn::before {
        width: 17px;
        height: 17px;
    }
    .product-card .price-wrap {
        width: 100%;
        white-space: nowrap;
    }
    .product-card .availability,
    .product-card .points {
        white-space: nowrap;
    }
    .product-card .bell-icon_red::before {
        position: absolute;
        top: 11px;
        left: 10px;
        background-size: 95%;
    }
    .product-card .bell-icon_red span {
        display: block;
        width: 100%;
        padding-left: 26px;
        text-align: center;
    }
    .product-card .payment-item .title {
        display: inline-block; /*padding-right:20px;*/
        position: relative;
        white-space: nowrap;
    }
    .product-card .payment-item .title::after {
        /*position:absolute;right:2px;top:1px*/
    }
}
@media (max-width: 500px) {
    .product-card_horizontal .price-wrap {
        width: 100%;
    }
    .product-card .deferred-payment {
        display: none;
    }
}
@media (max-width: 420px) {
    .product-card_modal .current-price {
        font-size: 16px;
    }
    .product-card_modal .quantity-wrap {
        width: 81px;
    }
    .product-card_modal .quantity-wrap .add-btn,
    .product-card_modal .quantity-wrap .remove-btn {
        width: 20px;
    }
    .horizontal-card .product-card .payment-item:nth-child(1):first-child .desc {
        right: -50px;
    }
}
@media (max-width: 479px) {
    .catalog-list-wrap .product-card .quantity-wrap {
        width: 100%;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .catalog-list-wrap .product-card .quantity-wrap .input {
        width: 80%;
    }
    .catalog-list-wrap .product-card .control-pannel {
        padding-bottom: 37px;
        padding-left: 0;
        padding-right: 0;
    }
    .catalog-list-wrap .product-card .control-pannel .current-price {
        font-size: 20px;
    }
    .catalog-list-wrap .product-card .price-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }
    .catalog-list-wrap .product-card .btn-wrap {
        width: 100%;
    }
    .catalog-list-wrap .product-card .btn_first-click {
        width: 100%;
        border-radius: 0;
    }
    .catalog-list-wrap .old-price-wrap {
        left: 10px;
        letter-spacing: -1px;
        display: flex;
        flex-wrap: wrap;
        top: -10px;
    }
    .old-price {
        padding-right: 0;
    }
    .catalog-list-wrap .btn_cream {
        border-top: 1px solid #fedfc9;
    }
    .catalog-list-wrap .availability-points {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 31px;
    }
    .catalog-list-wrap .availability {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
    .catalog-list-wrap .points {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-top: 5px;
    }
    .catalog-list-wrap .in-stock::before,
    .catalog-list-wrap .no-stock::before {
        margin-top: 4px;
        margin-bottom: auto;
    }
    .product-card .stickers .item {
        width: 30px;
        height: 30px;
    }
    .product-card .deferred-payment {
        display: none;
    }
    .product-card .basket-icon_white::before,
    .product-card .bell-icon_red::before,
    .product-card .in-basket_white::before,
    .product-card .order-btn_icon::before {
        left: 10px;
    }
    .compare,
    .favorites {
        width: 15px;
        height: 16px;
        margin-left: 5px;
    }
    .horizontal-card .product-card .quantity-wrap {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
    .horizontal-card .product-card .control-pannel {
        padding-right: 10px;
        padding-bottom: 0;
    }
    .horizontal-card .product-card .btn_first-click {
        border-radius: 4px;
        border-top: transparent;
    }
    .horizontal-card .product-card .deferred-payment {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .horizontal-card .payment-item {
        margin-top: 5px;
    }
    .horizontal-card .btn-buy-wrap {
        margin-top: 0;
    }
    .product-card_modal .img-wrap {
        width: 35%;
        padding-left: 0;
        padding-right: 10px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .product-card_modal .quantity-price {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .product-card_modal .price-wrap {
        padding-left: 0;
        margin-top: 10px;
    }
}
@media (max-width: 370px) {
    .horizontal-card .payment-item {
        width: 100%;
    }
    .horizontal-card .product-card .payment-item:nth-child(1):first-child .desc {
        right: 0;
    }
    .product-basket-list .product-card_horizontal .img-wrap {
        width: 40%;
    }
    .product-basket-list .product-card_horizontal .txt-wrap {
        width: 60%;
    }
    .product-basket-list .product-card_horizontal .product-quantity {
        width: 40%;
    }
    .product-basket-list .product-card_horizontal .price-wrap_result {
        width: 60%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.link {
    text-decoration: none;
    color: #444;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
}
.link_red {
    color: #b25d5d;
}
.link_red:hover {
    color: #444;
}
.line-separate {
    border-top: 1px solid #e5e5e5;
}
.link_to-catalog {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: absolute;
    right: 0;
    top: 10px;
}
.link_to-catalog::after {
    content: ">";
    margin-left: 5px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.link_to-catalog:hover {
    color: #444;
}
.mail-link::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 12px;
    background: url(../img/icons/mail.svg) center/100% no-repeat;
    margin-right: 10px;
    margin-bottom: -1px;
}
.basket-icon_white::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/icons/cart_white.svg) center/100% no-repeat;
}
.bell-icon_red::before {
    content: "";
    width: 18px;
    height: 20px;
    background: url(../img/icons/notification.svg) center/100% no-repeat;
}
.in-basket_red::before {
    content: "";
    width: 18px;
    height: 20px;
    background: url(../img/icons/cart_check.svg) center/100% no-repeat;
}
.in-basket_white::before {
    content: "";
    width: 18px;
    height: 20px;
    background: url(../img/icons/cart_check_white.svg) center/100% no-repeat;
}
.order-btn_icon::before {
    content: "";
    width: 27px;
    height: 21px;
    background: url(../img/icons/order.svg) center/100% no-repeat;
}
.basket_icon::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 16px;
    background-image: url(../img/icons/trash_red.svg);
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.basket_icon:hover::before {
    background-image: url(../img/icons/trash_black.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.block-title {
    color: #b25d5d;
    font-size: 36px;
    font-family: TTNorms-Medium, "Work Sans", sans-serif;
    font-weight: 500;
}
.drop-down_icon::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../img/icons/down-arrow_red.svg) center/100% no-repeat;
    margin-left: 5px;
    margin-bottom: -1px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.baloone_icon::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(../img/icons/baloone_red.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.baloone_black-icon::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(../img/icons/baloone_black.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: -3px;
    margin-right: 5px;
}
.write_icon::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 18px;
    background-image: url(../img/icons/write-icon_white.svg);
    background-size: 93%;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 11px;
}
.doc_icon::before {
    width: 13px;
    height: 16px;
    display: block;
    background-image: url(../img/icons/document-icon_red.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.dollar_icon::before {
    content: "";
    display: block;
    width: 25px;
    height: 14px;
    background-image: url(../img/icons/dollar-icon.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.none-cash_icon::before {
    content: "";
    display: block;
    width: 24px;
    height: 18px;
    background-image: url(../img/icons/non-cash-payment.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.online-payment_icon::before {
    content: "";
    display: block;
    width: 24px;
    height: 21px;
    background-image: url(../img/icons/online-payment-icon.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.sber_icon::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/icons/sber-icon.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.mail-to_red::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 12px;
    background-image: url(../img/icons/mail-to_red.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.amount-prod {
    color: #999;
    font-size: 20px;
    font-family: TTNorms-Medium, "Work Sans", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    margin-left: 20px;
}
.content-about p {
    font-size: 16px;
    margin-bottom: 35px;
    line-height: 1.5;
}
.content-about-wrap {
    position: relative;
    background-color: #fff;
    z-index: 1;
    padding-bottom: 5px;
}
.side-background-figure::after {
    content: "";
    display: block;
    width: 250px;
    height: calc(100% - 85px);
    background: url(../img/icons/side-background-figure.png) center/100%;
    position: absolute;
    right: 0;
    top: 85px;
}
.side-background-figure_large::after {
    content: "";
    display: block;
    width: 250px;
    height: 400px;
    background: url(../img/icons/side-background-figure_large.png) center/100% no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}
.sort-height-icon::after,
.sort-low-icon::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url(../img/icons/sort_red.svg) center/100% no-repeat;
}
.sort-low-icon::after {
    -webkit-transform: rotate(180deg) scale(-1, 1);
    -ms-transform: rotate(180deg) scale(-1, 1);
    transform: rotate(180deg) scale(-1, 1);
}
.calendar-icon::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/icons/calendar.svg) center/100% no-repeat;
    margin-right: 5px;
    margin-bottom: -3px;
}
.hashtag-icon::before {
    content: "#";
    display: inline-block;
    color: #444;
}
.eye-icon::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/icons/views.svg) center/100% no-repeat;
    margin-right: 5px;
    margin-bottom: -3px;
}
.fb-icon,
.insta-icon,
.vk-icon,
.youtube-icon,
.rutube-icon {
    width: 55px;
    height: 55px;
    display: block;
}
.vk-icon {
    background: url(../img/icons/vk.svg);
}
.insta-icon {
    background: url(../img/icons/instagram.svg);
}
.youtube-icon {
    background: url(../img/icons/youtube.svg);
}
.rutube-icon {
    background-size: 20px;
    background-position: center calc(50% - 2px);
    background-color: #100943;
    border-radius: 0 200px 200px 0;
    background-repeat: no-repeat;
    background-image: url(../img/icons/rutube.svg);
}
.fb-icon {
    background: url(../img/icons/facebook.svg);
}
.printing-icon_red::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/icons/printing_red.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.printing-icon_red:hover::before {
    background-image: url(../img/icons/printing_black.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.horizontal-product,
.vertical-product {
    cursor: pointer;
}
.horizontal-product::after,
.vertical-product::after {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
}
.comments-icon::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 15px;
    background-image: url(../img/icons/comment-red.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.question-icon::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../img/icons/question_red.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.question-icon:hover::after {
    background-image: url(../img/icons/question_black.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.baloone-icon::before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 14px;
    background: url(../img/icons/map.svg) center/cover no-repeat;
    margin-right: 5px;
    margin-bottom: -2px;
}
.baloone-icon:hover::before {
    background: url(../img/icons/map_black.svg) center/cover no-repeat;
}
.waiting-payment {
    color: #f29906;
}
.calendar-icon_gray::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -2px;
    width: 12px;
    height: 12px;
    background-image: url(../img/icons/calendar_gray.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.arrow-right-icon_red::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 14px;
    background: url(../img/icons/right-arrow_red.svg) center/100% no-repeat;
}
.horizontal-product::after {
    background-image: url(../img/icons/horizont-card_red.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.horizontal-product.active::after,
.horizontal-product:hover::after {
    background-image: url(../img/icons/horizont-card_gray.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.vertical-product::after {
    background-image: url(../img/icons/vertical-card_red.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.vertical-product.active::after,
.vertical-product:hover::after {
    background-image: url(../img/icons/vertical-card_gray.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.error-title {
    font-size: 14px;
    color: #eb5255;
}
.attention-icon {
    padding-left: 25px;
    position: relative;
}
.attention-icon::before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    background-image: url(../img/icons/attention_red.svg);
    background-size: 95%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -1px;
}
.copyright::before {
    content: "\00A9";
}
.banking-system {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.banking-system .banking-item {
    width: 50px;
    height: 30px;
    border-radius: 4px;
    margin-right: 5px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.banking-system .banking-item:last-child {
    margin-right: 0;
}
.map-columns a {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.2;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.map-columns a:hover {
    color: #444;
}
.map-columns [class^="map-level"] {
    padding-left: 20px;
}
.desctop-hidden,
.mob-visible {
    display: none;
}
.banking-master-card_icon {
    background: url(../img/icons/Vastercard_def.svg) center/cover no-repeat;
}
.banking-master-card_icon:hover {
    background: url(../img/icons/Vastercard_hov.svg);
}
.banking-sber_icon {
    background: url(../img/icons/Sber_def.svg) center/cover no-repeat;
}
.banking-sber_icon:hover {
    background: url(../img/icons/Sber_hov.svg);
}
.banking-ya-money_icon {
    background: url(../img/icons/Yandex_money_def.svg) center/cover no-repeat;
}
.banking-ya-money_icon:hover {
    background: url(../img/icons/Yandex_money_hov.svg);
}
.banking-visa_icon {
    background: url(../img/icons/Vias_def.svg) center/cover no-repeat;
}
.banking-visa_icon:hover {
    background: url(../img/icons/Vias_hov.svg);
}
[data-big-img] {
    cursor: pointer;
}
.fade-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.slide-in-long {
    -webkit-animation-name: slideInLong;
    animation-name: slideInLong;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.slide-in-left {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@media (min-width: 1965px) {
    .side-background-figure_large::after {
        left: calc(50% + 701px);
        margin-left: 65px;
    }
}
@media (max-width: 1965px) {
    .side-background-figure_large::after {
        left: calc(50% + 701px);
        margin-left: 0;
    }
}
@media (max-width: 1910px) {
    .side-background-figure_large::after {
        display: none;
    }
}
@media (min-width: 1900px) {
    .side-background-figure::after {
        left: calc(50% + 701px);
    }
}
@media (max-width: 1300px) {
    .link_to-catalog {
        right: 10px;
    }
}
@media (max-width: 1220px) {
    .content-about p {
        margin-bottom: 15px;
    }
}
@media (max-width: 1000px) {
    .amount-prod {
        font-size: 16px;
        margin-left: 0;
    }
    .content-about .mob-hidden,
    .side-background-figure::after {
        display: none;
    }
    .tabs-wrap_prod-page .col-50 {
        width: 100%;
        margin-bottom: 20px;
    }
    .tabs-wrap_prod-page .col-50:last-child {
        margin-bottom: 0;
    }
    .tabs-wrap_prod-page .col-50_p-r {
        padding-right: 0;
    }
}
@media (max-width: 770px) {
    .content-about p {
        margin-bottom: 10px;
    }
    .mob-hidden {
        display: none;
    }
    .mob-visible {
        display: block;
    }
}
@media (max-width: 620px) {
    .link_to-catalog {
        right: 15px;
    }
}
@media (max-width: 406px) {
    .order-btn_icon::before {
        width: 20px;
        height: 16px;
    }
    .bell-icon_red::before,
    .in-basket_white::before {
        height: 17px;
        width: 15px;
    }
}
.product-page-main-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.product-page-main-info .img-block {
    width: 600px;
    height: 362px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.product-page-main-info .img-block .img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    position: relative;
}
.product-page-main-info .small-description-block {
    width: 480px;
}
.product-page-main-info .compare::after,
.product-page-main-info .favorites::after {
    right: 50%;
}
.product-page-main-info .control-block {
    width: 340px;
    background: #fef1e7;
    padding: 25px 20px;
}
.product-page-main-info .main-img {
    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: 500px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}
.product-page-main-info .main-img .img {
    cursor: pointer;
}
.product-page-main-info .main-img .youtube-play-icon {
    position: relative;
}
.product-page-main-info .main-img .youtube-play-icon::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    background-image: url(../img/icons/youtube-icon-svg.svg);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.product-page-main-info .main-img .youtube-play-icon:hover::after {
    opacity: 0;
    visibility: hidden;
}
.product-page-main-info .main-img .swiper-slide {
    padding: 10px;
}
.product-page-main-info .main-img .swiper-container {
    max-width: 100%;
    max-height: 100%;
}
.product-page-main-info .stickers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 20px;
    top: 0;
    z-index: 1;
}
.product-page-main-info .favorites {
    margin-left: 0;
    width: auto;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left;
    padding-left: 20px;
    color: #444;
    opacity: 0.8;
    font-size: 14px;
}
.product-page-main-info .favorites.active,
.product-page-main-info .favorites:hover {
    opacity: 1;
    color: #b25d5d;
}
.product-page-main-info .compare {
    width: auto;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left;
    padding-left: 20px;
    margin-left: 40px;
    color: #444;
    opacity: 0.8;
    font-size: 14px;
}
.product-page-main-info .compare.active,
.product-page-main-info .compare:hover {
    opacity: 1;
    color: #b25d5d;
}
.product-page-main-info .comparison-marks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}
.product-page-main-info .delivery {
    font-size: 16px;
}
.product-page-main-info .delivery .link {
    color: #b25d5d;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.product-page-main-info .delivery .link:hover {
    border-bottom: 1px solid;
}
.product-page-main-info .delivery-title {
    font-weight: 600;
    margin-bottom: 16px;
}
.product-page-main-info .delivery-item {
    margin-bottom: 16px;
    position: relative;
    padding-left: 30px;
}
.product-page-main-info .baloone_icon::before {
    position: absolute;
    left: 3px;
    top: 0;
}
.product-page-main-info .mail-to_red::before {
    position: absolute;
    left: 0;
    top: 2px;
}
.product-page-main-info .price-wrap {
    /*height:35px;*/
    margin-top: 25px;
    margin-bottom: 25px;
}
.product-page-main-info .current-price {
    float: none;
    margin-right: 10px;
    font-size: 40px;
}
@media (max-width: 1000px) {
    .product-page-main-info .current-price {
        float: left;
    }
}
.product-page-main-info .old-price {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}
.product-page-main-info .action {
    font-size: 14px;
    color: #b25d5d;
    background: #fff;
    border-radius: 4px;
    padding: 3px 5px;
    text-align: center;
    margin-bottom: 2px;
}
.product-page-main-info .credit-info {
    margin-bottom: 20px;
    position: relative;
}
.product-page-main-info .credit-info:hover .desc {
    opacity: 1;
    visibility: visible;
}
.product-page-main-info .credit-info .desc {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 266px;
    line-height: 1.2;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 20px;
    color: #444;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 1;
}
.product-page-main-info .credit-info .link {
    display: block;
    color: #b25d5d;
    margin-top: 10px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.product-page-main-info .credit-info .link:hover {
    color: #444;
}
.product-page-main-info .question-icon::after {
    margin-bottom: -3px;
    margin-left: 5px;
}
.product-page-main-info .points-number {
    font-size: 14px;
    color: #999;
}
.product-page-main-info .quantity-wrap {
    background: #fff;
    margin-right: 10px;
}
.product-page-main-info .quantity-wrap .input {
    font-size: 18px;
    font-weight: 500;
}
.product-page-main-info .quantity-btn-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.product-page-main-info .btn_first-click {
    font-size: 14px;
    color: #b25d5d;
    background: #fcdac5;
}
.product-page-main-info .buy-btn-wrap {
    margin-top: 20px;
}
.product-page-main-info .buy-btn-wrap .btn {
    height: 50px;
    position: relative;
    font-size: 20px;
    font-weight: 600;
}
.product-page-main-info .buy-btn-wrap .btn::before {
    position: absolute;
    top: 16px;
    left: 20px;
}
.product-page-main-info .quantity-wrap .add-btn::after,
.product-page-main-info .quantity-wrap .remove-btn::after {
    background-size: 38%;
}
.product-page-main-info .slider-prev {
    position: absolute;
    left: 40px;
    top: -17px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.product-page-main-info .slider-next {
    position: absolute;
    left: 40px;
    bottom: -17px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.product-page-main-info .slider-next,
.product-page-main-info .slider-prev {
    width: 20px;
}
.product-page-main-info .slider-next.swiper-button-disabled,
.product-page-main-info .slider-prev.swiper-button-disabled {
    display: none;
}
.product-page-main-info .content-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
}
.product-page-main-info .btn_pink:hover {
    color: #fff;
}
.product-page-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-page-list .list-item {
    width: 50%;
    padding-right: 5px;
    position: relative;
    padding-left: 26px;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.2;
    text-decoration: none;
}
.product-page-list .list-item::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #444;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 50%;
}
.product-page-list .list-title {
    display: block;
}
.product-page-list .desc {
    color: #999;
    margin-top: 10px;
    font-size: 14px;
}
.product-page-list_red .list-item {
    color: #b25d5d;
}
.product-page-list_red .doc_icon::before {
    width: 16px;
    height: 24px;
    display: block;
    background-image: url(../img/icons/document-icon_red.svg);
    background-color: transparent;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    top: -4px;
}
.img-nav {
    width: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.img-nav .nav-item {
    width: 100px;
    height: 100px;
    border: 1px solid #fedfc9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
}
.img-nav .nav-item:hover {
    border: 1px solid #b25d5d;
}
.img-nav .nav-item.youtube-play-icon {
    position: relative;
}
.img-nav .nav-item.youtube-play-icon::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background-image: url(../img/icons/youtube-icon-svg.svg);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.img-nav .nav-item.youtube-play-icon:hover::after {
    opacity: 0;
    visibility: hidden;
}
.availability-comments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.availability-comments .comments-icon {
    cursor: pointer;
    color: #b25d5d;
    font-size: 14px;
}
.availability-comments .comments-icon::before {
    margin-bottom: -3px;
    margin-right: 5px;
}
.credit-info {
    color: #b25d5d;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.credit-info:hover {
    color: #444;
}
.tabs-wrap_prod-page .content-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
}
.tabs-wrap_prod-page .tabs-title {
    font-size: 20px;
    font-weight: 600;
    color: #444;
    margin-bottom: 25px;
}
.tabs-wrap_prod-page .table-block {
    width: 1060px;
}
.payment-block {
    width: 340px;
    padding: 40px;
    background-color: #fef1e7;
}
.payment-block .payment-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}
.payment-block .payment-item {
    padding-left: 35px;
    position: relative;
    margin-bottom: 19px;
    font-size: 16px;
}
.payment-block .payment-item:last-child {
    margin-bottom: 0;
}
.payment-block .dollar_icon::before,
.payment-block .none-cash_icon::before,
.payment-block .online-payment_icon::before,
.payment-block .sber_icon::before {
    position: absolute;
    left: 0;
    top: 0;
}
.payment-block .dollar_icon::before {
    top: 1px;
}
.payment-block .sber_icon::before {
    top: -2px;
}
@media (max-width: 1500px) {
    .product-page-main-info .img-block {
        width: 510px;
    }
    .product-page-main-info .main-img {
        width: 400px;
    }
    .product-page-main-info .small-description-block {
        width: 350px;
        padding-right: 20px;
    }
    .product-page-main-info .slider-next,
    .product-page-main-info .slider-prev {
        left: 46px;
    }
    .tabs-wrap_prod-page .table-block {
        width: 70%;
        padding-right: 20px;
    }
    .payment-block {
        width: 30%;
    }
}
@media (max-width: 1300px) {
    .product-page-main-info .slider-next {
        top: auto;
        background-color: transparent;
    }
    .product-page-main-info .slider-prev {
        background-color: transparent;
    }
}
@media (max-width: 1220px) {
    .product-page-main-info .img-block {
        width: 330px;
        height: 330px;
    }
    .product-page-main-info .main-img {
        width: 250px;
    }
    .product-page-main-info .slider-next,
    .product-page-main-info .slider-prev {
        left: 33px;
    }
    .product-page-main-info .slider-next {
        bottom: -10px;
    }
    .product-page-main-info .slider-prev {
        top: -10px;
    }
    .product-page-main-info .small-description-block {
        width: 330px;
    }
    .product-page-main-info .control-block {
        width: 331px;
    }
    .img-nav {
        width: 80px;
    }
    .img-nav .nav-item {
        width: 100%;
    }
}
@media (max-width: 1000px) {
    .img-nav {
        display: none;
    }
    .product-page-main-info {
        position: relative;
    }
    .product-page-main-info .img-block {
        width: 100%;
        height: 350px;
    }
    .product-page-main-info .main-img {
        width: 100%;
        height: 100%;
    }
    .product-page-main-info .swiper-slide {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
        max-height: 320px;
    }
    .product-page-main-info .swiper-slide .img {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .product-page-main-info .slider-prev {
        left: 0;
        bottom: auto;
        top: 45%;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    .product-page-main-info .slider-next {
        right: 0;
        left: auto;
        top: 45%;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    .product-page-main-info .stickers {
        left: 0;
    }
    .product-page-main-info .small-description-block {
        visibility: hidden;
        width: 100%;
    }
    .product-page-main-info .small-description-block .parametres-table {
        display: none;
    }
    .product-page-main-info .small-description-block .delivery {
        visibility: visible;
    }
    .product-page-main-info .comparison-marks {
        visibility: visible;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
    }
    .product-page-main-info .comparison-marks .compare,
    .product-page-main-info .comparison-marks .favorites {
        font-size: 0;
    }
    .product-page-main-info .compare {
        margin-left: 20px;
    }
    .product-page-main-info .control-block {
        width: 100%;
    }
    .product-page-main-info .buy-btn-wrap .btn {
        max-width: 340px;
    }
    .tabs-wrap_prod-page .table-block {
        width: 100%;
        padding-right: 0;
    }
    .tabs-wrap_prod-page .content-title {
        margin-bottom: 20px;
    }
    .payment-block {
        width: 100%;
        background-color: transparent;
        padding-left: 0;
    }
    .mob-pagin-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 2px;
        position: relative;
        z-index: 1;
    }
    .mob-pagin-img .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
        background-color: #b25d5d;
    }
}
@media (max-width: 560px) {
    .product-page-list .list-item {
        width: 100%;
    }
    .product-page-main-info .img-block {
        height: auto;
        max-height: 400px;
    }
    .product-page-main-info .swiper-slide {
        padding-top: 37px;
        max-height: 350px;
    }
    .tabs-wrap_prod-page .content-title {
        font-size: 16px;
    }
    .tabs-wrap_prod-page .tr {
        border-bottom: none;
    }
    .tabs-wrap_prod-page .td:first-child {
        padding-right: 5px;
    }
    .tabs-wrap_prod-page .tabs-title {
        margin-bottom: 15px;
    }
    .payment-block {
        padding-top: 20px;
        padding-right: 0;
        padding-bottom: 10px;
    }
    .control-block .quantity-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .control-block .btn.btn_first-click {
        border-radius: 4px;
    }
}
.slider-product-list {
    position: relative;
}
.slider-product-list .slider-next,
.slider-product-list .slider-prev {
    top: 45%;
}
.slider-product-list .slider-prev {
    position: absolute;
    left: -40px;
}
.slider-product-list .slider-next {
    position: absolute;
    right: -40px;
}
.tabs-hdr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tabs-content + .tabs-hdr_mrgn {
    margin-top: 40px;
}
.tabs-hdr_mrgn {
    margin-bottom: 20px;
}
.tabs-hdr-item {
    color: #b25d5d;
    font-weight: 600;
    margin-right: 30px;
    font-size: 20px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
@media (max-width: 770px) {
    .block-title_m-b-slider {
        margin-bottom: 15px;
    }
}
@media (max-width: 620px) {
    .slider-product-list .slider-next,
    .slider-product-list .slider-prev {
        display: none;
    }
    .tabs-hdr-item {
        margin-right: 15px;
        font-size: 16px;
    }
}
.promo-block {
    background: #fef1e7;
    border-left: 18px solid #fbdbcb;
    padding-left: 20px;
    padding-top: 30px;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.promo-block::after {
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/icons/promo-block-catalog.png) center/100% no-repeat;
}
.promo-block .promo-title {
    font-size: 20px;
    color: #b25d5d;
    font-family: TTNorms-Medium, "Work Sans", sans-serif;
    font-weight: 500;
    margin-bottom: 21px;
}
.promo-block_size {
    height: 150px;
}
.promo-block .advantage-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.promo-block .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 212px;
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 1.2;
    margin-right: 45px;
}
.promo-block .desc-wrap {
    width: 165px;
    margin-left: 15px;
}
.promo-block .img-wrap {
    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: 39px;
}
.promo-block .img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 1500px) {
    .promo-block_size {
        height: auto;
    }
    .promo-block {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .promo-block .advantage-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .promo-block .list-item {
        width: 49%;
        margin-right: 1%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .promo-block .promo-title {
        margin-bottom: 10px;
    }
}
@media (max-width: 1220px) {
    .promo-block {
        display: none;
    }
}
.radio-wrap .radio-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    cursor: pointer;
    line-height: 1.3;
}
.radio-wrap .radio-title::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #b25d5d;
    background-color: #fff;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 1px;
}
.radio-wrap .input:checked ~ .radio-title::before {
    background-image: url(../img/icons/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45%;
}
.radio-wrap .link {
    margin-left: 5px;
}
.radio-wrap_circle .input:checked ~ .radio-title::before {
    background-image: url(../img/icons/circle_red.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
}
.radio-wrap_gray .radio-title::before {
    border: 1px solid #ccc;
    background-image: #dedede;
}
.rating-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.rating-wrap .desc-block {
    margin-left: 60px;
    padding-top: 25px;
}
.rating-wrap .desc-block .btn {
    width: 180px;
    height: 40px;
    font-size: 14px;
    margin-top: 40px;
}
.rating-wrap_empty {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.rating-wrap_empty .header-comment__assessment-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.rating-wrap_empty .desc-block {
    margin-left: 0;
}
.rating-wrap_empty .desc-block .btn {
    margin-top: 0;
}
.rating-estimation {
    position: relative;
    width: 130px;
    height: 130px;
    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-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.rating-estimation .title-num {
    font-size: 40px;
    color: #b25d5d;
    font-weight: 600;
    position: relative;
    z-index: 1;
    margin-top: -10px;
}
.rating-estimation .desc {
    font-size: 16px;
    color: #b25d5d;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
}
.rating-estimation .link {
    color: #999;
    font-size: 14px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.rating-estimation .link:hover {
    border-bottom: 1px solid;
}
.rating-estimation .progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.rating-estimation .default-line {
    fill: none;
    stroke-width: 5px;
    stroke: #fef1e7;
}
.rating-estimation .active-line {
    fill: none;
    stroke-width: 5px;
    stroke: #b25d5d;
    stroke-linecap: round;
    stroke-dasharray: 326.56;
    stroke-dashoffset: 74;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 44% 44%;
    -ms-transform-origin: 44% 44%;
    transform-origin: 44% 44%;
    -webkit-animation: 1.5s ease-in-out big;
    animation: 1.5s ease-in-out big;
}
.rating-scale {
    margin-left: 60px;
    width: 230px;
}
.rating-scale .scale-item {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 4px;
}
.rating-scale .scale-title {
    font-size: 14px;
}
.rating-scale .default-line {
    position: absolute;
    left: 0;
    bottom: 10px;
    height: 5px;
    width: 100%;
    background-color: #fef1e7;
    border-radius: 4px;
}
.rating-scale .active-line {
    position: absolute;
    left: 0;
    bottom: 10px;
    height: 5px;
    background-color: #b25d5d;
    border-radius: 4px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
@media (max-width: 1000px) {
    .rating-wrap {
        padding-bottom: 15px;
    }
    .rating-wrap .desc-block {
        margin-left: 22px;
        width: auto;
    }
    .rating-scale {
        margin-left: 19px;
    }
}
@media (max-width: 399px) {
    .rating-scale {
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
    }
}
.select-block {
    width: 100%;
    height: 60px;
    padding: 20px 27px 20px 20px;
    border: 1px solid #dedede;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border-radius: 4px;
    background-color: #f7f7f7;
    font-size: 14px;
}
.select-block::after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 9px;
    height: 5px;
    background: url(../img/icons/down-arrow_red.svg) center/100% no-repeat;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.select-block.active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.select-block.active .select-submenu {
    display: block;
}
.select-block .select-title {
    display: block;
    width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.select-block .select-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: #fff;
    border: 1px solid #dedede;
    display: none;
}
.select-block .select-item {
    padding: 10px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.select-block .select-item:hover {
    background-color: #fef1e7;
}
.select-block_sort-prod {
    padding-left: 35px;
}
.select-block_sort-prod .sort-height-icon::after,
.select-block_sort-prod .sort-low-icon::after {
    position: absolute;
    left: 10px;
    top: 12px;
}
.select-block_sort-prod .select-item {
    position: relative;
    padding-left: 35px;
}
.catalog-list-wrap .select-block {
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 180px;
}
@media (max-width: 1000px) {
    .catalog-list-wrap .select-block {
        width: 100%;
    }
}
.slider-article-item {
    width: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fef1e7;
}
.slider-article-item .img-block {
    width: 220px;
}
.slider-article-item .img-block .img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
.slider-article-item .txt-block {
    width: 480px;
    padding: 35px 45px;
}
.slider-article-item .article-title {
    font-size: 20px;
    line-height: 1.2;
    font-family: TTNorms-Medium, "Work Sans", sans-serif;
    font-weight: 500;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    color: #b25d5d;
    height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.slider-article-item .article-title:hover {
    color: #444;
}
.slider-article-item .article-controle-line {
    font-size: 12px;
}
.slider-article-item .desc {
    color: #444;
    position: relative;
    line-height: 1.5;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 20px;
}
.slider-article-item .desc::after {
    content: "";
    width: 20px;
    height: 10px;
    background: url(../img/icons/right-arrow_red.svg) center/100% no-repeat;
    position: absolute;
    bottom: 4px;
    right: 0;
}
.slider-article-item .desc:hover::after {
    background: url(../img/icons/right-arrow_black.svg) center/100% no-repeat;
    bottom: 4px;
    right: 0;
}
.article-controle-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 0.5;
    color: #444;
    margin-top: 15px;
    margin-bottom: 15px;
}
.article-controle-line .controle-item {
    margin-right: 20px;
}
.article-controle-line .user-logo::before {
    position: relative;
    left: auto;
    top: auto;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-bottom: -3px;
}
@media (max-width: 1500px) {
    .slider-article-item {
        width: 100%;
    }
    .slider-article-item .txt-block {
        padding: 15px;
    }
    .slider-article-item .controle-item {
        margin-right: 15px;
    }
    .slider-article-item .article-title {
        font-size: 18px;
        height: 42px;
    }
    .article-controle-line {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
@media (max-width: 1220px) {
    .slider-article-item .img-block {
        width: 40%;
    }
    .slider-article-item .txt-block {
        width: 60%;
    }
    .article-controle-line,
    .slider-article-item .controle-item {
        margin-top: 5px;
    }
}
@media (max-width: 1000px) {
    .slider-article-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .slider-article-item .img-block,
    .slider-article-item .txt-block {
        width: 100%;
    }
}
.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.slider-five-items .slider-prev {
    left: -40px;
    top: 45%;
}
.slider-five-items .slider-next {
    right: -40px;
    top: 45%;
}
.slider-five-items .brands-slider-next,
.slider-five-items .brands-slider-prev {
    top: 55%;
}
.slider-dubble-items .slider-prev {
    left: -40px;
    top: 52%;
}
.slider-dubble-items .slider-next {
    right: -40px;
    top: 52%;
}
.goals-slides .slider-prev {
    left: -40px;
    top: 49%;
}
.goals-slides .slider-next {
    right: -40px;
    top: 49%;
}
.goals-slides .swiper-slide {
    width: 340px;
    height: 327px;
}
.goals-slides .swiper-slide:nth-child(1) {
    width: 700px;
}
.goals-slides .catalog-list-item {
    height: 100%;
    margin-bottom: 0;
    margin-right: 0;
}
.slider-next.swiper-button-disabled,
.slider-prev.swiper-button-disabled {
    display: none !important;
}
.slider-next,
.slider-prev {
    width: 32px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-radius: 4px;
}
.slider-next:hover,
.slider-prev:hover {
    background: #fef1e7;
}
.slider-next::after,
.slider-prev::after {
    content: "";
    display: block;
    width: 14px;
    height: 22px;
}
.slider-prev::after {
    background: url(../img/icons/left1.svg) center/80% no-repeat;
}
.slider-next::after {
    background: url(../img/icons/right1.svg) center/80% no-repeat;
}
.show-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}
.show-all .link {
    color: #fff;
    background: #b25d5d;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.show-all .link:hover {
    background-color: #fbb13c;
}
.show-all.mob-visible {
    display: none;
}
@media (max-width: 1300px) {
    .slider-product-list .product-card {
        width: 100%;
    }
    .slider-product-list .slider-next,
    .slider-product-list .slider-prev {
        top: -40px;
    }
    .slider-product-list .slider-next {
        right: 0;
        z-index: 1;
    }
    .slider-product-list .slider-prev {
        left: auto;
        right: 40px;
        z-index: 1;
    }
    .slider-next,
    .slider-prev {
        top: -57px;
        background-color: #fbdace;
    }
    .slider-next {
        right: 0;
        z-index: 1;
        width: 25px;
        height: 30px;
    }
    .slider-prev {
        left: auto;
        right: 40px;
        z-index: 1;
        width: 25px;
        height: 30px;
    }
    .slider-five-items .slider-next {
        right: 0;
        z-index: 1;
        top: 35px;
    }
    .slider-five-items .slider-prev {
        left: auto;
        right: 40px;
        z-index: 1;
        top: 35px;
    }
    .slider-dubble-items .slider-next {
        right: 0;
        z-index: 1;
        top: 3px;
    }
    .slider-dubble-items .slider-prev {
        left: auto;
        right: 40px;
        z-index: 1;
        top: 3px;
    }
}
@media (max-width: 1090px) {
    .goals-slides .slider-next,
    .goals-slides .slider-prev {
        top: 3px;
    }
    .goals-slides .slider-prev {
        left: auto;
    }
    .goals-slides .slider-next {
        right: 0;
    }
}
@media (max-width: 1000px) {
    .slider-dubble-items .slider-next,
    .slider-dubble-items .slider-prev,
    .slider-five-items .slider-next,
    .slider-five-items .slider-prev {
        display: none;
    }
    .show-all.mob-visible {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .show-all.mob-visible .link {
        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%;
        height: 50px;
        font-size: 20px;
        color: #b25d5d;
        font-family: TTNorms-Medium, "Work Sans", sans-serif;
        font-weight: 500;
        border: 1px solid #e5e5e5;
        background: #fff;
        border-radius: 4px;
        cursor: pointer;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }
    .show-all.mob-visible .link:hover {
        background: #fef1e7;
    }
}
@media (max-width: 770px) {
    .rating-wrap .desc-block {
        margin-left: 0;
    }
    .rating-wrap .desc-block .btn {
        margin-top: 20px;
    }
    .rating-wrap_empty .desc-block .btn {
        margin-top: 0;
    }
    .slider-dubble-items .slider-next,
    .slider-dubble-items .slider-prev,
    .slider-five-items .slider-next,
    .slider-five-items .slider-prev {
        top: 0;
    }
    .goals-slides .swiper-slide {
        width: 100%;
        height: auto;
    }
    .goals-slides .swiper-slide:nth-child(1) {
        width: 100%;
    }
    .block-title_m-b-slider {
        margin-bottom: 20px;
    }
}
@media (max-width: 620px) {
    .main-slider .main-slider-next,
    .main-slider .main-slider-prev {
        display: none;
    }
    .slider-five-items .slider-next {
        right: 15px;
    }
    .slider-five-items .slider-prev {
        right: 55px;
    }
    .slider-dubble-items .slider-next {
        right: 15px;
    }
    .slider-dubble-items .comments-slider-prev,
    .slider-dubble-items .slider-prev {
        right: 55px;
    }
    .goals-slides .slider-next {
        right: 10px;
    }
    .goals-slides .slider-prev {
        right: 45px;
    }
}
.slider-full-wrap {
    width: 100%;
}
.slider-full-wrap .swiper-slide {
    display: block;
}
.main-slider {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
.main-slider .swiper-slide .img {
    width: 100%;
    height: auto;
}
.main-slider .swiper-slide .img-mob {
    display: none;
}
.white-btn-slider-prev {
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 45%;
    z-index: 1;
    left: 130px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.white-btn-slider-prev::after {
    content: "";
    display: block;
    width: 14px;
    height: 22px;
    background: url(../img/icons/left1.svg) center/100% no-repeat;
}
.white-btn-slider-prev:hover {
    background: #fef1e7;
}
.white-btn-slider-next {
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 45%;
    z-index: 1;
    right: 130px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.white-btn-slider-next::after {
    content: "";
    display: block;
    width: 14px;
    height: 22px;
    background: url(../img/icons/right1.svg) center/100% no-repeat;
}
.white-btn-slider-next:hover {
    background: #fef1e7;
}
.swiper-pagination_white .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
}
.swiper-pagination_white .swiper-pagination-bullet-active {
    opacity: 1;
}
.table-scroll {
    width: 100%;
    overflow-x: auto;
}
.table-scroll .table {
    min-width: 600px;
}
.cost-delivery-item {
    margin-bottom: 20px;
}
.cost-delivery__descriptions-item {
    width: 100%;
    padding: 20px 20px 20px 40%;
}
.cost-delivery__header-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
    padding: 20px;
    background-color: #fef1e7;
    color: #444;
}
.cost-delivery__header-item .header-item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40%;
}
.cost-delivery__header-item .header-item__title .span {
    font-size: 20px;
    font-weight: 600;
}
.cost-delivery__header-item .header-item__day-cost {
    width: 60%;
    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;
    font-size: 18px;
}
.table-delivery-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
}
.table-delivery-img .img {
    width: 45px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 1000px) {
    .main-slider .swiper-slide .img-mob {
        display: block;
        width: 100%;
        height: auto;
    }
    .cost-delivery__header-item .header-item__title .span {
        font-size: 18px;
    }
    .cost-delivery__header-item .header-item__day-cost {
        font-size: 16px;
    }
}
@media (max-width: 770px) {
    .cost-delivery__header-item {
        background-color: #fff;
        padding: 0;
    }
    .cost-delivery__header-item .header-item__title {
        width: 100%;
        padding: 15px;
        background-color: #fef1e7;
    }
    .cost-delivery__header-item .header-item__day-cost {
        width: 100%;
        padding: 15px;
    }
    .cost-delivery__descriptions-item {
        padding: 0 15px 15px;
    }
}
.tabs-wrap_prod-page .tabs-title-list {
    padding-left: 40px;
}
.tabs-wrap_prod-page .tabs-title-item {
    margin-right: 40px;
}
.tabs-wrap_prod-page .tabs-content {
    padding-top: 40px;
}
.tabs-wrap .mob-title {
    display: none;
}
.tabs-wrap .tabs-content_dubble {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tabs-wrap .tabs-content_s-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tabs-wrap .description_col-9 {
    width: 1080px;
    padding-right: 20px;
}
.tabs-wrap .main-parametrres {
    width: 340px;
    padding: 40px;
    background: #fef1e7;
}
.tabs-wrap .parametres-table,
.tabs-wrap .parametres-table .table-item:last-child {
    margin-bottom: 0;
}
.tabs-wrap .parametrres-title {
    font-weight: 600;
    margin-bottom: 18px;
}
.tabs-wrap_m-t,
.tabs-wrap_mrgn {
    margin-top: 70px;
}
.tabs-title-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tabs-title-list .num {
    font-weight: 400;
    color: #999;
    font-size: 12px;
    margin-left: 5px;
}
.tabs-title-list_fill {
    background: #fef1e7;
    color: #b25d5d;
}
.tabs-title-item {
    height: 51px;
    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;
    border-bottom: 3px solid transparent;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}
.tabs-title-item.active,
.tabs-title-item:hover {
    border-bottom: 3px solid #b25d5d;
}
.product-slider-title {
    display: none;
}
@media (max-width: 1500px) {
    .catalog-list-wrap .slider-product-list .product-card {
        width: 100%;
        margin-right: 0;
    }
    .tabs-wrap .description_col-9 {
        width: 70%;
    }
    .tabs-wrap .main-parametrres {
        width: 30%;
    }
}
@media (max-width: 1000px) {
    .tabs-wrap_prod-page .tabs-title-list {
        display: none;
    }
    .tabs-wrap_prod-page .tabs-content-item.hidden {
        display: block;
    }
    .tabs-wrap_prod-page .tabs-content-item {
        border-top: 1px solid #dedede;
        padding-top: 15px;
        min-height: 52px;
    }
    .tabs-wrap_prod-page .tabs-content-item:last-child {
        border-bottom: 1px solid #dedede;
    }
    .tabs-wrap_prod-page .tabs-content {
        display: grid;
        grid-template-rows: 0fr;
        opacity: 0;
        visibility: hidden;
        height: 0;
        overflow: hidden;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        padding-top: 15px;
    }
    .tabs-wrap_prod-page .main-parametrres {
        display: none;
    }
    .tabs-wrap_prod-page .tabs-content.active {
        padding-top: 25px;
        padding-bottom: 25px;
        grid-template-rows: 1fr;
        height: auto !important;
    }
    .tabs-wrap .mob-title {
        display: block;
        width: 100%;
        font-size: 20px;
        font-weight: 600;
        color: #b25d5d;
    }
    .tabs-wrap .mob-title::after {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        background-image: url(../img/icons/down-arrow_red.svg);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        margin-left: 7px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }
    .tabs-wrap .mob-title.active::after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .tabs-wrap .description_col-9 {
        width: 100%;
    }
    .tabs-wrap_mrgn {
        margin-top: 17px;
    }
    .tabs-wrap_m-t {
        margin-top: 30px;
    }
    .tabs-wrap_show-mob-content .slider-next,
    .tabs-wrap_show-mob-content .slider-prev,
    .tabs-wrap_show-mob-content .tabs-hdr {
        display: none;
    }
    .tabs-wrap_show-mob-content .product-slider-title {
        display: block;
        font-size: 20px;
        color: #b25d5d;
        font-weight: 600;
        margin-bottom: 17px;
    }
    .tabs-wrap_show-mob-content .tabs-content-item {
        display: block;
        margin-bottom: 30px;
    }
}
.tags-cloud-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tags-cloud-wrap .show-all-btn_txt {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #b25d5d;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.tags-cloud-wrap .show-all-btn_txt:hover {
    color: #444;
}
.tags-cloud-wrap .show-all-btn_txt:hover::after {
    background: url(../img/icons/down-arrow_black.svg) center no-repeat;
}
.tags-cloud-wrap .show-all-btn_txt::after {
    margin-top: 2px;
}
.tags-cloud-wrap .show-all-btn_txt.active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.tags-cloud-wrap_m-b {
    margin-bottom: 20px;
}
.tags-cloud {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 32px;
    width: 90%;
    overflow: hidden;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.tags-cloud .tag-item {
    border-radius: 5px;
    background: #fef1e7;
    height: 30px;
    color: #b25d5d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.tags-cloud .tag-item.active,
.tags-cloud .tag-item:hover {
    color: #444;
    background: #fedfc9;
}
.tags-cloud .tag-item_clear {
    background: #f28c97;
    color: #fff;
}
.tags-cloud .tag-item_clear:hover {
    background: #fbb13c;
}
.tags-cloud .tag-item_desc-hidden {
    display: none;
}
.tags-cloud .tag-item_title {
    background: 0 0;
    color: #444;
    cursor: default;
    padding-left: 0;
    padding-right: 0;
    margin-right: 10px;
}
.tags-cloud .tag-item_title:hover {
    background-color: transparent;
}
.tags-cloud .remove-tag {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-left: 5px;
    background: url(../img/icons/close-button_red.svg) center/100% no-repeat;
}
.tags-cloud_list {
    width: 100%;
    overflow: auto;
    height: auto;
}
.catalog-list-wrap .tag-item {
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.catalog-list-wrap .tags-cloud {
    height: auto;
    width: 100%;
}
@media (max-width: 1220px) {
    .tags-cloud {
        width: 80%;
    }
    .tags-cloud_list {
        width: 100%;
    }
}
@media (max-width: 1000px) {
    .catalog-list-wrap .tags-cloud {
        display: none;
    }
    .tags-cloud-wrap_m-b {
        margin-bottom: 10px;
    }
}
@media (max-width: 770px) {
    .tags-cloud-wrap .show-all-btn_txt {
        display: none;
    }
    .tags-cloud {
        width: 100%;
        height: 74px;
    }
    .tags-cloud .tag-item_desc-hidden {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .tags-cloud_catalog {
        height: auto;
    }
    .tags-cloud_catalog .tag-item {
        display: none;
        margin-right: 6px;
        margin-bottom: 7px;
    }
    .tags-cloud_catalog .tag-item:nth-child(1),
    .tags-cloud_catalog .tag-item:nth-child(2),
    .tags-cloud_catalog .tag-item:nth-child(3),
    .tags-cloud_catalog .tag-item:nth-child(4),
    .tags-cloud_catalog .tag-item:nth-child(6),
    .tags-cloud_catalog .tag-item_desc-hidden {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .tags-cloud_catalog.open .tag-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
    }
    .tags-cloud_list {
        height: auto;
    }
}
@media (max-width: 518px) {
    .tags-cloud_catalog .tag-item:nth-child(6) {
        display: none;
    }
    .tags-cloud_catalog.open .tag-item:nth-child(6) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (max-width: 500px) {
    .tags-cloud-wrap .show-all-btn_txt {
        font-size: 14px;
        width: 105px;
    }
}
@media (max-width: 399px) {
    .tags-cloud_catalog .tag-item:nth-child(2),
    .tags-cloud_catalog .tag-item:nth-child(3) {
        display: none;
    }
    .tags-cloud_catalog.open .tag-item:nth-child(2),
    .tags-cloud_catalog.open .tag-item:nth-child(3) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.product-card .btn_first-click {
    font-size: 14px;
}
.product-card .btn-buy-wrap .btn {
    width: 100%;
    height: 100%;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-card .btn_cream:hover {
    color: #fff;
    background: #fbb13c;
}
.product-card .bell-icon_red:hover::before,
.product-card .btn_cream:hover .bell-icon_red::before {
    content: "";
    width: 18px;
    height: 20px;
    display: block;
    background: url(../img/icons/notification_white.svg) center/100% no-repeat;
}
.product-card .btn_announce {
    font-size: 15px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.product-card .btn_announce:hover {
    background-color: #fbb13c;
    color: #fff;
}
.product-card .order-btn_icon:hover::before {
    content: "";
    width: 27px;
    height: 21px;
    display: block;
    background: url(../img/icons/order_white.svg) center/100% no-repeat;
}
.modal-footer .btn {
    padding: 10px 15px;
    font-size: 14px;
}
.btn-list .btn {
    margin-right: 20px;
    margin-bottom: 20px;
}
@media (max-width: 770px) {
    .btn_padding {
        padding: 10px 15px;
    }
    .page-title .large-button {
        font-size: 16px;
        padding: 10px 20px;
    }
}
@media (max-width: 620px) {
    .white-btn-slider-next,
    .white-btn-slider-prev {
        top: 38%;
    }
    .btn_mob-full {
        width: 100%;
    }
    .personal-content .form-group-item .btn_mob-full {
        width: 100%;
        max-width: none;
    }
}
@media (max-width: 560px) {
    .product-card .btn_first-click {
        font-size: 13px;
        display: none;
    }
    .product-card .btn-wrap {
        height: auto;
    }
    .product-card .quantity-btn-wrap {
        min-height: auto;
    }
    .product-card .btn-buy-wrap .btn_cream {
        border-top: 1px solid #fbdace;
    }
    .large-button {
        width: 100%;
        padding: 10px;
        font-size: 16px;
    }
    .page-title .large-button {
        margin-top: 20px;
    }
}
@media (max-width: 360px) {
    .page-title .btn {
        margin: 5px 0;
    }
}
.content-about-wrapper {
    clear: both;
}
.content-about {
    display: flex;
    align-items: flex-start;
}
.content-about-wrapper li {
    margin-left: 20px;
    line-height: 1.5;
    padding-left: 19px;
    position: relative;
}
.content-about-wrapper p {
    margin-bottom: 10px;
}
.content-about-wrapper p:last-child {
    margin-bottom: 0;
}
.content-about-wrapper li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #444;
    position: absolute;
    top: 11px;
    left: 0;
    border-radius: 50%;
}
.content-about .img__wrap {
    width: 462px;
    align-self: stretch;
    overflow: hidden;
    margin-right: 40px;
    background-image: url(/local/templates/sewclub/img/img-about-company-high.jpg);
    background-size: cover;
}
.img-zoom-result {
    position: absolute;
    right: 0;
    top: 10px;
    width: 500px;
    height: 500px;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
    transition: opacity 0.3s;
    border: 1px solid #d4d4d4;
    background-color: white;
}
.img-zoom-result.is-show {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
}
.img-zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    width: 100px;
    height: 100px;
    z-index: 2;
    pointer-events: none;
}
@media (max-width: 1279px) {
    .img-zoom-lens {
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 1000px) {
    .img-zoom-result,
    .img-zoom-lens {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .b24-widget-button-wrapper.b24-widget-button-position-bottom-right.b24-widget-button-visible[data-b24-crm-button-cont] {
        bottom: 10px;
        right: 10px;
    }
}
@media (max-width: 575px) {
    .product-page-main-info .price-wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .product-page-main-info .current-price {
        width: 100%;
    }
    .product-page-main-info .old-price {
        margin: 0;
        line-height: 20px;
    }
    .product-page-main-info .action {
        margin: 0;
        margin-left: 10px;
    }
}
.modal-wrap-inner .modal,
.modal_940.modal_photogallary {
    right: unset;
    left: unset;
    margin: 0;
    bottom: unset;
    top: unset;
}
.modal-wrap-inner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    padding: 50px;
}
.modal-wrap-inner .modal {
    position: relative;
}
.modal_940 {
    max-width: 940px;
    width: 100%;
}
.modal-wrap:has(.modal_940) {
    padding: 0 10px;
    align-items: unset;
}
.modal_940.modal_photogallary {
    padding: 80px 40px 0;
    height: fit-content;
    position: relative;
}
.modal_940.modal_photogallary .main-img {
    height: 685px;
}
.modal_940.modal_photogallary img {
    object-fit: contain;
}
@media (max-width: 991px) {
    .modal_940.modal_photogallary .main-img {
        height: auto;
    }
}
@media (min-width: 992px) and (min-height: 925px) {
    .modal-wrap:has(.modal_940) {
        align-items: center !important;
    }
}
.gift {
    background-color: #bbd187;
    border-radius: 0 25px;
}
.sale-new {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #fff;
    background-color: #f28c97;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    border-radius: 0 0 25px 25px;
}
.sale-new::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, calc(-50% - 1px));
}
.btn--guarantee,
.product-card_horizontal .current-price,
.stickers .item {
    position: relative;
}
.stickers .item .popup-info {
    position: absolute;
    top: -5px;
    left: 0;
    width: 175px;
    height: auto;
    margin: -1px;
    padding: 7px;
    opacity: 0;
    pointer-events: none;
    border-radius: 5px;
    clip: rect(0 0 0 0);
    color: #fff;
    background-color: inherit;
    font-size: 12px;
    transition: opacity 0.3s;
    transform: translateY(-100%);
}
.stickers .item.gift .popup-info {
    background-color: #82925e;
}
.stickers .item.sale-new .popup-info {
    background-color: #a96269;
}
.stickers .item:hover .popup-info {
    opacity: 1;
    clip: unset;
}
.btn--guarantee {
    margin: 0 auto;
    padding: 10px 30px;
    width: fit-content;
    height: 50px;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none !important;
    border: 1px solid #b25d5d;
    transition: opacity 0.3s;
}
.btn--guarantee:hover {
    opacity: 0.5;
    color: #b25d5d !important;
}
.btn--guarantee img {
    height: 100%;
    object-fit: contain;
}
.modal_photogallary .main-img-next,
.modal_photogallary .main-img-prev {
    top: 50%;
    bottom: unset;
    transform: translateY(-50%);
    z-index: 1;
}
.modal_photogallary .main-img-prev {
    left: 0;
}
.modal_photogallary .main-img-next {
    right: 0;
}
.side-background-figure_large .col-50_p-r.col-50 img,
.tabs-wrap_prod-page .tabs-content.video-tab-wrap .nav-item.video-tab-item .content-title {
    width: 100%;
}
.colors-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, 124px);
    align-items: flex-start;
    width: 100%;
    height: auto;
    max-height: 550px;
    gap: 20px;
}
.colors-list.open {
    max-height: unset;
}
.colors-list .color-card {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: auto/span 5;
    margin: 0;
    gap: 15px;
}
.colors-list .color-card > * {
    margin: 0;
}
@media (max-width: 1000px) {
    .modal_photogallary {
        max-width: calc(100% - 20px);
    }
    .modal_photogallary .close-modal {
        top: 20px;
        right: 20px;
    }
    .side-background-figure_large {
        flex-direction: column;
    }
    .side-background-figure_large > * {
        width: 100%;
    }
    .side-background-figure_large .img-block {
        margin-bottom: 20px;
    }
    .mob-title:has(~ .colors-list) {
        margin-bottom: 20px;
    }
    .colors-list {
        grid-template-columns: repeat(auto-fit, 122px);
        gap: 7px;
    }
}
@media (max-width: 770px) {
    .colors-list {
        grid-template-columns: repeat(auto-fit, 137px);
        gap: 20px;
    }
    .product-basket-list .product-card_horizontal .price-wrap_result {
        margin-top: 10px;
    }
    .product-card_horizontal .current-price {
        margin-left: 5px;
    }
    .product-card_horizontal .current-price .bonus_item_cart {
        font-size: 12px;
    }
}
@media (max-width: 620px) {
    .colors-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 7px;
    }
    .colors-list_full .color-card {
        width: 100%;
    }
}
@media (max-width: 380px) {
    .colors-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 7px;
    }
}
.basket-item-price-current.current-price .basket-item-price-current-text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.current-price .bonus_item_cart {
    font-size: 14px;
}
.product-card_horizontal .current-price .bonus_item_cart {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(100%);
}
.tabs-wrap_prod-page .tabs-content.video-tab-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 14px;
    align-content: flex-start;
}
.tabs-wrap_prod-page .tabs-content.video-tab-wrap .nav-item.video-tab-item {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: subgrid;
    grid-row: auto/span 2;
    gap: 15px;
    margin-left: 0;
    width: 100%;
    height: fit-content;
}
.tabs-wrap_prod-page .tabs-content.video-tab-wrap .nav-item.video-tab-item img {
    margin: 0;
    width: 100%;
    aspect-ratio: 1.75/1;
    z-index: 1;
}
.tabs-wrap_prod-page .tabs-content.video-tab-wrap .nav-item.video-tab-item.youtube-play-icon::after {
    pointer-events: none;
    top: unset;
    width: 100%;
    height: auto;
    aspect-ratio: 1.75/1;
    background-size: 80px;
    z-index: 2;
}
@media (max-width: 1000px) {
    .tabs-wrap_prod-page .tabs-content.video-tab-wrap {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 767px) {
    .stickers .item .popup-info {
        width: 135px;
    }
    .tabs-wrap_prod-page .tabs-content.video-tab-wrap {
        grid-template-columns: 1fr;
    }
}
.slider-full-wrap.main-slider .swiper-container {
    height: 100%;
}
.slider-full-wrap.main-slider .swiper-container:not(.swiper-container-initialized) {
    height: 100%;
    width: 100%;
}
.slider-full-wrap.main-slider .swiper-container:not(.swiper-container-initialized) .swiper-slide {
    opacity: 0;
}
.slider-full-wrap.main-slider .swiper-container .swiper-slide picture {
    display: flex;
    height: 100%;
    width: 100%;
}
.slider-full-wrap.main-slider .swiper-container .swiper-slide picture img {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 1920px) {
    .slider-full-wrap.main-slider,
    .slider-full-wrap.main-slider .swiper-container {
    }
}
@media (max-width: 1919px) and (min-width: 1002px) {
    .slider-full-wrap.main-slider .swiper-container .swiper-slide {
        height: unset;
        aspect-ratio: 3.84/1;
    }
}
@media (max-width: 1001px) {
    .slider-full-wrap.main-slider .swiper-container {
        height: 100%;
    }
    .slider-full-wrap.main-slider .swiper-container .swiper-slide {
        height: unset;
        aspect-ratio: 1/1;
    }
}
@media (max-width: 770px) {
    .product-card .img-wrap picture img {
        aspect-ratio: unset !important;
        height: 100px;
    }
}