* {
    box-sizing: border-box;
}

.site_title {
    font-weight: 700;
    font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
    line-height: 140%;
    letter-spacing: 0.05em;
}

.margin_block {
    margin-top: clamp(50px, calc(50px + 50 * ((100vw - 320px) / 880)), 100px);
    ;
}

.requestbyoneclick .inpt_wrpr {
    background-color: #308a1b;
}

.requestbyoneclick .inpt_wrpr label {
    color: #fff;
}

.green_text {
    color: #308a1b;
}

/* FORM FOOTER ФОРМА В ФУТЕРЕ */
.form_container * {
    margin-bottom: 0;
}

.clb-block-12 {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    padding-bottom: 50px;
}

.clb-left {
    max-width: 500px;
    height: 500px;
    overflow: hidden;
    border-radius: 50%;
}

.clb-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.clb-right {
    max-width: 630px;
    display: flex;
    flex-flow: column;
    width: 100%;
    position: relative;
}

.exform_inner {
    margin-top: 0;
}

.style-callback12 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    left: -90px;
    margin-top: 60px;
}

.style-callback12 .exform_inner {
    overflow: hidden;
    border-radius: 100px;
    background: #eaeaea;
    width: max-content;
}

.clb-right-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 140%;
}

.clb-right-subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    margin-top: 50px;
}

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

.inpt_wrpr {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    padding: 30px 60px;
    gap: 45px;
}

.form_input_name,
.form_input_phone {
    display: flex;
    flex-flow: column;
    gap: 5px;
}

.inpt_wrpr input {
    border-radius: 15px;
    border: 1px solid #fff;
    border-radius: 15px;
    /* padding: 25px 46px; */
    padding: 21px 26px;
    width: 100%;
    margin-top: 7px;
}

.inpt_wrpr label {
    font-weight: 400;
    font-size: 14px;
    line-height: 121%;
}

.send_btn {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    border: unset;
    cursor: pointer;
    background: #308a1b;
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    padding: 48px 40px;
}

.exform_addmsg {
    margin-left: auto;
    margin-top: 15px;
}

.exform_addmsg p {
    font-weight: 300;
    font-size: 14px;
    line-height: 121%;
    color: rgba(26, 26, 26, 0.5);
}

.exform_addmsg a {
    color: rgba(26, 26, 26, 0.50);
    text-decoration: underline;
}

@media (max-width: 1200px) {
    .clb-block-12 {
        justify-content: center;
    }

    .clb-left {
        max-width: 100%;
    }

    .style-callback12 {
        position: relative;
        bottom: unset;
        width: 100%;
        left: 0;
    }

    .style-callback12 .exform_inner {
        width: 100%;
    }

    .send_btn {
        width: 100%;
    }

    .form_input_name,
    .form_input_phone {
        width: 100%;
    }
}

/* HERO BLOCK ПЕРВЫЙ БЛОК НА ГЛАВНОЙ СТРАНИЦЕ */
.hero_inner * {
    margin-bottom: 0;
}

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

.hero_left {
    max-width: 600px;
    display: flex;
    flex-flow: column;
}

.hero_image {
    max-width: 520px;
}

.hero_image img {
    width: 100%;
}

.hero_subtitle {
    margin-top: 60px;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
}

.hero_buttons {
    display: flex;
    flex-flow: wrap;
    margin-top: 30px;
}

.hero_btn_grey {
    background: #eaeaea;
    border-radius: 50px;
    padding: 20px 160px 20px 15px;
    transition: all ease 0.3s;
    line-height: 2;
}

.hero_btn {
    background: #fba457;
    border: 3px solid #f2f0fe;
    border-radius: 50px;
    font-weight: 700;
    text-align: center;
    color: #f6fafd;
    padding: 20px;
    position: relative;
    left: -15px;
}

.hero_buttons:hover .hero_btn_grey {
    background: #FBA457;
    color: #Fff;
}

.hero_left_bottom {
    margin-top: 60px;
}

.hero_bottom_inner {
    display: flex;
    flex-flow: wrap;
    margin-top: 35px;
    gap: 40px;
}

@media (max-width: 1200px) {
    .hero_buttons {
        gap: 10px;
        justify-content: center;
    }
    .hero_btn_grey{
        padding-right: 50px;
    }
}

/* ABOUT BLOCK БЛОК КРЧ С ЦИФРАМИ И ИНФОЙ */
.about_inner * {
    margin-bottom: 0;
    text-align: left;
}

.about_inner {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    gap: 50px;
}

.about_left {
    max-width: 430px;
    display: flex;
    flex-flow: wrap;
    gap: 40px;
    padding: 55px;
}

.about_item {
    display: flex;
    flex-flow: column;
    gap: 5px;
    font-weight: 400;
    font-size: 16px;
    flex: 1 1 130px;
}

.about_number {
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    color: #308a1b;
}

.about_right {
    display: flex;
    flex-flow: column;
    flex: 1;
}

.about_right p {
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    .about_inner {
        gap: 25px;
    }

    .about_left {
        max-width: 100%;
    }

    .about_right {
        flex: auto;
    }
}

/* ADVANTAGES BLOCK БЛОК ПРЕИМУЩЕСТВ */
.advantages_inner * {
    margin-bottom: 0;
    text-align: left;
}

.advantages_inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
    gap: 40px;
}

.advantages_item {
    position: relative;
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.adavantages_text {
    position: relative;
    z-index: 1;
}

.advantages_item_image {
    position: absolute;
}

.advantages_inner .advantages_item:nth-child(1) .advantages_item_image {
    top: 51px;
}

.advantages_inner .advantages_item:nth-child(2) .advantages_item_image {
    top: 51px;
    right: 0;
}

.advantages_inner .advantages_item:nth-child(3) .advantages_item_image {
    top: unset;
    bottom: 0;
    transform: translate(50%, 0%);
}

.advantages_inner .advantages_item:nth-child(4) .advantages_item_image {
    top: 51px;
    right: 0;
}

/* PRODUCTS BLOCK БЛОК ПРОДУКТОВ */
.products_inner * {
    margin-bottom: 0;
}

.products_inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(350px, 100%), 1fr));
    gap: 30px;
}

.products_item {
    display: flex;
    flex-flow: column;
    gap: 25px;
    position: relative;
}

.products_image {
    position: relative;
    text-align: center;
}

.products_image_img {
    height: 250px;
    width: 100%;
    object-fit: contain;
}

/* .products_image img {
    width: 100%;
} */

.products_name {
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    color: #111;
}

.products_price {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #111;
}

.products_price span {
    font-size: 20px;
}

.btn_product {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #308a1b;
    border-radius: 30px;
    padding: 5px 30px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    max-width: max-content;
}

.btn_product:hover {
    color: #fff;
}

@media (max-width: 1200px) {
    .products_item {
        justify-content: center;
    }
}

/* HEALTH BLOCK бЛОК ПОЛЕЗНО ДЛЯ ЗДОРОВЬЯ */
.health_section {
    margin-top: clamp(50px, calc(50px + 50*((100vw - 320px) / 880)), 120px);
}
.health_inner {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    gap: 20px;
}

.health_inner p {
    margin-bottom: 0;
}

.health_left {
    max-width: 700px;
}

@media (max-width: 1200px) {
    .health_left {
        max-width: 100%;
    }

    .health_inner {
        justify-content: center;
    }
}

/* DRUGS BLOCK БЛОК С ПРЕПАРАТАМИ */
.drugs_inner * {
    margin-bottom: 0;
}

.drugs_inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(350px, 100%), 1fr));
    gap: 30px;
}

.drugs_image {
    border-radius: 50px;
    overflow: hidden;
    max-width: max-content;
    width: 99px;
    height: 99px;
}

.drugs_image img {
    width: 100%;
    height: 100%;
    display: block;
}

.drugs_item {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    gap: 30px;
}

.drugs_item_inner {
    display: flex;
    flex-flow: wrap;
    gap: 30px;
}

.drugs_text {
    flex: 1;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
}

/* REVIEWS BLOCK БЛОК ОТЗЫВОВ */
.reviews_wrapper * {
    margin-bottom: 0;
}

.reviews_title {
    margin-bottom: 0;
}

.reviews_wrapper .swiper-wrapper {
    padding: 50px;
    margin: -50px;
}

.reviews_title_wrapper {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}

.review_circle {
    border-radius: 100%;
    width: 124px;
    height: 124px;
    background: #eaeaea;
    position: absolute;
    right: 20%;
}

.reviews_inner {
    margin-top: 50px;
}

.custom_slider_nav {
    display: flex;
    gap: 30px;
}

.custom_slider_nav button {
    border: unset;
    padding: 0;
    background: unset;
    transition: all ease 0.3s;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.custom_slider_nav button:hover {
    background: #308a1b;
}

.custom_slider_nav button:hover path {
    fill: #fff;
}


.reviews_slide {
    display: flex;
    flex-flow: column;
    padding: 40px;
    border-radius: 50px;
    box-shadow: 5px 26px 26px -5px rgba(204, 204, 204, 0.5);
    background: #fff;
    font-weight: 400;
    line-height: 168%;
    height: auto !important;
}

.reviews_slide_inner {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.reviews_author {
    font-weight: 700 !important;
    font-size: 22px;
}

.reviews_stars {
    box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.04);
    background: #f6fafd;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.reviews_date {
    font-weight: 400;
    font-size: 13px;
    color: rgba(34, 34, 34, 0.6);
    margin-top: 15px;
}

@media (max-width: 1200px) {
    .reviews_title_wrapper {
        justify-content: center;
        z-index: 9;
    }

    .review_circle {
        display: none;
    }
}

/* PARTNERS BLOCK БЛОК С ПАРТНЕРАМИ */
.partners_inner {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}

.partners_inner * {
    margin-bottom: 0;
}

.our_partners {
    max-width: 636px;
}

.partners_item {
    align-items: center;
    filter: grayscale(1);
    transition: all ease 0.3s;
}

.partners_item:hover {
    filter: grayscale(0);
}

.partners_item img {
    height: max-content;
}

.partners_right_title {
    font-weight: 600 !important;
    font-size: 20px;
    line-height: 140%;
}

.teams_text {
    display: flex;
    flex-direction: column;
    gap: 35px;
    font-weight: 600;
    margin-top: 40px;
    font-size: 18px;
}

.teams_text p {
    font-weight: 600 !important;
    font-size: 18px !important; 
}

.teams_text *:before {
    content: '';
    border-radius: 100%;
    width: 13px;
    height: 13px;
    background: #fba457;
    display: inline-flex;
    margin-right: 15px;
}

@media (max-width: 1200px) {
    .our_partners {
        max-width: 100%;
    }
}