* {
	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: #1A1939;
}

.page {
	overflow-x: hidden;
}

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

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

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

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

.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;
	height: 52px;
	width: 195px;
	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: 17px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 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;
}

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

.button:hover {}

.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-image: linear-gradient(to bottom, #FFA51E, #FF6B18);
	box-shadow: 0px 5px 0px #CB4D00;
}

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

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

.button.button-orange:hover {
	box-shadow: 0px 5px 0px #E25600;
}

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

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

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

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

.section1 p span {
	color: #FFD600;
}

.top-menu {
	max-width: 100%;
	background-color: #1B0D0F;
}

.top-menu.fixed-menu {
	top: 0;
	z-index: 99;
	position: fixed;
}

.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;
	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 img {
	max-width: 144px;
}

.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;
	height: 72px;
}

.top-menu .top-menu-items li a {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 14px;
	padding: 0 20px;
	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 {
	height: 72px;
	display: block;
}

.top-menu .menu-img img {
	max-width: 100%;
	height: 72px;
	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: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 bottom center / cover;
	position: relative;
}

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

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

.section1.section1-game2:before {
	height: 410px;
}

.section1.section1-game3:before {
	height: 410px;
}

.section1:before {
	content: "";
	position: absolute;
	height: 320px;
	top: 0;
	right: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(26, 20, 44, 0) 0%, #1b0d0f 100%);
}

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

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

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

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

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

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

.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: linear-gradient(to bottom, #48477D, #383768);
	border-radius: 42px;
	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;
}

.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: linear-gradient(to bottom, #383768, #48477D);
}

.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: 908px;
	height: 913px;
	left: -300px;
	top: 0;
	background: url("../img/section2_img.webp") no-repeat top center / contain;
}

.section2 .container:after {
	content: "";
	position: absolute;
	width: 246px;
	height: 261px;
	right: -100px;
	bottom: 0;
	background: url("../img/section2_img2.webp") no-repeat top center / contain;
}

.img_stars {
	position: absolute;
	width: 200px;
	height: 133px;
	right: -100px;
	top: 70px;
	background: url("../img/img_stars.svg") no-repeat top center / contain;
}

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

.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: 236px;
	min-height: 323px;
	background-color: #3A2326;
	border-radius: 42px;
	border: 4px solid #503135;
	margin: 10px;
}

.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-color: #D61917;
	transform: rotate(-10deg);
}

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

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

.section3 .container .item .item-logo.logo-gizbo {
	background: url("../img/gizbo.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/vavada.svg") no-repeat center center;
}

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

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

.section3 .container .item .item-logo.logo-starda {
	background: url("../img/starda.svg") 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-lex {
	background: url("../img/lex.svg") no-repeat center center / contain;
}
.section3 .container .item .item-logo.logo-irwin {
	background: url("../img/irwin.svg") no-repeat center center / contain;
}
.section3 .container .item .item-logo.logo-monro {
	background: url("../img/monro.svg") no-repeat center center / contain;
}

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

.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: #11102A;
	padding: 24px;
	margin-bottom: 8px;
	border-radius: 42px;
	text-align: center;
	border: 4px solid #48477D;
}

.section5 .container {
	padding-right: 560px;
	position: relative;
	padding-top: 110px;
	padding-bottom: 110px;
	min-height: 370px;
	z-index: 2;
}

.section5 .container:before {
	content: "";
	position: absolute;
	width: 1171px;
	height: 465px;
	right: -309px;
	bottom: -6px;
	z-index: -1;
	background: url("../img/section5_img.webp") no-repeat top center / cover;
}

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

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

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

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

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

.section6 .container .item.item-img img {
	max-width: 760px;
	border-radius: 14px;
	margin-left: -160px;
	margin-top: -60px;
}

.section6:before {
	content: "";
	position: absolute;
	height: 25px;
	right: 0;
	left: 0;
	top: -10px;
	z-index: 3;
	background: url("../img/bg_line.webp") no-repeat top center;
}

.section6:after {
	content: "";
	position: absolute;
	height: 380px;
	bottom: 0;
	right: 0;
	z-index: -1;
	left: 0;
	background: linear-gradient(180deg, rgba(63, 77, 169, 0) 0%, #3F4DA9 100%);
}

.section6 .img_bone {
	position: absolute;
	right: 0;
	left: -100px;
	z-index: 5;
	margin: 0 auto;
	top: -180px;
}

.section7 {

	position: relative;
}

.section6 .img_fence {
	position: absolute;
	bottom: 20px;
	right: -210px;
}

.section6 .img_stars2 {
	position: absolute;
	top: 50px;
	right: 40px;
}

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

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

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

.section7 .symbols-items {
	display: flex;
	flex-wrap: wrap;
	margin-top: 36px;
	gap: 16px;
	align-items: stretch;
	justify-content: center;
}

.section7 .symbols-items .item {
	width: calc(25% - 20px);
	background-color: #3A2326;
	border-radius: 42px;
	border: 4px solid #503135;
}

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

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

.section7 .symbols-items .item .item-info {
	padding: 0 8px 23px 8px;
	max-width: 124px;
	width: 100%;
	margin: 0 auto;
}

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

.symbols-add-items-wrap {
	margin-top: 36px;
}

.symbols-add-items-wrap>p {
	text-align: center;
	max-width: 100%;
	font-size: 20px;
	font-weight: 700;
}

.symbols-add-items {
	margin-top: 8px;
}

.symbols-add-items .item {
	margin-top: 16px;
	background-color: #3A2326;
	border-radius: 42px;
	padding: 8px 40px;
	display: flex;
	align-items: center;
	gap: 8px;
	border: 4px solid #503135;
}

.symbols-add-items .item .item-img {
	max-width: 202px;
	width: 100%;
	flex-shrink: 0;
}

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

.symbols-add-items .item .item-info .title {
	font-size: 24px;
	font-weight: 700;
}

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

.section8 .img_fence {
	position: absolute;
	bottom: 0;
	right: -400px;
}

.section8 .img_fence2 {
	position: absolute;
	bottom: 0;
	left: -400px;
	transform: scaleX(-1);
}

.section8 .img_stars3 {
	position: absolute;
	top: 50px;
	right: 40px;
}

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

.section8 .container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 53px;
	align-items: flex-start;
}

.section8 .container .item {
	background-color: #11102A;
	flex: 1;
	margin-left: 24px;
	padding: 48px 24px;
	border-radius: 42px;
	border: 4px solid #48477D;
	position: relative;
}

.section8 .container .item .icon {
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

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

.section8 .container .item .item-title {
	display: block;
	text-align: center;
	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;
	text-align: center;
	list-style-type: none;
}

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

.section8 .container .item.green ul li span {
	color: #01C35A;
}

.section8 .container .item.red ul li span {
	color: #E52D2B;
}

.section8:before {
	content: "";
	position: absolute;
	height: 25px;
	right: 0;
	left: 0;
	top: -10px;
	z-index: 3;
	background: url("../img/bg_line.webp") no-repeat top center;
}

.section8:after {
	content: "";
	position: absolute;
	height: 380px;
	bottom: 0;
	right: 0;
	z-index: -1;
	left: 0;
	background: linear-gradient(180deg, rgba(63, 77, 169, 0) 0%, #3F4DA9 100%);
}

.section9 {
	position: relative;
}

.section9:after {
	content: "";
	position: absolute;
	width: 411px;
	height: 420px;
	right: 0;
	top: 0;
	background: url("../img/img_dogtracks.svg") no-repeat top center;
}

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

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

.section9 .drop-select {
	margin-top: 10px;
	background: #261416;
	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;
}

.section-characteristics {
	padding: 72px 0 112px;
	position: relative;
}

.section-characteristics .img_stars4 {
	position: absolute;
	top: 50px;
	right: 40px;
}

.section-characteristics .wrapper {
	padding: 15px;
}

.section-characteristics .section-top {
	font-size: 18px;
	margin-top: 12px;
}

.section-characteristics-block {
	margin-top: 24px;
	border-radius: 42px;
	background-color: #11102A;
	overflow: hidden;
	border: 4px solid #2E2D58;
}

.section-characteristics-block-header {
	display: flex;
	align-items: center;
	background-color: #2E2D58;
	font-size: 24px;
	font-weight: 700;
	padding: 15px 30px;
}

.section-characteristics-block-header p {
	width: 50%;
	flex-shrink: 0;
	color: #FFD600;
}

.section-characteristics-block-main>div {
	padding: 15px 30px;
	font-size: 18px;
	display: flex;
	align-items: center;
}

.section-characteristics-block-main>div p {
	width: 50%;
}

.section-characteristics-block-main>div p:first-child {
	font-weight: 600;
	flex-shrink: 0;
}

.section11 {
	position: relative;
}

.section11:after {
	content: "";
	position: absolute;
	width: 360px;
	height: 422px;
	left: 0;
	bottom: 0;
	background: url("../img/img_dogtracksbelow.svg") no-repeat top center;
}

.section12 {
	padding-bottom: 70px;
}

.footer {
	color: #FFFFFF;
	background-color: #06274E;
}

.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: #080303;
}

.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;
}
.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;
	z-index: 10;
}

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