

@font-face {
	font-family: icons;
	font-display: swap;
	src: url(../fonts/icons.woff2) format("woff2"), url(../fonts/icons.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: poppins;
	font-display: swap;
	src: url(../fonts/poppins-500.woff2) format("woff2"), url(../fonts/poppins-500.woff) format("woff");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: poppins;
	font-display: swap;
	src: url(../fonts/poppins-600.woff2) format("woff2"), url(../fonts/poppins-600.woff) format("woff");
	font-weight: 600;
	font-style: normal
}

@font-face {
	font-family: poppins;
	font-display: swap;
	src: url(../fonts/poppins-regular.woff2) format("woff2"), url(../fonts/poppins-regular.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: poppins;
	font-display: swap;
	src: url(../fonts/poppins-700.woff2) format("woff2"), url(../fonts/poppins-700.woff) format("woff");
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: roboto;
	font-display: swap;
	src: url(../fonts/roboto-500.woff2) format("woff2"), url(../fonts/roboto-500.woff) format("woff");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: roboto;
	font-display: swap;
	src: url(../fonts/roboto-regular.woff2) format("woff2"), url(../fonts/roboto-regular.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

[class*=" _icon-"]:before,
[class^=_icon-]:before {
	font-family: icons;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

._icon-facebook:before {
	content: "\e900";
	color: #fff
}

._icon-instagram:before {
	content: "\e901";
	color: #fff
}

._icon-twitter:before {
	content: "\e902";
	color: #fff
}

* {
	padding: 0;
	margin: 0;
	border: 0
}

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

aside,
footer,
header,
nav,
section {
	display: block
}

html {
	font-size: 18px
}

body,
html {
	height: 100%;
	min-width: 375px
}

body {
	line-height: 1;
	font-family: poppins;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

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

input::-ms-clear {
	display: none
}

button {
	cursor: pointer;
	background-color: inherit
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

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-weight: inherit;
	font-size: inherit
}

body {
	color: #57515e;
	font-weight: 500
}

body._lock {
	overflow: hidden
}

.wrapper {
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

._container {
	max-width: 1304px;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px
}

.btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: inherit
}

.btn_yellow {
	background-color: #fbc22f;
	padding: 16px 32px;
	font-size: 18px;
	line-height: 145.49%;
	border-radius: 64px;
	letter-spacing: .03em
}

.btn_yellow span {
	margin-right: 10px
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

input[type=email]:focus,
input[type=tel]:focus,
input[type=text]:focus,
textarea:focus {
	outline: 0
}

.input {
	border-radius: 0!important;
	width: 100%;
	display: block;
	padding: 0 0
}

textarea.input {
	resize: none;
	padding: 0 0
}

._ibg {
	position: relative
}

._ibg img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover
}

._anim-show._anim-items {
	opacity: 0;
	visibility: hidden
}

._anim-show._anim {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0, 0)!important;
	-ms-transform: translate(0, 0)!important;
	transform: translate(0, 0)!important
}

.popup {
	-webkit-overflow-scrolling: touch;
	z-index: 100;
	padding: 30px 10px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: visibility .8s ease 0s;
	-o-transition: visibility .8s ease 0s;
	transition: visibility .8s ease 0s;
	visibility: hidden
}

.popup::before {
	content: "";
	background: rgba(38, 22, 58, .62);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity .8s ease 0s;
	-o-transition: opacity .8s ease 0s;
	transition: opacity .8s ease 0s
}

.popup.show {
	visibility: visible;
	overflow: auto
}

.popup.show::before {
	opacity: 1
}

.popup.show .popup__body {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.popup._active {
	overflow: auto;
	visibility: visible
}

.popup._active::before {
	opacity: 1
}

.popup._active .popup__body {
	-webkit-transition: all .3s ease .2s;
	-o-transition: all .3s ease .2s;
	transition: all .3s ease .2s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.popup__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: 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;
	min-height: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center
}

.popup__body {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	background-color: #fff;
	width: 100%;
	max-width: 784px;
	border-radius: 16px;
	min-height: 430px
}

.popup__column {
	background: #0e8e96;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 16px 0 0 16px
}

.popup__title {
	font-size: 40px;
	line-height: 128.49%;
	font-weight: 400;
	display: inline-block;
	padding: 0 45px
}

.popup__title ._yellow {
	color: #fbc22f
}

.popup__title ._bold {
	font-weight: 700;
	white-space: nowrap
}

.popup__close {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 16px;
	right: 16px;
	cursor: pointer;
	z-index: 30;
	background: url(../img/icons/close.svg) center no-repeat
}

.form-popup {
	padding: 54px 24px 0 24px
}

.form-popup__title {
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 140%;
	color: #0f191d
}

.form-popup__subtitle {
	font-size: 16px;
	line-height: 140%;
	color: #5e5e5e;
	margin-bottom: 31px
}

.form-popup__inputs {
	margin-bottom: 43px
}

.form-popup__input {
	border: 1px solid #828282;
	padding: 12px 16px;
	border-radius: 4px
}

.form-popup__input_email {
	margin-bottom: 26px
}

.form-popup__input input {
	font-size: 16px;
	line-height: 150%;
	font-weight: 400
}

.form-popup__input input::-webkit-input-placeholder {
	color: #5e6368
}

.form-popup__input input::-moz-placeholder {
	color: #5e6368
}

.form-popup__input input:-ms-input-placeholder {
	color: #5e6368
}

.form-popup__input input::-ms-input-placeholder {
	color: #5e6368
}

.form-popup__input input::placeholder {
	color: #5e6368
}

.form-popup__button-parent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.form-popup__button {
	font-size: 16px;
	line-height: 150%;
	padding: 12px 65px;
	background: #6d528f;
	border-radius: 32px;
	color: #fff
}

.header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	min-height: 40px
}

.header._scroll .header__wrapper {
	background-color: #4e336f
}

.header__wrapper {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	-webkit-transition: background-color .3s ease 0s;
	-o-transition: background-color .3s ease 0s;
	transition: background-color .3s ease 0s
}

.header__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 24px 0;
	color: #fff;
	-webkit-transition: padding .3s ease 0s;
	-o-transition: padding .3s ease 0s;
	transition: padding .3s ease 0s
}

.header__logo img {
	padding-bottom: 25px
}

.header__logo a {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 32px;
	line-height: 150%;
	position: relative;
	color: inherit
}

.header__button {
	font-size: 16px;
	line-height: 150%;
	color: inherit;
	color: #fbc22f;
	border: 2px solid #fbc22f;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 32px
}

.menu__link {
	color: inherit;
	display: inline-block
}

.icon-menu {
	display: none
}

.fullscreen {
	position: relative;
	z-index: 1;
	padding-top: 111px;
	margin-bottom: 37px;
	overflow-y: visible
}

.fullscreen__container {
	padding-top: 80px;
	padding-bottom: 243px
}

.fullscreen__body {
	color: #fff;
	width: 100%
}

.fullscreen__title {
	font-size: 64px;
	line-height: 126.99%;
	font-weight: 700;
	margin-bottom: 24px
}

.fullscreen__title-nowrap {
	white-space: nowrap
}

.fullscreen__title-block {
	display: block;
	color: #79bfc4
}

.fullscreen__title._anim-items {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

.fullscreen__title._anim {
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s
}

.fullscreen__text {
	font-size: 18px;
	line-height: 145.49%;
	letter-spacing: .03em;
	margin-bottom: 51px;
	margin-bottom: 51px;
	max-width: 626px
}

.fullscreen__text._anim-items {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

.fullscreen__text._anim {
	-webkit-transition: all .5s ease .2s;
	-o-transition: all .5s ease .2s;
	transition: all .5s ease .2s
}

.fullscreen__button {
	position: relative;
	z-index: 1;
	color: #311851
}

.fullscreen__button::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 300px;
	height: 34px;
	bottom: -8px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	border-radius: 64px;
	background: rgba(255, 194, 35, .78);
	-webkit-filter: blur(69px);
	filter: blur(69px);
	z-index: -1;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.fullscreen__button._anim-items {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

.fullscreen__button._anim {
	-webkit-transition: all .5s ease .4s;
	-o-transition: all .5s ease .4s;
	transition: all .5s ease .4s
}

.fullscreen__images {
	max-width: 100%
}

.fullscreen__images._anim-items .fullscreen__image {
	border-radius: 25px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

.fullscreen__images._anim-items .fullscreen__image_2 {
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0)
}

.fullscreen__images._anim .fullscreen__image {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.fullscreen__images._anim .fullscreen__image_1 {
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s
}

.fullscreen__images._anim .fullscreen__image_2 {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition: all .5s ease .2s;
	-o-transition: all .5s ease .2s;
	transition: all .5s ease .2s
}

.fullscreen__images-body {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 27px;
	padding-left: 30px
}

.fullscreen__image {
	max-width: 100%;
	max-height: 100%
}

.fullscreen__image_1 {
	z-index: 2
}

.fullscreen__image_2 {
	z-index: 1;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

.fullscreen__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	pointer-events: none;
	background: url(../img/fullscreen/bg-gradien.svg) bottom/cover no-repeat
}

.monetize {
	margin-bottom: 52px
}

.monetize__body {
	max-width: 1350px;
	margin: 0 auto
}

.monetize__content {
	max-width: 531px;
	margin: 0 auto
}

.monetize__title {
	font-weight: 600;
	font-size: 36px;
	line-height: 150%;
	color: #933f76;
	margin-bottom: 20px
}

.monetize__title._anim-items {
	-webkit-transform: translate(50%, 0);
	-ms-transform: translate(50%, 0);
	transform: translate(50%, 0);
	opacity: 0;
	visibility: hidden
}

.monetize__title._anim {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	transition: all .8s ease 0s
}

.monetize__text {
	font-size: 18px;
	line-height: 150%;
	color: #57515e
}

.monetize__text._anim-items {
	-webkit-transform: translate(50%, 0);
	-ms-transform: translate(50%, 0);
	transform: translate(50%, 0);
	opacity: 0;
	visibility: hidden
}

.monetize__text._anim {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	transition: all .8s ease 0s
}

.video-monetize {
	padding-top: 108px;
	position: relative;
	margin-bottom: 98px
}

.video-monetize__video {
	position: relative;
	padding: 0 0 53.764% 0
}

.video-monetize__video video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover
}

.video-monetize__control {
	position: absolute;
	width: 114.86px;
	height: 114.86px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: rgba(14, 142, 150, .72);
	-webkit-box-shadow: 0 10.2555px 30.7664px rgba(0, 0, 0, .25);
	box-shadow: 0 10.2555px 30.7664px rgba(0, 0, 0, .25);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer
}

.video-monetize__play {
	border-left: 45px solid #fff;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	margin-left: 8%;
	border-left-width: 45px;
	border-top-width: 25px;
	border-bottom-width: 25px
}

.steps__container {
	padding-top: 110px;
	padding-bottom: 189px;
	max-width: 1176px
}

.steps__title {
	color: #933F76;
	text-align: center;
	font-size: 40px;
	line-height: 150%;
	font-weight: 600;
	margin-bottom: 81px
}

.columns-steps {
	margin-left: 40px;
	margin-bottom: -96px
}

.columns-steps__column {
	padding-bottom: 96px
}

.columns-steps__column._anim-items {
	-webkit-transform: translate(0, 50px);
	-ms-transform: translate(0, 50px);
	transform: translate(0, 50px);
	opacity: 0;
	visibility: hidden
}

.columns-steps__column._anim {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s
}

.columns-steps__item {
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0 4px 19px rgba(0, 0, 0, .14);
	box-shadow: 0 4px 19px rgba(0, 0, 0, .14);
	border-radius: 24px;
	height: 100%;
	padding: 24px
}

.columns-steps__image {
	padding: 0 0 66% 0;
	margin-bottom: 44px
}

.columns-steps__title {
	font-size: 24px;
	line-height: 116.1290322581%;
	margin-bottom: 8px;
	font-weight: 600;
	color: rgba(79, 52, 112, 1);
}

.columns-steps__text {
	font-size: 18px;
	line-height: 150%;
	font-weight: 400
}

.columns-steps__number {
	position: absolute;
	width: 80px;
	height: 80px;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fbc22f;
	color: #fff;
	font-weight: 400;
	font-size: 36px;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.columns-steps__number_last {
	background-color: #0e8e96
}

.get__illustration {
	max-width: 1211px;
	width: 100%;
	background: rgba(251, 194, 47, .33);
	border-radius: 93px;
	padding: 113px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	margin: 0 0 61px 0;
	font-weight: 600;
	font-size: 40px;
	line-height: 60px
}

.get__content {
	text-align: center
}

.get__title {
	font-size: 40px;
	line-height: 126.99%;
	color: #422862;
	font-weight: 700;
	margin-bottom: 24px
}

.get__text {
	font-size: 24px;
	line-height: 126.99%;
	color: #422862;
	margin: 0 0 61px 0
}

.get__button {
	color: #fff;
	z-index: 1
}

.footer {
	position: relative;
	z-index: 1
}

.footer__container {
	padding-top: 192px;
	padding-bottom: 167px;
	color: #fff
}

.footer__body {
	margin-bottom: 61px;
	text-transform: uppercase
}

.footer__logo {
	font-size: 40px;
	line-height: 150%;
	font-weight: 600;
	color: inherit
}

.footer__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.footer__list:not(:last-child) {
	margin-right: 73px
}

.footer__item a {
	display: inline-block;
	font-size: 18px;
	line-height: 250%;
	color: inherit;
	text-transform: capitalize
}

.footer__icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.footer__icon {
	width: 48px;
	height: 48px;
	padding: 4px;
	font-size: 40px
}

.footer__icon:not(:last-child) {
	margin: 0 32px 0 0
}

.footer__icon._icon-instagram {
	font-size: 0
}

.footer__icon._icon-instagram svg {
	width: 40px;
	height: 40px
}

.footer__footer {
	font-size: 18px;
	line-height: 250%
}

.footer__bg {
	position: absolute;
	width: 1688px;
	height: 100%;
	bottom: 0;
	left: -246px;
	background-position: top;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url(../img/footer-bg.svg);
	z-index: -1
}

.page {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.page__wave {
	padding-bottom: 101px;
	position: relative;
	z-index: 1
}

@media (min-width:479.98px) {
	.header__button {
		width: 152px;
		min-height: 48px
	}
}

@media (min-width:767.98px) {
	.howto {
		padding-top: 50px;
	}
	.get__slider__pages__row {
		padding-bottom: 158px;
	}
	.get__slider__page__img {
		width: 389px;
	}
	.get__slider__page {
		width: 600px;
		margin: 0 auto;
		text-align: center;
		display: flex;
		align-items: flex-end
	}
	.get__slider__page__text {
		width: 496px
	}
	.howto {
		background-color: #FCE9DB;
	}
	.howto__slider__ad {
		display: none;
	}
	.steps {
		background-image: url(../img/wave.svg);
		background-repeat: no-repeat;
		background-color: rgba(255, 255, 255, .5);
		background-position: center
	}
	.popup__body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.popup__column {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40.8163265306%;
		flex: 0 0 40.8163265306%
	}
	.header__body {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.menu__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.menu__item:not(:last-child) {
		margin-right: 80px
	}
	.menu__link {
		position: relative
	}
	.menu__link span {
		opacity: .72;
		font-size: 16px;
		line-height: 150%
	}
	.video-monetize {
		-webkit-filter: drop-shadow(0 9px 27px rgba(0, 0, 0, .13));
		filter: drop-shadow(0 9px 27px rgba(0, 0, 0, .13));
		border-radius: 50px
	}
	.columns-steps {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
		margin-right: -46px
	}
	.columns-steps__column {
		padding-right: 46px;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 33.333%;
		flex: 0 1 33.333%
	}
	.columns-steps__column._anim:nth-child(2) {
		-webkit-transition: all .5s ease .2s;
		-o-transition: all .5s ease .2s;
		transition: all .5s ease .2s
	}
	.columns-steps__column._anim:nth-child(3) {
		-webkit-transition: all .5s ease .4s;
		-o-transition: all .5s ease .4s;
		transition: all .5s ease .4s
	}
	.columns-steps__column._anim:last-child {
		-webkit-transition: all .5s ease .2s;
		-o-transition: all .5s ease .2s;
		transition: all .5s ease .2s
	}
	.footer__body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

@media (min-width:767.98px) and (any-hover:hover) {
	.menu__link:hover span {
		opacity: 1
	}
	.menu__link:hover::before {
		width: 100%
	}
	.menu__link::before {
		content: "";
		position: absolute;
		width: 0%;
		height: 8px;
		bottom: -9px;
		left: 0;
		background-color: #fbc22f;
		opacity: 1;
		-webkit-transition: width .3s ease 0s;
		-o-transition: width .3s ease 0s;
		transition: width .3s ease 0s;
		border-radius: 22px
	}
	.menu__link span {
		-webkit-transition: opacity .3s ease 0s;
		-o-transition: opacity .3s ease 0s;
		transition: opacity .3s ease 0s
	}
}

@media (min-width:991.98px) {
	.header._scroll .header__body {
		padding: 28px 0
	}
	.fullscreen__body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.fullscreen__content {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}
	.fullscreen__images {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40.1107594937%;
		flex: 0 0 40.1107594937%
	}
	.fullscreen__images-body {
		margin-right: 118px
	}
}

@media (min-width:1304px) {
    .fullscreen__image {
        width: 300px;
    }
    .monetize__video {
        width: 500px;
    }
	.join__modal__right__subtitle {
		margin-bottom: 74px
	}
	.join__modal__right__form__input-text input {
		width: 570px
	}
	.join__modal__right__form {
		width: 570px;
		margin: 0 auto
	}
	.join__modal__left {
		background: linear-gradient(180deg, #933f76 0, #6e2e7d 100%);
		padding: 54px 45px 0;
		width: 320px;
        height: 510px;
        display: flex;
        justify-content: center;
        align-items: center;
	}
	.join__modal__right {
		padding-top: 54px;
		padding-left: 98px
	}
	.join__modal__right__title {
		font-weight: 700;
		font-size: 36px;
		line-height: 48px;
		color: #933f76;
		text-align: center;
		margin-bottom: 16px
	}
	.join__modal__left__title {
		text-align: left;
		font-size: 39px;
		font-weight: 500;
		color: #fff;
		width: 230px;
		margin: 0 auto;
		margin-bottom: 47px
	}
}

@media (min-width:1316px) {
	.popup__title {
		margin-top: 30px
	}
	.footer__logo {
		margin-right: 299px
	}
	.footer__menu {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}
}

@media (min-width:1440px) {
	.footer__bg {
		width: 120%;
		height: 120%;
		bottom: 0;
		left: -246px;
		background-size: cover
	}
}

@media (max-width:1304px) {
    .fullscreen__image_1,
    .fullscreen__image_2 {
        width: 180px;
    }
    .fullscreen__container {
        padding-bottom: 115px;
    }
    .monetize__video {
        width: 440px;
    }
	.join__modal__right__subtitle {
		margin-bottom: 48px
	}
	.join__modal__right__form__input-text input {
		width: 100%
	}
	.join__modal__right__form {
		width: 60%;
		margin: 0 auto
	}
	.join__modal__left {
		background: linear-gradient(180deg, #933f76 0, #6e2e7d 100%);
		padding: 35px 14px 0;
		width: 320px;
        height: 510px;
        display: flex;
        justify-content: center;
        align-items: center;
	}
	.join__modal__left__logo img {
		width: 195px
	}
	.join__modal__left__title {
		font-size: calc(23px + 17 * (100vw / 1440));
		line-height: 120%
	}
	.join__modal__right {
		padding-left: 10px;
		padding-top: 35px
	}
	.join__modal__right__title {
		font-size: calc(19px + 19 * (100vw / 1440));
		line-height: 120%
	}
	.join__container {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0
	}
	.header__logo a::after {
		width: calc(12px + 4 * ((100vw - 375px)/ 929))
	}
	.header__logo a::after {
		height: calc(12px + 4 * ((100vw - 375px)/ 929))
	}
	.header__button {
		border-radius: calc(39px + -7 * ((100vw - 375px)/ 929))
	}
	.fullscreen__container {
		padding-top: calc(72px + 8 * ((100vw - 375px)/ 929))
	}
	.fullscreen__container {
		padding-bottom: calc(40px + 168 * ((100vw - 375px)/ 929))
	}
	.fullscreen__title {
		font-size: calc(48px + 16 * ((100vw - 375px)/ 929))
	}
	.fullscreen__text {
		font-size: calc(16px + 2 * ((100vw - 375px)/ 929))
	}
	.fullscreen__text {
		margin-bottom: calc(24px + 27 * ((100vw - 375px)/ 929))
	}
	.fullscreen__images-body {
		padding-top: calc(17px + 10 * ((100vw - 375px)/ 929))
	}
	.fullscreen__images-body {
		padding-left: calc(19px + 11 * ((100vw - 375px)/ 929))
	}
	.video-monetize {
		padding-top: calc(38px + 70 * ((100vw - 375px)/ 929))
	}
	.video-monetize {
		margin-bottom: calc(32px + 66 * ((100vw - 375px)/ 929))
	}
	.video-monetize__control {
		width: calc(38.52px + 76.34 * ((100vw - 375px)/ 929))
	}
	.video-monetize__control {
		height: calc(38.52px + 76.34 * ((100vw - 375px)/ 929))
	}
	.video-monetize__play {
		border-left-width: calc(16px + 29 * ((100vw - 375px)/ 929))
	}
	.video-monetize__play {
		border-top-width: calc(10px + 15 * ((100vw - 375px)/ 929))
	}
	.video-monetize__play {
		border-bottom-width: calc(10px + 15 * ((100vw - 375px)/ 929))
	}
	.steps__container {
		padding-top: calc(4px + 106 * ((100vw - 375px)/ 929))
	}
	.steps__container {
		padding-bottom: calc(80px + 109 * ((100vw - 375px)/ 929))
	}
	.steps__title {
		font-size: calc(36px + 4 * ((100vw - 375px)/ 929))
	}
	.steps__title {
		margin-bottom: calc(35px + 46 * ((100vw - 375px)/ 929))
	}
	.columns-steps {
		margin-bottom: calc(-66px + -30 * ((100vw - 375px)/ 929))
	}
	.columns-steps__column {
		padding-bottom: calc(66px + 30 * ((100vw - 375px)/ 929))
	}
	.columns-steps__item {
		padding: calc(21px + 3 * ((100vw - 375px)/ 929))
	}
	.columns-steps__image {
		margin-bottom: calc(38px + 6 * ((100vw - 375px)/ 929))
	}
	.columns-steps__title {
		font-size: calc(20px + 4 * ((100vw - 375px)/ 929))
	}
	.columns-steps__title {
		margin-bottom: calc(7px + 1 * ((100vw - 375px)/ 929))
	}
	.columns-steps__text {
		font-size: calc(15px + 3 * ((100vw - 375px)/ 929))
	}
	.footer__container {
		padding-top: calc(32px + 160 * ((100vw - 375px)/ 929))
	}
	.footer__container {
		padding-bottom: calc(158px + 9 * ((100vw - 375px)/ 929))
	}
	.footer__body {
		margin-bottom: calc(40px + 21 * ((100vw - 375px)/ 929))
	}
	.footer__list:not(:last-child) {
		margin-right: calc(56px + 17 * ((100vw - 375px)/ 929))
	}
	.page__wave {
		padding-bottom: calc(80px + 21 * ((100vw - 375px)/ 929))
	}
}

@media (max-width:1150px) {
	.monetize__content,
	.monetize__video img,
	.monetize__video video {
		width: 390px
	}
}

@media (max-width:991.98px) {
    .monetize__video {
        width: 350px;
    }
    .fullscreen__image_1,
    .fullscreen__image_2  {
        width: 300px;
    }
	.monetize__content {
		width: 370px
	}
	.btn_yellow {
		width: 100%;
		padding: 16px
	}
	.fullscreen {
		background: -webkit-gradient(linear, left top, left bottom, from(#4f3470), color-stop(107.34%, #2b124a));
		background: -o-linear-gradient(top, #4f3470 0, #2b124a 107.34%);
		background: linear-gradient(180deg, #4f3470 0, #2b124a 107.34%)
	}
	.fullscreen__content {
		margin: 0 0 32px 0
	}
	.fullscreen__images {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.fullscreen__bg {
		display: none
	}
	.fullscreen__rectangle {
		position: absolute;
		z-index: -1;
		pointer-events: none
	}
	.fullscreen__rectangle_1 {
		width: 490.79px;
		height: 566.58px;
		right: -100px;
		top: 130.33px;
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(131, 102, 159, .96)), to(#553b75));
		background: -o-linear-gradient(top, rgba(131, 102, 159, .96) 0, #553b75 100%);
		background: linear-gradient(180deg, rgba(131, 102, 159, .96) 0, #553b75 100%);
		opacity: .3;
		border-radius: 41.2061px;
		-webkit-transform: rotate(35.16deg);
		-ms-transform: rotate(35.16deg);
		transform: rotate(35.16deg)
	}
	.fullscreen__rectangle_2 {
		width: 161.73px;
		height: 186.71px;
		left: -20.23px;
		top: -10px;
		background: #674393;
		opacity: .1;
		-webkit-box-shadow: -7.94311px 1.85339px 25.1532px rgba(0, 0, 0, .08);
		box-shadow: -7.94311px 1.85339px 25.1532px rgba(0, 0, 0, .08);
		border-radius: 21px;
		-webkit-transform: rotate(25.45deg);
		-ms-transform: rotate(25.45deg);
		transform: rotate(25.45deg)
	}
	.columns-steps {
		margin-left: 6px
	}
	.columns-steps__number {
		width: 40px;
		height: 40px;
		font-size: 28px
	}
	.footer {
		background-color: #49316f
	}
}

@media (max-width:991.98px) and (max-width:1304px) {
	.fullscreen__rectangle_1 {
		right: calc(-250px + 150 * ((100vw - 375px)/ 929))
	}
	.fullscreen__rectangle_2 {
		top: calc(-70px + 60 * ((100vw - 375px)/ 929))
	}
}

@media (max-width:767.98px) {
	.swiper-button-next, .swiper-button-prev {
		top: 82%;
	}
	.get__slider__page {
		width: 100%;
	}
	.get__slider__page__text {
		width: 100%;
	}
	.get__slider__page__column {
		width: 100%;
		margin: 0 auto;
	}
	.howto {
		background-color: #fff;
	}
	.howto__slider {
		display: none;
	}
	.howto__slider__ad {
		display: block;
	}
	.steps {
		background-image: url('');
	}
    .join__modal__left {
        height: 100%;
    }
    .monetize__content {
        width: 100%;
    }
	.join__modal__row {
		justify-content: center;
		flex-direction: column
	}
	.join__modal__left,
	.join__modal__right {
		width: 100%
	}
	.join__modal__right {
		padding-left: 0
	}
	.join__modal__right__form__input-text input {
		width: 100%
	}
	.join__modal__left__logo {
		display: none
	}
	.join__modal__left__title {
		font-size: 40px;
		width: 235px
	}
	.join__modal__right__form {
		width: 80%
	}
	.monetize__body__row {
		justify-content: center;
		align-items: center;
		flex-direction: column
	}
	.monetize__container {
		padding-left: 0;
		padding-right: 0
	}
	.monetize__video,
	.monetize__video img,
	.monetize__video video {
		width: 100%;
		padding-top: 0
	}
	.monetize__title {
		font-size: calc(28px + 12 * (100vw / 1440))
	}
	.popup__column {
		border-radius: 16px 16px 0 0;
		padding: 30px 0
	}
	.popup__close {
		top: 8px;
		right: 8px
	}
	.form-popup {
		padding: 34px 20px 30px 20px
	}
	.header {
		min-height: 5px
	}
	.header__body {
		padding: 15px 0
	}
	.header__logo {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		z-index: 4
	}
	.header__button {
		z-index: 4;
		margin-right: 40px
	}
	.menu__body {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 90px;
		left: -100%;
		background-color: #836e9d;
		overflow-y: auto;
		padding: 120px 30px 30px 30px;
		-webkit-transition: left .3s ease 0s;
		-o-transition: left .3s ease 0s;
		transition: left .3s ease 0s
	}
	.menu__body::before {
		content: "";
		position: fixed;
		width: 100%;
		height: 93px;
		top: 0;
		left: -100%;
		background-color: #4e336f;
		-webkit-transition: left .3s ease 0s;
		-o-transition: left .3s ease 0s;
		transition: left .3s ease 0s
	}
	.menu__body._active {
		left: 0
	}
	.menu__body._active::before {
		left: 0
	}
	.menu__item {
		text-align: center
	}
	.menu__link {
		font-size: 30px;
		padding: 20px 0
	}
	.icon-menu {
		display: block;
		position: relative;
		width: 44px;
		height: 26px;
		cursor: pointer;
		z-index: 5
	}
	.icon-menu span {
		-webkit-transition: all .3s ease 0s;
		-o-transition: all .3s ease 0s;
		transition: all .3s ease 0s;
		position: absolute;
		right: 0;
		height: 4px;
		background-color: #fff
	}
	.icon-menu span:nth-child(2) {
		width: 75%;
		top: 50%;
		-webkit-transform: translate(0, -50%) scale(1);
		-ms-transform: translate(0, -50%) scale(1);
		transform: translate(0, -50%) scale(1)
	}
	.icon-menu span:first-child {
		width: 100%;
		top: 0
	}
	.icon-menu span:last-child {
		bottom: 0;
		width: 50%
	}
	.icon-menu._active span:nth-child(2) {
		-webkit-transition: all 0s ease 0s;
		-o-transition: all 0s ease 0s;
		transition: all 0s ease 0s;
		-webkit-transform: translate(0, -50%) scale(0);
		-ms-transform: translate(0, -50%) scale(0);
		transform: translate(0, -50%) scale(0)
	}
	.icon-menu._active span:first-child {
		-webkit-transform: translate(0, -50%) rotate(-45deg);
		-ms-transform: translate(0, -50%) rotate(-45deg);
		transform: translate(0, -50%) rotate(-45deg);
		top: 50%
	}
	.icon-menu._active span:last-child {
		-webkit-transform: translate(0, 50%) rotate(45deg);
		-ms-transform: translate(0, 50%) rotate(45deg);
		transform: translate(0, 50%) rotate(45deg);
		bottom: 50%;
		width: 100%
	}
	.fullscreen {
		padding-top: 93px;
		margin-bottom: 0
	}
	.video-monetize {
		margin-right: -20px;
		margin-left: -20px
	}
	.get__illustration {
		display: none
	}
	.footer__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-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
	}
	.footer__body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: 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
	}
	.footer__logo {
		margin-bottom: 61px
	}
	.footer__menu {
		margin-bottom: 40px
	}
	.page__wave-bg {
		display: none
	}
}

@media (max-width:650px) {
	.get__slider__page__img {
		width: 50%;
	}
	.swiper-button-next, .swiper-button-prev {
		top: 78%;
	}
	.get__slider__page__subtitle {
		width: 90%;
		margin: 0 auto;
	}
}
@media (max-width: 500px) {
	.swiper-button-next, .swiper-button-prev {
		top: 76%;
	}
}

@media (max-width:479.98px) {
    .monetize__content {
        width: 90%;
    }
    .fullscreen__images-body {
        width: 300px;
    }
	.join__modal__right__subtitle {
		font-size: 20px
	}
	.header__body {
		padding: 8px 0
	}
	.header__logo {
		padding: 12px 5px 0 0
	}
	.header__logo a {
		font-size: 24px
	}
	.header__button {
		-webkit-filter: drop-shadow(0 4px 31px rgba(0, 0, 0, .15));
		filter: drop-shadow(0 4px 31px rgba(0, 0, 0, .15));
		line-height: 1;
		margin-right: 27px;
		width: 122px;
		min-height: 54px;
		border-width: 1px;
		letter-spacing: .2px
	}
	.menu__body {
		padding: 90px 20px 20px 20px
	}
	.menu__body::before {
		height: 70px
	}
	.fullscreen {
		padding-top: 70px
	}
	.fullscreen__image_1 {
		height: 296px
	}
	.fullscreen__image_2 {
		height: 259px
	}
}

@media (min-width:767.98px) and (max-width:1304px) {
	.menu__item:not(:last-child) {
		margin-right: calc(0px + 80 * ((100vw - 375px)/ 929))
	}
	.columns-steps {
		margin-right: calc(0px + -46 * ((100vw - 375px)/ 929))
	}
	.columns-steps__column {
		padding-right: calc(0px + 46 * ((100vw - 375px)/ 929))
	}
}

@media (min-width:767.98px) and (max-width:1316px) {
	.footer__body {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

@media (min-width:1316px) and (max-width:1304px) {
	.footer__logo {
		margin-right: calc(0px + 299 * ((100vw - 375px)/ 929))
	}
}

@media (any-hover:hover) {
	.header__button {
		-webkit-transition: all .3s ease 0s;
		-o-transition: all .3s ease 0s;
		transition: all .3s ease 0s
	}
	.header__button:hover {
		color: #49316f;
		background-color: #fbc22f
	}
	.fullscreen__button {
		-webkit-transition: all .3s ease 0s;
		-o-transition: all .3s ease 0s;
		transition: all .3s ease 0s
	}
	.fullscreen__button:hover::after {
		-webkit-filter: blur(10px);
		filter: blur(10px);
		height: 0
	}
	.get__button {
		position: relative;
		-webkit-transition: all .3s ease 0s;
		-o-transition: all .3s ease 0s;
		transition: all .3s ease 0s
	}
	.get__button:hover {
		-webkit-transform: translate(0, -5px);
		-ms-transform: translate(0, -5px);
		transform: translate(0, -5px)
	}
	.get__button:hover::after {
		-webkit-transform: scale(1.4, 1.6);
		-ms-transform: scale(1.4, 1.6);
		transform: scale(1.4, 1.6);
		opacity: 0
	}
	.get__button::after {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: #fbc22f;
		z-index: -1;
		pointer-events: none;
		-webkit-transition: all .5s ease 0s;
		-o-transition: all .5s ease 0s;
		transition: all .5s ease 0s;
		border-radius: 64px
	}
	.footer__item a {
		-webkit-transition: color .3s ease 0s;
		-o-transition: color .3s ease 0s;
		transition: color .3s ease 0s
	}
	.footer__item a:hover {
		color: #c5c5c5
	}
	.footer__icon:hover::before {
		color: #00f
	}
	.footer__icon:hover._icon-facebook::before {
		color: #4267b2
	}
	.footer__icon:hover._icon-twitter::before {
		color: #1da1f2
	}
	.footer__icon::before {
		-webkit-transition: color .3s ease 0s;
		-o-transition: color .3s ease 0s;
		transition: color .3s ease 0s
	}
	.footer__icon._icon-instagram:hover path {
		fill: #c13584
	}
	.footer__icon._icon-instagram svg path {
		-webkit-transition: fill .3s ease 0s;
		-o-transition: fill .3s ease 0s;
		transition: fill .3s ease 0s
	}
}

.get__slider__num-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 652px;
	margin: 0 auto 95px;
	position: relative
}

.get__slider__num-row::before {
	content: "";
	width: 530px;
	border-top: 1px dashed #f4825c;
	position: absolute;
	right: 60px;
	z-index: 1
}

.get__slider__page-num {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1.5px solid #f4825c;
	border-radius: 50%;
	z-index: 2;
	background-color: #fce9db;
	cursor: pointer;
}

.get__slider__page-num__text {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(244, 130, 92, 0);
	color: #933f76;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background-color .3s ease, color .3s ease;
	user-select: none
}

.get__slider__page-num__text.__opened {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #f4825c;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background-color .6s ease, color .3s ease
}

.get__slider {
	padding-top: 116px
}

.get__slider__page__img {
	margin: 0 auto
}

.get__slider__page__img img {
	width: 100%
}

.get__slider__page__title {
	text-align: center;
	margin-bottom: 16px;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 16px;
	height: 25px
}

.get__slider__page__subtitle {
	text-align: center;
	font-weight: 500;
	font-size: 24px;
	color: #57515e;
	height: 50px
}

.get__slider__page__img {
	margin-bottom: 45px
}

.get__slider__arrow {
	padding-left: 20px;
	padding-bottom: 5px;
	cursor: pointer
}

.get__slider__page._snone {
	display: none
}

.get__slider__arrow-right {
	padding-left: 20px
}

.get__slider__arrow-left {
	padding-right: 20px
}

.transparent {
	opacity: 0
}

.join__modal__row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}

.join__modal__left__title {
	text-align: left;
	font-weight: 500;
	color: #fff;
	width: 230px;
	margin: 0 auto;
	margin-bottom: 25px
}

.gold {
	color: #ffc83d
}

.gold,
.weight {
	font-weight: 700
}

.join__modal__left__logo {
	width: 229px;
	margin: 0 auto 115px
}

.join__modal__left__logo img {
	pointer-events: none
}

.join__modal__right__subtitle {
	font-size: 24px;
	color: #422862;
	text-align: center
}

.join__modal__right__form__input-text {
	margin-bottom: 26px
}

.join__modal__right__form__input-submit__wrapper {
	padding-top: 17px;
	width: 266px;
	margin: 0 auto 25px
}

.join__modal__right__form__input-submit {
	width: 266px;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: #6d528f;
	border-radius: 32px;
	height: 48px;
	cursor: pointer;
	transition: background-color .3s ease, color .3s ease
}

.join__modal__right__form__input-submit:hover {
	background-color: #fbc12e;
	color: #6d528f
}

.join__modal__right__form__input-text-email {
	position: relative
}

.join__modal__right__title {
	font-weight: 700;
	color: #933f76;
	text-align: center;
	margin-bottom: 16px
}

.join__modal__right__form__input-text-email::before {
	content: "Email";
	width: 48px;
	height: 16px;
	font-size: 12px;
	font-family: Roboto;
	position: absolute;
	background-color: #fff;
	text-align: center;
	left: 10px;
	top: -5px
}

.join__modal__right__form__input-text-name {
	position: relative
}

.join__modal__right__form__input-text-name::before {
	content: "First and last name";
	width: 117px;
	height: 16px;
	font-size: 12px;
	font-family: Roboto;
	position: absolute;
	background-color: #fff;
	text-align: center;
	left: 10px;
	top: -5px
}

.monetize__body__row {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.join__error-msg,
.join__sended-msg {
	display: none;
	user-select: none;
	text-align: center
}

.join__error-msg.__error {
	display: block
}

.join__error-msg__img img,
.join__sended-msg__img img {
	pointer-events: none
}

.join__sended-msg.__active {
	display: block
}

.form-popup__msg__text {
	font-size: 15px
}

.form-popup__button-parent {
	margin-bottom: 11px
}

.form-popup__msg-error,
.form-popup__msg-sended {
	display: none;
	text-align: center;
	margin-bottom: 11px
}

.form-popup__msg-error.__error {
	display: block
}

.form-popup__msg-sended.__active {
	display: block
}

.join__modal__right__form__input-text input {
	border: 1px solid #828282;
	border-radius: 8px;
	outline: 0;
	height: 48px;
	padding: 12px 16px;
	font-size: 16px;
	font-family: Roboto;
	font-weight: 400
}

.monetize__video img, .monetize__video video {
	user-select: none;
	pointer-events: none
}

.columns-steps__image {
	width: 60%;
	margin: 0 auto
}

.columns-steps__image img {
	width: 100%
}


.monetize__video img, .monetize__video video {
    width: 100%;
}
.fullscreen__title span {
	color: #00B3C5;
}
.howto__slider__ad {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-button-next::after, .swiper-button-prev::after {
	font-size: 46px;
	color: rgba(147, 63, 118, 0.39);
}
.howto__slider__ad-slide {
	margin-bottom: 90px
}
