@charset "UTF-8";
@import url('HelveticaNeueCyr');
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.otf');
}


*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

aside,
nav,
footer,
header,
section {
	display: block;
}

html,
body {
	height: 100%;
	min-width: 320px;
}

body {
	line-height: 1;
	font-family: "HelveticaNeueCyr";
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
	font-family: "HelveticaNeueCyr";
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

body {
	font-size: 16px;
}
body._lock {
	overflow: hidden;
}

/* для Chrome/Edge/Safari */
*::-webkit-scrollbar {
	height: 12px;
	width: 12px;
}

*::-webkit-scrollbar-track {
	background: #c0c0c0;
}

*::-webkit-scrollbar-thumb {
	background-color: #8d1b3d;
	border-radius: 5px;
}

.wrapper {
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	background: #0A0E0C;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.wrapper_white {
	background: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.wrapper_white .header-buttons__switcher {
	background: #fff url("../img/icons/white/switcher.svg") no-repeat;
	background-position: center;
	background-size: 24px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.wrapper_white .left-menu {
	background: #fff;
	border-right: 1px solid #8d1b3d;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.wrapper_white .menu__link {
	color: #000;
}
.wrapper_white .header {
	background: #fff;
	padding: 5px 90px 0px 0px;
}
@media (max-width: 1500px) {
	.wrapper_white .header {
		padding: 5px 30px 0px 0px;
	}
}
@media (max-width: 1024px) {
	.wrapper_white .header {
		padding: 10px 15px;
	}
}
.wrapper_white .header__row {
	border-bottom: 1px solid #8d1b3d;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.wrapper_white .header__row::before {
	background: url("../img/white/corner.svg") no-repeat;
	width: 42px;
	height: 48px;
	background-size: cover;
	background-position: top left;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (max-width: 1024px) {
	.wrapper_white .header__row {
		margin: 0;
		border: 0;
	}
}
.wrapper_white .welcome__title {
	color: #F06728;
}
.wrapper_white .welcome__subtitle {
	color: #000;
	text-shadow: none;
}
.wrapper_white .header-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	background: url("../img/white/header__buttons-bgc4ca.svg?1") no-repeat;
	background-size: contain;
	background-position: bottom center;
	padding: 0px 15px 6px 15px;
	position: relative;
	bottom: -62px;
	right: 50px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.wrapper_white .header-buttons::before {
	content: "";
	position: absolute;
	top: 9px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: calc(100% - 11px);
	height: 3px;
	background: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (max-width: 1024px) {
	.wrapper_white .header-buttons {
		background: none;
		top: 0;
		right: 0;
		padding: 0px 50px 0px 40px;
	}
}
@media (max-width: 480px) {
	.wrapper_white .header-buttons {
		padding: 0px 20px;
	}
}
.wrapper_white .title {
	color: #8d1b3d;
}
.tax__subtitle .title{
	color: #000 !important;
}
.wrapper_white .subtitle {
	color: #000;
}
.wrapper_white .more__btn {
	border: 1px solid #000;
	color: #000;
}
.wrapper_white .footer,
.wrapper_white .footer__left,
.wrapper_white .footer__center,
.wrapper_white .footer__right {
	background: #fff;
	border-top: 1px solid #8d1b3d;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.wrapper_white .footer__left p, .wrapper_white .footer__left a {
	color: #3A97DE;
}
@media (max-width: 700px) {
	.wrapper_white .footer__left {
		border: 0;
	}
}
.wrapper_white .footer__center p, .wrapper_white .footer__center a {
	color: #3A97DE;
}
.wrapper_white .footer__center::before {
	background: url("../img/white/footer-corner.svg") no-repeat;
	background-size: contain;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (max-width: 700px) {
	.wrapper_white .footer__center::before {
		display: none;
	}
}
.wrapper_white .footer__center::after {
	background: url("../img/white/footer-corner.svg") no-repeat;
	background-size: contain;
	-webkit-transform: scale(-1, 1);
	    -ms-transform: scale(-1, 1);
	        transform: scale(-1, 1);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (max-width: 700px) {
	.wrapper_white .footer__center::after {
		display: none;
	}
}
@media (max-width: 700px) {
	.wrapper_white .footer__center {
		border: 0;
	}
}
.wrapper_white .footer {
	border-top: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (max-width: 700px) {
	.wrapper_white .footer {
		border-top: 1px solid #3A97DE;
	}
}
.wrapper_white .footer__tg {
	background: url("../img/icon-sosmed/white/tg.svg") no-repeat;
	background-size: contain;
}
.wrapper_white .footer__yt {
	background: url("../img/icons/white/yt.svg") no-repeat;
	background-size: contain;
}
.wrapper_white .footer__i {
	background: url("../img/icons/white/i.svg") no-repeat;
	background-size: contain;
}
.wrapper_white .footer__tw {
	background: url("../img/icon-sosmed/white/tw.svg") no-repeat;
	background-size: contain;
}
@media (max-width: 1024px) {
	.wrapper_white .icon-menu span {
		background-color: #000;
	}
}
.wrapper_white .menu__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	position: relative;
}
@media (max-width: 1024px) {
	.wrapper_white .menu__body {
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		height: 100vh;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		background: #fff;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 100px 0px 0px 0px;
		overflow: auto;
	}
	.wrapper_white .menu__body._active {
		right: 0;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
}
@media (max-width: 1024px) and (max-width: 600px) {
	.wrapper_white .menu__body {
		padding: 140px 0px 0px 0px;
	}
}
@media (min-width: 1024px) {
	.wrapper_white .groups-block:hover .groups-block__bet {
		border: 1px solid #fff;
	}
}
.wrapper_white .groups-block__row {
	-webkit-box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.15);
}
.wrapper_white .groups-block__bet {
	border: 1px solid #000;
	color: #000;
}
@media (min-width: 1024px) {
	.wrapper_white .groups-block__bet:hover {
		color: #000;
	}
}
.wrapper_white .groups-block__date {
	color: #000;
}
.wrapper_white .pagination__title {
	color: #000;
}
.wrapper_white .pagination__page {
	color: #000;
}
.wrapper_white .pagination__next._disabled,
.wrapper_white .pagination__prev._disabled {
	background: url("../img/icons/arrow.svg") no-repeat;
	background-size: contain;
}
.wrapper_white .jackpot-main__text p {
	color: #000;
}
.wrapper_white .jackpot-main__title {
	color: #000;
}
.wrapper_white .stages-item__btn {
	background: #fff;
	color: #000;
	border: 1px solid #8d1b3d;
}
@media (min-width: 1024px) {
	.wrapper_white .stages-item__btn:hover {
		background: #8d1b3d;
		color: #fff;
	}
}
.wrapper_white .jackpot-main__btn {
	border: 1px solid #000;
	color: #000;
}
.wrapper_white .winners__title {
	color: #000;
}
.wrapper_white .wcw-timer__title {
	color: #000;
	font-weight: 400;
}
.wrapper_white .wcw-timer__block p, .wrapper_white .wcw-timer__block span {
	color: #000;
}
.wrapper_white .wcw-timer__block span {
	font-weight: 400;
}
.wrapper_white .wcw-timer__block::after {
	background: #000;
}
.wrapper_white .winners-item__btn {
	border: 1px solid #8d1b3d;
	color: #000;
}
@media (min-width: 1024px) {
	.wrapper_white .winners-item__btn:hover {
		background: #8d1b3d;
		color: #fff;
	}
}
.wrapper_white .winners-item__country {
	color: #000;
}
.wrapper_white .wcwinner-topimg__row span {
	color: #000;
}
.wrapper_white .wcwinner-topimg__title {
	color: #000;
}

._container {
	width: 100%;
	margin: 0 auto;
	padding: 0px 30px 0px 280px;
}
@media (max-width: 1024px) {
	._container {
		padding: 0 30px;
	}
}
@media (max-width: 480px) {
	._container {
		padding: 0px 15px;
	}
}

.title {
	font-size: 60px;
	font-weight: 900;
	letter-spacing: -0.075em;
	color: #ffffff;
}
@media (max-width: 1366px) {
	.title {
		font-size: 50px;
	}
}
@media (max-width: 1024px) {
	.title {
		font-size: 40px;
		text-align: center;
	}
}
@media (max-width: 480px) {
	.title {
		font-size: 28px;
	}
}

.subtitle {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 300;
	color: #fff;
}
@media (max-width: 1024px) {
	.subtitle {
		text-align: center;
		font-size: 20px;
	}
}
@media (max-width: 480px) {
	.subtitle {
		font-size: 16px;
	}
}

.mb {
	margin: 0px 0px 80px 0px;
}
@media (max-width: 480px) {
	.mb {
		margin: 0px 0px 40px 0px;
	}
}

.btn {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 10px;
}

input {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.row:after {
	display: block;
	content: "";
	clear: both;
}

.rub:after {
	content: "₽";
	font-family: Arial;
	font-size: inherit;
	font-style: normal;
	margin: 0px 0px 0px 2px;
}

ol.counter {
	list-style-type: none;
	counter-reset: item;
}
ol.counter li {
	position: relative;
	padding: 0px 0px 0px 45px;
}
ol.counter li:before {
	counter-increment: item;
	content: counter(item);
	position: absolute;
	left: 0;
	top: 0;
	color: #818181;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	border: 1px solid #4274bb;
}

.ellipsis {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

.es {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

.table {
	display: table;
	font-size: 0;
	width: 100%;
}

.trow {
	display: table-row;
}

.cell {
	display: table-cell;
}
.cell.full {
	width: 100%;
}

._ibg {
	position: relative;
}
._ibg img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
}

body.ie ._ibg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.ie ._ibg img {
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}

.video {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
}
.video video,
.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	background-size: cover;
}

.moretext {
	overflow: hidden;
}

.moretext__more {
	cursor: pointer;
}
.moretext__more span {
	font-style: normal;
}
.moretext__more span:first-child {
	display: block;
}
.moretext__more span:last-child {
	display: none;
}
.moretext__more.active span {
	font-style: normal;
}
.moretext__more.active span:first-child {
	display: none;
}
.moretext__more.active span:last-child {
	display: block;
}

#map {
	background: url("../img/icons/loading.html") center/50px no-repeat;
}

.slick-slider {
	position: relative;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-slider .slick-list {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.slick-slider .slick-track {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.slick-slider .slick-slide {
	position: relative;
}
.tab__item {
	display: none;
}
.tab__item.active {
	display: block;
}

._tabs-item {
	cursor: pointer;
}

._tabs-block {
	display: none;
}
._tabs-block._active {
	display: block;
}

.spollers-block__body {
	display: none;
}

.mirror {
	-webkit-transform: scale(-1, 1);
	    -ms-transform: scale(-1, 1);
	        transform: scale(-1, 1);
}

.nicescroll-rails {
	z-index: 1000 !important;
}

.gm-style-iw-t {
	opacity: 0;
}

.baloon {
	opacity: 1;
	right: -7px !important;
	bottom: 80px !important;
}
.baloon button {
	display: none !important;
}
.baloon:after {
	display: none !important;
}

.baloon-style {
	display: none;
}

.baloon-content.gm-style-iw {
	opacity: 1;
	border-radius: 0px !important;
	max-width: 300px !important;
	padding: 0 !important;
	left: 0 !important;
	width: 100% !important;
	overflow: visible !important;
}
.baloon-content.gm-style-iw > .gm-style-iw-d {
	overflow: hidden !important;
	max-width: none !important;
}
.baloon-content.gm-style-iw:after {
	display: none !important;
}

.baloon-close {
	top: 18px !important;
}

._custom-scroll {
	position: fixed;
	right: 0;
	top: 0;
	width: 3px;
	height: 100%;
	z-index: 1000;
}
._custom-scroll__line {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 3px 0 0 3px;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
}

.simple-rating {
	position: relative;
	font-size: 20px;
	display: inline-block;
}

.simple-rating::before {
	content: "★★★★★";
	display: block;
}

.simple-rating__items {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	overflow: hidden;
}

.simple-rating__item {
	position: absolute;
	width: 0%;
	height: 0%;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}

.simple-rating__label {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 20%;
	        flex: 0 0 20%;
	height: 100%;
	cursor: pointer;
	color: #d2d2d2;
}

.simple-rating__label::before {
	content: "★";
	display: block;
	-webkit-transition: color 0.3s ease 0s;
	-o-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
}

.simple-rating__label:hover,
.simple-rating__label:hover ~ .simple-rating__label,
.simple-rating__label:checked ~ .simple-rating__label:hover {
	color: #ffd300;
}

.simple-rating__item:checked,
.simple-rating__item:checked ~ .simple-rating__label {
	color: #ffd300;
}

.popup {
	-webkit-overflow-scrolling: touch;
	z-index: 100;
	padding: 30px 10px;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: visibility 0.8s ease 0s;
	-o-transition: visibility 0.8s ease 0s;
	transition: visibility 0.8s ease 0s;
	visibility: hidden;
}
.popup::before {
	content: "";
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity 0.8s ease 0s;
	-o-transition: opacity 0.8s ease 0s;
	transition: opacity 0.8s ease 0s;
}
.popup.show {
	visibility: visible;
	overflow: auto;
}
.popup.show::before {
	opacity: 1;
}
.popup.show .popup__body {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}
.popup._active {
	overflow: auto;
	visibility: visible;
}
.popup._active::before {
	opacity: 1;
}
.popup._active .popup__body {
	-webkit-transition: all 0.3s ease 0.2s;
	-o-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.2s;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}
.popup__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: 100%;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	width: 100%;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	align-items: center;
}
.popup__body {
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
	max-width: 800px;
}
.popup__close {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	z-index: 30;
	background: url("../img/icons/close.svg") 0 0 no-repeat;
	background-size: contain;
}

.popup-popbet .popup__body {
	max-width: 600px;
}
.popup-popbet .popup__close {
	top: -30px;
	right: 0px;
	width: 30px;
	height: 30px;
}
.popup-popbet .groups-block-form {
	position: relative;
	opacity: 1;
	visibility: visible;
}
.popup-popbet .groups-block-form__btn.popup__close {
	position: relative;
	top: unset;
	right: unset;
	width: 141px;
	height: 45px;
	background: none;
}

.left-menu {
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
	background: #0A0E0C;
	width: 220px;
	height: 100vh;
	border-right: 1px solid #ffffff;
	padding: 175px 0px 0px 0px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (max-width: 1366px), (max-height: 700px) {
	.left-menu {
		padding: 125px 0px 0px 0px;
	}
}
@media (max-width: 1024px) {
	.left-menu {
		display: none;
	}
}

.menu__list {
	text-align: right;
	width: 100%;
}
.menu__list li {
	margin: -10px 0px 0px 0px;
}
.menu__list li:first-child {
	margin: 0;
}

.menu__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding: 0px 20px 0px 0px;
	position: relative;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.2em;
	color: #fff;
	height: 78px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (min-width: 1024px) {
	.menu__link:hover {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		color: #1194ef;
	}
}
.menu__link._active {
	color: #8d1b3d;
	font-weight: 700;
	background-size: 80%;
	background-position: center right;
}
.menu__link._active::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 8px;
	height: calc(100% - 10px);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, #8d1b3d), to(#8d1b3d));
	background: -o-linear-gradient(bottom, #8d1b3d 5%, #8d1b3d 100%);
	background: linear-gradient(0deg, #8d1b3d 5%, #8d1b3d 100%);
}
@media (max-width: 1024px) {
	.menu__link._active {
		background-size: 250px;
	}
}
@media (max-width: 1366px), (max-height: 700px) {
	.menu__link {
		height: 65px;
	}
}

.header {
	padding: 5px 90px 0px 0px;
	background: #0A0E0C;
	position: fixed;
	z-index: 11;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (max-width: 1500px) {
	.header {
		padding: 5px 30px 0px 0px;
	}
}
@media (max-width: 1024px) {
	.header {
		padding: 10px 15px;
	}
}

.header__logo {
	width: 200px;
	position: relative;
	z-index: 10;
	margin: 0px 0px 0px 10px;
}
.header__logo a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.header__logo img {
	width: 100%;
}
@media (max-width: 1024px) {
	.header__logo {
		margin: 0px 0px 10px 0px;
	}
}

.header__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0px 0px 0px 244px;
	position: relative;
	border-bottom: 1px solid #fff;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.header__row::before {
	content: "";
	position: absolute;
	bottom: -47px;
	left: -25px;
	width: 42px;
	height: 48px;
	background: url("../img/rounded/corner.svg") no-repeat;
	background-size: cover;
	background-position: top left;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (max-width: 1024px) {
	.header__row::before {
		display: none;
	}
}
@media (max-width: 1366px) {
	.header__row {
		margin: 0px 0px 0px 244px;
	}
}
@media (max-width: 1024px) {
	.header__row {
		margin: 0;
		border: 0;
	}
}
@media (max-width: 600px) {
	.header__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}

.header-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	background: url("../img/rounded/header__buttons-bgc4ca.svg") no-repeat;
	background-size: contain;
	background-position: bottom center;
	padding: 0px 15px 6px 15px;
	position: relative;
	bottom: -62px;
	right: 50px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.header-buttons::before {
	content: "";
	position: absolute;
	top: 9px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: calc(100% - 11px);
	height: 3px;
	background: #0A0E0C;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (max-width: 1024px) {
	.header-buttons {
		background: none;
		top: 0;
		right: 0;
		padding: 0px 50px 0px 40px;
	}
}
@media (max-width: 600px) {
	.header-buttons {
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		    -ms-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
		padding: 0px 50px;
	}
}
@media (max-width: 480px) {
	.header-buttons {
		padding: 0px 20px;
	}
}

.header-btn {
	width: 150px;
	height: 40px;
	font-size: 14px;
	color: #fff;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (min-width: 1024px) {
	.header-btn:hover {
		-webkit-transform: scale(1.05);
		    -ms-transform: scale(1.05);
		        transform: scale(1.05);
	}
}
@media (max-width: 1024px) {
	.header-btn {
		font-size: 12px;
	}
}

.header-btn_orange {
	background: url("../img/button/header-btn_orangec4ca.svg") no-repeat;
	background-size: cover;
	background-position: center left;
	padding: 0px 0px 0px 10px;
}

.header-btn_blue {
	background: url("../img/button/header-btn_bluec4ca.svg") no-repeat;
	background-size: cover;
	background-position: center right;
	padding: 0px 10px 0px 0px;
}

.header-buttons__switcher {
	cursor: pointer;
	position: absolute;
	z-index: 10;
	bottom: -1px;
	left: -17px;
	width: 30px;
	height: 30px;
	/* background: #0A0E0C url("../img/icons/black/switcher.svg") no-repeat; */
	background-position: center;
	border-radius: 50%;
	background-size: 24px;
}
@media (max-width: 1024px) {
	.header-buttons__switcher {
		bottom: 2px;
		left: 10px;
	}
}
@media (max-width: 600px) {
	.header-buttons__switcher {
		bottom: unset;
		left: unset;
		right: 60px;
		top: 3px;
	}
}

.menu__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	position: relative;
}
@media (max-width: 1024px) {
	.menu__body {
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		height: 100vh;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		background: #0A0E0C;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 100px 0px 0px 0px;
		overflow: auto;
	}
	.menu__body._active {
		right: 0;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
}
@media (max-width: 1024px) and (max-width: 600px) {
	.menu__body {
		padding: 140px 0px 0px 0px;
	}
}

.icon-menu {
	display: none;
}
@media (max-width: 1024px) {
	.icon-menu {
		display: block;
		position: absolute;
		top: 12px;
		right: 0px;
		width: 30px;
		height: 18px;
		cursor: pointer;
		z-index: 5;
	}
	.icon-menu span {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		top: calc(50% - 1px);
		left: 0px;
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #fff;
	}
	.icon-menu span:first-child {
		top: 0px;
	}
	.icon-menu span:last-child {
		top: auto;
		bottom: 0px;
	}
	.icon-menu._active span {
		-webkit-transform: scale(0);
		    -ms-transform: scale(0);
		        transform: scale(0);
	}
	.icon-menu._active span:first-child {
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
		top: calc(50% - 1px);
	}
	.icon-menu._active span:last-child {
		-webkit-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		        transform: rotate(45deg);
		bottom: calc(50% - 1px);
	}
}
@media (max-width: 600px) {
	.icon-menu {
		top: 8px;
	}
}

.footer {
	position: relative;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	min-height: 110px;
	background: #0A0E0C;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (max-width: 700px) {
	.footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		padding: 0px 15px 40px 15px;
		border-top: 1px solid #fff;
	}
}

.footer__left {
	border-top: 1px solid #fff;
	background: #0A0E0C;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 550px;
	        flex: 0 1 550px;
	padding: 20px 0px 0px 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.footer__left p {
	font-size: 12px;
	line-height: 1.2;
	font-weight: 300;
	color: #fff;
}
@media (max-width: 1500px) {
	.footer__left {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 400px;
		        flex: 0 1 400px;
		padding: 20px 0px 0px 60px;
	}
}
@media (max-width: 1024px) {
	.footer__left {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 200px;
		        flex: 0 1 200px;
	}
}
@media (max-width: 868px) {
	.footer__left {
		padding: 20px 0px 0px 30px;
	}
}
@media (max-width: 700px) {
	.footer__left {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 40px 0px 0px 0px;
		border: 0;
	}
}

.footer__icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	margin: 0px 0px 0px 40px;
}
@media (max-width: 1024px) {
	.footer__icons {
		margin: 10px 0px 0px 0px;
	}
}

.footer__icons > *:not(:last-child) {
	margin: 0px 12px 0px 0px;
}

.footer__tg {
	background: url("../img/icon-sosmed/white/tg.svg") no-repeat;
	background-size: contain;
	display: block;
	height: 25px;
	width: 25px;
}
.footer__tg img {
	height: 100%;
}
@media (max-width: 480px) {
	.footer__tg {
		width: 40px;
		height: 40px;
	}
}

.footer__yt {
	background: url("../img/icon-sosmed/white/tw.svg") no-repeat;
	background-size: contain;
	display: block;
	height: 25px;
	width: 25px;
}
.footer__yt img {
	height: 100%;
}
@media (max-width: 480px) {
	.footer__yt {
		width: 40px;
		height: 40px;
	}
}

.footer__i {
	background: url("../img/icon-sosmed/white/tg.svg") no-repeat;
	background-size: contain;
	display: block;
	height: 25px;
	width: 25px;
}
.footer__i img {
	height: 100%;
}
@media (max-width: 480px) {
	.footer__i {
		width: 40px;
		height: 40px;
	}
}

.footer__tw {
	background: url("../img/icon-sosmed/white/tw.svg") no-repeat;
	background-size: contain;
	display: block;
	height: 25px;
	width: 25px;
}
.footer__tw img {
	height: 100%;
}
@media (max-width: 480px) {
	.footer__tw {
		width: 40px;
		height: 40px;
	}
}

.footer__tg,
.footer__yt,
.footer__i,
.footer__tw {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (min-width: 1024px) {
	.footer__tg:hover,
.footer__yt:hover,
.footer__i:hover,
.footer__tw:hover {
		-webkit-transform: scale(1.5);
		    -ms-transform: scale(1.5);
		        transform: scale(1.5);
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
}

.footer__center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	background: #0A0E0C;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	border-top: 1px solid #fff;
	margin: 50px 0px 0px 0px;
	padding: 20px 50px 0px 100px;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.footer__center p, .footer__center a {
	font-size: 12px;
	line-height: 1.2;
	font-weight: 100;
	letter-spacing: 0.1em;
	color: #878585;
}
@media (min-width: 1024px) {
	.footer__center a:hover {
		text-decoration: underline;
	}
}
.footer__center::before {
	content: "";
	position: absolute;
	top: -51px;
	left: 0;
	width: 90px;
	height: 51px;
	background: url("../img/rounded/footer-corner.svg") no-repeat;
	background-size: contain;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (max-width: 700px) {
	.footer__center::before {
		display: none;
	}
}
.footer__center::after {
	content: "";
	position: absolute;
	top: -51px;
	right: 0;
	width: 90px;
	height: 51px;
	background: url("../img/rounded/footer-corner.svg") no-repeat;
	background-size: contain;
	-webkit-transform: scale(-1, 1);
	    -ms-transform: scale(-1, 1);
	        transform: scale(-1, 1);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (max-width: 700px) {
	.footer__center::after {
		display: none;
	}
}
@media (max-width: 1024px) {
	.footer__center {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		text-align: center;
	}
}
@media (max-width: 700px) {
	.footer__center {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		border: 0;
		margin: 0px;
		padding: 20px 0px 0px 0px;
	}
}

.footer__center > *:not(:last-child) {
	margin: 0px 20px 0px 0px;
}
@media (max-width: 1024px) {
	.footer__center > *:not(:last-child) {
		margin: 0px 0px 10px 0px;
	}
}

.footer__right {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 235px;
	        flex: 0 1 235px;
	background: #0A0E0C;
	border-top: 1px solid #fff;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (max-width: 1024px) {
	.footer__right {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 200px;
		        flex: 0 1 200px;
	}
}
@media (max-width: 700px) {
	.footer__right {
		display: none;
	}
}

.page {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 100px 0px 0px 0px;
	position: relative;
	z-index: 1;
}
@media (max-width: 600px) {
	.page {
		padding: 120px 0px 0px 0px;
	}
}

.welcome__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}
.welcome__row::before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 70%;
	left: 7%;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 50%;
	height: 100%;
	background: url("../img/welcome/%c3%91%c2%81oins.html") no-repeat;
	background-size: contain;
}
@media (max-width: 1366px) {
	.welcome__row::before {
		top: 63%;
	}
}
@media (max-width: 1360px) {
	.welcome__row::before {
		z-index: -1;
	}
}
@media (max-width: 868px) {
	.welcome__row::before {
		width: 100%;
		top: 70%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
}
@media (max-width: 480px) {
	.welcome__row::before {
		top: 60%;
	}
}
@media (max-width: 868px) {
	.welcome__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

.welcome__img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 880px;
	        flex: 0 1 880px;
	margin: 0px 0px 0px -120px;
	position: relative;
}
.welcome__img img {
	width: 100%;
}
@media (max-width: 1600px) {
	.welcome__img {
		position: relative;
		top: -10px;
		margin: 0px 0px 0px -100px;
	}
	.welcome__img img {
		width: 130%;
	}
}
@media (max-width: 1360px) {
	.welcome__img img {
		width: 120%;
	}
}
@media (max-width: 868px) {
	.welcome__img {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		margin: 0px 0px 20px 0px;
	}
	.welcome__img img {
		width: 100%;
	}
}

.welcome__content {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 880px;
	        flex: 0 1 880px;
	position: relative;
	z-index: -1;
	left: calc(0px + -265 * ((100vw - 320px) / 1600));
	top: 20px;
}
@media (max-width: 1600px) {
	.welcome__content {
		left: 0px;
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 1300px;
		        flex: 0 1 1300px;
	}
}
@media (max-width: 1360px) {
	.welcome__content {
		left: 0;
	}
}
@media (max-width: 868px) {
	.welcome__content {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
	}
}

.welcome__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.welcome__title {
	font-size: calc(0px + 118 * ((100vw - 320px) / 1600));
	line-height: 0.7;
	margin: 0px 0px 20px 0px;
}
@media (max-width: 1366px) {
	.welcome__title {
		font-size: 76px;
	}
}
@media (max-width: 1024px) {
	.welcome__title {
		text-align: left;
	}
}
@media (max-width: 868px) {
	.welcome__title {
		text-align: center;
		margin: 0 auto;
	}
}
.welcome__title span {
	position: relative;
	text-transform: uppercase;
	font-size: calc(0px + 79 * ((100vw - 320px) / 1600));
}
@media (max-width: 1366px) {
	.welcome__title span {
		font-size: 50px;
	}
}
@media (max-width: 480px) {
	.welcome__title {
		font-size: 40px;
	}
	.welcome__title span {
		font-size: 24px;
	}
}

.welcome__subtitle {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color: #fff;
	max-width: 450px;
	margin: 0px 0px 30px 0px;
}
@media (max-width: 868px) {
	.welcome__subtitle {
		text-align: center;
		max-width: 100%;
	}
}

.benefits {
	position: relative;
	padding: 20px 0px 0px 0px;
}

.benefits__title {
	background-image: -o-linear-gradient(268deg, #8d1b3d 0%, #8d1b3d 100%);
	background-image: linear-gradient(268deg, #8d1b3d 0%, #8d1b3d 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: calc(14px + 16 * ((100vw - 320px) / 1600));
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: 0.075em;
	color: #0570be;
	margin: 0px 0px 30px 0px;
}
@media (max-width: 868px) {
	.benefits__title {
		font-size: 26px;
		text-align: center;
	}
}
@media (max-width: 480px) {
	.benefits__title {
		font-size: 20px;
	}
}

.benefits__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	position: relative;
	margin: 0px -10px;
}
@media (max-width: 700px) {
	.benefits__row {
		margin: -20px 0px;
	}
}

.benefits__item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
	padding: 0px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.benefits__item img {
	width: 42px;
	margin: 0px 0px 20px 0px;
}
@media (max-width: 480px) {
	.benefits__item img {
		margin: 0px 0px 10px 0px;
	}
}
.benefits__item p {
	display: block;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 100;
	color: #1194ef;
	max-width: 150px;
}
@media (max-width: 1366px) {
	.benefits__item p {
		font-size: 16px;
	}
}
@media (max-width: 480px) {
	.benefits__item p {
		font-size: 14px;
	}
}
@media (max-width: 700px) {
	.benefits__item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		padding: 20px 0px;
	}
	.benefits__item p {
		text-align: center;
	}
}

.benefits__itemblock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
@media (max-width: 700px) {
	.benefits__itemblock {
		width: 100%;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}

.tax {
	padding: 180px 0px 0px 0px;
}
@media (max-width: 1366px) {
	.tax {
		padding: 120px 0px 0px 0px;
	}
}
@media (max-width: 868px) {
	.tax {
		padding: 80px 0px 0px 0px;
	}
}

.tax__title {
	margin: 0px 0px 10px 0px;
}

.tax__subtitle {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 300;
	color: #ffffff;
	margin: 0px 0px 80px 0px;
}
@media (max-width: 1366px) {
	.tax__subtitle {
		font-size: 24px;
		margin: 0px 0px 60px 0px;
	}
}
@media (max-width: 1024px) {
	.tax__subtitle {
		text-align: center;
	}
}
@media (max-width: 480px) {
	.tax__subtitle {
		font-size: 16px;
		margin: 0px 0px 40px 0px;
	}
}

.tax__img {
	max-width: 990px;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}
.tax__img img {
	width: 100%;
}

.more {
	padding: 150px 0px 50px 0px;
}
@media (max-width: 1366px) {
	.more {
		padding: 120px 0px 50px 0px;
	}
}
@media (max-width: 868px) {
	.more {
		padding: 80px 0px 50px 0px;
	}
}

.more__title {
	margin: 0px 0px 125px 0px;
}
@media (max-width: 1366px) {
	.more__title {
		margin: 0px 0px 60px 0px;
	}
}
@media (max-width: 480px) {
	.more__title {
		margin: 0px 0px 40px 0px;
	}
}

@media (max-width: 1024px) {
	.more__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}

.more__video {
	width: calc(300px + 620 * ((100vw - 320px) / 1600));
	height: calc(170px + 330 * ((100vw - 320px) / 1600));
	border: 1px solid #000000;
	background: #1C1C1C;
	position: relative;
	top: 0;
	left: 48%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	margin: 0px 0px 40px 0px;
}
.more__video img,
.more__video iframe,
.more__video video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}
@media (max-width: 1024px) {
	.more__video {
		left: 0;
		-webkit-transform: translate(0, 0);
		    -ms-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}

.more__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	top: 0;
	left: 48%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 248px;
	height: 68px;
	border: 1px solid #ffffff;
	border-radius: 15px;
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (min-width: 1024px) {
	.more__btn:hover {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		background: #0898e1;
		color: #fff;
	}
}
@media (max-width: 1024px) {
	.more__btn {
		left: 0;
		-webkit-transform: translate(0, 0);
		    -ms-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}
@media (max-width: 868px) {
	.more__btn {
		width: 200px;
		height: 50px;
		border-radius: 10px;
		font-size: 16px;
	}
}

.groups {
	padding: 0px 0px 70px 90px;
}
@media (max-width: 1366px) {
	.groups {
		padding: 0px 0px 70px 0px;
	}
}

.groups__title {
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0.8em;
	color: #8d1b3d;
	margin: 0px 0px 35px 0px;
}

.blocktitle {
	margin: 0px 0px 45px 0px;
}
@media (max-width: 480px) {
	.blocktitle {
		margin: 0px 0px 30px 0px;
	}
}

.groups__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -5px;
	max-width: 1250px;
}

.groups-block {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	padding: 5px;
}
@media (min-width: 1024px) {
	.groups-block:hover .groups-block__row::before {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		opacity: 1;
		visibility: visible;
	}
	.groups-block:hover .groups-block__country {
		color: #fff;
	}
}
@media (max-width: 800px) {
	.groups-block {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
}

.groups-block__row > *:not(:last-child) {
	margin: 0px 10px 0px 0px;
}

.groups-block__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 25px 2px rgba(255, 255, 255, 0.15);
	box-shadow: 0px 0px 25px 2px rgba(255, 255, 255, 0.15);
	padding: 25px;
	position: relative;
}
.groups-block__row::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -o-linear-gradient(268deg, #8d1b3d 100%, white 95%);
	background-image: linear-gradient(182deg, #8d1b3d 100%, white  95%);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
	border-radius: 20px;
}

.groups-block-form {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -o-linear-gradient(268deg, #00a4eb 4%, #0065d6 95%);
	background-image: linear-gradient(182deg, #00a4eb 4%, #0065d6 95%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 20px;
}
.groups-block-form._active {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 1;
	visibility: visible;
}
.groups-block-form input {
	width: 100%;
	height: 45px;
	border: 1px solid #ffffff;
	border-radius: 15px;
	background: none;
	font-size: 18px;
	font-weight: 900;
	color: #ffffff;
	padding: 0px 15px;
}

.groups-block-form__title {
	font-size: 18px;
	font-weight: 300;
	color: #ffffff;
	margin: 0px 0px 20px 0px;
}

.groups-block-form__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	margin: 0px 0px 10px 0px;
}

.groups-block-form__block > *:not(:last-child) {
	margin: 0px 7px 0px 0px;
}

.groups-block-form__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 141px;
	height: 45px;
	border: 1px solid #ffffff;
	border-radius: 15px;
	font-size: 18px;
	font-weight: 300;
	color: #ffffff;
}

.groups-block__contryflag {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 190px;
	        flex: 1 1 190px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
}

.groups-block__country {
	font-size: 14px;
	font-weight: 300;
	color: #828282;
	margin: 0px 0px 10px 0px;
}

.groups-block__flag {
	width: 74px;
	height: 74px;
	margin: 0px 0px 10px 0px;
}
.groups-block__flag img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	border-radius: 50%;
}
@media (max-width: 480px) {
	.groups-block__flag {
		width: 60px;
		height: 60px;
	}
}

.groups-block__bet {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	min-height: 45px;
	width: 100%;
	border: 1px solid #ffffff;
	border-radius: 15px;
	padding: 0px 10px;
}
@media (min-width: 1024px) {
	.groups-block__bet:hover {
		background: #fff;
		color: #1194ef;
	}
}
.groups-block__bet:active {
	-webkit-transform: scale(0.98);
	    -ms-transform: scale(0.98);
	        transform: scale(0.98);
}
.groups-block__bet._active {
	background: #fff;
	color: #1194ef;
}
@media (max-width: 480px) {
	.groups-block__bet {
		min-height: 35px;
		border-radius: 10px;
		font-size: 16px;
	}
}

.groups-block__dateblock {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 130px;
	        flex: 0 0 130px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 480px) {
	.groups-block__dateblock {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
	}
}

.groups-block__date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	color: #ffffff;
}
@media (max-width: 480px) {
	.groups-block__date {
		font-size: 14px;
	}
}

.pagination {
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	padding: 90px 0px 0px 0px;
}

.pagination__title {
	font-size: 14px;
	font-weight: 300;
	color: #ffffff;
	margin: 0px 20px 0px 0px;
	min-width: 105px;
}
@media (max-width: 480px) {
	.pagination__title {
		margin: 0px 0px 15px 0px;
	}
}

.pagination__row {
	max-width: 1150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 480px) {
	.pagination__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

.pagination__prev {
	background: url("../img/pagination/arrow.svg") no-repeat;
	background-size: contain;
	background-position: center;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 20px;
	        flex: 0 0 20px;
	width: 20px;
	height: 20px;
	-webkit-transform: scale(-1, 1);
	    -ms-transform: scale(-1, 1);
	        transform: scale(-1, 1);
}
.pagination__prev._disabled {
	background: url("../img/pagination/arrow-w.svg") no-repeat;
	background-size: contain;
	pointer-events: none;
}

.pagination__pages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.pagination__pages > *:not(:last-child) {
	margin: 0px 15px 0px 0px;
}

.pagination__page {
	font-size: 14px;
	font-weight: 300;
	color: #ffffff;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.pagination__page._active {
	font-size: 19.6px;
	font-weight: 900;
	color: #8d1b3d;
}
.pagination__page:last-child {
	margin: 0;
}
@media (min-width: 1024px) {
	.pagination__page:hover {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		color: #1194ef;
	}
}

.pagination__next {
	background: url("../img/icons/arrow.svg") no-repeat;
	background-size: contain;
	background-position: center;
	width: 20px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 20px;
	        flex: 0 0 20px;
	height: 20px;
}
.pagination__next._disabled {
	background: url("../img/icons/arrow-w.svg") no-repeat;
	background-size: contain;
	pointer-events: none;
}

.jackpot-main {
	padding: 0px 0px 0px 90px;
	margin: 0px 0px 50px 0px;
}
@media (max-width: 1366px) {
	.jackpot-main {
		padding: 0;
	}
}

.jackpot-main__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
@media (max-width: 700px) {
	.jackpot-main__row {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}
@media (max-width: 600px) {
	.jackpot-main__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}

.jackpot-main__left {
	margin: 0px 90px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 1200px) {
	.jackpot-main__left {
		margin: 0px 40px 0px 0px;
	}
}
@media (max-width: 600px) {
	.jackpot-main__left {
		margin: 0px 0px 30px 0px;
	}
}

.jackpot-main__img {
	width: 278px;
	margin: 0px 0px 20px 0px;
}
.jackpot-main__img img {
	width: 100%;
}
@media (max-width: 480px) {
	.jackpot-main__img {
		width: 150px;
	}
}

.jackpot-main__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	min-height: 45px;
	width: 140px;
	border: 1px solid #ffffff;
	border-radius: 15px;
	padding: 0px 10px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (min-width: 1024px) {
	.jackpot-main__btn:hover {
		background: #8d1b3d;
		color: #fff;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
}
.jackpot-main__btn:active {
	-webkit-transform: scale(0.98);
	    -ms-transform: scale(0.98);
	        transform: scale(0.98);
}
.jackpot-main__btn._active {
	background: #fff;
	color: #1194ef;
}
@media (max-width: 480px) {
	.jackpot-main__btn {
		min-height: 35px;
		border-radius: 10px;
		font-size: 16px;
	}
}

.jackpot-main__right {
	padding: 0px 0px 70px 0px;
}
@media (max-width: 600px) {
	.jackpot-main__right {
		padding: 0;
	}
}

.jackpot-main__text {
	max-width: 450px;
	margin: 0px 0px 100px 0px;
}
.jackpot-main__text p {
	font-size: 16px;
	line-height: 1.8;
	font-weight: 300;
	color: #fff;
	margin: 0px 0px 30px 0px;
}
.jackpot-main__text p:last-child {
	margin: 0;
}
@media (max-width: 480px) {
	.jackpot-main__text p {
		font-size: 14px;
		margin: 0px 0px 15px 0px;
	}
}
@media (max-width: 868px) {
	.jackpot-main__text {
		margin: 0px 0px 50px 0px;
	}
}
@media (max-width: 600px) {
	.jackpot-main__text {
		max-width: 100%;
	}
}
@media (max-width: 480px) {
	.jackpot-main__text {
		margin: 0px 0px 30px 0px;
	}
}

.jackpot-main__title {
	font-size: 24px;
	line-height: 30px;
	font-weight: 900;
	color: #fff;
	margin: 0px 0px 30px 0px;
}

.jackpot-main-stages__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
}
@media (max-width: 1200px) {
	.jackpot-main-stages__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

.jackpot-main-stages__item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 180px;
	        flex: 0 1 180px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	margin: 0px 80px 0px 0px;
}
.jackpot-main-stages__item span {
	font-size: 30px;
	line-height: 24px;
	font-weight: 900;
	letter-spacing: -0.075em;
	color: #8d1b3d;
	margin: 0px 10px 0px 0px;
}
.jackpot-main-stages__item p {
	font-size: 16px;
	line-height: 1.8;
	font-weight: 300;
	color: #a0003097;
	margin: -5px 0px 0px 0px;
}
@media (max-width: 1200px) {
	.jackpot-main-stages__item p {
		line-height: 1.4;
		margin: 0;
	}
}
.jackpot-main-stages__item:last-child {
	margin: 0;
}
@media (max-width: 1366px) {
	.jackpot-main-stages__item {
		margin: 0px 40px 0px 0px;
	}
}
@media (max-width: 1200px) {
	.jackpot-main-stages__item {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		margin: 0px 0px 20px 0px;
	}
}

.stages {
	max-width: 1170px;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	padding: 0px 0px 50px 0px;
}

.stages__title {
	font-size: 36px;
	font-weight: 900;
	letter-spacing: -0.075em;
	color: #8d1b3d;
	text-transform: uppercase;
	text-align: center;
	margin: 0px 0px 40px 0px;
}
@media (max-width: 480px) {
	.stages__title {
		font-size: 28px;
	}
}

.stages__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -12px;
}
@media (max-width: 700px) {
	.stages__row {
		margin: -7px;
	}
}

.stages-item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
	padding: 12px;
}
@media (max-width: 700px) {
	.stages-item {
		padding: 7px;
	}
}
@media (max-width: 600px) {
	.stages-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
}

.stages-item__title {
	font-size: 16px;
	font-weight: 900;
	color: #8d1b3d;
	text-align: center;
	margin: 0px 0px 20px 0px;
}

.stages-item__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: 45px;
	border: 1px solid #fff;
	border-radius: 15px;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	margin: 0px 0px 25px 0px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.stages-item__btn:last-child {
	margin: 0;
}
.stages-item__btn._active {
	background: #fff;
	color: #000;
}
@media (min-width: 1024px) {
	.stages-item__btn:hover {
		background: #fff;
		color: #000;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
}
@media (max-width: 700px) {
	.stages-item__btn {
		font-size: 16px;
		margin: 0px 0px 15px 0px;
	}
}

.stages__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 172px;
	min-height: 54px;
	background-image: -o-linear-gradient(272deg, #8d1b3d 3%, #8d1b3d 96%);
	background-image: linear-gradient(178deg, #8d1b3d 3%, #8d1b3d 96%);
	border-radius: 15px;
	font-size: 22.1px;
	line-height: 10px;
	font-weight: 300;
	color: #ffffff;
	margin: 45px 0px 0px 0px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (max-width: 480px) {
	.stages__btn {
		min-height: 45px;
		width: 150px;
		font-size: 18px;
	}
}
@media (min-width: 1024px) {
	.stages__btn:hover {
		-webkit-transform: translate(-50%, 0) scale(1.05);
		    -ms-transform: translate(-50%, 0) scale(1.05);
		        transform: translate(-50%, 0) scale(1.05);
	}
}

.pool .jackpot-main__row {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.pool .jackpot-main__text {
	margin: 0;
}
.pool .jackpot-main__img {
	width: 418px;
}
@media (max-width: 868px) {
	.pool .jackpot-main__img {
		width: 250px;
	}
}

.wcw-timer {
	position: absolute;
	top: 110px;
	right: 144px;
	text-align: center;
}
@media (max-width: 1500px) {
	.wcw-timer {
		right: 85px;
	}
}
@media (max-width: 1200px) {
	.wcw-timer {
		position: relative;
		right: unset;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		    -ms-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
		margin: 0px 0px 40px 0px;
	}
}

.wcw-timer__title {
	font-size: 12px;
	font-weight: 100;
	letter-spacing: 0.4em;
	color: #ffffff;
	text-align: center;
	margin: 0px 0px 8px 0px;
}

.wcw-timer__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.wcw-timer__block {
	margin: 0px 45px 0px 0px;
	position: relative;
}
.wcw-timer__block p {
	font-size: 48px;
	font-weight: 900;
	letter-spacing: -0.075em;
	color: #ffffff;
}
@media (max-width: 480px) {
	.wcw-timer__block p {
		font-size: 36px;
	}
}
.wcw-timer__block span {
	font-size: 12px;
	font-weight: 100;
	letter-spacing: 0.1em;
	color: #ffffff;
}
.wcw-timer__block::after {
	content: "";
	position: absolute;
	top: 40%;
	right: -30px;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
}
.wcw-timer__block:last-child {
	margin: 0;
}
.wcw-timer__block:last-child::after {
	display: none;
}
@media (max-width: 480px) {
	.wcw-timer__block {
		margin: 0px 35px 0px 0px;
	}
	.wcw-timer__block::after {
		right: -23px;
	}
}

.wcwinner-topimg {
	margin: 0px 0px 120px 0px;
}
@media (max-width: 868px) {
	.wcwinner-topimg {
		margin: 0px 0px 50px 0px;
	}
}

.wcwinner-topimg__title {
	font-size: 24px;
	font-weight: 100;
	letter-spacing: 0.1em;
	color: #ffffff;
	text-align: center;
	margin: 0px 0px 70px -30px;
}
@media (max-width: 1366px) {
	.wcwinner-topimg__title {
		font-size: 20px;
	}
}
@media (max-width: 1024px) {
	.wcwinner-topimg__title {
		margin: 0px 0px 70px 0px;
	}
}
@media (max-width: 868px) {
	.wcwinner-topimg__title {
		margin: 0px 0px 40px 0px;
	}
}
@media (max-width: 480px) {
	.wcwinner-topimg__title {
		font-size: 16px;
	}
}

.wcwinner-topimg__row {
	position: relative;
	top: 0;
	left: 48%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	max-width: 800px;
}
.wcwinner-topimg__row img {
	width: 100%;
}
.wcwinner-topimg__row span {
	position: absolute;
	top: 45%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	color: #fff;
	font-weight: 600;
	font-size: calc(12px + 12 * ((100vw - 320px) / 1600));
	text-transform: uppercase;
	text-align: center;
}
@media (max-width: 1366px) {
	.wcwinner-topimg__row {
		max-width: 700px;
	}
}
@media (max-width: 1024px) {
	.wcwinner-topimg__row {
		left: 50%;
	}
}

.winners {
	padding: 0px 0px 50px 0px;
	max-width: 1400px;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}

.winners__title {
	font-size: 32.8px;
	line-height: 1.2;
	font-weight: 900;
	letter-spacing: -0.075em;
	color: #ffffff;
	text-align: center;
	margin: 0px 0px 50px 0px;
}
@media (max-width: 480px) {
	.winners__title {
		font-size: 28px;
	}
}

.winners__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -30px;
}
@media (max-width: 1366px) {
	.winners__row {
		margin: -20px;
	}
}
@media (max-width: 868px) {
	.winners__row {
		margin: -20px -10px;
	}
}

.winners-item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 16.666%;
	        flex: 0 0 16.666%;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 1366px) {
	.winners-item {
		padding: 20px;
	}
}
@media (max-width: 868px) {
	.winners-item {
		padding: 20px 10px;
	}
}
@media (max-width: 768px) {
	.winners-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 20%;
		        flex: 0 0 20%;
	}
}
@media (max-width: 600px) {
	.winners-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 33.333%;
		        flex: 0 0 33.333%;
	}
}
@media (max-width: 480px) {
	.winners-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
}

.winners-item__flag {
	width: 88px;
	height: 88px;
	margin: 0px 0px 15px 0px;
}
.winners-item__flag img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
@media (max-width: 1366px) {
	.winners-item__flag {
		width: 75px;
		height: 75px;
	}
}
@media (max-width: 768px) {
	.winners-item__flag {
		width: 60px;
		height: 60px;
	}
}

.winners-item__country {
	font-size: 16px;
	font-weight: 300;
	color: #b0b0b0;
	text-align: center;
	margin: 0px 0px 15px 0px;
}

.winners-item__btn {
	width: 100%;
	height: 45px;
	border: 1px solid #ffffff;
	border-radius: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 18px;
	font-weight: 300;
	color: #ffffff;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (min-width: 1024px) {
	.winners-item__btn:hover {
		background: #fff;
		color: #000;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
}
@media (max-width: 480px) {
	.winners-item__btn {
		font-size: 16px;
	}
}