
html,
body {
font-family: 'Montserrat';
color:#200F26
  
}
input ,textarea, button{
  font-family: 'Montserrat';  
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    outline: none;
}

input {
    outline: none;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

a:focus {
    color: inherit;
    text-decoration: none;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.flex{
    display: flex;
    flex-wrap: wrap;
    
}
.flex_s{
     display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex_s_a{
     display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.flex_a{
     display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.container_content {
    width: 1140px;
    margin-right: auto;
    margin-left: auto;
   
}
header{
    padding-top: 27px;
}



.preloader-2.done {
    opacity: 0;
    visibility: hidden;
}
.preloader-2 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999;
    -webkit-transition: 1s all;
    transition: 1s all;
    opacity: 1;
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}




::-webkit-scrollbar {     width: 7px;
    height: 0px;}
::-webkit-scrollbar-button {  display:none; }
::-webkit-scrollbar-track {      background: transparent;}
::-webkit-scrollbar-track-piece { background: transparent}
::-webkit-scrollbar-thumb {     height: 176px;
    background-color: #9725C2;
    border-radius: 10px;}


.logo_l{
font-weight: 500;
font-size: 22px;
line-height: 25px;
/* or 114% */

letter-spacing: 0.03em;
text-transform: uppercase;
border-right: 1px solid #C4C4C4;
color: #200F26;
    padding-right: 10px;
    margin-right: 12px;
    
}
.logo_r{
 font-weight: 400;
font-size: 13px;
line-height: 16px;

color: #000000;
  
}


.linee__all{
    
}

.h_header_top_pho p{
    font-family: 'Inter';
font-style: normal;
font-weight: 400;
    font-size: 13px;
line-height: 16px;
    padding-bottom: 3px;


color: #7C7C7B;
}
.h_header_top_pho a{
font-weight: 400;
font-size: 24px;
line-height: 29px;
font-family: 'Inter';
color: #000000;

}
.btn{
    display: inline-block;
    position: relative;
overflow: hidden;
   background: linear-gradient(90deg, #711E91 0%, #9725C2 100%);
box-shadow: 0px 4px 4px rgba(113, 30, 145, 0.22);
border-radius: 91px;
    padding: 13px 26px 15px;
    cursor: pointer;
}

.line__top_block{
      transition: all .3s ease;
    transform: translateY(-100%);  
}
.line__top_block.out {
  transform: translateY(0%);
}

.result_img{
        height: auto;
}

.btn span.btn_bg_text{
font-weight: 500;
font-size: 13px;
line-height: 16px;
/* leading-trim and text-edge are draft CSS properties.

Read more: https://drafts.csswg.org/css-inline-3/#leading-trim
*/
leading-trim: both;
text-edge: cap;

color: #FFFFFF;
position: relative;
}
.btn_bg_text img{
    margin-left: 9px;
}
.btn_bg{
    transition: 0.3s ease;
    background: linear-gradient(90deg, #CB04B7 0%, #C2258D 100%);
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    
}
.btn:hover .btn_bg{
    opacity: 1;
}
nav a{
    font-weight: 500;
font-size: 14px;
line-height: 17px;


color: #000000;
}

.nnum1{
    opacity: 0;
}

nav{
    background: #FAF9FB;
border-radius: 10px;
    padding: 23px 29px;
}
.h_header_bottom{
    padding-top: 33px;
}

.f_desc_container{
    width: 100%;
   
    height: auto;
    padding: 69px 122px 60px 28px;
    border-radius: 22px;
    overflow: hidden;
}
.f_desc_block{
    padding-top: 27px;
}
.f_desc_t_all span{
    font-weight: 500;
font-size: 42.8738px;
line-height: 52px;


color: #200F26;
    display: inline-block;
    background: #FFFFFF;
border-radius: 16.0777px;
    padding: 6px 21px;
}
.f_desc_t1{
margin-bottom: 12px;
}
.f_desc_t2{
        margin-left: 34px;
    border-bottom-right-radius: 0px!important;
    
        padding-top: 2px!important;
    padding-bottom: 8px!important;
}

.f_desc_t_all span.f_desc_t3{
font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    color: #9725C2;
    margin-top: -11px;
     border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    ;
}
.f_desc_left {
    max-width: 464px;
}

.linee__all {
    display: inline-block;
}
.al_r{
  font-weight: normal;
    /* width: auto; */
    text-align: right;
    display: block;
    width: 100%;

}
.f_desc_text{
    margin-top: 46px;
    margin-bottom: 34px;
}

button{
    outline: none;
    border: none;
    background: transparent;
}

.f_desc_text p{
font-size: 15px;
line-height: 20px;
/* or 133% */


color: #000000;
}

.btn2 .btn_bg_text{
    font-size: 16px;
}

.btn2 img{
    width: 10px;
    height: 10px;
}

.btn.btn2{
    padding: 20px 26px;
}

.btn.btn2 .btn_bg_text{
    font-size: 16px;
}

.f_desc_btn .btn.btn2{
    background: linear-gradient(90deg, #CB04B7 0%, #C2258D 100%);
box-shadow: 0px 4.74545px 4.74545px rgba(113, 30, 145, 0.18);
}

.f_desc_btn .btn.btn2 .btn_bg{
        background: linear-gradient(90deg, #711E91 0%, #9725C2 100%);
}
.vk_box span{
    font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 20px;
padding-left: 10px;
text-transform: lowercase;

color: #6D6D6D;
}
.vk_box{
    background: rgba(255, 255, 255, 0.7);
border-radius: 5px;
    padding: 7px 13px 7px 10px;
        margin-bottom: -30px;
}
.f_desc_right{
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
}
.desc__numbers_block{
    margin-top: 88px;
}
.max_width{
    max-width: 539px;
}

.post_text p{
    font-weight: 500;
font-size: 16px;
line-height: 26px;
color: #4f4055;
}

h2{
font-style: normal;
font-weight: 500;
font-size: 40px;
line-height: 45px;

color: #200F26;
   margin-bottom: 54px; 
}

.desc__numbers_left{
    width: 709px;
}
.desc__numbers_box{
    width: 50%;
    padding-bottom: 30px;
    padding-top: 30px;
     padding-left: 50px;
    padding-right: 0px;
    border-right: 1px solid #E4E6EE;
      border-bottom: 1px solid #E4E6EE;
}

.desc__numbers_box:nth-child(1) , .desc__numbers_box:nth-child(3){
    padding-left: 0px;
}

.desc__numbers_box:nth-child(3) , .desc__numbers_box:nth-child(4){
     border-bottom:none;
    padding-top: 45px;
        padding-bottom: 14px;
}

.desc__numbers_box:nth-child(2) , .desc__numbers_box:nth-child(4){
     border-right:none;
}

.desc__numbers_block{
    margin-bottom: 100px;
}
.desc__numbers_container{
    padding-top: 80px;
}



.desc__numbers_num{
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 64px;
line-height: 26px;
margin-bottom: 28px;
color: #9725C2;
    
}

.desc__numbers_text{
font-weight: 400;
font-size: 16px;
line-height: 26px;

color: #200F26;

}

.desc__numbers_left{
    position: relative;
}
.abs_circle{
    width: 60px;
    height: 60px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px;
    
}
.abs_circle span{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    
background: #E4E6EE;
}

.desc__numbers_right{
    
}
.desc__numbers_right_circle{
    width: 350px;
height: 350px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: linear-gradient(321.92deg, #E4E6EE 1.71%, #FDFDFF 91.95%);
    padding: 30px;
}

.desc__numbers_right_circle span{
    font-weight: 500;
font-size: 16px;
line-height: 26px;

text-align: center;

color: #711E91;

}


nav a{
    position: relative;;
    
}


.footer__form_inner {
 
    position: relative;
}
nav a:hover:after {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
nav a:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background:    #000000;
    -webkit-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transition: -webkit-transform .7s cubic-bezier(.215,.61,.355,1);
    transition: -webkit-transform .7s cubic-bezier(.215,.61,.355,1);
    transition: transform .7s cubic-bezier(.215,.61,.355,1);
    transition: transform .7s cubic-bezier(.215,.61,.355,1), -webkit-transform .5s cubic-bezier(.215,.61,.355,1);
    position: absolute;
    bottom: -3px;
    left: 0;
}


.form__ind_block{
    margin-bottom: 83px;
}
.form__ind_container{
    padding: 44px 52px 39px 28px;
    overflow: hidden;
    background: linear-gradient(90deg, #711E91 0.66%, #9725C2 100%);
border-radius: 19px;
}

.form__ind_container > div{
    position: relative;
}
.form__ind_circle{
    position: absolute!important;
    right: -1px;
    top: 0px;
    
}
.form__ind_container{
    position: relative;
}



    .burg__menu_block{
               position: fixed;
    top: 0px;
    left: 0px;
        width: 100%;
           transition: 0.4s ease;
        height: 100vh; 
        
        
        padding: 27px 20px;
color: #fff;
        
background: linear-gradient(139.02deg, #AF91E7 0%, #9725C2 32.71%, #711E91 70.32%);
border-radius: 0px;
    }
    
    .burg__menu_block.active_m{
            opacity: 1!important;
    visibility: visible!important;
      
  

    }


.burg__menu_text{
font-weight: 500;
font-size: 24px;
line-height: 26px;
margin-top: 89px;
color: #FFFFFF;
    margin-bottom: 92px;
    
}

    


.burg__menu_block .h_header_top_logo a {
    width: 213px;
}
.burg__menu_text img{
        position: relative;
    left: 9px;
    top: 9px;
}

.burg__menu_block .h_header_top_pho {
    display: block!important;
    color: #fff;
    margin-bottom: 50px;
    
}

.burg__menu_block .h_header_top_pho p{

color: rgba(255, 255, 255, 0.75);
    
}

.burg__menu_block .h_header_top_pho a{
   color: #fff; 
}


.burg__menu_block .btn.btn2.btn__wats {
    
    padding: 17px 26px;
    width: 100%;
    text-align: center;
    position: relative;
    top: 40px;
}

.burg__menu_block .logo_l {
    margin-right: 0px;
    padding-right: 0px;
    border: none;
    margin-bottom: 3px;
    color: #fff;
}

.burg__menu_block .logo_l br {
    display: none;
}

.burg__menu_block .logo_r br {
    display: none;
}
.burg__menu_block .logo_r {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
}















.form__ind_right{
    width: 434px;
}

.form__ind_left p{
font-weight: 500;
font-size: 32px;
line-height: 40px;


color: #FFFFFF;
    
}
.form__ind_left p span{
 background: #FFFFFF;
    border-radius: 1000px;
    color: #711E90;
    padding: 2px 10px 5px;
}

.inp{
     font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 0.05em;
    color: #888688;
 padding: 4px 35px;
    background: #FFFFFF;
    border-radius: 100px;
    width: 237px;
    border: none;
    outline: none;
}

.btn.btn3{
    border: 1px solid #FFFFFF;
    background: transparent;
        padding: 15px 20px 15px;
}


.btn.btn3 .btn_bg{
    background: #fff;
}

.btn.btn3 .btn_bg_text{
    transition: 0.3s ease;
}

.btn.btn3:hover .btn_bg_text{
    color: #711E90;
}
.btn.btn3 img{
      transition: 0.3s ease;
}
.btn.btn3 img{
    filter: brightness(0) invert();
}

.btn.btn3:hover img{
   filter: brightness(1) ;  
}

.n__s_solgl{
font-weight: 500;
font-size: 12px;
line-height: 13px;


color: rgba(255, 255, 255, 0.5);
    
}

.n__s_solgl a{
   color: rgba(255, 255, 255, 0.9); 
    text-decoration: underline;
}

.n__s_solgl a:hover{
     text-decoration: none;
}
.n__s_solgl{
    margin-top: 14px;
}

.tt_flex .post_text{
    max-width: 486px;
}

.tt_flex h2{
    max-width: 560px;
}
.appeal_inner{
    padding-top: 108px;
}
.appeal_block{
    overflow: hidden;background: #FAF9FB;
border-radius: 65px 65px 0px 0px;
}

.appeal_box{
    width: 275px;
    padding: 18px 24px 60px 28px;
   background: #FFFFFF;
border-radius: 15px;
    overflow: hidden;
}
.appeal_container{
    margin-top: 75px;
    margin-bottom: 97px;
}
.appeal_b_img{
    min-height: 121px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.appeal_b_title{
    font-weight: 500;
font-size: 16px;
line-height: 20px;
min-height: 60px;
margin-bottom: 16px;
color: #000000;
}

.appeal_b_text{
font-weight: 400;
font-size: 13px;
line-height: 18px;

color: #200F26;
    
}


.r_sl_text{
    max-height: 202px;
    overflow: hidden; 
}


.result_row.point_numm{
    transition: 0.3s ease;
    opacity: 0;
    transform: translateY(30px);
}


.result_row.point_numm.yes{
      opacity: 1;
    transform: translateY(0px); 
}

.result_row.point_numm.yes2{
      opacity: 1;
    transform: translateY(0px); 
}


.result_row.point_numm:nth-child(5){
   transition-delay: 0.2s; 
}

.result_row.point_numm:nth-child(6){
   transition-delay: 0.4s; 
}

.result_row.point_numm:nth-child(7){
   transition-delay: 0.6s; 
}
.result_row.point_numm:nth-child(8){
   transition-delay: 0.8s; 
}


#jGrowl {
  display:none!important;
}

.result_row.point_numm:nth-child(9){
   transition-delay: 0.2s; 
}

.result_row.point_numm:nth-child(10){
   transition-delay: 0.4s; 
}

.result_row.point_numm:nth-child(11){
   transition-delay: 0.6s; 
}
.result_row.point_numm:nth-child(12){
   transition-delay: 0.8s; 
}


body #pdopage{
    opacity:1!important;
}

.appeal__adv_box{
       padding: 0px 15px;
    font-weight: 500;
font-size: 12px;
line-height: 15px;
height: 43px;
    width: auto;
    font-style: italic;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
color: #200F26;
   max-width: 242px;
    background: #FFFFFF;
border-radius: 1000px;
    margin-bottom: 15px;
    margin-right: 8px;
    padding-bottom: 2px;
    transition: 0.3s ease;
}
.appeal__adv_row3 {
    padding-left: 40px;
}


.appeal__adv_row .appeal__adv_box:last-child{
    margin-right: 0px;
}

.appeal__adv_box_b{
    font-weight: 500;
font-size: 14px;
line-height: 17px;



}
.appeal__adv_row1  h2{
       margin: 0px;
    margin-bottom: 15px;
    margin-right: 21px; 
    margin-top: -4px;
}
.appeal__adv_row1{
padding-bottom: 6px;    
}


.appeal__adv_box:hover{
background: #9626C1;
box-shadow: 0px 0px 15px rgba(113, 30, 145, 0.28);
  color: #fff;  
}
.form__ind_block__top{
        margin-top: -85px;
}
.appeal_inner{
    padding-bottom: 190px;
}
.work_block{
    padding-top: 35px;
}

h2 .purpure{
 background: #F5F5F5;
    border-radius: 1000px;
    color: #9725C2;
    padding: 3px 10px 10px;
    line-height: 38px;
    display: inline-block;
    
}

.work_container{
    min-height: 86px;
    padding-bottom: 52px;
    padding-top: 52px;
    border-bottom: 1px dashed #E4E6EE;
}
.result_block{
    margin-top: 93px;
}
.result_row{
    padding: 28px;
    background: #FAF9FB;
border-radius: 25px;
    overflow: hidden;
    margin-bottom: 51px;    align-items: flex-start;
}
.result_list{
    padding-top: 40px;
}

.sl__right_img img{
  width: 100%;
  
    min-width: 100%;
        min-height: 331px;
}

.result_img{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
        border-radius: 23px;
    overflow: hidden;
}

.result_img:hover > img {
    transform: scale(1.1);
}
.result_img> img {
    transition: 1s ease;
}
.video__box:hover > img {
    transform: scale(1.1);
}

.video__box> img {
    transition: 1s ease;
}

.video__box:hover .play_btn img {
    transform: scale(0.9);
}

.play_btn img {
    transition: 1s ease;
}
.result_left{
    width: 529px;
}
.result_right{
    width: 517px;
    padding-top: 13px;
}
.result_right_top{
    flex-wrap: nowrap;
}


.video_inner .slick-track {
   
    margin-left: 0px;
}

.result_right_top_logo{
    width: 109px;
        padding-top: 7px;
    flex: none;
}
.result_right_top_right_top{
    font-weight: 500;
font-size: 24px;

margin-bottom: 15px;

color: #000000;
}
.result_right_top_right_bot{
    font-weight: 400;
font-size: 15px;
line-height: 22px;


color: #200F26;
}

.result_right_top_bottom{
    position: relative;
}
.result_right_top_bottom .abs_circle{
    width: 44px;
    height: 44px;background: #FAF9FB;
    
        margin-left: -22px;
        margin-top: 0px;
}

.result_right_top_bottom .abs_circle span{
     width: 16px;
    height: 16px;   
}

.result_right_top_bottom .desc__numbers_num{
font-size: 46.6685px;
line-height: 19px;
        margin-bottom: 20px;
    
}

.result_right_top_bottom .desc__numbers_box {
   
    padding-bottom: 20px;
    padding-top: 20px;
    
}



.result_right_top_bottom .desc__numbers_box:nth-child(3), .result_right_top_bottom .desc__numbers_box:nth-child(4) {
    border-bottom: none;
    padding-top: 30px;
    padding-bottom: 8px;
}


.result_right_top_bottom .desc__numbers_text{
    font-size: 11.6671px;
line-height: 19px;
}

.desc__numbers_box {
   
    padding-left: 36px;
}


.result_right_top_bottom .desc__numbers_box:nth-child(2), .result_right_top_bottom .desc__numbers_box:nth-child(4) {
    padding-left: 36px;
}


.result_right_top_bottom{
    padding-top: 45px;
}
.btn__plus{
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
height: 32px;


background: linear-gradient(333.43deg, #711E91 9.38%, #9725C2 92.71%);
}
.btn__plus img{
    margin: 0px
}

.btn.btn4 span.btn_bg_text{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #9725C2;
    
    
}
.btn__plus{
    margin-left: 12px;
}
.btn.btn4{
    background: #fff;
    border: 1px solid #9725C2;
    padding: 8px 19px 8px;
    
}

.btn.btn4 .btn_bg{
    background: transparent;
}
.result_more{
    padding-top: 20px;
    text-align: center;
}

.video_block{
    margin-top: 120px;
}


.service_container .service_box:nth-child(4) .service_title p:before{
      top: 2px;  
}

.service_container .service_box:nth-child(3) .service_title p:before{
      top: 1px;  
}

.service_container .service_box:nth-child(2) .service_title p:before{
      top: 1px;  
}
.service_container2 .service_box:nth-child(2) .service_title p:before{
      top: 1px;  
}

.btn__op{
        margin-top: 25px;
            transition: 0.3s ease;
  
    opacity: 0;
}


.service_box:hover .btn__op {
    opacity: 1;
}
.btn__op  .btn.btn2 {
    padding: 14px 20px;
}

.service_container2 .service_box:nth-child(4) .service_title p:before{
      top: 2px;  
}

.service_container2 .service_box:nth-child(3) .service_title p:before{
      top: 1px;  
}


.video__box {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    position: relative;
    border-radius: 10.2428px;
    
}

.video__box:after{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(290.48deg, rgba(113, 30, 145, 0.5) 2.92%, rgba(0, 0, 0, 0.075) 97.33%);

}
.video_box_wrap{
    width: 378px;
}
.video_text{
    margin-top: 29px;
    font-weight: 500;
font-size: 16px;
line-height: 24px;


color: #200F26;
}

.video__box> img {
    transition: 1s ease;
}
.video_container{
    padding-top: 40px;
}

.play_btn {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 2;
}.btn__plus img {
   
    padding-left: 2px;
}

.btn.btn4{
    box-shadow: none;
}

.video_block{
padding-bottom: 100px;    
}
.w_person_inner{
    padding-top: 84px;
    padding-bottom: 73px;
}
.w_person_block{
    
}

.container_content2{
    width: 1240px;
    margin: 0 auto;
}
.gray__bg{
   background: #FAF9FB;
border-radius: 25px; 
}


.w_person_box{
    background: #FFFFFF;
border-radius: 10px;
    overflow: hidden;
    width: 377.62px;
min-height: 185.23px;
    margin-bottom: 3px;
    padding: 50px 23px 39px 28px;
}
.w_person_title p{
    font-weight: 600;
font-size: 22px;
line-height: 43px;
margin-bottom: 50px;
color: #200F26;
}

.w_person_text p{
font-weight: 400;
font-size: 16px;
line-height: 20px;


color: #6D6D6D;
    
}
.w_person_box_black{
background: #200F26;
}
.w_person_box_black .w_person_title p{
    color: #FFFFFF;
}


body .btn-more {
    width: auto;
    display: inline-block;
    margin: 0 auto;
}

.w_person_box_black .w_person_text p{
    color: #C4C4C4;
}

.w_person_box_purpur {
    background: #9725C2;
}

.w_person_box_purpur .w_person_title p{
    color: #FFFFFF;
}

.w_person_box_purpur .w_person_text p{
   color: #E4E6EE;
}

.audit_block{
    margin-top: 112px;
}
.audit_left__col p{
font-weight: 500;
font-size: 16px;
line-height: 26px;
position: relative;
color: #888688;
     padding-left: 28px;
}

.audit_left__col p:before{
    content:"";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 7px;
height: 7px;
border-radius: 50%;
    

background: #9725C2;
   
}
.audit_left__col{
width: 48%;
}
.audit_left{
    width: 654px;
}
.audit_left__list{
    width: 100%;
    
}


.audit_left_info_num{
    font-family: 'Inter';
font-weight: 600;
font-size: 64px;
line-height: 26px;

color: #9725C2;
    
}

.audit_left_info_num span{
    font-size: 32px;
}
.audit_left_info_text p{
   font-weight: 400;
font-size: 16px;
line-height: 26px;

color: #200F26; 
}
.audit_left_info_text{
    margin-top: 28px;
}
.audit_left_info_cont{
    margin-top: 75px;
}
.audit_left_info_box:first-child{
    margin-right: 83px;
}
.audit_left_info_cont{
    margin-bottom: 60px;
}
.audit_left_soc_cont p{
    margin: 0 19px;color: #7C7C7B;

}
.btn__wats img{
   margin: 0;
    margin-right: 10px;
    width: auto;
    height: auto;
    margin-bottom: -10px;
    position: relative;
    top: -3px;
}


.btn__wats .btn_bg{
    background: transparent;
    
}

.btn.btn2.btn__wats{
    background: linear-gradient(90deg, #00AC8D 0%, #22CAAC 100%);
box-shadow: 0px 4.74545px 4.74545px rgba(1, 173, 142, 0.17);
border-radius: 107.959px;
}
.audit_block{
    margin-bottom: 122px;
}
.audit_right_img{
    width: 571px;
        margin-left: -36px;
    margin-top: 83px;
}

.audit_right{
    margin-right: -50px;
}
.service_block{

    overflow: hidden;
    background: #FAF9FB;
    border-radius: 65px 65px 0px 0px;
}


.service_inner {
    padding-bottom: 67px;
    padding-top: 108px;
}

.service_box{
    background: #FFFFFF;
border-radius: 15.3417px;
    overflow: hidden;
    width: 282.01px;
   min-height: 382.84px;
    margin-bottom: 9px;
   padding: 47px 25px 20px;
}

.service_title p{
      font-weight: 500;
    font-size: 36px;
    line-height: 50px;
    position: relative;
    color: #200F26;
    margin-bottom: 57px;
    display: inline-block;
}


.service_title p:before{
     content: "";
    position: absolute;
    left: -16px;
    width: calc(100% + 32px);
    height: 100%;
    top: 0px;
    background: linear-gradient(90deg, #711E91 7.34%, #9725C2 100%);
    border-radius: 1022.78px;
    transition: 0.3s ease;
    opacity: 0;
}


.service_title p span{
    position: relative;
    
    transition: 0.3s ease;
}

.service_box:hover .service_title p:before{
    opacity: 1;
    
}

.service_box:hover .service_title p span{
color: #fff;
    
}

.service_title2 p{
font-weight: 500;
font-size: 18px;
line-height: 25px;


color: #000000;
}




.service_list ul li {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #9725C2;
    margin-bottom: 12px;
}
.service_title2{
    min-height: 40px;
    margin-bottom: 20px;
}

.r_sl_left{
      width: 68px;
    height: 68px;  
}

.service_list ul li span{
   color: #200F26; 
}
.service_list ul{
    padding-left: 18px;
    min-height: 69px;
    
    margin-bottom: 41px;
}
.service_container{
    margin-top: 70px;
}


.foot__form_top_col .inp2:hover{
        background: rgb(255 255 255 / 28%);
}

.q__row:hover  .q__right {
    background: #9725C2;
}


.q__row:hover  .q__right .q__right__btn img {
  
    filter: brightness(1) invert(1);
}

.service_price{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 15.3417px;
line-height: 19px;
transition: 0.3s ease;
color: #7C7C7B;
opacity: 0;
}
.service_box:hover .service_price{
    opacity: 1;
}

.service_price span{
    color: #000000;
    font-size: 24.55px;
    padding: 0 5px;
}

.service_form{
    margin-top: 47px;
   
    width: 100%;
    
    height: auto;
    padding: 49px 122px 25px 28px;
    border-radius: 20px;
    overflow: hidden;
}




.f_desc_t_all.f_desc_t_all__serv span {
    font-weight: 500;
    font-size: 40px;
    line-height: 49px;
}
.service_form form{
    margin-top: 46px;
}

.f_desc_t_all__serv .f_desc_t1 {
    margin-bottom: -7px;
    
  
    border-bottom-right-radius: 0px!important;
}

.f_desc_t_all__serv .f_desc_t4 {
  
    margin-left: 30px;
  
    border-top-left-radius: 0px!important;
}

.inp2{
   background: rgba(255, 255, 255, 0.43);
border-radius: 10px; 
    width: 365px;
height: 54px;
    margin-bottom: 12px;
    padding: 0 20px;
    font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 18px;
transition: 0.3s ease;
    border: none;
color: #6D6D6D;

}

.inp2:hover{
    background: rgba(255, 255, 255, 0.73);
}
.s_form_inp{
   display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 23px;
}

.n__s_solgl.n__s_solgl___45 {
    margin-top: 28px;
}


.service___right {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
}

.service___right .vk_box {
   
    margin-bottom: 0px;
}

.audit_left_soc_cont___serv p{ 
color: #200F26;
    
}


.slider_charts_block {
margin-top: 100px;    
}
.slider_charts_container{
    padding-top: 130px;
}
.sl__left{
    position: relative;
    background: linear-gradient(139.02deg, #AF91E7 0%, #9725C2 32.71%, #711E91 70.32%);
border-radius: 19px;
    width: 407px;
    min-height: 392px;
    overflow: hidden;
    
}

.sl__info{
    position: relative;
}

.result_img {
  
    width: 100%;
  height: auto;
}

.result_img img{
      height: auto;
          min-height: 353px;
    width: 100%;
}

.sl__right {
    width: 720px;
}
.sl__right_img{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
        border: 7px solid #E4E6EE;
border-radius: 19px;
    overflow: hidden;
        height: 100%;
}

.sl__left{
    padding: 33px 19px 33px 28px;
}
.sl__title p{
font-weight: 600;
font-size: 20px;
line-height: 26px;

text-transform: uppercase;

color: #FFFFFF;
  margin-bottom: 35px;  
}




.form__ind_circle img{

      animation: pulse 8.5s ease infinite; 
    
}
@keyframes pulse {
  0% {
    transform: scale(1.5);
 
  }
  50% {
   transform: scale(1);
  }
  100% {
    transform: scale(1.5);

  }
}







.sl__left .audit_left__col p{
    color: #fff;
}
.sl__left .audit_left__col p:before {
    content: "";

  background: rgba(248, 231, 255, 0.45);
}


.sl__left .audit_left_info_cont {
    margin: 0px;
    margin-top: 55px;
}

.sl__left .audit_left_info_num{
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 46.6685px;
line-height: 19px;

color: #FFFFFF;
    
}

.sl__left .audit_left_info_text p {
  font-weight: 400;
font-size: 11.6671px;
line-height: 19px;

color: #FFFFFF;
}

.sl__left .audit_left_info_box:first-child {
    margin-right: 45px;
}

.slider_charts_container{
    padding-bottom: 30px;
}



.rew__slider .slick-track{
    margin-left: 0px;
}

.sl__bg {
    position: absolute;
    right: -50%;
    bottom: -50%;
    margin-bottom: -43px;
}


.btn-juliet {
outline: none;
    cursor: pointer;
    padding: 0px;
    background: none;
    border: none;
    position: absolute;
    top: -90px;
    right: 0px;
}

#prev.btn-juliet{
        margin-right: 57px;
}

.btn-juliet img{
   transition: 0.3s ease;
    filter: grayscale(1);
    opacity: 0.4;
}

.btn-juliet:hover img{
      filter: grayscale(0);
    opacity: 1;
}

.task_box{
width: 280.04px;
min-height: 174px;
    
background: #FAF9FB;
border-radius: 15px;
    overflow: hidden;
    margin-bottom: 7px;
    
    padding: 32px 21px 15px 28px;
}

.task_container{
    padding-top: 30px;
}
.task_header p{
   font-weight: 500;
font-size: 24px;
line-height: 29px;


color: #000000;
 
}

.task_header p span{
   background: #FFFFFF;
    border-radius: 1000px;
    color: 
#9725C2;
    padding: 2px 10px 5px; 
}
.task_text{
    padding-top: 32px;
}

.task_text p{
font-weight: 500;
font-size: 16px;
line-height: 20px;


color: #000000;
    
}

.task_text p .color_green{
    color: #00BA8D;
}
.task_text p .color_blue{
    color: #004CBD;
}
.task_text p .color_red{
    
     color: #d8140e;
}

.stages_inner{
    position: relative;
    background: linear-gradient(129.54deg, #B191E7 0.86%, #9725C2 34.23%, #711E91 67.6%);
border-radius: 35px;
    overflow: hidden;
    
    padding: 108px 154px 121px 149px;
    
}
.stages_bg{
 position: absolute;
    right: 0px;
    bottom: -50%;
    margin-right: -150px;
    margin-bottom: -94px;
}
.stages_block{
    margin-top: 78px;
    margin-bottom: 80px;
}

.stages_container{
    position: relative;
}

.stages_container h2{
    color: #fff;
}

.stages_container .tt_flex .post_text {
    max-width: 355px;
       
}
.stages_container .post_text p{
     color: #fff;
}


.stages_left p{
    
    font-family: 'Inter';
font-style: normal;
font-size: 64px;
line-height:61px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
justify-content: space-between;

color: #FFFFFF;
    
}

.stages_left p span{
    font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
text-align: right;

color: rgba(255, 255, 255, 0.7);

}

.stages_row {
    position: relative;
    padding: 25px 0;
    display: flex;
    flex-wrap: wrap;
    min-height: 117px;
    align-content: center;
}
.stages_left p{
    width: 88px;
    
}
.stages_left{
width: 25.5%;
}
.stages_right{
 width: 74.5%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.stages_right_title{
font-weight: 500;
font-size: 20px;
line-height: 24px;

color: #FFFFFF;
    
}



.stages_right_text{
font-weight: 400;
font-size: 14px;
line-height: 17px;
margin-top: 30px;
color: #FFFFFF;
    
}

.stages_row:before{
    
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    
height: 1px;
       width: calc(100% - 54px);
    background: rgba(255, 255, 255, 0.2);
    
}

.stages_bg img{
        max-width: inherit;
}

.stages_list{
    position: relative;
    
}

.stages_list:before{
   content: "";
    position: absolute;
    left: 0px;
    margin-left: 19px;
    top: 36px;
    border-left: 1px dashed #FFFFFF;
    height: calc(100% - 100px);
    width: 1px;
}

.stages_row:first-child .stages_left p{
    padding-left: 2px;
}
.stages_left b{
    font-style: normal;
font-weight: 400;
}


.stages_left b {
    font-style: normal;
    font-weight: 400;
    background: #992ec5;
}

.rew__container{
    padding-top: 80px;
}

.stages_row:nth-child(1)  .stages_left b {
  
    background: #a04dcf;
}
.stages_row:nth-child(2)  .stages_left b {
  
    background:#9f44cd
}

.stages_row:nth-child(4)  .stages_left b {
  
    background: #9625c1;
}

.stages_row:nth-child(5)  .stages_left b {
  
      background: #8f23b7;
}

.r_bg{
 position: absolute;
    right: -58%;
    bottom: -191px;
    transition: 0.3s ease;
    opacity: 0;
    background: linear-gradient(140.26deg, #B08AE5 7.41%, #9725C2 35.2%, #711E91 74.6%);
    
}

.r_sl_box:hover .r_bg{
    opacity: 1;
}

.r_bg img{
    max-width: inherit;
}
.r_sl_box{
    position: relative;
}

.r_sl_box_inner{
    position: relative;
        min-height: 358px;
}
.rew__block{
    overflow: hidden;
}
.r_sl_box{
    margin: 2.5px;
    background: #FAF9FB;
border-radius: 15px;
    overflow: hidden;
    padding: 40px 28px 45px;
}
.r_sl_header{
    flex-wrap: nowrap;
    
}
.rew__slider{
       margin: -2.5px;
}
.r_sl_left{
    flex: none;
    margin-right: 21px;
}
.r_sl_right_title{
font-weight: 500;
font-size: 15px;
line-height: 24px;
margin-bottom: 2px;
color: #200F26;
}

.r_sl_right_text{
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 16px;

color: #6D6D6D;
    
}
.r_sl_header{
    margin-bottom: 49px;
}

.r_sl_text p{
font-weight: 400;
font-size: 14px;
line-height: 20px;

color: #000000;
}

.r_sl_text{
    position: relative;
    
}

.r_sl_text:after{
    content: "";
bottom: 0px;
    left: 0px;
   width: 100%;
height: 90px;
position: absolute;

background: linear-gradient(180deg, rgba(250, 249, 251, 0) 0%, #FAF9FB 100%);

    transition-delay: 1s;
    transition: 0.3s ease;
}

.open_all .r_sl_text {
max-height: initial;
    overflow: visible;
}

.r_sl_left {
   
    border-radius: 50%;
    overflow: hidden;
}

.r_bg {
   
    transform: scale(1.2);
}

.open_all .r_sl_text:after{
 opacity:0;   
}

.r_sl_link a{
    cursor:pointer;
}


.r_sl_box:hover .r_sl_text:after{
     transition-delay: 0s;
     transition: 0s ease;
    opacity: 0;
}
.r_sl_link{
    margin-top: 18px;
    
}
.r_sl_link a{
    font-weight: 400;
font-size: 12px;
line-height: 20px;

color: #9725C2;
}

.r_sl_right_title , .r_sl_right_text , .r_sl_text p{
    transition: 0.3s ease
}


.r_sl_box:hover .r_sl_right_title{
    color: #fff;
    
}

.r_sl_box:hover .r_sl_right_text{
color: rgba(255, 255, 255, 0.71);
    
}

.r_sl_box:hover .r_sl_text p{
    color: #fff;
    
}

.r_sl_box:hover .r_sl_link a{
    color: #fff;
    
}

.rew__container{
    padding-bottom: 80px;
}

.q__block{
        overflow: hidden;
    background: #FAF9FB;
    border-radius: 65px 65px 0px 0px;
}

.q__inner{
    padding-top: 108px;
    padding-bottom: 140px;
}

.q__conteiner{
    padding-top: 100px;
}
.q__left{
    width: 750px;
   min-height:  70px; 
    
    padding-top: 24px;
    padding-left: 28px;
    padding-right: 36px;
    background: #FFFFFF;
border-radius: 15px 0px 0px 15px;
}
.q__right{
    width: 106px;
    position: relative;
    transition: 0.3s ease;
    background: #FFFFFF;
border-radius: 15px 0px 0px 15px;
transform: matrix(-1, 0, 0, 1, 0, 0);
    
}


.q__right__btn{
  position: absolute;
    width: 36px;
height: 36px;
    top: 17px;
    left: 35px;
        display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    
}
.q__right__btn img{
    transition: 0.3s ease;
}

.q__conteiner{
    width:  859px;
}
.q__row{
    width: 100%;
    margin-bottom: 3px;
    cursor: pointer;
}

.q__left_text{
    padding-top: 40px;
    padding-bottom: 80px;
    
    font-size: 16px;
line-height: 24px;


color: #000000;
}

.q__left_title{
    font-weight: 500;
font-size: 24px;
line-height: 24px;


color: #200F26;
}

.q__row.active .q__right .q__right__btn img{

    transform: rotate(180deg);
    filter: brightness(1) invert(1);
    
}


.q__row.active .q__right{
    background: #9725C2;
}








.attach__item.attach__item--attached label{
    display: none;
}

.attach .attach__item.attach__item--attached:first-child {
    border-top: none;
}

.attach__item.attach__item--attached {
    padding: 14px 0;
border-top: 1px dashed #ABABAB;
    
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.attach__item:last-of-type {
  margin-bottom: 0px;
  border-bottom: none;
}

.attach__delete img{
    width: 12px;
}

.attach__up {
  cursor: pointer;
}

.attach__edit,
.attach__delete {
  display: none;
  margin-right: 10px;
  cursor: pointer;
}

.attach__edit {
    color: #fff;
    font-size: 12px;
}

.attach__delete {
color: #fff;
    font-size: 12px;
}
.attach__name{
    margin-bottom: 5px;
    color: #fff;
}

.attach__item--attached .attach__up {
  display: none;
}

.attach__item--attached .attach__edit,
.attach__item--attached .attach__delete {
  display: inline-block;
}

.attach__input {
  display: none;
}

.prikr_box{

    
}
.prikr_box span{
    padding-left: 20px;
}

.prikr_box{
height: 54px;
    border: 1px dashed rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12.5px);
    border-radius: 10px;
    width: 100%;
    padding-left: 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    color: rgba(255, 255, 255, 0.52);
    align-items: center;
    flex-wrap: nowrap;
}

.footer__form_inin{
    width: 100%;
    
    
background: linear-gradient(295.05deg, #711E91 23.85%, #9725C2 67.13%, #B18BE6 100.8%);
border-radius: 25px;
    overflow: hidden;
    
    
    
    
    
}

.footer__form_inin2{
    padding-top: 74px;
    padding-bottom: 81px;
}
.footer__form_inner{
    width: 745px;
    margin-top: 70px;
}
.footer__form_block{
    margin-top: 75px;
    margin-bottom: 63px;
}
.footer__form_inin2 h2{
    color: #fff;
    
}

.footer__form_inin2 .post_text p{
    color: #FFFFFF;
}

.foot__form_top_col {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 365px;
}

.foot__form_top_col .inp2{
    width: 100%;
    
}

.foot__form_top_col .inp2{
outline: none;
    
    background: rgba(255, 255, 255, 0.09);
border: 1px solid rgba(255, 255, 255, 0.6);
backdrop-filter: blur(12.5px);
    color: #fff;
    
}

.foot__form_top_col .attach{
  width: 100%;   
}
.foot__form_top_col textarea.inp2{
    padding-top: 18px;
    height: 120px;
}

.sl__box{
    margin: 0 5px;
}
.slider_charts_in {
     margin: 0 -5px;
}
.slider_charts_block {
    overflow: hidden;
}

.foot__form_top_col .inp2::-moz-placeholder { color: #fff;   }
.foot__form_top_col .inp2::-webkit-input-placeholder {color: #fff;   }
.foot__form_top_col .inp2:focus{
    text-decoration: none;
    outline: none;
  
}

.foot__form_bot_btn .btn3{
        padding: 20px 23px 20px;
}

.foot__form_bot {
    margin-top: 30px;
}

.container_content2{
    position: relative;
}

.footer__form_bg{
 position: absolute;
    right: 0px;
    bottom: -50%;
    margin-right: -101px;
    margin-bottom: -264px;
        transform: scale(1.1);
}

.footer__form_bg img {
    max-width: inherit;
}

.footer__form_block .container_content2{
overflow: hidden;
    
}
footer{
    background: #FAF9FB;
    padding-top: 43px;
}


.footer__top__inner{
    background: #FFFFFF;
border-radius: 15px;
    padding: 29px 0;
}
.footer__top{
   padding-bottom: 11px;
}
.footer__bot__inner{
       background: #FFFFFF;
border-radius: 15px;
    padding: 72px 0 31px; 
}

.footer__bot___soc p{
    font-weight: 400;
font-size: 12px;
line-height: 20px;
margin-bottom: 14px;
color: #7C7C7B;
        padding-right: 28px;
}

.footer__bot___soc_cont a{
    margin-right: 30px;
}

.footer__bot___soc_cont a:last-child{
    margin-right: 0px;
}
.footer__bot___soc{
display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
 margin-top: 25px;
}

.footer__bot___col_list ul {
    padding-left: 18px;
   
  
}

.footer__bot___col_list ul li{
font-weight: 400;
font-size: 16px;
line-height: 36px;
color: #9725C2;

}
.footer__bot___col_list ul li span{
color: #200F26;
    
}

.footer__bot___col_title{
font-weight: 500;
font-size: 20px;
line-height: 24px;
margin-bottom: 45px;
color: #000000;
    
}

.footer__bot___col{
       width: 46%;
    
}
.footer__bot___col_list{
    
}
    


.work_box{
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.footer__bot2__inner{
    background: #9725C2;
border-radius: 15px 15px 0px 0px;
}

.footer__bot2___container a{
    font-weight: 500;
font-size: 14px;
line-height: 20px;

color: #FFFFFF;
}

.footer__bot2___container{
    padding: 29px 0px;
}
.footer__bot2{
    padding-top: 11px;
}


.line__top_container{
    width: 100%;
height: 43px;
    overflow: hidden;
    background: linear-gradient(270deg, #9725C2 0%, #711E91 99.11%);
border-radius:  0px 0px 15px 15px;
    position: relative;
}
.line__top_block{
    position: fixed;
    top: 0px;
    left: 0px;
        width: 100%;
}
.line__top_bg{
    position: absolute;
    
}

.line__top_bg img{
    max-width: inherit;
}

.line__top_in{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.line__top_in p{
    font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 16px;
margin-right: 8px;

color: #FFFFFF;
}
.line__top_in span{
  padding-top: 3px;
}

.line__top_container{
    cursor: pointer;
}

.line__top_bg img {
    max-width: inherit;
    transition: 1s ease;
    
}
.line__top_container:hover .line__top_bg img{
transform: scale(1.2);
    
}






body{
    position: relative;
    overflow-x: hidden;
}

.over__hidden{
background: rgba(32, 15, 38, 0.52);
backdrop-filter: blur(3.5px);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease;
     transition-delay: 0.3s;
    
}

body.over .over__hidden{
   opacity: 1;
    visibility: visible; 
    z-index: 10;
     transition-delay: 0s;
}

.modal_block1{
     opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    transition-delay: 0s;
    
    transform: translateX(100px);
}

.modal_block3{
     opacity: 0;
    visibility: hidden;
    transition: 0.5s ease;
    transition-delay: 0s;
    
    transform: translateX(100px);
}

.modal_inner_title p{
font-style: normal;
font-weight: 500;
font-size: 36px;
line-height: 45px;


color: #711E91;

}
.modal_block2{
     opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    transition-delay: 0s;
    
    transform: translateX(100px);
}


body.modal .modal_block1{
    opacity: 1;
    visibility: visible; 
    z-index: 10;
     
    transform: translateX(0px);
      transition-delay: 0.3s;
}


body.modal .modal_block3{
    opacity: 1;
    visibility: visible; 
    z-index: 10;
     
    transform: translateX(0px);
      transition-delay: 0.3s;
}


body.modal2 .modal_block2{
    opacity: 1;
    visibility: visible; 
    z-index: 10;
     
    transform: translateX(0px);
      transition-delay: 0.3s;
}

.modal_block{
    
    padding: 20vh 100px 4vh;
    position: fixed;
    top: 0px;
    right: 0px;
  
    width: 59%;
    background: #FAF9FB;
    height: 100vh;
}
.close_box{
    position: absolute;
    top: -70px;
right: -75px;
    cursor: pointer;
}


.modal_inner{
    width: 546px;
    position: relative;
}

.modal_inner_text p{
    font-weight: 500;
font-size: 13px;
line-height: 20px;
margin-top: 40px;
color: #888688;

}
.close_box img{
     transition: 0.3s ease;
    
}

.close_box:hover img{
        filter: brightness(0.5);
}


.form_form__modals__all .foot__form_top_col .inp2 {
   background: rgba(255, 255, 255, 0.99);
border: 1px solid #E4E6EE;
border-radius: 5px;
    backdrop-filter: none;
 
    
    font-weight: 400;
font-size: 16px;
line-height: 20px;
height: 48px;
color: #200F26;
}

.content__page__block{
    margin-top: 60px;
}

.form_form__modals__all .foot__form_top_col {
   
    width: 49%;
}

.content__page__block .q__left_text {
    padding-top: 40px;
}

.content__page__block .q__left_text p{
        margin-bottom: 20px;
}

.content__page__block a{
        color: #9725C2;
        text-decoration: underline;
}

.content__page__block a:hover{
      text-decoration: none;
}

.modal_inner_form{
    margin-top: 60px;
}


.form_form__modals__all .foot__form_top_col textarea.inp2 {
    padding-top: 16px;

    height: 228px!important;
}

.form_form__modals__all .prikr_box{
  border: 1px dashed #ABABAB;
    border-radius: 5px;
    padding-left: 0px;
    padding-left: 15px;
    color: #7C7C7B;
    font-weight: 400;
    font-size: 13px;  
}

.form_form__modals__all .foot__form_top_col .inp2::-moz-placeholder {color: #200F26;  }
.form_form__modals__all .foot__form_top_col .inp2::-webkit-input-placeholder {color: #200F26;   }


.form_form__modals__all .foot__form_top_col .inp2:hover{

border: 1px solid #9725C2;
    
}

.form_form__modals__all .n__s_solgl___4{
font-weight: 400;
font-size: 12px;
line-height: 13px;
color: #888688;
    
}


.form_form__modals__all .n__s_solgl a {
   color: #888688;
    
}

.modal__text{
    font-weight: 500;
font-size: 20px;
line-height: 20px;
margin-top: 43px;
color: #888688;
}
.sub__icon_box{
    margin-bottom: 30px;
}

.modal_inner2__inn{
    text-align: center;
    padding-top: 10vh;
}

.stages_right_text{
    
}
.add .stages_right_text{
            height: 34px;
       margin-top: 30px;
       opacity: 1;
        transition-delay: 0s;
}


.footer__form_block .attach__up img{
        filter: brightness(0) invert(1);
}

.modal_block .attach__item--attached .attach__name {
    color: #711E91;
   
}

.modal_block .attach__item--attached .attach__delete {
    color: #711E91;
}


 .attach__item--attached .attach__name {
margin-bottom: 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #711E91;
}


.attach__item--attached .attach__name{
    position: relative;
    padding-left: 36px;
}

.attach__item--attached .attach__name:before{
content: "";
    position: absolute;
    left: 0px;
    top: -2px;
    background: url(../image/file.svg)no-repeat;
    width: 20px;
    height: 20px;
}


.form_form__modals__all .prikr_box {

    margin-top: 14px;
}


.footer__form_block .attach__item--attached .attach__name:before {
 
    filter: brightness(0.5) invert(1);
}

.footer__form_block .attach__item--attached .attach__name {
   
    color: #fff;
}

.footer__form_block .attach__delete img {
    width: 12px;
    filter: brightness(0.2) invert(1);
}



.btn__wats .btn_bg{
      background: linear-gradient(90deg, #42b399 2.12%, #32ddb7 100%);
}

  
    .dots__add  .slick-dots {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    margin-top: 35px;
}
    
    
    .dots__add  .slick-dots .slick-active button {
    background: #9725C2;
        width: 22px;
height: 7px;
}

.dots__add  .slick-dots button {
    border: none;
 background: rgba(151, 37, 194, 0.35);
    border-radius: 1000px;
    color: transparent;
    padding: 0px;
    width: 7px;
    height: 7px;
    margin: 0 4px;
    outline: none;
    cursor: pointer;
    transition: 0.3s ease;
}
.grecaptcha-badge{
    visibility: hidden;
}


body.over {
    overflow: hidden;
}

.modal_block {
    overflow: auto;
}










.stages_left b{
    background: transparent!important;
    
}


.stages_list:before{
    display: none;
}



.stages_left b{
    position: relative;
    
}

.stages_left b em{
      position: absolute;
    width: 1px;
    height: 0px;
       left: 18px;
    top: 100%;
    border-left: 1px dashed #fff;
    opacity: 0.3;
    transition: 0.5s ease;
}

.active_add .stages_left b em{
    opacity: 1;
}


.stages_left {
  
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}





.stages_row {
 padding: 0px;
    min-height: auto;
  
}
.stages_row_inner{
    padding: 25px 0px;
    flex-wrap: wrap;
 display: flex;
    width: 100%;
    
    align-content: center;
}



.zaglushka{
      height: 0px!important;
    margin: 0px;
    visibility: hidden;
    padding: 0px;
    overflow: hidden;
    min-height: 0px; 
}

.q__left_text ul{
    padding-left: 20px;
    padding-top: 10px;
}


