@font-face {
	font-family: 'GothamPro';
	src: url('../fonts/GothamPro.eot?') format('eot'), 
	     url('../fonts/GothamPro.otf')  format('opentype'),
	     url('../fonts/GothamPro.woff') format('woff'), 
	     url('../fonts/GothamPro.ttf')  format('truetype'),
	     url('../fonts/GothamPro.svg#GothamPro') format('svg');
}

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,700,900');

body {
  
    background-color: #fafafa;
    font-family: 'Roboto', Arial, sans-serif;
    width: 100%;
    overflow-x: hidden;
    margin: 0; padding 0;
}

a:hover, a:active {
    text-decoration: none;
    color: #000;
}


.topheader{
   
}

.linered {
    position: absolute;
    width: 100%;
    top:0;
    left: 0;
    background: #ee3f57;
    color: #fff;
    margin-top: 96px;
    padding:10px 30px;
    font: 300 18px/24px 'Roboto', Arial;
}

/*фиксированное плавающее меню*/
#header{
    top: 0px; /*высота шапки в пикселях*/
    z-index: 999;
    width: 100%
}


.clearHeader{
    background: none;
    border: 0px solid #ddd;
    padding: 15px 0 0px 0;
    min-height: 60px;
    transition: 0.3s;
    position: absolute;
}

.darkHeader {
    background: #fff;
    border: 0px solid #ddd;
    padding: 8px 0 5px 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transition: 1s;
    position: fixed;
    display: none;
}



.logo {
    display: block;
    max-width: 350px;
    padding: 0px 0 5px;
    text-align: left;
    color: #2c4099;

}


.logob{
    font-family: Roboto;
	font-size: 30px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 3px;
    color: #000;
}

.logob span{
    font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.15;
	letter-spacing: -0.5px;
    color: #111;
    opacity: 1;
    display: block;
}

.imglogo {
    float: left;
    height: 100px;
    margin: 0 15px 10px;
}

.logo-text {
    font-size: 7px;
    text-transform: uppercase;
    padding: 0px 2px;
    color: #eee;
    opacity: 1;
    letter-spacing:0.5px;
    background: ;
    overflow: hidden;
}

nav {
    text-align: right;
    display: inline-block;
    text-align: right;
    width: 100%;
}

nav a{
    display: inline-block;
    padding: 0px 20px 10px 20px;
    margin-top: 10px;
    color: #000;
    opacity: 1;
    font-size: 14px;
    font-weight: 300;
}

nav a:hover{
    

}

.header-phone{
    padding: 60px 0px 15px 0px;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    display: block;
    float: right;
    margin-left: 100px;
    line-height: 1;
}

.header-phone a{
    color: #000;
}

.header-phone_mtext{
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    padding-top: 8px;
}

.header-nav_btn{
    background-color: #fa8409;
    margin-left: 10px;
}


.header-bottom{
    display: block;
    text-align: center;
    width: auto;
	border-radius: 5px;
	background-color: #fa8409;
    color: #fff;
    padding: 6px;
    margin-top: 15px;
    font: 200 14px/18px Arial;
}


.btn_callback {
    float: left
    display: block;
    text-align: center;
    width: 200px;
	border-radius: 4px;
	background-color: #ee3f57;
    color: #fff;
    padding: 12px;
    margin-top: 10px;
    font: 200 11px/18px Arial;
    text-transform: uppercase;
    box-shadow: 0 0 2px #777;
}

.btn_callback:hover {
    box-shadow: 0 0 4px #444;
    color: #fff;
    font-weight: 600;
}




.BANNER {
    
    height: 60vh;
    max-height: 800px;
    min-height: 680px;
    opacity: 1;
    
    background: linear-gradient(to bottom, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0.7)),
            url('') center center no-repeat;
    background-size: cover;
    padding-top:200px;
    overflow: hidden;
    width: 100%;
    background: #fdfdfd;
}

.banner-anime {
    z-index: 101;
    position: absolute;
    top:0; left:0;
    border: 0px solid #888;
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-height: 680px;
}

.banner-anime img{
    width: 100%;
}

.banner-anime_item1 {
    width: 100%;
    border: 0px solid #888;
    position: absolute;
    top:0; right:0px;
    z-index: 105;
}

.banner-anime_item2 {
    width: 100%;
    border: 0px solid #888;
    position: absolute;
    top:0px; left:0;
    z-index: 105;
    opacity: 0.95;
}

.banner-anime_item3 {
    width: 240px;
    border: 0px solid #888;
    position: absolute;
    top:0px; right:200px;
    z-index: 102;
    filter: blur(2px); 
    -webkit-filter: blur(2px); 
    -moz-filter: blur(2px);
    -o-filter: blur(2px); 
    -ms-filter: blur(2px);
}

.banner-anime_item4 {
    width: 170px;
    border: 0px solid #888;
    position: absolute;
    top:100px; left:500px;
    z-index: 102;
    filter: blur(5px); 
    -webkit-filter: blur(5px); 
    -moz-filter: blur(5px);
    -o-filter: blur(5px); 
    -ms-filter: blur(5px);
}

.banner-inner {
    z-index: 201;
     position: relative;
}

.banner-title{
	font-family: 'Roboto', 'GothamPro', Roboto;
	font-size: 72px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0px;
	text-align: center;
	color: #000;
    margin: 0 auto;
    max-width: 1020px;
    padding: 0 20px;
    margin-top: 0px;
    opacity: 0.9;
    font-family: 'Oswald', sans-serif;
    
}

.banner-mtitle{
    font-size: 28px;
    font: 300 24px/36px 'Roboto', 'GothamPro';
    color: #000;
    margin: 30px auto 50px;
    text-align: center;
    opacity: 1;
    max-width: 1200px;
    padding: 0 20px;
}


.banner-btn{
    width: 250px;
    display: block;
    text-align: center;
	background-color: #ee3f57;
    color: #fff;
    padding: 12px 15px;
    font-size: 16px;
    border: 0px solid #fdfdfd;
    margin: 60px auto;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 10px;
}

.banner-btn:hover{
	border: 1px solid #ee3f57;
    color: #fff;
}

.banner-items{
    margin: 0 auto;
    max-width: 900px;
    border:0px solid #eee;
    padding: 30px 0;
}

.banner-item{
    color: #fff;
    width: 24%;
    min-width: 100px;
    display: inline-block;
    font: 100 13px/17px 'Roboto', 'GothamPro'; 
    text-align: center;
    height: 60px;
    vertical-align: middle;
    opacity: 0.9;
}

.banner-item span{
    display: block;
    font-size: 48px;
    font-weight:400; 
    padding-bottom: 30px;
}



.bannerbox_anim{
    background: url('http://demo1.raj-haraniya.in/wp-content/uploads/2016/06/slide-1.jpg') no-repeat;
    background: url('https://img2.goodfon.ru/original/1920x1200/4/34/workout-fitness-abs-legs-pose.jpg') no-repeat;
    background: url('http://on-desktop.com/wps/Sport_Hula_hoop_for_fitness_085769_.jpg2') no-repeat;
    background: url('https://www.jukkie.com/wp-content/uploads/2016/04/we-design.jpg') no-repeat;
    background: url('http://kbtm.ru/wp-content/uploads/2013/12/d027-030b.jpg') no-repeat;
    min-height: 100vh;
    background-size: cover;
    background-size: cover;
  -webkit-animation: anim 25s infinite;
  animation: anim 50s infinite;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: auto;
    z-index: -10;
    -o-object-fit: cover;
      object-fit: cover;
   }

.HOW{
    background: #fff;
}

.how-inner{
    max-width: 1024px;
    border: 0px solid #eee;
    margin: 0 auto;
    overflow: hidden;
}

.how-item{
    max-width: 310px;
    margin: 15px;
    border: 0px solid #ddd;
    float: left;
    min-height: 320px;
    text-align: center;
    padding: 60px 0;
}

.how-item-num{
    font: 600 36px/36px 'Roboto', 'GothamPro'; 
    text-align: center;
    text-transform: uppercase;
    color: #999;
    padding: 15px;
}

.how-item-title{
    font: 600 24px/24px 'Roboto', 'GothamPro'; 
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
}

.how-item-text{
    font: 300 16px/24px 'Roboto', 'GothamPro'; 
    text-align: center;
    padding: 0px 15px;
    margin-bottom: 20px;
}

.footer-inner{
    border: 1px solid #ddd;
    padding: 60px;
    max-width: 960px;
    margin: 0 auto;
    margin: 60px auto;
    border-radius: 30px;
}

.FOOTERLINE {
    background: #111111;
}

.footerline-inner a{
    color: #8d9273;
}

.footerline-inner{
    max-width: 1080px;
    padding: 60px 30px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}


@-webkit-keyframes anim {
   0% { -webkit-transform: scale(1.0);}
   50% { -webkit-transform: scale(1.2); }
   100% { -webkit-transform: scale(1.0); }
}

@keyframes anim {
   0% { transform: scale(1.0); }
   50% { transform: scale(1.2); }
   100% { transform: scale(1.0); }
}

@-webkit-keyframes fade-in {   0% { opacity: 0;  margin-top:-60px;}   100% { opacity: 1; }   }
@-moz-keyframes    fade-in {   0% { opacity: 0;  margin-top:-60px;}   100% { opacity: 1; }   }
@-o-keyframes      fade-in {   0% { opacity: 0;  margin-top:-60px;}   100% { opacity: 1; }   }
@keyframes         fade-in {   0% { opacity: 0;  margin-top:-60px;}   100% { opacity: 1; }   }




.FORM{
    min-height: 660px;
    background-color: #fff;
    background-size: cover;
    min-height: 80vh;
}

.CONTACT {
    min-height: 660px;
    background-color: rgb(230,230,230);
    background: linear-gradient(to right, rgba(0,0,0,0.8) 25%, rgba(0,0,0,0.3)),
            url() no-repeat;
    background-size: cover;
    background: #181940;
}

.contact-inner{
    max-width: 1920px;
    margin: 0 auto;
    padding: 0px 0px;
    overflow: hidden;
    position: relative;
}

.contact-title{
    color: #fff;
    font-family:  'Roboto', 'GothamPro', Roboto;
	font-size: 48px;
	font-weight: 100;
	line-height: 1.3;
    padding:60px 0px 30px;
}

.contact-map{
    width: 100%;
    float: left;
    height: 660px;
    background: #eee;
    border: 0px solid #777;
}

.contact-text{
    width: 36%;
    float: right;
    height: 660px;
    background: #191923;
    color: #fff;
    padding:0px 90px 60px;
    font:200 17px/30px 'Roboto', Tahoma, Arial; 
    opacity: 0.9;
    position: absolute;
    top: 0; right: 0;
    
}

#mask {
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#000;
    display:none;
    }
#boxes .window {
    position:fixed;
    left:0;
    top:0px;
    -top: 40px;
    max-width:560px;
    min-height:200px;
    display:none;
    z-index:9999;
    padding: 20px;
    overflow: hidden;
    background: #fafafa;
    }  
#boxes #dialog {
    min-width: 370px;
    max-width:560px; 
    min-height:203px;
    padding:10px;
    background-color:#ffffff;
    }  
.top {
    position:absolute;
    left:0;
    top:0;
    width: 100%;
    height:30px;
    background: #fafafa;
    padding: 8px 20px 6px 10px;
    }
.close {
    float:right;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    }
.content {
    padding-top: 35px;
}

.forma{
	margin: 10px 20px;
}

.forma input {
    display: block;
    width: 230px;
    float: left;
	font: 200 18px/36px 'Roboto', Arial, sans-serif;
	padding: 6px 15px;
    margin: 10px;
    border: 1px solid #ddd;
}

.forma textarea {
    display: block;
    width: 480px;
    float: left;
	font: 200 18px/36px 'Roboto', Arial, sans-serif;
	padding: 6px 15px;
    margin: 10px;
    border: 1px solid #ddd;
}

.forma  .sendme{
	width: 200px;
	font: 300 18px/36px 'Roboto', Arial, sans-serif;
	padding: 6px;
 	width: 140px;
 	background: #ee3f57;
 	color: #fff;
 	border: 0px solid #a51010;
}

.small-text{
    font: 300 12px/18px 'Roboto', Arial, sans-serif;
    padding: 10px 0px;
    display: block;
    border: 0px solid #ccc;

}


@media (min-width: 1200px){
.container {
    max-width: 1200px;
}
}


@media (max-width: 1200px){
    #menu {
        display: none;
        position: relative;
    }
    
    .header-bottom{
        display: none;
    }
    
    .header-phone{
        position: absolute;
        top:-70px; right:30px;
        
    }
}


@media (max-width: 800px){
    
    .logo{
        border: 0px solid #ddd; 
        overflow: hidden;
        padding-top: 5px;
        text-align: center;
    }
    .banner-title {
        font-size: 36px;
    }
    
    .header-phone{
        position: relative;
        top:-60px; right:0px;
        border: 0px solid #ddd;
        width: 100%;
        overflow: hidden;
        display: block;
        text-align: center;
    }
    
    .BANNER {

        height: 100%;
    }
    
    .banner-anime_item1, .banner-anime_item2 {
        display: none;
    }
    
    .banner-mtitle{
        font-size: 16px;
        line-height: 1.3;
    }
    
    .how-item {
        padding: 10px 0 30px;;
        border-bottom: 1px solid #eee;
    }
    
    .footer-inner {
        padding: 20px;
    }
    
    #boxes .window {
    position:fixed;
    left:0;
    top:0px;
    -top: 40px;
    width: 80%;
    max-width:560px;
    min-height:200px;
    display:none;
    z-index:9999;
    padding: 20px;
    overflow: hidden;
    background: #fafafa;
    }  
#boxes #dialog {
    min-width: 370px;
    max-width:560px; 
    min-height:203px;
    padding:10px;
    background-color:#ffffff;
    }  

    
.forma input {
    width: 100%;
}

.forma textarea {
    display: block;
    width: 100%;
    float: left;
	font: 200 18px/36px 'Roboto', Arial, sans-serif;
	padding: 6px 15px;
    margin: 10px;
    border: 1px solid #ddd;
}

.forma  .sendme{
	width: 200px;
	font: 300 18px/36px 'Roboto', Arial, sans-serif;
	padding: 6px;
 	width: 140px;
 	background: #ee3f57;
 	color: #fff;
 	border: 0px solid #a51010;
}


}


.box {
  position: fixed;
  left: 0%;
  top: 15%;
  right: 0%;
  z-index: 1000;
  display: none;
  overflow: visible;
  max-width: 390px;
  margin-right: auto;
  margin-left: auto;
  padding: 21px;
  border: 3px solid #00b637;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 25px 14px -15px rgba(2, 88, 28, .76);
  opacity: 0;
}

.box2 {
  position: fixed;
  left: 0%;
  top: 2%;
  right: 0%;
  z-index: 100;
  display: none;
  overflow: visible;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding: 21px;
  border: 3px solid #00b637;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 25px 14px -15px rgba(2, 88, 28, .76);
  opacity: 0;
}

.x {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: -18px;
  margin-right: -26px;
  float: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Varela Round', sans-serif;
  color: red;
  font-size: 99px;
  text-decoration: none;
}

.x:hover {
  color: #00b637;
}


p {
     margin-bottom: 5px; 
    color: #111;
    font-family: "Arial"; 
}


.container {
    width: 100%!important; 
    margin-left: auto;
    margin-right: auto;
    clear: both;
}