




            :root {

                --main-font: "Inter", sans-serif;
                --sec-font: "Inter", sans-serif;

                --heading-color: #1A162B;
                --text-color: #46474A;
                --first-color: linear-gradient(180deg, #D0E2FF 0%, #99BFFD 100%);
                --sec-color:#97BEFD;
                --link-color: #262629;
                --border-color: #D8D8D8;
                --bg-3--border-color: #D8D8D8;
                --price-color:  #231F20;
                --white: #ffffff;
                --black:#000000;

                --bg-gradient:linear-gradient(90.38deg, #F6CB3F 0.91%, #ED9B27 100%);
                --bg-2: #F5F9FF;
                --bg-2a: #F5F9FF;

                --border-r: 10px;
            }


            /*.elem-faq h3::after{color: var(--first-color);}*/

            .video-play{margin-top: -42px;margin-left: -62px;}
            .video--center-icon .video-play{margin-top: -31px;margin-left: -31px;}

            .bg-2{background:  #F5F9FF;}
            .bg-3 *, .block-testimonial *{color: var(--white);}
            .bg-3, .bg-3.bg-3__noImg{background: #373935;}


            /*
    @media (min-width: 992px){
        
        .bg-2:not(.bg-2__noImg) .container, .bg-3:not(.bg-3__noImg) .container{position:relative;z-index:2;}
        .bg-2:not(.bg-2__noImg)::before{content:" ";position:absolute;width:420px;height:282px;top:0;right:0;background: url(../img/bg-enlit-top1.png) no-repeat;}
        .bg-2:not(.bg-2__noImg)::after{content:" ";position:absolute;width:450px;height:312px;bottom:0;left:0;background: url(../img/bg-enlit-bottom1.png) no-repeat;}

        .bg-3:not(.bg-3__noImg)::before{content:" ";position:absolute;width:420px;height:282px;top:0;right:0;background: url(../img/bg-enlit-top.png) no-repeat;}
        .bg-3:not(.bg-3__noImg)::after{content:" ";position:absolute;width:730px;height:507px;bottom:0;left:0;background: url(../img/bg-enlit-bottom.png) no-repeat;}


        .block-numbers.block-numbers__fix01{padding: 30px 0;}
        .block-numbers.block-numbers__fix01 .elem-numbers{min-height: 126px;}  



        .block-content .elem-content .col-lg-8 .elem-image__holder{position:relative;}
        .block-content .elem-content .col-lg-8 .elem-image__holder img{position:relative;z-index: 3;}
        .block-content:not(.hide-bubbles) .elem-content .col-lg-8 .elem-image__holder::before{position:absolute;width: 117px;height: 175px;z-index: 9;content: " ";background: url('../img/icon-ebubbles-top.svg') no-repeat;top: -35px;left: -35px;}
        .block-content:not(.hide-bubbles) .elem-content .col-lg-8 .elem-image__holder::after{position:absolute;width: 117px;height: 175px;z-index: 9;content: " ";background: url('../img/icon-ebubbles-bottom.svg') no-repeat;bottom: -35px;right: -35px;}
        
        
}
@media (max-width: 991px){

            .bg-2{background: #F2F1F1 url(../img/wave-bottom3.png) bottom center repeat-x;}
            .bg-2__noImg{background: #F2F1F1;}
            .bg-3 *, .block-testimonial *{color: var(--white);}
            .bg-3{background: #373935 url(../img/wave-bottom.png) bottom center repeat-x;}
}*/