@charset "UTF-8";
@import url("../fonts/fonts.css");
:root {
	--akcent-color: #2196f3;
	--title-color: #212121;
	--descr-color: #757575;
	--bgd-color: #ffffff;
	--logo-color: #000000;
	--footer-color: #2f303a;
	--footer-contact-color: rgba(255, 255, 255, 0.6);
	--special-bgd-color: #f5f4fa;
	--button-active-color: #188ce8;
	--hero-bgd-style-color: #c4c4c4;
	--social-link-color: #afb1b8;
	--overlay-bgd: rgba(33, 150, 243, 0.9);
	--modal-vindow-bgd: rgba(0, 0, 0, 0.2);
	--modal-box-shadov: 0px 1px 3px rgba(0, 0, 0, 0.12),
		0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
	--mobile-menu-decoraton: rgba(33, 33, 33, 0.2);
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden;
}

h1,
h2,
h3,
h4,
p {
	margin: 0;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

img {
	display: block;
}

html {
	scroll-behavior: smooth;
}

body {
	font-size: 16px;
	color: #ffffff;
	background-color: #00001d;
	font-family: "Jost", "Inria Sans", sans-serif;
}

.list {
	list-style: none;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media screen and (min-width: 800px) {
	.container {
		width: 768px;
	}
}
@media screen and (min-width: 1200px) {
	.container {
		width: 1180px;
	}
}
@media screen and (min-width: 1440px) {
	.container {
		width: 1400px;
	}
}

.section-header {
	padding: 20px 0;
	width: 100%;
}
.section-header .block-header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.section-header .block-header .logo1 {
	width: 150px;
}
.section-header .block-header .logo2 {
	width: 70px;
}

.sub-header {
	border-top: 3px solid #e60022;
	border-bottom: 3px solid #e60022;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
	padding: 25px 0;
}
.sub-header .block-sub-header h2 {
	font-size: 20px;
	font-style: normal;
	text-align: center;
	font-weight: 600;
}
.sub-header .block-sub-header span {
	color: #df3832;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
@media screen and (min-width: 1200px) {
	.section-header .block-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.section-header .block-header .logo1 {
		width: 250px;
	}
	.section-header .block-header .logo2 {
		width: 100px;
	}
	.sub-header .block-sub-header span {
		font-size: 38px;
	}
	.sub-header .block-sub-header h2 {
		font-size: 34px;
	}
}

.section-hero {
	padding: 30px 0;
	border-bottom: 3px solid #e60022;
}
.section-hero .block-hero {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 60px;
}
.section-hero .block-hero .video-wrapper {
	text-align: center;
	gap: 20px;
}
.section-hero .block-hero .video-wrapper video {
	width: 100%;
}
.section-hero .block-hero .video-wrapper d h1 {
	text-align: center;
	font-size: 27px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.section-hero .block-hero .form-flex {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	max-width: 350px;
}
.menu__count {
	display: flex;
	gap: 5px;
	align-items: center;
	text-align: center;
	font-size: 27px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.menu__count .menu__place {
	width: 45px;
	height: 35px;
	border-radius: 5px;
	background: #e60022;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section-hero .block-hero .form-flex {
	width: 100%;
}
.section-hero .block-hero .form-flex .img-box {
	display: flex;
	gap: 30px;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: absolute;
	top: -8%;
}
.cen {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.tt {
	margin-top: 15px;
}
h1 {
	text-align: center;
}
@media (max-width: 1200px) {
	.mt {
		margin-top: 40px;
	}
}
.section-hero .block-hero .form-flex .img-box .img1 {
	width: 70px;
	height: 70px;
}
.section-hero .block-hero .form-flex .img-box .img2 {
	width: 90px;
	height: 70px;
}
.section-hero .block-hero .form-flex .form-box {
	position: relative;
	border-radius: 18px;
	background: #f0d8d8;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 60px 20px 30px 20px;
	align-items: center;
	max-width: 350px;
}
.section-hero .block-hero .form-flex .form-box input {
	border-radius: 20px;
	background: #fff;
	width: 100%;
	color: #868686;
	font-family: Inria Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	border: none;
	padding: 12px;
}
.section-hero .block-hero .form-flex .form-box button {
	border-radius: 35px;
	background: #fa4141;
	color: #fff;
	font-family: Inria Sans;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	width: 250px;
	height: 50px;
	border: none;
}
.section-hero .block-hero .form-flex .form-box label {
	display: flex;
	gap: 25px;
	color: #000;
	font-family: Inria Sans;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.section-hero .block-hero .form-flex .form-box label input {
	width: 55px;
	height: 50px;
}
@media screen and (min-width: 1200px) {
	.section-hero {
		padding: 50px 0;
	}
	.section-hero .block-hero {
		display: grid;
		grid-template-columns: 2fr 1fr;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		display: flex;
		justify-content: center;
	}
	.section-hero .block-hero .video-wrapper {
		gap: 40px;
	}
	.section-hero .block-hero .video-wrapper h1 {
		font-size: 30px;
	}
	.section-hero .block-hero .form-flex {
		margin-top: 40px;
	}
	.section-hero .block-hero form {
		width: 330px;
	}
	.section-hero .block-hero form .form-box {
		width: 360px;
	}
	.section-hero .block-hero form .img-box {
		top: -7%;
	}
}

.section-about {
	padding: 30px 0 0 0;
	border-bottom: 3px solid #e60022;
	position: relative;
}
.section-about .block-about {
	display: flex;
	flex-direction: column;
}
.section-about .block-about img {
	position: unset;
	right: 0;
	width: 100%;
	max-width: 500px;
	bottom: 0;
	z-index: -1;
}
.section-about .block-about .about-text {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.section-about .block-about .about-text h3 {
	color: #eb142e;
	font-family: Jost;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.section-about .block-about .about-text h3 span {
	font-family: Jost;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.section-about .block-about .about-text .decoration-block {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.section-about .block-about .about-text .decoration-block p {
	font-family: Jost;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.section-about .block-about .about-text p {
	font-family: Jost;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 700px;
}
.section-about .block-about .about-text p span {
	color: #ea142e;
	font-family: Jost;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
@media screen and (min-width: 1200px) {
	.section-about {
		padding: 50px 0;
	}
	.section-about .block-about {
		display: flex;
	}
	.section-about .block-about img {
		position: absolute;
		right: 0px;
		/* width: 360px; */
		bottom: 0;
		z-index: -1;
	}
	.section-about .block-about .about-text {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.section-about .block-about .about-text h3 {
		color: #eb142e;
		font-family: Jost;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
	.section-about .block-about .about-text h3 span {
		color: #000;
		font-family: Jost;
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
	.section-about .block-about .about-text .decoration-block {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
	.section-about .block-about .about-text .decoration-block p {
		color: #000;
		font-family: Jost;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	.section-about .block-about .about-text p {
		color: #ffffff;
		font-family: Jost;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		max-width: 700px;
	}
	.section-about .block-about .about-text p span {
		color: #ea142e;
		font-family: Jost;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
}

.section-calck {
	border-bottom: 3px solid #e60022;
	padding: 50px 0;
	/* background: #f0d8d8; */
}
.section-calck .kalk__kalk {
	padding: 20px;
	border-radius: 45px;
	background: #fff;
	width: 100%;
	margin: 0 auto;
}
.section-calck .kalk__kalk .kalk-header-flex {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}
.section-calck .kalk__kalk .kalk-header-flex .img-hiden {
	display: flex;
	margin-bottom: 20px;
}
.section-calck .kalk__kalk .kalk-header-flex .img-hiden .img1 {
	display: block;
}
.section-calck .kalk__kalk .kalk-header-flex .img-hiden .img2 {
	display: block;
}
.section-calck .kalk__kalk .kalk-header-flex .img1 {
	width: 60px;
	display: none;
}
.section-calck .kalk__kalk .kalk-header-flex .img2 {
	width: 100px;
	display: none;
}
.section-calck .kalk__kalk .kalk-header-flex h2 {
	text-align: center;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: black;
}
.section-calck .kalk__kalk .knipka {
	color: #ea142e;
	text-align: center;
	font-family: Jost;
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-radius: 20px;
	background: #f0d8d8;
	padding: 8px 10.5px;
	text-decoration: none;
}
@media screen and (min-width: 1200px) {
	.section-calck .kalk__kalk {
		width: 1000px;
	}
	.section-calck .kalk__kalk .kalk-header-flex {
		flex-direction: row;
	}
	.section-calck .kalk__kalk .kalk-header-flex .img-hiden {
		display: none;
	}
	.section-calck .kalk__kalk .kalk-header-flex .img1 {
		display: block;
	}
	.section-calck .kalk__kalk .kalk-header-flex .img2 {
		display: block;
	}
}

/* Calculator Start */
.kalk__wrapper {
	display: flex;
	flex-direction: column;
	border-radius: 15px;
}

.kalk .form-send {
	max-width: 380px;
}

.profit {
	margin: 40px auto;
	position: absolute;
	right: 50%;
	transform: translate(50%, 0);
	background-color: #ffffff;
	box-shadow: 0px 0px 20px 15px rgba(0, 0, 0, 0.15);
	max-width: 1024px;
	width: 100%;
	border-radius: 33px;
}

.profit--calculator {
	padding: 0 40px;
}

.profit--calculator__title {
	font-weight: 900;
	font-size: 32px;
	text-align: center;
	color: #292f36;
}

.profit--calculator__subtitle {
	color: #000;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

#calcResult {
	margin-top: 10px;
	font-family: "Inter";
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 106.02%;
	/* or 25px */
	text-align: center;
	color: #ea142e;
}

.profit--calculator__input {
	margin-top: 20px;
}

.irs {
	font-family: "Inter", sans-serif;
}

.js-range-slider {
	visibility: hidden;
}

.irs--round .irs-handle {
	position: relative;
	top: 26px;
	width: 50px;
	height: 18px;
	border: none;
	background-color: white;
	border-radius: 0px;
	box-shadow: none;
}

.js-range-slider {
	display: none;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
	color: #4f4f4f;
	top: 29px;
	z-index: 10;
	background-color: transparent !important;
}

.irs--round .irs-single:before {
	display: none;
}

.irs--round .irs-grid {
	top: 45px;
}

.irs--round .irs-min,
.irs--round .irs-max {
	border-radius: 20px;
	background: #f0d8d8;
	padding: 10px;
}

.irs--round .irs-handle ::before {
	position: absolute;
	content: "";
	width: 116px;
	display: flex;
	height: 40px;
	top: -10px;
	left: -36px;
	text-align: center;
	border-radius: 20px;
	background: #f0d8d8;
	background-size: contain;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
	font-size: 18px !important;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
	border: none !important;
}

.irs--round .irs-bar {
	background-color: #f0d8d8 !important;
}

.irs--round .irs-grid-text {
	font-size: 16px !important;
	font-weight: 700;
}

.irs-grid-pol {
	top: -5px !important;
	width: 4px !important;
	height: 10px !important;
	border-radius: 0px 0px 10px 10px;
}

.irs-grid-text {
	bottom: -5px !important;
}

@media (max-width: 1024px) {
	.profit {
		border-radius: 0;
		box-shadow: none;
	}
}
@media (max-width: 640px) {
	.profit--calculator {
		padding: 25px 10px;
	}
	.profit--calculator__title {
		font-size: 24px !important;
	}
	.irs--round .irs-handle ::before {
		width: 90px;
		height: 28px;
		top: -6px;
		left: -10px;
	}
	.irs--round .irs-from,
	.irs--round .irs-to,
	.irs--round .irs-single {
		font-size: 14px !important;
	}
}
@media (max-width: 460px) {
	.flex-block {
		display: block;
	}
	.btnCenter {
		text-align: center;
		width: 60%;
		margin-bottom: 50px;
		font-size: inherit;
		height: 100%;
		align-items: center;
	}
	.register-block {
		display: block;
	}
	.register {
		margin-top: 200px;
	}
	.irs--round .irs-handle ::before {
		width: 90px;
		height: 20px;
		top: -2px;
		left: -22px;
	}
	.register-form {
		margin-top: 20px;
	}
}
.section-some {
	border-bottom: 3px solid #e60022;
	padding: 50px 0;
}
.section-some .block-some {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.section-some .block-some .some-cup {
	display: flex;
	flex-direction: column;
	gap: 50px;
	border-bottom: 3px solid #e60022;
	padding-bottom: 30px;
}
.section-some .block-some .some-cup .cup-flex {
	display: flex;
	align-items: center;
	gap: 20px;
}
.section-some .block-some .some-cup .cup-flex .text-cup {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.section-some .block-some .some-cup .cup-flex img {
	width: 100px;
}
.section-some .block-some .some-cup .cup-flex p {
	color: #fa4141;
	font-family: Jost;
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	max-width: 450px;
}
.section-some .block-some .some-cup .cup-flex span {
	color: white;
	font-family: Jost;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.section-some .block-some .some-dividend {
	padding: 30px;
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	gap: 20px;
}
.section-some .block-some .some-dividend h3 {
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.section-some .block-some .some-dividend .line {
	border-bottom: 3px solid #e60022;
}
.section-some .block-some .some-dividend p {
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.section-some .block-some .some-steps {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.section-some .block-some .some-steps .step1 {
	border-radius: 10px;
	background: #f0d8d8;
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 100%;
	color: #000;
}
.section-some .block-some .some-steps .step1 .text-flex {
	display: flex;
	gap: 20px;
	align-items: center;
}
.section-some .block-some .some-steps .step1 h3 {
	text-align: center;
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.section-some .block-some .some-steps .step1 p {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.section-some .block-some .some-steps .step1 img {
	width: 64px;
	height: 64px;
}
.section-some .block-some .some-steps .step2 {
	border-radius: 10px;
	background: #f0d8d8;
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 100%;
	color: #000;
}
.section-some .block-some .some-steps .step2 .text-flex {
	display: flex;
	gap: 20px;
	align-items: center;
}
.section-some .block-some .some-steps .step2 h3 {
	text-align: center;
	margin-bottom: 40px;
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.section-some .block-some .some-steps .step2 p {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.section-some .block-some .some-steps .step2 a {
	border-radius: 15px;
	background: #fa4141;
	color: #fff;
	font-family: Inria Sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 230px;
	height: 40px;
}
.section-some .block-some .some-steps .step2 img {
	width: 64px;
	height: 64px;
}
@media screen and (min-width: 1200px) {
	.section-some .block-some {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.section-some .block-some .some-cup {
		display: flex;
		flex-direction: row;
		gap: 50px;
		border-bottom: 3px solid #e60022;
		padding-bottom: 30px;
	}
	.section-some .block-some .some-cup .cup-flex {
		display: flex;
		align-items: center;
		gap: 20px;
	}
	.section-some .block-some .some-cup .cup-flex .text-cup {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
	.section-some .block-some .some-cup .cup-flex img {
		width: 100px;
	}
	.section-some .block-some .some-cup .cup-flex p {
		color: #fa4141;
		font-family: Jost;
		font-size: 25px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		max-width: 450px;
	}
	.section-some .block-some .some-cup .cup-flex span {
		color: white;
		font-family: Jost;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	.section-some .block-some .some-dividend {
		padding: 30px;
		width: 100%;
		display: flex;
		justify-content: space-around;
		flex-direction: row;
	}
	.section-some .block-some .some-dividend h3 {
		text-align: center;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
	.section-some .block-some .some-dividend .line {
		border-bottom: 3px solid #e60022;
	}
	.section-some .block-some .some-dividend p {
		text-align: center;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
	.section-some .block-some .some-steps {
		display: flex;
		flex-direction: row;
		gap: 50px;
	}
	.section-some .block-some .some-steps .step1 {
		border-radius: 10px;
		background: #f0d8d8;
		color: #000;
		padding: 20px;
		display: flex;
		flex-direction: column;
		gap: 20px;
		max-width: 450px;
	}
	.section-some .block-some .some-steps .step1 .text-flex {
		display: flex;
		gap: 20px;
		align-items: center;
	}
	.section-some .block-some .some-steps .step1 h3 {
		text-align: center;
		font-size: 25px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
	.section-some .block-some .some-steps .step1 p {
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	.section-some .block-some .some-steps .step1 img {
		width: 64px;
		height: 64px;
	}
	.section-some .block-some .some-steps .step2 {
		border-radius: 10px;
		background: #f0d8d8;
		color: #000;
		padding: 20px;
		display: flex;
		flex-direction: column;
		gap: 20px;
		max-width: 550px;
	}
	.section-some .block-some .some-steps .step2 .text-flex {
		display: flex;
		gap: 20px;
		align-items: center;
	}
	.section-some .block-some .some-steps .step2 h3 {
		text-align: center;
		margin-bottom: 40px;
		font-size: 25px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
	.section-some .block-some .some-steps .step2 p {
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	.section-some .block-some .some-steps .step2 a {
		border-radius: 15px;
		background: #fa4141;
		color: #fff;
		font-family: Inria Sans;
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		text-decoration: none;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 270px;
		height: 40px;
	}
	.section-some .block-some .some-steps .step2 img {
		width: 64px;
		height: 64px;
	}
}

.section-slider {
	padding: 50px 0;
	border-bottom: 3px solid #e60022;
}
.section-slider .block-slider {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	/*кнопки*/
}
.section-slider .block-slider h3 {
	text-align: center;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.section-slider .block-slider .line {
	border-bottom: 3px solid #e60022;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
	width: 240px;
}
.section-slider .block-slider .slider-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}
.section-slider .block-slider .slider {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.section-slider .block-slider .slide {
	display: none;
}
.section-slider .block-slider .slide img {
	width: 200px;
}
.section-slider .block-slider .slide p {
	text-align: center;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
}
.section-slider .block-slider .slide h4 {
	text-align: center;
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.section-slider .block-slider .slider .active {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	height: 750px;
}
.section-slider .block-slider .slider-wrapper i {
	cursor: pointer;
	font-size: 30px;
}
.section-slider .block-slider .slider-wrapper i:hover {
	transition: all 1s ease;
}
.section-slider .block-slider .back {
	margin-right: 12px;
}
.section-slider .block-slider .next {
	margin-left: 12px;
}
.section-slider .block-slider .dots-wrapper {
	display: flex;
	gap: 10px;
}
.section-slider .block-slider .dots-wrapper .active .fa-circle:before {
	color: #fa4141 !important;
}
.section-slider .block-slider .dots-wrapper .fa-circle:before {
	color: #f0d8d8 !important;
	font-size: 10px !important;
}
@media screen and (min-width: 1200px) {
	.section-slider .block-slider {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 30px;
		/*кнопки*/
	}
	.section-slider .block-slider .slider-wrapper {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.section-slider .block-slider .slider {
		width: 800px;
		overflow: hidden;
		display: flex;
		justify-content: center;
	}
	.section-slider .block-slider .slide {
		display: none;
	}
	.section-slider .block-slider .slide img {
		width: 200px;
	}
	.section-slider .block-slider .slide p {
		text-align: center;
		font-size: 20px;
		font-style: normal;
		line-height: normal;
	}
	.section-slider .block-slider .slide h4 {
		text-align: center;
		font-size: 25px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
	.section-slider .block-slider .slider .active {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 30px;
		height: 450px;
	}
	.section-slider .block-slider .slider-wrapper i {
		cursor: pointer;
		font-size: 30px;
	}
	.section-slider .block-slider .back {
		margin-right: 12px;
	}
	.section-slider .block-slider .next {
		margin-left: 12px;
	}
	.section-slider .block-slider .dots-wrapper {
		display: flex;
		gap: 10px;
	}
	.section-slider .block-slider .dots-wrapper .active .fa-circle:before {
		color: #fa4141 !important;
	}
	.section-slider .block-slider .dots-wrapper .fa-circle:before {
		color: #f0d8d8 !important;
		font-size: 10px !important;
	}
}

.section-map-form {
	padding: 50px 0;
	border-bottom: 3px solid #e60022;
}
.section-map-form .block-map-section {
	display: grid;
	grid-template-columns: 1fr 2fr;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 50px;
}
.section-map-form .block-map-section .form-flex {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}
.section-map-form .block-map-section .form-flex .menu__count {
	display: flex;
	gap: 5px;
	align-items: center;
	text-align: center;
	font-size: 27px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.section-map-form .block-map-section .form-flex .menu__count .menu__place {
	width: 45px;
	height: 35px;
	border-radius: 5px;
	background: #e60022;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section-map-form .block-map-section .form-flex {
	width: 100%;
}
.section-map-form .block-map-section .form-flex .img-box {
	display: flex;
	gap: 30px;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: absolute;
	top: -8%;
}
.section-map-form .block-map-section .form-flex .img-box .img1 {
	width: 70px;
	height: 70px;
}
.section-map-form .block-map-section .form-flex .img-box .img2 {
	width: 90px;
	height: 70px;
}
.section-map-form .block-map-section .form-flex .form-box {
	position: relative;
	border-radius: 18px;
	background: #f0d8d8;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 60px 20px 30px 20px;
	align-items: center;
}
.section-map-form .block-map-section .form-flex .form-box input {
	border-radius: 20px;
	background: #fff;
	width: 100%;
	color: #868686;
	font-family: Inria Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	border: none;
	padding: 12px;
}
.section-map-form .block-map-section .form-flex .form-box button {
	border-radius: 35px;
	background: #fa4141;
	color: #fff;
	font-family: Inria Sans;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	width: 250px;
	height: 50px;
	border: none;
}
.section-map-form .block-map-section .form-flex .form-box label {
	display: flex;
	gap: 25px;
	color: #000;
	font-family: Inria Sans;
	font-size: 13px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.section-map-form .block-map-section .form-flex .form-box label input {
	width: 50px;
	height: 50px;
}
.section-map-form .block-map-section .map {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.section-map-form .block-map-section .map img {
	width: 100%;
}
.section-map-form .block-map-section .map p {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.section-map-form .block-map-section .map span {
	color: #ea142e;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.section-footer {
	background-color: #ea142e;
}
.section-footer .block-footer {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.footer__partners {
	width: 100%;
	max-width: 400px;
}
.some__graph {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 32px;
	margin-bottom: 40px;
}
.graph__text {
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-width: 525px;
	line-height: 1.5;
}
.graph__text h2 {
	color: #fa4141;
}
.graph__img {
	width: 100%;
	max-width: 525px;
}
.header-title {
	text-transform: uppercase;
	font-size: 34px;
}
@media screen and (min-width: 1200px) {
	.section-map-form .block-map-section {
		flex-direction: row;
	}
	.some__graph {
		margin-bottom: 80px;
	}
	.graph__text h2 {
		font-size: 26px;
		font-weight: 800;
	}
	.graph__text {
		font-size: 25px;
	}
}
.border {
	width: 100%;
	height: 3px;
	background: #e60022;
}
.block-some {
	padding-top: 50px;
}

video {
	width: 100%;
}
.video-wrapper {
	width: 100%;
}
.poster {
	width: 100%;
}
.section-disclaimer .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
	padding: 50px 0;
}
.section-disclaimer .container .disclaimer {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.section-disclaimer .container p {
	font-size: 14px;
}
.section-disclaimer .links {
	display: flex;
	justify-content: center;
	gap: 24px;
}
.section-disclaimer .links a {
	color: white;
	text-decoration: none;
	font-size: 14px;
}
.header .container {
	position: relative;
}
.header .container .nav {
	display: flex;
	align-items: center;
	gap: 16px;
}
.open {
	display: flex !important;
}
.header .container .nav .links {
	display: none;
	font-size: 20px;
	flex-direction: column;
	gap: 20px;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translateY(100%);
	padding: 30px 40px;
	background-color: #00001d;
	z-index: 1;
}
@media (min-width: 768px) {
	.header .container .nav .links {
		transform: none;
		display: flex;
		position: static;
		flex-direction: row;
		align-items: center;
		padding: 0;
		background-color: unset;
	}
}
.header .container .nav .links .link {
	position: relative;
	word-wrap: break-word;
	font-size: 16px;
	transition: 0.3s;
	padding: 0 12px;
}
.header .container .nav .links .link a {
	color: #d9d9d9;
	text-decoration: none;
}
.header .container .nav .links .link a:hover {
	color: white;
}
.header .container .nav .links .link .active {
	color: white;
	font-weight: 600;
}

.header .container .nav .burger {
	display: block;
	background-color: transparent;
	border: none;
	padding: 8px;
	cursor: pointer;
}
@media (min-width: 768px) {
	.mobile {
		display: none !important;
	}
}

ul {
	list-style: none;
}
.form-wrap {
	width: 100%;
	max-width: 450px;
	min-width: 280px;
}
.about-us-welcome {
	padding: 50px 0;
	border-bottom: 3px solid #e60022;
	border-top: 3px solid #e60022;
}
.about-us-welcome .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
}
.about-us-welcome .container .text {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.about-us-welcome .container .text h2 {
	margin-bottom: 8px;
}
@media (min-width: 768px) {
	.about-us-welcome .container {
		flex-direction: row;
	}
}
.contact-us-welcome {
	padding: 50px 0;
	border-bottom: 3px solid #e60022;
	border-top: 3px solid #e60022;
}
.contact-us-welcome .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
}
.contact-us-welcome .container .text {
	max-width: 1000px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.contact-us-welcome .container .text h2 {
	margin-bottom: 8px;
}
.about-us-welcome .container .text ul {
	list-style: disc;
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding-left: 16px;
}
.hero-text {
	font-size: 16px;
	margin-bottom: 10px;
	text-align: left;
}
.hero-title {
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	color: #ea142e;
}

.accent {
	color: #ea142e;
}
@media (min-width: 768px) {
	.hero-title {
		font-size: 30px;
		text-align: left;
		color: #ea142e;
	}
	.hero-text {
		font-size: 20px;
		text-align: left;
	}
}
@media (min-width: 1200px) {
	.poster {
		height: 443px;
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.section-map-form .block-map-section .map img {
		height: 448px;
		width: auto;
		margin-bottom: 30px;
	}
	.section-map-form .block-map-section .map {
		display: block;
	}
}
@media (min-width: 1440px) {
	.hero-title {
		font-size: 30px;
		text-align: left;
		margin-left: 45px;
	}
	.hero-text {
		font-size: 20px;
		text-align: left;
		margin-left: 45px;
	}
}

.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 32px;
	background-color: #0000005b;
	align-items: center;
	justify-content: center;
	z-index: 999;
}
.modal-inner {
	max-width: 520px;
	width: 100%;
	border-radius: 16px;
	padding: 32px;
	background-color: #f0d8d8;
	position: relative;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#close {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent;
	border: none;
	cursor: pointer;
}

.modal-logo {
	position: absolute;
	width: 80px;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}

@media (max-width: 546px) {
	.modal {
		padding: 16px;
	}
	.modal-inner {
		padding: 16px;
	}
	#close {
		top: -3px;
		right: -3px;
	}
	.modal-logo {
		width: 58px;
		top: -38px;
	}
}
