.photo_block {
    width: 100%;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    background: #A39382;
}

.photo_block::before {
    content: '';
    display: block;
    padding-top: 56.25%;
}

.photo_block {
    margin-bottom: 8.125rem;
}

.photo_block .photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: opacity 1s ease;
}

.photo_block .photo:first-child {
    opacity: 1;
}

.photo_block .photo:last-child {
    opacity: 0;
}

.photo_block .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo_block .logotype {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.photo_block .logotype img {
    width: 24rem;
}

.photo_block .logotype {
    top: 45%;
}

.details {
    background: #A39382;
}

.details .heading,
.details .content,
.details .advantages .column .advantage .description {
    color: #fff;
}

.details .heading::before {
    border-color: #fff;
}

.tech {
    background: #A39382;
}

.tech .heading,
.tech .content,
.tech .tech_list .tech_item .description {
    color: #fff;
}

.tech .heading::before {
    border-color: #fff;
}

.details {
    width: 100%;
    padding: 8.125rem 18rem;
    margin-bottom: 0;
    position: relative;
}

.details .hills {
    left: 0;
    top: 8rem;
}

@media screen and (max-width: 1200px) {
    .details {
        padding: 8.125rem 6rem;
    }
}

@media screen and (max-width: 900px) {
    .details {
        padding: 5.7rem 6.7rem;
    }
}

@media screen and (max-width: 600px) {
    .details {
        padding: 5.7rem 1.7rem;
    }
}

.details .slogan {
    position: absolute;
    right: 18rem;
    top: 5%;
    bottom: auto;
    height: auto;
    transform: translateY(-50%);
    display: inline-block;
}

@media screen and (max-width: 1200px) {
    .details .slogan {
        right: 6rem;
    }
}

@media screen and (max-width: 900px) {
    .details .slogan {
        display: none;
    }
}

.details .slogan img {
    width: 5.5rem;
    height: auto;
}

.details .heading {
    padding-left: 8.625rem;
    margin-bottom: 3.75rem;
}

@media screen and (max-width: 1200px) {
    .details .heading {
        padding-left: 0;
    }
}

@media screen and (max-width: 900px) {
    .details .heading {
        padding: 0;
        margin-bottom: 4.3rem;
    }
}

.details .content {
    font: 400 1rem "Open Sans";
    padding-left: 8.625rem;
    width: 62%;
    font-size: 1rem;
}

@media screen and (max-width: 1200px) {
    .details .content {
        padding-left: 0;
        width: 70%;
    }
}

@media screen and (max-width: 900px) {
    .details .content {
        padding: 0;
        width: 100%;
        margin-bottom: 2.9rem;
    }
}

.details .content p:not(:last-child) {
    margin-bottom: 1.875rem;
}

@media screen and (max-width: 900px) {
    .details .content p:not(:last-child) {
        margin-bottom: 2.15rem;
    }
}

.details .photo {
    margin-left: 0;
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
    width: 100%;
    padding-top: 50%;
    position: relative;
}

@media screen and (max-width: 1200px) {
    .details .photo {
        margin-left: 0;
    }
}

@media screen and (max-width: 900px) {
    .details .photo {
        padding: 0;
        width: 100%;
        margin-left: 0;
        margin-bottom: 2.9rem;
    }
}

.details .photo .image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 900px) {
    .details .photo .image {
        position: static;
    }
}

.details .photo .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.details .photo .image .overflow_block {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(169.18deg, transparent 40%, rgba(0, 0, 0, 0.8) 93.99%);
}

.details .advantages {
    display: flex;
    flex-direction: row;
    padding-left: 8.625rem;
}

@media screen and (max-width: 1200px) {
    .details .advantages {
        padding-left: 0;
    }
}

@media screen and (max-width: 900px) {
    .details .advantages {
        flex-direction: column;
        padding: 0;
    }
}

.details .advantages .column {
    display: flex;
    flex-direction: column;
    width: 33%;
}

@media screen and (max-width: 900px) {
    .details .advantages .column {
        width: 100%;
    }
}

.details .advantages .column .advantage {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 1.875rem;
}

@media screen and (max-width: 900px) {
    .details .advantages .column .advantage {
        margin-bottom: 2.15rem;
    }
}

.details .advantages .column .advantage .icon {
    width: 1.5rem;
    margin-right: 1.5rem;
    margin-top: 0.25rem;
}

.details .advantages .column .advantage .description {
    font: 400 1rem "Open Sans";
    font-size: 1rem;
    width: 70%;
}

.architecture {
    width: 100%;
    padding: 8.125rem 18rem;
    margin-bottom: 0;
    position: relative;
}

.architecture .hills {
    left: 0;
    top: 8rem;
}

@media screen and (max-width: 1200px) {
    .architecture {
        padding: 8.125rem 6rem;
    }
}

@media screen and (max-width: 900px) {
    .architecture {
        padding: 5.7rem 6.7rem;
    }
}

@media screen and (max-width: 600px) {
    .architecture {
        padding: 5.7rem 1.7rem;
    }
}

.architecture .heading {
    padding-left: 8.625rem;
    margin-bottom: 3.75rem;
}

@media screen and (max-width: 1200px) {
    .architecture .heading {
        padding-left: 0;
    }
}

@media screen and (max-width: 900px) {
    .architecture .heading {
        padding: 0;
        margin-bottom: 4.3rem;
    }
}

.architecture .content {
    font: 400 1rem "Open Sans";
    padding-left: 8.625rem;
    width: 62%;
    font-size: 1rem;
}

@media screen and (max-width: 1200px) {
    .architecture .content {
        padding-left: 0;
        width: 70%;
    }
}

@media screen and (max-width: 900px) {
    .architecture .content {
        padding: 0;
        width: 100%;
        margin-bottom: 2.9rem;
    }
}

.architecture .gallery {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-top: 3.125rem;
}

@media screen and (max-width: 900px) {
    .architecture .gallery {
        flex-direction: column;
    }
}

.architecture .gallery .card {
    width: 33%;
    position: relative;
}

@media screen and (max-width: 900px) {
    .architecture .gallery .card {
        width: 100%;
    }
}

.architecture .gallery .card .image {
    width: 100%;
    padding-top: 130%;
    position: relative;
    overflow: hidden;
}

.architecture .gallery .card:nth-child(1) {
    margin-top: 4rem;
}

.architecture .gallery .card:nth-child(2) {
    margin-top: 0;
}

.architecture .gallery .card:nth-child(3) {
    margin-top: 8rem;
}

.architecture .gallery .card .image img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.architecture .gallery .card .image .overflow_block {
    display: none;
}

.architecture .gallery .card .additional_info {
    padding: 1.5rem 0 0;
    color: #000;
}

@media screen and (max-width: 900px) {
    .architecture .gallery .card .additional_info {
        padding: 1.5rem 0 0;
        color: #000;
    }
}

.architecture .gallery .card .additional_info .text {
    font: 400 1rem "Open Sans";
    font-size: 0.85rem;
}

.architecture .gallery .card .additional_info .text p:not(:last-child) {
    margin-bottom: 1rem;
}

.tech {
    width: 100%;
    padding: 8.125rem 18rem;
    margin-bottom: 0;
    position: relative;
}

@media screen and (max-width: 1200px) {
    .tech {
        padding: 8.125rem 6rem;
    }
}

@media screen and (max-width: 900px) {
    .tech {
        padding: 5.7rem 6.7rem;
    }
}

@media screen and (max-width: 600px) {
    .tech {
        padding: 5.7rem 1.7rem;
    }
}

.tech .slogan {
    position: absolute;
    right: 18rem;
    top: 5%;
    bottom: auto;
    height: auto;
    transform: translateY(-50%);
    display: inline-block;
}

@media screen and (max-width: 1200px) {
    .tech .slogan {
        right: 6rem;
    }
}

@media screen and (max-width: 900px) {
    .tech .slogan {
        display: none;
    }
}

.tech .slogan img {
    width: 5.5rem;
    height: auto;
}

.tech .heading {
    padding-left: 8.625rem;
    margin-bottom: 3.75rem;
}

@media screen and (max-width: 1200px) {
    .tech .heading {
        padding-left: 0;
    }
}

@media screen and (max-width: 900px) {
    .tech .heading {
        padding: 0;
        margin-bottom: 4.3rem;
    }
}

.tech .content {
    font: 400 1rem "Open Sans";
    padding-left: 8.625rem;
    width: 62%;
    font-size: 1rem;
}

@media screen and (max-width: 1200px) {
    .tech .content {
        padding-left: 0;
        width: 70%;
    }
}

@media screen and (max-width: 900px) {
    .tech .content {
        padding: 0;
        width: 100%;
        margin-bottom: 2.9rem;
    }
}

.tech .tech_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    padding-left: 8.625rem;
    margin-top: 3.125rem;
}

@media screen and (max-width: 1200px) {
    .tech .tech_list {
        padding-left: 0;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 900px) {
    .tech .tech_list {
        grid-template-columns: repeat(2, 1fr);
        padding: 0;
    }
}

@media screen and (max-width: 600px) {
    .tech .tech_list {
        grid-template-columns: 1fr;
    }
}

.tech .tech_list .tech_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.tech .tech_list .tech_item .icon {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tech .tech_list .tech_item .icon img {
    max-width: 100%;
    max-height: 100%;
}

.tech .tech_list .tech_item .description {
    font: 400 1rem "Open Sans";
    font-size: 0.85rem;
    max-width: 12rem;
}

.infrastructure {
    width: 100%;
    padding: 8.125rem 18rem;
    margin-bottom: 0;
    position: relative;
}

.infrastructure .gallery .hills {
    left: 0;
    top: 8rem;
}

@media screen and (max-width: 1200px) {
    .infrastructure {
        padding: 8.125rem 6rem;
    }
}

@media screen and (max-width: 900px) {
    .infrastructure {
        padding: 5.7rem 6.7rem;
    }
}

@media screen and (max-width: 600px) {
    .infrastructure {
        padding: 5.7rem 1.7rem;
    }
}

.infrastructure .heading {
    padding-left: 8.625rem;
    margin-bottom: 3.75rem;
}

@media screen and (max-width: 1200px) {
    .infrastructure .heading {
        padding-left: 0;
    }
}

@media screen and (max-width: 900px) {
    .infrastructure .heading {
        padding: 0;
        margin-bottom: 4.3rem;
    }
}

.infrastructure .content {
    display: flex;
    flex-direction: row;
    padding-left: 8.625rem;
}

@media screen and (max-width: 1200px) {
    .infrastructure .content {
        padding-left: 0;
    }
}

@media screen and (max-width: 900px) {
    .infrastructure .content {
        flex-direction: column;
        padding: 0;
    }
}

.infrastructure .content .text {
    font: 400 1rem "Open Sans";
    width: 45%;
    font-size: 1rem;
}

@media screen and (max-width: 900px) {
    .infrastructure .content .text {
        width: 100%;
        margin-bottom: 2.9rem;
    }
}

.infrastructure .content .text p:not(:last-child) {
    margin-bottom: 1.875rem;
}

@media screen and (max-width: 900px) {
    .infrastructure .content .text p:not(:last-child) {
        margin-bottom: 2.15rem;
    }
}

.infrastructure .content .text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.infrastructure .content .text ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.infrastructure .content .text ul li::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    background: #A39382;
    position: absolute;
    left: 0;
    top: 0.5rem;
    border-radius: 50%;
}

.infrastructure .content .text.advantages {
    margin-right: 4rem;
}

@media screen and (max-width: 900px) {
    .infrastructure .content .text.advantages {
        margin-right: 0;
    }
}

.infrastructure .infographics {
    display: flex;
    flex-direction: row;
    padding-left: 8.625rem;
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
}

@media screen and (max-width: 1200px) {
    .infrastructure .infographics {
        padding-left: 0;
    }
}

@media screen and (max-width: 900px) {
    .infrastructure .infographics {
        padding: 0;
        flex-direction: column;
    }
}

.infrastructure .infographics .item {
    display: flex;
    flex-direction: column;
    margin-right: 4rem;
}

@media screen and (max-width: 900px) {
    .infrastructure .infographics .item {
        margin-right: 0;
        margin-bottom: 2.15rem;
    }
}

.infrastructure .infographics .item .number {
    font: 600 2.5rem "Open Sans";
    color: #A39382;
}

.infrastructure .infographics .item .description {
    font: 400 1rem "Open Sans";
    font-size: 0.9rem;
}

.infrastructure .gallery {
    display: flex;
    flex-direction: row;
}

@media screen and (max-width: 900px) {
    .infrastructure .gallery {
        flex-direction: column;
    }
}

.infrastructure .gallery .card {
    width: 50%;
    position: relative;
}

@media screen and (max-width: 900px) {
    .infrastructure .gallery .card {
        width: 100%;
    }
}

.infrastructure .gallery .card .image {
    width: 100%;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.infrastructure .gallery .card .image img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.infrastructure .gallery .card .image .overflow_block {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(360deg, #000 10%, transparent 50%);
}

.infrastructure .gallery .card .additional_info {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
    color: #fff;
    font: 400 1rem "Open Sans";
    font-size: 0.85rem;
}

.buy_terms {
    width: 100%;
    padding: 8.125rem 18rem;
    margin-bottom: 0;
    position: relative;
    background: #A39382;
}

@media screen and (max-width: 1200px) {
    .buy_terms {
        padding: 8.125rem 6rem;
    }
}

@media screen and (max-width: 900px) {
    .buy_terms {
        padding: 5.7rem 6.7rem;
    }
}

@media screen and (max-width: 600px) {
    .buy_terms {
        padding: 5.7rem 1.7rem;
    }
}

.buy_terms .heading {
    padding-left: 8.625rem;
    margin-bottom: 3.75rem;
    color: #fff;
}

.buy_terms .heading::before {
    border-color: #fff;
}

@media screen and (max-width: 1200px) {
    .buy_terms .heading {
        padding-left: 0;
    }
}

@media screen and (max-width: 900px) {
    .buy_terms .heading {
        padding: 0;
        margin-bottom: 4.3rem;
    }
}

.buy_terms .content {
    padding-left: 8.625rem;
}

@media screen and (max-width: 1200px) {
    .buy_terms .content {
        padding-left: 0;
    }
}

@media screen and (max-width: 900px) {
    .buy_terms .content {
        padding: 0;
    }
}

.buy_terms .terms_list {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

@media screen and (max-width: 900px) {
    .buy_terms .terms_list {
        flex-direction: column;
    }
}

.buy_terms .terms_list .term {
    width: 33%;
    padding: 2rem;
    border: 1px solid #fff;
    color: #fff;
}

@media screen and (max-width: 900px) {
    .buy_terms .terms_list .term {
        width: 100%;
    }
}

.buy_terms .terms_list .term .term_head {
    margin-bottom: 1.5rem;
}

.buy_terms .terms_list .term .term_head .title {
    font: 600 2rem "Open Sans";
    margin: 0 0 0.5rem;
}

.buy_terms .terms_list .term .term_head .description {
    font: 400 1rem "Open Sans";
    font-size: 0.9rem;
    margin: 0;
}

.buy_terms .terms_list .term .info {
    font: 400 1rem "Open Sans";
    font-size: 0.85rem;
    margin: 0 0 0.5rem;
}

.buy_terms .slogan {
    position: absolute;
    right: 18rem;
    top: 10%;
    bottom: auto;
    height: auto;
    transform: translateY(-50%);
    display: inline-block;
}

@media screen and (max-width: 1200px) {
    .buy_terms .slogan {
        right: 6rem;
    }
}

@media screen and (max-width: 900px) {
    .buy_terms .slogan {
        display: none;
    }
}

.buy_terms .slogan img {
    width: 5.5rem;
    height: auto;
}

.buy_terms .more {
    display: inline-flex;
    align-items: center;
    margin-top: 3.125rem;
    margin-left: 8.625rem;
    font: 600 0.9rem "Open Sans";
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: 0.3s ease;
}

@media screen and (max-width: 1200px) {
    .buy_terms .more {
        margin-left: 0;
    }
}

@media screen and (max-width: 900px) {
    .buy_terms .more {
        margin-left: 0;
    }
}

.buy_terms .more img {
    margin-left: 1rem;
    transition: 0.3s ease;
}

.buy_terms .more:hover img {
    transform: translateX(0.5rem);
}

.banks {
    width: 100%;
    padding: 8.125rem 18rem;
    margin-bottom: 0;
    position: relative;
}

.banks .hills {
    left: 0;
    top: 8rem;
}

@media screen and (max-width: 1200px) {
    .banks {
        padding: 8.125rem 6rem;
    }
}

@media screen and (max-width: 900px) {
    .banks {
        padding: 5.7rem 6.7rem;
    }
}

@media screen and (max-width: 600px) {
    .banks {
        padding: 5.7rem 1.7rem;
    }
}

.banks .heading {
    padding-left: 8.625rem;
    margin-bottom: 3.75rem;
}

@media screen and (max-width: 1200px) {
    .banks .heading {
        padding-left: 0;
    }
}

@media screen and (max-width: 900px) {
    .banks .heading {
        padding: 0;
        margin-bottom: 4.3rem;
    }
}

.banks .content {
    padding-left: 8.625rem;
}

@media screen and (max-width: 1200px) {
    .banks .content {
        padding-left: 0;
    }
}

@media screen and (max-width: 900px) {
    .banks .content {
        padding: 0;
    }
}

.banks .bank_list {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.banks .bank_list .bank img {
    max-width: 8rem;
    max-height: 3rem;
    object-fit: contain;
}

@media screen and (max-width: 900px) {
    .block .hills.light {
        top: 50%;
        transform: translateY(-50%);
    }
}

.details .hills .overflow_block,
.architecture .hills .overflow_block,
.infrastructure .gallery .hills .overflow_block,
.banks .hills .overflow_block {
    display: none;
}
