/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}
/* */
:root{
 --lp_wrap_scrin_title-1950:  54px;
 --lp_wrap_scrin_subtitle-1950:  48px;
--lp_wrap_scrin_title-h1:  52px; 

}



@font-face {
font-family: "Exo2-Black";
src: url("../fonts/Exo2-Black.otf") format("opentype");
}

@font-face {
font-family: "trebuchetms";
src: url("../fonts/trebuchetms.ttf") format("opentype");
}
@font-face {
    font-family: "aavantebs";
    src: url("../fonts/aavantebs.ttf") format("opentype");
}


.modfont {
text-transform: lowercase;

}
.modfont span {
text-transform: lowercase;
}

body {

font-family: "aavantebs";

}

a {
text-decoration: none;
}
a:hover {
text-decoration:underline;
}

.hed {
   font-family: aavantebs;
height: 200px;
background-color: #0D0C17;
position: relative;
display: flex;
align-items:center;
width:100%;
}

.hed_logo {
margin-top: 34px;
margin-left: 46px;
margin-right: 34px;
width: 180px;
}
.hed_logo  img{
width: 100%;
object-fit: cover;

}

.hed_text {
    text-transform: uppercase;
margin-top: 46px;
color: #fff;
font-size: 26px;
line-height: 120%;
font-weight: bold;
}
.hed_contact {

  color: #fff;
}
.hed_contact_tel{
    font-weight: bold;
}
.hed_contact {
  margin-top: 34px;
  margin-left: auto;
  margin-right: 43px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: right;
 align-items: flex-end;
}
.hed_contact_row {
font-size: 22px;
display: flex;

align-items: center;
}
.hed_contact_row a{
color: #fff;
}

.hed_contact_row_icon {
width: 27px;
margin-right: 20px;
margin-top: 5px;
}
.hed_contact_row_icon img {
width: 100%;
}



/*2*/
.top_menu {
  background-color: #0D0C17;
  display: flex;
  justify-content: end;
  z-index: 9;
}
.top_menu_row {
  margin-right: 34px;


}
.top_menu_style {
display: flex;


}
.top_menu_style  li {
  list-style: none;
font-size: 20px;
margin-left: 24px;

}
.top_menu_style a {
    font-family: "aavantebs";
    font-weight: bold;
  color: #fff;
  text-transform: uppercase;
padding: 10px;

}
.top_menu_style a:hover {
background-color:#12A3D4;
text-decoration: none;
   border-radius: 40px;


}
.top_menu_style_activ {}
li.top_menu_style_activ a {
    background-color: #12A3D4;
    text-decoration: none;
    border-radius: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

li.current-menu-item > a {
  background-color:#12A3D4;
text-decoration: none; 
border-radius: 40px;
}



/*3*/
.lp_wrap {

background-color: #0D0C17;
color: #fff;
display: flex;
position: relative;
background-size: cover;
background-repeat: no-repeat;
}



.lp_wrap_center {

  width: 1400px;  
margin: 0 auto;
display: flex;
}

.leftbg {




}
.lp_wrap_top_row {
width: 50%;
position: relative;
}

.lp_wrap_top_title {
width: 475px;
font-size: 66px;
line-height: 130%;
text-transform: uppercase;
margin-top: 200px;
letter-spacing:1px ;
 font-family: Exo2-Black;

}


.lp_wrap_top_title span { 
  font-size: 41px;
  color: #008AB5;
  display: block;
   }





.topbtn {
margin-top: 82px;
margin-bottom: 200px;

}


a.topbtn_link  {
    letter-spacing: 3px;
  padding: 15px;  
    display:block;
    justify-content: center;
    align-self: center;
    align-items: center;
text-decoration: none;
font-weight: bold;
color: #fff;
text-align: center;
font-size: 35px;
width: 435px;
text-transform: uppercase;
background: url(../img/btn-bg.png) no-repeat center/contain;
	background-size: cover;
	border: solid 1px #fff;
border-radius: 65px;
position: relative;
overflow: hidden;

}

a.topbtn_link::before {
    content: '';
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5));
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.5)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5));
    height: calc(100% + 16px);
    width: 48px;
    position: absolute;
    z-index: 1;
    top: -8px;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
    -webkit-animation: btn-anim 4.5s ease infinite;
    animation: btn-anim 4.5s ease infinite;
    border-radius: 28px;
}

a.topbtn_link:hover {
   animation: glowing 1s ease;
}

@keyframes glowing {
0% {  box-shadow: 0 0 10 rgb(94 87 159 / 70%); }
50% {  box-shadow: 0 0 25 rgb(94 87 159 / 40%); }
100% { box-shadow: 0 0 70px rgb(94 87 159 / 10%); }
}



/* Animation */

@-webkit-keyframes button-pulse {
  0% {
    -webkit-box-shadow: 0 0 8px 6px #00AFEF, 0 0 12px 14px #00AFEF;
    box-shadow: 0 0 8px 6px #00AFEF, 0 0 12px 14px #00AFEF;
  }

  to {
    -webkit-box-shadow: 0 0 8px 6px rgba(255, 165, 0, 0), 0 0 2px 35px rgba(255, 165, 0, 0);
    box-shadow: 0 0 8px 6px rgba(255, 165, 0, 0), 0 0 2px 35px rgba(255, 165, 0, 0);
  }
}

@keyframes button-pulse {
  0% {
    -webkit-box-shadow: 0 0 8px 6px #00AFEF, 0 0 12px 14px #00AFEF;
    box-shadow: 0 0 8px 6px #00AFEF, 0 0 12px 14px #00AFEF;
  }

  to {
    -webkit-box-shadow: 0 0 8px 6px rgba(255, 165, 0, 0), 0 0 2px 35px rgba(255, 165, 0, 0);
    box-shadow: 0 0 8px 6px rgba(255, 165, 0, 0), 0 0 2px 35px rgba(255, 165, 0, 0);
  }
}

@-webkit-keyframes btn-anim {
  0%, 55% {
    left: -100%;
  }

  to {
    left: 130%;
  }
}

@keyframes btn-anim {
  0%, 55% {
    left: -100%;
  }

  to {
    left: 130%;
  }
}

/* // Animation */



.topbtn_link span {
    font-size: 55px;
    letter-spacing: 3px;
    padding: 15px;
    display: block;
}

.lp_wrap_top_subtitle {
   font-family: Exo2-Black;
  text-align: right;
  position: relative;
margin-top: 500px;
padding-left: 10%;
padding-top: 35px;
padding-bottom: 35px;
padding-right: 80px;
margin-left: -80px;
font-size: 41px;
z-index: 1;
background-image: url("../img/bg_subtitle.png");
background-repeat: no-repeat;
background-size: auto;
text-transform: uppercase;

}


.lp_wrap_top_subtitle_line {
width: 50%;
margin-left: auto;
border-bottom: 2px solid #fff;
margin-top: 20px;


}


/*4*/

.lp_wrap_2scrin {

background-color: #0D0C17;
padding-bottom: 135px;

}
.lp_wrap_2scrin_center {

width: 1056px;
margin: 0 auto;
padding-top: 100px;

}
.lp_wrap_2scrin_title {

width: 70%;
margin: 0 auto;
margin-bottom: 50px;
}
.lp_wrap_2scrin_title h2 {

text-transform: uppercase;
line-height: 150%;
  text-align: center;
color: #fff;
font-size: var(--lp_wrap_scrin_title-1950, 26px);
margin: 0px;
 padding: 0px;
}


.lp_wrap_2scrin_title span {

  color:#12A3D4; ;
}
.lp_wrap_2scrin_row {

display: flex;
justify-content: center;

}


/*5*/

.lp_wrap_3scrin{

background-color: #0D0C17;
padding-bottom: 135px;  
position: relative;
top: -8px;

z-index: 5;
margin-bottom: -8px;


}
.lp_wrap_3scrin_center{

width: 1251px;
margin: 0 auto;
padding-top: 100px;


}
.lp_wrap_3scrin_title{

margin-bottom: 100px;
}
.lp_wrap_3scrin_title h2 {

text-transform: uppercase;
line-height: 140%;
  text-align: center;
color: #fff;
font-size: var( --lp_wrap_scrin_title-1950,  26px);
margin: 0px;
 padding: 0px;

}
.lp_wrap_3scrin_title_line {
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
    background-image: url(../img/line_sc4.png);
    background-repeat: no-repeat;
    background-size:cover;
    height: 3px;
}
.lp_wrap_3scrin_row {

display: flex;
justify-content: space-between;
}

.lp_wrap_3scrin_box{}
.lp_wrap_3scrin_box_icon{
  text-align: center;

}
.lp_wrap_3scrin_box_text{
margin-top: 48px;
color: #fff;
font-size: 31px;  
font-weight: bold;
}

.lp_wrap_3scrin_row_contact{
margin-top: 138px;
  display: flex;
  justify-content: space-between;
}
.lp_wrap_3scrin_row_contact_box{
width: 50%;
  
  margin: 0px;
}
.lp_wrap_3scrin_row_contact_box_title{
text-align: center;
color: #fff;
font-size: 24px;  
margin-bottom: 43px;
text-transform: uppercase;
font-weight: bold;
}

.lp_wrap_3scrin_contact_icon_row {
  display: flex;
  justify-content:center;
  gap: 35px;

}



.lp_wrap_3scrin_contact_icon{

background-color: #fff;
border-radius: 15px;
padding: 20px 20px 8px 20px;
position: relative;
}

.lp_wrap_3scrin_contact_icon:hover {
  -webkit-animation: swing 0.3s ease;
  animation: swing 0.3s ease;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
}



@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(9px);
    transform: translateX(9px);
  }
  30% {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px);
  }
  40% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  65% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes swing {
  15% {
    -webkit-transform: translateX(9px);
    transform: translateX(9px);
  }
  30% {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px);
  }
  40% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  65% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}




.lp_wrap_3scrin_contact_icon_ring_top { 
  position: absolute; 
  top: -20px;
  right: -25px;

}
.lp_wrap_3scrin_contact_icon_ring_top img {width: 100%;}
.lp_wrap_3scrin_contact_icon_ring_boot {
transform: rotate(180deg);
  position: absolute; 
  left: -25px;
  bottom: -25px;

}
.lp_wrap_3scrin_contact_icon_ring_boot img { width: 100%; }

/*6*/
.lp_wrap_4scrin{

background-image: url("../img/bg_sc4.jpg");
background-repeat:repeat;
background-size: cover;
padding-top:100px;
background-color: #0D0C17;;

}
.lp_wrap_4scrin_center_bg {

background-color: #0D0C17;;
padding-top: 20px;
padding-bottom: 45px;


}
.lp_wrap_4scrin_center{
    width: 80%;
  margin: 0 auto;


}
.lp_wrap_4scrin_title{


}
.lp_wrap_4scrin_title h2{
text-align: center;
font-size: var(--lp_wrap_scrin_title-1950,  50px);
color: #fff;

}

.lp_wrap_4scrin_text{
  margin-top: 40px;
color:  #00A0E3;
font-size: 42px;
text-align: center;
}
.lp_wrap_4scrin_subtitle{
margin-top: 40px;
text-align: center;
font-size: var(--lp_wrap_scrin_subtitle-1950,  40px);
color: #fff;
text-transform: uppercase;
font-weight: bold;
}
.lp_wrap_4scrin_text2 {
    font-family: "trebuchetms";
margin-top: 40px;
font-size: 42px;
text-align: center;
}
.lp_wrap_4scrin_row_btn {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    padding-bottom: 61px;
}

/*7*/
.lp_wrap_5scrin{

padding-bottom: 350px;
}
.lp_wrap_5scrin_center{

width: 1136px;
margin: 0 auto;
padding-top: 60px;



}
.lp_wrap_5scrin_title{

margin-bottom: 0px;

}
.lp_wrap_5scrin_title h2 {
    text-align: center;
    font-size: var(--lp_wrap_scrin_title-1950,  50px); 
    color: #fff;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
}

.lp_wrap_5scrin_row{

  position: relative;

}
.lp_wrap_5scrin_row_center{
  margin-top: 300px;
display: flex;
  justify-content: center;
  align-items: center;

}
.lp_wrap_5scrin_row_center_logo{

width: 197px;

}

.lp_wrap_5scrin_row_center_logo  img{
width: 100%;
}

.lp_wrap_5scrin_row_center_logo:before {
    content: "";
    position: absolute;
    background-image: url(../img/steps.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 392px;
    width: 398px;
    z-index: 0;
    left: 360px;
    top: -120px;
}

.lp_wrap_5scrin_row_list {
  
   
}
.lp_wrap_5scrin_box{

display: flex;

}
.lp_wrap_5scrin_box_numm{
width: 56px;
height: 56px;
font-weight: bold;
color: #008AB5;
border-radius: 50%;
border: 3px solid  #008AB5;
padding: 20px;
font-size: 56px;
text-align: center;
margin-right: 20px;
margin-left: 20px;

}
.lp_wrap_5scrin_box_text{
color: #fff;
font-size: 36px;
text-align: center;
font-weight: bold;
}
.lp_wrap_5scrin_box_subtext {
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: normal;
    margin-top: 5px;

}



.box1 {
    position: absolute;
    right: 20%;
    top: -250px;
}
.box2 {
    position: absolute;
    right: -8%;
    top: -100px;
}
.box3 {

  position: absolute;
  right: -8%;
  top: 80px;
}

.box4 {
    position: absolute;
    right: -3%;
    top: 300px;
}

.box5 {

  position: absolute;
  left:  8%;
  top: 300px;

  flex-direction: row-reverse ;

}

.box6 {

  position: absolute;
  left:  -8%;
  top: 80px;
  flex-direction: row-reverse ;

}

.box7 {

  position: absolute;
  left:  -3%;
  top: -150px;
  flex-direction: row-reverse ;

}

/*8*/

.lp_wrap_6scrin{
background-color: #0D0C17;

}
.lp_wrap_6scrin_center{

  width: 1136px;
margin: 0 auto;
padding-top: 100px;
padding-bottom: 100px;
padding-left: 300px;


}
.lp_wrap_6scrin_top_title{

margin-bottom: 75px;
}

.lp_wrap_6scrin_top_title h2{

text-align: center;
font-size: var(--lp_wrap_scrin_title-1950,  50px); 
color: #fff;
text-transform: uppercase;
  margin: 0px;
}


.lp_wrap_6scrin_top_subtitle{

text-align: center;
font-size: 30px;
font-weight: normal;
color: #fff;
text-transform: uppercase;
margin-bottom: 64px;
}
.lp_wrap_6scrin_row{

display: flex;
flex-wrap: wrap;

}
.lp_wrap_6scrin_row_box{
display: flex;
flex-direction: column;
  width: 30%;
  margin-bottom: 20px;
}

 .lp_wrap_6scrin_row_box:nth-child(4) {

    margin-left: 100px;
   } 


.lp_wrap_6scrin_icon{

  margin: 0 auto;
  width:190px;
}
.lp_wrap_6scrin_icon img{
width: 100%;
}


.lp_wrap_6scrin_text{
font-weight: bold;
text-align: center;
font-size: 26px;
color: #fff;


}



/*9*/

.lp_wrap_7scrin{

background-color: #0D0C17;
padding-bottom: 150px;
background-repeat: no-repeat;
}
.lp_wrap_7scrin_center{

width: 1400px;
margin: 0 auto;
padding-top: 80px;
}
.lp_wrap_7scrin_title{

margin-bottom: 200px;

}

.lp_wrap_7scrin_title h2{
text-align: center;
font-size: var(--lp_wrap_scrin_title-1950,  50px);
color: #fff;
text-transform: uppercase;
margin: 0px;
 }

.lp_wrap_7scrin_list{

width: 735px;
margin: 0 auto;



}
.lp_wrap_7scrin_list_row{

position: relative;


}
.lp_wrap_7scrin_list_box{

display: flex;
align-items: center;

}
.lp_wrap_7scrin_list_box_numm{


border-radius: 50%;
border:  5px solid #008AB5;
color: #008AB5;
text-align: center;
margin-right: 25px;
padding: 0px;
width: 150px;
height: 150px;
display: flex;
justify-content: center;
align-items: center;
}

.lp_wrap_7scrin_list_box_numm span{ 
display: block;
  font-size: 110px;
font-weight: bold;
}

.lp_wrap_7scrin_list_box_text{
font-size: 22px;
color: #fff;
text-transform: uppercase;
line-height: 140%;
font-weight: bold;
}
.lp_wrap_7scrin_list_box_text_day{
font-size: 22px;
text-transform: uppercase;
line-height: 140%;
  color: #008AB5;
  font-weight: bold;
  margin-top: 15px;
}
.lp_wrap_7scrin_list_row_dot {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 50px;
    height: 91px;
}
.lp_wrap_7scrin_list_row_dot img{
height: 100%;

}

.scrin_box1 {
    position: absolute;
    top: -150px;
    left: -243px;
    width: 250px;
}

.scrin_box2 {
    position: absolute;
    top: -180px;
    right: -274px;
    width: 250px;
}
.scrin_box3 {
position: absolute;
   top: -150px;
    left: -243px;
    width: 250px;
}
.scrin_box4 {
position: absolute;
    top: -180px;
    right: -274px;
    width: 250px;
}
.scrin_box1  img{width: 100%;}
.scrin_box2  img{width: 100%;}
.scrin_box3  img{width: 100%;}
.scrin_box4  img{width: 100%;}


/*10*/

.lp_wrap_8scrin{
background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
background-color: red;
background: linear-gradient(to right, #fff 50%, #fff 50%, #fff 80%, #0D0C17 80%);
}
.lp_wrap_8scrin_center{

width: 1669px;
margin: 0 auto;

}
.lp_wrap_8scrin_row{
display: flex;


}

 .lp_wrap_8scrin_box_l {
width: 40%;
  background-color: #fff;
padding-top: 100px;
padding-right: 150px;
   } 
.lp_wrap_8scrin_box_r{


padding: 40px;
padding-top: 80px;
padding-bottom: 100px;  
background-color: #0D0C17;
width: 60%;
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
z-index: 5;
}





.lp_wrap_8scrin_box_slider{
margin-top: 100px;
width: 100%;
margin: 0 auto;

}

.lp_wrap_8scrin_box_slider_foto {width: 100%;}
.lp_wrap_8scrin_box_slider_foto img {
  width: 100%;
}

.lp_wrap_8scrin_box_title{
  margin-bottom: 46px;

}
.lp_wrap_8scrin_box_title h2{
  font-size: var(--lp_wrap_scrin_title-1950,  50px); 
  color: #fff;
  text-align: center;
  margin: 0px;
  text-transform: uppercase;

}

.lp_wrap_8scrin_box_subtitle{
  font-size: var(--lp_wrap_scrin_subtitle-1950,  41px); 
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 90px;
}
.lp_wrap_8scrin_box_icon{
  text-align: center;
  margin-bottom: 75px;
}
.lp_wrap_8scrin_row_btn{
  text-align: center;
  display: flex;
  justify-content: center;
}


/*11*/

.lp_wrap_9scrin {
    padding-top: 63px;
    padding-bottom: 78px;
}
.lp_wrap_9scrin_center {

  width: 1400px;
margin: 0 auto;


}
.lp_wrap_9scrin_title{


}

.lp_wrap_9scrin_title h2{

text-align: center;
  font-size: var(--lp_wrap_scrin_title-1950,  50px); 
  color: #fff;
text-transform: uppercase;
line-height: 140%;
margin: 0px;

}
.wpcf7 input[type="file"]{
    border: none;
}
.wpcf7-form-control.wpcf7-file.contact-file input{
    border: none;
}
.lp_wrap_9scrin_text {

  margin-bottom: 100px;
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  display: grid;
   grid-template-columns: 80% 20%;
}


.lp_wrap_9scrin_text_row { 
  color: #fff; 
  font-size: var(--lp_wrap_scrin_subtitle-1950,  36px); 
  text-transform: uppercase;


}
.lp_wrap_9scrin_text_row span.white {
  color: #fff;
  text-transform: none;
  display: block;
  font-size: 22px;
}
.lp_wrap_9scrin_text_row span {   color: #008AB5;}

.lp_wrap_9scrin_text_subrow {
   
  font-size: var(--lp_wrap_scrin_subtitle-1950,  24px);
  text-transform: uppercase;
  margin-bottom: 40px;
    color: #008ab5;
  font-weight: 800;
}




.lp_wrap_9scrin_row_btn {

margin-top: 81px;
  display: flex;
  justify-content: center;
}


/*footer*/


.footer{
background-color: #0D0C17;
position: relative;
padding-top: 20px;
padding-bottom: 20px;
}
.footer_center{

}
.footer_logo{
 position: absolute;
left: 40px;
bottom: 40px;
width: 180px;
margin: 0 auto;
}
.footer_logo img {
 width: 100%;
 object-fit: cover;
}



.footer_contact{
  width: 1185px;
margin:0  auto;

}
.footer_contact_row{
display: flex;
justify-content: center;
margin-bottom: 14px;

}
.footer_contact_row_icon { margin-right: 20px; }
.footer_contact_row_text { 
  font-size: 22px;
  color: #fff;
}
.footer_contact_row_text:first-child{
    text-transform: uppercase;
}
.footer_contact_row_text a { 
  font-size: 24px;
  color: #fff;
  text-decoration: none;
}





/*page_wrap*/
.page_wrap{
  margin: 0;
  background-image: url('../img/bg_page_sc1.jpg');
background-position: 0 0;
  background-size: 50% 806px;
  background-repeat: no-repeat;
height: 810px;
background-color: #0D0C17;
}
.page_wrap_center{
  width: 1400px;
  margin: 0 auto;
display: flex;

}
.page_wrap_top_row_l{

width: 50%;


}
.page_wrap_top_row_r{
width:50%;
background-color: #0D0C17;
position: relative;
height: 806px;
}

.page_wrap_top_row_r:before{
content: "";
position: absolute;
  background-image: url('../img/bg_r_page_sc1.png');
  background-size:cover;
  background-repeat: no-repeat;
  height: 811px;
  width: 410px; 
  z-index: 0;
  left: -400px;
  top: -5px;

}

.page_wrap_top_title{
  margin-top: 220px;
font-family: "aavantebs";
 font-size: var(--lp_wrap_scrin_title-h1,  52px); 
color: #fff;
text-align: center;
z-index: 5;

}
.page_btn{

display: flex;
justify-content: center;
width:100%;
margin: 0 auto;
z-index: 5;
margin-top: 160px;
}



a.modbtn {
    padding: 10px;
    padding-bottom: 33px;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-self: unset;
    align-items: unset;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 24px;
    background-image: url(../img/bg_btn.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /* height: 100px; */
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    border-radius: 68px;


}
a.modbtn span{ display: block; }

a.modbtn::before {
    content: '';
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5));
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.5)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5));
    height: calc(100% + 16px);
    width: 48px;
    position: absolute;
    z-index: 1;
    top: -8px;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
    -webkit-animation: btn-anim 4.5s ease infinite;
    animation: btn-anim 4.5s ease infinite;
    border-radius: 28px;
}

a.modbtn:hover {
   animation: glowing 0.5s ease;
}

@keyframes glowing {
0% {  box-shadow: 0 0 10px #9895bd; }
100% { box-shadow: 0 0 50px #9895bd; }
}



.page_sc2_wrap{
  
background-position: 0 0;
  background-size: 50% 35%;
  background-repeat: no-repeat;
background: linear-gradient(to right, #0D0C17  40%, #fff 0%);

}
.page_sc2_center{
width: 1400px;
margin: 0 auto;
display: flex;

}
.page_wrap_sc2_row_l{
width: 65%;
background-color: #0D0C17;
-webkit-clip-path:polygon(0 0, 100% 0%, 60% 100%, 0% 100%);
clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%);

}




.page_wrap_sc2_title{
  margin-top: 140px;

color: #00A0E3;
font-size: 48px;
}
.page_wrap_sc2_text{
margin-top: 80px;
color: #fff;
font-size: 24px;
width: 60%;

}
.page_sc2_btn{
  margin-top: 60px;
  margin-bottom: 100px;
  width: 50%;

}
a.page_btn_link{
    font-weight: bold;
display: block;
padding: 20px;
font-size: 24px;
text-decoration: none;
text-transform: uppercase;
background-color: #fff;
color: #000;
text-align: center;
border-radius: 25px;
}
a.page_btn_link:hover{
border: 1px solid #fff;
background-color: #0d0c17;
color: #fff;

}

.lp_wrap_4scrin-mod {
  
    padding-top:40px;
    padding-bottom: 60px;
   
}


.list_title {
    color: #00A0E3;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
    font-size: var(--lp_wrap_scrin_title-1950, 50px);
}
.list_wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

ul.list  {
  width: 60%;
    margin: 0 auto;
  padding: 0px;
}
.list li {
margin: 0px;
list-style-type: none;
margin-bottom: 10px;
padding: 0px;

}

.list li::before {
    color: #00A0E3; 
    content: "\2022"; 
    padding-right: 10px; 
   


   }


.page_wrap_sc2_row_r{
width: 35%;


}


.page_wrap_sc2_slider{
  margin-left: 0px;
margin-top: 200px;
margin-bottom: 100px;
 width: 100%; }

.page_wrap_sc2_slider img{ width: 100%; }


/*page_row*/
.page_row{
  padding-top: 50px;
padding-bottom: 50px;
}
.page_row_center{
  width: 1400px;
  margin: 0 auto;

}
.page_row_center_title{
text-align: center;
font-size: 52px;
text-transform: uppercase;
}
.page_row_center_subtitle{
text-align: center;
font-size: var(--lp_wrap_scrin_subtitle-1950,  48px);
text-transform: uppercase;
}




/*34535*/

.page_sc3_wrap{
background-position: 0 0;
  background-size: 50% 35%;
  background-repeat: no-repeat;
background: linear-gradient(to right, #0D0C17  40%, #fff 0%);


}
.page_sc3_center{
width: 1400px;
margin:0 auto;
display: flex;

}
.page_wrap_sc3_row_l{

  width: 65%;
background-color: #0D0C17;
-webkit-clip-path:polygon(0 0, 100% 0%, 60% 100%, 0% 100%);
clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%);
display: flex;
flex-flow: column;

}
.box_hide {

  height: 150px;
}

.page_wrap_sc3_row {
  margin-top:0px;


}
.page_wrap_sc3_title {
    font-weight: bold;
 color: #fff; 
font-size: 36px;
margin-left: 100px;
}
.page_wrap_sc3_title  span{

color: #00A0E3;

}
.page_wrap_sc3_text{
margin-top: 20px;
 color: #fff; 
font-size: 32px;
margin-left: 100px;

}


.page_wrap_sc3_text_price{
margin-left: 100px;

 color: #fff; 
font-size: 32px;
margin-top: 40px;

}
.page_wrap_sc3_text_price span{
font-weight: bold;
color: #00A0E3;
font-size: 32px;

}
.page_wrap_sc3_row_line {
height: 5px;
background-color: #fff;
margin-top: 30px;
margin-bottom: 60px;
}


.page_wrap_sc3_row_r{

  width: 35%;


}

.page_wrap_sc3_row_box{
  margin-top:100px;

  margin-bottom: 200px;
  position: relative;

}

.page_wrap_sc3_row_box:nth-child(2) {
  margin-top: 50px;
  margin-bottom: 200px;

}

.page_wrap_sc3_row_box:nth-child(3) {
  margin-top: 50px;
  margin-bottom:100px;


}

.page_wrap_sc3_row_r_foto{ width: 90%; }
.page_wrap_sc3_row_r_foto img{ width: 100%; }
.page_wrap_sc3_row_r_nuum{

color: red;
font-size: 24px;
  text-align: right;
}


/*page_row 4*/
.page_sc4_row{
  padding-top: 50px;
padding-bottom: 50px;
}
.page_sc4_row_center{
  width: 1400px;
  margin: 0 auto;

}
.page_sc4_center_title{
    font-family: "aavantebs";
text-align: center;
font-size: var(--lp_wrap_scrin_title-1950,  48px);
text-transform: uppercase;
}
.page_sc4_center_subtitle{
    font-family: "aavantebs";
text-align: center;
font-size: var(--lp_wrap_scrin_subtitle-1950,  36px);
text-transform: uppercase;
}
.page_sc4_row_center_btnrow {
  margin-top: 60px;

display: flex;
justify-content: space-between;

}

a.btn_page {
    font-weight: bold;
  padding-top: 45px;
  padding-bottom: 65px;
    display:flex;
    justify-content: center;
    align-self: center;
    align-items: center;
text-decoration: none;
color: #fff;
text-align: center;
font-size: 36px;
background-image: url("../img/btn_page.png");
background-repeat: no-repeat;
background-size: contain;
width: 520px;
text-transform: uppercase;
z-index: 2;

}



/*contact*/

.page_contact_wrap{

background-size: cover;
background-repeat: no-repeat;
background-color: #0D0C17;

}



.page_contact_center{
  width: 1400px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;

}



.page_contact_title{

margin-bottom: 60px;
}




.page_contact_title h1 {
  text-align: center;
  text-transform: uppercase;
margin: 0px;
color: #fff;
font-size: 48px;


}

.page_contact_slider{
width: 1388px;
margin: 0 auto;
}


.page_contact_slider_foto { height:  50%; }
.page_contact_slider_foto img { height:  724px;}

 .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -20px;  
}


 .owl-nav button.owl-prev {
    left: -100px;
}

.owl-nav button.owl-next {
    right: -100px;
}




.lp_wrap_3scrin_row_tm {

display: flex;
gap:  60px;

}

.lp_wrap_3scrin_box_icon_tm {
width: 80%;


}
.lp_wrap_3scrin_box_text_tm{
  margin-top: 20px;
 text-align: center; 
font-size: 32px;
color: #fff;
}
.lp_wrap_3scrin_box_subtext_tm{
  margin-top: 10px;
 text-align: center; 
font-size: 24px;
color: #fff;
  }


.row_sert{

  display: flex;
  justify-content: space-between;
  gap:  60px;
}



.row_sert_foto {  }
.row_sert_foto img { width: 100%; }





.lp_wrap_3scrin_row {
display: flex;
flex-wrap: wrap;


}
.lp_wrap_3scrin_box_contact {
display: flex;
width: 40%;
margin: 50px;
align-items: center;

}
.lp_wrap_3scrin_page_box_icon {

margin-right: 50px;

}

.lp_wrap_3scrin_page_text {
font-size: 24px;
color: #fff;

}

  .popup__window {
    width: 90%;
  }
.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.85);
  top: 0;
  left: 0;
  color: #0D0C17;
  z-index: 55;
  display: none;
}
.popup-done {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.85);
  top: 0;
  left: 0;
  color: #0D0C17;
  z-index: 55;
  display: none;
}

.popup-done img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.popup textarea {
  resize: none;
  padding-left: 5px;
  font-size: 13px;
  border-radius: 8px;
  height: 70px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #0D0C17;
  margin-top: 10px;
  font-family: "a_AvanteBS";
}

.popup__title {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

.popup__subtitle {
  font-size: 17px;
  margin-top: 20px;
  text-align: center;
}

.popup__esc {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #0D0C17;
  font-size: 21px;
  font-weight: 800;
}

.popup__window {
  position: absolute;
  width: 400px;
  height: auto;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 12px;
}

.popup__container {
  padding: 10px 10px;
}
.wpcf7-textarea {
  
  width: 100%;
  margin-top:15px;
  
  
}
.btn {
    font-weight: 800;
    width: 500px;
    height: 130px;
    background: #00AFEF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 43px;
    background: url(../img/btn-bg.png) no-repeat center/cover;
    text-align: center;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(34, 60, 80, 0.62);
    box-shadow: 0px 0px 15px -2px rgba(34, 60, 80, 0.62);
    border-radius: 65px;
}

.popup__container input.btn {
  width: 225px;
  height: 55px;
  font-size: 16px;
  border-radius: 65px;
  border: 0;
  margin: 30px auto 0 auto;
  white-space: normal;
  cursor: pointer;
}

.popup__container input {
  border: 1px solid #0D0C17;
  margin-top: 20px;
  padding-left: 5px;
  font-size: 13px;
  border-radius: 8px;
  height: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fileInput img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
#fileInput {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -55;
}
.fileInput {
    font-size: 14px;
    font-weight: 400;
    color: #0D0C17;
    margin-top: 15px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.file_preview {
    font-size: 16px;
    margin-top: 5px;
    color: #0D0C17;
    text-align: center;
}
.fileInput img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}


.btn-anim::before {
    content: '';
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5));
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.5)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5));
    height: calc(100% + 16px);
    width: 48px;
    position: absolute;
    z-index: 1;
    top: -8px;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
    -webkit-animation: btn-anim 4.5s ease infinite;
    animation: btn-anim 4.5s ease infinite;
    border-radius: 28px;
}


































@media (min-width: 1200px) and (max-width: 1800px) {


:root{
 --lp_wrap_scrin_title-1950:  58px;
--lp_wrap_scrin_subtitle-1950:  30px;
--lp_wrap_scrin_title-h1:  42px; 
}
.hed {
    font-family: aavantebs;
    height: auto;
    background-color: #0D0C17;
    position: relative;
    display: flex;
    width: 100%;
    padding-bottom: 20px;
}
.hed_logo {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    width: 136px;
}
.hed_text {
    margin-top: 22px;
    color: #fff;
    font-size: 22px;
    line-height: 130%;
    text-transform: uppercase;
}
.hed_contact {
    margin-top: 12px;
    margin-left: auto;
    margin-right: 43px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    text-align: right;
}

.lp_wrap_9scrin_text {
   
    width: 85%;
    margin: 0 auto;
    margin-top: 50px;
     margin-bottom: 60px;
      display: grid;
   grid-template-columns: 73% 25%;
   grid-gap: 20px;
}
.lp_wrap_9scrin_text_subrow { 
  color: #008ab5;
  font-weight: 800;
   }
   .topbtn_link span{
       font-size: 30px;
   }
  .lp_wrap {
    background-color: #0D0C17;
    color: #fff;
    display: flex;
    position: relative;
       background-size: cover;
    border: 0px;
    z-index: 2;
    background-repeat: no-repeat;
}

.lp_wrap_center {
    width: 75%;
    margin: 0 auto;
    display: flex;
}

.lp_wrap_top_title {
    width: 475px;
    font-size: 52px;
    line-height: 120%;
    text-transform: uppercase;
    margin-top: 35px;
    margin-bottom: 50px;
    margin-left: 20px;
    letter-spacing: 1px;
    font-family: Exo2-Black;
}

.topbtn {
    margin-bottom: 60px;
    margin-top: 8px;
    margin-left: 20px;
    width: 198px;
}
a.topbtn_link  {
  padding: 4px;
  
    display:block;
    justify-content: center;
    align-self: center;
    align-items: center;
text-decoration: none;
color: #fff;
text-align: center;
font-size: 20px;
width: 100%;
text-transform: uppercase;
position: relative;
overflow: hidden;

}

.topbtn_link span {
    margin-top: 0px;
    padding: 18px;
    display: block;
}

.lp_wrap_2scrin_row_btn { width: 256px;  margin:0 auto;}
.lp_wrap_4scrin_row_btn {
 width: 206px;  margin:0 auto;
 margin-top: 30px;
}
.lp_wrap_8scrin_row_btn {
   width: 210px;
   margin:0 auto;
}

.lp_wrap_9scrin_row_btn  {
width: 256px;  margin:0 auto;
 margin-top: 30px;
}

.lp_wrap_top_subtitle {
    font-family: Exo2-Black;
    text-align: right;
    position: relative;
    margin-top: 263px;
    padding-left: 10%;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 80px;
    margin-left: -80px;
    font-size: 41px;
    z-index: -1;
    background-image: url(../img/bg_subtitle.png);
    background-repeat: no-repeat;
    background-size: auto;
    text-transform: uppercase;
}
.lp_wrap_2scrin_title {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.lp_wrap_2scrin_title h2 {
   
    font-size: 43px;   
}
.lp_wrap_3scrin_center {
    width: 85%;
    margin: 0 auto;
    padding-top: 60px;
}


.lp_wrap_3scrin_box {
    width: 25%;
}
.lp_wrap_3scrin_box_contact {
    display: flex;
    width: 40%;
    margin: 14px;
    align-items: center;
}
.lp_wrap_3scrin_box_text {
    margin-top: 25px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.lp_wrap_3scrin_row_tm {
    display: flex;
    justify-content: space-between;
    gap: 0px;
}
.lp_wrap_3scrin_box_tm {




}
.lp_wrap_3scrin_title h2 {
    text-transform: uppercase;
    line-height: 140%;
    text-align: center;
    color: #fff;
    font-size: var(--lp_wrap_scrin_title-1950, 36px); 
    margin: 0px;
    padding: 0px;
}
.lp_wrap_4scrin_center {
    width: 75%;
    margin: 0 auto;
}
.lp_wrap_4scrin_title h2 {
    text-align: center;
    font-size: var(--lp_wrap_scrin_title-1950,  36px); 
    color: #fff;
}
.lp_wrap_4scrin_subtitle {
    margin-top: 50px;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    font-size: 48px;
    color: #fff;
}
.lp_wrap_5scrin_title h2 {
    text-align: center;
    font-size:var(--lp_wrap_scrin_title-1950,  36px);  
    color: #fff;
    margin: 0px;
    padding: 0px;
}
.lp_wrap_4scrin_text2 {
   
    font-size: 42px;
    text-align: center;
     width:70%;
     margin: 0 auto;
      margin-top: 40px;
}
.lp_wrap_3scrin_box_subtext_tm {

    text-align: center;
    font-size: 18px;
    color: #fff;
    width: 80%;
    margin: 0 auto;
        margin-top: 10px;
}

.lp_wrap_3scrin_title {
    margin-bottom: 42px;
}
.lp_wrap_3scrin_title_line {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    background-image: url(../img/line_sc4.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 3px;
}
.lp_wrap_5scrin_box_text {
    color: #fff;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;

    margin-top: 8px;
}
.lp_wrap_5scrin_box_subtext {
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.box1 {
    position: absolute;
    right: 320px;
    top: -268px;
}
.box2 {
    position: absolute;
    right: 147px;
    top: -179px;
}
.box3 {
    position: absolute;
    right: 132px;
    top: -43px;
}
.box4 {
    position: absolute;
    right: 181px;
    top: 70px;
}
.box5 {
    position: absolute;
    right: 556px;
    top: 70px;
    flex-direction: row-reverse;
}
.box6 {
    position: absolute;
    left: 150px;
    top: -42px;
    flex-direction: row-reverse;
}
.box7 {
    position: absolute;
    left: 175px;
    top: -187px;
    flex-direction: row-reverse;
}
.lp_wrap_6scrin_center {
    width: 1024px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 184px;
}

.lp_wrap_6scrin_top_title {
    margin-bottom: 30px;
}

.lp_wrap_6scrin_top_title h2 {
    text-align: center;
    font-size: 42px;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
}
.lp_wrap_6scrin_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 86px;
}

.lp_wrap_6scrin_text {
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.lp_wrap_6scrin_row_box {
    display: flex;
    flex-direction: column;
    width: 235px;
    margin-bottom: 38px;
}

.lp_wrap_5scrin_row_center {
    margin-top: 325px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.lp_wrap_7scrin_center {
     width: 85%;
    margin: 0 auto;
    padding-top: 60px;
}

.lp_wrap_7scrin_title h2 {
    text-align: center;
    font-size: var(--lp_wrap_scrin_title-1950, 36px);
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
}



.scrin_box1 {
    position: absolute;
    top: -29px;
    left: -213px;
    width: 205px;
}
.scrin_box1 img {
   width: 100%;
}

.scrin_box2 {
    position: absolute;
    top: -55px;
    right: -192px;
    width: 205px;
}
.scrin_box2 img {
   width: 100%;
}
.scrin_box3 {
    position: absolute;
    top: -29px;
    left: -213px;
    width: 205px;
}

.scrin_box3 img {
   width: 100%;
}
.scrin_box4 {
   position: absolute;
    top: -55px;
    right: -192px;
    width: 205px;
}
.scrin_box4 img {
   width: 100%;
}
.lp_wrap_8scrin_center {
    width: 75%;
    margin: 0 auto;
}
.lp_wrap_8scrin_box_l {
    width: 40%;
    background-color: #fff;
    padding-top: 60px;
    padding-right: 50px;
}
.lp_wrap_8scrin_box_slider {
   
    width: 105%;
    margin: 0 auto;
     margin-top:0px;
}
.lp_wrap_8scrin_box_r {
    padding: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #0D0C17;
    width: 60%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
    z-index: 5;
    padding-left: 33px;
}
.lp_wrap_8scrin_box_title h2 {
    font-size: 36px;
    color: #fff;
    text-align: center;
    margin: 0px;
    text-transform: uppercase;
}
.lp_wrap_8scrin_box_title {
    margin-bottom: 17px;
}
.lp_wrap_8scrin_box_subtitle {
    font-size: 24px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.lp_wrap_8scrin_box_icon {
    width: 100px;
    display: flex;
    justify-content: end;
    margin: 0 auto;
    margin-bottom: 35px;
}
.lp_wrap_8scrin_box_icon  img{ width: 100%; }

.lp_wrap_9scrin_center {
    width:1024px;
    margin: 0 auto;
}

.page_contact_center {
    width: 90%;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 25px;
}

.page_contact_title {
    margin-bottom: 25px;
}
.page_contact_slider {
    width:750px;
    margin: 0 auto;
}


.page_contact_slider_foto img {
    height: auto;
}
.lp_wrap_3scrin_box_icon_tm {
    width: 80%;
    margin: 0 auto;
}
.lp_wrap_3scrin_box_icon_tm img {
    width: 100%;
}
.page_row_center {
    width: 1024px;
    margin: 0 auto;
}
.page_row {
    padding-top: 10px;
    padding-bottom: 35px;
}
.page_row_center_title {
 margin-top: 20px;
 margin-bottom: 40px;
}
.page_row_center_title  h2{
    text-align: center;
    font-size: var(--lp_wrap_scrin_title-1950,  36px); 
    text-transform: uppercase;
    margin: 0px;
}

.page_wrap_center {
   width: 65%;
    margin: 0 auto;
    display: flex;
}
.page_sc2_center {
    width: 75%;
    margin: 0 auto;
    display: flex;
}
.page_sc3_center {
  width: 65%;
    margin: 0 auto;
    display: flex;
}

.page_wrap_sc2_slider {
    margin-left: 0px;
    margin-top: 150px;
    margin-bottom: 60px;
    width: 100%;
}

.box_hide {
    height: 56px;
}
.page_wrap_sc3_title {
    color: #fff;
    font-size: 28px;
    margin-left: 20px;
}
.page_wrap_sc3_text {
    margin-top: 20px;
    color: #fff;
    font-size: 20px;
    margin-left: 20px;
}
.page_wrap_sc3_text_price {
    margin-left: 20px;
    color: #fff;
    font-size: 22px;
    margin-top: 40px;
}
.page_wrap_sc3_text_price span {
    color: #00A0E3;
    font-size: 22px;
}
.page_wrap_sc3_row_box {
    margin-top: 100px;
    margin-bottom: 155px;
    position: relative;
}
.page_wrap_sc3_row_box:nth-child(2) {
    margin-top: 50px;
    margin-bottom: 145px;
}
.list_title {
    
    margin-bottom: 10px;
}
ul.list  { margin: 0px;    padding: 0px; }
.list li {
    margin: 0px;
    list-style-type: none;
    margin-bottom: 8px;
    padding: 0px;
    font-size: 22px;
    width: 95%;
}
a.page_btn_link {
    display: block;
    padding: 16px;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 25px;
    margin-right: 20px;
}
.page_sc4_row_center {
    width: 1200px;
    margin: 0 auto;
}



.page_sc4_center_title {
margin-bottom: 20px;
}

.page_sc4_center_title h2 {
  text-align: center;
    font-size: var(--lp_wrap_scrin_title-1950,  36px);   
   
    text-transform: uppercase;
    line-height: 140%;
    margin: 0px;
}

.lp_wrap_9scrin_title h2 {
    text-align: center;
    font-size: 42px;   
    color: #fff;
    text-transform: uppercase;
    line-height: 140%;
    margin: 0px;
}
.footer_contact {
    width: 50%;
    margin: 0 auto;
}
.footer_logo {
    position: absolute;
    left: 40px;
    bottom: 40px;
    width: 181px;
    margin: 0 auto;
}
.footer {
    background-color: #0D0C17;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
}
.footer_contact_row {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.lp_wrap_3scrin_row_contact {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.lp_wrap_5scrin {
    padding-bottom: 75px;
}
.lp_wrap_5scrin_center {
    width: 1024px;
    margin: 0 auto;
    padding-top: 31px;
    position: relative;
    padding-bottom: 120px;
}
.lp_wrap_5scrin_row_center_logo {
    position: absolute;
    top: -123px;
    width: 195px;
}
.lp_wrap_5scrin_row_center_logo  img{
width: 100%;
}
.lp_wrap_5scrin_row_center_logo:before {
    content: "";
    position: absolute;
    background-image: url(../img/arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 266px;
    height: 262px;
    z-index: 1;
    left: -41px;
    top: -62px;
}
.lp_wrap_5scrin_box {


}

.lp_wrap_5scrin_box_numm {
    font-weight: 800;
    width: 46px;
    height:46px;
    color: #008AB5;
    border-radius: 50%;
    border: 3px solid #008AB5;
    padding: 8px;
    font-size: 44px;
    text-align: center;
    margin-right: 20px;
    margin-left: 20px;
}

.lp_wrap_6scrin_top_title {
    margin-bottom: 30px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 32px;
}
.lp_wrap_6scrin_icon {
    margin: 0 auto;
    width: 119px;
}
.footer_contact_row_text {
    font-size: 22px;
    color: #fff;
    text-align: center;
}
.page_wrap_sc2_text {
    margin-top: 30px;
    margin-left: 0px;
    color: #fff;
    font-size: 22px;
    width: 70%;
}
.page_wrap_sc2_title {
    margin-top: 60px;
    margin-left: 20px;
    color: #00A0E3;
    font-size: 48px;
}
.page_sc2_btn {
    margin-top: 60px;
    margin-bottom: 100px;
    width: 60%;
    margin-left: 20px;
}
.page_sc2_wrap {
    background-position: 0 0;
    background-size: 50% 35%;
    background-repeat: no-repeat;
    background: linear-gradient(to right, #0D0C17 30%, #fff 0%);
}
.page_wrap_center {
    width: 75%;
    margin: 0 auto;
    display: flex;
}
.page_wrap {
    margin: 0;
    background-image: url(../img/bg_page_sc1.jpg);
    background-position: 0 0;
    background-size: 50vw 500px;
    background-repeat: no-repeat;
    height:500px;
    background-color: #0D0C17;
}
.page_wrap_top_row_r {
    width: 50%;
    background-color: #0D0C17;
    position: relative;
    height: 500px;
}
.page_wrap_top_row_r:before {
    content: "";
    position: absolute;
    background-image: url(../img/bg_r_page_sc1.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 606px;
    width: 310px;
    z-index: 0;
    left: -308px;
    top: -3px;
}
.page_wrap_top_title {
    margin-top: 120px;
    font-size: var(--lp_wrap_scrin_title-h1,  52px); 
    color: #fff;
    text-align: center;
    z-index: 5;
}
.page_btn {
    display: flex;
    justify-content: center;
    width: 204px;
    margin: 0 auto;
    z-index: 5;
    margin-top: 81px;
}
.page_sc4_row_center_btnrow {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}
.page_sc4_row_center_btnbox {
  width: 320px;
  margin-left: 25px;
margin-right: 25px;
}
a.btn_page {
    padding-top: 23px;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    align-self: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 24px;
    background-image: url(../img/btn_page.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    text-transform: uppercase;
    z-index: 2;
}
a.modbtn {
   
    padding-bottom: 0px;
    padding-top: 15px;
    display: flex;
    justify-content: center;
    align-self: unset;
    align-items: unset;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 18px;
    background-image: url(../img/bg_btn.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    text-transform: uppercase;

border-radius: 67px;

  
}



.modbtn span {
    display: block;
    margin-top: 0px;
    margin-bottom: 8px;
}


}

























@media (min-width: 1024px) and (max-width: 1200px) {




:root{
 --lp_wrap_scrin_title-1950:  32px;

--lp_wrap_scrin_subtitle-1950:  30px;

--lp_wrap_scrin_title-h1:  32px; 

}


.topbtn_link span{
    font-size: 35px;
}

.hed_logo {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 15px;
        width: 195px
}
.hed_contact {
    margin-top: 34px;
    margin-left: auto;
    margin-right: 43px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: right;
}
.top_menu {
    background-color: #0D0C17;
    display: flex;
    justify-content: end;
}
.lp_wrap {
    background-color: #0D0C17;
    color: #fff;
    display: flex;
    position: relative;
       background-size: cover;
    border: 0px;
    z-index: 2;
    background-repeat: no-repeat;
}
.lp_wrap_center {
    width:1024px;
    margin: 0 auto;
    display: flex;
}
.lp_wrap_top_title {
    width: 412px;
    font-size: 52px;
    line-height: 130%;
    text-transform: uppercase;
    margin-top: 40px;
    letter-spacing: 1px;
    font-family: Exo2-Black;
    margin-left: 20px;
}
.topbtn {
    margin-bottom: 26px;
    margin-top: 8px;
    position: relative;
    z-index: 3;
}
.lp_wrap_top_subtitle {
    font-family: Exo2-Black;
    text-align: right;
    position: relative;
    margin-top: 213px;
    padding-left: 10%;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 58px;
    margin-left: -80px;
    font-size: 30px;
    z-index: 1;
    background-image: url(../img/bg_subtitle.png);
    background-repeat: no-repeat;
    background-size: auto;
    text-transform: uppercase;
}
.lp_wrap_2scrin_center {
    width: 85%;
    margin: 0 auto;
    padding-top: 100px;
}
.lp_wrap_3scrin {
    background-color: #0D0C17;
    padding-bottom: 50px;
    position: relative;
    top: -8px;
    z-index: 5;
    margin-bottom: -8px;
}
.lp_wrap_3scrin_center {
    width: 1024px;
    margin: 0 auto;
    padding-top: 30px;
}
.lp_wrap_3scrin_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 64px;
}
.lp_wrap_3scrin_row_contact {
    margin-top: 54px;
    display: flex;
    justify-content: space-between;
}


.lp_wrap_3scrin_title {
    margin-bottom: 55px;
}
.lp_wrap_3scrin_box_text {
    margin-top: 48px;
    color: #fff;
    font-size: 24px;
}
.lp_wrap_5scrin_box_numm {
    width: 40px;
    height: 40px;
    color: #008AB5;
    border-radius: 50%;
    border: 3px solid #008AB5;
    padding: 20px;
    font-size: 42px;
    text-align: center;
    margin-right: 10px;
    margin-left:10px;
}
.lp_wrap_5scrin_box_text {
    color: #fff;
    font-size: 26px;
    text-align: center;
}

.lp_wrap_5scrin_box_subtext {
    color: #fff;
    font-size: 24px;
    text-align: center;

}

.box1 {
    position: absolute;
    right: 166px;
    top: -162px;
}
.box2 {
    position: absolute;
    right: -53px;
    top: -29px;
}
.box3 {
    position: absolute;
    right: -43px;
    top: 100px;
}
.box4 {
    position: absolute;
    right: 8px;
    top: 232px;
}
.box5 {
    position: absolute;
    left: 79px;
    top: 228px;
    flex-direction: row-reverse;
}

.box6 {
    position: absolute;
    left: -22px;
    top: 100px;
    flex-direction: row-reverse;
}
.box7 {
    position: absolute;
    left: -7px;
    top: -39px;
    flex-direction: row-reverse;
}
.lp_wrap_6scrin_center {
    width: 85%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 150px;
}
.lp_wrap_6scrin_top_title {
    margin-bottom: 30px;
}
.lp_wrap_6scrin_top_title h2 {
    text-align: center;
    font-size: var(--lp_wrap_scrin_title-1950,  36px);  
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
}

.lp_wrap_6scrin_top_subtitle {
    text-align: center;
    font-size: var(--lp_wrap_scrin_subtitle-1950, 20px); 
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 28px;
}
.lp_wrap_6scrin_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 125px;
    margin-right: 0px;
   
}
.lp_wrap_6scrin_row_box {
    display: flex;
    flex-direction: column;
    width: 200px;
    margin-bottom: 20px;
}

.lp_wrap_6scrin_icon {
    margin: 0 auto;
    width: 125px;
}
.lp_wrap_6scrin_text {
    text-align: center;
    font-size: 22px;
    color: #fff;
}
.lp_wrap_5scrin {
    padding-bottom: 244px;
}
.lp_wrap_5scrin_row_center {
    margin-top: 194px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.lp_wrap_7scrin_center {
    width: 1024px;
    margin: 0 auto;
    padding-top: 60px;
}
.scrin_box1 {
    position: absolute;
    top: -153px;
    left: -128px;
    width: 173px;
}
.scrin_box1 img {
   width: 100%;
}

.scrin_box2 {
    position: absolute;
  top: -166px;
    right: -122px;
    width: 173px;
}
.scrin_box2 img {
   width: 100%;
}
.scrin_box3 {
    position: absolute;
    top: -153px;
    left: -128px;
    width: 173px;
}
.scrin_box3 img {
   width: 100%;
}
.scrin_box4 {
    position: absolute;
    top: -166px;
    right: -122px;
    width: 173px;
}
.scrin_box4 img {
   width: 100%;
}
.lp_wrap_8scrin_center {
    width: 1024px;
    margin: 0 auto;
}
.lp_wrap_8scrin_box_l {
    width: 40%;
    background-color: #fff;
    padding-top: 100px;
    padding-right: 50px;
}

.lp_wrap_8scrin_box_r {
    padding: 40px;
    padding-top: 80px;
    padding-bottom: 100px;
    background-color: #0D0C17;
    width: 60%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
    z-index: 5;
    padding-left: 36px;
}
.lp_wrap_8scrin_box_subtitle {
   font-size: var(--lp_wrap_scrin_subtitle-1950,  40px);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 31px;
}
.lp_wrap_8scrin_box_icon {
    width: 100px;
    display: flex;
    justify-content: end;
    margin: 0 auto;
    margin-bottom: 52px;
}
.lp_wrap_8scrin_box_icon  img{ width: 100%; }

.lp_wrap_9scrin_center {
    width: 85%;
    margin: 0 auto;
}

.page_contact_center {
    width: 1024px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.page_contact_slider {
    width:768px;
    margin: 0 auto;
}


.page_contact_slider_foto img {
    height: auto;
}
.lp_wrap_3scrin_box_icon_tm {
    width: 80%;
}
.lp_wrap_3scrin_box_icon_tm img {
    width: 100%;
}
.page_row_center {
    width: 768px;
    margin: 0 auto;
}
.page_row {
    padding-top: 2px;
    padding-bottom: 30px;
}
.page_row_center_title {
    text-align: center;
    font-size: 48px;
    text-transform: uppercase;
}
.lp_wrap_5scrin_center {
    width: 840px;
    margin: 0 auto;
    padding-top: 41px;
}
.lp_wrap_5scrin_row_center_logo:before {
    content: "";
    position: absolute;
    background-image: url(../img/arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 280px;
    width: 286px;
    z-index: 0;
    left: 272px;
    top: -61px;
}


.page_wrap_center {
    width: 82%;
    margin: 0 auto;
    display: flex;
}
.page_wrap {
    margin: 0;
    background-image: url(../img/bg_page_sc1.jpg);
    background-position: 0 0;
    background-size: 80vw 500px;
    background-repeat: no-repeat;
    height:500px;
    background-color: #0D0C17;
}
.page_wrap_top_row_r {
    width: 50%;
    background-color: #0D0C17;
    position: relative;
    height: 500px;
}
.page_wrap_top_row_r:before {
    content: "";
    position: absolute;
    background-image: url(../img/bg_r_page_sc1.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 506px;
    width: 310px;
    z-index: 0;
    left: -308px;
    top: 0px;
}
.page_wrap_top_title {
    margin-top: 65px;
  font-size: var(--lp_wrap_scrin_title-h1,  52px); 
    color: #fff;
    text-align: center;
    z-index: 5;
}
.page_btn {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    z-index: 5;
    margin-top: 81px;
}
a.topbtn_link {
    padding: 8px;
    display: block;
    justify-content: center;
    align-self: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 32px;
    width: 323px;
    text-transform: uppercase;
    background: url(../img/btn-bg.png) no-repeat center/cover;
    border-radius: 65px;
    position: relative;
    overflow: hidden;
}
.topbtn_link span {
    margin-top: 12px;
    padding: 11px;
    display: block;
}
.page_sc2_center {
    width: 85%;
    margin: 0 auto;
    display: flex;
}


.lp_wrap_9scrin_text {
    margin-bottom: 100px;
    width:95%;
    margin: 0 auto;
    margin-top: 50px;
          display: grid;
   grid-template-columns: 80% 20%;
   grid-gap: 20px;
}

.page_sc3_center {
    width: 85%;
    margin: 0 auto;
    display: flex;
}
.page_sc4_row_center {
    width: 85%;
    margin: 0 auto;
}
.page_row_center {
    width: 85%;
    margin: 0 auto;
}
.page_sc4_row_center_btnrow {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}
.lp_wrap_3scrin_title_line {
    width: 70%;
    margin: 0 auto;
    margin-top: 13px;
    background-image: url(../img/line_sc4.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 3px;
}
.box_hide {
    height: 35px;
}
.page_wrap_sc3_title {
    color: #fff;
    font-size: 36px;
    margin-left: 35px;
}
.page_wrap_sc3_text {
    margin-top: 20px;
    color: #fff;
    font-size: 24px;
    margin-left: 35px;
}
.page_wrap_sc3_text_price {
    margin-left: 35px;
    color: #fff;
    font-size: 24px;
    margin-top: 40px;
}

.page_wrap_sc3_text_price span {
    color: #00A0E3;
    font-size: 24px;
}

.page_row_center_title {margin-top: 20px;
  margin-bottom: 20px;}
.page_row_center_title h2 {margin: 0px;
    text-align: center;
    font-size: 48px;
    text-transform: uppercase;}
.page_wrap_sc3_row_box {
    margin-top: 100px;
    margin-bottom: 177px;
    position: relative;
}
.page_sc4_center_title {
  margin-top: 20px;
  margin-bottom: 20px;
}
.page_sc4_center_title  h2{
margin: 0px;
    text-align: center;
    font-size: 48px;
    text-transform: uppercase;


}
.page_wrap_sc2_slider {
    margin-left: 0px;
    margin-top: 326px;
    margin-bottom: 100px;
    width: 100%;
}

a.modbtn {
    padding: 10px;
    padding-bottom: 33px;
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-self: unset;
    align-items: unset;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background-image: url(../img/bg_btn.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    /* height: 100px; */
    text-transform: uppercase;
    z-index: 2;
}
.modbtn span{ display: block; margin-top: 5px; }
.footer_contact {
    width: 50%;
    margin: 0 auto;
}
.footer_contact_row {
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
    text-align: center;
}
}

































@media (min-width: 700px) and (max-width: 1024px) {
    #popmake-32.pum-container.popmake.theme-24.size-custom.active.custom-position,
#popmake-345.pum-container.popmake.theme-24.size-custom.active.custom-position{
width: 70% !important;
top: 50% !important;
    left: 50% !important;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}
    .popup__container input.btn{
        width: 220px;
        height: 59px;
        font-size: 18px;
        border-radius:60px;
        background: url(../img/btn-bg.png) no-repeat center/contain;
    }
    .topbtn_link span{
        font-size: 35px;
    }
:root{
 --lp_wrap_scrin_title-1950:  24px;

--lp_wrap_scrin_subtitle-1950:  20px;
--lp_wrap_scrin_title-h1:  28px; 


}
.lp_wrap_7scrin_list_box_numm span{ 
      font-size: 50px;
    }

.hed {
    font-family: aavantebs;
    height: auto;
    background-color: #0D0C17;
    position: relative;
    display: flex;
    width: 100%;
}
.hed_logo {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 21px;
    width: 124px;
}
.hed_text {
    margin-top: 21px;
    color: #fff;
    font-size: 18px;
    line-height: 120%;
}
.hed_contact {
    margin-top: 17px;
    margin-left: auto;
    margin-right: 33px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: left;
}
.hed_contact_row {
    font-size: 12px;
    display: flex;
    align-items: center;
}

.top_menu {
    background-color: #0D0C17;
    display: flex;
    justify-content: end;
}
.top_menu_style li {
    list-style: none;
    font-size: 14px;
    margin: 0px;
    margin-left: 5px;
}
.top_menu_style a {
    color: #fff;
    text-transform: uppercase;
    padding: 5px;
}
.lp_wrap {
    background-color: #0D0C17;
    color: #fff;
    display: flex;
    position: relative;
       background-size: cover;
    border: 0px;
    z-index: 2;
    background-repeat: no-repeat;
}
.lp_wrap_center {
    width: 768px;
    margin: 0 auto;
    display: flex;
}
.lp_wrap_top_title {
    width: 340px;
    font-size: 32px;
    line-height: 130%;
    text-transform: uppercase;
    margin-top: 40px;
    letter-spacing: 1px;
    font-family: Exo2-Black;
    margin-left: 20px;
}
.topbtn {
    margin-bottom: 26px;
    margin-top: 31px;
    width: 212px;
}
.lp_wrap_2scrin_row_btn {
    display: flex;
    justify-content: center;
    width: 273px;
    margin: 0 auto;
}
.lp_wrap_4scrin_row_btn {
    display: flex;
    justify-content: center;
    width: 229px;
    margin: 0 auto;
    margin-top: 40px;
}
.lp_wrap_9scrin_row_btn {
  display: flex;
    justify-content: center;
 
 width:360px;
  margin: 0 auto;
    margin-top: 40px;

}
.lp_wrap_4scrin {
    background-image: url(../img/bg_sc4.jpg);
    background-repeat: repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #0D0C17;
}
.lp_wrap_top_subtitle {
    font-family: Exo2-Black;
    text-align: right;
    position: relative;
    margin-top: 157px;
    padding-left: 10%;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 80px;
    margin-left: -80px;
    font-size: 18px;
    z-index: -1;
    background-image: url(../img/bg_subtitle.png);
    background-repeat: no-repeat;
    background-size: auto;
    text-transform: uppercase;
}
.lp_wrap_3scrin {
    background-color: #0D0C17;
    padding-bottom: 50px;
    position: relative;
    top: -8px;
    z-index: 5;
    margin-bottom: -8px;
}
.lp_wrap_3scrin_center {
    width: 85%;
    margin: 0 auto;
    padding-top: 30px;
}
.lp_wrap_3scrin_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px;
}
.lp_wrap_3scrin_box_contact {
    display: flex;
    width: 40%;
    margin: 10px;
    align-items: center;
}
.lp_wrap_3scrin_page_text {
    font-size: 16px;
    color: #fff;
}
.lp_wrap_3scrin_page_box_icon {
    margin-right: 26px;
    width: 20px;
}
.lp_wrap_3scrin_page_box_icon img {
   width: 100%;
}
.lp_wrap_3scrin_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: normal;
    gap: 0px;
    width: 20%;
     margin: 7px;
    margin-bottom: 18px;
   
 
}

.lp_wrap_3scrin_row_contact {
    margin-top: 53px;
    display: flex;
    justify-content: space-between;
}
.lp_wrap_3scrin_row_contact_box_title {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.lp_wrap_3scrin_row_contact {
    margin-top: 54px;
    display: flex;
    justify-content: space-between;
}
.lp_wrap_3scrin_box_icon {
    width: 60px;
}
.lp_wrap_3scrin_box_icon img {width: 100%;}
.lp_wrap_3scrin_title {
    margin-bottom: 55px;
}
.lp_wrap_3scrin_box_text {
    margin-top:15px;
    color: #fff;
    font-size: 16px;
    width: 100%;
    text-align: center;
}
.lp_wrap_4scrin_title h2 {
    text-align: center;
    font-size: var(--lp_wrap_scrin_title-1950,  36px);  
    color: #fff;
    margin: 0px;
}
.lp_wrap_4scrin_text {
    margin-top: 18px;
    color: #00A0E3;
      font-size: var(--lp_wrap_scrin_subtitle-1950, 24px); 
    text-align: center;
}
.lp_wrap_4scrin_subtitle {
    margin-top: 20px;
    text-align: center;
   font-size: var(--lp_wrap_scrin_subtitle-1950,  24px);
    color: #fff;
}
.lp_wrap_4scrin_text2 {
    
    font-size: 32px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
}

.lp_wrap_5scrin_box_text {
    color: #fff;
    font-size: 30px;
    text-align: center;
}
.lp_wrap_5scrin_box_subtext {
    color: #fff;
    font-size: 24px;
    text-align: center;

}

.lp_wrap_5scrin_title h2 {
    text-align: center;
    font-size: var(--lp_wrap_scrin_title-1950,  36px);  
    color: #fff;
    margin: 0px;
    padding: 0px;
}


.lp_wrap_6scrin_center {
    width: 85%;
    margin: 0 auto;
    padding-top: 24px;
    padding-bottom: 25px;
    padding-left: 115px;
}
.lp_wrap_6scrin_top_title {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.lp_wrap_6scrin_top_title h2 {
    text-align: center;
    font-size:  var(--lp_wrap_scrin_title-1950, 24px); 
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
}
.lp_wrap_6scrin_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left:15%;
    margin-right: 0px;
    width: 550px;
}
.lp_wrap_6scrin_top_subtitle {
    text-align: center;
     font-size: var(--lp_wrap_scrin_subtitle-1950, 20px); 
    color: #fff;
    text-transform: uppercase;   
     margin-left: 12px;
     width: 80%;
    margin: 0 auto;
}
.lp_wrap_6scrin_row_box {
    display: flex;
    flex-direction: column;
    width: 141px;
    margin-bottom: 20px;
}
.lp_wrap_6scrin_row_box:nth-child(4) {
    margin-left: 40px;
}
.lp_wrap_6scrin_icon {
    margin: 0 auto;
    width: 72px;
}
.lp_wrap_6scrin_text {
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.lp_wrap_5scrin_row_center {
    margin-top: 124px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lp_wrap_7scrin_center {
    width: 640px;
    margin: 0 auto;
    padding-top: 30px;
}
.lp_wrap_7scrin_title {
    margin-bottom: 46px;
}
.lp_wrap_7scrin_list {
    width: 70%;
    margin: 0 auto;
    margin-top: 100px;
}

.lp_wrap_7scrin_list_box_numm {
    border-radius: 50%;
    border: 5px solid #008AB5;
    color: #008AB5;
    text-align: center;
    margin-right: 25px;
    padding: 0px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lp_wrap_7scrin_list_box_text {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 120%;
}
.lp_wrap_7scrin_list_row_dot {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 15px;
}
.lp_wrap_7scrin_list_row_dot img {
    height: 60px;
}
.scrin_box1 {
    position: absolute;
    top: -70px;
    left: -130px;
 width: 120px;
}
.scrin_box1 img {
   width: 100%;
}

.scrin_box2 {
    position: absolute;
    top: -80px;
    right: -126px;
   width: 120px;
}
.scrin_box2 img {
   width: 100%;
}
.scrin_box3 {
    position: absolute;
    top: -70px;
    left: -130px;
  width: 120px;
}

.scrin_box3 img {
   width: 100%;
}
.scrin_box4 {
    position: absolute;
    top: -80px;
      right: -126px;
   width: 120px;
}
.scrin_box4 img {
   width: 100%;
}
.lp_wrap_8scrin_center {
    width: 640px;
    margin: 0 auto;
}
.lp_wrap_8scrin_box_l {
    width: 40%;
    background-color: #fff;
    padding-top: 40px;
    padding-right: 10px;
}
.lp_wrap_8scrin_box_r {
    padding: 40px;
    padding-top: 26px;
    padding-bottom: 39px;
    background-color: #0D0C17;
    width: 60%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
    z-index: 5;
    padding-left: 61px;
}

.lp_wrap_8scrin_box_title h2 {
    font-size: var(--lp_wrap_scrin_title-1950,  36px);  
    color: #fff;
    text-align: center;
    margin: 0px;
    text-transform: uppercase;
}
.lp_wrap_8scrin_box_subtitle {
       font-size: var(--lp_wrap_scrin_subtitle-1950, 24px); 
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 31px;
}


.lp_wrap_8scrin_box_icon {
    width: 100px;
    display: flex;
    justify-content: end;
    margin: 0 auto;
    margin-bottom: 20px;
}
.lp_wrap_8scrin_box_icon  img{ width: 100%; }
.lp_wrap_9scrin {
    padding-top: 21px;
    padding-bottom: 27px;
}

.footer_contact {
    width: 80%;
    margin: 0 auto;
}



.lp_wrap_9scrin_center {
    width: 640px;
    margin: 0 auto;
}

.page_contact_center {
    width: 85%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.page_contact_slider {
    width:768px;
    margin: 0 auto;
}


.page_contact_slider_foto img {
    height: auto;
}
.lp_wrap_3scrin_box_icon_tm {
    margin: 0 auto;
    width: 80%;
}
.lp_wrap_3scrin_box_icon_tm img {
    width: 100%;
}
.page_row_center {
    width: 85%;
     margin: 0 auto;
}
.page_row {
    padding-top: 10px;
    padding-bottom: 20px;
}
.page_row_center_title {
    text-align: center;
    font-size: 48px;
    text-transform: uppercase;
}

.lp_wrap_5scrin {
    padding-bottom: 159px;
}

.lp_wrap_5scrin_center {
    width: 640px;
    margin: 0 auto;
    padding-top: 32px;
}

.lp_wrap_5scrin_row_center_logo {
    width: 150px;
}
.lp_wrap_5scrin_row_center_logo img {
    width: 100%;
}


.lp_wrap_5scrin_row_center_logo:before {
    content: "";
    position: absolute;
    background-image: url(../img/arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 202px;
    width: 206px;
    z-index: 0;
    left: 215px;
    top: -46px;
}


.lp_wrap_5scrin_box  {}
.lp_wrap_5scrin_box_numm {
    
   width:2em;
  height:1em;
  padding: 0.5em 0;
    color: #008AB5;
    border-radius: 50%;
    border: 3px solid #008AB5;
    font-size: 24px;
    font-weight: 600;  
    text-align: center;
    margin-right: 12px;
    margin-left: 12px;
    display: inline-block;


}
.lp_wrap_5scrin_box_text {
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.lp_wrap_5scrin_box_subtext {
    color: #fff;
    font-size: 14px;
    text-align: center;

}





.box1 {
    position: absolute;
    right: 138px;
    top: -114px;
}
.box2 {
    position: absolute;
    right: -14px;
    top: -23px;
}

.box3 {
    position: absolute;
    right: -5px;
    top: 76px;
}
.box4 {
    position: absolute;
    right: 12px;
    top: 156px;
}

.box5 {
    position: absolute;
    left: 82px;
    top: 156px;
    flex-direction: row-reverse;
}

.box6 {
    position: absolute;
    left: 18px;
    top: 74px;
    flex-direction: row-reverse;
}

.box7 {
    position: absolute;
    left: 19px;
    top: -26px;
    flex-direction: row-reverse;
}

.lp_wrap_8scrin_row_btn {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 234px;
    margin: 0 auto;
}


a.topbtn_link {
    padding: 7px;
   
    display: flex;
    justify-content: center;
    align-self: unset;
    align-items: unset;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 20px;
    background-image: url(../img/bg_btn.png);
    background-repeat: no-repeat;   
    width: 100%;
    text-transform: uppercase;
 
}

.topbtn_link span {
margin-top: 5px;
display: block;


}

.lp_wrap_9scrin_title h2 {
    text-align: center;
    font-size:  var(--lp_wrap_scrin_title-1950,  24px); 
    color: #fff;
    text-transform: uppercase;
    line-height: 140%;
    margin: 0px;
}




.footer_contact_row {
    display: flex;
    justify-content: center;
   
    width: 50%;
    margin: 0 auto;
     margin-bottom: 22px;
}



.footer_contact_row_text {
    font-size: 18px;
    color: #fff;
    text-align: center;
}


.lp_wrap_2scrin_center {
    width: 85%;
    margin: 0 auto;
    padding-top: 59px;
}


.lp_wrap_2scrin {
    background-color: #0D0C17;
    padding-bottom: 66px;
}


.lp_wrap_2scrin_title h2 {
    text-transform: uppercase;
    line-height: 150%;
    text-align: center;
    color: #fff;
    font-size:   var(--lp_wrap_scrin_title-1950,  26px); 
    margin: 0px;
    padding: 0px;
}



.lp_wrap_7scrin_title h2 {
    text-align: center;
    font-size: var(--lp_wrap_scrin_title-1950,  26px); 
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
}





.page_wrap {
    margin: 0;
    background-image: url(../img/bg_page_sc1.jpg);
    background-position: 0 0;
    background-size: 50% 245px;
    background-repeat: no-repeat;
    height: 255px;
    background-color: #0D0C17;
}

.page_wrap_center {
    width: 85%;
    margin: 0 auto;
    display: flex;
}

.page_wrap_top_row_r {
    width: 50%;
    background-color: #0D0C17;
    position: relative;
    height: auto;
}
.page_wrap_top_title {
    margin-top: 13px;
   font-size: var(--lp_wrap_scrin_title-h1,  32px); 
    color: #fff;
    text-align: center;
    z-index: 5;
}
.page_wrap_top_row_r:before {
    content: "";
    position: absolute;
    background-image: url(../img/bg_r_page_sc1.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 250px;
    width: 328px;
    z-index: 0;
    left: -122px;
    top: -5px;
}
.page_btn {
    display: flex;
    justify-content: center;
    width: 70%;
    margin: 0 auto;
    z-index: 5;
    margin-top: 55px;
}


a.modbtn {
    padding: 10px;
    padding-bottom: 33px;
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-self: unset;
    align-items: unset;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background-image: url(../img/bg_btn.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    /* height: 100px; */
    text-transform: uppercase;
    z-index: 2;
}
.page_sc2_center {
    width: 650px;
    margin: 0 auto;
    display: flex;
}

.page_wrap_sc2_title {
    margin-top: 20px;
    color: #00A0E3;
    font-size: 32px;
}
.page_wrap_sc2_text {
    margin-top: 20px;
    color: #fff;
    font-size: 18px;
    width: 70%;
}
a.page_btn_link {
    display: block;
    padding: 11px;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 11px;
}
.page_sc2_btn {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 50%;
}
.page_wrap_sc2_slider {
    margin-left: 0px;
    margin-top: 90px;
    margin-bottom: 63px;
    width: 100%;
}
.lp_wrap_9scrin_text {
   
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
     margin-bottom: 40px;
            display: grid;
   grid-template-columns: 60% 40%;
   grid-gap: 20px;
}
.lp_wrap_9scrin_text_row {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.lp_wrap_9scrin_text_subrow {
 
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
      color: #008ab5;
  font-weight: 800;
}
.page_row_center_title {
    margin-top: 20px;
     margin-bottom: 20px;
}
.page_row_center_title h2 {
  margin: 0px;
    text-align: center;
    font-size: var(--lp_wrap_scrin_title-1950,  32px); 
    text-transform: uppercase;
}

.page_row_center_subtitle {
    text-align: center;
      font-size: var(--lp_wrap_scrin_subtitle-1950, 26px); 
    text-transform: uppercase;
}
.page_sc3_center {
    width: 85%;
    margin: 0 auto;
    display: flex;
}
.box_hide {
    height: 37px;
}
.page_wrap_sc3_title {
    color: #fff;
    font-size: 24px;
    margin-left: 0px;
}
.page_wrap_sc3_text {
    margin-top: 20px;
    color: #fff;
    font-size: 20px;
    margin-left: 0px;
}
.page_wrap_sc3_text_price {
    margin-left: 0px;
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
}
.page_wrap_sc3_text_price span {
    color: #00A0E3;
    font-size: 20px;
}
.page_wrap_sc3_row_box {
    margin-top: 69px;
    margin-bottom: 100px;
    position: relative;
}
.page_wrap_sc3_row_box:nth-child(2) {
    margin-top: 136px;
    margin-bottom: 161px;
}
.page_sc4_row_center {
    width: 80%;
    margin: 0 auto;
}
.page_sc4_center_title {
     margin-top: 20px;
    margin-bottom: 20px;
}
.page_sc4_center_title h2 {
  margin: 0px;
    text-align: center;
    font-size:  var(--lp_wrap_scrin_title-1950,  24px); 
    text-transform: uppercase;
}
.page_sc4_center_subtitle {
    text-align: center;
      font-size: var(--lp_wrap_scrin_subtitle-1950, 20px); 
    text-transform: uppercase;
}
.page_sc4_row_center_btnrow {
    margin-top: 31px;
    display: flex;
    justify-content: space-between;
   
}
a.btn_page {
    padding-top: 8%;
    padding-bottom: 10%;
    display: flex;
    justify-content: center;
    align-self: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 22px;
    background-image: url(../img/btn_page.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    text-transform: uppercase;
    z-index: 2;
}
.page_sc4_row_center_btnbox {


  width: 50%;
}
ul.list {
  margin: 0px;
  padding: 0px;
  width: 80%;
}
.list  li{   font-size: 16px; }

.page_contact_slider {
    width: 85%;
    margin: 0 auto;
}
.lp_wrap_3scrin_row_tm {
    display: flex;
    gap: 10px;
}
.lp_wrap_3scrin_box_text_tm {
    margin-top: 14px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.lp_wrap_3scrin_box_subtext_tm {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.footer {
    background-color: #0D0C17;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer_logo {
    position: absolute;
    left: 10px;
    bottom: 70px;
    width: 150px;
}



.modbtn span{ display: block; margin-top: 7px; }
}







































@media   (min-width:320px)  and (max-width: 700px) {


:root{
 --lp_wrap_scrin_title-1950:  18px;
 --lp_wrap_scrin_subtitle-1950:  12px;
 --lp_wrap_scrin_title-h1:  18px;
}

  .hed_wrap {background-color: #0d0c17; }


.hed {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-flow: column;
    width: 98%;
    margin: 0 auto;
}
.hed_logo {
  
    width: 150px;
    margin: 0 auto;
      margin-top: 13px;

}
.hed_logo img {

    width:100%;
   
}

.hed_text {
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
}

.hed_contact {
    margin-top: 20px;
    margin-bottom: 4px;
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-flow: column;
    gap: 0px;
    text-align: left;
}
.hed_contact_row {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 6px;
}

.hed_contact_row_icon {
    width: 15px;
    margin-right: 5px;
    margin-top: 5px;
}
.hed_contact_row a {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}
.top_menu {
    background-color: #0D0C17;
    display: flex;
    justify-content: left;
}
.top_menu_row {
 width: 98%;
 margin: 0 auto;
}
.top_menu_style {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;    
    margin-top: 10px;
    margin-bottom: 10px;
}
.top_menu_style li {
    list-style: none;
    font-size: 10px;
    margin-left: 5px;
}

.top_menu_style a {
    color: #fff;
    text-transform: uppercase;
    padding: 2px;
}
li.top_menu_style_activ a {
    background-color: #12A3D4;
    text-decoration: none;
    border-radius: 40px;
    padding-left: 4px;
    padding-right: 4px;
}
.lp_wrap {
    background-color: #0D0C17;
    color: #fff;
    display: flex;
    position: relative;
    padding-bottom: 15px;
    background-position: 40% center;
   
}
.lp_wrap_center {
    width: 98%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.lp_wrap_top_row {
    width: 50%;
    position: relative;
}
.lp_wrap_top_title {
    width: 50%;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    margin-top: 18px;
    letter-spacing: 1px;
    font-family: Exo2-Black;
    margin-left: 9px;
}
.lp_wrap_top_title span {
    font-size: 12px;
    color: #008AB5;
    display: block;
}
.topbtn {
    margin-top: 16px;
    margin-bottom: 7px;
    width: 58%;
}
a.topbtn_link {
    letter-spacing: 1px;
    padding: 3px;
    display: block;
    align-self: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 10px;
    font-weight: 800;
    background-image: url(../img/bg_btn.png);
    background-repeat: no-repeat;
    width: 100%;
    text-transform: uppercase;
}
.topbtn_link span {
    letter-spacing:1px;
    margin-top: 0px;
    display: block;
    padding: 8px;
    font-size: 15px;
}

.lp_wrap_3scrin {
    background-color: #0D0C17;
    padding-bottom: 39px;
    position: relative;
    top: -8px;
    z-index: 5;
    margin-bottom: -8px;
}

.lp_wrap_top_subtitle {
    font-family: Exo2-Black;
    text-align: right;
    position: absolute;
    margin-top: 103px;
    padding-left: 40px;
    padding-top: 9px;
    padding-bottom: 12px;
    padding-right: 15px;
    margin-left: -1px;
    font-size: 10px;
    z-index: 1;
    background-image: url(../img/bg_subtitle.png);
    background-repeat: no-repeat;
    background-size: auto;
    text-transform: uppercase;
}
.lp_wrap_top_subtitle_line {
    width: 100px;
    margin-left: auto;
    border-bottom: 2px solid #fff;
    margin-top: 5px;
    width: 100px;
}

.lp_wrap_3scrin_center {
    width: 98%;
    margin: 0 auto;
    padding-top: 40px;
}
.lp_wrap_3scrin_title_line {
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    background-image: url(../img/line_sc4.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 3px;
}


.lp_wrap_3scrin_title {
    margin-bottom: 19px;
}
.lp_wrap_3scrin_title h2 {
    text-transform: uppercase;
    line-height: 120%;
    text-align: center;
    color: #fff;
    font-size: var(--lp_wrap_scrin_title-1950,  26px); 
    margin: 0px;
    padding: 0px;
}

.lp_wrap_3scrin_box {
    width: 25%;
    margin-bottom: 9px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.lp_wrap_3scrin_box_icon {
    text-align: center;
    height: auto;
    width: 100%;
       margin-left:15px;
    margin-right: 15px;
}
.lp_wrap_3scrin_box_icon  img{
  width: 100%;
}

.lp_wrap_3scrin_box_text {
    margin-top: 10px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    font-weight: 700;
}
.lp_wrap_3scrin_row_contact {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.lp_wrap_3scrin_row_contact {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lp_wrap_3scrin_row_contact_box {
    width: 100%;
    margin: 0px;
    margin-top: 20px;
}

.lp_wrap_3scrin_row_contact_box_title {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 17px;
    text-transform: uppercase;
}

.lp_wrap_3scrin_contact_icon_row {
    display: flex;
    justify-content: space-around;
    gap: 3px;
    margin-top: 22px;
}
.lp_wrap_3scrin_contact_icon {
    background-color: #fff;
    border-radius: 15px;
    padding: 10px 10px 0px 10px;
    position: relative;
}
.lp_wrap_3scrin_contact_icon_ring_top {
    position: absolute;
    top: -9px;
    right: -31px;
}
.lp_wrap_3scrin_contact_icon_ring_top img {
    width: 60%;
}
.lp_wrap_3scrin_contact_icon_ring_boot img {
    width: 60%;
}
.lp_wrap_3scrin_contact_icon_ring_boot {
    transform: rotate(180deg);
    position: absolute;
    left: -9px;
    bottom: -10px;
}
.lp_wrap_3scrin_contact_icon-mod {
    background-color: #fff;
    border-radius: 15px;
    padding: 10px 10px 6px 10px;
    position: relative;
}



.lp_wrap_3scrin_contact_icon_ring_boot {
    transform: rotate(180deg);
    position: absolute;
    left: -28px;
    bottom: -16px;
}

.lp_wrap_2scrin {
    background-color: #0D0C17;
    padding-bottom: 32px;
}
.lp_wrap_2scrin_center {
    width: 98%;
    margin: 0 auto;
    padding-top: 25px;
}
.lp_wrap_2scrin_title {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 28px;
}
.lp_wrap_2scrin_title h2 {
    text-transform: uppercase;
    line-height: 120%;
    text-align: center;
    color: #fff;
    font-size: var(--lp_wrap_scrin_title-1950,  26px); 
    margin: 0px;
    padding: 0px;
}
.lp_wrap_2scrin_row_btn {
    width: 41%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-self: center;
}



.lp_wrap_4scrin {
    background-image: url(../img/bg_sc4.jpg);
    background-repeat: repeat;
    background-size: cover;
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: #0D0C17;
}

.lp_wrap_4scrin_title h2 {
    text-align: center;
    font-size:  var(--lp_wrap_scrin_title-1950,  26px); 
    color: #fff;
}
.lp_wrap_4scrin_text {
    margin-top: 13px;
    color: #00A0E3;
      font-size: var(--lp_wrap_scrin_subtitle-1950, 18px); 
    text-align: center;
}
.lp_wrap_4scrin_text2 {
  
   font-size: 20px; 
       font-weight: 400;
    text-align: center;
    width: 95%;
    margin: 0 auto;
      margin-top: 10px;
      margin-bottom: 15px;
}
.lp_wrap_4scrin_subtitle {
   
    margin-top: 16px;
       font-size: 20px; 
       font-weight: 800;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.lp_wrap_4scrin_row_btn {
   
    display: flex;
    justify-content: center;
    width: 30%;
    margin: 0 auto;
     margin-top: 40px;
}
.lp_wrap_4scrin_row_btn {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    padding-bottom: 0px;
}
.lp_wrap_5scrin {
    overflow: hidden;
    padding-bottom: 75px;
}
.lp_wrap_5scrin_center {
    width: 370px;
    margin: 0 auto;
    padding-top: 10px;
}
.lp_wrap_5scrin_title h2 {
    text-align: center;
    font-size: var(--lp_wrap_scrin_title-1950,  20px); 
    color: #fff;
}

.lp_wrap_5scrin_row_center {
    margin-top: 21px;
    margin-bottom: 22px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.lp_wrap_5scrin_title {
    margin-top: 20px;
    margin-bottom: 124px;
}
.lp_wrap_5scrin_row_center_logo {
    width: 55px;
}
.lp_wrap_5scrin_row_center_logo  img{
    width:100%;
}
.lp_wrap_5scrin_row_center_logo:before {
    content: "";
    position: absolute;
    background-image: url(../img/steps.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 90px;
    width: 90px;
    z-index: 0;
    left: 132px;
    top: -28px;
}
.lp_wrap_5scrin_row {
    position: relative;
    padding-right: 10px;
}
.lp_wrap_5scrin_row_list {
    width: 350px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
  
}
.lp_wrap_5scrin_box {
    display: flex;
    align-items: center;
      width: 160px;
    margin-bottom: 0px;
    padding-right: 0px;
    word-wrap: break-word;
   
}
.lp_wrap_5scrin_box_numm {
    width: 25px;
    height: 25px;
    color: #008AB5;
    border-radius: 50%;
    border: 2px solid #008AB5;
    padding: 0px;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    margin-right: 5px;
    margin-left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lp_wrap_5scrin_box_text {
    color: #fff;
    font-size: 9px;
    text-align: left;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    word-wrap: break-word;
    font-weight: normal;
}
.lp_wrap_5scrin_box_subtext {
    color: #fff;
    font-size: 8px;
    text-align: center;
    font-weight: normal;
    margin-top: 0px;
}
.box1 {
    position: absolute;
    right: 31px;
    top: -135px;
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    gap: 0px;
}

.box2 {
    position: absolute;
    right: -10px;
    top: -105px;
    width: 138px;
}
.box3 {
    position: absolute;
    right: -21px;
    top: -50px;
    width: 138px;
}
.box4 {
    position: absolute;
    right: -10px;
    top: 2px;
}
.box5 {
    position: absolute;
    left: -10px;
    top: 2px;
}
.box6 {
    position: absolute;
    left: -42px;
    top: -50px;
}
.box7 {
    position: absolute;
    left: -33px;
    top: -105px;
}




.lp_wrap_6scrin {
    overflow: hidden;
    background-position: 28% center;
}
.lp_wrap_6scrin_center {
    width: 95%;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 39px;
    padding-left: 0px;
}
.lp_wrap_6scrin_top_title h2 {
    text-align: center;
    font-size: 17px; 
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
}
.lp_wrap_6scrin_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    width: 82%;
    margin-left: 22%;
}

.lp_wrap_6scrin_top_title {
    margin: 0 auto;
    max-width: 230px;
    margin-bottom: 23px;
}
.lp_wrap_6scrin_top_subtitle {
    text-align: center;
      font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 11px;
    max-width: 230px;
    margin: 0 auto;
}
.lp_wrap_6scrin_row_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 110px;
    margin-bottom:3px;

}
 .lp_wrap_6scrin_row_box:nth-child(3) {

   margin-left: 20px;
   } 
 .lp_wrap_6scrin_row_box:nth-child(5) {

   margin-left: 46px;
   } 


.lp_wrap_6scrin_icon {
 width: 45px;
height: 45px;
}
.lp_wrap_6scrin_icon img {
width: 45px;
height: 45px;
}

.lp_wrap_6scrin_text {
    text-align: left;
    font-size: 11px;
    color: #fff;

}
.lp_wrap_6scrin_row_box:nth-child(4) {
    margin-left: 0px;
}

.lp_wrap_7scrin_center {
    width: 98%;
    margin: 0 auto;
    padding-top: 29px;
}
.lp_wrap_7scrin_title h2 {
    text-align: center;
    font-size: var(--lp_wrap_scrin_title-1950,  24px);  
    color: #fff;
    text-transform: uppercase;
}
.lp_wrap_7scrin_title {
    margin-bottom: 46px;
}
.lp_wrap_7scrin_list {
    width: 98%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.lp_wrap_7scrin_list_row_dot {
   
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 20px;
    height: auto;
}



.lp_wrap_7scrin_list_row_dot img {  height: 50px;}

.lp_wrap_7scrin_list_box {
    display: flex;
    flex-wrap: nowrap;
    align-items: start;
    justify-content: start;
    width: calc(100% - 80px);
    margin-left: 80px;
}
.lp_wrap_7scrin_list_box_numm {
    border-radius: 50%;
    border: 5px solid #008AB5;
    color: #008AB5;
    text-align: center;
    margin-right: 25px;
    padding: 0px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.lp_wrap_7scrin_list_box_numm span {
    display: block;
    font-size: 32px;
}
.lp_wrap_7scrin_list_box_text {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    line-height: 120%;
    text-align: left;
    font-weight: 600;
}
.lp_wrap_7scrin_list_box_text_day {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 100%;
    color: #008AB5;
    margin-top: 8px;
}
.lp_wrap_7scrin_list_box_numm_row {
    margin-bottom: 10px;
    margin-right: 10px;
}
.lp_wrap_7scrin {
    background-color: #0D0C17;
    padding-bottom: 48px;
    background-repeat: no-repeat;
}

.scrin_box1 {
    position: absolute;
    top: -7px;
    left: 1px;
    width: 68px;
    height: 68px;
}
.scrin_box1 img {
    border-style: none;
    width: 100%;
}

.scrin_box2  {
    position: absolute;
    top: -7px;
    left: 1px;
    width: 68px;
    height: 68px;

}


.scrin_box2 img {
    border-style: none;
    width: 100%;
}



.scrin_box3  {
     position: absolute;
    top: -7px;
    left: 1px;
    width: 68px;
    height: 68px;

}



.scrin_box3 img {
    border-style: none;
    width: 100%;
}



.scrin_box4  {
    position: absolute;
    top: -7px;
    left: 1px;
    width: 68px;
    height: 68px;

}



.scrin_box4 img {
    border-style: none;
    width: 100%;
}



.lp_wrap_8scrin {
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: red;
    background: linear-gradient(to right, #0d0c17 50%, #0d0c17 50%, #0d0c17 80%, #0D0C17 80%);
}

.lp_wrap_8scrin_center {
    width: 98%;
    margin: 0 auto;
}
.lp_wrap_8scrin_row {
    display: flex;
    flex-wrap: wrap;
    flex-flow: column-reverse;
}
.lp_wrap_8scrin_box_l {
    width: 100%;
    background-color: #fff;
    padding-top: 19px;
    padding-right: 0px;
}
.lp_wrap_8scrin_box_title {
    margin-bottom: 7px;
}
.lp_wrap_8scrin_box_r {
    padding: 1px;
    padding-top: 27px;
    padding-bottom: 26px;
    background-color: #0D0C17;
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 5;
}

.lp_wrap_8scrin_box_title h2 {
    font-size: var(--lp_wrap_scrin_title-1950,  24px); 
    color: #fff;
    text-align: center;
    margin: 0px;
    text-transform: uppercase;
}
.lp_wrap_8scrin_box_subtitle {
      font-size: var(--lp_wrap_scrin_subtitle-1950, 20px); 
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 26px;
}
.lp_wrap_8scrin_box_icon {
    text-align: center;
    
    width: 200px;
    margin:0 auto;
 margin-bottom: 29px;
}
.lp_wrap_8scrin_box_icon img {
    width: 50%;
}
.lp_wrap_8scrin_row_btn {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 30%;
    margin: 0 auto;
}

.lp_wrap_9scrin {
    overflow: hidden;
    padding-top: 18px;
    padding-bottom: 40px;
    padding-bottom: 25px;
}

.lp_wrap_9scrin_center {
    width: 98%;
    margin: 0 auto;
}

.lp_wrap_9scrin_title h2 {
    text-align: center;
    font-size: var(--lp_wrap_scrin_title-1950,  18px);  
    color: #fff;
    text-transform: uppercase;
    line-height: 120%;
    margin: 0px;
}
.lp_wrap_9scrin_row_btn {
    
    display: flex;
    justify-content: center;
    width: 40%;
    margin: 0 auto;
    margin-top: 20px;
}

.footer {
    background-color: #0D0C17;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}
.footer_logo {
    width: 150px;
    margin: 0 auto;
    position: unset;
    display: flex;
    justify-content: center;
    left: 40px;
    bottom: 40px;
    margin-bottom: 8px;
}
.footer_logo img {
 width: 100%;
}


.footer_contact {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.page_sc2_wrap {
    background-position: 0 0;
    background-size: 50% 35%;
    background-repeat: no-repeat;
    background: linear-gradient(to right, #0D0C17 40%, #0d0c17 0%);
}


.page_wrap {
    margin: 0;
    background-image: url(../img/bg_page_sc1.jpg);
    background-position: 0 0;
    background-size: 77vw 185px;
    background-repeat: no-repeat;
    height: auto;
    background-color: #0D0C17;
}



.page_wrap_center {
    width: 98%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.page_wrap_top_row_l {
    width: 40%;
}
.page_wrap_top_row_r {
    width: 55%;
    background-color: #0D0C17;
    position: relative;
    height: auto;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
    padding-left: 5%;
}
.page_wrap_top_row_r:before {
    content: "";
    position: absolute;
    background-image: url(../img/bg_r_page_sc1.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 811px;
    width: 410px;
    z-index: 0;
    left: -400px;
    top: -5px;
    display: none;
}

.page_wrap_top_title {
    margin-top: 17px;
    font-size: var(--lp_wrap_scrin_title-h1,  24px); 
    color: #fff;
    text-align: center;
    z-index: 5;
}
.page_btn {
   
    display: flex;
    justify-content: center;
    z-index: 5;
    margin-left: 11px;
    width: 55%;
    margin: 0 auto;
     margin-top: 23px;
     margin-bottom:23px;
}
.page_sc2_center {
    width: 98%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.page_wrap_sc2_row_l {
    width: 100%;
    background-color: #0D0C17;
    -webkit-clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}


.page_wrap_sc2_title {
    margin-top: 19px;
    color: #00A0E3;
    font-size: 24px;
    font-size: 24px;
    text-align: left;
     margin-left: 5%;
}
ul.list {
    width: 80%;
    margin: 0 auto;
    padding: 0px;
}
.page_wrap_sc2_row_r {
    width:100%;
    margin: 0 auto;
    background-color: #fff;
}
.page_wrap_sc2_text {
    margin-top: 28px;
    color: #fff;
    font-size: 14px;
    width: 90%;
    margin-left: 5%;
}
.page_sc2_btn {
    margin-top: 12px;
    margin-bottom: 15px;
    width: 80%;
      margin-left: 5%;
}
a.page_btn_link {
    display: block;
    padding: 20px;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 25px;
}
.page_wrap_sc2_slider {
    
    margin-bottom: 16px;
    width: 80%;
    margin: 0 auto;

    margin-top: 19px;
}
.lp_wrap_9scrin_text {
    margin-bottom: 100px;
    width: 95%;
    margin: 0 auto;
    margin-top: 15px;
          display: grid;
   grid-template-columns: 60% 40%;
   grid-gap: 20px;
}
.lp_wrap_9scrin_text_row {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.lp_wrap_9scrin_text_row span.white {
  font-size: 14px;
}
.lp_wrap_9scrin_text_subrow {
  
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 19px;
      color: #008ab5;
  font-weight: 800;
}



.page_row_center {
    width: 98%;
    margin: 0 auto;
}


.page_row_center_title {
  margin-top: 10px;
  margin-bottom: 10px;
  
}
.page_row_center_title  h2{
    text-align: center;
    font-size:var(--lp_wrap_scrin_title-1950,  18px);    
    text-transform: uppercase;
}

.page_row_center_subtitle {
    text-align: center;
       font-size: var(--lp_wrap_scrin_subtitle-1950, 16px); 
    text-transform: uppercase;
}


.page_sc3_center {
    width: 98%;
    margin: 0 auto;
    display: flex;
}



.box_hide {
    height: 33px;
}


.page_wrap_sc3_row_l {
    width: 50%;
    background-color: #0D0C17;
    -webkit-clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    display: flex;
    flex-flow: column;
}



.page_wrap_sc3_title {
    color: #fff;
    font-size: 18px;
    margin-left: 5%;
}


.page_wrap_sc3_text {
    margin-top: 10px;
    color: #fff;
    font-size: 12px;
    margin-left: 5%;
    width: 90%;
}
.page_wrap_sc3_row_line {
    height: 3px;
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
}

.page_wrap_sc3_text_price {
  
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
     margin-left: 5%;
    width: 98%;
}


.page_wrap_sc3_text_price span {
    color: #00A0E3;
    font-size: 14px;
}



.page_wrap_sc3_row_box {
    margin-top: 34px;
    margin-bottom: 75px;
    position: relative;
    margin-left: 20px;
}
.page_wrap_sc3_row_box:nth-child(2) {
    margin-top: 35px;
    margin-bottom: 81px;
}
.page_wrap_sc3_row_box:nth-child(3) {
    margin-top: 50px;
    margin-bottom: 0px;
}

.page_sc4_row {
    padding-top: 20px;
    padding-bottom: 30px;
}
.page_sc4_row_center {
    width: 98%;
    margin: 0 auto;
}



.page_sc4_center_title {
margin-top: 20px;
margin-bottom: 20px;
}
.page_sc4_center_title h2 {
    text-align: center;
    font-size: var(--lp_wrap_scrin_title-1950, 18px);  
    text-transform: uppercase;
    margin: 0px;
}


.page_sc4_center_subtitle {
    text-align: center;
       font-size: var(--lp_wrap_scrin_subtitle-1950, 16px); 
    text-transform: uppercase;
}
.page_sc4_row_center_btnrow {
    margin-top: 11px;
    display: flex;
    justify-content: space-between;
}

.page_sc4_row_center_btnbox {


  width: 50%;
}
a.btn_page {
    padding-top: 8%;
    padding-bottom: 29px;
    display: flex;
    justify-content: center;
    align-self: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background-image: url(../img/btn_page.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    text-transform: uppercase;
    z-index: 2;
}
a.modbtn {
    padding: 0px;
    padding-bottom: 0px;
    display: flex;
    justify-content: center;
    align-self: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background-image: url(../img/btn_page.png);
    background-repeat: no-repeat;
  
    width: 100%;
    text-transform: uppercase;
  
}
a.modbtn span{
 padding-top: 0px; 
margin-top: 12px;
}

.page_contact_center {
    width: 98%;
    margin: 0 auto;
    padding-top: 26px;
    padding-bottom: 23px;
}


.page_contact_title {
    margin-bottom: 9px;
}



.page_contact_slider {
    width: 95%;
    margin: 0 auto;
}


.page_contact_slider {
    width: 95%;
    margin: 0 auto;
}

.lp_wrap_3scrin_row {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
}
.lp_wrap_3scrin_box_contact {
    display: flex;
    width: 50%;
    margin: 0px;
    margin-bottom: 10px;
    align-items: center;
}
.lp_wrap_3scrin_page_box_icon {
    margin-right: 10px;
    width: 24px;
}

.lp_wrap_3scrin_page_box_icon  img{
    width: 100%;
}
.lp_wrap_3scrin_page_text {
    font-size: 12px;
    color: #fff;
}
.page_row {
    padding-top: 10px;
    padding-bottom: 10px;
}


.page_contact_slider_foto img {
    height: auto;
}


.row_sert {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}
.row_sert_foto {
    width: 45%;
}
.lp_wrap_3scrin_row_tm {
    display: flex;
    flex-wrap: wrap;
     justify-content: center;
    gap: 10px;
}


.lp_wrap_3scrin_box_tm {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 45%;
}

.lp_wrap_3scrin_box_subtext_tm {
    margin-top: 10px;
    font-size: 24px;
    color: #fff;
}
.lp_wrap_3scrin_box_icon_tm {}
.lp_wrap_3scrin_box_icon_tm img{ width: 100%; }

.lp_wrap_3scrin_box_text_tm {
    margin-top: 15px;
    text-align: center;
    font-size: 15px;
    color: #fff;
}
.lp_wrap_3scrin_box_subtext_tm {
    margin-top: 10px;
    font-size: 12px;
    color: #fff;
    max-width: 150px;
}

.page_contact_title h1 {
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
    color: #fff;
    font-size: 20px;
}
.page_wrap_sc3_row_r_foto {
    width: 125%;
}
.footer_contact_row_text {
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.footer_contact_row {
    display: flex;
    justify-content: center;
    margin-bottom: 11px;
    width: 95%;
}
.footer_contact_row_icon {
    margin-right: 6px;
    width: 18px;
}
.footer_contact_row_icon img {
    width: 100%;
}
.footer_contact_row_text a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
.popup__window {
    width: 90%;
}
#popmake-32.pum-container.popmake.theme-24.size-custom.active.custom-position,
#popmake-345.pum-container.popmake.theme-24.size-custom.active.custom-position{
width: 70% !important;
top: 50% !important;
    left: 50% !important;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.pum-theme-24 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close{
    width: 36px;
    height: 36px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.popup__container input.btn{
    width: 100%;
    height: 59px;
    font-size: 18px;
    border-radius:60px;
    background: url(../img/btn-bg.png) no-repeat center/contain;
}
.wpcf7-form-control.wpcf7-textarea{
    height: 100px;
}

}
.lp_wrap_9scrin_text2 {
    color: #fff;
    text-align: center;
    font-size: 24px;
}
@media (max-width: 767px) {
    .lp_wrap_9scrin_text2 {
        font-size: 16px;
        margin-top: 15px;
    }
}