@charset "UTF-8";
/* -------------------------------------
	Font face
	------------------------------------- */
@font-face {
	font-family: "Circe";
	src: url("../fonts/Circe-Regular.woff2") format("woff2"),
		url("../fonts/Circe-Regular.woff") format("woff"),
		url("../fonts/Circe-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Circe";
	src: url("../fonts/Circe-Bold.woff2") format("woff2"),
		url("../fonts/Circe-Bold.woff") format("woff"),
		url("../fonts/Circe-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Circe";
	src: url("../fonts/Circe-Light.woff2") format("woff2"),
		url("../fonts/Circe-Light.woff") format("woff"),
		url("../fonts/Circe-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

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

.font-ic::before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.font-phone::before {
	content: "\e800";
}

.font-star::before {
	content: "\e801";
}

.font-fb::before {
	content: "\f09a";
}

.font-insta::before {
	content: "\f16d";
}

.font-vk::before {
	content: "\f189";
}

.font-ok::before {
	content: "\f263";
}

.font-search::before {
	content: "\e802";
}

/* -------------------------------------
	Libs
	------------------------------------- */
/* ----- magnific-popup.css ----- */
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
	screen and (max-height: 300px) {
	/**
       * Remove all paddings around the image on small screen
       */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		-ms-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		-ms-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		-ms-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

/* ----- owl-slider.css----- */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
	/**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 100ms ease;
	transition: -webkit-transform 100ms ease;
	-o-transition: transform 100ms ease;
	transition: transform 100ms ease;
	transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/* -------------------------------------
	Reset
	------------------------------------- */
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
main,
nav,
section,
details,
menu {
	display: block;
}

@-ms-viewport {
	width: device-width;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: sans-serif;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}

* {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	margin: 0;
	position: relative;
	font: 15px/1.5 "Circe", sans-serif, -apple-system, system-ui,
		BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
		sans-serif;
	text-align: left;
	color: #2e3033;
	background-color: #fff;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5em;
}

p {
	margin: 0;
}

p:not(:last-child) {
	margin-bottom: 1em;
}

address {
	margin-bottom: 1em;
	font-style: normal;
	line-height: inherit;
}

ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

a {
	color: inherit;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	-webkit-transition: all 0.05s linear;
	-o-transition: all 0.05s linear;
	transition: all 0.05s linear;
}

a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
}

a:active,
a:hover {
	outline-width: 0;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

figure {
	margin: 0 0 1rem;
}

img {
	font-size: 10px;
	text-transform: uppercase;
	color: #ed2e24;
	vertical-align: middle;
	border-style: none;
}

img::-moz-selection {
	background: none;
}

img::selection {
	background: none;
}

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

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

a,
area,
button,
[role="button"],
input,
label,
select,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

button {
	padding: 0;
	background-color: transparent;
	border: none;
	border-radius: 0;
	cursor: pointer;
}

button:focus {
	outline: none;
}

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

input,
button,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
	cursor: not-allowed;
}

textarea {
	overflow: auto;
	resize: none;
}

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

[tabindex="-1"]:focus {
	outline: 0 !important;
}

[role="button"] {
	cursor: pointer;
}

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

[hidden] {
	display: none !important;
}

.mfp-bg {
	opacity: 0.52;
	z-index: 104200;
}

.mfp-wrap {
	z-index: 104300;
}

/* -------------------------------------
	Common styles
	------------------------------------- */
.wrapper {
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 700px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 940px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1030px;
	}
	.container--2 {
		max-width: 1170px;
	}
	.container--fluid {
		max-width: 100%;
	}
}

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

.img {
	display: block;
	max-width: 100%;
	height: auto;
}

.nowrap {
	white-space: nowrap;
}

.text-center {
	text-align: center;
}

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

/* ---------- Titles & text ---------- */
.h1 {
	font-size: 46px;
	line-height: 1.1;
}

.h2 {
	font-size: 24px;
	line-height: 1.3;
}

.h3 {
	font-size: 20px;
}

.subtext {
	color: #7f7f7f;
	font-weight: 300;
}

.text-bold {
	font-weight: 700;
}

/* ----- Кнопки ----- */
.button {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-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: 250px;
	height: 45px;
	font-size: 12px;
	padding-top: 0.2em;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	z-index: 1;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.button--red {
	background-color: #3f8cd5;
	-webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.22);
	box-shadow: 0 5px 9px rgba(0, 0, 0, 0.22);
}

.button--red:hover {
	background-color: #2872b9;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
}

.button--red:focus {
	color: #fff;
}

.button--blue {
	background-color: #ed2e24;
}

.button--blue:hover {
	background-color: #cd1a11;
}

.button--blue:focus {
	color: #fff;
}

.button--white {
	border: 1px solid #3f8cd5;
	color: #3f8cd5;
	-webkit-box-shadow: 0 5px 51px rgba(0, 0, 0, 0.11);
	box-shadow: 0 5px 51px rgba(0, 0, 0, 0.11);
}

.button--white:hover {
	background-color: #3f8cd5;
	-webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.22);
	box-shadow: 0 5px 9px rgba(0, 0, 0, 0.22);
}

.button:hover {
	color: #fff;
}

.button-close {
	font-size: 10px;
	width: 3em;
	height: 3em;
	padding: 0;
	position: absolute;
	overflow: hidden;
	z-index: 1001;
	cursor: pointer;
	color: #2e3033;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.button-close::before,
.button-close::after {
	content: "";
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 50%;
	background: currentColor;
	border-radius: 2px;
}

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

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

.owl-prev,
.owl-next {
	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: 68px;
	height: 68px;
	border: 1px solid #e0dede;
	background: #fff;
	position: absolute;
	top: 50%;
	margin-top: -34px;
	-webkit-transition: border-color 0.1s linear;
	-o-transition: border-color 0.1s linear;
	transition: border-color 0.1s linear;
}

.owl-prev span,
.owl-next span {
	display: block;
	width: 34px;
	height: 24px;
	font-size: 0;
	background: url("../img/sprite.png") no-repeat 0 -25px;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.owl-prev:hover,
.owl-next:hover {
	border-color: #ed2e24;
}

.owl-prev:hover span,
.owl-next:hover span {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.owl-prev {
	left: -68px;
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.owl-prev span {
	-webkit-transform: scale(-1);
	-ms-transform: scale(-1);
	transform: scale(-1);
}

.owl-next {
	right: -68px;
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.owl-dots {
	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;
	margin-top: 20px;
}

.owl-dots button.owl-dot {
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 8px;
	border-radius: 50%;
	background: #fff;
}

.owl-dots button.owl-dot.active {
	background: #ed2e24;
}

.ic {
	display: inline-block;
}

.ic-search {
	width: 11px;
	height: 11px;
	background-position: 0 0;
}

.ic-tool {
	width: 1em;
	height: 1em;
	padding-top: 0.2em;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-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-radius: 50%;
	line-height: 1;
	border: 1px solid #ed2e24;
	background: none;
	cursor: pointer;
	-webkit-transition: background 0.1s linear;
	-o-transition: background 0.1s linear;
	transition: background 0.1s linear;
}

.ic-tool::before {
	content: "!";
	font-size: 12px;
	font-weight: 700;
	font-style: normal;
	color: #ed2e24;
	-webkit-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	transition: color 0.1s linear;
}

.ic-tool:hover {
	background: #ed2e24;
}

.ic-tool:hover::before {
	color: #fff;
}

.ic-play {
	width: 25px;
	height: 29px;
	margin-top: 10px;
	background: url("../img/sprite.png") no-repeat -46px 0;
}

.ic-ruble {
	font-size: 1em;
	width: 0.429em;
	height: 0.8575em;
	background: url("../img/ic-ruble.png") no-repeat 50% 50%/100%;
}

.ic-tel {
	font-size: 10px;
	width: 1.8em;
	height: 1.8em;
	background: url("../img/ic-tel.png") no-repeat 50% 50%/100%;
}

.ic-geo {
	font-size: 10px;
	width: 1.7em;
	height: 2.1em;
	background: url("../img/ic-geo.png") no-repeat 50% 50%/100%;
}

.ic-docs {
	font-size: 10px;
	width: 2.2em;
	height: 2.1em;
	background: url("../img/ic-docs.png") no-repeat 50% 50%/100%;
}

.ic-money {
	font-size: 10px;
	width: 2.7em;
	height: 2.7em;
	background: url("../img/ic-money.png") no-repeat 50% 50%/100%;
}

.readmore-hidden {
	display: none;
	margin-bottom: 1em;
}

.readmore-btn {
	cursor: pointer;
	color: #ed2e24;
}

.readmore-btn.active {
	font-size: 0;
}

.readmore-btn.active::after {
	content: "CКРЫТЬ";
	font-size: 15px;
}

.social-links {
	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;
}

.social-link {
	font-size: 10px;
	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;
	margin: 0 1em;
	color: #ed2e24;
}

.social-link .font-ic {
	font-size: 2.2em;
}

.ui-tooltip {
	padding: 9px 10px;
	position: absolute;
	z-index: 9999;
	max-width: 250px;
	background: #fff;
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.16);
	font-size: 13px;
}

@media screen and (max-width: 1199px) {
	.wrapper {
		padding-top: 65px;
	}
	.owl-prev,
	.owl-next {
		-webkit-transform: scale(0.7);
		-ms-transform: scale(0.7);
		transform: scale(0.7);
	}
	.breakpoint-indicator {
		max-width: 991px;
	}
}

@media screen and (max-width: 991px) {
	.h1 {
		font-size: 36px;
	}
	.h2 {
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	.h1 {
		font-size: 30px;
	}
}

/* -------------------------------------
	Modules
	------------------------------------- */
/* ----- Forms ----- */
*::-webkit-input-placeholder {
	color: #2e3033;
	opacity: 0.8;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
*::-moz-placeholder {
	color: #2e3033;
	opacity: 0.8;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
*:-ms-input-placeholder {
	color: #2e3033;
	opacity: 0.8;
	-ms-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
*::-ms-input-placeholder {
	color: #2e3033;
	opacity: 0.8;
	-ms-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
*::placeholder {
	color: #2e3033;
	opacity: 0.8;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid,
body input:required:valid,
body textarea:required:valid {
	color: #2e3033;
}

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

.form-col {
	width: 33.33333%;
	padding: 0 20px;
}

.form-label {
	display: block;
	margin-bottom: 0.5rem;
	text-align: left;
}

@media screen and (max-width: 991px) {
	.form-row {
		margin: 0 -15px;
	}
	.form-col {
		padding: 0 15px;
	}
}

@media screen and (max-width: 767px) {
	.form {
		max-width: 250px;
		margin: 0 auto;
	}
	.form-row {
		display: block;
		margin: 0;
	}
	.form-col {
		width: 100%;
		padding: 0;
	}
}

.modal {
	max-width: 848px;
	margin: 0 auto;
	background: url("../img/bg-modal.jpg") no-repeat 50% 100%;
	position: relative;
	z-index: 1;
}

.modal::after {
	content: "";
	display: block;
	font-size: 8px;
	width: 62em;
	height: 38.7em;
	position: absolute;
	right: 0;
	bottom: -7em;
	z-index: -1;
	background: url("../img/img-car-1.png") no-repeat 0 0/69.6em 38.7em;
}

.modal .button-close {
	width: 20px;
	height: 20px;
	top: 15px;
	right: 15px;
	opacity: 1;
}

.modal-form {
	max-width: 250px;
	margin-left: 30px;
	text-align: center;
}

.modal-form .input {
	margin-bottom: 33px;
}

.modal-callback {
	padding: 35px 45px 70px;
}

.modal-callback__title {
	margin-bottom: 2em;
	font-size: 36px;
	line-height: 1.1;
	color: #ca1a12;
}

@media screen and (max-width: 1199px) {
	.modal::after {
		width: 44em;
		bottom: -4em;
	}
}

@media screen and (max-width: 767px) {
	.modal {
		background-position-y: 64%;
	}
	.modal::after {
		font-size: 7px;
		width: 25em;
	}
	.modal-form {
		margin-left: 0;
	}
	.modal-callback {
		padding: 30px 20px;
	}
	.modal-callback__title {
		font-size: 20px;
	}
}

.input {
	display: block;
	width: 100%;
	min-width: 1px;
	height: 60px;
	padding: 16px 15px 14px 15px;
	background-color: #eee;
	border: 1px solid #f4f4f4;
	font-size: 18px;
	letter-spacing: 0.01em;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.input:focus {
	outline: none;
}

.input:focus::-webkit-input-placeholder {
	opacity: 0;
}

.input:focus::-moz-placeholder {
	opacity: 0;
}

.input:focus:-ms-input-placeholder {
	opacity: 0;
}

.input:focus::-ms-input-placeholder {
	opacity: 0;
}

.input:focus::placeholder {
	opacity: 0;
}

.submit {
	width: 100%;
	height: 60px;
	font-size: 15px;
}

.input-tel-wrap {
	position: relative;
}

.input-tel-wrap::after {
	content: "\e800";
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -0.45em;
	z-index: 0;
	font: 24px "fontello";
	speak: none;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 1px 1px 0.1em #ed2e24;
	color: #ed2e24;
	-webkit-animation: ic-pulse 1.2s ease infinite;
	animation: ic-pulse 1.2s ease infinite;
}

.input-tel-wrap .input {
	padding-right: 40px;
}

@-webkit-keyframes ic-pulse {
	0%,
	50%,
	100% {
		-webkit-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}
	25% {
		-webkit-transform: scale(1.2) rotate(-4deg);
		transform: scale(1.2) rotate(-4deg);
	}
	75% {
		-webkit-transform: scale(1.2) rotate(4deg);
		transform: scale(1.2) rotate(4deg);
	}
}

@keyframes ic-pulse {
	0%,
	50%,
	100% {
		-webkit-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}
	25% {
		-webkit-transform: scale(1.2) rotate(-4deg);
		transform: scale(1.2) rotate(-4deg);
	}
	75% {
		-webkit-transform: scale(1.2) rotate(4deg);
		transform: scale(1.2) rotate(4deg);
	}
}

.modal-thanks {
	max-width: 600px;
	padding: 30px;
	background: #fff;
	text-align: center;
}

.modal-thanks .modal-callback__title {
	margin-bottom: 1em;
}

.modal-thanks::after {
	display: none;
}

/* ----- policy -----*/
.policy {
	padding: 5vh 5vw;
	line-height: 1.4;
}

.policy__content {
	position: relative;
	padding: 2.2vw;
	-webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.24);
	box-shadow: 0 3px 13px rgba(0, 0, 0, 0.24);
	background-color: #fff;
	color: #000;
	font-size: 14px;
}

.policy__title {
	font-size: 1.5em;
	font-weight: 700;
}

.policy__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.policy__list > li {
	margin-bottom: 20px;
}

.policy__list ol {
	list-style: none;
	padding: 0;
}

.policy .button-close {
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	color: #000;
}

@media screen and (max-width: 767px) {
	.policy {
		padding: 15px 0 6px;
		font-size: 14px;
	}
	.policy__content {
		padding-top: 20px;
	}
	.policy__title {
		font-size: 20px;
		line-height: 1.2;
	}
	.policy .button-close {
		position: fixed !important;
		top: 25px !important;
	}
}

/* -------------------------------------
	Sections
	------------------------------------- */
/* ----- header ----- */
.header {
	background: #fff;
	position: relative;
	z-index: 2;
}

.header__row {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 50px;
}

.header__col {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 100%;
	padding-left: 40px;
}

.header__top {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	border-bottom: 1px solid #dededf;
	padding-right: 20px;
}

.header__top .search {
	margin-right: 15px;
}

.header__top .worktime {
	margin-right: 35px;
}

.header__btns {
	margin-left: 10%;
	margin-right: -15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.header__btns .button {
	width: 145px;
}

.header__btns .button--blue {
	font-weight: 700;
}

.header .tel-link {
	font-weight: 700;
}

.logo {
	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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 10.9em;
	/* height: 3em; */
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
	color: #ed2e24;
	letter-spacing: 0.01em;
}

.logo a {
	display: block;
}

.logo-text-2 {
	display: block;
	font-size: 0.7777777777777778em;
}

.worktime {
	color: #2e3033;
}

.search {
	position: relative;
	width: 220px;
	padding: 0 15px;
	border: 1px solid #e2dfdf;
	border-bottom: 0;
	border-top: 0;
}

.search .input {
	height: 50px;
	padding: 0 20px 0 0;
	background: none;
	border: none;
	border-bottom: 1px solid transparent;
}

.search .input::-webkit-input-placeholder {
	color: #2e3033;
}

.search .input::-moz-placeholder {
	color: #2e3033;
}

.search .input:-ms-input-placeholder {
	color: #2e3033;
}

.search .input::-ms-input-placeholder {
	color: #2e3033;
}

.search .input::placeholder {
	color: #2e3033;
}

.search .input:hover,
.search .input:focus {
	border-bottom-color: #f4f4f4;
}

.search__btn {
	width: 22px;
	height: 22px;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.search__btn .font-search {
	opacity: 0.8;
}

.menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
}

.menu ul,
.menu ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

.menu__list > li {
	position: relative;
}

.menu__list > li:hover .submenu {
	display: block;
}

.menu__list > li:not(:last-child) {
	margin-right: 20px;
}

.menu__list a:hover {
	color: #ed2e24;
}

.menu__link {
	display: block;
	padding: 10px 0;
	color: #2e3033;
}

.menu__search,
.menu .button-close {
	display: none;
}

.submenu {
	display: none;
	position: absolute;
	top: 100%;
	left: -20px;
	z-index: 1;
	border-radius: 0 0 2px 2px;
	border: 1px solid #ededed;
}

.submenu li:first-child {
	position: relative;
}

.submenu li:first-child::before,
.submenu li:first-child::after {
	content: "";
	display: block;
	position: absolute;
	-webkit-transition: all 0.05s linear;
	-o-transition: all 0.05s linear;
	transition: all 0.05s linear;
}

.submenu li:first-child::before {
	width: 10px;
	height: 10px;
	left: 18%;
	top: -5px;
	z-index: -1;
	background-color: #fff;
	border-radius: 1px;
	border: 1px solid #ededed;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.submenu li:first-child::after {
	width: 14px;
	height: 1px;
	background: #fff;
	top: 0;
	left: 18%;
	margin-left: -2px;
}

.submenu li:first-child:hover::before,
.submenu li:first-child:hover::after {
	background-color: #f5f5f5;
}

.submenu li:first-child:hover .submenu__link {
	border-top-color: #f5f5f5;
}

.submenu li:last-child .submenu__link {
	border-radius: 0 0 2px 2px;
}

.submenu__link {
	display: block;
	background: #fff;
	padding: 12px 13px;
	white-space: nowrap;
}

.submenu__link:hover {
	background-color: #f5f5f5;
}

.menu-toggle {
	display: none;
	width: 30px;
	height: 22px;
	margin-right: 25px;
	position: relative;
}

.menu-toggle::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	background: #fff;
}

@media screen and (max-width: 1199px) {
	.menu-toggle {
		display: block;
	}
}

.menu-ic {
	width: 100%;
	height: 3px;
	margin-top: -1.5px;
	border-radius: 15px;
	background-color: #ed2e24;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.menu-ic::before,
.menu-ic::after {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	border-radius: 15px;
	background-color: #ed2e24;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.menu-ic::before {
	top: -9px;
}

.menu-ic::after {
	top: 9px;
}

.mob-toggle {
	display: none;
	-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;
	position: relative;
	width: 30px;
	height: 30px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: -6px;
	top: 0.4em;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.mob-toggle::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}

.mob-toggle.active {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

@media screen and (max-width: 1500px) {
	.header__btns {
		margin-left: 5%;
	}
}

@media screen and (max-width: 1199px) {
	.menu-toggle {
		display: block;
	}
	.header {
		width: 100%;
		height: 65px;
		position: fixed;
		top: 0;
		left: 0;
		padding: 10px 0 7px;
		-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	}
	.header__row {
		padding-left: 0;
	}
	.header__col {
		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;
		padding-left: 5px;
	}
	.header__top {
		padding: 0;
		border: none;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		line-height: 1.3;
	}
	.header__top .search {
		display: none;
	}
	.header__top .worktime {
		width: 100%;
		margin-right: 0;
		text-align: right;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		font-size: 13px;
	}
	.header__btns {
		margin-left: 0;
		padding-left: 10%;
		margin-top: 2em;
	}
	.header .tel-link {
		font-size: 17px;
	}
	.logo {
		font-size: 16px;
		max-width: 10em;
		width: auto;
		line-height: 1.3;
	}
	.menu {
		display: block;
		position: fixed;
		top: 0;
		left: auto;
		left: 0;
		bottom: 0;
		z-index: 99;
		width: 100%;
		max-width: 400px;
		max-height: 100vh;
		overflow-x: hidden;
		overflow-y: auto;
		padding-top: 2em;
		padding-bottom: 50px;
		background: #fff;
		-webkit-box-shadow: 0 0 29px rgba(0, 0, 0, 0.17);
		box-shadow: 0 0 29px rgba(0, 0, 0, 0.17);
		font-size: 16px;
		will-change: transform;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.4s linear;
		-o-transition: all 0.4s linear;
		transition: all 0.4s linear;
	}
	.menu__list {
		display: block;
	}
	.menu__list > li:hover .submenu {
		display: none;
	}
	.menu__link {
		padding: 0.6em 1em 0.6em 10%;
		color: #000;
	}
	.menu__search {
		display: block;
		width: auto;
		margin: 1em 0;
		margin-right: 20px;
		padding-left: 10%;
		padding-right: 0;
		border: none;
	}
	.menu__search .input {
		padding: 5px 16px 5px 0;
		font-size: 16px;
	}
	.menu__search .search__btn {
		right: 0;
	}
	.menu .button-close {
		display: block;
		top: 15px;
		right: 19px;
		font-size: 8px;
	}
	.mob-toggle {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.submenu {
		position: static;
		border: none;
	}
	.submenu li:first-child::before,
	.submenu li:first-child::after {
		display: none;
	}
	.submenu__link {
		border: none;
		padding: 5px 15px;
		white-space: normal;
	}
	.submenu__link:hover {
		background: none;
	}
	.menu .submenu {
		padding-left: 10%;
	}
	.menu-expanded .menu {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
		visibility: visible;
	}
}

@media screen and (max-width: 575px) {
	.header .tel-link {
		font-size: 16px;
	}
	.menu-toggle {
		width: 25px;
		margin-right: 15px;
	}
	.header__top .worktime {
		font-size: 11px;
	}
}

@media screen and (max-width: 359px) {
	.header__col {
		padding-left: 0;
	}
	.menu-toggle {
		margin-right: 2%;
	}
	.logo {
		letter-spacing: -0.01em;
		text-align: left;
	}
	.logo-text-2 {
		font-size: 11px;
	}
}

/* ----- footer ----- */
.footer {
	padding: 15px 0 30px;
}

.footer__row {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer .logo {
	font-size: 22px;
	line-height: 1.3;
}

.footer .logo-text-2 {
	font-size: 15px;
}

.footer .submenu {
	top: auto;
	bottom: 100%;
}

.footer .submenu li:first-child::before,
.footer .submenu li:first-child::after {
	display: none;
}

.footer .submenu li:last-child::before,
.footer .submenu li:last-child::after {
	content: "";
	display: block;
	position: absolute;
	-webkit-transition: all 0.05s linear;
	-o-transition: all 0.05s linear;
	transition: all 0.05s linear;
}

.footer .submenu li:last-child::before {
	width: 10px;
	height: 10px;
	left: 18%;
	bottom: -5px;
	z-index: -1;
	background-color: #fff;
	border-radius: 1px;
	border: 1px solid #ededed;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.footer .submenu li:last-child::after {
	width: 14px;
	height: 1px;
	background: #fff;
	bottom: 0;
	left: 18%;
	margin-left: -2px;
}

.footer .submenu li:last-child:hover::before,
.footer .submenu li:last-child:hover::after {
	background-color: #f5f5f5;
}

.footer .submenu li:last-child:hover .submenu__link {
	border-top-color: #f5f5f5;
}

.copy {
	/* margin-top: 10px; */
	font-size: 14px;
	text-align: center;
	color: #7f7f7f;
}

@media screen and (max-width: 1199px) {
	.footer {
		padding: 30px 0 15px;
	}
	.footer .menu {
		display: none;
	}
	.copy {
		border-top: 1px solid #e2dfdf;
		padding-top: 15px;
		margin-top: 15px;
	}
}

@media screen and (max-width: 767px) {
	.footer {
		background-color: #faf9f9;
	}
}

/* -------------------------------------
	Pages
	------------------------------------- */
/* ----- Mainpage ----- */
/* первый экран */
.hero {
	background-color: #000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	min-height: 520px;
	position: relative;
	z-index: 1;
}

.hero-title {
	line-height: 1;
}

.hero-title__part {
	display: block;
	margin-top: 0.5em;
	font-size: 38px;
	font-weight: 700;
}

.hero-btn {
	margin-top: 90px;
	text-align: center;
}

.hero-btn .button {
	width: 290px;
}

.hero-1::before,
.hero-2::before,
.hero-3::before {
	content: "";
	display: block;
	width: 100%;
	height: -webkit-calc(100% + 5px);
	height: calc(100% + 5px);
	position: absolute;
	left: -2px;
	top: -5px;
	z-index: -1;
	background: url("../img/hero-el-xl.png") no-repeat 0 0;
	background-size: cover;
}

.hero-2,
.hero-3 {
	padding: 75px 0 30px;
}

.hero-2__title,
.hero-3__title {
	max-width: 19em;
	margin-left: auto;
	margin-right: auto;
	font-size: 48px;
	text-align: center;
}

.hero-1 {
	padding: 90px 0 30px;
	background-image: url("../img/bg-hero-1-xl.jpg");
}

.hero-1__col {
	padding-left: 32px;
}

.hero-1__title {
	margin-bottom: 0.7em;
	font-size: 48px;
	font-weight: 300;
	color: #fff;
}

.hero-2__title {
	color: #fff;
	padding: 0.8em;
}

.hero-3__title {
	line-height: 1.3;
	color: #fff;
	font-weight: 400;
}

.utp-single {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: rgba(255, 255, 255, 0.27);
	max-width: 328px;
}

.utp-single__ic {
	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: #fff;
	padding: 15px 20px;
}

.utp-single__content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 100%;
	padding: 15px 30px 15px 20px;
	color: #fff;
	font-size: 18px;
	line-height: 1.3;
}

@media screen and (max-width: 1199px) {
	.hero {
		min-height: 530px;
	}
	.hero-1::before,
	.hero-2::before {
		background-image: url("../img/hero-el-md.png");
		background-position: 60% 0;
	}
	.hero-1 {
		padding-top: 80px;
	}
	.hero-1__title {
		font-size: 36px;
	}
	.hero-1__col {
		padding-left: 0;
	}
	.hero-2__title,
	.hero-3__title {
		font-size: 36px;
	}
	.hero-title__part {
		font-size: 30px;
	}
	.utp-single {
		margin-bottom: 120px;
	}
}

@media screen and (max-width: 767px) {
	.hero {
		min-height: 300px;
	}
	.hero-1 {
		padding-top: 50px;
	}
	.hero-1__title {
		margin-bottom: 1em;
		font-size: 30px;
		text-align: center;
	}
	.hero-2 {
		background-position-x: 25%;
	}
	.hero-3 {
		background-position-x: 1%;
	}
	.hero-1::before,
	.hero-2::before,
	.hero-3::before {
		background-position-x: 33%;
	}
	.hero-title__part {
		font-size: 26px;
	}
	.utp-single {
		margin: 0 auto 30px;
	}
}

@media screen and (max-width: 575px) {
	.hero {
		overflow: hidden;
	}
	.hero-1::before,
	.hero-2::before {
		height: 122%;
	}
	.hero-1 {
		background-position-x: 70%;
	}
	.hero-1__title {
		font-size: 24px;
	}
	.hero-title__part {
		font-size: 22px;
	}
	.utp-single {
		max-width: 250px;
	}
	.utp-single__content {
		font-size: 16px;
		padding: 10px 13px;
	}
	.utp-single__ic {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 65px;
		-ms-flex: 0 0 65px;
		flex: 0 0 65px;
		max-width: 65px;
		padding: 10px 13px;
	}
}

/* центральный блок */
.page {
	background-image: url("../img/bg-1.jpg"), url("../img/bg-2.jpg"),
		url("../img/bg-1.jpg");
	background-repeat: no-repeat;
	background-position: 50% 0, 50% 2250px, 50% 4500px;
	background-size: auto 1600px;
}

.page-title {
	margin-bottom: 0.4em;
	font-size: 46px;
	line-height: 1.2;
	font-weight: 300;
	color: #ed2e24;
}

.center {
	padding-top: 50px;
	-webkit-box-shadow: 0 5px 51px rgba(0, 0, 0, 0.11);
	box-shadow: 0 5px 51px rgba(0, 0, 0, 0.11);
	border: 1px solid #dfdede;
	background-color: #fff;
}

.center__header {
	margin-bottom: 30px;
	padding: 0 15px;
	text-align: center;
}

.center-title {
	margin-bottom: 1em;
	font-size: 36px;
	line-height: 1.3;
	font-weight: 300;
	text-align: center;
	padding: 0 15px;
}

.center__txt {
	max-width: 830px;
	margin: 0 auto 3em;
	text-align: left;
}

@media screen and (max-width: 1199px) {
	.page {
		background-image: none;
		position: relative;
		z-index: 1;
	}
	.page::before,
	.page::after {
		content: "";
		display: block;
		width: 100%;
		height: 40%;
		position: absolute;
		left: 0;
		top: 5vh;
		z-index: -1;
		border-top: 20vh solid #fff;
		-webkit-box-shadow: 0 -1vh 3vh rgba(0, 0, 0, 0.1);
		box-shadow: 0 -1vh 3vh rgba(0, 0, 0, 0.1);
		background: -webkit-gradient(
			linear,
			left bottom,
			left top,
			from(#ed2e24),
			to(#428cd3)
		);
		background: -o-linear-gradient(bottom, #ed2e24, #428cd3);
		background: linear-gradient(0deg, #ed2e24, #428cd3);
	}
	.page::after {
		top: 50%;
	}
	.center {
		padding-top: 40px;
	}
}

@media screen and (max-width: 991px) {
	.page-title {
		font-size: 32px;
	}
	.center {
		padding-bottom: 0;
	}
	.center-title {
		font-size: 32px;
	}
}

@media screen and (max-width: 767px) {
	.page {
		background-position: 50% -250px, 50% 1650px;
	}
	.center-title {
		font-size: 28px;
	}
}

@media screen and (max-width: 575px) {
	.center__header .subtext {
		font-size: 14px;
	}
	.page-title {
		font-size: 26px;
	}
}

/* калькулятор */
.calc {
	padding: 56px 100px 25px;
	border-top: 1px solid #e2dfdf;
}

.calc__line {
	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;
	margin-bottom: 13px;
}

.calc__line .calc__label {
	margin-bottom: 0;
}

.calc__label {
	margin-bottom: 13px;
	font-size: 13px;
}

.calc__pts {
	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;
	font-size: 14px;
}

.calc__pts .ic {
	margin: 0 0 2px 5px;
}

.calc__input {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 28px;
	line-height: 1;
	border-bottom: 1px dashed #ed2e24;
}

.calc__input .ic {
	margin: 0 0 0.1em 0.4em;
}

.calc__input .calc-units {
	display: inline-block;
	margin: 0.6em 0 0 0.4em;
	font-size: 14px;
	text-transform: uppercase;
}

.calc .relative-box {
	position: relative;
	margin: 40px 0 50px;
	font-size: 14px;
}

.calc-dots {
	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;
}

.calc-dots span {
	display: block;
	width: 1px;
	height: 5px;
	background: #dcdada;
}

.calc-points {
	margin-top: 10px;
	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;
}

.calc-points.period-points span:nth-child(2),
.calc-points.period-points span:nth-child(3),
.calc-points.period-points span:nth-child(4) {
	-webkit-transform: translateX(1.2em);
	-ms-transform: translateX(1.2em);
	transform: translateX(1.2em);
}

.calc__range {
	background: #dcdada;
}

.calc .ui-slider-range {
	height: 3px;
	background: #ed2e24;
}

.calc .ui-slider-handle {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top: -24px;
	z-index: 1;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	cursor: ew-resize;
}

.calc .ui-slider-handle::after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -15px;
	z-index: 0;
	border-radius: 50%;
	background: #ed2e24;
}

.calc .ui-slider-handle:focus {
	outline: none;
}

@media screen and (max-width: 1199px) {
	.calc {
		padding: 50px 60px 20px;
	}
}

@media screen and (max-width: 991px) {
	.calc {
		padding: 40px 40px 0;
	}
	.calc__input {
		font-size: 26px;
	}
	.calc .relative-box {
		font-size: 12px;
	}
	.calc .ui-slider-handle::after {
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}
}

@media screen and (max-width: 575px) {
	.calc {
		padding: 35px 15px 0;
	}
	.calc .ui-slider-handle::after {
		-webkit-transform: scale(0.6);
		-ms-transform: scale(0.6);
		transform: scale(0.6);
	}
}

/* виды залога */
.types {
	border-top: 1px solid #e2dfdf;
	border-bottom: 1px solid #e2dfdf;
}

.types-tabs {
	display: none;
}

.types-tab {
	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: 50%;
	height: 45px;
	font-size: 16px;
	border: 1px solid #3f8cd5;
	color: #3f8cd5;
}

.types-tab.active {
	background: #3f8cd5;
	color: #fff;
}

.types__columns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.types__col {
	width: 50%;
	padding: 30px 100px 40px;
}

.types__col--border {
	border-right: 1px solid #e2dfdf;
}

.type__grid {
	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-bottom: 20px;
	border-bottom: 1px solid #e2dfdf;
	min-height: 95px;
}

.type__col {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 100%;
	margin-right: 60px;
}

.type__img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 81px;
	-ms-flex: 0 0 81px;
	flex: 0 0 81px;
	max-width: 81px;
}

.type__title {
	margin-bottom: 0.3em;
	font-size: 23px;
}

.type__title .ic-tool {
	margin-left: 0.3em;
	-webkit-transform: translateY(-0.1em);
	-ms-transform: translateY(-0.1em);
	transform: translateY(-0.1em);
}

.type__title .ic-tool::before {
	font-size: 18px;
}

.type__label {
	font-size: 14px;
	line-height: 1.4;
}

.type__content .type-table {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2dfdf;
}

.type-table__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;
	padding-top: 3px;
}

.type-table__row:not(:last-child) {
	padding-bottom: 3px;
}

.type-table__row .type__label {
	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-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 100%;
}

.type-table__row .ic-tool {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	margin-left: 0.3em;
}

.type-table__val {
	margin-left: 15px;
}

.type-table .ic-ruble {
	margin: 0.2em 0 0 0.3em;
}

.type .payment-value {
	font-size: 16px;
}

.type__btn {
	max-width: 190px;
	margin: 30px auto 0;
}

.type__btn .button {
	width: 100%;
	font-size: 13px;
}

@media screen and (max-width: 1199px) {
	.types__col {
		padding: 40px 60px 40px;
	}
}

@media screen and (max-width: 991px) {
	.types__col {
		padding: 40px 40px 40px;
	}
	.type__col {
		margin-right: 15px;
	}
	.type__img {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 55px;
		-ms-flex: 0 0 55px;
		flex: 0 0 55px;
		max-width: 55px;
	}
}

@media screen and (max-width: 767px) {
	.types {
		border: none;
	}
	.types-tabs {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.types__columns {
		display: block;
	}
	.types__col {
		width: 100%;
	}
	.types__col--border {
		border: none;
	}
	.types__col:not(:first-child) {
		display: none;
	}
}

@media screen and (max-width: 575px) {
	.types__col {
		padding: 0 15px 15px;
	}
	.types-tabs {
		margin-bottom: 15px;
	}
	.calc .relative-box {
		margin-bottom: 20px;
	}
}

/* center-cta*/
.center-cta {
	text-align: center;
	padding: 50px 0 0;
	position: relative;
}

.center-cta::after {
	content: "";
	display: block;
	font-size: 10px;
	width: 69.6em;
	height: 38.7em;
	position: absolute;
	right: -50em;
	top: -17em;
	z-index: 0;
	background: url("../img/img-car-1.png") no-repeat 0 0/100%;
}

.center-cta .button {
	width: auto;
	font-size: 13px;
	width: 290px;
}

.center-cta--noimage::after {
	display: none;
}

@media screen and (max-width: 991px) {
	.center-cta::after {
		font-size: 6px;
		right: -45em;
		top: 1em;
	}
}

@media screen and (max-width: 767px) {
	.center-cta {
		display: none;
		padding: 40px 0 0;
	}
	.center-cta::after {
		display: none;
	}
}

/* about*/
.about {
	padding-top: 100px;
	padding-bottom: 50px;
}

.about__row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.about__col {
	width: 50%;
	padding: 0 15px;
	position: relative;
}

.about__col .video {
	position: absolute;
	right: 15px;
	bottom: 0;
}

.about__title {
	margin-bottom: 1em;
}

.about__txt {
	line-height: 1.7;
}

.about .about__txt {
	margin-bottom: 2em;
}

.achiev {
	padding: 20px 15px;
	border: 1px solid #ed2e24;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.achiev__item {
	width: 49%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-right: 15px;
}

.achiev__img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 32px;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	max-width: 32px;
	margin-right: 15px;
}

.achiev__txt {
	font-size: 13px;
	line-height: 1.7;
}

.video {
	width: 645px;
	position: relative;
	cursor: pointer;
}

.video:hover .video-play {
	font-size: 11px;
}

.video .relation-ratio {
	padding-top: 56.25%;
}

.video .relation-video {
	width: 100%;
	max-width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	vertical-align: middle;
	outline: none;
	background-color: #000;
}

.video .relation-video.has-media-controls-hidden::-webkit-media-controls {
	display: none;
}

.video .video-play {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	visibility: visible;
	transition: visibility 0.1s linear;
	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;
}

.video .video-play::after {
	content: "";
	display: block;
	font-size: 10px;
	width: 9.1em;
	height: 9.1em;
	background: url("../img/play.png") no-repeat 50% 50% / 100%;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

@media screen and (max-width: 767px) {
	.video .video-play::after {
		font-size: 6px;
	}
}

.video .video-play:hover::after {
	filter: grayscale(0.1);
}

.video .video-play__btn {
	font-size: 10px;
	width: 10em;
	height: 10em;
	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-shadow: 0 5px 29px rgba(0, 0, 0, 0.47);
	box-shadow: 0 5px 29px rgba(0, 0, 0, 0.47);
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.videoWrapperActive .video-play {
	visibility: hidden;
}

@media screen and (max-width: 1199px) {
	.about__row {
		display: block;
	}
	.about__col {
		width: 100%;
	}
	.about__col .video {
		position: relative;
		right: auto;
		margin: 50px auto 0;
	}
	.about__title {
		font-size: 30px;
		text-align: center;
	}
	.about__txt {
		padding: 0 45px;
	}
	.achiev {
		max-width: 467px;
		margin: 50px auto 0;
	}
}

@media screen and (max-width: 991px) {
	.about__col:last-child {
		padding: 0;
	}
	.video {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.about {
		padding-top: 50px;
	}
	.about__txt {
		padding: 0;
	}
	.about__title {
		font-weight: 300;
	}
	.video:hover .video-play {
		font-size: 7px;
	}
	.video .video-play {
		font-size: 7px;
	}
}

@media screen and (max-width: 575px) {
	.about__title {
		margin-bottom: 0.5em;
	}
	.about__txt {
		font-size: 14px;
	}
	.achiev {
		display: block;
	}
	.achiev__item {
		width: 100%;
		padding-right: 0;
	}
	.achiev__item:not(:last-child) {
		margin-bottom: 15px;
	}
}

.view-block {
	padding: 80px 0;
}

@media screen and (max-width: 767px) {
	.view-block {
		padding: 30px 0;
	}
}

/* adds*/
.adds {
	position: relative;
	margin-top: 50px;
	padding: 75px 0 135px;
	border-bottom: 1px solid #ed2e24;
}

.adds::after {
	content: "";
	display: block;
	font-size: 10px;
	width: 36.5em;
	height: 70.4em;
	position: absolute;
	left: 50%;
	margin-left: -18.25em;
	top: 0;
	z-index: 0;
	background: url("../img/img-car-2.png") no-repeat 0 0;
	background-size: 100%;
}

.adds__row {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #e2dfdf;
	border-bottom: 1px solid #e2dfdf;
	margin-top: -1px;
	padding: 55px 40px;
}

.adds-item {
	width: 250px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	line-height: 1.4;
}

.adds-item__img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 60px;
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	max-width: 60px;
	margin-right: 20px;
}

.adds-item__img .img {
	max-height: 60px;
}

.adds-item__txt {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 100%;
}

@media screen and (max-width: 1199px) {
	.adds::after {
		font-size: 9px;
	}
}

@media screen and (max-width: 991px) {
	.adds::after {
		font-size: 6.5px;
	}
	.adds__row {
		padding: 30px 15px;
	}
	.adds-item {
		width: 200px;
		font-size: 12px;
	}
	.adds-item__img {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 45px;
		-ms-flex: 0 0 45px;
		flex: 0 0 45px;
		max-width: 45px;
		margin-right: 10px;
	}
	.adds-item__img .img {
		max-height: 45px;
	}
}

@media screen and (max-width: 767px) {
	.adds {
		margin: 0;
		padding: 0;
	}
	.adds::after {
		display: none;
	}
	.adds__row {
		display: block;
		margin: 0;
		padding: 0;
		border: none;
	}
	.adds-item {
		width: 100%;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 20px;
		border-top: 1px solid #e2dfdf;
		border-bottom: 1px solid #e2dfdf;
		margin-top: -1px;
		font-size: 14px;
	}
	.center .adds {
		margin-top: -41px;
	}
}

/* testimonials*/
.testimonials {
	padding-top: 50px;
}

.testimonials__title {
	text-align: center;
	font-weight: 300;
}

.testimonials-slider-wrap {
	position: relative;
}

.testimonials-slider {
	margin-top: 50px;
	border-top: 1px solid #e2dfdf;
	border-bottom: 1px solid #e2dfdf;
}

.testimonials-slider .owl-stage {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.testimonials-slider .owl-stage::after {
	display: none;
}

.testimonials-slider .owl-item {
	float: none;
}

.testimonials-slide {
	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;
	height: 100%;
	padding: 40px 55px 100px;
	border-right: 1px solid #e2dfdf;
}

.testimonials-slide__txt {
	margin-bottom: 30px;
	padding-left: 40px;
	font-size: 14px;
	line-height: 1.29;
	position: relative;
}

.testimonials-slide__txt::before,
.testimonials-slide__txt::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	width: 23px;
	height: 19px;
	left: 0;
	top: 0;
	background: url("../img/sprite.png") no-repeat -19px 0;
}

.testimonials-data {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: auto;
	position: relative;
	padding-top: 40px;
}

.testimonials-data::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	width: 70%;
	height: 1px;
	left: 40px;
	top: 0;
	background: #e2dfdf;
}

.testimonials-data__img {
	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: 6.5em;
	height: 6.5em;
	font-size: 10px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 2em;
}

.testimonials-info {
	font-size: 14px;
}

.testimonials-info .subtext {
	margin-bottom: 0.5em;
}

.testimonials-rate {
	color: #fbe631;
	margin-left: auto;
}

.testimonials-rate .font-ic {
	margin-left: 0.2em;
}

@media screen and (max-width: 991px) {
	.testimonials-slider {
		margin-top: 0;
	}
	.testimonials-slide {
		padding: 30px 20px 80px;
	}
	.testimonials-slide__txt {
		padding-left: 30px;
	}
	.testimonials-data__img {
		font-size: 9px;
	}
}

@media screen and (max-width: 767px) {
	.testimonials {
		padding-bottom: 25px;
	}
	.testimonials-slider {
		border: none;
	}
	.testimonials-slider-nav {
		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;
	}
	.testimonials-slider-nav .owl-prev,
	.testimonials-slider-nav .owl-next {
		position: static;
		margin: 0 20px;
	}
	.testimonials-slide {
		border-right: none;
		padding-bottom: 15px;
	}
}

.page-form {
	padding: 40px 120px;
	border: 1px solid #ed2e24;
}

.page-form__title {
	font-size: 30px;
	margin-bottom: 0.5em;
	text-align: center;
}

.page-form__title .ic-ruble {
	-webkit-transform: translateY(0.1em);
	-ms-transform: translateY(0.1em);
	transform: translateY(0.1em);
}

.page-form__txt {
	margin-bottom: 1.5em;
}

.page-form .input,
.page-form .submit {
	margin-bottom: 20px;
}

.privacy-link {
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	color: #ed2e24;
	border-bottom: 1px solid #ed2e24;
	cursor: pointer;
	-webkit-transition: border-color 0.1s linear;
	-o-transition: border-color 0.1s linear;
	transition: border-color 0.1s linear;
}

.privacy-link:hover {
	border-bottom-color: transparent;
}

@media screen and (max-width: 1199px) {
	.page-form {
		padding: 40px 100px;
	}
}

@media screen and (max-width: 991px) {
	.page-form {
		padding: 40px;
	}
	.page-form__title {
		font-size: 26px;
	}
}

@media screen and (max-width: 767px) {
	.page-form {
		margin-top: 20px;
		padding: 30px 20px;
		text-align: center;
	}
	.page-form__title {
		font-size: 22px;
	}
	.page-form__txt {
		font-size: 14px;
	}
}

@media screen and (max-width: 359px) {
	.page-form__title {
		font-size: 19px;
	}
}

.text-block {
	padding: 35px 0 50px;
	background-color: #faf9f9;
}

@media screen and (max-width: 767px) {
	.text-block {
		padding-bottom: 50px;
	}
}

.contacts {
	position: relative;
	overflow: hidden;
}

.contacts-block {
	width: 100%;
	max-width: 810px;
	padding: 40px 50px;
	border: 1px solid #ed2e24;
	background-color: #fff;
	position: absolute;
	left: 50%;
	z-index: 1;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 15px;
	font-size: 28px;
}

.contacts-block__row {
	margin: 0 -20px;
}

.contacts-block__col {
	width: 50%;
	padding: 0 20px;
}

.contacts-block__address {
	margin-bottom: 0.5em;
	font-weight: 300;
	line-height: 1.15;
}

.contacts-block__tel {
	font-size: 28px;
	display: inline-block;
	color: #ed2e24;
}

.contacts-block__form {
	width: 100%;
	margin-top: 30px;
}

.contacts-block__form .input {
	margin-bottom: 20px;
}

.contacts-block .subtext {
	font-size: 16px;
}

.contacts .map {
	height: 845px;
	margin-top: -200px;
}

.map {
	width: 100%;
	height: 645px;
	overflow: hidden;
}

.map .ymaps-2-1-75-map-copyrights-promo,
.map .ymaps-2-1-75-copyright {
	display: none;
}

.map .ymaps-2-1-75-ground-pane {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.map-btn {
	display: none;
	font-size: 14px;
	line-height: 1;
	color: #3f8cd5;
	border-bottom: 1px solid #3f8cd5;
	-webkit-transition: border-color 0.1s linear;
	-o-transition: border-color 0.1s linear;
	transition: border-color 0.1s linear;
}

.map-btn:hover {
	border-bottom-color: transparent;
}

.map .mfp-close {
	top: auto;
}

.mfp-content .map {
	height: 400px;
}

@media screen and (max-width: 1199px) {
	.contacts-block {
		padding: 30px 40px 40px;
		font-size: 24px;
	}
	.contacts .map {
		width: -webkit-calc(100% + 250px);
		width: calc(100% + 250px);
		margin-right: -250px;
	}
	.map {
		height: 560px;
		margin-top: -150px;
	}
}

@media screen and (max-width: 767px) {
	.contacts-block {
		max-width: 100%;
		position: static;
		margin: 0 auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding: 20px;
	}
	.contacts-block__row {
		display: block;
		margin: 0;
	}
	.contacts-block__col {
		width: 100%;
		padding: 0;
	}
	.contacts-block__address {
		margin-bottom: 0;
	}
	.contacts .map {
		display: none;
	}
	.map-btn {
		display: inline-block;
	}
}

/* ----- Внутренние ----- */
.utp-list {
	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;
	margin-top: 50px;
}

.utp-list .utp-single {
	width: 282px;
	background-color: rgba(255, 255, 255, 0.82);
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.utp-list .utp-single:not(:last-child) {
	margin-right: 60px;
}

.utp-list .utp-single__content {
	color: #000;
	font-size: 17px;
	padding: 20px 10px;
}

.utp-list .utp-single__content .h3 {
	font-size: 26px;
	font-weight: 700;
}

.utp-list .utp-single__ic {
	background: none;
	padding: 10px;
}

@media screen and (max-width: 1199px) {
	.utp-list .utp-single {
		margin-bottom: 30px;
	}
	.utp-list .utp-single__content {
		font-size: 14px;
	}
	.utp-list .utp-single__content .h3 {
		font-size: 19px;
	}
	.utp-list .utp-single:not(:last-child) {
		margin-right: 30px;
	}
}

@media screen and (max-width: 767px) {
	.utp-list {
		display: block;
	}
	.utp-list .utp-single {
		margin: 0 auto;
	}
}

.types-single .types__col:last-child {
	margin-left: -90px;
}

.types-single .type-table {
	min-height: 150px;
}

.types-single__btn {
	width: 100%;
	text-align: center;
	margin: 0 0 50px;
}

@media screen and (max-width: 1199px) {
	.types-single .types__col:last-child {
		margin-left: 0;
	}
}

@media screen and (max-width: 767px) {
	.types-single .type-table {
		min-height: auto;
	}
	.types-single .types__col {
		width: 100%;
	}
	.types-single .types__col:not(:first-child) {
		display: block;
	}
	.types-single .types__col:first-child {
		padding-bottom: 20px;
		order: 1;
	}
	.types-single .types__col:last-child {
		padding-top: 0;
		padding-bottom: 15px;
	}
	/* .types-single .types__col:last-child .type__grid {
    display: none;
  } */
	.types-single .types__columns {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.types-single .type__grid + .type__grid {
		display: none;
	}
}

.form-cols2 {
	max-width: 632px;
	margin: 0 auto;
	text-align: center;
}

.form-cols2 .form-col {
	width: 50%;
}

.form-cols2 .form-label {
	min-height: 22px;
}

.form-cols2 .privacy-link {
	margin-top: 25px;
}

@media screen and (max-width: 767px) {
	.form-cols2 {
		max-width: 250px;
	}
	.form-cols2 .form-col {
		width: 100%;
	}
	.form-cols2 .form-label {
		min-height: 10px;
	}
}

.docs {
	padding: 70px 100px;
}

.docs-list {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.docs-list li {
	width: 33%;
}

.docs-list__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;
	font-size: 18px;
}

.docs-list__ic {
	max-width: 50px;
	margin-right: 20px;
}

@media screen and (max-width: 991px) {
	.docs {
		padding: 50px 40px;
	}
	.docs-list__item {
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	.docs-list {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: -30px;
	}
	.docs-list li {
		width: 50%;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 575px) {
	.docs {
		padding: 50px 15px 30px;
	}
	.docs-list {
		display: block;
	}
	.docs-list li {
		width: 100%;
	}
	.docs-list__ic {
		min-width: 50px;
	}
	.docs-list__ic .img {
		margin: 0 auto;
	}
}

.steps {
	padding: 70px 0 0 70px;
}

.steps__img {
	font-size: 10px;
	width: 37.4em;
	height: 37.4em;
	border-radius: 50%;
	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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 7em;
}

.steps__list {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 100%;
}

.step {
	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;
	line-height: 1.2;
	padding: 20px 40px;
	border-bottom: 1px solid #e2dfdf;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.step.current {
	background-color: #faf8f8;
}

.step__ic {
	font-size: 10px;
	width: 5.8em;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 5.8em;
	-ms-flex: 0 0 5.8em;
	flex: 0 0 5.8em;
	height: 5.8em;
	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;
	margin-right: 2.2em;
}

@media screen and (max-width: 1199px) {
	.steps {
		padding: 50px 0 0 40px;
	}
	.steps__img {
		font-size: 8px;
	}
}

@media screen and (max-width: 991px) {
	.steps__img {
		font-size: 7px;
	}
	.step {
		padding: 20px;
	}
	.step__ic {
		font-size: 8px;
	}
}

@media screen and (max-width: 767px) {
	.steps {
		padding-left: 0;
	}
	.steps__img {
		display: none !important;
	}
	.steps__img img {
		display: none !important;
	}
}

.reasons {
	padding: 50px 0 80px;
}

.reasons li {
	margin-top: -1px;
	padding: 40px 90px;
	border-top: 1px solid #e2dfdf;
	border-bottom: 1px solid #e2dfdf;
}

.reasons-item {
	padding-left: 84px;
	font-size: 16px;
	line-height: 1.7;
	position: relative;
}

.reasons-ic {
	font-size: 10px;
	display: block;
	width: 3.4em;
	height: 3.4em;
	position: absolute;
	left: 0;
	top: 0.3em;
	z-index: 0;
}

@media screen and (max-width: 1199px) {
	.reasons li {
		padding: 40px 60px;
	}
	.reasons-item {
		padding-left: 65px;
	}
}

@media screen and (max-width: 767px) {
	.reasons {
		padding: 30px 0 0;
	}
	.reasons li {
		padding: 20px 15px;
	}
	.reasons-item {
		padding-left: 50px;
		font-size: 14px;
	}
}

.modal-banner {
	max-width: 1140px;
	max-height: 850px;
	margin: 0 auto;
	padding: 65vh 110px 30px;
	background: url("../img/banner-bg.jpg") no-repeat 0 100% / cover;
	color: #fff;
	position: relative;
}

.modal-banner .button-close {
	top: 30px;
	right: 30px;
	opacity: 1;
}

.modal-banner__col {
	width: 50%;
}

.modal-banner__title {
	margin-bottom: 0.5em;
	font-size: 32px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
}

.modal-banner__subtitle {
	max-width: 12em;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 300;
}

.modal-banner__form {
	max-width: 400px;
	margin: 0 0 0 auto;
}

.modal-banner__form .input,
.modal-banner__form .submit {
	height: 80px;
	font-size: 24px;
}

.modal-banner__form .input {
	margin-bottom: 25px;
	background: #fff;
}

@media screen and (max-width: 1199px) {
	.modal-banner {
		padding: 400px 40px 30px;
	}
}

@media screen and (max-width: 991px) {
	.modal-banner__title {
		font-size: 26px;
	}
	.modal-banner__subtitle {
		font-size: 20px;
	}
	.modal-banner__form .input,
	.modal-banner__form .submit {
		height: 60px;
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	.modal-banner {
		padding: 300px 20px 30px;
	}
	.modal-banner__title {
		font-size: 24px;
	}
	.modal-banner__subtitle {
		font-size: 20px;
		max-width: 100%;
	}
	.modal-banner__form {
		padding-left: 15px;
	}
}

@media screen and (max-width: 575px) {
	.modal-banner {
		text-align: center;
		padding: 350px 15px 20px;
		background-position-x: -32px;
	}
	.modal-banner__row {
		display: block;
	}
	.modal-banner__col {
		width: 100%;
	}
	.modal-banner__form {
		max-width: 290px;
		margin: 20px auto 0;
		padding-left: 0;
	}
	.modal-banner__form .input,
	.modal-banner__form .submit {
		height: 50px;
		font-size: 16px;
	}
	.modal-banner__form .input {
		margin-bottom: 15px;
	}
	.modal-banner .button-close {
		top: 15px;
		right: 15px;
	}
}

.testimonials-img {
	position: relative;
	max-height: 218px;
	overflow: hidden;
}

.open-video {
	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;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	padding: 0;
	outline: 0;
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.open-video::after {
	content: "";
	display: block;
	font-size: 8px;
	width: 9.1em;
	height: 9.1em;
	background: url("../img/play.png") no-repeat 50% 50% / 100%;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

@media screen and (max-width: 767px) {
	.open-video::after {
		font-size: 6px;
	}
}

.open-video:hover::after {
	filter: grayscale(0.1);
}

.ui-helper-hidden-accessible {
	display: none !important;
}

.type-table-border {
	padding: 0 0 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e2dfdf;
}

.type-table-font .type-table__row {
	align-items: flex-end;
}
.type-table-font .type__val {
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	border-bottom: 1px dashed #ed2e24;
}
.type__grid .type-table {
	min-height: auto;
	width: 100%;
}
.types-single .type__grid + .type__grid {
	margin-top: 20px;
	border-bottom: 0;
}

.contacts .map::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #000;
	opacity: 0.02;
	transition: visibility 0.1s 0s linear;
}
.contacts .map:hover::after {
	visibility: hidden;
	transition-delay: 1s;
}

.pp-btn-mob {
	display: none;
}
@media (max-width: 1199px) {
	.pp-btn-desktop {
		display: none !important;
	}
	.pp-btn-mob {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

/*--------------------------------------------------------------
# Cookies
--------------------------------------------------------------*/
#cookies-msg {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	z-index: 999999;
	background-color: rgba(255, 255, 255, 0.8);
}
.cookies-msg__hide {
	display: none;
}

.cookies-msg__body {
	margin-bottom: 20px;
}

.cookie-notification__buttons .button {
	font-size: 12px;
	padding: 10px 15px;
	width: auto;
	height: auto;
}

/*--------------------------------------------------------------
# Whatsapp widget
--------------------------------------------------------------*/
.whatsapp__link {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 45px;
	bottom: 30px;
	width: 55px;
	height: 55px;
	background-color: #2ca5e0;
	border-radius: 50%;
	z-index: 999;
}
.whatsapp__img {
	display: inline-block;
	height: 35px;
	width: 35px;
	background-image: url(../img/tg-widget.png);
	background-size: cover;
	background-position: center;
}
.whatsapp__link::after {
	content: " ";
	display: block;
	position: absolute;
	border: 1px solid #2ca5e0;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-radius: 50%;
	animation: animate-circle 1.5s linear infinite;
	opacity: 0;
	backface-visibility: hidden;
}

@keyframes animate-circle {
	0% {
		transform: scale(0.5);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}