/*  ---------------------------------------------------------
	1. Embedded fonts styles
	2. General reset
	3. Common site styles
	4. Custom form styles
	5. Styles for responsive breakpoints
	---------------------------------------------------------*/
/*  ---------------------------------------------------------
	1. Embedded fonts styles
	---------------------------------------------------------*/
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Black.eot');
	src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Roboto-Black.woff2') format('woff2'),
		 url('../fonts/Roboto-Black.woff') format('woff'),
		 url('../fonts/Roboto-Black.ttf') format('truetype'),
		 url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg');
	font-weight: 900;
	font-style: normal;
}
/*  ---------------------------------------------------------
	2. General reset
	---------------------------------------------------------*/
* { max-height: 100000px;}
body {
	min-width: 320px;
	line-height: 22px;
	background: url(../images/img06.png);
}
a:focus,
a:hover {
	outline: none;
}
@-webkit-viewport {width: device-width;}
@-moz-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@-o-viewport {width: device-width;}
@viewport {width: device-width;}
/* placeholder input styles */
::-webkit-input-placeholder { color: #333;}
:-moz-placeholder { color: #333;}
::-moz-placeholder {
	color: #333;
	opacity: 1;
}
:-ms-input-placeholder { color: #333;}
/*  ---------------------------------------------------------
	3. Сommon site styles
	---------------------------------------------------------*/
/* main container styles */
#wrapper{
	overflow: hidden;
}
/* header styles */
#header{
	background: #211f20;
	-moz-box-shadow: 0 5px 6px rgba(0,0,0,.35);
	-webkit-box-shadow: 0 5px 6px rgba(0,0,0,.35);
	box-shadow: 0 5px 6px rgba(0,0,0,.35);
	position: relative;
	z-index: 99;
}
#header .container {
	padding: 25px 15px;
}
/* page logo styles */
.logo{
	width: 322px;
	height: 59px;
}
.logo a {
	display: block;
	width: 100%;
}
.logo img {
	display: block;
	width: 100%;
	height: auto;
}
.header-holder .top-holder {
	margin: 0 0 15px;
}
.header-holder .top-holder .we-text {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
}
.header-holder .top-holder .contact-list {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	font-size: 16px;
	line-height: 19px;
	font-weight: 600;
}
.header-holder .top-holder .contact-list li {
	padding: 0;
	vertical-align: top;
	margin: 0 0 0 5px;
}
.header-holder .top-holder .contact-list li:first-child a {
	padding: 0 0 0 20px;
}
.header-holder .top-holder .contact-list li a {
	display: block;
	color: #fff;
	transition:all 0.4s ease;
	position: relative;
	padding: 0 0 0 35px;
}
.header-holder .top-holder .contact-list li a:after {
	position: absolute;
	top: 50%;
	left: 0;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	content: '';
	background: url(../images/ico02.png) no-repeat;
	width: 21px;
	height: 14px;
}
.header-holder .top-holder .contact-list li:first-child a:after {
	background: url(../images/ico01.png) no-repeat;
	width: 17px;
	height: 18px;
}
.header-holder .top-holder .contact-list li a:hover {
	color: #ee1c25;
	transition:all 0.4s ease;
}
#nav .nav-opener strong {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#nav .nav-opener {
	height: 18px;
	width: 24px;
	padding: 10px 12px;
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}
#nav .nav-opener span {
	width: 24px;
	height: 4px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 9px;
	transition: background 0s ease 0.3s;
	-webkit-transition: background 0s ease 0.3s;
	text-indent: 9999px;
}
#nav .nav-opener span:after,
#nav .nav-opener span:before {
	width: 24px;
	height: 4px;
	content: "";
	background: #fff;
	position: absolute;
	left: 0;
	transition-delay: 0.3s, 0s;
	-webkit-transition-delay: 0.3s, 0s;
	transition-duration: 0.3s, 0.3s;
	-webkit-transition-duration: 0.3s, 0.3s;
}
#nav .nav-opener span:before {
	top: -6px;
	transition-property: top, transform;
	-webkit-transition-property: top, transform;
}
#nav .nav-opener span:after {
	bottom: -6px;
	transition-property: bottom, transform;
	-webkit-transition-property: bottom, transform;
}
#nav.active .nav-opener span { background: none;}
#nav.active .nav-opener span:after,
#nav.active .nav-opener span:before {
	transition-delay: 0s, 0.4s;
	-webkit-transition-delay: 0s, 0.4s;
	background: #fe0101;
}
#nav.active .nav-opener span:before {
	top: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
#nav.active .nav-opener span:after {
	bottom: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#nav {
	position: relative;
}
.nav-slide.js-slide-hidden {
	position: static !important;
}
#nav ul {
	margin: 0;
	font-size: 14px;
	line-height: 17px;
}
#nav ul > li {
	vertical-align: top;
	padding: 0;
	margin: 0 0 0 40px;
	position: relative;
}
#nav ul > li > a {
	display: block;
	color: #fff;
	position: relative;
	padding: 0 0 2px;
}
#nav ul > li > a.has-drop-down-a:after {
	position: absolute;
	top: 4px;
	right: -20px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #fff transparent transparent transparent;
}
#nav ul > li:hover > a.has-drop-down-a:after {
	border-color: #ee1c25 transparent transparent transparent;
}
#nav ul li.active > a,
#nav ul li:hover > a {
	color: #ee1c25;
	border-bottom:2px solid #ee1c25;
	margin: 0 0 -2px;
}
#nav ul > li:hover > .dropdown-holder {
	display: block;
}
#nav ul > li > .dropdown-holder {
	position: absolute;
	top: 100%;
	left: 50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	min-width:150px;
	display: none;
	padding: 2px 0 0;
}
#nav ul > li > .dropdown-holder .dropdown {
	margin: 0;
	background: #fff;
	font-size: 13px;
	line-height: 16px;
}
#nav ul > li > .dropdown-holder .dropdown li {
	display: block;
	margin: 0;
}
#nav ul > li > .dropdown-holder .dropdown li a {
	display: block;
	padding: 8px 10px;
	color: #ee1c25;
}
#nav ul > li > .dropdown-holder .dropdown li a:hover {
	transition:all 0.4s ease;
	background: #ee1c25;
	color: #fff;
	padding: 8px 10px;
	margin: 0;
	border: none;
}
.visual {
	overflow: hidden;
}
.visual .img-holder {
	min-height:215px;
	background-size: cover;
}
/* slideshow basic styles */
.slideshow {
	position: relative;
}
.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	min-height:545px;
	background-size: cover;
}
.slideshow .slide.active {
	z-index: 2;
}
.slideshow.not-enough-slides a.btn-prev,
.slideshow.not-enough-slides a.btn-next {
	visibility: hidden;
}
.slideshow .caption-outer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.slideshow .caption-holder {
	height: 100%;
}
.slideshow .caption-frame {
	display: table;
	width: 100%;
	height: 100%;
}
.slideshow .caption-block {
	display: table-cell;
	vertical-align: middle;
}
.slideshow .text {
	display: block;
	font:900 63px/66px 'Roboto', sans-serif;
	color: #fff;
}
.slideshow .text span.txt {
	display: block;
	font:300 53px/56px 'Open Sans', sans-serif;
}
.slideshow .text .meta {
	display: inline-block;
	vertical-align: middle;
	font:300 42px/45px 'Open Sans', sans-serif;
}
/* main informative part styles */
#main{
	
}
.offer-section {
	position: relative;
	z-index: 99;
	background: #211f20;
	margin: -20px 0 60px;
	padding: 1px 0 0;
}
.offer-title {
	background: url(../images/img05.png) no-repeat;
	background-size: 100% 100%;
	width: 353px;
	height: 145px;
	padding: 30px 65px;
	margin: -12px 0;
	float: left;
}
.offer-title img {
	display: block;
	margin: 0 auto 20px;
}
.offer-title .title {
	font:27px/30px 'Roboto', sans-serif;
	display: block;
	color: #fff;
}
.offer-title .title span {
	font-weight: 900;
	display: inline-block;
	vertical-align: top;
}
.offer-text {
	overflow: hidden;
	padding: 20px 30px;
	font:36px/39px 'Roboto', sans-serif;
}
.offer-text .price,
.offer-text .text {
	display: inline-block;
	vertical-align: middle;
	margin: 0 25px;
	font-style: italic;
	color: #fff;
}
.offer-text .price {
	font-size: 77px;
	line-height: 80px;
	font-weight: 900;
	font-style: normal;
}
.services-section h2 {
	font-size: 28px;
	line-height: 31px;
	color: #231f20;
	font-weight: 300;
	margin: 0;
	overflow: hidden;
}
.services-section h2 span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	min-width:360px;
	padding: 15px 15px;
	border:1px solid #eaeaea;
	background: #fff;
}
.services-section h2 span:before,
.services-section h2 span:after {
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	background: #eaeaea;
	right: 100%;
	height: 1px;
	left: -99999px;
	content: '';
}
.services-section h2 span:after {
	left: 100%;
	right: -99999px;
}
/* carousel basic styles */
.services-section .carousel {
	position: relative;
	padding: 40px 0;
}
.services-section .carousel .mask {
	position: relative;
	overflow: hidden;
	width: 1140px;
}
.services-section .carousel .slideset {
	width: 99999px;
	float: left;
}
.services-section .carousel .slide {
	width: 190px;
	float: left;
	text-align: center;
	font-size: 14px;
	line-height: 17px;
	color: #b2b2b2;
	padding: 0 5px;
}
.services-section .carousel .slide .image-holder {
	width: 95px;
	height: 95px;
	border:1px solid #fff;
	background: #fff;
	border-radius: 100%;
	display: block;
	margin: 0 auto 15px;
	transition:all 0.4s ease;
}
.services-section .carousel .slide .image-holder:hover {
	border-color:#ed1b22;
	transition:all 0.4s ease;
}
.services-section .carousel .slide .image-holder:after {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	word-wrap:normal;
	content: '';
	width: 1px;
}
.services-section .carousel .slide .image-holder img {
	display: inline-block;
	vertical-align: middle;
}
.services-section .carousel .slide .title {
	font-size: 20px;
	line-height: 23px;
	color: #231f20;
	display: block;
	font-weight: 300;
	margin: 0 0 15px;
}
.services-section .carousel .slide p {margin: 0 0 10px;}
.services-section .carousel .btn-prev,
.services-section .carousel .btn-next {
	position: absolute;
	top: 50%;
	left: -25px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/ico05.png) no-repeat;
	width: 23px;
	height: 49px;
}
.services-section .carousel .btn-next {
	left: auto;
	right: -25px;
	background: url(../images/ico04.png) no-repeat;
}
.appointment-section {
	background: #fff;
	margin: 0 0 65px;
}
.appointment-section .img-holder {
	position: relative;
}
.appointment-section img {
	display: block;
	width: 100%;
	height: auto;
}
.appointment-section .caption-holder {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 30px;
	line-height: 33px;
	font-style: italic;
	font-weight: 300;
	color: #fff;
}
.appointment-section .caption-block {
	max-width:450px;
	margin: 0 auto;
	padding: 75px 15px;
}
.appointment-section .caption-holder h3 {
	font:900 41px/44px 'Roboto', sans-serif;
	color: #fff;
	margin: 0 0 40px;
}
.appointment-section .caption-holder p {margin: 0 0 10px;}
.appointment-form {
	padding: 25px 0;
}
.appointment-form .row {
	margin: 0;
	letter-spacing: -5px;
}
.appointment-form .row-holder {
	margin: 0 0 25px;
	float: none;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}
.appointment-form .input-holder {
	border:1px solid #e2e2e2;
	position: relative;
}
.appointment-form .input-holder img {
	position: absolute;
	top: 50%;
	right: 15px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	content: '';
	width: 18px;
	height: 19px;
}
.appointment-form .input-holder textarea,
.appointment-form .input-holder input[type=text] {
	width: 100%;
	background: none;
	color: #a5a4a4;
	font-size: 14px;
	line-height: 17px;
	border: none;
	padding: 10px 15px;
}
.appointment-form .input-holder textarea {
	min-height:85px;
	resize:none;
}
::-webkit-input-placeholder { /* Safari, Chrome and Opera */
	color: #a5a4a4;
}
.upc-form :-moz-placeholder { /* Firefox 18- */
	color: #a5a4a4;
	opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #a5a4a4;
	opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #a5a4a4;
}
::-ms-input-placeholder { /* Edge */
	color: #a5a4a4;
}
.jcf-select {
	background: none;
	vertical-align: middle;
	height: inherit;
	min-width:100%;
	border: none;
	padding:10px 15px;
	margin: 0;
}
.jcf-select .jcf-select-text {
	font-size: 14px;
	line-height: 17px;
	color: #a5a4a4;
	margin: 0 15px 0 0;
}
.jcf-select .jcf-select-opener {
	width:inherit;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #a5a4a4 transparent transparent transparent;
	top: 50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	background: none;
	right: 15px;
}
.appointment-form .input-holder input[type=submit] {
	width: 100%;
	background: #ed1b22;
	color: #fff;
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	border: none;
	text-align: center;
	padding: 15px 15px;
	border:1px solid #ed1b22;
	transition:all 0.4s ease;
	display: block;
}
.appointment-form .input-holder input[type=submit]:hover {
	background: none;
	color: #ed1b22;
	transition:all 0.4s ease;
}
.appointment-form .input-holder.add {
	border: none;
	padding: 0 15px;
}
.client-section {
	background: #fff;
	border:1px solid #e8e8e8;
	margin: 0 0 45px;
	padding: 25px 25px;
}
.client-section .client-list {
	letter-spacing: -5px;
	margin: 0;
	text-align: center;
}
.client-section .client-list li {
	vertical-align: middle;
	letter-spacing: normal;
	width: 14.2%;
	position: relative;
	padding: 0;
}
.client-section .client-list li:first-child:after {
	display: none;
}
.client-section .client-list li:after {
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	left: 0;
	content: '';
	width: 2px;
	height: 55px;
	background: #dadada;
}
.client-section .client-list li a {
	display: inline-block;
	vertical-align: top;
}
.client-section .client-list li img {
	display: block;
	transition:all 0.4s ease;
}
.client-section .client-list li a:hover img {
	transition:all 0.4s ease;
	transform:scale(0.9);
	-webkit-transform:scale(0.9);
}
.profile-section {
	background: #211f20;
	padding: 0 9999px;
	margin: 0 -9999px;
}
.profile-section .profile-holder {
	letter-spacing: -5px;
}
.profile-section .block {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 33.3%;
	padding: 0 15px;
	border-left:2px solid #fff;
	padding: 15px 0;
}
.profile-section .block .title {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	font-size: 16px;
	line-height: 19px;
	font-weight: 600;
	color: #211f20;
	padding: 7px 10px;
	position: relative;
}
.profile-section .block .title:after {
	position: absolute;
	top: 0;
	right: -17px;
	content: '';
	background: url(../images/img21.png) no-repeat;
	width: 17px;
	height: 33px;
}
.profile-section .block .title span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0 0 25px;
}
.profile-section .block .title span:after {
	position: absolute;
	top: 50%;
	left: 0;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	content: '';
	background: url(../images/img22.png) no-repeat;
	width: 18px;
	height: 18px;
}
.profile-section .block.two .title span:after {
	background: url(../images/img23.png) no-repeat;
	width: 11px;
	height: 18px;
}
.profile-section .block.three .title span:after {
	background: url(../images/img24.png) no-repeat;
	width: 16px;
	height: 17px;
}
.profile-section .block-holder {
	padding: 20px 45px 0;
}
.profile-section .block-holder dl{
	font-size: 14px;
	line-height: 17px;
	font-weight: 300;
	color: #fff;
}
.profile-section .block-holder dl dt {
	float: left;
	min-width:160px;
	font-weight: 300;
	margin: 0 0 5px;
}
.profile-section .block-holder dl dd {
	font-weight: 700;
	overflow: hidden;
	margin: 0 0 5px;
}
.profile-section .block-holder address {
	font-size: 20px;
	line-height: 23px;
	color: #fff;
	display: block;
	margin: 0;
	font-weight: 300;
}
.profile-section .block-holder span {
	display: block;
	margin: 0 0 10px;
}
.profile-section .block-holder span.tel {
	font-size: 20px;
	line-height: 23px;
	font-weight: 300;
}
.profile-section .block-holder span.email {
	font-size: 18px;
	line-height: 21px;
}
.profile-section .block-holder span a {
	display: inline-block;
	vertical-align: top;
	transition:all 0.4s ease;
}
.profile-section .block-holder span a:hover {
	transition:all 0.4s ease;
	color: #ed1b22;
}
.breadcrumbs {
	margin: 0;
	padding: 25px 0;
	font-size: 14px;
	line-height: 17px;
}
.breadcrumbs li {
	vertical-align: top;
	margin: 0 30px 0 0;
	padding: 0;
	position: relative;
	color: #9d9d9d;
}
.breadcrumbs li:first-child:after {
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	right: -20px;
	content: '»';
	font-size: 14px;
	line-height: 17px;
	color: #9d9d9d;
}
.breadcrumbs li a {
	color: #9d9d9d;
	transition:all 0.4s ease;
}
.breadcrumbs li a:hover {
	transition:all 0.4s ease;
	color: #fe1c25;
}
.about-section {
	margin: 0 0 30px;
}
.about-section h1 {
	font-size: 35px;
	line-height: 38px;
	font-weight: 300;
	color: #fe1c25;
	overflow: hidden;
	margin: 0 0 35px;
}
.about-section h1.add {
	margin: 0 0 20px;
}
.about-section h1 span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 30px 0 0;
}
.about-section h1 span:after {
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	content: '';
	left: 100%;
	right: -9999px;
	height: 7px;
	background: url(../images/img31.png);
}
.about-holder {
	display: table;
	width: 100%;
	height: 100%;
}
.about-holder .about-text {
	display: table-cell;
	vertical-align: middle;
	min-width:760px;
	padding: 0 15px;
	font-size: 16px;
	line-height: 22px;
	color: #868686;
}
.about-holder .about-img {
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
}
.about-holder img {
	display: block;
}
.about-holder .about-text .title {
	font-size: 20px;
	line-height: 23px;
	color: #231f20;
	display: block;
	font-weight: 300;
	margin: 0 0 20px;
}
.about-holder .about-text p {margin: 0 0 30px;}
.offer-outer {
	padding: 5px;
	border:2px dashed #a1a1a1;
	margin: 0 0 20px;
}
.offer-section.add {
	margin: 0;
}
.offer-section.add .offer-title {
	margin: 0;
	background: url(../images/img34.png) no-repeat;
	width: 450px;
	height: 118px;
	padding: 30px 25px;
}
.offer-section.add .offer-title .text-holder,
.offer-section.add .offer-title img {
	display: inline-block;
	vertical-align: middle;
	font:27px/30px 'Roboto', sans-serif;
	color: #fff;
}
.offer-section.add .offer-title img {
	margin: 0 20px 0 0;
}
.offer-section.add .offer-text {
	padding: 19px 10px;
}
.offer-section.add .offer-text .price,
.offer-section.add .offer-text .text {
	margin: 0 15px;
}
.about-section .btn-print {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 19px;
	color: #868686;
	position: relative;
	padding: 0 0 0 30px;
	transition:all 0.4s ease;
}
.about-section .btn-print:after {
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	left: 0;
	content: '';
	background: url(../images/ico07.png) no-repeat;
	width: 16px;
	height: 16px;
}
.about-section .btn-print:hover {
	transition:all 0.4s ease;
	color: #000;
}
.contact-holder {
	letter-spacing: -5px;
}
.contact-holder .contact-block {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	letter-spacing: normal;
	margin: 0 0 40px;
}
.contact-holder .contact-block .img-holder {
	display: inline-block;
	vertical-align: middle;
	margin: 0 25px 0 0;
	min-width:65px;
}
.contact-holder .contact-block .img-holder img {
	display: block;
	margin: 0 auto;
}
.contact-holder .contact-text {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 17px;
	color: #7e828b;
}
.contact-holder .contact-text .title {
	font-size: 18px;
	line-height: 21px;
	color: #f21c25;
	font-weight: 700;
	margin: 0 0 25px;
	display: block;
}
.contact-holder .contact-text address {
	display: block;
	margin: 0;
	font-weight: 300;
}
.contact-holder .contact-text p {margin: 0 0 5px;}

.contact-holder .contact-text a {
	display: inline-block;
	vertical-align: top;
	color: #7e828b;
	transition:all 0.4s ease;
}
.contact-holder .contact-text a:hover {
	color: #000;
	transition:all 0.4s ease;
}
.map-holder {
	margin: 0 -9999px;
}
.map-frame {
	padding: 0 9999px;
	overflow: hidden;
}
.map-holder iframe {
	display: block;
	width: 100%;
}
.about-section .nav-tabs {
	margin: 0;
	font-size: 16px;
	line-height: 19px;
	font-weight: 300;
	border: none;
}
.about-section .nav-tabs li {
	display: block;
	margin: 0 0 1px;
	float: none;
}
.about-section .nav-tabs li a {
	display: block;
	padding: 15px 20px;
	color: #fff;
	background: #ee1c25;
	border: none;
	border-radius: 0;
	line-height: inherit;
	margin: 0;
}
.about-section .nav-tabs li .img-holder {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0;
	min-width:27px;
}
.about-section .nav-tabs li img {
	display: block;
}
.about-section .nav-tabs li .text {
	display: inline-block;
	vertical-align: middle;
}
.about-section .nav-tabs > li.active > a,
.about-section .nav-tabs > li.active > a:hover,
.about-section .nav-tabs > li.active > a:focus {
	border: none;
	background: #000;
	color: #fff;
}
.about-section .tab-content .collapse {
	overflow: hidden;
	padding: 0 0 10px;
}
.about-section .tab-content .image-holder {
	float: right;
	margin: 0 0 0 30px;
}
.about-section .tab-content .image-holder img {
	display: block;
}
.about-section .tab-content .service-text {
	overflow: hidden;
}
.about-section .tab-content .service-text h3 {
	font-size: 20px;
	line-height: 23px;
	font-weight: 300;
	color: #231f20;
	margin: 0 0 20px;
}
.about-section .tab-content .service-text p {margin: 0 0 30px;}
.about-section .tab-content .service-text .meta {
	font-size: 16px;
	line-height: 19px;
	color: #868686;
	font-weight: 400;
	display: block;
	margin: 0 0 25px;
}
.about-section .tab-content .services-list {
	margin: 0;
	font-size: 16px;
	line-height: 19px;
	color: #868686;
}
.about-section .tab-content .services-list li {
	display: block;
	position: relative;
	padding: 0 0 0 30px;
	margin: 0 0 10px;
}
.about-section .tab-content .services-list li:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '»';
	font-size: 16px;
	line-height: 19px;
	color: #868686;
}
.about-section a[data-toggle="collapse"] {
	display: none;
	padding: 15px 20px;
	color: #fff;
	background: #ee1c25;
	border: none;
	border-radius: 0;
	line-height: inherit;
	margin: 0 0 10px;
}
.about-section a[data-toggle="collapse"] .img-holder {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0;
	min-width:27px;
}
.about-section a[data-toggle="collapse"] img {
	display: block;
}
.about-section a[data-toggle="collapse"] .text {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
}
.about-section .must-text,
.about-section .setup-text {
	font-size: 14px;
	line-height: 17px;
	color: #7e828b;
	display: block;
}
.about-section .must-text {
	color: #f00;
}
.form-appointment {
	padding: 30px 0;
}
.form-appointment .column .title,
.form-appointment label {
	float: left;
	color: #7e828b;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	min-width:150px;
	margin: 12px 15px 12px 0;
}
.form-appointment .column .title.add {
	margin: 6px 15px 6px 0;
}
.form-appointment .column {
	margin: 0 0 15px;
	overflow: hidden;
}
.form-appointment .holder-field {
	border:1px solid #e2e2e2;
	overflow: hidden;
	background: #fbf9fe;
	position: relative;
}
.form-appointment .holder-field img {
	position: absolute;
	top: 50%;
	right: 15px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	content: '';
	width: 18px;
	height: 19px;
}
.form-appointment .holder-field textarea,
.form-appointment .holder-field input[type=email],
.form-appointment .holder-field input[type=text] {
	width: 100%;
	background: none;
	color: #a5a4a4;
	font-size: 14px;
	line-height: 17px;
	border: none;
	padding: 10px 15px;
}
.form-appointment .holder-field textarea {
	min-height:170px;
	resize:none;
}
.form-appointment .holder-field label {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.form-appointment .holder-field.add {
	background: none;
	border: none;
	letter-spacing: -5px;
	padding: 10px 0;
}
.form-appointment .radio-holder {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 20%;
}
.form-appointment input[type=submit] {
	font-size: 18px;
	line-height: 21px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background: #ed1b22;
	width:360px;
	margin: 0 auto;
	display: block;
	padding: 20px 20px;
	border-radius: 2px;
	border:1px solid #ed1b22;
	transition:all 0.4s ease;
}
.form-appointment input[type=submit]:hover {
	background: none;
	color: #ed1b22;
	transition:all 0.4s ease;
}
/* footer styles */
#footer{
	background: url(../images/img26.jpg) no-repeat;
	background-size: cover;
}
#footer .container {
	padding: 55px 15px;
}
.footer-block .img-holder img {
	display: block;
	width: 100%;
	height: auto;
}
#footer .footer-holder h4 {
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	color: #fff;
	display: block;
	margin: 0 0 25px;
}
#footer .footer-holder {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}
#footer .footer-holder .lists-holder {
	overflow: hidden;
	margin: 0 0 10px;
}
.footer-list {
	margin: 0;
	font-size: 12px;
	line-height: 15px;
	padding: 0 10px;
	float: left;
	width: 170px;
}
.footer-list li {
	display: block;
	position: relative;
	padding: 0 0 0 30px;
	margin: 0 0 10px;
}
.footer-list li:after {
	position: absolute;
	top: 2px;
	left: 0;
	content: '';
	background: url(../images/ico06.png) no-repeat;
	width: 11px;
	height: 12px;
}
.footer-list li a {
	display: inline-block;
	vertical-align: top;
	color: #d1d1d1;
	transition:all 0.4s ease;
}
.footer-list li a:hover {
	color: #fff;
	transition:all 0.4s ease;
}
.social-networks {
	margin: 0;
	letter-spacing: -5px;
}
.social-networks li {
	padding: 0;
	vertical-align: top;
	letter-spacing: normal;
	margin: 0 5px 0 0;
}
.social-networks li a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/sprite.png) no-repeat 0 -1px;
	width: 28px;
	height: 29px;
	transition:all 0.4s ease;
}
.social-networks li a:hover {
	transition:all 0.4s ease;
	transform:scale(0.95);
	-webkit-transform:scale(0.9);
}
.social-networks li a.instagram {
	background-position: -33px 0;
}
.social-networks li a.social {
	background-position: -68px 0;
}
#footer .footer-holder .image-holder {
	overflow: hidden;
	margin: 0 0 20px;
}
#footer .footer-holder .image-holder img {
	display: block;
	margin: 0 auto;
}
#footer .footer-holder .copyrights {
	font-size: 12px;
	line-height: 15px;
	color: #d1d1d1;
	font-weight: 300;
	display: block;
	margin: 0 0 15px;
}
#footer .footer-holder .designed-by {
	display: block;
	font-size: 12px;
	line-height: 15px;
	color: #d1d1d1;
	font-weight: 300;
}
#footer .footer-holder .designed-by a {
	display: inline-block;
	vertical-align: middle;
}
#footer .footer-holder .designed-by a img {
	display: block;
}
/*  ---------------------------------------------------------
	4. Styles for Responsive web design
	---------------------------------------------------------*/
@media screen and (min-width:992px) {
	.about-section .collapse {
		display: block;
	}
}
@media screen and (max-width:1200px) {
	#nav ul > li {
		margin: 0 0 0 35px;
	}
	.offer-text .price, .offer-text .text {
		margin: 0 5px;
	}
	.offer-text {
		font-size: 30px;
		line-height: 33px;
	}
	.offer-text .price {
		font-size: 60px;
		line-height: 63px;
	}
	.offer-title {
		padding: 15px 45px;
	}
	.services-section .carousel .mask {
		width: 940px;
	}
	.services-section .carousel .slide {
		width: 188px;
	}
	.appointment-section .caption-holder h3 {
		font-size: 33px;
		line-height: 36px;
		margin: 0 0 20px;
	}
	.appointment-section .caption-holder {
		font-size: 22px;
		line-height: 25px;
	}
	.appointment-section .caption-block {
		padding: 45px 15px;
	}
	.profile-section .block-holder {
		padding: 20px 15px 0;
	}
	.appointment-form {
		padding: 10px 0;
	}
	.slideshow .slide {
		min-height:400px;
	}
	.about-holder .about-text {
		min-width:420px;
	}
	.jcf-checkbox,
	.jcf-radio {
		display: block;
		margin: 0 auto 5px;
	}
	.form-appointment .holder-field label {
		display: block;
		text-align: center;
		min-width:inherit;
	}
	.about-section h1.add {
		font-size: 30px;
		line-height: 33px;
	}
	.offer-section.add .offer-title {
		background: #ed1b22;
		width:inherit;
		height:inherit;
		padding: 27px 15px;
	}
	.offer-section.add .offer-title .text-holder {
		font-size: 23px;
		line-height: 25px;
	}
	.about-section .nav-tabs li a {
		padding: 15px 10px;
	}
	.about-section .nav-tabs li .img-holder {
		margin: 0 5px 0 0;
	}
}
@media screen and (max-width:992px) {
	.logo-holder {
		width: 100%;
	}
	.logo {
		margin: 0 auto 15px;
	}
	.header-holder {
		width: 100%;
	}
	.header-holder .top-holder {
		text-align: center !important;
	}
	#nav ul {
		text-align: center !important;
	}
	.offer-title {
		background: #ed1b22;
	}
	.offer-title img {
		display: inline-block;
		vertical-align: middle;
		margin: 0 10px 0 0;
	}
	.offer-title .title {
		display: inline-block;
		vertical-align: middle;
		font-size: 20px;
		line-height: 23px;
	}
	.offer-title {
		width:inherit;
		height:inherit;
		margin: 0;
		padding: 15px 15px;
	}
	.offer-text {
		font-size: 24px;
		line-height: 27px;
		padding: 13px 15px;
	}
	.offer-text .price {
		font-size: 50px;
		line-height: 53px;
	}
	.services-section .carousel .mask {
		width: 700px;
		margin: 0 auto;
	}
	.services-section .carousel .slide {
		width: 175px;
	}
	.services-section .carousel .btn-next {
		right: -15px;
	}
	.services-section .carousel .btn-prev {
		left: -15px;
	}
	.services-section .carousel .slide .title {
		font-size: 18px;
		line-height: 21px;
	}
	.appointment-details {
		padding: 0;
	}
	.appointment-form {
		padding: 10px 15px 10px 0;
	}
	.client-section .client-list li {
		width: 25%;
	}
	.client-section .client-list li::after {
		display: none;
	}
	.profile-section .block-holder dl dt {
		float: none;
		display: block;
	}
	.profile-section .block-holder dl dd {
		margin: 0;
	}
	.profile-section .block-holder address,
	.profile-section .block-holder span.email,
	.profile-section .block-holder span.tel {
		font-size: 15px;
		line-height: 18px;
	}
	.footer-block {
		width: 100%;
	}
	#footer .footer-holder h4 {
		margin: 0 0 15px;
	}
	.footer-block .img-holder {
		max-width:290px;
		margin: 0 auto 15px;
	}
	#footer .container {
		padding: 30px 15px;
	}
	.about-holder .about-text p {margin: 0 0 15px;}
	.contact-holder .contact-block .img-holder {
		display: block;
		margin: 0 auto 15px;
		min-width:inherit;
		min-height:65px;
	}
	.contact-holder .contact-text .title {
		margin: 0 0 15px;
	}
	.form-appointment .column .title, .form-appointment label {
		min-width:130px;
	}
	.about-holder .about-text {
		min-width:360px;
	}
	.about-holder .about-text .title {
		font-size: 17px;
		line-height: 20px;
		margin: 0 0 10px;
	}
	.offer-section.add .offer-title img {
		margin: 0 10px 0 0;
	}
	.offer-section.add .offer-title .text-holder {
		font-size: 13px;
		line-height: 16px;
	}
	.offer-section.add .offer-title {
		padding: 20px 15px;
	}
	.offer-section.add .offer-text {
		padding: 18px 10px;
	}
	.about-section .nav-tabs {
		display: none;
	}
	.tab-content > .tab-pane {
		display: block;
	}
	.tab-content {
		width: 100%;
	}
	.about-section a[data-toggle="collapse"] { 
		display: block !important;
	}
}
@media screen and (max-width:767px) {
	#header .container {
		padding: 20px 0 0;
	}
	.logo {
		width: 290px;
		height: 55px;
	}
	.header-holder .top-holder {
		padding: 0 15px;
		margin: 0 0 10px;
	}
	.header-holder .top-holder .we-text {
		display: block;
		font-size: 13px;
		line-height: 16px;
		margin: 0 0 5px;
	}
	.header-holder .top-holder .contact-list li {
		display: block;
		margin: 0 0 5px;
	}
	.header-holder .top-holder .contact-list {
		text-align: left;
	}
	.header-holder .top-holder .contact-list li:first-child a {
		padding: 0 0 0 35px;
	}
	#nav {
		padding: 30px 0 0;
	}
	#nav ul {
		text-align: left !important;
	}
	#nav ul > li {
		display: block;
		margin: 0;
	}
	#nav ul > li > a {
		display: block;
		padding: 10px 10px;
	}
	#nav ul li:hover > a {
		background: #ee1c25;
		color: #fff;
		border: none;
		margin: 0;
	}
	#nav ul > li > .dropdown-holder {
		position: relative;
		left: 0;
		right: 0;
		padding: 0;
		min-width:100%;
		transform:translateX(0);
		-webkit-transform:translateX(0);
	}
	#nav ul > li > a.has-drop-down-a::after {
		display: none;
	}
	#nav .nav-opener {
		display: block;
		right: 15px;
	}
	.nav-slide.js-slide-hidden {
		position: absolute !important;
	}
	.slideshow .slide {
		min-height:250px;
	}
	.slideshow .text .meta {
		font-size: 18px;
		line-height: 21px;
	}
	.slideshow .text,
	.slideshow .text span.txt {
		font-size: 25px;
		line-height: 28px;
	}
	.offer-title {
		float: none;
	}
	.offer-text .price,
	.offer-text .text {
		display: block;
		text-align: center;
	}
	.offer-text {
		font-size: 18px;
		line-height: 21px;
	}
	.offer-text .price {
		font-size: 30px;
		line-height: 33px;
	}
	.offer-section {
		margin: -20px 0 30px;
	}
	.services-section h2 {
		font-size: 18px;
		line-height: 21px;
	}
	.services-section h2 span {
		min-width:290px;
	}
	.services-section .carousel {
		padding: 20px 20px;
	}
	.services-section .carousel .mask {
		width: 250px;
	}
	.services-section .carousel .slide {
		width: 250px;
	}
	.services-section .carousel .btn-prev {
		left: 0;
	}
	.services-section .carousel .btn-next {
		right: 0;
	}
	.services-section .carousel {
		padding: 20px 0;
	}
	.appointment-section .caption-block {
		padding: 15px 15px;
	}
	.appointment-section .caption-holder h3 {
		font-size: 25px;
		line-height: 28px;
		margin: 0 0 10px;
	}
	.appointment-section .caption-holder {
		font-size: 16px;
		line-height: 19px;
	}
	.appointment-form {
		padding: 10px 15px;
	}
	.appointment-form .row-holder {
		display: block;
		margin: 0 0 10px;
	}
	.appointment-section {
		margin: 0 0 30px;
	}
	.client-section .client-list li {
		width: 50%;
	}
	.profile-section .block {
		display: block;
		border-left:none;
		border-bottom:2px solid #fff;
		height:auto !important;
		width: 100%;
	}
	.profile-section .block-holder {
		padding: 10px 15px;
	}
	#footer .footer-holder {
		display: block;
		width: 100%;
	}
	#footer .footer-holder h4 {
		margin: 0 0 10px;
		text-align: center;
	}
	.footer-list {
		width: 145px;
		padding: 0;
	}
	.footer-list li {
		padding: 0 0 0 15px;
	}
	.social-networks {
		text-align: center;
		margin: 0 0 15px;
	}
	#footer .footer-holder .copyrights br {
		display: none;
	}
	#footer .footer-holder .copyrights {
		text-align: center;
	}
	#footer .footer-holder .designed-by {
		text-align: center;
	}
	.visual .img-holder {
		min-height:100%;
	}
	.breadcrumbs {
		padding: 15px 0;
	}
	.about-section h1 {
		font-size: 22px;
		line-height: 25px;
		margin: 0 0 15px;
	}
	.about-holder {
		margin: 0;
	}
	.about-holder .about-text {
		display: block;
		min-width:100%;
		margin: 0 0 15px;
		font-size: 13px;
		line-height: 19px;
		padding: 0;
	}
	.about-holder .about-img {
		display: block;
		max-width:290px;
		padding: 0;
		margin: 0 auto 15px;
	}
	.about-holder .about-img img {
		width: 100%;
		height: auto;
	}
	.contact-holder .contact-block {
		display: block;
		width: 100%;
		text-align: center;
		margin: 0 0 15px;
	}
	.map-holder iframe {
		height: 250px;
	}
	.about-section h1.add {
		font-size: 17px;
		line-height: 20px;
		margin: 0 0 10px;
	}
	.form-appointment .column .title, .form-appointment label {
		float: none;
		display: block;
		margin: 0 0 5px;
		min-width:inherit;
		font-size: 12px;
		line-height: 15px;
	}
	.form-appointment .radio-holder {
		width: 33.3%;
		margin: 0 0 10px;
		padding: 0;
	}
	.form-appointment .column .title.add br {
		display: none;
	}
	.form-appointment .column .title.add {
		margin: 0 0 5px;
	}
	.form-appointment .holder-field.add {
		padding: 0;
		text-align: center;
	}
	.form-appointment input[type="submit"] {
		width:290px;
		font-size: 16px;
		line-height: 19px;
		padding: 10px 20px;
	}
	.form-appointment .holder-field textarea {
		min-height:120px;
	}
	.about-holder .about-text .title {
		font-size: 15px;
		line-height: 18px;
	}
	.about-section .tab-content .image-holder {
		float: none;
		max-width:290px;
		margin: 0 auto 15px;
	}
	.about-section {
		margin: 0 0 15px;
	}
}