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

body {
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  text-align: left;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #203238;
}

p {
  margin-bottom: 16px;
}

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

a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

ul,
ol {
  text-align: left;
}

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;
  text-align: center;
  padding: 8px 8px 0 0;
  padding-top: inherit;
}

ul > li:before {
  content: '-';
  color: #ffffff;
}

ol > li:before {
  content: counter(step-counter) '.';
  color: #ffffff;
}

a:hover {
  text-decoration: underline;
}

/* Title */
h1,
h2,
h3,
h4 {
  display: block;
  position: relative;
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 16px;
  text-align: left;
}

h1,
.title.general {
  font-size: 48px;
  text-transform: uppercase;
}

h1 {
  margin-bottom: 0;
}

h2,
h3,
h4 {
  font-size: 40px;
  line-height: 1.2;
}

.desc {
  margin-bottom: 40px;
}

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

.btn-box {
  text-align: left;
}

section,
article {
  margin-bottom: 50px;
}

/* Article */
.article,
article {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
}

.article h2,
article h2 {
  margin-bottom: 35px;
}

.article > *:not(:last-child),
article > *:not(:last-child) {
  margin-bottom: 40px;
}

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

.article ul > li,
article ul > li {
  padding: 25px 30px;
  font-size: 18px;
  color: #eeeff4;
  border-radius: 5px;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#01a77f),
    to(#274046)
  );
  background-image: -o-linear-gradient(right, #01a77f 0%, #274046 100%);
  background-image: linear-gradient(-90deg, #01a77f 0%, #274046 100%);
}

.article ol > li,
article ol > li {
  padding: 0 0 0 24px;
}

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

.article ol > li:before,
article ol > li:before {
  display: inline-block;
  position: absolute;
  color: #ffffff;
  top: 0;
  left: 0;
  text-align: left;
  padding: 0;
}

.article ul > li:before,
article ul > li:before {
  display: none;
}

.button.article__button {
  margin: 0 16px 0 0;
  min-width: 125px;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.5;
}

.article > *,
article > * {
  margin-bottom: 50px;
}

.article > *:last-child,
article > *:last-child {
  margin-bottom: 0;
}

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

.article > p.contrast-text {
  margin-bottom: 6px;
}

.article a,
article a {
  font-style: italic;
}

.article li a,
article li a {
  font: inherit;
  color: inherit;
  text-decoration: underline;
}

.article .btn-box,
article .btn-box {
  text-align: left;
}

article > a,
.article > a {
  display: inline-block;
  width: auto;
  min-width: 125px;
  height: auto;
  background-color: #2bc69d;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  font-style: normal;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  white-space: nowrap;
  cursor: pointer;
  padding: 12px 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 2px solid #2bc69d;
}

article > a:hover,
.article > a:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* Table */
table {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.table {
  position: relative;
  width: 100%;
  border-radius: 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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.table thead tr > *:first-child {
  border-radius: 16px 0 0 0;
}
.table thead tr > *:last-child {
  border-radius: 0 16px 0 0;
}

.table tbody tr:last-child > *:first-child {
  border-radius: 0 0 0 16px;
}
.table tbody tr:last-child > *:last-child {
  border-radius: 0 0 16px 0;
}

.table tbody:first-child tr:first-child > *:first-child {
  border-radius: 16px 0 0 0;
}
.table tbody:first-child tr:first-child > *:last-child {
  border-radius: 0 16px 0 0;
}

.table th,
.table td {
  padding: 25px 30px;
  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-box-flex: 0;
  -webkit-flex: 0 1 calc(100% / 2);
  -ms-flex: 0 1 calc(100% / 2);
  flex: 0 1 calc(100% / 2);
  text-align: center;
  border: 1px solid #2bc69d;
}

.table tbody td {
  border-top-width: 0.5px;
}

.table tbody td a {
  font: inherit;
  color: inherit;
  text-decoration: underline;
}

.table thead {
  font-weight: 700;
  text-transform: uppercase;
}

.table a {
  color: inherit;
  font: inherit;
}

.table a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* Button */
.button {
  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;
  width: auto;
  min-width: 180px;
  height: auto;
  border-radius: 24px;
  background-color: #01a77f;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
  white-space: nowrap;
  cursor: pointer;
  padding: 12px 16px;
  text-transform: uppercase;
  border: 2px solid #01a77f;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.button:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #01a77f;
}

.button.button-inverse {
  background-color: #3e3d3d;
  border: 2px solid #3e3d3d;
}

.button.button-inverse:hover {
  background-color: #ffffff;
  color: #3e3d3d;
}

.button.button-white {
  background-color: #ffffff;
  color: #3e3d3d;
  border: 2px solid #ffffff;
}
.button.button-white:hover {
  color: #ffffff;
  background-color: #3e3d3d;
}

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

.button > img + span {
  margin-left: 10px;
}

.block {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
  max-width: 1290px;
}

.block-bg {
  padding: 30px;
  border-radius: 5px;
  background-color: #ffffff;
}

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

.image img,
.backgr img {
  display: block;
  position: relative;
}

.image {
  z-index: -1;
}

.backgr img {
  margin: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.backgr {
  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;
}

.backgr 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;
  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: -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 {
  max-width: 100%;
  overflow: hidden;
  padding-left: calc(50% - 1290px / 2);
  padding-right: calc(50% - 1290px / 2);
}

.content-wrapper {
  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;
  width: 100%;
  padding: 20px 32px 0 32px;
  overflow: hidden;
}

.content > *,
.cover > * {
  display: block;
}

/* HEADER */
.header {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: initial;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: auto;
  background: #ffffff;
  color: rgba(255, 255, 255, 1);
  z-index: 1000;
}

.header > * {
  display: block;
  width: auto;
}

.header__logo {
  max-width: 155px;
  margin-right: 30px;
}

.header__dropdown {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.header__button-menu {
  display: none;
}

.header__button {
  margin: 0 0 0 16px;
}

.header__button-bonus {
  margin-right: 16px;
  text-transform: uppercase;
}

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

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

/* Menu */
.dropdown ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  width: auto;
}

.dropdown li {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
}

.dropdown li:before {
  display: none;
}

.dropdown li > a {
  padding: 12px 10px;
  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;
  position: relative;
  align-items: center;
  line-height: 1.3;
  font-weight: 400;
  white-space: nowrap;
  color: #010101;
  text-transform: uppercase;
}

.dropdown li + li {
  margin-left: 4px;
}

.dropdown li > a:hover,
.dropdown li > a.current {
  color: #17b08b;
  text-decoration: none;
}

.dropdown li > a::before,
.dropdown li > a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  background-color: #17b08b;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.dropdown li > a::before {
  top: 0;
}
.dropdown li > a::after {
  bottom: 0;
}
.dropdown li > a:hover::before,
.dropdown li > a:hover::after {
  width: 100%;
}

.header__button-mob {
  display: none;
}

/* MAIN */
.main {
  display: block;
  position: relative;
  overflow-x: hidden;
}

.main > * {
  position: relative;
}

/* Prime */
.prime {
  padding: 24px calc(50% - 1290px / 2);
  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;
  background: #192329;
  max-width: 100vw;
  position: relative;
  border-radius: 0;
  z-index: 0;
  overflow: hidden;
}

.prime__wrapper-text {
  padding: 30px;
  width: 35%;
  border-radius: 5px;
  background-color: #17b08b;
}

.prime__title {
  margin-bottom: 20px;
  color: #ffffff;
}
.prime__title:last-child {
  margin-bottom: 0;
}

.prime__title .contrast-text {
  color: #233139;
}

.prime__title-general {
  font-size: 48px;
  text-transform: uppercase;
}

.prime__title-secondary {
  font-size: 24px;
  text-transform: none;
}

.prime__title-secondary > span {
  display: block;
}

.prime__title-secondary > span + span {
  margin-top: 6px;
}

.prime__wrapper-img {
  width: 25%;
}

.prime__wrapper-img img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

/* Bonus */
.bonus {
  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;
}

.bonus__wrapper {
  padding: 45px 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc(50% - 30px / 2);
  -ms-flex: 0 1 calc(50% - 30px / 2);
  flex: 0 1 calc(50% - 30px / 2);
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.bonus__wrapper-desc {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
}

.bonus__wrapper-desc p {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1;
  color: #20363b;
  font-weight: 700;
}

.bonus__list {
  font-size: 24px;
  line-height: 1;
  color: #20363b;
}

.bonus__list li {
  padding-left: 24px;
  position: relative;
}

.bonus__list li + li {
  margin-top: 12px;
}

.bonus__list li::before {
  content: '-';
  padding: 0;
  left: 0;
  color: #20363b;
}

.bonus__title {
  margin-bottom: 30px;
  max-width: 200px;
  font-size: 21px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 700;
  z-index: 10;
}

.bonus__button {
  z-index: 10;
}

.bonus__wrapper-img {
  background-color: #375058;
}

.bonus__wrapper-img::after {
  content: '';
  position: absolute;
  width: 810px;
  height: 810px;
  right: -280px;
  bottom: -280px;
  background-image: url(../img/bonus-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.bonus__img {
  position: absolute;
  right: 40px;
  bottom: 0;
  height: calc(100% - 40px);
  max-height: 350px;
  z-index: 2;
}

.bonus__img img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center bottom;
  object-position: center bottom;
  height: 100%;
}

/* General */
.general__title {
  margin-bottom: 40px;
  font-size: 36px;
  color: #203238;
}

.general__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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.general__table td {
  padding: 10px 30px;
  color: #203238;
  font-size: 24px;
  line-height: 1.1;
  border: none !important;
}

.general__table td:first-child {
  padding-right: 90px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 32%;
  -ms-flex: 0 1 32%;
  flex: 0 1 32%;
  color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#01a77f),
    color-stop(97%, #336764),
    to(#336764)
  );
  background-image: -o-linear-gradient(
    left,
    #01a77f 0%,
    #336764 97%,
    #336764 100%
  );
  background-image: linear-gradient(
    90deg,
    #01a77f 0%,
    #336764 97%,
    #336764 100%
  );
}
.general__table td:last-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc(100% - 32% - 30px);
  -ms-flex: 0 1 calc(100% - 32% - 30px);
  flex: 0 1 calc(100% - 32% - 30px);
}

.general__table tr:first-child td {
  padding-top: 30px;
}
.general__table tr:last-child td {
  padding-bottom: 30px;
}

.general__table tr:first-child td:first-child {
  border-radius: 5px 5px 0 0;
}
.general__table tr:last-child td:first-child {
  border-radius: 0 0 5px 5px;
}

/* Factors */
.factors__title {
  margin-bottom: 50px;
}

.factors__table {
  padding: 30px;
  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;
  border-radius: 5px;
  background-color: #ffffff;
}

.factors-table__wrapper {
  padding: 75px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc((100% - 30px) / 2);
  -ms-flex: 0 1 calc((100% - 30px) / 2);
  flex: 0 1 calc((100% - 30px) / 2);
  border-radius: 5px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#203036),
    to(#1f5653)
  );
  background-image: -o-linear-gradient(top, #203036 0%, #1f5653 100%);
  background-image: linear-gradient(180deg, #203036 0%, #1f5653 100%);
  overflow: hidden;
}

.factors-table__title {
  margin-bottom: 55px;
  position: relative;
  display: block;
  width: 100%;
  font-size: 35px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  z-index: 10;
}
.factors-table__title::after {
  content: '';
  position: absolute;
  width: 125%;
  height: 75px;
  left: -145px;
  bottom: calc(50% - 75px / 2);
  border-radius: 5px;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#01a77f),
    to(#20363b)
  );
  background-image: -o-linear-gradient(right, #01a77f 0%, #20363b 100%);
  background-image: linear-gradient(-90deg, #01a77f 0%, #20363b 100%);
  z-index: -1;
}

/* Registration */
.registration {
  padding: 100px;
  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;
  border-radius: 5px;
  background-image: -o-linear-gradient(
    28deg,
    rgba(32, 55, 60, 1) 0%,
    rgba(2, 166, 126, 1) 100%
  );
  background-image: linear-gradient(
    62deg,
    rgba(32, 55, 60, 1) 0%,
    rgba(2, 166, 126, 1) 100%
  );
  border: 1px solid #ffffff;
}

.registration__wrapper-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 38.5%;
  -ms-flex: 0 1 38.5%;
  flex: 0 1 38.5%;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}

.registration__wrapper-img img {
  border-radius: 0;
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.registration__wrapper-form {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 51%;
  -ms-flex: 0 1 51%;
  flex: 0 1 51%;
  position: relative;
}

.registration__wrapper-form .alert {
  margin: 0 !important;
  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;
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  display: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
}

.alert.active {
  display: block;
}

.registration__form > *:not(:first-child) {
  margin-top: 30px;
}

.registration__form input {
  padding: 24px 30px;
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
  background: transparent;
  border-radius: 16px;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.registration__form input:focus {
  outline: none;
  -webkit-box-shadow: 0 0 5px #ffffff;
  box-shadow: 0 0 5px #ffffff;
}

.registration__form input.error {
  border: 1px solid #ff0000;
}

.registration__form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 1);
  font-size: inherit;
  text-transform: uppercase;
  line-height: 1.5;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.registration__form input::-moz-placeholder {
  color: rgba(255, 255, 255, 1);
  font-size: inherit;
  text-transform: uppercase;
  line-height: 1.5;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.registration__form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 1);
  font-size: inherit;
  text-transform: uppercase;
  line-height: 1.5;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.registration__form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 1);
  font-size: inherit;
  text-transform: uppercase;
  line-height: 1.5;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.registration__form input::placeholder {
  color: rgba(255, 255, 255, 1);
  font-size: inherit;
  text-transform: uppercase;
  line-height: 1.5;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.registration-form__password {
  position: relative;
}

.registration-form__password .password-eye {
  position: absolute;
  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: 30px;
  height: 30px;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.registration-form__password .password-eye::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url(../img/icon/password-hidden.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.registration-form__password .password-eye.eye-slash::before {
  background-image: url(../img/icon/password-eye.svg);
}

.registration-form__check {
  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;
}

.registration-form__check input {
	padding: 0 !important;
  margin: 0 20px 0 0;
  width: 22px;
  height: 22px;
  position: relative;
}

.registration-form__check input::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: -1px;
  left: -1px;
  border-radius: 2px;
  background: #006d53;
  border: 2px solid #ffffff;
  z-index: 1;
}
.registration-form__check input.error::before {
  border: 2px solid #ff0000;
}

.registration-form__check input:checked::after {
  content: '';
  position: absolute;
	display: block;
  width: 14px;
  height: 14px;
  bottom: calc(50% - 14px / 2);
  left: 4px;
  background-image: url(../img/icon/check-icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
}

.registration-form__check label {
  max-width: 305px;
  font-size: 16px;
  text-align: left;
  color: #ffffff;
}

.registration-form__button {
  padding-top: 14px;
  padding-bottom: 14px;
  min-width: 210px;
  color: #245951;
  border-radius: 16px;
  background-color: #eeeff4;
  border-color: #eeeff4;
}

.registration-form__button:hover {
  color: #eeeff4;
  background-color: #245951;
}

/* Casino bonuses */
.table-three {
  padding: 25px 30px;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 5px;
  background-color: #ffffff;
  color: #020202;
}

.table-three thead td {
  padding-top: 40px;
  font-size: 24px;
  text-transform: uppercase;
}

.table-three 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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.table-three td {
  padding: 15px 25px;
}

.table-three td:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 23%;
  -ms-flex: 0 1 23%;
  flex: 0 1 23%;
  color: #ffffff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(32, 55, 59, 1)),
    to(rgba(4, 165, 126, 1))
  );
  background-image: -o-linear-gradient(
    left,
    rgba(32, 55, 59, 1) 0%,
    rgba(4, 165, 126, 1) 100%
  );
  background-image: linear-gradient(
    90deg,
    rgba(32, 55, 59, 1) 0%,
    rgba(4, 165, 126, 1) 100%
  );
}
.table-three td:nth-child(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 40%;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
  border-left: 1px solid #203138;
  border-right: 1px solid #203138;
}
.table-three td:nth-child(3) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 31%;
  -ms-flex: 0 1 31%;
  flex: 0 1 31%;
  border-left: 1px solid #203138;
  border-right: 1px solid #203138;
}
.table-three.casino-bonuses__table td:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 23%;
  -ms-flex: 0 1 23%;
  flex: 0 1 23%;
}
.table-three.casino-bonuses__table td:nth-child(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 40%;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
}
.table-three.casino-bonuses__table td:nth-child(3) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 31%;
  -ms-flex: 0 1 31%;
  flex: 0 1 31%;
}

.table-three tbody tr:last-child td {
  padding-bottom: 40px;
}

.table-three tbody tr:last-child td:not(:first-child) {
  border-bottom: 1px solid #203138;
}
.table-three thead td:not(:first-child) {
  border-top: 1px solid #203138;
}

/* VIP */
.vip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.vip__wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.vip__wrapper-table table {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.vip__wrapper-table 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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.vip__wrapper-table table td {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc((100% - 30px * 2) / 3);
  -ms-flex: 0 1 calc((100% - 30px * 2) / 3);
  flex: 0 1 calc((100% - 30px * 2) / 3);
  line-height: 1.45;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(32, 55, 59, 1)),
    to(rgba(4, 165, 126, 1))
  );
  background-image: -o-linear-gradient(
    left,
    rgba(32, 55, 59, 1) 0%,
    rgba(4, 165, 126, 1) 100%
  );
  background-image: linear-gradient(
    90deg,
    rgba(32, 55, 59, 1) 0%,
    rgba(4, 165, 126, 1) 100%
  );
}

.vip__wrapper-table table thead td {
  padding: 25px;
  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;
  font-size: 24px;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
}

.vip__wrapper-table tbody td {
  padding: 2px 20px;
  font-size: 15px;
  text-align: center;
}

.vip__wrapper-table tbody tr:last-child td {
  padding-bottom: 30px;
}

.vip__wrapper-text {
  padding-left: 30px;
}

.vip__wrapper-text > * {
  margin-bottom: 25px;
}

.vip__wrapper-text > *:last-child {
  margin-bottom: 0;
}

.vip__title {
  color: #20363b;
}

.vip__desc {
  color: #20363b;
}

.vip__img {
  padding-bottom: 100%;
  position: relative;
}

.vip__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

/* Tournaments */
.tournaments__table td {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc((100% - 30px * 2) / 3);
  -ms-flex: 0 1 calc((100% - 30px * 2) / 3);
  flex: 0 1 calc((100% - 30px * 2) / 3);
}

/* Slots */
.slots__table {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 58px 75px;
  background-color: #fff;
  border-radius: 10px;
  color: #203138;
}

.slots__table thead {
  margin-bottom: 35px;
}

.slots__table thead td,
.slots__table tbody td:first-child {
  font-weight: 700;
  color: #203138;
}

.slots__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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

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

.slots__table td {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc(100% / 5 - 20px * 4 / 5);
  -ms-flex: 0 1 calc(100% / 5 - 20px * 4 / 5);
  flex: 0 1 calc(100% / 5 - 20px * 4 / 5);
}

/* Games */
.games__table {
  padding: 30px;
  margin-bottom: 40px;
  background-color: #ffffff;
  border-radius: 5px;
}

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

.games__table-two thead,
.games__table-two tbody {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(32, 55, 59, 1)),
    to(rgba(4, 165, 126, 1))
  );
  background-image: -o-linear-gradient(
    left,
    rgba(32, 55, 59, 1) 0%,
    rgba(4, 165, 126, 1) 100%
  );
  background-image: linear-gradient(
    90deg,
    rgba(32, 55, 59, 1) 0%,
    rgba(4, 165, 126, 1) 100%
  );
}
.games__table-two thead {
  padding: 30px 30px 0;
}
.games__table-two tbody {
  padding: 30px;
}

.games__table-three thead {
  margin-bottom: 30px;
}

.games__table-three tbody tr {
  padding: 30px 25px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(32, 55, 59, 1)),
    to(rgba(4, 165, 126, 1))
  );
  background-image: -o-linear-gradient(
    left,
    rgba(32, 55, 59, 1) 0%,
    rgba(4, 165, 126, 1) 100%
  );
  background-image: linear-gradient(
    90deg,
    rgba(32, 55, 59, 1) 0%,
    rgba(4, 165, 126, 1) 100%
  );
}

.games__table tr + tr {
  margin-top: 20px;
}

.games__table tbody td {
  border: 1px solid #ffffff;
}

.games__table-three td {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc(100% / 3);
  -ms-flex: 0 1 calc(100% / 3);
  flex: 0 1 calc(100% / 3);
}
.games__table-two td {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc((100% - 30px) / 2);
  -ms-flex: 0 1 calc((100% - 30px) / 2);
  flex: 0 1 calc((100% - 30px) / 2);
}

.games__table-two thead td {
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
}
.games__table-three thead td {
  padding: 20px 0;
  color: #203037;
  font-size: 24px;
  text-transform: uppercase;
}

.games__table tbody td {
  padding: 20px 15px;
}

.games__table-two tbody td {
  font-size: 24px;
}

.games__table tbody td:first-child {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  color: #246357;
  font-weight: 700;
  text-align: left;
}

.games__table-three td:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc(100% / 3 - 30px * 2);
  -ms-flex: 0 1 calc(100% / 3 - 30px * 2);
  flex: 0 1 calc(100% / 3 - 30px * 2);
}

.games__table td p {
  margin-bottom: 3px;
}

.games__table li {
  padding-left: 12px;
}

.games__table li:before {
  width: 10px;
  padding: 0;
  left: 0;
}

/* F.A.Q. */
.faq__list {
  padding: 33px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -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;
  position: relative;
}
.faq__list::after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(78, 105, 118, 0.12);
  z-index: -1;
}

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

.faq__item {
  width: 100%;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.faq__item + .faq__item {
  margin-top: 28px;
}

.faq-item__title {
  margin: 0;
  padding: 25px 40px;
  position: relative;
  text-align: left;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  text-transform: none;
  cursor: pointer;
  border-radius: 5px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#314d53),
    color-stop(98%, #05a47d),
    to(#05a47d)
  );
  background-image: -o-linear-gradient(
    left,
    #314d53 0%,
    #05a47d 98%,
    #05a47d 100%
  );
  background-image: linear-gradient(
    90deg,
    #314d53 0%,
    #05a47d 98%,
    #05a47d 100%
  );
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.faq-item__desc {
  padding: 25px 0 6px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

/* Review */
.review__list {
  padding: 12px 15px;
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 5px;
  background-color: #dcdde1;
}

.review__item {
  margin: 13px 15px;
  padding: 30px 30px 25px;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc(100% / 3 - 30px);
  -ms-flex: 0 1 calc(100% / 3 - 30px);
  flex: 0 1 calc(100% / 3 - 30px);
  background-color: #eeeff4;
  border: 2px solid #236357;
}

.review__item::before {
  display: none;
}

.review__desc {
  margin-bottom: auto;
  color: #203138;
  font-weight: 400;
}

.review__author {
  margin-top: 18px;
  padding: 13px 20px;
  min-width: 183px;
  border-radius: 5px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#20373c),
    color-stop(98%, #05a47d),
    to(#05a47d)
  );
  background-image: -o-linear-gradient(
    left,
    #20373c 0%,
    #05a47d 98%,
    #05a47d 100%
  );
  background-image: linear-gradient(
    90deg,
    #20373c 0%,
    #05a47d 98%,
    #05a47d 100%
  );
  font-size: 18px;
  line-height: 1;
  color: #fffefe;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}

/* Resume */
.resume {
  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;
}

.resume__wrapper {
  padding: 48px 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc((100% - 30px) / 2);
  -ms-flex: 0 1 calc((100% - 30px) / 2);
  flex: 0 1 calc((100% - 30px) / 2);
  border-radius: 5px;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#01a77f),
    to(#304c53)
  );
  background-image: -o-linear-gradient(right, #01a77f 0%, #304c53 100%);
  background-image: linear-gradient(-90deg, #01a77f 0%, #304c53 100%);
}

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

.resume__list li {
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
}

.resume__list li + li {
  margin-top: 4px;
}

.resume__title {
  font-size: 30px;
}

.resume__desc {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

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