@font-face {
    font-family: 'Gotham Narrow Book';
    src: url('../fonts/GothamNarrow-Book.woff2') format('woff2'),
        url('../fonts/GothamNarrow-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Narrow Extra Light';
    src: url('../fonts/GothamNarrow-XLight.woff2') format('woff2'),
        url('../fonts/GothamNarrow-XLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Narrow Light';
    src: url('../fonts/GothamNarrow-Light.woff2') format('woff2'),
        url('../fonts/GothamNarrow-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Narrow Medium';
    src: url('../fonts/GothamNarrow-Medium.woff2') format('woff2'),
        url('../fonts/GothamNarrow-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Narrow Bold';
    src: url('../fonts/GothamNarrow-Bold.woff2') format('woff2'),
        url('../fonts/GothamNarrow-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
}

a,
label,
button {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

figure {
    margin: 0;
    padding: 0;
}

figure img {
    max-width: 100%;
    vertical-align: top;
}

img {
    max-width: 100%;
    height: auto;
}

object {
    pointer-events: none;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

button {
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

.vis_hid {
    visibility: hidden;
}

.logo a {
    display: inline-block;
}

.flex {
    display: flex;
}

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

.column {
    flex-direction: column;
}

.grid {
    display: grid;
}

.flex_1 {
    flex: 1;
}

.flex_0 {
    flex: 0 0 auto;
}

.al_top {
    align-items: flex-start;
}

.al_baseline {
    align-items: baseline;
}

.al_center {
    align-items: center;
}

.al_bottom {
    align-items: flex-end;
}

.just_center {
    justify-content: center;
}

.just_space {
    justify-content: space-between;
}

.just_end {
    justify-content: flex-end;
}

.txt_center {
    text-align: center;
}

.abs {
    position: absolute;
}

.abs_center {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.bg {
    background-position: center;
    background-size: cover;
}

.margin_auto {
    margin: 0 auto;
}

.underline {
    text-decoration: underline;
}

.lh_reset,
.project_details_title.lh_reset {
    line-height: 1;
}

.gotham.narrow.book {
    font-family: 'Gotham Narrow Book';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.gotham.narrow.xlight {
    font-family: 'Gotham Narrow Extra Light';
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

.gotham.narrow.light {
    font-family: 'Gotham Narrow Light';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.gotham.narrow.medium {
    font-family: 'Gotham Narrow Medium';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.gotham.narrow.bold {
    font-family: 'Gotham Narrow Bold';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.gotham.book {
    font-family: 'Gotham Book';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.gotham.medium {
    font-family: 'Gotham Medium';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.mont {
    font-family: 'Montserrat', sans-serif;
}

.mont.regular {
    font-weight: 400;
}

.mont.semibold {
    font-weight: 600;
}

.mont.bold {
    font-weight: 700;
}

.nav-icon {
    width: 20px;
    height: 12px;
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    background: transparent;
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #242424;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-icon span:nth-child(1) {
    top: 0px;
}

.nav-icon span:nth-child(2),
.nav-icon span:nth-child(3) {
    top: 5px;
}

.nav-icon span:nth-child(4) {
    top: 10px;
}

.header_open .nav-icon span:nth-child(1) {
    top: 5px;
    width: 0%;
    left: 50%;
}

.header_open .nav-icon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header_open .nav-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header_open .nav-icon span:nth-child(4) {
    top: 5px;
    width: 0%;
    left: 50%;
}

.logo {
    width: 200px;
}

.logo object {
    mix-blend-mode: multiply;
}

.container,
.container_min {
    width: 90%;
    margin: 0 auto;
}

.header_nav {
    flex: 0 0 100%;
    row-gap: 40px;
    margin: 80px 0;
}

.header {
    padding: 20px 0;
    height: 103.88px;
    overflow: hidden;
    transition: height .3s ease-in-out;
    position: sticky;
    top: 0;
    z-index: 10;
}

.header.header_open {
    height: 100dvh;
}

.header_nav_anchor {
    position: relative;
}

.header_nav_anchor:hover:before,
.header_nav_anchor.active {
    width: 100%;
}

.header_nav_anchor:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #f86a00;
    transition: width .3s ease-out;
}

.header_anchor_txt {
    font-size: 16px;
}

.header_socials {
    gap: 20px;
}

.header_aside {
    flex: 0 0 100%;
}

.header_phone_banner {
    width: 220px;
    margin: 20px auto;
    padding: 20px;
    gap: 10px;
}

.slider,
.slider_site {
    position: relative;
}

.slider_wrapper,
.slider_site_wrapper {
    padding-left: 10%;
    padding-right: 10%;
    margin-left: 5%;
}

.slider_wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
}

.slider_site_wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}

.slider_back,
.slider_site_back {
    margin: 0 5%;
    grid-template-columns: repeat(3, 1fr);
}

.slider_back_mask,
.slider_site_back_mask {
    border-right: 1px solid #b7b7b7;
}


.fs_txt {
    font-size: 14px;
}

.slider_title {
    font-size: 30px;
}

.slider_site_title {
    font-size: 40px;
}

.slider_title,
.slider_title_min,
.slider_site_title {
    line-height: 1.07em;
    display: block;
}

.slider_txt {
    text-align: right;
    margin-top: 20px;
    line-height: 1.5em;
}

.main_button {
    display: table;
    background-color: #fff;
    min-width: 180px;
    max-width: 100%;
    text-align: center;
    padding: 14px 10px;
    border: 2px solid #292929;
    transition: background-color .3s ease-out;
}

.main_button_txt {
    font-size: 13px;
    color: #292929;
    letter-spacing: .1em;
    transition: color .3s ease-out;
}

.slider_button {
    margin-top: 40px;
    margin-left: auto;
}

.main_header_line::after {
    content: '';
    display: table;
    width: 140px;
    height: 2px;
    background-color: #818181;
}

.main_header_title,
.offer_item_title {
    line-height: 1.2em;
    letter-spacing: .5em;
}

.main_header_title {
    font-size: 24px;
}

.offer_item_title {
    font-size: 20px;
}

.offer_item_title {
    text-transform: uppercase;
}

.main_header_title.project_details_title {
    letter-spacing: 0;
}

.main_header_line .main_header_title {
    padding-bottom: 15px;
}

.main_txt_section_title,
.review_title {
    line-height: 1.45em;
    font-size: 16px;
    letter-spacing: .02em;
    margin-bottom: 20px;
}

.custom_ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.custom_li {
    display: flex;
    align-items: flex-start;
    position: relative;
    line-height: 1.45em;
    letter-spacing: .02em;
}

.custom_li:not(:last-child) {
    margin-bottom: 5px;
}

.custom_li:before {
    content: '';
    flex: 0 0 auto;
    width: 8px;
    height: 2px;
    background-color: #818181;
    margin-right: 10px;
    margin-top: 11px;
}

.main_txt_section,
.projects_swiper,
.reviews_content,
.footer_txt,
.footer_social_anchor,
.blog_post_page_button,
.policy_page_button,
.contact_section_image,
.offer_list_item_scroll_txt_wrapper,
.offer_list_item_button,
.project_details_txt_section,
.project_details_decoration,
.about_article_anchor {
    margin-top: 30px;
}

.offer_item {
    min-height: 60vw;
}

.offer_items_wrapper,
.offer_item_row {
    gap: 2px;
}

.offer_item_content {
    text-align: center;
    padding: 10px;
}

.offer_item_icon {
    margin-bottom: 20px;
}

.animate_bg {
    position: relative;
    z-index: 1;
}

.animate_bg_mask {
    background-color: #494a4b;
    opacity: .5;
    z-index: -1;
    mix-blend-mode: multiply;
}

.animate_bg_content,
.animate_bg_mask {
    transition: opacity .5s ease-in-out;
}

.animate_bg:hover .animate_bg_content,
.animate_bg:hover .animate_bg_mask {
    opacity: 0;
}

.main_txt,
.project_txt,
.review_txt,
.footer_txt,
.checkbox_txt,
.blog_post_date,
.blog_post_txt,
.footer_site_content_details,
.footer_copy_txt,
.blog_post_page_txt,
.policy_page_txt,
.offer_list_item_txt {
    line-height: 1.8em;
    letter-spacing: .02em;
}

.project_details_txt {
    line-height: 2.2em;
    letter-spacing: .02em;
}

.main_txt_image {
    position: relative;
    padding: 30px 0;
    margin-top: 30px;
}

.main_txt_image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #bcbcbc;
}

.project,
.project_gallery_bg {
    padding-top: 100%;
    position: relative;
}

.project_content {
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.project_txt {
    position: relative;
}

.project_txt:before {
    content: '';
    display: table;
    width: 53px;
    height: 2px;
    background-color: #f8f8f8;
    margin-bottom: 15px;
}

.arrow {
    display: block;
    width: 12px;
    height: 12px;
    border-top: 1px solid #3b3b3b;
    border-left: 1px solid #3b3b3b;
    transition: border-color .3s ease-out;
}

.arrow_left {
    transform: rotate(-45deg);
    margin-left: 6px;
}

.arrow_right {
    transform: rotate(135deg);
    margin-right: 6px;
}

.swiper_prev,
.swiper_next,
.form_submit_icon,
.pagination_prev,
.pagination_next {
    border: 2px solid #242424;
    transition: background-color .3s ease-out;
}

.swiper_prev,
.swiper_next,
.form_submit_icon {
    width: 43px;
    height: 43px;
}

.pagination_prev,
.pagination_next {
    width: 40px;
    height: 40px;
}

.projects_swiper_navi {
    gap: 90px;
    margin-top: 20px;
}

.quote {
    width: 30px;
    transition: transform .3s ease-out;
}

.reviews_content {
    padding: 30px 0;
    border-top: 2px solid #818181;
    border-bottom: 2px solid #818181;
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 20px;
}

.reviews_wrapper:hover .quote_start {
    transform: translateY(-20px);
}

.reviews_wrapper:hover .quote_end {
    transform: translateY(20px);
}

.footer_social_anchor,
.footer_site_social_anchor {
    display: table;
}

.main_button:hover {
    background-color: #292929;
}

.main_button:hover .main_button_txt {
    color: #fff;
}

.swiper_prev:hover,
.swiper_next:hover,
.form_submit:hover .form_submit_icon,
.pagination_prev:hover,
.pagination_next:hover {
    background-color: #242424;
}

.swiper_prev:hover .arrow,
.swiper_next:hover .arrow,
.form_submit:hover .form_submit_icon .arrow,
.pagination_prev:hover .arrow,
.pagination_next:hover .arrow {
    border-color: #f8f8f8;
}

.slider_txt_section,
.slider_site_txt_section {
    display: table;
    position: relative;
    z-index: 1;
}

.reviews_swiper.swiper {
    padding: 0 10px;
    flex: 1;
    overflow: hidden;
}

.footer_form {
    background-image: url('../images/footer_form_bg.jpg');
    padding: 40px 5%;
}

.contact_section .footer_form {
    background-image: url('../images/contact_site_form_bg.jpg');
}

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

.footer_form_decoration {
    top: -1.5vw;
    right: -5vw;
    max-width: 40%;
    pointer-events: none;
}

.form_section:not(:last-child),
.footer_form_sections {
    margin-bottom: 30px;
}

.main_form input[type="text"],
.main_form input[type="email"],
.main_form textarea {
    width: 100%;
    outline: none;
    border: none;
    appearance: none;
    color: #a2a2a2;
    font-size: 15px;
    border-bottom: 1px solid #818181;
    background: transparent;
    display: block;
    padding-bottom: 10px;
    letter-spacing: .02em;
}

.main_form textarea {
    min-height: 100px;
}

.main_form .captcha {
    transform: scale(0.77);
    transform-origin: 0 0;
    margin-bottom: -20px;
}

.checkbox input[type="checkbox"] {
    appearance: none;
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 0;
    border: 2px solid #818181;
    background: transparent;
    position: relative;
    cursor: pointer;
    margin-top: 2px;
}

.checkbox input[type="checkbox"]:checked {
    background: #f86a00;
    border-color: #f86a00;
}

.checkbox input[type="checkbox"]:checked:before,
.checkbox input[type="checkbox"]:checked:after {
    content: "";
    position: absolute;
    height: 2px;
    background: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
}

.checkbox input[type="checkbox"]:checked:before {
    width: 6px;
    top: 3px;
    left: 2px;
    transform: rotate(44deg);
}

.checkbox input[type="checkbox"]:checked:after {
    width: 10px;
    left: 5px;
    transform: rotate(-55deg);
}

.checkbox_txt {
    font-size: 12px;
    color: #a2a2a2;
    margin-left: 10px;
}

.form_submit {
    width: 340px;
    max-width: 100%;
    border: 2px solid #f8f8f8;
    transition: background-color .3s ease-out;
}

.form_submit_icon {
    border: none;
}

.form_submit_txt {
    font-size: 14px;
    color: #f8f8f8;
}

.form_submit:hover {
    background-color: #f8f8f8;
    border-color: #242424;
}

.form_submit:hover .form_submit_txt {
    color: #292929;
}

.blog_post {
    padding: 15px;
    margin-bottom: 25px;
}

.blog_post:last-of-type {
    margin-bottom: 60px;
}

.blog_post_image {
    padding-top: 77.5%;
}

.blog_post_title,
.pagination_anchor.active,
.blog_post_page_date {
    font-size: 20px;
}

.blog_post_title {
    line-height: 1.4em;
    margin-bottom: 5px;
}

.blog_post_date {
    font-size: 12px;
}

.blog_post_txt_section,
.blog_post_button,
.footer_site_content_details,
.footer_site_social_anchor,
.project_details_txt {
    margin-top: 20px;
}

.blog_post_header {
    padding-bottom: 10px;
    border-bottom: 2px solid #818181;
}

.blog_post_txt {
    padding-top: 10px;
}

.pagination_anchors {
    gap: 20px;
}

.pagination_anchor {
    font-size: 16px;
    letter-spacing: .02em;
}

.pagination_anchor.active:after {
    content: '';
    display: block;
    width: 2px;
    height: 40px;
    background-color: #818181;
    margin: 10px auto 0;
}

.pagination_arrows {
    gap: 35px;
}

.pagination {
    gap: 30px;
}

.footer_site_content {
    background-image: url('../images/footer_site_bg.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
}

.footer_copy {
    padding: 10px 0;
}

.slider_title_min {
    font-size: 14px;
    margin-top: 10px;
    text-align: right;
}

.footer_site_content_details {
    font-size: 18px;
}

.blog_post_page_title,
.project_page_title {
    font-size: 32px;
}

.blog_post_page_title,
.project_page_title,
.policy_page_title {
    line-height: 1.28em;
}

.blog_post_page_date {
    width: 620px;
    max-width: 100%;
    margin-left: auto;
    margin-top: 30px;
    padding-top: 15px;
    border-top: 2px solid #818181;
    text-align: right;
}

.blog_post_page_image {
    padding-top: 50%;
}

.blog_post_page_image_wrapper {
    width: 90%;
    margin-left: auto;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.blog_post_page_txt_section {
    padding: 120px 10% 60px 10%;
    margin-top: -60px;
}

.policy_page_txt_section {
    padding: 40px 10%;
}

.contact_section_image {
    mix-blend-mode: multiply;
}

.contact_section .footer_form_wrapper {
    padding-right: 0;
}

.about_gallery {
    padding-top: 30px;
}

.about_gallery_wrapper {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
}

.about_gallery_row,
.about_gallery_wrapper {
    gap: 3px;
}

.about_gallery_row {
    flex: 0 0 calc(50% - 1.5px);
}

.about_gallery_row:nth-child(1) .about_gallery_item:nth-child(1) {
    min-height: 24vw;
}

.about_gallery_row:nth-child(1) .about_gallery_item:nth-child(2) {
    background-position: top;
}

.about_gallery_row:nth-child(2) .about_gallery_item:nth-child(1) {
    min-height: 42vw;
}

.about_gallery_row:nth-child(2) .about_gallery_item:nth-child(2) {
    min-height: 40vw;
}

.about_gallery_map {
    max-width: 461px;
    margin-bottom: -30px;
    position: relative;
    width: 40%;
}

.blog_post_page_button,
.policy_page_button,
.offer_list_item_button {
    background-color: transparent;
}

.offer_list_item_txt_wrapper {
    padding: 30px 0;
}

.offer_list_item:not(:last-child) {
    margin-bottom: 30px;
}

.offer_list_item_decoration {
    width: 125px;
    margin-bottom: -25px;
}

.offer_list_item:nth-child(3) .offer_list_item_decoration {
    width: 60px;
}

.offer_list_wrapper {
    width: 1150px;
    max-width: 100%;
    margin: 0 auto;
}

.project_details_decoration {
    width: 40%;
    max-width: 433px;
    margin-left: auto;
    margin-bottom: -30px;
    position: relative;
    z-index: 2;
    pointer-events: none;
}

.policy_page_header {
    margin-bottom: 20px;
}

.policy_page_title {
    font-size: 24px;
}

.policy_ol {
    padding-left: 1em;
    margin: 0;
}

.policy_ol li:not(:last-child) {
    margin-bottom: 5px;
}

.policy_page_txt_part:not(:last-child) {
    margin-bottom: 60px;
}

.slider_site_title {
    position: relative;
}

.projects_page {
    padding-bottom: 60px;
}

.form_message {
    margin-top: 20px;
    font-size: 16px;
}

.project_gallery_wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

.offer_list_item_scroll_txt_wrapper {
    max-height: 415px;
    padding-right: 40px;
}

.simplebar-track.simplebar-vertical {
    width: 3px;
    background-color: #b9b9b9;
    cursor: pointer;
}

.simplebar-scrollbar:before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    background-color: #f86a00;
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: 1;
}

.offer_list_scroll_icon {
    display: table;
    margin-top: 30px;
}

.footer_wrapper {
    padding: 60px 20px;
    position: relative;
}

.footer_wrapper:before {
    content: '';
    bottom: 0;
    left: 10px;
    position: absolute;
    width: 1px;
    height: 450px;
    background-color: #c0c0c0;
}

.projects_site_header_decoration {
    margin-bottom: 30px;
}

.contact_section .footer_details {
    padding: 0 5%;
}

.contact_section {
    padding-top: 60px;
}

.slider_site_subtitle {
    line-height: 1.66em;
    margin-top: 15px;
    font-size: 14px;
    max-width: 650px;
}

.about_article_anchor {
    display: inline-block;
}

.about_article_anchor .main_txt_section_title {
    margin-bottom: 0;
    border-bottom: 1px solid #f86a00;
}

.offer,
.office,
.reviews,
.blog,
.footer_site_content,
.blog_post_section,
.policy_page,
.about,
.offer_list,
.project_page,
.projects_site_header {
    padding: 60px 0;
}

.bg_grey {
    background-color: #f8f8f8;
}

.bg_dark {
    background-color: #242424;
}

.bg_white {
    background-color: #ffffff;
}

.color_dark {
    color: #242424;
}

.color_dark_2 {
    color: #1d1e23;
}

.color_dark_3 {
    color: #292929;
}

.color_grey {
    color: #f8f8f8;
}

.color_grey_2 {
    color: #a4a4a4;
}

.color_grey_3 {
    color: #a3a3a3;
}

.color_grey_4 {
    color: #545454;
}

.color_grey_5 {
    color: #9c9c9c;
}

.color_grey_6 {
    color: #a2a2a2;
}

.color_orange {
    color: #f86a00;
}

@media only screen and (min-width: 576px) {

    .slider_title {
        font-size: 40px;
    }

    .slider_site_title {
        font-size: 50px;
    }

    .main_header_line .main_header_title {
        padding-left: 40px;
    }

    .offer_items_wrapper {
        flex-direction: row;
    }

    .offer_item_row {
        flex: 0 0 calc(50% - 1px);
    }

    .offer_item_title {
        font-size: 16px;
    }

    .offer_item_row:nth-child(1) .offer_item {
        min-height: 100%;
    }

    .offer_item_row:nth-child(2) .offer_item:nth-child(1) {
        min-height: 27vw;
    }

    .offer_item_row:nth-child(2) .offer_item:nth-child(2) {
        min-height: 22vw;
    }

    .project_txt:before {
        margin-bottom: 10px;
    }

    .project_content {
        padding: 10px 15px;
    }

    .project_txt.fs_txt {
        font-size: 12px;
    }

    .projects_swiper_navi {
        justify-content: center;
        margin-top: 30px;
    }

    .reviews_prev {
        order: 1;
    }

    .reviews_content {
        order: 2;
        margin: 0;
        padding: 30px 20px;
        flex: 1;
        width: auto;
        overflow: hidden;
        border: none;
    }

    .reviews_wrapper {
        margin-top: 30px;
        align-items: center;
        border-top: 2px solid #818181;
        border-bottom: 2px solid #818181;
    }

    .reviews_next {
        order: 3;
    }

    .footer_form {
        padding: 80px 50px;
    }

    .form_section:not(:last-child),
    .footer_form_sections {
        margin-bottom: 40px;
    }

    .main_form input[type="text"],
    .main_form input[type="email"],
    .main_form textarea {
        padding-bottom: 20px;
    }

    .footer_wrapper {
        padding: 60px 40px;
    }

    .footer_wrapper:before {
        left: 20px;
    }

    .pagination {
        flex-direction: row;
        justify-content: center;
        gap: 60px;
        align-items: flex-end;
    }

    .pagination_anchor.active,
    .blog_post_page_date {
        font-size: 24px;
    }

    .footer_copy_wrapper {
        flex-direction: row;
        justify-content: center;
        gap: 30px;
    }

    .footer_copy_line {
        width: 1px;
        height: 27px;
        background-color: #9c9c9c;
    }

    .blog_post_page_title,
    .project_page_title {
        font-size: 40px;
    }

    .project_details_wrapper {
        display: flex;
        justify-content: space-between;
        margin-top: 60px;
    }

    .project_details_txt_section {
        padding-bottom: 120px;
    }

    .project_gallery {
        margin-top: -65px;
    }

    .project_details_txt_section,
    .project_details_decoration {
        margin: 0;
    }

    .slider_title_min {
        font-size: 18px;
    }

    .slider_site_wrapper {
        padding: 80px 10%;
    }

    .main_form .captcha {
        transform: none;
        margin-bottom: 0;
    }

    .slider_site_subtitle {
        font-size: 16px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) {

    .slider_title {
        font-size: 50px;
    }

    .slider_site_title {
        font-size: 70px;
    }

    .blog_post_page_title,
    .project_page_title {
        font-size: 50px;
    }

    .main_header_title {
        font-size: 26px;
    }

    .offer_item_title {
        font-size: 20px;
    }

    .main_txt_section {
        padding-left: 100px;
    }

    .project_content {
        padding: 20px;
    }

    .footer_site_content_details {
        font-size: 20px;
    }

    .slider_title_min {
        font-size: 22px;
    }

    .project_txt.fs_txt {
        font-size: 14px;
    }

    .project_details_txt {
        font-size: 16px;
    }

    .project_txt:before {
        margin-bottom: 15px;
    }

    .reviews_content {
        padding: 40px 60px;
    }

    .blog_post {
        display: flex;
        align-items: center;
        gap: 30px;
    }

    .blog_post_image_wrapper,
    .blog_post_txt_section {
        flex: 0 0 calc(50% - 15px);
    }

    .blog_post_page_txt_section {
        padding-top: 140px;
        padding-bottom: 80px;
        margin-top: -80px;
    }

    .policy_page_txt_section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .policy_page_title {
        font-size: 26px;
    }

    .contact_section_wrapper {
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
    }

    .contact_section_image {
        order: 2;
        flex: 0 0 calc(50% - 40px);
        margin-top: 0;
        margin-left: auto;
    }

    .contact_section .footer_details {
        flex: 0 0 50%;
        padding-right: 0;
    }

    .contact_section .footer_form_wrapper {
        flex: 0 0 100%;
        order: 3;
        padding-left: 5%;
        margin-top: 100px;
    }

    .blog_post_txt_section {
        margin-top: 0;
    }

    .offer_list_item_decoration {
        margin-bottom: 0;
    }

    .offer,
    .office,
    .reviews,
    .blog,
    .footer_site_content,
    .blog_post_section,
    .policy_page,
    .contact_section,
    .about,
    .offer_list,
    .project_page,
    .projects_site_header {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .slider_wrapper,
    .slider_site_wrapper {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .main_txt_section,
    .projects_swiper,
    .reviews_wrapper,
    .footer_txt,
    .footer_social_anchor,
    .blog_post_page_date,
    .blog_post_page_image_wrapper,
    .blog_post_page_button,
    .policy_page_button,
    .offer_list_item_scroll_txt_wrapper,
    .offer_list_scroll_icon,
    .offer_list_item_button,
    .about_article_anchor {
        margin-top: 40px;
    }

    .about_gallery {
        padding-top: 40px;
    }

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

    .offer_list_item_image {
        flex: 1;
    }

    .offer_list_item_txt_section {
        flex: 0 0 63%;
        position: relative;
        z-index: 1;
        padding-left: 60px;
    }

    .offer_list_item_txt_wrapper {
        padding: 0 0 40px 0;
    }

    .offer_list_item_decoration {
        position: absolute;
        z-index: -1;
        top: -40px;
        left: 20px;
    }

    .offer_list_item:nth-child(3) .offer_list_item_decoration {
        width: 80px;
    }

    .offer_list_item:not(:last-child) {
        margin-bottom: 120px;
    }

    .project_details_wrapper {
        margin-top: 70px;
    }

    .policy_page_txt_part:not(:last-child) {
        margin-bottom: 80px;
    }

    .projects_page {
        padding-bottom: 80px;
    }

    .project_gallery_wrapper {
        grid-template-columns: repeat(4, 1fr);
    }

    .main_txt_section_title,
    .review_title {
        font-size: 18px;
    }
}

/* Large devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .container_min {
        width: 80%;
    }

    .slider_txt_section,
    .slider_site_txt_section {
        margin-left: 0;
    }

    .main_txt_image {
        padding: 60px 0;
    }

    .offer,
    .office,
    .reviews,
    .slider_site_wrapper,
    .blog,
    .footer_site_content,
    .blog_post_section,
    .policy_page,
    .project_page {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .slider_wrapper {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .contact_section,
    .about {
        padding-top: 100px;
    }

    .slider_site_wrapper {
        padding-left: 15%;
        padding-right: 15%;
    }

    .main_txt_section,
    .projects_swiper,
    .reviews_wrapper,
    .footer_txt,
    .blog_post_page_image_wrapper,
    .blog_post_page_button,
    .policy_page_button,
    .about_article_anchor {
        margin-top: 50px;
    }

    .blog_post_page_date {
        margin-top: 100px;
    }

    .slider_txt {
        margin-top: 30px;
    }

    .slider_button {
        margin-top: 60px;
    }

    .pagination_anchor.active,
    .blog_post_page_date {
        font-size: 26px;
    }

    .main_txt_section_wrapper {
        padding-left: 10vw;
    }

    .reviews_content {
        padding: 60px;
    }

    .quote {
        width: 40px;
    }

    .projects_swiper_navi {
        margin-top: 40px;
    }

    .nav-icon {
        display: none;
    }

    .header {
        height: auto;
        padding: 0;
    }

    .header_nav {
        flex: 1;
        margin: 0;
        flex-direction: row;
        gap: 20px;
    }

    .header_aside,
    .logo {
        flex: 0 0 auto;
    }

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

    .header_socials {
        gap: 10px;
    }

    .header_anchor_txt {
        font-size: 12px;
    }

    .offer_item_title {
        font-size: 22px;
    }

    .header_phone_banner {
        padding: 30px 20px;
        width: auto;
        margin: 0 0 0 10px;
    }

    .footer_wrapper {
        display: flex;
        align-items: center;
        gap: 80px;
        padding: 60px 5vw 75px 5vw;
    }

    .footer_wrapper:before {
        left: 2.5vw;
    }

    .footer_details {
        flex: 1;
    }

    .footer_form_wrapper {
        flex: 0 0 50%;
        margin-top: 0;
    }

    .footer_form_decoration {
        top: -1vw;
        right: -9vw;
        max-width: 60%;
    }

    .blog_post_header {
        padding-bottom: 20px;
    }

    .blog_post_txt {
        padding-top: 20px;
    }

    .blog_post:last-of-type {
        margin-bottom: 100px;
    }

    .blog_post_page_txt_section {
        padding: 200px 10% 100px 10%;
        margin-top: -100px;
    }

    .policy_page_header {
        margin-bottom: 30px;
    }

    .footer_form_sections_wrapper {
        display: flex;
        gap: 100px;
    }

    .footer_form_sections {
        flex: 0 0 calc(50% - 50px);
        margin-bottom: 0;
    }

    .contact_section .form_submit {
        margin-right: 0;
        margin-top: 40px;
    }

    .contact_section .form_message {
        text-align: right;
    }

    .about_gallery {
        padding-top: 0;
    }

    .about {
        padding-bottom: 200px;
    }

    .about_gallery_row,
    .about_gallery_wrapper {
        gap: 8px;
    }

    .about_gallery_row {
        flex: 0 0 calc(50% - 4px);
    }

    .about_gallery_map {
        margin-bottom: -150px;
        width: 25%;
    }

    .offer_list_item_image,
    .offer_list_item_txt_section {
        flex: 0 0 50%;
    }

    .offer_list_item_txt_section {
        padding-left: 40px;
    }

    .offer_list_item:nth-of-type(even) .offer_list_item_txt_section {
        order: 1;
        padding-left: 0;
        padding-right: 40px;
    }

    .offer_list_item:nth-of-type(even) .offer_list_item_image {
        order: 2;
    }

    .offer_list_item_decoration {
        top: -100px;
        left: 25px;
        width: 150px;
    }

    .offer_list_item:nth-child(2) .offer_list_item_decoration {
        top: -75px;
        left: -40px;
    }

    .offer_list_item:nth-child(3) .offer_list_item_decoration {
        width: 100px;
        top: -50px;
        left: 10px;
    }

    .offer_list_item:not(:last-child) {
        margin-bottom: 180px;
    }

    .offer_list {
        padding: 150px 0;
    }

    .policy_page_txt_part:not(:last-child) {
        margin-bottom: 100px;
    }

    .policy_page_title {
        font-size: 28px;
    }

    .projects_page {
        padding-bottom: 100px;
    }

    .offer_item_row:nth-child(2) .offer_item:nth-child(1) {
        min-height: 24vw;
    }

    .offer_item_row:nth-child(2) .offer_item:nth-child(2) {
        min-height: 17vw;
    }

    .projects_site_header {
        position: relative;
        z-index: 1;
        text-align: left;
        padding: 150px 0;
    }

    .projects_site_header_decoration {
        position: absolute;
        top: 0;
        bottom: 0;
        right: -5vw;
        display: flex;
        align-items: center;
        max-width: 50%;
        margin-bottom: 0;
    }

    .contact_section .footer_details {
        padding-left: 10%;
    }

    .slider_site_subtitle {
        font-size: 18px;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .slider_site_title {
        font-size: 80px;
    }

    .blog_post_page_title,
    .project_page_title {
        font-size: 60px;
    }

    .main_header_title {
        font-size: 30px;
    }

    .offer_item_title {
        font-size: 24px;
    }

    .fs_txt,
    .project_txt.fs_txt {
        font-size: 15px;
    }

    .project_details_txt {
        font-size: 18px;
    }

    .header_anchor_txt {
        font-size: 14px;
    }

    .main_txt_section_title,
    .review_title {
        font-size: 19px;
    }

    .header_socials {
        gap: 20px;
    }

    .header_phone_banner {
        margin-left: 30px;
    }

    .header_nav {
        gap: 40px;
    }

    .blog_post {
        gap: 50px;
    }

    .blog_post_image_wrapper,
    .blog_post_txt_section {
        flex: 0 0 calc(50% - 35px);
    }

    .contact_section .footer_form {
        padding: 140px 100px 100px 100px;
    }

    .contact_section .footer_details {
        padding-bottom: 60px;
    }

    .offer_list_item_txt_section {
        padding-left: 80px;
    }

    .offer_list_item:nth-of-type(even) .offer_list_item_txt_section {
        padding-right: 80px;
    }

    .offer_list_item_decoration {
        top: -150px;
        left: 65px;
        width: 180px;
    }

    .offer_list_item:nth-child(2) .offer_list_item_decoration {
        top: -97px;
        left: -30px;
    }

    .offer_list_item:nth-child(3) .offer_list_item_decoration {
        left: 20px;
        top: -60px;
    }

    .offer_list {
        padding: 300px 0 200px 0;
    }

    .offer_list_item:not(:last-child) {
        margin-bottom: 100px;
    }

    .project_gallery {
        margin-top: -75px;
    }

    .policy_page_title {
        font-size: 30px;
    }

    .policy_page_txt_section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .slider_wrapper {
        padding-top: 200px;
        padding-bottom: 200px;
    }

    .reviews_content {
        padding: 60px 120px;
    }

    .projects_site_header {
        padding: 180px 0 200px 0;
    }

    .about_gallery_map {
        margin-bottom: -200px;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {
    .container_min {
        width: 70%;
    }

    .slider_wrapper {
        padding: 200px;
    }

    .slider_site_wrapper {
        padding-top: 170px;
        padding-bottom: 170px;
    }

    .slider_title {
        font-size: 63px;
    }

    .slider_site_title {
        font-size: 93px;
    }

    .blog_post_page_title,
    .project_page_title {
        font-size: 70px;
    }

    .offer_item_title {
        font-size: 27px;
    }

    .offer {
        padding-top: 130px;
    }

    .office {
        padding-bottom: 100px;
    }

    .main_header_line .main_header_title {
        padding-bottom: 20px;
    }

    .footer_site_content_details {
        font-size: 25px;
    }

    .slider_title_min {
        font-size: 28px;
    }

    .slider_title_min {
        margin-top: 15px;
    }

    .main_txt_section_wrapper {
        padding-left: 12vw;
    }

    .main_txt_image {
        margin-top: 40px;
    }

    .main_txt_section_title,
    .review_title {
        margin-bottom: 30px;
    }

    .projects_swiper {
        margin-top: 80px;
    }

    .project_content {
        padding: 40px 30px;
    }

    .projects_swiper_navi {
        margin-top: 70px;
    }

    .reviews {
        padding: 150px 0;
    }

    .reviews_wrapper {
        padding: 0 60px;
    }

    .header_anchor_txt {
        font-size: 16px;
    }

    .header_phone_banner {
        padding: 50px 20px;
    }

    .logo {
        width: auto;
    }

    .blog_post_header {
        padding-bottom: 25px;
    }

    .blog_post_txt {
        padding-top: 25px;
    }

    .blog_post_button {
        margin-top: 50px;
    }

    .blog {
        padding: 220px 0 150px 0;
    }

    .footer_site_content {
        padding: 120px 0 150px 0;
    }

    .blog_post_page_image_wrapper {
        width: 83%;
    }

    .blog_post_page_txt_section {
        padding: 380px 17% 150px 17%;
        margin-top: -280px;
    }

    .policy_page_txt_section {
        padding-left: 17%;
        padding-right: 17%;
    }

    .policy_page_title {
        font-size: 34px;
    }

    .blog_post_page_button,
    .policy_page_button {
        margin-top: 80px;
    }

    .blog_post_section,
    .policy_page {
        padding: 150px 0 80px 0;
    }

    .project_page {
        padding: 150px 0;
    }

    .contact_section .footer_form {
        padding-left: 150px;
        padding-right: 180px;
    }

    .contact_section {
        padding-top: 240px;
    }

    .about {
        padding-top: 150px;
    }

    .about_gallery_row:nth-child(1) .about_gallery_item:nth-child(1) {
        min-height: 17vw;
    }

    .about_gallery_row:nth-child(2) .about_gallery_item:nth-child(1) {
        min-height: 29vw;
    }

    .about_gallery_row:nth-child(2) .about_gallery_item:nth-child(2) {
        min-height: 27vw;
    }

    .about_gallery {
        margin-top: -80px;
    }

    .about_gallery_map {
        margin-left: 40px;
    }

    .offer_list_item_decoration {
        width: auto;
        top: -250px;
    }

    .offer_list_item:nth-child(2) .offer_list_item_decoration {
        top: -124px;
        left: -100px;
    }

    .offer_list_item:nth-child(3) .offer_list_item_decoration {
        width: auto;
        top: -100px;
    }

    .projects_page {
        padding-bottom: 180px;
    }

    .footer_wrapper {
        padding-left: 10vw;
        padding-right: 10vw;
    }

    .footer_wrapper:before {
        left: 5vw;
    }

    .footer_form_decoration {
        right: -13vw;
        max-width: 73%;
    }

    .projects_site_header_decoration {
        right: -8vw;
    }

    .contact_section .footer_details {
        padding-left: 15%;
    }
}

@media only screen and (min-width: 1800px) {
    .container {
        width: 80%;
    }

    .container_min {
        width: 60%;
    }

    .blog_post_page_title,
    .project_page_title {
        font-size: 80px;
    }

    .slider_back,
    .slider_site_back {
        margin: 0 10%;
    }

    .slider_wrapper,
    .slider_site_wrapper {
        margin-left: 10%;
    }

    .footer_wrapper:before {
        left: 6vw;
    }

    .contact_section .footer_form_wrapper {
        padding-left: 10%;
    }

    .about_gallery_map {
        margin-left: calc(((100vw - 1150px) / 2) - 300px);
    }

    .main_txt_section {
        padding-left: 120px;
    }

    .offer_list_item:nth-child(2) .offer_list_item_decoration {
        left: -190px;
    }

    .slider_wrapper {
        padding: 300px 200px;
    }

    .contact_section .footer_details {
        padding-left: 20%;
    }
}