* {}

hr {
    width: 100%;
}

.structure-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

body {
    background-color: #fff;
}

.block-3-container {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.block-3-flxitem {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.block-3 img {
    width: 100%;
}

.structure-block:not(.block-1) {
    width: 1600px;
    margin: 0 auto;
    padding: 100px 100px;
    background: #fff;
}

.block-3-photo {
    max-height: 500px;
}

.block-3-description {
    width: 25vw;
}

#main .block-3,
.block-6 {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    min-height: auto;
}

.block-4-container {
    display: flex;
}

.block-4-person {
    width: 33.3%;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.block-4-person-photo {
    width: 100%;
    height: 300px;
    object-fit: cover;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.block-4-person-photo img {
    width: 100%;
}

.logos {
    display: flex;
    flex-wrap: nowrap;
    flex-flow: wrap;
    justify-content: center;
}

.logos img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin: 30px;
}

.logos img:hover {
    opacity: .7;
}

.block-2,
.text-block {
    min-height: auto;
    padding: 0 100px !important;
    flex-direction: column;
}

.menu-careers {
    color: rgb(11 122 191 / .8) !important;
    font-weight: bold;
}

.vacancy a {
    font-size: 1.2em;
    font-weight: 700;
    color: black, important!;
    letter-spacing: 0.04em;
    text-decoration: underline;
    text-decoration-color: black, important!;
    color: #5d6b76;
    font-family: Lato;
}

.vacancy p {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 80%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #8d9aa5;
    margin-bottom: 20px;
}

.bottom-text,
.bottom-text a {
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    color: #8d9aa5;
    font-weight: 600;
    font-family: Lato;
}

@media only screen and (max-width: 760px) {
    .contact-block-3 {
        flex-direction: column;
    }
    .contacts {
        width: 100%;
        padding: 10px 0;
    }
    .contacts-left-contacts {
        padding: 10px;
    }
    textarea {
        width: 100%;
        min-height: 30vh;
    }
    .structure-block:not(.block-1) {
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        background: #fff;
    }
    .block-2,
    .text-block {
        min-height: auto;
        padding: 0;
        flex-direction: column;
    }
    .block-3-flxitem {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 0;
    }
    .block-3-container {
        width: 100%;
        flex-direction: column;
    }
    .block-2,
    .text-block {
        padding: 0 !important;
    }
    p {
        padding: 10px;
    }
    .block-4-container {
        display: flex;
        flex-direction: column;
    }
    .block-4-person {
        width: 100%;
        padding: 0;
        display: flex;
        flex-direction: column;
    }
    h2,
    h3 {
        padding: 0 10px;
    }
    .logos img {
        width: 60px;
        height: 60px;
    }
}