
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap');
body {
	margin: 0;
	overflow-x: hidden;
	scroll-behavior: smooth;
	min-height: 100vh;
	font-family: "Sofia Sans", serif;
	background: #181921;
    font-weight: normal;
}
html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
#ez-toc-container {
	background: #25203A !important;
	border: 0 !important;
	border-radius: 24px !important;
	padding: 24px !important;
	width: 100% !important;
	position: sticky !important;
	top: 135px !important;
}
.page_template_col h2 {
	color: #ffffff;
	font-size: 25px;
	margin: 20px 0;
}
.page_template_col h3 {
	color: #ffffff;
	font-size: 20px;
	margin: 20px 0;
}
.page_template_col h4 {
	color: #776b6b;
	font-size: 16px;
	margin: 20px 0;
}
.page_template_col p {
	margin: 20px 0;
}
.page_template_col ol {
	list-style-type: auto;
	padding-left: 20px;
	margin: 20px 0;
}
.page_template_col ul {
	list-style-type: disc;
	padding-left: 20px;
	margin: 20px 0;
}
.page_template_col li {
	font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    color: #ffffff;
}
.page_template_col:last-child #ez-toc-container {
	display: none !important;
}
#ez-toc-container a {
	font-family: Inter;
    font-size: 14px !important;
	transition: all .3s linear;
    font-weight: 400;
	text-decoration: none !important;
    text-align: left;
    color: #ffffff !important;
}
#ez-toc-container a:hover {
	color: #E5FF3A !important
}
.page-template-default.page {
	padding-top: 85px;
}
.page_template__wrapper {
	display: grid;
	grid-template-columns: 372px 1fr;
	grid-gap: 27px;
}
.mobile_menu li a {
	font-family: Inter;
    font-size: 15px;
	text-decoration: none;
    font-weight: 500;
    line-height: 22.5px;
    display: flex;
    align-items: center;
    text-align: left;
    color: #ffffff;
}
.mobile_menu ul a img {
	max-width: 24px;
    margin-right: 9px;
    display: block;
}
* {
	box-sizing: border-box;
}
.footer .menu {
	margin-top: 20px;
}
.footer .menu li a {
	font-family: Inter;
    font-size: 15px;
	text-decoration: none;
    font-weight: 500;
    line-height: 22.5px;
    display: flex;
    align-items: center;
    text-align: left;
    color: #ffffff;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
.modal {
	display: none;
}
.container {
	max-width: 1205px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.btn {
	font-family: Inter;
	font-size: 15px;
	font-weight: 700;
	display: inline-block;
	cursor: pointer;
	transition: all .3s linear;
	text-decoration: none;
	line-height: 22.5px;
	padding: 15px 24px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 27px;
}
.btn:hover {
	opacity: .7;
}
.welcome {
	position: fixed;
    bottom: 0;
	text-decoration: none;
    left: 0;
	align-items: center;
    right: 0;
	background-color: #815DE0;
    display: flex;
	padding: 11px 0;
    justify-content: center;
}
.welcome span {
	font-family: Inter;
	font-size: 15px;
	display: flex;
	align-items: center;
	font-weight: 700;
	line-height: 22.5px;
	color: #ffffff;
	margin-right: 19px;
}
.header .hero_navigation {
	margin-top: 15px;
	max-width: 1205px;
	margin-left: auto;
	margin-right: auto;
}
.btn.btn_v1 {
	color: #181921;
	background-color: #E5FF3A;
}
.header {
	background: #181921B2;
	padding: 28px 0;
	backdrop-filter: blur(12px);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99999;
}
.mobile_menu {
	display: none;
}
.header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_col {
	display: flex;
	align-items: center;
}
.header_col ul {
	display: flex;
	align-items: center;
}
.header_col ul a {
	font-family: Inter;
	font-size: 15px;
	font-weight: 500;
	line-height: 22.5px;
	display: flex;
	align-items: center;
	text-align: left;
	color: #ffffff;
	text-decoration: none;
}
.header_col ul a img {
	max-width: 24px;
	margin-right: 9px;
	display: block;
}
.header_col ul li:not(:last-child) {
	margin-right: 24px;
}
.logo {
	display: block;
	margin-right: 47px;
}
.logo img {
	display: block;
}
.hero {
	background-image: url('../images/bg.png');
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	background-size: cover;
	position: relative;
	padding: 68px 0;
	padding-top: 160px;
	background-color: #181921;
}
h1 {
	font-family: Sofia Sans;
	font-size: 58px;
	color: #ffffff;
	font-weight: 800;
	line-height: 69.6px;
	text-align: left;
	margin-bottom: 24px;
}
h1 span {
	color: #815DE0;
}
.hero_col {
	max-width: 570px;
}
p {
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 25.6px;
	text-align: left;
	color: #ffffff;
	margin-bottom: 24px;
}
.hero img {
	position: absolute;
	right: 0;
	display: block;
	top: auto;
	bottom: 0;
}
.hero_navigation {
	margin-top: 130px;
}
.hero_navigation ul {
	display: flex;
	overflow: auto;
	padding-bottom: 15px;
	position: relative;
}
.hero_navigation ul li {
	white-space: nowrap;
}
.hero_navigation ul li a {
	font-family: Inter;
	font-size: 14px;
	text-decoration: none;
	font-weight: 500;
	display: block;
	border-radius: 20px;
	backdrop-filter: blur(12px);
	background: #393E66B2;
	padding: 8px;
	line-height: 21px;
	text-align: left;
	color: #BFBFBF;
}
.hero_navigation ul li:not(:last-child) {
	margin-right: 8px;
}
.hero_navigation ul li.active a {
	color: #E5FF3A;
}
.title {
	font-family: Sofia Sans;
	font-size: 48px;
	font-weight: 800;
	margin-bottom: 24px;
	line-height: 57.6px;
	color: #ffffff;
}
.title span {
	color: #815DE0;
}
.info_bloc .container {
	display: grid;
	grid-template-columns: 372px 1fr;
	grid-gap: 23px;
}
section {
	padding: 30px 0;
}
.info_bloc_col > img {
	display: block;
	margin-bottom: 24px;
}
table {
	border-collapse: collapse;
	background: #25203A;
	border-radius: 24px;
	overflow: hidden;
}
.info_table {
	margin-top: 45px;
}
.info_table table {
	width: 100%;
}
.info_table table tr:first-child td {
	font-family: Inter;
	padding: 16px 20px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 22.5px;
	border-bottom: 1px solid #815DE0;
	color: #ffffff;
}
.info_table table tr td {
	width: 50%;
}
.info_table table tr:not(:first-child) td {
	align-items: center;
	padding: 11px 20px;
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 25.6px;
	color: #ffffff;
}
.info_table table tr:not(:first-child) td a {
	color: #E5FF3A;
	text-decoration: none;
}
.info_table table tr:not(:first-child) td > img {
	max-width: 24px;
	margin-right: 10px;
	vertical-align: middle;
}
.info_table table tr:not(:first-child) {
	border-bottom: 1px solid #3A2B62;
}
.claps_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 24px;
	margin: 24px 0;
}
.claps_col {
	background: #323A20;
	padding: 24px;
	border-radius: 24px;
}
.claps_title {
	font-family: Sofia Sans;
	font-size: 24px;
	font-weight: 800;
	line-height: 28.8px;
	color: #E5FF3A;
	margin-bottom: 12px;
}
.claps_col ul li {
	display: flex;
	align-items: center;
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 25.6px;
	color: #ffffff;	
	align-items: center;
}
.claps_col ul li img, .claps_without_bg_col ul li img{
	max-width: 24px;
	margin-right: 12px;
}
.claps_col ul li:not(:last-child), .claps_without_bg_col ul li:not(:last-child) {
	margin-bottom: 12px;
}
.claps_col:last-child {
	background: #0D0E14;
}
.claps_col:last-child * {
	color: #BEBEBE;
}
.wrapper_button {
	display: flex;
	margin-top: 24px;
	justify-content: center;
}
.banner_block_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 35px;
	background-size: cover;
	background-image: url('../images/background.png');
	background-repeat: no-repeat;
	background-position: center;
	align-items: center;
	padding: 75px 45px;
	border-radius: 24px;
}
.banner_block_wrap .title {
	margin-bottom: 24px;
}
.banner_block_grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 12px;
	margin-top: 12px;
}
.banner_block_item {
	background-image: url('../images/corner-bright-bg.svg');
	background-repeat: no-repeat;
	border-radius: 24px;
	padding: 20px;
	background-color: #25203A;
	background-position: left top;
}
.banner_block_item_top img {
	display: block;
}
.banner_block_item_top {
	display: flex;
	align-items: center;
}
.banner_block_wrap_col > img {
	display: block;
}
.banner_block_item_top_title {
	font-family: Sofia Sans;
	font-size: 28px;
	font-weight: 800;
	line-height: 33.6px;
	text-transform: uppercase;
	color: #ffffff;
	margin-left: 24px;
}
.banner_block_item p {
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 25.6px;
	opacity: .7;
	margin: 13px 0 19px 0;
}

.text_block h2 {
	font-family: Sofia Sans;
	font-size: 58px;
	font-weight: 800;
	line-height: 69.6px;
	color: #ffffff;
	margin-bottom: 32px;
}
.text_block h3 {
	color: #ffffff;
	font-family: Sofia Sans;
	font-size: 24px;
	font-weight: 800;
	line-height: 28.8px;
	margin-bottom: 22px;
}
.slots_title {
	display: flex;
	align-items: center;
	font-family: Sofia Sans;
	font-size: 28px;
	margin-bottom: 28px;
	font-weight: 800;
	line-height: 33.6px;
	color: #ffffff;
}
.slots_title svg {
	margin-right: 18px;
}
.slots_links a {
	display: block;
	position: relative;
	overflow: hidden;
}
.slots_links a img {
	display: block;
	width: 100%;
	position: relative;
	border-radius: 30px;
}
.slots_links {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 24px;
}
.slots .slots_wrap:not(:first-child) {
	margin-top: 48px;
}
.bg_block_wrap {
	padding: 64px 48px;
	background: #25203A;
	border-radius: 24px;
	position: relative;
}
.bg_block_col h3 {
	margin: 20px 0;
	font-family: Sofia Sans;
	font-size: 20px;
	font-weight: 800;
	line-height: 24px;
	text-transform: uppercase;
	color: #ffffff;
}
.bg_block_col p {
	opacity: .7;
}
.bg_block_col {
	max-width: 625px;
}
.bg_block_wrap > img {
	position: absolute;
	right: 82px;
	bottom: 0;
	display: block;
}
.bg_block_col .title {
	margin-bottom: 20px;
}
.step_top {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 65px;
	align-items: center;
}
.step_top > a, .step_top img {
	display: block;
}
.step_item {
	display: flex;
	align-content: center;
}
.step_item > span {
	font-family: Inter;
	font-size: 15px;
	font-weight: 700;
	min-width: 86px;
	text-transform: uppercase;
	height: fit-content;
	padding: 10px 16px;
	line-height: 22.5px;
	border-radius: 27px;
	margin-right: 24px;
	background: #E5FF3A;
	color: #181921;
}
.step_item_title {
	font-family: Sofia Sans;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 19.2px;
	color: #FFFFFF;
}
.step_item_title a {
	color: #ffffff;
	text-decoration: none;
	color: #E5FF3A;
}
.step_item_text {
	font-family: Inter;
	font-size: 14px;
	margin-top: 8px;
	font-weight: 400;
	line-height: 22.4px;
	color: #ffffff;
	opacity: .7;
}
.step_item:not(:last-child) {
	margin-bottom: 28px;
}
.step_items {
	position: relative;
	margin-top: -60px;
}
.top_cards_t {
	display: grid;
	grid-template-columns: 356px 1fr;
	align-items: center;
	grid-gap: 24px;
}
.top_cards_t img {
	display: block;
	width: 100%;
}
.top_cards_t .title {
	margin-bottom: 12px;
}
.top_cards_t  > div p:last-child {
	margin-bottom: 0;
}
.top_cards_grid {
	margin-top: 33px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 24px;
}
.top_cards_item {
	background: #25203A;
	padding: 32px;
	border-radius: 24px;
}
.top_cards_item_top {
	display: flex;
	align-items: center;
	font-family: Sofia Sans;
	font-size: 28px;
	font-weight: 800;
	margin-bottom: 24px;
	text-transform: uppercase;
	line-height: 33.6px;
	color: #ffffff;
}
.hero_navigation ul::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}
.hero_navigation ul::-webkit-scrollbar-thumb {
	background: #8463DA;
}
.hero_navigation ul::-webkit-scrollbar-track {
	background: #53574C;
}
.top_cards_item_top img {
	margin-right: 18px;
	max-width: 42px;
}
.top_cards_item ul {
	list-style-type: disc;
	padding-left: 20px;
}

.top_cards_item ul li {
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 25.6px;
	color: #ffffff;
}
.image_text .container {
	display: flex;
	align-items: center;
}
.image_text .container > img {
	display: block;
	margin-right: 35px;
}
.image_text .title {
	margin-bottom: 22px;
	position: relative;
}
.image_text .title > img {
	position: absolute;
    right: 80px;
    top: -60px;
}
.image_text {
	margin-top: 40px;
}
.text_image .container {
	display: flex;
	align-items: center;
}
.text_image .container img {
	margin-left: 35px;
	display: block;
}
.text_image .title {
	margin-bottom: 22px;
}
.text_image {
	background-image: url('../images/background2.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.faq_item_description {
	display: none;
	height: 1%;
	font-family: Inter;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	color: #ffffff;
	padding: 0 32px 12px 32px;
	line-height: 25.6px;
}
.faq_item.active .faq_item_description {
	height: 100%;
}
.faq_item.active .faq_item_title {
	background-color: transparent;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.faq_item.active {
	border-color: #815DE0;
}
.faq .title {
	margin-bottom: 32px;
}
.faq_item_title {
	font-family: Inter;
	transition: all .3s linear;
	font-size: 16px;
	cursor: pointer;
	font-weight: 400;
	background-image: url('../images/down-arrow1.svg');
	background-repeat: no-repeat;
	background-position: 98%;
	line-height: 25.6px;
	color: #ffffff;
	border-radius: 24px;
	background-color: #25203A;
	padding: 13px 32px;
}
.faq_item.active .faq_item_title {
	background-image: url('../images/down-arrow2.svg');
}
.faq_item:not(:last-child) {
	margin-bottom: 12px;
}
.faq_item {
	border: 1px solid #25203A;
	border-radius: 24px;
}
footer.footer {
	margin-top: 50px;
	padding: 64px 0;
	background-color: #0D0E14;
}
.footer .container {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr;
	grid-gap: 24px;
}
.footer_description {
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	line-height: 22.4px;
	color: #ffffff;
	opacity: .7;
	margin-top: 32px;
}
.footer_logos {
	display: flex;
	gap: 23px;
	margin-top: 22px;
	align-items: center;
}
.footer_title {
	font-family: Sofia Sans;
	font-size: 16px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 19.2px;
	color: #ffffff;
}
.footer_links {
	display: flex;
	grid-gap: 10px;
	flex-wrap: wrap;
}
.footer_links a {
	transition: all .3s linear;
}
.footer_links a:hover {
	opacity: .6;
}
.land_2 .hero_col h1 {
	font-size: 40px;
	line-height: 48px;
}
.land_2 .hero {
	background-image: url('../images/land_2_bg.png');
	padding-top: 160px;
}
.land_2 .hero img {
	top: auto;
	bottom: 0;
}
.land_2 .hero_navigation {
	margin-top: 25px;
}
.land_2 .info_bloc_col > img {
	margin-top: 24px;
	margin-bottom: 0;
}
.claps_without_bg {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 24px;
}
.claps_without_bg_col .claps_title {
	color: #ffffff;
}
.claps_without_bg_col ul li {
	display: flex;
	align-items: center;
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 25.6px;
	color: #ffffff;
	align-items: center;
}
.land_2 .banner_block_grid {
	grid-template-columns: 1fr;
}
.land_2 .banner_block_item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 13px;
}
p strong {
	font-weight: bold;
}
.remember img {
	max-width: 71px;
	display: block;
}
.remember {
	max-width: 780px;
	margin: 12px auto;
	display: flex;
	align-items: center;
}
.remember p {
	margin-bottom: 0;
	margin-left: 12px;
}
.left_right_block_wrap_item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 35px;
	align-items: center;
}
.land_2 .text_block h2 {
	font-size: 48px;
	line-height: 55px;
	margin-bottom: 24px;
}
.left_right_block_wrap_item:not(:last-child) {
	margin-bottom: 64px;
}
.left_right_block_wrap_item img {
	display: block;
	width: 100%;
	max-width: 544px;
}
.land_2 .step_item > div {
	display: flex;
	align-items: center;
}
.land_2 .step {
	padding-top: 0;
}
.ol_list_block_item {
	display: flex;
	align-items: center;
}
.ol_list_block_item img {
	display: block;
	margin-right: 24px;
}
.ol_list_block_item_title {
	font-family: Sofia Sans;
	font-size: 20px;
	font-weight: 800;
	line-height: 24px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.ol_list_block_item ol, .ol_list_block_item ul {
	padding-left: 20px;
	list-style-type: auto;
}
.ol_list_block_item ul  {
	list-style-type: none;
	padding-left: 0;
}
.ol_list_block_item ol li, .ol_list_block_item ul li {
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 25.6px;
	color: #ffffff;
}
.ol_list_block h3 {
	font-family: Sofia Sans;
	margin-bottom: 32px;
	margin-top: 32px;
	font-size: 32px;
	font-weight: 800;
	line-height: 38.4px;
	color: #ffffff;
}
.text_block ol {
	margin: 22px 0;
	list-style-type: auto;
	padding-left: 28px;
}
.text_block ul {
	margin: 22px 0;
	list-style-type: disc;
	padding-left: 28px;
}
.text_block ol li, .text_block ul li {
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 25.6px;
	color: #ffffff;
}
.land3_ol_item span {
	font-family: Inter;
	font-size: 15px;
	font-weight: 700;
	line-height: 22.5px;
	color: #ffffff;
	border-radius: 27px;
	width: 62px;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 62px;
	margin-right: 17px;
	border: 1px solid #815DE0;
}
.land3_ol_item {
	display: flex;
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 25.6px;
	color: #ffffff;
	align-items: center;
}
.land3_ol_item:not(:last-child) {
	margin-bottom: 9px;
}
.land_3 .banner_block_grid {
	grid-template-columns: 1fr 1fr 1fr;
}
.land_3 .banner_block_item {
	grid-template-columns: 1fr;
	display: block;
	grid-gap: 0;
}
.land_3 .banner_block_item p {
	min-height: 128px;
}
.land_3 .banner_block_item .btn {
	width: 100%;
	text-align: center;
}
.land_3 .ol_list_block_item:not(:last-child) {
	margin-bottom: 15px;
}
.land_3 .remember {
	max-width: 100%;
	padding: 16px;
	background: #25203A;
	border-radius: 20px;
}
.land_3 .remember > div {
	margin-left: 12px;
}
.remember_title {
	font-family: Inter;
	font-size: 16px;
	font-weight: 700;
	line-height: 25.6px;
	color: #ffffff;
}
.land_3 .remember ol {
	list-style-type: auto;
	padding-left: 20px;
}
.land_3 .remember ol li {
	font-family: Inter;
	font-size: 16px;
	font-weight: 300;
	line-height: 25.6px;
	color: #ffffff;
}
.land_3 .top_cards_t {
	grid-template-columns: 188px 1fr;
	grid-gap: 24px;
}
.land_3 .top_cards_t h3 {
	font-size: 24px;
	font-weight: 800;
	line-height: 28.8px;
	color: #ffffff;
	margin-bottom: 22px;
}
.text_block p:last-child {
	margin-bottom: 0;
}
.land_3 .text_image.land3 {
	background-image: none;
}
.text_image_land3 img {
    margin-left: 0;
	margin-right: 35px;
}
.laptop_show {
	display: none;
}
.burger {
	display: none;
}
.welcome > span > svg {
	display: none;
}
@media(max-width: 1200px) {
	.hero img {
		right: -250px;
	}
	.hero_navigation {
		display: none !important;
	}
	.hero {
		padding-bottom: 130px;
		padding-top: 225px;
	}
	.info_bloc .container {
		grid-template-columns: 1fr;
	}
	.info_bloc_col {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	.info_bloc_col .title {
		margin-bottom: 0;
		margin-left: 24px;
	}
	.info_table {
		margin-top: 0;
	}
	.wrapper_button .btn {
		width: 100%;
	}
	.banner_block_wrap .title {
		font-size: 32px;
		line-height: 38px;
	}
	.banner_block_wrap {
		padding: 64px 32px;
	}
	.banner_block_wrap_col > img {
		width: 100%;
	}
	.banner_block_item_top {
		flex-direction: column;
	}
	.banner_block_item_top_title {
		margin-left: 0;
		margin-top: 24px;
	}
	.slots_links {
		overflow: auto;
		padding-bottom: 24px;
	}
	.slots_links::-webkit-scrollbar, .hero_navigation ul::-webkit-scrollbar {
		width: 4px;
		height: 4px;
	}
	.laptop_hide {
		display: none !important;
	}
	.laptop_show {
		display: block !important;
	}
	.slots_links::-webkit-scrollbar-thumb, .hero_navigation ul::-webkit-scrollbar-thumb {
		background: #8463DA;
	}
	.slots_links::-webkit-scrollbar-track, .hero_navigation ul::-webkit-scrollbar-track {
		background: #53574C;
	}
	.bg_block_wrap > img {
		right: 18px;
        width: 188px;
        top: 139px;
	}
	.top_cards_t {
		grid-template-columns: 1fr 1fr;
	}
	.step_top > a {
		order: -1;
	}
	.image_text .title > img {
		display: none;
	}
	.step_item > span {
		min-width: 86px;
		text-align: center;
	}
	.step_items {
		margin-top: 0;
	}
	.step_top > a img {
		margin: 0 auto;
	}
	.step_top {
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}
	.title {
		font-size: 32px;
		line-height: 38px;
	}
	.slots_links a {
		width: 300px;
	}
	.text_block h2 {
		font-size: 40px;
		line-height: 48px;
	}
	.banner_block_item .btn {
		width: 100%;
	}
	.land_2 .banner_block_grid {
		grid-template-columns: 1fr 1fr;
	}
	.title br {
		display: none;
	}
	.land_2 .banner_block_item {
		grid-template-columns: 1fr;
	}
	.left_right_block_wrap_item img {
		order: -1;
	}
	.left_right_block_wrap_item {
		grid-template-columns: 1fr;
	}
	.left_right_block_wrap_item img {
		margin-left: auto;
		margin-right: auto;
	}
	.remember {
		max-width: 100%;
	}
	.land_2 .banner_block_item:last-child {
		grid-column: span 2;
	}
	.info_bloc_col .title {
		width: 100%;
		margin-left: 0;
	}
	.info_bloc_col {
		align-items: flex-start;
		grid-gap: 0;
	}
	.info_bloc_col br {
		display: none;
	}
	.land3_ol_list {
		margin-bottom: 35px;
	}
}


@media(max-width: 991px) {
	.header_col ul {
		display: none;
	}
	.page_template__wrapper {
		grid-template-columns: 1fr;
	}
	.mobile_menu {
		display: block;
	}
	.welcome {
		padding: 15px 0;
		text-decoration: none;
	}
	.welcome .btn {
		display: none;
	}
	.land_1 .info_bloc_col > img {
		margin-left: auto;
		margin-right: auto;
	}
	.land_3 .text_image .container img {
		display: none;
	}
	.land_3 .top_cards_t {
		grid-template-columns: 1fr;
	}
	.land_3 .remember {
		display: flex;
		flex-direction: column;
	}
	.land_3 .remember img {
		margin-bottom: 24px;
	}
	.hero_col .btn  {
		width: 100%;
	}
	.land_3 .hero img {
		right: -20px;
		margin-top: 0;
	}
	.welcome > span > svg {
		display: inline-block;
		vertical-align: middle;
		margin-left: 11px;
	}
	.ol_list_block_item img {
		margin-right: 0;
		margin-bottom: 24px;
	}
	.ol_list_block_item {
		flex-direction: column;
	}
	.land_2 .text_block h2 {
		font-size: 32px;
		line-height: 38px;
	}
	.land_2 .banner_block_item:last-child {
		grid-column: auto;
	}
	.claps_without_bg, .land_2 .banner_block_grid {
		grid-template-columns: 1fr;
	}
	.header_col .btn {
		display: none;
	}
	.burger {
		display: block;
	}
	.hero {
		padding-top: 115px;
		padding-bottom: 0;
	}
	.footer_logos {
		flex-wrap: wrap;
	}
	.faq_item_title {
		background-position: 93%;
	}
	.footer .container {
		grid-template-columns: 1fr;
	}
	.bg_block_wrap {
		padding: 24px;
	}
	.text_image .container {
		flex-direction: column;
	}
	.image_text .container > img {
		width: 132px;
		margin-right: auto;
		margin-bottom: 35px;
	}
	.text_image .container img {
		order: -1;
		margin-left: 0;
		width: 163px;
		margin-bottom: 35px;
	}
	.welcome span {
		text-transform: uppercase;
	}
	.top_cards_item {
		padding: 24px;
	}
	.image_text .container {
		flex-direction: column;
	}
	.top_cards_t, .top_cards_grid {
		grid-template-columns: 1fr;
	}
	.bg_block_wrap > img {
		display: none !important
	}
	.step_top > a img {
		width: 100%;
	}
	.bg_block_col .btn {
		width: 100%;
	}
	.banner_block_wrap .btn {
		width: 100%;
	}
	.banner_block_grid {
		grid-template-columns: 1fr;
	}
	.text_block h2 {
		font-size: 32px;
		line-height: 38px;
	}
	.info_table table tr:not(:first-child) td:first-child {
		display: flex;
		width: 100%;
	}
	.banner_block_wrap_col:last-child {
		order: -1;
	}
	.banner_block_wrap .title {
		text-align: center;
	}
	.banner_block_wrap {
		grid-template-columns: 1fr;
		padding: 24px;
	}
	.claps_wrap {
		grid-template-columns: 1fr;
	}
	.info_table table tr:not(:first-child) td {
		font-size: 14px;
		line-height: 22px;
		vertical-align: middle;
	}
	.hero img {
		right: 0;
		margin-top: 50px;
		position: relative;
		width: 100%;
	}
	.header .container {
		justify-content: center;
	}
	.info_bloc_col .title {
		width: 100%;
		margin-left: 0;
	}
	.burger {
		left: 24px;
		position: absolute;
	}
	h1 {
		font-size: 32px;
		line-height: 38px;
	}
	.logo {
		margin-right: 0;
	}
	.mobile_menu {
		position: fixed;
		transform: translate(-1000px);
		top: 0;
		padding: 28px 24px 20px 24px;
		left: 0;
		width: 100%;
		transition: all .3s linear;
		height: 100%;
		background: #181921;
		z-index: 9999999;
	}
	.mobile_menu .btn {
		width: calc(100% - 48px);
		position: absolute;
		bottom: 0;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	body.menu-active .mobile_menu {
		transform: translate(0px);
	}
	body.menu-active {
		overflow: hidden;
	}
	.mobile_menu ul {
		margin-top: 32px;
	}
	.mobile_menu ul li a {
		font-family: Inter;
		font-size: 18px;
		text-decoration: none;
		font-weight: 500;
		line-height: 27px;
		color: #BFBFBF;
	}
	.mobile_menu ul li {
		padding: 8px 0;
	}
	.mobile_menu ul li:not(:last-child) {
		margin-bottom: 8px;
	}
}