@charset "utf-8";
/* CSS Document */
*{
	font-size:18px;
	color:#353535;
	font-family:'Open Sans', 'Segoe UI', sans-serif;
}
button:focus, a:focus, button:hover, a:hover, button:active, a:active, div:focus, input:focus{
	outline:none;
	text-decoration:none;
}
img{
	max-width:100%;
}
body{
	padding-top:103px;
}
header {
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 500;
    background: #fff;
}
header .navbar-default {
    background: none;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
    border: none;
    margin: 0;
    padding: 10px 0;
}
header .container-fluid{
	padding:0;
}
header .navbar-collapse{
	padding:0;
}
.btn-orange {
    border: 2px solid #e54d30;
    border-radius: 17px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    padding: 3px 30px 4px 30px;
    background: transparent;
    color: #e54d30;
    font-weight: bold;
	transition:0.3s;
}
.btn-orange:hover{
	background:#e54d30 !important;
	color:#fff;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.4);
	-webkit-transform:translate(-2px,2px);
	-moz-transform:translate(-2px,2px);
	-o-transform:translate(-2px,2px);
	transform:translate(-2px,2px);
}
.phone{
	width:100%;
	float:right;
}
.phone p {
    float: right;
    line-height: 34px;
    margin-right: 30px;
    font-size: 24px;
    color: #0082dd;
}
header .btn-orange{
	float:right;
}
.navbar-form .form-control {
    border: 1px solid #717171;
    border-radius: 17px;
    //box-shadow: inset 0px 2px 3px 0px rgba(0,0,0,0.5);
    width: 270px;
    padding: 0 38px 0 10px;
}
.navbar-form{
	position:relative;
}
.navbar-form button {
    position: absolute;
    width: 22px;
    height: 22px;
    background: transparent url(../images/search_eye.png) no-repeat center center;
	background-size:contain;
    border: none;
    top: 5px;
    right: 26px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
    box-shadow: none;
	transition:0.3s;
}
.navbar-form button:hover{
	background: transparent url(../images/search_eye.png) no-repeat center center;
	background-size:contain;
	opacity:0.7;
}
.navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
    padding: 0;
    height: auto;
}
.navbar-default .navbar-nav > li > a {
    color: #0082dd;
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.3s;
    padding: 7px 0px 5px 0px;
	margin:0 15px;
    line-height: normal;
	transition:0.3s;
}
.navbar-default .navbar-nav > li > a:hover{
	color: #0082dd;
	border-bottom:1px dashed #0082dd;
}
.navbar-default .navbar-form{
	margin:2px 0 0 0;
	margin-right:-15px;
}
#title h1 {
    position: relative;
    font-size: 40px;
    font-weight: bold;
    margin: 40px 0;
}
#title h1:after{
	position:absolute;
	content:'';
	width:160px;
	height:2px;
	background:#0082dd;
	bottom:-15px;
	left:50%;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	transform:translateX(-50%);
}
#title p {
    font-size: 24px;
    margin: 0 auto;
    color: #717171;
    max-width: 85%;
	line-height: normal;
}
.btn-big{
	margin: 30px 0 35px 0;
	font-size:24px;
	padding: 3px 100px 4px 100px;
	border-width:3px;
	border-radius:24px;
}
#categories{
	background:#f0f0f0;
	padding-bottom:20px;
}
#categories h2{
	font-size: 32px;
    margin: 30px 0;
}
#categories a {
	background: #fff;
	display: inline-block;
	width: 100%;
	border: 1px solid #d1d1d1;
	border-radius: 5px;
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.15);
	margin-bottom: 30px;
	transition: 0.3s;
	color: #353535;
	padding: 0 20px;
}
#categories a:hover{
	text-decoration:none;
	color:#353535;
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
#categories h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 25px 0 5px 0;
    height: 40px;
    overflow: hidden;
}
#categories p {
    margin: 0;
    font-weight: bold;
    color: #e54d30;
	font-size:20px;
}
#categories img {
    display: block;
    margin: 30px auto 20px auto;
}
#advantages h2{
	margin:70px 0;
	font-size:36px;
}
#advantages p {
    margin: 20px 0 0 0;
    height: 150px;
}
#advantages .container .text-center p{
	font-size:30px;
	margin:40px 0 70px 0;
	height:auto;
}
#slider{
	background:url(../images/slider_bg.jpg) no-repeat center center;
	background-size:cover;
	padding:0 0 60px 0;
}
#slider h2 {
    font-size: 48px;
    margin: 80px 0;
	//color:#fff;
}
.slider_item, .slider_price{
	width:300px;
	height:300px;
	overflow:hidden;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	border:3px solid #fff;
	background:rgba(0, 0, 0, 0.25);
	color:#000;
	font-weight:100;
	font-size:24px;
	margin:0 auto 40px auto;
	padding-top: 74px;
        line-height: normal;
}
.slider_price{
	color:#000;
	background:rgba(255,255,255,0.5);
	border-color:#0082dd;
	font-size:30px;
	font-weight:400;
	padding-top:100px;
}
.slider_item, .slider_price {
    color: #000;
    font-size: 24px;
    margin: 0 auto 40px auto;
    font-weight: bold;
    //text-shadow: 1px 1px 0px #0082DD;
}
.carousel-indicators {
    bottom: -50px;
}
#slider .btn-big{
	background:rgba(0,0,0,0.25);
}
#reviews{
	padding:0 0 80px 0;
	position:relative;
	width:100%;
	overflow:hidden;
}
#reviews h2{
	font-size:36px;
	margin:60px 0;
}
.rev_item{
	background:#f1f1f1;
	border:1px solid #d9d9d9;
	-webkit-box-shadow:0px 1px 3px 0px rgba(0,0,0,0.15);
	-moz-box-shadow:0px 1px 3px 0px rgba(0,0,0,0.15);
	box-shadow:0px 1px 3px 0px rgba(0,0,0,0.15);
	margin:0 2px 5px 0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:10px;
}
.rev_img{
	float:left;
	width:140px;
	height:140px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	overflow:hidden;
	margin:0 30px 0 0;
}
.rev_img img{
	width:100%;
}
.rev_item h3{
	margin:5px 0 15px 0;
}
.rev_item p{
	color:#717171;
}
.rev_item span{
	float:right;
	position:relative;
	color:#0082dd;
}
.rev_item span:before{
	position:absolute;
	content:'';
	top:-5px;
	right:0;
	height:1px;
	width:160px;
	background:#717171;
}
.rev_slider button{
	position:absolute;
	text-indent:-99999px;
	width:34px;
	height:34px;
	border:2px solid #0082dd;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background:transparent url(../images/rev_arr.png) no-repeat 7px center;
	bottom:-42px;
	left:45%;
}
.rev_slider button.slick-next{
	left:55%;
	-webkit-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	transform:rotate(180deg);
}
.rev_slider{
	color:transparent;
}
#questions{
	background:#353535;
	padding:0 0 70px 0;
}
#questions h2{
	color:#fff;
	font-size:36px;
	margin:60px 0;
}
#questions input{
	width:100%;
	height:47px;
	-webkit-border-radius:24px;
	-moz-border-radius:24px;
	border-radius:24px;
	background:#fff;
	border:none;
	padding:0 20px 2px 20px;
	font-size:24px;
}
#questions button.btn-big{
	margin:0;
	padding:3px 0 4px 0;
	width:100%;
}
#contacts h2{
	font-size:36px;
	margin:80px 0;
}
#contacts img {
    margin: 0 0 50px 0;
}
#contacts ul{
	padding:0;
}
#contacts ul li {
    list-style: none;
    padding-left: 30px;
    font-size: 22px;
    margin-bottom: 15px;
}
#contacts ul li img{
	margin:0 15px 0 0;
}
/*#contacts ul li:nth-child(1){
	background:url(../images/cont1.png) no-repeat left center;
}
#contacts ul li:nth-child(2){
	background:url(../images/cont2.png) no-repeat left center;
}
#contacts ul li:nth-child(3){
	background:url(../images/cont3.png) no-repeat left center;
}
#contacts ul li:nth-child(4){
	background:url(../images/cont4.png) no-repeat left center;
}
#contacts ul li:nth-child(5) {
    background: url(../images/cont5.png) no-repeat left center;
    margin-bottom: 50px;
}*/
#contacts iframe{
	border:none;
	border-top:3px solid #353535;
	border-bottom:3px solid #353535;
	box-shadow:inset 0px 2px 3px 0px rgba(0,0,0,0.3);
}
#contacts h3{
	font-size:36px;
	margin-bottom: 40px;
}
footer{
	padding:10px 0;
}
.foot_cont{
	float:right;
}
.foot_cont a{
	float:right;
	color:#0082dd;
	margin:0 0 10px 0;
}
.foot_cont a i{
	color:#e54d30;
}
.foot_cont span {
    float: right;
    margin: 8px 0px 0 0;
    line-height: 34px;
    /* position: relative; */
    font-size: 18px;
    color: #0082dd;
}
/*.foot_cont span:after {
    position: absolute;
    content: '';
    background: url(../images/foot_arr.png) no-repeat center center;
    background-size: cover;
    width: 32px;
    height: 16px;
    top: 8px;
    right: -42px;
}*/
footer .navbar-brand{
	padding:0;
}
footer .navbar-form{
	margin-bottom:0;
}
.modal-body .btn-big{
	width:100%;
	font-size:18px;
	margin:20px 0 0 0;
}
.modal-body input {
    width: 100%;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    border: 1px solid #ccc;
    line-height: 34px;
    padding: 0 15px;
}
#services h1, .menu-left h2{
	font-size:36px;
	margin:25px 0 25px 20px;
	line-height:normal;
	color: #0082DD;
}
.services_inner{
	width:100%;
	background:#f4f4f4;
	padding: 0 15px 10px 15px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	display:inline-block;
	margin-bottom:50px;
}
.services_item{
	width:100%;
	margin-top:10px;
	background:#fff;
	border:1px solid #d1d1d1;
	box-shadow:0px 2px 6px 0px rgba(0,0,0,0.15);
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	padding:10px 15px;
	display:inline-block;
}
#services h3{
	font-size:30px;
	margin:0 0 10px 0;
}
.prices {
	width:100%;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    display: inline-block;
    padding: 2px 0 3px 0;
}
.services_item .prices{
	width: calc(100% - 105px);
}
.prices p{
	float:left;
	font-size:24px;
	color:#717171;
	margin:0;
}
.prices span{
	float:right;
	font-size:24px;
	color:#0082dd;
	font-weight:bold;
}
.services_item h6 {
    font-size: 22px;
    color: #717171;
    line-height: normal;
    width: 100%;
}
.services_item img{
	width:85px;
	float:left;
	margin-right:20px;
}
#services .btn-orange{
	float:right;
}
.services_item .btn-more{
	color:#e54d30;
	border:none;
	background:transparent;
	font-weight:bold;
	padding: 3px 0 0 0;
	transition:0.3s;
	border-bottom:1px dashed transparent;
}
.services_item .btn-more:hover{
	border-bottom:1px dashed #e54d30;
}
li{
	list-style-type:none;
}
ul.left_menu{
	padding:0;
}
ul.left_menu > li{
	width:100%;
}
ul.left_menu > li > a{
	background:#fff;
	box-shadow:0px 2px 6px 0px rgba(0,0,0,0.15);
	width:100%;
	display:inline-block;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	transition:0.3s;
	margin-bottom:5px;
	font-size:18px;
	color:#353535;
	line-height:normal;
	padding:5px 5px 7px 40px;
	border:1px solid #d1d1d1;
}
ul.left_menu > li > a:hover{
	text-decoration:none;
	-webkit-transform:translate(-2px,2px);
	-moz-transform:translate(-2px,2px);
	transform:translate(-2px,2px);
}
/*
ul.left_menu > li:nth-child(1) > a{
	background:url(../images/menu_1.png) no-repeat 8px center;
}
ul.left_menu > li:nth-child(2) > a{
	background:url(../images/menu_2.png) no-repeat 8px center;
}
ul.left_menu > li:nth-child(3) > a{
	background:url(../images/menu_3.png) no-repeat 8px center;
}
ul.left_menu > li:nth-child(4) > a{
	background:url(../images/menu_4.png) no-repeat 8px center;
}
ul.left_menu > li:nth-child(5) > a{
	background:url(../images/menu_5.png) no-repeat 8px center;
}
ul.left_menu > li:nth-child(6) > a{
	background:url(../images/menu_6.png) no-repeat 8px center;
}
ul.left_menu > li:nth-child(7) > a{
	background:url(../images/menu_7.png) no-repeat 8px center;
}
ul.left_menu > li:nth-child(8) > a{
	background:url(../images/menu_8.png) no-repeat 8px center;
}*/
ul.left_menu ul{
	margin-top:10px;
	margin-bottom:5px;
	display:none;
}
ul.left_menu li ul li a {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
	color:#353535;
	position:relative;
	transition:0.3s;
}
ul.left_menu li ul li a:before{
	position:absolute;
	content:'';
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	width:5px;
	height:5px;
	background:#0082dd;
	left:-12px;
	top:10px;
}
ul.left_menu li ul li a:hover {
    -webkit-transform: translateX(8px);
	-moz-transform: translateX(8px);
	-o-transform: translateX(8px);
	transform: translateX(8px);
}
services.full h3 {
    margin: 20px 0 10px 0;
    color: #0082DD;
    text-align: center;
}
#services.full h4{
	color:#353535;
	font-size:24px;
	margin:20px 0 10px 0;
}
.get{
	margin-bottom:0;
}
.get li{
	list-style-image:url(../images/checkbox.png);
	position:relative;
	color:#717171;
	margin-bottom:25px;
}
.get li:last-child{
	margin-bottom:10px;
}
.get li:after{
	position:absolute;
	content:'';
	width:200px;
	height:1px;
	background:#ccc;
	left:0;
	bottom:-13px;
}
.get li:last-child:after{
	display:none;
}
#services.full .btn-orange{
	margin:0 10px 10px 0;
}
.full_individual {
    color: #0082DD;
    text-align: center;
    margin-bottom: 50px;
    font-size: 24px;
}
































@media (max-width: 1200px){
#title h1 {
    font-size: 36px;
}
#title p {
    font-size: 22px;
}
#categories h3 {
    font-size: 18px;
	height: 40px;
}
#categories a {
    padding: 0 10px;
}
#categories img {
    margin: 20px auto 10px auto;
    width: 75%;
}
#categories {
    padding-bottom: 0px;
}
#advantages p {
    height: 80px;
    font-size: 14px;
}
#contacts ul li {
    font-size: 16px;
}
#contacts iframe {
    height: 350px;
}
.navbar-default .navbar-nav > li > a {
    margin: 0 8px;
    font-size: 16px;
}
}
@media (max-width: 992px){
.navbar-form .form-control {
    width: 220px;
    height: 28px;
}
.navbar-default .navbar-nav > li > a {
    padding: 7px 0px 3px 0px;
    font-size: 13px;
    margin: 0 5px;
}
.navbar-form button {
    width: 18px;
    height: 18px;
    background: transparent url(../images/search_eye.png) no-repeat center center;
    background-size: contain;
    top: 5px;
    right: 22px;
}
.btn-orange {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 0px 20px 1px 20px;
}
.phone p {
    line-height: 30px;
    font-size: 22px;
}
#title h1 {
    font-size: 30px;
    margin: 40px 0;
}
#title h1:after {
    width: 140px;
    bottom: -23px;
}
#title p {
    font-size: 18px;
}
.btn-big {
    margin: 30px 0 40px 0;
    font-size: 18px;
    -webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
    padding: 0 50px 1px 50px;
}
#categories h3 {
    font-size: 14px;
    height: 32px;
    margin: 15px 0 5px 0;
}
#categories p {
    font-size: 16px;
}
#advantages h2 {
    margin: 45px 0;
    font-size: 28px;
}
#advantages p {
    height: 60px;
    font-size: 11px;
}
#advantages .container .text-center img{
	width:200px;
}
#advantages .container .text-center p {
    font-size: 20px;
    margin: 20px 0 50px 0;
}
#advantages .container .text-center p {
    font-size: 20px;
    margin: 20px 0 50px 0;
}
.slider_item, .slider_price {
    /*width: 180px;
    height: 180px;
    margin: 0 auto;
    padding-top: 51px;*/
	font-size:18px;
}
#slider h2 {
    font-size: 36px;
    margin: 40px 0;
}
#slider {
    padding: 0 0 15px 0;
}
.carousel-indicators {
    bottom: -23px;
}
#reviews h2 {
    font-size: 28px;
    margin: 40px 0;
}
#questions h2 {
    font-size: 28px;
    margin: 40px 0;
}
#questions input {
    height: 38px;
    font-size: 18px;
}
#contacts h2 {
    font-size: 28px;
    margin: 40px 0;
}
#contacts img {
}
#questions {
    padding: 0 0 40px 0;
}
#questions button.btn-big {
    -webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
}
.prices span {
    font-size: 20px;
}
#services.full .prices span {
	float: left;
	width:100%;
}
.prices p {
    font-size: 20px;
}
}
@media (max-width: 768px){
.navbar-default .navbar-nav > li > a {
    padding: 7px 0px 3px 0px;
    font-size: 16px;
    margin: 0;
}
.navbar-brand > img {
    width: 120px;
    margin-left: 15px;
}
.navbar-default .navbar-toggle {
    margin-right: -15px;
}
#title h1 {
    font-size: 19px;
    margin: 30px 0;
}
#title p {
    font-size: 14px;
}
#title h1:after {
    width: 120px;
    bottom: -17px;
}
#categories h2 {
    font-size: 20px;
    margin: 30px 0;
}
#categories h3 {
    font-size: 12px;
    height: 28px;
}
#categories p {
    font-size: 14px;
}
#advantages h2 {
    margin: 35px 0;
    font-size: 20px;
}
#advantages p {
    height: 90px;
    font-size: 14px;
}
#slider h2 {
    font-size: 24px;
}
.slider_item, .slider_price {
    /*width: 160px;
    height: 160px;
    margin: 0 auto 30px auto;
    padding-top: 50px;
    font-size: 18px;*/
	margin-bottom:20px;
}
#reviews h2 {
    font-size: 20px;
    margin: 30px 0;
}
.rev_img {
    width: 100px;
    height: 100px;
    margin: 0 10px 0 0;
}
.rev_item h3 {
    margin: 5px 0 10px 0;
    font-size: 18px;
}
.rev_item p {
    font-size: 14px;
}
.rev_item span {
    font-size: 12px;
}
.rev_item span:before {
    top: -3px;
    width: 120px;
}
.rev_slider button {
    left: 30%;
}
.rev_slider button.slick-next {
    left: auto;
    right: 35%;
}
#questions h2 {
    font-size: 24px;
    margin: 30px 0;
}
#questions input {
    margin-bottom: 20px;
}
#contacts h2 {
    font-size: 24px;
    margin: 30px 0;
}
#contacts img {
}
#contacts h3 {
    font-size: 18px;
}
#contacts ul li {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
}
#contacts iframe {
    height: 250px;
}
.foot_cont a i, .foot_cont a {
    font-size: 14px;
}
.foot_cont a {
	width:100%;
	text-align:right;
}
.foot_cont span {
    float: left;
    margin: 0 0 0 10px;
    line-height: normal;
    position: inherit;
    font-size: 12px;
}
.foot_cont {
    float: left;
    width: 100%;
}
footer .navbar-form {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}
.navbar-form .form-group {
    margin: 0;
}
.navbar-form .form-control {
    width: 100%;
}
.navbar-form button {
    right: 10px;
}
.navbar-default .navbar-collapse{
    width: 100%;
    overflow: hidden;
    margin: 0;
}
header .btn-orange {
    float: right;
    width: 100%;
    margin-top: 10px;
}
.phone p {
    line-height: normal;
    font-size: 24px;
    float: left;
    margin-top: 8px;
}
.navbar-default .navbar-form {
    margin: 0;
    padding: 10px 0;
    float: left;
    width: 100%;
}
header .navbar-form button {
    top: 15px;
}
.foot_cont span:after{
	display:none;
}
.navbar-nav {
    margin: 0;
    float: left;
}
.prices span {
    float: left;
    width: 100%;
	font-size:18px;
}
.prices p {
    font-size: 18px;
}
#services .col-xs-12{
	padding:0;
}
.services_inner {
    padding: 0 5px 5px 5px;
}
.services_item {
    margin-top: 5px;
    padding: 8px 10px;
}
body {
    padding-top: 70px;
}
#services h1, .menu-left h2 {
    font-size: 30px;
    margin: 15px 0 15px 20px;
}
.services_item img {
    width: 50px;
    margin-right: 10px;
}
#services h3 {
    font-size: 24px;
}
.services_item .prices {
    width: 100%;
}
.services_item h6 {
    font-size: 14px;
}
.services_item .btn-more {
    font-size: 16px;
}
.services_item .btn-orange {
    font-size: 16px;
}
#ymaps1444403845249403833{
	height:200px;
}
.get li {
    font-size: 14px;
}
.get {
    padding-left: 25px;
}
.get li:after {
    width: 125px;
}
.full_individual {
    font-size: 18px;
}
}

.services_inner h3{
    text-align: center;
    color: #0082dd;
}

























