.suz-wrap__title {
    font-size: 68px;
    line-height: 110%;
    padding-top: 0;
}
.text_content_suz-wrap {
    min-width: calc(50% - 60px);
    height: 100%;
}
.text_content_suz-wrap .suz-wrap__text {
    padding: 0;
    margin: 0;
}
.suz-wrap__list.grid-layout {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.item-uniq-5 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

.item-photo-span {
    grid-column: 2 / 4;
    grid-row: 2 / 4;
    display: flex;
}

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

.item-uniq-6 {
    grid-column: 4 / 5;
    grid-row: 2 / 3;
}

.item-uniq-7 {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}

.item-uniq-8 {
    grid-column: 4 / 5;
    grid-row: 3 / 4;
}
.content_suz-wrap {
    padding-bottom: 0;
}
.suz-wrap__map {
    margin-bottom: 0;
}
.suz {
    padding-bottom: 80px;
}
.suz-wrap__list .item {
    100%:
    unset;
    width: 100%;
    background-color: rgba(218, 237, 248, .3019607843);
    display: block;
    padding: 20px;
    border-radius: 10px;
}
.suz_box2 {
    margin: 80px 0;
}
.suz-wrap__list .item-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 56px;
    color: #002F87;
    margin: 0;
}
.item-text {
    font-size: 18px;
    line-height: 24px;
    color: #002F87;
}
.item-photo-span img {
    border-radius: 10px;
}

.mega-block {
    padding: 100px 0;
    background-color: #fff;
}

.mega-header {
    text-align: center;
    margin-bottom: 80px;
}

.mega-header__logo {
    max-width: 120px;
    margin-bottom: 25px;
}

.mega-header__title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #002F87;
}

.mega-header__desc {
    max-width: 900px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.6;
    color: #555;
}

.mega-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.mega-item {
    display: flex;
    align-items: center;
    gap: 50px;
    min-height: 400px;
}

.mega-item:nth-child(even) {
    flex-direction: row-reverse;
}

.mega-item__image {
    flex: 1;
    height: 550px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.mega-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mega-item__info {
    flex: 1;
}

.mega-item__caption {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    color: #002F87;
}

.mega-item__caption::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 75%;
    height: 4px;
    background: #ef28c1;
}

.mega-item__text {
    font-weight: 360;
    font-size: 18px;
    line-height: 26px;
    color: #002F87;
}

.mega-item__text p {
    margin-bottom: 15px;
}

.mega-block--blag { background-color: rgba(218, 237, 248, 0.3); }
.mega-block--adv { background-color: #f9f9f9; }
.mega-block--adv .mega-item__caption::after { background: #21759b; }

.socials .socials-wrap {
    padding: 60px 0;
}

.partners-wrap {
    margin: 80px 0 100px;
}
.partners-wrap__list .item-image {
    height: 100%;
}

.partners-wrap__list .item-image img {
    max-height: 160px;
}
.partners .container {
    max-width: 1280px;
    padding: 0 10px;
}
.partners-wrap__list .item {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners-wrap__list .item-image img {
    max-width: 80%;
}
.suz.suz_new {
    background: transparent;
}
.mega-item:nth-last-child(1) .mega-item__caption::after, .mega-item:nth-last-child(2) .mega-item__caption::after {
    background: #1cb600;
}
.suz_box2 .container {
    max-width: 1280px;
}
.mega-item__text img {
    position: absolute;
    max-width: 140px;
    top: -50px;
    right: 0;
}

.mega-item__info {
    position: relative;
}
















@media screen and (max-width: 960px) {
    .mega-item, .mega-item:nth-child(even) {
        flex-direction: column;
        gap: 30px;
    }
    .mega-item__image {
        width: 100%;
        height: 300px;
    }
    .mega-header__title {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .suz-wrap__list.grid-layout {
        display: flex;
        flex-direction: column;
    }
    .item-photo-span {
        order: 5;
    }
    .suz-wrap__list .item:nth-child(1n+1) {
        margin-bottom: 0;
    }
    .mega-block {
        padding: 40px 0;
    }

    .mega-header {
        margin-bottom: 20px;
    }

    .mega-grid {
        gap: 40px;
    }

    .partners-wrap {
        margin: 40px 0;
    }
}