@-ms-viewport {
	width: device-width;
}

html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

.container {
	max-width: 1230px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

*::-webkit-input-placeholder {
	color: #bdbdbd;
	opacity: 1;
}
*:-moz-placeholder {
	color: #bdbdbd;
	opacity: 1;
}
*::-moz-placeholder {
	color: #bdbdbd;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #bdbdbd;
	opacity: 1;
}

body {
	font-family: "Montserrat";
	font-size: 16px;
	line-height: 140%;
	color: #2d3236;
	overflow-x: hidden;
	margin: 0;
	font-weight: 500;
	background: #fafafa;
}
button {
	cursor: pointer;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button,
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}
*:link,
*:visited,
*:hover,
*:focus,
*:active {
	outline: 0;
	-webkit-tap-highlight-color: transparent;
}
a, button, input, img {
	transition: all 0.3s;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.wrapper {
	min-height: 100vh;
	overflow: hidden;
}
a {
	text-decoration: none;
	outline: none;
}
* {
	outline: none !important;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style-type: none;
	outline: none;
}
img {
	outline: none;
	display: block;
}
p {
	padding: 0;
	margin: 0;
}
form {
	margin: 0;
}

.hero {
	padding-top: 155px;
	padding-bottom: 208px;
	min-height: 100vh;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.hero__bg {
	position: absolute;
	display: block;
	width: 1033px;
	height: 100%;
	left: 50%;
	margin-left: -70px;
	top: 0;
	background-image: url(../img/bg_hero.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 100%;
	z-index: -1;
}
.hero__bg::after {
	position: absolute;
	display: block;
	content: " ";
	left: 50%;
	right: 0;
	top: 0;
	width: 5000px;
	height: 100%;
	z-index: -1;
	background: #2d3236;
}
.hero__wrapper {
	display: flex;
	justify-content: space-between;
}
.hero__content {
	max-width: 624px;
}
.hero__logo {
	margin-bottom: 74px;
}
.hero__logo img {
	width: 590px;
	max-width: 100%;
	height: auto;
	display: block;
}
.hero__title {
	font-size: 53px;
	margin-bottom: 32px;
	margin-top: 0;
	line-height: 108%;
	font-weight: 700;
	font-family: "PTSans";
}
.hero__title strong {
	font-weight: 700;
	color: #5ac341;
}
.hero__descr {
	font-size: 20px;
	max-width: 432px;
	line-height: 130%;
	font-weight: 500;
}
.item-form {
	margin-bottom: 12px;
}
.item-form input,
.item-form textarea {
	height: 70px;
	font-size: 18px;
	padding: 0 20px;
	line-height: 140%;
	font-weight: 500;
	font-family: "Montserrat";
	width: 100%;
	color: #fff;
	border-radius: 8px;
	background: #42464a;
	border: none;
	transition: all 0.3s;
}
.item-form input:focus,
.item-form textarea:focus {
	background: #4c5155;	
}
.btn {
	height: 70px;
	padding: 0 20px;
	font-size: 20px;
	border-radius: 8px;
	font-weight: 500;
	background: #5ac341;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	font-family: "Montserrat";
	transition: all 0.3s;
	border: none;
}
.hero__form .btn {
	margin-top: 32px;
	width: 100%;
}
.hero__form {
	width: 387px;
	margin-top: 55px;
	color: #fff;
	max-width: 100%;
}
.hero__form-title {
	font-size: 40px;
	margin-bottom: 20px;
	line-height: 120%;
	color: #5ac341;
	font-weight: 700;
}
.hero__form-descr {
	font-size: 20px;
	margin-bottom: 32px;
	font-weight: 500;
	line-height: 120%;
}
.hero__form-capcha img {
	max-width: 100%;
	height: auto;
}
.hero__tire {
	width: 776px;
	height: 330px;
	position: absolute;
	bottom: 0;
	left: -555px;
	right: 0;
	margin: 0 auto;
	z-index: -1;
	background-image: url(../img/bottom_tire.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.hero__tire-back {
	width: 413px;
	height: 545px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-image: url(../img/back_tire.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.wrapper--dark {
	background: #090909;
	color: #fff;
}
.wrapper--dark .hero__bg {
	background-image: url(../img/bg_hero_dark.svg);
}
.wrapper--dark .hero__bg::after {
	display: none;
}
.wrapper--dark .hero__tire {
	width: 294px;
	height: 712px;
	background-image: url(../img/bottom_tire_dark.webp);
	left: 0;
	right: auto;
	margin: 0;
}
.wrapper--dark .hero__tire-back {
	right: 0;
	left: auto;
	background-image: url(../img/back_tire_dark.webp);
}
.wrapper--dark .item-form input,
.wrapper--dark .item-form textarea {
	background: #222;
}
.wrapper--dark .item-form input:focus,
.wrapper--dark .item-form textarea:focus {
	background: #3d3b3b;
}

.hero.hero--main {
	padding: 100px 0;
	background-image: url(../img/bg_hero_main.webp);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.hero--main .hero__logo {
	margin-bottom: 30px;
}
.hero__content .btn {
	width: 387px;
	margin-top: 32px;
	max-width: 100%;
}
.hero--main .hero__title {
	padding-top: 30px;
	position: relative;
}
.hero--main .hero__title::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 46px;
	height: 1px;
	background: #5ac341;
}
.hero--main::before {
	position: absolute;
	display: block;
	content: " ";
	width: 413px;
	height: 545px;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-image: url(../img/hero_back_main.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.popup__wrapper {
	padding: 15px;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	z-index: 800;
}
.popup__content {
	width: 890px;
	padding: 52px;
	border-radius: 11px;
	max-width: 100%;
	margin: auto 0;
	background: #090909;
	color: #fff;
	position: relative;
	z-index: 10;
}
.popup__overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	pointer-events: none;
	backdrop-filter: blur(10px);
	background: rgba(16, 16, 16, 0.89);
}
.popup__title {
	font-size: 53px;
	margin-bottom: 20px;
	text-align: center;
	color: #5ac341;
	font-weight: 700;
	line-height: 120%;
}
.popup__descr {
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 130%;
	font-weight: 500;
	text-align: center;
}
.popup__close {
	width: 24px;
	height: 24px;
	top: 20px;
	right: 20px;
	background-image: url(../img/close.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: all 0.3s;
	position: absolute;
	cursor: pointer;
}
.form-line {
	gap: 12px;
	margin-bottom: 12px;
	display: grid;
	grid-template-columns: 1fr;
}
.form-line--two {
	grid-template-columns: repeat(2, 1fr);
}
.popup .item-form input,
.popup .item-form textarea {
	background: #42464a;
}
.popup .item-form input:focus,
.popup .item-form textarea:focus {
	background: #4c5155;
}
.item-form textarea {
	height: 138px;
	padding-top: 24px;
	resize: none;
}
.form-line .item-form {
	margin: 0;
}
.form-line .btn {
	width: 100%;
}
.descr-form {
	font-size: 12px;
	margin-top: 12px;
	line-height: 130%;
	font-weight: 500;
}
body.no-scroll {
	overflow: hidden;
}
.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
	transform: translateY(-20px);
	display: flex;
	justify-content: center;
}
.popup.is-open {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
	.popup {
		transition: opacity 0.4s ease, visibility 0.4s ease;
		transform: none !important;
	}
}