@charset "UTF-8";

@font-face {
	font-family: 'DIN Pro';
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src:
		url('../fonts/DINPro-Regular/DINPro-Regular.woff2') format('woff2'),
		url('../fonts/DINPro-Regular/DINPro-Regular.ttf') format('truetype'),
		url('../fonts/DINPro-Regular/DINPro-Regular.svg#DIN Pro') format('svg');
}

@font-face {
	font-family: 'DIN Pro';
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	src:
		url('../fonts/DINPro-Medium/DINPro-Medium.woff2') format('woff2'),
		url('../fonts/DINPro-Medium/DINPro-Medium.ttf') format('truetype'),
		url('../fonts/DINPro-Medium/DINPro-Medium.svg#DIN Pro') format('svg');
}

@font-face {
	font-family: 'DIN Pro';
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	src:
		url('../fonts/DINPro-Bold/DINPro-Bold.woff2') format('woff2'),
		url('../fonts/DINPro-Bold/DINPro-Bold.ttf') format('truetype'),
		url('../fonts/DINPro-Bold/DINPro-Bold.svg#DIN Pro') format('svg');
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
video {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font: 400 19px/130% DIN Pro, Helvetica, Arial, sans-serif;
	background: #ffffff;
	min-width: 340px;
	color: #171717;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-top: 140px;
}

body.single-car,
body.single {
	padding-top: 140px;
	padding-bottom: 0;
}

/* отображается топлайн */
body.show_topline {
	padding-top: 175px;
}

*,
*:before,
*:after {
	box-sizing: border-box;
	outline: none;
}

.hidden {
	display: none;
	overflow: hidden;
}

.wrapper {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

a {
	color: #171717;
	text-decoration: none;
}

form input.error {
	box-shadow: inset 0px 0px 20px 1px rgba(255, 0, 0, 0.3);
	border: 1px solid red !important;
}

form input.not_error {
	box-shadow: inset 0px 0px 20px 1px rgba(100, 255, 100, 0.3);
	border: 1px solid #99ff99 !important;
}

h1,
.h1 {
	font-weight: bold;
	font-size: 55px;
	line-height: 100%;
}

h2,
.h2 {
	font-weight: bold;
	font-size: 50px;
	line-height: 120%;
}

h2 span,
.h2 span {
	color: #e03333;
}

h3,
.h3 {
	font-weight: bold;
	font-size: 30px;
	line-height: 125%;
}

.greybg {
	background: #f6f6f6;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.container {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 15px;
	width: 100%;
}

.breadcrumbs a {
	color: #fff;
}

.countdownHolder {
	margin: 0 auto;
	font: 30px/1 Roboto, sans-serif;
	text-align: center;
	letter-spacing: -3px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	/*Параметры цифр */
	/*Параметры подложки для секций */
	/*Параметры секций разделения (:)*/
	/*Параметры вспомогательного текста (дни, часы, минуты, секунды)*/
}

.countdownHolder .position {
	display: inline-block;
	height: 1em;
	overflow: hidden;
	position: relative;
	width: 0.5em;
}

.countdownHolder .digit {
	position: absolute;
	display: block;
	border-radius: 0.2em;
	text-align: center;
	color: #000;
	letter-spacing: -1px;
	left: 50%;
	transform: translateX(-50%);
}

.countdownHolder .countDays,
.countdownHolder .countHours,
.countdownHolder .countMinutes,
.countdownHolder .countSeconds {
	background: #fff;
	border-radius: 5px;
	padding: 10px;
}

.countdownHolder .countDiv {
	display: none;
	width: 10px;
	height: 1em;
	position: relative;
}

.countdownHolder .countDiv:before,
.countdownHolder .countDiv:after {
	background: #444;
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	left: 50%;
	margin-left: -3px;
	top: 0.2em;
	box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
	content: '';
}

.countdownHolder .countDiv:after {
	top: 0.6em;
}

.countdownHolder .textdigit {
	font-size: 15px;
	letter-spacing: 0px;
}

.form {
	position: relative;
}

.form .input {
	width: 100%;
	height: 60px;
	background: #ffffff;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	padding-left: 45px;
	font-weight: 400;
	font-size: 19px;
	line-height: 60px;
	display: block;
}

.form .input__wrap {
	display: block;
	text-align: left;
	margin-bottom: 15px;
}

.form .input__label {
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	display: block;
}

.form .input:placeholder {
	color: #959595;
}

.form .input.name {
	background: #fff url(../img/svg/user.svg) 20px 50% no-repeat;
}

/*.form .input.phone {
  background: #fff url(../img/svg/touch-screen.svg) 20px 50% no-repeat;
}*/

.form .input.win-code {
	background: #fff url(../img/svg/win-code.svg) 20px 50% no-repeat;
}

.form .input.link {
	background: #fff url(../img/svg/link.svg) 20px 50% no-repeat;
}

.form .input.comment {
	background: #fff url(../img/svg/comment.svg) 20px 22px no-repeat;
	line-height: 25px;
	padding-top: 15px;
}

.form:before {
	content: '';
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.7) url(../img/loading.svg) 50% no-repeat;
	z-index: 10;
}

.form.loading:before {
	display: block;
}

.form .intl-tel-input {
	width: 100%;
}

.form .country-list .country-name {
	color: #333;
}

.form-order__title {
	font-weight: bold;
	font-size: 24px;
	line-height: 125%;
	margin-bottom: 26px;
}

.form-order__title span {
	color: #e03333;
}

.form-order__subtitle {
	margin-bottom: 30px;
}

.form-order .subm {
	max-width: 100%;
}

.form-test-drive {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.form-test-drive__title {
	margin-bottom: 26px;
	width: 100%;
}

.form-test-drive__subtitle {
	margin-bottom: 30px;
	width: 100%;
}

.form-test-drive .subm {
	margin-bottom: 15px;
}

.form-search .input {
	width: calc(100% - 200px);
	padding-left: 25px;
}

.form-search .subm {
	max-width: 180px;
}

.form-buyout__title {
	font-weight: bold;
	font-size: 24px;
	line-height: 125%;
	margin-bottom: 26px;
}

.form-buyout__title span {
	color: #e03333;
}

.form-buyout__subtitle {
	margin-bottom: 30px;
}

.form-buyout .subm {
	max-width: 100%;
}

.form-offer {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.form-offer__title {
	margin-bottom: 50px;
	width: 100%;
	text-align: center;
}

.form-offer .input__wrap {
	width: 100%;
	max-width: 340px;
	margin-bottom: 20px;
}

.form-offer .comment {
	width: 100%;
	resize: none;
	height: 135px;
}

.form-offer .subm {
	margin: 0 auto;
	margin-top: 20px;
	max-width: 340px;
}

.btn {
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 5px;
	width: 100%;
	max-width: 370px;
	height: 60px;
	font-weight: 500;
	font-size: 19px;
	line-height: 130%;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	transition: 0.2s ease;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.btn path {
	transition: 0.2s ease;
}

.btn:before,
.btn:after {
	content: '';
	width: 105%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(270deg, #e03333 0%, #171717 100%);
	z-index: -1;
	transform: translateX(0);
	transition: 0.2s ease;
}

.btn:after {
	transform: translateX(99%);
	background: linear-gradient(270deg, #171717 0%, #e03333 100%);
}

.btn:hover:before {
	background: linear-gradient(270deg, #e03333 0%, #171717 100%);
	transform: translateX(-100%);
}

.btn:hover:after {
	transform: translateX(0);
}

.btn-white {
	color: #000;
	background: #fff;
	text-align: center;
	margin-right: -20px;
}
.btn-white span {
	text-align: center;
	margin: 0 auto;
}
.btn-white:before {
	display: none !important;
}

.btn-white:after {
	display: none !important;
}

.single-car .telegram-btn {
	margin-top: 20px;
}

.single-car .telegram-btn {
	background-color: #0088cc; /* Синій колір Telegram */
	color: white;
	transition: background-color 0.3s ease;
}

.single-car .telegram-btn:before,
.single-car .telegram-btn:after {
	display: none;
}

.single-car .telegram-btn:hover {
	background-color: #0077b5; /* Темніший синій при наведенні */
}

/* Стилі для іконки */
.single-car .telegram-icon {
	width: 17px;
	height: 17px;
	fill: white; /* Білий колір іконки */
}

.subm {
	cursor: pointer;
	border: none;
}

.header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	font-size: 16px;
	line-height: 125%;
	background: #fff;
	z-index: 999;
}

.header__catalog-link > a {
	color: #e03333;
}

.header__container {
	position: relative;
}

.header__menu {
	height: 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	transition: 0.7s ease;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	transform: translateY(100%);
	padding: 0 15px;
	background: #fff;
}

.header__menu-mobile {
	display: none;
}

.header__menu:after {
	content: '';
	width: 300%;
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 100%;
	background: #fff;
	border-bottom: 1px solid #d8d8d8;
	transform: translateX(-50%);
	z-index: -1;
}

.header__menu li {
	position: relative;
	/*overflow: hidden;*/
}

.header__menu .sub-menu {
	position: absolute;
	width: 300px;
	background: #fff;
	top: 20px;
	left: -10px;
	overflow: hidden;
	transition: 0.3s ease;
	max-height: 0;
	padding: 0 10px;
}

.header__menu .menu-item:hover .sub-menu {
	padding: 10px;
	max-height: 1000px;
}

.header__menu .menu-item-has-children {
	padding-right: 20px;
}

.header__menu .menu-item-has-children:after {
	width: 15px;
	height: 15px;
	background: url(../img/submenu-icon.svg) 50% no-repeat;
	/* border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;*/
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.header__menu .sub-menu li {
	margin-bottom: 10px;
}

.header__menu .sub-menu li a {
	font-weight: 400;
}

.header__menu .sub-menu li:last-child {
	margin-bottom: 0;
}

/*.header__menu li:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #E03333;
  left: 0;
  bottom: 0;
  position: absolute;
  transform: translateX(-150%);
  transition: 0.3s ease;
}*/

.header__menu li:hover:before {
	transform: translateX(0);
}

.header__menu li a {
	transition: 0.3s ease;
}

.header__menu li a:hover {
	color: #e03333;
}

.header.min .header__menu {
	transform: translateY(-100%);
}

.header.min .show-menu {
	opacity: 1;
}

.header .show-menu {
	position: absolute;
	top:60px;
	left:calc(50% - 10px);
	background: #f3f3f3;
	opacity: 0;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	z-index: 999;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: 0.3s ease;
}

.header .show-menu span {
	display: none;
}

.header .show-menu svg {
	transform: rotate(-90deg);
}

.header__sale {
	position: relative;
	display: block;
	height: 35px;
	padding: 5px 0;
	background: #090808;
	z-index: 2;
}

.header__sale-bg,
.header__sale-bg--tablet,
.header__sale-bg--mobile {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	/* width: 1920px; */
	width: 100%;
	z-index: 2;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.header__sale-bg--mobile,
.header__sale-bg--tablet {
	display: none;
}

.header__sale .container {
	position: relative;
	z-index: 3;
}

.header__sale-btn {
	height: 100%;
	padding: 6px 23px;
	margin-left: auto;
	max-width: 112px;
	border-radius: 2.33333px;
	font-size: 11px;
}

.header__sale-btn:before,
.header__sale-btn:hover:before {
	background: linear-gradient(90deg, #e03333 0%, #171717 100%);
}

.header__sale-btn:after {
	background: linear-gradient(90deg, #171717 0%, #e03333 100%);
}

.topline {
	padding: 13px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	font-size: 16px;
	/*line-height: 125%;*/
	z-index: 1;
	max-height: 70px;
}

.topline__rightpart{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.topline:before {
	content: '';
	width: 300%;
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	transform: translateX(-50%);
	z-index: -1;
	background: #f3f3f3;
}

/*.topline__logo {
  display: flex;
}*/

.topline__phones {
	display: flex;
	align-items: center;
	margin-left: 200px;
}
.topline__phones li {
	margin-right: 30px;
}

.topline__logo img {
	width: 100px;
	display: block;
}

.topline__models {
	display: flex;
	flex-wrap: wrap;
}

.topline__models li {
	margin: 0 16px;
}

.topline__models a {
	color: #8a8a8a;
	transition: 0.3s ease;
}

.topline__models a:hover {
	color: #171717;
}

.topline__lang {
	display: flex;
}

.topline__lang li {
	margin: 0 5px;
}

.topline__lang a {
	display: inline-block;
	margin: 0 6px;
	color: #8a8a8a;
}

.topline__lang a.current {
	color: #171717;
}

.topline__lang .current-lang a {
	color: #000;
}

.topline__phone {
	font-weight: bold;
}

.topline__btn {
	background: #ffffff;
	border-radius: 200px;
	width: 230px;
	height: 45px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 9px;
	transition: 0.3s ease;
	flex-shrink: 0;
}

.topline__btn_icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: #e03333;
	box-shadow: 0px 4px 10px rgba(224, 51, 51, 0.25);
	width: 28px;
	height: 28px;
	border-radius: 50%;
	margin-right: 20px;
	transition: 0.3s ease;
}

.topline__btn_icon path {
	transition: 0.3s ease;
}

.topline__btn:hover {
	/* background: #e03333;
	color: #fff; */

	color: #E03333;
	font-weight: 700;
}

.topline__btn:hover .topline__btn_icon {
	/* background: #fff; */
	-webkit-animation: rotate 3s infinite linear alternate;
	animation: rotate 3s infinite linear alternate;
}

/* .topline__btn:hover .topline__btn_icon path {
	fill: #e03333;
} */

@-webkit-keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(-30deg);
	}

	50% {
		transform: rotate(0deg);
	}

	75% {
		transform: rotate(30deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(-30deg);
	}

	50% {
		transform: rotate(0deg);
	}

	75% {
		transform: rotate(30deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

.heading {
	text-align: center;
	color: #fff;
	padding: 70px 0;
}

.heading__content {
	height: 250px;
	background: no-repeat 50% 0;
	background-size: cover;
	padding-top: 70px;
	position: relative;
}

.heading__content:before {
	content: '';
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.heading__title {
	position: relative;
	z-index: 5;
	margin-bottom: 7px;
	font-size: 50px;
}

.heading__decor {
	position: absolute;
	width: 110px;
	height: 110px;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	left: 50%;
	bottom: 0;
	border-radius: 50%;
	transform: translate(-50%, 50%);
}

.heading .breadcrumbs {
	position: relative;
	z-index: 5;
}

/* PAGE MAIN */

.mainheading {
	text-align: center;
	padding-top: 50px;
}

.mainheading__title {
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}

.mainheading__subtitle {
	position: relative;
	z-index: 2;
}

.mainheading__slider {
	margin-top: -100px;
}

.mainheading .slide {
	height: 764px;
	position: relative;
	margin-bottom: 100px;
	background: 50% 0 no-repeat;
}

.mainheading .slide__container {
	position: relative;
	height: 100%;
}

.mainheading .slide__items {
	display: flex;
	flex-wrap: wrap;
	background: #ffffff;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
	position: absolute;
	bottom: 0;
	width: calc(100% - 30px);
	left: 50%;
	transform: translate(-50%, 60px);
}

.mainheading .slide .item {
	width: 33.33%;
	position: relative;
	padding-top: 40px;
	height: 160px;
	border-right: 1px solid #d8d8d8;
}

.mainheading .slide .item:last-child {
	border: none;
}

.mainheading .slide .item__icon {
	width: 74px;
	height: 74px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.mainheading .slide .item__text {
	font-size: 20px;
	line-height: 130%;
	color: #8a8a8a;
}

.mainheading .slide .item__text b,
.mainheading .slide .item__text strong {
	display: block;
	font-weight: bold;
	font-size: 40px;
	line-height: 125%;
	color: #171717;
}

.buy {
	padding: 75px 0;
}

.buy__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.buy__content {
	width: 50%;
}

.buy__image {
	width: 50%;
	position: relative;
}

.buy__image_decor {
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	transform: translate(-50%, 50%);
}

.buy__title {
	margin-bottom: 70px;
}

.buy .item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 40px;
}

.buy .item:last-child {
	margin-bottom: 0;
}

.buy .item__icon {
	margin-right: 25px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border: 1px solid #d8d8d8;
}

.buy .item__text {
	max-width: 390px;
}

.buy .item__text b,
.buy .item__text strong {
	font-weight: 700;
}

.own {
	padding: 75px 0;
}

.own__title {
	text-align: center;
}

.own__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 75px;
}

.own .item {
	width: 100%;
	max-width: 370px;
	position: relative;
	padding-bottom: 40px;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 50px;
}

.own .item__image {
	height: 350px;
	overflow: hidden;
	margin-bottom: 30px;
}

.own .item__image img {
	min-height: 100%;
	min-width: 100%;
}

.own .item__number {
	width: 74px;
	height: 74px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	transform: translate(-50%, -50%);
	font-weight: bold;
	font-size: 30px;
	line-height: 130%;
	-webkit-text-stroke: 1px #e03333;
	color: transparent;
}

.own .item__text b,
.own .item__text strong {
	font-weight: 700;
}

.own__btn {
	margin: 0 auto;
}

.order {
	padding-top: 75px;
	padding-bottom: 150px;
}

.order__container {
	display: flex;
	flex-wrap: wrap;
}

.order__image {
	width: 50%;
}

.order__form {
	width: 50%;
	background: #ffffff;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
	padding: 0 80px;
	padding-top: 70px;
}

.home-reviews {
	padding-bottom: 150px;
}

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

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

.home-reviews__items .item {
	/* width: 570px !important; */
	background: center/cover no-repeat;
	box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.05);
}

.home-reviews__items .item::before {
	content: '';
	display: block;
	padding-bottom: calc(300/570*100%);
}

.home-reviews__items .slick-list {
	overflow: visible;
	padding: 60px 0;
	margin-right: -30px;
}

.home-reviews__items .slick-slide:not(:last-child) {
	margin-right: 30px;
}

.home-reviews .slick-dots {
	position: absolute;
	bottom: 0;
	transform: translateY(100%);
	display: flex;
	justify-content: center;
	z-index: -1;
}

.home-reviews .slick-dots li {
	display: none;
    width: fit-content;
    height: auto;
	margin: 0;
	pointer-events: none;
}

.home-reviews .slick-dots .slick-active,
.home-reviews .slick-dots li:last-child {
	display: flex;
	align-items: center;
}

.home-reviews .slick-dots li:last-child::before {
	content: '/';
	color: #959595;
	font-size: 20px;
	font-weight: 500;
	line-height: 125%;
}

.home-reviews .slick-dots button {
	padding: 0;
    color: #959595;
    font-size: 20px;
    font-weight: 500;
    line-height: 125%;
}

.home-reviews .slick-dots .slick-active button {
    color: #171717;
}

.home-reviews .slick-dots li button:before {
	display: none;
}

.home-reviews__link {
	display: block;
    width: fit-content;
	margin-left: auto;
	font-size: 20px;
	line-height: 125%;
	transition: .3s ease;
}

.home-reviews__link:hover {
	color: #e03333;
}

.tesla {
	background: #f6f6f6 calc(50% + 750px) 190px no-repeat;
	padding-top: 135px;
	padding-bottom: 70px;
}

.tesla__content {
	max-width: 520px;
	margin-top: 50px;
}

.tesla__text {
	font-size: 24px;
	line-height: 130%;
	margin-bottom: 60px;
}

.tesla__fact {
	border-left: 1px solid #d8d8d8;
	padding-left: 40px;
	margin-bottom: 45px;
}

.tesla__text2 {
	font-weight: bold;
	margin-bottom: 120px;
}

.tesla .author {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 24px;
}

.tesla .author__photo {
	border: 4px solid #ffffff;
	-webkit-filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.2));
	border-radius: 50%;
	width: 60px;
	height: 60px;
	margin-right: 15px;
}

.tesla .author__prof {
	margin-top: 5px;
	color: #959595;
}

.tesla .blocks {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tesla .block {
	background: #ffffff;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
	margin-bottom: 70px;
	max-width: 550px;
}

.tesla .block__image {
	height: 300px;
	overflow: hidden;
}

.tesla .block__image img {
	min-width: 100%;
	min-height: 100%;
}

.tesla .block__content {
	padding: 65px;
}

.tesla .block__title {
	margin-bottom: 20px;
}

.tesla .block-big {
	max-width: 100%;
	padding: 100px;
}

.tesla .block-economy {
	padding-left: 645px;
	background: #fff url(../img/tesla__economy.webp) 0 100% no-repeat;
}

.tesla .block-security {
	padding-right: 680px;
	background: #fff url(../img/tesla__security.webp) 100% 50% no-repeat;
}

.models {
	padding: 140px 0;
}

.models__title {
	text-align: center;
}

.models__nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 90px;
	margin-top: 70px;
}

.models .slick-current .model {
	color: red;
	border-bottom: 1px solid #e03333;
}

.models .model {
	padding: 0 50px;
	padding-bottom: 25px;
	border-bottom: 1px solid #d8d8d8;
	cursor: pointer;
}

.models .model__image {
	margin-bottom: 20px;
}

.models .slide {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	display: flex !important;
	height: 100%;
}

.models .slide__image {
	width: 50%;
	overflow: hidden;
}

.models .slide__content {
	width: 50%;
	padding-left: 80px;
}

.models .slide__content b,
.models .slide__content strong {
	font-weight: 700;
}

.models .slide__content ul {
	margin: 30px 0;
}

.models .slide__content li {
	padding-left: 25px;
	margin: 30px 0;
	position: relative;
}

.models .slide__content li:before {
	background: #e03333;
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	left: 0px;
	top: 10px;
	border-radius: 50%;
}

.models .slide__content .btn {
	max-width: 310px;
}

.fullbg {
	height: 650px;
	background: 50% 0 no-repeat;
	background-size: cover;
}

.teslapark {
	padding: 140px 0;
}

.teslapark__title {
	text-align: center;
	margin-bottom: 80px;
}

.teslapark .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 110px;
}

.teslapark .block:last-child {
	margin-bottom: 0;
}

.teslapark .block:nth-child(odd) .block__image {
	order: 2;
}

.teslapark .block:nth-child(odd) .block__content {
	order: 1;
}

.teslapark .block__image {
	width: 50%;
	overflow: hidden;
}

.teslapark .block__image img {
	min-width: 100%;
}

.teslapark .block__content {
	width: 100%;
	max-width: 470px;
}

.teslapark .block__content b,
.teslapark .block__content strong {
	font-weight: 700;
}

.why {
	padding-top: 140px;
	padding-bottom: 75px;
}

.why__title {
	text-align: center;
	margin-bottom: 32px;
}

.why__subtitle {
	font-size: 24px;
	line-height: 130%;
	text-align: center;
	margin-bottom: 66px;
}

.why .items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.why .item {
	width: 100%;
	max-width: 350px;
	padding-top: 30px;
	border-top: 1px solid #d8d8d8;
	margin-bottom: 75px;
}

.why .item__title {
	margin-bottom: 20px;
}

.why .item__image {
	height: 350px;
	overflow: hidden;
	margin-bottom: 40px;
}

.why .item__image img {
	min-height: 100%;
}

.why .btn {
	margin: 0 auto;
}

.service {
	padding: 140px 0;
}

.service__title {
	text-align: center;
	margin-bottom: 90px;
}

.service .block-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.service .block-info__title {
	margin-bottom: 50px;
}

.service .block-info__content {
	width: 50%;
	max-width: 510px;
}

.service .block-info__image {
	width: 50%;
}

.service .block-info__items {
	width: 100%;
	max-width: 450px;
}

.service .item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 35px;
}

.service .item:last-child {
	margin-bottom: 0;
}

.service .item__icon {
	width: 70px;
	height: 70px;
	border: 1px solid #d8d8d8;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin-right: 20px;
}

.service .item__text {
	width: calc(100% - 90px);
}

.service .line {
	background: #c4c4c4;
	height: 1px;
	margin-top: 100px;
	margin-bottom: 75px;
}

.service .block-services {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.service .block-services__title {
	text-align: center;
	width: 100%;
	margin-bottom: 50px;
}

.service .block-services__items {
	width: 66.66%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	z-index: 5;
}

.service .block-services__items .item {
	width: 100%;
	max-width: 350px;
}

.service .block-services__image {
	width: 33.3%;
}

.service .block-services__image img {
	transform: translateX(-50px);
	z-index: -1;
}

.purchase-terms {
	background: #f6f6f6;
	padding: 150px 0;
}

.purchase-terms__title {
	text-align: center;
	margin-bottom: 40px;
}

.purchase-terms__subtitle {
	margin: 0 auto;
	margin-bottom: 50px;
	text-align: center;
	max-width: 930px;
}

.purchase-terms .item {
	background: #ffffff;
	margin-bottom: 30px;
}

.purchase-terms .item:last-child {
	margin-bottom: 0;
}

.purchase-terms .item__header {
	height: 93px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-left: 40px;
	padding-right: 70px;
	position: relative;
	cursor: pointer;
}

.purchase-terms .item__number {
	width: 50px;
	font-weight: bold;
	font-size: 30px;
	line-height: 125%;
	-webkit-text-stroke: 1px #e03333;
	color: transparent;
}

.purchase-terms .item__title {
	width: calc(100% - 120px);
}

.purchase-terms .item__toggle {
	width: 30px;
	height: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s ease;
}

.purchase-terms .item__body {
	max-height: 0;
	overflow: hidden;
	padding: 0 40px;
	transition: 0.5s ease;
}

.purchase-terms .item__body li {
	padding-left: 25px;
	margin: 20px 0;
	position: relative;
}

.purchase-terms .item__body li:before {
	background: #e03333;
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	left: 0px;
	top: 10px;
	border-radius: 50%;
}

.purchase-terms .item__body .btn {
	max-width: 310px;
}

.purchase-terms .item.active .item__body {
	padding: 40px;
	padding-top: 0;
	max-height: 10000px;
}

.purchase-terms .item.active .item__toggle {
	transform: translateY(-50%) rotate(180deg);
}

.test-drive {
	padding-top: 380px;
	padding-bottom: 100px;
	background: 50% 0 no-repeat;
}

.test-drive__form {
	background: #ffffff;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
	padding: 80px;
}

.blog {
	padding-top: 0;
}

.blog__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.blog__search {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.blog__content {
	width: 100%;
	max-width: 840px;
}

.blog__sidebar {
	width: 100%;
	max-width: 260px;
}

.blog__footer {
	margin-top: 60px;
	margin-bottom: 60px;
}

.blog__footer .blog__categories_text {
	display: none;
}
.blog__footer .blog__categories .cat-item a {
	margin-bottom: 0;
}

.blog__categories {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.blog__categories_text {
	font-weight: bold;
	font-size: 24px;
	line-height: 125%;
	margin-bottom: 20px;
}

.blog__category {
	background: #f3f3f3;
	border-radius: 3px;
	padding: 5px 15px;
	margin: 0 10px;
	margin-bottom: 20px;
	display: block;
}

.post {
	padding: 50px 0;
	border-bottom: 1px solid #d8d8d8;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.post__image {
	height: 290px;
	width: 100%;
	max-width: 470px;
	overflow: hidden;
}

.post__image img {
	min-width: 100%;
	/*height: 100%;*/
	width: 100%;
}

.post__content {
	width: 100%;
	max-width: 320px;
}

.post__date {
	font-size: 17px;
	line-height: 130%;
	color: #8a8a8a;
	margin-bottom: 12px;
}

.post__title {
	font-weight: bold;
	font-size: 24px;
	line-height: 125%;
	margin-bottom: 16px;
	max-height: 100px;
	overflow: hidden;
	display: block;
}

.post__text {
	max-height: 100px;
	overflow: hidden;
	margin-bottom: 20px;
}

.post__link {
	font-weight: 500;
	color: #e03333;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.post__link span {
	margin-right: 10px;
}

.single-post {
	padding-bottom: 100px;
}

.single-post__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.single-post__content {
	width: 100%;
	max-width: 840px;
}

.single-post__content img {
	max-width: 100%;
}

.single-post__image img {
	width: 100%;
}

.single-post__body {
	padding-top: 40px;
	padding-bottom: 40px;
}

.single-post__body h2 {
	font-size: 30px;
	color: #171717;
	margin-bottom: 40px;
}

.single-post__body h3 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #171717;
}
.single-post__body p {
	margin-bottom: 25px;
	line-height: 180%;
	color: #171717;
}

.single-post__body a {
	text-decoration: underline;
}

.single-post__body ul {
	padding-left: 20px;
}

.single-post__body ul li {
	list-style-type: disc;
	margin-bottom: 10px;
}

.single-post__body img {
	height: auto;
	width: 100%;
}

.single-post__body b,
.single-post__body strong {
	font-weight: 700;
}

.single-post__sidebar {
	width: 100%;
	max-width: 260px;
}

.single-post__date {
	font-size: 17px;
	line-height: 130%;
	color: #8a8a8a;
	margin-bottom: 10px;
}

.single-post__title {
	font-weight: bold;
	font-size: 35px;
	line-height: 125%;
	margin-bottom: 20px;
}

.single-post__subtitle {
	font-weight: 500;
	font-size: 20px;
	line-height: 130%;
	margin-bottom: 50px;
}

.single-post .banner {
	margin-bottom: 30px;
}

.single-post .banner img {
	width: 100%;
}

.single-post .widget {
	margin-bottom: 40px;
}

.single-post .widget__title {
	font-weight: bold;
	font-size: 24px;
	line-height: 125%;
	margin-bottom: 40px;
}

.single-post .widget-categories a {
	background: #f3f3f3;
	border-radius: 3px;
	padding: 5px 15px;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.single-post .share {
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	text-align: center;
	padding: 35px;
	margin-bottom: 40px;
}

.single-post .share__title {
	font-size: 30px;
	line-height: 125%;
	margin-bottom: 25px;
}

.single-post .share__buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.single-post .share__button {
	background: #3078ea;
	border-radius: 5px;
	width: 191px;
	height: 48px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 125%;
	color: #fff;
	margin: 0 10px;
}

.single-post .share__button span {
	margin-left: 10px;
}

.single-post .facts {
	background: #ffffff;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
	padding: 60px;
	text-align: center;
	position: relative;
	margin-bottom: 70px;
}

.single-post .facts__left,
.single-post .facts__right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.single-post .facts__left {
	left: 0;
}

.single-post .facts__right {
	right: 0;
}

.single-post .facts__title {
	margin-bottom: 20px;
}

.single-post .facts__subtitle {
	font-size: 20px;
	line-height: 125%;
	margin-bottom: 20px;
}

.single-post .facts__buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.single-post .facts__btn {
	border-radius: 5px;
	width: 191px;
	height: 48px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 125%;
	color: #fff;
	margin: 0 5px;
}

.single-post .facts__btn.messenger {
	background: #3078ea;
}

.single-post .facts__btn.viber {
	background: #a046a2;
}

.single-post .facts__btn.telegram {
	background: #30a7ea;
}

.telegram-channel {
	padding: 50px;
	background: #F6F6F6 url(../img/telegram-channel__bg.webp) 100% 100%/ 60% no-repeat;
	margin-bottom: 20px;

}

.telegram-channel__content {
	max-width: 525px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.telegram-channel__title {
	color: #171717;
	font-family: 'Din Pro';
	font-size: 40px;
	font-weight: 700;
	line-height: 120%; /* 48px */
}

.telegram-channel__text {
	flex-direction: column;
	display: flex;
	gap: 12px;
	font-size: 18px;
}

.telegram-channel__text strong {
	font-weight: 700;
}

.telegram-channel__text ul {
	list-style-type: disc;
	flex-direction: column;
	padding-left: 20px;
	gap: 4px;
}

.telegram-channel__text ul  li::marker {
	color: #E03333; /* Change bullet color */
}

.telegram-channel__button:before,
.telegram-channel__button:after {
	display: none;
}

.telegram-channel__button {
	background: #171717;
}


.similar-posts__title {
	font-weight: bold;
	font-size: 35px;
	line-height: 125%;
	margin-bottom: 20px;
}

.catalog {
	padding-bottom: 100px;
}

.catalog__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.catalog__sidebar {
	width: 100%;
	max-width: 220px;
}

.catalog__main {
	width: 100%;
	max-width: 890px;
}

.catalog__header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	line-height: 130%;
}

.catalog__header .show-filters {
	border: 1px solid #d8d8d8;
	height: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	display: none;
	cursor: pointer;
}

.catalog__header .show-filters__text {
	margin-right: 5px;
}

.catalog__header .show-filters svg {
	width: 15px;
	height: 15px;
}

.catalog__header .view,
.catalog__header .show {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.catalog__header .view__type,
.catalog__header .show__type {
	border: 1px solid #d8d8d8;
	border-radius: 2px;
	width: 40px;
	height: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
}

.catalog__header .sort {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.catalog__header .sort__select {
	font-family: 'DIN Pro';
	border: 1px solid #d8d8d8;
	height: 40px;
	width: 200px;
	border-radius: 2px;
	margin-left: 7px;
}

.catalog .car__info {
	height: 100px;
	overflow: hidden;
}

.car {
	padding: 50px 0;
	border-bottom: 1px solid #d8d8d8;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.car__image {
	height: 290px;
	width: 100%;
	max-width: 420px;
	overflow: hidden;
	background: url(../img/tesla-placeholder.svg) 50%/cover no-repeat;
	/* background: 50% 50% no-repeat; */
	/* background-size: cover; */
	position: relative;
}

.car__stamp {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 5px;
	left: 5px;
	background: 0 0 / contain no-repeat;
}

.car__content {
	width: 100%;
	max-width: 420px;
}

.car__status {
	color: #5aa637;
	font-weight: 500;
	font-size: 15px;
	line-height: 125%;
	margin-bottom: 15px;
}

.car .product__name {
	display: none;
}

.car__model {
	font-weight: bold;
	font-size: 24px;
	line-height: 125%;
	margin-bottom: 15px;
}

.car__price {
	font-weight: bold;
	font-size: 24px;
	line-height: 125%;
	color: #5aa637;
	margin-bottom: 25px;
}

.car__info {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.car .info {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5px;
}

.car .info__name {
	color: #8a8a8a;
	font-size: 17px;
	line-height: 125%;
}

.car .info__value {
	margin-left: 5px;
	font-size: 17px;
	line-height: 125%;
}

.car__link {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-weight: 500;
	font-size: 18px;
	line-height: 130%;
	color: #e03333;
}

.car__link span {
	margin-right: 5px;
}

.filters__header {
	min-height: 90px;
	border-bottom: 1px solid #d8d8d8;
}

.filters__hide {
	display: none;
}

.filters__selected {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.filters__selected .item {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 5px;
	background: #000000;
	border-radius: 3px;
	font-weight: 500;
	font-size: 13px;
	line-height: 130%;
	color: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}

.filters__selected .item__name {
	margin-right: 5px;
}

.filters__selected .item__clear {
	background: url(../img/svg/item__clear.svg) 50% no-repeat;
	width: 10px;
	height: 10px;
}

.filters__clear {
	color: #e03333;
	font-size: 18px;
	line-height: 130%;
	border-bottom: 1px dashed #e03333;
	display: inline-block;
	cursor: pointer;
	display: none;
}

.filters__title {
	font-weight: bold;
	font-size: 24px;
	line-height: 125%;
	margin-top: 25px;
	margin-bottom: 25px;
}

.filters__footer {
	display: none;
}

.filter {
	border-bottom: 1px solid #d8d8d8;
}

.filter__header {
	height: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.filter__body {
	max-height: 0;
	overflow: hidden;
	transition: 0.3s ease;
}

.filter.active .filter__body {
	max-height: 10000px;
}

.filter.active .filter__name {
	color: #e03333;
}

.filter__value {
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.filter__value input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: none;
}

.filter__value_text {
	font-size: 15px;
	line-height: 130%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}

.filter__value_text:before {
	content: '';
	border: 1px solid #d8d8d8;
	width: 17px;
	height: 17px;
	display: block;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	margin-right: 10px;
}

.filter__value_quantity {
	font-size: 11px;
	line-height: 11px;
	border: 1px solid #d8d8d8;
	width: 26px;
	height: 17px;
	border-radius: 200px;
	margin-left: 8px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.filter__value input:checked + .filter__value_text::before {
	border-color: #e03333;
}

.filter__value input:checked + .filter__value_text::after {
	position: absolute;
	width: 5px;
	height: 5px;
	content: '';
	border: 1px solid #e03333;
	left: 6px;
	border-radius: 50%;
}

.car-breadcrumbs {
	padding: 30px 0;
	font-size: 16px;
	line-height: 130%;
}

.single-car {
	padding-top: 0;
	padding-bottom: 100px;
}

.single-car__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.single-car__gallery {
	width: 100%;
	max-width: 570px;
	position: relative;
}

.single-car__gallery .gallery-for {
	margin-bottom: 10px;
}

.single-car__gallery .gallery-for img {
	max-width: 100%;
}

.gallery-for__photo_link {
	min-height: 380px;
}

.gallery-for__video,
.gallery-nav__video {
	position: relative;
}
.gallery-for__video::before,
.gallery-nav__video::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48px' height='48px'%3E%3Cpath fill='%23FF3D00' d='M43.2,33.9c-0.4,2.1-2.1,3.7-4.2,4c-3.3,0.5-8.8,1.1-15,1.1c-6.1,0-11.6-0.6-15-1.1c-2.1-0.3-3.8-1.9-4.2-4C4.4,31.6,4,28.2,4,24c0-4.2,0.4-7.6,0.8-9.9c0.4-2.1,2.1-3.7,4.2-4C12.3,9.6,17.8,9,24,9c6.2,0,11.6,0.6,15,1.1c2.1,0.3,3.8,1.9,4.2,4c0.4,2.3,0.9,5.7,0.9,9.9C44,28.2,43.6,31.6,43.2,33.9z'/%3E%3Cpath fill='%23FFF' d='M20 31L20 17 32 24z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.gallery-for__video::before {
	width: 80px;
	height: 80px;
}
.gallery-nav__video::before {
	width: 48px;
	height: 48px;
}

.single-car__gallery .gallery-nav .slick-list {
	margin-left: -5px;
	margin-right: -5px;
}

.single-car__gallery .gallery-nav .slick-slide {
	margin: 0 5px;
	opacity: 0.4;
}

.single-car__gallery .gallery-nav .slick-current {
	opacity: 1;
}

.single-car__content {
	width: 100%;
	max-width: 500px;
}

.single-car__status {
	color: #5aa637;
	font-weight: 500;
	font-size: 17px;
	line-height: 125%;
	margin-bottom: 20px;
}

.single-car__model {
	font-weight: bold;
	font-size: 36px;
	line-height: 125%;
	margin-bottom: 10px;
}

.single-car__prices {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.single-car__price {
	width: 100%;
	position: relative;
	font-weight: bold;
	font-size: 36px;
	line-height: 125%;
	color: #5aa637;
	/* margin-bottom: 20px; */
	margin-top: 10px;
	text-align: center;
	padding: 10px;
	padding-bottom: 28px;
	border-radius: 10px;
	background: rgba(90, 166, 55, 0.1);
}

.single-car__price.order-price {
	/*border-left: 1px solid #dadada;*/
	margin-left: 20px;
}

.single-car__price-tip {
	position: absolute;
	font-size: 12px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}

.single-car__info {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
	margin-top: 25px;
}

.single-car .info {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.single-car .info__name {
	color: #8a8a8a;
	font-size: 17px;
	line-height: 125%;
}

.single-car .info__value {
	margin-left: 5px;
	font-size: 17px;
	line-height: 125%;
}

.single-car__tabs {
	margin-top: 70px;
	width: 100%;
	max-width: 670px;
}

.single-car .tabs__nav {
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 27px;
}

.single-car .tabs__nav.fixed .slick-track {
	transform: none !important;
}

.single-car .tabs__nav .slick-slide {
	margin-right: 20px;
}

.single-car .tabs__nav .slick-current .tab__name {
	color: #171717;
	position: relative;
	z-index: 50;
}

.single-car .tabs__nav .slick-current .tab__name:before {
	content: '';
	background: #e03333;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0px;
	left: 0;
}

.single-car .tab__name {
	font-size: 17px;
	line-height: 125%;
	color: #8a8a8a;
	padding-bottom: 30px;
	cursor: pointer;
	font-weight: 700;
	z-index: 100;
	position: relative;
}

.single-car .tab__content {
	font-size: 18px;
	line-height: 160%;
}

.single-car .tab__content p {
	padding-bottom: 20px;
}

.single-car .tab__content p img {
	width: 100%;
	height: auto;
	display: block;
}

.single-car__about {
	width: 100%;
	background: #ffffff;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
	padding: 70px;
	margin-top: 20px;
}

.single-car__about .item {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 20px;
}

.single-car__about .item:last-child {
	margin-bottom: 0;
}

.single-car__about .item__icon {
	width: 35px;
}

.single-car__about .item__icon img {
	width: 100%;
}

.single-car__about .item__text {
	font-size: 17px;
	line-height: 130%;
	width: 100%;
	max-width: calc(100% - 55px);
}

.single-car__about .item__text strong {
	font-weight: 700;
}

.single-car__stamp {
	width: 135px;
	height: 125px;
	background: 0px 0px no-repeat;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 10;
}

.single-car__wrapinfo {
	max-width: 470px;
	margin-top: 120px;
}

.single-car__stampwrap {
	border: 1px solid #695400;
	border-radius: 5px;
	padding: 20px;
	display: flex;
	align-items: center;
}
.single-car__stamplabel {
	width: 61px;
	height: 67px;
	background: center / contain no-repeat;
	margin-right: 35px;
	flex-shrink: 0;
}
.single-car__stamptext {
	font-size: 14px;
	line-height: 125%;
}
.single-car__stampwrap.done {
	border: 1px solid #236305;
}

.single-car__credits {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px dashed #5aa637;
	border-radius: 5px;
	height: 50px;
	padding-right: 15px;
	margin-bottom: 30px;
	margin-top: 20px;
}

.single-car__credits._mod {
	position: relative;
	justify-content: center;
	column-gap: 8px;
}

.single-car__credits._mod .single-car__credit-image {
	position: absolute;
	left: 0;
}

.single-car__credits._mod .single-car__credit-text {
	color: #000;
	font-size: 16px;
	font-weight: 500;
}

.single-car__credits._mod .single-car__credit-text1 {
	color: #5AA637;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px;
}

.single-car__credit-image {
	width: 44px;
	height: 50px;
	margin-left: -1px;
	border-radius: 5px 0px 0px 5px;
	background: #5aa637 center no-repeat;
}
.single-car__credit-text {
	font-size: 14px;
	line-height: 125%;
	color: #5aa637;
}
.single-car__credit-text1 {
	font-size: 14px;
	line-height: 125%;
	color: #000000;
}
.single-car__credit-text1 b {
	font-weight: 700;
}
.single-car__infobutton {
	width: 24px;
	height: 24px;
	background: center / contain no-repeat;
	position: relative;
}
.single-car__infobutton:hover .single-car__credit-desc {
	transform: scale(1);
}
.single-car__credit-desc {
	position: absolute;
	top: 34px;
	right: 11px;
	background: #f3f3f3;
	border-radius: 5px;
	padding: 20px;
	font-size: 14px;
	line-height: 130%;
	color: #000000;
	transition: 0.2s linear;
	transform: scale(0);
	width: 250px;
}
.single-car__credit-desc:before {
	position: absolute;
	content: '';

	top: -10px;
	right: 0px;
	border: 10px solid transparent;
	border-right: 10px solid #f3f3f3;
	border-bottom: 10px solid #f3f3f3;
}

.similar-cars {
	background: #f6f6f6;
	padding: 100px 0;
}

.similar-cars__title {
	font-weight: bold;
	font-size: 36px;
	line-height: 125%;
	margin-bottom: 45px;
}

.similar-cars__slider .slick-slide {
	margin-right: 60px;
}

.similar-cars__slider .slick-prev,
.similar-cars__slider .slick-next {
	top: 120px;
}

.similar-cars .car {
	max-width: 350px;
	padding-top: 0;
	padding-bottom: 30px;
}

.similar-cars .car__image {
	height: 240px;
	margin-bottom: 30px;
	display: block;
}

.similar-cars .car__status {
	margin-bottom: 8px;
}

.similar-cars .car__model {
	margin-bottom: 12px;
	display: block;
}

.similar-cars .car__price {
	margin-bottom: 20px;
}

.similar-cars .car__info {
	margin-bottom: 16px;
}

.similar-cars .car .info {
	width: 100%;
	display: none;
}

.similar-cars .car .info:nth-child(1),
.similar-cars .car .info:nth-child(2),
.similar-cars .car .info:nth-child(3),
.similar-cars .car .info:nth-child(4) {
	display: flex;
}

.how-sell {
	padding-bottom: 150px;
}

.how-sell__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.how-sell__title {
	width: 100%;
	text-align: center;
	margin-bottom: 80px;
}

.how-sell__images {
	max-width: 500px;
	width: 100%;
}

.how-sell__videowrap {
	width: 100%;
	height: 245px;
}
.how-sell__videowrap2 {
	margin-top: 50px;
}

.how-sell__images img {
	margin-bottom: 50px;
}

.how-sell__images img:last-child {
	margin-bottom: 0;
}

.how-sell__content {
	max-width: 570px;
}

.how-sell__content p,
.how-sell__content li {
	font-size: 22px;
	line-height: 130%;
}

.how-sell__content b,
.how-sell__content strong {
	font-weight: 700;
}

.how-sell__content span {
	color: #e03333;
}

.how-sell__content li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 35px;
}

.how-sell__content li:before {
	content: '';
	width: 17px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 5px;
	border: 1px solid #e03333;
	border-radius: 50%;
}

.how-sell__content li:after {
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	left: 6px;
	top: 11px;
	border: 1px solid #e03333;
	border-radius: 50%;
}

.how-sell__content li:last-child {
	margin-bottom: 0;
}

.how-sell .btn {
	max-width: 470px;
	margin: 0 auto;
	margin-top: 70px;
}

.sell-steps {
	background: #f7f7f7;
	padding: 140px 0;
	padding-bottom: 80px;
}

.sell-steps__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sell-steps__title {
	text-align: center;
	width: 100%;
	margin-bottom: 70px;
}

.sell-steps .step {
	width: 100%;
	max-width: 550px;
	background: #ffffff;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
	margin-bottom: 60px;
}

.sell-steps .step__image {
	height: 300px;
	background: 50% no-repeat;
	background-size: cover;
}

.sell-steps .step__content {
	padding: 55px 65px;
}

.sell-steps .step__content p {
	font-size: 21px;
	line-height: 130%;
}

.sell-steps .step__content b,
.sell-steps .step__content strong {
	font-weight: 700;
}

.commission {
	padding: 140px 0;
}

.commission__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.commission__title {
	margin-bottom: 50px;
}

.commission__header {
	width: 100%;
	max-width: 570px;
}

.commission__content {
	width: 100%;
	max-width: 500px;
}

.commission__content b,
.commission__content strong {
	font-weight: 700;
}

.commission__content span {
	color: #e03333;
}

.commission__content p {
	font-size: 22px;
	line-height: 130%;
}

.chanels {
	background: #f7f7f7;
	padding: 140px 0;
	text-align: center;
	padding-bottom: 80px;
}

.chanels__title {
	margin-bottom: 50px;
}

.chanels__gallery_title {
	margin-bottom: -30px;
}

.chanels__text {
	max-width: 840px;
	margin: 0 auto;
	margin-bottom: 40px;
	font-size: 22px;
	line-height: 130%;
}

.chanels__text b,
.chanels__text strong {
	font-weight: 700;
}

.chanels__gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.chanels .item {
	width: 270px;
	min-width: 270px;
	max-width: 270px;
	height: 550px;
	position: relative;
	text-align: center;
}

.chanels .item__image {
	height: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.chanels .item__text {
	font-size: 20px;
	line-height: 125%;
	position: absolute;
	width: 100%;
	bottom: -70px;
	left: 0;
	opacity: 0;
	transition: 0.3s ease;
}

.chanels .item__text strong {
	font-weight: 700;
}

.chanels .slick-slide {
	opacity: 0.4;
	transition: 0.3s ease;
	transform: scale(0.8);
}

.chanels .slick-active {
	opacity: 0.4;
}

.chanels .slick-current {
	opacity: 1;
	transform: scale(1);
	z-index: 10;
}

.chanels .slick-current .item__text {
	opacity: 1;
}

.chanels .slick-list {
	padding-bottom: 70px !important;
	padding-top: 70px !important;
}

.chanels .slick-prev {
	left: calc(50% - 275px);
}

.chanels .slick-next {
	right: calc(50% - 275px);
}

.delivery {
	padding: 140px 0;
}

.delivery__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.delivery__title {
	width: 100%;
	max-width: 980px;
	margin-bottom: 70px;
}

.delivery__content {
	max-width: 470px;
	font-size: 22px;
	line-height: 130%;
}

.delivery__content b,
.delivery__content strong {
	font-weight: 700;
}

.trust {
	background: #f7f7f7;
	padding: 140px 0;
	padding-bottom: 70px;
}

.trust__title {
	width: 100%;
	margin-bottom: 60px;
}

.trust__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.trust .item {
	max-width: 550px;
	background: #ffffff;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
	margin-bottom: 70px;
}

.trust .item__image {
	height: 300px;
	background: no-repeat 50%;
	background-size: cover;
}

.trust .item__content {
	padding: 70px;
}

.buyout {
	padding-bottom: 140px;
	padding-top: 0;
}

.buyout__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.buyout__title {
	text-align: center;
	margin-bottom: 80px;
	width: 100%;
}

.buyout__content {
	max-width: 530px;
	width: 100%;
}

.buyout__text {
	font-size: 22px;
	line-height: 130%;
	margin-bottom: 45px;
}

.buyout .item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 35px;
}

.buyout .item:last-child {
	margin-bottom: 0;
}

.buyout .item__icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	border: 1px solid #d8d8d8;
	border-radius: 50%;
}

.buyout .item__text {
	width: calc(100% - 95px);
}

.buyout .item__text b,
.buyout .item__text strong {
	font-weight: 700;
}

.buyout__form {
	padding: 60px 80px;
	max-width: 500px;
	width: 100%;
	background: #ffffff;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
	position: relative;
}

.buyout__form_decor {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-45%, -50%);
	z-index: -1;
}

.fast-sell {
	background: #f7f7f7;
	padding: 130px 0;
}

.fast-sell__title {
	text-align: center;
	margin-bottom: 50px;
}

.fast-sell .step {
	margin-bottom: 40px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.fast-sell .step__image {
	width: 100%;
	max-width: 510px;
	min-height: 400px;
	background: no-repeat 50% 0;
	background-size: cover;
	position: relative;
}

.fast-sell .step__number {
	position: absolute;
	top: 50%;
	right: 0;
	background: #e03333;
	border: 7px solid #ffffff;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	font-weight: bold;
	font-size: 18px;
	line-height: 130%;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	transform: translate(50%, -50%);
}

.fast-sell .step__content {
	width: 100%;
	max-width: 630px;
	background: #ffffff;
	padding: 20px 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
}

.fast-sell .step__content h3 {
	margin-bottom: 20px;
}

.fast-sell .step:last-child {
	margin-bottom: 0;
}

.fast-sell .step:nth-child(even) .step__image {
	order: 2;
}

.fast-sell .step:nth-child(even) .step__number {
	right: 100%;
}

.fast-sell .step:nth-child(even) .step__content {
	order: 1;
}

.offer {
	background: 50% 0 no-repeat;
	padding-top: 380px;
	padding-bottom: 130px;
}

.offer__form {
	background: #ffffff;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
	padding: 70px 0;
}

.contacts {
	padding-bottom: 70px;
	font-size: 18px;
}

.contacts__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contacts__content {
	width: 100%;
	max-width: 340px;
	background: #ffffff;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
}

.contacts__info {
	padding: 40px;
}

.contacts__social {
	border-top: 1px solid #d8d8d8;
	padding: 30px 40px;
}

.contacts .item {
	margin-bottom: 25px;
}

.contacts .item:last-child {
	margin-bottom: 0;
}

.contacts .item__name {
	color: #8a8a8a;
	margin-bottom: 6px;
	display: flex;
	align-items: center;
}

.contacts .item__name img {
	margin-right: 5px;
}

.contacts .item__value {
	color: #000;
}

.contacts .item__value b,
.contacts .item__value strong {
	font-weight: 700;
}

.contacts__social {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.contacts__social_text {
	color: #8a8a8a;
	margin-right: 10px;
}

.contacts__social_link {
	margin: 0 3px;
}

.contacts__map {
	width: 100%;
	max-width: 770px;
}

.footer {
	background: #000000;
	position: relative;
	font-size: 16px;
	line-height: 125%;
}

.footer__main {
	padding-top: 90px;
	padding-bottom: 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer__car {
	width: 100%;
	max-width: 470px;
	position: relative;
}

.footer__car img {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.footer__block {
	max-width: 250px;
}

.footer__block a {
	color: #8d8d8d;
}

.footer__block_title {
	font-weight: bold;
	color: #fff;
	margin-bottom: 28px;
}

.footer__contacts p {
	margin-bottom: 16px;
	color: #8d8d8d;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.footer__contacts p span {
	margin-left: 16px;
}

.footer__menu {
	max-width: 200px;
}

.footer__menu li {
	margin-bottom: 15px;
}

.footer__bottom {
	padding: 30px 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.footer__bottom:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 300%;
	height: 1px;
	background: #2c2c2c;
	transform: translateX(-50%);
}

.footer__bottom p,
.footer__bottom a {
	color: #525252;
}

.footer__social {
	display: flex;
}

.footer__social_link {
	display: flex;
	margin: 0 5px;
}

.footer__developed a {
	text-decoration: underline;
}

.modal-overlay {
	display: none;
	padding-top: 1px;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 999;
	overflow: auto;
	align-items: center;
	justify-content: center;
	padding-top: 60px;
}

.modal-overlay .modal-content {
	margin-bottom: 0px;
	border-radius: 4px;
}

.modal-overlay .close-button {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 10px;
	right: 10px;
	cursor: pointer;
	transition: 0.2s linear;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
}

.modal-overlay .close-button:before {
	background: #000;
	content: '';
	height: 30px;
	width: 2px;
	display: block;
	transform: translate(24px, 10px) rotate(-45deg);
}

.modal-overlay .close-button:after {
	background: #000;
	content: '';
	margin-top: -50px;
	height: 30px;
	width: 2px;
	display: block;
	transform: translate(25px, 30px) rotate(45deg);
	transition: 0.2s linear;
}

#modal-video .modal-content {
	height: auto;
	width: 100%;
}

#modal-video .video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

#modal-video .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal-form {
	background: #fff;
	width: 400px;
	padding: 40px;
	border-radius: 5px;
}

.modal-leave .modal-form {
	width: 545px;
	padding: 58px;
}

/*// ABOUT //*/

.about .item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 110px;
}

.about .item__content {
	max-width: 470px;
	width: 100%;
}

.about .item__content strong {
	font-weight: 700;
}

.about .item__video,
.about .item__image {
	max-width: 585px;
	width: 100%;
}

.about .item__video {
	height: 310px;
}

.about .item__image img {
	width: 100%;
}

.about .item:nth-child(even) .item__image {
	order: 1;
}

.about .item:nth-child(even) .item__content {
	order: 2;
}

/*MISSION*/
.mission {
	padding: 70px 0;
}

.mission__title {
	text-align: center;
	margin-bottom: 70px;
}

.mission__row {
	position: relative;
}

.mission__image img {
	width: 100%;
	transform: translateX(-250px);
}

.mission__content {
	position: absolute;
	right: 0;
	top: 50%;
	padding: 70px;
	width: 100%;
	max-width: 470px;
	transform: translateY(-50%);
	background: #ffffff;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
}

.mission__content strong {
	font-weight: 700;
}

/*VALUES*/

.values {
	padding: 70px 0;
}

.values__title {
	text-align: center;
	margin-bottom: 70px;
}

.values__row {
	position: relative;
}

.values__image img {
	width: 100%;
	transform: translateX(250px);
}

.values__content {
	position: absolute;
	left: 0;
	top: 75px;
	padding: 70px;
	width: 100%;
	max-width: 500px;
	background: #ffffff;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
}

.values__content strong {
	font-weight: 700;
}

.values__content li {
	margin-bottom: 20px;
	padding-left: 30px;
	position: relative;
}

.values__content li:before {
	content: '';
	width: 17px;
	height: 17px;
	border: 1px solid #e03333;
	border-radius: 50%;
	left: 0;
	top: 5px;
	position: absolute;
}

.values__content li:after {
	content: '';
	width: 5px;
	height: 5px;
	border: 1px solid #e03333;
	border-radius: 50%;
	left: 6px;
	top: 11px;
	position: absolute;
}

.page-about .why {
	background-color: #fff;
}

/*TEAM*/

.team {
	padding: 120px 0;
	background: #f6f6f6;
}

.team__title {
	text-align: center;
	margin-bottom: 74px;
}

.team .item {
	max-width: 350px;
	width: 100%;
	margin: 0 15px;
	margin-bottom: 30px;
}

.team__items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.team .item__photo {
	height: 350px;
	background-size: cover;
	background-position: 50% 0;
}

.team .item__info {
	background: #ffffff;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
	padding: 25px 30px;
	position: relative;
	z-index: 10;
}

.team .item__name {
	font-weight: bold;
	font-size: 22px;
	line-height: 125%;
}

.team .item__prof {
	color: #8a8a8a;
}

.team .item__social {
	position: absolute;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #fff;
	right: 25px;
	top: 0;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	overflow: hidden;
}

.team .show__social {
	width: 55px;
	height: 55px;
	background: #e03333;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	cursor: pointer;
	border: 7px solid #fff;
}

.team .hidden__links {
	background: rgba(23, 23, 23, 0.8);
	opacity: 0.8;
	border-radius: 200px 200px 0px 0px;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	position: absolute;
	bottom: 28px;
	left: 0;
	z-index: -1;
	transition: 0.1s ease;
	transform: translateY(100%);
	opacity: 0;
}

.team .item__link {
	display: flex;
	margin-bottom: 20px;
	text-align: center;
	justify-content: center;
}

.team .item__social.active {
	overflow: visible;
}

.team .item__social.active .hidden__links {
	opacity: 1;
	transform: translateY(0);
}

/*REVIEWS*/

.reviews {
	padding: 110px 0;
	padding-bottom: 250px;
}

.reviews__container {
	position: relative;
}

.reviews__title {
	text-align: center;
	margin-bottom: 50px;
}

.reviews__items {
	margin-left: -30px;
	margin-right: -30px;
	max-width: 1000px;
}

.review {
	width: 100%;
	max-width: 444px;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
	padding: 60px;
	margin: 30px;
}

.review__title {
	font-weight: bold;
	font-size: 24px;
	line-height: 130%;
	margin-bottom: 28px;
}

.review__text {
	margin-bottom: 40px;
}

.review__author-name {
	font-weight: bold;
}

.review__author-prof {
	color: #8a8a8a;
}

.reviews .slick-prev,
.reviews .slick-next {
	top: 50px;
	left: auto;
	right: -200px;
}

.reviews .slick-prev {
	right: -100px;
}

.reviews__bg {
	height: 476px;
	width: 100%;
	position: absolute;
	bottom: -100px;
	z-index: -1;
	left: 250px;
	background-size: cover;
	background-position: 50% 0;
}

/*CREDIT*/
.credit {
	padding: 100px 0;
	text-align: center;
}

.credit__subtitle {
	margin: 35px 0;
}

.credit__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.credit .item {
	width: 100%;
	max-width: 550px;
	text-align: left;
	position: relative;
	background: #ffffff;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.credit .item__image {
	height: 190px;
	background-size: cover;
	position: relative;
}

.credit .item__image:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.credit .item__body {
	position: relative;
	padding: 30px;
	padding-top: 60px;
}

.credit .item__number {
	width: 66px;
	height: 66px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	background: #e03333;
	border: 7px solid #ffffff;
	border-radius: 50%;
	font-weight: bold;
	font-size: 18px;
	line-height: 130%;
	color: #ffffff;
}

.credit .item__content {
	position: relative;
}

.credit .item__content strong,
.credit .item__content b {
	font-weight: 700;
}

.credit .item__title {
	margin-bottom: 15px;
}

.credit .item__text {
	margin-bottom: 30px;
}

.credit .item__info {
	margin-bottom: 30px;
}

.credit .item__info li {
	margin-bottom: 15px;
}

.credit .item__advantages_title {
	margin-bottom: 25px;
}

.credit .item__advantages li {
	margin-bottom: 15px;
	position: relative;
	padding-left: 34px;
}

.credit .item__advantages li:before {
	content: '';
	width: 17px;
	height: 17px;
	position: absolute;
	left: 0px;
	top: 5px;
	border-radius: 50%;
	border: 1px solid #e03333;
}

.credit .item__advantages li:after {
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	left: 6px;
	top: 11px;
	border-radius: 50%;
	border: 1px solid #e03333;
}

.credit .item__btn {
	max-width: calc(100% - 60px);
	margin: 0 auto;
	margin-bottom: 30px;
	margin-top: auto;
}

/*PARTNERS*/

.partners {
	padding: 50px 0;
	text-align: center;
}

.partners__items {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.partners .item {
	width: 200px;
	height: 70px;
	background: no-repeat 50%;
	background-size: contain;
}

/*FAQ*/

.faq {
	background: #f6f6f6;
	padding: 150px 0;
}

.faq__title {
	text-align: center;
	margin-bottom: 40px;
}

.faq .item {
	background: #ffffff;
	margin-bottom: 30px;
}

.faq .item:last-child {
	margin-bottom: 0;
}

.faq .item__header {
	height: 93px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-left: 40px;
	padding-right: 70px;
	position: relative;
	cursor: pointer;
}

.faq .item__number {
	width: 50px;
	font-weight: bold;
	font-size: 30px;
	line-height: 125%;
	-webkit-text-stroke: 1px #e03333;
	color: transparent;
}

.faq .item__title {
	width: calc(100% - 120px);
}

.faq .item__toggle {
	width: 30px;
	height: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s ease;
}

.faq .item__body {
	max-height: 0;
	overflow: hidden;
	padding: 0 40px;
	transition: 0.5s ease;
}

.faq .item__body p {
	padding-left: 25px;
	margin: 20px 0;
}

.faq .item__body li {
	padding-left: 25px;
	margin: 20px 0;
	position: relative;
}

.faq .item__body li:before {
	background: #e03333;
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	left: 0px;
	top: 10px;
	border-radius: 50%;
}

.faq .item.active .item__body {
	padding: 40px;
	padding-top: 0;
	max-height: 10000px;
}

.faq .item.active .item__toggle {
	transform: translateY(-50%) rotate(180deg);
}

/*PAGE AUTOSERVICE*/
.page-autoservice .test-drive {
	text-align: center;
}

.autoservice-info {
	padding-bottom: 100px;
}

.autoservice-info__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.autoservice-info__title {
	text-align: center;
	margin-bottom: 100px;
}

.autoservice-info__content {
	width: 100%;
	max-width: 520px;
}

.autoservice-info__content h3 {
	margin-bottom: 60px;
}

.autoservice-info__content ul li {
	margin-bottom: 40px;
}

.autoservice-info__content b,
.autoservice-info__content strong {
	font-weight: 700;
}

.autoservice-info__content li {
	padding-left: 40px;
	position: relative;
}

.autoservice-info__content li:before {
	content: '';
	width: 17px;
	height: 17px;
	position: absolute;
	left: 0px;
	top: 5px;
	border-radius: 50%;
	border: 1px solid #e03333;
}

.autoservice-info__content li:after {
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	left: 6px;
	top: 11px;
	border-radius: 50%;
	border: 1px solid #e03333;
}

.autoservice-info__image {
	width: 50%;
}

.autoservice-services {
	padding: 100px 0;
}

.autoservice-services__container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.autoservice-services__title {
	text-align: center;
	margin-bottom: 90px;
}

.autoservice-services__content {
	width: 50%;
}

.autoservice-services__content b,
.autoservice-services__content strong {
	font-weight: 700;
}

.autoservice-services__content ul {
	columns: 2;
}

.autoservice-services__content li {
	position: relative;
	padding-left: 20px;
	font-size: 16px;
	line-height: 120%;
	margin-bottom: 20px;
}

.autoservice-services__content li:before {
	position: absolute;
	left: 0;
	top: 7px;
	background: #e03333;
	width: 5px;
	height: 5px;
	content: '';
	border-radius: 50%;
}

.autoservice-services__content .btn {
	margin-top: 20px;
}

.autoservice-services__image {
	width: 50%;
}

/*autoservice-spa*/
.autoservice-spa {
	padding: 70px 0;
}

.autoservice-spa__title {
	text-align: center;
	margin-bottom: 30px;
}

.autoservice-spa__subtitle {
	text-align: center;
	margin-bottom: 60px;
}

.autoservice-spa__row {
	position: relative;
}

.autoservice-spa__image img {
	width: 100%;
	transform: translateX(-250px);
}

.autoservice-spa__content {
	position: absolute;
	right: 0;
	top: 50%;
	padding: 70px;
	width: 100%;
	max-width: 830px;
	transform: translateY(-50%);
	background: #ffffff;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
}

.autoservice-spa__content ul {
	columns: 2;
}

.autoservice-spa__content li {
	position: relative;
	padding-left: 20px;
	font-size: 16px;
	line-height: 120%;
	margin-bottom: 20px;
}

.autoservice-spa__content li:before {
	position: absolute;
	left: 0;
	top: 7px;
	background: #e03333;
	width: 5px;
	height: 5px;
	content: '';
	border-radius: 50%;
}

.autoservice-spa__content strong {
	font-weight: 700;
}

.autoservice-repair {
	padding: 50px 0;
}

.autoservice-repair .step__image {
	min-height: 350px;
}

.autoservice-repair .step__content h4 {
	font-weight: bold;
	font-size: 24px;
	line-height: 125%;
	margin-bottom: 30px;
}

.autoservice-repair .step__content li {
	margin-bottom: 15px;
	padding-left: 20px;
	font-size: 16px;
	line-height: 120%;
	position: relative;
}

.autoservice-repair .step__content li:before {
	position: absolute;
	left: 0;
	top: 7px;
	background: #e03333;
	width: 5px;
	height: 5px;
	content: '';
	border-radius: 50%;
}

.autoservice-repair .btn {
	margin: 0 auto;
	margin-top: 50px;
	max-width: 460px;
}

.accessories {
	padding: 100px 0;
	text-align: center;
}

.accessories__title {
	text-align: left;
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 36px;
	line-height: 125%;
}

.accessories__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.accessories .item {
	width: 100%;
	max-width: 550px;
	text-align: left;
	position: relative;
	background: #ffffff;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.accessories .item__image {
	height: 190px;
	background-size: cover;
	position: relative;
}

.accessories .item__image:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.accessories .item__body {
	position: relative;
	padding: 30px;
	padding-top: 60px;
}

.accessories .item__number {
	width: 66px;
	height: 66px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	background: #e03333;
	border: 7px solid #ffffff;
	border-radius: 50%;
	font-weight: bold;
	font-size: 18px;
	line-height: 130%;
	color: #ffffff;
}

.accessories .item__content {
	position: relative;
}

.accessories .item__content strong,
.accessories .item__content b {
	font-weight: 700;
}

.accessories .item__content li {
	margin-bottom: 15px;
	position: relative;
	padding-left: 20px;
}

.accessories .item__content li:before {
	position: absolute;
	left: 0;
	top: 7px;
	background: #e03333;
	width: 5px;
	height: 5px;
	content: '';
	border-radius: 50%;
}

.mainheading .slide .item__text p strong {
	display: block;
	font-weight: bold;
	font-size: 40px;
	line-height: 125%;
	color: #171717;
}

/*PAGE EUROPE*/
.euro-heading .slide .item__text p {
	color: #171717;
}

.euro-heading .slide .item__text p strong {
	font-size: 20px;
	font-weight: 700;
}

.euro-gallery {
	background: #f7f7f7;
	padding: 70px 0;
	text-align: center;
}

.euro-gallery__title {
	margin-bottom: 60px;
}
.euro-gallery__items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.euro-gallery__items img {
	margin-bottom: 35px;
	max-width: 100%;
}

.euro-models {
	padding: 100px 0;
	text-align: center;
}

.euro-models__title {
	margin-bottom: 50px;
}

.euro-models__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.euro-models .item {
	width: 100%;
	max-width: 270px;
}
.euro-models .item__image {
	height: 226px;
	margin-bottom: 30px;
}

.euro-models .item__text {
	font-weight: bold;
	font-size: 24px;
	line-height: 120%;
}

.euro-models .item__price {
	font-size: 20px;
	line-height: 120%;
	color: #E03333;
	margin-top: 8px;
}

.euro-models .item__btn {
	padding: 0 15px;
}

.euro-models__btn {
	margin: 30px auto 0;
}

.euro-steps {
	padding-bottom: 100px;
}

.euro-steps__title {
	margin-bottom: 80px;
}

.euro-steps__items {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.euro-steps .item {
	width: 100%;
	max-width: 320px;
	margin-right: 60px;
	margin-bottom: 50px;
}

.euro-steps .item__icon {
	width: 70px;
	height: 70px;
	border: 1px solid #d8d8d8;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-bottom: 20px;
}

.euro-steps .item__icon:before {
	position: absolute;
	content: '';
	width: 260px;
	top: 50%;
	left: -290px;
	border: 1px dashed #d8d8d8;
	height: 1px;
}

.euro-steps .item__number {
	position: absolute;
	right: 0;
	top: 0;
	width: 31px;
	height: 31px;
	background: #e03333;
	border-radius: 50%;
	font-weight: 500;
	font-size: 13px;
	line-height: 130%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translate(8px, -8px);
}

.euro-steps .item__title {
	font-weight: bold;
	font-size: 24px;
	line-height: 130%;
	margin-bottom: 20px;
}

.euro-steps .item:nth-child(1) .item__icon:before,
.euro-steps .item:nth-child(4) .item__icon:before {
	display: none;
}

.euro-steps__text {
	margin-top: 8px;
	max-width: 360px;
	font-size: 16px;
	color: #8d8d8d;
	line-height: 130%;
}

.euro-why {
	background: #f7f7f7;
	padding: 100px 0;
}

.euro-why__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.euro-why__header {
	width: 100%;
	max-width: 560px;
	order: 2;
}

.euro-why__content {
	order: 1;
	width: 100%;
	max-width: 500px;
}

.euro-why__content h3 {
	margin-bottom: 30px;
}

.euro-why__content p,
.euro-why__content li {
	font-size: 22px;
	margin-bottom: 30px;
}

.euro-why__video {
	height: 290px;
	margin-top: 50px;
}

.euro-why__content strong,
.euro-why__content b {
	font-weight: 700;
}

.euro-why__content li {
	position: relative;
	padding-left: 34px;
}

.euro-why__content li:before {
	content: '';
	width: 17px;
	height: 17px;
	position: absolute;
	left: 0px;
	top: 5px;
	border-radius: 50%;
	border: 1px solid #e03333;
}

.euro-why__content li:after {
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	left: 6px;
	top: 11px;
	border-radius: 50%;
	border: 1px solid #e03333;
}
.true_loadmore {
	display: block;
	margin: 30px auto 10px;
	border: 1px solid #171717;
	color: #171717;
	font-style: 20px;
	max-width: 200px;
	text-align: center;
	padding: 10px;
	border-radius: 6px;
	cursor: pointer;
	transition: all;
}
.true_loadmore:hover {
	color: #e03333;
	border: 1px solid #e03333;
}
.section-404 .title b {
	font-size: 100px;
	line-height: 120px;
	display: block;
}
.section-404 .title {
	text-align: center;
	padding-top: 15vh;
}
.section-404 .btn {
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 15vh;
}
.modal-form__title {
	font-weight: 700;
	font-size: 30px;
	line-height: 120%;
	text-align: center;
}

.modal-form__title span {
	color: #e03333;
}

.modal-form__subtitle {
	margin: 20px 0;
	text-align: center;
}

.modal-form .subm {
	max-width: none;
}

.gallery-for .slick-arrow {
	display: block !important;
}

.special {
	padding: 150px 0;
}

.special__container {
	display: flex;
	gap: 80px;
	align-items: center;
}

.special__image {
	background: 50%/contain no-repeat;
	width: 100%;
}

.special__content {
	width: 100%;
}

.special__image:after {
	display: block;
	content:'';
	padding-bottom: calc(540/620*100%);
}

.special__text {
	margin-top: 30px;
}

.special__text p:not(:last-child) {
	margin-bottom: 10px;
}

.special__text strong {
	font-weight: 700;
}

.special__btn {
	margin-top: 60px;
}

/*RENT*/

.rent-heading {
	background-size: cover;
	position: relative;
	text-align: center;
}

.rent-heading__container {
	position: relative;
	padding-top: 76px;
	min-height: 764px;
}

.rent-heading__title {
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
	font-size: 50px;
	line-height: 110%;
}

.rent-heading__title span {
	color: #e03333;
}

/* .rent-heading__items {
  display: flex;
  flex-wrap: wrap;
  background: #FFFFFF;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
  position: absolute;
  bottom: 0;
  width: calc(100% - 30px);
  left: 50%;
  transform: translate(-50%, 60px);
} */

/* .rent-heading .item {
  width: 25%;
  position: relative;
  padding-top:6px;
  height: 160px;
  border-right: 1px solid #D8D8D8;
}

.rent-heading .item:last-child {
  border: none;
} */

.rent-advantages {
	padding-top: 120px;
	padding-bottom: 20px;
}

.rent-advantages__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.rent-advantages__items {
	max-width: 330px;
	width: 100%;
}

.rent-advantages .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 38px;
}

.rent-advantages .item:last-child {
	margin-bottom: 0;
}

.rent-advantages .item__icon {
	width: 74px;
	height: 74px;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	border-radius: 50%;
	border: 1px solid #d8d8d8;
}

.rent-advantages .item__text {
	font-size: 20px;
	line-height: 130%;
	max-width: 225px;
	width: 100%;
	color: #8a8a8a;
}

.rent-advantages .item__text b,
.rent-advantages .item__text strong {
	font-weight: bold;
	color: #171717;
}

.rent-advantages__image {
	width: 100%;
	max-width: 640px;
	position: relative;
	background-size: cover;
	height: 465px;
}

.rent-advantages__image:before {
	background: #e03333
		url("data:image/svg+xml,%3Csvg width='63' height='62' viewBox='0 0 63 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M60.3662 9.52613C50.1339 5.06799 40.1369 3.64975 31.4057 3.7168H31.405C22.6737 3.64975 12.6749 5.06799 2.44449 9.52613C1.22516 7.31822 0.726562 5.97828 0.726562 5.97828C11.9114 1.55273 22.3853 0.0382094 31.4046 0C40.4254 0.0382094 50.8989 1.55273 62.0834 5.97828C62.0834 5.97828 61.7339 7.06611 60.3662 9.52613ZM39.9926 12.8204L31.4093 61.0961L22.7567 12.8137C14.6297 12.8204 12.051 13.7157 11.6779 17.379C11.6779 17.379 6.18585 15.3321 3.41867 11.1759C14.2207 6.16976 25.0759 5.94462 25.0759 5.94462L31.403 13.6508L37.73 5.94574C37.73 5.94574 48.5837 6.17088 59.3864 11.1771C56.6185 15.3333 51.128 17.3801 51.128 17.3801C50.7541 13.7184 48.1757 12.8204 39.9926 12.8204Z' fill='white'/%3E%3C/svg%3E%0A")
		50% no-repeat;
	border: 14px solid #ffffff;
	width: 124px;
	height: 124px;
	content: '';
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%);
}

.rent-models .euro-models__items {
	justify-content: center;
}

.rent-models .item {
	margin: 0 25px;
}

.rent-when {
	background: #f6f6f6;
	padding: 75px 0;
}

.rent-when__title {
	text-align: center;
	margin-bottom: 75px;
}

.rent-when__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.rent-when .item {
	width: 100%;
	max-width: 370px;
}

.rent-when .item__image {
	margin-bottom: 40px;
	height: 370px;
	background-size: cover;
}

.rent-when .item__text b,
.rent-when .item__text strong {
	font-weight: 700;
}

.rent-what .item__text {
	max-width: 350px;
}

.rent-what .buy__image {
	transform: translateX(-180px);
}

.rent-event {
	padding-bottom: 120px;
	padding-top: 75px;
}

.rent-event__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.rent-event__image {
	width: 100%;
	max-width: 524px;
	height: 513px;
	position: relative;
}

.rent-event__content {
	width: 100%;
	max-width: 600px;
}

.rent-event__content h2 {
	margin-bottom: 60px;
}

.rent-event__content strong,
.rent-event__content b {
	font-weight: 700;
}

.rent-event__btn {
	margin-top: 60px;
}

.rent-event__image_decor {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	transform: translate(-50%, -50%);
}

/*PAGE ORDER*/
.order-heading {
	background-position: 50% 0;
	background-size: cover;
	position: relative;
	text-align: center;
	padding-top: 70px;
	min-height: 764px;
}

.order-heading__title {
	font-size: 50px;
}

.order-heading__title span {
	color: #e03333;
}

.order-process {
	padding: 75px 0;
	padding-bottom: 25px;
}

.order-process__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.order-process__title {
	text-align: center;
	width: 100%;
	margin-bottom: 35px;
}

.order-process__items {
	width: 100%;
	max-width: 480px;
}

.order-process .item {
	margin-bottom: 35px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.order-process .item__icon {
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #d8d8d8;
	border-radius: 50%;
	margin-right: 24px;
}

.order-process .item__text {
	max-width: 385px;
}

.order-process .item__text b,
.order-process .item__text strong {
	font-weight: 700;
}

.order-process .item:last-child {
	margin-bottom: 0;
}

.order-process__image {
	width: 50%;
}

.order-process__image img {
	transform: translateX(-100px);
}

.order-process__text {
	width: 100%;
	background: #f6f6f6;
	border-radius: 5px;
	padding: 25px 50px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.order-process__text p {
	max-width: 910px;
	font-size: 26px;
	line-height: 130%;
}

.order-form {
	padding-bottom: 120px;
}

.order-when {
	background: #f6f6f6;
	padding: 75px 0;
}

.order-when__title {
	text-align: center;
	margin-bottom: 75px;
}

.order-when__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.order-when .item {
	width: 100%;
	position: relative;
	max-width: 370px;
}

.order-when .item__number {
	position: absolute;
	width: 74px;
	height: 74px;
	background: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	font-weight: bold;
	font-size: 30px;
	line-height: 130%;
	-webkit-text-stroke: 1px #e03333;
	border-radius: 50%;
	color: transparent;
}

.order-when .item__image {
	margin-bottom: 40px;
	height: 370px;
	background-size: cover;
}

.order-when .item__text b,
.order-when .item__text strong {
	font-weight: 700;
}

.order-why {
	padding: 100px 0;
}

.order-why__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.order-why__title {
	width: 100%;
	text-align: center;
	margin-bottom: 80px;
}

.order-why__image {
	width: 100%;
	max-width: 585px;
}

.order-why__content {
	width: 100%;
	max-width: 500px;
}

.order-why__content li {
	margin-bottom: 20px;
	position: relative;
}

.order-why__content li:before {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	background: #e03333;
	border-radius: 50%;
	left: -25px;
	top: 8px;
}

.order-why__content li b,
.order-why__content li strong {
	font-weight: 700;
}

.order-how {
	background: #f7f7f7;
	padding: 75px 0;
}

.order-how__title {
	text-align: center;
	margin-bottom: 100px;
}

.order-how__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.order-how .item {
	width: 100%;
	max-width: 550px;
	background: #ffffff;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
	margin-bottom: 50px;
}

.order-how .item__image {
	height: 300px;
}

.order-how .item__content {
	padding: 60px;
}

.order-how .item__content h3 {
	margin-bottom: 24px;
}

.order-how .item__content strong,
.order-how .item__content b {
	font-weight: 700;
}

.order-how .item:last-child {
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.order-how .item:last-child .item__image {
	width: 100%;
	height: 100%;
}

.order-how .item:last-child .item__image,
.order-how .item:last-child .item__content {
	max-width: 550px;
}

.order-tesla {
	padding-top: 100px;
	padding-bottom: 100px;
	background-position: calc(50% + 750px) 50%;
}

.order-tesla__title {
	max-width: 800px;
	margin-bottom: 70px;
}

.order-tesla__content {
	max-width: 470px;
	margin-bottom: 80px;
}

/*// RENT MODEL //*/

.rent-model__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.rent-model__gallery {
	width: 100%;
	max-width: 570px;
}

.rent-model__content {
	width: 100%;
	max-width: 520px;
}

.rent-model__gallery .gallery-for img {
	width: 100%;
}

.rent-model__gallery .gallery-nav .slick-slide {
	margin: 0 5px;
	opacity: 0.4;
}

.rent-model__gallery .gallery-nav .slick-current {
	opacity: 1;
}

.rent-model__title {
	font-weight: bold;
	font-size: 36px;
	line-height: 125%;
	margin-bottom: 30px;
}
.rent-model__info {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.rent-model__info .item {
	display: flex;
	align-items: center;
	width: 50%;
	margin-bottom: 20px;
}

.rent-model__info .item__icon {
	margin-right: 10px;
}

.rent-model__info .item__icon img {
	display: block;
}

.rent-model__info .item__text {
	font-size: 17px;
	line-height: 21px;
	max-width: 150px;
}

.rent-model__prices {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 35px;
}

.rent-model__prices .item {
	border: 1px solid #d8d8d8;
	flex-basis: 100px;
	text-align: center;
	font-size: 14px;
	line-height: 17px;
}

.rent-model__prices .item:last-child {
	font-weight: 700;
}

.rent-model__prices .item__text,
.rent-model__prices .item__price {
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rent-model__prices .item__text {
	border-bottom: 1px solid #d8d8d8;
}

.rent-calc {
	padding: 70px 0;
}

.rent-calc__wrap {
	background: #f6f6f6;
	border-radius: 10px;
	padding: 35px;
}

.rent-calc__title {
	font-weight: bold;
	font-size: 22px;
	line-height: 125%;
	margin-bottom: 35px;
}

.rent-calc__info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
}

.rent-calc__info .item__label {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 10px;
}

.rent-calc__info .item__select,
.rent-calc__info .item__input {
	background: #ffffff;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	height: 50px;
	border: none;
	padding: 0 35px;
}

.rent-calc__info .item__select {
	width: 250px;
	background: url(../img/location.svg) 15px 50% no-repeat,
		url(../img/select-arr.svg) calc(100% - 15px) 50% no-repeat;
	background-color: #fff;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.rent-calc__info .item__input {
	width: 150px;
	background: url(../img/calendar.svg) 15px 50% no-repeat,
		url(../img/select-arr.svg) calc(100% - 15px) 50% no-repeat;
	background-color: #fff;
}

.rent-calc__btn {
	width: 190px;
	padding: 0;
	justify-content: center;
	height: 50px;
	font-weight: 500;
	font-size: 14px;
	text-transform: none;
}

.single-post .breadcrumb_last {
	color: #8a8a8a;
}

.catalog-seoblock {
	padding-top: 50px;
	padding-bottom: 50px;
}

.catalog-seoblock__content strong,
.catalog-seoblock__content b {
	font-weight: 700;
}

.catalog-seoblock__content li {
	margin-bottom: 15px;
}

.catalog-seoblock__content li {
	margin-bottom: 15px;
	position: relative;
	padding-left: 34px;
}

.catalog-seoblock__content li:before {
	content: '';
	width: 17px;
	height: 17px;
	position: absolute;
	left: 0px;
	top: 5px;
	border-radius: 50%;
	border: 1px solid #e03333;
}

.catalog-seoblock__content li:after {
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	left: 6px;
	top: 11px;
	border-radius: 50%;
	border: 1px solid #e03333;
}
.catalog-seoblock__content p {
	margin-top: 15px;
}
.catalog-seoblock table {
	margin-top: 20px;
}
.catalog-seoblock td {
	padding: 10px;
	border: 1px solid #000;
}
.catalog-seoblock h2 {
	margin-top: 40px;
	font-size: 38px;
}
.catalog-seoblock h3 {
	margin-top: 30px;
	font-size: 24px;
}
.catalog-seoblock ul,
.catalog-seoblock ol {
	margin-top: 15px;
}
.catalog-faq {
	background: #f6f6f6;
	padding-top: 100px;
	padding-bottom: 100px;
}

.catalog-faq__title {
	text-align: center;
	margin-bottom: 40px;
}

.catalog-faq .item {
	padding: 30px;
	background: #fff;
	margin-bottom: 30px;
	cursor: pointer;
}
.catalog-faq .item__question {
	position: relative;
	padding-right: 100px;
}
.catalog-faq .item__question p {
	font-weight: 700;
	font-size: 30px;
	line-height: 125%;
}

.catalog-faq .item__arr {
	width: 30px;
	height: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0px;
	top: calc(50% - 15px);
	transition: 0.3s ease;
}
.catalog-faq .item__arr svg {
	width: 100%;
	height: 100%;
}
.catalog-faq .item__answer {
	display: none;
	margin-top: 20px;
}
.catalog-faq .active .item__arr {
	transform: rotate(180deg);
}

.magnet__content {
	width: 519px;
	background: #fff;
	border-radius: 10px;
}
.magnet__texts {
	padding: 27px;
}
.magnet__image {
	width: 100%;
	height: 220px;
	background: center / cover no-repeat;
}
.magnet__text {
	font-size: 27px;
	line-height: 130%;
	text-align: center;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #000000;
	font-weight: 700;
}
.magnet__text span {
	color: #e03333;
}
.magnet__text1 {
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.01em;
	color: #000000;
	margin-top: 10px;
}
.magnet__wrap {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.magnet__text3 {
	font-size: 16px;
	line-height: 117.5%;
	color: #979797;
}
.magnet__input {
	background: #f1f1f1;
	border-radius: 5px;
	width: 340px;
	height: 52px;
	font-size: 16px;
	color: #979797;
	padding-left: 17px;
	border: none;
}
.magnet__text4 {
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.01em;
	color: #000000;
	margin-top: 20px;
}
.magnet__buttons {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.magnet__wrap-button {
	width: 50%;
	height: 70px;
	position: relative;
}
.magnet__fake-button {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: transparent;
	cursor: pointer;
}
.magnet__button {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.magnet__button1 {
	background: linear-gradient(180deg, #1faff5 0%, #16a2e5 100%);
	border-radius: 8px 0px 0px 8px;
}
.magnet__button2 {
	background: linear-gradient(180deg, #722da4 0%, #592783 100%);
	border-radius: 0px 8px 8px 0px;
}
.magnet__icon {
	width: 32px;
	height: 32px;
	display: block;
	background: center no-repeat;
}
.magnet__textbutton {
	display: block;
	font-weight: 300;
	font-size: 14px;
	line-height: 130%;
	text-align: center;
	letter-spacing: 0.01em;
	color: #ffffff;
}
.modal-overlay.magnet {
	padding: 0;
}
.magnet__close-text {
	cursor: pointer;
	color: #adadad;
	font-size: 14px;
	margin-top: 20px;
	text-align: center;
	display: block;
}

.wp-block-gallery.center {
	justify-content: center;
}

.wpd-auth {
	display: none !important;
}

.article__screens {
	display: flex;
	align-items: center;
	justify-content: center;
}
.article__screen {
	width: 300px;
	height: 700px;
	background: center / contain no-repeat;
}
.article__screen1 {
	margin-right: 30px;
}

/* HOME NEW */
.teslamarket {
	padding: 20px 0;
}

.teslamarket__container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.teslamarket__title {
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
	font-size: 52px;
}

.teslamarket__slider {
	width: 100%;
}

.teslamarket .slide {
	height: 460px;
	background: 50% no-repeat;
	background-size: cover;
	padding: 40px;
	position: relative;
}

.teslamarket .slide__image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.teslamarket .slide__title {
	font-weight: 500;
	font-size: 36px;
	line-height: 121%;
	margin-bottom: 35px;
	display: block;
}

.teslamarket .slide__btn {
	width: 185px;
	height: 45px;
	font-size: 14px;
	padding: 0 20px;
}

.teslamarket__banners {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 20px;
}

.teslamarket__slider .slick-dots {
	bottom: 30px;
	padding-left: 40px;
	text-align: left;
}

.teslamarket__slider .slick-dots li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #171717;
	margin: 0 5px;
	opacity: 0.3;
}

.teslamarket__slider .slick-dots li.slick-active {
	opacity: 1;
}

.teslamarket__slider .slick-dots li button {
	display: none;
}


.teslamarket .banner {
	display: block;
	height: 220px;
	width: calc((100% - 90px) / 4);
	background: 50% no-repeat;
	background-size: cover;
	position: relative;
	text-align: center;
	color: #fff;
	padding: 30px 10px;
}

.teslamarket .banner:after {
	content: '';
	position: absolute;
	width: 60px;
	height: 60px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	left: 50%;
	bottom: 0;
	background: url(../img/t_icon.svg) 50% no-repeat;
	transform: translate(-50%, 50%);
}

.teslamarket .banner:last-child {
	margin-bottom: 0;
}

.teslamarket .banner__title {
	font-weight: bold;
	font-size: 24.75px;
	line-height: 121%;
}
.teslamarket .banner__subtitle {
	margin-top: 5px;
}

.teslamodels {
	padding-top: 50px;
}

.teslamodels__title p {
	margin-top: 20px;
	font-size: 24px;
	font-weight: 500;
    line-height: 130%;
}

.teslamodels .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 70px 0 60px;
	border-bottom: 1px solid #b1b1b1;
	position: relative;
}

.teslamodels .item:after {
	width: 16px;
	height: 16px;
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	border-radius: 50%;
	border-bottom: 1px solid #b1b1b1;
	transform: translate(-50%, 50%);
	background-color: #fff;
}

.teslamodels .item:last-child {
	border-bottom: none;
}

.teslamodels .item:last-child:after {
	display: none;
}

.teslamodels .item__title {
	text-transform: uppercase;
}

.teslamodels .item__btn {
	background: #e03333;
	border-radius: 5px;
	display: inline-flex;
	padding: 10px 20px;
	color: #fff;
	font-size: 17px;
	line-height: 130%;
}

.teslamodels .item__cars {
	width: 100%;
	margin-top: 30px;
}

.teslamodels .slick-slide {
	margin-right: 60px;
}

.teslamodels .slick-prev,
.teslamodels .slick-next {
	top: 120px;
}

.teslamodels .car {
	max-width: 350px;
	padding-top: 0;
	padding-bottom: 30px;
	padding-bottom: 0;
	border: none;
}

.teslamodels .car__image {
	height: 240px;
	margin-bottom: 30px;
	display: block;
}

.teslamodels .car__status {
	margin-bottom: 8px;
}

.teslamodels .car__model {
	margin-bottom: 12px;
	display: block;
	min-height: 60px;
}

.teslamodels .car__price {
	margin-bottom: 20px;
}

.teslamodels .car__info {
	margin-bottom: 16px;
}

.teslamodels .car__link {
	color: #fff;
}

.teslamodels .car .info {
	padding: 10px 0;
	margin: 0;
	padding-left: 35px;
	background: 0 50% no-repeat;
}

.teslamodels .car .info__name,
.teslamodels .car .info__value {
	font-size: 14px;
	line-height: 125%;
	color: #b1b1b1;
}

.teslamodels .car .info.mileage {
	background-image: url(../img/mileage.svg);
}
.teslamodels .car .info.drive {
	background-image: url(../img/drive.svg);
}
.teslamodels .car .info.power-reserve {
	background-image: url(../img/power-reserve.svg);
}
.teslamodels .car .info.racing {
	background-image: url(../img/racing.svg);
}

.car__tag {
	background: rgba(224, 51, 51, 0.9) 10px 50% no-repeat;
	position: absolute;
	right: 10px;
	top: 10px;
	display: inline-flex;
	padding: 10px;
	padding-left: 30px;
	font-weight: 500;
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	text-transform: uppercase;
}

.car__tag.favorite {
	background-image: url(../img/favorite-icon.svg);
}
.car__tag.best-price {
	background-image: url(../img/best-price-icon.svg);
}

.page-id-7712 .filters__header {
	display: none !important;
}

/* SOLDOUT STYLES FOR SINGLECART */

.soldout .single-car__status {
	color: #e03333;
}
.soldout .single-car__link {
	pointer-events: none;
	background: #dadada;
}
.soldout .single-car__link:before {
	display: none;
}
.soldout .single-car__stamp {
	display: none;
}
.soldout .gallery-for .slick-list {
	overflow: hidden;
}
.soldout .gallery-for .slick-list:before {
	position: absolute;
	content: 'soldout';
	top: 20px;
	left: -65px;
	transform: rotate(-30deg);
	background: #e03333;
	color: #fff;
	text-align: center;
	z-index: 10;
	text-transform: uppercase;
	padding: 10px 90px;
}



.language-selection__wrap {
	width: 572px;
	padding: 50px 97px;
	background: #fff;
}
.language-selection__title {
	margin-bottom: 30px;
	font-size: 28px;
	text-align: center;
	font-weight: 500;
}
.language-selection .topline__lang {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}
.language-selection .topline__lang li {
	margin: 0;
}
.language-selection a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	width: 280px;
	height: 60px;
	font-size: 18px;
	line-height: 130%;
	font-weight: 700;
	background: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.75 1C9.75 0.585787 9.41421 0.25 9 0.250001L2.25 0.25C1.83579 0.25 1.5 0.585786 1.5 1C1.5 1.41421 1.83579 1.75 2.25 1.75H8.25V7.75C8.25 8.16421 8.58579 8.5 9 8.5C9.41421 8.5 9.75 8.16421 9.75 7.75L9.75 1ZM1.53033 9.53033L9.53033 1.53033L8.46967 0.46967L0.46967 8.46967L1.53033 9.53033Z' fill='white'/%3E%3C/svg%3E%0A") 90% center no-repeat;
	z-index: 1;
	overflow: hidden;
	border-radius: 5px;
}
.language-selection .lang-item-uk {
	order: 1;
}
.language-selection .lang-item-uk a {
	color: #FFFFFF !important;
}
.language-selection .lang-item-ru {
	order: 2;
}
.language-selection .lang-item-ru a {
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.75 1C9.75 0.585787 9.41421 0.25 9 0.250001L2.25 0.25C1.83579 0.25 1.5 0.585786 1.5 1C1.5 1.41421 1.83579 1.75 2.25 1.75H8.25V7.75C8.25 8.16421 8.58579 8.5 9 8.5C9.41421 8.5 9.75 8.16421 9.75 7.75L9.75 1ZM1.53033 9.53033L9.53033 1.53033L8.46967 0.46967L0.46967 8.46967L1.53033 9.53033Z' fill='%23171717'/%3E%3C/svg%3E%0A");
	color: #000 !important;
}
.language-selection a::before,
.language-selection .lang-item-uk a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	width: 105%;
	background: linear-gradient(270deg, #E03333 0%, #171717 100%);
    height: 100%;
    transition: .2s ease;
}
.language-selection a::after {
	content: '';
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	z-index: -1;
	background: #fff;
}
.language-selection .lang-item-uk a:hover:before {
    background: linear-gradient(270deg,#e03333 0%,#171717 100%);
    transform: translateX(-100%);
}
.language-selection .lang-item-uk a::after {
	transform: translateX(99%);
    background: linear-gradient(270deg,#171717 0%,#e03333 100%);
}
.language-selection .lang-item-uk a:hover::after {
    transform: translateX(0);
}

.header__topline .topline__lang .current-lang a {
	pointer-events: none;
}
.topline__currentlang{
	position: relative;
	z-index: 2;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	box-shadow: 0px 4px 50px rgb(0 0 0 / 5%);
	cursor: pointer;
}
.topline__lang{
	position: relative;
	margin-left: 10px;
}
.topline__langlist{
	display: none;
	position: absolute;
	top:0px;
	left:0px;
	background: #fff;
	border-radius: 30px;
	width: 100%;
	height: 100px;
	box-shadow: 0px 4px 50px rgb(0 0 0 / 5%);
}
.topline__langlist.active{
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}
.topline__currentlang-uk span{
	display: block;
	width: 100%;
	height: 100%;
	background: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='45' height='45' fill='white'/%3E%3Crect width='45' height='23' fill='%233875C5'/%3E%3Crect y='23' width='45' height='22' fill='%23FBDF12'/%3E%3C/svg%3E") 50% no-repeat;
    background-size: cover;
	border-radius: 50%;
}
.topline__currentlang-ru span {
	display: block;
	width: 100%;
	height: 100%;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_78_442)'%3E%3Cpath d='M45 0H0V45H45V0Z' fill='%23E3E3E3'/%3E%3Cpath d='M45 0H0V15H45V0Z' fill='%23E3E3E3'/%3E%3Cpath d='M45 15H0V30H45V15Z' fill='%230083D6'/%3E%3Cpath d='M45 30H0V45H45V30Z' fill='%23E3E3E3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_78_442'%3E%3Crect width='45' height='45' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: cover;
	border-radius: 50%;
}
.topline__phonebtn{
	display: none;
}
.topline__langlist .lang-item{
	position:relative;
}
.topline__langlist .lang-item{
	margin-right: 0;
}
.topline__langlist .lang-item a{
	position: absolute;
	bottom:0px;
	right:0px;
	display: block;
	background: #fff;
	width: 250px;
	padding: 15px;
	border-radius: 30px;
	box-shadow: 0px 7px 8px rgb(0 0 0 / 5%);
	margin-right:0;
}
.topline__langlist .lang-item a:after{
	position: absolute;
    top: 12px;
    right: 10px;
    content: '';
    width: 25px;
    height: 25px;
    border-radius: 50%;
    box-shadow: 0px 4px 50px rgb(0 0 0 / 30%);
}

.topline__langlist .lang-item-ru a:after{
	background-image: url("data:image/svg+xml,%0A%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_78_442)'%3E%3Cpath d='M45 0H0V45H45V0Z' fill='%23E3E3E3'/%3E%3Cpath d='M45 0H0V15H45V0Z' fill='%23E3E3E3'/%3E%3Cpath d='M45 15H0V30H45V15Z' fill='%230083D6'/%3E%3Cpath d='M45 30H0V45H45V30Z' fill='%23E3E3E3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_78_442'%3E%3Crect width='45' height='45' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	background-size: contain;
}

.topline__langlist .lang-item-uk a:after{
	background: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='45' height='45' fill='white'/%3E%3Crect width='45' height='23' fill='%233875C5'/%3E%3Crect y='23' width='45' height='22' fill='%23FBDF12'/%3E%3C/svg%3E") 50% no-repeat;
	background-size: contain;
}
.topline__phones .cross{
	display: none;
}

.filter__value.disabled{
	display: none!important;
}

br._mobile {
	display: none;
}

.single-post__body .wp-block-table {
	font-size: 14px;
	line-height: 140%;
}