html {
	scroll-behavior: smooth;
}
body.hidden {
    overflow: hidden;
}
body {
	font-family: "Outfit", sans-serif;
	background: #11151f;
}
.page {
	overflow: hidden;
	position: relative;
}
.title {
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	color: #fff;
}
.title.big {
	font-size: 64px;
	line-height: 62px;
}
.title.large {
	font-weight: 900;
	font-size: 96px;
	line-height: 92px;
}
.title.red {
	color: #E13737;
}
.title.huge {
	font-weight: 900;
	font-size: 340px;
	line-height: 326px;
	color: transparent;
    -webkit-text-stroke: 1px #FFFFFF;
	opacity: .33;
	font-family: sans-serif;
	text-transform: uppercase;
	letter-spacing: -4px;
}
.title b {
	font-weight: 700;
}
.desc {
    font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}
.desc.red {
	color: #E13737;
}
.desc .gray {
	color: #787A82;
}
.desc.normal {
	font-size: 20px;
	line-height: 26px;
}
.desc.regular {
	font-size: 24px;
	line-height: 30px;
}
.desc.small {
	font-size: 14px;
	line-height: 18px;
}
.desc b {
	font-weight: 700;
}
.mob {
	display: none;
}
button,
a {
	border: 0;
	outline: 0;
	cursor: pointer;
	transition: .3s;
}
a:hover  {
	opacity: .5;
}
.button {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	border: 2px solid #E13737;
	background: transparent;
	border-radius: 24px;
	position: relative;
	padding: 11px;
	width: auto;
	min-width: 185px;
	display: inline-block;
	text-align: center;
	transition: .3s;
}
.button:hover {
	opacity: 1;
	background: #E13737;
}
.section {
	padding: 0 16px;
}
.wrapper {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}


.header {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0 16px;
}
.header .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 118px;
}
.header .left {
	display: flex;
	align-items: center;
	gap: 0 104px;
}
.header .nav {
	display: flex;
	align-items: center;
	gap: 0 54px;
}
.header .nav .desc:hover {
	opacity: 1;
	color: #E13737;
}
.logo .img {
	width: 106px;
}

.hero-section {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
}
.hero-section::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(rgba(18, 21, 31, 0), #12151F);
	z-index: 1;
}
.hero-section::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #12151F;
	opacity: .96;
	
}
.hero-section video  {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center;
}
.hero-section .title {
	max-width: 690px;
	text-transform: uppercase;
}
.hero-section .desc {
	max-width: 220px;
	margin-top: 5px;
}
.hero-section .wrapper {
	position: relative;
	z-index: 1;
	padding-top: 100px;
	padding-bottom: 235px;
	gap: 0 36px;
	display: flex;
	align-items: flex-start;
}
.hero-section .img {
	width: 1455px;
	position: absolute;
	z-index: 1;
	left: calc(50% - 30px);
	top: calc(50% - 10px);
	transform: translate(-50%, -50%);
}
.hero-section .down {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	position: absolute;
	bottom: 20vh;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.hero-section .down:hover {
	opacity: 1;
}
.hero-section .down .border::before {
	content: '';
	width: 100%;
	height: 36px;
	border-radius: 100%;
	border: 2px solid #E13737;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
}
.hero-section .down .border {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: .3s;
	height: 0;
	overflow: hidden;
}
.hero-section .down:hover .border {
	height: 100%;
}
.hero-section .down svg path {
	transition: .3s;
}
.hero-section .down:hover svg path {
	stroke: #fff;
}

.about-section {
	padding-top: 85px;
	margin-top: -150px;
	position: relative;
	z-index: 2;
	padding-bottom: 210px;
}
.about-section .bg {
	position: absolute;
	top: 240px;
	left: calc(50% + 300px);
	transform: translateX(-50%);
	width: 2316px;
}
.about-section .wrapper {
	position: relative;
}
.about-section .title-img {
	width: 100%;
	max-width: 1224px;
	position: absolute;
	left: 0;
	top: 0;
}
.about-section .text {
	display: flex;
	gap: 0 72px;
	padding-left: 46%;
	padding-top: 380px;
	position: relative;
}
.about-section .text .desc {
	padding-top: 12px;
	max-width: 412px;
}
.about-section .photo {
	margin-top: 86px;
	max-width: 448px;
}
.redSlash {
	width: 45px;
}

.superpowers-section {
	position: relative;
	padding-top: 64px;
	padding-bottom: 100px;
	z-index: 1;
}
.superpowers-section .gradient {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -90px;
	width: 100%;
	min-width: 1920px;
}
.superpowers-section .superpowersBg {
	position: absolute;
	top: 110px;
	left: calc(50% - 70px);
	transform: translateX(-50%);
	width: 1574px;
}
.superpowers-section .wrapper {
	position: relative;
}
.superpowers-section .title-main {
	padding-left: 42%;
	max-width: 490px;
	font-weight: 900;
	text-transform: uppercase;
}
.superpowers-section .list {
	margin-top: 84px;
}
.superpowers-section .item {
	max-width: 290px;
	position: relative;
}
.superpowers-section .item .desc {
	margin-top: 32px;
}
.superpowers-section .item:first-child {
	left: 42%;
}
.superpowers-section .item:nth-child(2) {
	margin: 102px 0 0 auto;
	right: 9%;
}
.superpowers-section .item:nth-child(3) {
	margin-top: -34px;
	left: 9%;
	max-width: 284px;
}
.superpowers-section .item:nth-child(4) {
	margin: 102px auto 0;
	max-width: 394px;
}
.superpowers-section .item:nth-child(5) {
	margin: 150px 0 0 auto;
}

.advantages-section {
	padding-top: 250px;
	padding-bottom: 216px;
	position: relative;
}
.advantages-section .bg {
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translateX(-50%);
	min-width: 1920px;
}
.advantages-section .wrapper {
	position: relative;
	z-index: 1;
}
.advantages-section .img {
	min-width: 2096px;
	position: absolute;
	top: 65px;
	left: 50%;
	transform: translateX(-50%);
}
.advantages-section .title-main {
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
}
.advantages-section .desc-main {
	margin-top: 16px;
	text-align: center;
}
.advantages-section .list {
	margin-top: 74px;
	display: flex;
	gap: 24px;
}
.advantages-section .list .item {
	border-radius: 32px;
	background: #32343D;
	padding: 64px 46px 46px;
	text-align: left;
	flex: 1;
}
.advantages-section .list .desc +.desc {
	margin-top: 32px;
}
.advantages-section .text {
	margin-top: 262px;
	text-align: left;
	position: relative;
	display: inline-flex;
	align-items: flex-start;
}
.advantages-section .text .text-desc {
	max-width: 395px;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 6px;
}
.advantages-section .title.large {
	text-align: right;
	max-width: 816px;
}
.advantages-section .redSlash {
	margin-left: 64px;
	margin-top: 32px;
}
.advantages-section .text .ready {
	position: absolute;
	left: calc(100% + 90px);
	top: 50px;
	z-index: 1;
	width: 412px;
}
.contactUs-section {
	padding-top: 100px;
	padding-bottom: 116px;
	position: relative;
}
.contactUs-section .wrapper {
	display: flex;
	gap: 24px;
	align-items: flex-start;
}
.contactUs-section .bg {
	position: absolute;
	width: 584px;
	top: -188px;
	left: calc(50% - 316px);
	transform: translateX(-50%);
}
.contactUs-section .text {
	flex: 1;
}
.contactUs-section .title-main {
	max-width: 394px;
}
.contactUs-section .form {
	flex: 1;
}
.contactUs-section .text .img {
	width: 24px;
}
.contactUs-section .text .item {
	display: flex;
	gap: 16px;
	align-items: center;
}
.contactUs-section .text .item + .item {
	margin-top: 16px;
}
.contactUs-section .text .list {
	margin-top: 82px;
	max-width: 394px;
}
.contactUs-section .form .img {
	width: 24px;
	position: absolute;
	left: 16px;
	top: 11px;
}
.contactUs-section label {
	position: relative;
	display: inline-block;
	width: 100%;
}
.contactUs-section label:first-child {
	width: calc(50% - 12px);
}
.contactUs-section label:nth-child(2) {
	width: calc(50% - 12px);
}
.form {
	font-size: 0;
	line-height: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
input, textarea {
	font-family: "Raleway", sans-serif;
	background: #00000038;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	padding: 12px 12px 12px 56px;
	color: #fff;
	border: 1px solid #32343D;
	border-radius: 24px;
	outline: 0;
	width: 100%;
	resize: none;
}
input::placeholder,
textarea::placeholder {
	color: #787A82;
}
textarea {
	min-height: 156px;
}
.form .button {
	margin: 8px auto 0;
}

.footer {
	font-size: 0;
	padding: 64px 16px 50px;
}
.footer .wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.footer .socials .socials__item {
	width: 46px;
	height: 46px;
	border-radius: 100%;
	background: #32343D;
	transition: .3s;
}
.footer .socials .socials__item:hover {
	background: #E13737;
	opacity: 1;
}
.footer .socials {
	display: flex;
	margin-top: 24px;
	gap: 0 24px;
}
.footer .logo .img {
	width: 106px;
}
.footer .left .desc {
	margin-top: 35px;
}
.footer .nav {
	display: flex;
	gap: 24px;
	margin-top: 60px;
}
.footer .nav .gray {
	text-decoration: underline;
	transition: .3s;
}
.footer .nav a:hover {
	opacity: 1;
}
.footer .nav a:hover .gray {
	color: #E13737;
}
.footer .right {
	display: none;
}

.side-nav {
	position: fixed;
	right: 46px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
}
.side-nav__item {
	width: 30px;
	height: 16px;
	position: relative;
	display: block;
}
.side-nav__item + .side-nav__item {
	margin-top: 32px;
}
.side-nav__item:after {
	content: '';
	width: 8px;
	height: 2px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s;
}
.side-nav__item:hover {
	opacity: 1;
}
.side-nav__item:hover:after {
	width: 24px;
	background: #E13737;
}


/* media */
@media screen and (max-width: 900px) {
	.header .nav {
		gap: 0 24px;
	}
	.header .left {
		gap: 0 32px;
	}
	.advantages-section .text {
		flex-wrap: wrap;
	}
	.advantages-section .text .text-desc {
		position: static;
	}
	.advantages-section .title.large {
		text-align: left;
		margin-top: 24px;
	}
	.title.large {
		font-size: 46px;
		line-height: 52px;
	}
	.advantages-section .redSlash {
		display: none;
	}
	.advantages-section .list .item {
		padding: 16px;
	}
	.advantages-section .list .desc +.desc {
		margin-top: 8px;
	}
	.advantages-section .img {
		max-width: 100%;
		position: relative;
		min-width: 100%;
		transform: none;
		left: 0;
		top: 0;
	}
	.advantages-section {
		padding-top: 40px;
	}
}
@media screen and (max-width: 768px) {
	.header {
		padding: 16px;
	}
	.header .wrapper {
		flex-direction: column;
		gap: 0;
	}
	.header .left {
		flex-direction: column;
	}
	.header .nav {
		margin-top: 16px;
		flex-wrap: wrap;
		justify-content: center;
		gap: 4px 16px;
	}
	.header .right {
		margin-top: 16px;
	}
	.hero-section .img {
		display: none;
	}
	.hero-section {
		min-height: 0;
		flex-direction: column;
		justify-content: center;
	}
	.hero-section .wrapper {
		flex-direction: column;
		padding-bottom: 24px;
		padding-top: 200px;
	}
	.side-nav {
		display: none;
	}
	.title.large {
		font-size: 36px;
		line-height: 42px;
	}
	.hero-section .down {
		position: static;
		transform: none;
	}
	.about-section {
		margin-top: 0;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.about-section .text {
		padding: 0;
	}
	.about-section .title-img {
		position: static;
	}
	.about-section .text {
		flex-direction: column;
	}
	.redSlash {
		display: none;
	}
	.desc.regular {
		font-size: 20px;
		line-height: 28px;
	}
	.about-section .photo {
		margin-top: 24px;
	}
	.superpowers-section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.title.big {
		font-size: 36px;
		line-height: 42px;
	}
	.superpowers-section .title-main {
		padding-left: 0;
	}
	.superpowers-section .list {
		margin-top: 24px;
	}
	.superpowers-section .item:first-child {
		left: 0;
	}
	.superpowers-section .item:nth-child(2) {
		margin-top: 40px;
		right: 0;
	}
	.superpowers-section .item:nth-child(3) {
		left: 0;
		margin-top: 40px;
	}
	.superpowers-section .item:nth-child(4) {
		margin-top: 40px;
	}
	.superpowers-section .item:nth-child(5) {
		margin-top: 40px;
	}
	.advantages-section .list {
		flex-direction: column;
	}
	.advantages-section .text {
		margin-top: 40px;
	}
	.advantages-section {
		padding-bottom: 40px;
	}
	.contactUs-section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.contactUs-section .wrapper {
		flex-direction: column;
	}
	.form {
		gap: 8px;
	}
	.contactUs-section label:first-child,
	.contactUs-section label:nth-child(2) {
		width: calc(50% - 4px);
	}
	.footer {
		padding: 16px;
	}
	.footer .wrapper {
		flex-direction: column;
	}
	.footer .left .desc {
		margin-top: 16px;
	}
	.footer .nav {
		margin-top: 32px;
	}
	.footer .right {
		margin-top: 24px;
	}
}
#overlay {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
#overlay .pop {
    background: #fff;
    max-width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 60px 50px 50px 50px;
    border-radius: 6px;
    display: none;
}
#overlay .pop .close {
    position: absolute;
    right: 25px;
    top: 20px;
    width: 20px;
    height: 20px;
    opacity: 0.3;
    cursor: pointer;
}
#overlay .pop .close:hover {
    opacity: 1;
}
#overlay .pop .close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 25px;
    width: 3px;
    background-color: #333;
}
#overlay .pop .close:before {
    transform: rotate(45deg);
}
#overlay .pop .close:after {
    transform: rotate(-45deg);
}
#overlay .pop .message {
    font-family: "Outfit", sans-serif;
    line-height: 22px;
    text-align: center;
    font-size: 18px;
}
.page.text header {
    position: unset;
}
.page.text .section {
    max-width: 1240px;
    padding: 20px;
    color: #fff;
    margin: 0 auto;
}
.page.text .title {
    margin-bottom: 10px;
}
.page.text h2 {
    font-size: 40px;
    margin-bottom: 40px;
}
.page.text p {
    line-height: 24px;
    margin-bottom: 20px;
}
.page.text a {
    color: #fff;
    text-decoration: underline;
}	
.cookie-popup {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    padding: 15px 20px;
    color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .11);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, .11);
    max-width: 500px;
}
.cookie-popup .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
.cookie-popup .text {
    line-height: 24px;
    margin-bottom: 15px;
}
.cookie-popup .text a {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-decoration: underline;
}
.cookie-popup .btns {
    text-align: right;
    margin-bottom: 15px;
}
.cookie-popup button {
    cursor: pointer;
    min-width: 120px;
}
@media screen and (max-width: 855px) {
    .footer .nav {
        flex-flow: wrap;
        gap: 14px;
    }
}