/*ШРИФТЫ*/
@font-face {
    font-family: 'GothaProReg';
    src: url('fonts/GothaProReg.eot');
    src: url('fonts/GothaProReg.eot') format('embedded-opentype'),
         url('fonts/GothaProReg.woff2') format('woff2'),
         url('fonts/GothaProReg.woff') format('woff'),
         url('fonts/GothaProReg.ttf') format('truetype'),
         url('fonts/GothaProReg.svg') format('svg');
}
@font-face {
    font-family: 'GothaProMed';
    src: url('fonts/GothaProMed.eot');
    src: url('fonts/GothaProMed.eot') format('embedded-opentype'),
         url('fonts/GothaProMed.woff2') format('woff2'),
         url('fonts/GothaProMed.woff') format('woff'),
         url('fonts/GothaProMed.ttf') format('truetype'),
         url('fonts/GothaProMed.svg') format('svg');
}
@font-face {
    font-family: 'GothaProBol';
    src: url('fonts/GothaProBol.eot');
    src: url('fonts/GothaProBol.eot') format('embedded-opentype'),
         url('fonts/GothaProBol.woff2') format('woff2'),
         url('fonts/GothaProBol.woff') format('woff'),
         url('fonts/GothaProBol.ttf') format('truetype'),
         url('fonts/GothaProBol.svg') format('svg');
}
@font-face {
    font-family: 'GothaProBla';
    src: url('fonts/GothaProBla.eot');
    src: url('fonts/GothaProBla.eot') format('embedded-opentype'),
         url('fonts/GothaProBla.woff2') format('woff2'),
         url('fonts/GothaProBla.woff') format('woff'),
         url('fonts/GothaProBla.ttf') format('truetype'),
         url('fonts/GothaProBla.svg') format('svg');
}
@font-face {
    font-family: 'GothaProLig';
    src: url('fonts/GothaProLig.eot');
    src: url('fonts/GothaProLig.eot') format('embedded-opentype'),
         url('fonts/GothaProLig.woff2') format('woff2'),
         url('fonts/GothaProLig.woff') format('woff'),
         url('fonts/GothaProLig.ttf') format('truetype'),
         url('fonts/GothaProLig.svg') format('svg');
}
/*БАЗОВЫЕ СТИЛИ*/
* {  
	margin: 0;
	-moz-box-sizing: border-box; 
	-opera-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-khtml-box-sizing: border-box; 
	box-sizing: border-box;
	} 
.left {
	float:left;
	}
.right {
	float:right;
	}
.hidebox{
	display:none;	
}
.clear {
	clear:both;
	width:auto !important;
	height:auto !important;
	margin:0 !important;
	padding:0 !important;
	}
img, a, input, button, textarea, select{
	border:0;
	outline:none;
	text-decoration:none;
}
img{
	vertical-align:middle;
}
button{
	cursor:pointer;
}
html, body{
	height: 100%;
	font-size:16px;
	font-family:"GothaProReg";
	line-height: 1.2;
	letter-spacing: 0.01em;
}
.inner{
	width:100%;
	max-width:1075px;
	height:100%;
	margin:0 auto;
	padding:0.1px 15px 0;
}
.background{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.owl-dots{
	display:none;
}
/*Обертка*/
.wrapper{
	margin:0 auto;
	width:100%;
	min-width:1024px;
	min-height: 100%;
	height:auto;
	position:relative;
}
/*ШАПКА*/
header{
	width:100%;;
	height:125px;
	z-index:999;
	margin-bottom:-125px;
}
header *{
	transition: 0.3s;
}
header .inner{
	padding-top:37px;
}
header .logo{
	display:inline-block;
	margin-right:55px;
	border-right:1px solid rgba(255,255,255,0.25);
	padding-right:17px;
}
header .logo img{
	width:100%;
	vertical-align:middle;
}
header .slogan{
	color: rgb(255, 255, 255);
	text-align: left;
	margin-top:-4px;
}
header .phone_call a.phone{
	display:block;
	font-size: 30px;
	font-family: "GothaProBol";
	color: rgb(255, 255, 255);
	line-height:0.7;
	position:relative;
	padding-left:70px;
}
header .change_link{
	margin-left: 80px;
}
header .phone_call span{
	font-size: 16px;
	font-family: "GothaProMed";
	color: rgb(255, 255, 255);
	line-height: 1.2;
	position:absolute;
	top:0;
	left:0;
}
header .phone_call a.button{
	width:260px;
	line-height:44px;
	padding-top:2px;
	display:inline-block;
	font-size: 17px;
	font-family: "GothaProMed";
	color: rgb(255, 255, 255);
	text-align:center;
	background-color:#1599ca;
	border-bottom:5px solid #0d6d91;
	margin-top:15px;
    margin-left: 80px;
}
header .burgerMenu{
	cursor:pointer;
	margin-left:60px;
	width:44px;
	height:35px;
	background-image:url(../img/burgerMenu.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:auto;
}
header .burgerMenuActive, header .burgerMenu:hover{
	background-color:#126FB6;
	width:112px;
	height:112px;
	margin: -38px -34px 0 26px;
	padding-top:42px;
}
header .burgerMenu ul{
	display:none;
	width:313px;
	list-style:none;
	background-color:#FFFFFF;
	margin-top:70px;
	position:relative;
	z-index:999;
	padding:20px 0;
	transition:0 !important;
}
header .burgerMenu ul li{
	height:50px;
	padding-left:60px;
}
header .burgerMenu ul li:hover{
	background-color:#e7f5fa;
}
header .burgerMenu ul li a{
	display:block;
	line-height:50px;
	color: rgb(108, 120, 125);
}
header .burgerMenu ul li:hover a{
	color:#1599ca
}
/*фиксированая шапка*/
.header_fixed{
	height:100px;
	position:fixed;
	top:0;
	background-color:rgba(0,0,0,0.5);
}
.header_fixed .inner {
    padding-top:20px;
}
.header_fixed .inner .logo {
	width:150px;
	margin-right: 35px;
}
.header_fixed .slogan {
    font-size: 14px;
	margin-top:10px;
}
.header_fixed .phone_call span {
	top:-4px;
}
.header_fixed .burgerMenu {
	margin-top:10px
}
.header_fixed .phone_call a.phone {
    font-size: 18px;
    padding-left:75px;
    margin-left: 5px;
}
.header_fixed .phone_call a.button{
    width: 200px;
    line-height: 36px;
    font-size: 13px;
}
.header_fixed .burgerMenuActive, .header_fixed .burgerMenu:hover {
	width:105px;
	height:105px;
    padding-top: 25px;
	margin: -25px -30px 0 29px;
}
.header_fixed .burgerMenu ul {
    margin-top: 80px;
	box-shadow: 0px 0px 34px -11px #000000;
}
/*КОНТЕНТ*/
/*Первый экран*/
.first_screen{
	background-image:url(../img/back01.jpg);
	width:100%;
	height:700px;
	padding-top:125px;
}
.first_screen .item{
	margin-top:60px;
}
.first_screen h1{
	font-size: 48px;
	font-family: "GothaProBla";
	color: rgb(255, 255, 255);
	line-height: 1.25;
}
.first_screen .item .text{
	font-size: 22.5px;
	font-family: "GothaProLig";
	color: rgb(255, 255, 255);
	line-height: 1.2;
	margin-top:25px;
}
.first_screen .item .text span{
	display:block;
	font-size: 36px;
	font-family: "GothaProBla";
}
/*.first_screen .button{
	display:block;
	text-align:center;
	margin:20px auto 0 auto;
	width:176px;
	line-height:44px;
	padding-top:2px;
	font-family: "GothaProBol";
	font-size:17px;
	color: rgb(255, 255, 255);
	background-color:#1599ca;
	border-bottom:5px solid #0d6d91;
}*/
.first_screen .button{
	font-size: 20px;
	color: rgb(255, 255, 255);
	line-height: 1.2;
	border-bottom: 1px solid #fff;
	margin-left: 8%;
}
.first_screen .playVideo{
	display: block;
	font-size: 22px;
	color: rgb(255, 255, 255);
	line-height: 1.2;
	font-family: "GothaProLig";
	margin-top: 30px;
}
.first_screen .playVideo span{
	position: relative;
	top:55px;
}
.first_screen .playVideo img{
	margin-right:2%;
	width: 56.2%;
}

.first_screen .form_box{
	margin-top:57px;
	position:relative;
}
.first_screen .form_box .inner_form_box{
	padding-top:0.1px;
	display:block;
	width:443px;
	height:423px;
	background-color:#126FB6;
	position:relative;
	z-index:12;
}
.first_screen .form_box form{
	width:303px;
	margin:0 auto;
}
.first_screen .form_box .backing{
	width:443px;
	height:423px;
	background-color:rgba(14, 52, 139, 0.90);
	position:absolute;
	top:10px;
	left:10px;
	z-index:11;
}
.first_screen .form_box .title{
	margin-top:40px;
	display:inline-block;
	font-size: 30px;
	font-family: "GothaProBol";
	color: rgb(255, 255, 255);
	line-height: 1.2;
}
.first_screen .form_box .text{
	font-size: 14px;
	color: rgba(255, 255, 255, 0.729);
	line-height: 1.2;
	margin-top:15px;
	margin-bottom:20px;
}
.first_screen .form_box input{
	font-size:16px;
	font-family:"GothaProReg";
	color: rgb(255, 255, 255);
	width:100%;
	line-height:40px;
	background-color:transparent;
	border-bottom:1px solid rgba(255,255,255,0.5);
	margin-top:15px;
}
.first_screen form .check_lable{
	display: block;
    font-size: 13px;
    font-family: "GothaProReg";
    color:#fff;
	margin-top:20px;
}
.first_screen form .check_lable span{
	display:inline-block;
	width:275px;
}
.first_screen form .check_lable span a{
	color: rgba(27, 72, 107, 0.729);
	text-decoration:underline;
}
.first_screen form .check_lable #check{
	margin: 0 auto;
	display: inline-block;
	width:20px;
	height:20px;
	position: relative;
}
.first_screen .form_box input::-webkit-input-placeholder {color: rgb(255, 255, 255);}
.first_screen .form_box input:-moz-placeholder {color: rgb(255, 255, 255);}
.first_screen .form_box button{
	display:block;
	width:223px;
	line-height:44px;
	padding-top:2px;
	font-size: 17px;
	font-family: "GothaProBol";
	color: rgb(255, 255, 255);
	border-bottom:5px solid #0e1f2c;
	background-color:#1b486b;
	margin:35px auto 0 auto;
}
/*Второй экран*/
.second_screen{
	background-image:url(../img/back02.jpg);
	width:100%;
	height:700px;
	background-size:auto;
}
.second_screen h2{
	font-size: 48px;
	font-family: "GothaProBol";
	color: rgb(41, 35, 44);
	line-height: 1.25;
	margin:90px 0 80px;
	text-align:center;
}
.second_screen .item{
	margin-left:13.514%;
}
.second_screen .item:first-of-type{
	margin-left:0;
}
.second_screen .item .title{
	font-size: 18px;
	font-family: "GothaProBol";
	color: rgb(41, 35, 44);
	text-transform: uppercase;
	line-height: 1.333;
	text-align:center;
	margin:43px 0;
}
.second_screen .item .button{
	display:block;
	font-size: 15px;
	font-family: "GothaProMed";
	text-align:center;
	color: rgb(255, 255, 255);
	width:198px;
	line-height:44px;
	padding-top:2px;
	margin:0 auto;
	background-color:#126FB6;
	border-bottom:5px solid #0B629E;
}
/*Третий экран*/
.third_screen{
	width:100%;
	height:700px;
}
.third_screen_one{
	background-image:url(../img/back03-1.jpg);
}
.third_screen_two{
	background-image:url(../img/back03-2.jpg);
}
.third_screen_three{
	background-image:url(../img/back03-3.jpg);
}
.third_screen_four{
	background-image:url(../img/back03-4.jpg);
}
.third_screen_five{
	background-image:url(../img/back03-5.jpg);
}
.third_screen h2{
	font-size: 48px;
	font-family: "GothaProBol";
	color: rgb(23, 23, 23);
	line-height: 1.25;
	margin:90px 0 17px;
	text-align:center;
}
.third_screen h3{
	font-size: 18px;
	font-family: "GothaProBol";
	color: rgb(23, 23, 23);
	font-weight: bold;
	line-height: 1.2;
	text-align:center;
}
.third_screen .item{
	width:590px;
	margin-top:44px;
	margin-right:50px;
}
.third_screen .item .number{
	font-size: 110px;
	font-family: "GothaProBla";
	color: rgb(11, 98, 158);
	line-height:1;
	margin-bottom:18px;
}
.third_screen .item .text{
	font-size: 30px;
	font-family: "GothaProMed";
	color: rgb(23, 23, 23);
	line-height:1.2;
	margin-bottom:24px;
}
.third_screen .item label{
	display:inline-block;
	font-size: 16px;
	font-family: "GothaProLig";
	color: rgb(23, 23, 23);
	line-height: 1.2;
	margin-left:-53px;
	margin-bottom:37px;
}
.third_screen .item:nth-of-type(2) label:nth-of-type(2){
	margin-left:-50px;
}
.third_screen .item .radio{
	width:auto;
}
.third_screen .item .radio + label {
	cursor: pointer;
}
.third_screen .item .radio:not(checked) {
	position: absolute;
	opacity: 0;
}
.third_screen .item .radio:not(checked) + label {
	position: relative;
	padding: 0 110px 0 53px;
}
.third_screen .item .radio:not(checked) + label:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 3px;
	width:15px;
	height:15px;
	border:3px solid #98abb6;
	border-radius: 50%;
}
.third_screen .item .radio:not(checked) + label:after {
	content: '';
	position: absolute;
	top:3px;
	left:6px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #1599ca;
	opacity: 0;
}
.third_screen .item .radio:checked + label:after {
	opacity: 1;
}
.third_screen .item .radio:checked + label:before {
	border:3px solid #1599ca;
}
.third_screen .item .button, .third_screen form button {
    display: inline-block;
    font-size: 15px;
    font-family: "GothaProMed";
    text-align: center;
    color: rgb(255, 255, 255);
    width:204px;
    line-height:44px;
	padding-top:2px;
    background-color: #126FB6;
    border-bottom: 5px solid #0B629E;
}
.third_screen .item .prev {
	width:auto;
	margin-right:50px;
	background-color: transparent;
    border-bottom:none;
	color:#666;
	text-decoration:underline;
}
.third_screen form input {
    display:block;
    font-size: 16px;
    font-family: "GothaProReg";
    color: rgb(128, 136, 142);
    width: 303px;
    line-height: 40px;
    background-color: transparent;
    border-bottom: 1px solid #e2e2e2;
    margin-top:15px;
}
.third_screen form button {
    margin-top:0;
}
.third_screen form .check_lable {
    display: block;
    font-size: 13px;
    font-family: "GothaProReg";
    color: rgb(128, 136, 142);
    margin-top:15px;
	margin-left:0;
	margin-bottom:0;
}
.third_screen form .check_lable #check {
    margin: 0 auto;
    display: inline-block;
    width: 20px;
    height: 20px;
}
.third_screen form .check_lable span {
    display: inline-block;
    width: 340px;
}
.third_screen form .check_lable span a {
    color: rgba(27, 72, 107, 0.729);
    text-decoration: underline;
}
/*Четвертый экран*/
.fourth_screen{
	width:100%;
	height:700px;
	background-color:#f8f8f8;
}
.fourth_screen h2{
	font-size: 48px;
	font-family: "GothaProBol";
	color: rgb(23, 23, 23);
	line-height: 1.2;
	text-align:center;
	margin:90px 0 83px;
}
.fourth_screen .item{
	width:290px;
	text-align:center;
	margin-left:85px;
}
.fourth_screen .item:first-of-type{
	margin-left:0;
}
.fourth_screen .item:nth-of-type(2) img{
	margin-bottom:5px;
}
.fourth_screen .item .title{
	font-size: 18px;
	font-family: "GothaProBla";
	color: rgb(23, 23, 23);
	text-transform: uppercase;
	line-height: 1.2;
	margin-top:92px;
	margin-bottom:20px;
}
.fourth_screen .item .text{
	font-size: 16px;
	font-family: "GothaProLig";
	color: rgb(23, 23, 23);
	line-height: 1.375;
}
/*Пятый экран*/
.fifth_screen{
	width:100%;
	background-image:url(../img/back04.jpg);
	height:700px;
}
.fifth_screen h2{
	font-size: 48px;
	font-family: "GothaProBol";
	color: rgb(23, 23, 23);
	line-height: 1.2;
	text-align:center;
	margin:90px 0 61px;
}
.fifth_screen .item{
	padding-top:30px;
	padding-left: 40px;	
}
.fifth_screen .owl{
	margin:0 auto;
	width: 968px;
}
.fifth_screen .owl-prev{
    right:515px;
}
.fifth_screen .owl-next{
    left:515px;
}
.fifth_screen .owl-nav{
	margin-top: -185px;
}
.fifth_screen .item .video{
	position:relative;
	width: 410px;
}
.fifth_screen .item .video img{
	width:100%;
	vertical-align:bottom;
}
.fifth_screen .item .video span{
	display:none;
} 
.fifth_screen .item .video a{
	display:block;
	position:relative;
	z-index:2;
}
.fifth_screen .item .video .square{
	position:absolute;
	width:410px;
	height:253px;
	border:10px solid #eae3db;
	top:-30px;
	right:-30px;
	z-index:1;
}
.fifth_screen .item .info{
	margin-left:100px;	
}
.fifth_screen .item .info .title{
	font-size: 36px;
	font-family: "GothaProBol";
	color: rgb(23, 23, 23);
	line-height: 1.2;
	margin-top:-10px;
	margin-bottom:20px;
}
.fifth_screen .item table tr td:nth-of-type(1){
	width:155px;
	vertical-align:top;
	font-size: 20px;
	font-family: "GothaProBol";
	color: rgb(21, 153, 202);
	line-height: 1.2;
}
.fifth_screen .item table tr:nth-of-type(1) td{
	border-bottom:1px dotted #cacaca;
}
.fifth_screen .item table tr:nth-of-type(1) td:nth-of-type(2){
	padding-bottom:26px;
}
.fifth_screen .item table tr:nth-of-type(1) td:nth-of-type(2) p{
	font-size: 16px;
	font-family: "GothaProLig";
	color: rgb(23, 23, 23);
	line-height: 1.875;
	text-align: left;
}
.fifth_screen .item table tr:nth-of-type(2) td:nth-of-type(2) p{
	font-size: 48px;
	font-family: "GothaProBla";
	color: rgb(23, 23, 23);
	line-height:0.8;
}
.fifth_screen .item table tr:nth-of-type(2) td{
	padding-top:17px;
}
.fifth_screen .item table tr:nth-of-type(2) td:nth-of-type(2) p span{
	display:inline-block;
  	font-size: 20px;
	position:relative;
	top:-23px;
}
/*Шестой экран*/
.sixth_screen{
	width:100%;
	background-image:url(../img/back05.jpg);
	height:700px;
}
.sixth_screen h2{
	font-size: 48px;
	font-family: "GothaProBol";
	color: rgb(26, 26, 26);
	line-height: 1.2;
	text-align:left;
	padding-bottom:50px;
	letter-spacing:-1.3px;
}
.sixth_screen .item{
	width:540px;
	margin-top:200px;
	padding:0 6px;
}
.sixth_screen .item .text{
	font-size: 18px;
	font-family: "GothaProBol";
	color: rgb(23, 23, 23);
	line-height: 1.333;
	text-align: left;
}
.sixth_screen .item .text:first-of-type{
	margin-bottom:20px;
}
.sixth_screen .item .button {
    display: inline-block;
    font-size: 15px;
    font-family: "GothaProMed";
    text-align: center;
    color: rgb(255, 255, 255);
    width:265px;
    line-height: 44px;
	padding-top:2px;
    background-color: #126FB6;
    border-bottom: 5px solid #0B629E;
}
.sixth_screen .item .inner_item{
	width:140px;
	height:140px;
	border:10px solid rgba(115,99,87,0.37);
	margin-left:54px;
	margin-bottom:60px;
	cursor:pointer;
}
.sixth_screen .item .inner_item:first-of-type{
	margin-left:0;	
}
.sixth_screen .item .inner_item p{
	font-size: 72px;
	font-family: "GothaProBla";
	color: rgb(33, 33, 33);
	line-height: 1;
	margin-left:-5px;
}
.sixth_screen .item .inner_item p sup{
	font-size:24px;
	position:relative;
	top:-13px;
}
.sixth_screen .item .inner_item_active{
	border:10px solid #126FB6;
	background-color:#126FB6;
}
.sixth_screen .item .inner_item_active p{
	color:#fff;
}
/*Седьмой экран*/
.seventh_screen{
	width:100%;
	background-image:url(../img/back06.jpg);
	height:700px;
}
.seventh_screen .inner{
	text-align:center;
}
.seventh_screen h2{
	font-size: 48px;
	font-family: "GothaProBol";
	color: rgb(23, 23, 23);
	line-height:0.7;
	margin:90px 0 78px 0;
}
.seventh_screen h2 span{
	font-size: 30px;
}
.seventh_screen i{
	display:block;
	font-size: 18px;
	font-family: "Georgia";
	color: rgb(139, 128, 119);
	line-height: 1.667;
}
.seventh_screen a.ssilka{
	display:block;
	font-size: 18px;
	font-family: "Georgia";
	color: rgb(185, 25, 40);
	font-style: italic;
	text-decoration: underline;
	line-height: 1.667;
	margin-top:36px;
}
.seventh_screen hr{
	width:64%;
	height:1px;
	border:none;
	background-color:#dcd5cc;
	margin:35px auto 40px auto;
}
.seventh_screen p{
	font-size: 18px;
	font-family: "GothaProBol";
	color: rgb(23, 23, 23);
	line-height: 1.667;
}
.seventh_screen .button {
    display: inline-block;
    font-size: 15px;
    font-family: "GothaProMed";
    text-align: center;
    color: rgb(255, 255, 255);
    width: 265px;
    line-height: 44px;
	padding-top:2px;
    background-color: #126FB6;
    border-bottom: 5px solid #0B629E;
	margin-top:50px;
}




/*ОНЛАЙН КОНСТРУКТОР ВЫВЕСОК*/

.constructor_screen{
	width:100%;
	background-image:none;
	min-height:10px;margin-bottom:50px;
}

.constructor_screen .inner{
	max-width:1170px;margin:0px auto 30px auto;
}

.constructor_screen h2{
	font-size: 38px;text-align:center;
	font-family: "GothaProBol";
	color: rgb(23, 23, 23);
	line-height:0.7;
	margin:60px 0 28px 0;
}
.constructor_screen h2 span{
	font-size: 20px;
}

.common_select {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
    height: 31px;
    margin: 16px 0px 5px 10px;
    padding: 0 3px 0 7px;
    border-radius: 2px;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    cursor: pointer;display:none;
	font-size:14px;
}












/*Восьмой экран*/
.eighth_screen{
	width:100%;
	background-image:url(../img/back07.jpg);
	height:700px;
}
.eighth_screen h2{
	font-size: 36px;
	font-family: "GothaProBol";
	color: rgb(23, 23, 23);
	font-weight: bold;
	line-height: 1.2;
	margin:90px 0 38px 0;
	text-align:center;
}
.eighth_screen .item{
	padding-top:30px;
	padding-left: 40px;
}
.eighth_screen .owl_result{
	margin:0 auto 165px;
	width:968px;
}
.eighth_screen .owl-prev{
    right:515px;
}
.eighth_screen .owl-next{
    left:515px;
}
.eighth_screen .owl-nav{
	margin-top: -285px;
}
.eighth_screen .info{
	margin:110px auto 0;
	width:845px;
}
.eighth_screen .info a{
	font-size: 36px;
	font-family: "GothaProMed";
	color: rgb(32, 117, 185);
	text-decoration: underline;
	line-height:1.2;
	margin-right:25px;
}
.eighth_screen .info p{
	display:inline-block;
	font-size: 16px;
	font-family: "GothaProBol";
	color: rgb(23, 23, 23);
	font-weight: bold;
	line-height: 1.2;
}
/*Девятый экран*/
.ninth_screen{
	width:100%;
	background-image:url(../img/back08.jpg);
	height:700px;
}
.ninth_screen h2{
	font-size: 54px;
	font-family: "GothaProBla";
	color: rgb(255, 255, 255);
	line-height:1;
	margin-top:200px;
}
.ninth_screen h2 span{
	display:block;
	font-size: 36px;
	font-family: "GothaProBol";
	line-height:1.2;
}
.ninth_screen .item{
	width:50%;
}
.ninth_screen .item:nth-of-type(2){
	padding-left:150px;
}
.ninth_screen .item .loop{
	margin-top:-27px;
	margin-bottom:-10px;	
}
.ninth_screen .item .text{
	font-size: 20px;
	font-family: "GothaProLig";
	color: rgb(255, 255, 255);
	line-height: 1.5;
}
.ninth_screen .item .title{
	font-size: 20px;
	font-family: "GothaProBol";
	color: rgb(255, 255, 255);
	line-height: 1.2;
	margin-top:130px;
}
.ninth_screen form input[type=text] {
    font-size: 16px;
    font-family: "GothaProReg";
    color: rgb(255, 255, 255);
    width:303px;
    line-height: 40px;
    background-color: transparent;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    margin-top: 15px;
}
.ninth_screen form input[type=text]::-webkit-input-placeholder {color: rgb(255, 255, 255);}
.ninth_screen form input[type=text]:-moz-placeholder {color: rgb(255, 255, 255);}
.ninth_screen form button {
    display: block;
    width:265px;
    line-height: 44px;
	padding-top:2px;
    font-size: 17px;
    font-family: "GothaProBol";
    color: rgb(255, 255, 255);
    border-bottom: 5px solid #0B629E;
    background-color: #126FB6;
}
#uploade-file{
	display:none;	
}
.ninth_screen form label{
	cursor:pointer;
	display:block;
	line-height:23px;
	background-image:url(../img/camera.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:42px;
	margin:29px 0 43px;
}
.ninth_screen form label span{
	font-size: 14px;
	font-family: "GothaProMed";
	color: rgb(255, 255, 255);
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.ninth_screen form .check_lable {
    display: block;
    font-size: 13px;
    font-family: "GothaProReg";
    color: #fff;
	cursor: none;
    line-height:20px;
    background-image: none;
    padding-left:0;
    margin:20px 0 0;
}
.ninth_screen form .check_lable #check {
    margin: 0 auto;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
}
.ninth_screen form .check_lable span {
    display: inline-block;
    width:310px;
	border-bottom: none;
}
.ninth_screen form .check_lable span a {
    color: rgba(255, 255, 255, 0.729);
    text-decoration: underline;
}
/*Десятый экран*/
.tenth_screen{
	width:100%;
	background-image:url(../img/back09.jpg);
	height:700px;
}
.tenth_screen h2{
	font-size: 54px;
	font-family: "GothaProBol";
	color: rgb(23, 23, 23);
	line-height: 1.111;
	text-align: left;
	margin:213px 0 52px 0;
}
.tenth_screen .item{
	width:525px;	
}
.tenth_screen p{
	font-size: 20px;
	font-family: "GothaProLig";
	color: rgb(23, 23, 23);
	line-height: 1.5;
	text-align: left;
}
.tenth_screen .button {
    display: inline-block;
    font-size: 15px;
    font-family: "GothaProMed";
    text-align: center;
    color: rgb(255, 255, 255);
    width: 276px;
    line-height: 44px;
	padding-top:2px;
    background-color: #126FB6;
    border-bottom: 5px solid #0B629E;
    margin-top:67px;
}
/*Одиннадцатый экран*/
.eleventh_screen{
	width:100%;
	background-image:url(../img/back10.jpg);
	height:700px;
}
.eleventh_screen h2{
	font-size: 54px;
	font-family: "GothaProBol";
	color: rgb(23, 23, 23);
	line-height: 1.111;
	text-align: left;
	margin:238px 0 52px 0;
}
.eleventh_screen .item{
	width:415px;	
}
.eleventh_screen p{
	font-size: 20px;
	font-family: "GothaProLig";
	color: rgb(23, 23, 23);
	line-height: 1.5;
	text-align: left;
}
.eleventh_screen .button {
    display: inline-block;
    font-size: 15px;
    font-family: "GothaProMed";
    text-align: center;
    color: rgb(255, 255, 255);
    width: 276px;
    line-height: 44px;
    padding-top: 2px;
    background-color: #126FB6;
    border-bottom: 5px solid #0B629E;
    margin-top: 67px;
}
/*Карта*/
.map{
	width:100%;
	height:500px;
	position:relative;
}
.map .inner {
	background-color: #126FB6;
	box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.3);
	width: 446px;
	height: 405px;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 50%;
	margin:50px -523px 0 auto;
	padding:0.1px 0;
}
.map .inner .item{
	width:330px;
	margin-left:80px;
}
.map .inner .item h2{
	height:32px;
	font-size: 24px;
	font-family: "GothaProBla";
	color: rgb(255, 255, 255);
	line-height:0.8;
	text-align: left;
	padding-left:45px;
	margin-left:-45px;
	margin-top:46px;
	margin-bottom:16px;
	background-image:url(../img/map_icon00.png);
	background-repeat:no-repeat;
	background-position: left top; 
}
.map .inner .item p, .map .inner .item .mail{
	display:block;
	font-size: 14px;
	font-family: "GothaProMed";
	color:#fff;
	line-height: 1.714;
	text-align: left;
	margin-bottom:24px;
}
.map .inner .item .mail{
	margin-bottom:0;
}
.map .inner .item hr{
	border:0;
	background-color:rgba(255,255,255,0.3);
	height:1px;
	width:95%;
	margin:19px 0 14px;
}
.map .inner .item .whatsapp, .map .inner .item .instagram, .map .inner .item .facebook{
	display:inline-block;
	line-height:32px;
	font-size: 14px;
	font-family: "GothaProMed";
	color: rgb(255, 255, 255);
	padding-left:45px;
	background-repeat:no-repeat;
	background-position: left center;
}
.map .inner .item .whatsapp{
	margin-left:-45px;
	background-image:url(../img/map_icon01.png);
}
.map .inner .item .instagram{
	background-image:url(../img/map_icon02.png);
	padding-left:41px;
	margin-left: -45px;
}
.map .inner .item .facebook{
	background-image:url(../img/map_icon03.png);
	padding-left:38px;
	margin-left:13px;
}
.map .inner .item .phone{
	font-size: 18px;
	font-family: "GothaProBol";
	color: rgb(255, 255, 255);
	line-height: 1.667;
	text-align: left;
	margin-top:24px;
}
/*Подвал*/
footer{
	width:100%;
	height:205px;
	background-color:#312b2c;	
}
footer .inner{
	display:table;
}
footer .inner .cell{
	height:inherit;
	display:table-cell;
	vertical-align:middle;
}
footer .inner .cell .logo{
	display:inline-block;
}
footer .inner .cell .center_box{
	width:260px;
	margin-left:23.881%;
	text-align:center;
	margin-top:8px;
}
footer .inner .cell .center_box .popup{
	display:block;
	font-size: 16px;
	font-family: "GothaProMed";
	color: rgba(255, 255, 255, 0.502);
	text-decoration: underline;
	line-height: 1.875;
	margin-top:-10px;
}
footer .inner .cell .center_box p{
	font-size: 14px;
	color: rgb(137, 121, 124);
	line-height: 1.2;
	margin-top:10px;
}
footer .inner .cell .center_box .privacy{
	display:block;
	font-size: 14px;
	color: rgb(137, 121, 124);
	line-height: 1.2;
	margin-top:10px;
	text-decoration:underline;
}
footer .inner .cell .design p{
	font-size: 14px;
	font-family: "GothaProLig";
	color: rgba(255, 255, 255, 0.2);
	line-height: 2.143;
}
footer .design{
	margin-top:8px;
}
footer .inner .cell .design a{
	font-size: 14px;
	font-family: "GothaProLig";
	color: rgba(255, 255, 255, 0.2);
	line-height:0.7;
	font-weight: bold;
}
footer .inner .cell .design a span{
	font-family: "GothaProBla";
}
/*Всплывающая форма*/
.form_popup {
	border-radius: 2px;
	background-color:#F7F7F7;
	width: 700px;
	margin:0 auto;
	text-align:center;
	padding:0.1px 0 75px;
	position:relative;
}
.form_popup .title{
	font-size: 24px;
	font-family: "GothaProBla";
	color: rgb(47, 48, 48);
	text-transform: uppercase;
	line-height: 1.2;
	margin-top:50px;
}
.form_popup hr{
	width:100px;
	height:3px;
	background-color:#1599ca;
	margin:37px auto 30px;
}
.form_popup .descrp{
	font-size: 14px;
	color: rgba(27, 72, 107, 0.729);
	line-height: 1.2;
	font-weight:bold;
}
.form_popup input:first-of-type {
    margin:48px auto 0;
}
.form_popup input {
	display:block;
    font-size: 16px;
    font-family: "GothaProReg";
    color: rgb(128, 136, 142);
    width:303px;
    line-height: 40px;
    background-color: transparent;
    border-bottom: 1px solid #e2e2e2;
    margin:15px auto 0;
}
.form_popup form label.upload_file {
	width:303px;
    cursor: pointer;
    display: block;
    line-height: 23px;
    background-image: url(../img/camera-two.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 42px;
    margin: 27px auto 0;
	text-align:left;
}
#uploade-file-two {
    display: none;
}
.form_popup form label.upload_file span {
    font-size: 14px;
    font-family: "GothaProMed";
    color:#1599ca;
    border-bottom: 1px solid #1599ca;
}
.form_popup form .title_textarea{
	width:303px;
	margin:0 auto 13px;
	color: rgb(128, 136, 142);
	line-height: 1.2;
	text-align:left;
	margin-top:24px;
}
.form_popup form textarea{
	max-width: 393px;
	width:100%;
	height: 152px;
	border:1px solid rgb(204, 204, 204);
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.21);
	resize:none;
}
.form_popup form .button {
    display:block;
    font-size: 16px;
    font-family: "GothaProBol";
    text-align: center;
    color: rgb(255, 255, 255);
    width: 276px;
    line-height: 46px;
    background-color: #126FB6;
    border-bottom: 5px solid #0B629E;
	margin:30px auto 0;
}
.form_popup form .term_lable{
	width:303px;
	display:block;
	margin:0 auto;
	text-align:left;
	font-size: 16px;
	color: rgb(128, 136, 142);
	margin-top:13px;
}
.form_popup form .term_lable select{
	background-color:#ebebeb;
	width: 76px;
	height: 46px;
	font-size: 18px;
	font-family: "GothaProBol";
	color: rgb(61, 61, 61);
	padding-left:8px;
	margin:0 13px;
}
.form_popup form .term_lable select{
	background-image:url(../img/arrow_select.jpg);
	background-repeat:no-repeat;
	background-position:right center;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	-ms-appearance: none !important;
	-o-appearance: none !important;
}
.form_popup form .term_lable select::-ms-expand{
    display: none !important;
}
.form_popup form .check_lable{
	display: block;
    font-size: 13px;
    font-family: "GothaProReg";
    color: rgb(128, 136, 142);
	margin-top:20px;
}
.form_popup form .check_lable span{
	display:inline-block;
	width:260px;
}
.form_popup form .check_lable span a{
	color: rgba(27, 72, 107, 0.729);
	text-decoration:underline;
}
.form_popup form .check_lable #check{
	margin: 0 auto;
	display: inline-block;
	width:20px;
	height:20px;
}
/*страница successfull*/
.successfull{
	background-image:url(../img/back_suc.jpg);
	width:100%;
	height:755px;
	padding-top:125px;
}
.successfull h1{
	font-size: 48px;
	font-family: "GothaProBla";
	color: rgb(255, 255, 255);
	line-height: 1.25;
	text-transform: uppercase;
	text-align:center;
	margin-top:220px;
}
.successfull .text{
	font-size: 24px;
	font-family: "GothaProLig";
	color: rgb(255, 255, 255);
	line-height: 1.2;
	margin-top:60px;
	text-align: center;
}
.successfull .back{
	display:block;
	font-size: 20px;
	font-family: "GothaProMed";
	color: rgb(204, 229, 238);
	text-decoration: underline;
	line-height: 1.2;
	text-align: center;
	margin-top:50px;
}
/*форма с текстом*/
.popup_text{
	max-width:450px;
	padding:30px;
	border:1px solid #D3D3D3;
	margin:0 auto;
	background-color:#fff;
	position:relative;
}
.big_poup{
	max-width:1000px;
	height:450px;
	overflow-y:scroll;
	overflow-x:hidden;
}
.big_poup_three{
	max-width:500px;
	height:250px;
	overflow-y:scroll;
	overflow-x:hidden;
	text-align:left;
}
.big_poup_two{
	max-width:1000px;
}
.popup_text p, .popup_text li{
	font-size:14px;
	color:#1A1A1A;
}
.popup_text b{
	display:block;
	color:#1A1A1A;
	margin:10px 0;
}