/* @font-face {
  font-family: "MuseoSansCyrl";
  font-style: normal;
  font-weight: 400;
  src: local("MuseoSansCyrl-regular"), url("../fonts/MuseoSansCyrl.otf") format("woff");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: local("Raleway-regular"), url("../fonts/Raleway-Regular.ttf") format("woff");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 100;
  src: local("Raleway-thin"), url("../fonts/Raleway-Thin.ttf") format("woff");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 200;
  src: local("Raleway-ExtraLight"), url("../fonts/Raleway-ExtraLight.ttf") format("woff");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  src: local("Raleway-Light"), url("../fonts/Raleway-Light.ttf") format("woff");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  src: local("Raleway-medium"), url("../fonts/Raleway-Medium.ttf") format("woff");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  src: local("Raleway-SemiBold"), url("../fonts/Raleway-SemiBold.ttf") format("woff");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  src: local("Raleway-SemiBold"), url("../fonts/Raleway-Bold.ttf") format("woff");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 900;
  src: local("Raleway-SemiBold"), url("../fonts/Raleway-Black.ttf") format("woff");
} */

/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap'); */

.equipments__features {
	display: none;
}
.expanded {
	display: flex;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Regular.woff2') format('woff2');
	font-weight: 400;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Medium.woff2') format('woff2');
	font-weight: 500;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2');
	font-weight: 600;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Bold.woff2') format('woff2');
	font-weight: 700;
}
*,
*::after,
*::before {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

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%;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	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;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #282830;
	font-weight: 500;
	background: #f0f0f0;
	position: relative;
	overflow-x: hidden;
	font-variant-numeric: lining-nums;
}
body .active {
	overflow: hidden;
}

input,
button,
textarea {
	font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4 {
	font-family: 'Montserrat', sans-serif;
}

.footer__btn,
.header__btn,
.btn__white,
.btn__item,
.btn__prem {
	font-family: 'Montserrat', sans-serif;
	cursor: pointer;
	border: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 45px;
	text-decoration: none;
	font-weight: 700;
	transition: all 0.4s ease;
}

.main {
	overflow: hidden;
	position: relative;
}

.container {
	max-width: 1500px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.btn__prem {
	background-color: #ff0022;
	color: #fff;
}
.btn__prem:hover {
	background-color: #e22d45;
}

.btn__item {
	background-color: #282830;
	color: #fff;
}
.btn__item:hover {
	background-color: #373742;
}

.btn__white {
	background-color: #f0f0f0;
	color: #282830;
}
.btn__white:hover {
	background-color: #ff0022;
}

.input__prem {
	outline: none;
	/* text-align: center; */
	border: none;
	font-weight: 600;
	background-color: transparent;
	color: white;
	outline: 1px solid #fff;
	height: 45px;
	padding: 0px 10px;
	text-align: center;
}
.input__prem::-moz-placeholder {
	color: white;

	font-family: 'Montserrat', sans-serif;
	font-variant-numeric: lining-nums;
	text-align: center;
}
.input__prem:-ms-input-placeholder {
	color: white;

	font-family: 'Montserrat', sans-serif;
	font-variant-numeric: lining-nums;
	text-align: center;
}
.input__prem::placeholder {
	color: white;

	font-family: 'Montserrat', sans-serif;
	font-variant-numeric: lining-nums;
	text-align: center;
}

.header__contact {
	padding: 10px 0px;
	background-color: #f0f0f0;
}

.header__mobil {
	display: none;
}

.header__contact-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header__contact-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 50%;
}

.header__contact-item {
	display: flex;
	align-items: center;
}
.header__contact-item svg {
	margin-right: 7px;
}

.header__contact-item-des {
	font-size: 14px;
}

.header__contact-phone a {
	text-decoration: none;
	color: #282830;
	font-size: 14px;
	font-weight: 700;
}

.header__list {
	background-color: #282830;
}

.header__list-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header__nav ul {
	display: flex;
	align-items: center;
}
.header__nav ul li {
	margin-right: 50px;
}
.header__nav ul li:last-child {
	margin-right: 0;
}
.header__nav ul li a {
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	padding: 28px 0px;
	display: block;
	position: relative;
}
.header__nav ul li a:hover::after {
	width: 100%;
}
.header__nav ul li a::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 0;
	height: 5px;
	background-color: #ff0022;
	transition: all 0.4s ease;
}

.intro__inner h2 {
	font-size: 28px;
	font-weight: 600;
	line-height: 79.11px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.slide-02 .intro__inner h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 1;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin-top: 54px;
	margin-bottom: 71px;
}

.intro__inner h2 span {
	font-weight: 800;
}

.header__btn {
	/* color: #fff; */
	font-weight: 700;
	padding: 0px 35px;
	border: 1px solid #fff;
	border-radius: 32px;
	transition: all 0.4s ease;
}
.header__btn:hover {
	color: #282830;
	background-color: #fff;
}

.swiper-banner .swiper-slide {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 590px;
}

.swiper-banner .slide-01 {
	background-image: url('../images/redesign-11-24/main-bg-desk.webp');
}

.swiper-banner .slide-02 {
	background-image: url('../images/redesign-11-24/main-bg-desk-1.webp');
}

.swiper-banner .slide-03 {
	background-image: url('../images/redesign-11-24/main-bg-desk-2.webp');
}
.intro__inner {
	padding-top: 60px;
	color: #fff;
}

.intro__inner h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 38px;
	line-height: 1.1;
	font-weight: 700;
	text-transform: uppercase;
}

.slide-02 .intro__inner h1 span {
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(270deg, #030303 -47.28%, rgba(255, 0, 34, 0.9) 22.26%, rgba(255, 0, 34, 0.9) 66.32%, #030303 144.57%);
}

/* .intro__inner h1 span {
	font-size: 58px;
	display: block;
} */

.intro__benefits {
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	gap: 28px;
	border-left: 2px solid red;
	padding-left: 25px;
}

.slide-02 .intro__benefits {
	padding-left: 20px;
}

.intro__benefits-item {
	display: flex;
	align-items: center;
	gap: 28px;
	font-family: 'Montserrat';
	font-size: 24px;
	font-weight: 600;
	text-align: left;
}

.slide-02 .intro__benefits-item {
	font-weight: 400;
}

.intro__benefits-item img {
	width: 35px;
}

.intro__inner .form-row {
	margin-top: 28px;
}

.slide-02 .intro__inner .form-row {
	margin-top: 50px;
}

.btn-inner {
	padding: 14px 35px;
	border-radius: 32px;
}

.intro__btn {
	display: flex;
}

.intro__btn .btn__prem {
	padding: 0px 35px;
	border-radius: 32px;
	box-shadow: 0px 4px 8px rgba(61, 0, 8, 0.34);
}

.action {
	background-color: #fff;
	border-bottom: 3px solid #f02;
	height: 132px;
	margin-bottom: 30px;
}

.action__btn {
	display: none;
}

.action__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.action__title {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
}

.timer {
	display: flex;
	align-items: center;
	gap: 20px;
	font-family: Montserrat, sans-serif;
}

.time-count__item {
	width: 60px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.time-count__val {
	font-size: 50px;
	font-weight: 600;
}

.time-count__text {
	font-size: 15px;
	text-transform: uppercase;
}

.timer__colon {
	font-size: 50px;
	font-weight: 600;
	margin-top: -22px;
}

.action__form {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 12px;
	margin-top: 16px;
}

.action__form .form-row {
	display: grid;
	grid-template-columns: 242px 242px 300px;
	gap: 24px;
	height: 54px;
}

.action__form input {
	height: 100%;
	width: 100%;
	border-radius: 68px;
	border: 0px solid #000;

	background: rgba(255, 255, 255, 0.83);

	box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(2px);

	padding: 0 25px;
	font-size: 17px;
	color: #000;
}

.action__form .btn {
	width: 100%;
	height: 100%;
	border-radius: 68px;
	box-shadow: 0px 4px 8px 0px rgba(61, 0, 8, 0.34);
	font-size: 15px;
}

.page__btn {
	margin-top: -35px;
	margin-bottom: 90px;
}

.page__btn-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.page__btn-inner .btn__item {
	width: 32%;
	height: 75px;
	position: relative;
}
.page__btn-inner .btn__item:hover::after {
	width: 100%;
}
.page__btn-inner .btn__item::after {
	content: '';
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 0;
	height: 5px;
	background-color: #ff0022;
	transition: all 0.4s ease;
}
.page__btn-inner .btn__item svg {
	margin-right: 20px;
}

.cars {
	margin-bottom: 90px;
}

.section__title {
	font-size: 42px;
	text-align: center;
	margin-bottom: 40px;
}

.cars__inner {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	/* grid-auto-columns: max-content; */
	/* flex-wrap: wrap; */
	/* align-items: center; */
	justify-content: center;
	gap: 30px;
	padding: 0 20px;
}

.cars__item {
	background-color: #fff;
	border: 0.5px solid #8e8e92;
	padding: 20px;
	height: 530px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.cars__item h3 {
	font-size: 26px;
	font-family: 'Montserrat';
}
.cars__item .cars__item-col > img {
	height: 246px;
	margin-bottom: 6px;
	display: block;
	margin: 0 auto;
}

.cars__price {
	display: flex;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 22px;
}

.cars__price-old {
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
	font-size: 16px;
	font-weight: 600;
	color: #8e8e92;
	margin-bottom: 3px;
}

.cars__price-new {
	font-size: 25px;
	font-weight: 500;
	color: #ff0022;
	margin-bottom: 4px;
}

.cars__price-new span {
	font-weight: 600;
}

.cars__price-credit {
	font-size: 17px;
	font-weight: 400;
}
.cars__price-credit span {
	font-size: 22px;
	font-weight: 600;
}

.cars__offer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 35px;
}

.cars__offer-item {
	width: 33.33%;
	display: flex;
	align-items: center;
}
.cars__offer-item svg,
.cars__offer-item img {
	margin-right: 10px;
	min-width: 30px;
}

.cars__btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.cars__btn .btn {
	padding: 0px 10px;
	font-size: 12px;
	width: 100%;
	border-radius: 50px;
}

.credit__feedback {
	margin-bottom: 90px;
	/* padding: 65px 0px; */
	max-height: 576px;
	/* gap: 103px;
    grid-template-columns: 0.6fr 1fr;
    display: grid; */
	/* padding: 53px 20px; */
	/* background: url("../images/credit-bg.webp") center no-repeat; */
	background: url('../images/redesign-11-24/credit-bg-desk.webp') center no-repeat;
	background-size: cover;
}

.credit__feedback-inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 103px;
}
.credit__feedback .container {
}

.credit__feedback-content {
	display: flex;
	flex-direction: column;
	/* align-items: center; */
	justify-content: space-between;
	/* margin-bottom: 30px; */
	backdrop-filter: blur(32.5px);
	background-color: #000000a3;
	/* margin-left: 8%; */
}

.credit__feedback-box {
	/* width: 48%; */
	padding: 0 49px;
	padding-top: 53px;
}
.credit__feedback-box h2 {
	font-size: 42px;
	color: white;
	font-weight: 700;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
}
.credit__feedback-box h2 span {
	color: #ff0022;
}
.credit__feedback-box p {
	font-size: 20px;
	font-weight: 400;
	color: white;
	border-left: 2px solid #ff0022;
	padding-left: 16px;
}

.credit__feedback-box p:nth-child(2),
.credit__feedback-box p:nth-child(3) {
	padding-bottom: 15px;
}

.credit__feedback-offer {
	/* width: 48%; */
}

.credit__feedback-offer {
	padding-top: 53px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.credit__feedback-offer-item {
	/* width: 33.33%; */
	padding: 0px 30px;
	color: #fff;
	max-height: 104px;

	text-shadow: 0px 4px 12px rgba(40, 40, 48, 0.24);
}
.credit__feedback-offer-item:nth-child(1) {
	padding: 0px 30px 0px 0px;
	max-height: 104px;
	border-right: 1px solid #f0f0f0;
}
.credit__feedback-offer-item:nth-child(3) {
	padding: 0px 0px 0px 30px;
	max-height: 104px;
	border-left: 1px solid #f0f0f0;
}
.credit__feedback-offer-item span {
	font-size: 64px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 5px;
}
.credit__feedback-offer-item p {
	font-size: 20px;
	font-weight: 600;
}

.credit__feedback-form {
	padding: 40px 55px;
	/* background-color: #fff; */
	display: inline-block;
}
.credit__feedback-form h3 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 25px;
	text-align: center;
}

.credit__feedback-form-des-mob {
	display: none;
}

.credit__feedback-form-item {
	margin-bottom: 10px;
}
.credit__feedback-form-item .input__prem,
.credit__feedback-form-item .btn__prem {
	width: 370px;
	border-radius: 45px;
}

.main__checkbox {
	display: block;
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.main__checkbox .main__checkbox-input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	/* height: 0;
  width: 0; */
	left: 0;
	width: auto;
}

.main__checkbox .main__checkbox-checkmark {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	height: 14px;
	width: 14px;
	background-color: #ffffff;
}

.main__checkbox .main__checkbox-checkmark:after {
	content: '';
	position: absolute;
	display: none;
}

.main__checkbox .main__checkbox-input:checked ~ .main__checkbox-checkmark:after {
	display: block;
}

.main__checkbox .main__checkbox-checkmark:after {
	background: url('../images/check.svg') center no-repeat;
	background-size: cover;
	color: #000;
	fill: black;
	width: 9px;
	height: 9px;
	top: 1px;
	left: 3px;
}

.main__checkbox-text {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 12px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.equipment__form {
	margin-bottom: 60px;
}
.equipment__form form {
	display: flex;
	align-items: center;
}

.equipment__form-item {
	margin-right: 10px;
	width: 300px;
	border-radius: 50px;
	overflow: hidden;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #fff;
	line-height: 45px;
	font-weight: 600;
	padding: 0px 40px;
}

.select2-container--default .select2-selection--single {
	height: 45px;
	background-color: #282830;
	border: none;
	border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 45px;
	margin-right: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	top: 20px;
	margin-top: -5px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	top: 21px;
	transform: rotate(-135deg);
}

.equipment {
	margin-bottom: 90px;
}

.equipment__item {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
	position: relative;
}

.equip-card__info-list {
	list-style: disc;
}

.specs-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.equipments__card-show-features {
	background: transparent;
	border: none;
	color: #e22d45;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	text-align: center;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	cursor: pointer;
	transition: 0.2s ease-in-out all;
	/* position: relative;
    bottom: 15px;
    right: 55%; */
}

.rotate-img {
	transform: rotate(180deg);
}

.equipments__card-show-features:hover {
	transition: 0.2s ease-in-out all;
	opacity: 0.8;
}

.expanded {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	text-wrap: balance;
	gap: 65px;
	padding: 1em 6em 2em 6em;
}

.equip-card__info-text span {
	font-size: 12px;
	font-weight: 400;
	line-height: 18.9px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.expanded div h3 {
	margin-bottom: 2em;
	font-size: 14px;
	font-weight: 600;
	line-height: 16.44px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	text-transform: uppercase;
	text-align: center;
}

.equipment__ins {
	padding: 10px 23px;
	background-color: #ff0022;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.equipment__ins::after {
	content: '';
	position: absolute;
	top: 0;
	right: -5px;
	height: 101%;
	width: 20px;
	transform: skewX(-15deg);
	background-color: #ff0022;
}
.equipment__ins span {
	position: relative;
	z-index: 2;
}

.equipment__img {
	width: 32%;
	height: 340px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.equipment__img img {
	width: 100%;
}

.equipment__content {
	width: 37%;
	padding: 20px 0 20px;
}

.equipment__btn {
	width: 26%;
	text-align: right;
	padding: 20px 65px 20px 0px;
}

.equipment__img {
	padding: 20px;
	background: url('../images/equipment-bg.png') center no-repeat;
	background-size: cover;
}

.equipment__text {
	display: none;
}

.equipment__content h3 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 5px;
	font-family: 'Montserrat', sans-serif;
}
.equipment__content > p {
	margin-bottom: 30px;
}
.equipment__content > p span {
	font-weight: 600;
}

.equipment__item-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.equipment__item-info li {
	width: 48%;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 600;
	color: #8e8e92;
}
.equipment__item-info li span {
	color: #282830;
}

.equipment__offer {
	display: flex;
	align-items: start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.equipment__icon {
	width: 34px;
	min-width: 34px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.equipment__icon img {
	max-width: 100%;
	max-height: 100%;
}

.equipment__offer-item {
	width: 48%;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	gap: 12px;
}
.equipment__offer-item img {
	margin-right: 10px;
}

.equipment__offer-des {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
}

.equipment__price-row {
	margin-bottom: 10px;
}

.equipment__price-new {
	font-size: 20px;
	font-weight: 600;
	color: #ff0022;
}

.equipment__price-old {
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
	font-size: 20px;
	font-weight: 600;
	color: #9ab7bf;
	margin-bottom: 6px;
}

.equipment__price-credit {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 40px;
}

.equipment__btn-item {
	margin-bottom: 10px;
	border-radius: 50px;
	overflow: hidden;
}
.equipment__btn-item .btn {
	width: 100%;
}
.equipment__btn-item:last-child {
	margin-bottom: 0;
}

.equipment__box-btn {
	text-align: center;
}
.equipment__box-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #282830;
	font-size: 14px;
	font-weight: 600;
}
.equipment__box-btn a svg {
	margin-left: 10px;
}

.content-container {
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* margin-bottom: 40px; */
	position: relative;
}

.tradein__feedback {
	background: url('../images/tradein-bg.webp') center no-repeat;
	/* background: url('../images/redesign-11-24/tradein-bg-desk.webp') center no-repeat; */
	background-size: cover;
	margin-bottom: 150px;
	position: relative;
	height: 500px;
}

.tradein-text {
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.gos__feedback-content-inner {
	margin-left: 40px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 490px;
}

.tradein__feedback::after,
.tradein__feedback::before {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	height: 100%;
	width: 30%;
}
/* 
.tradein__feedback::after {
	left: 0;
	background: linear-gradient(270deg, #282830 0%, rgba(40, 40, 48, 0) 100%);
	transform: rotate(180deg);
}

.tradein__feedback::before {
	right: 0;
	background: linear-gradient(270deg, #282830 0%, rgba(40, 40, 48, 0) 100%);
} */

.tradein__feedback-content {
	color: #fff;
	height: 100%;
	padding: 0px 20px;
	position: relative;
	z-index: 1;
}

.tradein__feedback-content-inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
	max-width: 558px;
	padding: 50px 13px 0px 95px;
	background: #000000A3;
	backdrop-filter: blur(32.5px)
	/* margin-left: auto; */
}

.tradein__feedback-content .container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.gos-utp {
	display: flex;
	flex-direction: column;
	gap: 7px;
	padding-left: 20px;
	border-left: 2px solid #ff0022;
	margin-top: 8px;
}

.tradein__feedback-content-col {
	display: flex;
	flex-direction: column;
	gap: 23px;
	margin-bottom: 52px;
}
.tradein__feedback-content-col h2 {
	font-size: 42px;
}
.tradein__feedback-content-col h2 span {
	color: #ff0022;
}
.tradein__feedback-content-col p {
	font-size: 20px;
	font-weight: 700;
}

.tradein__feedback-list li {
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 25px;
}
.tradein__feedback-list li:last-child {
	margin-bottom: 0;
}
.tradein__feedback-list li svg {
	margin-right: 15px;
	min-width: 41px;
}

.tradein__feedback-form {
	position: relative;
	z-index: 1;
}

.tradein__feedback-form-inner {
	background-color: #fff;
	color: #282830;
	padding: 30px 40px;
}
.tradein__feedback-form-inner form {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tradein__feedback-item {
	width: 24%;
}
.tradein__feedback-item span {
	font-size: 26px;
	font-weight: 600;
}
.tradein__feedback-item .input__prem,
.tradein__feedback-item .btn__prem {
	width: 100%;
}

.tradein__form {
	display: flex;
	flex-direction: column;
	gap: 14px;
	width: 320px;
}

.tradein__form input {
	width: 100%;
	border-radius: 50px;
}

.tradein__form .btn {
	border-radius: 50px;
}

.present {
	margin-bottom: 90px;
}

.present__inner {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}

.present__item {
	padding: 40px;
	position: relative;
	background-color: #fff;
	height: 355px;
}
.present__item h3 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
}
.present__item p {
	font-size: 20px;
	font-weight: 500;
	width: 80%;
}

.present__ins {
	position: absolute;
	z-index: 1;
	right: 60px;
	bottom: 60px;
}

.contact {
	position: relative;
	/* height: 460px; */
	/* background-image: url(../images/map.webp); */
	background-size: cover;
	background-repeat: no-repeat;
}

.contact__content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0, -50%);
	z-index: 0;
}

.contact__content-inner {
	background-color: #fff;
	display: inline-flex;
	align-items: start;
	padding: 40px;
	width: 480px;
	box-shadow: 0px 4px 4px rgba(40, 40, 48, 0.08);
}

.contact__logo {
	margin-right: 40px;
}

.contact__box h3 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
}

.contact__item {
	display: flex;
	align-items: center;
	font-size: 14px;
	margin-bottom: 12px;
}
.contact__item svg {
	margin-right: 7px;
}

.contact__phone a {
	text-decoration: none;
	color: inherit;
}

.footer {
	padding: 60px 0px 100px;
	background-color: #282830;
	color: #fff;
}

.footer__links {
	margin-top: 20px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	display: flex;
	justify-content: center;
	gap: 140px;
}

.footer__links a {
	color: inherit;
}

.footer__list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 45px;
	border-bottom: 1px solid #8e8e92;
	margin-bottom: 40px;
}

.footer__list-inner {
	display: flex;
	align-items: start;
	justify-content: space-between;
}
.footer__list-inner li {
	margin-right: 50px;
}
.footer__list-inner li a {
	text-decoration: none;
	color: #fff;
	font-weight: 600;
}
.footer__list-inner li:last-child {
	margin-right: 0;
}

.footer__contact {
	display: flex;
	align-items: start;
}
.footer__contact > .footer__phone {
	margin-right: 60px;
}

.footer__phone {
	text-decoration: none;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}

.footer__btn {
	background-color: #fff;
	padding: 0px 35px;
	border-radius: 32px;
	text-decoration: none;
	color: #282830;
}
.footer__btn.mobil {
	display: none;
}

.footer__contact-col .footer__phone {
	margin-bottom: 15px;
	display: block;
}

.copyright p {
	text-align: center;
	font-size: 12px;
}

.feedback__popup h2 {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}
.feedback__popup p {
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px;
}
.feedback__popup .main__checkbox {
	margin-bottom: 10px;
}

.feedback__popup-item {
	margin-bottom: 10px;
}
.feedback__popup-item .input__prem,
.feedback__popup-item .btn__prem {
	width: 100%;
}

@media (max-width: 1500px) {
	.container {
		max-width: 1280px;
	}
	.action {
		height: auto;
		padding: 25px 0;
	}
	.action__content {
		flex-direction: column;
		gap: 20px;
	}
	.cars__item h3 {
		margin-bottom: 20px;
	}
	.cars__price-new {
		font-size: 20px;
	}
	.cars__price-old {
		font-size: 18px;
	}
	.cars__price-credit {
		font-size: 14px;
	}
	.cars__price-credit span {
		font-size: 20px;
	}
	.cars__offer-des {
		font-size: 12px;
	}
	.cars__btn {
		flex-direction: column;
	}
	.cars__btn a {
		width: 100%;
	}
	.credit__feedback-offer-item span {
		font-size: 48px;
	}
	.credit__feedback-offer-item p {
		font-size: 16px;
	}
	.equipment__btn {
		padding: 20px 20px 20px 0px;
	}
	.equipment__offer-des {
		font-size: 14px;
	}
	.tradein__feedback-content-col {
		width: 100%;
	}
	.tradein__feedback-content-col:last-child {
		width: 24%;
	}
	.footer__contact > .footer__phone {
		margin-right: 20px;
	}
	.footer__list-inner li {
		margin-right: 20px;
	}
	.footer {
		padding: 40px 0px;
	}
	.footer__list {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
}
@media (max-width: 1280px) {
	.container {
		max-width: 970px;
	}
	.header__nav ul li {
		margin-right: 10px;
	}
	.header__contact-row {
		width: auto;
	}
	.header__contact-item:nth-child(1) {
		margin-right: 10px;
	}
	.page__btn,
	.cars,
	.credit__feedback,
	.equipment,
	.tradein__feedback,
	.present {
		margin-bottom: 40px;
	}
	.intro {
		height: 450px;
	}
	.cars__inner {
		grid-template-columns: repeat(2, 1fr);
	}
	.credit__feedback-offer-item span {
		font-size: 36px;
	}
	.credit__feedback-offer-item:nth-child(1) {
		padding: 0px 20px 0px 0px;
	}
	.credit__feedback-offer-item {
		padding: 0px 20px;
	}
	.credit__feedback-offer-item:nth-child(3) {
		padding: 0px 0px 0px 20px;
	}
	.credit__feedback-offer-item p {
		font-size: 14px;
	}
	.credit__feedback-box h2 {
		font-size: 31px;
	}
	.credit__feedback-box p {
		font-size: 16px;
	}
	.section__title {
		font-size: 36px;
	}
	.equipment__price-row {
		display: block;
	}
	.equipment__price-new {
		margin-bottom: 10px;
	}
	.equipment__price-credit {
		margin-bottom: 20px;
	}
	/* .tradein__feedback-content-col,
	.tradein__feedback-content-col:last-child {
		width: 48%;
	} */
	.tradein__feedback-content-col {
		margin-bottom: 25px;
	}
	.tradein__feedback-content-inner {
		padding: 20px 13px 0 95px;
	}
	.present__inner {
		grid-template-columns: repeat(2, 1fr);
	}
	.footer__list-inner li {
		margin-right: 10px;
	}
	.footer__phone {
		font-size: 14px;
	}
	.footer__contact > .footer__phone {
		padding-right: 10px;
	}
	.footer__list-inner li a {
		font-size: 14px;
	}
	.tradein__feedback-item span {
		font-size: 20px;
	}
}
@media (max-width: 970px) {
	.header {
		position: fixed;
		z-index: 9999;
		left: 0;
		top: 0;
		width: 100%;
	}
	.container {
		max-width: 100%;
		padding: 0px 20px;
	}
	.header__contact,
	.header__list {
		display: none;
	}
	.header__mobil {
		display: block;
		background-color: #282830;
		padding: 10px 0px;
	}
	.header__mobil-inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.header__burger {
		width: 30px;
		height: 20px;
		position: relative;
	}
	.header__burger-line {
		position: absolute;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 2px;
		background-color: #fff;
		transition: all 0.4s ease;
	}
	.header__burger.active .header__burger-line:nth-child(1) {
		transform: translateY(9px) rotate(45deg);
	}
	.header__burger.active .header__burger-line:nth-child(2) {
		opacity: 0;
	}
	.header__burger.active .header__burger-line:nth-child(3) {
		transform: translateY(-9px) rotate(-45deg);
	}
	.header__burger-line:nth-child(1) {
		top: 0;
	}
	.header__burger-line:nth-child(2) {
		top: 50%;
		transform: translate(-50%, -50%);
		width: 80%;
		left: 50%;
	}
	.header__burger-line:nth-child(3) {
		bottom: 0;
	}
	.header__mobil-list {
		position: fixed;
		z-index: 9999;
		left: -100%;
		width: 70%;
		top: 68px;
		background-color: #282830;
		padding: 20px;
		height: 100vh;
		transition: all 0.4s ease;
	}
	.header__mobil-list.active {
		left: 0;
		height: auto;
		width: 100%;
	}
	.header__phone-mobil {
		text-decoration: none;
		color: #fff;
		font-weight: 700;
	}
	.header__nav ul {
		display: block;
	}
	.header__nav ul li {
		margin-right: 0;
	}
	.header__nav ul li a {
		padding: 10px 0px;
	}
	.header__contact-item-des {
		color: #fff;
	}
	.header__contact-list {
		margin-top: 80px;
	}
	.header__contact-item {
		margin-right: 0;
		margin-bottom: 16px;
		display: flex;
		align-items: center;
		gap: 12px;
	}
	.header__contact-mobil a {
		text-decoration: none;
		color: #fff;
		display: block;
	}
	.header__btn {
		margin-top: 15px;
		width: 100%;
		max-width: 450px;
		background: none;
		border: 2px solid #fff;
		color: #fff;
		font-size: 16px;
	}
	.intro__inner h1 {
		font-size: 42px;
	}
	.page__btn {
		margin-top: 0px;
		background-color: #282830;
	}
	.page__btn-inner {
		display: block;
	}
	.page__btn-inner .btn__item {
		display: flex;
		width: 100%;
	}
	.page__btn-inner .btn__item > svg,
	.page__btn-inner .btn__item > .page__btn-des {
		position: relative;
		z-index: 3;
	}
	.page__btn-inner .btn__item::after {
		width: 5px;
		height: 70%;
		left: 0;
		top: 50%;
		transform: translate(0, -50%);
	}
	.intro {
		height: 350px;
	}
	.credit__feedback-content {
		display: block;
	}
	.credit__feedback-box {
		width: 100%;
		margin-bottom: 20px;
	}
	.credit__feedback-offer {
		width: 100%;
	}
	.equipment__item {
		flex-wrap: wrap;
	}
	.equipment__img,
	.equipment__content,
	.equipment__btn {
		width: 100%;
	}
	.equipment__img {
		height: auto;
	}
	.equipment__content,
	.equipment__btn {
		padding: 20px;
	}
	.equipment__text {
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}
	.equipment__text h3 {
		font-size: 28px;
		font-weight: 600;
		font-family: 'Montserrat', sans-serif;
		margin-bottom: 10px;
	}
	.equipment__content > h3,
	.equipment__content > p {
		display: none;
	}
	.footer__list {
		flex-wrap: wrap;
	}
	.footer__logo,
	.footer__nav,
	.footer__contact {
		width: 100%;
		margin-bottom: 20px;
	}
	.footer__contact {
		display: block;
	}
	.footer__contact > .footer__phone {
		margin-right: 0;
		margin-bottom: 10px;
	}
}
@media (max-width: 850px) {
	.action__form {
		display: none;
	}

	.action__btn {
		display: block;
		width: 100%;
		max-width: 350px;
		border-radius: 50px;
	}

	.tradein__feedback::after,
	.tradein__feedback::before {
		display: none;
	}

	.cars__inner {
		grid-template-columns: repeat(1, 1fr);
	}
	.cars__item {
		height: auto;
		padding: 10px;
	}
	.cars__offer {
		margin-bottom: 20px;
	}
	.cars__item .cars__item-col > img {
		width: 100%;
		height: auto;
	}
	.equipment__form form {
		display: block;
	}
	.equipment__form-item {
		width: 100%;
		margin-bottom: 10px;
	}
	.tradein__feedback {
		background: #fff;
		height: 580px;
	}
	.tradein__form {
		width: 100%;
	}
	.tradein__feedback-content {
		background: url('../images/tradein-bg-test.webp') center no-repeat;
		background-size: cover;
		padding: 40px 0px;
	}
	/* .tradein__feedback-content::after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #282830;
    opacity: 0.6;
  } */
	.tradein__feedback-content-inner {
		height: 520px;
		flex-direction: column;
		position: relative;
		z-index: 1;
	}
	.tradein__feedback-content-col,
	.tradein__feedback-content-col:last-child {
		width: 100%;
	}
	.tradein__feedback-list {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.tradein__feedback-list li {
		width: 48%;
		margin-bottom: 20px;
	}

	.tradein__feedback-list li:nth-child(3),
	.tradein__feedback-list li:nth-child(4) {
		margin-bottom: 0;
	}

	.tradein__feedback-list-des {
		font-size: 14px;
	}
	.tradein__feedback-form-inner {
		padding: 20px;
	}
	.present__ins {
		right: 40px;
	}
	.present__ins svg {
		max-width: 85px;
	}

	.equipment__icon {
		width: 22px;
		min-width: 22px;
		height: 24px;
	}
}
@media (max-width: 640px) {
	.swiper-banner .swiper-slide {
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 650px;
	}

	.swiper-banner .slide-02 {
		background-position: left 37px;
	}

	.swiper-banner .slide-01 {
		background-image: url('../images/redesign-11-24/main-bg-mob.webp');
	}

	.swiper-banner .slide-02 {
		background-image: url('../images/redesign-11-24/main-bg-mob-1.webp');
	}

.swiper-banner .slide-03 {
		background-image: url('../images/redesign-11-24/main-bg-mob-2.webp');
	}
	.intro {
		height: 650px;
	}

	.intro > .container {
		height: 100%;
	}
	.intro__inner {
		padding: 108px 0 20px;
		height: 100%;
	}
	.intro__inner h1 {
		font-size: 32px;
		font-weight: 700;
		line-height: 36px;
		text-align: left;
		text-underline-position: from-font;
		text-decoration-skip-ink: none;
	}

	.slide-02 .intro__inner h1 {
		font-size: 20px;
		font-weight: 600;
		line-height: 27px;
		text-align: center;
		text-underline-position: from-font;
		text-decoration-skip-ink: none;
		width: 308px;
		margin: 0 auto;
	}

	.slide-02 .intro__inner h1 span {
		font-size: 20px;
		line-height: 27px;
		font-weight: 600;
	}

	.intro__inner h2 {
		margin-top: 20px;
		font-size: 20px;
		font-weight: 700;
		line-height: 20px;
		text-align: left;
		text-underline-position: from-font;
		text-decoration-skip-ink: none;
	}

	.slide-02 .intro__inner h2 {
		font-size: 17px;
		font-weight: 400;
		line-height: 1;
		text-align: left;
		text-underline-position: from-font;
		text-decoration-skip-ink: none;
		margin-top: 24px;
		margin-bottom: 17px;
		text-align: center;
	}

	.intro__inner .form-row {
		margin-top: 200px;
	}

	.intro__inner h1 span {
		font-size: 41px;
	}
	.intro__benefits {
		gap: 12px;
	}

	.slide-02 .intro__benefits {
		flex-direction: column-reverse;
	}

	.intro__benefits-item {
		gap: 15px;
		font-size: 15px;
		font-weight: 500;
		line-height: 20px;
		text-align: left;
		text-underline-position: from-font;
		text-decoration-skip-ink: none;
	}

	.slide-02 .intro__benefits-item {
		font-size: 14px;
	}

	.intro__benefits-item img {
		width: 21px;
	}
	.credit__feedback {
		background: #fff;
		padding: 0px;
	}
	.credit__feedback .container {
		padding: 0px;
	}
	.credit__feedback-content {
		background: url('../images/credit-bg.webp') center no-repeat;
		background-size: cover;
		background-position-x: 57%;
		padding: 30px 20px;
		height: 475px;
		margin-bottom: 0;
	}
	.credit__feedback-form {
		display: block;
		width: 100%;
		padding: 20px;
		background-color: #f0f0f0;
	}
	.credit__feedback-form-des-mob {
		display: block;
		font-weight: 600;
		margin-bottom: 30px;
	}
	.credit__feedback-form-item .input__prem,
	.credit__feedback-form-item .btn__prem {
		width: 100%;
	}
	.credit__feedback-form-item .input__prem {
		background-color: #fff;
		color: black;
	}
	.credit__feedback-offer {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
	.credit__feedback-offer-item {
		font-size: 12px;
		padding: 0px;
		display: grid;
		align-items: center;
		grid-template-columns: 70px auto;
		max-width: 300px;
	}
	.credit__feedback-offer-item span {
		font-size: 20px;
	}
	.credit__feedback-offer-item:nth-child(1),
	.credit__feedback-offer-item:nth-child(3) {
		padding: 0px;
		border: 0;
	}
	.credit__feedback-box p {
		font-size: 12px;
	}
	.credit__feedback-box h2 {
		margin-bottom: 15px;
	}
	.equipment__price-row {
		max-width: max-content;
	}
	.equipment__price-old {
		text-align: right;
	}
	.tradein__feedback-content-col h2 {
		font-size: 28px;
	}
	.tradein__feedback-content-col p {
		font-size: 16px;
		line-height: 20px;
	}
	.tradein__feedback-list li {
		font-size: 14px;
	}
	.tradein__feedback-form-inner form {
		display: block;
	}
	.tradein__feedback-content {
		margin-bottom: 0;
	}
	.tradein__feedback-item {
		width: 100%;
		margin-bottom: 10px;
	}
	.tradein__feedback-item:first-child {
		text-align: center;
	}
	.present__inner {
		grid-template-columns: repeat(1, 1fr);
	}
	.present {
		background-color: #fff;
		padding: 30px 0px;
	}
	.present__item {
		background-color: #f0f0f0;
		height: 290px;
	}
	.contact {
		/* background-image: url(../images/map-mob.webp); */
	}
	.contact__content {
		top: auto;
		bottom: 0;
		transform: translate(0, 0);
		border-top: 2px solid #f02;
	}
	.contact__content > .container {
		padding: 0;
	}
	.contact__box h3 {
		font-size: 24px;
	}
	.contact__content-inner {
		width: auto;
		display: block;
		padding: 24px;
	}
	.contact__logo {
		display: none;
	}
	.header,
	.footer {
		overflow: hidden;
	}
	.footer__logo {
		position: absolute;
		top: 20px;
	}
	.footer__list {
		display: flex;
		flex-direction: column-reverse;
		position: relative;
	}
	.footer__contact {
		display: flex;
		justify-content: space-between;
	}
	.footer__btn {
		width: 100%;
		border-radius: 0;
		display: flex;
	}
	.footer__list-inner {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.footer__list-inner li {
		margin-right: 0;
		margin-bottom: 10px;
		width: 48%;
	}
	.footer__contact-col .footer__btn {
		display: none;
	}
	.footer__btn.mobil {
		display: flex;
		margin-bottom: 20px;
		border-radius: 50px;
		width: calc(100% - 110px);
		margin-left: auto;
		z-index: 1;
		position: relative;
		overflow: hidden;
	}
	.footer__contact-box {
		width: 100%;
	}
	.footer__links {
		flex-direction: column;
		gap: 12px;
		align-items: flex-start;
	}
	.copyright p {
		text-align: left;
	}
	.footer__list {
		padding-bottom: 0;
		border-bottom: 0;
		margin-bottom: 0;
	}
}
@media (max-width: 500px) {
	.action__title {
		font-size: 22px;
	}

	.timer {
		gap: 9px;
	}

	.time-count__val {
		font-size: 45px;
		width: 55px;
	}

	.time-count__text {
		font-size: 12px;
	}

	.tradein__feedback-content {
		padding: 40px 0px 20px 0px;
	}

	.tradein__feedback-list li svg {
		max-width: 30px;
	}

	.tradein__feedback-list {
		align-items: baseline;
	}
	.container {
		padding: 0px 10px;
	}
	.cars__offer-item {
		width: 48%;
	}
	.cars__price-old {
		font-size: 16px;
		text-align: right;
	}
	.cars__price-new {
		font-size: 25px;
	}
	.section__title {
		font-size: 26px;
	}
	.equipment__ins span {
		font-size: 12px;
	}
	.equipment__img {
		position: relative;
		height: 210px;
		justify-content: flex-end;
	}
	.equipment__text {
		position: absolute;
		bottom: -15px;
		left: 10px;
		margin-bottom: 0;
		transform: translateY(100%);
		text-align: left;
	}
	.equipment__ins {
		padding: 5px 10px;
	}
	.equipment__content,
	.equipment__btn {
		padding: 10px;
	}
	.equipment__content {
		margin-top: 85px;
	}
	.equipment__btn {
		text-align: left;
	}
	.present__item h3 {
		font-size: 24px;
	}
	.present__item p {
		font-size: 18px;
		line-height: 1.5;
	}
	.cars__price-credit span {
		font-size: 22px;
	}
	.cars__price-credit {
		font-size: 17px;
	}

	.present__item {
		padding: 20px 30px;
	}

	.present__ins {
		bottom: 30px;
		right: 30px;
	}
	.equipment__offer-item {
		width: 49%;
		gap: 7px;
	}

	.equipment__offer-item img {
		margin-right: 5px;
	}

	.equipment__offer-item:nth-child(3),
	.equipment__offer-item:nth-child(4) {
		margin-bottom: 0;
	}
}

@media (max-width: 415px) {
	.equipment__item-info {
		margin-bottom: 20px;
	}
	.equipment__offer-des {
		font-size: 12px;
	}
}

.filtered-show,
.showmore-show {
	display: flex;
}

.filtered-hide,
.showmore-hide {
	display: none;
}

.js--show-more.hidden {
	display: none;
}

.js--show-more {
	display: flex;
	align-items: center;
	border: none;
	margin: 0 auto;
	gap: 10px;
	color: black !important;
	cursor: pointer;
}

.modal {
	width: 700px;
	height: 368px;
	background-size: cover;
	padding: 0;
	color: #fff;
}

#modal-offer {
	background-image: url(../images/modal-offer.webp);
}

#modal-credit {
	background-image: url(../images/modal-credit.webp);
}

.modal__inner {
	width: 100%;
	height: 100%;
	padding: 42px 18px 35px 30px;
	display: flex;
	justify-content: space-between;
}

.modal__title {
	font-size: 25px;
	line-height: 1.3;
	font-weight: 600;
}

.modal__main {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-top: 10px;
}

.modal__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	list-style-type: disc;
	padding-left: 20px;
	font-size: 15px;
	font-weight: 600;
}

.modal__form {
	max-width: 300px;
	gap: 10px;
}

.modal__form input,
.modal__form .btn {
	height: 38px;
	font-size: 13px;
}

@media (min-width: 1440px) {
	.intro__inner {
		padding-left: 20px;
	}
}

@media (max-width: 1550px) {
	.cars__price {
		margin-bottom: 12px;
	}
	.cars__offer {
		margin-bottom: 3px;
	}
}

@media screen and (max-width: 768px) {
	.modal {
		width: 100%;
		max-width: 360px;
		height: 320px;
	}

	#modal-credit {
		background-image: url(../images/modal-credit-mob.webp);
	}

	#modal-offer {
		background-image: url(../images/modal-offer-mob.webp);
	}

	.modal__inner {
		padding: 15px 30px;
		flex-direction: column;
		gap: 12px;
	}

	.modal__title {
		font-size: 19px;
		text-align: center;
	}

	.modal__main {
		padding: 0;
	}

	.modal__list {
		font-size: 12px;
		padding-left: 12px;
		gap: 6px;
	}

	.main__checkbox-text {
		font-size: 10px;
	}
}

.desk-hide {
	display: none;
}

.mob-hide {
	display: block;
}

@media (max-width: 768px) {
	.desk-hide {
		display: block;
	}

	.mob-hide {
		display: none;
	}

	.action {
		position: relative;
		/* top: -50px; */
	}

	.credit__feedback-inner {
		flex-direction: column-reverse;
		gap: 0;
	}

	.credit__feedback-offer {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: repeat(10, 1fr);
		background-color: #000;
		padding-bottom: 2em;
	}

	.credit__feedback-offer-item span {
		font-size: 30px;
		font-weight: 500;
		line-height: 36px;
		text-underline-position: from-font;
		text-decoration-skip-ink: none;
		color: #ff0022;
		text-align: left;
		margin: 0 auto 8px;
		width: 161px;
	}

	.credit__feedback-offer-item p {
		font-size: 14px;
		font-weight: 600;
		line-height: 14px;
		text-underline-position: from-font;
		text-decoration-skip-ink: none;
		width: 156px;
		text-align: left;
		margin: 0 auto;
	}

	.credit__feedback-offer-item {
		display: flex;
		flex-direction: column;
		text-align: center;
		position: relative;
		border-right: none;
	}

	.credit__feedback-offer-item:nth-child(4)::before {
		position: absolute;
		right: -0%;
		top: 0;
		content: '';
		height: 149px;
		width: 1px;
		background-color: #ffffff;
	}

	.credit__feedback-offer-item:nth-child(1)::before {
		position: absolute;
		left: 9%;
		top: -7px;
		content: '';
		height: 1px;
		width: 90vw;
		background-color: #ffffff;
	}

	.credit__feedback-offer-item:nth-child(4) {
		order: 1;
		padding-left: 13px;
	}
	.credit__feedback-offer-item:nth-child(2) {
		order: 2;
	}
	.credit__feedback-offer-item:nth-child(1) {
		order: 3;
		padding-left: 13px;
	}
	.credit__feedback-offer-item:nth-child(3) {
		order: 4;
	}

	.credit__feedback {
		margin-bottom: 360px;
	}

	.credit__feedback-box {
		padding: 0;
	}

	.credit__feedback-form {
		background-color: #282830;
		padding-bottom: 0;
	}
	.credit__feedback-content {
		background: #282830;
	}

	.credit__feedback-form-item .input__prem::placeholder {
		color: #8e8e92;
	}
	.credit__feedback-box p {
		font-size: 19px;
		font-weight: 500;
		line-height: 20px;
		text-align: left;
		text-underline-position: from-font;
		text-decoration-skip-ink: none;
	}
	.credit__feedback-content {
		height: 100%;
	}

	.credit__feedback-offer {
		position: relative;
		height: 475px;
		row-gap: 20px;
		background-image: url(../images/redesign-11-24/credit-bg-mob.webp);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		padding-top: 85px;
	}

	.credit__feedback-offer::before {
		position: absolute;
		left: 0;
		right: 0;
		top: 30px;
		margin-inline: auto;
		width: fit-content;
		content: 'Toyota в кредит';
		font-size: 25px;
		font-weight: 700;
		line-height: 26px;
		color: white;
		text-align: center;
		text-underline-position: from-font;
		text-decoration-skip-ink: none;
	}

	.content-container {
		flex-direction: column;
	}

	.equipment__img img {
		max-width: 305px;
		align-self: center;
	}

	.equipment__price-row {
		display: flex;
		flex-direction: row-reverse;
		width: 100%;
		gap: 20px;
		align-items: center;
	}

	.equipment__btn {
		display: flex;
		flex-direction: column;
	}

	.equipments__card-show-features {
		margin: 0 auto;
		align-self: center;
		padding: 10px 0;
	}

	.expanded {
		display: flex;
		flex-direction: column;
		gap: 25px;
		padding: 1em 2em 2em 2em;
	}
	.expanded div h3 {
		text-align: left;
	}

	.tradein__feedback-content-mob .container {
		padding: 0;
	}

	.tradein-title {
		font-size: 31px;
		font-weight: 700;
		line-height: 47px;
		text-align: left;
		text-underline-position: from-font;
		text-decoration-skip-ink: none;
		color: #fff;
	}

	.tradein-text {
		color: #fff;
		font-size: 20px;
		font-weight: 600;
		line-height: 30px;
		text-align: left;
		text-underline-position: from-font;
		text-decoration-skip-ink: none;
		text-wrap: balance;
		margin-top: 1em;
		margin-bottom: 2em;
	}

	.tradein-title span {
		color: #ff0022;
	}

	.tradein__feedback-mob {
		/* background-color: #373742; */
	}

	.tradein-container {
		padding: 21px 18px 0 18px;
		height: 705px;
		/* margin-bottom: 5px; */
		background-image: url(../images/tradein-bg__mob.webp);

		background-position: 0 90%;
		/* background: #282830; */
		background-repeat: no-repeat;
		background-size: cover;
		transition: 0.3s ease-in-out all;
		position: relative;
	}

	.tradein-container.closed {
		background-image: url(../images/redesign-11-24/trade-in-bg-mob-closed.webp);
	}

	.tradein-img__mob {
		width: 100%;
		height: 100%;
	}

	.gos-container {
		padding: 60px 10px 0 10px;
		height: 503px;
		background-image: url(../images/redesign-11-24/gos-bg-mob-open.webp);
		background-position: 0 90%;
		background-repeat: no-repeat;
		background-size: cover;
		transition: 0.3s ease-in-out all;
		position: relative;
	}
	.gos-container.closed {
		background-image: url(../images/redesign-11-24/gos-bg-mob-closed.webp);
	}

	.gos-text {
		font-size: 19.78px;
		font-weight: 600;
		line-height: 24.72px;
		text-align: left;
		text-underline-position: from-font;
		text-decoration-skip-ink: none;
		color: #fff;
		padding-left: 17px;
		border-left: 1px solid #ff0022;
	}

	.plus {
		position: absolute;
		right: 20px;
		bottom: 20px;
	}

	.gos-container .tradein__form {
		margin-top: 40px;
	}

	.tradein__form {
		transition: 0.3s ease-in-out all;
	}

	.closed {
		height: 306px;
		transition: 0.3s ease-in-out all;
	}

	.hide {
		display: none;
		transition: 0.3s ease-in-out all;
	}
}

@media (max-width: 382px) {
	.intro__inner .form-row {
		margin-top: 170px;
	}
}

.action__content .action__form .main__checkbox .main__checkbox-checkmark {
	opacity: 0;
}
.map{
	height: 460px;
	width: 100%;
}

.running-text {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

.ticker__item {
	padding: 19px 10px;
	flex-shrink: 0;
	width: auto;
	white-space: nowrap;
}

.ticker__item span {
	padding: 0 12px;
}

.ticker {
	overflow: hidden;
	display: flex;
	width: 100%;
}
.ticker__list > span {
	flex-shrink: 0;
	width: auto;
	white-space: nowrap;
}
.ticker__list {
	display: flex;
	align-items: center;
	animation: ticker 30s infinite linear;
    background-color: #ffffff;
    color: #ff0022;
    font-weight: 500;
	font-size: 24px;
	text-align: center;
}

@keyframes ticker {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

@media (max-width: 768px) {
	.ticker__item {
		padding: 10px;
	}
    .ticker__list {
        font-size: 12px;
		font-weight: 400;
		line-height: 100%;
    }
}