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

body {
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  color: #ffffff;
  text-align: left;
  background: #292526;
  scroll-behavior: smooth;
}

p {
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  margin-bottom: 16px;
  text-align: left;
}

ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

ul > li,
ol > li {
  display: block;
  position: relative;
  list-style: none;
}

ol > li {
  counter-increment: step-counter;
}

ul > li:before,
ol > li:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  font: inherit;
  text-align: center;
  padding: 0;
  padding-top: inherit;
}

a:hover {
  text-decoration: underline;
}

/* Title */
h1,
h2,
h3,
h4,
.title {
  display: block;
  position: relative;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

h1,
h2 {
  color: #fec07e;
  text-align: center;
}

h3,
h4 {
  color: #94897a;
  text-align: left;
}

.title span,
h2 span {
  padding: 0 96px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-align: center;
}

.title span::before,
.title span::after,
h2 span::before,
h2 span::after {
  content: '';
  position: absolute;
  display: block;
  width: 80px;
  height: 24px;
  top: calc(50% - 24px / 2);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.title span::before,
h2 span::before {
  left: 0;
  background-image: url(../images/title-icon-1.svg);
}
.title span::after,
h2 span::after {
  right: 0;
  background-image: url(../images/title-icon-2.svg);
}

h1,
.title.general {
  font-size: 48px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: none;
}

h2,
h3,
h4,
.title.high,
.title.middle,
.title.mini {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 1.2;
  text-transform: none;
}

h3,
h4 {
  font-size: 24px;
}

/* Button */
.button {
  display: inline-block;
  position: relative;
  width: auto;
  min-width: 230px;
  height: auto;
  background: -o-linear-gradient(top, #fec380 0%, #ffa36e 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fec380),
    to(#ffa36e)
  );
  background: linear-gradient(180deg, #fec380 0%, #ffa36e 100%);
  border-radius: 8px;
  text-align: center;
  color: #322e2f;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  margin: 16px auto 0 auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 16px 32px;
  font-weight: 700;
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}

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

.button-box {
  text-align: center;
}

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

.section {
  padding: 32px 20px;
  margin-bottom: 20px;
  background: #322e2f;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  z-index: 0;
}
.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}

.dummy {
  position: absolute;
  top: -80px;
  left: 0;
  width: 0px;
  height: 0px;
}

.image {
  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;
}
.image img,
.background img {
  display: block;
  position: relative;
}
.image {
  z-index: -1;
}
.background img {
  margin: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.background {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.background img {
  display: block;
}

.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 > *:not(:last-child),
.article > *:not(:last-child) {
  margin-bottom: 16px;
}

article ol,
.article ol {
  padding-left: 20px;
}

article ul > li,
article ol > li,
.article ul > li,
.article ol > li {
  display: block;
  position: relative;
  list-style: none;
  padding: 0 0 0 40px;
}

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

article ul > li + li,
article ol > li + li,
.article ul > li + li,
.article ol > li + li {
  margin-top: 8px;
}

article ul > li:before,
article ol > li:before,
.article ul > li:before,
.article ol > li:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  font: inherit;
  text-align: center;
  padding: 0;
  padding-top: inherit;
}

article ol > li:before,
.article ol > li:before {
  content: counter(step-counter) '.';
  color: #fec07e;
  font-weight: 700;
  text-align: left;
}

article ul > li:before,
.article ul > li:before {
  content: '\2022';
  color: #fec882;
}

.article__button {
  margin: 0;
}

table {
  border: 0.5px solid #4e4842;
  font-size: 16px;
}

table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

table thead tr {
  border: 1px solid #4e4842;
  background: #4e4842;
}

table thead th {
  padding: 12px 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: left;
}

article table thead th,
.article table thead th {
  width: 100%;
  text-align: center;
}

table tbody td {
  padding: 12px 20px;
  width: 50%;
  text-align: left;
  border: 0.5px solid #4e4842;
  text-transform: none;
}

/* Content */
.content,
.cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 32px 30px 0 30px;
}
.cover {
  height: auto;
  padding-left: calc(50% - ((1300px - 30px - 30px) / 2));
  padding-right: calc(50% - ((1300px - 30px - 30px) / 2));
}

.content > *,
.cover > * {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* HEADER */
.header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  position: fixed;
  background: #292526;
  color: rgba(255, 255, 255, 1);
  padding-top: 16px;
  padding-bottom: 16px;
  z-index: 1000;
}

.header > * {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
}

.header__logo {
  margin-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
}

.header__button-menu {
  display: none;
}

.logo > img {
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 48px;
}

.logo[href]:hover {
  opacity: 0.5;
}

.menu {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.menu li {
  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;
  position: relative;
  padding: 0;
}
.menu li:before {
  display: none;
}

.menu li > a {
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-transform: none;
  color: #94897a;
  padding: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.menu li > a.current {
  color: #ffffff;
}

.menu li > a:hover {
  color: #ffffff;
}

.menu li > a img {
  margin-right: 8px;
}

.header__button {
  padding: 11px 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0 0 0 8px;
  min-width: auto;
  font-size: 16px;
}

.menu li::after {
  content: '';
  background-image: url(../images/menu-divider.svg);
  display: inline-block;
  vertical-align: middle;
  margin: 0 16px;
  width: 40px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.menu li:last-child::after {
  display: none;
}

.menu__sub {
  position: relative;
}

.menu__sub .hidden {
  display: none;
}

.menu__button {
  display: block;
  position: relative;
  width: 32px;
  height: 24px;
  margin-top: -5px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.menu__button svg {
  fill: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu__button:hover svg {
  fill: #fdcd0a;
}
.menu__list {
  padding: 32px 48px;
  position: absolute;
  left: 50%;
  top: 45px;
  margin: auto;
  background: #292526;
  z-index: 5;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}

.menu__list ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.menu__list li > a {
  padding: 5px 10px;
}
.menu__list li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu__list li::after {
  margin: 6px 0;
}

.menu__list li:last-child::after {
  display: none;
}

.menu li:hover > a {
  text-decoration: none;
}

.menu .header__button.register,
.menu .header__button.login {
  display: none;
}

.header__button.transparent {
  padding: 10px 32px;
  border: 1px solid #fec07e;
  color: #fec07e;
  background: transparent;
}

.header__location {
  margin-left: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32px;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  max-height: 24px;
}

.header__location img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

/* Location */
.header__language-dropdown {
  margin-left: 22px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 36px;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
  z-index: 5;
  position: relative;
  cursor: pointer;
}

.header__language-dropdown > div {
  padding: 0;
  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;
  width: 36px;
  height: 24px;
  z-index: 100;
}

.header__language-dropdown > ul {
  margin-bottom: 0;
  padding: 20px 8px 12px;
  position: absolute;
  top: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 52px;
  border-radius: 0 0 8px 8px;
  background: #292526;
  z-index: -1;
}

.header__language-dropdown ul > li:before {
  display: none;
}

.header__language-dropdown.list-hidden > ul {
  padding: 0 8px;
  margin-bottom: 0;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.header__language {
  padding: 0;
  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;
  width: 100%;
  min-width: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.header__language img {
  display: block;
  width: 36px;
  height: 24px;
}

.header__language span {
  margin-left: 5px;
  font-size: 12px;
  font-weight: 700;
  color: #e6ebf0;
  line-height: 1;
  text-transform: uppercase;
}

.header__language-dropdown > ul li {
  display: block;
  padding: 0;
}

.header__language-dropdown > ul .header__language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  min-height: 20px;
  z-index: 100;
}

.header__language-dropdown > ul .header__language img,
.header__language-dropdown > ul .header__language span {
  pointer-events: none;
}
.header__language-dropdown > ul .header__language img {
  left: 0;
}
.header__language-dropdown > ul .header__language span {
  right: 0;
}

.header__language-dropdown > ul li + li {
  margin-top: 12px;
}

.header__language-dropdown > ul li img {
  z-index: -1;
}

/* Main */
.main {
  padding-top: 80px;
  display: block;
  position: relative;
  overflow-x: hidden;
}

.main > * {
  position: relative;
}

/* Prime */
.breadcrumbs {
  margin: 0 0 8px 0;
}

.prime {
  position: relative;
  z-index: 0;
  border-radius: 0;
  margin-bottom: 20px;
  overflow: hidden;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 440px;
}

.prime__wrap {
  padding: 68px 0;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 630px;
  z-index: 10;
}
.prime__wrap > * {
  z-index: 100;
}
.prime__wrap > *:not(:last-child) {
  margin-bottom: 16px;
}

.prime__image {
  position: absolute;
  height: 100%;
  bottom: 0;
  z-index: 100;
}
.prime__image img {
  display: block;
  height: 100%;
  -o-object-position: center bottom;
  object-position: center bottom;
  -o-object-fit: cover;
  object-fit: cover;
}
.prime__image-left {
  max-height: 312px;
  left: calc(50% - ((1300px - 30px - 30px) / 2));
}
.prime__image-right {
  max-height: 380px;
  right: calc(50% - ((1300px - 30px - 30px) / 2));
}

.prime__image img {
  display: block;
}

.prime__button {
  z-index: 1;
  margin: 0;
  min-width: 230px;
}

.prime__additional {
  text-align: center;
  text-align: center;
  color: #ffffff;
  font-size: 32px;
}

.prime__additional span {
  padding: 0 152px;
  display: inline-block;
  position: relative;
  font-weight: 700;
  line-height: 1.5;
}

.prime__additional span::before,
.prime__additional span::after {
  content: '';
  position: absolute;
  display: block;
  width: 136px;
  height: 48px;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.prime__additional span::before {
  left: 0;
  background-image: url(../images/prime-title-icon-1.svg);
}
.prime__additional span::after {
  right: 0;
  background-image: url(../images/prime-title-icon-2.svg);
}

.prime__title {
  margin-bottom: 16px;
  text-align: center;
  color: #fec07e;
}

.prime__desc {
  margin: 8px 0 0 0;
  text-align: center;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.5;
  color: #ffffff;
}
.prime__desc a {
  color: #db672d;
}

.post-prime {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
}

/* INFO */
.info__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info-wrapper__item {
  padding: 16px 20px;
  width: calc(50% - 20px / 2);
  border-radius: 3px;
  background: #393637;
}

.info-wrapper__list li {
  padding: 0 0 0 40px;
  font-size: 16px;
}

.info-wrapper__list li + li {
  margin-top: 8px;
}

.info-wrapper__list > li:before,
.info-wrapper__list > li:before {
  content: '\2022';
  color: #fec882;
  font-weight: 700;
}

/* BANNER */
.banner {
  padding: 32px 20px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.banner__wrapper {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 610px;
  min-height: 336px;
}

.banner__title.high,
.banner__title.middle {
  margin-bottom: 16px;
  color: #fff;
  line-height: 1.16;
  font-size: unset;
  text-align: center;
}

.banner__title.high,
.banner__title.middle .text-large {
  font-size: 48px;
}

.banner__title.middle .text-large {
  padding: 0;
  display: block;
}

.banner__title.middle .text-large::before,
.banner__title.middle .text-large::after {
  display: none;
}

.banner__title.middle .text-small {
  padding: 0 128px;
  margin-bottom: 16px;
  font-size: 16px;
}
.banner__title.middle .text-small::before,
.banner__title.middle .text-small::after {
  width: 112px;
}
.banner__title.middle .text-small::before {
  background-image: url(../images/banner-title-icon-1.svg);
}
.banner__title.middle .text-small::after {
  background-image: url(../images/banner-title-icon-2.svg);
}

/* REGISTRATION */
.registration__list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 16px;
}

.registration__list li {
  margin-top: 16px;
  padding-left: 64px;
  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;
  min-height: 48px;
}

.registration__list li:first-child {
  margin-top: 0;
}

.registration__list li:before {
  content: counter(step-counter);
  left: 12px;
  top: calc(50% - 24px / 2);
  width: 24px;
  height: 24px;
  color: #fec07e;
  font-weight: 700;
  text-align: center;
}

.registration__list li::after {
  content: '';
  position: absolute;
  width: 34px;
  height: 34px;
  top: calc(50% - 34px / 2);
  left: 8px;
  border: 3px solid #4e4842;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* APPS */
.apps__button {
  margin-left: auto;
  margin-right: auto;
  padding: 16px 32px;
  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;
  max-width: 240px;
  border-radius: 12px;
  background: #fec07e;
  color: #322e2f;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.14;
  text-transform: uppercase;
}

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

.apps__button img {
  margin-right: 16px;
  width: 32px;
  height: 32px;
}

/* BONUSES */
.bonuses__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bonuses-wrapper__item {
  width: calc(50% - 16px / 2);
}

.bonuses-wrapper__list li {
  padding: 16px 20px;
  border-radius: 3px;
  background: #393637;
}

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

.bonuses-wrapper__item-banner {
  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;
  position: relative;
}

.bonuses-wrapper__item-banner .banner__wrapper {
  min-height: unset;
}

/* SLOTS */
.slots__table {
  width: 100%;
}

.slots__table thead th {
  text-align: left !important;
}

.slots__table td {
  width: calc(100% / 4);
}

/* DEPOSITS */
.deposits__table td:first-child {
  width: 90px;
}

.deposits__table td:nth-child(2) {
  width: calc(100% - 90px);
}

/* REVIEWS */
.reviews__list {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.reviews__list:last-child {
  margin-bottom: -20px !important;
}

.reviews__item {
  margin-bottom: 20px;
  padding: 16px 20px !important;
  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;
  width: calc(50% - 20px / 2);
  border-radius: 3px;
  background: #393637;
}

.reviews__item::before {
  padding: 0;
  content: counter(step-counter) '.';
  width: 24px;
  height: 24px;
  top: 16px;
  left: 20px;
  color: #fec07e;
  font-weight: 700;
  text-align: left;
  z-index: 1;
}

.reviews__author {
  padding-left: 28px;
  margin-bottom: 16px;
  font-weight: 700;
}

/* PARAMETERS */
.parameters__table {
  width: 100%;
}

.parameters__table thead th {
  width: 50%;
}

.parameters__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.parameters-wrapper__item {
  width: calc(50% - 20px / 2);
}

.parameters-wrapper__item-banner .banner__wrapper {
  min-height: unset;
}

/* About */
.about__title {
  margin-bottom: 22px;
}

.about__table {
  width: 100%;
}

.about__table tr {
  padding: 11px 16px;
  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;
  width: 100%;
  border-radius: 6px;
  background: #292526;
  border: 1px solid #ffa06d;
}

.about__table tr + tr {
  margin-top: 8px;
}

.about__table td {
  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;
  line-height: 1.5;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.about__table td:first-child {
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24px;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
}
.about__table td:nth-child(2) {
  margin-right: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  font-weight: 500;
}
.about__table a {
  font-style: normal;
}
.about__table td:first-child span {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  text-align: center;
}
.about__table img {
  display: block;
}
.about__table td a {
  color: inherit;
}

/* F.A.Q. */
.faq__title {
  margin-bottom: 20px;
}

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

.faq-item {
  padding: 12px 20px;
  border-radius: 3px;
  background: #393637;
  border: 1px solid #393637;
}

.faq-item.active {
  background: transparent;
  border: 1px solid #4e4842;
}

.faq-item + .faq-item {
  margin-top: 8px;
}

.faq-item__title {
  text-align: left;
  cursor: pointer;
  margin: 0;
  padding: 0 40px 0 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
  text-transform: none;
  color: #ffffff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.faq-item__title::before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: calc(50% - 32px / 2);
  border-radius: 6px;
  border: 1px solid #fec07e;
  background-image: url(../images/faq-open.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.faq-item.active .faq-item__title::before {
  background-image: url(../images/faq-close.svg);
}

.faq-item__desc p {
  margin: 0;
  line-height: 1.5;
  font-size: 16px;
}
.faq-item__desc {
  margin-top: 6px;
}

/* Footer */
.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 60px;
  position: relative;
}
.footer img {
  display: block;
}
.footer::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  max-width: 1240px;
  height: 40px;
  left: 50%;
  top: -60px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../images/footer-element.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer > *:not(:last-child) {
  margin-bottom: 32px;
}

.footer__payments {
  margin: -4px 0;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__payments li {
  padding: 12px;
  margin: 4px;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 144px;
  height: 80px;
  border-radius: 6px;
  background: #fff;
}
.footer__payments li::before {
  display: none;
}
.footer__payments li img {
  display: block;
}

.footer__general {
  padding: 0;
  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;
  color: #94897a;
}

.footer__general p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.footer__general p:not(:last-child) {
  margin: 0 0 16px;
}

.footer-general__icon {
  margin-left: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  border-radius: 50%;
  background: #e93e3a;
}

.footer__additional {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.footer__additional img {
  max-height: 50px;
}
