@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900;1000&display=swap rel="stylesheet');

@font-face {
	font-family: GilroyExtraBold;
	src: url(../fonts/gilroy/Gilroy-ExtraBold.eot);
	src: url(../fonts/gilroy/Gilroy-ExtraBold.eot?#iefix) format("embedded-opentype"), url(../fonts/gilroy/Gilroy-ExtraBold.woff) format("woff"), url(../fonts/gilroy/Gilroy-ExtraBold.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: GilroyMedium;
	src: url(../fonts/gilroy/Gilroy-Medium.eot);
	src: url(../fonts/gilroy/Gilroy-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/gilroy/Gilroy-Medium.woff) format("woff"), url(../fonts/gilroy/Gilroy-Medium.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: GilroySemibold;
	src: url(../fonts/gilroy/Gilroy-SemiBold.eot);
	src: url(../fonts/gilroy/Gilroy-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/gilroy/Gilroy-SemiBold.woff) format("woff"), url(../fonts/gilroy/Gilroy-SemiBold.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: GilroyRegular;
	src: url(../fonts/gilroy/Gilroy-Regular.eot);
	src: url(../fonts/gilroy/Gilroy-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/gilroy/Gilroy-Regular.woff) format("woff"), url(../fonts/gilroy/Gilroy-Regular.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: GilroyBold;
	src: url(../fonts/gilroy/Gilroy-Bold.eot);
	src: url(../fonts/gilroy/Gilroy-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/gilroy/Gilroy-Bold.woff) format("woff"), url(../fonts/gilroy/Gilroy-Bold.ttf) format("truetype");
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: GilroyBlack;
	src: url(../fonts/gilroy/Gilroy-Black.eot);
	src: url(../fonts/gilroy/Gilroy-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/gilroy/Gilroy-Black.woff) format("woff"), url(../fonts/gilroy/Gilroy-Black.ttf) format("truetype");
	font-weight: 900;
	font-style: normal
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	list-style: none;
	outline: 0;
	font-family: Mulish, sans-serif !important;
	-webkit-font-feature-settings: "pnum" on, "lnum" on;
	font-feature-settings: "pnum" on, "lnum" on
}

h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
ul {
	margin: 0;
	padding: 0
}

ul {
	padding-left: 0;
	margin-bottom: 0
}

.card {
	border: none
}

.dropdown,
a,
button,
input {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-decoration: none !important;
	outline: 0 !important
}

.dropdown:active,
.dropdown:focus,
.dropdown:hover,
a:active,
a:focus,
a:hover,
button:active,
button:focus,
button:hover,
input:active,
input:focus,
input:hover {
	outline: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none !important
}

button,
input[type=submit] {
	border: none;
	cursor: pointer
}

input:not([type=checkbox]):not([type=radio]),
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.mw {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	position: relative
}

.fancybox-slide:before {
	margin: 0
}

.scrollup {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 50px;
	left: 50px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #8a6df9;
	cursor: pointer;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: none;
	z-index: 1000;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, .5);
	box-shadow: 0 0 10px 0 rgba(255, 255, 255, .5)
}

.scrollup img {
	width: 20px
}

.scrollup:hover {
	opacity: .9
}

.scrollup .fas_icon {
	font-size: 20px;
	color: #fff
}

.scrollup.active {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.fancybox-content {
	border-radius: 30px
}

.modal {
	background: rgba(29, 30, 49, .8);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px)
}

.modal .modal-dialog {
	max-width: 800px
}

.modal .modal-dialog .modal-content {
	background: #352f60;
	border-radius: 10px;
	width: 100%;
	max-width: 800px;
	padding: 50px 30px;
	position: relative;
	border: none
}

.modal .modal-dialog .modal-content .btn-close {
	position: absolute;
	top: 15px;
	right: 15px;
	background: url(../images/close.svg) no-repeat center center/cover;
	width: 16px;
	height: 16px;
	opacity: .4
}

.modal .modal-dialog .modal-content .btn-close:active,
.modal .modal-dialog .modal-content .btn-close:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.modal .modal-dialog .modal-content .btn-close:hover {
	opacity: 1
}

.modal .modal-dialog .modal-content .modal-header {
	position: relative;
	border-bottom: 0;
	padding: 0;
	padding-bottom: 26px
}

.modal .modal-dialog .modal-content .modal-header .modal-title {
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 33px;
	color: #fff
}

.modal .modal-dialog .modal-content .modal-body {
	padding: 0
}

.modal .modal-dialog .modal-content .modal-body form label {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: rgba(255, 255, 255, .7);
	padding-bottom: 10px
}

.modal .modal-dialog .modal-content .modal-body form .inp_select {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px
}

.modal .modal-dialog .modal-content .modal-body form .inp_select::after {
	content: "";
	width: 16px;
	height: 16px;
	background: url(../images/chevron_down_white.svg) no-repeat center center/cover;
	position: absolute;
	right: 15px;
	pointer-events: none
}

.modal .modal-dialog .modal-content .modal-body form .inp_select select {
	height: 50px;
	border: 1px solid rgba(132, 126, 156, .6);
	border-radius: 10px;
	width: 100%;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	padding: 10px 30px;
	background: 0 0
}

.modal .modal-dialog .modal-content .modal-body form .inp_select select:active,
.modal .modal-dialog .modal-content .modal-body form .inp_select select:focus,
.modal .modal-dialog .modal-content .modal-body form .inp_select select:hover {
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.modal .modal-dialog .modal-content .modal-body form .inp {
	margin-bottom: 20px
}

.modal .modal-dialog .modal-content .modal-body form .inp input,
.modal .modal-dialog .modal-content .modal-body form .inp textarea {
	height: 50px;
	border: 1px solid rgba(132, 126, 156, .6);
	border-radius: 10px;
	width: 100%;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	padding: 10px 30px;
	background: 0 0
}

.modal .modal-dialog .modal-content .modal-body form .inp input:disabled,
.modal .modal-dialog .modal-content .modal-body form .inp textarea:disabled {
	background: rgba(132, 126, 156, .6);
	border: 1px solid rgba(132, 126, 156, .6)
}

.modal .modal-dialog .modal-content .modal-body form .inp input::-webkit-input-placeholder,
.modal .modal-dialog .modal-content .modal-body form .inp textarea::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .5)
}

.modal .modal-dialog .modal-content .modal-body form .inp input::-moz-placeholder,
.modal .modal-dialog .modal-content .modal-body form .inp textarea::-moz-placeholder {
	color: rgba(255, 255, 255, .5)
}

.modal .modal-dialog .modal-content .modal-body form .inp input:-ms-input-placeholder,
.modal .modal-dialog .modal-content .modal-body form .inp textarea:-ms-input-placeholder {
	color: rgba(255, 255, 255, .5)
}

.modal .modal-dialog .modal-content .modal-body form .inp input::-ms-input-placeholder,
.modal .modal-dialog .modal-content .modal-body form .inp textarea::-ms-input-placeholder {
	color: rgba(255, 255, 255, .5)
}

.modal .modal-dialog .modal-content .modal-body form .inp input::placeholder,
.modal .modal-dialog .modal-content .modal-body form .inp textarea::placeholder {
	color: rgba(255, 255, 255, .5)
}

.modal .modal-dialog .modal-content .modal-body form .inp input:active,
.modal .modal-dialog .modal-content .modal-body form .inp input:focus,
.modal .modal-dialog .modal-content .modal-body form .inp input:hover,
.modal .modal-dialog .modal-content .modal-body form .inp textarea:active,
.modal .modal-dialog .modal-content .modal-body form .inp textarea:focus,
.modal .modal-dialog .modal-content .modal-body form .inp textarea:hover {
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.modal .modal-dialog .modal-content .modal-body form .inp textarea {
	height: auto;
	min-height: 110px;
	resize: none;
	padding: 20px
}

.modal .modal-dialog .modal-content .modal-body form .btn_c {
	max-width: 100%;
	width: 100%
}

.modal .modal-dialog .modal-content .modal-body form .btn_c .btn_m {
	max-width: 100%
}

@media (max-width:575px) {
	.scrollup {
		left: 10px;
		bottom: 50px
	}

	.modal .modal-dialog .modal-content {
		padding: 30px 10px
	}

	.modal .modal-dialog .modal-content .btn-close {
		top: 10px;
		right: 10px
	}

	.modal .modal-dialog .modal-content .modal-header {
		padding-bottom: 20px
	}

	.modal .modal-dialog .modal-content .modal-header .modal-title {
		font-size: 24px;
		line-height: 30px
	}
}

.wpcf7-not-valid-tip {
	display: none !important
}

.wpcf7-not-valid {
	border-color: red !important
}

.wpcf7-response-output {
	display: none !important
}

.wpcf7-spinner {
	display: none !important
}

iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-style: none
}

.btn_c {
	width: 100%
}

.btn_c .btn_m {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 23px;
	background: -o-linear-gradient(336.64deg, #8a6df9 -12.22%, #b6a3ff 179.61%);
	background: linear-gradient(113.36deg, #8a6df9 -12.22%, #b6a3ff 179.61%);
	border-radius: 10px;
	text-align: center;
	color: #fff;
	width: 100%;
	max-width: 220px;
	padding: 13px 24px;
	height: 50px;
	position: relative
}

.sketch-button {
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	border: none;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .02), 0 4px 16px rgba(0, 0, 0, .02), 0 4px 24px rgba(0, 0, 0, .02);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .02), 0 4px 16px rgba(0, 0, 0, .02), 0 4px 24px rgba(0, 0, 0, .02);
	max-width: 300px;
	width: 100%;
	text-align: center
}

.sketch-button.start svg {
	-webkit-animation: stroke 1s linear;
	animation: stroke 1s linear
}

.sketch-button .lines {
	position: absolute;
	inset: 0;
	mix-blend-mode: hard-light;
	pointer-events: none;
	z-index: 1
}

.sketch-button .lines>div {
	position: absolute;
	inset: 0
}

.sketch-button .lines>div:last-child {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.sketch-button .lines>div svg {
	display: block;
	position: absolute;
	inset: 0;
	overflow: visible;
	fill: none;
	stroke-width: 2;
	stroke: #d2bdff;
	width: 100%;
	height: 100%;
	stroke-dasharray: 2 10;
	stroke-dashoffset: 14;
	opacity: 0
}

.sketch-button .lines>div svg:nth-child(1) {
	stroke: #f8fcff
}

.sketch-button .lines>div svg:nth-child(2) {
	stroke-width: 6px;
	-webkit-filter: blur(20px);
	filter: blur(20px)
}

.sketch-button .lines>div svg:nth-child(3) {
	stroke-width: 5px;
	-webkit-filter: blur(6px);
	filter: blur(6px)
}

.sketch-button .lines>div svg:nth-child(4) {
	stroke-width: 10px;
	-webkit-filter: blur(56px);
	filter: blur(56px)
}

@-webkit-keyframes stroke {

	30%,
	55% {
		opacity: 1
	}

	100% {
		stroke-dashoffset: 4;
		opacity: 0
	}
}

@keyframes stroke {

	30%,
	55% {
		opacity: 1
	}

	100% {
		stroke-dashoffset: 4;
		opacity: 0
	}
}

picture {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.fancybox-navigation .fancybox-button {
	width: 60px !important;
	height: 60px !important
}

body,
html {
	background: #141627
}

.page {
	overflow-x: hidden;
	background: #141627;
	position: relative;
	z-index: 1
}

.page .net {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 962px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: -2
}

.page .net img {
	height: 100%;
	width: auto
}

.page .main_blur {
	position: absolute;
	width: 1000px;
	height: 1000px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	top: -275px;
	left: -400px;
	z-index: -1
}

.page .main_blur img {
	width: 100%;
	height: auto
}

.page .header {
	height: 100px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 999;
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.page .header .mw {
	padding: 10px 2vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.page .header .mw .left_side .logo a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.page .header .mw .left_side .logo a img {
	width: 200px;
	min-width: 200px;
	height: auto
}

.page .header .mw .right_side {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.page .header .mw .right_side .nav {
	margin-right: 40px
}

.page .header .mw .right_side .nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.page .header .mw .right_side .nav ul li {
	margin-right: 22px
}

.page .header .mw .right_side .nav ul li:last-child {
	margin-right: 0
}

.page .header .mw .right_side .nav ul li a {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #847e9c;
	white-space: nowrap
}

.page .header .mw .right_side .nav ul li a:hover {
	color: #fff
}

.page .header .mw .right_side .langs {
	position: relative;
	margin-right: 40px
}

.page .header .mw .right_side .langs .choose_lang {
	background: 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	cursor: pointer;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	color: #847e9c
}

.page .header .mw .right_side .langs .choose_lang.active:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.page .header .mw .right_side .langs .choose_lang:hover {
	color: #fff
}

.page .header .mw .right_side .langs .choose_lang:hover:after {
	background: url(../images/chevron_down_white.svg) no-repeat center center/cover
}

.page .header .mw .right_side .langs .choose_lang:after {
	content: "";
	position: relative;
	background: url(../images/chevron_down.svg) no-repeat center center/cover;
	width: 14px;
	height: 14px;
	min-width: 14px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin-left: 10px
}

.page .header .mw .right_side .langs .langs_cont.active {
	visibility: visible;
	z-index: 99;
	opacity: 1;
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px)
}

.page .header .mw .right_side .langs .langs_cont {
	position: absolute;
	background-color: #fff;
	padding: 10px;
	-webkit-box-shadow: 0 4px 10px rgba(34, 34, 34, .3);
	box-shadow: 0 4px 10px rgba(34, 34, 34, .3);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: flex-start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	visibility: hidden;
	z-index: -9;
	opacity: 0;
	right: 0;
	border-radius: 5px
}

.page .header .mw .right_side .langs .langs_cont a {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #847e9c;
	display: block;
	margin-bottom: 5px
}

.page .header .mw .right_side .langs .langs_cont a.active {
	color: #222
}

.page .header .mw .right_side .langs .langs_cont a:last-child {
	margin-bottom: 0
}

.page .header .mw .right_side .langs select {
	border: none;
	padding: 10px 0
}

.page .header .mw .right_side .btn_line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.page .header .mw .right_side .btn_line .btn_c {
	margin-right: 20px;
	max-width: 220px
}

.page .header .mw .right_side .btn_line .btn_c:last-child {
	margin-right: 0
}

.page .header .mw .right_side .btn_line .registration {
	border: 1px solid #8a6df9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	background: 0 0;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #fff
}

.page .header .mw .right_side .btn_line .registration:hover {
	background: #8a6df9
}

.page .header .mw .right_side .o_xs_menu {
	display: none;
	width: 30px;
	cursor: pointer
}

.page .header .mw .right_side .o_xs_menu img {
	width: 100%;
	height: auto
}

.page .header_offset {
	position: relative;
	display: block;
	width: 100%;
	height: 100px
}

.page .sticky {
	background: #141627;
	-webkit-box-shadow: 0 4px 25px rgba(220, 225, 255, .05);
	box-shadow: 0 4px 25px rgba(220, 225, 255, .05);
	height: 80px
}

.page .main {
	position: relative
}

.page .main .main_cont {
	position: relative;
	z-index: 3
}

.page .main .main_cont .mw {
	padding: 134px 2vh 45px
}

.page .main .main_cont .mw .cont {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	border-radius: 30px;
	position: relative;
	height: 406px;
	-webkit-box-shadow: 0 20px 50px rgba(56, 42, 111, .18);
	box-shadow: 0 20px 50px rgba(56, 42, 111, .18);
	border: 1px solid rgba(156, 131, 255, .3)
}

.page .main .main_cont .mw .cont::before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(44, 45, 72, .7);
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
	border-radius: 30px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.page .main .main_cont .mw .cont::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../images/noise.png) no-repeat center center/cover;
	border-radius: 30px;
	top: 0;
	left: 0;
	right: 0
}

.page .main .main_cont .mw .cont .decor {
	position: absolute;
	width: 192px;
	left: -157px;
	z-index: -1
}

.page .main .main_cont .mw .cont .decor img {
	width: 100%;
	height: auto
}

.page .main .main_cont .mw .cont .decor1 {
	position: absolute;
	width: 155px;
	right: -100px;
	z-index: -1
}

.page .main .main_cont .mw .cont .decor1 img {
	width: 100%;
	height: auto
}

.page .main .main_cont .mw .cont .h1 {
	font-family: GilroyBlack, sans-serif !important;
	font-style: normal;
	font-weight: 900;
	font-size: 70px;
	line-height: 87px;
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
	position: relative;
	z-index: 2
}

.page .main .main_cont .mw .cont .h1 b {
	color: #8a6df9
}

.page .main .main_cont .mw .cont .h1:after {
	content: "";
	background: url(../images/main_decor.png) no-repeat center center/cover;
	width: 170px;
	position: absolute;
	height: 16px;
	left: -6px;
	bottom: 0;
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg)
}

.page .main .main_cont .mw .cont p {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	max-width: 760px;
	color: #847e9c;
	margin-bottom: 40px;
	z-index: 2
}

.page .main .main_cont .mw .cont .form {
	z-index: 2;
	position: relative
}

.page .main .main_cont .mw .cont .form form {
	max-width: 720px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	z-index: 2
}

.page .main .main_cont .mw .cont .form form .inp {
	width: 32%;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.page .main .main_cont .mw .cont .form form .inp input {
	border: 1px solid #847e9c;
	border-radius: 10px;
	height: 50px;
	background: 0 0;
	width: 100%;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #847e9c;
	padding: 15px
}

.page .main .main_cont .mw .cont .form form .inp input::-webkit-input-placeholder {
	color: rgba(132, 126, 156, .5)
}

.page .main .main_cont .mw .cont .form form .inp input::-moz-placeholder {
	color: rgba(132, 126, 156, .5)
}

.page .main .main_cont .mw .cont .form form .inp input:-ms-input-placeholder {
	color: rgba(132, 126, 156, .5)
}

.page .main .main_cont .mw .cont .form form .inp input::-ms-input-placeholder {
	color: rgba(132, 126, 156, .5)
}

.page .main .main_cont .mw .cont .form form .inp input::placeholder {
	color: rgba(132, 126, 156, .5)
}

.page .main .main_cont .mw .cont .form form .btn_c {
	max-width: 220px
}
#hidden {
	display: none;
}
.page .main .main_cont .mw .cont .form form .row {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 50px
}

.page .main .main_cont .mw .cont .form form .row .forget_pass {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #847e9c;
	display: inline-block
}

.page .main .main_cont .mw .cont .form form .row .forget_pass:hover {
	color: #fff
}

.page .main .main_cont .mw .cont .form form .row span {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	text-align: right;
	line-height: 140%;
	color: #847e9c
}

.page .main .main_cont .mw .cont .form form .row span a {
	color: #847e9c;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline
}

.page .main .main_cont .mw .cont .form form .row span a:hover {
	color: #fff
}

.page .main .main_cont .mw .cont .soc_icons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1220px;
	position: relative;
	z-index: 3
}

.page .main .main_cont .mw .cont .soc_icons .card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 19%;
	padding: 20px;
	background: rgba(38, 39, 62, .4);
	border: 1px solid rgba(89, 92, 152, .2);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	border-radius: 10px;
	height: 150px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.page .main .main_cont .mw .cont .soc_icons .card:hover {
	border: 1px solid rgba(182, 163, 255, .54)
}

.page .main .main_cont .mw .cont .soc_icons .card:hover p {
	color: #a59ebf
}

.page .main .main_cont .mw .cont .soc_icons .card:hover .icon img {
	opacity: 1
}

.page .main .main_cont .mw .cont .soc_icons .card .icon {
	padding-bottom: 16px
}

.page .main .main_cont .mw .cont .soc_icons .card .icon img {
	opacity: .6;
	width: 50px;
	height: 50px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.page .main .main_cont .mw .cont .soc_icons .card p {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: rgba(165, 158, 191, .6);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.page .xs_menu {
	width: 100%;
	top: 0;
	left: -100%;
	position: fixed;
	height: 100vh;
	z-index: 9999;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	display: none
}

.page .xs_menu .overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(20, 22, 39, .9);
	position: absolute;
	z-index: 99999
}

.page .xs_menu .xs_cont {
	width: 100%;
	max-width: 350px;
	height: 100%;
	background: #141627;
	position: relative;
	z-index: 999999;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	padding: 20px
}

.page .xs_menu .xs_cont .c_xs_menu {
	position: absolute;
	right: 20px;
	top: 20px
}

.page .xs_menu .xs_cont .c_xs_menu img {
	width: 30px;
	cursor: pointer;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	height: 30px
}

.page .xs_menu .xs_cont .c_xs_menu .fas_icon {
	font-size: 26px;
	opacity: .7;
	cursor: pointer;
	color: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.page .xs_menu .xs_cont .c_xs_menu .fas_icon:hover {
	opacity: 1
}

.page .xs_menu .xs_cont .nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: flex-start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start
}

.page .xs_menu .xs_cont .nav ul li {
	margin-bottom: 15px
}

.page .xs_menu .xs_cont .nav ul li a {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	color: #847e9c
}

.page .xs_menu .xs_cont .nav ul li a:hover {
	color: #fff
}

.page .xs_menu .xs_cont .langs {
	margin-top: 10px;
	position: relative;
	margin-bottom: 20px
}

.page .xs_menu .xs_cont .langs .choose_lang {
	background: 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	cursor: pointer;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	color: #847e9c
}

.page .xs_menu .xs_cont .langs .choose_lang.active:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.page .xs_menu .xs_cont .langs .choose_lang:after {
	content: "";
	position: relative;
	background: url(../images/chevron_down.svg) no-repeat center center/cover;
	width: 14px;
	height: 14px;
	min-width: 14px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin-left: 10px
}

.page .xs_menu .xs_cont .langs .langs_cont.active {
	visibility: visible;
	z-index: 99;
	opacity: 1;
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px)
}

.page .xs_menu .xs_cont .langs .langs_cont {
	position: absolute;
	background-color: #fff;
	padding: 10px;
	-webkit-box-shadow: 0 4px 10px rgba(34, 34, 34, .3);
	box-shadow: 0 4px 10px rgba(34, 34, 34, .3);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: flex-start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	visibility: hidden;
	z-index: -9;
	opacity: 0;
	right: 0
}

.page .xs_menu .xs_cont .langs .langs_cont a {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	color: #847e9c;
	display: block;
	margin-bottom: 5px
}

.page .xs_menu .xs_cont .langs .langs_cont a.active {
	color: #222
}

.page .xs_menu .xs_cont .langs .langs_cont a:last-child {
	margin-bottom: 0
}

.page .xs_menu .xs_cont .langs select {
	border: none;
	padding: 10px 0
}

.page .xs_menu .xs_cont .btn_line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.page .xs_menu .xs_cont .btn_line .btn_c {
	margin-right: 20px;
	max-width: 220px
}

.page .xs_menu .xs_cont .btn_line .btn_c:last-child {
	margin-right: 0
}

.page .xs_menu .xs_cont .btn_line .registration {
	border: 1px solid #8a6df9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	background: 0 0;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #fff
}

.page .xs_menu .xs_cont .btn_line .registration:hover {
	background: #8a6df9
}

.page .soc_icons_cont .mw {
	padding: 40px 2vh
}

.page .soc_icons_cont .mw .soc_icons_slider {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.page .soc_icons_cont .mw .soc_icons_slider .slide {
	height: 100px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.page .soc_icons_cont .mw .soc_icons_slider .slide img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.page .partner_panel_is .mw {
	padding: 0 2vh
}

.page .partner_panel_is .mw .cont {
	background: -o-linear-gradient(331.99deg, #8a6df9 -1.07%, #3b2c75 107.11%);
	background: linear-gradient(118.01deg, #8a6df9 -1.07%, #3b2c75 107.11%);
	-webkit-box-shadow: 0 20px 80px rgba(90, 70, 168, .2);
	box-shadow: 0 20px 80px rgba(90, 70, 168, .2);
	border-radius: 30px;
	padding: 40px 10px;
	position: relative
}

.page .partner_panel_is .mw .cont .decor {
	position: absolute;
	width: 100px;
	right: 368px;
	top: -30px
}

.page .partner_panel_is .mw .cont .decor img {
	width: 100%;
	height: auto
}

.page .partner_panel_is .mw .cont .m_title {
	padding-bottom: 32px
}

.page .partner_panel_is .mw .cont ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.page .partner_panel_is .mw .cont ul li {
	max-width: 308px;
	position: relative;
	border-right: 1px solid rgba(255, 255, 255, .1);
	padding: 0 34px
}

.page .partner_panel_is .mw .cont ul li:nth-child(3) .num span {
	font-size: 32px;
	line-height: 40px
}

.page .partner_panel_is .mw .cont ul li:last-child {
	border-right: 0
}

.page .partner_panel_is .mw .cont ul li .num {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.page .partner_panel_is .mw .cont ul li .num span {
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	margin-bottom: 14px
}

.page .partner_panel_is .mw .cont ul li p {
	font-style: normal;
	font-weight: 400;
	max-width: 177px;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	color: rgba(255, 255, 255, .6);
	margin: 0 auto
}

.page .xs_menu.active {
	left: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.page .m_title {
	padding-bottom: 42px
}

.page .m_title .h2 {
	font-family: GilroyBold, sans-serif !important;
	font-style: normal;
	font-weight: 700;
	text-align: center;
	font-size: 40px;
	line-height: 48px;
	color: #fff
}

.page .m_title p {
	margin-top: 16px;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	color: #847e9c
}

.page .smm_services {
	position: relative;
	z-index: 2
}

.page .smm_services .round_decor {
	position: absolute;
	width: 187px;
	left: -60px;
	top: 85px;
	-webkit-transform: rotate(-49.52deg);
	-ms-transform: rotate(-49.52deg);
	transform: rotate(-49.52deg)
}

.page .smm_services .round_decor img {
	width: 100%;
	height: auto;
	-webkit-animation: 15s round_decor linear infinite;
	animation: 15s round_decor linear infinite
}

@-webkit-keyframes round_decor {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes round_decor {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.page .smm_services .mw {
	padding: 70px 2vh 48px;
	position: relative
}

.page .smm_services .mw .m_title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.page .smm_services .mw .m_title p {
	max-width: 725px
}

.page .smm_services .mw .tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.page .smm_services .mw .tabs .tabs__caption {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 30px
}

.page .smm_services .mw .tabs .tabs__caption li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(38, 39, 62, .4);
	border: 1px solid rgba(89, 92, 152, .2);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 23px;
	color: #847e9c;
	min-width: 300px;
	text-align: center;
	padding: 16px 30px;
	height: 56px;
	border-radius: 10px;
	width: 100%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	cursor: pointer;
	margin-bottom: 12px
}

.page .smm_services .mw .tabs .tabs__caption li .icon {
	width: 24px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 15px;
	min-width: 24px;
	z-index: 2;
	position: relative;
	height: 24px
}

.page .smm_services .mw .tabs .tabs__caption li .icon img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.page .smm_services .mw .tabs .tabs__caption li .icon .icon_white {
	opacity: 0
}

.page .smm_services .mw .tabs .tabs__caption li:hover:after {
	opacity: 1
}

.page .smm_services .mw .tabs .tabs__caption li:hover .icon .icon_white {
	opacity: 1
}

.page .smm_services .mw .tabs .tabs__caption li:hover .icon .icon_dark {
	opacity: 0
}

.page .smm_services .mw .tabs .tabs__caption li.active {
	background: -o-linear-gradient(336.64deg, #8a6df9 -12.22%, #b6a3ff 179.61%);
	background: linear-gradient(113.36deg, #8a6df9 -12.22%, #b6a3ff 179.61%);
	color: #fff
}

.page .smm_services .mw .tabs .tabs__caption li.active .icon_dark {
	opacity: 0
}

.page .smm_services .mw .tabs .tabs__caption li.active .icon_white {
	opacity: 1
}

.page .smm_services .mw .tabs_cont .tabs__content {
	display: none;
	max-width: 960px;
	width: 100%;
	height: 464px;
	background: rgba(38, 39, 62, .4);
	border: 1px solid rgba(89, 92, 152, .5);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	border-radius: 20px;
	padding: 40px;
	position: relative
}

.page .smm_services .mw .tabs_cont .tabs__content.active {
	display: block
}

.page .smm_services .mw .tabs_cont .tabs__content .smm {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: flex-start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start
}

.page .smm_services .mw .tabs_cont .tabs__content .smm .h3 {
	font-family: GilroyBold, sans-serif !important;
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 31px;
	margin-bottom: 20px;
	color: #fff
}

.page .smm_services .mw .tabs_cont .tabs__content .smm p {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	color: #847e9c;
	margin-bottom: 20px
}

.page .smm_services .mw .tabs_cont .tabs__content .smm ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	position: relative;
	line-height: 23px;
	color: #847e9c;
	margin-bottom: 15px
}

.page .smm_services .mw .tabs_cont .tabs__content .smm ul li:before {
	content: "";
	width: 24px;
	height: 24px;
	background: url(../images/check.svg) no-repeat center center/cover;
	position: relative;
	display: block;
	min-width: 24px;
	margin-right: 10px
}

.page .smm_services .mw .tabs_cont .tabs__content .smm .icon {
	position: absolute;
	right: 20px;
	bottom: 20px
}

.page .smm_services .mw .tabs_cont .tabs__content .smm .icon img {
	width: 100px;
	height: 100px;
	opacity: .1
}

.page .first_100_subscribers_for_free {
	z-index: 1;
	position: relative
}

.page .first_100_subscribers_for_free .mw {
	padding: 48px 2vh 50px
}

.page .first_100_subscribers_for_free .mw .cont {
	background: -o-linear-gradient(336.64deg, #8a6df9 -12.22%, #b6a3ff 179.61%);
	background: linear-gradient(113.36deg, #8a6df9 -12.22%, #b6a3ff 179.61%);
	border-radius: 30px;
	/* height: 262px; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	/* position: relative */
}

.page .first_100_subscribers_for_free .mw .cont .desc {
	padding: 50px 80px
}

.page .first_100_subscribers_for_free .mw .cont .desc .h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 35px;
	max-width: 620px;
	line-height: 42px;
	color: #fff;
	padding-bottom: 32px;
	font-family: GilroyBold, sans-serif !important
}

.page .first_100_subscribers_for_free .mw .cont .desc .btn_line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.page .first_100_subscribers_for_free .mw .cont .desc .btn_line .btn_c {
	margin-right: 20px;
	max-width: 95px
}

.page .first_100_subscribers_for_free .mw .cont .desc .btn_line .btn_c:last-child {
	margin-right: 0
}

.page .first_100_subscribers_for_free .mw .cont .desc .btn_line .btn_m {
	background: #fff;
	color: #000
}

.page .first_100_subscribers_for_free .mw .cont .desc .btn_line .registration {
	border: 1px solid #fff;
	border-radius: 10px;
	background: 0 0;
	font-style: normal;
	font-weight: 500;
	min-width: 148px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	opacity: .5
}

.page .first_100_subscribers_for_free .mw .cont .desc .btn_line .registration:hover {
	opacity: 1
}

.page .first_100_subscribers_for_free .mw .cont .img {
	/* position: absolute; */
	/* height: 330px; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	/* right: 65px; */
	z-index: 2;
	/* bottom: -30px */
	padding: 20px;
}

.page .first_100_subscribers_for_free .mw .cont .img img {
	height: 100%;
	width: auto;
	z-index: 2
}

.page .first_100_subscribers_for_free .mw .cont .decor {
	z-index: -1;
	position: absolute;
	opacity: .5;
	-webkit-filter: blur(100px);
	filter: blur(100px);
	width: 100%;
	height: 100%;
	max-width: 340px;
	background: #fff;
	right: 65px;
	bottom: 30px
}

.page .how_it_work .mw {
	padding: 50px 2vh 100px
}

.page .how_it_work .mw .m_title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.page .how_it_work .mw .m_title p {
	max-width: 1065px
}

.page .how_it_work .mw .cont {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	max-width: 1090px
}

.page .how_it_work .mw .cont .card {
	width: 24%;
	background: #222339;
	border-radius: 10px;
	padding: 26px 0 38px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	border: 1px solid #222339;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.page .how_it_work .mw .cont .card .num span {
	font-family: GilroyBold, sans-serif !important;
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	position: absolute;
	right: 14px;
	top: 14px;
	line-height: 27px;
	text-align: center;
	color: #474863;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.page .how_it_work .mw .cont .card .desc {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.page .how_it_work .mw .cont .card .desc .icon {
	margin-bottom: 16px;
	background: #333552;
	border-radius: 5px;
	width: 100px;
	height: 100px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.page .how_it_work .mw .cont .card .desc .icon img {
	width: 60px;
	height: 60px
}

.page .how_it_work .mw .cont .card .desc p {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #847e9c
}

.page .how_it_work .mw .cont .card:hover {
	border: 1px solid rgba(132, 126, 156, .4)
}

.page .how_it_work .mw .cont .card:hover .num span {
	color: #847e9c
}

.page .our_benefits {
	background: rgba(38, 39, 62, .4);
	border-width: 1px 0;
	border-style: solid;
	border-color: rgba(89, 92, 152, .5);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	position: relative
}

.page .our_benefits .round_decor {
	position: absolute;
	width: 187px;
	right: -50px;
	top: -75px
}

.page .our_benefits .round_decor img {
	width: 100%;
	height: auto;
	-webkit-animation: 15s round_decor linear infinite;
	animation: 15s round_decor linear infinite
}

@-webkit-keyframes round_decor {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes round_decor {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.page .our_benefits .mw {
	padding: 70px 2vh 50px
}

.page .our_benefits .mw .m_title {
	padding-bottom: 45px
}

.page .our_benefits .mw .m_title .h2 {
	text-align: center
}

.page .our_benefits .mw .cont {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.page .our_benefits .mw .cont .card {
	width: 32%;
	background: #24253a;
	border: 1px solid #4b4d78;
	border-radius: 10px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: flex-start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
	min-height: 238px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.page .our_benefits .mw .cont .card:hover {
	-webkit-box-shadow: 0 10px 25px rgba(35, 36, 64, .71);
	box-shadow: 0 10px 25px rgba(35, 36, 64, .71)
}

.page .our_benefits .mw .cont .card:hover .icon {
	background: #8a6df9
}

.page .our_benefits .mw .cont .card .icon {
	margin-top: -14px;
	background: #8e8ea5;
	border-radius: 5px;
	width: 80px;
	margin-bottom: 12px;
	position: relative;
	height: 80px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.page .our_benefits .mw .cont .card .icon img {
	width: 40px;
	height: 100%
}

.page .our_benefits .mw .cont .card .desc .h5 {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	margin-bottom: 10px;
	color: #fff
}

.page .our_benefits .mw .cont .card .desc p {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	max-width: 370px;
	color: #847e9c
}

.page .social_media_marketing {
	position: relative
}

.page .social_media_marketing .round_decor {
	position: absolute;
	width: 187px;
	left: -50px;
	top: 1100px
}

.page .social_media_marketing .round_decor img {
	width: 100%;
	height: auto;
	-webkit-animation: 15s round_decor linear infinite;
	animation: 15s round_decor linear infinite
}

@-webkit-keyframes round_decor {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes round_decor {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.page .social_media_marketing .mw {
	padding: 130px 2vh 40px
}

.page .social_media_marketing .mw .cont {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 80px
}

.page .social_media_marketing .mw .cont .left_side {
	width: 40%;
	background: rgba(38, 39, 62, .4);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	border-radius: 20px;
	padding: 24px;
	position: relative;
	border: 1px solid rgba(89, 92, 152, .4)
}

.page .social_media_marketing .mw .cont .left_side .img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -70px;
	position: relative;
	z-index: 2
}

.page .social_media_marketing .mw .cont .left_side .img img {
	width: 392px;
	height: auto;
	z-index: 2
}

.page .social_media_marketing .mw .cont .left_side .decor {
	z-index: -1;
	position: absolute;
	opacity: .2;
	-webkit-filter: blur(100px);
	filter: blur(100px);
	width: 100%;
	height: 100%;
	max-width: 340px;
	background: #fff;
	right: 65px;
	bottom: 30px
}

.page .social_media_marketing .mw .cont .right_side {
	width: 56%
}

.page .social_media_marketing .mw .cont .right_side .m_title {
	padding-bottom: 30px
}

.page .social_media_marketing .mw .cont .right_side .m_title .h2 {
	text-align: left
}

.page .social_media_marketing .mw .cont .right_side .m_title .h3 {
	font-family: GilroyBold, sans-serif !important;
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	color: #fff
}

.page .social_media_marketing .mw .cont .right_side .desc p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #847e9c;
	margin-bottom: 20px
}

.page .social_media_marketing .mw .cont .right_side .desc p:last-child {
	margin-bottom: 0
}

.page .social_media_marketing .mw .bottom_cont {
	background: rgba(38, 39, 62, .4);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	border-radius: 20px;
	padding: 40px 45px 52px;
	position: relative;
	border: 1px solid rgba(89, 92, 152, .4)
}

.page .social_media_marketing .mw .bottom_cont p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #847e9c;
	margin-bottom: 20px
}

.page .social_media_marketing .mw .bottom_cont p:last-child {
	margin-bottom: 0
}

.page .subscribe_our_group_in_telegram .mw {
	padding: 40px 2vh 18px
}

.page .subscribe_our_group_in_telegram .mw .cont {
	background: -o-linear-gradient(331.99deg, #8a6df9 -1.07%, #3b2c75 107.11%);
	background: linear-gradient(118.01deg, #8a6df9 -1.07%, #3b2c75 107.11%);
	-webkit-box-shadow: 0 20px 80px rgba(90, 70, 168, .2);
	box-shadow: 0 20px 80px rgba(90, 70, 168, .2);
	border-radius: 30px;
	height: 258px;
	position: relative;
	padding: 50px;
	z-index: 2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.page .subscribe_our_group_in_telegram .mw .cont:before {
	content: "";
	background: url(../images/telegram_bg.png) no-repeat center center/cover;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute
}

.page .subscribe_our_group_in_telegram .mw .cont .desc {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px
}

.page .subscribe_our_group_in_telegram .mw .cont .desc .h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	color: #fff;
	margin-right: 30px;
	font-family: GilroyBold, sans-serif !important
}

.page .subscribe_our_group_in_telegram .mw .cont .desc a {
	width: 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	border: 2px solid #fff;
	border-radius: 30px;
	z-index: 2
}

.page .subscribe_our_group_in_telegram .mw .cont .desc a:hover img {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px)
}

.page .subscribe_our_group_in_telegram .mw .cont .desc a img {
	width: 20px;
	height: 20px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.page .subscribe_our_group_in_telegram .mw .cont .btn_c {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2
}

.page .subscribe_our_group_in_telegram .mw .cont .btn_c a {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	background: rgba(255, 255, 255, .1);
	border-radius: 15px;
	padding: 10px 20px;
	line-height: 20px;
	z-index: 2;
	text-align: center;
	color: rgba(255, 255, 255, .7)
}

.page .subscribe_our_group_in_telegram .mw .cont .btn_c a:hover {
	background: #fff;
	color: #847e9c
}

.page .footer {
	position: relative
}

.page .footer .mw {
	padding: 18px 2vh 35px;
	z-index: 2
}

.page .footer .mw .top_cont {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.page .footer .mw .top_cont .left_side .logo a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.page .footer .mw .top_cont .left_side .logo a img {
	width: 200px;
	min-width: 200px;
	height: auto
}

.page .footer .mw .top_cont .right_side {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.page .footer .mw .top_cont .right_side .nav {
	margin-right: 40px
}

.page .footer .mw .top_cont .right_side .nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.page .footer .mw .top_cont .right_side .nav ul li {
	margin-right: 22px
}

.page .footer .mw .top_cont .right_side .nav ul li:last-child {
	margin-right: 0
}

.page .footer .mw .top_cont .right_side .nav ul li a {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #847e9c;
	white-space: nowrap
}

.page .footer .mw .top_cont .right_side .nav ul li a:hover {
	color: #fff
}

.page .footer .mw .top_cont .right_side .btn_line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.page .footer .mw .top_cont .right_side .btn_line .btn_c {
	margin-right: 20px;
	max-width: 220px
}

.page .footer .mw .top_cont .right_side .btn_line .btn_c:last-child {
	margin-right: 0
}

.page .footer .mw .top_cont .right_side .btn_line .registration {
	border: 1px solid #8a6df9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	background: 0 0;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #fff
}

.page .footer .mw .top_cont .right_side .btn_line .registration:hover {
	background: #8a6df9
}

.page .footer .mw hr {
	border: none;
	height: 1px;
	background: rgba(255, 255, 255, .1);
	width: 100%;
	margin: 20px 0
}

.page .footer .mw .bottom_cont {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.page .footer .mw .bottom_cont .left_side p {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #a5a5a5
}

.page .footer .mw .bottom_cont .right_side a {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: rgba(255, 255, 255, .7)
}

.page .footer .mw .bottom_cont .right_side a:hover {
	color: #fff
}

.page_login {
	min-height: 100vh;
	padding-bottom: 200px
}

.page_login .login_main .main_cont .mw {
	padding-top: 60px
}

.page_login .login_main .main_cont .mw .cont {
	padding-top: 50px;
	padding-bottom: 50px;
	height: auto
}

.page_login .login_main .main_cont .mw .cont .h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 50px;
	line-height: 62px;
	text-align: center;
	color: #fff;
	margin-top: 0
}

.page_login .login_main .main_cont .mw .cont .h1::after {
	display: none
}

.page_login .login_main .main_cont .mw .cont .reset_pass_form {
	width: 100%;
	max-width: 410px
}

.page_login .login_main .main_cont .mw .cont .reset_pass_form form {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

.page_login .login_main .main_cont .mw .cont .reset_pass_form form .inp {
	width: 100%;
	margin-bottom: 20px
}

.page_login .login_main .main_cont .mw .cont .reset_pass_form form .btn_c {
	max-width: 100%;
	width: 100%
}

.page_login .login_main .main_cont .mw .cont .reset_pass_form form .btn_c .btn_m {
	max-width: 100%
}

.page_login .login_main .main_cont .mw .cont .registration_form {
	max-width: 670px;
	margin: 0 auto
}

.page_login .login_main .main_cont .mw .cont .registration_form form .inp {
	width: 48%;
	margin-bottom: 20px
}

.page_login .login_main .main_cont .mw .cont .registration_form form .btn_c {
	max-width: 410px;
	margin: 0 auto
}

.page_login .login_main .main_cont .mw .cont .registration_form form .btn_c .btn_m {
	max-width: 410px
}

.page_login .login_main .main_cont .mw .cont .row {
	margin-top: 10px;
	margin-bottom: 0 !important;
	padding-bottom: 0
}

.page_login .login_main .main_cont .mw .cont .row .remember_me {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.page_login .login_main .main_cont .mw .cont .row .remember_me input {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 0;
	height: 0
}

.page_login .login_main .main_cont .mw .cont .row .remember_me:hover .inp_check {
	border-color: #fff
}

.page_login .login_main .main_cont .mw .cont .row .remember_me:hover .txt {
	color: #fff
}

.page_login .login_main .main_cont .mw .cont .row .remember_me input:checked~.inp_check::after {
	opacity: 1
}

.page_login .login_main .main_cont .mw .cont .row .remember_me .inp_check {
	width: 20px;
	height: 20px;
	border: 1px solid #847e9c;
	border-radius: 3px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	min-width: 20px;
	margin-right: 10px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.page_login .login_main .main_cont .mw .cont .row .remember_me .inp_check::after {
	content: "";
	background: url(../images/check2.svg) no-repeat center center/cover;
	position: absolute;
	width: 16px;
	height: 16px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0
}

.page_login .login_main .main_cont .mw .cont .row .remember_me .txt {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #847e9c;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.page_login .login_main .main_cont .mw .cont .not_registration {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-top: 25px
}

.page_login .login_main .main_cont .mw .cont .not_registration span {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #847e9c;
	text-align: center
}

.page_login .login_main .main_cont .mw .cont .not_registration span a {
	color: #847e9c
}

.page_login .login_main .main_cont .mw .cont .not_registration span a:hover {
	color: #fff
}

.page_login .footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.page_service2 .main {
	height: auto !important;
	min-height: auto
}

.page_service2 .main .main_cont {
	width: 100% !important;
	max-width: 1300px;
	margin: 0 auto
}

.page_service2 .main .main_cont .bottom_cont {
	padding: 30px 2vh !important
}

@media (max-width:575px) {
	.btn_c .btn_m {
		font-size: 14px;
		line-height: 20px;
		padding: 12px;
		height: 50px
	}

	.mw {
		max-width: 500px
	}

	.page .net {
		height: 662px
	}

	.page .main_blur {
		width: 1000px;
		height: 1000px;
		top: -275px;
		left: -400px
	}

	.page .header {
		height: 100px
	}

	.page .header .mw {
		padding: 10px 2vh
	}

	.page .header .mw .left_side .logo a img {
		width: 160px;
		min-width: 160px;
		height: auto
	}

	.page .header .mw .right_side .nav {
		display: none
	}

	.page .header .mw .right_side .langs {
		display: none
	}

	.page .header .mw .right_side .btn_line {
		display: none
	}

	.page .header .mw .right_side .o_xs_menu {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end
	}

	.page .header_offset {
		height: 100px
	}

	.page .sticky {
		height: 80px
	}

	.page .main .main_cont .mw {
		padding: 80px 2vh 45px
	}

	.page .main .main_cont .mw .cont {
		border-radius: 20px;
		
		height: auto;
		padding: 20px;
		max-width: 500px;
		margin: 0 auto
	}
	
	.resp-panel {
		min-height: 1050px;
	}

	.page .main .main_cont .mw .cont::before {
		border-radius: 20px
	}

	.page .main .main_cont .mw .cont::after {
		border-radius: 20px
	}

	.page .main .main_cont .mw .cont .decor {
		width: 100px;
		left: -50px
	}

	.page .main .main_cont .mw .cont .decor1 {
		width: 90px;
		right: -30px
	}

	.page .main .main_cont .mw .cont .decor1 img {
		width: 100%;
		height: auto
	}

	.page .main .main_cont .mw .cont .h1 {
		font-size: 40px;
		line-height: 50px;
		margin: 0 auto;
		margin-top: -60px;
		margin-bottom: 20px;
		max-width: 400px
	}

	.page .main .main_cont .mw .cont .h1:after {
		width: 100px;
		height: 12px;
		left: 5px;
		top: 45px
	}

	.page .main .main_cont .mw .cont p {
		font-size: 18px;
		margin-bottom: 30px
	}

	.page .main .main_cont .mw .cont .form form {
		width: 100%
	}

	.page .main .main_cont .mw .cont .form form .inp {
		margin-bottom: 10px;
		width: 100%
	}

	.page .main .main_cont .mw .cont .form form .inp input {
		height: 50px;
		width: 100%;
		font-size: 16px
	}

	.page .main .main_cont .mw .cont .form form .btn_c {
		max-width: 100%
	}

	.page .main .main_cont .mw .cont .form form .btn_c .btn_m {
		max-width: 100%
	}

	.page .main .main_cont .mw .cont .form form .row {
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 100%;
		margin-top: 10px
	}
	
	.page .main .main_cont .mw .cont .form form .row .mb-menu {
		margin-left: 6px;
		/* width: 100%; */
	}
	

	.page .main .main_cont .mw .cont .form form .row .forget_pass {
		font-size: 12px;
		margin-bottom: 0
	}

	.page .main .main_cont .mw .cont .form form .row span {
		font-size: 12px
	}

	.page .main .main_cont .mw .cont .soc_icons {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 400px;
		margin: 0 auto -80px;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}

	.page .main .main_cont .mw .cont .soc_icons .card {
		width: 48%;
		margin-bottom: 10px;
		padding: 15px;
		min-height: 100px;
		height: auto
	}

	.page .main .main_cont .mw .cont .soc_icons .card .icon {
		padding-bottom: 10px
	}

	.page .main .main_cont .mw .cont .soc_icons .card .icon img {
		width: 40px;
		height: 40px
	}

	.page .main .main_cont .mw .cont .soc_icons .card p {
		font-size: 12px;
		margin-bottom: 0;
		line-height: 16px
	}

	.page .xs_menu {
		display: block
	}

	.page .soc_icons_cont .mw {
		padding: 30px 2vh;
		margin-bottom: 45px;
	}

	.page .soc_icons_cont .mw .soc_icon_slider .slide {
		height: 100px
	}

	.page .partner_panel_is .mw {
		padding: 0 2vh
	}

	.page .partner_panel_is .mw .cont {
		padding: 30px auto;
		max-width: 500px;
		margin: 0 auto
	}

	.page .partner_panel_is .mw .cont .decor {
		position: absolute;
		width: 70px;
		right: -20px;
		top: -30px
	}

	.page .partner_panel_is .mw .cont .m_title {
		padding-bottom: 32px
	}

	.page .partner_panel_is .mw .cont ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.page .partner_panel_is .mw .cont ul li {
		margin-bottom: 30px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		width: 100%;
		max-width: 300px;
		margin: 0 auto 25px;
		padding-bottom: 25px
	}

	.page .partner_panel_is .mw .cont ul li:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: 0
	}

	.page .partner_panel_is .mw .cont ul li .num span {
		font-size: 30px
	}

	.page .partner_panel_is .mw .cont ul li p {
		font-size: 16px
	}

	.page .m_title {
		padding-bottom: 35px
	}

	.page .m_title .h2 {
		font-size: 35px;
		line-height: 42px
	}

	.page .m_title p {
		margin-top: 12px;
		font-size: 16px;
		line-height: 22px
	}

	.page .smm_services .round_decor {
		width: 187px;
		left: -117px;
		top: 25px
	}

	.page .smm_services .mw {
		padding: 70px 2vh 48px
	}

	.page .smm_services .mw .tabs {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: space-between;
		-webkit-justify-content: space-between;
		-ms-flex-pack: space-between;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.page .smm_services .mw .tabs .tabs__caption {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: 0;
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.page .smm_services .mw .tabs .tabs__caption li {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 16px;
		padding: 14px 10px;
		height: 50px;
		margin: 0 0 12px;
		width: 48%;
		min-width: auto
	}

	.page .smm_services .mw .tabs .tabs__caption li .icon {
		width: 20px;
		margin-right: 10px;
		min-width: 20px;
		height: 20px
	}

	.page .smm_services .mw .tabs_cont {
		margin-top: 20px
	}

	.page .smm_services .mw .tabs_cont .tabs__content {
		width: 100%;
		height: auto;
		padding: 20px;
		position: relative
	}

	.page .smm_services .mw .tabs_cont .tabs__content .smm .h3 {
		font-size: 25px;
		margin-bottom: 20px
	}

	.page .smm_services .mw .tabs_cont .tabs__content .smm p {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 15px
	}

	.page .smm_services .mw .tabs_cont .tabs__content .smm ul li {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px
	}

	.page .smm_services .mw .tabs_cont .tabs__content .smm ul li:before {
		width: 20px;
		height: 20px;
		min-width: 20px;
		margin-right: 10px
	}

	.page .smm_services .mw .tabs_cont .tabs__content .smm .icon {
		right: 15px;
		bottom: 15px
	}

	.page .smm_services .mw .tabs_cont .tabs__content .smm .icon img {
		width: 80px;
		height: 80px
	}

	.page .first_100_subscribers_for_free .mw {
		padding: 35px 2vh 40px
	}

	.page .first_100_subscribers_for_free .mw .cont {
		border-radius: 25px;
		height: auto;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding-bottom: 55px;
	}

	.page .first_100_subscribers_for_free .mw .cont .desc {
		padding: 40px 30px
	}

	.page .first_100_subscribers_for_free .mw .cont .desc .h3 {
		font-size: 28px;
		text-align: center;
		line-height: 34px;
		padding-bottom: 30px
	}

	.page .first_100_subscribers_for_free .mw .cont .desc .btn_line {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 auto
	}

	.page .first_100_subscribers_for_free .mw .cont .desc .btn_line .btn_c {
		margin: 5px 10px;
		max-width: none;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.page .first_100_subscribers_for_free .mw .cont .desc .btn_line .btn_c:last-child {
		margin-right: 10px
	}

	.page .first_100_subscribers_for_free .mw .cont .desc .btn_line .registration {
		font-size: 14px;
		line-height: 20px
	}

	.page .first_100_subscribers_for_free .mw .cont .img {
		height: 280px;
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		right: 0;
		bottom: -30px;
		margin-top: -50px
	}

	.page .first_100_subscribers_for_free .mw .cont .decor {
		width: 100%;
		height: 100%;
		max-width: 150px;
		bottom: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		right: 0;
		top: auto;
		left: 0
	}

	.page .how_it_work .mw {
		padding: 60px 2vh 60px
	}

	.page .how_it_work .mw .m_title p {
		font-size: 12px;
		line-height: 18px
	}

	.page .how_it_work .mw .cont {
		width: 100%;
		margin: 0 auto;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}

	.page .how_it_work .mw .cont .card {
		width: 48%;
		padding: 15px;
		margin-bottom: 15px;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.page .how_it_work .mw .cont .card .num span {
		font-size: 16px;
		right: 10px;
		top: 10px;
		line-height: 27px
	}

	.page .how_it_work .mw .cont .card .desc .icon {
		margin-bottom: 14px;
		width: 80px;
		height: 80px
	}

	.page .how_it_work .mw .cont .card .desc .icon img {
		width: 40px;
		height: 40px
	}

	.page .how_it_work .mw .cont .card .desc p {
		font-size: 14px;
		line-height: 20px
	}

	.page .our_benefits .round_decor {
		width: 150px;
		right: -60px;
		top: -55px
	}

	.page .our_benefits .mw {
		padding: 60px 2vh 60px
	}

	.page .our_benefits .mw .m_title {
		padding-bottom: 40px
	}

	.page .our_benefits .mw .m_title .h2 {
		font-size: 30px;
		line-height: 40px
	}

	.page .our_benefits .mw .cont .card {
		width: 100%;
		margin-bottom: 40px;
		min-height: 210px;
		height: auto;
		padding-bottom: 20px
	}

	.page .our_benefits .mw .cont .card:last-child {
		margin-bottom: 0
	}

	.page .our_benefits .mw .cont .card .icon {
		margin-top: -14px;
		width: 60px;
		margin-bottom: 10px;
		height: 60px
	}

	.page .our_benefits .mw .cont .card .icon img {
		width: 30px
	}

	.page .our_benefits .mw .cont .card .desc .h5 {
		font-size: 17px;
		line-height: 23px
	}

	.page .our_benefits .mw .cont .card .desc p {
		font-size: 14px;
		line-height: 18px
	}

	.page .social_media_marketing .round_decor {
		width: 150px;
		left: -75px
	}

	.page .social_media_marketing .round_decor img {
		width: 100%;
		height: auto
	}

	.page .social_media_marketing .mw {
		padding: 80px 2vh 30px
	}

	.page .social_media_marketing .mw .cont {
		margin-bottom: 20px
	}

	.page .social_media_marketing .mw .cont .left_side {
		width: 100%;
		margin-bottom: 30px;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}

	.page .social_media_marketing .mw .cont .left_side .img {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: -50px
	}

	.page .social_media_marketing .mw .cont .left_side .img img {
		width: 100%
	}

	.page .social_media_marketing .mw .cont .left_side .decor {
		max-width: 100%;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0
	}

	.page .social_media_marketing .mw .cont .right_side {
		width: 100%;
		margin-bottom: 40px
	}

	.page .social_media_marketing .mw .cont .right_side .m_title {
		padding-bottom: 20px
	}

	.page .social_media_marketing .mw .cont .right_side .m_title .h2 {
		text-align: center
	}

	.page .social_media_marketing .mw .cont .right_side .m_title .h3 {
		font-size: 28px;
		text-align: center;
		line-height: 36px
	}

	.page .social_media_marketing .mw .cont .right_side .desc p {
		font-size: 14px;
		text-align: center;
		margin-bottom: 18px
	}

	.page .social_media_marketing .mw .bottom_cont {
		padding: 30px 15px 42px;
		position: relative
	}

	.page .social_media_marketing .mw .bottom_cont p {
		font-size: 14px;
		margin-bottom: 18px;
		text-align: center
	}

	.page .subscribe_our_group_in_telegram .mw {
		padding: 30px 2vh 12px
	}

	.page .subscribe_our_group_in_telegram .mw .cont {
		height: auto;
		padding: 20px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.page .subscribe_our_group_in_telegram .mw .cont .desc {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 30px;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.page .subscribe_our_group_in_telegram .mw .cont .desc .h3 {
		font-size: 28px;
		line-height: 38px;
		margin-right: 0;
		margin-bottom: 10px;
		text-align: center
	}

	.page .subscribe_our_group_in_telegram .mw .cont .desc a {
		width: 60px;
		height: 35px
	}

	.page .subscribe_our_group_in_telegram .mw .cont .desc a img {
		width: 18px;
		height: 18px
	}

	.page .subscribe_our_group_in_telegram .mw .cont .btn_c {
		margin-top: 0
	}

	.page .subscribe_our_group_in_telegram .mw .cont .btn_c a {
		font-size: 14px;
		padding: 10px;
		line-height: 20px
	}

	.page .footer .mw {
		padding: 14px 2vh 30px
	}

	.page .footer .mw .top_cont {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: space-between;
		-webkit-justify-content: space-between;
		-ms-flex-pack: space-between;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.page .footer .mw .top_cont .left_side {
		margin-bottom: 20px
	}

	.page .footer .mw .top_cont .left_side .logo a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.page .footer .mw .top_cont .left_side .logo a img {
		width: 180px;
		min-width: 180px
	}

	.page .footer .mw .top_cont .right_side {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.page .footer .mw .top_cont .right_side .nav {
		margin-right: 0;
		margin-bottom: 20px
	}

	.page .footer .mw .top_cont .right_side .nav ul li {
		margin: 0 10px
	}

	.page .footer .mw .top_cont .right_side .nav ul li:last-child {
		margin-right: 10px
	}

	.page .footer .mw .top_cont .right_side .nav ul li a {
		font-size: 16px;
		line-height: 20px
	}

	.page .footer .mw .top_cont .right_side .btn_line {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.page .footer .mw .top_cont .right_side .btn_line .btn_c {
		margin-right: 20px;
		max-width: 220px
	}

	.page .footer .mw .top_cont .right_side .btn_line .registration {
		font-size: 18px;
		line-height: 21px
	}

	.page .footer .mw hr {
		border: none;
		height: 1px;
		background: rgba(255, 255, 255, .1);
		width: 100%;
		margin: 20px 0
	}

	.page .footer .mw .bottom_cont {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.page .footer .mw .bottom_cont .left_side {
		margin-top: 10px
	}

	.page .footer .mw .bottom_cont .left_side p {
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 140%;
		color: #a5a5a5;
		text-align: center
	}

	.page .footer .mw .bottom_cont .right_side {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}

	.page .footer .mw .bottom_cont .right_side a {
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 140%;
		color: rgba(255, 255, 255, .7);
		text-align: center
	}

	.page .footer .mw .bottom_cont .right_side a:hover {
		color: #fff
	}

	.page_login {
		min-height: 100vh;
		padding-bottom: 350px
	}

	.page_login .login_main .main_cont .mw {
		padding-top: 30px
	}

	.page_login .login_main .main_cont .mw .cont {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.page_login .login_main .main_cont .mw .cont .h1 {
		font-size: 35px;
		line-height: 45px;
		margin-top: 0
	}

	.page_login .login_main .main_cont .mw .cont .row {
		margin-top: 15px !important
	}

	.page_login .login_main .main_cont .mw .cont .row .remember_me .inp_check {
		width: 18px;
		height: 18px;
		min-width: 18px;
		margin-right: 6px
	}

	.page_login .login_main .main_cont .mw .cont .row .remember_me .inp_check::after {
		width: 14px;
		height: 14px
	}

	.page_login .login_main .main_cont .mw .cont .row .remember_me .txt {
		font-size: 12px;
		line-height: 16px
	}

	.page_login .login_main .main_cont .mw .cont .not_registration {
		margin-top: 20px
	}

	.page_login .login_main .main_cont .mw .cont .not_registration span {
		font-size: 12px;
		line-height: 14px
	}

	.page_service2 .main {
		height: auto !important;
		min-height: auto
	}

	.page_service2 .main .main_cont {
		width: 100% !important;
		max-width: 1300px;
		margin: 0 auto !important
	}

	.page_service2 .main .main_cont .bottom_cont {
		padding: 30px 2vh !important
	}
}

@media (min-width:576px) and (max-width:767px) {
	.btn_c .btn_m {
		font-size: 14px;
		line-height: 20px;
		padding: 12px;
		height: 50px
	}

	.mw {
		max-width: 750px
	}

	.page .net {
		height: 662px
	}

	.page .main_blur {
		width: 1000px;
		height: 1000px;
		top: -275px;
		left: -400px
	}

	.page .header {
		height: 100px
	}

	.page .header .mw {
		padding: 10px 2vh
	}

	.page .header .mw .left_side .logo a img {
		width: 160px;
		min-width: 160px;
		height: auto
	}

	.page .header .mw .right_side .nav {
		display: none
	}

	.page .header .mw .right_side .langs {
		margin-right: 15px
	}

	.page .header .mw .right_side .btn_line {
		margin-right: 15px
	}

	.page .header .mw .right_side .o_xs_menu {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end
	}

	.page .header_offset {
		height: 100px
	}

	.page .sticky {
		height: 80px
	}

	.page .main .main_cont .mw {
		padding: 80px 2vh 45px
	}

	.page .main .main_cont .mw .cont {
		border-radius: 20px;
		height: auto;
		padding: 20px
	}

	.page .main .main_cont .mw .cont::before {
		border-radius: 20px
	}

	.page .main .main_cont .mw .cont::after {
		border-radius: 20px
	}

	.page .main .main_cont .mw .cont .decor {
		width: 100px;
		left: -50px
	}

	.page .main .main_cont .mw .cont .decor1 {
		width: 90px;
		right: -30px
	}

	.page .main .main_cont .mw .cont .decor1 img {
		width: 100%;
		height: auto
	}

	.page .main .main_cont .mw .cont .h1 {
		font-size: 45px;
		line-height: 55px;
		margin: 0 auto;
		margin-top: -60px;
		margin-bottom: 20px;
		max-width: 450px
	}

	.page .main .main_cont .mw .cont .h1:after {
		width: 120px;
		height: 12px;
		left: 5px;
		top: 45px
	}

	.page .main .main_cont .mw .cont p {
		font-size: 18px;
		margin-bottom: 30px
	}

	.page .main .main_cont .mw .cont .form form {
		width: 100%
	}

	.page .main .main_cont .mw .cont .form form .inp {
		margin-bottom: 15px;
		width: 48%
	}

	.page .main .main_cont .mw .cont .form form .inp input {
		height: 50px;
		width: 100%;
		font-size: 16px
	}

	.page .main .main_cont .mw .cont .form form .btn_c {
		max-width: 100%
	}

	.page .main .main_cont .mw .cont .form form .btn_c .btn_m {
		max-width: 100%
	}

	.page .main .main_cont .mw .cont .form form .row {
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 100%;
		margin-top: 15px
	}

	.page .main .main_cont .mw .cont .form form .row .forget_pass {
		font-size: 14px;
		margin-bottom: 0
	}

	.page .main .main_cont .mw .cont .form form .row span {
		font-size: 14px
	}

	.page .main .main_cont .mw .cont .soc_icons {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 auto -80px;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}

	.page .main .main_cont .mw .cont .soc_icons .card {
		width: 31%;
		margin: 0 1% 12px;
		padding: 15px;
		min-height: 100px;
		height: auto
	}

	.page .main .main_cont .mw .cont .soc_icons .card .icon {
		padding-bottom: 10px
	}

	.page .main .main_cont .mw .cont .soc_icons .card .icon img {
		width: 40px;
		height: 40px
	}

	.page .main .main_cont .mw .cont .soc_icons .card p {
		font-size: 12px;
		margin-bottom: 0;
		line-height: 16px
	}

	.page .xs_menu {
		display: block
	}

	.page .soc_icons_cont .mw {
		padding: 30px 2vh
	}

	.page .soc_icons_cont .mw .soc_icon_slider .slide {
		height: 100px
	}

	.page .partner_panel_is .mw {
		padding: 0 2vh
	}

	.page .partner_panel_is .mw .cont {
		padding: 30px auto
	}

	.page .partner_panel_is .mw .cont .decor {
		position: absolute;
		width: 70px;
		right: -20px;
		top: -30px
	}

	.page .partner_panel_is .mw .cont .m_title {
		padding-bottom: 32px
	}

	.page .partner_panel_is .mw .cont ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.page .partner_panel_is .mw .cont ul li {
		margin-bottom: 30px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		width: 100%;
		max-width: 300px;
		margin: 0 auto 25px;
		padding-bottom: 25px
	}

	.page .partner_panel_is .mw .cont ul li:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: 0
	}

	.page .partner_panel_is .mw .cont ul li .num span {
		font-size: 30px
	}

	.page .partner_panel_is .mw .cont ul li p {
		font-size: 16px
	}

	.page .m_title {
		padding-bottom: 35px
	}

	.page .m_title .h2 {
		font-size: 35px;
		line-height: 42px
	}

	.page .m_title p {
		margin-top: 12px;
		font-size: 16px;
		line-height: 22px
	}

	.page .smm_services .round_decor {
		width: 187px;
		left: -117px;
		top: 25px
	}

	.page .smm_services .mw {
		padding: 70px 2vh 48px
	}

	.page .smm_services .mw .tabs {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: space-between;
		-webkit-justify-content: space-between;
		-ms-flex-pack: space-between;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.page .smm_services .mw .tabs .tabs__caption {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: 0;
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.page .smm_services .mw .tabs .tabs__caption li {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 16px;
		padding: 14px 10px;
		height: 50px;
		margin: 0 0 12px;
		width: 49%;
		min-width: auto
	}

	.page .smm_services .mw .tabs .tabs__caption li .icon {
		width: 20px;
		margin-right: 10px;
		min-width: 20px;
		height: 20px
	}

	.page .smm_services .mw .tabs_cont {
		margin-top: 20px
	}

	.page .smm_services .mw .tabs_cont .tabs__content {
		width: 100%;
		height: auto;
		padding: 20px;
		position: relative
	}

	.page .smm_services .mw .tabs_cont .tabs__content .smm .h3 {
		font-size: 25px;
		margin-bottom: 20px
	}

	.page .smm_services .mw .tabs_cont .tabs__content .smm p {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 15px
	}

	.page .smm_services .mw .tabs_cont .tabs__content .smm ul li {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px
	}

	.page .smm_services .mw .tabs_cont .tabs__content .smm ul li:before {
		width: 20px;
		height: 20px;
		min-width: 20px;
		margin-right: 10px
	}

	.page .smm_services .mw .tabs_cont .tabs__content .smm .icon {
		right: 15px;
		bottom: 15px
	}

	.page .smm_services .mw .tabs_cont .tabs__content .smm .icon img {
		width: 80px;
		height: 80px
	}

	.page .first_100_subscribers_for_free .mw {
		padding: 35px 2vh 40px
	}

	.page .first_100_subscribers_for_free .mw .cont {
		border-radius: 25px;
		height: auto;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.page .first_100_subscribers_for_free .mw .cont .desc {
		padding: 40px 30px
	}

	.page .first_100_subscribers_for_free .mw .cont .desc .h3 {
		font-size: 28px;
		text-align: center;
		line-height: 34px;
		padding-bottom: 30px
	}

	.page .first_100_subscribers_for_free .mw .cont .desc .btn_line {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%
	}

	.page .first_100_subscribers_for_free .mw .cont .desc .btn_line .btn_c {
		margin: 5px 10px;
		max-width: none;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.page .first_100_subscribers_for_free .mw .cont .desc .btn_line .btn_c:last-child {
		margin-right: 10px
	}

	.page .first_100_subscribers_for_free .mw .cont .desc .btn_line .registration {
		font-size: 14px;
		line-height: 20px
	}

	.page .first_100_subscribers_for_free .mw .cont .img {
		height: 280px;
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		right: 0;
		bottom: -30px;
		margin-top: -50px
	}

	.page .first_100_subscribers_for_free .mw .cont .decor {
		width: 100%;
		height: 100%;
		max-width: 150px;
		bottom: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		right: 0;
		top: auto;
		left: 0
	}

	.page .how_it_work .mw {
		padding: 60px 2vh 60px
	}

	.page .how_it_work .mw .m_title p {
		font-size: 12px;
		line-height: 18px
	}

	.page .how_it_work .mw .cont {
		width: 100%;
		margin: 0 auto;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}

	.page .how_it_work .mw .cont .card {
		width: 49%;
		padding: 15px;
		margin-bottom: 15px;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.page .how_it_work .mw .cont .card .num span {
		font-size: 16px;
		right: 10px;
		top: 10px;
		line-height: 27px
	}

	.page .how_it_work .mw .cont .card .desc .icon {
		margin-bottom: 14px;
		width: 80px;
		height: 80px
	}

	.page .how_it_work .mw .cont .card .desc .icon img {
		width: 40px;
		height: 40px
	}

	.page .how_it_work .mw .cont .card .desc p {
		font-size: 14px;
		line-height: 20px
	}

	.page .our_benefits .round_decor {
		width: 150px;
		right: -60px;
		top: -55px
	}

	.page .our_benefits .mw {
		padding: 60px 2vh 60px
	}

	.page .our_benefits .mw .m_title {
		padding-bottom: 40px
	}

	.page .our_benefits .mw .m_title .h2 {
		font-size: 30px;
		line-height: 40px
	}

	.page .our_benefits .mw .cont .card {
		width: 100%;
		min-height: 210px;
		height: auto;
		padding-bottom: 20px;
		max-width: 450px;
		margin: 0 auto 40px
	}

	.page .our_benefits .mw .cont .card:last-child {
		margin-bottom: 0
	}

	.page .our_benefits .mw .cont .card .icon {
		margin-top: -14px;
		width: 60px;
		margin-bottom: 10px;
		height: 60px
	}

	.page .our_benefits .mw .cont .card .icon img {
		width: 30px
	}

	.page .our_benefits .mw .cont .card .desc .h5 {
		font-size: 17px;
		line-height: 23px
	}

	.page .our_benefits .mw .cont .card .desc p {
		font-size: 14px;
		line-height: 18px
	}

	.page .social_media_marketing .round_decor {
		width: 150px;
		left: -75px
	}

	.page .social_media_marketing .round_decor img {
		width: 100%;
		height: auto
	}

	.page .social_media_marketing .mw {
		padding: 80px 2vh 30px
	}

	.page .social_media_marketing .mw .cont {
		margin-bottom: 20px
	}

	.page .social_media_marketing .mw .cont .left_side {
		width: 100%;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
		max-width: 450px;
		margin: 0 auto 30px
	}

	.page .social_media_marketing .mw .cont .left_side .img {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: -50px
	}

	.page .social_media_marketing .mw .cont .left_side .img img {
		width: 100%;
		max-width: 400px
	}

	.page .social_media_marketing .mw .cont .left_side .decor {
		max-width: 100%;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0
	}

	.page .social_media_marketing .mw .cont .right_side {
		width: 100%;
		margin-bottom: 40px
	}

	.page .social_media_marketing .mw .cont .right_side .m_title {
		padding-bottom: 20px
	}

	.page .social_media_marketing .mw .cont .right_side .m_title .h2 {
		text-align: center
	}

	.page .social_media_marketing .mw .cont .right_side .m_title .h3 {
		font-size: 28px;
		text-align: center;
		line-height: 36px
	}

	.page .social_media_marketing .mw .cont .right_side .desc p {
		font-size: 14px;
		text-align: center;
		margin-bottom: 18px
	}

	.page .social_media_marketing .mw .bottom_cont {
		padding: 30px 15px 42px;
		position: relative
	}

	.page .social_media_marketing .mw .bottom_cont p {
		font-size: 14px;
		margin-bottom: 18px;
		text-align: center
	}

	.page .subscribe_our_group_in_telegram .mw {
		padding: 30px 2vh 12px
	}

	.page .subscribe_our_group_in_telegram .mw .cont {
		height: auto;
		padding: 20px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.page .subscribe_our_group_in_telegram .mw .cont .desc {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 30px;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.page .subscribe_our_group_in_telegram .mw .cont .desc .h3 {
		font-size: 28px;
		line-height: 38px;
		margin-right: 0;
		margin-bottom: 10px;
		text-align: center
	}

	.page .subscribe_our_group_in_telegram .mw .cont .desc a {
		width: 60px;
		height: 35px
	}

	.page .subscribe_our_group_in_telegram .mw .cont .desc a img {
		width: 18px;
		height: 18px
	}

	.page .subscribe_our_group_in_telegram .mw .cont .btn_c {
		margin-top: 0
	}

	.page .subscribe_our_group_in_telegram .mw .cont .btn_c a {
		font-size: 14px;
		padding: 10px;
		line-height: 20px
	}

	.page .footer .mw {
		padding: 14px 2vh 30px
	}

	.page .footer .mw .top_cont {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: space-between;
		-webkit-justify-content: space-between;
		-ms-flex-pack: space-between;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.page .footer .mw .top_cont .left_side {
		margin-bottom: 20px
	}

	.page .footer .mw .top_cont .left_side .logo a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.page .footer .mw .top_cont .left_side .logo a img {
		width: 180px;
		min-width: 180px
	}

	.page .footer .mw .top_cont .right_side {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.page .footer .mw .top_cont .right_side .nav {
		margin-right: 0;
		margin-bottom: 20px
	}

	.page .footer .mw .top_cont .right_side .nav ul li {
		margin: 0 10px
	}

	.page .footer .mw .top_cont .right_side .nav ul li:last-child {
		margin-right: 10px
	}

	.page .footer .mw .top_cont .right_side .nav ul li a {
		font-size: 16px;
		line-height: 20px
	}

	.page .footer .mw .top_cont .right_side .btn_line {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.page .footer .mw .top_cont .right_side .btn_line .btn_c {
		margin-right: 20px;
		max-width: 220px
	}

	.page .footer .mw .top_cont .right_side .btn_line .registration {
		font-size: 18px;
		line-height: 21px
	}

	.page .footer .mw hr {
		border: none;
		height: 1px;
		background: rgba(255, 255, 255, .1);
		width: 100%;
		margin: 20px 0
	}

	.page .footer .mw .bottom_cont {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.page .footer .mw .bottom_cont .left_side {
		margin-top: 10px
	}

	.page .footer .mw .bottom_cont .left_side p {
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 140%;
		color: #a5a5a5
	}

	.page .footer .mw .bottom_cont .right_side {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}

	.page .footer .mw .bottom_cont .right_side a {
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 140%;
		color: rgba(255, 255, 255, .7)
	}

	.page .footer .mw .bottom_cont .right_side a:hover {
		color: #fff
	}

	.page_login {
		min-height: 100vh;
		padding-bottom: 350px
	}

	.page_login .login_main .main_cont .mw {
		padding-top: 30px
	}

	.page_login .login_main .main_cont .mw .cont {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.page_login .login_main .main_cont .mw .cont .h1 {
		font-size: 40px;
		line-height: 50px;
		margin-top: 0
	}

	.page_login .login_main .main_cont .mw .cont .reset_pass_form {
		width: 100%;
		max-width: 410px
	}

	.page_login .login_main .main_cont .mw .cont .reset_pass_form form {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%
	}

	.page_login .login_main .main_cont .mw .cont .reset_pass_form form .inp {
		width: 100%;
		margin-bottom: 15px
	}

	.page_login .login_main .main_cont .mw .cont .reset_pass_form form .btn_c {
		max-width: 100%;
		width: 100%
	}

	.page_login .login_main .main_cont .mw .cont .reset_pass_form form .btn_c .btn_m {
		max-width: 100%
	}

	.page_login .login_main .main_cont .mw .cont .row {
		margin-top: 15px !important
	}

	.page_login .login_main .main_cont .mw .cont .row .remember_me .inp_check {
		width: 18px;
		height: 18px;
		min-width: 18px;
		margin-right: 6px
	}

	.page_login .login_main .main_cont .mw .cont .row .remember_me .inp_check::after {
		width: 14px;
		height: 14px
	}

	.page_login .login_main .main_cont .mw .cont .row .remember_me .txt {
		font-size: 14px;
		line-height: 16px
	}

	.page_login .login_main .main_cont .mw .cont .not_registration {
		margin-top: 20px
	}

	.page_login .login_main .main_cont .mw .cont .not_registration span {
		font-size: 14px;
		line-height: 16px
	}

	.page_service2 .main {
		height: auto !important;
		min-height: auto
	}

	.page_service2 .main .main_cont {
		width: 100% !important;
		max-width: 1300px;
		margin: 0 auto !important
	}

	.page_service2 .main .main_cont .bottom_cont {
		padding: 30px 2vh !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.mw {
		max-width: 950px
	}

	.page .net {
		height: 662px
	}

	.page .main_blur {
		width: 1000px;
		height: 1000px;
		top: -275px;
		left: -400px
	}

	.page .header {
		height: 100px
	}

	.page .header .mw {
		padding: 10px 2vh
	}

	.page .header .mw .left_side .logo a img {
		width: 160px;
		min-width: 160px;
		height: auto
	}

	.page .header .mw .right_side .nav {
		display: none
	}

	.page .header .mw .right_side .langs {
		margin-right: 15px
	}

	.page .header .mw .right_side .btn_line {
		margin-right: 15px
	}

	.page .header .mw .right_side .o_xs_menu {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end
	}

	.page .header_offset {
		height: 100px
	}

	.page .sticky {
		height: 80px
	}

	.page .main .main_cont .mw {
		padding: 80px 2vh 45px
	}

	.page .main .main_cont .mw .cont {
		border-radius: 20px;
		height: auto;
		padding: 20px
	}

	.page .main .main_cont .mw .cont::before {
		border-radius: 20px
	}

	.page .main .main_cont .mw .cont::after {
		border-radius: 20px
	}

	.page .main .main_cont .mw .cont .decor {
		width: 100px;
		left: -50px
	}

	.page .main .main_cont .mw .cont .decor1 {
		width: 90px;
		right: -30px
	}

	.page .main .main_cont .mw .cont .decor1 img {
		width: 100%;
		height: auto
	}

	.page .main .main_cont .mw .cont .h1 {
		font-size: 50px;
		line-height: 60px;
		margin: 0 auto;
		margin-top: -60px;
		margin-bottom: 20px;
		max-width: 500px
	}

	.page .main .main_cont .mw .cont .h1:after {
		width: 130px;
		height: 14px;
		left: 5px;
		top: 50px;
		z-index: -1
	}

	.page .main .main_cont .mw .cont p {
		font-size: 18px;
		margin-bottom: 30px
	}

	.page .main .main_cont .mw .cont .form form .inp input {
		height: 50px;
		width: 100%;
		font-size: 16px
	}

	.page .main .main_cont .mw .cont .form form .row {
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 100%
	}

	.page .main .main_cont .mw .cont .form form .row .forget_pass {
		font-size: 14px;
		margin-bottom: 0
	}

	.page .main .main_cont .mw .cont .form form .row span {
		font-size: 14px
	}

	.page .main .main_cont .mw .cont .soc_icons {
		margin: 0 auto -80px;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}

	.page .main .main_cont .mw .cont .soc_icons .card {
		padding: 15px;
		min-height: 100px;
		height: auto
	}

	.page .main .main_cont .mw .cont .soc_icons .card .icon {
		padding-bottom: 10px
	}

	.page .main .main_cont .mw .cont .soc_icons .card .icon img {
		width: 40px;
		height: 40px
	}

	.page .main .main_cont .mw .cont .soc_icons .card p {
		font-size: 12px;
		margin-bottom: 0;
		line-height: 16px
	}

	.page .xs_menu {
		display: block
	}

	.page .soc_icons_cont .mw {
		padding: 30px 2vh
	}

	.page .soc_icons_cont .mw .soc_icon_slider .slide {
		height: 100px
	}

	.page .partner_panel_is .mw {
		padding: 0 2vh
	}

	.page .partner_panel_is .mw .cont {
		padding: 30px auto 0;
		padding-bottom: 10px
	}

	.page .partner_panel_is .mw .cont .decor {
		position: absolute;
		width: 70px;
		right: -20px;
		top: -30px
	}

	.page .partner_panel_is .mw .cont .m_title {
		padding-bottom: 32px
	}

	.page .partner_panel_is .mw .cont ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.page .partner_panel_is .mw .cont ul li {
		margin-bottom: 30px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		border-right: 0;
		width: 100%;
		max-width: 300px
	}

	.page .partner_panel_is .mw .cont ul li .num span {
		font-size: 30px
	}

	.page .partner_panel_is .mw .cont ul li p {
		font-size: 16px
	}

	.page .m_title {
		padding-bottom: 35px
	}

	.page .m_title .h2 {
		font-size: 35px;
		line-height: 42px
	}

	.page .m_title p {
		margin-top: 12px;
		font-size: 16px;
		line-height: 22px
	}

	.page .smm_services .round_decor {
		width: 187px;
		left: -117px;
		top: 25px
	}

	.page .smm_services .mw {
		padding: 70px 2vh 48px
	}

	.page .smm_services .mw .tabs .tabs__caption {
		margin-right: 0;
		width: 32%
	}

	.page .smm_services .mw .tabs .tabs__caption li {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 16px;
		padding: 14px 10px;
		height: 50px;
		margin: 0 0 12px;
		min-width: auto
	}

	.page .smm_services .mw .tabs .tabs__caption li .icon {
		width: 20px;
		margin-right: 10px;
		min-width: 20px;
		height: 20px
	}

	.page .smm_services .mw .tabs_cont {
		width: 65%
	}

	.page .smm_services .mw .tabs_cont .tabs__content {
		width: 100%;
		height: auto;
		padding: 20px;
		position: relative
	}

	.page .smm_services .mw .tabs_cont .tabs__content .smm .h3 {
		font-size: 25px;
		margin-bottom: 20px
	}

	.page .smm_services .mw .tabs_cont .tabs__content .smm p {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 15px
	}

	.page .smm_services .mw .tabs_cont .tabs__content .smm ul li {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px
	}

	.page .smm_services .mw .tabs_cont .tabs__content .smm ul li:before {
		width: 20px;
		height: 20px;
		min-width: 20px;
		margin-right: 10px
	}

	.page .smm_services .mw .tabs_cont .tabs__content .smm .icon {
		right: 15px;
		bottom: 15px
	}

	.page .smm_services .mw .tabs_cont .tabs__content .smm .icon img {
		width: 80px;
		height: 80px
	}

	.page .first_100_subscribers_for_free .mw {
		padding: 35px 2vh 30px
	}

	.page .first_100_subscribers_for_free .mw .cont {
		border-radius: 25px
	}

	.page .first_100_subscribers_for_free .mw .cont .desc {
		padding: 40px 30px
	}

	.page .first_100_subscribers_for_free .mw .cont .desc .h3 {
		font-size: 28px;
		line-height: 34px;
		padding-bottom: 30px
	}

	.page .first_100_subscribers_for_free .mw .cont .desc .btn_line .btn_c:last-child {
		margin-right: 10px
	}

	.page .first_100_subscribers_for_free .mw .cont .desc .btn_line .registration {
		font-size: 14px;
		line-height: 20px
	}

	.page .first_100_subscribers_for_free .mw .cont .img {
		height: 280px;
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		right: 0;
		margin-top: -50px
	}

	.page .first_100_subscribers_for_free .mw .cont .decor {
		width: 100%;
		height: 100%;
		max-width: 150px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.page .how_it_work .mw {
		padding: 60px 2vh 60px
	}

	.page .how_it_work .mw .m_title p {
		font-size: 12px;
		line-height: 18px
	}

	.page .how_it_work .mw .cont {
		width: 100%;
		margin: 0 auto;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}

	.page .how_it_work .mw .cont .card {
		padding: 15px;
		margin-bottom: 15px;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.page .how_it_work .mw .cont .card .num span {
		font-size: 16px;
		right: 10px;
		top: 10px;
		line-height: 27px
	}

	.page .how_it_work .mw .cont .card .desc .icon {
		margin-bottom: 14px;
		width: 80px;
		height: 80px
	}

	.page .how_it_work .mw .cont .card .desc .icon img {
		width: 40px;
		height: 40px
	}

	.page .how_it_work .mw .cont .card .desc p {
		font-size: 14px;
		line-height: 20px
	}

	.page .our_benefits .round_decor {
		width: 150px;
		right: -60px;
		top: -55px
	}

	.page .our_benefits .mw {
		padding: 60px 2vh 60px
	}

	.page .our_benefits .mw .m_title {
		padding-bottom: 40px
	}

	.page .our_benefits .mw .m_title .h2 {
		font-size: 30px;
		line-height: 40px
	}

	.page .our_benefits .mw .cont {
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}

	.page .our_benefits .mw .cont .card {
		width: 48%;
		min-height: 210px;
		padding-bottom: 20px;
		max-width: 450px;
		margin: 0 1% 40px
	}

	.page .our_benefits .mw .cont .card .icon {
		margin-top: -14px;
		width: 60px;
		margin-bottom: 10px;
		height: 60px
	}

	.page .our_benefits .mw .cont .card .icon img {
		width: 30px
	}

	.page .our_benefits .mw .cont .card .desc .h5 {
		font-size: 17px;
		line-height: 23px
	}

	.page .our_benefits .mw .cont .card .desc p {
		font-size: 14px;
		line-height: 18px
	}

	.page .social_media_marketing .round_decor {
		width: 150px;
		left: -75px
	}

	.page .social_media_marketing .round_decor img {
		width: 100%;
		height: auto
	}

	.page .social_media_marketing .mw {
		padding: 80px 2vh 30px
	}

	.page .social_media_marketing .mw .cont {
		margin-bottom: 20px
	}

	.page .social_media_marketing .mw .cont .left_side {
		width: 100%;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
		max-width: 450px;
		margin: 0 auto 30px
	}

	.page .social_media_marketing .mw .cont .left_side .img {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: -50px
	}

	.page .social_media_marketing .mw .cont .left_side .img img {
		width: 100%;
		max-width: 400px
	}

	.page .social_media_marketing .mw .cont .left_side .decor {
		max-width: 100%;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0
	}

	.page .social_media_marketing .mw .cont .right_side {
		width: 100%;
		margin-bottom: 40px
	}

	.page .social_media_marketing .mw .cont .right_side .m_title {
		padding-bottom: 20px
	}

	.page .social_media_marketing .mw .cont .right_side .m_title .h2 {
		text-align: center
	}

	.page .social_media_marketing .mw .cont .right_side .m_title .h3 {
		font-size: 28px;
		text-align: center;
		line-height: 36px
	}

	.page .social_media_marketing .mw .cont .right_side .desc p {
		font-size: 14px;
		text-align: center;
		margin-bottom: 18px
	}

	.page .social_media_marketing .mw .bottom_cont {
		padding: 30px 15px 42px;
		position: relative
	}

	.page .social_media_marketing .mw .bottom_cont p {
		font-size: 14px;
		margin-bottom: 18px;
		text-align: center
	}

	.page .subscribe_our_group_in_telegram .mw {
		padding: 30px 2vh 12px
	}

	.page .subscribe_our_group_in_telegram .mw .cont {
		height: auto;
		padding: 40px 20px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.page .subscribe_our_group_in_telegram .mw .cont .desc {
		margin-bottom: 30px
	}

	.page .subscribe_our_group_in_telegram .mw .cont .desc .h3 {
		font-size: 28px;
		line-height: 38px
	}

	.page .subscribe_our_group_in_telegram .mw .cont .desc a {
		width: 60px;
		height: 35px
	}

	.page .subscribe_our_group_in_telegram .mw .cont .desc a img {
		width: 18px;
		height: 18px
	}

	.page .subscribe_our_group_in_telegram .mw .cont .btn_c {
		margin-top: 0
	}

	.page .subscribe_our_group_in_telegram .mw .cont .btn_c a {
		font-size: 14px;
		padding: 10px;
		line-height: 20px
	}

	.page .footer .mw {
		padding: 14px 2vh 30px
	}

	.page .footer .mw .top_cont .left_side .logo a img {
		width: 180px;
		min-width: 180px
	}

	.page .footer .mw .top_cont .right_side .nav {
		margin-right: 20px
	}

	.page .footer .mw .top_cont .right_side .nav ul li {
		margin-right: 10px
	}

	.page .footer .mw .top_cont .right_side .nav ul li a {
		font-size: 14px;
		line-height: 20px
	}

	.page .footer .mw .top_cont .right_side .btn_line .btn_c {
		margin-right: 10px;
		max-width: 220px
	}

	.page .footer .mw .top_cont .right_side .btn_line .registration {
		font-size: 18px;
		line-height: 21px
	}

	.page .footer .mw hr {
		border: none;
		height: 1px;
		background: rgba(255, 255, 255, .1);
		width: 100%;
		margin: 20px 0
	}

	.page_login {
		min-height: 100vh;
		padding-bottom: 200px
	}

	.page_login .login_main .main_cont .mw {
		padding-top: 30px
	}

	.page_login .login_main .main_cont .mw .cont {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.page_login .login_main .main_cont .mw .cont .h1 {
		font-size: 40px;
		line-height: 50px;
		margin-top: 0
	}

	.page_login .login_main .main_cont .mw .cont .row {
		margin-top: 15px !important
	}

	.page_login .login_main .main_cont .mw .cont .row .remember_me .txt {
		font-size: 14px;
		line-height: 16px
	}

	.page_login .login_main .main_cont .mw .cont .not_registration {
		margin-top: 20px
	}

	.page_login .login_main .main_cont .mw .cont .not_registration span {
		font-size: 14px;
		line-height: 16px
	}

	.page_service2 .main {
		height: auto !important;
		min-height: auto
	}

	.page_service2 .main .main_cont {
		width: 100% !important;
		max-width: 1300px;
		margin: 0 auto !important
	}

	.page_service2 .main .main_cont .bottom_cont {
		padding: 30px 2vh !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.mw {
		max-width: 1150px
	}

	.page .net {
		height: 662px
	}

	.page .main_blur {
		width: 1000px;
		height: 1000px;
		top: -275px;
		left: -400px
	}

	.page .header {
		height: 100px
	}

	.page .header .mw {
		padding: 10px 2vh
	}

	.page .header .mw .left_side .logo a img {
		width: 160px;
		min-width: 160px;
		height: auto
	}

	.page .header .mw .right_side .langs {
		margin-right: 15px
	}

	.page .header .mw .right_side .btn_line {
		margin-right: 15px
	}

	.page .header_offset {
		height: 100px
	}

	.page .sticky {
		height: 80px
	}

	.page .main .main_cont .mw {
		padding: 80px 2vh 45px
	}

	.page .main .main_cont .mw .cont {
		border-radius: 20px;
		height: auto;
		padding: 20px
	}

	.page .main .main_cont .mw .cont::before {
		border-radius: 20px
	}

	.page .main .main_cont .mw .cont::after {
		border-radius: 20px
	}

	.page .main .main_cont .mw .cont .decor {
		width: 100px;
		left: -50px
	}

	.page .main .main_cont .mw .cont .decor1 {
		width: 90px;
		right: -30px
	}

	.page .main .main_cont .mw .cont .decor1 img {
		width: 100%;
		height: auto
	}

	.page .main .main_cont .mw .cont .h1 {
		font-size: 50px;
		line-height: 60px;
		margin: 0 auto;
		margin-top: -60px;
		margin-bottom: 20px;
		max-width: 500px
	}

	.page .main .main_cont .mw .cont .h1:after {
		width: 130px;
		height: 14px;
		left: 5px;
		top: 50px;
		z-index: -1
	}

	.page .main .main_cont .mw .cont p {
		font-size: 18px;
		margin-bottom: 30px
	}

	.page .main .main_cont .mw .cont .form form .inp input {
		height: 50px;
		width: 100%;
		font-size: 16px
	}

	.page .main .main_cont .mw .cont .form form .row {
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 100%
	}

	.page .main .main_cont .mw .cont .form form .row .forget_pass {
		font-size: 14px;
		margin-bottom: 0
	}

	.page .main .main_cont .mw .cont .form form .row span {
		font-size: 14px
	}

	.page .main .main_cont .mw .cont .soc_icons {
		margin: 0 auto -80px;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}

	.page .main .main_cont .mw .cont .soc_icons .card {
		padding: 15px;
		min-height: 100px;
		height: auto
	}

	.page .main .main_cont .mw .cont .soc_icons .card .icon {
		padding-bottom: 10px
	}

	.page .main .main_cont .mw .cont .soc_icons .card .icon img {
		width: 40px;
		height: 40px
	}

	.page .main .main_cont .mw .cont .soc_icons .card p {
		font-size: 14px;
		margin-bottom: 0;
		line-height: 16px
	}

	.page .xs_menu {
		display: block
	}

	.page .soc_icons_cont .mw {
		padding: 40px 2vh
	}

	.page .soc_icons_cont .mw .soc_icon_slider .slide {
		height: 100px
	}

	.page .partner_panel_is .mw {
		padding: 0 2vh
	}

	.page .partner_panel_is .mw .cont {
		padding: 30px auto 0;
		padding-bottom: 10px
	}

	.page .partner_panel_is .mw .cont .decor {
		position: absolute;
		width: 70px;
		right: -20px;
		top: -30px
	}

	.page .partner_panel_is .mw .cont .m_title {
		padding-bottom: 32px
	}

	.page .partner_panel_is .mw .cont ul {
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}

	.page .partner_panel_is .mw .cont ul li {
		margin-bottom: 30px;
		max-width: 248px;
		padding: 0 24px;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.page .partner_panel_is .mw .cont ul li:nth-child(3) .num span {
		font-size: 24px
	}

	.page .partner_panel_is .mw .cont ul li .num span {
		font-size: 30px
	}

	.page .partner_panel_is .mw .cont ul li p {
		font-size: 16px
	}

	.page .m_title {
		padding-bottom: 35px
	}

	.page .m_title .h2 {
		font-size: 35px;
		line-height: 42px
	}

	.page .m_title p {
		margin-top: 12px;
		font-size: 16px;
		line-height: 22px
	}

	.page .smm_services .round_decor {
		width: 187px;
		left: -117px;
		top: 25px
	}

	.page .smm_services .mw {
		padding: 70px 2vh 48px
	}

	.page .smm_services .mw .tabs .tabs__caption li {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 16px;
		padding: 14px 20px;
		height: 50px;
		margin: 0 0 12px;
		min-width: 240px
	}

	.page .smm_services .mw .tabs .tabs__caption li .icon {
		width: 20px;
		margin-right: 10px;
		min-width: 20px;
		height: 20px
	}

	.page .smm_services .mw .tabs_cont .tabs__content {
		width: 100%;
		height: auto;
		padding: 30px;
		position: relative
	}

	.page .smm_services .mw .tabs_cont .tabs__content .smm .h3 {
		font-size: 30px;
		margin-bottom: 20px
	}

	.page .smm_services .mw .tabs_cont .tabs__content .smm p {
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 15px
	}

	.page .smm_services .mw .tabs_cont .tabs__content .smm ul li {
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 10px
	}

	.page .smm_services .mw .tabs_cont .tabs__content .smm ul li:before {
		width: 20px;
		height: 20px;
		min-width: 20px;
		margin-right: 10px
	}

	.page .smm_services .mw .tabs_cont .tabs__content .smm .icon {
		right: 15px;
		bottom: 15px
	}

	.page .smm_services .mw .tabs_cont .tabs__content .smm .icon img {
		width: 80px;
		height: 80px
	}

	.page .first_100_subscribers_for_free .mw {
		padding: 35px 2vh 30px
	}

	.page .first_100_subscribers_for_free .mw .cont {
		border-radius: 25px
	}

	.page .first_100_subscribers_for_free .mw .cont .desc {
		padding: 40px 30px
	}

	.page .first_100_subscribers_for_free .mw .cont .desc .h3 {
		font-size: 35px;
		line-height: 45px;
		max-width: 550px;
		padding-bottom: 30px
	}

	.page .first_100_subscribers_for_free .mw .cont .desc .btn_line .btn_c:last-child {
		margin-right: 10px
	}

	.page .first_100_subscribers_for_free .mw .cont .desc .btn_line .registration {
		font-size: 14px;
		line-height: 20px
	}

	.page .first_100_subscribers_for_free .mw .cont .img {
		/* height: 340px; */
		/* position: relative; */
		/* display: -webkit-box; */
		/* display: -webkit-flex; */
		/* display: -ms-flexbox; */
		/* display: flex; */
		/* -webkit-box-orient: horizontal; */
		/* -webkit-box-direction: normal; */
		/* -webkit-flex-direction: row; */
		/* -ms-flex-direction: row; */
		/* flex-direction: row; */
		/* -webkit-box-pack: center; */
		/* -webkit-justify-content: center; */
		/* -ms-flex-pack: center; */
		/* justify-content: center; */
		/* -webkit-box-align: center; */
		/* -webkit-align-items: center; */
		/* -ms-flex-align: center; */
		/* align-items: center; */
		/* right: 0; */
		/* margin-top: -50px */
	}

	.page .first_100_subscribers_for_free .mw .cont .decor {
		width: 100%;
		height: 100%;
		max-width: 200px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.page .how_it_work .mw {
		padding: 60px 2vh 60px
	}

	.page .how_it_work .mw .m_title p {
		font-size: 14px;
		line-height: 18px
	}

	.page .how_it_work .mw .cont {
		width: 100%;
		margin: 0 auto;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}

	.page .how_it_work .mw .cont .card {
		padding: 20px 15px;
		margin-bottom: 15px;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.page .how_it_work .mw .cont .card .num span {
		font-size: 16px;
		right: 10px;
		top: 10px;
		line-height: 27px
	}

	.page .how_it_work .mw .cont .card .desc .icon {
		margin-bottom: 14px;
		width: 80px;
		height: 80px
	}

	.page .how_it_work .mw .cont .card .desc .icon img {
		width: 40px;
		height: 40px
	}

	.page .how_it_work .mw .cont .card .desc p {
		font-size: 15px;
		line-height: 20px
	}

	.page .our_benefits .round_decor {
		width: 150px;
		right: -60px;
		top: -55px
	}

	.page .our_benefits .mw {
		padding: 60px 2vh 60px
	}

	.page .our_benefits .mw .m_title {
		padding-bottom: 40px
	}

	.page .our_benefits .mw .m_title .h2 {
		font-size: 30px;
		line-height: 40px
	}

	.page .our_benefits .mw .cont {
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}

	.page .our_benefits .mw .cont .card {
		min-height: 210px;
		max-width: 450px;
		padding: 0 10px 15px
	}

	.page .our_benefits .mw .cont .card .icon {
		margin-top: -14px;
		width: 60px;
		margin-bottom: 10px;
		height: 60px
	}

	.page .our_benefits .mw .cont .card .icon img {
		width: 30px
	}

	.page .our_benefits .mw .cont .card .desc .h5 {
		font-size: 17px;
		line-height: 23px
	}

	.page .our_benefits .mw .cont .card .desc p {
		font-size: 14px;
		line-height: 18px
	}

	.page .social_media_marketing .round_decor {
		width: 150px;
		left: -75px
	}

	.page .social_media_marketing .round_decor img {
		width: 100%;
		height: auto
	}

	.page .social_media_marketing .mw {
		padding: 80px 2vh 30px
	}

	.page .social_media_marketing .mw .cont .left_side .img {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.page .social_media_marketing .mw .cont .left_side .img img {
		width: 100%;
		max-width: 400px
	}

	.page .social_media_marketing .mw .cont .left_side .decor {
		max-width: 100%;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0
	}

	.page .social_media_marketing .mw .cont .right_side .m_title {
		padding-bottom: 20px
	}

	.page .social_media_marketing .mw .cont .right_side .m_title .h3 {
		font-size: 30px;
		line-height: 36px
	}

	.page .social_media_marketing .mw .cont .right_side .desc p {
		font-size: 15px;
		margin-bottom: 18px
	}

	.page .social_media_marketing .mw .bottom_cont {
		padding: 30px 25px 42px;
		position: relative
	}

	.page .social_media_marketing .mw .bottom_cont p {
		font-size: 15px;
		margin-bottom: 18px
	}

	.page .subscribe_our_group_in_telegram .mw {
		padding: 30px 2vh 12px
	}

	.page .subscribe_our_group_in_telegram .mw .cont {
		height: auto;
		padding: 40px 20px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.page .subscribe_our_group_in_telegram .mw .cont .desc {
		margin-bottom: 30px
	}

	.page .subscribe_our_group_in_telegram .mw .cont .desc .h3 {
		font-size: 28px;
		line-height: 38px
	}

	.page .subscribe_our_group_in_telegram .mw .cont .desc a {
		width: 60px;
		height: 35px
	}

	.page .subscribe_our_group_in_telegram .mw .cont .desc a img {
		width: 18px;
		height: 18px
	}

	.page .subscribe_our_group_in_telegram .mw .cont .btn_c {
		margin-top: 0
	}

	.page .subscribe_our_group_in_telegram .mw .cont .btn_c a {
		font-size: 14px;
		padding: 10px;
		line-height: 20px
	}

	.page .footer .mw {
		padding: 14px 2vh 30px
	}

	.page .footer .mw .top_cont .left_side .logo a img {
		width: 180px;
		min-width: 180px
	}

	.page .footer .mw .top_cont .right_side .nav {
		margin-right: 20px
	}

	.page .footer .mw .top_cont .right_side .nav ul li {
		margin-right: 10px
	}

	.page .footer .mw .top_cont .right_side .nav ul li a {
		font-size: 14px;
		line-height: 20px
	}

	.page .footer .mw .top_cont .right_side .btn_line .btn_c {
		margin-right: 10px;
		max-width: 220px
	}

	.page .footer .mw .top_cont .right_side .btn_line .registration {
		font-size: 18px;
		line-height: 21px
	}

	.page .footer .mw hr {
		border: none;
		height: 1px;
		background: rgba(255, 255, 255, .1);
		width: 100%;
		margin: 20px 0
	}

	.page_login {
		min-height: 100vh;
		padding-bottom: 200px
	}

	.page_login .login_main .main_cont .mw {
		padding-top: 30px
	}

	.page_login .login_main .main_cont .mw .cont {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.page_login .login_main .main_cont .mw .cont .h1 {
		font-size: 50px;
		max-width: 100%;
		line-height: 60px;
		margin-top: 0
	}

	.page_login .login_main .main_cont .mw .cont .row {
		margin-top: 15px !important
	}

	.page_login .login_main .main_cont .mw .cont .row .remember_me .txt {
		font-size: 14px;
		line-height: 16px
	}

	.page_login .login_main .main_cont .mw .cont .not_registration {
		margin-top: 20px
	}

	.page_login .login_main .main_cont .mw .cont .not_registration span {
		font-size: 14px;
		line-height: 16px
	}

	.page_service2 .main {
		height: auto !important;
		min-height: auto
	}

	.page_service2 .main .main_cont {
		width: 100% !important;
		max-width: 1300px;
		margin: 0 auto !important
	}

	.page_service2 .main .main_cont .bottom_cont {
		padding: 30px 2vh !important
	}
}

.close {
    padding: 1px 5px 0;
    border: 1px solid #fff0;
    border-radius: 50%;
    font-family: sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff0;
    opacity: 1;
    text-decoration: none;
    /* top: 13px; */
    /* right: 4px; */
    /* position: absolute; */
    background: none;
}
.close:hover {
    color: #fff;
    opacity: 1;
}

.alert-danger {
	color: #ff004f;
	background-color: #ff00471f;
	border-color: #ff0047a3;
}


.alert-success {
	color: #44ffa7;
	background-color: #00ff8b38;
	border-color: #44ffa7;
}

.alert-dismissible {
	padding-right: 3rem;
}


.alert {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}