/*   
Theme Name: gazon
Version: 1.0
Author: den
*/

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-BoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-BlackItalic.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-ExtraBoldItalic.woff2') format('woff2');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}


@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-SemiBoldItalic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}

html,body {
    margin: 0;
    padding: 0;
    font-family: 'Inter';
    color: #0D161C;
    font-size: 10px;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Inter';
    color: #0D161C;
}
.wrapper {
        width: 1170px;
    margin: 0 auto;
}
header > .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
        margin-left: 0;
        transition: 0.5s;
}
#logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
}
header {
      padding: 28px 0;
    position: fixed;
    top: 0;
    background: #fff;
    padding: 28px 95px;
    right: 0;
    width: calc(100% - 24%);
        z-index: 3;
        transition: 0.5s;
}
.logo_text {
        margin-left: 24px;
}
.logo_text p:first-child {
    font-size: 2rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -1px;
}
header.is-scroll {
    width: 100%;
    padding: 28px 0px;
}
header.is-scroll > .wrapper {
margin-left: auto;
}
.logo_text p:last-child {
    font-size: 1.2rem;
}
#right_header {
        display: flex;
    align-items: center;
}
.column_header {
    margin-right: 26px;
}
.column_header p:first-child {
    font-size: 1.8rem;
    font-weight: 600;
    font-family: 'Manrope';
}
.column_header p:last-child {
        font-size: 1.2rem;
}
.phone_top a {
        font-size: 1.8rem;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Manrope';
}
.mail_top a {
        font-size: 1.2rem;
    text-decoration: none;
}
.button_header {
        margin-left: 24px;
}
.phone_top:before {
    content: " ";
    background: url(img/phone_ico.svg) no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    margin-right: 9px;
}
.info_header {
        text-align: right;
}
.phone_top {
        display: flex;
    align-items: center;
}
.call {
        padding: 14px 24px;
    background: #56D861;
    border: none;
    border-radius: 5px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
}
.call:hover {
background: #0D161C;
}

#hero {
        height: 888px;
    width: 100%;
    background-size: cover;
    position: relative;
        background-position: 80% 0px !important;
}
.hero_content {
    height: calc(100% - 104px);
    width: calc(100% - 24%);
    margin-right: 0;
    margin-left: auto;
    padding: 0 95px;
    padding-top: 104px;
        position: relative;
    z-index: 1;
}
.hero_content > .wrapper {
        margin-left: 0;
    height: 100%;
    position: relative;
}

.hero_content_wrap {
    display: flex;
    height: 100%;
}
.hero_content_left {
    background: rgb(53 49 47 / 35%);
    backdrop-filter: blur(34px);
    padding: 0 95px;
    margin-left: -95px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero_content_left h1 {
    font-size: 3.6rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 30px;
}
.hero_content_left h1 span {
        font-weight: 500;
    color: #fff;
    position: relative;
}
.hero_content_left h1 span:after {
content: " ";
    background: url(img/line_green.svg) no-repeat;
    width: 100%;
    height: 8px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -6px;
    background-size: contain;
}
.button_call_mob {
    display: none;
}
.phone_mob_ico {
    display: none;
}
.mobile_menu_burger {
    display: none;
}

.hero_content_left p {
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    font-weight: 300;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 30px;
}
.hero_content_left p span {
    font-weight: bold;
}
.hero_content_left ul {
    list-style: none;
}
.hero_content_left ul li {
    font-weight: 600;
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 30px;
        display: flex;
    align-items: flex-start;
}
.hero_content_left ul li:before {
    content: " ";
    background: url(img/arrow_green.svg) no-repeat;
    width: 14px;
    height: 14px;
    display: block;
    margin-right: 20px;
    position: relative;
    top: 2px;
}
.hero_content_left .call {
        padding: 16px 24px;
    width: fit-content;
    font-size: 1.8rem;
}
.wrap_hero_left_gifts {
        margin-top: 30px;
    display: flex;
    max-width: 432px;
    justify-content: space-between;
}
.gift  {
    display: flex;
    align-items: center;
}
.time_gift {
        display: flex;
    align-items: center;
}
.gift:before  {
content: " ";
    background: url(img/gift.png) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
}
.time_gift:before {
  content: " ";
    background: url(img/time.png) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
}
.text_gift {
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.4;
    margin-left: 12px;
    font-style: italic;
}
.text_gift span {
    font-weight: bold;
    color: #fff
}
.hero_content_right {
        display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.hero_content_right ul {
    background: rgb(0 0 0 / 40%);
    backdrop-filter: blur(24px);
    padding: 30px 50px;
    list-style: none;
}
.hero_content_right ul li {
    font-size: 1.6rem;
    color: rgb(255 255 255 / 80%);
    font-weight: 600;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}
.hero_content_right ul li:before {
    content: " ";
    background: url(img/star.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 20px;
}
.hero_content_right ul li:last-child {
    margin-bottom: 0;
}
.mobile_wrap_hero {
    display: none;
}
#hero:after {
      content: " ";
    height: 170px;
    width: 14%;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}
#video_block {
    margin-top: 100px;
    position: relative;
}
#video_block:before {
    content: " ";
    background: url(img/result_left.jpg) no-repeat;
    width: 106px;
    height: 522px;
    position: absolute;
    left: 0;
    top: 0;
}
.wrap_video_block {
      display: flex;
    width: 1330px;
    justify-content: space-between;
}
img {
    max-width: 100%;
}
h2.simple_title {
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 30px;
}
p.simple_paragraph {
font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 10px;
}
strong {
    font-weight: bold;
}
ul.simple_list {
    margin: 30px 0;
    list-style: none;
}
ul.simple_list li {
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
   max-width: 445px;
}
ul.simple_list li:before {
     content: " ";
    background: url(img/arrow_green.svg) no-repeat;
    width: 14px;
    height: 14px;
    display: block;
    margin-right: 20px;
    position: relative;
    top: 5px;
    min-width: 14px;
}
.video_block_main {
        position: relative;
}
.button_play {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(img/play_ico.svg) no-repeat;
    width: 79px;
    height: 90px;
    margin: auto;
}
.left_video_block_bottom {
    background: #0D161C;
    display: flex;
    justify-content: space-between;
    min-width: 600px;
margin-top: 80px;
}
.left_list_video_block {
        padding: 30px 50px;
    width: 70%;
    padding-right: 0;
}
.left_list_video_block ul {
list-style: none;
}
.left_list_video_block ul li {
    font-size: 1.6rem;
    color: rgb(255 255 255 / 80%);
    font-weight: 600;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}
.left_video_block_bottom > img {
        width: 30%;
}
.left_list_video_block ul li:before {
    content: " ";
    background: url(img/star.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 20px;
}
.left_list_video_block ul li:last-child {
    margin-bottom: 0;
}
.text_after_video_block {
        padding-left: 65px;
    padding-top: 72px;
    font-size: 2.4rem;
    font-weight: 300;
}
.arrow_top_green {
    background: url(img/top_arrow.svg) no-repeat;
    width: 15px;
    height: 17px;
    display: inline-block;
    margin-left: 15px;
}
.ico_title {
    background: url(img/title_ico.svg) no-repeat;
    width: 119px;
    height: 119px;
}
.left_video_block_text {
    padding-top: 80px
}
#podbor {
        margin-top: 100px;
}
.title_wrap {
    display: flex;
    justify-content: space-between;
        align-items: center;
}
.block_cards.two_columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
}
.card_description {
        padding: 30px 50px;
    background: #F3F8F3;
    position: relative;
}
.label_description_popular {
        padding: 6px;
    font-size: 1.6rem;
    background: #F2EC54;
    border-radius: 5px;
    width: fit-content;
    margin-bottom: 25px;
}
.card_description h3 {
        font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 25px;
}
.card_description ul {
list-style: none;
}
.card_description  ul li {
    font-size: 1.6rem;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}
.card_description ul li:before {
      content: " ";
    width: 6px;
    height: 6px;
    display: block;
    background: #F2EC54;
    border-radius: 100px;
    margin-right: 20px;
    min-width: 6px;
}
.block_cards {
    margin-top: 15px
}
.price_card {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 25px;
}
.buttons_card {
    display: flex;
    align-items: center;
}
.buttons_card .call {
        font-size: 1.8rem;
    padding: 15px 24px;
}
.more_card {
        border: 1px solid #56D861;
    border-radius: 5px;
    font-size: 1.8rem;
    color: #56D861;
    background: #fff;
    padding: 14px 24px;
    text-decoration: none;
    margin-left: 12px;
    transition: 0.5s;
}
.more_card:hover {
    background: #56D861;
    color: #fff;
}

.card_description.icon_description:after {
content: " ";
    background: url(img/description_ico.svg) no-repeat;
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
}
#what_object {
    margin-top: 100px
}
.block_cards.two_columns .card_image img {
    max-width: 567px;
}
.block_cards.two_columns .card_description {
  max-width: 567px;
}
.block_cards.third_columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.block_cards.third_columns .card_image img {
    max-width: 368px;
}
.block_cards.third_columns .card_description {
     max-width: 269px;
}
.card_description > p {
        font-size: 1.6rem;
    color: rgb(0 0 0 / 60%);
    margin-bottom: 25px;
}
.block_cards.third_columns .buttons_card {
    flex-wrap: wrap;
}
.block_cards.third_columns .buttons_card .call {
    width: 100%;
}
.block_cards.third_columns .more_card {
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-top: 12px;
}
#slider_block_home {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
        overflow: hidden;
}
.big_img_slider_left {
    width: 49%;
}
.block_slider_right {
    width: 49%;
}
#slider_home_right .swiper-slide img {
        width: 100%;
    height: 471px;
    object-fit: cover;
}
#slider_home_right {
    overflow: hidden;
}
.controls_slider {
    display: flex;
    align-items: center;
    margin-top: 67px;
    margin-left: 113px;
}
.arrow_left {
        background: url(img/arrow_left.svg) no-repeat;
    width: 67px;
    height: 8px;
      cursor: pointer;
}
.pagination {
        width: auto;
    padding: 0 32px;
    font-size: 1.6rem;
}
.arrow_right {
        background: url(img/arrow_right.svg) no-repeat;
    width: 67px;
    height: 8px;
    cursor: pointer;
}
.big_img_slider_left img {
        height: 583px;
    object-fit: cover;
}
#benefits {
    margin-top: 100px
}
.block_benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.benefit {
    display: flex;
    width: 49%;
    margin-bottom: 80px;
    align-items: flex-start;
}
.ico_benefits {
    width: 168px;
    height: 168px;
    background: #56D861;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
}
.description_benefit {
        background: #F3F8F3;
    padding: 30px 50px;
}
.description_benefit h3 {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.description_benefit p {
    font-size: 1.6rem;
    color: rgb(0 0 0 / 60%);
}
#cta {
        margin-top: 100px;
    display: flex;
    justify-content: center;
    padding-left: 0;
    gap: 1%;
}
.cta_left {
        width: 55%;
    text-align: right;
}
.full_cta {
    margin-top: 15px;
    width: 100%;
    object-fit: cover;
}
.cta_right {
        width: 45%;
    text-align: left;
}
.block_cta_grey {
    background: #F3F8F3;
    padding: 50px 53px;
    margin-top: 20px;
}
.block_cta_grey h2 {
        max-width: 400px;
}
.block_cta_green {
        background: #56D861;
    padding: 50px 56px;
    width: fit-content;
    max-width: 470px;
    margin-top: 20px;
}
#pod_klych {
       margin-top: -100px;
}
.title_left .call {
        font-size: 1.8rem;
    margin-bottom: 30px;
}
.card_image {
    position: relative;
}
.label_img {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 8px 15px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #56D861;
    font-family: 'Manrope';
}
#cta_second {
        background: url(img/bg_cta_second.webp) no-repeat;
    background-size: cover;
    margin-top: 100px;
    padding-top: 106px;
    position: relative;
}
#cta_second:before {
    content: " ";
    width: 85%;
    height: 106px;
    background: #fff;
    position: absolute;
    top: 0;
}
#cta_second:after {
   content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    width: 15%;
    height: 105px;
}
.cta_second_block_content {
    display: flex;
    flex-direction: column;
    margin-right: 0;
    margin-left: auto;
    min-width: 584px;
    width: fit-content;
    margin-right: 15%;
    background: rgb(53 49 47 / 35%);
    backdrop-filter: blur(34px);
    padding: 120px 93px;
    max-width: 584px;
}
.cta_second_block_content > p:not(.paragraf) {
        padding: 10px;
    border-radius: 5px;
    background: #fff;
    font-weight: 300;
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 30px;
    width: fit-content;
}
.cta_second_block_content > h2 {
    font-size: 3.6rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 30px;
}
.cta_second_block_content > h2 > span {
    color: #fff;
    font-weight: 300;
    position: relative;
}
.orange_line {
    font-size: 2.4rem;
    font-weight: bold;
    padding: 10px;
    background: #F2EC54;
    border-radius: 5px;
    width: fit-content;
    margin-bottom: 30px;
}
.cta_second_block_content > p.paragraf {
        font-size: 1.6rem;
    color: #fff;
    max-width: 450px;
    line-height: 1.3;
    margin-bottom: 30px;
}
.cta_second_block_content ul {
    list-style: none;
}
.cta_second_block_content ul li {
    font-weight: 600;
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}
.cta_second_block_content ul li:before {
    content: " ";
    background: url(img/arrow_green.svg) no-repeat;
    width: 14px;
    height: 14px;
    display: block;
    margin-right: 20px;
    position: relative;
    top: 2px;
}
.cta_second_block_content .call {
    font-size: 1.8rem;
    width: fit-content;
}
.wrap_cta_second {
        margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.left_wrap_cta_second {
    font-size: 1.4rem;
    color: #fff;
    display: flex;
}
.left_wrap_cta_second strong {
    color: #fff;
        padding-left: 3px;
}
.right_wrap_cta_second {
        max-width: 322px;
    font-size: 1.4rem;
    color: #fff;
}
.left_wrap_cta_second:before {
     content: " ";
    background: url(img/time.png) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 13px;
    position: relative;
    top: -2px;
}
#main_list_object {
        margin-top: 100px;
}
.tab_head {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
margin-top: 30px;
}
.tab_head a {
    background: #F3F8F3;
    padding: 14px 24px;
    font-size: 1.8rem;
    text-decoration: none;
    font-family: 'Manrope';
    font-weight: bold;
    color: rgb(0 0 0 / 40%);
    margin-right: 10px;
    border: 2px solid transparent;
        border-radius: 5px;
}
.tab_head a.active {
    border: 2px solid #56D861;
        color: rgb(0 0 0);
}
#main_list_object .simple_list {
        display: flex;
}
#main_list_object .simple_list li {
    margin-right: 40px;
}
#listing_tab > div {
    display: none;
}
#listing_tab > div.active {
    display: block;
}
.do_after_images {
        display: flex;
    justify-content: space-between;
}
.do_after_images .do {
        width: 50%;
    position: relative;
}
.do_after_images .do .label_do_after {
position: absolute;
    top: 0;
    left: 0;
    padding: 8px 24px;
    background: #fff;
    font-size: 1.6rem;
    color: #56D861;
    font-family: 'Manrope';
    font-weight: bold;
}
.do_after_images img {
        height: 244px;
    width: 100%;
}
.do_after_images .after {
        width: 49%;
         position: relative;
}
.do_after_images .after .label_do_after {
position: absolute;
    top: 0;
    left: 0;
    padding: 8px 24px;
    background: #56D861;
    font-size: 1.6rem;
    color: #fff;
    font-family: 'Manrope';
    font-weight: bold;
}
.video_call {
        padding: 14px 24px;
    background: #56D861;
    border: none;
    border-radius: 5px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    font-size: 1.8rem;
    padding: 15px 24px;
    width: 100%;
    text-decoration: none;
    text-align: center;
    transition: 0.5s;
}
.video_call:hover {
        background: #0D161C;
}
.more_photo {
        border: 1px solid #56D861;
    border-radius: 5px;
    font-size: 1.8rem;
    color: #56D861;
    background: #fff;
    padding: 14px 24px;
    text-decoration: none;
    margin-left: 0;
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-top: 12px;
    transition: 0.5s;
}
.more_photo:hover {
    background: #56D861;
    color: #fff;
}

#reviews {
        margin-top: 100px;
}
#reviews_title {
    display: flex;
    justify-content: flex-end;
}
.reviews_title_left {
        width: 29%;
    margin-right: 2%;
}
.reviews_title_right {
        width: calc(50% - 112px);
    background: #F3F8F3;
    padding: 60px 56px;
}
.title_reviews_stars {
        display: flex;
    align-items: center;
}
.stars_count_reviews {
        font-size: 3.6rem;
    font-weight: bold;
    margin-right: 10px;
}
.list_stars {
        display: flex;
    align-items: center;
    margin-right: 10px;
}
.star_big {
    background: url(img/star_big.svg) no-repeat;
    width: 29px;
    height: 28px;
    display: block;
    margin-right: 5px;
}
.title_review_text {
  font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 0;
}
.tabs_reviews_list {
    margin-top: 30px;
}
.tabs_reviews_list a {
background: #fff;
    padding: 14px 24px;
    font-size: 1.8rem;
    text-decoration: none;
    font-family: 'Manrope';
    font-weight: bold;
    color: rgb(0 0 0 / 40%);
    margin-right: 10px;
    border: 2px solid transparent;
    border-radius: 5px;
}
.tabs_reviews_list a.active {
    border: 2px solid #56D861;
    color: rgb(0 0 0);
    background: transparent;
}
.title_orange_line {
    font-size: 2.4rem;
    font-weight: bold;
    background: #F2EC54;
    padding: 10px;
    width: fit-content;
    border-radius: 5px;
    max-width: 415px;
    margin-top: 30px;
}
#reviews_list_tabs {
        width: 81%;
    margin-right: 0;
    margin-left: auto;
    margin-top: 50px;
}
.list_reviews {
max-width: 1170px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
gap: 60px 0;
}
.block_review {
        border: 1px solid #DADADA;
    padding: 20px 0px;
    border-radius: 5px;
}
.block_review > * {
    padding: 0 20px
}
.name_review {
        font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.count_stars_reviews_block {
    display: flex;
    align-items: center;
}
.star_mini {
        background: url(img/star_big.svg) no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    margin-right: 5px;
    background-size: 15px;
}
.main_review_benefits {
    font-size: 1.4rem;
    font-weight: 400;
    background: #F2EC54;
    width: fit-content;
    border-radius: 5px;
    padding: 5px;
    margin: 10px 20px;
}
#reviews_list_tabs .slider_block_card {
max-width: 1170px;
}
.description_reviews {
        font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 10px;
}
.reviews_list_preim_bottom ul {
    padding-left: 16px;
    opacity: 0.8;
}
.reviews_list_preim_bottom ul li {
font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 10px;
}
.reviews_list_preim_bottom ul li:last-child {
    margin-bottom: 0;
}
#reviews_list_tabs > div {
    display: none;
}
#reviews_list_tabs > div.active {
    display: block;
}
#before_footer_object {
        margin-top: 100px;
}
#maps_block {
    margin-top: 100px;
    position: relative;
    min-height: 903px;
    background: url(img/map_img.webp) no-repeat;
    background-size: cover;
}
.wrap_maps_info {
        position: absolute;
    top: 0;
    display: flex;
    height: 100%;
    left: 10%;
}
.maps_block_info {
        background: rgb(255 255 255 / 13%);
    backdrop-filter: blur(9px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 95px;
    padding-top: 70px;
}
.maps_block_info h2 {
    font-size: 3.6rem;
    font-weight: bold;
    max-width: 528px;
    margin-bottom: 30px;
}
.maps_block_info h3 {
    font-weight: 300;
    font-size: 1.6rem;
    background: #fff;
    padding: 10px;
    width: fit-content;
    border-radius: 5px;
    margin-bottom: 30px;
}
.block_maps_contact {
        margin-bottom: 30px;
}
.title_contact {
        font-size: 1.6rem;
    color: rgb(0 0 0 / 60%);
    margin-bottom: 7px;
}
.value_contact {
    font-size: 2.4rem;
    font-weight: bold;
}
.value_contact a {
        font-size: 2.4rem;
    font-weight: bold;
    text-decoration: none;
}
.block_text_bottom_contact {
    font-size: 1.6rem;
    font-style: italic;
    max-width: 569px;
    color: rgb(0 0 0 / 60%);
}
.right_maps_block {
      display: flex;
    align-items: flex-end;
}
.block_green_bottom {
    background: rgb(86 216 97 / 85%);
    backdrop-filter: blur(9px);
}
.block_green_bottom ul {
    padding: 30px 50px;
    list-style: none;
}
.block_green_bottom ul li {
    font-size: 1.6rem;
    color: rgb(255 255 255 / 80%);
    font-weight: 600;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}
.block_green_bottom ul li:last-child {
    margin-bottom: 0;
}
.block_green_bottom ul li:before {
    content: " ";
    background: url(img/star.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 20px;
}
.maps_block_info ul {
list-style: none;
}
.maps_block_info ul li {
font-weight: 600;
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    max-width: 442px;
    color: #000;
}
.maps_block_info ul li:before {
    content: " ";
    background: url(img/arrow_green.svg) no-repeat;
    width: 14px;
    height: 14px;
    display: block;
    margin-right: 20px;
    position: relative;
    top: 2px;
    min-width: 14px;
}
.white_line_maps {
    position: absolute;
    top: 0;
    width: calc(90% - 190px);
    background: #fff;
    height: 77px;
    right: 0;
    padding: 0 95px;
}
.white_line_maps ul {
list-style: none;
}
.white_line_maps ul li {
font-weight: 600;
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
    color: #000;
    margin-top: 17px;
}
.white_line_maps ul li:before {
        content: " ";
    background: url(img/arrow_green.svg) no-repeat;
    width: 14px;
    height: 14px;
    display: block;
    margin-right: 20px;
    position: relative;
    top: 2px;
    min-width: 14px;
}
#maps_block:after {
  content: " ";
    position: absolute;
    height: 170px;
    background: #fff;
    width: 10%;
    left: 0;
    bottom: 0;
}
#overlay {
        position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 61%);
    z-index: 99;
    display: none;
}
.modal_wrap {
        width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.modal_content {
        display: flex;
    flex-direction: column;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
        padding-top: 30px;
            max-width: 335px;
}
.title_content_modal {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}
.modal_content form {
    display: flex;
    flex-direction: column;
}
.modal_content form input[type="text"], .modal_content form input[type="tel"] {
        border: 1px solid #ccc;
    border-radius: 5px;
    height: 40px;
    padding-left: 20px;
    width: calc(100% - 20px);
    margin-bottom: 20px;
}
.modal_content form textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 80px;
    padding-left: 20px;
    width: calc(100% - 20px);
    margin-bottom: 20px;
    resize: none;
    padding-top: 20px;
}
.modal_content form input[type="submit"] {
        padding: 14px 24px;
    background: #56D861;
    border: none;
    border-radius: 5px;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
}
.wpcf7 form .wpcf7-response-output {
    margin-top: -14px !important;
    font-size: 1.4rem !important;
    text-align: center;
}
.wpcf7-not-valid-tip {
    display: none!important;
}
.modal_content form input.wpcf7-not-valid[type="text"], .modal_content form input.wpcf7-not-valid[type="tel"] {
border: 1px solid red
}
.mobile_cta_text {
    display: none;
}

@media screen and (max-width: 1600px) {
    html, body {
    font-size: 8px;
    overflow-x: hidden;
}
#cta_second {
    background-position: 84% 0px;
}
.cta_second_block_content {
    min-width: 430px;
        padding: 55px 93px;
}
.right_wrap_cta_second {
    max-width: 225px;
}
#reviews_list_tabs {
    width: 88%;
}
.reviews_title_right {
    width: calc(57% - 112px);
}
#maps_block {
    min-height: 733px;
}
}
@media screen and (max-width: 1439px) {
    .hero_content_left {
    padding: 0 50px;
}
.hero_content_right ul {
    padding: 20px 30px;
}
#hero {
    height: 670px;
}
#video_block:before {
    display: none;
}
.wrap_video_block {
    width: auto;
    padding: 0 15px;
}
.list_reviews {
    margin: 0 auto;
}
#reviews_list_tabs {
        width: 100%;
}
.reviews_title_left {
    width: 38%;
}
header > .wrapper {
    margin-left: auto;
}
header {
    padding: 28px 0px;
    right: 0;
    width: 100%;
}
}
@media screen and (max-width: 1200px) {
    .wrapper {
    width: auto;
    padding: 0 15px;
}
.block_cards.two_columns .card_image img {
    max-width: 491px;
    width: 100%;
}
.block_cards.third_columns .card_image img {
    max-width: 368px;
    width: 100%;
}
.tabs_reviews_list a {
    padding: 14px 10px;
    font-size: 1.4rem;
}
.list_reviews {
        padding: 0 15px;
    }
}
@media screen and (max-width: 1000px) {
    html, body {
        font-size: 7px;
    }
    .hero_content_left h1 {
    font-size: 3rem;
    }
    .hero_content_left {
        padding: 0 25px;
    }
    .left_video_block_text {
    padding-top: 0;
    }
    .left_video_block {
        width: 49%;
    }
    .text_after_video_block {
    padding-top: 30px;
    }
    .wrap_video_block {
    flex-wrap: wrap;
    }
    .left_video_block {
        width: 100%;
    }
    .right_video_block {
            margin-top: 30px;
    width: 100%;
    }
    .block_cards.third_columns {
    gap: 10px;
    }
    .card_description {
    padding: 30px 20px;
    }
    .controls_slider {
    margin-top: 49px;
    margin-left: 40px;
    }
    .benefit {
    flex-wrap: wrap;
    margin-bottom: 35px;
    }
    .ico_benefits {
    width: 100%;
    height: 84px;
    min-width: 160px;
    }
    #cta {
    flex-wrap: wrap;
    }
    .cta_right {
    margin-top: 30px;
    }
    #pod_klych {
    margin-top: 100px;
    }
    .cta_second_block_content {
        min-width: 400px;
        padding: 55px 30px;
    }
    .block_cards.third_columns .card_image img {
        height: 150px;
    }
    .title_reviews_stars {
    flex-wrap: wrap;
    }
    .title_review_text {
    margin-top: 10px;
    width: 100%;
    }
    .tabs_reviews_list a {
        padding: 14px 10px;
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 767px) {

    .button_call_mob {
    display: block;
}
.phone_mob_ico {
    display: block;
}
.mobile_menu_burger {
    display: none;
}
    .mobile_wrap_hero {
    display: block;
}
    .info_header {
    display: none;
    }
    .button_header {
    display: none;
    }
    .column_header {
    display: none;
    }
    .mobile_menu_burger {
    display: flex;
    flex-direction: column;
    margin-left: 16px;
    }
    .mobile_menu_burger > span {
    width: 29px;
    height: 2.4px;
    background: #75DA5B;
    display: block;
    margin-bottom: 11px;
    }
    .mobile_menu_burger span:nth-child(2) {
    width: 17px;
    }
    .mobile_menu_burger > span:last-child {
    margin-bottom: 0px;
    }
    .button_call_mob {
    margin-left: 16px
    }
    header {
    padding: 14px 0px;
    }
    .logo_text p:first-child {
    font-size: 2.4rem;
    }
    .logo_text p:last-child {
    font-size: 1.4rem;
    }
    .hero_content_left {
    padding: 0 25px;
    background: transparent;
    backdrop-filter: blur(0px);
    padding: 0;
    width: 100%;
    margin-left: 0;
    }
    .hero_content_wrap {
    flex-wrap: wrap;
        height: auto;
    }
    .hero_content {
    height: calc(100% - 104px);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
        padding-top: 90px;
    }
    .hero_content_left h1 {
    font-size: 28px;
    color: #0D161C;
            padding: 0 15px;
    }
    .hero_content_left h1 br {
        display: none;
    }
    .hero_content_left h1 span {
    color: #0D161C;
    width: fit-content;
    display: inline-block;
    padding-right: 4px;
}
.hero_content_left p {
    font-size: 16px;
    text-align: left;
    margin-bottom: 30px;
    max-width: 305px;
    margin: 0 15px;
}
#hero:after {
    display: none;
}
    #hero {
        height: auto;
    }
    .hero_content > .wrapper {
        padding: 0;
    }
    .hero_content_left ul {
        display: none;
    }
    .hero_content_left .call {
        display: none;
    }
    .hero_content_left .wrap_hero_left_gifts {
        display: none;
    }
    .mobile_wrap_hero {
            background: rgb(53 49 47 / 35%);
    backdrop-filter: blur(34px);
    width: 100%;
    margin-top: 248px;
    padding: 40px 15px;
    }
    .mobile_wrap_hero > ul {
    list-style: none;
    }
    .mobile_wrap_hero > ul > li {
    font-weight: 600;
            font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    }
    .mobile_wrap_hero > ul > li:before {
content: " ";
    background: url(img/arrow_green.svg) no-repeat;
    width: 14px;
    height: 14px;
    display: block;
    margin-right: 20px;
    position: relative;
    top: 2px;
    }
    .call {
    font-size: 18px;
}
.text_gift {
    font-size: 13px;
}
.hero_content_right ul li {
    font-size: 16px;
}
.hero_content_right {
    margin-right: 0;
    margin-left: auto;
}
    #hero {
        height: auto;
        background: url(img/mobile_hero_bg.webp) no-repeat !important;
        background-size: cover !important;
        background-position: right 0px !important;
    }
    #video_block {
    margin-top: 54px;
}
h2.simple_title {
    font-size: 28px;
}
p.simple_paragraph {
    font-size: 16px;
}
ul.simple_list li {
    font-size: 16px;
}
.wrap_video_block {
        padding: 0;
    }
    .left_video_block_bottom {
    min-width: 100%;
    margin-top: 50px;
    margin-left: -15px;
    margin-right: -15px;
}
.left_video_block_bottom > img {
    width: 45%;
}
.left_list_video_block {
    padding: 30px 19px;
    width: 57%;
    padding-right: 0;
}
.right_img_video_block {
        margin-left: -15px;
    margin-right: -15px;
}
.title_right {
    display: none;
}
#podbor {
    margin-top: 54px;
}
.block_cards.two_columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 36px;
}
.buttons_card {
    flex-wrap: wrap;
}
.buttons_card .call {
    font-size: 18px;
    width: 100%;
}
.card_description h3 {
    font-size: 24px;
}
.label_description_popular {
    font-size: 16px;
}
.card_description ul li {
    font-size: 16px;
}
.price_card {
    font-size: 24px;
}
.more_card {
    font-size: 18px;
    margin-left: 0;
    width: 100%;
    margin-top: 12px;
    text-align: center;
}
#what_object {
    margin-top: 54px;
}
.card.swiper-slide .card_image {
    position: relative;
    max-width: 309px;
}
   .slider_block_card .controls_slider {
        margin-top: 46px;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }
    .pagination {
    font-size: 16px;
}
.big_img_slider_left {
    display: none;
}
.block_slider_right {
    width: 100%;
}
#slider_home_right .swiper-slide img {
    height: 310px;
}
#slider_block_home {
    margin-top: 54px;
}
    .controls_slider {
        margin-left: auto;
        justify-content: center;
        margin-right: auto;
    }
    #benefits {
    margin-top: 54px;
}
.block_benefits {
    flex-wrap: wrap;
    margin-top: 60px;
    margin-left: -15px;
    margin-right: -15px;
}
    .benefit {
        flex-wrap: nowrap;
        margin-bottom: 0;
        width: 100%;
    }
    .ico_benefits {
        width: 138px;
        height: 138px;
        min-width: 138px;
    }
    .description_benefit {
    padding: 30px 30px;
}
.description_benefit h3 {
    font-size: 20px;
}
.description_benefit p {
    font-size: 16px;
}
.block_benefits > .benefit:nth-child(2n) {
    flex-direction: row-reverse;
}
#tomorow {
        margin-top: 54px;
}
.block_cards.third_columns .card_image img {
        object-fit: cover;
    }
        #cta {
        margin-top: 54px;
    }
    .cta_left {
    width: 100%;
}
    .cta_right {
        margin-top: 30px;
        width: 100%;
    }
        #pod_klych {
        margin-top: 54px;
    }
    #cta_second:before {
        display: none;
    }
    #cta_second {
        margin-top: 54px;
        padding-top: 63px;
                background-position: 30% 0px;
    }
    .cta_second_block_content {
        min-width: 100%;
        padding: 55px 30px;
        background: transparent;
        backdrop-filter: blur(0px);
        padding: 0 15px;
        margin-right: 0;
    }
    .cta_second_block_content > p:not(.paragraf) {
    font-size: 16px;
}
.cta_second_block_content > h2 {
    font-size: 28px;
    color: #0D161C;
}
.cta_second_block_content > h2 > span {
    color: #0D161C;
}
.orange_line {
    font-size: 24px;
}
.cta_second_block_content > p.paragraf {
    display: none;
}
.cta_second_block_content ul {
    display: none;
}
.cta_second_block_content .call {
    display: none;
}
.cta_second_block_content .wrap_cta_second {
display: none;
}
.mobile_cta_text {
        background: rgb(53 49 47 / 35%);
    backdrop-filter: blur(34px);
    padding: 35px;
    margin-left: 15%;
    margin-top: 355px;
}
.mobile_cta_text > p.paragraf {
        font-size: 16px;
    color: #fff;
    max-width: 450px;
    line-height: 1.3;
    margin-bottom: 30px;
}
.mobile_cta_text ul {
    list-style: none;
}
.mobile_cta_text ul li {
    font-weight: 600;
        font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}
.mobile_cta_text ul li:before {
    content: " ";
    background: url(img/arrow_green.svg) no-repeat;
    width: 14px;
    height: 14px;
    display: block;
    margin-right: 20px;
    position: relative;
    top: 2px;
    min-width: 14px;
}
.mobile_cta_text .call {
    font-size: 13px;
}
.wrap_cta_second {
    flex-wrap: wrap;
}
.left_wrap_cta_second {
    font-size: 14px;
    margin-bottom: 15px;
}
    .right_wrap_cta_second {
        font-size: 14px;
        max-width: 400px;
    }
    #cta_second:after {
    right: auto;
    left: 0;
}
#main_list_object {
    margin-top: 54px;
}
#main_list_object .simple_list {
    flex-wrap: wrap;
}
.title_left {
        overflow: hidden;
}
.tab_head a {
    font-size: 13px;
    width: 130px;
    text-align: center;
    min-width: 130px;
}
.tab_head {
    overflow-x: scroll;
}
.block_cards.third_columns {
    display: flex;
}
#reviews_title {
    flex-wrap: wrap;
}
    .reviews_title_left {
        width: calc(100% - 30px);
        padding: 0 15px;
        margin-right: 0;
    }
    .title_orange_line {
    font-size: 24px;
    max-width: 316px;
}
    .reviews_title_right {
        width: 100%;
        margin-top: 25px;
        padding-right: 0;
    }
    .list_reviews {
    display: flex;
    gap: 0;
}
.block_review {
    padding: 20px 0;
}
.block_review > * {
    padding: 0 20px;
}
.block_review > .main_review_benefits {
    padding: 10px;
    margin-left: 15px;
}
#before_footer_object {
    margin-top: 54px;
}
    #maps_block {
        background: transparent;
        padding-bottom: 100px;
    }
    .wrap_maps_info {
position: initial;
    top: 0;
    display: flex;
    height: 100%;
    left: 0;
            flex-wrap: wrap;
}
.white_line_maps {
    position: relative;
    width: calc(90% - 30px);
    height: auto;
    right: 0;
    padding: 0 15px;
    margin-bottom: 50px;
}
.maps_block_info {
    padding: 0 15px;
    padding-top: 0;
}
.right_maps_block {
position: absolute;
        bottom: 0;
        width: 100%;
        justify-content: flex-end;
}
.mobile_cta_text {
    display: block;
}
}