* {
	margin: 0;
	padding: 0;
	font-family: "Rubik", sans-serif;
}

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

a img {
	border: none;
}

b {
	font-weight: 900;
}

body {
	color: #ffffff;
	background-color: #040D26;
}

.page {
	overflow-x: hidden;
}

.section {
	width: 100%;
	max-width: 2560px;
	min-width: 320px;
	margin: auto;
	position: relative;
}

.section.grass-effect {
	color: #FFFFFF;
}

.section.grass-effect:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
}

.section.grass-effect:before {
	top: -100px;
	height: 244px;
	width: 100%;
	display: block;
	background-image: url("../img/coins.webp");
	background-position: top center;
	background-size: cover;
	position: absolute;
	z-index: 3;
}

.section.line:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -120px;
	height: 238px;
	width: 100%;
	display: block;
	background-image: url("../img/coins.webp");
	background-position: top center;
	background-size: cover;
	position: absolute;
	z-index: 3;
}

.wrapper {
	padding: 15px;
	max-width: 1200px;
	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;
	height: 55px;
	width: 195px;
	padding: 5px;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
	font-size: 18px;
	font-weight: 600;
	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);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
	-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;
}

.button span {
	position: relative;
	z-index: 1;
}

.section.white {
	background-color: #ffffff;
	color: #040D26;
}

.button.button-yellow {
	position: relative;
	color: #632924;
	transition: all 0.3s ease-in-out;
	border: 1px solid #FCE201;
	background: linear-gradient(to bottom, #FFF751, #FFE04F);
	box-shadow: 0px 5px 0px #FA9012;
}

.button.button-yellow::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom, #FFF300, #F6CA00);
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}

.button.button-yellow:hover::before {
	opacity: 0;
}

.button.button-yellow:hover {
	box-shadow: 0px 5px 0px #FAB912;
}

.button.button-orange {
	position: relative;
	transition: all 0.3s ease-in-out;
	border: 1px solid #F37A0C;
	background: #BC7E09;
}

.button.button-orange::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, #FDB224, #BC7E09);
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}

.button.button-orange:hover::before {
	opacity: 0;
}

.button.button-red {
	position: relative;
	transition: all 0.3s ease-in-out;
	border: 0;
	background: #76090A;
}

.button.button-red::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, #B71415, #76090A);
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}

.button.button-red:hover::before {
	opacity: 0;
}

.button.button-top {
	position: relative;
	transition: all 0.3s ease-in-out;
	border: 1px solid #89C609;
	background: linear-gradient(to bottom, #95C707, #2CA10E);
	box-shadow: 0px 4px 0px #239A05;
	border-radius: 30px;
	margin-left: auto;
}

.button.button-top::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #89C609;

	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}

.button.button-top:hover::before {
	opacity: 0;
}

.button.button-top:hover {
	box-shadow: 0px 4px 0px #228D07;
	border: 1px solid #5EB30B;
}

.section-h2, h2 {
	font-size: 36px;
	line-height: 120%;
	font-weight: 700;
}
h3 {
	font-size: 24px;
	line-height: 120%;
	font-weight: 700;
	margin-top: 20px;
}

ul li {
	font-size: 18px;
	line-height: 120%;
	font-weight: 400;
	margin-top: 10px;
	margin-left: 20px;
}
ol li {
	font-size: 18px;
	line-height: 120%;
	font-weight: 400;
	margin-top: 10px;
	margin-left: 20px;
}
@media (max-width:900px){
	ul li {
		font-size: 16px;
	}
	ol li {
		font-size: 16px;
	}
}


.section-h2 span, h2 span {
	color: #FDB224;
}

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

.container p span,
p.container-p span {
	color: #FDB224;
	font-weight: bold;
}

.section1 p span {
	color: #FDB224;
}

.top-menu {
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	background-color: transparent;
	transition: background-color 0.3s ease-in-out;
}

.top-menu.fixed-menu {
	top: 0;
	z-index: 99;
	position: fixed;
	background-color: #040D26;
}

.top-menu .wrapper {
	padding: 7px 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;
	gap: 8px;
}

.top-menu.fixed-menu .wrapper {
	padding-top: 0;
	padding-bottom: 0;
}

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

.top-menu .top-menu-logo {
	margin-right: 137px;
}

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

.wrapper-mob {
	display: flex;
	align-items: center;
}

.top-menu .top-menu-items {
	display: flex;
	flex-direction: row;
	align-items: center;
}

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

.top-menu .top-menu-items li a {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 14px;
	padding: 15px 24px;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 120%;
	color: #E9E4E1;
	transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

.top-menu .top-menu-items li>ul {
	position: absolute;
	z-index: 11;
	display: none;
	background: #2D0403;
	max-width: 200px;
}

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

.top-menu .top-menu-items li>ul li {
	height: auto;
}

.top-menu .top-menu-items li>ul li a {
	padding: 20px 15px;
	justify-content: flex-start;
}

.top-menu .menu-img {
	display: block;
}

.top-menu .menu-img img {
	max-width: 100%;
	height: 51px;
	opacity: 0.72;
	transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

.top-menu .menu-img img.logo3_header {
	height: 44px;
	margin-left: 28px;
}

.top-menu .menu-img:hover img {
	transform: scale(1.05);
	opacity: 1;
}

.top-menu .active-img img {
	opacity: 1;
}

.top-menu .top-menu-items li.active a,
.top-menu .top-menu-items li a:hover {
	transform: scale(1.1);
}

.top-menu .menu-burger-mobile {
	width: 42px;
	height: 42px;
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
	display: none;
	border-radius: 6px;
	border: 1px solid #FFFFFF;
}

.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 top center / cover;
	position: relative;
	padding: 80px 0 160px;
}

.section1:before {
	content: "";
	position: absolute;
	height: 480px;
	top: 0;
	right: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(26, 37, 65, 0) 0%, #1A2541 100%);

}

.section1:after {
	content: "";
	background-image: url("../img/line.webp");
	background-repeat: repeat-x;
	background-position: top center;
	position: absolute;
	bottom: -180px;
	left: 0;
	right: 0;
	width: 100%;
	height: 370px;
	z-index: 5;
}

.section1-inners {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}

.section1-inners .section1-media {
	max-width: 370px;
	position: relative;
	z-index: 1;
}

.section1-info {
	position: relative;
	z-index: 3;
}
.section1-info h1 span {
	color: #FDB224;
}

.section1-inners .section1-media:after {
	content: "";
	background-image: url("../img/bg_image1.webp");
	background-repeat: no-repeat;
	background-size: cover;
	width: 706px;
	height: 704px;
	position: absolute;
	right: -40px;
	top: -90px;
	z-index: -1;
}

.section1-inners .section1-media img {
	max-width: 100%;
}

.section1.section1-game2 {
	background: url("../img/section1_bg_game2.webp") no-repeat top center / cover;
}

.section1-game2 .section1-inners .section1-media {
	max-width: 262px;
	position: relative;
	z-index: 1;
	padding-right: 120px;
}


.section1.section1-game3 {
	background: url("../img/section1_bg_game3.webp") no-repeat top center / cover;
}

.section1-game3 .section1-inners .section1-media {
	max-width: 584px;
	position: relative;
	z-index: 1;
}

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

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

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

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

.section2 {
	padding-top: 150px;
}

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

.drop-select {
	background: linear-gradient(to bottom, #B71415, #76090A);
	border-radius: 15px;
	margin-top: 45px;
	color: #ffffff;
	overflow: hidden;
}

.drop-select .drop-select-default {
	font-size: 18px;
	line-height: 25px;
	padding: 18px 84px 18px 56px;
	font-weight: 700;
	cursor: pointer;
	position: relative;
	text-transform: uppercase;
}

.drop-select .drop-select-default:after {
	content: "";
	position: absolute;
	width: 18px;
	height: 11px;
	right: 56px;
	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: linear-gradient(to bottom, #48477D, #383768);
}

.drop-select .drop-select-default.active: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;
	padding: 18px 56px 18px 56px;
	line-height: 22px;
	font-size: 16px;
	background: #212C4E;
}

.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: 30px;
	margin-top: 30px;
	font-size: 18px;
}

.drop-select .drop-select-container ul li:first-child,
.drop-select .drop-select-container ol li:first-child,
.drop-select .drop-select-container ul li:last-child,
.drop-select .drop-select-container ol li:last-child {
	margin-top: 0;
	margin-bottom: 0;
}

.drop-select .drop-select-container ul li a,
.drop-select .drop-select-container ol li a {
	color: #ffffff;
	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: 460px;
	position: relative;
	padding-top: 110px;
	padding-bottom: 110px;
	min-height: 450px
}

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

.section2_game2 .container:before {
	background: url("../img/section2_img_game2.webp") no-repeat top center / contain;
}

.section2_game3 .container:before {
	background: url("../img/section2_img_game3.webp") no-repeat top center / contain;
}


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

.section3 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.section3 .wrapper {
	padding-bottom: 63px;
}

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

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

.section3 .container .item {
	width: 250px;
	background-color: #212C4E;
	border-radius: 42px;
	margin: 10px;
	padding-bottom: 36px;
}

.section3 .container .item .item-header {
	padding: 15px;
	position: relative;
	z-index: 1;
	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: -27px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	background: linear-gradient(180deg, #2BBA1F 0%, #167D0E 100%);
	transform: rotate(-10deg);
}

.section3 .container .item .item-logo {
	margin: auto;
	width: 140px;
	height: 40px;
}

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

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

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

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

.section3 .container .item .item-title {
	color: #8791AB;
	font-size: 12px;
	text-align: center;
	margin-top: 4px;
}

.section3 .container .item .item-rating {
	display: flex;
	color: #FFFFFF;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}

.section3 .container .item .item-rating .rating-value {
	font-size: 20px;
	font-weight: 700;
}

.section3 .container .item .item-rating .stars {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-left: 5px;
}

.section3 .container .item .item-rating .stars .star-item {
	width: 20px;
	height: 20px;
}

.section3 .container .item .item-rating .stars .star-item.star-fill {
	background: url("../img/star_fill.svg") no-repeat center center;
}

.section3 .container .item .item-rating .stars .star-item.star-half-fill {
	background: url("../img/star_half_fill.svg") no-repeat center center;
}

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

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

.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 .section-h2 {
	margin-top: 30px;
}

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

.section4 .container .item {
	background-color: #212C4E;
	padding: 24px;
	margin-bottom: 8px;
	border-radius: 15px;
	text-align: center;
}

.section5 .container {
	padding: 130px 0;
}

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

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

.wrapper.more-padding-bottom {
	padding-bottom: 150px;
}

.container-casino {
	position: relative;
}

.container-casino:before {
	content: "";
	background-image: url("../img/figure1.webp");
	background-repeat: no-repeat;
	background-size: cover;
	width: 268px;
	height: 260px;
	position: absolute;
	bottom: -69px;
	left: -220px;
}

.container-casino:after {
	content: "";
	background-image: url("../img/figure2.webp");
	background-repeat: no-repeat;
	background-size: cover;
	width: 419px;
	height: 307px;
	position: absolute;
	top: -209px;
	right: -220px;
}

.section-image-and-text.grass-effect .wrapper {
	padding-top: 60px;
	padding-bottom: 100px;
}

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

.section-image-and-text .container .item.item-img img {
	max-width: 666px;
}

.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;
}

.section5 .container.image-first .item.item-info {
	margin-left: 87px;
	width:100%;
}

.section6 .wrapper {
	padding-top: 100px;
}

.section6 .container .item.item-img img {
	max-width: 666px;
}

.section6 .container {
	padding: 110px 0 0;
	gap: 30px;
}

.section7 {
	position: relative;
}

.section7 .section-h2 {
	margin-top: 50px;
	padding-bottom: 10px
}

.section7 .wrapper {
	padding-bottom: 70px;
}

.section7 .symbols-items {
	display: flex;
	flex-wrap: wrap;
	margin: 36px auto 0;
	gap: 21px 31px;
	max-width: 1000px;
	align-items: stretch;
	justify-content: center;
	position: relative;
}

.section7 .symbols-items:after {
	content: "";
	background-image: url("../img/symbol_figure1.webp");
	background-size: cover;
	width: 293px;
	height: 322px;
	position: absolute;
	right: -230px;
	top: -140px;
}

.section7 .symbols-items:before {
	content: "";
	background-image: url("../img/symbol_figure2.webp");
	background-size: cover;
	width: 389px;
	height: 365px;
	position: absolute;
	left: -260px;
	bottom: -80px;
}

.section7 .symbols-items .item {
	width: 150px;
	background-color: #212C4E;
	border-radius: 15px;
	padding: 13px 18px;
	box-sizing: border-box;
}

.section7 .symbols-items .item-img {
	text-align: center;
}

.section7 .symbols-items .item .item-img img {
	max-width: 114px;
}

.section7 .symbols-items .item .item-info {}

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

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

.section8 {
	position: relative;
	padding-bottom: 100px;
}

.section8 .section-h2 {
	margin-top: 30px;
}

.section8 .container {
	display: flex;
	flex-direction: row;
	margin-top: 24px;
	align-items: flex-start;
	gap: 24px;
	position: relative;
}

.section8 .container:after {
	content: "";
	background-image: url("../img/pros_figure.webp");
	background-size: cover;
	width: 483px;
	height: 424px;
	position: absolute;
	right: -120px;
	top: -80px;
}

.section8 .container .item {
	flex: 1;
	padding: 24px;
	position: relative;
}

.section8 .container .item .item-header {
	display: flex;
	align-items: center;
	gap: 8px;
}

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

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

.section8 .container .item.red .item-title {
	color: #E52D2B;
}

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

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

.section8 .container .item ul li span {
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	margin-right: 15px;
}

.section9 {
	position: relative;
}

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

.section9 .section-h2 {
	margin-top: 20px;
	padding-bottom: 66px;
}

.section9 .drop-select {
	margin-top: 10px;
	background: #212C4E;
	border-radius: 14px;
	position: relative;
	z-index: 2;
}

.section9 .drop-select .drop-select-default:after {
	background: url("../img/drop_icon_white.svg") no-repeat top center;
}

.section11 {
	position: relative;
}

.section11.section-image-and-text .wrapper {
	padding-top: 160px;
	padding-bottom: 150px;
}

.section12 {
	padding-bottom: 70px;
}

.section12.section-image-and-text .wrapper {
	padding-top: 160px;
	padding-bottom: 130px;
}

.section14 {
	padding-bottom: 0;
}

.section14.section-image-and-text .wrapper {
	padding-top: 160px;
	padding-bottom: 60px;
}

.footer {
	color: #FFFFFF;
	background-color: #01081A;
}

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

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

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

.footer .container.container-links {
	padding-top: 70px;
	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;
}

.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 #516883;
	border-bottom: 1px solid #516883;
}

.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: #F1F3F6;
	background-color: #010510;
}

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

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

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

.android-block.active {
	display: block;
	position: relative;
	z-index: 1;
}

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

.android-block-link {
	width: 172px;
	height: 52px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: all 0.3s ease-in-out;
	border: 1px solid #89C609;
	background: linear-gradient(to bottom, #95C707, #2CA10E);
	box-shadow: 0px 4px 0px #239A05;
	border-radius: 30px;
	margin: 15px auto 0;
	font-size: 15px;
	text-decoration: none;
	font-weight: 900;
	text-transform: uppercase;
	color: #ffffff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.android-block-link::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #89C609;

	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}

.android-block-link:hover::after {
	opacity: 0;
}

.android-block-link:after {
	box-shadow: 0px 4px 0px #228D07;
	border: 1px solid #5EB30B;
}

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

.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;
}

.section6 .container.image-first .item.item-info {
	padding-bottom: 100px;
	position: relative;
	z-index: 2;
}

.text-content {
	padding-top:100px;
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1200px;
	margin: 0 auto;
	color: #FFFFFF;
}

.text-content h1 {
	font-size: 42px;
	line-height: 120%;
	font-weight: 700;
	margin-bottom: 30px;
}

.text-content h2 {
	font-size: 32px;
	line-height: 120%;
	font-weight: 700;
	margin: 40px 0 20px;
}

.text-content p {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 20px;
}

.text-content ul, 
.text-content ol {
	margin: 20px 0;
	padding-left: 20px;
}

.text-content li {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 10px;
}

.text-content a {
	color: #FDB224;
	text-decoration: none;
}

.text-content a:hover {
	text-decoration: underline;
}

.text-content strong {
	color: #FDB224;
	font-weight: 700;
}

.column-buttons {
	display:flex;
	justify-content:center;
}

table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    color: #333333;
    font-size: 14px;
    table-layout: auto; 
}

th, td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

th {
    background-color: #f8f8f8;
    font-weight: bold;
}

tr:hover {
    background-color: #f2f2f2;
}

/* Мобильная прокрутка */
@media (max-width: 768px) {
    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}
