* {
	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,
h2 {
	font-size: 42px;
	line-height: 120%;
	font-weight: 700;
}

.section-h2 span,
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: 10px 15px;
	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: 5px;
	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: 500px;
}

.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/logo_daddy.svg") no-repeat center center / contain;
}

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

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

.section3 .container .item .item-logo.logo-1win {
	background: url("../img/images_\(6\)-und70kB3I-transformed_PS1.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 {
	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;
}

.page-content {
	padding-top: 70px;
	min-height: 50vh;
}

ul {
	list-style: disc;
	padding-left: 20px;
	font-size: 18px;
	margin-top: 10px;
	line-height: 25px;
}

ul ul {
	list-style: circle;
	margin-top: 0;
}

ol {
	list-style: decimal;
	padding-left: 20px;
	font-size: 18px;
	margin-top: 10px;
	line-height: 25px;
}

ol ul {
	list-style: circle;
	margin-top: 0;
}

table {
	width: 100%;
	border-collapse: collapse;
	background: #e6f7ff;
	/* светло-голубой фон */
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2);
	font-family: 'Arial', sans-serif;
	margin-bottom: 20px;
	margin-top: 20px;
}

table thead tr,
table tbody tr:first-child {
	background: #b3e0ff;
	/* верхний заголовок — насыщенно-голубой */
	color: #004080;
	/* тёмно-синий текст */
	font-weight: bold;
}

table td,
table th {
	border: 1px solid #cceeff;
	padding: 12px 16px;
	text-align: center;
	font-size: 16px;
}

table tbody tr:nth-child(even) {
	background-color: #f0fbff;
	/* чередующийся фон — светло-голубой */
}

table tbody tr:hover {
	background-color: #d9f3ff;
	/* при наведении */
	transition: background 0.3s ease;
}

@media screen and (max-width: 768px) {
	table {
		font-size: 14px;
	}

	table td,
	table th {
		padding: 10px 8px;
	}
}

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

.reviews-section {
	padding: 60px 0;
	background-color: #f8f9fa;
}

.reviews-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	margin-top: 40px;
}

.review-card {
	background: #FFFFFF;
	border-radius: 15px;
	padding: 25px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
	overflow: hidden;
}

.review-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.review-card:before {
	content: "🗨️";
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 24px;
	opacity: 0.2;
}

.review-content {
	position: relative;
	z-index: 1;
}

.review-text {
	font-size: 18px;
	line-height: 1.6;
	color: #213D4A;
	margin-bottom: 15px;
	font-style: italic;
}

.review-author {
	font-size: 16px;
	color: #00A8E3;
	font-weight: 700;
	text-align: right;
}

@media screen and (max-width: 768px) {
	.reviews-section {
		padding: 40px 0;
	}

	.reviews-container {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.review-card {
		padding: 20px;
	}

	.review-text {
		font-size: 16px;
	}
}