@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    font-family: "Inter", sans-serif;
    scroll-behavior: smooth;
}

body.noscroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p {
    margin: 0;
    padding: 0;
    font-synthesis: none;
}

a {
    text-decoration: none;
    font-synthesis: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.wrapper {
    overflow: hidden;
    width: 100%;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1821px;
    padding: 0 15px;
    margin: 0 auto;
}

input[type=number] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.home_header_block {
    padding: 10px 0 30px 0;
    background-image: url(../image/img_home.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home_header_block header .about_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home_header_block header .about_block .logo img {
    width: 170px;
    height: auto;
}

.left_menu_group {
    display: flex;
    align-items: center;
    gap: 16px;
}

.left_menu_group p {
    width: 260px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
}

.home_header_block header .about_block .right_menu_group {
    display: flex;
    align-items: center;
    gap: 16px;
}

.home_header_block header .about_block .right_menu_group .menu ul {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 22px 16px;
    background-color: rgba(48, 48, 48, 0.3215686275);
    border: 1px solid rgba(200, 200, 200, 0.3490196078);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(54px);
    backdrop-filter: blur(54px);
}

.home_header_block header .about_block .right_menu_group .menu ul li {
    display: contents;
}

.home_header_block header .about_block .right_menu_group .menu ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #FFFFFF;
    border: none;
    background-color: transparent;
}

.home_header_block header .about_block .right_menu_group .contacts {
    display: flex;
    align-items: center;
}

.home_header_block header .about_block .right_menu_group .contacts .number_tel {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #FFFFFF;
    padding: 22px 16px;
    background-color: rgba(48, 48, 48, 0.3215686275);
    border: 1px solid rgba(200, 200, 200, 0.3490196078);
    -webkit-backdrop-filter: blur(54px);
    backdrop-filter: blur(54px);
    border-radius: 10px;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
}

.home_header_block header .about_block .right_menu_group .contacts .tg {
    padding: 19px 21px;
    background-color: rgba(48, 48, 48, 0.3215686275);
    border: 1px solid rgba(200, 200, 200, 0.3490196078);
    -webkit-backdrop-filter: blur(54px);
    backdrop-filter: blur(54px);
    border-radius: 10px;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
}

.home_header_block header .about_block .hamburger-menu {
    display: none;
}

.home_header_block .home .about_block {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    padding-top: 587px;
}

.home_header_block .home .about_block h1 {
    color: #FFF;
    font-size: 74px;
    font-style: normal;
    font-weight: 600;
    line-height: 92.912%;
    width: 713px;
}

.home_header_block .home .about_block p {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #FFFFFF;
    max-width: 585px;
}

.home_header_block .home .about_block .lv_camera {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 12px;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    font-family: "Ubuntu", sans-serif;
    color: #FFFFFF;
    width: -moz-fit-content;
    width: fit-content;
    background-color: rgba(64, 64, 64, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5019607843);
    border-radius: 60px;
    -webkit-backdrop-filter: blur(34px);
    backdrop-filter: blur(34px);
    rotate: 1.58deg;
    position: absolute;
    top: 188px;
    right: 557.4px;
}

.rec_block {
    background-color: #3D6C4A;
    overflow: hidden;
    white-space: nowrap;
}

.rec_block .rec_track {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    animation: scroll 25s linear infinite;
    gap: 40px;
}

.rec_block .rec_texts {
    padding: 25px 0;
    display: flex;
    align-items: center;
    gap: 40px;
}

.rec_block .rec_texts p {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Ubuntu", sans-serif;
    white-space: nowrap;
}

.calatog_solutions {
    padding: 80px 0 160px 0;
}

.calatog_solutions .about_block .title_block {
    margin-bottom: 40px;
}

.calatog_solutions .about_block .title_block h3 {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #FFFFFF;
    padding: 10px;
    background-color: #438957;
    border-radius: 30px;
    rotate: -1.23deg;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 16px;
}

.calatog_solutions .about_block .title_block p {
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: center;
    color: #535353;
    margin-bottom: 12px;
}

.calatog_solutions .about_block .title_block h2 {
    font-weight: 600;
    font-size: 46px;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: center;
    color: #1B1B1B;
}

.calatog_solutions .about_block .title_block h2 span {
    color: #3F6C3D;
}

.calatog_solutions .about_block .cards_calatog_group {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1210px;
    margin: 0 auto;
}

.calatog_solutions .about_block .cards_calatog_group .card_calatog {
    width: 100%;
    max-width: 390px;
    background-color: #F5F5F5;
    border-radius: 6px;
    overflow: hidden;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.calatog_solutions .about_block .cards_calatog_group .card_calatog .img_group {
    position: relative;
}

.calatog_solutions .about_block .cards_calatog_group .card_calatog .img_group .img_card {
    width: 100%;
}

.calatog_solutions .about_block .cards_calatog_group .card_calatog .img_group .swiper-button-next {
    right: 10px;
    top: 50%;
    transform: translateX(-50%);
    bottom: auto;
    margin: 0;
    color: transparent;
    width: 8px;
    height: 16px;
}

.calatog_solutions .about_block .cards_calatog_group .card_calatog .img_group .swiper-button-next.swiper-button-disabled {
    opacity: 1;
}

.calatog_solutions .about_block .cards_calatog_group .card_calatog .img_group .swiper-button-prev {
    left: 10px;
    top: 50%;
    transform: translateX(-50%);
    bottom: auto;
    margin: 0;
    rotate: 180deg;
    color: transparent;
    width: 8px;
    height: 16px;
}

.calatog_solutions .about_block .cards_calatog_group .card_calatog .img_group .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.calatog_solutions .about_block .cards_calatog_group .card_calatog .img_group .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    bottom: 14px;
}

.calatog_solutions .about_block .cards_calatog_group .card_calatog .img_group .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    width: 10px;
    height: 10px;
    background-color: #FFFFFF;
    opacity: 0.5;
}

.calatog_solutions .about_block .cards_calatog_group .card_calatog .img_group .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.calatog_solutions .about_block .cards_calatog_group .card_calatog .text_group {
    padding: 10px 12px 12px 12px;
    flex: 1 0 0;
}

.calatog_solutions .about_block .cards_calatog_group .card_calatog .text_group h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #0A0A0A;
    margin-bottom: 12px;
}

.calatog_solutions .about_block .cards_calatog_group .card_calatog .text_group p {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #535353;
    margin-bottom: 13px;
}

.calatog_solutions .about_block .cards_calatog_group .card_calatog .text_group .descriptions_group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 20px;
}

.calatog_solutions .about_block .cards_calatog_group .card_calatog .text_group .descriptions_group .descriptions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.calatog_solutions .about_block .cards_calatog_group .card_calatog .text_group .descriptions_group .descriptions h4 {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #535353;
    white-space: nowrap;
}

.calatog_solutions .about_block .cards_calatog_group .card_calatog .text_group .descriptions_group .descriptions .border {
    width: 100%;
    border: 1px dashed #C5C5C5;
    display: flex;
    margin-top: auto;
}

.calatog_solutions .about_block .cards_calatog_group .card_calatog .text_group .cost {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.calatog_solutions .about_block .cards_calatog_group .card_calatog .text_group .cost h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #535353;
}

.calatog_solutions .about_block .cards_calatog_group .card_calatog .text_group .cost span {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #0A0A0A;
}

.calatog_solutions .about_block .cards_calatog_group .card_calatog .text_group a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 20px;
    border-radius: 8px;
    border: none;
}

.calatog_solutions .about_block .cards_calatog_group .card_calatog .text_group a.get_consultation {
    background-color: #288E62;
    color: #FFFFFF;
    -webkit-backdrop-filter: blur(34px);
    backdrop-filter: blur(34px);
    margin-bottom: 10px;
}

.calatog_solutions .about_block .cards_calatog_group .card_calatog .text_group a.send_astimate {
    color: #288E62;
    border: 1px solid #288E62;
    -webkit-backdrop-filter: blur(34px);
    backdrop-filter: blur(34px);
    background-color: transparent;
}

.what_included_process {
    padding-bottom: 100px;
}

.what_included_process .about_block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.what_included_process .about_block .title_block h2 {
    font-weight: 600;
    font-size: 46px;
    line-height: 110%;
    letter-spacing: 0%;
    color: #1B1B1B;
    margin-bottom: 20px;
    max-width: 666px;
}

.what_included_process .about_block .title_block h2 span {
    color: #3F6C3D;
}

.what_included_process .about_block .title_block p {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #1B1B1B;
    max-width: 685px;
}

.what_included_process .about_block .cards {
    margin: 20px auto;
    position: relative;
    width: 926px;
    height: 500px;
}

.what_included_process .about_block .cards .card {
    width: 926px;
    height: 500px;
    background-color: #EAF0E9;
    border-radius: 10px;
    border: 1px solid #729E70;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 20px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.what_included_process .about_block .cards .card h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0%;
    color: #0D500A;
    position: relative;
    z-index: 10;
}

.what_included_process .about_block .cards .card h4 {
    font-weight: 500;
    font-size: 26px;
    line-height: 110%;
    letter-spacing: 0%;
    color: #0E310C;
    max-width: 600px;
    position: relative;
    z-index: 10;
}

.what_included_process .about_block .cards .card .img_card_bg {
    position: absolute;
}

/* Stacking order - first card on top, animates away to reveal next */
.what_included_process .about_block .cards .card:nth-child(1) {
    z-index: 6;
}

.what_included_process .about_block .cards .card:nth-child(1) .img_card_bg {
    right: -137px;
    top: 19px;
}

.what_included_process .about_block .cards .card:nth-child(2) {
    z-index: 5;
}

.what_included_process .about_block .cards .card:nth-child(2) .img_card_bg {
    right: -69px;
    top: -44px;
}

.what_included_process .about_block .cards .card:nth-child(3) {
    z-index: 4;
}

.what_included_process .about_block .cards .card:nth-child(3) .img_card_bg {
    right: -48px;
    top: 48px;
}

.what_included_process .about_block .cards .card:nth-child(4) {
    z-index: 3;
}

.what_included_process .about_block .cards .card:nth-child(4) .img_card_bg {
    right: -132px;
    top: 90px;
}

.what_included_process .about_block .cards .card:nth-child(5) {
    z-index: 2;
}

.what_included_process .about_block .cards .card:nth-child(5) .img_card_bg {
    right: 0;
    top: 39px;
}

.what_included_process .about_block .cards .card:nth-child(6) {
    z-index: 1;
}

.what_included_process .about_block .cards .card:nth-child(6) .img_card_bg {
    right: -10px;
    top: 54px;
}

.get_catalog_projects {
    padding-bottom: 140px;
}

.get_catalog_projects .about_block {
    padding: 68px 42px;
    background-color: #3D6C4A;
    border-radius: 10px;
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    position: relative;
    height: 431px;
}

.get_catalog_projects .about_block h2 {
    font-weight: 600;
    font-size: 46px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    max-width: 422px;
    margin-bottom: 30px;
}

.get_catalog_projects .about_block p {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #FFFFFF;
    margin-bottom: 42px;
    max-width: 422px;
}

.get_catalog_projects .about_block a {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    padding: 20px 73.5px;
    background-color: rgba(255, 255, 255, 0.1411764706);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.631372549);
    -webkit-backdrop-filter: blur(34px);
    backdrop-filter: blur(34px);
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
}

.get_catalog_projects .about_block .img_cons {
    position: absolute;
    right: 0;
    bottom: 0;
}

.get_catalog_projects .about_block h3 {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    display: flex;
    transform: rotate(1.769deg);
    padding: 10px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 51px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px);
    max-width: 206px;
    position: absolute;
    right: 230.247px;
    top: 122px;
}

.why_choose_us {
    padding-bottom: 140px;
}

.why_choose_us .about_block h2 {
    font-weight: 600;
    font-size: 46px;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: center;
    color: #1B1B1B;
    margin-bottom: 50px;
}

.why_choose_us .about_block h2 span {
    color: #3F6C3D;
}

.why_choose_us .about_block .items_answers {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.why_choose_us .about_block .items_answers .item {
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    height: 630px;
}

.why_choose_us .about_block .items_answers .item .bg_choose {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.why_choose_us .about_block .items_answers .item .text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 570px;
    border-radius: 7px;
    background-color: rgba(27, 27, 27, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.2588235294);
    -webkit-backdrop-filter: blur(54px);
    backdrop-filter: blur(54px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    padding: 60px 40px;
}

.why_choose_us .about_block .items_answers .item .text h3 {
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.why_choose_us .about_block .items_answers .item .text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    opacity: 80%;
}

.houses_we_built {
    padding-bottom: 110px;
}

.houses_we_built .about_block h2 {
    font-weight: 600;
    font-size: 46px;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: center;
    color: #1B1B1B;
    margin-bottom: 20px;
}

.houses_we_built .about_block h2 span {
    color: #3F6C3D;
}

.houses_we_built .about_block p {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #1B1B1B;
    opacity: 70%;
    max-width: 771px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 40px;
}

.houses_we_built .about_block .items_houses_group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.houses_we_built .about_block .items_houses_group .item {
    width: 100%;
    height: 532px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.houses_we_built .about_block .items_houses_group .item img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.houses_we_built .about_block .items_houses_group .item .texts_group {
    padding: 25px 27px;
    background-color: rgba(16, 16, 16, 0.4392156863);
    width: 100%;
    max-width: 460px;
    -webkit-backdrop-filter: blur(74px);
    backdrop-filter: blur(74px);
    border-radius: 6px;
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 10;
}

.houses_we_built .about_block .items_houses_group .item .texts_group h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 21px;
}

.houses_we_built .about_block .items_houses_group .item .texts_group .descriptions_group {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 21px;
}

.houses_we_built .about_block .items_houses_group .item .texts_group .descriptions_group .desc {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.168627451);
    border-radius: 60px;
    border: 1px solid rgba(255, 255, 255, 0.7215686275);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
}

.houses_we_built .about_block .items_houses_group .item .texts_group .descriptions_group .desc p {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    margin: 0;
    opacity: 1;
}

.houses_we_built .about_block .items_houses_group .item .texts_group .texts {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 21px;
}

.houses_we_built .about_block .items_houses_group .item .texts_group .texts h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #FFFFFF;
    opacity: 80%;
}

.houses_we_built .about_block .items_houses_group .item .texts_group .texts ul {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}

.houses_we_built .about_block .items_houses_group .item .texts_group .texts ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #FFFFFF;
    opacity: 80%;
    list-style: disc;
}

.houses_we_built .about_block .items_houses_group .item .texts_group a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    padding: 20px;
    background-color: #288E62;
    border-radius: 8px;
    -webkit-backdrop-filter: blur(34px);
    backdrop-filter: blur(34px);
    border: none;
}

.houses_we_built .about_block .items_houses_group .item:nth-child(2) .texts_group {
    max-width: 545px;
    bottom: 27px;
}

.houses_we_built .about_block .items_houses_group .item:nth-child(3) .texts_group {
    max-width: 466px;
    bottom: 27px;
}

.houses_we_built .about_block .look_moore {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    border-radius: 8px;
    background: #288E62;
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
    color: #FFF;
    margin-top: 30px;
}

.houses_we_built .about_block .look_moore.mob_get {
    display: none;
    border: none;
}

.make_appointment {
    padding-bottom: 110px;
}

.make_appointment .about_block {
    width: 100%;
    max-width: 1380px;
    padding: 68px 42px;
    margin: 0 auto;
    border-radius: 10px;
    background: #3D6C4A;
    position: relative;
    overflow: hidden;
}

.make_appointment .about_block h2 {
    color: #FFF;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 30px;
    max-width: 379px;
}

.make_appointment .about_block p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    max-width: 379px;
    margin-bottom: 42px;
}

.make_appointment .about_block a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.63);
    background: rgba(255, 255, 255, 0.14);
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 10;
}

.make_appointment .about_block .bg_architect {
    position: absolute;
    right: 0;
    top: 0;
}

.make_appointment .about_block .bg_architect.mob_img {
    display: none;
}

.quiz_moving_easy {
    padding-bottom: 140px;
}

.quiz_moving_easy .about_block {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
}

.quiz_moving_easy .about_block h2 {
    font-weight: 600;
    font-size: 46px;
    line-height: 110%;
    letter-spacing: 0%;
    color: #1B1B1B;
    margin-bottom: 40px;
    max-width: 828px;
}

.quiz_moving_easy .about_block h2 span {
    color: #3F6C3D;
}

.quiz_moving_easy .about_block .quiz_group {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.quiz_moving_easy .about_block .quiz_group .quiz {
    width: 828px;
    height: 425px;
    padding: 36px 20px 20px 20px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #609F5D;
    background: #F5F5F5;
    display: flex;
    flex-direction: column;
    position: relative;
}

.quiz_moving_easy .about_block .quiz_group .quiz .progress {
    flex-direction: column;
    width: auto;
    height: auto;
    background-color: transparent;
}

.quiz_moving_easy .about_block .quiz_group .quiz .progress-text {
    margin-bottom: 20px;
    color: #41744F;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quiz_moving_easy .about_block .quiz_group .quiz .progress-bar {
    height: 10px;
    overflow: hidden;
    border-radius: 30px;
    background: #C3D7C0;
    width: 100%;
    max-width: 618px;
    margin: 0 auto;
}

.quiz_moving_easy .about_block .quiz_group .quiz .progress-fill {
    height: 100%;
    width: 20%;
    border-radius: 30px;
    background: linear-gradient(90deg, #3D6C4A 0%, #77D290 0%, #3F704D 100%);
}

.quiz_moving_easy .about_block .quiz_group .quiz .steps .step {
    display: none;
}

.quiz_moving_easy .about_block .quiz_group .quiz .steps .step.active {
    display: block;
}

.quiz_moving_easy .about_block .quiz_group .quiz .steps .step h3 {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 30px;
    margin-top: 41px;
}

.quiz_moving_easy .about_block .quiz_group .quiz .steps .step.form-step h3 {
    margin-top: 21px;
}

.quiz_moving_easy .about_block .quiz_group .quiz .steps .step.form-step input {
    display: flex;
    padding: 22px 14px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    background: #FFF;
    outline: none;
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    height: 46px;
    position: relative;
    z-index: 10;
}

.quiz_moving_easy .about_block .quiz_group .quiz .steps .step.form-step input::-moz-placeholder {
    color: #565656;
}

.quiz_moving_easy .about_block .quiz_group .quiz .steps .step.form-step input::placeholder {
    color: #565656;
}

.quiz_moving_easy .about_block .quiz_group .quiz .steps .step.form-step .submit {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    cursor: pointer;
    display: flex;
    height: 52px;
    padding: 22px 14px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
    border-radius: 6px;
    background: #288E62;
    border: none;
    margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
    z-index: 10;
}

.quiz_moving_easy .about_block .quiz_group .quiz .steps .step.form-step .check_block {
    display: flex;
    align-items: center;
    gap: 6px;
    max-width: 270px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.quiz_moving_easy .about_block .quiz_group .quiz .steps .step.form-step .check_block .check {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.quiz_moving_easy .about_block .quiz_group .quiz .steps .step.form-step .check_block .check input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.quiz_moving_easy .about_block .quiz_group .quiz .steps .step.form-step .check_block .check span {
    width: 14px;
    height: 14px;
    border-radius: 3px;
    border: 1px solid #288E62;
    background: rgba(40, 142, 98, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.quiz_moving_easy .about_block .quiz_group .quiz .steps .step.form-step .check_block .check input:checked + span {
    background: #288E62;
    border-color: #288E62;
}

.quiz_moving_easy .about_block .quiz_group .quiz .steps .step.form-step .check_block .check input:checked + span::after {
    content: "✓";
    color: #fff;
    font-size: 10px;
    line-height: 1;
}

.quiz_moving_easy .about_block .quiz_group .quiz .steps .step.form-step .check_block p {
    color: #1B1B1B;
    font-size: 11px;
    font-weight: 400;
    line-height: 130%;
}

.quiz_moving_easy .about_block .quiz_group .quiz .steps .step.step_fourth .options {
    max-width: 644px;
    margin: 0 auto;
}

.quiz_moving_easy .about_block .quiz_group .quiz .options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.quiz_moving_easy .about_block .quiz_group .quiz .options .option {
    padding: 22px 14px;
    border-radius: 40px;
    cursor: pointer;
    border-radius: 40px;
    border: 1px solid rgba(61, 108, 74, 0.28);
    background: rgba(61, 108, 74, 0.08);
    color: #314630;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    transition: 0.3s;
}

.quiz_moving_easy .about_block .quiz_group .quiz .options .option.active {
    color: #FFFFFF;
    border: 1px solid #3D6C4A;
    background: #3D6C4A;
}

.quiz_moving_easy .about_block .quiz_group .quiz .nav {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 30px;
    margin-left: auto;
    margin-top: auto;
    gap: 10px;
}

.quiz_moving_easy .about_block .quiz_group .quiz .nav button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 14px;
    cursor: pointer;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 8px;
    border: none;
}

.quiz_moving_easy .about_block .quiz_group .quiz .nav .back {
    border: 1px solid rgba(61, 108, 88, 0.44);
    background: #EAEDEC;
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
    color: #7E9E90;
}

.quiz_moving_easy .about_block .quiz_group .quiz .nav .back.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.quiz_moving_easy .about_block .quiz_group .quiz .nav .next {
    color: #fff;
    background: #288E62;
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
    color: #FFF;
}

.quiz_moving_easy .about_block .quiz_group .quiz .bg_quiz {
    position: absolute;
    left: 0;
    bottom: 0;
}

.quiz_moving_easy .about_block .quiz_group .quiz_text_block {
    width: 100%;
    max-width: 532px;
    height: 425px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.22);
    background: #FFF;
    padding: 24px 20px 20px 20px;
    position: relative;
    overflow: hidden;
}

.quiz_moving_easy .about_block .quiz_group .quiz_text_block .download {
    width: 76.739px;
    height: 81.498px;
    transform: rotate(-6.447deg);
    aspect-ratio: 76.74/81.5;
}

.quiz_moving_easy .about_block .quiz_group .quiz_text_block p {
    color: #434343;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    max-width: 401px;
    margin-top: 16px;
}

.quiz_moving_easy .about_block .quiz_group .quiz_text_block .bg_quiz_text {
    position: absolute;
    left: 0;
    bottom: 0;
}

.sip_panels {
    padding-bottom: 140px;
}

.sip_panels .about_block h2 {
    font-weight: 600;
    font-size: 46px;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: center;
    color: #1B1B1B;
    margin-bottom: 60px;
}

.sip_panels .about_block h2 span {
    color: #3F6C3D;
}

.sip_panels .about_block .cards_panels_group {
    display: flex;
    flex-wrap: wrap;
    gap: 19px;
}

.sip_panels .about_block .cards_panels_group .card_panel {
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: #3D6C4A;
    -webkit-backdrop-filter: blur(27px);
    backdrop-filter: blur(27px);
    gap: 20px;
    width: 100%;
    max-width: 430px;
    height: 300px;
}

.sip_panels .about_block .cards_panels_group .card_panel h3 {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    text-transform: uppercase;
}

.sip_panels .about_block .cards_panels_group .card_panel p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    opacity: 0.8;
}

.sip_panels .about_block .cards_panels_group .card_panel:nth-child(1) {
    background: #5B916A;
}

.sip_panels .about_block .cards_panels_group .card_panel:nth-child(4) {
    background: #5B916A;
}

.experience_our_clients {
    padding-bottom: 140px;
}

.experience_our_clients .about_block h2 {
    font-weight: 600;
    font-size: 46px;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: center;
    color: #1B1B1B;
    margin-bottom: 24px;
}

.experience_our_clients .about_block h2 span {
    color: #3F6C3D;
}

.experience_our_clients .about_block h3 {
    color: #1B1B1B;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    max-width: 628px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.experience_our_clients .about_block .slides_experience {
    position: relative;
}

.experience_our_clients .about_block .slides_experience .experiences {
    padding: 18px 16px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #F5F5F5;
    height: 570px;
}

.experience_our_clients .about_block .slides_experience .experiences .title_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 20px;
}

.experience_our_clients .about_block .slides_experience .experiences .title_block h4 {
    color: #1B1B1B;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    max-width: 384px;
}

.experience_our_clients .about_block .slides_experience .experiences .texts_slide {
    display: flex;
    flex-direction: column;
    gap: 19px;
}

.experience_our_clients .about_block .slides_experience .experiences .texts_slide .texts h5 {
    color: #1B1B1B;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 7px;
}

.experience_our_clients .about_block .slides_experience .experiences .texts_slide .texts p {
    color: #1B1B1B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    opacity: 0.7;
}

.experience_our_clients .about_block .slides_experience .experiences .texts_slide .texts h6 {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #1B1B1B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    opacity: 0.7;
    margin-top: 14px;
}

.experience_our_clients .about_block .slides_experience .swiper-button-next {
    right: -68px;
    margin: 0;
}

.experience_our_clients .about_block .slides_experience .swiper-button-next.swiper-button-disabled {
    opacity: 1;
}

.experience_our_clients .about_block .slides_experience .swiper-button-prev {
    left: -68px;
    margin: 0;
    rotate: 180deg;
}

.experience_our_clients .about_block .slides_experience .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.experience_our_clients .about_block .slides_experience .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    position: static;
    margin-top: 22px;
    display: none;
}

.experience_our_clients .about_block .slides_experience .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #288E62;
    opacity: 0.5;
}

.experience_our_clients .about_block .slides_experience .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.our_team {
    padding-bottom: 140px;
}

.our_team .about_block h2 {
    font-weight: 600;
    font-size: 46px;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: center;
    color: #1B1B1B;
    margin-bottom: 40px;
}

.our_team .about_block h2 span {
    color: #3F6C3D;
}

.our_team .about_block .slides_team {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 6px;
}

.our_team .about_block .slides_team .team {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.our_team .about_block .slides_team .team img {
    width: 100%;
    margin-bottom: -4px;
}

.our_team .about_block .slides_team .team .text_slide {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background: #F5F5F5;
    position: relative;
    z-index: 10;
}

.our_team .about_block .slides_team .team .text_slide h3 {
    color: #1B1B1B;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.our_team .about_block .slides_team .team .text_slide p {
    color: #1B1B1B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.our_team .about_block .slides_team .swiper-button-next {
    right: -68px;
    margin: 0;
}

.our_team .about_block .slides_team .swiper-button-next.swiper-button-disabled {
    opacity: 1;
}

.our_team .about_block .slides_team .swiper-button-prev {
    left: -68px;
    margin: 0;
    rotate: 180deg;
}

.our_team .about_block .slides_team .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.our_team .about_block .slides_team .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    position: static;
    margin-top: 22px;
    display: none;
}

.our_team .about_block .slides_team .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #288E62;
    opacity: 0.5;
}

.our_team .about_block .slides_team .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.get_selection_form .about_block {
    padding: 50px 0;
    margin-bottom: 8px;
    background-image: url(../image/bg_form.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.get_selection_form .about_block h2 {
    color: #FFF;
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 24px;
}

.get_selection_form .about_block .title_text {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 337px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.get_selection_form .about_block form input {
    display: flex;
    padding: 22px 14px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    background: #FFF;
    outline: none;
    width: 100%;
    max-width: 308px;
    margin: 0 auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    height: 46px;
    position: relative;
    z-index: 10;
}

.get_selection_form .about_block form input::-moz-placeholder {
    color: #565656;
}

.get_selection_form .about_block form input::placeholder {
    color: #565656;
}

.get_selection_form .about_block form .submit {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    display: flex;
    height: 52px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    width: 100%;
    max-width: 308px;
    margin: 0 auto;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.63);
    background: rgba(255, 255, 255, 0.14);
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
    margin-top: 15px;
    margin-bottom: 14px;
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.get_selection_form .about_block form .check_block {
    display: flex;
    align-items: center;
    gap: 4px;
    max-width: 270px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.get_selection_form .about_block form .check_block .check {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.get_selection_form .about_block form .check_block .check input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.get_selection_form .about_block form .check_block .check span {
    width: 14px;
    height: 14px;
    border-radius: 3px;
    border: 1px solid #FFF;
    background: rgba(40, 142, 98, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.get_selection_form .about_block form .check_block .check input:checked + span::after {
    content: "✓";
    color: #fff;
    font-size: 10px;
    line-height: 1;
}

.get_selection_form .about_block form .check_block p {
    color: #FFF;
    font-size: 11px;
    font-weight: 400;
    line-height: 130%;
}

.get_selection_form .about_block .img_form {
    position: absolute;
}

.get_selection_form .about_block .img_form.img_form_first {
    border-radius: 6px;
    left: 128px;
    bottom: -14px;
    z-index: 4;
    rotate: 3deg;
}

.get_selection_form .about_block .img_form.img_form_second {
    border-radius: 6px;
    left: 39px;
    bottom: -108px;
    z-index: 1;
    rotate: -6deg;
}

.get_selection_form .about_block .img_form.img_form_third {
    border-radius: 6px;
    right: 192px;
    bottom: -34px;
    z-index: 4;
    rotate: 1deg;
}

.get_selection_form .about_block .img_form.img_form_fourth {
    border-radius: 6px;
    right: 120px;
    bottom: -4px;
    z-index: 1;
    rotate: 5deg;
}

footer .about_block {
    padding: 25px 22px;
    border-radius: 10px;
    background: #3D6C4A;
}

footer .about_block .top_group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 34px;
}

footer .about_block .top_group .logo img {
    width: 180px;
    height: auto;
}

footer .about_block .top_group .tel_number {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

footer .about_block .bottom_group {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

footer .about_block .bottom_group .menu {
    width: 100%;
    max-width: 335px;
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

footer .about_block .bottom_group .menu ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

footer .about_block .bottom_group .menu ul li {
    display: contents;
}

footer .about_block .bottom_group .menu ul li a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

footer .about_block .bottom_group .mini_texts {
    display: flex;
    align-items: end;
    flex-direction: column;
    gap: 9px;
}

footer .about_block .bottom_group .mini_texts span {
    display: flex;
    color: #FFF;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

footer .about_block .bottom_group .mini_texts a {
    color: #FFF;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
}

footer .about_block .bottom_group .mini_texts a.mbk_badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
    padding: 4px 6px 4px 10px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
    color: #FFF;
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
    opacity: 0.8;
    transition: background 0.2s ease, opacity 0.2s ease;
}

footer .about_block .bottom_group .mini_texts a.mbk_badge:hover {
    background: rgba(255, 255, 255, 0.16);
    opacity: 1;
}

footer .about_block .bottom_group .mini_texts a.mbk_badge .mbk_badge_label {
    display: inline-flex;
    align-items: center;
    padding: 3px 6px;
    border-radius: 4px;
    background: #FFCC00;
    color: #1F1F1F;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.modals .modal_get_consultation .modal-dialog {
    max-width: 810px !important;
}

.modals .modal_get_estimate .modal-dialog {
    max-width: 590px !important;
}

.modals .modal-content {
    border: 1px solid #DEDEDE;
    border-radius: 10px;
    overflow: hidden;
}

.modals .modal-body {
    padding: 0;
    background-color: #F5F5F5;
}

.modals .btn-close {
    position: absolute;
    padding: 12px;
    background-color: #E6E6E6;
    border: 1px solid #C2C2C2;
    -webkit-backdrop-filter: blur(54px);
    backdrop-filter: blur(54px);
    right: 12px;
    top: 12px;
    font-size: 16px;
    color: #7C8984;
    z-index: 20;
    opacity: 1;
}

.modals .btn-close:hover {
    opacity: 1;
}

.modals .body_modal_form {
    padding: 60px 50px 50px 70px;
}

.modals .body_modal_form h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: center;
    color: #1B1B1B;
    margin-bottom: 18px;
}

.modals .body_modal_form h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #535353;
    max-width: 629px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.modals .body_modal_form form {
    width: 100%;
    max-width: 317px;
    margin: 0 auto;
}

.modals .body_modal_form form .options {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 15px;
}

.modals .body_modal_form form .options .option {
    padding: 11px 8px;
    border-radius: 40px;
    cursor: pointer;
    border: 1px solid rgba(40, 142, 98, 0.4392156863);
    background-color: #E1EDE8;
    color: #288E62;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: -moz-fit-content;
    width: fit-content;
    transition: 0.3s;
}

.modals .body_modal_form form .options .option input {
    display: none;
}

.modals .body_modal_form form .options .option svg path {
    transition: 0.3s;
}

.modals .body_modal_form form .options .option:has(input:checked) {
    color: #FFFFFF;
    border: 1px solid #288E62;
    background-color: #288E62;
}

.modals .body_modal_form form .options .option:has(input:checked) svg path {
    fill: #FFFFFF;
}

.modals .body_modal_form form .options .option:nth-child(2):has(input:checked) svg g path:nth-child(1) {
    fill: #288E62;
}

.modals .body_modal_form form .options .option:nth-child(2):has(input:checked) svg g path:nth-child(2) {
    fill: #FFFFFF;
}

.modals .body_modal_form form .options .option:nth-child(2):has(input:checked) svg g path:nth-child(3) {
    fill: #288E62;
}

.modals .body_modal_form form input {
    outline: none;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.0901960784);
    background-color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #0A0A0A;
    padding: 15px 14px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.modals .body_modal_form form input::-moz-placeholder {
    color: #565656;
}

.modals .body_modal_form form input::placeholder {
    color: #565656;
}

.modals .body_modal_form form button {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    cursor: pointer;
    display: flex;
    height: 52px;
    padding: 20px 14px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    border-radius: 6px;
    background: #288E62;
    -webkit-backdrop-filter: blur(34px);
    backdrop-filter: blur(34px);
    border: none;
    position: relative;
    z-index: 10;
    color: #FFFFFF;
    margin-bottom: 14px;
}

.modals .body_modal_form form .check_block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.modals .body_modal_form form .check_block .check {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.modals .body_modal_form form .check_block .check input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.modals .body_modal_form form .check_block .check span {
    width: 14px;
    height: 14px;
    border-radius: 3px;
    border: 1px solid #6B6B6B;
    background: rgba(40, 142, 98, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.modals .body_modal_form form .check_block .check input:checked + span {
    background: transparent;
    border-color: #6B6B6B;
}

.modals .body_modal_form form .check_block .check input:checked + span::after {
    content: "✓";
    color: #6B6B6B;
    font-size: 10px;
    line-height: 1;
}

.modals .body_modal_form form .check_block p {
    color: #6B6B6B;
    font-size: 11px;
    font-weight: 400;
    line-height: 130%;
}

.modals .body_modal_form.get_catalog_modal {
    padding: 50px 50px 50px 59px;
}

.modals .body_modal_form.get_catalog_modal h3 {
    max-width: 543px;
}

.modals .body_modal_form.get_estimate_body {
    padding: 50px 50px 58px 50px;
}

.modals .body_modal_form.get_estimate_body h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 110%;
    letter-spacing: 0%;
    max-width: 310px;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: left;
}

.modals .body_modal_form.get_estimate_body form {
    max-width: 310px;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.calatog_solutions .about_block .cards_calatog_group .card_calatog .img_group {
    height: auto !important;
}

.calatog_solutions .about_block .cards_calatog_group .card_calatog .img_group .img_home {
    display: block;
    aspect-ratio: 16/9;
    overflow: hidden;
    height: unset !important;
}

.calatog_solutions .about_block .cards_calatog_group .card_calatog .img_group .img_home img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.calatog_solutions .about_block .cards_calatog_group .card_calatog .img_group .img_home.contain img {
    object-fit: contain;
    background: #FFFFFF;
}

@media (max-width: 1820px) {
    .home_header_block .home .about_block {
        padding-top: 437px;
    }

    .home_header_block .home .about_block h1 {
        font-size: 64px;
        font-style: normal;
        font-weight: 600;
        line-height: 92.912%;
    }

    .rec_block .rec_texts p {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
    }

    .rec_block .rec_texts {
        gap: 22px;
        padding: 26px 0;
    }

    .calatog_solutions {
        padding: 70px 0 134px 0;
    }

    .what_included_process .about_block .cards .card {
        width: 599px;
        height: 351px;
        padding: 20px;
    }

    .what_included_process .about_block .cards {
        width: 599px;
        height: 351px;
    }

    .what_included_process .about_block .cards .card:nth-child(6) .img_card_bg {
        width: 534.009px;
        height: 237.316px;
        right: -117.009px;
        top: 35px;
    }

    .what_included_process .about_block .cards .card h4 {
        color: #0E310C;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
    }

    .what_included_process .about_block .cards .card h3 {
        color: #0D500A;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%;
    }

    .what_included_process .about_block .cards .card:nth-child(5) .img_card_bg {
        width: 233.896px;
        height: 264.892px;
        right: -7.95px;
        top: 29px;
    }

    .what_included_process .about_block .cards .card:nth-child(4) .img_card_bg {
        width: 600px;
        height: 294px;
        right: -191px;
        top: 26px;
    }

    .what_included_process .about_block .cards .card:nth-child(3) .img_card_bg {
        width: 722.42px;
        height: 190px;
        right: -98.42px;
        top: 80px;
    }

    .what_included_process .about_block .cards .card:nth-child(2) .img_card_bg {
        width: 340.219px;
        height: 228px;
        right: -8.22px;
        top: 56px;
    }

    .what_included_process .about_block .cards .card:nth-child(1) .img_card_bg {
        width: 319.456px;
        height: 220.177px;
        right: -56.456px;
        top: 60px;
    }

    .what_included_process {
        padding-bottom: 100px;
    }

    .get_catalog_projects {
        padding-bottom: 110px;
    }

    .why_choose_us .about_block .items_answers .item .text p {
        color: #FFF;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    .why_choose_us .about_block .items_answers .item .text h3 {
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 110%;
        text-transform: uppercase;
    }

    .why_choose_us {
        padding-bottom: 110px;
    }

    .quiz_moving_easy {
        padding-bottom: 110px;
    }

    .sip_panels .about_block .cards_panels_group {
        justify-content: center;
    }

    .sip_panels .about_block .cards_panels_group .card_panel {
        max-width: 680px;
    }

    .sip_panels .about_block .cards_panels_group .card_panel h3 {
        margin-top: 10px;
    }

    .sip_panels .about_block .cards_panels_group .card_panel h3 br {
        display: none;
    }

    .sip_panels .about_block .cards_panels_group .card_panel:nth-child(1) p {
        max-width: 418px;
    }

    .sip_panels .about_block .cards_panels_group .card_panel:nth-child(2) p {
        max-width: 418px;
    }

    .sip_panels {
        padding-bottom: 110px;
    }

    .experience_our_clients .about_block .slides_experience {
        max-width: 1320px;
        margin: 0 auto;
    }

    .experience_our_clients .about_block .slides_experience .swiper-button-next {
        width: 27px;
        height: 27px;
        right: -56px;
    }

    .experience_our_clients .about_block .slides_experience .swiper-button-next svg {
        width: 27px;
        height: 27px;
    }

    .experience_our_clients .about_block .slides_experience .swiper-button-prev {
        width: 27px;
        height: 27px;
        left: -56px;
    }

    .experience_our_clients .about_block .slides_experience .swiper-button-prev svg {
        width: 27px;
        height: 27px;
    }

    .experience_our_clients .about_block .slides_experience .experiences {
        height: 500px;
    }

    .experience_our_clients {
        padding-bottom: 110px;
    }

    .our_team .about_block .slides_team {
        max-width: 1045px;
    }

    .our_team {
        padding-bottom: 110px;
    }

    .our_team .about_block .slides_team .swiper-button-next {
        width: 27px;
        height: 27px;
        right: -50px;
    }

    .our_team .about_block .slides_team .swiper-button-next svg {
        width: 27px;
        height: 27px;
    }

    .our_team .about_block .slides_team .swiper-button-prev {
        width: 27px;
        height: 27px;
        left: -50px;
    }

    .our_team .about_block .slides_team .swiper-button-prev svg {
        width: 27px;
        height: 27px;
    }

    .get_selection_form .about_block .img_form.img_form_third {
        right: 142px;
        width: 343px;
    }

    .get_selection_form .about_block .img_form.img_form_fourth {
        width: 350px;
        right: 73px;
    }

    .get_selection_form .about_block .img_form.img_form_first {
        left: 105px;
        width: 340px;
    }

    .get_selection_form .about_block .img_form.img_form_second {
        left: 39px;
        width: 400px;
    }
}

@media (max-width: 1439px) {
    .home_header_block header .about_block .logo img {
        width: 130px;
        height: auto;
    }

    .home_header_block header .about_block .logo {
        display: contents;
    }

    .home_header_block header .about_block .right_menu_group .menu ul {
        padding: 16px 12px;
    }

    .home_header_block header .about_block .right_menu_group .menu ul li a {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        letter-spacing: 0%;
    }

    .home_header_block header .about_block .right_menu_group .contacts .number_tel {
        padding: 16px 12px;
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }

    .home_header_block header .about_block .right_menu_group .contacts .tg {
        padding: 16px;
    }

    .home_header_block header .about_block .right_menu_group .contacts .tg img {
        width: 20px;
        height: 20px;
    }

    .home_header_block .home .about_block .lv_camera {
        padding: 10px;
        gap: 4px;
        color: #FFF;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        right: 250px;
        top: 129px;
    }

    .home_header_block .home .about_block .lv_camera img {
        width: 16px;
        height: 16px;
    }

    .home_header_block .home .about_block {
        padding-top: 335px;
    }

    .home_header_block .home .about_block h1 {
        color: #FFF;
        font-size: 48px;
        font-weight: 600;
        line-height: 90%;
    }

    .home_header_block .home .about_block p {
        color: #FFF;
        font-size: 14px;
        font-weight: 400;
        line-height: 140%;
        max-width: 417px;
    }

    .rec_block .rec_texts {
        padding: 16px 0;
    }

    .rec_block .rec_texts p {
        gap: 4px;
        color: #FFF;
        font-size: 14px;
        font-weight: 500;
        line-height: 100%;
        text-transform: uppercase;
    }

    .rec_block .rec_texts p img {
        width: 16px;
        height: 16px;
    }

    .calatog_solutions {
        padding: 40px 0 80px 0;
    }

    .calatog_solutions .about_block .title_block h3 {
        padding: 10px;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        margin-bottom: 10px;
    }

    .calatog_solutions .about_block .title_block p {
        color: #535353;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%;
    }

    .calatog_solutions .about_block .title_block h2 {
        text-align: center;
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 110%;
    }

    .calatog_solutions .about_block .cards_calatog_group .card_calatog {
        max-width: 300px;
    }

    .calatog_solutions .about_block .cards_calatog_group .card_calatog:nth-child(1) .text_group .cost {
        margin-bottom: 38px;
    }

    .calatog_solutions .about_block .cards_calatog_group .card_calatog:nth-child(2) .text_group .cost {
        margin-bottom: 38px;
    }

    .calatog_solutions .about_block .cards_calatog_group .card_calatog:nth-child(4) .text_group .cost {
        margin-bottom: 38px;
    }

    .calatog_solutions .about_block .cards_calatog_group .card_calatog:nth-child(6) .text_group .cost {
        margin-bottom: 38px;
    }

    .calatog_solutions .about_block .cards_calatog_group {
        justify-content: center;
    }

    .calatog_solutions .about_block .cards_calatog_group .card_calatog .img_group {
        height: 240px;
    }

    .calatog_solutions .about_block .cards_calatog_group .card_calatog .img_group .img_home {
        height: 240px;
    }

    .calatog_solutions .about_block .cards_calatog_group .card_calatog .img_group .img_home img {
        height: 100%;
    }

    .calatog_solutions .about_block .cards_calatog_group {
        gap: 15px;
    }

    .calatog_solutions .about_block .cards_calatog_group .card_calatog .text_group {
        padding: 12px 12px 10px 12px;
    }

    .calatog_solutions .about_block .cards_calatog_group .card_calatog .text_group a.send_astimate {
        padding: 20px 9.5px;
    }

    .what_included_process .about_block .title_block h2 {
        color: #1B1B1B;
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 110%;
        max-width: 499px;
    }

    .what_included_process .about_block .title_block p {
        color: #1B1B1B;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        max-width: 499px;
    }

    .what_included_process .about_block .cards .card {
        width: 430px;
        height: 230px !important;
        padding: 12px;
    }

    .what_included_process .about_block .cards {
        width: 430px;
        height: 230px;
    }

    .what_included_process .about_block .cards .card:nth-child(6) .img_card_bg {
        width: 353.281px;
        height: 157px;
        right: -18.281px;
        top: 24px;
    }

    .what_included_process .about_block .cards .card h4 {
        color: #0E310C;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
    }

    .what_included_process .about_block .cards .card h3 {
        color: #0D500A;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    .what_included_process .about_block .cards .card:nth-child(5) .img_card_bg {
        width: 202.6px;
        height: 229.449px;
        right: -75.6px;
        top: 28px;
    }

    .what_included_process .about_block .cards .card:nth-child(5) h4 {
        max-width: 320px;
    }

    .what_included_process .about_block .cards .card:nth-child(4) .img_card_bg {
        width: 420px;
        height: 206px;
        right: -224px;
        top: 0;
    }

    .what_included_process .about_block .cards .card:nth-child(4) h4 {
        max-width: 273px;
    }

    .what_included_process .about_block .cards .card:nth-child(3) .img_card_bg {
        width: 446.421px;
        height: 117.411px;
        right: -8.421px;
        top: 37px;
    }

    .what_included_process .about_block .cards .card:nth-child(2) .img_card_bg {
        width: 249.196px;
        height: 167px;
        right: -82.2px;
        top: 15px;
    }

    .what_included_process .about_block .cards .card:nth-child(2) h4 {
        max-width: 273px;
    }

    .what_included_process .about_block .cards .card:nth-child(1) .img_card_bg {
        width: 207.48px;
        height: 143px;
        right: -62.48px;
        top: 49px;
    }

    .what_included_process .about_block .cards .card:nth-child(1) h4 {
        max-width: 273px;
    }

    .what_included_process {
        padding-bottom: 80px;
    }

    .get_catalog_projects .about_block .img_cons {
        width: 503.759px;
        height: 387px;
    }

    .get_catalog_projects .about_block h2 {
        color: #FFF;
        font-size: 36px;
        font-weight: 600;
        line-height: 100%;
        margin-bottom: 20px;
    }

    .get_catalog_projects .about_block {
        height: 338px;
        padding: 50px 42px;
    }

    .get_catalog_projects .about_block p {
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    .get_catalog_projects .about_block h3 {
        color: #FFF;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%;
        padding: 10px 18px;
        right: 42.36px;
        top: 121px;
    }

    .get_catalog_projects {
        padding-bottom: 90px;
    }

    .why_choose_us .about_block h2 {
        color: #1B1B1B;
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 110%;
        margin-bottom: 40px;
    }

    .why_choose_us .about_block .items_answers .item {
        height: 480px;
    }

    .why_choose_us .about_block .items_answers .item .text h3 {
        text-align: center;
        font-size: 22px;
        font-weight: 600;
        line-height: 110%;
    }

    .why_choose_us .about_block .items_answers .item .text {
        max-width: 600px;
    }

    .why_choose_us .about_block .items_answers {
        gap: 12px;
    }

    .why_choose_us {
        padding-bottom: 90px;
    }

    .houses_we_built .about_block h2 {
        font-size: 36px;
        font-weight: 600;
        line-height: 110%;
        margin-bottom: 16px;
    }

    .houses_we_built .about_block p {
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        line-height: 130%;
        max-width: 660px;
        margin-bottom: 30px;
    }

    .houses_we_built .about_block .items_houses_group .item {
        height: 420px;
    }

    .houses_we_built .about_block .items_houses_group .item:nth-child(2) {
        height: 466px;
    }

    .houses_we_built .about_block .items_houses_group {
        gap: 12px;
    }

    .houses_we_built .about_block .items_houses_group .item .texts_group {
        max-width: 420px;
        padding: 20px;
        left: 20px;
        bottom: 20px !important;
    }

    .houses_we_built .about_block .items_houses_group .item .texts_group h3 {
        font-size: 22px;
        font-weight: 600;
        line-height: 120%;
        text-transform: uppercase;
    }

    .houses_we_built .about_block .items_houses_group .item .texts_group .descriptions_group .desc p {
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
    }

    .houses_we_built .about_block .items_houses_group .item .texts_group .descriptions_group {
        gap: 10px;
    }

    .houses_we_built .about_block .items_houses_group .item:nth-child(2) .texts_group {
        max-width: 584px;
        bottom: 20px;
        left: 20px;
    }

    .houses_we_built .about_block .look_moore {
        margin-top: 20px;
        color: #FFF;
        font-size: 20px;
        font-weight: 600;
        line-height: normal;
    }

    .houses_we_built {
        padding-bottom: 90px;
    }

    .make_appointment .about_block .bg_architect {
        width: 1056px;
        height: 100%;
        right: -188px;
        top: 0px;
    }

    .make_appointment .about_block {
        padding: 50px 42px;
    }

    .make_appointment .about_block h2 {
        color: #FFF;
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%;
        margin-bottom: 20px;
    }

    .make_appointment .about_block p {
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    .make_appointment {
        padding-bottom: 90px;
    }

    .quiz_moving_easy .about_block h2 {
        color: #1B1B1B;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 110%;
        max-width: 565px;
    }

    .quiz_moving_easy .about_block .quiz_group .quiz_text_block .bg_quiz_text {
        display: none;
    }

    .quiz_moving_easy .about_block .quiz_group .quiz_text_block {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .quiz_moving_easy .about_block .quiz_group .quiz_text_block .download {
        width: 55.507px;
        height: 58.949px;
    }

    .quiz_moving_easy .about_block .quiz_group .quiz_text_block p {
        margin: 0;
        color: #434343;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        max-width: 253px;
    }

    .quiz_moving_easy .about_block .quiz_group .quiz_text_block {
        height: auto;
        max-width: -moz-fit-content;
        max-width: fit-content;
        width: auto;
        padding: 0;
        border: none;
        position: absolute;
        right: 0;
        top: 68px;
    }

    .quiz_moving_easy .about_block {
        position: relative;
    }

    .quiz_moving_easy .about_block .quiz_group .quiz {
        width: 100%;
    }

    .quiz_moving_easy .about_block .quiz_group .quiz .options {
        max-width: 800px;
        margin: 0 auto;
    }

    .quiz_moving_easy {
        padding-bottom: 90px;
    }

    .sip_panels .about_block h2 {
        color: #1B1B1B;
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 110%;
        margin-bottom: 40px;
    }

    .sip_panels .about_block .cards_panels_group .card_panel {
        max-width: 455px;
        padding: 20px 40px;
    }

    .sip_panels {
        padding-bottom: 90px;
    }

    .experience_our_clients .about_block h2 {
        text-align: center;
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 110%;
    }

    .experience_our_clients .about_block h3 {
        max-width: 528px;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    .experience_our_clients .about_block .slides_experience .experiences {
        padding: 12px 16px;
        height: 530px;
    }

    .experience_our_clients .about_block .slides_experience .experiences .title_block h4 {
        color: #1B1B1B;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
    }

    .experience_our_clients .about_block .slides_experience .experiences .title_block {
        padding-bottom: 18px;
    }

    .experience_our_clients .about_block .slides_experience .experiences .texts_slide .texts h5 {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
    }

    .experience_our_clients .about_block .slides_experience .experiences .texts_slide .texts p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    .experience_our_clients {
        padding-bottom: 90px;
    }

    .our_team .about_block .slides_team {
        max-width: 810px;
    }

    .our_team .about_block .slides_team .team .text_slide {
        padding: 12px;
    }

    .our_team .about_block .slides_team .team .text_slide p {
        color: #1B1B1B;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
    }

    .our_team {
        padding-bottom: 90px;
    }

    .get_selection_form .about_block .img_form.img_form_third {
        right: -132px;
    }

    .get_selection_form .about_block .img_form.img_form_fourth {
        right: -212px;
    }

    .get_selection_form .about_block .img_form.img_form_first {
        left: 9px;
        width: 284px;
        bottom: -10px;
    }

    .get_selection_form .about_block .img_form.img_form_second {
        left: -135px;
        bottom: -153px;
    }

    footer .about_block .top_group .logo img {
        width: 163px;
    }

    footer .about_block .bottom_group .mini_texts span {
        opacity: 0.6;
    }

    footer .about_block .bottom_group .mini_texts a {
        opacity: 0.6;
    }
}

@media (max-width: 989px) {
    .home_header_block header .about_block {
        position: relative;
        flex-wrap: wrap;
    }

    .left_menu_group p {
        display: none;
    }

    .home_header_block header .about_block .right_menu_group {
        gap: 0;
    }

    .home_header_block header .about_block .hamburger-menu {
        display: block;
        width: 40px;
        height: 40px;
    }

    #menu__toggle:checked + .menu__btn {
        position: fixed;
        top: 13px;
        right: 15px;
        width: 40px;
        height: 40px;
        border-radius: 6px;
        border: 1px solid rgba(200, 200, 200, 0.35);
        background: rgba(48, 48, 48, 0.32);
        -webkit-backdrop-filter: blur(27px);
        backdrop-filter: blur(27px);
    }

    #menu__toggle:checked + .menu__btn > span {
        width: 15px;
        top: 20px;
        left: 14px;
    }

    #menu__toggle {
        opacity: 0;
    }

    #menu__toggle:checked + .menu__btn > span {
        transform: rotate(45deg);
    }

    #menu__toggle:checked + .menu__btn > span::before {
        top: 0;
        transform: rotate(0deg);
    }

    #menu__toggle:checked + .menu__btn > span::after {
        top: 0;
        transform: rotate(90deg);
    }

    #menu__toggle:checked ~ .menu__box {
        opacity: 1;
        visibility: visible;
    }

    .menu__btn {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        cursor: pointer;
        z-index: 200;
        padding: 16px;
        border-radius: 6px;
        border: 1px solid rgba(200, 200, 200, 0.35);
        background: rgba(48, 48, 48, 0.32);
        -webkit-backdrop-filter: blur(27px);
        backdrop-filter: blur(27px);
    }

    .menu__btn > span {
        left: 15px;
    }

    .menu__btn > span,
    .menu__btn > span::before,
    .menu__btn > span::after {
        display: block;
        position: absolute;
        width: 15px;
        height: 2px;
        background-color: #FFFFFF;
        transition-duration: 0.25s;
        top: 18px;
    }

    .menu__btn > span::before {
        content: "";
        top: -6px;
        width: 20px;
        left: -5px;
    }

    .menu__btn > span::after {
        content: "";
        top: 6px;
        width: 20px;
        left: -5px;
    }

    .menu__box {
        position: fixed;
        top: 60px;
        right: 15px;
        width: -moz-fit-content;
        width: fit-content;
        min-width: 176px;
        height: -moz-fit-content;
        height: fit-content;
        margin: 0;
        z-index: 100;
        padding: 16px 12px;
        transition: opacity 0.25s, visibility 0.25s;
        opacity: 0;
        visibility: hidden;
        border-radius: 6px;
        border: 1px solid rgba(200, 200, 200, 0.35);
        background: rgba(48, 48, 48, 0.32);
        -webkit-backdrop-filter: blur(27px);
        backdrop-filter: blur(27px);
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .menu__box li {
        display: contents;
    }

    .menu__box li a {
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        border: none;
        background-color: transparent;
        padding: 0;
    }

    .menu__box li a:hover {
        border: none;
        background-color: transparent;
    }

    .home_header_block header .about_block .right_menu_group .menu ul {
        display: none;
    }

    .home_header_block header .about_block .right_menu_group .contacts .number_tel {
        padding: 10px 12px;
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }

    .home_header_block header .about_block .right_menu_group .contacts .tg {
        padding: 10px;
    }

    .home_header_block header .about_block .right_menu_group .contacts .tg img {
        width: 20px;
        height: 20px;
    }

    .home_header_block header .about_block .logo img {
        width: 93px;
        height: 40px;
    }

    .home_header_block {
        padding: 12px 0 20px 0;
        background-image: url(../image/img_home1.png);
    }

    .home_header_block .home .about_block {
        padding-top: 269px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .home_header_block .home .about_block h1 {
        color: #FFF;
        font-size: 34px;
        font-style: normal;
        font-weight: 600;
        line-height: 80%;
    }

    .home_header_block .home .about_block .lv_camera {
        width: -moz-max-content;
        width: max-content;
        padding: 10px;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        right: 36.6px;
        top: 92px;
    }

    .home_header_block .home .about_block .lv_camera img {
        width: 14px;
        height: 14px;
    }

    .rec_block .rec_texts {
        gap: 10px;
    }

    .calatog_solutions {
        padding: 40px 0 60px 0;
    }

    .calatog_solutions .about_block .title_block h2 {
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 110%;
    }

    .calatog_solutions .about_block .title_block h2 br {
        display: none;
    }

    .calatog_solutions .about_block .title_block {
        margin-bottom: 30px;
    }

    .calatog_solutions .about_block .cards_calatog_group .card_calatog {
        max-width: 345px;
    }

    .calatog_solutions .about_block .cards_calatog_group {
        gap: 20px;
    }

    .what_included_process .about_block .cards .card {
        position: relative;
    }

    .what_included_process .about_block {
        flex-direction: column;
        gap: 20px;
    }

    .what_included_process .about_block .title_block h2 {
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 110%;
    }

    .what_included_process .about_block .cards {
        margin: 0;
    }

    .what_included_process .about_block .cards {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column-reverse;
        gap: 16px;
    }

    .what_included_process .about_block .cards .card {
        position: relative !important;
        width: 100% !important;
        max-width: 450px;
        height: auto !important;
        min-height: 200px;
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
        opacity: 1 !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 12px !important;
    }

    .what_included_process .about_block .cards .card h3 {
        order: 1;
    }

    .what_included_process .about_block .cards .card .img_card_bg {
        position: absolute !important;
        width: auto !important;
        height: auto !important;
        max-width: 60%;
        max-height: 140px;
        object-fit: contain;
        right: 0 !important;
        top: 50% !important;
        transform: translateY(-50%);
        left: auto !important;
        bottom: auto !important;
    }

    .what_included_process .about_block .cards .card h4 {
        order: 2;
        margin-top: auto;
        max-width: 100%;
    }

    .what_included_process .about_block .cards .card:nth-child(6) .img_card_bg {
        right: -100px !important;
        max-width: 70% !important;
        top: 50% !important;
        transform: translateY(-50%);
    }

    .what_included_process .about_block .cards .card:nth-child(5) .img_card_bg {
        right: -80px !important;
        max-width: 65% !important;
        top: 50% !important;
        transform: translateY(-50%);
    }

    .what_included_process .about_block .cards .card:nth-child(4) .img_card_bg {
        position: absolute !important;
        width: auto !important;
        height: 55% !important;
        max-width: none !important;
        max-height: none !important;
        right: 0px !important;
        top: 42% !important;
        left: auto !important;
        bottom: auto !important;
        transform: translateY(-50%) !important;
        object-fit: contain !important;
    }

    .what_included_process {
        padding-bottom: 60px;
    }

    .get_catalog_projects .about_block .img_cons {
        width: 344.241px;
        height: 264.454px;
    }

    .get_catalog_projects .about_block {
        height: 511px;
        padding: 20px 16px;
    }

    .get_catalog_projects .about_block h2 {
        font-size: 30px;
        font-weight: 600;
        line-height: 100%;
    }

    .get_catalog_projects .about_block p {
        font-size: 16px;
        font-weight: 400;
        line-height: 130%;
        margin-bottom: 24px;
    }

    .get_catalog_projects .about_block a {
        padding: 15px 73.5px;
        font-size: 18px;
        font-weight: 600;
        line-height: normal;
    }

    .get_catalog_projects .about_block h3 {
        padding: 10px 14px;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%;
        right: 91.076px;
        bottom: 113.085px;
        top: auto;
    }

    .get_catalog_projects {
        padding-bottom: 60px;
    }

    .why_choose_us .about_block h2 {
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 110%;
        margin-bottom: 30px;
    }

    .why_choose_us .about_block .items_answers .item {
        height: 300px;
    }

    .why_choose_us .about_block .items_answers .item .text {
        padding: 22px 12px;
        max-width: 321px;
    }

    .why_choose_us .about_block .items_answers .item .bg_choose {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .why_choose_us {
        padding-bottom: 60px;
    }

    .houses_we_built .about_block h2 {
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 110%;
    }

    .houses_we_built .about_block .items_houses_group .item {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .houses_we_built .about_block .items_houses_group .item img {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .houses_we_built .about_block .items_houses_group .item .texts_group {
        position: relative !important;
        width: 90% !important;
        max-width: 400px !important;
        left: auto !important;
        right: auto !important;
        bottom: 0 !important;
        margin: 0 auto !important;
        padding: 15px !important;
    }

    .houses_we_built .about_block .items_houses_group .item:nth-child(2) .texts_group {
        width: 95% !important;
        max-width: 450px !important;
    }

    .houses_we_built .about_block .items_houses_group .item:nth-child(3) .texts_group {
        width: 90% !important;
    }

    .houses_we_built .about_block .items_houses_group .item .texts_group .descriptions_group {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .houses_we_built .about_block .items_houses_group .item .texts_group .texts h4 {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .houses_we_built .about_block .items_houses_group .item .texts_group .texts ul li {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .houses_we_built .about_block .items_houses_group .item .texts_group a {
        padding: 15px;
    }

    .houses_we_built .about_block .items_houses_group .item:nth-child(2) {
        height: 580px;
    }

    .houses_we_built .about_block .items_houses_group .item:nth-child(2) .texts_group {
        left: 10px;
    }

    .houses_we_built .about_block .items_houses_group .item:nth-child(2) .texts_group h3 {
        font-size: 20px;
    }

    .houses_we_built .about_block .look_moore {
        display: none;
    }

    .houses_we_built .about_block .look_moore.mob_get {
        display: flex;
    }

    .houses_we_built {
        padding-bottom: 60px;
    }

    .make_appointment .about_block {
        padding: 40px 16px 231px 16px;
    }

    .make_appointment .about_block h2 {
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%;
    }

    .make_appointment .about_block p {
        margin-bottom: 24px;
    }

    .make_appointment .about_block .bg_architect {
        top: auto;
        bottom: 0;
        height: auto;
        display: none;
    }

    .make_appointment .about_block .bg_architect.mob_img {
        display: block;
        width: auto;
        right: -84px;
        bottom: -94px;
    }

    .make_appointment {
        padding-bottom: 60px;
    }

    .quiz_moving_easy .about_block .quiz_group .quiz_text_block {
        top: 175px;
        right: auto;
        left: 0;
    }

    .quiz_moving_easy .about_block h2 {
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 110%;
        margin-bottom: 132px;
    }

    .quiz_moving_easy .about_block .quiz_group .quiz {
        height: 642px;
    }

    .quiz_moving_easy {
        padding-bottom: 60px;
    }

    .sip_panels .about_block h2 {
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: 110%;
        margin-bottom: 30px;
    }

    .sip_panels .about_block .cards_panels_group .card_panel {
        padding: 30px 16px;
        height: 256px;
    }

    .sip_panels .about_block .cards_panels_group .card_panel h3 {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 110%;
    }

    .sip_panels .about_block .cards_panels_group .card_panel p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    .sip_panels {
        padding-bottom: 60px;
    }

    .experience_our_clients .about_block h2 {
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 110%;
    }

    .experience_our_clients .about_block h3 {
        margin-bottom: 30px;
    }

    .experience_our_clients .about_block .slides_experience .experiences .title_block img {
        width: 48px;
        height: 48px;
    }

    .experience_our_clients .about_block .slides_experience .experiences {
        padding: 12px 15px;
        height: 650px;
    }

    .experience_our_clients .about_block .slides_experience .experiences .title_block h4 {
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
    }

    .experience_our_clients .about_block .slides_experience .swiper-pagination {
        display: flex;
        gap: 9px;
    }

    .our_team .about_block .slides_team .swiper-pagination {
        display: flex;
        gap: 9px;
    }

    .experience_our_clients {
        padding-bottom: 60px;
    }

    .our_team .about_block h2 {
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%;
        margin-bottom: 24px;
    }

    .our_team .about_block .slides_team .team img {
        height: 315px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .our_team .about_block .slides_team .team {
        max-width: 315px;
        margin: 0 auto;
    }

    .our_team {
        padding-bottom: 60px;
    }

    .get_selection_form .about_block {
        background-image: url(../image/bg_form1.png);
        padding: 24px 15px 280px 15px;
    }

    .get_selection_form .about_block h2 {
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%;
    }

    .get_selection_form .about_block h2 br {
        display: none;
    }

    .get_selection_form .about_block .img_form.img_form_third {
        left: 48%;
        transform: translateX(-50%);
        bottom: 0px;
        width: 309px;
        right: auto;
        rotate: -4deg;
    }

    .get_selection_form .about_block .img_form.img_form_fourth {
        display: none;
    }

    .get_selection_form .about_block .img_form.img_form_first {
        left: 56%;
        transform: translateX(-50%);
        border: 2px solid #FFF;
        z-index: 6;
        bottom: 55px;
    }

    .get_selection_form .about_block .img_form.img_form_second {
        display: none;
    }

    footer .about_block {
        padding: 16px;
    }

    footer .about_block .top_group {
        flex-direction: column;
        align-items: flex-start;
        gap: 34px;
    }

    footer .about_block .top_group .tel_number {
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }

    footer .about_block .top_group .tel_number svg {
        width: 32px;
        height: 32px;
    }

    footer .about_block .bottom_group {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    footer .about_block .bottom_group .mini_texts {
        align-items: flex-start;
    }

    footer .about_block .bottom_group .menu {
        gap: 0;
        justify-content: space-between;
    }

    .modals .body_modal_form {
        padding: 50px 20px 20px 20px;
    }

    .modals .body_modal_form h2 {
        font-weight: 600;
        font-size: 20px;
        line-height: 110%;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 16px;
    }

    .modals .body_modal_form h2 br {
        display: none;
    }

    .modals .body_modal_form h3 {
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 30px;
    }

    .modals .body_modal_form form .options .option {
        padding: 9.5px 8px;
        gap: 4px;
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0%;
        height: 37px;
    }

    .modals .body_modal_form form .options .option svg {
        width: 18px;
        height: 18px;
    }

    .modals .body_modal_form form button {
        height: 62px;
    }

    .modals .btn-close {
        padding: 8px;
    }

    .modals .body_modal_form.get_estimate_body {
        padding: 56px 12px 20px 13px;
    }

    .modals .body_modal_form.get_estimate_body form {
        max-width: 258px;
    }

    .modals .body_modal_form.get_estimate_body h2 {
        margin-bottom: 30px;
    }

    .modals .body_modal_form.get_catalog_modal {
        padding: 56px 12px 20px 13px;
    }

    .modals .body_modal_form.get_catalog_modal h3 {
        max-width: 320px;
    }
}

@media (min-width: 1200px) {
    .what_included_process {
        padding-bottom: 100px;
    }

    .what_included_process .about_block .cards .card {
        width: min(54vw, 926px);
        height: min(29vw, 500px);
        min-height: 380px;
        padding: 30px 20px;
    }

    .what_included_process .about_block .cards {
        width: min(54vw, 926px);
        height: min(29vw, 500px);
        min-height: 380px;
    }

    .what_included_process .about_block .cards .card h3 {
        font-size: 16px;
    }

    .what_included_process .about_block .cards .card h4 {
        font-size: 26px;
    }

    .what_included_process .about_block .cards .card:nth-child(1) .img_card_bg {
        right: -137px;
        top: 19px;
        width: auto;
        height: auto;
    }

    .what_included_process .about_block .cards .card:nth-child(2) .img_card_bg {
        right: -69px;
        top: -44px;
        width: auto;
        height: auto;
    }

    .what_included_process .about_block .cards .card:nth-child(3) .img_card_bg {
        right: -48px;
        top: 48px;
        width: auto;
        height: auto;
    }

    .what_included_process .about_block .cards .card:nth-child(4) .img_card_bg {
        right: -132px;
        top: 90px;
        width: auto;
        height: auto;
    }

    .what_included_process .about_block .cards .card:nth-child(5) .img_card_bg {
        right: 0;
        top: 39px;
        width: auto;
        height: auto;
    }

    .what_included_process .about_block .cards .card:nth-child(6) .img_card_bg {
        right: -10px;
        top: 54px;
        width: auto;
        height: auto;
    }
}

/* ДОРАБОТКИ АЛЕКСАНДР */

.cards_calatog_group .card_calatog .img_group .swiper-button-next,
.cards_calatog_group .card_calatog .img_group .swiper-button-prev {
    width: 40px !important;
    height: 100% !important;
    top: 0 !important;
    bottom: 0 !important;
    transform: none !important;
    margin: 0 !important;
    background: transparent !important;
    transition: background-color 0.3s ease !important;
    z-index: 10 !important;
    border-radius: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    rotate: none !important;
}

.cards_calatog_group .card_calatog .img_group .swiper-button-next {
    right: 0 !important;
    left: auto !important;
}

.cards_calatog_group .card_calatog .img_group .swiper-button-prev {
    left: 0 !important;
    right: auto !important;
}

.cards_calatog_group .card_calatog .img_group .swiper-button-next::after,
.cards_calatog_group .card_calatog .img_group .swiper-button-prev::after {
    display: none !important;
}

.cards_calatog_group .card_calatog .img_group .swiper-button-prev svg {
    transform: rotate(180deg);
}

.cards_calatog_group .card_calatog .img_group .swiper-button-next svg,
.cards_calatog_group .card_calatog .img_group .swiper-button-prev svg {
    width: 11px !important;
    height: 18px !important;
    min-width: 11px !important;
    min-height: 18px !important;
    max-width: 11px !important;
    max-height: 18px !important;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.cards_calatog_group .card_calatog .img_group .swiper-button-next:hover {
    background-color: rgba(0, 0, 0, 0.45) !important;
}

.cards_calatog_group .card_calatog .img_group .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.45) !important;
}

.cards_calatog_group .card_calatog .img_group .swiper-button-next:hover svg,
.cards_calatog_group .card_calatog .img_group .swiper-button-prev:hover svg {
    opacity: 1;
}

.calatog_solutions .card_calatog .text_group a.get_consultation {
    transition: background-color 0.3s ease !important;
}

.calatog_solutions .card_calatog .text_group a.get_consultation:hover {
    background-color: #399F73 !important;
}

.houses_we_built .items_houses_group .item .texts_group a {
    transition: background-color 0.3s ease !important;
}

.houses_we_built .items_houses_group .item .texts_group a:hover {
    background-color: #399F73 !important;
}

.houses_we_built .about_block .look_moore {
    transition: background-color 0.3s ease !important;
}

.houses_we_built .about_block .look_moore:hover {
    background-color: #399F73 !important;
}

.modals .body_modal_form form button {
    transition: background-color 0.3s ease !important;
}

.modals .body_modal_form form button:hover {
    background-color: #399F73 !important;
}

.quiz_moving_easy .quiz .nav .next {
    transition: background-color 0.3s ease !important;
}

.quiz_moving_easy .quiz .nav .next:hover {
    background-color: #399F73 !important;
}

.quiz_moving_easy .step.form-step .submit {
    transition: background-color 0.3s ease !important;
}

.quiz_moving_easy .step.form-step .submit:hover {
    background-color: #399F73 !important;
}

.get_catalog_projects .about_block a {
    transition: background-color 0.3s ease !important;
}

.get_catalog_projects .about_block a:hover {
    background-color: rgba(255, 255, 255, 0.24) !important;
}

.make_appointment .about_block a {
    transition: background-color 0.3s ease !important;
}

.make_appointment .about_block a:hover {
    background-color: rgba(255, 255, 255, 0.24) !important;
}

.get_selection_form .about_block form .submit {
    transition: background-color 0.3s ease !important;
}

.get_selection_form .about_block form .submit:hover {
    background-color: rgba(255, 255, 255, 0.24) !important;
}

.calatog_solutions .card_calatog .text_group a.send_astimate {
    transition: background-color 0.3s ease !important;
}

.calatog_solutions .card_calatog .text_group a.send_astimate:hover {
    background-color: rgba(40, 142, 98, 0.12) !important;
}


.slides_experience .swiper-button-next,
.slides_experience .swiper-button-prev {
    opacity: 0.7 !important;
    transition: opacity 0.3s ease !important;
    pointer-events: all !important;
}

.slides_experience .swiper-button-next:hover,
.slides_experience .swiper-button-prev:hover {
    opacity: 1 !important;
}

.slides_experience .swiper-button-next.swiper-button-disabled,
.slides_experience .swiper-button-prev.swiper-button-disabled {
    opacity: 0.7 !important;
    pointer-events: all !important;
}

.slides_team .swiper-button-next,
.slides_team .swiper-button-prev {
    opacity: 0.7 !important;
    transition: opacity 0.3s ease !important;
    pointer-events: all !important;
}

.slides_team .swiper-button-next:hover,
.slides_team .swiper-button-prev:hover {
    opacity: 1 !important;
}

.slides_team .swiper-button-next.swiper-button-disabled,
.slides_team .swiper-button-prev.swiper-button-disabled {
    opacity: 0.7 !important;
    pointer-events: all !important;
}


@media (min-width: 990px) {
    .experience_our_clients .about_block .slides_experience {
        max-width: 100%;
        padding: 0 68px;
        box-sizing: border-box;
    }
}

.experience_our_clients .about_block .slides_experience .swiper-button-next {
    right: 0 !important;
}

.experience_our_clients .about_block .slides_experience .swiper-button-prev {
    left: 0 !important;
}

.quiz_moving_easy .quiz .nav .back {
    transition: background-color 0.3s ease !important;
}

.quiz_moving_easy .quiz .nav .back:hover {
    background-color: #CEE3DA !important;
}

.modals .body_modal_form form .options .option {
    transition: background-color 0.3s ease, border-color 0.3s ease !important;
}

.modals .body_modal_form form .options .option:hover {
    background-color: #CEE3DA !important;
}

.modals .body_modal_form form .options .option:has(input:checked):hover {
    background-color: #399F73 !important;
}

.home_header_block header .about_block .right_menu_group .contacts .tg {
    transition: background-color 0.3s ease;
}

.home_header_block header .about_block .right_menu_group .contacts .tg img {
    transition: filter 0.3s ease;
}

.home_header_block header .about_block .right_menu_group .contacts .tg:hover img {
    filter: brightness(0) saturate(100%) invert(58%) sepia(52%) saturate(487%) hue-rotate(107deg) brightness(95%) contrast(89%);
}

footer .about_block .top_group .tel_number svg path {
    transition: fill 0.3s ease;
}

footer .about_block .top_group .tel_number:hover svg path {
    fill: #9BE1C2;
}

.home_header_block .home .about_block .lv_camera {
    pointer-events: none;
    cursor: default;
}

@media (max-width: 989px) {
    .slides_experience .swiper-button-next,
    .slides_experience .swiper-button-prev {
        display: none !important;
    }

    .experience_our_clients .about_block .slides_experience {
        padding: 0 !important;
    }

    .home_header_block .home .about_block h1 {
        width: 345px;
    }
}
