@import url("https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&display=swap");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, button, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

fieldset, img {
	border: 0;
}

img, object, embed {
	vertical-align: bottom;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

q:before, q:after {
	content: '';
}

a * {
	cursor: pointer;
}

input,
textarea {
	outline: none;
}

:root {
	--font-size-general: 18px;
	--line-height-general: 1.2;
	--default-font: "Fustat", sans-serif;
	--color-main: #131313;
	--color-black: #000;
	--color-rgb-second: 19, 19, 19;
	--color-white: #fff;
	--color-active: #ff1616;
	--color-rgb-white: 255, 255, 255;
	--bg-main: #fff;
	--bg-active: #ea3c35;
	--bg-second-active: #ff2720;
	--bg-dark: #131313;
	--bg-second: #f5f5f5;
	--bg-rgb-dark:0,0,0;
	--border-color: #f1f1f1;
}

html {
	height: 100%;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	font: var(--font-size-general)/var(--line-height-general) var(--default-font);
	font-weight: 400;
	height: 100%;
	min-width: 320px;
	position: relative;
	color: var(--color-main);
	background: var(--bg-main);
}

@media screen and (max-width: 1160px) {
	body.open-menu .menu {
		opacity: 1;
		visibility: visible;
		transform: translate3d(0, 0, 0);
	}
	body.open-menu .mask {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
}

@media screen and (max-width: 1160px) {
	body.scroll-locked {
		height: 100%;
		overflow: hidden;
		position: fixed;
		width: 100%;
	}
}

a {
	color: #2600ff;
	text-decoration: none;
}

input,
textarea,
button {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input {
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
}

@font-face {
	font-family: 'theaterbold';
	src: url("../fonts/theater-bold.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

* {
	box-sizing: border-box;
	outline: none;
}

*:before, *:after {
	box-sizing: border-box;
}

* ::-moz-selection {
	background: #2600ff;
	color: #fff;
}

* ::selection {
	background: #2600ff;
	color: #fff;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #999;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	color: #999;
	opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #999;
	opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #999;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
	color: transparent;
}

input.placeholder, textarea.placeholder {
	color: #999 !important;
}

.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow: hidden;
}

.container {
	max-width: 1320px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

@media screen and (max-width: 767px) {
	.container {
		padding: 0 16px;
	}
}

.container-fluid {
	padding: 0 70px;
}

@media screen and (max-width: 1320px) {
	.container-fluid {
		padding: 0 20px;
	}
}

@media screen and (max-width: 767px) {
	.container-fluid {
		padding: 0 16px;
	}
}

.top-panel {
	background: var(--color-main);
	padding: 16px 0;
}

@media screen and (max-width: 767px) {
	.top-panel {
		display: none;
	}
}

.list-top {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
	font-size: 12px;
}

.list-top .link {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--color-white);
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.list-top .link:hover {
		color: var(--bg-active);
	}
}

.list-top .icon {
	max-width: 20px;
}

.list-top .icon img {
	width: 100%;
	height: auto;
}

.header {
	flex-shrink: 0;
	flex-grow: 0;
	padding-top: 40px;
}

@media screen and (max-width: 767px) {
	.header {
		padding-top: 12px;
	}
}

.header-holder {
	display: flex;
	justify-content: space-between;
	gap: 50px;
	width: 100%;
}

@media screen and (max-width: 640px) {
	.header-holder {
		gap: 10px;
	}
}

.header-hamburger {
	display: none;
	align-items: center;
	flex-shrink: 1;
	flex-grow: 1;
	width: 100%;
}

@media screen and (max-width: 1160px) {
	.header-hamburger {
		display: flex;
	}
}

.hamburger {
	display: flex;
	cursor: pointer;
	border: 1px solid var(--color-main);
	background-color: #fff;
	border-radius: 8px;
	padding: 7px;
}

.menu {
	position: fixed;
	z-index: 5;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	max-width: 336px;
	display: flex;
	flex-direction: column;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(-10px, 0, 0) scale(0.96) rotateY(70deg);
	transform-origin: left;
	transition: opacity .4s, visibility .4s, transform .4s;
}

.menu .block {
	flex-grow: 1;
	flex-shrink: 1;
	background-color: var(--color-white);
	overflow: hidden;
	position: relative;
}

.menu .holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 16px;
	overflow: auto;
	display: grid;
	place-items: center;
}

.menu .box {
	width: 100%;
}

.menu .bottom {
	background: var(--color-main);
	display: flex;
	padding: 16px;
	flex-grow: 0;
	flex-shrink: 0;
}

.menu .list {
	font-weight: 500;
	font-size: 24px;
}

.menu .list a {
	color: var(--color-main);
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.menu .list a:hover {
		color: var(--bg-active);
	}
}

.menu .item {
	margin-bottom: 50px;
}

.menu .item:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 1160px) {
	.menu .auth {
		display: flex;
		flex-direction: column;
		gap: 12px 0;
		margin-top: 50px;
	}
}

.menu .auth .btn {
	width: 100%;
	justify-content: center;
	background: var(--bg-active);
	color: var(--color-white);
}

.menu .auth .btn.second {
	background: var(--bg-dark);
}

.menu .link {
	color: var(--color-white);
	display: flex;
	align-items: center;
	gap: 8px;
}

.menu .wrap {
	min-width: 200px;
	margin: 0 auto;
	font-size: 12px;
	gap: 24px 0;
	display: flex;
	flex-direction: column;
}

.menu .icon {
	flex-shrink: 0;
	flex-grow: 0;
}

.close-btn {
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 2;
	display: flex;
	align-self: center;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 1px solid var(--color-main);
	background-color: var(--color-white);
	border-radius: 8px;
	padding: 7px;
}

.logo {
	display: flex;
	align-items: center;
	flex-grow: 0;
	flex-shrink: 0;
}

.logo img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 480px) {
	.logo img {
		max-width: 70px;
	}
}

.header-nav {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 1160px) {
	.header-nav {
		display: none;
	}
}

.list-navigation {
	display: flex;
	align-items: center;
	gap: 50px;
	font-weight: 500;
	font-size: 16px;
}

.list-navigation a {
	transition: color .3s;
	color: var(--color-main);
}

@media screen and (min-width: 1025px) {
	.list-navigation a:hover {
		color: var(--bg-active);
	}
}

.header-custom {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 50px;
}

@media screen and (max-width: 1160px) {
	.header-custom {
		flex-shrink: 1;
		flex-grow: 1;
		width: 100%;
	}
}

.auth {
	display: flex;
	align-items: center;
	gap: 2px;
}

@media screen and (max-width: 1160px) {
	.auth {
		display: none;
	}
}

.auth .btn {
	cursor: pointer;
	border: none;
	font-family: 'theaterbold', sans-serif;
	font-size: 24px;
	line-height: 1.25;
	color: var(--color-main);
	transition: opacity .3s, color .3s;
	display: flex;
	align-items: center;
	padding: 8px 18px 3px;
}

@media screen and (min-width: 1025px) {
	.auth .btn:hover {
		color: var(--color-active);
	}
}

.auth .btn.second {
	background: var(--bg-active);
	color: var(--color-white);
}

@media screen and (min-width: 1025px) {
	.auth .btn.second:hover {
		opacity: .9;
	}
}

.drop-lang {
	position: relative;
}

.drop-lang.open-dropped-lang .arrow {
	transform: rotate(-180deg);
}

.drop-lang.open-dropped-lang .arrow path {
	fill: var(--color-active);
}

.drop-lang.open-dropped-lang .dropped-list {
	transform: translate3d(0, -5px, 0);
	box-shadow: 0 16px 5px 0 rgba(0, 0, 0, 0.1);
	opacity: 1;
	visibility: visible;
}

.drop-lang .btn {
	display: flex;
	align-items: center;
	gap: 4px;
	color: var(--color-main);
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
	border: none;
	background: none;
}

.drop-lang .image {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 20px;
}

.drop-lang .arrow {
	flex-grow: 0;
	flex-shrink: 0;
	transform: rotate(0);
	transition: transform .3s;
}

.drop-lang img {
	width: 100%;
	height: auto;
}

.dropped-list {
	position: absolute;
	top: calc(100% + 20px);
	right: 0;
	min-width: 120px;
	background-color: var(--color-white);
	border-radius: 0 0 6px 6px;
	transform: translate3d(0, 0, 0);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
	opacity: 0;
	visibility: hidden;
	transition: box-shadow .3s, transform .3s, opacity .3s, visibility .3s;
	overflow: hidden;
}

.dropped-list::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 15px;
	z-index: 2;
	background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
}

.dropped-list .scroll {
	overflow: auto;
	position: relative;
	max-height: 122px;
	padding-top: 10px;
}

.dropped-list .link {
	display: flex;
	gap: 5px;
	color: var(--color-main);
	padding: 8px 10px;
}

@media screen and (min-width: 1025px) {
	.dropped-list .link:hover {
		background: var(--bg-active);
		color: var(--color-white);
	}
}

.dropped-list .link.active {
	background: var(--bg-dark);
	color: var(--color-white);
}

.mask {
	position: fixed;
	bottom: 0;
	left: 0;
	opacity: 0;
	right: 0;
	top: 0;
	transition: transform .4s, visibility .4s, opacity .4s;
	visibility: hidden;
	z-index: 4;
	background: rgba(var(--bg-rgb-dark), 0.3);
}

.main {
	flex-shrink: 1;
	flex-grow: 1;
	padding: 50px 0 100px;
	background: url("../images/bg-dots.svg") no-repeat;
	background-position: center 0;
	background-size: 1920px 892px;
}

@media screen and (max-width: 767px) {
	.main {
		padding: 50px 0;
		background-size: 1028px 424px;
	}
}

.section {
	padding: 75px 0;
}

@media screen and (max-width: 767px) {
	.section {
		padding: 35px 0;
	}
}

.section:last-child {
	padding: 0;
}

.section:first-child {
	padding: 50px 0 0;
}

.section:last-child {
	margin-bottom: 0;
}

.general-box {
	text-align: center;
}

.general-box .title {
	font-weight: 800;
	font-size: 100px;
}

@media screen and (max-width: 1160px) {
	.general-box .title {
		font-size: 80px;
	}
}

@media screen and (max-width: 991px) {
	.general-box .title {
		font-size: 50px;
	}
}

@media screen and (max-width: 480px) {
	.general-box .title {
		font-size: 35px;
	}
}

@media screen and (max-width: 390px) {
	.general-box .title {
		font-size: 30px;
	}
}

.general-box span:not(.color) {
	font-weight: 200;
	font-size: 67px;
	display: block;
}

@media screen and (max-width: 1160px) {
	.general-box span:not(.color) {
		font-size: 45px;
	}
}

@media screen and (max-width: 480px) {
	.general-box span:not(.color) {
		font-size: 24px;
	}
}

@media screen and (max-width: 390px) {
	.general-box span:not(.color) {
		font-size: 20px;
	}
}

.general-box .color {
	background: linear-gradient(90deg, #ff1616 0%, #ff5d5d 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.general-box .subtitle {
	line-height: 1.4;
	max-width: 690px;
	margin: 35px auto 0;
	color: rgba(var(--color-rgb-second), 0.5);
}

@media screen and (max-width: 480px) {
	.general-box .subtitle {
		margin-top: 20px;
		font-size: 14px;
	}
}

.general-box .subtitle p {
	margin-bottom: 24px;
}

@media screen and (max-width: 390px) {
	.general-box .subtitle p {
		margin-bottom: 18px;
	}
}

.general-box .subtitle p:last-child {
	margin-bottom: 0;
}

.main-btn {
	font-family: 'theaterbold', sans-serif;
	border: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	box-shadow: 0 3px 2px 0 rgba(234, 60, 53, 0.02), 0 7px 5px 0 rgba(234, 60, 53, 0.03), 0 13px 10px 0 rgba(234, 60, 53, 0.04), 0 22px 18px 0 rgba(234, 60, 53, 0.04), 0 42px 33px 0 rgba(234, 60, 53, 0.05), 0 100px 80px 0 rgba(234, 60, 53, 0.07);
	background: var(--bg-active);
	color: var(--color-white);
	font-size: 28px;
	line-height: 1.2;
	padding: 16px 13px 11px;
	max-width: 250px;
	width: 100%;
	margin-top: 46px;
	transition: background .3s;
}

@media screen and (min-width: 1025px) {
	.main-btn:hover {
		background: var(--bg-second-active);
	}
}

@media screen and (max-width: 480px) {
	.main-btn {
		max-width: 100%;
		font-size: 24px;
		padding: 15px;
		margin-top: 24px;
	}
}

.main-btn.second {
	margin-top: 24px;
	background: var(--bg-dark);
	box-shadow: none;
}

@media screen and (min-width: 1025px) {
	.main-btn.second:hover {
		background: var(--bg-second-active);
	}
}

.main-btn.primary {
	margin-top: 55px;
	background: var(--bg-dark);
	box-shadow: none;
	position: relative;
	z-index: 3;
}

@media screen and (min-width: 1025px) {
	.main-btn.primary:hover {
		background: var(--bg-second-active);
	}
}

@media screen and (max-width: 1024px) {
	.main-btn.primary {
		margin-top: 30px;
	}
}

.advantages-box {
	text-align: center;
}

.advantages-box .title {
	text-align: center;
	margin-bottom: 50px;
	font-size: 48px;
	font-weight: 800;
}

@media screen and (max-width: 767px) {
	.advantages-box .title {
		margin-bottom: 30px;
		font-size: 34px;
	}
}

@media screen and (max-width: 480px) {
	.advantages-box .title {
		font-size: 24px;
	}
}

.advantages-box span:not(.color) {
	font-weight: 200;
	display: block;
}

.advantages-box .color {
	color: var(--color-active);
}

.adv-flex {
	--flex-gap: 24px;
	--flex-items: 4;
	display: flex;
	flex-wrap: wrap;
	gap: var(--flex-gap);
}

@media screen and (max-width: 1160px) {
	.adv-flex {
		--flex-items: 3;
	}
}

@media screen and (max-width: 991px) {
	.adv-flex {
		--flex-items: 2;
	}
}

@media screen and (max-width: 568px) {
	.adv-flex {
		--flex-items: 1;
		--flex-gap: 12px;
	}
}

.adv-flex .th {
	width: calc((100% / var(--flex-items)) - (((var(--flex-items) - 1) / var(--flex-items)) * var(--flex-gap)));
}

.card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	height: 100%;
	border: 1px solid var(--border-color);
	border-radius: 18px;
	padding: 48px 24px;
}

.card .icon {
	flex-grow: 0;
	flex-shrink: 0;
	margin-bottom: 30px;
}

.card img {
	height: auto;
	max-width: 74px;
}

.card .content {
	flex-grow: 1;
	flex-shrink: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.card .text {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.4;
	flex-grow: 0;
	flex-shrink: 0;
}

.card .sub {
	font-size: 16px;
	flex-grow: 1;
	flex-shrink: 1;
	line-height: 1.4;
	color: rgba(var(--color-rgb-second), 0.5);
}

.wrapped-box {
	display: flex;
	flex-direction: column;
	min-height: 500px;
	background: linear-gradient(131deg, #f0f0f0 0%, #e4e4e4 100%);
	border-radius: 36px;
	position: relative;
}

@media screen and (max-width: 390px) {
	.wrapped-box {
		min-height: 420px;
	}
}

.wrapped-box::before, .wrapped-box::after {
	content: '';
	background-size: cover;
	background-repeat: no-repeat;
	height: 500px;
	position: absolute;
	bottom: 0;
}

.wrapped-box::before {
	width: 852px;
	position: absolute;
	z-index: 2;
	left: 11%;
	background-image: url("../images/fire-bg.svg");
}

.wrapped-box::after {
	width: 1780px;
	z-index: 1;
	left: 0;
	background-image: url("../images/dots.svg");
}

.wrapped-box .container {
	flex-grow: 1;
	flex-shrink: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.free-box {
	flex-grow: 1;
	flex-shrink: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	max-width: 525px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
	padding: 15px;
}

.free-box .icon {
	margin-bottom: 24px;
	max-width: 41px;
}

@media screen and (max-width: 390px) {
	.free-box .icon {
		max-width: 35px;
	}
}

.free-box .icon img {
	height: auto;
	max-width: 100%;
}

.free-box .title {
	margin-bottom: 24px;
	line-height: 1;
	font-weight: 800;
	font-size: 48px;
}

@media screen and (max-width: 767px) {
	.free-box .title {
		font-size: 48px;
	}
}

@media screen and (max-width: 480px) {
	.free-box .title {
		font-size: 32px;
	}
}

@media screen and (max-width: 390px) {
	.free-box .title {
		font-size: 25px;
	}
}

.free-box .title span {
	font-family: 'theaterbold', sans-serif;
	display: block;
	font-weight: 700;
	font-size: 100px;
	text-align: center;
	color: var(--bg-active);
}

@media screen and (max-width: 767px) {
	.free-box .title span {
		font-size: 80px;
	}
}

@media screen and (max-width: 480px) {
	.free-box .title span {
		font-size: 67px;
	}
}

@media screen and (max-width: 390px) {
	.free-box .title span {
		font-size: 50px;
	}
}

.free-box .subtitle {
	line-height: 1.4;
	text-align: center;
	color: rgba(var(--color-rgb-second), 0.5);
}

@media screen and (max-width: 480px) {
	.free-box .subtitle {
		font-size: 16px;
	}
}

@media screen and (max-width: 390px) {
	.free-box .subtitle {
		font-size: 14px;
	}
}

.contact-box {
	display: flex;
	gap: 50px;
	max-width: 947px;
	margin: 0 auto;
}

@media screen and (max-width: 991px) {
	.contact-box {
		flex-direction: column;
	}
}

.contact-box .col {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	flex-shrink: 1;
}

.contact-box .col.second {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 532px;
	width: 100%;
}

@media screen and (max-width: 991px) {
	.contact-box .col.second {
		max-width: 100%;
	}
}

.contact-box .box {
	padding: 40px;
	border-radius: 18px 18px 0 18px;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	background: var(--bg-second) url("../images/bg-contact.svg") no-repeat;
	background-size: contain;
	background-position: 100% 0;
}

@media screen and (max-width: 991px) {
	.contact-box .box {
		padding: 40px;
	}
}

.contact-box .wrap {
	width: 100%;
}

.contact-box .title {
	font-weight: 800;
	font-size: 74px;
	line-height: 1;
	flex-grow: 1;
	flex-shrink: 1;
}

@media screen and (max-width: 767px) {
	.contact-box .title {
		font-size: 48px;
	}
}

@media screen and (max-width: 390px) {
	.contact-box .title {
		font-size: 36px;
	}
}

.contact-box .title span {
	color: var(--bg-active);
	display: block;
}

@media screen and (max-width: 767px) {
	.contact-box .title span {
		display: inline;
	}
}

.contact-box .list {
	margin-top: 24px;
	position: relative;
}

.contact-box .list .icon {
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 8px;
	max-width: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-box .list .icon img {
	height: auto;
}

.contact-box .list li {
	font-size: 12px;
	margin-bottom: 12px;
}

.contact-box .list li:last-child {
	margin-bottom: 0;
}

.contact-box .list a {
	display: flex;
	align-items: center;
	color: var(--color-main);
	transition: color .3s;
}

.contact-box .row {
	margin-bottom: 40px;
}

.contact-box .row.second {
	margin-bottom: 24px;
}

.contact-box .row:last-child {
	margin-bottom: 0;
}

.contact-box .btn {
	cursor: pointer;
	font-family: 'theaterbold', sans-serif;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	box-shadow: 0 3px 2px 0 rgba(234, 60, 53, 0.02), 0 7px 5px 0 rgba(234, 60, 53, 0.03), 0 13px 10px 0 rgba(234, 60, 53, 0.04), 0 22px 18px 0 rgba(234, 60, 53, 0.04), 0 42px 33px 0 rgba(234, 60, 53, 0.05), 0 100px 80px 0 rgba(234, 60, 53, 0.07);
	background: var(--bg-active);
	color: var(--color-white);
	font-size: 28px;
	line-height: 1.2;
	padding: 16px 13px 11px;
	width: 100%;
	transition: background .3s;
}

@media screen and (min-width: 1025px) {
	.contact-box .btn:hover {
		background: var(--bg-second-active);
	}
}

@media screen and (max-width: 568px) {
	.contact-box .btn {
		font-size: 24px;
		padding: 15px;
	}
}

.wrap-input {
	position: relative;
	border: 1px solid rgba(var(--color-rgb-second), 0.2);
	transition: border .3s;
}

@media screen and (min-width: 1025px) {
	.wrap-input:hover {
		border: 1px solid rgba(var(--color-rgb-second), 0.7);
	}
}

.wrap-input.focus {
	border: 1px solid rgba(var(--color-rgb-second), 0.7);
}

.wrap-input .label {
	position: absolute;
	left: -1px;
	top: -15px;
	background: var(--bg-main);
	padding: 7px 12px;
	line-height: 1.143;
	font-size: 14px;
	color: rgba(var(--color-rgb-second), 0.5);
}

.wrap-input .input,
.wrap-input .textarea {
	width: 100%;
	padding: 10px 12px;
	border: none;
}

.wrap-input input {
	height: 58px;
}

.wrap-input .textarea {
	height: 148px;
	resize: none;
}

.benefits-title {
	text-align: center;
	font-size: 48px;
	font-weight: 200;
	margin-bottom: 30px;
}

@media screen and (max-width: 568px) {
	.benefits-title {
		font-size: 36px;
	}
}

@media screen and (max-width: 480px) {
	.benefits-title {
		font-size: 24px;
	}
}

.benefits-title span {
	display: block;
	font-weight: 800;
	color: var(--bg-active);
}

.benefits-box {
	--gap: 68px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 60px var(--gap);
	position: relative;
}

@media screen and (max-width: 1000px) {
	.benefits-box {
		--gap: 20px;
		gap: 20px var(--gap);
	}
}

@media screen and (max-width: 767px) {
	.benefits-box {
		gap: 12px var(--gap);
	}
}

.benefits-box::before {
	content: '';
	background: url("../images/bg-benefits.png") no-repeat;
	background-position: 45% 20%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translate3d(5%, 0, 0);
	background-size: contain;
	margin: auto;
	z-index: -1;
}

@media screen and (max-width: 1000px) {
	.benefits-box::before {
		display: none;
	}
}

.benefits-box .item {
	position: relative;
	counter-increment: counter;
	width: calc(50% - (var(--gap) / 2));
}

@media screen and (max-width: 767px) {
	.benefits-box .item {
		width: 100%;
	}
}

.benefits-box .item[data-attr-num] {
	display: flex;
}

.benefits-box .item[data-attr-num] .content {
	background: linear-gradient(180deg, #fedfdf 0%, #fefbff 100%);
}

@media screen and (min-width: 1001px) {
	.benefits-box .item[data-attr-num="1"] {
		order: 1;
	}
}

@media screen and (min-width: 1001px) {
	.benefits-box .item[data-attr-num="2"] {
		order: 3;
		justify-content: center;
	}
}

.benefits-box .item[data-attr-num="2"] .content {
	background: linear-gradient(180deg, #e3e3e3 0%, #f9fbff 100%);
}

@media screen and (min-width: 1001px) {
	.benefits-box .item[data-attr-num="3"] {
		order: 5;
		justify-content: flex-end;
	}
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
	.benefits-box .item[data-attr-num="3"] .content {
		background: linear-gradient(180deg, #e3e3e3 0%, #f9fbff 100%);
	}
}

@media screen and (min-width: 1001px) {
	.benefits-box .item[data-attr-num="4"] {
		order: 2;
		justify-content: flex-end;
	}
}

@media screen and (max-width: 767px) {
	.benefits-box .item[data-attr-num="4"] .content {
		background: linear-gradient(180deg, #e3e3e3 0%, #f9fbff 100%);
	}
}

@media screen and (min-width: 1001px) {
	.benefits-box .item[data-attr-num="5"] {
		order: 4;
		justify-content: center;
	}
	.benefits-box .item[data-attr-num="5"] .content {
		background: linear-gradient(180deg, #e3e3e3 0%, #f9fbff 100%);
	}
}

@media screen and (min-width: 1001px) {
	.benefits-box .item[data-attr-num="6"] {
		order: 6;
	}
}

@media screen and (max-width: 1000px) {
	.benefits-box .item[data-attr-num="6"] .content {
		background: linear-gradient(180deg, #e3e3e3 0%, #f9fbff 100%);
	}
}

.benefits-card {
	max-width: 350px;
	width: 100%;
	box-shadow: 0 41px 80px 0 rgba(0, 0, 0, 0.07);
	background: var(--bg-main);
	border-radius: 18px;
	padding: 12px;
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 1000px) {
	.benefits-card {
		max-width: 100%;
	}
}

.benefits-card .number {
	font-family: 'theaterbold', sans-serif;
	font-size: 28px;
	line-height: 1;
	color: var(--bg-active);
	margin-bottom: 18px;
	flex-shrink: 0;
	flex-grow: 0;
}

.benefits-card .content {
	flex-shrink: 1;
	flex-grow: 1;
	padding: 18px;
	line-height: 1.4;
	border-radius: 12px;
}

.benefits-card .title {
	font-weight: 700;
	margin-bottom: 10px;
}

.benefits-card .sub {
	font-size: 14px;
	color: rgba(var(--color-rgb-second), 0.5);
}

.questions-title {
	margin-bottom: 100px;
	font-weight: 800;
	font-size: 48px;
	line-height: 1;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.questions-title {
		margin-bottom: 30px;
		font-size: 34px;
		font-weight: 200;
	}
}

@media screen and (max-width: 480px) {
	.questions-title {
		font-size: 24px;
	}
}

.questions-title span {
	color: var(--bg-active);
	font-weight: 800;
}

.questions-box {
	display: flex;
	gap: 18px 100px;
}

@media screen and (max-width: 991px) {
	.questions-box {
		flex-direction: column;
	}
}

.questions-box .col {
	width: 50%;
}

@media screen and (max-width: 991px) {
	.questions-box .col {
		width: 100%;
	}
}

.accordion-panel {
	width: 100%;
	border-bottom: 1px solid rgba(var(--color-rgb-second), 0.1);
	padding: 15px 0;
	cursor: pointer;
}

.accordion-panel.active .detail {
	margin-top: 5px;
	opacity: 1;
	transform: scale(1) translate3d(0, 0, 0);
}

.accordion-panel.active .close {
	background-color: rgba(234, 60, 53, 0.4);
}

.accordion-panel.active .close::before {
	transform: rotate(45deg);
	background: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.87344 8.38196L5.87274 5.86678L8.38721 5.86678C8.87016 5.86748 9.26261 5.47504 9.2619 4.99209C9.26331 4.50701 8.87158 4.11669 8.38792 4.11669L5.87274 4.11598L5.87344 1.59939C5.87344 1.11573 5.48029 0.725404 4.99805 0.72399C4.51509 0.724697 4.12265 1.11714 4.12265 1.59939L4.12265 4.11669L1.61171 4.11598C1.12805 4.11598 0.735607 4.50843 0.737021 4.99067C0.736314 5.23321 0.833895 5.451 0.992287 5.60939C1.15139 5.76849 1.36917 5.86607 1.61101 5.86607L4.12265 5.86607L4.12336 8.38266C4.12336 8.62449 4.22094 8.84228 4.37933 9.00068C4.53772 9.15907 4.75692 9.25665 4.99805 9.25735C5.48171 9.25735 5.87344 8.86562 5.87344 8.38196Z" fill="%23EA3C35" /></svg>') no-repeat;
}

.accordion-panel .accordion {
	display: flex;
	align-items: center;
}

.accordion-panel .close {
	width: 20px;
	height: 20px;
	border: none;
	cursor: pointer;
	background-color: rgba(172, 172, 172, 0.4);
	border-radius: 5px;
	position: relative;
}

.accordion-panel .close::before {
	content: "";
	background: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.87344 8.38196L5.87274 5.86678L8.38721 5.86678C8.87016 5.86748 9.26261 5.47504 9.2619 4.99209C9.26331 4.50701 8.87158 4.11669 8.38792 4.11669L5.87274 4.11598L5.87344 1.59939C5.87344 1.11573 5.48029 0.725404 4.99805 0.72399C4.51509 0.724697 4.12265 1.11714 4.12265 1.59939L4.12265 4.11669L1.61171 4.11598C1.12805 4.11598 0.735607 4.50843 0.737021 4.99067C0.736314 5.23321 0.833895 5.451 0.992287 5.60939C1.15139 5.76849 1.36917 5.86607 1.61101 5.86607L4.12265 5.86607L4.12336 8.38266C4.12336 8.62449 4.22094 8.84228 4.37933 9.00068C4.53772 9.15907 4.75692 9.25665 4.99805 9.25735C5.48171 9.25735 5.87344 8.86562 5.87344 8.38196Z" fill="%23ACACAC" /></svg>') no-repeat;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(0);
	transition: transform .3s;
}

.accordion-panel .text {
	flex-grow: 1;
	flex-shrink: 1;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.4;
}

@media screen and (max-width: 767px) {
	.accordion-panel .text {
		font-size: 18px;
	}
}

@media screen and (max-width: 390px) {
	.accordion-panel .text {
		font-size: 16px;
	}
}

.accordion-panel .detail {
	margin-top: 0;
	max-height: 0;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.4;
	opacity: 0;
	transform: scale(0.96) translate3d(0, 5px, 0);
	color: rgba(var(--color-rgb-second), 0.5);
	transition: max-height .5s ease, margin-top .5s, opacity .5s, transform .5s;
}

.section-wave-wrapper {
	position: relative;
}

.section-wave-wrapper::before {
	content: "";
	position: absolute;
	top: -400px;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("../images/bg-ad.svg") no-repeat;
	background-size: 100% 100%;
}

@media screen and (max-width: 1920px) {
	.section-wave-wrapper::before {
		background-size: 1920px 100%;
		background-position: center 0;
	}
}

@media screen and (max-width: 1024px) {
	.section-wave-wrapper::before {
		display: none;
	}
}

.ad-title {
	font-weight: 200;
	font-size: 48px;
	line-height: 1;
	text-align: center;
	margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
	.ad-title {
		margin-bottom: 30px;
		font-size: 34px;
	}
}

@media screen and (max-width: 480px) {
	.ad-title {
		font-size: 24px;
	}
}

.ad-title span {
	font-weight: 800;
	color: var(--bg-active);
}

.ad-flex {
	display: flex;
	gap: 50px 100px;
	max-width: 1093px;
	margin: 0 auto;
}

@media screen and (max-width: 568px) {
	.ad-flex {
		flex-direction: column;
	}
}

.ad-flex .col {
	display: flex;
	flex-direction: column;
	gap: 100px 0;
	width: 50%;
}

@media screen and (max-width: 568px) {
	.ad-flex .col {
		width: 100%;
		gap: 50px 0;
	}
}

.ad-card {
	text-align: center;
}

.ad-card .image {
	margin-bottom: 24px;
}

.ad-card .image img {
	max-width: 100%;
	height: auto;
}

.ad-card .title {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	.ad-card .title {
		font-size: 20px;
	}
}

.ad-card .sub {
	font-size: 14px;
	line-height: 1.4;
	color: rgba(var(--color-rgb-second), 0.5);
}

.choice-title {
	margin-bottom: 85px;
	font-weight: 200;
	font-size: 48px;
	line-height: 1;
	text-align: center;
}

@media screen and (max-width: 568px) {
	.choice-title {
		font-size: 36px;
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 480px) {
	.choice-title {
		font-size: 24px;
		margin-bottom: 30px;
	}
}

.choice-title span {
	display: block;
	font-weight: 800;
	color: var(--bg-active);
}

.choice-box {
	display: flex;
	gap: 30px 120px;
}

@media screen and (max-width: 1024px) {
	.choice-box {
		flex-direction: column;
	}
}

.choice-box .col {
	flex-grow: 1;
	flex-shrink: 1;
}

.choice-box .col.second {
	max-width: 549px;
	width: 100%;
	flex-grow: 0;
	flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
	.choice-box .col.second {
		max-width: 100%;
		flex-grow: 1;
		flex-shrink: 1;
	}
}

.choice-box li {
	display: flex;
	gap: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 32px;
}

@media screen and (max-width: 568px) {
	.choice-box li {
		margin-bottom: 24px;
	}
}

.choice-box li:last-child {
	margin-bottom: 0;
}

.choice-box .icon {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 20px;
}

.choice-box .icon img {
	height: auto;
	width: 100%;
}

.choice-box .sub {
	font-weight: 400;
	font-size: 14px;
	color: rgba(var(--color-rgb-second), 0.5);
}

.choice-box .image {
	width: 100%;
}

.choice-box .image img {
	max-width: 100%;
	width: 100%;
}

.footer {
	flex-shrink: 0;
	flex-grow: 0;
	padding: 50px 0;
	background: var(--color-main);
}

@media screen and (max-width: 480px) {
	.footer {
		padding: 40px 0 30px;
	}
}

.footer .list {
	margin-top: 50px;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.3;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px 22px;
	color: rgba(var(--color-rgb-white), 0.5);
}

.footer .list a {
	color: rgba(var(--color-rgb-white), 0.5);
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.footer .list a:hover {
		color: var(--color-active);
	}
}

.footer-list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 50px;
	margin-bottom: 50px;
}

@media screen and (max-width: 430px) {
	.footer-list {
		flex-direction: column;
	}
}

.footer-list a {
	line-height: 1;
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 500;
	font-size: 16px;
	transition: color .3s;
	color: var(--color-white);
}

@media screen and (min-width: 1025px) {
	.footer-list a:hover {
		color: var(--color-active);
	}
}

.footer-list .icon {
	max-width: 24px;
	flex-grow: 0;
	flex-shrink: 0;
}

.footer-list img {
	height: auto;
	width: 100%;
}

.footer-pay {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 22px;
	justify-content: center;
}

.footer-pay img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.notify-hidden { display: none; }
