@media only screen and (max-width: 600px) {

body{
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  margin: auto;
  padding:0;
}


h1, h2, h3, h4, h5, h6{    
  font-size: 30px; 
  font-family: Gilroy-ExtraBold;
  font-weight: 600;
  color: #314154; 
  text-transform: uppercase;      
}

    
    
.main-wrap {
  max-width: 600px;
  min-width: 360px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: auto;
  z-index: 10;
  text-align: center;  
}    
    
 
    
.wrap {
  width: 360px;
  margin: 0 auto;
  position: relative;
}    

    
header{
    display: inline-block;
    width: 100%;
    height: 65px;
    margin: auto;
    background: #000;
    color: #fff;
    position: fixed;
    top: 0;
    z-index: 9999;
}

header .center{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 5px 0 0 0;
}

header .logo{
    display: inline-block;
    text-align: center;
    float: left;
    margin: 5px 0 0 10px;
}

header .logo img{
    width: 100px;
}
    
.list{
    display: block;
    position: relative;
    top: 5px;
    right: 15px;
    float: right;
}  
    
.list img{
    width: 32px;
}

header .wp_b{
    display: inline-block;
    text-align: center;
}

header .wp_b img{
    width: 150px;
    position: relative;
    top: 0px;
    right: 5px;
}

header .wp_b .wp_b_v{
    margin: 0 0 0 0;
    font-family: Gilroy-Light; 
}

header .phone{
    display: inline-block;
    text-align: center;
    float: left;
    margin-left: 10px;
}

header .phone .phone_vb{
    margin: 10px 20px 0 15px;
    font-size: 19px;
    font-family: Gilroy-Light; 
}

header .phone .phone_vb img{
    width: 19px;
    position: relative;
    top: 4px;
    vertical-align: top;
}


.menu-list{
display: none;
margin: 10px 0px 0px 30px;  
text-align: center;
padding-bottom: 8px; 
float: left;   
}
    
    
.mob-container{
    display: inline-block;
}    


.video-container{
    display: none;
}
    
.mob_bac{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 400px;
    text-align: center;
    background: url(img/land01-2.jpg);
    background-size: cover;
}    
    
.mob_bac p{
    font-family: Gilroy-Bold; 
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-size: 32px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 105px;
}

.mob_bac p > span{
    font-family: Gilroy-Light;  
    font-size: 23px;
}    

.video_bac{
    display: none;
}


.fullscreen-bg {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
}
 
.fullscreen-bg__video {
    display: inline-block;

}

video{
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
z-index: -1;
width: 100%;
}
    
    .mob-container{
        display: inline-block;
        width: 100%;
    }    


.work{
    display: inline-block;
    width: 100%;
    height: auto;
    margin: auto;
    background: #000;
    padding: 30px 0 50px 0;
}

.work .top{
    width: 100%;
    height: 70px;
    text-align: center;
    background: #272727;
}

.work .top h1{
    margin: 0;
    padding: 0; 
    color: #fff;  
    font-size: 28px; 
    font-family: Gilroy-Light;    
    text-shadow: 1px 1px 1px #000;
    line-height: 60px;
}

.work .top .ver_b{
    width: 100%;
    margin: 5px 0 0 0;    
    display: inline-block;
}

.container-wr{
    width: 100%;
    text-align: center;    
    display: inline-block;
}

.top_menu{
    width: 100%;
    height: 180px;
    text-align: center;    
    display: inline-block;
}

.top_menu .ver_b{
    width: 100%;
    margin:40px 0px;    
    display: inline-block;
}

.top_menu .b_ox{
    width: 220px;
    margin-bottom: 28px;
    color: #fff;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-family: Gilroy-Light; 
    text-shadow: 1px 1px 1px #000;     
}

.top_menu .b_ox span {
    padding-bottom: 5px;
}

.top_menu .b_ox span:hover{
    border-bottom: none;
}

.video_con{
    display: inline-block;
    justify-content: space-between;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.video_con1{
    display: inline-block;
    justify-content: space-between;
    width: 100%;
    text-align: center;
}

.video_con2{
    display: inline-block;
    justify-content: space-between;
    width: 100%;
    text-align: center;
}

.box_con{
    vertical-align: top;
    display: inline-block;
    width: 366px;
    height: 206px;
    margin: 5px;
    position: relative;
}

.play{
   position: absolute;
   top: 0;
   width: 366px;
   height: 206px; 
   background: url(img/play.png);
    background-repeat: no-repeat;
    z-index: 99999;
}

.box_con:hover{
    opacity: 0.5;
    width: 366px;
    height: 206px;    
}

.box_con img{
    width: 366px;
    height: 206px;    
}




.carousel_bt{
    display: none;
    width: 100%;
    height: 110px;
    background: #54595f;
    text-align: center;
}

.carousel_bt .center{
    display: inline-block;
    width: 1366px;
    text-align: center;
}

.q_img{
    display: inline-block;
    width: 220px;
    height: 127px;
    position: relative;
    bottom: 15px;
}
.w_img{
    display: inline-block;
    width: 246px;
    height: 90px;
}
.e_img{
    display: inline-block;
    width: 200px;
    height: 107px;
}
.r_img{
    display: inline-block;
    width: 180px;
    height: 113px;  
    position: relative;
    bottom: -5px;  
}
.t_img{
    display: inline-block;
    width: 200px;
    height: 127px;
    position: relative;
    top: 15px;       
}
.y_img{
    display: inline-block;
    width: 220px;
    height: 127px;    
}



.st_ms{
    display: inline-block;
    width: 100%;
    height: 400px;
    text-align: center;
    background-image: url(img/32445.jpg);
    background-position: left -520px top -280px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    position: relative;
}

.st_ms .center{
    display: inline-block;
    width: 100%;
    text-align: center;
}

.st_ms .center .text_st_ms{
    display: inline-block;
    text-align: center;
    float: none;
    position: relative;
    top: 50px;
}

.st_ms .center .text_st_ms p{
    font-family: Gilroy-Light;  
    text-shadow: 1px 1px 1px #000;
    color: #fff;
    font-size: 38px;
    text-align: center; 
}


.st_ms .center .text_st_ms .button{
    display: inline-block;
    text-align: center;
    width: 100px;
    padding: 8px;
    background: #32bfc1;
    color: #fff;
    font-size: 22px; 
    border-radius: 4px;
    border: solid 1px #fff;
    font-family: Gilroy-Light; 
}


.po_zap{
    display: inline-block;
    width: 100%;
    height: 980px;
    text-align: center;
    background-image: url(img/678334.jpeg);
}

.po_zap .center{
    display: inline-block;
    width: 100%;
    text-align: center;
}

.po_zap .top{
    width: 100%;
    height: 100px;
    text-align: center;
    background: #272727;
}

.po_zap .top h1{
    margin: 0;
    padding: 0; 
    color: #fff;  
    font-size: 22px; 
    font-family: Gilroy-Light; 
    text-shadow: 1px 1px 1px #000;
}

.po_zap .top .ver_b{
    width: 100%;
    margin: 17px 0 0 0;    
    display: inline-block;
}

.icon{
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-left: -60px;
  padding-top: 80px;
}

.descr{
    display:none;
    padding:10px;
    margin-top:17px;
    background:#000;
    height:150px;
    color: #fff;
    font-family: Gilroy-Bold;     
    -moz-box-shadow:0 5px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow:0 5px 5px rgba(0,0,0,0.3);
    box-shadow:0 5px 5px rgba(0,0,0,0.3);
}

.icon .poster:hover .descr{
    display:block;
    position:absolute;
    top:140px;
    left: -10px;
    z-index:9999;
    width:200px;
    height: auto;
}

.icon .poster{
  position:relative;    
  display: inline-block;
  width: 200px;
  height: 200px;    
  text-align: center;
  margin-left: 50px;
  vertical-align: top;
}

.icon .poster > img{
    width: 90px;
}

.icon .poster > p{
  font-size: 18px;
  color: #fff;
  font-family: Gilroy-light;  
  padding: 0;
  margin: 0;
  padding-top: 15px;
  text-shadow: 1px 1px 1px #000;
}

.icon .poster > p > span{
  color: #fff;
  font-size: 15px;
  font-family: Gilroy-Light;
  position: relative;
  top: 10px;
}   


.off_r{
    display: inline-block;
    width: 100%;
    height: 600px;
    text-align: center;
    background-image: url(img/1256984.jpg);
    background-size: cover;
}

.off_r .center{
    display: inline-block;
    width: 100%;
    text-align: center;
}


.off_r .form {
  display: inline-block;
  width: 100%;
  text-align: left;
  position: relative;
  top: 50px;
  left: 0px;
  float: left;
}

.off_r .form p{
  font-family: Gilroy-Bold; 
  color: #fff !important;
  text-shadow: 1px 1px 1px #000;
  font-size: 32px;
  margin-left: 10px;
  text-transform: uppercase;
}

.off_r .form p > span{
    font-size: 38px;
}

.off_r .form input{
  display: inline-block;
  width: 300px;
  margin-bottom: 10px;
  text-align: center;
  padding: 12px;
  margin-left: 10px;
  font-family: Gilroy-Light; 
  font-size: 17px;
  text-align: left;
  border-radius: 4px;
  outline: none;
  border: none;
  border: solid 1px #000;
}


.off_r .form .button{
    display: inline-block;
    width: 300px;
    text-align: center;
    border-radius: 4px;
    background-color: #c31763;
    color: #fff;
    font-family: Gilroy-Light; 
    padding: 12px;
    border: none;
    text-transform: uppercase;
}


footer{
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 680px;
    padding: 30px 0 30px 0;
    background: #000;
}

footer .center{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-family: Gilroy-Light;  
    color: #fff;
    padding: 20px 0 0 0;
}

.menu_foot a{
  text-decoration: none;
  color: #fff;  
}


.menu_foot{
    display: inline-block;
    float: left;
    text-align: left;
    width: 100%;
    padding-left: 40px;
    margin-top: 20px;
}
    
.menu_foot_mob{
       display: none;
}    

.menu_foot .tb_men{
    font-family: Gilroy-Light; 
    font-size: 25px;
    text-align: left;
    margin-left: -10px;
}

.menu_foot .tb_men_r{
    font-family: Gilroy-Light; 
    font-size: 25px;
    text-align: left;
}

.menu_foot div{
    display: block;
    padding: 5px;
}

.menu_foot div > img{
    width: 18px;
    position: relative;
    right: 10px;
    top: 3px;
}


.menu_foot_two{
    display: inline-block;
    float: left;
    text-align: left;
    width: 100%;
    padding-left: 40px;
    padding-top: 20px;
}

.menu_foot_two .tb_men_r{
    font-family: Gilroy-Light; 
    font-size: 25px;
    text-align: left;
}


.menu_foot_two div{
    display: block;
    padding: 5px;
}

.menu_foot_two div > i{
    padding: 7px;
}

.menu_foot_two div > span{
    font-family: Gilroy-Bold; 
}

.menu_foot_two div > img{
    width: 18px;
    position: relative;
    right: 10px;
    top: 3px;
}


.logo_foot{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

.logo_foot img{
    width: 150px;
}


.box_center{
    display: inline-block;
    width: 100%;
    padding: 50px 0 30px 0;
    text-align: center;
    background: #000;
}

.box_center .wrap{
    padding-top: 50px;
}

.box_center .top{
    width: 100%;
    height: 70px;
    text-align: center;
    background: #272727;
}

.box_center .top h1{
    margin: 0;
    padding: 0; 
    color: #fff;  
    font-size: 28px; 
    font-family: Gilroy-Light;  
    text-shadow: 1px 1px 1px #000;
}

.box_center .top .ver_b{
    width: 100%;
    margin: 17px 0 0 0;    
    display: inline-block;
}


.box_center .left{
    display: inline-block;
    vertical-align: top;
    width: 325px;
}

.box_center .left p{
    font-family: Gilroy-Light; 
    text-align: left;
    color: #fff;
    font-size: 18px;
}

.box_center .left p > strong{
    font-family: Gilroy-Bold; 
    font-size: 25px;
}

.box_center .left .button{
    display: inline-block;
    text-align: center;
    width: 180px;
    padding: 8px;
    background: #e2000d;
    color: #fff;
    float: left;
    font-size: 16px; 
    border-radius: 2px;
    border: solid 1px #fff;
    font-family: Gilroy-Light; 
    margin-left: 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.box_center .left .button_2{
    display: inline-block;
    text-align: center;
    width: 250px;
    padding: 8px;
    background: none;
    color: #fff;
    float: left;
    font-size: 16px; 
    border-radius: 2px;
    border: solid 1px #fff;
    font-family: Gilroy-Light; 
    margin-left: 10px;
    text-transform: uppercase;
}

.box_center .right{
    display: inline-block;
    vertical-align: top;
    width: 325px;
    padding-top: 20px;
    position: relative;
}

.box_center .right img{
    width: 300px;
    position: relative;
    top: 10px;
}

.bor_r{
    display: inline-block;
    width: 325px;
    height: 220px;
    border: solid 1px #fff;
}


.footer{
  display: inline-block;
  width: 100%;
  height: 650px;
  text-align: center;
  padding-top: 40px;
  background: #000;
}

.footer{
    display: inline-block;
    width: 100%;
    height: auto;
    margin: auto;
    background: #000;
    padding: 50px 0 50px 0;
}

.footer .top{
    width: 100%;
    height: 70px;
    text-align: center;
    background: #272727;
}

.footer .top h1{
    margin: 0;
    padding: 0; 
    color: #fff;  
    font-size: 28px; 
    font-family: Gilroy-Light;   
    text-shadow: 1px 1px 1px #000;
}

.footer .top .ver_b{
    width: 100%;
    margin: 17px 0 0 0;    
    display: inline-block;
}


.footer .left{
  display: inline-block;
  width: 325px;
  text-align: center;
  vertical-align: top;
}

.footer .left .logo{
  display: block;
  font-family: Gilroy-Bold; 
  font-size: 33px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.24;
  letter-spacing: 0.4px;
  text-align: left;
  color: #fff;  
}

.footer .left .logo img{
  position: relative;
  top: 25px;
  right: 0px;
  width: 200px;
}

.footer .left .text{
  display: block;
  font-family: Gilroy-Light; 
  font-size: 16px;
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: left;
  color: #fff; 
  padding-top: 40px;
}

.footer .center{
  display: inline-block;
  width: 375px;
  text-align: center;
  vertical-align: top;
  margin-left: 40px;
}

.footer .center .boldtext{
  display: block;
  font-family: Gilroy-Bold; 
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #fff; 
  padding-top: 40px;
}

.footer .center .line{
  width: 94px;
  height: 0;
  text-align: left;
  padding-top: 5px;
  border-bottom: solid 2px #fff;    
}

.footer .center .adress{
  display: block;
  font-family: Gilroy-Light; 
  font-size: 16px;
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  color: #fff; 
  padding-top: 30px;
}

.footer .center .adress .img{
  display: inline-block;
  width: 35px;
  position: relative;
  right: 4px;
}

.footer .center .adress .text{
  display: inline-block;
  width: 324px;
}


.footer .center .phone{
  display: block;
  font-family: Gilroy-Bold; 
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #fff;   
}

.footer .center .phone img{
  width: 25px;
  position: relative;
  top: 3px;
  right: 5px;
}

.footer .center .phone .text{
  display: inline-block;
  width: 324px;
  position: relative;
  top: 20px;
}


.footer .center .mail{
  display: block;
  font-family: Gilroy-Light; 
  font-size: 22px;
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  color: #fff; 
  padding-top: 40px;
}

.footer .center .mail .img{
  display: inline-block;
  width: 32px;
}

.footer .center .mail .text{
  display: inline-block;
  width: 324px;
}

.footer .right{
  display: inline-block;
  width: 325px;
  text-align: center;
  vertical-align: top;
}

.formblock{
  display: inline-block;
  width: 360px;
  height: 380px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  -webkit-box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.35);
  text-align: center;
  font-family: Gilroy-Bold;  
  font-size: 32px;
  text-transform: uppercase; 
   color: #fff;
  padding-top: 30px;
  position: relative;
  top: 40px;
  right: 20px;
  border: solid 1px #fff;
}


.formblock div{
  display: inline-block;
  width: 300px;    
  text-align: center;
  font-family: Gilroy-Light;  
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding-top: 20px;
}

.formblock input{
  width: 280px !important;
  height: 40px;
  border-radius: 2px;
  border: solid 1px #fff;
  margin-top: 20px;
  outline:none;
  padding-left: 20px;
  font-family: Gilroy-Bold; 
  background: transparent;

}

.formblock textarea{
  width: 280px;
  height: 70px;
  border-radius: 2px;
  background: transparent;
  margin-top: 20px;
  outline:none;
  border: solid 1px #fff;
  padding-left: 20px;
  font-family: Gilroy-Light;  
}


.formblock-button{
  display: inline-block;
  background: #e2000d !important;
  border-radius: 30px;
  width: 183px;
  height: 40px;
  box-shadow: 0 6px 10px 0 var(--black);
  margin-top: 30px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  font-family: Gilroy-Light !important; 
  border: none !important; 
}


.formblock p{
  font-family: Gilroy-Light; 
  font-size: 14px;
  margin-top: 30px !important;
  color: #fff;
  display: inline-block;
  text-align: center;   
  padding: 0;
  margin: 0;    
}
    
    
.modalbg{
background-color: rgba(44, 44, 44, 0.9);
background: rgba(44, 44, 44, 0.9);
width: 100%;
height: 100%;
position: fixed;
left: 0;
top: 0;
display: none;
z-index:999999999;
}

.modalwin{
width: 800px;
position: fixed;
left: 50%;
top: 50px;
display: none;
background-color: white;
margin-left: -400px;
z-index:999;
}

.closebut {
padding: 0px 5px 0px 5px;
color: gray;
position: absolute;
top: 5px;
right: 5px;
border: outset 2px gray;
font-size: 16px;
z-index: 91;
font-weight: bold;
}

.closebut:hover {
color: black;
border: inset 2px black;
}

.sailbut {
text-align: center;
width: 200px;
color: white;
font-size: 24px;
padding: 10px 15px 10px 15px;
display: inline-block;
background-color: rgb(240, 58, 58);
}

.modalwinte {
width: 100%;
height: 100%;
position: fixed;
top: 70px;
display: none;
background-color: white;
margin-left: 0px;
z-index: 99999;
text-align: center;
margin-left: 0px;    
}

.modal-b{
padding: 10px; 
text-align: center;
position: relative;
top: 30px;  
}

.modal-b p{
font-family: Gilroy-ExtraBold;
font-size: 50px;  
padding: 0;
margin: 0;
padding-bottom: 10px;
margin-bottom: 20px;
border-bottom: solid 1px black;
}

.modal-b a{
color: black; 
text-decoration: none;  
}

.modal-b div{
    font-family: Gilroy-Light;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-top: 10px;  
}   
.carousel-caption{
    top: 1%;
    overflow: auto;
}
    
.carousel_item_item{
    height: 25%;
    width: 96%;
    margin: 10px 0px 10px;
}
    
    
}