@font-face {
	font-family: ProximaBlack;
	src: url("../fonts/proxima/ProximaNova-Black.otf") format("opentype");
}

@font-face {
	font-family: Proxima;
	src: url("../fonts/proxima/ProximaNova-Regular.woff") format("woff"),
	url("../fonts/proxima/ProximaNova-Reg.otf") format("opentype");
}

@font-face {
	font-family: ProximaRegularM;
	src: url("../fonts/proxima/ProximaNova-Regular.woff") format("woff"),
	url("../fonts/proxima/ProximaNova-Reg.otf") format("opentype");
}

/* Light */
@font-face {
	font-family: ProximaLight;
	font-weight: 100;
	src: url("../fonts/proxima/ProximaNova-Light.woff") format("woff"),
	url("../fonts/proxima/ProximaNova-Light.otf") format("opentype");
}

@font-face {
	font-family: Proxima;
	font-weight: 100;
	src: url("../fonts/proxima/ProximaNova-Light.woff") format("woff"),
	url("../fonts/proxima/ProximaNova-Light.otf") format("opentype");
}

/* Light Italic*/
@font-face {
	font-family: ProximaLightItalic;
	font-weight: 100;
	font-style: italic;
	src: url("../fonts/proxima/ProximaNova-LightIt.otf") format("opentype");
}

@font-face {
	font-family: Proxima;
	font-weight: 100;
	font-style: italic;
	src: url("../fonts/proxima/ProximaNova-LightIt.otf") format("opentype");
}

/* Regular*/
@font-face {
	font-family: ProximaRegular;
	src: url("../fonts/proxima/ProximaNova-Regular.woff") format("woff"),
	url("../fonts/proxima/ProximaNova-Reg.otf") format("opentype");
}

@font-face {
	font-family: Proxima;
	font-weight: 300;
	src: url("../fonts/proxima/ProximaNova-Regular.woff") format("woff"),
	url("../fonts/proxima/ProximaNova-Reg.otf") format("opentype");
}

/* Semibold */
@font-face {
	font-family: ProximaSemibold;
	src: url("../fonts/proxima/ProximaNova-Nova-Semibold.otf") format("opentype");
}

@font-face {
	font-family: proximanova-semibold;
	font-weight: 500;
	src: url("../fonts/proxima/ProximaNova-Nova-Semibold.otf") format("opentype");
}

/* Semibold italic */
@font-face {
	font-family: Proxima;
	font-weight: 500;
	font-style: italic;
	src: url("../fonts/proxima/proximanova-semibolditalic.otf") format("opentype");
}

@font-face {
	font-family: ProximaSemiBoldItalic;
	font-weight: 500;
	font-style: italic;
	src: url("../fonts/proxima/proximanova-semibolditalic.otf") format("opentype");
}

/* Bold */
@font-face {
	font-family: Proxima;
	font-weight: bold;
	src: url("../fonts/proxima/ProximaNova-Bold.woff") format("woff"),
	url("../fonts/proxima/ProximaNova-Bold.otf") format("opentype");
}

@font-face {
	font-family: ProximaBold;
	font-weight: bold;
	src: url("../fonts/proxima/ProximaNova-Bold.woff") format("woff"),
	url("../fonts/proxima/ProximaNova-Bold.otf") format("opentype");
}

/* General body settings */
body {
	color: #4d4d4d;
	direction: ltr;
	font-size: 13px;
	font-family: 'Proxima', Arial, sans-serif;
	background: #ffffff;
}

html, body {
	overflow-x: hidden;
}

/***
General typography 
***/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Proxima';
	font-weight: 300;
	margin: 0 0 10px;
	color: #0d0d0d;
}

h1 {
	margin-bottom: 15px;
}

/***
Fix link outlines after click
***/
a {
	color: #4ea828;
	-webkit-transition: all 350ms ease-out;
	transition: all 350ms ease-out;
}

a, a:focus, a:hover, a:active {
	outline: 0;
	text-decoration: none;
}

a:hover {
	color: #437c29;
}

/***
Misc tools
***/
.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.no-bottom-space {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.no-top-space {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.no-space {
	margin: 0 !important;
	padding: 0 !important;
}

.no-text-shadow {
	text-shadow: none !important;
}

.padding-top-5 {
	padding-top: 5px !important;
}

.padding-top-10 {
	padding-top: 10px !important;
}

.padding-top-15 {
	padding-top: 15px !important;
}

.padding-top-20 {
	padding-top: 20px !important;
}

.padding-top-25 {
	padding-top: 25px !important;
}

.padding-top-30 {
	padding-top: 30px !important;
}

.padding-top-35 {
	padding-top: 35px !important;
}

.padding-top-40 {
	padding-top: 40px !important;
}

.padding-top-45 {
	padding-top: 45px !important;
}

.padding-top-50 {
	padding-top: 50px !important;
}

.padding-top-60 {
	padding-top: 60px !important;
}

.margin-bottom-0 {
	margin-bottom: 0 !important;
}

.margin-bottom-5 {
	margin-bottom: 5px !important;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.margin-bottom-15 {
	margin-bottom: 15px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-bottom-25 {
	margin-bottom: 25px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.margin-bottom-35 {
	margin-bottom: 35px !important;
}

.margin-bottom-40 {
	margin-bottom: 40px !important;
}

.margin-bottom-50 {
	margin-bottom: 50px !important;
}

.margin-bottom-60 {
	margin-bottom: 60px !important;
}

.margin-bottom-65 {
	margin-bottom: 65px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-50 {
	margin-top: 50px !important;
}

.margin-left-0 {
	margin-left: 0 !important;
}

.margin-right-0 {
	margin-right: 0 !important;
}

.margin-right-20 {
	margin-right: 20px !important;
}

.margin-left-20 {
	margin-left: 20px !important;
}

.padding-left-0 {
	padding-left: 0 !important;
}

.padding-right-0 {
	padding-right: 0 !important;
}

.padding-right-30 {
	padding-right: 30px !important;
}

.margin-right-10 {
	margin-right: 10px !important;
}

.border-bottom-dashed {
	border-bottom: 1px dashed;
}

.border-bottom-dashed:hover {
	text-decoration: none;
}

.relative {
	position: relative;
}

.block-title-1 {
	font-size: 28px;
}

.block-title-2 {
	font-size: 26px;
}

.block-title-3 {
	font-size: 24px;
}

.block-title-4 {
	font-size: 22px;
}

.block-title-5 {
	font-size: 20px;
}

.block-title-6 {
	font-size: 18px;
}

.block-title-1,
.block-title-2,
.block-title-3,
.block-title-4,
.block-title-5,
.block-title-6 {
	margin-bottom: 15px;
	font-weight: 500;
	font-family: 'Proxima', sans-serif;
	color: #0d0d0d;
}

.mrb8 {
	margin-bottom: 8px !important;
}

.no-padding-right {
	padding-right: 0;
}

.no-padding-left {
	padding-left: 0;
}

.text-italic {
	font-style: italic;
}

.btn, button, input[type="button"], input[type="text"], input[type="password"] {
	border-radius: 0;
	font-family: 'Proxima', sans-serif;
}

.btn-orange {
	border: none;
	background-color: #fdc02b;
	border-radius: 0;
	font-size: 16px;
	color: #171717;
	text-transform: uppercase;
	font-weight: 500;
	padding: 10px 35px;
}

.no-padding-bottom {
	padding-bottom: 0 !important;
}

ul li {
	padding-left: 30px;
	background: transparent url('../img/icons/check.png') no-repeat left 45%;
	line-height: 24px;
	list-style: none;
}

.full-width-div ul li {
	background: none;
}

/*======pre-header=====*/
.pre-header {
	background-color: #171717;
	width: 100%;
	color: #e4e4e4;
}

.pre-header p {
	color: #e4e4e4;
	font-size: 14px;
	padding: 18px 0;
	margin: 0;
	font-weight: 100;
}

.pre-header p a {
	color: #e4e4e4;
}

.pre-header p a:hover {
	text-decoration: none;
}

.pre-header .icon {
	padding-left: 25px;
}

.pre-header .address-icon {
	background: transparent url(../img/icons/adress.png) no-repeat left 45%;
}

.pre-header .time-icon {
	background: transparent url(../img/icons/clock.png) no-repeat left 45%;
}

.pre-header .call-time {
	background: transparent url(../img/icons/phone.png) no-repeat left 45%;
}

/*======header=====*/
.header {
	width: 100%;
	background-color: #222222;
}

.header a,
.header span {
	font-size: 16px;
	font-family: 'Proxima', sans-serif;
}

.header a.site-logo {
	display: block;
	margin-top: 10px;
}

.header ul {
	margin: 0;
}

.header ul li {
	display: table-cell;
	vertical-align: middle;
	padding: 0 12px;
	background: none;
}

.header ul li:last-child {
	padding-right: 0;
}

.header ul li a {
	margin: 0;
	padding: 40px 0;
	vertical-align: middle;
	display: table-cell;
	height: 100%;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	color: #e4e4e4;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}

.header ul li a:last-child {
	padding-right: 0;
}

.header ul li a.active,
.header ul li a:hover {
	text-decoration: none;
	color: #fdc02b;
}

.header ul li a.active:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fdc02b;
	height: 2px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.footer {
	width: 100%;
	padding: 20px 0;
	background-color: #222;
	color: #737376;
	border-top: 2px solid #fdc02b;
}

.footer ul li {
	background: none;
}

.footer ul li a i {
	display: block;
	width: 28px;
	height: 28px;
	font-size: 16px;
	margin: 0 5px;
}

.footer ul li a i.fa-facebook {
	background: transparent url(../img/icons/facebook.png) no-repeat;
}

.footer ul li a i.fa-instagram {
	background: transparent url(../img/icons/instagram.png) no-repeat;
}

#modal-filer .btn {
	width: 100%;
	text-align: center;

	font-size: 18px;
	text-transform: uppercase;
}

.sk-wandering-cubes {
	margin: 0 auto;
	width: 32px;
	height: 32px;
	position: relative;
}

.sk-wandering-cubes .sk-cube {
	background-color: #333;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
	animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
}

.sk-wandering-cubes .sk-cube2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

@-webkit-keyframes sk-wanderingCubeMove {
	25% {
		-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
		transform: translateX(42px) rotate(-90deg) scale(0.5);
	}
	50% {
		/* Hack to make FF rotate in the right direction */
		-webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
		transform: translateX(42px) translateY(42px) rotate(-179deg);
	}
	50.1% {
		-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
		transform: translateX(42px) translateY(42px) rotate(-180deg);
	}
	75% {
		-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
		transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes sk-wanderingCubeMove {
	25% {
		-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
		transform: translateX(42px) rotate(-90deg) scale(0.5);
	}
	50% {
		/* Hack to make FF rotate in the right direction */
		-webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
		transform: translateX(42px) translateY(42px) rotate(-179deg);
	}
	50.1% {
		-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
		transform: translateX(42px) translateY(42px) rotate(-180deg);
	}
	75% {
		-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
		transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

div.sk-wandering-cubes .sk-cube {
	background-color: #FFF;
}

#sidebar {
	padding-top: 60px;
	padding-bottom: 30px;
}

#sidebar .block-title-6 img {
	float: left;
	margin: 0 20px 35px 0;
}

#sidebar .block-title-3 {
	font-size: 30px;
	color: #121212;
	margin-bottom: 30px;
	font-weight: inherit;
	text-transform: uppercase;
	font-family: ProximaRegular;
}

#sidebar .block-title-6 {
	font-size: 22px;
	font-weight: normal;
}

#sidebar .block-title-6 a {
	color: #0d0d0d;
}

#services-content {
	padding-top: 30px;
	padding-bottom: 30px;
}

#services-content.service-category-content {
	padding-top: 67px;
	padding-left: 60px;
}

#services-content.service-category-content p {
	font-family: ProximaLight;
	line-height: 26px;
	font-size: 16px;
	color: #666;
}

#sidebar .slimScrollDiv {
	margin-bottom: 10px;
}

#sidebar ul.circle {
	margin-left: 12px;
}

#sidebar ul.circle li {
	padding: 1px 0 1px 35px;
	background: transparent url(../img/icons/check.png) no-repeat left 45%;
	line-height: 22px;
	position: relative;
	font-family: 'Proxima', sans-serif;
}

#sidebar ul li a {
	color: #666;
	font-size: 15px;
	font-weight: 100;
}

#sidebar ul > li:first-child > a {
	text-indent: -5px;
}

.main-slide {
	background: transparent url('../img/backgrounds/bg_title.jpg') no-repeat center;
	background-size: cover;
	width: 100%;
	height: 623px;
}

.main-slide h1 {
	font-weight: 700;
	font-size: 60px;
	color: #fff;
	padding-top: 240px;
	margin-bottom: 50px;
	line-height: 1.15;
}

#services {
	padding: 53px 0;
}

#reviews {
	padding: 50px 0;
}

#services .block-title-2 {
	font-size: 50px;
	font-weight: lighter;
	color: #121212;
}

#services p {
	color: #666;
	font-size: 16px;
}

#services .item-s .text-center {
	display: block;
}

#services .item-s .text-center img {
	display: block;
	margin: 0 auto;
}

#services .item-s .block-title-2 {

	color: #171717;
	font-weight: 700;
	font-size: 20px;
}

#services .item-s ul {
	display: block;
	margin: 0 auto;
	width: 240px;
}

#services .item-s ul li {
	padding-left: 30px;
	background: transparent url('../img/icons/check.png') no-repeat left 45%;
	line-height: 24px;
}

#services .item-s ul li a {
	color: #666;
	font-size: 15px;
	font-weight: 100;
}

#reviews {
	background: transparent url('../img/backgrounds/bg_testimonials.jpg') no-repeat center;
	background-size: cover;
	width: 100%;
	height: 500px;
}

#reviews .block-title-2 {
	color: #fff;
	font-size: 50px;
	font-weight: lighter;
	padding-top: 90px;
}

#reviews a {
	color: #fff;
	font-size: 16px;
	display: block;
	text-align: center;
	font-family: ProximaLight;
}

#reviews a img {
	display: block;
	margin: 50px auto 30px auto;
}

#cert {
	border-bottom: 1px solid #eee;
}

#cert .cert-item {
	background-color: #fff;
	border: 1px solid #ccc;
}

#cert .cert-item img {
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	transition: all 1s ease-out;
}

/* Disable grayscale on hover */
#cert .cert-item img:hover {
	filter: none;
	-webkit-filter: grayscale(0);
}

#cert .block-title-2 {
	color: #171717;
	font-size: 44px;
	font-weight: lighter;
	margin-bottom: 30px;
	text-align: center;
}

#cert p {
	color: #666;
	font-size: 16px;
	margin-bottom: 72px;
}

#map {
	padding-top: 135px;
}

#map #map-area {
	width: 100%;
	height: 500px;
}

#map .block-title-2 {
	color: #171717;
	font-size: 44px;
	font-weight: lighter;
	margin-bottom: 30px;
	text-align: center;
}

#map p {
	color: #666;
	font-size: 16px;
}

#form-sub {
	background: transparent url('../img/backgrounds/bg_form.jpg') no-repeat center;
	background-size: cover;
	width: 100%;
	height: 780px;
}

#form-sub .form-group.submit {
	margin-bottom: 0;
}

#form-sub label {
	color: #fff;
	font-weight: 100;
}

#form-sub .container {
	padding-top: 50px;
}

#form-sub .block-title-2 {
	color: #fff;
	font-size: 50px;
	font-weight: lighter;
	padding-top: 100px;
}

#form-sub p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 75px;
}

#form-sub .form {
	padding: 50px;
	background-color: rgba(255, 255, 255, .2);
}

#form-sub .form input[type="text"] {
	text-align: center;
	font-size: 16px;
}

#form-sub .form input[type="submit"] {
	width: 100%;
	display: block;
	font-weight: 500;
}

#brands {
	background: transparent url('../img/backgrounds/bg_auto_logos.jpg') no-repeat center;
	background-size: cover;
	width: 100%;
	height: 660px;
}

#brands .block-title-2 {
	color: #fff;
	font-size: 50px;
	font-weight: lighter;
	padding-top: 125px;
}

#brands p {
	color: #fff;
	font-size: 16px;
}

#brands table tr td {
	padding: 42px;
	border-color: rgba(255, 255, 255, .2);
}

#about-us .block-title-2 {
	color: #171717;
	font-size: 50px;
	font-weight: lighter;
}

#about-us .about-info .col-md-5 {
	background-color: #ffffff;
	border-bottom: 2px solid #FFCA0A;
	-webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
	padding: 50px;
	position: relative;
	top: -90px;
}

#about-us .about-info-mobile .col-md-5 {
	background-color: #ffffff;
	border-bottom: 2px solid #FFCA0A;
	-webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
	padding: 50px;
	position: inherit;
}

#about-us .about-info p,
#about-us .about-info-mobile p {
	padding: 0;
	margin: 0;
	color: #666;
	line-height: 25px;
	font-size: 16px;
}

#about-us .about-info {
	background-image: url("../img/photos/about1.jpg"), url("../img/photos/about2.jpg"), url("../img/photos/about3.jpg");
	background-position: top center, center center, bottom center;
	background-repeat: no-repeat, no-repeat, no-repeat;
	padding: 50px 0;
	height: 900px;
	margin-bottom: 50px;
}

#about-us .about-info-mobile {
	padding: 0;
	background: none;
}

.body-mobile.main-page #about-us {
	margin-bottom: 0 !important;
}

.full-width-div {
	min-height: 235px;
	background: transparent url('../img/backgrounds/bg_title.jpg') no-repeat center 70%;
	background-size: cover;
	width: 100%;
}

.full-width-div h1 {
	color: #fff;
	font-size: 60px;
	text-align: center;
	display: block;
	margin-top: 60px;
	font-weight: bold;
	font-family: ProximaBold;
}

.full-width-div.service-category h1 {
	text-align: left;
	line-height: 1.15;
}

.full-width-div ul {
	width: 1120px;
	margin: 23px 0 50px 0;
}

.full-width-div ul li,
.full-width-div ul li a {
	color: #fff;
}

.full-width-div ul li a {
	cursor: pointer;
}

.about-page .row .col-md-6:first-child {
	padding-right: 0;
}

#services-content.about-page {
	padding-top: 80px;
	padding-bottom: 80px;
}

.about-page .row .col-md-6:last-child {
	padding-left: 0;
}

.about-page .item-about {
	margin-top: 70px;
	padding: 30px;
	text-align: center;
}

.about-page .item-about .block-title-3 {
	font-weight: 500;
	font-size: 36px;
	color: #171717;
}

#services-content.about-page p {
	color: #171717;
	font-size: 16px;
}

.about-page .item-about .devider {
	width: 80px;
	height: 2px;
	display: block;
	margin: 0 auto;
	background-color: #FFCA0A;
	margin-bottom: 10px;
}

.full-width-map {
	height: 500px;
	width: 100%;
	clear: both;
}

.full-width-map #map-area {
	width: 100%;
	height: 500px;
}

#services-content #services ul {
	width: 255px;
}

#services-content #services ul li {
	color: #666;
	font-size: 15px;
	font-weight: 100;
}

#services-content #services ul li.marker {
	background-image: url(../img/icons/address2.png);
	background-position: 0 8px;
}

#services-content #services ul li.phone {
	background-image: url(../img/icons/phone.png);
}

#services-content #services ul li.email {
	background-image: url(../img/icons/e-mail.png);
}

#services-content .coffee,
#services-content .food {
	margin-bottom: 50px;
}

#services-content .coffee img,
#services-content .food img,
#services-content .sport img {
	display: block;
	margin: 0 auto;
}

#services-content .coffee .block-title-2,
#services-content .food .block-title-2,
#services-content .sport .block-title-2 {
	font-weight: 700;
	font-size: 20pt;
	text-align: center;
	margin: 20px 0;
	color: #171717;
}

#services-content .coffee a,
#services-content .food a,
#services-content .sport a {
	text-decoration: underline;
	color: #171717;
}

#services-content .coffee a:hover,
#services-content .food a:hover,
#services-content .sport a:hover {
	text-decoration: none;
}

#services-content .full-width-coffee {
	height: 500px;
	width: 100%;
	clear: both;
	background: transparent url('../img/photos/restobar/1.jpg') no-repeat center 25%;
	background-size: cover;
}

#services-content .full-width-food {
	height: 500px;
	width: 100%;
	clear: both;
	background: transparent url('../img/photos/restobar/2.jpg') no-repeat center;
	background-size: cover;
}

#services-content .full-width-sport {
	height: 500px;
	width: 100%;
	clear: both;
	background: transparent url('../img/photos/restobar/3.jpg') no-repeat center top;
	background-size: cover;
}

#reviews-page .item-review {
	padding: 10px 50px;
	text-align: center;
}

#reviews-page .item-review img {
	border: 2px solid #FFCA0A;
	border-radius: 50px;
	margin-bottom: 38px;
}

#reviews-page .item-review p {
	font-style: italic;
	font-weight: 100;
	margin-bottom: 20px;
}

#reviews-page .item-review .name {
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
}

#reviews-page .item-review .play {
	width: 30px;
	height: 22px;
	display: block;
	margin: 20px auto 0 auto;
	background: transparent url(../img/icons/play_video.png) no-repeat bottom;
	transition: none;
}

#reviews-page .item-review .play:hover {
	background-position: top;
}

#reviews-page .block-head {
	padding: 80px 40px 10px 40px;
	text-align: center;
}

#reviews-page .block-head img {
	margin: 0 auto 30px auto;
	display: block;
}

#reviews-page .block-head p {
	padding: 0;
	margin: 0;
	color: #171717;
	line-height: 25px;
	font-size: 16px;
	font-weight: lighter;
}

#reviews-page .block-head p a {
	color: #171717;
}

#services-content #cert img {
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	transition: all 1s ease-out;
}

/* Disable grayscale on hover */
#services-content #cert img:hover {
	filter: none;
	-webkit-filter: grayscale(0);
}

#services-content #cert .cert-slider > div {
	margin-bottom: 20px;
}

#services-content p {
	padding: 0;
	margin: 0;
	color: #666;
	font-size: 18px;
	line-height: 34px;
	margin-bottom: 50px;
	font-family: ProximaLight;
}

#services-content ul {
	margin: 20px 0;
}

#services-content ul li {
	color: #666;
	font-size: 16px;
	font-weight: 100;
}

#services-content .icon-certificate {
	display: block;
	margin: 0 auto 20px auto;
}

#prices .table_service th {
	border-bottom: 2px solid #FFCA0A;
	color: #171717;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
}

#prices .table_service tbody td,
#prices .table_service thead th {
	padding: 13px;
}

#prices .table_service tbody td,
#prices .table_service tbody td a {
	color: #171717;
	font-size: 18px;
}

#services-content h2 {
	color: #171717;
	font-size: 24pt;
}

#services-content.service-category-content h2 {
	color: #171717;
	font-size: 44px;
	font-weight: lighter;
	margin-bottom: 30px;
}

#services-content.service-category-content .block-title-2 {
	color: #171717;
	font-size: 44px;
	font-weight: lighter;
	margin-bottom: 30px;
	text-align: center;
}

#services-content.service-category-content .block-title-3 {
	color: #171717;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: center;
}

#services-content.service-category-content .cnt p {
	font-size: 18px;
}

#services-content.service-category-content #prices h2 {
	margin-top: 80px;
	margin-bottom: 50px;
}

#services-content.service-category-content #reviews {
	height: 400px;
}

#services-content.service-category-content .reviews-block h2,
#services-content.service-category-content #faq h2,
#services-content.service-category-content #benefits h2,
#services-content.service-category-content #enroll h2,
#services-content.service-category-content #works h2,
#services-content.service-category-content #cert h2,
#services-content.service-category-content h2.block-title-2 {
	margin-top: 80px;
	margin-bottom: 50px;
}

#services-content.service-category-content #enroll .btn-orange {
	display: block;
	width: 260px;
	height: 48px;
	margin: 0 auto;
	font-family: ProximaSemibold;
	font-size: 16px;
}

#services-content.service-category-content #benefits .block-title-3 {
	margin-bottom: 19px;
	font-family: ProximaSemibold;
	font-weight: inherit;
	min-height: 52px;
	line-height: 26px;
}

#services-content.service-category-content #cert {
	border-bottom: 0;
}

#services-content.service-category-content #form-sub {
	height: 417px;
}

#services-content.service-category-content #form-sub .form {
	margin-top: 60px;
	/*width: 580px;*/
}

#services-content.service-category-content #form-sub .form .form-control {
	height: 50px;
}

#services-content.service-category-content #form-sub .form .form-group {
	/*	margin-bottom: 23px;*/
}

#services-content.service-category-content #form-sub .form input.btn {
	display: block;
	font-weight: 500;
	height: 51px;
	font-family: ProximaSemibold;
	font-size: 16px;
}

#services-content.service-category-content #works .owl-stage-outer {
	height: 520px;
}

#services-content.service-category-content .reviews-block .block-title-2 {
	color: #171717;
	font-size: 44px;
	font-weight: lighter;
	margin-bottom: 30px;
	text-align: center;
}

#services-content.service-category-content .reviews-block #reviews a {
	margin-top: 70px;
}

/*----- Accordion -----*/
.accordion-dz, .accordion-dz * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.accordion-dz {
	overflow: hidden;
	border-radius: 3px;
	background: #fff;
}

/*----- Section Titles -----*/
.accordion-dz-section-title {
	width: 100%;
	padding: 12px 18px;
	display: inline-block;
	border: 1px solid #ccc;
	background: transparent url('../img/icons/right-arrow.svg') no-repeat 99% center;
	background-size: 16px;
	transition: all linear 0.15s;
	color: #171717;
	font-size: 22px;
	margin: 0 0 10px 0;
	cursor: pointer;
	font-family: ProximaSemibold;
}

.accordion-dz-section-title.active {
	text-decoration: none;
	border: 1px solid #FFCA0A;
	background: transparent url('../img/icons/down-arrow-hover.svg') no-repeat 99% center;
	background-size: 16px;
}

.accordion-dz-section-title:hover {
	text-decoration: none;
	border: 1px solid #FFCA0A;
	background: transparent url('../img/icons/right-arrow-hover.svg') no-repeat 99% center;
	background-size: 16px;
}

/*----- Section Content -----*/
.accordion-dz-section-content {
	padding: 15px;
	display: none;
}

.accordion-dz ul {
	margin-left: 20px;
}

.accordion-dz ul li {
	list-style: disc;
}

#services-content #benefits .block-title-3 {
	font-weight: 500;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#services-content .owl-carousel2 .cert-item img {
	display: block;
	width: 100%;
	height: auto;
}

#brands .brand-grid {
	margin: 50px 0;
}

#brands .brand-grid > div {
	margin: 20px 0;
}

#brands .brand-grid a.car-logo {
	display: block;
	width: 120px;
	background: transparent url(../img/car-logo/auto_logo_all_sprite.png?ver=1) no-repeat;
	height: 76px;
	margin: 0 auto;
	transition: none;
}

#brands .brand-grid a.audi {
	width: 122px;
}

#brands .brand-grid a.audi:hover {
	background-position: -123px 0;
}

#brands .brand-grid a.chevrolet {
	background-position: -245px 0;
	width: 145px;
	height: 65px;
}

#brands .brand-grid a.chevrolet:hover {
	background-position: -390px 0;
}

#brands .brand-grid a.daewoo {
	background-position: -531px 0;
	width: 97px;
	height: 80px;
}

#brands .brand-grid a.daewoo:hover {
	background-position: -623px 0;
}

#brands .brand-grid a.huindai {
	background-position: -720px 0;
	width: 146px;
	height: 70px;
}

#brands .brand-grid a.huindai:hover {
	background-position: -871px 0;
}

#brands .brand-grid a.kia {
	background-position: 0 -78px;
	width: 121px;
	height: 63px;
}

#brands .brand-grid a.kia:hover {
	background-position: -125px -78px;
}

#brands .brand-grid a.mitsubishi {
	background-position: -250px -68px;
	width: 80px;
	height: 82px;
}

#brands .brand-grid a.mitsubishi:hover {
	background-position: -330px -68px;
}

#brands .brand-grid a.nissan {
	background-position: -410px -85px;
	width: 160px;
	height: 54px;
}

#brands .brand-grid a.nissan:hover {
	background-position: -575px -85px;
}

#brands .brand-grid a.vw {
	background-position: -739px -73px;
	width: 84px;
	height: 83px;
}

#brands .brand-grid a.vw:hover {
	background-position: -826px -73px;
}

#brands .brand-grid a.bmw {
	background-position: -913px -73px;
	width: 91px;
	height: 91px;
}

#brands .brand-grid a.bmw:hover {
	background-position: -1008px -73px;
}

#brands .brand-grid a.toyota {
	background-position: 0px -143px;
	width: 101px;
	height: 83px;
}

#brands .brand-grid a.toyota:hover {
	background-position: -105px -143px;
}

#brands .brand-grid a.honda {
	background-position: -209px -154px;
	width: 132px;
	height: 83px;
}

#brands .brand-grid a.honda:hover {
	background-position: -344px -154px;
}

#brands .brand-grid a.mercedes {
	background-position: -488px -138px;
	width: 91px;
	height: 91px;
}

#brands .brand-grid a.mercedes:hover {
	background-position: -583px -138px;
}

#services-content.restobar-page {
	padding-top: 80px;
}

/*!
*Mobile
*/
.pre-header.mobile {
	padding: 10px 0;
}

.pre-header.mobile .info-menu {
	background: transparent url(../img/icons/icon.svg) no-repeat;
	background-size: 36px;
	display: block;
	width: 36px;
	height: 36px;
	margin-top: 5px;
	margin-left: 15px;
}

.pre-header.mobile .main-menu {
	background: transparent url(../img/icons/menu.svg) no-repeat;
	background-size: 36px;
	display: block;
	width: 36px;
	height: 36px;
	margin-top: 5px;
	float: right;
	margin-right: 15px;
}

.pre-header.mobile a img {
	margin: 0 auto;
}

.mm-title {
	font-size: 20px;
	color: #171717 !important;
}

nav#menu.mm-menu ul li {
	background: transparent;
	padding: 5px 25px;
}

nav#menu.mm-menu ul li a {
	padding: 0;
	background-color: transparent;
	height: inherit;
	color: #171717 !important;
	font-size: 16px;
}

nav#menu.mm-menu ul li a.active {
	color: #FFCA0A !important;
}

nav#info ul li {
	background: none;
	padding: 5px 0 5px 30px;
	color: #171717 !important;
}

nav#info ul li > a {
	padding: 0;
	text-decoration: none;
	border: 0;
	color: #171717 !important;
}

nav#info ul li.social a {
	display: block;
	float: left;
	height: 30px;
}

nav#info ul li.social:after {
	border-bottom: 0;
}

nav#info ul li a i {
	display: block;
	width: 28px;
	height: 28px;
	font-size: 16px;
	margin: 0 10px;
	float: left;
}

nav#info ul li a i:first-child {
	margin-left: 0;
}

nav#info ul li a i.fa-facebook {
	background: transparent url(../img/icons/facebook.png) no-repeat;
}

nav#info ul li a i.fa-instagram {
	background: transparent url(../img/icons/instagram.png) no-repeat;
}

#nav#info .icon {
	padding-left: 25px;
}

nav#info .address-icon {
	background: transparent url(../img/icons/adress.png) no-repeat 3% 45%;
}

nav#info .time-icon {
	background: transparent url(../img/icons/clock.png) no-repeat 3% 45%;
}

nav#info .call-time {
	background: transparent url(../img/icons/phone.png) no-repeat 3% 45%;
}

nav#sidebar-menu ul li {
	background: none;
	padding: 10px 20px;
}

nav#sidebar-menu ul li a {
	color: #171717 !important;
}

.body-mobile #sidebar {
	padding: 15px;
}

.body-mobile #sidebar a.sidebar-menu {
	padding: 5px 10px 5px 30px;
	border: 1px solid #FFCA0A;
	color: #FFCA0A;
	background: transparent url("../img/icons/menu.svg") no-repeat 5% 35%;
	background-size: 16px;
}

.body-mobile #services-content.service-category-content {
	padding-top: 15px;
}

.body-mobile #benefits .col-md-4 {
	margin-bottom: 30px;
}

.body-mobile .main-slide {
	height: 400px;
}

.body-mobile .main-slide h1 {
	padding: 100px 10px 10px 10px;
	font-size: 2em;
}

.body-mobile #services .item-s {
	margin-bottom: 30px;
}

.body-mobile #services .block-title-2,
.body-mobile #services-content.service-category-content .reviews-block .block-title-2,
.body-mobile #services-content.service-category-content .block-title-2 {
	font-size: 2em;
	font-weight: 300;
}

.body-mobile #reviews {
	height: 300px;
	padding: 30px 0;
}

.body-mobile #reviews .block-title-2 {
	padding-top: 0;
	font-size: 2em;
}

.body-mobile.main-page .block-title-2 {
	font-size: 2em !important;
}

.body-mobile .brand-grid .col-md-3 {
	height: 70px;
}

.body-mobile.main-page #brands .block-title-2 {
	padding-top: 30px;
}

.body-mobile.main-page #brands .row.margin-bottom-30 {
	margin-bottom: 10px !important;
}

.body-mobile.main-page #brands .brand-grid {
	margin: 0;
}

.body-mobile.main-page #brands .brand-grid > div {
	padding: 0 7px;
}

.body-mobile.main-page #form-sub .block-title-2 {
	padding-top: 20px;
}

.body-mobile.main-page #form-sub p {
	margin-bottom: 20px;
}

.body-mobile.main-page #form-sub {
	height: 500px;
}

.body-mobile .full-width-div h1 {
	font-size: 3em;
	margin-top: 40px;
}

.body-mobile #services-content {
	padding-top: 0;
}

.body-mobile #services-content .row.text-center.margin-bottom-50.margin-top-50 {
	margin-top: 20px !important;
}

.body-mobile #reviews-page .block-head {
	padding-top: 20px !important;
}

.body-mobile .mob-no-pad {
	padding: 0 !important;
}

.body-mobile #reviews-page .item-review {
	margin-bottom: 30px;
}

.body-mobile #reviews-page .item-review img {
	margin-bottom: 10px;
}

.body-mobile #reviews-page .margin-bottom-50 {
	margin-bottom: 0 !important;
}

.body-mobile .about-page-content .col-md-12 {
	padding: 15px;
}

.body-mobile .about-page .row .col-md-6:first-child,
.body-mobile .about-page .row .col-md-6:last-child {
	padding: 0;
}

.body-mobile .about-page-content .item-about {
	margin-top: 0;
	padding: 15px;
}

.body-mobile #services-content .block-title-3 {
	font-size: 1.9em;
}

.body-mobile #services-content.about-page {
	padding-bottom: 0;
}

.body-mobile .coffee {
	margin-top: 20px;
}

.body-mobile #services-content.service-category-content #works .owl-stage-outer {
	height: 345px;
}

.body-mobile #services-content #cert .row.margin-bottom-50 {
	margin-bottom: 0 !important;
}

.main-page .main-slide .btn-orange {
	display: block;
	width: 259px;
	height: 50px;
	margin: 0 auto;
	font-family: ProximaSemibold;
}

.main-page #form-sub .form select {
	border-radius: 0 !important;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	background: #fff url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

.main-page #form-sub .form select,
.main-page #form-sub .form input[type="text"] {
	height: 51px;
	font-size: 16px;
}

.main-page #form-sub .form .btn-orange {
	height: 51px;
	font-family: ProximaSemibold;
	font-size: 16px;
}

#prices table {
	border-collapse: collapse !important;
}

#services-content .benefits-img {
	margin-bottom: 30px;
}

#main-content .owl-theme .owl-controls {
	margin-top: 0;
}

#main-content .owl-stage-outer,
#main-content #services-content #cert .owl-stage-outer {
	margin-bottom: 38px;
}

body.main-page .owl-stage-outer {
	margin-bottom: 38px;
}

body.main-page .owl-theme .owl-controls {
	margin-top: 0;
}

body.main-page .item-s .block-title-2,
#services .item-s .block-title-2 {
	font-size: 22px;
	font-weight: inherit;
	font-family: ProximaSemibold;
}

#services-content.restobar-page .block-title-2 {
	font-family: ProximaSemibold;
	font-size: 36px;
	font-weight: inherit;
	margin-bottom: 40px;
	margin-top: 26px;
}

.restobar-page-content #services-content.restobar-page {
	padding-top: 0;
}

.restobar-page-content #services-content.restobar-page img {
	margin-top: 76px;
}

.restobar-page-content #services-content .full-width-coffee,
.restobar-page-content #services-content .full-width-food,
.restobar-page-content #services-content .full-width-sport {
	height: 550px;
}

.about-page-content #services-content.about-page p,
.reviews-page-content #reviews-page p {
	padding: 0;
	margin: 0;
	color: #171717;
	font-size: 18px;
	line-height: 34px;
	margin-bottom: 50px;
	font-family: ProximaLight;
}

.about-page-content .about-page .item-about {
	margin-top: 0;
}

.reviews-page-content #reviews-page p {
	font-size: 18px;
	line-height: 32px;
}

a.call-me {
	position: fixed;
	right: 30px;
	display: block;
	bottom: 30px;
	width: 70px;
	height: 70px;
	background: transparent url(../img/icons/new/call_me.png) no-repeat;
	z-index: 9999;
}

/* Error Page */
.page-404 {
	padding: 6% 0;
}

.page-404 .number {
	color: #fdc02b;
	font-family: ProximaBold;
	font-size: 100px;
	font-weight: 900;
}

.page-404 .details {
	padding: 30px;
	display: block;
}

.callback-popover {
	max-width: 400px !important;
	font-size: 12px;
}

.callback-popover .popover-content,
.callback-popover .popover-title {
	padding: 5px;
	color: #171717;
}

#services-content .cnt p:last-child {
	margin-bottom: 0;
}

body.main-page #services {
	border-bottom: 1px solid #eee;
	padding: 53px 0 33px 0;
	margin-bottom: 20px;
}

body.main-page #services {
	border-bottom: 1px solid #eee;
	padding: 53px 0 105px 0;
}

#cert {
	border-bottom: 1px solid #eee;
	padding-top: 53px;
}

#services .block-title-2 {
	font-size: 50px;
	font-weight: lighter;
	color: #121212;
	margin-bottom: 30px;
	line-height: 24px;
}

#cert .block-title-2 {
	color: #171717;
	font-size: 50px;
	font-weight: lighter;
	margin-bottom: 30px;
	text-align: center;
	line-height: 24px;
}

#about-us .block-title-2 {
	color: #171717;
	font-size: 50px;
	font-weight: lighter;
	margin-bottom: 30px;
	line-height: 24px;
}

#brands .block-title-2 {
	color: #fff;
	font-size: 50px;
	font-weight: lighter;
	padding-top: 125px;
	line-height: 24px;
	margin-bottom: 30px
}

#map .block-title-2 {
	color: #171717;
	font-size: 50px;
	font-weight: lighter;
	margin-bottom: 30px;
	text-align: center;
	line-height: 24px;
}

#form-sub .block-title-2 {
	color: #fff;
	font-size: 50px;
	font-weight: lighter;
	padding-top: 100px;
	line-height: 24px;
	margin-bottom: 30px
}

@media only screen
and (min-width: 320px)
and (max-width: 760px) {
	#services-content.service-category-content {
		padding-left: 15px;
	}

	#services-content.service-category-content #works .owl-stage-outer {
		height: 180px !important;
	}
}

nav#info li.social {
	background: none;
}

/** ======== */

.icon .address-icon a {
	line-height: 16px
}

body.main-page #services {
	padding: 135px 0 135px;
	margin-bottom: 0;
	border-bottom: 1px solid #eee;
}

#services .item-s {
	margin-top: 30px
}

#cert {
	border-bottom: 1px solid #eee;
	padding: 135px 0;
}

#cert {
	margin-bottom: 0 !important
}

#cert .container .margin-bottom-50 {
	margin-bottom: 0 !important
}

#cert .row .margin-bottom-50 {
	margin-bottom: 0 !important
}

#about-us {
	padding: 135px 0;
	margin-bottom: 0 !important
}

#about-us .about-info {
	margin-bottom: 0 !important
}

#about-us .row .margin-bottom-50 {
	margin-bottom: 0 !important
}

#about-us .block-title-2 {
	color: #171717;
	font-size: 50px;
	font-weight: lighter;
	line-height: 24px;
	margin-bottom: 130px;
}

#about-us .container {
	margin-bottom: -54px
}

#brands .block-title-2 {
	color: #fff;
	font-size: 50px;
	font-weight: lighter;
	line-height: 24px;
	margin-bottom: 30px;
	padding-top: 135px;
}

/*Добавить третий ряд логотипов авто - выслать в емейле*/
#brands {
	margin-bottom: 0 !important;
	height: auto;
	padding-bottom: 60px
}

#map .row .margin-bottom-50 {
	margin-bottom: 72px !important
}

#form-sub .container {
	padding-top: 135px;
}

#form-sub .block-title-2 {
	color: #fff;
	font-size: 50px;
	font-weight: lighter;
	line-height: 24px;
	margin-bottom: 30px;
	padding-top: 0;
}

/*Конфликт ховерной ссылки и обычного стилевого правила*/
.dz-content a {
	color: #171717;
	text-decoration: underline !important; /* стилизирует все ссылки - нам нужно только те, что в тексте */
	transition: all 350ms ease-out 0s;
}

a:hover {
	text-decoration: none;
}

#form-sub a {
	color: #fdc02b;
	text-decoration: underline !important;
	transition: all 350ms ease-out 0s;
}

#sidebar .block-title-3 {
	color: #121212;
	font-family: ProximaRegular;
	font-size: 30px;
	font-weight: inherit;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#prices .table_service th {
	border-bottom: 2px solid #ffca0a;
	color: #171717;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

#services-content .cnt p {
	font-family: Proxima;
	line-height: 32px;
}

#benefits .block-title-3 {
	margin-bottom: 22px
}

#benefits p {
	line-height: 26px;
	margin-bottom: 0
}

body.maincat #cert {
	padding: 0 !important;
}

.owl-controls {
	margin-bottom: 0
}

#services-content #cert .cert-slider .owl-controls {
	margin-bottom: 0px !important;
}

.contacts-page-content .item-s .text-center img {
	margin-bottom: 30px !important;
}

.contacts-page-content #services .item-s .block-title-2 {
	margin-bottom: 20px;
}

.about-page-content #services-content.about-page p {
	line-height: 32px;
}

.reviews-page-content #reviews-page .item-review p {
	color: #666666;
}

#reviews-page .item-review .name {
	color: #171717;
	font-family: ProximaSemibold;
}

.reviews-page-content #reviews-page p {
	margin-bottom: 26px !important;
}

.certificates-page-content #cert {
	padding: 32px 0 !important;
}

#services-content.service-category-content .text-page p {
	line-height: 32px;
	font-family: Proxima;
	font-size: 18px;
}

#services-content.service-category-content .text-page p a,
#services-content .cnt p a,
.accordion-dz-section-content a,
#benefits p a,
#services-content.service-category-content .cnt p a {
	color: #171717;
	text-decoration: underline;
}

#services-content.service-category-content .text-page p a:hover,
#services-content .cnt p a:hover,
.accordion-dz-section-content a:hover,
#benefits p a:hover,
#services-content.service-category-content .cnt p a:hover {
	text-decoration: none;
}

#services-content.service-category-content .text-page p:last-child {
	margin-bottom: 0 !important;
}

#package {
	position: relative;
}

#package .bbd {
	border-bottom: 1px dashed #e6e7eb;
	padding: 20px 0;
}

#package .button-area {
	margin-top: 20px;
}

#package .btn-border {
	background-color: transparent;
	border: 2px solid #fdc02b;
}

#package .fs16 {
	font-size: 16px;
}

#package .fs20 {
	font-size: 20px;
}

#package .package-item {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
	padding: 40px;
	margin-bottom: 40px;
}

#package .discount {
	padding: 5px 30px;
	background-color: #ff443a;
	position: absolute;
	color: #fff;
	top: -20px;
	left: -47px;
}

#package .discount:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 7px 0;
	border-color: transparent #ff443a transparent transparent;
	left: 0px;
	bottom: -7px;
}

#package .block-title-3 {
	margin-top: 30px;
	margin-bottom: 0;
	color: #171717;
	font-family: ProximaRegular;
	text-align: left !important;
}

#package .price-package {
	margin-top: 5px;
}

#package .price-package .price {
	font-size: 68px;
	color: #fdc02b;
}

#package .price-package .currency {
	color: #fdc02b;
	font-size: 20px;
	font-family: ProximaSemibold;
}

#package .package-notice {
	color: #999999;
	font-size: 16px;
	font-family: ProximaLight;
}

.margin-top-0 {
	margin-top: 0 !important;
}

.owl-nav {
	width: 100%;
	position: absolute;
	top: 37%;
	left: 0;
}

.owl-theme .owl-controls .owl-nav .owl-prev {
	background: transparent url(/assets/services/img/icons/back.svg?ver=1) no-repeat;
	background-size: 45px;
	text-indent: -100px;
	overflow: hidden;
	width: 35px;
	height: 46px;
	opacity: .8;
	position: absolute;
	left: 10px;
}

.owl-theme .owl-controls .owl-nav .owl-prev:hover {
	opacity: 1;
	background: transparent url(/assets/services/img/icons/back.svg?ver=1) no-repeat !important;
	background-size: 45px !important;
}

.owl-theme .owl-controls .owl-nav .owl-next {
	background: transparent url(/assets/services/img/icons/next.svg?ver=1) no-repeat;
	background-size: 45px;
	text-indent: -100px;
	overflow: hidden;
	width: 35px;
	height: 46px;
	opacity: .8;
	position: absolute;
	right: 10px;
}

.owl-theme .owl-controls .owl-nav .owl-next:hover {
	opacity: 1;
	background: transparent url(/assets/services/img/icons/next.svg?ver=1) no-repeat !important;
	background-size: 45px !important;
}

/* =================================== VERSION 1.2 ========================================= */
#landing h2 {
	font-family: ProximaBold;
	font-size: 34px;
	text-transform: uppercase;
	color: #171717;
	font-weight: inherit;
	margin-top: 101px;
	margin-bottom: 0;
	margin-left: -4px;
}

#landing .header {
	width: 100%;
	background-color: transparent;
	position: absolute;
	z-index: 9;
}

#landing .header a.site-logo {
	margin-top: 25px;
}

#landing .header ul li a {
	padding: 50px 3px;
}

#landing .main-slide h1 {
	padding-top: 311px;
	font-size: 56px;
	font-family: ProximaBlack;
	text-transform: uppercase;
	line-height: 66px;
	margin-left: -3px;
	letter-spacing: 1.3px;
	margin-bottom: 0;
}

#landing .main-slide {
	background: transparent url(../img/landing/bg_promo.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 770px;
}

#landing .main-slide p {
	font-size: 22px;
	color: #fff;
	font-weight: lighter;
	margin: 24px 0 42px -1px;
}

#landing .main-slide .btn-orange {
	max-width: 320px;
	display: block;
	height: 56px;
	font-family: ProximaSemibold;
	font-weight: inherit;
	font-size: 18px;
	padding: 10px 63px;
	line-height: 18px;
}

#landing .footer {
	background-color: #000;
	color: #737376;
	border-top: none;
}

#landing #form-sub {
	background: transparent url(../img/landing/bg_form.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 700px;
}

#landing .item-review {
	padding: 5px 20px;
}

#landing #reviews-page .item-review img {
	border-radius: 100px;
}

#landing #reviews-page .item-review {
	text-align: left;
}

#landing #reviews-page .item-review p {
	font-weight: lighter;
	font-weight: inherit;
	line-height: 24px !important;
}

#landing .devider {
	width: 65px;
	height: 3px;
	display: block;
	margin: 32px auto 31px auto;
	background-color: #FFCA0A
}

#landing #about-us {
	background-color: #fafafa;
	padding: 50px 0;
}

#landing #why-choose-us {
	background-color: #fafafa;
	padding: 50px 0;
}

#landing #about-us .about-info {
	background-image: url(../img/landing/1.jpg), url(../img/landing/2.jpg), url(../img/landing/3.jpg);
}

#landing #why-choose-us {
	padding: 70px 0;
}

#landing #why-choose-us .row .item {
	background-color: #ffffff;
	border-bottom: 3px solid #FFCA0A;
	-webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
	padding: 50px;
	min-height: 426px;
	max-width: 350px;
}

#landing #why-choose-us .row .item img {
	display: block;
	margin: 9px auto 20px auto;
	height: 70px;
}

#landing #why-choose-us .item p {
	line-height: 25px;
	font-weight: 100;
	font-size: 16px;
}

#landing #why-choose-us .row .item .block-title-3 {
	font-size: 18px;
	text-align: center;
	display: inline-block;
	height: 40px;
}

#landing .owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

#landing .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #fdc02b;
}

#landing #relax {
	padding: 50px 0;
	height: 535px;
	background: transparent url(../img/landing/relax.jpg) no-repeat center center;
	background-size: cover;
}

#landing #relax .block-title-2 {
	font-weight: 500;
	font-size: 50px;
	color: #fff;
}

#landing #reviews-page .block-title-2 {
	color: #171717;
	font-size: 34px;
}

#landing #relax .devider {
	margin: 0 0 20px 0;
}

#landing #relax p {
	color: #d4d2d0;
	font-size: 16px;
	line-height: 25px;
}

#landing #relax .col-md-6 {
	padding: 40px 80px 0 0;
}

#landing #services-contact .item-s img {
	display: block;
	margin: 0 auto 20px auto;
	height: 52px;
}

#landing #services-contact .item-s .block-title-4 {
	font-size: 18px;
	color: #171717;
	text-align: center;
	font-weight: inherit;
	font-family: ProximaBold;
	line-height: 26px;
}

#landing #services-contact .item-s.item-s-phone .block-title-4 {
	font-size: 20px;
}

#landing #services table td,
#landing #services table th {
	border: 0;
	padding: 8px 0;

}

#landing #services table.table-dz tr.odd > td {
	background-color: #fafafa;
}

#landing #services table.table-dz tr.even > td {
	background-color: #efefef;
}

#landing #services table.table-dz td.name {
	color: #171717;
	font-size: 18px;
	font-weight: 100;
}

#landing #services table.table-dz td.price {
	color: #171717;
	font-size: 26px;
	font-weight: 100;
}

#landing #services table.table-dz table {
	margin: 0;
}

#landing #services table.table-dz > tbody > tr > td {
	padding: 0;
}

#landing #services .table .table {
	background-color: transparent;
}

#landing #services,
#landing #why-choose-us,
#reviews-page .block-head,
#landing #about-us {
	padding: 0;
}

#landing .table-head {
	font-family: ProximaLight;
	font-size: 16px;
	color: #99999c;
	text-transform: uppercase;
}

#landing .table-head:last-child {
	text-align: right;
}

#landing #services table.table-dz td.name {
	font-family: ProximaLight;
	font-size: 20px;
	color: #171717;
	font-weight: inherit;
	padding: 20px 0;
}

#landing #services table.table-dz td.price {
	text-align: right;
	font-family: ProximaLight;
	font-size: 36px;
	color: #171717;
}

#landing #services table.table-dz td.price .currency {
	font-family: ProximaLight;
	font-size: 20px;
	color: #171717;
}

#landing #sub-scrb .btn-orange {
	max-width: 320px;
	display: block;
	height: 55px;
	font-family: ProximaSemibold;
	font-weight: inherit;
	font-size: 18px;
	padding: 10px 63px;
	margin: 50px auto 90px auto;
	line-height: 18px;
}

#landing #services > table.table.table-dz {
	margin: 54px 0 0 0;
}

#landing #services p {
	font-size: 18px;
	font-family: ProximaLight;
	line-height: 24px;
}

#landing #services-content {
	padding-bottom: 0;
}

#landing #why-choose-us,
#landing #reviews-page,
#landing #about-us {
	padding-bottom: 130px;
}

#landing #about-us .about-info {
	padding-bottom: 0;
	margin-bottom: 0;
}

#landing #services-contact {
	padding-bottom: 47px;
}

#landing #map {
	padding-top: 0;
}

#landing .block-title-3 {
	color: #171717;
	line-height: 24px;
	font-family: ProximaBold;
	font-weight: inherit;
}

#landing #why-choose-us .item p {
	color: #666;
	line-height: 24px;
	font-size: 16px;
	font-family: ProximaLight;
	text-align: center;
	margin-top: 19px;
}

#landing #relax p {
	line-height: 24px;
	font-size: 18px;
	margin-left: 12px;
	font-family: ProximaLight;
}

#landing #relax h2 {
	color: #fff;
	padding-top: 0;
	margin-top: 34px;
	margin-left: 12px;
	line-height: 39px;
}

#landing #relax .devider {
	margin: 31px 0 31px 13px;
	width: 60px;
}

#landing #reviews-page .item-review img {
	border: none;
}

#landing #reviews-page .item-review .name {
	color: #171717;
}

#landing .owl-theme .owl-dots .owl-dot span {
	border-radius: 0;
}

#landing #about-us .block-title-3 {
	color: #171717;
	font-family: ProximaBold;
	font-size: 18px;
	text-transform: uppercase;
}

#landing #about-us .about-info p {
	line-height: 24px;
	font-family: ProximaLight;
}

#landing #why-choose-us .row .item .block-title-3 {
	color: #171717;
	font-family: ProximaBold;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 28px;
	justify-content: center;
}

#landing #form-sub input[type="text"] {
	height: 55px;
	font-size: 16px;
}

#landing #form-sub .btn-orange {
	height: 55px;
	font-family: ProximaSemibold;
	font-size: 16px;
}

#why-choose-us h2 {
	margin-left: 0;
	margin-bottom: 81px;
	margin-top: 122px;
}

#why-choose-us {
	padding-bottom: 130px !important;
}

#services {
	margin-bottom: 18px;
}

#reviews-page .block-head h2 {
	margin-top: 124px;
	margin-left: 1px;
}

#reviews-page .block-head .devider {
	width: 60px;
}

#reviews-page #services-content {
	margin-top: 46px;
}

#reviews-page #services-content .item-review img {
	width: 83px;
	display: block;
	margin-left: -3px;
	border: 3px solid #fdc02b;
}

#reviews-page #services-content .item-review .col-md-3 {
	width: 18%;
}

#landing #reviews-page {
	padding-bottom: 120px;
}

#landing #reviews-page .item-review p {
	font-weight: inherit;
	line-height: 27px !important;
	margin-top: 3px;
	margin-bottom: 16px;
}

#landing #reviews-page .owl-theme .owl-controls {
	margin-top: 65px;
	margin-left: 10px;
}

#about-us h2 {
	margin-bottom: 83px;
	margin-top: 124px;
}

#about-us .about-info .col-md-5 {
	top: -100px;
	max-width: 459px;
	padding: 50px 50px 55px 50px;
	border-bottom: 3px solid #FFCA0A;
	left: 16px;
}

#landing #about-us .block-title-3 {
	margin-top: 4px;
	margin-bottom: 20px;
}

#landing #services-contact h2 {
	margin-top: 131px;
	margin-left: 0;
}

#landing #services-contact .item-s {
	margin-top: 84px;
}

#landing #services-contact .item-s img {
	height: 68px;
}

#landing #services-contact .item-s:last-child img {
	height: 47px !important;
	margin-top: 20px !important;
}

#landing #services-contact .item-s .block-title-4 {
	font-size: 18px;
	color: #171717;
	text-align: center;
	font-weight: inherit;
	font-family: ProximaBold;
	line-height: 26px;
	margin-top: 31px;
	text-transform: uppercase;
}

#landing #form-sub h2 {
	margin-top: -11px;
	color: #fff;
	margin-bottom: 72px;
}

#landing #form-sub .form {
	padding: 40px;
}

#landing .form-group {
	margin-bottom: 25px;
}

#landing #form-sub .btn-orange {
	height: 56px;
	font-family: ProximaSemibold;
	font-size: 19px;
	margin: 0 auto;
	width: 320px;
	padding-top: 13px;
}

#landing .main-slide h1 span {
	color: #fdc02b !important;
}

@media (max-width: 767px) {
	#landing #relax {
		background-position: left;
	}

	#landing .header a.site-logo {
		margin-top: 10px;
	}

	.header .site-logo img {
		display: block;
		margin: 0 auto;
	}

	#landing .header ul li a {
		padding: 25px 3px 0;
	}

	.header ul {
		margin: 0 auto;
		float: inherit !important;
		-ms-box-orient: horizontal;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
	}

	.header ul li {
		-webkit-justify-content: space-between;
		justify-content: space-between;
		padding: 0 7px;
	}

	#landing .main-slide {
		min-height: 200px;
		max-height: 470px;
	}

	#landing .main-slide h1 {
		padding-top: 150px;
		font-size: 32px;
		line-height: 32px;
		margin-left: 0;
		text-align: center;
	}

	#landing .main-slide p {
		margin: 24px 0;
		text-align: center;
	}

	#landing #form-sub .btn-orange,
	#landing .main-slide .btn-orange,
	#landing #sub-scrb .btn-orange {
		max-width: 290px;
		text-align: center;
		margin: 0 auto;
	}

	#landing #form-sub .btn-orange {
		max-width: 200px;
	}

	#landing #sub-scrb .btn-orange {
		margin-top: 20px;
	}

	#services .table-dz td.name {
		width: 60% !important;
	}

	#services .table-dz td.price {
		width: 40% !important;
	}

	#why-choose-us h2 {
		margin: 30px 0;
		font-size: 28px;
	}

	#landing #why-choose-us .row .item {
		margin-bottom: 20px;
	}

	#landing #why-choose-us {
		padding-bottom: 30px !important;
	}

	#landing #relax {
		padding: 10px 0;
	}

	#landing #relax .col-md-6 {
		padding: 0;
	}

	#landing #relax h2 {
		margin-top: 15px;
		font-size: 28px;
	}

	#reviews-page .block-head h2 {
		margin-top: 40px;
	}

	#reviews-page #services-content .item-review .col-md-3 {
		width: 100%;
	}

	#reviews-page #services-content .item-review img {
		margin: 0 auto;
	}

	#landing #reviews-page .item-review p {
		text-align: center;
	}

	#landing #reviews-page .item-review .name {
		text-align: center;
		display: block;
	}

	#reviews-page #services-content {
		margin-top: 20px;
	}

	#landing #reviews-page {
		padding-bottom: 30px;
	}

	#landing #reviews-page .owl-theme .owl-controls {
		margin: 0 auto;
	}

	#about-us h2 {
		margin-top: 30px;
		margin-bottom: 30px;
		font-size: 28px;
	}

	#landing #about-us .about-info {
		background: transparent;
		padding-top: 0;
		width: 100%;
		height: 100%;
	}

	#about-us .about-info .col-md-5 {
		top: 0;
		max-width: 100%;
		padding: 50px 50px 55px 50px;
		border-bottom: 3px solid #FFCA0A;
		left: 0;
		margin-bottom: 20px;
		position: inherit;
	}

	#landing #about-us .margin-bottom-50 {
		margin-bottom: 0 !important;
	}

	#landing #about-us .container {
		margin-bottom: 0;
	}

	#landing #about-us {
		padding-bottom: 30px;
	}

	#landing #services-contact h2 {
		margin-top: 30px;
		margin-bottom: 30px;
		font-size: 28px;
	}

	#landing #services-contact .item-s {
		margin-top: 20px;
	}

	#landing #why-choose-us .row .item {
		min-width: 350px;
		max-width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}