


/* IMPORT RESET */
@import url("reset.css");

/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("responsive.gs.12col.css");

/* font-family: "CenturyGothicRegular"; */
@font-face {
    font-family: "CenturyGothicRegular";
    src: url("../fonts/CenturyGothicRegular.eot");
    src: url("../fonts/CenturyGothicRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/CenturyGothicRegular.woff") format("woff"),
    url("../fonts/CenturyGothicRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/*	EXAMPLE STYLES */
body {
	font-size: 18px;
	font-weight: 300;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

header {
	background: rgba(255,255,255,0.5);
	border-bottom: 1px solid #7f94b5;
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: 100;
	width: 100%;
	font-family: 'CenturyGothicRegular', sans-serif;
}

#about, footer {
	background: #2a456e;
	padding: 60px 0 !important;

}

a{
	text-decoration: none;
}

#about #about_more{
	color:#e09230;
	text-decoration: underline;
}
#about #about_more:hover{
	text-decoration: none;
}

#about #about_less{
	color:#e09230;
	text-decoration: underline;
}
#about #about_less:hover{
	text-decoration: none;
}

#about a{
	color: #fff;
	font-weight: 700;
}

#about h3{
	font-size: 24px;
	font-weight: 700;
	margin: 10px 0 10px;
}

#about p{
	margin: 10px 0;
}

h2{
	font-size: 36px;
	font-weight: bold;
	color: #e09230;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-family: 'CenturyGothicRegular', sans-serif;
}

.normblack{
	font-weight: normal;
	color: #000;
}
.normwhite{
	font-weight: normal;
	color: #fff;
}

sup{
	color: #e09230;
}

.row{
	position: relative;
	display: block;
}

#advantages col{
	text-align: center;
}

#advantages h3{
	display: block;
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold !important;
	text-align: center;
	font-family: 'CenturyGothicRegular', sans-serif;
}

#advantages img{
	display: block;
	position: relative;
	margin: 0 auto;
}

img{
	max-width: 100%;
}

#contacts p{
	color: #e09230;
	font-size:18px;
	margin-bottom: 15px;
}

#contacts p a{
	color: #e09230;
}

.pp{
	font-size: 24px;
}

#contacts p b{
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}

.ph{
	font-weight: bold;
}

#mainmenu ul{
	display: block;
	position: relative;
	list-style:none;
	text-align: right;
}

#mainmenu ul li{
	display: inline-block;
	text-align: center;
	padding: 8px;
}

#mainmenu ul li a{
	display: block;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
	color: #243174;
	text-decoration: none;
	border-top: 2px solid transparent;
	padding-top: 15px;
	padding-bottom: 7px;
}

#mainmenu ul li.current_item,
#mainmenu ul li:hover{
	background: #243174;
}

#mainmenu ul li.current_item a,
#mainmenu ul li:hover a{
	color: #fff;
	border-top: 2px solid #e09230;
}



.hp{
	text-align: right;
	color: #ff5a00;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 23px;
	margin-bottom: 10px;
}

.hp span{
	display: inline-block;
	height: 26px;
	line-height: 26px;
	font-weight: bold;
}

span.phones a{
	color: #ff5a00;
	text-transform: none!important;
	border-bottom: none!important;
}

.hp .open24{
	margin-right: 10px;
	padding: 0 13px;
	border-radius: 13px;
	color: #fff;
	font-size: 12px;
	background: #b2d179;
	font-weight: normal;
}

a.link-lang{
	color: #fff;
	background: #243174;
	padding: 7px 5px 7px 5px;
	font-size: 14px;
	line-height: 1;
	display: inline-block;
	margin-left: 7px;
	top: -2px;
	text-align: center;
	position: relative;
	text-transform: none;
	border: none;
	cursor: pointer;
}


a.link-lang:hover{
	color: #fff;
	background: #222;
	text-transform: none;
	border: none;
	cursor: pointer;
}

#logo{
	display: block;
	position: relative;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bx-slider{
	display: block;
	position: relative;
	/*margin-bottom: 15px;*/
}
#advantages{
    margin-top: 15px;
}

#bx-slider img{
	width: 100%;
}

#about{
	color: #fff;
	margin-bottom: 5px;
}

#action{
	min-height: 256px;
	background: #c8c9cd url(../images/btnbg.jpg) 50% 50% no-repeat;
	background-size: contain;
}

.s-img {
	text-align: center;
}

.s-txt h4{
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
.s-txt p{
	text-align: center;
}

.s-img img{
	display: inline-block !important;
}

b,strong{font-weight: bold;}

main ul{
	list-style: circle;
	margin-left: 20px;
	margin-bottom: 15px;
}

main p{
	margin-bottom: 15px;
}

#services,
#reviews{
	margin-top: 40px;
	margin-bottom: 40px;
}

#services h2,
#reviews h2{
	text-align: center;
}

.prim{
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin-top: 15px;
}


.order{
	display: inline-block;
	position: absolute;
	padding: 0px 15px;
	line-height: 36px;
	border-radius: 30px;
	background: #fff343;
	color: #000;
	border: 4px solid rgba(255,246,0,0.5);
	-webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	text-decoration: none;
	text-transform: uppercase;
	width: 230px;
	text-align: center;
	font-size: 16px;
	margin-top: -18px;
	margin-left: -115px;
	height: 44px;
	left: 50%;
	top: 50%;
	font-family: 'CenturyGothicRegular', sans-serif;
}

.order:hover{	
	background: #fdec01;
	-webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.order_center{
	text-align: center;
	position: relative;
	display: block;
	height: 256px;
}

.revs_info{
	text-align: center;
}

.revs_info img{
	max-width: 80px;
	width: 100%;
	border-radius: 50%;
}

.revs_info p{
	text-align: center;
}

.revs_txt{
	background: #e8e8e8;
	border-radius: 7px;
	padding: 15px 35px 0;
	display: block;
	position: relative;
}

.revs_txt:before{
 	content:"";
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e8e8e8 transparent transparent;
  position: absolute;
  left: -10px;
  top: 20px;
}

.revs_txt p{
	font-size: 16px;
}

.revs{
	margin-bottom: 40px;
}

.revs_flds{
	background: #ffd54d;
	border-radius: 7px;
	padding: 15px 35px;
	display: block;
	position: relative;
	text-align: center;
}
.revs_flds form{
	text-align: center;
}

.revs_flds:before{
 	content:"";
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #ffd54d transparent transparent;
  position: absolute;
  left: -10px;
  top: 20px;
}

.revs_flds label,
.revs_flds input,
.revs_flds textarea{
	display: block;
	position: relative;
	font-size: 16px;
	text-align: left;
}

.revs_flds input{
	margin-bottom: 5px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 7px;
	height: 26px;
	line-height: 26px;
	padding: 0 4px;
	width: 100%;
}

.revs_flds textarea{
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 7px;
	padding: 4px;
	width: 100%;
	resize: none;
	height: 112px;
}



#revs_sbmt{
	display: inline-block;
	position: relative;
	padding: 0px 15px;
	line-height: 36px;
	border-radius: 30px;
	background: #88a3d6;
	color: #fff;
	border: 4px solid rgba(198,218,252,0.75);
	-webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	text-decoration: none;
	text-transform: uppercase;
	width: 230px;
	text-align: center;
	font-size: 16px;
	height: 44px;
	font-family: 'CenturyGothicRegular', sans-serif;
	cursor: pointer;
}

#revs_sbmt:hover{	
	background: #698cc8;
	-webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

#ssli{
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	top: 250px;
	z-index: 9999;
	height: 200px;
}

#ssli .bx-wrapper .bx-viewport{
	background: none !important;
}

.slitem h2{
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 32px;
	color: #cc0000;
	font-weight: bold;
	font-family: 'CenturyGothicRegular', sans-serif;
}

.slitem p{
	text-align: center;
	margin-bottom: 5px;
	font-size: 24px;
	color: #000;
	font-family: 'CenturyGothicRegular', sans-serif;
	text-transform: uppercase;
}

.slitems{
	width: 100%;
	position: relative;
	display: block;
}

.s600{
	width: 60%;
	margin: 0 20%;
	background: rgba(255,255,255,0.8);
	padding: 10px;
}

.lnk_mdl_more{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 38px;
	margin-left: -19px;
	height: 38px;
	margin-top: -19px;
	border-radius: 19px;
	background: rgba(255, 246, 0, 0.7) url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAhFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8qm6wAAAAK3RSTlMACkJqYB8FNWZnLwInP1e/n7GbGDm3p6itHrCguUp3DC46mhUbTrYjD4mTsGzp4gAAAAFiS0dEAIgFHUgAAABWSURBVCjPY2AY/oCRiZmFlYGBjZ2Dk4uBgZuHhZmXGyzBxy8gKCTMICIqJi7BxSApLiUtIwsSZxOQk1fgV2SQU1JWEedgUFVT19DUwiuB0yjclg9vAACbcQg5/LXBpwAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNS0wMS0xMFQyMDoyODowNCswODowMPqa0nAAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTUtMDEtMTBUMjA6Mjg6MDQrMDg6MDCLx2rMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAABJRU5ErkJggg==') 50% 50% no-repeat;
	text-align: center;
	line-height: 30px;
	color: #000;
	text-decoration: none;
	border: 4px solid rgba(255,246,0,0.5);
	-webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
  text-indent: -9999px;
}
.lnk_mdl_more:hover{
	background: #fdec01;
	-webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	text-indent: 0px;
	width: 150px;
	margin-left: -75px;
	height: 38px;
	margin-top: -19px;
}

.s-item:hover .lnk_mdl_more{
	display: block;
}

.hidden{
	display: none !important;
}

.w_modal{
	display: none;
	position: fixed;
	left: 50%;
	top: 20px;
	width: 800px;
	background: #fff;
	border-radius: 4px;
	z-index: 99999;
	margin-left: -400px;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(6,4,46,1);
	-moz-box-shadow: 0px 0px 10px 1px rgba(6,4,46,1);
	box-shadow: 0px 0px 10px 1px rgba(6,4,46,1);
	padding: 20px;
}

.w_mask{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.7);
	z-index: 99998;
	cursor: pointer;
	overflow: scroll-y;
}

.w_header h2{
	text-align: center;
	color: #000;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 18px;

}

.w_header h3{
	text-align: center;
}

.w_body{
	padding-bottom: 60px;
	border-top: 1px solid #333;
	margin-top: 10px;
	padding-top: 20px;
}

.w_body p{
	margin-bottom: 15px;
}


.w_footer{
	height: 50px;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background:#2a456e;
	text-align: center;
}

.w_close{
	display: inline-block;
	width: 100px;
	height: 30px;
	border-radius: 15px;
	background: rgba(255,255,255,0.8);
	line-height: 22px;
	color: #000;
	margin-top: 10px;
	text-align: center;
	text-decoration: none;
	border: 4px solid rgba(255,255,255,0.6);
	-webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.w_close:hover{
	background: rgba(255,255,255,1);
	border: 4px solid rgba(255,255,255,0.8);
	-webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.img_left{
	float: left;
	margin-right: 20px;
}

#masters h4{
	margin-bottom: 15px;
	font-weight: bold;
	color: #ff0000;
}

#masters h4 a{
	color: #ff0000;
}

.oorrdd{
	display: block;
	position: absolute;
	bottom: 60px;
	z-index: 997;
	left: 50%;
	width: 30%;
	margin-left: -15%;
}


.oorrdd{
	display: none;
}


@media ( max-width : 1023px ) {

	header{
	  position: relative; 
    top: auto; 
    left: auto; 
    z-index: 100; 
  }

  #ssli{
  	top: 120px;
  }
}


@media ( max-width : 767px ) {


	.img_left{
		float: none;
		margin-bottom: 20px;
	}

	header{
	  position: relative; 
    top: auto; 
    left: auto; 
    z-index: 100; 
  }

  .w_modal {
    position: absolute;
    width: 400px;
    margin-left: -200px;
  }

  .w_body{
  	overflow-y: scroll;
  	height: 470px;
  }

  .hp{
  	text-align: center;
  	margin-top: 0px;
  }

  .open24{
  	margin-bottom: 10px;
  }

  #mainmenu li{
  	display: block;
  	position: relative !important;
  	width: 100%;
  	margin: 0 auto;
  	text-align: center;
  	border-bottom: 1px solid #243174;
  }

  #mainmenu li a{
  	text-align: center;
  }

  #ssli{
  	top: 20px;
  }

  .slitem h2{
  	font-size: 16px;
  }
  .slitem p{
  	font-size: 12px;
  }

  .bx-pager{
  	display: none;
  }

  .s600 {
    width: 70%;
    margin: 0 15%;
  }

  #advantages .col{
  	display: inline-block !important;
  	width: 50% !important;
  }
  #advantages .col.span_1{
  	display: none !important;
  }

  #advantages .container{
  	text-align: cenetr;
  }

  #about .mastak{
  	text-align: center;
  }

  #about .col{
  	padding: 0 10px;
  }

  h2{
  	text-align: center;
  	margin-top: 20px;
  }

  #contacts .col{
  	text-align: center;
  	padding: 0 10px;
  }

  .mapsa{
  	text-align: center;
  }

  footer{
  	padding-top: 0px !important;
  }

  .pp{
  	font-size: 18px;
  }
}

.close-menu,
.mobile-menu{
	display: none;
}

.w_modal#masters{
	height: 370px!important;
}



@media screen and (max-width: 1230px){

	.container.row{
		padding-left: 15px;
		padding-right: 15px;
	}
	
}



@media screen and (max-width: 991px){

	.hp span{
		font-size: 16px;
	}
	
	#mainmenu ul li a{
		font-size: 15px;
	}
	
	.slitem h2{
		font-size: 26px;
	}
	
	.slitem p{
		font-size: 20px;
	}
	
}



@media screen and (max-width: 768px){

	a.link-lang{
		padding: 12px 8px 12px 8px;
		font-size: 15px;
		margin-left: 19px;
		text-align: center;
		top: -11px;
	}
	
	header .col.span_2{
		width: 85px;
		float: left;
		margin-left: 15px;
	}
	
	header .col.span_10{
		width: 185px;
		position: absolute;
		top: 5px;
		left: 115px;
	}
	
	.hp .open24{
		border-radius: 0;
		margin: 0;
		padding: 0 7px;
		font-size: 13px;
		text-transform: none;
		display: inline-block;
	}
	
	span.phones{
		text-align: center;
		font-size: 15px;
		line-height: 23px;
	}
	
	span.phones small{
		display: none;
	}
	
	.clear-768{
		display: block;
		float: none;
		clear: both;
	}
	
	#mainmenu ul li{
		padding: 0;
	}
	
	#mainmenu ul li a{
		padding: 15px;
	}
	
	.slitem h2{
		font-size: 18px;
		text-transform: none;
	}
	
	.slitem p{
		font-size: 16px;
		text-transform: none;
	}
	
	.s600{
		background: rgba(255, 255, 255, 0.9);
	}
	
	.mobile-menu{
		position: absolute;
		top: 79px;
		left: 0;
		padding: 0;
		width: 100%;
		background: #fff;
		opacity: 0;
		z-index: -1;
	}
	
	.mobile-menu.active{
		opacity: 1;
		z-index: 99998;
		display: block;
	}
	
	.close-menu{
		position: absolute;
		display: block;
		top: 21px;
		width: 36px;
		right: 15px;
		cursor: pointer;
	}
	
	.active-img,
	.close-menu.active .no-active-img{
		display: none;
	}
	
	.close-menu.active .active-img{
		display: block;
	}
	
	.row.menu{
		display: none;
	}
	
	header .container.row{
		padding: 0;
	}
	
	#ssli{
		z-index: 10;
	}
	
	#advantages img{
		max-width: 75px;
	}
	
	#advantages h3{
		margin-top: 10px;
		margin-bottom: 30px;
		text-transform: none;
	}
	
	#about,
	footer{
		padding: 30px 0!important;
	}
	
	h2{
		font-size: 26px;
	}
	
	#action{
		min-height: 70px;
	}
	
	.order_center{
		height: 70px;
	}
	
	.revs_info{
		float: left;
		width: 65px;
		font-size: 14px;
	}
	
	.revs_txt{
		float: left;
		width: calc(100% - 80px);
		margin-left: 15px;
		padding: 15px;
	}
	
	.revs_txt p{
		margin: 0;
	}
	
	#services,
	#reviews{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	#contacts .col{
		padding: 0;
	}
	
	.w_modal#masters{
		max-width: 100%;
		height: auto!important;
	}
	
	.w_modal img.img_left{
		display: none;
	}
	
	.w_body{
		overflow-y: auto;
	}
	
	
	
	
	
	
	
	
	
	
	
}



@media screen and (max-width: 450px){

	.w_modal{
		width: 100%;
		left: 0;
		margin-left: 0;
	}
	
	
	
	
	
	
}




