* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
html,
body {
	overflow-x: hidden;
}

::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}
::-webkit-scrollbar-track {
	background: #1c1c1c;
	border-radius: 6px;
}
::-webkit-scrollbar-thumb {
	background-color: #333;
	border-radius: 6px;
	border: 2px solid #1c1c1c;
}
::-webkit-scrollbar-thumb:hover {
	background-color: #555;
}
::-webkit-scrollbar-horizontal {
	height: 10px;
}
::-webkit-scrollbar-vertical {
	width: 10px;
}
@font-face {
	font-family: 'mybold';
	src: url('../../public/assets/fonts/MYRIADPRO-BOLD.OTF') format('truetype');
}
@font-face {
	font-family: 'myreg';
	src: url('../../public/assets/fonts/MYRIADPRO-REGULAR.OTF') format('truetype');
}
@font-face {
	font-family: 'mylight';
	src: url('../../public/assets/fonts/MyriadPro-Light.otf') format('truetype');
}
@font-face {
	font-family: 'HeyAugust';
	src: url('../../public/assets/fonts/Hey\ August.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto-Bold';
	src: url('../../public/assets/fonts/Roboto-Bold.ttf') format('truetype');
}
body {
	overflow-x: hidden;
	background-color: rgb(0, 0, 0);
	color: #ffffff;
	font-family: 'mybold', serif;
}
html.lock-scroll {
	overflow: hidden;
}
body.lock-scroll {
	overflow: hidden;
}
h2 {
	color: white;
	font-size: 45px;
}

.info-block,
.video-block,
.advantages-block,
.price-block,
.rew {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
	margin-top: 50px;
	color: white;
}

#scrollToTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	padding-top: 3px;
	z-index: 99;
	background-color: #1bf4ab;
	color: white;
	height: 50px;
	width: 50px;
	border: none;
	border-radius: 50%;
	transform: rotate(90deg);
	transition: all 0.3s linear;
	cursor: pointer;
	font-size: 20px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.custom-arrow path {
	fill: rgb(0, 0, 0);
}
#scrollToTop:active {
	background: #ee09a6;
}
#scrollToTop:active .custom-arrow path {
	fill: #ffffff;
}

/* ////////////////////////////////////////////////////
////////////////////////HEADER/////////////////////////
/////////////////////////////////////////////////////*/

header {
	width: 100%;

	background: linear-gradient(
		90deg,
		rgba(0, 128, 255, 0.3),
		rgba(238, 9, 166, 0.3)
	);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(10px);
	position: fixed;
	z-index: 100;
	top: 0;
	transition: all 0.3s ease-in-out;
}
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.main-header {
	display: flex;
	margin: 0 auto;
	max-width: 100%;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px;
}
.tg {
	width: 30px;
	margin-right: 12px;
}
.main-logo {
	display: flex;
	align-items: center;
}
.main-logo-text {
	font-size: 22px;
	color: #ee09a6;
	font-weight: bold;
}
.sup-title {
	color: #ffffff;
}
.logo-img {
	width: 40px;
}
ul {
	display: flex;
	align-items: center;
	max-width: 100%;
	margin: 0 auto;
	justify-content: space-between;
}
.nav-menu {
	display: flex;
	align-items: center;
	margin: 0 auto;
	width: 1200px;
	justify-content: space-between;
	padding: 0 20px;
}

li {
	list-style: none;
	position: relative;
	display: inline-block;
	letter-spacing: 1px;
	padding: 10px 20px;
	max-width: 300px;
}

a {
	text-decoration: none;
	color: #ffffff;
	position: relative;
	padding: 5px 0;
}

a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 2px;
	background: #1bf4ab;
	transition: all 0.2s linear;
	opacity: 0;
	border-radius: 5px;
}

li:hover a::after {
	opacity: 1;
}

/* ////////////////////////////////////////////////////
////////////////////////INTRO/////////////////////////
/////////////////////////////////////////////////// */
.intro-block {
	width: 100vw;
	height: 100vh;
	background: url('../../public/assets/img/banners/MadClips_new.png') no-repeat
		center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.suuu4 {
	background: #000;
	height: 20px;
	width: 100vw;
	position: absolute;
	bottom: 60px;
	opacity: 0.2;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(10px);
}
.suuu3 {
	background: #000;
	height: 20px;
	width: 100vw;
	position: absolute;
	bottom: 40px;
	opacity: 0.4;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(10px);
}
.suuu2 {
	background: #000;
	height: 20px;
	width: 100vw;
	position: absolute;
	bottom: 20px;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(10px);
	opacity: 0.6;
}
.suuu {
	background: #000;
	height: 20px;
	width: 100vw;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(10px);
	position: absolute;
	bottom: 0;
	opacity: 0.8;
}
.intro-block-text {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.intro-title {
	color: #ee09a6;
	font-weight: normal;
	font-family: HeyAugust, sans-serif;
	text-align: center;
	font-size: 200px;
}
.intro-title22 {
	position: relative;
	left: -150px;
	width: 555px;
}
.intro-title span {
	position: absolute;
	color: #ffffff;
}
.intro-sup-title {
	color: white;
	font-size: 60px;
	font-style: italic;
	margin-top: 0px;
	text-wrap: nowrap;
}
.intro-button {
	margin-top: 50px;
	width: 300px;
	height: 70px;
	font-style: italic;
	background-color: #1bf4ab;
	font-size: 22px;
	border-radius: 7px;
	border: none;
	font-weight: bold;
	animation: pulse_logo 1.7s infinite;
	color: #000;
}
@keyframes pulse_logo {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.1, 1.1);
	}
	100% {
		transform: scale(1, 1);
	}
}
@-webkit-keyframes pulse_logo {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.1, 1.1);
	}
	100% {
		transform: scale(1, 1);
	}
}
.snowClick {
	position: absolute;
	bottom: 15px;
	z-index: 2;
	left: 15px;
}
.snowClick img {
	width: 30px;
	height: 30px;
	animation: pulse_logo 2s infinite;
	opacity: 0.6;
}

#snowfall {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	pointer-events: none;
	display: block;
}

/* ////////////////////////////////////////////////////
////////////////////////INFO-BLOCK/////////////////////////
/////////////////////////////////////////////////// */
.subscription-block {
	margin-top: 50px;
}
.info-title {
	color: #ee09a6;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 20px;
}
.info-descr {
	color: white;
	font-size: 22px;
	font-family: 'myreg', sans-serif;
}

/* ////////////////////////////////////////////////////
////////////////////////VIDEO-BLOCK/////////////////////////
/////////////////////////////////////////////////// */
.main-video {
	width: 100%;
	display: flex;
	justify-content: center;
}
.main-video .video {
	position: relative;
	width: 100%;
	max-width: 1200px;
	padding-bottom: 56.25%;
	height: 0;
}
.main-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* ////////////////////////////////////////////////////
////////////////////////ADVANTAGES-BLOCK/////////////////////////
/////////////////////////////////////////////////// */
.advantages {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.advantages-card {
	display: flex;
	align-items: center;
	width: 500px;
	margin: 30px;
}
.advantages-circle1 {
	display: flex;
	background-color: #1bf4ab;
	border: none;
	border-radius: 50%;
	height: 7em;
	width: 7em;
	padding: 25px;
	margin-right: 25px;
}
.advantages-circle {
	display: flex;
	background-color: #1bf4ab;
	border: none;
	border-radius: 50%;
	height: 7em;
	width: 7em;
	padding: 25px;
	margin-right: 25px;
}
.advantages-text-block {
	display: flex;
	flex-direction: column;
}
.advantages-title {
	color: #ee09a6;
	font-size: 24px;
	font-family: 'mybold', sans-serif;
	font-style: normal;
	font-weight: bold;
}
.advantages-sup-title {
	color: white;
	font-size: 20px;
	font-family: 'mybold', sans-serif;
	font-weight: bold;
}
#img_threads {
	height: 4em;
	width: 4em;
}
.threads:hover #img_threads {
	animation: translate_threads 0.5s;
}
@keyframes translate_threads {
	0% {
		transform: translateX(0);
	}
	20% {
		transform: translateX(-4%);
	}
	40% {
		transform: translateX(4%);
	}
	60% {
		transform: translateX(-4%);
	}
	80% {
		transform: translateX(4%);
	}
	100% {
		transform: translateX(0);
	}
}
@-webkit-keyframes translate_threads {
	0% {
		transform: translateX(0);
	}
	20% {
		transform: translateX(-4%);
	}
	40% {
		transform: translateX(4%);
	}
	60% {
		transform: translateX(-4%);
	}
	80% {
		transform: translateX(4%);
	}
	100% {
		transform: translateX(0);
	}
}
#img_light {
	height: 4em;
	width: 4em;
}
.rule:hover #img_light {
	animation: rotate_light 1.5s;
}
@keyframes rotate_light {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@-webkit-keyframes rotate_light {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
#img_start {
	height: 4em;
	width: 4em;
}
.start:hover #img_start {
	animation: move_start 1.5s;
}
@keyframes move_start {
	0% {
		transform: translateX(0) translateY(0);
	}
	25% {
		transform: translateX(120%) translateY(-120%);
		opacity: 0;
	}
	50% {
		opacity: 0;
		transform: translateX(-120%) translateY(120%);
	}
	100% {
		opacity: 100%;
		transform: translateX(0) translateY(0);
	}
}
#img_private {
	height: 4em;
	width: 4em;
}
.privates:hover #img_private {
	animation: pulse_private 1.5s;
}
.intro-button {
	color: #000;
}
@keyframes pulse_private {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.15, 1.15);
	}
	100% {
		transform: scale(1, 1);
	}
}

/* ////////////////////////////////////////////////////
////////////////////////PRICE-BLOCK/////////////////////////
/////////////////////////////////////////////////// */
.price {
	display: flex;
	gap: 10px;
	max-width: 1200px;
	align-items: center;
	margin-top: 20px;
	flex-wrap: wrap;
}
.price1 {
	display: flex;
	flex-wrap: wrap;
	width: 560px;
	justify-content: space-between;
}
.price-card {
	transition: all 0.2s linear;
}
.price-card:hover {
	transform: scale(1.05, 1.05);
}
.price-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #1bf4ab;
	border-radius: 8px;
	padding: 20px 47px;
	text-decoration: none;
	font-weight: bold;
	text-wrap: nowrap;
	font-family: 'mybold', sans-serif;
	color: black;
	width: 275px;
	font-size: 22px;
}
.price-card-tit {
	font-style: normal;
	font-size: 24px;
	font-weight: 700;
}




.price-card-cost {
	color: #000;
	font-size: 28px;
	text-decoration: none;
	font-family: 'mybold', sans-serif;
	font-style: normal;
}
.supper-price-block {
	display: flex;
	flex-direction: column;
	margin-top: 40px;
}
.boost-pluse {
	color: #ffffff;
	font-size: 20px;
	font-family: 'mybold', sans-serif;
	font-weight: bold;
}
.boost-pluse-sup {
	color: #ee09a6;
	font-size: 20px;
	font-family: 'mybold', sans-serif;
	font-style: italic;
	font-weight: bold;
	margin-top: 15px;
}

/* ////////////////////////////////////////////////////
////////////////////////SLIDER-BLOCK//////////////
/////////////////////////////////////////////////// */
.slider-block {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.rew {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
	margin-top: 50px;
	margin-bottom: 200px;
}
.slider-main {
	position: relative;
	max-width: 100%;
	max-height: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.slides {
	display: flex;
	height: 100%;
	transition: transform 1s ease;
}
.slide {
	border: 4px solid transparent;
	border-radius: 30px;
	flex: 0 0 98.8%;
	box-sizing: border-box;
	background: linear-gradient(
		90deg,
		rgba(238, 9, 166, 0.15),
		rgba(18, 28, 41, 0.7),
		rgba(0, 118, 255, 0.15)
	);
	background-size: 300% 300%; 
	margin: 0 7px;
	animation: gradientAnimation 5s ease infinite;
}

@keyframes gradientAnimation {
	0% {
		background-position: 0% 50%; 
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%; 
	}
}


.next-slide,
.prev-slide {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	cursor: pointer;
	text-align: center;
	color: #ee09a6;
	width: 50px;
	height: 50px;
	background: #ffffff;
	border-radius: 100%;
	padding-top: 13px;
	background: #1bf4ab;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
}
.next-slide:hover,
.prev-slide:hover {
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.prev-slide:active {
	background: #ee09a6;
}
.prev-slide:active .custom-arrow-prev path {
	fill: #ffffff;
}
.next-slide:active {
	background: #ee09a6;
}
.next-slide:active .custom-arrow-next path {
	fill: #ffffff;
}
.custom-arrow-prev path {
	fill: rgb(0, 0, 0);
}
.custom-arrow-next path {
	fill: rgb(0, 0, 0);
}
.prev-slide {
	left: -18px;
}
.next-slide {
	right: -22px;
	padding-left: 3px;
}
.slider-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px 100px;
}
.left-side {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 50px;
}
.left-side img {
	width: 120px;
	border-radius: 50%;
	height: 120px;
	margin: 0;
}
.title-name-left {
	margin-top: 20px;
	font-size: 22px;
	color: #ee09a6;
}

.right-side {
	line-height: 1.5;
	font-family: 'myreg', sans-serif;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.sup-title-right-side {
	border-radius: 10px;
}
.title-right-side {
	margin-bottom: 35px;
	font-weight: bold;
	font-size: 24px;
}
.sup2 {
	padding: 80px 120px;
}
.sup1 {
	padding: 75px 120px;
}
.sup3 {
	padding: 60px 120px;
}
.sup4 {
	padding: 70px 120px;
}
.sup5 {
	padding: 70px 120px;
}
/* ////////////////////////////////////////////////////
////////////////////////BURGER-BLOCK//////////////
/////////////////////////////////////////////////// */
.burger-menu {
	display: none;
}
/* ////////////////////////////////////////////////////
////////////////////////FOOTER-BLOCK//////////////
/////////////////////////////////////////////////// */
footer {
	background-image: url('../../public/assets/img/banners/footer.png');
	background-size: cover;
	padding: 0 40px;
	margin-top: -120px;
}
footer a {
	color: black;
	text-decoration: none;
	margin: 0 10px;
}
footer a:hover {
	text-decoration: underline;
}
.main-footer {
	display: flex;
	margin: 0 auto;
	max-width: 1020px;
	padding-top: 10vh;
	flex-wrap: nowrap;
	padding-bottom: 50px;
}
.footer-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 300px;
	margin: 20px;
}
.footer-text {
	font-family: 'mybold', sans-serif;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	text-wrap: nowrap;
	margin-bottom: 20px;
	color: black;
}
.footer-text-sup {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 200px;
}
.info-text img {
	width: 10em;
	height: 10em;
	margin-right: 20px;
}
.f-b-t {
	display: flex;
	align-items: center;
}
.f-b-t p {
	text-wrap: nowrap;
}
.tg-text {
	font-family: 'mybold', sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: black;
}
.ss {
	margin-left: 20px;
}
.license {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	font-size: 20px;
	display: flex;
	align-items: center;
	font-weight: bold;
	font-family: 'mybold', sans-serif;
	color: black;
	text-align: center;
	justify-content: center;
	text-wrap: nowrap;
}
.dot {
	width: 4px;
	height: 4px;
	background: #000;
	border-radius: 50%;
}
.rr {
	width: 265px;
}
/* стрелка */
.arrow-niz {
	position: fixed;
	bottom: 0px;
	z-index: 999;
	left: 48%;
	right: 50%;
	cursor: pointer;
	transition: transform 0.6s ease;
	opacity: 0.5;
}
.arrow-niz img {
	height: 60px;
	animation: pulse 1s infinite;
}

@keyframes pulse {
	0%,
	100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
	}
}

.hidden {
	display: none;
}

.hidden {
	display: none;
}
@-moz-document url-prefix() {
    .price-card-tit {
    	font-weight: 400;
    }
    .price-card {
    	font-weight: 400;
    }
    .license{
        font-weight:400;
    }
    .footer-text {
      font-weight: 400;
    }
}
@media (max-width: 1400px) {
	/* #arrow-niz {
		display: none;
	} */
}

@media (max-width: 1202px) {
	.price {
		margin: 0 auto;
		flex-direction: column;
		gap: 12px;
	}
	.price1 {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: space-between;
	}
	.price-card {
		width: 49.2%;
	}
}
@media (max-width: 1179px) {
	.intro-block-text {
		transform: scale(0.8);
	}
	.advantages-card {
		width: 100%;
	}
	.advantages-circle {
		margin-right: 40px;
	}
	.slide {
		border: 4px solid transparent;
		border-radius: 30px;
		flex: 0 0 98.5%;
		box-sizing: border-box;
		background: linear-gradient(
			90deg,
			rgba(238, 9, 166, 0.15),
			rgba(18, 28, 41, 0.7),
			rgba(0, 118, 255, 0.15)
		);

		background-size: 300%;
		margin: 0 8px;
		animation: gradientAnimation 5s ease infinite;
	}
	.prev-slide,
	.next-slide {
		transform: scale(0.8);
	}
}
@media (max-width: 1010px) {
	.slide {
		border: 4px solid transparent;
		border-radius: 30px;
		flex: 0 0 98.5%;
		box-sizing: border-box;
		background: linear-gradient(
			90deg,
			rgba(238, 9, 166, 0.15),
			rgba(18, 28, 41, 0.7),
			rgba(0, 118, 255, 0.15)
		);

		background-size: 300%;
		margin: 0 7px;
		animation: gradientAnimation 5s ease infinite;
	}
}
@media (max-width: 908px) {
	.price {
		justify-content: center;
	}
}
@media (max-width: 1010px) {
	.slide {
		border: 4px solid transparent;
		border-radius: 30px;
		flex: 0 0 98.5%;
		box-sizing: border-box;
		background: linear-gradient(
			90deg,
			rgba(238, 9, 166, 0.15),
			rgba(18, 28, 41, 0.7),
			rgba(0, 118, 255, 0.15)
		);

		background-size: 300%;
		margin: 0 6px;
		animation: gradientAnimation 5s ease infinite;
	}
}
@media (max-width: 830px) {
	header {
		display: none;
		flex-direction: column;
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		padding: 20px;
		z-index: 100;
	}
	.slider-container {
		display: flex;
		flex-direction: column;
		margin: 0 auto;
		padding: 50px 40px;
	}
	.right-side {
		margin-top: 25px;
	}
	.left-side {
		margin: 0;
	}
	.main-footer {
		flex-direction: column;
		align-items: center;
		padding-top: 120px;
	}
	.intro-block-text {
		transform: scale(0.6);
	}
	header {
		backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(10px);
		transition: all 0.3s ease-in-out;
		position: fixed;
		z-index: 100;
		top: 0;
		bottom: 0;
		width: 200px;
	}
	.fixed {
		position: fixed;
		top: 0;
		bottom: 0;
		width: 200px;
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	}
	.main-header {
		height: 100%;
		flex-direction: column;
		justify-content: center;
	}
	.tg {
		margin-right: 0px;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.main-logo {
		display: none;
	}
	.nav-menu {
		max-width: 100px;
		display: flex;
		flex-direction: column;
	}

	li {
		margin-top: 110px;
		text-align: center;
		margin-right: 0;
	}
	li:hover a::after {
		transform: translateX(0);
		opacity: 0;
	}
	/* ////////////////////////////////////////////////////
	////////////////////////BURGER-BLOCK//////////////
	/////////////////////////////////////////////////// */
	.burger-menu {
		display: none;
		flex-direction: column;
		justify-content: space-around;
		width: 30px;
		height: 30px;
		background: transparent;
		border: none;
		cursor: pointer;
		z-index: 101;
		top: 10px;
		left: 10px;
		position: fixed;
	}
	.burger-line {
		width: 100%;
		height: 4px;
		background-color: #ee09a6;
		border-radius: 10px;
		transition: all 0.3s ease;
	}
	.burger-menu.active .burger-line:nth-child(1) {
		transform: rotate(45deg) translate(7px, 7px);
	}
	.burger-menu.active .burger-line:nth-child(2) {
		opacity: 0;
	}
	.burger-menu.active .burger-line:nth-child(3) {
		transform: rotate(-45deg) translate(7px, -7px);
	}
	#scrollHeader.active {
		display: flex;
	}
	#scrollHeader ul {
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	#scrollHeader li {
		margin: 15px 0;
	}
	.burger-menu {
		display: flex;
	}
	#scrollHeader.active {
		display: flex;
	}
	header {
		max-width: 170px;
	}
	.nav-menu {
		margin-top: -80px;
		max-width: 10px;
		font-size: 15px;
	}
}
@media (max-width: 760px) {
	.slide {
		border: 4px solid transparent;
		border-radius: 30px;
		flex: 0 0 98.5%;
		box-sizing: border-box;
		background: linear-gradient(
			90deg,
			rgba(238, 9, 166, 0.15),
			rgba(18, 28, 41, 0.7),
			rgba(0, 118, 255, 0.15)
		);

		background-size: 300%;
		margin: 0 5px;
		animation: gradientAnimation 5s ease infinite;
	}

	.main-footer {
		flex-direction: column;
		align-items: center;
	}
	.footer-block {
		margin: 0;
		margin-top: 20px;
	}
	.f-b-t p {
		text-wrap: wrap;
	}
}
@media (max-width: 632px) {
	.slide {
		border: 4px solid transparent;
		border-radius: 30px;
		flex: 0 0 98.3%;
		box-sizing: border-box;
		background: linear-gradient(
			90deg,
			rgba(238, 9, 166, 0.15),
			rgba(18, 28, 41, 0.7),
			rgba(0, 118, 255, 0.15)
		);

		background-size: 300%;
		margin: 0 4px;
		animation: gradientAnimation 5s ease infinite;
	}
}
@media (max-width: 620px) {
	.intro-title22 {
		transform: scale(0.9);
		left: -132px;
	}
	.intro-sup-title {
		font-size: 60px;
	}
	.arrow-niz {
		position: fixed;
		bottom: 0px;
		left: 46%;
		right: 50%;
		cursor: pointer;
		transition: transform 0.6s ease;
		opacity: 0.5;
	}
	.price-card {
		max-width: 500px;
		width: 100%;
	}
	.license {
		font-size: 14px;
	}
	.advantages-card {
		flex-direction: column;
		text-align: center;
	}
	.advantages-text-block {
		margin-top: 20px;
	}
	.advantages-circle {
		margin-right: 0;
	}
	.price1 {
		flex-direction: column;
		align-items: center;
	}

	.price1 a {
		margin-bottom: 12px;
	}
	.price1 a:nth-child(2) {
		margin-bottom: 0px;
	}
}
@media (max-width: 532px) {
	.intro-sup-title {
		color: white;
		font-size: 60px;
		font-style: italic;
		margin-top: -30px;
		text-wrap: wrap;
	}
}

@media (max-width: 490px) {
    .suuu4,.suuu3,.suuu2,.suuu{
        display:none;
    }
    .snowClick {
        display:none;
    }
    #snowfall, #toggleSnowflake {
        display:none;
    }
	.slide {
		border: 4px solid transparent;
		border-radius: 30px;
		flex: 0 0 98.1%;
		box-sizing: border-box;
		background: linear-gradient(
			90deg,
			rgba(238, 9, 166, 0.15),
			rgba(18, 28, 41, 0.7),
			rgba(0, 118, 255, 0.15)
		);

		background-size: 300%;
		margin: 0 4px;
		animation: gradientAnimation 5s ease infinite;
	}
}
@media (max-width: 433px) {
	.slide {
		border: 4px solid transparent;
		border-radius: 30px;
		flex: 0 0 97.6%;
		box-sizing: border-box;
		background: linear-gradient(
			90deg,
			rgba(238, 9, 166, 0.15),
			rgba(18, 28, 41, 0.7),
			rgba(0, 118, 255, 0.15)
		);

		background-size: 300%;
		margin: 0 4px;
		animation: gradientAnimation 5s ease infinite;
	}
}
@media (max-width: 450px) {
	.burger-menu {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		width: 25px;
		height: 25px;
		background: transparent;
		border: none;
		cursor: pointer;
		z-index: 101;
		top: 10px;
		left: 10px;
		position: fixed;
	}
	.burger-line {
		width: 100%;
		height: 4px;
		background-color: #ee09a6;
		border-radius: 10px;
		transition: all 0.3s ease;
	}
	.burger-menu.active .burger-line:nth-child(1) {
		transform: rotate(45deg) translate(5px, 5px);
	}
	.burger-menu.active .burger-line:nth-child(2) {
		opacity: 0;
	}
	.burger-menu.active .burger-line:nth-child(3) {
		transform: rotate(-45deg) translate(7px, -7px);
	}
	.license {
		font-size: 9px;
	}
	.arrow-niz {
		position: fixed;
		bottom: 0px;
		left: 43.5%;
		right: 50%;
		cursor: pointer;
		transition: transform 0.6s ease;
		opacity: 0.5;
	}
}
@media (max-width: 425px) {
	.info-block,
	.video-block,
	.advantages-block,
	.price-block {
		margin-top: 30px;
	}
	.sup-title-right-side {
		font-size: 16px;
	}
	.title-right-side {
		font-size: 20px;
		margin: 0;
		padding: 0;
		font-family: 'mybold', serif;
		margin-bottom: 15px;
	}
	h2 {
		font-size: 26px;
	}
	.info-title {
		font-size: 17px;
	}
	.info-descr {
		font-size: 20px;
	}
	.advantages-circle {
		transform: scale(0.9);
	}
	.advantages-title {
		font-size: 22px;
	}
	.advantages-sup-title {
		font-size: 18px;
		margin-top: 5px;
	}
	.boost-pluse,
	.boost-pluse-sup {
		font-size: 18px;
	}
	.intro-title {
	}
	.sup-title {
		position: absolute;
		right: 0px;
		bottom: -180px;
	}
}

@media (max-width: 413px) {
	.slide {
		border: 4px solid transparent;
		border-radius: 30px;
		flex: 0 0 97.4%;
		box-sizing: border-box;
		background: linear-gradient(
			90deg,
			rgba(238, 9, 166, 0.15),
			rgba(18, 28, 41, 0.7),
			rgba(0, 118, 255, 0.15)
		);

		background-size: 300%;
		margin: 0 4px;
		animation: gradientAnimation 5s ease infinite;
	}
}
@media (max-width: 390px) {
	.slide {
		border: 4px solid transparent;
		border-radius: 30px;
		flex: 0 0 97.1%;
		box-sizing: border-box;
		background: linear-gradient(
			90deg,
			rgba(238, 9, 166, 0.15),
			rgba(18, 28, 41, 0.7),
			rgba(0, 118, 255, 0.15)
		);

		background-size: 300%;
		margin: 0 4px;
		animation: gradientAnimation 5s ease infinite;
	}
}
@media (max-width: 350px) {
	.license {
		font-size: 7px;
	}
	.footer-block {
		width: 250px;
	}
}
