.about-page__section .contact-section__header {
    background: transparent;
    /*width: 70%;*/
    padding-bottom: 0;
}

.weight {
    font-weight: 600;
}

.weight_700 {
    font-weight: 700;
}

.white {
    color: white;
}

.contact-section__header h1 {
    color: #1E1C1B;
    font-style: normal;
}

.contact-section__header h1 .h1 {
    font-size: 12rem;
    font-weight: 900;
    display: inline-block;
    margin: 0 0 4rem 0;
    line-height: 10rem;
}

.contact-section__header h1 .subtitle {
    font-weight: 300;
    font-size: 3rem;
}

.location_info .text {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 300;
}

.location_info .text a {
    font-size: 1.25rem;
    font-style: normal;
    color: #1E1C1B;
}

.contact-section__header h1 .vertical_text {
    display: inline-block;
    font-size: 2.1rem;
    transform: rotate(-180deg);
    writing-mode: vertical-rl;
    margin: 0 0 0 -7rem;
}

.content_info .text p {
    margin-bottom: 2rem;
}

.content_info .title.weight {
    color: #1E1C1B;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.25rem;
    margin: 0 0 2rem;
}

.about-page__wrapper {
    background: url("/local/templates/PersonalSite/img/about-main.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right 0 top;
}

.about-page__wrapper-img-mobile {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.location_info .item {
    width: 12rem;
    color: #1E1C1B;
    font-size: 1.25rem;
    line-height: 1.9375rem;
}

.big_icon {
    width: 4em;
    height: 5em;
    margin: 0 0 1rem;
}

.location_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5rem 0;
}

.companies_logo_block {
    background: #655F5A;
    padding: 5rem 0;
    margin: -2rem 0 0 0;
}

.companies_logo_block .companies_logo {
    display: flex;
    justify-content: space-between;
}

.companies_logo_block .companies_logo img {
    height: 3rem;
}

.companies_block {
    background: #433F3E;
    padding: 8rem 0;
    margin: 0 0 -5rem;
}

.companies_block .h2 {
    font-size: 4.875rem;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 4rem;
}

.companies_block .companies {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    align-items: stretch;
}

.companies_block .item {
    flex: 0 1 50%;
    padding: 1rem;
    color: #000;
}

.companies_block .item .content {
    background: #FFF;
    border-radius: 1rem;
    padding: 4rem 3rem 4rem 2rem;
    height: 100%;
    box-shadow: 1rem 1rem #1E1C1B;
}

.companies_block .item .logo_item {
    text-align: right;
    margin: 0px 0 2rem;
    height: 2rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.companies_block .item .arrow {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
}

.content_info .text p {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.9375rem;
}

.companies .text div {
    margin: 0 0 1rem;
}


.location_info .item .big_icon {
    width: 4em;
    height: 6rem;
    margin: 0;
    display: flex;
    align-items: center;
}

.companies_logo_block {
    padding: 3rem 0;
}

.about-page__section .contact-section__header {
    width: 50%;
}

.about-page__wrapper-img-mobile {
    display: none;
}


@media screen and (max-width: 1024px) {
    .about-page__wrapper {
        background-position: right -100px top;
    }

    .companies_logo_block .companies_logo {
        flex-wrap: wrap;
        justify-content: center;
        /*column-gap: 7.3rem;*/
        /*row-gap: 3.1rem;*/
    }

    .location_info {
        display: block;
    }

    .location_info .item {
        width: auto;
        display: flex;
        margin-bottom: 3rem;
        height: max-content;
        gap: 2rem;
        align-items: center;
    }

    .companies_logo_block .companies_logo img {
        margin: 2rem 3rem;
        width: 25%;
        height: auto;
    }

    .companies_block .item {
        flex: 1 1 100%;
    }

    .companies .logo_item img {
        height: 3rem;
    }

}

@media screen and (max-width: 768px) {

    .about-page__wrapper > .wrap {
        background: #EEEAE6;
    }

    .about-page__wrapper {
        background: none;
    }

    .about-page__wrapper-img-mobile {
        display: block;
    }

    .contact-section__header.page-padding {
        padding: 2rem 0 0 0;
        width: 100%;

    }

    .about-page__section > .wrap {
        background: #EEEAE6;
        padding-bottom: 2rem;
    }

    .about-page__section .contact-section__header {
        width: 100%;
    }

    .contact-section__header h1 .h1 {
        font-size: 8rem;
        line-height: 8rem;
    }

    .contact-section__header h1 .vertical_text {
        font-size: 1.4rem;
        margin: 0 0 0 -5rem;
    }
}

@media screen and (max-width: 500px) {
    .companies_logo_block .companies_logo img {
        margin: 1rem 1rem;
        width: 45%;
        height: auto;
    }

    .contact-section__header h1 .h1 {
        font-size: 7rem;
        line-height: 6rem;
    }

    .contact-section__header h1 .vertical_text {
        font-size: 1.2rem;
        margin: 0 0 0 -4rem;
    }
}