/* BANNER  */
.custom-top a img {
    border-radius: 12px;
}
.custom_banner .custom-banner-desktop {
    display: none;
}
@media (min-width: 768px) {
    .custom_banner .custom-banner-mobile {
        display: none;
    }
    .custom_banner .custom-banner-desktop {
        display: block;
    }
}
/* end BANNER  */

/* TIZERS */
.tizers_custom_img .tizers-list__item-image-picture {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.tizers_custom_img .tizers-list__item-image-wrapper {
    width: 120px;
    height: 120px;
}
@media (max-width: 1199.98px) {
    .tizers_custom_img .tizers-list__item-image-wrapper {
        width: 120px;
        height: 120px;
    }

}
/* TIZERS ACHIEVEMENTS */
.tizers-list__item-achievements {
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    color: #EA542B;
}
/* end TIZERS */

/* СATALOG */
.section_custom_catalog {
    display: flex;
    margin-bottom: 80px;
}
.section_custom_catalog__left {
    padding: 26px 55px 26px 0;
}
.section_custom_catalog__left h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 16px;
}
.section_custom_catalog__right {
    text-align: center;
    display: flex;
    width: 315px;
    min-width: 315px;
}
.section_custom_catalog__download {
    margin: auto;
}
.section_custom_catalog__right > .grid-list__item {
    min-width: 100%;
}
@media (max-width: 1199.98px) {
    .section_custom_catalog__left {
        padding: 0 24px 0 0;
    }
}
@media (max-width: 767.98px) {
    .section_custom_catalog {
        flex-wrap: wrap;
        gap: 24px;
        margin-bottom: 48px;
    }
    .section_custom_catalog__left {
        padding: 0;
    }
    .section_custom_catalog__left h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 16px;
    }
    .section_custom_catalog__right {
        width: 100%;
    }

}
/* end СATALOG */

/* SEO TEXT  */
.seo_txt_block:not(:nth-last-of-type(1)) {
    margin-bottom: 64px;
}
@media (max-width: 1199.98px) {
    .seo_txt_block:not(:nth-last-of-type(1)) {
        margin-bottom: 32px;
    }
}
.seo_txt_block p:nth-last-of-type(1) {
    margin-bottom: 0;
}
/* end SEO TEXT  */

