﻿.home-picture-item.swiper.mySwiperImgH .img {
    background: #022E42;
    padding: 9px;
    height: 360px;
}

.home-cef-list .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #035B8F;
}

.home-cef-list .swiper-pagination-bullet {
    border: 1px solid #035B8F;
    background: #fff;
    opacity: 1;
    width: 12px;
    height: 12px;
}

.pagi-cef-h.swiper-pagination-cef {
    text-align: center;
    margin-top: 28px;
}

.home-cef {
    padding-bottom: 23px;
    margin-top: -155px;
}

.top-cef-home h2 {
    margin: 0;
    color: #035B8F;
    font-family: 'CormorantUnicase-Bold';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 5px;
}

.top-cef-home h3 {
    margin: 0;
    color: #000;
    font-family: 'Inter_24pt-Regular';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.top-cef-home {
    text-align: right;
    margin-right: 55px;
    margin-bottom: 60px;
    position: relative;
}

.svg-decor-cer {
    position: absolute;
    right: -56px;
    top: -53px;
    bottom: 0;
    margin: auto;
    z-index: -1;
    pointer-events: none;
}

@media(max-width:1023px) {
    .home-picture-item.swiper.mySwiperImgH .img {
        background: #022E42;
        padding: 6px;
        height: 210px;
    }

    .home-cef {
        margin-top: 28px;
    }

    .top-cef-home h2 {
        font-size: 25px;
    }

    .svg-decor-cer svg {
        width: 108px;
        height: auto;
    }

    .top-cef-home h3 {
        font-size: 15px;
    }

    .svg-decor-cer {
        right: -18px;
        top: -29px;
    }

    .top-cef-home {
        margin-right: 15px;
        margin-bottom: 20px;
        margin-left: 0;
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .home-picture-item.swiper.mySwiperImgH .img {
        background: #022E42;
        padding: 6px;
        height: 500px;
    }
}