.about-company-block {
    position: relative;
    height: 494px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    overflow: hidden;
}

.about-company-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 624px;
    height: 494px;
}

.about-company-info {
    position: relative;
    text-align: center;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: rgb(255, 255, 255, 0.5);
    border-radius: 20px;
    width: 610px;
    z-index: 3;
}

.card {
    padding: 20px;
    text-align: left;
    width: 255px;
}

.banner-cards {
    display: flex;
    flex-direction: row;
    row-gap: 30px;
    column-gap: 10px;
    flex-wrap: wrap;
}

.banner-cards .card:first-child {
    width: 305px;
}

.banner-cards .card:last-child {
    width: 100%;
}

.reestr-card {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    height: 100%;
    width: 100%;
}

.reestrs-block {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.status-info-block {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 5px;
}

.status-description {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 855px;
}

.egisz-img {
    width: 52px;
    height: 59px;
}

.fstek-img {
    width: 60px;
    height: 59px;
}

.status-main-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.reestrs-block a {
    width: 271px;
}

.reestrs-block p {
    font-size: 14px;
    line-height: 17px;
}

.review-item {
    justify-content: center;
}

.rewies-slider {
    width: 415px;
}

.review-img {
    width: 291px;
    height: 383px;
}

.review-background-block {
    rotate: -4.81deg;
    top: -10px;
    left: -16px;
    width: 291px;
    height: 383px;
}

.review-img-block {
    width: 291px;
    height: 383px;
}

.prev, .next {
    padding: 3px 15px;
    font-size: 30px;
}

.status-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.status-description-small {
    display: none;
}

.map-img {
    width: 100%;
    height: auto;
}

.map-block {
    width: 988px;
    height: 544px;
}

.geografy-main-description {
    text-align: center;
}

.geografy-description {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
}

.geografy-description-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-wrap: balance;
    width: 316px;
}

.approach-block {
    display: flex;
    flex-direction: row;
    gap: 15px;
    padding-left: 0;
    padding-bottom: 0;
    align-items: center;
}

.approach-img {
    width: 499px;
}

.approach-info {
    display: flex;
    flex-direction: column;
    gap: 50px;
    text-wrap: balance;
}

.approach-info-list {
    margin: 0;
    padding: 0;
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.approach-info-list-element {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.approach-info-list-element svg {
    min-width: 40px;
    width: 40px;
}

.mission-section {
    overflow: hidden;
    position: relative;
    height: 702px;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.mission-img {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.choose-us-reasons {
    position: absolute;
    flex-direction: column;
    gap: 5px;
    width: 515px;
}

.first-block {
    left: 40px;
    top: 140px;
}

.second-block {
    bottom: 30px;
    right: 40px;
    left: auto;
    top: auto;
}

.team-block {
    text-align: center;
    text-wrap: balance;
}

.team-photos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.personal-card {
    border-radius: 20px;
    overflow: hidden;
}

.personal-card-info {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 10px;
    padding: 30px;
    border: 2px solid var(--borders-color);
    border-top: none;
    border-radius: 0 0 20px 20px;
    font-size: 18px;
    line-height: 21px;
    max-width: 350px;
    min-height: 137px;
}

.personal-card-info p {
    font-size: 20px;
    line-height: 23px;
}

.personal-card-img {
    overflow: hidden;
    width: 350px;
    height: 350px;
}

.person-img {
    width: 100%;
}

.all-team-img {
    width: 100%;
    border-radius: 20px;
    max-width: 1130px;
}

@media (max-width: 1439px) {
    .about-company-block {
        padding: 30px !important;
        height: 417px;
    }

    .about-company-img {
        width: 513px;
        height: 417px;
        right: -20px;
    }

    .about-company-info {
        width: 479px;
    }

    .card {
        width: 204px;
    }

    .banner-cards .card:first-child {
        width: 225px;
    }

    h3 {
        font-size: 18px !important;
        line-height: 21px !important;
    }

    .reestr-card {
        flex-direction: row;
        align-items: center;
        width: 100%;
    }

    .reestrs-block a {
        width: 100%;
    }

    .reestrs-block {
        flex-direction: column;
    }

    .status-description {
        display: none;
    }

    .status-description-small {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .egisz-img {
        width: 40px;
        height: 45px;
    }

    .fstek-img {
        width: 45px;
        height: 45px;
    }

    .rospo-img {
        width: 38px;
        height: 38px;
    }

    .rewies-slider {
        width: 370px;
    }

    .review-item {
        padding: 20px 62px;
    }

    .review-img-block {
        width: 209px;
        height: 280px;
    }

    .review-background-block {
        width: 209px;
        height: 280px;
        top: -8px;
        left: -11px;
    }

    .review-img {
        width: 209px;
        height: 280px;
    }

    .controls {
        top: 160px;
    }

    .map-block {
        width: 854px;
        height: 470px;
    }

    .geografy-description-block {
        width: 250px;
    }

    .approach-img {
        width: 404px;
    }

    .highlighted-block {
        padding: 30px;
        padding-left: 0;
        padding-bottom: 0;
    }

    .approach-info {
        gap: 30px;
    }

    .approach-info-list-element svg {
        min-width: 25px;
        width: 25px;
    }

    .mission-img {
        left: -100px;
        width: auto;
        height: 100%;
    }

    .mission-section {
        height: 588px;
    }

    .choose-us-reasons {
        width: 403px;
    }

    .first-block {
        left: 20px;
        top: 100px;
    }

    .second-block {
        bottom: 30px;
        right: 20px;
        left: auto;
        top: auto;
    }

    .all-team-img {
        max-width: 740px;
    }
}

@media (max-width: 1190px) {
    .review-item {
        padding: 15px 30px;
        gap: 30px;
        height: fit-content;
        align-items: center;
    }

    .controls {
        text-align: center;
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
        position: absolute;
        top: 160px;
        gap: 10px;
    }
}

@media (max-width: 1023px) {
    .about-company-block {
        height: 547px;
        align-items: start;
        justify-content: center;
    }

    .about-company-img {
        right: auto;
        bottom: -100px;
        top: auto;
        left: auto;
    }

    .rewies-slider {
        width: 321px;
    }

    .review-item {
        padding: 20px 52px;
    }

    .review-img-block {
        width: 147px;
        height: 198px;
    }

    .review-background-block {
        width: 147px;
        height: 198px;
        top: -8px;
        left: -11px;
    }

    .review-img {
        width: 147px;
        height: 198px;
    }

    .controls {
        top: 110px;
        justify-content: space-between;
    }

    .reestr-text {
        text-align: left;
    }

    .status-description-small {
        text-align: center;
    }

    .map-block {
        width: 622px;
        height: 316px;
    }

    .geografy-description-block {
        width: 200px;
    }

    .approach-img {
        width: 307px;
    }

    .approach-info {
        gap: 20px;
        padding-bottom: 15px;
    }

    .approach-info-list {
        gap: 10px;
    }

    .approach-block {
        padding-top: 15px;
        gap: 5px;
    }

    .approach-info-list-element svg {
        min-width: 25px;
        width: 25px;
    }

    .mission-section {
        height: 466px;
    }

    .choose-us-reasons {
        width: 300px;
    }

    .team-photos {
        gap: 20px;
    }

    .personal-card {
        width: 300px;
    }

    .personal-card-img {
        width: 300px;
        height: 300px;
    }

    .personal-card-info {
        font-size: 14px;
        line-height: 17px;
        padding: 30px 15px;
    }

    .personal-card-info p {
        font-size: 18px;
        line-height: 21px;
    }

    .all-team-img {
        max-width: 620px;
    }
}

@media (min-width: 450px) and (max-width: 767px) {
    .about-company-img {
        display: none;
    }

    .about-company-info {
        width: 100%;
        background: transparent;
        padding: 0;
        gap: 10px;
    }

    .about-company-block {
        height: fit-content;
    }

    .card {
        padding: 20px;
        text-align: center;
        width: 100% !important;
        text-wrap: pretty;
    }

    .banner-cards {
        gap: 10px;
    }

    h3 {
        font-size: 14px !important;
        line-height: 17px !important;
    }

    .status-main-block {
        flex-direction: column;
        gap: 10px;
    }

    .map-block {
        width: 300px;
        height: 152px;
    }

    .geografy-description {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 15px;
    }

    .approach-img {
        width: 245px;
    }

    .approach-block {
        padding: 15px 10px;
        padding-bottom: 0;
        gap: 5px;
    }

    .approach-info {
        gap: 20px;
        align-items: center;
        text-wrap: pretty;
    }

    .approach-info-list {
        gap: 10px;
    }

    .approach-block {
        flex-direction: column-reverse;
    }

    .approach-info h1 {
        text-align: center;
    }

    .mission-img {
        display: none;
    }

    .mission-section {
        height: fit-content;
        gap: 5px;
        position: unset;
    }

    .choose-us-reasons {
        position: unset;
        width: 100%;
    }
}

@media (max-width: 449px) {
    .about-company-img {
        display: none;
    }

    .about-company-info {
        width: 100%;
        background: transparent;
        padding: 0;
        gap: 10px;
    }

    .about-company-block {
        height: fit-content;
    }

    .card {
        padding: 20px;
        text-align: center;
        width: 100% !important;
        text-wrap: pretty;
    }

    .banner-cards {
        gap: 10px;
    }

    h3 {
        font-size: 14px !important;
        line-height: 17px !important;
    }

    .status-main-block {
        flex-direction: column;
        gap: 10px;
    }

    .map-block {
        width: 300px;
        height: 152px;
    }

    .geografy-description {
        flex-direction: column;
        gap: 15px;
    }

    .approach-img {
        width: 245px;
    }

    .approach-block {
        padding: 15px 10px;
        padding-bottom: 0;
        gap: 5px;
    }

    .approach-info {
        gap: 20px;
        align-items: center;
        text-wrap: pretty;
    }

    .approach-info-list {
        gap: 10px;
    }

    .approach-block {
        flex-direction: column-reverse;
    }

    .approach-info h1 {
        text-align: center;
    }

    .mission-img {
        display: none;
    }

    .mission-section {
        height: fit-content;
        gap: 5px;
        position: unset;
    }

    .choose-us-reasons {
        position: unset;
    }
}