@import url('https://fonts.googleapis.com/css2?family=Comfortaa&Comforter&family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700&family=Roboto:ital,wght@0,200;0,400;0,500;1,300;1,900&family=Unbounded:wght@300;400;700&display=swap');

/*
font-family: 'Comforter', cursive;
font-family: 'Playfair Display', serif;
font-family: 'Roboto', sans-serif;
font-family: 'Unbounded', cursive;
font-family: 'Perfograma';
*/
* {
    box-sizing: border-box;
    text-size-adjust: 100%;
}

.container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}


html {
    font-size: .69445vw;

    @media (max-width:991px) {
        font-size: 10px;
    }
}

/*
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
*/
/*
@media (min-width: 900px) {
    .container {
        max-width: 860px;
    }
}
*/
/*
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
*/
@media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }
}

.site_body {
    margin: 0;
    font-family: 'Open Sans';
}

.header_logo_img {
    background-image: url('../images/logo.png');
    min-width: 264px;
    min-height: 50px;
    width: 264px;
    height: 50px;
    margin-left: 20px;
    margin-right: 30px;
}

.header_menu_icon {
    background-image: url('../images/menu.png');
    min-width: 44px;
    min-height: 36px;
    width: 44px;
    height: 36px;
}

.header_search_button {
    background-image: url('../images/loupe.png');
    border: 0;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    position: absolute;
    right: 7px;
    top: 7px;
}

.header_search_form .search-suggest {
    width: 100%;
    height: 50px;
    border: 1px solid #C2C2C2;
    border-radius: 4px;
    font-size: 18px;
    line-height: 24px;
    padding: 0 50px 0 10px;
}

.header_search_form_wrapper {
    display: inline-block;
    position: relative;
}

.header_wrapper {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #C2C2C2;
    padding: 20px 0px;
}

.header_search {
    width: 100%;
}

.header_menu {
    display: flex;
    align-items: center;
}

.header_search_form {
    display: flex;
    justify-content: center;
}

.header_personal {
    background-image: url('../images/Group179.png');
    min-width: 50px;
    min-height: 50px;
    width: 50px;
    height: 50px;

}

.header {
    height: 92px;
}

.header_fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #FFFFFF;
    z-index: 100;
}

.main_slider_item_bg {
    height: 650px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.site_content .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%231D6E56'%2F%3E%3C%2Fsvg%3E");
}

.site_content .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%231D6E56'%2F%3E%3C%2Fsvg%3E");
}

.site_content .swiper-pagination-bullet-active {
    background: #1D6E56;
}

.site_content {
    margin-top: 20px;
}

.chtotakoe_title {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 300;
    color: #252421;
    text-align: center;
}

.chtotakoe_img {
    background-image: url('../images/path829.png');
    width: 760px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 20px auto 0px auto;
}

.chtotakoe_block {
    background: #F9F9F9;
    padding-top: 60px;
    margin-top: 20px;
    padding-bottom: 60px;
}

.chtotakoe_button {
    border-radius: 32px;
    background-color: #4A9211;
    font-size: 24px;
    line-height: 64px;
    color: #ffffff;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    padding: 0 20px;
    text-align: center;
    width: calc(50% - 20px);
    display: block;
}

.chtotakoe_buttons {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 60px auto;
}

.chtotakoe_button.color1 {
    background-color: #4A9211;
    color: #ffffff;
}

.chtotakoe_button.color2 {
    background-color: #1D6E56;
    color: #ffffff;
}

.news_title {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 300;
    color: #252421;
    text-align: center;
}

.news_item {
    width: calc(100%/3 - 20px);
}

.news_item_image {
    padding-top: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.news_item_date {
    font-size: 12px;
}

.news_item_name {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    margin-top: 10px;
    display: block;
    font-size: 16px;
}

.news_item_text {
    margin-top: 5px;
}

.news_link {
    border-radius: 32px;
    background-color: #1D6E56;
    font-size: 24px;
    line-height: 64px;
    color: #ffffff;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    padding: 0 20px;
    text-align: center;
    display: inline-block;
}

.news_links {
    text-align: center;
    margin-top: 30px;
}

.news_list {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.news {
    padding: 30px 0 50px 0;
}

.back_news_button {
    border-radius: 24px;
    background-color: #1D6E56;
    font-size: 16px;
    line-height: 48px;
    color: #ffffff;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    padding: 0 20px;
    text-align: center;
    display: inline-block;
}

.analizator_block {
    background: #F9F9F9;
    padding-top: 60px;
    margin-top: 20px;
    padding-bottom: 60px;
}

.analizator_title {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 300;
    color: #252421;
    text-align: center;
}

.analizator_text {
    font-size: 24px;
    text-align: center;
    width: 60%;
    margin: 10px auto 20px auto;
}

.analizator_button_block {
    text-align: center;
}

.analizator_button {
    border-radius: 32px;
    background-color: #4A9211;
    font-size: 24px;
    line-height: 64px;
    color: #ffffff;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    padding: 0 20px;
    text-align: center;
    display: inline-block;
}

.marki_slider_item_bg_mobile {
    height: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.marki_slider.swiper-container {
    padding: 40px 0;
}

.promo_item {
    text-decoration: none;
    text-align: center;
    width: calc(100%/5 - 50px);
    display: block;
    color: #000000;
    margin-bottom: 30px;
    margin-right: 50px;
}

.promo_item_img {
    padding-top: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.promo_title {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 300;
    color: #252421;
    text-align: center;
}

.promo_list_wrapper {
    display: flex;
    margin-top: 30px;
}

.promo_list {
    padding: 40px 0;
}

.news_item.expert {
    width: calc(100%/4 - 20px);
}

.expert .news_item_image {
    padding-top: 100%;
}

.news_item_doljnost {
    font-size: 12px;
}

.footer {
    background: #504F4B;
    color: #FFFFFF;
    padding: 30px 0 50px 0;
    overflow: hidden;
}

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

.footer_socseti {
    display: flex;
    justify-content: flex-end;
}

.footer_socseti_item {
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 5px;
}

.soc_vk {
    background-image: url('../images/vkontakte.png');
}

.soc_tw {
    background-image: url('../images/twitter.png');
}

.soc_you {
    background-image: url('../images/youtube.png');
}

.soc_tg {
    background-image: url('../images/telegram.png');
}

.otziv_date {
    font-size: 12px;
}

.otziv_name {
    font-size: 16px;
    font-weight: bold;
}

.otziv_text {
    font-size: 14px;
    margin-top: 10px;
}

.marki_slider_item.otzyv_item {
    padding: 20px 40px;
}

.first_screen {}

.first_screen_wrapp {
    background-image: url('../images/first_screen_wrapp.png');
    background-repeat: no-repeat;
    background-position: calc(50% - 50px) calc(50% - 20px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-size: 57%;
}

.first_screen_title {
    background-image: url('../images/first_screen_title.png');
    width: 100%;
    height: 175px;
    background-repeat: no-repeat;
}

.first_screen_left {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.first_screen_left_1 {
    background-image: url('../images/first_screen_left_1.png');
    background-repeat: no-repeat;
    background-position: 15px 25px;
}

.first_screen_left_1_1 {
    font-family: Playfair Display;
    font-size: 88px;
    font-weight: 700;
    line-height: 117px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
}

.first_screen_left_1_2 {
    font-family: Playfair Display;
    font-size: 50px;
    font-style: italic;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
}

.first_screen_left_1_3 {
    font-family: Playfair Display;
    font-size: 50px;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
}

.first_screen_left_2 {
    font-family: Playfair Display;
    font-size: 22px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
}

.first_screen_left_3 {
    margin-top: 30px;
    position: relative;
}

.first_screen_left_3_1 {}

.first_screen_left_3_dott {
    background-image: url('../images/first_screen_left_3_dott.png');
    width: 11px;
    height: 320px;
    position: absolute;
    left: -30px;
    top: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}

.first_screen_left_3_1_1 {
    font-family: Inter;
    font-size: 42px;
    font-weight: 700;
    line-height: 51px;
    letter-spacing: 0em;
    text-align: left;
}

.first_screen_left_3_1_2 {
    font-family: Playfair Display;
    font-size: 42px;
    font-style: italic;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 0em;
    text-align: left;
}

.first_screen_left_3_2 {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    width: 385px;
    margin-top: 15px;
}

.first_screen_left_3_3 {
    background-image: url('../images/first_screen_left_3_3.png');
    width: 150px;
    height: 40px;
    margin-top: 10px;
}

.first_screen_right {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.first_screen_right_1 {
    background-image: url('../images/first_screen_right_1.png');
    font-family: Playfair Display;
    font-size: 119px;
    font-style: italic;
    font-weight: 400;
    line-height: 159px;
    letter-spacing: 0em;
    text-align: left;
    background-position: right 63%;
    background-repeat: no-repeat;
    padding-right: 100px;
    background-size: 77px 15px;
    margin-right: 70px;
}

.first_screen_right_2 {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    background: #FC909D;
    color: #FFFFFF;
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%);
    padding: 10px 10px 20px 10px;
    width: 340px;
}

.first_screen_right_3 {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    background: #FC909D;
    color: #FFFFFF;
    clip-path: polygon(9% 0%, 90% 12%, 89% 80%, 7% 100%);
    padding: 15px 42px 20px 30px;
    width: 340px;
    margin-top: -10px;
}

.first_screen_right_4 {
    font-family: Comforter;
    font-size: 132px;
    font-weight: 400;
    line-height: 100px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
    margin-right: 80px;
    margin-top: 20px;
}

.first_screen_right_5 {
    font-family: Comforter;
    font-size: 132px;
    font-weight: 400;
    line-height: 100px;
    letter-spacing: 0em;
    text-align: left;
    color: #1C6F53;
    margin-right: 60px;
    margin-top: -30px;
}

.first_screen_right_6 {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    width: 350px;
    margin-right: 20px;
}

.first_screen_right_7 {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: right;
    margin-top: 30px;
}

.first_screen_right_8 {
    font-family: Roboto;
    font-size: 39px;
    font-style: italic;
    font-weight: 900;
    line-height: 46px;
    letter-spacing: 0em;
    text-align: right;
    color: #1C6F53;
}

.first_screen_bottom {
    background: #C49C56;
    display: flex;
    clip-path: polygon(0% 0%, calc(100% - 8px) 0%, 100% 70%, calc(0% + 5px) 100%);
    padding: 5px 30px 15px 40px;
    margin-top: 20px;
}

.first_screen_bottom_left {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
    font-size: 38px;
    line-height: 51px;
    text-align: center;
    color: #FFFFFF;
    transform: rotate(-6deg);
    background: linear-gradient(307.04deg, #FC909D 32.88%, #FF7586 96.01%);
    border-radius: 100%;
    min-width: 450px;
    min-height: 186px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.first_screen_bottom_right {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    padding: 0px 0px 50px 40px;
}

.second_screen {
    margin-top: 40px;
    padding: 0 30px;
}

.second_screen_wrapper_1 {
    clip-path: polygon(calc(0% + 20px) 0%, calc(100% - 20px) 0%, 100% calc(100% - 20px), calc(0% + 40px) 100%);
    background: #4A9212;
    padding: 20px;
}

.second_screen_wrapper_2 {
    clip-path: polygon(calc(0% + 20px) 0%, calc(100% - 20px) 0%, 100% calc(100% - 20px), calc(0% + 40px) 100%);
    background: #FFFFFF;
}

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

.second_screen_title_1 {
    background-image: url('../images/second_screen_title_1.png');
    min-width: 739px;
    height: 109px;
    margin-left: 60px;
    margin-top: 5px;
    position: relative;
    z-index: 1;
}

.second_screen_title_2 {
    /*clip-path: polygon(calc(0% + 20px) 0%, calc(100% - 30px) 0%,100% calc(100% - 30px), calc(0% + 50px) 100%);*/
    background: linear-gradient(307.04deg, #FC909D 32.88%, #FF7586 96.01%);
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 800;
    font-size: 148.335px;
    line-height: 87px;
    color: #FFFFFF;
    transform: rotate(-5deg);
    padding-bottom: 20px;
    padding-left: 70px;
    padding-right: 75px;
    margin-right: 35px;
    margin-top: 20px;
    margin-left: -70px;
}

.second_screen_block {
    background-image: url('../images/second_screen_block.png');
    background-position: calc(50% + 25px) 0%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    padding: 20px 50px 60px 60px;
}

.second_screen_block_left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.second_screen_block_left_1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
    font-size: 40.8083px;
    line-height: 54px;
    margin-top: 20px;
    margin-right: 25px;
}

.second_screen_block_left_2 {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 700;
    font-size: 71.607px;
    line-height: 45px;
}

.second_screen_block_left_3 {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 600;
    font-size: 19.4852px;
    line-height: 25px;
    margin-top: 20px;
    margin-right: 5px;
}

.second_screen_block_left_4 {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 800;
    font-size: 107.434px;
    line-height: 143px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #4A9212;
    margin-top: 40px;
    position: relative;
    left: 10px;
}

.second_screen_block_left_5 {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 800;
    font-size: 62.2876px;
    line-height: 83px;
    color: #FF7586;
    margin-top: -65px;
    margin-right: 78px;
    position: relative;
}

.second_screen_block_left_6 {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 500;
    font-size: 20.5597px;
    line-height: 27px;
    margin-right: 190px;
}

.second_screen_block_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.second_screen_block_right_1 {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 800;
    font-size: 58.341px;
    line-height: 68px;

    color: #1C6F53;
}

.second_screen_block_right_2 {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 800;
    font-size: 36.2328px;
    line-height: 42px;

    margin-top: 35px;

    color: #4A9212;
}

.second_screen_block_right_3 {

    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    margin-right: 25px;

}

.second_screen_block_right_4 {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 65px;
    display: flex;
    align-items: center;
    text-align: center;
    clip-path: polygon(calc(0% + 25px) 0%, 100% 0%, calc(100% - 26px) 100%, 0% 100%);
    background: #FC909D;
    width: 510px;
    height: 100px;
    justify-content: center;
    margin-top: 210px;
    margin-right: 0px;
    color: #000000;
    text-decoration: none;
}

.third_screen {
    margin-top: 30px;
    display: none;
}

.third_screen_block_1 {
    clip-path: polygon(0% 0%, 100% calc(0% + 10px), 100% 100%, 0% calc(100% - 20px));
    background: linear-gradient(130.14deg, #053630 4.85%, #1C6F53 70.97%), #000000;
    padding: 60px 30px 50px 20px;
}

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

.third_screen_block_1_left {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.third_screen_block_1_left_1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
    font-size: 47.1245px;
    line-height: 63px;
    color: #FFFFFF;
}

.third_screen_block_1_left_2 {}

.third_screen_block_1_left_2_1 {
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 34px;
    font-style: italic;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
}

.third_screen_block_1_left_2_2 {
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 47px;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: 0em;
    text-align: left;
}

.third_screen_block_1_left_2_2 sup {
    font-size: 28px;
}

.third_screen_block_1_left_2_3 {
    font-family: 'Perfograma';
    color: #FFFFFF;
    font-size: 47px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
}

.third_screen_block_1_right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.third_screen_block_1_right_1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    padding-left: 160px;
}

.third_screen_block_1_right_2 {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: right;
    color: #FFFFFF;
    margin-top: 30px;
}

.third_screen_block_1_right_3 {
    font-family: Roboto;
    font-size: 30px;
    font-style: italic;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: right;
    color: #FFFFFF;
}

.third_screen_block_1_right_4 {
    font-family: Playfair Display;
    font-size: 30px;
    font-style: italic;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: right;
    color: #FFFFFF;
}

.third_screen_block_1_right_5 {
    margin-top: 20px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17.5749px;
    line-height: 21px;
    text-align: right;

    color: #FFFFFF;
}

.third_screen_block_2 {
    font-family: Playfair Display;
    font-size: 28px;
    font-style: italic;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    width: 540px;
    background: #FC909D;
    clip-path: polygon(0% calc(0% + 30px), calc(100% - 3px) 0%, 100% calc(100% - 30px), calc(0% + 3px) 100%);
    padding: 30px 40px 20px 40px;
    position: relative;
    top: -305px;
    left: -20px;
}

.fourth_screen {
    margin-top: -90px;
}

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

.fourth_screen_block_1_1 {}

.fourth_screen_block_1_1_1 {
    font-family: Playfair Display;
    font-size: 40px;
    font-weight: 900;
    line-height: 54px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.fourth_screen_block_1_1_2 {
    clip-path: polygon(0% calc(0% + 30px), calc(100% - 3px) 0%, 100% calc(100% - 30px), calc(0% + 3px) 100%);
    font-family: Roboto;
    font-size: 40px;
    font-style: italic;
    font-weight: 900;
    line-height: 47px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    background: #FC909D;
    text-transform: uppercase;
    padding: 35px 30px 25px 10px;
    margin: -40px 0 0 -10px;
}

.fourth_screen_block_1_2 {
    display: flex;
    justify-content: space-between;
    margin-right: 90px;
    margin-left: 40px;
    padding-bottom: 50px;
    border-bottom: 8px solid #602C54;
}

.fourth_screen_block_1_2_1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    width: 40%;
    padding-right: 30px;
}

.fourth_screen_block_1_2_2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    width: 60%;
}

.fourth_screen_block_2 {
    background-image: url('../images/fourth_screen_block_2.png');
    height: 310px;
    margin-top: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.econews_slider_item.swiper-slide {
    width: 445px;
}

.econews_slider_item_wrapp_1 {
    clip-path: polygon(0% 0%, 100% calc(0% + 100px), 100% calc(100% - 50px), 0% 100%);
    background: #000000;
    padding: 1px;
}

.econews_slider_item_wrapp_2 {
    clip-path: polygon(0% 0%, 100% calc(0% + 100px), 100% calc(100% - 50px), 0% 100%);
    background: #FFFFFF;
    padding: 45px 35px;
}

.econews_slider_item_image {
    clip-path: polygon(0% 0%, 100% calc(0% + 80px), 100% calc(100% - 30px), 0% 100%);
    width: 370px;
    height: 380px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.econews_slider_item_name {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 49px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.econews_slider_item_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    /* or 153% */

    display: flex;
    align-items: center;
    margin-top: 20px;
}

.econews_slider_item_date {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17.6651px;
    line-height: 23px;
    /* identical to box height, or 130% */

    display: flex;
    align-items: center;
    margin-top: 20px;
}

.econews_title_1 {
    font-family: 'Perfograma';
    font-style: normal;
    font-weight: 400;
    font-size: 86.7812px;
    line-height: 67px;
    text-transform: uppercase;
}

.econews_slider.swiper-container {
    margin-top: 40px;
}

.econews_title_1 sup {
    font-size: 48px;
}

.econews_block {
    margin-top: 40px;
}

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

.econews_title_2 {
    display: flex;
    flex-direction: column;
    clip-path: polygon(calc(0% + 10px) 0%, 100% calc(0% + 20px), calc(100% - 10px) 100%, 0% calc(100% - 20px));
    background: linear-gradient(307.04deg, #FC909D 32.88%, #FF7586 96.01%);
    padding: 3px 11px 12px 7px;
    position: relative;
    top: 40px;
    margin-right: 50px;
}

.econews_title_2_1 {
    font-family: Playfair Display;
    font-size: 79px;
    font-weight: 500;
    line-height: 82px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
}

.econews_title_2_2 {
    font-family: Playfair Display;
    font-size: 79px;
    font-weight: 900;
    line-height: 82px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
}

.econews_slider_prev.swiper-button-prev {
    left: -50px;
}

.econews_slider_next.swiper-button-next {
    right: -50px;
}

.econews_slider_wrapper {
    position: relative;
}

.econews_block_after_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    /* or 120% */

    display: flex;
    width: 40%;
    padding: 0 40px;
}

.econews_block_after_button_wrapper {
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 50px), 0% 100%);
    background: #000000;
    padding: 1px;
    width: 60%;
    display: flex;
}

.econews_block_after_button {
    display: block;
    text-decoration: none;
    color: #000000;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 50px), 0% 100%);
    background: #FFFFFF;
    width: 100%;
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 81px;
    text-align: center;
    padding-bottom: 30px;
}

.econews_block_after {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.footer {
    background: linear-gradient(130.14deg, #053630 4.85%, #1C6F53 70.97%);
    clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0% 100%);
    padding-top: 40px;
    margin-top: 40px;
}

.footer_copy {
    font-family: 'Perfograma';
    font-style: normal;
    font-weight: 400;
    font-size: 126.353px;
    line-height: 127px;
    text-transform: uppercase;
}

.footer_copy sup {
    font-size: 72px;
}

.footer_wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.footer_menu {
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
}

.footer_menu_1 {
    width: 35%;
    display: flex;
    flex-direction: column;
}

.footer_menu_2 {
    width: 35%;
    display: flex;
    flex-direction: column;
}

.footer_menu_link {
    display: block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18.1192px;
    line-height: 21px;
    color: #FFFFFF;
    text-decoration: none;
    margin-bottom: 10px;
    cursor: pointer;
}

.footer_menu_link.link_underline {
    text-decoration: underline;
}

.odobrennie_tovari_title {
    position: relative;
    z-index: 10;
    margin-top: 60px;
}

.odobrennie_tovari_title_1 {
    font-family: Comforter;
    font-size: 153px;
    font-weight: 400;
    line-height: 96px;
    letter-spacing: 0em;
    text-align: center;
}

.odobrennie_tovari_title_2 {
    font-family: Playfair Display;
    font-size: 110px;
    font-style: italic;
    font-weight: 700;
    line-height: 96px;
    letter-spacing: 0em;
    text-align: center;
}

.odobrennie_tovari_slider_item.swiper-slide {
    width: 367px;
    background: linear-gradient(307.04deg, #FC909D 32.88%, #FF7586 96.01%);
    clip-path: polygon(calc(0% + 30px) 0%, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
    padding: 0 60px;
}

.odobrennie_tovari_slider_item_bg_mobile {
    height: 137px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.odobrennie_tovari_slider_text {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 700;
    font-size: 50.8503px;
    line-height: 0px;
    /* or 0% */

    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    top: -7px;
}

.odobrennie_tovari_slider.swiper-container {
    margin-top: 40px;
}

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

.odobrennie_tovari_slider_prev.swiper-button-prev {
    width: 260px;
    height: 40px;
    position: static;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 31.5538px;
    line-height: 40px;
    align-items: center;
    text-align: center;
    background: none;
    border: 1px solid #000000;
    margin: 0;
}

.odobrennie_tovari_slider_next.swiper-button-next {
    width: 260px;
    height: 40px;
    position: static;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 31.5538px;
    line-height: 40px;
    align-items: center;
    text-align: center;
    background: none;
    border: 1px solid #000000;
    margin: 0;
}

.otzivi_slider_item_bg_mobile {
    height: 300px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.otzivi_slider_item.swiper-slide {
    height: 300px;
}

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

.otzivi_slider_arrow {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.otzivi_slider.swiper-container {
    height: 620px;
}

.otzivi_slider_wrapp {
    width: 50%;
}

.otzivi_title {
    width: 50%;
    padding-top: 50px;
    padding-left: 30px;
}

.otzivi_slider_prev.swiper-button-prev {
    width: 260px;
    height: 40px;
    position: static;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 31.5538px;
    line-height: 40px;
    align-items: center;
    text-align: center;
    background: none;
    border: 1px solid #000000;
    margin: 0;
}

.otzivi_slider_next.swiper-button-next {
    width: 260px;
    height: 40px;
    position: static;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 31.5538px;
    line-height: 40px;
    align-items: center;
    text-align: center;
    background: none;
    border: 1px solid #000000;
    margin: 0;
}

.otzivi_title_1 {
    font-family: 'Comforter';
    font-style: normal;
    font-weight: 400;
    font-size: 163.8px;
    line-height: 91px;
    /* identical to box height, or 56% */

    display: flex;
    align-items: center;

    color: #FC909D;
    position: relative;
    left: -130px;
    z-index: 1;
}

.otzivi_title_3 {
    font-family: Playfair Display;
    font-size: 49px;
    font-style: italic;
    font-weight: 900;
    line-height: 63px;
    letter-spacing: 0em;
    text-align: left;
}

.otzivi_title_2 {
    font-family: Playfair Display;
    font-size: 49px;
    font-weight: 600;
    line-height: 63px;
    letter-spacing: 0em;
    text-align: left;
}

.otzivi_title_4 {
    font-family: Playfair Display;
    font-size: 49px;
    font-weight: 600;
    line-height: 63px;
    letter-spacing: 0em;
    text-align: left;
}

.otzivi_title_5 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 34px;
    /* or 230% */

    display: flex;
    align-items: center;

    color: #000000;
}

.disclamer {
    margin-top: 30px;
}

.disclamer_title {
    margin-bottom: -15px;
}

.disclamer_title_1 {


    font-family: Playfair Display;
    font-size: 188px;
    font-style: italic;
    font-weight: 900;
    line-height: 251px;
    letter-spacing: 0em;
    text-align: left;
    color: #1C6F53;
}

.disclamer_title_2 {
    font-family: Roboto;
    font-size: 110px;
    font-weight: 200;
    line-height: 129px;
    letter-spacing: 0em;
    text-align: left;
}

.disclamer_button {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    align-items: center;
    text-align: center;
    color: #000000;
    display: flex;
    height: 133px;
    border: 1px solid #000000;
    justify-content: center;
    cursor: pointer;
}

.techpodderjka {
    margin-top: 30px;
}

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

.techpodderjka_1 {
    min-width: 300px;
    margin-right: 100px;
}

.techpodderjka_2 {
    width: 100%;
    padding-top: 65px;
}

.techpodderjka_1_1 {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 700;
    font-size: 129.391px;
    line-height: 172px;

    /* pink-gradient */

    background: linear-gradient(307.04deg, #FC909D 32.88%, #FF7586 96.01%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.techpodderjka_1_2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 26.6458px;
    line-height: 31px;
}

.techpodderjka_2_1 {}

.techpodderjka_2_1_1 {
    font-family: Roboto;
    font-size: 27px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
}

.techpodderjka_2_1_2 {
    font-family: Roboto;
    font-size: 27px;
    font-style: italic;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
}

.techpodderjka_2_2 {
    font-family: Roboto;
    font-size: 27px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
}

.techpodderjka_2_3 {
    font-family: Playfair Display;
    font-size: 35px;
    font-style: italic;
    font-weight: 800;
    line-height: 47px;
    letter-spacing: 0em;
    text-align: left;
    position: relative;
    z-index: 1;
}

.techpodderjka_2_4 {
    display: flex;
}

.techpodderjka_2_4_1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    width: 365px;
    padding-top: 30px;
}

.techpodderjka_2_4_2 {
    width: 392.12px;
    height: 154.32px;
    background: linear-gradient(307.04deg, #FC909D 32.88%, #FF7586 96.01%);
    border-radius: 100% 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    position: relative;
    top: -35px;
}

.techpodderjka_2_4_2_1 {
    color: #FFFFFF;


    font-family: Playfair Display;
    font-size: 23px;
    font-weight: 900;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;

}

.techpodderjka_2_4_2_2 {
    color: #FFFFFF;
    font-family: Playfair Display;
    font-size: 35px;
    font-weight: 900;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: center;
}

.podpiska .second_screen_wrapper_1 {
    padding: 0px;
    clip-path: none;
    background: none;
}

.podpiska.second_screen {
    margin-top: 0px;
    padding: 0px;
}

.podpiska .second_screen_block_right_1 {
    visibility: hidden;
}

.second_screen_title2 {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 800;
    font-size: 58.341px;
    line-height: 68px;
    color: #1C6F53;
    text-align: right;
    padding: 10px 30px 0 0;
}

.podpiska .second_screen_wrapper_2 {
    clip-path: none;
}

.podpiska .second_screen_title_1 {
    min-width: 905px;
    height: 133px;
    margin-left: 0px;
    background-size: cover;
}

.second_screen_title3 {
    background: linear-gradient(108.62deg, #1C6F53 22.21%, #4A9212 75.48%);
    display: flex;
    align-items: center;
    clip-path: polygon(0% calc(0% + 50px), calc(100% - 7px) 0%, 100% calc(100% - 50px), calc(0% + 7px) 100%);
    padding: 0px 0px 40px 0px;
    margin-bottom: 20px;
}

.second_screen_title3_1 {}

.second_screen_title3_1_1 {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 800;
    font-size: 137.007px;
    line-height: 183px;
    /* identical to box height */


    color: #FFFFFF;
}

.second_screen_title3_1_2 {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-size: 31.5289px;
    line-height: 151.19%;
    /* identical to box height, or 48px */

    text-align: center;

    color: #FFFFFF;

}

.second_screen_title3_2 {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-size: 54.2334px;
    line-height: 151.19%;
    /* or 82px */

    text-transform: uppercase;

    color: #FFFFFF;
    padding-left: 60px;
}

.lk_info_left_photo {
    width: 360px;
    height: 372px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/no-photo.jpg');
}

.lk_info_left_balli {
    background: #C49C56;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    padding: 15px 20px;
}

.lk_info_left_izbrannoe_top {
    background: #C49C56;
    color: #ffffff;
    padding: 15px 20px;
    margin-top: 10px;
    max-width: 360px;
}

.lk_info_left_izbrannoe_top_title {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    position: relative;
    margin-bottom: 15px;
}

.lk_info_izbrannoe_top_pagination {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
}

.lk_izbrannoe_top_slider_next.swiper-button-next {
    width: 30px;
    height: 30px;
    position: static;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    align-items: center;
    text-align: center;
    margin: 0;
    border-radius: 50%;
    background: #FFFFFF;
    color: #000000;
}

.lk_izbrannoe_top_slider_prev.swiper-button-prev {
    width: 30px;
    height: 30px;
    position: static;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    align-items: center;
    text-align: center;
    margin: 0;
    border-radius: 50%;
    background: #FFFFFF;
    color: #000000;
    margin-right: 10px;
}

.lk_info_left_izbrannoe_top_list {
    display: flex;
    margin-top: 10px;
}

.lk_info_left_izbrannoe_top_item {
    margin-right: 10px;
}

.lk_info_left_izbrannoe_top_item_image {
    width: 95px;
    height: 95px;
    background-image: url('../images/pngwing8.png');
    border-radius: 100%;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    background-size: contain;
}

.lk_info_left_izbrannoe_top_link {
    color: #000000;
    text-decoration: none;
    display: block;
    text-align: center;
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 31px;
    background-color: #FFFFFF;
    margin-top: 10px;
}

.lk_info_left {
    min-width: 360px;
}

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

.lk_info_right {
    width: 100%;
    margin-left: 40px;
}

.lk_info_right_name {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 26px;
    padding-top: 20px;
}

.lk_info_right_blocks {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
}

.lk_info_right_block {
    width: calc(100%/3 - 15px);
    padding: 30px 20px;
}

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

.lk_info_right_block_title_text {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 700;
    font-size: 27.6279px;
    line-height: 37px;
    color: #FFFFFF;
}

.lk_info_right_block_title_icon {
    min-width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 20px;
}

.block_1 .lk_info_right_block_title_icon {
    background-image: url('../images/lk1.png');
    background-size: 49px;
}

.block_2 .lk_info_right_block_title_icon {
    background-image: url('../images/lk2.png');
    background-size: 53px;
}

.block_3 .lk_info_right_block_title_icon {
    background-image: url('../images/lk3.png');
    background-size: 56px;
}

.lk_info_right_block.block_1 {
    background: linear-gradient(307.04deg, #FC909D 32.88%, #FF7586 96.01%);
}

.lk_info_right_block.block_2 {
    background: #C49C56;
}

.lk_info_right_block.block_3 {
    background: #C49C56;
}

.lk_info_right_block_button {
    color: #FFFFFF;
    text-decoration: none;
    line-height: 50px;
    border: 1px solid #FFFFFF;
    display: block;
    text-align: center;
    margin-top: 30px;
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
}

.lk_info_right_block_rating {
    background-color: #FFFFFF;
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 52px;
    margin-top: 30px;
    padding: 0 15px;
}

.lk_info_right_otzivi_list.swiper-container {
    height: 250px;
    width: 100%;
}

.lk_info_right_otzivi_list_wrapp {
    display: flex;
    margin-top: 20px;
}

.lk_info_right_otzivi_pagination {
    min-width: 30px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lk_otzivi_slider_prev.swiper-button-prev {
    width: 30px;
    height: 100px;
    position: static;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 31.5538px;
    align-items: center;
    text-align: center;
    background: none;
    border: 1px solid #000000;
    margin: 0;
    line-height: 90px;
    background: #FFFFFF;
}

.lk_otzivi_slider_next.swiper-button-next {
    width: 30px;
    height: 100px;
    position: static;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 31.5538px;
    align-items: center;
    text-align: center;
    background: none;
    border: 1px solid #000000;
    margin: 0;
    line-height: 90px;
    background: #FFFFFF;
}

.lk_info_right_otzivi {
    background: linear-gradient(307.04deg, #FC909D 32.88%, #FF7586 96.01%);
    padding: 20px;
    margin-top: 20px;
}

.lk_info_right_otzivi_title {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
}

.lk_info_right_otzivi_item {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lk_info_right_otzivi_item_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
}

.lk_info_right_otzivi_item_link {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 700;
    font-size: 13px;
    line-height: 17px;
    color: #000000;
    text-decoration: none;
}

.lk_info_right_otzivi_item_link_text {
    text-decoration-line: underline;
}

.lk_info_right_otzivi_item_link_arrow {
    font-size: 16px;
    margin-left: 5px;
}

.lk_podpiski {
    background: linear-gradient(130.14deg, #053630 4.85%, #1C6F53 70.97%);
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 70px;
}

.lk_podpiski_list {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.lk_podpiski_item {
    width: calc(100%/3 - 30px);
    background: #FFFFFF;
    padding: 20px;
    margin: 0 15px 30px 15px;
}

.lk_podpiski_item_image {
    height: 420px;
    border: 1px solid #000000;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    color: #000000;
    text-decoration: none;
}

.lk_podpiski_item_name {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-size: 24.5489px;
    line-height: 33px;
    margin-top: 20px;
    display: block;
    color: #000000;
    text-decoration: none;
}

.lk_podpiski_item_time {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16.3659px;
    line-height: 19px;

    color: #797979;
    margin-top: 30px;
    display: flex;
}

.lk_podpiski_item_time_text2 {
    margin-left: 5px;
}

.lk_podpiski_item_time_text3 {
    margin-left: 5px;
}

.lk_podpiski_item_button {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 12.2745px;
    line-height: 50px;
    margin-top: 20px;
    text-align: center;
    border: 1px solid #000000;
    display: block;
    color: #000000;
    text-decoration: none;
    width: 50%;
}

.lk_podpiski_button_list {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.lk_podpiski_button_item {
    width: calc(100%/3 - 30px);
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 12.2745px;
    line-height: 78px;
    margin-top: 20px;
    text-align: center;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

.lk_podpiski_all_button_text {
    clip-path: polygon(calc(0% + 15px) 0%, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 90px;
    text-align: center;
    background-color: #FFFFFF;
    position: relative;
    z-index: 2;
}

.lk_podpiski_all_button_shadow {
    clip-path: polygon(calc(0% + 15px) 0%, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
    top: -10px;
    left: -10px;
    padding: 1px;
}

.lk_podpiski_all_button_shadow_wrapp {
    clip-path: polygon(calc(0% + 15px) 0%, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    position: absolute;
    background: #4A9212;
}

.lk_podpiski_all_button {
    position: relative;
    width: 400px;
}

.lk_podpiski_all_button_image {
    background-image: url('../images/all_podpiski_button.png');
    width: 129px;
    height: 129px;
    position: absolute;
    z-index: 3;
    bottom: -25px;
    right: 25px;
}

.lk_podpiski_all_wrapp {
    clip-path: polygon(calc(0% + 30px) 0%, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
    background: #4A9212;
    display: flex;
    justify-content: center;
    padding: 20px;
}

.lk_podpiski_all {
    background: #FFFFFF;
    margin-top: 50px;
    padding: 50px 10px;
}

.podpiska_metodichka {
    background-image: url('../images/podpiska_metodichka_block.png');
    background-position: bottom;
    background-repeat: no-repeat;
}

.podpiska_metodichka_block {
    display: flex;
    justify-content: space-between;

}

.podpiska_metodichka_block_1 {
    min-width: 350px;
}

.podpiska_metodichka_block_1_1 {
    font-family: Playfair Display;
    font-size: 143px;
    font-style: italic;
    font-weight: 500;
    line-height: 191px;
    letter-spacing: 0em;
    text-align: left;
}

.podpiska_metodichka_block_1_2 {
    font-family: Roboto;
    font-size: 59px;
    font-style: italic;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: 0em;
    text-align: left;
}

.podpiska_metodichka_block_1_3 {
    font-family: Roboto;
    font-size: 59px;
    font-weight: 300;
    line-height: 70px;
    letter-spacing: 0em;
    text-align: left;
}

.podpiska_metodichka_block_1_4 {
    background-image: url('../images/podpiska_metodichka_block_1_4.png');
    width: 218px;
    height: 373px;
    margin-top: 40px;
    margin-left: 110px;
}

.podpiska_metodichka_block_2 {
    width: 100%;
}

.podpiska_metodichka_block_2_list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    list-style: none;
    margin-top: 50px;
}

.podpiska_metodichka_block_2_list li {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 32px;
    border-bottom: 1px solid #000000;
    margin: 0 0 15px 0;
}

.podpiska_metodichka_block_3 {
    margin-top: 85px;
}

.podpiska_metodichka_block_3_1 {
    min-width: 370px;
}

.podpiska_metodichka_block_3_1_1 {
    font-family: Roboto;
    font-size: 35px;
    font-weight: 400;
    line-height: 41px;
    letter-spacing: 0em;
    text-align: left;

}

.podpiska_metodichka_block_3_1_2 {
    font-family: Roboto;
    font-size: 35px;
    font-style: italic;
    font-weight: 700;
    line-height: 41px;
    letter-spacing: 0em;
    text-align: left;
}

.podpiska_metodichka_block_3_2 {
    font-family: Roboto;
    font-size: 35px;
    font-weight: 400;
    line-height: 41px;
    letter-spacing: 0em;
    text-align: left;
}

.podpiska_metodichka_block_3_3 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 800;
    font-size: 42.6316px;
    line-height: 57px;
    margin-top: 15px;
}

.podpiska_metodichka_block_3_4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 41px;
    margin-top: 55px;
}

.podpiska_metodichka_block_3_5 {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 16.1078px;
    line-height: 65px;
    display: flex;
    align-items: center;
    text-align: center;
    clip-path: polygon(calc(0% + 25px) 0%, 100% 0%, calc(100% - 26px) 100%, 0% 100%);
    background: #FC909D;
    width: 316.13px;
    height: 80.54px;
    justify-content: center;
    margin-top: 40px;
    color: #000000;
    text-decoration: none;
}

.podpiska_kartinka {
    margin-top: 30px;
}

.podpiska_kartinka_image {
    background-image: url('../images/podpiska_kartinka_image.png');
    height: 368px;
}

.dostup {}

.dostup_block {
    display: flex;
}

.dostup_block_1 {
    min-width: 630px;
}

.dostup_block_1_1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-size: 77px;
    line-height: 103px;
    padding-left: 20px;
}

.dostup_block_1_2 {
    background: #FC909D;
    border-radius: 100% 60%;
    width: 546px;
    height: 150px;
    margin-top: -5px;
}

.dostup_block_1_3 {
    margin-top: -145px;
    padding-left: 20px;
    display: flex;
}

.dostup_block_1_3_1 {
    font-family: Playfair Display;
    font-size: 77px;
    font-style: italic;
    font-weight: 700;
    line-height: 103px;
    letter-spacing: 0em;
    text-align: left;

}

.dostup_block_1_3_2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 23.1884px;
    line-height: 27px;
    width: 160px;
    margin-top: 35px;
    margin-left: 30px;
}

.dostup_block_1_4 {
    display: flex;
    margin-top: 40px;
}

.dostup_block_1_4_1 {}

.dostup_block_1_4_1_1 {}

.dostup_block_1_4_1_1_1 {
    background: linear-gradient(130.14deg, #053630 4.85%, #1C6F53 70.97%);
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 800;
    font-size: 143px;
    line-height: 191px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    padding-left: 25px;
    padding-right: 10px;
}

.dostup_block_1_4_1_1_2 {
    font-family: Roboto;
    font-size: 52px;
    font-weight: 200;
    line-height: 61px;
    letter-spacing: 0em;
    text-align: left;

}

.dostup_block_1_4_1_2 {
    font-family: Roboto;
    font-size: 52px;
    font-weight: 200;
    line-height: 61px;
    letter-spacing: 0em;
    text-align: left;
    width: 235px;
    margin-left: 35px;
}

.dostup_block_1_4_2 {
    margin-top: 125px;
}

.dostup_block_1_4_2_1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    margin-left: 35px;
}

.dostup_block_1_4_2_2 {
    background: #C49C56;
    border-radius: 100% 80%;
    padding: 20px 60px;
    margin-top: 15px;
}

.dostup_block_1_4_2_2_1,
.dostup_block_1_4_2_2_2,
.dostup_block_1_4_2_2_3 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
    font-size: 34.4467px;
    line-height: 46px;
    text-align: center;

    color: #FFFFFF;
}

.dostup_block_1_4_2_3 {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 16.1078px;
    line-height: 65px;
    display: flex;
    align-items: center;
    text-align: center;
    clip-path: polygon(calc(0% + 25px) 0%, 100% 0%, calc(100% - 26px) 100%, 0% 100%);
    background: #FC909D;
    width: 316.13px;
    height: 80.54px;
    justify-content: center;
    margin-top: 20px;
    color: #000000;
    text-decoration: none;
}

.dostup_block_21 ul {
    margin-left: 17px;
}

.dostup_block_21 li {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    margin: 0;
}

.dostup_block_2 {
    margin-top: 80px;
}

.dostup_block_2_wrapp {
    clip-path: polygon(0% calc(0% + 30px), calc(100% - 30px) 0%, 100% calc(100% - 30px), calc(0% + 30px) 100%);
    background: #000000;
    padding: 1px;
    width: 400px;
    margin-top: 150px;
    margin-left: 40px;
}

.dostup_block_2wrapp1 {
    clip-path: polygon(0% calc(0% + 30px), calc(100% - 30px) 0%, 100% calc(100% - 30px), calc(0% + 30px) 100%);
    background: #FFFFFF;
    padding: 30px;
}

.dostup_block_2_1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}

.dostup_block_2_2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    margin-top: 30px;
}

.dostup_block_2_3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    margin-top: 30px;
}

.dostup_block_2_4 {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-size: 56.0417px;
    line-height: 66px;
    text-transform: uppercase;
    margin-top: 30px;
}

.voprosi_title {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 80px;
    text-align: center;
    margin-top: 50px;
}

.voprosi_title2 {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 800;
    font-size: 60px;
    line-height: 80px;
    text-align: center;
    padding-left: 230px;
    margin-top: -20px;
}

.voprosi_list {
    margin-top: 40px;
}

.voprosi_item_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    cursor: pointer;
}

.voprosi_item {
    padding: 30px 50px 30px 40px;
    display: flex;
    border: 1px solid #000000;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.voprosi_item_icon {
    background-image: url('../images/voprosi_item_icon.png');
    min-width: 29px;
    height: 15px;
    transition: 0.3s;
    cursor: pointer;
}

.text_blocks {
    margin-top: 50px;
}

.text_blocks_list {
    background: linear-gradient(108.62deg, #1C6F53 22.21%, #4A9212 75.48%);
    clip-path: polygon(0% calc(0% + 30px), calc(100% - 150px) 0%, 100% calc(0% + 30px), 100% calc(100% - 50px), calc(0% + 100px) 100%, 0% calc(100% - 40px));
    padding: 45px 55px 55px 30px;
    margin: 0 -20px;
    display: flex;
    justify-content: space-between;
}

.text_blocks_item {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 22px;

    color: #FFFFFF;
    width: 310px;
}

.podpiska_vitamini_block {
    overflow: hidden;
    padding: 35px 0px 75px 0px;
}

.podpiska_vitamini {
    transform: rotate(-2.52deg);
    background: #4A9212;
}

.podpiska_vitamini_wrapp {
    transform: rotate(2.52deg);
}

.podpiska_vitamini_title {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
}

.podpiska_vitamini_title_1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    font-size: 100.789px;
    line-height: 118px;

    color: #FFFFFF;
    position: relative;
    z-index: 2;
}

.podpiska_vitamini_title_2 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 800;
    font-size: 100.789px;
    line-height: 134px;

    color: #FFFFFF;
    position: relative;
    top: 90px;
    z-index: 2;
}

.podpiska_vitamini_list {
    margin-top: 20px;
    padding-bottom: 90px;
}

.podpiska_vitamini_list_item {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 19.0751px;
    line-height: 22px;

    color: #FFFFFF;
    width: 320px;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.vitamini_image {
    background-image: url('../images/vitamini_image.png');
    width: 658px;
    height: 814px;
    position: absolute;
    top: 65px;
    left: 50%;
    margin-left: -195px;
    z-index: 1;
}

.podpiska_vibor {
    margin-top: -35px;
    position: relative;
    z-index: -1;
}

.podpiska_vibor_block {
    border: 1px solid #000000;
    transform: rotate(0.98deg);
}

.podpiska_vibor_wrapp {
    transform: rotate(-0.98deg);
    display: flex;
    justify-content: space-around;
    padding: 120px 0 100px 0;
    align-items: center;
}

.podpiska_vibor_2_2 {
    margin-top: 30px;
}

.podpiska_vibor_1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
    font-size: 47.7437px;
    line-height: 64px;
    text-align: center;
    width: 360px;
}

.podpiska_vibor_2 {
    width: 360px;
}

.podpiska_vibor_3 {
    width: 360px;
}

.podpiska_vibor_text {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
}

.podpiska_vibor_title {
    font-family: Playfair Display;
    font-size: 20px;
    font-weight: 800;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
}

.podpiska_vibor_icon {
    background-image: url('../images/podpiska_vibor_icon.png');
    width: 16px;
    height: 10px;
    margin: 0 auto;
}

.podpiska_vibor_button {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 16.1078px;
    line-height: 100px;
    border: 1px solid #000000;
    text-align: center;
    margin-top: 30px;
    display: block;
    text-decoration: none;
    color: #000000;
}

.podpiska_experti {
    margin-top: 30px;
}

.podpiska_experti_title {
    display: flex;
}

.podpiska_experti_title_1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 99px;
    line-height: 132px;
}

.podpiska_experti_title_2 {
    padding-top: 50px;
    padding-left: 30px;
}

.podpiska_experti_title_2_1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
    font-size: 99px;
    line-height: 132px;
}

.podpiska_experti_title_2_2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    width: 340px;
}

.tovar_first_title {
    display: flex;
}

.tovar_first_title_text {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
}

.tovar_first_title_izbrannoe {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.tovar_first_title_izbrannoe_icon {
    background-image: url('../images/tovar_first_title_izbrannoe_icon.png');
    width: 32px;
    height: 29px;
    margin-left: 100px;
    cursor: pointer;

}

.active .tovar_first_title_izbrannoe_icon {
    background-image: url('../images/tovar_first_title_izbrannoe_icon_active.png');
}

.del_izbrannoe {
    display: none;
}

.active .add_izbrannoe {
    display: none;
}

.active .del_izbrannoe {
    display: inline;
}

.tovar_first_title_izbrannoe_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    width: 85px;
    margin-left: 15px;
    cursor: pointer;
}

.tovar_first_block {
    margin-top: 30px;
    display: flex;
}

.tovar_first_image {
    min-width: 460px;
    /* background-color: #D9D9D9;*/
    height: 590px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.tovar_first_info {
    margin-left: 40px;
    width: 100%;
}

.tovar_first_info_1 {
    display: flex;
}

.tovar_first_info_1_item {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.tovar_first_info_1_item:before {
    display: block;
    content: '';
    background: #C49C56;
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-right: 15px;
}

.tovar_first_info_1_item:first-child:before {
    display: none;
}

.tovar_first_info_2 {
    display: flex;
    margin-top: 20px;
}

.tovar_first_info_2_item {
    width: 80px;
    height: 90px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 20px;
    background-size: contain;
}

.tovar_first_info_3 {
    margin-top: 30px;
}

.tovar_first_info_3_title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;

    color: #a7a7a7;
}

.tovar_first_info_3_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}

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

.tovar_first_info_4_item {
    width: calc(100%/3 - 20px);
    margin-bottom: 30px;
}

.tovar_first_info_4_item_title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #a7a7a7;
}

.tovar_first_info_4_item_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
}

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

.tovar_first_info_5_1 {
    background-image: url('../images/tovar_arrow_right_icon.png');
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 78px;
    /* identical to box height */

    text-align: center;
    border: 1px solid #000000;
    width: 300px;
    padding-right: 30px;
    background-repeat: no-repeat;
    background-position: calc(100% - 25px);
    color: #000000;
    text-decoration: none;
}

.tovar_first_info_5_2 {
    padding-top: 10px;
}

.tovar_first_info_5_2_1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 22.516px;
    line-height: 26px;
}

.tovar_first_info_5_2_2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 13.5096px;
    line-height: 16px;
    display: flex;
    align-items: center;

    color: rgba(0, 0, 0, 0.5);
    width: 120px;
    margin-top: 5px;
}

.tovar_first_info_5_3 {
    padding-top: 10px;
}

.tovar_first_info_5_3_1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15.3109px;
    line-height: 18px;
    background-repeat: no-repeat;
    padding-left: 40px;
    background-size: 30px;
}

.tovar_first_info_5_3_2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 13.5096px;
    line-height: 16px;
    display: flex;
    align-items: center;

    color: rgba(0, 0, 0, 0.5);
    margin-top: 10px;
}

.tovar_second {
    margin-top: 50px;
}

.tovar_second_block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.tovar_second_1 {
    width: 450px;
}

.tovar_second_1_1,
.tovar_second_1_3,
.tovar_second_1_5 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
}

.tovar_second_1_2,
.tovar_second_1_4,
.tovar_second_1_6 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 40px;
    margin-top: 5px;
}

.tovar_second_1_4_1 {
    margin-top: -30px;
    margin-bottom: 30px;
}

.tovar_second_1_4_1_1 {
    border-bottom: 2px dashed #000000;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
}

.tovar_second_1_4_1_1:hover {
    border-bottom: 2px dashed transparent;
}

.tovar_second_1_4_1_2 {
    display: none;
}

.tovar_second_1_4_1_2_1_1 {
    margin-bottom: 10px;
}

.tovar_second_yes {
    background-image: url('../images/tovar_second_yes.png');
}

.tovar_second_no {
    background-image: url('../images/tovar_second_no.png');
}

.tovar_second_1_7,
.tovar_second_1_8,
.tovar_second_1_9 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17.3333px;
    line-height: 26px;
    margin-bottom: 15px;
    padding-left: 40px;
    background-repeat: no-repeat;
}

.tovar_second_2 {
    width: 730px;
    background: #C49C56;
    padding: 20px 40px 20px 40px;
}

.tovar_second_2_small {
    min-width: 560px;
    margin-left: 40px;
}

.tovar_second_2_small_1_1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
}

.tovar_second_2_small_1_2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    margin-top: 30px;
}

.tovar_second_2_small_1 {
    border: 1px solid #000000;
    padding: 30px 40px;
    margin-top: -30px;
}

.tovar_k_1_1 {
    background-color: #4A9212;
    color: #FFFFFF;
    text-align: center;
    padding: 30px;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tovar_k_1_1_1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    max-width: 460px;
    display: inline-block;
}

.tovar_k_1_1_2_1 {
    color: #FFFFFF;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
}

.tovar_k_1_1_2 {
    width: 460px;
    display: inline-block;
    border: 1px solid #FFFFFF;
    margin-top: 20px;
    padding: 20px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    max-width: 90%;
}

.tovar_second_2_1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 54px;
    display: flex;
    align-items: center;
    text-align: center;

    color: #FFFFFF;
    width: 340px;
    margin: 0 auto;
}

.tovar_second_2_3 {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 56px;
    text-align: center;
    border: 1px solid #000000;
    margin-top: 10px;
}

.tovar_second_2_2 {
    background: #FFFFFF;
    margin-top: 20px;
}

.tovar_second_2_2_1 {
    display: flex;
    align-content: stretch;
    align-items: stretch;
}

.tovar_second_2_2_1_1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    border-right: 1px solid #FC909D;
    border-bottom: 1px solid #FC909D;
    width: 200px;
    min-height: 60px;
    text-align: center;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tovar_second_2_2_1_2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    width: 350px;
    min-height: 60px;
    border-bottom: 1px solid #FC909D;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 12px;
    align-content: center;
    padding: 5px;
}

.tovar_second_2_2_1_3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100px;
    min-height: 60px;
    border-bottom: 1px solid #FC909D;
    justify-content: center;
    padding: 5px;
}

.tovar_3 {
    margin-top: 50px;
}

.tovar_3_1_wrapp {
    display: flex;
}

.tovar_3_1 {
    background: linear-gradient(112.06deg, #053630 4.03%, #1C6F53 90.76%), #000000;
    display: flex;
    padding: 30px 40px;
    min-width: 800px;
    width: 800px;
}

.tovar_3_1_big {
    background: linear-gradient(112.06deg, #053630 4.03%, #1C6F53 90.76%), #000000;
    display: flex;
    padding: 30px 40px;
    margin-bottom: 40px;
}

.tovar_3_1_1 {
    background-image: url('../images/tovar_3_1_1.png');
    min-width: 177px;
    height: 177px;
    border-radius: 100%;
    background-size: cover;
    background-position: center;
}

.tovar_3_1_2_1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-size: 33.4915px;
    line-height: 45px;

    color: #FFFFFF;
}

.tovar_3_1_2_2_1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-size: 33.4915px;
    line-height: 45px;

    color: #FFFFFF;
}

.tovar_3_1_2 {
    padding-left: 60px;
}

.tovar_3_1_2_2_2,
.tovar_3_1_2_2_4 {
    font-family: Playfair Display;
    font-size: 33px;
    font-style: italic;
    font-weight: 800;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
}

.tovar_3_1_2_2_3 {
    font-family: Perfograma;
    font-size: 33px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;



    color: #FFFFFF;
}

.tovar_3_1_2_3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14.4915px;
    line-height: 17px;

    color: #FFFFFF;
    margin-top: 20px;
}

.tovar_3_1_2_4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    /* identical to box height */


    color: #FFFFFF;
    margin-top: 20px;
}

.tovar_3_1_2_4_2 {
    margin-left: 10px;
}

.tovar_3_2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.tovar_3_2_1 {
    background: #FC909D;
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 11.5179px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    width: 260px;
    height: 70px;
    margin-bottom: 10px;
    justify-content: center;

    text-decoration: none;
}

.tovar_3_2_2 {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 11.5179px;
    line-height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000000;
    width: 260px;
    height: 70px;
    border: 1px solid #000000;
}

.tovar_4 {
    margin-top: 50px;
}

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

.tovar_4_1,
.tovar_4_2 {
    width: calc(100%/2 - 50px);
}

.tovar_4_1_1,
.tovar_4_2_1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 33px;
}

.tovar_4_1_2,
.tovar_4_2_2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    margin-top: 30px;
}

.tovar_5 {
    margin-top: 50px;
}

.tovar_5_1 {
    display: flex;
    flex-wrap: wrap;

}

.tovar_5_1_1 {

    background: linear-gradient(307.04deg, #FC909D 32.88%, #FF7586 96.01%);

    clip-path: polygon(calc(0% + 30px) 0%, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
    width: calc(100%/4);
    height: 105px;
    padding: 0 60px;
    margin-bottom: 20px;
    position: relative;
}

.tovar_5_1_1_1 {
    background-image: url('../images/tovar_5_1_1.png');
    height: 105px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.tovar_5_1_1_2 {
    position: absolute;
    z-index: 10;
    bottom: 5px;
    color: #FFFFFF;
    font-weight: bold;
    background: #4a9212;
    padding: 2px 5px;
}

.tovar_6 {
    text-align: center;
    margin-top: 50px;
}

.tovar_6_1 {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    border-bottom: 2px solid #000000;
    display: inline-block;
}

.tovar_7 {
    margin-top: 50px;
}

.tovar_7_wrapp {
    display: flex;
}

.tovar_7_1 {
    background: linear-gradient(130.14deg, #053630 4.85%, #1C6F53 70.97%);
    min-width: 460px;
    width: 460px;
    padding: 60px 0;
}

.tovar_7_1_1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    display: flex;
    align-items: center;
    text-align: center;

    color: #FFFFFF;
    width: 260px;
    margin: 0 auto;
}

.tovar_7_1_3,
.tovar_7_1_4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    display: flex;
    align-items: center;
    text-align: center;

    color: #FFFFFF;
    margin-top: 40px;
    justify-content: center;
}

.tovar_7_1_2 {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.tovar_7_1_2_1 {
    width: 44px;
    height: 39px;
    margin: 0 5px;
}

.tovar_7_1_2_1_1 {
    background-image: url('../images/tovar_7_1_2_1_1.png');
}

.tovar_7_1_2_1_2 {
    background-image: url('../images/tovar_7_1_2_1_2.png');
}

.tovar_7_2 {
    margin-left: 40px;
}

.tovar_7_2_1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-size: 41.4863px;
    line-height: 55px;
}

.tovar_7_2_2 {
    background: #F4F4F4;
    margin-top: 20px;
    padding: 20px 50px 30px 30px;
    max-height: 650px;
    overflow: auto;

}

.tovar_7_2_2_1 {
    display: flex;
}

.tovar_7_2_2_1_1 {
    background-image: url('../images/no-photo.jpg');
    width: 160px;
    min-width: 160px;
    height: 160px;
    border-radius: 100%;
    background-size: cover;
    background-position: center;
}

.tovar_7_2_2_1_2 {
    margin-left: 30px;
}

.tovar_7_2_2_1_2_1 {


    font-family: Roboto;
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;

}

.tovar_7_2_2_1_2_2 {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
}

.tovar_7_2_2_1_2_3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    margin-top: 20px;
}

.tovar_7_2_2_1_2_4 {
    margin-top: 10px;
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 30px;
    border-bottom: 1px solid #000000;
    display: inline-block;
}

.tovar_7_2_2_2 {
    margin-top: 20px;
    display: flex;
}

.tovar_7_2_2_2_1 {
    background-image: url('../images/tovar_7_2_2_2_1.png');
    width: 105px;
    height: 60px;
    margin-right: 10px;
    background-size: cover;
    background-position: center;

}

.tovar_7_2_3 {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.tovar_7_2_3_1 {
    background: #FC909D;
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 11.5179px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    width: 360px;
    height: 70px;
    justify-content: center;
    visibility: hidden;
}

.tovar_7_2_3_2 {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 11.5179px;
    line-height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000000;
    width: 260px;
    height: 70px;
    border: 1px solid #000000;
}

.tovar_8 {
    margin-top: 70px;
}

.tovar_8_2 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
}

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

.tovar_8_1_1 {
    width: calc(100%/3 - 30px);
    margin-bottom: 30px;
    display: flex;
}

.tovar_8_1_2 {
    width: 100%;
    display: flex;
}

.tovar_8_1_1_1 {
    min-width: 30px;
    width: 30px;
    height: 30px;
    margin-right: 20px;
}

.tovar_8_1_1_2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
}

.tovar_8_3 {
    display: flex;
    align-items: flex-end;
}

.tovar_8_3_1 {
    margin-top: 30px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}

.tovar_8_3_2 {
    background-image: url('../images/tovar_arrow_right_icon.png');
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 78px;
    text-align: center;
    border: 1px solid #000000;
    min-width: 360px;
    padding-right: 30px;
    background-repeat: no-repeat;
    background-position: calc(100% - 25px);
    margin-left: 50px;
    text-decoration: none;
    color: #000000;
    display: block;
    margin-top: 20px;
}

.tovar_8_4 {
    background: #4A9212;
    margin-top: 50px;
    padding: 40px 0;
}

.tovar_8_4_1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;

    color: #FFFFFF;
    text-align: center;
}

.tovar_8_4_2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    width: 490px;
    color: #FFFFFF;
    margin: 30px auto 0 auto;
}

.metodichka_detail_section_title {
    font-family: 'Perfograma';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 20px;
    background-color: #d5f5e8;
    padding: 10px 20px 20px 20px;
}

.metodichka_detail_text {
    font-size: 18px;
    font-family: 'Roboto';
    padding-left: 40px;
}

.metodichka_detail_element {
    margin-bottom: 40px;
}

.metodichka_detail_element_title {
    font-family: 'Perfograma';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 20px;
    background-color: #faeb56;
    padding: 10px 20px 20px 20px;
    display: inline-block;
}

.metodichka_detail_image img {
    width: 100%;
}

.metodichka_detail_tablica table {
    width: 100%;
    border: 0;
}

.metodichka_detail_tablica table tr:first-child td {
    font-weight: bold;
}

.metodichka_detail_tablica table td {
    border: 0;
    border-bottom: 1px solid #000000;
    padding: 5px;
}

.otkrytye_podpiski_wrapp1 {
    clip-path: polygon(calc(0% + 30px) 0%, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
    background: #000000;
    padding: 1px;
    margin-top: 50px;
}

.otkrytye_podpiski_wrapp2 {
    clip-path: polygon(calc(0% + 30px) 0%, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
    background: #FFFFFF;
    padding: 20px 30px;
}

.otkrytye_podpiski_list {
    display: flex;
    flex-wrap: wrap;
}

.otkrytye_podpiski_item {
    width: calc(100%/3 - 20px);
    margin: 0 10px 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-bottom: 80px;
    min-height: 376px;
}

.otkrytye_podpiski_item_1 {
    background: linear-gradient(307.04deg, #FC909D 32.88%, #FF7586 96.01%);
}

.otkrytye_podpiski_item_2 {
    background: #4A9212;
}

.otkrytye_podpiski_item_3 {
    background: #1C6F53;
}

.otkrytye_podpiski_item_4 {
    background: #C49C56;
}

.otkrytye_podpiski_item_name {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-size: 40.9091px;
    line-height: 55px;
    /* identical to box height */


    color: #FFFFFF;
    text-align: center;
    margin-bottom: 20px;
}

.otkrytye_podpiski_item_text {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    text-align: center;

    color: #FFFFFF;
}

.otkrytye_podpiski_item_button {
    display: flex;
    width: 100%;
    justify-content: center;
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 80px;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    bottom: 0;
    text-decoration: none;
}

.otkrytye_podpiski_item_button:after {
    display: block;
    content: '→';
    margin-left: 20px;
}

.razdely_title {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 53px;
    text-align: center;
}

.razdely_list {
    display: flex;
    flex-wrap: wrap;
    margin: 50px -20px;
}

.razdely_item {
    width: calc(100%/2 - 40px);
    margin: 0 20px 20px 20px;
    min-height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto 320px;
    padding-left: 20px;
    padding-top: 40px;
    padding-bottom: 20px;
}

.razdely_item_name {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 600;
    font-size: 30.2913px;
    line-height: 40px;

    color: #FFFFFF;
    width: 320px;
}

.razdely_item_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15.1456px;
    line-height: 18px;

    color: #FFFFFF;
    width: 320px;
    margin-top: 10px;
}

.razdely_item_buttons {
    display: flex;
    margin-top: 20px;
}

.razdely_item_1 {
    background-color: #4A9212;
}

.razdely_item_2 {
    background-color: #FC909D;
}

.razdely_item_3 {
    background-color: #1C6F53;
}

.razdely_item_button_1 {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 600;
    font-size: 10.75px;
    line-height: 13px;
    text-align: center;
    text-transform: lowercase;
    background: #FFFFFF;
    width: 150px;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.razdely_item_button_2 {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 600;
    font-size: 10.75px;
    line-height: 13px;
    text-align: center;
    text-transform: lowercase;
    width: 150px;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    margin-left: 10px;
}

.tarifi_title {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 140px;
    /* identical to box height */

    text-align: center;

    color: #FFFFFF;
    clip-path: polygon(0% 0%, calc(100% - 50px) 0%, 100% 100%, calc(0% + 50px) 100%);
    background: linear-gradient(108.62deg, #1C6F53 22.21%, #4A9212 75.48%);
}

.tarifi_item_button {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 12.2745px;
    line-height: 64px;
    text-align: center;
    color: #FFFFFF;
    background: #4A9212;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.tarifi_list {
    margin-top: 30px;
    display: flex;
    column-gap: 30px;
}

.tarifi_item {
    width: calc(100%/3 - 20px);
    border: 1px solid #000000;
    padding: 15px 15px 30px 15px;
}

.tarifi_item_name {
    height: 180px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tarifi_item_name_text_title {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-size: 24.5489px;
    line-height: 33px;
    margin-bottom: 10px;
}

.tarifi_item_name_text_text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    padding-right: 20px;
}

.tarifi_item_price_1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 32.5714px;
    line-height: 30px;
    font-feature-settings: 'pnum' on, 'lnum' on;

    color: #FFFFFF;
}

.tarifi_item_price_2 {
    font-family: Playfair Display;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
}

.tarifi_item_price {
    border-radius: 100% 70%;
    padding: 10px 20px;
    height: 70px;
    min-width: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    right: -20px;
}

.tarifi_item_price_color_1 {
    background: linear-gradient(108.62deg, #1C6F53 22.21%, #4A9212 75.48%);
}

.tarifi_item_price_color_2 {
    background: linear-gradient(325.34deg, #C49C56 8.23%, #A47D3B 98.25%);
}

.tarifi_item_price_color_3 {
    background: #FC909D;
}

.tarifi_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    margin-top: 30px;
}

.anketa_1 {
    background: linear-gradient(108.62deg, #1C6F53 22.21%, #4A9212 75.48%);
    padding: 40px;
}

.anketa_1_1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    text-align: center;

    color: #FFFFFF;
}

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

.anketa_1_2_1 {

    min-width: 260px;
    height: 260px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
    position: relative;
    background-size: cover;
    border: 1px solid #FFFFFF;
}

.anketa_1_2_1_1 {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 12.5806px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    bottom: 50px;
    width: 100%;
    cursor: pointer;
    text-shadow: 1px 1px 2px #000000;
}

.anketa_1_2_2 {
    width: 100%;
    margin-left: 40px;
    border-bottom: 1px solid #FFFFFF;
    padding-top: 60px;
}

.anketa_1_2_2_1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.anketa_1_2_2_1_1 {
    width: 250px;
    min-width: 250px;
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
}

.anketa_1_2_2_1_2 {
    width: 100%;
    color: #FFFFFF;
}

.anketa input {
    background: none;
    border: 1px solid #FFFFFF;
    line-height: 54px;
    width: 100%;
    padding: 0 20px;
    color: #FFFFFF;
    font-size: 18px;
}

.anketa input::-webkit-calendar-picker-indicator {
    background-image: url('../images/calendar-picker.png');
}

.anketa_1_3 {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.anketa_1_3_1 {
    width: calc(100%/2 - 50px);
}

.anketa_1_3_1_1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.anketa_1_3_1_1_1 {
    min-width: 190px;
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
}

.anketa_1_3_1_1_2 {
    width: 100%;
}

.anketa_1_4 {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    margin-top: 50px;
}

.anketa_1_5_wrapp {
    text-align: center;
}

.anketa_1_5 {
    background-image: url('../images/anketa_save.png');
    background-repeat: no-repeat;
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    margin-top: 20px;
    display: inline-block;
    padding-left: 30px;
    margin-left: -30px;

}

.anketa_2 {
    border: 1px solid #000000;
    margin-top: 15px;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.anketa_2_1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    width: 235px;
}

.anketa_2_2 {
    display: flex;
}

.anketa_2_2_1 {
    width: 51px;
    height: 51px;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 20px;
}

.anketa_3 {
    margin-top: 20px;
    background: linear-gradient(307.04deg, #FC909D 32.88%, #FF7586 96.01%);
    padding: 40px;
}

.anketa_3_1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    text-align: center;

    color: #FFFFFF;
    margin-bottom: 20px;
}

.anketa_3_2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.anketa_3_2_1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    /* identical to box height */


    color: #FFFFFF;
    min-width: 350px;
}

.anketa_3_2_2 {
    width: 100%;
}

.anketa_3_3 {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    margin-top: 50px;
}

.anketa_3_4_wrapp {
    text-align: center;
}

.anketa_3_4 {
    background-image: url('../images/anketa_save.png');
    background-repeat: no-repeat;
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    margin-top: 20px;
    display: inline-block;
    padding-left: 30px;
    margin-left: -30px;
}

.anketa_4 {
    background: linear-gradient(325.34deg, #C49C56 8.23%, #A47D3B 98.25%);
    padding: 40px;
    margin-top: 30px;
}

.anketa_4_1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.anketa_4_2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.anketa_4_2_1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
    min-width: 350px;
}

.anketa_4_2_2 {
    width: 100%;
}

.anketa_4_3 {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    margin-top: 50px;
}

.anketa_4_4_wrapp {
    text-align: center;
}

.anketa_4_4 {
    background-image: url('../images/anketa_save.png');
    background-repeat: no-repeat;
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    margin-top: 20px;
    display: inline-block;
    padding-left: 30px;
    margin-left: -30px;
}

.min_kartochka_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.min_kartochka_item {
    width: calc(100%/2 - 40px);
    margin: 0 20px 40px 20px;
    border: 1px solid #000000;
    padding: 15px 15px 10px 15px;
    position: relative;
}

.min_kartochka_item_label_1 {
    position: absolute;
    background: linear-gradient(108.62deg, #1C6F53 22.21%, #4A9212 75.48%);
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 58px;
    color: #FFFFFF;
    padding: 0 25px;
    top: 0;
    z-index: 1;
}

.min_kartochka_item_label_2 {
    position: absolute;
    background: linear-gradient(307.04deg, #FC909D 32.88%, #FF7586 96.01%);
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 36px;
    color: #FFFFFF;
    padding: 0 25px;
    top: 230px;
    z-index: 1;
}

.min_kartochka_item_image {
    background-image: url('../images/min_kartochka_item_image.png');
    height: 290px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

.min_kartochka_item_info {
    margin-top: 20px;
    border: 1px solid #CDCDCD;
    padding: 10px 10px 20px 10px;
}

.min_kartochka_item_info_name {
    width: 100%;
    line-height: 20px;
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    display: block;
    color: #000000;
    text-decoration: none;
}

.min_kartochka_item_info_rating {
    min-width: 120px;
    line-height: 38px;
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
}

.min_kartochka_item_info_price {
    background: #FC909D;
    min-width: 100px;
    text-align: center;
    line-height: 38px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    letter-spacing: 1px;
}

.min_kartochka_item_dopinfo_wrapp {
    text-align: center;
}

.min_kartochka_item_dopinfo {
    background-image: url('../images/min_kartochka_item_dopinfo.png');
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    background-repeat: no-repeat;
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    padding-left: 25px;
    margin-left: -25px;
    background-size: contain;
}

.forma_proverki_all_1 {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 100px;
    /* identical to box height */

    text-align: center;

    color: #FFFFFF;
    background: linear-gradient(325.34deg, #C49C56 8.23%, #A47D3B 98.25%);
    margin-top: 20px;
    display: block;
    text-decoration: none;
}

.forma_proverki_all_2 {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 100px;
    /* identical to box height */

    text-align: center;

    color: #FFFFFF;
    background: linear-gradient(307.04deg, #FC909D 32.88%, #FF7586 96.01%);
    margin-top: 20px;
    display: block;
    text-decoration: none;
}

.forma_proverki_all_3 {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 100px;
    /* identical to box height */

    text-align: center;

    color: #FFFFFF;
    background: linear-gradient(108.62deg, #1C6F53 22.21%, #4A9212 75.48%);
    margin-top: 20px;
    display: block;
    text-decoration: none;
}

.forma_proverki_all_title {

    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
    /* identical to box height */

    text-align: center;
    margin-bottom: 50px;
}

.forma_proverki_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.forma_proverki_title_1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    height: 80px;
}

.forma_proverki_title_2 {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 17.8182px;
    line-height: 22px;
    border: 1px solid #000000;
    padding: 10px 25px;
}

.forma_proverki_1 {
    background: linear-gradient(108.62deg, #1C6F53 22.21%, #4A9212 75.48%);
    padding: 20px 30px 20px 30px;
    margin-bottom: 10px;
}

.forma_proverki_1_1 {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.forma_proverki_1_1_1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
    width: 600px;
}

.forma_proverki_1_1_2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    /* identical to box height */


    color: #C7C7C7;
    width: 400px;
}

.forma_proverki_1_2 {
    margin-top: 20px;
}

.forma_proverki_1_2 input {
    background: none;
    border: 1px solid #FFFFFF;
    line-height: 54px;
    width: 100%;
    padding: 0 20px;
    color: #FFFFFF;
    font-size: 18px;
}

.forma_proverki_1_3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 50px;
    color: #FFFFFF;
    text-align: center;
}

.forma_proverki_1_4_1 {
    margin-top: 10px;
}

.forma_proverki_1_4_1_1 {
    display: inline-block;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    margin-right: 15px;
    padding: 3px 5px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}

.forma_proverki_1_4_2 {
    margin-top: 20px;
    display: flex;
    margin-bottom: 15px;
}

.forma_proverki_1_4_2_1 {
    border: 1px solid #FFFFFF;
    margin-right: 15px;
    position: relative;
}

.forma_proverki_1_4_2_1_e {
    display: flex;
    align-items: center;
    justify-content: center;
}

.forma_proverki_1_4_2_1_e:after {
    display: block;
    content: '+';
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 23.3333px;
    line-height: 27px;

    color: #FFFFFF;
}

.forma_proverki_2 {
    -webkit-appearance: none;
    -webkit-border-radius: none;
    width: 100%;
    background: #FFFFFF;
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 78px;
    text-align: center;
    border: 1px solid #000000;
    margin-top: 15px;
    display: block;
    color: #000000;
}

.forma_proverki_3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    margin-top: 30px;
}

.popup_window_send_button {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 75px;
    border: 1px solid #000000;
    text-align: center;
}

.popup_window {
    max-width: 840px;
    padding: 50px 40px;
    border: 1px solid #000000;
}

.popup_window_title {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    text-align: center;
}

.popup_window_textarea {
    margin-top: 30px;
}

.popup_window_textarea textarea {
    padding: 20px;
    width: 100%;
    min-height: 180px;
}

.popup_window_add_files {
    margin-top: 30px;
}

.popup_window_add_files_title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
}

.popup_window_add_files_buttons {
    display: flex;
    margin: 15px 0;
}

.popup_window_add_files_button {
    width: 100px;
    height: 100px;
    border: 1px solid #000000;
    margin-right: 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.popup_window_add_files_button_e {
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup_window_add_files_button_e:after {
    display: block;
    content: '+';
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 23.3333px;
    line-height: 27px;
}

.razdely_item_subsection {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;

    color: #FFFFFF;
    display: none;
    cursor: pointer;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 5px;
    margin-top: 10px;
    cursor: pointer;
    width: 270px;
    text-decoration: none;
}

.razdely_item_subsection:after {
    display: inline-block;
    content: "→";
    margin-left: 10px;
}

.razdely_item_subsection_list_link {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 600;
    font-size: 10.75px;
    line-height: 13px;
    text-transform: lowercase;

    color: #FFFFFF;
    display: inline-block;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 5px;
    margin-top: 20px;
    cursor: pointer;
    text-decoration: none;
}

.razdely_item_subsection_list_open {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 600;
    font-size: 10.75px;
    line-height: 13px;
    text-transform: lowercase;

    color: #FFFFFF;
    display: inline-block;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 5px;
    margin-top: 20px;
    cursor: pointer;
}

.razdely_item_subsection_list_close_link {
    display: none;
}

.razdely_item_subsection_list_close_link:after {
    display: inline-block;
    content: "↑";
    margin-left: 20px;
}

.razdely_item_subsection_list_open_link {
    display: block;
}

.razdely_item_subsection_list_open_link:after {
    display: inline-block;
    content: "↓";
    margin-left: 20px;
}

.open_list .razdely_item_subsection_list_close_link {
    display: block;
}

.open_list .razdely_item_subsection_list_open_link {
    display: none;
}

.open_list .razdely_item_subsection {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body .popup_content_block {
    background: linear-gradient(108.62deg, #1C6F53 22.21%, #4A9212 75.48%);
    border-radius: 14px;
    padding: 35px 70px;
    color: #FFFFFF;
}

body .popup_close {
    background-color: #FC909D;
}

.catalog_link_1 {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: lowercase;
    color: #000000 !important;
    text-decoration: none;
    display: block;
    background: #FFFFFF;
    line-height: 20px;
    width: 250px;
    padding: 17px 20px;
}

.catalog_link_2 {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: lowercase;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    line-height: 20px;
    width: 250px;
    padding: 17px 20px;
    border: 1px solid #FFFFFF;
}

.catalog_link_list {
    display: flex;
    justify-content: space-between;
    width: 520px;
}

.image_input_fon {
    width: 195px;
    height: 195px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

.image_input {
    display: none;
}

.image_remove.popup_close {
    top: 0px;
    right: 0px;
}

.forma_proverki_1_1_5 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
}

.politika_text {
    max-width: 400px;
    font-size: 12px;
    margin-top: 10px;
}

.popup_form_button {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 600;
    font-size: 10.75px;
    text-align: center;
    text-transform: lowercase;
    color: #000000;
    text-decoration: none;
    display: block;
    background: #FFFFFF;
    line-height: 13px;
    width: 150px;
    padding: 17px 20px;
    margin: 10px auto 0 auto;
    cursor: pointer;
}

.popup_form_title {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 20px;
}

textarea.popup_field_item {
    background: none;
    border: 1px solid #FFFFFF;
    line-height: 20px;
    width: 100%;
    padding: 10px 20px;
    color: #FFFFFF;
    font-size: 18px;
    min-height: 100px;
}

.tablica_sovmestimosti_row {
    display: flex;
}

.tablica_sovmestimosti_item {
    min-width: 70px;
    max-width: 70px;
    height: 36px;
    text-align: center;
    line-height: 12px;
    font-size: 10px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #FFFFFF;
}

.first_row .tablica_sovmestimosti_item {
    border-bottom: 3px solid #000000;
}

.first_item {
    min-width: 100px;
    max-width: 100px;
    padding: 4px;
    position: sticky;
    left: 0;
    z-index: 2;
}

.first_item.tablica_sovmestimosti_item {
    border-right: 3px solid #000000;
}

.first_row {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 3;
}

.tablica_sovmestimosti_block {
    position: relative;
}

.tablica_sovmestimosti_wrapp {
    overflow: auto;
    height: 600px;
}

.tablica_sovmestimosti_item_text {
    display: none;
}

.tablica_sovmestimosti_list {
    width: max-content;
}

.tablica_sovmestimosti_item_text.show_info {
    display: block;
    position: absolute;
    width: 200px;
    z-index: 1;
    top: 40px;
    left: 3px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px;
    padding: 5px;
    border: 1px solid #000000;
    text-align: left;
}

.tablica_sovmestimosti_title {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 53px;
    text-align: center;
    margin-bottom: 20px;
}

.header_menu.open_menu {
    position: relative;
}

.header_menu_list {
    position: absolute;
    background: #FFFFFF;
    top: 50px;
    padding: 0 20px;
    height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.header_menu.open_menu .header_menu_list {
    box-shadow: 0px 0px 10px -3px;
    height: auto;
}

.header_menu_item {
    margin: 10px 0;
    display: block;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
}

.tovar_second_1_7_1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 15px;
    padding-left: 40px;
}

.tablica_sovmestimosti_legenda {
    margin-top: 40px;
}

.tablica_sovmestimosti_legenda_item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.tablica_sovmestimosti_legenda_item_color {
    min-width: 70px;
    max-width: 70px;
    height: 36px;
    border: 1px solid #000000;
}

.tablica_sovmestimosti_legenda_item_text {
    margin-left: 20px;
}

.bx-auth-reg {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

.bx-auth-reg b,
.bx-title {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 53px;
}

.bx-auth-reg td {
    padding: 5px;
}

.bx-auth-reg input[type="text"],
.bx-auth-reg input[type="password"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #ccd5db;
    border-radius: 2px;
    background: #f8fafc;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bx-authform-content-container,
.bx-authform-label-container {
    font-size: 20px;
}

.bx-auth-reg input[type="submit"],
.bx-authform input[type="submit"] {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 26px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    text-align: center;
    background: #FC909D;
    width: 100%;
    height: 70px;
    justify-content: center;
    margin-top: 20px;
    text-decoration: none;
    border: 0;
}

.bx-authform {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

.bx-authform {
    margin: 0 0 25px;
    max-width: 550px;
}

.forgon_link a {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    display: block;
    color: #FFFFFF;
}

.register_link a {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 94px;
    text-align: center;
    text-transform: lowercase;
    color: #FFFFFF;
    text-decoration: none;
    width: 80%;
    border: 1px solid #FFFFFF;
    display: block;
    margin: 0 auto;
}

.anketa_error {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 53px;
    text-align: center;
    color: #fc909d;
    border: 2px solid #fc909d;
    margin: 10px 0 20px 0;
}

.voprosi_item_text2 {
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    display: none;
}

.open_voprosi .voprosi_item_text2 {
    display: block;
}

.open_voprosi .voprosi_item_icon {
    transform: rotate(180deg);
}

.robokasskassa_payment_button {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 600;
    text-align: center;
    text-transform: lowercase;
    color: #000000;
    text-decoration: none;
    display: block;
    background: #FFFFFF;
    padding: 17px 20px;
    border: 0;
    margin-top: 10px;
    line-height: 30px;
    width: 300px;
    font-size: 30px;
}

.prodamus_payment_total_amount {
    font-weight: bold;
}

.soglashenie,
.konfidencialnost {
    display: none;
}

.metodichka_detail_element_title2 {
    background: #FFFFFF;
    display: flex;
}

.metodichka_detail_element_title2:before {
    display: block;
    content: "";
    background-color: #faeb56;
    width: 30px;
    position: relative;
    left: -20px;
}

.lk_exit {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 600;
    font-size: 10.75px;
    text-align: center;
    text-transform: lowercase;
    color: #000000;
    text-decoration: none;
    display: block;
    background: #FFFFFF;
    line-height: 13px;
    width: 150px;
    padding: 17px 20px;
    margin-top: 10px;
    border: 1px solid #000000;
    margin-bottom: 20px;
}

.popup_content a {
    color: #FFFFFF;
}

.disclamer_text {
    display: none;
}

.popup_content {
    max-width: 1000px;
}

.form_field_file_image {
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form_field_file_image.empty_file:after {
    display: block;
    content: '+';
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 23.3333px;
    line-height: 26px;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    margin-top: -13px;
}

.field_item_file {
    display: none;
}

.form_field_file_block {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.form_field_file_wrapp {
    width: calc(100%/4 - 20px);
    margin-bottom: 15px;
    margin-right: 15px;
    position: relative;
}

.form_field_file_title {
    margin-top: 15px;
    margin-bottom: 15px;
}

.znak {
    position: absolute;
    margin-left: -33px;
    font-size: 24px;
}

.tovar_second_1_8.tovar_second_yes.icon_znak {
    background: none;
}

.tovar_second_2_2_1_2 span {
    margin: 0 3px;
}

.main_kabinet_buttons {
    margin-top: 40px;
}

.main_kabinet_button_login_wrapp {
    clip-path: polygon(50px 0%, 100% 0%, 100% 100%, 0% 100%);
    background: #000000;
    padding: 1px;
}

.main_kabinet_button_login {
    clip-path: polygon(50px 0%, 100% 0%, 100% 100%, 0% 100%);
    background: #FFFFFF;
    display: block;
    text-align: center;
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 16.1078px;
    line-height: 65px;
    text-decoration: none;
    color: #000000;
}

.main_kabinet_button_regist {
    display: block;
    text-align: center;
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 16.1078px;
    line-height: 30px;
    color: #000000;
    margin-top: 20px;
}

.akciya_image img {
    max-width: 100%;
}

.banner_slider_arrow {
    position: relative;
}

.banner_slider_arrow .swiper-button-prev {
    left: -50px;
    top: -400px;
}

.banner_slider_arrow .swiper-button-next {
    right: -50px;
    top: -400px;
}

.form_field_range_wrapp {
    display: flex;
    justify-content: center;
}

.form_field_range_value {
    margin-left: 10px;
}

body .bx_filter .bx_filter_parameters_box {
    border: 0;
    padding-top: 10px;
    padding-bottom: 5px;
}

.bx_filter_parameters_box:nth-child(3n+1) {
    background-color: #4a9212;

}

.bx_filter_parameters_box:nth-child(3n+2) {
    background-color: #073a33;
}

.bx_filter_parameters_box:nth-child(3n) {

    background-color: #fc909d;
}

body .bx_filter .bx_filter_parameters_box_title {
    color: #FFFFFF;
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}

body .bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input {
    border: 1px solid #FFFFFF;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0 5px;
    line-height: 22px;
    height: 22px;
    width: 90%;
    color: #FFFFFF;
}

body .bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input:focus-visible {
    outline: 0px;
}

body .bx_filter .bx_ui_slider_part span {
    color: #FFFFFF;
}

body .bx_filter .bx_ui_slider_part.p2 span,
body .bx_filter .bx_ui_slider_part.p3 span,
body .bx_filter .bx_ui_slider_part.p4 span {
    color: #FFFFFF;
}

body .bx_filter .bx_ui_slider_pricebar_V {
    background: #000000;
}

body .bx_filter .bx_ui_slider_pricebar_VD {
    background: #FFFFFF;
}

body .bx_filter .bx_ui_slider_pricebar_VN {
    background: #FFFFFF;
}

body .bx_filter .bx_filter_input_checkbox .bx_filter_param_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #FFFFFF;
}

body .bx_filter .bx_filter_button_box {
    padding: 0;
    margin-bottom: 0;
}

body .bx_filter .bx_filter_parameters_box_container .button {
    background-color: #fc909d;
    color: #FFFFFF;
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 32px;
    width: 110px;
    border: 0;
}

body .bx_filter .bx_filter_parameters_box_container .grey_button {
    background-color: #fc909d;
    color: #FFFFFF;
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 32px;
    width: 110px;
    border: 0;
}

body .bx_filter .bx_filter_button_box .bx_filter_parameters_box_container {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

body .sidebar {
    padding: 0px 10px;
}

.smi_o_nas_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -15px;
}

.smi_o_nas_item {
    width: calc(100%/3 - 30px);
    margin-bottom: 30px;
    margin: 0 15px 30px 15px;
    border: 1px solid #000000;
    padding: 20px;
}

.smi_o_nas_item_image {
    padding-top: 90%;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center;
}

.smi_o_nas_item_info {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.smi_o_nas_item_info_type {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13.2765px;
    line-height: 27px;
    padding: 0 10px;
    text-align: center;
    border: 1px solid #000000;
    margin-right: 15px;
}

.smi_o_nas_item_info_date {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13.2765px;
    line-height: 17px;
}

.smi_o_nas_item_name {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 15.0313px;
    line-height: 20px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    margin-top: 15px;
}

.smi_o_nas_item_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 11.2735px;
    line-height: 13px;
    margin-top: 10px;
}

.smi_o_nas_item_button {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 400;
    font-size: 11.2735px;
    line-height: 35px;
    border: 1px solid #000000;
    text-align: center;
    display: inline-block;
    margin-top: 15px;
    padding: 0 20px;
    color: #000000;
    text-decoration: none;
}

.smi_o_nas_title {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 50px;
}

.smi_o_nas_detail {
    border: 1px solid #000000;
    padding: 30px;
}

.smi_o_nas_detail_picture {
    height: 400px;
    background-size: cover;
    background-position: center;
}

.smi_o_nas_detail_item_info {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.smi_o_nas_detail_item_info_type {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17.6651px;
    line-height: 37px;
    padding: 0 15px;
    text-align: center;
    border: 1px solid #000000;
    margin-right: 20px;
}

.smi_o_nas_detail_item_info_date {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17.6651px;
    line-height: 17px;
}

.smi_o_nas_detail_name {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 49px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    margin-top: 20px;
}

.smi_o_nas_detail_text {
    margin-top: 20px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}

.smi_o_nas_detail_item_istochnik {
    margin-top: 40px;
    display: inline-block;
    width: 100%;
}

.smi_o_nas_detail_item_istochnik_name {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 400;
    font-size: 17.6651px;
    line-height: 23px;
    float: left;
}

.smi_o_nas_detail_item_istochnik_link {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 400;
    font-size: 17.6651px;
    line-height: 23px;
    color: #000000;
}

.smi_o_nas_detail_video iframe {
    width: 100% !important;
    height: 600px !important;
}

.sysform_title {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 30px;
}

.bx-authform .bx-title {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 30px;
    color: #FFFFFF;
}

.bx-auth-reg .sysform_wrapper {
    clip-path: polygon(0% calc(0% + 30px), calc(100% - 30px) 0%, 100% calc(100% - 30px), calc(0% + 30px) 100%);
    padding: 60px 60px 40px 60px;
    background: linear-gradient(108.62deg, #1C6F53 22.21%, #4A9212 75.48%);
    color: #FFFFFF;
}

.bx-authform-input-container input[type="text"],
.bx-authform-input-container input[type="password"] {
    line-height: 90px;
    height: 90px;
    padding: 0 20px;
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 0px;
    box-sizing: border-box;
    text-align: center;
    color: #FFFFFF;
}

.bx-authform-input-container input[type="text"]::placeholder,
.bx-authform-input-container input[type="password"]::placeholder {
    color: #FFFFFF;
}

.bx-authform {
    max-width: 650px;
}

.bx-authform-content-container,
.bx-authform-label-container {
    color: #FFFFFF;
}

.bx-auth-reg {
    max-width: 730px;
}

.catalog_filter_hide_block {
    position: relative;
    height: 32px;
    margin-bottom: 20px;
}

.catalog_filter_button {
    background-color: #4a9212;
    color: #FFFFFF;
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 32px;
    width: 110px;
    border: 0;
    text-align: center;
}

.catalog_filter_hide {
    display: none;
    width: 290px;
    position: absolute;
    z-index: 100;
    background: #FFFFFF;
    border: 1px solid #000000;
    box-shadow: 2px 2px 10px -5px;
}

.open_filter .catalog_filter_hide {
    display: block;

}

.eksperti_item_image {
    clip-path: polygon(0% 0%, 100% calc(0% + 41px), 100% 100%, 0% 100%);
    width: 100%;
    height: 380px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.eksperti_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    margin-top: 50px;
}

.eksperti_item {
    width: calc(100%/3 - 20px);
    margin-bottom: 30px;
}

.eksperti_item_wrapp_1 {
    clip-path: polygon(0% 0%, 100% calc(0% + 50px), 100% calc(100% - 50px), 0% 100%);
    background: #000000;
    padding: 1px;
}

.eksperti_item_wrapp_2 {
    clip-path: polygon(0% 0%, 100% calc(0% + 50px), 100% calc(100% - 50px), 0% 100%);
    background: #FFFFFF;
    padding: 45px 35px 60px 35px;
}

.eksperti_item_name {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    margin-top: 20px;
}

.eksperti_item_doljnost {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    margin-top: 20px;
}

.eksperti_item_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-top: 20px;
}

.eksperti_item_staj {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    margin-top: 30px;
}

.tovar_second_1_10 {
    display: flex;
    margin-top: 20px;
}

.tovar_second_1_10_1 {
    width: 160px;
    height: 160px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
}

.tovar_second_1_big iframe {
    width: 860px !important;
    height: 480px !important;
}

.tovar_second_1_big_video {
    margin-top: 20px;
}

.bx-authform {
    clip-path: polygon(0% calc(0% + 30px), calc(100% - 30px) 0%, 100% calc(100% - 30px), calc(0% + 30px) 100%);
    padding: 60px 60px 40px 60px;
    background: linear-gradient(108.62deg, #1C6F53 22.21%, #4A9212 75.48%);
    color: #FFFFFF;
}

body .bx-authform-description-container {
    color: #FFFFFF;
}

.tovar_second_2_small_2 {
    margin-top: 30px;
    background-color: #c49c56;
    padding: 50px 30px;
    color: #FFFFFF;
}

.tovar_second_2_small_2_1_1_1 {
    color: #FFF;
    font-size: 20px;
    font-family: Playfair Display;
    font-weight: 600;
}

.tovar_second_2_small_2_1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.tovar_second_2_small_2_1_1 {}

.tovar_second_2_small_2_1_1_2 {
    height: 26px;
    background-color: #FFFFFF;
    width: 325px;
    margin-top: 10px;
}

.tovar_second_2_small_2_1_2 {
    border-radius: 100% 70%;
    padding: 10px 20px;
    height: 74px;
    min-width: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFFFFF;
    font-size: 20px;
    font-family: Playfair Display;
    font-weight: 600;
}

.tovar_second_2_small_2_2 {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 11.5179px;
    line-height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    width: 260px;
    height: 70px;
    border: 1px solid #FFFFFF;
    cursor: pointer;
}

.bezopasnoe_solnce.second_screen_wrapper_1 {
    background: #c49c56;
}

.bezopasnoe_solnce .second_screen_title_1 {
    font-family: Perfograma;
    font-size: 91px;
    font-weight: 400;
    line-height: 91px;
    letter-spacing: 0em;
    text-align: left;
    background: none;
    margin-left: 85px;
}

.bezopasnoe_solnce .second_screen_block_right_1 {
    font-family: Perfograma;
    font-size: 91px;
    font-weight: 400;
    line-height: 91px;
    letter-spacing: 0em;
    text-align: left;
    font-style: normal;
    color: #000000;
    margin-top: -30px;
}

.bezopasnoe_solnce .second_screen_block_left_1 {
    font-family: Roboto;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    margin-left: 55px;
}

.bezopasnoe_solnce .second_screen_block_left_2_1 {
    font-family: Playfair Display;
    font-size: 93px;
    font-weight: 600;
    line-height: 123px;
    letter-spacing: 0em;
    text-align: left;
    font-style: normal;

}

.bezopasnoe_solnce .second_screen_block_left_2 {
    display: flex;
    margin-top: -35px;
    margin-left: 20px;
}

.bezopasnoe_solnce .second_screen_block_left_2_2 {
    font-family: Playfair Display;
    font-size: 43px;
    font-style: italic;
    font-weight: 800;
    line-height: 57px;
    letter-spacing: 0em;
    text-align: left;
    position: relative;
    width: 230px;
    margin-top: 50px;
}

.bezopasnoe_solnce .second_screen_block_left_2_2:before {
    content: "";
    background: #FC909D;
    width: 93%;
    height: 83%;
    position: absolute;
    z-index: -1;
    transform: rotate(-5deg);
    margin-top: 10px;
}

.bezopasnoe_solnce .second_screen_block_left {
    align-items: flex-start;
}

.bezopasnoe_solnce .second_screen_block_left_3 {
    font-family: Playfair Display;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    width: 180px;
    margin-left: 55px;
    margin-top: 0px;
}

.bezopasnoe_solnce .second_screen_block_left_4 {
    color: #000000;
    display: flex;
    font-style: normal;
    margin-top: 0;
    left: -5px;
}

.bezopasnoe_solnce .second_screen_block_left_4_1 {
    font-family: Playfair Display;
    font-size: 93px;
    font-weight: 600;
    line-height: 123px;
    letter-spacing: 0em;
    text-align: left;

}

.bezopasnoe_solnce .second_screen_block_left_4_2 {
    margin-top: 50px;
}

.bezopasnoe_solnce .second_screen_block_left_4_2_1 {


    font-family: Playfair Display;
    font-size: 25px;
    font-style: italic;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;



}

.bezopasnoe_solnce .second_screen_block_left_4_2_2 {
    font-family: Playfair Display;
    font-size: 25px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
}

.bezopasnoe_solnce .second_screen_block_left_4_2_3 {
    font-family: Playfair Display;
    font-size: 25px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    color: #4A9212;

}

.bezopasnoe_solnce .second_screen_block_left_5 {
    font-family: Playfair Display;
    font-size: 51px;
    font-style: italic;
    font-weight: 800;
    line-height: 68px;
    letter-spacing: 0em;
    text-align: left;
    color: #4A9212;
    margin-top: 40px;
    margin-left: 40px;
}

.bezopasnoe_solnce .second_screen_block_left_6 {
    font-family: Playfair Display;
    font-size: 29px;
    font-style: italic;
    font-weight: 800;
    line-height: 39px;
    letter-spacing: 0em;
    text-align: left;

    color: #FF7586;
    margin-top: -10px;
    margin-left: 25px;
}

.bezopasnoe_solnce .second_screen_block_right_2 {
    font-style: normal;
    color: #000000;
    display: flex;
    margin-top: 40px;
}

.bezopasnoe_solnce .second_screen_block_right_2_1 {
    font-family: Playfair Display;
    font-size: 93px;
    font-weight: 600;
    line-height: 123px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: -30px;
}

.bezopasnoe_solnce .second_screen_block_right_2_2 {
    margin-top: 20px;
}

.bezopasnoe_solnce .second_screen_block_right_2_2_1 {


    font-family: Playfair Display;
    font-size: 31px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;

}

.bezopasnoe_solnce .second_screen_block_right_2_2_2 {
    display: flex;
}

.bezopasnoe_solnce .second_screen_block_right_2_2_2_1 {
    font-family: Playfair Display;
    font-size: 31px;
    font-style: italic;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    margin-right: 6px;
    position: relative;
}

.bezopasnoe_solnce .second_screen_block_right_2_2_2_1:before {
    content: "";
    background: #4A9212;
    width: 105%;
    height: 100%;
    position: absolute;
    z-index: -1;
    transform: rotate(-2deg);
    margin-top: 4px;
    margin-left: -8px;
}

.bezopasnoe_solnce .second_screen_block_right_2_2_2_2 {
    font-family: Playfair Display;
    font-size: 31px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;
}

.bezopasnoe_solnce .second_screen_block_right_2_2_3 {
    font-family: Playfair Display;
    font-size: 31px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;
}

.bezopasnoe_solnce .second_screen_block_right_3 {
    font-family: Roboto;
    font-size: 21px;
    font-style: italic;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #4A9212;
    width: 170px;
    margin-top: 40px;
}

.bezopasnoe_solnce .second_screen_block_right_4 {
    margin-top: 130px;
    width: 365px;
}

.bezopasnoe_solnce .second_screen_block {
    background-image: url('../images/second_screen_block_solnce.png');
    background-position: calc(50% + 25px) 120%;
}

.bezopasnoe_solnce .second_screen_title2 {
    font-family: Perfograma;
    font-size: 91px;
    font-weight: 400;
    line-height: 91px;
    letter-spacing: 0em;
    background: none;
    margin-left: 85px;
    font-style: normal;
    color: #000000;
    margin-top: -50px;
}

.tovar_second_1_big_links {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tovar_second_1_big_links_1 {
    font-family: Unbounded;
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;
    color: #000000;
    border: 1px solid #000000;
    padding: 15px;
    margin-bottom: 10px;
}

.tovar_second_block {
    column-gap: 40px;
}

.oplata_content {
    font-size: 30px;
}

.oplata_content .robokasskassa_payment_button {
    line-height: 30px;
    width: 300px;
    font-size: 30px;
}

.tarifi_promo {
    display: flex;
    column-gap: 20px;
    margin-top: 20px;
    align-items: center;
}

.tarifi_promo_input {
    line-height: 24px;
    padding: 0 5px;
}

.min_kartochka_item_image {
    position: relative;
    /*z-index: -1;*/
}

/*
.min_kartochka_item_image:before{
content: "";
background-image: url('../images/logo.png');
width: 100%;
height: 100%;
position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(-45deg);
    opacity: 0.3;
}*/
.tovar_first_image {
    position: relative;
}

.tovar_first_image:before {
    content: "";
    background-image: url('../images/logo.png');
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(-45deg);
    opacity: 0.3;
}

.tovar_first_info_5_2_3 {
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.tovar_first_info_5_2_3_3 {
    width: 40px;
    padding: 3px 3px 1px 3px;
}

.tovar_second_2_small.eda_side_right {
    border: 1px solid #000000;
    padding: 30px;
}

.eda_side_right .tovar_second_2_small_1 {
    margin-top: 0px;
    padding: 20px;
}

.eda_side_right .tovar_second_2_small_1_1 {
    font-family: Playfair Display;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
}

.eda_side_right .tovar_second_2_small_1_2 {
    margin-top: 10px;
}

.tovar_second_2_small_5 {
    font-family: Playfair Display;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 10px;
}

.tovar_second_2_small_3 {
    display: flex;
    justify-content: space-between;
    width: 240px;
    margin-bottom: 10px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;

}

.eda_side_right .tovar_second_1_8 {
    margin-top: 40px;
}

.tovar_second_2_small_4 {
    background: linear-gradient(108.62deg, #1C6F53 22.21%, #4A9212 75.48%);
    color: #FFFFFF;
    padding: 20px;
}

.tovar_second_2_small_4_1 {
    font-family: Playfair Display;
    font-size: 25px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
}

.tovar_second_2_small_4_2 {
    font-family: Inter;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 10px;
}

.razdely_item_subsection.depth_level_3 {
    margin-left: 20px;
    width: 250px;
}

.mi_proverili_slide {
    background-image: url('../images/mi_proverili_slide.png');
}

.mi_proverili_slide_1 {
    background-image: url('../images/mi_proverili_slide_1.png');
    height: 800px;
    background-repeat: no-repeat;
    background-position: 0px bottom;
}

.mi_proverili_slide_1_1 {
    display: flex;
    justify-content: center;
    padding-top: 70px;
    column-gap: 25px;
    text-transform: uppercase;
}

.mi_proverili_slide_1_1_1 {
    font-family: Inter;
    font-size: 100px;
    font-weight: 800;
    line-height: 121px;
    letter-spacing: 0em;
    text-align: left;
    color: #D02440;
}

.mi_proverili_slide_1_1_2 {
    font-family: Inter;
    font-size: 100px;
    font-weight: 800;
    line-height: 121px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
}

.mi_proverili_slide_1_2 {
    font-family: Inter;
    font-size: 29px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
}

.mi_proverili_slide_1_3 {
    font-family: Inter;
    font-size: 40px;
    font-weight: 900;
    line-height: 146px;
    letter-spacing: 0.025em;
    color: #FFFFFF;
    box-shadow: 0px 20px 40px -20px #000000;
    background: #FF3152;
    margin-top: 80px;
    width: 580px;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 140px;
    margin-bottom: 50px;
    display: block;
    text-decoration: none;
}

.mi_proverili_slide_1_4 {
    background-image: url('../images/mi_proverili_slide_1_4.png');
    font-family: Inter;
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 175px;
    background-repeat: no-repeat;
    padding-left: 50px;
    background-position: 0 13px;
    margin-bottom: 40px;
}

.razdely_item_subsubsection_name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    display: none;
    cursor: pointer;
    padding-bottom: 5px;
    margin-top: 10px;
    cursor: pointer;
    width: 270px;
    text-decoration: none;
}

.razdely_item_subsubsection_name:after {
    display: inline-block;
    content: "↓";
    margin-left: 20px;
}

.open_list.razdely_item_subsubsection_name:after {
    display: inline-block;
    content: "↑";
    margin-left: 20px;
}

.open_list .razdely_item_subsubsection_name {
    display: flex;
    justify-content: space-between;
}

.razdely_item_subsubsection_list {
    display: none;
}

.open_list.razdely_item_subsubsection_list {
    display: block;
}

.razdely_item_subsubsubsection_name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    cursor: pointer;
    padding-bottom: 5px;
    margin-top: 10px;
    width: 250px;
    text-decoration: none;
    margin-left: 20px;
    display: flex;
    justify-content: space-between;
}

.razdely_item_subsubsubsection_name:after {
    display: inline-block;
    content: "↓";
    margin-left: 20px;
}

.open_list.razdely_item_subsubsubsection_name:after {
    display: inline-block;
    content: "↑";
    margin-left: 20px;
}

.razdely_item_subsubsubsection_list {
    display: none;
}

.open_list.razdely_item_subsubsubsection_list {
    display: block;
}

.razdely_item_subsection.depth_level_4 {
    margin-left: 40px;
    width: 230px;
}

.tovar_7_2_2_item {
    margin-bottom: 20px;
}

.tovar_second_2_small_2_1_1_2_1 {
    height: 100%;
    background-color: #4a9212;
    border: 2px solid #FFFFFF;
}

.tovar_a_1_1 {
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
}

.telegramlink_message_link_button {
    display: block;
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 12.2745px;
    line-height: 78px;
    margin-top: 20px;
    text-align: center;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

.tarifi_pay_system_title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    margin-top: 30px;
}

.tarifi_pay_system_list {
    display: flex;
    column-gap: 20px;
    margin-top: 15px;
}

.tarifi_pay_system_item {
    border: 1px solid #000000;
    padding: 10px;
    cursor: pointer;
    display: flex;
    column-gap: 10px;
}

.sale-paysystem-prodamus-button-item {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 600;
    text-align: center;
    text-transform: lowercase;
    color: #000000;
    text-decoration: none;
    display: block;
    background: #FFFFFF;
    padding: 17px 20px;
    border: 0;
    margin-top: 10px;
    line-height: 30px;
    width: 300px;
    font-size: 30px;
}

.tovar_first_image_na_prohodit {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    font-weight: bold;
    color: red;
    text-shadow: 1px 1px 3px #000000;
    cursor: pointer;
}

.vernutsya_nazad {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    margin-bottom: 20px;
    display: block;
}

.catalog_filter_button_clear {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    display: block;
}

.catalog_filter_button_block {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.tovar_10 {
    margin-top: 20px;
}

.tovar_10 img {
    max-width: 100%;
}

input.popup_field_item {
    background: none;
    border: 1px solid #FFFFFF;
    line-height: 20px;
    width: 100%;
    padding: 10px 20px;
    color: #FFFFFF;
    font-size: 18px;

}

.popup_form_field {
    margin-bottom: 10px;
}

.popup_field_item::placeholder {
    color: #FFFFFF;
}

.tovar_8_4_3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    width: 490px;
    color: #FFFFFF;
    margin: 10px auto 0 auto;
    border: 2px solid #FFFFFF;
    padding: 10px 0;
}

.sender_button {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 12.2745px;
    line-height: 50px;
    margin-top: 20px;
    text-align: center;
    border: 1px solid #000000;
    display: block;
    color: #000000;
    text-decoration: none;
    display: inline-block;
    padding: 0 20px;
    cursor: pointer;
}

.text_send {
    border: 2px solid #000000;
    min-height: 300px;
    padding: 20px;
    width: 100%;
}

.koja_slide_1 {
    background-image: url('../images/banner_koja.jpg');
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    display: flex;
}

.koja_slide_1_1 {
    width: 40%;
}

.koja_slide_1_2 {
    width: 60%;
}

.koja_slide_1_2_1 {
    font-family: Roboto;
    font-size: 48px;
    font-weight: 800;
    line-height: 56px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 35px;
}

.koja_slide_1_2_2 {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 800;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 10px;
    width: 365px;
}

.koja_slide_1_2_3 {
    font-family: Roboto;
    font-size: 25px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 30px;
    margin-left: 10px;
}

.koja_slide_1_2_4 {
    font-family: Perfograma;
    font-size: 80px;
    font-weight: 400;
    line-height: 81px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 20px;
}

.koja_slide_1_2_4:before {
    display: block;
    content: '';
    width: 212px;
    height: 212px;
    position: absolute;
    background-repeat: no-repeat;
    margin-left: -70px;
    margin-top: -56px;
    background-image: url('../images/koja_banner_icon.png');
    background-repeat: no-repeat;
}

.koja_slide_1_2_5 {
    font-family: Roboto;
    font-size: 86px;
    font-weight: 500;
    line-height: 101px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 20px;
}

.koja_slide_1_2_6 {

    font-family: Roboto;
    font-size: 25px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    background: rgba(228, 228, 228, 0.08);
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    padding: 20px 20px 20px 80px;
    width: 625px;
    margin-top: 20px;
    background-image: url('../images/checklist.png');
    background-repeat: no-repeat;
    background-position: 20px 20px;

}

.koja_slide_1_2_7 {
    margin-top: 30px;
}

.koja_slide_1_2_7_1 {
    font-family: Inter;
    font-size: 40px;
    font-weight: 900;
    line-height: 146px;
    letter-spacing: 0.025em;
    color: #FFFFFF;
    box-shadow: 0px 20px 40px -20px #000000;
    background: #FF3152;
    width: 580px;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
}

.vse_podpiski_slide {
    background-image: url('../images/vse_podpiski_banner.png');
    height: 800px;
}

.vse_podpiski_slide_1 {
    font-family: Perfograma;
    font-size: 54px;
    font-weight: 400;
    line-height: 85px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    background: #141313;
    padding-bottom: 5px;
    border-radius: 10px;
    margin: 30px 10px 0 10px;
}

.vse_podpiski_slide_1 span {
    color: #FF3152;
}

.vse_podpiski_slide_2 {
    display: flex;
}

.vse_podpiski_slide_2_1 {
    width: 42%;
}

.vse_podpiski_slide_2_2 {
    width: 58%;
}

.vse_podpiski_slide_2_2_1 {
    margin-top: 50px;
}

.vse_podpiski_slide_2_2_1_1 {
    background-image: url('../images/vse_podpiski_check.png');
    display: flex;
    background-position: 0px -10px;
    background-size: 60px;
    background-repeat: no-repeat;
    padding-left: 60px;
}

.vse_podpiski_slide_2_2_1_1_1 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: left;

}

.vse_podpiski_slide_2_2_1_1_2 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    margin-left: 15px;
}

.vse_podpiski_slide_2_2_2 {
    margin-top: 50px;
}

.vse_podpiski_slide_2_2_2_1 {
    font-family: Inter;
    font-size: 40px;
    font-weight: 900;
    line-height: 122px;
    letter-spacing: 0.025em;
    color: #FFFFFF;
    box-shadow: 0px 20px 40px -20px #000000;
    background: #FF3152;
    width: 460px;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
}

.vse_podpiski_slide_2_2_3 {
    margin-top: 60px;
}

.vse_podpiski_slide_2_2_3_1 {
    display: flex;

    align-items: center;
}

.vse_podpiski_slide_2_2_3_1_1 {
    font-family: Inter;
    font-size: 30px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    color: #191717;
    width: 200px;
}

.vse_podpiski_slide_2_2_3_1_2 {
    font-family: Inter;
    font-size: 28px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(25, 23, 23, 0.53);
    width: 140px;
    text-decoration: line-through;
}

.vse_podpiski_slide_2_2_3_1_3 {
    font-family: Inter;
    font-size: 30px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;

    color: #FF3152;
    width: 140px;
}

.vse_podpiski_slide_2_2_3_1_4 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #191717;
}

.vse_podpiski_slide_2_2_4 {
    font-family: Roboto;
    font-size: 38px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: 0em;
    text-align: right;
    padding-right: 10px;
    position: relative;
    margin-top: 50px;
}

.vse_podpiski_slide_2_2_4:before {

    display: block;
    content: '';
    width: 150px;
    height: 150px;
    position: absolute;
    margin-left: -70px;
    margin-top: -56px;
    background-image: url('../images/ecowrapp.png');
    background-repeat: no-repeat;
    right: 140px;
    top: -8px;
    background-size: 100%;
}

.popup_button_link {
    border: 2px solid #FFFFFF;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    padding: 10px;
    width: 320px;
    text-align: center;
}

.lk_podpiski_item_buttons {
    display: flex;
    width: 100%;
    column-gap: 20px;
}

.vse_podpiski_slide_new_1 {
    background-image: url('../images/vse_podpiski_banner_new.png');
    height: 800px;
}

.vse_podpiski_slide_new_1_5 {
    background-image: url('../images/vse_podpiski_banner_new_icon.png');
    width: 200px;
    height: 200px;
    background-size: contain;
    position: absolute;
    right: 10px;
    bottom: -30px;
    background-repeat: no-repeat;
}

.vse_podpiski_slide_new_1_1 {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Inter;
    font-size: 100px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 90px;
}

.vse_podpiski_slide_new_1_2 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 135px;
}

.vse_podpiski_slide_new_1_3 {
    color: #FFF;
    font-family: Perfograma;
    font-size: 190px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-align: right;
    padding-right: 20px;
    margin-top: -20px;
}

.vse_podpiski_slide_new_1_4 {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    padding-left: 200px;
}

.vse_podpiski_slide_new_1_4_1 {
    font-family: Inter;
    font-size: 35px;
    font-weight: 900;
    line-height: 122px;
    letter-spacing: 0.025em;
    color: #FFFFFF;
    box-shadow: 0px 20px 40px -20px #000000;
    background: #FF3152;
    width: 460px;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
}

.banner_pagination {
    display: flex;
    justify-content: center;
}

.banner_pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 5px;
}

.metodichka_detail_tablica {
    overflow: auto;
}

.section_detail_text {
    text-wrap: wrap;
    font-family: 'Open Sans';
    white-space: pre-wrap;
    margin-bottom: 20px;
}

.sortirovka_block {
    margin-bottom: 20px;
}

.razdel_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.popup_form {
    overflow: auto;
    padding: 0 10px;
}

.podpiska_experti_page_title {
    color: #000;
    text-align: center;
    font-family: Playfair Display;
    font-size: 60px;
    font-style: italic;
    font-weight: 700;
    line-height: 70px;
}

.podpiska_experti_page_desc {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    /* 23.07px */
    margin-top: 30px;
}

.component_text {
    display: none;
}

.component_name {
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 10px;
}

.component_name:hover {
    text-decoration: none;
}

.banner_alk {
    margin-top: 30px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.banner_alk .container {
    width: 100% !important;
    text-align: center;
}

.banner_alk img {
    max-width: 100%;
}

.sladosti_slide {}

.sladosti_slide_wrapper {
    background-image: url('../images/sladosti.jpg');
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 800px;
}

.sladosti_slide_1 {
    color: #FFF;
    font-family: Perfograma;
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: 113.4%;
    padding-top: 130px;
    margin-left: 390px;
}

.sladosti_slide_2 {
    color: #FFF;
    font-family: Comfortaa;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 113.4%;
    text-transform: uppercase;
    margin-top: 20px;
    margin-left: 390px;
}

.sladosti_slide_3 {
    color: #FA3958;
    font-family: Comfortaa;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 113.4%;
    text-transform: lowercase;
    margin-left: 460px;
    margin-top: 10px;
}

.sladosti_slide_4 {
    border-radius: 30px;
    background: radial-gradient(51.22% 51.22% at 49.73% 0%, rgba(243, 238, 238, 0.80) 0%, rgba(243, 238, 238, 0.00) 100%), #FE3152;
    color: #FFF;
    font-family: Roboto;
    font-size: 70px;
    font-style: normal;
    line-height: 137px;
    text-transform: uppercase;
    display: block;
    width: 505px;
    text-align: center;
    margin-top: 40px;
    margin-left: 480px;
    text-decoration: none;
}

.napitki_slide {}

.napitki_slide_wrapper {
    background-image: url('../images/napitki.jpg');
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
}

.napitki_slide_1 {
    color: #FE3152;
    font-family: Perfograma;
    font-size: 95px;
    font-style: normal;
    font-weight: 400;
    line-height: 110.736%;
    text-transform: uppercase;
    padding-top: 100px;
    margin-left: 295px;
}

.napitki_slide_2 {
    color: #FFF;
    font-family: Comfortaa;
    font-size: 85px;
    font-style: normal;
    font-weight: 700;
    line-height: 110.736%;
    text-transform: uppercase;
    margin-left: 295px;
    margin-top: 20px;
}

.napitki_slide_3 {
    border-radius: 30px;
    background: radial-gradient(51.22% 51.22% at 49.73% 0%, rgba(243, 238, 238, 0.80) 0%, rgba(243, 238, 238, 0.00) 100%), #FE3152;
    color: #FFF;
    font-family: Roboto;
    font-size: 70px;
    font-style: normal;
    line-height: 137px;
    text-transform: uppercase;
    display: block;
    width: 505px;
    text-align: center;
    margin-top: 40px;
    margin-left: 630px;
    text-decoration: none;
}

.ecobox_slide {}

.ecobox_slide_wrapper {
    background-image: url('../images/ekobox.jpg');
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
}

.ecobox_slide_1 {
    color: #FFF;
    font-family: Perfograma;
    font-size: 120px;
    font-style: normal;
    font-weight: 400;
    line-height: 113.4%;
    padding-top: 95px;
    margin-left: 430px;
}

.ecobox_slide_2 {
    color: #FFF;
    font-family: Comfortaa;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 113.4%;
    text-transform: lowercase;
    margin-top: 55px;
    margin-left: 565px;
}

.ecobox_slide_2 span {
    color: #FE3152;
    font-family: Comfortaa;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 113.4%;
    text-transform: uppercase;
}

.ecobox_slide_3 {
    color: #FFF;
    font-family: Comfortaa;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 113.4%;
    /* 34.02px */
    text-transform: lowercase;
    margin-top: 42px;
    margin-left: 565px;
}

.ecobox_slide_3 span {
    color: #FE3152;
    font-family: Comfortaa;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 113.4%;
    text-transform: uppercase;
}

.ecobox_slide_4 {
    border-radius: 30px;
    background: radial-gradient(51.22% 51.22% at 49.73% 0%, rgba(243, 238, 238, 0.80) 0%, rgba(243, 238, 238, 0.00) 100%), #FE3152;
    color: #FFF;
    font-family: Roboto;
    font-size: 70px;
    font-style: normal;
    line-height: 137px;
    text-transform: uppercase;
    display: block;
    width: 390px;
    text-align: center;
    margin-top: 85px;
    margin-left: 655px;
    text-decoration: none;
}

.main_tovari_title {
    color: #FFF;
    text-align: center;
    font-family: Playfair Display;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 82.305px;
    /* 103.639% */
    text-transform: uppercase;
    padding-top: 70px;
    margin-bottom: 50px;
}

.main_tovari_block {
    background: var(--green-grad, linear-gradient(130deg, #053630 4.85%, #1C6F53 70.97%));
    padding-bottom: 40px;
    margin-top: 50px;
}

.main_tovari_block_wrapp {
    position: relative;
}

.main_tovari_list .main_tovari_item {
    width: 320px;
}

.main_tovari_item_wrapp {
    background: #FFFFFF;
    padding: 20px;

}

.main_tovari_item_img {
    width: 100%;
    padding-top: 120%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.main_tovari_item_name {
    color: #000;
    text-align: center;
    font-family: Playfair Display;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 10px;
}

.main_tovari_item_button_wrapp {
    clip-path: polygon(0px 20px, 100% 0%, 100% 100%, 0% 100%);
    background: #FFFFFF;
    padding: 1px;
}

.main_tovari_item_button {
    clip-path: polygon(0px 20px, 100% 0%, 100% 100%, 0% 100%);
    background: #FFFFFF;
    display: block;
    text-align: center;
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 50px;
    text-decoration: none;
    color: #000000;
    padding-top: 10px;
}

.main_tovari_item_button_block {
    padding: 20px 30px;
}

.main_tovari_pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 5px;
}

.main_tovari_pagination {
    display: flex;
    justify-content: center;
}

body .main_tovari_slider_arrow .main_tovari_slider_prev {
    margin-left: -50px;
    top: calc(50% + 70px) !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E");
}

body .main_tovari_slider_arrow .main_tovari_slider_next {
    margin-right: -50px;
    top: calc(50% + 70px) !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E");
}

.site_content .main_tovari_pagination .swiper-pagination-bullet-active {
    background: #FFFFFF;
}

.bonus_code {
    display: flex;
    column-gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.bonus_code_title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18.1192px;
    line-height: 21px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

.bonus_code_button {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-size: 12.2745px;
    line-height: 54px;
    text-align: center;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    padding: 0 30px;
}

.bonus_code_input {
    background: none;
    border: 1px solid #FFFFFF;
    line-height: 54px;
    width: 100%;
    padding: 0 20px;
    color: #FFFFFF;
    font-size: 18px;
    margin: 10px 0;
}

.main_tovari_list .swiper-slide {
    height: auto;
}

.main_tovari_list .swiper-wrapper {
    height: auto;
}

.second_screen_slider .swiper-wrapper {
    height: 830px;
}

.mi_proverili_slide.swiper-slide {
    height: 800px;
}

.second_screen_wrapper_1.swiper-slide {
    height: 820px;
}

.izbrannie_tovari_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}

.izbrannie_tovari_item {
    width: calc(100%/4 - 25px);
    margin-bottom: 30px;
    border: 1px solid #000000;
    padding: 10px;
    text-align: center;
}

.izbrannie_tovari_item_img {
    width: 100px;
    height: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}

.izbrannie_tovari_title {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 50px;
}

.tovar_first_title_izbrannoe_block .tovar_first_title_izbrannoe_icon {
    margin-left: 55px;
}

.tovar_first_image_text {
    position: absolute;
    width: 100%;
    bottom: -45px;
}

.podpiska_disclamer_text {
    font-size: 16px;
    margin-bottom: 20px;
}

.podpiska_disclamer_soglasie {
    font-size: 20px;
    cursor: pointer;
}

.podpiska_disclamer_soglasie_checkbox {
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
}

.tarifi_podarok_by {
    font-size: 20px;
    cursor: pointer;
    margin-top: 20px;
    display: inline-block;
}

.tarifi_podarok_by_checkbox {
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
}

.bonus_code_list {
    margin-top: 10px;
}

.bonus_code_item {
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    padding: 10px;
    margin-bottom: 20px;
}

.bonus_code_item_action {
    display: flex;
    column-gap: 20px;
    margin-top: 10px;
}

.wotermark_item {
    background-image: url('../images/logo.png');
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(-45deg);
    opacity: 0.3;
}

.solnce_by_button {
    position: absolute;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #bc9550;
    padding: 30px 80px;
    border-radius: 30px;
    bottom: 70px;
    right: 165px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 60px;
    line-height: 60px;
}

.popup_form_description {
    text-align: left;
}

.popup_form_description a {
    color: #FFFFFF;
}

.min_kartochka_item_label_vegan {
    position: absolute;
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    padding: 0 25px;
    top: 280px;
    z-index: 1;
    color: green;
    right: 10px;
}

.problem_slide {
    background-image: url('/upload/problem_banner_big.jpg');
    background-repeat: no-repeat;
}

.problem_slide_3 {
    position: absolute;
    right: 180px;
    bottom: 110px;
    color: #FFFFFF;
    font-size: 45px;
    text-transform: uppercase;
    line-height: 120px;
    padding: 0 110px;
    border-radius: 10px;
    box-shadow: 5px 5px 20px -15px #000000;
    background: linear-gradient(130deg, #1a5846 4.85%, #053630 70.97%);
    text-decoration: none;
    font-family: Comfortaa;
    letter-spacing: 4px;

}

.econews_title_3 {
    display: none;
}

.avitaminoz_button {
    position: absolute;
    color: #FFFFFF;
    bottom: 148px;
    right: 126px;
    background: linear-gradient(130deg, #f4364f 4.85%, #fc8e9a 70.97%);
    font-size: 58px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 98px;
    border-radius: 30px;
    width: 380px;
    text-align: center;
}

.eda_button {
    position: absolute;
    color: #FFFFFF;
    bottom: 124px;
    right: 99px;
    background: linear-gradient(130deg, #f4364f 4.85%, #fc8e9a 70.97%);
    font-size: 58px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 121px;
    border-radius: 30px;
    width: 417px;
    text-align: center;
}