html {
  scroll-behavior: smooth;
}
body {
  background: #010008;
}
body.hidden {
  overflow: hidden;
}
.page {
  overflow: hidden;
  position: relative;
}
.header {
  position: relative;
  z-index: 1;
}
.flex {
	display: flex;
}
.title {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  color: #fff;
  line-height: normal;
  text-transform: uppercase;
}
.title.big {
	font-size: 52px;
}
.title.small {
	font-size: 24px;
}
.title b {
	font-weight: 700;
}
.desc {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: normal;
}
.desc b {
	font-weight: 700;
}
.mob {
  display: none;
}
button,
a {
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: 0.3s;
}
a:hover {
  opacity: 0.5;
}
.button {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  transition: 0.3s;
  border-radius: 50px;
  position: relative;
  padding: 16px 32px;
  background: linear-gradient(#D64059, #FF009E);
  box-shadow: 0px 0px 31px 0px rgba(245, 0, 165, 0.5);
}
.button:before {
	content: '';
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	top: 3px;
	left: 3px;
	position: absolute;
	background: #171A21;
	border-radius: 50px;
}
span {
	position: relative;
	z-index: 1;
}
.section {
	padding: 0 16px;
	position: relative;
}
.wrapper {
	max-width: 1280px;
	margin: 0 auto;
}
.pink-line {
	background: #FF009E;
	width: 96px;
	height: 2px;
	border-radius: 2px;
	margin: 22px 0;
}

/* header */
.header {
	padding: 28px 16px;
	position: relative;
	z-index: 2;
}
.header .logo .img {
	width: 110px;
}
.header .flex {
	align-items: center;
}
.header .wrapper {
	justify-content: space-between;
}
.header .left {
	gap: 8px 102px;
}
.header .nav {
	gap: 8px 60px;
}
.header .nav .desc {
	text-transform: uppercase;
}

.hero-section {
	padding: 190px 16px 180px;
}
.hero-section .bg {
	width: 100%;
	position: absolute;
	left: 0;
	top: -53px;
}
.hero-section .wrapper {
	position: relative;
}
.hero-section .title {
	max-width: 880px;
}
.hero-section .desc {
	margin-top: 32px;
	font-size: 16px;
}
.hero-section .button {
	margin-top: 32px;
}
.welcome-section .wrapper {
	max-width: 778px;
	border: 1px solid #23203C;
	border-radius: 28px;
	background: #01000866;
	backdrop-filter: blur(15px);
	padding: 64px 75px;
}
.products-section {
	padding: 120px 16px;
	text-align: center;
}
.products-section .pink-line {
	margin: 22px auto;
}
.products-section .desc-main {
	max-width: 742px;
	margin: 0 auto;
}
.products-section .list {
	margin-top: 62px;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}
.products-section .item {
	position: relative;
	border-radius: 28px;
	padding: 40px;
	width: calc((100% - 36px) / 3);
	height: 416px;
	text-align: left;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	overflow: hidden;
}
.products-section .item.big {
	width: calc((100% - 36px) / 3 * 2 + 18px);
}
.products-section .item .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 28px;
	object-fit: cover;
	object-position: center;
	transition: .5s;
}
.products-section .item:hover .img {
	transform: scale(1.2);
}
.products-section .item::before {
	content: '';
	background: linear-gradient(#0100081A, #010008D9);
	border-radius: 28px;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #4A437F;
	box-sizing: border-box;
}
.products-section .item .title {
	position: relative;
	z-index: 2;
}
.products-section .item .pink-line {
	position: relative;
	z-index: 2;
	margin: 22px 0;
}
.products-section .item .desc {
	position: relative;
	z-index: 2;
	min-height: 38px;
}
.products-section .item:last-child {
	justify-content: center;
	padding: 34px 0 34px 34px;
}
.products-section .item:last-child::before {
	display: none;
}

.why-section {
	z-index: 1;
}
.why-section .list {
	margin-top: 50px;
	gap: 42px 16px;
	display: flex;
	flex-wrap: wrap;
}
.why-section .item {
	padding: 40px;
	border-radius: 28px;
	border: 1px solid #4A437F;
	background: linear-gradient(#01000859, #010008D9);
	width: calc((100% - 32px) / 3);
	backdrop-filter: blur(10px);
}
.why-section .item .title {
	margin-top: 30px;
}
.why-section .item .desc {
	margin-top: 22px;
}
.why-section .item .img {
	width: 42px;
}
.partner-section {
	padding: 120px 16px 200px;
}
.partner-section .bg {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 50px;
}
.partner-section .wrapper {
	max-width: 998px;
	background: #0100089E;
	border: 1px solid #4A437F;
	border-radius: 28px;
	padding: 54px 76px;
	backdrop-filter: blur(15px);
}
.partner-section .title + .desc {
	margin-top: 18px;
}
.partner-section ul {
	margin-top: 12px;
}
.partner-section li {
	padding-left: 28px;
	position: relative;
}
.partner-section li::before {
	content: '';
	background: #FF009E;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	left: 12px;
	position: absolute;
	top: 8px;
}
.partner-section li + li {
	margin-top: 14px;
}
.partner-section .flex {
	margin-top: 32px;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}
.partner-section .flex .desc {
	flex: 1;
	max-width: 616px;
}
.ready-section {
	z-index: 2;
	text-align: center;
}
.ready-section .title + .title {
	margin: 34px auto 54px;
	max-width: 922px;
}
.faq-section {
	padding: 190px 16px 160px;
}
.faq-section .wrapper {
	max-width: 1090px;
}
.faq-section .flex {
	gap: 10px;
}
.faq-section .left {
	background: #0100089E;
	border: 1px solid #4A437F;
	border-radius: 28px;
	padding: 54px;
	backdrop-filter: blur(15px);
	width: calc(50% - 5px);
}
.faq-section .title-main {
	padding: 30px 0 30px 54px;
	z-index: 1;
}
.faq-section .right {
	flex-direction: column;
	width: calc(50% - 5px);
}
.faq-section .preview {
	background: #0100089E;
	border: 1px solid #4A437F;
	border-radius: 28px;
	padding: 54px;
	backdrop-filter: blur(15px);
	flex: 1;
}
.faq-section .left .text {
	display: none;
}
.faq-section .right .preview .title.big {
	opacity: .18;
}
.faq-section .right .title.small {
	color: #FF009E;
	margin: 30px 0 0;
	min-height: 60px;
}
.faq-section .right .desc {
	min-height: 76px;
}
.faq-section .left .desc {
	text-transform: uppercase;
	cursor: pointer;
	opacity: .5;
	gap: 4px;
	display: flex;
}
.faq-section .left .item {
	position: relative;
}
.faq-section .left .item + .item {
	margin-top: 18px;
}
.faq-section .item::before {
	content: '';
	width: 10px;
	height: 10px;
	background: url('../assets/arrowPink.svg');
	position: absolute;
	left: -18px;
	top: 5px;
	opacity: 0;
}
.faq-section .item.active .desc {
	opacity: 1;
}
.faq-section .item.active:before {
	opacity: 1;
}
.faq-section .bg {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.footer {
	padding-bottom: 24px;
	text-align: center;
}
.footer .logo .img {
	width: 160px;
}
.footer .pink-line {
	margin: 36px auto;
}
.footer .desc.last {
	opacity: .5;
	margin-top: 36px;
}
.footer .nav {
	justify-content: center;
	gap: 62px;
}
.footer .nav .desc {
	font-weight: 700;
}

.modal {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	padding: 16px;
	overflow: auto;
}
.overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #010008B0;
}
.modal .wrapper {
	position: relative;
	max-width: 1080px;
	display: flex;
	max-height: 100%;
}
.modal .info .img {
	width: 24px;
	margin-top: -2px;
}
.modal .form {
	width: calc(100% - 325px);
	background: linear-gradient(to right, #23203C, #4A437F);
	padding: 54px;
	position: relative;
	border-radius: 28px;
	z-index: 1;
}
.modal .form::before {
	content: '';
	background: #121119;
	position: absolute;
	left: 1px;
	top: 1px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border-radius: 28px;
}
.modal .form .form-wrapper {
	position: relative;
}
.modal .pink-line {
	margin-bottom: 32px;
}
.modal .fields {
	display: flex;
	gap: 18px 24px;
	flex-wrap: wrap;
}
.modal .fields label {
	width: calc(50% - 12px);
}
.modal .fields input {
	width: 100%;
}
.modal .fields label .desc {
	font-size: 16px;
}
.modal .fields label input {
	margin-top: 8px;
	background: #010008;
	border: 1px solid #444349;
	border-radius: 40px;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	color: #fff;
	line-height: normal;
	height: 56px;
	padding: 0 24px;
	outline: 0;
}
.modal .form .flex {
	align-items: center;
	margin-top: 32px;
	gap: 16px;
	justify-content: space-between;
}
.modal .form .flex .desc {
	opacity: .25;
	flex: 1;
	max-width: 444px;
}
.modal .form .flex .button {
	min-width: 154px;
}
.modal .info {
	padding: 54px;
	border-radius: 28px;
	position: relative;
	width: 325px;
}
.modal .info::before {
	content: '';
	width: calc(100% + 52px);
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 28px;
	background: url('../assets/infoBg.webp');
	background-size: cover;
}
.modal .info-wrapper {
	position: relative;
}
.modal .info .title + .desc {
	margin-top: 24px;
}
.modal .info .item {
	margin-top: 42px;
	display: flex;
	gap: 10px;
	align-items: flex-start;
}
.modal .info .item + .item {
	margin-top: 26px;
}
.modal .info .item .desc {
	flex: 1;
}
.modal .info .item a {
	text-decoration: underline;
}
.modal .close {
	position: absolute;
	width: 24px;
	right: 22px;
	top: 22px;
	cursor: pointer;
}



@media screen and (max-width: 768px) {
	.header .wrapper {
		flex-direction: column;
	}
	.header .left {
		flex-direction: column;
	}
	.header .right {
		margin-top: 16px;
	}
	.header {
		padding: 16px;
	}
	.title.big {
		font-size: 32px;
	}
	.hero-section {
		padding: 100px 16px;
	}
	.welcome-section .wrapper {
		padding: 24px;
	}
	.products-section {
		padding: 48px 16px;
	}
	.products-section .list {
		margin-top: 24px;
	}
	.products-section .list {
		flex-direction: column;
	}
	.products-section .item,
	.products-section .item.big {
		width: 100%;
	}
	.why-section .list {
		flex-direction: column;
		gap: 16px;
	}
	.why-section .item {
		width: 100%;
	}
	.faq-section {
		padding: 48px 16px;
	}
	.faq-section .flex {
		flex-direction: column;
	}
	.faq-section .left {
		width: 100%;
		padding: 24px 24px 24px 36px;
	}
	.faq-section .right {
		width: 100%;
	}
	.partner-section {
		padding: 48px 16px;
	}
	.partner-section .wrapper {
		padding: 24px;
	}
	.partner-section .flex {
		flex-direction: column;
	}
	.faq-section .title-main {
		padding: 30px 0;
		text-align: center;
	}
	.faq-section .preview {
		padding: 24px;
	}
	.footer .nav {
		flex-direction: column;
		gap: 16px;
	}
	.modal .wrapper {
		flex-direction: column;
		justify-content: flex-start;
		gap: 16px;
	}
	.modal .form {
		width: 100%;
		padding: 24px;
	}
	.modal .info {
		width: 100%;
	}
	.modal .fields label {
		width: 100%;
	}
	.modal .form .flex {
		flex-direction: column;
	}
	.modal .info::before {
		width: 100%;
	}
}

#overlay {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999;
}
#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: 32px;
    height: 32px;
    opacity: 0.3;
    cursor: pointer;
}
#overlay .pop .close:hover {
    opacity: 1;
}
#overlay .pop .close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}
#overlay .pop .close:before {
    transform: rotate(45deg);
}
#overlay .pop .close:after {
    transform: rotate(-45deg);
}
#overlay .pop .message {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 18px;
}

.desc p {
    padding: 10px 0px;
    line-height: 24px;
}
.desc p.title {
    line-height: normal;
}
.desc p a {
    color: #fff;
    text-decoration: underline;
}
.text-section {
    padding-bottom: 80px;
}
.cookie-popup { 
    background: #0100089E;
    border: 1px solid #4A437F;
    border-radius: 28px;
    padding: 24px;
    backdrop-filter: blur(15px);
    max-width: 500px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    color: #fff;
    z-index: 9999;
}
.cookie-popup .title {
    font-size: 24px;
    margin-bottom: 10px;
}
.cookie-popup a {
    color: #fff;
    text-decoration: underline;
}
.cookie-popup .desc {
    margin-bottom: 10px;
}
.cookie-popup .btns {
    padding-top: 10px;
    text-align: right;
}
.cookie-popup .button {
    color: #fff;
}