﻿@font-face {
	font-family: 'PTSansNarrow';
	src: url('../fonts/PTSansNarrow/PTSansNarrow.eot');
	src: local('☺'), url('../fonts/PTSansNarrow/PTSansNarrow.woff') format('woff'), url('../fonts/PTSansNarrow/PTSansNarrow.ttf') format('truetype'), url('../fonts/PTSansNarrow/PTSansNarrow.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PTSansRegular';
	src: url('../fonts/PTSansRegular/PTSansRegular.eot');
	src: local('☺'), url('../fonts/PTSansRegular/PTSansRegular.woff') format('woff'), url('../fonts/PTSansRegular/PTSansRegular.ttf') format('truetype'), url('../fonts/PTSansRegular/PTSansRegular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{
	background:url('../images/bg.jpg');
	font-family: 'PTSansNarrow', Arial, serif;
}

.toptext{
	display: block;
	font-size: 20px;
	line-height: 27px;
	color:#7c7c7c;
	margin-top: 25px;
}

.head-contacts{

}

.head-contacts-item{
	float: left;
	vertical-align: top;
	font-size: 18px;
	line-height: 27px;
	color:#626262;
	margin-top:20px;
	margin-right: 20px;
}
.head-contacts-item a{
	color:#626262;
}
.head-contacts-item i{
	color:#338e74;
	margin-right: 5px;
}

.navbar-nav{
	background:#fffcf3;
	border-bottom: 1px solid #338e74;
	margin-top: 25px;
}

.navbar-nav a{
	font-size: 20px;
	line-height: 27px;
	color:#3d6186;
	text-transform: uppercase;
}

.navbar .nav > li > a {
	padding: 20px 25px 20px 25px;
}

.navbar .nav > li > a:hover{
	background:#338e74;
	color:#fff;
}

.navbar .nav > li.active > a{
	background:#338e74;
	color:#fff;
}

.head-icon{
	display: inline-block;
	vertical-align: middle;
	width:15px;
	height:15px;
}
.icon-marker{
	background:url('../images/icons/marker.png') no-repeat center center;
}

.icon-phone{
	background:url('../images/icons/phone.png') no-repeat center center;
}
.icon-phone2{
	background:url('../images/icons/phone1.png') no-repeat top center;
	height: 18px;
	margin-top: -4px;
}

.icon-email{
	background:url('../images/icons/email.png') no-repeat center center;
}

.slogan{
	font-size: 30px;
	line-height: 30px;
	color:#3d6186;
}

.btn-work-price{
	width:261px;
	background:#338e74;
	text-align: center;
	font-size: 20px;
	line-height: 48px;
	color:#fffcf3;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 2px #11513f;
	border:none;
}

#container-content{
	margin-top:40px;
}

.question-block{
	margin-top: 30px;
	margin-bottom:25px;
	padding:15px;
	background: #338e74;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.question-block-title{
	font-size: 33px;
	line-height: 30px;
	color:#fffcf3;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.question-block-title:hover{
	cursor: pointer;
}
.question-block-title span{
	font-size: 25px;
	line-height: 30px;
}

#question-form input[type="text"], #question-form textarea{
	width:100%;
	font-size: 18px;
	line-height:50px;
	color:#3d6186;
	padding:0 15px;
	border:none;
	background:#fff;
	-webkit-box-shadow: inset 1px 2px 2px rgba(0,0,0,0.33);
	-moz-box-shadow: inset 1px 2px 2px rgba(0,0,0,0.33);
	box-shadow: inset 1px 2px 2px rgba(0,0,0,0.33);
	margin:5px 0;
}

 #question-form textarea{
 	height:120px;
 	line-height: normal;
 	padding:15px;
 }

 #question-form input[type="submit"]{
 	display: block;
 	width:159px;
 	margin:0 auto;
 	margin-top:10px;
 	font-size: 20px;
 	line-height: 50px;
 	color:#fff;
 	background:#006046;
 	text-align: center;
 	text-transform: uppercase;
 	-webkit-box-shadow: 0px 2px 1px #003124;
 	-moz-box-shadow: 0px 2px 1px #003124;
 	box-shadow: 0px 2px 1px #003124;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
 	border-radius: 5px;
 	border:none;
 	outline:none;
 }

 .main-slider{
 	width:100%;
 }

 .main-slider-item{
 	position: relative;
    height: 0;
    padding: 0;
    overflow: hidden;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
 }

 .main-slider .main-slider-item{
 	padding-bottom: 57%;
 }

 .main-slider-item-inner{
 	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
 }

 .main-slider-item-respimg{
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
 	border-radius: 10px;
 }

 .content{
 	font-family: 'PTSansRegular', Arial, serif;
 	font-size: 16px;
 	line-height: 22px;
 	color:#545454;
 	margin-top: 25px;
 }

 .main-block{
 	margin-top: 30px;
 }

 .main-block-title{
 	border-bottom:1px solid #dfe8f1;
 	margin-bottom: 25px;
 	padding-bottom: 9px;
 }

 .main-block-title span{
 	font-size: 30px;
 	line-height: 30px;
 	border-bottom: 1px solid #338e74;
 	padding-bottom: 6px;
 }

 .main-block-content{
 	font-family: 'PTSansRegular', Arial, serif;
 }

 #footer{
 	margin-top: 50px;
 }

 .footer-top{
 	height:70px;
 	background:#3d6186;
 	padding:10px 0;
 }

 .footer-bottom{
 	height:50px;
 	background:#2b4d70;
 }

 .footer-contacts{
 	padding-top: 10px;
 }

 .footer-contact-item{
 	display: inline-block;
 	vertical-align: middle;
 	font-size: 18px;
 	line-height: 27px;
 	color:#fff;
 	margin-right: 20px;
 }
 .footer-contact-item a{
 	color:#fff;
 }
  .footer-contact-item .fa-vk{
  }
 .footer-icon{
 	width:15px;
 	height:15px;
 	display: inline-block;
 	vertical-align: middle;
 	margin-right: 5px;
 }

 .footer-marker{
 	background:url('../images/icons/footer-marker.png') no-repeat center center;
 }

 .footer-phone{
 	background:url('../images/icons/footer-phone.png') no-repeat center center;
 }

 .footer-email{
 	background:url('../images/icons/footer-email.png') no-repeat center center;
 }

 .footer-counters{
 	margin-top: -5px;
 }

 .copy, .dev{
 	font-size: 15px;
 	line-height: 15px;
 	color:#fff;
 	padding-top: 20px;
 }

 .dev{
 	display: block;
 	text-align: right;
 }
 .dev:hover{
	 color: #9BE3CE;
 }

 .price{
 	display: block;
 	width:100%;
 	padding-left: 20px;
 	line-height: 50px;
 	font-size: 20px;
 	color:#fffcf3;
 	text-transform: uppercase;
 	background:#3d6186;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
 	border-radius: 5px;
 	box-shadow: 0px 2px 1px #0f3051;
 	margin-bottom:20px;
 }
.price:hover{
	color: #fff;
}
 .banners{
 	margin-top:30px;
 }

 .banner img{
 	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
 	border-radius: 5px;
 }

 .page_title h1{
 	font-size: 30px;
 	line-height: 30px;
 	color:#3d6186;
 	border-bottom: 1px solid #dfe8f1;
 	margin-bottom: 0;
 	padding-bottom: 18px;
 	position:relative;
 }

 .page_title h1:after{
	content:"";
	position:absolute;
	width:162px;
	height:1px;
	background:#338e74;
	bottom:-1px;
	left:0;
 }

 .catalog_item{
 	margin-bottom: 40px;
 }

 .catalog_item_name{
 	margin-bottom: 10px;
 }

 .catalog_item_name a{
 	font-family: "PTSansNarrow", Arial, sans-serif;
 	font-size: 27px;
 	line-height: 27px;
 	color:#3d6186;
 	text-decoration: none;
 }

 .catalog_item_name a:hover{
 	text-decoration: underline;
 }

 .item_photos_block{
 	margin-bottom: 20px;
 }

 .photo_item img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
 }

 a.more{
 	display: inline-block;
 	padding:0 20px;
 	-webkit-border-radius: 5px;
 	-moz-border-radius: 5px;
 	border-radius: 5px;
 	background:#338e74;
 	font-family: "PTSansNarrow", Arial, sans-serif;
 	font-size: 16px;
 	text-transform: uppercase;
 	line-height: 35px;
 	text-align: center;
 	color:#fff;
 	box-shadow: 1px 2px 1px #11513f;
 }

 a.more:hover{
	text-decoration: none;
 }

 .owl-pagination{
 	text-align: center;
 	padding:20px 0 0 0;
 }

 .owl-page{
 	display: inline-block;
 	vertical-align: top;
 	width:12px;
 	height:12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
 	border-radius: 50%;
 	background:#fff;
 	border:2px solid #3d6186;
 	margin-right: 20px;
 }

 .owl-page.active{
 	background: #338e74;
 }

 .sep{
 	display: inline-block;
 	vertical-align: top;
 	color:#9a9a9a;
 	margin:0 10px;
 	font-size: 14px;
 }

/* Левое меню */

.left-menu2,.left-menu2 li ul{
	list-style: none;
	padding:0;
	margin:0;
}

.left-menu2.level_1{
	background:#fffcf3;
	border: 1px solid #338e74;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:20px 10px 18px 18px;
	margin-bottom: 25px;
}

.left-menu2 li.level_1{
	font-size: 24px;
	line-height: 24px;
	color:#3e6287;
}
	.left-menu2 li ul li{
		border:none;
		border-bottom:1px dotted #c1c1c1;
	}

	.left-menu2 li ul li ul{
		display: none;
	}
	.left-menu2 li ul li.active ul{
		display: block;
	}
	.left-menu2 li ul li.level_2 a:hover{
		background: #e6faf4;
	}
	.left-menu2 li ul li.level_2.active a.level_2{
		background: #f2efe7;
		text-decoration: none;
	}
		.left-menu2 li ul li.active ul li{
			margin-left: 20px;
		}
		.left-menu2 li ul li.active ul li:last-child{
			border-bottom: none;
		}
		.left-menu2 li ul li ul li.level_3 a:hover{
			background: #e6faf4;
		}
		.left-menu2 li ul li ul li.level_3.active a.level_3{
			background: #f2efe7;
			text-decoration: none;
		}

.left-menu2 li ul li a{
	font-size: 18px;
	line-height: 18px;
	color:#3e6287;
	padding: 11px 5px;
	display: block;
}


.left-menu, .left-menu li ul{
	list-style: none;
	padding:0;
	margin:0;
 }


.left-menu > li{
	background:#fff;
	border: 1px solid #338e74;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:20px 10px 18px 18px;
	margin-bottom: 25px;
}

.left-menu > li > a{
	font-size: 24px;
	line-height: 24px;
	color:#3e6287;

}

.left-menu > li ul{
	margin-top: 10px;
}

.left-menu > li ul li{
	border:none;
	border-bottom:1px dotted #c1c1c1;
	padding: 11px 0;
}

.left-menu > li ul li:first-child{
	border-top:1px dotted #c1c1c1;
}

.left-menu > li ul li a{
	font-size: 18px;
	line-height: 18px;
	color:#3e6287;
}
.left-menu > li ul li ul{
	display: none;
}
	.left-menu > li ul li.active ul{
		display: block;
		padding-left: 15px;
	}
		.left-menu > li ul li.active ul li:last-child{
			border-bottom: none;
		}
article table {
	border-collapse: inherit;
}

article table tr td {
	padding: 5px;
}


/* Остальное */

.gallery ul,
.gallery ul li,
.pages ul,
.pages ul li{
	margin:0;
	padding:0;
	list-style: none;
}

.pages{
	display: table;
	margin: 0 auto;
}

.pages ul li{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	line-height: 22px;
}

.pages ul li a{
	font-size: 20px;
	line-height: 22px;
}

.gallery ul{
	text-align: center;
}

.gallery ul li{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	margin-left:10px;
	margin-right: 10px;
	width:200px;
}

.navbar-nav li ul.menu{
	display: none;
}
.prices_link span{
	display: block;
	color: #000;
	font-size: 20px;
	line-height: 44px;
	text-transform: uppercase;
	font-family: 'PTSansRegular';
	text-decoration: none;
	background: rgba(51, 142, 116, 0.32);
	text-align: center;
	margin-bottom: 20px;
	cursor: pointer;
	border-radius: 10px;
}
.prices_link span:hover{
	background: #3d6186;
	color: #fff;
}
.prices_content{
	display: none;
}
.footer-contacts{
	padding: 0;
}
.footer-contact-item-inner a{
	display: inline-block;
}
.socials{
	display: inline-block;
	margin-left: 30px;
}
.socials a{
	margin: 0 5px;
}
.socials a:hover{
	color: #9BE3CE;
}
.callback a{
	color: #338E74;
}
.popup_content form{
	margin: 15px;
}
.popup_content form input[type='submit']{
	margin-top: 15px;
}
.left-menu2.level_2{
	margin-top: 12px;
}
.level_1.last{
	margin-top: 10px;
}

.cookie_policy {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 20px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    z-index: 100000
}

.cookie_policy a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.5)
}

.cookie_policy a:hover {
    border-color: transparent
}

.cookie_policy .text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px
}

.cookie_policy .buttons {
    display: flex;
    justify-content: center;
    align-items: center
}

.cookie_policy .buttons a {
    margin: 0 5px
}

.cookie_policy .buttons a.button {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding: 5px 20px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    text-transform: none;
    min-width: 120px;
    box-sizing: border-box;
    border: 0;
    box-shadow: none
}

.cookie_policy .buttons a.button:hover {
    color: #fff;
    opacity: .9
}

.cookie_policy .buttons a.button.accept {
    background: #269437
}

.cookie_policy .buttons a.button.reject {
    background: #595959
}
.rules {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 15px
}

.rules a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid rgba(10,125,189,0.5)
}

.rules a:hover {
    border-color: transparent
}

.rules sup {
    vertical-align: middle
}
.question-block .rules{
	color:#ffffff;
}
.question-block .rules a{
	color:#ffffff;
	border-color:#ffffff;
}