/* general */
@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth;
		scroll-padding-top: 15px;
	}
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
html {
	height: 100%;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
h1, h2, h3, h4, h5, h6, ul, ol, p {
	margin-top: 0;
	margin-bottom: 0;
}
ul, ol {
	padding-left: 0;
	list-style: none;
}
button {
	border-radius: 0;
}
input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	outline: none;
}
button,
select {
	text-transform: none;
}
[role=button] {
	cursor: pointer;
}
select {
	word-wrap: normal;
}
select:disabled {
	opacity: 1;
}
button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
	cursor: pointer;
}
::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
textarea {
	resize: vertical;
}

/* page */
body {
	margin: 0;
	font: 14px/1.63523 'Montserrat', sans-serif;
	background-color: #fff;
	color: #393939;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
.page__main {
	flex-shrink: 0;
	overflow-x: hidden;
}
.page__footer {
	margin-top: auto;
}
@media (min-width: 768px) {
	body {
		font-size: 16px;
	}
}

/* icon */
.icon {
	display: block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}
.icon_play {
	width: 0.8076171875em;
}

/* container */
.container {
	max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}

/* btn */
.btn {
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	vertical-align: middle;
	height: 49px;
	padding: 0 44px;
	min-width: min(216px, 100%);
}
.btn_style_fill {
	border: none;
	background: linear-gradient(180deg, #D60745 0%, #E83B2E 100%);
	box-shadow: 0px 13px 22px 0px rgba(217, 16, 66, 0.24);
	transition: filter .3s;
	color: #fff;
}
.btn_style_outline {
	border: 1px solid;
	color: var(--btn-color-1);
	transition: color .3s, background-color .3s;
}
@media (hover: hover) {
	.btn_style_fill:hover {
		filter: brightness(120%);
	}
	.btn_style_outline:hover {
		background-color: var(--btn-color-1);
		color: var(--btn-color-2);
	}
}

/* title */
.title {
	font-weight: 700;
}
.title_size_1 {
	font-size: min(64px, 30.1818px + 2.72727vw);
	line-height: 1.23;
}

/* hero */
.hero {
	color: #fff;
	background-color: #d80c43;
	background-image: url('/files/img/hero_bg.svg');
	background-position: left min(0px, -627px + 100vw) bottom;
	background-size: min(1920px, 1297.18px + 50.2273vw);
	background-repeat: no-repeat;
}
.hero__img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.hero__title {
	font-weight: 700;
	line-height: 1.22;
	margin-bottom: 22px;
}
.hero__btn {
	--btn-color-1: #fff;
	--btn-color-2: #e22936;
}
@media (max-width: 991.98px) {
	.hero {
		padding-bottom: 141px;
	}
	.hero__content {
		padding-top: 15px;
	}
	.hero__picture {
		display: block;
		width: 272px;
		margin: 0 auto 12px;
		transform: translateX(-6.5%);
	}
	.hero__text {
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.hero__title {
		font-size: calc(24.5455px + 3.18182vw);
	}
	.hero__descr {
		order: 1;
		margin-top: min(54px, 20.1818px + 2.72727vw);
	}
}
@media (min-width: 992px) {
	.hero {
		position: relative;
		isolation: isolate;
		min-height: min(853px, 68.7903vw);
		background-position-x: center;
		background-size: min(1920px, 154.839vw);
		display: flex;
		flex-direction: column;
		padding-bottom: 150px;
	}
	.hero__content {
		padding-top: 19px;
		position: relative;
		width: 100%;
		flex-grow: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.hero__text {
		max-width: 497px;
	}
	.hero__title {
		font-size: min(64px, 5.16129vw);
	}
	.hero__picture {
		position: absolute;
		right: 26.3%;
		bottom: min(143px, -147px + 23.3871vw);
		transform: translate(50%, 50%);
		width: 43.95%;
		z-index: -1;
	}
	.hero__descr {
		margin-bottom: min(54px, 20.1818px + 2.72727vw);
	}
}
@media (min-width: 1240px) {
	.hero {
		background-position-x: center;
	}
}
@media (min-width: 1920px) {
	.hero {
		background-size: 100% 853px;
	}
}

/* header */
.header {
	color: #fff;
	position: relative;
}
.header__inner {
	height: 79px;
	display: flex;
	align-items: center;
	column-gap: 24px;
}
.header__nav-btn {
	width: 41px;
	height: 41px;
	flex-shrink: 0;
	color: inherit;
	border: 1px solid;
	border-radius: 6px;
	padding: 0;
	background-color: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.header__logo {
	margin-right: auto;
}
.header__download-btn {
	white-space: nowrap;
	margin-left: 9.6%;
	--btn-color-1: #fff;
	--btn-color-2: #d80d43;
}
@media (min-width: 992px) {
	.header__nav-btn {
		display: none;
	}
	.header__inner {
		padding-top: 47px;
		padding-bottom: 53px;
		height: auto;
	}
}
@media (max-width: 1199.98px) {
	.header__download-btn {
		display: none;
	}
}

/* logo */
.logo {
	text-decoration: none;
	color: inherit;
	font: 700 min(32px, 20.7273px + 0.909091vw)/1 'Saira Semi Condensed', sans-serif;
}

/* nav */
.nav {
	font-size: 14px;
}
.nav__link {
	text-decoration: none;
	color: inherit;
	padding-top: 6px;
	padding-bottom: 6px;
	position: relative;
}
.nav__link::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 3px;
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 0px 13px 22px 0px rgba(186, 82, 253, 0.27);
	transition: width .2s;
}
.nav__link_active::after {
	width: 50%;
}
.nav__link:hover::after {
	width: 100%;
}
@media (max-width: 991.98px) {
	.nav-no-scroll {
		overflow: hidden;
	}
	.nav {
		position: absolute;
		z-index: 100;
		top: 100%;
		left: 0;
		right: 0;
		background-color: #d80c43;
		padding: 0 20px 30px;
		box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5);
		display: none;
	}
	.nav_open {
		display: block;
	}
	.nav__item:not(:last-child) {
		margin-bottom: 1em;
	}
}
@media (min-width: 992px) {
	.nav {
		display: block;
	}
	.nav__list {
		display: flex;
		flex-wrap: wrap;
		gap: 5px 65px;
	}
}

/* hamburger */
.hamburger {
	position: relative;
}
.hamburger__box {
	display: block;
	position: relative;
	width: 22px;
	height: 14px;
}
.hamburger__inner, .hamburger__inner::after, .hamburger__inner::before {
	position: absolute;
	width: 100%;
	height: 2px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	background-color: currentColor;
}
.hamburger__inner {
	top: 0;
	display: block;
}
.hamburger__inner::before {
	top: 6px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform,opacity;
}
.hamburger__inner::after, .hamburger__inner::before {
	display: block;
	content: "";
}
.hamburger__inner::after {
	top: 12px;
}
.hamburger_active .hamburger__inner {
	transform: translate3d(0,6px,0) rotate(45deg);
}
.hamburger_active .hamburger__inner::before {
	transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
	opacity: 0;
}
.hamburger_active .hamburger__inner::after {
	transform: translate3d(0,-12px,0) rotate(-90deg);
}

/* section */
.section {
	position: relative;
	isolation: isolate;
}
.section__inner {
	position: relative;
}
.section_theme_dark {
	background-image: linear-gradient(180deg, #D60745 0%, #E83B2E 100%);
	color: #fff;
}
.section_theme_light {
	z-index: 2;
}
.section_theme_dark::before,
.section_theme_dark::after {
	content: '';
	position: absolute;
	left: 0;
	z-index: -2;
	width: 100%;
	background-repeat: no-repeat;
}
.section_theme_dark::before {
	top: 0;
	height: 230px;
	background-image: url('/files/img/section-dark_top.svg');
	background-size: 1920px 230px;
	background-position-y: top;
}
.section_theme_dark::after {
	bottom: 0;
	height: 388px;
	background-image: url('/files/img/section-dark_bottom.svg');
	background-position-y: bottom;
}
.section__title {
	margin-bottom: .46875em;
}
.section__descr p:not(:last-child) {
	margin-bottom: 1em;
}
@media (max-width: 991.98px) {
	.section_1 {
		padding-top: 96px;
		padding-bottom: 96px;
	}
	.section_2 {
		padding-top: 297px;
		padding-bottom: 105px;
		margin-top: -260px;
	}
	.section_3 {
		padding-top: 24px;
		padding-bottom: 96px;
	}
	.section_4 {
		padding-top: 297px;
		padding-bottom: 105px;
		margin-top: -262px;
	}
	.section_theme_dark::before {
		background-position-x: -355px;
	}
	.section_theme_dark::after {
		background-position-x: min(0px, -715px + 100vw);
		background-size: 1920px calc(466.608px - 21.8354vw);
	}
	.section__picture {
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.section_1 .section__picture {
		width: 252px;
		transform: translate(6%, 4%);
		margin-bottom: 43px;
	}
	.section_2 .section__picture {
		width: 264px;
		transform: translate(3%, 2%);
		margin-bottom: 9px;
	}
	.section_3 .section__picture {
		width: 242px;
		transform: translate(2%, 2%);
		margin-bottom: 35px;
	}
	.section_4 .section__picture {
		width: 312px;
		transform: translate(0%, 3%);
		margin-bottom: 35px;
	}
	.section__inner {
		display: flex;
		flex-direction: column;
	}
	.section__text,
	.section__text-container {
		display: contents;
	}
	.section_theme_light .section__title,
	.section_theme_dark .section__title {
		order: -2;
		text-align: center;
	}
	.section__descr {
		line-height: 1.714285714;
	}
	.section__btn {
		margin-top: 35px;
		align-self: center;
	}
}
@media (min-width: 992px) {
	.section {
		display: flex;
		flex-direction: column;
	}
	.section_theme_dark::after {
		background-size: min(1920px, 154.839vw) auto;
	}
	.section_theme_dark::before,
	.section_theme_dark::after {
		background-position-x: center;
	}
	.section_1 {
		min-height: 868px;
		padding-top: 130px;
		padding-bottom: 130px;
	}
	.section_2 {
		min-height: 938px;
		margin-top: -175px;
		padding-top: 228px;
		padding-bottom: 100px;
	}
	.section_3 {
		min-height: 938px;
		padding-top: 130px;
		padding-bottom: 130px;
	}
	.section_4 {
		min-height: 938px;
		margin-top: -240px;
		padding-top: 315px;
		padding-bottom: 100px;
	}
	.section__inner {
		width: 100%;
		flex-grow: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.section__picture {
		position: absolute;
		z-index: -1;
		pointer-events: none;
	}
	.section_theme_light .section__picture {
		left: 0;
		top: 50%;
	}
	.section_theme_dark .section__picture {
		right: 0;
		bottom: 0;
	}
	.section_1 .section__picture {
		transform: translate(21%, -46%);
		width: 40.24%;
	}
	.section_2 .section__picture {
		transform: translate(-11%, 18%);
		width: 42.01%;
	}
	.section_3 .section__picture {
		transform: translate(16%, -50%);
		width: 33.95%;
	}
	.section_4 .section__picture {
		transform: translate(2%, 5%);
		width: 52%;
	}
	.section_theme_light .section__text {
		margin-left: auto;
	}
	.section_1 .section__text,
	.section_2 .section__text,
	.section_3 .section__text {
		width: 56%;
	}
	.section_4 .section__text {
		width: calc(49% - 40px);
	}
	.section__text-container {
		max-width: 497px;
	}
	.section_theme_light .section__text-container {
		margin: 0 auto;
	}
	.section__descr {
		line-height: 1.5;
	}
	.section__btn {
		margin-top: 43px;
	}
}
@media (min-width: 1920px) {
	.section_theme_dark::before,
	.section_theme_dark::after {
		background-size: 100% 100%;
	}
}

/* video */
.video {
	padding-top: 133px;
	padding-bottom: min(93px, 15.5px + 6.25vw);
	text-align: center;
}
.video__player {
	margin-bottom: min(59px, 20.9545px + 3.06818vw);
}

/* player */
.player {
	background-color: #272727;
	border-radius: 18px;
	position: relative;
	height: min(549px, 57.2273px + 39.6591vw);
}
.player__video {
	border-radius: inherit;
	width: 100%;
	height: 100%;
	display: block;
}
.player:not(.player_active) .player__video {
	visibility: hidden;
}
.player__btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: min(94px, 57.3636px + 2.95455vw);
	aspect-ratio: 1;
	border-radius: 50%;
	background-image: linear-gradient(180deg, #D60745 0%, #E83B2E 100%);
	padding: 0;
	border: none;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.player__btn > .icon {
	transform: translateX(15%);
	width: 28%;
	height: 28%;
}
.player_active .player__btn {
	display: none;
}

/* footer */
.footer {
	background: linear-gradient(180deg, #D60745 0%, #E83B2E 100%);
	color: #fff;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 50px;
	line-height: 1.785714286;
}
.footer p:not(:last-child) {
	margin-bottom: 1rem;
}
.footer a {
	color: inherit;
}
.footer a:hover {
	text-decoration: none;
}
@media (min-width: 992px) {
	.footer {
		line-height: 1.96875;
	}
}

/* utilities */
.u-mb-6 {
	margin-bottom: 1.5rem;
}
.u-mb-8 {
	margin-bottom: 2rem;
}
.u-max-w-\[514px\] {
	max-width: 514px;
}
.u-mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.u-text-center {
	text-align: center;
}
.u-color-primary {
	color: #E22A36;
}