@import"reset.css";
@import"forms.css";
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,400italic);*/
/*@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&subset=latin,cyrillic);*/
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'),
	url(http://allfont.ru/cache/fonts/roboto-regular_930678068cb1bea8d60f8083f9dab81d.woff) format('woff'),
	url(http://allfont.ru/cache/fonts/roboto-regular_930678068cb1bea8d60f8083f9dab81d.ttf) format('truetype');
}
html,body{height:100%;width: 100%;}
body{
	color: #000;
	background: #fff;
	position: relative;
	font: 16px 'Roboto', arial;
	line-height: 1.6;
	font-weight: 300;
}
/*----- alignment & clearing -----*/
.container{padding: 20px 0;}
.fleft{float:left}
.fright{float:right}
.relative{position: relative;}
.w100{width: 100%}
.pl0{padding-left: 0 !important;}
.cb,.clear{
	clear:both;
	line-height:0;
	font-size:0;
	overflow:hidden;
	height:0;
	width:100%;
}
.line {
	margin: 30px auto;
	width: 90%;
	border-top: 2px solid #e1e1e1;
	height: 0;
}
.line-through{
	text-decoration: line-through !important; 
}
.green{color: #2ba32b !important;}
.error{color: #f2000f !important;}
input.error{border: 1px solid red;}
.form-control,.form-control:active,.form-control:focus{
	border: none;
	outline: none;
}
.modal.in .modal-dialog{z-index: 9999;}
p{
	color: #454545;
	font-weight: 300;
	font-family: 'Roboto', arial;
}
ul {
	color: #2ba32b;
	list-style:disc;
	margin-left: 20px;
}
ul li{color: #000;}
.wrapper{
	overflow:hidden;
	position:relative;
}
.extra-wrap{
	overflow:hidden;
	display:block;
}
.btn{
	max-width: 100%;
  white-space: inherit;
	background: #f2000f; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2000f 0%, #de0002 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f2000f 0%,#de0002 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f2000f 0%,#de0002 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2000f', endColorstr='#de0002',GradientType=0 ); /* IE6-9 */
	color: #fff;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 5px 10px;
	border-radius: 5px;
	box-shadow: inset rgba(255,255,255,.5) 1px 1px;
}
.green.btn{
	color: white !important;
	background: #77ca62; /* Old browsers */
	background: -moz-linear-gradient(top,  #77ca62 0%, #56972f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #77ca62 0%,#56972f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #77ca62 0%,#56972f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77ca62', endColorstr='#56972f',GradientType=0 ); /* IE6-9 */
}
.btn:hover,.btn:focus,.btn:active{
	color: #fff;
	outline: none;
}
.big.btn{
	border-radius: 0;
	padding: 15px 50px;
}
.med.btn{
	border-radius: 5px;
	padding: 10px 20px;
}
.btn+.btn{
	margin-top: 15px;
}
/***************  Typography ***************/
.bold{font-weight: bold;}
.h1{
	font-size: 28px;
	font-family: 'Roboto', arial;
	padding-right: 20px;
	font-weight: normal;
}
.name{
	padding: 5px 0 25px 15px;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Roboto', arial;
}
.head{
	font-weight: bold;
	font-family: 'Roboto', arial;
	text-align: center;
	font-size: 36px;
	line-height: 1;
	color: #2f8c2a;
	padding-bottom: 10px;
}
.title{
	color: #474747;
	font-size: 45px;
	font-weight: 100;
	line-height: 1;
	font-family: 'Roboto', arial;
	font-weight: normal;
}
.head_roboto{
	font-size: 40px;
	font-weight: 100;
	font-family: 'Roboto', arial;
	line-height: 60px;
	padding: 0 15px;
	margin: 25px 0;
}
.head_roboto span{
	font-size: 46px;
	font-family: 'Roboto', arial;
}
.head_roboto span+span{
	font-size: 56px;
	font-weight: bold;
	font-family: 'Roboto', arial, sans-serif;
}
.a404,.p404{
	font-size: 48px;
	font-weight: normal;
	font-family: 'Roboto', arial;
}
.a404{color: #00f;}
.author{
	padding-bottom: 5px;
	color:#454545;
	font-size: 24px;
	font-family: 'Roboto', arial;
}
/*  Header styles */
h1,h2,h3,h4,h5,h6{
	color:#454545;
	padding:0 0 20px 0;
	font-weight:normal;
	font-family: 'Roboto', arial;
	text-shadow:1px 1px #fbfbfb;
	letter-spacing:-1px;
}
h1{font-size:33px; line-height:39px;}
h2{font-size:30px; line-height:36px;}
h3{font-size:27px; line-height:32px;} 
h4{font-size:24px; line-height:30px;}  
h5{font-size:21px; line-height:26px;}
h6{font-size:18px; line-height:22px;}

h2 span {
	color:#000;
	text-transform:uppercase;
}
.heading-1 {
	text-transform:uppercase;
	font-weight:bold;
	color:#000;
	padding:0 0 10px 0;
}
/*----- text & typography -----*/
.str-1 {
	text-transform:uppercase;
	color:#000;
	font-weight:normal;
}
.str-2 {
	text-transform:uppercase;
}
.str-3 {
	color:#000;
}
.str-4 {
	color:#454545;
	display:block;
	font-size:14px;
	padding:0 0 6px 0;
}
.quote {
	font-size:12px;
	line-height:18px;
	position:relative;
	padding:0 0 15px 0;
}
.quote:before {
	display:inline-block;
	background:url(../images/quote-before.png) no-repeat 0 0;
	content:"";
	width:18px;
	height:14px;
	margin:0 5px 0 0;
}
.quote:after {
	display:inline-block;
	background:url(../images/quote-after.png) no-repeat 0 0;
	content:"";
	width:18px;
	height:14px;
	margin:0 0 0 6px;
}

p {padding-bottom:18px;}
.p {padding-bottom:18px;}
.p0 {padding-bottom:0 !important;}
.p1 {padding-bottom:6px !important;}
.p2 {padding-bottom:12px !important;}
.p3 {padding-bottom:25px !important;}
.pad-right {padding-right:20px;}

/*----- buttons & links -----*/
a {
	color:#000;
	text-decoration: underline;
	cursor:pointer;
}
a:hover {
	color:#000;
	text-decoration: none;
}
.link {
	text-decoration: underline;
	color:#000;
	text-transform:uppercase;
}
.link:hover {text-decoration: none;}

/*********************************header*************************************/
header{
	position:relative;
	z-index:2;	
}
#page1 header {background:url(../images/header-bg.png) center 0 no-repeat;}
header .inner {
	width: 100%;
	max-width: 1170px;
	margin:0 auto;
	padding:10px 0;
}
.logo {
	display:inline-block;
	padding:0 !important;
}
header .inner > .fleft{
	margin-top: 30px;
}
header .phone{
	display:block;
	font-size:40px;
	line-height:40px;
	font-weight: bold;
	font-family: 'Roboto', arial;
	color:#000;
	text-decoration: none;
}
header .grafic{
	display: block;
	font-size: 14px;
	font-weight: 100;
	font-family: 'Roboto', arial;
	color: #000;
}
/* search form */
.search-form {
	display:block;
	background:#fff;
	border: 1px solid #ccc;
	border-radius: 15px;
  margin: 15px 0;
}
.search-form>div{
	display:block;
	position:relative;
	width: 165px;
	margin: 0;
	border-radius: 15px;
}

.search-form input {
	outline:none;
	border:none;
	font-size:1rem;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:none;
	text-transform:uppercase;
	line-height:1.6rem;
}
.search-form-submit {
	position:absolute;
	display:block;
	width:30px;
	height:35px;
	background:url(../images/header-search-submit.gif) no-repeat 0 0;
	right:3px;
	top:-4px;
	background-size: cover;
}
.search-form-submit:hover {
	background:url(../images/header-search-submit.gif) no-repeat 0 bottom;
	background-size: cover;
}
/********************** Menu **************************/
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover,.nav>li>a:focus, .nav>li>a:hover{
	background: transparent;
	outline: none;
	border: none;
}
#left-navbar-toggle{
	float: left;
	margin: 3px 0;
}
.navbar-header .lead{
	padding: 0;
	margin: 0;
}
#menu.navbar{ 
	position: relative;
	background: #2f8c2a;
	max-width: 100%;
	width: 100%;
	border:none;
	color: #000;
	border-radius: 0;
	z-index: 9;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.62);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.62);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.62);
}
#menu .container-fluid{
	width: 100%;
	margin: 0 auto;
	max-width: 1170px;
	/*height: 60px;*/
	position: relative;
	padding: 0;
}
#menu .navbar-collapse{
	padding: 0;
}
#menu .navbar-toggle{
	margin: 0;
	padding-left: 0;
	border: none;
	border-radius: 0;
}
.navbar-toggle .icon-bar{
	background: #fff;
	height: 3px;
}
.navbar-toggle .icon-bar+.icon-bar{
	margin-top: 5px;
}
#menu .navbar-nav>li{
	margin: 15px 0;
	text-align: center;
}
#menu a{
	text-decoration: none;
	text-transform: uppercase;
}
#menu .navbar-nav>li>a, #menu .navbar-toggle{
	float: none;
	color: #fff;
	font-size: 1.1rem;
	font-family: 'Roboto', arial;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 1px solid rgba(0,0,0,0.62);
}
#menu_services{
	position: absolute;
	width: 100%;
	left: 0;
	top: 60px;
	background: #fff;
	border-top: 4px solid transparent;
	z-index: 8;
	display: none;
	margin-right: 90px;
}
#menu_services:before{
	position: absolute;
	content: '';
	width: 90px;
	height: 100%;
	display: block;
	/*height: 100%;*/
	float: left;
	z-index: 8;
	left: 0;
	top: -4px;
	background: url('../images/menu_bg.jpg') #fff left center no-repeat;
}
#menu_services >div{
	padding-left: 90px;
}
.footer_menu, #menu_services .row>.col-sm-7>ul{
	height: 100%;
	margin: 15px 0;
	list-style-type: none;
}
.footer_menu>li, #menu_services .row>.col-sm-7>ul>li{
	margin: 0;
	padding: 0;
	text-align: left;
	position: relative;
}
.footer_menu>li>ul, #menu_services ul>li>ul{
	margin: 5px 0;
}
.footer_menu>li>a, #menu_services .row>.col-sm-7>ul>li>a.parent,#sub_cats>ul>li>a.parent{
	color: #fff;
	display: block;
	font-size: 20px;
	font-family: 'Roboto', arial;
	font-weight: bold;
	text-align: center;
	background: #2f8c2a;
}
.footer_menu>li>ul>li>a{
	font-family: 'Roboto', arial;
	font-weight: 300;
	text-transform: uppercase;
}
.footer_menu>li>ul>li, #menu_services ul>li>ul>li{
	color: #2f8c2a;
	margin-left: 15px;
	list-style-type: disc;
	font-size: 12px;
	line-height: 23px;
	font-weight: 300;
	font-family: 'Roboto', arial;
}
.footer_menu>li>ul>li:hover, #menu_services ul>li>ul>li:hover{
	background: #eee;
}
.footer_menu a, #menu_services a{ display: block; }
#menu_services ul>li>ul>li>ul{
	text-align: left;
	display: none;
}
#sub_cats .head{
	margin-left: 30px;
}
#action, #sub_cats{
	text-align: left;
	margin-top: 10px;
	margin-bottom: 25px;
	height: 100%;
}
#action div , #sub_cats>ul{
	list-style-type: none;
	border-left: 1px solid #ccc;
	padding-left: 30px;
}
#action{
	padding-right: 30px;
}
#action>div{
	padding-left: 10px;
}
#action a, #action img{
	width: 100%;
	display: block;
}
#action a+a{
	margin-top: 20px;
}
/********************** Slider ************************/
.carousel-inner{
	text-align: center;
}
.carousel-inner>.item>img{
	width: 100%;
}
/********************** MainClinic ************************/
.bg{display: block; background: #f4f4f4;}
.ligth_bg{display: block; background: #f5fafd;}
.slaid{ margin-bottom: 30px; }
/*.preparat a, .preparat{
	height: 100%;
	}*/
	.preparat{
		vertical-align: bottom;
	}
	.preparat a{
		vertical-align: middle;
		display: inline-block;
	}
	.carousel-control.left, .carousel-control.right{
		background: transparent;
		cursor: pointer;
		color: #2f8c2a;
	}
	#clinic{
		padding: 60px 0 100px;
	}
	#clinic img{
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	#clinic span{
		display: block;
		font-size: 16px;
		font-family: 'a_Futurica', arial;
		text-transform: uppercase;
	}
	#clinic span.bold{
		font-size: 30px;
		line-height: 25px;
		font-family: 'a_Futurica ExtraBold', arial;
	}
	.about_img{
		padding: 20px 0;
		height: 100%;
	}
	.about_img > div{
		margin-bottom: 30px;
	}
	.about_img > div > img{
		width: 100%;
	}
	.item_video{
		position: relative;
	}
	.item_video:before{
		content: '';
		height: 50px;
		width: 50px;
		background: url('../images/split.png') 0px -48px no-repeat;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -25px;
		margin-top: -25px;
	}
	.community_head,.community_soft_head{
		display: none;
	}
	.form-control,.form-control:hover,.form-control:focus,.form-control:active{
		font-size: 20px;
		font-weight: 300;
		font-family: 'Roboto', arial, sans-serif;
		outline: 0;
		color: #454545;
		background: #eeeded;
	}
	.form{
		background: #fff;
		margin-bottom: 25px;
		display: inline-block;
		box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
		-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
	}
	.form div{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.free{
		position: relative;
		border-bottom: 5px solid #62a23a;
	}
	.free:before{
		content: attr(data-date);
		position: absolute;
		font-size: 15px;
		line-height: 15px;
		text-align: center;
		color: #fff;
		top: -20px;
		left: 20%;
		height: 40px;
		white-space: nowrap;
		padding: 10px 20px 0;
		background: url('../images/split.png') -225px 0 no-repeat;
	}
	.form .btn{
		background: #b1e1a6; /* Old browsers */
		background: -moz-linear-gradient(top,  #b1e1a6 0%, #8fba74 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #b1e1a6 0%,#8fba74 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #b1e1a6 0%,#8fba74 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1e1a6', endColorstr='#8fba74',GradientType=0 ); /* IE6-9 */
		margin-bottom: 30px;
	}
	.form_bg img{
		width: 100%;
		margin-bottom: 30px;
	}
	/********************** Content ************************/
	section#content {
		position:relative; 
		z-index:1;
		padding:20px 0;
	}
	.list_priem img{
		width: 100%;
	}
	.list_priem> div{
/*	padding: 10px;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;*/
}
.list_priem .bold{
	color: #555555;
	font-size: 17px;
	font-weight: bold;
	font-family: 'Roboto', arial;
	font-weight: bold;
}
.list_priem .green{
	padding-left: 25px;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	font-family: 'Roboto', arial;
	font-weight: bold;
	position: relative;
}
.list_priem .graf:before, .list_priem .time:before{
	content: '';
	position: absolute;
	height: 25px;
	width: 25px;
	left: -10px;
	top: -4px;
	background: url('../images/split.png') -153px -22px no-repeat;
}
.list_priem .graf:before{
	background: url('../images/split.png') -175px -24px no-repeat;
}
.title_about .title{
	line-height: 26px;
}
[data-target]{
	cursor: pointer;
}
#map{
	height: 560px;
	position: relative;
	margin: 0 0 30px;
}
.map_info{
	position: absolute;
	top: 40px;
	right: 35px;
	background: #fff;
}
.breadcrumbs {float:left; padding:20px 0; margin:0;  border:0;}
.breadcrumbs li {display: inline-table;padding: 0 0 0 10px;}
.breadcrumbs li a{text-decoration: none;}
article{
	padding: 30px 0;
	display: inline-block;
}
.back_url{
	padding: 6px 10px;
	border: 1px solid #000;
	background: #f1f1f1;
	border-radius: 20px;
	display: inline-block;
}
.back_url a{
	color: #4f8c2a;
	text-decoration: underline;
	font-size: 14px;
	font-family: 'Roboto', arial;
}
.sisea-paging{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 89px;
}
.sisea-results-list{
	margin: 35px 0;
}
.sisea-result-pages{
	font-weight: bold;
	padding: 0 20px;
}
.sisea-page{
	margin-right: 5px;
} 
.sisea-page a{
	border-radius: 5px;
	color: #000;
	padding: 10px 15px;
	text-decoration: none;
	background: #ebebeb;
}
.sisea-current-page{
	color: #fff;
	border-radius: 5px;
	padding: 10px 15px;
	background: #16a004;
}
.sisea-result{
	border-bottom: 1px solid #ccc;
	padding: 30px 20px 20px;	
}
.sisea-result:first-child{
	border-top: 1px solid #ccc;
}
.sisea-result p{
	padding: 0;
}
.sisea-highlight{
	font-weight: bold;
}
.spec_list{
	display: block;
	float: left;
	padding: 10px 20px 5px;
	margin: 5px 10px;
	cursor: pointer;
	color:#454545;
	font-size: 13px;
	font-family: 'Roboto', arial;
	border-bottom: 2px dotted #4f8c2a;
}
.spec_list.active{
	background: #eeeeee;
	border-bottom: 2px dotted transparent;
	box-shadow: 0px -2px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px -2px 15px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px -2px 15px 0px rgba(0,0,0,0.25);
}

#tabs{
	margin-top: 25px;
	background: transparent;
	border-bottom: 2px solid #646464;
}
.nav-tabs>li{
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);	
	background: #f6f3f0;
	margin-bottom: -2px;
}
.nav-tabs>li.active{
	background: #fff;
}
.nav-tabs>li>a{
	border: none;
	text-decoration: none;
	border-bottom: 2px solid #80b885;
}
#tabs.nav>li>a:hover, .nav-tabs>li.active>a,.nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{ 
	border: none;
	border-bottom: 2px solid transparent;
}
.quip-fld{margin-bottom: 20px;}
.quip-fld .input-group-btn{
	vertical-align: top;
}
.tab-content{
	margin: 10px 0 0;
	background: #fff;
}
#price{
	margin: 20px 0;
}
#price>thead>tr{
	color: #fff;
	font-weight: bold;
	background: #2f8c2a;
}
#price>thead>tr>th{
	vertical-align: middle;
}
#price td{
	padding: 10px;
}

#service_search{
	color: #fff;
	background: transparent;
	position: relative;
	border: none;
	outline: none;
	padding: 10px;
	border-radius: 5px;
	margin-left: 20px;
	-webkit-box-shadow: inset 0px 0px 20px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 0px 20px 5px rgba(0,0,0,0.25);
	box-shadow: inset 0px 0px 20px 5px rgba(0,0,0,0.25);
}
#service_search::-webkit-input-placeholder {color:#fff;}
#service_search::-moz-placeholder          {color:#fff;}
#service_search:-moz-placeholder           {color:#fff;}
#service_search:-ms-input-placeholder      {color:#fff;}
#service_search+span{
	height: 20px;
	width: 20px;
	right: 10px;
	top: 5px;
	display: block;
	position: absolute;
	background: url(../images/header-search-submit.gif) no-repeat 0 0;
}
#service_search+span:hover{
	background: url(../images/header-search-submit.gif) no-repeat 0 -24px;
}
.block_about{
    overflow: auto;
    	margin: 30px 0;
	background: #f9f9fa;
}
.list_sub_cat{
	display: inline-block;
	width: 140px;
	text-decoration: none;
	font-size: 15px;
	font-family: 'Roboto', arial;
	font-weight: 100;
	text-decoration: none;
	margin: 30px 15px;
}
.list_sub_cat img{
	width: 140px;
	height: 140px;
	border: 1px solid transparent;
}
.list_sub_cat:hover{
	color: #318b2c;
}
.list_sub_cat:hover img{
	border-radius: 70px;
	border: 1px solid #318b2c;
}
.price_block{
	-webkit-box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.15);
	margin-top: 30px;
	margin-bottom: 30px;
}
#SSlaider .item{
	color: #fff;
	margin: 25px;
	position: relative;
	border-bottom: 4px solid #65c518;
}
.spec_name{
	text-transform: uppercase;
	font-family: 'Roboto', arial;
	font-size: 35px;
	display: block;
}
.spec_services{
	display: block;
	text-transform: uppercase;
	font-family: 'Roboto', arial;
	font-weight: 100;
	font-size: 27px;	
}
.linear{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 0 10px 25px;
	background: rgba(0,0,0,0.5);
	background: linear-gradient(to top, rgba(0,0,0,0.65), transparent);
	padding-top: 10px;
}
.review_slaider{
	padding: 30px 0;
}
.review_slaider>div{
	background: url('../images/reviews_bg.jpg') #f4f9fc right center no-repeat;
	background-size: contain;
}
.review_slaider .item{
	padding: 0 50px;
}
.review_slaider .item p{
	padding: 10px;
	background: #fff;
}
.review_slaider .item span.bold{
	padding: 10px;
	position: relative;
	line-height: 40px;
}
.review_slaider .item span.bold:before{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 25%;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 10px solid #fff;
}
.curs, .duration, .price,.equipment, .phone_time, .fast_free{
	color: #555;
	font-size: 17px;
	line-height: 50px;
	font-weight: bold;
	font-family: 'Roboto', arial;
	font-weight: bold;
	padding-left: 60px;
	margin-top: 20px;
	position: relative;
}
.curs:before, .duration:before, .price:before,.equipment:before, .phone_time:before, .fast_free:before{
	content: '';
	position: absolute;
	left: 0;
	height: 50px;
	width: 50px;
	background: url('../images/split.png') -62px -48px no-repeat;
}
.curs, .duration, .price{
	line-height: 25px;
}
.curs span, .duration span, .price span:last-child, .equipment span, .phone_time span, .fast_free span{
	font-weight: normal;
	display: block;
	font-size: 17px;
	font-family: 'Roboto', arial;
	font-weight: 300;
	color: #454545;
}
.phone_time:before{
	background: url('../images/split.png') -110px -48px no-repeat;
}
.fast_free:before{
	background: url('../images/split.png') -157px -48px no-repeat;
}
.price:before{
	background: url('../images/split.png') -204px -48px no-repeat;
}
.duration:before{
	background: url('../images/split.png') -251px -48px no-repeat;
}
.curs:before{
	background: url('../images/split.png') -303px -48px no-repeat;
}
.desc_service{
	padding: 20px 30px;
	border-radius: 5px;
	border: 3px solid #bae0c0;
	background: #fafdfa;
}
#have_question{
	background: #f5fafd;
	border-top: 1px solid #e8ecef;
	border-bottom: 1px solid #e8ecef;
}
.ask_question{
	position: relative;
	padding: 70px 100px 40px; 
}
.ask_question:before{
	content: '';
	position: absolute;
	left: 0;
	height: 100px;
	width: 100px;
	background: url(../images/split.png) -360px -35px no-repeat;
}
.shadow_question{
	-webkit-box-shadow: 0px 5px 40px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 5px 40px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 5px 40px 0px rgba(0,0,0,0.15);
	margin-top: 10px;
	margin-bottom: 50px;

}
.popular_question{
	position: relative;
	padding: 0 0 0 50px; 
	margin: 25px 0;
	color: #454545;
	font-family: 'Roboto', arial;
	font-weight: 300;
	font-size: 20px;
	cursor: pointer;
}
.popular_question .bold{
	color: #000;
	font-family: 'Roboto Medium', arial;
	font-size: 22px;
}
.popular_question:before{
	content: '';
	position: absolute;
	left: 0;
	height: 50px;
	width: 50px;
	background: url(../images/split.png) -62px -100px no-repeat;	
}
.action_slaider {
	margin: 0 0 30px;
}
.other a{
	color: #fff;
	display: block;
	text-decoration: none;
	margin-bottom: 50px;
}
.other p{
	color: #fff;
}
.row_action > div{
	padding: 70px 0 30px;
	position: absolute;
	top: 0;
	width: 100%;
}
.form
.bg_yellow{
	background: yellow;
}
#price .modern-table{
	color: #040404;
}
#price .modern-table thead th{opacity: 0.5}
#price .modern-table thead th:first-child{opacity: 1}
#price .modern-table tbody tr{ display: none; }
#price .sp-head-click a{
	color: #52a026;
	font-size: 18px;
	font-family: 'Roboto', arial;
	font-weight: 300;
	text-decoration: none;
	border-bottom: 1px dashed;
	position: relative;
}
#price .sp-head-click a:after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 8px;
	right: -20px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #52a026;
}
#price .sp-head-click.act a:after{
	content: '';
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/******************** Footer ******************/
.modal-header, .modal-footer{
	border: none;
}
footer {
	width: 100%;
	padding:35px 0;
	overflow:hidden;
	background: #f4f4f4;
	font-size: 13px;
	font-weight: 300;
	font-family: 'Roboto', arial;
}
footer p{font-size: 13px;}
footer a {text-decoration: none;}
footer .logo img{width: 100%;}
.footer_menu + .footer_menu{
	border-left:1px solid #c4c4c4;
}
.copyright {
	padding:0;
	float:left;
}
.social-list {
	float:right;
	padding:5px 4px;
}
.social-list li{display:inline-block;}
.social-list li a {display:block}
.social-list li a span{
	display:block;
	width: 42px;
	height: 42px;
	margin-right: 10px;
	background: url('../images/split.png') 0px 0px no-repeat;
}
.social-list li a span.fa-vk{
	background: url('../images/split.png') -56px 0px no-repeat;
}
.social-list li a span.fa-insta{
	background: url('../images/split.png') -112px 0px no-repeat;
}
.dotted{
	color: #555555;
	text-decoration: dotted;
}
.email, .phone{
	position: relative;
	margin-bottom: 10px;
	display: block;
}
.email:before{
	content: '';
	height: 15px;
	width: 20px;
	background: url('../images/split.png') -177px 0px no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
footer .phone:before{
	content: '';
	height: 25px;
	width: 25px;
	background: url('../images/split.png') -200px 0px no-repeat;
	position: absolute;
	top: -3px;
	left: -2px;
}
footer .phone~.phone:before{ background: transparent; }
footer .btn{
	width: 100%;
	background: #8b232c;
	margin: 10px 0;
}
footer address{
	padding: 0 10px;
	border-right: 1px solid #c29195;
	border-left: 1px solid #c29195;
	margin-bottom: 10px;
}
footer address:before{
	content: '';
	height: 20px;
	width: 15px;
	background: url('../images/split.png') -158px 0px no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}
footer address+address{border: none;}
footer address+address:before{background: transparent}