@charset "UTF-8";

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article, aside, footer, header, nav, section {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

figcaption, figure, main {
	display: block
}

figure {
	margin: 1em 40px
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b, strong {
	font-weight: inherit
}

b, strong {
	font-weight: bolder
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em
}

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

audio, video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

button, input, optgroup, select, textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button, input {
	overflow: visible
}

button, select {
	text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox], [type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details, menu {
	display: block
}

summary {
	display: list-item
}

canvas {
	display: inline-block
}

template {
	display: none
}

[hidden] {
	display: none
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after, .slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

@font-face {
	font-family: slick;
	font-weight: 400;
	font-style: normal;
	src: url(fonts/slick.eot);
	src: url(fonts/slick.eot?#iefix) format('embedded-opentype'), url(fonts/slick.woff) format('woff'), url(fonts/slick.ttf) format('truetype'), url(fonts/slick.svg#slick) format('svg')
}

.slick-next, .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
	color: transparent;
	outline: 0;
	background: 0 0
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
	opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
	opacity: .25
}

.slick-next:before, .slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}

[dir=rtl] .slick-prev {
	right: -25px;
	left: auto
}

.slick-prev:before {
	content: '←'
}

[dir=rtl] .slick-prev:before {
	content: '→'
}

.slick-next {
	right: -25px
}

[dir=rtl] .slick-next {
	right: auto;
	left: -25px
}

.slick-next:before {
	content: '→'
}

[dir=rtl] .slick-next:before {
	content: '←'
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0
}

.slick-dots li button:focus, .slick-dots li button:hover {
	outline: 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
	opacity: 1
}

.slick-dots li button:before {
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}

.icon-s-GPS {
	background-image: url(../images/sprite.png);
	background-position: -237px -157px;
	width: 53px;
	height: 53px
}

.icon-s-MasterCard {
	background-image: url(../images/sprite.png);
	background-position: -157px -124px;
	width: 58px;
	height: 27px
}

.icon-s-Visa {
	background-image: url(../images/sprite.png);
	background-position: -204px -234px;
	width: 58px;
	height: 27px
}

.icon-s-WU {
	background-image: url(../images/sprite.png);
	background-position: -220px -124px;
	width: 58px;
	height: 27px
}

.icon-s-arrowDown {
	background-image: url(../images/sprite.png);
	background-position: -361px -104px;
	width: 8px;
	height: 4px
}

.icon-s-arrowDownBlack {
	background-image: url(../images/sprite.png);
	background-position: -348px -104px;
	width: 8px;
	height: 4px
}

.icon-s-arrowRight {
	background-image: url(../images/sprite.png);
	background-position: -374px -157px;
	width: 4px;
	height: 8px
}

.icon-s-circle {
	background-image: url(../images/sprite.png);
	background-position: 0 0;
	width: 152px;
	height: 152px
}

.icon-s-ebay {
	background-image: url(../images/sprite.png);
	background-position: -283px -124px;
	width: 58px;
	height: 27px
}

.icon-s-ellipsLeft {
	background-image: url(../images/sprite.png);
	background-position: 0 -157px;
	width: 75px;
	height: 152px
}

.icon-s-ellipsRight {
	background-image: url(../images/sprite.png);
	background-position: -80px -157px;
	width: 75px;
	height: 152px
}

.icon-s-email {
	background-image: url(../images/sprite.png);
	background-position: -353px -157px;
	width: 16px;
	height: 12px
}

.icon-s-fb {
	background-image: url(../images/sprite.png);
	background-position: -353px -190px;
	width: 8px;
	height: 16px
}

.icon-s-fbFooter {
	background-image: url(../images/sprite.png);
	background-position: -157px -314px;
	width: 33px;
	height: 33px
}

.icon-s-footerLogo {
	background-image: url(../images/sprite.png);
	background-position: -157px -83px;
	width: 108px;
	height: 36px
}

.icon-s-googlePlus {
	background-image: url(../images/sprite.png);
	background-position: -369px -83px;
	width: 16px;
	height: 16px
}

.icon-s-googlePlusFooter {
	background-image: url(../images/sprite.png);
	background-position: -233px -314px;
	width: 33px;
	height: 33px
}

.icon-s-hours {
	background-image: url(../images/sprite.png);
	background-position: -160px -157px;
	width: 72px;
	height: 72px
}

.icon-s-kids {
	background-image: url(../images/sprite.png);
	background-position: -295px -157px;
	width: 53px;
	height: 53px
}

.icon-s-lineDashed {
	background-image: url(../images/sprite.png);
	background-position: -270px -115px;
	width: 12px;
	height: 1px
}

.icon-s-logo {
	background-image: url(../images/sprite.png);
	background-position: -157px 0;
	width: 228px;
	height: 78px
}

.icon-s-pay {
	background-image: url(../images/sprite.png);
	background-position: -267px -234px;
	width: 58px;
	height: 27px
}

.icon-s-point {
	background-image: url(../images/sprite.png);
	background-position: -346px -146px;
	width: 4px;
	height: 3px
}

.icon-s-pointBlack {
	background-image: url(../images/sprite.png);
	background-position: -374px -104px;
	width: 5px;
	height: 4px
}

.icon-s-price {
	background-image: url(../images/sprite.png);
	background-position: -124px -314px;
	width: 28px;
	height: 54px
}

.icon-s-skype {
	background-image: url(../images/sprite.png);
	background-position: -348px -83px;
	width: 16px;
	height: 16px
}

.icon-s-slickLeftActive {
	background-image: url(../images/sprite.png);
	background-position: -93px -314px;
	width: 26px;
	height: 65px
}

.icon-s-slickLeftInactive {
	background-image: url(../images/sprite.png);
	background-position: -62px -314px;
	width: 26px;
	height: 65px
}

.icon-s-slickRightActive {
	background-image: url(../images/sprite.png);
	background-position: -31px -314px;
	width: 26px;
	height: 65px
}

.icon-s-slickRightIncative {
	background-image: url(../images/sprite.png);
	background-position: 0 -314px;
	width: 26px;
	height: 65px
}

.icon-s-strahovka {
	background-image: url(../images/sprite.png);
	background-position: -160px -234px;
	width: 39px;
	height: 50px
}

.icon-s-telRed {
	background-image: url(../images/sprite.png);
	background-position: -366px -124px;
	width: 14px;
	height: 14px
}

.icon-s-twitter {
	background-image: url(../images/sprite.png);
	background-position: -353px -174px;
	width: 13px;
	height: 11px
}

.icon-s-twitterFooter {
	background-image: url(../images/sprite.png);
	background-position: -195px -314px;
	width: 33px;
	height: 33px
}

.icon-s-viber {
	background-image: url(../images/sprite.png);
	background-position: -346px -124px;
	width: 15px;
	height: 17px
}

.icon-s-vibor {
	background-image: url(../images/sprite.png);
	background-position: -270px -83px;
	width: 73px;
	height: 27px
}

html {
	min-height: 100%
}

body {
	height: 100%;
	overflow-x: hidden
}

#preloader-wrap {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden
}

#preloader {
	position: absolute;
	z-index: 999999;
	top: 50%;
	left: 50%;
	width: 55px;
	height: 30px;
	margin-top: -17.5px;
	margin-left: -17.5px;
	-webkit-animation-name: spin;
	-webkit-animation-duration: .6s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
	-moz-animation-name: spin;
	-moz-animation-duration: .6s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
	-ms-animation-name: spin;
	-ms-animation-duration: .6s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
	animation-name: spin;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: step-middle;
	animation-timing-function: step-middle;
	background: url(../images/preloader.png) no-repeat center center;
	background-size: contain;
	overflow: hidden
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg)
	}

}

@keyframes spin {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}

}

.fancybox-enabled {
	overflow: hidden
}

.fancybox-enabled body {
	overflow: visible;
	height: 100%
}

.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.fancybox-container~.fancybox-container {
	z-index: 99992
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .25s, visibility 0s linear .25s;
	transition: opacity .25s, visibility 0s linear .25s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .25s, visibility 0s;
	transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
	top: 0;
	left: 50%;
	margin-left: -79px
}

.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30, 30, 30, .7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased
}

.fancybox-toolbar {
	top: 0;
	right: 0
}

.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translate3d(0, 0, 0)
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: 0;
	white-space: normal;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.fancybox-slide::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
	display: block
}

.fancybox-slide--image {
	overflow: visible
}

.fancybox-slide--image::before {
	display: none
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
	background: #000
}

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
	background: #e5e3df
}

.fancybox-slide--next {
	z-index: 99995
}

.fancybox-slide>div {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: 0 0;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.fancybox-image, .fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: -webkit-calc(100% - 100px);
	max-width: calc(100% - 100px);
	max-height: -webkit-calc(100% - 88px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff
}

.fancybox-error {
	margin: 0;
	padding: 40px;
	width: 100%;
	max-width: 380px;
	background: #fff;
	cursor: default
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif
}

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	outline: 0;
	background: 0 0;
	z-index: 10;
	cursor: pointer
}

.fancybox-close-small:after {
	content: '×';
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border-width: 0;
	background: #fff;
	-webkit-transition: background .25s;
	transition: background .25s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2
}

.fancybox-close-small:focus:after {
	outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee
}

.fancybox-slide--iframe .fancybox-close-small {
	top: 0;
	right: -44px
}

.fancybox-slide--iframe .fancybox-close-small:after {
	background: 0 0;
	font-size: 35px;
	color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
	color: #fff
}

.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0 30px;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, .1)), color-stop(40%, rgba(0, 0, 0, .2)), color-stop(80%, rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .8)));
	background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	pointer-events: none
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .4);
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none
}

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
	pointer-events: all
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline
}

.fancybox-button {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: 0 0;
	color: #ddd;
	-webkit-border-radius: 0;
	border-radius: 0;
	cursor: pointer;
	vertical-align: top;
	outline: 0
}

.fancybox-button[disabled] {
	cursor: default;
	pointer-events: none
}

.fancybox-button, .fancybox-infobar__body {
	background: rgba(30, 30, 30, .6)
}

.fancybox-button:hover:not([disabled]) {
	color: #fff;
	background: rgba(0, 0, 0, .8)
}

.fancybox-button::after, .fancybox-button::before {
	content: '';
	pointer-events: none;
	position: absolute;
	background-color: currentColor;
	color: currentColor;
	opacity: .9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block
}

.fancybox-button[disabled]::after, .fancybox-button[disabled]::before {
	opacity: .3
}

.fancybox-button--left::after, .fancybox-button--right::after {
	top: 18px;
	width: 6px;
	height: 6px;
	background: 0 0;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor
}

.fancybox-button--left::after {
	left: 20px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.fancybox-button--right::after {
	right: 20px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.fancybox-button--left {
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px
}

.fancybox-button--right {
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px
}

.fancybox-button--close::after, .fancybox-button--close::before {
	content: '';
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: -webkit-calc(50% - 1px);
	top: calc(50% - 1px);
	left: -webkit-calc(50% - 8px);
	left: calc(50% - 8px)
}

.fancybox-button--close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.fancybox-button--close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.fancybox-arrow {
	position: absolute;
	top: 50%;
	margin: -50px 0 0 0;
	height: 100px;
	width: 54px;
	padding: 0;
	border: 0;
	outline: 0;
	background: 0 0;
	cursor: pointer;
	z-index: 99995;
	opacity: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: opacity .25s;
	transition: opacity .25s
}

.fancybox-arrow::after {
	content: '';
	position: absolute;
	top: 28px;
	width: 44px;
	height: 44px;
	background-color: rgba(30, 30, 30, .8);
	background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 24px
}

.fancybox-arrow--right {
	right: 0
}

.fancybox-arrow--left {
	left: 0;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}

.fancybox-arrow--left::after, .fancybox-arrow--right::after {
	left: 0
}

.fancybox-show-nav .fancybox-arrow {
	opacity: .6
}

.fancybox-show-nav .fancybox-arrow[disabled] {
	opacity: .3
}

.fancybox-slide>.fancybox-loading {
	border: 6px solid rgba(100, 100, 100, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	-webkit-border-radius: 100%;
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}

}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}

}

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
	opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-width:800px) {
	.fancybox-infobar {
		left: 0;
		margin-left: 0
	}

	.fancybox-button--left, .fancybox-button--right {
		display: none !important
	}

	.fancybox-caption {
		padding: 20px 0;
		margin: 0
	}

}

.fancybox-button--fullscreen::before {
	width: 15px;
	height: 11px;
	left: -webkit-calc(50% - 7px);
	left: calc(50% - 7px);
	top: -webkit-calc(50% - 6px);
	top: calc(50% - 6px);
	border: 2px solid;
	background: 0 0
}

.fancybox-button--pause::before, .fancybox-button--play::before {
	top: -webkit-calc(50% - 6px);
	top: calc(50% - 6px);
	left: -webkit-calc(50% - 4px);
	left: calc(50% - 4px);
	background: 0 0
}

.fancybox-button--play::before {
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	-webkit-border-radius: 1px;
	border-radius: 1px
}

.fancybox-button--pause::before {
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px 0 2px
}

.fancybox-thumbs {
	display: none
}

.fancybox-button--thumbs {
	display: none
}

@media all and (min-width:800px) {
	.fancybox-button--thumbs {
		display: inline-block
	}

	.fancybox-button--thumbs span {
		font-size: 23px
	}

	.fancybox-button--thumbs::before {
		width: 3px;
		height: 3px;
		top: -webkit-calc(50% - 2px);
		top: calc(50% - 2px);
		left: -webkit-calc(50% - 2px);
		left: calc(50% - 2px);
		-webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
		box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0
	}

	.fancybox-thumbs {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		width: 220px;
		margin: 0;
		padding: 5px 5px 0 0;
		background: #fff;
		word-break: normal;
		-webkit-tap-highlight-color: transparent;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 99995
	}

	.fancybox-show-thumbs .fancybox-thumbs {
		display: block
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 220px
	}

	.fancybox-thumbs>ul {
		list-style: none;
		position: absolute;
		position: relative;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
		overflow-y: auto;
		font-size: 0
	}

	.fancybox-thumbs>ul>li {
		float: left;
		overflow: hidden;
		max-width: 50%;
		padding: 0;
		margin: 0;
		width: 105px;
		height: 75px;
		position: relative;
		cursor: pointer;
		outline: 0;
		border: 5px solid transparent;
		border-top-width: 0;
		border-right-width: 0;
		-webkit-tap-highlight-color: transparent;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	li.fancybox-thumbs-loading {
		background: rgba(0, 0, 0, .1)
	}

	.fancybox-thumbs>ul>li>img {
		position: absolute;
		top: 0;
		left: 0;
		min-width: 100%;
		min-height: 100%;
		max-width: none;
		max-height: none;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none
	}

	.fancybox-thumbs>ul>li:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		border: 4px solid #4ea7f9;
		z-index: 99991;
		opacity: 0;
		-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
		transition: all .2s cubic-bezier(.25, .46, .45, .94)
	}

	.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
		opacity: 1
	}

}

@font-face {
	font-family: UbuntuMedium;
	src: url(../fonts/Ubuntu-Medium.woff) format("woff"), url(../fonts/Ubuntu-Medium.ttf) format("truetype"), url(../fonts/Ubuntu-Medium.svg#Ubuntu-Medium) format("svg");
	src: url(../fonts/UbuntuMedium.eot);
	src: url(../fonts/UbuntuMedium.woff2) format("woff2"), url(../fonts/UbuntuMedium.eot?#iefix) format("embedded-opentype");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: UbuntuBold;
	src: url(../fonts/Ubuntu-Bold.woff) format("woff"), url(../fonts/Ubuntu-Bold.ttf) format("truetype"), url(../fonts/Ubuntu-Bold.svg#Ubuntu-Bold) format("svg");
	src: url(../fonts/UbuntuBold.eot);
	src: url(../fonts/UbuntuBold.woff2) format("woff2"), url(../fonts/UbuntuBold.eot?#iefix) format("embedded-opentype");
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: UbuntuLight;
	src: url(../fonts/Ubuntu-Light.woff) format("woff"), url(../fonts/Ubuntu-Light.ttf) format("truetype"), url(../fonts/Ubuntu-Light.svg#Ubuntu-Light) format("svg");
	src: url(../fonts/UbuntuLight.eot);
	src: url(../fonts/UbuntuLight.woff2) format("woff2"), url(../fonts/UbuntuLight.eot?#iefix) format("embedded-opentype");
	font-weight: 300;
	font-style: normal
}

*, body, html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

body {
	padding-top: 95px;
	background-color: #f7f7f7
}

@media only screen and (max-width:970px) {
	body {
		padding-top: 89px
	}
}

@media only screen and (max-width:767px) {
	body {
		padding-top: 59px
	}
}

ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.hidden {
	display: none
}

.container_new {
	width: 1170px;
	height: auto;
	margin: 0 auto
}

@media only screen and (max-width:1170px) {
	.container_new {
		width: 100%;
		padding: 0 15px
	}

}

.container_new.static {
	margin-bottom: 20px
}

a {
	text-decoration: none;
	color: #2e2e2e
}

p {
	line-height: 1.5
}

.image {
	position: relative;
	overflow: hidden
}

.image img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: 5000px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .3s;
	transition: all .3s
}

.visible {
	overflow: visible !important
}

.colorRed {
	color: #e74c3c !important
}

.noScroll {
	overflow: hidden
}

.scroll {
	overflow: auto
}

.banner .container_new {
	text-align: right;
	margin-top: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media only screen and (max-width:480px) {
	.banner .container_new {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

}

.banner .container_new img {
	width: 50%;
	max-width: 100%
}

@media only screen and (max-width:480px) {
	.banner .container_new img {
		width: 100%;
		margin-bottom: 10px
	}

}

.banner .container_new img:nth-of-type(1) {
	padding-right: 5px
}

@media only screen and (max-width:480px) {
	.banner .container_new img:nth-of-type(1) {
		padding: 0
	}

}

.banner .container_new img:nth-last-of-type(1) {
	padding-left: 5px
}

@media only screen and (max-width:480px) {
	.banner .container_new img:nth-last-of-type(1) {
		padding: 0
	}

}

.emailHead {
	background-image: url(../images/sprite.png);
	background-position: -94px -192px;
	width: 15px;
	height: 11px
}

.viber {
	background-image: url(../images/sprite.png);
	background-position: -17px -170px;
	width: 15px;
	height: 16px
}

.whatsapp {
	background-image: url(../images/Whatsapp.png);
	width: 16px;
	height: 16px
}

.telegram {
	background-image: url(../images/telegram.png);
	width: 16px;
	height: 16px
}

.fb {
	background-image: url(../images/sprite.png);
	background-position: -53px -208px;
	width: 8px;
	height: 16px
}

.skype {
	background-image: url(../images/sprite.png);
	background-position: -57px -170px;
	width: 16px;
	height: 16px
}

.instagram {
	background-image: url(../images/sprite.png);
	background-position: -17px -208px;
	width: 16px;
	height: 16px
}

.filtre {
	background-color: #636363 !important
}

.firstNr, .secondNr {
	color: #2e2e2e !important
}

.banner .container_new a img {
	width: 100%;
	height: 100%
}

@media only screen and (max-width:480px) {
	.banner .container_new a {
		margin-bottom: 15px
	}

}

.header {
	margin-top: -95px;
	padding-top: 95px;
	width: 100%;
	height: 795px;
	margin-bottom: 5px;
	position: relative;
}

@media only screen and (max-width:1170px) {
	.header {
		background-image: none;
		height: auto;
		margin-bottom: 0
	}

}

@media only screen and (max-width:380px) {
	.header {
		/*padding-top: 130px*/
	}

}

@media only screen and (max-width:1170px) {
	body>.container_new.padding__null {
		padding: 0
	}

}

.menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	/*-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;*/
	height: 95px;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 5px;
	background-color: #ecf0f1;
	padding-left: 80px;
}

.menu.menu-fixed-top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

@media only screen and (max-width: 1500px) {
	.menu {
		padding-left: 0
	}
}

@media only screen and (max-width:970px) {
	.menu {
		/*-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;*/
		height: 90px;
	}
}

@media only screen and (max-width:970px) {
	.menu .all__width {
		width: 40%
	}
}

@media only screen and (max-width:767px) {
	.menu {
		height: 60px;
	}
}

.menu .left {
	width: 295px;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 1px;
	background-color: #636363
}

@media only screen and (max-width:970px) {
	.menu .left {
		width: 100%;
		padding-bottom: 10px
	}

}

.menu .left .logo {
	background-image: url(../images/sprite.png);
	background-position: -157px 0;
	width: 228px;
	height: 78px
}

.menu .right {
	width: 874px;
	height: 100%;
	display: block;
	flex-grow: 1;
}

@media only screen and (max-width:1170px) {
	.menu .right {
		width: -webkit-calc(100% - 295px);
		width: calc(100% - 295px)
	}

}

@media only screen and (max-width:970px) {
	.menu .right {
		width: 60%;
		height: auto;
		align-self: center;
	}

}

@media only screen and (max-width:767px) {
	.menu.menu-fixed-top .left {
		padding: 10px 5px;
		width: 150px
	}

	.menu .left .logo {
		background-position: -100px 1px;
	    width: 150px;
	    height: 50px;
	    background-size: 240px;
	}

	.menu .right {
		width: calc(100% - 150px);
	}
}

.menu .right .top {
	height: 35px;
	border-bottom: 1px solid #bcbbbb;
	padding: 0 40px 0 65px;
	font-family: UbuntuMedium;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (max-width:1500px) {
	.menu .right .top {
		padding: 15px; 
	}
}

@media only screen and (max-width:970px) {
	.menu.menu-fixed-top .left {
		background-color: #636363;
	}

	.menu.menu-fixed-top > .right > .top {
		display: none
	}

	.menu .right .top {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: auto;
		padding-bottom: 10px
	}

}

@media only screen and (max-width:480px) {
	.menu .right .top {
		padding: 10px 15px;
	}

}

.contactBlock .info .infoDetail .menu .right .top .address, .contactBlock .info .infoDetail .menu .right .top .email, .menu .right .top .contactBlock .info .infoDetail .address, .menu .right .top .contactBlock .info .infoDetail .email, .menu .right .top .phone {
	width: auto;
	position: relative;
	font-size: 16px
}

.contactBlock .info .infoDetail .menu .right .top .address:after, .contactBlock .info .infoDetail .menu .right .top .email:after, .menu .right .top .contactBlock .info .infoDetail .address:after, .menu .right .top .contactBlock .info .infoDetail .email:after/*, .menu .right .top .phone:after*/ {
	content: '/';
	position: absolute;
	color: #bfbfbf;
	right: -20px;
	top: 0
}

@media only screen and (max-width:1170px) {
	.contactBlock .info .infoDetail .menu .right .top .address:after, .contactBlock .info .infoDetail .menu .right .top .email:after, .menu .right .top .contactBlock .info .infoDetail .address:after, .menu .right .top .contactBlock .info .infoDetail .email:after/*, .menu .right .top .phone:after*/ {
		display: none
	}

}

@media only screen and (max-width:970px) {
	.contactBlock .info .infoDetail .menu .right .top .address, .contactBlock .info .infoDetail .menu .right .top .email, .menu .right .top .contactBlock .info .infoDetail .address, .menu .right .top .contactBlock .info .infoDetail .email, .menu .right .top .phone {
		width: 100%;
		text-align: center;
		padding: 10px 0
	}

}

@media only screen and (max-width:480px) {
	.contactBlock .info .infoDetail .menu .right .top .address, .contactBlock .info .infoDetail .menu .right .top .email, .menu .right .top .contactBlock .info .infoDetail .address, .menu .right .top .contactBlock .info .infoDetail .email, .menu .right .top .phone {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

}

.contactBlock .info .infoDetail .menu .right .top .address .firstNr, .contactBlock .info .infoDetail .menu .right .top .email .firstNr, .menu .right .top .contactBlock .info .infoDetail .address .firstNr, .menu .right .top .contactBlock .info .infoDetail .email .firstNr, .menu .right .top .phone .firstNr {
	position: relative;
	color: #bcbbbb;
	margin-right: 25px;
	padding-left: 30px;
	-webkit-transition: .4s;
	transition: .4s
}

.contactBlock .info .infoDetail .menu .right .top .address .firstNr:hover, .contactBlock .info .infoDetail .menu .right .top .email .firstNr:hover, .menu .right .top .contactBlock .info .infoDetail .address .firstNr:hover, .menu .right .top .contactBlock .info .infoDetail .email .firstNr:hover, .menu .right .top .phone .firstNr:hover {
	opacity: .5;
	-webkit-transition: .3s;
	transition: .3s
}

@media only screen and (max-width:480px) {
	.contactBlock .info .infoDetail .menu .right .top .address .firstNr, .contactBlock .info .infoDetail .menu .right .top .email .firstNr, .menu .right .top .contactBlock .info .infoDetail .address .firstNr, .menu .right .top .contactBlock .info .infoDetail .email .firstNr, .menu .right .top .phone .firstNr {
		padding: 0;
		margin-right: 22px
	}

}

.contactBlock .info .infoDetail .menu .right .top .address .firstNr:before, .contactBlock .info .infoDetail .menu .right .top .email .firstNr:before, .menu .right .top .contactBlock .info .infoDetail .address .firstNr:before, .menu .right .top .contactBlock .info .infoDetail .email .firstNr:before, .menu .right .top .phone .firstNr:before {
	background-image: url(../images/sprite.png);
	background-position: -366px -124px;
	width: 14px;
	height: 14px;
	position: absolute;
	content: '';
	left: 0;
	top: 2px
}

@media only screen and (max-width:480px) {
	.contactBlock .info .infoDetail .menu .right .top .address .firstNr:before, .contactBlock .info .infoDetail .menu .right .top .email .firstNr:before, .menu .right .top .contactBlock .info .infoDetail .address .firstNr:before, .menu .right .top .contactBlock .info .infoDetail .email .firstNr:before, .menu .right .top .phone .firstNr:before {
		left: -25px;
	}

}

.contactBlock .info .infoDetail .menu .right .top .address .firstNr:after, .contactBlock .info .infoDetail .menu .right .top .email .firstNr:after, .menu .right .top .contactBlock .info .infoDetail .address .firstNr:after, .menu .right .top .contactBlock .info .infoDetail .email .firstNr:after, .menu .right .top .phone .firstNr:after {
	background-image: url(../images/sprite.png);
	background-position: -346px -146px;
	width: 4px;
	height: 3px;
	position: absolute;
	content: '';
	right: -17px;
	top: 9px
}

@media only screen and (max-width:480px) {
	.contactBlock .info .infoDetail .menu .right .top .address .firstNr:after, .contactBlock .info .infoDetail .menu .right .top .email .firstNr:after, .menu .right .top .contactBlock .info .infoDetail .address .firstNr:after, .menu .right .top .contactBlock .info .infoDetail .email .firstNr:after, .menu .right .top .phone .firstNr:after {
		display: none
	}

}

.contactBlock .info .infoDetail .menu .right .top .address .secondNr, .contactBlock .info .infoDetail .menu .right .top .email .secondNr, .menu .right .top .contactBlock .info .infoDetail .address .secondNr, .menu .right .top .contactBlock .info .infoDetail .email .secondNr, .menu .right .top .phone .secondNr {
	color: #bcbbbb;
	-webkit-transition: .4s;
	transition: .4s
}

.contactBlock .info .infoDetail .menu .right .top .address .secondNr:hover, .contactBlock .info .infoDetail .menu .right .top .email .secondNr:hover, .menu .right .top .contactBlock .info .infoDetail .address .secondNr:hover, .menu .right .top .contactBlock .info .infoDetail .email .secondNr:hover, .menu .right .top .phone .secondNr:hover {
	opacity: .5;
	-webkit-transition: .3s;
	transition: .3s
}

.menu .right .top .social {
	position: relative;
	width: 240px;
	padding: 0 25px;
	margin-right: 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-left: auto;
}

@media only screen and (max-width:1170px) {
	.menu .right .top .social {
		padding: 0;
		width: 200px
	}

}

@media only screen and (max-width:970px) {
	.menu .right .top .social {
		margin: 0
	}
}

.menu .right .top .social:before {
	content: '/';
	position: absolute;
	color: #bfbfbf;
	left: 0;
	top: 0
}

.menu .right .top .social:after {
	content: '/';
	position: absolute;
	color: #bfbfbf;
	right: 0;
	top: 0
}

@media only screen and (max-width:1170px) {
	.menu .right .top .social:before,
	.menu .right .top .social:after {
		display: none
	}

}

@media only screen and (max-width:480px) {
	.menu .right .top .social {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0;
		margin-bottom: 10px;
	}

}

.menu .right .top .social .wrapSocial {
	width: 20px;
	height: 18px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .4s;
	transition: .4s
}

.menu .right .top .social .wrapSocial:hover {
	opacity: .5;
	-webkit-transition: .3s;
	transition: .3s
}

@media only screen and (max-width:480px) {
	.menu .right .top .social .wrapSocial {
		margin: 0 10px
	}

}

.menu .right .top .lang {
	text-transform: uppercase
}

.menu .right .top .lang ul {
	width: 80px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.menu .right .top .lang ul a {
	color: #2e2e2e;
	width: 20px;
	font-family: UbuntuLight;
	-webkit-transition: .4s;
	transition: .4s
}

.menu .right .top .lang ul a:hover {
	color: #e74c3c;
	-webkit-transition: .3s;
	transition: .3s
}

.menu .right .top .lang ul a.active {
	color: #e74c3c
}

@media only screen and (max-width:480px) {
	.menu .right .top .lang {
		margin-right: auto
	}

}

.menu .right .bottom {
	padding: 0 40px 0 45px;
	height: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (max-width:1500px) {
	.menu .right .bottom {
		padding: 0 10px 0 0;
	}
}

@media only screen and (max-width:1170px) {
	.menu .right .bottom {
		/*padding: 0 40px 0 25px;*/
		/*position: relative*/
	}

}

@media only screen and (max-width:970px) {
	.menu .right .bottom {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.menu .right .top .lang ul a {
		padding: 10px !important;
	}
}

@media only screen and (max-width:480px) {
	.menu .right .bottom {
		padding: 0 15px
	}

}

.menu .right .bottom .menu {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	/*width: 560px;*/
	flex-grow: 1;
	padding-left: 0;
/*	padding-right: 80px;*/
	padding-right: 40px;
	background: none;
}

@media only screen and (max-width:1279px) {
	.menu .right .bottom .menu {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-right: 40px
	}
}

@media only screen and (max-width:1170px) {
	.menu .right .bottom .menu {
		width: auto
	}

}

@media only screen and (max-width:970px) {
	.menu .right .bottom .menu {
		width: 100%;
		padding-right: 0;
		display: block;
		position: absolute;
		top: -webkit-calc(100% + 1px);
		top: calc(100% + 1px);
		background-color: #ecf0f1;
		height: auto;
		left: -100%;
		min-width: 220px;
		max-height: 1000px;
		overflow: hidden;
		-webkit-transition: 1s;
		transition: 1s;
		z-index: 999
	}

}

@media only screen and (max-width:480px) {
	.menu .right .bottom .menu {
		/*max-width: 320px*/
	}

}

.menu .right .bottom .menu.active {
	left: 0;
	-webkit-transition: .7s;
	transition: .7s
}

.menu .right .bottom .menu li {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

ul.menu .right {
	float: none !important;
	display: none !important;
	width: 100%;
}

ul.menu .right a {
	border-bottom: 0 !important;
}

@media only screen and (max-width:970px) {
	.menu .right .bottom .menu li {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	ul.menu .right {
		display: block !important;
	}

	.menu .right .top .phone .firstNr:before {
	    top: 50%;
    	transform: translateY(-50%);
	}

	.menu .right .top .lang ul {
		width: auto
	}
}

.menu .right .bottom .menu li a {
	padding: 21px 20px 20px 20px;
	font-family: UbuntuMedium;
	font-size: 16px;
	color: #2e2e2e;
	text-transform: uppercase;
	-webkit-transition: .4s;
	transition: .4s
}

@media only screen and (max-width:1700px) {
	.menu .right .bottom .menu li a {
		padding: 21px 10px 20px 10px;
	}

}

@media only screen and (max-width:1170px) {
	.menu .right .bottom .menu li a {
		font-size: 14px
	}

}

@media only screen and (min-width:970px) {
	.menu .right .bottom .menu li a:hover {
		background-color: #e74c3c;
		-webkit-transition: .3s;
		transition: .3s;
		color: #fff
	}

}

.submenu-wrapper > a {
	display: inline-block;
}

@media only screen and (max-width:970px) {
	.menu .right .bottom .menu li a {
		width: 100%;
		border-bottom: 1px solid #636363
	}

	.submenu-wrapper {
		display: flex;
		border-bottom: 1px solid #636363;
	}

	.submenu-wrapper > a {
		border: 0 !important;
		width: auto !important;
	}

}

.menu .right .bottom .menu .hasSubMenu {
	position: relative
}

@media only screen and (min-width:970px) {
	.menu .right .bottom .menu .hasSubMenu:hover .subMenu {
		max-height: 1000px;
		-webkit-transition: 1s;
		transition: 1s
	}

}

.menu .right .bottom .menu .hasSubMenu .arrowMenu:after {
	position: absolute;
	content: '';
	background-image: url(../images/sprite.png);
	background-position: -348px -104px;
	width: 9px;
	height: 5px;
	right: 4px;
	top: 50%
}

@media only screen and (max-width:1700px) {
	.menu .right .bottom .menu .hasSubMenu .arrowMenu:after {
		right: -2px;
	}

}

@media only screen and (max-width:970px) {
	.menu .right .bottom .menu .hasSubMenu .arrowMenu:after {
		background-position: -348px -104px;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		width: 8px;
		height: 4px;
		right: 13px;
		top: 26px;
		-webkit-transition: .3s;
		transition: .3s
	}

}

@media only screen and (max-width:970px) {
	.menu .right .bottom .menu .hasSubMenu .arrowMenu {
		flex-grow: 1;
		position: relative;
	}

}

.menu .right .bottom .menu .hasSubMenu .submenu-wrapper.active .arrowMenu:after {
	-webkit-transform: rotate(0) !important;
	-ms-transform: rotate(0) !important;
	transform: rotate(0) !important;
	-webkit-transition: .3s;
	transition: .3s
}

.menu .right .bottom .menu .hasSubMenu .subMenu {
	position: absolute;
	top: -webkit-calc(100% + 1px);
	top: calc(100% + 1px);
	background-color: #ecf0f1;
	width: auto;
	min-width: 220px;
	white-space: nowrap;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: .8s;
	transition: .8s;
	z-index: 9;
	left: 0
}

@media only screen and (max-width:970px) {
	.menu .right .bottom .menu .hasSubMenu .subMenu {
		position: relative;
		-webkit-transition: 1s;
		transition: 1s;
		white-space: unset
	}

}

.menu .right .bottom .menu .hasSubMenu .subMenu li {
	border-bottom: 1px solid #ecf0f1
}

.menu .right .bottom .menu .hasSubMenu .subMenu li a {
	width: 100%;
	-webkit-transition: .4s;
	transition: .4s;
	padding: 15px 20px
}

@media only screen and (max-width:970px) {
	.menu .right .bottom .menu .hasSubMenu .subMenu li a {
		padding: 15px 10px 15px 35px
	}

}

.menu .right .bottom .menu .hasSubMenu .subMenu li a:hover {
	color: #2e2e2e;
	background-color: #fff;
	-webkit-transition: .3s;
	transition: .3s
}

.menu .right .bottom .menu .hasSubMenu .subMenu li:nth-last-child(1) {
	border: none
}

.menu .right .bottom .menu .hasSubMenu .active+.subMenu {
	max-height: 1000px;
	-webkit-transition: 2s;
	transition: 2s
}

.header-account {
	margin-right: 20px;
	display: flex;
	align-items: center;
	height: 42px;
	padding: 5px 20px;
	background-color: rgba(231, 76, 60, 0.1);
	color: #E74C3C;
	font-size: 16px;
	font-family: UbuntuMedium;
	text-transform: uppercase;
}

.header-account svg {
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	margin-right: 5px;
	fill: currentColor;
}

@media only screen and (max-width: 1359px) {
	.header-account svg {
		margin-right: 0;
	}

	.header-account span {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.header-account {
		height: 32px;
		padding: 5px 10px;
	}

	.header-account svg {
		width: 20px;
		height: 20px;
	}
}

@media only screen and (max-width: 480px) {
	.header-account {
		margin-right: 10px;
	}
}

.header-account.user-logged {
	background: none;
}

.header-account.user-logged svg {
	margin-right: 0;
}

.header-account.user-logged span {
	display: none;
}

.menu .right .bottom .order {
	margin-left: auto;
	position: relative
}

.menu .right .bottom .order:after {
	position: absolute;
	content: '';
	background-image: url(../images/sprite.png);
	background-position: -374px -157px;
	width: 4px;
	height: 8px;	
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width:1170px) {
	.menu .right .bottom .order:after {
		display: none
	}

}

@media only screen and (max-width:970px) {
	.menu .right .bottom .order {
		margin-left: 0
	}

}

.menu .right .bottom .order a {
	display: inline-block;
	padding: 12px 30px;
	background-color: #e74c3c;
	font-family: UbuntuMedium;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: .3s;
	transition: .3s
}

@media only screen and (max-width:1170px) {
	.menu .right .bottom .order a {
		padding: 12px 4px;
		font-size: 14px
	}

}

@media only screen and (max-width:970px) {
	.menu .right .bottom .order a {
		padding: 12px 20px
	}

}

@media only screen and (min-width:970px) {
	.menu .right .bottom .order a:hover {
		opacity: .8;
		-webkit-transition: .3s;
		transition: .3s
	}

}

@media only screen and (max-width:767px) {
	.menu .right .bottom .order a {
		font-size: 10px;
		padding: 10px
	}

}

.menu .right .bottom .menu-trigger {
	width: 40px;
	height: 25px;
	position: relative;
	cursor: pointer;
	vertical-align: top;
	margin: 20px;
	display: none
}

@media only screen and (max-width:970px) {
	.menu .right .bottom .menu-trigger {
		display: inline-block;
		margin: 0 0 0 40px
	}
}

@media only screen and (max-width:767px) {
	.menu .right .bottom .menu-trigger {
		display: inline-block;
	}
}

@media only screen and (max-width:480px) {
	.menu .right .bottom .menu-trigger {
		margin: 0 0 0 10px
	}
}

.menu .right .bottom .menu-trigger .line {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	background: #2e2e2e
}

.menu .right .bottom .menu-trigger.first .line {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	background: #2e2e2e;
	-webkit-transition: .3s;
	transition: .3s
}

.menu .right .bottom .menu-trigger.first .line.line-1 {
	-webkit-transition: all .3s .3s, -webkit-transform .3s 0s;
	transition: all .3s .3s, -webkit-transform .3s 0s;
	transition: all .3s .3s, transform .3s 0s;
	transition: all .3s .3s, transform .3s 0s, -webkit-transform .3s 0s
}

.menu .right .bottom .menu-trigger.first .line.line-2 {
	top: 50%;
	margin-top: -1px;
	left: 0;
	-webkit-transition: all .3s .3s;
	transition: all .3s .3s
}

.menu .right .bottom .menu-trigger.first .line.line-3 {
	bottom: 0;
	top: auto;
	left: 0;
	-webkit-transition: all .3s .3s, -webkit-transform .3s 0s;
	transition: all .3s .3s, -webkit-transform .3s 0s;
	transition: all .3s .3s, transform .3s 0s;
	transition: all .3s .3s, transform .3s 0s, -webkit-transform .3s 0s
}

.menu .right .bottom .menu-trigger.first.active .line-1 {
	top: 50%;
	margin-top: -1px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .3s, -webkit-transform .3s .3s;
	transition: all .3s, -webkit-transform .3s .3s;
	transition: all .3s, transform .3s .3s;
	transition: all .3s, transform .3s .3s, -webkit-transform .3s .3s
}

.menu .right .bottom .menu-trigger.first.active .line-2 {
	opacity: 0;
	-webkit-transition: all .3s, opacity .3s 0s;
	transition: all .3s, opacity .3s 0s
}

.menu .right .bottom .menu-trigger.first.active .line-3 {
	bottom: 50%;
	margin-bottom: -1px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all .3s, -webkit-transform .3s .3s;
	transition: all .3s, -webkit-transform .3s .3s;
	transition: all .3s, transform .3s .3s;
	transition: all .3s, transform .3s .3s, -webkit-transform .3s .3s
}

.footer {
	height: auto;
	background-color: #efefef;
	padding-top: 90px
}

@media only screen and (max-width:970px) {
	.footer {
		padding-top: 30px
	}

}

.footer .info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media only screen and (max-width:1170px) {
	.footer .info {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

}

@media only screen and (max-width:1170px) {
	.footer .info .menuInfo {
		width: 100%
	}

}

.footer .info .meteo {
	width: 370px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media only screen and (max-width:1170px) {
	.footer .info .meteo {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		width: 100%
	}

}

@media only screen and (max-width:480px) {
	.footer .info .meteo {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

}

@media only screen and (max-width:1170px) {
	.footer .info .meteo .curs, .footer .info .meteo .gistmeteo {
		width: 33%;
		padding: 0 10px;
		margin-bottom: 20px
	}

}

@media only screen and (max-width:970px) {
	.footer .info .meteo .curs, .footer .info .meteo .gistmeteo {
		width: 50%
	}

}

@media only screen and (max-width:480px) {
	.footer .info .meteo .curs, .footer .info .meteo .gistmeteo {
		width: 100%
	}

}

.footer .info .titleFooter {
	color: #9a9a9a;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-family: UbuntuMedium
}

@media only screen and (max-width:970px) {
	.footer .info .titleFooter {
		margin-bottom: 7px
	}

}

.footer .info .menuInfo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media only screen and (max-width:970px) {
	.footer .info .menuInfo {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

}

.footer .info .menuInfo .column {
	width: 190px;
	margin-right: 50px
}

@media only screen and (max-width:1170px) {
	.footer .info .menuInfo .column {
		width: 33%;
		padding: 0 10px;
		margin: 0 0 20px 0
	}

}

@media only screen and (max-width:970px) {
	.footer .info .menuInfo .column {
		width: 50%;
		margin: 0 0 10px 0
	}

}

@media only screen and (max-width:480px) {
	.footer .info .menuInfo .column {
		width: 100%
	}

}

.footer .info .menuInfo .column li {
	position: relative
}

.footer .info .menuInfo .column a {
	color: #9a9a9a;
	-webkit-transition: .3s;
	transition: .3s;
	font-family: UbuntuMedium;
	line-height: 1.8
}

.footer .info .menuInfo .column a:hover {
	color: #e74c3c;
	-webkit-transition: .3s;
	transition: .3s
}

.footer .info .menuInfo .column .telFooter:after {
	background-image: url(../images/sprite.png);
	background-position: -366px -124px;
	width: 14px;
	height: 14px;
	position: absolute;
	content: '';
	left: 0;
	top: 7px
}

.footer .info .menuInfo .column .emailFooter:after {
	background-image: url(../images/sprite.png);
	background-position: -353px -157px;
	width: 16px;
	height: 12px;
	position: absolute;
	content: '';
	left: 0;
	top: 10px
}

@media only screen and (max-width:970px) {
	.footer .info .menuInfo .column .emailFooter:after {
		top: 8px
	}

}

.footer .info .menuInfo .column:nth-of-type(1) {
	width: 120px
}

@media only screen and (max-width:1170px) {
	.footer .info .menuInfo .column:nth-of-type(1) {
		width: 33%
	}

}

@media only screen and (max-width:970px) {
	.footer .info .menuInfo .column:nth-of-type(1) {
		width: 50%
	}

}

@media only screen and (max-width:480px) {
	.footer .info .menuInfo .column:nth-of-type(1) {
		width: 100%
	}

}

.footer .info .menuInfo .column:nth-last-of-type(1) li {
	padding-left: 30px;
	position: relative
}

.footer .aditionalInfo {
	margin: 60px 0 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 15px
}

@media only screen and (max-width:970px) {
	.footer .aditionalInfo {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 0
	}

}

.footer .aditionalInfo span.margin__right {
	font-family: UbuntuLight;
	font-size: 16px;
	color: #7e7e7e;
	margin-right: 20px;
	margin-bottom: 5px
}

.footer .aditionalInfo .payment, .footer .aditionalInfo .social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (max-width:970px) {
	.footer .aditionalInfo .payment, .footer .aditionalInfo .social {
		margin: 5px 0;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

}

.footer .aditionalInfo .payment .alignIcon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.footer .aditionalInfo .payment span.margin__right {
	width: 185px
}

.footer .aditionalInfo .payment .wrap {
	margin-top: 0
}

@media only screen and (max-width:970px) {
	.footer .aditionalInfo .payment {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}

}

.footer .aditionalInfo .wrap {
	margin-right: 6px
}

@media only screen and (max-width:970px) {
	.footer .aditionalInfo .wrap {
		margin: 5px 6px 5px 0
	}

}

.footer .aditionalInfo .wrap div {
	-webkit-transition: .4s;
	transition: .4s;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.footer .aditionalInfo .wrap:hover>div {
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
	-webkit-transition: .3s;
	transition: .3s
}

.footerBottom {
	background-color: #efefef;
	border-top: 2px solid #e6e6e6
}

.footerBottom .container_new {
	height: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media only screen and (max-width:480px) {
	.footerBottom .container_new {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: auto;
		padding-top: 10px
	}

}

.footerBottom .container_new .copyright, .footerBottom .container_new .logoFooter, .footerBottom .container_new .logoWebit {
	width: 33%
}

.footerBottom .container_new .copyright {
	text-align: center;
	color: #878787;
	font-family: UbuntuMedium
}

@media only screen and (max-width:480px) {
	.footerBottom .container_new .copyright {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
		width: 100%;
		padding: 10px 0
	}

}

.footerBottom .container_new .logoWebit {
	text-align: right;
	width: 57px;
	height: 15px;
	background: url(../images/logoWebIT.png) -5px -5px;
	-webkit-transition: .5s;
	transition: .5s
}

.footerBottom .container_new .logoWebit:hover {
	background: url(../images/logoWebIT.png) -5px -30px;
	-webkit-transition: .5s;
	transition: .5s
}

.at-style-responsive .at-share-btn {
	background-color: #e2e2e2 !important
}

svg.at-icon.at-icon-facebook, svg.at-icon.at-icon-google_plusone_share, svg.at-icon.at-icon-twitter {
	fill: #7e7e7e !important
}

.header-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.header-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 200px;
}

@media only screen and (max-width:1170px) {
	.header-bg {
		position: relative
	}
}

.slider {
	/*width: 1170px;*/
	width: auto;
	height: 650px !important
}

.slider .container_new {
	height: 100%;
	position: relative;
	pointer-events: none;
}

@media only screen and (max-width:1170px) {
	.slider {
		width: auto;
		/*padding: 20px 0;*/
		height: auto !important;
		background-image: none
	}

}

.slider .slick-list, .slider .slick-track {
	height: 700px !important
}

@media only screen and (max-width:1170px) {
	.slider .slick-list, .slider .slick-track {
		height: auto !important
	}

}

.slider .slick-next, .slider .slick-prev {
	position: absolute;
	top: 50%;
	z-index: 9
}

.slider .slick-next::before, .slider .slick-prev::before {
	display: none
}

.slider .slick-prev {
	left: 0;
	background-image: url(../images/sprite.png);
	background-position: -62px -314px;
	width: 26px;
	height: 65px
}

@media only screen and (max-width:800px) {
	.slider .slick-prev {
		width: 20px
	}
}

@media only screen and (max-width:480px) {
	.slider .slick-prev {
		opacity: .7
	}

}

.slider .slick-prev:hover {
	background-position: -93px -314px
}

.slider .slick-next {
	right: 0;
	background-image: url(../images/sprite.png);
	background-position: 0 -314px;
	width: 26px;
	height: 65px
}

@media only screen and (max-width:800px) {
	.slider .slick-next {
		width: 20px
	}
}

@media only screen and (max-width:480px) {
	.slider .slick-next {
		opacity: .7
	}

}

.slider .slick-next:hover {
	background-position: -31px -314px
}

.slider .item {
	position: relative
}

@media only screen and (max-width:970px) {
	.slider .item {
		/*display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end*/
	}

}

@media only screen and (max-width:480px) {
	.slider .item {
		/*display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column*/
	}

}

.slider .item .slideToggle {
	display: none
}

@media only screen and (max-width:1170px) {
	.slider .item .slideToggle {
		position: absolute;
		top: 0;
		z-index: 99;
		left: 30px;
		width: 200px;
		height: auto;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: #e74c3c;
		font-family: UbuntuMedium;
		padding: 10px;
		color: #fff
	}

}

@media only screen and (max-width:1170px) and (max-width:650px) {
	.slider .item .slideToggle {
		display: none
	}

}

@media only screen and (max-width:1170px) {
	.slider .item .slideToggle .model {
		padding-right: 30px
	}

	.slider .item .slideToggle.active:after {
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg)
	}

	.slider .item .slideToggle:after {
		right: 10px;
		top: -webkit-calc(50% - 10px);
		top: calc(50% - 10px);
		position: absolute;
		content: '';
		background-image: url(../images/sprite.png);
		background-position: -62px -64px;
		width: 30px;
		height: 20px;
		-webkit-transition: .3s;
		transition: .3s
	}

}

.slider .item .photo {
	position: absolute;
	width: 620px;
	height: 350px;
	right: 0;
	bottom: 40px
}

@media only screen and (max-width:1170px) {
	.slider .item .photo {
		position: relative;
		max-width: 100%;
		height: auto;
		bottom: auto;
		right: auto;
		margin: 0 auto
	}

}

.slider .item .photo .second {
	display: none
}

.slider .item .photo:hover .first {
	display: none
}

.slider .item .photo:hover .second {
	display: block
}

@media only screen and (max-width:1170px) {
	.slider .item .photo img {
		max-width: 100%;
		float: none;
		margin: 0 auto
	}

}

.slider .item .description {
	width: 435px;
	height: auto;
	max-height: 425px;
	background-color: #fff;
	opacity: .8;
	padding: 20px 65px;
	position: absolute;
	bottom: 50px;
	left: 0;
	/*overflow: hidden;*/
	pointer-events: initial;
	display: none;
}

/*.slider .item .description.active {
	display: block;
}*/

.description-toggle {
	position: absolute;
	bottom: 80px;
	left: 0;
	width: 100%;
}

.description-toggle a {
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase;
	background-color: #636363;
	-webkit-transition: .4s;
	transition: .4s;
	pointer-events: initial;
	font-size: 17px;
	display: inline-block;
}

.description-toggle a:hover {
	opacity: .9;
	-webkit-transition: .3s;
	transition: .3s
}

@media only screen and (max-width:1199px) {
	.description-toggle {
		left: 15px;
		bottom: 15px
	}
}

@media only screen and (max-width:970px) {
	.description-toggle {
		left: 16px;
	}

	.description-toggle a {
		font-size: 10px
	}
}

@media only screen and (max-width:1170px) {
	.slider .item .description {
		z-index: 9;
		display: block !important;
		width: 310px;
		max-height: 100%;
		bottom: 50px;
		right: auto;
		padding: 0
	}

	.description-toggle {
		/*display: none*/
	}
}

@media only screen and (max-width:970px) {
	.slider .item .description {
		right: 20px;
	}

}

@media only screen and (max-width:480px) {
	.slider .item .description {
		/*width: 260px;
		right: 20px;*/
		bottom: 60px
	}

}

.slider .item .description .title {
	/*font-family: UbuntuBold;*/
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}

@media only screen and (max-width:1170px) {
	.slider .item .description .title {
		display: none
	}

}

@media only screen and (max-width:480px) {
	.slider .item .description .title {
		font-size: 18px
	}

}

.slider .item .description .model {
	font-family: UbuntuBold;
	font-size: 19px;
	color: #e74c3c;
	text-transform: uppercase;
	margin: 30px 0;
	max-height: 40px;
	overflow: hidden
}

@media only screen and (max-width:1170px) {
	.slider .item .description .model {
		display: none
	}

	.slider .item .description .characteristics {
		display: none
	}
}

@media only screen and (max-width:480px) {
	.slider .item .description .model {
		margin: 10px 0;
		font-size: 16px
	}

}

.slider .item .description .characteristics .block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px
}

.slider .item .description .characteristics .propertiesName {
	font-family: UbuntuMedium;
	font-size: 16px;
	color: #000;
	width: 50%;
	padding-right: 5px
}

.slider .item .description .characteristics .properties {
	font-family: UbuntuMedium;
	font-size: 16px;
	color: #19293f;
	width: 50%;
	padding-left: 5px;
	text-align: right
}

.slider .item .description .button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	/*-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;*/
	margin-top: 20px;
	font-family: UbuntuMedium
}

.slider .item .description .button img {
	display: none;
	width: 24px;
}

@media only screen and (max-width:650px) {
	.slider .item .description .button img {
		display: block;
	}

	.slider .item .description .button span {
		display: none;
	}
}

@media only screen and (max-width:1170px) {
	.slider .item .description .button {
		margin-top: 0
	}

}

@media only screen and (max-width:480px) {
	.slider .item .description .button {
		margin-top: 10px
	}

}

.slider .item .description .button .btnOrder {
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase;
	background-color: #e74c3c;
	-webkit-transition: .4s;
	transition: .4s
}

@media only screen and (max-width:650px) {
	.slider .item .description .button .btnOrder {
		padding: 10px 14px 10px 12px;
	}
}

.slider .item .description .button .btnOrder:hover {
	opacity: .9;
	-webkit-transition: .3s;
	transition: .3s
}

.slider .item .description .button .btnInfo {
	margin-left: 10px;
	padding: 10px 20px;
	color: #2e2e2e;
	text-transform: uppercase;
	background-color: #ecf0f1;
	-webkit-transition: .4s;
	transition: .4s
}

.slider .item .description .button .btnInfo:hover {
	opacity: .9;
	-webkit-transition: .3s;
	transition: .3s
}

.filtre {
	padding: 15px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #2e2e2e
}

.filtre .main-cars-list #main-filter-auto {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.filtre .main-cars-list #main-filter-auto .main-filter-block-wrapper {
	width: 83.5%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.filtre .main-cars-list #main-filter-auto .main-filter-block-wrapper .main-filter-block {
	width: 19.5%;
}

.filtre .main-cars-list #main-filter-auto > .main-filter-block {
	width: 16%
}

.main-filter-block-button {
	display: none;
	width: 100%;
	margin: 5px 0;
}

.main-filter-block-button button {
	background-color: #505050;
	transition: .4s;
    text-align: center;
    border-radius: inherit;
    border: none;
    color: #ecf0f1;
    cursor: pointer;
    display: block;
    height: 37px;
    line-height: 26px;
    overflow: hidden;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    padding: 6px 20px;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.main-filter-block-button button:after {
    position: absolute;
    content: '';
    background-image: url(../images/sprite.png);
    background-position: -374px -157px;
    width: 4px;
    height: 8px;
    right: 22px;
    top: 40%;
    transform: rotateZ(90deg);
}

.main-filter-block-button button.active:after {
	transform: rotateZ(-90deg);
}

@media only screen and (max-width:970px) {
	.main-filter-block-button {
		display: block;
	}

	.filtre {
		padding: 10px 0;
	}

	.filtre .main-cars-list #main-filter-auto .main-filter-block-wrapper {
		width: 100%;
		display: none;
	}

	.filtre .main-cars-list #main-filter-auto .main-filter-block-wrapper .main-filter-block {
		width: 100%;
		margin: 5px 0;
	}

	.filtre .main-cars-list #main-filter-auto > .main-filter-block {
		width: 100%;
		margin: 5px 0;
	}

}

@media only screen and (max-width:480px) {
	.filtre .main-cars-list #main-filter-auto .main-filter-block {
		width: 100%
	}

}

.filtre .main-cars-list #main-filter-auto .ms-choice {
	background-color: #505050;
	border: none;
	-webkit-transition: .4s;
	transition: .4s
}

.filtre .main-cars-list #main-filter-auto .ms-choice:hover {
	background-color: #ecf0f1;
	-webkit-transition: .3s;
	transition: .3s
}

.filtre .main-cars-list #main-filter-auto .ms-choice:hover span {
	color: #2e2e2e;
	-webkit-transition: .3s;
	transition: .3s
}

.filtre .main-cars-list #main-filter-auto .ms-choice:hover::before {
	background-position: -348px -104px
}

.titlePage {
	text-transform: uppercase;
	text-align: center;
	font-family: UbuntuLight;
	font-size: 42px;
	margin: 10px 0 20px 0
}

@media only screen and (max-width:970px) {
	.titlePage {
		font-size: 30px;
		margin: 5px 0 20px 0
	}

}

.sentence {
	margin-bottom: 40px
}

.sentence ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media only screen and (max-width:480px) {
	.sentence ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

}

.sentence ul li {
	margin-right: 35px;
	position: relative
}

.sentence ul li a {
	font-family: UbuntuBold;
	font-size: 16px;
	text-transform: uppercase;
	-webkit-transition: .4s;
	transition: .4s
}

.sentence ul li a:hover {
	opacity: .8;
	-webkit-transition: .3s;
	transition: .3s
}

@media only screen and (max-width:480px) {
	.sentence ul li a {
		font-size: 14px
	}

}

.sentence ul li:after {
	position: absolute;
	content: '';
	background-image: url(../images/sprite.png);
	background-position: -374px -104px;
	width: 5px;
	height: 4px;
	right: -20px;
	top: 9px
}

.sentence ul li:nth-last-of-type(1):after {
	display: none
}

.rentCar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

@media only screen and (max-width:1170px) {
	.rentCar {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

}

.rentCar .item {
	width: 270px;
	height: auto;
	margin-right: 30px;
	margin-bottom: 30px;
	overflow: hidden
}

.rentCar .item:hover .nameCar {
	background-color: #e74c3c;
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s
}

.rentCar .item:hover .photoCar>img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: .3s;
	transition: .3s
}

@media only screen and (max-width:1170px) {
	.rentCar .item {
		width: 33%;
		margin-right: 0;
		padding: 0 5px
	}

}

@media only screen and (max-width:970px) {
	.rentCar .item {
		width: 49%
	}

}

@media only screen and (max-width:480px) {
	.rentCar .item {
		width: 100%
	}

}

.rentCar .item .photoCar {
	width: 100%;
	height: 150px;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (max-width:1170px) {
	.rentCar .item .photoCar {
		text-align: center;
		height: 200px
	}

}

@media only screen and (max-width:480px) {
	.rentCar .item .photoCar {
		height: auto
	}

}

.rentCar .item .photoCar img {
	width: 100%;
	max-width: 100%;
	height: auto;
	-webkit-transition: .4s;
	transition: .4s
}

@media only screen and (max-width:480px) {
	.rentCar .item .photoCar img {
		width: auto
	}

}

.rentCar .item .nameCar {
	margin-top: 3px;
	background-color: #edf1f2;
	text-transform: uppercase;
	color: #2e2e2e;
	padding: 12px 10px;
	font-family: UbuntuBold;
	-webkit-transition: .4s;
	transition: .4s
}

.rentCar .item .priceCar {
	text-transform: uppercase;
	font-family: UbuntuBold;
	margin: 15px 0
}

.rentCar .item .pledge {
	color: #a9a9a9;
	font-family: UbuntuMedium;
	margin-bottom: 15px
}

.rentCar .item .pledge .number {
	color: #2e2e2e
}

.rentCar .item .btnBlock {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.rentCar .item .btnBlock a {
	width: 49%;
	text-align: center;
	text-transform: uppercase;
	font-family: UbuntuMedium
}

.rentCar .item .btnBlock a .btnOrder {
	padding: 10px 0;
	background-color: #505050;
	color: #fff;
	border: 1px solid #505050;
	-webkit-transition: .4s;
	transition: .4s
}

.rentCar .item .btnBlock a .btnOrder:hover {
	background-color: #e74c3c;
	border-color: #e74c3c;
	-webkit-transition: .3s;
	transition: .3s
}

.rentCar .item .btnBlock a .btnMore {
	border: 1px solid #dce0e0;
	color: #2e2e2e;
	padding: 10px 0;
	-webkit-transition: .4s;
	transition: .4s;
	background-color: #fff
}

.rentCar .item .btnBlock a .btnMore:hover {
	background-color: #2e2e2e;
	color: #fff;
	-webkit-transition: .4s;
	transition: .4s
}

.rentCar .item:nth-child(4n) {
	margin-right: 0
}

.moreAuto {
	text-align: right;
	width: 100%
}

.moreAuto span {
	text-transform: uppercase;
	color: #19293f;
	font-family: UbuntuMedium;
	font-size: 16px;
	-webkit-transition: .2s;
	transition: .2s;
	cursor: pointer
}

.moreAuto span:hover {
	color: #e74c3c;
	-webkit-transition: .2s;
	transition: .2s
}

.bannerTitle {
	padding: 35px 0;
	color: #fff;
	text-transform: uppercase;
	font-family: UbuntuMedium;
	font-size: 36px;
	text-align: center
}

@media only screen and (max-width:970px) {
	.bannerTitle {
		font-size: 32px;
		padding: 20px 0
	}

}

@media only screen and (max-width:480px) {
	.bannerTitle {
		font-size: 28px
	}

}

.banerFirst {
	background-image: url(../images/spriteBg.png);
	background-position: -10px -10px;
	width: 100%;
	height: 310px;
	background-size: auto;
	margin-top: 30px
}

@media only screen and (max-width:970px) {
	.banerFirst {
		width: 100%;
		background-color: #505050;
		background-image: none;
		height: auto;
		margin-bottom: 20px
	}

}

.banerFirst .bannerTitle {
	position: relative;
	padding-left: 150px;
	padding-right: 150px;
}

.banerFirst .bannerTitleLink {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media only screen and (max-width:970px) {
	.banerFirst .bannerTitle {
		padding-left: 0;
		padding-right: 0;
	}

	.banerFirst .bannerTitleLink {
		position: static;
		text-align: center;
		transform: none;
	}
}

.banerFirst .bannerTitleLink a {
	color: #ffffff;
	font-size: 16px;
}

.advantages {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

@media only screen and (max-width:970px) {
	.advantages {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

}

.advantages .itemBanner {
	position: relative
}

.advantages .itemBanner:hover .advantage>.circle {
	border-color: #e74c3c;
	-webkit-transition: .3s;
	transition: .3s
}

@media only screen and (max-width:970px) {
	.advantages .itemBanner {
		padding: 0 5px;
		margin-bottom: 30px;
		width: 33.3333%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

}

@media only screen and (max-width:650px) {
	.advantages .itemBanner {
		width: 33%
	}

}

@media only screen and (max-width:480px) {
	.advantages .itemBanner {
		width: 50%
	}

}

.advantages .itemBanner .line {
	position: absolute;
	width: 60px;
	height: 1px;
	border-bottom: 1px dashed #fff;
	top: 55px;
	right: -51px
}

@media only screen and (max-width:1170px) {
	.advantages .itemBanner .line {
		display: none
	}

}

.advantages .advantage {
	width: 160px;
	max-height: 300px;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.advantages .advantage .circle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px dashed #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	-webkit-transition: .3s;
	transition: .3s;
	text-transform: uppercase
}

.advantages .advantage .circle.ellipsLeft {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: none;
	border-right: 1px dashed #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	-webkit-transition: .3s;
	transition: .3s
}

@media only screen and (max-width:970px) {
	.advantages .advantage .circle.ellipsLeft {
		border: 1px dashed #fff
	}

}

.advantages .advantage .circle.ellipsRight {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: none;
	border-left: 1px dashed #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	-webkit-transition: .3s;
	transition: .3s
}

@media only screen and (max-width:970px) {
	.advantages .advantage .circle.ellipsRight {
		border: 1px dashed #fff
	}

}

.advantages .advantage .text {
	text-transform: uppercase;
	margin-top: 30px;
	color: #fff;
	font-size: 19px;
	font-family: UbuntuLight;
	text-align: center
}

@media only screen and (max-width:970px) {
	.advantages .advantage .text {
		font-size: 16px;
		margin-top: 13px
	}

}

.advantages .advantage .text .colorRed {
	font-family: UbuntuBold
}

.advantages .itemBanner:nth-last-of-type(1) .line {
	display: none
}

.banerSecond {
	background-image: url(../images/spriteBg.png);
	background-position: -10px -462px;
	width: 100%;
	height: 275px;
	background-size: auto;
	margin-top: 20px
}

@media only screen and (max-width:970px) {
	.banerSecond {
		background-color: #505050;
		background-image: none;
		height: auto;
		width: 100%;
		margin-bottom: 20px
	}

}

.banerSecond .advantages {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.banerSecond .advantages .itemBanner .line {
	position: absolute;
	width: 130px;
	height: 1px;
	border-bottom: 1px dashed #fff;
	top: 50px;
	right: -131px
}

.banerSecond .advantages .circleText {
	font-family: UbuntuMedium;
	font-size: 20px;
	color: #fff;
	padding: 0 50px;
	text-align: center
}

@media only screen and (max-width:970px) {
	.banerSecond .advantages .circleText {
		font-size: 17px
	}

}

.banerSecond .advantages .circleText .small {
	font-size: 11px
}

.map {
	position: relative;
	padding-bottom: 600px;
	height: 0;
	overflow: hidden
}

@media only screen and (max-width:970px) {
	.map {
		padding-bottom: 300px
	}

}

.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important
}

.map .mapDescription {
	width: 530px;
	height: auto;
	padding: 50px 60px;
	background-color: #fff;
	position: absolute;
	top: 100px
}

@media only screen and (max-width:970px) {
	.map .mapDescription {
		display: none
	}

}

.map .mapDescription .titleMap {
	display: block;
	font-size: 36px;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-family: UbuntuMedium
}

.map .mapDescription .contentMap {
	font-family: UbuntuLight;
	line-height: 1.5;
	font-size: 16px
}

.orderCar, .popUp {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .6s;
	transition: .6s
}

.orderCar form, .popUp form {
	width: 50%;
	min-width: 300px;
	background-color: #fff;
	opacity: 1;
	padding: 40px 50px;
	position: relative;
	text-align: center
}

.orderCar form label.active, .popUp form label.active {
	margin: 15px 0 0 0
}

.orderCar form input, .popUp form input {
	margin-top: 15px !important
}

.orderCar form .close, .popUp form .close {
	position: absolute;
	top: 12px;
	right: 20px;
	width: 24px;
	height: 24px;
	background-image: url(../images/close.png);
	cursor: pointer;
	z-index: 999
}

.orderCar form .order-btn, .popUp form .order-btn {
	padding: 12px 30px;
	background-color: #2e2e2e;
	font-family: UbuntuMedium;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: .3s;
	transition: .3s
}

.orderCar form .order-btn:hover, .popUp form .order-btn:hover {
	background-color: #e74c3c;
	color: #fff
}

.orderCar form .gif, .popUp form .gif {
	width: 100%;
	height: 100%;
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: rgba(100, 100, 100, .5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .6s;
	transition: .6s;
	background-image: url(../images/download.gif);
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center
}

.orderCar form .succes, .popUp form .succes {
	width: 100%;
	height: 100%;
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: rgba(100, 100, 100, .5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .6s;
	transition: .6s;
	top: 0;
	left: 0
}

.orderCar form .gif.active, .orderCar form .succes.active, .popUp form .gif.active, .popUp form .succes.active {
	opacity: 1;
	visibility: visible;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 24px;
	color: #e74c3c;
	text-align: center;
	z-index: 9
}

.orderCarActive, .popUpActive {
	opacity: 1;
	visibility: visible;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: 9999
}

#order-banner {
	padding: 12px 30px;
	background-color: #2e2e2e;
	font-family: UbuntuMedium;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: .3s;
	transition: .3s
}

#order-banner:hover {
	-webkit-transition: .3s;
	transition: .3s;
	background-color: #e74c3c
}

.carBlock {
	margin: 20px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media only screen and (max-width:970px) {
	.carBlock {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

}

.carBlock .carPhoto {
	width: 570px;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media only screen and (max-width:970px) {
	.carBlock .carPhoto {
		width: 100%
	}

}

.carBlock .carPhoto .imgBlock:focus {
	outline: 0
}

.carBlock .carPhoto .imgBlock {
	-webkit-transition: .3s;
	transition: .3s
}

.carBlock .carPhoto .imgBlock:hover {
	-webkit-transition: .3s;
	transition: .3s;
	opacity: .7;
	cursor: pointer
}

.carBlock .carPhoto .sliderCar {
	padding: 10px;
	border: 1px solid #edf1f2
}

.carBlock .carPhoto .sliderCar .onePhoto {
	width: 100%;
	height: auto;
	margin-bottom: 20px
}

.carBlock .carPhoto .sliderCar .onePhoto img {
	max-width: 100%;
	height: auto
}

@media only screen and (max-width:970px) {
	.carBlock .carPhoto .sliderCar .onePhoto img {
		margin: 0 auto
	}

}

.carBlock .carPhoto .sliderCar .sliderMini {
	width: 100%;
	height: 46px;
	padding: 0 20px
}

.carBlock .carPhoto .sliderCar .sliderMini .imgBlock {
	width: 25%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.carBlock .carPhoto .sliderCar .sliderMini .imgBlock img {
	max-width: 100%;
	height: auto;
	max-height: 46px;
	padding: 0 3px
}

.carBlock .carPhoto .sliderCar .sliderMini .slick-prev {
	left: 0;
	content: '';
	background-image: url(../images/sprite.png);
	background-position: -364px -222px;
	width: 15px;
	height: 46px
}

.carBlock .carPhoto .sliderCar .sliderMini .slick-prev:hover {
	background-position: -336px -222px
}

.carBlock .carPhoto .sliderCar .sliderMini .slick-next:before, .carBlock .carPhoto .sliderCar .sliderMini .slick-prev:before {
	display: none
}

.carBlock .carPhoto .sliderCar .sliderMini .slick-next {
	right: 0;
	content: '';
	background-image: url(../images/sprite.png);
	background-position: -321px -280px;
	width: 14px;
	height: 46px
}

.carBlock .carPhoto .sliderCar .sliderMini .slick-next:hover {
	background-position: -296px -280px
}

.carBlock .carPhoto .btnOrder {
	width: 100%;
	height: 45px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #e74c3c;
	color: #fff;
	font-size: 22px;
	font-family: UbuntuMedium;
	text-transform: uppercase;
	-webkit-transition: .4s;
	transition: .4s;
	cursor: pointer
}

.carBlock .carPhoto .btnOrder:hover {
	background-color: #2e2e2e;
	-webkit-transition: .3s;
	transition: .3s
}

@media only screen and (max-width:970px) {
	.carBlock .carPhoto .btnOrder {
		margin-top: 15px
	}

}

.carBlock .carInfo {
	padding-left: 30px;
	width: 600px
}

@media only screen and (max-width:970px) {
	.carBlock .carInfo {
		width: 100%;
		padding-left: 0;
		margin-top: 15px
	}

}

.carBlock .carInfo.carBlock-info {
	width: 100%;
	padding: 0;
	margin-top: 10px;
}

.carBlock .carInfo .titleCar {
	padding-bottom: 20px;
	border-bottom: 1px solid #e4e4e4;
	font-size: 38px;
	font-family: UbuntuBold
}

@media only screen and (max-width:480px) {
	.carBlock .carInfo .titleCar {
		font-size: 24px
	}

}

.carBlock .carInfo .subTitle,
.carColors .subTitle {
	margin: 20px 0 20px 0;
	font-size: 20px;
	font-family: UbuntuBold
}

@media only screen and (max-width:480px) {
	.carBlock .carInfo .subTitle,
	.carColors .subTitle {
		font-size: 16px
	}

}

.carColors {
	margin-top: 20px;
	margin-bottom: 35px;
}

@media (max-width: 1230px) {
	.carColors-list {
		margin: 0 20px;
	}
}

.carColors-item {
	margin: 5px;
	text-align: center;
	font-size: 14px;
	font-family: UbuntuMedium;
}

.carColors .carColors-item.active .carColors-img {
	border-color: #333333;
}

.carColors-img {
	isplay: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	height: 140px;
    overflow: hidden;
}

.carColors-img img {
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}

.carColors-name {
	display: block;
	margin-top: 5px;
}

.carColors .slick-track {
	margin: 0;
}

.carColors .slick-arrow {
	width: 20px;
	height: 20px;
	background-image: url('../images/arrow-right.svg');
}

.carColors .slick-arrow.slick-prev {
	transform: translate(0, -50%) rotateZ(180deg);
}

.carColors .slick-arrow::before {
	display: none;
}

.carBlock .carInfo .services {
	padding-bottom: 20px;
	border-bottom: 1px solid #e4e4e4;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width:480px) {
	.carBlock .carInfo .services {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

}

.carBlock .carInfo .services .top {
	margin-top: 15px
}

.carBlock .carInfo .services .gps {
	background-image: url(../images/sprite.png);
	background-position: -343px -328px;
	width: 41px !important;
	height: 40px;
	position: absolute;
	right: -8px;
	top: -5px;
	z-index: 9
}

.carBlock .carInfo .services .kid {
	background-image: url(../images/sprite.png);
	background-position: -303px -328px;
	width: 41px !important;
	height: 40px;
	position: absolute;
	right: -8px;
	top: -5px;
	z-index: 9
}

.carBlock .carInfo .services .airport {
	background-image: url(../images/sprite.png);
	background-position: -344px -284px;
	width: 41px !important;
	height: 38px;
	position: absolute;
	right: -8px;
	top: -4px;
	z-index: 9
}

.carBlock .carInfo .services .halfBlock.first {
	width: 50%;
	padding-right: 20px;
	border-right: 1px solid #e4e4e4
}

@media only screen and (max-width:480px) {
	.carBlock .carInfo .services .halfBlock.first {
		width: 100%;
		padding: 0;
		border: none
	}

}

.carBlock .carInfo .services .halfBlock.second {
	width: 50%;
	padding-left: 20px
}

@media only screen and (max-width:480px) {
	.carBlock .carInfo .services .halfBlock.second {
		padding: 0;
		width: 100%
	}

}

.carBlock .carInfo .services .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	position: relative;
	font-size: 16px;
	margin: 8px 0
}

.carBlock .carInfo .services .row .one {
	width: auto;
	font-family: UbuntuLight;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	padding-right: 5px
}

.carBlock .carInfo .services .row .two {
	width: auto;
	border-bottom: 1px dashed #e4e4e4;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background-position: -346px -146px;
	background-repeat: repeat;
	height: 1px
}

.carBlock .carInfo .services .row .three {
	width: auto;
	font-family: UbuntuBold;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	padding-left: 5px;
	text-align: right
}

.carBlock .carInfo .services:nth-last-of-type(1),
.carBlock .carInfo .services.no-border {
	padding: 0;
	border: none
}

.carBlock .carInfo .services:nth-last-of-type(1) .row,
.carBlock .carInfo .services.no-border .row {
	margin: 0 0 25px 0
}

.also {
	margin: 30px 0;
	padding: 15px;
	font-size: 18px;
	font-family: UbuntuMedium;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #edf1f2
}

.also span, .also strong {
	padding: 0 5px
}

@media only screen and (max-width:970px) {
	.also {
		display: none
	}

}

.breadcrumbs {
	margin: 20px 0
}

.breadcrumbs ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.breadcrumbs ul li {
	margin-right: 20px;
	position: relative
}

.breadcrumbs ul li a {
	color: #2e2e2e;
	-webkit-transition: .4s;
	transition: .4s
}

.breadcrumbs ul li a:hover {
	color: #e74c3c;
	-webkit-transition: .3s;
	transition: .3s
}

.breadcrumbs ul li a:after {
	position: absolute;
	right: -12px;
	content: '-';
	color: #2e2e2e
}

.breadcrumbs ul li:nth-last-of-type(1) {
	color: #e74c3c
}

.itemCar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px 0;
	border-top: 2px solid #e74c3c;
	overflow: hidden
}

@media only screen and (max-width:970px) {
	.itemCar {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

}

.itemCar .photoCar {
	width: 400px;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media only screen and (max-width:970px) {
	.itemCar .photoCar {
		width: 100%;
		margin-bottom: 25px
	}

}

.itemCar .photoCar img {
	max-width: 100%;
	overflow: hidden
}

.itemCar .discriptionCar {
	width: 380px;
	padding: 0 20px;
	font-size: 16px;
	font-family: UbuntuMedium;
	color: #2e2e2e
}

@media only screen and (max-width:970px) {
	.itemCar .discriptionCar {
		margin-bottom: 25px;
		width: 100%
	}

}

.itemCar .discriptionCar .titelCar {
	width: 100%
}

.itemCar .discriptionCar .titelCar a {
	color: #2e2e2e;
	text-transform: uppercase;
	font-size: 20px;
	font-family: UbuntuMedium;
	-webkit-transition: .3s;
	transition: .3s
}

.itemCar .discriptionCar .titelCar a:hover {
	color: #e74c3c;
	-webkit-transition: .3s;
	transition: .3s
}

.itemCar .discriptionCar .aboutCar {
	margin-top: 20px
}

.itemCar .discriptionCar .aboutCar .line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 5px 0;
	font-size: 16px;
	font-family: UbuntuMedium;
	color: #2e2e2e
}

.itemCar .discriptionCar .aboutCar .capacity {
	margin: 5px 0
}

.itemCar .discriptionCar .aboutCar .capacity .fa-male:before {
	content: "\f183";
	color: #e74c3c;
	font-size: 20px;
	margin-right: 5px
}

.itemCar .discriptionCar .aboutCar .capacity .fa-suitcase:before {
	content: "\f0f2";
	color: #e74c3c;
	font-size: 20px;
	margin-right: 5px
}

.itemCar .priceCar {
	width: 380px;
	font-size: 16px;
	font-family: UbuntuMedium;
	color: #2e2e2e;
	padding: 0 20px;
	text-align: right;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-bottom: 25px
}

@media only screen and (max-width:970px) {
	.itemCar .priceCar {
		width: 100%
	}

}

@media only screen and (max-width:970px) {
	.itemCar .priceCar .price {
		margin-bottom: 20px
	}

}

.itemCar .priceCar .priceNumber {
	font-size: 38px;
	font-family: UbuntuMedium;
	color: #e74c3c
}

.itemCar .priceCar .orderCarItem {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 37px;
	font-size: 22px;
	color: #fff;
	background-color: #e74c3c;
	-webkit-transition: .3s;
	transition: .3s
}

.itemCar .priceCar .orderCarItem:hover {
	background-color: #2e2e2e;
	-webkit-transition: .3s;
	transition: .3s
}

.subTitleContact {
	font-size: 22px;
	font-family: UbuntuMedium;
	color: #2e2e2e;
	margin-bottom: 40px
}

.contactBlock {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 80px;
	font-family: UbuntuMedium
}

@media only screen and (max-width:1170px) {
	.contactBlock {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

}

.contactBlock .form {
	width: 810px
}

@media only screen and (max-width:1170px) {
	.contactBlock .form {
		width: 100%;
		margin-bottom: 20px
	}

}

.contactBlock .form form {
	border-right: 1px dashed #c7c6c6;
	padding-right: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media only screen and (max-width:1170px) {
	.contactBlock .form form {
		padding: 0;
		border: none
	}

}

@media only screen and (max-width:650px) {
	.contactBlock .form form {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

}

.contactBlock .form form .input {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 310px;
	padding-right: 20px
}

@media only screen and (max-width:1170px) {
	.contactBlock .form form .input {
		width: 33%
	}

}

@media only screen and (max-width:650px) {
	.contactBlock .form form .input {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
		padding: 0
	}

}

.contactBlock .form form .input input {
	height: 45px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10px;
	border: 1px solid #d6d8d9;
	margin-bottom: 0
}

@media only screen and (max-width:650px) {
	.contactBlock .form form .input input {
		margin-bottom: 20px
	}

}

.contactBlock .form form .input input:focus {
	outline-color: #e74c3c
}

.contactBlock .form form .input .btnContact {
	font-size: 18px;
	background-color: #2e2e2e;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: none;
	-webkit-transition: .3s;
	transition: .3s;
	color: #fff;
	cursor: pointer
}

.contactBlock .form form .input .btnContact:hover {
	background-color: #e74c3c;
	-webkit-transition: .3s;
	transition: .3s
}

@media only screen and (max-width:1170px) {
	.contactBlock .form form .comment {
		width: 66%
	}

}

@media only screen and (max-width:650px) {
	.contactBlock .form form .comment {
		width: 100%
	}

}

.contactBlock .form form .comment textarea {
	width: 470px;
	height: 180px;
	resize: none;
	padding: 15px;
	border: 1px solid #d6d8d9
}

@media only screen and (max-width:1170px) {
	.contactBlock .form form .comment textarea {
		width: 100%
	}

}

@media only screen and (max-width:650px) {
	.contactBlock .form form .comment textarea {
		margin-bottom: 20px
	}

}

.contactBlock .form form .comment textarea:focus {
	outline-color: #e74c3c
}

.contactBlock .info {
	width: 360px;
	padding-left: 40px
}

@media only screen and (max-width:1170px) {
	.contactBlock .info {
		width: 100%;
		padding: 0
	}

}

.contactBlock .info .infoDetail .address, .contactBlock .info .infoDetail .email, .contactBlock .info .infoDetail .phone, .contactBlock .info .padding {
	padding-left: 50px;
	position: relative;
	margin-bottom: 20px;
	padding-right: 10px
}

.contactBlock .info .infoDetail {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 175px
}

@media only screen and (max-width:1170px) {
	.contactBlock .info .infoDetail {
		height: auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

}

.contactBlock .info .infoDetail .address, .contactBlock .info .infoDetail .email, .contactBlock .info .infoDetail .phone {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.contactBlock .info .infoDetail .address a, .contactBlock .info .infoDetail .email a, .contactBlock .info .infoDetail .phone a {
	width: 100%;
	color: #2e2e2e;
	-webkit-transition: .3s;
	transition: .3s;
	font-family: UbuntuMedium;
	font-size: 16px;
	margin-bottom: 10px
}

.contactBlock .info .infoDetail .address a:hover, .contactBlock .info .infoDetail .email a:hover, .contactBlock .info .infoDetail .phone a:hover {
	color: #e74c3c;
	-webkit-transition: .3s;
	transition: .3s
}

.contactBlock .info .infoDetail .email {
	text-decoration: underline
}

.contactBlock .info .infoDetail .address:before, .contactBlock .info .infoDetail .email:before, .contactBlock .info .infoDetail .phone:before {
	background-image: url(../images/sprite.png);
	background-position: -201px -271px;
	width: 41px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 7px;
	z-index: 9;
	content: ''
}

.contactBlock .info .infoDetail .email:before {
	background-image: url(../images/sprite.png);
	background-position: -243px -271px;
	width: 41px;
	height: 40px;
	position: absolute;
	left: 0;
	top: -7px;
	z-index: 9;
	content: ''
}

.contactBlock .info .infoDetail .address:before {
	background-image: url(../images/sprite.png);
	background-position: -343px -328px;
	width: 41px;
	height: 40px;
	position: absolute;
	left: 0;
	top: -7px;
	z-index: 9;
	content: ''
}

.menu .right .top .phone .thirdNr {
	position: relative;
	margin-left: 20px;
}

.menu .right .top .phone .thirdNr::before {
	background-image: url(../images/sprite.png);
    background-position: -346px -146px;
    width: 4px;
    height: 3px;
    position: absolute;
    content: '';
    left: -15px;
    top: 9px;

}

@media screen and (max-width: 1030px) {
	.menu .right .top .phone {
		font-size: 14px;
	}
	.menu .right .top .phone .secondNr {
		margin-left: -10px;
	}

	.menu .right .top .phone .firstNr::after {
		right: -10px;
	}

	.menu .right .top .phone .thirdNr {
		margin-left: 15px;
	}

	.menu .right .top .phone .thirdNr::before {
		left: -10px;
	}
}

@media screen and (max-width: 970px) {
	.menu .right .top .phone {
		font-size: 18px;
	}

	.menu .right .top .phone .firstNr::after {
		display: none;
	}

	.menu .right .top .lang {
		margin-left: auto;
	}

	.menu .right .top .phone .thirdNr::before {
		display: none;
	}
}

@media screen and (max-width: 650px) {
	.menu .right .top .phone {
		/*display: flex;*/
		/*flex-wrap: wrap;*/
		/*justify-content: center;*/
	}

	.menu .right .top .phone a {
		padding: 10px !important;
	}

	.menu .right .top .phone .firstNr:before {
		left: -15px
	}

	.menu .right .top .phone .thirdNr {
		width:90%;
	}
}

@media screen and (max-width: 480px) {
	.menu .right .top .phone {
		padding: 0 0 0 20px;
	}
}

@media screen and (max-width: 380px) {
	.menu .right .top .phone .firstNr, .menu .right .top .phone .secondNr, .menu .right .top .phone .thirdNr  { 
		margin: 5px 0 0 0;
		width: 55%;
	 }

	 .contactBlock .info .infoDetail .menu .right .top .address .firstNr:before, .contactBlock .info .infoDetail .menu .right .top .email .firstNr:before, .menu .right .top .contactBlock .info .infoDetail .address .firstNr:before, .menu .right .top .contactBlock .info .infoDetail .email .firstNr:before, .menu .right .top .phone .firstNr:before {
		left: -6%;
	}
}

@media screen and (max-width: 320px) {
	.contactBlock .info .infoDetail .menu .right .top .address .firstNr:before, .contactBlock .info .infoDetail .menu .right .top .email .firstNr:before, .menu .right .top .contactBlock .info .infoDetail .address .firstNr:before, .menu .right .top .contactBlock .info .infoDetail .email .firstNr:before, .menu .right .top .phone .firstNr:before {
		left: -17%;
	}
}

.order-accepted {
	text-align:center;
	font-family:UbuntuMedium
}

.order-accepted p {
	font-size:32px;
	color:#636363;
	margin-bottom:40px
}

.list-wrapper {
	position: relative;
	min-height: 200px;
}

.preloader {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	background-color: rgba(255, 255, 255, 0.8);
}

.preloader.active {
	display: block;
}

.preloader img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.refresh {
	background-color: #505050;
	transition: .4s;
    text-align: center;
    border-radius: inherit;
    border: none;
    color: #ecf0f1;
    cursor: pointer;
    display: block;
    height: 37px;
    line-height: 26px;
    overflow: hidden;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    padding: 6px 20px;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.refresh:hover {
    background-color: #ecf0f1;
    color: #2e2e2e;
}

.services-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.services-item {
	width: -webkit-calc(33.3333% - 30px);
	width: calc(33.3333% - 30px);
	margin: 0 15px 50px;
}

@media only screen and (max-width:970px) {
	.services-item {
		width: -webkit-calc(50% - 30px);
		width: calc(50% - 30px);
	}
}

@media only screen and (max-width:650px) {
	.services-item {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
	}
}

.services-img {
	display: block;
}

.services-img img {
	width: 100%;
}

.services-content {
	padding-top: 15px;
}

.services-content h2 {
	margin-top: 0;
	font-size: 22px;
}

.services-content h2 a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.services-content h2 a:hover {
	color: #E74C3C;
}

.services-link {
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	margin-top: 15px;
}

.services-link a {
	color: #E74C3C;
}

.services-link a:hover {
	text-decoration: underline;
}

.special-offer-list {
	margin-bottom: 30px;
}

.special-offer-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.special-offer-item:nth-of-type(odd) .special-offer-content {
	padding-left: 80px;
}

.special-offer-item:nth-of-type(even) .special-offer-content {
	padding-right: 80px;
	text-align: right;
	-webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.special-offer-item:nth-of-type(even) .special-offer-img {
	-webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.special-offer-img {
	width: 50%;
}

.special-offer-img img {
	width: 100%;
}

.special-offer-content {
	width: 50%;
}

.special-offer-content h2 {
	margin-top: 0;
	font-size: 22px;
}

@media only screen and (max-width:1170px) {
	.special-offer-item:nth-of-type(odd) .special-offer-content {
		padding-left: 20px;
	}

	.special-offer-item:nth-of-type(even) .special-offer-content {
		padding-right: 20px;
	}
}

@media only screen and (max-width:650px) {
	.special-offer-item {
		margin-bottom: 40px;
	}

	.special-offer-img {
		width: 100%;
	}

	.special-offer-content {
		width: 100%;
		padding-top: 20px;
	}

	.special-offer-item:nth-of-type(odd) .special-offer-content {
		padding-left: 0;
	}

	.special-offer-item:nth-of-type(even) .special-offer-content {
		padding-right: 0;
		-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	    order: 2;
	    text-align: left;
	}

	.special-offer-item:nth-of-type(even) .special-offer-img {
		-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	    order: 1;
	}
}

.socials-list {
	padding: 15px 0 0;
	border-top: 2px solid #232732;
	border-bottom: 2px solid #232732;
	margin-bottom: 30px;
}

.socials-list ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.socials-list li {
	margin: 0 15px 15px;
}

.socials-list img {
	width: 40px;
	height: 40px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.socials-list a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.rental-period {
	padding: 70px 0;
}

@media (max-width: 767px) {
	.rental-period {
		padding: 0 0 40px;
	}
}

.rental-period-inner {
	box-shadow: 0 4px 20px 0 rgba(226, 232, 233, 1);
	background-color: #fff;
}

.rental-period-head {
	padding: 22px 10px;
	text-align: center;
	background-color: #ECF0F1;
	font-size: 20px;
	font-family: UbuntuMedium;
	color: #E74C3C;
	letter-spacing: 0.4px;
}

.rental-period-content {
	padding: 45px 60px;
	overflow: hidden;
}

.rental-period-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 10px;
}

.rental-period-row .form-item {
	width: calc(25% - 20px);
	margin: 0 10px;
}

.form-item {
	position: relative;
}

.form-item label {
	display: inline-block;
	cursor: pointer;
	margin-bottom: 6px;
	font-size: 12px;
	color: #333;
	font-family: "UbuntuMedium";
}

.form-item input,
.form-item select,
.form-item textarea {
	margin-bottom: 15px !important;
}

.form-item input,
.form-item select {
	width: 100%;
	background: none;
	border: 2px solid #ECF0F1;
	padding: 15px;
	font-size: 15px !important;
}

.form-item select {
	appearance: none;
	padding-right: 40px;
    background: url('../img/core/select-arrow.svg') calc(100% - 2px) center / 13px 13px no-repeat
}

.form-item select::-ms-expand {
	display: none;
}

.rental-period-radio {
	margin-bottom: 25px;
}

.rental-period-radio-title {
	font-family: UbuntuMedium;
	font-size: 14px;
}

.rental-period-radio-list {
	
}

.rental-period-radio-list ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.rental-period-radio-list li {
	margin: 15px 20px 0;
}

.rental-period-radio-list label {
	font-size: 15px !important;
	font-family: UbuntuLight;
	color: #333;
	padding-left: 28px !important;
}

.rental-period-radio-list [type="radio"]:not(:checked)+label:before {
	border-color: rgba(51, 51, 51, 0.3);
}

.rental-period-radio-list [type="radio"]:not(:checked)+label:after {
	transition: none;
}

.rental-period-radio-list [type="radio"]:checked+label:before {
	border-color: #E74C3C;
}

.rental-period-radio-list [type="radio"]:checked+label:after {
	background-color: #E74C3C;
	width: 8px;
	height: 8px;
	top: 4px;
	left: 4px;
	border: 0;
	transition: none;
}

.rental-period-submit {
	margin-top: 17px;
}

.button {
	display: block;
	width: 100%;
	padding: 15px;
	font-size: 15px;
	font-family: UbuntuMedium;
	color: #fff;
	background-color: #E74C3C;
	border: 2px solid #E74C3C;
	text-decoration: none !important;
	transition: 0.3s opacity;
}

.button:hover {
	opacity: 0.8;
}

@media (max-width: 1199px) {
	.rental-period-content {
		padding: 20px;
	}
}

@media (max-width: 991px) {
	.rental-period-item input,
	.rental-period-item select {
		font-size: 16px !important;
	}
}

@media (max-width: 767px) {
	.rental-period-row .form-item {
		width: calc(50% - 20px);
	}
}

@media (max-width: 480px) {
	.rental-period-row .form-item {
		width: calc(100% - 20px);
	}
}

.prices-info {
	position: fixed;
	right: 0;
	bottom: 250px;
	background-color: rgba(33, 33, 34, 0.7);
	padding: 22px 30px 22px 20px;
	max-width: 100%;
}

@media (max-width: 767px) {
	.prices-info {
		padding: 10px 30px 10px 10px;
		bottom: 200px;
	}
}

.prices-info-close {
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	padding: 0;
	border: 0;
}

.prices-info-close img {
	display: block;
	width: 100%;
}

.prices-info-text {
	color: #fff;
	font-size: 16px;
}

.d-block {
	display: block !important;
}

.cost-calculation {
	margin-top: 20px;
	background-color: #fff;
	box-shadow: 0 4px 20px 0 #E2E8E9;
}

.cost-calculation-head {
	padding: 15px;
	text-align: center;
	background-color: #ECF0F1;
	font-size: 16px;
	font-family: UbuntuMedium;
}

.cost-calculation-content {
	padding: 25px 35px;
}

.cost-calculation-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.cost-calculation-row .form-item {
	width: calc(50% - 20px);
	margin: 0 10px;
}

.cost-calculation-submit {
	margin-top: 5px;
}

@media (max-width: 1199px) {
	.cost-calculation-content {
		padding: 20px;
	}
}

@media (max-width: 480px) {
	.cost-calculation-row .form-item {
		width: calc(100% - 20px);
	}
}

.checkbox-wrapper {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 0;
}

.checkbox-wrapper .rental-period-radio-title {
	font-size: 16px;
    font-weight: bold;
    color: #9e9e9e;
    font-family: "Roboto", sans-serif;
}

.desktop-app {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 9999;
	display: none;
}

.desktop-app-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.2);
}

.desktop-app-content {
	position: fixed;
	bottom: 0px;
	left: 0;
	width: 100%;
	z-index: 9999;
	background-color: #fff;
	border-radius: 20px 20px 0 0;
	text-align: center;
	padding: 20px;
}

.desktop-app-close {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: 0;
    padding: 0;
}

.desktop-app-close img {
	width: 100%;
    height: auto;
}

.desktop-app-text {
	max-width: 300px;
	margin: 0 auto 15px;
	font-weight: 500;
}

.desktop-app-link .button {
    display: inline-block;
	width: auto;
	padding: 10px 20px;
}


/*For validation*/
.login-modal .error-input, .account-form .error-input {
	border: #ff5549 1px solid !important;
	/*border-style: solid !important;*/
	/*border-color: #ff3737 !important;
    border-style: solid !important;*/
}

.login-modal label.error, .account-form label.error {
	font-size: 12px !important;
	color: #ff5549 !important;
	text-transform: none !important;
	position: absolute;
	top: calc(100% - 15px);
	left: 0;
	margin-top: 0 !important;
}

/*.account-form .error-input {
	border: #ff5549 1px solid !important;
	!*border-style: solid !important;*!
	!*border-color: #ff3737 !important;
    border-style: solid !important;*!
}

.account-form label.error {
	font-size: 12px !important;
	color: #ff5549 !important;
	text-transform: none !important;
	position: absolute;
	top: calc(100% - 15px);
	left: 0;
	margin-top: 0 !important;
}*/

[id^=NotiflixNotifyWrap] {
	z-index: 10001 !important;
}

.login-modal [type="checkbox"]+label:before,
.login-modal [type="checkbox"]:not(.filled-in)+label:after {
	display: none;
}

/*End For validation*/

.flatpickr-monthDropdown-months {
	display: inline-block;
}

.calculate-item.flatpickr-input {
	color: #687381 !important;
}

.flatpickr-current-month input.cur-year {
	border: 0 !important;
}

.calendar-custom-icon {
	background: url('../images/calendar.svg') calc(100% - 10px) center / 16px 16px no-repeat !important;
}

.text-center {
	text-align: center;
}

.main-hero {
	position: relative;
	overflow-x: auto;
}

.main-hero-bg {
	position: relative;
}

.main-hero-bg > img {
	width: 100%;
	display: block;
}

.main-hero-label {
	position: absolute;
	background-color: #fff;
	z-index: 1;
	display: flex;
	align-items: center;
	padding: 10px 35px 10px 10px;
	min-width: 290px;
	font-family: "Roboto", sans-serif;
	text-decoration: none !important;
	color: #555555;
}

.main-hero-label::after {
	content: '';
	display: block;
	width: 26px;
	height: 30px;
	position: absolute;
	top: calc(100% - 1px);
	background: url('../images/icons/label-decor.svg') center center / 100% 100% no-repeat;
}

.hero-label--left {
	transform: translate(-38px, -114px);
}

.hero-label--left::after {
	left: 25px;
}

.hero-label--right {
	transform: translate(38px, -114px);
}

.hero-label--right::after {
	right: 25px;
}

.main-hero-label img {
	width: 60px;
}

.hero-label-content {
	width: calc(100% - 60px);
	padding-left: 15px;
}

.hero-label-title {
	font-size: 28px;
	font-weight: 600;
}

.hero-label-desc {
	font-size: 16px;
}

.main-hero-content {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	z-index: 1;
}

.main-hero-info {
	display: none;
	margin-bottom: 16px;
}

.main-hero-info img {
	width: 66px;
}

.main-hero-text {
	font-size: 28px;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	color: #fff;
}

@media (max-width: 1199px) {
	.main-hero-bg {
		width: 1620px;
	}

	.hero-label--left {
		transform: translate(-50%, -114px);
	}

	.hero-label--left::after {
		left: 50%;
		transform: translateX(-50%);
	}

	.hero-label--right {
		transform: translate(50%, -114px);
	}

	.hero-label--right::after {
		right: 50%;
		transform: translateX(50%);
	}

	.main-hero-content {
		bottom: 20px;
		text-align: center;
	}

	.main-hero-info {
		display: block;
	}

	.main-hero-text {
		font-size: 20px;
	}
}

.reviews {
	padding-top: 20px;
	padding-bottom: 40px;
}

.reviews .slick-list {
	margin: -20px -10px;
	padding: 20px 10px;
}

.reviews .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.reviews-item {
	text-align: center;
	background-color: #fff;
	box-shadow: 0 4px 20px #E2E8E9;
	padding: 40px 15px 35px;
	margin: 0 12px;
	height: auto;
}

@media only screen and (max-width: 1170px) {
	.reviews-item {
		margin: 0 5px;
	}
}

.reviews-img {
	margin-bottom: 25px;
}

.reviews-img img {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	object-fit: cover;
	border-radius: 100%;
}

.reviews-author {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 500;
}

.reviews-text {
	font-size: 14px;
	opacity: 0.7;
	line-height: 1.4;
	letter-spacing: -0.14px;
}

.reviews-navs {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.reviews-nav {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	border: 0;
	padding: 0;
	background-color: #EBEDEE;
	margin: 0 12px;
	transition: 0.3s background-color;
}

.reviews-nav img {
	width: 12px;
}

.reviews-nav:hover,
.reviews-nav:focus {
	background-color: #E74C3C;
}

.reviews-nav:hover img,
.reviews-nav:focus img {
	filter: brightness(0) invert(1);
}

.reviews-nav--prev  img {
	transform: rotateZ(180deg);
}

.grecaptcha-badge {
	display: none !important;
}