/*
Theme Name: Anton theme.
Theme URI: Your Theme's URI
Description: A brief description.
Version: 1.0
Author: You
Author URI: Your website address.
*/

@font-face 
{
	font-family: "RobotoRegular";
	src: url("fonts/RobotoRegular/RobotoRegular.eot");
	src: url("fonts/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
	url("fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
	url("fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
	}
@font-face {
			font-family: "IntroRegular";
			src: url("fonts/IntroRegular/IntroRegular.eot");
			src: url("fonts/IntroRegular/IntroRegular.eot?#iefix")format("embedded-opentype"),
			url("fonts/IntroRegular/IntroRegular.woff") format("woff"),
			url("fonts/IntroRegular/IntroRegular.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}
@font-face {
			font-family: 'OpenSansLight';
			src: url('fonts/OpenSansLight/OpenSans-Light.eot');
			src: url('fonts/OpenSansLight/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
			url('fonts/OpenSansLight/OpenSans-Light.woff') format('woff'),
			url('fonts/OpenSansLight/OpenSans-Light.ttf') format('truetype');
			font-weight: normal;
			font-style: normal;
}
			
*{
	margin: 0;
	padding: 0;
}
body{
	color: #000;

	background-image: url(img/head-block-bg.png);
	background-size: cover;
	background-attachment: fixed;
}
#buibody{
background-image:url(../img/builder-head-bg.jpg)
}
a{
color: #c21e1e;
    text-decoration: none;
}

/*Header and nav bar*/
header{
	width: 100%;
}
nav{
	background-color: #111122;
	width: 100%;
	text-align: center;
	z-index: 99;
	overflow: hidden;
}
nav:after, .main-menu:after{
	content: '';
	display: block;
	clear: both;
	
}
#mobile-nav{
	display:none;
}
.title{
	float: left;
	text-align: left;
	box-sizing: border-box;
	margin: 15px 0;
	
}
.title img{
	max-height: 40px;
}
.title a{
	text-decoration: underline;
}
.menu-wrap a:hover{
	color:#f8080c;
text-decoration: none;
}
.menu-wrap a:hover p{
color: #f8080c;}
nav p{
	font-family: OpenSansLight;
	color: #fff;
	padding: 15px 0;
	font-size: 14px;
	margin: 0;
}
#gi, #ss{
	margin:10px 0;
}
.menu-wrap p{
	text-align: right;
}
/*.menu-wrap{
	height:20px;
	float: right;
	padding-right: 0;
}
.menu-wrap > button{
	display: inline-block;
	float: right;
	background-color: #FF5033;
	border: none;
	padding: 20px;
}
.menu-wrap button p{
	font-family: OpenSansLight;
	color: #fff;
}
.main-menu{
	width: 100%;
	padding: 20px;
	margin: auto;
	font-family: OpenSansLight;
}
.main-menu > li{
	float: right;
	display: inline-block;
	margin: 0 10px;
}
.main-menu a{
	display: block;
	width: 100%;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	transition: color .3s;
	font-size: 12pt;
}
.main-menu a:hover{
	color: #FF5033;
}
.main-menu input{
	width: 100px;
	border: none;
	background-color: rgba(255,255,255,0);
}
.main-menu input::placeholder{
	background-image: url(img/loupe.png);
	background-size: 16px 16px;
	background-repeat: no-repeat;
}*/



/*======================================================================================================================*/
.head-block{
	/*height: 91vh;*/
}
.head-block span{
color: #f8080c
}
.head-info{
	background-color: rgba(0,0,0,0);
	/*width: 100%;*/
	/*height: 100%;*/
	position: relative;
	z-index: 0;
	margin-top: 25vh;
	margin-bottom: 25vh;
	
}
.head-info h1{
	font-family: OpenSansLight;
	font-size: 24pt;
	color: #fff;
	margin-bottom: 5%;
	width:80%;
}
@media only screen and (max-width: 1657px){
	.head-info h1{width:90%;}
}
@media only screen and (max-width: 1483px){
	.head-info h1{width:100%;}
}
.head-info p{
	font-family: OpenSansLight;
	font-size: 20pt;
	color: #fff;
	margin: 3% 0;
}
#head-info-order, #services-order{
	border: 0px;
	background-color: #c21e1e;
	padding: 10px 30px;
	margin: 10px 0;
	font-family: OpenSansLight;
	color: #fff;

}

/*.head-play{
	padding-right: 0;
	max-width: 100px;

	margin-top: 20%;
}
.head-play h4{
	color: #fff;
	transform: rotate(270deg);
	transform-origin: left top 0;
	width: 200px;
}
.head-play img{
	margin-top: -25%;
	margin-left: -25%;
}
.mobile-head-play{
	margin-top: 20px;
	display: none;
}
.mobile-head-play img{
	transform: rotate(90deg);
}
.mobile-head-play img, h4{
	display: inline-block;
}
.mobile-head-play h4{
	color: #fff;
}*/

/*Common=================================================================================================================*/
.best-clients, .differences, .about-us, .services, .benefits, .contacts, .reviews, .partners{

	overflow: hidden;
}
h1, h4{
	color: #000;
	font-family: OpenSansLight;
}
.services, .about-us, .reviews, .partners, .contacts{
	background-color: #fcfdff;
	
}
p{
	font-family: OpenSansLight;
}
/*======================================================================================================================*/
.best-clients{
	background-color: #111122;
	text-align: center;
	padding: 3% 0;
}
.best-clients h1{
	color: #fff;
	margin-bottom: 30px;
}
.best-clients img{
	height: 90px;
	margin: 20px;
}

/*======================================================================================================================*/
.services{
	padding: 3%;
	text-align: center;
}
.services-title{
	margin-bottom: 3%;
}
.services p{
	margin: 0 0 2% 0;
	color: #000;
	font-size: 12pt;
	line-height: 1.5;
}
.services h4{
	font-size: 14pt;
	font-weight: bold;
}
.services-item{
	padding: 20px;
}
.services-item img{
	width: 65px;
	height: 65px;
	margin-bottom: 15px;
}
#services-order{
	background-color:#111122;
}
/*======================================================================================================================*/
.differences{
	padding:0;
	background-color: #111122;
}
.diff-left h4, .diff-left p, .diff-right h4, .diff-right p{
	color: #fff;
	font-family: OpenSansLight;
}
.diff-left h4, .diff-right h4{
	font-weight: bold;
	font-size: 16pt;
}
.diff-left p, .diff-right p{
	font-size: 14pt;
	position:relative;
}

#pppr, #ppppr, #pppl, #ppppl{
font-size:12pt;
position:relative}

#pppl:before{
	content: " ";
    height: 40px;
    width: 20px;
    background-image: url(img/arr.png);
    color: #fff;
    position: absolute;
    top: 20px;
    left: -25px;
    background-size: contain;
    background-repeat: no-repeat;
}
#pppr:before{
	content: " ";
    height: 100px;
    width: 30px;
    background-image: url(img/arr.png);
    color: #fff;
    position: absolute;
    top: 20px;
    left: -35px;
    background-size: contain;
    background-repeat: no-repeat;
}
@media only screen and (min-width: 1546px){
	#pppr:before{
		height: 40px;
   		width: 20px;
		top: 20px;
	    left: -25px;
	}
}

.diff-left{
	background-color: #c21e1e;
	height: 650px;
	padding:5% 7%;
	z-index: 92;
}
.diff-right{
	height: 650px;
	padding:5% 7%;
	z-index: 90;
}
.diff-center{
	padding: 25px 0;
	z-index: 93;
}
.diff-center img{
	height: 550px;
	z-index: 93;
	margin-top: 50px;
}
.diff-left:before {
   content:"";
   position:absolute;
   top:0;
   left:100%;
   border-width:650px 225px 0 0;
   border-style:solid;
   border-color:#c21e1e #111122;
   z-index: 92;
}
/*======================================================================================================================*/
.orders{
	background-color: #f3f3f3;
	text-align: center;
	padding: 3%;
}
.orders-items-box{
	margin-top: 3%;
	margin-bottom: 3%;
}
.orders-item{
	overflow: hidden;
	margin-top: 10px;
}
.orders-item div{
	background-size: cover;
	width: 228px;
	height: 228px;
	margin: 0 auto;
}
#orders-order-1, #orders-order-2, #orders-order-3, #orders-order-4, #orders-order-6, #orders-order-7, #orders-order-8{
	border: 0px;
	background-color: #c21e1e;
	padding: 10px 30px;
	margin: 0;
	width: 228px;
	font-family: OpenSansLight;
	color: #fff;
}
#orders-order-1:hover, #orders-order-2:hover, #orders-order-3:hover, #orders-order-4:hover, #orders-order-6:hover, #orders-order-7:hover, #orders-order-8:hover{
	background-color: #ed3639;
}
.orders h4{
	color: #fff;
	font-size: 16pt;
	font-weight: bold;
	padding-top: 85px;
	line-height: 1.5;
}
#orders-order-5{
	border: 0px;
	background-color: #c21e1e;
	padding: 10px 30px;
	margin: 3% 0;
	font-family: OpenSansLight;
	color: #fff;
}
#o1{
	background-image: url(img/orders-1.png);
}
#o1:hover{
	background-image: url(img/orders-1-l.png);
	transition: .3s;
}
#o1:hover h4{
	color: #000;
	text-shadow: 0 0 5px #fff;
}
#o2{
	background-image: url(img/orders-2.png);
}
#o2:hover{
	background-image: url(img/orders-2-l.png);
	transition: .3s;
}
#o2:hover h4{
	color: #000;
	text-shadow: 0 0 5px #fff;
}
#o3{
	background-image: url(img/orders-3.png);
}
#o3:hover{
	background-image: url(img/orders-3-l.png);
	transition: .3s;
}
#o3:hover h4{
	color: #000;
	text-shadow: 0 0 5px #fff;
}
#o4{
	background-image: url(img/orders-4.png);
}
#o4:hover{
	background-image: url(img/orders-4-l.png);
	transition: .3s;
}
#o4:hover h4{
	color: #000;
	text-shadow: 0 0 5px #fff;
}
#o6{
	background-image: url(../img/orders-6.jpg);
}
#o6:hover{
	background-image: url(../img/orders-6-1.jpg);
	transition: .3s;
}
#o6:hover h4{
	color: #000;
	text-shadow: 0 0 5px #fff;
}
#o7{
	background-image: url(../img/orders-7.jpg);
}
#o7:hover{
	background-image: url(../img/orders-7-1.jpg);
	transition: .3s;
}
#o7:hover h4{
	color: #000;
	text-shadow: 0 0 5px #fff;
}
#o8{
	background-image: url(../img/orders-8.jpg);
}
#o8:hover{
	background-image: url(../img/orders-8-1.jpg);
	transition: .3s;
}
#o8:hover h4{
	color: #000;
	text-shadow: 0 0 5px #fff;
}
/*======================================================================================================================*/
.benefits{
	background-color: #111122;
	text-align: center;
	padding-top: 2%;
	padding-bottom: 2%;
}
/*.benefits-item img{
	width: 81px;
	height: 81px;
}*/
.benefits p{
	color: #fff;
	font-weight: bold;
	font-size: 12pt;
	line-height: 1.5;
	margin: 20px 0;
}
.benefits h1{
	color: #fff;
	margin-bottom: 40px;
}
.benefits-item{
	margin-bottom: 3%;
	padding: 2% 5%;
}
.benefits img{
	margin-bottom: 20px;
}
/*======================================================================================================================*/
/*.map{
	background-color: #fff;
	text-align: center;
	padding: 3%;
}
.map img{
	margin: 3% 0;
	width: 50%;
}
.map-txt-1 p{
	font-weight: bold;
	font-size: 24pt;
}
.map-txt-2 p{
	font-weight: bold;
	font-size: 20pt;
	color: #c21e1e;
}*/
/*==================================================================================================================*/
.red-block{
	background-color: #c21e1e;
	padding: 2%;
}
.red-block h1{
	color: #fff;
	font-size: 24pt;
	margin: 0;
}
.red-block-button {

}
#red-block-order{
	min-width: 250px;
	border: 1px solid #fff;
	background-color: #c21e1e;
	padding: 10px 30px;
	margin: 3% 0;
	font-family: OpenSansLight;
	color: #fff;
}
/*======================================================================================================================*/
.reviews{
	background-color: #f3f3f3;
	text-align: center;
	padding: 3%;
}
.reviews-items-box{
	margin-top: 3%;
	margin-bottom: 0;
}
.reviews-item{
	
	overflow: hidden;

}
.reviews-item p{
	background-color: #f8f8f8;
	border: 15px solid #fff;
	box-sizing: border-box;
	padding: 5px;
	box-shadow: 3px 3px 2px rgba(0,0,0,0.25);
}
.reviews-title h1{
	margin-bottom: 30px;
}
/*======================================================================================================================*/
.partners{
	background-color: #f3f3f3;
	text-align: center;
	padding: 3%;
}
.partners-title{
	margin-bottom: 3%;
}
.partners-unit{
	padding: 20px;
}
.partners-unit img{
	height: 125px;
	max-width: 125px;
}
.partners-row>img{
	max-width: 250px;
	margin: 0 10px;
}
#p-r-3 img{
	margin-bottom: 50px;
}

/*======================================================================================================================*/
.contacts{
	padding: 5% 0; 
	background-color: #111122;
}


.contact-form input{
	margin: 3% 0!important;
	width: 75%!important;
	height: 40px!important;
	padding: 5px!important;
	background-color: rgba(255,255,255,0);
	border: 1px solid #fff!important;

}
.contact-form input::placeholder{
	font-family: OpenSansLight!important;
	color:#fff!important;
	
}
.colortext{
	color: #fff!important;
}
.contact-form button{
	border: none;
	background-color: #c21e1e;
	padding: 5px 25px;
	margin-top: 5%;

}
.contacts p{
	font-family: OpenSansLight;
	color: #fff;
	margin: 0;
	padding: 10px 0;
	font-size: 14pt;
}
.contact-data h1{
	color: #fff;
	font-size: 20pt;
}
.contact-form h1{
	margin-bottom: 5%;
	color: #fff;
}
.contact-data img{
	margin: 4% 0;
}

.copyright{
	width: 100%;
	background-color: #000;
	padding: 20px 0;
	text-align: center;
	color: #fff;
}
.copyright p{
	margin: 0;
}

/*======================================================================================================================*/
.map-block{
	background-color: #f3f3f3;
	text-align: center;
	overflow: hidden;
}
.map-title{
	text-align: center;
	background-color: #f3f3f3;
margin-top: 40px;

}
/*======================================================================================================================*/

img.map{
	max-width: 100%;
	height: auto;
}
.abstextter{
	height: auto;
	width: 100%;
	margin-top: 0;
	display: block;
	background-color: #f3f3f3;
	text-align: center;
	padding-bottom: 3%;
}
.georobot{
	text-align: right;
	color: #000;
	font-family: OpenSansLight;
	font-size: 32px;
	margin-right: 200px;
}
.regionname{
	font-size: 30px;
	font-weight: bold;
	font-family: OpenSansLight;
	color:#000;
	text-align: left;
	float: left;
}
.regionname p{
	padding-left: 50px;
}
.lleft{
	/*margin-left: 200px;*/
	line-height: 32px;
	margin-top:-35px;
	/*border-right:  1px dashed #2f3e4d;*/
	float: left;
	/*position: relative;*/
}
.rright{	
	max-width: 450px;
	height: 140px;
	/*position: relative;*/
	float: left;
	margin-top: -35px;
}
.rright p{	
	color: #000;
	font-size: 20px;
	font-weight: bold;
	font-family: OpenSansLight;
margin-top:20px;
}

.sizeofarea{
	color: #c21e1e;
	font-size: 78px;
	font-family: OpenSansLight;
}
.bolee{
	text-align: center;
	color: #c21e1e;
	font-size: 24px;
	font-family: OpenSansLight;
	font-weight: bold;
}

#red-block-order:hover, #head-info-order:hover,
#orders-order-1:hover,
#orders-order-5:hover,
#cform-submit:hover,
#submit:hover, #submit-2:hover, #submit-3:hover{
	background-color: #ed3639!important;
}
#services-order:hover
{
	background-color: #222242;
}
@media only screen and (max-width: 801px){
	.abstextter{
		/*position: absolute;*/
		height: auto;
		width: 100%;
		margin-top: 0;
	}
	.map-title h1{
		margin-top: 0;
	}
	.region-container{
		min-height: 30vh;
	}
	
	.regionname{
		font-size: 24px;
		font-family: OpenSansLight;
		color:#000;
		padding: 10px 10px;
		margin-left: auto;
		width: 250px;
		display: block;
		margin:0 auto;
		text-align: center;
		float: none;
		border-radius: 15px;
	}
	.regionname p{
		padding: 0;
	}
	.lleft{
		margin-left: auto;
		width: 30%;
		line-height: 18px;
		margin-top:5px;
		padding-right: 10px;
		float: left;
		/*position: relative;*/
	}
	.rright{	
		width: 70%;		
		/*position: relative;*/
		float: left;
		padding-left:20px;
		margin-top: 5px;
	}
	.rright p{	
		color: #000;
		font-size: 12px;
		font-family: OpenSansLight;
	}

	.sizeofarea{
		color: #c21e1e;
		font-size: 28px;
		font-family: OpenSansLight;
		text-align: right;
		padding-left: 20px;
	}
	.bolee{
		text-align: right;
		color: #c21e1e;
		font-size: 14px;
		font-family: OpenSansLight;
	}
}
/*======================= form ===========================*/
.modal-shadow{
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background:#000;
  opacity:0.65;
  display:none;
  z-index: 119;
}
.modal-window-1{

text-align: left;
  position:fixed;
  top:50%;
  left:50%;
  margin:-250px 0 0 -185px;
  width:370px;
  height:500px;
  padding:30px;
  display:none;
  background-image: url(img/modal-1-back.jpg);
background-size:cover;
  z-index: 120;
}

.modal-window-2{

text-align: left;
  position:fixed;
  top:5%;
  left:0;
  /*margin:-250px 0 0 -185px;
  width:370px;
  height:500px;
  padding:30px;*/
  padding: 30px;
  display:none;
  background-image: url(img/modal-2-back.jpg);
  background-size: cover;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
  z-index: 120;
}
.close{
  position:absolute;
  top:5px;
  right:5px;
  width:20px;
  height:20px;
  border-radius:3px;
  cursor:pointer;
  text-align:center;
  color:#fff;
  font:normal 14px/20px Arial, Helvetica, sans-serif;
  background:#555;
}
.modal-window-1 form, .modal-window-2 form{
	margin: 10px 0;
}
.modal-window-1 input, .modal-window-2 input{
	margin: 3% 0!important;
	width: 100%!important;
	height: 40px!important;
	padding: 5px!important;
	background-color: rgba(255,255,255,0);
	border: 1px solid #fff;

}
.modal-window-1 input::placeholder, .modal-window-2 input::placeholder{
	font-family: OpenSansLight!important;
	color:#fff!important;
	
}
.modal-window-1 .colortext, .modal-window-2 .colortext{
	color: #fff!important;
}
.modal-window-1 button, .modal-window-2 button{
	text-align: center;
	border: none;
	background-color: #c21e1e;
	padding: 5px 25px;
	margin-top: 5%;
	width: 60%;
	
}
.modal-window-2-description{
	padding: 0 20px;
}
.modal-window-1 h1, .modal-window-2 h1{
	margin: 10px 0;
    font-size: 20pt;
    font-weight: bold;
}
.modal-window-1 p, .modal-window-2 p{
	font-family: OpenSansLight;
	color: #fff;
	margin: 0;
	padding: 10px 0;
	font-size: 14pt;
	font-weight: bold;
}
.modal-window-1 h1, .modal-window-2 h1{
	color: #fff;
}
.modal-window-2 select{
	font-family: OpenSansLight;
	margin: 3% 0!important;
	width: 100%!important;
	height: 40px!important;
	padding: 5px!important;
	background-color: rgba(255,255,255,0)!important;
	border: 1px solid #fff!important;
	color: #fff;

}
.modal-window-2 select option{
	color: #111122;
}

#form-messages{
color: #fff;
}
/*media screen*/
@media (max-width: 1279px) {
    .red-block h1{font-size: 20pt}
   }
@media (max-width: 1400px) {
    .head-info{
	margin-top: 20vh;
	margin-bottom: 20vh;
}
   }
@media (max-width: 1065px) {
    .diff-left p, .diff-right p{font-size: 12pt;}
.head-info{
	margin-top: 10vh;
	margin-bottom: 10vh;
}
   }
@media (max-width: 959px) {
    /*.menu-wrap {display: none!important;}*/
    .diff-center, .diff-left:before {display: none;}
    .diff-left, .diff-right {height: initial;}
.head-info{
	margin-top: 5vh;
	margin-bottom: 5vh;
}
   }
	

@media (max-width: 819px) {
	h1 {font-size: 20pt!important;}
    .head-play {display:none;}
	.mobile-head-play {display:block!important;}
	.partners{text-align: center}
	.modal-window-2-description{display: none}

   }
@media (max-width: 767px) {
	body{background-image: url(img/bg-mobile.jpg); background-size: auto}
	#buibody{background-image: url(img/bg-mobile-2.jpg); background-size: auto}
	.head-block{/*background-image: url(img/bg-mobile.jpg); background-attachment: fixed;*/ padding:35px 25px}
	.head-info{margin:0}
	#mobile-nav{display:block}
	#desk-nav{display:none}
.head-block span{color:#fff}
	.contact-data, .contact-form, .red-block, .reviews{text-align: center;}
	.services, .orders, .benefits, .red-block, .contacts{padding: 35px 0}
	.best-clients, .diff-left, .diff-right{padding: 30px}
	.diff-left, .diff-right{    padding-left: 50px;}
	.red-block-button{margin-top: 30px}
	.orders-item, .reviews-item{margin: 20px 0;}
	.modal-window-2{margin: 20px; border: 1px solid #fff; padding:20px 10px;}
	.modal-window-2 p, .modal-window-1 p{font-size: 12pt!important;}
	.modal-window-1{border: 1px solid #fff}

.modal-window-1{
    top: 5%;
    left: 0;
    margin: 20px;
    width: initial;
	border: 1px solid #fff}
   }
@media (max-width: 414px) {
	.head-block h1 { font-size: 14pt!important; line-height: 21pt; margin-bottom:20px!important; color:#fff!important}
	.head-block p {font-size:14pt!important; line-height: 18pt; margin-bottom:20px!important}
	.rright p{margin-top: 10px}
	
   }
@media (max-width: 320px) {
	.head-block h1 {font-size: 14pt!important;}
	.head-block p{font-size: 12pt!important;}
	.rright p{margin-top: 0}
   }
