/*!
Theme Name: Impact Partner
Theme URI: http://underscores.me/
Author: MX-Studio
Author URI: https://mx-studio.pl/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: impact-partner
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Impact Partner is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

:root {
	--container: 1290px;

	--text-size: 18px;
	--text-size-md: 16px;
	--text-size-sm: 14px;
	--h1-size: 48px;
	--h2-size: 40px;
	--h3-size: 32px;
	--h4-size: 28px;
	--h5-size: 24px;
	--h6-size: 20px;
}


*, ::after, ::before {
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	line-height: 1.21;
	color: #000000;
	background: #FFFFFF;
}
a, a:hover {
	text-decoration: none;
	color: #000000;
	transition: .25s;
}
img {
	margin: 0;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.bg-cover {
	position: relative;
}
.bg-cover img,
.bg-cover video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.bg-cover span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	margin: 0 0 24px;
	line-height: 1.21;
	letter-spacing: .04em;
}
h1 {
	font-size: var(--h1-size);
}
h2 {
	font-size: var(--h2-size);
}
h3 {
	font-size: var(--h3-size);
}
h4 {
	font-size: var(--h4-size);
}
h5 {
	font-size: var(--h5-size);
}
h6 {
	font-size: var(--h6-size);
}
p, ul, ol, blockquote {
	margin: 0 0 24px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child {
	margin-bottom: 0;
}
.form-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px -24px;
}
.form-col {
	margin: 0 0 24px;
	padding: 0 20px;
}
.form-col-3 {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.form-field {
	position: relative;
	margin-bottom: 24px;
}
.form-field:last-child {
	margin-bottom: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
	font-size: 14px;
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	line-height: 1.5;
	width: 100%;
	background: #F0F0F0;
	border: none;
	color: #000000;
	border-radius: 0;
	padding: 9.5px 16px;
	outline: none;
	transition: .25s;
}
textarea {
	height: 104px;
	resize: vertical;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 0;
}
.wpcf7-not-valid-tip {
	margin-top: 2px;
	font-size: var(--text-size-sm);
}
.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0;
	padding: 10px 15px;
	font-size: var(--text-size-sm);
	text-align: center;
}
.form-field-policy {
	font-size: var(--text-size-sm);
	line-height: 1.21;
	color: #424959;
}
.form-field-policy a {
	text-decoration: underline;
}
.form-field-policy a:hover {
	color: #990000;
}
.wpcf7-acceptance {
	display: block;
	cursor: pointer;
}
.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
	display: block;
}
.wpcf7-acceptance .wpcf7-list-item-label,
.form-field-policy-label {
	display: block;
	padding-left: 40px;
	cursor: pointer;
}
.wpcf7-acceptance input[type="checkbox"],
.form-field-policy-label input[type="checkbox"] {
	-webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: middle;
  background: #F0F0F0;
  width: 24px;
  height: 24px;
  outline: 0;
  padding: 0px;
  margin: 0;
  margin-right: 0;
  border-radius: 0px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.wpcf7-acceptance input[type="checkbox"]:checked:after,
.form-field-policy-label input[type="checkbox"]:checked:after {
	content: "";
	width: 8px;
	height: 15px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	display: block;
	position: absolute;
	top: 2px;
	left: 8px;
	transform: rotate(45deg);
}
.form-field-policy-label span {
	min-height: 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.form-field-button .btn {
	width: 100%;
}
.form-field-file__hide {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
}
.form-field-file__action {
	display: flex;
	justify-content: space-between;
}
.form-field-file__input {
	flex: auto;
	max-width: 100%;
	display: flex;
	align-items: center;
	height: 40px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	background: #F0F0F0;
	color: #000000;
	padding: 4px 4px 4px 16px;
	outline: none;
	transition: .25s;
}
.form-field-file__input.none {
	color: rgba(0,0,0,.6);
}
.form-field-file__button {
	flex: 0 0 40px;
	max-width: 40px;
	height: 40px;
	background: #F28B37;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .25s;
	margin-left: 16px;
	cursor: pointer;
}
.form-field-file__button:hover {
	background: #222222;
}
.form-field-file__button:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/upload.svg);
	mask-image: url(images/upload.svg);
	background-color: #FFFFFF;
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
}







.container {
	width: 100%;
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
}
.section {
	position: relative;
	padding-top: 140px;
	padding-bottom: 140px;
	z-index: 1;
}
.section-md {
	position: relative;
	padding-top: 70px;
	padding-bottom: 70px;
	z-index: 1;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
@media (min-width: 992px) {
	.hide-lg {
		display: none !important;
	}
}

.heading {
	position: relative;
	margin-bottom: 80px;
}
.heading h2 {
	font-size: var(--h2-size);
	font-weight: 800;
	text-transform: uppercase;
}



.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 16px;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	line-height: 1.5;
	text-transform: uppercase;
	border: 1px solid transparent;
	padding: 17px 34px;
	border-radius: 0;
	outline: none;
	min-width: 300px;
	cursor: pointer;
	transition: .25s;
}
.btn-sm {
	padding: 11px 30px;
	min-width: auto !important;
}
.btn-primary {
	background-color: #990000;
	border-color: #990000;
	color: #FFFFFF;
}
.btn-primary:hover {
	background-color: #790110;
	border-color: #790110;
	color: #FFFFFF;
}
.btn-secondary {
	background-color: #F28B37;
	border-color: #F28B37;
	color: #FFFFFF;
}
.btn-secondary:hover {
	background-color: #790110;
	border-color: #790110;
	color: #FFFFFF;
}
.btn-outline-primary {
	background-color: transparent;
	border-color: #FFFFFF;
	color: #FFFFFF;
}
.btn-outline-primary:hover {
	background-color: #790110;
	border-color: #790110;
	color: #FFFFFF;
}



.owl-nav {
	position: relative;
	display: flex;
	z-index: 9;
}
.owl-nav button,
.owl-conditions-button {
	flex: 0 0 50px;
	max-width: 50px;
	width: 50px;
	height: 50px;
	background: none !important;
	border: 2px solid #790110 !important;
	border-radius: 0px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	margin-right: 26px;
	cursor: pointer;
	transition: .25s;
}
.owl-nav button:last-child,
.owl-conditions-button:last-child {
	margin-right: 0;
}
.owl-nav button:hover,
.owl-conditions-button:hover {
	background: #790110 !important;
}
.owl-nav button.disabled {
	opacity: 0;
}
.owl-nav button.owl-prev,
.owl-conditions-prev {
	transform: rotate(90deg);
}
.owl-nav button.owl-next,
.owl-conditions-next {
	transform: rotate(-90deg);
}
.owl-nav button:before,
.owl-conditions-button:before {
	content: '';
	-webkit-mask-size: 16px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow-right.svg);
	mask-image: url(images/arrow-right.svg);
	background-color: #790110;
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	transition: .25s;
}
.owl-nav button:hover:before,
.owl-conditions-button:hover:before {
	background-color: #FFFFFF;
}

.soc-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.soc-links li {
	margin-right: 20px;
}
.soc-links li:last-child {
	margin-right: 0;
}
.soc-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
}
.soc-links li a svg {
	flex: 0 0 100%;
	max-width: 100%;
	height: 100%;
}
.soc-links li a path {
	fill: #F9F1E6;
	transition: .25s;
}
.soc-links li a:hover path {
	opacity: .8;
}



.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
	/*transition: opacity .15s linear;*/
}
body.modal-open {
	/*overflow: hidden;*/
	/**padding-right: 17px;*/
}
.modal-dialog {
	position: relative;
	width: auto;
	max-width: 520px;
	margin: 1.75rem auto;
	pointer-events: none;
	display: flex;
	align-items: center;
	min-height: calc(100% - 3.5rem);
	/*transition: transform .3s ease-out;*/
}
.modal-lg {
	max-width: 790px;
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	border: 1px solid #990000;
	background-color: #FFFFFF;
	background-clip: padding-box;
	outline: 0;
	padding: 40px;
	overflow: hidden;
	z-index: 1;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: #000000;
	opacity: 0;
	z-index: -1;
}
.modal-backdrop.show {
	opacity: .8;
	z-index: 1049;
}
.modal-title {
	font-size: var(--h5-size);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
	margin-bottom: 32px;
}
.modal-close {
	position: absolute;
	-webkit-mask-size: 24px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
	background-color: #969CAB;
	width: 48px;
	height: 48px;
	top: 0px;
	right: 0px;
	border: none;
	cursor: pointer;
	padding: 0;
	transition: .25s;
	z-index: 9;
}
.modal-close:hover {
	background-color: #990000;
}



.wp-caption {
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px -24px;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 0 0 24px;
	padding: 0 12px;
}
.gallery-item * {
	height: 100%;
}
.gallery-item > * {
	overflow: hidden;
	border-radius: 20px;
}
.gallery-columns-2 .gallery-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
	height: calc((var(--container) - 1 * 24px) / 2 / 1.38 );
}
.gallery-columns-3 .gallery-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	height: calc((var(--container) - 2 * 24px) / 3 / 1.38 );
}
.gallery-columns-4 .gallery-item {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
	height: calc((var(--container) - 3 * 24px) / 4 / 1.38 );
}
.gallery-columns-5 .gallery-item {
	flex: 0 0 calc(100% / 5);
	max-width: calc(100% / 5);
	height: calc((var(--container) - 4 * 24px) / 5 / 1.38 );
}
.gallery-columns-6 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
	height: calc((var(--container) - 5 * 24px) / 6 / 1.38 );
}
.gallery-columns-7 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
	height: calc((var(--container) - 6 * 24px) / 7 / 1.38 );
}
.gallery-columns-8 .gallery-item {
	flex: 0 0 calc(100% / 8);
	max-width: calc(100% / 8);
	height: calc((var(--container) - 7 * 24px) / 8 / 1.38 );
}
.gallery-columns-9 .gallery-item {
	flex: 0 0 calc(100% / 9);
	max-width: calc(100% / 9);
	height: calc((var(--container) - 8 * 24px) / 9 / 1.38 );
}
.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .25s;
}
.gallery-item:hover img {
	transform: scale(1.05);
}
.gallery-caption {
	display: block;
}
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


.wrapper {
	position: relative;
	z-index: 1;
}

.header {
	position: sticky;
	top: 0;
	padding: 20px 0;
	background: #990000;
	transition: .5s;
	z-index: 98;
}
.home .header {
	background: transparent;
}
.header.fixed {
	background: #990000;
}
.header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	height: 40px;
}
.main-menu {
	flex: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.main-menu li {
	margin-right: 56px;
}
.main-menu li:last-child {
	margin-right: 0;
}
.main-menu li a {
	font-size: var(--text-size-md);
	font-weight: 500;
	letter-spacing: .01em;
	color: #FFFFFF;
	text-transform: uppercase;
}
.main-menu li a:hover {
	opacity: .8;
}

.header-phone {
	flex: 0 0 auto;
	display: flex;
}
.header-phone a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #ffffff;
	padding: 8px 16px;
	font-size: var(--text-size-sm);
	color: #990000;
}
.header-phone a:hover {
	background: #990000;
	color: #FFFFFF;
}
.header-phone a:before {
	content: '';
	-webkit-mask-image: url(images/phone-filled.svg);
  mask-image: url(images/phone-filled.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #990000;
  flex: 0 0 24px;
  max-width: 24px;
  width: 24px;
  height: 24px;
  transition: .5s;
}
.header-phone a:hover:before {
	background-color: #ffffff;
}

.lang-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.lang-menu > li {
	position: relative;
}
.lang-menu > li > a {
	position: relative;
	border: 1px solid #F9F1E6;
	color: #F9F1E6;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--text-size-sm);
	width: 50px;
	height: 40px;
	z-index: 1;
}
.lang-menu > li > a:hover {
	opacity: .8;
}
.lang-menu > li.menu-item-has-children > a:after{
	content: '';
	background: url(images/lang-menu-arrow.svg) no-repeat center;
	background-size: contain;
	flex: 0 0 10px;
	max-width: 10px;
	width: 10px;
	height: 10px;
	margin-left: 2px;
	transition: .25s;
}
.lang-menu > li.active > a:after {
	transform: rotate(-90deg);
}
.lang-menu ul {
	display: none;
	position: absolute;
	top: 100%;
	right: 0px;
	width: 100%;
	border: 1px solid #F9F1E6;
	border-top: none;
	background: #990000;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 9;
}
.lang-menu ul li {
	position: relative;
	text-align: center;
	border-bottom: 1px solid #F9F1E6;
	z-index: 1;
}
.lang-menu ul li:last-child {
	border-bottom: none;
}
.lang-menu ul li a {
	font-size: var(--text-size-sm);
	text-transform: uppercase;
	color: #F9F1E6;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
}
.lang-menu ul li a:hover {
	opacity: .8;
}



.header-toggle {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-toggle button {
	flex: 0 0 36px;
	max-width: 36px;
	width: 36px;
	height: 36px;
	-webkit-mask-image: url(images/menu.svg);
  mask-image: url(images/menu.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #FFFFFF;
  border-radius: 0;
  border: none;
  padding: 0;
  outline: none !important;
  cursor: pointer;
  transition: .25s;
}
.header-toggle button:hover {
	background-color: #990000;
}
.header.fixed .header-toggle button:hover {
	background: #F28B37;
}


.modal-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
  transition: .25s;
}
.modal-mobile.show {
	z-index: 9999;
	opacity: 1;
}
.modal-mobile-bg {
	background: rgb(0 0 0 / 45%);
	position: absolute;
	opacity: 0;
	transition: .25s;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.modal-mobile.show .modal-mobile-bg {
	opacity: 1;
}
.modal-mobile-wrap {
  position: relative;
  background: #FFFFFF;
  border-radius: 0;
  height: 100%;
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  transform: translateX(100%);
  padding: 60px 20px 20px;
  transition: .25s;
  overflow: auto;
  z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateX(0);
}
.modal-mobile-close {
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-mask-image: url(images/close.svg);
  mask-image: url(images/close.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #990000;
  width: 24px;
  height: 24px;
  border: none;
  padding: 0;
  outline: none !important;
  cursor: pointer;
  transition: .25s;
}
.modal-mobile-close:hover {
	background-color: #000;
}






.home .main {
	position: relative;
	margin-top: -81px;
	overflow: hidden;
	z-index: 1;
}




.hero-section {
	position: relative;
	padding-top: 120px;
	z-index: 1;
}
.hero-bg {
	position: absolute;
	background: #990000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.hero-bg:before {
	content: '';
	position: absolute;
	width: calc((100% - var(--container)) / 2 + var(--container) * .421);
	height: 100%;
	top: 0;
	left: 0;
	background: #848B9C;
	z-index: -2;
}
.hero-bg:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(images/hero-bg.svg) no-repeat center;
	background-size: cover;
	opacity: .5;
	z-index: -1;
}
.hero-wrap {
	position: relative;
	min-height: 680px;
	display: flex;
	align-items: center;
	z-index: 1;
}
.hero-auto {
	position: absolute;
	width: 392px;
	height: 700px;
	bottom: 0;
	left: calc(42.1% - 296px + 50px);
	z-index: -1;
}
.hero-auto span {
	position: absolute;
	background: url(images/car-impact-red.png) no-repeat center;
	background-size: contain;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.hero-auto-mobile {
	display: none;
}
.hero-advantages {
	flex: 0 0 auto;
	margin-right: 88px;
	margin-top: -120px;
}
.hero-advantages p {
	width: 110px;
	min-height: 110px;
	margin-bottom: 33px;
	background: #BE0000;
	border: 2px solid #AB041C;
	color: #FFFFFF;
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.hero-advantages p:last-child {
	margin-bottom: 0;
}
.hero-advantages p span {
	display: block;
	font-size: var(--text-size-sm);
	font-weight: 400;
	line-height: 1.21;
	text-align: center;
}
.hero-advantages p span:first-child {
	margin-bottom: 4px;
	font-size: var(--h3-size);
	font-weight: 800;
	line-height: 1;
}
.hero-logo {
	position: relative;
	margin-top: -85px;
	z-index: 1;
}
.hero-logo:before {
	content: '';
	width: 125px;
	height: 53px;
	position: absolute;
	top: 4px;
	left: -144px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #fff;
	z-index: -1;
}
.hero-logo:after {
	content: '';
	width: 125px;
	height: 64px;
	position: absolute;
	bottom: 26px;
	left: -144px;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #fff;
	z-index: -1;
}
.hero-info {
	flex: auto;
	max-width: 100%;
	padding-right: 60px;
	margin-top: -110px;
}
.hero-info-inner {
	position: relative;
	max-width: 538px;
	margin-left: auto;
	z-index: 1;
}
.hero-info-inner:before {
	content: '';
  width: 195px;
  height: 46px;
  position: absolute;
  top: -71px;
  left: -25px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #fff;
  z-index: -1;
}
.hero-info-inner:after {
	content: '';
	width: 450px;
	height: 46px;
	position: absolute;
	bottom: -85px;
	left: -25px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #fff;
	z-index: -1;
}
.hero-heading {
	font-size: var(--h1-size);
	font-weight: 600;
	line-height: 1.21;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 25px;
}
.hero-description {
	margin-bottom: 53px;
	color: #FFFFFF;
	line-height: 1.3;
}
.hero-buttons {
	display: flex;
}
.hero-buttons .btn {
	margin-right: 30px;
  min-width: auto;
  padding-left: 10px;
  padding-right: 10px;
  flex: auto;
}
.hero-buttons .btn:last-child {
	margin-right: 0;
}
.soc-links.hero-soc {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	flex-direction: column;
	z-index: 80;
}
.soc-links.hero-soc li {
	margin: 0 0 10px;
}
.soc-links.hero-soc li:last-child {
	margin-bottom: 0;
}
.soc-links.hero-soc li a {
	width: 50px;
	height: 50px;
	padding: 15px;
	background: #790110;
}









.feedback-section {
	position: relative;
	height: 556px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	z-index: 2;
}
.ifame-map {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.ifame-map iframe {
	width: 100%;
	height: 100%;
}
.feedback-block {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -85px;
	background: #FFFFFF;
	border: 2px solid #990000;
	padding: 40px 110px;
	z-index: 1;
}
.feedback-block-heading {
	position: relative;
	margin-bottom: 32px;
}
.feedback-block-heading h2 {
	font-size: var(--h5-size);
	text-transform: uppercase;
}
.feedback-bagde {
	position: absolute;
	padding: 30px;
	background: #AB041C;
	width: 240px;
	top: -40px;
	right: calc((100% - var(--container)) / 2 + 173px);
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: var(--h3-size);
	font-weight: 700;
	letter-spacing: .04em;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 1;
}
.feedback-bagde-triangle {
	content: '';
  width: 0;
  height: 0;
  border-bottom: 40px solid #810013;
  border-left: 18px solid transparent;
  position: absolute;
  left: -17px;
  top: 0;
  z-index: 1;
}
.feedback-bagde__text-1,
.feedback-bagde__text-3 {
	opacity: .8;
}
.feedback-bagde__text-2 {
	font-size: 4em;
	font-weight: 800;
	letter-spacing: 0;
	line-height: .9;
}
.feedback-bagde:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 50px solid #AB041C; 
	border-right: 120px solid transparent;
	position: absolute;
	left: 0;
	bottom: -49px;
	z-index: 1;
}
.feedback-bagde:after{
	content: '';
	width: 0;
	height: 0;
	border-top: 50px solid #AB041C; 
	border-left: 120px solid transparent;
	position: absolute;
	right: 0;
	bottom: -49px;
	z-index: 1;
}


.footer {
	position: relative;
	background: #990000;
	padding: 124px 0 40px;
	overflow: hidden;
	z-index: 1;
}
.footer:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/symbol-m.svg);
	mask-image: url(images/symbol-m.svg);
	background-color: #AB041C;
	position: absolute;
	width: 1440px;
	height: 1273px;
	top: calc(50% - 45px);
	left: calc((100% - var(--container)) / 2 + 18px);
	transform: translateY(-50%);
	z-index: -1;
}
.footer-wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.footer-widget {
	position: relative;
	min-width: 180px;
	line-height: 1.25;
	color: rgba(249, 241, 230, 0.8);
	font-size: var(--text-size-md);
	z-index: 1;
}
.footer-widget:nth-child(1) {
	margin-left: 8.5%;
}
.footer-widget:nth-child(2) {
	margin-left: 12.5%;
	flex: auto;
}
.footer-widget:nth-child(3) {
	margin-left: 8.5%;
}
.footer-widget-title {
	font-size: var(--text-size);
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	margin-bottom: 16px;
	line-height: 1.21;
	color: #F9F1E6;
}
.footer-widget a {
	color: rgba(249, 241, 230, 0.8);
}
.footer-widget a:hover {
	color: rgba(249, 241, 230, 1);
}
.footer-phone {
	margin-bottom: 24px;
}
.footer-phone:last-child {
	margin-bottom: 0;
}
.footer-address {
	margin-bottom: 5px;
}
.footer-soc {
	margin-bottom: 30px;
	justify-content: flex-end;
}
.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-menu li {
	margin-bottom: 8px;
	text-align: right;
}
.footer-menu li:last-child {
	margin-bottom: 0;
}
.footer-menu li a {
	color: rgba(249, 241, 230, 0.8);
}
.footer-menu li a:hover {
	color: rgba(249, 241, 230, 1);
}



.page-header {
	position: relative;
	background: #F0F0F0;
	padding: 45px 0;
	z-index: 1;
}
.page-title {
	text-align: center;
	font-size: var(--h2-size);
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 0;
}
.aioseo-breadcrumbs {
	text-align: center;
	margin-top: 10px;
	font-size: var(--text-size-sm);
	opacity: .8;
}
.aioseo-breadcrumbs a:hover {
	color: #990000;
}
.page-content {
	padding-top: 45px;
}

.error-404-number {
	font-size: calc(var(--h1-size) * 6);
	font-weight: 800;
	color: #990000;
	line-height: 1;
	text-align: center;
}
.error-404-button {
	text-align: center;
}




.partners-section {
	position: relative;
	padding: 27px 0;
	border-bottom: 2px solid #990000;
	z-index: 1;
}
.partners-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.partners-heading {
	font-size: var(--h5-size);
	font-weight: 500;
	letter-spacing: .01em;
	color: #990000;
	text-transform: uppercase;
	flex: 0 0 auto;
	margin: 0 30px 0 0;
}
.partners-items {
	position: relative;
	display: flex;
	align-items: center;
}
.partners-item {
	margin-right: 64px;
}
.partners-item:last-child {
	margin-right: 0;
}
.partners-item img {
	max-height: 48px;
}



.advantages-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}
.advantages-item {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0 0 30px;
	padding: 0 15px;
}
.advantages-item__wrap {
	position: relative;
	perspective: 30rem;
	height: calc((var(--container) - 3 * 30px) / 4 / 0.862);
	z-index: 1;
}
.advantages-item__front, .advantages-item__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s;
  backface-visibility:hidden;
}
.advantages-item__front {
	position: relative;
	border: 2px solid #990216;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
	z-index: 1;
}
.advantages-item__back {
	background: #990000;
	border: 2px solid #990216;
  color: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
  transform: rotateY(180deg);
}
.advantages-item__wrap:hover .advantages-item__front { transform: rotateY(180deg); }
.advantages-item__wrap:hover .advantages-item__back { transform: rotateY(360deg); }
.advantages-item__image {
	position: relative;
	margin-bottom: 30px;
	flex: 0 0 120px;
	max-height: 120px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #990000;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.advantages-item__image img {
	max-width: 100px;
	max-height: 100px;
}
.advantages-item__title {
	font-size: var(--h5-size);
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.04em;
}
.advantages-item__back .advantages-item__title {
	margin-bottom: 32px;
}
.advantages-item__back .advantages-item__title:last-child {
	margin-bottom: 0;
}
.advantages-item__back-inner {
	position: relative;
  overflow: auto;
  height: 100%;
  z-index: 1;
}
.advantages-item__text {
	text-align: center;
	font-size: var(--text-size-md);
}





.requirements-section:before {
	content: '';
	background: #F0F0F0;
	position: absolute;
	width: calc(100% - (100% - var(--container)) / 2);
	height: 100%;
	top: 0;
	right: 0;
	z-index: -2;
}
.requirements-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	overflow: hidden;
	z-index: -1;
}
.requirements-bg:after {
	content: '';
	background: url(images/tire-track.png) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 1664px;
	height: 853px;
	top: 116px;
	right: calc((100% - var(--container)) / 2 - 105px);
	transform: rotate(-15deg);
	opacity: .1;
	z-index: 1;
}
.requirements-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.requirements-left {
	flex: 0 0 calc(48% - 40px);
	max-width: calc(48% - 40px);
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.requirements-image {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.requirements-image img {
	position: absolute;
	max-width: inherit;
	max-height: inherit;
	height: calc(100% + 70px + 70px + 100px);
	top: calc(50% - 20px);
	right: 0;
	transform: translateY(-50%);
	z-index: 1;
}
.requirements-right {
	flex: 0 0 52%;
}
.requirements-heading {
	margin-bottom: 48px;
	max-width: 600px;
}
.requirements-items {
	position: relative;
}
.requirements-item {
	position: relative;
	background: linear-gradient(267.73deg, #790110 -2.85%, #F0F0F0 104.97%);
	max-width: 509px;
	padding: 40px;
	margin-bottom: 32px;
	z-index: 1;
}
.requirements-item:last-child {
	margin-bottom: 0;
}
.requirements-item:nth-child(1) {
	margin-left: 28px;
}
.requirements-item:nth-child(2),
.requirements-item:nth-child(4) {
	margin-left: 100px;
}
.requirements-item:nth-child(3) {
	margin-left: 148px;
}
.requirements-item:nth-child(2) {
	max-width: 538px;
}
.requirements-item:before {
	content: '';
	position: absolute;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	top: 2px;
	left: 2px;
	background: #FFFFFF;
	z-index: -1;
}
.requirements-item:last-child {
	margin-bottom: 0;
}
.requirements-item__number {
	position: absolute;
	width: 54px;
	left: -38px;
	top: calc(50%);
	transform: translateY(-50%);
	font-size: calc(var(--h2-size) * 2.75);
	font-weight: 700;
	z-index: 1;
}
.requirements-item:nth-child(4n+1) .requirements-item__number {
	color: #990000;
}
.requirements-item:nth-child(4n+2) .requirements-item__number {
	color: #848B9C;
}
.requirements-item:nth-child(4n+3) .requirements-item__number {
	color: #4B4F5A;
}
.requirements-item:nth-child(4n+4) .requirements-item__number {
	color: #000000;
}
.requirements-button {
	margin-top: 48px;
	text-align: center;
	max-width: 600px;
}




.working-items {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(4, auto);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
.working-item {
	position: relative;
	background: #F0F0F0;
	overflow: hidden;
	z-index: 1;
}
.working-item:nth-child(1) {
	grid-area: 1 / 1 / 2 / 5;
}
.working-item:nth-child(2) {
	grid-area: 1 / 5 / 2 / 7;
	background: none;
	border: 2px solid #990216;
}
.working-item:nth-child(3) {
	grid-area: 2 / 1 / 3 / 4;
	background: #990216;
	color: #FFFFFF;
}
.working-item:nth-child(4) {
	grid-area: 2 / 4 / 4 / 7;
	display: flex;
}
.working-item:nth-child(5) {
	grid-area: 3 / 1 / 4 / 4;
}
.working-item:nth-child(6) {
	grid-area: 4 / 1 / 5 / 7;
	display: flex;
	flex-direction: row-reverse;
}
.working-item__wrap {
	padding: 48px 56px;
}
.working-item:nth-child(1) .working-item__wrap {
	padding-left: 173px;
}
.working-item:nth-child(2) .working-item__wrap {
	padding-bottom: 58px;
}
.working-item:nth-child(4) .working-item__wrap {
	flex: 0 0 376px;
	max-width: 376px;
	padding-right: 0;
}
.working-item:nth-child(5) .working-item__wrap {
	padding-left: 260px;
}
.working-item:nth-child(6) .working-item__wrap {
	flex: 0 0 57.5%;
	max-width: 57.5%;
	padding-left: 0;
}
.working-item__number {
	position: absolute;
	font-size: calc(var(--h2-size) * 7.5);
	font-weight: 700;
	letter-spacing: .1em;
	z-index: 1;
}
.working-item:nth-child(1) .working-item__number {
	color: #848B9C;
  top: -73px;
  left: -10px;
}
.working-item:nth-child(2) .working-item__number {
	color: #990216;
	bottom: -73px;
	right: -47px;
}
.working-item:nth-child(3) .working-item__number {
	right: -48px;
	bottom: -85px;
}
.working-item:nth-child(4) .working-item__number {
	color: #990216;
  bottom: -73px;
  left: 42px;
}
.working-item:nth-child(5) .working-item__number {
	color: #FFFFFF;
	-webkit-text-stroke: 3px #990216;
	left: 27px;
	top: -72px;
}
.working-item:nth-child(6) .working-item__number {
	color: #848B9C;
	top: -59px;
	right: -15px;
}
.working-item:nth-child(2) .working-item__info {
	max-width: 212px;
}
.working-item:nth-child(3) .working-item__info {
	max-width: 300px;
}
.working-item:nth-child(6) .working-item__info {
	max-width: 480px;
}
.working-item__title {
	font-size: var(--h5-size);
	font-weight: 700;
	letter-spacing: .04em;
	margin-bottom: 32px;
	text-transform: uppercase;
}
.working-item__title:last-child {
	margin-bottom: 0;
}
.working-item:nth-child(4) .working-item__image {
	margin-left: -56px;
}
.working-item:nth-child(4) .working-item__image img {
	object-fit: contain;
	object-position: right top;
	width: 100%;
	height: 100%;
}
.working-item:nth-child(6) .working-item__image {
	flex: auto;
	max-width: 100%;
}
.working-item__button {
	margin-top: 32px;
}




.conditions-wrap {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.conditions-left {
	position: relative;
	background: #990216;
	color: #fff;
	flex: 0 0 66%;
	max-width: 66%;
	padding: 80px 32px 52px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 1;
}
.conditions-left:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/symbol-m.svg);
	mask-image: url(images/symbol-m.svg);
	background-color: #AB041C;
	opacity: .5;
	position: absolute;
	width: 1038px;
	height: 845px;
	top: calc(50% - 405px);
	left: calc(50% - 465px);
	transform: rotate(-10.5deg);
	z-index: -1;
}
.conditions-heading {
	margin-bottom: 56px;
}
.conditions-heading h2 {
	display: flex;
	align-items: center;
	justify-content: center;
}
.conditions-heading p {
	opacity: .8;
}
.conditions-items {
	display: flex;
	flex-wrap: wrap;
}
.conditions-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.conditions-item__price {
	margin-bottom: 8px;
	font-size: calc(var(--h1-size) * 1.5);
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}
.conditions-item__price span {
	font-size: var(--h3-size);
	font-weight: 400;
	letter-spacing: .04em;
	text-transform: uppercase;
	margin-left: 10px;
}
.conditions-item__content {
	text-align: center;
}
.conditions-button {
	margin-top: 48px;
	text-align: center;
}
.conditions-right {
	flex: 0 0 34%;
	max-width: 34%;
	padding-top: 31px;
}
.conditions-item__image {
	height: 440px;
	border: 3px solid #990216;
	border-left: none;
	margin-bottom: 12px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
}
.conditions-item__image img {
	margin-top: -93px;
	max-height: 520px;
}
.conditions-additionalContent h3 {
	font-size: var(--h5-size);
	text-align: right;
	text-transform: uppercase;
}
.owl-conditions-button {
	flex: 0 0 40px;
	max-width: 40px;
	width: 40px;
	height: 40px;
	border-color: #FFFFFF !important;
}
.owl-conditions-prev {
	margin-right: 15px;
}
.owl-conditions-next {
	margin-left: 15px;
}
.owl-conditions-button:before {
	background-color: #FFFFFF;
}



.reviews-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.reviews-heading {
	flex: 0 0 calc(100% - 126px - 30px);
	max-width: calc(100% - 126px - 30px);
}
.reviews-nav {
	flex: 0 0 126px;
	max-width: 126px;
}
.reviews-items {
	flex: 0 0 100%;
	max-width: 100%;
}
.reviews-item__wrap {
	position: relative;
	border: 2px solid #990216;
	padding: 24px;
	z-index: 1;
}
.reviews-item__head {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.reviews-item__image {
	flex: 0 0 80px;
	max-width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 24px;
}
.reviews-item__name {
	flex: auto;
	max-width: 100%;
	font-size: var(--h5-size);
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}
.reviews-item__content {
	position: relative;
	background: #F0F0F0;
	padding: 16px 32px;
	font-size: var(--text-size-md);
	z-index: 1;
}



.modalForm-block {
	position: relative;
	margin-bottom: 24px;
}
.modalForm-block:last-child {
	margin-bottom: 0;
}
.modalForm-heading {
	font-size: var(--h6-size);
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.modalForm-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px -16px;
}
.modalForm-col {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 8px;
	margin: 0 0 16px;
}
.modalForm-col-50 {
	flex: 0 0 50%;
	max-width: 50%;
}
.modalForm-block .form-field {
	margin-bottom: 16px;
}
.modalForm-block .form-field:last-child {
	margin-bottom: 0;
}
.modalForm-text {
	font-size: var(--text-size-sm);
	line-height: 1.25;
	opacity: .7;
}
.modalForm-button {
	text-align: center;
}




@media (max-width: 1399px) {
	:root {
		--container: 1110px;

		--text-size: 16px;
		--text-size-md: 15px;
		--text-size-sm: 14px;
		--h1-size: 40px;
		--h2-size: 34px;
		--h3-size: 28px;
		--h4-size: 24px;
		--h5-size: 20px;
		--h6-size: 18px;
	}

	.section {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.heading {
		margin-bottom: 40px;
	}

	.header {
		padding: 12px 0;
	}
	.main-menu li {
		margin-right: 30px;
	}
	.hero-wrap {
		min-height: 580px;
	}
	.hero-auto {
		height: 590px;
	}
	.hero-logo {
		max-width: 120px;
	}
	.hero-logo:before {
		width: 105px;
    height: 18px;
    top: 4px;
    left: -124px;
	}
	.hero-logo:after {
		width: 105px;
		height: 30px;
		bottom: 26px;
		left: -124px;
	}
	.hero-advantages {
		margin-right: 68px;
	}
	.hero-info {
		padding-right: 0;
	}
	.hero-info-inner {
		max-width: 510px;
	}
	.hero-heading {
		margin-bottom: 20px;
	}
	.hero-description {
		margin-bottom: 35px;
	}
	.hero-info-inner:before {
		top: -41px;
		height: 36px;
		width: 166px;
	}
	.hero-info-inner:after {
		height: 36px;
		bottom: -55px;
		width: 430px;
	}
	.home .main {
		margin-top: -65px;
	}
	.partners-item img {
    max-height: 36px;
	}
	.advantages-item__back .advantages-item__title {
		margin-bottom: 20px;
	}
	.requirements-item {
		margin-bottom: 20px;
	}
	.requirements-button {
		margin-top: 36px;
	}
	.working-item__wrap {
		padding: 36px 44px;
	}
	.working-item:nth-child(1) .working-item__wrap {
    padding-left: 150px;
	}
	.working-item:nth-child(2) .working-item__wrap {
    padding-bottom: 44px;
	}
	.working-item:nth-child(4) .working-item__image {
    margin-left: -30px;
	}
	.feedback-bagde {
		right: calc((100% - var(--container)) / 2 + 30px);
		width: 210px;
	}
	.feedback-block {
		padding: 36px 60px;
	}
	.page-content {
		padding-top: 40px;
	}
	.page-header {
		padding: 36px 0;
	}
}




@media (max-width: 1199px) {
	:root {
		--container: 910px;

		--text-size: 16px;
		--text-size-md: 15px;
		--text-size-sm: 14px;
		--h1-size: 36px;
		--h2-size: 32px;
		--h3-size: 28px;
		--h4-size: 24px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote {
		margin-bottom: 20px;
	}
	.section {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.main-menu li {
		margin-right: 10px;
	}
	.hero-section {
		padding-top: 90px;
	}
	.hero-auto {
		height: 380px;
	}
	.hero-info-inner:before,
	.hero-info-inner:after {
		display: none;
	}
	.hero-info-inner {
	  max-width: calc(var(--container)* .58 - 60px);
	}
	.hero-wrap {
	  min-height: 480px;
	}
	.hero-advantages {
		margin-top: -60px;
		margin-right: 40px;
	}
	.hero-logo {
		margin-top: -25px;
	}
	.hero-logo:before,
	.hero-logo:after {
		width: 77px;
		left: -96px;
	}
	.hero-info {
		margin-top: -50px;
	}
	.hero-buttons .btn {
		margin-right: 16px;
	}
	.hero-bg:before {
		width: calc((100% - var(--container)) / 2 + var(--container) * .4);
	}
	.partners-section {
		padding: 22px 0;
	}
	.partners-item {
		margin-right: 40px;
	}
	.advantages-item__image {
		flex: 0 0 100px;
		max-width: 100px;
		width: 100px;
		height: 100px;
		margin-bottom: 24px;
	}
	.advantages-item__title {
		font-size: var(--h6-size);
	}
	.requirements-image img {
		height: calc(100% + 70px + 70px + 40px);
		top: 50%;
	}
	.requirements-item:nth-child(2), .requirements-item:nth-child(4) {
		margin-left: 60px;
	}
	.requirements-item:nth-child(3) {
		margin-left: 90px;
	}
	.working-item__wrap {
		padding: 30px 36px;
	}
	.working-item__number {
		font-size: calc(var(--h2-size) * 6);
	}
	.working-item:nth-child(1) .working-item__number {
		top: 45px;
	}
	.working-item:nth-child(1) .working-item__wrap {
	  padding-left: 120px;
	}
	.working-item__title {
		margin-bottom: 24px;
	}
	.working-item:nth-child(2) .working-item__number {
		bottom: -48px;
		right: -40px;
	}
	.working-item:nth-child(2) .working-item__info {
		max-width: 155px;
	}
	.working-item:nth-child(2) .working-item__wrap {
		padding-bottom: 36px;
	}
	.working-item:nth-child(3) .working-item__number {
    right: -40px;
    bottom: -50px;
	}
	.working-item:nth-child(4) .working-item__wrap {
    flex: 0 0 280px;
    max-width: 280px;
  }
  .working-item:nth-child(4) .working-item__number {
    bottom: -48px;
    left: 30px;
	}
	.working-item:nth-child(5) .working-item__wrap {
		padding-left: 180px;
	}
	.working-item:nth-child(5) .working-item__number {
		top: -48px;
		left: 22px;
	}
	.working-item:nth-child(6) .working-item__number {
		top: -45px;
	}
	.working-item:nth-child(6) .working-item__wrap {
		flex: 0 0 62%;
		max-width: 62%;
	}
	.working-item:nth-child(6) .working-item__info {
		max-width: 375px;
	}
	.conditions-left {
		padding: 56px 24px 36px;
	}
	.conditions-item__price {
		font-size: calc(var(--h1-size) * 1.25);
	}
	.conditions-item__image {
		height: 336px;
	}
	.reviews-item__wrap {

	}
	.reviews-item__image {
    flex: 0 0 64px;
    max-width: 64px;
    height: 64px;
    margin-right: 20px;
  }
  .reviews-item__name {
  	font-size: var(--h6-size);
  }
  .reviews-item__content {
  	padding: 14px 24px;
  }
  .feedback-bagde {
	  right: calc((100% - var(--container)) / 2 + 10px);
	  width: 170px;
	  font-size: var(--h5-size);
	}
	.feedback-bagde:before,
	.feedback-bagde:after {
		border-top-width: 30px;
		bottom: -29px;
	}
	.feedback-block {
		padding: 36px;
	}
	.footer-widget:nth-child(1) {
		margin-left: 4%;
	}
	.page-content {
		padding-top: 40px;
	}
	.advantages-item__image img {
    max-width: 54px;
    max-height: 54px;
	}
}



@media (max-width: 991px) {
	:root {
		--container: 710px;

		--text-size: 16px;
		--text-size-md: 15px;
		--text-size-sm: 14px;
		--h1-size: 32px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}

	.lang-menu {
		order: 1;
	}
	.header-phone {
		order: 2;
	}
	.header-toggle {
		order: 3;
	}


	.hero-wrap {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.hero-bg:before {
	  width: 100%;
	  height: 290px;
	}
	.hero-auto {
		display: block;
	}
	.hero-auto-mobile {
		display: block;
	}
	.hero-auto-desktop {
		display: none;
	}
	.hero-auto {
		top: 226px;
		right: 0px;
	}
	.hero-auto span {
		transform: rotate(-90deg);
    transform-origin: top;
	}
	.hero-logo {
		position: relative;
	  margin-top: 0;
	  flex: 0 0 calc(100% - 245px);
    max-width: calc(100% - 245px);
	  order: 1;
	  height: 100px;
	  margin-bottom: 100px;
	  z-index: 1;
	}
	.hero-logo a {
		position: absolute;
		top: 0;
		left: 0;
		transform: rotate(-90deg);
		transform-origin: 50% 50px;
	}
	.hero-logo:before,
	.hero-logo:after {
		display: none;
	}
	.hero-logo img {
		width: 100px;
	}
	.hero-advantages {
		margin-top: 0;
		flex: 0 0 240px;
		max-width: 240px;
		margin-right: 0;
		display: flex;
		justify-content: center;
		margin-bottom: 100px;
		order: 2;
	}
	.hero-advantages p {
		margin: 0 20px 0 0;
		flex: 0 0 110px;
		max-width: 110px;
	}
	.hero-advantages p:last-child {
		margin-right: 0;
	}
	.hero-info {
		margin-top: 0;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 90px 0 40px;
		order: 3;
	}
	.hero-info-inner {
		max-width: calc(100% - 50px);
		margin-left: 0;
	}
	.partners-wrap {
		flex-direction: column;
	}
	.partners-heading {
		margin: 0 0 20px;
	}
	.advantages-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.advantages-item__wrap {
		height: auto;
		perspective: none;
		border: 2px solid #990216;
		padding: 20px;
	}
	.advantages-item__front {
		padding: 0;
		border: none;
	}
	.advantages-item__back {
		position: relative;
		color: #000000;
		border: none;
		padding: 0;
		transform: none !important;
		background: none;
	}
	.advantages-item__title {
		margin-bottom: 20px !important;
	}
	.advantages-item__wrap:hover .advantages-item__front {
		transform: none !important;
	}
	.advantages-item__back .advantages-item__title {
		display: none;
	}
	.requirements-left {
		display: none;
	}
	.requirements-section:before {
		width: 100%;
	}
	.requirements-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.requirements-items {
		margin-left: 45px;
	}
	.requirements-item {
		margin-left: 35px !important;
		max-width: 100% !important;
	}
	.requirements-button,
	.requirements-heading {
		max-width: 100%;
	}
	.working-items {
		display: block;
	}
	.working-item {
		display: block !important;
		margin-bottom: 24px;
	}
	.working-item:last-child {
		margin-bottom: 0;
	}
	.working-item__wrap {
		padding: 30px 36px 30px 120px !important;
		min-height: 142px;
		max-width: 100% !important;
	}
	.working-item__number {
		top: auto !important;
		left: -10px !important;
		right: auto !important;
		bottom: -45px !important;
	}
	.working-item__image {
		display: none !important;
	}
	.working-item__title {
	  margin-bottom: 20px;
	}
	.working-item__info {
		max-width: 100% !important;
	}
	.working-item__info br {
		display: none;
	}
	.working-item__button {
		margin-top: 20px;
	}
	.conditions-wrap {
		flex-direction: column;
	}
	.conditions-left {
		max-width: 100%;
		flex: auto;
		margin-bottom: 20px;
	}
	.conditions-right {
		padding-top: 0;
		max-width: 100%;
		width: 100%;
	}
	.conditions-item__image {
		display: none;
	}
	.reviews-heading {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
		order: 1;
	}
	.reviews-items {
		order: 2;
	}
	.reviews-nav {
		flex: 0 0 100%;
		max-width: 100%;
		order: 3;
		margin-top: 30px;
		justify-content: center;
	}
	.feedback-block {
		flex-direction: column;
		align-items: center;
		margin-top: -70px;
	}
	.feedback-block-heading {
		margin-bottom: 10px;
		text-align: center;
	}
	.feedback-block .wpcf7 {
		margin-top: 20px;
		width: 100%;
	}
	.feedback-section {
		height: auto;
	}
	.form-col-3 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.ifame-map {
		position: relative;
		height: 420px;
	}
	.feedback-bagde {
	  width: 160px;
	  font-size: var(--h6-size);
	  padding: 20px 20px 10px;
	}
	.footer-wrap {
		flex-direction: column;
		align-items: center;
	}
	.footer-widget {
		margin: 0 0 30px !important;
		text-align: center;
		max-width: 100%;
	}
	.footer-widget:last-child {
		margin-bottom: 0 !important;
	}
	.footer-soc {
		justify-content: center;
	}
	.footer-menu li {
		text-align: center;
	}
	.header .main-menu {
		display: none;
	}
	.main-menu {
		flex-direction: column;
	}
	.main-menu li {
		margin: 0 0 10px;
		width: 100%;
	}
	.main-menu li:last-child {
		margin-bottom: 0;
	}
	.main-menu li a {
		color: #000000;
		padding: 5px 0;
		display: block;
		font-size: var(--text-size);
	}
	.hero-wrap {
		min-height: auto;
	}
}




@media (max-width: 767px) {
	:root {
		--container: 510px;

		--text-size: 16px;
		--text-size-md: 15px;
		--text-size-sm: 14px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.hero-auto {
		top: 212px;
		right: 0px;
	}
	.hero-logo {
	  flex: 0 0 calc(100% - 190px);
    max-width: calc(100% - 190px);
	  height: 80px;
	}
	.hero-logo a {
		transform-origin: 50% 40px;
	}
	.hero-logo img {
		width: 80px;
	}
	.hero-advantages {
		flex: 0 0 190px;
		max-width: 190px;
	}
	.hero-advantages p {
		flex: 0 0 90px;
		max-width: 90px;
		width: 90px;
		min-height: 90px;
		padding: 10px;
		margin-right: 10px;
	}
	.hero-advantages p span {
		font-size: 12px;
	}
	.hero-bg:before {
		height: 275px;
	}


	.modal-lg {
		max-width: 100%;
		margin-left: 10px;
		margin-right: 10px;
	}
}


@media (max-width: 575px) {
	:root {
		--container: calc(100vw - 36px);

		--text-size: 16px;
		--text-size-md: 15px;
		--text-size-sm: 14px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.btn {
		min-width: 200px;
	}
	.soc-links.hero-soc {
		top: 340px;
		transform: none;
	}
	.hero-auto {
		bottom: auto;
		left: -10px;
		top: 15px;
	}
	.hero-auto span {
		transform-origin: center;
	}
	.hero-logo {
	  flex: 0 0 calc(100% - 190px);
    max-width: calc(100% - 190px);
	  height: 42px;
	}
	.hero-logo a {
		transform-origin: 50% 21px;
	}
	.hero-logo img {
		width: 42px;
	}
	.hero-advantages p {
		min-height: auto;
	}
	.hero-section {
	  padding-top: 70px;
	}
	.hero-bg:before {
	  height: 250px;
	}
	.hero-info {
		padding-bottom: 30px;
	}
	.hero-buttons {
		flex-direction: column;
	}
	.hero-buttons .btn {
		margin: 0 0 12px;
		width: calc(100% + 50px);
	}
	.hero-buttons .btn:last-child {
		margin-bottom: 0;
	}
	.advantages-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.advantages-item__image {
		flex: 0 0 80px;
		max-width: 80px;
		width: 80px;
		height: 80px;
		margin-bottom: 20px;
	}
	.advantages-item__image img {
	  max-width: 42px;
	  max-height: 42px;
	}
	.requirements-items {
		margin-left: 0;
	}
	.requirements-item {
		padding: 24px;
	}
  .working-item__wrap {
    padding: 24px 28px 24px 90px !important;
  }
  .working-item__number {
  	font-size: calc(var(--h2-size) * 5);
  	bottom: -30px !important;
  }
  .working-item:nth-child(5) .working-item__number {
  	-webkit-text-stroke: 1px #990216;
  }
  .working-item:nth-child(6) .working-item__number {
  	left: -7px !important;
  }
  .conditions-item {
  	flex: 0 0 100%;
  	max-width: 100%;
  	margin-bottom: 24px;
  }
  .conditions-item:last-child {
  	margin-bottom: 0;
  }
  .conditions-button {
  	margin-top: 30px;
  }
  .error-404-number {
    font-size: calc(var(--h1-size) * 4.5);
  }
  .modal-content {
  	padding: 40px 24px 30px;
  }
  .modal-title {
  	margin-bottom: 24px;
  }
  .modalForm-col-50 {
  	flex: 0 0 100%;
  	max-width: 100%;
  }
}




/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.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;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-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{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.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:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.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;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
