@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500&display=swap");
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

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

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

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

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

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

input,
button,
textarea {
	font-family: "Jost";
}

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

button {
	cursor: pointer;
}

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

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

html.lock, body._lock {
	overflow: hidden;
	-ms-touch-action: none;
	    touch-action: none;
}

body {
	background: #F5F8FA;
}

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

body.ie ._ibg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.ie ._ibg img {
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}

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

._container {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 30px;
}
@media (max-width: 480px) {
	._container {
		padding: 0 15px;
	}
}

.title {
	font-weight: 500;
	font-size: 70px;
	color: #000;
}
.title span {
	color: #000AFF;
}
@media (max-width: 1366px) {
	.title {
		font-size: calc(25px + 45 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 480px) {
	.title {
		font-size: 30px;
	}
}

.btn {
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 10px 20px;
	min-height: 50px;
	color: #fff;
	background: #000AFF;
	border-radius: 10px;
	font-size: 20px;
	color: #FFFFFF;
	position: relative;
	border: 2px solid #000AFF;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (min-width: 1024px) {
	.btn:hover {
		background: #0108A8;
		border: 2px solid #0108A8;
	}
}
@media (max-width: 820px) {
	.btn {
		font-size: 16px;
		min-height: 45px;
	}
}

.header {
	position: relative;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.header__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 16px 0px 0px 0px;
}
@media (max-width: 1024px) {
	.header__row {
		padding: 16px 60px 16px 0px;
	}
}
@media (max-width: 480px) {
	.header__row {
		padding: 16px 45px 16px 0px;
	}
}

.header__logo {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 150px;
	        flex: 0 0 150px;
	position: relative;
	z-index: 5;
}
.header__logo img {
	width: 100%;
}
@media (max-width: 360px) {
	.header__logo {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 120px;
		        flex: 0 0 120px;
	}
}

.menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
}
.menu__list li {
	margin: 0px 50px 0px 0px;
}
.menu__list li:last-child {
	margin: 0;
}
@media (max-width: 1024px) {
	.menu__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
	.menu__list li {
		margin: 0px 0px 30px 0px;
	}
}

.menu__link {
	font-size: 20px;
	color: #000000;
	position: relative;
}
.menu__link::before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000AFF;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
}
@media (min-width: 1024px) {
	.menu__link:hover::before {
		bottom: 0;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		visibility: visible;
		opacity: 1;
	}
}

.menu__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	position: relative;
}
@media (max-width: 1024px) {
	.menu__body {
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		height: 100vh;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		background: #fff;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		padding: 30px 40px;
		overflow: auto;
	}
	.menu__body._active {
		right: 0;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
}
@media (max-width: 1024px) and (max-width: 1024px) {
	.menu__body {
		padding: 125px 40px 75px 40px;
	}
}
@media (max-width: 1024px) and (max-width: 480px) {
	.menu__body {
		padding: 100px 20px;
	}
}

.icon-menu {
	display: none;
}
@media (max-width: 1024px) {
	.icon-menu {
		display: block;
		position: absolute;
		top: 50%;
		right: 0px;
		-webkit-transform: translate(0, -50%);
		    -ms-transform: translate(0, -50%);
		        transform: translate(0, -50%);
		width: 30px;
		height: 18px;
		cursor: pointer;
		z-index: 5;
	}
	.icon-menu span {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		top: calc(50% - 1px);
		left: 0px;
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #000;
	}
	.icon-menu span:first-child {
		top: 0px;
	}
	.icon-menu span:last-child {
		top: auto;
		bottom: 0px;
	}
	.icon-menu._active span {
		-webkit-transform: scale(0);
		    -ms-transform: scale(0);
		        transform: scale(0);
	}
	.icon-menu._active span:first-child {
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
		top: calc(50% - 1px);
	}
	.icon-menu._active span:last-child {
		-webkit-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		        transform: rotate(45deg);
		bottom: calc(50% - 1px);
	}
}

.header__btn {
	background: #F5F8FA;
	color: #000;
}
@media (min-width: 1024px) {
	.header__btn:hover {
		background: #000AFF;
		color: #fff;
		border: 2px solid #000AFF;
	}
}

body::after {
	content: "";
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity 0.8s ease 0s;
	-o-transition: opacity 0.8s ease 0s;
	transition: opacity 0.8s ease 0s;
	pointer-events: none;
	z-index: 149;
}

.popup-show body::after {
	opacity: 1;
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 30px 10px;
	-webkit-transition: visibility 0.8s ease 0s;
	-o-transition: visibility 0.8s ease 0s;
	transition: visibility 0.8s ease 0s;
	visibility: hidden;
	pointer-events: none;
}

.popup_show {
	z-index: 150;
	visibility: visible;
	overflow: auto;
	pointer-events: auto;
}

.popup_show .popup__content {
	visibility: visible;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

.popup__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: 100%;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	width: 100%;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	align-items: center;
}

.popup__content {
	visibility: hidden;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	transition: -webkit-transform 0.3s ease 0s;
	-o-transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
	background-color: none;
	width: 100%;
	max-width: 900px;
	border-radius: 20px;
}
.lock .popup__content {
	visibility: visible;
}

.popup__close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	background: url("../img/icons/close.svg") no-repeat;
	background-size: contain;
}

.callback-popup .popup__content {
	max-width: 730px;
}
.popup-video .popup__content {
	max-width: 1500px;
}
.popup-video .popup__close {
	top: -35px;
	right: 5px;
	width: 30px;
	height: 30px;
}
@media (max-width: 1400px) {
	.popup-video .popup__close {
		right: 0px;
		top: 0px;
	}
}
.popup-video iframe, .popup-video video {
	width: 100%;
	height: calc(100vh - 100px);
}

footer {
	margin: 130px 0px 0px 0px;
}
@media (max-width: 480px) {
	footer {
		margin: 80px 0px 0px 0px;
	}
}

.footer__row {
	padding: 20px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media (max-width: 760px) {
	.footer__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

.footer__logo {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 130px;
	        flex: 0 0 130px;
}
.footer__logo img {
	width: 100%;
}
@media (max-width: 760px) {
	.footer__logo {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		margin: 0px 0px 30px 0px;
	}
}

.footer__mail {
	position: relative;
	font-size: 20px;
	color: #475563;
	padding: 0px 0px 0px 25px;
}
.footer__mail::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: url("../img/icons/mail.svg") no-repeat;
	background-size: contain;
	background-position: center;
}
@media (min-width: 1024px) {
	.footer__mail:hover {
		text-decoration: underline;
	}
}
@media (max-width: 760px) {
	.footer__mail {
		margin: 0px 0px 30px 0px;
	}
}

.footer__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.footer__social a {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 26px;
	        flex: 0 0 26px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.footer__social a img {
	width: 100%;
}
.footer__social a:first-child {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 30px;
	        flex: 0 0 30px;
}
@media (min-width: 1024px) {
	.footer__social a:hover {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		-webkit-transform: scale(1.2);
		    -ms-transform: scale(1.2);
		        transform: scale(1.2);
	}
}

.footer__social > *:not(:last-child) {
	margin: 0px 30px 0px 0px;
}

input {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	background: #eee;
}

input[type=number] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

textarea {
	resize: none;
}

.input._form-error {
	border: 3px solid red;
}

.form-sent-msg {
	position: fixed;
	z-index: 5;
	top: -100px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	padding: 15px;
	background: #06CF27;
	border-radius: 50px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-box-shadow: 0px 5px 32px 5px rgba(146, 146, 146, 0.5);
	box-shadow: 0px 5px 32px 5px rgba(146, 146, 146, 0.5);
}
.form-sent-msg p {
	color: #fff;
	font-size: 20px;
	text-align: center;
}
.form-sent-msg._active {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	top: 20px;
}

.swiper {
	overflow: hidden;
	position: relative;
}

.swiper-wrapper {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.swiper-vertical .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.swiper-initialized .swiper-slide {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	        transform: translate3d(0px, 0, 0);
}

.swiper-button-lock,
.swiper-pagination-lock {
	display: none !important;
}

.swiper-pagination-bullets {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0px 20px;
}

.swiper-pagination-bullet {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 10px;
	        flex: 0 0 10px;
	height: 10px;
	background: #969696;
	border-radius: 50%;
	margin: 0px 10px 0px 0px;
}
.swiper-pagination-bullet:last-child {
	margin: 0;
}

.swiper-pagination-bullet-active {
	background: #292929;
}

.slider-controls {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	padding: 40px 0px 0px 0px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.slider-controls .button-prev,
.slider-controls .button-next {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform: translate(0);
	    -ms-transform: translate(0);
	        transform: translate(0);
}
.slider-controls .button-prev {
	margin: 0px 20px 0px 0px;
}

.button-prev {
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 50px;
	height: 50px;
	background: url("../img/icons/p-left.svg") no-repeat;
	background-size: contain;
	background-position: center;
	cursor: pointer;
}

.button-next {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 50px;
	height: 50px;
	background: url("../img/icons/p-right.svg") no-repeat;
	background-size: contain;
	background-position: center;
	cursor: pointer;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: #D9D8D8;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: #F29BAB;
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-button-disabled {
	opacity: 0.6;
}

.swiper-slide {
	width: 100%;
}
.swiper-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.hero {
	position: relative;
}
.hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/hero/decor.svg") no-repeat;
	background-size: contain;
}
@media (max-width: 480px) {
	.hero::before {
		background-position: center;
	}
}

.hero__row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-height: 100vh;
}
@media (max-width: 1024px) {
	.hero__row {
		min-height: 100%;
	}
}

.hero__content {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 40px 0px;
}
@media (max-width: 760px) {
	.hero__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		text-align: center;
	}
}

.hero__left {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 648px;
	        flex: 0 0 648px;
	padding: 0px 20px 0px 0px;
}
@media (max-width: 1366px) {
	.hero__left {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 648px;
		        flex: 0 1 648px;
	}
}
@media (max-width: 820px) {
	.hero__left {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 380px;
		        flex: 0 0 380px;
	}
}
@media (max-width: 760px) {
	.hero__left {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		padding: 0;
	}
}

.hero__title {
	margin: 0px 0px 30px 0px;
}

.hero__subtitle {
	margin: 0px 0px 50px 0px;
	font-size: 30px;
	line-height: 1.4;
	color: #475563;
}
@media (max-width: 1366px) {
	.hero__subtitle {
		font-size: 26px;
	}
}
@media (max-width: 820px) {
	.hero__subtitle {
		font-size: 20px;
		margin: 0px 0px 30px 0px;
	}
}

.hero__buttons > *:not(:last-child) {
	margin: 0px 20px 0px 0px;
}

.hero__btn_andr span {
	padding: 0px 0px 0px 33px;
	position: relative;
}
.hero__btn_andr span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 26px;
	height: 26px;
	background: url("../img/icons/andriod.svg") no-repeat;
	background-size: contain;
	background-position: center;
}

.hero__btn_ios span {
	padding: 0px 0px 0px 33px;
	position: relative;
}
.hero__btn_ios span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 26px;
	height: 26px;
	background: url("../img/icons/ios.svg") no-repeat;
	background-size: contain;
	background-position: center;
}

.hero__btn_certic {
	background: #000;
	border: 2px solid #000;
}
.hero__btn_certic span {
	padding: 0px 0px 0px 33px;
	position: relative;
}
.hero__btn_certic span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 24px;
	height: 24px;
	background: url("../img/icons/certik.png") no-repeat;
	background-size: contain;
	background-position: center;
}

.hero__img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 778px;
	        flex: 0 1 778px;
	position: relative;
	right: 50px;
}
.hero__img img {
	width: 100%;
	-webkit-transform: scale(1.5);
	    -ms-transform: scale(1.5);
	        transform: scale(1.5);
}
@media (max-width: 1600px) {
	.hero__img img {
		-webkit-transform: scale(1.3);
		    -ms-transform: scale(1.3);
		        transform: scale(1.3);
	}
}
@media (max-width: 1600px) {
	.hero__img {
		right: 80px;
		margin: 0px -20px 0px 0px;
	}
}
@media (max-width: 760px) {
	.hero__img {
		display: none;
	}
}

.takepart {
	padding: 20px 0px 0px 0px;
}

.takepart__row {
	background: #FFFFFF;
	border-radius: 50px;
	position: relative;
	padding: 40px 55px;
	margin: 0px -60px;
}
.takepart__row::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url("../img/takepart/decor.svg") no-repeat;
	background-size: contain;
	background-position: right;
}
@media (max-width: 820px) {
	.takepart__row::before {
		background-size: cover;
		width: 50%;
		background-position: left;
	}
}
@media (max-width: 1366px) {
	.takepart__row {
		margin: 0;
		padding: 45px;
	}
}
@media (max-width: 820px) {
	.takepart__row {
		overflow: hidden;
		padding: 30px;
		border-radius: 30px;
	}
}
@media (max-width: 480px) {
	.takepart__row {
		padding: 20px 15px;
		border-radius: 20px;
	}
}

.takepart__left {
	width: 640px;
	padding: 0px 20px 0px 0px;
}
@media (max-width: 1024px) {
	.takepart__left {
		width: calc(200px + 600 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 480px) {
	.takepart__left {
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 480px) {
	.takepart__left {
		padding: 0;
	}
}

.takepart__title {
	font-weight: 500;
	font-size: 50px;
	line-height: 120%;
	color: #000AFF;
	margin: 0px 0px 20px 0px;
}
@media (max-width: 1366px) {
	.takepart__title {
		font-size: calc(15px + 45 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 480px) {
	.takepart__title {
		font-size: 24px;
		margin: 0px 0px 15px 0px;
	}
}

.takepart__date {
	font-size: 30px;
	line-height: 120%;
	color: #060606;
	margin: 0px 0px 20px 0px;
}
@media (max-width: 1366px) {
	.takepart__date {
		font-size: calc(18px + 17 * ((100vw - 320px) / 1600));
	}
}

.takepart__coins {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	right: 50px;
	width: 700px;
}
.takepart__coins img {
	width: 100%;
}
@media (max-width: 1366px) {
	.takepart__coins {
		right: 45px;
		width: calc(-300px + 1300 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 1024px) {
	.takepart__coins {
		width: calc(0px + 1000 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 760px) {
	.takepart__coins {
		display: none;
	}
}

.overview {
	padding: 130px 0px 0px 0px;
}
@media (max-width: 1024px) {
	.overview {
		padding: 130px 0px 80px 0px;
	}
}
@media (max-width: 820px) {
	.overview {
		padding: 80px 0px 80px 0px;
	}
}

.tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
}
@media (max-width: 1300px) {
	.tabs {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
@media (max-width: 768px) {
	.tabs {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

.overview__block {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 550px;
	        flex: 0 0 550px;
	margin: 0px 100px 0px 0px;
}
@media (max-width: 1500px) {
	.overview__block {
		margin: 0px 30px 0px 0px;
	}
}
@media (max-width: 1300px) {
	.overview__block {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 450px;
		        flex: 0 0 450px;
	}
}
@media (max-width: 1024px) {
	.overview__block {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 350px;
		        flex: 0 0 350px;
	}
}
@media (max-width: 768px) {
	.overview__block {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		margin: 0;
	}
}

.overview__titleblock {
	margin: 0px 0px 40px 0px;
}
@media (max-width: 768px) {
	.overview__titleblock {
		text-align: center;
	}
}

.overview__title {
	margin: 0px 0px 30px 0px;
}

.overview__subtitle {
	font-size: 30px;
	line-height: 1.2;
	color: #475563;
}
@media (max-width: 1366px) {
	.overview__subtitle {
		font-size: 26px;
	}
}
@media (max-width: 820px) {
	.overview__subtitle {
		font-size: 20px;
		margin: 0px 0px 30px 0px;
	}
}

.tabs__title {
	background: none;
	border-radius: 27px;
	padding: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
}
.tabs__title._tab-active {
	background: #FFFFFF;
}
.tabs__title span {
	display: block;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50px;
	        flex: 0 0 50px;
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	border: 2px solid rgba(0, 10, 255, 0.1);
	-webkit-box-shadow: 0px 13px 13px -6px rgba(0, 10, 255, 0.15);
	        box-shadow: 0px 13px 13px -6px rgba(0, 10, 255, 0.15);
	border-radius: 12px;
	margin: 0px 25px 0px 0px;
}
@media (max-width: 480px) {
	.tabs__title span {
		margin: 0px 15px 0px 0px;
	}
}
.tabs__title p {
	font-size: 24px;
	line-height: 1.2;
	color: #000000;
	text-align: left;
}
@media (max-width: 1366px) {
	.tabs__title p {
		font-size: 22px;
	}
}
@media (max-width: 1024px) {
	.tabs__title p {
		font-size: 18px;
	}
}
@media (max-width: 820px) {
	.tabs__title p {
		font-size: 16px;
	}
}
@media (max-width: 1024px) {
	.tabs__title {
		padding: 15px;
	}
}
@media (max-width: 768px) {
	.tabs__title {
		margin: 0px 0px 20px 0px;
	}
}
@media (max-width: 480px) {
	.tabs__title {
		border-radius: 20px;
	}
}
@media (min-width: 1024px) {
	.tabs__title:hover {
		background: #FCFEFF;
	}
}

.icon-lens {
	position: relative;
}
.icon-lens::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 25px;
	height: 26px;
	background: url("../img/icons/lens.svg") no-repeat;
	background-size: contain;
	background-position: center;
}

.icon-watch {
	position: relative;
}
.icon-watch::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 25px;
	height: 26px;
	background: url("../img/icons/clock.svg") no-repeat;
	background-size: contain;
	background-position: center;
}

.icon-a {
	position: relative;
}
.icon-a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 25px;
	height: 26px;
	background: url("../img/icons/s.svg") no-repeat;
	background-size: contain;
	background-position: center;
}

.icon-arrow {
	position: relative;
}
.icon-arrow::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 25px;
	height: 26px;
	background: url("../img/icons/arrow.svg") no-repeat;
	background-size: contain;
	background-position: center;
}

.icon-star {
	position: relative;
}
.icon-star::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 25px;
	height: 26px;
	background: url("../img/icons/star.svg") no-repeat;
	background-size: contain;
	background-position: center;
}

.tabs__content {
	margin: 0px -100px 0px 0px;
	position: relative;
}
.tabs__content::before {
	content: "";
	position: absolute;
	top: 100px;
	left: -100px;
	width: 140px;
	height: 140px;
	background: url("../img/overview/coin1.webp") no-repeat;
	background-size: contain;
}
@media (max-width: 1366px) {
	.tabs__content::before {
		left: -50px;
		width: 100px;
		height: 100px;
	}
}
@media (max-width: 1200px) {
	.tabs__content::before {
		display: none;
	}
}
.tabs__content::after {
	content: "";
	position: absolute;
	bottom: 150px;
	right: -170px;
	width: 240px;
	height: 240px;
	background: url("../img/overview/coin2.webp") no-repeat;
	background-size: contain;
}
@media (max-width: 1366px) {
	.tabs__content::after {
		width: 140px;
		height: 140px;
		right: -20px;
	}
}
@media (max-width: 1200px) {
	.tabs__content::after {
		display: none;
	}
}
@media (max-width: 1500px) {
	.tabs__content {
		margin: 0;
	}
}

.tabs__body img {
	width: 100%;
}

.overview__btn {
	position: relative;
	top: -100px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 210px;
}
@media (max-width: 1200px) {
	.overview__btn {
		top: -50px;
	}
}
@media (max-width: 820px) {
	.overview__btn {
		top: 0;
	}
}

.follow {
	padding: 135px 0px 60px 0px;
	background: #fff;
	position: relative;
}
.follow::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 480px;
	height: 100%;
	background: url("../img/follow/decor.svg") no-repeat;
	background-size: cover;
	background-position: right bottom;
	pointer-events: none;
}
@media (max-width: 1366px) {
	.follow::before {
		width: 430px;
	}
}
@media (max-width: 1340px) {
	.follow::before {
		display: none;
	}
}
.follow .tabs__title._tab-active {
	background: #F8F9FE;
}
.follow .tabs__content {
	margin: 0px -200px 0px 0px;
}
.follow .tabs__content::before, .follow .tabs__content::after {
	display: none;
}
@media (max-width: 1600px) {
	.follow .tabs__content {
		margin: 0;
	}
}
@media (max-width: 480px) {
	.follow {
		padding: 60px 0px;
	}
}

.video {
	padding: 130px 0px 0px 0px;
	position: relative;
}
.video::before {
	content: "";
	position: absolute;
	top: 250px;
	left: 0;
	width: 253px;
	height: 337px;
	background: url("../img/video/1.webp") no-repeat;
	background-size: contain;
}
@media (max-width: 1900px) {
	.video::before {
		display: none;
	}
}
.video::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 340px;
	height: 400px;
	background: url("../img/video/2.webp") no-repeat;
	background-size: contain;
}
@media (max-width: 1900px) {
	.video::after {
		display: none;
	}
}
@media (max-width: 480px) {
	.video {
		padding: 80px 0px 0px 0px;
	}
}

.video__titleblock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0px 0px 70px 0px;
}
@media (max-width: 820px) {
	.video__titleblock {
		margin: 0px 0px 40px 0px;
	}
}
@media (max-width: 480px) {
	.video__titleblock {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		text-align: center;
	}
}

.video__title {
	margin: 0px 130px 0px 0px;
}
@media (max-width: 820px) {
	.video__title {
		margin: 0px 60px 0px 0px;
	}
}
@media (max-width: 480px) {
	.video__title {
		margin: 0px 0px 30px 0px;
	}
}

.video__subtitle {
	font-size: 30px;
	line-height: 1.2;
	color: #475563;
	max-width: 354px;
}
@media (max-width: 1366px) {
	.video__subtitle {
		font-size: 26px;
	}
}
@media (max-width: 820px) {
	.video__subtitle {
		font-size: 20px;
	}
}

.video__player {
	background: #FFF;
	border-radius: 20px;
	padding: 0px 0px 56% 0px;
	overflow: hidden;
	width: 100%;
}
.video__player img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.video__btn {
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	margin: 40px 0px 0px 0px;
}

.roadmap {
	padding: 240px 0px 480px 0px;
	position: relative;
}
.roadmap::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 928px;
	height: 928px;
	background: url("../img/roadmap/2.webp") no-repeat;
	background-size: contain;
}
@media (max-width: 1800px) {
	.roadmap::after {
		width: 570px;
		height: 570px;
		bottom: 0px;
	}
}
@media (max-width: 1360px) {
	.roadmap::after {
		display: none;
	}
}
@media (max-width: 1800px) {
	.roadmap {
		padding: 240px 0px 150px 0px;
	}
}
@media (max-width: 1360px) {
	.roadmap {
		padding: 130px 0px;
	}
}
@media (max-width: 480px) {
	.roadmap {
		padding: 80px 0px;
	}
}

.roadmap__row {
	position: relative;
}
.roadmap__row::before {
	content: "";
	position: absolute;
	top: -50px;
	left: -50px;
	width: 377px;
	height: 296px;
	background: url("../img/roadmap/1.webp") no-repeat;
	background-size: contain;
}
@media (max-width: 1360px) {
	.roadmap__row::before {
		display: none;
	}
}

.roadmap__title {
	position: relative;
	padding: 420px 0px 0px 0px;
	margin: 0px -300px 0px 0px;
}
.roadmap__title::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 542px;
	background: url("../img/roadmap/line.svg") no-repeat;
	background-size: cover;
	background-position: left top;
}
@media (max-width: 1360px) {
	.roadmap__title::before {
		display: none;
	}
}
@media (max-width: 1366px) {
	.roadmap__title {
		padding: 435px 0px 0px 0px;
	}
}
@media (max-width: 1360px) {
	.roadmap__title {
		padding: 0;
		margin: 0px 0px 70px 0px;
	}
}
@media (max-width: 480px) {
	.roadmap__title {
		text-align: center;
		margin: 0px 0px 40px 0px;
	}
}

.roadmap__listblock {
	position: relative;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
}
.roadmap__listblock:nth-child(1) {
	top: 90px;
	position: relative;
}
.roadmap__listblock:nth-child(1)::before {
	content: "";
	position: absolute;
	top: -60px;
	left: 0;
	width: 38px;
	height: 38px;
	border: 7px solid #000AFF;
	border-radius: 50%;
	background: #fff;
}
@media (max-width: 1360px) {
	.roadmap__listblock:nth-child(1)::before {
		display: none;
	}
}
@media (max-width: 1360px) {
	.roadmap__listblock:nth-child(1) {
		top: 0;
		left: 0;
	}
}
.roadmap__listblock:nth-child(2) {
	top: -125px;
	left: 40px;
}
.roadmap__listblock:nth-child(2)::before {
	content: "";
	position: absolute;
	top: -60px;
	left: 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #000AFF;
}
@media (max-width: 1360px) {
	.roadmap__listblock:nth-child(2)::before {
		display: none;
	}
}
@media (max-width: 1600px) {
	.roadmap__listblock:nth-child(2) {
		left: 80px;
	}
}
@media (max-width: 1360px) {
	.roadmap__listblock:nth-child(2) {
		top: 0;
		left: 0;
	}
}
.roadmap__listblock:nth-child(3) {
	top: -306px;
}
.roadmap__listblock:nth-child(3)::before {
	content: "";
	position: absolute;
	top: -30px;
	left: 0;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #000AFF;
}
@media (max-width: 1360px) {
	.roadmap__listblock:nth-child(3)::before {
		display: none;
	}
}
@media (max-width: 1600px) {
	.roadmap__listblock:nth-child(3) {
		top: -291px;
		left: 50px;
	}
}
@media (max-width: 1360px) {
	.roadmap__listblock:nth-child(3) {
		top: 0;
		left: 0;
	}
}
.roadmap__listblock:nth-child(3) p {
	font-size: 26px;
}
@media (max-width: 1600px) {
	.roadmap__listblock:nth-child(3) p {
		font-size: 20px;
	}
}
@media (max-width: 1360px) {
	.roadmap__listblock:nth-child(3) p {
		font-size: 22px;
	}
}
@media (max-width: 1024px) {
	.roadmap__listblock:nth-child(3) p {
		font-size: 18px;
	}
}
@media (max-width: 480px) {
	.roadmap__listblock:nth-child(3) p {
		font-weight: 500;
	}
}
.roadmap__listblock:nth-child(3) li {
	font-size: 26px;
	margin: 0px 0px 17px 0px;
}
@media (max-width: 1600px) {
	.roadmap__listblock:nth-child(3) li {
		font-size: 20px;
	}
}
@media (max-width: 1360px) {
	.roadmap__listblock:nth-child(3) li {
		font-size: 22px;
		margin: 0px 0px 20px 0px;
	}
}
@media (max-width: 1024px) {
	.roadmap__listblock:nth-child(3) li {
		font-size: 18px;
	}
}
@media (max-width: 480px) {
	.roadmap__listblock:nth-child(3) li {
		font-size: 16px;
	}
}
.roadmap__listblock:nth-child(4) {
	top: -463px;
}
.roadmap__listblock:nth-child(4)::before {
	content: "";
	position: absolute;
	top: -30px;
	left: 0;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #000AFF;
}
@media (max-width: 1360px) {
	.roadmap__listblock:nth-child(4)::before {
		display: none;
	}
}
@media (max-width: 1600px) {
	.roadmap__listblock:nth-child(4) {
		top: -428px;
	}
}
@media (max-width: 1360px) {
	.roadmap__listblock:nth-child(4) {
		top: 0;
		left: 0;
	}
}
.roadmap__listblock:nth-child(4) p {
	font-size: 21px;
}
@media (max-width: 1600px) {
	.roadmap__listblock:nth-child(4) p {
		font-size: 16px;
	}
}
@media (max-width: 1360px) {
	.roadmap__listblock:nth-child(4) p {
		font-size: 22px;
	}
}
@media (max-width: 1024px) {
	.roadmap__listblock:nth-child(4) p {
		font-size: 18px;
	}
}
@media (max-width: 480px) {
	.roadmap__listblock:nth-child(4) p {
		font-weight: 500;
	}
}
.roadmap__listblock:nth-child(4) li {
	font-size: 21px;
	margin: 0px 0px 13px 0px;
}
@media (max-width: 1600px) {
	.roadmap__listblock:nth-child(4) li {
		font-size: 16px;
	}
}
@media (max-width: 1360px) {
	.roadmap__listblock:nth-child(4) li {
		font-size: 22px;
		margin: 0px 0px 20px 0px;
	}
}
@media (max-width: 1024px) {
	.roadmap__listblock:nth-child(4) li {
		font-size: 18px;
	}
}
@media (max-width: 480px) {
	.roadmap__listblock:nth-child(4) li {
		font-size: 16px;
	}
}
@media (max-width: 1360px) {
	.roadmap__listblock {
		padding: 20px 10px;
	}
}
@media (max-width: 1024px) {
	.roadmap__listblock {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
}
@media (max-width: 600px) {
	.roadmap__listblock {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
}
@media (max-width: 480px) {
	.roadmap__listblock {
		text-align: center;
	}
}

.roadmap__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	margin: 0px -160px 0px 0px;
}
.roadmap__list p {
	font-size: 30px;
	color: #000000;
	margin: 0px 0px 25px 0px;
}
@media (max-width: 1600px) {
	.roadmap__list p {
		font-size: 22px;
	}
}
@media (max-width: 1360px) {
	.roadmap__list p {
		font-size: 22px;
	}
}
@media (max-width: 1024px) {
	.roadmap__list p {
		font-size: 18px;
	}
}
@media (max-width: 480px) {
	.roadmap__list p {
		font-weight: 500;
	}
}
.roadmap__list li {
	font-size: 30px;
	line-height: 1.2;
	color: #475563;
	margin: 0px 0px 20px 0px;
}
.roadmap__list li:last-child {
	margin: 0;
}
@media (max-width: 1600px) {
	.roadmap__list li {
		font-size: 22px;
	}
}
@media (max-width: 1360px) {
	.roadmap__list li {
		font-size: 22px;
	}
}
@media (max-width: 1024px) {
	.roadmap__list li {
		font-size: 18px;
	}
}
@media (max-width: 480px) {
	.roadmap__list li {
		font-size: 16px;
	}
}
@media (max-width: 1600px) {
	.roadmap__list {
		margin: 0;
	}
}
@media (max-width: 1360px) {
	.roadmap__list {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin: -20px -10px;
	}
	.roadmap__list br {
		display: none;
	}
}

.tokenomics {
	background: #fff;
	padding: 80px 0px 100px 0px;
}

.tokenomics__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	margin: 0px 0px 0px -100px;
}
@media (max-width: 1600px) {
	.tokenomics__row {
		margin: 0;
	}
}
@media (max-width: 1024px) {
	.tokenomics__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}

.tokenomics__left {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 905px;
	        flex: 0 1 905px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 1024px) {
	.tokenomics__left {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		margin: 40px 0px 0px 0px;
	}
}

.tokenomics__pics {
	position: relative;
}
.tokenomics__pics ._hidden {
	display: none;
}

.tokenomics__pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}
.tokenomics__pic img {
	width: 100%;
}
.tokenomics__pic:first-child {
	position: relative;
}
.tokenomics__pic p {
	font-size: 30px;
	position: absolute;
	top: -5px;
	left: calc(100% + 10px);
	white-space: nowrap;
}
@media (max-width: 1366px) {
	.tokenomics__pic p {
		font-size: 22px;
		top: 0;
	}
}
@media (max-width: 1024px) {
	.tokenomics__pic p {
		left: unset;
		right: 0px;
		top: -30px;
	}
}
@media (max-width: 480px) {
	.tokenomics__pic p {
		font-size: 16px;
		top: -20px;
	}
}

.tokenomics__pic_1,
.tokenomics__pic_2,
.tokenomics__pic_3,
.tokenomics__pic_4,
.tokenomics__pic_5,
.tokenomics__pic_6 {
	z-index: 1;
}

.tokenomics__percents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 0px 100px;
}
@media (max-width: 480px) {
	.tokenomics__percents {
		padding: 0px 50px;
	}
}

.tokenomics__item {
	cursor: pointer;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 33.333%;
	        flex: 0 0 33.333%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0px 0px 18px 0px;
}
.tokenomics__item span {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	margin: 0px 17px 0px 0px;
	position: relative;
}
@media (max-width: 1024px) {
	.tokenomics__item span {
		width: 30px;
		height: 30px;
	}
}
.tokenomics__item p {
	font-size: 30px;
	color: #000;
}
@media (max-width: 1024px) {
	.tokenomics__item p {
		font-size: 18px;
		width: 35px;
	}
}
@media (max-width: 1100px) {
	.tokenomics__item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
}
@media (max-width: 1024px) {
	.tokenomics__item {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

.tokenomics__item_1 span {
	background: #1C0DC0;
}

.tokenomics__item_2 span {
	background: #356AF1;
}

.tokenomics__item_3 span {
	background: #6CBAFC;
}

.tokenomics__item_4 span {
	background: #AFD6FD;
}

.tokenomics__item_5 span {
	background: #6290FB;
}

.tokenomics__item_6 span {
	background: #1B18FA;
}

.tokenomics__right {
	position: relative;
	z-index: 1;
	margin: 0px 0px 0px -20px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 510px;
	        flex: 0 1 510px;
}
@media (max-width: 1024px) {
	.tokenomics__right {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		margin: 0;
	}
}
@media (max-width: 480px) {
	.tokenomics__right {
		width: 100%;
	}
}

.tokenomics__title {
	margin: 0px 0px 30px 0px;
}
@media (max-width: 1024px) {
	.tokenomics__title {
		text-align: center;
	}
}

.tokenomics__lines {
	margin: 0px 0px 100px 0px;
}
@media (max-width: 1366px) {
	.tokenomics__lines {
		margin: 0px 0px 60px 0px;
	}
}

.tokenomics-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	font-size: 30px;
	color: #475563;
	margin: 0px 0px 30px 0px;
}
.tokenomics-line:first-child {
	margin: 0px 0px 65px 0px;
}
@media (max-width: 1366px) {
	.tokenomics-line:first-child {
		margin: 0px 0px 40px 0px;
	}
}
@media (max-width: 1366px) {
	.tokenomics-line {
		font-size: 22px;
	}
}
@media (max-width: 1024px) {
	.tokenomics-line {
		font-size: 18px;
		margin: 0px 0px 20px 0px;
	}
}

.tokenomics-line__name {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 160px;
	        flex: 0 0 160px;
	margin: 0px 20px 0px 0px;
}
@media (max-width: 1366px) {
	.tokenomics-line__name {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 120px;
		        flex: 0 0 120px;
	}
}

.tokenomics-line__value {
	color: #000;
}

.tokenomics__contract {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0px 0px 50px 0px;
}
.tokenomics__contract p {
	font-size: 30px;
	color: #475563;
	margin: 0px 0px 10px 0px;
}
@media (max-width: 1366px) {
	.tokenomics__contract p {
		font-size: 22px;
	}
}
@media (max-width: 1024px) {
	.tokenomics__contract p {
		font-size: 18px;
	}
}
.tokenomics__contract span {
	font-size: 18px;
}
@media (max-width: 1024px) {
	.tokenomics__contract span {
		font-size: 14px;
	}
}

.tokenomics__buttons > *:not(:last-child) {
	margin: 0px 20px 0px 0px;
}

@media (max-width: 480px) {
	.tokenomics__buttons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 0;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

.partners {
	padding: 235px 0px 0px 0px;
}
@media (max-width: 1366px) {
	.partners {
		padding: 130px 0px 0px 0px;
	}
}
@media (max-width: 480px) {
	.partners {
		padding: 80px 0px 0px 0px;
	}
}

.partners__title {
	color: #000AFF;
	margin: 0px 0px 116px 0px;
}
@media (max-width: 1366px) {
	.partners__title {
		margin: 0px 0px 70px 0px;
	}
}
@media (max-width: 480px) {
	.partners__title {
		margin: 0px 0px 40px 0px;
		text-align: center;
	}
}

.partners__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -10px;
}
@media (max-width: 480px) {
	.partners__row {
		margin: -7px;
	}
}

.partners__logo {
	padding: 10px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 33.333%;
	        flex: 0 0 33.333%;
}
@media (max-width: 760px) {
	.partners__logo {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
}
@media (max-width: 480px) {
	.partners__logo {
		padding: 7px;
	}
}

.partners-logo img {
	width: 113px;
	height: 113px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 113px;
	        flex: 0 0 113px;
	margin: 0px 40px 0px 0px;
}
@media (max-width: 1366px) {
	.partners-logo img {
		margin: 0px 20px 0px 0px;
	}
}
@media (max-width: 1024px) {
	.partners-logo img {
		width: 80px;
		height: 80px;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 80px;
		        flex: 0 0 80px;
	}
}
@media (max-width: 600px) {
	.partners-logo img {
		width: 40px;
		height: 40px;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 40px;
		        flex: 0 0 40px;
	}
}
.partners-logo p {
	font-size: 39px;
	color: #000000;
}
@media (max-width: 1366px) {
	.partners-logo p {
		font-size: 32px;
	}
}
@media (max-width: 1024px) {
	.partners-logo p {
		font-size: 22px;
	}
}
@media (max-width: 480px) {
	.partners-logo p {
		font-size: 16px;
	}
}

a.partners-logo {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (min-width: 1024px) {
	a.partners-logo:hover {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		-webkit-transform: scale(1.05);
		    -ms-transform: scale(1.05);
		        transform: scale(1.05);
	}
}

.partners-logo__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #FFFFFF;
	border-radius: 37px;
	padding: 25px;
}
@media (max-width: 820px) {
	.partners-logo__row {
		padding: 15px;
		border-radius: 20px;
	}
}

.partners__social {
	margin: 64px 0px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.partners__social a {
	padding: 30px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: #FFFFFF;
	border-radius: 19.6px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0px 54px 0px 0px;
}
.partners__social a img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50px;
	        flex: 0 0 50px;
	width: 50px;
	margin: 0px 25px 0px 0px;
}
@media (max-width: 1024px) {
	.partners__social a img {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 35px;
		        flex: 0 0 35px;
		width: 35px;
	}
}
@media (max-width: 480px) {
	.partners__social a img {
		margin: 0px 15px 0px 0px;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 25px;
		        flex: 0 0 25px;
		width: 25px;
	}
}
.partners__social a p {
	font-size: 39px;
	color: #000000;
}
@media (max-width: 1366px) {
	.partners__social a p {
		font-size: 32px;
	}
}
@media (max-width: 1024px) {
	.partners__social a p {
		font-size: 22px;
	}
}
@media (max-width: 480px) {
	.partners__social a p {
		font-size: 16px;
	}
}
.partners__social a:first-child img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 59px;
	        flex: 0 0 59px;
	width: 59px;
}
@media (max-width: 1024px) {
	.partners__social a:first-child img {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 40px;
		        flex: 0 0 40px;
		width: 40px;
	}
}
@media (max-width: 480px) {
	.partners__social a:first-child img {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 30px;
		        flex: 0 0 30px;
		width: 30px;
	}
}
.partners__social a:last-child {
	margin: 0;
}
@media (max-width: 1024px) {
	.partners__social a {
		margin: 0px 20px 0px 0px;
		padding: 20px;
	}
}
@media (max-width: 480px) {
	.partners__social a {
		padding: 15px;
	}
}
@media (min-width: 1024px) {
	.partners__social a:hover {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		-webkit-transform: scale(1.05);
		    -ms-transform: scale(1.05);
		        transform: scale(1.05);
	}
}
@media (max-width: 650px) {
	.partners__social {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin: 40px 0px 0px 0px;
	}
	.partners__social a {
		width: 200px;
		margin: 0px 0px 20px 0px;
	}
}
@media (max-width: 650px) and (max-width: 480px) {
	.partners__social a {
		width: 150px;
	}
}

.start {
	padding: 230px 0px 0px 0px;
	position: relative;
}
.start::before {
	pointer-events: none;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 100%;
	height: 100%;
	background: url("../img/start/decor.svg") no-repeat;
	background-size: contain;
	background-position: center;
}
@media (max-width: 480px) {
	.start {
		padding: 80px 0px 0px 0px;
	}
}

.start__title {
	color: #000AFF;
	text-align: center;
	margin: 0px 0px 20px 0px;
}
.start__title br {
	display: none;
}
@media (max-width: 480px) {
	.start__title br {
		display: block;
	}
}

.start__icon {
	position: relative;
	top: 0;
	left: 37%;
	width: 1200px;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}
.start__icon img {
	width: 100%;
}
@media (max-width: 1900px) {
	.start__icon {
		width: calc(350px + 850 * ((100vw - 320px) / 1600));
	}
}

.start__coin1 {
	position: absolute;
	top: 40%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 470px;
	pointer-events: none;
}
.start__coin1 img {
	width: 100%;
}
@media (max-width: 1900px) {
	.start__coin1 {
		width: calc(50px + 450 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 480px) {
	.start__coin1 {
		width: 80px;
		top: 30%;
	}
}

.start__coin2 {
	position: absolute;
	top: 70%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 620px;
	pointer-events: none;
}
.start__coin2 img {
	width: 100%;
}
@media (max-width: 1900px) {
	.start__coin2 {
		width: calc(50px + 600 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 660px) {
	.start__coin2 {
		top: 65%;
	}
}
@media (max-width: 480px) {
	.start__coin2 {
		width: 100px;
		top: 55%;
	}
}

.start__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.start__social a {
	border-radius: 13px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #000;
	padding: 15px 20px;
}
.start__social a img {
	width: 24px;
	margin: 0px 15px 0px 0px;
}
.start__social a p {
	font-size: 23px;
	color: #FFFFFF;
}
@media (max-width: 480px) {
	.start__social a p {
		font-size: 16px;
	}
}
@media (max-width: 660px) {
	.start__social a {
		width: 180px;
	}
}
@media (max-width: 480px) {
	.start__social a {
		padding: 10px 15px;
		height: 50px;
		width: 150px;
	}
}
@media (min-width: 1024px) {
	.start__social a:hover {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		-webkit-transform: scale(1.05);
		    -ms-transform: scale(1.05);
		        transform: scale(1.05);
	}
}
.start__social > *:not(:last-child) {
	margin: 0px 35px 0px 0px;
}
@media (max-width: 660px) {
	.start__social > *:not(:last-child) {
		margin: 0px 0px 20px 0px;
	}
}
@media (max-width: 660px) {
	.start__social {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}