@font-face {
    font-family: 'Montserrat';
    src: url('/resource/front/fonts/Montserrat-SemiBold.eot');
    src: url('/resource/front/fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('/resource/front/fonts/Montserrat-SemiBold.woff2') format('woff2'), url('/resource/front/fonts/Montserrat-SemiBold.woff') format('woff'), url('/resource/front/fonts/Montserrat-SemiBold.ttf') format('truetype'), url('/resource/front/fonts/Montserrat-SemiBold.svg#Montserrat-Medium') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/resource/front/fonts/Montserrat-Medium.eot');
    src: url('/resource/front/fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('/resource/front/fonts/Montserrat-Medium.woff2') format('woff2'), url('/resource/front/fonts/Montserrat-Medium.woff') format('woff'), url('/resource/front/fonts/Montserrat-Medium.ttf') format('truetype'), url('/resource/front/fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/resource/front/fonts/Montserrat-Regular.eot');
    src: url('/resource/front/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('/resource/front/fonts/Montserrat-Regular.woff2') format('woff2'), url('/resource/front/fonts/Montserrat-Regular.woff') format('woff'), url('/resource/front/fonts/Montserrat-Regular.ttf') format('truetype'), url('/resource/front/fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bad Script';
    src: url('/resource/front/fonts/BadScript-Regular.eot');
    src: url('/resource/front/fonts/BadScript-Regular.eot?#iefix') format('embedded-opentype'), url('/resource/front/fonts/BadScript-Regular.woff2') format('woff2'), url('/resource/front/fonts/BadScript-Regular.woff') format('woff'), url('/resource/front/fonts/BadScript-Regular.ttf') format('truetype'), url('/resource/front/fonts/BadScript-Regular.svg#BadScript-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.2;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #393939;
    background: #fff;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    opacity: 1;
}

body.open-menu, body.open-filter, body.opt-block-body, body.body-modal {
    overflow: hidden;
}

body.opt-block-body, body.body-modal {
    padding-right: 17px;
}

body:before {
    content: "";
    transition: background-color 0.45s ease-in-out;
}

body.open-menu:before, body.open-filter:before {
    position: absolute;
    background: #f7f7f7;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 991;
}

.pay__all-desc ul {
    padding-left: 30px;
}

.pay__all-desc li {
    margin-bottom: 15px;
    line-height: 1.4;
    font-weight: 500;
}

p {
    line-height: 1.4;
}

button {
    font-family: 'Montserrat', sans-serif;
}

.hidden {
    display: none;
}

.container {
    margin: auto;
    max-width: 1440px;
}

.d-flex {
    display: flex;
}

.justify-content-space-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.top-header {
    background: #282828;
    padding: 6px 0;
    margin-bottom: 25px;
}

.header-section {
    height: 125px;
}

ul.lang-list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li.lang-item {
    padding-right: 10px;
}

li.lang-item a {
    color: #fff;
    text-decoration: none;
    padding: 6px 5px;
    transition: background-color 0.2s ease-in-out;
}

li.lang-item a:hover {
    background: #f62559;
}

li.lang-item.active span {
    background: #f62559;
    color: #ffffff;
    padding: 6px 5px;
}

ul.menu-list {
    margin: unset;
    display: flex;
    list-style-type: none;
    padding-left: unset;
}

li.menu-item {
    padding-left: 25px;
}

li.menu-item a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
}

li.menu-item.active span {
    color: #f62559;
    text-decoration: none;
    font-size: 13px;
}

.header__left, .header__right {
    width: 35%;
}

.header__logo {
    width: 30%;
    text-align: center;
}

button.btn-quest {
    background: #f62559;
    border: unset;
    color: #fff;
    padding: 5px 15px 5px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    outline: none;
    cursor: pointer;
    letter-spacing: 0.4px;
    transition: background-color 0.2s ease-in-out;
}

button.btn-quest:hover {
    background-color: #d80036;
}

.header__left-contact {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4px;
}

.header__phone {
    padding-left: 20px;
    position: relative;
}

.header__phone:before {
    content: "";
    position: absolute;
    left: 10px;
    height: 19px;
    width: 1px;
    background-color: #282828;
}

.header__phone a, .header__emails a {
    color: #282828;
    text-decoration: none;
}

.header__work {
    font-size: 14px;
    color: #a7a7a7;
    font-weight: 400;
    margin-bottom: 10px;
}

.header__right a {
    text-decoration: none;
}

.header__right {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.header__right svg {
    width: 24px;
    height: 24px;
    fill: #282828;
    transition: fill 0.2s ease-in-out;
}

.header_fav {
    margin-right: 35px;
    position: relative;
}

span.header_fav__count {
    position: absolute;
    width: 24px;
    height: 24px;
    background: #393939;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    right: -13px;
    top: -13px;
}

.header_fav:hover svg {
    fill: #f62559;
}

ul.catalog_list {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li.catalog_item a {
    color: #282828;
    text-decoration: none;
    font-weight: 500;
    padding: 20px 0;
    position: relative;
    transition: color 0.35s ease-in-out;
}

li.catalog_item span.active {
    color: #f62559;
    font-weight: 500;
    padding: 20px 0;
    position: relative;
}

li.catalog_item > a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: rgb(40, 40, 40);
    top: 57px;
    transition: background-color 0.35s ease-in-out;
}

.catalog-header {
    border-top: 1px solid rgba(232, 232, 232, 0.3);
    padding: 20px 0;
    position: relative;
}

.comments-main {
    overflow-x: hidden;
}

.catalog-header:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 57px;
    height: 2px;
    background: rgb(40, 40, 40);
}

.dropdown_links:hover .drop-catalog-content {
    opacity: 1;
    visibility: visible;
}

.dropdown_links:hover a:before {
    background: #f62559;
}

li.catalog_item:hover > a {
    color: #f62559;
}

.drop-catalog-content {
    position: absolute;
    padding: 30px 0;
    margin-top: 20px;
    z-index: 9;
    left: 0;
    right: 0;
    box-shadow: 0 0 13px 0 rgba(191, 191, 191, 0.4);
    opacity: 0;
    visibility: hidden;
    background: #f9f9f9;
    transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out, height 0.35s ease-in-out;
}

ul.drop-catalog {
    list-style-type: none;
    padding: 0;
}

li.drop_list {
    padding-bottom: 15px;
}

li.drop_list:hover a {
    color: #f62559;
}

.slider-main {
    position: relative;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.slider-main.slick-initialized {
    opacity: 1;
}

.slider-main__item {
    width: 100%;
}

.slider-main__item img {
    width: 100%;
    max-height: 580px;
    object-fit: cover;
}

ul.slick-dots {
    list-style-type: none;
    display: flex;
    position: absolute;
    padding: 0;
    margin: 0;
    right: 35px;
    bottom: 20px;
}

ul.slick-dots li {
    width: 10px;
    height: 10px;
    background: rgba(246, 37, 89, 0.6);
    margin-left: 12px;
    cursor: pointer;
}

ul.slick-dots li.slick-active {
    background: #f62559;
}

ul.slick-dots li button {
    display: none;
}

.new-product {
    margin-top: 50px;
}

.new-product .product-main__title:before {
    background: #1bbc9b;
}

.product-main__title, .product-main__title a {
    font-size: 28px;
    color: #333;
    margin: 20px 0 10px;
    position: relative;
    text-decoration: none;
}

.comments-main__title, .comments-main__title a {
    font-size: 28px;
    color: #333;
    margin: 20px 0 10px;
    position: relative;
    text-decoration: none;
}

.comments-main__title:hover:before {
    width: 100px;
}

.comments-main__title:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background: #f62559;
    top: 40px;
    left: 3px;
    transition: width 0.2s ease-in-out;
}

.product-main__title:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background: #f62559;
    top: 40px;
    left: 3px;
    transition: width 0.35s ease-in-out;
}

.product-main__title:hover:before {
    width: 100px;
}

.top-product {
    margin-top: 60px;
}

.product-main-slider {
    margin-left: -15px;
    margin-right: -15px;
}

.product-main-slider .slick-list {
    padding: 30px 15px 30px 15px;
    margin-right: -30px;
    margin-left: -15px;
}

.product-item-fly {
    width: calc(33.3% - 8px);
    margin-bottom: 8px;
    margin-right: 8px;
    outline: none;
}

.product-item-fly:nth-child(3n) {
    width: 33.3%;
    margin-right: unset;
}

.product-item {
    width: 100%;
    position: relative;
    outline: none;
    transition: box-shadow .35s ease-in-out;
}

.product-main-slider .product-item-fly {
    margin-right: unset !important;
    margin-bottom: unset !important;
    padding-right: 12px;
    outline: none;
}

.product-main-slider .product-item .product-item__content {
    border-bottom: unset;
    border-left: unset;
    border: unset;
}

.product-item__content {
    padding: 45px 18px 30px;
    border-top: solid 1px #eaeaea;
    border-right: solid 1px #eaeaea;
    border-bottom: solid 1px #eaeaea;
    border-left: solid 1px #eaeaea;
    background: #ffffff;
}

.product-item:hover {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .24);
}

.product-item a {
    text-decoration: none;
    outline: none;
}

.product-item__photo {
    text-align: center;
}

.product-item__photo img {
    height: 260px;
    object-fit: contain;
    margin: auto;
    max-width: 100%;
}

.product-item__title {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #333;
    margin-top: 30px;
    line-height: 1.2;
    height: calc(20px * 2);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-item__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.product-item__price {
    margin: 4px 0;
    font-size: 16px;
    color: #333;
}
.product-item__retail {
    font-size: 13px;
}
span.product-item__price-opt {
    font-weight: 600;
    font-size: 18px;
    color: #f62559;
}
button.btn-buy {
    background: #ffffff;
    border: 1px solid #3a3a3a;
    color: #3a3a3a;
    padding: 6px 12px 6px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.8px;
    cursor: pointer;
    outline: none;
    transition: background-color 0.2s ease-in-out;
}

button.btn-buy:hover {
    background-color: #f3f3f3;
}

.slider-team__left {
    position: absolute;
    top: -38px;
    right: 40px;
    border-radius: 4px;
    cursor: pointer;
}

.slider-team__right {
    position: absolute;
    top: -38px;
    right: 15px;
    border-radius: 4px;
    cursor: pointer;
}

.slider-team__left:hover svg, .slider-team__right:hover svg {
    fill: #f62559;
}

.slider-team__left svg, .slider-team__right svg {
    fill: #393939;
    width: 7px;
    transition: fill 0.2s ease-in-out;
}

.recommend-product {
    margin-top: 55px;
}

.recommend-product .product-main__title:before {
    background-color: #792c9b;
}

.status_item {
    color: #282828;
    font-weight: 500;
    border: 1px solid;
    position: absolute;
    top: 15px;
    left: 18px;
    font-size: 12px;
    padding: 2px 9px;
}

.status_new {
    border-color: #1bbc9b;
    color: #1bbc9b;
}

.status_hit {
    border-color: #f82a64;
    color: #f82a64;
}

.status_rec {
    border-color: #792c9b;
    color: #792c9b;
}
.status_on-order {
    border-color: #673ab7;
    color: #673ab7;
}
.modal-on-order {
    width: 500px;
    margin-left: -250px;
}
.product-on-order__desc {
    font-size: 13px;
}
.btn-on-order {
    background: #f62559;
    border: unset;
    margin-top: 10px;
    width: 270px;
    height: 38px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    outline: none;
    transition: background-color 0.2s ease-in-out;
}
.btn-on-order:hover {
    background-color: #d80036;
}
.add_f {
    position: absolute;
    top: 13px;
    right: 18px;
}

.product-item__icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: fill 0.2s ease-in-out;
}

.add_fav .product-item__icon {
    fill: #353535;
}

.add_fav .product-item__icon:hover {
    fill: #f62559;
}

.active_fav .product-item__icon, .del_fav .product-item__icon {
    fill: #f62559;
}

.del_fav .product-item__icon:hover {
    fill: #353535;
}

.fav-section {
    margin-top: 30px;
}

.title {
    margin-bottom: 40px;
}

.title h1, .title span {
    font-size: 26px;
    color: #333;
    margin: 0;
    font-weight: 500;
}

.catalog-title {
    margin-bottom: 30px;
}

.catalog-title h1 {
    font-size: 26px;
    color: #333;
    margin: 0;
    font-weight: 500;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
}

.header-basket {
    position: relative;
    cursor: pointer;
    margin-right: 14px;
}

.header-basket:hover svg {
    fill: #f62559;
}

.order-header__amount {
    position: absolute;
    width: 24px;
    height: 24px;
    background: #393939;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    right: -13px;
    top: -13px;
}

.overflow {
    background: rgba(244, 243, 245, .8);
    position: fixed;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    transition: opacity 0.35s ease-in-out;
}

.overflow.active {
    opacity: 1;
    visibility: visible;
}

.product-item-fly.no-active, .product-cart__info.no-active, .product-cart__photo.no-active {
    opacity: 0.4;
    position: relative;
}
.product-item-fly.no-active:before {
    content: "";
    position: absolute;
    left: 0;
    height: 85px;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.modal {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    top: 3%;
    left: 50%;
    overflow: hidden;
    z-index: 9991;
    transition: opacity 0.35s ease-in-out;
    max-height: 95vh;
    overflow-y: auto;
}

.modal-order {
    width: 768px;
    margin-left: -384px;
    overflow-y: auto;
}

.modal-feedback, .modal-opt, .modal-cooping, .modal-opt-in {
    width: 560px;
    margin-left: -280px;
}

.scroll-custom::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(181, 181, 181, 0.6);
    background-color: #F5F5F5;
}

.scroll-custom::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.scroll-custom::-webkit-scrollbar-thumb {
    background-color: #393939;
}

.catalog-header__info-sm {
    display: none;
}

.cart__list {
    max-height: 450px;
    overflow-y: auto;
    padding-right: 15px;
    margin-right: -15px;
}

.modal.active {
    opacity: 1;
    visibility: visible;
}

.close-modal {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 15px;
    padding-top: 15px;
    cursor: pointer;
}

.close-modal svg {
    width: 15px;
    height: 15px;
    opacity: 0.5;
    transition: opacity 0.2s ease-in-out;
}

.close-modal:hover svg {
    opacity: 1;
}

.modal-title {
    text-align: center;
    font-size: 24px;
    width: 70%;
    margin: 50px auto 0;
}

.cart__item {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ebebeb;
    padding-top: 25px;
    padding-bottom: 25px;
}

.cart__item-img-holder {
    width: 20%;
}

.cart__item-img-holder img {
    width: 100%;
}

.modal-body-order {
    margin-top: 40px;
    padding: 0 60px;
}

.cart__item-info-holder {
    width: 60%;
}

.cart__item-name-holder {
    margin-bottom: 10px;
    padding-left: 20px;
}

.cart__item-name-holder a {
    text-decoration: none;
    color: #282828;
    line-height: 1.4;
}

.cart__item-summa-holder {
    width: 15%;
}

.cart__item-summa-holder span {
    font-weight: 500;
}

.cart__item-del {
    width: 10px;
}

.product-delete {
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}

.product-delete:hover {
    color: #f62559;
}

.product-amount-changer__cart {
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
}

.product-amount-changer__btn {
    border: 1px solid #cccccc;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: border-color 0.2s ease-in-out;
}

.icon-minus {
    width: 18px;
    height: 1px;
    background: #cccccc;
    transition: background-color 0.2s ease-in-out;
}

.icon-plus {
    position: relative;
}

.icon-plus:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 1px;
    background: #ccc;
    top: -1px;
    left: -9px;
    transition: background-color 0.2s ease-in-out;
}

.icon-plus:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 1px;
    background: #ccc;
    top: -1px;
    left: -9px;
    transform: rotate(90deg);
    transition: background-color 0.2s ease-in-out;
}

.product-amount-changer__btn:hover {
    border-color: #282828;
}

.product-amount-changer__btn:hover .icon-minus, .product-amount-changer__btn:hover .icon-plus:before, .product-amount-changer__btn:hover .icon-plus:after {
    background: #282828;
}

input.product-amount-changer__input {
    width: 40px;
    border: unset;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    text-align: center;
    outline: none;
}

.cart__item-ml-holder {
    padding-left: 20px;
    margin-top: 13px;
}

.cart__item-ml-holder span {
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    border: 1px solid rgba(246, 37, 89, 0.35);
    padding: 3px 9px;
}

.all-price {
    text-align: right;
    font-weight: 500;
}

.modal-footer {
    padding: 25px 60px 35px;
}

.cart-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

a.btn-link {
    font-size: 14px;
    color: #282828;
    letter-spacing: 0.5px;
}

a.btn-link:hover {
    text-decoration: none;
}

a.btn-order {
    background: #f62559;
    color: #fff;
    text-decoration: none;
    padding: 11px 85px;
    transition: background-color 0.2s ease-in-out;
}

a.btn-order:hover {
    background-color: #d80036;
}

.breadcrumbs-list {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}

li.breadcrumbs-item {
    display: flex;
    margin-bottom: 5px;
}

.breadcrumbs-item a {
    color: #b3b3b3;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.breadcrumbs-item span {
    color: #b3b3b3;
    font-size: 13px;
    font-weight: 500;
    padding: 0 6px 0 1px;
    display: block;
}

.top-header-open {
    display: none;
}

.page_order {
    margin-top: 30px;
}

.form-checkout {
    width: calc(50% - 20px);
    background: rgba(245, 245, 245, 0.2);
    box-shadow: 0 0 8px 2px #f5f5f5;
}

.cart-checkout {
    width: calc(50% - 20px);
    background: rgba(245, 245, 245, 0.2);
    box-shadow: 0 0 8px 2px #f5f5f5;
}

.cart-checkout__table .modal-footer, .cart-checkout__table .modal-title {
    display: none;
}
.cart-checkout__table .modal-body-order {
    padding: 0 35px;
}

.form-checkout__form {
    padding: 28px 45px;
}

.form-checkout__title {
    font-size: 20px;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 30px;
}

.form-label {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 22px;
}

.form-label span {
    width: 100%;
    font-size: 17px;
    color: #282828;
    font-weight: 500;
    margin-bottom: 8px;
}

.form-label input {
    height: 40px;
    background: #fdfdfd;
    padding: 0 15px;
    border: 1px solid #a5a5a5;
    width: 100%;
    outline: none;
}

.form-label textarea {
    height: 80px;
    background: #fdfdfd;
    padding: 15px;
    border: 1px solid #a5a5a5;
    width: 100%;
    outline: none;
    resize: none;
}

.form-label-reviews {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 22px;
}

.form-label-reviews span {
    width: 100%;
    font-size: 15px;
    color: #282828;
    font-weight: 500;
    margin-bottom: 8px;
}

.form-label-reviews input {
    height: 40px;
    background: #fdfdfd;
    padding: 0 15px;
    border: 1px solid #a5a5a5;
    width: 100%;
    outline: none;
}

.form-label-reviews textarea {
    height: 100px;
    background: #fdfdfd;
    padding: 15px;
    border: 1px solid #a5a5a5;
    width: 100%;
    outline: none;
    resize: none;
}

.btn-confirm-order {
    background: #f62559;
    border: unset;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 21px 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.btn-confirm-order:hover {
    background: #d80036;
}

.modal-footer-empty {
    text-align: center;
    margin-bottom: 65px;
}

.modals-empty-title {
    text-align: center;
    padding: 100px 60px 60px;
}

.modals-empty-title span {
    font-size: 24px;
}

.btn-link-empty {
    background: #f62559;
    text-decoration: none;
    color: #fff;
    padding: 10px 24px 11px;
    transition: background-color 0.2s ease-in-out;
}

.btn-link-empty:hover {
    background: #d80036;
}

.container.page-catalog__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-catalog__filter-sm {
    width: 100%;
    padding: 10px 20px 10px 20px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin: 20px 0 10px;
    align-items: center;
    display: none;
}

.page-catalog__filter-sm svg {
    width: 22px;
    height: 22px;
    padding-right: 6px;
}

.page-catalog__filter-sm span {
    font-weight: 500;
    text-transform: uppercase;
}

.page-catalog__filter {
    width: 25%;
}

.page-catalog__product {
    width: 75%;
}

.sorter {
    position: absolute;
    top: 0;
    right: 0;
}

.catalog-products {
    display: flex;
    flex-wrap: wrap;
}

.catalog-filters__filter-list {
    list-style-type: none;
    padding: 0;
    max-height: 210px;
    overflow: auto;
    margin: 0 0 30px 0;
}

.catalog-filters__catalog-list {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.catalog-filters__top {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 22px 0;
    cursor: pointer;
}

.catalog-filters__filter {
    border-top: 1px solid #ebebeb;
}

.catalog-filters__filter:first-child {
    border-top: unset;
}

.catalog-filters {
    padding-right: 30px;
}

li.catalog-filters__filter-item {
    margin: 0 0 8px;
    cursor: pointer;
}

li.catalog-filters__filter-item input {
    margin: 0;
}

span.filter-label__name-text {
    margin-left: 14px;
    font-size: 15px;
    font-weight: 500;
}

.catalog-filters__filter-title span {
    font-size: 18px;
}

.catalog-filters__catalog {
    border-top: 1px solid #ebebeb;
    padding-top: 70px;
}

.catalog-filters__catalog-top {
    position: relative;
    display: flex;
    align-items: center;
    margin: 18px 0 24px;
}

.catalog-filters__catalog-title span {
    font-size: 18px;
}

li.catalog-filters__catalog-item {
    margin-bottom: 8px;
}

li.catalog-filters__catalog-item a {
    font-size: 15px;
    font-weight: 500;
    color: #393939;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

li.catalog-filters__catalog-item a:hover {
    color: #f62559;
}

.footer-subscribe {
    background: #f9f9f9;
    padding: 30px 0;
}

.footer-subscribe__left span {
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 1px;
    font-weight: 500;
}

footer {
    margin-top: 80px;
    background: #282828;
    padding-bottom: 40px;
}

.footer-subscribe__content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-subscribe__right {
    margin-left: 40px;
}

.footer-subscribe__left {
    margin-right: 40px;
}

#form-mailer {
    position: relative;
}

#form-mailer input {
    height: 40px;
    width: 280px;
    border: unset;
    background: #fff;
    padding-left: 20px;
    color: #393939;
    outline: none;
}

#form-mailer input::placeholder {
    color: #999;
}

#form-mailer input.btn-send-mail {
    width: 140px;
    padding: unset;
    position: relative;
    left: -20px;
    height: 40px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}

#form-mailer:before {
    content: "";
    position: absolute;
    right: 180px;
    width: 2px;
    top: 6px;
    z-index: 2;
    height: 30px;
    background-color: #bfbfbf;
    transition: background-color 0.2s ease-in-out;
}

#form-mailer:hover:before {
    background: #f62559;
}

#form-mailer:hover input.btn-send-mail {
    color: #f62559;
}

.header__search {
    margin-right: 20px;
    cursor: pointer;
}

.footer-section__content {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-section__left {
    width: 35%;
}

.footer__info {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}

.footer__phone {
    width: 155px;
}

.footer__phone a {
    color: #fff;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
}

.footer__emails {
    position: relative;
    padding-left: 20px;
}

.footer__emails:before {
    content: "";
    position: absolute;
    left: 10px;
    height: 20px;
    width: 1px;
    background: #ffffff;
}

.footer__emails a {
    color: #fff;
    text-decoration: none;
}

.footer__work {
    color: #fff;
    margin-top: 20px;
}

.footer-section__middle {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
}

.footer-section__right {
    width: 25%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.footer-section__catalog-menu {
    width: 50%;
}

ul.footer-catalog-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.footer-catalog-menu li {
    margin-bottom: 10px;
}

ul.footer-catalog-menu li a {
    color: #c5c5c5;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

ul.footer-catalog-menu li a:hover {
    color: #ffffff;
}

ul.footer-catalog-menu li span.active {
    color: #ffffff;
}

ul.footer-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.footer-menu li {
    margin-bottom: 10px;
}

ul.footer-menu li a {
    color: #c5c5c5;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

ul.footer-menu li a:hover {
    color: #ffffff;
}

ul.footer-menu li.active span {
    color: #ffffff;
}

ul.social-block {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
}

ul.social-block li {
    margin-left: 20px;
}

svg.icon-social {
    fill: #c5c5c5;
    width: 30px;
    height: 30px;
    transition: fill 0.2s ease-in-out;
}

ul.social-block li a:hover svg.icon-social {
    fill: #ffffff;
}

svg.icon-instagram {
    height: 23px;
    margin-top: 4px;
}

svg.icon-facebook {
    height: 24px;
    margin-top: 2px;
}

.footer-section__menu {
    display: flex;
    justify-content: flex-end;
    width: 50%;
}

.footer-social-block {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.product-cart__photo {
    width: 30%;
    margin-right: 3.3%;
}

.product-cart__info, .product-cart__opt {
    width: 33.3%;
}

.product-cart__photo-main {
    position: relative;
}

svg.product-cart__icon {
    width: 24px;
    height: 24px;
    fill: #282828;
    cursor: pointer;
    transition: fill 0.2s ease-in-out;
}

svg.product-cart__icon:hover {
    fill: #f62559;
}

.product-cart__photo-main img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.product-cart__photos a {
    margin: 0 7px;
}

.product-cart {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.product-cart__title h1 {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}

.product-cart__title h1 span {
    font-size: 15px;
    color: #999;
    margin: 4px 0 22px;
    display: block;
}

.product-cart__status {
    font-size: 15px;
    margin-top: 7px;
}

.product-cart__code {
    font-size: 15px;
    margin-top: 2px;
}

.product-cart__ml {
    margin-top: 22px;
    display: flex;
}

.product-cart__ml span {
    font-size: 16px;
    color: #666;
    text-transform: uppercase;
    border: 1px solid rgba(246, 37, 89, 1);
    padding: 4px 12px;
    font-weight: 500;
}

.rating-section {
    margin: 23px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rating-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 50%;
}

span.votes {
    padding-left: 10px;
    font-size: 14px;
    font-weight: 500;
}

.rating-result span {
    padding: 0;
    font-size: 22px;
    line-height: 0;
    color: #d3d3d3;
    text-shadow: 1px 1px #bbb;
}

.rating-result span:before {
    content: '★';
}

.rating-result span.active {
    color: #ffd700;
    text-shadow: 1px 1px #c60;
}

.reviews-block span {
    color: #f62559;
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}

.reviews-block span:hover {
    text-decoration: none;
}

.product-cart__filter {
    margin-bottom: 6px;
}

.product-cart__filter span {
    font-size: 15px;
    font-weight: 600;
    color: #282828;
}

.product-cart__filter a {
    font-size: 15px;
    font-weight: 400;
    color: #282828;
    text-decoration: none;
}

.product-cart__text {
    margin-top: 10px;
}

.product-cart__text span, .product-cart__text a {
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
    color: #282828;
}

.product-cart__text span:hover, .product-cart__text a:hover {
    text-decoration: none;
}

.product-cart__amount {
    display: flex;
}

.product-cart__botom {
    display: flex;
    flex-wrap: wrap;
}

.opt-info__desc span {
    font-size: 21px;
    font-weight: 600;
    color: #f62559;
}

.btn-buy-in {
    background: #f62559;
    border: unset;
    width: 190px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: 42px;
    cursor: pointer;
    outline: none;
    transition: background-color 0.2s ease-in-out;
}
.product-cart__price-right {
    margin-bottom: 30px;
}

.cart__bottom {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 16px 0 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart-retail {
    margin-top: 8px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}
.cart-opt {
    margin-top: 8px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}
.cart-opt-ekonom span {
    text-transform: lowercase;
    color: #f62559;
}
.cart-opt-ekonom {
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 2px;
}
.btn-buy-in:hover {
    background-color: #d80036
}

.product-cart__retail {
    margin-top: 40px;
}

.product-cart__price {
    margin: 10px 0 15px;
}

.product-cart__price-opt {
    margin-bottom: 30px;
}

.opt-info {
    background: rgba(255, 112, 148, 0.35);
    padding: 13px 40px;
    text-align: center;
    max-width: 280px;
}

.opt-info__desc {
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
}

.opt-info__title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    color: #f62559;
    letter-spacing: 2px;
}

span.product-cart__new span.price, span.product-cart__base-price span.price {
    font-size: 26px;
    font-weight: 600;
    margin-left: 10px;
    color: #f62559;
}

span.product-cart__base-new span.price {
    font-size: 16px;
    font-weight: 400;
}

span.product-cart__new.product-cart__base-new {
    color: #b9b9b9;
    text-decoration: line-through;
}

.product-opt__top {
    background-color: #eedaf9;
    padding: 18px 0;
    margin-bottom: 25px;
}

.product-opt__title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #702280;
}

.product-opt__un-title {
    text-align: center;
    font-weight: 500;
    margin-top: 10px;
}

.product-opt {
    margin-left: 95px;
}

.product-opt__desc li {
    font-size: 14px;
    margin-bottom: 10px;
}

hr.line {
    margin: 95px 0 70px;
    border: 1px solid rgba(232, 232, 232, 0.5);
    width: 100%;
}

.other-product__title {
    font-size: 24px;
    color: #333;
    margin: 20px 0 10px;
    position: relative;
}

.other-product__title:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background: #f62559;
    top: 40px;
    left: 3px;
}

.other-product-slider {
    margin-top: 20px;
}

.other-product-slider .product-item-fly:nth-child(3n) {
    margin-right: 8px;
}

.other-product-slider .slick-list {
    padding: 30px 0;
    margin-right: -8px;
}

.product-cart-desc__desc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.product-cart-desc__desc:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #8a8a8a;
}

.product-cart-desc__left, .product-cart-desc__right {
    width: 50%;
}

.product-cart-desc__left span, .product-cart-desc__right span {
    display: block;
    text-align: justify;
    line-height: 1.5;
}

.product-cart-desc__left span {
    padding-right: 60px;
}

.product-cart-desc__right span {
    padding-left: 60px;
}

.product-cart-desc__title {
    text-align: center;
    margin-bottom: 55px;
}

.product-cart-desc__title span {
    font-size: 24px;
}

.other-product-catalog__item {
    position: relative;
    outline: none;
    transition: box-shadow .35s ease-in-out;
    margin-bottom: 8px;
    margin-right: 8px;
}

.other-product-catalog__item:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .24);
}

.other-product-catalog__item:hover img {
    transform: scale(1.1);
}

.other-product-catalog__content {
    padding: 45px 25px 30px;
    border-top: solid 1px #eaeaea;
    border-right: solid 1px #eaeaea;
    border-bottom: solid 1px #eaeaea;
    border-left: solid 1px #eaeaea;
}

.other-product-catalog__content a {
    text-decoration: none;
    outline: none;
}

.other-product-catalog__photo {
    overflow: hidden;
}

.other-product-catalog__photo img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.2s ease-in-out;
}

.other-product-catalog__title {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #333;
    margin-top: 30px;
    line-height: 1.2;
    height: calc(20px * 2);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.other-product-catalog {
    margin-top: 20px;
}

.other-product-catalog .slick-list {
    padding: 30px 0;
    margin-right: -8px;
}

.btn-reset {
    background: #f62559;
    color: #fff;
    padding: 4px 18px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.btn-reset:hover {
    background-color: #d80036;
}

.catalog-product-filter {
    font-size: 14px;
    position: relative;
    margin: 10px 11px 10px 0;
}

.catalog-product-filter:nth-last-child(2) {
    margin-right: 25px;
}

.catalog-product-filter:before {
    content: "|";
    position: absolute;
    right: -7px;
}

.catalog-product-filters {
    margin-bottom: 20px;
    max-width: 75%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header__logo img {
    max-width: 320px;
}

.footer__logo img {
    max-width: 300px;
    width: 100%;
    margin-left: -13px;
}

.paging {
    margin-top: 25px;
}

.paging__list {
    display: flex;
    justify-content: flex-end;
    list-style-type: none;
    padding: 0;
    margin: 0 10px 0 0;
}

.paging__item {
    margin-left: 22px;
}

.paging__item.active span {
    font-weight: 600;
    border-radius: 2px;
    font-size: 15px;
    color: #f62559;
}

.paging__item.active {
    position: relative;
}

.paging__item.active:before {
    content: "";
    position: absolute;
    bottom: -3px;
    height: 2px;
    width: 15px;
    left: -4px;
    background: #f62559
}

.paging__item a {
    text-decoration: none;
    color: #393939;
    font-size: 15px;
    transition: color 0.2s ease-in-out;
}

.paging__item:hover a {
    color: #f62559;
}

.catalog-filters__down svg {
    width: 16px;
    height: 16px;
    margin-top: 3px;
    fill: #282828;
    cursor: pointer;
    transition: fill 0.2s ease-in-out, transform 0.35s ease-in-out;
}

.catalog-filters__down svg:hover {
    fill: #f62559;
}

.catalog-filters__filter.active .catalog-filters__down svg {
    transform: rotate(-180deg);
}

.catalog-filters__filter-list-block {
    display: none;
}

.catalog-filters__filter-list-block.active {
    display: block;
}

.catalog-filters__status {
    margin-top: 15px;
    position: relative;
}

.catalog-filters__status:before {
    content: "";
    position: absolute;
    top: -7px;
    background: #d2d2d2;
    width: 100%;
    height: 1px;
}

select.catalog-sort__select {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    height: 30px;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    padding-right: 35px;
    color: #282828;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}

.sorter svg {
    position: absolute;
    width: 13px;
    height: 13px;
    right: 15px;
    top: 9px;
    fill: #000;
}

li.catalog-filters__catalog-item.active a {
    color: #f62559;
}

.page-catalog__desc-top p {
    margin: 0;
}

.page-catalog__desc-top {
    margin-bottom: 25px;
}

.catalog-products__info-top {
    position: relative;
    min-height: 46px;
}

.page-catalog__desc-bottom, .seo-block {
    background: #f9f9f9;
    padding: 55px 0;
    margin-top: 45px;
    margin-bottom: -45px;
}

.faq-main {
    margin: 140px 0;
}

.catalog-title-bottom h2 {
    font-size: 24px;
    color: #333;
    margin: 0;
    font-weight: 500;
    text-align: center;
}

.catalog-title-bottom {
    margin-bottom: 30px;
}

.sitemap__title h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

ul.sitemap__list {
    padding: 0 0 0 10px;
    margin: 10px 0 0 0;
    list-style-type: none;
}

ul.sitemap__list li {
    margin-bottom: 4px;
}

ul.sitemap__list li a {
    color: #282828;
    text-decoration: none;
    font-size: 15px;
}

ul.sitemap__list li a:hover {
    text-decoration: underline;
}

.sitemap__content {
    margin-bottom: 44px;
}

.article-section {
    margin-top: 35px;
}

.article-section__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.article-item {
    width: 48%;
    margin-bottom: 45px;
}

.article-item__content {
    box-shadow: 0 0 22px 4px rgba(31, 28, 22, 0.2);
    transition: box-shadow 0.35s ease-in-out;
}

.article-item a {
    display: flex;
    height: 240px;
    text-decoration: none;
    color: #282828;
}

.r-prod {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.r-prod__stars {
    display: flex;
    align-items: center;
}
.r-prod__stars span {
    font-size: 12px;
    line-height: 1;
    margin-top: 5px;
}
.r-prod__stars span.votes {
    font-size: 10px;
    padding-left: 4px;
    color: #282828;
}
.r-prod__review {
    font-size: 12px;
    color: #282828;
}
.r-prod__review:hover {
    color: #f62559;
}
.article-item__photo {
    width: 240px;
    overflow: hidden;
}

.article-item__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease-in-out;
}

.article-item__info {
    width: calc(100% - 260px);
    padding-left: 30px;
    padding-top: 20px;
    padding-right: 15px;
}

.article-item__name {
    margin-bottom: 20px;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 1.2;
    height: calc(20px * 2);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.article-item__body span {
    line-height: 1.4;
    height: calc(46px * 2);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.article-item-in__desc, .article-item-in__desc p {
    line-height: 1.5;
}

.article-item__date {
    margin-top: 30px;
    font-size: 13px;
    color: #c5c5c5;
}

.article-item__content:hover .article-item__photo img {
    transform: scale(1.1);
}

.article-item__content:hover {
    box-shadow: 0 0 22px 4px rgba(31, 28, 22, 0.6);
}

.article-item-section {
    margin-top: 45px;
    width: 1020px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.article-item-section.article-item-section__center {
    justify-content: center;
}

.article-item-section__content {
    width: 68%;
}

.article-item-section__product {
    width: 30%;
    margin-top: 35px;
}

.product-article__photo img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.product-article__item {
    margin-bottom: 10px;
    padding: 20px 10px 30px;
    transition: box-shadow 0.35s ease-in-out;
}

.product-article__item:hover {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .24);
}

.article-item-in {
    margin-top: -15px;
}

.article-item-in__photo-main img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.product-article__title {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #333;
    margin-top: 30px;
    line-height: 1.2;
    height: calc(20px * 2);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.contact-section__phone, .contact-section__mail {
    margin-top: 7px;
}

.contact-section__phone a, .contact-section__mail a {
    color: #282828;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease-in-out;
}

.contact-section__phone a:hover, .contact-section__mail a:hover {
    color: #f62559;
}

.title-center {
    text-align: center;
}

.contact-section__contact {
    width: 1020px;
    margin: 80px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.contact-section__write {
    margin-top: 32px;
}

.contact-section__contact-left, .contact-section__contact-right {
    width: 50%;
}

.contact-section__contact-right img {
    width: 640px;
    margin-left: 60px;
}

form.feed-contact {
    width: 90%;
    margin-top: 60px;
}

button.btn-submit {
    background: #f62559;
    border: unset;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 44px 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    outline: none;
    transition: background-color 0.2s ease-in-out;
}

button.btn-submit:hover {
    background: #d80036;
}

.modal-feedback-content__block {
    width: 90%;
    margin: 50px auto 50px;
}

.modal-thank {
    width: 480px;
    margin-left: -230px;
    min-height: 260px;
}

.modal-thank-content__block {
    width: 70%;
    margin: 35px auto 0;
    text-align: center;
    line-height: 1.4;
}

.modal-thank-content__close {
    text-align: center;
    margin-top: 25px;
}

button.modal-close {
    background: #f62559;
    border: unset;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 44px 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    outline: none;
    transition: background-color 0.2s ease-in-out;
}

button.modal-close:hover {
    background: #d80036;
}

.reviews-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 992px;
    margin: auto;
}

.reviews-form__left, .reviews-form__right {
    width: 48%;
    position: relative;
}

.btn-submit-reviews {
    background: #f62559;
    border: unset;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 0 13px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    outline: none;
    transition: background-color 0.2s ease-in-out;
}

.btn-submit-reviews:hover {
    background: #d80036;
}

.reviews-photo {
    margin-top: -14px;
    font-size: 15px;
    margin-bottom: 30px;
}

.up-photo {
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}

.up-photo:hover {
    color: #f62559;
}

.photo_block_pr {
    position: absolute;
    top: calc(100% + 35px);
    z-index: 9;
    box-shadow: 0 0 6px #9c9c9c;
}

.photo_block_pr img {
    max-height: 300px;
    display: block;
}

.reviews-form__rating span {
    cursor: pointer;
}

.rating-area {
    overflow: hidden;
}

.rating-area:not(:checked) > input {
    display: none;
}

.rating-area:not(:checked) > label {
    float: right;
    width: 22px;
    padding: 0;
    cursor: pointer;
    font-size: 22px;
    line-height: 22px;
    color: lightgrey;
    text-shadow: 1px 1px #bbb;
}

.rating-area:not(:checked) > label:before {
    content: '★';
}

.rating-area > input:checked ~ label {
    color: gold;
    text-shadow: 1px 1px gold;
}

.rating-area:not(:checked) > label:hover, .rating-area:not(:checked) > label:hover ~ label {
    color: gold;
}

.rating-area > input:checked + label:hover, .rating-area > input:checked + label:hover ~ label, .rating-area > input:checked ~ label:hover, .rating-area > input:checked ~ label:hover ~ label, .rating-area > label:hover ~ input:checked ~ label {
    color: gold;
}

.rate-area > label:active {
    position: relative;
}

.reviews-section__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 992px;
    margin: 130px auto 0;
}

.reviews-section__item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.reviews-section__photo {
    width: 100px;
    height: 100px;
    margin-top: 10px;
}

.reviews-section__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews-section__name {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.reviews-section__rating {
    margin-bottom: 8px;
}

.reviews-section__desc span {
    font-size: 15px;
    line-height: 1.4;
}

.reviews-section__date {
    font-size: 13px;
    margin-bottom: 10px;
    color: #7b7b7b;
}

.reviews-section__item-left {
    width: 22%;
}

.reviews-section__item-right {
    width: 78%;
}

.about-section__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about-section__content-top, .about-section__content-bottom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.about-section__left-text {
    width: 40%;
    margin-top: -120px;
}

.about-section__right-photo {
    width: 55%;
}

.about-section__right-photo img {
    width: 100%;
}

.about-section__left-text span {
    line-height: 1.6;
}

.about-section__left-video {
    width: 55%;
    position: relative;
    cursor: pointer;
}

.about-section__left-video:hover .play-block {
    border-color: #f62559;
}

.about-section__left-video:hover .play-block svg {
    fill: #f62559;
}

.about-section__left-video a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.about-section__left-video img {
    width: 100%;
    display: block;
}

.about-section__right-text {
    width: 40%;
    margin-top: 80px;
    transform: rotate(5deg);
}

.about-section__content-bottom {
    margin-top: -95px;
}

.about-section__right-text span {
    font-family: 'Bad Script', sans-serif;
    font-size: 28px;
    line-height: 1.6;
}

.play-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 12px solid rgba(148, 148, 148, 0.7);
    border-radius: 50%;
    width: 180px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: border-color 0.2s ease-in-out;
}

.play-block svg {
    fill: rgba(148, 148, 148, 0.7);
    width: 95px;
    height: 95px;
    margin-left: 18px;
    transition: fill 0.2s ease-in-out;
}

.modal-thank-content {
    padding-bottom: 35px;
}

.about-section__slider {
    margin: 65px 0;
}

.about-section__text {
    margin: 55px 0;
}

.about-section__text p {
    line-height: 1.5;
}

.about-section__slider:hover .slider-about__left, .about-section__slider:hover .slider-about__right {
    opacity: 1;
}

.slider-about__left {
    position: absolute;
    left: 0;
    top: calc(55% - 55px);
    background: rgba(255, 255, 255, 0.7);
    height: 55px;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.35s ease-in-out;
}

.slider-about__right {
    position: absolute;
    right: 0;
    top: calc(55% - 55px);
    background: rgba(255, 255, 255, 0.7);
    height: 55px;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.35s ease-in-out;
}

.slider-about__left:hover svg, .slider-about__right:hover svg {
    fill: #f62559;
}

.slider-about__right svg, .slider-about__left svg {
    width: 32px;
    height: 32px;
    transition: fill 0.2s ease-in-out;
}

.about-slogan {
    text-align: center;
    width: 768px;
    margin: 125px auto 135px;
}

.about-slogan span {
    font-family: 'Bad Script', sans-serif;
    font-size: 32px;
    line-height: 1.8;
}

.drop-catalog-content__menu {
    width: 30%;
}

.drop-menu-main {
    padding: 0;
    list-style-type: none;
}

.drop-menu-main > li {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
}

.drop-menu-main > li a {
    font-weight: 600;
    display: block;
    padding: 0;
    margin-bottom: 10px;
    transition: color 0.2s ease-in-out;
}

.drop-menu-main > li a:hover {
    color: #f62559;
}

.drop-menu-main > li span.active {
    color: #f62559;
    display: block;
    font-weight: 600;
    padding: 0;
    margin-bottom: 10px;
}

.drop-menu-main__child {
    list-style-type: none;
    padding: 0 0 0 4px;
}

.drop-menu-main__child li {
    text-transform: lowercase;
}

.drop-menu-main__child li a {
    font-weight: 400;
    margin-bottom: 6px;
    transition: color 0.2s ease-in-out;
}

.drop-menu-main__child li a:hover {
    color: #f62559;
}

.active-catalog {
    width: 20%;
}

.drop-catalog-content__param {
    width: 25%;
}

.drop-catalog-content__status {
    width: 25%;
}

.drop-catalog-param, .drop-catalog-status {
    list-style-type: none;
    padding-left: 55px;
}

.drop-catalog-param li {
    margin-bottom: 16px;
}

.drop-catalog-param li a {
    font-weight: 500;
    transition: color 0.2s ease-in-out;
}

.drop-catalog-param li a:hover {
    color: #f62559;
}

.drop-catalog-status li {
    margin-bottom: 28px;
}

.drop-catalog-status li a {
    font-weight: 500;
    transition: color 0.2s ease-in-out;
    text-transform: uppercase;
    color: #f62559;
}

.drop-catalog-status li a:hover {
    color: #282828;
}

.drop-catalog-status li span.active {
    color: #282828;
    font-weight: 500;
    text-transform: uppercase;
}

.active-catalog__content {
    padding: 25px 25px 10px;
    border-top: solid 1px #eaeaea;
    border-right: solid 1px #eaeaea;
    border-bottom: solid 1px #eaeaea;
    border-left: solid 1px #eaeaea;
}

.active-catalog__photo {
    overflow: hidden;
}

.active-catalog__photo img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.2s ease-in-out;
}

.active-catalog__title {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #333;
    margin-top: 30px;
    line-height: 1.2;
    height: calc(20px * 2);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.active-catalog__content:hover {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .24);
}

.active-catalog__content:hover img {
    transform: scale(1.1);
}

.brand-block {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    overflow: hidden;
}

.brand-block__item {
    padding-right: 15px;
}

.slider-main:hover .slider-main__left, .slider-main:hover .slider-main__right {
    opacity: 1;
}

.slider-main__left {
    position: absolute;
    left: 0;
    top: calc(55% - 55px);
    background: rgba(255, 255, 255, 0.7);
    height: 55px;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.35s ease-in-out;
}

.slider-main__right {
    position: absolute;
    right: 0;
    top: calc(55% - 55px);
    background: rgba(255, 255, 255, 0.7);
    height: 55px;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.35s ease-in-out;
}

.slider-main__left svg, .slider-main__right svg {
    width: 32px;
    height: 32px;
    transition: fill 0.2s ease-in-out;
}

.btn-price-opt {
    background: unset;
    border: unset;
    font-size: 15px;
    padding: 0;
    color: #f62559;
    font-weight: 600;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

.btn-price-opt:hover {
    text-decoration: none;
}

.pay__desc {
    display: flex;
    justify-content: flex-start;
    margin: 100px 0;
}

a.pay__item {
    margin: -1px 0 0 -1px;
    border: 1px solid #f4f3f5;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 320px;
    width: 25%;
    padding: 20px 35px;
    text-decoration: none;
    color: #393939;
    transition: box-shadow 0.35s ease-in-out;
}

a.pay__item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

.pay__item-photo {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pay__item-photo img {
    max-height: 60px;
}

.pay__item-title span {
    font-size: 20px;
}

.pay__item-title {
    margin: 20px 0;
}

.pay__item-desc {
    text-align: center;
    color: #999;
    font-size: 13px;
    line-height: 1.6;
}

.pay__text-item {
    display: flex;
    flex-wrap: wrap;
    padding-top: 180px;
    position: relative;
}

.pay__text-item:before {
    content: "";
    position: absolute;
    bottom: -75px;
    border-bottom: 1px solid #f4f3f5;
    width: 100%;
}

.pay__text-item:last-child:before {
    display: none;
}

.pay__text-item-title {
    width: 100%;
    margin-bottom: 12px;
}

.pay__text-item-title span {
    font-size: 22px;
    font-weight: 500;
}

.pay__text-item-left, .pay__text-item-right {
    width: calc(50% - 50px);
}

.pay__text-item-left {
    margin-right: 50px;
}

.pay__text-item-right {
    margin-left: 50px;
}

.brand__slider {
    margin: auto;
    opacity: 0;
    transition: opacity 0.45s ease-in-out;
}

.brand__slider.slick-initialized {
    opacity: 1;
}

.brand-main {
    margin: 60px 0 100px;
}

.brand__item {
    display: flex !important;
    align-items: center;
    height: 45px;
    outline: none;
    justify-content: center;
}

.brand__item a {
    outline: none;
}

.brand:hover .slider-brand__left, .brand:hover .slider-brand__right {
    opacity: 1;
}

.slider-brand__left {
    position: absolute;
    left: -2%;
    top: 12px;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.slider-brand__right {
    position: absolute;
    right: -2%;
    top: 12px;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.slider-brand__left svg, .slider-brand__right svg {
    width: 22px;
    height: 22px;
    cursor: pointer;
    fill: #393939;
    transition: fill 0.2s ease-in-out;
}

.slider-brand__left svg:hover, .slider-brand__right svg:hover {
    fill: #f62559;
}

span.price-new.base-price_new {
    text-decoration: line-through;
    color: #c7c4c4;
    font-size: 12px;
}

.banners__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.banners__item.banners-w50 {
    width: calc(50% - 20px);
    margin-bottom: 40px;
    height: 450px;
}

.banners__item {
    width: calc(33.3% - 20px);
    height: 320px;
    overflow: hidden;
}

.banners__item a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.banners__item a:before {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, rgb(0 0 0) 20%, rgb(255 255 255 / 0%) 50%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.banners__item a:after {
    content: "";
    position: absolute;
    border: 1px solid rgb(255 255 255 / 0.5);
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
}

.banners__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease-in-out;
}

.banners-main {
    margin: 70px 0 135px;
}

.banners-w50 .banners__title {
    position: absolute;
    color: #fff;
    bottom: 10%;
    left: 55px;
    right: 40px;
    font-size: 68px;
    font-weight: 500;
    font-family: 'Bad Script', sans-serif;
}

.banners__title {
    position: absolute;
    color: #fff;
    bottom: 11%;
    left: 45px;
    right: 40px;
    font-size: 36px;
    font-weight: 500;
    z-index: 2;
    font-family: 'Bad Script', sans-serif;
}

.banners__item a:hover img {
    transform: scale(1.15);
}

.comments-main__item {
    margin-right: 20px;
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}

.comments-main__item.slick-active {
    opacity: 1;
}

.comments-main__photo {
    width: 100px;
    height: 68px;
    margin-top: 10px;
}

.comments-main__slider {
    margin: 0 -10px;
}

.comments-main__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comments-main__item {
    margin: 0 10px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    padding: 25px 22px;
    outline: none;
}

.comments-main__top {
    display: flex;
    align-items: center;
    position: relative;
}

.comments-main__rate {
    position: absolute;
    right: 0;
    top: 14px;
}

.comments-main__rate .rating-result span {
    font-size: 18px;
}

.comments-main__logo {
    width: 68px;
    height: 68px;
    box-shadow: 1px 1px 0 #fff;
    background: #f5f5f5;
    border-radius: 50%;
    color: #bbb;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    font-weight: 500;
    position: relative;
}

.comments-main__top-info {
    margin-left: 20px;
}

.comments-main__name {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 5px;
}

.comments-main__date {
    font-size: 12px;
    color: #adadad;
}

.comments-main__desc {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 10px;
    height: calc(42px * 2);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.comments-main__slider .slick-list {
    padding: 30px 120px 30px 0;
    margin-right: -120px;
}

.cooperation-icon {
    margin: 85px 0;
}

.cooperation-icon__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cooperation-icon__item {
    width: calc(50% - 30px);
    display: flex;
    margin-bottom: 50px;
}

.cooperation-icon__photo {
    width: 140px;
    height: 140px;
    margin-right: 40px;
}

.cooperation-icon__photo img {
    width: 100%;
    height: 100%;
}

.cooperation-icon__desc {
    width: calc(100% - 180px);
}

.cooperation-icon__title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}

.cooperation-icon {
    margin: 100px 0;
}

.cooperation-icon__main-title {
    text-align: center;
    margin-bottom: 80px;
    font-size: 24px;
    font-weight: 500;
}

.cooperation-icon__main-title c {
    color: #f62559;
    font-size: 30px;
}

.cooperation-icon__title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}

.cooperation-icon__text {
    font-size: 15px;
    line-height: 1.4;
}

.marquee {
    font-size: 0;
    font-family: sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: default;
    user-select: none;
    margin-bottom: 20px;
}

.marquee__inner {
    font-size: 2rem;
    white-space: nowrap;
    position: relative;
    display: inline-block;
}

.marquee__inner:hover {
    z-index: 2;
}

.marquee__item {
    margin-right: 130px;
    text-decoration: none;
    color: #393939;
    position: relative;
    transition: opacity 0.35s ease-in-out;
    text-transform: capitalize;
    font-size: 38px;
    font-weight: 400;
    font-family: 'Bad Script', sans-serif;
}

.marquee__item:hover .marquee__title {
    opacity: 0.5;
}

.marquee__item:hover .marquee__photo {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.marquee__photo {
    top: 30px;
    left: 60%;
    height: 140px;
    opacity: 0;
    background: #ffffff;
    visibility: hidden;
    position: absolute;
    transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out;
}

.marquee__photo img {
    width: 100px;
    height: 140px;
    object-fit: cover;
}

.brand-active__overflow {
    overflow: hidden;
    padding: 20px 0 85px;
}

.brand-active {
    margin: 100px 0 0;
}

.brand-main__title {
    font-size: 28px;
    text-align: center;
    margin: 20px 0 55px;
    position: relative;
    text-decoration: none;
}

.brand-main__title span {
    position: relative;
}

.brand-main__title span:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background: #f62559;
    top: 40px;
    left: 3px;
}

.faq-seo {
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.faq-seo__left, .faq-seo__right {
    width: 45%;
}

.comments-main__button {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.comments-main__button a {
    background: #f62559;
    border: unset;
    color: #fff;
    padding: 5px 15px 5px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    outline: none;
    cursor: pointer;
    letter-spacing: 0.4px;
    transition: background-color 0.2s ease-in-out;
    text-decoration: none;
}

.comments-main__button a:hover {
    background: #d80036;
}

.main-article__title, .main-article__title a {
    font-size: 28px;
    color: #333;
    margin: 20px 0 10px;
    position: relative;
    text-decoration: none;
}

.main-article__title:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background: #f62559;
    top: 40px;
    left: 3px;
    transition: width 0.2s ease-in-out;
}

.main-article__title:hover:before {
    width: 100px;
}

.main-article__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px 0 0;
}

.main-article__button {
    text-align: right;
    margin-top: 10px;
}

.main-article__button a {
    background: #f62559;
    border: unset;
    color: #fff;
    padding: 5px 15px 5px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    outline: none;
    cursor: pointer;
    letter-spacing: 0.4px;
    transition: background-color 0.2s ease-in-out;
    text-decoration: none;
}

.main-article__button a:hover {
    background: #d80036;
}

.banner-cooping {
    background: #f9f9f9;
    padding: 90px 0;
    margin: 100px 0;
}

.banner-cooping__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 992px;
    margin: auto;
}

.banner-cooping__info {
    width: 65%;
}

.faq-seo__answer {
    display: none;
    margin-top: 20px;
}

.faq-seo__quest span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.faq-seo__item {
    margin-top: 30px;
    position: relative;
    cursor: pointer;
    width: calc(50% - 40px);
}

.faq-seo__quest {
    border-bottom: 1px solid #a0a0a0;
    margin-bottom: 8px;
    padding-bottom: 8px;
    padding-right: 55px;
    position: relative;
}

.faq-seo__icon {
    position: absolute;
    right: 10px;
    width: 30px;
    top: 30%;
}

.faq-seo__icon:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #585858;
}

.faq-seo__icon:after {
    content: "";
    position: absolute;
    height: 20px;
    width: 2px;
    background: #585858;
    right: 19px;
    top: -9px;
    transition: transform 0.35s ease-in-out;
}

.faq-seo__icon.active:after {
    transform: rotate(-90deg);
}

.banner-cooping__button {
    width: 35%;
    text-align: right;
}

.banner-cooping__title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.banner-cooping__desc {
    font-size: 16px;
    line-height: 1.4;
}

.btn-cooping {
    background: #f62559;
    border: unset;
    color: #fff;
    padding: 13px 24px 13px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    outline: none;
    cursor: pointer;
    letter-spacing: 0.4px;
    transition: background-color 0.2s ease-in-out;
}

.btn-cooping:hover {
    background: #d80036;
}

.comments-cooping {
    margin: 95px 0;
    overflow-x: hidden;
}

.comments-main__photo a {
    outline: none;
}

.form-cooping__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 1020px;
    margin: auto;
}

.form-cooping__titles {
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 75px;
}

.form-cooping__left {
    width: 50%;
}

.form-cooping__right {
    width: 50%;
}

#product-review {
    top: -100px;
    position: relative;
}

.form-cooping__right img {
    width: 640px;
    margin-left: 60px;
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99;
    padding: 0;
    box-shadow: 0 4px 12px #d8d8d8;
}

.product-cart__photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 9px;
}

.product-cart__photos img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.show-large {
    width: 120px;
    height: 120px;
    cursor: pointer;
    overflow: hidden;
    transition: box-shadow 0.2s ease-in-out;
}

.show-large img {
    transition: transform 0.2s ease-in-out;
}

.show-large:hover {
    box-shadow: 0 0 2px #929292;
}

.show-large:hover img {
    transform: scale(1.05);
}

.slider-small-photo {
    width: 90%;
    margin-top: -3px;
}

.slider-small-photo__item {
    outline: none;
}

.slider-small-photo .slick-list {
    padding: 3px 0;
}

.slider-small__right {
    position: absolute;
    right: -21px;
    top: 2px;
    bottom: 2px;
    width: 18px;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.slider-small__left {
    position: absolute;
    left: -21px;
    top: 2px;
    bottom: 2px;
    width: 18px;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.slider-small__right:hover, .slider-small__left:hover {
    background: #dcdcdc;
}

.slider-small__right svg, .slider-small__left svg {
    width: 16px;
    height: 16px;
}

.product-item-fav {
    width: 100%;
    position: relative;
    outline: none;
    transition: box-shadow .35s ease-in-out;
}

.product-item-fav:hover {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .24);
}

.product-item-fav a {
    text-decoration: none;
}

.product-item-fly__w-25 {
    width: calc(25% - 8px);
    margin-bottom: 8px;
    margin-right: 8px;
}

.product-item-fly__w-25:nth-child(3n) {
    width: calc(25% - 8px);
    margin-bottom: 8px;
    margin-right: 8px;
}

.product-item-fly__w-25:nth-child(4n) {
    width: 25%;
    margin-right: unset;
}

.modal-fav {
    width: 480px;
    margin-left: -240px;
    min-height: 260px;
}

.modal-fav-content {
    width: 80%;
    margin: 80px auto 0;
}

.modal-fav-content__block {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-fav-content__block a {
    background: #f62559;
    border: unset;
    color: #fff;
    padding: 13px 24px 13px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    outline: none;
    cursor: pointer;
    letter-spacing: 0.4px;
    text-decoration: none;
    margin-top: 40px;
    transition: background-color 0.2s ease-in-out;
}

.btn-cooping:hover {
    background: #d80036;
}

span.fav-help__del {
    position: absolute;
    right: 44px;
    top: 15px;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.fav-help:hover .fav-help__del {
    opacity: 1;
    visibility: visible;
}

.slider-other__left {
    position: absolute;
    top: -38px;
    right: 24px;
    border-radius: 4px;
    cursor: pointer;
}

.slider-other__right {
    position: absolute;
    top: -38px;
    right: 0;
    border-radius: 4px;
    cursor: pointer;
}

.slider-other__left svg, .slider-other__right svg {
    fill: #393939;
    width: 7px;
    transition: fill 0.2s ease-in-out;
}

.slider-other__left:hover svg, .slider-other__right:hover svg {
    fill: #f62559;
}

.catalog-all-title {
    margin: 38px 0 20px;
}

.catalog-all-title h1 {
    font-size: 26px;
    color: #333;
    margin: 0;
    font-weight: 500;
}

.page-catalog-all {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
}

.page-catalog-all__item {
    width: calc(50% - 50px);
    margin-bottom: 110px;
    position: relative;
}

.page-catalog-all__title {
    position: absolute;
    right: 0;
    background: #fbfbfb;
    width: 430px;
    height: 80px;
    bottom: -40px;
    box-shadow: 0 0 22px 4px rgba(31, 28, 22, .2);
    display: flex;
    align-items: center;
}

.page-catalog-all__title span {
    padding-left: 40px;
    font-size: 20px;
    color: #282828;
    font-weight: 500;
}

.page-catalog-all__photo {
    width: 620px;
    height: 300px;
    overflow: hidden;
    transition: box-shadow 0.35s ease-in-out;
}

.page-catalog-all__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease-in-out;
}

.page-catalog-all__item:hover .page-catalog-all__photo {
    box-shadow: 0 0 42px 4px rgba(31, 28, 22, .4)
}

.page-catalog-all__item:hover .page-catalog-all__photo img {
    transform: scale(1.1);
}

.product-opt__a-list {
    margin: 28px 0;
}

.product-opt__a-item {
    width: 100%;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.product-opt__icon svg {
    width: 22px;
    fill: #792c9b;
    height: 22px;
}

.product-opt__name {
    width: calc(100% - 70px);
    margin-left: 12px;
    font-weight: 500;
    font-size: 14px;
    color: #792c9b;
}

.product-opt__name span {
    border-bottom: 1px solid #e2d7e8;
}

.product-opt__btn span {
    font-size: 13px;
    color: #5a5a5a;
    display: block;
}

.product-opt__desc-main p {
    font-size: 15px;
}

.btn-in-opt {
    background-color: #792c9b;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border: unset;
    padding: 12px 0;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    outline: none;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.btn-in-opt:hover {
    background: #551a6f;
}

.product-opt__desc {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 35px;
    left: -40px;
    background: #ffffff;
    z-index: 9;
    border: 2px solid #792c9b;
    padding: 36px 28px 22px;
    font-size: 13px;
    line-height: 1.6;
    color: #333;
    transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out;
}

.product-opt__desc:before {
    content: '';
    border-left: 2px solid #792c9b;
    border-top: 2px solid #792c9b;
    background: #fff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 85px;
    top: -6px;
    width: 6px;
    height: 6px;
}

.product-opt__desc.active {
    opacity: 1;
    visibility: visible;
}

.close-product-opt svg {
    width: 14px;
    height: 14px;
    fill: #737373;
}

.close-product-opt {
    position: absolute;
    right: 10px;
    top: 10px;
}

.btn-submit.btn-phiolet {
    background: #792c9b;
}

.btn-submit.btn-phiolet:hover {
    background: #551a6f;
}

.form__delivery {
    font-size: 14px;
    display: block;
}

.form__delivery span {
    margin-right: 12px;
    font-weight: 500;
}

.input-radio:checked, .input-radio:not(:checked) {
    position: absolute;
    left: -9999px;
}

.input-radio:checked + label, .input-radio:not(:checked) + label {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
}

.input-radio:checked + label:before, .input-radio:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #ddd;
    background: #fff;
}

.input-radio:checked + label:after, .input-radio:not(:checked) + label:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #393939;
    position: absolute;
    top: 5px;
    left: 5px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.input-radio:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.input-radio:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.form__delivery-address__list {
    display: flex;
    justify-content: space-between;
}

.form__delivery-address__w-50 {
    width: 48%;
}

.form__delivery-address__w-25 {
    width: 24%;
}

.form__delivery__item {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.form__delivery__item.active {
    display: block;
    opacity: 1;
    visibility: visible;
}

.form__delivery__list {
    margin: 20px 0;
}

.payment-title, .delivery-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.form__payment span {
    margin-right: 16px;
}

.delivery-order, .payment-order {
    margin-top: 75px;
    position: relative;
}

.delivery-order:before, .payment-order:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    height: 1px;
    background: #e0e0e0;
}

.payment-order {
    margin-bottom: 40px;
}

label.form-label-checked {
    margin-bottom: 16px;
    display: block;
}

.cart-checkout__table .cart__list {
    max-height: 950px;
}

.checkbox-input:checked, .checkbox-input:not(:checked) {
    position: absolute;
    left: -9999px;
}

.checkbox-input:checked + label, .checkbox-input:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.checkbox-input:checked + label:before, .checkbox-input:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: #fff;
}

.checkbox-input:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: #393939;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #393939, 4px 0 0 #393939, 4px -2px 0 #393939, 4px -4px 0 #393939, 4px -6px 0 #393939, 4px -8px 0 #393939;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-group {
    margin-bottom: 15px;
    font-size: 12px;
}

.page-thankyou {
    margin-top: 100px;
}

.page-thankyou__btn {
    text-align: center;
    margin-top: 55px;
}

.page-thankyou__btn a {
    background: #f62559;
    color: #fff;
    text-decoration: none;
    padding: 10px 47px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    transition: background-color 0.2s ease-in-out;
}

.page-thankyou__btn a:hover {
    background-color: #d80036;
}

.xs-menu, .menu-sm, .comments-main__rate-sm {
    display: none;
}

.about-slider__item img {
    height: 560px;
    width: 100%;
    object-fit: cover;
}

.catalog__logo-sm {
    height: 50px;
    width: 100%;
    text-align: center;
}

.catalog__logo-sm img {
    width: 155px;
}

.partners-sm {
    position: fixed;
    top: 40%;
    right: -155px;
    background: #792c9b;
    color: #fff;
    padding: 5px 0;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    width: 340px;
    text-align: center;
    transform: rotate(-90deg);
    display: none;
}

.modal-buy-thank {
    width: 350px;
    margin-left: -175px;
}

.modal-buy-thank-content__block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-buy-thank-content {
    padding: 50px 0;
}

.modal-buy-thank-content__block svg {
    fill: #393939;
    width: 80px;
    height: 80px;
}

.modal-buy-thank-content__block span {
    font-size: 20px;
    display: block;
    margin: 20px 0;
}

.btn-to-cart {
    background: #f62559;
    border: unset;
    width: 260px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 12px 0;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
    outline: none;
    transition: background-color 0.2s ease-in-out;
}

.btn-to-cart:hover {
    background-color: #d80036;
}

.cart__item-del-sm {
    display: none;
}

.page-catalog__product.w-100 {
    width: 100%;
}

span.filter-label__count {
    font-size: 15px;
    font-weight: 500;
    color: #ababab;
    padding-left: 10px;
}

.product-list {
    margin-bottom: 160px;
}

.seo-block__read-more, .seo-block__turn {
    color: #000;
    text-transform: lowercase;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.seo-block__read-more:hover, .seo-block__turn:hover {
    text-decoration: none;
}

.seo-block__read-more.hidden, .seo-block__turn.hidden {
    opacity: 0;
    visibility: hidden;
}

.page-catalog__filter-top-sm {
    display: none;
}

.faq-section__desc {
    width: 600px;
    margin: 20px auto 0;
}

.faq-section {
    margin-top: 45px;
}

.faq-section__content {
    width: 900px;
    margin: auto;
}

.faq-section__item {
    position: relative;
    margin-bottom: 20px;
}

.faq-section__quest {
    background: #f9f9f9;
    min-height: 56px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    cursor: pointer;
}

.faq-section__quest span {
    font-size: 18px;
    font-weight: 600;
    padding-right: 40px;
}

.faq-section__icon {
    position: absolute;
    right: 30px;
    width: 30px;
}

.faq-section__icon:before {
    content: "";
    position: absolute;
    width: 28px;
    height: 2px;
    background: #282828;
}

.faq-section__icon:after {
    content: "";
    position: absolute;
    height: 28px;
    width: 2px;
    background: #282828;
    right: 15px;
    top: -13px;
    transition: transform 0.35s ease-in-out;
}

.faq-section__icon.active:after {
    transform: rotate(90deg);
}

.faq-section__answer {
    display: none;
}

.faq-section__answer {
    padding: 20px 30px;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 500;
}

.faq-section__answer p {
    margin: 0;
    display: block;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 500;
}

.cooping {
    margin-top: 35px;
    text-align: center;
    color: #c5c5c5;
    font-size: 12px;
}

.faq-seo__answer a {
    color: #393939;
    font-size: 14px;
    margin-top: 9px;
    display: block;
}

.faq-seo__answer a:hover {
    text-decoration: none;
}

a.seo-brand {
    display: inline;
    padding-right: 8px;
}

.error-section__content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}

.error-section__content span {
    width: 100%;
    text-align: center;
    font-size: 26px;
}

span.error-section__title {
    font-size: 160px;
    font-weight: 600;
    line-height: 1;
}

.error-section__btn {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 120px;
}

a.btn-main {
    background-color: #f62559;
    color: #fff;
    text-decoration: none;
    padding: 8px 24px 8px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    outline: none;
    cursor: pointer;
    letter-spacing: 0.4px;
    margin: 0 20px;
    transition: background-color 0.2s ease-in-out;
}

a.btn-main:hover {
    background-color: #d80036;
}

a.btn-catalog {
    background-color: #792c9b;
    color: #fff;
    text-decoration: none;
    padding: 8px 24px 8px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    outline: none;
    cursor: pointer;
    letter-spacing: 0.4px;
    margin: 0 20px;
    transition: background-color 0.2s ease-in-out;
}

a.btn-catalog:hover {
    background-color: #551a6f;
}

.phone-top__main {
    cursor: pointer;
}

.phone-top__main svg {
    transform: rotate(90deg);
    margin-left: 3px;
    fill: #f62559;
}

.phone-top__drop {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #fff;
    box-shadow: 0 0 9px #bfbfbf;
    padding: 20px;
    width: 200px;
    left: -28px;
    top: 35px;
    z-index: 9;
    transform: translateY(-35px);
    transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out, transform 0.35s ease-in-out;
}

.phone-top__drop.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.phone-top__item {
    display: flex;
}

.phone-top__item:first-child {
    margin-bottom: 20px;
}

.phone-top__left {
    width: 28px;
}

.phone-top__left svg {
    fill: #282828;
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
}

.phone-top__right {
    width: calc(100% - 28px);
}

.phone-top__info {
    font-size: 12px;
    color: #b7b7b7;
    margin-top: 5px;
}

.menu-sm__info {
    border-top: 1px solid #ececec;
    padding-top: 16px;
    display: none;
}

.menu-sm__info a {
    color: #282828;
    text-decoration: none;
}

.overflow-search {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out;
}

.overflow-search.active {
    opacity: 1;
    visibility: visible;
}

.modal-search {
    position: fixed;
    top: 0;
    width: 600px;
    background: #fff;
    bottom: 0;
    z-index: 91;
    right: -600px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out, right 0.35s ease-in-out;
}

.modal-search.active {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.modal-search__close {
    position: absolute;
    right: 15px;
    top: 34px;
    cursor: pointer;
}

.modal-search__close svg {
    width: 20px;
    height: 20px;
}

.modal-search__input {
    margin-top: 25px;
    margin-left: 25px;
    width: 375px;
}

.modal-search__input form {
    position: relative;
}

.modal-search__input form input {
    width: calc(100% - 35px);
    height: 36px;
    border: unset;
    border-bottom: 1px solid #ababab;
    outline: none;
    padding-left: 35px;
}

.modal-search__input form button {
    position: absolute;
    left: 0;
    top: 8px;
    border: unset;
    background: unset;
    outline: none;
    cursor: pointer;
}

.modal-search__input form button svg {
    width: 18px;
    height: 18px;
}

.page-catalog__title {
    margin: 30px 0 -25px;
}

.page-catalog__title h1 {
    font-size: 22px;
    margin: 0;
    font-weight: 500;
    letter-spacing: 1px;
}

.page-catalog__product-search {
    width: 100%;
}

.product-review {
    margin-top: 90px;
}

.product-review__content {
    width: 920px;
    margin: auto;
}

.product-review__title {
    text-align: center;
}

.product-review__title span {
    font-size: 20px;
    color: #282828;
    text-align: center;
    margin: 20px 0 48px;
    position: relative;
}

.product-review__btn {
    margin-top: 20px;
    text-align: center;
}

.product-review__btn a {
    font-size: 16px;
    color: #f62559;
    font-weight: 500;
    cursor: pointer;
}

.product-review__form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 920px;
    margin: auto;
    margin-top: 40px;
}

.modal-reviews-content__left {
    width: 48%;
    position: relative;
}

.modal-reviews-content__right {
    width: 48%;
    position: relative;
}

.product-review__comment {
    margin-top: 70px;
}

.rating-section a {
    color: #f62559;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    position: relative;
}

.rating-section a span {
    padding-right: 6px;
}

.rating-section a:before {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    bottom: -2px;
    background: rgba(246, 37, 89, 0.35);
    height: 1px;
    transition: width 0.3s ease-in-out;
}

.rating-section a:hover:before {
    width: 0;
}

.hidden-class {
    display: none;
}

.valentine__photo img {
    width: 100%;
}

.valentine__catalog {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: -100px 0 100px;
}

.valentine-catalog__item {
    width: 25%;
    height: 280px;
    position: relative;
    overflow: hidden;
}

.valentine-catalog__item a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.valentine-catalog__item:hover img {
    transform: scale(1.1);
}

.valentine-catalog__item:hover .valentine-catalog__title {
    opacity: 1;
    visibility: visible;
}

.valentine-catalog__item:hover a:before {
    opacity: 1;
    visibility: visible;
}

.valentine-catalog__item a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.valentine-catalog__item img {
    width: 100%;
    height: 280px;
    display: block;
    object-fit: cover;
    transition: transform 0.2s ease-in-out;
}

.valentine-catalog__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    opacity: 0;
    z-index: 2;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.valentine-feedback {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 90px;
    margin-bottom: 100px;
}

.valentine-feedback__left {
    width: 45%;
}

.valentine-feedback__right {
    width: 55%;
}

.valentine-feedback__right img {
    width: 100%;
}

.valentine-feedback__title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 16px;
    width: 100%;
    text-align: center;
}

.valentine-feedback__desc {
    font-size: 15px;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.stocks-section__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.stocks-item {
    width: calc(25% - 20px);
    margin-bottom: 45px;
}

.stocks-item__content a {
    text-decoration: none;
}

.stocks-item__photo img {
    width: 100%;
}

.stocks-item__name {
    color: #282828;
    font-weight: 500;
    margin: 8px 0;
}

.main-stock__title, .main-stock__title a {
    font-size: 28px;
    color: #333;
    margin: 20px 0 10px;
    position: relative;
    text-decoration: none;
}

.main-stock__title:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background: #f62559;
    top: 40px;
    left: 3px;
    transition: width 0.2s ease-in-out;
}

.main-stock__list {
    margin-top: 35px;
}

.main-stock .container {
    position: relative;
}

.main-stock__button {
    position: absolute;
    top: 0;
    right: 0;
}

.main-stock__button a {
    color: #f62559;
    font-weight: 500;
    font-size: 15px;
}

.main-stock__button a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 1540px) {
    .container {
        max-width: 1310px;
    }

    .form-cooping__right img {
        width: 100%;
    }

    .contact-section__contact-right img {
        width: calc(100% - 60px);
    }

    .page-catalog-all__photo {
        width: 100%;
    }

    .page-catalog-all__title {
        right: -45px;
    }

    a.show-large {
        width: calc(33.3% - 14px);
    }
}

@media only screen and (max-width: 1410px) {
    .container {
        max-width: 1210px;
    }

    .brand-main {
        margin: 35px 0 60px;
    }

    .product-main-slider .slick-list {
        padding: 20px 15px 30px 15px;
    }

    .product-main__title, .product-main__title a {
        font-size: 26px;
    }

    .product-main__title:before, .comments-main__title:before, .main-article__title:before, .brand-main__title span:before, .other-product__title:before {
        width: 50px;
        height: 2px;
        top: 35px;
    }

    .product-item__photo img {
        height: 210px;
    }
    button.btn-buy {
        padding: 6px 8px 6px;
    }

    .top-product {
        margin-top: 30px;
    }

    .product-item__title {
        margin-top: 18px;
        font-size: 15px;
    }

    .banners__item.banners-w50 {
        height: 360px;
        margin-bottom: 34px;
    }

    .banners-w50 .banners__title {
        font-size: 42px;
    }

    .banners__item {
        height: 265px;
    }

    .banners__title {
        font-size: 28px;
    }

    .banners-main {
        margin: 25px 0 80px;
    }
}

@media only screen and (max-width: 1310px) {
    .container {
        max-width: 1110px;
    }

    .product-main__title, .product-main__title a, .comments-main__title, .comments-main__title a, .brand-main__title, .main-article__title, .main-article__title a {
        font-size: 24px;
    }

    .marquee__item {
        font-size: 28px;
    }

    .article-item__photo {
        width: 195px;
    }

    .about-slogan {
        margin: 50px auto 80px;
    }

    .about-slider__item img {
        height: 440px;
    }

    .pay__desc {
        margin: 50px 0 10px;
    }

    .slider-small-photo__item {
        height: 100px;
    }
}

@media only screen and (max-width: 1210px) {
    .container {
        max-width: 992px;
    }

    .product-item__content {
        padding: 45px 5px 30px;
    }
    .header__phone {
        padding-left: unset;
    }

    .header__phone:before {
        display: none;
    }

    .page-catalog-all__photo {
        height: 235px;
    }

    .page-catalog-all__title {
        height: 60px;
        bottom: -30px;
    }

    hr.line {
        margin: 34px 0 65px;
    }

    .page-catalog-all__title span {
        font-size: 18px;
    }

    .header__emails {
        width: 100%;
        margin-bottom: 8px;
    }

    .header__work {
        display: none;
    }

    .footer__phone {
        width: 100%;
    }

    .footer__emails {
        padding-left: unset;
        margin-top: 6px;
    }

    .footer__emails:before {
        display: none;
    }

    .header__logo img {
        max-width: 270px;
    }

    a.pay__item {
        padding: 0 15px;
    }

    .pay__text-item {
        padding-top: 130px;
    }

    .pay__text-item:before {
        bottom: -55px;
    }

    .form-cooping__right img {
        width: calc(100% - 60px);
    }

    .product-cart__photo {
        width: 36.6%;
    }

    .product-cart__info {
        width: 60%;
    }

    .partners-sm {
        display: block;
    }

    .product-cart__opt {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        background: #fff;
        opacity: 0;
        z-index: 99;
        visibility: hidden;
        display: flex;
        overflow-x: auto;
        align-items: center;
        transition: opacity 0.45s ease-in-out, visibility 0.45s ease-in-out;
    }

    .product-cart__opt.active {
        opacity: 1;
        visibility: visible;
    }

    .product-opt {
        margin-left: unset;
        padding: 100px;
    }

    .product-cart__opt-close {
        opacity: 0;
        position: fixed;
        top: 0;
        right: 10px;
        visibility: hidden;
        width: 50px;
        height: 50px;
        transition: 0.45s ease-in-out;
        z-index: 991;
    }

    .product-cart__opt-close:before {
        content: "";
        position: absolute;
        right: 0;
        top: 22px;
        width: 28px;
        transform: rotate(42deg);
        height: 2px;
        background: #000;
    }

    .product-cart__opt-close:after {
        content: "";
        position: absolute;
        right: 0;
        top: 22px;
        width: 28px;
        transform: rotate(-42deg);
        height: 2px;
        background: #000;
    }

    .product-cart__opt-close.active {
        opacity: 1;
        visibility: visible;
    }
}

@media only screen and (max-width: 1090px) {
    .container {
        max-width: 880px;
    }
    .product-cart__retail {
        margin-top: 30px;
    }
    .product-cart__price {
        margin: 0px 0 8px;
    }
    .product-cart__price-opt {
        margin-bottom: 16px;
    }
    .product-cart__price-right {
        margin-bottom: 18px;
    }
    .valentine-catalog__item {
        width: 50%;
    }

    .stocks-item {
        width: calc(50% - 10px);
    }

    .contact-section__contact {
        width: 100%;
    }

    .form-cooping__content, .banner-cooping__content {
        width: 100%;
    }

    .cooperation-icon__photo {
        width: 80px;
        height: 80px;
    }

    .cooperation-icon__title {
        margin-bottom: 10px;
    }

    .cooperation-icon__item {
        width: calc(50% - 10px);
    }

    .cooperation-icon__photo {
        margin-right: 30px;
    }

    .reviews-form form, .reviews-section__list {
        width: 100%;
    }

    .cooperation-icon__desc {
        width: calc(100% - 125px);
    }

    .brand-active {
        margin: 60px 0 0;
    }

    .brand-main__title {
        margin: 20px 0 30px;
    }

    .article-item {
        width: 100%;
    }

    .article-item__photo {
        width: 340px;
    }

    .drop-catalog-content__status {
        display: none;
    }

    .drop-catalog-content__menu {
        width: 40%;
    }

    .drop-catalog-content__param {
        width: 32%;
    }

    .active-catalog {
        width: 26%;
    }

    .active-catalog__photo img {
        height: 180px;
    }

    .about-slider__item img {
        height: 440px;
    }

    .product-item-fly {
        width: calc(50% - 8px);
    }

    .product-item-fly:nth-child(3n) {
        width: calc(50% - 8px);
        margin-right: 8px;
    }

    .product-item-fly:nth-child(2n) {
        width: 50%;
        margin-right: unset;
    }

    .other-product-slider .product-item-fly:nth-child(2n) {
        margin-right: 8px;
    }

    .about-section__content-bottom {
        margin-top: -20px;
    }

    .about-section__left-text {
        width: 50%;
        margin-top: -45px;
    }

    .about-section__right-photo {
        width: 48%;
    }

    .about-section__right-text span {
        font-size: 24px;
    }

    .about-section__right-text {
        margin-top: 30px;
    }

    .about-section__text {
        margin: 30px 0;
    }

    .pay__desc {
        flex-wrap: wrap;
    }

    a.pay__item {
        width: calc(50% - 31px);
    }

    .pay__text-item-left {
        margin-right: 10px;
    }

    .pay__text-item-right {
        margin-left: 10px;
    }

    .pay__text-item-left, .pay__text-item-right {
        width: calc(50% - 10px);
    }

    .sorter {
        position: relative;
        width: 160px;
    }

    .catalog-product-filter {
        margin: 7px 11px 7px 0;
    }

    .catalog-product-filters {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .catalog-products__info-top {
        margin-bottom: 10px;
    }

    .catalog-products__info-top {
        min-height: 33px;
    }

    .form-checkout, .cart-checkout {
        width: 100%;
    }

    .product-article__photo img {
        height: 250px;
    }
}

@media only screen and (max-width: 980px) {
    .container {
        max-width: 780px;
    }
    li.menu-item {
        padding-left: 12px;
    }

    .valentine__catalog {
        margin: -55px 0 100px;
    }

    .banners__item.banners-w50 {
        height: 275px;
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }

    .product-review__content {
        width: 90%;
    }

    .product-review__form form {
        width: 100%;
    }

    .modal-reviews-content__left, .modal-reviews-content__right {
        width: 100%;
    }

    .banners__item {
        height: 200px;
        width: calc(33.3% - 10px);
    }

    .banner-cooping {
        padding: 50px 0;
        margin: 50px 0;
    }

    .cooperation-icon {
        margin: 50px 0;
    }

    .cooperation-icon__main-title {
        margin-bottom: 38px;
    }

    .banners-w50 .banners__title {
        font-size: 32px;
    }

    .faq-section__content {
        width: 100%;
    }

    .faq-section__quest span {
        font-size: 16px;
    }

    .page-catalog-all__item {
        width: 100%;
        margin-bottom: 65px;
    }

    .page-catalog-all__photo {
        height: 300px;
    }

    .banners__title {
        font-size: 20px;
        left: 33px;
        right: 33px;
    }

    .faq-main {
        margin: 70px 0;
    }

    .marquee__item {
        margin-right: 50px;
    }

    .article-item {
        margin-bottom: 20px;
    }

    footer {
        margin-top: 45px;
    }

    .footer-subscribe__left {
        margin-right: 20px;
    }

    .footer-subscribe__right {
        margin-left: 20px;
    }

    #form-mailer input {
        width: 220px;
    }

    .footer-subscribe__left span {
        font-size: 14px;
    }

    .active-catalog {
        display: none;
    }

    .drop-catalog-content__menu {
        width: 60%;
    }

    .play-block {
        width: 120px;
        height: 120px;
        border: 9px solid rgba(148, 148, 148, 0.7);
    }

    .play-block svg {
        width: 55px;
        height: 55px;
    }

    .about-slider__item img {
        height: 330px;
    }

    .about-section__slider {
        margin: 40px 0;
    }

    .about-slogan span {
        font-size: 28px;
        line-height: 1.6;
    }

    .about-slogan {
        margin: 35px auto 55px;
    }

    .banner-cooping__info {
        width: 60%;
        padding-right: 35px;
    }

    .page-catalog__filter {
        width: 30%;
    }

    .page-catalog__product {
        width: 70%;
    }
}

@media only screen and (max-width: 870px) {
    .container {
        max-width: 89%;
    }

    .header__search {
        display: none;
    }

    .modal-search-open {
        display: flex;
        margin-top: 20px;
    }

    .modal-search-open svg {
        width: 18px;
        height: 18px;
    }

    .modal-search-open span {
        padding-left: 20px;
    }

    .menu-sm__info {
        display: block;
    }

    .header-section {
        height: 90px;
        border-bottom: 1px solid #f5f5f5;
    }

    .top-header {
        display: none;
    }

    .page-catalog-all__title {
        right: unset;
        left: 40px;
    }

    .header__left {
        width: 20%;
    }

    .header__right {
        width: 20%;
    }

    .banner-cooping__content {
        flex-wrap: wrap;
    }

    .banner-cooping__info {
        width: 100%;
        padding-right: unset;
    }

    .banner-cooping__button {
        width: 100%;
        text-align: left;
        margin-top: 25px;
    }

    .header__left-contact, .header__button {
        display: none;
    }

    .header__logo {
        width: 60%;
    }

    .xs-menu {
        display: block;
        cursor: pointer;
    }

    .xs-burger {
        width: 30px;
        position: relative;
        top: -3px;
    }

    .xs-burger span {
        background: #393939;
        width: 30px;
        height: 2px;
        position: absolute;
    }

    .xs-burger span:before {
        content: "";
        position: absolute;
        top: -10px;
        width: 30px;
        height: 2px;
        background: #000;
    }

    .xs-burger span:after {
        content: "";
        position: absolute;
        bottom: -10px;
        width: 30px;
        height: 2px;
        background: #000;
    }

    .footer-section__left {
        width: 100%;
        margin-bottom: 40px;
    }

    .footer-section__right {
        position: absolute;
        right: 6%;
        height: 120px;
    }

    .footer-section__middle {
        width: 100%;
    }

    .footer-section__menu {
        justify-content: flex-start;
    }

    .comments-main__slider .slick-list {
        padding: 30px 0 30px 0;
        margin-right: unset;
    }

    .product-main-slider {
        margin-left: -10px;
        margin-right: -10px;
    }

    .product-main-slider .slick-list {
        padding: 20px 10px 30px 10px;
    }

    .comments-main__slider .slick-list {
        padding: 15px 0 10px 0;
    }

    .catalog-header {
        position: fixed;
        top: 0;
        background: #fff;
        width: 420px;
        bottom: 0;
        z-index: 991;
        box-shadow: 0 0 12px #909090;
        padding-top: 0;
        left: -450px;
        opacity: 0;
        visibility: hidden;
        transition: 0.45s ease-in-out;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .catalog-header.open {
        left: 0;
        opacity: 1;
        visibility: visible;
    }

    ul.catalog_list {
        flex-wrap: wrap;
    }

    li.catalog_item {
        width: 100%;
        margin-bottom: 20px;
        position: relative;
        padding-bottom: 20px;
        border-bottom: 1px solid #ececec;
    }

    .dropdown_links_icon {
        position: absolute;
        right: 0;
        top: 8px;
    }

    .dropdown_links_icon:before {
        content: "";
        position: absolute;
        right: 0;
        width: 20px;
        height: 2px;
        background: #282828;
    }

    .dropdown_links_icon:after {
        content: "";
        position: absolute;
        right: 9px;
        top: -9px;
        width: 2px;
        height: 20px;
        background: #282828;
        transition: transform 0.4s ease-in-out;
    }

    .dropdown_links .drop-catalog-content {
        box-shadow: unset;
        background: unset;
        padding: 0;
        position: relative;
        display: none;
        opacity: 1;
        visibility: visible;
        transition: unset;
    }

    .drop-catalog-content .container {
        max-width: unset;
        width: 100%;
    }

    .drop-catalog-content__menu-main {
        display: none;
    }

    .drop-catalog-content__menu {
        width: 100%;
        margin-bottom: 20px;
        border-bottom: 1px solid #f5f5f5;
    }

    .drop-catalog-content__param {
        width: 100%;
    }

    .active-catalog {
        display: block;
        width: 100%;
    }

    ul.drop-catalog-param {
        padding-left: unset;
    }

    .brand-block {
        display: none;
    }

    .dropdown_links_icon.active:after {
        transform: rotate(90deg);
    }

    .catalog-header:before, li.catalog_item > a:before {
        display: none;
    }

    .top-header-open {
        margin-bottom: 20px;
        height: 50px;
        position: relative;
        border-bottom: 1px solid #dedede;
        display: flex;
        align-items: center;
    }

    .close-sm {
        opacity: 0;
        position: fixed;
        top: 0;
        left: -20px;
        visibility: hidden;
        transition: 0.45s ease-in-out;
        z-index: 991;
    }

    .close-sm:before, .close-sm-filter:before {
        content: "";
        position: absolute;
        right: 0;
        top: 22px;
        width: 28px;
        transform: rotate(42deg);
        height: 2px;
        background: #000;
    }

    .close-sm:after, .close-sm-filter:after {
        content: "";
        position: absolute;
        right: 0;
        top: 22px;
        width: 28px;
        transform: rotate(-42deg);
        height: 2px;
        background: #000;
    }

    .close-sm-filter:after, .close-sm-filter:before {
        background: #ffffff;
    }

    .close-sm.open {
        opacity: 1;
        visibility: visible;
        left: 460px;
    }

    .close-sm-filter {
        position: relative;
        top: -22px;
    }

    .catalog-header__info-sm {
        display: block;
    }

    .catalog-header__social-sm {
        display: block;
        margin-top: 20px;
        padding-top: 15px;
        border-top: 1px solid #ececec;
    }

    .catalog-header__social-sm ul.social-block li {
        margin-left: unset;
        margin-right: 20px;
    }

    .catalog-header__social-sm ul.social-block li svg.icon-social {
        fill: #282828;
    }

    .catalog-header__social-sm ul.social-block li a:hover svg.icon-social {
        fill: #282828;
    }

    .catalog-header__lang-sm {
        display: flex;
        margin-top: 20px;
    }

    .catalog-header__lang-sm li.lang-item.active a {
        color: #ffffff;
    }

    .catalog-header__lang-sm li.lang-item a {
        color: #282828;
        font-weight: 500;
    }

    .menu-sm {
        margin-top: 15px;
        padding-top: 5px;
        display: block;
    }

    ul.menu-list {
        flex-wrap: wrap;
    }

    li.menu-item {
        padding-left: 0;
        width: 100%;
        margin-bottom: 15px;
    }

    li.menu-item a {
        color: #282828;
        font-weight: 500;
        font-size: 16px;
    }

    .about-section__content-bottom {
        margin-top: 15px;
    }

    .about-section__right-text span {
        font-size: 22px;
    }

    .about-section__left-text {
        margin-top: unset;
    }

    .about-slogan {
        width: 80%;
    }

    .active-catalog__content {
        padding: 0;
        border: unset;
    }

    .active-catalog__title {
        margin-top: 10px;
    }

    .active-catalog__content:hover {
        box-shadow: unset;
    }

    li.catalog_item.dropdown_links.active > a {
        color: #f62559;
    }

    li.catalog_item:hover > a {
        color: #282828;
    }

    .product-article__photo img {
        height: 200px;
    }

    .product-article__title {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-subscribe__left {
        display: none;
    }

    .stocks-item {
        width: 100%;
    }

    .product-opt__desc {
        left: 0;
    }

    .modal-search {
        width: 100%;
    }

    .modal-search__input {
        width: 70%;
    }

    .valentine-feedback__left {
        width: 100%;
    }

    .valentine-feedback__right {
        display: none;
    }

    .faq-section__desc {
        width: 100%;
    }

    .contact-section__contact-right {
        display: none;
    }

    body.opt-block-body, body.body-modal {
        padding-right: 0;
    }

    .page-catalog__filter {
        position: fixed;
        top: 0;
        height: calc(100vh - 35px);
        padding-bottom: 35px;
        z-index: 991;
        width: 100%;
        left: -400px;
        opacity: 0;
        visibility: hidden;
        background: #ffffff;
        transition: left 0.45s ease-in-out, opacity 0.45s ease-in-out, visibility 0.45s ease-in-out;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .page-catalog__filter.active {
        left: 0;
        opacity: 1;
        visibility: visible;
    }

    .footer__logo img {
        margin-left: unset;
    }

    .fav-help .fav-help__del, .fav-help:hover .fav-help__del {
        display: none;
    }

    .article-item-section__content {
        width: 100%;
    }

    .article-item-section__product {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .faq-seo__item {
        width: 100%;
    }

    .product-article__item {
        width: 40%;
    }

    .page-catalog__filter-top-sm {
        position: relative;
        height: 55px;
        background: #333;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 30px;
    }

    .page-catalog__filter-name-sm {
        color: #fff;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 500;
    }

    .catalog-filters {
        padding-right: 30px;
        padding-left: 30px;
    }

    .page-catalog__product {
        width: 100%;
    }

    .product-cart__photo {
        width: 100%;
        margin-right: unset;
    }

    .slider-small-photo__item {
        height: 155px;
    }

    .product-cart__info {
        width: 100%;
        margin-top: 15px;
    }

    .product-cart__photos a:first-child {
        margin-left: unset;
    }

    .product-cart__photos a:last-child {
        margin-right: unset;
    }

    .slider-small-photo__item {
        margin: 0 7px !important;
    }

    a.show-large {
        width: calc(33.3% - 9.5px);
    }

    .product-cart__code {
        margin-top: 15px;
    }

    .product-cart__ml {
        margin-top: 12px;
    }

    .rating-section {
        margin: 12px 0;
    }

    hr.line {
        margin: 20px 0 20px;
        border: unset;
    }

    .product-cart-desc__title {
        margin-bottom: 5px;
    }

    .product-cart-desc__left, .product-cart-desc__right {
        width: 100%;
    }

    .product-cart-desc__left span {
        padding-right: unset;
    }

    .product-cart-desc__desc:before {
        display: none;
    }

    .product-cart-desc__right span {
        padding-left: unset;
    }

    .product-cart {
        margin-top: 20px;
    }

    .catalog-title {
        margin-bottom: 10px;
    }

    .page-catalog__filter-sm {
        display: flex;
        padding: 10px 0;
    }

    .contact-section__contact-left {
        width: 100%;
    }

    .contact-section__contact {
        margin: 30px auto 0;
    }

    form.feed-contact {
        width: 100%;
        margin-top: 35px;
    }

    .article-section, .article-item-section {
        margin-top: 16px;
    }

    .article-item-in {
        margin-top: unset;
    }

    .article-item-title h1 {
        font-size: 22px;
    }

    .title {
        margin-bottom: 18px;
    }

    .footer-subscribe__right {
        margin-left: unset;
    }

    .new-product, .top-product, .recommend-product {
        overflow: hidden;
    }

    .article-item__photo {
        width: 230px;
    }

    .brand__item img {
        max-width: 120px;
    }

    .footer-section__menu {
        justify-content: flex-end;
    }

    .about-section__left-text {
        width: 100%;
    }

    .about-section__content-bottom {
        flex-direction: column-reverse;
    }

    .cooperation-icon__item {
        width: 100%;
    }

    .about-section__right-photo {
        width: 100%;
        margin-top: 18px;
    }

    .about-section__left-video {
        width: 100%;
    }

    .faq-seo__left, .faq-seo__right {
        width: 100%;
    }

    .about-section__right-text {
        width: 80%;
        transform: unset;
        margin-bottom: 25px;
        margin-top: 5px;
        text-align: center;
    }

    .about-section__right-text span {
        font-size: 26px;
    }

    .about-slogan {
        width: 90%;
    }

    .title {
        margin-bottom: 21px;
    }

    .pay__text-item-left, .pay__text-item-right {
        width: 100%;
        margin: unset;
    }

    .reviews-form__left, .reviews-form__right {
        width: 100%;
    }

    .form-label-reviews {
        margin-bottom: 15px;
    }

    .reviews-section__list {
        margin: 60px auto 0;
    }

    .photo_block_pr img {
        width: 400px;
        height: unset;
    }

    .modal-feedback, .modal-opt, .modal-cooping, .modal-opt-in, .modal-fav {
        width: 80%;
        margin-left: -40%;
    }

    .catalog-all-title {
        margin: 10px 0 10px;
    }

    .page-catalog-all {
        margin-top: 30px;
    }

    .product-opt {
        padding: 60px 20px 20px;
    }

    .modal-order.modal {
        top: 0;
        bottom: 0;
        width: 100%;
        margin-left: -50%;
    }

    .cart__list {
        max-height: calc(100vh - 430px);
    }

    .page-thankyou {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 570px) {
    .container {
        max-width: 96%;
    }
    .modal-on-order {
        width: 96%;
        margin-left: -48%;
    }
    .r-prod {
        flex-wrap: wrap;
    }
    .valentine-catalog__item {
        width: 100%;
    }

    .header__logo img {
        max-width: 200px;
    }

    .valentine__catalog {
        margin: -25px 0 100px;
    }

    .faq-section__quest, .faq-section__answer {
        padding: 10px;
    }

    .faq-section__quest {
        min-height: 32px;
    }

    .faq-section__quest span {
        font-size: 14px;
    }

    .faq-section__icon {
        right: 10px;
    }

    .faq-section__icon {
        width: 20px;
    }

    .faq-section__icon:before {
        width: 20px;
    }

    .faq-section__icon:after {
        height: 20px;
        right: 9px;
        top: -9px;
    }

    .pay__all-desc ul {
        list-style-type: none;
        padding-left: 0;
    }

    .faq-section__item {
        margin-bottom: 10px;
    }

    .faq-section__answer p {
        font-size: 14px;
    }

    .slider-small-photo__item {
        height: 135px;
    }

    .header__right svg {
        width: 22px;
        height: 22px;
    }

    .modal-cooping .modal-title, .modal-opt .modal-title {
        font-size: 20px;
    }

    button.btn-submit {
        font-size: 14px;
        padding: 12px 24px 10px;
    }

    span.header_fav__count, .order-header__amount {
        width: 20px;
        height: 20px;
        right: -11px;
        top: -8px;
    }

    .page-catalog-all__title {
        left: 5px;
        right: 5px;
        width: unset;
    }

    .page-catalog-all__title span {
        padding-left: 10px;
        padding-right: 10px;
    }

    .reviews-section__item-left, .reviews-section__item-right {
        width: 100%;
    }

    .header-section {
        height: 65px;
    }

    .xs-burger span:before {
        top: -8px;
        width: 25px;
    }

    .banner-cooping {
        padding: 20px 0;
        margin: 25px 0;
    }

    .comments-cooping {
        margin: 40px 0;
    }

    .form-cooping__titles {
        margin-bottom: 45px;
    }

    .form-cooping__right {
        display: none;
    }

    .form-cooping__left {
        width: 100%;
    }

    .xs-burger span:after {
        bottom: -8px;
        width: 25px;
    }

    .xs-burger span {
        width: 25px;
    }

    .title {
        margin-bottom: 15px;
    }

    .brand-main {
        margin: 15px 0 20px;
    }

    .new-product {
        margin-top: 20px;
    }

    .top-product, .recommend-product {
        margin-top: 5px;
    }

    .banners__item, .banners__item.banners-w50 {
        width: 100%;
        height: 275px;
        margin-bottom: 15px;
    }

    .banners-w50 .banners__title, .banners__title {
        font-size: 32px;
        left: 40px;
        right: 40px;
    }

    .article-item__body span {
        height: calc(44px * 2);
    }

    .banners-main {
        margin: 25px 0 50px;
    }

    .article-item a {
        flex-wrap: wrap;
        height: unset;
    }

    .article-item__photo {
        width: 100%;
        height: 190px;
    }

    .article-item__info {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 18px;
    }

    .article-item__name {
        margin-bottom: 12px;
    }

    .article-item__date {
        margin-top: 20px;
    }

    .footer-section__right {
        width: 100%;
        position: relative;
        right: unset;
        height: unset;
        justify-content: flex-start;
    }

    ul.social-block li {
        margin-right: 20px;
        margin-left: unset;
    }

    .footer-social-block {
        justify-content: flex-start;
    }

    ul.social-block {
        margin-bottom: 30px;
    }

    .header_fav {
        margin-right: 22px;
    }

    .product-main-slider .slick-list {
        margin-right: -25px;
    }

    .modal-body-order {
        padding: 0 20px;
    }

    .modal-footer {
        padding: 25px 20px 35px;
    }

    .cart__item-name-holder a {
        font-size: 15px;
    }

    .small-order .product-amount-changer__btn {
        width: 25px;
        height: 25px;
    }

    .small-order .icon-minus, .small-order .icon-plus:before, .small-order .icon-plus:after {
        width: 14px;
    }

    .small-order input.product-amount-changer__input {
        width: 25px;
    }

    .cart__item-ml-holder span {
        font-size: 12px;
    }

    .cart__item-info.cart__item-del {
        display: none;
    }


    .cart__item-del-sm {
        padding-left: 20px;
        padding-top: 3px;
        display: block;
    }

    .form-checkout__form {
        padding: 28px 15px;
    }

    .faq-seo__item {
        margin-top: 15px;
    }

    .faq-seo__quest {
        margin-bottom: 6px;
        padding-bottom: 6px;
    }

    .faq-seo__quest span {
        font-size: 14px;
    }
}

@media only screen and (max-width: 520px) {
    .product-main-slider .product-item-fly {
        padding-right: 12px;
    }
    .opt-info__title {
        font-size: 22px;
        letter-spacing: 1px;
    }
    .opt-info__desc {
        font-size: 16px;
        margin-bottom: 3px;
    }
    .opt-info__desc span {
        font-size: 18px;
    }
    .opt-info {
        padding: 13px 15px;
    }

    .product-item__content {
        padding: 45px 10px 15px;
    }

    .catalog-all-title h1, .title h1 {
        font-size: 22px;
    }

    .product-main-slider .slick-list {
        margin-left: -10px;
        margin-right: -10px;
    }

    .header__logo img {
        max-width: 155px;
    }

    .header-section {
        height: 55px;
    }

    .product-item__buy {
        margin-top: 3px;
    }

    .header {
        padding-top: 5px;
    }

    .pay__text-item {
        padding-top: 75px;
    }

    .pay__text-item:before {
        bottom: -30px;
    }

    .pay__text-item-left p, .pay__text-item-right p {
        margin: 6px 0;
        font-size: 15px;
    }

    .rating-block {
        width: 100%;
    }

    .product-cart-desc__title span {
        font-size: 20px;
    }

    .menu-sm {
        margin-top: 10px;
        padding-top: 0;
    }

    a.pay__item {
        width: 100%;
    }

    .pay__desc {
        margin: 20px 0 10px;
    }

    .form-cooping__titles {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .modal-thank, .modal-fav, .modal-buy-thank {
        width: 96%;
        margin-left: -48%;
    }

    .modal-thank-content__block {
        width: 90%;
    }

    button.btn-buy {
        padding: 6px 9px 6px;
    }

    .product-item__bottom {
        flex-wrap: wrap;
        margin-top: 4px;
    }

    .product-item__price {
        width: 100%;
    }

    .catalog-filters {
        padding-right: 15px;
        padding-left: 15px;
    }

    .page-catalog__filter-top-sm {
        padding: 0 15px;
    }

    a.btn-link {
        font-size: 12px;
    }

    .product-item__price {
        margin: 2px 0;
    }
    a.btn-order {
        padding: 11px 48px;
    }

    .delivery-order, .payment-order {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .catalog-header {
        width: 88%;
    }

    .close-sm.open {
        left: 97%;
    }

    .partners-sm {
        transform: unset;
        left: 0;
        right: 0;
        width: 100%;
        bottom: 0;
        top: unset;
    }

    .faq-main {
        margin: 50px 0;
    }

    .faq-main .title span {
        font-size: 20px;
    }
}

@media only screen and (max-width: 440px) {
    .modal-feedback-content__block {
        margin: 25px auto 25px;
    }

    .modal {
        top: 2%;
    }

    .modal-title {
        margin: 35px auto 0;
    }

    .form-label {
        margin-bottom: 15px;
    }

    .form-label span {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .form-label input {
        height: 34px;
    }

    .page-catalog__filter-sm {
        padding: 10px 0;
    }

    .form-label textarea {
        height: 46px;
    }

    button.btn-modal {
        font-size: 15px !important;
        padding: 11px 32px 10px !important;
    }

    .pay__text-item-title span {
        font-size: 18px;
    }

    .other-product-catalog .slick-list {
        padding: 15px 0;
    }

    .slider-small-photo__item {
        height: 135px;
    }

    .photo_block_pr {
        top: calc(100% + 15px);
    }

    .photo_block_pr img {
        width: 90%;
    }

    .modal-feedback, .modal-opt, .modal-cooping, .modal-opt-in {
        width: 96%;
        margin-left: -48%;
    }

    .cooperation-icon__item {
        flex-wrap: wrap;
    }

    .cooperation-icon__desc {
        width: 100%;
        margin-top: 15px;
    }

    .article-item__info {
        padding-left: 13px;
    }

    .header__right svg {
        width: 19px;
        height: 19px;
    }

    footer {
        margin-top: 10px;
    }

    span.header_fav__count, .order-header__amount {
        width: 15px;
        height: 15px;
        right: -8px;
        top: -6px;
        font-size: 9px;
    }

    .status_item {
        font-size: 9px;
        left: 10px;
        padding: 2px 5px;
    }

    .xs-burger span {
        width: 23px;
        height: 1.4px;
    }

    .other-product-catalog__item, .other-product-catalog .slick-list, .other-product-slider .product-item-fly:nth-child(3n), .other-product-slider .product-item-fly:nth-child(2n), .other-product-slider .product-item-fly, .other-product-slider .slick-list {
        margin: unset;
    }

    .other-product-catalog {
        margin-top: 18px;
    }

    .xs-burger span:before {
        top: -7px;
        width: 23px;
        height: 1.4px;
    }

    .xs-burger span:after {
        bottom: -7px;
        width: 23px;
        height: 1.4px;
    }

    .header__right {
        width: 25%;
    }

    .product-item__title {
        margin-top: 5px;
    }

    .product-main__title, .product-main__title a, .comments-main__title, .comments-main__title a, .brand-main__title, .main-article__title, .main-article__title a, .other-product__title {
        font-size: 22px;
    }

    .product-main__title:before, .comments-main__title:before, .main-article__title:before, .brand-main__title span:before, .other-product__title:before {
        width: 50px;
        height: 2px;
        top: 30px;
    }

    .slider-team__left, .slider-team__right {
        top: -32px;
    }

    .marquee__item {
        font-size: 24px;
        margin-right: 30px;
    }

    .marquee {
        margin-bottom: 10px;
    }

    .brand-active__overflow {
        padding: 0 0 120px;
    }

    #form-mailer input {
        width: 190px;
    }

    #form-mailer input.btn-send-mail {
        width: 120px;
    }

    .header-basket {
        margin-right: 5px;
    }

    #form-mailer:before {
        right: 145px;
    }

    .product-item__title {
        font-size: 14px;
        height: calc(16px * 3);
        -webkit-line-clamp: 3;
    }

    .product-item__bottom {
        margin-top: 5px;
    }


    button.btn-buy {
        font-size: 11px;
    }

    .about-section__right-text {
        width: 100%;
    }

    .about-section__right-text span {
        font-size: 22px;
    }

    .about-slider__item img {
        height: 240px;
    }

    .about-slogan {
        width: 100%;
    }

    .about-slogan span {
        font-size: 22px;
    }

    .about-section__slider {
        margin: 25px 0;
    }

    .about-slogan {
        margin: 25px auto 35px;
    }

    .btn-buy-in {
        width: 170px;
    }

    .product-cart__title h1 {
        font-size: 20px;
    }

    .cart__item-name-holder, .product-amount-changer__cart, .cart__item-ml-holder {
        padding-left: 5px;
    }

    .cart__item-ml-holder {
        margin-top: 8px;
    }

    .cart__item-name-holder {
        margin-bottom: 7px;
    }

    .product-article__item {
        width: 44%;
        padding: 10px 10px 15px;
    }

    .article-item-section__product {
        margin-top: 0;
    }
    .cart__bottom {
        flex-direction: column-reverse;
        align-items: flex-end;
    }
    .cart__info-price {
        margin-top: 15px;
        width: 100%;
    }
    .opt-info {
        max-width: 100%;
    }
}

@media only screen and (max-width: 380px) {
    .product-item__photo img {
        height: 190px;
    }
    .modal-body-order {
        padding: 0 10px;
    }
    .cart__item-summa-holder span {
        font-size: 13px;
    }
    .other-product__title {
        font-size: 18px;
    }

    .comments-main__rate {
        display: none;
    }

    .comments-main__rate {
        display: none;
    }

    .comments-main__rate-sm {
        display: block;
        margin-top: 5px;
        margin-left: -3px;
    }

    .comments-main__rate-sm span {
        font-size: 17px;
    }

    .btn-buy-in {
        width: 160px;
        margin-left: 20px;
    }

    .show-large {
        height: 90px;
    }

    .product-cart__photo-main img {
        height: 250px;
    }

    .product-opt {
        padding: 145px 10px 20px;
    }

    .form-checkout__form {
        padding: 15px 10px;
    }

    .product-article__item {
        width: 42%;
    }
}

@media only screen and (max-width: 370px) {
    #form-mailer input {
        width: 155px;
        padding-left: 10px;
    }

    #form-mailer input.btn-send-mail {
        font-size: 11px;
    }

    #form-mailer:before {
        right: 133px;
        width: 1px;
    }

    .modal-title {
        width: 90%;
    }

    .footer-section__catalog-menu {
        width: 100%;
    }

    .footer-section__menu {
        width: 100%;
        justify-content: flex-start;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .footer-section__left {
        margin-bottom: 20px;
    }

    .form-cooping__titles {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .product-amount-changer__btn {
        height: 35px;
        width: 35px;
    }

    input.product-amount-changer__input {
        width: 35px;
    }
}

@media only screen and (max-width: 355px) {
    .banners__item, .banners__item.banners-w50 {
        height: 210px;
    }

    .banners-w50 .banners__title, .banners__title {
        font-size: 26px;
    }

    .product-item__photo img {
        height: 165px;
    }

    .product-item__title {
        font-size: 13px;
    }

    .header_fav {
        margin-right: 18px;
    }

    .header__logo img {
        max-width: 135px;
    }

    #feedback-cooping button.btn-submit {
        font-size: 12px;
        padding: 12px 24px 10px;
    }

    .product-cart__title h1 {
        font-size: 18px;
    }

    .btn-buy-in {
        width: 150px;
    }

    li.catalog_item a {
        line-height: 1.4;
        padding-right: 35px;
    }

    li.drop_list a {
        padding-right: unset;
    }

    a.btn-link {
        font-size: 10px;
    }

    a.btn-order {
        padding: 9px 38px;
    }

    .product-article__photo img {
        height: 130px;
    }
    .product-item__title {
        height: calc(16px * 4);
        -webkit-line-clamp: 4;
    }
}

.noactive{
	background: #aaa !important;
}