*,
*::before,
*::after {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body,
h1,
h2,
h3,
h4,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
	margin: 0;
}
html,
body {
	width: 100%;
	height: 100%;
}
html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}
a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}
a[class] {
	text-decoration: none;
}
img {
	max-width: 100%;
	display: block;
}
input,
button,
textarea,
select {
	font: inherit;
	outline: none;
}
@media (prefers-reduced-motion: reduce) {
	* {
		-webkit-animation-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
		url('../fonts/Roboto-Regular.woff') format('woff');
	font-display: swap;
}
body {
	color: #fff;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 18px;
}
.o-container {
	background: #001e46;
	max-width: 1920px;
	margin: 0 auto;
}
.o-wrapper {
	max-width: 1400px;
	margin: 0 auto;
}
.o-table {
	overflow-x: auto;
	width: 100%;
}
.o-iframe {
	width: 100%;
}
.o-padding {
	padding: 10px;
}
.o-text h2 {
	margin: 0 0 30px 0;
}
.o-text p {
	margin: 0 0 10px 0;
}
table:not([class]) {
	border-collapse: collapse;
	margin: 30px auto;
}
table:not([class]) td,
table:not([class]) th {
	border: 1px solid #18529e;
	padding: 10px;
}
.c-header {
	background-image: linear-gradient(
		0deg,
		rgba(0, 50, 102, 0) 0,
		#003266 73%,
		#003266 98%
	);
	background-color: #0a519e;
	position: fixed;
	top: 0;
	left: 0;
	min-height: 111px;
	width: 100%;
	z-index: 99;
}
.c-header__top {
	justify-content: flex-end;
	gap: 10px;
	padding: 10px;
}
.c-registration {
	background: #fa5500;
}
.c-registration:hover {
	background: #fa7c00;
}
.c-login {
	background: #428cdc;
}
.c-login:hover {
	background: #509aea;
}
.c-registration,
.c-login {
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
	padding: 10px 20px;
}
.c-logo {
	display: inline-block;
}
.c-header__bottom {
	display: flex;
	justify-content: space-between;
	padding: 0 10px 10px 10px;
}
.c-burger {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 3px;
	height: 40px;
	width: 40px;
}
.c-burger div {
	background: #fff;
	border-radius: 5px;
	transition: all 0.2s ease-in-out;
	height: 3px;
	width: 20px;
}
.c-burger.active {
	position: relative;
}
.c-burger.active div {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.c-burger.active div:nth-child(1) {
	transform: rotate(45deg);
}
.c-burger.active div:nth-child(2) {
	width: 0px;
}
.c-burger.active div:nth-child(3) {
	transform: rotate(-45deg);
}
.c-burger-nav {
	background-color: #0a519e;
	position: absolute;
	left: 0;
	top: 100%;
	transition: all 0.2s ease-in-out;
	overflow: hidden;
	height: 0vh;
	width: 100%;
}
.c-burger-menu {
	border-top: 1px solid #fff;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 80vh;
	overflow: auto;
}
.c-burger-menu a:hover {
	color: #ffba00;
}
.c-burger-menu a,
.c-burger-menu span {
	border-bottom: 2px solid #043f7e;
}
.c-burger-menu a,
.c-burger-menu span {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px;
	width: 100%;
}
.c-burger-menu a,
.c-burger-menu span,
.c-burger-menu svg {
	transition: all 0.2s ease-in-out;
}
.c-burger-menu svg {
	fill: #fff;
}
.c-burger-menu__sub-item {
	cursor: pointer;
}
.c-burger-menu__sub-item span {
	align-items: center;
	display: flex;
	gap: 8px;
	flex: 1 0 100%;
	justify-content: space-between;
}
.c-burger-menu__sub-item svg {
	height: 18px;
	width: 18px;
}
.с-burger-sub-btn.active {
	color: #ffba00;
}
.с-burger-sub-btn.active .c-burger-menu__sub-button {
	transform: rotate(180deg);
}
.с-burger-sub-btn.active svg {
	fill: #ffba00;
}
.c-burger-menu__sub-button {
	align-items: center;
	display: flex;
	justify-content: center;
	transition: all 0.2s ease-in-out;
	height: 24px;
	width: 40px;
}
.c-burger-sub-menu {
	flex: 1 0 100%;
	list-style: none;
	padding: 0;
	height: 0px;
	overflow: hidden;
	transition: all 0.2s ease-in-out;
	z-index: 99;
}
.c-header__top,
.c-header__bottom {
	align-items: center;
	display: flex;
}
@media (min-width: 992px) {
	.c-header {
		position: initial;
	}
	.c-header__bottom {
		gap: 15px;
		padding: 0 10px;
	}
	.c-burger {
		display: none;
	}
	.c-burger-nav {
		background: #00316680;
		border-radius: 20px;
		display: flex;
		justify-content: flex-end;
		flex: 1 0 auto;
		padding: 0 0 0 5%;
		position: initial;
		overflow: initial;
		height: initial;
		width: initial;
	}
	.c-burger-nav.active {
		border-radius: 20px 20px 0 20px;
	}
	.c-burger-menu {
		align-items: center;
		border: none;
		gap: 8px;
		display: flex;
		overflow: initial;
		height: initial;
	}
	.c-burger-menu a,
	.c-burger-menu span {
		border: none;
	}
	.c-burger-menu__sub-item span,
	.c-burger-sub-menu {
		flex: initial;
	}
	.c-burger-menu__sub-item {
		position: relative;
	}
	.c-burger-sub-menu {
		background: #0a417a;
		position: absolute;
		right: 0;
		flex: initial;
		height: 0px;
		width: 200px;
	}
}
@media (min-width: 1600px) {
	span.с-burger-sub-btn {
		display: none;
	}
	.c-burger-sub-menu {
		background: none;
		display: flex;
		position: initial;
		flex: initial;
		height: initial;
		width: initial;
	}
}
.c-main {
	padding-top: 111px;
}
.c-slider-wrap {
	background: #001e46;
	background: linear-gradient(0deg, #001e46 22%, #0a519e 100%);
	overflow: hidden;
	position: relative;
}
.c-slider__controls {
	align-items: center;
	display: flex;
	justify-content: center;
	gap: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.c-slider__controls span {
	align-items: center;
	cursor: pointer;
	display: flex;
	position: relative;
	justify-content: center;
	height: 30px;
	width: 30px;
}
.c-slider__controls span:hover::after {
	background: #fff;
}
.c-slider__controls span::after {
	border: 2px solid #428cdc;
	border-radius: 50%;
	content: '';
	position: absolute;
	transition: all 0.2s ease-in-out;
	height: 16px;
	width: 16px;
}
.c-slider__controls span.active::after {
	background: #fff;
}
.c-slider {
	display: flex;
	transition: all 0.2s ease-in-out;
	width: calc(5 * 100%);
}
.c-slide {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 10px;
	min-height: 400px;
	width: calc(100% / 4);
}
.c-slider__text {
	display: flex;
	flex-direction: column;
	gap: 15px;
	max-width: 450px;
}
.c-slide__title {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
}
.c-slider__bonus {
	font-size: 22px;
}
.c-slider__button {
	background: #fa5500;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
	text-align: center;
	padding: 15px 20px;
	max-width: 280px;
	width: 100%;
}
.c-slider__button:hover {
	background: #fa7c00;
}
.c-first-100 {
	border-top: 1px solid #ffffff5e;
	border-bottom: 1px solid #ffffff5e;
	text-align: center;
	padding: 30px 0;
	margin: 15px 0;
}
.c-slots__title,
.c-faqs__title,
.c-reviews__title {
	position: relative;
	padding: 0 0 0 40px;
}
.c-slots__title::before {
	background: url(../img/icons/top.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 27px;
	width: 36px;
}
.c-faqs__title::before {
	background: url(../img/icons/faq.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 27px;
	width: 36px;
}
.c-reviews__title::before {
	background: url(../img/icons/reviews.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 27px;
	width: 36px;
}
.c-slots {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin: 30px auto;
	max-width: 1400px;
}
.c-slot {
	border-radius: 20px;
	position: relative;
	height: 160px;
	width: 230px;
}
.c-slot:hover .c-slot__overlay {
	opacity: 1;
	visibility: visible;
}
.c-slot img {
	border-radius: 20px;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.c-slot__overlay {
	align-items: center;
	background: #003266cc;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-in-out;
	padding: 15px;
	top: 0;
	left: 0;
	position: absolute;
	height: 100%;
	width: 100%;
}
.c-slot__overlay svg {
	background: #fb5901;
	border-radius: 50%;
	transition: all 0.2s ease-in-out;
}
.c-slot__overlay svg:hover {
	background: #fa7c00;
}
.c-slot__name {
	text-align: center;
	font-weight: 600;
}
.c-slot__demo {
	background: #3474b9;
	border-radius: 20px;
	cursor: pointer;
	padding: 5px 10px;
	transition: all 0.2s ease-in-out;
}
.c-slot__demo:hover {
	background: #428cdc;
}
.c-slot__demo-bg {
	background-color: #001e46;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.2s ease-in-out;
	height: 100%;
	width: 100%;
	z-index: 99;
}
.c-slot__demo-bg.o-active {
	opacity: 1;
	visibility: visible;
}
.c-slot__demo-iframe {
	height: inherit;
	width: inherit;
}
.c-slot__demo-close {
	background: #3474b9;
	border-radius: 50%;
	cursor: pointer;
	position: fixed;
	top: 0;
	right: 0;
	height: 50px;
	width: 50px;
}
.c-slot__demo-close::after,
.c-slot__demo-close::before {
	background: #fff;
	border-radius: 5px;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 3px;
	width: 25px;
}
.c-slot__demo-close::after {
	transform: rotate(45deg);
}
.c-slot__demo-close::before {
	transform: rotate(-45deg);
}
.c-faqs__title,
.c-reviews__title {
	margin: 0 0 30px 0;
}
.c-faqs {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.c-faq {
	background: #003266;
	box-shadow: 0 0 10px #b7b7b78a;
	border-radius: 10px;
}
.c-faq[open] .c-faq__question::before {
	transform: rotate(360deg);
}
.c-faq__question {
	border-bottom: 1px solid #090a0b0d;
	cursor: pointer;
	color: #fff;
	padding: 20px 30px 20px 5px;
	position: relative;
}
.c-faq__question h3 {
	margin: 0;
}
.c-faq__question::marker {
	content: '';
}
.c-faq__question::after,
.c-faq__question::before {
	background: #fff;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
	transition: all 0.2s ease-in-out;
	height: 2px;
	width: 25px;
}
.c-faq__question::before {
	transform: rotate(90deg);
}
.c-faq__answer {
	padding: 10px;
}
.c-reviews {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.c-review {
	background: #003266;
	border-radius: 10px;
	box-shadow: 0 0 10px #b7b7b78a;
	flex: 1 0 320px;
	max-width: 100%;
}
.c-review__top {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.c-review__name,
.c-review__date {
	font-weight: 600;
}
.c-review__top,
.c-review__bottom {
	padding: 10px;
}
.c-faq,
.c-reviews {
	margin: 0 0 30px 0;
}
@media (min-width: 468px) {
	.c-slide {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right;
		min-height: 450px;
	}
	.c-slide:nth-child(1) {
		background-image: url('../img/banner/slide-1-m.png');
		background-image: -webkit-image-set(
			url('../img/webp/banner/slide-1-m.webp') 1x,
			url('../img/webp/banner/slide-1-m.webp') 2x
		);
		background-image: -webkit-image-set(
			url('../img/banner/slide-1-m.png') 1x,
			url('../img/banner/slide-1-m.png') 2x
		);
		background-image: image-set(
			url('../img/banner/slide-1-m.png') 1x,
			url('../img/banner/slide-1-m.png') 2x
		);
	}
	.c-slide:nth-child(2) {
		background-image: url('../img/banner/slide-2-m.png');
		background-image: -webkit-image-set(
			url('../img/webp/banner/slide-2-m.webp') 1x,
			url('../img/webp/banner/slide-2-m.webp') 2x
		);
		background-image: -webkit-image-set(
			url('../img/banner/slide-2-m.png') 1x,
			url('../img/banner/slide-2-m.png') 2x
		);
		background-image: image-set(
			url('../img/banner/slide-2-m.png') 1x,
			url('../img/banner/slide-2-m.png') 2x
		);
	}
	.c-slide:nth-child(3) {
		background-image: url('../img/banner/slide-3-m.png');
		background-image: -webkit-image-set(
			url('../img/webp/banner/slide-3-m.webp') 1x,
			url('../img/webp/banner/slide-3-m.webp') 2x
		);
		background-image: -webkit-image-set(
			url('../img/banner/slide-3-m.png') 1x,
			url('../img/banner/slide-3-m.png') 2x
		);
		background-image: image-set(
			url('../img/banner/slide-3-m.png') 1x,
			url('../img/banner/slide-3-m.png') 2x
		);
	}
	.c-slide:nth-child(4) {
		background-image: url('../img/banner/slide-4-m.png');
		background-image: -webkit-image-set(
			url('../img/webp/banner/slide-4-m.webp') 1x,
			url('../img/webp/banner/slide-4-m.webp') 2x
		);
		background-image: -webkit-image-set(
			url('../img/banner/slide-4-m.png') 1x,
			url('../img/banner/slide-4-m.png') 2x
		);
		background-image: image-set(
			url('../img/banner/slide-4-m.png') 1x,
			url('../img/banner/slide-4-m.png') 2x
		);
	}
	.c-slider__text {
		background: #00000042;
		border-radius: 10px;
		padding: 20px;
		max-width: 80%;
	}
	.c-slide__title {
		font-size: 28px;
	}
	.c-slider__bonus {
		font-size: 24px;
	}
}
@media (min-width: 768px) {
	.c-slider__text {
		padding: 50px;
	}
	.c-slide {
		background-position: center;
	}
	.c-slide:nth-child(1) {
		background-image: url('../img/banner/slide-1-l.png');
		background-image: -webkit-image-set(
			url('../img/webp/banner/slide-1-l.webp') 1x,
			url('../img/webp/banner/slide-1-l.webp') 2x
		);
		background-image: -webkit-image-set(
			url('../img/banner/slide-1-l.png') 1x,
			url('../img/banner/slide-1-l.png') 2x
		);
		background-image: image-set(
			url('../img/banner/slide-1-l.png') 1x,
			url('../img/banner/slide-1-l.png') 2x
		);
	}
	.c-slide:nth-child(2) {
		background-image: url('../img/banner/slide-2-l.png');
		background-image: -webkit-image-set(
			url('../img/webp/banner/slide-2-l.webp') 1x,
			url('../img/webp/banner/slide-2-l.webp') 2x
		);
		background-image: -webkit-image-set(
			url('../img/banner/slide-2-l.png') 1x,
			url('../img/banner/slide-2-l.png') 2x
		);
		background-image: image-set(
			url('../img/banner/slide-2-l.png') 1x,
			url('../img/banner/slide-2-l.png') 2x
		);
	}
	.c-slide:nth-child(3) {
		background-image: url('../img/banner/slide-3-l.png');
		background-image: -webkit-image-set(
			url('../img/webp/banner/slide-3-l.webp') 1x,
			url('../img/webp/banner/slide-3-l.webp') 2x
		);
		background-image: -webkit-image-set(
			url('../img/banner/slide-3-l.png') 1x,
			url('../img/banner/slide-3-l.png') 2x
		);
		background-image: image-set(
			url('../img/banner/slide-3-l.png') 1x,
			url('../img/banner/slide-3-l.png') 2x
		);
	}
	.c-slide:nth-child(4) {
		background-image: url('../img/banner/slide-4-l.png');
		background-image: -webkit-image-set(
			url('../img/webp/banner/slide-4-l.webp') 1x,
			url('../img/webp/banner/slide-4-l.webp') 2x
		);
		background-image: -webkit-image-set(
			url('../img/banner/slide-4-l.png') 1x,
			url('../img/banner/slide-4-l.png') 2x
		);
		background-image: image-set(
			url('../img/banner/slide-4-l.png') 1x,
			url('../img/banner/slide-4-l.png') 2x
		);
	}
	.c-slide__title {
		font-size: 30px;
	}
	.c-slider__bonus {
		font-size: 28px;
	}
	.c-first-100-text {
		max-width: 85%;
		margin: 0 auto;
	}
}
@media (min-width: 992px) {
	.c-main {
		padding: 0;
	}
}
.c-footer {
	background: #003266;
	border-radius: 10px 10px 0 0;
	color: #529fef;
	padding: 10px;
}
.c-footer p {
	margin: 0 0 8px 0;
}
.c-footer__top {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 0 15px 0;
}
.c-footer__18 {
	border: 2px solid #09437f;
	border-radius: 50%;
	color: #1183d3;
	padding: 5px;
}
.c-footer__list {
	padding: 0;
}
.c-footer__list a {
	color: #1ba1ff;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	text-transform: uppercase;
	padding: 5px 10px;
}
.c-footer__list a:hover {
	color: #fff;
}
.c-footer__payments {
	background: #04386e;
	border-radius: 20px;
	padding: 10px;
}
.c-footer__list,
.c-footer__payments {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: center;
	gap: 10px;
	margin: 30px 0;
}
.c-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.c-footer__bottom-text {
	flex: 1 0 750px;
	max-width: 100%;
}
.c-footer__bottom-big-text {
	font-size: 18px;
	font-weight: 600;
}
.c-footer__copyright {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	flex: 1 0 210px;
	gap: 10px;
	text-align: center;
	justify-content: center;
}
@media (min-width: 992px) {
	.c-footer__copyright {
		order: -1;
	}
}

/*promo*/
.block__promo {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
}

.block__promo-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 280px;
    width: 100%;
    padding: 0 0 0 20px;
    background: #ffffff;
    border-radius: 5px;
    color: #282A45;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    /*margin-right:20px;*/
}

.block__promo-btn {
    font-weight: 400;
    background: #2C91FF;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    padding: 14px;
    color: #ffffff;
}

@media screen and (max-width: 1024px) {
    .block__promo-text, .block__promo-btn {
        font-size:14px;
    }

    .block__promo-btn {
        padding: 10px 17px;
    }
}
