/*Regular */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf'),
         url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
/* Medium */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.ttf'),
         url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
/*SemiBold */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.ttf'),
         url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
/*Bold  */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.ttf'),
         url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


/*Bold  */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.ttf'),
         url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

*{
	color: #3D3D3D;
	box-sizing: border-box;
	outline: none!important;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.2;
    font-family: 'Montserrat', sans-serif;
}

html {
	margin: 0;
	padding: 0;
}

.locked {
    overflow: hidden;
}

body {
	margin: 0;
	padding: 0;	
	color: #3D3D3D;
	font-weight: 400;
	font-size: 18px;	
	line-height: 1.2;
}



li{
	list-style: none;
}

a:hover, a:visited, a{
	text-decoration: none;
	cursor: pointer;
}



img{
	width: 100%;
}




ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}



.container {
    max-width: 1230px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	padding: 0 15px;

}

.container_max {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	padding: 0 0px;
}




h1{
    font-weight: 700;
    font-size: 50px;
    line-height: 61px;
    text-transform: uppercase;    
    color: #2A73DE;	
    margin: 0 0 50px 0;
}

h2 {
	font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    text-transform: uppercase;
    color: #2A73DE;
    margin: 0 0 50px 0;
}




/***********************main*************************************/

nav .btn_menu {
    display: none;
}
nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    padding: 29px 0;
}

nav .all_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav .all_menu .logo{
    
}

nav .all_menu .logo img{
    max-width: 175px;
}





nav .all_menu .menu {
    width: 381px;    margin-top: -9px;
}

nav .all_menu .menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
nav .all_menu .menu ul li{
    
}
nav .all_menu .menu ul li a{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0px 0 12px;
}


nav .all_menu .menu ul li.active a {
    border-bottom: 1px solid #3D3D3D;
}


nav .all_menu .menu ul li:nth-child(1) a{
    margin-right: 70px;
}

nav .all_menu .menu ul li:nth-child(2) a{
    margin-right: 67px;
}

nav .all_menu .menu ul li:nth-child(3) a{

}



nav .all_menu .menu ul li a:hover{
    border-bottom: 1px solid #232323;
}


nav .all_menu .right_btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

nav .all_menu .right_btn .login {
    position: relative;
    left: -7px;
    top: -4px;
}

nav .all_menu .right_btn .login a {
    display: flex;
    align-items: center;
    justify-content: center;
}

nav .all_menu .right_btn .login a svg{
    
}

nav .all_menu .right_btn .login a span{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-left: 5px;
}


nav .all_menu .right_btn .support{
    
}

nav .all_menu .right_btn .support a {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    background: #2A73DE;
    border-radius: 10px;
    color: #FFFFFF;
    width: 204px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 50px;
    position: relative;
    top: -4px;
}


nav .all_menu .right_btn .support a:hover{
    transition: all 0.5s ease;

    background: #204d92; 
}



/***********************************************************************/
header {
    padding-top: 128px;
    padding-bottom: 40px;
}

header .container{
    max-width: 1255px;
}

.slick-list {
    overflow: initial;
}

.hiden_block_over{
    overflow: hidden;
}







header .carusel_main {
    position: relative;
    z-index: 2;
}



header .carusel_main .slick_main .item .in_item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

header .carusel_main .slick_main .item .in_item .left_resourse {
    width: 63%;
    position: relative;
}

header .carusel_main .slick_main .item .in_item .left_resourse h1 {
    margin-top: 77px;
    padding-left: 13px;
}

header .carusel_main .slick_main .item .in_item .left_resourse p {
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 67px;
    letter-spacing: 1.4px;
    padding-left: 15px;
}

header .carusel_main .slick_main .item .in_item .left_resourse .wrap_50 {
    display: flex;
}

header .carusel_main .slick_main .item .in_item .left_resourse .wrap_50 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 12px;
}

header .carusel_main .slick_main .item .in_item .left_resourse .wrap_50 .div_left .buy{
    background: #2A73DE;
    border-radius: 10px;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 186px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 35px;
}


header .carusel_main .slick_main .item .in_item .left_resourse .wrap_50 .div_left .buy:hover{
    transition: all 0.5s ease;

    background: #204d92; 
}


header .carusel_main .slick_main .item .in_item .left_resourse .wrap_50 .div_right .buy{
    background: #FFFFFF;
    border: 2px solid #2A73DE;
    border-radius: 10px;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    width: 333px;
    height: 55px;
    color: #2A73DE;
    display: flex;
    align-items: center;
    justify-content: center;
}


header .carusel_main .slick_main .item .in_item .left_resourse .wrap_50 .div_right .buy:hover{
    transition: all 0.5s ease;
    color: #fff;
    background: #2A73DE; 
}


header .carusel_main .slick_main .item .in_item .right_resourse {
    width: 37%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

header .carusel_main .grt{
  position: absolute;
  display: block;
}


header .carusel_main .grt.k1{
    right: 405px;
    top: -32px;
    width: 69px;
}

header .carusel_main .grt.k2 {
    right: -65px;
    top: 12px;
    width: 105px;
}

header .carusel_main .grt.k3 {
    right: 462px;
    bottom: -27px;
    width: 92px;
}

header .carusel_main .grt.k4 {
    right: -9px;
    bottom: -152px;
    width: 129px;
    z-index: 4;
}

header .carusel_main .slick_main .item .in_item .left_resourse{

}

header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change {
    display: flex;
    justify-content: flex-start;
    width: 1170px;
    align-items: center;
    position: relative;
    top: 4px;
}

header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item:nth-child(1){
    width: 282px;
}

header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item:nth-child(2){
    width: 344px;
}

header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item:nth-child(3){
    width: 342px;
}


header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item:nth-child(3) .cost_block{
    width: 335px;
}






header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item .cost_block {
    border-left: 1px solid #2D7ACC;
    padding-left: 15px;
    margin-right: 40px;
    width: 311px;
}

header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item .cost_block .item_cifr{
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 15px;
    color: transparent;
    -webkit-text-stroke: 1px #2A73DE;
}

header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item .cost_block .texteh{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #3D3D3D;

}

header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item2{
    position: relative;
    z-index: 3;
    width: 200px;
    height: 90px;
}

header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item2 .div_left {
    position: absolute;
    right: 2px;
    bottom: -3px;
}

header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item2 .div_left .buy{
    background: #2A73DE;
    border-radius: 10px;
    width: 178px;
    height: 48px;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;


}

header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item2 .div_left .buy:hover {
    transition: all 0.5s ease;
    background: #204d92;
}





header .carusel_main .slick_main .item .in_item .left_resourse  .bambl_be{

}

header .carusel_main .slick_main .item .in_item .left_resourse  .bambl_be span{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    display: block;
    margin-top: 40px;
}





header .carusel_main .slick_main .item .in_item .right_resourse .wrao_img{
    
}

header .carusel_main .slick_main .item .in_item .right_resourse .wrao_img .onimate{
    
}


header .carusel_main .slick_main .item .in_item .right_resourse .wrao_img .onimate img {
    width: 502px;
    margin-top: 45px;
    margin-right: 59px;
}


header .carusel_main .slick_main .item .in_item .right_resourse .wrao_img .onimate img.gerdfs {
    width: 336px;
    margin-top: 20px;
    margin-left: 99px;
}


.prev {
    max-width: 28px;
    position: absolute;
    left:  -72px;
    top: 49%;
    cursor: pointer;
}

.next{
    max-width: 28px;
    position: absolute;
    right: -72px;
    top: 49%;
    cursor: pointer;
}


.slick-dots {
    position: absolute;
    bottom: -38px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li{

}

.slick-dots li button {
    background: #ccc;   
    padding: 0;
    border: 0;
    width: 30px;
    height: 2px;
    border-radius: 2px;
}

.slick-dots li.slick-active{

}

.slick-dots li.slick-active button{
    background: #2A73DE;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 2px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}







/****************************************************/

.mini_line {
    background: #F8F8F8;
    border-radius: 0 0 60px 0;
    position: relative;
}

.mini_line:before{
    content: "";
    display: block;
    width: 80px;
    height: 76px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #3384FA;
    z-index: -1;
}



.mini_line .wras_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 103px;
}

.mini_line .wras_flex .put{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    width: 480px;
    text-align: center;
}
.mini_line .wras_flex .put:nth-child(2) {
    border-left: 1px solid #3D3D3D;
    border-right: 1px solid #3D3D3D;
    padding: 15px 0;
}

 /******************************************************************/


.tarif {
    background: #3384FA;
    padding: 85px 0 0px;
    border-radius: 60px 0 0 0;
    position: relative;
}

.tarif:before{
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    background: #f8f8f8;
    z-index: -1;
}



.tarif h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 52px;
}

.tarif .wras_flex50 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.tarif .wras_flex50 .foul_t{
    width: 50%;
}

.tarif .wras_flex50 .foul_t h3 {
    font-weight: 500;
    font-size: 26px;
    line-height: 44px;
    margin: 0 0 40px 87px;
    color: #FFFFFF;
}

.tarif .wras_flex50 .foul_t .flrx_svg {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-left: 32px;
}

.tarif .wras_flex50 .foul_t .flrx_svg .svg_f{
    
}
.tarif .wras_flex50 .foul_t .flrx_svg .svg_f svg{
    
}

.tarif .wras_flex50 .foul_t .flrx_svg .text_t {
    margin-left: 20px;
    margin-right: 66px;
}

.tarif .wras_flex50 .foul_t .flrx_svg .text_t span{
    font-weight: 500;
font-size: 24px;
line-height: 29px;
color: #FFFFFF;
}

.tarif .wras_flex50 .change_t {
    width: 50%;
    padding: 0 0 0 65px;
    position: relative;
}

.tarif .wras_flex50 .change_t::after {
    content: "";
    width: 1px;
    height: 245px;
    background: #D4ECFF;
    position: absolute;
    left: 1px;
    top: 37px;
}

.tarif .wras_flex50 .change_t h3 {
    font-weight: 500;
    font-size: 26px;
    line-height: 40px;
    margin: 0 0 34px 6px;
    color: #FFFFFF;
}

.tarif .wras_flex50 .change_t .tab_tar {
    max-width: 494px;
}

.tarif .wras_flex50 .change_t .tab_tar .list_name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(217, 217, 217, 0.6);
backdrop-filter: blur(10px);

border-radius: 10px;
}

.tarif .wras_flex50 .change_t .tab_tar .list_name .item{
    background: transparent;
    border-radius: 10px;
    width: 33.333%;
    position: relative;
    cursor: pointer;
}


.tarif .wras_flex50 .change_t .tab_tar .list_name .item span {
    font-weight: 500;
    font-size: 22px;
    line-height: 29px;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 40px;
    align-items: center;
    color: rgba(61, 61, 61, 0.7);
}


.tarif .wras_flex50 .change_t .tab_tar .list_name .item.active span {
    color: #3D3D3D;

}




.tarif .wras_flex50 .change_t .tab_tar .list_name .item.active  {
    background: #FFFFFF;
    z-index: 12;
}

.tarif .wras_flex50 .change_t .tab_tar .list_name .item:nth-child(2):before  {
    content: "";
    width: 1px;
    height: 23px;
    background: #929292;
    position: absolute;
    left: -1px;
    top: 11px;
}

.tarif .wras_flex50 .change_t .tab_tar .list_name .item:nth-child(2):after  {
    content: "";
    width: 1px;
    height: 23px;
    background: #929292;
    position: absolute;
    right: -1px;
    top: 11px;
}



.tarif .wras_flex50 .change_t .tab_tar .list_name .item.active:nth-child(2):before{
    display: none;
}
.tarif .wras_flex50 .change_t .tab_tar .list_name .item.active:nth-child(2):after{
    display: none;
}


.tarif .wras_flex50 .change_t .tab_tar .change_tab_content .impert{
    display: none;
}


.tarif .wras_flex50 .change_t .tab_tar .change_tab_content .impert.active{
    display: block;
}

.tarif .wras_flex50 .change_t .tab_tar .change_tab_content .flex_s {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.tarif .wras_flex50 .change_t .tab_tar .change_tab_content .flex_s .it {
    width: 50%;
    max-width: 228px;
    margin-bottom: 20px;
    border-bottom: 0.5px dashed rgba(255, 255, 255, 0.7);
}
.tarif .wras_flex50 .change_t .tab_tar .change_tab_content .flex_s .it:after {
    content: '';
    display: table;
    clear: both;
  }

.tarif .wras_flex50 .change_t .tab_tar .change_tab_content .flex_s .it .ram{
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    float: left;
    color: #FFFFFF;
    margin-bottom: -.31em;
    background: #3384fa;
    padding: 0 4px;
}

.tarif .wras_flex50 .change_t .tab_tar .change_tab_content .flex_s .it .line{
    
}
.tarif .wras_flex50 .change_t .tab_tar .change_tab_content .flex_s .it .gn{
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    float: right;
    color: #FFFFFF;
    margin-bottom: -.31em;
    background: #3384fa;
    padding: 0 4px;
}

.tarif .wras_flex50 .change_t .tab_tar .change_tab_content .flex_byu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 23px;
}

.tarif .wras_flex50 .change_t .tab_tar .change_tab_content .flex_byu .dssd{
    font-weight: 700;
font-size: 26px;
line-height: 34px;

color: #FFFFFF;
}

.tarif .wras_flex50 .change_t .tab_tar .change_tab_content .flex_byu  .btn_fr{
    
}

.tarif .wras_flex50 .change_t .tab_tar .change_tab_content .flex_byu .btn_fr .btn_buy {
    background: #FFFFFF;
    border-radius: 10px;
    width: 150px;
    height: 35.1px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #2A73DE;
}

.tarif .wras_flex50 .change_t .tab_tar .change_tab_content .flex_byu .btn_fr .btn_buy:hover{
    transition: all 0.5s ease;   
    background: #b6cef1;
}



.btn_down {
    text-align: center;
    padding: 60px 0px 0;
    display: block;
}
.btn_down a{
    cursor: pointer;
}

.btn_down svg{
    
}





 /******************************************************************/


 .server {
    background: #3384FA;
     padding: 56px 0 160px;
    position: relative;
    overflow: hidden;
}


.server .absolut_wrap {
    position: relative;
}

.server .absolut_wrap .air{
}

.server .absolut_wrap .air.air1 {
    width: 187px;
    position: absolute;
    top: -154px;
    left: -145px;
    z-index: 0;
    mix-blend-mode: multiply;
}


.server .absolut_wrap .air.air2 {
    width: 259px;
    position: absolute;
    top: -98px;
    left: -57px;
    z-index: 0;

}

.server .absolut_wrap .air.air2 path.qwe{
    background: #FFFFFF;
    mix-blend-mode: soft-light;
    opacity: 0.5;
    border: 1px solid #173D7A;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);

}

.server .absolut_wrap .air.air2 path.qwe2{
    fill: #fff;
    opacity: 0.5;
    border: 1px solid #173D7A;

}





.server .absolut_wrap .air.air3 {
    width: 274px;
    position: absolute;
    bottom: -58px;
    right: -143px;
    z-index: 0;
}

.server .oblaka_wrap {
    background: #FFFFFF;
    box-shadow: 0px 7px 15px rgb(0 0 0 / 25%);
    border-radius: 20px;
    padding: 28px 37px;
    position: relative;
    z-index: 1;
    margin: 60px auto 0;
    max-width: 1180px;
}

.server  h2{
    color: #FFFFFF;
    text-align: center;
}

.server .oblaka_wrap .block_white_calk {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}


.server .oblaka_wrap .block_white_calk .left_wrap {
    width: 62%;
}
.server .oblaka_wrap .block_white_calk .left_wrap .name{
    width: 30%;
}

.server .oblaka_wrap .block_white_calk .left_wrap .name span{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.server .oblaka_wrap .block_white_calk .left_wrap .wrap_slider {
    width: 50%;
    padding: 0 5%;
    position: relative;
}

.server .oblaka_wrap .block_white_calk .left_wrap .wrap_slider .ui-slider {
    background: #2A73DE;
    border-radius: 4px;
    border: 0;
    height: 7px;
}

.server .oblaka_wrap .block_white_calk .left_wrap .wrap_slider .ui-slider-horizontal .ui-slider-range-max{
    background: #D9D9D9;
    border-radius: 4px;
}




.server .oblaka_wrap .block_white_calk .left_wrap .wrap_slider .ui-slider .start{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;   
    color: #B4B4B4;
    position: absolute;
    top: 17px;
    left: -8px;
}

.server .oblaka_wrap .block_white_calk .left_wrap .wrap_slider .ui-slider .finish{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #B4B4B4;
    position: absolute;
    top: 17px;
    right: -3px;

}


.server .oblaka_wrap .block_white_calk .left_wrap .wrap_slider .ui-slider .ui-state-default {
    background: #FFFFFF;
    border: 5px solid #2A73DE;
    box-shadow: 0px 0px 4px #438be3;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}















.server .oblaka_wrap .block_white_calk .left_wrap .iterem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 46px;
}

.server .oblaka_wrap .block_white_calk .left_wrap .parametr{
    width: 27%;
}

.server .oblaka_wrap .block_white_calk .left_wrap .parametr .lipt {
    width: 166px;
    height: 43px;
    border: 1px solid #2A73DE;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 20px;
}
.server .oblaka_wrap .block_white_calk .left_wrap .parametr .lipt .numb input{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #6C6767;
    padding: 0;
    width: 29px;
    background: transparent;
    border: 0;
}

.server .oblaka_wrap .block_white_calk .left_wrap .parametr .lipt .text{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #6C6767;
}

.server .oblaka_wrap .block_white_calk .right_wrap {
    width: 35%;
    max-width: 370px;
}

.server .oblaka_wrap .block_white_calk .right_wrap .top_rep {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 34px;
    margin-top: 10px;
}

.server .oblaka_wrap .block_white_calk .right_wrap .contexcr {
    
}

.server .oblaka_wrap .block_white_calk .right_wrap .contexcr {
    
}
.server .oblaka_wrap .block_white_calk .right_wrap .contexcr .it {
    width: 100%;
    margin-bottom: 27px;
    border-bottom: 0.5px dashed #B0B0B0;
}

.server .oblaka_wrap .block_white_calk .right_wrap .contexcr .it:after {
    content: '';
    display: table;
    clear: both;
}

.server .oblaka_wrap .block_white_calk .right_wrap .contexcr .it .ram{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;    
    color: #6C6767;
    float: left;   
    margin-bottom: -0.31em;
    background: #fff;
    padding: 0 4px;
    padding-left: 0;
}

.server .oblaka_wrap .block_white_calk .right_wrap .contexcr .it .gn {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #6C6767;
    float: right;
    margin-bottom: -0.31em;
    background: #fff;
    padding: 0 4px;
    width: fit-content;
}


.server .oblaka_wrap .block_white_calk .right_wrap .contexcr .it .gn input {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #6C6767;
    float: left;
    margin-bottom: -0.31em;
    background: #fff;
    display: inline;
    width: 34px;
    padding: 0px 8px 0 0px;
    border: 0;
    text-align: center;
}

/* .server .oblaka_wrap .block_white_calk .right_wrap .contexcr .it:nth-child(1) .gn input {
    width: 34px;
}
.server .oblaka_wrap .block_white_calk .right_wrap .contexcr .it:nth-child(1) .gn input {
    width: 34px;
}
.server .oblaka_wrap .block_white_calk .right_wrap .contexcr .it:nth-child(1) .gn input {
    width: 34px;
}
.server .oblaka_wrap .block_white_calk .right_wrap .contexcr .it:nth-child(1) .gn input {
    width: 34px;
} */



.server .oblaka_wrap .block_white_calk .right_wrap .pay {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 27px;
    position: relative;
    left: -3px;
}
.server .oblaka_wrap .block_white_calk .right_wrap .pay .total{
    
}

.server .oblaka_wrap .block_white_calk .right_wrap .pay .total p{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #3D3D3D; 
}

.server .oblaka_wrap .block_white_calk .right_wrap .pay .total p span{
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0px 0 0 26px;
    color: #2A73DE;
}

.server .oblaka_wrap .block_white_calk .right_wrap .pay a {
    background: #2A73DE;
    border-radius: 10px;
    width: 118px;
    height: 40px;
    font-weight: 800!important;
    text-transform: lowercase;
    font-weight: 70;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    position: relative;
    left: -5px;
}

.server .oblaka_wrap .block_white_calk .right_wrap .pay a:hover{
    background: #204d92;  
    transition: all 0.5s ease;
}


 /******************************************************************/

.premium {
    padding: 100px 0 18px;
}

.premium .container {
    max-width: 1311px;
}



.premium h2{

}

.premium .absolut_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.premium .absolut_wrap .left_cont {
    width: 75%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.premium .absolut_wrap .left_cont .item {
    width: 302px;
    margin-bottom: 20px;
}

.premium .absolut_wrap .left_cont .item:nth-child(1) {

}
.premium .absolut_wrap .left_cont .item:nth-child(2) {

}
.premium .absolut_wrap .left_cont .item:nth-child(3) {
    margin-left: 56px;
    width: 298px;
}
.premium .absolut_wrap .left_cont .item:nth-child(4) {
    margin-top: 10px;
}
.premium .absolut_wrap .left_cont .item:nth-child(5) {
    margin-top: 8px;
}
.premium .absolut_wrap .left_cont .item:nth-child(6) {
    margin-left: 56px;
    width: 298px;
    margin-top: 14px;
}



.premium .absolut_wrap .left_cont .item svg{

}

.map-widget-layout-view__top-controls {
    display: none!important;
}

.premium .absolut_wrap .left_cont .item p {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin: 11px 0 13px 0;
    color: #2A73DE;
}

.premium .absolut_wrap .left_cont .item span {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    display: block;
    color: #3D3D3D;
}


.premium .absolut_wrap .right_cont{
    width: 25%;
}

.premium .absolut_wrap .right_cont img {
    max-width: 359px;
    position: relative;
    bottom: 39px;
    left: 9px;
}

.copyr img {
    max-width: 240px;
    margin-top: 10px;
}


    /******************************************************************/
.data {
    position: relative;
    padding: 117px 0 128px;
    overflow: hidden;
}
    .data .pole_reson {
        position: absolute;
       
        width: 100%;
        display: flex;
    }

.data .pole_reson .white{
    height: 519px;
    width: 53%;
}

.data .pole_reson .blue {
    height: 498px;
    width: 50%;
    border-radius: 25px;
    overflow: hidden;
    background: #3383fa00;
    border-radius: 25px 0px 0px 25px;
}

.data .dbl_block {
    max-width: 1310px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.data .dbl_block .left_con{
    width: 50%;
}
.data .dbl_block .left_con h2{
    margin: 0 0 50px 17px;
}

.data .dbl_block .left_con p {
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    color: #3D3D3D;
    border-left: 3px solid #2A73DE;
    padding: 0px 0 0 16px;
    position: relative;
    left: -6px;
}



.data .dbl_block .left_con span {
    display: block;
    padding: 0 0 0 16px;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    max-width: 482px;
    margin: 50px 0 0 0;
}

.data .dbl_block .left_con img {
    max-width: 257px;
    position: absolute;
    left: 51%;
    top: 130px;
    transform: translate(-51%, 0);
}

.data .dbl_block .right_cont{
    width: 50%;
}

.data .dbl_block .right_cont img {
    position: relative;
    z-index: -1;
    left: 68px;
    top: 65px;
}






    /******************************************************************/
.bye_center {
    padding: 94px 0 150px;
}
    .bye_center .tabs_block{

    }

.bye_center .tabs_block .head_tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1140px;
    margin: 0 auto 36px;
}

    .bye_center .tabs_block .head_tabs .ul_pit {
        width: 50%;
        text-align: center;
        border-bottom: 3px solid #B4B4B4;
        cursor: pointer;
    }

.bye_center .tabs_block .head_tabs .ul_pit span {
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    text-transform: uppercase;
    padding-bottom: 3px;
    display: block;
}

.bye_center .tabs_block .head_tabs .ul_pit span.leffff1 {
    left: -32px;    position: relative;
}
.bye_center .tabs_block .head_tabs .ul_pit span.leffff2 {
    position: relative;     left: 46px;
}

 .bye_center .tabs_block .head_tabs .ul_pit.active {
    border-bottom: 3px solid #2A73DE;
    }


 .bye_center .tabs_block .head_tabs .ul_pit.active span {
    color: #2A73DE;
    }






    .bye_center .tabs_block .contents_tabs{

    }

    .bye_center .tabs_block .contents_tabs .petr {
      display: none;
    }

    .bye_center .tabs_block .contents_tabs .petr:first-child {
      display: block;
    }


    .bye_center .tabs_block .contents_tabs .item_tab {
        display: flex;
       align-items: center;       
        justify-content: space-between;       
    }

    

    .bye_center .tabs_block .contents_tabs .item_tab .wrap_flex_left{
    width: 50%;
    }

    .bye_center .tabs_block .contents_tabs .item_tab .itemns {
        background: rgba(255, 255, 255, 0.5);
        box-shadow: 0px 7px 15px rgb(0 0 0 / 25%);
        border-radius: 25px;
        width: 510px;
        height: 115px;
        padding: 20px 20px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 30px auto 30px;
        opacity: 0.6;
        transition: all 0.3s ease;        
    }

    .bye_center .tabs_block .contents_tabs .item_tab .itemns:hover{
        transition: all 0.3s ease;
        opacity: 1;
        transform: scale(1.07);
    }



 .bye_center .tabs_block .contents_tabs .item_tab  .itemns .numb{
    color: #2A73DE;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    margin-right: 20px;
    text-transform: uppercase;
    }

    .bye_center .tabs_block .contents_tabs .item_tab .itemns .text {
        font-weight: 500;
        font-size: 19px;
        line-height: 24px;
    }

 .bye_center .tabs_block .contents_tabs .item_tab  .wrap_flex_right{
    width: 50%;
    }

    .bye_center .tabs_block .contents_tabs .item_tab .wrap_flex_right .fort_img {
        display: flex;
        align-items: center;
        justify-content: center;
    }

 .bye_center .tabs_block .contents_tabs .item_tab  .wrap_flex_right .fort_img img{
     max-width: 490px;
     position: relative;
     left: 31px;
    }



    /******************************************************************/
    footer {
        background: #1C62C9;
        padding-top: 50px;
        padding-bottom: 50px;
    }


    footer .container {
        max-width: 1322px;
    }

    footer .fott_tr {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    footer .fott_tr .left_o {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

   footer .fott_tr .left_o .logos{
        
    }

footer .fott_tr .left_o .logos img {
    max-width: 171px;
}

  footer .copyr{
      margin-left: 55px;
    }

footer .copyr span {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
    display: block;
}

    footer .fott_tr .rigt_o {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

   footer .fott_tr .rigt_o .login{
        
    }

footer .fott_tr .rigt_o .login a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 15px;
}

  footer .fott_tr .rigt_o .login a svg{
        
    }


  footer .fott_tr .rigt_o .login a .text{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-decoration-line: underline;
    margin-left: 10px;
    color: #FFFFFF;
    }


footer .list_como {
    display: flex;
    flex-direction: column;
}

footer .list_como a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 2px;
}

footer .list_como p {
    font-weight: 600;
    font-size: 19px;
    line-height: 20px;
    color: #FFFFFF;
    margin: 0px 0 8px 0;
}




  footer .fott_tr .rigt_o .support{

    }

    footer .fott_tr .rigt_o .support a.bts {
        width: 204px;
        height: 44px;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        display: flex;
        color: #FFFFFF;
        margin-left: 77px;
        background: #2A73DE;
        border-radius: 10px;
        align-items: center;
        justify-content: center;
    }


    footer .fott_tr .rigt_o .support a.bts:hover{
        transition: all 0.5s ease;
    
        background: #204d92; 
    }
    













    /******************************************************************/


    .shadow {
        position: fixed;
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 23;
        background: #00000073;
        top: 0;
        left: 0;
        display: none;
        padding: 0px 10px;
    }

    .shadow.opened{
        display: flex;
    }

    .shadow .modal_center {
        max-width: 740px;
        background: #fff;
        border-radius: 20px;
        padding: 25px 32px;
        position: relative;
        width: 100%;
        max-height: 95vh;
        overflow: auto;
    }

    .shadow .modal_center .fon1{
        position: absolute;
        left: 17px;
        top: 26px;
        width: 45px;
    }
    .shadow .modal_center .fon2 {
        position: absolute;
        right: 14px;
        bottom: 70px;
        width: 55px;
    }


    .shadow .modal_center .close {
        position: absolute;
        right: 18px;
        top: 18px;
        cursor: pointer;
    }

    .shadow .modal_center .close svg{
      
    }


    .container_modal{

    }

    .container_modal h3{
        font-weight: 700;
        font-size: 30px;
        line-height: 37px;
        margin: 0 0 0 0 ;
        text-align: center;
        color: #2A73DE;
    }


.container_modal  .form_ger{
        
    }

    .container_modal .form_ger .wrap_zag {
        margin-bottom: 10px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: 15px;
    }

    .container_modal .form_ger .wrap_zag_small {
        margin-bottom: 10px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: 15px;
        padding-left: 45px;
    }
    .container_modal .form_ger .wrap_zag .svg {
        border: 2px solid #2A73DE;
        box-shadow: 0px 0px 4px rgb(42 115 222 / 30%);
        width: 34px;
        height: 34px;
        display: flex;
        border-radius: 22px;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        position: relative;
        background: #fff;
    }
.container_modal  .form_ger .wrap_zag .svg span{
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    
    color: #2A73DE;
    }

.container_modal  .form_ger .wrap_zag .text{
        
}

.container_modal  .form_ger .wrap_zag .text p{
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 0 0;
}

.container_modal  .form_ger .wrap_zag_small .text p{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 0 0;
}

.container_modal  .form_ger .wrap_zag .text p span{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.container_modal .group_btn1{
    padding-left: 45px; 
}

.container_modal .group_btn1 .flex_btn{
    background: #E3E1E1;
    border-radius: 16px;
    width: 306px;
    height: 61px;
    display: flex;
}

.container_modal .group_btn1 .flex_btn .memory {
    background: transparent;
    border: 1px solid transparent;
    box-shadow: none;
    border-radius: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.container_modal .group_btn1 .flex_btn .memory.active{
    background: #FFFFFF;
    border: 1px solid #2A73DE;
    box-shadow: 1px 0px 5px rgb(0 0 0 / 25%);
}


.container_modal .group_btn1 .flex_btn .memory img{
    max-width: 110px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}


.container_modal .group_btn1 .flex_btn .memory.active img{   
    -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
}

.container_modal .group_btn {
    padding-left: 45px;
}

.container_modal .group_btn .group{
        
}



    .group_btn  .group{ 
        position:relative; 
        margin-bottom:15px; 
      }
      .group_btn input {
        padding: 10px 11px 10px 11px;
        display: block;
        width: 100%;
        border-bottom: 1px solid #757575;
        border: 1px solid #7A7A7A;
        border-radius: 5px;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        color: #3D3D3D;
        height: 42px;
        transition: all 0.3s;

        animation-duration: 0.5s;
        animation-iteration-count: 3;

    }
      .group_btn input:focus{ 
        border: 1px solid #2A73DE;
        box-shadow: 0px 2px 5px rgba(42, 115, 222, 0.3);
     }
      .group_btn input:valid{ 
        border: 1px solid #2A73DE;
        box-shadow: 0px 2px 5px rgba(42, 115, 222, 0.3);
     }
      
      /* LABEL ======================================= */
      .group_btn label {
        position: absolute;
        pointer-events: none;
        left: 10px;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        top: 13px;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
        color: rgba(61, 61, 61, 0.6);
    }
      
      /* active state */
      .group_btn input:focus ~ label,
      .group_btn input:valid ~ label{
        top:-9px;
        left: 16px;
        font-size:14px;
        color: #2A73DE;
        background: #fff;
        display: block;
        width: fit-content;
        padding: 0 3px;
      }
      
.container_modal .form_ger .politic{
    padding-left: 45px;
}

.container_modal .form_ger .politic a{
    color: #2A73DE;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: block;
    border-bottom: 1px solid #2A73DE;
    width: fit-content;
}

.container_modal .form_ger .politic a:hover{
    color: #2A73DE;
    border-bottom: 1px solid #2A73DE;
}


.container_modal .form_ger .politic a:hover{

}


.container_modal .form_ger .form-message{
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: red;
    height: 0px;
    opacity: 0;
    transition: all 0.3s;
}

.container_modal .form_ger .btn_sub button {
    width: 162px;
    height: 45px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    border: 1px solid #2A73DE;
    border-radius: 5px;
    color: #2A73DE;
    display: flex;
    background: #fff;
    margin: 5px auto 0 auto;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.container_modal .form_ger .btn_sub button:hover{
    background: #2A73DE;
    cursor: pointer;
    color: #fff;
    transition: all 0.5s ease;
}

.container_modal .form_ger .btn_sub button:disabled{
    background: rgba(0, 0, 0, 0.35);
    cursor: pointer;
    color: rgba(0, 0, 0, 0.6);
    transition: all 0.5s ease;
    border: 1px solid rgba(0, 0, 0, 0.6);;
}




/*****************************************************************************************/


.shadow2 {
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 23;
    background: #00000073;
    top: 0;
    left: 0;
    display: none;
    padding: 0px 10px;
}

.shadow2.opened{
    display: flex;
}

.shadow2 .modal_center {
    max-width: 740px;
    background: #fff;
    border-radius: 20px;
    padding: 25px 32px;
    position: relative;
    width: 100%;
    max-height: 90vh;
    overflow: auto;
}

.shadow2 .modal_center .fon1{
    position: absolute;
    left: 17px;
    top: 26px;
    width: 45px;
}
.shadow2 .modal_center .fon2 {
    position: absolute;
    right: 14px;
    bottom: 70px;
    width: 55px;
}


.shadow2 .modal_center .close2 {
    position: absolute;
    right: 18px;
    top: 18px;
    cursor: pointer;
}

.shadow2 .modal_center .close2 svg{

}

.contact_modal_wrap {
    max-width: 520px;
    margin: 32px auto 0;
}

.contact_modal_wrap p {
    font-size: 16px;
    font-weight: 600;
    color: #03336e;
}

.contact_modal_wrap p a{
    font-size: 16px;
    font-weight: 600;
}
.contact_modal_wrap p a:hover{
    color: #000;
}

.contact_modal_wrap p span{
    font-size: 16px;
}

.contact_modal_wrap p.mail{

}



/*****************************************************************************************************/
/*****************************************************************************************************/
/***********************************FAQ******************************************************************/
/*****************************************************************************************************/
/*****************************************************************************************************/

.head_name {
    margin-top: 174px;
    padding-bottom: 70px;
}

.head_name h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    text-transform: uppercase;
    color: #2A73DE;
    border-bottom: 2px solid #2A73DE;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 6px 0;
    width: fit-content;
}

.faq{
    margin-bottom: 70px;
}

.faq h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    margin: 0 0 20px 0;
    color: #2A73DE;
    text-transform: inherit;
}

.faq .container {
    max-width: 970px;
}


.faq .acordion .item{
    border-bottom: 0.5px solid #3D3D3D;
}


.faq .acordion .item .head_acard {
    padding: 30px 40px 29px 0;
    position: relative;
    cursor: pointer;
}

.faq .acordion .item .head_acard p {
    margin: 0 0 0 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #3D3D3D;
}

.faq .acordion .item .head_acard .krest {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
}





.faq .acordion .item .head_acard .krest:before{
    content: "";
    width: 20px;
    height: 2px;
    background: #3D3D3D;
    display: block;
    position: relative;
    top: 11px;
}




.faq .acordion .item .head_acard .krest:after{
    content: "";
    width: 2px;
    height: 20px;
    background: #3D3D3D;
    display: block;
    position: relative;
    left: 9px;
}


.faq .acordion .item .head_acard.opened .krest:after{
   opacity: 0;
}




.faq .acordion .item .content_acard {
    max-height: 0;
    overflow: hidden;
    opacity: 0;

    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;

}

.faq .acordion .item .content_acard.opened {
    max-height: inherit;
    overflow: hidden;
    opacity: 1;

    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.faq .acordion .item .content_acard .puul_senter {
    padding-bottom: 30px;
    padding-right: 45px;
}

.faq .acordion .item .content_acard .puul_senter p {
    margin: 0 0 9px 0;
    font-size: 16px;
}

.faq .acordion .item .content_acard .puul_senter ul {
    margin-top: 24px;
}

.faq .acordion .item .content_acard .puul_senter ul li {
    margin: 0 0 9px 0;
    font-size: 16px;
    padding-left: 20px;
    position: relative;
}
.faq .acordion .item .content_acard .puul_senter ul li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #5d5d5d;
    border-radius: 5px;
    position: absolute;
    left: 6px;
    top: 6px;
}

.faq .acordion .item .content_acard .puul_senter ul li a{
    font-size: 16px;
    color: #2a73de;
}


.faq .acordion .item .content_acard .puul_senter ul li a:hover{
    font-size: 16px;
    color: #1e5ab1;
}



.qusion2{

}

.qusion2 .container {
    max-width: 1100px;
}

.qusion2 .white_quesr {
    background: #FFFFFF;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 25%);
    border-radius: 15px;
    padding: 38px 65px;
    margin-bottom: 105px;
}
.qusion2 .white_quesr h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    margin: 0 0 0px 0;
    color: #2A73DE;
    text-transform: inherit;
}

.qusion2 .white_quesr .bl_op {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.qusion2 .white_quesr .bl_op .left{

}

.qusion2 .white_quesr .bl_op .left p {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #3D3D3D;
    margin: 18px 0 9px 0;
}

.qusion2 .white_quesr .bl_op .right{
    padding-left: 49px;
}

.qusion2 .white_quesr .bl_op .right a {
    background: #2A73DE;
    border-radius: 10px;
    display: flex;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    width: 315px;
    height: 64px;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
}

.qusion2 .white_quesr .bl_op .right a:hover{
    transition: all 0.5s ease;
    background: #204d92;
}


/*****************************************************************************************************/
/*****************************************************************************************************/
/****************************************О нас*************************************************************/
/*****************************************************************************************************/
/*****************************************************************************************************/




.about_us {
    position: relative;
    padding-bottom: 81px;
    background: #fff;
    border-radius: 0 0 60px;
}


.about_us:before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #3384FA;
    z-index: -1;
}



.about_us .container{
    max-width: 1290px;
}


.about_us .zaluzh {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.about_us .zaluzh .left {
    width: 50%;

}

.about_us .zaluzh .left h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: #3D3D3D;
    margin: 8px 0 36px 0;
    text-transform: initial;
}

.about_us .zaluzh .left p{
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #3D3D3D;
}

.about_us .zaluzh .right {
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.about_us .zaluzh .right img {
    max-width: 410px;
    margin: -94px 42px 0 0;
}


.why_us {
    background: #3384FA;
    padding: 101px 0 102px 0;
    border-radius: 60px 0 0 0;
    position: relative;
}

.why_us:before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: -1;
}


.why_us .container {
    max-width: 1290px;
}

.why_us h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 49px;
    color: #FFFFFF;
    text-transform: initial;
    text-align: center;
    margin: 0 0 40px 0;
}

.why_us .gloups{

}

.why_us .gloups .item {
    display: flex;
    padding: 70px 0 70px 0;
    margin: 0 0 0 0;
    align-items: center;
}

.why_us .gloups .item .text_wrap{
    width: 50%;
}

.why_us .gloups .item .text_wrap h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: #FFFFFF;
    margin: 0 0 27px 0;
}

.why_us .gloups .item .text_wrap span {
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #FFFFFF;
    display: block;
    max-width: 600px;
}

.why_us .gloups .item .img_wrap {
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.why_us .gloups .item .img_wrap img{
    max-width: 548px;
}
.why_us .gloups .item:nth-child(1) .img_wrap img {
    position: relative;
    left: 34px;
    top: -17px;
}

.why_us .gloups .item:nth-child(2) .img_wrap img {
    position: relative;
    left: -40px;
    top: -15px;
}
.why_us .gloups .item:nth-child(2) .text_wrap {
    padding-left: 48px;
    padding-top: 8px;
}
.why_us .gloups .item:nth-child(3) .img_wrap img {
    position: relative;
    left: 37px;
    top: -16px;
}


.why_us .gloups .item.rewert {
    display: flex;flex-flow: wrap;
}

.why_us .gloups .item.rewert .text_wrap{
    order: 1;
}

.why_us .gloups .item.rewert .img_wrap{
    order: 0;
}



























/*****************************************************************************************************/
/*****************************************************************************************************/
/*****************************************************************************************************/
/*****************************************************************************************************/
/*****************************************************************************************************/






    /******************************************************************/
    @media (max-width: 1310px){
        .data .dbl_block {
            max-width: 1240px;
            padding: 15px;
        }

        .data .dbl_block .left_con span {
            max-width: 473px;
        }

        .data .dbl_block .left_con h2 {           
            font-size: 37px;
        }

        .shadow {
            align-items: flex-start;
            justify-content: center;
            z-index: 23;
            padding: 35px 10px 20px;
            overflow-y: scroll;
        }




    }



   @media (min-width: 1200px) and (max-width: 1450px){
    header .carusel_main .grt.k2 {
        right: -50px;
    }

    nav .all_menu .logo img {
        max-width: 150px;
    }

    nav .all_menu .menu ul li a {
        font-size: 16px;
    }
    
    nav .all_menu .menu ul li:nth-child(1) a {
        margin-right: 50px;
    }
    
    nav .all_menu .menu ul li:nth-child(2) a {
        margin-right: 50px;
    }

    nav .all_menu .right_btn .login a span {
        font-size: 16px;
        margin-left: 8px;
    }

    nav .all_menu .right_btn .support a {
        width: 170px;
        height: 40px;
        font-size: 16px;
    }

    .next {
        right: -70px;
    }

    .prev {
        left: -70px;
    }


       header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item .cost_block {
           margin-right: 20px;
           width: 220px;
       }
       header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item .cost_block .texteh br{
           display: none;
       }


       header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item .cost_block .texteh {
           font-size: 16px;
           line-height: 20px;
       }

       header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item:nth-child(1) {
           width: 240px;
       }

       header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item:nth-child(2) {
           width: 240px;
       }

       header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item:nth-child(3) {
           width: 240px;
       }


       header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item2 {
           width: 180px;
           height: 90px;
       }

       header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item2 .div_left .buy{
           width: 145px;
           height: 45px;
           font-size: 16px;
       }





       header .container {
           max-width: 1130px;
       }
       .premium .container {
           max-width: 1130px;
       }
       footer .container {
           max-width: 1130px;
       }


       header .carusel_main .slick_main .item .in_item .right_resourse .wrao_img .onimate img {
           width: 440px;
           margin-top: 50px;
           margin-right: 120px;
       }


       header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item .cost_block {
           margin-right: 20px;
           width: 220px;
       }
       header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item:nth-child(3) .cost_block {
           width: 250px;
       }

        .container{
            max-width: 1130px;
        }
        header .container {
            max-width: 1130px;
        }
        header .carusel_main .grt.k2 {
            right: -33px;
            top: 19px;
        }

        .prev {
            left:  -70px;
        }
        .next {
            right: -70px;
        }

        h1 {
            font-size: 34px;
            line-height: 44px;
            color: #2A73DE;
            margin: 0 0 30px 0;
        }

        header .carusel_main .slick_main .item .in_item .left_resourse p {
            font-size: 20px;
            line-height: 28px;
            margin-bottom: 45px;
        }

        header .carusel_main .slick_main .item .in_item .left_resourse .wrap_50 .div_right .buy {
            font-size: 15px;
            width: 260px;
            height: 50px;
        }

        header .carusel_main .slick_main .item .in_item .left_resourse .wrap_50 .div_left .buy{
            font-size: 15px;
            width: 155px;
            margin-right: 25px;
            height: 50px;
        }
        .tarif .wras_flex50 .foul_t .flrx_svg .text_t span {
            font-size: 16px;
            line-height: 24px;
        }

        .tarif .wras_flex50 .change_t .tab_tar .change_tab_content .flex_s .it .ram {
            font-size: 18px;
            line-height: 25px;
        }

        .tarif .wras_flex50 .change_t .tab_tar .change_tab_content .flex_s .it .gn {
            font-size: 18px;
            line-height: 25px;
        }

        .tarif .wras_flex50 .change_t .tab_tar .change_tab_content .flex_s .it {
            max-width: 195px;
        }

        .server .oblaka_wrap .block_white_calk .left_wrap .name span {
            font-size: 18px;
            line-height: 22px;
        }

        .server .oblaka_wrap .block_white_calk .left_wrap .iterem {
            margin-bottom: 35px;
        }

        .server .oblaka_wrap .block_white_calk .left_wrap .wrap_slider .ui-slider .start {
            font-size: 18px;
        }
        .server .oblaka_wrap .block_white_calk .right_wrap .top_rep {
            font-size: 18px;
            line-height: 22px;
        }
        .server .oblaka_wrap .block_white_calk .right_wrap .contexcr .it .ram {
            font-size: 18px;
            line-height: 20px;
        }
        .server .oblaka_wrap .block_white_calk .right_wrap .contexcr .it .gn input {
            line-height: 20px;
            font-size: 16px;
        }
        .server .oblaka_wrap .block_white_calk .right_wrap .contexcr .it .gn {
            font-size: 16px;
            line-height: 20px;
        }
        .premium .absolut_wrap .left_cont .item p {
            font-size: 20px;
            line-height: 27px;
        }
        .premium {
            padding-top: 80px;
        }
        h2 {
            font-size: 30px;
            margin-bottom: 40px;
        }

        .server .oblaka_wrap .block_white_calk .left_wrap .parametr .lipt {
            width: 150px;
        }


        .server .oblaka_wrap .block_white_calk .left_wrap .parametr .lipt .numb input {
            font-size: 15px;
        }

        .server .oblaka_wrap .block_white_calk .left_wrap .parametr .lipt .text {
            font-size: 15px;
        }

        .server .oblaka_wrap .block_white_calk .left_wrap .wrap_slider {
            width: 45%;
        }
        .server .oblaka_wrap .block_white_calk .left_wrap .parametr {
            width: 36%;
        }


        .server .oblaka_wrap .block_white_calk .right_wrap .pay .total p {
            font-size: 16px;
        }
        .server .oblaka_wrap .block_white_calk .right_wrap .pay .total p span {
            font-size: 16px;
        }

        .premium .absolut_wrap .left_cont .item {
            width: 50%;
            margin-bottom: 50px;
        }

        .data .dbl_block .left_con img {
            max-width: 204px;
            top: 120px;
        }
        .data .dbl_block .left_con span {
            max-width: 400px;
            font-size: 20px;
            line-height: 25px;
        }
        


        .bye_center .tabs_block .contents_tabs .item_tab .itemns {
            width: 395px;
            height: 150px;  
            margin: 30px auto 30px;            
        }

        .bye_center .tabs_block .head_tabs .ul_pit span {
            font-size: 28px;
            padding-bottom: 10px;
        }

        .bye_center {
            padding-top: 70px;
            padding-bottom: 80px;
        }

        footer .fott_tr .left_o .logos img {
            max-width: 130px;
        }

        footer .fott_tr .rigt_o .support a {
            margin-left: 26px;
        }

        footer .copyr {
            margin-left: 48px;
        }

        footer .copyr span {
            font-size: 16px;
            line-height: 29px;
        }

       .data .dbl_block .left_con h2 {
           font-size: 34px;
           margin: 0 0 30px 0;
       }
        .data .pole_reson .white {
            height: 420px;           
        }

        .data .pole_reson .blue {
            height: 420px;    
            border-radius: 25px 0px 0px 25px;
        }
       .data .dbl_block .right_cont img {
           padding: 0;
           max-width: 520px;
           top: 32px;
           left: 48px;
       }




       header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change {
           width: 1090px;
       }




        header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item .cost_block .texteh br{
            display: none;
        }


        header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item .cost_block .texteh {
            font-size: 14px;
            line-height: 20px;
        }

       header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item:nth-child(1) {
           width: 280px;
       }

        header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item:nth-child(2) {
            width: 280px;
        }

        header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item:nth-child(3) {
            width: 280px;
        }


       header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item2 {
           width: 280px;
           height: 90px;
       }

        header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item2 .div_left .buy{
            width: 145px;
            height: 45px;
            font-size: 16px;
        }
       header .carusel_main .slick_main .item .in_item .right_resourse .wrao_img .onimate img.gerdfs {
           width: 301px;
           margin-top: 27px;
           margin-left: 73px;
       }



       .premium .absolut_wrap .left_cont .item:nth-child(3) {
           margin-left: 0px;
           width: 33%;
       }
       .premium .absolut_wrap .left_cont .item {
           width: 33%;
           margin-bottom: 50px;
       }
       .premium .absolut_wrap .left_cont .item:nth-child(6) {
           margin-left: 0;
           width: 33%;
           margin-top: 14px;
       }

       .premium .absolut_wrap .left_cont .item span {
           font-weight: 600;
           font-size: 16px;
           line-height: 22px;
           display: block;
           color: #3D3D3D;
           padding-right: 20px;
       }
       .data {
        padding-top: 70px;
       }
       .data .dbl_block .left_con p {
        font-size: 26px;
        line-height: 34px;
       }
       header .carusel_main .grt.k1 {
           right: 369px;
           top: -22px;
           width: 69px;
       }
       header .carusel_main .grt.k2 {
           right: -17px;
           top: 12px;
           width: 88px;
       }
       header .carusel_main .grt.k3 {
           right: 370px;
           bottom: -24px;
           width: 81px;
       }

       header .carusel_main .grt.k4 {
           right: 1px;
           bottom: -126px;
           width: 106px;
           z-index: 4;
       }
       .mini_line .wras_flex .put {
           font-size: 16px;
           line-height: 20px;
       }

       .mini_line .wras_flex {
           height: 78px;
       }

       .about_us .container {
           max-width: 1100px;
       }

       .why_us .container {
           max-width: 1100px;
       }


       .about_us .zaluzh .left p {
           font-size: 22px;
           line-height: 136%;
       }
       .why_us .gloups .item .text_wrap span {
           font-size: 22px;
           line-height: 136%;
       }
       .about_us .zaluzh .right img {
           max-width: 380px;
       }

       .why_us .gloups .item .img_wrap img {
           max-width: 500px;
       }

       .why_us .gloups .item .text_wrap h3 {
           font-size: 28px;
           line-height: 35px;
       }





    }

    @media(max-width: 1270px) {
        .container, header .container {
            max-width: 1080px;
        }
    }
    
    @media (max-width: 1199px){
        .container{
            max-width: 710px;
        }
        header .container {
            max-width: 710px;
        }

        .premium .container {
            max-width: 710px;
        }

        nav .all_menu .right_btn .support a {
            font-size: 15px;
            width: 160px;
            height: 40px;
            margin-left: 14px;
        }
        nav .all_menu .logo img {
            max-width: 100px;
        }

        nav .all_menu .menu ul li a {
            font-size: 16px;
            margin: 0 18px 0 18px;
        }
        header .carusel_main .slick_main .item .in_item .left_resourse h1 {
            margin-top: 40px;
        }
        h1 {
            font-size: 30px;
            line-height: 42px;
            margin: 0 0 18px 0;
        }
        header .carusel_main .slick_main .item .in_item .left_resourse p {
            font-size: 18px;
            line-height: 27px;
            margin-bottom: 34px;
        }

        header .carusel_main .slick_main .item .in_item .right_resourse .wrao_img .onimate img {
            margin-top: 21px;
            width: 300px;
            margin-right: 50px;
        }

        header .carusel_main .slick_main .item .in_item .left_resourse .wrap_50 .div_right .buy {
            font-size: 14px;
            width: 232px;
            height: 45px;
        }

        header .carusel_main .slick_main .item .in_item .left_resourse .wrap_50 .div_left .buy {
            font-size: 14px;
            width: 134px;
            margin-right: 25px;
            height: 45px;
        }
        header .carusel_main .grt.k1 {
            top: -31px;
        }
        header .carusel_main .grt.k2 {
            right: -21px;
            top: -34px;
        }
        header .carusel_main .grt.k3 {
            right: 471px;
            bottom: -70px;
        }

        .tarif .wras_flex50 .change_t .tab_tar .change_tab_content .flex_s .it {
            max-width: 100%;
            width: 100%;
        }

        .tarif .wras_flex50 .change_t::after {
            width: 1px;
            height: 305px;
            top: 92px;
        }

        .tarif .wras_flex50 .foul_t .flrx_svg .text_t {          
            margin-right: 44px;
        }


        .tarif .wras_flex50 .foul_t h3 {
            font-size: 30px;
            line-height: 44px;
            margin: 0 0 40px 55px;
        }

        .tarif .wras_flex50 .change_t h3 {
            font-size: 30px;
            line-height: 44px;
            margin: 0 0 40px 0px;
        }

        .server h2 {
            max-width: 600px;
            margin: 0 auto 50px;
        }
        .server .oblaka_wrap {
            height: auto;
        }
        .server .oblaka_wrap .block_white_calk {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-direction: column;
        }

        .server .oblaka_wrap .block_white_calk .left_wrap {
            width: 100%;
        }

        .server .oblaka_wrap .block_white_calk .right_wrap {
            width: 100%;
            max-width: 100%;
            border-top: 1px solid #c5c5c5;
            padding-top: 30px;
        }

        .bye_center .tabs_block .head_tabs .ul_pit span {
            font-size: 27px;
            padding-bottom: 8px;
        }

        .bye_center .tabs_block .contents_tabs .item_tab.active {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .bye_center .tabs_block .contents_tabs .item_tab .wrap_flex_left {
            width: 100%;
        }
        .bye_center .tabs_block .contents_tabs .item_tab .itemns {
            width: 100%;
            margin: 30px auto 0px;
        }
        .bye_center .tabs_block .contents_tabs .item_tab .wrap_flex_right {
            width: 100%;
        }
        footer {
            background: #1C62C9;
            height: auto;
           padding: 30px 0 30px;
        }
        footer .fott_tr .rigt_o {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            flex-direction: column;
        }

        footer .fott_tr .left_o {
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            flex-direction: column;
        }

        footer .copyr {
            margin: 12px 0 0 0;
        }
        footer .fott_tr .rigt_o .support a {
            margin: 20px 0 0 0;
        }

        footer .fott_tr .rigt_o .login a {
            display: flex;
            align-items: center;
            margin-top: 20px;
        }

        .data .dbl_block .left_con h2 {
            font-size: 28px;
            margin: 0 0 30px 0;
            line-height: 32px;
        }

        .data .dbl_block .left_con p {
            font-size: 25px;
            line-height: 31px;
        }

        .data .dbl_block .left_con img {
            max-width: 176px;
            top: 83px;
        }

        .data .pole_reson .blue {
            height: 365px;
            border-radius: 25px 0px 0px 25px;
        }

        .data .dbl_block .left_con span {
            max-width: 295px;
            font-size: 18px;
            line-height: 22px;
        }

        .premium .absolut_wrap .left_cont .item {
            width: 50%;
            margin-bottom: 50px;
            padding-right: 20px;
        }

        .premium .absolut_wrap .left_cont .item span {
            font-size: 16px;
            line-height: 21px;
        }





        header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change {
            width: 680px;
        }





        header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item .cost_block .texteh br{
            display: none;
        }


        header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item .cost_block .texteh {
            font-size: 13px;
            line-height: 20px;
        }

        header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item:nth-child(1) {
            width: 170px;
        }

        header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item:nth-child(2) {
            width: 170px;
        }

        header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item:nth-child(3) {
            width: 170px;
        }
        header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item:nth-child(3) .cost_block {
            width: 206px;
        }

        header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item2 {
            width: 180px;
            height: 90px;
        }
        header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item .cost_block {
            margin-right: 20px;
            width: 160px;
        }
        header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item2 .div_left .buy {
            width: 133px;
            height: 40px;
            font-size: 13px;
            top: 21px;
            position: relative;
        }

        .next {
            max-width: 18px;
            position: absolute;
            right: -28px;
            top: 34%;
            cursor: pointer;
        }

        .prev {
            max-width: 18px;
            position: absolute;
            left: -28px;
            top: 34%;
            cursor: pointer;
        }

        header .carusel_main .slick_main .item .in_item .right_resourse .wrao_img .onimate img.gerdfs {
            width: 212px;
            margin-top: 18px;
            margin-left: -45px;
        }







        header .carusel_main .grt.k1 {
            top: -31px;
            right: 243px;
            width: 59px;
        }



        header .carusel_main .grt.k2 {
            right: -21px;
            top: -34px;
            width: 78px;
        }
        header .carusel_main .grt.k3 {
            right: 208px;
            bottom: -49px;
            width: 71px;
        }
        header .carusel_main .grt.k4 {
            right: -9px;
            bottom: -108px;
            width: 89px;
            z-index: 4;
        }
        .mini_line .wras_flex .put {
            font-size: 16px;
        }


        .mini_line .wras_flex {
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 75px;
        }




        .mini_line:before {
            width: 60px;
            height: 50px;
        }


        .tarif:before {
            width: 50px;
            height: 50px;
        }


        .tarif .wras_flex50 .foul_t .flrx_svg .text_t span {
            font-size: 18px;
            line-height: 22px;
        }


        nav .all_menu .menu ul li a {
            font-size: 14px;
        }
        nav .all_menu .menu ul li:nth-child(1) a {
            margin-right: 19px;
        }
        nav .all_menu .menu ul li:nth-child(2) a {
            margin-right: 14px;
        }


        nav .all_menu .menu ul li.hide_in {

        }

        nav .all_menu .menu ul li.hide_in a {
            display: flex;
            align-items: center;
        }


        nav .all_menu .menu ul li.hide_in a svg {
            width: 20px;
            margin-right: 5px;
        }


        nav .all_menu .menu ul li.hide_in a span{
            font-size: 14px;
        }
        .premium {
            padding: 60px 0 18px;
        }



        .premium .absolut_wrap .left_cont .item {
            width: 33%;
            margin-bottom: 30px;
            padding-right: 15px;
        }

        .premium .absolut_wrap .left_cont .item span {
            font-size: 12px;
            line-height: 16px;
        }

        .premium .absolut_wrap .left_cont .item p {
            font-size: 18px;
            line-height: 21px;
        }
        .premium .absolut_wrap .left_cont .item:nth-child(3) {
            margin-left: 0;
            width: 33%;
        }

        .premium .absolut_wrap .left_cont .item:nth-child(6) {
            margin-left: 0;
            width: 33%;
            margin-top: 14px;
        }


        .premium .absolut_wrap .right_cont img {
            max-width: 338px;
            bottom: 36px;
            left: 0px;
        }

        .data {
            position: relative;
            padding: 20px 0 0px;
            overflow: hidden;
        }

        .premium .absolut_wrap .left_cont .item span br{
          display: none;
        }








        .about_us .container {
            max-width: 730px;
        }

        .why_us .container {
            max-width: 730px;
        }

        .about_us .zaluzh .left h2 {
            font-size: 24px;
            line-height: 32px;
            margin: 8px 0 28px 0;
        }

        .about_us .zaluzh .left p {
            font-size: 16px;
            line-height: 132%;
        }
        .why_us .gloups .item .text_wrap span {
            font-size: 16px;
            line-height: 130%;
        }
        .about_us .zaluzh .right img {
            max-width: 265px;
            margin: -51px 34px 0 0;
        }

        .why_us .gloups .item .img_wrap img {
            max-width: 284px;
        }

        .why_us .gloups .item .text_wrap h3 {
            font-size: 18px;
            line-height: 19px;
            margin: 0 0 22px 0;
        }

        .head_name h1 {
            font-size: 30px;
            line-height: 40px;
            padding: 0 0 1px 0;
        }
        .head_name {
            margin-top: 140px;
        }

        .about_us {
            padding-bottom: 60px;
        }

        .why_us {
            padding: 60px 0 60px 0;
        }

        .why_us h2 {
            font-size: 31px;
            line-height: 35px;
            margin: 0 0 25px 0;
        }


        .why_us .gloups .item {
            padding: 35px 0 35px 0;
        }


    }




    .only-mob {
        display: none;
    }


    
    @media (max-width: 760px){
        .container{
            max-width: 100%;
        }
        .faq {
            margin-bottom: 40px;
        }
        .about_us .zaluzh .left p {
            font-size: 14px;
        }

        .why_us {
            padding: 40px 0 40px 0;
        }
        

        .why_us h2 {
            font-size: 26px;
        }

        .head_name h1 {
            font-size: 26px;
        }

        .container_modal .form_ger .wrap_zag .text p {
            font-size: 18px;
        }

        .only-mob {
            display: block;
        }

        .only-desc {
            display: none;
        }

        .data .dbl_block .left_con p {
            font-size: 20px;
            line-height: 24px;
        }

        .mini_line .wras_flex {
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: auto;
            flex-direction: column;
        }

        .mini_line .wras_flex .put {
            font-weight: 600;
            font-size: 20px;
            line-height: 24px;
            text-transform: uppercase;
            width: 100%;
            text-align: center;
            height: 53px;
            display: flex;
            align-items: center;
            justify-content: center;
        }


        .mini_line .wras_flex .put:nth-child(2) {
            border-left: 0;
            border-right: 0;
            padding: 0px 0;
            position: relative;
        }
        .mini_line .wras_flex .put:nth-child(2)::before {
            content: "";
            position: absolute;
            top: 0;
            height: 1px;
            width: 120px;
            left: 50%;
            transform: translate(-50%, 0%);
            background: #3D3D3D;
        }
        .mini_line .wras_flex .put:nth-child(2)::after {
            content: "";
            position: absolute;
            bottom: 0;
            height: 1px;
            width: 120px;
            left: 50%;
            transform: translate(-50%, 0%);
            background: #3D3D3D;
        }


        header .carusel_main .slick_main .item .in_item .right_resourse {
            display: none;
        }

        .slider-1__buttons {
            margin-top: 100px;
        }

        header .carusel_main .slick_main .item .in_item .left_resourse .bambl_be span {
            font-size: 12px;
            text-align: center;
            max-width: 300px;
            margin-left: auto;
            margin-right: auto;
            color: rgba(0, 0, 0, 0.464);
        }
        header .carusel_main .slick_main .item .in_item .left_resourse {
            width: 100%;
        }
        header .carusel_main .slick_main .item .in_item .left_resourse h1 {
            margin-top: 40px;
            text-align: center;
            padding-left: 0px;
        }
        header .carusel_main .slick_main .item .in_item .left_resourse p {
            font-size: 16px;
            line-height: 22px;
            margin-bottom: 34px;
            text-align: center;
            padding: 0;
        }
        header .carusel_main .slick_main .item .in_item .left_resourse .wrap_50 {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            flex-direction: column;
        }

        header .carusel_main .slick_main .item .in_item .left_resourse .wrap_50 .div_left .buy {
            font-size: 14px;
            width: 100%;
            height: 45px;
            max-width: 320px;
            margin: 0 auto 20px;
            padding: 0;
        }
        .data .dbl_block .left_con span {
            max-width: 100%;
            margin-top: 30px;
            font-size: 16px;
        }
        header .carusel_main .slick_main .item .in_item .left_resourse .wrap_50 .div_right .buy {
            font-size: 14px;
            width: 100%;
            height: 45px;
            max-width: 320px;
            margin: 0 auto 20px;
        }
        .server h2 {
            max-width: 420px;
            margin: 0 auto 50px;
        }

        header .carusel_main .slick_main .item .in_item .left_resourse .wrap_50 .div_left{
            width: 100%;
        }

        header .carusel_main .slick_main .item .in_item .left_resourse .wrap_50 .div_right{
            width: 100%;
        }

        header .carusel_main .grt {
            position: absolute;
            display: none;
        }

        .tarif .wras_flex50 {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-direction: column;
        }


        .tarif .wras_flex50 .foul_t {
            width: 100%;
        }

        .tarif .wras_flex50 .foul_t h3 {
            font-size: 24px;
            line-height: 34px;
            margin: 0 auto 25px;
            text-align: center;
        }

        .tarif .wras_flex50 .foul_t .flrx_svg .text_t span {
            font-size: 14px;
            line-height: 18px;
        }

        .tarif .wras_flex50 .foul_t .flrx_svg {
            margin-left: 0;
        }

        .tarif .wras_flex50 .foul_t .flrx_svg .svg_f svg {
            width: 30px;
        }

        .tarif h2 {
            margin-bottom: 30px;
        }

        .tarif .wras_flex50 .change_t h3 {
            font-size: 24px;
            line-height: 34px;
            text-align: center;
            margin-bottom: 25px;
        }

        .tarif .wras_flex50 .change_t .tab_tar .change_tab_content .flex_s .it .ram {
            font-size: 16px;
            line-height: 20px;
        }

        .tarif .wras_flex50 .change_t .tab_tar .change_tab_content .flex_s .it .gn {
            font-size: 16px;
            line-height: 20px;
        }

        .tarif .wras_flex50 .foul_t .flrx_svg .text_t {
            margin-right: 0px;
        }


        .tarif .wras_flex50 .change_t {
            width: 100%;
            padding: 21px 0 0 0px;
            position: relative;
            border-top: 1px solid #fff;
        }

        .tarif .wras_flex50 .change_t::after{
            display: none;
        }

        .server .absolut_wrap .air.air1 {
            width: 244px;
            top: -96px;
            left: -86px;
        }

        .server {
            padding-top: 30px;
            padding-bottom: 50px;
        }

        .server h2 {
            margin-bottom: 30px;
            position: relative;
            z-index: 3;
        }


        .server .oblaka_wrap .block_white_calk .left_wrap .name span {
            font-size: 18px;
        }

        .server .oblaka_wrap .block_white_calk .left_wrap .wrap_slider .ui-slider {
            height: 4px;
        }

        .server .oblaka_wrap .block_white_calk .left_wrap .wrap_slider .ui-slider .ui-state-default {
            top: -8px;
        }

        .server .oblaka_wrap {
            margin-top: 30px;
        }





        .next {
            right: -3px;
            top: 14%;
        }

        .prev {
            left: -3px;
            top: 14%;
        }

        h2 {
            font-size: 24px;
            line-height: 32px;
        }

        .server .oblaka_wrap {
            padding: 20px 20px;
        }

        .server .oblaka_wrap .block_white_calk .left_wrap .iterem {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 30px;
            flex-direction: column;
        }

        .server .oblaka_wrap .block_white_calk .left_wrap .iterem {
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            margin-bottom: 20px;
            flex-direction: column;
            border-bottom: 1px solid #c7c7c7;
            padding: 0 0 20px 0;
        }

        .server .oblaka_wrap .block_white_calk .right_wrap .top_rep {
            margin-bottom: 15px;
        }

        .server .oblaka_wrap .block_white_calk .right_wrap .contexcr .it .ram {
            font-size: 16px;
            line-height: 20px;
        }

        .server .oblaka_wrap .block_white_calk .right_wrap .contexcr .it .gn {
            font-size: 16px;
            line-height: 20px;
        }

        .server .oblaka_wrap .block_white_calk .right_wrap .contexcr .it .gn input {
            font-size: 16px;
            line-height: 20px;
        }

        .server .oblaka_wrap .block_white_calk .right_wrap .contexcr .it {
            margin-bottom: 14px;
        }
        

        .server .oblaka_wrap .block_white_calk .left_wrap .name {
            width: 100%;
            margin-bottom: 20px;
        }

        .server .oblaka_wrap .block_white_calk .left_wrap .wrap_slider {
            width: 100%;
            margin-bottom: 43px;
        }
        .server .oblaka_wrap .block_white_calk .left_wrap .parametr {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }


        .server .oblaka_wrap .block_white_calk .left_wrap .parametr .lipt .numb input {
            font-size: 18px;
        }

        .server .oblaka_wrap .block_white_calk .left_wrap .parametr .lipt .text {
            font-size: 16px;
        }

        .server .oblaka_wrap .block_white_calk .left_wrap .parametr .lipt .numb input {
            font-size: 16px;
        }

        .server .oblaka_wrap .block_white_calk .left_wrap .parametr .lipt {
            width: 155px;
        }

        .server .oblaka_wrap .block_white_calk .right_wrap {
            width: 100%;
            max-width: 100%;
            border-top: 0;
            padding-top: 0px;
        }

        .server .oblaka_wrap .block_white_calk .right_wrap .pay {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 0;
            flex-direction: column;
        }

        
        .server .oblaka_wrap .block_white_calk .right_wrap .pay .total p {
            font-size: 16px;
        }

        .server .oblaka_wrap .block_white_calk .right_wrap .pay .total p span {
            font-size: 16px;
        }


        .server .oblaka_wrap .block_white_calk .right_wrap .pay a {
            width: 220px;
            height: 46px;
            font-size: 20px;
            line-height: 20px;
        }

        header {
            background-color: #F5F5F5;
            padding-top: 70px;
            padding-bottom: 60px;
        }


        .slick-dotted.slick-slider {
            margin-bottom: 0px;
        }

        .slick-dots {
            bottom: -30px;
        }

        .tarif {
            padding: 40px 0 0px;
            padding-top: 60px;
        }

        .premium {
            padding: 50px 0 0px;
        }


        .premium h2 {
            text-align: center;
        }



        .premium .absolut_wrap .left_cont .item {
            width: 100%;
            margin-bottom: 38px;
            padding-right: 0px;
            text-align: center;
        }

        .premium .absolut_wrap .left_cont {
            width: 100%;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            flex-wrap: nowrap;
            flex-direction: column;
        }

        .premium .absolut_wrap {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-direction: column;
        }

        .premium .absolut_wrap .right_cont {
            width: 100%;
        }

        .premium .absolut_wrap .right_cont img {
            max-width: 241px;
            position: relative;
            bottom: 0;
            display: block;
            margin: 0 auto;
        }


        .data .pole_reson {
            display: none;
        }

        /* .data .pole_reson .blue {
            height: 519px;
            width: 50%;
            background: #3384FA;
            border-radius: 25px 0px 0px 25px;
        }
 */

 .data .dbl_block {  
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}


.data .dbl_block .left_con {
    width: 100%;
}
.data .dbl_block .right_cont {
    width: 100%;
}


.data .dbl_block .left_con h2 {
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
}

.data .dbl_block .left_con img {
    max-width: 176px;
    top: 83px;
    display: none;
}




        .data .dbl_block .right_cont img {
            padding: 0;
            z-index: 2;
            left: 0;
            top: 0;
        }
.tarif .wras_flex50 .change_t .tab_tar .change_tab_content .flex_byu .dssd {
    font-size: 24px;
    line-height: 30px;
}

.data .dbl_block .right_cont {
    width: 100%;
    background: #3384FA;
    border-radius: 25px;
    margin: 22px 0 0 0;
    padding: 10px;
    display: none;
}
.data {
    position: relative;
    padding: 50px 0 0px;
    padding-top: 30px;
}

.bye_center .tabs_block .head_tabs .ul_pit span {
    font-size: 16px;
    padding-bottom: 8px;
    line-height: 1.2;
}

.bye_center .tabs_block .head_tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

.bye_center .tabs_block .contents_tabs .item_tab .itemns .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.bye_center .tabs_block .contents_tabs .item_tab .wrap_flex_right .fort_img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0 0;
}

.bye_center {
    padding: 40px 0 50px;
}

footer .fott_tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

footer .fott_tr .left_o {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
footer .copyr span {
    font-size: 16px;
    line-height: 24px;
    display: block;
    text-align: center;
}

footer .copyr span {
    font-size: 16px;
}

footer .fott_tr .rigt_o .support a {
    margin: 30px 0 0 0;
}


        .bye_center .tabs_block .contents_tabs .item_tab .wrap_flex_right .fort_img img {
            max-width: 490px;
            position: relative;
            left: 0;
        }


.bye_center .tabs_block .contents_tabs .item_tab {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
        .bye_center .tabs_block .head_tabs .ul_pit span.leffff2 {
            position: relative;
            left: 0;
        }

        .bye_center .tabs_block .head_tabs .ul_pit span.leffff1 {
            left: 0;
            position: relative;
        }
        .premium .absolut_wrap .left_cont .item span {
            font-size: 16px;
            line-height: 20px;
        }
        .premium .absolut_wrap .left_cont .item:nth-child(3) {
            margin-left: 0;
            width: 100%;
            max-width: 340px;
        }

        .premium .absolut_wrap .left_cont .item:nth-child(6) {
            margin-left: 0;
            width: 100%;
            margin-top: 14px;
        }

nav .btn_menu {
    display: block;
    margin-left: 10px;
}


nav .btn_menu button {

}

nav .btn_menu button {
    border: 0;
    background: transparent;
    padding: 7px 6px;
    position: relative;
}
nav .btn_menu button span {
    width: 20px;
    height: 2px;
    background: #456;
    display: block;
    margin: 5px 0;
}



nav .btn_menu button.close_menu span:nth-child(1){
    transform: rotate(45deg);
    position: relative;
    top: 5px;
    left: 0;
}

nav .btn_menu button.close_menu span:nth-child(2){
    transform: rotate(-45deg);
    position: relative;
    top: -2px;
    left: 0;
}

nav .btn_menu button.close_menu span:nth-child(3){
    opacity: 0;
}








nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background-color: #fff;
    padding: 11px 0;
    box-shadow: 0 0 6px #00000047;
}
nav .all_menu{
    position: relative;
}



nav .all_menu .menu {
    display: none;
    position: absolute;
    top: 50px;
    background: #3384fa;
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding: 30px 0 30px;
    border-bottom: 3px solid #fff;
}

nav .all_menu .menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

nav .all_menu .menu ul li a {
    font-size: 20px;
    margin: 0;
    padding: 12px 0;
    display: block;
    color: #fff;
}
nav .all_menu .right_btn .support a {
    margin-left: 0px;
    width: 144px;
    top: 0;
}

nav .all_menu .menu ul li a.get_this {
    display: flex;
    align-items: center;
    justify-content: center;
}

nav .all_menu .menu ul li a.get_this svg{

}

nav .all_menu .menu ul li a.get_this svg path{
    fill: #fff;
}

nav .all_menu .menu ul li a.get_this span {
    font-size: 22px;
    color: #fff;
    margin-left: 10px;
}

.shadow .modal_center .fon1 {
    display: none;
}

.shadow .modal_center .fon2 {
    display: none;
}

.shadow .modal_center {
    border-radius: 20px;
    padding: 20px 15px;
    width: 100%;
}


.container_modal h3 {
    margin: 18px 0 0 0;;
}

.container_modal .form_ger .wrap_zag .text {
    width: calc(100% - 40px);
}

.container_modal .group_btn1 {
    padding-left: 0;
}

.container_modal .group_btn1 .flex_btn {
    width: 100%;
    max-width: 320px;
}

.container_modal .group_btn {
    padding-left: 0;
}

.container_modal .form_ger .wrap_zag .text span {
    font-size: 12px;
    line-height: 16px;
    display: block;
}

nav .all_menu .menu ul li a {
    margin-right: 0!important;
}



        footer .list_como {
            margin: 20px 0 0 0;
            text-align: center;
        }
        footer .list_como p {
            margin-bottom: 10px;
        }
        footer .list_como a {
            display: inline-block;
            margin-bottom: 8px;
        }
        footer .fott_tr .rigt_o .login a {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        footer .fott_tr .rigt_o .support a {
            margin: 20px 0 0 0;
        }

        footer .fott_tr .rigt_o .support a.bts {
            margin-left: 0;
        }


        header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change {
            width: 100%;
            flex-direction: column;
        }

        header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item {
            width: 100%!important;
            margin-bottom: 30px;
        }

        header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item .cost_block {
            display: flex;
            align-items: center;
        }

        header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item .cost_block .item_cifr {
            margin-bottom: 0;
            margin-right: 10px;
        }

        header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item .cost_block {
            width: 100%;
            max-width: 300px;
        }

        header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item2 {
            width: 100%;
            height: 25px;
        }

        header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item2 .div_left {
            position: relative;
            right: 0;
            bottom: 0;
            text-align: center;
        }


        header .carusel_main .slick_main .item .in_item .left_resourse .wrap_change .op_item2 .div_left .buy {
            width: 240px;
            height: 50px;
            font-size: 16px;
            margin: 0 auto;
            top: 0;
        }

        .prev,.next {
            z-index: 3;
        }


        header .carusel_main .slick_main .item .in_item {
            flex-direction: column;
        }

        .qusion2 .white_quesr .bl_op {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            flex-direction: column;
        }

        .head_name {
            margin-top: 110px;
            padding-bottom: 25px;
        }

        .faq h2 {
            font-size: 24px;
            line-height: 37px;
            margin: 0 0 10px 0;
        }

        .faq .acordion .item .head_acard {
            padding: 15px 40px 15px 0;
        }
        .faq .acordion .item .head_acard p {
            font-size: 16px;
            line-height: 22px;
        }

        .faq .acordion .item .content_acard .puul_senter p {
            font-size: 14px;
            line-height: 20px;
        }

        .faq .acordion .item .head_acard p br {
            display: none;
        }
        .qusion2 .white_quesr {
            border-radius: 15px;
            padding: 20px 20px;
            margin-bottom: 50px;
        }

        .qusion2 .white_quesr .bl_op .right a {
            font-size: 16px;
            line-height: 29px;
            width: 100%;
            height: 50px;
            max-width: 240px;
            margin-top: 20px;
        }
        .qusion2 .white_quesr .bl_op .right {
            display: flex;
            justify-content: center;
        }
        .qusion2 .white_quesr .bl_op .right {
            padding-left: 0;
            width: 100%;
        }
        .qusion2 .white_quesr .bl_op .left p {
            font-size: 16px;
            line-height: 20px;
            margin: 18px 0 9px 0;
        }
        .qusion2 .white_quesr .bl_op .left p br{display: none}

        .qusion2 .white_quesr h2 {
            font-size: 24px;
            line-height: 33px;
        }

        .about_us .zaluzh {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            flex-direction: column;
        }

        .about_us .zaluzh .left {
            width: 100%;
        }

        .about_us .zaluzh .left h2 {
            font-size: 20px;
            line-height: 28px;
            margin: 8px 0 20px 0;
        }

        .about_us .zaluzh .right {
            width: 100%;
            display: flex;
            align-items: flex-start;
            justify-content: center;
            margin-top: 20px;
        }
        .about_us .zaluzh .right img {
            max-width: 239px;
            margin: 0;
        }

        .why_us .gloups .item.rewert .text_wrap {
            order: 0;
        }
        .why_us .gloups .item.rewert .img_wrap {
            order: 1;
        }

        .why_us .gloups .item .text_wrap {
            width: 100%;
            margin-bottom: 26px;
        }

        .why_us .gloups .item .img_wrap {
            width: 100%;
            display: flex;
            align-items: flex-start;
            justify-content: center;
        }

        .why_us .gloups .item {
            display: flex;

            margin: 30px 0 40px 0;
            align-items: flex-start;
            flex-direction: column;
            padding: 0;
        }
        .why_us .gloups .item .text_wrap h3 {
            margin-bottom: 15px;
        }
        .why_us .gloups .item .text_wrap span {
            font-size: 14px;
            line-height: 150%;
        }
        .why_us .gloups .item:nth-child(1) .img_wrap img {
            position: relative;
            left: 0;
            top: 0;
            margin: 0 auto;
        }

        .why_us .gloups .item:nth-child(2) .img_wrap img {
            position: relative;
            left: 0;
            top: 0;
            margin: 0 auto;
        }

        .why_us .gloups .item:nth-child(3) .img_wrap img {
            position: relative;
            left: 0;
            top: 0;
            margin: 0 auto;
        }

        .why_us .gloups .item:nth-child(2) .text_wrap {
            padding-left: 0;
            padding-top: 0;
        }






















































































































    }
        

















    .refBackdrop {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        display: none;
        background: rgba(0, 0, 0, 0.621);
        z-index: 10000;
    }
    
    .refBackdrop.active {
        display: block;
    }


    .refModal {
        width: 819px;
        max-height: 90vh;
        overflow: auto;
        position: fixed;
        left: -500%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        background: #FFFFFF;
        border-radius: 20px;
        z-index: 1000000;
        opacity: 0;
        padding: 10px 64px 60px 65px;
        transition: .3s opacity;
      }

      .refModal.active {
        left: 50%;
          opacity: 1;
      }
      
      .refModal__close {
        background: transparent;
        padding: 0;
        margin: 0;
        border: none;
        position: absolute;
        top: 15px;
        right: 15px;
        cursor: pointer;
        z-index: 3;
        transition: .3s all;
      }
      
      .refModal__title {
        font-weight: 500;
        font-size: 24px;
        line-height: 29px;
        color: #000000;
        margin-bottom: 20px;
        margin-top: 30px;
      }
      
      .refModal__txt {
        font-weight: 500;
        font-size: 16px;
        line-height: 140%;
        color: #000000;
        margin-bottom: 22.4px;
      }
      
      .refModal__subtitle {
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        color: #2A73DE;
        margin-bottom: 9px;
      }
      
      .refModal__row {
        display: flex;
        flex-wrap: wrap;
        margin-right: -25px;
        margin-left: -25px;
      }

      .refModal__item__count {
        width: 53px;
        height: 53px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 500;
        font-size: 24px;
        line-height: 29px;
        color: #3D3D3D;
      }

      .refModal__item__txt {
        margin-top: 20px;
        margin-bottom: 0;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #000000;
        max-width: 317px;
      }

      .refModal__item_sm {
        width: 30%;
      }

      .refModal__item_lg {
        width: 60.666%;
      }
      
      .refModal__item {
        width: 35%;
        margin-top: 31px;
        padding-left: 25px;
        padding-right: 25px;
      }

/*ANIMATION*/
      @keyframes inputError {
        0% {
            border: 1px solid red;
            box-shadow: 0px 0px 0px red;
        }
        50% {
            border: 1px solid red;
            box-shadow: 0px 0px 10px red;
        }
        100% {
            border: 1px solid red;
            box-shadow: 0px 0px 0px red;
        }
      }
/*ANIMATION*/
      
.numeric-property {
    display: flex;
    flex-direction: row;
    gap: 5px;
    border: 1px solid #2a73de;
    border-radius: 8px;
    padding: 4px 12px 4px 12px;
    align-items: center;

    appearance: none;
    background-image: url("../img/arrow.svg");
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
  }

  div.selectboxss {
    width: 9.5em;
    position: relative;
    height: 43px;
    border: 1px solid #2a73de;
    border-radius: 10px;
    color: #333;
    cursor: pointer;
    overflow: hidden;
    background: white;
  }

@media(max-width: 1270px) {
    div.selectboxss {
        width: 8.4em;
    }
}

@media(min-width: 1270px) and (max-width: 1450px) {
    div.selectboxss {
        width: 9em;
    }
}

  .selectboxssvalue > span {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-right: 3px;
  }
  div.selectboxss .selectboxssvalue {
    padding: 10px 31px 0px 8px;
    cursor: pointer;
    transition: 0.2s;
    height: 43px;
    margin: 0px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  div.selectboxss img.arrowselect {
    position: absolute;
    right: 8px;
    top: 17px;
    width: 16px;
  }
  ::-webkit-scrollbar {
    background: transparent;
    width: 0.5em;
    position: absolute;
  }
  ::-webkit-scrollbar-track {
    background: transparent;
    position: absolute;

  }
  ::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: #888;
  }
  ul.selectboxssmenu {
    background: #fff;
    transition: 0.3s;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden !important;
    position: absolute;
    margin-top: 0px;
    display: block;
    padding: 0px;
    margin: 0px;
  }
  ul.selectboxssmenu > li {
    display: block;
    padding: 10px;
    border-radius: 0px;
    cursor: pointer;

    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
  }
  ul.selectboxssmenu > li.selectoption {
    color: gray;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  ul.selectboxssmenu > li.selectoption:hover {
    color: #333;
    background: #e1e1e1;
    transition: 0.2s;
  }
  .selectboxss li .flag-ru,
  .selectboxss li .flag-de,
  .selectboxss li .flag-fn {
    display: inline-block;
    background: url(../img/flags-small.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    width: 18px;
    height: 12px;
  }
  .selectboxss .flag-ru {
    background-position: -0px -72px !important;
  }
  .selectboxss .flag-de {
    background-position: -54px -12px !important;
  }
  .selectboxss .flag-fn {
    background-position: -72px -24px !important;
  }

  .flags {
    width: 25px;
    margin-right: 15px;
  }

  .selectboxssvalue .flags {
    margin-right: 0;
  }

  .flags--margin {
    position: relative;
  }

  .closWindow {
    height: 43px;
  }


/*ADAPTATION*/
      @media(max-width: 991px) {
        .refModal {
          width: 90vw;
          padding: 10px 20px 30px 20px;
        }
        .refModal__title {
          font-size: 18px;
          line-height: 25px;
        }
        .refModal__txt {
          font-size: 14px;
        }
        .refModal__subtitle {
          font-size: 16px;
        }
        .refModal__item__txt {
            font-size: 12px;
            margin-top: 10px;
        }
        .refModal__item {
        width: 50% !important;
        }
      }
    
/*ADAPTATION*/

.iterem.eq-iterem_select {
    /* justify-content: flex-start !important; */
}

.eq-os__select.active .eq-os__select-selected { 
    border-radius: 10px 10px 0 0 ;
    border-bottom: 1px solid transparent;
}
.eq-os__select.active .eq-os__select-list {
    display: block;
 }
.eq-os__select input {
    display: none;
}
.eq-os__select {
    position: relative;
    width: 81%;
    margin: 0 54px 0 30px;
}
.eq-os__select-selected svg {
    width: 20px;
    height: 22px;
    margin: 0 0 0 24px;
}
.eq-os__select-selected {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;

    background: #FFFFFF;
    border: 1px solid #2A73DE;
    border-radius: 10px;

    padding:  10px;
}
.eq-os__select-selected span {
    display: flex;

    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #3D3D3D;
}
.eq-os__select-selected img {
    position: absolute;
    width: 16px;
    right: 10px;
}
.eq-os__select-list {
    display: none;
    position: absolute;
    top: calc(100%);
    left: 0;
    width: 100%;
    padding:  10px 0 10px;
    background: #FFFFFF;
    border: 1px solid #2A73DE;
    border-top: none;
    border-radius: 0 0 10px 10px;
    max-height: 207px;
    overflow-y: scroll;
}
.eq-os__select-list__item svg { 
    width: 20px;
    height: 22px;
    margin: 0 0 0 24px;
}
.eq-os__select-list__item {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 10px;

    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #808080;

    transition: 0.2s;
}
.eq-os__select-list__item:hover {
    color: #333;
    background: #e1e1e1;
}
.eq-os__select-list__item:not(:first-child) {
   margin: 6px 0 0;
}

.paidServices input[type=checkbox] {
    --_bdw: calc(1em * (4/3) / 13.333333);
    appearance: none;
    aspect-ratio: 1;
    background: var(--_bg, Field);
    border: var(--_bdw) solid var(--_bdc, #2A73DE);
    border-radius: var(--_bdrs, .2em);
    box-sizing: border-box;
    font-size: 1em;
    margin: var(--_m, .1875em .1875em .1875em .25em);
    position: relative;
    width: 1em;
    vertical-align: middle;

    --_bga: Field;
    --_mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="3" stroke="%23000" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path d="M5 12l5 5l10 -10"/></svg>');
    &::after {
        background: var(--_bga, transparent);
        content: "";
        inset: 0;
        position: absolute;
        mask: var(--_mask) no-repeat center / contain;
        -webkit-mask: var(--_mask) no-repeat center / contain;
    }

    --_accent: #2A73DE;
    &:checked {
        --_bdc: transparent;
        --_bg: var(--_accent);
        --_bga: Field;
    }
}

.paidServices label {
    vertical-align: middle;
}

.ramka-flag {
    position: relative;
    z-index: 0;
    width: 28px;
    height: 20px;
    border-radius: 5px;
    padding: 3px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
}

    .ramka-flag::before {
        content: '';
        position: absolute;
        z-index: -2;
        left: -50%;
        top: -50%;
        width: 200%;
        height: 200%;
        background-color: #BFE2FF;
        background-repeat: no-repeat;
        background-size: 50% 50%, 50% 50%;
        background-position: 0 0, 100% 0, 100% 100%, 0 100%;
        background-image: linear-gradient(#BFE2FF, #BFE2FF), linear-gradient(#337AB7, #337AB7), linear-gradient(#BFE2FF, #BFE2FF), linear-gradient(#337AB7, #337AB7);
        animation: anim-ramka-flag 4s linear infinite;
    }

    .ramka-flag::after {
        content: '';
        position: absolute;
        z-index: -1;
        left: 2px;
        top: 2px;
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        background: white;
        border-radius: 5px;
    }

@keyframes anim-ramka-flag {
    100% {
        transform: rotate(1turn);
    }
}

@keyframes anim-clouds {
    0%, 100% {
        transform: translateY(0);
    }

    10%, 30%, 50%, 70% {
        transform: translateY(-8px);
    }

    20%, 40%, 60% {
        transform: translateY(8px);
    }

    80% {
        transform: translateY(6.4px);
    }

    90% {
        transform: translateY(-6.4px);
    }
}

.system-info {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    max-width: 700px;
    margin: 5px auto;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #f8f9fa;
    padding: 4px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.label {
    font-weight: 600;
    color: #333;
    font-size: 10px;
}

.value {
    color: #666;
    font-size: 12px;
}

@media (max-width: 768px) {
    .info-item {
        flex-direction: column;
        align-items: flex-start;
    }
}