
@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

html {
	scroll-behavior: smooth;
}
body {
	overflow-x: hidden;
	background: #0a626a;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 150%;
	color: #fff;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}


p {
  margin-top: 16px;
}

ul {
	list-style: none;
}
ul, ol {
  text-align: left;
}

a:hover {
  text-decoration: none;
}

/* Title */
h1, h2, h3, h4, .title {
	display: block;
	position: relative;
  font-weight: 600;
	text-align: left;
	text-transform: none;
	color: #fff;
	margin-bottom: 20px;
	line-height: 120%;
}

h1 {
	font-size: 32px;
	text-align: center;
	text-transform: uppercase;
}

h2 {
  font-size: 24px;
	line-height: 120%;
	padding: 12px 20px;
	background: rgba(255, 255, 255, 0.2);
	-webkit-border-radius: 6px;
	        border-radius: 6px;
}

h3, h4, h5, h6  {
	font-size: 20px;
}


/* Button */
.button {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	width: auto;
  min-width: 270px;
	height: auto;
	-webkit-box-shadow: 0 4px 18px 0 rgba(14, 24, 17, 0.25);
	        box-shadow: 0 4px 18px 0 rgba(14, 24, 17, 0.25);
	background: #ff4949;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	font-size: 16px;
	font-weight: 600;
	font-style: normal !important;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: rgba(255,255,255,1.00);
	cursor: pointer;
	padding: 16px 32px;
	margin: 16px auto 0px auto;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
}

.button:hover {
	-webkit-transform: scale(1.04);
	    -ms-transform: scale(1.04);
	        transform: scale(1.04);
	text-decoration: none;
}


/* Button Inverse */
.button.inverse {
	background: #41b15b;
	-webkit-box-shadow: none;
	        box-shadow: none;

}

/* var */
.button > img,
.button > span {
	display: inline-block;
	position: relative;
	font: inherit;
	line-height: 1;
	vertical-align: middle;
}
.button > img + span {
	margin-left: 10px;
}

/* Special */
.image img,
.background img {
	display: block;
	position: relative;
}

.background {
	display: block !important;
	position: absolute !important;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 0!important;
	z-index: -1;
}

.background img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

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

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

svg {
  display: inline-block;
  position: relative;
  vertical-align: inherit;
	fill: rgba(255, 255, 255, 1);
  line-height: 1;
}
use {
  fill: rgba(255, 255, 255, 1);
  fill-rule: evenodd;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.path {
  fill: inherit;
  stroke: inherit;
  stroke-width: inherit;
}



/* Article */

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

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

article > * + h2,
.article > * + h2 {
	margin-top: 20px;
}
article > * + h3,
.article > * + h3 {
	margin-top: 20px;
}
article > * + h4,
.article > * + h4 {
	margin-top: 20px;
}

article > h2 + *,
.article > h2 + * {
	margin-top: 0px;
}

article > h3 + *,
.article > h3 + *,
article > h4 + *,
.article > h4 + * {
	margin-top: 0;
}


article p:first-child,
.article p:first-child {
	margin-top: 0px;
}

article a:not(.button),
.article a:not(.button) {
	color: #41b15b;
}
article a:not(.button):hover,
.article a:not(.button):hover {
	text-decoration: underline;
}

.article_other p, .article_other h3 {
	width: 80%;
}
.article_other h2 {
	z-index: 1;
	position: relative;
}
.article__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}
.article__inner .block h3 {
	margin: 0;
	padding: 0;
	border: none;
}
.article__inner .block {
	width: -webkit-calc(100% - 330px);
	width: calc(100% - 330px);
}
.article__image {
	width: 310px;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	overflow: hidden;
	height: auto;
}
.article__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
/* Content */



.cover {
	position: relative;
	overflow: hidden;
	z-index: 0;
	max-width: 100%;
	overflow: hidden;
	padding-left: -webkit-calc(50% - ((1600px - 60px) / 2));
	padding-left: calc(50% - ((1600px - 60px) / 2));
	padding-right: -webkit-calc(50% - ((1600px - 60px) / 2));
	padding-right: calc(50% - ((1600px - 60px) / 2));
}

.cover > * {
	display: block;
	position: relative;
}
.section {
	z-index: 0;
	position: relative;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	padding: 20px;
	background: #003135;
	overflow: hidden;
	margin-bottom: 20px;
}
.page__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 1600px;
	padding: 20px 30px 0 30px;
	margin: 0 auto;
}
.main {
	width: -webkit-calc(100% - 520px);
	width: calc(100% - 520px);
	margin: 0 20px;
	position: relative;
}

/* HEADER */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
	overflow: unset;
	background: #003135;
	color: rgba(255, 255, 255, 1);
	padding-top: 14px;
	padding-bottom: 14px;
	z-index: 1000;
	-webkit-border-radius: 0;
	        border-radius: 0;
}

.header > * {
	display: block;
	position: relative;
}
.header__button-menu {
	display: none;
}

/* Menu */
.header__menu .header__button {
	display: none;
}

.header__menu a {
	cursor: pointer;
}
.header-menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
	margin: 0px;
	padding: 0px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.header-menu__list li {
	display: block;
  position: relative;
	padding: 0px;
}
.header-menu__list li:before { display: none; }

.header-menu__list a {
  display: block;
	font-size: 16px;
	line-height: 128%;
  font-weight: 400;
	color: #bed2e4;
	text-decoration: none;
	text-transform: uppercase;
}

.header-menu__list a:hover {
	color: #fff;
}
.header-menu__list li + li {
  margin-left: 30px;
}

.header__buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	    -ms-flex: none;
	        flex: none;
}
.header__menu {
	margin-right: auto;
}

.header__button {
	margin: 0 0 0 10px;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	font-size: 14px;
	min-width: auto;
	font-weight: 400;
	padding: 9px 25px;
	background: rgba(255, 255, 255, 0.17);
}
.inverse.header__button {
	background: #41b15b;
}


/**language**/
.header__language {
	position: relative;
	margin: 0 0 0 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 125%;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.header__language img {
	width: 24px;
	height: 24px;
	margin-right: 12px;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
}
.header__language a:hover, .header__language-button:hover {
	color: #00b25b;
}


.header__language-button.active::before {
	-webkit-transform: scale(-1);
	    -ms-transform: scale(-1);
	        transform: scale(-1);
}

.header__logo {
	max-width: 113px;
	margin-right: 147px;
}
.header__logo > img {
  display: block;
  position: relative;
  max-width: 100%;
}

.header__logo[href]:hover {
  opacity: 0.50;
}

.header__time {
	white-space: nowrap;
	margin-left: 10px;
	font-weight: 400;
	font-size: 13px;
	line-height: 169%;
	color: #fff;
}


/* Prime */

.prime {
	margin-top: 60px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #000;
	min-height: 450px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}


.prime__wrap {
	width: 100%;
	max-width: 640px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        -webkit-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        -webkit-justify-content: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	z-index: 0;
}


.prime__title {
	text-align: center;
	color: #fff;
}

.prime__button {
	margin: 0;
}

.prime__small {
	margin: 8px 0 0 0;
	font-size: 10px;
	line-height: 150%;
	color: #FFFFFF;
}

.prime__text {
	color: #FFF;
	margin: 0 0 16px 0;
	font-size: 15px;
}

.prime__image {
	position: absolute;
	bottom: 0;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.prime__image img {
	-o-object-fit: cover;
	   object-fit: cover;
}
.prime__image--left {
	left: 0;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.prime__image--right {
	right: 0;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

/* F.A.Q. */

.faq__item {
	overflow: hidden;
	padding: 0px;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	background: rgba(255, 255, 255, 0.2);
}
.faq__item + .faq__item{
	margin-top: 20px;
}
.faq__list > li:before { display: none; }


.faq-item__title {
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	text-transform: uppercase;
	margin: 0;
	padding: 13px 55px 13px 16px;
}

.faq-item__title:before {
	content: '';
	display: block;
	position: absolute;
	top: 13px;
	right: 16px;
	width: 24px;
	height: 24px;
	background: url('../images/icons/faq-icon1.svg') no-repeat center center / 24px 24px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}


/* var */
.faq__item.active .faq-item__title:before {
	background: url('../images/icons/faq-icon2.svg') no-repeat center center / 24px 24px;
}

.faq-item__desc .wrap {
	padding: 12px 16px 16px 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.faq-item__desc p {
	margin: 0;
}

.faq-item__desc p + p {
	margin-top: 16px;
}


/* Breadcrumbs */
.breadcrumbs {
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 16px;
}
.breadcrumbs > li {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0px;
}

.breadcrumbs > li:before { display: none; }

.breadcrumbs > li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
}
.breadcrumbs > li a:not([href]) {
	opacity: 1;
}
.breadcrumbs > li a:hover {
	text-decoration: underline;
	color: #fff;
}
.breadcrumbs > li a:not([href]):hover {
	text-decoration: none;
	color: #fff;
}

.breadcrumbs > li:not(:last-child):after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/icons/breadcrumbs.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: relative;
	font: inherit;
	margin: 0px 12px;
}


.navigation {
	position: -webkit-sticky;
	position: sticky;
	height: auto;
	max-height: -webkit-calc(100vh - 80px);
	max-height: calc(100vh - 80px);
	overflow-y: auto;
	top: 80px;
	padding-bottom: 20px;
	width: 240px;
}
.navigation::-webkit-scrollbar {
	display: none;
}
.navigation__block {
	-webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	background: #003135;
	overflow: hidden;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
}
.navigation__head {
	cursor: pointer;
	text-align: left;
	padding: 10px 35px 10px 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
	position: relative;
	-webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	background: rgba(255, 255, 255, 0.2);
}
.navigation__head.active::before{
	-webkit-transform: scale(-1);
	    -ms-transform: scale(-1);
	        transform: scale(-1);
}
.navigation__head::before{
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background-image: url(../images/icons/navgitaion-arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.navigation ul {
	padding: 14px 20px;
}
.navigation a {
	font-weight: 600;
	font-size: 15px;
	line-height: 120%;
	color: #fff;
	opacity: 0.5;
	display: block;
	text-decoration: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative;

}
.navigation a:hover {
	opacity: 1;

}
.navigation li + li {
	margin-top: 16px;
}

.sidebar {
	position: -webkit-sticky;
	position: sticky;
	top: 80px;
	height: -webkit-calc(100vh - 80px);
	height: calc(100vh - 80px);
	overflow-y: auto;
	padding-bottom: 90px;
	width: 240px;

}
.sidebar::-webkit-scrollbar {
	display: none;
}


.sidebar__slots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 10px;

}
.sidebar__slot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        -webkit-align-items: flex-end;
	        align-items: flex-end;
	min-height: 96px;
	position: relative;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	overflow: hidden;
	text-decoration: none!important;
	width: -webkit-calc(50% - 5px);
	width: calc(50% - 5px);
}
.sidebar__slot:last-child {
	width: 100%;
}
.sidebar__slot > img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.sidebar__slot:hover > img {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
.sidebar__slot-title {
	width: 100%;
	margin-top: 72px;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	background: #003135;
	text-align: center;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
	padding: 6px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        -webkit-justify-content: center;
	        justify-content: center;
}
.sidebar__slot-icon {
	z-index: 0;
	height: 52px;
	padding: 6px;
	width: 44px;
	-webkit-border-radius: 32px 32px 0 0;
	        border-radius: 32px 32px 0 0;
	background: #003135;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        -webkit-justify-content: center;
	        justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	position: absolute;
	top: -32px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.sidebar__slot-icon img {
	z-index: 1;
}
.sidebar__slot-title span {
	color: #FFF;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	z-index: 1;
}

.back-top {
	position: absolute;
	right: -52px;
	bottom: 20px;
	height: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	    -webkit-align-items: flex-end;
	        align-items: flex-end;
}

.back-top__button {
	z-index: 100;
	width: 32px;
	height: 32px;
	cursor: pointer;
	position: -webkit-sticky;
	position: sticky;
	bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        -webkit-justify-content: center;
	        justify-content: center;
}

.back-top__button:hover {
	opacity: 0.7;
}



/* Footer */
.footer {
	background: #102a2e;
	padding: 10px;
	gap: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.footer__item {
	background-color: #fff;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	padding: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.footer__menu {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 20px;
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
}

.footer-menu__item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	        flex: 1;
	line-height: 100%;
}

.footer-menu__item p {
	font-weight: 700;
	font-size: 14px;
	color: #373C47;
	text-transform: uppercase;
	margin: 0 0 12px 0;
}

.footer-menu__item ul li {
	padding: 0;
}

.footer-menu__item ul li+li {
	margin-top: 5px;
}

.footer-menu__item ul li:before {
	display: none;
}

.footer-menu__item ul li a {
	color: #3A3F47;
	font-size: 12px;
}

.footer-menu__item ul li a:hover {
	color: #41b15b;
}

.footer-menu__item ul li a img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
	max-width: 14px;
}

.footer__pays {
	width: 215px;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
}
.footer__regulator {
	width: 137px;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
}

.footer__terms {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.footer__terms p {
	font-size: 12px;
	line-height: 130%;
	color: #3a3f47;
	margin: 0;
}
.footer__bottom {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}
.footer__copy {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 10px 30px;
	font-size: 12px;
	color: #3a3f47;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.footer__copy p {
	margin: 0;
}
.footer__copy p + p {
	margin-top: 6px;
}
.footer__desc {
	width: 430px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.footer__desc-age {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 13px;
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	color: #373c47;
	background-color: #fff;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.footer__desc-mobile {
	text-decoration: none!important;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	color: #fff;
	background: #799496;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	display: block;
	padding: 8px 15px;
	margin-top: 10px;
}



.block {
	padding: 20px;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	overflow: hidden;
	background-color: rgba(255,255,255,0.2);
	color: #fff;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.block > * {
	color: #fff;
}
.block h3 {
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.block__background {
	z-index: 0;
}
.block__button {
	margin: auto 0 0 auto;
}
.mobile__block {
	padding: 0;
}
.mobile__block .list{
	background: none;
}
.mobile__block h3 {
	padding: 16px 12px;
	margin: 0;
}

.blocks {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 20px;
}
.blocks .block h3 {
	text-transform: uppercase;
	padding: 0;
	border: none;
}
.blocks .block {
	width: -webkit-calc(50% - 10px);
	width: calc(50% - 10px);
}
.blocks .block h3 + p {
	margin-top: 0;
}

ol, ul {
	list-style: none;
}

.list li {
	padding: 0 0 0 18px;
	font-weight: 400;
	font-size: 15px;
	line-height: 165%;
	color: #fff;
	position: relative;
	width: 100%;
}

ol.list {
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	overflow: hidden;
	background: rgba(255,255,255,0.2);
}

ol.list > li::before {
	content: counter(ol);
	color: #fff;
	background: -webkit-gradient(linear, left top, right top, color-stop(7.5%, #054146), to(rgba(5, 65, 70, 0.4))), -webkit-gradient(linear, left top, left bottom, from(rgba(5, 65, 70, 0.5)), to(#0b4046));
	background: -o-linear-gradient(left, #054146 7.5%, rgba(5, 65, 70, 0.4) 100%), -o-linear-gradient(top, rgba(5, 65, 70, 0.5) 0%, #0b4046 100%);
	background: linear-gradient(90deg, #054146 7.5%, rgba(5, 65, 70, 0.4) 100%), linear-gradient(180deg, rgba(5, 65, 70, 0.5) 0%, #0b4046 100%);
	width: 40px;
	height: 40px;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	font-weight: 400;
	position: absolute;
	left: 20px;
	top: 16.5px;
}
ol.list > li {
	counter-increment: ol;
}
ol.list > li + li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
ol.list > li {
	padding: 24px 20px 24px 80px;
}
ol.list ul {
	margin-top: 19px;
}
ol.list ul li::before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border: 1px solid;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0px;
	position: absolute;
}
ol.list ul li + li {
	margin-top: 14px;
}
ul.list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
ul.list li + li {
	margin-top: 12px;
}
ul.list_col {
	gap: 20px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

ul.list > li::before{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background-color: #fff;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0px;
	position: absolute;
}

ul.list_other li::before{
	background: url(../images/icons/list-other.svg) no-repeat center center / 24px 24px;
	width: 24px;
	height: 24px;
}
ul.list_other li {
	padding-left: 48px;
}
.list.list_col li{
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	background: rgba(255, 255, 255, 0.2);
	padding: 12px 12px 12px 30px;
}
.list.list_col li + li {
	margin: 0;
}
.list.list_col li::before {
	left: 12px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.list_col li {
	width: -webkit-calc(50% - 10px);
	width: calc(50% - 10px);
}
.list strong {
	font-weight: 600;
}
.list_bg > li {
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	background: rgba(255, 255, 255, 0.2);
	padding: 12px 12px 12px 30px;
}
.list.list_bg > li::before {
	left: 12px;
	top: 21px;
	bottom: auto;
	margin: 0;
}
.list_bg > li > ul > li::before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border: 1px solid;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0px;
	position: absolute;
}
.list_bg > li > ul {
	margin-top: 16px;
}
.list.list_app li:last-child{
	padding: 14px 18px;
}
.list.list_app li:last-child::before {
	display: none;
}

.list__block{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;

}
.list__block_other {
	position: relative;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	overflow: hidden;
	padding: 20px;
}
.list__block_other .list__image {
	margin-bottom: -20px;
}
.list__image {
	overflow: hidden;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	width: 320px;
}
.list__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.list__block .list {
	width: -webkit-calc(100% - 340px);
	width: calc(100% - 340px);
}
.list__block .list li {
	padding: 12px 12px 12px 30px;
	background: rgba(255, 255, 255, 0.2);
	-webkit-border-radius: 6px;
	        border-radius: 6px;
}
.list__block .list li + li {
	margin-top: 20px;
}
.list__block .list li::before {
	left: 12px;
}

.list_logo li:last-child {
	padding: 0;
	text-align: center;
	background: none;
}
.list_logo li:last-child img {
	margin: auto;
}
.list_logo li:last-child::before {
	display: none;
}




.table {
	display: block;
}
.table thead {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: -webkit-gradient(linear, left top, right top, color-stop(7.5%, #054146), to(rgba(5, 65, 70, 0.4)));
	background: -o-linear-gradient(left, #054146 7.5%, rgba(5, 65, 70, 0.4) 100%);
	background: linear-gradient(90deg, #054146 7.5%, rgba(5, 65, 70, 0.4) 100%);
	-webkit-border-radius: 6px 6px 0 0;
	        border-radius: 6px 6px 0 0;
}
.table th {
	padding: 12px 20px;
	font-weight: 700;
	font-size: 15px;
	line-height: 140%;
	text-transform: uppercase;
	color: #fff;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.table tbody {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	background: #fff;
	-webkit-border-radius: 0 0 6px 6px;
	        border-radius: 0 0 6px 6px;
}
.table tr:not(:last-child) {
	border-bottom: 1px solid rgba(12, 135, 146, 0.2);
}
.table tr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.table td {
	font-size: 15px;
	line-height: 147%;
	color: #0d4047;
	padding: 32px 20px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.table_about {
	overflow: hidden;
	-webkit-border-radius: 0px 0px 6px 6px;
	        border-radius: 0px 0px 6px 6px;
}
.table_about tbody {
	background: rgba(255, 255, 255, 0.2);
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.table_about td {
	padding: 12px 20px;
	color: #fff;
}
.table_about tr:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.table_about td:nth-child(1){
	font-weight: 700;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 285px;
	    -ms-flex: 1 0 285px;
	        flex: 1 0 285px;
}
.table_about td:nth-child(2){
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 -webkit-calc(100% - 285px);
	    -ms-flex: 1 0 calc(100% - 285px);
	        flex: 1 0 calc(100% - 285px);
}
.about__title {
	padding: 16px 12px;
	background: rgba(255, 255, 255, 0.2);
	margin: 0;
	-webkit-border-radius: 6px 6px 0 0;
	        border-radius: 6px 6px 0 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.table_grade tbody{
	background: rgba(255, 255, 255, 0.2);
	-webkit-border-radius: 6px;
	        border-radius: 6px;
}
.table_grade td {
	color: #fff;
	padding: 12px 20px;
}


.compare {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}
.compare-item {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.compare-item__title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 16px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}
.compare-item__title img {
	max-width: 40px;
	margin-right: 24px;
}
.compare-item__title h3 {
	color: #fff;
	margin: 0;
	padding: 0;
	border: none;
}
.compare-item ul {
	padding-left: 64px;
}
.compare-item li:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background-color: #fff;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	top: 9px;
	left: 0;
	position: absolute;
}
.compare-item li {
	font-weight: 400;
	font-size: 15px;
	line-height: 165%;
	color: #fff;
	padding-left: 18px;
	position: relative;
}
.compare-item li + li {
	margin-top: 12px;
}
.app__section {
	padding: 0;
}

.app {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	padding: 15px;
	background-color: #fff;
	gap: 16px;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.app__button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	padding: 6px 28px 6px 32px;
	font-weight: 500;
	font-size: 15px;
	line-height: 165%;
	text-align: center;
	color: #fff!important;
	text-decoration: none!important;
	min-width: 217px;
	background: -webkit-gradient(linear, left top, right top, color-stop(7.5%, #054146), to(rgba(5, 65, 70, 0.4))), -webkit-gradient(linear, left top, left bottom, from(rgba(5, 65, 70, 0.5)), to(#0b4046));
	background: -o-linear-gradient(left, #054146 7.5%, rgba(5, 65, 70, 0.4) 100%), -o-linear-gradient(top, rgba(5, 65, 70, 0.5) 0%, #0b4046 100%);
	background: linear-gradient(90deg, #054146 7.5%, rgba(5, 65, 70, 0.4) 100%), linear-gradient(180deg, rgba(5, 65, 70, 0.5) 0%, #0b4046 100%);
}
.app__button:hover {
	background-color: #0D4047;
}
.app__button img {
	max-width: 32px;
	margin-right: 16px;
}
.app__logo {
	max-width: 243px;
}



.mobile {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	padding: 0 0 0 20px;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
}
.mobile__image {
	max-width: 213px;
}
.mobile__logo {
	margin: 10px;
	max-width: 243px;
}
.mobile__buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.mobile__button{
	margin: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	font-weight: 500;
	font-size: 15px;
	line-height: 165%;
	text-align: center;
	color: #fff!important;
	padding: 6px 20px 6px 32px;
	background: -webkit-gradient(linear, left top, right top, color-stop(7.5%, #054146), to(rgba(5, 65, 70, 0.4))), -webkit-gradient(linear, left top, left bottom, from(rgba(5, 65, 70, 0.5)), to(#0b4046));
	background: -o-linear-gradient(left, #054146 7.5%, rgba(5, 65, 70, 0.4) 100%), -o-linear-gradient(top, rgba(5, 65, 70, 0.5) 0%, #0b4046 100%);
	background: linear-gradient(90deg, #054146 7.5%, rgba(5, 65, 70, 0.4) 100%), linear-gradient(180deg, rgba(5, 65, 70, 0.5) 0%, #0b4046 100%);
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	min-width: 217px;
	text-decoration: none!important;
}
.mobile__button img {
	max-width: 32px;
	margin-right: 16px;
}
.mobile_other {
	overflow: initial;
	padding: 70px 30px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.mobile_other .mobile__image {
	position: absolute;
	right: -20px;
	bottom: 0;
	max-width: 232px;
	z-index: -1;
}
.mobile_other .mobile__background {
	overflow: hidden;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
}


.vip {
	padding-bottom: 200px;
	min-height: 440px;
}
.vip h2 {
	margin-top: 0;
}
.vip p {
	width: 66%;
}
.vip__image {
	position: absolute;
	bottom: 0;
	z-index: -1;
}
.vip__image--right {
	max-width: 412px;
	right: 0;
}
.vip__image--left {
	max-width: 438px;
	left: 0;
}


.games {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 20px;
}
.game {
	position: relative;
	padding: 20px;
	width: -webkit-calc(50% - 10px);
	width: calc(50% - 10px);
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	overflow: hidden;
}
.game h3 {
	border-bottom: 1px solid #fff;
	padding-bottom: 16px;
}


.tile {
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	padding: 20px;
}
.tile > * + * {
	margin-top: 20px;
}


.reviews-item {
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	padding: 32px;
	background: rgba(255, 255, 255, 0.2);
	height: 100%;
}
.reviews-item__inner{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 32px;
}
.reviews-item__name{
	font-weight: 600;
	font-size: 20px;
	line-height: 165%;
	color: #fff;
	margin: 0 20px 0 0;
}
.reviews-item__rate {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 4px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.reviews-item__rate img {
	max-width: 16px;
}

.reviews-item__divider {
	margin-bottom: 32px;
}
.reviews-item__text p {
	font-weight: 400;
	font-size: 15px;
	line-height: 160%;
	color: #fff;
}
.reviews {
	padding: 0 52px;
}
.reviews .owl-button{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.reviews .owl-prev{
	left: 0;
}
.reviews .owl-next{
	right: 0;
}
.reviews .owl-stage {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.reviews .item {
	height: 100%;
}


.conclusion {
	padding-bottom: 50px;
}
.conclusion h2 {
	margin-bottom: 40px;
}
.conclusion__image {
	position: absolute;
	bottom: 0;
	z-index: -1;
	right: 0;
}

.tournament {
	position: relative;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	overflow: hidden;
	padding: 20px;
}
.tournament ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.tournament ul li {
	padding: 24px 12px 24px 30px;
	position: relative;
	width: 33.3333%;
}
.tournament ul li::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background-color: #fff;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	top: 0px;
	bottom: 0px;
	left: 12px;
	margin: auto;
	position: absolute;
}
.conditions {
	position: relative;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	overflow: hidden;
	padding: 20px;
}
.conditions__list li{
	max-width: 650px;
	min-height: 90px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.list.conditions__list li::before {
	top: 0;
	bottom: 0;
	margin: auto;
}
.list.conditions__list li + li {
	margin-top: 20px;
}
.conditions__list li:nth-child(even) {
	margin-left: auto;
}



.card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 20px;
}
.card__image {
	width: -webkit-calc(46% - 10px);
	width: calc(46% - 10px);
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	overflow: hidden;
}
.card__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.card__desc {
	width: -webkit-calc(54% - 10px);
	width: calc(54% - 10px);
	margin: 0;
}
.card h3 {
	padding-bottom: 20px;
	font-size: 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.card p {
	line-height: 165%;
}


.card__apps{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-top: 20px;
}

.card__apps-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	padding: 6px 28px 6px 32px;
	font-weight: 500;
	font-size: 15px;
	line-height: 165%;
	text-align: center;
	color: #fff!important;
	text-decoration: none!important;
	min-width: 217px;
	background: #41b15b;
}
.card__apps-button:hover {
	background: #ff4949;
}
.card__apps-button img {
	max-width: 32px;
	margin-right: 16px;
}

.bonus__blocks .block {
	justify-content: space-between;
}

.bonus__blocks .button {
	margin: 20px auto 0 0;
}

.list.list_other > li:before {
	top: 12px;
}
