* {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}

input[type="submit"],
input[type="button"] {
	appearance: none;
	-webkit-appearance: none;
}

a img {
	border: none;
}

b {
	font-weight: 900;
}

body {
	color: #213D4A;
	background-color: #FFFFFF;
}

.page {
	overflow-x: hidden;
}

.section {
	width: 100%;
	max-width: 1920px;
	min-width: 320px;
	margin: auto;
	position: relative;
	background-color: #FFFFFF;
}

.wrapper {
	padding: 15px;
	max-width: 1150px;
	position: relative;
	display: flex;
	margin: auto;
	flex-direction: column;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.wrapper.wrapper-wide {
	max-width: 1220px;
}

.button {
	display: flex;
	width: 195px;
	height: 46px;
	padding: 5px 15px;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
	font-size: 15px;
	font-weight: 700;
	border: none;
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	border-radius: 8px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow, transform;
	transition-property: box-shadow, transform;
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.button:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.button.button-blue {
	background-color: #00A8E3;
}

.button.button-orange {
	background-color: #F0AF08;
}

.button.button-red {
	background-color: #D20304;
}

.section-h2 {
	font-size: 42px;
	line-height: 120%;
	font-weight: 700;
}

.section-h2 span {
	color: #FE096E;
}

.container p,
p.container-p {
	font-size: 18px;
	margin-top: 10px;
	line-height: 25px;
}

.container p span,
p.container-p span {
	color: #FE096E;
	font-weight: 900;
}

.top-menu {
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	width: 100%;
	position: fixed;
	background: none;
	transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

.top-menu.fixed-menu {
	background: rgba(1, 82, 129, 0.9);
}

.top-menu .wrapper {
	padding: 0 15px;
	flex-direction: row;
	align-items: center;
	transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

.top-menu .top-menu-logo a {
	display: block;
}

.top-menu .top-menu-logo img {
	max-width: 211px;
}

.top-menu .top-menu-items {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-left: 35px;
}

.top-menu .top-menu-items li {
	list-style: none;
}

.top-menu .top-menu-items li a {
	text-decoration: none;
	display: block;
	padding: 20px 24px;
	font-size: 14px;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 120%;
	color: #FFFFFF;
}

.top-menu .top-menu-items li a:before {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 14px;
	height: 2px;
	border-radius: 2px;
	background: #FFFFFF;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.top-menu .top-menu-items li.active a:before,
.top-menu .top-menu-items li a:hover:before {
	left: 24px;
	right: 24px;
}

.top-menu .top-menu-items li>ul {
	position: absolute;
	z-index: 11;
	display: none;
	background: rgba(1, 82, 129, 0.9);
}

.top-menu .top-menu-items li:hover>ul {
	display: block;
}

.top-menu .menu-burger-mobile {
	width: 42px;
	height: 42px;
	position: absolute;
	right: 15px;
	top: 10px;
	cursor: pointer;
	display: none;
}

.top-menu .menu-burger-mobile .burger-line {
	width: 22px;
	height: 2px;
	margin: 4px auto 0;
	border-radius: 2px;
	position: relative;
	background-color: #FFFFFF;
	transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}

.top-menu .menu-burger-mobile .burger-line1 {
	margin-top: 14px;
}

.section1 {
	color: #FFFFFF;
	background: url("../img/section1_bg.webp") no-repeat bottom center / cover;
}

.section1 .wrapper {
	min-height: 620px;
	align-items: center;
	flex-direction: row;
	padding-right: 490px;
}

.section1 .wrapper:after {
	content: "";
	right: 0;
	position: absolute;
	width: 493px;
	height: 429px;
	background: url("../img/section1_img.webp") no-repeat top center / contain;
}

.section1 h1 {
	font-weight: 900;
	font-size: 57px;
	line-height: 120%;
}

.section1 p {
	margin-top: 8px;
}

.section1 p span {
	color: #FCE503;
}

.section1 .row-buttons {
	margin-top: 25px;
	display: flex;
	flex-direction: row;
}

.section1 .row-buttons .button {
	margin-right: 24px;
}

.section2 .wrapper {
	padding-bottom: 0;
}

.drop-select {
	background-color: #FCEFCE;
	border-radius: 14px;
	overflow: hidden;
}

.drop-select.active {
	border: 2px solid #F0AF08;
}

.drop-select .drop-select-default {
	font-size: 18px;
	line-height: 25px;
	padding: 18px 46px 18px 18px;
	font-weight: 700;
	cursor: pointer;
	position: relative;
	text-transform: uppercase;
	transition: all 400ms;
	-o-transition: all 400ms;
	-moz-transition: all 400ms;
	-webkit-transition: all 400ms;
}

.drop-select .drop-select-default:after {
	content: "";
	position: absolute;
	width: 18px;
	height: 11px;
	right: 18px;
	top: 50%;
	margin-top: -5px;
	background: url("../img/drop_icon.svg") no-repeat top center;
	transition: all 400ms;
	-o-transition: all 400ms;
	-moz-transition: all 400ms;
	-webkit-transition: all 400ms;
}

.drop-select.active .drop-select-default {
	background-color: #F7D783;
	border-bottom: 2px solid #F0AF08;
}

.drop-select.active .drop-select-default:after {
	transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}

.drop-select .drop-select-container {
	display: none;
	color: #213D4A;
	padding: 18px;
	line-height: 22px;
	font-size: 16px;
	border-radius: 0 0 14px 14px;
}

.drop-select .drop-select-container ul,
.drop-select .drop-select-container ol {
	padding-left: 15px;
}

.drop-select .drop-select-container ul li,
.drop-select .drop-select-container ol li {
	margin-bottom: 7px;
	margin-top: 7px;
	font-size: 18px;
}

.drop-select .drop-select-container ul li a,
.drop-select .drop-select-container ol li a {
	color: #213D4A;
	text-decoration: none;
}

.drop-select .drop-select-container ul li a:hover,
.drop-select .drop-select-container ol li a:hover {
	text-decoration: underline;
}

.section2 .container {
	padding-left: 542px;
	position: relative;
	padding-top: 50px;
	padding-bottom: 20px;
	min-height: 370px
}

.section2 .container:before {
	content: "";
	position: absolute;
	width: 552px;
	height: 358px;
	left: -60px;
	background: url("../img/section2_img.webp") no-repeat top center / contain;
}

.section2 .container .column-buttons {
	margin-top: 24px;
}

.section3 {
	z-index: 0;
	background: url("../img/section3_bg.webp") no-repeat top center / cover;
}

.section3:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 20px;
	bottom: 0;
	z-index: -1;
	background: #FFFFFF;
	box-shadow: 0 -10px 10px 10px #FFFFFF;
}

.section3 .wrapper {
	min-height: 890px;
}

.section3 .section-h2 {
	margin-top: 20px;
}

.section3 .container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 35px;
	justify-content: space-between;
}

.section3 .container .item {
	width: 236px;
	background: rgba(240, 175, 8, 0.2);
	border-radius: 14px;
	margin: 10px;
	border: 2px solid #FEBA0D;
}

.section3 .container .item .item-header {
	padding: 15px 15px 0;
	position: relative;
	border-radius: 14px 14px 0 0;
}

.section3 .container .item .item-sticker {
	width: 75px;
	height: 75px;
	z-index: 3;
	position: absolute;
	border-radius: 50%;
	right: -27px;
	top: -35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	background-color: #D61917;
	transform: rotate(-10deg);
}

.section3 .container .item .item-logo {
	margin: auto;
	height: 60px;
}

.section3 .container .item .item-logo.logo-daddy {
	background: url("../img/r7.png") no-repeat center center / contain;
}

.section3 .container .item .item-logo.logo-gama {
	background: url("../img/kent.png") no-repeat center center / contain;
}

.section3 .container .item .item-logo.logo-cat-casino {
	background: url("../img/vavada.svg") no-repeat center center / contain;
}

.section3 .container .item .item-logo.logo-1win {
	background: url("../img/logo_1win.svg") no-repeat center center / contain;
}

.section3 .container .item .item-logo.logo-kometa {
	background: url("../img/kometa.png") no-repeat center center / contain;
}

.section3 .container .item .item-logo.logo-r7 {
	background: url("../img/r7.png") no-repeat center center / contain;
}

.section3 .container .item .item-logo.logo-kent {
	background: url("../img/kent.png") no-repeat center center / contain;
}

.section3 .container .item .item-logo.logo-vavada {
	background: url("../img/vavada.svg") no-repeat center center / contain;
}

.section3 .container .item .item-logo.logo-lucky {
	background: url("../img/luckypari.png") no-repeat center center / contain;
}

.section3 .container .item .item-title {
	color: #213D4A;
	font-size: 18px;
	text-align: center;
	margin-top: 15px;
}

.section3 .container .item .item-content {
	padding: 15px;
}

.section3 .container .item .item-description {
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	font-weight: 700;
}

.section3 .container .item .item-buttons {
	display: flex;
	margin-top: 5px;
	flex-direction: column;
	align-items: center;
}

.section3 .container .item .item-buttons .button {
	margin-top: 10px;
}

.section4 {
	margin-top: -180px;
	background: none;
}

.section4 .container {
	margin-top: 25px;
}

.section4 .container .item {
	background: rgba(240, 175, 8, 0.2);
	padding: 24px;
	margin-bottom: 8px;
	border-radius: 14px;
	text-align: center;
}

.section5 {
	background: url("../img/section5_bg.webp") no-repeat bottom right / contain;
}

.section-image-and-text .wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
}

.section-image-and-text .container {
	display: flex;
	flex-direction: row;
}

.section-image-and-text .container .item.item-img img {
	max-width: 540px;
	border-radius: 14px;
}

.section-image-and-text .container.image-first .item.item-info {
	margin-left: 34px;
}

.section-image-and-text .container.image-second .item.item-info {
	margin-right: 34px;
}

.section-image-and-text .container.image-middle {
	align-items: center;
}

.section-image-and-text .container .item.item-info .section-h2 {
	padding-bottom: 5px;
}

.section-image-and-text .container .item.item-info .column-buttons {
	margin-top: 24px;
}

.section7 {
	background: url("../img/bg.webp") no-repeat top center / cover;
}

.lines-effect:before,
.lines-effect:after {
	content: "";
	width: 100%;
	position: absolute;
}

.lines-effect:before {
	top: 0;
	height: 78px;
	background: url("../img/bg_line_top.webp") no-repeat top left / cover;
}

.lines-effect:after {
	bottom: -5px;
	height: 71px;
	background: url("../img/bg_line_bottom.webp") no-repeat bottom right / cover;
}

.section7 .wrapper {
	padding-top: 100px;
	padding-bottom: 120px;
}

.section7 p {
	max-width: 670px;
}

.section7 .container {
	margin-top: 20px;
}

.section7 .symbols-items-first,
.section7 .symbols-items-first-group {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.section7 .symbols-items-first {
	flex-wrap: wrap;
}

.section7 .symbols-items-first .item {
	width: 124px;
	margin: 15px;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 8px;
}

.section7 .symbols-items-first .item-img {
	padding: 8px 8px 0 8px;
	text-align: center;
}

.section7 .symbols-items-first .item .item-img img {
	max-width: 100%;
}

.section7 .symbols-items-first .item .item-info {
	padding: 0 8px 8px 8px;
}

.section7 .symbols-items-first .item .item-info .item-info-line {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 8px;
	font-size: 16px;
	line-height: 16px;
	align-items: center;
}

.section7 .symbols-items-first .item .item-info .item-info-line .right {
	font-weight: 700;
}

.section8,
.section10,
.section12 {
	background-image: url("../img/section8_left_bg.webp"), url("../img/section8_right_bg.webp");
	background-repeat: no-repeat, no-repeat;
	background-position: bottom left, top right;
}

.section8 .wrapper {
	padding-top: 20px;
}

.section8 .container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 24px;
}

.section8 .container .item {
	flex: 1;
	margin-left: 24px;
	padding: 24px;
	border-radius: 14px;
}

.section8 .container .item:first-child {
	margin-left: 0;
}

.section8 .container .item .item-title {
	display: block;
	position: relative;
	font-size: 24px;
	font-weight: 700;
	line-height: 25px;
	padding-left: 32px;
}

.section8 .container .item .item-title:before {
	width: 25px;
	height: 25px;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -14px;
}

.section8 .container .item .item-title.item-title-plus {
	color: #01C35A;
}

.section8 .container .item .item-title.item-title-plus:before {
	background: url("../img/green_plus_icon.svg") no-repeat top center;
}

.section8 .container .item .item-title.item-title-minus {
	color: #D61917;
}

.section8 .container .item .item-title.item-title-minus:before {
	background: url("../img/red_minus_icon.svg") no-repeat top center;
}

.section8 .container .item ul {
	margin-top: 24px;
	padding-left: 24px;
}

.section8 .container .item ul li {
	font-size: 18px;
	line-height: 25px;
}

.section9 {
	background: url("../img/bg.webp") no-repeat top center / cover;
}

.section9 .wrapper {
	padding-top: 100px;
	padding-bottom: 150px;
}

.section9 .wrapper {
	padding-top: 100px;
	padding-bottom: 120px;
}

.section9 .drop-select {
	margin-top: 10px;
	background: rgba(255, 255, 255, 0.85);
}

.section11,
.section13 {
	background: url("../img/section11_bg.webp") no-repeat bottom center / cover;
}

.section11 .wrapper,
.section13 .wrapper {
	min-height: 780px;
	flex-direction: row;
	align-content: center;
}

.section12 .wrapper {
	min-height: 480px;
	flex-direction: row;
	align-content: center;
}

.section14 .wrapper {
	padding-top: 25px;
	padding-bottom: 25px;
	font-weight: 700;
}

.footer {
	color: #213D4A;
	background-color: #E1F3FC;
	background: url("../img/footer_bg.webp") no-repeat bottom center / cover;
}

.footer .wrapper {
	padding-bottom: 48px;
}

.footer a {
	color: #213D4A;
	text-decoration: none;
}

.footer .container {
	display: flex;
	flex-direction: row;
}

.footer .container.container-links {
	padding-top: 40px;
	justify-content: space-between;
}

.footer .container .links-group {
	width: 160px;
	padding: 0 15px 0;
}

.footer .container .links-group .links-group-title {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 23px;
	font-weight: 500;
}

.footer .container .links-group .links-group-list li {
	list-style: none;
	margin-top: 8px;
	font-size: 14px;
	line-height: 23px;
	position: relative;
}

.footer .container .links-group .links-group-list li a:hover {
	text-decoration: underline;
}

.footer .container .links-group .links-group-list li a.link-lang {
	padding-left: 33px;
}

.footer .container .links-group .links-group-list li a.link-lang:before {
	width: 25px;
	height: 19px;
	content: "";
	left: 0;
	top: 50%;
	margin-top: -10px;
	position: absolute;
}

.footer .container .links-group .links-group-list li a.link-lang.pt:before {
	background: url("../img/flags/flag_br.png") no-repeat top center / contain;
}

.footer .container .links-group .links-group-list li a.link-lang.fr:before {
	background: url("../img/flags/flag_fr.png") no-repeat top center / contain;
}

.footer .container .links-group .links-group-list li a.link-lang.it:before {
	background: url("../img/flags/flag_it.png") no-repeat top center / contain;
}

.footer .container .links-group .links-group-list li a.link-lang.es:before {
	background: url("../img/flags/flag_es.png") no-repeat top center / contain;
}

.footer .container .links-group .links-group-list li a.link-lang.de:before {
	background: url("../img/flags/flag_de.png") no-repeat top center / contain;
}

.footer .container .links-group .links-group-list li a.link-lang.tr:before {
	background: url("../img/flags/flag_tr.png") no-repeat top center / contain;
}

.footer .container .links-group .links-group-list li a.link-lang.pl:before {
	background: url("../img/flags/flag_pl.png") no-repeat top center / contain;
}

.footer .container .links-group .links-group-list li a.link-lang.el:before {
	background: url("../img/flags/flag_el.png") no-repeat top center / contain;
}

.footer .container .links-group .links-group-list li a.link-lang.cs:before {
	background: url("../img/flags/flag_cs.png") no-repeat top center / contain;
}

.footer .container .links-group .links-group-list li a.link-lang.hu:before {
	background: url("../img/flags/flag_hu.png") no-repeat top center / contain;
}

.footer .logos-list {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
	padding-top: 35px;
	padding-bottom: 35px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .logos-list li {
	list-style: none;
	margin: 0 20px 0;
}

.footer .logos-list li .logo-item {
	display: block;
}

.footer .logos-list li .logo-item.logo-item1 {
	width: 48px;
	height: 48px;
	background: url("../img/logo1.svg") no-repeat top center / contain;
}

.footer .logos-list li .logo-item.logo-item2 {
	width: 255px;
	height: 33px;
	background: url("../img/logo2.svg") no-repeat top center / contain;
}

.footer .logos-list li .logo-item.logo-item3 {
	width: 121px;
	height: 35px;
	background: url("../img/logo3.svg") no-repeat top center / contain;
}

.footer .logos-list li .logo-item.logo-item4 {
	width: 104px;
	height: 36px;
	background: url("../img/logo4.svg") no-repeat top center / contain;
}

.copyright {
	color: #FFFFFF;
	background-color: #0093E6;
}

.copyright .wrapper {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 23px;
}

.copyright .wrapper b {
	font-weight: 700;
}

.arrow-top {
	display: none;
	width: 53px;
	height: 53px;
	position: relative;
	position: fixed;
	bottom: -53px;
	right: 20px;
	cursor: pointer;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.55);
	transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

.arrow-top.active {
	bottom: 20px;
}

.arrow-top:before {
	content: "";
	width: 24px;
	height: 15px;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -12px;
	position: absolute;
	background: url("../img/arrow_top_icon.svg") no-repeat top center;
}

.android-block {
	display: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

.android-block.active {
	display: block;
}

.android-block-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 110%;
	text-align: center;
}

.android-block-link {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 280px;
	height: 52px;
	margin: auto;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 500;
	padding: 5px 10px 5px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #22B643;
	border-radius: 8px;
	margin-top: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.android-block-link span {
	position: relative;
	padding-left: 42px;
}

.android-block-link span:before {
	content: "";
	position: absolute;
	width: 32px;
	height: 32px;
	left: 0;
	top: 50%;
	margin-top: -16px;
	background: url("../img/android_icon.svg") no-repeat top center / contain;
}

table {
	width: 100%;
	border-collapse: collapse;
  }
  
  table, th, td {
	border: 1px solid rgba(189, 189, 189, 0.7); /* Тёмный белый цвет */
  }
  
  th, td {
	padding: 8px;
	text-align: left;
	background-color: rgba(221, 221, 221, 0); /* Прозрачный фон */
  }
  
  th {
	font-weight: bold;
  }
  
  tr:hover {
	background-color: rgba(255, 255, 255, 0.1); /* Лёгкий эффект при наведении */
  }
  .container ul li {
	font-size: 18px;
    margin-top: 10px;
    line-height: 25px;
	margin-left:25px;
  }
  .column-buttons {
	display:flex;
	justify-content:center;
  }
  .container ol li {
	font-size: 18px;
    margin-top: 10px;
    line-height: 25px;
	margin-left:25px;
  }

  .reviews-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
  }
  .reviews-container h2 {
	text-align:center;
  }
  
  .review {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }

  .reviewer-name {
    font-weight: bold;
    font-size: 1.2em;
    color: #333;
    min-width: 150px;
  }
  
  .review-text {
    font-size: 1em;
    color: #000;
    max-width: 600px;
  }
  .section3 .container .item .item-logo.logo-888starz {
	background: url("../img/888.svg") no-repeat center center / contain;
}
.section3 .container .item .item-logo.logo-pokerdom {
	background: url("../img/pokerdom.png") no-repeat center center / contain;
}
.section3 .container .item .item-logo.logo-lex {
	background: url("../img/lex.svg") no-repeat center center / contain;
}
.section3 .container .item .item-logo.logo-unlim {
	background: url("../img/unlim.svg") no-repeat center center / contain;
}
.section3 .container .item .item-logo.logo-casinox {
	background: url("../img/casinox.svg") no-repeat center center / contain;
}
.section3 .container .item .item-logo.logo-ramenbet {
	background: url("../img/ramenbet.svg") no-repeat center center / contain;
}