.img_desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 2em 0;
}
.img_desc .img, .img_desc .desc {
    width: 47%;
}
.qualities {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.qualities .qualities__item{
    gap: 1em;
    display: flex;
    flex-direction: column;
}
.qualities .qualities__item .title{
    text-align: center;
    color: #0072bc;
    font-weight: 700;
}
.qualities .qualities__item .desc{
    background-color: #f5f6fb;
    padding: 1.5em;
}
.contentBlockWrapper .tizers {
    display: flex;
    justify-content: space-between;
    align-items: start;
    background-color: #f5f6fb;
    margin: 2em 0;
    padding: 1.5em;
}
@media (max-width: 992px) {
    .isuPP-our-suggestion {
        gap: 2em;
    }
    .img_desc {
        gap: 2em;
    }
    .img_desc .img, .img_desc .desc {
        width: 100%;
    }
    .qualities {
        flex-wrap: wrap;
        gap: 1em;
        margin-bottom: 1em;
    }
    .contentBlockWrapper .tizers{
        flex-direction: column;
    }
}

@media (max-width: 644px) {
    .newMain-partners-slider:is(.wide_block div) {
        padding-left: 0px;
    }
    .newMain-partners-slide {
        aspect-ratio: 1;
        padding: 15px;
    }
}
.header-overlayMenu .menu-category .expander a {
    color: #f5f6fb;
}
.ubippp-our-competence--text,
.vkt-we-know--text {
    font: 17px/1.2 "Open Sans";
    color: #000;
}
@media (max-width: 644px) {
    .ubippp-our-competence--text,
    .vkt-we-know--text {
        font-size: 16px;
        line-height: 1.25;
    }
}

.news-item__gallery {
    padding-bottom: 16px;
}

.news-item__gallery .slick-track {
    display: flex;
    gap: 16px;
}

@media (max-width: 644px) {
    .newMain-presscenter-newsCard {
        -ms-grid-rows: 250px 1fr;
        grid-template-rows: 250px 1fr;
    }
}

div.editor_dialog div.content {
    display: block;
    width: 100%;
}

.news-item__text {
    clear: both;
}

.news-item__text .news-item__detail-img {
    float: left;
    margin: 0 8px 8px 0px;
    max-width: 60%;
}

@media (max-width: 644px) {
    .news-item__text .news-item__detail-img {
        float: none;
        display: block;
        margin: 8px auto 8px auto;
        max-width: 100%;
    }
}

.newMain-partners.news-item__slider {
    padding-top: 24px;
    padding-bottom: 24px;
    clear: both;
}

.newMain-partners.news-item__slider .wide_block {
    display: flex;
}

.newMain-partners.news-item__slider .newMain-partners-slider {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.newMain-partners.news-item__slider .newMain-partners-slide {
    padding: 0px;
    overflow: hidden;
}

.newMain-partners.news-item__slider .newMain-partners-slide img {
    max-height: none;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* 404 ERROR PAGE */
.d-spt_1:empty {
    padding: 0;
}
.b-not-found {
    position: relative;
    text-align: center;
    padding-block: 80px 140px;
}
.b-not-found::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100vw;
    /*max-width: 1920px;*/
    min-width: 320px;
    height: 100%;
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(/img/not-found-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.b-not-found .not-found__num {
    font-family: "Cuprum";
    font-weight: 400;
    font-size: 250px;
    line-height: 100%;
    color: #30549a;
    margin-bottom: -13px;
}
.b-not-found .not-found__title {
    font-weight: 400;
    font-size: 52px;
    line-height: 1.3;
    margin-bottom: 26px;
    color: #000;
}
.b-not-found .not-found__desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    color: #474747;
    margin-bottom: 69px;
}
.b-not-found .not-found__btn {
    font-weight: 700;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    min-width: 260px;
    height: 60px;
    padding: 10px;
    background-color: #30549a;
    color: #fff;
    transition: 0.3s;
}
.b-not-found .not-found__btn:hover {
    background-color: #022b7a;
}
@media (max-width: 1440px) {
    .b-not-found {
        padding-block: 40px 100px;
    }
    .b-not-found .not-found__num {
        font-size: 145px;
        margin-bottom: -7px;
    }
    .b-not-found .not-found__title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .b-not-found .not-found__desc {
        padding-inline: 90px;
        font-size: 16px;
        margin-bottom: 30px;
    }
    .b-not-found .not-found__desc br {
        display: none;
    }
}
@media (max-width: 767px) {
    .b-not-found {
        padding-block: 70px 110px;
    }
    .b-not-found .not-found__num {
        font-size: 105px;
        margin-bottom: -5px;
    }
    .b-not-found .not-found__title {
        font-size: 22px;
    }
    .b-not-found .not-found__desc {
        padding-inline: 25px;
    }
}