.popupRGBA{
    z-index: 9990;
    width: 100%;
    height:  100%;
    position: absolute;
    top: 0;
    right: 0;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);

}

.popupMain{
	display: block;
	position: relative;
	margin: 0 auto;
	margin-top: 7rem;
    max-width: 520px;
	opacity:1;
	background: linear-gradient(359.33deg, #5B7DBF 0.4%, #7498D2 99.26%), #7498D3;
    border-radius: 30px;
}
        
.popupMain .inner{
	display: flex;
	flex-direction: column;
	padding: 70px 50px;
    text-align: left;
}
.popupMain .inner a {
    text-align: left;
    font-size: 1.2vw;
    line-height: 1.1;
    color: #2A2F35;
    max-width: 660px;
    margin: 0 auto;
    text-decoration: none;
    font-family: 'Roboto', 'sans-serif', 'arial', 'helvetica';
}
.popupMain .inner a+ a{
    margin: 0 auto;
    margin-top: 12px;
    margin-left: 0;
}

.popupMain .inner a:hover{
	text-decoration: underline;
}
.closeform{
	display: block;
	position: absolute;
	background: url(../../files/closeform.png) no-repeat center center;
	height: 24px;
	width: 24px;
	right: 28px;
	top: 28px;
	opacity: 1;
	z-index: 999999;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

/*reset light*/
html, body {
    margin: 0;
    padding: 0;
}
label, input, button, a {
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: 'Roboto', 'sans-serif', 'arial', 'helvetica';
    -webkit-font-smoothing: antialiased; 
    --c1: #1B44D6;
    --c2: #E5E5E5;
    --c3: #566494;
    --c4: #565E7C;
}
svg path, svg rect, svg circle {
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
input, textarea, select, button {
    font-family: 'Roboto', 'sans-serif', 'arial', 'helvetica';
}
input:not([type=checkbox]):not([type=radio]),
textarea, 
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a:hover {
    text-decoration: none;
}
img, a, input, textarea, select, button {
    -webkit-border-radius: 0;
            border-radius: 0;
    outline-style: none;
}
button::-moz-focus-inner {
  border: 0;
}
    
input {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.container_main {
    min-width: 320px;
    overflow: hidden;
    min-width: 900px;
}
.clr {
    clear: both;
}
.align_center {
    text-align: center;
}
.wmain {
    width: 808px;
    margin: 0 auto;
}

.overflow {
    overflow: hidden;
}

.plr {
    padding-left: 46px;
    padding-right: 46px;
}

.header {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    height: 100vh;
    background: linear-gradient(359.97deg, #587ABD 0.04%, rgba(107, 143, 214, 0) 66.67%), #E8EDFE;
    border-radius: 0px 0px 30px 30px;
    padding-top: 70px;
    padding-bottom: 74px;
    position: relative;
    z-index: 50;
}

.head_title {
    text-align: center;
    font-size: 24px;
    line-height: 145%;
    color: #2A2F35;
    max-width: 660px;
    margin: 0 auto;
}

    .head_title span {
        position: relative;
        font-weight: 500;
        display: inline-block;
    }

        .head_title span:before {
            content: "";
            display: block;
            position: absolute;
            background: url("../img/line1.svg") no-repeat left top;
            width: 150px;
            height: 11px;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
               -moz-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                 -o-transform: translateX(-50%);
                    transform: translateX(-50%);
            bottom: -12px;
        }

    .head_info {
        text-align: center;
        font-size: 18px;
        line-height: 150%;
        color: #2D2D2D;
        font-style: italic;
        max-width: 566px;
        margin: 0 auto;
        margin-top: 42px;
    }

.head_img {
    display: flex;
    width: 100%;
    margin-top: -14px;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
}

    .head_img img {
        display: block;
        max-width: 100%;
    }


.head_bottom_text {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 140%;
    color: #FFF;
    max-width: 543px;
    margin: 0 auto;
    margin-top: 39px;
}





.experience{
    display: block;
    position: relative;
    padding-top: 90px;
    padding-bottom: 84px;
}
.exp_bg{
    display: block;
    position: absolute;
    width: 100%;
    height: 160px;
    background: linear-gradient(1.4deg, #EFF3F9 0.65%, rgba(239, 243, 249, 0) 98.33%);
    bottom: 0;
    left: 0;
    z-index: 1;
}
.exp_list{
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    margin-top: 77px;
}
.exp_el{
    display: block;
    position: relative;
    width: 212px;
}
.exp_el:before{
    display: block;
    position: absolute;
    content: '';
    width: 20px;
    height: 12px;
    background: url(../img/exp_ar.svg)no-repeat center center;
    background-size: 100%;
    left: -50px;
    top: 26px;
}
.exp_el:nth-child(1):before{
    display: none;
}
.exp_el:nth-child(4):before{
    display: none;
}
.exp_el{
    margin-bottom: 62px;
}
.exp_el+.exp_el+.exp_el+.exp_el{
    margin-bottom: 0;
}
.exp_img{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 0 auto;
    margin-bottom: 14px;
}
.exp_text{
     display: block;
     font-size: 14px;
     line-height: 1.3;
     font-weight: 500;
     text-align: center;
}



/* qualification */
.qualification{
    display: block;
    padding-top: 90px;
    padding-bottom: 30px;
}
.qualification .say_block{
    margin-top: 112px;
}
/* qualification */


/* system_work */
.system_work{
    display: block;
    padding-top: 100px;
    padding-bottom: 40px;
}
.system_work .service_info_text:before{
    display: block;
    position: absolute;
    content: '';
    width: 154px;
    height: 156px;
    background: url(../img/system_work_bg.png)no-repeat center right;
    right: 70px; 
    top: -80px;
}
.service_info_text.system_work_text{
    position: relative;
    box-sizing: border-box;
    padding-right: 240px;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    color: #6A6E72;
}



.serv_list{
    margin-top: 98px;
}
.serv_el{
    display: block;
}
.serv_el + .serv_el{
    margin-top: 46px;
}
.serv_list_title {
    display: flex;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #2A2F35;
    -webkit-align-items: center;
            align-items: center;
}

    .serv_list_title i {
        display: flex;
        width: 46px;
        height: 46px;
        min-width: 46px;
        margin-right: 24px;
        -webkit-align-items: center;
                align-items: center;
                justify-content: center;
    }

    .serv_list_title i img {
        display: block;
        max-width: 100%;
    }

.serv_list_text {
    margin-top: 16px;
    font-size: 16px;
    line-height: 140%;
    color: #2A2F35;
}

.serv_list_plashka {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #428BF4;
    margin-top: 27px;
    background: linear-gradient(0deg, #F3F6FA, #F3F6FA);
    border-radius: 0px 20px 20px 20px;
    padding: 24px 44px 25px 44px;
}

    .serv_list_plashka span {
        display: block;
        max-width: 512px;
        margin: 0 auto;
    }
.serv_example_text{
    display: block;
    margin-top: 46px;
    background: linear-gradient(0deg, #F3F6FA, #F3F6FA);
    border-radius: 0px 20px 20px 20px;
    padding: 24px 44px 25px 44px;
    font-size: 16px;
    font-style: italic;
    line-height: 1.5;
}
.serv_example_text span{
    position: relative;
}
.serv_example_text span:after{
    content: "";
    display: block;
    position: absolute;
    width: 161px;
    height: 16px;
    background: url(../img/serv_examp_text.png) no-repeat center center;
    background-size: 100%;
    left: 50%;
    margin-left: -104px;
    bottom: -18px;
}

/* system_work */

/* rielt */
.rielt{
    display: block;
    padding-top: 96px;
    background: linear-gradient(4.16deg, #7498D2 4.33%, #5B7DBF 97.57%);
}
.rielt .wmain{
    position: relative;
}
.rl_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
}
.rl_text {
    margin-top: 30px;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    padding-bottom: 66px;
}
.rl_img {
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 286px;
}

    .rl_img img {
        display: block;
        max-width: 100%;
    }
.rl_text a{
    position: relative;
    text-decoration: none;
    color: #BBD1FF;
}

    .rl_text a:before {
        content: "";
        display: block;
        position: absolute;
        width: 180px;
        height: 13px;
        background: url(../img/line2.svg) no-repeat left top;
        background-size: 100%;
        left: 35%;
        bottom: -20px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
/* rielt */






/* partners */
.partners {
    padding-top: 84px;
    padding-bottom: 20px;
}
.partners .service_info_text{
    margin-top: 4px;
    font-style: italic;
}
.prt_list{
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
    margin-top: 64px;
}
.pr_el{
    display: block;
    width: 150px;
}
.pr_el span{
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
.pr_img{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 12px;
    width: 60px;
    height: 60px;
}
/* partners */

.short {
    padding-top: 123px;
    /* margin-top: -52px; */
    padding-bottom: 87px;
    background: #EBF2FF;
}

    .short .wmain {
        width: 942px;
    }


.say_block {
    display: flex;
    max-width: 868px;
    margin: 0 auto;
    padding-right: 30px;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.say_l {
    width: 243px;
    min-width: 243px;
    padding-left: 6px;
    text-align: center;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.say_r {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    background: #FFF;
    padding: 44px 42px 47px 60px;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    box-shadow: 0px 15px 23px rgba(130, 153, 190, 0.2);
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    .say_r:before {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        width: 17px;
        background: url("../img/say_plashka_str.svg") no-repeat right center;
        left: -16px;
        top: 0;
    }

    .say_title {
        font-weight: 500;
        font-size: 18px;
        line-height: 140%;
        color: #2A2F35;
        position: relative;
    }

    .say_title:before {
        content: "— ";
        display: block;
        position: absolute;
        left: -21px;
        top: 0;
    }

    .say_text {
        font-size: 18px;
        line-height: 140%;
        color: #2A2F35;
        margin-top: 25px;
    }

        .say_text span {
            position: relative;
            font-weight: 500;
        }

            .say_text span:before {
                content: "";
                display: block;
                position: absolute;
                width: 180px;
                height: 13px;
                background: url("../img/line2.svg") no-repeat left top;
                left: 50%;
                bottom: -20px;
                -webkit-transform: translateX(-50%);
                   -moz-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                     -o-transform: translateX(-50%);
                        transform: translateX(-50%);
            }

.say_ava {
    width: 126px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}

    .say_ava img {
        display: block;
        width: 100%;
        -webkit-border-radius: 50%;
                border-radius: 50%;
    }

    .say_name {
        font-size: 18px;
        line-height: 150%;
        font-weight: 500;
        color: #2A2F35;
        margin-top: 16px;
    }


.say_position {
    font-size: 14px;
    line-height: 120%;
    color: #3F5374;
    margin-top: 10px;
}

.short_about {
    margin-top: 63px;
    background: linear-gradient(359.33deg, #5B7DBF 0.4%, #7498D2 54.46%, #5B7DBF 99.26%);
    border-radius: 30px;
    position: relative;
    padding: 51px 379px 67px 67px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    .short_about:before {
        content: "";
        display: block;
        position: absolute;
        width: 328px;
        height: 100%;
        background: url("../img/about_plan_img.svg") no-repeat right center;
        right: 0;
        top: 10px;
    }

.short_about_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #FFF;
}

.short_about_text {
    margin-top: 41px;
}

    .short_about_text p {
        display: block;
        margin: 0;
        font-size: 16px;
        line-height: 140%;
        color: #FFF;
    }

    .short_about_text p + p {
        margin-top: 21px;
    }


.short_target {
    font-size: 16px;
    line-height: 140%;
    color: #FFF;
    padding-left: 80px;
    min-height: 46px;
    margin-top: 64px;
    background: url("../img/about_plan_ico.svg") no-repeat left center;
}

    .short_target b {
        font-weight: bold;
    }


.service_info {
    padding-top: 80px;
    padding-bottom: 83px;
}

.service_info_title {
    position: relative;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    color: #2A2F35;
}

    .service_info_title i {
        position: absolute;
        width: 85px;
        height: 84px;
        background: url("../img/num_decor.svg") no-repeat left top;
        left: -87px;
        top: 50%;
        margin-top: -43px;
        display: flex;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        padding-right: 3px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-items: center;
                align-items: center;
    }


.service_info_text {
    margin-top: 39px;
    font-size: 16px;
    line-height: 140%;
    color: #2A2F35;
}

    .service_info_text p {
        display: block;
        margin: 0;
    }

    .service_info_text p + p {
        margin-top: 37px;
    }

.file_list {
    margin: 0;
    padding: 0;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    list-style: none;
    margin-top: 24px;
    margin-left: -70px;
    margin-bottom: -20px;
}

    .file_list > li {
        margin-left: 70px;
        width: 242px;
        min-width: 242px;
        margin-bottom: 20px;
        display: block;
    }

    .file_list > li a {
        display: flex;
        width: 100%;
        font-size: 14px;
        line-height: 130%;
        color: #428BF4;
        text-decoration: none;
        -webkit-align-items: center;
                align-items: center;
        -webkit-transition: 0.2s;
           -moz-transition: 0.2s;
            -ms-transition: 0.2s;
             -o-transition: 0.2s;
                transition: 0.2s;
    }

        .file_list > li a:hover {
            color: #2A2F35;
        }

    .file_list > li a i {
        display: block;
        width: 35px;
        min-width: 35px;
        margin-right: 17px;
    }

    .file_list > li a img {
        display: block;
        max-width: 100%;
    }

.service_short {
    display: flex;
    margin-top: 89px;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

.service_short_l {
    width: 100%;
}

.service_short_r {
    min-width: 235px;
    margin-left: 77px;
}

.service_info__title_inner {
    font-size: 18px;
    line-height: 130%;
    color: #2A2F35;
    font-weight: 500;
}

.service_short_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 45px;
}

    .service_short_list > li {
        display: block;
        position: relative;
        font-size: 16px;
        line-height: 140%;
        color: #2A2F35;
    }

    .service_short_list > li + li {
        margin-top: 22px;
    }

    .service_short_list > li:before {
        content: "";
        display: block;
        position: absolute;
        width: 6px;
        height: 6px;
        background: #428BF4;
        left: -30px;
        top: 8px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
    }

    .service_short_plashka {
        font-weight: 500;
        font-size: 16px;
        line-height: 140%;
        text-align: center;
        color: #428BF4;
        background: #F3F6FA;
        border-radius: 20px;
        margin-top: 41px;
        padding: 32px 40px 26px 44px;
    }


.service_short_step {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #FFFFFF;
    border: 2px solid #F3F6FA;
    box-sizing: border-box;
    border-radius: 20px;
    padding-top: 35px;
    padding-bottom: 45px;
}

    .service_short_step > li {
        display: block;
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
    }

    .service_short_step > li + li {
        margin-top: 49px;
    }

        .service_short_step > li + li:before {
            content: "";
            display: block;
            position: absolute;
            width: 100%;
            height: 18px;
            left: 0;
            top: -30px;
            background: url("../img/about_list_str.svg") no-repeat center center;
        }

    .service_short_step > li i {
        display: flex;
        height: 51px;
        width: 100%;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-items: center;
                align-items: center;
    }

    .service_short_step > li i img {
        display: block;
    }

    .service_short_step > li span {
        display: block;
        text-align: center;
        font-size: 14px;
        line-height: 130%;
        color: #45494E;
    }


.conversion_block {
    background: linear-gradient(2.18deg, #7498D2 2.36%, #5B7DBF 98.68%), #5D87DC;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    font-size: 22px;
    line-height: 140%;
    color: #FFF;
    font-weight: 500;
}

    .conversion_block span {
        position: relative;
    }

    .conversion_block span:before {
        content: "";
        display: block;
        position: absolute;
        width: 149px;
        height: 12px;
        background: url("../img/line3.svg") no-repeat left top;
        left: 50%;
        bottom: -18px;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
    }


.say_title2 {
    color: #2A2F35;
    font-size: 16px;
    line-height: 140%;
    font-weight: normal;
}

.say_block2 .say_r {
    background: #F3F5FA;
    -webkit-box-shadow: none;
            box-shadow: none;
}

    .say_block2 .say_r:before {
        background: url("../img/say_plashka_str2.svg") no-repeat right center;
    }


.ispolnitel {
    position: relative;
    padding-bottom: 90px;
    overflow: hidden;
    padding-top: 62px;
    -webkit-border-radius: 0px 0px 30px 30px;
            border-radius: 0px 0px 30px 30px;
}

    .ispolnitel:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 280px;
        background: linear-gradient(180deg, #FFFFFF 0%, #E9EBED 100%);
        left: 0;
        bottom: 0;
        opacity: 0.5;
        -webkit-border-radius: 0px 0px 30px 30px;
            border-radius: 0px 0px 30px 30px;
    }

    .ispolnitel .wmain {
        position: relative;
        z-index: 30;
    }


.ispolnitel_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 67px;
}

    .ispolnitel_list > li {
        display: block;
    }

    .ispolnitel_list > li + li {
        margin-top: 71px;
    }

.ispolnitel_list_title {
    display: flex;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #2A2F35;
    -webkit-align-items: center;
            align-items: center;
}

    .ispolnitel_list_title i {
        display: flex;
        width: 46px;
        height: 46px;
        min-width: 46px;
        margin-right: 24px;
        -webkit-align-items: center;
                align-items: center;
    }

    .ispolnitel_list_title i img {
        display: block;
        max-width: 100%;
    }

.ispolnitel_list_text {
    margin-top: 16px;
    font-size: 16px;
    line-height: 140%;
    color: #2A2F35;
}

.ispolnitel_list_plashka {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #428BF4;
    margin-top: 27px;
    background: linear-gradient(0deg, #F3F6FA, #F3F6FA);
    border-radius: 0px 20px 20px 20px;
    padding: 24px 44px 25px 44px;
}

    .ispolnitel_list_plashka span {
        display: block;
        max-width: 512px;
        margin: 0 auto;
    }


.ispolnitel_list_citata {
    font-size: 16px;
    line-height: 140%;
    color: #2A2F35;
    opacity: 0.7;
    padding-left: 104px;
    padding-right: 104px;
    font-style: italic;
    margin-top: 20px;
}

.service_lead {
    padding-right: 313px;
    background: url("../img/lead_info_img.svg") no-repeat right top;
    min-height: 283px;
}

.mem {
    margin-left: -46px;
    margin-right: -46px;
    margin-top: 4px;
}

.mem img {
    display: block;
    width: 100%;
}

.traffic_director_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 52px;
}

    .traffic_director_list > li {
        display: flex;
        font-weight: 500;
        font-size: 16px;
        line-height: 140%;
        color: #2A2F35;
        -webkit-align-items: center;
                align-items: center;
    }

    .traffic_director_list > li img {
        display: block;
        max-width: 100%;
    }

    /* .traffic_director_list > li + li {
        margin-top: 31px;
    } */
    .traffic_director_list > li + li {
        margin-top: 17px;
    }

    .traffic_director_list > li i {
        display: block;
        min-width: 38px;
        margin-right: 28px;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-items: center;
                align-items: center;
    }


.m0 {
    margin-top: 0;
}

.say_block_pr {
    padding-right: 0;
}

.operator {
    margin-top: 81px;
    position: relative;
    padding-bottom: 77px;
    -webkit-border-radius: 0px 0px 30px 30px;
    border-radius: 0px 0px 30px 30px;
}

    .operator:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 280px;
        background: linear-gradient(180deg, #FFFFFF 0%, #E9EBED 100%);
        left: 0;
        bottom: 0;
        opacity: 0.5;
        -webkit-border-radius: 0px 0px 30px 30px;
        border-radius: 0px 0px 30px 30px;
    }

    .operator .wmain {
        position: relative;
        z-index: 30;
    }

.audio_list {
    display: flex;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -28px;
    margin-top: 41px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

    .audio_list > li {
        width: 33.33333333%;
        padding-left: 28px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

.audio_block {
    background: #F3F6FA;
    border-radius: 20px;
    text-align: center;
    padding: 22px 24px 22px 24px;
}

.audio_time {
    font-size: 12px;
    line-height: 140%;
    text-align: center;
    color: #283558;
    opacity: 0.5;
    margin-top: 7px;
}

.audio_name {
    margin-top: 13px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #2A2F35;
}

.audio_status {
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #428BF4;
    margin-top: 5px;
}

.audio_status_ok {
    color: #27C49E;
}

.say_block_pr .say_l {
    padding-left: 0;
    width: auto;
    min-width: 20px;
    white-space: nowrap;
    float: left;
    padding-right: 45px;
}

.say_block2 .say_r {
    width: auto;
    float: left;
}

.say_block_pr {
    display: block;
    overflow: hidden;
}

.operator_shem {
    margin-top: 67px;
}

.operator_title_inner {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #2A2F35;
}

.operator_shem_inner {
    background: linear-gradient(359.33deg, #5B7DBF 0.4%, #7498D2 99.26%), #7498D3;
    border-radius: 30px;
    margin-top: 23px;
    padding: 49px 35px 47px 33px;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

.operator_shem_l {
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
    margin-right: 16px;
}

    .operator_shem_l .operator_shem_block {
        width: 168px;
    }

    .operator_shem_l .operator_shem_block + .operator_shem_block {
        width: 178px;
        margin-left: 54px;
        position: relative;
    }

    .operator_shem_l .operator_shem_block + .operator_shem_block:before {
        content: "";
        display: block;
        position: absolute;
        width: 26px;
        height: 8px;
        background: url("../img/shem_list_str1.svg") no-repeat left top;
        left: -40px;
        top: 58px;
    }

.audio_circle {
    width: 56px;
    margin: 0 auto;
}

.operator_shem_ico {
    display: flex;
    width: 100%;
    height: 36px;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
}

    .operator_shem_ico img {
        display: block;
        max-height: 36px;
    }


.operator_shem_name {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #FFF;
    margin-top: 12px;
}

.operator_shem_text {
    font-size: 14px;
    line-height: 130%;
    color: #FFF;
    text-align: center;
    margin-top: 13px;
}

.operator_shem_r {
    padding-left: 71px;
    background: url("../img/shem_list_str2.svg") no-repeat left center;
    min-height: 141px;
    width: 100%;
}

.operator_shem_r .operator_shem_text {
    text-align: left;
    width: 155px;
    min-width: 155px;
    margin-top: 0;
    margin-left: 12px;
}

.operator_shem_r .operator_shem_block {
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}

    .operator_shem_r .operator_shem_block + .operator_shem_block {
        margin-top: 60px;
    }

.operator_shem_block_l {
    width: 86px;
    min-width: 86px;
}

.crm {
    margin-top: 92px;
}

.crm .service_info_text {
    margin-top: 40px;
}

.crm_img {
    display: block;
    margin-top: 40px;
    text-decoration: none;
}

    .crm_img i {
        margin: 0 auto;
        max-width: 390px;
        display: block;
        overflow: hidden;
        position: relative;
        -webkit-border-radius: 20px;
                border-radius: 20px;
    }

        .crm_img i img {
            display: block;
            width: 100%;
            -webkit-border-radius: 20px;
                    border-radius: 20px;
        }

        .crm_img i:before {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            zoom: 5;
            position: absolute;
            background: linear-gradient(0deg, rgba(164, 182, 231, 0.2), rgba(164, 182, 231, 0.2));
        }

            .crm_img i:after {
                content: "";
                display: block;
                position: absolute;
                width: 46px;
                height: 46px;
                left: 50%;
                top: 50%;
                margin-left: -23px;
                margin-top: -23px;
                background: #283558 url("../img/img_zoom_ico.svg") no-repeat center center;
                -webkit-box-shadow: 0px 0px 0px 0px #283558;
                        box-shadow: 0px 0px 0px 0px #283558;
                -webkit-border-radius: 50px;
                        border-radius: 50px;
                -webkit-transition: 0.3s;
                   -moz-transition: 0.3s;
                    -ms-transition: 0.3s;
                     -o-transition: 0.3s;
                        transition: 0.3s;
            }

                .crm_img i:hover:after {
                    opacity: 0.8;
                    -webkit-box-shadow: 0px 0px 0px 10px #283558;
                            box-shadow: 0px 0px 0px 10px #283558;
                }

        .crm_img span {
            display: block;
            text-align: center;
            font-style: italic;
            font-weight: normal;
            font-size: 16px;
            line-height: 140%;
            color: #2A2F35;
            opacity: 0.6;
            max-width: 602px;
            margin: 0 auto;
            margin-top: 15px;
        }

.crm_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #2A2F35;
}

.account_manager {
    position: relative;
    padding-top: 75px;
    padding-bottom: 97px;
    overflow: hidden;
    -webkit-border-radius: 0px 0px 30px 30px;
            border-radius: 0px 0px 30px 30px;
}

    .account_manager:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 280px;
        background: linear-gradient(180deg, #FFFFFF 0%, #E9EBED 100%);
        left: 0;
        bottom: 0;
        opacity: 0.5;
        -webkit-border-radius: 0px 0px 30px 30px;
        border-radius: 0px 0px 30px 30px;
    }

    .account_manager .wmain {
        position: relative;
        z-index: 40;
    }


.account_manager .service_info_text {
    margin-top: 40px;
}

    .account_manager .service_info_text p + p {
        margin-top: 20px;
    }


.account_manager_shem {
    margin-top: 77px;
    display: flex;
    padding-left: 34px;
    padding-right: 10px;
    -webkit-align-items: flex-end;
            align-items: flex-end;
}

.account_manager_shem_l {
    width: 280px;
    min-width: 280px;
}

.account_manager_shem_img {
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
}

    .account_manager_shem_img img {
        display: block;
        max-width: 100%;
    }

    .account_manager_shem_name {
        text-align: center;
        font-weight: 500;
        font-size: 16px;
        line-height: 140%;
        text-align: center;
        color: #2A2F35;
        margin-top: 24px;
    }


.account_manager_shem_r {
    width: 100%;
    margin-left: 68px;
    padding-left: 139px;
    background: url("../img/interaction_str.svg") no-repeat left 30%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.account_manager_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .account_manager_list > li {
        display: flex;
        font-weight: 500;
        font-size: 16px;
        line-height: 140%;
        color: #2A2F35;
        -webkit-align-items: center;
                align-items: center;
    }

    .account_manager_list > li + li {
        margin-top: 34px;
    }


    .account_manager_list > li i {
        display: flex;
        width: 52px;
        min-width: 52px;
        margin-right: 21px;
        -webkit-align-items: center;
                align-items: center;
        -webkit-justify-content: center;
                justify-content: center;
    }


.account_manager_file {
    margin-top: 102px;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: flex-start;
            align-items: flex-start;
}

    .account_manager_file .service_info_text {
        margin-top: 0;
    }


.cmf_block {
    display: flex;
    width: 288px;
    min-width: 288px;
    margin-left: 24px;
    background: #F3F5FA;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    line-height: 130%;
    color: #428BF4;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
    padding: 28px 23px 27px 23px;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
    .cmf_block:hover {
        color: #2A2F35;
    }

.cmf_block i {
    display: block;
    width: 35px;
    min-width: 35px;
    margin-right: 17px;
}

    .cmf_block i img {
        display: block;
    }


.agency_list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 45px;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

    .agency_list i {
        display: flex;
        width: 100%;
        height: 74px;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-items: center;
                align-items: center;
    }

    .agency_list i img {
        display: block;
    }

    .agency_list span {
        display: block;
        text-align: center;
        font-weight: 500;
        font-size: 16px;
        line-height: 140%;
        text-align: center;
        color: #2A2F35;
        margin-top: 4px;
    }


.agency_cel {
    display: flex;
    margin-top: 72px;
    padding-left: 50px;
    padding-right: 53px;
    background: url("../img/agencies_bg.svg") no-repeat right top;
    min-height: 243px;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

.agency_cel_l {
    width: 280px;
    padding-top: 45px;
}

.agency_cel_num {
    display: flex;
    width: 100%;
    -webkit-justify-content: center;
            justify-content: center;
}

    .agency_cel_num img {
        display: block;
    }

    .agency_cel_info {
        text-align: center;
        font-weight: 500;
        font-size: 18px;
        line-height: 110%;
        text-align: center;
        color: #4F71B4;
        margin-top: 19px;
        position: relative;
    }

        .agency_cel_info:before {
            content: "";
            display: block;
            position: absolute;
            width: 100%;
            height: 19px;
            background: url("../img/line4.svg") no-repeat center center;
            left: -20px;
            bottom: -30px;
        }

.no {
    background: linear-gradient(4.16deg, #7498D2 4.33%, #5B7DBF 97.57%);
}

    .no .wmain {
        display: block;
        position: relative;
        padding-top: 108px;
        padding-bottom: 107px;
        padding-right: 416px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }


.no_img {
    position: absolute;
    right: 65px;
    bottom: 0;
    width: 266px;
}

    .no_img img {
        display: block;
        max-width: 100%;
    }

.no_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
}

.no_text {
    margin-top: 30px;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
}

.builder {
    padding-bottom: 88px;
    padding-top: 72px;
    background: linear-gradient(180deg, #F0F5FF 65.73%, rgba(241, 246, 255, 0) 100%);
}

.builder_img {
    width: 100%;
    display: flex;
    margin-top: 59px;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
}

    .builder_img img {
        display: block;
        max-width: 100%;
    }


.builder_img + .service_info_text {
    margin-top: 21px;
}

.builder_plashka {
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #2A2F35;
    margin-top: 52px;
    background: #FFFFFF;
    box-shadow: 0px 15px 23px rgba(130, 153, 190, 0.2);
    border-radius: 0px 20px 20px 20px;
    padding: 45px 50px 50px 50px;
}

.builder_love {
    position: relative;
    padding-top: 86px;
    padding-bottom: 104px;
    min-height: 434px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    .builder_love .wmain {
        position: relative;
        z-index: 20;
        padding-right: 312px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .builder_love:before, .builder_love:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 4;
        background: linear-gradient(7.11deg, #7498D2 7.12%, #5B7DBF 96.02%), #6E7DE5;
    }

    .builder_love:after {
        z-index: 5;
        background: url("../img/love_bg.svg") no-repeat right bottom;
    }


.no_text a {
    color: #A4F4FF;
}


.no_text p {
    display: block;
    margin: 0;
}

.no_text p + p {
    margin-top: 24px;
}

.builder_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #2A2F35;
}

.mashtab_img {
    display: flex;
    margin-top: 62px;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
}

    .mashtab_img img {
        display: block;
        max-width: 100%;
    }


.mashtab_plashka {
    margin-top: 62px;
    background: linear-gradient(0deg, #F3F6FA, #F3F6FA);
    border-radius: 20px;
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #2A2F35;
    padding: 39px 42px 37px 42px;
}

.end_form {
    display: block;
    max-width: 392px;
    margin: 0 auto;
    margin-top: 42px;
}

.in_style {
    position: relative;
}

    .in_style input {
        display: block;
        width: 100%;
        height: 58px;
        background: rgba(137,162,212,0.5);
        margin: 0;
        padding: 0;
        outline-style: none;
        padding-left: 21px;
        padding-right: 21px;
        font-size: 16px;
        color: #FFF;
        border-radius: 5px;
        border: none;
        padding-top: 15px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }


::-webkit-input-placeholder {
  color: transparent;
}
:-ms-input-placeholder {
  color: transparent;
}
::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
:-moz-placeholder {
  color: transparent;
  opacity: 0;
}


.in_style + .in_style {
    margin-top: 20px;
}

.in_placeholder {
    position: absolute;
    height: 100%;
    left: 21px;
    top: 0;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    color: #FFF;
    font-size: 16px;
    pointer-events: none;
    -webkit-transition: 0.4s;
       -moz-transition: 0.4s;
        -ms-transition: 0.4s;
         -o-transition: 0.4s;
            transition: 0.4s;
}

    .in_placeholder i {
        width: 6px;
        height: 6px;
        min-width: 6px;
        background: #FFF;
        margin-left: 10px;
        margin-top: -1px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }


.filled .in_placeholder {
    font-size: 11px;
    opacity: 0.6;
    top: -13px;
}

.in_style input:focus + .in_placeholder {
    font-size: 11px;
    opacity: 0.6;
    top: -13px;
}

.in_style input:focus + .in_placeholder i, .filled .in_placeholder i {
    margin-left: 5px;
    -webkit-transform: scale(0.6);
       -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
         -o-transform: scale(0.6);
            transform: scale(0.6);
}

.btn_send {
    display: flex;
    cursor: pointer;
    -webkit-justify-content: center;
            justify-content: center;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    border: none;
    outline-style: none;
    height: 58px;
    background: linear-gradient(90deg, #EA6DDC 0%, #8CB2FF 100%), #FFFFFF;
    border-radius: 5px;
    margin-top: 35px;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    color: #FFF;
    -webkit-align-items: center;
            align-items: center;
}

    .btn_send img {
        display: block;
        margin-left: 14px;
    }

    .btn_send span {
        display: flex;
        position: relative;
        z-index: 10;
        -webkit-align-items: center;
                align-items: center;
    }

    .btn_send:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 2;
        background: linear-gradient(290deg, #EA6DDC 0%, #8CB2FF 100%), #FFFFFF;
        opacity: 0;
        -webkit-transition: 0.5s;
           -moz-transition: 0.5s;
            -ms-transition: 0.5s;
             -o-transition: 0.5s;
                transition: 0.5s;
    }

        .btn_send:hover:before {
            opacity: 1;
        }


.end {
    background: linear-gradient(359.97deg, #587ABD 42.2%, rgba(107, 143, 214, 0) 99.98%);
    padding-top: 61px;
    padding-bottom: 121px;
}

.end_img {
    margin-top: 69px;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
}

    .end_img img {
        display: block;
        max-width: 100%;
    }

.end_info {
    text-align: center;
    margin-top: 55px;
    font-size: 18px;
    line-height: 145%;
    color: #FFF;
}

    .end_info b {
        font-weight: bold;
    }

.say_text2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #2A2F35;
    margin-top: 41px;
}
.end .say_text2{
    margin-top: 0;
}

.end .say_title {
    position: relative;
}

    .end .say_title:after {
        content: "";
        display: block;
        position: absolute;
        width: 161px;
        height: 16px;
        background: url("../img/line5.svg") no-repeat center center;
        left: 50%;
        margin-left: -80px;
        bottom: -22px;
    }

.end .say_r {
    box-shadow: 0px 15px 23px rgba(130, 153, 190, 0.2);
}

.end .say_block {
    padding-right: 0;
}

.end .say_l {
    min-width: 190px;
    width: 190px;
    margin-right: 40px;
    padding-left: 0;
    white-space: nowrap;
}

.mashtab {
    margin-top: 82px;
}

.builder .service_info_text + .crm_img {
    margin-top: 89px;
}

.builder_love .no_text {
    margin-top: 46px;
}



@media screen and (max-width: 960px) {
    .service_info_title i {
        left: -32px;
    }

    .service_info_title {
        padding-left: 52px;
    }

    .short .wmain {
        width: auto;
    }

    .short_about:before {
        -webkit-background-size: 270px;
             -o-background-size: 270px;
                background-size: 270px;
    }

    .short_about {
        padding-right: 290px;
    }
}

@media screen and (max-width: 900px) {
    .wmain {
        width: 100%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .container_main {
        width: 100%;
        min-width: 20px;
    }

    .builder_love {
        padding-left: 46px;
        padding-right: 46px;
    }
}

@media screen and (max-width: 870px) {
    .operator_shem_l .operator_shem_block + .operator_shem_block {
        margin-left: 34px;
    }

    .operator_shem_l .operator_shem_block + .operator_shem_block:before {
        left: -27px;
    }

    .operator_shem_l {
        margin-right: 8px;
    }

    .operator_shem_r .operator_shem_block {
        display: block;
        padding-left: 10px;
    }

    .operator_shem_block_l {
        margin: 0 auto;
    }

    .operator_shem_r .operator_shem_text {
        margin-top: 10px;
        text-align: center;
    }

    .operator_shem_r .operator_shem_block + .operator_shem_block {
        margin-top: 34px;
    }

    .operator_shem_r .operator_shem_text {
        margin-left: 0;
    }
}

@media screen and (max-width: 860px) {
    .say_block2 .say_r {
        width: calc(100% - 231px);
    }
}

@media screen and (max-width: 768px) {
    .short_about {
        padding: 41px 300px 37px 37px;
    }
    .service_short_r {
        margin-left: 39px;
        min-width: 225px;
    }
    .service_lead {
        padding-right: 260px;
        -webkit-background-size: 200px;
             -o-background-size: 200px;
                background-size: 200px;
    }
    .audio_list > li {
        padding-left: 15px;
    }

    .audio_list {
        margin-left: -15px;
    }

    .account_manager_shem_r {
        margin-left: 30px;
        padding-left: 65px;
    }

    .no_img {
        right: 15px;
    }

    .no .wmain {
        padding-right: 310px;
    }
}