@import "reset.min.css";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,300,700,600,400,300italic&subset=latin,cyrillic);

html, body {
    font-family: 'Open Sans', sans-serif;
	background-color: #e1e1e1;
	color: #484848;
	font-size: 16px;
}
body {
	background: url(../img/index_bg.jpg) no-repeat top center;
}
a {
	text-decoration: none;
	color: #484848;
}
.wrap {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	width: 1000px;
}
.green_btn {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
	border: 1px solid #549300;
	border-radius: 1px;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.31);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.31);
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.31);
	border-radius: 5px;

	background: #8dc500;
	background: -moz-linear-gradient(top,  #8dc500 0%, #60a701 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dc500), color-stop(100%,#60a701));
	background: -webkit-linear-gradient(top,  #8dc500 0%,#60a701 100%);
	background: -o-linear-gradient(top,  #8dc500 0%,#60a701 100%);
	background: -ms-linear-gradient(top,  #8dc500 0%,#60a701 100%);
	background: linear-gradient(to bottom,  #8dc500 0%,#60a701 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc500', endColorstr='#60a701',GradientType=0 );
}
	.green_btn:hover {
		background: #60a701;
		background: -moz-linear-gradient(top,  #60a701 0%, #8dc500 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#60a701), color-stop(100%,#8dc500));
		background: -webkit-linear-gradient(top,  #60a701 0%,#8dc500 100%);
		background: -o-linear-gradient(top,  #60a701 0%,#8dc500 100%);
		background: -ms-linear-gradient(top,  #60a701 0%,#8dc500 100%);
		background: linear-gradient(to bottom,  #60a701 0%,#8dc500 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60a701', endColorstr='#8dc500',GradientType=0 );
	}
/*------------------------- header -------------------------*/
.site_header {
	height: 149px;
	padding-top: 20px;
}
.logo {
	float: left;
}
.search_block {
	float: right;
	position: relative;
	margin-top: 30px;
}
.search_block input {
	display: block;
	width: 220px;
	height: 25px;
	border-radius: 12px;
	background: #fff;
	font-size: 12px;
	padding: 0 13px;
	border: 1px solid #fff;
	-webkit-box-shadow: inset 2px 2px 6px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: inset 2px 2px 6px 0px rgba(0,0,0,0.24);
	box-shadow: inset 2px 2px 6px 0px rgba(0,0,0,0.24);
}
.search_block button {
	position: absolute;
	z-index: 2;
	width: 39px;
	height: 23px;
	top: 1px;
	right: 1px;
	background: url(../img/search_btn.png) no-repeat;
}
.head_contacts {
	margin: 0 220px 0 305px;
	padding-top: 5px;
	font-size: 18px;
}
.head_address {
	float: left;
	padding-top: 6px;
	width: 275px;
	font-size: 22px;
}
.head_address2 {
	float: left;
	padding-top: 14px;
	width: 275px;
	font-size: 12px;
}

/*------------------------- top nav -------------------------*/
nav > .wrap {
	overflow: visible;
}
.top_nav {
	display: block;
	text-align: center;
	height: 49px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );

	border-radius: 5px;
	border-bottom: 1px solid #b4b4b4;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
}
.top_nav > li {
	position: relative;
	float: left;
	padding: 0 15px;
}
.top_nav > li > a {
	display: inline-block;
	line-height: 49px;
	height: 48px;
	font-size: 18px;
}
	.top_nav > li:hover .sub-menu {
		display: block;
	}
.top_nav .top_nav_item1 {
	padding: 0 15px 0 20px;
}
.top_nav .top_nav_item2 {
	padding: 0 15px 0 15px;
}
.top_nav .top_nav_item5 {
	float: right;
	padding: 0;
}
	.top_nav_item5 a {
		width: 220px;
		font-size: 26px;
		border-radius: 0 5px 5px 0;
	}
.top_nav .sub-menu {
	display: none;

	position: absolute;
	top: 45px;
	left: 0;
	min-width: 100%;
	white-space: nowrap;
	z-index: 5;
	background: #fff;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
.top_nav .sub-menu li {
	border-bottom: 1px solid #ccc;
}
	.top_nav .sub-menu li:last-child {
		border-bottom: none;
	}
.top_nav .sub-menu li a {
	display: block;
	text-align: left;
	padding: 0 20px;
	line-height: 38px;
	font-size: 18px;
}
.top_nav .sub-menu li a:hover {
	color: #fff;
	background: #00637B;
}
/*------------------------- main services -------------------------*/
.main_services {
	text-align: center;
}
.main_title {
	margin: 30px 0;
	font-size: 26px;
}
.main_services_blocks {
	overflow: hidden;
}
.service_block {
	text-align: center;
	width: 300px;
	float: left;
	margin-right: 33px;
}
.main_services_blocks .service_block:last-child {
	margin-right: 0;
}
.service_img_block {
	padding: 8px;
	background: #fff;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	margin-bottom: 15px;
}
	.service_img_block img {
		width: 209px;
		height: 209px;
	}
.service_block a {
	font-size: 18px;
	display: block;
	display: inline-block;
}
	.service_block a span {
		color: #00637b;
		display: inline-block;
		position: relative;
	}
		.service_block a span:after {
			content: '';
			position: absolute;
			top: 5px;
			right: -15px;
			width: 10px;
			height: 16px;
			background: url(../img/arrow_blue.png) no-repeat;
		}
.look_prices {
	font-size: 26px;
	margin: 30px 0;
	height: 55px;
	line-height: 55px;
	padding: 0 108px 0 88px;
}
	.look_prices span {
		display: inline-block;
		position: relative;
	}
	.look_prices span:after {
		content: '';
		position: absolute;
		top: 20px;
		right: -20px;
		width: 12px;
		height: 18px;
		background: url(../img/arrow_white.png) no-repeat;
	}
/*------------------------- index_slider -------------------------*/
.index_slider_wrap {
	height: 350px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.42);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.42);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.42);
}
.slider_contacts_wrap {
	overflow: visible;
}
.slider_contacts {
	position: absolute;
	right: 71px;
	top: 20px;
	width: 240px;
	text-align: right;
	color: #fff;
	z-index: 1;
}
.slider_contacts p {
	position: relative;
	font-weight: bold;
	font-size: 19px;
	line-height: 19px;
	margin-bottom: 7px;
	text-shadow: 1px 1px 3px #336600;
}
.slider_contacts p b {
	font-size: 31px;
	line-height: 31px;
}
.slider_contacts .phone {
	display: inline-block;
}
.slider_contacts .phone:before {
	content: '';
	position: absolute;
	left: -30px;
	bottom: 0;
	margin: auto;
	width: 21px;
	height: 21px;
	background: url(../img/phone_icon.png) no-repeat;
}
.slider_contacts .email {
	display: inline-block;
}
.slider_contacts .email:before {
	content: '';
	position: absolute;
	left: -30px;
	bottom: -4px;
	margin: auto;
	width: 23px;
	height: 23px;
	background: url(../img/mail_icon.png) no-repeat;
}

.index_slider {
	
}
.index_slide {
	position: relative;
	height: 350px;
	overflow: hidden;
}
.index_slide > a > img,
.index_slide > img {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	height: 350px;
	z-index: 0;
	min-width: 1920px;
}
.index_slide .wrap {
	z-index: 1;
}
.index_slide .wrap .dt {
	display: table;
	width: 100%;
	height: 350px;
	vertical-align: middle;
}
.index_slide .wrap .dtc {
	display: table-cell;
	width: 100%;
	height: 350px;
	vertical-align: middle;
	padding: 40px;
}
.index_slide .wrap .dtc p {
	font-size: 70px;
	font-weight: bold;
	color: #006699;
}
/*------------------------- change glass -------------------------*/
.change_glass {
	color: #fff;
	font-size: 56px;
	background: #00637b;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.change_glass > .wrap {
	height: 420px;
	padding-left: 540px;
}
.change_glass_img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 511px;
	height: 391px;
	z-index: 1;
}
.glass_title {
	font-weight: 300;
	padding-top: 35px;
}
.glass_price {
	margin-top: 20px;
	font-weight: 300;
}
.glass_price b {
	font-weight: 600;
}
.glass_details {
	margin-top: 20px;
	font-weight: 300;
	font-size: 35px;
	line-height: 35px;
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 40px 15px 15px;
	text-align: center;
}
	.glass_details:hover {
		background: rgba(255, 255, 255, 0.1);
	}
.glass_details span {
		display: inline-block;
		position: relative;
	}
	.glass_details span:after {
		content: '';
		position: absolute;
		top: 8px;
		right: -26px;
		width: 14px;
		height: 26px;
		background: url(../img/arrow_white_big.png) no-repeat;
	}

/*------------------------- repair iphone -------------------------*/
.repair_iphone h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 26px;
}
.repair_iphone p {
	margin-top: 25px;
	font-size: 16px;
	line-height: 24px;
}
.wanna_discount {
	display: block;
	margin: 40px auto 50px;
	font-size: 28px;
	width: 495px;
	height: 55px;
	line-height: 55px;
	text-transform: uppercase;
}

/*------------------------- footer -------------------------*/
.site_footer {
	background: #00637b;
	color: #fff;
	height: 107px;
	font-size: 12px;
	position: relative;
	z-index: 2;
}
.site_footer .wrap {
	height: 107px;
}
.copyright {
	margin-top: 35px;
	margin-right: 400px;
	font-size: 12px;
	line-height: 18px;
}
.footer_contacts {
	padding-top: 25px;
	float: right;
	width: 300px;
	font-size: 14px;
}
.footer_address {
	float: left;
	margin-top: 6px;
}
.footer_phones {
	margin-left: 168px;
}



/*------------------------- the post -------------------------*/
.the_post {
	margin: 37px 0 0 0;
}
/*post header*/
.post_header {
	padding-top: 20px;
	min-height: 287px;
	background: #e1e1e1;
}
.post_img_block {
	font-size: 0;
	text-align: center;
	float: left;
	margin: 0 30px 10px 140px;
	max-width: 340px;
/*	max-height: 225px;*/
	padding: 7px;
	background: #ececec;
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2);
}
.post_img_block img {
	max-width: 332px;
/*	max-height: 217px;*/
}
.post_header_text {
	margin-left: 370px;
	font-size: 16px;
	line-height: 24px;
}
.post_header_text h1 {
	font-size: 26px;
	margin-bottom: 20px;
}
.post_header_text2 {
	margin-left: 0;
}
/*post center (table)*/
.post_center {
	background: #fff;
	padding: 35px 0;
}
.post_table {
	width: 99%;
	margin: 0 auto;
	vertical-align: middle;
	font-size: 16px;
	line-height: 24px;
}
.post_table th {
	font-weight: normal;
	text-align: left;
}
.post_table td,
.post_table th {
	border: 1px solid #a0a0a0;
	padding: 20px;
}
.post_table tr > td:nth-of-type(2) {
	min-width: 205px;
	text-align: center;
	font-size: 22px;
}
.post_table b,
.post_table h5 {
	font-weight: 600;
}
.post_table h5 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 25px;
}

/*post footer*/
.post_footer {
	padding: 15px 0 30px;
	color: #484848;
	font-size: 16px;
}
.post_footer > .wrap > p {
	margin-bottom: 25px;
}
.have_any_quest {
	padding: 20px;
	background: #00637b;
	color: #fff;
	margin-bottom: 20px;
}
.have_any_quest .numbers {
	font-size: 28px;
	line-height: 40px;
	font-weight: 300;
}
.have_any_quest .numbers b {
	font-weight: 500;
}
.have_any_quest hr {
	height: 1px;
	background: #fff;
	display: block;
	margin: 15px 0 20px;
}
.have_any_quest .work_time {
	font-size: 20px;
}
.post_footer .wanna_discount {
	margin: 30px auto 0;
}

/*------------------------- category -------------------------*/
.subcategoryes {
	text-align: center;
	margin: 30px 0;
}
.subcat {
	display: inline-block;
	width: 10.5%;
	margin-right: 1.5%;
}
.subcat img {
	max-width: 100%;
}
	.subcategoryes .wrap > .subcat:first-child {
		margin-left: 0.5%;
	}
	.subcategoryes .wrap > .subcat:last-child {
		margin-right: 0;
	}

.category_text {
	background: #e1e1e1;
	padding-top: 30px;
	color: #484848;
}
.cat_center_text {
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	text-align: center;
}
.cat_h4 {
	font-size: 26px;
	margin: 25px 0;
}
.category_text .wanna_discount {
	margin: 30px auto;
}



/*------------------------- modal -------------------------*/
#lean_overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
}

.modal {
	display: none;

	position: relative;
	width: 420px;
	padding: 50px 60px 55px;
	color: #fff;
	border-radius: 20px;
	background: #00637B;
}
span.modal_close {
	position: absolute;
	top: 19px;
	right: 16px;
	width: 15px;
	height: 14px;
	cursor: pointer;
	background: url(../img/modal_close.png) no-repeat;
}
.modal .modal_title {
	font-size: 28px;
	margin-bottom: 5px;
	text-align: center;
}
.modal input {
	display: block;
	margin-bottom: 16px;
	padding: 0 16px;
	width: 100%;
	height: 40px;
	background: #fff;
	border-radius: 4px;
	font-size: 16px;
	color: #000;
}
.modal textarea {
	display: block;
	margin-bottom: 16px;
	padding: 8px 16px;
	width: 100%;
	height: 80px;
	background: #fff;
	border-radius: 4px;
	font-size: 16px;
	color: #000;
}
.modal button {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 36px;
	font-size: 19px;
	text-transform: uppercase;
}

/*blog category*/
.wrap_blog_list {
	padding: 20px 0;
}
.blog_list {
	display: block;
	line-height: 40px;
	font-size: 20px;
}

/*404*/
.error404_content {
	padding: 50px 0;
}