@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
    padding: 0;
    margin: 0;
    transition: 0.25s;
}
body{
    font-family: Montserrat;
    color: #4b4b4b;
}
nav{
    height: 5.5vw;
    width: 100%;
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding-inline: 2%;
    z-index: 999999;

}
.nav__image_left{
    width: 5vw;
    height: 5vw;
}
.nav__container_menu{
    width: 50px;
    height: 50px;
    border-radius: 360px;
    display: flex;
}
.menu__button_container{
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 4.3vw;
    width: 4.3vw;
    border-radius: 1000px;
    background-color: white;
}
  
#menu-toggle{
   display: none;
}
  
.menu__button,
.menu__button::before,
.menu__button::after {
    display: block;
    background: linear-gradient(203deg, #5db217 0%, #00ae43 100%);
    position: relative;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 3px;
    width: 60%;
    height: 10%;
}

.menu__button::before {
    content: '';
    margin-top: -35%;
    width: 100%;
    height: 100%;
}
  
.menu__button::after {
    content: '';
    width: 100%;
    height: 100%;
    margin-top: 55%;
}
  
#menu-toggle:checked + .menu__button_container .menu__button::before {
    margin-top: 0px;
    transform: rotate(405deg);
}
  
#menu-toggle:checked + .menu__button_container .menu__button {
    background: rgba(255, 255, 255, 0);
}
  
#menu-toggle:checked + .menu__button_container .menu__button::after {
    margin-top: -14%;
    transform: rotate(-405deg);
}
  
.menu__button_container {
    display: flex;
}
.nav__container_menu {
    position: fixed;
    z-index: -1;
    width: 26%;
    top: 5.5vw;
    opacity: 0;
    height: fit-content;
    transform: translateX(100%);
    display: inline-flex;
    flex-direction: column;
    border-radius: 30px;
    justify-content: space-around;
    transition: 0.4s;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.7);
}
#menu-toggle:checked ~ .nav__container_menu{
    transform: translateX(-40%);
    opacity: 1;
    display: inline-flex;
}


.container__menu_top{
    background: url(../images/menu-top-image-food.jpg)top/cover no-repeat;
    border-radius: 30px;
    padding: 3%;
    border: 1px solid #00000015;
}
.menu__top_texts{
    margin-bottom: 4%;
}
.menu__top_text{
    color: #4b4b4b;
}
.menu__top_number{
    font-weight: 500;
    font-size: 1.95vw;
    cursor: pointer;
    text-decoration: none;
}

.menu__top_email{
    font-weight: 500;
    font-size: 1.4vw;
}

.menu__container_bottom_button{
    font-weight: 500;
    font-size: 1.4vw;
    border: 2px solid #ffffff00;
    display: inline-block;
    padding: 2%;
    padding-inline: 3%;
    background: linear-gradient(213deg, #6bbe15 0%, #00ae43 100%);
    border-radius: 30px;
    color: white;
    text-decoration: none;
}
.nav__container_button:hover{
    background: linear-gradient(213deg, #6bbe15 0%, #00ae43 100%);
    border: 2px solid #ffffff00;
    color: white;
}
.menu__container_bottom_button:hover{
    background: white;
    border: 2px solid #6BBE15;
    color: #4b4b4b;
}
.container__menu_bottom{
    background-color: none;
    justify-content: space-between;
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 3%;
    padding-inline: 3%;
    background-color: none;

}
.container__menu_tag{
    width: 48%;
    height: 4.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #4b4b4b;
    background: white;
    font-weight: 500;
    font-size: 1.3vw;
    margin-block: 1%;
    border: 1px solid #00000015;
    border-radius: 30px;
    transition: 0s;
}
.active{
    background: url(../images/menu-tag-backrground-active.jpg)center/cover no-repeat;
    border: 1px solid #00ae43;
}
.container__menu_tag:hover{
    color: #00ae43;

}
.active:hover{
    color: #4b4b4b;
    background: url(../images/menu-tag-backrground-active.jpg)center/cover no-repeat;

}

header{
    background: url(../images/header-background.jpg) center/cover no-repeat;
    height: 100vh;
    align-content: center;
}
.nav__container_right{
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}
.nav__container_button{
    font-weight: 600;
    font-size: 1.2vw;
    color: #4b4b4b;
    text-decoration: none;
    background: white;
    border: 2px solid #cfd8e9;
    align-content: center;
    text-wrap: nowrap;
    padding: 0.7vw;
    padding-inline: 1vw;
    border-radius: 30px;
    margin-right: 1vw;
}
.nav__container_button_img{
    width: 1.5vw;
    margin-right: 0.65vw;
    vertical-align: middle;
}
.header__left{
    color: white;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-left: 15%;
}
.header__left_img{
    width: 16vw;
}
.header__texts_title{
    font-weight: 800;
    font-size: 7vw;
}
.header__texts_title_word{
    width: 5vw;
    vertical-align: middle;
}
.header__texts_text{
    font-weight: 600;
    font-size: 1.75vw;
}
.header__left_bottom_container{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 7%;
}
.header__left_buttons{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2%;
}
.header__left_button{
    align-content: center;
    border-radius: 1000px;
    background: white;
    box-sizing: border-box;
    text-wrap: nowrap;
    display: flex;
    padding: 4%;
    border: 2px solid #cfd8e9;
    text-decoration: none;
    color: #4b4b4b;
    font-weight: 600;
    font-size: 1.3vw
}
.header__left_button_img{
    width: 1.8vw;
    height: 1.8vw;
    vertical-align: middle;
    margin-right: 1vw;
}
.call__button{
    background: #00ae43;
    color: white;
}
.header__button_yandex{
    /*background: linear-gradient(203deg, #a430f1 0%, #b347fb 100%);*/
    color: #4b4b4b;
    background: url(../images/business-card-background-phone.jpg)center/cover repeat;
}
.header__button_yandex:hover{
    background: white;
    /*border: 2px solid #a430f1;*/
    outline: 3px solid red;

}
.header__write{
    background: linear-gradient(203deg, #1f75ff, #2165d2);
    height: fit-content;
    font-size: 1.7vw;
    font-weight: 600;
    color: #ffffff;
}
.header__write:hover{
    background: white;
    /*border: 2px solid #ff8800;*/
    color: #2165d2;
}
.header_left_bottom_container_button{
    margin-top: 4%;
    font-size: 1.2vw;
    text-decoration: none;
    color: white;
}
.its{
    height: 100vh;
    text-align: center;
    background: url(../images/its-background.jpg)center/cover no-repeat;
    align-content: center;
}
.its__image_leaf{
    position: absolute;
    z-index: 0;
}
.its__leaf-left1{
    width: 15vw;
    left: 0;
    top: 90%;
}
.its__leaf-left2{
    left: -6%;
    width: 18vw;
    top: 140%;
}
.its__leaf-right1{
    right: 0;
    top: 75%;
    width: 15vw;
    transform: rotate(180deg);
}
.its__leaf-right2{
    right: 0;
    top: 160%;
    position: absolute;
    width: 12vw;
}
.its__title{
    font-size: 3vw;
    text-align: center;
}
.its__petresto{
    font-weight: 800;
    font-size: 5vw;
    line-height: 80%;
}
.its__petresto::after{
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    margin-left: 0.02em;
    background: url(../images/logo-after-word.svg) center/contain no-repeat;
    vertical-align: -0.15em;
}
.its__containers{
    width: 85%;
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    margin: auto;
}
.its__container{
    width: 23.5%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}
.its__container_img{
    width: 100%;
}
.its__container_texts{
    margin-top: 3%;
}
.its__container_title{
    font-weight: 600;
    font-size: 1.8vw;
    margin-bottom: 3%;
}
.its__container_text{
    font-weight: 500;
    font-size: 1.1vw;
}
.its__title_green{
    background: linear-gradient(203deg, #5db217 0%, #00ae43 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about{
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    margin-block: 7%;
    align-items: center;
}
.about__left{
    width: 35%;
}
.about__title{
    font-weight: 700;
    font-size: 2.6vw;
}
.about__line{
    height: 1px;
    background-color: #4b4b4b;
    margin-top: 2.5%;
}
.about__text{
    font-weight: 500;
    font-size: 1.1vw;
    margin-block: 7%;
}
.about__buttons{
    height: 4.5vw;
    width: 85%;
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}
.about__button{
    background: #00ae43;
    font-weight: 600;
    font-size: 1.5vw;
    color: white;
    width: 48%;
    align-content: center;
    text-align: center;
    border-radius: 1000px;
    text-decoration: none;
    border: 2px solid #ffffff00;
}
.about__button:hover{
    transform: scale(1);
}
.about__button_about{
    background: white;
    font-weight: 500;
    border: 2px solid #f5f5f5;
    color: #6E6E6E;
}
.about__button_about:hover{
    background: #f5f5f5;
}
.about__right{
    width: 40%;
    margin-left: 10%;
}
.about__right_title{
    font-weight: 400;
    font-size: 1.1vw;
    color: #6E6E6E;
    text-align: right;
    
}
.about__image{
    height: 18vw;
    border-radius: 30px;
    width: 100%;
    margin-block: 2%;
    display: inline-flex;
    align-items: end;
    justify-content: end;
}
.about__image_1{
    background: url(../images/alt.jpg)center/cover no-repeat;
}
.about__image_2{
    background: url(../images/alt.jpg)center/cover no-repeat;
}
.about__image_text{
    font-weight: 500;
    font-size: 1.1vw;
    color: white;
    width: fit-content;
    padding: 1%;
    padding-inline: 3%;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    background: linear-gradient(203deg, #5db217 0%, #00ae43 100%);
}
.reviews{
    height: 45vw;
    display: flex;
    margin-block: 6vw;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: url(../images/reviews-background.jpg)center/cover no-repeat;
}
.reviews__title{
    width: 90%;
    font-weight: 700;
    font-size: 2.8vw;
    color: #343434;
    margin-bottom: 2%;
}
.reviewers__containers{
    display: inline-flex;
    width: 90%;
    justify-content: space-between;
    align-items: flex-start;
}
.reviewers__containers_container{
    width: 32%;
    display: flex;
    border-radius: 1vw;
    padding-block: 2%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: white;

}
.reviewers__container_top{
    display: inline-flex;
    flex-direction: row;
    width: 92%;
    align-items: center;
    margin-bottom: 1%;
}
.reviewers__container_top-left{
    margin-left: 5%;
    width: 100%;
}
.reviewers__container_img{
    width: 5vw;
}
.reviewers__container_title{
    font-weight: 600;
    font-size: 1.6vw;
}
.reviewers__container_title-after{
    font-weight: 500;
    font-size: 1.1vw;
    color: #6E6E6E;
}
.reviewers__container_text{
    width: 92%;
    font-weight: 500;
    font-size: 1.1vw;
    margin-top: 5%;
}
.reviews__green_text{
    background: linear-gradient(203deg, #5db217 0%, #00ae43 100%);
    background-clip: text;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
}
.creating{
    height: 100%;
    padding-block: 7%;
    padding-inline: 5%;
    display: inline-flex;
    flex-direction: column;
    align-items: left;
}
.creating__containers{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    background: url(../images/creating-background.jpg)center/cover no-repeat;
    background-size: 90%;
}
.creating__container{
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    margin-block: 1%;
}
.creating__bottom{
    margin-top: 4%;
}
.creating__titles{
    margin-bottom: 2%;
}
.creating__title{
    font-weight: 700;
    font-size: 2.5vw;
}
.creating__text{
    font-weight: 700;
    font-size: 2.1vw;
    color: #6E6E6E;
}
.creating__container_image{
    width: 40vw;
}
.creating__container_image_phone{
    display: none;
}
.creating__container_texts{
    display: inline-flex;
    flex-direction: column;
    align-items: left;
    width: 52%;
}
.creating__container_title{
    font-weight: 700;
    font-size: 2.5vw;
    border: 2px solid #4b4b4b;
    padding: 4%;
    padding-inline: 5%;
    border-radius: 5vw;
    width: fit-content;
    background-color: white;
}
.creating__container_text{
    font-weight: 500;
    font-size: 1.1vw;
    border-radius: 60px;
    border: 2px solid #4b4b4b;
    padding: 4%;
    background-color: white;
    margin-top: 2%;
}
.creating__container_delivery{
    background: linear-gradient(203deg, #5db217 0%, #00ae43 100%);
    border: none;
    color: white;
}
.creating__choose{
    position: sticky;
    top: 2vw;
    text-align: center;
    z-index: 1000000000000000;
}
.creating__choose_phone{
    display: none;
}
.creating__choose_text{
    font-size: 1.1vw;
    border-radius: 30px;
    padding: 0.8%;
    padding-inline: 1.5%;
    border: 2px solid #f0f0f0;
    margin-inline: 0.5%;
    background-color: white;
    text-decoration: none;
    color: #4b4b4b;
}
.creating__choose_text:hover{
    background: linear-gradient(203deg, #5db217 0%, #00ae43 100%);
    color: white;
}
.creating__choose_text_active{
    border: 2px solid #00ae43;
}
.shop{
    height: 100%;
    display: flex;
    justify-content: center;
    padding-block: 5%;
    align-items: center;
}
.shop__section{
    width: 90%;
    height: 100%;
}
.shop__section_top{
    margin-bottom: 2vw;
}
.shop__bottom_part{
    margin-top: 10%;
}
.shop__section_top_title{
    font-weight: 700;
    font-size: 2.1vw;
}
/*.shop__section_top_title::after{
    content: url(../images/shop-after-title-fire.png);
    vertical-align: middle;
    margin-left: 1%;
}*/
.shop__section_top_text{
    font-weight: 500;
    margin-top: 0.5%;
    font-size: 1.1vw;
}
.shop__section_top_wb{
    background: linear-gradient(180deg, #b347fb 0%, #e91fff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: 600;
    -webkit-text-fill-color: transparent;
    text-decoration: underline;
}
.shop__section_top_weight{
    background: linear-gradient(203deg, #5db217 0%, #00ae43 100%);
    background-clip: text;
    -webkit-background-clip: text;
    text-decoration: underline;
    -webkit-text-fill-color: transparent;
}
.shop__section_cards{
    display: inline-flex;
    width: 100%;
    height: 100%;
    justify-content: start;
    gap: 1.9%;
}
.shop__section_card{
    width: 17vw;
}
.shop__section_card_img{
    height: 18.5vw;
    width: 88%;
    display: inline-flex;
    justify-content: start;
    align-items: end;
    background: white;
    margin-bottom: 3%;
}
.shop__section_card_texts{
    display: inline-flex;
    height: auto;
    flex-direction: column;
}
.shop__section_card_img_text{
    font-weight: 500;
    font-size: 1.1vw;
    color: #4b4b4b;
    background: white;
    border-top-right-radius: 1vw;
    padding: 2%;
    padding-right: 4%;
}
.shop__section_card_title{
    font-weight: 600;
    font-size: 1vw;
    overflow: scroll;
    margin-bottom: 3%;
    min-height: 2.5em;
}
.shop__section_card_text{
    font-weight: 500;
    font-size: 0.9vw;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    color: #6E6E6E;
    z-index: 100;
    background: white;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    cursor: pointer;
}
.shop__section_card_button{
    font-weight: 600;
    font-size: 1.4vw;
    background: linear-gradient(203deg, #5db217 0%, #00ae43 100%);
    color: white;
    border-radius: 30px;
    display: inline-block;
    padding: 2.5%;
    width: fit-content;
    padding-inline: 7%;
    margin-top: auto;
    text-decoration: none;
}
/*.shop__popular::after{
    content: url(../images/shop-title-after-popular.jpg);
}*/
.business{
    height: 100%;
    width: 100%;
    padding-block: 5%;
    text-align: center;
}
.business__title{
    font-size: 2.1vw;
    line-height: 20%;
    margin-bottom: 3%;
}
.business__title_o{
    font-weight: 800;
    font-size: 5vw;
    line-height: 40%;
}
.business__title_o::after{
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    margin-left: -0.02em;
    background: url(../images/logo-after-word.svg) center/contain no-repeat;
    vertical-align: -0.15em;
}
.business__cards{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 65vw;
    height: 100%;
    margin: auto;
    justify-content: center;
}
.business_card{
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    text-align: left;
    border-radius: 30px;
    margin-block: 1%;
}
.business__card_top_title{
    font-weight: 700;
    font-size: 3vw;
    width: 52%;
    margin-left: 3%;
    margin-top: 3%;
    line-height: 100%;
}
.business__card_green{
    background: linear-gradient(203deg, #5db217 0%, #00ae43 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.business__card_top_text{
    font-weight: 500;
    font-size: 1.3vw;
    width: 40%;
    margin-left: 3%;
    margin-top: 2%;
}
.business__card_bottom{
    background: linear-gradient(203deg, #5db217 0%, #00ae43 100%);
    border-radius: 30px;
    width: 14vw;
    padding: 1%;
    padding-inline: 2%;
    height: 6vw;
    display: inline-flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    position: relative;
    margin-top: 3vw;
    border: 0.3vw solid white;
    margin-left: auto;
}
.business__card_bottom_title{
    font-weight: 700;
    font-size: 1.5vw;
    margin-bottom: 3%;
    color: white;
}
.business__card_bottom_text{
    font-weight: 500;
    font-size: 1vw;
    color: white;
}
.call{
    width: 100%;
    text-align: center;
}
.call__title{
    font-size: 2.5vw;
    padding-top: 10%;
}
.call__form{
    height: 100%;
    padding-top: 5%;
    padding-bottom: 10%;
    text-align: center;
    margin: auto;
}

.form__in{
    margin: auto;
}
footer{
    width: 80%;
    margin: auto;
    padding-bottom: 2%;
    height: 100%;
    display: flex;
    border-top: 1px solid #4b4b4b;
    padding-top: 2%;
    flex-direction: column;
    color: #4b4b4b;
}
.footer_top{
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: space-between;
}
.footer__top_img{
    width: 20%;
}
.footer__top_adresses{
    width: 25%;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer__top_adresses_contacts{
    display: inline-flex;
    flex-direction: row;
    margin-top: 4%;
}
.footer__top_adresses_contacts_left{
    margin-right: 2%;
}
.footer__top_adresses_text{
    font-size: 1vw;
    font-weight: 500;
}
.footer__top_adresses_contacts_text{
    font-weight: 600;
    font-size: 1.8vw;
}
.footer_email{
    font-weight: 500;
    font-size: 1.2vw;
}
.footer__top_adresses_contacts_a{
    width: 4.5vw;
    margin-inline: 2%;
    display: flex;
    display: none;
    align-items: center;
}
.footer__top_adresses_contacts_image{
    width: 100%;
}
.footer__right{
    display: flex;
    width: 40%;
    height: auto;
    flex-direction: column;
    justify-content: space-between;
}
.footer__top_buttons{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 1vw;
    column-gap: 1vw;
}
.footer__top_button{
    font-size: 1.1vw;
    text-decoration: none;
    color: #4b4b4b;
    font-weight: 500;
    background: #00ae43;
    border-radius: 30px;
    border-radius: 30px;
    padding: 2%;
    padding-inline: 4%;
    color: white;
}
.footer__wb{
    border: 2px solid #ffffff00;
    animation: wb 2s linear infinite;
}
.footer__yandex{
    background: url(../images/business-card-background-phone.jpg)center/cover repeat;
    color: #4b4b4b;
    align-content: center;
}
.footer__wb:hover{
    background: white;
    animation: none;
    color: #4b4b4b;
    border: 2px solid #b347fb;
    background: linear-gradient(203deg, #b347fb 0%, #c335d3 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    
}
.footer__business{
    animation: business 2s linear infinite;
    border: 2px solid #ffffff00;
}
.footer__business:hover{
    background: white;
    border: 2px solid #5db217;
    background: linear-gradient(203deg, #5db217 0%, #00ae43 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: none;
}
.footer__consultation{
    background: white;
    border: 2px solid #00ae43;
    color: #4b4b4b;
}
.footer__right_a{
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    row-gap: 0.5vw;
    column-gap: 1vw;
}
.footer__right_a_text{
    text-decoration: none;
    color: #6E6E6E;
    line-height: 200%;
    font-size: 1.1vw;
}
.footer__active{
    font-weight: 600;
}
.footer__bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3%;
}
.footer__bottom_right{
    text-align: right;
}
.footer__bottom_text{
    font-size: 0.9vw;
    font-family: Inter;
}
@keyframes wb {
    0% {
      background: #a430f1;
    }
    50% {
        background: #c335d3;
    }
    100%{
        background: #a430f1;
    }
}
@keyframes business {
    0% {
      background: #5db217;
    }
    50% {
        background: #00ae43;
    }
    100%{
        background: #5db217;
    }
}


/*
        Глобальные стили страниц
*/

.weight{
    font-weight: 600;
}
.portion{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline: 4%;
    flex-direction: column;
    margin-block: 7%;
}
.portion__title{
    font-weight: 700;
    font-size: 2.5vw;
    text-align: center;
}
.portion__title_after_text{
    font-size: 1.1vw;
    font-weight: 700;
    color: #6e6e6e;
}
.portion__main_part{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
}
.portion__containers{
    display: inline-flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 30%;
}
.portion__container{
    display: inline-flex;
    width: 80%;
    flex-direction: column;
    margin-block: 7%;
}
.portion__container_texts_title{
    font-weight: 700;
    font-size: 2.1vw;
    margin-bottom: 2%;
}
.portion__container_texts_text{
    font-weight: 500;
    font-size: 1vw;
}
.portion__image_center{
    width: 40vw;
}
.portion__image_center_phone{
    display: none;
}
.ingredients{
    margin-block: 7%;
    padding-inline: 5%;
}
.ingredients__title{
    font-weight: 700;
    font-size: 2.5vw;
    margin-bottom: 2%;
}
.ingredients__containers{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
}
.ingredients__container{
    width: 31%;
    height: 15vw;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    padding: 1%;
    border-radius: 30px;
    border: 1px solid #F0F0F0;
    margin-block: 0.5%;    
    margin-inline: 0.5%;
}
.ingredients__container_mineral{
    padding: 1%;
}
.ingredients__container_img{
    height: 100%;
    margin-right: 2%;
    border-radius: 30px;
}
.ingredients__texts{
    display: inline-flex;
    justify-content: space-evenly;
    flex-direction: column;
}
.ingredients__texts_title{
    font-weight: 700;
    font-size: 1.5vw;
    margin-bottom: 2%;
}
.ingredients__texts_text{
    overflow: scroll;
    font-weight: 500;
    font-size: 0.9vw;
    color: #6E6E6E;
    height: 100%;
}
.ingredients__button{
    background: linear-gradient(203deg, #5db217 0%, #00ae43 100%);
    font-weight: 700;
    font-size: 1.5vw;
    color: #fff;
    border-radius: 1000px;
    border: 2px solid #ffffff00;
    text-decoration: none;
    padding: 1%;
    display: block;
    width: fit-content;
    padding-inline: 2%;
    margin: auto;
    margin-top: 2%;

}
.ingredients__button:hover{
    background: white;
    border: 2px solid #00ae43;
    color: #4b4b4b;
}
.header__business{
    text-decoration: none;
    background: linear-gradient(203deg, #5db217 0%, #00ae43 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.header2__call{
    font-size: 1.8vw;
}
.header2__call:hover{
    background: white;
    border: 2px solid #00ae43;
    color: #4b4b4b;
}
.nav__sostav{
    text-wrap: nowrap;
    display: inline-flex;
    width: fit-content;
}
.nav__sostav_a{
    color: #4b4b4b;
    font-size: 0.9vw;
    text-decoration: none;
    background-color: white;
    padding: 2%;
    padding-inline: 3%;
    margin-inline: 2%;
    border-radius: 30px;
    border: 1px solid #F0F0F0;
}
.nav__sostav_a:hover{
    color: #00ae43;
}
.documents{
    padding-inline: 5%;
    margin-block: 7%;
}
.documents__containers{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    flex-direction: row;
}
.documents__container{
    width: 28vw;
    text-align: center;
    border-radius: 30px;
    border: 2px solid #F0F0F0;
    box-sizing: border-box;
    padding: 2%;
    height: 15vw;
    box-sizing: border-box;
    margin-block: 0.8%;
    margin-inline: 1%;
    display: inline-flex;
    flex-direction: column;
}
.documents__container_title{
    font-weight: 500;
    text-align: left;
    font-size: 1.5vw;
    margin-bottom: auto;
}
.documents__container_button{
    background: linear-gradient(203deg, #5db217 0%, #00ae43 100%);
    color: white;
    border: 2px solid #ffffff00;
    font-weight: 500;
    font-size: 1.1vw;
    border-radius: 30px;
    padding: 2%;
    padding-inline: 4%;
    display: block;
    width: fit-content;
    text-decoration: none;
    margin-top: auto;
}
.documents__container_button:hover{
    border: 2px solid #00ae43;
    background: white;
    color: #787373;
}
.business_card_phone{
    display: none;
}
.form__phone{
    display: none;
}
.header2__computer{
    display: flex;
}
.header2{
    height: 90vh;
    display: flex;
    justify-content: end;
    flex-direction: column;
}
.header2__phone{
    display: none;
}
.header2__left{
    width: 50%;
    display: inline-flex;
    flex-direction: column;
}
.header2__left_top{
    width: 85%;
    border-top-right-radius: 30px;
    padding-block: 1.5%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: end;
    text-align: right;
    align-items: center;
    padding-inline: 5%;
    background: url(../images/catalog-left-background.jpg)center/cover no-repeat;
}
.header2__left_bottom{
    padding-left: 25%;
    padding-right: 5%;
    border-top-right-radius: 60px;
    background: url(../images/catalog-left-background.jpg)center/cover no-repeat;
    padding-block: 10%;
}
.header2__left_top_text{
    font-weight: 800;
    text-wrap: nowrap;
    font-size: 1.7vw;
}
.header2__left_top .header-image {
    width: 1.5vw; 
    height: 1.5vw;
}
.header2__left_bottom_title{
    font-weight: 700;
    font-size: 3.5vw;
    margin-bottom: 7%;
}
.green{
    background: linear-gradient(203deg, #5db217 0%, #00ae43 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.header2__left_bottom_text{
    font-weight: 500;
    font-size: 1.3vw;
    width: 85%;
}
.wb{
    background: linear-gradient(203deg, #b347fb 0%, #c335d3 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.header2__left_bottom_buttons{
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    margin-top: 10%;
}
.header2__left_bottom_button{
    font-size: 1.1vw;
    text-wrap: nowrap;
    font-weight: 600;
    background: linear-gradient(203deg, #5db217 0%, #00ae43 100%);
    color: white;
    border-radius: 1000px;
    padding: 4%;
    display: block;
    align-content: center;
    padding-inline: 5%;
    text-decoration: none;
    border: 2px solid #ffffff00;
}
.header2__left_bottom_button_img{
    width: 2vw;
    vertical-align: middle;
    margin-right: 1vw;
}
.header2__button_yandex{
    color: #343434;
    background: white;
    margin-right: 3%;
}
.header2__button_yandex:hover{
    background: white;
    /*border: 2px solid #a430f1;*/
    border: 2px solid red;
}
.header2__button_write{
    background: linear-gradient(203deg, #1f75ff, #2165d2);
    border: 2px solid #ffffff00;
}
.header2__button_write:hover{
    border: 2px solid #2165d2;
    background: white;
    color: #343434;
}
.header2__hr{
    background: url(../images/catalog-left-background.jpg)center/cover no-repeat;
    height: 0.7vw;
    position: relative;
    border: none;
}
@media screen and (min-width: 0px)  and (max-width: 500px){
    nav{
        height: 20vw;
        width: 100%;
        padding-inline: 2%;
    
    }
    .nav__image_left{
        width: 17vw;
        height: 17vw;
    }
    .nav__container_button{
        font-size: 4vw;
        padding: 2vw;
        padding-inline: 3vw;
        margin-right: 2vw;
    }
    .nav__container_button_img{
        width: 7.5vw;
        margin: auto;
        margin-right: 2vw;
    }
    .container__menu_bottom{
        padding-top: 0;
        margin-top: 0%;
        padding: 3%;
        padding-inline: 3%;
        border-radius: 30px;
        background-color: none;
    
    }
    .menu__button_container{
        height: 17vw;
        width: 17vw;
    }
    .nav__container_menu {
        width: 94%;
        z-index: 1000;
        top: 21vw;
    }
    #menu-toggle:checked ~ .nav__container_menu{
        transform: translateX(-40%);
        opacity: 1;
        display: inline-flex;
    }
    .menu__top_number{
        font-size: 6vw;
    }
    
    .menu__top_email{
        font-size: 5vw;
    }
    
    .menu__container_bottom_button{
        font-size: 4vw;
        padding: 2%;
        padding-inline: 3%;
    }
    .container__menu_tag{
        height: 18vw;
        font-size: 5vw;
        margin-block: 1.5%;
    }
    .nav__container_right{
        display: inline-flex;
        flex-direction: row;
        align-items: center;
    }
    .nav__container_button{
        font-size: 4vw;
        padding: 2vw;
        padding-inline: 3vw;
        margin-right: 2vw;
    }
    .nav__container_button_img{
        width: 6vw;
    }
    header{
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding-block: 25vw;
    }
    .header__left{
        margin-left: 0%;
    }
    .header__left_img{
        width: 40vw;
        margin-top: 5%;
    }
    .header__texts_title{
        font-size: 20vw;
    }
    .header__texts_title_word{
        width: 14vw;
    }
    .header__texts_text{
        font-size: 4.9vw;
    }
    .header__left_buttons{
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        margin-top: 5%;
        width: 100%;
    }
    .header__left_button{
        padding: 5%;
        padding-inline: 6%;
        margin-block: 2%;
        width: 100%;
        font-size: 5vw;
        justify-content: center;
    }
    .header__left_button_img{
        width: 7.5vw;
        height: 7.5vw;
        margin-right: 3vw;
    }
    .header_left_bottom_container_button{
        font-size: 4vw;
    }
    .its{
        height: 100%;
        background: url(../images/its-phone-background.jpg)center/cover no-repeat;
        padding-block: 20%;
    }
    .its__image_leaf{
        display: none;
    }
    .its__title{
        font-size: 6vw;
    }
    .its__petresto{
        font-size: 13vw;
    }
    .its__petresto::after{
        width: 1em;
        background-image: url(../images/logo-after-word-phone.svg);
        margin-left: -0.07em;
    }
    .its__containers{
        width: 70%;
        margin: auto;
        flex-direction: column;
    }
    .its__container{
        width: 100%;
        margin-block: 2%;
    }
    .its__container_title{
        font-size: 7vw;
        margin-bottom: 3%;
    }
    .its__container_text{
        font-size: 4vw;
    }
    .about{
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        margin-block: 7%;
        align-items: center;
    }
    .about__left{
        width: 90%;
    }
    .about__title{
        font-weight: 700;
        font-size: 8vw;
    }
    .about__line{
        height: 1px;
        background-color: #4b4b4b;
        margin-top: 3%;
    }
    .about__text{
        font-weight: 500;
        font-size: 4vw;
        margin-block: 3%;
    }
    .about__buttons{
        margin-top: 5%;
        height: 100%;
        width: 100%;
        display: inline-flex;
        justify-content: space-between;
        flex-direction: row;
        gap: 3%;
    }
    .about__button{
        font-size: 4vw;
        padding: 5%;
    }
    .about__right{
        width: 90%;
        margin-left: 0%;
        margin: auto;
        margin-top: 7%;
    }
    .about__right_title{
        font-weight: 400;
        font-size: 3vw;
        
    }
    .about__image{
        height: 50vw;
    }
    .about__image_text{
        font-size: 4vw;
        background: #00ae43;
        padding: 2%;
        padding-inline: 5%;
    }
    .reviews{
        height: 100%;
        display: flex;
        padding-block: 20%;
        margin-block: 20vw;
        flex-direction: column;
        background: url(../images/reviews-background-phone.jpg)center/cover no-repeat;
    }
    .reviews__title{
        font-size: 8vw;
        margin-bottom: 5%;
    }
    .reviewers__containers{
        width: 90%;
        flex-direction: column;
    }
    .reviewers__containers_container{
        width: 100%;
        padding-block: 5%;
        border-radius: 30px;
        margin-block: 3%;
        background-color: white;
    
    }
    .reviewers__container_top{
        width: 92%;
        margin-bottom: 1%;
    }
    .reviewers__container_top-left{
        margin-left: 4%;
        width: 100%;
    }
    .reviewers__container_img{
        width: 15vw;
    }
    .reviewers__container_title{
        font-size: 5vw;
    }
    .reviewers__container_title-after{
        font-size: 4vw;
    }
    .reviewers__container_text{
        font-size: 4vw;
        margin-top: 5%;
    }
    .shop{
        height: 100%;
        display: flex;
        padding-block: 20vw;
    }
    .shop__section{
        width: 90%;
        height: 100%;
    }
    .shop__bottom_part{
        margin-top: 10%;
    }
    .shop__section_top{
        margin-bottom: 5%;
    }
    .shop__section_top_title{
        font-size: 8vw;
    }
    .shop__section_top_title::after{
        content: none;
    }
    .shop__section_top_title::after{
        margin-left: 1%;
    }
    .shop__section_top_text{
        margin-top: 2%;
        font-size: 4vw;
    }
    .shop__section_cards{
        width: 100%;
        height: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .shop__section_card{
        width: 43vw;
        height: 100%;
        margin-block: 5%;
    }
    .shop__section_card_img{
        height: 52vw;
        width: 100%;
        margin-bottom: 3%;
    }
    .shop__section_card_texts{
        height: 40%;
    }
    .shop__section_card_img_text{
        font-size: 3.5vw;
        border-top-right-radius: 20px;
        padding: 2%;
        padding-inline: 4%;
        padding-inline-start: 0;
        padding-bottom: 0;
        padding-right: 4%;
    }
    .shop__section_card_title{
        font-size: 3.5vw;
        height: auto;
        max-height: 60%;
        margin-bottom: 3%;
        overflow: none;
    }
    .shop__section_card_text{
        font-size: 3vw;
        background: white;
        height: auto;
    }
    .shop__section_card_button{
        font-size: 4vw;
        padding: 2.5%;
        padding-inline: 7%;
        margin-top: 10%;
    }
    .ingredients{
        margin-block: 20%;
        padding-inline: 2.5%;
    }
    .ingredients__title{
        font-weight: 700;
        font-size: 8vw;
        margin-bottom: 2%;
    }
    .ingredients__containers{
        flex-direction: column;
        margin-top: 7%;
    }
    .ingredients__container{
        width: 100%;
        height: 50vw;
        flex-direction: row;
        padding: 3%;
        margin-block: 2%;
        margin-block: 2%;
    }
    .ingredients__container_mineral{
        padding: 5%;
    }
    .ingredients__container_img{
        height: 100%;
        margin-right: 2%;
        border-radius: 30px;
    }
    .ingredients__texts{
        width: 100%;
        flex-direction: column;
    }
    .ingredients__texts_title{
        font-weight: 700;
        font-size: 5vw;
        margin-bottom: 2%;
    }
    .ingredients__texts_text{
        font-weight: 500;
        font-size: 3.8vw;
        width: 100%;
        height: 100%;
    }
    .ingredients__button{
        font-weight: 700;
        font-size: 5vw;
        padding: 4%;
        padding-inline: 7%;
        margin-top: 7%;
    
    }
    .portion{
        padding-inline: 4%;
        padding-block: 7%;
    }
    .portion__title{
        font-size: 8vw;
    }
    .portion__title_after_text{
        font-size: 4vw;
        margin-bottom: 7%;
    }
    .portion__main_part{
        width: 100%;
        flex-direction: column;
        margin-top: 2%;
    }
    .portion__containers{
        flex-direction: column;
        width: 100%;
        margin-top: 5%;
    }
    .portion__container{
        display: inline-flex;
        width: 100%;
        flex-direction: column;
        margin-block: 5%;
    }
    .portion__container_texts_title{
        font-weight: 700;
        font-size: 8vw;
        margin-bottom: 2%;
    }
    .portion__container_texts_text{
        font-size: 4vw;
    }
    .portion__image_center{
        display: none;
    }
    .portion__image_center_phone{
        display: block;
        width: 90vw;
    }
    .creating{
        height: 100%;
        padding-block: 7%;
        padding-inline: 5%;
        flex-direction: column;
        align-items: left;
    }
    .creating__containers{
        flex-direction: column;
        width: 100%;
        align-items: center;
        background: none;
        background: url(../images/creating-background-phone.jpg)center/contain no-repeat;
        background-size: 80%;
        margin-top: 3%;
    }
    .creating__container{
        display: inline-flex;
        flex-direction: column;
        justify-content: space-between;
        margin-block: 7%;
    }
    .creating__bottom{
        margin-top: 4%;
    }
    .creating__titles{
        margin-bottom: 2%;
    }
    .creating__title{
        font-weight: 700;
        font-size: 8vw;
    }
    .creating__text{
        font-weight: 700;
        font-size: 6vw;
    }
    .creating__container_image{
        width: 100%;
        margin-bottom: 0;
    }
    .creating__container_texts{
        flex-direction: column;
        align-items: left;
        margin-top: 2%;
        width: 100%;
    }
    .creating__container_title{
        font-size: 7vw;
        padding: 4%;
        padding-inline: 5%;
        border-radius: 30px;
    }
    .creating__container_text{
        font-size: 4vw;
        border-radius: 30px;
        padding: 4%;
        margin-top: 2%;
    }
    .creating__choose{
        position: sticky;
        top: 2vw;
        text-align: center;
        z-index: 1000000000000000;
        display: none;
    }
    .creating__choose_phone{
        display: flex;
        margin-block: 3%;
        text-align: left;
        position: sticky;
        justify-content: space-between;
        top: 20vw;
    }
    .creating__choose_text{
        font-size: 4vw;
        padding: 2%;
        padding-inline: 3%;
        border: 1px solid #aeebc5;
    }
    .creating__container_image_phone{
        display: block;
    }
    .creating__container_image_computer{
        display: none;
    }
    .business{
        height: 100%;
        width: 100%;
        padding-block: 20%;
        text-align: center;
    }
    .business__title{
        font-size: 5vw;
        line-height: 70%;
        margin-bottom: 7%;
    }
    .business__title_o{
        font-weight: 800;
        font-size: 12vw;
        line-height: 80%;
    }
    .business__title_o::after{
        width: 1em;
        background-image: url(../images/logo-after-word-phone.svg);
        margin-left: 0.1vw;
    }
    .business__cards{
        width: 90vw;
        height: 100%;
        margin: auto;
        justify-content: center;
    }
    .business_card{
        display: none;
    }
    .business_card_phone{
        display: inline-flex;
        width: 100%;
        display: inline-flex;
        flex-direction: column;
        box-sizing: border-box;
        align-items: center;
        justify-content: center;
        text-align: left;
        border-radius: 30px;
        margin-block: 2%;
    }
    .business_card1{
        background: url(../images/business-card-background-phone.jpg)center/cover no-repeat;
    }
    .business__card_top_title{
        font-size: 8vw;
        width: 90%;
        margin: auto;
        margin-top: 3%;
        line-height: 120%;
    }
    .business__card_top_text{
        font-size: 4vw;
        width: 90%;
        margin: auto;
        margin-top: 3%;
        margin-bottom: 9%;
    }
    .business__card_bottom{
        border-radius: 30px;
        width: 50vw;
        padding: 4%;
        height: 20vw;
        border: 2vw solid white;
    }
    .business__card_bottom_title{
        font-size: 5vw;
        margin-bottom: 3%;
    }
    .business__card_bottom_text{
        font-size: 4vw;
    }
    .call__form{
        height: 100%;
        padding-top: 7%;
        padding-bottom: 20%;
        text-align: center;
    }
    .call__title{
        font-size: 6vw;
        padding-top: 0%;
    }
    .form__computer{
        display: none;
    }
    .form__phone{
        display: block;
        margin: auto;
    }
    .form__in{
        margin: auto;
        width: 90vw;
    }
    footer{
        width: 100%;
        margin: auto;
        padding-bottom: 5%;
        display: flex;
        border-top: 2px solid #4b4b4b;
        padding-top: 2%;
        flex-direction: column;
        align-items: center;
    }
    .footer_top{
        display: flex;
        width: 90%;
        flex-direction: column;
        justify-content: space-between;
        padding-top: 5%;
    }
    .footer__top_img{
        display: none;
    }
    .footer__top_adresses{
        width: 100%;
        display: inline-flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .footer__top_adresses_contacts{
        display: inline-flex;
        flex-direction: row;
    }
    .footer__top_adresses_contacts_left{
        margin-right: 1%;
    }
    .footer__top_adresses_text{
        font-size: 4vw;
        margin-block: 2%;
    }
    .footer__top_adresses_contacts_text{
        font-size: 6vw;
    }
    .footer_email{
        font-size: 5vw;
    }
    .footer__top_adresses_contacts_a{
        width: 14vw;
        display: none;
        margin-inline: 1%;
    }
    .footer__top_adresses_contacts_image{
        width: 100%;
    }
    .footer__right{
        width: 100%;
        flex-direction: column;
    }
    .footer__top_buttons{
        margin-top: 7%;
    }
    .footer__top_button{
        font-size: 4vw;
        padding: 2%;
        padding-inline: 5%;
        margin-block: 1.5%;
        margin-inline: 1%;
        padding-block: 3%;
    }
    .footer__business{
        animation: business 2s linear infinite;
        border: 2px solid #ffffff00;
    }
    .footer__right_a{
        margin-top: 5%;
    }
    .footer__right_a_text{
        text-decoration: none;
        color: #6E6E6E;
        margin-inline: 2%;
        line-height: 200%;
        font-size: 4.8vw;
    }
    .footer__active{
        font-weight: 600;
    }
    .footer__consultation{
        border: 1px solid #F0F0F0;
        color: #4b4b4b;
}
    .footer__bottom{
        display: flex;
        align-items: start;
        flex-direction: column-reverse;
        width: 90%;
        margin-top: 4%;
    }
    .footer__bottom_right{
        text-align: right;
    }
    .footer__bottom_text{
        font-size: 3.5vw;
        margin-top: 8%;
    }
    .header2{
        height: 100%;
        padding-top: 40vw;
        padding-bottom: 20vw;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        background: url(../images/catalog-background-phone.jpg)center/cover no-repeat;
    }
    .header2__phone{
        display: flex;
    }
    .header2__computer{
        display: none;
    }
    .header2__left{
        width: 95%;
        display: inline-flex;
        flex-direction: column;
    }
    .header2__left_top{
        width: fit-content;
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
        padding-block: 1.5%;
        box-sizing: border-box;
        text-align: right;
        padding-inline: 5%;
        background: url(../images/catalog-left-background.jpg)center/cover no-repeat;
    }
    .header2__left_bottom{
        padding-left: 0%;
        padding-right: 0%;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
        background: url(../images/catalog-left-background.jpg)center/cover no-repeat;
        padding-block: 10%;
        padding-bottom: 2.5%;
    }
    .header2__left_top_text{
        font-size: 8vw;
        display: inline-flex;
        flex-direction: row;
    }
    .header2__left_top .header-image {
        width: 5.5vw; 
        height: 5.5vw;
        margin-bottom: -0.5vw;
    }

    .header2__left_bottom_title{
        font-size: 8vw;
        width: 92%;
        margin: auto;
        font-weight: 700;
        margin-bottom: 7%;
    }
    .header2__left_bottom_text{
        font-size: 4vw;
        width: 92%;
        margin: auto;
        margin-top: 7%;
        font-weight: 500;
    }
    .header2__left_bottom_buttons{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 92%;
        margin: auto;
        margin-top: 10%;
    }
    .header2__left_bottom_button{
        font-size: 4vw;
        width: 100%;
        text-align: center;
        border-radius: 30px;
        padding: 4%;
        box-sizing: border-box;
        padding-inline: 5%;
        margin-block: 1.5%;
        margin-inline-start: 0;
    }
    .header2__left_bottom_button_img{
        width: 7vw;
        margin-right: 4vw;
    }
    .header__wb{
        background: linear-gradient(203deg, #b347fb, #e91fff);
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .header__wb:hover{
        background: white;
        border: 2px solid #b347fb;
        color: #4b4b4b;
    }
    .header__button_ozon{
        background: linear-gradient(203deg, #1f75ff, #2165d2);
        border: 2px solid #ffffff00;
    }
    .header__button_ozon:hover{
        border: 2px solid #ff8800;
        background: white;
        color: #4b4b4b;
    }
    .header2__hr{
        height: 0vw;
    }
    .nav__sostav{
        text-wrap: wrap;
        position: fixed;
        top: 21vw;
        width: 94%;
        margin-left: 1%;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        backdrop-filter: blur(2px);
        background: rgba(255, 255, 255, 0.3);
        border-radius: 30px;
    }
    .nav__sostav_a{
        font-size: 4vw;
        text-decoration: none;
        padding: 2%;
        padding-inline: 3%;
        margin-inline: auto ;
    }
    .nav__sostav_a:hover{
        color: #4b4b4b;
    }
    .documents{
        padding-inline: 5%;
        margin-block: 20vw;
    }
    .documents__containers{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        flex-direction: column;
    }
    .documents__container{
        width: 100%;
        text-align: center;
        border-radius: 20px;
        border: 2px solid #F0F0F0;
        box-sizing: border-box;
        padding: 5%;
        height: 45vw;
        margin-block: 2%;
        margin-inline: 0%;
        display: inline-flex;
        flex-direction: column;
    }
    .documents__container_title{
        font-weight: 600;
        font-size: 5vw;
        margin-bottom: 7%;
    }
    .documents__container_button{
        background: linear-gradient(203deg, #5db217 0%, #00ae43 100%);
        color: white;
        border: 2px solid #ffffff00;
        font-size: 4vw;
        border-radius: 30px;
        padding: 2%;
        padding-inline: 4%;
        display: block;
        width: fit-content;
        text-decoration: none;
    }
    .documents__container_button:hover{
        border: 2px solid #00ae43;
        background: white;
        color: #4b4b4b;
    }
}
.no-decoration{
    text-decoration: none;
    color: #4b4b4b;
}
.yandex__text{
    font-weight: 600;
    text-decoration: none;
    color: #4b4b4b;
}
