*, :before, :after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --font-family: "Manrope", sans-serif;
    --second-family: "Poppins", sans-serif;
    --third-family: "Montserrat", sans-serif;
    --font3: "Lato", sans-serif;
    --font4: "Montserrat Alternates", sans-serif;
    --font5: "Inter", sans-serif;
    --main-dark: #353535;
	--1: #323232;
	--2: #f8da01;
	--light: #dde2e4;
	--white: #fff;
}

body {
    font-family: var(--font-family);
    font-weight: 400;
    color: #000;
    font-size: 0.83vw;
    line-height: 1.5 !important;
    width: 100%;
    overflow-x: hidden;
    margin: 0 !important;
    -webkit-font-smoothing: antialiased;
    cursor: default;
    background: #fff;
}

html {
    margin: 0 !important;
}

.no_overflow {
    overflow: hidden;
}

.mfp-wrap {
    touch-action: none;
    -ms-touch-action: none;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.mfp-content {
    touch-action: none;
    -ms-touch-action: none;
}

main {
    overflow: hidden;
}

section {
    position: relative;
    padding: 3.91vw 0;
}

.wow {
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

p {
    margin: 0;
}

a {
    text-decoration: none !important;
    color: inherit;
}

a:hover, a:focus, a:active {
    color: inherit;
    outline: none;
}

img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

button {
    -webkit-tap-highlight-color: transparent;
}

.hidden {
    display: none
}

.chat {
    position: fixed;
    right: 2%;
    bottom: 13%;
    cursor: pointer;
    z-index: 100;
    max-width: 3.54vw;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
}

.chat img {
    width: 100%;
    height: 100%;
}

.chat:hover {
    transition: all .3s ease-in-out;
    transform: scale(1.2);
}

.scroll_up {
    position: fixed;
    right: 2%;
    bottom: 2%;
    cursor: pointer;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    max-width: 3.333vw;
    width: 100%;
    justify-content: center;
    transition: all .3s ease-in-out;
}

.scroll_up:hover {
    transition: all .3s ease-in-out;
    transform: scale(1.2);
}

.show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    opacity: 1 !important;
    height: auto !important;
    visibility: visible !important;
}

.hide {
    display: none !important;
}

.container {
    max-width: 71.15vw;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    padding: 0 1.04vw;
}

.mobile{
    display: none;
}

.action_btn {
    width: 10.21vw;
    height: 2.5vw;
    background: var(--2);
    cursor: pointer;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow: hidden;
    text-transform: uppercase;
    border: none !important;
    font-family: var(--second-family);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--main-dark);
    border-radius: 0.31vw;
}

.more_btn {
    width: 11.3vw;
    height: 2.5vw;
    border: 1px solid var(--light);
    /* border-radius: 6px; */
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--white);
    font-family: var(--font5);
    font-weight: 600;
    font-size: 0.73vw;
    line-height: 143%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    text-align: center;
    color: var(--main-dark);
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 0.31vw;
}

.action_btn:hover, .more_btn:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.action_btn:focus, .more_btn:focus {
    outline: none;
}

::-webkit-scrollbar {
    width: 0.52vw;
    height: 0.42vw;
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: var(--2);
    max-width: 7.97vw;
}

.bg_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg_image .image_block {
    width: 100%;
    height: 100%;
}

.contacts .bg_image {
    z-index: 1;
}

.mfp-bg {
    display: none !important;
}

.mfp-wrap .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
/* animate in */
.mfp-wrap.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/* animate out */
.mfp-wrap.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/* Dark overlay, start state */
.mfp-wrap {
    -webkit-backdrop-filter: blur(5x);
    backdrop-filter: blur(5px);
    opacity: 0;
    background-color: rgba(0,0,0,.5);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/* animate in */
.mfp-wrap.mfp-ready {
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/* animate out */
.mfp-wrap.mfp-ready.mfp-removing {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.mfp-close {
    width: 2.292vw;
    height: 2.292vw;
    font-size: 1.458vw;
    color: #fff !important;
}

.popup-block {
    background: #fff;
    box-shadow: 4px 4px 20px 0 rgba(255, 255, 255, 0.2);
    max-width: 35.83vw;
    width: 100%;
    margin: 0 auto;
    border-radius: 1.04vw !important;
    position: relative;
}

.popup-block__inner {
    background: transparent;
    padding: 2.6vw;
}

.popup_title {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 2.08vw;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 1.3vw;
}

.popup-block .image_block {
    width: 5.99vw;
    margin: 1.3vw auto;
}

.popup_desc {
    /* font-family: var(--second-family); */
    /* font-weight: 600; */
    font-size: 1.3vw;
    line-height: 120%;
    /* text-transform: uppercase; */
    text-align: center;
}

.popup-block__inner .input_field {
    position: relative;
}

.btn_block {
    display: flex;
    justify-content: center;
    margin: 2vw 0 0;
}

input[type=email], input[type=tel], input[type=name], input[type=password], input[type=text] {
    background: #FFFFFF;
    border: 1px solid #DDE2E4;
    border-radius: 0.31vw;
    outline: none;
    height: 1.82vw;
    width: 100%;
    padding: 0 0.52vw;
    color: #353535;
}

#delivery_calculation .text_field {
    /*margin: -1.04vw auto 1.04vw;*/
    /* max-width: 375px; */
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    line-height: 175%;
    letter-spacing: -0.01em;
}

#delivery_calculation .city-container {
    max-height: 10.42vw;
    border-radius: 0 0 0.31vw 0.31vw;
    font-size: 0.73vw;
    top: 100%;
}

#delivery_calculation .city-container .city-container p {
    padding: 0.52vw;
}

.hidden {
    display: none !important;
}

.submit_field {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3vw 0 0 ;
}

.mfp-close {
    color: var(--main-dark) !important;
}

/* Burger */

.burger {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* width: 25%; */
    display: none;
    position: absolute;
    left: 0;
}

.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: -webkit-transform 400ms;
    transition: -webkit-transform 400ms;
    -o-transition: transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hamRotate.active {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamRotate180.active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.line {
    fill:none;
    -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    -o-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke:var(--white);
    stroke-width:5.5;
    /* stroke-linecap:round; */
}

.ham4 .top {
    stroke-dasharray: 40 121;
}

.ham4 .bottom {
    stroke-dasharray: 40 121;
}

.ham4.active .top {
    stroke-dashoffset: -68px;
}

.ham4.active .bottom {
    stroke-dashoffset: -68px;
}

/* Header */

header {
    position: fixed;
    top: 0;
    height: 3.49vw;
    width: 100%;
    z-index: 1000;
    background: #323232;
    color: #fff;
}

header .container {
    display: flex;
    align-items: center;
    max-width: 82.29vw;
}

.header__wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    max-width: 100%;
    width: 100%;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.32vw;
    position: absolute;
    left: 1.04vw;
}

.logo img {
    width: 100%;
}

.header_right {
    display: flex;
    width: 60%;
    justify-content: space-between;
    padding: 0;
    margin: 0 1.56vw 0 0;
}

.header__menu {
    max-width: 37vw;
    width: 100%;
    padding: 0;
    margin: 0;
}

.header__list {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}

.header__list a {
    transition: all .3s linear;
    /* font-weight: 600; */
    line-height: 143%;
    position: relative;
}

.menu-item-has-children {
    margin: 0;
    position: relative;
    display: flex;
    justify-content: center;
}

.menu_item__title:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -0.78vw;
    transform: translateY(-50%);
    width: 0.31vw;
    height: 0.16vw;
    background-image: url(../img/header_arrow.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .2s linear;
}

.menu-item-has-children.active .menu_item__title:after {
    transform: translateY(-50%) rotate(180deg);
    transition: all .2s linear;
}

.sub-menu {
    position: absolute;
    padding: 0.781vw;
    background: #323232;
    color: #fff;
    width: 100%;
    min-width: 12.604vw;
    top: 95%;
    margin-left: 0;
    list-style: none !important;
    z-index: 10;
    display: none;
}

.sub-menu li {
    text-align: center;
}

.header__list a:hover {
    color: var(--2) !important;
    transition: all .3s linear;
}

.header_contacts {
    display: flex;
    align-items: center;
    max-width: 11.51vw;
    width: 100%;
    justify-content: space-between;
    position: relative;
}

.search_pers__block {
    max-width: 23vw;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.search_block {
    max-width: 20vw;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.search_form {
    width: 100%;
    display: flex;
    align-items: center;
}

.search_block input[type=text] {
    width: 100%;
    height: 1.67vw;
    background: var(--white);
    border-radius: 0.42vw;
    padding: 0 2.08vw 0 0.78vw;
    outline: none;
    border: none;
}

.search_block input[type=submit] {
    width: 1.04vw;
    height: 1.04vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0.52vw;
    top: auto;
    bottom: auto;
    padding: 0;
    color: transparent;
    border: none;
    background-color: transparent;
}

.pers_cab {
    width: 1.04vw;
    height: 1.04vw;
    margin: 0 1.04vw;
}

.cart {
    width: 1.09vw;
    height: 1.04vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.page-checkout-index .cart {
    display: none;
}

.cart_count {
    position: absolute;
    top: -1.04vw;
    right: -0.78vw;
    font-weight: 600;
    font-size: 0.63vw;
    line-height: 1;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--main-dark);
    border-radius: 100%;
    background: var(--2);
    width: 1.2vw;
    height: 1.2vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.categories_block {
    /*position: fixed;*/
    /*top: 3.91vw;*/
    position: relative;
    width: 100%;
    z-index: 100;
    background: #F4F4F4;
    padding: 1.04vw 0;
    margin: 3.49vw 0 0;
}

.page-checkout-index .categories_block {
    display: none;
}

.categories_block .categories_slider {
    width: 100%;
    max-width: 95%;
    padding: 0.26vw;
}

.categories_block .categories_slider .slide__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s linear;
}

.categories_block .categories_slider .slide__inner:hover {
    transition: all 0.3s linear;
    transform: scale(1.01);
}

.categories_block .categories_slider .slide__inner a {
    width: 100%;
}

.categories_block .categories_slider .slide__inner .image_block {
    width: 100%;
    /*height: 100%;*/
    border-radius: 0.31vw;
    height: 9.38vw;
}

.categories_block .categories_slider .slide__inner:after {
    position: absolute;
    content: '';
    background: linear-gradient(0deg, #4b3a35 36.98%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.8;
    bottom: 0;
    width: 100%;
    height: 2.6vw;
    border-radius: 0 0 0.31vw 0.31vw;
}

.categories_block .categories_slider .slide__inner p {
    font-weight: 600;
    line-height: 175%;
    letter-spacing: -0.01em;
    text-align: center;
    color: var(--white);
    position: absolute;
    bottom: 0.52vw;
    z-index: 10;
    width: 100%;
}

.categories_block .swiper-button-prev {
    left: 1.04vw;
    top: 60%;
}

.categories_block .swiper-button-next {
    right: 1.04vw;
    top: 60%;
}

.swiper-button-next, .swiper-button-prev {
    width: 0.57vw;
    height: 0.83vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-button-next {
    background-image: url(../img/next.png);
}

.swiper-button-next:hover {
    background-image: url(../img/next_yellow.png);
}

.swiper-button-prev {
    background-image: url(../img/prev.png);
}

.swiper-button-prev:hover {
    background-image: url(../img/prev_yellow.png);
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.swiper-button-prev-first_screen {
    left: 13vw;
}

.swiper-button-next-first_screen {
    right: 13vw;
}


/* Footer */

.footer {
    padding: 2.08vw 0 !important;
    background: #282828;
    color: #fff;
}

.footer_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_up {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.footer_up .logo {
    position: relative;
    width: fit-content;
    display: flex;
    align-items: flex-end;
}

.footer_up .logo .image_block {
    width: 4.32vw;
}

.footer_up .logo p {
    margin: 0 0 -0.26vw 0.26vw;
    font-size: 0.47vw;
    color: rgba(255, 255, 255, .5);
}

.footer__menu {
    display: flex;
    justify-content: space-between;
    max-width: 23.65vw;
    width: 100%;
}

.footer__menu p, .footer_contacts .title, .footer_contacts .schedule, .footer_contacts .phones_block, .footer_contacts .email_block {
    margin: 0 0 0.78vw;
}

.footer__menu ul {
    font-size: 0.63vw;
    font-weight: 500;
}

.footer__menu ul li:not(:last-child){
    margin: 0 0 0.52vw;
}

.footer_contacts {
    font-size: 0.63vw;
    color: var(--light);
}

.footer_contacts .title {
    font-size: 0.83vw;
    color: var(--white);
}

.footer_contacts .schedule .item:not(:last-child), .footer_contacts .phones_block a:not(:last-child) {
    margin: 0 0 0.36vw;
}

.footer_contacts .phones_block {
    display: flex;
    flex-direction: column;
}

.footer__social {
    max-width: 7.81vw;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footer__social a picture {
    height: 1.2vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_copyright {
    margin: 1.56vw 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgba(255, 255, 255, .2);
}

.footer a {
    transition: all .2s linear;
}

.footer a:hover {
    transition: all .2s linear;
    color: var(--2);
}

.footer__social a:hover {
    transition: all .2s linear;
    transform: scale(1.1);
}



/* Pages */

.first_screen {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 22.76vw;
    padding: 0;
}

.first_screen .wrapper {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.first_screen__slider {
    height: 100%;
    width: 100%;
}

.first_screen__slider .slide__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.first_screen__slider .slide__inner .image_block {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.first_screen__slider .slide__inner .title {
    font-weight: 600;
    font-size: 2.5vw;
    line-height: 129%;
    text-align: center;
    color: var(--white);
    position: relative;
}

.first_screen__slider .slide__inner .desc {
    color: var(--white);
    position: relative;
    max-width: 36.46vw;
    width: 100%;
    text-align: center;
}

.swiper-pagination-first_screen {
    bottom: 2vw !important;
}

.swiper-pagination-bullet {
    background: var(--white);
    width: 0.47vw;
    height: 0.47vw;
}

.also_interested .swiper-pagination-bullet {
    background: var(--1);
}

.swiper-pagination-bullet:hover {
    opacity: 1;
}

.border_radius_10 {
    border-radius: 0.521vw;
}

.image_block {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.image_block img {
    width: 100%;
    height: 100%;
}

.popular_goods .container {
    padding: 0;
    margin: 0;
    max-width: 100%;
}

h2 {
    font-weight: 700 !important;
    font-size: 1.67vw !important;
    text-align: center;
    color: var(--1) !important;
    line-height: 1.2;
    margin: 0 0 1.04vw !important;
}

.subtitle {
    text-align: center;
    width: 28.91vw;
    margin: 0 auto 2vw;
    line-height: 1.2;
}

.popular_goods .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 91%;
    width: 100%;
    margin: 0 auto 0 0;
}

.popular_goods .slider_block {
    width: 77%;
}

.slider_block .popular_slider {
    padding: 0.78vw 0.78vw 2.08vw;
}

.popular_nav {
    position: relative;
    width: 20vw;
    margin: 2vw auto;
    display: flex;
    align-items: center;
}

.also_interested .btn_block {
    margin: 0;
}

.popular_nav .swiper-button-prev-popular, .popular_nav .swiper-button-next-popular {
    position: relative;
    top: auto;
    bottom: auto;
    margin: 0;
    z-index: 5;
}

.popular_nav .swiper-pagination-popular {
    position: relative;
    top: auto;
    bottom: auto !important;
    margin: 0;
    z-index: 3;
}

.swiper-pagination-popular {
    bottom: -1.56vw;
}

.slider_block .swiper-slide {
    width: 16.15vw;
    transition: all .3s linear;
    cursor: pointer;
}

.slider_block .swiper-slide .product_card {
    padding: 1.04vw;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.slider_block .swiper-slide .product_card .card_image {
    height: 14.32vw;
}

/*.also_interested .slider_block .swiper-slide .product_card {*/
/*    font-family: var(--second-family)*/
/*}*/

.slider_block .swiper-slide:hover {
    box-shadow: 0 28px 30px 0 rgba(0, 0, 0, 0.1);
    transition: all .3s linear;
}

.add_to_fav__block {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 1.56vw;
    top: 1.56vw;
}

.add_to_fav__block .image_block {
    width: 1.04vw;
}

.add_to_fav__block .add_to_fav__icon__active {
    display: none;
}

.add_to_fav__block:hover .add_to_fav__icon {
    display: none;
}

.add_to_fav__block:hover .add_to_fav__icon__active {
    display: flex;
}

.slider_block .swiper-slide .product_card .text_block {
    display: flex;
    flex-direction: column;
    margin: 0.78vw 0 0;
}

.slider_block .swiper-slide .product_card .text_block .title_block {
    display: flex;
    justify-content: space-between;
}

.slider_block .swiper-slide .product_card .text_block .price_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slider_block .swiper-slide .product_card .text_block .title_block {
    margin: 0 0 0.52vw;
}

.popular_goods .wrapper .banner_block {
    max-width: 19.79vw;
    width: 100%;
    padding: 1.82vw 1.04vw;
}

.popular_goods .wrapper .banner_block .banner_block__inner {
    background: var(--2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    min-height: 23.96vw;
    padding: 1.04vw;
    position: relative;
}

.popular_goods .wrapper .banner_block .banner_block__inner .badge {
    position: absolute;
    top: 1.04vw;
    left: 1.04vw;
    font-weight: 700;
    font-size: 0.83vw;
    line-height: 186%;
    color: #fff;
}

.popular_goods .wrapper .banner_block .banner_block__inner .banner_text {
    font-weight: 700;
    font-size: 0.94vw;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.popular_goods .wrapper .banner_block .banner_block__inner .banner_text span {
    font-weight: 800;
    font-size: 3.85vw;
    line-height: 80%;
}

.slider_block .swiper-slide .product_card .text_block .title_block .title {
    width: 65%;
    font-weight: 600;
    line-height: 1.2;
    min-height: 3.02vw;
}

.slider_block .swiper-slide .product_card .text_block .title_block .colors_text {
    font-size: 0.63vw;
    line-height: 133%;
    text-align: center;
    padding: 0 0.36vw;
    max-width: 4.43vw;
    width: 100%;
    /*background: #f7f7f7;*/
    height: fit-content;
}

.slider_block .swiper-slide .product_card .text_block .price_elem .price_total {
    font-weight: 900;
    font-size: 0.99vw;
    line-height: 147%;
    color: var(--main-dark);
}

.slider_block .swiper-slide .product_card .text_block .price_elem .price_sale {
    display: none;
}

.slider_block .swiper-slide .product_card .text_block .stock_elem {
    font-weight: 700;
    font-size: 0.73vw;
    line-height: 114%;
    text-align: right;
}

.slider_block .swiper-slide .product_card .text_block .stock_elem .in_stock {
    color: #34cf15;
}

.slider_block .swiper-slide .product_card .text_block .stock_elem .out_stock {
    color: var(--light);
}

.goods_categories {
    padding: 0;
}

.goods_categories .container {
    padding: 3.91vw 0;
    background: #fdfbf9;
}

.goods_categories .wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 62.86vw;
    width: 100%;
    margin: 0 auto;
    height: 30.99vw;
    flex-direction: row;
}

.goods_categories .wrapper .left {
    width: 45%;
    position: relative;
}

.goods_categories .wrapper .left .item {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 13.7vw;
    overflow: hidden;
}

.goods_categories .wrapper .item p {
    font-weight: 600;
    font-size: 1.25vw;
    line-height: 133%;
    letter-spacing: -0.02em;
    color: var(--white);
    position: absolute;
    bottom: 1vw;
    left: 1vw;
    width: 100%;
    z-index: 10;
}

.goods_categories .wrapper .item:after {
    position: absolute;
    content: '';
    background: linear-gradient(0deg, #4b3a35 36.98%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.8;
    width: 100%;
    height: 6.25vw;
    bottom: 0;
    left: 0;
    border-radius: 0 0 0.31vw 0.31vw;
}

.goods_categories .wrapper .left .item_1 {
    top: 0;
    left: 0;
}

.goods_categories .wrapper .left .item_2 {
    top: 0;
    left: auto;
    right: 0;
    height: 100%;
}

.goods_categories .wrapper .left .item_3 {
    top: auto;
    left: 0;
    bottom: 0;
}

.goods_categories .wrapper .right {
    width: 53%;
    position: relative;
}

.goods_categories .wrapper .right .item {
    display: flex;
    flex-direction: column;
    position: absolute;
    overflow: hidden;
}

.goods_categories .wrapper .right .item_4 {
    width: 100%;
    top: 0;
}

/*.goods_categories .wrapper .right .item_4 .image_block {*/
/*    height: 14.58vw;*/
/*}*/

.goods_categories .wrapper .right .item_5 {
    width: 18.49vw;
    bottom: 0;
    left: auto;
    right: 0;
}

.goods_categories .wrapper .right .item_6 {
    width: 13.7vw;
    bottom: 0;
    left: 0;
    border-radius: 0.31vw;
    background-color: var(--2);
    height: 15.36vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.52vw;
}

.goods_categories .wrapper .right .item_6:after {
    display: none;
}

.goods_categories .wrapper .right .item_6 p.badge {
    position: absolute;
    top: 1.04vw;
    left: 0.52vw;
    font-weight: 700;
    font-size: 0.73vw;
    color: var(--white);
    width: fit-content;
    height: fit-content;
}

.goods_categories .wrapper .right .item_6 p.text {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 0.99vw;
    line-height: 113%;
    text-align: center;
    color: var(--1);
    position: relative;
    left: 0;
    bottom: 0;
}

.goods_categories .wrapper a .image_block {
    transition: all .3s linear;
    border-radius: 0.31vw;
    height: 100%;
}

.goods_categories .wrapper a:hover .image_block {
    transition: all .3s linear;
    transform: scale(1.01);
}

.reviews  {
    position: relative;
    padding: 3.91vw 0;
}

.reviews .container {
    padding: 0;
    max-width: 100%;
}

.reviews .subtitle {
    margin: 0 auto;
}

.reviews .wrapper {
    flex-direction: column;
}

.reviews_slider {
    padding: 1.302vw 0.781vw !important;
}

.reviews_btn {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 1.56vw;
    bottom: 1.56vw;
    font-size: 0.73vw;
    font-weight: 600;
    cursor: pointer;
    color: var(--2);
}

.reviews__slider_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.reviews_slide__inner, #review_modal {
    background: #fff;
    padding: 1.56vw 1.56vw 3.65vw;
    width: 100%;
    position: relative;
    opacity: 1 !important;
    cursor: pointer;
    border-radius: 0.89vw;
    background: #fafafa;
    color: rgba(44, 44, 44, .8);
}

#review_modal {
    padding: 1.042vw;
    max-width: 36.458vw;
    width: 100%;
    position: relative;
    opacity: 1 !important;
    margin: 0 auto;
}

#review_modal .reviews_block p {
    -webkit-line-clamp: inherit;
    overflow: visible;
    text-overflow: ellipsis;
    height: auto;
}

#review_modal .reviews_btn {
    display: none;
}

.reviews_author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 1.042vw;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews_author:after {
    position: absolute;
    content: '';
    width: 2.604vw;
    height: 2.604vw;
    background-image: url(../img/reviews_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0.521vw;
    top: 0;
}

#review_modal .reviews_author:after {
    display: none !important;
}

.rating {
    width: 4.17vw;
    height: 0.83vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.rating_0 {
    background-image: url(../img/rating_0.png);
}

.rating_1 {
    background-image: url(../img/rating_1.png);
}

.rating_2 {
    background-image: url(../img/rating_2.png);
}

.rating_3 {
    background-image: url(../img/rating_3.png);
}

.rating_4 {
    background-image: url(../img/rating_4.png);
}

.rating_5 {
    background-image: url(../img/rating_5.png);
}

.reviews_author__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0.677vw 0 0;
    width: 3.75vw;
    height: 3.75vw;
    display: none;
}

.reviews_author__image img {
    width: 100%;
    height: 100%;
}

.reviews_author__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.reviews_more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0.521vw 0 0;
    color: #193E53;
    font-weight: 900;
}

.reviews_more .more_btn {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.reviews_block p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 3.91vw;
}

.reviews__slider_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 50%;
    position: absolute;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.reviews_slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .2s linear;
    width: 22.45vw;
    margin: 0 0.78vw;
}

.reviews_slide:hover {
    transform: scale(1.05);
    transition: all .2s linear;
}

.reviews__btn_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1.563vw 0 0;
    width: 100%;
}

.reviews_author__name p {
    font-weight: 600;
    margin: 0 0 0.26vw;
    font-size: 0.94vw;
}

.reviews .btn_block a, .why_we .btn_block a {
    width: 100%;
    /*max-width: fit-content;*/
}

.swiper-pagination-reviews {
    bottom: -2vw !important;
}

.swiper-pagination-reviews .swiper-pagination-bullet {
    background: #9f9f9f;
    opacity: 1;
}

.swiper-pagination-reviews .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
    border: 1.41px solid #9f9f9f;
}

.advantages h2 {
    margin: 0 0 2vw;
}

.advantages .elem {
    display: flex;
    justify-content: space-between;
    max-width: 32.92vw;
    width: 100%;
    margin: 0 auto;
}

.advantages .elem .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 23%;
    /*cursor: pointer;*/
}

.advantages .elem .item .image_block {
    height: 2.34vw;
    width: auto;
    margin: 0 0 1.04vw;
    transition: all .2s linear;
}

.advantages .elem .item:hover .image_block {
    transform: scale(.8) rotate(10deg);
    transition: all .2s linear;
}

.advantages .elem .item .image_block img {
    width: auto;
}

.advantages .elem .item p {
    font-weight: 600;
}

.new_collection {
    height: 25.68vw;
}

.new_collection .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.new_collection .container h2 {
    font-weight: 500 !important;
    line-height: 1;
    /*text-decoration: underline;*/
    font-size: 3.33vw !important;
    margin: 0 0 1vw !important;
}

.contacts {
    padding: 0 0 3.91vw;
}

.page-catalog-home .contacts {
    padding: 3.91vw 0 0;
}

.delivery__body .contacts, .about_us__body .contacts, .return_product__body .contacts, .payment__single__body .contacts, .delivery__single__body .contacts {
    padding: 3.91vw 0;
}

.contacts h2 {
    margin: 0 0 2vw !important;
}

.contacts .elem {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    background: var(--white);
    padding: 1.56vw;
    z-index: 10;
    position: relative;
}

.contacts .elem .up {
    display: flex;
    justify-content: center;
    column-gap: 1.3vw;
    margin: 0 0 3vw;
}

.contacts .elem .up .left, .contacts .elem .up .middle, .contacts .elem .up .right {
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contacts .elem .up .middle {
    border-left: 0.05vw solid var(--light);
    border-right: 0.05vw solid var(--light);
}

.contacts .elem .up a {
    width: 15.63vw;
    transition: all .2s linear;
}

.contacts .elem .up a:hover {
    transition: all .2s linear;
    color: var(--2);
}

.contacts .elem .up a, .contacts .elem .up .middle div {
    display: flex;
    align-items: center;
    margin: 0 0 1.56vw;
}

.contacts .elem .up .middle div {
    width: 14.84vw;
}

.contacts .elem .up a .image_block, .contacts .elem .up .middle div .image_block {
    height: 1.46vw;
    margin: 0 0.52vw 0 0;
}

.contacts .elem .up a .image_block img, .contacts .elem .up .middle div .image_block img {
    width: auto;
}

.contacts .elem .up a p, .contacts .elem .up .middle div p {
    font-size: 0.73vw;
}

.contacts .elem .up .middle div p span {
    font-weight: 700;
}

.contacts .bottom p {
    font-weight: 600;
    font-size: 0.73vw;
    line-height: 200%;
    letter-spacing: -0.01em;
    margin: 0 0 1.04vw;
}

.contacts .bottom form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contacts .bottom form .input_field {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.contacts .bottom form .input_field input {
    height: 2.71vw;
    border: none;
    background: #f5f5f5;
    outline: none;
    padding: 0 1.04vw;
    width: 100%;
}

input, textarea, input::placeholder, textarea::placeholder {
    font-size: 0.73vw;
}

.contacts .bottom form .submit_field input {
    font-weight: 700;
    background: var(--2);
}

.contacts .bottom form .name_field {
    max-width: 17vw;
    width: 100%;
}

.contacts .bottom form .email_field {
    max-width: 26vw;
}

.contacts .bottom form .submit_field {
    max-width: 21vw;
    margin: 0;
}

.bottom_se_block {
    /*margin: 3vw auto 0;*/
    font-size: 0.73vw;
    position: relative;
    padding: 3.91vw 0;
}

.bottom_se_block .container {
    padding: 0;
}

.product_body .bottom_se_block {
    margin: 0;
}

.bottom_se_block h2 {
    text-align: left;
    margin: 0 0 1vw !important;
}

.product_body .bottom_se_block h2 {
    text-align: center;
}

.bottom_se_block p:not(:last-child), .bottom_se_block ul, .bottom_se_block ol {
    margin: 0 0 0.78vw;
}

.bottom_se_block ul {
    padding: 0 0 0 1.3vw;
    list-style: disc;
}

.bottom_se_block ol {
    padding: 0 0 0 1.3vw;
    list-style: decimal;
}

.se-hidden-wrapper {
    max-height: 26.3vw;
    overflow: hidden;
    position: relative;
    transition: max-height 0.7s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.seo-readmore-block {
    margin: 1.04vw 0 0;
}

.se-hidden-wrapper.expanded {
    max-height: 260.42vw;
}

.readmore-toggle-btn {
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline !important;
    padding: 0 1.2vw 0 0;
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
}

.readmore-toggle-btn:after {
    position: absolute;
    content: '';
    top: auto;
    bottom: auto;
    right: 0;
    background-image: url(../img/read_more__arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 0.89vw;
    height: 0.47vw;
    transition: all .2s linear;
}

.cont_expanded .readmore-toggle-btn:after {
    transition: all .2s linear;
    transform: rotate(180deg);
}

.error_message {
    position: absolute;
    color: red;
    font-size: 0.63vw;
    bottom: -1.2vw;
    margin: 0 !important;
}

/* Product Page */

.breadcrumbs_wrapper {
    display: flex;
    position: relative;
    /*top: 15px;*/
    /*left: 15px;*/
    z-index: 10;
    max-width: 82.29vw;
    width: 100%;
    margin: 0 auto;
    padding: 0.78vw 0;
    font-size: 0.63vw;
}

.breadcrumbs_wrapper span{
    padding: 0 0.16vw;
    color: #A6A6A6;
}

.breadcrumbs_wrapper a {
    color: #A6A6A6;
    transition: all .2s linear;
}

.breadcrumbs_wrapper p {
    color: #000000;
    transition: all .2s linear;
    cursor: default;
}

.product_page .breadcrumbs_wrapper p {
    color: #fff;
    white-space: nowrap;
}

.breadcrumbs_wrapper a:hover {
    color: #000000;
    transition: all .2s linear;
}

.product_page .breadcrumbs_wrapper p {
    color: #fff;
    white-space: nowrap;
}

.breadcrumbs_wrapper a:hover {
    color: #000000;
    transition: all .2s linear;
}

.product_page .breadcrumbs_wrapper a:hover,
.personal_cab__elem .breadcrumbs_wrapper a:hover {
    color: #fff;
    transition: all .2s linear;
}

.personal_cab__elem .breadcrumbs_wrapper p {
    color: #fff;
    transition: all .2s linear;
}

.product_page__info__block .right_side .out_stock {
    color: #DDE2E4;
    /*max-width: 30%;*/
    font-size: 0.63vw;
}

.product_page__info__block .right_side .production_time {
    font-size: 0.63vw;
}

.product_page {
    /*padding: 0.78vw 0 0;*/
    position: relative;
}

.product_page__info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 0 1.3vw;
}

.product_page__gallery {
    width: 45%;
}

.product_page__info__block {
    width: 50%;
    margin: 0;
    position: relative;
    padding: 0 0 3.13vw
}

.product_page__wrapper {
    flex-direction: column;
}

.mySwiper2 img {
    width: 100%;
    height: 100%;
}

.mfp-figure figure {
    border-radius: 0.63vw;
    overflow: hidden;
}

.mfp-figure figure figcaption {
    display: none;
}

.mfp-figure img.mfp-img {
    padding: 0;
}

.mySwiper img {
    border-radius: 0.31vw;
}

.product_slide {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0.52vw;
    height: 29.79vw !important;
    border-radius: 0.63vw;
    overflow: hidden;
}

.gallery_slide img {
    height: 100%;
    width: 100%;
}

.mySwiper .swiper-slide {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_page__gallery:before {
    position: absolute;
    content: '';
    background-image: url(../img/gallery_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 115%;
    width: 100%;
    top: auto;
    bottom: 0;
    left: -52%;
    z-index: 0;
}

.product_page__desc__headline {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    margin: 0;
}

.product_page__desc__headline .left_side .title {
    font-weight: 600;
    font-size: 1.25vw;
    font-family: var(--second-family);
}

.rating_block {
    margin: 0 0.52vw 0 0;
}

.product_page__desc__headline .rating_block {
    margin: 0;
    display: flex;
    align-items: center;
}

.product_page__desc__headline .rating_block p {
    color: #323232;
}

.product_page__desc__headline .rating_block .rating {
    margin: 0 0.52vw 0 0;
}

.right_side .stock, .right_side .out_stock {
    font-weight: 700;
    font-size: 0.73vw;
    font-family: var(--second-family);
}

.right_side .stock {
    color: #34cf15;
}

.right_side .out_stock {
    color: #F8DA01;
}

.product_page__desc__price_btn_block {
    display: flex;
    align-items: flex-end;
    margin: 1.04vw 0;
    justify-content: space-between;
    font-family: var(--second-family);
}

.product_page__desc__price_btn_block .price {
    font-weight: 600;
    font-size: 2.08vw;
    line-height: 1;
    margin: 0 1.04vw 0 0;
}

.product_page__desc__price_btn_block .sale {
    font-weight: 400;
    font-size: 0.94vw;
    text-decoration: line-through;
    color: #DDE2E4;
}
.product_page__desc__price_block .price-without-rebate {
    text-decoration: line-through;
    font-size: 0.94vw;
    color: #DDE2E4;
    font-weight: 600;
}

.product_page__desc__price_block {
    display: flex;
    align-items: flex-end;
    width: 50%;
}

.product_page__desc_text {
    margin: 0 0 1.3vw;
}

.product_page__desc_colors {
    margin: 0 0 1.56vw;
}

.product_page__desc_colors ul li a img {
    border-radius: 0.31vw;
}

.catalog-detail-basket-selection .selection .select-name--block, .product_page__desc_char_item .title {
    font-weight: 600;
    font-size: 0.73vw;
    margin: 0 0 0.52vw;
    font-family: var(--second-family);
    color: #000;
}

.product_page__desc_colors ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.78vw;
}

.product_page__desc_colors ul li {
    width: 100%;
    max-width: 3.02vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_page__desc_colors ul li a {
    display: flex;
    width: 90%;
}

.product_page__desc_chars {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1.3vw 0.52vw;
}

.product_page__desc_char_item {
    width: 32%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.product_page__desc_char_item.no_active_char {
    opacity: .2;
}

.product_page__desc_char_item .desc {
    color: #828282;
    display: flex;
    align-items: center;
}

.product_page__desc_char_item .desc.desc_with_color {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.product_page__desc_char_item .color_sample {
    border-radius: 100%;
    width: 0.83vw;
    height: 0.83vw;
    margin: 0 0.26vw 0 0;
}

.product_page__desc_order {
    display: flex;
    display: none;
    justify-content: space-between;
    align-items: center;
    background: #1E1E1E;
    padding: 0.78vw 0;
    /*position: relative;*/
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
}

.product_page__desc_order .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product_page__desc_order .more_btn {
    background: #FFFFFF;
    border: 1px solid #DDE2E4;
    border-radius: 0.31vw;
}

.product_page__desc_order .more_btn.to_catalog {
    display: none;
}

.product_page__desc_order .price {
    font-weight: 600;
    font-size: 1.25vw;
    background: linear-gradient(270deg, #FCFF66 0%, #F8DA01 100%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    display: flex;
}

.product_page__desc_order .price .title {
    margin: 0 0.78vw 0 0;
}

.fav_btn {
    max-width: 3.13vw;
    min-width: 3.13vw;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #F8DA01;
    border-radius: 0.31vw;
    height: 2.6vw;
    transition: all .2s linear;
    background-color: #fff;
    cursor: pointer;
}

.fav_btn img {
    width: 0.83vw;
}

.fav_btn:hover {
    transition: all .2s linear;
    transform: scale(1.05);
}

.fav_btn:hover .no_active__fav_icon {
    display: block;
}

.product_page__middle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.6vw 0;
}

.product_page__middle .container {
    display: flex;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product_page__info .product_page__desc_colors input.select-option {
    display: none;
}

.mySwiper2_nav, .swiper-pagination-gallery {
    display: none;
}

.product_page__info .product_page__desc_colors .select-label, .catalog-detail-basket .radio .select-label {
    border: 0.1vw solid transparent;
    padding: 0;
    text-align: center;
    max-width: 2.86vw;
    min-width: 100%;
    width: 100%;
    height: 2.86vw;
    border-radius: 0.31vw;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
}

.product_page__info .product_page__desc_colors .select-label img, .catalog-detail-basket .radio .select-label img {
    width: 100%;
    height: 100%;
}

.product_page__info .select-label > span, .catalog-detail-basket .radio .select-label > span {
    padding: 0;
    min-width: auto;
    width: 100%;
    height: 100%;
}

.product_page__info .select-option:checked + .select-label, .catalog-detail-basket .radio .select-option:checked + .select-label, .catalog-detail-basket .radio .select-label.active_label {
    border: 0.1vw solid #F8DA01 !important;
}

.product_page__info .btns_block {
    display: flex;
    justify-content: space-between;
    max-width: 23vw;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.actions-favorite {
    position: absolute;
    bottom: 0;
    right: calc(50% - 10vw);
}

.product_page__info .btns_block a, .product_page__info .btns_block button {
    border-radius: 0.31vw;
}

.product_page__middle .wrapper, .also_interested .wrapper {
    width: 100%;
    flex-direction: column;
}

.swiper {
    width:  100%;
}

.tabs {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.tab_links {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    max-width: 29.17vw;
    width: 100%;
    margin: 0 auto 2.08vw 0;
}

.tab_links .tab_slider .swiper-slide {
    width: fit-content;
}

.tab_links .tablinks {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font5);
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-align: center;
    background: linear-gradient(180deg, #222 0%, #353535 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 0 0.26vw;
    border-bottom: 0.1vw solid transparent;
}

.tab_links .tablinks.active, .tab_links .tablinks:hover {
    border-bottom: 0.1vw solid var(--2);
}

.tab_links .tablinks span {
    margin: 0 0 0 3px;
}

.tab {
    display: none;
    position: relative;
    flex-direction: column;
}

.tab.active {
    display: flex !important;
}

.product_page__middle .tab_content__block {
    font-size: 0.73vw;
}

.product_page__middle h3 {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 0.94vw;
    line-height: 70%;
    color: #1e1e1e;
    margin: 0 0 1.3vw;
}

.product_page__middle h4 {
    font-weight: 600;
    font-size: 0.73vw;
    line-height: 171%;
    color: #1e1e1e;
}

.product_page__middle ul {
    padding: 0 0 0 1.3vw;
    list-style: disc;
}

.product_page__middle ol {
    padding: 0 0 0 1.3vw;
    list-style: decimal;
}

.product_page__middle ul:not(:last-child), .product_page__middle ol:not(:last-child) {
    margin: 0 0 1.3vw;
}

.product_page__middle .tab_content__block .item {
    padding: 0 0 1.3vw 1.3vw;
}

.product_page__middle .tab_content__block .item:not(:last-child) {
    border-bottom: 1px solid var(--light);
    margin: 0 0 1.3vw
}

.payment_method__1, .payment_method__2, .payment_method__3 {
    display: flex;
    align-items: center;
    margin: 0 0 1.04vw;
}

.payment_method__1 .image_block, .payment_method__2 .image_block, .payment_method__3 .image_block,
.payment_method__1 p:nth-child(1), .payment_method__2 p:nth-child(1), .payment_method__3 p:nth-child(1) {
    width: 1.56vw;
    margin: 0 0.26vw 0 0;
}

.payment_method__1 p, .payment_method__2 p, .payment_method__3 p {
    font-weight: 600;
}

.mobile-footer-fix, .page-checkout-index .mobile-footer-fix {
    display: none;
}

.custom-cms-page {
    margin: 0 !important;
    padding: 0;
}

.catalog-detail-basket .select-item {
    margin-top: 0;
}

#search_form__btn {
    display: none;
}

.review_form textarea {
    height: 3.65vw;
    color: #9AA6AC;
}

.review_form textarea::placeholder {
    color: #9AA6AC;
    font-size: 0.73vw;
}

.review_form {
    margin: 0 0 1.04vw;
}

.review_form .submit_field {
    justify-content: flex-end;
    position: relative;
    margin: 0 !important;
}

.product__review_rating {
    height: 2.6vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 8.33vw;
    width: 100%;
    margin: 0 0 1.04vw;
    position: relative;
}

.product__review_rating .star {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.product__review_rating .star img {
    cursor: pointer;
}

.review_form .form_field {
    margin: 0 0 0.78vw;
    position: relative;
}

.review_form .form_field p {
    font-weight: 600;
    font-size: 0.73vw;
    margin: 0 0 0.42vw;
}

.review_form .inputs_block {
    display: flex;
    justify-content: space-between;
}

.review_form .inputs_block .input_field {
    width: 48%;
}

#review_form .stars input {
    appearance: none;
}

#review_form .stars .star-label {
    cursor: pointer;
    width: 1.25vw;
    height: 1.25vw;
}

#review_form .stars .star-label img {
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.no-review-items {
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 0.78vw !important;
    position: relative;
    font-weight: 600;
    font-size: 0.73vw;
    /*opacity: 0;*/
}

.review_form .error_message {
    bottom: -0.52vw;
}

.other_reviews .other_reviews_title {
    font-weight: 600;
    font-size: 0.83vw;
    margin: 0 0 0.78vw;
}







/* Media */

@media screen and (min-width: 1921px) {
    
}

@media screen and (max-width: 1440px) and (min-height: 800px) {
    
}

@media screen and (max-width: 1200px) and (min-height: 700px) {
    
}

@media screen and (orientation: portrait) {
    body {
        font-size: 1.56vw;
    }

    .burger {
        display: flex;
        z-index: 1500;
        margin: 0;
    }

    .logo {
        width: 8.11vw;
        left: auto;
        right: auto;
        position: relative;
        z-index: 1500;
    }

    .ham {
        width: 4.88vw;
    }

    .header__wrapper {
        max-width: 100%;
        justify-content: center;
    }

    .header_right {
        position: absolute;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        -webkit-transform: translateY(-150%);
        -ms-transform: translateY(-150%);
        transform: translateY(-150%);
        padding: 9vw 1.95vw 2.93vw;
        opacity: 0;
        -webkit-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
        z-index: 1200;
        top: 0;
        left: 0;
        height: auto;
        -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 50, 100, 0.07);
        box-shadow: 0px 5px 15px 0px rgba(0, 50, 100, 0.07);
        background: #323232;
    }

    .header_right.active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -webkit-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
    }

    .header__menu {
        max-width: 100%;
    }

    .header__list {
        flex-direction: column;
        align-items: center;
    }

    .header__list li:not(:last-child) {
        margin: 0 0 1.46vw;
    }

    .menu-item-has-children {
        flex-direction: column;
        align-items: center;
    }

    .chat {
        max-width: 9.57vw;
    }

    .container, .page-catalog-detail .bottom_se_block .container {
        max-width: 100%;
        padding: 0 1.95vw;
    }

    #ijphjf, #iazgl, #iwr9s, #iu7j2, #iqmc7, #ich4z, #i7xnj, #iqght, #i70hc, #iqx3, #i8r63, #iv9ov, #iqx3l, .zbirka_product__body .return_product__page + div {
        max-width: 100%;
        padding: 0 1.95vw 2.93vw;
    }

    .product_page .container {
        padding: 0;
    }

    header .container {
        max-width: 100%;
        padding: 0;
    }

    .scroll_up {
        max-width: 6.249vw;
    }

    .popup-block {
        max-width: 61.125vw;
    }

    .popup-block__inner {
        padding: 4.875vw;
    }

    .popup_title {
        font-size: 5.86vw;
    }

    .popup-block .image_block {
        width: 11.231vw;
        margin: 2.438vw auto;
    }

    .popup_desc {
        font-size: 2.44vw;
    }

    /* New */

    body {
        font-size: 1.56vw;
    }

    section, .reviews, .contacts {
        padding: 4.88vw 0;
    }

    .goods_categories .container {
        padding: 4.88vw 1.95vw;
    }

    .page-catalog-home .contacts {
        padding: 4.88vw 0 0;
    }

    .delivery__body .contacts, .about_us__body .contacts, .return_product__body .contacts, .payment__single__body .contacts, .delivery__single__body .contacts {
        padding: 4.88vw 0;
    }

    .chat {
        max-width: 6.64vw;
    }

    .scroll_up {
        max-width: 6.25vw;
    }

    .action_btn {
        width: 19.14vw;
        height: 4.69vw;
        font-size: 1.37vw;
        border-radius: 0.59vw;
    }

    .more_btn {
        width: 21.19vw;
        height: 4.69vw;
        font-size: 1.37vw;
        border-radius: 0.59vw;
    }

    ::-webkit-scrollbar {
        width: 0.97vw;
        height: 0.79vw;
    }

    ::-webkit-scrollbar-thumb {
        max-width: 14.94vw;
    }

    .mfp-close {
        width: 4.30vw;
        height: 4.30vw;
        font-size: 2.73vw;
    }

    .popup-block {
        max-width: 67.18vw;
        border-radius: 1.95vw !important;
    }

    .popup-block__inner {
        padding: 4.88vw;
    }

    .popup_title {
        font-size: 3.90vw;
        margin: 0 0 2.44vw;
    }

    .popup-block .image_block {
        width: 11.23vw;
        margin: 2.44vw auto;
    }

    .popup_desc {
        font-size: 2.44vw;
    }

    .btn_block {
        margin: 5.62vw 0 0;
    }

    input[type=email],
    input[type=tel],
    input[type=name],
    input[type=password],
    input[type=text] {
        border-radius: 0.58vw;
        height: 3.41vw;
        padding: 0 0.97vw;
    }

    #delivery_calculation .text_field {
        margin: -1.95vw auto 1.95vw;
    }

    .submit_field {
        margin: 5.62vw 0 0;
    }

    header {
        height: 6.54vw;
    }

    .menu_item__title:after {
        right: -1.67vw;
        width: 0.97vw;
        height: 0.58vw;
    }

    .sub-menu {
        padding: 1.46vw;
        border-radius: 2.15vw;
        min-width: 23.63vw;
        position: relative;
    }

    .header_contacts {
        max-width: 21.58vw;
    }

    .search_pers__block {
        max-width: 6vw;
        position: absolute;
        right: 7vw;
        top: auto;
        bottom: auto;
    }

    .search_block {
        max-width: 100%;
        right: auto;
        left: auto;
        position: absolute;
        top: 100%;
        padding: 1.95vw;
        background: #F4F4F4;
        display: none;
    }

    #search_form__btn {
        display: flex;
        width: 2.25vw;
        height: 2.25vw;
        position: absolute;
        right: 12.7vw;
    }

    .search_block input[type=text] {
        height: 3.13vw;
        border-radius: 0.79vw;
        padding: 0 3.90vw 0 1.46vw;
    }

    .search_block input[type=submit] {
        width: 1.95vw;
        height: 1.95vw;
        right: 2.93vw;
    }

    .pers_cab {
        width: 1.95vw;
        height: 1.95vw;
        position: absolute;
        right: 6.84vw;
    }

    .cart {
        width: 2.04vw;
        height: 1.95vw;
        position: absolute;
        right: 2.93vw;
        z-index: 1500;
    }

    .cart_count {
        top: -1.95vw;
        right: -1.46vw;
        font-size: 1.17vw;
        width: 2.25vw;
        height: 2.25vw;
    }

    .categories_block {
        /*top: 7.33vw;*/
        margin: 6.54vw 0 0;
        padding: 1.95vw 0;
    }

    .categories_block .categories_slider {
        max-width: 90%;
        padding: 0;
    }

    .categories_block .categories_slider .slide__inner {
        border-radius: 0.59vw;
    }

    .categories_block .categories_slider .slide__inner:after {
        height: 4.88vw;
        border-radius: 0 0 0.59vw 0.59vw;
    }

    .categories_block .categories_slider .slide__inner p {
        bottom: 0.98vw;
    }

    .categories_block .swiper-button-prev {
        left: 2vw;
    }

    .categories_block .swiper-button-next {
        right: 2vw;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 1.07vw;
        height: 1.56vw;
    }

    .footer {
        padding: 3.90vw 0 !important;
    }

    .footer_up .logo .image_block {
        width: 8.10vw;
    }

    .footer_up .logo p {
        margin: 0 0 -0.49vw 0.49vw;
        font-size: 0.88vw;
    }

    .footer__menu {
        max-width: 66vw;
        margin: 0 0 2.93vw;
    }

    .footer__menu p,
    .footer_contacts .title,
    .footer_contacts .schedule,
    .footer_contacts .phones_block,
    .footer_contacts .email_block {
        margin: 0 0 1.46vw;
    }

    .footer__menu ul {
        font-size: 1.18vw;
    }

    .footer__menu ul li:not(:last-child) {
        margin: 0 0 0.98vw;
    }

    .footer_contacts {
        font-size: 1.18vw;
        margin: 0 auto 30px 0;
        text-align: center;
        width: 50%;
    }

    .footer_contacts .title {
        font-size: 1.56vw;
    }

    .footer_contacts .schedule .item:not(:last-child),
    .footer_contacts .phones_block a:not(:last-child) {
        margin: 0 0 0.68vw;
    }

    .footer__social {
        max-width: 14.64vw;
    }

    .footer__social a picture {
        height: 2.25vw;
        width: 2.25vw;
    }

    .footer_copyright {
        margin: 2.93vw 0 0;
    }

    .first_screen {
        height: 46.19vw;
    }

    .first_screen__slider .slide__inner .title {
        font-size: 4.69vw;
    }

    .first_screen__slider .slide__inner .desc {
        max-width: 68.36vw;
    }

    .swiper-pagination-first_screen {
        bottom: 5.5vw !important;
    }

    .swiper-pagination-bullet {
        width: 0.88vw;
        height: 0.88vw;
    }

    .border_radius_10 {
        border-radius: 0.98vw;
    }

    h2 {
        font-size: 3.13vw !important;
        margin: 0 0 1.95vw !important;
    }

    .subtitle {
        margin: 0 auto 3.75vw;
        width: 50%;
    }

    .slider_block .popular_slider {
        padding: 1.46vw 1.46vw 3.90vw;
    }

    .slider_block .swiper-slide {
        width: 30.28vw;
    }

    .slider_block .swiper-slide .product_card {
        padding: 1.95vw;
    }

    .slider_block .swiper-slide .product_card .card_image {
        height: 26.86vw;
    }

    .add_to_fav__block {
        right: 2.93vw;
        top: 2.93vw;
    }

    .add_to_fav__block .image_block {
        width: 1.95vw;
    }

    .slider_block .swiper-slide .product_card .text_block {
        margin: 1.46vw 0 0;
    }

    .slider_block .swiper-slide .product_card .text_block .title_block {
        margin: 0 0 0.98vw;
    }

    .popular_goods .wrapper .banner_block {
        max-width: 37.10vw;
        padding: 3.41vw 1.95vw;
    }

    .popular_goods .wrapper .banner_block .banner_block__inner {
        min-height: 38.93vw;
        padding: 1.95vw;
    }

    .popular_goods .wrapper .banner_block .banner_block__inner .badge {
        top: 1.95vw;
        left: 1.95vw;
        font-size: 1.56vw;
    }

    .popular_goods .wrapper .banner_block .banner_block__inner .banner_text {
        font-size: 1.76vw;
    }

    .popular_goods .wrapper .banner_block .banner_block__inner .banner_text span {
        font-size: 7.22vw;
    }

    .slider_block .swiper-slide .product_card .text_block .title_block .colors_text {
        font-size: 1.18vw;
        padding: 0.68vw;
        max-width: 8.31vw;
    }

    .slider_block .swiper-slide .product_card .text_block .price_elem .price_total {
        font-size: 1.86vw;
    }

    .slider_block .swiper-slide .product_card .text_block .stock_elem {
        font-size: 1.37vw;
    }

    .goods_categories .wrapper {
        max-width: 100%;
        height: 47vw;
    }

    .goods_categories .wrapper .left .item {
        width: 48%;
    }

    .goods_categories .wrapper .item p {
        font-size: 2.34vw;
        bottom: 1.88vw;
        left: 1.88vw;
    }

    .goods_categories .wrapper .item:after {
        height: 11.72vw;
    }

    .goods_categories .wrapper .right .item_5 {
        width: 23.67vw;
        height: 22.8vw;
    }

    .goods_categories .wrapper .right .item_5 .image_block {
        width: 100%;
        height: 100%;
    }

    .goods_categories .wrapper .right .item_6 {
        width: 25.69vw;
        height: 22.8vw;
        padding: 0 0.98vw;
    }

    .goods_categories .wrapper .right .item_6 p.badge {
        top: 1.95vw;
        left: 0.98vw;
        font-size: 1.37vw;
    }

    .goods_categories .wrapper .right .item_6 p.text {
        font-size: 2.34vw;
    }

    .reviews_slider {
        padding: 2.44vw 1.46vw !important;
    }

    .reviews_btn {
        right: 2.93vw;
        bottom: 2.93vw;
        font-size: 1.37vw;
    }

    .reviews_slide__inner,
    #review_modal {
        padding: 2.93vw 2.93vw 6.84vw;
        border-radius: 1.67vw;
    }

    #review_modal {
        padding: 1.95vw;
        max-width: 68.36vw;
    }

    .reviews_author {
        margin: 0 0 1.95vw;
    }

    .reviews_author:after {
        width: 4.88vw;
        height: 4.88vw;
        right: 0.98vw;
    }

    .rating {
        width: 7.82vw;
        height: 1.56vw;
    }

    .reviews_author__image {
        margin: 0 1.27vw 0 0;
        width: 7.03vw;
        height: 7.03vw;
    }

    .reviews_more {
        margin: 0.98vw 0 0;
    }

    .reviews_block p {
        height: 7.33vw;
    }

    .reviews_slide {
        width: 42.09vw;
        margin: 0 1.46vw;
    }

    .reviews__btn_block {
        margin: 2.93vw 0 0;
    }

    .reviews_author__name p {
        margin: 0 0 0.49vw;
        font-size: 1.76vw;
    }

    .swiper-pagination-reviews {
        bottom: -3.75vw !important;
    }

    .advantages h2 {
        margin: 0 0 3.75vw !important;
    }

    .advantages .elem {
        max-width: 61.73vw;
    }

    .advantages .elem .item .image_block {
        height: 4.39vw;
        margin: 0 0 1.95vw;
    }

    .new_collection {
        height: 48.66vw;
    }

    .new_collection .container h2 {
        margin: 0 0 7.50vw !important;
        font-size: 6.25vw !important;
    }

    .contacts h2 {
        margin: 0 0 3.75vw !important;
    }

    .contacts .elem {
        padding: 2.93vw;
    }

    .contacts .elem .up {
        margin: 0 0 5.62vw;
        column-gap: 2.44vw;
    }

    .contacts .elem .up .left, .contacts .elem .up .middle, .contacts .elem .up .right {
        padding: 0 1.46vw;
    }

    .contacts .elem .up .middle {
        border-left: 0.09vw solid var(--light);
        border-right: 0.09vw solid var(--light);
    }

    .contacts .elem .up a {
        width: 29.31vw;
    }

    .contacts .elem .up .middle div {
        margin: 0 0 2.93vw;
        width: 100%;
    }

    .contacts .elem .up a .image_block,
    .contacts .elem .up .middle div .image_block {
        height: 2.74vw;
        margin: 0 0.98vw 0 0;
    }

    .contacts .elem .up a p,
    .contacts .elem .up .middle div p {
        font-size: 1.37vw;
    }

    .contacts .bottom p {
        font-size: 1.37vw;
        margin: 0 0 1.95vw;
    }

    .contacts .bottom form .input_field input {
        height: 5.08vw;
        padding: 0 1.95vw;
    }

    input, textarea, input::placeholder, textarea::placeholder {
        font-size: 1.37vw;
    }

    .contacts .bottom form .name_field {
        max-width: 23%;
    }

    .contacts .bottom form .email_field {
        max-width: 38%;
    }

    .contacts .bottom form .submit_field {
        max-width: 33%;
    }

    .bottom_se_block {
        /*margin: 5.62vw auto 0;*/
        font-size: 1.37vw;
        padding: 4.88vw 0;
    }

    .bottom_se_block p:not(:last-child),
    .bottom_se_block ul,
    .bottom_se_block ol {
        margin: 0 0 1.46vw;
    }

    .bottom_se_block ul {
        padding: 0 0 0 2.44vw;
    }

    .bottom_se_block ol {
        padding: 0 0 0 2.44vw;
    }

    .se-hidden-wrapper {
        max-height: 47vw;
    }

    .seo-readmore-block {
        margin: 1.95vw 0 0;
    }

    .se-hidden-wrapper.expanded {
        max-height: 488.29vw;
    }

    .readmore-toggle-btn {
        padding: 0 2.25vw 0 0;
    }

    .readmore-toggle-btn:after {
        width: 1.67vw;
        height: 0.88vw;
    }

    .error_message {
        font-size: 1.18vw;
        bottom: -2.25vw;
    }

    .breadcrumbs_wrapper {
        max-width: 100%;
        padding: 2.93vw 1.46vw;
        font-size: 1.18vw;
    }

    .breadcrumbs_wrapper span {
        padding: 0 0.30vw;
    }

    .product_page__info__block .right_side .out_stock, .product_page__info__block .right_side .production_time {
        font-size: 1.18vw;
    }

    /*.product_page {*/
    /*    padding: 1.46vw 0 0;*/
    /*}*/

    .product_page__info {
        padding: 0 0 2.44vw;
        flex-direction: column;
    }

    .product_page__gallery, .product_page__info__block {
        width: 100%;
    }

    .product_page__info__block {
        padding: 0 1.95vw;
    }

    .product_page__gallery {
        margin: 0 0 5vw;
        padding: 0 0 0 1.95vw;
    }

    .product_page__gallery:before {
        height: 79vw;
        width: 115vw;
        top: -21vw;
        left: -4.88vw;
        bottom: auto;
    }

    .mfp-figure figure {
        border-radius: 1.18vw;
    }

    .mySwiper {
        display: none;
    }

    .mySwiper img {
        border-radius: 1.56vw;
    }

    .product_slide {
        margin-bottom: 0.98vw !important;
        height: 54.79vw !important;
        border-radius: 1.17vw;
        width: 55vw;
    }

    .product_page__desc__headline .left_side .title {
        font-size: 2.34vw;
    }

    .rating_block {
        margin: 0 0.98vw 0 0;
    }

    .product_page__desc__headline .rating_block .rating {
        margin: 0 0.98vw 0 0;
    }

    .right_side .in_stock {
        margin-top: 0.98vw;
        font-size: 1.37vw;
    }

    .product_page__desc__price_btn_block {
        margin: 1.95vw 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .product_page__desc__price_btn_block .price {
        font-size: 3.90vw;
        margin: 0 1.95vw 0 0;
    }

    .product_page__desc__price_btn_block .sale {
        font-size: 1.76vw;
    }

    .product_page__desc__price_block .price-without-rebate {
        font-size: 1.76vw;
    }

    .product_page__desc_text {
        margin: 0 0 2.44vw;
    }

    .product_page__desc_colors {
        margin: 0 0 2.93vw;
    }

    .product_page__desc_colors ul li a img {
        border-radius: 0.58vw;
    }

    .catalog-detail-basket-selection .selection .select-name--block, .product_page__desc_char_item .title {
        font-size: 1.37vw;
        margin: 0 0 0.98vw;
    }

    .product_page__desc_colors ul {
        gap: 1.46vw;
    }

    .product_page__desc_colors ul li {
        max-width: 5.66vw;
    }

    .product_page__desc_chars {
        gap: 2.44vw 0.98vw;
    }

    .product_page__desc_char_item .color_sample {
        width: 1.56vw;
        height: 1.56vw;
        margin: 0 0.49vw 0 0;
    }

    .product_page__desc_order {
        padding: 1.46vw 0;
    }

    .product_page__desc_order .more_btn {
        border-radius: 0.58vw;
    }

    .product_page__desc_order .price {
        font-size: 2.34vw;
    }

    .product_page__desc_order .price .title {
        margin: 0 1.46vw 0 0;
    }

    .fav_btn {
        max-width: 5.87vw;
        min-width: 5.87vw;
        border-radius: 0.58vw;
        height: 4.88vw;
    }

    .fav_btn img {
        width: 1.56vw;
    }

    .product_page__info .product_page__desc_colors .select-label, .catalog-detail-basket .radio .select-label {
        border: 0.19vw solid transparent;
        height: 5.36vw;
        max-width: 5.36vw;
        border-radius: 0.58vw;
    }

    .product_page__info .select-option:checked + .select-label, .catalog-detail-basket .radio .select-option:checked + .select-label, .catalog-detail-basket .radio .select-label.active_label {
        border: 0.19vw solid #F8DA01 !important;
    }

    .product_page__info .btns_block {
        max-width: 40vw;
        position: relative;
        margin: 3vw 0;
    }

    .product_page__info .btns_block .shipping_calc {
        max-width: 60%;
    }

    .product_page__info .btns_block #add_to_basket_btn {
        order: 2;
        background-image: url(../img/add_to_cart__btn.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        max-width: 4.69vw;
        width: 100%;
        height: 4.69vw;
        color: transparent;
        border-radius: 0.59vw;
    }

    .product_page__info .btns_block .shipping_calc {
        order: 1;
    }

    .product_page__info .btns_block .actions-favorite {
        order: 3;
        right: 0;
        position: relative;
    }

    .product_page__info__block .right_side {
        position: absolute;
        right: 1.95vw;
    }

    .tab_links {
        max-width: 54.69vw;
        margin: 0 auto 3.90vw 0;
    }

    .tab_links .tablinks {
        padding: 0 0 0.49vw;
        border-bottom: 0.19vw solid transparent;
    }

    .tab_links .tablinks.active {
        border-bottom: 0.19vw solid var(--2);
    }

    .product_page__middle h3 {
        font-size: 1.76vw;
        margin: 0 0 2.44vw;
    }

    .product_page__middle h4 {
        font-size: 1.37vw;
    }

    .product_page__middle ul, .product_page__middle ol {
        padding: 0 0 0 2.44vw;
    }

    .product_page__middle ul:not(:last-child), .product_page__middle ol:not(:last-child) {
        margin: 0 0 2.44vw;
    }

    .product_page__middle .tab .item {
        padding: 0 0 2.44vw 2.44vw;
        margin: 0 0 2.44vw;
    }

    .payment_method__1,
    .payment_method__2,
    .payment_method__3 {
        margin: 0 0 1.95vw;
    }

    .payment_method__1 .image_block, .payment_method__2 .image_block, .payment_method__3 .image_block,
    .payment_method__1 p:nth-child(1), .payment_method__2 p:nth-child(1), .payment_method__3 p:nth-child(1) {
        width: 2.93vw;
        margin: 0 0.49vw 0 0;
    }

    .popular_goods .wrapper {
        max-width: 100%;
        margin: 0;
        padding: 0 1.95vw 0 0;
    }

    .popular_goods .container {
        padding: 0 1.95vw 0 0;
    }

    .footer_up {
        flex-direction: column;
        align-items: center;
    }

    .footer_up .logo {
        margin: 0 0 2.93vw;
    }

    .product_page__desc__headline .rating_block {
        display: none;
    }

    .categories_block .categories_slider .slide__inner .image_block {
        border-radius: 0.59vw;
        height: 17.58vw;
    }

    /*14.05.2025*/

    .footer {
        padding: 3.91vw 0 12.21vw !important;
    }

    .mobile-footer-fix {
        display: flex;
    }

    .mobile-footer-btns {
        display: flex;
        align-items: center;
        justify-content: space-around;
        position: fixed;
        height: 9.77vw;
        z-index: 1200;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
    }

    /*.page-catalog-detail .mobile-footer-fix, .page-checkout-index .mobile-footer-fix {*/
    /*    display: none !important;*/
    /*}*/

    .mobile-menu {
        width: 3.52vw;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 0 0.68vw;
    }

    .icons-footer-mobile, .icons-footer-mobile a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mobile-menu img {
        width: 100%;
    }

    .icons-footer-mobile span {
        font-weight: 700;
        font-size: 1.37vw;
    }

    .hide__mobile_block {
        transform: translateX(-101%);
        transition: all .3s linear;
    }

    #catalog_filter_form .filter__categories, #catalog_filter_form .filter_elem {
        transform: translateX(-100%);
        transition: all .3s linear;
        position: fixed;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        background: #fff;
        width: 66%;
        z-index: 1000;
        padding: 10.74vw 2.44vw;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .show__mobile_block, #catalog_filter_form .filter__categories.show__mobile_block,
    #catalog_filter_form .filter_elem.show__mobile_block {
        transform: translateX(0);
        transition: all .3s linear;
    }

    .mobile-footer-fix-with-fade:after {
        position: fixed;
        content: '';
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        height: 100vh;
        width: 100vw;
        background: rgba(0,0,0,.5);
        z-index: 50;
    }

    .mobile_categories__block {
        display: flex;
        flex-direction: column;
        position: fixed;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        background: #fff;
        width: 66%;
        z-index: 1000;
        padding: 8.79vw 2.44vw 10.74vw 2.44vw;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .mobile_categories__close, .mobile_filters__close {
        width: 3.03vw;
        position: absolute;
        right: 2.44vw;
        display: flex;
        z-index: 10;
    }

    #catalog_filter_form .mobile_categories__close {
        top: 10.64vw;
    }

    .mobile_filters__close {
        top: -0.49vw;
        right: 0;
    }

    #catalog_filter_form .mobile_filters__close {
        top: -4.39vw;
    }

    .mobile_filters__block {
        display: flex;
        flex-direction: column;
        position: fixed;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        background: #fff;
        width: 66%;
        z-index: 1000;
        padding: 8.79vw 2.44vw 10.74vw 2.44vw;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .page-catalog-list .mobile_filters__block, .page-catalog-tree .mobile_filters__block {
        display: none; !important;
    }

    /*.mobile_categories__block .filter__subcategories, #catalog_filter_form .filter__category .filter__subcategories {*/
    /*    padding: 0.68vw 0 0 2.44vw;*/
    /*}*/

    .mobile_categories__block_link {
        font-size: 1.95vw;
        font-weight: 700;
        padding: 0.98vw 0;
    }

    .filter__categories .title {
        font-weight: 700;
        font-size: 1.76vw;
        /*margin: 0 0 1.46vw;*/
        display: flex;
        padding: 0 0 1.46vw;
        /*border-bottom: 1px dashed #dde2e4;*/
    }

    #catalog_filter_form .filter__category a, .mobile-footer-fix .filter__category a {
        border-bottom: 1px dashed #dde2e4;
    }

    .mobile-footer-fix .filter__category a:after {
        position: absolute;
        content: '';
        background-image: url(../img/category__arrow.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 0.59vw;
        height: 0.98vw;
        top: auto;
        bottom: auto;
        right: 2.93vw;
        transition: all .2s linear;
        transform: rotate(90deg);
    }

    #catalog_filter_form .filter__category .filter__subcategories a:after,
    .mobile-footer-fix .filter__category .filter__subcategories a:after {
        display: none;
    }

    .mobile_filters__block .price-wrap-1, .mobile_filters__block .price-wrap-2, .mobile_filters__block .price-wrap,
    .mobile_filters__block .price-container button {
        width: 32%;
    }

    .mobile_filters__block .price-container input {
        max-width: 100%;
    }

    .mobile_filters__block .price-wrap span {
        width: 100%;
    }

    .scroll_up {
        bottom: 12.21vw;
    }

    /*.filter {*/
    /*    max-width: 100%;*/
    /*}*/

    .filter__categories {
        padding: 0;
    }

    .filter__btns {
        position: relative;
    }

    .page-catalog-list .mobile_categories__block {
        display: none;
    }

    .filter__categories-list {
        border: none;
        border-radius: 0;
        padding: 0;
        background: transparent;
    }

    #catalog_filter_form .filter__category a, .mobile-footer-fix .filter__category a {
        padding: 1.46vw 0;
        align-items: center;
    }

    #catalog_filter_form .filter__category .filter__subcategories li a, .mobile-footer-fix .filter__subcategory a {
        padding: 1.46vw 0 1.46vw 1.46vw;
    }

    .categories_block .categories_slider .slide__inner:hover {
        transition: none;
        transform: scale(1);
    }

    .right_side .stock, .right_side .out_stock {
        font-size: 1.37vw;
    }

    .product_page__middle .tab_content__block {
        font-size: 1.37vw;
    }

    .product_page__middle .tab_content__block .item {
        padding: 0 0 2.44vw 2.44vw;
    }

    .product_page__middle .tab_content__block .item:not(:last-child) {
        margin: 0 0 2.44vw;
    }

    #search_output {
        height: 16.6vw;
        border-radius: 0.59vw;
        font-size: 1.37vw;
        padding: 1.95vw;
    }

    .search_result_item a {
        padding: 0.49vw 0.98vw;
    }

    #search_output::-webkit-scrollbar, #search_output::-webkit-scrollbar-thumb, .product_page__info .btns_block a, .product_page__info .btns_block button {
        border-radius: 0.59vw;
    }

    .product_page__middle {
        padding: 4.88vw 0;
    }

    .cart_btns a {
        padding: 0 0.98vw;
        border-radius: 0.59vw;
    }

    .review_form textarea {
        height: 6.84vw;
    }

    .review_form textarea::placeholder {
        font-size: 1.37vw;
    }

    .review_form {
        margin: 0 0 1.95vw;
    }

    .product__review_rating {
        height: 4.88vw;
        max-width: 15.63vw;
        margin: 0 0 1.95vw;
    }

    .review_form .form_field {
        margin: 0 0 1.46vw;
    }

    .review_form .form_field p {
        font-size: 1.37vw;
        margin: 0 0 0.78vw;
    }

    #review_form .stars .star-label {
        width: 2.34vw;
        height: 2.34vw;
    }

    .no-review-items {
        padding: 0 1.46vw !important;
        font-size: 1.37vw;
    }

    .review_form .error_message {
        bottom: -0.98vw;
    }

    .other_reviews .other_reviews_title {
        font-size: 1.56vw;
        margin: 0 0 1.46vw;
    }

    .without_categories_block .catalog_page {
        padding: 6.84vw 0 0;
    }

    .popular_goods .slider_block {
        width: 66%;
    }

    .popular_nav {
        width: 33vw;
        margin: 4vw auto;
    }

    #delivery_calculation .city-container {
        max-height: 19.53vw;
        border-radius: 0 0 0.59vw 0.59vw;
        font-size: 1.37vw;
    }

    #delivery_calculation .city-container .city-container p {
        padding: 0.98vw;
    }

    .slider_block .swiper-slide .product_card .text_block .title_block .title {
        min-height: 5.66vw;
    }

    /*.goods_categories .wrapper .right .item_4 .image_block {*/
    /*    height: 22.07vw;*/
    /*}*/
}

@media screen and (max-width: 1100px) and (orientation: landscape) {
    body {
        font-size: 1.56vw;
    }

    .burger {
        display: flex;
        z-index: 1500;
        margin: 0;
    }

    .logo {
        width: 8.11vw;
        left: auto;
        right: auto;
        position: relative;
        z-index: 1500;
    }

    .ham {
        width: 4.88vw;
    }

    .header__wrapper {
        max-width: 100%;
        justify-content: center;
    }

    .header_right {
        position: absolute;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        -webkit-transform: translateY(-150%);
        -ms-transform: translateY(-150%);
        transform: translateY(-150%);
        padding: 9vw 1.95vw 2.93vw;
        opacity: 0;
        -webkit-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
        z-index: 1200;
        top: 0;
        left: 0;
        height: auto;
        -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 50, 100, 0.07);
        box-shadow: 0px 5px 15px 0px rgba(0, 50, 100, 0.07);
        background: #323232;
    }

    .header_right.active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -webkit-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
    }

    .header__menu {
        max-width: 100%;
    }

    .header__list {
        flex-direction: column;
        align-items: center;
    }

    .header__list li:not(:last-child) {
        margin: 0 0 1.46vw;
    }

    .menu-item-has-children {
        flex-direction: column;
        align-items: center;
    }

    .chat {
        max-width: 9.57vw;
    }

    .container, .page-catalog-detail .bottom_se_block .container {
        max-width: 100%;
        padding: 0 1.95vw;
    }

    #ijphjf, #iazgl, #iwr9s, #iu7j2, #iqmc7, #ich4z, #i7xnj, #iqght, #i70hc, #iqx3, #i8r63, #iv9ov, #iqx3l, .zbirka_product__body .return_product__page + div {
        max-width: 100%;
        padding: 0 1.95vw 2.93vw;
    }

    .product_page .container {
        padding: 0;
    }

    header .container {
        max-width: 100%;
        padding: 0;
    }

    .scroll_up {
        max-width: 6.249vw;
    }

    .popup-block {
        max-width: 61.125vw;
    }

    .popup-block__inner {
        padding: 4.875vw;
    }

    .popup_title {
        font-size: 5.86vw;
    }

    .popup-block .image_block {
        width: 11.231vw;
        margin: 2.438vw auto;
    }

    .popup_desc {
        font-size: 2.44vw;
    }

    /* New */

    body {
        font-size: 1.56vw;
    }

    section, .reviews, .contacts {
        padding: 4.88vw 0;
    }

    .goods_categories .container {
        padding: 4.88vw 1.95vw;
    }

    .page-catalog-home .contacts {
        padding: 4.88vw 0 0;
    }

    .delivery__body .contacts, .about_us__body .contacts, .return_product__body .contacts, .payment__single__body .contacts, .delivery__single__body .contacts {
        padding: 4.88vw 0;
    }

    .chat {
        max-width: 6.64vw;
    }

    .scroll_up {
        max-width: 6.25vw;
    }

    .action_btn {
        width: 19.14vw;
        height: 4.69vw;
        font-size: 1.37vw;
        border-radius: 0.59vw;
    }

    .more_btn {
        width: 21.19vw;
        height: 4.69vw;
        font-size: 1.37vw;
        border-radius: 0.59vw;
    }

    ::-webkit-scrollbar {
        width: 0.97vw;
        height: 0.79vw;
    }

    ::-webkit-scrollbar-thumb {
        max-width: 14.94vw;
    }

    .mfp-close {
        width: 4.30vw;
        height: 4.30vw;
        font-size: 2.73vw;
    }

    .popup-block {
        max-width: 67.18vw;
        border-radius: 1.95vw !important;
    }

    .popup-block__inner {
        padding: 4.88vw;
    }

    .popup_title {
        font-size: 3.90vw;
        margin: 0 0 2.44vw;
    }

    .popup-block .image_block {
        width: 11.23vw;
        margin: 2.44vw auto;
    }

    .popup_desc {
        font-size: 2.44vw;
    }

    .btn_block {
        margin: 5.62vw 0 0;
    }

    input[type=email],
    input[type=tel],
    input[type=name],
    input[type=password],
    input[type=text] {
        border-radius: 0.58vw;
        height: 3.41vw;
        padding: 0 0.97vw;
    }

    #delivery_calculation .text_field {
        margin: -1.95vw auto 1.95vw;
    }

    .submit_field {
        margin: 5.62vw 0 0;
    }

    header {
        height: 6.54vw;
    }

    .menu_item__title:after {
        right: -1.67vw;
        width: 0.97vw;
        height: 0.58vw;
    }

    .sub-menu {
        padding: 1.46vw;
        border-radius: 2.15vw;
        min-width: 23.63vw;
        position: relative;
    }

    .header_contacts {
        max-width: 21.58vw;
    }

    .search_pers__block {
        max-width: 6vw;
        position: absolute;
        right: 7vw;
        top: auto;
        bottom: auto;
    }

    .search_block {
        max-width: 100%;
        right: auto;
        left: auto;
        position: absolute;
        top: 100%;
        padding: 1.95vw;
        background: #F4F4F4;
        display: none;
    }

    #search_form__btn {
        display: flex;
        width: 2.25vw;
        height: 2.25vw;
        position: absolute;
        right: 12.7vw;
    }

    .search_block input[type=text] {
        height: 3.13vw;
        border-radius: 0.79vw;
        padding: 0 3.90vw 0 1.46vw;
    }

    .search_block input[type=submit] {
        width: 1.95vw;
        height: 1.95vw;
        right: 2.93vw;
    }

    .pers_cab {
        width: 1.95vw;
        height: 1.95vw;
        position: absolute;
        right: 6.84vw;
    }

    .cart {
        width: 2.04vw;
        height: 1.95vw;
        position: absolute;
        right: 2.93vw;
        z-index: 1500;
    }

    .cart_count {
        top: -1.95vw;
        right: -1.46vw;
        font-size: 1.17vw;
        width: 2.25vw;
        height: 2.25vw;
    }

    .categories_block {
        /*top: 7.33vw;*/
        margin: 6.54vw 0 0;
        padding: 1.95vw 0;
    }

    .categories_block .categories_slider {
        max-width: 90%;
        padding: 0;
    }

    .categories_block .categories_slider .slide__inner {
        border-radius: 0.59vw;
    }

    .categories_block .categories_slider .slide__inner:after {
        height: 4.88vw;
        border-radius: 0 0 0.59vw 0.59vw;
    }

    .categories_block .categories_slider .slide__inner p {
        bottom: 0.98vw;
    }

    .categories_block .swiper-button-prev {
        left: 2vw;
    }

    .categories_block .swiper-button-next {
        right: 2vw;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 1.07vw;
        height: 1.56vw;
    }

    .footer {
        padding: 3.90vw 0 !important;
    }

    .footer_up .logo .image_block {
        width: 8.10vw;
    }

    .footer_up .logo p {
        margin: 0 0 -0.49vw 0.49vw;
        font-size: 0.88vw;
    }

    .footer__menu {
        max-width: 66vw;
        margin: 0 0 2.93vw;
    }

    .footer__menu p,
    .footer_contacts .title,
    .footer_contacts .schedule,
    .footer_contacts .phones_block,
    .footer_contacts .email_block {
        margin: 0 0 1.46vw;
    }

    .footer__menu ul {
        font-size: 1.18vw;
    }

    .footer__menu ul li:not(:last-child) {
        margin: 0 0 0.98vw;
    }

    .footer_contacts {
        font-size: 1.18vw;
        margin: 0 auto 30px 0;
        text-align: center;
        width: 50%;
    }

    .footer_contacts .title {
        font-size: 1.56vw;
    }

    .footer_contacts .schedule .item:not(:last-child),
    .footer_contacts .phones_block a:not(:last-child) {
        margin: 0 0 0.68vw;
    }

    .footer__social {
        max-width: 14.64vw;
    }

    .footer__social a picture {
        height: 2.25vw;
        width: 2.25vw;
    }

    .footer_copyright {
        margin: 2.93vw 0 0;
    }

    .first_screen {
        height: 46.19vw;
    }

    .first_screen__slider .slide__inner .title {
        font-size: 4.69vw;
    }

    .first_screen__slider .slide__inner .desc {
        max-width: 68.36vw;
    }

    .swiper-pagination-first_screen {
        bottom: 5.5vw !important;
    }

    .swiper-pagination-bullet {
        width: 0.88vw;
        height: 0.88vw;
    }

    .border_radius_10 {
        border-radius: 0.98vw;
    }

    h2 {
        font-size: 3.13vw !important;
        margin: 0 0 1.95vw !important;
    }

    .subtitle {
        margin: 0 auto 3.75vw;
        width: 50%;
    }

    .slider_block .popular_slider {
        padding: 1.46vw 1.46vw 3.90vw;
    }

    .slider_block .swiper-slide {
        width: 30.28vw;
    }

    .slider_block .swiper-slide .product_card {
        padding: 1.95vw;
    }

    .slider_block .swiper-slide .product_card .card_image {
        height: 26.86vw;
    }

    .add_to_fav__block {
        right: 2.93vw;
        top: 2.93vw;
    }

    .add_to_fav__block .image_block {
        width: 1.95vw;
    }

    .slider_block .swiper-slide .product_card .text_block {
        margin: 1.46vw 0 0;
    }

    .slider_block .swiper-slide .product_card .text_block .title_block {
        margin: 0 0 0.98vw;
    }

    .popular_goods .wrapper .banner_block {
        max-width: 37.10vw;
        padding: 3.41vw 1.95vw;
    }

    .popular_goods .wrapper .banner_block .banner_block__inner {
        min-height: 38.93vw;
        padding: 1.95vw;
    }

    .popular_goods .wrapper .banner_block .banner_block__inner .badge {
        top: 1.95vw;
        left: 1.95vw;
        font-size: 1.56vw;
    }

    .popular_goods .wrapper .banner_block .banner_block__inner .banner_text {
        font-size: 1.76vw;
    }

    .popular_goods .wrapper .banner_block .banner_block__inner .banner_text span {
        font-size: 7.22vw;
    }

    .slider_block .swiper-slide .product_card .text_block .title_block .colors_text {
        font-size: 1.18vw;
        padding: 0.68vw;
        max-width: 8.31vw;
    }

    .slider_block .swiper-slide .product_card .text_block .price_elem .price_total {
        font-size: 1.86vw;
    }

    .slider_block .swiper-slide .product_card .text_block .stock_elem {
        font-size: 1.37vw;
    }

    .goods_categories .wrapper {
        max-width: 100%;
        height: 47vw;
    }

    .goods_categories .wrapper .left .item {
        width: 48%;
    }

    .goods_categories .wrapper .item p {
        font-size: 2.34vw;
        bottom: 1.88vw;
        left: 1.88vw;
    }

    .goods_categories .wrapper .item:after {
        height: 11.72vw;
    }

    .goods_categories .wrapper .right .item_5 {
        width: 23.67vw;
        height: 22.8vw;
    }

    .goods_categories .wrapper .right .item_5 .image_block {
        width: 100%;
        height: 100%;
    }

    .goods_categories .wrapper .right .item_6 {
        width: 25.69vw;
        height: 22.8vw;
        padding: 0 0.98vw;
    }

    .goods_categories .wrapper .right .item_6 p.badge {
        top: 1.95vw;
        left: 0.98vw;
        font-size: 1.37vw;
    }

    .goods_categories .wrapper .right .item_6 p.text {
        font-size: 2.34vw;
    }

    .reviews_slider {
        padding: 2.44vw 1.46vw !important;
    }

    .reviews_btn {
        right: 2.93vw;
        bottom: 2.93vw;
        font-size: 1.37vw;
    }

    .reviews_slide__inner,
    #review_modal {
        padding: 2.93vw 2.93vw 6.84vw;
        border-radius: 1.67vw;
    }

    #review_modal {
        padding: 1.95vw;
        max-width: 68.36vw;
    }

    .reviews_author {
        margin: 0 0 1.95vw;
    }

    .reviews_author:after {
        width: 4.88vw;
        height: 4.88vw;
        right: 0.98vw;
    }

    .rating {
        width: 7.82vw;
        height: 1.56vw;
    }

    .reviews_author__image {
        margin: 0 1.27vw 0 0;
        width: 7.03vw;
        height: 7.03vw;
    }

    .reviews_more {
        margin: 0.98vw 0 0;
    }

    .reviews_block p {
        height: 7.33vw;
    }

    .reviews_slide {
        width: 42.09vw;
        margin: 0 1.46vw;
    }

    .reviews__btn_block {
        margin: 2.93vw 0 0;
    }

    .reviews_author__name p {
        margin: 0 0 0.49vw;
        font-size: 1.76vw;
    }

    .swiper-pagination-reviews {
        bottom: -3.75vw !important;
    }

    .advantages h2 {
        margin: 0 0 3.75vw !important;
    }

    .advantages .elem {
        max-width: 61.73vw;
    }

    .advantages .elem .item .image_block {
        height: 4.39vw;
        margin: 0 0 1.95vw;
    }

    .new_collection {
        height: 48.66vw;
    }

    .new_collection .container h2 {
        margin: 0 0 7.50vw !important;
        font-size: 6.25vw !important;
    }

    .contacts h2 {
        margin: 0 0 3.75vw !important;
    }

    .contacts .elem {
        padding: 2.93vw;
    }

    .contacts .elem .up {
        margin: 0 0 5.62vw;
        column-gap: 2.44vw;
    }

    .contacts .elem .up .left, .contacts .elem .up .middle, .contacts .elem .up .right {
        padding: 0 1.46vw;
    }

    .contacts .elem .up .middle {
        border-left: 0.09vw solid var(--light);
        border-right: 0.09vw solid var(--light);
    }

    .contacts .elem .up a {
        width: 29.31vw;
    }

    .contacts .elem .up .middle div {
        margin: 0 0 2.93vw;
        width: 100%;
    }

    .contacts .elem .up a .image_block,
    .contacts .elem .up .middle div .image_block {
        height: 2.74vw;
        margin: 0 0.98vw 0 0;
    }

    .contacts .elem .up a p,
    .contacts .elem .up .middle div p {
        font-size: 1.37vw;
    }

    .contacts .bottom p {
        font-size: 1.37vw;
        margin: 0 0 1.95vw;
    }

    .contacts .bottom form .input_field input {
        height: 5.08vw;
        padding: 0 1.95vw;
    }

    input, textarea, input::placeholder, textarea::placeholder {
        font-size: 1.37vw;
    }

    .contacts .bottom form .name_field {
        max-width: 23%;
    }

    .contacts .bottom form .email_field {
        max-width: 38%;
    }

    .contacts .bottom form .submit_field {
        max-width: 33%;
    }

    .bottom_se_block {
        /*margin: 5.62vw auto 0;*/
        font-size: 1.37vw;
        padding: 4.88vw 0;
    }

    .bottom_se_block p:not(:last-child),
    .bottom_se_block ul,
    .bottom_se_block ol {
        margin: 0 0 1.46vw;
    }

    .bottom_se_block ul {
        padding: 0 0 0 2.44vw;
    }

    .bottom_se_block ol {
        padding: 0 0 0 2.44vw;
    }

    .se-hidden-wrapper {
        max-height: 47vw;
    }

    .seo-readmore-block {
        margin: 1.95vw 0 0;
    }

    .se-hidden-wrapper.expanded {
        max-height: 488.29vw;
    }

    .readmore-toggle-btn {
        padding: 0 2.25vw 0 0;
    }

    .readmore-toggle-btn:after {
        width: 1.67vw;
        height: 0.88vw;
    }

    .error_message {
        font-size: 1.18vw;
        bottom: -2.25vw;
    }

    .breadcrumbs_wrapper {
        max-width: 100%;
        padding: 2.93vw 1.46vw;
        font-size: 1.18vw;
    }

    .breadcrumbs_wrapper span {
        padding: 0 0.30vw;
    }

    .product_page__info__block .right_side .out_stock, .product_page__info__block .right_side .production_time {
        font-size: 1.18vw;
    }

    /*.product_page {*/
    /*    padding: 1.46vw 0 0;*/
    /*}*/

    .product_page__info {
        padding: 0 0 2.44vw;
        flex-direction: column;
    }

    .product_page__gallery, .product_page__info__block {
        width: 100%;
    }

    .product_page__info__block {
        padding: 0 1.95vw;
    }

    .product_page__gallery {
        margin: 0 0 5vw;
        padding: 0 0 0 1.95vw;
    }

    .product_page__gallery:before {
        height: 79vw;
        width: 115vw;
        top: -21vw;
        left: -4.88vw;
        bottom: auto;
    }

    .mfp-figure figure {
        border-radius: 1.18vw;
    }

    .mySwiper {
        display: none;
    }

    .mySwiper img {
        border-radius: 1.56vw;
    }

    .product_slide {
        margin-bottom: 0.98vw !important;
        height: 54.79vw !important;
        border-radius: 1.17vw;
        width: 55vw;
    }

    .product_page__desc__headline .left_side .title {
        font-size: 2.34vw;
    }

    .rating_block {
        margin: 0 0.98vw 0 0;
    }

    .product_page__desc__headline .rating_block .rating {
        margin: 0 0.98vw 0 0;
    }

    .right_side .in_stock {
        margin-top: 0.98vw;
        font-size: 1.37vw;
    }

    .product_page__desc__price_btn_block {
        margin: 1.95vw 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .product_page__desc__price_btn_block .price {
        font-size: 3.90vw;
        margin: 0 1.95vw 0 0;
    }

    .product_page__desc__price_btn_block .sale {
        font-size: 1.76vw;
    }

    .product_page__desc__price_block .price-without-rebate {
        font-size: 1.76vw;
    }

    .product_page__desc_text {
        margin: 0 0 2.44vw;
    }

    .product_page__desc_colors {
        margin: 0 0 2.93vw;
    }

    .product_page__desc_colors ul li a img {
        border-radius: 0.58vw;
    }

    .catalog-detail-basket-selection .selection .select-name--block, .product_page__desc_char_item .title {
        font-size: 1.37vw;
        margin: 0 0 0.98vw;
    }

    .product_page__desc_colors ul {
        gap: 1.46vw;
    }

    .product_page__desc_colors ul li {
        max-width: 5.66vw;
    }

    .product_page__desc_chars {
        gap: 2.44vw 0.98vw;
    }

    .product_page__desc_char_item .color_sample {
        width: 1.56vw;
        height: 1.56vw;
        margin: 0 0.49vw 0 0;
    }

    .product_page__desc_order {
        padding: 1.46vw 0;
    }

    .product_page__desc_order .more_btn {
        border-radius: 0.58vw;
    }

    .product_page__desc_order .price {
        font-size: 2.34vw;
    }

    .product_page__desc_order .price .title {
        margin: 0 1.46vw 0 0;
    }

    .fav_btn {
        max-width: 5.87vw;
        min-width: 5.87vw;
        border-radius: 0.58vw;
        height: 4.88vw;
    }

    .fav_btn img {
        width: 1.56vw;
    }

    .product_page__info .product_page__desc_colors .select-label, .catalog-detail-basket .radio .select-label {
        border: 0.19vw solid transparent;
        height: 5.36vw;
        max-width: 5.36vw;
        border-radius: 0.58vw;
    }

    .product_page__info .select-option:checked + .select-label, .catalog-detail-basket .radio .select-option:checked + .select-label, .catalog-detail-basket .radio .select-label.active_label {
        border: 0.19vw solid #F8DA01 !important;
    }

    .product_page__info .btns_block {
        max-width: 40vw;
        position: relative;
        margin: 3vw 0;
    }

    .product_page__info .btns_block .shipping_calc {
        max-width: 60%;
    }

    .product_page__info .btns_block #add_to_basket_btn {
        order: 2;
        background-image: url(../img/add_to_cart__btn.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        max-width: 4.69vw;
        width: 100%;
        height: 4.69vw;
        color: transparent;
        border-radius: 0.59vw;
    }

    .product_page__info .btns_block .shipping_calc {
        order: 1;
    }

    .product_page__info .btns_block .actions-favorite {
        order: 3;
        right: 0;
        position: relative;
    }

    .product_page__info__block .right_side {
        position: absolute;
        right: 1.95vw;
    }

    .tab_links {
        max-width: 54.69vw;
        margin: 0 auto 3.90vw 0;
    }

    .tab_links .tablinks {
        padding: 0 0 0.49vw;
        border-bottom: 0.19vw solid transparent;
    }

    .tab_links .tablinks.active {
        border-bottom: 0.19vw solid var(--2);
    }

    .product_page__middle h3 {
        font-size: 1.76vw;
        margin: 0 0 2.44vw;
    }

    .product_page__middle h4 {
        font-size: 1.37vw;
    }

    .product_page__middle ul, .product_page__middle ol {
        padding: 0 0 0 2.44vw;
    }

    .product_page__middle ul:not(:last-child), .product_page__middle ol:not(:last-child) {
        margin: 0 0 2.44vw;
    }

    .product_page__middle .tab .item {
        padding: 0 0 2.44vw 2.44vw;
        margin: 0 0 2.44vw;
    }

    .payment_method__1,
    .payment_method__2,
    .payment_method__3 {
        margin: 0 0 1.95vw;
    }

    .payment_method__1 .image_block, .payment_method__2 .image_block, .payment_method__3 .image_block,
    .payment_method__1 p:nth-child(1), .payment_method__2 p:nth-child(1), .payment_method__3 p:nth-child(1) {
        width: 2.93vw;
        margin: 0 0.49vw 0 0;
    }

    .popular_goods .wrapper {
        max-width: 100%;
        margin: 0;
        padding: 0 1.95vw 0 0;
    }

    .popular_goods .container {
        padding: 0 1.95vw 0 0;
    }

    .footer_up {
        flex-direction: column;
        align-items: center;
    }

    .footer_up .logo {
        margin: 0 0 2.93vw;
    }

    .product_page__desc__headline .rating_block {
        display: none;
    }

    .categories_block .categories_slider .slide__inner .image_block {
        border-radius: 0.59vw;
        height: 17.58vw;
    }

    /*14.05.2025*/

    .footer {
        padding: 3.91vw 0 12.21vw !important;
    }

    .mobile-footer-fix {
        display: flex;
    }

    .mobile-footer-btns {
        display: flex;
        align-items: center;
        justify-content: space-around;
        position: fixed;
        height: 9.77vw;
        z-index: 1200;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
    }

    /*.page-catalog-detail .mobile-footer-fix, .page-checkout-index .mobile-footer-fix {*/
    /*    display: none !important;*/
    /*}*/

    .mobile-menu {
        width: 3.52vw;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 0 0.68vw;
    }

    .icons-footer-mobile, .icons-footer-mobile a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mobile-menu img {
        width: 100%;
    }

    .icons-footer-mobile span {
        font-weight: 700;
        font-size: 1.37vw;
    }

    .hide__mobile_block {
        transform: translateX(-101%);
        transition: all .3s linear;
    }

    #catalog_filter_form .filter__categories, #catalog_filter_form .filter_elem {
        transform: translateX(-100%);
        transition: all .3s linear;
        position: fixed;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        background: #fff;
        width: 66%;
        z-index: 1000;
        padding: 10.74vw 2.44vw;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .show__mobile_block, #catalog_filter_form .filter__categories.show__mobile_block,
    #catalog_filter_form .filter_elem.show__mobile_block {
        transform: translateX(0);
        transition: all .3s linear;
    }

    .mobile-footer-fix-with-fade:after {
        position: fixed;
        content: '';
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        height: 100vh;
        width: 100vw;
        background: rgba(0,0,0,.5);
        z-index: 50;
    }

    .mobile_categories__block {
        display: flex;
        flex-direction: column;
        position: fixed;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        background: #fff;
        width: 66%;
        z-index: 1000;
        padding: 8.79vw 2.44vw 10.74vw 2.44vw;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .mobile_categories__close, .mobile_filters__close {
        width: 3.03vw;
        position: absolute;
        right: 2.44vw;
        display: flex;
        z-index: 10;
    }

    #catalog_filter_form .mobile_categories__close {
        top: 10.64vw;
    }

    .mobile_filters__close {
        top: -0.49vw;
        right: 0;
    }

    #catalog_filter_form .mobile_filters__close {
        top: -4.39vw;
    }

    .mobile_filters__block {
        display: flex;
        flex-direction: column;
        position: fixed;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        background: #fff;
        width: 66%;
        z-index: 1000;
        padding: 8.79vw 2.44vw 10.74vw 2.44vw;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .page-catalog-list .mobile_filters__block, .page-catalog-tree .mobile_filters__block {
        display: none; !important;
    }

    /*.mobile_categories__block .filter__subcategories, #catalog_filter_form .filter__category .filter__subcategories {*/
    /*    padding: 0.68vw 0 0 2.44vw;*/
    /*}*/

    .mobile_categories__block_link {
        font-size: 1.95vw;
        font-weight: 700;
        padding: 0.98vw 0;
    }

    .filter__categories .title {
        font-weight: 700;
        font-size: 1.76vw;
        /*margin: 0 0 1.46vw;*/
        display: flex;
        padding: 0 0 1.46vw;
        /*border-bottom: 1px dashed #dde2e4;*/
    }

    #catalog_filter_form .filter__category a, .mobile-footer-fix .filter__category a {
        border-bottom: 1px dashed #dde2e4;
    }

    .mobile-footer-fix .filter__category a:after {
        position: absolute;
        content: '';
        background-image: url(../img/category__arrow.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 0.59vw;
        height: 0.98vw;
        top: auto;
        bottom: auto;
        right: 2.93vw;
        transition: all .2s linear;
        transform: rotate(90deg);
    }

    #catalog_filter_form .filter__category .filter__subcategories a:after,
    .mobile-footer-fix .filter__category .filter__subcategories a:after {
        display: none;
    }

    .mobile_filters__block .price-wrap-1, .mobile_filters__block .price-wrap-2, .mobile_filters__block .price-wrap,
    .mobile_filters__block .price-container button {
        width: 32%;
    }

    .mobile_filters__block .price-container input {
        max-width: 100%;
    }

    .mobile_filters__block .price-wrap span {
        width: 100%;
    }

    .scroll_up {
        bottom: 12.21vw;
    }

    /*.filter {*/
    /*    max-width: 100%;*/
    /*}*/

    .filter__categories {
        padding: 0;
    }

    .filter__btns {
        position: relative;
    }

    .page-catalog-list .mobile_categories__block {
        display: none;
    }

    .filter__categories-list {
        border: none;
        border-radius: 0;
        padding: 0;
        background: transparent;
    }

    #catalog_filter_form .filter__category a, .mobile-footer-fix .filter__category a {
        padding: 1.46vw 0;
        align-items: center;
    }

    #catalog_filter_form .filter__category .filter__subcategories li a, .mobile-footer-fix .filter__subcategory a {
        padding: 1.46vw 0 1.46vw 1.46vw;
    }

    .categories_block .categories_slider .slide__inner:hover {
        transition: none;
        transform: scale(1);
    }

    .right_side .stock, .right_side .out_stock {
        font-size: 1.37vw;
    }

    .product_page__middle .tab_content__block {
        font-size: 1.37vw;
    }

    .product_page__middle .tab_content__block .item {
        padding: 0 0 2.44vw 2.44vw;
    }

    .product_page__middle .tab_content__block .item:not(:last-child) {
        margin: 0 0 2.44vw;
    }

    #search_output {
        height: 16.6vw;
        border-radius: 0.59vw;
        font-size: 1.37vw;
        padding: 1.95vw;
    }

    .search_result_item a {
        padding: 0.49vw 0.98vw;
    }

    #search_output::-webkit-scrollbar, #search_output::-webkit-scrollbar-thumb, .product_page__info .btns_block a, .product_page__info .btns_block button {
        border-radius: 0.59vw;
    }

    .product_page__middle {
        padding: 4.88vw 0;
    }

    .cart_btns a {
        padding: 0 0.98vw;
        border-radius: 0.59vw;
    }

    .review_form textarea {
        height: 6.84vw;
    }

    .review_form textarea::placeholder {
        font-size: 1.37vw;
    }

    .review_form {
        margin: 0 0 1.95vw;
    }

    .product__review_rating {
        height: 4.88vw;
        max-width: 15.63vw;
        margin: 0 0 1.95vw;
    }

    .review_form .form_field {
        margin: 0 0 1.46vw;
    }

    .review_form .form_field p {
        font-size: 1.37vw;
        margin: 0 0 0.78vw;
    }

    #review_form .stars .star-label {
        width: 2.34vw;
        height: 2.34vw;
    }

    .no-review-items {
        padding: 0 1.46vw !important;
        font-size: 1.37vw;
    }

    .review_form .error_message {
        bottom: -0.98vw;
    }

    .other_reviews .other_reviews_title {
        font-size: 1.56vw;
        margin: 0 0 1.46vw;
    }

    .without_categories_block .catalog_page {
        padding: 6.84vw 0 0;
    }

    .popular_goods .slider_block {
        width: 66%;
    }

    .popular_nav {
        width: 33vw;
        margin: 4vw auto;
    }

    #delivery_calculation .city-container {
        max-height: 19.53vw;
        border-radius: 0 0 0.59vw 0.59vw;
        font-size: 1.37vw;
    }

    #delivery_calculation .city-container .city-container p {
        padding: 0.98vw;
    }

    .slider_block .swiper-slide .product_card .text_block .title_block .title {
        min-height: 5.66vw;
    }

    /*.goods_categories .wrapper .right .item_4 .image_block {*/
    /*    height: 22.07vw;*/
    /*}*/
}

@media screen and (max-width: 768px) {
    body {
        font-size: 2.08vw;
    }

    section, .reviews, .contacts {
        padding: 6.51vw 0;
    }

    .goods_categories .container {
        padding: 6.51vw 2.6vw;
    }

    .page-catalog-home .contacts {
        padding: 6.51vw 0 0;
    }

    .delivery__body .contacts, .about_us__body .contacts, .return_product__body .contacts, .payment__single__body .contacts, .delivery__single__body .contacts {
        padding: 6.51vw 0;
    }

    .chat {
        max-width: 8.85vw;
    }

    .scroll_up {
        max-width: 8.33vw;
    }

    .container, .page-catalog-detail .bottom_se_block .container {
        padding: 0 2.6vw;
    }

    #ijphjf, #iazgl, #iwr9s, #iu7j2, #iqmc7, #ich4z, #i7xnj, #iqght, #i70hc, #iqx3, #i8r63, #iv9ov, #iqx3l, .zbirka_product__body .return_product__page + div {
        padding: 0 2.6vw 3.91vw;
    }

    .popular_goods .container {
        padding: 0;
    }

    .action_btn {
        width: 25.53vw;
        height: 6.25vw;
        font-size: 1.83vw;
        border-radius: 0.78vw;
    }

    .more_btn {
        width: 28.25vw;
        height: 6.25vw;
        font-size: 1.83vw;
        border-radius: 0.78vw;
    }

    ::-webkit-scrollbar {
        width: 1.30vw;
        height: 1.05vw;
    }

    ::-webkit-scrollbar-thumb {
        max-width: 19.93vw;
    }

    .mfp-close {
        width: 5.73vw;
        height: 5.73vw;
        font-size: 3.65vw;
    }

    .popup-block {
        max-width: 89.58vw;
        border-radius: 2.6vw !important;
    }

    .popup-block__inner {
        padding: 6.5vw;
    }

    .popup_title {
        font-size: 5.2vw;
        margin: 0 0 3.25vw;
    }

    .popup-block .image_block {
        width: 14.98vw;
        margin: 3.25vw auto;
    }

    .popup_desc {
        font-size: 3.25vw;
    }

    .btn_block {
        margin: 7.5vw 0 0;
    }

    input[type=email],
    input[type=tel],
    input[type=name],
    input[type=password],
    input[type=text] {
        border-radius: 0.78vw;
        height: 4.55vw;
        padding: 0 1.30vw;
    }

    #delivery_calculation .text_field {
        margin: -2.6vw auto 2.6vw;
    }

    .submit_field {
        margin: 7.5vw 0 0;
    }

    header {
        height: 8.72vw;
    }

    .logo {
        width: 10.81vw;
    }

    .header_right {
        padding: 13vw 2.6vw 5vw;
    }

    .menu_item__title:after {
        right: -2.23vw;
        width: 1.30vw;
        height: 0.78vw;
    }

    .sub-menu {
        padding: 1.95vw;
        border-radius: 2.87vw;
        min-width: 31.51vw;
    }

    .header_contacts {
        max-width: 28.78vw;
    }

    .search_pers__block {
        max-width: 41.25vw;
    }

    .search_block input[type=text] {
        height: 4.18vw;
        border-radius: 1.05vw;
        padding: 0 5.2vw 0 1.95vw;
    }

    .search_block input[type=submit] {
        width: 2.6vw;
        height: 2.6vw;
        right: 3.91vw;
    }

    .pers_cab {
        width: 2.6vw;
        height: 2.6vw;
    }

    .cart {
        width: 2.73vw;
        height: 2.6vw;
    }

    .cart_count {
        top: -2.6vw;
        right: -1.95vw;
        font-size: 1.56vw;
        width: 2.99vw;
        height: 2.99vw;
    }

    .categories_block {
        /*top: 9.78vw;*/
        margin: 8.72vw 0 0;
        padding: 2.6vw 0;
    }

    .categories_block .categories_slider .slide__inner {
        border-radius: 0.78vw;
    }

    .categories_block .categories_slider .slide__inner:after {
        height: 6.5vw;
        border-radius: 0 0 0.78vw 0.78vw;
    }

    .categories_block .categories_slider .slide__inner p {
        bottom: 1.3vw;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 1.43vw;
        height: 2.08vw;
    }

    .footer {
        padding: 5.2vw 0 !important;
    }

    .footer_up .logo .image_block {
        width: 10.8vw;
    }

    .footer_up .logo p {
        margin: 0 0 -0.65vw 0.65vw;
        font-size: 1.18vw;
    }

    .footer__menu {
        max-width: 100%;
        flex-wrap: wrap;
    }

    .footer__menu .left, .footer__menu .middle, .footer__menu .right {
        width: 48%;
        margin: 0 0 3.91vw;
    }

    .footer_up {
        align-items: flex-end;
    }

    .footer_up .logo {
        margin: 0 auto 2.93vw;
    }

    .footer__menu p,
    .footer_contacts .title,
    .footer_contacts .schedule,
    .footer_contacts .phones_block,
    .footer_contacts .email_block {
        margin: 0 0 1.95vw;
    }

    .footer__menu ul {
        font-size: 1.58vw;
    }

    .footer__menu ul li:not(:last-child) {
        margin: 0 0 1.30vw;
    }

    .footer_contacts {
        font-size: 1.58vw;
        width: 48%;
        text-align: left;
        margin: -32.55vw 0 3.91vw;
    }

    .footer_contacts .title {
        font-size: 2.08vw;
    }

    .footer_contacts .schedule .item:not(:last-child),
    .footer_contacts .phones_block a:not(:last-child) {
        margin: 0 0 0.90vw;
    }

    .footer__social {
        max-width: 19.53vw;
        margin: 0 auto;
    }

    .footer__social a picture {
        height: 3vw;
        width: 3vw;
    }

    .footer_copyright {
        margin: 3.90vw 0 0;
    }

    .first_screen {
        height: 56.9vw;
    }

    .first_screen__slider .slide__inner .title {
        font-size: 6.25vw;
        line-height: 1.2;
    }

    .first_screen__slider .slide__inner .desc {
        max-width: 91.15vw;
    }

    .swiper-button-prev-first_screen, .swiper-button-next-first_screen {
        display: none;
    }

    .swiper-pagination-first_screen {
        bottom: 4vw !important;
    }

    .swiper-pagination-bullet {
        width: 1.18vw;
        height: 1.18vw;
    }

    .border_radius_10 {
        border-radius: 1.30vw;
    }

    h2 {
        font-size: 4.17vw !important;
        margin: 0 0 2.6vw !important;
    }

    .subtitle {
        margin: 0 auto 5vw;
        width: 75%;
    }

    .first_screen__slider .slide__inner {
        padding: 0 2.6vw;
    }

    .slider_block .popular_slider {
        padding: 1.95vw 0 5.20vw;
        width: 100%;
    }

    .slider_block .swiper-slide {
        width: 40.38vw;
    }

    .slider_block .swiper-slide .product_card {
        padding: 2.60vw;
    }

    .slider_block .swiper-slide .product_card .card_image {
        height: 35.81vw;
    }

    .add_to_fav__block {
        right: 3.90vw;
        top: 3.90vw;
    }

    .add_to_fav__block .image_block {
        width: 2.60vw;
    }

    .slider_block .swiper-slide .product_card .text_block {
        margin: 1.95vw 0 0;
    }

    .slider_block .swiper-slide .product_card .text_block .title_block {
        margin: 0 0 1.30vw;
    }

    .popular_goods .wrapper .banner_block {
        max-width: 49.48vw;
        padding: 4.55vw 2.60vw;
        display: none;
    }

    .popular_goods .slider_block {
        width: 100%;
    }

    .popular_goods .wrapper .banner_block .banner_block__inner {
        min-height: 59.90vw;
        padding: 2.60vw;
    }

    .popular_goods .wrapper .banner_block .banner_block__inner .badge {
        top: 2.60vw;
        left: 2.60vw;
        font-size: 2.08vw;
    }

    .popular_goods .wrapper .banner_block .banner_block__inner .banner_text {
        font-size: 2.35vw;
    }

    .popular_goods .wrapper .banner_block .banner_block__inner .banner_text span {
        font-size: 9.63vw;
    }

    .slider_block .swiper-slide .product_card .text_block .title_block .colors_text {
        font-size: 1.58vw;
        padding: 0.90vw;
        max-width: 11.08vw;
    }

    .slider_block .swiper-slide .product_card .text_block .price_elem .price_total {
        font-size: 2.48vw;
    }

    .slider_block .swiper-slide .product_card .text_block .stock_elem {
        font-size: 1.83vw;
    }

    .goods_categories .wrapper {
        height: auto;
        flex-direction: column;
    }

    .goods_categories .wrapper .left, .goods_categories .wrapper .right {
        width: 100%;
        display: flex;
        flex-direction: column;
        row-gap: 3.91vw;
    }

    .goods_categories .wrapper .left {
        margin: 0 0 3.91vw;
    }

    .goods_categories .wrapper .left .item, .goods_categories .wrapper .right .item, .goods_categories .wrapper .right .item_5, .goods_categories .wrapper .right .item_6 {
        width: 100%;
        position: relative;
        height: 65.1vw;
    }

    .goods_categories .wrapper .left .item .image_block, .goods_categories .wrapper .right .item .image_block {
        width: 100%;
        height: 100%;
    }

    .goods_categories .wrapper .right .item_4 {
        order: 1;
    }

    .goods_categories .wrapper .right .item_6 {
        order: 2;
        padding: 0 1.3vw;
    }

    .goods_categories .wrapper .right .item_5 {
        order: 3;
    }

    .goods_categories .wrapper .item p {
        font-size: 3.13vw;
        bottom: 2.5vw;
        left: 2.5vw;
    }

    .goods_categories .wrapper .item:after {
        height: 15.63vw;
    }

    .goods_categories .wrapper .right .item_6 p.badge {
        top: 2.60vw;
        left: 1.3vw;
        font-size: 1.83vw;
    }

    .goods_categories .wrapper .right .item_6 p.text {
        font-size: 3.13vw;
    }

    .reviews_slider {
        padding: 3.26vw 1.95vw !important;
    }

    .reviews_btn {
        right: 3.90vw;
        bottom: 3.90vw;
        font-size: 1.83vw;
    }

    .reviews_slide__inner,
    #review_modal {
        padding: 3.90vw 3.90vw 9.13vw;
        border-radius: 2.23vw;
    }

    #review_modal {
        padding: 2.61vw;
        max-width: 91.15vw;
    }

    .reviews_author {
        margin: 0 0 2.61vw;
    }

    .reviews_author:after {
        width: 6.51vw;
        height: 6.51vw;
        right: 1.30vw;
    }

    .rating {
        width: 10.43vw;
        height: 2.08vw;
    }

    .reviews_author__image {
        margin: 0 1.69vw 0 0;
        width: 9.38vw;
        height: 9.38vw;
    }

    .reviews_more {
        margin: 1.30vw 0 0;
    }

    .reviews_block p {
        height: 9.78vw;
    }

    .reviews_slide {
        width: 56.13vw;
        margin: 0;
    }

    .reviews__btn_block {
        margin: 3.91vw 0 0;
    }

    .reviews_author__name p {
        margin: 0 0 0.65vw;
        font-size: 2.35vw;
    }

    .swiper-pagination-reviews {
        bottom: -3vw !important;
    }

    .advantages h2 {
        margin: 0 0 5vw !important;
    }

    .advantages .elem {
        max-width: 100%;
        flex-wrap: wrap;
        gap: 3.26vw;
    }

    .advantages .elem .item {
        width: 48%;
    }

    .advantages .elem .item .image_block {
        height: 5.85vw;
        margin: 0 0 2.60vw;
    }

    .new_collection {
        height: 64.20vw;
    }

    .new_collection .container h2 {
        margin: 0 0 10vw !important;
        font-size: 8.33vw !important;
    }

    .contacts h2 {
        margin: 0 0 5vw !important;
    }

    .contacts .elem {
        padding: 3.90vw;
    }

    .contacts .elem .up {
        margin: 0 0 4vw;
        flex-direction: column;
    }

    .contacts .elem .up .left, .contacts .elem .up .middle, .contacts .elem .up .right {
        padding: 0;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .contacts .elem .up .middle {
        border: none;
    }

    .contacts .elem .up a {
        width: 100%;
        margin: 0 0 2.6vw;
    }

    .contacts .elem .up .middle div {
        margin: 0 0 2.6vw;
        width: 100%;
    }

    .contacts .elem .up a .image_block,
    .contacts .elem .up .middle div .image_block {
        height: 3.65vw;
        margin: 0 1.30vw 0 0;
    }

    .contacts .elem .up a p,
    .contacts .elem .up .middle div p {
        font-size: 1.83vw;
    }

    .contacts .bottom p {
        font-size: 1.83vw;
        margin: 0 0 2.60vw;
    }

    .contacts .bottom form .input_field input {
        height: 6.78vw;
        padding: 0 2.60vw;
    }

    input, textarea, input::placeholder, textarea::placeholder {
        font-size: 1.83vw;
    }

    .contacts .bottom form {
        flex-direction: column;
    }

    .contacts .bottom form .name_field {
        max-width: 100%;
        margin: 0 0 3.26vw;
    }

    .contacts .bottom form .email_field {
        max-width: 100%;
        margin: 0 0 6.51vw;
    }

    .contacts .bottom form .submit_field {
        max-width: 100%;
    }

    .bottom_se_block {
        /*margin: 7.50vw auto 0;*/
        font-size: 1.82vw;
        padding: 6.51vw 0;
    }

    .bottom_se_block p:not(:last-child),
    .bottom_se_block ul,
    .bottom_se_block ol {
        margin: 0 0 1.95vw;
    }

    .bottom_se_block ul {
        padding: 0 0 0 3.25vw;
    }

    .bottom_se_block ol {
        padding: 0 0 0 3.25vw;
    }

    .se-hidden-wrapper {
        max-height: 79vw;
    }

    .seo-readmore-block {
        margin: 2.60vw 0 0;
    }

    .se-hidden-wrapper.expanded {
        max-height: 651.05vw;
    }

    .readmore-toggle-btn {
        padding: 0 3vw 0 0;
    }

    .readmore-toggle-btn:after {
        width: 2.23vw;
        height: 1.18vw;
    }

    .error_message {
        font-size: 1.58vw;
        bottom: -3vw;
    }

    .breadcrumbs_wrapper {
        padding: 3.91vw 1.95vw;
        font-size: 1.58vw;
    }

    .breadcrumbs_wrapper span {
        padding: 0 0.40vw;
    }

    .product_page__info__block .right_side .out_stock, .product_page__info__block .right_side .production_time {
        font-size: 1.58vw;
    }

    /*.product_page {*/
    /*    padding: 1.95vw 0 0;*/
    /*}*/

    .product_page__info {
        padding: 0 0 3.25vw;
    }

    .mfp-figure figure {
        border-radius: 1.58vw;
    }

    .mySwiper img {
        border-radius: 0.78vw;
    }

    .product_slide {
        margin-bottom: 1.30vw !important;
        border-radius: 1.56vw;
    }

    .product_page__desc__headline .left_side .title {
        font-size: 3.13vw;
    }

    .rating_block {
        margin: 0 1.30vw 0 0;
    }

    .product_page__desc__headline .rating_block .rating {
        margin: 0 1.30vw 0 0;
    }

    .right_side .in_stock {
        margin-top: 1.30vw;
        font-size: 1.83vw;
    }

    .product_page__desc__price_btn_block {
        margin: 2.60vw 0;
    }

    .product_page__desc__price_btn_block .price {
        font-size: 5.20vw;
        margin: 0 2.60vw 0 0;
    }

    .product_page__desc__price_btn_block .sale {
        font-size: 2.35vw;
    }

    .product_page__desc__price_block .price-without-rebate {
        font-size: 2.35vw;
    }

    .product_page__desc_text {
        margin: 0 0 3.25vw;
    }

    .product_page__desc_colors {
        margin: 0 0 3.90vw;
    }

    .product_page__desc_colors ul li a img {
        border-radius: 0.78vw;
    }

    .catalog-detail-basket-selection .selection .select-name--block, .product_page__desc_char_item .title {
        font-size: 1.83vw;
        margin: 0 0 1.30vw;
    }

    .product_page__desc_colors ul {
        gap: 1.95vw;
    }

    .product_page__desc_colors ul li {
        max-width: 7.55vw;
    }

    .product_page__desc_chars {
        gap: 3.25vw 1.30vw;
    }

    .product_page__desc_char_item .color_sample {
        width: 2.08vw;
        height: 2.08vw;
        margin: 0 0.65vw 0 0;
    }

    .product_page__desc_order {
        padding: 1.95vw 0;
    }

    .product_page__desc_order .more_btn {
        border-radius: 0.78vw;
    }

    .product_page__desc_order .price {
        font-size: 3.13vw;
    }

    .product_page__desc_order .price .title {
        margin: 0 1.95vw 0 0;
    }

    .fav_btn {
        max-width: 7.83vw;
        min-width: 7.83vw;
        border-radius: 0.78vw;
        height: 6.50vw;
    }

    .fav_btn img {
        width: 2.08vw;
    }

    .product_page__info .product_page__desc_colors .select-label, .catalog-detail-basket .radio .select-label {
        border: 0.25vw solid transparent;
        height: 7.15vw;
        max-width: 7.15vw;
        border-radius: 0.78vw;
    }

    .product_page__info .select-option:checked + .select-label, .catalog-detail-basket .radio .select-option:checked + .select-label, .catalog-detail-basket .radio .select-label.active_label {
        border: 0.25vw solid #F8DA01 !important;
    }

    .product_page__info .btns_block {
        max-width: 50vw;
    }

    .tab_links {
        max-width: 72.93vw;
        margin: 0 auto 5.20vw 0;
    }

    .tab_links .tablinks {
        padding: 0 0 0.65vw;
        border-bottom: 0.25vw solid transparent;
    }

    .tab_links .tablinks.active {
        border-bottom: 0.25vw solid var(--2);
    }

    .product_page__middle h3 {
        font-size: 2.35vw;
        margin: 0 0 3.25vw;
    }

    .product_page__middle h4 {
        font-size: 1.82vw;
    }

    .product_page__middle ul, .product_page__middle ol {
        padding: 0 0 0 3.25vw;
    }

    .product_page__middle ul:not(:last-child), .product_page__middle ol:not(:last-child) {
        margin: 0 0 3.25vw;
    }

    .product_page__middle .tab .item {
        padding: 0 0 3.25vw 3.25vw;
        margin: 0 0 3.25vw;
    }

    .payment_method__1,
    .payment_method__2,
    .payment_method__3 {
        margin: 0 0 2.60vw;
    }

    .payment_method__1 .image_block, .payment_method__2 .image_block, .payment_method__3 .image_block,
    .payment_method__1 p:nth-child(1), .payment_method__2 p:nth-child(1), .payment_method__3 p:nth-child(1) {
        width: 3.90vw;
        margin: 0 0.65vw 0 0;
    }

    .popular_goods .wrapper {
        padding: 0;
    }

    .product_page__info .btns_block #add_to_basket_btn {
        max-width: 6.25vw;
        height: 6.25vw;
        border-radius: 0.78vw;
    }

    .ham {
        width: 6.51vw;
    }

    .categories_block .categories_slider .slide__inner .image_block {
        border-radius: 0.78vw;
        height: 23.44vw;
    }

    /*14.05.2025*/

    .footer {
        padding: 5.21vw 0 16.28vw !important;
    }

    .mobile-footer-btns {
        height: 13.02vw;
    }

    .mobile-menu {
        width: 4.69vw;
        margin: 0 0 0.91vw;
    }

    #catalog_filter_form .filter__categories, #catalog_filter_form .filter_elem {
        padding: 14.32vw 3.26vw;
    }

    .mobile_categories__block, .mobile_filters__block {
        padding: 11.72vw 3.26vw 14.32vw 3.26vw;
    }

    .mobile_categories__close, .mobile_filters__close {
        width: 4.04vw;
        right: 3.26vw;
    }

    #catalog_filter_form .mobile_categories__close {
        top: 14.19vw;
    }

    .mobile_filters__close {
        top: -0.65vw;
    }

    #catalog_filter_form .mobile_filters__close {
        top: -5.86vw;
    }

    .mobile_categories__block_link {
        font-size: 2.6vw;
        padding: 1.3vw 0;
    }

    .filter__categories .title {
        font-size: 2.34vw;
        padding: 0 0 1.95vw;
    }

    .mobile-footer-fix .filter__category a:after {
        width: 0.78vw;
        height: 1.3vw;
        right: 3.91vw;
    }

    .scroll_up {
        bottom: 16.28vw;
    }

    #catalog_filter_form .filter__category a, .mobile-footer-fix .filter__category a {
        padding: 1.95vw 0;
    }

    #catalog_filter_form .filter__category .filter__subcategories li a, .mobile-footer-fix .filter__subcategory a {
        padding: 1.95vw 0 1.95vw 1.95vw;
    }

    .icons-footer-mobile span {
        font-size: 1.56vw;
    }

    .right_side .stock, .right_side .out_stock {
        font-size: 1.82vw;
    }

    .product_page__middle .tab_content__block {
        font-size: 1.82vw;
    }

    .product_page__middle .tab_content__block .item {
        padding: 0 0 3.26vw 3.26vw;
    }

    .product_page__middle .tab_content__block .item:not(:last-child) {
        margin: 0 0 3.26vw;
    }

    #search_output {
        height: 19.53vw;
        border-radius: 0.78vw;
        font-size: 1.82vw;
        padding: 2.6vw;
    }

    .search_result_item a {
        padding: 0.65vw 1.3vw;
    }

    #search_output::-webkit-scrollbar, #search_output::-webkit-scrollbar-thumb, .product_page__info .btns_block a, .product_page__info .btns_block button {
        border-radius: 0.78vw;
    }

    .product_page__middle {
        padding: 6.51vw 0;
    }

    .search_block {
        padding: 2.6vw;
    }

    .cart_btns a {
        padding: 0 1.3vw;
        border-radius: 0.78vw;
    }

    .review_form textarea {
        height: 9.11vw;
    }

    .review_form textarea::placeholder {
        font-size: 1.82vw;
    }

    .review_form {
        margin: 0 0 2.6vw;
    }

    .product__review_rating {
        height: 6.51vw;
        max-width: 20.83vw;
        margin: 0 0 2.6vw;
    }

    .review_form .form_field {
        margin: 0 0 1.95vw;
    }

    .review_form .form_field p {
        font-size: 1.82vw;
        margin: 0 0 1.04vw;
    }

    #review_form .stars .star-label {
        width: 3.13vw;
        height: 3.13vw;
    }

    .no-review-items {
        padding: 0 1.95vw !important;
        font-size: 1.82vw;
    }

    .review_form .error_message {
        bottom: -1.3vw;
    }

    .other_reviews .other_reviews_title {
        font-size: 2.08vw;
        margin: 0 0 1.95vw;
    }

    .without_categories_block .catalog_page {
        padding: 9.11vw 0 0;
    }

    .popular_nav {
        width: 40vw;
    }

    #delivery_calculation .city-container {
        max-height: 19.53vw;
        border-radius: 0 0 0.78vw 0.78vw;
        font-size: 1.82vw;
    }

    #delivery_calculation .city-container .city-container p {
        padding: 1.3vw;
    }

    .slider_block .swiper-slide .product_card .text_block .title_block .title {
        min-height: 7.55vw;
    }

    /*.goods_categories .wrapper .right .item_4 .image_block {*/
    /*    height: 100%;*/
    /*}*/
}

@media screen and (max-width: 480px) {
    body {
        font-size: 3.54vw;
    }

    section, .reviews, .contacts {
        padding: 10.42vw 0;
    }

    .goods_categories .container {
        padding: 10.42vw 4.17vw;
    }

    .page-catalog-home .contacts {
        padding: 10.42vw 0 0;
    }

    .delivery__body .contacts, .about_us__body .contacts, .return_product__body .contacts, .payment__single__body .contacts, .delivery__single__body .contacts {
        padding: 10.42vw 0;
    }

    .ham {
        width: 10.42vw;
    }

    .chat {
        max-width: 14.16vw;
    }

    .scroll_up {
        max-width: 13.33vw;
    }

    .container, .page-catalog-detail .bottom_se_block .container {
        padding: 0 4.17vw;
    }

    #ijphjf, #iazgl, #iwr9s, #iu7j2, #iqmc7, #ich4z, #i7xnj, #iqght, #i70hc, #iqx3, #i8r63, #iv9ov, #iqx3l, .zbirka_product__body .return_product__page + div {
        padding: 0 24px 30px;
    }

    .action_btn {
        width: 45.83vw;
        height: 11.25vw;
        font-size: 3.54vw;
        border-radius: 1.25vw;
    }

    .more_btn {
        width: 45.2vw;
        height: 11.25vw;
        font-size: 2.92vw;
        border-radius: 1.25vw;
    }

    ::-webkit-scrollbar {
        width: 2.08vw;
        height: 1.68vw;
    }

    ::-webkit-scrollbar-thumb {
        max-width: 31.88vw;
    }

    .mfp-close {
        width: 9.168vw;
        height: 9.168vw;
        font-size: 5.832vw;
    }

    .popup-block {
        max-width: 143.32vw;
        border-radius: 4.16vw !important;
    }

    .popup-block__inner {
        padding: 10.4vw;
    }

    .popup_title {
        font-size: 8.32vw;
        margin: 0 0 5.2vw;
    }

    .popup-block .image_block {
        width: 23.96vw;
        margin: 5.2vw auto;
    }

    .popup_desc {
        font-size: 5.2vw;
    }

    .btn_block {
        margin: 8vw 0 0;
    }

    input[type=email],
    input[type=tel],
    input[type=name],
    input[type=password],
    input[type=text] {
        border-radius: 1.24vw;
        height: 7.28vw;
        padding: 0 2.08vw;
    }

    #delivery_calculation .text_field {
        margin: -4.16vw auto 4.16vw;
    }

    .submit_field {
        margin: 12vw 0 0;
    }

    header {
        height: 13.96vw;
        font-size: 4.17vw;
    }

    .logo {
        width: 17.29vw;
    }

    .header_right {
        padding: 22vw 2.6vw 10vw;
    }

    .header__list li:not(:last-child) {
        margin: 0 0 4.17vw;
    }

    .menu_item__title:after {
        right: -3.56vw;
        width: 2.08vw;
        height: 1.24vw;
    }

    .sub-menu {
        padding: 3.124vw;
        border-radius: 4.584vw;
        min-width: 50.416vw;
    }

    .header_contacts {
        max-width: 46.04vw;
    }

    .search_pers__block {
        max-width: 100%;
        margin: 8vw auto 0;
        flex-direction: column;
    }

    .search_block {
        max-width: 100%;
        padding: 4.17vw;
    }

    .search_block input[type=text] {
        height: 8.33vw;
        border-radius: 1.68vw;
        padding: 0 8.32vw 0 3.12vw;
    }

    .search_block input[type=submit] {
        width: 4.16vw;
        height: 4.16vw;
        right: 6.25vw;
    }

    .pers_cab {
        width: 4.16vw;
        height: 4.16vw;
        right: 12.5vw;
    }

    #search_form__btn {
        width: 4.16vw;
        height: 4.16vw;
        right: 23vw;
    }

    .cart {
        width: 4.58vw;
        height: auto;
        margin: 0 2.08vw 0 0;
    }

    .cart_count {
        top: -4.17vw;
        right: -3.13vw;
        font-size: 2.5vw;
        width: 4.79vw;
        height: 4.79vw;
    }

    .categories_block {
        /*top: 17.64vw;*/
        margin: 13.96vw 0 0;
        padding: 4.17vw 0;
    }

    .categories_block .categories_slider {
        max-width: 95%;
        margin: 0 0 0 auto;
    }

    .categories_block .categories_slider .swiper-slide {
        width: 35vw;
    }

    .categories_block .categories_slider .slide__inner {
        border-radius: 1.25vw;
    }

    .categories_block .categories_slider .slide__inner:after {
        height: 10.4vw;
        border-radius: 0 0 1.25vw 1.25vw;
    }

    .categories_block .categories_slider .slide__inner p {
        bottom: 2.08vw;
    }

    .categories_block .swiper-button-prev, .categories_block .swiper-button-next {
        display: none;
    }

    .categories_block .categories_slider .slide__inner .image_block {
        border-radius: 1.25vw;
        height: 27.08vw;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 2.28vw;
        height: 3.32vw;
    }

    .footer {
        padding: 8.32vw 0 !important;
    }

    .footer_up .logo {
        margin: 0 auto 7vw 0;
    }

    .footer_up .logo .image_block {
        width: 17.28vw;
    }

    .footer_up .logo p {
        margin: 0 0 -1.04vw 1.04vw;
        font-size: 1.88vw;
    }

    .footer__menu {
        max-width: 94.6vw;
    }

    .footer__menu .left, .footer__menu .middle, .footer__menu .right {
        margin: 0 0 7vw;
    }

    .footer__menu p,
    .footer_contacts .title,
    .footer_contacts .schedule,
    .footer_contacts .phones_block,
    .footer_contacts .email_block {
        margin: 0 0 3.12vw;
    }

    .footer__menu ul {
        font-size: 2.71vw;
    }

    .footer__menu ul li:not(:last-child) {
        margin: 0 0 2.08vw;
    }

    .footer_contacts {
        font-size: 2.71vw;
        width: 48%;
        text-align: left;
        margin: -51.55vw 0 7vw;
    }

    .footer_contacts .title {
        font-size: 3.32vw;
    }

    .footer_contacts .schedule .item:not(:last-child),
    .footer_contacts .phones_block a:not(:last-child) {
        margin: 0 0 1.44vw;
    }

    .footer__social {
        max-width: 50vw;
    }

    .footer__social a picture {
        height: 7vw;
        width: 7vw;
    }

    .footer__social a.footer_tw picture {
        width: 8vw;
    }

    .footer_copyright {
        margin: 6.24vw 0 0;
    }

    .first_screen {
        height: 91.04vw;
    }

    .first_screen__slider .slide__inner .title {
        font-size: 7.29vw;
    }

    .first_screen__slider .slide__inner .desc {
        max-width: 100%;
    }

    .swiper-pagination-first_screen {
        bottom: 7vw !important;
    }

    .swiper-pagination-bullet {
        width: 1.88vw;
        height: 1.88vw;
    }

    .border_radius_10 {
        border-radius: 2.084vw;
    }

    h2 {
        font-size: 5.83vw !important;
        margin: 0 0 4.17vw !important;
    }

    .subtitle {
        margin: 0 auto 8vw;
        width: 100%;
    }

    .slider_block .popular_slider {
        padding: 3.12vw 3.12vw 8.32vw;
    }

    .slider_block .swiper-slide {
        width: 64.6vw;
    }

    .slider_block .swiper-slide .product_card {
        padding: 4.16vw;
    }

    .slider_block .swiper-slide .product_card .card_image {
        height: 57.29vw;
    }

    .add_to_fav__block {
        right: 6.24vw;
        top: 6.24vw;
    }

    .add_to_fav__block .image_block {
        width: 4.16vw;
    }

    .slider_block .swiper-slide .product_card .text_block {
        margin: 3.12vw 0 0;
    }

    .slider_block .swiper-slide .product_card .text_block .title_block {
        margin: 0 0 2.08vw;
    }

    .popular_goods .wrapper .banner_block {
        max-width: 79.16vw;
        padding: 7.28vw 4.16vw;
    }

    .popular_goods .wrapper .banner_block .banner_block__inner {
        min-height: 95.84vw;
        padding: 4.16vw;
    }

    .popular_goods .wrapper .banner_block .banner_block__inner .badge {
        top: 4.16vw;
        left: 4.16vw;
        font-size: 3.32vw;
    }

    .popular_goods .wrapper .banner_block .banner_block__inner .banner_text {
        font-size: 3.76vw;
    }

    .popular_goods .wrapper .banner_block .banner_block__inner .banner_text span {
        font-size: 15.4vw;
    }

    .slider_block .swiper-slide .product_card .text_block .title_block .colors_text {
        font-size: 2.52vw;
        padding: 1.44vw;
        max-width: 17.72vw;
    }

    .slider_block .swiper-slide .product_card .text_block .price_elem .price_total {
        font-size: 3.96vw;
        font-weight: 900;
    }

    .slider_block .swiper-slide .product_card .text_block .stock_elem {
        font-size: 2.92vw;
    }

    .goods_categories .wrapper {
        height: auto;
        flex-direction: column;
    }

    .goods_categories .wrapper .left, .goods_categories .wrapper .right {
        width: 100%;
        display: flex;
        flex-direction: column;
        row-gap: 5.21vw;
    }

    .goods_categories .wrapper .left {
        margin: 0 0 5.21vw;
    }

    .goods_categories .wrapper .left .item, .goods_categories .wrapper .right .item, .goods_categories .wrapper .right .item_5, .goods_categories .wrapper .right .item_6 {
        width: 100%;
        position: relative;
        height: 65.1vw;
    }

    .goods_categories .wrapper .left .item .image_block, .goods_categories .wrapper .right .item .image_block {
        width: 100%;
        height: 100%;
    }

    .goods_categories .wrapper .right .item_6 {
        padding: 0 2.08vw;
    }

    .goods_categories .wrapper .item p {
        font-size: 6.46vw;
        bottom: 5vw;
        left: 5vw;
    }

    .goods_categories .wrapper .item:after {
        height: 20vw;
    }

    .goods_categories .wrapper .right .item_6 p.badge {
        top: 4.16vw;
        left: 2.08vw;
        font-size: 3.13vw;
    }

    .goods_categories .wrapper .right .item_6 p.text {
        font-size: 5vw;
    }

    .reviews_slider {
        padding: 5.208vw 3.124vw !important;
    }

    .reviews_btn {
        right: 6.24vw;
        bottom: 6.24vw;
        font-size: 2.71vw;
    }

    .reviews_slide__inner,
    #review_modal {
        padding: 6.24vw 6.24vw 14.6vw;
        border-radius: 3.56vw;
    }

    #review_modal {
        padding: 4.168vw;
        max-width: 145.832vw;
    }

    .reviews_author {
        margin: 0 0 4.168vw;
    }

    .reviews_author:after {
        width: 10.416vw;
        height: 10.416vw;
        right: 2.084vw;
    }

    .rating {
        width: 16.68vw;
        height: 3.32vw;
    }

    .reviews_author__image {
        margin: 0 2.708vw 0 0;
        width: 15vw;
        height: 15vw;
    }

    .reviews_more {
        margin: 2.084vw 0 0;
    }

    .reviews_block p {
        height: 15.64vw;
    }

    .reviews_slide {
        width: 89.8vw;
    }

    .reviews__btn_block {
        margin: 6.252vw 0 0;
    }

    .reviews_author__name p {
        margin: 0 0 1.04vw;
        font-size: 3.76vw;
    }

    .swiper-pagination-reviews {
        bottom: -8vw !important;
    }

    .advantages h2 {
        margin: 0 0 8vw !important;
    }

    .advantages .elem {
        max-width: 131.68vw;
    }

    .advantages .elem .item .image_block {
        height: 9.36vw;
        margin: 0 0 4.16vw;
    }

    .new_collection {
        height: 102.72vw;
    }

    .new_collection .container h2 {
        margin: 0 0 16vw !important;
        font-size: 11.25vw !important;
    }

    .contacts h2 {
        margin: 0 0 8vw !important;
        line-height: 1;
    }

    .contacts .elem {
        padding: 4.17vw;
    }

    .contacts .elem .up {
        margin: 0 0 8vw;
        flex-direction: column;
    }

    .contacts .elem .up .left, .contacts .elem .up .middle, .contacts .elem .up .right {
        padding: 0;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .contacts .elem .up .middle {
        border: none;
    }

    .contacts .elem .up a {
        width: 100%;
        margin: 0 0 4.17vw;
    }

    .contacts .elem .up .middle div {
        margin: 0 0 4.17vw;
        width: 100%;
    }

    .contacts .elem .up a .image_block,
    .contacts .elem .up .middle div .image_block {
        height: 5.83vw;
        margin: 0 2.08vw 0 0;
    }

    .contacts .elem .up a p,
    .contacts .elem .up .middle div p {
        font-size: 3.13vw;
    }

    .contacts .bottom p {
        font-size: 3.13vw;
        margin: 0 0 4.17vw;
    }

    .contacts .bottom form .input_field input {
        height: 10.42vw;
        padding: 0 4.17vw;
    }

    input, textarea, input::placeholder, textarea::placeholder {
        font-size: 3.13vw;
    }

    .contacts .bottom form {
        flex-direction: column;
    }

    .contacts .bottom form .name_field {
        max-width: 100%;
        margin: 0 0 3.26vw;
    }

    .contacts .bottom form .email_field {
        max-width: 100%;
        margin: 0 0 6.51vw;
    }

    .contacts .bottom form .submit_field {
        max-width: 100%;
    }

    .bottom_se_block {
        /*margin: 12vw auto 0;*/
        font-size: 2.92vw;
        padding: 10.42vw 0;
    }

    .bottom_se_block p:not(:last-child),
    .bottom_se_block ul,
    .bottom_se_block ol {
        margin: 0 0 3.12vw;
    }

    .bottom_se_block ul {
        padding: 0 0 0 5.20vw;
    }

    .bottom_se_block ol {
        padding: 0 0 0 5.20vw;
    }

    .se-hidden-wrapper {
        max-height: 110vw;
    }

    .seo-readmore-block {
        margin: 4.16vw 0 0;
    }

    .se-hidden-wrapper.expanded {
        max-height: 1041.68vw;
    }

    .readmore-toggle-btn {
        padding: 0 4.80vw 0 0;
    }

    .readmore-toggle-btn:after {
        width: 3.56vw;
        height: 1.88vw;
    }

    .error_message {
        font-size: 2.52vw;
        bottom: -4.80vw;
    }

    .breadcrumbs_wrapper {
        padding: 6.25vw 4.17vw;
        font-size: 3.33vw;
        flex-wrap: wrap;
    }

    .breadcrumbs_wrapper span {
        padding: 0 0.64vw;
    }

    .product_page__info__block .right_side .out_stock, .product_page__info__block .right_side .production_time {
        font-size: 2.52vw;
    }

    /*.product_page {*/
    /*    padding: 3.12vw 0 0;*/
    /*}*/

    .product_page__info {
        padding: 0 0 5.20vw;
    }

    .mfp-figure figure {
        border-radius: 2.52vw;
    }

    .mySwiper img {
        border-radius: 1.24vw;
    }

    .product_slide {
        margin-bottom: 2.08vw !important;
        height: 76vw !important;
        border-radius: 2.5vw;
    }

    .product_page__desc__headline .left_side .title {
        font-size: 5vw;
        margin: 0;
    }

    .rating_block {
        margin: 0 2.08vw 0 0;
    }

    .product_page__desc__headline .rating_block .rating {
        margin: 0 2.08vw 0 0;
    }

    .right_side .in_stock {
        margin-top: 2.08vw;
        font-size: 2.92vw;
    }

    .product_page__desc__price_btn_block {
        margin: 4.16vw 0;
    }

    .product_page__desc__price_btn_block .price {
        font-size: 8.32vw;
        margin: 0 4.16vw 0 0;
    }

    .product_page__desc__price_btn_block .sale {
        font-size: 3.76vw;
    }

    .product_page__desc__price_block .price-without-rebate {
        font-size: 3.76vw;
    }

    .product_page__desc_text {
        margin: 0 0 5.20vw;
    }

    .product_page__desc_colors {
        margin: 0 0 6.24vw;
    }

    .product_page__desc_colors ul li a img {
        border-radius: 1.24vw;
    }

    .catalog-detail-basket-selection .selection .select-name--block, .product_page__desc_char_item .title {
        font-size: 3.75vw;
        margin: 0 0 2.08vw;
    }

    .catalog-detail-basket .select-name {
        font-size: 3.75vw !important;
    }

    .product_page__desc_colors ul {
        gap: 3.12vw;
    }

    .product_page__desc_colors ul li {
        max-width: 12.08vw;
    }

    .product_page__desc_chars {
        gap: 5.20vw 2.08vw;
    }

    .product_page__desc_char_item .color_sample {
        width: 3.32vw;
        height: 3.32vw;
        margin: 0 1.04vw 0 0;
    }

    .product_page__desc_order {
        padding: 3.12vw 0;
    }

    .product_page__desc_order .more_btn {
        border-radius: 1.24vw;
    }

    .product_page__desc_order .price {
        font-size: 5vw;
    }

    .product_page__desc_order .price .title {
        margin: 0 3.12vw 0 0;
    }

    .fav_btn {
        max-width: 12.52vw;
        min-width: 12.52vw;
        border-radius: 1.24vw;
        height: 10.40vw;
    }

    .fav_btn img {
        width: 3.32vw;
    }

    .product_page__info .product_page__desc_colors .select-label, .catalog-detail-basket .radio .select-label {
        border: 0.40vw solid transparent;
        max-width: 11.44vw;
        height: 11.44vw;
        min-height: 11.44vw;
        width: 11.44vw;
        min-width: 11.44vw;
        border-radius: 1.24vw;
    }

    .catalog-detail-basket .radio .select-label img {
        border-radius: 1.24vw;
    }

    .product_page__info .select-option:checked + .select-label, .catalog-detail-basket .radio .select-option:checked + .select-label, .catalog-detail-basket .radio .select-label.active_label {
        border: 0.40vw solid #F8DA01 !important;
    }

    .product_page__info .btns_block {
        max-width: 66vw;
    }

    .product_page__info .btns_block .shipping_calc {
        max-width: 50%;
    }

    .product_page__info .btns_block #add_to_basket_btn {
        max-width: 11.25vw;
        height: 11.25vw;
        border-radius: 1.25vw;
    }

    .product_page__desc_char_item {
        width: 48%;
    }

    .tab_links {
        max-width: 116.68vw;
        margin: 0 auto 8.32vw 0;
    }

    .tab_links .tablinks {
        padding: 0 0 1.04vw;
        border-bottom: 0.40vw solid transparent;
    }

    .tab_links .tablinks.active {
        border-bottom: 0.40vw solid var(--2);
    }

    .product_page__middle h3 {
        font-size: 3.76vw;
        margin: 0 0 5.20vw;
    }

    .product_page__middle h4 {
        font-size: 2.92vw;
    }

    .product_page__middle ul, .product_page__middle ol {
        padding: 0 0 0 5.20vw;
    }

    .product_page__middle ul:not(:last-child), .product_page__middle ol:not(:last-child) {
        margin: 0 0 5.20vw;
    }

    .product_page__middle .tab .item {
        padding: 0 0 5.20vw 5.20vw;
        margin: 0 0 5.20vw;
    }

    .payment_method__1,
    .payment_method__2,
    .payment_method__3 {
        margin: 0 0 4.16vw;
    }

    .payment_method__1 .image_block, .payment_method__2 .image_block, .payment_method__3 .image_block,
    .payment_method__1 p:nth-child(1), .payment_method__2 p:nth-child(1), .payment_method__3 p:nth-child(1) {
        width: 6.24vw;
        margin: 0 1.04vw 0 0;
    }

    .product_page__gallery:before {
        height: 103vw;
    }

    .product_page__gallery {
        margin: 0 0 10vw;
        padding: 0 0 0 2.6vw;
    }

    .product_page__info__block {
        padding: 0 4.17vw;
    }

    .product_page__desc__headline .left_side {
        width: 100%;
    }

    .product_page__desc__headline .right_side {
        width: 30%;
        text-align: right;
    }

    .product_page__desc__price_block {
        width: 100%;
    }

    .tab_slider {
        padding: 0 0 5.21vw;
    }

    .swiper-scrollbar-drag {
        background: var(--2);
        /* background-image: url(../img/scroll-ind.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 25vw;
        height: 0.83vw;*/
    }

    /*14.05.2025*/

    .footer {
        padding: 8.33vw 0 16vw !important;
    }

    .mobile-footer-btns {
        height: 13.13vw;
    }

    .mobile-menu {
        width: 5.42vw;
        margin: 0;
    }

    #catalog_filter_form .filter__categories, #catalog_filter_form .filter_elem {
        padding: 22.92vw 5.21vw;
    }

    .mobile_categories__block, .mobile_filters__block {
        padding: 11.72vw 5.21vw 22.92vw 5.21vw;
    }

    .mobile_categories__close, .mobile_filters__close {
        width: 6.46vw;
        right: 5.21vw;
    }

    #catalog_filter_form .mobile_categories__close {
        top: 22.92vw;
    }

    .mobile_filters__close {
        top: -1.04vw;
    }

    #catalog_filter_form .mobile_filters__close {
        top: -9.38vw;
    }

    .mobile_categories__block_link {
        font-size: 4.17vw;
        padding: 2.08vw 0;
    }

    .filter__categories .title {
        font-size: 3.75vw;
        padding: 0 0 3.13vw;
    }

    .mobile-footer-fix .filter__category a:after {
        width: 1.25vw;
        height: 2.08vw;
        right: 6.25vw;
    }

    .scroll_up {
        bottom: 17vw;
    }

    #catalog_filter_form .filter__category a, .mobile-footer-fix .filter__category a {
        padding: 3.13vw 0;
    }

    #catalog_filter_form .filter__category .filter__subcategories li a, .mobile-footer-fix .filter__subcategory a {
        padding: 3.13vw 0 3.13vw 3.13vw;
    }

    .icons-footer-mobile span {
        font-size: 2.5vw;
    }

    .product_page__middle .tab_content__block {
        font-size: 2.92vw;
    }

    .product_page__middle .tab_content__block .item {
        padding: 0 0 3.13vw 3.13vw;
    }

    .product_page__middle .tab_content__block .item:not(:last-child) {
        margin: 0 0 3.13vw;
    }

    .right_side .stock, .right_side .out_stock {
        font-size: 2.92vw;
        width: 100%;
    }

    #search_output {
        height: 45vw;
        width: 100%;
        border-radius: 1.25vw;
        font-size: 2.92vw;
        padding: 4.17vw;
    }

    .search_result_item a {
        padding: 2.08vw;
    }

    #search_output::-webkit-scrollbar, #search_output::-webkit-scrollbar-thumb, .product_page__info .btns_block a, .product_page__info .btns_block button {
        border-radius: 1.25vw;
    }

    .product_page__middle {
        padding: 10.42vw 0;
    }

    .product_page__info__block .right_side {
        right: 0;
        position: relative;
        text-align: left;
        align-items: flex-start;
    }

    .cart_btns a {
        padding: 0 2.08vw;
        border-radius: 1.25vw;
    }

    .review_form textarea {
        height: 14.58vw;
    }

    .review_form textarea::placeholder {
        font-size: 2.92vw;
    }

    .review_form {
        margin: 0 0 4.17vw;
    }

    .product__review_rating {
        height: 10.42vw;
        max-width: 33.33vw;
        margin: 0 0 4.17vw;
    }

    .review_form .form_field {
        margin: 0 0 3.13vw;
    }

    .review_form .form_field p {
        font-size: 2.92vw;
        margin: 0 0 1.67vw;
    }

    #review_form .stars .star-label {
        width: 5vw;
        height: 5vw;
    }

    .no-review-items {
        padding: 0 3.13vw !important;
        font-size: 2.92vw;
    }

    .review_form .submit_field .action_btn {
        border-radius: 1.25vw;
    }

    .review_form .error_message {
        bottom: -2.08vw;
    }

    .review_form .inputs_block {
        flex-direction: column;
    }

    .review_form .inputs_block .input_field {
        width: 100%;
    }

    .other_reviews .other_reviews_title {
        font-size: 3.33vw;
        margin: 0 0 3.13vw;
    }

    .without_categories_block .catalog_page {
        padding: 14.58vw 0 0;
    }

    .popular_nav {
        width: 90%;
        margin: 10vw auto;
    }

    #delivery_calculation .city-container {
        max-height: 31.25vw;
        border-radius: 0 0 1.25vw 1.25vw;
        font-size: 2.92vw;
    }

    #delivery_calculation .city-container .city-container p {
        padding: 2.08vw;
    }

    .slider_block .swiper-slide .product_card .text_block .title_block .title {
        min-height: 12.08vw;
    }
}
