@import '../fonts/font.css';
/*-==============================-global-style-for-ol-browsers-==================================*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    outline: none!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}

button, a {
    cursor: pointer;
    text-decoration: none!important;
    border: 0;
    display: inline-block;
    padding: 0;
}

/* img {
    max-width: 100%;
    max-height: 100%;
} */

body {
    margin: 0;
    padding: 0;
}

.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.justify-content-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.justify-content-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.justify-content-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.align-items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-no-wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.container {
    max-width: 1588px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.container_right {
    max-width: 1588px;
    width: 100%;
    padding-left: 15px;
    padding-right: calc(100vw - 1588px + 15px);
    box-sizing: border-box;
    background: #f9f9f9; /* для наглядности */
    margin-left: 0;
    margin-right: 0;
}

/*-========================================-global-style-for-ol-browsers-end-========================================*/

:root {
    --gap-43: 43px;
}

.header_section {
    width: 100%;
    background-image: url(../img/header_section.png),
    linear-gradient(180deg, #8CE6FF 1.3%, #D0EAFD 70.9%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0px 0px 42px 42px;
    padding-bottom: 200px;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 32px 0px 0px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(16.65px);
    border-radius: 0px 0px 42px 42px;
    transition: all 0.3s ease;
    z-index: 1111;
}

.header_logo_and_rating {
    gap: 43px;
}

.header_send_project button {
    background-color: unset;
    padding: 24px;
    gap: 10px;
    border: 1px solid #313131;
    border-radius: 8px;
    font-family: 'Zona Pro';
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    min-height: 70px;
}

.header_project_calculator button {
    padding: 24px;
    background: #313131;
    border-radius: 8px;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    min-height: 70px;
    border: 1px solid #313131;
    gap: 12px;
}

.header_top_support_link {
    gap: 16px;
}

.header_support_info, .header_support_info a {
    font-family: Raleway;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    gap: 4px;
    color:#000000;
}

.header_support_info span {
    width: 6px;
    height: 6px;
    background: #1BC435;
    display: block;
    border-radius: 6px;
}

.header_support_social {
    gap: 3px;
}

.header_support_phone_header a {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: #000000;
}

.header_support_phone_footer {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    text-align: right;
}

.header_support_phone_footer span {
    font-weight: 700;
}

.header_support_phone {
    gap: 6px;
}

.header_coll_button button {
    background: #FF7A00;
    border-radius: 8px;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 10px 15px;
    gap: 6px;
}

.header_send_and_price {
    gap: 12px;
}

.header_support {
    gap: 43px;
}

.header_top {
    gap: var(--gap-43);
}

.mobile_menu {
    width: 27px;
    display: none;
    flex-direction: column;
    gap: 6px;
    align-items: end;
}

.mobile_menu span {
    width: 100%;
    height: 3px;
    background-color: #000000;
    display: block;
    border-radius: 3px;
    pointer-events: none;
    transition: all 0.3s ease;
}

.mobile_menu span:first-child {
    width: 70%;
}

.mobile_menu span:last-child {
    width: 50%;
}

.mobile_menu.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    width: 100%;
}

.mobile_menu.active span:nth-child(2) {
    opacity: 0;
}

.mobile_menu.active span:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
    width: 100%;
}

.header_nav_main {
    padding: 6px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    position: relative;
    transition: all 0.4s;
}

.header_nav_main>nav>ul>li>a {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #000000;
    padding: 20px 50px;
    transition: all 0.4s;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.header_nav_main>nav>ul>li>a:hover {
    background-color: #FFE6CB;
    color: #FF7A00;
}

.icon_link {
    width: 20px;
    height: 8px;
    background-image: url(../img/nav_icon.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    top: -1px;
}

.header_nav {
    padding-top: 32px;
}

.header_nav_main_link_hover {
    position: absolute;
    width: 100%;
    left: 0;
    top: 66px;
    visibility: hidden;
    opacity: 0;
    display: none;
}

.header_nav_main_link_hover_main {
    background: #FFFFFF;
    box-shadow: 27px 59px 114.2px rgba(0, 0, 0, 0.46);
    border-radius: 12px;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 3 колонки */
    grid-template-rows: repeat(2, auto);  /* 2 строки */
}

.header_nav_sloy {
    position: fixed;
    left: 0;
    top: 0px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    width: 100%;
    height: 100vh;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.header_nav_sloy.active {
    visibility: visible;
    opacity: 1;
}

.header_nav_main>nav>ul>li>.show:hover .header_nav_main_link_hover {
    visibility: visible;
    opacity: 1;
    display: block;
}

.header_nav_main>nav>ul>li>.show {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #000000;
    padding: 20px 50px;
    transition: all 0.4s;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.header_nav_main>nav>ul>li>.show:hover {
    background-color: #FFE6CB;
    color: #FF7A00;
}

.header_nav_main_link_hover_main_item {
    max-width: 379px;
    width: 100%;
    height: 308px;
    background: #EFEFEF;
    border-radius: 8px;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    transition: all 0.4s;
}

.header_nav_main_link_hover_main_item_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
    width: 100%;
    padding: 18px 35px 0;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.header_nav_main_link_hover_main_item_link {
    width: 100%;
    height: 100%;
}

.header_nav_main_link_hover_main {
    gap: 7px;
}

.header_nav_main.active {
    background: rgba( 255 , 255 , 255 , 1 );
}

.header_nav_main_link_hover_main_item.green {
    background: #82A52C;
}

.header_nav_main_link_hover_main_item.green .header_nav_main_link_hover_main_item_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
}

.header_nav_main_link_hover_main_item:hover {
    background-color: #FFE6CB;
}

.header_nav_main_link_hover_main_item.green:hover {
    background-color: #82A52C;
}

.header_nav_main_link_hover.fit_content {
    width: fit-content;
    top: 52px;
}

.show_fit_content {
    position: relative;
}

.projecting_main {
    padding: 8px 0px;
    position: absolute;
    max-width: 667px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px rgba(17, 24, 28, 0.1), 0px 6px 10px rgba(17, 24, 28, 0.12), 0px 2px 6px -2px rgba(17, 24, 28, 0.14);
    border-radius: 4px;
    position: relative;
    margin-top: 18px;
}

.projecting_main_list {
    width: 100%;
    padding: 0 12px;
}

.projecting_main_list_item a {
    padding: 16px 170px 16px 16px;
    background: #FFFFFF;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #313131;
    white-space: nowrap;
    border-bottom: 1px solid #D8D8D8;
    width: 100%;
    position: relative;
    display: inline-block;
    transition: all 0.4s;
}

.projecting_main_list_item {
    width: 100%;
}

.projecting_main_list_item a::before {
    content: '';
    width: 8px;
    height: 100%;
    background-color: #FF7A00;
    position: absolute;
    left: -12px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}

.projecting_main_list_item a:hover::before {
    opacity: 1;
    visibility: visible;
}

.projecting_main_list_item a:hover {
    color: #FF7A00;
}

.projecting_main_list_item:last-child a {
    border: 0;
}

.mobile_menu_main {
    padding: 8px 0 28px;
    position: absolute;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px rgba(17, 24, 28, 0.1), 0px 6px 10px rgba(17, 24, 28, 0.12), 0px 2px 6px -2px rgba(17, 24, 28, 0.14);
    border-radius: 12px;
    top: -200%;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    display: none;
}

.mobile_menu_main_header_nav nav ul li a {
    padding: 16px 0;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #000000;
    border-bottom: 1px solid #D8D8D8;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile_menu_main_header_nav_link {
    padding: 16px 0;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #000000;
    border-bottom: 1px solid #D8D8D8;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.mobile_menu_main_header_nav_link_children a {
    border-bottom: 0 !important;
}

.mobile_menu_main_header_nav_link_children {
    overflow: hidden;
    height: 0px;
    transition: all 0.4s;
}

.mobile_menu_main_header_nav li.active {
    background-color: #FFE6CB;
    padding: 0 12px;
    border-radius: 12px 12px 0 0;
}

.mobile_menu_main_header_nav li.active .mobile_menu_main_header_nav_link .icon_link {
    transform: rotateZ(180deg);
}

.mobile_menu_main_header_nav_link .icon_link {
    transition: all 0.4s;
}

.mobile_menu_main_header_nav li {
    padding: 0 12px;
}

.mobile_menu_main_header_nav_link_children.active {
    padding: 10px 0;
    height: auto;
}

.mobile_menu_main_header_nav li.active .mobile_menu_main_header_nav_link {
    border-bottom: 1px solid #FF7A00;
}

.mobile_menu_main_footer_button_list_project button {
    padding: 22px 16px;
    border: 1px solid #313131;
    border-radius: 8px;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    background: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.mobile_menu_main_footer_button_list_project {
    width: 100%;
}

.mobile_menu_main_footer_button_list_project button {
    width: 100%;
}

.mobile_menu_main_footer_button_list {
    padding: 40px 11px 30px;
}

.mobile_menu_main_footer_button_list_calculator button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #313131;
    border-radius: 8px;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF;
    padding: 23px 16px;
    width: 100%;
    border: 1px solid #313131;
}

.mobile_menu_main_footer_button_list_calculator {
    width: 100%;
}

.mobile_menu_main_footer_button_list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mobile_menu_main_footer_rating {
    max-width: 163px;
    width: 100%;
}

.mobile_menu_main_footer_rating {
    width: 100%;
}

.mobile_menu_main_footer_end {
    padding: 0 11px;
    gap: 10px;
}

.mobile_menu_main_footer_contact_phone a {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    color: #000000;
}

.mobile_menu_main_footer_contact_info {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #9C9B9B;
}

.mobile_menu_main_footer_contact_info span {
    font-weight: 700;
}

.mobile_menu_main_footer_contact {
    gap: 8px;
}

.mobile_menu_main.active {
    top: 105%;
    visibility: visible;
    opacity: 1;
}

.header_nav_main>nav>ul>li>.show:hover .icon_link {
    transform: rotateZ(180deg);
}

.header_nav_main>nav>ul>li>.show .icon_link {
    transition: all 0.4s;
}

.header_send_project button:hover {
    background-color: #313131;
    color: #FFFFFF;
}

.header_send_project button:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(11%) saturate(17%) hue-rotate(335deg) brightness(104%) contrast(106%);
}

.header_send_project button ,
.header_send_project button img ,
.header_project_calculator button ,
.header_project_calculator button img ,
.header_coll_button button ,
.header_coll_button button img ,
.header_top_support_link_item a img ,
.mobile_menu_main_footer_button_list_project {
    transition: all 0.4s;
}

.header_send_project button:active {
    background-color: #505050;
    color: #FFFFFF;
}

.header_send_project button:active img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(11%) saturate(17%) hue-rotate(335deg) brightness(104%) contrast(106%);
}

.header_project_calculator button:hover {
    background-color: unset;
    color: #000000;
}

.header_project_calculator button:hover img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(310deg) brightness(94%) contrast(102%);
}

.header_project_calculator button:active {
    border-color: #505050;
    color: #505050;
}

.header_project_calculator button:active img {
    filter: brightness(0) saturate(100%) invert(28%) sepia(4%) saturate(81%) hue-rotate(110deg) brightness(99%) contrast(83%);
}

.header_coll_button button:hover {
    background: #000000;
    color: #FFFFFF;
}

.header_coll_button button:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(0%) hue-rotate(70deg) brightness(108%) contrast(108%);
}

.header_coll_button button:active {
    background: #505050;
    color: #FFFFFF;
}

.header_coll_button button:active img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(0%) hue-rotate(70deg) brightness(108%) contrast(108%);
}

.header_top_support_link_item a:hover img {
    filter: brightness(0) saturate(100%) invert(64%) sepia(69%) saturate(4995%) hue-rotate(1deg) brightness(102%) contrast(102%);
}

.mobile_menu_main_footer_button_list_project button:hover {
    background-color: #313131;
    color: #FFFFFF;
}

.mobile_menu_main_footer_button_list_project button:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(11%) saturate(17%) hue-rotate(335deg) brightness(104%) contrast(106%);
}

.mobile_menu_main_footer_button_list_project button:active {
    background-color: #505050;
    color: #FFFFFF;
}

.mobile_menu_main_footer_button_list_project button:active img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(11%) saturate(17%) hue-rotate(335deg) brightness(104%) contrast(106%);
}

.mobile_menu_main_footer_button_list_calculator button:hover {
    background-color: unset;
    color: #000000;
    border-color: #000000;
}

.mobile_menu_main_footer_button_list_calculator button:hover img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(310deg) brightness(94%) contrast(102%);
}

.mobile_menu_main_footer_button_list_calculator button:active {
    border-color: #505050;
    color: #505050;
}

.mobile_menu_main_footer_button_list_calculator button:active img {
    filter: brightness(0) saturate(100%) invert(28%) sepia(4%) saturate(81%) hue-rotate(110deg) brightness(99%) contrast(83%);
}

.header_padding_for_nav {
    padding-top: 210px;
}

.header_section_main_title h1 {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 120%;
    color: #000000;
}

.header_section_main_info {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    color: #313131;
}

.header_section_main_button_item_project button {
    padding: 24px 36px;
    background: #313131;
    border-radius: 4px;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    max-width: 299px;
    width: 100%;
    border: 1px solid #313131;
    transition: all 0.4s;
}

.header_section_main_button_item_online button {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #313131;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 36px;
    border: 1px solid #313131;
    border-radius: 4px;
    gap: 16px;
    max-width: 299px;
    width: 100%;
    background-color: unset;
    transition: all 0.4s;
}

.header_section_main_button_list {
    gap: 24px;
}

.header_section_main_title {
    max-width: 946px;
    width: 100%;
}

.header_section_main_info {
    max-width: 546px;
    width: 100%;
    padding-top: 16px;
}

.header_section_main {
    padding: 95px 0 100px;
}

.header_section_main_button {
    padding-top: 78px;
}

.header_section_main_button_item_project button:hover {
    background-color: unset;
    color: #000000;
    border-color: #000000;
}

.header_section_main_button_item_project button:hover img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(310deg) brightness(94%) contrast(102%);
}

.header_section_main_button_item_project button:active {
    border-color: #505050;
    color: #505050;
}

.header_section_main_button_item_project button:active img {
    filter: brightness(0) saturate(100%) invert(28%) sepia(4%) saturate(81%) hue-rotate(110deg) brightness(99%) contrast(83%);
}

.header_section_main_button_item_online button:hover {
    background-color: #313131;
    color: #FFFFFF;
}

.header_section_main_button_item_online button:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(11%) saturate(17%) hue-rotate(335deg) brightness(104%) contrast(106%);
}

.header_section_main_button_item_online button:active {
    background-color: #505050;
    color: #FFFFFF;
}

.header_section_main_button_item_online button:active img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(11%) saturate(17%) hue-rotate(335deg) brightness(104%) contrast(106%);
}

.header_section_content {
    padding: 20px 45px 27px;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(180deg, #FFFFFF 8.21%, rgba(255, 255, 255, 0.54) 132.09%);
    box-shadow: 0px 38px 60px rgba(189, 189, 189, 0.51);
    backdrop-filter: blur(6.6px);
    border-radius: 12px;
    position: relative;
    top: -102px;
}

.header_section_content_list_item_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #000000;
    padding-top: 16px;
}

.header_section_content_list_item_link a {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    text-decoration-line: underline !important;
    color: #313131;
}

.header_section_content_list_item_link {
    padding-top: 8px;
}

.header_section_content_list_item {
    padding: 0 97px;
    height: 100%;
    width: 100%;
}

.header_section_content_list_item_descritpiion {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #313131;
}

.header_section_content_list_item:first-child {
    padding-left: 45px;
    border-right: 1px solid #BCBCBC;
    max-width: 375px;
    width: 100%;
}

.header_section_content_list_item:last-child {
    padding-right: 45px;
    border-left: 1px solid #BCBCBC;
    max-width: 400px;
    width: 100%;
}

.we_are_building_title h2 {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #000000;
}

.we_are_building {
    padding: 96px 0;
    background: #EFEFEF;
    border-radius: 42px;
}

.we_are_building_list {
    padding-top: 64px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 28px 14px;
}

.we_are_building_list .header_nav_main_link_hover_main_item:not(:last-child) {
    background-color: #FFFFFF;
}

.we_are_building_list .header_nav_main_link_hover_main_item:not(:last-child):hover {
    background-color: #FFE6CB;
}

.our_project_title h2 {
    width: 311px;
    height: 48px;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #000000;
}

.our_project {
    padding: 160px 0;
}

.our_project_list_main_item {
    height: 360px;
    border-radius: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px;
}

.our_project_list_main_item_header_type {
    padding: 12px 16px 15px;
    background: #FFE30D;
    border-radius: 8px;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #313131;
    width: fit-content;
}

.our_project_list_main_item_header_size {
    padding: 12px 16px 13px;
    background: #F0F8FF;
    border-radius: 8px;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #313131;
    width: fit-content;
    margin-top: 10px;
}

.building_house {
    padding: 64px 0px;
    background: #EFEFEF;
    border-radius: 42px;
}

.building_house_main_title h2 {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: #000000;
}

.building_house_main_title h2 span {
    color: #FF7A00;
}

.building_house_main_list_item_header_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #000000;
}

.building_house_main_list_item_header {
    gap: 32px;
}

.building_house_main_list_item_info {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #313131;
    padding-top: 16px;
    padding-left: 76px;
}

.building_house_main_list {
    padding-top: 64px;
    gap: 80px;
}

.building_house_main_right_main_gallery {
    padding: 24px;
    background: #FFFFFF;
    border-radius: 24px;
}

.building_house_main_right_main_gallery_image {
    border-radius: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 554px;
    width: 100%;
    height: 372px;
}

.building_house_main_right_main_gallery_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
    padding-top: 43px;
}

.building_house_main_right_main_gallery_description {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #313131;
    padding-top: 12px;
}

.building_house_main_left {
    max-width: 767px;
    width: 100%;
}

.building_house_main_right_main_gallery {
    max-width: 600px;
    width: 100%;
}

.building_house_main_right {
    width: 100%;
}

.building_house_main_right_header_title {
    font-family: 'Gogol';
    font-style: normal;
    font-weight: 400;
    font-size: 76px;
    line-height: 93.04%;
    text-align: center;
    color: #FF7A00;
}

.building_house_main  {
    gap: 47px;
}

.building_house_main_right_header {
    transform: rotate(-4.76deg);
    position: relative;
    top: -35px;
}

.how_we_build_house_main_list_item {
    padding: 24px 24px 24px;
    width: 394px;
    background: #EFEFEF;
    border-radius: 16px;
    min-height: 562px;
}

.how_we_build_house_main_list_item_type {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #82A52C;
    padding-top: 16px;
}

.how_we_build_house_main_list_item_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
}

.how_we_build_house_main_list_item_description {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #313131;
    padding-top: 12px;
}

.how_we_build_house_main_list_item_count {
    background: #82A52C;
    border-radius: 12px;
    padding: 10px;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    width: fit-content;
}

.how_we_build_house_main_list_item.final {
    background: url(../img/how_we_build_house_background.svg) , radial-gradient(77.5% 77.5% at 50% 22.5%, #FF9500 0%, #FF7A00 100%);
}

.how_we_build_house_main_list_item.final .how_we_build_house_main_list_item_count {
    background-color: #FFFFFF;
    color: #FF7A00;
}

.how_we_build_house_main_list_item.final .how_we_build_house_main_list_item_type {
    color: #FFFFFF;
}

.how_we_build_house_main_list_item.final .how_we_build_house_main_list_item_title {
    color: #FFFFFF;
}

.how_we_build_house_main_list_item.final .how_we_build_house_main_list_item_description {
    color: #FFFFFF;
}

.how_we_build_house_main_list_item.final {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.how_we_build_house_main_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #000000;
}

.how_we_build_house {
    padding-top: 160px;
    padding-bottom: 64px;
}

.how_we_build_house_main_title span {
    color: #FF7A00;
}

.advantages_of_wooden_main_list_item {
    padding: 24px 32px;
    max-width: 406px;
    width: 100%;
    background: rgba(36, 36, 36, 0.6);
    backdrop-filter: blur(6.55px);
    border-radius: 16px;
}

.advantages_of_wooden_main_list_item_header_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    border-bottom: 1px solid #82A52C;
    padding-bottom: 12px;
    width: 85%;
}

.advantages_of_wooden_main_list_item_header {
    gap: 33px;
}

.advantages_of_wooden_main_list_item_header_icon_item {
    width: 50px;
    height: 50px;
    background: #82A52C;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 13px;
    right: 7px;
}

.advantages_of_wooden_main_list_item_info {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #FFFFFF;
    padding-top: 12px;
}

.advantages_of_wooden_body {
    background-image: url(../img/Img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 120px 0;
    border-radius: 42px;
}

.advantages_of_wooden_main_list.wooden_main_header {
    padding: 0 155px;
}

.advantages_of_wooden_main_list.wooden_main_footer {
    padding: 0 235px;
}

.advantages_of_wooden_main {
    gap: 125px;
}

.advantages_of_wooden_title h2 {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #000000;
}

.advantages_of_wooden_title {
    padding: 60px 0;
}

.why_customer_choose {
    padding-top: 160px;
    background-image: url(../img/house_fon.png);
    background-position: right 250px;
    background-repeat: no-repeat;
}

.why_customer_choose_main_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #000000;
}

.why_customer_choose_main_list {
    padding-top: 48px;
}

.why_customer_choose_main_list_item {
    padding: 24px 10px;
    background: #82A52C;
    border-radius: 16px;
    max-width: 410px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.why_customer_choose_main_list_item_image {
    width: 70px;
    height: 70px;
    background: linear-gradient(180deg, #FFFFFF 58.57%, #82A52C 152.86%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why_customer_choose_main_list_item_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 24px;
}

.why_customer_choose_main_list_item_description {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 8px;
}

.why_customer_choose_main_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 16px;
    flex-wrap: wrap;
    max-width: 838px;
    width: 100%;
    position: relative;
}

.why_customer_choose_main_list::before {
    content: '';
    background-image: url(../img/item_background.svg);
    position: absolute;
    bottom: -55px;
    right: -290px;
    width: 350px;
    height: 406px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.our_work_section {
    padding-top: 160px;
}

.our_work_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #000000;
}

.our_work_button a {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #FF7A00;
    display: flex;
    align-items: center;
    gap: 12px;
}

.our_work_slider_item {
    max-width: 509px;
    width: 100%;
    height: 360px;
    border-radius: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px;
}

.our_work_slider_item_header_type {
    padding: 12px 16px 15px;
    background: #FFE30D;
    border-radius: 8px;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #313131;
    width: fit-content;
}

.our_work_slider_item_header_size {
    padding: 12px 16px 13px;
    background: #F0F8FF;
    border-radius: 8px;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #313131;
    width: fit-content;
}

.our_work_slider_item_header {
    gap: 10px;
}

.our_work_slider {
    position: relative;
}

.our_work_slider_item_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #313131;
    padding-top: 12px;
}

.our_work_mobile_button a {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #FF7A00;
    padding: 24px 32px;
    max-width: 426px;
    width: 100%;
    border: 1px solid #FF7A00;
    border-radius: 4px;
    text-align: center;
}

.our_work_mobile_button {
    padding-top: 24px;
    display: none;
}

.slider_arrow_left ,
.slider_arrow_right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: -8px 19px 32.4px rgba(0, 0, 0, 0.3);
    border-radius: 40px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    position: absolute;
    z-index: 11;
    cursor: pointer;
}

.slider_arrow {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-width: 1570px;
}

.our_work_slider_main {
    padding-top: 64px;
    padding-bottom: 160px;
    overflow: hidden;
}

.slider_arrow_left {
    top: 50%;
    left: -11px;
    transform: translateY(-50%);
}

.slider_arrow_right {
    top: 50%;
    right: -11px;
    transform: translateY(-50%);
}

.our_work_slider_main_body {
    position: relative;
}

.review_header_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #000000;
}

.review_slider_arrow_left ,
.review_slider_arrow_right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #FF7A00;
    border-radius: 40px;
    cursor: pointer;
}

.review_slider_arrow {
    gap: 29px;
}

.review {
    background: #F1F1F1;
    border-radius: 42px;
    padding: 64px 0;
}

.review_body {
    padding-top: 44px;
}

.review_body_yandex {
    max-width: 663px;
    width: 100%;
}

.review_body_video_gallery {
    width: 100%;
}

.review_body_yandex img {
    width: 100%;
}

.review_body_yandex iframe {
    width: 100% !important;
    height: 100% !important;
}

.review_body_video_gallery_item {
    max-width: 432px;
    width: 100%;
    height: 348px;
    background: #E7E7E7;
    border-radius: 12px;
    overflow: hidden;
}

.review_body_video_gallery_item video {
    width: 100%;
    height: 100%;
}

.review_body_video_gallery_list  {
    width: 100%;
}

.review_body_video_gallery {
    width: 100%;
    height: auto;
}

.review_body {
    gap: 12px;
}

.review_body_video_gallery_item {
    position: relative;
}

.review_body_video_gallery_item_play {
    background-image: url(../img/slider_play.svg);
    width: 100%;
    height: 80%;
    position: absolute;
    top: 0;
    transition: background-color 0.3s ease;
    cursor: pointer;
    transition: all 0.4s;
    opacity: 1;
    background-position: center 65%;
    background-repeat: no-repeat;
}

.review_body_video_gallery_item_play.play {
    opacity: 0;
}

.review_body_video_gallery_list_header {
    display: none;
    padding: 40px 0 12px;
    justify-content: end;
}

.write_about_them_main_slider_item_image {
    width: 100%;
    height: 308px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
}

.write_about_them_main_slider_item {
    padding: 16px 16px 24px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 12px;
}

.write_about_them {
    padding: 64px 0;
    background: #F1F1F1;
    border-radius: 42px;
}

.write_about_them_main_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    color: #000000;
}

.write_about_them_main_slider_item_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    padding-top: 16px;
}

.write_about_them_main_slider_item_description {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #313131;
    padding-top: 8px;
    line-height: 160%;
}

.write_about_them_main_slider_arrow_left ,
.write_about_them_main_slider_arrow_right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: -8px 19px 32.4px rgba(0, 0, 0, 0.3);
    border-radius: 40px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    position: absolute;
    z-index: 11;
    cursor: pointer;
}

.write_about_them_main_slider_arrow_left {
    top: 55%;
    left: -11px;
    transform: translateY(0%);
}

.write_about_them_main_slider_arrow_right {
    top: 55%;
    right: -11px;
    transform: translateY(0%);
}

.write_about_them_main_body {
    position: relative;
    padding-top: 70px;
}

.write_about_them_main_body_button a {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FF7A00;
    padding: 24px 32px;
    width: 299px;
    border: 1px solid #FF7A00;
    border-radius: 4px;
    text-align: center;
    transition: all 0.4s;
}

.write_about_them_main_body_button {
    padding-top: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.write_about_them_main_body_button a:hover {
    background-color: #FF7A00;
    color: #FFFFFF;
}

.write_about_them_main_body_button a:active {
    background-color: #FF9D43;
    color: #FFFFFF;
}

.our_work_mobile_button a:hover {
    background-color: #FF7A00;
    color: #FFFFFF;
}

.our_work_mobile_button a:active {
    background-color: #FF9D43;
    color: #FFFFFF;
}

.remained_question_main {
    padding: 96px 0px 96px 96px;
    background: radial-gradient(31.28% 72.62% at 81.99% 50%, #A3D723 0%, #82A52C 100%);
    border-radius: 42px;
}

.remained_question {
    padding: 160px 0 80px;
}

.remained_question_main_left_title h2 {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    color: #FFFFFF;
}

.remained_question_main_left_description {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    color: #FFFFFF;
    padding-top: 16px;
}

.remained_question_main_left_form_input label {
    width: 100%;
    position: relative;
    display: block;
}

.remained_question_main_left_form_input label input {
    padding: 32px 24px 32px 65px;
    background: rgba(255, 255, 255, 0.24);
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    width: 100%;
    position: relative;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.remained_question_main_left_form_input label input::placeholder {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.remained_question_main_left_form_input {
    max-width: 364px;
    width: 100%;
}

.remained_question_main_left_form_input label::before {
    content: '';
    position: absolute;
    background-image: url(../img/input_phone_icon.svg);
    width: 17px;
    height: 24px;
    left: 29px;
    top: 27px;
}

.remained_question_main_left_form_input_label {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    padding-bottom: 6px;
}

.remained_question_main_left_form_input ,
.remained_question_main_left_form_input_label {
    transition: all 0.4s;
}

.remained_question_main_left_form_input:hover .remained_question_main_left_form_input_label {
    color: #FFE30D;
}

.remained_question_main_left_form_input:hover .remained_question_main_left_form_input_phone_input {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #FFE30D;
    border-radius: 6px;
}

.remained_question_main_left_form_input:focus-within .remained_question_main_left_form_input_label {
    color: #FFFFFF;
}

.remained_question_main_left_form_input:focus-within .remained_question_main_left_form_input_phone_input {
    border: 1px solid #FFFFFF !important;
    filter: drop-shadow(0px 1px 8.6px #FFFFFF) !important;
    border-radius: 6px !important;
    background: unset;
}

.remained_question_main_left_form_input.completed input {
    border: 1px solid #FFFFFF;
    background: unset;
}

.remained_question_main_left_form_input.error input {
    border: 1px solid #C41408;
    background: unset;
}

.remained_question_main_left_form_input.error .remained_question_main_left_form_input_label {
    color: #C41408;
}

.remained_question_main_left_form_input.error label::before {
    filter: brightness(0) saturate(100%) invert(15%) sepia(52%) saturate(7010%) hue-rotate(359deg) brightness(86%) contrast(96%);
}

.remained_question_main_left_form {
    padding-top: 48px;
}

.remained_question_main_left_form_button button {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 24px 32px;
    max-width: 299px;
    width: 100%;
    height: 85px;
    background: #FF7A00;
    border: 1px solid #FF7A00;
    border-radius: 4px;
    transition: all 0.4s;
}

.remained_question_main_left_form {
    gap: 15px;
}

.remained_question_main_left_form_button button:hover {
    background: #000000;
    color: #FFFFFF;
    border: 1px solid #000000;
}

.remained_question_main_left_form_button button:active {
    background: #505050;
    color: #FFFFFF;
    border: 1px solid #505050;
}

.remained_question_main_left_form_politic {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    padding-top: 32px;
}

.remained_question_main_left_form_politic a {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration-line: underline !important;
}

.remained_question_main_left_form_politic_label input {
    display: none;
}

.remained_question_main_left_form_politic_label span {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    background-image: url(../img/Vector.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: inherit;
    transition: all 0.4s;
}

.remained_question_main_left_form_politic_label input:checked ~ span {
    background-color: #FFFFFF;
}

.remained_question_main_left_form_politic_label {
    gap: 10px;
    cursor: pointer;
}

.remained_question_main_left_contact_item_icon {
    width: 64px;
    height: 64px;
    border: 1px solid #FFFFFF;
    border-radius: 74px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.remained_question_main_left_contact_item_icon img {
    width: 100%;
}

.remained_question_main_left_contact_item_info_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
}

.remained_question_main_left_contact_item_info_description a {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    color: #FFFFFF;
}

.remained_question_main_left_contact_item_info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.remained_question_main_left_contact_item {
    gap: 16px;
}

.remained_question_main_left_contact {
    padding-top: 82px;
}

.remained_question_main_left {
    max-width: 876px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.remained_question_main_right_image {
    max-width: 567px;
    width: 100%;
    height: 701px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.remained_question_main {
    position: relative;
}

.seo_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    color: #000000;
}

.seo_description {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #313131;
    padding-top: 64px;
}

.seo_title_and_description {
    padding: 80px 0 160px;
}

.seo_button {
    display: flex;
    justify-content: flex-start;
}

.footer {
    padding: 64px 0;
    background: #F1F1F1;
    border-radius: 42px 42px 0px 0px;
    padding-bottom: 25px;
}

.footer_list_content_logo {
    max-width: 182px;
    width: 100%;
}

.footer_list_content_logo a {
    width: 100%;
}

.footer_list_content_logo a img {
    width: 100%;
}

.footer_list_content_phone a {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: #000000;
}

.footer_list_content_phone p {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #000000;
}

.footer_list_content_phone p span {
    font-weight: 400;
}

.footer_list_content_address img {
    width: 19px;
}

.footer_list_content_address {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    gap: 14px;
}

.footer_list_content_address span {
    font-weight: 700;
}

.footer_list_content_button a {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 10px 32px;
    width: 100%;
    height: 70px;
    background: #FF7A00;
    border: 1px solid #FF7A00;
    border-radius: 4px;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 6px;
}

.footer_list_content_button a:hover {
    background: #000000;
    color: #FFFFFF;
    border: 1px solid #000000;
}

.footer_list_content_button a:active {
    background: #505050;
    color: #FFFFFF;
    border: 1px solid #505050;
}

.footer_list_content_document {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.footer_list_content_document span {
    font-weight: 400;
}

.footer_list_content {
    max-width: 250px;
    width: 100%;
}

.footer_list_content_phone {
    padding-top: 25px;
}

.footer_list_content_phone p {
    padding-top: 6px;
}

.footer_list_content_address {
    padding-top: 34px;
}

.footer_list_content_button {
    padding-top: 34px;
}

.footer_list_content_document {
    padding-top: 36px;
}

.footer_list_nav_item_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    white-space: nowrap;
}

.footer_list_nav_item_body ul li a {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #313131;
}

.footer_list_nav_item_body ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer_list_nav_item_body {
    padding-top: 23px;
    gap: 115px;
}

.footer_list_nav {
    width: 100%;
    gap: 230px;
}

.footer_list {
    gap: 200px;
    padding-bottom: 48px;
}

.footer_info_politic p {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #313131;
}

.footer_info_politic a {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-decoration-line: underline !important;
    color: #313131;
}

.footer_info_politic {
    gap: 57px;
}

.footer_web_dev a {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #313131;
}

.footer_info {
    padding-top: 20px;
    border-top: 1px solid #D8D8D8;
}

.footer_list_nav_item_title .icon_link {
    display: none;
}

.footer_list_content_document.mobile {
    display: none;
}

.header_top_support_link.mobile_footer {
    display: none;
}

.full_slider .swiper {
    clip-path: inset( -100vw -100vw -100vw 0 );
    overflow: unset;
}

.full_slider {
    overflow: hidden;
}

.how_we_build_house_main_body {
    padding-bottom: 100px;
}

.slider_arrow_left_build_house ,
.slider_arrow_right_build_house {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: -8px 19px 32.4px rgba(0, 0, 0, 0.3);
    border-radius: 40px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    position: absolute;
    z-index: 11;
    cursor: pointer;
}

.slider_arrow_left_build_house {
    top: 50%;
    left: -11px;
    transform: translateY(-150%);
}

.slider_arrow_right_build_house {
    top: 50%;
    right: -11px;
    transform: translateY(-150%);
}

.how_we_build_house_main_body_list {
    position: relative;
}

.our_project_list_main_item_image {
    display: none;
}

.our_project_list_main_slide_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #313131;
    padding-top: 12px;
}

.our_project_list_main_slide_arrow_item {
    width: 40px;
    height: 2px;
    background: #E2E2E2;
    border-radius: 77px;
}

.our_project_list_main_slide_arrow {
    gap: 4px;
    padding-top: 6px;
}

.our_project_list_main_slide_arrow_item.active {
    background: #82A52C;
}

.our_project_list_main_item_footer {
    padding: 6px 12px;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #313131;
    gap: 8px;
    width: fit-content;
}

.our_project_list_main_item_main {
    height: 100%;
}

.our_project_title {
    padding-bottom: 64px;
}

.our_project_list_main {
    position: relative;
}

.slider_arrow_our_project_left ,
.slider_arrow_our_project_right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: -8px 19px 32.4px rgba(0, 0, 0, 0.3);
    border-radius: 40px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    position: absolute;
    z-index: 11;
    cursor: pointer;
}

.slider_arrow_our_project_right {
    top: 50%;
    right: -11px;
    transform: translateY(-50%);
}

.slider_arrow_our_project_left {
    top: 50%;
    left: -11px;
    transform: translateY(-50%);
}

.map {
    padding: 160px 0;
}

.map_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    color: #000000;
    padding-bottom: 64px;
}

.map_body_item {
    max-width: 877px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    overflow: hidden;
}

.marker {
    background-image: url(../img/marker.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 58px;
    height: 58px;
    position: absolute;
    cursor: pointer;
}

.marker_hover_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #313131;
}

.marker_hover_info_type ,
.marker_hover_info_size {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #313131;
    padding: 12px 16px 15px;
    background: #E5F1D4;
    border-radius: 8px;
}

.marker_hover_link a {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FF7A00;
}

.marker_hover_image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 260px;
    height: 206px;
    border-radius: 8px;
}

.marker_hover {
    padding: 16px;
    background: #FFFFFF;
    border: 1px solid #82A52C;
    box-shadow: 91px 111px 57px rgba(0, 0, 0, 0.01), 51px 62px 48px rgba(0, 0, 0, 0.05), 23px 28px 36px rgba(0, 0, 0, 0.09), 6px 7px 20px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    width: fit-content;
    position: absolute;
    bottom: 50px;
    left: 40px;
    visibility: hidden;
    opacity: 0;
    z-index: 11;
}

.marker_hover_info {
    padding-top: 12px;
    gap: 4px;
}

.marker_hover_link {
    padding-top: 17px;
}

.marker_hover_link a {
    gap: 12px;
}

.marker:hover .marker_hover {
    visibility: visible;
    opacity: 1;
}

.map_body_item img {
    width: 100%;
}

.marker_hover_link a img {
    width: 21px;
}

.layout .header_nav_main {
    background: #EFEFEF;
    border-radius: 8px;
}

.header_top_paginate {
    padding: 5px 0 20px; 
}

.header_top_paginate_list ul li a {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #3C3C3B;
    padding-right: 15px;
    position: relative;
}

.header_top_paginate_list ul li a.active {
    color: #BBBBBB;
}

.header_top_paginate_list ul li a::before {
    content: '/';
    position: absolute;
    right: 0;
    top: 1px;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #82A52C;
}

.header_top_paginate_list ul {
    gap: 8px;
}

.header_top_paginate_list ul li:last-child a:before {
    content: unset;
}

.blog_title h1 {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    color: #000000;
    padding-bottom: 64px;
}

.blog_list_item_image {
    max-width: 475px;
    width: 100%;
    height: 308px;
    border-radius: 12px;
}

.blog_list_item {
    padding: 16px 16px 24px;
    max-width: 500px;
    width: 100%;
    background: #EFEFEF;
    border-radius: 12px;
    transition: all 0.4s;
}

.blog_list_item_title h4 {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    padding-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog_list_item_description {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #313131;
    padding-top: 8px;
    line-height: 160%;
}

.blog_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(381px, 1fr));
    gap: 20px;
    padding-bottom: 56px;
}

.button_for_get_new button {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FF7A00;
    padding: 24px 32px;
    width: 299px;
    border: 1px solid #FF7A00;
    border-radius: 4px;
    text-align: center;
    transition: all 0.4s;
    background: unset;
}

.button_for_get_new button:hover {
    background-color: #FF7A00;
    color: #FFFFFF;
}

.button_for_get_new button:active {
    background-color: #FF9D43;
    color: #FFFFFF;
}

.blog {
    padding-bottom: 160px;
}

.blog_list_item:hover {
    background: #E5F1D4;
}

.news_main_image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 450px;
    width: 100%;
    border-radius: 12px;
}

.news_main_title h1 {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    color: #313131;
    padding-bottom : 48px;
}

.news_main_text_p p, .seo_description p {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #313131;
}

.news_main_text_p p span, .seo_description p span {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    color: #82A52C;
    width: 100%;
    display: block;
}

.news_main_text_p p b, .seo_description p b {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #313131;
}

.news_main_text_p, .seo_description {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-family: 'Zona Pro';
    color:#313131;
}
.news_main_text_p h1, .seo_description h1 {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #000000;
    color:#FF7A00;
}

.news_main_text_p h2, .seo_description h2 {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    /*color: #000000;*/
    color:#FF7A00;
}

.news_main_text_p h3, .seo_description h3 {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    color:#FF7A00;
}

.news_main_text_p h4, .seo_description h4 {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    color:#FF7A00;
}

.news_main_text_p h5, .seo_description h5 {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color:#FF7A00;
}

.news_main_text_p ul, .seo_description ul {
    list-style: disc;
    margin-left: 40px;
    font-family: 'Zona Pro';
}

.news_main_text_p ul li, .seo_description ul li {
    margin-bottom: 10px;
    line-height: 160%;
    font-family: 'Zona Pro';
}

.news_main_text_p ol li, .seo_description ol li {
    margin-bottom: 10px;
    line-height: 160%;
    font-family: 'Zona Pro';
    color:#313131;
}

.news_main_text_p ul li::marker, .seo_description ul li::marker {
    color:#FF7A00;
    font-family: 'Zona Pro';
}

.news_main_text_p ol, .seo_description ol {
    list-style: decimal;
    margin-left: 40px;
    color:#313131;
}

.news_main_text_p p span i, .seo_description p span i {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #313131;
}

.news .remained_question_main {
    background: #313131;
}

.news .remained_question_main_left_form_politic_label span {
    background-image: unset;
    background-color: #FFFFFF;
}

.news .remained_question_main_left_form_politic input:checked + span {
    background-image: url(../img/Vector.svg);
}

.write_about_them_main_body.news {
    padding-top: 0px;
}

.write_about_them.news {
    background: unset;
}

.news .write_about_them_main_slider_item {
    background: #EFEFEF;
    transition: all 0.4s;
}

.news .write_about_them_main_slider_item:hover {
    background: #E5F1D4;
}

.news_arrow_item {
    gap: 29px;
}

.review_slider_arrow_left_news ,
.review_slider_arrow_right_news {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #FF7A00;
    border-radius: 40px;
    cursor: pointer;
}

.news .review_slider_arrow {
    display: flex;
}

.write_about_them_main_body_button.news {
    display: none;
}

.news_main_image {
    margin-bottom: 64px;
}

.about_us {
    padding-top: 206px;
    background: #EFEFEF;
    border-radius: 0 0 42px 42px;
}

.about_us_header_title h1 {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #000000;
}

.about_us_header_description p {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #313131;
}

.about_us_header_left {
    max-width: 796px;
    width: 100%;
}

.about_us_header_description {
    padding-top: 35px;
}

.about_us_header_title {
    padding-top: 117px;
}

.about_us_header_right_image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 640px;
    width: 100%;
    height: 514px;
    border-radius: 24px;
}

.about_us_header_right {
    width: 100%;
}

.about_us_header_right_image {
    margin: 57px 0 29px;
}

.about_us_header {
    background-image: url(../img/about_fon.png);
    background-position: top right 30%;
    background-repeat: no-repeat;
    gap: 64px;
}

.about_us_header_description {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.rift_house_main_left_list_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    background: #FF7A00;
    border-radius: 16px;
    max-width: 410px;
    width: 100%;
    height: 197px;
    padding: 24px 47px;
}

.rift_house_main_left_list_item_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 800;
    font-size: 64px;
    line-height: 120%;
    color: #FFFFFF;
    text-align: center;
}

.rift_house_main_left_list_item_description {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    text-align: center;
}

.rift_house_main_left_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(410px, 1fr));
    gap: 24px;
    max-width: 844px;
    width: 100%;
    flex-wrap: wrap;
}

.rift_house_main_right_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 140%;
    color: #000000;
}

.rift_house_main_right_description {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: #313131;
    padding-top: 24px;
}

.rift_house_main {
    gap: 79px;
}

.rift_house {
    padding: 160px 0;
}

.why_choose_us_main_body_list_item {
    padding: 24px;
    max-width: 500px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 24px;
}

.why_choose_us {
    padding: 64px 0;
    background: #EFEFEF;
    border-radius: 42px;
}

.why_choose_us_main_title h2 {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #000000;
    text-align: center;
}

.why_choose_us_main_body {
    padding-top: 64px;
}

.why_choose_us_main_body_list_item_image {
    max-width: 452px;
    width: 100%;
    height: 220px;
    border-radius: 12px;
    overflow: hidden;
    padding: 10px;
    display: flex;
    align-items: end;
    justify-content: flex-start;
}

.why_choose_us_main_body_list_item_type {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    padding: 10px;
    background: #FFFFFF;
    border-radius: 8px;
    width: fit-content;
}

.why_choose_us_main_body_list_item_description {
    padding-top: 39px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.why_choose_us_main_body_list_item_description p {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #313131;
    padding-left: 32px;
    position: relative;
}

.why_choose_us_main_body_list_item_description p::before {
    content: '';
    width: 18px;
    height: 12px;
    background-image: url(../img/description_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: 0;
    top: 5px;
    position: absolute;
}

.why_choose_us_main_body_list_item_description p span {
    color: #FF7A00;
}

.why_choose_us_main_body_list {
    gap: 20px;
}

.how_is_our_cooperation_going_list_item_type {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    position: absolute;
    background: #82A52C;
    border-radius: 12px;
    padding: 10px;
    color: #FFFFFF;
    left: 10px;
    top: 10px;
}

.how_is_our_cooperation_going {
    padding: 96px 0;
    background: #EFEFEF;
    border-radius: 42px;
    margin-top: 160px;
}

.how_is_our_cooperation_going_title h2 {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #000000;
}

.how_is_our_cooperation_going_list_item {
    padding: 20px 48px 88px;
    background: #FFFFFF;
    border-radius: 12px;
    max-width: 512px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    min-height: 420px;
}

.how_is_our_cooperation_going_list_item_description p {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #313131;
}

.how_is_our_cooperation_going_list_item_description {
    padding-top: 20px;
}

.how_is_our_cooperation_going_list_slider {
    padding-top: 64px;
}

.how_is_our_cooperation_going_main_list {
    position: relative;
}

.swiper_slider_paginate_for_top span {
    width: 54.67px;
    height: 2px;
    background: #E2E2E2;
    border-radius: 77px;
    opacity: 1;
}

.swiper_slider_paginate_for_top {
    gap: 4px;
    justify-content: center;
    display: none;
    padding-top: 10px;
}

.swiper_slider_paginate_for_top span.swiper-pagination-bullet-active {
    background: #82A52C;
}

.how_is_our_cooperation_going .slider_arrow {
    display: none;
}

.question_and_answer_header_title h1, .question_and_answer_header_title h2 {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #000000;
}

.question_and_answer_header_descritpion p {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #313131;
}

.question_and_answer_header_descritpion {
    padding-top: 35px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.question_and_answer_body_tab_list_item_header {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    color: #000000;
    padding: 21px;
    background: #F6F6F6;
    border-radius: 8px 8px 8px 8px;
    cursor: pointer;
    transition: all 0.4s;
    border: 1px solid #F6F6F6;
}

.question_and_answer_body_tab_list_item_body {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #313131;
    padding: 0px 60px 0px;
    border: 1px solid #82A52C;
    border-radius: 0 0 8px 8px;
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.question_and_answer_body_tab_list_item_header_title {
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.4s;
}

.question_and_answer_body_tab_list_item.active .question_and_answer_body_tab_list_item_header {
    background: #82A52C;
    border-radius: 8px 8px 0 0;
    border: 1px solid #82A52C;
}

.question_and_answer_body_tab_list_item.active .question_and_answer_body_tab_list_item_header_title {
    color: #FFFFFF;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(6deg) brightness(103%) contrast(103%);
}

.question_and_answer_body_tab_list_item.active .question_and_answer_body_tab_list_item_header_icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(6deg) brightness(103%) contrast(103%);
    transform: rotate(180deg);
}

.question_and_answer_body_tab_list_item.active .question_and_answer_body_tab_list_item_body {
    padding: 32px 60px 24px;
    visibility: visible;
    opacity: 1;
    height: auto;
    border-top: 0;
}

.question_and_answer_body_tab_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.question_and_answer_body {
    padding-top: 64px;
}

.service_header_title h1 {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    color: #000000;
}

.service_body_list_item {
    padding: 24px;
    background: #EFEFEF;
    border-radius: 24px;
}

.service_body_list_item_image {
    max-width: 485px;
    width: 100%;
    height: 306px;
    background: #E8E8E8;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: end;
    padding: 10px;
}

.service_body_list_item_image_date {
    padding: 10px;
    background: #FFFFFF;
    border-radius: 8px;
    gap: 10px;
    width: fit-content;
}

.service_body_list_item_image_date p {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.service_body_list_item_image_date p span {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}

.service_body_list_item_info_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color: #000000;
}

.service_body_list_item_info_description {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #313131;
    padding-top: 24px;
    line-height: 160%;
}

.service_body_list_item_info_price {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.service_body_list_item_info_price span {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color: #000000;
}

.service_body_list_item_info_button_modal button {
    padding: 24px 78px;
    background: #82A52C;
    border-radius: 8px;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    transition: all 0.4s;
}

.service_body_list_item_info_button_link a {
    padding: 24px 78px;
    width: 280px;
    border: 1px solid #82A52C;
    border-radius: 8px;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #82A52C;
    text-align: center;
}

.service_body_list_item_info_button {
    gap: 8px;
}

.service_body_list_item {
    gap: 48px;
}

.service_body_list_item_info_price_and_button {
    padding-top: 40px;
}

.service_body_list_item_info_price_and_button {
    gap: 76px;
}

.service_body_list_item_info {
    max-width: 950px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service_body {
    padding-top: 64px;
}

.service_body_list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.question_and_answer.service {
    padding-top: 160px;
}

.calculator_main_body_left_item_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #000000;
    gap: 12px;
}

.calculator_main_body_left_item_title_icon {
    width: 26px;
    height: 28px;
}

.calculator_main_body_left_item_title_icon img {
    width: 100%;
}

.calculator_main_body {
    padding-top: 64px;
}

.calculator_main_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #000000;
}

.calculator_main_body_left_item {
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 42px;
}

.calculator_main_body_left_item_body_input_going_to_build label span {
    width: 270px;
    height: 110px;
    background: #EFEFEF;
    border-radius: 12px;
    display: block;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #000000;
    padding: 20px;
}

.calculator_main_body_left_item_body_input_going_to_build label {
    cursor: pointer;
}

.calculator_main_body_left_item_body_input_going_to_build label input:checked + span {
    background-color: #E5F1D4;
    border: 3px solid #82A52C;
    box-shadow: 2px 11px 21.4px rgba(0, 0, 0, 0.18);
    background-position: bottom right -10px;
}

.calculator_main_body_left_item_body {
    gap: 47px;
    padding-top: 24px;
}

.calculator_main_body_left_item_body_input_going_to_build label input ,
.calculator_main_body_left_item_body_input_going_to_build_checkbox label input {
    display: none;
}

.calculator_main_body_left_item_body_input_going_to_build_checkbox label span {
    display: flex;
    min-width: 20px;
    height: 20px;
    border: 1px solid #82A52C;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
}

.calculator_main_body_left_item_body_input_going_to_build_checkbox label input:checked + span {
    background: #82A52C;
}

.calculator_main_body_left_item_body_input_going_to_build_checkbox label {
    gap: 8px;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #82A52C;
}

.calculator_main_body_left_item:not( :first-child ) {
    padding-top: 42px;
}

.calculator_main_body_left_item_body.minimum_size label span {
    background-size: 120px;
    width: 185px;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
    padding: 33px 12px 12px;
    position: relative;
}

.calculator_main_body_left_item_body.minimum_size label span i {
    background-image: url(../img/icon_item.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
    background-color: #313131;
    width: 20px;
    height: 20px;
    border-radius: 79px;
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
}

.calculator_main_body_left_item_body_item_checkbox label span {
    display: block;
    box-sizing: border-box;
    position: absolute;
    border: 1px solid #9C9B9B;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    position: relative;
}

.calculator_main_body_left_item_body_item_checkbox label input:checked + span::before {
    content: '';
    width: 16px;
    height: 16px;
    background: #82A52C;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 16px;
}

.calculator_main_body_left_item_body_item_checkbox label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #9C9B9B;
    cursor: pointer;
}

.calculator_main_body_left_item_body_item_checkbox label input {
    display: none;
}

.calculator_main_body_left_item_body_item_checkbox label input:checked + span {
    border: 1px solid #82A52C;
}

.calculator_main_body_left_item_body_item_checkbox:has(input:checked) label {
    color: #82A52C;
}

.calculator_main_body_left_item.help label span i {
    background-image: url(../img/icon_item.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
    background-color: #313131;
    width: 20px;
    height: 20px;
    border-radius: 79px;
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
}

.calculator_main_body_left_item.help label span {
    position: relative;
    padding: 28px 18px 10px;
    background-size: 110px;
}

.calculator_main_body_left_item_body.item_row .calculator_main_body_left_item_body_item_checkbox {
    padding-left: 48px;
}

.calculator_main_body_left_item_body.item_row {
    padding-top: 0;
}

.interior_finishing_item_image {
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    border-radius: 64px;
}

.interior_finishing_item label {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #9C9B9B;
    gap: 16px;
    cursor: pointer;
}

.interior_finishing_item label input {
    display: none;
}

.interior_finishing_item label input:checked + .interior_finishing_item_image {
    background: #E5F1D4;
    border: 3px solid #82A52C;
    box-shadow: 2px 11px 21.4px rgba(0, 0, 0, 0.18);
    border-radius: 800px;
}

.interior_finishing_item:has(input:checked) label {
    color: #82A52C;
}

.calculator_main_body_left_item_body_item_input input {
    padding: 10px 54px 10px 36px;
    max-width: 192px;
    width: 100%;
    height: 42px;
    border: 1px solid #9C9B9B;
    border-radius: 4px;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #9C9B9B;
}

.calculator_main_body_left_item_body_item_input input::placeholder {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #9C9B9B;
}

.calculator_main_body_left_item_body_item_input label::before {
    content: '';
    background-image: url(../img/pencil_icon.svg);
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 1px;
    left: 10px;
    position: absolute;
}

.calculator_main_body_left_item_body_item_input label {
    position: relative;
}

.calculator_main_body_left_item_body_item_input label::after {
    content: '(м2)';
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #DDDDDD;
    top: 0px;
    right: 10px;
    position: absolute;
}

.calculator_main_body_left {
    max-width: 906px;
    width: 100%;
}

.calculator_main_body_left_item.square .calculator_main_body_left_item_body {
    gap: 40px;
}

.calculator_main_body_right_form_header_title {
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #000000;
}

.calculator_main_body_right_form {
    max-width: 641px;
    width: 100%;
    background: #EFEFEF;
    border-radius: 24px 24px 12px 12px;
}

.calculator_main_body_right {
    width: 100%;
    max-width: 641px;
}

.calculator_main_body_right_form_body_itog_price {
    padding: 12px 24px;
    background: #FFFFFF;
    border-radius: 12px;
}

.calculator_main_body_right_form_body_itog_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #313131;
}

.calculator_main_body_right_form_body_itog_price_number span {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #313131;
}

.calculator_main_body_right_form_body_itog_price_number {
    font-weight: 400px;
    font-size: 16px;
    font-family: 'Zona Pro';
    font-style: normal;
    line-height: 120%;
    color: #313131;
    padding-top: 8px;
}

.calculator_main_body_right_form_body_itog {
    gap: 40px;
}

.calculator_main_body_right_form_body_list_item {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
}

.calculator_main_body_right_form_body_list_item span {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    color: #FF7A00;
}

.calculator_main_body_right_form_body_list {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 31px 0 51px;
}

.calculator_main_body_right_form_footer {
    padding: 38px 0px 22px 48px;
    background-image: url(../img/form_fon.png) , radial-gradient(54.52% 80.07% at 77.93% 50%, #A3D723 0%, #82A52C 100%);
    box-shadow: 0px -6px 60.8px rgba(0, 0, 0, 0.18);
    border-radius: 24px 24px 12px 12px;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 260px , cover;
}

.calculator_main_body_right_form_body {
    padding: 58px 48px;
}

.calculator_main_body_right_form_footer .remained_question_main_left_description {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #FFFFFF;
}

.calculator_main_body_right_form_footer .remained_question_main_left_form {
    padding-top: 19px;
    flex-direction: column;
    max-width: 300px;
}

.calculator_main_body_right_form_footer .remained_question_main_left_form_button {
    width: 100%;
}

.calculator_main_body_right_form_footer .remained_question_main_left_form_button button {
    max-width: unset;
}

.calculator_main_body_right_form_footer .remained_question_main_left_form_politic {
    max-width: 310px;
}

.remained_question_main_left_form_politic_label p {
    font-size: 14px;
}

.remained_question_main_left_form_politic_label p a {
    font-size: 14px;
}

.calculator_main_body_left_item.help .calculator_main_body_left_item_body_input_going_to_build label span {
    max-width: 220px;
}

.calculator_main_body {
    gap: 15px;
    justify-content: space-between;
}

.max_size {
    max-width: 770px;
    width: 100%;
}

.catalog_main_title h1 {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #000000;
}

.catalog_main_body {
    padding-top: 40px;
}

.catalog_main_filter_item_body_label label span {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #000000;
    background: #EFEFEF;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 20px;
    border: 2px solid #EFEFEF;
}

.catalog_main_filter_item_body_label label {
    cursor: pointer;
}

.catalog_main_filter_item_body_label label input {
    display: none;
}

.catalog_main_filter_item_body_label label:has(input:checked) span {
    background: #E5F1D4;
    border: 2px solid #82A52C;
    border-radius: 6px;
}

.catalog_main_filter_item_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #000000;
    padding-bottom: 16px;
}

.catalog_main_filter_item_body {
    gap: 10px;
}

.catalog_main_filter_item_body.grid_list {
    display: grid;
    grid-template-columns: repeat( 2 , auto );
    grid-template-rows: auto auto auto;
    gap: 10px;
}

.catalog_main_filter_item_body_label:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.catalog_main_filter_item_body_label:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

.catalog_main_filter_item_body_label:nth-child(3) {
    grid-column: 1 / 3;
    grid-row: 2;
}

.catalog_main_filter_item_body_label:nth-child(4) {
    grid-column: 1 / 3;
    grid-row: 3;
}

.catalog_main_filter {
    max-width: 380px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 42px;
}

.catalog_main_filter_item_title span {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #9C9B9B;
}

.catalog_main_filter_item_body_price_input_item label input {
    padding: 0px 47px 0px 10px;
    width: 132px;
    height: 58px;
    border: 1px solid #EFEFEF;
    border-radius: 8px;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 137%;
    color: #212529;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.price_input_button {
    max-width: 37px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.catalog_main_filter_item_body_price_input_item label {
    position: relative;
    display: flex;
    width: fit-content;
    flex-direction: column;
}

.price_input_button button {
    gap: 10px;
    width: 37px;
    height: 28px;
    background: #EFEFEF;
    border-radius: 8px 8px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price_input_button button:last-child {
    border-radius: 0px 0px 8px 8px;
}

.price_input_button {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.catalog_main_filter_item_body_price_input_item i {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 137%;
    color: #82A52C;
}

.range-slider {
    position: relative;
    width: 100%;
    height: 25px;
}

.range-slider input[type=range] {
    position: absolute;
    width: 100%;
    pointer-events: none; /* Чтобы клик не срабатывал дважды */
    -webkit-appearance: none;
    background: none;
    z-index: 2;
}

.range-slider input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
    border: 4px solid #7ba21d;
    cursor: pointer;
    -webkit-appearance: none;
}

.range-slider input[type=range]::-moz-range-thumb {
    pointer-events: all;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
    border: 4px solid #7ba21d;
    cursor: pointer;
}

.slider-track {
    position: relative;
    height: 4px;
    background: #d3d3d3;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    border-radius: 2px;
    top: 12px;
}

.slider-track::before {
    content: "";
    position: absolute;
    height: 100%;
    background: #7ba21d;
    z-index: 2;
    border-radius: 2px;
}

.catalog_main_filter_item_body_price_input_list_range {
    padding-top: 20px;
}

.catalog_main_filter_item_body_checkbox span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    border: 2px solid #9C9B9B;
    border-radius: 3px;
}

.catalog_main_filter_item_body_checkbox label {
    display: flex;
    align-items: center;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #9C9B9B;
    gap: 6px;
    cursor: pointer;
}

.catalog_main_filter_item_body_checkbox label input {
    display: none;
}

.catalog_main_filter_item_body_checkbox label:has( input:checked ) span {
    border: 2px solid #82A52C;
    background: #82A52C;
}

.catalog_main_filter_item_body_checkbox span img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7399%) hue-rotate(131deg) brightness(119%) contrast(96%);
}

.catalog_main_filter_item_body_checkbox_list {
    gap: 7px;
}

.catalog_main_filter_item_body_select_list_item select {
    padding: 12px;
    border: 1px solid #C9C9C9;
    border-radius: 6px;
    width: 100%;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 137%;
    color: #313131;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    z-index: 1;
}

.catalog_main_filter_item_body_select_list_item::before {
    content: '';
    background-image: url(../img/select_icon.svg);
    width: 14px;
    height: 7px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 17px;
    right: 22px;
    z-index: 0;
}

.catalog_main_filter_item_body_select_list_item {
    position: relative;
}

.catalog_main_filter_item_form_button button {
    padding: 24px;
    background: #FF7A00;
    border-radius: 8px;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    width: 100%;
    transition: all 0.4s;
}

.catalog_main_filter_item_form_button {
    width: 100%;
}

.catalog_main_banner {
    padding-top: 160px;
}

.catalog_main_banner_one {
    padding: 42px 60px 32px;
    max-width: 380px;
    width: 100%;
    height: 398px;
    background: url(../img/banner_fon.png) , radial-gradient(112.47% 66.91% at 50% 33.09%, #FFFC9F 0%, #FFDE47 100%);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
}

.catalog_main_banner_one_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #000000;
    padding-top: 21px;
}

.catalog_main_banner_one_description {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
    padding-top: 15px;
}

.catalog_main_banner_one_phone {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #000000;
    padding-top: 15px;
}

.catalog_main_banner_one_social_list {
    gap: 16px;
    padding-top: 21px;
}

.catalog_main_banner_one_social_description {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #000000;
    gap: 4px;
    padding-top: 6px;
}

.catalog_main_banner_one_social_description span {
    width: 6px;
    height: 6px;
    background: #1BC435;
    border-radius: 3px;
    display: block;
}

.catalog_main_banner_two {
    padding: 0px 60px 32px;
    max-width: 380px;
    width: 100%;
    background: #EFEFEF;
    border-radius: 12px;
}

.catalog_main_banner_two_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #000000;
    text-align: center;
}

.catalog_main_banner_two_description {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
    padding-top: 8px;
    text-align: center;
}

.catalog_main_banner_two_button button {
    padding: 24px;
    background: #82A52C;
    border-radius: 8px;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    width: 100%;
    transition: all 0.4s;
}

.catalog_main_banner_two_button {
    padding-top: 21px;
    width: 100%;
}

.catalog_main_banner_two_image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 224px;
    height: 215px;
    filter: drop-shadow(65px 63px 36px rgba(0, 0, 0, 0.02)) drop-shadow(37px 35px 30px rgba(0, 0, 0, 0.08)) drop-shadow(16px 16px 23px rgba(0, 0, 0, 0.13)) drop-shadow(4px 4px 12px rgba(0, 0, 0, 0.15));
    padding-bottom: 35px;
    position: relative;
    top: -46px;
    left: 15px;
}

.catalog_main_banner_two_image img {
    width: 125%;
}

.catalog_main_body_item_list {
    max-width: 1093px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat( 2 , auto );
    grid-template-rows: auto auto auto;
    gap: 10px;
}

.catalog_main_body_item_list_item {
    padding: 16px;
    max-width: 540px;
    width: 100%;
    background: #F9F9F9;
    border-radius: 12px;
}

.catalog_main_body_item_list_item_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
    padding-top: 16px;
}

.catalog_main_body_item_list_item_specific {
    padding-top: 16px;
    display: grid;
    grid-template-columns: repeat( 2 , auto );
    grid-template-rows: auto auto auto;
    gap: 10px;
}

.catalog_main_body_item_list_item_specific_item {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #313131;
    gap: 6px;
}

.catalog_main_body_item_list_item_specific_item span {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #313131;
}

.catalog_main_body_item_list_item_footer_list_item {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #313131;
}

.catalog_main_body_item_list_item_footer_list_item span {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #82A52C;
}

.catalog_main_body_item_list_item_footer_list_item i {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #9C9B9B;
}

.catalog_main_body_item_list_item_footer_button button {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
    padding: 14px 37px;
    gap: 10px;
    background: #82A52C;
    border-radius: 8px;
    max-width: 212px;
    width: 100%;
    transition: all 0.4s;
}

.catalog_main_body_item_list_item_footer_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.catalog_main_body_item_list_item_footer {
    padding-top: 34px;
    gap: 10px;
}

.catalog_main_body {
    gap: 10px;
    justify-content: space-between;
    padding-bottom: 80px;
}

.catalog_main_body_item_list_main {
    width: 100%;
    max-width: 1093px;
}

.catalog_main_body_item_list_main_button button {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FF7A00;
    padding: 24px 32px;
    border: 1px solid #FF7A00;
    border-radius: 4px;
    width: 100%;
    background: unset;
}

.catalog_main_body_item_list_main_button {
    padding-top: 20px;
}

.catalog_main_filter_item_form_button button:hover {
    background: #000000;
    color: #FFFFFF;
}

.catalog_main_filter_item_form_button button:active {
    background: #505050;
    color: #FFFFFF;
}

.catalog_main_body_item_list_item_footer_button button:hover {
    background: #E5F1D4;
    color: #67802A;
}

.service_body_list_item_info_button_modal button:hover {
    background: #E5F1D4;
    color: #67802A;
}

.catalog_main_banner_two_button button:hover {
    background: #E5F1D4;
    color: #67802A;
}

.catalog_main_body_item_list_main_button button:hover {
    background-color: #FF7A00;
    color: #FFFFFF;
}

.catalog_main_body_item_list_main_button button:active {
    background-color: #FF9D43;
    color: #FFFFFF;
}

.why_customer_choose.catalog {
    padding-bottom: 160px;
}

.mobile_colse_button_for_filter {
    display: none;
}

.mobile_colse_button_for_filter button {
    background: unset;
    width: 24px;
    height: 24px;
}

.mobile_colse_button_for_filter button img {
    width: 100%;
}

.catalog_main_body_item_list_main_mobile_filter_button button {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 122%;
    color: #82A52C;
    width: 100%;
    padding: 14px;
    background: #E5F1D4;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.catalog_main_body_item_list_main_mobile_filter_button {
    width: 100%;
}

.catalog_main_body_item_list_main_mobile_filter_button {
    display: none;
}

.catalog_main_body_item_list_main_banner_footer_item {
    padding: 30px 60px 30px 25px;
    max-width: 772px;
    width: 100%;
    background: #EFEFEF;
    border-radius: 12px;
}

.catalog_main_body_item_list_main_banner_footer_item_info_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #000000;
}

.catalog_main_body_item_list_main_banner_footer_item_description {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
    padding-top: 16px;
}

.catalog_main_body_item_list_main_banner_footer_item_info_button button {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 24px;
    background: #FF7A00;
    border-radius: 8px;
}

.catalog_main_body_item_list_main_banner_footer_item_image {
    max-width: 290px;
    width: 100%;
    position: relative;
}

.catalog_main_body_item_list_main_banner_footer_item_image img {
    max-width: 350px;
    position: absolute;
    top: -95px;
    left: -90px;
}

.catalog_main_body_item_list_main_banner_footer_item_info_button {
    padding-top: 21px;
}

.catalog_main_body_item_list_main_banner_footer_item_info_button.black button {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 19px 24px;
    background: #313131;
    border-radius: 8px;
    gap: 14px;
    transition: all 0.4s;
    border: 1px solid #313131;
}

.catalog_main_body_item_list_main_banner_footer_item_info_button.black button:hover {
    background-color: unset;
    color: #000000;
}

.catalog_main_body_item_list_main_banner_footer_item_info_button.black button:hover img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(310deg) brightness(94%) contrast(102%);
}

.catalog_main_body_item_list_main_banner_footer_item_info_button.black button:active {
    border-color: #505050;
    color: #505050;
}

.catalog_main_body_item_list_main_banner_footer_item_info_button.black button:active img {
    filter: brightness(0) saturate(100%) invert(28%) sepia(4%) saturate(81%) hue-rotate(110deg) brightness(99%) contrast(83%);
}

.calculator_banner_footer_item .catalog_main_body_item_list_main_banner_footer_item_image img {
    max-width: 350px;
    position: absolute;
    top: -182px;
    left: 10px;
}

.catalog_main_body_item_list_main_banner_footer {
    gap: 18px;
}

.catalog_main_body_item_list_main_top_banner_item {
    background-image: url(../img/Banner_top.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1093px;
    border-radius: 12px;
    margin-bottom: 20px;
    position: relative;
}

.catalog_main_body_item_list_main_top_banner_item_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #000000;
}

.catalog_main_body_item_list_main_top_banner_item_description span {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 8px 11px;
    display: flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
}

.catalog_main_body_item_list_main_top_banner_item_description span i {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #000000;
}

.catalog_main_body_item_list_main_top_banner_item_description {
    padding-top: 12px;
    gap: 12px;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
}

.catalog_main_body_item_list_main_top_banner_item_header {
    padding: 18px 57px 25px;
    position: relative;
    z-index: 1;
}

.banner_key_icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 0;
    background-image: url(../img/Remove-bg.ai_1745323380568.png);
    width: 223px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.catalog_main_filter_item_checkbox_list_input label span {
    padding: 10px 12px;
    background: #EFEFEF;
    border-radius: 10px;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #000000;
    display: block;
    width: fit-content;
    border: 2px solid #EFEFEF;
}

.catalog_main_filter_item_checkbox_list_input label {
    display: block;
    width: fit-content;
    cursor: pointer;
}

.catalog_main_filter_item_checkbox_list {
    gap: 10px;
}

.catalog_main_filter_item_checkbox_list_input label input {
    display: none;
}

.catalog_main_filter_item_checkbox_list_input label:has(input:checked) span {
    background: #E5F1D4;
    border: 2px solid #82A52C;
}

.credit_banner_main {
    background: url(../img/icon_145.png) , radial-gradient(25.75% 168.9% at 82.72% 50%, #5F81C7 0%, #2E3F61 100%);
    background-position: bottom left , center;
    background-repeat: no-repeat;
    background-size: contain , contain;
    border-radius: 12px;
    padding: 50px 0 70px 129px;
}

.credit_banner_main_title h1 {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 120%;
    color: #FFFFFF;
}

.credit_banner_main_type_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #FECC69;
}

.credit_banner_main_type_list_item {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #FECC69;
    gap: 8px;
}

.credit_banner_main_with_registration_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #FFFFFF;
}

.credit_banner_main_with_registration_list_item {
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 5px 28px 97.3px #24375C;
    backdrop-filter: blur(6.9px);
    border-radius: 12px;
    padding: 21px 14px 16px;
    max-width: 189px;
    width: 100%;
}

.credit_banner_main_with_registration_list_item_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
}

.credit_banner_main_title {
    padding-bottom: 30px;
}

.credit_banner_main_type_list {
    padding-top: 10px;
    gap: 29px;
}

.credit_banner_main_with_registration {
    padding-top: 30px;
}

.credit_banner_main_with_registration_list {
    gap: 7px;
    padding-top: 11px;
}

.credit_banner_main_with_registration_list_item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #737F95;
    position: relative;
}

.credit_banner_main_button_list_item button {
    background: #FF7A00;
    border-radius: 8px;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 31px 23px;
    transition: all 0.4s;
}

.credit_banner_main_button_list {
    gap: 15px;
    padding-top: 48px;
}

.credit_banner_main_button_list_item button:hover {
    background: #000000;
    color: #FFFFFF;
}

.credit_banner_main_button_list_item button:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(0%) hue-rotate(70deg) brightness(108%) contrast(108%);
}

.credit_banner_main_button_list_item button:active {
    background: #505050;
    color: #FFFFFF;
}

.credit_banner_main_button_list_item button:active img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(0%) hue-rotate(70deg) brightness(108%) contrast(108%);
}

.credit_banner_main {
    position: relative;
    overflow: hidden;
}

.credit_banner_main_bank_logo {
    background-image: url(../img/Star.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 170px;
    height: 170px;
    padding: 30px;
    gap: 17px;
    position: absolute;
    right: 40%;
    bottom: 14%;
    z-index: 111;
}

.credit_banner_main_bank_logo img {
    width: 100%;
}

.credit_banner_main_sale_price {
    background-image: url(../img/Star_01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 215px;
    height: 215px;
    padding: 30px;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #2E3F61;
    position: absolute;
    right: 32%;
    bottom: 30%;
}

.credit_banner_main_sale_price span {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #2E3F61;
}

.credit_banner_main_sale_price i {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 120%;
    color: #2E3F61;
}

.credit_banner_main::before {
    content: '';
    background-image: url(../img/Group_icon_070.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: -25px;
    width: 618px;
    height: 543px;
    z-index: 100;
}

.credit_banner_slider_list_item {
    padding: 24px 20px 24px;
    background: #EFEFEF;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 210px;
}

.credit_banner_slider_list_item_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #313131;
    padding-top: 8px;
}

.credit_banner_slider_list_item_description {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #313131;
    padding-top: 8px;
}

.credit_banner_slider_list {
    padding-top: 10px;
}

.credit_banner_slider_list_main {
    position: relative;
}

.credit_banner_slider_list_main .slider_arrow ,
.credit_banner_slider_list_main  .swiper_slider_paginate_for_top {
    display: none;
}

.we_built_main_body_list_item {
    padding: 16px 16px 28px;
    max-width: 508px;
    width: 100%;
    background: #F9F9F9;
    border-radius: 12px;
    transition: all 0.4s;
}

.we_built_main_body_list_item_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
    padding: 16px 0;
}

.we_built_main_body_list_item_info_item {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #313131;
    gap: 6px;
    padding-top: 28px;
    border-top: 1px solid #EFEFEF;
}

.we_built_main_body_list_item_info_item span {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #313131;
}

.we_built_main_body_list_item_info {
    gap: 40px;
}

.we_built_main_body_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
    padding-bottom: 56px;
}

.we_built_main_title h1 {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #000000;
}

.we_built_main_title {
    padding-bottom: 48px;
}

.we_built_main_body_list_item:hover {
    background: #E5F1D4;
}

.we_built_main_body_button {
    padding: 0px 0 160px;
}

.product_card_main_header_info_title h1 {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #000000;
}

.product_card_main_header_info_specific_item_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #313131;
}

.product_card_main_header_info_specific_item_title span {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #313131;
}

.product_card_main_header_info_specific_item_icon {
    width: 46px;
    height: 46px;
    background: #FFF3E8;
    border-radius: 8px;
    padding: 10px;
}

.product_card_main_header_info_specific_item_icon img {
    width: 100%;
}

.product_card_main_header_info_specific_item {
    gap: 16px;
}

.product_card_main_header_info_specific {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 28px;
}

.product_card_main_header_info_price_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #000000;
}

.product_card_main_header_info_price_body_item {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #313131;
}

.product_card_main_header_info_price_body_item span {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #82A52C;
}

.product_card_main_header_info_price_body_item span i {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #9C9B9B;
}

.product_card_main_header_info_price {
    padding-top: 48px;
}

.product_card_main_header_info_price_body {
    padding-top: 11px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product_card_main_header_info_button button {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px;
    height: 70px;
    max-width: 388px;
    width: 100%;
    background: #FF7A00;
    border-radius: 8px;
}

.product_card_main_header_info_button {
    padding-top: 24px;
}

.product_card_main_header_info_ipotek {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    color: #67802A;
    padding: 10px;
    height: 70px;
    max-width: 388px;
    width: 100%;
    background: #E5F1D4;
    border-radius: 8px;
    margin-top: 22px;
}

.product_card_main_header_info_ipotek span {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #67802A;
}

.product .header_section_content {
    top: 0;
    padding: 48px 0 64px;
    background: linear-gradient(0deg, #F6F6F6, #F6F6F6), linear-gradient(180deg, #FFFFFF 8.21%, rgba(255, 255, 255, 0.54) 132.09%);
    box-shadow: 0px 38px 60px rgba(189, 189, 189, 0.51);
    backdrop-filter: blur(6.6px);
    border: 4px solid #FFFFFF;
}

.product {
    padding: 64px 0 64px;
}

.layout_section_main_body_info_list_item_icon {
    width: 60px;
    height: 60px;
    background: #E5F1D4;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.layout_section_main_body_info_list_item_descritpion_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #000000;
}

.layout_section_main_body_info_list_item_descritpion_info {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #313131;
}

.layout_section_main_body_info_list_item {
    display: flex;
    align-items: center;
    gap: 18px;
}

.layout_section_main_body_info_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    justify-content: space-between;
}

.layout_section_main_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    color: #000000;
}

.layout_section_main_body {
    padding-top: 64px;
    padding-bottom: 160px;
}

.layout_section_main_body_image {
    padding: 48px 22px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 8px;
    max-width: 688px;
    width: 100%;
}

.layout_section_main_body_info {
    max-width: 416px;
    width: 100%;
    padding-right: 10px;
}

.layout_section_main_body_image {
    max-width: 900px;
    width: 100%;
}

.layout_section_main_body_image img {
    width: 100%;
}

.layout_section_main_body_info_button button {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 10px;
    max-width: 416px;
    width: 100%;
    height: 70px;
    background: #FF7A00;
    border-radius: 8px;
}

.layout_section_main_body_info_button {
    padding-top: 28px;
}

.equipment_section_main_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #000000;
    padding-bottom: 50px;
}

.equipment_section {
    padding: 78px 0;
    background: #EFEFEF;
    border-radius: 42px;
}

.table_icon {
    width: 35px;
    height: 35px;
    background: #FFE6CB;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
}

.table_item {
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #000000;
}

.equipment_section_main_table table thead {
    background: #FF7A00;
    border-radius: 8px 0px 0px 0px;
}

.equipment_section_main_table table thead th {
    padding: 16px 24px;
}

.equipment_section_main_table table {
    border: 1px solid #EFEFEF;
    border-collapse: collapse;
}

.equipment_section_main_table table th,
.equipment_section_main_table table td {
    border: 1px solid #EFEFEF;
    padding: 10px;
}

.equipment_section_main_table table tbody tr:nth-child(odd) {
    background-color: #FFFFFF;
}

.equipment_section_main_table table tbody tr:nth-child(even) {
    background-color: #FAFFF4;
}

.equipment_section_main_table table tbody tr td {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #313131;
}

.equipment_section_main_table table tbody tr td {
    width: 33.3%;
    vertical-align: middle;
}

.product_card_main_header_image_list_item_image {
    border-radius: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 903px;
    width: 100%;
    height: 100%;
}

.product_card_main_header_image {
    width: 100%;
    height: 100%;
}

.product_card_main_header_image_main {
    max-width: 903px;
    width: 100%;
    height: 652px;
}

.product_card_main_header {
    gap: 95px;
    /* 140px; */
}

.product_card_main_header_image_main_pagination .swiper-pagination-bullet {
    width: 40px;
    height: 2px;
    background: #E2E2E2;
    border-radius: 77px;
    opacity: 1;
}

.product_card_main_header_image_main_pagination .swiper-pagination-bullet-active {
    background: #82A52C;
}

.product_card_main_header_image_main_pagination {
    padding-top: 12px;
}

.product_card_main_header_image_main_arrow_left ,
.product_card_main_header_image_main_arrow_right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: -8px 19px 32.4px rgba(0, 0, 0, 0.3);
    border-radius: 40px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    position: absolute;
    z-index: 11;
    cursor: pointer;
}

.product_card_main_header_image_main_arrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product_card_main_header_image_main {
    position: relative;
}

.product_card_main_header_image_main_arrow_right {
    top: 50%;
    right: -11px;
    transform: translateY(-50%);
}

.product_card_main_header_image_main_arrow_left {
    top: 50%;
    left: -11px;
    transform: translateY(-50%);
}

.product_card_main_header_image_main_button_tab_list {
    padding: 12px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(2.9px);
    border-radius: 77px;
    gap: 6px;
}

.product_card_main_header_image_main_body {
    width: 100%;
    height: 100%;
    position: relative;
}

.product_card_main_header_image_main_button_tab_list_item a {
    padding: 18px 29px;
    background: #EFEFEF;
    border-radius: 800px;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #000000;
}

.product_card_main_header_image_main_button_tab_list_item a.active {
    background: #E5F1D4;
    color: #67802A;
}

.product_card_main_header_image_main_button_tab {
    position: absolute;
    bottom: 16px;
    z-index: 11;
    width: 100%;
}

.display_none {
    display: none;
}

.product_card_main_header_info_title {
    display: block;
}

.mobile_title {
    display: none;
}

.table_row_item {
    gap: 16px;
    width: 100%;
    font-size: 14px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.equipment_section_main_table table thead th {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
}

.equipment_section_main_table {
    overflow: hidden;
    border-radius: 8px;
}

.table_icon img {
    width: 100%;
}

.equipment_section_main_table table tbody tr td:first-child {
    padding-left: 24px;
}

.equipment_section_main_footer_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #FFFFFF;
    padding: 24px 24px;
    background: #FF7A00;
    border-radius: 8px 8px 0px 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #EFEFEF;
}

.equipment_section_main_footer_item {
    padding: 26px 24px;
    background: #FFFFFF;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #313131;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    border-bottom: 1px solid #EFEFEF;
}

.equipment_section_main_footer_item:last-child {
    border-radius: 0px 0px 8px 8px;
}

.equipment_section_main_footer {
    padding-top: 24px;
}

.equipment_section_main_banner_main_text {
    max-width: 820px;
    width: 100%;
}

.equipment_section_main_banner_main_text_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #FFFFFF;
    padding-bottom: 24px;
    position: relative;
    max-width: 600px;
    width: 100%;
}

.equipment_section_main_banner_main_text_description {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: #FFFFFF;
    position: relative;
}

.equipment_section_main_banner_main_text_title::before {
    content: '';
    background-image: url(../img/table_banner_icon.svg);
    position: absolute;
    bottom: 0;
    width: 220px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 32%;
}

.equipment_section_main_banner {
    margin-top: 50px;
    position: relative;
    overflow: hidden;
    padding: 54px;
    gap: 24px;
    background: url(../img/table_fon_item_icon_01.png) , linear-gradient(90deg, rgba(130, 165, 44, 0) 0%, #82A52C 100%), radial-gradient(97.88% 263.09% at 101.15% 50%, #255016 0%, #36A74E 48.08%, #255016 100%);
    border-radius: 12px;
    background-position: right top, center , center;
    background-repeat: no-repeat , no-repeat;
    background-size: 200px , contain , cover;
}

.equipment_section_main_banner::before {
    position: absolute;
    content: '';
    background-image: url(../img/table_banner_icon_02.png);
    background-position: unset;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 543px;
    height: 149%;
    left: -40px;
    top: -123px;
}

.equipment_section_main_banner_sloy {
    background-image: url(../img/table_banner_sloy_fon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 152px;
    height: 152px;
    border-radius: 25px;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #2E3F61;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 140px;
    bottom: 90px;
}

.equipment_section_main_banner::after {
    content: '';
    background-image: url(../img/table_banner_icon_03.png);
    width: 164px;
    height: 227px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 110px;
    bottom: -40px;
}

.cost_of_your_house_main_info_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #000000;
}

.cost_of_your_house_main_info_description {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
    padding-top: 16px;
}

.cost_of_your_house_main_info_button {
    padding-top: 21px;
}

.cost_of_your_house_main {
    padding: 48px 34px 48px;
    gap: 90px;
    background: #E5F1D4;
    border-radius: 12px;
}

.cost_of_your_house_main_image {
    position: relative;
    max-width: 540px;
    width: 100%;
}

.cost_of_your_house_main_image img {
    position: absolute;
    bottom: -120px;
    left: 0;
    width: 100%;
}

.cost_of_your_house {
    padding: 160px 0;
}

.preliminary_work_main_list_item {
    padding: 24px;
    gap: 15px;
    max-width: 378px;
    width: 100%;
    background: #EFEFEF;
    border-radius: 16px;
    position: relative;
}

.preliminary_work_main_list_item_count {
    position: absolute;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #FFFFFF;
    width: 50px;
    height: 50px;
    background: #82A52C;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 10px;
    top: 10px;
}

.preliminary_work_main_list_item_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #313131;
    padding-top: 26px;
}

.preliminary_work_main_list_item_title span {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #82A52C;
}

.preliminary_work_main_list_item_image img {
    height: 100%;
}

.preliminary_work_main_list_item_image {
    padding: 10px;
    height: 224px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preliminary_work_main {
    padding-top: 60px;
}

.preliminary_work_main_list {
    gap: 17px;
}

.we_can_also_perform {
    padding: 160px 0;
}

.we_can_also_perform_main_list_item {
    padding: 16px;
    max-width: 492px;
    width: 100%;
    background: #EFEFEF;
    border-radius: 16px;
}

.we_can_also_perform_main_list_item_img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 460px;
    width: 100%;
    height: 224px;
    border-radius: 12px;
}

.we_can_also_perform_main_list_item_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    padding-top: 12px;
}

.we_can_also_perform_main_list {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    padding-top: 48px;
}

.project_description {
    padding: 48px 0;
    background: #EFEFEF;
    border-radius: 36px;
}

.project_description_title h2 {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #000000;
}

.project_description_test {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #313131;
    padding-top: 32px;
}

.project_description_main_button .write_about_them_main_body_button {
    padding-top: 48px;
}

.similar_project_slider_main_body_slider {
    position: relative;
}

.similar_project_slider_main {
    padding: 160px 0;
}

.similar_project_slider_main .our_project_title h2 {
    max-width: 450px;
    width: 100%;
}

.similar_project_slider_main .catalog_main_body_item_list_item:hover {
    background: #FFFFFF;
    border: 1px solid #82A52C;
    box-shadow: 9px 34px 53.8px rgba(0, 0, 0, 0.1);
}

.similar_project_slider_main .catalog_main_body_item_list_item {
    border: 1px solid #F9F9F9;
    transition: all 0.4s;
}

.product_card_main_header_info_button button:hover {
    background: #000000;
    color: #FFFFFF;
}

.product_card_main_header_info_button button:active {
    background: #505050;
    color: #FFFFFF;
}

.layout_section_main_body_info_button button:hover {
    background: #000000;
    color: #FFFFFF;
}

.layout_section_main_body_info_button button:active {
    background: #505050;
    color: #FFFFFF;
}

.product_card_main_header_info_button button ,
.layout_section_main_body_info_button button {
    transition: all 0.4s;
}

.contact_main_header_list_item_contact {
    padding: 14px 48px 14px 48px;
    background: #F6F6F6;
    border-radius: 12px;
    width: fit-content;
    width: 100%;
}

.contact_main_header_list_item_contact_icon {
    width: 50px;
    height: 50px;
    background: #E5F1D4;
    border-radius: 6px;
}

.contact_main_header_list_item_contact_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_main_header_list_item_contact_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #000000;
    padding-top: 16px;
}

.contact_main_header_list_item_contact_description {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #000000;
    padding-top: 8px;
}

.contact_main_header_list_item_contact_description a {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #000000;
}

.contact_main_header_list {
    gap: 36px;
}

.contact_main_header_list_item_button a {
    width: 264px;
    height: 150px;
    background: #82A52C;
    border-radius: 8px;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.4s;
}

.contact_main_header_list_item_button a img {
    width: 27px;
}

.contact_main_header_list_item_button a:hover {
    background: #FF7A00;
    color: #FFFFFF;
}

.contact_main_header_list_item_button a:active {
    background: #FF9D43;
    color: #FFFFFF;
}

.contact_main_header_list_item:nth-child(1) {
    max-width: 390px;
    width: 100%;
}

.contact_main_header_list_item:nth-child(2) {
    max-width: 306px;
    width: 100%;
}

.contact_main_header_list_item:nth-child(3) {
    max-width: 490px;
    width: 100%;
}

.contact_main_header_info_list_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    align-items: center;
    color: #000000;
}

.contact_main_header_info_and_map {
    margin-top: 80px;
}

.contact_main_header_info_list_main_item_image {
    min-width: 60px;
    height: 60px;
    background: #E5F1D4;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_main_header_info_list_main_item_text span {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #000000;
}

.contact_main_header_info_list_main_item_text p {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #000000;
}

.contact_main_header_info_list_main_item_text i {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #FF7A00;
}

.contact_main_header_info_list_main_item {
    gap: 16px;
}

.contact_main_header_info_list_main {
    padding-top: 48px;
    position: relative;
}

.contact_main_header_info_list_main {
    gap: 48px;
    display: flex;
    flex-direction: column;
}

.contact_main_header_info_list_main_item_text p b {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #000000;
}

.contact_main_header_and_map {
    max-width: 772px;
    width: 100%;
    height: 549px;
}

.contact_main_header_info_and_map {
    gap: 74px;
}

.contact_main_header_and_map iframe {
    width: 100%;
    height: 100%;
}

.contact_main_header_info_list_main::before {
    content: "";
    position: absolute;
    top: 50px;
    bottom: 0;
    width: 2px;
    background-image: repeating-linear-gradient( to bottom, #cce8b0, #cce8b0 6px, transparent 6px, transparent 12px );
    left: 29px;
    transform: translateX(-50%);
    z-index: -1;
}

.contact_main_header {
    padding-top: 48px;
}

.our_warehouse_main_title h2 {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #000000;
}

.our_warehouse {
    padding: 64px 0 64px 0;
    background: #EFEFEF;
    border-radius: 42px;
}

.contact_main {
    padding-bottom: 160px;
}

.our_warehouse_main_body {
    padding-top: 60px;
}

.our_warehouse_main_left_address_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #000000;
}

.our_warehouse_main_left_address_description {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #313131;
}

.our_warehouse_main_left_address {
    gap: 15px;
}

.our_warehouse_main_left {
    max-width: 576px;
    width: 100%;
}

.our_warehouse_main_left_asistant_profile_info_name {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #000000;
}

.our_warehouse_main_left_asistant_profile_info_phone a {
    display: flex;
    align-items: center;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #82A52C;
    gap: 8px;
    padding-top: 5px;
}

.our_warehouse_main_left_asistant_profile_info_description {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #313131;
    padding-top: 15px;
}

.our_warehouse_main_left_asistant_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    padding-bottom: 30px;
}

.our_warehouse_main_left_asistant {
    padding: 33px 32px;
    background: #FFFFFF;
    border-radius: 12px;
}

.our_warehouse_main_left_asistant_profile_avatar {
    width: 98px;
    height: 98px;
    border-radius: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.our_warehouse_main_left_asistant_profile {
    gap: 12px;
}

.our_warehouse_main_left_asistant {
    margin-top: 32px;
}

.our_warehouse_main_right_description_header {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: #313131;
    padding-top: 42px;
}

.our_warehouse_main_right_description_header span {
    color: #000000;
    font-weight: 600;
    display: block;
}

.our_warehouse_main_right_description_footer {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #000000;
    padding-top: 42px;
}

.our_warehouse_main_right {
    max-width: 676px;
    width: 100%;
}

.our_warehouse_main_body {
    gap: 20px;
}

.contact_our_office {
    padding: 160px 0;
}

.contact_our_office_main_title h2 {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #000000;
}

.contact_our_office_main_body {
    padding-top: 48px;
}

.contact_our_office_main_left {
    max-width: 591px;
    width: 100%;
}

.contact_our_office_main_left_slider {
    max-width: 547px;
    width: 100%;
    margin-top: 35px;
}

.contact_our_office_main_left_slider_item {
    max-width: 547px;
    width: 100%;
    height: 366px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
}

.contact_our_office_main_left_slider_main_paginate {
    padding-top: 12px;
    display: flex;
    justify-content: center;
    gap: 0px;
}

.contact_our_office_main_left_slider_main_paginate .swiper-pagination-bullet {
    width: 40px;
    height: 2px;
    background: #E2E2E2;
    border-radius: 77px;
    opacity: 1;
}

.contact_our_office_main_left_slider_main_paginate .swiper-pagination-bullet-active {
    background: #82A52C;
}

.contact_our_office_main_left_slider {
    position: relative;
}

.contact_our_office_main_right_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #000000;
}

.contact_our_office_main_right_sider {
    max-width: 547px;
    width: 100%;
    position: relative;
    margin-top: 36px;
}

.contact_our_office_main_right {
    padding-right: 130px;
}

.contact_our_detail {
    padding: 64px 0 64px;
    background-color: #EFEFEF;
    border-radius: 42px;
    background-image: url(../img/papers.svg);
    background-position: bottom 45px right 88px;
    background-size: 404px;
    background-repeat: no-repeat;
}

.contact_our_detail_main_title h3 {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #000000;
}

.contact_our_detail_main_list {
    padding-top: 55px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact_our_detail_main_list_item p {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #000000;
}

.contact_our_detail_main_list_item p span {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 130%;
    color: #000000;
}

.remained_question_main_left_form_button {
    max-width: 299px;
    width: 100%;
}

.timber_house_header_main_left_title h1 {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #000000;
}

.timber_house_header_main_left_description p {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #000000;
}

.timber_house_header_main_left_description {
    padding-top: 35px;
}

.timber_house_header_main {
    padding: 48px 67px 48px 81px;
    background: #EFEFEF;
    border-radius: 36px;
}

.timber_house_header_main_right_image {
    max-width: 526px;
    width: 100%;
    height: 422px;
    background: #EFEFEF;
    border-radius: 24px;
}

.timber_house_header_main_left {
    max-width: 684px;
    width: 100%;
}

.timber_house_header_main_right {
    max-width: 526px;
    width: 100%;
}

.advantage {
    padding: 140px 0 160px;
}

.advantage_main_title h2 {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 140%;
    color: #000000;
}

.advantage_main_body_left_list_item_description {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #313131;
}

.advantage_main_body_left_list_item {
    gap: 14px;
}

.advantage_main_body_left_list_item_icon {
    width: 30px;
    min-width: 30px;
    height: 30px;
}

.advantage_main_body_left_list_item_icon img {
    width: 100%;
}

.advantage_main_body_left_list_item {
    max-width: 900px;
    width: 100%;
}

.advantage_main_body_left_list {
    display: flex;
    flex-direction: column;
    gap: 47px;
}

.advantage_main_body_right {
    max-width: 551px;
    width: 100%;
}

.advantage_main_body_right_item_image {
    width: 378px;
    height: 693px;
    background: #82A52C;
    border-radius: 24px;
    background-image: url(../img/page_fon_sloy.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 15px;
}

.advantage_main_body {
    padding-top: 48px;
    gap: 20px;
    justify-content: space-between;
}

.advantage_main_body_right_item {
    display: flex;
    justify-content: end;
}

.disadvantage_main_right_title h3 {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 140%;
    color: #000000;
}

.disadvantage_main_right_title {
    padding-bottom: 48px;
}

.disadvantage_main {
    padding-top: 64px;
}

.disadvantage_main_left {
    max-width: 507px;
    width: 100%;
}

.disadvantage_main_image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 24px;
}

.advantage_description {
    padding: 96px 0;
    background: #EFEFEF;
    border-radius: 42px;
}

.advantage_descritpion_test {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: #313131;
}

.timber_house_header_main_right_image::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../img/timber_house_header_main_right_image.svg);
    width: 199px;
    height: 199px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.timber_house_header_main_right_image {
    position: relative;
    overflow: hidden;
}

.advantage_main_body_right_item_image img {
    position: relative;
    right: 24px;
}

.advantage {
    overflow: hidden;
}

.home_from_profiled_timber .advantage_main_body_left .advantage_main_body_left_list_item {
    max-width: unset;
}

.advantage_main_body_banner {
    background-color: #82A52C;
    border-radius: 24px;
    background-image: url(../img/sloy_for_banner.svg);
    width: 100%;
    height: 378px;
    background-position:  left top;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 66px;
}

.advantage_main_body_banner img {
    max-width: 671px;
    width: 100%;
    height: 420px;
    position: relative;
    right: 139px;
    bottom: 42px;
}

.advantage_main_body_banner::before {
    content: '';
    background-image: url(../img/for_grren_banner.png);
    background-repeat: no-repeat;
    width: 250px;
    height: 378px;
    right: 640px;
    bottom: 0;
    position: absolute;
}

.advantage_main_body_banner::after {
    content: '';
    background-image: url(../img/green_banner_after_icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 450px;
    height: 575px;
    right: -142px;
    bottom: -176px;
    position: absolute;
    z-index: 11;
    border-radius: 24px;
    overflow: hidden;
}

.disadvantage_main.rift_verstka_frame_house {
    padding-top: 160px;
}

.frame_house .advantage_main_body_left_list_item {
    max-width: unset !important;
}

.frame_house_main {
    padding-top: 160px;
}

.modal {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1111111111;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.modal_main {
    padding: 64px 80px;
    background: #FFFFFF;
    width: 100%;
    border-radius: 24px;
    position: relative;
}

.leave_a_request {
    max-width: 893px;
    width: 100%;
}

.modal_close_button button {
    background: unset;
    width: 24px;
    height: 24px;
}

.modal_close_button button img {
    width: 100%;
}

.modal_main_header {
    position: absolute;
    top: 0;
    right: 0;
    padding: 18px 19px;
}

.modal_main_body_list_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 120%;
    color: #313131;
}

.modal_main_body_list_description {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #313131;
    padding-top: 12px;
}

.modal_input label input {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 146%;
    color: #9C9B9B;
    padding: 24px 24px 24px 58px;
    width: 364px;
    height: 68px;
    background: rgba(255, 255, 255, 0.24);
    border: 1px solid #9C9B9B;
    border-radius: 6px;
}

.modal_input label {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 146%;
    color: #313131;
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
}

.modal_input label.user::before {
    content: '';
    position: absolute;
    bottom: 24px;
    left: 23px;
    background-image: url(../img/user_icon_modal_input.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.modal_main_body_list_form {
    padding-top: 24px;
}

.modal_input label.phone::before {
    content: '';
    position: absolute;
    bottom: 24px;
    left: 23px;
    background-image: url(../img/phone_icon_modal_input.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.modal_main_body_list_form form {
    gap: 24px;
}

.modal_input_button button {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 24px 32px;
    width: 364px;
    height: 68px;
    background: #FF7A00;
    border: 1px solid #FF7A00;
    border-radius: 4px;
}

.modal_main_body_list_politic p {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #9C9B9B;
}

.modal_main_body_list_politic p a {
    text-decoration-line: underline !important;
    color: #9C9B9B;
}

.modal_main_body_list_politic span {
    min-width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid #9C9B9B;
    display: block;
}

.modal_main_body_list_politic label:has(input:checked) span {
    background: #9C9B9B;
}

.modal_main_body_list_politic label {
    cursor: pointer;
    display: flex;
    gap: 14px;
    align-items: center;
}

.modal_main_body_list_politic label input {
    display: none;
}

.modal_main_body_list_politic {
    padding-top: 46px;
}

.modal_main_body_list {
    max-width: 400px;
    width: 100%;
}

.leave_a_request {
    background-image: url(../img/leave_a_request.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.modal.active {
    visibility: visible;
    opacity: 1;
}

.consultation {
    max-width: 893px;
    width: 100%;
    position: relative;
}

.consultation::before {
    content: '';
    background-image: url(../img/consultation.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 393px;
    height: 539px;
    position: absolute;
    right: -30px;
    bottom: 0;
}

.action {
    max-width: 308px;
    width: 100%;
    height: 603px;
    background: radial-gradient(83.68% 40.13% at 55.76% 68.16%, #C0FF25 0%, #82A52C 100%);
    border-radius: 24px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.profitable_offer {
    max-width: 893px;
    width: 100%;
}

.action_sloy {
    width: 155px;
    height: 155px;
    background-image: url(../img/star_modal.svg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 101%;
    color: #000000;
    padding: 22px;
}

.action::before {
    content: '';
    background-image: url(../img/window.png);
    position: absolute;
    width: 445px;
    height: 444px;
    top: 131px;
    left: -55px;
    z-index: 1;
}

.action::after {
    content: '';
    background-image: url(../img/modal_icon_01.png);
    position: absolute;
    width: 388px;
    height: 406px;
    top: 197px;
    left: -80px;
    z-index: 0;
    background-size: cover;
    border-radius: 24px;
}

.profitable_offer .modal_main_body::after {
    content: '';
    background-image: url(../img/gift_icon.png);
    position: absolute;
    width: 231px;
    height: 246px;
    bottom: -65px;
    right: -67px;
    z-index: 0;
    background-size: cover;
    border-radius: 24px;
    z-index: 1;
}

.profitable_offer .modal_main_body::before {
    content: '';
    background-image: url(../img/gift_icon.png);
    position: absolute;
    width: 79px;
    height: 86px;
    top: 70px;
    right: 260px;
    z-index: 0;
    background-size: cover;
    border-radius: 24px;
    z-index: 1;
}

.profitable_offer .modal_close_button {
    position: absolute;
    top: -20px;
    right: -20px;
}

.profitable_offer .modal_main_header_body_timer {
    padding: 10px 18px;
    width: 326px;
    height: 45px;
    background: #E5F1D4;
    border-radius: 0px 0px 12px 12px;
    position: relative;
    top: -18px;
    left: 120px;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 80%;
    text-align: center;
    color: #70931A;
    gap: 11px;
}

.profitable_offer .modal_main_header {
    width: 100%;
}

.profitable_offer .modal_main_header_body_timer img {
    width: 21px;
    height: 21px;
}

.modal.thenqs .modal_main {
    background: #F7FFED;
    max-width: 560px;
    width: 100%;
    padding: 54px 41px;
}

.modal.thenqs {
    overflow: hidden;
}

.modal_main_body_thenqs {
    gap: 21px;
}

.modal_main_body_thenqs_info_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 120%;
    color: #118F16;
}

.modal_main_body_thenqs_info_description {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #118F16;
}

.modal_main_body_thenqs_image {
    min-width: 55px;
    min-height: 55px;
}

.modal_main_body_thenqs_image img {
    width: 100%;
}

.modal.error .modal_main {
    background: #FFF3F3;
    max-width: 560px;
    width: 100%;
    padding: 54px 41px;
}

.modal.error {
    overflow: hidden;
}

.modal_main_body_error {
    gap: 21px;
}

.modal_main_body_error_info_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 120%;
    color: #DD1E1E;
}

.modal_main_body_error_info_description {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #DD1E1E;
    padding-top: 8px;
}

.modal_main_body_error_image {
    min-width: 55px;
    min-height: 55px;
}

.modal_main_body_error_image img {
    width: 100%;
}

.modal_input label.coment::before {
    content: '';
    position: absolute;
    bottom: 24px;
    left: 23px;
    background-image: url(../img/layer1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.modal_input label.type_setting::before {
    content: '';
    position: absolute;
    bottom: 24px;
    left: 23px;
    background-image: url(../img/house_qpi3gebhmxrj_icon_0.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.modal_input_file {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    max-width: 364px;
    width: 100%;
    background: #FFFFFF;
    border: 1px dashed #82A52C;
    border-radius: 8px;
}

.modal_input_file_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #0B0B0B;
    margin-top: 12px;
}

.modal_input_file_description {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #6D6D6D;
    margin-top: 8px;
}

.model_input_file_button {
    padding: 12px 10px;
    width: 250px;
    height: 42px;
    background: #82A52C;
    border-radius: 4px;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 12px;
}

.dragover .modal_input_file {
    background-color: #E5F1D4;
}

#modal_input_file {
    display: none;
}

.upload_error>div {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    color: #DD1E1E;
    padding-top: 5px;
}

.calculation .modal_main {
    max-width: 955px;
    width: 100%;
}

.calculation .modal_main_body_list {
    max-width: unset;
}

.modal.calculation {
    display: block;
    overflow-y: scroll;
}

.modal.calculation .modal_main {
    margin: 40px auto;
}

.modal_input_main_upload_file_info_title {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 20ch;
}

.modal_input_main_upload_file_info_size {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #9C9B9B;
}

.modal_input_main_upload_file {
    gap: 8px;
    padding: 16px;
    max-width: 364px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    border-radius: 6px;
}

.modal_input_main_upload_file_info {
    width: 100%;
}

.modal_input_main_upload_file_button {
    cursor: pointer;
}

.modal_input_file_main {
    gap: 10px;
    position: relative;
}

.modal_input_main_upload_file_info_size.error {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #DD1E1E;
}

.modal_input_main_upload_file_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    left: 374px;
}

.modal.calculation .modal_main {
    margin: 40px auto;
    background-image: url(../img/6342565191-Photoroom.png);
    background-repeat: no-repeat;
    background-position: right -80px bottom 10px;
    background-size: 480px;
}

#upload_label {
    cursor: pointer;
}

.modal.calculation .modal_main_body_list_politic {
    max-width: 393px;
}

.modal_input input:hover {
    border: 1px solid #FFE30D;
}

.modal_input_button button {
    transition: all 0.4s;
}

.modal_input_button button:hover {
    background: #000000;
    color: #FFFFFF;
}

.modal_input_button button:active {
    background: #505050;
    color: #FFFFFF;
}

.modal_main_body_list_politic span::before {
    content: '';
    background-image: url(../img/Vector_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 12px;
    height: 12px;
    left: 3px;
    top: 2px;
    display: block;
    position: absolute;
}

.modal_main_body_list_politic span {
    position: relative;
}

.modal_input_main {
    max-width: 364px;
    width: 100%;
}

body.active {
    overflow: hidden;
}

.header_rating_left_image {
    width: 20px;
    height: 20px;
}

.header_rating_left_image img {
    width: 100%;
}

.header_rating_left {
    width: 26px;
    height: 46px;
    background: #FFE5E3;
    border-radius: 68px;
    padding: 3px;
}

.header_rating_left_number {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    color: #000000;
}

.header_rating_right_description {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: #000000;
}

.header_rating {
    gap: 5px;
}

.rift_house_main_left_list_item_title span {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    color: #FFFFFF;
}

.rift_house_main_left_list_item_title {
    gap: 10px
}

.about_us_header_right_image::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../img/timber_house_header_main_right_image.svg);
    width: 199px;
    height: 199px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about_us_header_right_image {
    position: relative;
    overflow: hidden;
}

.question_and_answer_body_tab_list_item_header:hover {
    background: #E5F1D4;
}

.question_and_answer_body_layout_description {
    font-family: Zona Pro;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: right;
    vertical-align: middle;
    padding-top: 46px;
}

.question_and_answer_body_layout_description a {
    font-family: Zona Pro;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: right;
    vertical-align: middle;
    color: #FF7A00;
    text-decoration: underline !important;
}

.review_body_video_gallery {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.modal_input.error label {
    color: #C41408;
}

.modal_input.error input {
    border: 1px solid #C41408;
}

.price-input .field{
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
}

.field input{
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;

}
.price-input .separator{
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.slider{
    height: 5px;
    position: relative;
    background: #E2E2E2;
    border-radius: 5px;
    margin-top: 2px;
}

.slider .progress{
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #82A52C;
}

.range-input{
    position: relative;
}

.range-input input{
    position: absolute;
    width: 100%;
    height: 5px;
    top: -7px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb{
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 3px solid #82A52C;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
}

input[type="range"]::-moz-range-thumb{
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 3px solid #82A52C;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
}

.seo_description {
    height: 215px;
    overflow: hidden;
    transition: all 04s;
}

.seo_description.active {
    height: auto;
    overflow: auto;
}

.header.active {
    position: fixed;
    padding: 16px 0px 0px;
}

.header.active .header_nav {
    padding-top: 8px;
}

.header.active .header_logo {
    width: 140px;
}

.header.active .header_logo img {
    width: 100%;
}

.header.active .header_project_calculator button {
    padding: 18px 24px;
    min-height: 55px;
}

.header.active .header_send_project button {
    padding: 18px 24px;
    min-height: 55px;
}

.header.active .header_coll_button button {
    padding: 5px 15px;
}

.header.active .header_nav_main>nav>ul>li>a ,
.header.active .header_nav_main>nav>ul>li>.show {
    padding: 12px 50px;
}

.header.active .header_support_info ,
.header.active .header_support_phone_footer {
    display: none;
}

.swiper {
    cursor: grab;
    user-select: none;
}

.swiper-wrapper {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.header.active .header_nav_main_link_hover.fit_content {
    width: fit-content;
    top: 40px;
}

.header.active .header_nav_main_link_hover {
    top: 40px;
}

.header.active .header_nav_main_link_hover_main {
    margin-top: 22px;
}

.catalog_main_top_tab_header_list_button label {
    padding: 0px 29px;
    width: 249px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #82A52C;
    border-radius: 6px;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #82A52C;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s;
}

.catalog_main_top_tab_header_list {
    gap: 16px;
}

.catalog_main_top_tab_header_list_button label:has(input:checked) {
    background: #82A52C;
    color: #FFFFFF;
}

.catalog_main_top_tab_header_list_button label input {
    display: none;
}

.catalog_main_top_tab_header_list_button label:hover {
    background: #E5F1D4;
    border: 1px solid #E5F1D4;
    color: #000000;
}

.catalog_main_top_tab_tab_footer_list_item label {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 12px;
    /*height: 40px;*/
    background: #EFEFEF;
    border-radius: 10px;
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    color: #000000;
    cursor: pointer;
    transition: all 0.4s;
}

.catalog_main_top_tab_tab_footer_list_item label input {
    display: none;
}

.catalog_main_top_tab_tab_footer_list_item label:hover {
    background: #E5F1D4;
    color: #000000;
}

.catalog_main_top_tab_tab_footer_list_item label:has(input:checked) {
    background: #E5F1D4;
    color: #82A52C;
}

.catalog_main_top_tab_header {
    margin-top: 30px;
}

.catalog_main_top_tab_tab_footer {
    margin-top: 16px;
}

.catalog_main_top_tab_tab_footer_list {
    gap: 10px;
}

.gift_icon img {
    max-width: 30px;
    max-height: 30px;
}

.layout_section_main_body_info_list_item_icon img {
    max-width: 100%;
    max-height: 100%;
    padding: 5px;
}
.catalog_main_top_tab_tab_footer_list_item {
    display: inline-block;
    margin-bottom: 10px;
}
