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

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

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

html {
  scroll-behavior: smooth;
}

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

body {
  font-family: "Roboto", Arial, sans-serif;
  width: 100%;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  overflow-x: hidden;
  background: #2e2150;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body.active {
  margin-top: 100px;
}

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

ul {
  list-style: none;
}

ul > li {
  display: inline-block;
}

span {
  display: inline-block;
}

.image img {
  display: block;
}

.header {
  z-index: 1000;
  width: 100%;
  background: #2e2150;
}

.main {
  padding-bottom: 25px;
}

.image img {
  margin: auto;
  display: block;
}

.content {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 0;
}

a {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

h1,
h2,
h3,
h4,
.title {
  font-weight: 700;
  z-index: 100;
  text-align: center;
}

h1,
.title.general {
  font-size: 48px;
  line-height: 56px;
  color: #fdcd0a;
  text-transform: uppercase;
}

h2,
.title.high,
h3,
.title.middle {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 25px;
  color: #eaab1b;
}

h2.big,
h3.big {
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  color: #ffc305;
}

h2 span,
h3 span {
  padding-left: 150px;
  padding-right: 150px;
}

h2 span:before,
h3 span:before {
  content: "";
  position: absolute;
  width: 98px;
  height: 30px;
  left: 0;
  top: -webkit-calc(50% - 15px);
  top: -moz-calc(50% - 15px);
  top: calc(50% - 15px);
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  background-image: url(../images/title-left.svg);
}

h2 span:after,
h3 span:after {
  content: "";
  position: absolute;
  width: 98px;
  height: 30px;
  right: 0;
  top: -webkit-calc(50% - 15px);
  top: -moz-calc(50% - 15px);
  top: calc(50% - 15px);
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  background-image: url(../images/title-right.svg);
}

h3,
.title.middle {
  margin-bottom: 0;
}

h2.white,
h3.white {
  color: #fff;
}

h4,
.title.small {
  font-size: 24px;
  line-height: 30px;
  color: #a534f3;
  text-transform: none;
  text-align: left;
}

.button {
  min-width: 180px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffc706),
    to(#ffa901)
  );
  background: -webkit-linear-gradient(#ffc706, #ffa901);
  background: -moz-linear-gradient(#ffc706, #ffa901);
  background: -o-linear-gradient(#ffc706, #ffa901);
  background: linear-gradient(#ffc706, #ffa901);
  color: #672561;
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  padding: 12.5px 15px;
  display: inline-block;
  position: relative;
  height: auto;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  margin: auto;
  z-index: 10;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.button:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

/* header */

.content.header__content {
  padding: 10px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  background: transparent;
  min-height: 100px;
}

.header.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header__logo img {
  display: block;
  margin: auto;
}

.header__logo {
  display: block;
}

.header__left,
.header__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

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

.header__menu-button svg {
  display: block;
}

.header__menu {
  padding-left: 60px;
  padding-right: 60px;
}

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

.header__left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}

.header__menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  text-align: center;
}

.header__menu a,
.header__expand-menu > *:nth-child(2) a {
  padding: 10px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Oswald", Arial, sans-serif;
}

.header__menu li + li {
  margin-left: 58px;
}

.header__menu li:before {
  content: "";
  position: absolute;
  width: 58px;
  height: 15px;
  top: -webkit-calc(50% - 7.5px);
  top: -moz-calc(50% - 7.5px);
  top: calc(50% - 7.5px);
  left: -58px;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  background-image: url(../images/menu.svg);
}

.header__menu li:last-child:after {
  content: "";
  position: absolute;
  width: 58px;
  height: 15px;
  top: -webkit-calc(50% - 7.5px);
  top: -moz-calc(50% - 7.5px);
  top: calc(50% - 7.5px);
  right: -58px;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  background-image: url(../images/menu.svg);
}

.header__menu a:hover {
  color: #ffbd04;
}

.header__expand-menu {
  display: none;
}

.header__expand-menu > * {
  display: none;
  width: 100%;
}

.header__expand-menu > *:nth-child(n + 2) a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.header__expand-menu li {
  display: block;
}

.header__expand-menu li:before {
  content: "";
  position: absolute;
  width: 58px;
  height: 15px;
  top: -22px;
  left: -webkit-calc(50% - 29px);
  left: -moz-calc(50% - 29px);
  left: calc(50% - 29px);
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  background-image: url(../images/menu.svg);
}

.header__expand-menu li:last-child:after {
  content: "";
  position: absolute;
  width: 58px;
  height: 15px;
  bottom: -22px;
  left: -webkit-calc(50% - 29px);
  left: -moz-calc(50% - 29px);
  left: calc(50% - 29px);
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  background-image: url(../images/menu.svg);
}

.header__expand-menu li + li {
  margin-top: 25px;
}

.header__expand-menu > *:nth-child(2) a {
  color: #fff;
  padding: 12.5px;
  width: 100vw;
}

.header__right > .header__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.header__button:first-child {
  color: #ffbd04;
  border: 2px solid #ffbd04;
  padding: 10.5px 15px;
  background: transparent;
}

.header__button + .header__button.button {
  margin-left: 30px;
}

/* cover */

.cover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#912479),
    to(#5e245c)
  );
  background: -webkit-linear-gradient(#912479, #5e245c);
  background: -moz-linear-gradient(#912479, #5e245c);
  background: -o-linear-gradient(#912479, #5e245c);
  background: linear-gradient(#912479, #5e245c);
}

.cover__content.content {
  padding-top: 75px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.cover__wrapper {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #381844;
  border: 1px solid #992e88;
  padding: 100px 105px 75px;
  text-align: center;
}

.cover__wrapper:before {
  content: "";
  position: absolute;
  width: 197px;
  height: 198px;
  left: -99px;
  top: -webkit-calc(50% - 99px);
  top: -moz-calc(50% - 99px);
  top: calc(50% - 99px);
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  background-image: url(../images/cover.png);
}

.cover__wrapper:after {
  content: "";
  position: absolute;
  width: 197px;
  height: 198px;
  right: -99px;
  top: -webkit-calc(50% - 99px);
  top: -moz-calc(50% - 99px);
  top: calc(50% - 99px);
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  background-image: url(../images/cover.png);
}

.cover__title.title {
  max-width: 810px;
  margin: 0 auto 40px;
}

/* rating */

.cover__rating {
  display: inline-block;
  font-size: 18px;
  line-height: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#822859),
    to(#4e2044)
  );
  background: -webkit-linear-gradient(#822859, #4e2044);
  background: -moz-linear-gradient(#822859, #4e2044);
  background: -o-linear-gradient(#822859, #4e2044);
  background: linear-gradient(#822859, #4e2044);
  border: 1px solid #d739b3;
  position: absolute;
  top: -25px;
  left: -webkit-calc(50% - 335px);
  left: -moz-calc(50% - 335px);
  left: calc(50% - 335px);
  padding: 12.5px 40px;
  min-width: 670px;
}

.cover-rating__desc {
  display: inline-block;
}

.cover-rating__desc span {
  color: #ffc205;
}

.cover-rating__value > span:last-child {
  color: #ffc205;
}

.cover-rating__stars img {
  display: block;
  margin: auto;
}

.cover-rating__stars {
  display: inline-block;
}

.cover__rating * {
  vertical-align: middle;
}

.cover-rating__stars > span:first-child {
  margin: auto 15px auto 17px;
}

/* main info */

.main-info__content + .content {
  color: #fff;
}

.title.main-info__title.high {
  color: #816bbe;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 35px;
}

.wrap {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.wrap:before {
  background: #6a5690;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.main-info__wrap {
  padding: 40px 40px 80px;
}

.main-info__wrap:before {
  width: -webkit-calc((100% - 60px) * 0.32 + 30px);
  width: -moz-calc((100% - 60px) * 0.32 + 30px);
  width: calc((100% - 60px) * 0.32 + 30px);
}

table {
  width: 100%;
  word-break: break-word;
}

.main-info__table {
  font-size: 18px;
  line-height: 36px;
  text-transform: uppercase;
  color: #1c192c;
}

table a {
  color: #1c192c;
}

table a:hover {
  text-decoration: underline;
}

table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.main-info__table tbody tr:first-child {
  margin-top: 25px;
}

.main-info__table tr td:first-child {
  padding-right: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 32%;
  -moz-box-flex: 0;
  flex: 0 1 32%;
  min-width: 200px;
  padding-right: 15px;
  color: #fff;
}

.main-info__table tr td:nth-child(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 68%;
  -moz-box-flex: 0;
  flex: 0 1 68%;
  max-width: -webkit-calc(100% - 200px);
  max-width: -moz-calc(100% - 200px);
  max-width: calc(100% - 200px);
  padding-left: 60px;
}

/* app */

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

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

/* bonus */

.bonus__content.article > * + * {
  margin-top: 50px;
}

.bonus__content.article div {
  text-align: left;
}

/* vip */

.vip__content.article > * + * {
  margin-top: 50px;
}

.vip__content.article {
  text-align: left;
}

.vip__content div > * + * {
  margin-top: 25px;
}

/* games */

.games__content.article > * + * {
  margin-top: 50px;
}

.games__content.article div {
  text-align: left;
}

/* list */

.list__content,
.pros__content,
.specifications__content,
.main-info__content,
.app__content,
.payment__content,
.registration__content {
  padding-left: 30px;
  padding-right: 30px;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-top: -25px;
}

.list li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 120px) / 4);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 120px) / 4);
  padding: 20px 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: rgba(127, 37, 110, 0.84);
  border: 1px solid #65518a;
  margin-top: 25px;
  margin-left: 30px;
}

.list h3 {
  text-align: left;
  color: #fff;
  margin-bottom: 25px;
}

/* banner */

.banner {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#584878),
    to(#3b2376)
  );
  background: -webkit-linear-gradient(#584878, #3b2376);
  background: -moz-linear-gradient(#584878, #3b2376);
  background: -o-linear-gradient(#584878, #3b2376);
  background: linear-gradient(#584878, #3b2376);
  -webkit-box-shadow: 0 15px 30px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 15px 30px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px 20px rgba(0, 0, 0, 0.1);
}

.banner__content.content {
  padding: 50px 8%;
}

.banner__wrapper {
  display: block;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  padding: 50px;
  text-align: center;
  border: 1.5px solid #ffedc9;
}

.banner__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

.banner__desc {
  font-size: 45px;
  line-height: 55px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffc605;
  margin-bottom: 30px;
  z-index: 100;
}

.banner__wrapper:hover .banner__button {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

/* pros */

.dark {
  padding: 40px 40px 70px 70px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #6a5690;
  color: #fff;
}

.dark h3 {
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 40px;
  text-align: left;
  color: #fff;
  font-weight: 400;
}

.dark li {
  display: block;
}

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

.pros-list__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 30px) / 2);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 30px) / 2);
  display: block;
}

/* registration  payment */

.purple {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 24px;
  line-height: 30px;
  padding: 50px 50px 50px;
  background: rgba(127, 37, 110, 0.84);
  border: 1px solid #65518a;
}

.purple li {
  display: block;
}

.registration__list li + li,
.payment__list li + li {
  margin-top: 15px;
}

/* specifications */

.specifications__list li {
  display: block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: rgba(127, 37, 110, 0.84);
  border: 1px solid #65518a;
  font-size: 24px;
  line-height: 32px;
  padding: 20px 30px;
}

.specifications__list li + li {
  margin-top: 25px;
}

/* article  */

article,
.article {
  text-align: center;
}

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

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

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

article li,
.article li {
  padding-left: 30px;
  display: block;
}

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

.article ul li:before,
article ul li:before {
  content: ".";
  font-size: 25px;
  line-height: inherit;
  color: #fff;
  font-weight: 700;
  position: absolute;
  left: 10px;
  top: -6px;
}

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

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

.article ol > li:before,
article ol > li:before {
  content: counter(ol) ".";
  font-size: inherit;
  line-height: inherit;
  position: absolute;
  left: 10px;
  top: 0;
  font-weight: 400;
  color: #fff;
}

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

.article * + h2,
.article * + h3 {
  margin-top: 35px;
}

.banner + .content {
  padding-top: 50px;
}

/* faq */

.faq__content.content {
  padding-bottom: 125px;
}

.faq__content.content:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  height: 43px;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  background-image: url(../images/decor.png);
  background-position: center;
  z-index: 100;
}

.faq__item {
  overflow: hidden;
  display: block;
  text-align: left;
  -webkit-box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.1);
}

.faq-item__question {
  font-size: 20px;
  line-height: 28px;
  color: #f3d464;
  font-weight: 400;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#584878),
    to(#3b2376)
  );
  background: -webkit-linear-gradient(#584878, #3b2376);
  background: -moz-linear-gradient(#584878, #3b2376);
  background: -o-linear-gradient(#584878, #3b2376);
  background: linear-gradient(#584878, #3b2376);
  padding: 23px 75px;
  cursor: pointer;
}

.faq-item__question:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 23.5px;
  width: 26px;
  height: 27px;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  background-image: url(../images/faq.png);
}

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

.faq-item__answer {
  padding: 20px 75px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  text-align: left;
  background: #872573;
}

.faq-item__answer .article {
  text-align: left;
}

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

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

/* points */

.points {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#912479),
    to(#5e245c)
  );
  background: -webkit-linear-gradient(#912479, #5e245c);
  background: -moz-linear-gradient(#912479, #5e245c);
  background: -o-linear-gradient(#912479, #5e245c);
  background: linear-gradient(#912479, #5e245c);
  margin-top: 25px;
}

.points__content.content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.points__desc {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

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

.points__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc(100% - 33% - 30px);
  -moz-box-flex: 0;
  flex: 0 1 calc(100% - 33% - 30px);
  border: 1px solid #ffff81;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding: 20px;
  max-width: -webkit-calc(100% - 350px - 30px);
  max-width: -moz-calc(100% - 350px - 30px);
  max-width: calc(100% - 350px - 30px);
}

.points__image img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 305px;
  max-height: none;
  width: 100%;
}

.points__list {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 33%;
  -moz-box-flex: 0;
  flex: 0 1 33%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #9d3089;
  border: 1px solid #ec3dca;
  padding: 50px 20px 60px;
  min-width: 350px;
}

.points__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  font-size: 14px;
}

.points__list li:first-child {
  margin-bottom: 25px;
}

.points__list span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
  -moz-box-flex: 0;
  flex: 0 1 50%;
}

.points__list span:first-child {
  padding-right: 15px;
  text-align: right;
}

.points__list span:last-child {
  padding-left: 15px;
  color: #ffda44;
}

/* final */

.final__content.content {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.final__content {
  padding-left: 30px;
  padding-right: 30px;
}

.final__content h2 {
  margin-bottom: 50px;
}

/* support */

.support__content.article > * + * {
  margin-top: 50px;
}

/* reviews */

.reviews__content {
  padding-left: 0;
  padding-right: 0;
}

.reviews__list {
  margin-top: -25px;
  margin-left: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.reviews__list li {
  padding: 20px 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: rgba(127, 37, 110, 0.84);
  border: 1px solid #65518a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 2);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 60px) / 2);
  margin-left: 30px;
  margin-top: 25px;
  font-size: 24px;
  line-height: 32px;
}

.reviews__list li div > span:last-child span {
  color: #ffdb48;
  font-weight: 700;
}

.reviews-item__rating {
  color: #ffdb48;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 12px;
  font-weight: 700;
}

.reviews-item__rating span {
  margin-left: 8px;
  font-size: 16px;
  letter-spacing: 0;
  color: #fff;
  opacity: 0.85;
}

.reviews-item__rating .reviews-item__rating-empty {
  margin-left: 0;
  color: #fff;
  opacity: 0.3;
  font-size: 22px;
  letter-spacing: 2px;
}

/* slots */

.slots__wrap {
  padding: 60px 50px 60px 130px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #9d3089;
  border: 1px solid #ec3dca;
}

.slots__table {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.slots__table span {
  display: block;
}

.slots__table tbody tr:first-child {
  margin-top: 25px;
}

.slots__table tr td {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 28%;
  -moz-box-flex: 0;
  flex: 0 1 28%;
}

.slots__table tr td:last-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 16%;
  -moz-box-flex: 0;
  flex: 0 1 16%;
}

.slots__table tr td:nth-child(n + 2) {
  padding-left: 30px;
}

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