
	@font-face {
    font-family: 'Cocon-Regular';
    src: url('/css/12492.otf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cocon-Bold';
    src: url('/css/Cocon-Bold-Font.otf');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root{
    --main-color-pink: #C41E50;
    --main-color-red: #EE3F2E;
    --main-color-white: #FFFCF8;
    --second-color-orange: #EF7F30;
    --second-color-yellow: #FFED00;
    --second-color-white: #F6F6F6;
    --font-color-main: #2B2A29;
    --font-color-second: #B9B9B9;
}

h1,
h1 *,
h2,
h2 *,
h3 *,
h3,
h4,
h5,
h6,
.h1, .h2, .h3 {
    font-family: 'Cocon-Regular';
    font-style: normal;
    font-weight: 500;
}

html {
    scroll-behavior: smooth;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
    font-size: 18px;
}

@media (max-width: 1350px) and (min-width: 494px) {
    body{
        --coef-w: calc(var(--width) / -1310 + 1.3771);
        --offset: calc(4.6875vw * ((320 - 320 * var(--coef-w) + 30 * var(--coef-w)) / 30));
        /*
        4.6875vw = width 15px in vw
        320 = mobile version width
        30 = padding width * 2
        */
    }
}
@media (max-width: 494px) {
    body{
        --coef-w: 1;
        --offset: 4.6875vw;
    }
}

.errorpass {
    display: none;
}

body .seo_text_home {
    padding-top: 40px;
    margin-left: 0 !important;
}
.article_page .article_content {
    width: 100%;
}

body .author_page .container {
    width: 100%;
}
.form--review-images * {
    color: white!important;
}
#image-preview-container {
    margin-bottom: 10px;
}

.content_review_images {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.material-symbols--play-circle {
    position: relative;
}
.material-symbols--play-circle:after {
    content: '';
    position: absolute;
    display: block;
    margin: 0 auto;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: white;
    border-radius: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23C41E50' d='m9.5 16.5l7-4.5l-7-4.5zM12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22'/%3E%3C/svg%3E");
}
.content_review_images a {
    height: 70px;
    overflow: hidden;
    display: flex
;
    justify-content: center;
    align-items: center;
}

.product_main_info .article_rating {
    margin: 0 0 20px 0;
    padding: 0;
}

.product_item_list .article_rating {
    padding: 0;
    margin: 10px 0 20px 0;
}

.product_item_list .article_rating .stars {
    font-size: 16px;
}

.info-block {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 30px 35px;
    border-radius: 20px;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 20px;
}
.info-block a {
    text-decoration: underline!important;
}
.info-column {
    flex: 1;
    margin: 0 10px;
}
.info-column h3 {
    font-size: 16px;
}
.info-column .content p {
    font-size: 14px;
}
.certificate-slider {
    background-color: #fff;
    padding: 30px 35px;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
}
.certificate-slider h3 {
    margin-bottom: 30px;
}

.certificate-slider .swiper-slide {
    width: auto;
}
.certificate-slider .swiper-slide img {
    max-height: 394px;
    width: auto;
}

.certs_sec {
    margin-bottom: 50px;
}
#reviews_container {
    width: 100%;
}
#show_more_reviews {
    width: auto;
    height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    border: 0;
    color: white;
    background: var(--second-color-orange);
}

.content_review {
    word-break: break-all;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.popup-content {
    background: #C41E4F;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 600px;
    position: relative;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    color: white;
}

#reviewPopup  .add_review_form {
    width: 100%;
    margin-bottom: 0;
}
.product_page .reviews_page {
    width: 100%;
}


#openReviewPopup {
    width: auto;
    height: 50px;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    border: 0;
    color: white;
    background: var(--second-color-orange);
}
.flex-col {
    display: flex;
    gap: 10px;
}

	@media (min-width: 1600px) {
		.mobile {
    display: none !important;
}

.h1 {
    font-size: 28px;
    line-height: 40px;
}

.h2 {
    font-size: 24px;
    line-height: 36px;
}

.h3 {
    font-size: 20px;
    line-height: 30px;
}

.h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

.h5 {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

body, input, textarea, select {
    font-size: 16px;
    -webkit-text-size-adjust: none;
}

img, svg, iframe {
    max-width: 100%;
    display: block;
}

* {
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    /*font-weight: normal;*/
    color: var(--font-color-main);
    transition: .5s;
}
.seo_content ul {
    margin: 10px 0 10px 20px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

body, dl, dt, dd, ul, ol, li, form, table, tr, td, h1, h2, h3, h4, h5, h6, pre, p, span, b, i, input, textarea, fieldset {
    margin: 0;
    padding: 0;
    transition: .5s;
}

body {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

header {
    order: 0;
    z-index: 50;
}

footer {
    order: 100;
}

a {
    cursor: pointer;
    text-decoration: none;
}

.seo_content a,
.seo_content a *,
.default_page a,
.manufactures_pages a,
.manufactures_pages a *,
.show_room a,
.show_room a *,
.article_page a,
.article_page a * {
    text-decoration: underline;
}

.recent_blog_item a {
    text-decoration: none;
}

p {
    font-size: 16px;
    line-height: 26px;
}

p.smalltext {
    font-size: 15px;
    line-height: 26px;
}

.input-form {
    background: #FFFFFF;
    border-radius: 100px;
    height: 50px;
    padding: 0 25px;
    line-height: 50px;
    font-size: 14px;
    border: 1px solid #fff;
}

.btn {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    width: -moz-fit-content;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: var(--main-color-pink);
    border: 1px solid var(--main-color-pink);
    padding: 0 20px;
    border-radius: 100px;
    cursor: pointer;
    text-decoration: none!important;
}

.btn:hover {
    border: 1px solid #EE3F2E;
    color: #EE3F2E;
}

.btn-fill {
    color: #fff;
    background: var(--main-color-pink);
}

.btn-fill:hover {
    box-shadow: inset 300px 0 0.01px #99213E;
    border: 1px solid #99213E;
    color: #fff;
}

.container {
    padding: 0 calc(50% - 650px);
}

.body .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.landing.container {
    flex-direction: column;

    .seo_content {
        order: unset;
    }
}


.main_page {
    background: #FFF8F0;
}

.body .seo_content {
    order: 99;
    width: 1015px;
    margin-left: 260px;
    margin-bottom: 40px;
}

.body .sidebar {
    width: 245px;
}

.body .main_content {
    width: 1015px;
}

.body .landing.main_content {
    width: 90vw;
}

.body {
    padding-top: 30px;
}

.top_header {
    background: #FFF8F0;
    height: 42px;
    width: 100%;
}

.top_header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.top_header .language_choose {
    width: 110px;
    display: flex;
}

.top_header .language_choose .language {
    font-size: 13px;
    line-height: 15px;
    color: var(--font-color-second);
}

.top_header .language_choose ul {
    margin-left: 8px;
    list-style: none;
}

.top_header .language_choose ul li {
    font-size: 13px;
    line-height: 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
}

.top_header .language_choose ul li span.arrow {
    width: 6px;
    margin-left: 5px;
    transition: .5s;
}

.top_header .language_choose ul li span.arrow svg {
    width: 100%;
}

.top_header .language_choose ul ul {
    display: none;
    position: absolute;
    top: 15px;
    left: -9px;
    margin-left: 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(105, 36, 0, 0.03);
    border-radius: 5px;
    padding: 5px 9px;
}

.top_header .language_choose ul li:hover ul {
    display: block;
}

.top_header .language_choose ul li:hover span.arrow {
    transform: rotateZ(180deg);
}

.top_header .top_header_item a, .top_header .top_header_item {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #2B2A29;
    margin-left: 40px;
}

.top_header .top_header_item.call_us a {
    text-decoration-line: underline;
    font-weight: bold;
    color: var(--main-color-red);
    margin-left: 10px;
}

.top_header .top_header_item.call_us a:hover {
    color: var(--main-color-pink)
}

.top_header .language_choose, .top_header .top_header_item {
    width: 300px;
}

.top_header_item a:nth-child(1) {
    margin-left: 0;
}

.top_header_item {
    justify-content: flex-end;
    display: flex;
}

.top_header .top_header_item.call_us {
    justify-content: center;
}

.header_info .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 110px;
}

.header_info .logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-content: center;
    width: 260px;
}

.header_info .logo img {
    width: 95px;
    width: 115px;
    margin-right: 20px;
}

.header_info .logo span {
    font-size: 13px;
    line-height: 20px;
    color: var(--main-color-red);
    font-weight: 500;
}

.header_info_contact {
    width: fit-content;
    width: -moz-fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.header_info_contact .title {
    display: flex;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    text-align: right;
    align-items: center;
}

.header_info_contact .title svg {
    width: 11px;
    height: 11px;
    margin-right: 5px;
}

.header_info_contact a {
    font-size: 13px;
    line-height: 15px;
    margin-top: 8px;
}

.greetings-text p {
    width: fit-content;
    width: -moz-fit-content;
    color: red;
    max-width: 750px;
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
}

.greetings-text p strong {
    color: red;
    font-weight: bold;
}

.header_icons {
    display: flex;
    align-items: center;
}

.header_icons .header_icon {
    display: flex;
}

.header_icon:hover svg {
    transform: rotateZ(15deg);
}

.header_icons .icon_header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-left: 25px;
    background: var(--second-color-white);
    border-radius: 50%;
}

.header_icons .icon_header svg {
    width: 20px;
    height: 20px;
}

.header_icons .mini_cart_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 18px;
}

.header_icons .mini_cart_text span {
    font-size: 13px;
    line-height: 15px;
    color: var(--font-color-second);
    font-weight: 500;
    margin-top: 5px;
}

.header_icons .mini_cart_text .total_mini_price {
    font-size: 13px;
    line-height: 15px;
    color: var(--font-color-main);
    display: block;
}

.header_icons .mini_cart {
    background: var(--main-color-red);
    position: relative;
}

.header_icons .mini_cart .counter_mini_cart {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: fit-content;
    width: -moz-fit-content;
    padding: 0 5px;
    height: 16px;
    background: var(--second-color-white);
    position: absolute;
    bottom: 0;
    right: 0;
    color: var(--main-color-red);
    font-size: 10px;
    line-height: 12px;
    font-weight: 700;
}

header .main_menu {
    background: var(--main-color-pink);
    height: 50px;
}

header .main_menu .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .main_menu ul {
    width: 900px;
    display: flex;
    justify-content: space-between;
    list-style: none;
    height: 50px;
}

.main_menu ul .sub_menu {
    position: absolute;
    left: 0;
    top: 202px;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 200%;
    z-index: 50;
    display: none;
}

.main_menu ul .sub_menu ul {
    display: block;
    width: 245px;
    margin-left: calc(50% - 650px);
    height: 420px;
}

header .main_menu li ul li {
    height: auto;
}

.main_menu ul .sub_menu ul {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(105, 36, 0, 0.03);
}

.main_menu ul .sub_menu ul li a {
    font-weight: 700;
}

.main_menu ul .sub_menu ul li a {
    min-height: 30px;
    background: #fff;
    font-style: normal;
    font-size: 13px;
    color: #2B2A29;
    text-transform: none;
    justify-content: flex-start;
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
}

.main_menu ul .sub_menu ul ul li a {
    font-weight: 500;
}

.main_menu ul .sub_menu ul li a:hover {
    box-shadow: inset 245px 0 0.01px rgba(238, 63, 46, 0.1);
}

.main_menu ul .sub_menu ul.image li {
    height: 328px;
}

.main_menu ul .sub_menu ul.image li a, .main_menu ul .sub_menu ul.image li a img {
    width: 100%;
}

.main_menu ul .sub_menu ul li li a:hover {
    box-shadow: none;
    text-decoration-line: underline;
    color: #EE3F2E;
}

.main_menu ul .sub_menu ul li.arrow a {
    position: relative;
}

.main_menu ul .sub_menu ul li.arrow a:after {
    position: absolute;
    top: 12px;
    right: 15px;
    content: '';
    width: 6px;
    height: 8px;
    background: url('/src/images/arrow.png');
    background-size: 100% 100%;
    display: block;
    color: var(--main-color-red);
}

.main_menu ul .sub_menu ul li.bold a {
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    color: #EE3F2E;
}

.main_menu ul .sub_menu ul li.bold li a {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    display: flex;
    align-items: center;
    line-height: initial;
    color: #2B2A29;
    padding: 5px 0;
}

.main_menu ul .sub_menu ul li.arrow li a:after {
    display: none;
}

.main_menu ul .sub_menu ul li li.arrow a:after {
    display: block;
}

.main_menu ul .sub_menu ul li li.arrow li a:after {
    display: none;
}

.main_menu .sub_menu ul ul {
    display: none;
    position: absolute;
    top: 0;
    margin-left: 0;
    /*left: 315px;*/
    left: calc(50% - 405px);
    width: 260px;
    max-height: 100%;
}

.main_menu .sub_menu ul ul ul {
    display: none;
    position: absolute;
    top: 0;
    margin-left: 0;
    left: 260px;
    /*left: calc(50% - 460px);*/
}

.header .main_menu li ul li a svg {
    height: 14px;
    width: 14px;
}

header .main_menu li ul li {
    margin-left: 0 !important;
}

header .main_menu li ul li li a {
    position: relative;
}

.main_menu .sub_menu li:hover ul {
    display: block;
}

.main_menu .sub_menu li:hover ul ul {
    display: none;
}

.main_menu .sub_menu ul li ul li:hover ul {
    display: block;
}

.main_menu .sub_menu .showbanner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_menu .sub_menu .showbanner li {
    height: 100%;
}

.main_menu .sub_menu li.arrow:hover ~ .showbanner {
    display: none;
}

.main_menu .sub_menu li.arrow:hover .showbanner {
    display: flex;
}

.main_menu .sub_menu li li.arrow:hover ~ .showbanner {
    display: none;
}

.main_menu ul .sub_menu ul.showbanner li a:hover {
    box-shadow: none;
}


header .main_menu .search_form {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 320px;
    position: relative;
}


.ajax_search_results {
    position: absolute;
    top: 30px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(105, 36, 0, 0.03);
    border-radius: 20px;
    padding: 0 20px;
}

.ajax_search_results a {
    padding: 12px 0;
    border-bottom: 1px solod #FFF0E0;
    display: block;
}

.ajax_search_results a:first-child {
    margin-top: 20px;
}

.ajax_search_results a:last-child {
    margin-bottom: 20px;
}

header .main_menu .search_form form {
    display: flex;
    position: relative;
    width: 100%;
}

header .main_menu .search_form form input {
    background: #FFFFFF;
    border-radius: 100px;
    width: 100%;
    height: 30px;
    padding: 0 20px;
    border: 1px solid #fff;
    font-size: 12px;
}

header .main_menu .search_form form input::placeholder {
    color: #B9B9B9;
}

header .main_menu .search_form form label input {
    display: none;
}

header .main_menu .search_form form label {
    position: absolute;
    top: 7px;
    right: 15px;
}

header .main_menu .search_form form label svg {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

header .main_menu li {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .main_menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 10px;
}

header .main_menu li a svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

header .main_menu li:nth-child(1) a {
    width: 245px;
    background: var(--main-color-red);
}

header .main_menu li:nth-child(2) {
    margin-left: 20px;
}

header .main_menu li a:hover {
    box-shadow: inset 300px 0 0.01px rgba(255, 255, 255, 0.2);
}

.main_menu ul:nth-child(1) li:nth-child(1).active .sub_menu {
    display: block;
}

.sidebar_menu {
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(105, 36, 0, 0.03);
    padding: 15px 0;
    position: relative;
}

.sidebar_preview {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.sidebar_preview img {
    width: 100%;
}

.sidebar_menu ul ul {
    display: none;
}

.sidebar_menu ul li {
    position: relative;
}

.sidebar_menu ul li:hover ul {
    display: block;
    position: absolute;
    top: 0;
    left: 245px;
    background: #fff;
    z-index: 50;
    width: 245px;
}

.sidebar_menu ul li:hover ul ul {
    display: none;
}

.sidebar_menu ul ul li:hover ul {
    display: block;
    position: absolute;
    top: 0;
    left: 245px;
    background: #fff;
    z-index: 50;
    width: 245px;
}

.sidebar_menu ul {
    list-style: none;
}

.sidebar_menu li a {
    display: flex;
    align-items: center;
    font-size: 13px;
    padding: 6px 15px;
    font-weight: 700;
    text-decoration: none;
}

.sidebar_menu li li a {
    font-weight: 500;
}

.sidebar_menu li {
    width: 100%;
    position: relative;
}

.sidebar_menu li svg {
    width: 14px;
    margin-right: 10px;
}

.sidebar_menu li.bold a {
    color: var(--main-color-red);
    font-weight: bold;
}

.sidebar_menu li.arrow:after {
    position: absolute;
    top: 12px;
    right: 15px;
    content: '';
    width: 6px;
    height: 8px;
    background: url('/src/images/arrow.png');
    background-size: 100% 100%;
    display: block;
    color: var(--main-color-red);
}

.sidebar_menu ul li.bold ul a, .sidebar_menu ul ul li.bold a {
    font-weight: 400;
    color: var(--font-color-main);
}

.sidebar_menu ul ul ul li.arrow:after {
    display: none;
}

.sidebar_menu li a:hover {
    box-shadow: inset 300px 0 0.01px rgba(238, 63, 46, 0.1);
}

.sidebar_banner {
    margin-top: 30px;
}

.sidebar_banner a, .sidebar_banner a img {
    width: 100%;
    display: block;
}

.slides.desktop img {
    height: auto;
    width: 240px;
    border-radius: 10px;
}

.header_with_line {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.line_header {
    display: block;
}

.line_header .h2 {
    font-size: 1.3vw;
    font-family: 'Nunito', sans-serif;
    color: var(--lt-color-gray-500);
}

.line_header .see_all {
    font-size: 1vw;
    font-weight: 500;
    font-family: 'Nunito', sans-serif;
    text-decoration: underline;
    text-underline-offset: 3px;
    color: var(--main-color-red);
}

.header_with_line .h1 {
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    position: relative;
    margin-bottom: 20px;
}

.main_page .header_with_line .h1:after {
    width: 100%;
    content: '';
    height: 15px;
    background: url('/src/images/header_line_repeat_2.svg');
    position: absolute;
    bottom: -15px;
    left: 0;
    background-repeat: repeat-x;
}

.line_header, .line_header .h1 {
    display: unset;
}

.line_header * {
    font-family: Cocon-Regular;
}

.popcats .cats_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: white;
    overflow: hidden;
    border-radius: 15px;
    margin: 15px 0;
    padding: 0 20px;
}

.popcats .cats_list a {
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-items: center;
    padding: 1.3889vw 0px;
}

.popcats .cats_list > span {
    background: var(--second-color-orange);
    height: 50px;
    width: 0.06em;
    align-self: center;
}

.popcats .cats_list a img {
    height: 50px;
    object-fit: contain;
}
.contact_page_info .modal_success,
.horizontal_form .modal_success {
    color: white;
    font-weight: bold;
    font-size: 30px;
}
.popcats .cats_list a span {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    display: block;
    font-weight: 500;
    margin-left: 10px;
}

.popcats .cats_list a:hover span {
    color: var(--main-color-pink)
}

.products_list {
    display: flex;
    flex-wrap: wrap;
}

.product_item_list {
    width: 240px;
    margin-right: 18px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(105, 36, 0, 0.03);
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
}

.product_item_list:nth-child(4n) {
    margin-right: 0;
}

.product_item_list .image {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    height: 135px;
    display: block;
}

.product_item_list .image img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: 100%;
}

.product_item_list .like {
    position: absolute;
    top: -13px;
    right: -13px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(105, 36, 0, 0.03);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

.product_item_list .like svg {
    width: 15px;
    height: 15px;
}

.product_item_list .like.active svg path,
.product_item_list .like:hover svg path {
    fill: var(--main-color-red)
}

.product_item_list .sku {
    display: block;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: var(--font-color-second)
}

.product_item_list a.title {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    display: block;
    margin-bottom: 12px;
    text-decoration: none;
}

.product_item_list .sizes {
    display: flex;
    margin-bottom: 12px;
    height: 12px;
    justify-content: center;
}

.product_item_list .sizes span {
    font-size: 12px;
    line-height: 12px;
    color: var(--second-color-orange);
    margin-right: 15px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.product_item_list .sizes span.deep {
    margin-right: 0;
}

.product_item_list .sizes span svg {
    max-height: 12px;
    max-width: 12px;
    margin-right: 8px;
}

.products_list.fav {
    display: block;
    margin: 0;
}

.products_list.fav .header_with_line {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
}

.products_list.fav, .landing {
    .product_item_list {
        border-radius: 10px;
        padding: 0;
        margin: 15px 18px 0 0;
        box-shadow: none;

        .sizes {
            margin: 12px auto;
        }

        .title {
            margin: 0 15px;
        }

        .image {
            height: 162px;

            img {
                border-radius: 10px 10px 0 0;
            }
        }

    }

    .price_block {
        margin: 10px 25px;
        align-items: center;
        min-height: 40px;
    }

    .price {
        font-size: 1.3vw;
    }
}


.availability {
    display: flex;
    align-items: center;
}

.availability span {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    width: 100%;
}

.availability span svg {
    width: 10px;
    height: 10px;
    display: block;
    margin-right: 5px;
}

.availability .instock {
    color: #009846;
}

.availability .outstock {
    color: var(--font-color-second);
    font-size: 14px;
}

.product_main_info .availability .outstock {
    font-size: 20px;
}

.product_main_info .availability span svg {
    width: 15px;
    height: 15px;
}

.product_item_list .price_block {
    margin-top: 16px;
    margin-bottom: 19px;
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
}

.product_item_list .qty {
    display: flex;
    position: relative;
    height: 28px;
    width: 100px;
}

.product_item_list .qty input {
    width: 100%;
    background: #F6F6F6;
    border-radius: 100px;
    height: 28px;
    border: 1px solid #F6F6F6;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
}

.product_item_list .qty .qtybtn {
    width: 19px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: pointer;
}

.product_item_list .qty .qtybtn svg {
    width: 19px;
    height: 19px;
}

.product_item_list .qty .qtybtn.plus {
    left: auto;
    right: 5px;
}

.product_item_list .price_block .oldprice {
    font-size: 12px;
    line-height: 12px;
    text-decoration-line: line-through;
    color: var(--font-color-second);
    display: block;
}

.product_item_list .price_block .price {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    display: block;
}

.product_item_list .product_buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_item_list .addtocart {
    padding: 0 28px;
}

.product_item_list .addtocart:hover svg {
    transform: rotateZ(15deg);
}

.product_item_list .addtocart svg {
    width: 20px;
    height: 18px;
}

.full-width-element {
    display: flex;
    width: 100%;
    flex: 0 0 100%;
}

.full-width-element .btn {
    height: 50px;
    padding: 0 50px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
}

.products_list .to_catalog {
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 45px;
}

.horizontal_form {
    padding: 50px 90px;
    background: url('/src/images/hor_form.png');
    background-size: 100% 100%;
    width: 100%;
}

.horizontal_form .h1, .horizontal_form p {
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.horizontal_form p {
    margin-bottom: 25px;
}

.horizontal_form .input_group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.horizontal_form .input_group input {
    width: 270px;
}

.horizontal_form .input_group input.btn-orange {
    border: 1px solid var(--second-color-orange);
    background: var(--second-color-orange);
    color: #fff;
    height: 50px;
    line-height: 19px;
    font-weight: bold;
    font-size: 16px;
}

.horizontal_form .input_group input.btn-orange:hover {
    box-shadow: inset 400px 0 0.01px var(--main-color-red);
    border: 1px solid var(--main-color-red);
}

.reviews {
    position: relative;
    height: 600px;
    overflow: hidden;
}

.reviews .review {
    width: 315px;
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(105, 36, 0, 0.03);
    border-radius: 20px;
    height: 380px;
}

.reviews .title_review {
    display: flex;
    justify-content: space-between;
}

.reviews .title_review .image {
    width: 45px;
    height: 45px;
}

.reviews .title_review .image svg {
    width: 45px;
    height: 45px;
}

.reviews .title_review .name {
    width: 100px;
}

.reviews .title_review .stars {
    width: 100px;
    display: flex;
    justify-content: flex-end;
}

.reviews .title_review .stars svg {
    width: 16px;
    height: 16px;
}

.reviews .title_review .name .user_name {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: block;
}

.reviews .title_review .name .review_date {
    font-size: 12px;
    line-height: 20px;
    color: #B9B9B9;
    display: block;
}

.reviews .content_review {
    margin-top: 20px;
    font-size: 15px;
    line-height: 26px;
}

.arrows-slider {
    display: flex;
    width: 80px;
    justify-content: space-between;
    align-items: center;
}

.arrows-slider .arrow-slider {
    width: 35px;
    height: 33px;
    cursor: pointer;
}

.arrows-slider .arrow-slider svg {
    width: 35px;
    height: 33px;
}

.reviews .arrows-slider {
    position: absolute;
    top: 25px;
    right: 0;
}

.fav_cats {
    position: relative;
}

.fav_cats .arrows-slider {
    justify-self: right;
    margin-right: 10px;
}

.reviews .slider_reviews {
    display: block;
    height: 380px;
}

.to_reviews {
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 15px;
}

.recent_blog {
    position: relative;
    height: 680px;
    overflow: hidden;
}

.recent_blog .arrows-slider {
    position: absolute;
    top: 25px;
    right: 0;
}

.recent_blog_item {
    width: 310px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(105, 36, 0, 0.03);
    border-radius: 20px;
    height: 430px;
}

.recent_blog_item .content_preview {
    padding: 20px 25px;
}

.recent_blog_item .image {
    width: 100%;
    position: relative;
    height: 200px;
}

.recent_blog_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0px 0px;
}

.recent_blog_item .date_recent_blog {
    position: absolute;
    top: 20px;
    left: 25px;
    background: #FFFFFF;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 12px;
    height: 26px;
    width: 85px;
}

.recent_blog_item a.title {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    display: block;
    margin-bottom: 15px;
}

.recent_blog_item .excerpt {
    font-size: 15px;
    line-height: 26px;
    height: 80px;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
}

.recent_blog_item .read_blog {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: var(--main-color-pink);
}

.recent_blog_item .read_blog svg {
    width: 12px;
    height: 7px;
    margin-left: 10px;
    transition: .3s;
}

.recent_blog_item .read_blog:hover svg {
    width: 20px;
}

.slider_recent_blog {
    height: 430px;
}

.to_blog {
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 15px;
}

.important_to_know .items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.important_to_know .item {
    width: 315px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(105, 36, 0, 0.03);
    border-radius: 20px;
    padding: 35px;
    height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.important_to_know .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: var(--main-color-red);
    border-radius: 50%;
}

.important_to_know .item svg {
    width: 55px;
}

.important_to_know .title {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    display: block;
    font-weight: 500;
}

.important_to_know .descr {
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    display: block;
}

.seo_content .unhide_content {
    max-height: 300px;
    overflow: hidden;
    padding-bottom: 20px;
}

.seo_content .unhide_content.show_all {
    max-height: unset;
}

.seo_content .readallseo {
    margin-bottom: 45px;
    font-size: 15px;
    line-height: 26px;
    color: var(--main-color-pink);
    text-decoration: underline;
    display: block;
    margin-top: 30px;
}

.seo_content, .seo_content .unhide_content {
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
}

.seo_content .h1 {
    font-size: 28px;
    margin-bottom: 20px;
    display: block;
}


footer {
    background: var(--font-color-main);
}

footer * {
    color: #fff;
}

.footer_subscribe {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 40px;
}

.footer_subscribe .logo {
    width: 100px;
}

.footer_subscribe .form_sub {
    display: flex;
    width: 940px;
    justify-content: flex-end;
}

.footer_subscribe .sub_text {
    display: block;
    margin-right: 30px;
    align-items: center;
}

.footer_subscribe .sub_text span {
    display: block;
    width: 100%;
    white-space: nowrap;
}

.footer_subscribe .sub_text .smalltext {
    font-size: 14px;
    line-height: 18px;
}

.footer_subscribe form {
    display: flex;
    transition: none!important;
}
.footer_subscribe form * {
    transition: none!important;
}

.footer_subscribe .success {
    display: none;
    position: absolute;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.footer_subscribe .input-form {
    width: 275px;
    color: black;
}

.footer_subscribe .btn-fill {
    height: 50px;
    width: 275px;
    align-items: center;
    margin-left: 15px;
}

.footer_menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

.footer_menu ul {
    list-style: none;
}

.footer_menu ul span {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 15px;
}

.footer_menu ul li a {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    display: block;
    margin-top: 15px;
}

.footer_menu ul li a:hover {
    color: var(--main-color-red);
}

.footer_menu .contact_footer {
    width: 220px;
}

.footer_menu .contact_footer li a {
    display: flex;
    flex-shrink: initial;
}

.footer_menu .contact_footer li a svg {
    height: 10px;
    margin-right: 13px;
    flex: 0 0 5%;
}

.footer_menu .social {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.footer_menu .social a {
    width: 26px;
    height: 26px;
    cursor: pointer;
    margin-right: 10px;
}

.footer_menu .contact_footer li .social a svg {
    width: 26px;
    height: 26px;
    flex: none;
}


footer .madeby {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
}

footer .madeby:hover {
    color: var(--main-color-pink);
}

footer .madeby svg {
    width: 80px;
    height: 12px;
    margin-left: 5px;
}

.little_banner {
    height: 50px;
    width: 100%;
    border-radius: 10px;
    background: url('/src/images/back_little.png');
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 45px;
    margin-top: 35px;
}

.emptywidth100 {
    width: 100%;
}

.catalog_page {
    display: flex;
    flex-direction: column;
    background: #FFF8F0;
    padding-top: 0;
}

.body.catalog_page .seo_content {
    margin-left: 0;
    width: 1040px;
}

.body.catalog_page .horizontal_form {
    order: 98;
    margin-bottom: 45px
}

.body.catalog_page .little_banner {
    order: 97;
}

.main_content .cattitle {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.sidebar .title_s {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.title_s .clearfilter {
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    text-decoration-line: underline;
}

.item_filter {
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(105, 36, 0, 0.03);
    border-radius: 20px;
    padding: 15px 20px;
    margin: 10px 0 15px 0;
}

.item_filter .title_item_filter {
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    color: #2B2A29;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #EAECEE;
}

.input_group_filter input {
    display: none;
}

.input_group_filter .checkmark {
    height: 18px;
    width: 18px;
    background: #F6F6F6;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 9%;
}

.input_group_filter .checkmark svg {
    display: none;
    width: 12px;
    height: 9px;
}

.input_group_filter label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 24px;
    cursor: pointer;
    margin-bottom: 8px;
}

.input_group_filter label span {
    font-size: 13px;
    line-height: 20px;
}

.input_group_filter label input:checked ~ .checkmark {
    background: var(--main-color-red);
}

.input_group_filter label input:checked ~ .checkmark svg {
    display: block;
}

.sort_catalog {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.sort_catalog span.sorttitle {
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
}

.sort_catalog .sortitem {
    margin-left: 20px;
    background: rgba(196, 30, 80, 0.05);
    border-radius: 100px;
    display: flex;
    padding: 6px 15px;
    font-size: 12px;
    line-height: 14px;
}

.sort_catalog .sortitem.active {
    background: var(--main-color-pink);
    color: #fff;
}

.sort_catalog .sortitem:hover {
    color: var(--main-color-pink)
}

.sort_catalog .sortitem.active:hover {
    color: #fff;
}

.pagination {
    display: flex;
    list-style: none;
    margin: 2.0833vw auto 0 auto;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.pagination-btn, .pagination-btn-empty {
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 3.1px;
}

.pagination-btn, .pagination-btn-empty {
    font-style: normal;
    font-weight: 500;
    font-size: 1.1111vw;
    line-height: 2.4306vw;
    text-align: center;
    color: #1A1A1A;
    transition: .5s;
}

.pagination-btn.active {
    color: #fff;
    background: var(--main-color-pink)
}

.pagination-btn:hover {
    color: var(--main-color-pink);
}

.pagination-btn.active:hover {
    color: #fff;
}

.pagination-btn svg {
    width: 12px;
    height: 12px;
}

.product_page {
    background: #FFF8F0;
}

.product_page .product_h1 {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.product_page .product_main_content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.product_page .product_sliders {
    width: 700px;
    padding: 55px;
    background: #FFFFFF;
    border-radius: 20px;
    display: block;
    height: fit-content;
    height: -moz-fit-content;
}

.product_page .product_main_info {
    padding: 35px;
    background: #FFFFFF;
    border-radius: 20px;
    width: 570px;
    display: block;
    height: fit-content;
}

.product_main_slider .img_slider {
    width: 100%;
    height: 390px;
}

.product_main_slider .img_slider img {
    width: 100%;
    height: 390px;
    object-fit: cover;
}

.product_nav_slider {
    margin-top: 20px;
    height: 60px;
    display: flex;
    justify-content: center;
}

.product_nav_slider .img_slider {
    padding: 4px;
    border: 1px solid var(--main-color-white);
    height: 60px;
    margin: 0 5px;
    cursor: pointer;
}

.product_nav_slider .img_slider img {
    height: 50px;
    margin: 0 auto;
}

.product_nav_slider .slick-current .img_slider {
    border: 1px solid var(--main-color-pink)
}

.product_main_slider {
    height: 390px;
}

.product_description {
    padding: 30px 35px;
    background: #FFFFFF;
    border-radius: 20px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.product_description .product_video {
    width: 510px;
}

.product_description .product_video > iframe {
    width: 510px;
    height: 345px;
}

.product_description .product_descr_vith_video {
    width: 640px;
}

.product_description .h2 {
    display: block;
    margin-bottom: 15px;
}

.product_main_info .flex-justify {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_under_link {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #FFF8F0;
}

.product_main_info .sku_block * {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: var(--font-color-second);
}

.product_main_info .one_characteristic .value {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    white-space: nowrap;
}

.product_main_info .one_characteristic .title {
    position: relative;
    display: flex;
    width: 100%;
    white-space: nowrap;
}

.product_main_info .one_characteristic .title::after {
    content: '';
    width: 100%;
    height: 18px;
    border-bottom: 1px dashed #EAECEE;
    margin: 0 5px;
}

.product_main_info .one_characteristic:not(:last-child) {
    margin-bottom: 10px;
}

.product_main_info .discount_title {
    display: block;
    margin-bottom: 15px;
    color: var(--main-color-red)
}

.product_main_info .table {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.product_main_info .table .column {
    width: 100%;
}

.product_main_info .table .title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: var(--font-color-main);
    background: var(--main-color-white);
    border-radius: 15px;
    margin-bottom: 10px;
    width: 120px;
    height: 60px;
}

.product_main_info .table .value {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: var(--main-color-red);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: var(--main-color-white);
    border-radius: 15px;
    width: 120px;
}

.product_main_info .table .column:nth-child(1) .value, .product_main_info .table .column:nth-child(1) .title {
    justify-content: flex-start;
}

.product_main_info .prices {
    display: flex;
    align-items: center;
}

.product_main_info .old_price {
    font-weight: normal;
    font-size: 18px;
    line-height: 12px;
    text-decoration-line: line-through;
    color: var(--font-color-second);
    margin-right: 15px;
}

.product_main_info .price {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
}


.product_main_info .qty {
    display: flex;
    position: relative;
    height: 50px;
    width: 150px;
}

.product_main_info .qty input {
    width: 100%;
    background: #F6F6F6;
    border-radius: 100px;
    height: 50px;
    border: 1px solid #F6F6F6;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    font-weight: 500;
}

.product_main_info .qty .qtybtn {
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 11.5px;
    left: 11.5px;
    cursor: pointer;
}

.product_main_info .qty .qtybtn svg {
    width: 27px;
    height: 27px;
}

.product_main_info .qty .qtybtn.plus {
    left: auto;
    right: 11.5px;
}

.product_main_info .price_block {
    display: flex;
    margin-top: 20px;
}

.product_main_info .addtocartproduct {
    width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    margin-left: 20px;
}

.product_main_info .addtocartproduct svg {
    width: 20px;
    height: 20px;
    margin-left: 15px;
}

.product_main_info .addtocartproduct.disabled, .product_main_info .addtocartproduct.disabled:hover {
    background: #B9B9B9;
    border-color: #B9B9B9;
    box-shadow: unset;
    width: 200px;
    cursor: default;
}

.product_main_info .like_btn {
    margin-top: 20px;
}

.product_main_info .like_btn a, .product_main_info .like_btn svg {
    cursor: pointer;
    width: 30px;
    height: 27px;
}

.like_btn path {
    fill: transparent;
    transition: 0.3s;
}

.like_btn.active path {
    fill: #EE3F2E;
}

.product_page_product_list {
    display: block;
    width: 100%;
}

.product_page_product_list .product_item_list {
    margin-right: 0;
}

.product_page_product_list .products_list {
    display: block;
}

.product_page .little_banner {
    margin-bottom: 0;
}

.unavailable_product .horizontal_form {
    margin-top: 45px;
}

.unavailable_product .product_main_info .h2 {
    margin-bottom: 15px;
    display: block;
}

.blog_page {
    background: #FFF8F0;
}

.blog_page_tech {
    background: #F5F8FF;
}

.blog_content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 45px;
}

.blog_content .pagination {
    margin-top: 10px;
}

.blog_content .recent_blog_item {
    margin-right: 14px;
    width: 308px;
    margin-bottom: 20px;
}

.blog_content .recent_blog_item:nth-child(4n) {
    margin-right: 0;
}

.article_page {
    background: #FFF8F0;
}

.tech_article_page {
    background: #F5F8FF;
    padding-bottom: 40px;
}

.article_page .article_image {
    display: block;
    width: 100%;
}

.article_image img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

.article_date {
    background: #FFFFFF;
    border-radius: 100px;
    display: block;
    margin: 40px 40px 20px 200px;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    padding: 7px 12px;
}

.article_views {
    background: #FFFFFF;
    border-radius: 100px;
    display: flex;
    gap: 15px;
    margin: 40px 40px 20px 0;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    padding: 7px 12px 7px 32px;
    position: relative;
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' color='black'%3E%3Cpath d='M21.544 11.045c.304.426.456.64.456.955c0 .316-.152.529-.456.955C20.178 14.871 16.689 19 12 19c-4.69 0-8.178-4.13-9.544-6.045C2.152 12.529 2 12.315 2 12c0-.316.152-.529.456-.955C3.822 9.129 7.311 5 12 5c4.69 0 8.178 4.13 9.544 6.045'/%3E%3Cpath d='M15 12a3 3 0 1 0-6 0a3 3 0 0 0 6 0'/%3E%3C/g%3E%3C/svg%3E");
}

.article_rating {
    background: #FFFFFF;
    border-radius: 100px;
    display: flex;
    margin: 40px auto 20px 0;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    padding: 7px 12px 7px 12px;
    position: relative;
}

.article_rating .stars {
    display: inline-block;
    font-size: 24px; /* Розмір зірок */
    color: #d3d3d3; /* Колір для незафарбованих зірок */
    position: relative;
    padding-right: 10px;
}

.article_rating .star.full {
    color: #FFD700; /* Золотий колір для повних зірок */
}

.article_rating .star.half {
    position: relative;
    color: #d3d3d3;
}

.article_rating .star.half::before {
    content: "★";
    position: absolute;
    left: 0;
    width: 50%; /* Зафарбовуємо половину */
    overflow: hidden;
    color: #FFD700; /* Колір половинчастої зірки */
}

.article_rating .star.empty {
    color: #d3d3d3; /* Сірий або інший колір для порожніх зірок */
}

.article_share-buttons {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
}

.article_content {
    margin: 0 200px;
}

.seo_content h2,
.seo_content h3,
.seo_content h4,
.article_content h2,
.article_content h3,
.article_content h4 {
    margin-top: 40px;
    margin-bottom: 15px;
}
.article_content h1, .article_content h1 * {
    font-size: 30px;
}

.article_h1 {
    margin-bottom: 20px;
}

.body.default_page .container {
    display: block;
}

.article_content h2, .article_content h3,
.article_content h2 *, .article_content h3 * {
    /*font-weight: bold;*/
}
.article_content ul, .article_content ol {
    padding-left: 0;
    list-style: none;
    margin: 15px 0;
    counter-reset: li;
}

.article_content ul li::before {
    content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: var(--main-color-red); /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    font-size: 20px;
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
}

.article_content ol li::before {
    content: counter(li) '.';
    color: var(--main-color-red);
    display: inline-block;
    width: 2em;
    font-weight: bold;
}

.article_content ol li {
    counter-increment: li
}

.article_content ul li, .article_content ol li {
    margin-bottom: 15px;
}

.article_content blockquote {
    margin: 0;
    padding: 0;
    margin-top: 25px;
}

.article_content blockquote p {
    font-style: italic;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
}

.reviews_page {
    background: #FFF8F0;
}

.reviews_page .container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.reviews_page .header_with_line {
    display: block;
    width: 100%;
    margin-top: 0;
}

.reviews_page .reviews_list {
    width: 860px;
}

.reviews_page .add_review_form {
    width: 400px;
    border-radius: 20px;
    background: var(--main-color-pink);
    padding: 25px 50px;
    height: fit-content;
    height: -moz-fit-content;
    margin-bottom: 50px;
}

.review_item {
    margin-bottom: 15px;
}

.review_main {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(105, 36, 0, 0.03);
    border-radius: 20px;
    width: 100%;
    padding: 20px 25px;
}

.review_answer {
    margin-top: 10px;
    margin-bottom: 25px;
    margin-left: 20px;
    padding-left: 15px;
    border-left: 4px solid var(--main-color-red);
}

.header_review {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
}

.header_review .current_mark {
    display: flex;
    list-style: none;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
}

.header_review svg {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

.header_review .current_mark svg {
    width: 16px;
    height: 16px;
    margin-right: 0;
}

.header_review .name {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: block;
}

.header_review .date {
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: var(--font-color-second);
    display: block;
    margin-left: 10px;
}

.content_review {
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
}

.add_review_form .h1 {
    color: #fff;
    display: block;
    text-align: center;
}

.add_review_form p {
    color: #fff;
    display: block;
    text-align: center;
    margin: 5px 0 20px 0;
}

.add_review_form .input-form {
    width: 100%;
    margin-bottom: 10px;
}

.add_review_form textarea.input-form {
    height: 150px;
    padding: 15px;
    line-height: 25px;
    border-radius: 15px;
}

.add_review_form .btn {
    width: 100%;
    height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    background: var(--second-color-orange);
    color: #fff;
}

.main_mark {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}


.main_mark span {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
}

.main_mark svg {
    height: 30px;
    width: 30px;
    margin-right: 2px;
}

.main_mark ul {
    display: flex;
    list-style: none;
    margin-left: 10px;
}

#stars li {
    cursor: pointer;
}

#stars li.selected svg path {
    fill: #FFC944;
}

#stars li.selected svg path {
    fill: #FFC944;
}

.show_room {
    background: #FFF8F0;
}

.show_room_main_info {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.show_room_main_info .column {
    width: 600px;
}

.show_room_main_info .video iframe {
    width: 100%;
    height: 340px;
}

.show_room_main_info .h1 {
    margin-bottom: 20px;
}

.show_room_main_info .content p {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
}

.show_room_contact {
    margin: 50px 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(105, 36, 0, 0.03);
    border-radius: 20px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.show_room_contact .col {
    width: 580px;
}

.show_room_contact .col img {
    width: 100%;
}

.show_room_contact .h1 {
    display: block;
    margin-bottom: 40px;
}

.show_room_contact .h2 {
    display: block;
    color: var(--main-color-pink);
    margin-bottom: 20px;
}

.show_room_contact ul {
    list-style: none;
}

.show_room_contact li {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.show_room_contact li .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--main-color-pink);
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.show_room_contact li .icon svg {
    width: 15px;
    height: 15px;
}

.show_room_photos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.show_room_photos .image {
    width: 49%;
    display: block;
    margin-bottom: 20px;
}

.show_room_photos .image img {
    width: 100%;
}

.show_room .little_banner {
    margin-bottom: 20px;
}

.show_room .little_banner_2 {
    margin-top: 0;
    background: url('/src/images/back_little_2.png');
    background-size: 100% 100%;
    margin-bottom: 45px;
}

.calculate_products {
    width: 100%;
    padding: 50px 70px;
    background: url('/src/images/calc_form.png');
    background-size: 100% 100%;
    margin-bottom: 20px;
}

.calculate_products form {
    display: flex;
    justify-content: space-between;
}

.calculate_products .h1 {
    display: block;
    text-align: center;
    color: #fff;
}

.calculate_products .p {
    display: block;
    text-align: center;
    color: #fff;
    margin: 5px 0 25px 0;
}

.calculate_products input {
    width: 225px;
    padding-left: 40px;
}

.calculate_products input[type=submit] {
    width: 180px;
    background: #FFED00;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: var(--font-color-main);
    height: 50px;
    border-radius: 100px;
    border: 1px solid #FFED00;
    padding: 0;
    cursor: pointer;
}

.input-group-calc {
    position: relative;
}

.input-group-calc-placeholder {
    position: absolute;
    top: 20px;
    left: 15px;
}

.input-group-calc-placeholder svg {
    height: 10px;
    width: 12px;
}

.product-full-slider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    display: none;
}

.product-full-slider-container {
    height: 95%;
    width: 90%;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    position: relative;
}

.slider_product_full img {
    height: 100%;
    width: 900px;
    object-fit: contain;
}

.slider_product_full {
    height: 75%;
    width: 900px;
    margin: 20px auto 40px auto;
}

.product-full-slider .arrow-slider {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFF0E0;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 20px);
    left: 40px;
    cursor: pointer;
}

.product-full-slider .arrow-slider:hover {
    box-shadow: inset 40px 0 0.01px var(--main-color-pink);
}

.product-full-slider .arrow-slider svg {
    width: 10px;
    height: 10px;
}

.product-full-slider .arrow-slider.right-arrow {
    left: auto;
    right: 40px;
}

.product-full-slider .close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.product-full-slider .close svg {
    width: 20px;
    height: 20px;
}

.product-full-slider .price_block {
    display: flex;
    align-items: center;
    justify-content: center;
}


.product-full-slider .prices {
    display: flex;
    align-items: center;
}

.product-full-slider .old_price {
    font-weight: normal;
    font-size: 18px;
    line-height: 12px;
    text-decoration-line: line-through;
    color: var(--font-color-second);
    margin-right: 15px;
}

.product-full-slider .price {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
}


.product-full-slider .qty {
    display: flex;
    position: relative;
    height: 50px;
    width: 150px;
}

.product-full-slider .qty input {
    width: 100%;
    background: #F6F6F6;
    border-radius: 100px;
    height: 50px;
    border: 1px solid #F6F6F6;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    font-weight: 500;
}

.product-full-slider .qty .qtybtn {
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 11.5px;
    left: 11.5px;
    cursor: pointer;
}

.product-full-slider .qty .qtybtn svg {
    width: 27px;
    height: 27px;
}

.product-full-slider .qty .qtybtn.plus {
    left: auto;
    right: 11.5px;
}

.product-full-slider .price_block {
    display: flex;
    margin-top: 20px;
}

.product-full-slider .addtocartproduct {
    width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    margin-left: 20px;
}

.product-full-slider .addtocartproduct svg {
    width: 20px;
    height: 20px;
    margin-left: 15px;
}

.product-full-slider .oldprice {
    margin-right: 20px;
    display: block;
}

.product-full-slider .price {
    margin-right: 20px;
    display: block;
}

.cabinet {
    background: #FFF8F0;
}

.cabinet .container {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    justify-content: space-between;
}

.cabinet .headcab {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.cabinet .headcab .h2 {
    margin-bottom: 20px;
}

.cabinet .headcab a {
    display: flex;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    text-decoration-line: underline;
    color: #B6B7B7;
}

.cabinet .headcab a svg {
    height: 22px;
    margin-right: 15px;
}


.cabinet .sidebarmenu {
    flex: 0 0 25%;
    max-width: 25%;
    -ms-flex: 0 0 25%;
}

.cabinet .contentpart {
    flex: 0 0 70%;
    max-width: 70%;
    -ms-flex: 0 0 70%;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(105, 36, 0, 0.03);
    border-radius: 20px;
    padding: 30px 50px;
}

.cabinet .sidebarmenu ul {
    list-style: none;
    display: flex;
    flex-direction: column;
}

.cabinet .sidebarmenu li {
    box-sizing: border-box;
    margin-bottom: 10px;
}

.cabinet .sidebarmenu li a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    padding: 15px 20px;
    border-radius: 10px;
    background: #FFFFFF;
}

.cabinet .sidebarmenu li a svg {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

.cabinet .sidebarmenu li a.active {
    color: var(--main-color-pink);
    border: 1px solid #C41E50;
}

.cabinet .input_group input {
    border: 1px solid #F6F6F6;
    box-sizing: border-box;
    width: 600px;
    height: 40px;
    padding: 10px 20px;
    font-size: 13px;
    line-height: 20px;
    background: #F6F6F6;
    border-radius: 100px;
}

.cabinet .input_group label {
    display: block;
    margin-top: 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
}

.cabinet input[type='submit'] {
    margin-top: 30px;
    height: 50px;
    border: 1px solid var(--main-color-pink);
    cursor: pointer;
    width: 275px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color-pink);
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
}

.userhistory,
.userwishlist {
    display: none;
}

.productinfo .addtocartproductpage {
    margin-right: 20px;
}

.cabinet .userwishlist .item {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E8E8E8;
    justify-content: space-between;
}

.userwishlist .item a.delete {
    flex: 0 0 5%;
    width: 100%;
}

.userwishlist .item a.image {
    flex: 0 0 15%;
}

.userwishlist .item a.image img {
    width: 100%;
}

.userwishlist .item .titleattr {
    flex: 0 0 25%;
    flex-wrap: wrap;
}

.userwishlist .product_buttons {
    display: flex;
    flex: 0 0 30%;
    justify-content: flex-end;
    align-items: center;
}

.userwishlist .product_buttons .addtocart {
    margin-left: 10px;
}

.userwishlist .item .titleattr .title {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
}

.userwishlist .item .titleattr .attr {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #505050;
    margin-top: 20px;
    display: block;
}

.userwishlist .item .priceblock {
    flex: 0 0 20%;
    flex-wrap: wrap;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
}

.userwishlist .item .priceblock div {
    width: fit-content;
}

.userwishlist .item .priceblock .price {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-align: right;
}

.userwishlist .item .priceblock .sale_price {
    font-size: 15px;
    line-height: 18px;
    text-decoration: line-through;
    color: #fff;
}

.userhistory .item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
}

.userhistory .orderinfo {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.userhistory .ordern {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

.userhistory .date, .userhistory .titlesum {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #B3B3B3;
    margin-left: 10px;
}

.userhistory .status {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    display: block;
    margin-top: 5px;
}

.userhistory .status.success {
    color: #009846;
}

.userhistory .sum {
    font-style: normal;
    font-weight: bold;
    display: block;
    text-align: right;
}

.userhistory span.sum {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: var(--main-color-pink);
}

.cabinet .items .item .priceblock .price {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    text-align: right;
    color: #2B2A29;
}

.userhistory img {
    width: 100%;
    border-radius: 10px;
}

.userhistory .image {
    flex: 0 0 15%;
    max-width: 15%;
    -ms-flex: 0 0 15%;
}

.userhistory .titleattr {
    flex: 0 0 45%;
    max-width: 45%;
    -ms-flex: 0 0 45%;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.userhistory .qtyinfo {
    flex: 0 0 25%;
    max-width: 25%;
    -ms-flex: 0 0 25%;
    display: flex;
    align-items: center;
}

.userhistory .priceblock {
    flex: 0 0 20%;
    max-width: 15%;
    -ms-flex: 0 0 15%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.userhistory a.title {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.orderinf .del {
    display: block;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
}

.cabinet .header_with_line {
    margin: 0;
}

.cabinet {
    padding-bottom: 45px;
}

.userhistory .qtyinfo .qty {
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    display: flex;
}

.orderslist .items {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(239, 127, 48, 0.6);
}

.orderslist .items:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.search_page .header_with_line .h1 {
    margin-bottom: 20px;
}

.search_page .sidebar_cats .input_group_cats_search a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #2B2A29;
    display: block;
    margin-bottom: 8px;
}

.search_page .sidebar_cats .input_group_cats_search a span {
    color: #B9B9B9;
}

.search_page .sidebar_cats .input_group_cats_search a:hover, .search_page .sidebar_cats .input_group_cats_search:nth-child(1) a {
    color: var(--main-color-red)
}

.search_page {
    padding-bottom: 45px;
}

.default_page {
    background: #FFF8F0;
}

.default_page .container {
    width: 80%
}

.default_page .article_content {
    margin: 0;
}

.error_page {
    background: #FFF8F0;
}

.error_page .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 45px;
}

.error_page img {
    width: 870px;
}

.error_page .h1 {
    display: block;
    margin: 20px auto;
}

.success_order {
    background: #FFF8F0;
}

.success_order .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 0 80px 0;
}

.success_order .btn {
    margin-top: 50px;
    height: 50px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    padding: 0 50px;
}

.modal {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}

.container_modal {
    background: #FFFFFF;
    border-radius: 20px;
    width: 900px;
    padding: 30px 50px;
    margin: 100px auto 0;
}

.modal_title {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.modal .close_modal {
    position: absolute;
    top: -10px;
    right: -30px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.modal .close_modal svg {
    width: 18px;
    height: 18px;
}

.cart_btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
}

.info_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.totalprices {
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px solid #FFF0E0;
    border-bottom: 1px solid #FFF0E0;
}

.totalprices .info_price:not(:last-child) {
    margin-bottom: 15px;
}

.info_price .value_price {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
}

.info_price .value_price.sale_price {
    color: var(--main-color-red);
}

.info_price .title_price {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}

.finalprice .info_price .value_price {
    font-weight: bold;
    font-size: 24px;
    line-height: 20px;
}

.sale_to_non_action {
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
}

.products_cart {
    max-height: 600px;
    overflow-y: auto;
}

#modal_cart .products_cart {
    max-height: 200px;
    padding-right: 15px;
}

.products_cart::-webkit-scrollbar {
    width: 4px;
}

.products_cart::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}

.products_cart::-webkit-scrollbar-thumb {
    background-color: var(--main-color-pink);
    border-radius: 5px;
    outline: 1px solid var(--main-color-pink);
}

.ordercart .products_cart {
    padding-right: 15px;
}

.products_cart .item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    justify-content: space-between;
}

.products_cart .item .delete_item_from_cart {
    width: 16px;
}

.products_cart .item .product_image_cart {
    width: 110px;
}

.products_cart .item .product_descr_cart {
    width: 180px;
    margin: 0 120px 0 20px;
}

.products_cart .item .product_qty_cart {
    width: 160px;
}

.products_cart .item .product_price_cart {
    width: 118px;
}

.products_cart .item .product_price_cart .prices {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.delete_item_from_cart {
    display: flex;
    align-items: center;
}

.delete_item_from_cart svg {
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.product_image_cart img {
    width: 100%;
    border-radius: 10px;
}

.product_title_cart {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.product_qty_cart .qty {
    display: flex;
    position: relative;
    height: 40px;
    width: 150px;
}

.product_qty_cart .qty input {
    width: 100%;
    background: #F6F6F6;
    border-radius: 100px;
    height: 40px;
    border: 1px solid #F6F6F6;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
}

.product_qty_cart .qty .qtybtn {
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 6px;
    left: 6px;
    cursor: pointer;
}

.product_qty_cart .qty .qtybtn svg {
    width: 27px;
    height: 27px;
}

.product_qty_cart .qty .qtybtn.plus {
    left: auto;
    right: 6px;
}

.product_price_cart .oldprice {
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    text-decoration-line: line-through;
    color: #B9B9B9;
    margin-bottom: 3.1px;
}

.product_price_cart .price {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #2B2A29;
}

.ordercart .product_price_cart .price {
    font-size: 16px;
    line-height: 20px;
}

.order_page {
    background: #FFF8F0;
    padding-bottom: 45px;
}

.order_page .h1 {
    margin-bottom: 0;
}

.order_page form {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.order_page .user_data {
    width: 650px;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 20px rgba(105, 36, 0, 0.03);
    border-radius: 20px;
}

.order_page .cart_data {
    width: 610px;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 20px rgba(105, 36, 0, 0.03);
    border-radius: 20px;
}

.auth_data {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.login_social {
    display: flex;
    align-items: center;
}

.is_auth {
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    display: flex;
    white-space: nowrap;
    align-items: center;
}

.is_auth a {
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    text-decoration-line: underline;
    color: var(--main-color-pink);
    margin-left: 5px;
}

.login_as_user {
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    width: 80px;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.login_social a {
    width: 123px;
    margin-left: 5px;
    height: 100%;
}

.login_social svg {
    width: 123px;
    height: 40px;
}

.user_data_form, .del_method_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.order_page .h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.order_page .input_group {
    width: 48%;
    margin-bottom: 15px;
    position: relative;
}

.order_page .input_group_full {
    width: 100%;
}

.order_page .input_group label {
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 5px;
    display: block;
}

.order_page .input_group input, .order_page .input_group select {
    background: #F6F6F6;
    border: 1px solid #F6F6F6;
    border-radius: 100px;
    padding: 0 20px;
    font-size: 13px;
    line-height: 40px;
    height: 40px;
    width: 100%;
}

.del_method_form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.del_method_info .title {
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    margin: 20px 0 15px 0;
}

.input_group_del {
    width: 31%;
    flex: 0 0 31%;
}

.input_group_del label, .input_select_active label {
    box-sizing: border-box;
    border-radius: 100px;
    width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    cursor: pointer;
}

.input_group_del label input {
    display: none;
}

.input_group_del label {
    background: #FFFCF9;
    border: 1px solid #FFF0E0;
}

.input_group_checkbox {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 10px;
}

.input_group_checkbox label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.input_group_checkbox label .checkmark {
    border-radius: 3px;
}

.input_group_checkbox label .checkmark svg {
    width: 18px;
    height: 18px;
}

.input_group_checkbox label input:checked ~ .checkmark {
    background: var(--main-color-red);
}

.input_group_checkbox label .checkmark .active {
    width: 18px;
    height: 18px;
}

.input_group_checkbox label input:checked ~ .checkmark .active {
    border-radius: 0;
    width: 18px;
    height: 18px;
}

.title_order_cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #FFF0E0;
}

.title_order_cart span {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
}

.not-all-cart-product {
    padding: 15px;
    background: #FFF8F0;
    border-radius: 15px;
    margin-bottom: 20px;
}

.not-all-cart-product .title {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.not-all-cart-product .input_select_active {
    display: flex;
    background: #FFFFFF;
    border: 1px solid #FFF0E0;
    box-sizing: border-box;
    border-radius: 15px;
    min-height: 40px;
    margin-top: 10px;
}

.order_page .sale_to_non_action {
    font-size: 13px;
    line-height: 14px;
}

.order_page .finalprice {
    margin-bottom: 40px;
}

.input_select_active {
    background: #FFFCF9;
    border: 1px solid #FFF0E0;
    box-sizing: border-box;
    border-radius: 100px;
    width: 100%;
    margin-bottom: 15px;
    min-height: 40px;
    display: flex;
    align-items: center;
}

.comment_order_form {
    background: #F6F6F6;
    border-radius: 15px;
    width: 100%;
    height: 100px;
    border: 1px solid #F6F6F6;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.container_modal_small {
    width: 460px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px 70px;
    text-align: center;
    margin: 100px auto 0;
}

.container_modal_small .modal_title {
    justify-content: center;
    margin-bottom: 10px;
}

.container_modal_small .close_modal {
    right: -40px;
}

.container_modal_small .modal_descr {
    margin-bottom: 25px;
}

.container_modal_small .modal_descr_auth {
    margin: 10px 0;
}

.container_modal_small .input-form {
    background: #F6F6F6;
    width: 320px;
    margin-bottom: 10px;
}

.container_modal_small .btn-fill {
    width: 100%;
    height: 50px;
    font-weight: bold;
    font-size: 16px;
    line-height: 50px;
    margin-top: 5px;
}

.modal_social_auth {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.modal_social_auth a, .modal_social_auth a svg {
    width: 155px;
    height: 50px;
}

.modal_auth_btns {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.modal_auth_btns .losspass {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #B9B9B9;
}

.modal_auth_btns .signup, .modal_auth_btns .signin {
    font-size: 16px;
    line-height: 26px;
    text-decoration-line: underline;
    color: var(--main-color-pink);
    margin-left: 10px;
}

.modal_signup_btns {
    justify-content: center;
    align-items: center;
}

.other_sender {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.product_cart_stock {
    white-space: nowrap;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    color: #009846;
    margin-top: 30px;
}

.product_cart_stock_disabled {
    color: var(--main-color-red);
}

label .checkmark {
    background: #FFFFFF;
    border: 2px solid #F8CDA0;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

label input:checked ~ .checkmark {
    border: 1px solid var(--main-color-red);
}

label input:checked ~ .checkmark .active {
    display: block;
}

label input:checked ~ .checkmark .active {
    width: 50%;
    height: 50%;
    border-radius: 50%;
    background: var(--main-color-red);
    box-sizing: border-box;
}

.order_page .product_qty_cart .qty input {
    width: 100px;
    height: 30px;
}

.order_page .product_qty_cart .qty {
    width: 100px;
    height: 30px;
}

.order_page .product_qty_cart .qty .qtybtn {
    width: 19px;
    height: 18px;
}

.order_page .products_cart .item .product_price_cart {
    width: 100px;
    margin-bottom: 8px;
}

.order_page .products_cart .item .product_descr_cart {
    width: 180px;
    margin: 0 40px 0 20px;
}

.order_page .products_cart .item .product_image_cart {
    width: 105px;
}

.not-all-cart-product {
    display: none;
}

.not-all-cart-product.active {
    display: block;
    margin-top: 20px;
}

.other_sender {
    display: none;
}

.other_sender.active {
    display: flex;
}

.search_result {
    position: absolute;
    top: 50px;
    left: 0;
    display: block;
    width: 100%;
    background: #F6F6F6;
    border-radius: 20px;
    max-height: 200px;
    overflow: auto;
    z-index: 5;
}

.search_result span {
    display: block;
    padding: 0 10px;
    margin: 5px 0;
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: var(--font-color-main);
}

.search_result span:nth-child(1) {
    margin-top: 20px;
}

.search_result span:last-child {
    margin-bottom: 20px;
}

.cabinet .input_group_line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 600px;
}

.cabinet .input_group_line .input_group input {
    width: 100%;
}

.cabinet .input_group_half {
    width: 48%;
}

.sizes_btn .mobsizes {
    display: none;
}

.name_date {
    display: flex;
}


.contact_page {
    background: #FFF8F0;
}

.contact_page .container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.contact_page .header_with_line {
    display: block;
    width: 100%;
    margin-top: 0;
}

.contact_page .add_review_form {
    width: 420px;
    border-radius: 20px;
    background: var(--main-color-pink);
    padding: 25px 50px;
    height: fit-content;
    height: -moz-fit-content;
}

.contact_item {
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(105, 36, 0, 0.03);
    border-radius: 20px;
    padding: 35px;
    width: 420px;
}

.contact_page .contact_list {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.contact_page_info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
}

.contact_page_content {
    width: 740px;
}

.contact_item ul {
    list-style: none;
}

.contact_list .h2 {
    margin-bottom: 20px;
    display: block;
}

.elementcontact span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color-pink);
    border-radius: 50%;
    margin-right: 15px;
}

.elementcontact {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.elementcontact span svg {
    width: 11px;
    height: 11px;
}

.elementcontact a {
    font-size: 16px;
    line-height: 28px;
}

.catalog_page .horizontal_form .input_group input {
    width: 320px;
}

.body.catalog_page .horizontal_form {
    padding: 50px 150px;
}

.manufactures_pages {
    background: #F5F8FF;
}

.manufactures_pages .horizontal_form {
    order: 90;
    margin: 45px 0;
    padding: 50px 150px;
}

.manufactures_pages .horizontal_form .input_group input {
    width: 320px;
}

.manufactures_pages .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: center;
}

.manufactures_pages .col2 {
    flex: 0 0 35%;
    max-width: 35%;
    -ms-flex: 0 0 35%;
}

.manufactures_pages .col1 {
    flex: 0 0 55%;
    max-width: 55%;
    -ms-flex: 0 0 55%;
}

.manufactures_pages p strong {
    font-weight: 500
}

.body.manufactures_pages .seo_content {
    margin-left: 0;
}

.manufactures_pages .sidebar_menu li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.manufactures_pages .sidebar_menu li.active a {
    color: var(--main-color-red)
}

.manufactures_pages .header_with_line {
    margin-top: 0;
}

.manufactures_pages .blog_content .recent_blog_item, .manufactures_pages .blog_content .recent_blog_item:nth-child(4n) {
    margin-right: 40px;
}

.manufactures_pages .blog_content .recent_blog_item:nth-child(3n) {
    margin-right: 0;
}

.done-products .container, .ready-products .container {
    padding-top: 50px;
}

.done-products .product_item_list .product_buttons .btn {
    width: 100%;
}

.done-products {
    background: #F5F8FF;
}

.ready-products .product_item_list .readyaddtocart,
.ready-products .product_item_list .addtocart {
    padding: 0 10px;
}

.ready-products .availability .instock {
    color: #00A0E3;
    margin-bottom: 15px;
}

.ready-products .availability .instock svg path {
    fill: #00A0E3;
}

.userinfo .input_group_checkbox {
    margin-top: 15px;
}

.breadcrumbs {
    display: flex;
    list-style: none;
    background-color: #fff8f0;
    padding-top: 15px;
    flex-wrap: wrap;
}

.breadcrumbs.white {
    background-color: #f5f8ff;
}

.breadcrumbs li::after {
    content: ' ● ';
    font-size: 5px;
    margin: 0 7px 0 7px;
    color: var(--font-color-second);
    transform: translateY(-4px);
    display: inline-block;
}

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

.breadcrumbs li:nth-last-child(1)::after {
    display: none;
}

.breadcrumbs a {
    color: var(--font-color-second);
}

.to_calculate_link a {
    background: #FFF8F0;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    margin-top: 10px;
}

.to_calculate_link span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #2B2A29;
    display: block;
    width: 135px;
}

.to_calculate_link svg {
    width: 20px;
    height: 20px;
}

.modal_success {
    color: green;
    margin: 10px 0;
    text-align: center;
}

.product_item_list.unavailable_product .addtocart {
    border: 1px solid #B9B9B9;
    color: #B9B9B9;
    background: #B9B9B9;
    pointer-events: none;
}

.catalog_page.ready-products .product_item_list.unavailable_product .btn.view, .catalog_page.done-products .product_item_list.unavailable_product .btn.view {
    border: 1px solid var(--main-color-pink);
    color: var(--main-color-pink);
    pointer-events: unset;
}

.catalog_page.ready-products .product_item_list.unavailable_product .readyaddtocart {
    pointer-events: unset;
    color: #fff;
}

.product_item_list.unavailable_product .qty {
    filter: grayscale(1);
    pointer-events: none;
}

#map, .map_block {
    width: 100%;
}

#map iframe {
    margin-top: 15px;
    width: 100%;
    height: 400px;
    margin-bottom: 45px;
}

.showall {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #C41E50;
    display: block;
    cursor: pointer;
    display: none;
}


.input_groups_filters {
    max-height: 300px;
    overflow-y: auto;
}

.input_groups_filters::-webkit-scrollbar {
    width: 4px;
}

.input_groups_filters::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}

.input_groups_filters::-webkit-scrollbar-thumb {
    background-color: var(--main-color-pink);
    border-radius: 5px;
    outline: 1px solid var(--main-color-pink);
}

/*.sidebar_filters .hide_filter{*/
/*	display: none;*/
/*}*/

/*.sidebar_cats .hide_filter{*/
/*	display: none;*/
/*}*/

.product_descr_full a {
    font-style: italic;
    font-weight: 500;
}

.main_slider_banner {
    width: 100%;
    object-fit: cover;
}

.error {
    margin: 10px 0;
    color: red;
}

.success {
    margin: 10px 0;
    color: green;
}

footer .carts > img {
    width: 120px;
}

.add_review_form .success {
    color: lightgreen;
    display: none;
}

.modal_success {
    display: none;
}

.del_method_ukr {
    display: none;
}

.slider_product_full .img_slider {
    height: 100%;
}

.slider_product_full .slick-list, .slider_product_full .slick-track, .slider_product_full .slick-slide, .slider_product_full .img_slider {
    height: 100%;
}

.clearfilterempty {
    pointer-events: none;
    cursor: default;
}

.product_item_list .sku {
    display: none;
}

.product_item_list a.title {
    font-weight: 400;
    margin-bottom: 4px;
}

.main_menu ul .sub_menu ul ul ul {
    overflow: visible;
    overflow-x: hidden;
}

.input_group_filter label span {
    word-break: break-word;
}

.main_menu ul .sub_menu ul ul ul::-webkit-scrollbar {
    width: 4px;
}

.main_menu ul .sub_menu ul ul ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}

.main_menu ul .sub_menu ul ul ul::-webkit-scrollbar-thumb {
    background-color: var(--main-color-pink);
    border-radius: 5px;
    outline: 1px solid var(--main-color-pink);
}

.scrolltotop {
    position: fixed;
    bottom: 50px;
    left: 50px;
    width: 50px;
    height: 50px;
    background: var(--main-color-pink);
    border-radius: 50%;
    transform: rotateZ(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none;
}

.scrolltotop svg {
    height: 30px;
    width: 30px;
}

.cattitleline {
    width: 100%;
    display: block;
    height: 15px;
    background: url('/src/images/header_line_repeat_2.svg');
    background-repeat: repeat-x;
    margin: 25px 0;
}

#catalog_menu_pc {
    cursor: pointer;
}

.paycash {
    display: none;
}

.recover-page {
    background: #FFF8F0;
    min-height: 700px;
    padding-top: 200px;
}

.input-form-password {
    border: 1px solid var(--main-color-pink);
    width: 300px;
    margin: 10px 0;
}

.products_cart .item.hidden {
    display: none;
}

.error-auth {
    display: none;
    color: var(--main-color-red);
}

.errorpassfalse {
    display: none;
    color: var(--main-color-red);
}

.currencytitle {
    font-size: 11px;
}

.cooc {
    height: 100px;
    text-align: center;
    line-height: 100px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    display: none;
    z-index: 100;
}

.cooc span {
    font-weight: bold;
    font-size: 20px;
    margin-right: 20px;
}

.cooc a {
    font-size: 18px;
    font-weight: 700;
    color: #c41e50;
    text-decoration: underline;
    margin-right: 10px;
}

.cooc input {
    padding: 15px 30px;
    border: none;
    border-radius: 15px;
    background: #c41e50;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}


.red {
    position: absolute;
    top: -50px;
    width: 200px;
    left: -40px;
    background: #fff;
    border-radius: 10px;
    border: solid 1px;
    padding: 5px;
    z-index: 1000;
}

.mob_k {
    display: block;
    position: absolute;
    width: 300px;
    left: 400px;
    top: -40px;
    border-radius: 10px;
    padding: 5px;
}

.reviews_list .pagination {
    margin-bottom: 50px;
}

.input_group_del_separtor {
    margin: 5px 0;
    width: 100%;
}

.product-notification {
    padding-top: 15px;
    width: 100%;
    display: flex;
    justify-content: right;
}

.hidden {
    display: none;
}

.catalog-selection__link {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 32px;
    line-height: 32px;
    padding-left: 16px;
    padding-right: 4px;
    border: 1px solid #d2d2d2;
    border-radius: 50px;
    font-size: 14px;
    white-space: nowrap;
    color: #333;
    background-color: transparent;
    transition: all .2s ease-in-out;
    cursor: pointer;
}
.catalog-selection__link_type_reset {
    margin: 0;
    padding: 0 16px;
    border: 1px solid var(--main-color-pink);
    background: none;
    line-height: 1;
    color: #333;
    transition: all .3s ease;
}

.catalog-selection__link_type_reset:hover {
    background-color: var(--main-color-pink);
    color: #fff;
}

.active-filters {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.catalog-selection__remove-icon svg {
    transition: all .2s ease-in-out;
    width: 16px;
}

.catalog-selection__remove-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: 4px;
    border-radius: 50%;
    background-color: #fff;
}
.catalog-selection__remove-icon svg path {
    fill: var(--main-color-pink);
}


.popular_products.blog .product_item_list:nth-child(4n) {
    margin-right: 18px;
}

.author-block {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-block .author-info {
    display: flex;
    flex-direction: column;
}
.author-block .author-info a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.author-photo img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.author-name {
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.2;
}

.author-position {
    font-size: 0.95em;
    color: #555;
    line-height: 1.2;
}

.author-social a {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: 5px;
    transition: transform 0.3s ease;
    text-decoration: none;
    gap: 10px;
}

.author-block a * {
    text-decoration: none!important;
}

.product_page .reviews_page .line_header {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
	}
	@media (max-width: 1600px) and (min-width: 1000px) {
		.mobile {
    display: none !important;
}

.h1 {
    font-size: 1.9444vw;
    line-height: 2.7778vw;
}

.h2 {
    font-size: 1.6667vw;
    line-height: 2.5vw;
}

.h3 {
    font-size: 1.3889vw;
    line-height: 2.0833vw;
}

.h4 {
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 1.9444vw;
}

.h5 {
    font-weight: 500;
    font-size: 0.9722vw;
    line-height: 1.3889vw;
}

body, input, textarea, select {
    font-size: 1.1111vw;
    -webkit-text-size-adjust: none;
}

img, svg, iframe {
    max-width: 100%;
    display: block;
}

* {
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    /*font-weight: normal;*/
    color: var(--font-color-main);
    transition: .5s;
}
.seo_content ul {
    margin: 0.6944vw 0 0.6944vw 1.3889vw;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

body, dl, dt, dd, ul, ol, li, form, table, tr, td, h1, h2, h3, h4, h5, h6, pre, p, span, b, i, input, textarea, fieldset {
    margin: 0;
    padding: 0;
    transition: .5s;
}

body {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

header {
    order: 0;
    z-index: 50;
}

footer {
    order: 100;
}

a {
    cursor: pointer;
    text-decoration: none;
}

.seo_content a,
.seo_content a *,
.default_page a,
.manufactures_pages a,
.manufactures_pages a *,
.show_room a,
.show_room a *,
.article_page a,
.article_page a * {
    text-decoration: underline;
}

.recent_blog_item a {
    text-decoration: none;
}

p {
    font-size: 1.1111vw;
    line-height: 1.8056vw;
}

p.smalltext {
    font-size: 1.0417vw;
    line-height: 1.8056vw;
}

.input-form {
    background: #FFFFFF;
    border-radius: 6.9444vw;
    height: 3.4722vw;
    padding: 0 1.7361vw;
    line-height: 3.4722vw;
    font-size: 0.9722vw;
    border: 1px solid #fff;
}

.btn {
    height: 2.7778vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    width: -moz-fit-content;
    font-weight: 500;
    font-size: 0.9028vw;
    line-height: 1.0417vw;
    color: var(--main-color-pink);
    border: 1px solid var(--main-color-pink);
    padding: 0 1.3889vw;
    border-radius: 6.9444vw;
    cursor: pointer;
    text-decoration: none!important;
}

.btn:hover {
    border: 1px solid #EE3F2E;
    color: #EE3F2E;
}

.btn-fill {
    color: #fff;
    background: var(--main-color-pink);
}

.btn-fill:hover {
    box-shadow: inset 20.8333vw 0 0.0007vw #99213E;
    border: 1px solid #99213E;
    color: #fff;
}

.container {
    padding: 0 calc(50% - 45.1389vw);
}

.body .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.landing.container {
    flex-direction: column;

    .seo_content {
        order: unset;
    }
}


.main_page {
    background: #FFF8F0;
}

.body .seo_content {
    order: 99;
    width: 70.4861vw;
    margin-left: 18.0556vw;
    margin-bottom: 2.7778vw;
}

.body .sidebar {
    width: 17.0139vw;
}

.body .main_content {
    width: 70.4861vw;
}

.body .landing.main_content {
    width: 90vw;
}

.body {
    padding-top: 2.0833vw;
}

.top_header {
    background: #FFF8F0;
    height: 2.9167vw;
    width: 100%;
}

.top_header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.top_header .language_choose {
    width: 7.6389vw;
    display: flex;
}

.top_header .language_choose .language {
    font-size: 0.9028vw;
    line-height: 1.0417vw;
    color: var(--font-color-second);
}

.top_header .language_choose ul {
    margin-left: 0.5556vw;
    list-style: none;
}

.top_header .language_choose ul li {
    font-size: 0.9028vw;
    line-height: 1.0417vw;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
}

.top_header .language_choose ul li span.arrow {
    width: 0.4167vw;
    margin-left: 0.3472vw;
    transition: .5s;
}

.top_header .language_choose ul li span.arrow svg {
    width: 100%;
}

.top_header .language_choose ul ul {
    display: none;
    position: absolute;
    top: 1.0417vw;
    left: -0.625vw;
    margin-left: 0;
    background: #FFFFFF;
    box-shadow: 0vw 0vw 1.3889vw rgba(105, 36, 0, 0.03);
    border-radius: 0.3472vw;
    padding: 0.3472vw 0.625vw;
}

.top_header .language_choose ul li:hover ul {
    display: block;
}

.top_header .language_choose ul li:hover span.arrow {
    transform: rotateZ(180deg);
}

.top_header .top_header_item a, .top_header .top_header_item {
    font-weight: 500;
    font-size: 0.9028vw;
    line-height: 1.0417vw;
    color: #2B2A29;
    margin-left: 2.7778vw;
}

.top_header .top_header_item.call_us a {
    text-decoration-line: underline;
    font-weight: bold;
    color: var(--main-color-red);
    margin-left: 0.6944vw;
}

.top_header .top_header_item.call_us a:hover {
    color: var(--main-color-pink)
}

.top_header .language_choose, .top_header .top_header_item {
    width: 20.8333vw;
}

.top_header_item a:nth-child(1) {
    margin-left: 0;
}

.top_header_item {
    justify-content: flex-end;
    display: flex;
}

.top_header .top_header_item.call_us {
    justify-content: center;
}

.header_info .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 7.6389vw;
}

.header_info .logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-content: center;
    width: 18.0556vw;
}

.header_info .logo img {
    width: 6.5972vw;
    width: 7.9861vw;
    margin-right: 1.3889vw;
}

.header_info .logo span {
    font-size: 0.9028vw;
    line-height: 1.3889vw;
    color: var(--main-color-red);
    font-weight: 500;
}

.header_info_contact {
    width: fit-content;
    width: -moz-fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.header_info_contact .title {
    display: flex;
    font-weight: bold;
    font-size: 0.9028vw;
    line-height: 1.0417vw;
    text-align: right;
    align-items: center;
}

.header_info_contact .title svg {
    width: 0.7639vw;
    height: 0.7639vw;
    margin-right: 0.3472vw;
}

.header_info_contact a {
    font-size: 0.9028vw;
    line-height: 1.0417vw;
    margin-top: 0.5556vw;
}

.greetings-text p {
    width: fit-content;
    width: -moz-fit-content;
    color: red;
    max-width: 52.0833vw;
    font-size: 0.9722vw;
    line-height: 1.25vw;
    text-align: justify;
}

.greetings-text p strong {
    color: red;
    font-weight: bold;
}

.header_icons {
    display: flex;
    align-items: center;
}

.header_icons .header_icon {
    display: flex;
}

.header_icon:hover svg {
    transform: rotateZ(15deg);
}

.header_icons .icon_header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.0556vw;
    height: 3.0556vw;
    margin-left: 1.7361vw;
    background: var(--second-color-white);
    border-radius: 50%;
}

.header_icons .icon_header svg {
    width: 1.3889vw;
    height: 1.3889vw;
}

.header_icons .mini_cart_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 1.25vw;
}

.header_icons .mini_cart_text span {
    font-size: 0.9028vw;
    line-height: 1.0417vw;
    color: var(--font-color-second);
    font-weight: 500;
    margin-top: 0.3472vw;
}

.header_icons .mini_cart_text .total_mini_price {
    font-size: 0.9028vw;
    line-height: 1.0417vw;
    color: var(--font-color-main);
    display: block;
}

.header_icons .mini_cart {
    background: var(--main-color-red);
    position: relative;
}

.header_icons .mini_cart .counter_mini_cart {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: fit-content;
    width: -moz-fit-content;
    padding: 0 0.3472vw;
    height: 1.1111vw;
    background: var(--second-color-white);
    position: absolute;
    bottom: 0;
    right: 0;
    color: var(--main-color-red);
    font-size: 0.6944vw;
    line-height: 0.8333vw;
    font-weight: 700;
}

header .main_menu {
    background: var(--main-color-pink);
    height: 3.4722vw;
}

header .main_menu .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .main_menu ul {
    width: 62.5vw;
    display: flex;
    justify-content: space-between;
    list-style: none;
    height: 3.4722vw;
}

.main_menu ul .sub_menu {
    position: absolute;
    left: 0;
    top: 14.0278vw;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 200%;
    z-index: 50;
    display: none;
}

.main_menu ul .sub_menu ul {
    display: block;
    width: 17.0139vw;
    margin-left: calc(50% - 45.1389vw);
    height: 29.1667vw;
}

header .main_menu li ul li {
    height: auto;
}

.main_menu ul .sub_menu ul {
    background: #FFFFFF;
    box-shadow: 0vw 0vw 1.3889vw rgba(105, 36, 0, 0.03);
}

.main_menu ul .sub_menu ul li a {
    font-weight: 700;
}

.main_menu ul .sub_menu ul li a {
    min-height: 2.0833vw;
    background: #fff;
    font-style: normal;
    font-size: 0.9028vw;
    color: #2B2A29;
    text-transform: none;
    justify-content: flex-start;
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 0.2778vw;
    padding-bottom: 0.2778vw;
}

.main_menu ul .sub_menu ul ul li a {
    font-weight: 500;
}

.main_menu ul .sub_menu ul li a:hover {
    box-shadow: inset 17.0139vw 0 0.0007vw rgba(238, 63, 46, 0.1);
}

.main_menu ul .sub_menu ul.image li {
    height: 22.7778vw;
}

.main_menu ul .sub_menu ul.image li a, .main_menu ul .sub_menu ul.image li a img {
    width: 100%;
}

.main_menu ul .sub_menu ul li li a:hover {
    box-shadow: none;
    text-decoration-line: underline;
    color: #EE3F2E;
}

.main_menu ul .sub_menu ul li.arrow a {
    position: relative;
}

.main_menu ul .sub_menu ul li.arrow a:after {
    position: absolute;
    top: 0.8333vw;
    right: 1.0417vw;
    content: '';
    width: 0.4167vw;
    height: 0.5556vw;
    background: url('/src/images/arrow.png');
    background-size: 100% 100%;
    display: block;
    color: var(--main-color-red);
}

.main_menu ul .sub_menu ul li.bold a {
    font-weight: bold;
    font-size: 0.9028vw;
    line-height: 1.0417vw;
    color: #EE3F2E;
}

.main_menu ul .sub_menu ul li.bold li a {
    font-style: normal;
    font-weight: 500;
    font-size: 0.9028vw;
    display: flex;
    align-items: center;
    line-height: initial;
    color: #2B2A29;
    padding: 0.3472vw 0;
}

.main_menu ul .sub_menu ul li.arrow li a:after {
    display: none;
}

.main_menu ul .sub_menu ul li li.arrow a:after {
    display: block;
}

.main_menu ul .sub_menu ul li li.arrow li a:after {
    display: none;
}

.main_menu .sub_menu ul ul {
    display: none;
    position: absolute;
    top: 0;
    margin-left: 0;
    /*left: 21.875vw;*/
    left: calc(50% - 28.125vw);
    width: 18.0556vw;
    max-height: 100%;
}

.main_menu .sub_menu ul ul ul {
    display: none;
    position: absolute;
    top: 0;
    margin-left: 0;
    left: 18.0556vw;
    /*left: calc(50% - 31.9444vw);*/
}

.header .main_menu li ul li a svg {
    height: 0.9722vw;
    width: 0.9722vw;
}

header .main_menu li ul li {
    margin-left: 0 !important;
}

header .main_menu li ul li li a {
    position: relative;
}

.main_menu .sub_menu li:hover ul {
    display: block;
}

.main_menu .sub_menu li:hover ul ul {
    display: none;
}

.main_menu .sub_menu ul li ul li:hover ul {
    display: block;
}

.main_menu .sub_menu .showbanner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_menu .sub_menu .showbanner li {
    height: 100%;
}

.main_menu .sub_menu li.arrow:hover ~ .showbanner {
    display: none;
}

.main_menu .sub_menu li.arrow:hover .showbanner {
    display: flex;
}

.main_menu .sub_menu li li.arrow:hover ~ .showbanner {
    display: none;
}

.main_menu ul .sub_menu ul.showbanner li a:hover {
    box-shadow: none;
}


header .main_menu .search_form {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 22.2222vw;
    position: relative;
}


.ajax_search_results {
    position: absolute;
    top: 2.0833vw;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0vw 0vw 1.3889vw rgba(105, 36, 0, 0.03);
    border-radius: 1.3889vw;
    padding: 0 1.3889vw;
}

.ajax_search_results a {
    padding: 0.8333vw 0;
    border-bottom: 1px solod #FFF0E0;
    display: block;
}

.ajax_search_results a:first-child {
    margin-top: 1.3889vw;
}

.ajax_search_results a:last-child {
    margin-bottom: 1.3889vw;
}

header .main_menu .search_form form {
    display: flex;
    position: relative;
    width: 100%;
}

header .main_menu .search_form form input {
    background: #FFFFFF;
    border-radius: 6.9444vw;
    width: 100%;
    height: 2.0833vw;
    padding: 0 1.3889vw;
    border: 1px solid #fff;
    font-size: 0.8333vw;
}

header .main_menu .search_form form input::placeholder {
    color: #B9B9B9;
}

header .main_menu .search_form form label input {
    display: none;
}

header .main_menu .search_form form label {
    position: absolute;
    top: 0.4861vw;
    right: 1.0417vw;
}

header .main_menu .search_form form label svg {
    width: 1.1111vw;
    height: 1.1111vw;
    cursor: pointer;
}

header .main_menu li {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .main_menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: bold;
    font-size: 0.9028vw;
    line-height: 1.0417vw;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0.6944vw;
}

header .main_menu li a svg {
    width: 1.1111vw;
    height: 1.1111vw;
    margin-right: 0.6944vw;
}

header .main_menu li:nth-child(1) a {
    width: 17.0139vw;
    background: var(--main-color-red);
}

header .main_menu li:nth-child(2) {
    margin-left: 1.3889vw;
}

header .main_menu li a:hover {
    box-shadow: inset 20.8333vw 0 0.0007vw rgba(255, 255, 255, 0.2);
}

.main_menu ul:nth-child(1) li:nth-child(1).active .sub_menu {
    display: block;
}

.sidebar_menu {
    border-radius: 1.3889vw;
    background: #FFFFFF;
    box-shadow: 0vw 0vw 1.3889vw rgba(105, 36, 0, 0.03);
    padding: 1.0417vw 0;
    position: relative;
}

.sidebar_preview {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.sidebar_preview img {
    width: 100%;
}

.sidebar_menu ul ul {
    display: none;
}

.sidebar_menu ul li {
    position: relative;
}

.sidebar_menu ul li:hover ul {
    display: block;
    position: absolute;
    top: 0;
    left: 17.0139vw;
    background: #fff;
    z-index: 50;
    width: 17.0139vw;
}

.sidebar_menu ul li:hover ul ul {
    display: none;
}

.sidebar_menu ul ul li:hover ul {
    display: block;
    position: absolute;
    top: 0;
    left: 17.0139vw;
    background: #fff;
    z-index: 50;
    width: 17.0139vw;
}

.sidebar_menu ul {
    list-style: none;
}

.sidebar_menu li a {
    display: flex;
    align-items: center;
    font-size: 0.9028vw;
    padding: 0.4167vw 1.0417vw;
    font-weight: 700;
    text-decoration: none;
}

.sidebar_menu li li a {
    font-weight: 500;
}

.sidebar_menu li {
    width: 100%;
    position: relative;
}

.sidebar_menu li svg {
    width: 0.9722vw;
    margin-right: 0.6944vw;
}

.sidebar_menu li.bold a {
    color: var(--main-color-red);
    font-weight: bold;
}

.sidebar_menu li.arrow:after {
    position: absolute;
    top: 0.8333vw;
    right: 1.0417vw;
    content: '';
    width: 0.4167vw;
    height: 0.5556vw;
    background: url('/src/images/arrow.png');
    background-size: 100% 100%;
    display: block;
    color: var(--main-color-red);
}

.sidebar_menu ul li.bold ul a, .sidebar_menu ul ul li.bold a {
    font-weight: 400;
    color: var(--font-color-main);
}

.sidebar_menu ul ul ul li.arrow:after {
    display: none;
}

.sidebar_menu li a:hover {
    box-shadow: inset 20.8333vw 0 0.0007vw rgba(238, 63, 46, 0.1);
}

.sidebar_banner {
    margin-top: 2.0833vw;
}

.sidebar_banner a, .sidebar_banner a img {
    width: 100%;
    display: block;
}

.slides.desktop img {
    height: auto;
    width: 16.6667vw;
    border-radius: 0.6944vw;
}

.header_with_line {
    display: block;
    margin-top: 1.3889vw;
    margin-bottom: 1.3889vw;
}

.line_header {
    display: block;
}

.line_header .h2 {
    font-size: 1.3vw;
    font-family: 'Nunito', sans-serif;
    color: var(--lt-color-gray-500);
}

.line_header .see_all {
    font-size: 1vw;
    font-weight: 500;
    font-family: 'Nunito', sans-serif;
    text-decoration: underline;
    text-underline-offset: 3px;
    color: var(--main-color-red);
}

.header_with_line .h1 {
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    position: relative;
    margin-bottom: 1.3889vw;
}

.main_page .header_with_line .h1:after {
    width: 100%;
    content: '';
    height: 1.0417vw;
    background: url('/src/images/header_line_repeat_2.svg');
    position: absolute;
    bottom: -1.0417vw;
    left: 0;
    background-repeat: repeat-x;
}

.line_header, .line_header .h1 {
    display: unset;
}

.line_header * {
    font-family: Cocon-Regular;
}

.popcats .cats_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: white;
    overflow: hidden;
    border-radius: 1.0417vw;
    margin: 1.0417vw 0;
    padding: 0 1.3889vw;
}

.popcats .cats_list a {
    background: #FFFFFF;
    border-radius: 0.6944vw;
    display: flex;
    align-items: center;
    justify-items: center;
    padding: 1.3889vw 0vw;
}

.popcats .cats_list > span {
    background: var(--second-color-orange);
    height: 3.4722vw;
    width: 0.06em;
    align-self: center;
}

.popcats .cats_list a img {
    height: 3.4722vw;
    object-fit: contain;
}
.contact_page_info .modal_success,
.horizontal_form .modal_success {
    color: white;
    font-weight: bold;
    font-size: 2.0833vw;
}
.popcats .cats_list a span {
    font-size: 1.25vw;
    line-height: 1.9444vw;
    text-align: center;
    display: block;
    font-weight: 500;
    margin-left: 0.6944vw;
}

.popcats .cats_list a:hover span {
    color: var(--main-color-pink)
}

.products_list {
    display: flex;
    flex-wrap: wrap;
}

.product_item_list {
    width: 16.6667vw;
    margin-right: 1.25vw;
    background: #FFFFFF;
    box-shadow: 0vw 0vw 1.3889vw rgba(105, 36, 0, 0.03);
    border-radius: 1.3889vw;
    padding: 1.3889vw;
    margin-bottom: 1.25vw;
    display: flex;
    flex-direction: column;
}

.product_item_list:nth-child(4n) {
    margin-right: 0;
}

.product_item_list .image {
    width: 100%;
    position: relative;
    margin-bottom: 1.0417vw;
    height: 9.375vw;
    display: block;
}

.product_item_list .image img {
    width: 100%;
    border-radius: 0.6944vw;
    object-fit: cover;
    height: 100%;
}

.product_item_list .like {
    position: absolute;
    top: -0.9028vw;
    right: -0.9028vw;
    background: #FFFFFF;
    box-shadow: 0vw 0vw 1.3889vw rgba(105, 36, 0, 0.03);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.8056vw;
    height: 1.8056vw;
    border-radius: 50%;
}

.product_item_list .like svg {
    width: 1.0417vw;
    height: 1.0417vw;
}

.product_item_list .like.active svg path,
.product_item_list .like:hover svg path {
    fill: var(--main-color-red)
}

.product_item_list .sku {
    display: block;
    font-size: 0.8333vw;
    line-height: 0.9722vw;
    text-transform: uppercase;
    margin-bottom: 0.8333vw;
    color: var(--font-color-second)
}

.product_item_list a.title {
    font-weight: 500;
    font-size: 0.9722vw;
    line-height: 1.3889vw;
    height: 2.7778vw;
    overflow: hidden;
    display: block;
    margin-bottom: 0.8333vw;
    text-decoration: none;
}

.product_item_list .sizes {
    display: flex;
    margin-bottom: 0.8333vw;
    height: 0.8333vw;
    justify-content: center;
}

.product_item_list .sizes span {
    font-size: 0.8333vw;
    line-height: 0.8333vw;
    color: var(--second-color-orange);
    margin-right: 1.0417vw;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.product_item_list .sizes span.deep {
    margin-right: 0;
}

.product_item_list .sizes span svg {
    max-height: 0.8333vw;
    max-width: 0.8333vw;
    margin-right: 0.5556vw;
}

.products_list.fav {
    display: block;
    margin: 0;
}

.products_list.fav .header_with_line {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
}

.products_list.fav, .landing {
    .product_item_list {
        border-radius: 0.6944vw;
        padding: 0;
        margin: 1.0417vw 1.25vw 0 0;
        box-shadow: none;

        .sizes {
            margin: 0.8333vw auto;
        }

        .title {
            margin: 0 1.0417vw;
        }

        .image {
            height: 11.25vw;

            img {
                border-radius: 0.6944vw 0.6944vw 0 0;
            }
        }

    }

    .price_block {
        margin: 0.6944vw 1.7361vw;
        align-items: center;
        min-height: 2.7778vw;
    }

    .price {
        font-size: 1.3vw;
    }
}


.availability {
    display: flex;
    align-items: center;
}

.availability span {
    font-weight: 500;
    font-size: 0.8333vw;
    line-height: 0.9722vw;
    display: flex;
    align-items: center;
    width: 100%;
}

.availability span svg {
    width: 0.6944vw;
    height: 0.6944vw;
    display: block;
    margin-right: 0.3472vw;
}

.availability .instock {
    color: #009846;
}

.availability .outstock {
    color: var(--font-color-second);
    font-size: 0.9722vw;
}

.product_main_info .availability .outstock {
    font-size: 1.3889vw;
}

.product_main_info .availability span svg {
    width: 1.0417vw;
    height: 1.0417vw;
}

.product_item_list .price_block {
    margin-top: 1.1111vw;
    margin-bottom: 1.3194vw;
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
}

.product_item_list .qty {
    display: flex;
    position: relative;
    height: 1.9444vw;
    width: 6.9444vw;
}

.product_item_list .qty input {
    width: 100%;
    background: #F6F6F6;
    border-radius: 6.9444vw;
    height: 1.9444vw;
    border: 1px solid #F6F6F6;
    text-align: center;
    font-size: 0.8333vw;
    line-height: 1.3889vw;
    font-weight: 500;
}

.product_item_list .qty .qtybtn {
    width: 1.3194vw;
    height: 1.3194vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0.3472vw;
    left: 0.3472vw;
    cursor: pointer;
}

.product_item_list .qty .qtybtn svg {
    width: 1.3194vw;
    height: 1.3194vw;
}

.product_item_list .qty .qtybtn.plus {
    left: auto;
    right: 0.3472vw;
}

.product_item_list .price_block .oldprice {
    font-size: 0.8333vw;
    line-height: 0.8333vw;
    text-decoration-line: line-through;
    color: var(--font-color-second);
    display: block;
}

.product_item_list .price_block .price {
    font-weight: bold;
    font-size: 1.1111vw;
    line-height: 1.3889vw;
    display: block;
}

.product_item_list .product_buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_item_list .addtocart {
    padding: 0 1.9444vw;
}

.product_item_list .addtocart:hover svg {
    transform: rotateZ(15deg);
}

.product_item_list .addtocart svg {
    width: 1.3889vw;
    height: 1.25vw;
}

.full-width-element {
    display: flex;
    width: 100%;
    flex: 0 0 100%;
}

.full-width-element .btn {
    height: 3.4722vw;
    padding: 0 3.4722vw;
    font-weight: bold;
    font-size: 1.1111vw;
    line-height: 1.3194vw;
}

.products_list .to_catalog {
    align-items: center;
    justify-content: center;
    margin-top: 0.6944vw;
    margin-bottom: 3.125vw;
}

.horizontal_form {
    padding: 3.4722vw 6.25vw;
    background: url('/src/images/hor_form.png');
    background-size: 100% 100%;
    width: 100%;
}

.horizontal_form .h1, .horizontal_form p {
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 0.3472vw;
}

.horizontal_form p {
    margin-bottom: 1.7361vw;
}

.horizontal_form .input_group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.horizontal_form .input_group input {
    width: 18.75vw;
}

.horizontal_form .input_group input.btn-orange {
    border: 1px solid var(--second-color-orange);
    background: var(--second-color-orange);
    color: #fff;
    height: 3.4722vw;
    line-height: 1.3194vw;
    font-weight: bold;
    font-size: 1.1111vw;
}

.horizontal_form .input_group input.btn-orange:hover {
    box-shadow: inset 27.7778vw 0 0.0007vw var(--main-color-red);
    border: 1px solid var(--main-color-red);
}

.reviews {
    position: relative;
    height: 41.6667vw;
    overflow: hidden;
}

.reviews .review {
    width: 21.875vw;
    padding: 2.0833vw;
    background: #FFFFFF;
    box-shadow: 0vw 0vw 1.3889vw rgba(105, 36, 0, 0.03);
    border-radius: 1.3889vw;
    height: 26.3889vw;
}

.reviews .title_review {
    display: flex;
    justify-content: space-between;
}

.reviews .title_review .image {
    width: 3.125vw;
    height: 3.125vw;
}

.reviews .title_review .image svg {
    width: 3.125vw;
    height: 3.125vw;
}

.reviews .title_review .name {
    width: 6.9444vw;
}

.reviews .title_review .stars {
    width: 6.9444vw;
    display: flex;
    justify-content: flex-end;
}

.reviews .title_review .stars svg {
    width: 1.1111vw;
    height: 1.1111vw;
}

.reviews .title_review .name .user_name {
    font-weight: 500;
    font-size: 0.9722vw;
    line-height: 1.3889vw;
    display: block;
}

.reviews .title_review .name .review_date {
    font-size: 0.8333vw;
    line-height: 1.3889vw;
    color: #B9B9B9;
    display: block;
}

.reviews .content_review {
    margin-top: 1.3889vw;
    font-size: 1.0417vw;
    line-height: 1.8056vw;
}

.arrows-slider {
    display: flex;
    width: 5.5556vw;
    justify-content: space-between;
    align-items: center;
}

.arrows-slider .arrow-slider {
    width: 2.4306vw;
    height: 2.2917vw;
    cursor: pointer;
}

.arrows-slider .arrow-slider svg {
    width: 2.4306vw;
    height: 2.2917vw;
}

.reviews .arrows-slider {
    position: absolute;
    top: 1.7361vw;
    right: 0;
}

.fav_cats {
    position: relative;
}

.fav_cats .arrows-slider {
    justify-self: right;
    margin-right: 0.6944vw;
}

.reviews .slider_reviews {
    display: block;
    height: 26.3889vw;
}

.to_reviews {
    align-items: center;
    justify-content: center;
    margin-top: 2.0833vw;
    margin-bottom: 1.0417vw;
}

.recent_blog {
    position: relative;
    height: 47.2222vw;
    overflow: hidden;
}

.recent_blog .arrows-slider {
    position: absolute;
    top: 1.7361vw;
    right: 0;
}

.recent_blog_item {
    width: 21.5278vw;
    background: #FFFFFF;
    box-shadow: 0vw 0vw 1.3889vw rgba(105, 36, 0, 0.03);
    border-radius: 1.3889vw;
    height: 29.8611vw;
}

.recent_blog_item .content_preview {
    padding: 1.3889vw 1.7361vw;
}

.recent_blog_item .image {
    width: 100%;
    position: relative;
    height: 13.8889vw;
}

.recent_blog_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.3889vw 1.3889vw 0vw 0vw;
}

.recent_blog_item .date_recent_blog {
    position: absolute;
    top: 1.3889vw;
    left: 1.7361vw;
    background: #FFFFFF;
    border-radius: 6.9444vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8333vw;
    line-height: 0.8333vw;
    height: 1.8056vw;
    width: 5.9028vw;
}

.recent_blog_item a.title {
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 1.9444vw;
    height: 3.8889vw;
    overflow: hidden;
    display: block;
    margin-bottom: 1.0417vw;
}

.recent_blog_item .excerpt {
    font-size: 1.0417vw;
    line-height: 1.8056vw;
    height: 5.5556vw;
    overflow: hidden;
    display: block;
    margin-bottom: 1.3889vw;
}

.recent_blog_item .read_blog {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 0.9722vw;
    line-height: 1.1806vw;
    color: var(--main-color-pink);
}

.recent_blog_item .read_blog svg {
    width: 0.8333vw;
    height: 0.4861vw;
    margin-left: 0.6944vw;
    transition: .3s;
}

.recent_blog_item .read_blog:hover svg {
    width: 1.3889vw;
}

.slider_recent_blog {
    height: 29.8611vw;
}

.to_blog {
    align-items: center;
    justify-content: center;
    margin-top: 2.0833vw;
    margin-bottom: 1.0417vw;
}

.important_to_know .items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.0833vw;
}

.important_to_know .item {
    width: 21.875vw;
    background: #FFFFFF;
    box-shadow: 0vw 0vw 1.3889vw rgba(105, 36, 0, 0.03);
    border-radius: 1.3889vw;
    padding: 2.4306vw;
    height: 18.0556vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.important_to_know .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.9444vw;
    height: 6.9444vw;
    background: var(--main-color-red);
    border-radius: 50%;
}

.important_to_know .item svg {
    width: 3.8194vw;
}

.important_to_know .title {
    margin-top: 1.7361vw;
    margin-bottom: 0.6944vw;
    font-size: 1.25vw;
    line-height: 1.9444vw;
    text-align: center;
    display: block;
    font-weight: 500;
}

.important_to_know .descr {
    font-size: 1.0417vw;
    line-height: 1.8056vw;
    text-align: center;
    display: block;
}

.seo_content .unhide_content {
    max-height: 20.8333vw;
    overflow: hidden;
    padding-bottom: 1.3889vw;
}

.seo_content .unhide_content.show_all {
    max-height: unset;
}

.seo_content .readallseo {
    margin-bottom: 3.125vw;
    font-size: 1.0417vw;
    line-height: 1.8056vw;
    color: var(--main-color-pink);
    text-decoration: underline;
    display: block;
    margin-top: 2.0833vw;
}

.seo_content, .seo_content .unhide_content {
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.1111vw;
    line-height: 1.8056vw;
}

.seo_content .h1 {
    font-size: 1.9444vw;
    margin-bottom: 1.3889vw;
    display: block;
}


footer {
    background: var(--font-color-main);
}

footer * {
    color: #fff;
}

.footer_subscribe {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.7778vw 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 2.7778vw;
}

.footer_subscribe .logo {
    width: 6.9444vw;
}

.footer_subscribe .form_sub {
    display: flex;
    width: 65.2778vw;
    justify-content: flex-end;
}

.footer_subscribe .sub_text {
    display: block;
    margin-right: 2.0833vw;
    align-items: center;
}

.footer_subscribe .sub_text span {
    display: block;
    width: 100%;
    white-space: nowrap;
}

.footer_subscribe .sub_text .smalltext {
    font-size: 0.9722vw;
    line-height: 1.25vw;
}

.footer_subscribe form {
    display: flex;
    transition: none!important;
}
.footer_subscribe form * {
    transition: none!important;
}

.footer_subscribe .success {
    display: none;
    position: absolute;
    color: white;
    font-size: 1.3889vw;
    font-weight: bold;
}

.footer_subscribe .input-form {
    width: 19.0972vw;
    color: black;
}

.footer_subscribe .btn-fill {
    height: 3.4722vw;
    width: 19.0972vw;
    align-items: center;
    margin-left: 1.0417vw;
}

.footer_menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    margin-bottom: 2.7778vw;
}

.footer_menu ul {
    list-style: none;
}

.footer_menu ul span {
    display: block;
    margin-bottom: 1.3889vw;
    font-style: normal;
    font-weight: bold;
    font-size: 0.9028vw;
    line-height: 1.0417vw;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 1.0417vw;
}

.footer_menu ul li a {
    font-weight: 500;
    font-size: 0.9028vw;
    line-height: 1.0417vw;
    display: block;
    margin-top: 1.0417vw;
}

.footer_menu ul li a:hover {
    color: var(--main-color-red);
}

.footer_menu .contact_footer {
    width: 15.2778vw;
}

.footer_menu .contact_footer li a {
    display: flex;
    flex-shrink: initial;
}

.footer_menu .contact_footer li a svg {
    height: 0.6944vw;
    margin-right: 0.9028vw;
    flex: 0 0 5%;
}

.footer_menu .social {
    display: flex;
    align-items: center;
    margin-top: 1.0417vw;
}

.footer_menu .social a {
    width: 1.8056vw;
    height: 1.8056vw;
    cursor: pointer;
    margin-right: 0.6944vw;
}

.footer_menu .contact_footer li .social a svg {
    width: 1.8056vw;
    height: 1.8056vw;
    flex: none;
}


footer .madeby {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 0.9028vw;
    line-height: 1.0417vw;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
}

footer .madeby:hover {
    color: var(--main-color-pink);
}

footer .madeby svg {
    width: 5.5556vw;
    height: 0.8333vw;
    margin-left: 0.3472vw;
}

.little_banner {
    height: 3.4722vw;
    width: 100%;
    border-radius: 0.6944vw;
    background: url('/src/images/back_little.png');
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.25vw;
    line-height: 1.9444vw;
    color: #FFFFFF;
    margin-bottom: 3.125vw;
    margin-top: 2.4306vw;
}

.emptywidth100 {
    width: 100%;
}

.catalog_page {
    display: flex;
    flex-direction: column;
    background: #FFF8F0;
    padding-top: 0;
}

.body.catalog_page .seo_content {
    margin-left: 0;
    width: 72.2222vw;
}

.body.catalog_page .horizontal_form {
    order: 98;
    margin-bottom: 3.125vw
}

.body.catalog_page .little_banner {
    order: 97;
}

.main_content .cattitle {
    display: block;
    width: 100%;
    margin-bottom: 0.6944vw;
}

.sidebar .title_s {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.title_s .clearfilter {
    font-weight: normal;
    font-size: 0.9028vw;
    line-height: 1.3889vw;
    text-decoration-line: underline;
}

.item_filter {
    display: block;
    background: #FFFFFF;
    box-shadow: 0vw 0vw 1.3889vw rgba(105, 36, 0, 0.03);
    border-radius: 1.3889vw;
    padding: 1.0417vw 1.3889vw;
    margin: 0.6944vw 0 1.0417vw 0;
}

.item_filter .title_item_filter {
    font-weight: bold;
    font-size: 0.9028vw;
    line-height: 1.3889vw;
    text-transform: uppercase;
    color: #2B2A29;
    padding-bottom: 0.6944vw;
    margin-bottom: 0.6944vw;
    display: block;
    width: 100%;
    border-bottom: 1px solid #EAECEE;
}

.input_group_filter input {
    display: none;
}

.input_group_filter .checkmark {
    height: 1.25vw;
    width: 1.25vw;
    background: #F6F6F6;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 9%;
}

.input_group_filter .checkmark svg {
    display: none;
    width: 0.8333vw;
    height: 0.625vw;
}

.input_group_filter label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 1.6667vw;
    cursor: pointer;
    margin-bottom: 0.5556vw;
}

.input_group_filter label span {
    font-size: 0.9028vw;
    line-height: 1.3889vw;
}

.input_group_filter label input:checked ~ .checkmark {
    background: var(--main-color-red);
}

.input_group_filter label input:checked ~ .checkmark svg {
    display: block;
}

.sort_catalog {
    display: flex;
    align-items: center;
    margin-bottom: 1.0417vw;
}

.sort_catalog span.sorttitle {
    font-weight: bold;
    font-size: 0.9028vw;
    line-height: 1.3889vw;
    text-transform: uppercase;
}

.sort_catalog .sortitem {
    margin-left: 1.3889vw;
    background: rgba(196, 30, 80, 0.05);
    border-radius: 6.9444vw;
    display: flex;
    padding: 0.4167vw 1.0417vw;
    font-size: 0.8333vw;
    line-height: 0.9722vw;
}

.sort_catalog .sortitem.active {
    background: var(--main-color-pink);
    color: #fff;
}

.sort_catalog .sortitem:hover {
    color: var(--main-color-pink)
}

.sort_catalog .sortitem.active:hover {
    color: #fff;
}

.pagination {
    display: flex;
    list-style: none;
    margin: 2.0833vw auto 0 auto;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.pagination-btn, .pagination-btn-empty {
    background: #fff;
    border-radius: 50%;
    width: 2.7778vw;
    height: 2.7778vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.2153vw;
}

.pagination-btn, .pagination-btn-empty {
    font-style: normal;
    font-weight: 500;
    font-size: 1.1111vw;
    line-height: 2.4306vw;
    text-align: center;
    color: #1A1A1A;
    transition: .5s;
}

.pagination-btn.active {
    color: #fff;
    background: var(--main-color-pink)
}

.pagination-btn:hover {
    color: var(--main-color-pink);
}

.pagination-btn.active:hover {
    color: #fff;
}

.pagination-btn svg {
    width: 0.8333vw;
    height: 0.8333vw;
}

.product_page {
    background: #FFF8F0;
}

.product_page .product_h1 {
    display: block;
    width: 100%;
    margin-bottom: 1.3889vw;
}

.product_page .product_main_content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.product_page .product_sliders {
    width: 48.6111vw;
    padding: 3.8194vw;
    background: #FFFFFF;
    border-radius: 1.3889vw;
    display: block;
    height: fit-content;
    height: -moz-fit-content;
}

.product_page .product_main_info {
    padding: 2.4306vw;
    background: #FFFFFF;
    border-radius: 1.3889vw;
    width: 39.5833vw;
    display: block;
    height: fit-content;
}

.product_main_slider .img_slider {
    width: 100%;
    height: 27.0833vw;
}

.product_main_slider .img_slider img {
    width: 100%;
    height: 27.0833vw;
    object-fit: cover;
}

.product_nav_slider {
    margin-top: 1.3889vw;
    height: 4.1667vw;
    display: flex;
    justify-content: center;
}

.product_nav_slider .img_slider {
    padding: 0.2778vw;
    border: 1px solid var(--main-color-white);
    height: 4.1667vw;
    margin: 0 0.3472vw;
    cursor: pointer;
}

.product_nav_slider .img_slider img {
    height: 3.4722vw;
    margin: 0 auto;
}

.product_nav_slider .slick-current .img_slider {
    border: 1px solid var(--main-color-pink)
}

.product_main_slider {
    height: 27.0833vw;
}

.product_description {
    padding: 2.0833vw 2.4306vw;
    background: #FFFFFF;
    border-radius: 1.3889vw;
    margin-top: 1.3889vw;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.product_description .product_video {
    width: 35.4167vw;
}

.product_description .product_video > iframe {
    width: 35.4167vw;
    height: 23.9583vw;
}

.product_description .product_descr_vith_video {
    width: 44.4444vw;
}

.product_description .h2 {
    display: block;
    margin-bottom: 1.0417vw;
}

.product_main_info .flex-justify {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_under_link {
    padding-bottom: 1.3889vw;
    margin-bottom: 1.3889vw;
    border-bottom: 1px solid #FFF8F0;
}

.product_main_info .sku_block * {
    font-weight: 500;
    font-size: 0.8333vw;
    line-height: 0.9722vw;
    text-transform: uppercase;
    color: var(--font-color-second);
}

.product_main_info .one_characteristic .value {
    font-weight: normal;
    font-size: 0.9722vw;
    line-height: 1.3889vw;
    text-align: right;
    white-space: nowrap;
}

.product_main_info .one_characteristic .title {
    position: relative;
    display: flex;
    width: 100%;
    white-space: nowrap;
}

.product_main_info .one_characteristic .title::after {
    content: '';
    width: 100%;
    height: 1.25vw;
    border-bottom: 1px dashed #EAECEE;
    margin: 0 0.3472vw;
}

.product_main_info .one_characteristic:not(:last-child) {
    margin-bottom: 0.6944vw;
}

.product_main_info .discount_title {
    display: block;
    margin-bottom: 1.0417vw;
    color: var(--main-color-red)
}

.product_main_info .table {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.product_main_info .table .column {
    width: 100%;
}

.product_main_info .table .title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.6944vw 1.0417vw;
    font-style: normal;
    font-weight: 500;
    font-size: 0.9028vw;
    line-height: 1.3889vw;
    color: var(--font-color-main);
    background: var(--main-color-white);
    border-radius: 1.0417vw;
    margin-bottom: 0.6944vw;
    width: 8.3333vw;
    height: 4.1667vw;
}

.product_main_info .table .value {
    font-weight: 500;
    font-size: 0.9028vw;
    line-height: 1.3889vw;
    color: var(--main-color-red);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.0417vw;
    background: var(--main-color-white);
    border-radius: 1.0417vw;
    width: 8.3333vw;
}

.product_main_info .table .column:nth-child(1) .value, .product_main_info .table .column:nth-child(1) .title {
    justify-content: flex-start;
}

.product_main_info .prices {
    display: flex;
    align-items: center;
}

.product_main_info .old_price {
    font-weight: normal;
    font-size: 1.25vw;
    line-height: 0.8333vw;
    text-decoration-line: line-through;
    color: var(--font-color-second);
    margin-right: 1.0417vw;
}

.product_main_info .price {
    font-weight: bold;
    font-size: 1.6667vw;
    line-height: 2.3611vw;
}


.product_main_info .qty {
    display: flex;
    position: relative;
    height: 3.4722vw;
    width: 10.4167vw;
}

.product_main_info .qty input {
    width: 100%;
    background: #F6F6F6;
    border-radius: 6.9444vw;
    height: 3.4722vw;
    border: 1px solid #F6F6F6;
    text-align: center;
    font-size: 1.1111vw;
    line-height: 3.4722vw;
    font-weight: 500;
}

.product_main_info .qty .qtybtn {
    width: 1.875vw;
    height: 1.875vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0.7986vw;
    left: 0.7986vw;
    cursor: pointer;
}

.product_main_info .qty .qtybtn svg {
    width: 1.875vw;
    height: 1.875vw;
}

.product_main_info .qty .qtybtn.plus {
    left: auto;
    right: 0.7986vw;
}

.product_main_info .price_block {
    display: flex;
    margin-top: 1.3889vw;
}

.product_main_info .addtocartproduct {
    width: 10.4167vw;
    height: 3.4722vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1111vw;
    line-height: 1.3194vw;
    text-align: center;
    color: #FFFFFF;
    margin-left: 1.3889vw;
}

.product_main_info .addtocartproduct svg {
    width: 1.3889vw;
    height: 1.3889vw;
    margin-left: 1.0417vw;
}

.product_main_info .addtocartproduct.disabled, .product_main_info .addtocartproduct.disabled:hover {
    background: #B9B9B9;
    border-color: #B9B9B9;
    box-shadow: unset;
    width: 13.8889vw;
    cursor: default;
}

.product_main_info .like_btn {
    margin-top: 1.3889vw;
}

.product_main_info .like_btn a, .product_main_info .like_btn svg {
    cursor: pointer;
    width: 2.0833vw;
    height: 1.875vw;
}

.like_btn path {
    fill: transparent;
    transition: 0.3s;
}

.like_btn.active path {
    fill: #EE3F2E;
}

.product_page_product_list {
    display: block;
    width: 100%;
}

.product_page_product_list .product_item_list {
    margin-right: 0;
}

.product_page_product_list .products_list {
    display: block;
}

.product_page .little_banner {
    margin-bottom: 0;
}

.unavailable_product .horizontal_form {
    margin-top: 3.125vw;
}

.unavailable_product .product_main_info .h2 {
    margin-bottom: 1.0417vw;
    display: block;
}

.blog_page {
    background: #FFF8F0;
}

.blog_page_tech {
    background: #F5F8FF;
}

.blog_content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 3.125vw;
}

.blog_content .pagination {
    margin-top: 0.6944vw;
}

.blog_content .recent_blog_item {
    margin-right: 0.9722vw;
    width: 21.3889vw;
    margin-bottom: 1.3889vw;
}

.blog_content .recent_blog_item:nth-child(4n) {
    margin-right: 0;
}

.article_page {
    background: #FFF8F0;
}

.tech_article_page {
    background: #F5F8FF;
    padding-bottom: 2.7778vw;
}

.article_page .article_image {
    display: block;
    width: 100%;
}

.article_image img {
    width: 100%;
    max-height: 27.7778vw;
    object-fit: cover;
}

.article_date {
    background: #FFFFFF;
    border-radius: 6.9444vw;
    display: block;
    margin: 2.7778vw 2.7778vw 1.3889vw 13.8889vw;
    font-weight: normal;
    font-size: 0.8333vw;
    line-height: 0.8333vw;
    padding: 0.4861vw 0.8333vw;
}

.article_views {
    background: #FFFFFF;
    border-radius: 6.9444vw;
    display: flex;
    gap: 1.0417vw;
    margin: 2.7778vw 2.7778vw 1.3889vw 0;
    font-weight: normal;
    font-size: 0.8333vw;
    line-height: 0.8333vw;
    padding: 0.4861vw 0.8333vw 0.4861vw 2.2222vw;
    position: relative;
    background-size: 0.9722vw;
    background-repeat: no-repeat;
    background-position: 0.6944vw center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' color='black'%3E%3Cpath d='M21.544 11.045c.304.426.456.64.456.955c0 .316-.152.529-.456.955C20.178 14.871 16.689 19 12 19c-4.69 0-8.178-4.13-9.544-6.045C2.152 12.529 2 12.315 2 12c0-.316.152-.529.456-.955C3.822 9.129 7.311 5 12 5c4.69 0 8.178 4.13 9.544 6.045'/%3E%3Cpath d='M15 12a3 3 0 1 0-6 0a3 3 0 0 0 6 0'/%3E%3C/g%3E%3C/svg%3E");
}

.article_rating {
    background: #FFFFFF;
    border-radius: 6.9444vw;
    display: flex;
    margin: 2.7778vw auto 1.3889vw 0;
    font-weight: normal;
    font-size: 0.8333vw;
    line-height: 0.8333vw;
    padding: 0.4861vw 0.8333vw 0.4861vw 0.8333vw;
    position: relative;
}

.article_rating .stars {
    display: inline-block;
    font-size: 1.6667vw; /* Розмір зірок */
    color: #d3d3d3; /* Колір для незафарбованих зірок */
    position: relative;
    padding-right: 0.6944vw;
}

.article_rating .star.full {
    color: #FFD700; /* Золотий колір для повних зірок */
}

.article_rating .star.half {
    position: relative;
    color: #d3d3d3;
}

.article_rating .star.half::before {
    content: "★";
    position: absolute;
    left: 0;
    width: 50%; /* Зафарбовуємо половину */
    overflow: hidden;
    color: #FFD700; /* Колір половинчастої зірки */
}

.article_rating .star.empty {
    color: #d3d3d3; /* Сірий або інший колір для порожніх зірок */
}

.article_share-buttons {
    margin-top: 1.3889vw;
    display: flex;
    align-items: center;
    gap: 0.6944vw;
    margin-bottom: 2.7778vw;
}

.article_content {
    margin: 0 13.8889vw;
}

.seo_content h2,
.seo_content h3,
.seo_content h4,
.article_content h2,
.article_content h3,
.article_content h4 {
    margin-top: 2.7778vw;
    margin-bottom: 1.0417vw;
}
.article_content h1, .article_content h1 * {
    font-size: 2.0833vw;
}

.article_h1 {
    margin-bottom: 1.3889vw;
}

.body.default_page .container {
    display: block;
}

.article_content h2, .article_content h3,
.article_content h2 *, .article_content h3 * {
    /*font-weight: bold;*/
}
.article_content ul, .article_content ol {
    padding-left: 0;
    list-style: none;
    margin: 1.0417vw 0;
    counter-reset: li;
}

.article_content ul li::before {
    content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: var(--main-color-red); /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    font-size: 1.3889vw;
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
}

.article_content ol li::before {
    content: counter(li) '.';
    color: var(--main-color-red);
    display: inline-block;
    width: 2em;
    font-weight: bold;
}

.article_content ol li {
    counter-increment: li
}

.article_content ul li, .article_content ol li {
    margin-bottom: 1.0417vw;
}

.article_content blockquote {
    margin: 0;
    padding: 0;
    margin-top: 1.7361vw;
}

.article_content blockquote p {
    font-style: italic;
    font-weight: normal;
    font-size: 1.6667vw;
    line-height: 2.5vw;
}

.reviews_page {
    background: #FFF8F0;
}

.reviews_page .container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.reviews_page .header_with_line {
    display: block;
    width: 100%;
    margin-top: 0;
}

.reviews_page .reviews_list {
    width: 59.7222vw;
}

.reviews_page .add_review_form {
    width: 27.7778vw;
    border-radius: 1.3889vw;
    background: var(--main-color-pink);
    padding: 1.7361vw 3.4722vw;
    height: fit-content;
    height: -moz-fit-content;
    margin-bottom: 3.4722vw;
}

.review_item {
    margin-bottom: 1.0417vw;
}

.review_main {
    background: #FFFFFF;
    box-shadow: 0vw 0vw 1.3889vw rgba(105, 36, 0, 0.03);
    border-radius: 1.3889vw;
    width: 100%;
    padding: 1.3889vw 1.7361vw;
}

.review_answer {
    margin-top: 0.6944vw;
    margin-bottom: 1.7361vw;
    margin-left: 1.3889vw;
    padding-left: 1.0417vw;
    border-left: 0.2778vw solid var(--main-color-red);
}

.header_review {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 0.6944vw;
}

.header_review .current_mark {
    display: flex;
    list-style: none;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
}

.header_review svg {
    width: 2.0833vw;
    height: 2.0833vw;
    margin-right: 1.0417vw;
}

.header_review .current_mark svg {
    width: 1.1111vw;
    height: 1.1111vw;
    margin-right: 0;
}

.header_review .name {
    font-weight: 500;
    font-size: 0.9722vw;
    line-height: 1.3889vw;
    display: block;
}

.header_review .date {
    font-weight: normal;
    font-size: 0.8333vw;
    line-height: 1.3889vw;
    color: var(--font-color-second);
    display: block;
    margin-left: 0.6944vw;
}

.content_review {
    font-weight: normal;
    font-size: 1.0417vw;
    line-height: 1.8056vw;
}

.add_review_form .h1 {
    color: #fff;
    display: block;
    text-align: center;
}

.add_review_form p {
    color: #fff;
    display: block;
    text-align: center;
    margin: 0.3472vw 0 1.3889vw 0;
}

.add_review_form .input-form {
    width: 100%;
    margin-bottom: 0.6944vw;
}

.add_review_form textarea.input-form {
    height: 10.4167vw;
    padding: 1.0417vw;
    line-height: 1.7361vw;
    border-radius: 1.0417vw;
}

.add_review_form .btn {
    width: 100%;
    height: 3.4722vw;
    text-align: center;
    font-weight: bold;
    font-size: 1.1111vw;
    line-height: 1.3194vw;
    background: var(--second-color-orange);
    color: #fff;
}

.main_mark {
    display: flex;
    align-items: center;
    margin-bottom: 1.0417vw;
}


.main_mark span {
    font-weight: 500;
    font-size: 0.9722vw;
    line-height: 1.25vw;
    color: #FFFFFF;
}

.main_mark svg {
    height: 2.0833vw;
    width: 2.0833vw;
    margin-right: 2px;
}

.main_mark ul {
    display: flex;
    list-style: none;
    margin-left: 0.6944vw;
}

#stars li {
    cursor: pointer;
}

#stars li.selected svg path {
    fill: #FFC944;
}

#stars li.selected svg path {
    fill: #FFC944;
}

.show_room {
    background: #FFF8F0;
}

.show_room_main_info {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.show_room_main_info .column {
    width: 41.6667vw;
}

.show_room_main_info .video iframe {
    width: 100%;
    height: 23.6111vw;
}

.show_room_main_info .h1 {
    margin-bottom: 1.3889vw;
}

.show_room_main_info .content p {
    font-weight: normal;
    font-size: 1.1111vw;
    line-height: 1.8056vw;
}

.show_room_contact {
    margin: 3.4722vw 0;
    background: #FFFFFF;
    box-shadow: 0vw 0vw 1.3889vw rgba(105, 36, 0, 0.03);
    border-radius: 1.3889vw;
    padding: 2.7778vw;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.show_room_contact .col {
    width: 40.2778vw;
}

.show_room_contact .col img {
    width: 100%;
}

.show_room_contact .h1 {
    display: block;
    margin-bottom: 2.7778vw;
}

.show_room_contact .h2 {
    display: block;
    color: var(--main-color-pink);
    margin-bottom: 1.3889vw;
}

.show_room_contact ul {
    list-style: none;
}

.show_room_contact li {
    display: flex;
    align-items: center;
    margin-top: 0.6944vw;
}

.show_room_contact li .icon {
    width: 2.7778vw;
    height: 2.7778vw;
    border-radius: 50%;
    background: var(--main-color-pink);
    margin-right: 0.6944vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.show_room_contact li .icon svg {
    width: 1.0417vw;
    height: 1.0417vw;
}

.show_room_photos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.show_room_photos .image {
    width: 49%;
    display: block;
    margin-bottom: 1.3889vw;
}

.show_room_photos .image img {
    width: 100%;
}

.show_room .little_banner {
    margin-bottom: 1.3889vw;
}

.show_room .little_banner_2 {
    margin-top: 0;
    background: url('/src/images/back_little_2.png');
    background-size: 100% 100%;
    margin-bottom: 3.125vw;
}

.calculate_products {
    width: 100%;
    padding: 3.4722vw 4.8611vw;
    background: url('/src/images/calc_form.png');
    background-size: 100% 100%;
    margin-bottom: 1.3889vw;
}

.calculate_products form {
    display: flex;
    justify-content: space-between;
}

.calculate_products .h1 {
    display: block;
    text-align: center;
    color: #fff;
}

.calculate_products .p {
    display: block;
    text-align: center;
    color: #fff;
    margin: 0.3472vw 0 1.7361vw 0;
}

.calculate_products input {
    width: 15.625vw;
    padding-left: 2.7778vw;
}

.calculate_products input[type=submit] {
    width: 12.5vw;
    background: #FFED00;
    font-weight: bold;
    font-size: 1.1111vw;
    line-height: 1.3194vw;
    text-align: center;
    color: var(--font-color-main);
    height: 3.4722vw;
    border-radius: 6.9444vw;
    border: 1px solid #FFED00;
    padding: 0;
    cursor: pointer;
}

.input-group-calc {
    position: relative;
}

.input-group-calc-placeholder {
    position: absolute;
    top: 1.3889vw;
    left: 1.0417vw;
}

.input-group-calc-placeholder svg {
    height: 0.6944vw;
    width: 0.8333vw;
}

.product-full-slider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    display: none;
}

.product-full-slider-container {
    height: 95%;
    width: 90%;
    background: #fff;
    border-radius: 1.3889vw;
    padding: 2.0833vw;
    text-align: center;
    position: relative;
}

.slider_product_full img {
    height: 100%;
    width: 62.5vw;
    object-fit: contain;
}

.slider_product_full {
    height: 75%;
    width: 62.5vw;
    margin: 1.3889vw auto 2.7778vw auto;
}

.product-full-slider .arrow-slider {
    width: 2.7778vw;
    height: 2.7778vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFF0E0;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 1.3889vw);
    left: 2.7778vw;
    cursor: pointer;
}

.product-full-slider .arrow-slider:hover {
    box-shadow: inset 2.7778vw 0 0.0007vw var(--main-color-pink);
}

.product-full-slider .arrow-slider svg {
    width: 0.6944vw;
    height: 0.6944vw;
}

.product-full-slider .arrow-slider.right-arrow {
    left: auto;
    right: 2.7778vw;
}

.product-full-slider .close {
    position: absolute;
    right: 1.3889vw;
    top: 1.3889vw;
    cursor: pointer;
    width: 1.3889vw;
    height: 1.3889vw;
}

.product-full-slider .close svg {
    width: 1.3889vw;
    height: 1.3889vw;
}

.product-full-slider .price_block {
    display: flex;
    align-items: center;
    justify-content: center;
}


.product-full-slider .prices {
    display: flex;
    align-items: center;
}

.product-full-slider .old_price {
    font-weight: normal;
    font-size: 1.25vw;
    line-height: 0.8333vw;
    text-decoration-line: line-through;
    color: var(--font-color-second);
    margin-right: 1.0417vw;
}

.product-full-slider .price {
    font-weight: bold;
    font-size: 1.6667vw;
    line-height: 2.3611vw;
}


.product-full-slider .qty {
    display: flex;
    position: relative;
    height: 3.4722vw;
    width: 10.4167vw;
}

.product-full-slider .qty input {
    width: 100%;
    background: #F6F6F6;
    border-radius: 6.9444vw;
    height: 3.4722vw;
    border: 1px solid #F6F6F6;
    text-align: center;
    font-size: 1.1111vw;
    line-height: 3.4722vw;
    font-weight: 500;
}

.product-full-slider .qty .qtybtn {
    width: 1.875vw;
    height: 1.875vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0.7986vw;
    left: 0.7986vw;
    cursor: pointer;
}

.product-full-slider .qty .qtybtn svg {
    width: 1.875vw;
    height: 1.875vw;
}

.product-full-slider .qty .qtybtn.plus {
    left: auto;
    right: 0.7986vw;
}

.product-full-slider .price_block {
    display: flex;
    margin-top: 1.3889vw;
}

.product-full-slider .addtocartproduct {
    width: 10.4167vw;
    height: 3.4722vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1111vw;
    line-height: 1.3194vw;
    text-align: center;
    color: #FFFFFF;
    margin-left: 1.3889vw;
}

.product-full-slider .addtocartproduct svg {
    width: 1.3889vw;
    height: 1.3889vw;
    margin-left: 1.0417vw;
}

.product-full-slider .oldprice {
    margin-right: 1.3889vw;
    display: block;
}

.product-full-slider .price {
    margin-right: 1.3889vw;
    display: block;
}

.cabinet {
    background: #FFF8F0;
}

.cabinet .container {
    display: flex;
    flex-wrap: wrap;
    padding-top: 1.3889vw;
    justify-content: space-between;
}

.cabinet .headcab {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.cabinet .headcab .h2 {
    margin-bottom: 1.3889vw;
}

.cabinet .headcab a {
    display: flex;
    font-weight: 500;
    font-size: 1.0417vw;
    line-height: 1.8056vw;
    text-decoration-line: underline;
    color: #B6B7B7;
}

.cabinet .headcab a svg {
    height: 1.5278vw;
    margin-right: 1.0417vw;
}


.cabinet .sidebarmenu {
    flex: 0 0 25%;
    max-width: 25%;
    -ms-flex: 0 0 25%;
}

.cabinet .contentpart {
    flex: 0 0 70%;
    max-width: 70%;
    -ms-flex: 0 0 70%;
    background: #FFFFFF;
    box-shadow: 0vw 0vw 1.3889vw rgba(105, 36, 0, 0.03);
    border-radius: 1.3889vw;
    padding: 2.0833vw 3.4722vw;
}

.cabinet .sidebarmenu ul {
    list-style: none;
    display: flex;
    flex-direction: column;
}

.cabinet .sidebarmenu li {
    box-sizing: border-box;
    margin-bottom: 0.6944vw;
}

.cabinet .sidebarmenu li a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    padding: 1.0417vw 1.3889vw;
    border-radius: 0.6944vw;
    background: #FFFFFF;
}

.cabinet .sidebarmenu li a svg {
    width: 2.0833vw;
    height: 2.0833vw;
    margin-right: 1.0417vw;
}

.cabinet .sidebarmenu li a.active {
    color: var(--main-color-pink);
    border: 1px solid #C41E50;
}

.cabinet .input_group input {
    border: 1px solid #F6F6F6;
    box-sizing: border-box;
    width: 41.6667vw;
    height: 2.7778vw;
    padding: 0.6944vw 1.3889vw;
    font-size: 0.9028vw;
    line-height: 1.3889vw;
    background: #F6F6F6;
    border-radius: 6.9444vw;
}

.cabinet .input_group label {
    display: block;
    margin-top: 1.0417vw;
    font-style: normal;
    font-weight: 500;
    font-size: 0.9028vw;
    line-height: 1.25vw;
}

.cabinet input[type='submit'] {
    margin-top: 2.0833vw;
    height: 3.4722vw;
    border: 1px solid var(--main-color-pink);
    cursor: pointer;
    width: 19.0972vw;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color-pink);
    color: #fff;
    font-weight: bold;
    font-size: 1.1111vw;
    line-height: 1.3194vw;
}

.userhistory,
.userwishlist {
    display: none;
}

.productinfo .addtocartproductpage {
    margin-right: 1.3889vw;
}

.cabinet .userwishlist .item {
    display: flex;
    margin-bottom: 1.3889vw;
    padding-bottom: 1.3889vw;
    border-bottom: 1px solid #E8E8E8;
    justify-content: space-between;
}

.userwishlist .item a.delete {
    flex: 0 0 5%;
    width: 100%;
}

.userwishlist .item a.image {
    flex: 0 0 15%;
}

.userwishlist .item a.image img {
    width: 100%;
}

.userwishlist .item .titleattr {
    flex: 0 0 25%;
    flex-wrap: wrap;
}

.userwishlist .product_buttons {
    display: flex;
    flex: 0 0 30%;
    justify-content: flex-end;
    align-items: center;
}

.userwishlist .product_buttons .addtocart {
    margin-left: 0.6944vw;
}

.userwishlist .item .titleattr .title {
    font-style: normal;
    font-weight: normal;
    font-size: 1.6667vw;
    line-height: 2.3611vw;
}

.userwishlist .item .titleattr .attr {
    font-style: normal;
    font-weight: normal;
    font-size: 1.1111vw;
    line-height: 1.4583vw;
    color: #505050;
    margin-top: 1.3889vw;
    display: block;
}

.userwishlist .item .priceblock {
    flex: 0 0 20%;
    flex-wrap: wrap;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
}

.userwishlist .item .priceblock div {
    width: fit-content;
}

.userwishlist .item .priceblock .price {
    font-style: normal;
    font-weight: 500;
    font-size: 1.3889vw;
    line-height: 1.8056vw;
    text-align: right;
}

.userwishlist .item .priceblock .sale_price {
    font-size: 1.0417vw;
    line-height: 1.25vw;
    text-decoration: line-through;
    color: #fff;
}

.userhistory .item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 2.0833vw;
}

.userhistory .orderinfo {
    display: flex;
    justify-content: space-between;
    margin: 1.3889vw 0;
}

.userhistory .ordern {
    font-style: normal;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 1.9444vw;
}

.userhistory .date, .userhistory .titlesum {
    font-style: normal;
    font-weight: normal;
    font-size: 1.25vw;
    line-height: 1.9444vw;
    color: #B3B3B3;
    margin-left: 0.6944vw;
}

.userhistory .status {
    font-style: normal;
    font-weight: bold;
    font-size: 1.25vw;
    line-height: 1.9444vw;
    display: block;
    margin-top: 0.3472vw;
}

.userhistory .status.success {
    color: #009846;
}

.userhistory .sum {
    font-style: normal;
    font-weight: bold;
    display: block;
    text-align: right;
}

.userhistory span.sum {
    font-style: normal;
    font-weight: bold;
    font-size: 1.25vw;
    line-height: 1.9444vw;
    color: var(--main-color-pink);
}

.cabinet .items .item .priceblock .price {
    font-style: normal;
    font-weight: bold;
    font-size: 1.25vw;
    line-height: 1.9444vw;
    text-align: right;
    color: #2B2A29;
}

.userhistory img {
    width: 100%;
    border-radius: 0.6944vw;
}

.userhistory .image {
    flex: 0 0 15%;
    max-width: 15%;
    -ms-flex: 0 0 15%;
}

.userhistory .titleattr {
    flex: 0 0 45%;
    max-width: 45%;
    -ms-flex: 0 0 45%;
    padding: 0 1.3889vw;
    display: flex;
    align-items: center;
}

.userhistory .qtyinfo {
    flex: 0 0 25%;
    max-width: 25%;
    -ms-flex: 0 0 25%;
    display: flex;
    align-items: center;
}

.userhistory .priceblock {
    flex: 0 0 20%;
    max-width: 15%;
    -ms-flex: 0 0 15%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.userhistory a.title {
    font-style: normal;
    font-weight: 500;
    font-size: 0.9722vw;
    line-height: 1.3889vw;
}

.orderinf .del {
    display: block;
    margin-bottom: 0.6944vw;
    font-style: normal;
    font-weight: normal;
    font-size: 1.1111vw;
    line-height: 1.8056vw;
}

.cabinet .header_with_line {
    margin: 0;
}

.cabinet {
    padding-bottom: 3.125vw;
}

.userhistory .qtyinfo .qty {
    font-weight: normal;
    font-size: 1.25vw;
    line-height: 1.9444vw;
    display: flex;
}

.orderslist .items {
    padding-bottom: 2.0833vw;
    border-bottom: 1px solid rgba(239, 127, 48, 0.6);
}

.orderslist .items:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.search_page .header_with_line .h1 {
    margin-bottom: 1.3889vw;
}

.search_page .sidebar_cats .input_group_cats_search a {
    font-weight: 500;
    font-size: 0.9722vw;
    line-height: 1.3889vw;
    color: #2B2A29;
    display: block;
    margin-bottom: 0.5556vw;
}

.search_page .sidebar_cats .input_group_cats_search a span {
    color: #B9B9B9;
}

.search_page .sidebar_cats .input_group_cats_search a:hover, .search_page .sidebar_cats .input_group_cats_search:nth-child(1) a {
    color: var(--main-color-red)
}

.search_page {
    padding-bottom: 3.125vw;
}

.default_page {
    background: #FFF8F0;
}

.default_page .container {
    width: 80%
}

.default_page .article_content {
    margin: 0;
}

.error_page {
    background: #FFF8F0;
}

.error_page .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 3.125vw;
}

.error_page img {
    width: 60.4167vw;
}

.error_page .h1 {
    display: block;
    margin: 1.3889vw auto;
}

.success_order {
    background: #FFF8F0;
}

.success_order .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1.3889vw 0 5.5556vw 0;
}

.success_order .btn {
    margin-top: 3.4722vw;
    height: 3.4722vw;
    font-weight: bold;
    font-size: 1.1111vw;
    line-height: 1.3194vw;
    padding: 0 3.4722vw;
}

.modal {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}

.container_modal {
    background: #FFFFFF;
    border-radius: 1.3889vw;
    width: 62.5vw;
    padding: 2.0833vw 3.4722vw;
    margin: 6.9444vw auto 0;
}

.modal_title {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.7361vw;
}

.modal .close_modal {
    position: absolute;
    top: -0.6944vw;
    right: -2.0833vw;
    cursor: pointer;
    width: 1.25vw;
    height: 1.25vw;
    cursor: pointer;
}

.modal .close_modal svg {
    width: 1.25vw;
    height: 1.25vw;
}

.cart_btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 2.0833vw;
}

.info_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.totalprices {
    padding: 1.3889vw 0;
    margin: 1.3889vw 0;
    border-top: 1px solid #FFF0E0;
    border-bottom: 1px solid #FFF0E0;
}

.totalprices .info_price:not(:last-child) {
    margin-bottom: 1.0417vw;
}

.info_price .value_price {
    font-weight: bold;
    font-size: 1.25vw;
    line-height: 1.3889vw;
}

.info_price .value_price.sale_price {
    color: var(--main-color-red);
}

.info_price .title_price {
    font-weight: normal;
    font-size: 1.1111vw;
    line-height: 1.3889vw;
}

.finalprice .info_price .value_price {
    font-weight: bold;
    font-size: 1.6667vw;
    line-height: 1.3889vw;
}

.sale_to_non_action {
    font-weight: normal;
    font-size: 0.9028vw;
    line-height: 0.9722vw;
}

.products_cart {
    max-height: 41.6667vw;
    overflow-y: auto;
}

#modal_cart .products_cart {
    max-height: 13.8889vw;
    padding-right: 1.0417vw;
}

.products_cart::-webkit-scrollbar {
    width: 0.2778vw;
}

.products_cart::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0.3472vw rgba(0, 0, 0, 0.3);
}

.products_cart::-webkit-scrollbar-thumb {
    background-color: var(--main-color-pink);
    border-radius: 0.3472vw;
    outline: 1px solid var(--main-color-pink);
}

.ordercart .products_cart {
    padding-right: 1.0417vw;
}

.products_cart .item {
    display: flex;
    align-items: center;
    margin-bottom: 1.7361vw;
    justify-content: space-between;
}

.products_cart .item .delete_item_from_cart {
    width: 1.1111vw;
}

.products_cart .item .product_image_cart {
    width: 7.6389vw;
}

.products_cart .item .product_descr_cart {
    width: 12.5vw;
    margin: 0 8.3333vw 0 1.3889vw;
}

.products_cart .item .product_qty_cart {
    width: 11.1111vw;
}

.products_cart .item .product_price_cart {
    width: 8.1944vw;
}

.products_cart .item .product_price_cart .prices {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.delete_item_from_cart {
    display: flex;
    align-items: center;
}

.delete_item_from_cart svg {
    width: 0.8333vw;
    height: 0.8333vw;
    cursor: pointer;
}

.product_image_cart img {
    width: 100%;
    border-radius: 0.6944vw;
}

.product_title_cart {
    font-weight: 500;
    font-size: 0.9722vw;
    line-height: 1.3889vw;
}

.product_qty_cart .qty {
    display: flex;
    position: relative;
    height: 2.7778vw;
    width: 10.4167vw;
}

.product_qty_cart .qty input {
    width: 100%;
    background: #F6F6F6;
    border-radius: 6.9444vw;
    height: 2.7778vw;
    border: 1px solid #F6F6F6;
    text-align: center;
    font-size: 1.1111vw;
    line-height: 2.7778vw;
    font-weight: 500;
}

.product_qty_cart .qty .qtybtn {
    width: 1.875vw;
    height: 1.875vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0.4167vw;
    left: 0.4167vw;
    cursor: pointer;
}

.product_qty_cart .qty .qtybtn svg {
    width: 1.875vw;
    height: 1.875vw;
}

.product_qty_cart .qty .qtybtn.plus {
    left: auto;
    right: 0.4167vw;
}

.product_price_cart .oldprice {
    font-weight: normal;
    font-size: 0.8333vw;
    line-height: 0.8333vw;
    text-decoration-line: line-through;
    color: #B9B9B9;
    margin-bottom: 0.2153vw;
}

.product_price_cart .price {
    font-weight: bold;
    font-size: 1.25vw;
    line-height: 1.3889vw;
    color: #2B2A29;
}

.ordercart .product_price_cart .price {
    font-size: 1.1111vw;
    line-height: 1.3889vw;
}

.order_page {
    background: #FFF8F0;
    padding-bottom: 3.125vw;
}

.order_page .h1 {
    margin-bottom: 0;
}

.order_page form {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.order_page .user_data {
    width: 45.1389vw;
    background: #fff;
    padding: 2.0833vw;
    box-shadow: 0vw 0vw 1.3889vw rgba(105, 36, 0, 0.03);
    border-radius: 1.3889vw;
}

.order_page .cart_data {
    width: 42.3611vw;
    background: #fff;
    padding: 2.0833vw;
    box-shadow: 0vw 0vw 1.3889vw rgba(105, 36, 0, 0.03);
    border-radius: 1.3889vw;
}

.auth_data {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.3889vw;
}

.login_social {
    display: flex;
    align-items: center;
}

.is_auth {
    font-weight: bold;
    font-size: 1.1111vw;
    line-height: 1.9444vw;
    display: flex;
    white-space: nowrap;
    align-items: center;
}

.is_auth a {
    font-weight: bold;
    font-size: 1.1111vw;
    line-height: 1.9444vw;
    text-decoration-line: underline;
    color: var(--main-color-pink);
    margin-left: 0.3472vw;
}

.login_as_user {
    font-size: 0.8333vw;
    line-height: 0.9722vw;
    color: #000000;
    width: 5.5556vw;
    margin-left: 0.6944vw;
    display: flex;
    align-items: center;
}

.login_social a {
    width: 8.5417vw;
    margin-left: 0.3472vw;
    height: 100%;
}

.login_social svg {
    width: 8.5417vw;
    height: 2.7778vw;
}

.user_data_form, .del_method_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.order_page .h4 {
    font-weight: bold;
    font-size: 1.25vw;
    line-height: 1.9444vw;
    display: block;
    width: 100%;
    margin-bottom: 1.0417vw;
}

.order_page .input_group {
    width: 48%;
    margin-bottom: 1.0417vw;
    position: relative;
}

.order_page .input_group_full {
    width: 100%;
}

.order_page .input_group label {
    font-weight: 500;
    font-size: 0.9028vw;
    line-height: 1.25vw;
    margin-bottom: 0.3472vw;
    display: block;
}

.order_page .input_group input, .order_page .input_group select {
    background: #F6F6F6;
    border: 1px solid #F6F6F6;
    border-radius: 6.9444vw;
    padding: 0 1.3889vw;
    font-size: 0.9028vw;
    line-height: 2.7778vw;
    height: 2.7778vw;
    width: 100%;
}

.del_method_form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.del_method_info .title {
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 0.9028vw;
    line-height: 1.25vw;
    margin: 1.3889vw 0 1.0417vw 0;
}

.input_group_del {
    width: 31%;
    flex: 0 0 31%;
}

.input_group_del label, .input_select_active label {
    box-sizing: border-box;
    border-radius: 6.9444vw;
    width: 100%;
    min-height: 2.7778vw;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 0.9028vw;
    line-height: 1.25vw;
    cursor: pointer;
}

.input_group_del label input {
    display: none;
}

.input_group_del label {
    background: #FFFCF9;
    border: 1px solid #FFF0E0;
}

.input_group_checkbox {
    display: block;
    width: 100%;
    margin-bottom: 1.0417vw;
    margin-top: 0.6944vw;
}

.input_group_checkbox label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.input_group_checkbox label .checkmark {
    border-radius: 3px;
}

.input_group_checkbox label .checkmark svg {
    width: 1.25vw;
    height: 1.25vw;
}

.input_group_checkbox label input:checked ~ .checkmark {
    background: var(--main-color-red);
}

.input_group_checkbox label .checkmark .active {
    width: 1.25vw;
    height: 1.25vw;
}

.input_group_checkbox label input:checked ~ .checkmark .active {
    border-radius: 0;
    width: 1.25vw;
    height: 1.25vw;
}

.title_order_cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.0417vw;
    padding-bottom: 1.0417vw;
    border-bottom: 1px solid #FFF0E0;
}

.title_order_cart span {
    font-weight: 500;
    font-size: 0.8333vw;
    line-height: 1.3889vw;
}

.not-all-cart-product {
    padding: 1.0417vw;
    background: #FFF8F0;
    border-radius: 1.0417vw;
    margin-bottom: 1.3889vw;
}

.not-all-cart-product .title {
    display: block;
    font-weight: 500;
    font-size: 0.9722vw;
    line-height: 1.3889vw;
}

.not-all-cart-product .input_select_active {
    display: flex;
    background: #FFFFFF;
    border: 1px solid #FFF0E0;
    box-sizing: border-box;
    border-radius: 1.0417vw;
    min-height: 2.7778vw;
    margin-top: 0.6944vw;
}

.order_page .sale_to_non_action {
    font-size: 0.9028vw;
    line-height: 0.9722vw;
}

.order_page .finalprice {
    margin-bottom: 2.7778vw;
}

.input_select_active {
    background: #FFFCF9;
    border: 1px solid #FFF0E0;
    box-sizing: border-box;
    border-radius: 6.9444vw;
    width: 100%;
    margin-bottom: 1.0417vw;
    min-height: 2.7778vw;
    display: flex;
    align-items: center;
}

.comment_order_form {
    background: #F6F6F6;
    border-radius: 1.0417vw;
    width: 100%;
    height: 6.9444vw;
    border: 1px solid #F6F6F6;
    padding: 0.6944vw 1.3889vw;
    margin-bottom: 1.0417vw;
}

.container_modal_small {
    width: 31.9444vw;
    background: #FFFFFF;
    border-radius: 1.3889vw;
    padding: 2.0833vw 4.8611vw;
    text-align: center;
    margin: 6.9444vw auto 0;
}

.container_modal_small .modal_title {
    justify-content: center;
    margin-bottom: 0.6944vw;
}

.container_modal_small .close_modal {
    right: -2.7778vw;
}

.container_modal_small .modal_descr {
    margin-bottom: 1.7361vw;
}

.container_modal_small .modal_descr_auth {
    margin: 0.6944vw 0;
}

.container_modal_small .input-form {
    background: #F6F6F6;
    width: 22.2222vw;
    margin-bottom: 0.6944vw;
}

.container_modal_small .btn-fill {
    width: 100%;
    height: 3.4722vw;
    font-weight: bold;
    font-size: 1.1111vw;
    line-height: 3.4722vw;
    margin-top: 0.3472vw;
}

.modal_social_auth {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.modal_social_auth a, .modal_social_auth a svg {
    width: 10.7639vw;
    height: 3.4722vw;
}

.modal_auth_btns {
    display: flex;
    justify-content: space-between;
    margin-top: 1.0417vw;
}

.modal_auth_btns .losspass {
    font-weight: normal;
    font-size: 1.1111vw;
    line-height: 1.8056vw;
    color: #B9B9B9;
}

.modal_auth_btns .signup, .modal_auth_btns .signin {
    font-size: 1.1111vw;
    line-height: 1.8056vw;
    text-decoration-line: underline;
    color: var(--main-color-pink);
    margin-left: 0.6944vw;
}

.modal_signup_btns {
    justify-content: center;
    align-items: center;
}

.other_sender {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.product_cart_stock {
    white-space: nowrap;
    font-style: normal;
    font-weight: 500;
    font-size: 0.8333vw;
    line-height: 0.9722vw;
    text-align: right;
    color: #009846;
    margin-top: 2.0833vw;
}

.product_cart_stock_disabled {
    color: var(--main-color-red);
}

label .checkmark {
    background: #FFFFFF;
    border: 2px solid #F8CDA0;
    width: 1.3889vw;
    height: 1.3889vw;
    margin: 0 0.6944vw;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

label input:checked ~ .checkmark {
    border: 1px solid var(--main-color-red);
}

label input:checked ~ .checkmark .active {
    display: block;
}

label input:checked ~ .checkmark .active {
    width: 50%;
    height: 50%;
    border-radius: 50%;
    background: var(--main-color-red);
    box-sizing: border-box;
}

.order_page .product_qty_cart .qty input {
    width: 6.9444vw;
    height: 2.0833vw;
}

.order_page .product_qty_cart .qty {
    width: 6.9444vw;
    height: 2.0833vw;
}

.order_page .product_qty_cart .qty .qtybtn {
    width: 1.3194vw;
    height: 1.25vw;
}

.order_page .products_cart .item .product_price_cart {
    width: 6.9444vw;
    margin-bottom: 0.5556vw;
}

.order_page .products_cart .item .product_descr_cart {
    width: 12.5vw;
    margin: 0 2.7778vw 0 1.3889vw;
}

.order_page .products_cart .item .product_image_cart {
    width: 7.2917vw;
}

.not-all-cart-product {
    display: none;
}

.not-all-cart-product.active {
    display: block;
    margin-top: 1.3889vw;
}

.other_sender {
    display: none;
}

.other_sender.active {
    display: flex;
}

.search_result {
    position: absolute;
    top: 3.4722vw;
    left: 0;
    display: block;
    width: 100%;
    background: #F6F6F6;
    border-radius: 1.3889vw;
    max-height: 13.8889vw;
    overflow: auto;
    z-index: 5;
}

.search_result span {
    display: block;
    padding: 0 0.6944vw;
    margin: 0.3472vw 0;
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
    font-size: 0.9028vw;
    line-height: 1.3889vw;
    color: var(--font-color-main);
}

.search_result span:nth-child(1) {
    margin-top: 1.3889vw;
}

.search_result span:last-child {
    margin-bottom: 1.3889vw;
}

.cabinet .input_group_line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 41.6667vw;
}

.cabinet .input_group_line .input_group input {
    width: 100%;
}

.cabinet .input_group_half {
    width: 48%;
}

.sizes_btn .mobsizes {
    display: none;
}

.name_date {
    display: flex;
}


.contact_page {
    background: #FFF8F0;
}

.contact_page .container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.contact_page .header_with_line {
    display: block;
    width: 100%;
    margin-top: 0;
}

.contact_page .add_review_form {
    width: 29.1667vw;
    border-radius: 1.3889vw;
    background: var(--main-color-pink);
    padding: 1.7361vw 3.4722vw;
    height: fit-content;
    height: -moz-fit-content;
}

.contact_item {
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0vw 0vw 1.3889vw rgba(105, 36, 0, 0.03);
    border-radius: 1.3889vw;
    padding: 2.4306vw;
    width: 29.1667vw;
}

.contact_page .contact_list {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.contact_page_info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 2.7778vw;
}

.contact_page_content {
    width: 51.3889vw;
}

.contact_item ul {
    list-style: none;
}

.contact_list .h2 {
    margin-bottom: 1.3889vw;
    display: block;
}

.elementcontact span {
    width: 2.0833vw;
    height: 2.0833vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color-pink);
    border-radius: 50%;
    margin-right: 1.0417vw;
}

.elementcontact {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.elementcontact span svg {
    width: 0.7639vw;
    height: 0.7639vw;
}

.elementcontact a {
    font-size: 1.1111vw;
    line-height: 1.9444vw;
}

.catalog_page .horizontal_form .input_group input {
    width: 22.2222vw;
}

.body.catalog_page .horizontal_form {
    padding: 3.4722vw 10.4167vw;
}

.manufactures_pages {
    background: #F5F8FF;
}

.manufactures_pages .horizontal_form {
    order: 90;
    margin: 3.125vw 0;
    padding: 3.4722vw 10.4167vw;
}

.manufactures_pages .horizontal_form .input_group input {
    width: 22.2222vw;
}

.manufactures_pages .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.4722vw;
    align-items: center;
}

.manufactures_pages .col2 {
    flex: 0 0 35%;
    max-width: 35%;
    -ms-flex: 0 0 35%;
}

.manufactures_pages .col1 {
    flex: 0 0 55%;
    max-width: 55%;
    -ms-flex: 0 0 55%;
}

.manufactures_pages p strong {
    font-weight: 500
}

.body.manufactures_pages .seo_content {
    margin-left: 0;
}

.manufactures_pages .sidebar_menu li a {
    font-weight: 500;
    font-size: 0.9722vw;
    line-height: 1.3889vw;
}

.manufactures_pages .sidebar_menu li.active a {
    color: var(--main-color-red)
}

.manufactures_pages .header_with_line {
    margin-top: 0;
}

.manufactures_pages .blog_content .recent_blog_item, .manufactures_pages .blog_content .recent_blog_item:nth-child(4n) {
    margin-right: 2.7778vw;
}

.manufactures_pages .blog_content .recent_blog_item:nth-child(3n) {
    margin-right: 0;
}

.done-products .container, .ready-products .container {
    padding-top: 3.4722vw;
}

.done-products .product_item_list .product_buttons .btn {
    width: 100%;
}

.done-products {
    background: #F5F8FF;
}

.ready-products .product_item_list .readyaddtocart,
.ready-products .product_item_list .addtocart {
    padding: 0 0.6944vw;
}

.ready-products .availability .instock {
    color: #00A0E3;
    margin-bottom: 1.0417vw;
}

.ready-products .availability .instock svg path {
    fill: #00A0E3;
}

.userinfo .input_group_checkbox {
    margin-top: 1.0417vw;
}

.breadcrumbs {
    display: flex;
    list-style: none;
    background-color: #fff8f0;
    padding-top: 1.0417vw;
    flex-wrap: wrap;
}

.breadcrumbs.white {
    background-color: #f5f8ff;
}

.breadcrumbs li::after {
    content: ' ● ';
    font-size: 0.3472vw;
    margin: 0 0.4861vw 0 0.4861vw;
    color: var(--font-color-second);
    transform: translateY(-4px);
    display: inline-block;
}

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

.breadcrumbs li:nth-last-child(1)::after {
    display: none;
}

.breadcrumbs a {
    color: var(--font-color-second);
}

.to_calculate_link a {
    background: #FFF8F0;
    border-radius: 1.0417vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.6944vw 1.0417vw;
    margin-top: 0.6944vw;
}

.to_calculate_link span {
    font-weight: 500;
    font-size: 0.9722vw;
    line-height: 1.3889vw;
    color: #2B2A29;
    display: block;
    width: 9.375vw;
}

.to_calculate_link svg {
    width: 1.3889vw;
    height: 1.3889vw;
}

.modal_success {
    color: green;
    margin: 0.6944vw 0;
    text-align: center;
}

.product_item_list.unavailable_product .addtocart {
    border: 1px solid #B9B9B9;
    color: #B9B9B9;
    background: #B9B9B9;
    pointer-events: none;
}

.catalog_page.ready-products .product_item_list.unavailable_product .btn.view, .catalog_page.done-products .product_item_list.unavailable_product .btn.view {
    border: 1px solid var(--main-color-pink);
    color: var(--main-color-pink);
    pointer-events: unset;
}

.catalog_page.ready-products .product_item_list.unavailable_product .readyaddtocart {
    pointer-events: unset;
    color: #fff;
}

.product_item_list.unavailable_product .qty {
    filter: grayscale(1);
    pointer-events: none;
}

#map, .map_block {
    width: 100%;
}

#map iframe {
    margin-top: 1.0417vw;
    width: 100%;
    height: 27.7778vw;
    margin-bottom: 3.125vw;
}

.showall {
    font-style: normal;
    font-weight: normal;
    font-size: 0.9028vw;
    line-height: 1.3889vw;
    text-decoration-line: underline;
    color: #C41E50;
    display: block;
    cursor: pointer;
    display: none;
}


.input_groups_filters {
    max-height: 20.8333vw;
    overflow-y: auto;
}

.input_groups_filters::-webkit-scrollbar {
    width: 0.2778vw;
}

.input_groups_filters::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0.3472vw rgba(0, 0, 0, 0.3);
}

.input_groups_filters::-webkit-scrollbar-thumb {
    background-color: var(--main-color-pink);
    border-radius: 0.3472vw;
    outline: 1px solid var(--main-color-pink);
}

/*.sidebar_filters .hide_filter{*/
/*	display: none;*/
/*}*/

/*.sidebar_cats .hide_filter{*/
/*	display: none;*/
/*}*/

.product_descr_full a {
    font-style: italic;
    font-weight: 500;
}

.main_slider_banner {
    width: 100%;
    object-fit: cover;
}

.error {
    margin: 0.6944vw 0;
    color: red;
}

.success {
    margin: 0.6944vw 0;
    color: green;
}

footer .carts > img {
    width: 8.3333vw;
}

.add_review_form .success {
    color: lightgreen;
    display: none;
}

.modal_success {
    display: none;
}

.del_method_ukr {
    display: none;
}

.slider_product_full .img_slider {
    height: 100%;
}

.slider_product_full .slick-list, .slider_product_full .slick-track, .slider_product_full .slick-slide, .slider_product_full .img_slider {
    height: 100%;
}

.clearfilterempty {
    pointer-events: none;
    cursor: default;
}

.product_item_list .sku {
    display: none;
}

.product_item_list a.title {
    font-weight: 400;
    margin-bottom: 0.2778vw;
}

.main_menu ul .sub_menu ul ul ul {
    overflow: visible;
    overflow-x: hidden;
}

.input_group_filter label span {
    word-break: break-word;
}

.main_menu ul .sub_menu ul ul ul::-webkit-scrollbar {
    width: 0.2778vw;
}

.main_menu ul .sub_menu ul ul ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0.3472vw rgba(0, 0, 0, 0.3);
}

.main_menu ul .sub_menu ul ul ul::-webkit-scrollbar-thumb {
    background-color: var(--main-color-pink);
    border-radius: 0.3472vw;
    outline: 1px solid var(--main-color-pink);
}

.scrolltotop {
    position: fixed;
    bottom: 3.4722vw;
    left: 3.4722vw;
    width: 3.4722vw;
    height: 3.4722vw;
    background: var(--main-color-pink);
    border-radius: 50%;
    transform: rotateZ(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none;
}

.scrolltotop svg {
    height: 2.0833vw;
    width: 2.0833vw;
}

.cattitleline {
    width: 100%;
    display: block;
    height: 1.0417vw;
    background: url('/src/images/header_line_repeat_2.svg');
    background-repeat: repeat-x;
    margin: 1.7361vw 0;
}

#catalog_menu_pc {
    cursor: pointer;
}

.paycash {
    display: none;
}

.recover-page {
    background: #FFF8F0;
    min-height: 48.6111vw;
    padding-top: 13.8889vw;
}

.input-form-password {
    border: 1px solid var(--main-color-pink);
    width: 20.8333vw;
    margin: 0.6944vw 0;
}

.products_cart .item.hidden {
    display: none;
}

.error-auth {
    display: none;
    color: var(--main-color-red);
}

.errorpassfalse {
    display: none;
    color: var(--main-color-red);
}

.currencytitle {
    font-size: 0.7639vw;
}

.cooc {
    height: 6.9444vw;
    text-align: center;
    line-height: 6.9444vw;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    display: none;
    z-index: 100;
}

.cooc span {
    font-weight: bold;
    font-size: 1.3889vw;
    margin-right: 1.3889vw;
}

.cooc a {
    font-size: 1.25vw;
    font-weight: 700;
    color: #c41e50;
    text-decoration: underline;
    margin-right: 0.6944vw;
}

.cooc input {
    padding: 1.0417vw 2.0833vw;
    border: none;
    border-radius: 1.0417vw;
    background: #c41e50;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}


.red {
    position: absolute;
    top: -3.4722vw;
    width: 13.8889vw;
    left: -2.7778vw;
    background: #fff;
    border-radius: 0.6944vw;
    border: solid 1px;
    padding: 0.3472vw;
    z-index: 1000;
}

.mob_k {
    display: block;
    position: absolute;
    width: 20.8333vw;
    left: 27.7778vw;
    top: -2.7778vw;
    border-radius: 0.6944vw;
    padding: 0.3472vw;
}

.reviews_list .pagination {
    margin-bottom: 3.4722vw;
}

.input_group_del_separtor {
    margin: 0.3472vw 0;
    width: 100%;
}

.product-notification {
    padding-top: 1.0417vw;
    width: 100%;
    display: flex;
    justify-content: right;
}

.hidden {
    display: none;
}

.catalog-selection__link {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 2.2222vw;
    line-height: 2.2222vw;
    padding-left: 1.1111vw;
    padding-right: 0.2778vw;
    border: 1px solid #d2d2d2;
    border-radius: 3.4722vw;
    font-size: 0.9722vw;
    white-space: nowrap;
    color: #333;
    background-color: transparent;
    transition: all .2s ease-in-out;
    cursor: pointer;
}
.catalog-selection__link_type_reset {
    margin: 0;
    padding: 0 1.1111vw;
    border: 1px solid var(--main-color-pink);
    background: none;
    line-height: 1;
    color: #333;
    transition: all .3s ease;
}

.catalog-selection__link_type_reset:hover {
    background-color: var(--main-color-pink);
    color: #fff;
}

.active-filters {
    margin-top: 0.6944vw;
    display: flex;
    gap: 0.6944vw;
    align-items: center;
}

.catalog-selection__remove-icon svg {
    transition: all .2s ease-in-out;
    width: 1.1111vw;
}

.catalog-selection__remove-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 1.6667vw;
    height: 1.6667vw;
    margin-left: 0.2778vw;
    border-radius: 50%;
    background-color: #fff;
}
.catalog-selection__remove-icon svg path {
    fill: var(--main-color-pink);
}


.popular_products.blog .product_item_list:nth-child(4n) {
    margin-right: 1.25vw;
}

.author-block {
    display: flex;
    align-items: center;
    gap: 1.0417vw;
}

.author-block .author-info {
    display: flex;
    flex-direction: column;
}
.author-block .author-info a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.author-photo img {
    width: 4.1667vw;
    height: 4.1667vw;
    border-radius: 50%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.author-name {
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.2;
}

.author-position {
    font-size: 0.95em;
    color: #555;
    line-height: 1.2;
}

.author-social a {
    display: inline-block;
    width: 1.6667vw;
    height: 1.6667vw;
    margin-top: 0.3472vw;
    transition: transform 0.3s ease;
    text-decoration: none;
    gap: 0.6944vw;
}

.author-block a * {
    text-decoration: none!important;
}

.product_page .reviews_page .line_header {
    display: flex;
    gap: 1.3889vw;
    justify-content: space-between;
}
	}
	@media (max-width: 1000px) {
		.active-filters, .desktop {
    display: none !important;
}

.h1 {
    font-size: calc(5.625vw * var(--coef-w));
    line-height: calc(9.375vw * var(--coef-w))
}

.h2 {
    font-size: calc(5vw * var(--coef-w));
    line-height: calc(8.125vw * var(--coef-w));
}

.h3 {
    font-size: calc(4.6875vw * var(--coef-w));
    line-height: calc(7.8125vw * var(--coef-w));
}

.h4 {
    font-weight: 500;
    font-size: calc(4.6875vw * var(--coef-w));
    line-height: calc(6.875vw * var(--coef-w));
}

.h5 {
    font-weight: 500;
    font-size: calc(4.0625vw * var(--coef-w));
    line-height: calc(5.3125vw * var(--coef-w));
}

h2 {
    font-size: calc(5vw * var(--coef-w));
}

h3 {
    font-size: calc(4.6875vw * var(--coef-w));
}

h4 {
    font-size: calc(4.375vw * var(--coef-w));
}

h5 {
    font-size: 13rem;
}

body, input, textarea, select {
    font-size: calc(5vw * var(--coef-w));
    -webkit-text-size-adjust: none;
}

img, svg, iframe {
    max-width: 100%;
    display: block;
}

* {
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    /*font-weight: normal;*/
    color: var(--font-color-main);
    transition: .5s;
}

.seo_content ul {
    margin: calc(3.125vw * var(--coef-w)) 0 calc(3.125vw * var(--coef-w)) calc(6.25vw * var(--coef-w));
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

body, dl, dt, dd, ul, ol, li, form, table, tr, td, h1, h2, h3, h4, h5, h6, pre, p, span, b, i, input, textarea, fieldset {
    margin: 0;
    padding: 0;
    transition: .5s;
}

body {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    width: 100%;
}

header {
    order: 0;
    z-index: 50;
}

footer {
    order: 100;
}

a {
    cursor: pointer;
    text-decoration: none;
}

.default_page a,
.manufactures_pages a,
.manufactures_pages a *,
.show_room a,
.show_room a *,
.article_page a,
.article_page a * {
    text-decoration: underline;
}
.recent_blog_item a {
    text-decoration: none;
}
p {
    font-size: calc(4.375vw * var(--coef-w));
    line-height: calc(6.875vw * var(--coef-w));
}

p.smalltext {
    font-size: calc(4.0625vw * var(--coef-w));
    line-height: calc(6.875vw * var(--coef-w));
}

.input-form {
    background: #FFFFFF;
    border-radius: calc(31.25vw * var(--coef-w));
    height: calc(12.5vw * var(--coef-w));
    padding: 0 calc(6.25vw * var(--coef-w));
    line-height: calc(12.5vw * var(--coef-w));
    font-size: calc(3.75vw * var(--coef-w));
    border: 1px solid #fff;
}

.btn {
    height: calc(12.5vw * var(--coef-w));
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    width: -moz-fit-content;
    font-weight: 500;
    font-size: calc(4.375vw * var(--coef-w));
    line-height: calc(5.3125vw * var(--coef-w));
    color: var(--main-color-pink);
    border: 1px solid var(--main-color-pink);
    padding: 0 calc(6.25vw * var(--coef-w));
    border-radius: calc(31.25vw * var(--coef-w));
    cursor: pointer;
}

.btn-fill {
    color: #fff;
    background: var(--main-color-pink);
}

.container {
    padding: 0 var(--offset);
}

.body .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main_page {
    background: #FFF8F0;
}

.body .seo_content {
    order: 99;
    width: 100%;
}

.body .sidebar {
    width: 100%;
}

.body .main_content {
    width: 100%;
}

.mini_cart_text {
    display: none;
}

header {
    width: 100%;
    background: #fff8f0;
}

header .header_info {
    padding: calc(1.875vw * var(--coef-w)) 0;
    /*border-bottom: 1px solid #EAECEE;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    background: var(--main-color-pink);
    height: calc(19.375vw * var(--coef-w));
}

.main_catalog_menu_btn {
    width: 100%;
    border-radius: calc(1.5625vw * var(--coef-w));
    background: var(--main-color-red);
    height: calc(12.5vw * var(--coef-w));
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: calc(4.0625vw * var(--coef-w));
    line-height: calc(4.6875vw * var(--coef-w));
    text-transform: uppercase;
    color: #FFFFFF;
}

.main_catalog_menu_btn svg {
    width: calc(5vw * var(--coef-w));
    height: calc(5vw * var(--coef-w));
    margin-right: calc(3.125vw * var(--coef-w));
}

header .header_info .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2vw;
    height: 100%;
}

.header_info .greetings-text {
    margin: 0 5vw;
}

.header_info .greetings-text * {
    font-size: 2vw;
    line-height: normal;
    color: var(--second-color-white);
    font-weight: 600;
}

.header_info .logo {
    display: flex;
    background: var(--second-color-white);
    height: calc(15vw * var(--coef-w));
    width: calc(15.625vw * var(--coef-w));
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.header_info .logo img {
    width: calc(14.375vw * var(--coef-w));
    height: calc(10.3125vw * var(--coef-w));
}

.header_info .logo span {
    font-weight: 500;
    font-size: calc(3.125vw * var(--coef-w));
    line-height: calc(4.375vw * var(--coef-w));
    color: var(--main-color-red);
    display: block;
    width: calc(20.3125vw * var(--coef-w));
}

.opened_menu {
    display: none;
}

.catalog_menu_full {
    display: none;
}

.header_icons {
    display: flex;
}

.header_icon {
    width: calc(11.25vw * var(--coef-w));
    height: calc(11.25vw * var(--coef-w));
    border-radius: 50%;
    margin-left: calc(1.25vw * var(--coef-w));
    position: relative;
    background: var(--second-color-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_icon svg {
    width: calc(5.625vw * var(--coef-w));
    height: calc(5.625vw * var(--coef-w));
}

.header_icon a {
    width: calc(11.25vw * var(--coef-w));
    height: calc(11.25vw * var(--coef-w));
}

.mini_cart {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--second-color-orange);
    border-radius: 50%;
}

.counter_mini_cart {
    border-radius: calc(4.6875vw * var(--coef-w));
    padding: 0 calc(1.5625vw * var(--coef-w));
    position: absolute;
    bottom: calc(-1.5625vw * var(--coef-w));
    right: calc(-1.5625vw * var(--coef-w));
    height: calc(5vw * var(--coef-w));
    width: fit-content;
    width: -moz-fit-content;
    background: var(--second-color-white);
    font-weight: 500;
    font-size: calc(3.125vw * var(--coef-w));
    line-height: calc(3.75vw * var(--coef-w));
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--main-color-red);
}

.btn-menu-toggle {
    background: var(--second-color-orange);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 50%;
    flex-direction: column;
    padding: 0 calc(3.75vw * var(--coef-w));
    position: relative;
}

.btn-menu-toggle.active span {
    position: absolute;
    top: calc(5.3125vw * var(--coef-w));
    left: calc(3.75vw * var(--coef-w));
    transform: rotateZ(45deg);
}

.btn-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.btn-menu-toggle.active span:nth-child(3) {
    transform: rotateZ(-45deg);
}

.btn-menu-toggle span {
    display: block;
    width: calc(4.6875vw * var(--coef-w));
    height: calc(0.4688vw * var(--coef-w));
    background: #fff;
    margin: calc(0.5625vw * var(--coef-w)) 0;
    border-radius: calc(31.25vw * var(--coef-w));
}

.btn-menu-toggle span:nth-child(2) {
    width: calc(2.8125vw * var(--coef-w));
}

.header_with_line {
    display: block;
    margin-top: calc(3.125vw * var(--coef-w));
}

.line_header {
    display: block;
}

.header_with_line .h1 {
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    position: relative;
    margin-bottom: calc(4.6875vw * var(--coef-w));
}

.main_page .header_with_line .h1:after {
    width: 100%;
    content: '';
    height: calc(2.5vw * var(--coef-w));
    background: url('/src/images/header_line_repeat_2.svg');
    position: absolute;
    bottom: calc(-1.875vw * var(--coef-w));
    left: 0;
    background-repeat: repeat-x;
}

.cats_list {
    display: grid;
    gap: 3px;
    grid-template-columns: repeat(auto-fit, minmax(10vw, 1fr));
    margin: 0 calc(1.5625vw * var(--coef-w))
}

.cats_list a {
    background: white;
    box-shadow: calc(0vw * var(--coef-w)) calc(0vw * var(--coef-w)) calc(3.6307vw * var(--coef-w)) rgba(105, 36, 0, 0.03);
    border-radius: calc(1.5625vw * var(--coef-w));
    display: grid;
    align-items: center;
    height: calc(21.875vw * var(--coef-w));
    justify-items: center;
}

.cats_list a img {
    max-width: calc(14.0625vw * var(--coef-w));
    max-height: calc(14.0625vw * var(--coef-w));
    height: 70%;
}

.cats_list a span {
    font-weight: 600;
    font-size: 0.39em;
    max-width: 100%;
    line-height: 2.5vw;
    text-align: center;
    word-wrap: anywhere;
    color: var(--second-color-orange);
    align-self: end;
    margin-bottom: calc(2.1875vw * var(--coef-w));
}

.products_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.products_list.fav {
    display: block;
}

.sizes_btn {
    display: none;
}

.products_list.fav, .landing {
    .product_item_list {
        width: calc(40.625vw * var(--coef-w));
        border-radius: calc(3.125vw * var(--coef-w));
        padding: 0;
        margin: calc(4.6875vw * var(--coef-w)) 0 0 0;
        box-shadow: none;

        .title {
            margin: 0 calc(4.6875vw * var(--coef-w));
        }

        .addtocart {
            width: calc(10.9375vw * var(--coef-w));
            height: calc(10.9375vw * var(--coef-w));
        }

        .like {
            top: calc(-3.4375vw * var(--coef-w));
            right: calc(-3.4375vw * var(--coef-w));
        }

        .image img {
            border-radius: calc(3.125vw * var(--coef-w)) calc(3.125vw * var(--coef-w)) 0 0;
        }
    }

    .price_block {
        margin: calc(3.125vw * var(--coef-w));
        align-items: center;
        min-height: calc(15.625vw * var(--coef-w));
    }

    .price {
        font-size: 1.3vw;
    }
}

.products_list.fav .header_with_line {
    display: grid;
    grid-template-columns: 1fr 1fr;
}


.line_header {
    display: block;
}

.line_header a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-bottom: 1vw;
}

.line_header .h1 {
    display: unset;
    margin: 0;
}

.products_list.fav .h1 {
    white-space: nowrap;
}


.line_header .h2 {
    font-size: 2.5vw;
    font-family: 'Nunito', sans-serif;
    color: var(--lt-color-gray-500);
    margin-top: .8vw;
}

.line_header .see_all {
    font-size: 2.5vw;
    font-weight: 500;
    font-family: 'Nunito', sans-serif;
    text-decoration: underline;
    text-underline-offset: 3px;
    color: var(--main-color-red);
    margin-top: 1vw;
}

.products_list.fav .arrows-slider {
    justify-self: end;
}

.favcats_slider {
    display: flex;
}

.product_item_list {
    width: calc(43.75vw * var(--coef-w));
    background: #FFFFFF;
    border-radius: calc(3.125vw * var(--coef-w));
    padding: calc(3.125vw * var(--coef-w));
    margin-bottom: calc(4.6875vw * var(--coef-w));
}

.product_item_list .image {
    width: 100%;
    position: relative;
    margin-bottom: calc(4.6875vw * var(--coef-w));
    height: calc(25vw * var(--coef-w));
    display: block;
}

.product_item_list .image img {
    width: 100%;
    border-radius: calc(3.125vw * var(--coef-w));
    object-fit: cover;
}

.product_item_list .like {
    position: absolute;
    top: calc(-1.5625vw * var(--coef-w));
    right: calc(-1.5625vw * var(--coef-w));
    background: #FFFFFF;
    box-shadow: calc(0vw * var(--coef-w)) calc(0vw * var(--coef-w)) calc(6.25vw * var(--coef-w)) rgba(105, 36, 0, 0.03);
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(7.5vw * var(--coef-w));
    height: calc(7.5vw * var(--coef-w));
    border-radius: 50%;
}

.product_item_list .like.active svg path {
    fill: var(--main-color-red)
}

.product_item_list .like svg {
    width: calc(4.375vw * var(--coef-w));
    height: calc(4.375vw * var(--coef-w));
}

.product_item_list .sku {
    display: block;
    font-size: calc(3.125vw * var(--coef-w));
    line-height: calc(3.75vw * var(--coef-w));
    text-transform: uppercase;
    margin-bottom: calc(3.125vw * var(--coef-w));
    color: var(--font-color-second)
}

.product_item_list a.title {
    font-weight: 500;
    font-size: calc(4.0625vw * var(--coef-w));
    line-height: calc(5.3125vw * var(--coef-w));
    height: calc(15.9375vw * var(--coef-w));
    overflow: hidden;
    display: block;
    margin-bottom: calc(3.125vw * var(--coef-w));
}

.product_item_list .sizes {
    display: flex;
    margin-bottom: calc(3.75vw * var(--coef-w));
    height: calc(3.75vw * var(--coef-w));
    display: none;
}

.product_item_list .sizes span {
    font-size: calc(3.75vw * var(--coef-w));
    line-height: calc(3.75vw * var(--coef-w));
    color: var(--second-color-orange);
    margin-right: calc(4.6875vw * var(--coef-w));
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.product_item_list .sizes span svg {
    max-height: calc(3.75vw * var(--coef-w));
    max-width: calc(3.75vw * var(--coef-w));
    margin-right: calc(2.5vw * var(--coef-w));
}

.availability {
    display: flex;
    align-items: center;
    margin-bottom: calc(3.125vw * var(--coef-w));
}

.unavailable_product .availability {
    margin-bottom: calc(15.625vw * var(--coef-w));
}

.availability span {
    font-weight: 500;
    font-size: calc(3.75vw * var(--coef-w));
    line-height: calc(4.375vw * var(--coef-w));
    display: flex;
    align-items: center;
    width: 100%;
}

.availability span svg {
    width: calc(3.125vw * var(--coef-w));
    height: calc(3.125vw * var(--coef-w));
    display: block;
    margin-right: calc(1.5625vw * var(--coef-w));
}

.availability .instock {
    color: #009846;
}

.availability .outstock {
    color: var(--font-color-second);
}

.product_item_list .price_block {
    margin-bottom: calc(1.5625vw * var(--coef-w));
    margin-top: calc(3.125vw * var(--coef-w));
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.unavailable_product.product_item_list .price_block {
    margin-bottom: calc(7.1875vw * var(--coef-w));
}

.product_item_list .qty {
    display: flex;
    position: relative;
    height: calc(8.75vw * var(--coef-w));
    width: calc(37.5vw * var(--coef-w));
}

.product_item_list .qty input {
    width: 100%;
    background: #F6F6F6;
    border-radius: calc(31.25vw * var(--coef-w));
    height: calc(8.75vw * var(--coef-w));
    border: 1px solid #F6F6F6;
    text-align: center;
    font-size: calc(3.75vw * var(--coef-w));
    line-height: calc(6.25vw * var(--coef-w));
    font-weight: 500;
}

.product_item_list .qty .qtybtn {
    width: calc(5.9375vw * var(--coef-w));
    height: calc(5.9375vw * var(--coef-w));
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(1.5625vw * var(--coef-w));
    left: calc(1.5625vw * var(--coef-w));
    cursor: pointer;
}

.product_item_list .qty .qtybtn svg {
    width: calc(5.9375vw * var(--coef-w));
    height: calc(5.9375vw * var(--coef-w));
}

.product_item_list .qty .qtybtn.plus {
    left: auto;
    right: calc(1.5625vw * var(--coef-w));
}

.product_item_list .price_block .oldprice {
    font-size: calc(3.125vw * var(--coef-w));
    line-height: calc(3.75vw * var(--coef-w));
    text-decoration-line: line-through;
    color: var(--font-color-second);
    display: block;
}

.product_item_list .price_block .price {
    font-weight: bold;
    font-size: calc(4.375vw * var(--coef-w));
    line-height: calc(5.625vw * var(--coef-w));
    display: block;
}

.product_item_list .product_buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_item_list .addtocart {
    padding: 0 calc(3.4375vw * var(--coef-w));
}

.product_item_list .addtocart svg {
    width: calc(5vw * var(--coef-w));
    height: calc(5vw * var(--coef-w));
}

.full-width-element {
    display: flex;
    width: 100%;
    flex: 0 0 100%;
}

.products_list .to_catalog {
    align-items: center;
    justify-content: center;
    margin-top: calc(3.125vw * var(--coef-w));
    margin-bottom: calc(14.0625vw * var(--coef-w));
}

.horizontal_form {
    padding: calc(6.25vw * var(--coef-w));
    background: url('/src/images/hor_form_mob.png');
    background-size: 100% 100%;
    width: 100%;
}

.horizontal_form .h1, .horizontal_form p {
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: calc(1.5625vw * var(--coef-w));
}

.horizontal_form p {
    margin-bottom: calc(4.6875vw * var(--coef-w));
}

.horizontal_form .input_group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
}

.horizontal_form .input_group input {
    width: calc(78.125vw * var(--coef-w));
    margin-bottom: calc(3.125vw * var(--coef-w));
}

.horizontal_form .input_group input.btn-orange {
    border: 1px solid var(--second-color-orange);
    background: var(--second-color-orange);
    color: #fff;
}

.reviews {
    position: relative;
}

.reviews .review {
    width: calc(90.625vw * var(--coef-w));
    padding: calc(6.25vw * var(--coef-w));
    background: #FFFFFF;
    box-shadow: calc(0vw * var(--coef-w)) calc(0vw * var(--coef-w)) calc(6.25vw * var(--coef-w)) rgba(105, 36, 0, 0.03);
    border-radius: calc(6.25vw * var(--coef-w));
    height: calc(100vw * var(--coef-w));
}

.reviews .title_review {
    display: flex;
    justify-content: space-between;
}

.reviews .title_review .image {
    width: calc(12.5vw * var(--coef-w));
    height: calc(12.5vw * var(--coef-w));
}

.reviews .title_review .image svg {
    width: calc(12.5vw * var(--coef-w));
    height: calc(12.5vw * var(--coef-w));
}

.reviews .title_review .name {
    width: calc(31.25vw * var(--coef-w));
}

.reviews .title_review .stars {
    width: calc(23.4375vw * var(--coef-w));
    display: flex;
    justify-content: flex-end;
}

.reviews .title_review .stars svg {
    width: calc(4.375vw * var(--coef-w));
    height: calc(4.375vw * var(--coef-w));
}

.reviews .title_review .name .user_name {
    font-weight: 500;
    font-size: calc(4.375vw * var(--coef-w));
    line-height: calc(6.25vw * var(--coef-w));
    display: block;
}

.reviews .title_review .name .review_date {
    font-size: calc(3.75vw * var(--coef-w));
    line-height: calc(6.25vw * var(--coef-w));
    color: #B9B9B9;
    display: block;
}

.reviews .content_review {
    margin-top: calc(4.6875vw * var(--coef-w));
    font-size: calc(4.375vw * var(--coef-w));
    line-height: calc(6.875vw * var(--coef-w));
}

.arrows-slider {
    display: flex;
    width: calc(18.75vw * var(--coef-w));
    justify-content: space-between;
    align-items: center;
}

.arrows-slider .arrow-slider {
    width: calc(7.8125vw * var(--coef-w));
    height: calc(7.8125vw * var(--coef-w));
    cursor: pointer;
}

.arrows-slider .arrow-slider svg {
    width: calc(7.8125vw * var(--coef-w));
    height: calc(7.8125vw * var(--coef-w));
}

.reviews .arrows-slider {
    position: absolute;
    top: calc(1.5625vw * var(--coef-w));
    right: 0;
}

.reviews .slider_reviews {
    display: block;
    height: calc(100vw * var(--coef-w));
}

.to_reviews {
    align-items: center;
    justify-content: center;
    margin-top: calc(6.25vw * var(--coef-w));
    margin-bottom: calc(4.6875vw * var(--coef-w));
}


.recent_blog {
    position: relative;
}

.recent_blog .arrows-slider {
    position: absolute;
    top: calc(1.5625vw * var(--coef-w));
    right: 0;
}

.recent_blog_item {
    width: calc(90.625vw * var(--coef-w));
    background: #FFFFFF;
    box-shadow: calc(0vw * var(--coef-w)) calc(0vw * var(--coef-w)) calc(6.25vw * var(--coef-w)) rgba(105, 36, 0, 0.03);
    border-radius: calc(4.6875vw * var(--coef-w));
    height: calc(103.125vw * var(--coef-w));
    margin-bottom: calc(4.6875vw * var(--coef-w));
}

.recent_blog_item .content_preview {
    padding: calc(4.6875vw * var(--coef-w)) calc(6.25vw * var(--coef-w));
}

.recent_blog_item .image {
    width: 100%;
    position: relative;
    height: calc(43.75vw * var(--coef-w));
}

.recent_blog_item img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: calc(4.6875vw * var(--coef-w)) calc(4.6875vw * var(--coef-w)) calc(0vw * var(--coef-w)) calc(0vw * var(--coef-w));
}

.recent_blog_item .date_recent_blog {
    position: absolute;
    top: calc(4.6875vw * var(--coef-w));
    left: calc(4.6875vw * var(--coef-w));
    background: #FFFFFF;
    border-radius: calc(31.25vw * var(--coef-w));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(3.75vw * var(--coef-w));
    line-height: calc(3.75vw * var(--coef-w));
    height: calc(8.125vw * var(--coef-w));
    width: calc(26.5625vw * var(--coef-w));
}

.recent_blog_item a.title {
    font-weight: 500;
    font-size: calc(4.6875vw * var(--coef-w));
    line-height: calc(6.875vw * var(--coef-w));
    height: calc(13.75vw * var(--coef-w));
    overflow: hidden;
    display: block;
    margin-bottom: calc(3.125vw * var(--coef-w));
}

.recent_blog_item .excerpt {
    font-size: calc(4.0625vw * var(--coef-w));
    line-height: calc(6.875vw * var(--coef-w));
    height: calc(20.625vw * var(--coef-w));
    overflow: hidden;
    display: block;
    margin-bottom: calc(4.6875vw * var(--coef-w));
}

.recent_blog_item .read_blog {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: calc(4.375vw * var(--coef-w));
    line-height: calc(5.3125vw * var(--coef-w));
    color: var(--main-color-pink);
}

.recent_blog_item .read_blog svg {
    width: calc(3.75vw * var(--coef-w));
    height: calc(2.1875vw * var(--coef-w));
    margin-left: calc(3.125vw * var(--coef-w));
    transition: .3s;
}

.recent_blog_item .read_blog:hover svg {
    width: calc(6.25vw * var(--coef-w));
}

.slider_recent_blog {
    height: calc(103.125vw * var(--coef-w));
}

.to_blog {
    align-items: center;
    justify-content: center;
    margin-top: calc(6.25vw * var(--coef-w));
    margin-bottom: calc(4.6875vw * var(--coef-w));
}

.important_to_know .items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: calc(9.375vw * var(--coef-w));
    flex-direction: column;
}

.important_to_know .item {
    width: calc(90.625vw * var(--coef-w));
    background: #FFFFFF;
    box-shadow: calc(0vw * var(--coef-w)) calc(0vw * var(--coef-w)) calc(6.25vw * var(--coef-w)) rgba(105, 36, 0, 0.03);
    border-radius: calc(4.6875vw * var(--coef-w));
    padding: calc(4.6875vw * var(--coef-w));
    height: calc(50vw * var(--coef-w));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: calc(3.125vw * var(--coef-w));
}

.important_to_know .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(18.75vw * var(--coef-w));
    height: calc(18.75vw * var(--coef-w));
    background: var(--main-color-red);
    border-radius: 50%;
}

.important_to_know .item svg {
    width: calc(9.375vw * var(--coef-w));
}

.important_to_know .title {
    margin-top: calc(4.6875vw * var(--coef-w));
    margin-bottom: calc(1.5625vw * var(--coef-w));
    font-size: calc(4.6875vw * var(--coef-w));
    line-height: calc(6.875vw * var(--coef-w));
    text-align: center;
    display: block;
    font-weight: 500;
}

.important_to_know .descr {
    font-size: calc(4.0625vw * var(--coef-w));
    line-height: calc(6.875vw * var(--coef-w));
    text-align: center;
    display: block;
}


.seo_content .unhide_content {
    max-height: calc(93.75vw * var(--coef-w));
    overflow: hidden;
}


.landing .seo_content {
    order: unset;
    margin-bottom: calc(9.375vw * var(--coef-w));

    .unhide_content.show_all {
        max-height: unset;
    }
}


.seo_content .readallseo {
    margin-bottom: calc(14.0625vw * var(--coef-w));
    font-size: calc(4.375vw * var(--coef-w));
    line-height: calc(6.875vw * var(--coef-w));
    color: var(--main-color-pink);
    text-decoration: underline;
    display: block;
    margin-top: calc(6.25vw * var(--coef-w));
}

.seo_content, .seo_content .unhide_content {
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: calc(4.375vw * var(--coef-w));
    line-height: calc(6.875vw * var(--coef-w));
}

.seo_content .h1 {
    margin-bottom: calc(3.125vw * var(--coef-w));
    display: block;
    font-size: calc(5.625vw * var(--coef-w));
    line-height: calc(9.375vw * var(--coef-w));
}


footer {
    background: var(--font-color-main);
}

footer * {
    color: #fff;
}

.footer_subscribe {
    padding: calc(4.6875vw * var(--coef-w)) 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: calc(1.5625vw * var(--coef-w));
}

.footer_subscribe .logo {
    width: calc(17.1875vw * var(--coef-w));
    margin-bottom: calc(4.6875vw * var(--coef-w));
    display: block;
}

.footer_subscribe .form_sub {
    display: flex;
    flex-direction: column;
}

.footer_subscribe .sub_text {
    display: block;
    margin-right: calc(9.375vw * var(--coef-w));
    align-items: center;
}

.footer_subscribe .sub_text span {
    display: block;
    width: 100%;
}

.footer_subscribe .sub_text .smalltext {
    font-size: calc(4.0625vw * var(--coef-w));
    line-height: calc(6.25vw * var(--coef-w));
}

.footer_subscribe form {
    display: flex;
    position: relative;
    margin-top: calc(3.125vw * var(--coef-w));
    flex-wrap: wrap;
}

.footer_subscribe .success {
    display: none;
}

.footer_subscribe .input-form {
    width: calc(90.625vw * var(--coef-w));
    color: black;
}

.footer_subscribe .btn-fill {
    height: calc(11.25vw * var(--coef-w));
    width: calc(34.375vw * var(--coef-w));
    align-items: center;
    position: absolute;
    right: 3px;
    top: 3px;
}

.footer_menu {
    width: 100%;
    position: relative;
    margin-bottom: calc(12.5vw * var(--coef-w));
}

.footer_menu ul {
    list-style: none;
}

.footer_menu ul span {
    display: block;
    margin-bottom: calc(2.5vw * var(--coef-w));
    font-style: normal;
    font-weight: bold;
    font-size: calc(4.0625vw * var(--coef-w));
    line-height: calc(4.6875vw * var(--coef-w));
    text-transform: uppercase;
    color: #FFFFFF;
    height: calc(4.6875vw * var(--coef-w));
    margin-top: calc(6.25vw * var(--coef-w));
}

.footer_menu ul li a {
    font-weight: 500;
    font-size: calc(4.0625vw * var(--coef-w));
    line-height: calc(4.6875vw * var(--coef-w));
    display: block;
    margin-top: calc(2.5vw * var(--coef-w));
}

.footer_menu .contact_footer {
    width: calc(68.75vw * var(--coef-w));
}

.footer_menu .contact_footer li a {
    display: flex;
    flex-shrink: initial;
    align-items: center;
}

.footer_menu .contact_footer li a svg {
    height: calc(3.125vw * var(--coef-w));
    margin-right: calc(4.0625vw * var(--coef-w));
    flex: 0 0 5%;
}

.footer_menu .social {
    display: flex;
    align-items: center;
    margin-top: calc(4.6875vw * var(--coef-w));
}

.footer_menu .social a {
    width: calc(8.125vw * var(--coef-w));
    height: calc(8.125vw * var(--coef-w));
    cursor: pointer;
    margin-right: calc(3.125vw * var(--coef-w));
}

.footer_menu .contact_footer li .social a svg {
    width: calc(8.125vw * var(--coef-w));
    height: calc(8.125vw * var(--coef-w));
    flex: none;
}


footer .madeby {
    display: flex;
    font-style: normal;
    font-weight: 500;
    font-size: calc(4.0625vw * var(--coef-w));
    line-height: calc(4.6875vw * var(--coef-w));
    color: #FFFFFF;
    align-items: center;
    margin-top: calc(6.25vw * var(--coef-w));
}

footer .carts img {
    margin-top: calc(6.25vw * var(--coef-w));
    width: calc(31.25vw * var(--coef-w));
}

footer .madeby:hover {
    color: var(--main-color-pink);
}

footer .madeby svg {
    width: calc(25vw * var(--coef-w));
    height: calc(3.75vw * var(--coef-w));
    margin-left: calc(1.5625vw * var(--coef-w));
}


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

.container_modal, .container_modal_small {
    background: #FFFFFF;
    border-radius: calc(6.25vw * var(--coef-w));
    width: calc(90.625vw * var(--coef-w));
    padding: calc(3.125vw * var(--coef-w)) calc(4.6875vw * var(--coef-w));
    margin: 0 auto;
}

.modal_title {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    margin-bottom: calc(7.8125vw * var(--coef-w));
}

.modal .close_modal {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: calc(5.625vw * var(--coef-w));
    height: calc(5.625vw * var(--coef-w));
}

.modal .close_modal svg {
    width: calc(5.625vw * var(--coef-w));
    height: calc(5.625vw * var(--coef-w));
}

.cart_btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: calc(9.375vw * var(--coef-w));
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.cart_btns a {
    width: 100%;
    margin-bottom: calc(3.125vw * var(--coef-w));
}

.info_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.totalprices {
    padding: calc(6.25vw * var(--coef-w)) 0;
    margin: calc(6.25vw * var(--coef-w)) 0;
    border-top: 1px solid #FFF0E0;
    border-bottom: 1px solid #FFF0E0;
}

.totalprices .info_price:not(:last-child) {
    margin-bottom: calc(4.6875vw * var(--coef-w));
}

.info_price .value_price {
    font-weight: bold;
    font-size: calc(4.375vw * var(--coef-w));
    line-height: calc(6.25vw * var(--coef-w));
    white-space: nowrap;
}

.info_price .value_price.sale_price {
    color: var(--main-color-red);
}

.info_price .title_price {
    font-weight: normal;
    font-size: calc(3.75vw * var(--coef-w));
    line-height: calc(6.25vw * var(--coef-w));
}

.finalprice .info_price .value_price {
    font-weight: bold;
    font-size: calc(5.625vw * var(--coef-w));
    line-height: calc(6.25vw * var(--coef-w));
}

.sale_to_non_action {
    font-weight: normal;
    font-size: calc(3.75vw * var(--coef-w));
    line-height: calc(5.625vw * var(--coef-w));
}

.products_cart {
    max-height: calc(43.75vw * var(--coef-w));
    overflow-y: scroll;
}

.products_cart .item {
    display: flex;
    align-items: flex-end;
    margin-bottom: calc(7.8125vw * var(--coef-w));
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    padding-right: calc(9.375vw * var(--coef-w));
}

.products_cart .item .delete_item_from_cart {
    width: calc(5vw * var(--coef-w));
    position: absolute;
    top: 0;
    right: 0;
}

.products_cart .item .product_image_cart {
    width: calc(28.125vw * var(--coef-w));
    position: absolute;
    left: 0;
    top: 0;
}

.products_cart .item .product_descr_cart {
    width: calc(40.625vw * var(--coef-w));
}

.products_cart .item .product_qty_cart {
    width: calc(40.625vw * var(--coef-w));
}

.products_cart .item .product_price_cart {
    width: calc(40.625vw * var(--coef-w));
}

.products_cart .item .product_price_cart .prices {
    display: flex;
    flex-direction: column;
}

.delete_item_from_cart {
    display: flex;
    align-items: center;
}

.delete_item_from_cart svg {
    width: calc(3.75vw * var(--coef-w));
    height: calc(3.75vw * var(--coef-w));
    cursor: pointer;
}

.product_image_cart img {
    width: 100%;
    border-radius: calc(3.125vw * var(--coef-w));
}

.product_title_cart {
    font-weight: 500;
    font-size: calc(3.75vw * var(--coef-w));
    line-height: calc(5.625vw * var(--coef-w));
}

.product_qty_cart .qty {
    display: flex;
    position: relative;
    height: calc(8.125vw * var(--coef-w));
    width: calc(37.5vw * var(--coef-w));
    margin: calc(2.1875vw * var(--coef-w)) 0;
}

.product_qty_cart .qty input {
    width: 100%;
    background: #F6F6F6;
    border-radius: calc(31.25vw * var(--coef-w));
    height: calc(8.125vw * var(--coef-w));
    border: 1px solid #F6F6F6;
    text-align: center;
    font-size: calc(4.375vw * var(--coef-w));
    line-height: calc(8.125vw * var(--coef-w));
    font-weight: 500;
}

.product_qty_cart .qty .qtybtn {
    width: calc(6.25vw * var(--coef-w));
    height: calc(6.25vw * var(--coef-w));
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 3px;
    left: 3px;
    cursor: pointer;
}

.product_qty_cart .qty .qtybtn svg {
    width: calc(6.25vw * var(--coef-w));
    height: calc(6.25vw * var(--coef-w));
}

.product_qty_cart .qty .qtybtn.plus {
    left: auto;
    right: calc(1.875vw * var(--coef-w));
}

.product_price_cart .oldprice {
    font-weight: normal;
    font-size: calc(3.125vw * var(--coef-w));
    line-height: calc(3.75vw * var(--coef-w));
    text-decoration-line: line-through;
    color: #B9B9B9;
    margin-bottom: calc(0.9688vw * var(--coef-w));
}

.product_price_cart .price {
    font-weight: bold;
    font-weight: bold;
    font-size: calc(4.375vw * var(--coef-w));
    line-height: calc(5.625vw * var(--coef-w));
    color: #2B2A29;
}


.catalog_page {
    display: flex;
    flex-direction: column;
    background: #FFF8F0;
    padding-top: 0;
}
.contact_page_info .modal_success,
.horizontal_form .modal_success {
    color: white;
    font-weight: bold;
    font-size: calc(6.25vw * var(--coef-w));
}
.footer_subscribe .success {
    display: none;
    position: absolute;
    color: white;
    font-size: calc(4.375vw * var(--coef-w));
    font-weight: bold;
}

.body.catalog_page .seo_content {
    margin-left: 0;
    width: 100%;
    padding-bottom: calc(9.375vw * var(--coef-w));
}

.body.catalog_page .horizontal_form {
    order: 98;
    margin-bottom: calc(14.0625vw * var(--coef-w))
}

.body.catalog_page .little_banner {
    order: 97;
}

.main_content .cattitle {
    display: block;
    width: 100%;
    margin-bottom: calc(3.125vw * var(--coef-w));
}

.sidebar .title_s {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-left: calc(4.6875vw * var(--coef-w));
}

.filter_title_s {
    margin-top: calc(3.125vw * var(--coef-w));
}

.title_s .clearfilter {
    font-weight: normal;
    font-size: calc(4.0625vw * var(--coef-w));
    line-height: calc(6.25vw * var(--coef-w));
    text-decoration-line: underline;
}

.item_filter {
    display: block;
    background: #FFFFFF;
    padding: calc(3.125vw * var(--coef-w)) calc(4.6875vw * var(--coef-w));
    padding-bottom: 0;
}

.item_filter .title_item_filter {
    font-weight: bold;
    font-size: calc(4.0625vw * var(--coef-w));
    line-height: calc(6.25vw * var(--coef-w));
    text-transform: uppercase;
    color: #2B2A29;
    padding-bottom: calc(3.125vw * var(--coef-w));
    margin-bottom: calc(3.125vw * var(--coef-w));
    display: block;
    width: 100%;
    border-bottom: 1px solid #EAECEE;
}

.input_group_filter input {
    display: none;
}

.input_group_filter .checkmark {
    height: calc(5.625vw * var(--coef-w));
    width: calc(5.625vw * var(--coef-w));
    background: #F6F6F6;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input_group_filter .checkmark svg {
    display: none;
    width: calc(3.75vw * var(--coef-w));
    height: calc(2.8125vw * var(--coef-w));
}

.input_group_filter label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: calc(6.25vw * var(--coef-w));
    cursor: pointer;
}

.input_group_filter label span {
    font-size: calc(3.75vw * var(--coef-w));
    line-height: calc(6.25vw * var(--coef-w));
}

.input_group_filter label input:checked ~ .checkmark {
    background: var(--main-color-red);
}

.input_group_filter label input:checked ~ .checkmark svg {
    display: block;
}

.sort_catalog {
    display: none;
}

.pagination {
    display: flex;
    list-style: none;
    margin: 2.0833vw auto 0 auto;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.pagination-btn, .pagination-btn-empty {
    background: #fff;
    border-radius: 50%;
    width: calc(9.375vw * var(--coef-w));
    height: calc(9.375vw * var(--coef-w));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 calc(0.9688vw * var(--coef-w));
}

.pagination-btn, .pagination-btn-empty {
    font-style: normal;
    font-weight: 500;
    font-size: calc(3.75vw * var(--coef-w));
    line-height: calc(9.375vw * var(--coef-w));
    text-align: center;
    color: #1A1A1A;
    transition: .5s;
}

.pagination-btn.active {
    color: #fff;
    background: var(--main-color-pink)
}

.pagination-btn:hover {
    color: var(--main-color-pink);
}

.pagination-btn.active:hover {
    color: #fff;
}

.pagination-btn svg {
    width: calc(3.75vw * var(--coef-w));
    height: calc(3.75vw * var(--coef-w));
}

.catalog_btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: calc(9.375vw * var(--coef-w));
}

.catalog_btns .sortselect, .catalog_btns .btn-fill {
    width: calc(43.75vw * var(--coef-w));
    height: calc(9.375vw * var(--coef-w));
    display: flex;
    align-items: center;
}

.catalog_btns .sortselect {
    background: #FFFFFF;
    border-radius: calc(31.25vw * var(--coef-w));
    border: 1px solid #fff;
    padding-left: calc(3.125vw * var(--coef-w));
    font-weight: normal;
    font-size: calc(3.4375vw * var(--coef-w));
    line-height: calc(4.375vw * var(--coef-w));
}

.catalog_btns .btn-fill svg {
    width: calc(3.125vw * var(--coef-w));
    height: calc(3.125vw * var(--coef-w));
    margin-right: calc(2.1875vw * var(--coef-w));
}

.catalog_btns .btn-fill {
    font-size: calc(3.75vw * var(--coef-w));
    line-height: calc(5.625vw * var(--coef-w));
}

.little_banner {
    height: calc(18.75vw * var(--coef-w));
    width: 100%;
    border-radius: calc(3.125vw * var(--coef-w));
    background: url('/src/images/little_banner_mob.png');
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 calc(14.0625vw * var(--coef-w));
    font-weight: bold;
    font-size: calc(4.0625vw * var(--coef-w));
    line-height: calc(6.25vw * var(--coef-w));
    color: #FFFFFF;
    margin-bottom: calc(9.375vw * var(--coef-w));
    margin-top: calc(9.375vw * var(--coef-w));
}

.catalog_page .sidebar {
    display: none;
}

.sidebar_mob {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    width: 100%;
    overflow-y: scroll;
    justify-content: flex-end;
}


.sidebar_mob .sidebar_back {
    width: calc(75vw * var(--coef-w));
    border-radius: calc(4.6875vw * var(--coef-w)) calc(0vw * var(--coef-w)) calc(0vw * var(--coef-w)) calc(4.6875vw * var(--coef-w));
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: scroll;
}

.sidebar_back .sidebar_header {
    background: var(--main-color-pink);
    border-radius: calc(4.6875vw * var(--coef-w)) calc(0vw * var(--coef-w)) calc(0vw * var(--coef-w)) calc(0vw * var(--coef-w));
    height: calc(12.5vw * var(--coef-w));
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
}

.sidebar_back .sidebar_header span {
    font-family: Cocon-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: calc(3.75vw * var(--coef-w));
    line-height: calc(5.625vw * var(--coef-w));
    text-align: center;
    color: #FFFFFF;
}

.sidebar_header svg {
    position: absolute;
    left: calc(3.125vw * var(--coef-w));
    top: calc(4.6875vw * var(--coef-w));
    width: calc(4.6875vw * var(--coef-w));
    height: calc(3.125vw * var(--coef-w));
}

.sizes_btn .mobsizes {
    display: flex;
    font-weight: 500;
    font-size: calc(3.75vw * var(--coef-w));
    line-height: calc(3.75vw * var(--coef-w));
    color: var(--second-color-orange);
    align-items: center;
}

.sizes_btn .mobsizes svg {
    width: calc(3.125vw * var(--coef-w));
    height: calc(3.125vw * var(--coef-w));
    margin-left: calc(1.25vw * var(--coef-w));
}

.sizes_btn {
    height: calc(3.75vw * var(--coef-w));
    margin-bottom: calc(3.125vw * var(--coef-w));
}


.reviews_page {
    background: #FFF8F0;
}

.reviews_page .container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.reviews_page .header_with_line {
    display: block;
    width: 100%;
    margin-top: 0;
}

.reviews_page .add_review_form {
    width: calc(90.625vw * var(--coef-w));
    border-radius: calc(6.25vw * var(--coef-w));
    background: var(--main-color-pink);
    padding: calc(4.6875vw * var(--coef-w));
    height: fit-content;
    height: -moz-fit-content;
    margin-bottom: calc(9.375vw * var(--coef-w));
}

.review_item {
    margin-bottom: calc(4.6875vw * var(--coef-w));
}

.review_main {
    background: #FFFFFF;
    box-shadow: calc(0vw * var(--coef-w)) calc(0vw * var(--coef-w)) calc(6.25vw * var(--coef-w)) rgba(105, 36, 0, 0.03);
    border-radius: calc(4.6875vw * var(--coef-w));
    width: 100%;
    padding: calc(6.25vw * var(--coef-w)) calc(6.25vw * var(--coef-w));
}

.review_answer {
    margin-top: calc(3.125vw * var(--coef-w));
    margin-bottom: calc(7.8125vw * var(--coef-w));
    margin-left: calc(6.25vw * var(--coef-w));
    padding-left: calc(4.6875vw * var(--coef-w));
    border-left: calc(1.25vw * var(--coef-w)) solid var(--main-color-red);
}

.header_review {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: calc(3.125vw * var(--coef-w));
    flex-wrap: wrap;
}

.header_review .current_mark {
    display: flex;
    list-style: none;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
}

.header_review svg {
    width: calc(9.375vw * var(--coef-w));
    height: calc(9.375vw * var(--coef-w));
    margin-right: calc(4.6875vw * var(--coef-w));
}

.header_review .current_mark svg {
    width: calc(4.375vw * var(--coef-w));
    height: calc(4.375vw * var(--coef-w));
    margin-right: 0;
}

.header_review .name {
    font-weight: 500;
    font-size: calc(4.375vw * var(--coef-w));
    line-height: calc(6.25vw * var(--coef-w));
    display: block;
}

.header_review .date {
    font-weight: normal;
    font-size: calc(3.75vw * var(--coef-w));
    line-height: calc(6.25vw * var(--coef-w));
    color: var(--font-color-second);
    display: block;
}

.content_review {
    font-weight: normal;
    font-size: calc(4.6875vw * var(--coef-w));
    line-height: calc(8.125vw * var(--coef-w));
}

.add_review_form .h1 {
    color: #fff;
    display: block;
    text-align: center;
}

.add_review_form p {
    color: #fff;
    display: block;
    text-align: center;
    margin: calc(1.5625vw * var(--coef-w)) 0 calc(6.25vw * var(--coef-w)) 0;
    font-size: calc(3.75vw * var(--coef-w));
    line-height: calc(6.25vw * var(--coef-w));
}

.add_review_form .input-form {
    width: 100%;
    margin-bottom: calc(3.125vw * var(--coef-w));
}

.add_review_form textarea.input-form {
    height: calc(46.875vw * var(--coef-w));
    padding: calc(4.6875vw * var(--coef-w));
    line-height: calc(7.8125vw * var(--coef-w));
    border-radius: calc(4.6875vw * var(--coef-w));
}

.add_review_form .btn {
    width: 100%;
    height: calc(15.625vw * var(--coef-w));
    text-align: center;
    font-weight: bold;
    font-size: calc(5vw * var(--coef-w));
    line-height: calc(5.9375vw * var(--coef-w));
    background: var(--second-color-orange);
    color: #fff;
}

.main_mark {
    display: flex;
    align-items: center;
    margin-bottom: calc(4.6875vw * var(--coef-w));
}


.main_mark span {
    font-weight: 500;
    font-size: calc(4.375vw * var(--coef-w));
    line-height: calc(5.625vw * var(--coef-w));
    color: #FFFFFF;
}

.main_mark svg {
    height: calc(8.125vw * var(--coef-w));
    width: calc(8.125vw * var(--coef-w));
    margin-right: 2px;
}

.main_mark ul {
    display: flex;
    list-style: none;
    margin-left: calc(3.125vw * var(--coef-w));
}

#stars li {
    cursor: pointer;
}

#stars li.selected svg path {
    fill: #FFC944;
}


#stars li.selected svg path {
    fill: #FFC944;
}

.review_answer .header_review .name {
    font-weight: 500;
    font-size: calc(4.375vw * var(--coef-w));
    line-height: calc(6.25vw * var(--coef-w));
    width: 100%;
    display: block;
}

.review_answer .header_review .date {
    font-size: calc(3.75vw * var(--coef-w));
    line-height: calc(6.25vw * var(--coef-w));
    width: 100%;
    display: block;
    margin-top: 2px;
}

.review_main .name_date {
    display: block;
}

.blog_page {
    background: #FFF8F0;
}

.blog_content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: calc(14.0625vw * var(--coef-w));
}

.blog_content .pagination {
    margin-top: calc(3.125vw * var(--coef-w));
}


.article_page {
    background: #FFF8F0;
}

.article_page .article_image {
    display: block;
    width: 100%;
}

.article_image img {
    width: 100%;
    max-height: calc(125vw * var(--coef-w));
    object-fit: cover;
}

.article_date {
    background: #FFFFFF;
    border-radius: calc(31.25vw * var(--coef-w));
    display: block;
    margin: calc(4.6875vw * var(--coef-w)) 0 calc(4.6875vw * var(--coef-w)) 0;
    font-weight: normal;
    font-size: calc(3.75vw * var(--coef-w));
    line-height: calc(3.75vw * var(--coef-w));
    padding: calc(2.1875vw * var(--coef-w)) calc(3.75vw * var(--coef-w));
}

.article_views {
    background: #FFFFFF;
    border-radius: calc(31.25vw * var(--coef-w));
    display: flex;
    gap: calc(4.6875vw * var(--coef-w));
    margin: calc(4.6875vw * var(--coef-w)) 0 calc(4.6875vw * var(--coef-w)) 0;
    font-weight: normal;
    font-size: calc(3.75vw * var(--coef-w));
    line-height: calc(3.75vw * var(--coef-w));
    padding: calc(2.1875vw * var(--coef-w)) calc(3.75vw * var(--coef-w)) calc(2.1875vw * var(--coef-w)) calc(10vw * var(--coef-w));
    position: relative;
    background-size: calc(4.375vw * var(--coef-w));
    background-repeat: no-repeat;
    background-position: calc(3.125vw * var(--coef-w)) center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' color='black'%3E%3Cpath d='M21.544 11.045c.304.426.456.64.456.955c0 .316-.152.529-.456.955C20.178 14.871 16.689 19 12 19c-4.69 0-8.178-4.13-9.544-6.045C2.152 12.529 2 12.315 2 12c0-.316.152-.529.456-.955C3.822 9.129 7.311 5 12 5c4.69 0 8.178 4.13 9.544 6.045'/%3E%3Cpath d='M15 12a3 3 0 1 0-6 0a3 3 0 0 0 6 0'/%3E%3C/g%3E%3C/svg%3E");
}

.article_rating {
    background: #FFFFFF;
    border-radius: calc(31.25vw * var(--coef-w));
    display: flex;
    margin: calc(6.25vw * var(--coef-w)) auto calc(6.25vw * var(--coef-w)) auto;
    font-weight: normal;
    font-size: calc(3.75vw * var(--coef-w));
    line-height: calc(3.75vw * var(--coef-w));
    padding: calc(2.1875vw * var(--coef-w)) calc(3.75vw * var(--coef-w)) calc(2.1875vw * var(--coef-w)) calc(3.75vw * var(--coef-w));
    position: relative;
}

.article_rating .stars {
    display: inline-block;
    font-size: calc(7.5vw * var(--coef-w)); /* Розмір зірок */
    color: #d3d3d3; /* Колір для незафарбованих зірок */
    position: relative;
    padding-right: calc(3.125vw * var(--coef-w));
}

.article_rating .star.full {
    color: #FFD700; /* Золотий колір для повних зірок */
}

.article_rating .star.half {
    position: relative;
    color: #d3d3d3;
}

.article_rating .star.half::before {
    content: "★";
    position: absolute;
    left: 0;
    width: 50%; /* Зафарбовуємо половину */
    overflow: hidden;
    color: #FFD700; /* Колір половинчастої зірки */
}

.article_rating .star.empty {
    color: #d3d3d3; /* Сірий або інший колір для порожніх зірок */
}

.article_share-buttons {
    margin-top: calc(6.25vw * var(--coef-w));
    display: flex;
    align-items: center;
    gap: calc(3.125vw * var(--coef-w));
    margin-bottom: calc(12.5vw * var(--coef-w));
}

.seo_content h2,
.seo_content h3,
.seo_content h4,
.article_content h2,
.article_content h3,
.article_content h4 {
    margin-top: calc(12.5vw * var(--coef-w));
    margin-bottom: calc(4.6875vw * var(--coef-w));
}

.article_content ul, .article_content ol:not(.article_anchors) {
    padding-left: 0;
    list-style: none;
    margin: calc(4.6875vw * var(--coef-w)) 0;
}
.article_content ol.article_anchors li {
    counter-increment: li;
}
.article_content ol.article_anchors {
    counter-reset: li;
    list-style: none;
    font-size: calc(4.6875vw * var(--coef-w));
}

.article_content ol.article_anchors li::before {
    content: counter(li) '.';
    color: var(--main-color-red);
    display: inline-block;
    width: 2em;
    font-weight: bold;
}

.article_content * {
    margin-bottom: calc(3.125vw * var(--coef-w));
}

.error_page {
    background: #FFF8F0;
}

.error_page .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: calc(14.0625vw * var(--coef-w));
}

.error_page img {
    width: calc(90.625vw * var(--coef-w));
}

.error_page .h1 {
    display: block;
    margin: calc(4.6875vw * var(--coef-w)) auto;
}


.contact_page {
    background: #FFF8F0;
}

.contact_page .container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.contact_page .header_with_line {
    display: block;
    width: 100%;
    margin-top: 0;
}

.contact_page .add_review_form {
    width: calc(90.625vw * var(--coef-w));
    border-radius: calc(6.25vw * var(--coef-w));
    background: var(--main-color-pink);
    padding: calc(4.6875vw * var(--coef-w));
    height: fit-content;
    height: -moz-fit-content;
}

.contact_item {
    background: #FFFFFF;
    box-shadow: calc(0vw * var(--coef-w)) calc(0vw * var(--coef-w)) calc(6.25vw * var(--coef-w)) rgba(105, 36, 0, 0.03);
    border-radius: calc(4.6875vw * var(--coef-w));
    padding: calc(4.6875vw * var(--coef-w));
    width: calc(90.625vw * var(--coef-w));
    margin-bottom: calc(3.125vw * var(--coef-w));
}

.contact_page .contact_list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.contact_page_info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: calc(12.5vw * var(--coef-w));
    flex-wrap: wrap;
}

.contact_page_content {
    width: 100%;
}

.contact_item ul {
    list-style: none;
}

.contact_list .h2 {
    margin-bottom: calc(6.25vw * var(--coef-w));
    display: block;
}

.elementcontact span {
    width: calc(9.375vw * var(--coef-w));
    height: calc(9.375vw * var(--coef-w));
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color-pink);
    border-radius: 50%;
    margin-right: calc(4.6875vw * var(--coef-w));
}

.elementcontact {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.elementcontact span svg {
    width: calc(3.4375vw * var(--coef-w));
    height: calc(3.4375vw * var(--coef-w));
}

.elementcontact a {
    font-size: calc(5vw * var(--coef-w));
    line-height: calc(8.75vw * var(--coef-w));
}

.success_order {
    background: #FFF8F0;
}

.success_order .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: calc(6.25vw * var(--coef-w)) calc(9.375vw * var(--coef-w));
    text-align: center;
}

.success_order .btn {
    margin-top: calc(15.625vw * var(--coef-w));
}

.success_order p {
    text-align: center;
}


.order_page {
    background: #FFF8F0;
    padding-bottom: calc(14.0625vw * var(--coef-w));
}

.order_page .h1 {
    margin-bottom: 0;
}

.order_page form {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.order_page form {
    flex-direction: column;
}

.order_page .user_data {
    width: 100%;
    background: #fff;
    padding: calc(4.6875vw * var(--coef-w));
    border-radius: calc(6.25vw * var(--coef-w));
    order: 2;
    margin-top: calc(6.25vw * var(--coef-w));
}

.order_page .cart_data {
    width: 100%;
    background: #fff;
    padding: calc(4.6875vw * var(--coef-w));
    border-radius: calc(6.25vw * var(--coef-w));
    order: 1;
}

.order_page .products_cart {
    max-height: unset;
    overflow-y: unset;
}

.auth_data {
    display: flex;
    justify-content: space-between;
    margin-bottom: calc(6.25vw * var(--coef-w));
    flex-wrap: wrap;
}

.login_social {
    display: flex;
    align-items: center;
}

.is_auth {
    font-weight: bold;
    font-size: calc(5vw * var(--coef-w));
    line-height: calc(8.75vw * var(--coef-w));
    display: flex;
    white-space: nowrap;
    align-items: center;
}

.is_auth a {
    font-weight: bold;
    font-size: calc(5vw * var(--coef-w));
    line-height: calc(8.75vw * var(--coef-w));
    text-decoration-line: underline;
    color: var(--main-color-pink);
    margin-left: calc(1.5625vw * var(--coef-w));
}

.login_as_user {
    font-size: calc(3.75vw * var(--coef-w));
    line-height: calc(4.375vw * var(--coef-w));
    color: #000000;
    align-items: center;
    display: block;
    margin: calc(3.125vw * var(--coef-w)) 0;
}

.login_social a {
    width: calc(38.4375vw * var(--coef-w));
    margin-left: calc(1.5625vw * var(--coef-w));
    height: 100%;
}

.login_social svg {
    width: calc(38.4375vw * var(--coef-w));
    height: calc(12.5vw * var(--coef-w));
}

.user_data_form, .del_method_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.order_page .h4 {
    font-weight: bold;
    font-size: calc(5.625vw * var(--coef-w));
    line-height: calc(8.75vw * var(--coef-w));
    display: block;
    width: 100%;
    margin-bottom: calc(4.6875vw * var(--coef-w));
}

.order_page .input_group {
    width: 100%;
    margin-bottom: calc(4.6875vw * var(--coef-w));
    position: relative;
}

.order_page .input_group_full {
    width: 100%;
}

.order_page .input_group label {
    font-weight: 500;
    font-size: calc(4.0625vw * var(--coef-w));
    line-height: calc(5.625vw * var(--coef-w));
    margin-bottom: calc(1.5625vw * var(--coef-w));
    display: block;
}

.order_page .input_group input, .order_page .input_group select {
    background: #F6F6F6;
    border: 1px solid #F6F6F6;
    border-radius: calc(31.25vw * var(--coef-w));
    padding: 0 calc(6.25vw * var(--coef-w));
    font-size: calc(4.0625vw * var(--coef-w));
    line-height: calc(12.5vw * var(--coef-w));
    height: calc(12.5vw * var(--coef-w));
    width: 100%;
}

.del_method_form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.del_method_info .title {
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: calc(4.0625vw * var(--coef-w));
    line-height: calc(5.625vw * var(--coef-w));
    margin: calc(6.25vw * var(--coef-w)) 0 calc(4.6875vw * var(--coef-w)) 0;
}

.input_group_del {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: calc(3.125vw * var(--coef-w));
}

.input_group_del label, .input_select_active label {
    box-sizing: border-box;
    border-radius: calc(31.25vw * var(--coef-w));
    width: 100%;
    min-height: calc(12.5vw * var(--coef-w));
    padding: calc(3.125vw * var(--coef-w)) 0;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: calc(4.0625vw * var(--coef-w));
    line-height: calc(5.625vw * var(--coef-w));
    cursor: pointer;
}

.input_group_del label input {
    display: none;
}

.input_group_del label {
    background: #FFFCF9;
    border: 1px solid #FFF0E0;
}

.input_group_checkbox {
    display: block;
    width: 100%;
    margin-bottom: calc(4.6875vw * var(--coef-w));
}

.input_group_checkbox label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: calc(4.0625vw * var(--coef-w));
    line-height: calc(6.25vw * var(--coef-w));
}

.input_group_checkbox label .checkmark {
    border-radius: 3px;
}

.input_group_checkbox label .checkmark svg {
    width: calc(5.625vw * var(--coef-w));
    height: calc(5.625vw * var(--coef-w));
}

.input_group_checkbox label input:checked ~ .checkmark {
    background: var(--main-color-red);
}

.input_group_checkbox label .checkmark .active {
    width: calc(5.625vw * var(--coef-w));
    height: calc(5.625vw * var(--coef-w));
}

.input_group_checkbox label input:checked ~ .checkmark .active {
    border-radius: 0;
    width: calc(5.625vw * var(--coef-w));
    height: calc(5.625vw * var(--coef-w));
}

.title_order_cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: calc(4.6875vw * var(--coef-w));
    padding-bottom: calc(4.6875vw * var(--coef-w));
    border-bottom: 1px solid #FFF0E0;
}

.title_order_cart span {
    font-weight: 500;
    font-size: calc(3.75vw * var(--coef-w));
    line-height: calc(6.25vw * var(--coef-w));
}

.not-all-cart-product {
    padding: calc(4.6875vw * var(--coef-w));
    background: #FFF8F0;
    border-radius: calc(4.6875vw * var(--coef-w));
    margin-bottom: calc(6.25vw * var(--coef-w));
}

.not-all-cart-product .title {
    display: block;
    font-weight: 500;
    font-size: calc(4.375vw * var(--coef-w));
    line-height: calc(6.25vw * var(--coef-w));
}

.not-all-cart-product .input_select_active {
    display: flex;
    background: #FFFFFF;
    border: 1px solid #FFF0E0;
    box-sizing: border-box;
    border-radius: calc(4.6875vw * var(--coef-w));
    min-height: calc(12.5vw * var(--coef-w));
    margin-top: calc(3.125vw * var(--coef-w));
}

.order_page .sale_to_non_action {
    font-size: calc(4.0625vw * var(--coef-w));
    line-height: calc(4.375vw * var(--coef-w));
}

.order_page .finalprice {
    margin-bottom: calc(12.5vw * var(--coef-w));
}

.input_select_active {
    background: #FFFCF9;
    border: 1px solid #FFF0E0;
    box-sizing: border-box;
    border-radius: calc(31.25vw * var(--coef-w));
    width: 100%;
    margin-bottom: calc(4.6875vw * var(--coef-w));
    display: flex;
    align-items: center;
}

.comment_order_form {
    background: #F6F6F6;
    border-radius: calc(4.6875vw * var(--coef-w));
    width: 100%;
    height: calc(31.25vw * var(--coef-w));
    border: 1px solid #F6F6F6;
    padding: calc(3.125vw * var(--coef-w)) calc(6.25vw * var(--coef-w));
    margin-bottom: calc(4.6875vw * var(--coef-w));
}


.other_sender {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.product_cart_stock {
    white-space: nowrap;
    font-style: normal;
    font-weight: 500;
    font-size: calc(3.75vw * var(--coef-w));
    line-height: calc(4.375vw * var(--coef-w));
    text-align: right;
    color: #009846;
}

label .checkmark {
    background: #FFFFFF;
    border: 2px solid #F8CDA0;
    width: calc(6.25vw * var(--coef-w));
    height: calc(6.25vw * var(--coef-w));
    margin: 0 calc(3.125vw * var(--coef-w));
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 7.5%;
}

label input:checked ~ .checkmark {
    border: 1px solid var(--main-color-red);
}

label input:checked ~ .checkmark .active {
    display: block;
}

label input:checked ~ .checkmark .active {
    width: 50%;
    height: 50%;
    border-radius: 50%;
    background: var(--main-color-red);
    box-sizing: border-box;
}

.not-all-cart-product {
    display: none;
}

.other_sender {
    display: none;
}

.other_sender.active {
    display: flex;
}

.search_result {
    position: absolute;
    top: calc(15.625vw * var(--coef-w));
    left: 0;
    display: block;
    width: 100%;
    background: #F6F6F6;
    border-radius: calc(6.25vw * var(--coef-w));
    max-height: calc(62.5vw * var(--coef-w));
    overflow: auto;
    z-index: 5;
}

.search_result span {
    display: block;
    padding: 0 calc(3.125vw * var(--coef-w));
    margin: calc(1.5625vw * var(--coef-w)) 0;
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
    font-size: calc(4.0625vw * var(--coef-w));
    line-height: calc(6.25vw * var(--coef-w));
    color: var(--font-color-main);
}

.search_result span:nth-child(1) {
    margin-top: calc(6.25vw * var(--coef-w));
}

.search_result span:last-child {
    margin-bottom: calc(6.25vw * var(--coef-w));
}

.cabinet {
    background: #FFF8F0;
    padding-bottom: calc(6.25vw * var(--coef-w));
}

.cabinet .container {
    display: flex;
    flex-wrap: wrap;
    padding-top: calc(6.25vw * var(--coef-w));
    justify-content: space-between;
}

.cabinet .headcab {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: calc(7.8125vw * var(--coef-w));
    flex-direction: column;
}

.cabinet .headcab a {
    display: flex;
    font-weight: 500;
    font-size: calc(4.375vw * var(--coef-w));
    line-height: calc(5.625vw * var(--coef-w));
    text-decoration-line: underline;
    color: #A0A0A0;
}

.cabinet .headcab a svg {
    height: calc(6.875vw * var(--coef-w));
    margin-right: calc(4.6875vw * var(--coef-w));
}

.cabinet h1 {
    font-size: calc(8.125vw * var(--coef-w));
    line-height: calc(11.25vw * var(--coef-w));
    color: #1A1A1A;
    text-align: left;
}

.cabinet h2 {
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: calc(6.25vw * var(--coef-w));
    line-height: calc(8.125vw * var(--coef-w));
    margin-bottom: calc(4.6875vw * var(--coef-w));
    margin-top: calc(6.25vw * var(--coef-w));
}

.cabinet .sidebarmenu {
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
}

.cabinet .contentpart {
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    background: #fff;
    padding: calc(6.25vw * var(--coef-w)) calc(4.6875vw * var(--coef-w));
    border-radius: calc(3.125vw * var(--coef-w));
}

.cabinet .sidebarmenu ul {
    list-style: none;
    display: flex;
    flex-direction: column;
}

.cabinet .sidebarmenu li {
    padding: calc(3.125vw * var(--coef-w));
    background: #FFFFFF;
    border: 1px solid var(--main-color-pink);
    box-sizing: border-box;
    border-radius: calc(3.125vw * var(--coef-w));
    margin-bottom: calc(3.125vw * var(--coef-w));
}

.cabinet .sidebarmenu li a {
    font-style: normal;
    font-weight: 500;
    font-size: calc(5vw * var(--coef-w));
    line-height: calc(5vw * var(--coef-w));
    color: var(--font-color-main);
    display: flex;
    width: 100%;
    align-items: center;
}

.cabinet .sidebarmenu li a svg {
    margin-right: calc(3.125vw * var(--coef-w));
}


.cabinet .sidebarmenu li a.active {
    color: var(--main-color-pink);
}

.cabinet .input_group input {
    border: 1px solid #F6F6F6;
    box-sizing: border-box;
    width: 100%;
    height: calc(12.5vw * var(--coef-w));
    padding: calc(3.125vw * var(--coef-w)) calc(6.25vw * var(--coef-w));
    font-size: calc(3.75vw * var(--coef-w));
    line-height: calc(6.25vw * var(--coef-w));
    background: #F6F6F6;
    border-radius: calc(31.25vw * var(--coef-w));
}

.cabinet .input_group label {
    display: block;
    margin-top: calc(3.125vw * var(--coef-w));
    color: var(--font-color-main);
    font-size: calc(3.75vw * var(--coef-w));
    line-height: calc(5.625vw * var(--coef-w));
}

.cabinet input[type='submit'] {
    margin-top: calc(7.8125vw * var(--coef-w));
    height: calc(12.5vw * var(--coef-w));
    padding: calc(3.125vw * var(--coef-w)) calc(6.25vw * var(--coef-w));
    cursor: pointer;
    border: 1px solid var(--main-color-pink);
    background: var(--main-color-pink);
    border-radius: calc(31.25vw * var(--coef-w));
    color: #fff;
    width: calc(81.25vw * var(--coef-w));
}

.userhistory, .userwishlist {
    display: none;
}


.addtowish {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #F39208;
    width: calc(14.0625vw * var(--coef-w));
    height: calc(14.0625vw * var(--coef-w));
}

.addtowish svg {
    width: calc(7.8125vw * var(--coef-w));
    height: calc(7.8125vw * var(--coef-w));
}

.addtowish:hover {
    box-shadow: inset calc(31.25vw * var(--coef-w)) 0 calc(0.0313vw * var(--coef-w)) #F39208;
}

.productinfo .btns {
    display: flex;
}

.productinfo .addtocartproductpage {
    margin-right: calc(6.25vw * var(--coef-w));
    height: calc(14.0625vw * var(--coef-w));
}

.cabinet .userwishlist .item {
    display: flex;
    margin-bottom: calc(6.25vw * var(--coef-w));
    padding-bottom: calc(6.25vw * var(--coef-w));
    border-bottom: 1px solid #E8E8E8;
    justify-content: space-between;
    flex-wrap: wrap;
}

.userwishlist .item a.delete {
    flex: 0 0 5%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.userwishlist .item a.image {
    flex: 0 0 20%;
}

.userwishlist .item a.image img {
    width: 100%;
}

.userwishlist .item .titleattr {
    flex: 0 0 35%;
    flex-wrap: wrap;
}

.userwishlist .item .titleattr .title {

    font-style: normal;
    font-weight: normal;
    font-size: calc(4.375vw * var(--coef-w));
    line-height: calc(6.25vw * var(--coef-w));
    color: #1E1E1E;
}

.userwishlist .item .titleattr .attr {

    font-style: normal;
    font-weight: normal;
    font-size: calc(4.375vw * var(--coef-w));
    line-height: calc(5.625vw * var(--coef-w));
    color: #505050;
    margin-top: calc(3.125vw * var(--coef-w));
    display: block;
}

.userwishlist .item .priceblock {
    flex: 0 0 35%;
    flex-wrap: wrap;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
}

.userwishlist .item .priceblock div {
    width: fit-content;
}

.userwishlist .item .priceblock .price {

    font-style: normal;
    font-weight: 500;
    font-size: calc(5vw * var(--coef-w));
    line-height: calc(6.5625vw * var(--coef-w));
    text-align: right;
    color: #1E1E1E;
    white-space: nowrap;
}

.userwishlist .item .priceblock .sale_price {
    font-size: calc(4.375vw * var(--coef-w));
    line-height: calc(5vw * var(--coef-w));
    color: var(--main-color-font);
}

.userhistory .item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: calc(9.375vw * var(--coef-w));
}


.userhistory .ordern {
    font-style: normal;
    font-weight: 500;
    font-size: calc(4.375vw * var(--coef-w));
    line-height: calc(6.875vw * var(--coef-w));
    color: var(--font-color-main);
    margin-top: calc(4.6875vw * var(--coef-w));
}

.userhistory .date {
    font-style: normal;
    font-weight: normal;
    font-size: calc(4.375vw * var(--coef-w));
    line-height: calc(6.875vw * var(--coef-w));
    color: #B3B3B3;
    display: block;
}

.userhistory .status {
    font-style: normal;
    font-weight: bold;
    font-size: calc(4.375vw * var(--coef-w));
    line-height: calc(6.875vw * var(--coef-w));
    color: #009846;
    display: block;
    margin-top: calc(3.125vw * var(--coef-w));
}

.userhistory .titlesum {
    font-style: normal;
    font-weight: normal;
    font-size: calc(5vw * var(--coef-w));
    line-height: calc(6.5625vw * var(--coef-w));
    color: #A0A0A0;
}

.userhistory .sum {
    font-style: normal;
    font-weight: normal;
    font-size: calc(4.375vw * var(--coef-w));
    line-height: calc(6.875vw * var(--coef-w));
    color: #B3B3B3;
    display: flex;
    margin-bottom: calc(3.125vw * var(--coef-w));
    width: 100%;
    justify-content: space-between;
}

.userhistory .sum .sum {
    font-weight: bold;
    font-size: calc(4.375vw * var(--coef-w));
    line-height: calc(6.875vw * var(--coef-w));
    color: var(--main-color-pink);
    justify-content: space-between;
    margin-bottom: 0;
    width: -moz-fit-content;
    width: fit-content;
}

.userhistory img {
    width: 100%;
}

.userhistory .item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.userhistory .image {
    width: calc(28.125vw * var(--coef-w));
    position: absolute;
    top: 0;
    left: 0;
}

.userhistory .titleattr {
    width: calc(50vw * var(--coef-w));
}

.userhistory .qtyinfo {
    width: calc(50vw * var(--coef-w));
}


.userhistory .priceblock {
    width: calc(50vw * var(--coef-w));
}

.userhistory a.title {
    font-style: normal;
    font-weight: 500;
    font-size: calc(3.75vw * var(--coef-w));
    line-height: calc(5.625vw * var(--coef-w));
    color: var(--font-color-main);
}

.userhistory a.qty {
    font-size: calc(3.75vw * var(--coef-w));
    line-height: calc(4.375vw * var(--coef-w));
    color: var(--font-color-main);
}

.userhistory .attr {
    display: block;
    margin-top: calc(6.25vw * var(--coef-w));
    font-style: normal;
    font-weight: normal;
    font-size: calc(5vw * var(--coef-w));
    line-height: calc(6.5625vw * var(--coef-w));
    color: #505050;
}

.orderinfo .allinfo {
    display: flex;
    flex-direction: column;
}

.userhistory .orderinfo {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #E8E8E8;
}

.orderinfo .qty {
    font-weight: normal;
    font-size: calc(3.75vw * var(--coef-w));
    line-height: calc(4.375vw * var(--coef-w));
    margin: calc(3.125vw * var(--coef-w)) 0;
    color: var(--font-color-main)
}

.show_room {
    background: #FFF8F0;
}

.show_room_main_info {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.show_room_main_info .column {
    width: 100%
}

.show_room_main_info .video iframe {
    width: 100%;
    height: calc(75vw * var(--coef-w));
}

.show_room_main_info .h1 {
    margin-bottom: calc(6.25vw * var(--coef-w));
}

.show_room_main_info .content p {
    font-weight: normal;
    font-size: calc(5vw * var(--coef-w));
    line-height: calc(8.125vw * var(--coef-w));
}

.show_room_contact {
    margin: calc(15.625vw * var(--coef-w)) 0;
    background: #FFFFFF;
    box-shadow: calc(0vw * var(--coef-w)) calc(0vw * var(--coef-w)) calc(6.25vw * var(--coef-w)) rgba(105, 36, 0, 0.03);
    border-radius: calc(6.25vw * var(--coef-w));
    padding: calc(4.6875vw * var(--coef-w));
    display: flex;
    width: 100%;
    flex-direction: column;
}

.show_room_contact .col {
    width: 100%;
}

.show_room_contact .col img {
    width: 100%;
    margin-top: calc(7.8125vw * var(--coef-w));
}

.show_room_contact .h1 {
    display: block;
    margin-bottom: calc(4.6875vw * var(--coef-w));
}

.show_room_contact .h2 {
    display: block;
    color: var(--main-color-pink);
    margin-bottom: calc(3.125vw * var(--coef-w));
}

.show_room_contact ul {
    list-style: none;
}

.show_room_contact li {
    display: flex;
    align-items: center;
    margin-top: calc(3.125vw * var(--coef-w));
}

.show_room_contact li .icon {
    width: calc(12.5vw * var(--coef-w));
    height: calc(12.5vw * var(--coef-w));
    border-radius: 50%;
    background: var(--main-color-pink);
    margin-right: calc(3.125vw * var(--coef-w));
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 15%;
}

.show_room_contact li .icon svg {
    width: calc(4.6875vw * var(--coef-w));
    height: calc(4.6875vw * var(--coef-w));
}

.show_room_photos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.show_room_photos .image {
    width: 100%;
    display: block;
    margin-bottom: calc(4.6875vw * var(--coef-w));
}

.show_room_photos .image img {
    width: 100%;
}

.show_room .little_banner {
    margin-bottom: calc(6.25vw * var(--coef-w));
}

.show_room .little_banner_2 {
    margin-top: 0;
    background: url('/src/images/back_little_2_mob.png');
    background-size: 100% 100%;
    margin-bottom: calc(14.0625vw * var(--coef-w));
    padding: calc(3.125vw * var(--coef-w)) calc(9.375vw * var(--coef-w));
    height: calc(25vw * var(--coef-w));
}

.opened_menu.active {
    position: fixed;
    top: calc(19.375vw * var(--coef-w));
    display: block;
    background: #fff;
    height: 100%;
    z-index: 50;
    width: 100%;
    overflow-y: scroll;
    padding-bottom: calc(46.875vw * var(--coef-w));
}

body.nonoverflow {
    overflow: hidden;
}

.opened_menu .main_catalog_menu_btn {
    padding-left: var(--offset);
    border-radius: 0;
    justify-content: flex-start;
}

.opened_menu > .icon_header > .header_icon {
    margin-left: var(--offset);
    margin-right: calc(3.125vw * var(--coef-w));
    width: calc(9.375vw * var(--coef-w));
    height: calc(9.375vw * var(--coef-w));
}

.opened_menu > .icon_header > .header_icon svg {
    width: calc(3.75vw * var(--coef-w));
    height: calc(3.75vw * var(--coef-w));
}

.opened_menu > .icon_header {
    display: flex;
    align-items: center;
    margin-top: calc(3.75vw * var(--coef-w));
    margin-bottom: calc(3.75vw * var(--coef-w));
    padding-bottom: calc(3.75vw * var(--coef-w));
    border-bottom: 1px solid #EAECEE;
    font-style: normal;
    font-weight: 500;
    font-size: calc(4.0625vw * var(--coef-w));
    line-height: calc(6.25vw * var(--coef-w));
}

.opened_menu .header_info_contact {
    padding: calc(3.75vw * var(--coef-w)) var(--offset);
}

.call_us a {
    font-weight: bold;
    font-size: calc(4.0625vw * var(--coef-w));
    line-height: calc(4.6875vw * var(--coef-w));
    text-decoration-line: underline;
    color: #EE3F2E;
    margin: calc(4.6875vw * var(--coef-w)) 0;
    padding: 0 var(--offset);
    display: block;
}

.header_info_contact .title svg {
    display: none;
}

.header_info_contact .title {
    font-weight: bold;
    font-size: calc(4.0625vw * var(--coef-w));
    line-height: calc(4.6875vw * var(--coef-w));
    display: block;
}

.header_info_contact a {
    font-weight: normal;
    font-size: calc(4.0625vw * var(--coef-w));
    line-height: calc(4.6875vw * var(--coef-w));
    display: block;
    margin-top: calc(2.5vw * var(--coef-w));
}

.opened_menu .language_choose {
    width: 100%;
    display: flex;
    padding-left: calc(4.6875vw * var(--coef-w));
    margin-top: calc(6.25vw * var(--coef-w));
}

.opened_menu .language_choose .language {
    font-size: calc(4.0625vw * var(--coef-w));
    line-height: calc(4.6875vw * var(--coef-w));
    color: var(--font-color-second);
}

.opened_menu .language_choose ul {
    margin-left: calc(2.5vw * var(--coef-w));
    list-style: none;
}

.opened_menu .language_choose ul li {
    font-size: calc(4.0625vw * var(--coef-w));
    line-height: calc(4.6875vw * var(--coef-w));
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
}

.opened_menu .language_choose ul li span.arrow {
    width: calc(1.875vw * var(--coef-w));
    margin-left: calc(1.5625vw * var(--coef-w));
    transition: .5s;
}

.opened_menu .language_choose ul li span.arrow svg {
    width: 100%;
}

.opened_menu .language_choose ul ul {
    display: none;
    position: absolute;
    top: calc(4.6875vw * var(--coef-w));
    left: calc(-2.8125vw * var(--coef-w));
    margin-left: 0;
    background: #FFFFFF;
    box-shadow: calc(0vw * var(--coef-w)) calc(0vw * var(--coef-w)) calc(6.25vw * var(--coef-w)) rgba(105, 36, 0, 0.03);
    border-radius: calc(1.5625vw * var(--coef-w));
    padding: calc(1.5625vw * var(--coef-w)) calc(2.8125vw * var(--coef-w));
}

.opened_menu .language_choose ul li:hover ul {
    display: block;
}

.opened_menu .language_choose ul li:hover span.arrow {
    transform: rotateZ(180deg);
}

.opened_menu .sub_menu {
    list-style: none;
    margin-bottom: calc(3.75vw * var(--coef-w));
    border-bottom: 1px solid #EAECEE;
    padding: 0 var(--offset) calc(3.75vw * var(--coef-w)) var(--offset);
}

.opened_menu .sub_menu li a {
    font-weight: 500;
    font-size: calc(4.0625vw * var(--coef-w));
    line-height: calc(6.25vw * var(--coef-w));
    display: block;
    margin-top: calc(2.8125vw * var(--coef-w));
}

.catalog_menu_full.active {
    position: fixed;
    top: calc(19.375vw * var(--coef-w));
    display: block;
    background: #fff;
    height: 100%;
    z-index: 50;
    width: 100%;
    overflow-y: scroll;
    padding-bottom: calc(15.625vw * var(--coef-w));
    left: 0;
}

.catalog_menu_full ul {
    list-style: none;
    padding-bottom: calc(6.25vw * var(--coef-w));
}

.catalog_menu_full ul ul {
    display: none;
}

.catalog_menu_full ul ul.active {
    position: fixed;
    top: calc(19.375vw * var(--coef-w));
    display: block;
    background: #fff;
    height: 100%;
    z-index: 50;
    width: 100%;
    overflow-y: scroll;
    padding-bottom: calc(15.625vw * var(--coef-w));
    left: 0;
}

.catalog_menu_full ul li a {
    font-weight: 500;
    font-size: calc(4.0625vw * var(--coef-w));
    line-height: calc(6.25vw * var(--coef-w));
    display: flex;
    align-items: center;
}

.catalog_menu_full ul li a svg {
    width: calc(4.6875vw * var(--coef-w));
    height: calc(4.6875vw * var(--coef-w));
    margin-right: calc(2.5vw * var(--coef-w));
}

.catalog_menu_full ul li {
    position: relative;
    padding: calc(1.25vw * var(--coef-w)) var(--offset);
}

.catalog_menu_full li.arrow:after {
    position: absolute;
    top: calc(3.125vw * var(--coef-w));
    right: calc(3.125vw * var(--coef-w));
    content: '';
    width: calc(1.875vw * var(--coef-w));
    height: calc(2.5vw * var(--coef-w));
    background: url(/src/images/arrow.svg);
    background-size: 100% 100%;
    display: block;
    color: var(--main-color-red);
}

.catalog_menu_full li:hover {
    box-shadow: inset 100vw 0 calc(0.0031vw * var(--coef-w)) var(--second-color-white);
}

.close_main_menu, .one_level_back {
    display: flex;
    align-items: center;
    height: calc(12.5vw * var(--coef-w));
    border-bottom: 1px solid #EAECEE;
    font-weight: bold;
    font-size: calc(4.0625vw * var(--coef-w));
    line-height: calc(4.6875vw * var(--coef-w));
    text-transform: uppercase;
    color: #B9B9B9;
    margin-bottom: calc(3.125vw * var(--coef-w));
}

.close_main_menu svg, .one_level_back svg {
    width: calc(5vw * var(--coef-w));
    margin-right: calc(3.125vw * var(--coef-w));
}

.search_form {
    position: fixed;
    top: 0;
    left: 0;
    height: calc(19.0625vw * var(--coef-w));
    width: 100%;
    background: #fff;
    z-index: 50;
    display: none;
}

.search_form.active {
    display: block;
}

.search_form form {
    position: relative;
    padding: calc(3.125vw * var(--coef-w)) calc(var(--offset) + calc(9.375vw * var(--coef-w))) calc(3.125vw * var(--coef-w)) var(--offset);
}

.search_form form input[type=text] {
    background: #F6F6F6;
    border-radius: calc(31.25vw * var(--coef-w));
    width: 100%;
    font-weight: 500;
    font-size: calc(3.75vw * var(--coef-w));
    line-height: calc(4.375vw * var(--coef-w));
    height: calc(12.5vw * var(--coef-w));
    border: 1px solid #F6F6F6;
    padding-left: calc(4.6875vw * var(--coef-w));
}

.search_form form input[type=submit] {
    display: none;
}

.search_form form label {
    position: absolute;
    right: calc(var(--offset) + calc(9.375vw * var(--coef-w)));
    top: calc(3.125vw * var(--coef-w));
    height: calc(12.5vw * var(--coef-w));
    width: calc(12.5vw * var(--coef-w));
    border-radius: 50%;
    background: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_form form label svg {
    width: calc(5.625vw * var(--coef-w));
    height: calc(5.625vw * var(--coef-w));
}

.main_slider {
    margin-top: calc(6.25vw * var(--coef-w));
    overflow: hidden;
}

.main_slider img {
    width: 95%;
    border-radius: calc(3.125vw * var(--coef-w));
}

.close_search_form {
    position: absolute;
    top: calc(7.8125vw * var(--coef-w));
    right: calc(4.0625vw * var(--coef-w));
    width: calc(3.4375vw * var(--coef-w));
    height: calc(3.4375vw * var(--coef-w));
}

.close_search_form svg {
    width: calc(3.4375vw * var(--coef-w));
    height: calc(3.4375vw * var(--coef-w));
}

.product_page {
    background: #FFF8F0;
    overflow: hidden;
    width: 100%;
}

.product_page .product_h1 {
    margin-bottom: calc(3.125vw * var(--coef-w));
    display: block;
}

.product_page .product_main_slider {
    background: #FFFFFF;
    border-radius: calc(4.6875vw * var(--coef-w));
    padding: calc(4.6875vw * var(--coef-w));
    margin-bottom: calc(6.25vw * var(--coef-w));
}

.product_main_info {
    background: #FFFFFF;
    border-radius: calc(4.6875vw * var(--coef-w));
    padding: calc(4.6875vw * var(--coef-w));
    margin-bottom: calc(6.25vw * var(--coef-w));
}

.product_main_info .flex-justify {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.product_under_link {
    padding-bottom: calc(6.25vw * var(--coef-w));
    margin-bottom: calc(6.25vw * var(--coef-w));
    border-bottom: 1px solid #FFF8F0;
}

.product_main_info .sku_block * {
    font-weight: 500;
    font-size: calc(3.75vw * var(--coef-w));
    line-height: calc(4.375vw * var(--coef-w));
    text-transform: uppercase;
    color: var(--font-color-second);
}

.product_main_info .one_characteristic .value {
    font-weight: normal;
    font-size: calc(3.75vw * var(--coef-w));
    line-height: calc(6.25vw * var(--coef-w));
    text-align: right;
    width: calc(31.25vw * var(--coef-w));
}

.product_main_info .one_characteristic .title {
    position: relative;
    font-size: calc(3.75vw * var(--coef-w));
    line-height: calc(6.25vw * var(--coef-w));
    display: flex;
    width: 100%;
    white-space: nowrap;
}

.product_main_info .one_characteristic .title::after {
    content: '';
    width: 100%;
    height: calc(5.625vw * var(--coef-w));
    border-bottom: 1px dashed #EAECEE;
    margin: 0 calc(1.5625vw * var(--coef-w));
}

.product_main_info .one_characteristic:not(:last-child) {
    margin-bottom: calc(3.125vw * var(--coef-w));
}

.product_main_info .discount_title {
    display: block;
    margin-bottom: calc(4.6875vw * var(--coef-w));
    color: var(--main-color-red)
}

.product_main_info .table {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.product_main_info .table .column {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.product_main_info .table .title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(2.1875vw * var(--coef-w)) calc(4.6875vw * var(--coef-w));
    font-style: normal;
    font-weight: 500;
    font-size: calc(3.75vw * var(--coef-w));
    line-height: calc(5.625vw * var(--coef-w));
    color: var(--font-color-main);
    background: var(--main-color-white);
    border-radius: calc(4.6875vw * var(--coef-w));
    margin-bottom: calc(3.125vw * var(--coef-w));
    width: calc(43.75vw * var(--coef-w));
    height: calc(17.1875vw * var(--coef-w));
}

.product_main_info .table .value {
    font-weight: 500;
    font-size: calc(4.0625vw * var(--coef-w));
    line-height: calc(6.25vw * var(--coef-w));
    color: var(--main-color-red);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(2.1875vw * var(--coef-w));
    background: var(--main-color-white);
    border-radius: calc(4.6875vw * var(--coef-w));
    width: calc(34.375vw * var(--coef-w));
    height: calc(17.1875vw * var(--coef-w));
}

.product_main_info .table .column:nth-child(1) .value, .product_main_info .table .column:nth-child(1) .title {
    justify-content: center;
}

.product_main_info .prices {
    display: flex;
    align-items: center;
}

.product_main_info .old_price {
    font-weight: normal;
    font-size: calc(5.625vw * var(--coef-w));
    line-height: calc(3.75vw * var(--coef-w));
    text-decoration-line: line-through;
    color: var(--font-color-second);
    margin-right: calc(4.6875vw * var(--coef-w));
}

.product_main_info .price {
    font-weight: bold;
    font-size: calc(7.5vw * var(--coef-w));
    line-height: calc(10.625vw * var(--coef-w));
}


.product_main_info .qty {
    display: flex;
    position: relative;
    height: calc(15.625vw * var(--coef-w));
    width: calc(46.875vw * var(--coef-w));
}

.product_main_info .qty input {
    width: calc(43.75vw * var(--coef-w));
    background: #F6F6F6;
    border-radius: calc(31.25vw * var(--coef-w));
    height: calc(9.375vw * var(--coef-w));
    border: 1px solid #F6F6F6;
    text-align: center;
    font-size: calc(5vw * var(--coef-w));
    line-height: calc(9.375vw * var(--coef-w));
    font-weight: 500;
}

.product_main_info .qty .qtybtn {
    width: calc(8.4375vw * var(--coef-w));
    height: calc(8.4375vw * var(--coef-w));
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(0.7813vw * var(--coef-w));
    left: calc(1.0938vw * var(--coef-w));
    cursor: pointer;
    margin-bottom: calc(3.125vw * var(--coef-w));
}

.product_main_info .qty .qtybtn svg {
    width: calc(7.1875vw * var(--coef-w));
    height: calc(7.1875vw * var(--coef-w));
}

.product_main_info .qty .qtybtn.plus {
    left: auto;
    right: calc(4.6875vw * var(--coef-w));
}

.product_main_info .price_block {
    display: flex;
    margin-top: calc(6.25vw * var(--coef-w));
}

.product_main_info .addtocartproduct {
    width: calc(43.75vw * var(--coef-w));
    height: calc(12.5vw * var(--coef-w));
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: calc(4.375vw * var(--coef-w));
    line-height: calc(5.3125vw * var(--coef-w));
    text-align: center;
    color: #FFFFFF;
}

.product_main_info .addtocartproduct svg {
    width: calc(5.625vw * var(--coef-w));
    height: calc(5.625vw * var(--coef-w));
    margin-left: calc(3.125vw * var(--coef-w));
}

.product_main_info .like_btn a, .product_main_info .like_btn svg {
    cursor: pointer;
    width: calc(9.375vw * var(--coef-w));
    height: calc(8.4375vw * var(--coef-w));
}

.like_btn path {
    fill: transparent;
    transition: 0.3s;
}

.like_btn.active path {
    fill: #EE3F2E;
}

.action_btns {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
}

.action_btns .price_block {
    display: flex;
    flex-direction: column;
}


.product-full-slider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    display: none;
}

.product-full-slider-container {
    height: 95%;
    width: 90%;
    background: #fff;
    border-radius: calc(6.25vw * var(--coef-w));
    padding: calc(9.375vw * var(--coef-w)) calc(4.6875vw * var(--coef-w));
    text-align: center;
    position: relative;
}

.slider_product_full img {
    height: 100%;
    width: calc(78.125vw * var(--coef-w));
    max-height: calc(62.5vw * var(--coef-w));
}

.slider_product_full {
    height: 50%;
    width: 100%;
    margin: calc(6.25vw * var(--coef-w)) auto calc(12.5vw * var(--coef-w)) auto;
}

.product-full-slider .arrow-slider {
    width: calc(12.5vw * var(--coef-w));
    height: calc(12.5vw * var(--coef-w));
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFF0E0;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - calc(6.25vw * var(--coef-w)));
    left: calc(12.5vw * var(--coef-w));
    cursor: pointer;
}

.product-full-slider .arrow-slider:hover {
    box-shadow: inset calc(12.5vw * var(--coef-w)) 0 calc(0.0031vw * var(--coef-w)) var(--main-color-pink);
}

.product-full-slider .arrow-slider svg {
    width: calc(3.125vw * var(--coef-w));
    height: calc(3.125vw * var(--coef-w));
}

.product-full-slider .arrow-slider.right-arrow {
    left: auto;
    right: calc(12.5vw * var(--coef-w));
}

.product-full-slider .close {
    position: absolute;
    right: calc(6.25vw * var(--coef-w));
    top: calc(6.25vw * var(--coef-w));
    cursor: pointer;
    width: calc(6.25vw * var(--coef-w));
    height: calc(6.25vw * var(--coef-w));
}

.product-full-slider .close svg {
    width: calc(6.25vw * var(--coef-w));
    height: calc(6.25vw * var(--coef-w));
}

.product-full-slider .price_block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}


.product-full-slider .prices {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.product-full-slider .old_price {
    font-weight: normal;
    font-size: calc(5.625vw * var(--coef-w));
    line-height: calc(3.75vw * var(--coef-w));
    text-decoration-line: line-through;
    color: var(--font-color-second);
    margin-right: calc(4.6875vw * var(--coef-w));
}

.product-full-slider .price {
    font-weight: bold;
    font-size: calc(7.5vw * var(--coef-w));
    line-height: calc(10.625vw * var(--coef-w));
}


.product-full-slider .qty {
    display: flex;
    position: relative;
    height: calc(15.625vw * var(--coef-w));
    width: calc(46.875vw * var(--coef-w));
}

.product-full-slider .qty input {
    width: 100%;
    background: #F6F6F6;
    border-radius: calc(31.25vw * var(--coef-w));
    height: calc(15.625vw * var(--coef-w));
    border: 1px solid #F6F6F6;
    text-align: center;
    font-size: calc(5vw * var(--coef-w));
    line-height: calc(15.625vw * var(--coef-w));
    font-weight: 500;
}

.product-full-slider .qty .qtybtn {
    width: calc(8.4375vw * var(--coef-w));
    height: calc(8.4375vw * var(--coef-w));
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(3.5938vw * var(--coef-w));
    left: calc(3.5938vw * var(--coef-w));
    cursor: pointer;
}

.product-full-slider .qty .qtybtn svg {
    width: calc(8.4375vw * var(--coef-w));
    height: calc(8.4375vw * var(--coef-w));
}

.product-full-slider .qty .qtybtn.plus {
    left: auto;
    right: calc(3.5938vw * var(--coef-w));
}

.product-full-slider .price_block {
    display: flex;
    margin-top: calc(6.25vw * var(--coef-w));
}

.product-full-slider .addtocartproduct {
    width: calc(46.875vw * var(--coef-w));
    height: calc(15.625vw * var(--coef-w));
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: calc(5vw * var(--coef-w));
    line-height: calc(5.9375vw * var(--coef-w));
    text-align: center;
    color: #FFFFFF;
    margin-top: calc(3.125vw * var(--coef-w));
}

.product-full-slider .addtocartproduct svg {
    width: calc(6.25vw * var(--coef-w));
    height: calc(6.25vw * var(--coef-w));
    margin-left: calc(4.6875vw * var(--coef-w));
}

.product-full-slider .oldprice {
    margin-right: calc(6.25vw * var(--coef-w));
    display: block;
}

.product-full-slider .price {
    margin-right: calc(6.25vw * var(--coef-w));
    margin-left: calc(6.25vw * var(--coef-w));
    display: block;
}

.product_page_product_list .products_list {
    display: block;
    width: calc(90.625vw * var(--coef-w));
}

.tech_article_page,
.manufactures_pages,
.done-products {
    background-color: #f5f8ff;
}

.breadcrumbs {
    display: flex;
    list-style: none;
    background-color: #fff8f0;
    padding-top: calc(4.6875vw * var(--coef-w));
    padding-bottom: calc(4.6875vw * var(--coef-w));
    flex-wrap: wrap;
}

.breadcrumbs.white {
    background-color: #f5f8ff;
}

.breadcrumbs li::after {
    content: ' ● ';
    font-size: calc(1.5625vw * var(--coef-w));
    margin: 0 calc(2.1875vw * var(--coef-w)) 0 calc(2.1875vw * var(--coef-w));
    color: var(--font-color-second);
    transform: translateY(-4px);
    display: inline-block;
}

.breadcrumbs li:nth-last-child(1)::after {
    display: none;
}

.breadcrumbs a {
    color: var(--font-color-second);
    font-size: calc(3.75vw * var(--coef-w));
    line-height: calc(4.375vw * var(--coef-w));
}

.modal_success {
    color: green;
    margin: calc(3.125vw * var(--coef-w)) 0;
    text-align: center;
}

.product_description {
    margin-top: calc(3.125vw * var(--coef-w));
    padding: calc(4.6875vw * var(--coef-w));
    background: #FFFFFF;
    border-radius: calc(4.6875vw * var(--coef-w));
}

.product_description .product_video > iframe {
    width: calc(90.625vw * var(--coef-w));
    height: calc(50.9375vw * var(--coef-w));
}

.manufactures_pages .sidebar_menu li a {
    font-weight: 500;
    font-size: calc(4.375vw * var(--coef-w));
    line-height: calc(6.25vw * var(--coef-w));
}

.manufactures_pages .sidebar_menu li.active a {
    color: var(--main-color-red)
}

.sidebar_menu {
    border-radius: calc(6.25vw * var(--coef-w));
    background: #FFFFFF;
    box-shadow: calc(0vw * var(--coef-w)) calc(0vw * var(--coef-w)) calc(6.25vw * var(--coef-w)) rgba(105, 36, 0, 0.03);
    padding: calc(4.6875vw * var(--coef-w)) 0;
    position: relative;
}

.sidebar_preview {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.sidebar_preview img {
    width: 100%;
}

.sidebar_menu ul ul {
    display: none;
}

.sidebar_menu ul {
    list-style: none;
}

.sidebar_menu li a {
    display: flex;
    align-items: center;
    font-size: calc(4.0625vw * var(--coef-w));
    line-height: calc(9.375vw * var(--coef-w));
    padding: 0 calc(4.6875vw * var(--coef-w));
    height: calc(9.375vw * var(--coef-w));
}

.sidebar_menu li {
    height: calc(9.375vw * var(--coef-w));
    width: 100%;
    position: relative;
}

.sidebar_menu li svg {
    width: calc(4.375vw * var(--coef-w));
    margin-right: calc(3.125vw * var(--coef-w));
}

.sidebar_menu li.bold a {
    color: var(--main-color-red);
    font-weight: bold;
}

.sidebar_menu li.arrow:after {
    position: absolute;
    top: calc(3.75vw * var(--coef-w));
    right: calc(4.6875vw * var(--coef-w));
    content: '';
    width: calc(1.875vw * var(--coef-w));
    height: calc(2.5vw * var(--coef-w));
    background: url('/src/images/arrow.png');
    background-size: 100% 100%;
    display: block;
    color: var(--main-color-red);
}

.sidebar_menu {
    margin: calc(4.6875vw * var(--coef-w)) 0;
}

.ajax_search_results {
    position: absolute;
    top: calc(15.625vw * var(--coef-w));
    width: 100%;
    background: #FFFFFF;
    box-shadow: calc(0vw * var(--coef-w)) calc(0vw * var(--coef-w)) calc(6.25vw * var(--coef-w)) rgba(105, 36, 0, 0.03);
    border-radius: calc(6.25vw * var(--coef-w));
    padding: 0 calc(6.25vw * var(--coef-w));
}

.ajax_search_results a {
    padding: calc(3.75vw * var(--coef-w)) 0;
    border-bottom: 1px solod #FFF0E0;
    display: block;
}

.ajax_search_results a:first-child {
    margin-top: calc(6.25vw * var(--coef-w));
}

.ajax_search_results a:last-child {
    margin-bottom: calc(6.25vw * var(--coef-w));
}

.product_item_list.unavailable_product .addtocart {
    border: 1px solid #B9B9B9;
    color: #B9B9B9;
    background: #B9B9B9;
    pointer-events: none;
}

.catalog_page.ready-products .product_item_list.unavailable_product .btn.view, .catalog_page.done-products .product_item_list.unavailable_product .btn.view {
    border: 1px solid var(--main-color-pink);
    color: var(--main-color-pink);
    pointer-events: unset;
}

.catalog_page.ready-products .product_item_list.unavailable_product .readyaddtocart {
    pointer-events: unset;
    color: #fff;
}

.product_item_list.unavailable_product .qty {
    filter: grayscale(1);
    pointer-events: none;
}

#map, .map_block {
    width: 100%;
}

#map iframe {
    margin-top: calc(4.6875vw * var(--coef-w));
    width: 100%;
    height: calc(93.75vw * var(--coef-w));
    margin-bottom: calc(14.0625vw * var(--coef-w));
}

.modal_social_auth {
    display: flex;
}

#modal_auth .btn-fill {
    width: 100%;
    margin: 0 0 calc(3.125vw * var(--coef-w));
}

.modal .input-form {
    width: 100%;
    margin-bottom: calc(3.125vw * var(--coef-w));
    background: #F6F6F6;
}

.userwishlist .product_buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: calc(4.6875vw * var(--coef-w));
}

.order_page input[type=checkbox], .order_page input[type=radio] {
    display: none !important;
}

.sidebar_filters .showall {
    font-style: normal;
    font-weight: normal;
    font-size: calc(4.0625vw * var(--coef-w));
    line-height: calc(6.25vw * var(--coef-w));
    text-decoration-line: underline;
    color: #C41E50;
    display: block;
    cursor: pointer;
    display: none;
}

/*.sidebar_filters .hide_filter{*/
/*	display: none;*/
/*}*/

/*.sidebar_cats .hide_filter{*/
/*	display: none;*/
/*}*/


.product_descr_full a {
    font-style: italic;
    font-weight: 500;
}

header .popcats {
    margin-top: calc(21vw * var(--coef-w));
}

header .catalog_menu_btn {
    margin: calc(1.5625vw * var(--coef-w))
}

.product_nav_slider {
    margin: calc(3.125vw * var(--coef-w)) 0 calc(4.6875vw * var(--coef-w));
}

.modal_auth_btns {
    display: flex;
    justify-content: space-between;
    margin-top: calc(4.6875vw * var(--coef-w));
}

.modal_auth_btns .losspass {
    font-weight: normal;
    font-size: calc(4.375vw * var(--coef-w));
    line-height: calc(6.875vw * var(--coef-w));
    color: #B9B9B9;
}

.modal_auth_btns .signup, .modal_auth_btns .signin {
    font-size: calc(4.375vw * var(--coef-w));
    line-height: calc(6.875vw * var(--coef-w));
    text-decoration-line: underline;
    color: var(--main-color-pink);
    margin-left: calc(3.125vw * var(--coef-w));
}

.error {
    margin: calc(3.125vw * var(--coef-w)) 0;
    color: red;
}

.success {
    margin: calc(3.125vw * var(--coef-w)) 0;
    color: green;
}

.product_main_content {
    width: 100%;
}

.orderinf .del {
    margin-bottom: calc(1.5625vw * var(--coef-w));
    display: block;
}

.add_review_form .success {
    color: lightgreen;
    display: none;
}

.modal_success {
    display: none;
}

.del_method_ukr {
    display: none;
}

.showbanner {
    display: none;
}

.product_item_list .sku {
    display: none;
}

.product_item_list a.title {
    font-weight: 400;
    margin-bottom: calc(1.25vw * var(--coef-w));
}

.scrolltotop {
    position: fixed;
    bottom: calc(4.6875vw * var(--coef-w));
    left: calc(4.6875vw * var(--coef-w));
    width: calc(9.375vw * var(--coef-w));
    height: calc(9.375vw * var(--coef-w));
    background: var(--main-color-pink);
    border-radius: 50%;
    transform: rotateZ(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none;
    z-index: 9999;
}

.scrolltotop svg {
    height: calc(4.6875vw * var(--coef-w));
    width: calc(4.6875vw * var(--coef-w));
}

.cattitleline {
    width: 100%;
    display: block;
    height: calc(1.875vw * var(--coef-w));
    background: url('/src/images/header_line_repeat_2.svg');
    background-repeat: repeat-x;
    margin: calc(7.8125vw * var(--coef-w)) 0;
}

.product_cart_stock_disabled {
    color: var(--main-color-red);
}

.not-all-cart-product.active {
    display: block;
    margin-top: calc(6.25vw * var(--coef-w));
}

.recover-page {
    background: #FFF8F0;
    min-height: calc(93.75vw * var(--coef-w));
}

.error-auth {
    display: none;
    color: var(--main-color-red);
}

.errorpassfalse {
    display: none;
    color: var(--main-color-red);
}

.product_nav_slider {
    display: none;
}

.ready-products .product_buttons {
    flex-direction: column;
}

.catalog_page.ready-products .btn.view, .catalog_page.done-products .btn.view {
    margin-bottom: calc(3.125vw * var(--coef-w));
}

.cooc {

    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    display: none;
    z-index: 100;
}

.cooc span {
    font-weight: bold;
    font-size: calc(6.25vw * var(--coef-w));
    margin-right: calc(6.25vw * var(--coef-w));
}

.cooc a {
    font-size: calc(5.625vw * var(--coef-w));
    font-weight: 700;
    color: #c41e50;
    text-decoration: underline;
    margin-right: calc(3.125vw * var(--coef-w));
    margin-top: calc(6.25vw * var(--coef-w));
    display: block;
}

.cooc input {
    padding: calc(4.6875vw * var(--coef-w)) calc(9.375vw * var(--coef-w));
    border: none;
    border-radius: calc(4.6875vw * var(--coef-w));
    background: #c41e50;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    margin-top: calc(6.25vw * var(--coef-w));
}

.red {
    position: absolute;
    top: calc(-15.625vw * var(--coef-w));
    width: calc(62.5vw * var(--coef-w));
    left: calc(-6.25vw * var(--coef-w));
    background: #fff;
    border-radius: calc(3.125vw * var(--coef-w));
    border: solid 1px;
    padding: calc(1.5625vw * var(--coef-w));
}

.mob_k {
    display: block;
    position: relative;
    width: calc(62.5vw * var(--coef-w));
    left: calc(6.25vw * var(--coef-w));
    top: calc(-15.625vw * var(--coef-w));
    border-radius: calc(3.125vw * var(--coef-w));
    padding: calc(1.5625vw * var(--coef-w));
    border: solid 1px;
    font-size: calc(3.125vw * var(--coef-w));
    z-index: 1000;
    background: #fff;
}


.reviews_list .pagination {
    margin-bottom: calc(9.375vw * var(--coef-w));
}

.product-notification-text {
    padding-top: calc(4.6875vw * var(--coef-w));
}

.hidden {
    display: none;
}

body .seo_text_home {
    padding-bottom: calc(20.625vw * var(--coef-w));
}

.popular_products.blog .product_item_list:nth-child(4n) {
    display: none;
}

.author-block {
    display: flex;
    align-items: center;
    gap: calc(4.6875vw * var(--coef-w));
}

.author-block .author-info {
    display: flex;
    flex-direction: column;
}
.author-block .author-info a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.author-photo img {
    width: calc(18.75vw * var(--coef-w));
    height: calc(18.75vw * var(--coef-w));
    border-radius: 50%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.author-name {
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.2;
}

.author-position {
    font-size: 0.95em;
    color: #555;
    line-height: 1.2;
}

.author-social a {
    display: inline-block;
    width: calc(7.5vw * var(--coef-w));
    height: calc(7.5vw * var(--coef-w));
    margin-top: calc(1.5625vw * var(--coef-w));
    transition: transform 0.3s ease;
    text-decoration: none;
    gap: calc(3.125vw * var(--coef-w));
}

.author-block a * {
    text-decoration: none!important;
}

.author-block * {
    margin-bottom: 0;
}

.reviews_list {
    padding: calc(6.25vw * var(--coef-w)) 0;
}

.info-block {
    flex-direction: column;
    gap: calc(12.5vw * var(--coef-w));
}

.certificate-slider .section-title {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.certificate-slider .nav {
    display: flex;
    gap: calc(1.5625vw * var(--coef-w));
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}
.swiper-button-prev-new,
.swiper-button-next-new {
    background-color: #D77F36;
    border-radius: 100%;
    width: calc(7.5vw * var(--coef-w));
    height: calc(7.5vw * var(--coef-w));
    color: white;
}
.swiper-button-next-new:after, .swiper-rtl .swiper-button-prev-new:after {
    content: 'next';
}
.swiper-button-prev-new:after, .swiper-rtl .swiper-button-next-new:after {
    content: 'prev';
}
.swiper-button-next-new:after, .swiper-button-prev-new:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: calc(8.125vw * var(--coef-w));
    font-size: calc(3.75vw * var(--coef-w));
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_page .reviews_page .line_header {
    display: flex;
    gap: calc(6.25vw * var(--coef-w));
    flex-direction: column;
}

.product_page .popup-content {
    padding: calc(0vw * var(--coef-w));
    border-radius: calc(3.125vw * var(--coef-w));
    width: 100%;
    max-width: calc(187.5vw * var(--coef-w));
    position: relative;
}

.product_page .header_review .current_mark {
    position: relative;
    margin-left: auto;
}
	}
	