* {
    box-sizing: border-box;
    outline: none;
}

html {
    width: 100%;
}

body {
    width: 100%;
    margin: 0;
    font-family: "Arial";
    font-weight: 300;
    font-size: 16px;
    color: #503929;
    overflow-x: hidden;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

h1,
h2 {
    margin: 0;
}

a {
    text-decoration: none;
    outline: none;
    display: block;
    width: fit-content;
    cursor: pointer;
}

input {
    -webkit-appearance: none;
}

p {
    margin: 0;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.al-center {
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.jc-sb {
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.jc-center {
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.jc-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.w-100 {
    width: 100%;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 40px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-90 {
    margin-top: 90px;
}

.col-35 {
    width: 35%;
}

.col-40 {
    width: 40%;
}

.col-45 {
    width: 45%;
}

.col-55 {
    width: 55%;
}

.col-50 {
    width: calc((100% - 40px) / 2);
}

.col-60 {
    width: 60%;
}

.col-65 {
    width: 65%;
}

.content-text h2,
.content-text h3 {
    margin-bottom: 20px;
}

.ta-center {
    text-align: center;
}

.basic-page {
    padding-top: 100px;
}

.woocommerce {
    max-width: 100% !important;
}

.section--pink {
    background-color: #f0e5e1;
}

.section--peach {
    background-color: #f5f5ef;
}

.section--br-peach {
    background-color: #ebddd4;
}

.section--light {
    background-color: #f5f5ef;
}

.section-catalog-info {
    padding: 50px 0;
}

.text {
    font-family: Arial;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.55;
    color: #503929;
}

.text-xl {
    font-family: "Arial", Arial, sans-serif;
    font-weight: 400;
    color: #503929;
    font-size: calc(14px + 6 * (100vw / 1200));
    line-height: 1.55;
}

.text-base {
    font-family: Arial;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 300;
    color: #000000;
}

.title {
    font-family: "Arial", Arial, sans-serif;
    font-weight: 600;
    font-size: calc(30px + 12 * (100vw / 1200));
    line-height: 1.23;
    color: #000000;
    margin-bottom: 20px;
}

.title-xs {
    font-family: "Arial", Arial, sans-serif;
    font-weight: 600;
    font-size: calc(20px + 2 * (100vw / 1200));
    line-height: 1.35;
    color: #503929;
}

.subtitle {
    font-family: "Arial", Arial, sans-serif;
    font-size: calc(16px + 4 * (100vw / 1200));
    line-height: 1.55;
    font-weight: 300;
    color: #000000;
}

.subtitle--xl {
    font-size: calc(16px + 8 * (100vw / 1200));
}

.title-up {
    color: #503929;
    font-family: "Arial", Arial, sans-serif;
    font-weight: 600;
    font-size: calc(18px + 2 * (100vw / 1200));
    line-height: 31px;
    text-transform: uppercase;
}

.cost {
    color: #000000;
    font-family: "Arial", Arial, sans-serif;
    font-weight: 600;
    font-size: calc(24px + 16 * (100vw / 1200));
    line-height: 62px;
}

.cost-sm {
    color: #000000;
    font-size: calc(18px + 6 * (100vw / 1200));
    font-family: "Arial", Arial, sans-serif;
    font-weight: 600;
    line-height: 37px;
}

.title--brown {
    color: #503929;
}

.text-b {
    font-weight: 700;
}

.subtitle:last-child {
    margin-bottom: 90px;
}

.text-brown {
    color: rgb(80, 57, 41);
}

.swiper-button {
    border: 2px solid #000;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/arr.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}

.swiper-button-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 18%;
}

.swiper-button-next {
    right: 18%;
}

.link-blue {
    color: rgb(38, 57, 227);
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: rgb(49, 37, 219);
    box-shadow: none;
    text-decoration: none;
    font-family: Arial;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 300;
}

.block-center {
    margin: 0 auto;
}

.product_type_simple.button,
.single_add_to_cart_button.button,
.checkout-button {
    color: #ffffff !important;
    background-color: #503929 !important;
    border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    height: 45px;
    font-size: 14px !important;
    line-height: 28px !important;
    padding: 0 30px !important;
}

.woocommerce-loop-product__title,
.woocommerce ul.products li.product .price {
    color: #000000;
    line-height: 1.35 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}


/* section-consult start*/

input:not([type="checkbox"]):not([type="radio"]):not([type="number"]):not([type="submit"]) {
    color: #000000;
    border: 1px solid #b3b3b3;
    padding: 16px 0 12px 0;
    outline: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    font-family: "Arial", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    /* margin-bottom: 24px; */
    position: relative;
}

.wpcf7-form-control-wrap {
    margin-bottom: 24px;
    display: block;
}

.wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* section-consult end*/

.btn,
input[type="submit"].wpcf7-submit,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.button.wc-backward, .woocommerce-product-search button {
    border: 0 none;
    border-radius: 60px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    background-color: #98765d !important;
    border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    -webkit-border-radius: 30px !important;
    height: 60px;
    padding: 0 60px;
    cursor: pointer;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.btn-dark,
input[type="submit"].wpcf7-submit,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    color: #ffffff !important;
    background-color: #503929 !important;
}

.btn--border,
.button.wc-backward {
    border: 2px solid #503929 !important;
    background-color: #ebddd4 !important;
    color: #503929;
}

.btn--base,
.button.wc-backward {
    background-color: transparent;
    color: #503929 !important;
    font-size: 16px;
    font-family: "Arial", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 700;
    border-width: 3px;
    border-radius: 30px;
    background-position: center center;
    border-color: #503929 !important;
    border-style: solid;
}

.btn:hover,
input[type="submit"].wpcf7-submit:hover {
    background-color: rgb(222, 202, 182) !important;
    color: #503929 !important;
}

.btn:hover.btn-base {
    background-color: transparent;
}

.container-out {
    position: relative;
    width: calc(100% + 170px);
}

.container-out--left {
    left: -170px;
}


/* .container-out--right {} */

.container-out__info-right {
    padding: 105px 0 105px 70px;
}

.container-out__info-left {
    padding: 105px 70px 105px 0px;
}


/* common end*/


/* header start*/

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(240, 229, 225, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

header.fixed {
    border-bottom: 1px solid #f8f5f2;
    background-color: #f5f5ef;
}

.logo {
    width: 80px;
}

.menu-wrap {
    width: calc(100% - 340px);
}

.sociallinks__item {
    padding: 0 5px;
}

.menu-item:not(:last-child) {
    margin-right: 24px;
}

.menu-item a {
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    color: #503929;
}

.menu-item a.active {
    color: #98765d;
}


/* header end*/


/* section-top start*/

.section-top {
    height: 1000px;
    /* position: relative; ------*/
}

.section-top__wrapper {
    padding-top: 340px;
    width: 500px;
    position: relative;
    z-index: 10;
    left: 7%;
}

.section-top__title {
    font-family: "Arial";
    font-weight: 300;
    font-size: calc(26px + 14 * (100vw / 1200));
    line-height: 1.23;
    text-transform: uppercase;
    color: #503929;
}

.section-top__info,
.section-top-consult__info {
    font-family: "Arial", Arial, sans-serif;
    font-weight: 300;
    font-size: calc(16px + 6 * (100vw / 1200));
    line-height: 1.55;
    color: #503929;
    padding: 40px 0 54px;
}


/*sectin-top-maket-start*/

@media (min-width: 760px) {
    .section-top {
        display: flex;
    }
}

.section-top__content {
    flex: 0 0 100%;
    display: flex;
}

@media (min-width: 760px) {
    .section-top__wrapper {
        width: 38%;
        padding: 50px 0px;
    }
}

.section-top__image img {
    max-width: 100%;
}

@media (min-width: 760px) {
    .section-top__image {
        position: relative;
        flex: 0 0 calc(100vw * 0.62);
        padding: 0 0 44% 0;
        transform: translate(-100%, 0px);
    }

    .section-top__image img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
    }
}


/*sectin-top-maket-end*/


/* section-benefits start*/

.benefits-card {
    margin-bottom: 40px;
}

.benefits-card-pic {
    height: 76px;
}


/*sectin-benefits-maket-start*/

@media (min-width: 760px) {
    .section-benefits {
        display: flex;
    }
}

.section-benefits__content {
    /*flex: 0 0 100%;*/
    display: flex;
}

@media (min-width: 760px) {
    .section-benefits__wrapper {
        width: 70%;
        padding: 50px 0px 50px 60px;
    }
}

.section-benefits__image img {
    max-width: 100%;
}

@media (min-width: 760px) {
    .section-benefits__image {
        position: relative;
        flex: 0 0 calc(100vw * 0.3);
        /* flex: 0 0 calc(((100vw - 40px) * 0.4) + 20px); */
        padding: 0 0 44% 0;
        transform: translate(0%, 0px);
    }

    .section-benefits__image img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
    }
}


/*sectin-benefits-maket-end*/


/* section-benefits end*/


/* section-success start*/

.section-success {
    padding: 50px 0 90px;
}

.success__swiper {
    padding: 40px 0;
}


/* section-success end*/

.footer-wrap {
    padding: 60px 0;
}

.footer-wrap text {
    font-size: calc(16px + 2 * (100vw / 1200));
}

.footer-wrap p a {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    width: auto;
}

.footer-wrap p:nth-child(2) {
    color: rgb(80, 57, 41);
    font-family: Arial;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.55;
}

.footer-wrap .sociallinks__item {
    padding: unset;
}

.footer-wrap .sociallinks__item:not(:last-child) {
    margin-right: 1px;
}

.payment-wrapper {
    padding: 60px 0 0;
    flex-wrap: nowrap;
    overflow-x: hidden;
}

.form-wrap {
    width: 100%;
}


/*sectin-consult-maket-start*/

@media (min-width: 760px) {
    .section-consult {
        display: flex;
    }

    .payment-ic {
        max-width: 85%;
    }

    .erip-ic {
        max-width: 15%;
    }
}

.section-consult__content {
    flex: 0 0 100%;
    display: flex;
}

.section-consult__wrapper {
    padding: 50px 20px 50px 0px;
}

@media (min-width: 760px) {
    .section-consult__wrapper {
        width: 50%;
        padding: 50px 60px 50px 0px;
    }
}

.section-consult__image img {
    max-width: 100%;
}

@media (min-width: 760px) {
    .section-consult__image {
        position: relative;
        flex: 0 0 50%;
        padding: 0 0 44% 0;
        transform: translate(-100%, 0px);
    }

    .section-consult__image img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
    }
}


/*sectin-consult-maket-end*/


/*consult-page*/


/*section-top start*/

.section-top-consult {
    height: 100vh;
    background: url(../images/back.jpg) no-repeat center;
    background-size: cover;
    height: 660px;
    position: relative;
}

.section-top-consult::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(top, rgba(235, 221, 212, 0.9), rgba(224, 212, 202, 0.4));
    width: 100%;
    height: 100%;
}

.section-top-consult__wrapper {
    max-width: 1000px;
    padding: 170px 0;
    position: relative;
    z-index: 10;
}

.section-top-consult__title {
    font-family: "Arial", Arial, sans-serif;
    font-weight: 600;
    font-size: calc(30px + 42 * (100vw / 1200));
    line-height: 1.17;
    letter-spacing: 1px;
    color: rgb(80, 57, 41);
}

.section-top-consult__info {
    font-weight: 400;
}


/* section-top end*/


/* section-plus start*/

.section-plus {
    padding: 150px 0;
}

.section-plus__wrapper-inner {
    max-width: 600px;
    flex-direction: column;
}

.section-plus__item {
    padding-left: 95px;
    background: url(../images/icons/stars.svg) left top no-repeat;
    background-size: 65px 65px;
}

.section-plus__item:not(:first-child) {
    margin-top: 65px;
}

.section-plus-item__title {
    font-family: "Arial", Arial, sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: calc(16px + 4 * (100vw / 1200));
    line-height: 1.35;
}

.section-plus-item__text {
    font-family: "Arial", Arial, sans-serif;
    font-weight: 300;
    color: #000000;
    font-size: calc(14px + 4 * (100vw / 1200));
    line-height: 1.55;
}


/* section-plus end*/


/* section-knowledge start*/

.section-knowledge {
    background: url(../images/back2.jpg) no-repeat center;
    background-size: cover;
    padding: 90px 0;
    height: 814px;
}

.section-knowledge__wrapper-inner {
    max-width: 580px;
    flex-direction: column;
}

.section-knowledge__item {
    padding: 30px 47px 30px 90px;
}

.section-knowledge__item:first-child {
    background: url(../images/icons/1.svg) left center no-repeat;
    background-size: 70px 70px;
}

.section-knowledge__item:nth-child(2) {
    background: url(../images/icons/2.svg) left center no-repeat;
    background-size: 70px 70px;
}

.section-knowledge__item:last-child {
    background: url(../images/icons/3.svg) left center no-repeat;
    background-size: 70px 70px;
}


/* .section-knowledge__item:not(:first-child) {
  margin-top: 16px;
} */

.section-knowledge-item__text {
    font-family: "Arial", Arial, sans-serif;
    color: #000000;
    font-size: calc(16px + 8 * (100vw / 1200));
    line-height: 1.55;
    font-weight: 500;
    line-height: 37px;
}


/* section-knowledge end*/


/* section-price start*/

.section-price {
    padding: 90px 0 20px;
}

.section-price-wrapper__item {
    background-color: rgb(244, 240, 235);
    padding: 40px;
}

.section-price-wrapper-item__info li {
    list-style: disc;
}

.section-price-wrapper__item:nth-child(-n + 2) {
    margin-bottom: 40px;
}

.cost_wrap {
    padding: 15px 0;
}


/* section-price end*/

.header_burger {
    display: none;
    width: 22px;
    height: 14px;
    position: relative;
}

.popup {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    overflow: auto;
    pointer-events: none;
    opacity: 0;
    visibility: visible;
}

.popup.is-active {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}

.popup__wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.popup__inner {
    display: table-cell;
    vertical-align: middle;
    padding: 70px 0;
}

.popup__content {
    height: 100vh;
    background: url(../images/back3.jpg) center no-repeat;
    background-size: cover;
    margin: 0 auto;
    position: relative;
}

.popup-content__inner {
    width: 42%;
}

.popup__title {
    color: #000000;
    font-size: calc(20px + 12 * (100vw / 1200));
    font-family: "Arial", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
}

.btn-close {
    position: relative;
    border: none;
    cursor: pointer;
    background: none;
    padding: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    transition: transform 0.2s, opacity 0.2s;
}

.popup__btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.btn-close::before,
.btn-close::after {
    content: "";
    background: #ffffff;
    height: 40px;
    width: 3px;
    position: absolute;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.btn-close::before {
    transform: translateY(-50%) rotate(45deg);
}

.btn-close::after {
    transform: translateY(-50%) rotate(-45deg);
}

.popup__form input:not([type="checkbox"]):not([type="radio"]):not([type="number"]):not([type="submit"]) {
    color: rgb(0, 0, 0);
    border: 1px solid rgb(0, 0, 0) !important;
    background-color: rgb(252, 249, 249) !important;
    border-radius: 30px !important;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    padding: 0 20px !important;
}

.wpcf7-spinner {
    position: absolute;
    right: 0;
}

.popup .btn-popup {
    margin-right: 20px;
    color: #503929;
    border: 2px solid #503929;
    background-color: #ebddd4;
    border-radius: 30px;
    font-size: 16px;
    font-family: Arial;
    cursor: pointer;
    transition: 0.3s ease all;
    padding: 0px 15px;
    display: block;
    width: 200px;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px;
}

.btn-doc {
    color: #000000 !important;
    font-size: 18px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    border-width: 1px;
    border-radius: 30px;
    background-position: center center;
    border-color: #000000 !important;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    padding: 0 20px;
    background-color: transparent !important;
}

/* .input-block:not(:last-child) {
    margin-bottom: 12px;
} */

.erip-ic {
    max-width: 80px !important;
}

.payment-ic {
    max-width: 680px !important;
}

.form-wrap .btn-dark,
.form-wrap .wpcf7-submit {
    margin: 30px 0 10px;
}

.wpcf7-not-valid-tip {
    color: #F95D51 !important;
}

.xoo-wsc-items-count {
    background-color: #F95D51 !important;
    top: 0px !important;
    left: 0px !important;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none !important;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: none !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: transparent !important;
    color: #503929 !important;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: transparent !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    border: 1px solid #503929;
    border-radius: 6px;
}

.woocommerce-checkout-review-order-table,
.payment_methods,
#order_review_heading {
    display: none !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background-color: #f0e5e1;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: none !important;
}

.product-page .entry-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.product-page #post-327 .entry-content .woocommerce {
    width: 50%;
}

.product-page .entry-content p~.woocommerce~.woocommerce {
    order: -1;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    width: 70%;
}

.woocommerce-billing-fields {
    padding-right: 100px;
}

td.actions {
    display: none;
}

.woocommerce a.added_to_cart {
    margin-left: 24px;
}

.quantity {
    max-width: 150px;
    position: relative;
    display: flex;
    align-items: center;
}

label.screen-reader-text {
    display: none;
}

.quantity button {
    border: none;
    position: relative;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    max-width: 20px;
    color: #222;
    font-size: 30px;
    background: none;
}

.input-text.qty.text {
    position: relative;
    border: 0;
    margin: 0;
    padding: 0;
}

.quantity button.down:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    content: '';
    width: 14px;
    height: 1px;
    background-color: #999;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}

.quantity button.up {
    right: 12px;
}

.quantity button.up:before,
.quantity button.up:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    content: '';
    width: 14px;
    height: 1px;
    background-color: #999;
}

.quantity button.up:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.quantity button.up:after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}

.quantity .form-control {
    border: 2px solid #eaeaea;
    height: 45px;
    padding: 0 25px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #222;
    background-color: transparent;
}

.quantity input {
    border-radius: 0;
}

/* .woocommerce-notices-wrapper {
    display: none;
} */

@media screen and (max-width: 1250px) {
    .popup-content__inner {
        width: 70%;
        margin: auto;
    }
}

@media screen and (max-width: 960px) {
    .header_burger {
        display: block;
    }

    .menu-wrap {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgb(240, 229, 225);
        z-index: 10;
        padding: 75px;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: 0.2s all linear;
        -o-transition: 0.2s all linear;
        transition: 0.2s all linear;
        padding: 90px 10px;
    }

    .menu-wrap_active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        display: flex;
        justify-content: center;
    }

    .menu-wrap_active .menu-wrap__inner {
        max-width: 240px;
        background-image: url(../images/logo/logo.svg);
        background-repeat: no-repeat;
        background-size: 90px;
        background-position: top center;
    }

    .menu-wrap_active ul {
        padding-top: 60%;
    }

    .menu-wrap-close {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 11;
    }

    .burger_line {
        display: block;
        width: 100%;
        height: 2px;
        background-color: black;
        position: absolute;
        right: 0;
    }

    .burger_line:first-child {
        top: 0;
    }

    .burger_line:nth-child(2) {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .burger_line:last-child {
        bottom: 0;
        width: 70%;
    }

    .header_nav-close {
        width: 22px;
        height: 22px;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 11;
    }

    .header-nav-close-line {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #503929;
        position: absolute;
        top: 50%;
    }

    .header-nav-close-line:first-child {
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
    }

    .header-nav-close-line:last-child {
        -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
    }

    .menu-list {
        display: block;
        width: 100%;
    }

    .sociallinks__wrapper {
        margin: auto;
    }

    .menu-item,
    .menu-item a {
        width: 100%;
        text-align: center;
    }

    .menu-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 24px;
    }

    .popup .btn-popup {
        margin-right: 0;
        margin-bottom: 24px;
    }
}

@media (max-width: 760px) {
    .btn {
        padding: 0 30px;
    }

    header {
        display: flex;
        align-items: center;
        min-height: 64px;
        padding: 20px 0;
        background-color: #f0e5e1;
    }

    .header-wrap {
        display: flex;
        justify-content: end;
    }

    .section-top {
        height: 577px;
    }

    .section-top__content {
        background-image: url(../images/tatyana-makarevich.jpeg);
        background-attachment: scroll !important;
        background-size: cover;
        background-position: top center;
        position: relative;
        height: inherit;
    }

    .section-top__content:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.4);
        width: 100%;
        height: 100%;
    }

    .section-top__wrapper {
        left: 0;
        padding-top: 200px;
    }

    .section-top__title,
    .section-top__info {
        color: #f0e5e1;
    }

    .section-benefits {
        padding: 90px 44px;
    }

    .subtitle:last-child {
        margin-bottom: 40px;
    }

    .benefits-cards,
    .section-knowledge__wrapper .title {
        text-align: center;
    }

    .benefits-card-pic {
        display: flex;
        justify-content: center;
    }

    .swiper-button-prev {
        left: 8%;
    }

    .swiper-button-next {
        right: 8%;
    }

    .section-consult__wrapper {
        padding: 50px 30px;
    }

    .form-wrap .mt-20 {
        margin-top: 40px;
    }

    .section-top-consult__wrapper {
        padding: 90px 0;
    }

    .section-plus {
        padding: 90px 0;
    }

    .section-plus__item {
        padding-left: 88px;
    }

    .section-knowledge {
        background: unset;
        height: unset;
        background-color: rgb(242, 231, 226);
    }

    .section-knowledge__wrapper-inner {
        max-width: unset;
    }

    .section-price-wrapper__item {
        background-color: rgb(255, 255, 255);
        border-radius: 5px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 0px;
        height: auto;
    }

    .section-price-wrapper__item {
        padding: 20px 40px;
    }

    .mt-90 {
        margin-top: 30px;
    }

    .mt-60 {
        margin-top: 30px;
    }

    .mt-40 {
        margin-top: 20px;
    }

    .hidden {
        display: none !important;
    }

    .section-top__title {
        font-size: calc(26px + (14 + 14 * 0.7) * ((100vw - 320px) / 1200));
    }

    .section-top__info,
    .section-top-consult__info {
        font-size: calc(16px + (6 + 6 * 0.7) * ((100vw - 320px) / 1200));
    }

    .title {
        font-size: calc(30px + (12 + 12 * 0.7) * ((100vw - 320px) / 1200));
    }

    .subtitle {
        font-size: calc(16px + (4 + 4 * 0.7) * ((100vw - 320px) / 1200));
    }

    .subtitle--xl {
        font-size: calc(16px + (8 + 8 * 0.7) * ((100vw - 320px) / 1200));
    }

    .title-xs {
        font-size: calc(20px + (2 + 2 * 0.7) * ((100vw - 320px) / 1200));
    }

    .footer-wrap text {
        font-size: calc(16px + (2 + 2 * 0.7) * ((100vw - 320px) / 1200));
    }

    .section-top-consult__title {
        font-size: calc(30px + (42 + 42 * 0.7) * ((100vw - 320px) / 1200));
    }

    .section-top-consult .section-top-consult__info {
        font-size: 14px;
    }

    .section-plus-item__title {
        font-size: calc(16px + (4 + 4 * 0.7) * ((100vw - 320px) / 1200));
    }

    .section-plus-item__text {
        font-size: calc(14px + (4 + 4 * 0.7) * ((100vw - 320px) / 1200));
    }

    .section-knowledge-item__text {
        line-height: 23px;
        font-size: calc(14px + (8 + 8 * 0.7) * ((100vw - 320px) / 1200));
    }

    .title-up {
        font-size: calc(18px + (2 + 2 * 0.7) * ((100vw - 320px) / 1200));
    }

    .text-xl {
        font-size: calc(14px + (6 + 6 * 0.7) * ((100vw - 320px) / 1200));
    }

    .cost {
        line-height: 31px;
        font-size: calc(24px + (16 + 16 * 0.7) * ((100vw - 320px) / 1200));
    }

    .cost-sm {
        line-height: 32px;
        font-size: calc(18px + (6 + 6 * 0.7) * ((100vw - 320px) / 1200));
    }

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100% !important;
    }

    .product-page #post-327 .entry-content .woocommerce {
        width: 100%;
    }

    .woocommerce-page table.cart td.actions .button {
        display: none;
    }
}

@media (max-width: 380px) {
    .section-knowledge__item {
        padding: 15px 20px 15px 80px;
    }
}

input[type="radio"] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    border-color: #000;
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: .6;
}

input[type="checkbox"] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    border: 2px solid #000;
    box-sizing: border-box;
    margin-right: 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: .6;
}

.product-category {
    width: fit-content !important;
    display: inline-block;
    margin: 10px 15px !important;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    float: none !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #000 !important;
    font-weight: bold;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    border: none !important;
}

.shop_table a {
    color: #000 !important;
}

.woocommerce-product-details__short-description {
    margin-bottom: 24px;
}

.woocommerce div.product form.cart {
    display: flex;
    align-items: center;
}

.cart_totals .shop_table {
    margin-top: 24px !important;
}

/* #error-msg {
    color: red;
}

#valid-msg {
    color: #00c900;
}

input.error {
    border: 1px solid #ff7c7c;
}

.hide {
    display: none;
} */


/*Стилия для поля выбора количества товаров Woocommerce*/
/*CSS стили блока с числами и кнопками +/-*/
.input-number-box {
    display: inline-block;
    position: relative;
    padding-right: 25px;
    /*внутренний отступ справа*/
    margin-bottom: 40px;
    /*отступ снизу под блоком*/
    width: 75px;
    /*ширина блока*/
}

/*CSS стили для поля с цифрами */
.input-number {
    line-height: 2;
    /*высота строки*/
    border: 1px solid #000;
    /*рамка*/
    position: absolute;
    left: 0px;
    float: left !important;
    margin: 0px !important;
    height: 37px;
    /*высота поля*/
    text-align: center;
    padding: 1px 5px !important;
    /*внетренний отступ*/
    width: 55px !important;
    /*ширина поля*/
}

/*CSS стили для кнопок +/-*/
.input-number-more,
.input-number-less {
    right: 0px;
    /*отступ справа*/
    cursor: pointer;
    position: absolute;
    line-height: 1;
    /*высота строки */
    background: #F9F9F9;
    /*цвет фона */
    border-radius: 2px;
    /*радиус скругления углов*/
    border: 1px solid #ccc;
    /*рамка*/
    color: #555;
    /*цвет шрифта*/
    width: 20px;
    /*ширина*/
    text-align: center;
}

/*CSS стили для кнопок +/- при наведении мышки*/
.input-number-more:hover,
.input-number-less:hover {
    color: #000;
    /*цвет шрифта*/
    background: #F1F1F1;
    /*цвет фона*/
}

/*CSS стили для кнопки - */
.input-number-less {
    top: 18px;
    /*отступ сверху, равный высоте кнопки*/
    padding-bottom: 2px;
    /*внутренний отступ (при необходимости)*/
}

.entry.product.type-product .qib-container {
    margin-right: 24px;
}

.qib-button:not(#qib_id):not(#qib_id) {
    background-color: transparent;
}

form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_) {
    height: 45px !important;
}

.woocommerce form .form-row label {
    font-size: 14px;
}

.woocommerce-billing-fields h3 {
    display: none;
}

.woocommerce-info {
    border: none;
}

.woocommerce-info:before {
    display: none;
}

.search-form {
    margin-top: 40px;
    padding-bottom: 80px;
    max-width: unset;
}

.woocommerce-product-search {
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.woocommerce-product-search button {
    margin-top: 24px;
}

.search-result-count {
    margin-bottom: 40px;
}
.search-result-item {
    width: 33.3%;
    padding: 0 12px;
    margin-bottom: 40px;
}

.search-result-item h2 {
    color: #000000;
    line-height: 1.35 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    margin: 16px 0;
}

.search-result-item .post-thumbnail .wp-post-image {
    margin-top: 0;
}

.navigation.pagination {
    width: 100%;
}