@import url(https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap);

body {
    color: #000;
    font-size: 18px;
    font-family: "Roboto", serif;
    font-style: normal;
    box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
    body {
        font-size: 16px;
    }
}

@media screen and (max-width: 670px) {
    body {
        font-size: 14px;
    }
}

a {
    color: #000;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "M PLUS Rounded 1c", serif;
}

h1 {
    font-size: 50px;
    font-weight: 700;
}

@media (max-width: 768px) {
    h1 {
        font-size: 40px;
    }
}

h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
}

@media screen and (max-width: 1440px) {
    h2 {
        font-size: 36px;
    }
}

@media screen and (max-width: 1024px) {
    h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 670px) {
    h2 {
        font-size: 24px;
    }
}

h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
}

#page {
    max-width: 1960px;
    min-width: 320px;
    margin: 0 auto;
}

.container-box {
    max-width: 1632px;
    margin: 0 auto;
    padding: 0 20px;
}

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

@media screen and (max-width: 1024px) {
    .site-header-row {
        justify-content: space-around;
    }
}

.top-primary-menu .menu-toggle {
    display: none;
}

.top-primary-menu #primary-menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}

.top-primary-menu #primary-menu li a {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
}

@media screen and (max-width: 1450px) {
    .top-primary-menu #primary-menu li a {
        font-size: 16px;
    }
}

@media screen and (max-width: 1140px) {
    .top-primary-menu #primary-menu {
        gap: 10px;
    }
}

.container-header {
    margin: 0 auto;
    padding: 0 20px;
}

.shop-cart {
    margin: 0 20px 0 0;
    position: relative;
    cursor: pointer;
}

.shop-cart .cart-count {
    width: 14px;
    height: 14px;
    background: #fc0;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    right: -7px;
    font-size: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lang-switcher .pll-switcher-select {
    border: none;
    outline: none;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

@media screen and (max-width: 1440px) {
    .lang-switcher .pll-switcher-select {
        font-size: 18px;
    }
}

.contact-phones {
    width: 362px;
    margin: 0 20px;
    position: relative;
}

@media screen and (max-width: 1440px) {
    .contact-phones {
        width: 213px;
        margin: 0 11px;
    }
}

.contact-phones .phone-item-visible {
    font-size: 32px;
    font-weight: 700;
}

@media screen and (max-width: 1440px) {
    .contact-phones .phone-item-visible {
        font-size: 20px;
    }
}

.contact-phones .phone-items {
    display: none;
    position: absolute;
    left: -29px;
    top: 44px;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 21px 30px 19px;
    border-radius: 25px;
    z-index: 9;
}

.contact-phones .phone-item {
    font-size: 32px;
    font-weight: 700;
}

.contact-phones .phone-item.active {
    display: block;
}

@media screen and (max-width: 1440px) {
    .contact-phones .phone-item {
        font-size: 18px;
    }
}

#header-bot-menu {
    display: flex;
    padding-left: 0;
}

#header-bot-menu li {
    list-style: none;
    margin-right: 74px;
}

@media screen and (max-width: 1440px) {
    #header-bot-menu li {
        margin-right: 40px;
    }
}

#header-bot-menu li.menu-item-has-children {
    position: relative;
}

#header-bot-menu li.menu-item-has-children .sub-menu {
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 21px 4px 19px 20px;
    border-radius: 25px;
    position: absolute;
    top: 24px;
    left: -20px;
    z-index: 99;
    min-width: 310px;
}

#header-bot-menu li.menu-item-has-children .sub-menu li {
    margin-bottom: 10px;
}

#header-bot-menu li.menu-item-has-children .sub-menu li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    font-family: "M PLUS Rounded 1c", serif;
}

#header-bot-menu li.menu-item-has-children::after {
    content: "";
    background: url("../images/arrow-down.svg") no-repeat center;
    background-size: 100%;
    width: 14px;
    height: 8px;
    position: absolute;
    top: 40%;
    right: -22px;
}

#header-bot-menu li .sub-menu {
    padding-left: 0;
    display: none;
}

#header-bot-menu li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
}

.home-banner {
    margin-bottom: 150px;
}

.home-banner .splide__pagination__page.is-active {
    transform: scale(1);
}


@media screen and (max-width: 1024px) {
    .home-banner {
        margin-top: 0 !important;
        margin-bottom: 49px;
    }
}

.home-banner .banner-wrapper {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .home-banner .banner-wrapper {
        flex-direction: column;
    }
}

.home-banner .banner-img {
    width: 55%;
}

.home-banner .banner-img img {
    width: 100%;
}

@media screen and (max-width: 1440px) {
    .home-banner .banner-img {
        max-width: 750px;
    }
}

@media screen and (max-width: 1024px) {
    .home-banner .banner-img {
        max-width: 100%;
        width: 100%;
        margin-bottom: 43px;
    }
}

@media screen and (max-width: 670px) {
    .home-banner .banner-img {
        margin-bottom: 23px;
    }
}

.home-banner .banner-content {
    padding: 0 130px 0 80px;
    width: 45%;
}

@media screen and (max-width: 1440px) {
    .home-banner .banner-content {
        padding: 0 30px 0 60px;
        max-width: 600px;
    }
}

@media screen and (max-width: 1024px) {
    .home-banner .banner-content {
        max-width: 100%;
        width: 100%;
        padding: 0 59px 0 59px;
    }
}

@media screen and (max-width: 670px) {
    .home-banner .banner-content {
        padding: 0 16px;
    }
}

.home-banner .banner-content h2 {
    margin-bottom: 25px;
}

@media screen and (max-width: 1440px) {
    .home-banner .banner-content h2 {
        font-size: 40px;
        line-height: 48px;
    }
}

@media screen and (max-width: 1024px) {
    .home-banner .banner-content h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 670px) {
    .home-banner .banner-content h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

.home-banner .banner-content .banner-text {
    margin-bottom: 25px;
}

@media screen and (max-width: 670px) {
    .home-banner .banner-content .banner-text {
        margin-bottom: 15px;
    }
}

.btn-custom-main {
    background-color: #fc0;
    border-radius: 20px;
    font-family: "M PLUS Rounded 1c", serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    width: 200px;
    height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
}

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

.header-bot .search-form {
    position: relative;
}

.header-bot .search-form .search-field {
    width: 400px;
    height: 40px;
    border: 1px solid #b3b3b3;
    border-radius: 25px;
    padding-left: 15px;
    font-size: 14px;
    font-family: "Roboto", serif;
    color: #282828;
}

@media (max-width: 1524px) {
    .header-bot .search-form .search-field {
        width: 200px;
    }
}

@media (max-width: 480px) {
    .header-bot .search-form .search-field {
        width: 300px !important;
    }
}

.header-bot .search-form .search-submit {
    width: 40px;
    height: 40px;
    background: url("../images/btn-search.svg") no-repeat center;
    background-size: 100%;
    border-radius: 50%;
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
}

.splide__pagination {
    bottom: 7%;
    right: 36%;
    left: auto;
    max-width: 36%;
}

@media screen and (max-width: 1540px) {
    .splide__pagination {
        bottom: -5%;
        right: 35%;
    }
}

@media screen and (max-width: 1440px) {
    .splide__pagination {
        bottom: 1.5em;
    }
}

@media screen and (max-width: 1340px) {
    .splide__pagination {
        bottom: -5%;
    }
}


@media screen and (max-width: 1024px) {
    .splide__pagination {
        bottom: -40px;
        left: 0;
        right: 0;
        justify-content: start;
        padding-left: 60px;
    }
}

@media screen and (max-width: 670px) {
    .splide__pagination {
        padding-left: 16px;
    }
}

.splide__pagination__page {
    width: 15px;
    height: 15px;
    background-color: #d9d9d9;
}

.splide__pagination li {
    margin-right: 10px;
    width: 15px;
    height: 15px;
}

.splide__pagination__page.is-active {
    background-color: #72d9ff;
}

.categories-list {
    margin-bottom: 164px;
}

@media screen and (max-width: 1024px) {
    .categories-list {
        margin-bottom: 71px;
    }
}

.categories-list h2 {
    text-align: center;
    margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
    .categories-list h2 {
        margin-bottom: 28px;
    }
}

@media screen and (max-width: 670px) {
    .categories-list h2 {
        margin-bottom: 19px;
    }
}

.categories-list .cat-items {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    gap: 23px;
}

@media screen and (max-width: 1440px) {
    .categories-list .cat-items {
        gap: 18px;
    }
}

.categories-list .cat-items a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

@media screen and (max-width: 1440px) {
    .categories-list .cat-items a {
        font-size: 18px;
    }
}

@media screen and (max-width: 1200px) {
    .categories-list .cat-items {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.categories-list .cat-item {
    border: 1px solid #d9d9d9;
    border-radius: 25px;
    width: calc(20% - 20px);
    padding-bottom: 20px;
}

@media screen and (max-width: 1440px) {
    .categories-list .cat-item {
        width: calc(20% - 15px);
    }
}

@media screen and (max-width: 1200px) {
    .categories-list .cat-item {
        width: 100%;
        max-width: 220px;
    }
}

@media screen and (max-width: 1024px) {
    .categories-list .cat-item {
        max-width: 220px;
        margin: 0 10px 20px 10px;
    }
}

@media screen and (max-width: 670px) {
    .categories-list .cat-item {
        width: 100%;
        max-width: none;
    }
}

.categories-list .cat-item__title {
    text-align: center;
    padding: 0 20px;
}

.categories-list .cat-item__title a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

@media screen and (max-width: 1440px) {
    .categories-list .cat-item__title a {
        font-size: 18px;
    }
}

.categories-list .cat-item__img {
    padding: 10px 10px 0 10px;
    margin-bottom: 32px;
    max-width: 300px;
}

.categories-list .cat-item__img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 260px;
}

@media screen and (max-width: 670px) {
    .categories-list .cat-item__img {
        width: 100%;
        max-width: none;
    }
}

.image_text-container {
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.image_text-container .image-block {
    max-width: 600px;
}

@media screen and (max-width:1440px) {
    .image_text-container .image-block {
        max-width: 500px;
    }
}


@media screen and (max-width:768px) {
    .image_text-container .image-block {
        max-width: unset;
    }
}

.image_text-container .image-block figure {
    width: 100%;
}

.image_text-container .image-block img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:768px) {
    .image_text-container .image-block img {
        max-height: 500px;

        object-fit: contain;
    }
}

.image_text-container .content-block {
    max-width: 600px;
}

@media screen and (max-width:1440px) {
    .image_text-container .content-block {
        max-width: 600px;
    }
}

.info-section {
    margin: 0 auto 145px;
}

@media screen and (max-width: 1024px) {
    .info-section {
        margin: 0 auto 80px;
        padding: 0 64px;
    }
}

@media screen and (max-width: 670px) {
    .info-section {
        margin: 0 auto 60px;
        padding: 0;
    }
}

@media screen and (max-width: 1024px) {
    .info-section .wp-block-columns:nth-of-type(2) .wp-block-column:nth-of-type(1) {
        order: 2;
    }
}

@media screen and (max-width: 1024px) {
    .info-section .wp-block-columns:nth-of-type(2) .wp-block-column:nth-of-type(2) {
        order: 1;
    }
}

.info-section h2 {
    margin-bottom: 38px;
}

@media screen and (max-width: 1024px) {
    .info-section h2 {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 670px) {
    .info-section h2 {
        margin-bottom: 19px;
    }
}

.info-section h3 {
    margin-bottom: 25px;
}

.info-section p {
    margin-bottom: 25px;
}

.wp-block-button__link {
    width: 200px;
    height: 40px;
    font-weight: 700;
    font-size: 16px !important;
    line-height: 16px;
}

.wp-block-button__link:hover {
    border-radius: 10px;
}

.leave-request-block {
    position: relative;
    background-color: #95e3ff;
    border-radius: 50px;
    margin-bottom: 150px;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .leave-request-block {
        margin-bottom: 73px;
    }
}

.leave-request-block__bg {
    background: url("../images/gradient-group.png") no-repeat top right;
    background-size: 100%;
    padding: 116px 257px 116px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: end;
    align-items: center;
}

@media screen and (max-width: 1600px) {
    .leave-request-block__bg {
        padding: 110px 143px 110px;
    }
}

@media screen and (max-width: 1570px) {
    .leave-request-block__bg {
        padding: 110px 133px 110px;
        width: 100%;
        background-size: cover;
    }
}

@media screen and (max-width: 1024px) {
    .leave-request-block__bg {
        padding: 82px 109px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
}

@media screen and (max-width: 790px) {
    .leave-request-block__bg {
        padding: 52px 86px;
    }
}

.leave-request-block__content-box h4 {
    font-weight: 700;
    font-size: 36px;
    line-height: 56px;
}

@media screen and (max-width: 1024px) {
    .leave-request-block__content-box h4 {
        font-size: 30px;
        line-height: 42px;
    }
}

@media screen and (max-width: 670px) {
    .leave-request-block__content-box h4 {
        font-size: 24px;
        line-height: 30px;
    }
}

.leave-request-block__content-box p {
    font-family: "M PLUS Rounded 1c", serif;
    font-weight: 700;
    font-size: 24px;
}

@media screen and (max-width: 670px) {
    .leave-request-block__content-box p {
        font-size: 20px;
    }
}

.leave-request-block__button-box {
    margin: 0 0 0 100px;
    width: 350px;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .leave-request-block__button-box {
        margin: 0;
    }
}

.leave-request-block__button-box .button-white {
    width: 350px;
    height: 64px;
    border-radius: 35px;
    border: none;
    outline: none;
    font-weight: 700;
    color: #000;
    z-index: 3;
    font-size: 20px;
}

@media screen and (max-width: 1024px) {
    .leave-request-block__button-box .button-white {
        position: static;
    }
}

@media (max-width: 640px) {
    .leave-request-block__button-box .button-white {
        width: 270px;
    }
}

.cart-layout .cart-content .mini_cart_item .cart-item-image a img {
    width: 100%;
}

.custom-button.mono-part-pay {
    border-radius: 25px;
    border: 1px solid #D9D9D9 !important;
    background: #FFF !important;
    margin-left: 16px;
    padding: 7px 28px !important;
}

.whiy-we-block .is-layout-flex {
    flex-wrap: wrap !important;
}

@media screen and (max-width: 792px) {
    .whiy-we-block .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 33% !important;
    }
}

@media screen and (max-width: 670px) {
    .whiy-we-block .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100% !important;
    }
}

.whiy-we-block h2 {
    margin-bottom: 48px;
}

@media screen and (max-width: 1024px) {
    .whiy-we-block h2 {
        margin-bottom: 32px;
    }
}

.whiy-we-block .why-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 300px;
    height: 100%;
    padding: 20px 20px 46px 20px;
    border: 1px solid #d9d9d9;
    border-radius: 25px;
}

@media screen and (max-width: 1228px) {
    .whiy-we-block .why-item {
        /* height: 340px; */
        width: 267px;
        padding: 20px 13px 46px 13px;
        min-width: 185px;
    }
}

.whiy-we-block .why-item .wp-block-image {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f1f1f1;
    width: 260px;
    border-radius: 20px;
    margin: 0 auto 20px;
}

@media screen and (max-width: 1228px) {
    .whiy-we-block .why-item .wp-block-image {
        height: 140px;
        width: 100%;
    }
}

.whiy-we-block .why-item h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 19px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}


@media screen and (max-width:768px) {
    .footer-bottom {
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        align-items: center;
    }
}

.content-social {
    max-width: 230px;
    width: 100%;
    display: flex;
    gap: 20px;
}

@media screen and (max-width:768px) {
    .content-social {
        justify-content: center;
    }
}


.footer-mono-payment {
    width: 100%;
    max-width: 500px;
}

.footer-mono-payment img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width: 1440px) {
    .whiy-we-block .why-item h3 {
        font-size: 18px;
    }
}

.whiy-we-block .why-item p {
    font-size: 16px;
}

.whiy-we-block .why-item .wp-block-image:nth-of-type(1) {
    /* height: 85px !important; */

    min-height: 150px;
}

.whiy-we-block .why-item .wp-block-image:nth-of-type(2) {
    max-height: 85px;
    /* height: 85px !important; */
    margin: 0 auto 6px;
}

.about-us-block {
    margin-bottom: 91px;
}

@media screen and (max-width: 1024px) {
    .about-us-block {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1024px) {
    .about-us-block .wp-block-columns {
        flex-direction: column;
    }
}

.about-us-block .about-right-block {
    margin-left: 50px;
}

@media screen and (max-width: 1024px) {
    .about-us-block .about-right-block {
        margin-left: 0;
    }
}

.about-us-block .about-right-block p {
    max-width: 680px;
}

@media screen and (max-width: 1024px) {
    .about-us-block .about-right-block p {
        max-width: none;
    }
}

.site-footer-content-row {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 980px) {
    .site-footer-content-row {
        display: block;
    }
}

.menu-footer-items {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    margin: 0 10% 0 0;
}

@media screen and (max-width: 980px) {
    .menu-footer-items {
        margin: 0;
    }
}

.menu-footer-items #footer-menu li {
    list-style: none;
}

.menu-footer-items #footer-menu ul {
    margin-bottom: 0;
}

@media screen and (max-width: 640px) {
    .menu-footer-items #footer-menu li {
        text-align: center;
    }
}

.menu-footer-items #footer-menu li a {
    color: #000;
    text-decoration: none;
    font-family: "M PLUS Rounded 1c", serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
}

@media (max-width: 640px) {
    .menu-footer-items #footer-menu {
        padding-left: 0 !important;
    }
}

@media screen and (max-width: 640px) {
    .menu-footer-items {
        flex-direction: column;
        align-items: center;
    }
}

.footer-contact-info {
    margin-bottom: 50px;
}

.footer-contact-info .content-info p {
    margin-bottom: 24px;
}

.footer-contact-info .content-info p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 980px) {
    .footer-contact-info .content-info {
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (max-width: 640px) {
    .footer-contact-info .content-info {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 980px) {
    .footer-contact-info .content-social {
        display: flex;
        justify-content: center;
    }
}

.footer-contact-info img {
    margin-right: 20px;
}

@media screen and (max-width: 1024px) {
    .footer-contact-info {
        width: 100%;
    }
}

.site-info {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 30px 0;
    border-top: 1px solid #D9D9D9;
}

.site-info p {
    margin-bottom: 0;
}

.site-info a {
    text-decoration: none;
    color: #000;
}

@media screen and (max-width: 640px) {
    .site-info {
        flex-direction: column;
    }
}

.request-popup__layout {
    display: none;
    background: rgba(3, 3, 3, 0.7);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.request-popup__layout .close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    background: #72d9ff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 400;
    cursor: pointer;
}

.request-popup__layout .request-popup__content {
    position: relative;
    width: 660px;
    background: #fff;
    margin: 12% auto 0;
    padding: 63px 100px 60px;
    border-radius: 25px;
}

.request-popup__layout .request-popup__content h3 {
    text-align: center;
    margin-bottom: 35px;
}

.request-popup__layout .request-popup__content .yuor_name_field {
    width: 460px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #b3b3b3;
    padding-left: 16px;
}

@media (max-width: 620px) {
    .request-popup__layout .request-popup__content .yuor_name_field {
        width: 320px !important;
    }
}

.request-popup__layout .request-popup__content .wpcf7-tel {
    width: 460px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #b3b3b3;
    padding-left: 16px;
}

@media (max-width: 620px) {
    .request-popup__layout .request-popup__content .wpcf7-tel {
        width: 320px !important;
    }
}

.request-popup__layout .request-popup__content .city_field {
    width: 460px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #b3b3b3;
    position: relative;
    padding-left: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/arrow-down.svg") no-repeat right;
    background-size: 10px 10px;
    background-position-x: calc(100% - 18px);
}

@media (max-width: 620px) {
    .request-popup__layout .request-popup__content .city_field {
        width: 320px !important;
    }
}

.request-popup__layout .request-popup__content .wpcf7-submit {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #b3b3b3;
    background: #fc0;
}

@media (max-width: 620px) {
    .request-popup__layout .request-popup__content .wpcf7-submit {
        width: 320px !important;
    }
}

.price-cart-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.price-cart-wrapper p.price {
    margin: 0;
}

.price-cart-wrapper form.cart {
    margin: 0;
    float: none;
}

.woocommerce-product-gallery__wrapper {
    display: flex;
    gap: 20px;
}

.gallery-miniatures {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gallery-miniatures .woocommerce-product-gallery__image {
    min-width: 150px;
}

.gallery-miniatures .woocommerce-product-gallery__image img {
    width: 150px !important;
    height: auto;
    cursor: pointer;
    transition: border 0.3s ease;
}

.gallery-miniatures img:hover {
    border-color: #007cba;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
    color: #000;
    font-weight: 700;
    font-size: 36px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #000;
}

.wcapf-active-filters{
    display: none!important;
}

.woocommerce ul.products li.product .price {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {
    color: #000;
    background-color: #fc0;
    padding: 14px 38px;
    border-radius: 25px;
    font-family: "Roboto", serif !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover {
    border-radius: 10px;
    color: #000;
    background-color: #fc0;
}

.woocommerce div.product form.cart {
    margin-bottom: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.product {
    padding-top: 42px;
}

.product .price {
    color: #000;
    font-weight: 700;
    font-size: 36px;
}

.product .price .woocommerce-Price-currencySymbol {
    font-weight: 400 !important;
    font-size: 24px !important;
}

.product .product_title {
    font-weight: 700;
    font-size: 36px;
    color: #000;
    margin-bottom: 50px;
}

.woocommerce-breadcrumb {
    margin-bottom: 42px;
    font-weight: 400;
    color: #797979;
}

.woocommerce-breadcrumb a {
    font-size: 18px !important;
    color: #797979 !important;
    text-decoration: none !important;
}

.single_add_to_cart_button {
    background-color: #fc0 !important;
    border-radius: 25px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #000 !important;
    padding: 14px 73px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: rgba(0, 0, 0, 0);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: #95e3ff;
    border-radius: 25px;
    padding: 5px 35px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: none;
}

.woocommerce-Tabs-panel h2 {
    display: none !important;
}

.woocommerce-Tabs-panel p {
    font-size: 16px;
}

.attr-row {
    display: flex;
    justify-content: space-between;
    max-width: 700px;
}

.attr-row span {
    text-align: right;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

.category-description {
    margin-bottom: 98px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 100%;
    max-width: 300px;
    position: relative;
}

@media screen and (max-width: 1024px) {

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        max-width: 280px;
    }
}

@media screen and (max-width: 590px) {

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        max-width: none;
        float: none !important;
        width: 100% !important;
    }
}

.products-list-wrapper {
    display: flex;
    gap: 30px;
    position: relative;
}

.products-list-wrapper .products {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

@media screen and (max-width: 1389px) {
    .products-list-wrapper .products {
        justify-content: center;
    }
}

.products-list-wrapper .widget-area {
    max-width: 353px;
}

.products-list-wrapper #primary-section-prod {
    order: 2;
    width: 100%;
}

.products-list-wrapper #secondary {
    order: 1;
}

@media screen and (max-width: 1024px) {
    .products-list-wrapper #secondary {
        position: fixed;
        left: -370px;
        top: 0;
        bottom: 0;
        height: 100%;
        transition: left 0.3s ease;
        background: #fff;
        padding: 41px 74px 20px 44px;
        border-radius: 0 25px 25px 0;
        overflow-y: auto;
    }
}

.woocommerce .woocommerce-custom-sorting {
    display: flex;
    justify-content: end;
}


.woocommerce .custom-select {
    padding: 10px 40px 10px 15px !important;
    height: 49px !important;
    border: 1px solid #b3b3b3 !important;
    border-radius: 25px !important;
    width: max-content !important;
    position: relative;
    min-width: 300px;
    font-size: 16px;

}

@media screen and (max-width: 768px) {
    .woocommerce .custom-select {
        min-width: 150px;
    }
}

.woocommerce .custom-select::after {
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    right: 10px;
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;

}



.woocommerce .custom-options {
    border-top: 1px solid #b3b3b3 !important;
    border-radius: 25px !important;
    padding: 20px 0;
    max-height: 230px !important;
    margin-top: 60px;
}

.woocommerce .custom-options .custom-option {
    font-size: 16px;
    padding: 5px 30px !important;
}

.woocommerce .custom-options .custom-option:hover {
    background-color: #95E3FF;
}


@media screen and (max-width:1024px) {
    .woocommerce .woocommerce-custom-sorting {
        justify-content: space-between;
        width: 100%;
    }

    .woocommerce .custom-options {
        right: 0;
    }

}


@media screen and (max-width: 768px) {
    .woocommerce .custom-select {
        min-width: 150px;
    }
}



.woocommerce .woocommerce-breadcrumb {
    margin: 1em 0 0;
}

.page-title {
    margin: 22px 0 42px;
}

.wcapf-pretty-text-inputs .wcapf-range-wrapper input[type="text"] {
    border-radius: 25px !important;
}

.wcapf-noui-touch-area {
    border: 1px solid #72d9ff;
    background-color: #72d9ff;
    border-radius: 50%;
}

.wcapf-noui-connect {
    background-color: #72d9ff !important;
}

.woocommerce-result-count {
    display: none;
}

.woocommerce ul.products li.product .button {
    bottom: 8px;
    right: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    text-align: center;
}

.additional-products {
    margin-top: 62px;
}

.onsale {
    display: none !important;
}

.additional-products .onsale {
    position: absolute;
}

.additional-products .add_to_cart_button {
    background: #fc0;
    padding: 10px 32px;
    border-radius: 25px;
    margin-left: 30px;
    font-weight: 700;
}

.additional-products .product {
    border: 1px solid #c5c5c5;
    padding: 18px;
    margin-right: 20px;
    border-radius: 25px;
    min-height: 498px;
}

.additional-products .product-carousel h2 {
    font-size: 16px;
    font-family: "Roboto", serif;
    font-weight: 400;
    line-height: 24px;
}

.additional-products .product-carousel .price {
    font-size: 24px;
    font-weight: 700;
}

.additional-products .product-carousel .price del {
    font-size: 14px;
}

.additional-products .product-carousel .price del .woocommerce-Price-currencySymbol {
    font-size: 14px !important;
}

.additional-products .product-carousel .price a {
    color: #000;
}

.additional-products .product-carousel .price .woocommerce-Price-currencySymbol {
    font-weight: 400;
    font-size: 16px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #000;
}

.mobile-filter-btn {
    display: none;
    background: url("../images/mobile-filter-btn.png") no-repeat center;
    width: 64px;
    height: 48px;
}

@media screen and (max-width: 1024px) {
    .mobile-filter-btn {
        display: block;
    }
}

#close-secondary-menu {
    width: 30px;
    height: 30px;
    font-size: 18px;
    border: 1px solid #b3b3b3 !important;
    color: #b3b3b3 !important;
    border-radius: 50% !important;
    background-color: #fff !important;
    text-align: center;
    line-height: 10px;
}

.pay-delivery-section .wp-block-columns .wp-block-column {
    border-radius: 25px;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-right: 50px;
    border: 1px solid #D9D9D9;
}

.display-big-vis {
    display: block;
}

.display-big-hidden {
    display: none !important;
}

.display-big-hidden .wp-block-column {
    border-radius: 25px;
    padding: 17px 30px;
    border: 1px solid #D9D9D9;
}

.display-big-hidden-title .wp-block-column {
    border-radius: unset;
    padding: unset;
    border: unset;
}


@media screen and (max-width: 768px) {
    .pay-delivery-section .wp-block-columns .wp-block-column {
        padding-left: 50px;

    }

    .display-big-hidden {
        display: flex !important;
    }

    .display-big-vis {
        display: none !important;
    }
}

@media screen and (max-width: 550px) {
    .pay-delivery-section .wp-block-columns .wp-block-column {
        padding: 17px 30px;
    }


}



@media screen and (max-width: 1200px) {
    .delivery-block .wp-block-column {
        flex-basis: 50% !important;
    }

}


.pay-delivery-section-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 44px;
    /* margin-left: -49px; */
}

@media screen and (max-width: 768px) {
    .delivery-block .wp-block-column {
        flex-basis: 100% !important;
    }

    .pay-delivery-section-title {
        margin-bottom: 0;
    }

}

.marging30 {
    margin-top: 30px;
}



.pay-delivery-section h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    position: relative;
}

.pay-delivery-section h3:before {
    content: "";
    width: 9px;
    height: 9px;
    background-color: #fc0;
    position: absolute;
    left: -18px;
    top: 35%;
    border-radius: 50%;
}

.pay-delivery-section .wp-block-column {
    padding-left: 49px;
}

.additional-products {
    margin-bottom: 50px;
}

.additional-products .products {
    display: flex;
    justify-content: space-between;
}

.additional-products .products .product {
    max-width: 350px;
    border: 1px solid #c5c5c5;
    margin: 0 20px 0 0;
    border-radius: 25px;
    padding: 18px;
}

.garantiya-text {
    margin-bottom: 99px;
}

.top-section-garantia {
    margin: 56px 0 0 !important;
}

.top-section-garantia .column-section-garantia .form-bg .form-columns {
    background: #95e3ff url("../images/gradient-group.png") no-repeat bottom right;
    background-size: cover;
    width: 100%;
    padding: 29px 12%;
    border-radius: 25px;
    align-items: center !important;
}

.top-section-garantia .column-section-garantia .form-bg .form-columns .wpcf7-not-valid-tip {
    font-size: 14px;
    padding-left: 26px;
}

.top-section-garantia .column-section-garantia .form-bg .form-columns .wpcf7-response-output {
    border: none;
    font-size: 14px;
    font-weight: 700;
    color: #b3b3b3;
    margin-top: 10px;
}

.top-section-garantia .column-section-garantia .form-bg .form-columns input {
    font-size: 16px;
    height: 48px;
    width: 100%;
    max-width: 250px;
    border-radius: 50px;
}

.top-section-garantia .column-section-garantia .form-bg .form-columns input.wpcf7-tel {
    border: #d3d3d3 solid 1px;
    color: #b3b3b3;
    padding-left: 16px;
}

.top-section-garantia .column-section-garantia .form-bg .form-columns input.wpcf7-submit {
    font-weight: 700;
    border: none;
}

.top-section-garantia .column-section-garantia .form-bg .form-columns h4 {
    font-weight: 700;
    font-size: 24px;
}

.top-section-garantia .column-section-garantia .form-bg .form-columns p {
    font-weight: 700;
    font-size: 16px;
}

.top-section-garantia .column-section-garantia .header-block p {
    color: #95e3ff;
    font-weight: 900;
    font-size: 64px;
    line-height: 1;
}

.top-section-garantia .column-section-garantia .header-block p span {
    color: #fc0;
}

.section-feedback-block {
    border-radius: 50px;
    margin: 129px 0 112px !important;
}



.section-feedback-block .wp-block-columns {
    justify-content: center;
}

.section-feedback-block .wp-block-columns .wp-block-column:first-child {
    max-width: 385px !important;
}

.section-feedback-block .wp-block-columns .wp-block-column:nth-child(2) {
    max-width: 355px !important;
}

.section-feedback-block.main-bg {
    background-color: #95e3ff;
}

.section-feedback-block .secondary-bg {
    background: url("../images/gradient-group.png") no-repeat bottom right;
    background-size: cover;
    width: 100%;
    padding: 117px 18%;
}

.section-feedback-block h3 {
    margin-bottom: 16px;
    font-size: 36px;
}

@media screen and (max-width: 1440px) {
    .section-feedback-block .wp-block-columns {
        padding: 117px 8%;
        justify-content: space-between;
    }
}


@media screen and (max-width: 1024px) {
    .section-feedback-block .wp-block-columns {
        padding: 80px 60px 60px;
        flex-direction: column !important;
        align-items: center !important;
    }

    .section-feedback-block .wp-block-columns .wp-block-column {
        max-width: unset !important;
    }

    .section-feedback-block h3 {
        text-align: center;
        font-size: 30px;
        line-height: 1;
    }
}


.section-feedback-block :where(.wp-block-columns) {
    margin-bottom: 0;
}



.section-feedback-block p {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.1px;
}

@media screen and (max-width: 550px) {
    .section-feedback-block .wp-block-columns {
        padding: 80px 20px;
    }

    .section-feedback-block p {
        font-size: 20px;
        text-align: center;
    }
}

.section-feedback-block p:last-child {
    margin-bottom: 0;
}

.section-feedback-block form input {
    border: none;
    height: 48px;
    max-width: 354px;
    width: 100%;
    border-radius: 50px;
    font-size: 16px;
}

.section-feedback-block form input.wpcf7-tel {
    border: #d3d3d3 solid 1px;
    color: #b3b3b3;
    padding-left: 16px;
}

.section-feedback-block form input.wpcf7-submit {
    font-weight: 700;
}

.section-feedback-block form .wpcf7-not-valid-tip {
    font-size: 14px;
    padding-left: 26px;
}

.section-feedback-block form .wpcf7-response-output {
    border: none;
    font-size: 14px;
    font-weight: 700;
    color: #b3b3b3;
    margin-top: 10px;
}

.contact-info-section {
    margin: 49px 0 20px !important;
}

.contact-info-section h4 {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    padding-left: 30px;
}

.contact-info-section h4.email-header:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    background: url("../images/email-message.png") no-repeat top left;
    width: 24px;
    height: 24px;
}

.contact-info-section h4.messangers-header {
    padding-left: 60px;
}

.contact-info-section h4.messangers-header:before {
    content: "";
    position: absolute;
    top: 4px;
    left: -6px;
    background: url("../images/tv-icon.png") no-repeat top left;
    background-size: 100%;
    width: 58px;
    height: 24px;
}

.contact-info-section h4.tel-header:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    background: url("../images/phone-blue-icon.png") no-repeat top left;
    background-size: 100%;
    width: 24px;
    height: 24px;
}

.contact-info-section h4.address-header:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    background: url("../images/location.png") no-repeat top left;
    background-size: 100%;
    width: 24px;
    height: 24px;
}

.contact-info-section h4.grafik-header:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    background: url("../images/grafik.png") no-repeat top left;
    background-size: 100%;
    width: 24px;
    height: 24px;
}

.contact-info-section p {
    font-size: 16px;
    line-height: 38px;
}

.map-google {
    margin-bottom: 112px;
}

.map-google img {
    width: 100%;
}

#product-carousel {
    position: relative;
    padding-bottom: 64px;
}

#product-carousel .slick-prev {
    position: absolute;
    top: 95% !important;
    left: 46%;
    background-color: #72D9FF !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    align-items: center;
    display: flex;
    font-size: 0;
}

#product-carousel .slick-next {
    position: absolute;
    top: 95% !important;
    right: 47%;

    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #72D9FF !important;
    border: none;
    display: flex;
    align-items: center;

    font-size: 0;
}



#product-carousel .slick-next::before {
    content: '\f178';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}


#product-carousel .slick-prev::before {
    content: '\f177';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.slick-prev:before,
.slick-next:before {
    font-size: 16px;
}

.sale-header-container {
    background: #95e3ff url("../images/gradient-group.png") no-repeat top right;
    background-size: cover;
    padding: 133px 0;
    width: 100%;
    border-radius: 60px;
    margin-bottom: 122px;
}

.sale-header-container h1 {
    text-align: center;
}

.wc-block-components-product-metadata {
    display: none !important;
}

#header-mini-cart {
    position: absolute;
    top: 30px;
    right: 0;
    background: #fff;
    z-index: 99;
}

#header-mini-cart .woocommerce-mini-cart-item.mini_cart_item {
    list-style: none;
    display: flex;
}

#header-mini-cart .woocommerce-mini-cart-item.mini_cart_item img {
    width: 100%;
    height: auto;
}

#header-mini-cart .woocommerce-mini-cart-item.mini_cart_item a {
    font-size: 14px;
}

.woocommerce-checkout .woocommerce-mini-cart {
    padding-left: 0;
    border-bottom: 1px solid #D9D9D9;
}

.woocommerce-checkout .woocommerce-mini-cart .woocommerce-mini-cart-item {
    gap: 0 !important;
    justify-content: unset !important;
}




.woocommerce-checkout .woocommerce-mini-cart .cart-item-price {
    margin-left: auto;
}

@media screen and (max-width: 900px) {

    .woocommerce-checkout .woocommerce-mini-cart .woocommerce-mini-cart-item {
        flex-wrap: wrap;
    }

    .woocommerce-checkout .woocommerce-mini-cart .cart-item-price {
        margin-left: unset;
        width: 90%;
    }

    .cart-layout .cart-content .cart-item-remove {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 10%;
    }
}

.post-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 30px 27px;
    gap: 30px;
}

.post-wrapper .img-post {
    min-width: 350px;
    height: 350px;
}

.post-wrapper .img-post img {
    width: 100%;
    height: auto;
}

.content-post h2 {
    font-size: 24px;
}

.content-post p {
    font-size: 16px;
}

.single-post-wrapper img {
    margin: 40px 0;
}

#comments {
    display: none;
}

.pokazniki-analizu-title h2 {
    font-size: 50px;
    margin-bottom: 40px;
}

.pokazniki-analizu {
    margin-bottom: 100px;
    display: flex;
    row-gap: 30px;
    flex-wrap: wrap;
    column-gap: 40px;
}

@media screen and (max-width: 1280px) {
    .pokazniki-analizu {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .pokazniki-analizu-title h2 {
        font-size: 30px;
    }
}

.pokazniki-analizu .pa_item {
    width: calc(50% - 20px);
    display: flex;
    gap: 20px;
    padding: 20px 20px 15px;
    border-radius: 25px;
    border: 1px solid #D9D9D9;
}

.pokazniki-analizu .pa_item__img {
    min-height: 150px;
    min-width: 260px;
    width: 100%;
    background-color: #F1F1F1;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.pokazniki-analizu .pokazniki_title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1;
    color: #000;
}

.pokazniki-analizu .pokazniki_content p {
    font-size: 16px;
}


@media screen and (max-width: 1280px) {

    .pokazniki-analizu .pa_item {
        max-width: none;
        width: 100%;
    }

    .pokazniki-analizu .pokazniki_title {
        font-size: 20px;
    }

    .pokazniki-analizu .pa_item__img {
        width: 150px;
        min-width: 150px;
        min-height: auto;


    }
}

@media screen and (max-width: 550px) {




    .pokazniki-analizu-title h2 {
        font-size: 30px;
    }

    .pokazniki-analizu .pa_item {
        max-width: 340px;
        flex-direction: column;
        padding: 20px 15px;
    }

    .pokazniki-analizu .pa_item__img {
        min-height: 140px;
        width: 100%;
    }

    .pa_item__text {
        text-align: center;
    }

    .pokazniki-analizu .pokazniki_title {
        font-size: 18px;
    }
}


.analiz-page-content-header h1 {
    font-size: 50px;
    margin-bottom: 36px;
}

.analiz-page-content-text {
    font-size: 16px;
    margin-bottom: 94px;
}

@media screen and (max-width: 768px) {
    .analiz-page-content-text {
        margin-bottom: 35px;
    }
}

.section-form {
    box-sizing: border-box;
    margin-bottom: 100px;
}

.section-form .form-wrapper {
    display: flex;
    background: #72d9ff;
    border-radius: 50px;
    gap: 129px;
}

.section-form .form-wrapper .image-box img {
    width: 100%;
}

@media screen and (max-width: 1280px) {
    .section-form .form-wrapper {
        display: block;
        justify-content: center;
    }
}

.section-form .form-box {
    margin-top: 40px;
}

@media screen and (max-width: 1280px) {
    .section-form .form-box {
        padding-bottom: 60px;
    }
}

@media (max-width: 480px) {
    .section-form .form-box {
        padding: 0 16px 40px !important;
    }
}

.section-form .form-box .wpcf7 {
    max-width: 460px;
    margin: 0 auto;
}

.section-form .form-box .wpcf7 p {
    width: 100% !important;
}

.section-form .yuor_name_field {
    width: 460px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #b3b3b3;
    padding-left: 16px;
}

@media (max-width: 480px) {
    .section-form .yuor_name_field {
        width: 300px;
    }
}

.section-form .wpcf7-tel {
    width: 460px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #b3b3b3;
    padding-left: 16px;
}

@media (max-width: 480px) {
    .section-form .wpcf7-tel {
        width: 300px;
    }
}

.section-form .city_field {
    width: 460px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #b3b3b3;
    position: relative;
    padding-left: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("../images/arrow-down.svg") no-repeat right;
    background-size: 10px 10px;
    background-position-x: calc(100% - 18px);
}

@media (max-width: 480px) {
    .section-form .city_field {
        width: 300px;
    }
}

.section-form .wpcf7-submit {
    position: absolute;
    width: 100%;
    max-width: 460px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #b3b3b3;
    background: #fc0;
}

@media (max-width: 480px) {
    .section-form .wpcf7-submit {
        width: 300px !important;
    }
}

.dop_pokazniki-analizu {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 100px;
}

@media screen and (max-width: 1280px) {
    .dop_pokazniki-analizu {
        flex-direction: column;
    }
}

.dop_pokazniki-analizu .pa_item {
    max-width: 48%;
    padding: 30px 0 30px 17px;
    display: flex;
    gap: 30px;
}

@media screen and (max-width: 1280px) {
    .dop_pokazniki-analizu .pa_item {
        flex-direction: column;
    }
}

@media screen and (max-width: 1024px) {
    .dop_pokazniki-analizu .pa_item {
        max-width: none;
        width: 100%;
    }
}

.dop_pokazniki-analizu .pa_item .pokazniki_content {
    font-size: 16px;
    margin-bottom: 25px;
}

.dop_pokazniki-analizu .pa_item .pokazniki_cina {
    font-size: 16px;
    margin-bottom: 25px;
}

.dop_pokazniki-analizu .pa_item .pokazniki_cina span {
    font-size: 24px;
    font-weight: 700;
}

.dop_pokazniki-analizu .pa_item .analiz_order-request {
    background: #fc0;
    color: #000;
    border: none;
    border-radius: 25px;
    height: 48px;
    width: 100%;
}

.dop_pokazniki-analizu .pa_item .pa_item__text h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}

.dop_pokazniki-analizu .pa_item .pa_item__img {
    width: 350px;
    height: 350px;
    overflow: hidden;
}

.dop_pokazniki-analizu .pa_item .pa_item__text {
    max-width: 48%;
}

@media screen and (max-width: 1280px) {
    .dop_pokazniki-analizu .pa_item .pa_item__text {
        max-width: none;
        width: 100%;
    }
}

.cart-layout {
    display: none;
    background: rgba(3, 3, 3, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
}


.woocommerce-checkout .cart-layout .cart-container {
    min-width: 70%;
}

.woocommerce-checkout .cart-layout .cart-container .cart-item-image a {
    max-height: 128px;
}


.cart-layout.active {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.cart-layout .cart-container {
    position: relative;
    background: #fff;
    padding: 50px 30px 50px 47px;
    border-radius: 50px;
}

@media screen and (max-width: 768px) {

    .cart-layout .cart-container {
        padding: 20px;

    }
}

.cart-layout .cart-container h3 {
    margin-bottom: 40px;
    font-size: 36px;
}

.cart-layout .cart-container .close-button {
    background: #72d9ff;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 30px;
    right: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    cursor: pointer;
}

.cart-layout .cart-content {
    overflow-y: auto;
    max-height: 400px;
}

.cart-layout .cart-content .cart-item-remove {
    position: relative;
    margin-left: 40px;
    margin-right: 10px;
}

.cart-layout .cart-content .cart-item-remove a {
    font-size: 38px;
    color: #F5F3EA;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;

}

.cart-layout .cart-content .cart-item-remove::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #B3B3B3;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.cart-layout .cart-content .cart-item-remove a:hover {
    color: red;
}

.cart-layout .cart-content .mini_cart_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    list-style: none;
    margin-bottom: 40px;
}

.cart-layout .cart-content .mini_cart_item .cart-item-image a {
    display: flex;
    align-items: center;
    gap: 40px;
}

.cart-layout .cart-content .mini_cart_item .cart-item-image a img {
    max-width: 150px;
    max-height: 150px;
}

.cart-layout .cart-content .mini_cart_item .cart-item-image a p {
    max-width: 40%;
    font-size: 20px;
}

@media screen and (max-width: 1024px) {
    .cart-layout .cart-content .mini_cart_item .cart-item-image a p {
        font-size: 16px;

    }
}


.woocommerce-checkout .cart-layout .cart-container .woocommerce-mini-cart-item p {
    max-width: unset !important;
    width: 100%;
    min-width: 250px;
}

@media screen and (max-width: 1024px) {
    .woocommerce-checkout .cart-layout .cart-container .woocommerce-mini-cart-item p {
        min-width: 220px;

    }

}

.cart-layout .woocommerce-mini-cart__total.total {
    display: flex;
    justify-content: end;
}

.cart-layout .woocommerce-mini-cart__buttons.buttons {
    display: flex;
    justify-content: space-between;
}

.cart-layout .woocommerce-mini-cart__buttons.buttons a {
    color: #000;
    background-color: #fc0;
    padding: 14px 38px;
    border-radius: 25px;
    font-family: "Roboto", serif !important;
}

.cart-layout .woocommerce-mini-cart__buttons.buttons a:nth-of-type(1) {
    background-color: #72d9ff;
}

.cart-layout .woocommerce-mini-cart__buttons.buttons a:nth-of-type(2) {
    display: none;
}

.service-page-content-header h1 {
    font-size: 50px;
    margin-bottom: 40px;
}

.service-description-text {
    margin-bottom: 100px;
}

.services-list {
    margin-bottom: 100px;
}

.services-list .service_item {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 22px;
    padding: 30px 33px 30px 27px;
    border: 1px solid #d9d9d9;
}

.services-list .service_item .service_item__img img {
    border-radius: 15px;

}

.services-list .service_item .service_item__text {
    margin-bottom: 25px;
}

.services-list .service_item h3 {
    font-size: 24px;
    margin-bottom: 25px;
}

.services-list .service_item p {
    font-size: 16px;
}

.services-list .service_item .pokazniki_cina {
    margin-bottom: 25px;
    font-size: 16px;
}

.services-list .service_item .pokazniki_cina span {
    font-size: 24px;
    font-weight: 700;
}

.services-list .service_item .service_order-request {
    background: #fc0;
    color: #000;
    border: none;
    border-radius: 25px;
    height: 48px;
    font-weight: 700;
    padding: 0 119px;
}

.pages-list {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    margin-bottom: 108px;
}

.pages-list h3 {
    font-size: 24px;
    text-align: center;
}

.mobile-main-menu-block {
    display: none;
    max-width: 400px;
    padding: 46px 60px 0 44px;
    position: fixed;
    left: -400px;
    top: 0;
    bottom: 0;
    height: 100vh;
    background: #fff;
    z-index: 99;
    transition: left 0.3s ease;
    border-radius: 0 25px 25px 0;
    overflow-y: auto;
}

.mobile-main-menu-block .close-button {
    position: absolute;
    right: 30px;
    top: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 24px;
    border-radius: 50px;
    background: #72d9ff;
    color: #fff;
    width: 30px;
    height: 30px;
}

.mobile-main-menu-block ul {
    list-style: none;
}

.mobile-main-menu-block ul li {
    margin-bottom: 30px;
}

.mobile-main-menu-block ul li a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form .wc-block-components-text-input input[type="password"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="password"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"] {
    border: 1px solid #d3d3d3;
    border-radius: 25px !important;
}

.wc-blocks-components-select .wc-blocks-components-select__select {
    border: 1px solid #d3d3d3;
    border-radius: 25px !important;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    background: #fc0;
    height: 48px;
    border-radius: 25px !important;
    border: none;
}

.wp-element-caption {
    display: none !important;
}

.garanty-quotes span {
    color: #fc0;
}

.search-result-item {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    font-size: 16px;
}

.search-result-item h2 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 25px;
}

.search-result-item img {
    max-height: 300px;
    width: auto;
}

@media (max-width: 480px) {
    img.custom-logo {
        max-width: 140px !important;
    }
}

@media (max-width: 370px) {
    img.custom-logo {
        max-width: 100px !important;
    }
}

@media (max-width: 1105px) {
    .search-box {
        position: absolute;
        left: calc(50% - 200px);
        z-index: 99;
    }
}

@media (max-width: 480px) {
    .search-box {
        left: calc(50% - 150px);
    }
}

@media (max-width: 768px) {

    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        float: none !important;
        margin-top: 28px !important;
    }
}

.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
    padding: 0 !important;
    color: red;
}

.wpcf7-spinner {
    display: none;
}

.woocommerce ul.products li.product a img {
    min-height: 300px;
}

.woocommerce .woocommerce-ordering select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/arrow-down.svg") no-repeat right;
    background-size: 10px 10px;
    background-position-x: calc(100% - 18px);
}

.section-mono-pay-layout {
    display: none;
    background: rgba(3, 3, 3, 0.7);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding-left: 15px;
    padding-right: 15px;
    overflow-y: auto;
    align-items: center !important;
}

.section-mono-pay-layout .mono-pay-content {
    position: relative;
    max-width: 660px;
    width: 100%;
    background: #fff;
    margin: 5% auto;
    padding: 63px 50px 60px;
    border-radius: 25px;
    max-height: 700px;
    overflow-y: auto;
    align-items: center !important;
}

@media screen and (max-width: 660px) {
    .section-mono-pay-layout .mono-pay-content {
        padding: 20px;
        margin: 2% auto;
        max-height: 700px;
    }
}

.section-mono-pay-layout .mono-pay-content h3 {
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
}

.section-mono-pay-layout .close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    background: #72d9ff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 400;
    cursor: pointer;
}

.section-mono-pay-layout .phone-field,
.section-mono-pay-layout .user_name,
.section-mono-pay-layout .user_last_name,
.section-mono-pay-layout .user_email {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #b3b3b3;
    padding-left: 16px;
    margin: 0 0 20px;
}

.section-mono-pay-layout .send-mono-pay {
    width: 100%;
    height: 50px;
    border-radius: 50px !important;
    border: 1px solid #b3b3b3;
    background: #fc0 !important;
    box-shadow: 4px 4px 23px 0px #aba6ab;
}

.section-mono-pay-layout .partials-block {
    display: flex;
    gap: 25px;
    align-items: center;
    margin-bottom: 40px;
}

.section-mono-pay-layout .partials-block__cost span {
    font-weight: 700;
    font-size: 20px;
}

.section-mono-pay-layout .partials-block__logo {
    border-radius: 15px;
    border: 1px solid #b3b3b3;
    width: 180px;
    height: 80px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.section-mono-pay-layout .partials-block__logo img {
    max-width: 50px;
    height: auto;
}

.section-mono-pay-layout .partials-block__logo span {
    font-size: 16px;
}

.section-mono-pay-layout .partials-block__logo:after {
    content: "";
    background: url("../images/yellow-check.svg") no-repeat center;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -1px;
    right: -1px;
}

.section-mono-pay-layout .partials-block__select {
    max-width: 130px;
}

.section-mono-pay-layout .partials-block__select .parts_field {
    border-radius: 10px;
    border: 1px solid #b3b3b3;
    height: 50px;
    font-size: 16px;
}

.wpml-ls-current-language.wpml-ls-menu-item {
    position: relative;
}

.wpml-ls-current-language.wpml-ls-menu-item:hover .sub-menu {
    display: block;
}

.wpml-ls-current-language.wpml-ls-menu-item .sub-menu {
    display: none;
    list-style: none;
    position: absolute;
    padding: 5px;
    margin: 0 0 0 -6px;
    border: 1px solid #f5f5f5;
}

@media screen and (max-width: 1105px) {
    .wpml-ls-current-language.wpml-ls-menu-item .sub-menu {
        display: block;
    }
}

.woocommerce div.product span.price del,
.woocommerce div.product span.price del .woocommerce-Price-currencySymbol {
    font-size: 14px !important;
}

.price ins {
    text-decoration: none !important;
}

.woocommerce-Price-amount bdi {
    text-decoration: none !important;
}

.woocommerce-Price-amount del {
    text-decoration: none !important;
}


@media (max-width: 1280px) {
    .single_add_to_cart_button {
        padding: 14px 35px !important;
    }
}

@media (max-width: 1280px) {
    .mono-part-pay.button {
        padding: 14px 26px;
    }
}

@media (max-width: 1280px) {
    .price-cart-wrapper .price .woocommerce-Price-amount {
        font-size: 32px;
    }
}

.wpml-ls-statics-footer.wpml-ls {
    display: none !important;
}

.site-footer {
    padding: 40px 0 0 0;
    border-top: 1px solid #c5c5c5;
}

.slick-list.draggable {
    border-radius: 15px;
}

.slick-track.flex-control-nav {
    border: 1px solid #d9d9d9;
    border-radius: 15px;
}

.price-cart-wrapper .price del {
    font-size: 16px;
}

.price-cart-wrapper .price del .woocommerce-Price-currencySymbol {
    font-size: 16px !important;
}

.custom-related-products {
    margin-bottom: 120px;
}

.custom-related-products h2 {
    font-size: 40px;
    margin-bottom: 60px;
}

.custom-related-products h3 {
    font-size: 16px;
    line-height: 24px;
}

.custom-related-products .slick-list.draggable {
    border: none !important;
    outline: none !important;
}

.custom-related-products .product-card {
    max-width: 380px;
    padding: 22px;
    margin-right: 20px;
    border: 1px solid #d9d9d9;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 474px;
}

.custom-related-products .product-card .product-cart-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slick-track button {
    display: none !important;
}

.root-category {
    font-size: 50px;
}

.search-result-item .search-thumbnail {
    width: 300px;
}

.search-result-item img {
    width: 300px;
    min-width: 300px;
    height: auto;
}

@media screen and (min-width: 1440px) {
    .container-header {
        max-width: 1600px;
    }

    .burger-btn,
    .mobile-search-btn,
    .contact-phones-mobile,
    .site-mobile-header-row {
        display: none;
    }
}

@media screen and (max-width: 1440px) {

    .burger-btn,
    .mobile-search-btn,
    .contact-phones-mobile,
    .site-mobile-header-row {
        display: none;
    }

    .container-header {
        max-width: 1200px;
    }

    .phone-item-visible {
        font-size: 20px;
    }
}

@media screen and (max-width: 1105px) {

    #site-navigation,
    .menu-top-menu-category-container,
    .search-box {
        display: none;
    }

    .burger-btn,
    .mobile-search-btn,
    .mobile-main-menu-block {
        display: block;
    }
}

@media screen and (max-width: 660px) {
    .site-header-row {
        display: none;
    }

    .header-bot {
        display: block;
    }

    .header-bot .phone-item {
        display: none;
        font-size: 20px;
    }

    .contact-phones-mobile {
        display: block;
        padding: 12px 0 0 0;
        border-top: #d3d3d3 1px solid;
    }

    .contact-phones-mobile .phone-item-visible {
        text-align: center;
    }

    .site-mobile-header-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 16px 8px;
    }

    .site-mobile-header-row .site-branding {
        padding-left: 46px;
    }

    .cart-search-wrapp {
        display: flex;
        align-items: center;
        max-width: 86px;
    }

    .cart-search-wrapp .mobile-search-btn {
        font-size: 20px;
    }
}

.product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

/* Класс для блокировки скролла body */
body.popup-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

/* Дополнительные стили для мобильных устройств */
@media screen and (max-width: 480px) {
    .section-mono-pay-layout {
        padding: 10px;
    }

    .section-mono-pay-layout .mono-pay-content {
        margin: 1% auto;
        max-height: 98vh;
        padding: 30px 20px;
    }

    .section-mono-pay-layout .partials-block {
        flex-direction: column;
        gap: 15px;
        align-items: stretch;
    }

    .section-mono-pay-layout .partials-block__logo {
        width: 100%;
        justify-content: center;
    }

    .section-mono-pay-layout .partials-block__select {
        max-width: 100%;
    }

    .section-mono-pay-layout .partials-block__select .parts_field {
        width: 100%;
    }
}