*{
	outline: 0; 
	padding: 0; 
	margin: 0; 
	border: 0;
	box-sizing: border-box;
}

body{
	min-width: 320px;
	position: relative;
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	color: #ffffff;
	overflow-x: hidden;
}

a{
	color: #30a0e5;
}

a:hover, a:focus, a:active{
	color: #ffffff;
}

h1, h2, h3, h4{
	text-transform: uppercase;
	font-family: 'Ubuntu Bold', sans-serif;
	font-weight: bold;
}

h1{		
	font-size: 35px;
}

h2{
	font-size: 35px;
}

h3{
	font-size: 30px;
}

h4{
	font-size: 24px;
	text-transform: none;
}

ul{
	list-style-type: none;
}

.top_block{
	min-height: 800px;
	background: url(../img/ogni_luna.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	padding-bottom: 20px;
	
}

.top_block::before{
	content: '';
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .7;
}

.header{
	height: 124px;
	padding: 40px 0;
}

.header_logo{
	display: inline-block;
}

.header_logo img{
	width: 120px;
	height: 44px;
	text-align: center;
}

.header_nav{
	display: inline-block;
	font-family: 'Ubuntu Medium', sans-serif;
	text-align: center;
	line-height: 44px;
	
}

.header_nav li{
	display: inline-block;
	margin-left: 35px;
	font-size: 16px;
	
}

.header_nav li:hover{
	
}

.header_button_wrapper{
	display: inline-block;
	text-align: center;
}

.center_h{
	text-align: center;
}

.btn{
	padding: 10px 40px;
	text-align: center;
	display: inline-block;
	background: #30a0e5;
	border-radius: 20px;
	font-size: 14px;
	color: #FFF;
}

.btn:hover{
	background: #0271b6;
}

.btn_slim{
	width: 180px;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}

.slim_wrapper{
	padding-top: 200px;
}

.left_span{
	text-align: right;
}

.left_span ul{
	margin-top: 130px
}

.left_span li{
	margin-top: 60px;
	position: relative;
	display: block;
	padding-right: 60px;

}

.left_span .si{
	top: -30px;
	right: -30px;
}

.center_span{
	background-image: url(../img/iphone.png);
	background-repeat: no-repeat;
	height: 500px;
	background-position: center;
	background-size: contain;
	text-align: center;
}

.right_span{
	text-align: left;
}

.right_span ul{	
	margin-top: 90px
}

.right_span li{
	margin-top: 60px;
	position: relative;
	display: block;
	padding-left: 60px;
}

.right_span .si{
	top: -30px;
	left: -30px;
}

.si{
	position: absolute;
}

.second_block{
	min-height: 969px;
	background: url(../img/blurred_bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	padding-bottom: 20px;
}

.second_block::before{
	content: '';
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .4;
}

.second_block h2{
	margin-top: 65px;
}

.second_block .head_p{
	text-align: center;
	margin-top: 30px;
	font-size: 16px;
}

.second_block h3{
	margin-top: 80px;
}

.img_row_1{
	margin-top: 45px;
}

.img_row_1 img{
	height: 100px;
}

.img_row_1 .cross{
	height: 60px;
	margin-top: 40px;
}

.img_wrapper{
	text-align: center;
}

.img_wrapper .label{
	font-family: 'Ubuntu Bold', sans-serif;
	font-weight: bold;
	font-size: 22px;
	margin-top: 17px;
}

.img_wrapper p{
	margin-top: 17px;
}

.bottom_wrapper{
	margin-top: 35px;
}

.bottom_wrapper .left{
	font-size: 20px;
}

.left .btn{
	font-size: 16px;
	margin-top: 30px;
}

.left .btn_wrapper{
	text-align: center;
	display: inline-block;
}

.right li{
	margin-top: 20px;
	position: relative;
}

.right li:first-child{
	margin-top: 0;
}

.right li::before{
	content: ' ';
	position: absolute;
	background-image: url(../img/5.png);
	background-position: center;
	background-size: cover;
	top: 0;
	left: -40px;
	width: 30px;
	height: 30px;
}

.third_block{
	min-height: 679px;
	background: url(../img/business.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	text-align: center;
	padding-bottom: 20px;
}

.third_block::before{
	content: '';
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .7;
}

.third_block h2{
	margin-top: 65px;
	padding: 0 10px;
}

.third_block .blue{
	display: inline;
	color: #3084b7;
}

.img_row_2{
	margin-top: 70px;
}

.img_row_2 img{
	height: 100px;
}

.img_row_2 p{
	max-width: 260px;
	margin: 0 auto;
	margin-top: 50px;
}

.third_block .btn{
	margin: 0 auto;
	margin-top: 75px;
	font-size: 16px;
}

.four_block{
	min-height: 600px;
	background: url(../img/buildings.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	padding-top: 65px; 
	padding-bottom: 20px;
}

.four_block::before{
	content: '';
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .7;
}

.four_block ul{
	margin-top: 15px;
	display: inline-block;
}

.four_block li{
	margin-top: 30px;
	padding: 0 60px;
	position: relative;
}

.four_block img{
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
}

.footer{
	min-height: 126px;
	background-color: #3084b7;
	font-family: 'Ubuntu Bold', sans-serif;
	font-weight: bold;
}

.footer-wrapper{
	padding: 40px 0;
}

.logo_footer img{
	height: 45px;
}

.sms{
	padding: 0 10px;
}

.footer ul{
	list-style-type: none;
}

.footer li{
	display: inline-block;
	position: relative;
	margin-left: 70px;
	margin-top: 10px;
}


.footer li img{
	height: 30px;
	position: absolute;
	top: -2px;
	left: -25px;
}

.footer a{
	text-decoration: underline;
	color: #55d655;
}

.footer a:hover{
	color: #fff;
}

.phone{
	text-align: right;
}
.phone a{
	display: block;
}

.desc{
    font-size: 11px;
    margin-top: 5px;
}

.try_form_back{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	background: rgba(0,0,0,0.7);
}

.try_form_wrapper{
	padding: 20px;
	border-radius: 8px;
	background: #30a0e5;
	margin: 0 auto;
	margin-top: 50px;
	display: block;
	position: relative;
}

.form_label{
	font-size: 22px;
	text-align: center;
}

.try_form_wrapper input[type="text"]{
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 8px;
	font-size: 18px;
	padding: 5px;
	color: #000;
}

.try_form_wrapper input[type="submit"]{
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	color: #ffffff;
	border-radius: 20px;
	font-size: 16px;
	padding: 12px;
	background: #027bc6;
}

.try_form_wrapper input[type="submit"]:hover{
	background: #015284;
}

.close {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
}
.close:hover::before, .close:hover::after {
  background: #000;
}
.close::before, .close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
}
.close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close.black::before, .close.black::after {
  height: 8px;
  margin-top: -4px;
}

.client_name_error, .client_phone_error {
    font-weight: bold;
    color: #B31013 ;
}