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

ol[class],
ul[class] {
	padding: 0;
	list-style: none
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
	margin: 0
}

body {
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto
}

img {
	max-width: 100%;
	display: block
}

article>*+* {
	margin-top: 1em
}

button,
input,
select,
textarea {
	font: inherit
}

@media (prefers-reduced-motion:reduce) {
	* {
		-webkit-animation-duration: 0s !important;
		animation-duration: 0s !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		-webkit-transition-duration: 0s !important;
		-o-transition-duration: 0s !important;
		transition-duration: 0s !important;
		scroll-behavior: auto !important
	}
}

a {
	color: var(--accent);
	text-decoration: none;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

img {
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
}

:root {
	--bgColor: #fff;
	--fontColor: #fff;
	--accent: #f00;
	--accentHover: #c70101;
}

html {
	font-size: 10px;
	background-color: var(--bgColor);
	font-family: 'Gilroy', sans-serif;
	color: var(--fontColor);
	overflow-x: hidden;
}

.wrapper {
	--max-width: 1300px;
	--padding-side: 16px;

	width: min(var(--max-width), 100% - (var(--padding-side) * 2));
	margin-inline: auto;
}

.main_first,
.main_second {
	background-color: var(--bgColor);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 100vh;
	width: 100%;
	position: relative;
	overflow: hidden;
	-webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
	transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out, transform 0.4s ease-out;
	transition: opacity 0.4s ease-out, transform 0.4s ease-out;
	transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;

	background-image: url('../img/background.png');
}

.main_first.screen-exit {
	opacity: 0;
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
	pointer-events: none;
}


.main_first_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 89px 0;
	padding-top: 140px;
	position: relative;
	z-index: 5;
}

.zevs-image,
.sweet-pers-image,
.sobaka-image,
.sneg-image {
	position: absolute;
	object-fit: fill;
}

.zevs-image {
	width: 900px;
	height: 1080px;
	left: 30px;
	bottom: -30px;
	z-index: 1;
	animation: float-idle 3.5s ease-in-out infinite;
}

.sweet-pers-image {
	width: 1110px;
	height: calc(100% + 150px);
	top: -100px;
	right: 130px;
	z-index: 1;
	animation: float-idle 3.5s ease-in-out infinite;
	animation-delay: .5s;
}

.sobaka-image {
	width: 565px;
	height: 850px;
	right: -20px;
	bottom: 0;
	z-index: 2;
	animation: float-idle 3.5s ease-in-out infinite;
	animation-delay: 1s;
}

.sneg-image {
	width: 100%;
	height: 430px;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.main_content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.main_content_header {
	display: flex;
	align-items: center;
	position: relative;
	flex-direction: column;
}

.main_content_logo {
	width: 350px;
	height: 180px;
	position: absolute;
	left: -23vw;
	top: -40px;
}

.main_content_logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.main_content_title {
	font-size: 180px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: -4px;
	/* text-shadow: 0 16px 36px rgba(0, 0, 0, 0.75); */
	font-family: 'DrukCyr', sans-serif;
	position: relative;
	z-index: 2;
}

.main_content_title::before {
	content: 'Yılbaşı bonusunu al!';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-shadow: 0 16px 36px rgba(0, 0, 0, 0.75);
	color: transparent;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.main_content_title_text {
	position: relative;
	z-index: 2;
	background: linear-gradient(43.45deg, #FF6E00 14.63%, #FF7900 49.58%, #FF8400 56.24%, #FFC800 85.37%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.main_content_title_sub {
	font-size: 70px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #fff;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 10px;
	text-shadow: 0 18px 41px rgba(0, 0, 0, 1);
	position: relative;
	z-index: 3;
}

.code {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 100px 0;

	border-radius: 50px;
	background: #fff;

	position: relative;

	margin-top: 50px;

	width: 100%;
	max-width: 1030px;
}

.code::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50px;
	background: linear-gradient(43.45deg, #FF6E00 14.63%, #FF7900 49.58%, #FF8400 56.24%, #FFC800 85.37%);
	padding: 6px;
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
}


.code_title {
	font-size: 64px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: -1px;
	background: linear-gradient(43.45deg, #FF6E00 14.63%, #FF7900 49.58%, #FF8400 56.24%, #FFC800 85.37%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.code_btn,
.code_promo {
	width: 100%;
	max-width: 630px;

	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.code_promo {
	margin-top: 30px;
	padding: 16px 0;
	border: 3px dashed rgba(53, 43, 45, 1);
	border-radius: 16px;

	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #000;

	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;

	position: relative;
}

.code_promo::after {
	content: '';
	position: absolute;
	right: -75px;
	top: -75px;
	background-image: url('../img/Vector.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;

	width: 42px;
	height: 115px;
}


.code_btn {
	margin-top: 40px;
	padding: 22px 0;
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #000;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0px 8.64px 11px 0px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;

	border: none;

	transition: none;
}

.code_btn img {
	width: 28px;
	height: 32px;
}

.code_btn::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 14px;
	background: linear-gradient(43.45deg, #FF6E00 14.63%, #FF7900 49.58%, #FF8400 56.24%, #FFC800 85.37%);
	padding: 2px;
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
}

.code_btn:hover {
	color: #000;
}

.code_btn.copied {
	color: forestgreen;
}

.main_content_button,
.main_second_content_button_button {
	box-shadow: 0px 10px 20px 0px #000000BF;
	background: linear-gradient(43.45deg, #FF6E00 14.63%, #FF7900 49.58%, #FF8400 56.24%, #FFC800 85.37%);
	color: #22151E;
	animation: heartbeat 1.7s ease-in-out infinite;
	display: block;
	cursor: pointer;
	font-weight: 800;
	border-radius: 16px;
	position: relative;
	border: none;
	text-transform: uppercase;
}

.main_content_button {
	padding: 20px 120px;
	font-size: 46px;
	margin-top: 45px;
}

.main_content_button:disabled {
	opacity: .7;
	cursor: not-allowed;
	animation-play-state: paused;
}

.main_content_button:hover,
.main_second_content_button_button:hover {
	color: #000;
}

.main_content_button::after,
.main_second_content_button_button::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 16px;
	padding: 2px;
	background: linear-gradient(to right, transparent 0%, white 50%, transparent 100%);
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
}

@keyframes float-idle {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-9px);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes heartbeat {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}
}

@keyframes spin-first {
	0% {
		transform: rotate(-40deg)
	}

	70% {
		transform: rotate(1265deg)
	}

	80% {
		transform: rotate(1256deg)
	}

	to {
		transform: rotate(1260deg)
	}
}

@keyframes c-pulse {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.03)
	}

	to {
		transform: scale(1)
	}
}

.main_second {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;

	opacity: 0;
	pointer-events: none;
	visibility: hidden;

	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;

}

.main_second.screen-enter {
	opacity: 1;
	pointer-events: all;
	visibility: visible;
	position: relative;
}

.main_second_inner {
	padding: 200px 0;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.main_second_content {
	position: relative;
	z-index: 5;
	flex-grow: 1;
	letter-spacing: -1px;

	backdrop-filter: blur(5px);
	background: rgba(255, 117, 1, 0.1);
	border-radius: 60px;
	overflow: hidden;
	padding: 85px 0;
	width: 100%;
	max-width: 1120px;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.main_second_content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 60px;
	padding: 10px;
	background: linear-gradient(to right, transparent 0%, white 50%, transparent 100%);
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
}



.main_second_content_inner {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-shadow: 0 19px 40px rgba(0, 0, 0, 0.75);
	position: relative;
	z-index: 2;
}

.main_second_content_logo {
	width: 390px;
	height: 195px;
}

.main_second_content_logo.mobile-only {
	display: none;
}

.main_second_content_title {
	font-size: 200px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: -4px;
	/* text-shadow: 0 16px 36px rgba(0, 0, 0, 0.75); */
	font-family: 'DrukCyr', sans-serif;
	position: relative;
	z-index: 2;
	text-shadow: none;
	margin-top: 40px;
}

.main_second_content_title::before {
	content: 'Şansını dene!';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-shadow: 0 16px 36px rgba(0, 0, 0, 0.75);
	color: transparent;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.main_second_content_title_text {
	position: relative;
	z-index: 2;
	background: linear-gradient(43.45deg, #FF6E00 14.63%, #FF7900 49.58%, #FF8400 56.24%, #FFC800 85.37%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.main_second_content_description {
	margin-top: 25px;
	font-size: 50px;
}

.main_second_content_description {
	text-transform: uppercase;
	font-weight: 700;
}


.main_second_content_button {
	margin-top: 40px;
	position: relative;
}

.main_second_content_button_button {
	padding: 25px 0;
	margin-top: 25px;
	text-shadow: none;

	width: 100%;
	max-width: 570px;
	text-align: center;
	font-size: 50px;
}

.main_second_content_button_button:hover {
	color: #000;
}

.main_second .zevs-image {
	width: 940px;
	height: calc(100% - 40px);
	left: 20px;
	bottom: -20px;
}

.main_second .sweet-pers-image {
	width: 1300px;
	height: calc(100% + 40px);
	right: 30px;
	bottom: -40px;
}

.main_second .sobaka-image {
	width: 560px;
	height: 760px;
	right: 0;
	bottom: -10px;
}

@media screen and (max-width: 1920px) {

	.zevs-image {
		width: 690px;
		height: 800px;
	}

	.sweet-pers-image {
		width: 840px;
		right: 100px;
	}

	.sobaka-image {
		width: 420px;
		height: 640px;
		right: 0;
		bottom: 0;
	}

	.sneg-image {
		height: 320px;
	}

	.main_first_inner {
		padding: 80px 0;
		padding-top: 100px;
	}

	.main_content_logo {
		width: 266px;
		height: 135px;
	}

	.main_content_title {
		font-size: 136px;
	}

	.main_content_title_sub {
		font-size: 52px;
	}

	.code {
		margin-top: 35px;
		padding: 77px 0;
	}

	.code_title {
		font-size: 48px;
	}

	.code_promo {
		font-size: 38px;
		padding: 12px 0;
	}

	.code_promo::after {
		width: 32px;
		height: 85px;
		right: -55px;
		top: -55px;
	}

	.code_btn {
		font-size: 30px;
		margin-top: 30px;

		padding: 16px 0;
	}

	.code_btn,
	.code_promo {
		max-width: 470px;
	}

	.code_btn img {
		width: 21px;
		height: 24px;
	}

	.main_content_button {
		font-size: 40px;
	}





	.main_second_inner {
		padding: 170px 0;
	}

	.main_second_content {
		max-width: 840px;
		padding: 60px 0;
		border-radius: 46px;
	}

	.main_second_content::before {
		padding: 8px;
		border-radius: 46px;
	}

	.main_second_content_logo {
		width: 290px;
		height: 150px;
	}

	.main_second_content_title {
		font-size: 150px;
	}

	.main_second_content_description .main_second_content_button_button {
		font-size: 38px;
	}

	.main_second_content_button_button {
		max-width: 430px;
		padding: 15px 0;
	}



	.main_second .zevs-image {
		width: 700px;
		height: calc(100% - 40px);
		left: 20px;
		bottom: -20px;
	}

	.main_second .sweet-pers-image {
		width: 950px;
		height: calc(100% + 40px);
		right: 30px;
		bottom: -40px;
	}

	.main_second .sobaka-image {
		width: 500px;
		height: 570px;
		right: 0;
		bottom: -10px;
	}
}

@media screen and (max-width: 1200px) {

	.main_first .zevs-image {
		width: 590px;
		height: 820px;
	}

	.main_first .sweet-pers-image {
		width: 660px;
		height: 106%;
		max-height: 800px;
		right: -80px;
		bottom: 0;
		top: auto;
	}

	.main_first .sobaka-image {
		width: 225px;
		height: 415px;
		bottom: -20px;
	}

	.main_first .sneg-image {
		height: 200px;
	}

	.main_first_inner {
		padding: 60px 0;
	}

	.main_content_logo {
		position: static;
		width: 350px;
		height: 45px;
	}

	.main_content_title_sub {
		font-size: 38px;
		margin-top: 10px;
		line-height: 1;
		margin-left: auto;
	}


	.code {
		margin-top: 35px;
		padding: 77px 0;
	}

	.code_title {
		font-size: 48px;
	}

	.code_promo {
		font-size: 38px;
		padding: 12px 0;
	}

	.code_promo::after {
		width: 32px;
		height: 85px;
		right: -55px;
		top: -55px;
	}

	.code_btn {
		font-size: 30px;
		margin-top: 30px;

		padding: 16px 0;
	}

	.code_btn,
	.code_promo {
		max-width: 470px;
	}

	.code_btn img {
		width: 21px;
		height: 24px;
	}

	.main_content_button {
		font-size: 40px;
		padding: 10px 65px;
		border-radius: 10px;
	}


	.main_second .zevs-image {
		width: 700px;
		height: 780px;
	}

	.main_second .sweet-pers-image {
		width: 660px;
	}

	.main_second .sobaka-image {
		width: 280px;
		height: 320px;
		right: 160px;
		bottom: 10px;
	}

	.main_second .sneg-image {
		height: 200px;
	}

	.main_second_inner {
		padding: 70px 0;
		padding-bottom: 100px;
	}

	.main_second_content {
		max-width: 840px;
		padding: 50px 0;
		border-radius: 38px;
	}

	.main_second_content::before {
		padding: 6px;
		border-radius: 38px;
	}

	.main_second_content_logo {
		width: 240px;
		height: 120px;
	}

	.main_second_content_title {
		font-size: 124px;
	}

	.main_second_content_description,
	.main_second_content_button_button {
		font-size: 32px;
	}

	.main_second_content_button_button {
		max-width: 350px;
		padding: 15px 0;
		border-radius: 12px;
	}


	.main_second .zevs-image {
		width: 600px;
		height: calc(100% - 40px);
		left: -50px;
		bottom: 0px;
	}

	.main_second .sweet-pers-image {
		width: 660px;
		height: calc(100% + 40px);
		right: -180px;
		bottom: -40px;
	}

	.main_second .sobaka-image {
		width: 420px;
		height: 420px;
		right: -150px;
		bottom: -10px;
	}

}

@media screen and (max-width: 1024px) {

	.main_first .zevs-image {
		width: 480px;
		height: 700px;
		left: 0;
	}

	.main_first .sweet-pers-image {
		width: 565px;
		height: 106vh;
		right: -80px;
		bottom: 0;
		top: auto;
	}

	.main_first .sobaka-image {
		width: 188px;
		height: 350px;
		bottom: -20px;
		right: -50px;
	}

	.main_first .sneg-image {
		height: 170px;
	}

	.main_first_inner {
		padding: 45px 0;
	}

	.main_content_logo {
		width: 300px;
		height: 40px;
	}

	.main_content_title {
		font-size: 116px;
		letter-spacing: normal;
	}

	.main_content_title_sub {
		font-size: 32px;
		margin-top: 0;
	}


	.code {
		margin-top: 25px;
		padding: 35px 0;
		border-radius: 32px;
	}

	.code::before {
		padding: 3px;
		border-radius: 32px;
	}

	.code_title {
		font-size: 40px;
	}

	.code_promo {
		font-size: 32px;
		padding: 10px 0;
		border-radius: 10px;
	}

	.code_promo::after {
		width: 28px;
		height: 74px;
		right: -45px;
		top: -45px;
	}

	.code_btn {
		font-size: 26px;
		margin-top: 13px;

		padding: 12px 0;
	}

	.code_btn,
	.code_promo {
		max-width: 400px;
	}

	.code_btn img {
		width: 18px;
		height: 20px;
	}

	.main_content_button {
		font-size: 34px;
		padding: 14px 105px;
		border-radius: 14px;
	}



	.main_second .zevs-image {
		width: 600px;
		height: 665px;
	}

	.main_second .sweet-pers-image {
		width: 565px;
	}

	.main_second .sobaka-image {
		width: 240px;
		height: 275px;
		right: 140px;
		bottom: 10px;
	}

	.main_second .sneg-image {
		height: 170px;
	}

	.main_second_inner {
		padding: 110px 0;
	}

	.main_second_content {
		max-width: 720px;
		padding: 40px 0;
		border-radius: 32px;
	}

	.main_second_content::before {
		padding: 6px;
		border-radius: 32px;
	}

	.main_second_content_logo {
		width: 205px;
		height: 105px;
	}

	.main_second_content_title {
		font-size: 106px;
		letter-spacing: normal;
	}

	.main_second_content_description,

	.main_second_content_button_button {
		font-size: 28px;
	}

	.main_second_content_button_button {
		max-width: 300px;
		padding: 10px 0;
		border-radius: 10px;
	}

	.main_second .zevs-image {
		width: 475px;
		height: calc(100%);
		left: 0;
		bottom: 0px;
	}

	.main_second .sweet-pers-image {
		width: 520px;
		height: calc(100% + 20px);
		right: -130px;
		bottom: -20px;
	}

	.main_second .sobaka-image {
		width: 320px;
		height: 320px;
		right: -130px;
		bottom: -10px;
	}
}

@media screen and (max-width: 720px) {
	.main_content_title {
		font-size: 80px;
	}
}

@media screen and (max-width: 490px) {

	.main_first_inner {
		padding: 60px 0;
	}

	.main_first,
	.main_second {
		background-image: url('../img/background-414.png');
	}

	.main_first .zevs-image,
	.main_second .zevs-image {
		width: 300px;
		height: 290px;
		left: -50px;
	}

	.main_first .sweet-pers-image,
	.main_second .sweet-pers-image {
		width: 340px;
		height: 370px;
		right: -25px;
		bottom: 0;
		top: auto;
	}

	.main_first .sobaka-image,
	.main_second .sobaka-image {
		width: 185px;
		height: 200px;
		bottom: 0;
		right: -20px;
	}

	.main_first .sneg-image,
	.main_second .sneg-image {
		height: 100px;
	}

	.main_first_inner {
		padding: 45px 15px;
	}

	.main_content_logo {
		width: 240px;
		height: 32px;
	}

	.main_content_title {
		font-size: 62px;
	}

	.main_content_title_sub {
		font-size: 30px;
		margin-left: 0;
		margin-top: 10px;
	}


	.code {
		margin-top: 25px;
		padding: 35px 0;
		border-radius: 24px;
		padding-bottom: 45px;
	}

	.code::before {
		padding: 3px;
		border-radius: 24px;
	}

	.code_title {
		font-size: 30px;
	}

	.code_promo {
		font-size: 24px;
		padding: 7px 0;
		border-radius: 8px;
		margin-top: 15px;
	}

	.code_promo::after {
		display: none;
	}

	.code_btn {
		font-size: 20px;
		margin-top: 11px;

		padding: 10px 0;
		border-radius: 8px;
	}

	.code_btn::after {
		border-radius: 8px;
	}

	.code_btn,
	.code_promo {
		max-width: 305px;
	}

	.code_btn img {
		width: 13px;
		height: 15px;
	}

	.main_content_button {
		font-size: 24px;
		padding: 14px 0;
		border-radius: 10px;
		width: 100%;
		margin-top: 20px;
	}












	.main_second_inner {
		padding: 90px 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 25px;
	}

	.main_second_content {
		max-width: 100%;
		padding: 32px 0;
		border-radius: 0;
	}

	.main_second_content::before {
		padding: 6px;
		border-radius: 0;
	}

	.main_second_content_description {
		margin-top: 10px;
	}

	.main_second_content_logo {
		width: 162px;
		height: 82px;
	}

	.main_second_content_title {
		font-size: 84px;
		margin-top: 0;
	}

	.main_second_content_description,

	.main_second_content_button_button {
		font-size: 22px;
	}

	.main_second_content_button_button {
		max-width: 100%;
		padding: 10px 0;
		border-radius: 10px;
	}

	.main_second_content_logo.mobile-only {
		display: block;
	}

	.main_second_content_logo.desktop-only {
		display: none;
	}
}

@media screen and (max-width: 410px) {

	.main_first_inner {
		padding: 44px 0;
	}

	.main_first .zevs-image {
		width: 240px;
		height: 210px;
		left: -30px;
	}

	.main_first .sweet-pers-image {
		width: 250px;
		height: 260px;
		right: -25px;
		bottom: 0;
		top: auto;
	}

	.main_first .sobaka-image {
		width: 130px;
		height: 125px;
		bottom: 0;
		right: -20px;
	}

	.main_first .sneg-image {
		height: 64px;
	}

	.main_first_inner {
		padding: 45px 15px;
		width: 100%;
	}

	.main_content {
		width: 100%;
	}

	.main_content_logo {
		width: 240px;
		height: 32px;
	}

	.main_content_title {
		font-size: 50px;
	}

	.main_content_title_sub {
		font-size: 24px;
		margin-left: 0;
		margin-top: 10px;
	}


	.code {
		margin-top: 20px;
		border-radius: 18px;
		padding-top: 23px;
		padding-bottom: 35px;
	}

	.code::before {
		padding: 2px;
		border-radius: 18px;
	}

	.code_title {
		font-size: 24px;
	}

	.code_promo {
		font-size: 18px;
		padding: 4px 0;
		border-radius: 8px;
		margin-top: 15px;
	}

	.code_btn {
		font-size: 16px;
		margin-top: 11px;

		padding: 8px 0;
		border-radius: 6px;
	}

	.code_btn::after {
		border-radius: 8px;
	}

	.code_btn,
	.code_promo {
		max-width: 90%;
	}

	.code_btn img {
		width: 10px;
		height: 10px;
	}

	.main_content_button {
		font-size: 18px;
		padding: 10px 0;
		border-radius: 8px;
		width: 100%;
		margin-top: 15px;
	}



	.main_second_content {
		max-width: 100%;
		padding: 25px 0;
	}

	.main_second_content::before {
		padding: 4px;
	}

	.main_second_content_logo {
		width: 124px;
		height: 64px;
	}

	.main_second_content_title {
		font-size: 66px;
	}

	.main_second_content_description,

	.main_second_content_button_button {
		font-size: 18px;
	}

	.main_second_content_button_button {
		max-width: 90%;
		padding: 8px 0;
		border-radius: 10px;
		font-size: 22px;
	}

}