@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

svg use {
	fill: #fff;
	fill-rule: evenodd;
}

.path {
	fill: #fff;
	stroke: #fff;
}

.svg-menu rect,
.menu-button path,
.menu {
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

body {
	font-family: 'Poppins', Arial, sans-serif;
	width: 100%;
	color: #100f0f;
	font-size: 16px;
	line-height: 25px;
	overflow-x: hidden;
	background-color: #2b6069;
}

* {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #fff;
	font-weight: 600;
}

ul {
	list-style: none;
}

ul > li {
	display: inline-block;
}

span {
	display: inline-block;
}

.image img {
	display: block;
}

.type-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	position: relative;
	width: auto;
	margin-top: -25px;
	margin-left: -30px;
}

.type-list > * {
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 100%;
	margin-top: 25px;
	padding-left: 30px;
}

.type-list > li:before {
	display: none;
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
}

.header {
	z-index: 1000;
	width: 100%;
	background-color: #1b4045;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.main {
	max-width: 1300px;
	padding: 0 30px;
	margin: 20px auto 0;
}

.main:not(.page-home) > * {
	margin-bottom: 20px;
}

.main.page-home {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	align-items: flex-start;
}

.header > * {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 33.3%;
	-moz-box-flex: 1;
	flex: 1 1 33.3%;
}

.content {
	max-width: 1300px;
	padding: 45px 40px;
	margin: auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
	overflow: hidden;
}

h1,
h2,
h3,
h4,
.title {
	font-weight: 700;
	text-transform: uppercase;
	color: #2b6069;
	font-size: 40px;
	line-height: 45px;
}

h1,
.title.general {
	color: #1b4045;
}

h4,
.title.small {
	font-size: 30px;
	line-height: 35px;
}

.button {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 100px;
	min-width: 120px;
	background-color: #e54616;
	color: #fff;
	padding: 0 20px;
	font-size: 16px;
	line-height: 50px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	height: auto;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	margin: auto;
	z-index: 1;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.button:hover {
	background-color: #53b03b;
}

.button.small {
	padding: 0 20px;
	min-width: 120px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.button.green {
	background-color: #53b03b;
}

.button.green:hover {
	background-color: #e54616;
}

.button > * {
	display: inline-block;
	vertical-align: middle;
}

.button > div:after {
	content: url(../images/button-arrow.svg);
	display: inline-block;
	padding-left: 20px;
	vertical-align: middle;
}

.button.big {
	min-width: 270px;
}

/* header */

.header__content {
	padding: 0 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	background-color: transparent;
}

body.active {
	overflow: hidden;
}

.page-home .header__content {
	margin-bottom: 0;
}

.header__content > * {
	display: inline-block;
	vertical-align: middle;
}

.logo img {
	display: block;
}

.header__logo {
	position: absolute;
	top: 0;
	left: 30px;
	padding: 15.5px 0;
}

.menu-button {
	display: none;
	background: transparent;
	z-index: 1001;
}

.menu-button svg {
	display: block;
}

.header__menu {
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 17.5px 0 17.5px 195px;
	background-color: #274a4f;
}

.header__menu a {
	padding: 10px 40px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	overflow: hidden;
	display: block;
}

.header__menu > ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.header__menu a:hover,
.expand__menu > *:nth-child(2) a:hover,
.expand__menu > *:nth-child(3) a:hover {
	background-color: #32676f;
}

.expand__menu {
	display: none;
	margin-bottom: 50px;
}

.expand__menu > * {
	display: none;
	width: 100%;
}

.expand__menu a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
}

.expand__menu li {
	display: block;
}

.expand__menu > *:nth-child(2) a,
.expand__menu > *:nth-child(3) a {
	background-color: #274a4f;
	padding: 12.5px;
	margin-bottom: 15px;
	width: 100vw;
	text-transform: uppercase;
}

.header__buttons {
	text-align: right;
	margin-left: 30px;
	padding: 15px 0;
	font-size: 0;
}

.header__button:last-child {
	margin-left: 8px;
}

.expand__menu > *:nth-child(5) {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.expand__menu > *:nth-child(5) > * {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 -webkit-calc((100% - 30px) / 2);
	-moz-box-flex: 0;
	flex: 0 1 calc((100% - 30px) / 2);
	margin-top: 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	text-align: center;
}

.expand__menu > *:nth-child(5) a {
	background-color: #fff;
	min-width: 250px;
	color: #1cbe60;
}

.expand__menu > *:nth-child(5) a div {
	display: inline-block;
	vertical-align: middle;
}

.expand__menu > *:nth-child(5) a div:first-child img {
	display: block;
	padding-right: 5px;
}

/* parts */

.page-home__left {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 295px;
	-moz-box-flex: 0;
	flex: 0 1 295px;
}

.page-home__right {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 -webkit-calc(100% - 295px - 20px);
	-moz-box-flex: 0;
	flex: 0 1 calc(100% - 295px - 20px);
	max-width: -webkit-calc(100% - 295px - 20px);
	max-width: -moz-calc(100% - 295px - 20px);
	max-width: calc(100% - 295px - 20px);
}

.page-home__right > * {
	margin-bottom: 20px;
}

/* page-home__Left */

.page-home__left > * {
	margin-bottom: 25px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
}

.sports__menu {
	background-color: #fff;
	padding-bottom: 20px;
}

.sports__menu > ul > * {
	display: block;
}

.sports__menu > ul a,
.expand__menu > *:nth-child(5) a {
	display: block;
	font-weight: 500;
	padding: 15.5px 20px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	color: #202735;
}

.sports__menu > ul > li:nth-last-child(n + 2) a:before {
	content: '';
	height: 1px;
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: calc(100% - 20px);
	background-color: rgb(215, 215, 215);
	position: absolute;
	left: 20px;
	bottom: 0;
}

.sports__menu > ul div,
.casino__menu > ul div {
	display: inline-block;
}

.sports__menu > ul a > div:first-child {
	position: absolute;
	left: 20px;
	top: 15.5px;
	width: 27px;
	text-align: center;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.sports__menu > ul a > div:nth-child(2) {
	padding-left: 40px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.sports__menu > ul a:hover,
.expand__menu > *:nth-child(5) a:hover {
	background-color: #b5e1f0;
}

.sports__menu > ul a:hover {
	font-weight: 400;
	padding-left: 10px;
}

.sports__menu > ul a:hover > div:nth-child(2) {
	padding-left: 30px;
}

.sports__menu > ul a:hover > div:first-child {
	left: 10px;
}

.casino-menu__header {
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	overflow: hidden;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.casino-menu-header__app {
	font-size: 15px;
	line-height: 20px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	padding: 19px 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
}

.casino-menu-header__desc {
	padding: 20px 70px 20px 20px;
	font-size: 14px;
	line-height: 20px;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#2b6069),
		to(#4b9452)
	);
	background: -webkit-linear-gradient(left, #2b6069, #4b9452);
	background: -moz-linear-gradient(left, #2b6069, #4b9452);
	background: -o-linear-gradient(left, #2b6069, #4b9452);
	background: linear-gradient(to right, #2b6069, #4b9452);
}

.casino-menu-header__image {
	position: absolute;
	right: 0;
	bottom: 0;
}

.casino-menu-header__image img {
	z-index: 2;
}

.casino-menu__header div span {
	display: block;
	z-index: 2;
}

.button.casino-menu-header__button {
	margin: 20px;
	z-index: 2;
	font-size: 12px;
	line-height: 38px;
}

.casino__menu {
	max-width: 295px;
	margin: auto;
}

.casino__menu > ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	margin-top: 25px;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.casino__menu li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 -webkit-calc((100% - 15px) / 2);
	-moz-box-flex: 0;
	flex: 0 1 calc((100% - 15px) / 2);
}

.casino__menu > ul > li:last-child {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-moz-box-flex: 0;
	flex: 0 1 100%;
	margin-top: 20px;
}

.casino__menu > ul a {
	display: block;
	background-color: #fff;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	width: 100%;
	overflow: hidden;
	padding-top: 110px;
}

.casino__menu > ul a > div:first-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.casino__menu > ul a > div:first-child img {
	-o-object-fit: cover;
	object-fit: cover;
	max-width: none;
	max-height: none;
	width: 100%;
	height: 100%;
}

.casino__menu > ul a > div:last-child {
	padding: 25px 15px 15px;
	background-color: #53b03b;
	width: 100%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.casino__menu > ul a:hover > div:last-child {
	background-color: #e54616;
}

.casino__menu > ul a > div:last-child div:first-child {
	position: absolute;
	left: -webkit-calc(50% - 24px);
	left: -moz-calc(50% - 24px);
	left: calc(50% - 24px);
	top: -20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 7px;
	background-color: #53b03b;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.casino__menu > ul > li:last-child a > div:last-child div:first-child {
	padding: 15px 20px;
	top: -25px;
	left: -webkit-calc(50% - 36px);
	left: -moz-calc(50% - 36px);
	left: calc(50% - 36px);
}

.casino__menu > ul a:hover div:last-child div:first-child {
	background-color: #e54616;
}

.sports-menu__events,
.expand-menu__events {
	padding: 20px 22px;
	text-align: center;
	text-transform: uppercase;
}

.expand-menu__events {
	background-color: transparent;
	padding: 0;
}

.sports-menu__events a,
.expand-menu__events a {
	display: block;
	padding: 12.5px;
	min-width: 210px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-weight: 400;
	background-color: #e54616;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.sports-menu__events a:before,
.expand-menu__events a:before {
	content: url(../images/play-red.svg);
	display: block;
	position: absolute;
	left: 4px;
	top: 4px;
	padding: 10px 10px 6px 13px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
}

.sports-menu__events a:after,
.expand-menu__events a:after {
	content: url(../images/play-white.svg);
	position: absolute;
	top: 14px;
	right: 20px;
}

.sports-menu__events a:hover,
.expand-menu__events a:hover {
	background-color: #53b03b;
}

/* preface */

.preface__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	align-items: stretch;
	background-color: #32676f;
	color: #fff;
	padding: 25px;
}

.preface__article {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 -webkit-calc(100% - 230px);
	-moz-box-flex: 0;
	flex: 0 1 calc(100% - 230px);
}

.preface__wrap a {
	display: block;
	background-color: #16363b;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	margin-left: 15px;
}

.preface__image,
.preface__desc {
	display: inline-block;
	vertical-align: middle;
}

.preface__desc {
	padding: 0 25px 0 15px;
	text-transform: uppercase;
	font-weight: 400;
}

.preface__image {
	background-color: #1f4c52;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding: 13px 15px 8px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.preface__image {
	vertical-align: middle;
}

.preface__image > span:first-child {
	margin-right: 60px;
}

.preface__image > span:last-child {
	position: absolute;
	left: 50px;
	top: -5px;
}

.preface__wrap a:hover .preface__image {
	background-color: #53b03b;
}

/* cover */

.cover__content {
	padding-top: 40px;
	padding-bottom: 75px;
	overflow: hidden;
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		from(#b163ff),
		color-stop(#acdcee),
		to(#daf8f8)
	);
	background: -webkit-linear-gradient(right, #b163ff, #acdcee, #daf8f8);
	background: -moz-linear-gradient(right, #b163ff, #acdcee, #daf8f8);
	background: -o-linear-gradient(right, #b163ff, #acdcee, #daf8f8);
	background: linear-gradient(to left, #b163ff, #acdcee, #daf8f8);
}

.cover__wrap {
	width: 65%;
	max-width: 630px;
	overflow: hidden;
	text-align: left;
}

.cover__decoration {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
}

.cover__decoration img {
	-o-object-fit: cover;
	object-fit: cover;
	max-width: none;
	max-height: none;
	height: 100%;
	width: 100%;
	-o-object-position: right;
	object-position: right;
}

.title.general.cover__title {
	margin-bottom: 25px;
}

.title.general.cover__title > span {
	display: block;
}

.button.cover__button {
	min-width: 210px;
}

.cover__short {
	font-size: 10px;
	line-height: 15px;
	color: #1b4045;
	margin-top: 10px;
	text-transform: uppercase;
}

/* article  */

article > *,
.article > * {
	margin-top: 25px;
}

article a.button {
	margin-top: 25px;
}

article > *:first-child,
.article > *:first-child,
article > a.button:first-child,
.article > a.button:first-child {
	margin-top: 0;
}

article li,
.article li {
	padding-left: 30px;
	max-width: 700px;
}

article li + li,
.article li + li {
	margin-top: 10px;
}

.article .bonus__list li:before {
	content: none;
}

.article ul li:before,
article ul li:before {
	content: '.';
	font-size: 15px;
	font-weight: 900;
	color: #000;
	position: absolute;
	left: 10px;
	top: -2px;
}

.article ol,
article ol {
	list-style-position: inside;
	list-style: none;
}

.article ol > li,
article > ol li {
	counter-increment: ol;
}

.article ol > li:before,
article ol > li:before {
	content: counter(ol) '.';
	position: absolute;
	left: 10px;
	top: 0;
	color: #000;
}

.article > ol > li:marker,
article > ol > li:marker {
	content: counters(li);
}

article * + h2,
article * + h3,
article * + h4 {
	margin-top: 45px;
}

/* safety */

.safety__table {
	margin-top: 30px;
	width: 100%;
}

.safety__table tr {
	border-bottom: 1px solid #2b6069;
}

.safety__table td {
	padding: 13px 20px 10px 0;
	vertical-align: middle;
}

.safety__table tr > td:first-child {
	padding-left: 20px;
	width: 200px;
	font-weight: 500;
}

.safety__table tr > td:last-child {
	font-size: 14px;
	line-height: 20px;
}

.safety__table td span {
	vertical-align: middle;
}

.safety__table td span + span {
	margin-left: 20px;
}

/* welcome bonus  */

.welcome-bonus__content {
	padding: 90px 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	justify-content: flex-end;
	background-color: #eff3f5;
	color: #2b6069;
}

.welcome-bonus__desc {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 40px;
	line-height: 45px;
}

.welcome-bonus__text {
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.welcome-bonus__image {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 1;
	background-color: #000;
}

.welcome-bonus__image img {
	-o-object-fit: cover;
	object-fit: cover;
	max-width: none;
	max-height: none;
	height: 100%;
}

.welcome-bonus__wrapper {
	z-index: 2;
	max-width: 70%;
	text-align: right;
}

.button.welcome-bonus__button {
	width: 100%;
}

.welcome-bonus__article {
	margin-top: 20px;
}

/* benefits */

.benefits__content {
	overflow: hidden;
	background-color: #e2eaf3;
	color: #2b6069;
}

.benefits-list__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	padding: 16px 20px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.benefits-list__item + .benefits-list__item {
	margin-top: 15px;
}

.benefits-item__desc {
	font-weight: 500;
	text-transform: uppercase;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 -webkit-calc(100% - 450px);
	-moz-box-flex: 0;
	flex: 0 1 calc(100% - 450px);
	margin-right: 10px;
}

.benefits-item__rating {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	justify-content: flex-end;
}

.benefits-rating__desc {
	font-size: 14px;
}

.benefits-rating__image {
	vertical-align: middle;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 392px;
	-moz-box-flex: 0;
	flex: 0 1 392px;
	position: relative;
	z-index: 5;
	margin-right: 25px;
	height: auto;
}

.benefits-rating__image > img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.benefits-rating__active {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	overflow: hidden;
	height: 100%;
}

.benefits-rating__active img {
	max-width: none;
	max-height: 100%;
	display: block;
}

/* facts */

.facts__title {
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 2px solid #53b03b;
	font-size: 32px;
	line-height: 37px;
	margin-bottom: 10px;
}

.facts__table {
	margin-top: 10px;
}

.facts__table tr {
	border-bottom: 1px solid rgba(119, 119, 119, 0.5);
}

.facts__table td {
	padding: 13px 20px 10px 0;
	vertical-align: middle;
}

.facts__table tr > td:first-child {
	padding-left: 20px;
	width: 250px;
}

.facts__table tr > td:last-child {
	font-size: 14px;
	line-height: 20px;
}

.facts__table a {
	color: #e54616;
	font-weight: 400;
}

.facts__table tr > td:first-child > * {
	display: inline-block;
	vertical-align: middle;
}

.facts__table img {
	display: block;
}

.facts__table tr > td:first-child > *:first-child {
	width: 24px;
	margin-right: 2px;
}

.facts__table tr > td:first-child > *:last-child {
	width: -webkit-calc(100% - 32px);
	width: -moz-calc(100% - 32px);
	width: calc(100% - 32px);
	font-weight: 500;
}

/* faq */

.title.high.faq__title {
	margin-bottom: 35px;
	text-align: center;
}

.title.middle.faq-item__title {
	font-size: 24px;
	line-height: 28px;
	padding: 15px 50px;
	text-transform: none;
	font-weight: 600;
	border-bottom: 1px solid #2b6069;
}

.path.green {
	fill: #2b6069;
	stroke: #2b6069;
	stroke-width: 0;
}

.faq__item {
	display: block;
	cursor: pointer;
	margin-top: 10px;
}

.faq__item:last-child {
	margin-bottom: 0;
}

.faq-item__arrow {
	position: absolute;
	top: -webkit-calc(50% - 13px);
	top: -moz-calc(50% - 13px);
	top: calc(50% - 13px);
	right: 0;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	line-height: 1;
	z-index: 10;
	padding: 3px 3px 3.5px 3.5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #2b6069;
}

.faq-item__arrow svg {
	display: block;
}

.cls-1 {
	fill: #192a32;
	stroke: #192a32;
	fill-rule: evenodd;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.faq-rect1,
.faq-rect2 {
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.faq__item.active .faq-item__arrow .faq-rect1 {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
}

.faq-item__answer {
	padding: 15px 20px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	background-color: #b5e1f049;
	opacity: 0.9;
	border: 1px solid #2b6069;
	border-top: 2px solid #2b6069;
}

.js-expand-content {
	display: none;
	overflow: hidden;
}

.js-expand-content.expanded {
	height: 100%;
}

.faq__list > li {
	counter-increment: ol;
}

.faq__list > li:before {
	content: counter(ol) '.';
	position: absolute;
	font-size: 24px;
	font-weight: 600;
	left: 10px;
	top: 17px;
	color: #2b6069;
}

.faq__list > li:marker {
	content: counters(li);
}

/* app */

.app__wrap {
	padding: 0 6% 0 13%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	background-color: #eef2f7;
}

.button.app__button {
	width: 100%;
}

.button.app__button div:after {
	content: url(../images/arrow-app.svg);
}

.app__stores {
	margin-bottom: 25px;
}

.app__stores > * {
	display: inline-block;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	vertical-align: top;
	z-index: 2;
}

.app__stores > * + * {
	margin-left: 10px;
}

.app__stores > *:hover {
	-webkit-box-shadow: 10px 10px 20px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 10px 10px 20px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 10px 10px 20px 10px rgba(0, 0, 0, 0.15);
}

.app__buttons:before {
	content: url(../images/app-decor-left.svg);
	position: absolute;
	left: -140px;
	bottom: 0;
}

.app__buttons:after {
	content: url(../images/app-decor-right.svg);
	position: absolute;
	right: -160px;
	top: -35px;
}

/* bonus */

.bonus__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bonus-list__item {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: -webkit-gradient(
		linear,
		left bottom,
		right top,
		from(#daf8f8),
		color-stop(#acdcee),
		color-stop(#d4a8ff),
		to(#b163ff)
	);
	background: -webkit-linear-gradient(
		left bottom,
		#daf8f8,
		#acdcee,
		#d4a8ff,
		#b163ff
	);
	background: -moz-linear-gradient(
		left bottom,
		#daf8f8,
		#acdcee,
		#d4a8ff,
		#b163ff
	);
	background: -o-linear-gradient(
		left bottom,
		#daf8f8,
		#acdcee,
		#d4a8ff,
		#b163ff
	);
	background: linear-gradient(to right top, #daf8f8, #acdcee, #d4a8ff, #b163ff);
	margin-top: 20px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
	-moz-box-flex: 0;
	flex: 0 1 calc((100% - 20px) / 2);
	overflow: hidden;
	text-align: center;
	padding: 0 40px 15px;
}

.title.bonus-item__title {
	font-size: 32px;
	line-height: 37px;
	color: #100f0f;
}

.bonus-item__image {
	margin-bottom: 25px;
	text-align: center;
}

.bonus-item__image img {
	margin: auto;
}

.bonus-item__article {
	z-index: 2;
	text-transform: uppercase;
}

.bonus-item__button {
	width: 100%;
}

/* footer */

.footer {
	overflow: hidden;
	color: #fff;
	max-width: 1300px;
	margin: auto;
	padding: 0 30px;
}

.footer.page-home {
	padding-left: 345px;
}

.footer__content {
	padding: 25px 30px 0;
	background-color: #1b4045;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

.footer__copyright {
	margin-left: -30px;
	margin-right: -30px;
	background-color: #16363b;
	padding: 15px 30px;
	font-size: 12px;
	line-height: 18px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 -webkit-calc(100% + 60px);
	-moz-box-flex: 0;
	flex: 0 1 calc(100% + 60px);
}

.footer__logo {
	margin-top: 15px;
	margin-right: 30px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 175px;
	-moz-box-flex: 0;
	flex: 0 1 175px;
}

.footer__wrap {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 -webkit-calc(100% - 175px - 30px);
	-moz-box-flex: 0;
	flex: 0 1 calc(100% - 175px - 30px);
}

.footer__lists {
	margin-top: 25px;
	margin-bottom: 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
}

.footer__lists img {
	display: block;
}

.footer__lists li {
	vertical-align: middle;
}

.footer-payment__desc {
	font-size: 9px;
	line-height: 13px;
	font-weight: 700;
	margin-bottom: 7px;
}

.footer-payment__list li + li {
	margin-left: 10px;
}

.footer__info li + li {
	margin-left: 15px;
}

/* breadcrumbs */

.breadcrumbs {
	margin-bottom: 50px;
}

.breadcrumbs a {
	color: #1b4045;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.breadcrumbs li:after {
	content: '|';
	color: #1b4045;
	font-size: 16px;
	margin: 0 7px 0 4px;
}

.breadcrumbs li:last-child:after {
	content: none;
}

.breadcrumbs li a:hover {
	color: #53b03b;
}

.breadcrumbs li:last-child a:hover {
	color: #1b4045;
}

/* rating */

.cover__rating {
	font-size: 14px;
	text-transform: uppercase;
	color: #1b4045;
	display: inline-block;
	margin-bottom: 30px;
	vertical-align: top;
	margin-left: 10px;
}

.cover-rating__image {
	padding-left: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
}

.cover-rating__image > * {
	vertical-align: middle;
}

.cover-rating__desc {
	max-width: 200px;
	vertical-align: middle;
}

.cover-rating__desc > span > span {
	font-size: 24px;
	line-height: 25px;
	font-weight: 600;
}

.cover__rating > div {
	opacity: 0.7;
}

/* review */

.feedback__content {
	padding-bottom: 25px;
}

.title.feedback__title {
	text-align: center;
	margin-bottom: 25px;
}

.feedback__carousel {
	padding-bottom: 75px;
}

.owl-stage {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	align-items: stretch;
}

.owl-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
}

.feedback-item__bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.feedback-item__bg img {
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
}

.feedback__item {
	overflow: hidden;
	padding: 15px 15px 50px;
	color: #2b6069;
}

.feedback-item__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	margin-bottom: 55px;
}

.feedback-item__wrap:before {
	content: url(../images/feedback-decor.svg);
	position: absolute;
	bottom: -45px;
	left: -webkit-calc(50% - 66px);
	left: -moz-calc(50% - 66px);
	left: calc(50% - 66px);
}

.feedback-item__image {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 56px;
	-moz-box-flex: 0;
	flex: 0 1 56px;
	margin-right: 15px;
}

.feedback-item__name {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 -webkit-calc(100% - 56px - 15px);
	-moz-box-flex: 0;
	flex: 0 1 calc(100% - 56px - 15px);
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
}

.cls-1.dark {
	stroke-width: 0;
	fill: #2b6069;
}

.article.feedback-item__article > * + * {
	margin-top: 5px;
}

.owl-nav {
	display: block;
	position: absolute;
	bottom: 0;
	left: -webkit-calc(50% - 55px);
	left: -moz-calc(50% - 55px);
	left: calc(50% - 55px);
	z-index: 100;
	width: 110px;
}

.owl-nav .button.arrow.feedback-nav__button {
	min-width: 0;
	text-align: center;
	width: 42px;
	height: 42px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #edf8fb;
}

.button.arrow.feedback-nav__button:hover {
	background-color: transparent;
}

.button.arrow.feedback-nav__button:hover {
	background-color: #2e9344;
}

.button.arrow + .button.arrow {
	position: absolute;
	right: 0;
}

/* support */

.title.middle.support__title {
	font-size: 24px;
	line-height: 35px;
	margin-bottom: 20px;
}

.support__contacts {
	margin-bottom: 35px;
	padding-left: 15px;
}

.support__contacts a {
	display: block;
	min-width: 130px;
	padding: 10px 15px;
	text-transform: uppercase;
	text-align: center;
	color: #192a32;
	font-weight: 600;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1.5px solid #000;
}

.support__contacts li {
	margin-top: 25px;
}

.support__contacts li + li {
	margin-left: 10px;
}

.support__contacts a > * {
	display: inline-block;
	vertical-align: middle;
}

.support__contacts img {
	display: block;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.support__contacts a > div {
	padding-right: 5px;
}

.support__contacts a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.support__table {
	width: 100%;
}

.support__table tr {
	border-bottom: 1px solid rgba(119, 119, 119, 0.5);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
}

.support__table a {
	color: #777777;
	font-weight: 400;
	vertical-align: middle;
}

.support__table img {
	display: block;
}

.support__table td {
	padding: 13px 0 10px;
	vertical-align: middle;
}

.support__table tr > td:first-child {
	padding-right: 30px;
	padding-left: 15px;
	font-weight: 600;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-moz-box-flex: 0;
	flex: 0 1 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
}

.support__table tr > td:last-child {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-moz-box-flex: 1;
	flex: 1 1 auto;
	font-size: 14px;
}

.support__table tr > td > * {
	display: inline-block;
	vertical-align: middle;
}

.support__table tr > td:first-child > *:first-child {
	margin-right: 5px;
}

.support__table tr:last-child a {
	color: #2a8711;
}
.breadcrumbs__item.breadcrumbs__page span {
	text-transform: uppercase;
	color: #1b4045;
}
.img-cov {
	width: 100%;
	height: 100%;
}
.content.article.welcome-bonus__article ul {
	display: flex;
	flex-direction: column;
}
.content.article.welcome-bonus__article ul li a {
	color: #2b6069;
}
.content.article.welcome-bonus__article ul li a:hover {
	color: #07a5c1;
}
