#question {
	scroll-margin-top: 230px;
}

#advantages {
	scroll-margin-top: 20px;
}

#premium {
	scroll-margin-top: -20px;
}

#download {
	scroll-margin-top: 115px;
}

* {
	padding: 0;
	margin: 0;
	border: 0;
}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

nav,
footer,
header,
aside {
	display: block;
}

html,
body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
	font-family: inherit;
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
	background-color: transparent;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a {
	color: inherit;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: 400;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 20px;
}

body {
	font-family: "Inter", sans-serif;
	line-height: normal;
	background: #FFF;
}

.wrapper {
	overflow: hidden;
}

.wrapper-over {
	overflow: unset;
}

.title {
	color: #1C1C1C;
	font-size: 48px;
	font-weight: 600;
	line-height: 110%;
}

.main-text {
	font-size: 18px;
	font-weight: 400;
}

.container {
	width: 100%;
	max-width: 1246px;
	margin: 0 auto;
	padding: 0 40px;
}

.marb-120 {
	margin: 0px 0px 120px 0px;
}

.marb-250 {
	margin: 0px 0px 250px 0px;
}

.marb-200 {
	margin: 0px 0px 200px 0px;
}

@media (hover:hover) {
	.header-bg .header__item-link:hover {
	  color: rgba(28, 28, 28, 0.6);
	}
  }
  
  .header__item-link:hover {
	color: #ffffff9d;
  }
  
  .header__item-link:hover .header__list-sub-body {
	opacity: 1;
	pointer-events: all;
	transform: translateY(0px);
  }
  
  .header__item-link-sub:hover {
	opacity: 0.6;
  }
  
  .header-bg .header__link:hover {
	color: #000;
  }
  
  .header__link:hover {
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
  }

.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

.header-bg {
	background-color: #fff;
	border-bottom: 1px solid #D9D9D9;
}

.header__container {}

.header__inner {
	padding: 25px 0;

	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.header__inner-mob {
	display: none;
}

.header__logo {}

.header__logo-img {}

.header__list {
	max-width: 608px;
	width: 100%;

	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
}

.header__item {}

.header__item-link {
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;

	display: flex;
	align-items: center;
	gap: 6px;

	position: relative;

	transition: all .2s ease;
}

.header-bg .header__item-link {
	color: #1C1C1C;
}

.header-bg .header__item-link:hover {
	color: rgb(28, 28, 28, .6);
}

.header__item-link:hover {
	color: #ffffff9d;
}

.header__list-sub-body {
	position: absolute;
	top: 100%;
	left: 0;
	padding: 20px 0px 0px 0px;

	opacity: 0;
	pointer-events: none;
	transform: translateY(-20px);
	transition: all .3s ease;
}

.header__list-sub {
	background: #FBFBFB;
	border-radius: 15px;
	padding: 20px;

	display: flex;
	flex-direction: column;
	gap: 14px;
}

@media(min-width:1121px) {
	.header__item-link:hover .header__item-link-arrow {
		transform: rotate(180deg);
	}
}

.header__item-link:hover .header__list-sub-body {
	opacity: 1;
	pointer-events: all;
	transform: translateY(0px);
}

.header__item-link-arrow {
	transition: all .3s ease;
}

.header-bg .header__item-link-arrow path {
	fill: #000;
}

.header__item-sub {}

.header__item-link-sub {
	white-space: nowrap;

	color: #000;
	font-size: 16px;
	font-weight: 500;

	transition: all .2s ease;
}

.header__item-link-sub:hover {
	opacity: .6;
}

.header__link {
	display: inline-block;
	padding: 14px 26px;

	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 130%;
	text-align: center;

	border-radius: 16px;
	border: 1px solid #FFF;
	background: #FFF;

	transition: all .2s ease;
}

.header-bg .header__link {
	border-radius: 16px;
	border: 1px solid #1C1C1C;
	background: #1C1C1C;
	backdrop-filter: blur(5px);
	color: #fff;
}

.header-bg .header__link:hover {
	color: #000;
}

.header__link:hover {
	background-color: rgb(255, 255, 255, .2);
	color: #fff;
}

.burger-btn {
	display: none;
	flex-direction: column;
	justify-content: space-between;
	width: 30px;
	height: 20px;
}

.burger-btn-line {
	width: 100%;
	height: 2px;
	border-radius: 50px;
	background-color: #fff;
	transition: all .3s ease;
}

.header-bg .burger-btn-line {
	background-color: #000;
}

.burger-btn--active .burger-btn-line {
	background-color: #000;
}

.burger-btn--active .b1 {
	transform: translate(0px, 9px) rotate(45deg);
}

.burger-btn--active .b2 {
	opacity: 0;
}

.burger-btn--active .b3 {
	transform: translate(0px, -8.5px) rotate(-45deg);
}

.burger-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 8;

	transform: translateX(-100%);
	transition: all .3s ease;
}

.burger-menu--visible {
	transform: translateX(0%);
}

.burger-menu__window {
	padding: 100px 40px 40px 40px;
}

.page__preview {
	position: relative;
	z-index: 1;
	
	padding: 135px 0;
	min-height: 100vh;

	display: flex;
	align-items: center;
	justify-content: center;
}

.preview__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	pointer-events: none;
}

.preview__container {}

.preview__inner {
	max-width: 1066px;
	margin: 0 auto;

	display: flex;
	flex-direction: column;
	align-items: center;
}


.preview__title {
	color: #FFF;
	text-align: center;
	font-size: 90px;
	font-weight: 600;
	line-height: 100%;

	margin: 0px 0px 32px 0px;
}

.preview__subtitle {
	color: rgba(255, 255, 255, 0.80);
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 130%;

	max-width: 676px;
	margin: 0px 0px 48px 0px;
}

.preview__subtitle-sp {
	color: #fff;
}

.preview-text {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.preview__btns {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
}

.preview__btn {
	display: flex;
	padding: 21px 39px;
	justify-content: center;
	align-items: center;
	gap: 12px;

	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 130%;
}

.preview__btn-download {
	border-radius: 20px;
	background: #DCFAFE;
	border: 1px solid #DCFAFE;

	color: #1C1C1C;

	transition: all .2s ease;
}

.preview__btn-download:hover {
	background-color: transparent;
	color: #fff;
}

.preview__btn-download:hover svg path {
	fill: #fff;
}

.preview__btn-more {
	border-radius: 20px;
	border: 1px solid #FFF;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(5px);

	color: #FFF;
	transition: all .2s ease;
}

.preview__btn-more:hover {
	background-color: #DCFAFE;
	border-color: #DCFAFE;
	color: #000;
}

.page__video-gallery {
	overflow: hidden;
}

.video-gallery__container {}

.video-gallery__inner {}

.video-gallery__title {
	max-width: 873px;
	margin: 0px 0px 64px 0px;
}

.video-gallery__title-sp {
	color: #929292;
}

.video-gallery__line {
	display: flex;
	gap: 24px;
}

.video-gallery__wrapper {
	display: flex;
	gap: 24px;

	animation: animLine 15s linear infinite;
}

.video-gallery__item {
	min-width: 498px;
	max-width: 498px;
	max-height: 310px;
	cursor: pointer;
	border-radius: 40px;
	overflow: hidden;
	position: relative;
}

.video-gallery__item-pos {
	position: absolute;
	top: 32px;
	left: 32px;
	z-index: 2;
}

.video-gallery__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .2s ease;
}

@media(hover:hover){
	.video-gallery__item:hover .video-gallery__video {
		transform: scale(1.1);
	}
}

@keyframes animLine {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-100% - 24px));
	}
}

.page__cross-platform {}

.cross-platform__container {}

.cross-platform__inner {}

.cross-platform__head {
	max-width: 844px;
	margin: 0px auto 32px auto;

	display: flex;
	flex-direction: column;
	gap: 20px;
}

.cross-platform__title {
	text-align: center;
}

.cross-platform__subtitle {
	color: rgba(28, 28, 28, 0.70);
	text-align: center;
	line-height: 140%;
}

.cross-platform__content {
	padding: 0 64px 68px 64px;
	position: relative;
}

.cross-platform__img {
	border-radius: 24px;
	box-shadow: 0px 497px 139px 0px rgba(63, 74, 75, 0.00), 0px 318px 127px 0px rgba(63, 74, 75, 0.01), 0px 179px 107px 0px rgba(63, 74, 75, 0.05), 0px 80px 80px 0px rgba(63, 74, 75, 0.09), 0px 20px 44px 0px rgba(63, 74, 75, 0.10);
	max-width: 100%;
}

.cross-platform__pos {
	position: absolute;
	bottom: 0;
	right: 0;

	border-radius: 54px;
	overflow: hidden;
}

.cross-platform__pos-img {
	position: relative;
	z-index: 2;
	max-width: 326px;
}

.cross-platform__pos-bg-pic {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	z-index: 1;
}

.cross-platform__pos-bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page__about-aeza {}

.about-aeza__container {}

.about-aeza__inner {}

.about-aeza__main {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.about-aeza__img {
	max-width: 550px;
	width: 100%;
	position: relative;
	z-index: 1;
	border-radius: 40px;
	overflow: hidden;
	background: #DDFBFF;
}

.about-aeza__image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}

.about-aeza__content {
	max-width: 550px;
	min-height: 560px;
	width: 100%;
	padding: 24px 0px 0px 0px;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
}

.about-aeza__content-top {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.about-aeza__title {}

.about-aeza__subtitle {
	color: rgba(28, 28, 28, 0.70);
	line-height: 150%;
}

.about-aeza__content-bottom .about-aeza__subtitle {
	padding: 0px 0px 24px 0px;
}

.about-aeza__content-bottom {}

.about-aeza__cards {
	display: flex;
	gap: 23px;
}

.about-aeza__card {
	border-radius: 20px;
	background: #F4F4F4;
	padding: 24px 18px 24px 20px;

	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.about-aeza__card-name {
	color: #1C1C1C;
	font-size: 36px;
	font-weight: 600;
}

@keyframes animText {
	0% {
		transform: translateY(-20px);
		opacity: 0;
	}

	59% {
		transform: translateY(-20px);
		opacity: 0;
	}

	60% {
		transform: translateY(-10px);
		opacity: .5;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

.about-aeza__card-desc {
	color: rgba(28, 28, 28, 0.70);
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
}

.about-aeza__list {
	margin: 16px 0px 0px 0px;

	display: flex;
	flex-direction: column;
	gap: 20px;
}

.about-aeza__item {
	display: flex;
	align-items: center;
	gap: 16px;
}

.about-aeza__item-icon {}

.about-aeza__item-text {
	color: #1C1C1C;
	line-height: 150%;
}

.about-aeza__brands {
	margin: 80px 0px 0px 0px;

	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.about-aeza__brand {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 28px 44px 28px 46px;
}

.about-aeza__brand-img {
	max-width: 100%;
}

.page__advantages {}

.advantages__container {}

.advantages__inner {}

.advantages__title {
	margin: 0px 0px 32px 0px;
}

.advantages__cards {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
	gap: 20px 48px;
}

.advantages__card {
	padding: 36px;
	border-radius: 40px;
	background: #F4F4F4;
	overflow: hidden;
	position: relative;
	z-index: 1;

	min-height: 700px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 40px;
}

.advantages__card-pic {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.advantages__card-img {
	max-width: 100%;
	object-fit: cover;
}

.advantages__card-top {}

.advantages__card-title {
	color: #1C1C1C;
	font-size: 32px;
	font-weight: 600;

	margin: 0px 0px 48px 0px;
}

.advantages__card-list {
	max-width: 280px;

	display: flex;
	flex-direction: column;
	gap: 24px;
}

.advantages__card-item {
	color: rgba(28, 28, 28, 0.70);
	line-height: 130%;
}

.advantages__card-bottom {}

.advantages__card-bottom-text {
	color: rgba(28, 28, 28, 0.70);
	line-height: 130%;
}

.advantages__card-price {
	color: #1C1C1C;
	font-size: 36px;
	font-weight: 600;
	line-height: 130%;
}

.advantages__card-aeza {
	background: #DDFBFF;
}

.page__video {
	position: relative;
	z-index: 1;
}

.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	object-fit: cover;
	pointer-events: none;
}

.video__container {}

.video__inner {
	padding: 58% 0px 0px 0px;
}

.video__text {
	padding: 48px 0;
}

.video__title {
	max-width: 960px;
	margin: 0px 0px 16px 0px;
	color: #FFF;
}

.video__subtitle {
	color: rgba(255, 255, 255, 0.70);
	line-height: 140%;
	max-width: 723px;
}

.page__map {}

.map__container {}

.map__inner {}

.map__head {
	margin: 0px 0px 32px 0px;
	text-align: center;
}

.map__title {
	max-width: 916px;
	margin: 0 auto 16px auto;
}

.map__subtitle {
	color: rgba(28, 28, 28, 0.70);

	max-width: 876px;
	margin: 0 auto;
}

.map__subtitle-sp {
	color: #1C1C1C;
}

.map__content {
	position: relative;
}

.map-img {
	max-width: 100%;
}

.map__point {
	position: absolute;
	top: 44%;
	left: 18%;
}

.map__point-img {}

.map__point:nth-child(even) .map__point-img {
	animation: animPoint1 1s ease infinite;
}

.map__point:nth-child(odd) .map__point-img {
	animation: animPoint2 1s ease infinite;
}

.map__point:hover .map__point-img {
	animation-play-state: paused;
}

@keyframes animPoint1 {
	0% {
		scale: 1;
	}

	50% {
		scale: 1.1;
	}

	100% {
		scale: 1;
	}
}

@keyframes animPoint2 {
	0% {
		scale: 1.1;
	}

	50% {
		scale: 1;
	}

	100% {
		scale: 1.1;
	}
}

.map__point-content {
	border-radius: 5px 30px 30px 30px;
	border: 1px solid rgba(28, 28, 28, 0.20);
	background: #FFF;
	padding: 35px;

	position: absolute;
	bottom: 10px;
	right: 14px;
	width: 420px;
	transform: translate(100%, 100%);
	z-index: 2;

	opacity: 0;
	pointer-events: none;
	transition: all .2s ease;
}

.map__point:hover .map__point-content {
	opacity: 1;
	pointer-events: all;
}

.map__point-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;

	margin: 0px 0px 32px 0px;
}

.map__point-logo {}

.map__point-status {
	display: flex;
	align-items: center;
	gap: 8px;
}

.map__point-status-icon {}

.map__point-status-text {
	color: #000;
	font-size: 16px;
	font-weight: 600;
}

.map__point-main {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 10px;
}

.map__point-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.map__point-item {}

.map__point-item-name {
	color: rgba(28, 28, 28, 0.70);
	font-size: 16px;
	font-weight: 400;
}

.map__point-item-value {
	font-size: 16px;
	font-weight: 500;
	white-space: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.map__point-main-img {
	max-width: 100%;
}

.map__point-2 {
	top: 25%;
	left: auto;
	right: 45%;
}

.map__point-3 {
	top: 35%;
	left: auto;
	right: 30%;
}

.map__point-4 {
	top: 38%;
	left: auto;
	right: 46%;
}

.page__sub-prem {
	position: relative;
	z-index: 1;
	background: #000;
	padding: 100px 0;
	min-height: 950px;

	display: flex;
	align-items: center;
}

.sub-prem__pic {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;

	display: flex;
	justify-content: end;

	transition: all .5s ease;
}

.sub-prem__bg {
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}

.sub-prem__container {}

.sub-prem__inner {
	max-width: 580px;
}

.sub-prem__head {
	margin: 0px 0px 47px 0px;
}

.sub-prem__title {
	color: #FFF;
	margin: 0px 0px 16px 0px;
}

.sub-prem__subtitle {
	color: rgba(255, 255, 255, 0.70);
	line-height: 140%;
}

.sub-prem__cards {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 20px;

	margin: 0px 0px 64px 0px;
}

.sub-prem__card {
	padding: 17px;
	border-radius: 10px;
	background: #171717;
	border: 1px solid transparent;

	display: flex;
	justify-content: space-between;
	gap: 4px;

	cursor: pointer;
	line-height: 143%;

	transition: all .2s ease;
}

.sub-prem__card:hover {
	border: 1px solid #fff;
}

.sub-prem__card--active {
	background: #DDFBFF;
}

.sub-prem__card-left {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.sub-prem__card-period {
	display: flex;
	align-items: center;
	gap: 10px;
}

.sub-prem__card-period-img {
	width: 18px;
}

.sub-prem__card-period-value {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

.sub-prem__card--active .sub-prem__card-period-value {
	color: #000;
}

.sub-prem__card-left-text {
	color: #6D6D6D;
	font-size: 12px;
	font-weight: 400;
}

.sub-prem__card-right {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.sub-prem__card-price {
	color: #fff;
	text-align: right;
	font-size: 18px;
	font-weight: 700;
}

.sub-prem__card--active .sub-prem__card-price {
	color: #000;
}

.sub-prem__card-price-period {
	color: #6D6D6D;
	font-size: 12px;
	font-weight: 400;
	text-align: right;
}

.sub-prem__btn {
	border-radius: 20px;
	border: 1px solid #FFF;
	background: #FFF;
	padding: 24px 36px;

	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 16px;

	color: #1C1C1C;
	text-align: center;
	font-size: 18px;
	font-weight: 500;

	transition: all .2s ease;
}

.sub-prem__btn:hover {
	background-color: transparent;
	color: #fff;
}

.sub-prem__btn:hover path {
	fill: #fff;
}

.page__faq {
	margin: 0px 0px 300px 0px;
}

.marb-125 {
	margin: 0px 0px 125px 0px;
}

.faq__container {}

.faq__inner {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 40px;
}

.faq__content {
	max-width: 358px;
	width: 100%;
}

.faq__title {
	margin: 0px 0px 16px 0px;
}

.faq__subtitle {
	color: rgba(28, 28, 28, 0.70);
	line-height: 140%;

	max-width: 300px;
	margin: 0px 0px 36px 0px;
}

.faq__link {
	border-radius: 20px;
	border: 1px solid #FFF;
	background: #DDFBFF;
	padding: 20px 45px;
	display: inline-block;

	color: #1C1C1C;
	text-align: center;
	font-weight: 600;

	transition: all .2s ease;
}

.faq__link:hover {
	background: #98f3ff;
}

.faq__accordions {
	display: flex;
	flex-direction: column;

	max-width: 721px;
	width: 100%;
}

.faq__accordion {
	border-bottom: 1px solid #000;
}

.faq__accordion:first-child .faq__accordion-head {
	padding-top: 0;
}

.faq__accordion-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 24px 0px;
	cursor: pointer;
	transition: all .3s ease;
}

.accordion__item-head--active {
	padding: 24px 0px 0px 0px;
}

.faq__accordion-head-name {
	color: #1C1C1C;
	font-size: 20px;
	font-weight: 500;
}

.faq__accordion-head-icon {
	min-width: 32px;
	transition: all .3s ease;
}

.accordion__item-head--active .faq__accordion-head-icon {
	transform: rotate(45deg);
	opacity: .35;
}

.faq__accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: all .3s ease;
}

.faq__accordion-body {
	padding: 6px 64px 32px 0px;
}

.faq__accordion-text {
	color: rgba(28, 28, 28, 0.70);
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
}

.page__agitation {
	position: relative;
	z-index: 2;
}

.agitation__container {}

.agitation__inner {}

.agitation__top {
	display: flex;
	gap: 24px;
	margin: 0px 0px 24px 0px;

	position: relative;
}

.agitation__top::after {
	content: '';

	position: absolute;
	top: 0;
	right: -24px;
	transform: translateX(100%);
	width: 100%;
	height: 100%;

	border-radius: 50px;
	background: #FBFBFB;
}

.agitation__top::before {
	content: '';

	position: absolute;
	top: 0;
	left: -24px;
	transform: translateX(-100%);
	width: 100%;
	height: 100%;

	border-radius: 50px;
	background: #FBFBFB;
}

.agitation__img {
	max-width: 398px;
	width: 100%;
	position: relative;

	border-radius: 50px;
	background: #DDFBFF;
}

.agitation-pic {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	padding: 0 44px;

	display: flex;
	align-items: center;
	justify-content: center;
}

.agitation__image {
	max-width: 100%;
}

.agitation__vpn {
	padding: 60px 58px;
	border-radius: 50px;
	background: #F4F4F4;

	text-align: center;
}

.agitation__vpn-title {
	color: #1C1C1C;
	text-align: center;
	font-size: 42px;
	font-weight: 500;

	margin: 0px 0px 16px 0px;
}

.agitation__vpn-subtitle {
	margin: 0px 0px 32px 0px;
}

.agitation__vpn-list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	flex-wrap: wrap;
}

.agitation__vpn-item {}

.agitation__vpn-item-link {
	transition: all .2s ease;
}

.agitation__vpn-item-link:hover {
	opacity: .6;
}

.agitation__vpn-item-img {
	max-width: 100%;
}

.agitation__banner {
	position: relative;
	z-index: 1;
}

.agitation__banner-body {
	overflow: hidden;
	background: #DDFBFF;
	padding: 64px;
	border-radius: 50px;
	position: relative;
	z-index: 1;
}

.agitation__banner::after {
	content: '';

	position: absolute;
	top: 0;
	right: -24px;
	transform: translateX(100%);
	width: 100%;
	height: 100%;

	border-radius: 50px;
	background: #F4FEFF;
}

.agitation__banner::before {
	content: '';

	position: absolute;
	top: 0;
	left: -24px;
	transform: translateX(-100%);
	width: 100%;
	height: 100%;

	border-radius: 50px;
	background: #F4FEFF;
}

.agitation__banner-bg {
	position: absolute;
	top: 0;
	right: 0;
	object-fit: cover;
	height: 100%;
	max-width: 100%;
	z-index: -1;
	pointer-events: none;
}

.agitation__banner-title {
	max-width: 690px;
	margin: 0px 0px 16px 0px;

	color: #1C1C1C;
	font-size: 42px;
	font-weight: 500;
}

.agitation__banner-subtitle {
	color: rgba(28, 28, 28, 0.70);
	line-height: 140%;
	margin: 0px 0px 32px 0px;
	max-width: 567px;
}

.agitation__banner-link {
	display: inline-block;
	padding: 27px 43px;


	border-radius: 20px;
	border: 1px solid #FFF;
	background: #FFF;

	color: #1C1C1C;
	text-align: center;
	font-size: 18px;
	font-weight: 600;

	transition: all .2s ease;
}

.agitation__banner-link:hover {
	background: #98f3ff;
	border-color: #98f3ff;
}

.footer {
	background-color: #000;
	padding: 294px 0px 0px 0px;
	margin: -194px 0px 0px 0px;

	position: relative;
	z-index: 1;
	overflow: hidden;
}

.footer-nomarg {
	margin: 0;
	padding: 70px 0px 0px 0px;
}

.footer-bg {
	position: absolute;
	bottom: 0;
	right: 180px;
	pointer-events: none;
}

.footer__container {}

.footer__inner {}

.footer__top {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-items: start;
	flex-wrap: wrap;

	margin: 0px 0px 80px 0px;
}

.footer__left {
	max-width: 300px;
	width: 100%;
}

.footer__logo {
	display: inline-block;
	margin: 0px 0px 42px 0px;
}

.footer__logo-img {}

.footer__left-text {
	color: #8E8E8E;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
}

.footer__columns {
	max-width: 781px;
	width: 100%;
	padding: 8px 0px 0px 0px;

	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
	gap: 20px 11px;
}

.footer__column {
	width: 100%;
}

.footer__column-name {
	color: #FFF;
	font-size: 18px;
	font-weight: 500;

	margin: 0px 0px 20px 0px;
}

.footer__column-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.footer__column-item {}

.footer__column-item-link {
	color: #8E8E8E;
	font-size: 16px;
	font-weight: 400;

	transition: all .2s ease;
}

.footer__column-item-link:hover {
	color: #fff;
}

.footer__column-item-link-prem {
	color: #FF7A00;

	display: flex;
	align-items: center;
	gap: 7px;
}

.footer__bottom {
	padding: 50px 0;

	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: space-between;

	position: relative;
	z-index: 1;
}

.footer__bottom::after {
	content: '';

	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 200%;
	height: 1px;
	z-index: -1;

	background-color: #fff;
}

.footer__bottom::before {
	content: '';

	position: absolute;
	top: 0;
	right: -30px;
	width: 1px;
	height: 100%;
	z-index: -1;

	background-color: #fff;
}

.footer__bottom-text {
	color: #8E8E8E;
	font-size: 18px;
	font-weight: 400;
	line-height: 79%;
}

.footer__bottom-links {
	display: flex;
	align-items: center;
	gap: 50px;
}

.footer__bottom-link {
	color: #8E8E8E;
	font-size: 18px;
	font-weight: 400;
	line-height: 79%;

	transition: all .2s ease;
}

.footer__bottom-link:hover {
	color: #fff;
}

.page__affiliate-preview {
	padding: 153px 0px 0px 0px;
	margin: 0px 0px 125px 0px;
	position: relative;
	z-index: 1;
}

.affiliate-preview__bg {
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.affiliate-preview__container {}

.affiliate-preview__inner {
	display: flex;
	gap: 30px;
	margin: 0px 0px 238px 0px;
}

.affiliate-preview__left {
	max-width: 558px;
	width: 100%;
}

.affiliate-preview__title {
	margin: 0px 0px 64px 0px;
}

.affiliate-preview__cards {
	display: flex;
	gap: 24px;
}

.affiliate-preview__card {
	padding: 24px;
	border-radius: 40px;
	background: #F4F4F4;
	overflow: hidden;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 24px;
	min-height: 230px;
	width: 100%;

	position: relative;
	z-index: 1;
}

.affiliate-preview__card-bg {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.affiliate-preview__card-num {
	color: rgba(28, 28, 28, 0.35);
	font-size: 64px;
	font-weight: 300;
	line-height: 100%;
}

.affiliate-preview__card-text {
	color: #1C1C1C;
	line-height: 120%;
}

.affiliate-preview__right {
	max-width: 584px;
	width: 100%;
}

.affiliate-preview__card-big {
	background: #DCFAFE;
	height: 100%;
}

.affiliate-preview__bottom {
	display: flex;
	justify-content: space-between;
	align-items: start;
	gap: 20px;
}

.affiliate-preview__bottom-title {
	color: #1C1C1C;
	font-size: 36px;
	font-weight: 500;
	line-height: 110%;

	max-width: 427px;
}

.affiliate-preview__bottom-title-sp {
	color: rgba(28, 28, 28, 0.70);
}

.affiliate-preview__bottom-subtitle {
	color: #1C1C1C;
	font-size: 18px;
	font-weight: 400;
	line-height: 130%;
	max-width: 400px;
}

.affiliate-preview__bottom-link {
	display: inline-block;
	padding: 21px 39px;

	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 130%;
	white-space: nowrap;

	border-radius: 20px;
	background: #1C1C1C;
	border: 1px solid #1C1C1C;

	transition: all .2s ease;
}

.affiliate-preview__bottom-link:hover {
	background-color: transparent;
	color: #000;
}

.page__income {
	border-radius: 70px;
	background: #000;
	padding: 120px 0;

	margin: 0px 0px 125px 0px;
}

.income__container {}

.income__inner {}

.income__head {
	margin: 0px 0px 50px 0px;
}

.income__title {
	color: #FFF;
	margin: 0px 0px 16px 0px;
}

.income__title-sp {
	color: rgba(255, 255, 255, 0.70);
	font-family: Inter;
	font-size: 48px;
	font-style: italic;
	font-weight: 600;
	line-height: 110%;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.income__subtitle {
	color: rgba(255, 255, 255, 0.70);
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
}

.income__main {
	border-radius: 40px;
	background: #FFF;
	padding: 42px;

	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.income__cards {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 24px;

	max-width: 517px;
	width: 100%;
}

.income__card {
	border-radius: 20px;
	background: #F4F4F4;
	padding: 16px 20px;
}

.income__card-input {
	color: #111;
	font-size: 56px;
	font-weight: 400;
	line-height: 110%;
	letter-spacing: -2.8px;
	width: 100%;
	background-color: transparent;
}

.income__card-input::placeholder {
	color: #111;
}

.income__card-text {
	color: rgba(28, 28, 28, 0.70);
	font-size: 14px;
	font-weight: 400;
	line-height: 110%;
}

.income__card-bg {
	background: #DCFAFE;
}

.income__content {
	max-width: 517px;
	width: 100%;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
}

.income__top {}

.income__top-title {
	color: #1C1C1C;
	font-size: 32px;
	font-weight: 500;
	line-height: 110%;

	margin: 0px 0px 16px 0px;
}

.income__top-text {
	color: rgba(28, 28, 28, 0.70);
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
}

.income__top-text-sp {
	color: #1C1C1C;
}

.income__bottom {}

.income__bottom-value {
	color: #1C1C1C;
	font-size: 48px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -2.4px;
}

.income__bottom-value-sp {
	color: rgba(28, 28, 28, 0.70);
	font-size: 24px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -1.2px;
}

.page__conditions {}

.conditions__container {}

.conditions__inner {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.conditions__head {
	max-width: 700px;
}

.conditions__title {
	margin: 0px 0px 16px 0px;
}

.conditions__title-sp {
	color: rgba(28, 28, 28, 0.70);
	font-style: italic;
	font-weight: 600;
	line-height: 110%;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.conditions__subtitle {
	color: rgba(28, 28, 28, 0.70);
	line-height: 150%;
}

.conditions__row {
	display: flex;
	gap: 24px;
}

.conditions__card {
	padding: 36px;
	border-radius: 40px;
	background: #F4F4F4;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 2px;

	max-width: 472px;
	width: 100%;
	min-height: 360px;

	position: relative;
	overflow: hidden;
	z-index: 1;

	transition: all .2s ease;
}

.conditions__card:hover {
	transform: scale(1.02);
}

.conditions__card-big {
	background: #DCFAFE;

	max-width: 670px;
}

.conditions__card-top {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.conditions__card-title {
	color: #1C1C1C;
	font-size: 28px;
	font-weight: 500;
	line-height: 110%;
}

.conditions__card-subtitle {
	max-width: 500px;
	color: rgba(28, 28, 28, 0.70);
	line-height: 140%;
}

.conditions__card-bottom {}

.conditions__card-img {
	width: 100%;
}

.conditions__card-img-pos {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

.conditions__card-bottom-value {
	margin: 0px 0px 6px 0px;
	text-align: start;
}

.conditions__card-bottom-text {
	color: rgba(28, 28, 28, 0.70);
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;

	max-width: 240px;
}

.page__aeza-recommend {}

.aeza-recommend__container {}

.aeza-recommend__inner {}

.aeza-recommend__title {
	margin: 0px 0px 45px 0px;
}

.aeza-recommend__cards {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
	gap: 24px;
}

.aeza-recommend__card {
	border-radius: 40px;
	background: #F4F4F4;
	padding: 32px;
	overflow: hidden;
	min-height: 373px;

	position: relative;
	z-index: 1;
}

@media(min-width:768px) {
	.preview__inner {
		transition: all .5s ease;
		opacity: 0;
		transform: translateY(80px);
	}

	.scroll--active .preview__inner {
		opacity: 1;
		transform: translateY(0px);
	}

	.video-gallery__title {
		transition: all .5s ease;
		transform: translateY(-40px);
		opacity: 0;
	}

	.scroll--active .video-gallery__title {
		transform: translateY(0px);
		opacity: 1;
	}

	.cross-platform__head {
		transition: all .5s ease;
		opacity: 0;
		transform: translateY(40px);
	}

	.scroll--active .cross-platform__head {
		opacity: 1;
		transform: translateY(0px);
	}

	.cross-platform__img {
		transition: all .5s ease;
		opacity: 0;
	}

	.scroll--active .cross-platform__img {
		opacity: 1;
	}

	.cross-platform__pos {
		transition: all .5s ease;
		transform: translateX(80%);
		opacity: 0;
	}

	.scroll--active .cross-platform__pos {
		transform: translateX(0);
		opacity: 1;
	}

	.about-aeza__img {
		transition: all .5s ease;
		transform: translateX(-80%);
		opacity: 0;
	}

	.scroll--active .about-aeza__img {
		transform: translateX(0);
		opacity: 1;
	}

	.about-aeza__content {
		transition: all .5s ease;
		transform: translateX(80%);
		opacity: 0;
	}

	.scroll--active .about-aeza__content {
		transform: translateX(0);
		opacity: 1;
	}

	.about-aeza__card-name {
		transition: all .5s ease;
		transform: translateY(-20px);
		opacity: 0;
	}

	.scroll--active .about-aeza__card-name {
		animation: animText 1s ease 1 forwards;
	}

	.advantages__card {
		transition: all .5s ease;
		transform: translate(40%);
		opacity: 0;
	}

	.scroll--active.advantages__card {
		transform: translate(0);
		opacity: 1;
	}

	.video__text {
		transition: all .5s ease;
		opacity: 0;
		transform: translateY(40px);
	}

	.scroll--active .video__text {
		transform: translateY(0);
		opacity: 1;
	}

	.sub-prem__pic {
		transform: scale(0);
	}

	.scroll--active.sub-prem__pic {
		transform: scale(1);
	}

	.sub-prem__cards {
		transition: all .5s ease;
		transform: translateX(-40%);
		opacity: 0;
	}

	.scroll--active.sub-prem__cards {
		transform: translateX(0);
		opacity: 1;
	}

	.faq__content {
		transition: all .5s ease;
		transform: translateX(80%);
		opacity: 0;
	}

	.scroll--active.faq__content {
		transform: translateX(0);
		opacity: 1;
	}

	.faq__accordion {
		transition: all .5s ease;
		transform: translateX(-50%);
		opacity: 0;
	}

	.scroll--active.faq__accordion {
		transform: translateX(0);
		opacity: 1;
	}

	.agitation__top {
		transition: all .5s ease;
		transform: translateY(-40px);
		opacity: 0;
	}

	.scroll--active.agitation__top {
		transform: translateY(0);
		opacity: 1;
	}

	.agitation__banner {
		transition: all .5s ease;
		transform: translateY(40px);
		opacity: 0;
	}

	.scroll--active.agitation__banner {
		transform: translateX(0);
		opacity: 1;
	}

	.affiliate-preview__inner {
		transition: all .5s ease;
		opacity: 0;
		transform: translateY(40px);
	}

	.scroll--active.affiliate-preview__inner {
		opacity: 1;
		transform: translateY(0);
	}

	.income__main {
		transition: all .5s ease;
		opacity: 0;
		transform: translateY(40px);
	}

	.scroll--active.income__main {
		opacity: 1;
		transform: translateY(0px);
	}

	.conditions__head {
		transition: all .5s ease;
		opacity: 0;
		transform: translateY(-20px);
	}

	.scroll--active.conditions__head {
		opacity: 1;
		transform: translateY(0px);
	}

	.conditions__row {
		transition: all .5s ease;
		opacity: 0;
		transform: translateY(20px);
	}

	.scroll--active.conditions__row {
		opacity: 1;
		transform: translateY(0px);
	}

	.aeza-recommend__card {
		transition: all .5s ease;
		opacity: 0;
		transform: translateY(-40px);
	}

	.scroll--active.aeza-recommend__card {
		opacity: 1;
		transform: translateY(0px);
	}
}

.aeza-recommend__card-bg {
	background: #DCFAFE;
}

.aeza-recommend__card-name {
	color: #1C1C1C;
	font-size: 24px;
	font-weight: 500;
	line-height: 120%;
}

.aeza-recommend__card-img {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) translateY(20px);
	z-index: -1;

	max-width: 100%;
	padding: 0 20px;

	transition: all .3s ease;
}

.aeza-recommend__card:hover .aeza-recommend__card-img {
	transform: translateX(-50%) translateY(0px);
}

.page__privacy {
	padding: 180px 0px 0px 0px;
	margin: 0px 0px 80px 0px;
}

.privacy__container {}

.privacy__inner {}

.privacy__head {
	margin: 0px 0px 32px 0px;
}

.privacy__title {
	color: #1C1C1C;
	font-size: 42px;
	font-weight: 600;
	line-height: 110%;

	margin: 0px 0px 24px 0px;
}

.privacy__head-bottom {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.privacy__text {
	color: rgba(28, 28, 28, 0.70);
	font-size: 16px;
	font-weight: 400;
	line-height: 110%;
}

.privacy__date {
	padding: 12px 15px;
	border-radius: 12px;
	background: #F4F4F4;

	color: #1C1C1C;
	font-size: 16px;
	font-weight: 500;
	line-height: 110%;
}

.privacy__main {
	display: flex;
	justify-content: space-between;
	gap: 24px;
}

.privacy-article {
	max-width: 746px;
	width: 100%;

	display: flex;
	flex-direction: column;
	gap: 32px;
}

.privacy-article__img {
	max-width: 100%;
}

.privacy-article__box {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.privacy-article__box-title {
	color: #1C1C1C;
	font-size: 24px;
	font-weight: 500;
	line-height: 110%;
}

.privacy-article__box-desc {
	color: rgba(28, 28, 28, 0.70);
	text-align: justify;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}

.privacy-sidebar {
	max-width: 372px;
}

.privacy-sidebar__inner {
	padding: 24px 20px;
	border-radius: 20px;
	background: #F4F4F4;
	min-width: 284px;

	position: sticky;
	left: 0;
	top: 20px;
}

.privacy-sidebar__title {
	color: #1C1C1C;
	font-size: 20px;
	font-weight: 600;
	line-height: 110%;

	margin: 0px 0px 24px 0px;
}

.privacy-sidebar__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.privacy-sidebar__item {}

.privacy-sidebar__item-link {
	color: rgba(28, 28, 28, 0.50);
	font-size: 16px;
	font-weight: 500;
	line-height: 110%;

	display: flex;
	gap: 4px;
	align-items: start;
}

.privacy-sidebar__item-link--active {
	color: #1C1C1C;
}

.privacy-sidebar__item-sp {}

@media(max-width:1560px) {
	.map__point-2 .map__point-content {
		right: auto;
		left: 0;
		transform: translate(-100%, 100%);
		border-radius: 15px 5px 15px 15px;
	}
}

@media(max-width:1500px) {
	.page__sub-prem {
		min-height: unset;
	}
}

@media(max-width:1120px) {

	.header .header__list,
	.header .header__link {
		display: none;
	}

	.burger-btn {
		display: flex;
	}

	.marb-120 {
		margin: 0px 0px 80px 0px;
	}

	.marb-250 {
		margin: 0px 0px 100px 0px;
	}

	.marb-200 {
		margin: 0px 0px 100px 0px;
	}

	.title {
		font-size: 34px;
		text-align: center;
	}

	.about-aeza__title {
		text-align: start;
	}

	.main-text {
		font-size: 16px;
	}

	.header__list {
		flex-direction: column;
		align-items: start;
		max-width: unset;
		width: 100%;
		gap: 0;
		margin: 0px 0px 20px 0px;
	}

	.header__link {
		width: 100%;
		padding: 20px;
		background: #DDFBFF;
	}

	.header__link:hover {
		background: #80e4f1;
	}

	.header__item-link:hover {
		color: #a0a0a0;
	}

	.header__item-link-inner {
		display: flex;
		align-items: center;
		gap: 10px;
		justify-content: space-between;
		width: 100%;
	}

	.header__list-sub {
		background-color: transparent;
	}

	.header__item-link-btn--active .header__item-link-arrow {
		transform: rotate(180deg);
	}

	.header__list-sub-body {
		position: unset;
		opacity: 1;
		pointer-events: all;
		transform: translate(0);
		width: 100%;
		padding: 0px 0px 0px 0px;

		max-height: 0;
		overflow: hidden;
		transition: all .3s ease;
	}

	.header__item {
		width: 100%;
	}

	.header__item-link {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		align-items: start;
		gap: 0;
		color: #000;
		font-size: 20px;
		padding: 20px 0;
		border-bottom: 1px solid #0000007c;
	}

	.header__item-link-arrow {
		width: 16px;
		height: 10px;
	}

	.header__item-link-arrow path {
		fill: #000;
	}

	.header__item-link-sub {
		font-size: 20px;
		color: #000;
	}

	.preview__title {
		font-size: 58px;
	}

	.page__preview {
		padding: 100px 0;

		display: flex;
		align-items: center;
		justify-content: center;
	}

	.video-gallery__title {
		max-width: 850px;
		margin: 0 auto 40px auto;
		text-align: center;
	}

	.video-gallery__item {
		min-width: 350px;
		max-width: 350px;
		max-height: 220px;
	}

	.video-gallery__item-pos {
		top: 20px;
		left: 20px;
	}

	.video-gallery__item-pos-iomg {
		max-height: 24px;
	}

	.cross-platform__pos-img {
		max-width: 220px;
	}

	.cross-platform__pos {
		border-radius: 10px;
	}

	.about-aeza__card-name {
		font-size: 28px;
	}

	.about-aeza__card {
		padding: 20px;
	}

	.advantages__cards {
		gap: 20px;
	}

	.video__subtitle {
		text-align: center;
		margin: 0 auto;
	}

	.video__inner {
		padding: 40% 0px 0px 0px;
	}

	.map__point-img {
		max-width: 36px;
	}

	.map__point-content {
		bottom: 5px;
		right: 8px;

		padding: 20px;
		width: 270px;
		border-radius: 5px 15px 15px 15px;
	}

	.map__point-item {
		white-space: nowrap;
	}

	.map__point-head {
		margin: 0px 0px 15px 0px;
	}

	.map__point-main-img {
		max-width: 20px;
	}

	.map__point-list {
		gap: 10px;
	}

	.map__point-logo {
		max-width: 100px;
	}

	.map__point-status-text {
		font-size: 14px;
	}

	.sub-prem__pic {
		opacity: .2;
	}

	.sub-prem__inner {
		margin: 0 auto;
	}

	.sub-prem__subtitle {
		text-align: center;
	}

	.sub-prem__btn {
		width: 100%;
	}
	
	.faq__inner {
		flex-direction: column;
		gap: 40px;
	}

	.faq__accordions {
		max-width: unset;
	}

	.faq__content {
		margin: 0 auto 0px auto;
		text-align: center;
	}

	.faq__subtitle {
		margin: 0 auto 20px auto;
	}

	.page__faq {
		margin: 0px 0px 200px 0px;
	}

	.agitation__vpn-title,
	.agitation__banner-title {
		font-size: 32px;
	}

	.affiliate-preview__inner {
		flex-direction: column;
		gap: 20px;
	}

	.affiliate-preview__left,
	.affiliate-preview__right {
		max-width: unset;
	}

	.affiliate-preview__title {
		margin: 0px 0px 40px 0px;
	}

	.affiliate-preview__cards {
		gap: 20px;
	}

	.affiliate-preview__card {
		min-height: 200px;
	}

	.income__bottom-value {
		text-align: start;
	}

	.income__subtitle {
		text-align: center;
	}

	.income__title-sp {
		font-size: 34px;
	}

	.conditions__head {
		margin: 0 auto;
		text-align: center;
	}

	.conditions__card-bottom-value {
		text-align: start;
	}

}

@media(max-width:900px) {

	.about-aeza__main {
		flex-direction: column-reverse;
		align-items: center;
		gap: 20px;
	}

	.page__about-aeza:nth-child(odd) .about-aeza__main {
		flex-direction: column;
	}

	.about-aeza__img {
		padding: 0px 0px 50% 0px;
	}

	.about-aeza__content {
		min-height: unset;
	}

	.about-aeza__content-top {
		gap: 20px;
	}

	.about-aeza__cards {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
		gap: 10px;
	}

	.about-aeza__main {
		gap: 10px;
	}

	.about-aeza__card {
		text-align: center;
	}

	.about-aeza__item {
		gap: 5px;
		align-items: center;
	}

	.about-aeza__item-text {
		text-align: center;
	}

	.about-aeza__content-bottom .about-aeza__subtitle {
		padding: 0;
	}

	.about-aeza__item-icon {
		width: 24px;
		height: 24px;
	}

	.about-aeza__brands {
		margin: 40px 0px 0px 0px;
	}

	.income__main {
		flex-direction: column;
		align-items: start;
	}

	.income__cards {
		max-width: unset;
		grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
	}

	.income__top-title {
		display: none;
	}

	.income__top-title-mob {
		display: block;
	}

}

@media(max-width:768px) {

	.container {
		padding: 0 20px;
	}

	.header__logo-img {
		max-width: 120px;
	}

	.burger-btn {
		width: 26px;
		height: 16px;
	}

	.marb-120 {
		margin: 0px 0px 60px 0px;
	}

	.marb-250 {
		margin: 0px 0px 80px 0px;
	}

	.marb-200 {
		margin: 0px 0px 80px 0px;
	}

	.marb-125 {
		margin: 0px 0px 60px 0px;
	}

	.title {
		font-size: 28px;
	}

	.main-text {
		font-size: 14px;
	}

	.burger-menu__window {
		padding: 100px 20px 20px 20px;
	}

	.header__item-link {
		font-size: 18px;
		padding: 16px 0;
	}

	.burger-btn--active .b1 {
		transform: translate(0px, 7px) rotate(45deg);
	}

	.burger-btn--active .b3 {
		transform: translate(0px, -6.5px) rotate(-45deg);
	}

	.preview__title {
		margin: 0px 0px 20px 0px;
	}

	.preview__subtitle {
		font-size: 16px;
		margin: 0px 0px 30px 0px;
	}

	.preview__btn {
		padding: 16px 25px;
		width: 100%;
		font-size: 20px;
		border-radius: 10px;
	}

	.preview__btns {
		flex-direction: column;
		gap: 14px;
	}

	.cross-platform__pos-img {
		max-width: 180px;
	}

	.cross-platform__content {
		padding: 0 32px 32px 32px;
	}

	.about-aeza__brands {
		margin: 30px 0px 0px 0px;
	}

	.advantages__card {
		min-height: 480px;
	}

	.advantages__card-pic {
		padding: 0px 0px 0px 400px;
		pointer-events: none;
	}

	.advantages__card-title {
		font-size: 24px;
		margin: 0px 0px 20px 0px;
	}

	.advantages__card-list {
		gap: 14px;
	}

	.advantages__card-price {
		font-size: 28px;
	}

	.advantages__card {
		padding: 20px;
		border-radius: 20px;
	}

	.advantages__cards {
		display: flex;
		flex-direction: column;
	}

	.video-gallery__item {
		min-width: 200px;
		max-width: 200px;
		max-height: 126px;
		border-radius: 15px;
	}

	.video-gallery__item-pos {
		top: 10px;
		left: 10px;
	}

	.video-gallery__item-pos-iomg {
		max-height: 18px;
	}

	.video-gallery__wrapper,
	.video-gallery__line {
		gap: 10px;
	}

	@keyframes animLine {
		0% {
			transform: translateX(0);
		}

		100% {
			transform: translateX(calc(-100% - 10px));
		}
	}

	.video-gallery__title {
		margin: 0px auto 20px auto;
	}

	.sub-prem__head {
		margin: 0px 0px 30px 0px;
	}

	.sub-prem__cards {
		margin: 0px 0px 30px 0px;
	}

	.page__sub-prem {
		padding: 50px 0;
	}

	.sub-prem__btn {
		padding: 16px 25px;
		font-size: 16px;
	}

	.faq__accordion-head {
		align-items: start;
	}

	.faq__accordion-head-name {
		font-size: 18px;
	}

	.faq__accordion-head-icon {
		min-width: 22px;
		width: 22px;
		height: 22px;
	}

	.faq__accordion-text {
		font-size: 14px;
	}

	.faq__accordion-body {
		padding: 10px 0 20px 0;
	}

	.page__faq {
		margin: 0px 0px 80px 0px;
	}

	.agitation__top {
		flex-direction: column;
	}

	.agitation__img {
		display: none;
	}

	.agitation__vpn {
		padding: 30px;
		border-radius: 20px;
	}

	.agitation__banner-body {
		border-radius: 20px;
		padding: 30px;
		text-align: center;
	}

	.agitation__vpn-title,
	.agitation__banner-title {
		font-size: 24px;
	}

	.agitation__banner-subtitle,
	.agitation__vpn-subtitle {
		margin: 0 auto 20px auto;
	}

	.agitation__banner-link {
		padding: 16px;
		width: 100%;
		font-size: 16px;
	}

	.agitation__vpn-item-img {
		width: 40px;
		height: 40px;
	}

	.agitation__vpn-list {
		gap: 10px;
	}

	.footer__bottom-link {
		font-size: 16px;
	}

	.affiliate-preview__card-bg {
		max-width: 80px;
	}

	.affiliate-preview__card-big .affiliate-preview__card-bg {
		max-width: 100%;
	}

	.affiliate-preview__inner {
		margin: 0px 0px 80px 0px;
	}

	.affiliate-preview__bottom {
		flex-direction: column;
		justify-content: center;
		gap: 20px;
	}

	.page__affiliate-preview {
		margin: 0px 0px 60px 0px;
		padding: 110px 0px 0px 0px;
	}

	.affiliate-preview__bottom-link {
		padding: 16px 25px;
		font-size: 18px;
	}

	.affiliate-preview__bottom-link {
		width: 100%;
	}

	.income__cards {
		gap: 16px;
	}

	.income__main {
		padding: 25px;
		border-radius: 20px;
	}

	.page__income {
		padding: 40px 0;
		border-radius: 30px;
	}

	.income__head {
		margin: 0px 0px 20px 0px;
	}

	.income__top-title {
		font-size: 24px;
		margin: 0px 0px 10px 0px;
	}

	.income__top-text {
		font-size: 14px;
	}

	.income__card-input {
		font-size: 38px;
	}

	.income__title-sp {
		font-size: 28px;
	}

	.page__income {
		margin: 0px 0px 40px 0px;
	}

	.conditions__inner {
		gap: 20px;
	}

	.conditions__row {
		flex-direction: column;
		gap: 20px;
	}

	.conditions__card {
		max-width: unset;
	}

	.conditions__card {
		padding: 20px;
		border-radius: 20px;
	}

	.conditions__card-title {
		font-size: 24px;
	}

	.aeza-recommend__cards {
		grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
		gap: 20px;
	}

	.aeza-recommend__card-name {
		font-size: 20px;
	}

	.aeza-recommend__card {
		border-radius: 20px;
		padding: 20px;
		min-height: 330px;
	}

	.privacy__main {
		flex-direction: column-reverse;
		gap: 20px;
	}

	.privacy-sidebar {
		max-width: unset;
	}

	.privacy-sidebar__inner {
		min-width: unset;
	}

	.privacy-sidebar__title {
		font-size: 18px;
		margin: 0px 0px 16px 0px;
	}

	.privacy-sidebar__item-link {
		font-size: 14px;
	}

	.privacy-sidebar__list {
		gap: 10px;
	}

	.privacy__title {
		font-size: 28px;
		margin: 0px 0px 20px 0px;
	}

	.privacy__head {
		margin: 0px 0px 20px 0px;
	}

	.page__privacy {
		padding: 120px 0px 0px 0px;
		margin: 0px 0px 60px 0px;
	}

	.privacy-article {
		gap: 20px;
	}

	.privacy-article__box {
		gap: 10px;
	}

	.privacy-article__box-title {
		font-size: 20px;
	}

	.privacy-article__box-desc {
		font-size: 14px;
	}

	.privacy-sidebar__item-link {
		color: #1C1C1C;
	}

}

@media(max-width:600px) {

	.cross-platform__content>picture {
		display: none;
	}

	.cross-platform__pos-img {
		max-width: 200px;
	}

	.cross-platform__pos {
		border-radius: 0;
		position: relative;
		max-width: 200px;
		margin: 0 auto;
	}

	.about-aeza__brands {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.about-aeza__brand {
		padding: 20px 40px;
	}

	.advantages__card-pic {
		padding: 0px 0px 0px 250px;
	}

	.advantages__card {
		min-height: 360px;
	}

	.map__point-main-img {
		display: none;
	}

	.map__point-content {
		padding: 10px;
	}

	.map__point-content {
		width: 222px;
	}

	.map__point-item-name,
	.map__point-item-value {
		font-size: 12px;
		white-space: normal;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}

	.map__point-head {
		margin: 0px 0px 10px 0px;
	}

	.map__point-list {
		gap: 6px;
	}

	.map__point-content {
		bottom: 35px;
		right: 35px;
	}

	.map__point-2 .map__point-content {
		left: 35px;
	}

	.map__point-3 .map__point-content,
	.map__point-4 .map__point-content {
		right: 65px;
	}

	.sub-prem__cards {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.footer__columns {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 20px;
		text-align: center;
		padding: 0;
	}

	.footer__column-item-link-prem {
		justify-content: center;
	}

	.footer__left {
		margin: 0 auto;
		text-align: center;
	}

	.footer__logo {
		margin: 0px 0px 10px 0px;
	}

	.footer__column-name {
		margin: 0px 0px 10px 0px;
	}

	.footer__top {
		margin: 0px 0px 40px 0px;
	}

	.footer__bottom-link {
		font-size: 14px;
	}

	.footer__bottom {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 30px 0;
	}

	.footer__bottom-links {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 20px;
	}

	.affiliate-preview__cards {
		gap: 15px;
	}

	.affiliate-preview__inner {
		gap: 15px;
		margin: 0px 0px 25px 0px;
	}

	.affiliate-preview__card {
		min-height: 145px;
		border-radius: 25px;
		padding: 15px;
	}

	.affiliate-preview__card-big {
		min-height: 240px;
	}

	.affiliate-preview__card-big .affiliate-preview__card-bg {
		max-width: 300px;
	}

	.affiliate-preview__card-big .affiliate-preview__card-bg {
		display: none;
	}

	.affiliate-preview__card-big .affiliate-preview__card-bg-mob {
		display: block;
	}

	.affiliate-preview__card-num {
		font-size: 40px;
	}

	.affiliate-preview__title {
		margin: 0px 0px 20px 0px;
	}


	.privacy__title {
		font-size: 24px;
	}
}

@media(max-width:520px) {
	.preview__title {
		font-size: 43px;
		margin: 0 auto 10px auto;
	}

	.preview__container {
		padding: 0 15px;
	}

	.preview__btns {
		width: 100%;
	}

	.preview__subtitle {
		font-size: 18px;
	}

	.header-main {
		display: none;
	}

	.header__inner-mob {
		display: flex;
		width: 100%;
		padding: 0;
	}

	.page__preview {
		padding: 25px 0px 50px 0px;
	}

	.preview__inner {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 40px;

		min-height: calc(100vh - 75px);
	}

	.burger-menu-main .burger-menu__window {
		padding: 20px 20px 20px 20px;
	}

	.burger-menu-main .header__list {
		margin: 40px 0px 20px 0px;
	}
}

@media(max-width:380px) {
	.advantages__card-pic {
		padding: 0px 0px 0px 160px;
	}

	.advantages__card-title {
		font-size: 20px;
	}

	.advantages__card-price {
		font-size: 24px;
	}

	.conditions__card {
		min-height: 320px;
	}
}