@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&family=Roboto:wght@100..900&display=swap');

body {
   overflow-x: hidden;
   min-height: 100vh;
   background: #0A626A;
   font-family: 'Roboto', sans-serif;
   font-weight: 400;
   font-size: 15px;
   line-height: 150%;
   color: #fff;
   text-align: left;
}

p {
   margin-top: 16px;
   width: 100%;
}

p:first-child {
   margin-top: 0;
}

ul,
ol {
   text-align: left;
   width: 100%;
}

li {
   position: relative;
   padding-left: 22px;
}

ol>li {
   counter-increment: ol;
}

ul>li:before,
ol>li:before {
   font: inherit;
   color: inherit;
   position: absolute;
   top: 0;
}

ul>li:before {
   content: "•";
   left: 8px;
}

ol>li:before {
   content: counter(ol)'.';
   left: 5px;
}

li+li {
   margin-top: 8px;
}

nav ul li {
   padding: 0;
}

nav ul li+li {
   margin-top: 0;
}

nav ul li:before {
   display: none;
}

/* Title */
h1,
h2,
h3,
h4,
.title {
   display: block;
   position: relative;
   width: 100%;
   font-weight: 600;
   color: #fff;
   line-height: 120%;
   text-transform: uppercase;
}

.title {
   margin-bottom: 16px;
}

h1,
.title.general {
   font-weight: 900;
   font-size: 36px;
   text-transform: none;
}

h2,
h3,
h4 {
   background: -o-linear-gradient(left, #0C4E54 0%, #185A61 44.77%, #00B25B 100%);
   background: -webkit-gradient(linear, left top, right top, from(#0C4E54), color-stop(44.77%, #185A61), to(#00B25B));
   background: linear-gradient(90deg, #0C4E54 0%, #185A61 44.77%, #00B25B 100%);
   border-radius: 6px;
   padding: 12px 14px;
}

h2,
.title.high {
   font-size: 34px;
}

h3,
.title.middle {
   font-size: 28px;
}

h4,
.title.mini {
   font-size: 22px;
}

/* Article */
article,
.article {
   font-weight: 400;
   font-size: 15px;
   line-height: 150%;
   text-align: left;
}

article>*:first-child,
.article>*:first-child {
   margin-top: 0px;
}

article>*+*,
.article>*+* {
   margin-top: 16px;
}

article .background+*,
.article .background+* {
   margin-top: 0;
}

article p a,
.article p a,
article li a:not(.button),
.article li a:not(.button),
.keyword {
   color: #41B15B;
}

article img,
.article img {
   border-radius: 6px;
   display: block;
}

article .title+*,
.article .title+* {
   margin-top: 0;
}

/* Button */
.button {
   display: inline-block;
   background-color: #2E9344;
   border-radius: 10px;
   -webkit-box-shadow: 0px 4px 18px 0px rgba(14, 24, 17, 0.25);
   box-shadow: 0px 4px 18px 0px rgba(14, 24, 17, 0.25);
   font-weight: 600;
   font-size: 16px;
   color: #FDFDFD;
   line-height: 1;
   text-align: center;
   text-transform: uppercase;
   white-space: nowrap;
   padding: 16px 30px;
   margin: 16px 0 0;
   min-width: 151px;
   position: relative;
}

.button.red {
   background: -o-linear-gradient(358.58deg, #E12151 0%, #FF646D 88.65%);
   background: linear-gradient(91.42deg, #E12151 0%, #FF646D 88.65%);
   border: none;
}

.button:hover {
   -webkit-transform: scale(1.05);
   -ms-transform: scale(1.05);
   transform: scale(1.05);
}


.button img {
   display: inline-block;
   vertical-align: middle;
}

/* Special */
.image img,
.background img {
   display: block;
   position: relative;
   margin: auto;
}

.background {
   display: block !important;
   position: absolute !important;
   top: 0px;
   bottom: 0px;
   left: 0px;
   right: 0px;
}

.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;
}

/* Content */
.content,
.cover {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   position: relative;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
   margin: 0px auto;
   overflow: hidden;
}

.content {
   background-color: #fff;
   border-radius: 6px;
   color: #0D4047;
   margin-top: 20px;
   padding: 32px 20px;
}

.cover {
   padding-left: 30px;
   padding-right: 30px;
}

.content>*,
.cover>* {
   display: block;
   position: relative;
}

/* Header */
.header {
   background: #054146;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 10px;
   overflow: visible;
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   z-index: 10;
   height: auto;
   padding-top: 14px;
   padding-bottom: 14px;
}

.logo {
   display: block;
}

.logo img {
   display: block;
}

.header__logo {
   max-width: 113px;
}

.menu-button,
.header__menu .header__button {
   display: none;
}

.header__menu {
   margin: 0 auto 0 9%;
}

.header__menu ul {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 30px;
}

.header__menu ul li a {
   display: block;
   font-weight: 400;
   font-size: 16px;
   color: #BED2E4;
   text-transform: uppercase;
}

.header__menu ul li a:hover {
   color: #fff;
}

.header__button {
   border-radius: 3px;
   font-weight: 400;
   font-size: 14px;
   padding: 10px 26px 8px;
   min-width: 88px;
   margin-top: 0;
}

.header__button-login {
   background-color: rgba(255, 255, 255, 0.17);
   padding-left: 22px;
   padding-right: 22px;
}

.header__time {
   font-size: 13px;
}

.header__lang {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 8px;
   font-weight: 400;
   font-size: 16px;
   color: #fff;
   line-height: 1;
   text-transform: uppercase;
}

.header__lang img {
   border-radius: 50%;
   max-width: 24px;
}

/* Main */
.main {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   gap: 20px;
   padding: 60px 30px 82px;
}

/* Sidebar */
.sidebar {
   position: -webkit-sticky;
   position: sticky;
   top: 80px;
   height: calc(100vh - 80px);
   width: 240px;
   overflow: auto;
   padding-bottom: 30px;
}

.sidebar::-webkit-scrollbar {
   display: none;
}

.sidebar>*+* {
   margin-top: 18px;
}

.sidebar__item-games li {
   padding: 0;
}

.sidebar__item-games li:before {
   display: none;
}

.sidebar__item-games li+li {
   margin-top: 10px;
}

.sidebar__item-games li>a {
   display: block;
   border: 2px solid rgba(255, 255, 255, 0.2);
   border-radius: 6px;
   position: relative;
   overflow: hidden;
}

.sidebar__item-games li>a:hover {
   border-color: rgba(255, 255, 255, 0.7);
}

.sidebar-games__img img {
   display: block;
}

.sidebar-games__icon {
   background: -o-linear-gradient(left, #0C4E54 0%, #185A61 44.77%, #00B25B 100%);
   background: -webkit-gradient(linear, left top, right top, from(#0C4E54), color-stop(44.77%, #185A61), to(#00B25B));
   background: linear-gradient(90deg, #0C4E54 0%, #185A61 44.77%, #00B25B 100%);
   border-radius: 50%;
   padding: 8px;
   width: 48px;
   height: 48px;
   position: absolute;
   left: 0;
   right: 0;
   bottom: 24px;
   margin: auto;
   z-index: 1;
}

.sidebar-games__icon img {
   display: block;
   max-width: 32px;
}

.sidebar-games__name {
   background: -o-linear-gradient(left, #0C4E54 0%, #185A61 44.77%, #00B25B 100%);
   background: -webkit-gradient(linear, left top, right top, from(#0C4E54), color-stop(44.77%, #185A61), to(#00B25B));
   background: linear-gradient(90deg, #0C4E54 0%, #185A61 44.77%, #00B25B 100%);
   font-family: 'Open Sans', sans-serif;
   font-weight: 700;
   font-size: 15px;
   color: #fff;
   text-align: center;
   text-transform: uppercase;
   display: block;
   padding: 13px 10px 6px;
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
}

.sidebar__item-quicklinks {
   border-radius: 6px;
   overflow: hidden;
}

.sidebar-quicklinks__button {
   display: block;
   background: -o-linear-gradient(left, #0C4E54 0%, #185A61 44.77%, #00B25B 100%);
   background: -webkit-gradient(linear, left top, right top, from(#0C4E54), color-stop(44.77%, #185A61), to(#00B25B));
   background: linear-gradient(90deg, #0C4E54 0%, #185A61 44.77%, #00B25B 100%);
   font-family: 'Open Sans', sans-serif;
   font-weight: 700;
   font-size: 14px;
   line-height: 1;
   color: #fff;
   text-align: left;
   text-transform: uppercase;
   width: 100%;
   padding: 9px 30px 8px 11px;
   position: relative;
}

.sidebar-quicklinks__button:before {
   content: '';
   background-color: #fff;
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20viewBox%3D%220%200%209%2010%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1.5904%206.59529C1.69997%206.70706%201.87144%206.71722%201.99227%206.62577L2.02689%206.59529L4.5%204.07247L6.97312%206.59529C7.08269%206.70706%207.25416%206.71722%207.37498%206.62577L7.4096%206.59529C7.51918%206.48352%207.52914%206.30861%207.43948%206.18536L7.4096%206.15005L4.71824%203.40471C4.60867%203.29294%204.4372%203.28278%204.31637%203.37423L4.28176%203.40471L1.5904%206.15005C1.46987%206.273%201.46987%206.47234%201.5904%206.59529Z%22%20fill%3D%22%230D4047%22%2F%3E%3C%2Fsvg%3E");
   background-repeat: no-repeat no-repeat;
   background-position: center center;
   background-size: 9px;
   border-radius: 2px;
   width: 13px;
   height: 13px;
   position: absolute;
   top: 0;
   bottom: 0;
   right: 10px;
   margin: auto;
}

.sidebar-quicklinks__button.slide:before {
   -webkit-transform: rotateX(180deg);
   transform: rotateX(180deg);
}

.sidebar-quicklinks__list li {
   border-top: 1px solid #F1F3F5;
}

.sidebar-quicklinks__list li a {
   display: block;
   background-color: #fff;
   font-weight: 300;
   font-size: 14px;
   color: #9299A2;
   line-height: 1.143;
   padding: 8px 10px 8px 30px;
   position: relative;
}

.sidebar-quicklinks__list li a:before {
   content: "•";
   font: inherit;
   color: inherit;
   position: absolute;
   top: 8px;
   left: 18px;
}

.sidebar-quicklinks__list li a:hover {
   background-color: rgba(46, 147, 68, .1);
   color: #fff;
}

.sidebar-quicklinks__list li a:hover:before {
   color: #fff;
}

.general-content {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
}

/* Prime */
.prime {
   background-color: rgba(0, 0, 0, 0);
   border-radius: 0 0 0 6px;
   min-height: 380px;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   padding: 50px 40px;
   width: calc(100% + 30px);
   margin: 0 -30px 0 0;
}

.prime__background img {
   -o-object-position: 70%;
   object-position: 70%;
}

.prime__wrap {
   color: #fff;
   max-width: 575px;
}

.prime__rating {
   font-size: 15px;
   text-transform: uppercase;
   margin-bottom: 15px;
}

.prime-rating__title {
   opacity: .8;
}

.prime-rating__value {
   margin-left: 3px;
}

.prime__title {
   text-shadow: 0 0 2px #01102D;
   margin-bottom: 0;
}

.prime__text {
   font-size: 16px;
   text-shadow: 0 0 3px #01102D;
   margin-top: 20px;
}

.prime__button {
   font-weight: 800;
   font-size: 16px;
   text-transform: none;
   min-width: 228px;
   padding-top: 22px;
   padding-bottom: 22px;
}

/* Page Nav */
.page-nav {
   background-color: rgba(0, 0, 0, 0);
   display: none;
}

.content.page-nav {
   padding: 0;
}

/* table */

.table {
   background: -o-linear-gradient(left, #0C4E54 0%, #185A61 44.77%, #00B25B 100%);
   background: -webkit-gradient(linear, left top, right top, from(#0C4E54), color-stop(44.77%, #185A61), to(#00B25B));
   background: linear-gradient(90deg, #0C4E54 0%, #185A61 44.77%, #00B25B 100%);
   border-radius: 6px;
   color: #fff;
   width: 100%;
}

.table tr {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}

.table tr>* {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
}

.table thead tr>* {
   font-weight: 800;
   font-size: 15px;
   line-height: 1.2;
   text-transform: uppercase;
   padding: 14px 20px;
}

.table tbody tr {
   border-top: 1px solid rgba(255, 255, 255, 0.55);
}

.table tbody tr>* {
   font-size: 15px;
   line-height: 1.4;
   padding: 12px 20px;
}

.table td p+p {
   margin-top: 12px;
}

/* About */
.about__table th {
   max-width: 365px;
}

/* pros cons */
.proscons {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   gap: 20px;
   width: 100%;
}

.proscons__item {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   background: -o-linear-gradient(left, #0C4E54 0%, #185A61 44.77%, #00B25B 100%);
   background: -webkit-gradient(linear, left top, right top, from(#0C4E54), color-stop(44.77%, #185A61), to(#00B25B));
   background: linear-gradient(90deg, #0C4E54 0%, #185A61 44.77%, #00B25B 100%);
   border-radius: 6px;
   color: #fff;
   padding: 20px;
}

.proscons-item__title {
   font-weight: 700;
   font-size: 18px;
   text-transform: uppercase;
}

.proscons-item__list {
   margin-top: 20px;
}

.proscons-item__list li {
   padding-left: 40px;
}

.proscons-item__list li::before {
   content: '';
   background-color: #fff;
   background-repeat: no-repeat no-repeat;
   background-position: center center;
   border-radius: 50%;
   width: 24px;
   height: 24px;
   top: 0;
   bottom: 0;
   left: 0;
   margin: auto;
}

.pros__item .proscons-item__list li::before {
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13.5%207C13.5%207.89701%2012.772%208.62501%2011.875%208.62501H8.625V11.875C8.625%2012.772%207.897%2013.5%207%2013.5C6.103%2013.5%205.37499%2012.772%205.37499%2011.875V8.62501H2.12501C1.228%208.62501%200.5%207.89701%200.5%207C0.5%206.103%201.228%205.375%202.12501%205.375H5.37499V2.125C5.37499%201.228%206.103%200.5%207%200.5C7.897%200.5%208.625%201.228%208.625%202.125V5.375H11.875C12.772%205.375%2013.5%206.103%2013.5%207Z%22%20fill%3D%22%232DB155%22%2F%3E%3C%2Fsvg%3E");
   background-size: 14px;
}

.cons__item .proscons-item__list li::before {
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%224%22%20viewBox%3D%220%200%2013%204%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M11.375%200H1.625C0.727596%200%200%200.727596%200%201.625C0%202.5224%200.727596%203.25%201.625%203.25H11.375C12.2724%203.25%2013%202.5224%2013%201.625C13%200.727596%2012.2724%200%2011.375%200Z%22%20fill%3D%22%23FF4949%22%2F%3E%3C%2Fsvg%3E");
   background-size: 13px;
}

/* Bonus Banner */
.bonus-banner {
   background-color: rgba(0, 0, 0, 0);
   padding: 40px 7%;
   min-height: 380px;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}

.bonus-banner__background img {
   -o-object-position: 80%;
   object-position: 80%;
}

.bonus-banner__wrap {
   color: #fff;
   text-align: center;
   max-width: 475px;
   position: relative;
}

.bonus-banner__title {
   background: none;
   border-radius: 0;
   font-weight: 900;
   font-size: 34px;
   text-shadow: 0 0 3px #000;
   padding: 0;
}

.bonus-banner__text {
   font-weight: 700;
   font-size: 18px;
   line-height: 1;
   text-transform: uppercase;
   text-shadow: 0 0 3px #000;
   margin-top: 17px;
}

.bonus-banner__button {
   margin-top: 22px;
   min-width: 273px;
}

.bonus-banner__terms {
   font-size: 10px;
   margin-top: 4px;
}

/* Register */
.register__banner {
   padding: 69px 20px;
}

.article-banner {
   width: 100%;
}

.register-banner__background img {
   -o-object-position: 90%;
   object-position: 90%;
}

.article-banner__wrap {
   max-width: 643px;
   position: relative;
}

.article-banner__list {
   background: -o-linear-gradient(left, #0C4E54 0%, #185A61 44.77%, #00B25B 100%);
   background: -webkit-gradient(linear, left top, right top, from(#0C4E54), color-stop(44.77%, #185A61), to(#00B25B));
   background: linear-gradient(90deg, #0C4E54 0%, #185A61 44.77%, #00B25B 100%);
   border-radius: 6px;
   color: #fff;
   overflow: hidden;
}

.article-banner__list>li {
   font-weight: 700;
   font-size: 16px;
   line-height: 1.375;
   padding: 12px 20px 12px 64px;
}

.article-banner__list>li:before {
   content: counter(ol);
   background-color: #2DB155;
   border-radius: 50%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   width: 24px;
   height: 24px;
   top: 10px;
   left: 20px;
}

.article-banner__list>li+li {
   border-top: 2px solid rgba(255, 255, 255, 0.2);
   padding-top: 11px;
   padding-bottom: 11px;
   margin-top: 0;
}

/* App Banner */
.app-banner {
   background-color: rgba(0, 0, 0, 0);
   padding: 130px 36px;
}

.app-banner__background img {
   -o-object-position: 80%;
   object-position: 80%;
}

.app-banner__buttons {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   gap: 19px;
}

.app-button {
   border-radius: 8px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 10px;
   padding: 12px 32px;
}

.app-button:hover {
   -webkit-transform: scale(1.05);
   -ms-transform: scale(1.05);
   transform: scale(1.05);
}

.app-button img {
   max-width: 32px;
}

.app-button span {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   font-weight: 600;
   font-size: 16px;
   color: #fff;
   line-height: 128%;
   text-align: center;
   text-transform: uppercase;
}

.app-button__ios {
   background-color: #248E44;
   max-width: 234px;
}

.app-button__android {
   background-color: #10707C;
   max-width: 259px;
}

/* Revies */
.reviews__list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   gap: 16px 20px;
}

.reviews-list__item {
   background: -o-linear-gradient(left, #0C4E54 0%, #185A61 44.77%, #00B25B 100%);
   background: -webkit-gradient(linear, left top, right top, from(#0C4E54), color-stop(44.77%, #185A61), to(#00B25B));
   background: linear-gradient(90deg, #0C4E54 0%, #185A61 44.77%, #00B25B 100%);
   border-radius: 6px;
   color: #fff;
   padding: 20px;
   width: calc(33.3% - 13.3px);
}

.reviews-list__item:before {
   display: none;
}

.reviews-list__item+.reviews-list__item {
   margin-top: 0;
}

.reviews-item__name {
   font-weight: 700;
   font-size: 20px;
   line-height: 135%;
}

.reviews-item__rate {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 5px;
   margin-top: 16px;
}

.reviews-item__rate img {
   max-width: 22px;
}

.reviews-item__text {
   margin-top: 16px;
}

/* FAQ */
.faq__list li {
   border-radius: 6px;
   padding: 0;
   overflow: hidden;
   -webkit-transition: all .5s ease-in-out;
   -o-transition: all .5s ease-in-out;
   transition: all .5s ease-in-out;
}

.faq__list li::after {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   border-radius: 6px;
   padding: 2px;
   background: -o-linear-gradient(left, #0C4E54 0%, #185A61 44.77%, #00B25B 100%);
   background: -webkit-gradient(linear, left top, right top, from(#0C4E54), color-stop(44.77%, #185A61), to(#00B25B));
   background: linear-gradient(90deg, #0C4E54 0%, #185A61 44.77%, #00B25B 100%);
   -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box,
      -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
   -webkit-mask: linear-gradient(#000 0 0) content-box,
      linear-gradient(#000 0 0);
   mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box,
      -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
   mask: linear-gradient(#000 0 0) content-box,
      linear-gradient(#000 0 0);
   -webkit-mask-composite: xor;
   mask-composite: exclude;
   z-index: 0;
}

.faq-list__item+.faq-list__item {
   margin-top: 16px;
}

.faq-list__item:before {
   display: none;
}

.faq-item__title {
   border-radius: 0;
   font-weight: 700;
   font-size: 16px;
   line-height: 1.25;
   cursor: pointer;
   margin: 0;
   position: relative;
   z-index: 1;
   padding: 18px 55px 18px 16px;
}

.faq-item__title:before {
   content: counter(ol)'.';
   font: inherit;
   color: inherit;
   display: inline-block;
   margin-right: 3px;
}

.faq-item__title:after {
   content: '';
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M20%208L12%2016L4%208%22%20stroke%3D%22white%22%20stroke-width%3D%221.4%22%2F%3E%3C%2Fsvg%3E");
   background-repeat: no-repeat no-repeat;
   background-position: center center;
   background-size: contain;
   position: absolute;
   top: 0;
   bottom: 0;
   right: 16px;
   margin: auto;
   width: 24px;
   height: 24px;
   -webkit-transition: all .3s;
   -o-transition: all .3s;
   transition: all .3s;
}

.faq-list__item.active .faq-item__title:after {
   -webkit-transform: rotateX(180deg);
   transform: rotateX(180deg);
}

.faq-item__desc {
   padding: 16px;
}

/* Grades */
.grades__value {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 8px;
}

.grades-value__text {
   font-weight: 800;
}

.grades-value__stars {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 5px;
}

.grades-value__stars img {
   max-width: 22px;
   width: calc(20% - 4px);
}

/* Opinion */
.opinion__wrap {
   background: -o-linear-gradient(left, #0C4E54 0%, #185A61 44.77%, #00B25B 100%);
   background: -webkit-gradient(linear, left top, right top, from(#0C4E54), color-stop(44.77%, #185A61), to(#00B25B));
   background: linear-gradient(90deg, #0C4E54 0%, #185A61 44.77%, #00B25B 100%);
   border-radius: 6px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 20px;
   padding: 20px;
}

.opinion__img {
   border-radius: 6px;
   max-width: 148px;
   overflow: hidden;
}

.opinion__img img {
   display: block;
}

.opinion__desc {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   color: #fff;
   line-height: 1.46;
}

/* Footer */
.footer {
   background-color: #102A2E;
   padding: 10px;
}

.footer__lang {
   background-color: #fff;
   border-radius: 3px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   gap: 10px 27px;
   padding: 15px 30px;
}

.footer__lang li {
   padding: 0;
}

.footer__lang li:before {
   display: none;
}

.footer__lang li+li {
   margin-top: 0;
}

.footer__lang li a {
   background-color: #02454D;
   border-radius: 8px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   gap: 8px;
   padding: 12px;
}

.footer__lang li a:hover {
   background-color: rgba(2, 69, 77, .7);
}

.footer__lang li a img {
   border-radius: 50%;
   max-width: 24px;
}

.footer__lang li a span {
   font-size: 500px;
   font-size: 14px;
   color: #fff;
   line-height: 1;
   text-transform: uppercase;
}

.footer__menu {
   background-color: #fff;
   border-radius: 3px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   gap: 10px;
   padding: 15px 30px;
   width: 100%;
   margin-top: 10px;
}

.footer-menu__item {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   line-height: 100%;
}

.footer-menu__item p {
   font-weight: 700;
   font-size: 14px;
   color: #373C47;
   text-transform: uppercase;
   margin-bottom: 12px;
}

.footer-menu__item ul li {
   background: none;
   padding: 0;
}

.footer-menu__item ul li+li {
   margin-top: 4px;
}

.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 {
   opacity: .7;
}

.footer-menu__item ul li a img {
   display: inline-block;
   vertical-align: middle;
   margin-right: 3px;
}

.footer__wrap {
   color: #3A3F47;
   font-size: 12px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   gap: 10px;
   margin-top: 10px;
   width: 100%;
}

.footer-terms__item,
.footer-bottom__copyright {
   background-color: #fff;
   border-radius: 3px;
   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;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}

.footer-terms__text {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   padding: 15px 30px;
}

.footer-terms__text p {
   line-height: 130%;
}

.footer-terms__text p {
   margin-top: 0;
}

.footer-terms__img {
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   gap: 15px;
   padding: 15px 17px;
}

.footer-terms__img img {
   max-height: 50px;
}

.footer-bottom__copyright {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   line-height: 100%;
   padding-left: 30px;
   padding-right: 25px;
}

.footer-bottom__copyright p+p {
   margin-top: 10px;
}

.footer-bottom__right {
   max-width: 434px;
   width: 100%;
}

.footer-right__age {
   background-color: #fff;
   border-radius: 3px;
   font-size: 20px;
   line-height: 1;
   text-align: center;
   padding: 14px;
}

.footer-right__mobile {
   display: block;
   background-color: #799496;
   border-radius: 3px;
   font-size: 14px;
   color: #fff;
   line-height: 1;
   text-align: center;
   text-transform: uppercase;
   margin-top: 10px;
   padding: 9px;
}

.footer-right__mobile:hover {
   background-color: #41B15B;
}

/* Btn Top */
.to-top {
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2242%22%20height%3D%2242%22%20viewBox%3D%220%200%2042%2042%22%20fill%3D%22none%22%3E%3Crect%20width%3D%2242%22%20height%3D%2242%22%20rx%3D%226%22%20fill%3D%22url(%23paint0_linear_8222_2837)%22%2F%3E%3Cpath%20d%3D%22M16.7799%2034H25.6507M16.7799%2020.6938H11.4782C11.1858%2020.6937%2010.9%2020.607%2010.6569%2020.4445C10.4139%2020.2821%2010.2244%2020.0512%2010.1125%2019.7811C10.0006%2019.511%209.97137%2019.2137%2010.0284%2018.927C10.0854%2018.6402%2010.2262%2018.3768%2010.4329%2018.1701L20.1701%208.43287C20.4473%208.15571%2020.8233%208%2021.2153%208C21.6074%208%2021.9834%208.15571%2022.2606%208.43287L31.9978%2018.1701C32.2045%2018.3768%2032.3453%2018.6402%2032.4023%2018.927C32.4593%2019.2137%2032.43%2019.511%2032.3181%2019.7811C32.2063%2020.0512%2032.0168%2020.2821%2031.7737%2020.4445C31.5307%2020.607%2031.2449%2020.6937%2030.9525%2020.6938H25.6507V29.5646H16.7799V20.6938Z%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_8222_2837%22%20x1%3D%220%22%20y1%3D%2221%22%20x2%3D%2242%22%20y2%3D%2221%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230C4E54%22%2F%3E%3Cstop%20offset%3D%220.447696%22%20stop-color%3D%22%23185A61%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2300B25B%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
   background-repeat: no-repeat no-repeat;
   background-position: center center;
   background-size: contain;
   width: 42px;
   height: 42px;
   position: fixed;
   right: 20px;
   bottom: 20px;
   display: none;
   z-index: 1;
   opacity: .7;
}

.to-top:hover {
   opacity: 1;
}

/* PAGES */
/* Breadcrumbs */
.breadcrumbs {
   margin-bottom: 17px;
}

.breadcrumbs>li {
   background: none;
   border-radius: 0;
   display: inline-block;
   vertical-align: middle;
   line-height: 1;
   padding: 0px;
}

.breadcrumbs>li+li {
   margin: 0;
}

.breadcrumbs>li:before {
   display: none;
}

.breadcrumbs>li a {
   display: inline-block;
   font-weight: 400;
   font-size: 16px;
   line-height: 1;
   color: rgba(255, 255, 255, .8);
}

.breadcrumbs>li a:not([href]) {
   font-weight: 700;
   color: #fff;
}

.breadcrumbs>li:not(:last-child):after {
   content: '|';
   display: inline-block;
   vertical-align: middle;
   position: relative;
   margin: 0px 18px;
}

.breadcrumbs>li a:not([href]),
.breadcrumbs>li a:not([href]) span {
   cursor: default;
}

/* BONUSES PAGE */
/* Welcome */
.welcome__banner {
   width: 100%;
   padding: 20px;
}

.welcome-banner__background img {
   -o-object-position: 90%;
   object-position: 90%;
}

.welcome-banner__desc {
   border-radius: 6px;
   max-width: 900px;
   color: #fff;
   overflow: hidden;
}

.welcome-banner__item {
   background: -o-linear-gradient(left, #0C4E54 0%, #185A61 44.77%, #00B25B 100%);
   background: -webkit-gradient(linear, left top, right top, from(#0C4E54), color-stop(44.77%, #185A61), to(#00B25B));
   background: linear-gradient(90deg, #0C4E54 0%, #185A61 44.77%, #00B25B 100%);
   padding: 12px;
   position: relative;
}

.welcome-banner__item+.welcome-banner__item {
   margin-top: 10px;
}

.welcome-banner__item>*+* {
   margin-top: 10px;
}

.welcome-banner__title {
   background: none;
   border-radius: 0;
   padding: 0;
   font-size: 18px;
}

.welcome-banner__item .keyword {
   color: inherit;
   opacity: .5;
}

.welcome-banner__item li ul {
   margin-top: 8px;
}

/* Responsible */
.responsible__banner {
   border-radius: 6px;
   padding: 66px 20px;
   width: 100%;
   overflow: hidden;
}

.responsible-banner__background img {
   -o-object-position: 75%;
   object-position: 75%;
}

.responsible-banner__text {
   background: -o-linear-gradient(left, #0C4E54 0%, #185A61 44.77%, #00B25B 100%);
   background: -webkit-gradient(linear, left top, right top, from(#0C4E54), color-stop(44.77%, #185A61), to(#00B25B));
   background: linear-gradient(90deg, #0C4E54 0%, #185A61 44.77%, #00B25B 100%);
   border-radius: 6px;
   font-weight: 700;
   font-size: 16px;
   color: #fff;
   line-height: 150%;
   max-width: 643px;
   padding: 14px 20px;
   position: relative;
}

/* APP PAGE */
/* Install */
.install__banner {
   background-color: #000;
   border-radius: 6px;
   overflow: hidden;
   width: 100%;
   padding: 20px;
}

.install-banner__background {
   opacity: .6;
}

.install-banner__desc {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   color: #fff;
   max-width: 800px;
   position: relative;
   z-index: 1;
}

.install-banner__desc h3 {
   background: none;
   border-radius: 0;
   padding: 0;
   font-weight: 700;
   font-size: 20px;
}

.install-banner__list li {
   font-weight: 400;
}

.install-banner__list li ul {
   margin-top: 8px;
}

.install-banner__img {
   max-width: 361px;
   width: 30%;
   position: absolute;
   right: 2%;
}

.install__banner-android .install-banner__img {
   bottom: 0;
}

.install__banner-ios .install-banner__img {
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}

.install-banner__img img {
   display: block;
}

/* Features */
.features__banner {
   padding: 20px;
}

.features-banner__background img {
   -o-object-position: 25%;
   object-position: 25%;
}

.features-banner__wrap {
   max-width: 850px;
   margin-left: auto;
}

.features-banner__list li {
   font-weight: 400;
   padding: 10px 10px 10px 50px;
}

.features-banner__list li:before {
   content: '';
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2217%22%20viewBox%3D%220%200%2016%2017%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M14.5275%204.52832C14.2484%203.80869%2013.6796%203.92232%2013.0635%204.04432C12.6955%204.12107%2011.0588%204.60007%208.46877%207.33119C7.39402%208.46444%206.68489%209.36807%206.21827%2010.0572C5.93302%209.70707%205.60627%209.33244%205.26339%208.98932C4.20827%207.93457%203.03152%207.21032%202.98214%207.17982C2.48852%206.87794%201.84389%207.03319%201.54127%207.52657C1.23889%208.02007%201.39389%208.66544%201.88677%208.96857C1.89689%208.97482%202.90702%209.59969%203.78002%2010.4726C4.67014%2011.3628%205.47677%2012.5668%205.48477%2012.5784C5.68089%2012.8737%206.01077%2013.0459%206.35752%2013.0459C6.41714%2013.0459%206.47714%2013.0408%206.53702%2013.0304C6.94639%2012.9593%207.27514%2012.6533%207.37539%2012.2501C7.37802%2012.2404%207.7939%2011.0911%209.99102%208.77444C11.7604%206.90832%2012.9406%206.31519%2013.3495%206.15057C13.3533%206.14994%2013.356%206.14969%2013.3614%206.14857C13.3594%206.14894%2013.3746%206.14207%2013.3995%206.13107C13.4698%206.10457%2013.5073%206.09444%2013.5093%206.09407C13.489%206.09907%2013.4789%206.10032%2013.4789%206.10032L13.4781%206.09669C13.6674%206.01407%2014.0214%205.86194%2014.0293%205.85857C14.5625%205.63944%2014.736%205.06569%2014.5275%204.52832Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
   background-repeat: no-repeat no-repeat;
   background-position: center center;
   background-size: 16px;
   left: 15px;
}