.operations{
    h3{
        font-weight: 700;
    }
    .s1__men__el img{
        transform: translateY(-100px);
        margin-bottom: -70px;
    }
    .s2__el{
        min-height: 320px!important;
    }
    .sec3{
        background: url("../img/os3bg.svg") no-repeat 0 0;
        background-size: 100% 100%;
    }
    .s3__el{
        background: rgba(31, 77, 246, 0.5);
        max-width: 206px!important;
        padding: 24px 48px!important;
        min-height: 275px;
    }
    .s3__el img{
        fill: #000;
        color: #000;
    }
    .s3__el path{
        color: #000;
        fill: #000;
    }
    .s3__num{
        font-size: 24px;
        font-weight: 600;
        width: 47px;
        height: 47px;
        flex: 0 0 47px;
        max-width: 47px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: url("../img/os3-num-bg.svg") no-repeat 0 0;
        background-size: contain;
        color: rgba(31, 77, 246, 1);
        border-radius: 50%;
        margin-right: 10px;
    }
    .operationsS3__el{
        flex: 0 0 220px;
        max-width: 220px;
    }
    .operationsS3__el a {
        color:rgba(31, 77, 246, 1) ;
        font-weight: bold;
    }
    .operationsS3__el:hover .s3__num path{
        fill: #fff;
    }
    .operationsS3__el:hover .s3__num{
        background: rgba(31, 77, 246, 1);
        color: #fff;

    }
    .operationsS3__el:hover .s3__el{
        background: rgba(31, 77, 246, 1);
    }
    .s3_icon_bg{
        width: 88px;
        height: 88px;
        background-size: contain!important;
        margin: auto;
    }
    .operationsS3__el:nth-child(1) .s3_icon_bg{
        background: url("../img/os3icon1.png") no-repeat 50% 50%;
    }
    .operationsS3__el:nth-child(2) .s3_icon_bg{
        background: url("../img/os3icon2.png") no-repeat 50% 50%;
    }
    .operationsS3__el:nth-child(3) .s3_icon_bg{
        background: url("../img/os3icon3.png") no-repeat 50% 50%;
    }
    .operationsS3__el:nth-child(4) .s3_icon_bg{
        background: url("../img/os3icon4.png") no-repeat 50% 50%;
    }
    .operationsS3__el:nth-child(5) .s3_icon_bg{
        background: url("../img/os3icon5.png") no-repeat 50% 50%;
    }
    .operationsS3__el:nth-child(1):hover .s3_icon_bg{
        background: url("../img/os3icon1hover.png") no-repeat 50% 50%;
    }
    .operationsS3__el:nth-child(2):hover .s3_icon_bg{
        background: url("../img/os3icon2hover.png") no-repeat 50% 50%;
    }
    .operationsS3__el:nth-child(3):hover .s3_icon_bg{
        background: url("../img/os3icon3hover.png") no-repeat 50% 50%;
    }
    .operationsS3__el:nth-child(4):hover .s3_icon_bg{
        background: url("../img/os3icon4hover.png") no-repeat 50% 50%;
    }
    .operationsS3__el:nth-child(5):hover .s3_icon_bg{
        background: url("../img/os3icon5hover.png") no-repeat 50% 50%;
    }
    .operations4icon{
        position: absolute;
        top: -28px;
        left: 30px;
    }
    .sec5{
        background: none;
        .container{
        background: url("../img/s5_bg.svg") no-repeat 0 0, url("../img/os5bg.svg") no-repeat 100% 0;
        background-size: contain;
    }}
    .s5__block:before{
        content: none!important;
    }
    .s5__block{
        flex: 0 0 45%;
        background: #fff;
        max-width: 45%;
    }
    .operators6{
        background: #fff;
        padding: 50px;
        margin: 50px 0;
        border-radius: 37px;
        box-shadow: 0px 4px 38px rgba(31, 77, 246, 0.11);

    }
    .os6el div:first-child{
        flex: 0 0 70px;
        max-width: 70px;
    }
    .os7-content{
        border-radius: 45px;
        border: 2px dotted #38f;
        background: #fff;
        padding: 20px 30px;
    }
    .sec8{
        background: transparent;
    }
    .operators-s8-el h4{
        display: block;
        background: rgba(163, 182, 255, 1);
        padding: 20px 30px;
        font-weight: bold;
        border-bottom: 2px dotted #38f;

    }
    .operators-s8-el > div{
        padding: 20px 30px 40px 30px;
        background:#E5EDFE;
    }
    .operators-s8-el{
        border: 2px dotted #38f;
        overflow: hidden;
        border-radius: 45px 45px 0 45px;
    }
    .os-bg{
        background:
                url("../img/os-bg-3.svg") no-repeat 50% 0,
                url("../img/os-bg-1.svg") no-repeat 0 50%,
                url("../img/os-bg-2.svg") no-repeat 100% 100%;
        background-size: contain;
    }

    @media screen and (max-width: 991px){
        .sec2 {
            margin-top: 40px;
        }
            .s1__men__el img{
            transform: translateY(-50px);
        }
        .sec1 h2{
            padding-top: 0;
        }
    }
    @media screen and (max-width: 767px) {
        .operationsS3__el{
            flex: 0 0 232px;
            max-width: 232px;
        }
        .s3__el p{
            font-size: 1rem;
        }
        .operationsS3__el:nth-child(1) .s3_icon_bg{
            background: url("../img/os3icon1hover.png") no-repeat 50% 50%;
        }
        .operationsS3__el:nth-child(2) .s3_icon_bg{
            background: url("../img/os3icon2hover.png") no-repeat 50% 50%;
        }
        .operationsS3__el:nth-child(3) .s3_icon_bg{
            background: url("../img/os3icon3hover.png") no-repeat 50% 50%;
        }
        .operationsS3__el:nth-child(4) .s3_icon_bg{
            background: url("../img/os3icon4hover.png") no-repeat 50% 50%;
        }
        .operationsS3__el:nth-child(5) .s3_icon_bg{
            background: url("../img/os3icon5hover.png") no-repeat 50% 50%;
        }
        .operationsS3__el .s3__num path{
            fill: #fff;
        }
        .operationsS3__el .s3__num{
            background: rgba(31, 77, 246, 1);
            color: #fff;
        }
        .operationsS3__el .s3__el{
            background: rgba(31, 77, 246, 1);
            min-height: auto;
        }
    }
    @media screen and (max-width: 575px) {
        .s5__block{
            flex: 0 0 100%;
            max-width: 100%;
        }
        .s2__el{
            min-height: auto!important;
        }
        .s3__el{
            max-width: 216px!important;
            padding: 24px 18px!important;
        }
        .operators6{
            padding:50px 20px;
        }
        .sec8{
            padding-top: 0!important;
        }
        .os8img{
            width: 100px;
            padding-bottom: 20px;

        }

    }
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 0!important;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 1.2rem!important;
}