/*!
Theme Name: Faine Te Auto
Theme URI: http://underscores.me/
Author: WEBTOP
Author URI: https://web24.pro/
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: faine-te-auto
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.

Faine Te Auto 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=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--container: 1316px;
	--gap: 30px;

	--text-size: 16px;
	--text-size-sm: 14px;
	--h1-size: 48px;
	--h2-size: 36px;
	--h3-size: 30px;
	--h4-size: 24px;
	--h5-size: 21px;
	--h6-size: 18px;

	--blue: #104292;
	--blue-2: #0371E1;
	--white: #FFFFFF;
	--grey: #74757B;
	--grey-light: #F4F4F4;
	--black: #191819;
	--black-2: #262427;
}
*, ::after, ::before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'Exo 2', sans-serif;
	line-height: 1.25;
	color: var(--grey);
	background: var(--white);
}
a {
	color: var(--black);
	transition: .5s;
}
a:hover {
	text-decoration: none;
	color: var(--blue-2);
}
img {
	margin: 0;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	transition: .5s;
}
.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: 'Exo 2', sans-serif;
	font-weight: 600;
	margin: 0 0 var(--gap);
	line-height: 1.25;
	color: var(--black);
}
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 var(--gap);
}
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;
}
iframe {
	max-width: 100%;
}
.form-fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -3) calc(var(--gap) / -1.5);
}
.form-field {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 calc(var(--gap) / 3);
	margin-bottom: calc(var(--gap) / 2);
}
.form-field-50 {
	flex: 0 0 50%;
	max-width: 50%;
}
.form-field-label {
	display: block;
	margin-bottom: 6px;
	line-height: 1.2;
}
::-webkit-input-placeholder {
	color: var(--grey);
}
::-moz-placeholder {
	color: var(--grey);
}
:-ms-input-placeholder {
	color: var(--grey);
}
:-moz-placeholder {
	color: var(--grey);
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'Exo 2', sans-serif;
	line-height: 1.5;
	width: 100%;
	background: var(--white);
	border: 1px solid #dedede;
	color: var(--black);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding: 10px 24px;
	height: 60px;
	outline: none;
	transition: .5s;
}
textarea {
	height: 110px;
	resize: vertical;
}
select {
	cursor: pointer;
}
.form-field-button.center {
	text-align: center;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 0;
}
.wpcf7-not-valid-tip {
	margin-top: 4px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0;
	padding: 10px 20px;
}




.screen-reader-text {
	display: none;
}
.container {
	width: 100%;
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
}
.section {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	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;
	}
}
.w-100 {
	width: 100% !important;
}
.bg-light {
	background: #F6F6F7;
}


.heading {
	position: relative;
	margin-bottom: calc(var(--gap) * 2);
}
.heading:last-child {
	margin-bottom: 0;
}
.heading.white {
	color: var(--white);
}
.heading.center {
	text-align: center;
}
.heading h2 {
	font-size: var(--h1-size);
	font-weight: 700;
}
.heading.white h2 {
	color: var(--white);
}



.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: var(--text-size);
	font-family: 'Exo 2', sans-serif;
	font-weight: 600;
	line-height: 1.5;
	border: 1px solid transparent;
	padding: 16px 40px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	outline: none;
	min-width: 210px;
	min-height: 60px;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
	z-index: 1;
	transition: .5s;
}
.btn-primary {
	background-color: var(--blue);
	border-color: var(--blue);
	color: var(--white);
}
.btn-primary:hover {
	background-color: var(--blue-2);
	border-color: var(--blue-2);
	color: var(--white);
}
.btn-secondary {
	background-color: var(--black);
	border-color: var(--black);
	color: var(--white);
}
.btn-secondary:hover {
	background-color: var(--black-2);
	border-color: var(--black-2);
	color: var(--white);
}
.btn-thirdy {
	background-color: var(--white);
	border-color: var(--white);
	color: var(--black);
}
.btn-thirdy:hover {
	background-color: var(--grey-light);
	border-color: var(--grey-light);
	color: var(--black);
}


.swiper-nav {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: calc(var(--gap) * 1.5);
	gap: calc(var(--gap) / 2);
	z-index: 1;
}

.swiper-navigation-button {
	position: relative;
	flex: 0 0 30px;
	max-width: 30px;
	width: 30px;
	height: 30px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
	-webkit-mask-size: 11px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/chevron.svg);
	mask-image: url(images/chevron.svg);
	background-color: var(--grey);
	outline: none;
	padding: 0;
	cursor: pointer;
	transition: .5s;
}
.swiper-navigation-button:hover {
	background-color: var(--blue-2);
}
.swiper-navigation-button:disabled {
	background-color: var(--grey);
	opacity: .15;
	cursor: no-drop;
}
.swiper-navigation-prev {
	transform: scale(-1, 1);
}

.swiper-pagination {
	position: relative !important;
	bottom: auto !important;
	top: auto !important;
	left: 0 !important;
	width: auto !important;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: calc(var(--gap) / 3);
	font-size: var(--h5-size) !important;
	transform: none !important;
}
.swiper-pagination.square {
	gap: calc(var(--gap) / 1.5);
}
.swiper-pagination-bullet {
	flex: 0 0 30px;
	max-width: 30px;
	width: 30px !important;
	height: 30px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	background: transparent !important;
	margin: 0 !important;
	opacity: 1 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	color: var(--grey);
	transition: .5s !important;
}
.swiper-pagination.square .swiper-pagination-bullet {
	flex: 0 0 60px;
	max-width: 60px;
	width: 60px !important;
	height: 60px !important;
	background: var(--grey-light) !important;
	text-align: center;
	color: var(--grey);
}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
	background: transparent !important;
	color: var(--blue-2);
}
.swiper-pagination.square .swiper-pagination-bullet:hover,
.swiper-pagination.square .swiper-pagination-bullet-active {
	background: var(--blue) !important;
	color: var(--white);
}


.soc-links.default {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 1.5);
}
.soc-links li.soc-mobile {
	display: none;
}
@media (max-width: 991px) {
	.soc-links li.soc-mobile {
		display: block;
	}
	.soc-links li.soc-desktop {
		display: none;
	}
}
.soc-links.default li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
}
.soc-links.default li a svg {
	flex: 0 0 100%;
	max-width: 100%;
	height: 100%;
}
.soc-links.default li a path {
	transition: .5s;
}
.soc-links.default.white li a path {
	fill: var(--white);
}
.soc-links.default.white li a:hover path {
	fill: var(--blue-2);
}


.soc-links.circle {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 2);
}
.soc-links.circle li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.soc-links.circle.big li a {
	width: 70px;
	height: 70px;
}
.soc-links.circle.white li a {
	background: var(--white);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.soc-links.circle.white li a:hover {
	background: var(--blue-2);
}
.soc-links.circle li a svg {
	flex: 0 0 20px;
	max-width: 20px;
	height: 20px;
}
.soc-links.circle.big li a svg {
	flex: 0 0 25px;
	max-width: 25px;
	height: 25px;
}
.soc-links.circle li a path {
	transition: .5s;
}
.soc-links.circle.white li a path {
	fill: var(--black);
}
.soc-links.circle.white li a:hover path {
	fill: var(--white);
}


.modal-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
	transition: .5s;
}
.modal-mobile.show {
	z-index: 9999;
	opacity: 1;
}
.modal-mobile-bg {
	background: rgb(0 0 0 / 45%);
	position: absolute;
	opacity: 0;
	transition: .5s;
	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: var(--white);
	height: 100%;
	width: 100%;
	max-width: 360px;
	margin-left: auto;
	transform: translateX(100%);
	padding: 60px var(--gap) var(--gap);
	transition: .5s;
	overflow: auto;
	z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateX(0);
}
.modal-mobile-close {
	position: absolute;
	top: 15px;
	right: 15px;
	-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: var(--black);
	width: 34px;
	height: 34px;
	border: none;
	padding: 0;
	outline: none !important;
	transition: .5s;
}
.modal-mobile-close:hover {
	background-color: var(--blue-2);
}
.mobile-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
}
.mobile-menu li {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	z-index: 1;
}
.mobile-menu > li {
	border-bottom: 1px solid var(--grey-light);
}
.mobile-menu > li:last-child {
	border-bottom: 0;
}
.mobile-menu li a {
	order: 1;
	font-size: var(--h6-size);
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
	font-weight: 500;
	display: block;
	padding: 10px 0;
	text-decoration: none;
	color: var(--black);
	z-index: 1;
}
.mobile-menu li.menu-item-has-children > a {
	flex: 0 0 calc(100% - 32px);
	max-width: calc(100% - 32px);
}
.mobile-menu li:hover > a,
.mobile-menu li.current-menu-item > a {
	color: var(--blue-2);
}
.mobile-menu-toggle {
	order: 2;
	-webkit-mask-size: 12px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/expand-down.svg);
	mask-image: url(images/expand-down.svg);
	background-color: var(--black);
	flex: 0 0 32px;
	max-width: 32px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	transition: .5s;
}
.mobile-menu li.menu-item-has-children:hover > .mobile-menu-toggle {
	background-color: var(--blue-2);
}
.mobile-menu li.menu-item-has-children.active > .mobile-menu-toggle {
	background-color: var(--blue-2);
	transform: rotate(180deg);
}
.mobile-menu ul {
	flex: 0 0 100%;
	max-width: 100%;
	display: none;
	order: 3;
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	list-style: none;
	text-transform: none;
	z-index: 9;
}



.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}
.modal-dialog {
	position: relative;
	width: auto;
	max-width: 480px;
	margin: 1.75rem auto;
	pointer-events: none;
	display: flex;
	align-items: center;
	min-height: calc(100% - 3.5rem);
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: var(--grey-light);
	background-clip: padding-box;
	outline: 0;
	padding: calc(var(--gap) * 1.5) var(--gap) var(--gap);
	overflow: hidden;
	z-index: 1;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: var(--black);
	opacity: 0;
	z-index: -1;
}
.modal-backdrop.show {
	opacity: .7;
	z-index: 1049;
}
.modal-title {
	font-size: var(--h3-size);
	color: var(--black);
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: var(--gap);
	text-align: center;
}
.modal-close {
	position: absolute;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
	background-color: var(--grey);
	width: 34px;
	height: 34px;
	top: 12px;
	right: 12px;
	border: none;
	cursor: pointer;
	padding: 0;
	transition: .5s;
	z-index: 9;
}
.modal-close:hover {
	background-color: var(--black);
}



.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: 32px -15px 2px;
}
.gallery:first-child {
	margin-top: 0;
}
.gallery:last-child {
	margin-bottom: -30px;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 0 0 24px;
	padding: 0 12px;
}
.gallery-item > * {
	overflow: hidden;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid var(--line);
}
.gallery-columns-2 .gallery-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.gallery-columns-2 .gallery-item > * {
	height: calc((var(--container) - var(--gap)) / 2 / 1.4);
}
.gallery-columns-3 .gallery-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.gallery-columns-3 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 2) / 3 / 1.4);
}
.gallery-columns-4 .gallery-item {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}
.gallery-columns-4 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 3) / 4 / 1.4);
}
.gallery-columns-5 .gallery-item {
	flex: 0 0 calc(100% / 5);
	max-width: calc(100% / 5);
}
.gallery-columns-5 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 4) / 5 / 1.4);
}
.gallery-columns-6 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-6 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 5) / 6 / 1.4);
}
.gallery-columns-7 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-7 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 6) / 7 / 1.4);
}
.gallery-columns-8 .gallery-item {
	flex: 0 0 calc(100% / 8);
	max-width: calc(100% / 8);
}
.gallery-columns-8 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 7) / 8 / 1.4);
}
.gallery-columns-9 .gallery-item {
	flex: 0 0 calc(100% / 9);
	max-width: calc(100% / 9);
}
.gallery-columns-9 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 8) / 9 / 1.4);
}
.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .5s;
}
.gallery-item a:hover img {
	transform: scale(1.08);
}
.gallery-caption {
	display: block;
}
.alignleft {
	float: left;
	margin-right: var(--gap);
	margin-bottom: var(--gap);
}
.alignright {
	float: right;
	margin-left: var(--gap);
	margin-bottom: var(--gap);
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: var(--gap);
}





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

.topbar {
	position: relative;
	background: #393939;
	color: var(--white);
	padding: calc(var(--gap) / 2) 0;
	z-index: 1;
}
.topbar a {
	color: var(--white);
	text-decoration: none;
}
.topbar a:hover {
	color: var(--blue-2);
}
.topbar-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--gap);
	height: 25px;
}
.topbar-contacts {
	display: flex;
	align-items: center;
	gap: var(--gap);
}
.topbar-contacts p {
	margin: 0;
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 3);
}
.topbar-contacts p:before {
	content: '';
	flex: 0 0 25px;
	max-width: 25px;
	width: 25px;
	height: 25px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--blue-2);
}
.topbar-contacts p.schedule:before {
	-webkit-mask-image: url(images/clock.svg);
	mask-image: url(images/clock.svg);
}
.topbar-contacts p.phone:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.topbar-contacts p.address:before {
	-webkit-mask-image: url(images/location.svg);
	mask-image: url(images/location.svg);
}
.topbar-contacts p br {
	display: none;
}


.header {
	--header-height: 156px;
	position: sticky;
	top: 0;
	background: var(--white);
	transition: .5s;
	z-index: 92;
}
.header.fixed {
	--header-height: 120px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .06);
}
.header-line-1 {
	content: '';
	position: absolute;
	width: 150px;
	height: 100%;
	top: 0;
	left: calc((100% - var(--container)) / 2 - 25px);
	background: var(--grey-light);
	transform: skewX(33deg);
	z-index: -1;
}
.header-line-2 {
	content: '';
	position: absolute;
	width: calc((100% - var(--container)) / 2 + 210px);
	height: 100%;
	top: 0;
	right: 0;
	background: var(--grey-light);
	z-index: -1;
}
.header-line-2:before {
	content: '';
	position: absolute;
	width: 150px;
	height: 100%;
	top: 0;
	left: -60px;
	background: var(--grey-light);
	transform: skewX(33deg);
	z-index: -1;
}
.header-wrap {
	position: relative;
	display: flex;
	align-items: center;
	gap: calc(var(--gap) * 2);
	height: var(--header-height);
	transition: .5s;
	z-index: 1;
}
.header-logo {
	flex: 0 0 100px;
	max-width: 100px;
}
.header-logo img {
	max-height: 105px;
	transition: .5s;
}
.main-menu {
	flex: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: var(--gap);
	font-weight: 600;
	text-transform: uppercase;
}
.main-menu li {
	position: relative;
	z-index: 1;
}
.main-menu li a {
	color: var(--black);
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 10px 0;
	text-decoration: none;
}
.main-menu li a:hover {
	color: var(--blue-2);
}
.main-menu li.menu-item-has-children > a:after {
	content: '';
	flex: 0 0 12px;
	max-width: 12px;
	width: 12px;
	height: 12px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/expand-down.svg);
	mask-image: url(images/expand-down.svg);
	background-color: var(--black);
	transition: .5s;
}
.main-menu li.menu-item-has-children:hover > a:after {
	transform: rotate(180deg);
}
.main-menu li.menu-item-has-children > a:hover:after,
.main-menu li.current-menu-item.menu-item-has-children > a:after {
	background-color: var(--blue-2);
}
.main-menu ul {
	position: absolute;
	top: 100%;
	left: calc(var(--gap) / -1.5);
	margin: 0;
	padding: calc(var(--gap) / 3) 0;
	list-style: none;
	background: var(--grey-light);
	color: var(--black);
	width: max-content;
	min-width: 120px;
	max-width: 360px;
	transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	z-index: -99;
}
.main-menu li:hover > ul {
	transform: translateY(0);
	opacity: 1;
	visibility: inherit;
	z-index: 1;
}
.main-menu > li:last-child > ul {
	left: auto;
	right: 0;
}
.main-menu ul li {
	padding: 10px calc(var(--gap) / 1.5);
	border-bottom: 1px solid var(--bg);
}
.main-menu ul li:last-child {
	border-bottom: none;
}
.main-menu ul li a {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--black);
	text-transform: none;
}
.main-menu li.current-menu-item > a,
.main-menu ul li a:hover {
	color: var(--blue);
}
.main-menu ul li.menu-item-has-children > a:after,
.main-menu ul li.menu-item-has-children:hover > a:after {
	transform: rotate(-90deg);
}
.main-menu ul ul {
	top: calc(var(--gap) / 1.5);
	left: 100%;
}
.header-toggle {
	display: flex;
	align-items: center;
}
.header-toggle button {
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/menu.svg);
	mask-image: url(images/menu.svg);
	background-color: var(--black);
	flex: 0 0 36px;
	max-width: 36px;
	width: 36px;
	height: 36px;
	border: none;
	border-radius: 0;
	padding: 0;
	outline: none;
	cursor: pointer;
	transition: .5s;
}
.header-toggle button:hover {
	background-color: var(--blue-2);
}



.main {
	position: relative;
	overflow: hidden;
	z-index: 1;
}



.footer {
	position: relative;
	color: var(--white);
	background: var(--black);
	z-index: 1;
}
.footer a {
	color: var(--white);
	text-decoration: none;
}
.footer a:hover {
	color: var(--blue-2);
}
.footer-bg {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(images/footer-bg.jpg) no-repeat center;
	background-size: cover;
	z-index: -2;
}
.footer:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, rgba(7, 7, 7, 0.7) 0%, #191919 45.01%);
	z-index: -1;
}
.footer-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.footer-widget {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.footer-widget-title {
	margin-bottom: var(--gap);
	font-size: var(--h5-size);
	font-weight: 600;
}
.footer-widget-title:after {
	content: '';
	display: block;
	width: 45px;
	height: 2px;
	margin-top: 5px;
	background: var(--blue-2);
}
.footer-logo {
	margin-bottom: var(--gap);
}
.footer-company {
	margin-bottom: var(--gap);
	font-weight: 600;
	max-width: 270px;
}
.footer-menu {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2.5);
	margin: 0;
	padding-left: 20px;
	font-weight: 600;
}
.footer-menu li::marker {
	color: var(--blue-2);
}
.footer-menu ul {
	display: none;
}
.footer-contacts {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
}
.footer-contacts p {
	margin: 0;
	display: flex;
	gap: calc(var(--gap) / 3);
	line-height: 1.5;
}
.footer-contacts p:before {
	content: '';
	flex: 0 0 25px;
	max-width: 25px;
	width: 25px;
	height: 25px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--blue-2);
	margin-top: -1px;
}
.footer-contacts p.schedule:before {
	-webkit-mask-image: url(images/clock.svg);
	mask-image: url(images/clock.svg);
}
.footer-contacts p.phone:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.footer-contacts p.address:before {
	-webkit-mask-image: url(images/location.svg);
	mask-image: url(images/location.svg);
}
.footer-bottom {
	position: relative;
	border-top: 1px solid #D9D9D9;
	padding: calc(var(--gap) / 1.5) 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--gap);
	z-index: 2;
}
.footer-bottom p {
	margin: 0;
}




.page-header {
	position: relative;
	background: var(--grey-light);
	padding: 50px 0;
	z-index: 1;
}
.page-header.with-image {
	color: var(--white);
}
.page-header-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.page-header-bg:after {
	content: '';
	background: var(--black);
	opacity: .62;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.page-title {
	font-size: var(--h1-size);
	text-transform: uppercase;
	margin-bottom: calc(var(--gap) / 3);
	font-weight: 600;
	color: var(--black);
}
.page-header.with-image .page-title {
	color: var(--white);
	text-align: center;
	min-height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.page-breadcrumbs {
	font-weight: 600;
	text-transform: uppercase;
}
.page-breadcrumbs a {
	text-decoration: none;
	color: var(--grey);
}
.page-header.with-image .page-breadcrumbs a {
	color: var(--white);
}
.page-breadcrumbs a:hover,
.page-header.with-image .page-breadcrumbs a:hover {
	color: var(--blue-2);
}
.error-404-number {
	font-size: calc(var(--h1-size) * 5);
	font-weight: 800;
	text-align: center;
	line-height: 1;
}
.error-404-button {
	text-align: center;
}
.page-body.section {
	padding-top: 60px;
}




.hero-swiper {
	overflow: hidden;
}
.heroSlider-item {
	position: relative;
	overflow: hidden;
	background: var(--white);
	z-index: 1;
}
.heroSlider-item__wrap {
	display: flex;
	align-items: center;
	gap: calc(var(--gap) * 2);
	padding: 80px 0 30px;
}
.heroSlider-item__left {
	flex: 0 0 calc(50% - var(--gap));
	max-width: calc(50% - var(--gap));
}
.heroSlider-item__heading {
	font-size: calc(var(--h1-size) * 1.45);
	margin-bottom: calc(var(--gap) * 2);
	font-weight: 700;
	line-height: 1.15;
}
.heroSlider-item__description {
	font-size: var(--h5-size);
	margin-bottom: calc(var(--gap) * 2);
}
.heroSlider-item__description:before {
	content: '';
	background: url(images/chevrones-right.svg) no-repeat center;
	background-size: contain;
	display: block;
	width: 130px;
	height: 33px;
	margin-bottom: calc(var(--gap) / 1.25);
}
.heroSlider-item__right {
	flex: 0 0 calc(50% - var(--gap));
	max-width: calc(50% - var(--gap));
}
.heroSlider-item__image {
	position: relative;
	width: 100%;
	height: calc((var(--container) / 2 - var(--gap)) / 1.11);
	z-index: 1;
}
.heroSlider-item__image span {
	position: absolute;
	top: 0;
	left: 0;
	clip-path: polygon(0% 0%, 75% 0%, 100% 30%, 100% 100%, 80% 100%, 25% 100%, 0% 70%, 0% 20%);
	display: block;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.heroSlider-item__image:after {
	content: '';
	background: url(images/chevrones-right.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	bottom: 27px;
	right: -72px;
	width: 130px;
	height: 33px;
	z-index: 1;
}
.heroSlider-line-1 {
	content: '';
	position: absolute;
	width: 100px; 
	height: 133px;
	bottom: 88px;
	left: calc((100% - var(--container)) / 2 - 145px - 210px);
	background: var(--blue);
	transform: skewX(33deg);
	z-index: -1;
}
.heroSlider-line-2 {
	content: '';
	position: absolute;
	width: 100px; 
	height: 133px;
	top: 0;
	right: calc((100% - var(--container)) / 2 - 145px - 100px);
	background: var(--blue);
	transform: skewX(33deg);
	z-index: -1;
}
.hero-bottom {
	position: relative;
	height: 137px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-right: calc((100% - var(--container)) / 2);
	z-index: 1;
}
.heroSlider-line-3 {
	content: '';
	position: absolute;
	width: calc((100% - var(--container)) / 2 + 160px);
	height: 100%;
	top: 0;
	left: 0;
	background: var(--grey-light);
	z-index: -1;
}
.heroSlider-line-3:before {
	content: '';
	position: absolute;
	width: 150px;
	height: 100%;
	top: 0;
	right: -60px;
	background: var(--grey-light);
	transform: skewX(33deg);
	z-index: -1;
}
.hero-pagination {
	justify-content: flex-end;
}



.about-section {
	overflow: hidden;
}
.about-wrap {
	display: flex;
	gap: calc(var(--gap) * 2);
}
.about-left {
	flex: 0 0 calc(68% - var(--gap));
	max-width: calc(68% - var(--gap));
}
.about-block {
	display: flex;
	gap: var(--gap);
}
.about-image-1 {
	flex: 0 0 calc(50% - var(--gap) / 2);
	max-width: calc(50% - var(--gap) / 2);
	min-height: 520px;
}
.about-image-1 span {
	display: block;
	clip-path: polygon(0% 0%, 63% 0%, 100% 23%, 100% 100%, 80% 100%, 25% 100%, 0% 100%, 0% 20%);
	height: 100%;
}
.about-info {
	flex: 0 0 calc(50% - var(--gap) / 2);
	max-width: calc(50% - var(--gap) / 2);
	display: flex;
	flex-direction: column;
}
.about-subheading {
	display: flex;
	align-items: baseline;
	gap: 18px;
	font-size: var(--h1-size);
	font-weight: 700;
	color: var(--black);
}
.about-subheading:after {
	content: '';
	background: url(images/chevrones-right.svg) no-repeat center;
	background-size: contain;
	flex: 0 0 130px;
	max-width: 130px;
	width: 130px;
	height: 33px;
}
.about-content {
	flex: auto;
	margin-bottom: var(--gap);
	font-size: var(--h5-size);
}
.about-right {
	flex: 0 0 calc(32% - var(--gap));
	max-width: calc(32% - var(--gap));
}
.about-image-2 {
	width: 570px;
	height: 500px;
	margin-bottom: calc(var(--gap) * 1.333);
}
.about-image-2 span {
	display: block;
	clip-path: polygon(0% 0%, 63% 0%, 100% 23%, 100% 100%, 80% 100%, 25% 100%, 0% 100%, 0% 20%);
	height: 100%;
}
.about-line-1 {
	content: '';
	position: absolute;
	width: 205px; 
	height: 289px;
	bottom: 80px;
	right: calc((100% - var(--container)) / 2 + 310px);
	background: var(--grey-light);
	transform: skewX(33deg);
	z-index: -1;
}



.services-section {
	background: #121113;
}
.services-section:before {
	content: '';
	background: url(images/elements/el-1.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 74px;
	height: 17px;
	top: 43px;
	left: calc((100% - var(--container)) / 2 - 74px - 54px);
	z-index: -1;
}
.services-section:after {
	content: '';
	background: url(images/elements/el-2.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 48px;
	height: 28px;
	top: 182px;
	right: calc((100% - var(--container)) / 2 - 48px - 65px);
	z-index: -1;
}
.services-swiper {
	overflow: hidden;
}
.services-swiper .swiper-slide {
	height: auto;
}
.services-swiper .services-item {
	height: 100%;
}
.services-item__wrap {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding-top: 10px;
	z-index: 1;
}
.services-item__icon {
	position: absolute;
	background: rgba(18, 17, 19, 0.9);
	width: 60px;
	height: 60px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	top: 0;
	left: 0;
	z-index: 1;
}
.services-item__icon img {
	max-width: 40px;
	max-height: 40px;
}
.services-item__icon:after {
	content: '';
	background: var(--blue);
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0;
	right: -16px;
	z-index: 1;
}
.services-item__image {
	flex: 0 0 calc((var(--container) - var(--gap) * 2) / 3 / 1.48);
	max-height: calc((var(--container) - var(--gap) * 2) / 3 / 1.48);
	overflow: hidden;
}
.services-item__image:hover img {
	transform: scale(1.05);
}
.services-item__info {
	position: relative;
	background: var(--black-2);
	padding: calc(var(--gap) / 1.5) var(--gap);
	flex: auto;
	z-index: 1;
}
.services-item__title {
	font-size: var(--h5-size);
	color: var(--white);
	margin-bottom: calc(var(--gap) / 3);
}
.services-item__title a {
	color: var(--white);
	text-decoration: none;
}
.services-item__title a:hover {
	color: var(--blue-2);
}
.services-item__button a {
	position: relative;
	width: 100%;
	font-weight: 600;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 10px var(--gap);
	background: var(--white);
	color: var(--black-2);
	text-decoration: none;
	text-transform: uppercase;
	z-index: 1;
}
.services-item__button a:hover {
	background: var(--blue-2);
	color: var(--white);
}
.services-item__button a:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/elements/el-3.svg);
	mask-image: url(images/elements/el-3.svg);
	background-color: #DBDADA;
	position: absolute;
	width: 83px;
	height: 46px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition: .5;
	z-index: -1;
}
.services-item__button a:hover:before {
	background-color: var(--white);
}



.courses-section:before,
.courses-section:after {
	content: '';
	position: absolute;
	top: 0;
	background: #D9D9D9;
	width: 1px;
	height: 100%;
	z-index: -1;
}
.courses-section:before {
	left: calc((100% - var(--container)) / 2);
}
.courses-section:after {
	right: calc((100% - var(--container)) / 2);
}
.courses-element-1 {
	position: absolute;
	background: url(images/elements/el-4.png) no-repeat center;
	background-size: contain;
	width: 877px;
	height: 797px;
	top: 0;
	left: calc((100% - var(--container)) / 2 - 530px);
	z-index: -2;
}
.courses-wrap {
	position: relative;
	padding: 0 40px;
	z-index: 1;
}

.courses-items {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) * 2);
}
.courses-item__wrap {
	position: relative;
	display: flex;
	gap: calc(var(--gap) * 2);
	z-index: 1;
}
.courses-item:nth-child(2n) .courses-item__wrap {
	flex-direction: row-reverse;
}
.courses-item__wrap:before {
	content: '';
	background: url(images/chevrones-top.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 17px;
	height: 78px;
	bottom: 0;
	left: -48px;
	z-index: -1;
}
.courses-item:nth-child(2n) .courses-item__wrap:before {
	left: auto;
	right: -48px;
}
.courses-item:nth-child(1) .courses-item__wrap:after {
	content: '';
	background: url(images/chevrones-top.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 17px;
	height: 78px;
	bottom: calc(100% + 45px);
	right: -48px;
	z-index: -1;
}
.courses-item__left {
	flex: 0 0 calc(50% - var(--gap));
	max-width: calc(50% - var(--gap));
}
.courses-item__image {
	height: calc((var(--container) - var(--gap)) / 2 / 1.12);
}
.courses-item__image span {
	clip-path: polygon(12% 0%, 100% 0%, 100% 0%, 100% 74%, 79% 100%, 0% 100%, 0% 100%, 0% 16%);
	height: 100%;
	display: block;
}
.courses-item__icon {
	position: absolute;
	background: var(--blue);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 160px;
	top: 0;
	left: 0;
	z-index: 1;
}
.courses-item__icon img {
	max-width: 80px;
	max-height: 80px;
	width: auto;
	height: auto;
	object-fit: contain;
}
.courses-item__right {
	flex: 0 0 calc(50% - var(--gap));
	max-width: calc(50% - var(--gap));
}
.courses-item__title {
	font-size: var(--h5-size);
	font-weight: 700;
}
.courses-item__title a {
	color: var(--black);
	text-decoration: none;
}
.courses-item__title a:hover {
	color: var(--blue-2);
}
.courses-item__advantages {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 1.5);
	margin-bottom: var(--gap);
}
.courses-item__advantages-item {
	display: flex;
	gap: calc(var(--gap) / 2);
}
.courses-item__advantages-item__image {
	flex: 0 0 50px;
	max-width: 50px;
}
.courses-item__advantages-item__content {
	flex: auto;
}
.courses-item__advantages-item__content > * {
	margin-bottom: calc(var(--gap) / 3);
}
.courses-item__advantages-item__content > *:last-child {
	margin-bottom: 0;
}
.courses-item__advantages-item__content ul {
	padding-left: 22px;
}
.courses-item__advantages-item__content strong {
	color: var(--black);
}
.courses-item__description-2 {
	color: var(--black);
}



.marquee {
	position: relative;
	overflow: hidden;
	background: var(--black-2);
	color: var(--white);
	padding: var(--gap) 0;
	z-index: 1;
}
.marquee-swiper .swiper-wrapper {
	transition-timing-function: linear !important;
}
.marquee-swiper .swiper-slide {
	width: auto;
	user-select: none;
}
.marquee-item {
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 1.5);
	font-size: var(--h5-size);
	font-weight: 600;
}
.marquee-item:before {
	content: '';
	background: url(images/chevrone-right.svg) no-repeat center;
	background-size: contain;
	flex: 0 0 28px;
	max-width: 28px;
	width: 28px;
	height: 28px;
}



.steps-wrap {
	display: flex;
	gap: calc(var(--gap) * 2);
}
.steps-left {
	display: flex;
	flex-direction: column;
	flex: 0 0 calc(50% - var(--gap));
	max-width: calc(50% - var(--gap));
}
.steps-right {
	flex: 0 0 calc(50% - var(--gap));
	max-width: calc(50% - var(--gap));
}
.steps-heading {
	margin-bottom: var(--gap);
}
.steps-image {
	position: relative;
	flex: auto;
	min-height: 360px;
	z-index: 1;
}
.steps-items {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) * 1.6667);
	margin-bottom: calc(var(--gap) * 2);
	z-index: 1;
}
.steps-item {
	position: relative;
	max-width: 540px;
	padding-right: 112px;
	z-index: 1;
}
.steps-item:nth-child(2n) {
	padding-right: 0;
	padding-left: 112px;
}
.steps-item:before {
	content: '';
	background: url(images/elements/arrow-step.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 99px;
	height: 107px;
	right: 0;
	top: 100px;
	z-index: -1;
}
.steps-item:nth-child(2n):before {
	transform: scale(-1, 1);
	right: auto;
	left: 0;
}
.steps-item__number {
	font-size: calc(var(--h1-size) * 1.875);
	-webkit-text-stroke: 1px #959595;
	color: transparent;
	line-height: .8;
	font-weight: 600;
	position: absolute;
	right: 120px;
	top: 0;
	z-index: -1;
}
.steps-item:nth-child(2n) .steps-item__number {
	right: 40px;
}
.steps-item__image {
	height: 70px;
	display: flex;
	align-items: center;
	margin-bottom: calc(var(--gap) / 3);
}
.steps-item__image img {
	max-height: 70px;
}
.steps-item__title {
	font-size: var(--h2-size);
	font-weight: 600;
	color: var(--black);
	margin-bottom: calc(var(--gap) / 1.5);
}
.steps-button .btn {
	min-width: 304px;
}
.steps-line-1 {
	content: '';
    position: absolute;
    width: 223px;
    height: 348px;
    top: 210px;
    left: calc((100% - var(--container)) / 2 - 82px);
    background: var(--grey-light);
    transform: skewY(33deg);
    z-index: -1;
}



.tariffs-carousel {
	margin: calc(var(--gap) / -2);
}
.tariffs-swiper {
	overflow: hidden;
}
.tariffs-swiper .swiper-slide {
	height: auto;
}
.tariffs-swiper .tariffs-item {
	height: 100%;
	padding: calc(var(--gap) / 2);
}
.tariffs-item__wrap {
	position: relative;
	height: 100%;
	background: var(--white);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	display: flex;
	flex-direction: column;
	z-index: 1;
}
.tariffs-item__wrap.primary {
	background: var(--black-2);
	color: var(--white);
}
.tariffs-item__price {
	padding: calc(var(--gap) * 1.333);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: var(--black);
	line-height: 1;
}
.tariffs-item__wrap.primary .tariffs-item__price {
	color: var(--white);
}
.tariffs-item__price:before {
	content: '';
	background: url(images/price-icon.svg) no-repeat center;
	background-size: contain;
	flex: 0 0 28px;
	max-width: 28px;
	width: 28px;
	height: 28px;
	margin-right: calc(var(--gap) / 3);
	margin-top: -30px;
}
.tariffs-item__price-value {
	font-size: var(--h1-size);
}
.tariffs-item__price-end {
	font-size: var(--h2-size);
	display: flex;
	flex-direction: column;
}
.tariffs-item__price-end span {
	font-size: var(--text-size);
	font-weight: 600;
	color: var(--grey);
}
.tariffs-item__info {
	background: #F6F6F7;
	padding: var(--gap) calc(var(--gap) * 1.333);
	display: flex;
	flex-direction: column;
}
.tariffs-item__wrap.primary .tariffs-item__info {
	background: #5B5B5D;
}
.tariffs-item__title {
	font-size: var(--h5-size);
	margin-bottom: calc(var(--gap) / 3);
}
.tariffs-item__wrap.primary .tariffs-item__title {
	color: var(--white);
}
.tariffs-item__characteristics {
	padding: var(--gap) calc(var(--gap) * 1.333);
	margin: 0;
	list-style: none;
	flex: auto;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 1.5);
}
.tariffs-item__characteristics li {
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: calc(var(--gap) / 2);
	display: flex;
	justify-content: space-between;
	gap: var(--gap);
	font-weight: 600;
}
.tariffs-item__wrap.primary .tariffs-item__characteristics li {
	border-bottom-color: #4E4E4E;
}
.tariffs-item__characteristics li strong {
	font-weight: 600;
	color: var(--black);
}
.tariffs-item__wrap.primary .tariffs-item__characteristics li strong {
	color: var(--white);
}
.tariffs-item__button {
	padding: 0 calc(var(--gap) * 1.333) var(--gap);
}




.post-type-archive-reviews main.main {
	background: var(--black-2);
}

.reviews-section:before {
	content: '';
	position: absolute;
	background: url(images/elements/el-5.png) no-repeat center;
	background-size: contain;
	width: 188px;
	height: 329px;
	bottom: -4px;
	left: calc((100% - var(--container)) / 2 - 59px);
	z-index: -1;
}
.reviews-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -2;
}
.reviews-bg:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, rgba(7, 7, 7, 0.75) 0%, rgba(25, 25, 25, 0.95) 53.77%);
	z-index: 1;
}
.reviews-wrap {
	display: flex;
	gap: calc(var(--gap) * 2);
}
.reviews-left {
	flex: 0 0 calc(100% / 3 - var(--gap));
	max-width: calc(100% / 3 - var(--gap));
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.reviews-right {
	flex: 0 0 calc(100% / 3 * 2 - var(--gap));
	max-width: calc(100% / 3 * 2 - var(--gap));
}

.reviews-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.reviews-item {
	flex: 0 0 50%;
	max-width: 50%;
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.reviews-item__wrap {
	position: relative;
	height: 100%;
	border: 2px solid #5B5B5D;
	border-top: none;
	border-right: none;
	padding: calc(var(--gap) * 1.6667) calc(var(--gap) * 1.5) calc(var(--gap) * 1.6667) var(--gap);
	overflow: hidden;
	z-index: 1;
}
.reviews-item__wrap:before {
	content: '';
	position: absolute;
	border-top: 2px solid #5B5B5D;
	width: calc(100% - 80px);
	left: 0px;
	top: 0px;
	z-index: -1;
}
.reviews-item__wrap:after {
	content: '';
	position: absolute;
	border-right: 2px solid #5B5B5D;
	height: calc(100% - 80px);
	right: 0px;
	bottom: 0px;
	z-index: -1;
}
.reviews-item__border-box {
	position: absolute;
	top: -20px;
	right: 40px;
	background: #5B5B5D;
	transform: rotate(-45deg);
	height: 120px;
	width: 2px;
	z-index: -1;
}
.reviews-item__bg-shape {
	position: absolute;
	left: -1px;
	bottom: -1px;
	width: 120px;
	height: 110px;
	background: #5B5B5D;
	clip-path: polygon(0% 0%, 30% 0%, 100% 100%, 0% 100%, 0% 0%);
	z-index: -1;
}
.reviews-item__content {
	color: #A2A2A2;
	margin-bottom: calc(var(--gap) * 1.6667);
}
.reviews-item__content strong {
	font-size: var(--h5-size);
	color: var(--white);
}
.reviews-item__info {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: calc(var(--gap) / 1.5);
}
.reviews-item__image {
	flex: 0 0 75px;
	max-width: 75px;
	width: 75px;
	height: 75px;
	border: 5px solid var(--white);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
.reviews-item__name {
	font-size: var(--h5-size);
	font-weight: 600;
	color: var(--white);
}




.blog-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.blog-item {
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.blog-items.columns-2 .blog-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.blog-items.columns-3 .blog-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.blog-item__wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	z-index: 1;
	transition: .5s;
}
.blog-item__wrap:hover {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.blog-item__image {
	flex: 0 0 calc((var(--container) - var(--gap) * 2) / 3 / 1.1667);
	max-height: calc((var(--container) - var(--gap) * 2) / 3 / 1.1667);
	overflow: hidden;
}
.blog-item__image:hover img {
	transform: scale(1.05);
}
.blog-item__cat {
	background: var(--blue);
	color: var(--white);
	border: 3px solid var(--white);
	font-weight: 600;
	padding: 13px 20px;
	min-width: 194px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	max-width: 100%;
	z-index: 2;
}
.blog-item__info {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: auto;
	padding: calc(var(--gap) / 1.2) var(--gap);
	background: #F6F6F7;
	clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 100% 60%, 85% 100%, 0% 100%, 0% 100%, 0% 0%);
	transition: .5s;
	z-index: 1;
}
.blog-item__wrap:hover .blog-item__info {
	clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 100% 100%, 90% 100%, 0% 100%, 0% 100%, 0% 0%);
	background: var(--white);
}
.blog-item__title {
	flex: auto;
	font-size: var(--h5-size);
	font-weight: 600;
	margin: 0;
}
.blog-item__title a {
	text-decoration: none;
}
.blog-item__footer {
	margin-top: calc(var(--gap) / 1.2);
	border-top: 1px solid #D9D9D9;
	padding-top: calc(var(--gap) / 1.5);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--gap);
}
.blog-item__date {
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 3);
	font-size: var(--h6-size);
}
.blog-item__date:before {
	content: '';
	background: url(images/calendar.svg) no-repeat center;
	background-size: contain;
	flex: 0 0 18px;
	max-width: 18px;
	width: 18px;
	height: 18px;
}
.blog-item__more {
	display: flex;
}
.blog-item__more a {
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/blog-button-icon.svg);
	mask-image: url(images/blog-button-icon.svg);
	background-color: var(--black);
	flex: 0 0 36px;
	max-width: 36px;
	width: 36px;
	height: 30px;
	opacity: 0;
	transition: .8s;
}
.blog-item__wrap:hover .blog-item__more a {
	opacity: 1;
}
.blog-item__more a:hover {
	background-color: var(--blue-2);
}
.blog-button {
	margin-top: calc(var(--gap) * 1.5);
	text-align: center;
}




.banner-section.section {
	padding-top: 70px;
}
.banner-heading {
	font-size: calc(var(--h1-size) * 2.5);
	font-weight: 900;
	color: #D8D9DB;
	text-align: center;
}
.banner-wrap {
	max-width: calc(100% - 216px);
	min-height: 520px;
	margin: 0 auto;
	position: relative;
	padding: calc(var(--gap) * 1.667);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: var(--gap);
	z-index: 1;
}
.banner-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.banner-image:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, rgba(31, 31, 31, 0.2) 0%, #1F1F1F 100%);
	z-index: 1;
}
.banner-content {
	color: var(--white);
}
.banner-button {
	text-align: center;
}

.banner-line-1 {
	content: '';
	position: absolute;
	width: 73px; 
	height: 64px;
	top: 25px;
	left: calc((100% - var(--container)) / 2 - 140px);
	background: var(--grey-light);
	transform: skewX(33deg);
	z-index: -1;
}
.banner-line-2 {
	content: '';
	position: absolute;
	width: 100px; 
	height: 133px;
	top: 25px;
	left: calc((100% - var(--container)) / 2 + 45px);
	background: var(--black);
	transform: skewX(33deg);
	z-index: -1;
}
.banner-line-3 {
	content: '';
	position: absolute;
	width: 100px; 
	height: 389px;
	top: 220px;
	right: calc((100% - var(--container)) / 2 + 50px);
	background: var(--grey-light);
	transform: skewX(33deg);
	z-index: -1;
}
.banner-line-4 {
	content: '';
	position: absolute;
	width: 245px;
	height: 420px;
	top: 130px;
	right: calc((100% - var(--container)) / 2 - 250px);
	background: var(--blue);
	transform: skewX(33deg);
	z-index: -1;
}
.banner-line-5 {
	content: '';
	position: absolute;
	width: 245px;
	height: 420px;
	bottom: 0;
	left: calc((100% - var(--container)) / 2 - 410px);
	background: var(--grey-light);
	transform: skewX(33deg);
	z-index: -1;
}
.banner-el-1 {
	position: absolute;
	width: 158px;
	height: 17px;
	background: url(images/elements/banner-el-1.png) no-repeat center;
	background-size: contain;
	top: 0;
	left: calc(50% - 130px);
	z-index: -1;
}
.banner-el-2 {
	position: absolute;
	width: 48px;
	height: 29px;
	background: url(images/elements/banner-el-2.png) no-repeat center;
	background-size: contain;
	top: 0;
	right: calc((100% - var(--container)) / 2 + 177px);
	z-index: -1;
}
.banner-el-3 {
	position: absolute;
	width: 158px;
	height: 17px;
	background: url(images/elements/banner-el-3.png) no-repeat center;
	background-size: contain;
	top: calc(50% - 40px);
	left: calc((100% - var(--container)) / 2 - 158px - 28px);
	z-index: -1;
}
.banner-el-4 {
	position: absolute;
	width: 157px;
	height: 8px;
	background: var(--blue);
	bottom: 270px;
	left: calc((100% - var(--container)) / 2 - 123px);
	z-index: -1;
}
.banner-el-5 {
	position: absolute;
	width: 34px;
	height: 20px;
	background: url(images/elements/banner-el-5.png) no-repeat center;
	background-size: contain;
	bottom: 136px;
	left: calc((100% - var(--container)) / 2);
	z-index: -1;
}






.singleCourses-wrap {
	display: flex;
}
.singleCourses-left {
	flex: 0 0 57%;
	max-width: 57%;
}
.singleCourses-image {
	height: 100%;
	min-height: 480px;
}
.singleCourses-image:after {
	content: '';
	background: #FAFAFA;
	position: absolute;
	width: 200px;
	top: 0;
	right: 0;
	height: 100%;
	z-index: -1;
}
.singleCourses-image span {
	clip-path: polygon(12% 0%, 100% 0%, 100% 0%, 100% 74%, 79% 100%, 0% 100%, 0% 100%, 0% 16%);
	height: 100%;
	display: block;
}
.singleCourses-right {
	position: relative;
	flex: 0 0 43%;
	max-width: 43%;
	background: #FAFAFA;
	z-index: 2;
}
.singleCourses-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: calc(100% + 306px);
	margin-left: -306px;
}
.singleCourses-title {
	flex: 0 0 100%;
	max-width: 100%;
	padding: calc(var(--gap) * 2);
	font-size: var(--h2-size);
	font-weight: 700;
	background: #FAFAFA;
	margin: 0;
}
.singleCourses-button {
	background: #FAFAFA;
	position: relative;
	padding: 0 calc(var(--gap) * 2) calc(var(--gap) * 2);
	flex: 0 0 306px;
	max-width: 306px;
}
.singleCourses-button .btn {
	width: 100%;
}
.singleCourses-info {
	flex: 0 0 calc(100% - 306px - var(--gap) * 2);
	max-width: calc(100% - 306px - var(--gap) * 2);
	padding: 0 calc(var(--gap) * 2) calc(var(--gap) * 2) 0;
}







.singleCourses-advantages {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 1.5);
	margin-bottom: var(--gap);
}
.singleCourses-advantages-item {
	display: flex;
	gap: calc(var(--gap) / 2);
}
.singleCourses-advantages-item__image {
	flex: 0 0 50px;
	max-width: 50px;
}
.singleCourses-advantages-item__content {
	flex: auto;
}
.singleCourses-advantages-item__content > * {
	margin-bottom: calc(var(--gap) / 3);
}
.singleCourses-advantages-item__content > *:last-child {
	margin-bottom: 0;
}
.singleCourses-advantages-item__content ul {
	padding-left: 22px;
}
.singleCourses-advantages-item__content strong {
	color: var(--black);
}
.singleCourses-description-2 {
	color: var(--black);
}



.page-wrap {
	display: flex;
	gap: var(--gap);
}
.page-main {
	flex: 0 0 calc(100% / 3 * 2 - var(--gap) / 2);
	max-width: calc(100% / 3 * 2 - var(--gap) / 2);
}
.page-sidebar {
	flex: 0 0 calc(100% / 3 - var(--gap) / 2);
	max-width: calc(100% / 3 - var(--gap) / 2);
}


.widget {
	margin-bottom: calc(var(--gap) * 2);
}
.widget:last-child {
	margin-bottom: 0;
}
.widget-title {
	font-size: var(--h5-size);
	font-weight: 600;
	color: var(--black);
	margin-bottom: calc(var(--gap) / 1.5);
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 2);
}
.widget-title:before {
	content: '';
	background: url(images/chevrone-widget-title.svg) no-repeat center;
	background-size: contain;
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
}
.widget_categories ul {
	list-style: square;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2.5);
	padding-left: 52px;
}
.widget_categories li a {
	color: var(--grey);
	text-decoration: none;
	font-weight: 600;
}
.widget_categories li a:hover {
	color: var(--black);
}

.latest-posts-widget {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 1.5);
	margin: 0;
	padding: 0;
	list-style: none;
}
.latest-posts-widget li {
	display: flex;
	gap: calc(var(--gap) / 2);
}
.latest-posts-image {
	flex: 0 0 85px;
	max-width: 85px;
	height: 85px;
}
.latest-posts-info {
	flex: auto;
}
.latest-posts-date {
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 3);
	margin-bottom: calc(var(--gap) / 3);
}
.latest-posts-date:before {
	content: '';
	background: url(images/calendar.svg) no-repeat center;
	background-size: contain;
	flex: 0 0 16px;
	max-width: 16px;
	width: 16px;
	height: 16px;
}
.latest-posts-title {
	font-weight: 600;
}
.latest-posts-title a {
	text-decoration: none;
}




.navigation.pagination {
	position: relative;
	margin-top: calc(var(--gap) * 1.5);
	z-index: 2;
}
.nav-links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: calc(var(--gap) / 2);
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-links .page-numbers {
	min-width: 44px;
	height: 44px;
	font-weight: 500;
	color: #959595;
	border: 1px solid #959595;
	background: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	text-decoration: none;
}
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current {
	background: var(--blue-2);
	border-color: var(--blue-2);
	color: var(--white);
}


.singleBlog-wrap {
	display: flex;
	flex-direction: column;
	gap: var(--gap);
}
.singleBlog-meta {
	display: flex;
	gap: var(--gap);
	align-items: center;
	flex-wrap: wrap;
}
.singleBlog-cat {
	background: var(--blue);
	color: var(--white);
	border: 3px solid var(--white);
	font-weight: 600;
	padding: 13px 20px;
	min-width: 194px;
	text-align: center;
	max-width: 100%;
	z-index: 2;
}
.singleBlog-date {
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 3);
	font-size: var(--h6-size);
}
.singleBlog-date:before {
	content: '';
	background: url(images/calendar.svg) no-repeat center;
	background-size: contain;
	flex: 0 0 18px;
	max-width: 18px;
	width: 18px;
	height: 18px;
}



.instructors-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.instructors-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.instructors-item__wrap {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.instructors-item__wrap:before {
	content: '';
	background: #F3F1F1;
	position: absolute;
	width: 100%;
	height: 26%;
	top: 0;
	left: 0;
	transform: skewY(40deg);
	transform-origin: left;
	transition: .5s;
	z-index: -1;
}
.instructors-item__wrap:hover:before {
	background: var(--blue);
}
.instructors-item__wrap:after {
	content: '';
	position: absolute;
	width: 29px;
	height: 156px;
	background: url(images/chevrones-down.svg) no-repeat center;
	background-size: contain;
	top: 0;
	right: 0;
	z-index: -1;
}
.instructors-item__label {
	position: absolute;
	color: #f1f1f1;
	font-size: var(--h3-size);
	font-weight: 800;
	top: 150px;
	left: 10px;
	transform: rotate(90deg);
	transform-origin: left bottom;
	height: 34px;
	z-index: -1;
}
.instructors-item__inner {
	position: relative;
	display: block;
	padding: 0 54px;
	text-decoration: none;
	z-index: 1;
}
.instructors-item__image {
	height: calc(((var(--container) - var(--gap) * 2) / 3 - 54px * 2) / .775);
	margin-bottom: calc(var(--gap) / 1.2);
	overflow: hidden;
}
.instructors-item__wrap:hover .instructors-item__image img {
	transform: scale(1.05);
}
.instructors-item__name {
	color: var(--black);
	font-size: var(--h5-size);
	font-weight: 700;
	margin-bottom: calc(var(--gap) / 3);
	transition: .5s;
}
.instructors-item__name:hover {
	color: var(--blue-2);
}
.instructors-item__profession {
	color: var(--grey);
	text-transform: uppercase;
	font-weight: 600;
}


.singleInstructors-wrap {
	display: flex;
	background: var(--white);
}
.singleInstructors-left {
	flex: 0 0 420px;
	max-width: 420px;
}
.singleInstructors-image {
	height: 540px;
}
.singleInstructors-right {
	flex: auto;
	max-width: 100%;
	padding: calc(var(--gap) * 2) calc(var(--gap) * 4);
}
.singleInstructors-name {
	font-size: var(--h2-size);
	font-weight: 700;
	margin-bottom: calc(var(--gap) / 3);
}
.singleInstructors-profession {
	font-size: var(--h5-size);
	font-weight: 600;
}
.singleInstructors-items {
	display: flex;
	flex-direction: column;
	gap: var(--gap);
}
.singleInstructors-item__heading {
	font-weight: 600;
	color: var(--black);
	font-size: var(--h6-size);
	margin-bottom: calc(var(--gap) / 2);
}




.cars-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.cars-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.cars-item__wrap {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.cars-item__wrap:before {
	content: '';
	background: #F3F1F1;
	position: absolute;
	width: 100%;
	height: 26%;
	top: 0;
	left: 0;
	transform: skewY(29.5deg);
	transform-origin: left;
	transition: .5s;
	z-index: -1;
}
.cars-item__wrap:hover:before {
	background: var(--blue);
}
.cars-item__wrap:after {
	content: '';
	position: absolute;
	width: 29px;
	height: 156px;
	background: url(images/chevrones-down.svg) no-repeat center;
	background-size: contain;
	top: 0;
	right: 0;
	z-index: -1;
}
.cars-item__label {
	position: absolute;
	color: #f1f1f1;
	font-size: var(--h3-size);
	font-weight: 800;
	top: 70px;
	left: 10px;
	transform: rotate(90deg);
	transform-origin: left bottom;
	height: 34px;
	z-index: -1;
}
.cars-item__inner {
	position: relative;
	display: block;
	padding: 0 54px;
	text-decoration: none;
	z-index: 1;
}
.cars-item__image {
	height: calc(((var(--container) - var(--gap) * 2) / 3 - 54px * 2) / 1.3);
	margin-bottom: calc(var(--gap) / 1.2);
	overflow: hidden;
}
.cars-item__wrap:hover .cars-item__image img {
	transform: scale(1.05);
}
.cars-item__title {
	color: var(--black);
	font-size: var(--h5-size);
	font-weight: 700;
	margin-bottom: calc(var(--gap) / 3);
	transition: .5s;
}
.cars-item__title:hover {
	color: var(--blue-2);
}
.cars-item__transmission {
	color: var(--grey);
	text-transform: uppercase;
	font-weight: 600;
}


.singleCars-wrap {
	display: flex;
	background: var(--white);
}
.singleCars-left {
	flex: 0 0 420px;
	max-width: 420px;
}
.singleCars-image {
	height: 320px;
}
.singleCars-right {
	flex: auto;
	max-width: 100%;
	padding: calc(var(--gap) * 2) calc(var(--gap) * 4);
}
.singleCars-title {
	font-size: var(--h2-size);
	font-weight: 700;
	margin-bottom: calc(var(--gap) / 3);
}
.singleCars-transmission {
	font-size: var(--h5-size);
	font-weight: 600;
}




.contacts-wrap {
	position: relative;
	display: flex;
	background: var(--black-2);
	overflow: hidden;
	z-index: 1;
}
.contacts-wrap:before {
	content: '';
	background: var(--white);
	width: 300px;
	height: 300px;
	position: absolute;
	top: -170px;
	right: -170px;
	transform: rotate(45deg);
	z-index: -1;
}
.contacts-left {
	position: relative;
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	background: url(images/contact-1.jpg) no-repeat top center;
	background-size: cover;
	padding-left: calc(var(--gap) * 2);
	padding-right: calc(var(--gap) * 2);
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 1;
}
.contacts-left:before {
	content: '';
	background: var(--black-2);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .75;
	z-index: -1;
}
.contacts-right {
	flex: auto;
	max-width: 100%;
	padding-left: calc(var(--gap) * 4);
	padding-right: calc(var(--gap) * 4);
}
.contacts-info {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
	color: var(--white);
	margin-bottom: calc(var(--gap) * 1.5);
}
.contacts-info p {
	margin: 0;
	display: flex;
	gap: calc(var(--gap) / 3);
	line-height: 1.5;
	font-size: var(--h6-size);
}
.contacts-info p:before {
	content: '';
	flex: 0 0 25px;
	max-width: 25px;
	width: 25px;
	height: 25px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--blue-2);
	margin-top: -1px;
}
.contacts-info p.schedule:before {
	-webkit-mask-image: url(images/clock.svg);
	mask-image: url(images/clock.svg);
}
.contacts-info p.phone:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.contacts-info p.address:before {
	-webkit-mask-image: url(images/location.svg);
	mask-image: url(images/location.svg);
}
.contacts-info p a {
	color: var(--white);
	text-decoration: none;
}
.contacts-info p a:hover {
	color: var(--blue-2);
}
.contacts-content {
	color: var(--white);
	font-size: var(--h6-size);
}
.contacts-content h1,
.contacts-content h2,
.contacts-content h3,
.contacts-content h4,
.contacts-content h5,
.contacts-content h6 {
	color: var(--white);
}
.contacts-content > * {
	margin-bottom: calc(var(--gap) / 1.5);
}
.contacts-content > *:last-child {
	margin-bottom: 0;
}




.reviews-addForm-toggle {
	text-align: center;
}
.reviews-addForm-form {
	max-width: 800px;
	margin: var(--gap) auto 0;
	color: var(--white);
}










@media (max-width: 1399px) {
	:root {
		--container: 1116px;
		--gap: 30px;

		--text-size: 16px;
		--h1-size: 40px;
		--h2-size: 32px;
		--h3-size: 28px;
		--h4-size: 24px;
		--h5-size: 21px;
		--h6-size: 18px;
	}
	.heading {
		margin-bottom: calc(var(--gap) * 1.5);
	}
	.header,
	.header.fixed {
		--header-height: 110px;
	}
	.header-wrap {
		gap: var(--gap);
	}
	.main-menu {
		gap: calc(var(--gap) / 1.5);
	}
	.heroSlider-item__heading,
	.heroSlider-item__description {
		margin-bottom: calc(var(--gap) * 1.5);
	}
	.heroSlider-item__description {
		font-size: var(--h6-size);
	}
	.about-image-1 {
		min-height: 450px;
	}
	.about-content {
		font-size: var(--h6-size);
	}
	.about-image-2 {
		width: calc(100% + 100px);
		height: 420px;
	}
	.banner-heading {
		font-size: calc(var(--h1-size) * 2.2);
	}
	.page-header.with-image .page-title {
		min-height: 160px;
	}
	.singleInstructors-right,
	.singleCars-right {
		padding: calc(var(--gap) * 1.5) calc(var(--gap) * 2);
	}
	.cars-item__label {
		top: 35px;
	}
	.page-header {
		padding: 40px 0;
	}
	.topbar-wrap,
	.topbar-contacts {
		gap: calc(var(--gap) / 2);
	}
	.topbar-contacts {
		font-size: calc(var(--text-size) / 1.0666);
	}
	.contacts-left {
		padding-left: calc(var(--gap) * 1.5);
		padding-right: calc(var(--gap) * 1.5);
	}
	.contacts-right {
		padding-left: calc(var(--gap) * 2);
		padding-right: calc(var(--gap) * 2);
	}
}





@media (max-width: 1199px) {
	:root {
		--container: 916px;
		--gap: 24px;

		--text-size: 16px;
		--h1-size: 36px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	input[type="text"], input[type="email"], input[type="tel"], input[type="password"], select, textarea {
		height: 54px;
	}
	textarea {
		height: 90px;
	}
	.btn {
		min-height: 54px;
		min-width: 170px;
		padding: 12px 24px;
	}
	.section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.swiper-pagination {
		font-size: var(--h6-size) !important;
	}
	.swiper-pagination.square .swiper-pagination-bullet {
		flex: 0 0 48px;
		max-width: 48px;
		width: 48px !important;
		height: 48px !important;
	}
	.topbar-contacts p.schedule {
		display: none;
	}
	.header,
	.header.fixed {
        --header-height: 80px;
    }
	.header-line-1 {
		width: 108px;
	}
	.header-line-2 {
		width: calc((100% - var(--container)) / 2 + 140px);
	}
	.header-wrap {
		gap: calc(var(--gap) * 1.2);
	}
	.header-logo {
		flex: 0 0 68px;
		max-width: 68px;
	}
	.header-logo img {
		max-height: 72px;
	}
	.main-menu {
		font-size: var(--text-size-sm);
	}
	.heroSlider-item__wrap {
		padding: 60px 0 20px;
	}
	.hero-bottom {
		height: 90px;
	}
	.heroSlider-item__heading {
		font-size: calc(var(--h1-size) * 1.25);
	}
	.courses-wrap {
		padding: 0 20px;
	}
	.courses-item__wrap:before {
		left: -28px;
	}
	.courses-item:nth-child(1) .courses-item__wrap:after,
	.courses-item:nth-child(2n) .courses-item__wrap:before {
		right: -28px;
	}
	.courses-item__icon {
		width: 120px;
		height: 120px;
	}
	.courses-item__icon img {
		max-width: 56px;
		max-height: 56px;
	}
	.steps-item__title {
		font-size: var(--h5-size);
	}
	.steps-item:before {
		width: 80px;
		height: 88px;
	}
	.reviews-item__wrap {
		padding: calc(var(--gap) * 1.6667) calc(var(--gap) * 2) calc(var(--gap) * 1.6667) var(--gap);
	}
	.reviews-item__bg-shape {
		width: 100px;
		height: 90px;
	}
	.reviews-item__image {
		flex: 0 0 60px;
		max-width: 60px;
		width: 60px;
		height: 60px;
		border-width: 3px;
	}
	.blog-item__cat {
		min-width: 120px;
		padding: 8px 16px;
	}
	.banner-wrap {
		min-height: 420px;
	}
	.page-header.with-image .page-title {
        min-height: 100px;
    }
    .singleCourses-inner {
    	width: calc(100% + 250px);
    	margin-left: -250px;
    }
    .singleCourses-title {
    	padding: calc(var(--gap) * 1.5);
    	font-size: var(--h3-size);
    }
    .singleCourses-button {
    	flex: 0 0 250px;
    	max-width: 250px;
    	padding: 0 calc(var(--gap) * 1.5) calc(var(--gap) * 1.5);
    }
	.singleCourses-info {
		flex: 0 0 calc(100% - 250px - var(--gap) * 1.5);
		max-width: calc(100% - 250px - var(--gap) * 1.5);
		padding: 0 calc(var(--gap) * 1.5) calc(var(--gap) * 1.5) 0;
	}

	.instructors-item__inner,
	.cars-item__inner {
		padding: 0 36px;
	}
	.instructors-item__wrap:after,
	.cars-item__wrap:after {
		width: 22px;
		height: 118px;
	}
	.instructors-item__label {
		font-size: var(--h4-size);
		top: 120px;
		left: 7px;
		height: 24px;
	}
	.cars-item__label {
		top: 50px;
		height: 24px;
		font-size: var(--h4-size);
		left: 7px;
	}
	.instructors-item__wrap:before {
		transform: skewY(38deg);
	}
	.cars-item__wrap:before {
		transform: skewY(31.5deg);
	}
	.instructors-item__image {
		height: calc(((var(--container) - var(--gap) * 2) / 3 - 36px * 2) / .775);
	}
	.cars-item__image {
		height: calc(((var(--container) - var(--gap) * 2) / 3 - 36px * 2) / 1.3);
	}
	.singleInstructors-left {
		flex: 0 0 320px;
		max-width: 320px;
	}
	.singleInstructors-image {
		height: 440px;
	}
	.page-header {
		padding: 30px 0;
	}
	.cars-item__title,
	.instructors-item__name,
	.blog-item__title {
		font-size: var(--h6-size);
	}

	.singleBlog-cat {
		min-width: 120px;
		padding: 8px 16px;
	}
	.singleBlog-date,
	.blog-item__date {
		font-size: var(--text-size);
	}
	.blog-item__date:before,
	.singleBlog-date:before {
		flex: 0 0 16px;
		max-width: 16px;
		width: 16px;
		height: 16px;
	}
}





@media (max-width: 991px) {
	:root {
		--container: 696px;
		--gap: 24px;

		--text-size: 15px;
		--text-size-sm: 14px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.header-line-1,
	.header-line-2,
	.topbar,
	.main-menu {
		display: none;
	}
	.header {
		background: #f9f9f9;
	}
	.header-button .btn {
		min-width: auto;
		min-height: 44px;
		padding: 6px 20px;
	}
	.header-logo {
		flex: auto;
		max-width: 100%;
	}
	.heroSlider-item__wrap {
		flex-wrap: wrap;
		gap: calc(var(--gap) * 1.5);
		padding: 40px 0 20px;
	}
	.heroSlider-item__left,
	.heroSlider-item__right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.heroSlider-item__description:before {
		display: none;
	}
	.heroSlider-item__heading, .heroSlider-item__description {
		margin-bottom: calc(var(--gap) / 1.5);
	}
	.heroSlider-line-1,
	.heroSlider-line-2,
	.heroSlider-line-3 {
		display: none;
	}
	.heroSlider-item__image {
		height: calc(var(--container) / 1.4);
	}
	.hero-bottom {
		height: auto;
		justify-content: center;
	}
	.hero-pagination {
		justify-content: center;
	}
	.about-wrap {
		flex-direction: column;
		gap: calc(var(--gap) * 1.5);
	}
	.about-left,
	.about-right,
	.about-info {
		flex: auto;
		max-width: 100%;
	}
	.about-image-2 {
		width: 100%;
		height: calc(var(--container) / 1.45);
	}
	.soc-links.circle.big li a {
		width: 50px;
		height: 50px;
	}
	.soc-links.circle.big li a svg {
		flex: 0 0 20px;
		max-width: 20px;
		height: 20px;
	}
	.about-block {
		flex-direction: column;
	}
	.about-image-1 {
		min-height: auto;
		flex: auto;
		max-width: 100%;
		height: calc(var(--container) / 1.45);
	}
	.about-subheading:after {
		width: 100px;
		flex: 0 0 100px;
		max-width: 100px;
		height: 25px;
	}
	.services-section:before,
	.services-section:after {
		display: none;
	}
	.services-item__image {
		flex: 0 0 calc((var(--container) - var(--gap)) / 2 / 1.48);
		max-height: calc((var(--container) - var(--gap)) / 2 / 1.48);
	}
	.courses-item__wrap,
	.courses-item:nth-child(2n) .courses-item__wrap {
		flex-direction: column;
		gap: var(--gap);
	}
	.courses-item__title {
		font-size: var(--h4-size);
	}
	.steps-wrap {
		flex-direction: column;
		gap: 0;
	}
	.courses-item__left,
	.courses-item__right,
	.steps-left,
	.steps-right {
		flex: auto;
		max-width: 100%;
	}
	.courses-item__image {
		height: calc(var(--container) / 1.45);
	}
	.courses-element-1 {
		display: none;
	}
	.steps-image {
		display: none;
	}
	.steps-line-1 {
		display: none;
	}
	.reviews-wrap {
		flex-direction: column;
		gap: 0;
	}
	.reviews-left .reviews-button {
		display: none;
	}
	.reviews-left,
	.reviews-right {
		flex: auto;
		max-width: 100%;
	}
	.reviews-button {
		text-align: center;
		margin-top: calc(var(--gap) * 1.5);
	}
	.blog-items.columns-3 .blog-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.home .blog-items.columns-3 .blog-item:nth-child(3),
	.single-post .blog-items.columns-3 .blog-item:nth-child(3) {
		display: none;
	}
	.blog-item__image {
		flex: 0 0 calc((var(--container) - var(--gap)) / 2 / 1.1667);
		max-height: calc((var(--container) - var(--gap)) / 2 / 1.1667);
	}
	.banner-line-1 {
		display: none;
	}
	.banner-line-2 {
		left: calc((100% - var(--container)) / 2 + 3px);
		height: 110px;
	}
	.banner-line-3 {
		display: none;
	}
	.banner-line-4 {
		width: 132px;
		height: 300px;
		top: 130px;
		right: calc((100% - var(--container)) / 2 - 122px);
	}
	.banner-line-5 {
		left: calc((100% - var(--container)) / 2 - 300px);
	}
	.banner-el-2,
	.banner-el-4,
	.banner-el-5 {
		display: none;
	}
	.banner-wrap {
		min-height: 360px;
		max-width: 100%;
		padding: calc(var(--gap) * 1.5);
	}
	.footer-wrap {
		margin: 0;
		flex-direction: column;
		align-items: center;
		gap: calc(var(--gap) * 1.5);
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	.footer-widget {
		max-width: 100%;
		flex: auto;
		margin: 0;
		padding: 0;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.footer-soc {
		justify-content: center;
	}
	.footer-menu,
	.footer-contacts {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.footer-company {
		max-width: 100%;
	}
	.footer-bottom {
		flex-direction: column;
		align-items: center;
		font-size: var(--text-size-sm);
		gap: 6px;
	}
	.singleCourses-wrap {
		flex-wrap: wrap;
	}
	.singleCourses-left {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.singleCourses-image {
		min-height: auto;
		height: calc(var(--container) / 1.45);
	}
	.singleCourses-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.singleCourses-inner {
		width: 100%;
		margin: 0;
		padding: calc(var(--gap));
		display: flex;
		flex-direction: column;
		gap: calc(var(--gap));
	}
	.singleCourses-title,
	.singleCourses-button,
	.singleCourses-info {
		padding: 0;
		flex: auto;
		max-width: 100%;
	}
	.instructors-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.instructors-item__image {
		height: calc(((var(--container) - var(--gap)) / 2 - 36px * 2) / .775);
		margin-bottom: var(--gap);
	}
	.cars-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cars-item__image {
		height: calc(((var(--container) - var(--gap)) / 2 - 36px * 2) / 1.3);
		margin-bottom: var(--gap);
	}
	.singleCars-left {
		flex: 0 0 320px;
		max-width: 320px;
	}
	.singleCars-image {
		height: 250px;
	}
	.page-wrap {
		gap: calc(var(--gap) * 2.5);
		flex-direction: column;
	}
	.page-main {
		flex: auto;
		max-width: 100%;
	}
	.page-sidebar {
		flex: auto;
		max-width: 100%;
	}
	.contacts-wrap {
		flex-direction: column;
	}
	.contacts-left {
		flex: auto;
		max-width: 100%;
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	.contacts-right {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	.about-line-1 {
		display: none;
	}
}





@media (max-width: 767px) {
	:root {
		--container: 516px;
		--gap: 24px;

		--text-size: 15px;
		--text-size-sm: 14px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.section {
		padding-top: 65px;
		padding-bottom: 65px;
	}
	.heroSlider-item__image:after {
		width: 90px;
		height: 22px;
		bottom: 20px;
		right: -15px;
	}
	.about-subheading:after {
		flex: 0 0 90px;
		max-width: 90px;
		width: 90px;
		height: 22px;
	}
	.steps-item:before {
		top: 80px;
	}
	.reviews-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.reviews-item__wrap:before {
		width: calc(100% - 60px);
	}
	.reviews-item__wrap:after {
		height: calc(100% - 60px);
	}
	.reviews-item__border-box {
		right: 20px;
	}
	.reviews-item__bg-shape {
    width: 60px;
    height: 60px;
  }
	.reviews-item__content {
		margin-bottom: var(--gap);
	}
	.reviews-item__wrap {
		padding: var(--gap) calc(var(--gap) * 2) var(--gap) var(--gap);
	}
	.singleInstructors-wrap, .singleCars-wrap {
		flex-direction: column;
	}
	.singleInstructors-left, .singleCars-left {
		flex: auto;
		max-width: 100%;
	}
	.singleInstructors-image {
		height: calc(var(--container) / .77);
	}
	.singleCars-image {
		height: calc(var(--container) / 1.45);
	}
	.singleInstructors-right, .singleCars-right {
		flex: auto;
		max-width: 100%;
		padding: var(--gap);
	}
	.form-field-50 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.contacts-right,
	.contacts-left {
		padding-left: var(--gap);
		padding-right: var(--gap);
	}
	.contacts-info {
		margin-bottom: var(--gap);
	}
}





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

		--text-size: 15px;
		--text-size-sm: 14px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.modal-dialog {
		max-width: var(--container);
	}
	.services-item__image {
		flex: 0 0 calc(var(--container) / 1.48);
		max-height: calc(var(--container) / 1.48);
	}
	.courses-item__icon {
		display: none;
	}
	.courses-item__advantages-item__image {
		flex: 0 0 36px;
		max-width: 36px;
	}
	.marquee-item {
		font-size: var(--h6-size);
	}
	.marquee-item:before {
		flex: 0 0 24px;
		max-width: 24px;
		width: 24px;
		height: 24px;
	}
	.steps-item {
		padding-right: 65px;
	}
	.steps-item:before {
		width: 60px;
		height: 68px;
	}
	.steps-item__image {
		height: 54px;
	}
	.steps-item__image img {
		max-height: 54px;
	}
	.steps-item:nth-child(2n) {
		padding-left: 65px;
	}
	.heroSlider-item__button .btn,
	.about-button .btn,
	.steps-button .btn,
	.tariffs-item__button .btn,
	.reviews-button .btn,
	.blog-button .btn,
	.banner-button .btn {
		width: 100%;
	}
	.blog-items.columns-2 .blog-item,
	.blog-items.columns-3 .blog-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.blog-item__image {
		flex: 0 0 calc(var(--container) / 1.1667);
		max-height: calc(var(--container) / 1.1667);
	}
	.banner-heading {
        font-size: calc(var(--h1-size) * 1.5);
    }
	.instructors-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.instructors-item__image {
		height: calc((var(--container) - 36px * 2) / .775);
		margin-bottom: 12px;
	}
	.cars-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.cars-item__image {
		height: calc((var(--container) - 36px * 2) / 1.3);
		margin-bottom: 12px;
	}
	.page-header {
		padding: var(--gap) 0;
	}
	.reviews-item__wrap {
		padding: calc(var(--gap) * 1.5) calc(var(--gap) * 2.25) calc(var(--gap) * 1.5) var(--gap);
	}
}