*{
	padding: 0;
	margin: 0;
	box-sizing: border-box !important;
}
h1,h2,h3,h4,h5,h6,a,p,span,i,strong,input,label,button,div,ul,li{
	font-family: 'Geometria',Arial,sans-serif;
	line-height: 1.2;
}
.container{
	width: 1180px;
	margin: 0 auto;
}



header{
  background-color: #3498db;
  height: 70px;
  min-width: 100%;
  float: left;
}
header .logo{
	float: left;
	margin-top: 17px;
}
header .logo h1{
	float: left;
	color: #fff;
	font-family: "ralewayheavy";
	font-size: 30px;
	text-transform: uppercase;
}
header .logo h1 span{
	color: #93d1fb;
	font-family: "ralewayheavy";
	font-size: 30px;
	text-transform: uppercase;
}
header nav{
	float: right;
	margin-left: 20px;
	max-width: 970px;
}
header nav ul{
	list-style: none;
	float: left;
	text-align: left;
}
header nav ul li{
	list-style: none;
	text-align: center;
	height: 70px;
	float: left;
}
header nav ul li a{
	height: 70px;
	display: flex;
	text-align: center;
	font-size: 11px;
	color: rgb(255, 255, 255);
	text-decoration: none;
	align-items: center;
	font-weight: bold;
	padding: 0 6px;
	border-bottom: 4px solid #3498db;
	-webkit-transition: background-color 0.4s ease-in-out, border-bottom 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out, border-bottom 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-ou, border-bottom 0.4s ease-in-ou;
    -ms-transition: background-color 0.4s ease-in-out, border-bottom 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out, border-bottom 0.4s ease-in-out;
}
header nav ul li a:hover,
header nav ul li.current-menu-item a{
	background-color: #51aeec;
	border-bottom: 4px solid #fff;

}



.main-slide{
	min-width: 100%;
	float: left;
	background-image: url(images/slide.jpg);
	background-size: cover;
	height: 554px;
	text-align: center;
}
.main-slide h2{
	font-size: 40px;
	color: rgb(255, 255, 255);
	text-align: center;
	font-weight: 900;
	margin: 0 auto;
	margin-top: 190px;
	margin-bottom: 60px;
	width: 70%;
	display: block;
}
.phone-btn{
	font-size: 18px;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 1.2;
    text-decoration: none;
    background-color: #3498db;
    position: relative;
    padding: 15px 35px 13px 70px;
    border-radius: 3px;
    margin: 0 5px;
    display: inline-block;
    margin-bottom: 20px;
}
.phone-btn:after{
	width: 20px;
	height: 20px;
	position: absolute;
	display: block;
	content: "";
	background-image: url(images/phone-ic.png);
	left: 35px;
	top: 13px;
}
.work-time{
	font-size: 18px;
	text-transform: uppercase;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 1.2;
    text-decoration: none;
    position: relative;
    padding: 15px 35px 13px 35px;
    border-radius: 3px;
    border: 1px solid #fff;
    margin: 0 5px;
    display: inline-block;
}





.advantages{
	height: 450px;
	min-width: 100%;
	float: left;
	background-color: #1e2228;
	padding-top: 85px;
}
.advantages .container{
	-moz-column-width: 550px;  
    -webkit-column-width: 550px;   
    column-width: 550px; 
}
.advantages .advant{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.advantages .advant span:first-child{
	float: left;
	padding: 15px 22px;
	color: rgb(255, 255, 255);
	line-height: 1;
	font-size: 30px;
	background-color: #3498db;
	border-radius: 5px;
	margin-right: 15px;
	margin-top: 3px;
}
.advantages .advant span:nth-child(2){
	font-size: 24px;
	color: rgb(255, 255, 255);
	text-align: left;
	float: left;
	line-height: 1;
	width: 85%;
	margin-bottom: 6px;
}
.advantages .advant p{
	font-size: 14px;
	float: left;
	display: block;
	color: rgb(85, 85, 85);
	line-height: 1.714;
    text-align: left;
    width: 82%;
}



.one-stat{
	height: 480px;
	min-width: 100%;
	float: left;
	background-color: #fff;
	padding: 90px 0;
}
.one-stat.left .thumb{
	float: left;
	margin-right: 35px;
	width: 430px;
	position: relative;
}
.one-stat.right .thumb{
	float: right;
	margin-left: 35px;
	width: 430px;
	position: relative;
}
.one-stat .thumb img:first-child{
	height: 275px;
	width: 275px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.one-stat .thumb img:last-child{
	height: 225px;
	width: 225px;
	border-radius: 50%;
	position: absolute;
	left: 200px;
	top:20px;
	z-index: 2;
}
.one-stat.left .info-one-stat{
	float: right;
	width: 700px;
}
.one-stat.right .info-one-stat{
	float: left;
	width: 700px;
}
.one-stat .info-one-stat h3{
	font-size: 32px;
	color: rgb(36, 35, 35);
	line-height: 1.188;
    text-align: left;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    margin-top: 15px;
}
.one-stat .info-one-stat h3 strong{
	width: 100%;
	float: left;
	color: #000;

}
.one-stat .info-one-stat em{
	font-size: 20px;
    color: rgb(52, 152, 219);
    line-height: 1.2;
    text-align: left;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    font-style: normal;
}
.one-stat .info-one-stat p{
	color: rgb(85, 85, 85);
	font-size: 14px;
	line-height: 1.714;
    text-align: left;
    float: left;
}
.one-stat .info-one-stat a{
	padding: 15px 35px 12px 35px;
	background-color: #3498db;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
	font-size: 18px;
	border-radius: 3px;
	margin-top: 14px;
	float: left;
	-webkit-transition: background-color 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    -ms-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
}
.one-stat .info-one-stat a:hover{
	background-color: #51aeec;
}




.our-works{
	float: left;
	width: 100%;
	height: auto;
	background-color: #f2f2f2;
	position: relative;
}
.our-works .container{
	width: 100%;
}
.our-works h2{
	font-size: 60px;
	text-align: center;
	line-height: 1;
	color: rgb(42, 42, 42);
	margin-bottom: 10px;
	margin-top: 75px;
}
.our-works p{
	font-size: 16px;
	color: rgb(42, 42, 42);
	line-height: 2.375;
    text-align: center;
}
.our-works .carusel{
	width: 100%;
	float: left;
	position: relative;
	margin-top: 60px;
}
.our-works .carusel div.img-single{
	width: 25%;
	height: 50vh;
	float: left;
	cursor: pointer;
	position: relative;
	text-align: center;
	background-size: cover;
	background-position: center center;
}
.our-works .carusel div.img-single span{
	display: none;
	width: 100%;
	color: #fff;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	float: left;
	position: absolute;
	top: 120px;
	z-index: 2;
	text-transform: uppercase;
}
.our-works .carusel div.img-single:hover div{
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
	z-index: 0;
}
.our-works .carusel div.img-single:hover span{
	display: block;
}



.goss-znaki{
	min-width: 100%;
	float: left;
	height: auto;
	background-color: #3498db;
}

.goss-znaki h2{
	font-size: 32px;
	color: rgb(255, 255, 255);
    line-height: 1.188;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 35px;
}
.goss-znaki .wprapper-znak{
	margin-bottom: 35px;
	width: 100%;
	float: left;
}
.goss-znaki .single-znak{
	width: 227px;
	height: 50px;
	border-radius: 3px;
	cursor: pointer;
	float: left;
	-webkit-transition: background-color 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    -ms-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
    text-transform: uppercase;
}
.goss-znaki .single-znak div:first-child{
	width: 166px;
	height: 100%;
	float: left;
	text-align: center;
	padding: 2px 0;
    text-transform: uppercase;
}
.goss-znaki .single-znak div:first-child span{
	font-size: 34px;
	text-align: center;
	color: rgb(255, 255, 255);
    text-transform: uppercase;
	font-family: "Motor4F";
}
.goss-znaki .single-znak div:first-child span .single-znak_num{
    font-size: 44px;
    line-height: 0.9;
	font-family: "Motor4F";
}
.goss-znaki .single-znak div:last-child{
	width:60px;
	height: 100%;
	float: right;
	text-align: center;
	padding: 3px 0;
    text-transform: uppercase;
}
.goss-znaki .single-znak div:last-child span:first-child,
.goss-znaki .single-znak div:last-child span:first-child p{
	color: rgb(255, 255, 255);
	text-align: center;
	font-family: "Motor4F";
	font-size: 26px;
	width: 100%;
	line-height: 0.8;
    text-transform: uppercase;
    font-weight: 600;
}
.goss-znaki .single-znak div:last-child span:last-child{
	display: none !important;
	font-size: 12px;
	color: rgb(255, 255, 255);
	text-align: center;
	line-height: 1;
    text-transform: uppercase;
    display: block;
    margin-top: -3px;
}
.goss-znaki .single-znak div:last-child span:last-child img{
	margin-left: 4px;
	width: 21px;
    height: auto;
}
.goss-znaki .container>p{
	float: left;
	font-size: 14px;
	color: rgb(255, 255, 255);
	line-height: 1.714;
	text-align: left;
}
.goss-znaki .container>a{
	font-size: 18px;
	color: rgb(52, 152, 219);
    text-transform: uppercase;
    text-align: center;
    background-color: #fff;
    padding: 13px 35px;
    padding-bottom: 9px;
    border-radius: 3px;
    text-decoration: none;
    display: block;
    float: right;
}



.form-call{
	min-width: 100%;
	height: 750px;
	float: left;
	background-image: url(images/formbg.jpg);
	background-size: cover;
}
.form-call h2{
	font-size: 60px;
	text-align: center;
	line-height: 1;
	color: #fff;
	margin-bottom: 10px;
	margin-top: 30px;
}
.form-call p{
	font-size: 16px;
	color: #fff;
	line-height: 1.4;
    text-align: center;
}
.form-call form{
	width: 100%;
    max-width: 560px;
    background-color: #fff;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 40px 45px;
    position: relative;
}
.form-call form input{
	width: 100%;
}
.wpcf7-not-valid {
	border:1px solid red!important;
}
.form-call form input{
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	padding: 0px 14px !important;
	height: 60px;
	font-size: 20px;
	color: #5a4545;
	margin-bottom: 10px;
}
.form-call form input::-webkit-input-placeholder {
	font-size: 16px;
	color: #5a4545;
	opacity: 0.6;
}
.form-call form input:-moz-placeholder {
	font-size: 16px;
	color: #5a4545;
	opacity: 0.6;
}
.wpcf7-response-output {
	display:none!important;
}
.form-call form input.wpcf7-submit{
	padding: 20px 0 20px 0!important;
	background-color: #3b2fe0;
	color: #fff;
	height: auto;
	text-transform: uppercase;
	line-height: 1;
	font-size: 18px;
	border-radius: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-transition: background-color 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    -ms-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
    cursor: pointer;
    border: none;
    display: block;
    transition: all 0.4s ease-in-out;
}
.form-call form input.wpcf7-submit:hover{
	color: black;
	background-color: white;
	border:1px solid black;
}
.form-call form p{
	font-size: 11px;
	line-height: 1.5;
	color: rgb(170, 170, 170);
	text-align: center;
	width: 100%;
	display: block;
}
div.wpcf7 img.ajax-loader{
	position: absolute;
	top: 7px;
	left: 5px;
	width: 15px;
	height: 15px;
}
div.wpcf7 .wpcf7-form-control-wrap{
	position: relative;
	float: left;
	display: block;
}
div.wpcf7 .wpcf7-form-control-wrap span{
	position: absolute;
	left: -225px;
	top: 10px;
	color: #000;
	background-color: #fff;
	padding: 5px 20px;
	border-radius: 10px;
	border: 1px solid red;
	width: 180px;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok{

display: block;
    float: left;
    position: absolute;
    width: 300px;
    top: 0;
    right: -320px;
    background-color: #fff;
    border-radius: 20px;
    border: 2px solid red;
    /* padding: 10px 10px; */
    text-align: center;
    font-weight: bold;
}
div.wpcf7-mail-sent-ok{
	border: 2px solid green;
}


.partners{
	width: 100%;
	height: 175px;
	padding: 40px 0;
	float: left;
	text-align: center;
}
.partners img{
	margin: 0 10px;
}



footer{
	min-width: 100%;
	float: left;
	height: 300px;
	position: relative;
}
footer.page-footer{
	background-color: #1e2228;
	padding-top: 50px;
}
footer .sections{
	height: 250px;
}
footer .sections{
	width: 540px;
	float: left;
	margin-right: 40px;
}
footer h5{
	width: 100%;
	font-size: 14px;
	line-height: 1.2;
    text-align: left;
    margin-top: 30px;
}
footer.page-footer h5{
	color: #929292;
}
footer ul{
	float: left;
	list-style: none;
	-moz-column-width: 200px;  
    -webkit-column-width: 200px;   
    column-width: 200px;
    margin-top: 40px;
}
footer ul li{
	list-style: none;
	float: left;
	display: block;
	width: 100%;
}
footer ul li a{
	font-size: 14px;
	color: rgb(52, 152, 219);
	line-height: 1.714;
	text-align: left;
	text-decoration: none;
}
footer .contacts{
	width: 330px;
	float: left;
}
footer .contacts ul li{
	font-size: 14px;
	color: rgb(52, 152, 219);
	line-height: 1.714;
	text-align: left;
}
footer .contacts ul li span{
	color: #555555;
}
footer.page-footer ul li span{
	color: #929292;
}
footer .contacts ul li a{
	text-decoration: underline;
	color: #555555;
}
footer.page-footer .contacts ul li a{
	color: #929292;
}
footer .socials{
	width: 210px;
	float: right;
}
footer .socials .tw{
	background: url("images/s-tw.png");
    color: #A1A7B2;
    display: block;
    height: 22px;
    width: 22px;
    text-transform: none;
    background-size: cover;
	background-repeat: no-repeat;
	text-decoration: none;
	font-family: Arial,Helvetica,sans-serif;
}
footer .socials ul li{
	float: left;
	width: auto;
	margin-right: 5px;
}
footer .socials ul li:last-child{
	margin-right: 0;
}
footer .socials form{
	float: left;
	width: 100%;
	margin-top: 15px;
	position: relative;
}
footer .socials form input{
	width: 100%;
	border-radius: 3px;
	border: 1px solid #c4c4c4;
	height: 30px;
	position: relative;
	float: left;
	padding: 4px 20px 1px 20px;
	display: block;
}
footer .socials form:after{
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	content: "";
	background-image: url(images/loop.png);
	right: 20px;
	top: 9px;
}
footer .socials form input::-webkit-input-placeholder {
	color: #c4c4c4;

}
footer .socials form input:-moz-placeholder {
	color: #c4c4c4;


}
footer .copy{
	width: 100%;
	float: left;
	border-top: 1px solid #c4c4c4;
	height: 50px;
	padding-top: 17px;
}
footer.page-footer .copy{
	background-color: #1E2228;
}
footer .copy p{
	display: block;
	width: 1180px;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
	color: rgb(146, 146, 146);
	line-height: 1.2;
}
#map{
	float: left;
	min-width: 100%;
}
#big-img{
	width: 90%;
	height: 90vh;
	position: absolute;
	border-radius: 20px;
	border: 3px solid #444;
	top: 5vh;
	left: 5%;
	z-index: 1000;
	position: fixed;
	background-color: #fff;
	display: none;
	opacity: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
#big-img a{
	position: absolute;
	right: 10px;
	top: 10px;
	background-color: #fff;
	border: 2px solid #444;
	padding: 6px 15px;
	font-weight: bold;
	font-size: 20px;
	color: red;
	text-decoration: none;
}


/* Single Page Style */
.headline-page{
	min-width: 100%;
	float: left;
	background-size: cover;
	height: 395px;
	text-align: center;
	background-position: center center;
}
.headline-page h2{
	font-size: 60px;
	color: rgb(255, 255, 255);
	text-align: center;
	font-weight: normal;
	margin-top: 130px;
}
.headline-page p{
	font-size: 16px;
	text-align: center;
	color: rgb(255, 255, 255);
	line-height: 1.5;
	width: 75%;
	margin: 0 auto;
}
.numbers-page{
	min-height: 1045px;
	width: 100%;
	float: left;
	padding-top: 47px;
	text-align: center;
}
.numbers-page h4{
	font-size: 30px;
	color: rgb(36, 35, 35);
    line-height: 1.188;
    text-align: center;
    font-weight: normal;
}
.numbers-page .container>span{
	font-size: 18px;
	color: #fff;
    line-height: 2.111;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}
.numbers-page .container>span>span{
	font-weight: bold;
}
.numbers-page .goss-znaki{
	background-color: #262b3f;
	margin-top: 0px;
	padding-top:25px;
}
.single-znak_wrap{
    width: 233px;
    height: 56px;
    background-color: transparent;
    padding: 3px;
    margin: 10px 15px;
}
.numbers-page .goss-znaki .single-znak{
    cursor: pointer;
    background: rgba(0, 0, 0, 0) url(https://nomera.blatznak.com/wp-content/themes/ample/images/newbgnum.png) no-repeat scroll 0 0;
    height: 100%;
    background-size: 100%;
}

.numbers-page .goss-znaki .single-znak:hover{
	background-color: #d2ebfc;
}
.numbers-page .goss-znaki .single-znak span,
.numbers-page .goss-znaki .single-znak span p{
	color: #242323!important;
}
table.tlist tr.head, table.tlist tr.tail {
    background: #a5672f none repeat scroll 0 0;
}
.numbers-page #true_loadmore{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 50px;
}
.numbers-page #true_loadmore a{
	text-decoration: none;
	display: block;
	width: 120px;
	margin: 0 auto;
}
.numbers-page #true_loadmore a span{
	font-size: 14px;
	color: rgb(52, 152, 219);
	text-transform: uppercase;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
}
.numbers-page #true_loadmore>div div{
	padding: 10px;
	background-color: #3498db;
	border-radius: 50%;
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	margin-top: 6px;
}
.reset-search{
    font-size: 17px;
    margin-left: 12px;
    color: #0065b2;
    cursor: pointer;
}
.reset-search:hover{
    text-decoration: underline;
}

/* Result Search Page Styles */
.result-search{
	width: 100%;
	float: left;
}
.result-search .container{
	width: 950px;
}
.result-search .single-resultation{
	padding: 90px 0;
	width: 100%;
	float: left;
	border-top: 1px solid #e1e1e1;
}
.result-search .single-resultation:first-child{
	margin-top: 40px;
}
.result-search .single-resultation:last-child{
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 75px;
}
.result-search .single-resultation .number{
	width: 100px;
	height: 100px;
	float: left;
	background-color: #3498db;
	border-radius: 50%;
	padding-top: 40px;
}
.result-search .single-resultation.right .number{
	float: right;
}
.result-search .single-resultation .number span{
	font-size: 60px;
	color: rgb(255, 255, 255);
	line-height: 0.4;
    text-align: center;
    font-weight: normal;
}
.result-search .single-resultation .content-block-result{
	width: 810px;
	float: right;
	text-align: left;
}
.result-search .single-resultation.right .content-block-result{
	float: left;
}
.result-search .single-resultation .content-block-result h3{
	font-size: 32px;
	color: rgb(52, 152, 219);
    line-height: 0.75;
    text-align: left;
    width: 100%;
    font-weight: normal;
    margin-bottom: 15px;
}
.result-search .single-resultation .content-block-result p{
  font-size: 14px;
  color: rgb(85, 85, 85);
  line-height: 1.6;
  text-align: left;
  font-weight: bold;
}
.result-search .single-resultation .content-block-result a{
	padding: 16px 48px 13px 48px;
	background-color: #3498db;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
	font-size: 18px;
	border-radius: 5px;
	float: left;
	display: block;
	margin-top: 25px;
	margin-left: 10px;
	-webkit-transition: background-color 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    -ms-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
}
.result-search .single-resultation .content-block-result a:hover{
	background-color: #1e2228;
}
.pagination{
	width: 100%;
	float: left;
	margin-bottom: 150px;
}
.pagination a{
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 4px;
	background-color: #3498db;
	margin: 0 8px;
	text-decoration: none;
	padding-top: 10px;
	-webkit-transition: background-color 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    -ms-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
}
.pagination a span{
	font-size: 18px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1.333;
  	text-align: center;
  	opacity: 0.8;
}
.pagination a:hover{
	background-color: #5dace2;
}


/*  Text Page Styles  */
.text-page{
	width: 100%;
	float: left;
	min-height: 650px;
	padding: 140px 0;
}
.text-page .columns-text {
    -webkit-column-width: 500px;
    -moz-column-width: 500px;
    column-width: 500px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}
.text-page .columns-text{
	width: 100%;
	color: #555;
}
.text-page .columns-text p{
	color: #555;
}
.text-page .columns-text span, .text-page .columns-text strong{
	font-weight: bold;
}
.text-page .columns-text strong{
	color: #555555;
	font-size: 18px;
}
.text-page .columns-text em{
	color: #5dade2;
	width: 100%;
	float: left;
	margin: 15px 0;
	font-weight: bold;
	font-style: normal;
}

/* Style For Popup */
#popup-form{
	width: 100%;
	height: 100%;
	position: fixed;
	display: none;
	background-color: rgba(0,0,0,0.9);
	opacity: 0;
	top: 0;
	z-index: 100;
}
#popup-form-2{
	width: 100%;
	height: 100%;
	position: fixed;
	display: none;
	background-color: rgba(0,0,0,0.9);
	opacity: 0;
	top: 0;
	z-index: 100;
}
.popup_header{
	color: #000;
    font-weight: bold;
    margin-bottom: 24px;
	font-size:36px;
	line-height: 1.23;
	text-align:center;
}
#popup-form .form-call{
	background-image: none;
	background-color: none;
	width: 690px;
	margin: 0 auto;
	float: none;
}
#popup-form-2 .form-call{
	background-image: none;
	background-color: none;
	width: 690px;
	margin: 0 auto;
	float: none;
}
#popup-form .form-call strong{
	white-space: nowrap;
}
#popup-form-2 .form-call strong{
	white-space: nowrap;
}
.mobile-nav{
	display: none;
}
.extra-hatom-entry-title{
	display: none;
}
.no-results.not-found{
	margin-top: 30px;
}
.no-results.not-found .search-wrap{
	margin-top: 30px;
}
/*  Edit Form Styles  */
#popup-form {
	text-align: center;
}
#popup-form-2 {
	text-align: center;
}
#popup-form form{
	margin-bottom: 30px;
}
#popup-form-2 form{
	margin-bottom: 30px;
}
#popup-form .price{
    display: block !important;
	text-align: center;
	border: 3px solid #e6954a;
	border-radius: 3px;
	padding: 10px 40px;
	font-size: 20px;
	color: black;
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: bold;
}
#popup-form .nom-info{
	text-align: center;
	font-size: 14px;
	color: black;
}
#popup-form .nom-info strong{
	float: left;
	text-align: center;
	font-size: 18px;
	color: black;
    text-transform: uppercase;
}
@media (min-width: 1600px){
	.our-works .carusel div.img-single span{
		display: none;
		width: 100%;
		color: #fff;
		font-size: 48px;
		text-align: center;
		font-weight: bold;
		float: left;
		position: absolute;
		top: 50%;
		margin-top: -55px;
		z-index: 2;
		text-transform: uppercase;
	}
}
@media (max-width: 1180px){
	.our-works{
		float: left;
		width: auto;
		height: auto;
		background-color: #f2f2f2;
		position: relative;
	}
	.our-works .carusel{
		width: 1180px;
	}
	.our-works .container{
		width: 1180px;
	}
	#map iframe{
		width: 1180px;
	}
}
@media (max-width: 640px){
	.our-works{
		width: 100%;
	}
	.our-works .container{
		max-width: 100%!important;
	}
	.our-works .carusel{
		max-width: 100%!important;
	}
	#map iframe{
		width: 100%;
	}
	.container{
		width: 100%!important;
	}
	.mobile-nav{
		display: block;
		float: right;
		height: 70px;
		width:100px; 
		background-color: #42a5e8;
	}
	.mobile-nav a{
		display: block;
		width: 40px;
		height: 30px;
		background-image: url(images/mobilemenu.png);
		background-size: contain;
		margin-left: 30px;
		margin-top: 18px;
	}
	.logo{
		margin-left: 20px;
	}
	nav{
		display: none;
		position: absolute;
		width: 80%;
		right: 0;
		top: 70px;
		background-color: #fff;
		z-index: 100;
	}
	nav ul{
		width: 100%;
		float: left;
	}
	header nav ul li{
		width: 100%;
		float: left;
		border-bottom: none;
		text-align: left;
		height: auto;
	}
	header nav ul li a{
		color: #555555;
		border-bottom: none;
		-webkit-transition:none ;
	    -moz-transition: none;
	    -o-transition: none;
	    -ms-transition: none;
	    transition: none;
	    text-align: left;
	    font-size: 20px;
	    font-weight: normal;
	    padding-left: 50px;
	    padding-top: 13px;
	    padding-bottom: 13px;
	    height: auto;
	}
	header nav ul li a:hover{
		background-color: #4BAAE8;
		border-bottom: 0;

	}
	.main-slide h2{
		font-size: 28px;
		color: rgb(255, 255, 255);
		text-align: center;
		font-weight: 900;
		margin-top: 100px;
		margin-bottom: 60px;
	}
	.advantages{
		height: auto;
		padding-bottom: 60px;
	}
	.advantages .container{
		-moz-column-width: 100%!important;  
	    -webkit-column-width: 100%!important;   
	    column-width: 100%!important; 
	}
	.advantages .advant{
		padding: 0 20px;
	}
	.advantages .advant span:first-child{
		float: left;
		width: 15%;
		padding: 15px 0;
		color: rgb(255, 255, 255);
		line-height: 1;
		font-size: 30px;
		background-color: #3498db;
		border-radius: 5px;
		margin-right: 15px;
		margin-top: 3px;
		text-align: center;
	}
	.advantages .advant span:nth-child(2){
		float: left;
		width: 75%;
	}
	.one-stat{
		width: 100%;
		height: auto;
	}
	.one-stat.left .thumb,
	.one-stat.right .thumb,
	.one-stat .thumb{
		width: 300px;
		margin: 0 auto;
		float: none;
		text-align: center;
		height: 200px;
	}
	.one-stat.left .thumb img:first-child,
	.one-stat.right .thumb img:first-child{
		width: 175px;
		height: 175px;
	}
	.one-stat.left .thumb img:last-child,
	.one-stat.right .thumb img:last-child{
		width: 150px;
		height: 150px;
		left: 125px;
	}
	.one-stat .info-one-stat,
	.one-stat.left .info-one-stat,
	.one-stat.right .info-one-stat{
		width: 100%;
		float: left;
		padding: 0 15px;
	}
	.our-works{
		height: auto;
	}
	.our-works h2{
		font-size: 32px;
	}
	.our-works p{
		line-height: 1;
		font-size: 18px;
	}
	.our-works .carusel div.img-single{
		height: 40vh;
	}
	.our-works .carusel div.img-single span{
		font-size: 16px;
		top: 41%;
	}
	.goss-znaki{
		height: auto;
		padding: 0 15px;
		padding-bottom: 40px;
	}
	.goss-znaki .single-znak{
		margin: 0 auto;
		float: none;
		margin-bottom: 10px;
	}
	.goss-znaki .single-znak:nth-child(4n){
		margin-right: auto;
	}
	.goss-znaki .container>a{
		float: left;
		margin-top: 25px;
	}
	.form-call{
		height: auto;
		width: 100%;
	}
	.form-call h2{
		font-size: 24px;
	}
	.form-call form{
		width: 96%;
		margin-bottom: 50px;
		padding:20px;
	}
	.popup_header {
		font-size:28px;
	}
	.form-call p{
		padding: 0 15px;
		font-size: 14px;
	}
	.partners{
		height: auto;
	}
	.partners img{
		display: block;
		width: 60%;
		height: auto;
		margin: 0 auto;
		float: none;
		margin-bottom: 15px;
	}
	footer{
		width: 100%;
		height: auto;
	}
	footer .sections{
		width: 100%;
		float: left;
		padding: 0 15px;
	}
	footer .contacts{
		float: left;
		width: 100%;
		padding: 0 15px;
	}
	footer .socials{
		float: left;
		width: 100%;
		padding: 0 15px;
		margin-bottom: 40px;
	}
	footer ul{
		float: left;
	    list-style: none;
	    -moz-column-width: 100%;
	    -webkit-column-width: 100%;
	    column-width: 100%;
	    margin-top: 10px;
	}
	div.copy{
		width: 100%;
		float: left;
		padding-right: 15px;
		padding-left: 15px;
	}
	#popup-form .form-call{
		background-image: none;
		background-color: none;
		width: 96%;
		margin: 0 auto;
		float: none;
	}
	#popup-form-2 .form-call{
		background-image: none;
		background-color: none;
		width: 96%;
		margin: 0 auto;
		float: none;
	}    
	#popup-form h2{
		margin-top: 30px;
	}
	#popup-form-2 h2{
		margin-top: 30px;
	}    
	#popup-form .form-call>p{
		display: none;
	}
	#popup-form-2 .form-call>p{
		display: none;
	}    
	.form-call a{
		color: #fff;
	}
	footer .copy p{
		width: auto;
	}
	#map{
		display: none;
	}
	.headline-page{
		height: auto;
	}
	.headline-page h2{
		margin-top: 30px;
		font-size: 38px;
		margin-bottom: 10px;
	}
	.headline-page p{
		margin-bottom: 30px;
		font-size: 14px;
	}
	.numbers-page{
		padding-top: 30px;
	}
	.text-page .columns-text{
		padding: 0 15px;
	}
	.result-search .container{
		width: 100%;
	}
	.result-search .single-resultation .content-block-result{
		float: none;
		white-space: 96%;
		margin: 0 auto;
	}
	.result-search .single-resultation .number{
		float: none;
		margin: 0 auto;
	}
	.result-search .single-resultation .content-block-result{
		width: 100%;
		padding: 0 15px;
		margin-top: 30px;
	}
	.result-search .single-resultation.right .number{
		float: none;
	}
	.pagination a{
		margin: 0 3px;
		width: 32px;
	}
	.result-search .single-resultation .content-block-result a{
		margin-left: 0;
	}
	.result-search .single-resultation .number{
		padding-top: 35px;
	}
	.result-search .single-resultation .content-block-result h3{
		line-height: 1.1;
	}
	.numbers-page .load-more div{
		padding-top: 7px;
	}
	footer .socials form input{
		padding: 3px 20px 4px 20px;
		height: 32px;
	}
	.form-call form input.wpcf7-submit{
		font-size: 14px;
	}
}




form.wpcf7-form
{
	margin-top: 9%;
}
form.wpcf7-form input[type="text"] ,form.wpcf7-form input[type="tel"]
{
	display: block;
	/* width: 100%; */
	margin: 0px 0;
	padding: 5px 5px;
}

form.wpcf7-form input[type="submit"] {
	margin: 0px 0 10px;
	padding: 4px 13px;
	font-size: 15px;
	font-weight: bold;
}

form.wpcf7-form  span
{
	float: none !important;
}
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok
{
	position: static;
	border: none;
	background: none;
	width: auto;
	margin-top: 10px;
	color: red;
	text-align: left;
	margin-left: 0;
	padding-left: 0;
}
div.wpcf7-mail-sent-ok
{
	color: green;
}

.columns-text .col-1,.columns-text .col-2
{
	color: #555;
	float: left;
	width:  50%;
}

.columns-text.no-column
{
	-webkit-column-width: 500px;
	-moz-column-width: 500px;
	column-width: 500px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;

}
.columns-text .col-1
{
	float: left;
	    padding-right: 20px;
    box-sizing: border-box;
}

.columns-text .col-2
{
	float: left;
}
div.wpcf7 .wpcf7-form-control-wrap span
{
	position: static;
	border: none;
	background: none;
	width: auto;
	margin-top: 10px;
	color: red;
	text-align: left;
	margin-left: 0;
	padding-left: 0;
	font-weight: normal;
}

.goss-znaki .single-znak div:first-child span {
    text-transform: uppercase;
	position: relative;
}
.goss-znaki .single-znak div:first-child {
	font-weight: 600;
    text-transform: uppercase !important;
}
/*********** MOTO styles *************/
.row{
    width:100%;
}
.row:after{
    content:'';
    display: table;
    clear:both;
}
.col-md-12{
    width: 100%;
}
.col-md-6{
    width: 48%;
    display: inline-block;
}
div.sel-moto{
    background: none;
    height: auto;
    margin: auto;
    width: 268px;
    border-radius:5px;
	background: rgba(0, 0, 0, 0) url(images/motobg.png) no-repeat scroll 0 0 !important;
    background-size: 100% 100%;
    height: 200px;
}
.sel-moto .new-num{
	font-size: 70px;
}
.sel-moto #numb-1, #numb-5, #numb-6{
	font-size: auto !important; 
}
.sel-moto .rcode{
	font-size: 70px;
	top: 0;
}
.sel-moto .mt11{
	margin-top: 20px !important;
}
.sel-moto .num-new{
    float: none;
    left: 0;
    top: 15px;
}
.sel-moto .dropdown {
    display: inline-block;
}
.mt11{margin-top: 11px;}
.moto-region{
    border-top: 2px solid black;
    border-left: 2px solid black;
    padding: 8px;
    border-radius: 5px 0 0 0;
    position: relative;
	border: 0;
	padding-top: 12px;
}
.moto-region_rus{
    position: absolute;
    left: -11px;
    top: -13px;
    font-size: 21px;
    line-height: 1;
    padding: 0px 7px;
    display: inline-block;
    background: white;
    text-transform: uppercase;
}
.single-moto_wrap {
    width: 110px;
    height: 92px;
    margin: 10px;
    font-size: 31px;
    background: transparent;
	color: #292929;
    line-height: 1;
    padding: 4px;
    /*text-shadow: 1px 1px 0px rgba(0,0,0,.5);*/
}
.single-moto_item{
	background: url(https://nomera.blatznak.com/wp-content/themes/ample/images/motobg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
    box-shadow: 0 0 4px 0px rgba(0,0,0,.5);
    transition:transform .3s;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Motor4F";
}
.single-moto_item:hover{
    cursor:pointer;
    transform:scale(1.2);
}
.single-moto_item__num{
    margin-bottom: 4px;
	font-family: "Motor4F";
}
.single-moto_item__letter{
	font-family: "Motor4F";
}
.single-moto_item__letter {
    width: 48%;
    float: left;
    font-size: 89%;
	padding-bottom: 5px;
}
.single-moto_item__bottom{
	font-family: "Motor4F";
}
.single-moto_item__region{
    width: 48%;
	font-family: "Motor4F";
    float: right;
    position: relative;
    border-radius: 3px;
    font-size: 89%;
	padding-bottom: 5px;
}
.single-moto_item__region--rus{
	display:none !important;
    font-size: 9px;
    position: absolute;
    top: -7px;
    background: white;
    left: -5px;
    padding: 2px;
}
#modal-safe_info {
	position:relative;
}
.modal-safe_info {
    background: white;
    padding: 20px;
    max-width: 800px;
    font-size: 16px;
    color: #000;
}
.modal-safe_info p{
	margin-bottom:12px;
}
.modal-safe_info h3 {
    font-size: 19px;
    margin-bottom: 6px;
}
.safe-info {
    font-size: 14px;
    margin: 21px 0 21px;
}
#safe-info_btn {
    color: #e6954a;
}




body {
    background:#0e0f1a;
    font-family: 'Geometria',Arial,sans-serif;
    color:#fff;
}

table.tlist tr td {
    color:#fff;
}


.popup_header p {
    color: #000 !important;
    font-weight: bold !important;
    margin-bottom: 24px !important;
    font-size: 36px !important;
    line-height: 1.23 !important;
    text-align: center !important;
}

@media (max-width: 640px) {
    .popup_header p{
        font-size: 28px !important;
    }
}