@charset "UTF-8";
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input::-ms-clear {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

@font-face {
  font-family: "PN";
  src: url(../fonts/ProximaNova-Regular.eot);
  src: local("😥"), url(../fonts/ProximaNova-Regular.woff) format("woff"), url(../fonts/ProximaNova-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PN";
  src: url(../fonts/ProximaNova-Semibold.eot);
  src: local("😥"), url(../fonts/ProximaNova-Semibold.woff) format("woff"), url(../fonts/ProximaNova-Semibold.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "PN";
  src: url(../fonts/ProximaNova-Extrabld.eot);
  src: local("😥"), url(../fonts/ProximaNova-Extrabld.woff) format("woff"), url(../fonts/ProximaNova-Extrabld.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "PN";
  src: url(../fonts/ProximaNova-Black.eot);
  src: local("😥"), url(../fonts/ProximaNova-Black.woff) format("woff"), url(../fonts/ProximaNova-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}
.select__list, .advantages__item ul, .addition-roll, .addition-list ul, .table-content__list, .language__list, .main-nav__list, .footer-nav__list, .brand-section__plus-list, .breadcrums {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav__list, .breadcrums {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.bottom-modal__image {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

body {
  height: 100%;
  font-family: "PN", sans-serif;
  color: #1D1D1B;
  background: #fbfbfb;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

* {
  outline: none;
  box-sizing: border-box;
}
*::after, *::before {
  box-sizing: border-box;
}

svg {
  transform: translateZ(0);
}

input, textarea {
  font-family: "PN", sans-serif;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: border-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=submit] {
  cursor: pointer;
}

h1 {
  font-weight: 700;
  font-size: 48px;
}

h2 {
  font-weight: 700;
  font-size: 42px;
}

h3 {
  font-weight: 600;
  font-size: 38px;
}

h4 {
  font-weight: 700;
  font-size: 34px;
}

h5 {
  font-weight: 600;
  font-size: 24px;
}

h6 {
  font-weight: 500;
  font-size: 20px;
}

p.error {
  font-size: 12px;
  color: red;
  margin: 10px 0;
}

.wrapper {
  min-height: 100vh;
  position: relative;
}

.holder-block {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.bg-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 220px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  transition: 0.6s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  z-index: 2;
  background: linear-gradient(180deg, #B62D3F 37%, #D03146 98%);
  box-shadow: 0px 4px 14px 0px rgba(234, 123, 123, 0.35);
  font-family: inherit;
  border: none;
  padding: 0;
}
.bg-button svg {
  position: absolute;
  z-index: -1;
  left: -56%;
  bottom: -35%;
  transform: rotate(15deg);
  transition: 0.6s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .bg-button svg {
    display: none;
  }
}
.bg-button img {
  top: 35px;
  right: 100px;
  position: absolute;
  transition: 0.6s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .bg-button img {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .bg-button:hover {
    box-shadow: none;
  }
  .bg-button:hover svg {
    left: 5px;
    bottom: 0;
    transform: rotate(0);
  }
  .bg-button:hover img {
    right: -70px;
    top: -20px;
  }
}

.section-title {
  color: #1D1D1B;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1023px) {
  .section-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 20px;
  }
}

.play-button {
  max-width: 255px;
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 100%;
  background-image: linear-gradient(180deg, #D03146, #B62D3F 100%);
  position: relative;
  z-index: 4;
  box-shadow: 0px 2px 0px #D00F4A;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.6s ease-in-out;
  overflow: hidden;
}
.play-button:before {
  background-image: linear-gradient(180deg, #B62D3F, #D03146 100%);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  transition: opacity 0.6s;
}
@media only screen and (min-width: 1025px) {
  .play-button:hover:before {
    opacity: 1;
  }
}
.play-button svg {
  fill: #fff;
}
@media only screen and (min-width: 1025px) {
  .play-button:hover {
    box-shadow: 0px 5px 0px #D00F4A;
  }
}
@media only screen and (max-width: 420px) {
  .play-button {
    max-width: 100%;
  }
}
.play-button__fullitem-play-box {
  margin-left: 8px;
}
.play-button__fullitem-play-title {
  font-weight: 800;
  font-size: 16px;
  line-height: 125%;
  color: #fff;
  text-decoration: none;
}
.play-button__fullitem-play-info {
  font-size: 13px;
  line-height: 110%;
  color: #F4F4F4;
}

.main-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #D03146;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
}
.main-table:last-of-type {
  margin-bottom: 0;
}
.main-table thead {
  border-radius: 16px;
}
.main-table thead tr td {
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #D03146 37%, #B62D3F 98%);
}
.main-table tbody tr td {
  padding: 14px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #1D1D1B;
}
@media only screen and (max-width: 767px) {
  .main-table tbody tr td {
    padding: 12px 10px;
    font-size: 16px;
  }
}
.main-table tbody tr:nth-child(odd) {
  background: #fff;
}
.main-table tbody tr:nth-child(even) {
  background: #F4F4F4;
}

.primary-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .primary-table {
    width: 960px;
  }
}
.primary-table thead {
  border-radius: 16px;
}
.primary-table thead tr td {
  padding: 20px 22px 10px;
  font-size: 16px;
  font-weight: 700;
  color: #6F7897;
  border-bottom: 1px solid #EDEDED;
}
.primary-table tbody tr td {
  padding: 12px 22px;
  font-size: 18px;
  font-weight: 600;
  color: #1D1D1B;
  border-bottom: 1px solid #EDEDED;
}
.primary-table tbody tr:nth-child(even) {
  background: #F4F4F4;
}
.primary-table__wrap {
  overflow-x: auto;
}
@media only screen and (max-width: 991px) {
  .primary-table--sm {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .primary-table--sm tbody tr td {
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 500;
  }
}

.breadcrums {
  margin: 0 -18px 22px;
}
.breadcrums li {
  font-size: 16px;
  margin: 0 18px;
}
.breadcrums li a {
  color: #000614;
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .breadcrums li a:hover {
    text-decoration: underline;
  }
}
.breadcrums li + li {
  position: relative;
}
.breadcrums li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -26px;
  width: 16px;
  height: 1px;
  background: #E1EAFF;
}
.breadcrums li span {
  color: #6F7897;
}

.page-title {
  color: #1D1D1B;
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
}
@media only screen and (max-width: 1023px) {
  .page-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .page-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title {
    font-size: 24px;
  }
}

.form-block {
  position: relative;
  width: 100%;
  margin: 0 0 20px;
}
.form-block__row {
  display: flex;
  align-items: center;
  margin: 0 -10px 20px;
}
.form-block__row .form-block {
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .form-block__row {
    margin: 0;
    flex-direction: column;
  }
  .form-block__row .form-block {
    margin: 0 0 20px;
  }
}

.main-input {
  width: 100%;
  height: 50px;
  border-radius: 55px;
  border: 1px solid rgba(111, 120, 151, 0.5);
  background: #fff;
  padding: 0 22px;
  font-size: 16px;
}
.main-input::-moz-placeholder {
  color: #6F7897;
}
.main-input::placeholder {
  color: #6F7897;
}

.main-textarea {
  width: 100%;
  height: 140px;
  border-radius: 15px;
  border: 1px solid rgba(111, 120, 151, 0.5);
  background: #fff;
  padding: 14px 22px;
  font-size: 16px;
  resize: none;
  overflow: hidden;
}
.main-textarea::-moz-placeholder {
  color: #6F7897;
}
.main-textarea::placeholder {
  color: #6F7897;
}

.checkbox-block {
  margin-bottom: 28px;
}
.checkbox-block label {
  position: relative;
}
.checkbox-block label input {
  display: none;
}
.checkbox-block label input + span {
  position: relative;
  display: block;
  font-size: 14px;
  color: #6F7897;
  padding-left: 28px;
  cursor: pointer;
}
.checkbox-block label input + span::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 6px;
  border: 2px solid #B3B3B3;
}
.checkbox-block label input + span::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 6px;
  background: #B3B3B3;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
}
.checkbox-block label input:checked + span::after {
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

.rate {
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .rate {
    margin-bottom: 15px;
  }
}
.rate__title {
  font-size: 16px;
  margin-bottom: 4px;
}
.rate__box {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin: 0 -5px;
}
.rate__box input {
  border: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  opacity: 0;
}
.rate__box label {
  position: relative;
  float: right;
  color: #C8C8C8;
  cursor: pointer;
}
.rate__box label::before {
  margin: 0 5px;
  content: "★";
  display: block;
  font-size: 35px;
  color: rgba(111, 120, 151, 0.6);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.rate__box input:checked ~ label:before {
  color: #FFC107;
}
.rate__box label:hover ~ label:before {
  color: #ffdb70;
}
.rate__box label:hover:before {
  color: #FFC107;
}

.main-button {
  max-width: 225px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0px 2px 0px 0px #D00F4A;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-size: 100%;
  background-image: linear-gradient(180deg, #D03146, #B62D3F 100%);
  position: relative;
  z-index: 4;
  overflow: hidden;
  font-family: inherit;
  padding: 0;
}
.main-button:before {
  background-image: linear-gradient(180deg, #B62D3F, #D03146 100%);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  transition: opacity 0.6s;
}
@media only screen and (min-width: 1025px) {
  .main-button:hover:before {
    opacity: 1;
  }
}
@media only screen and (min-width: 1025px) {
  .main-button:hover {
    box-shadow: 0px 4px 0px 0px #D00F4A;
  }
}

.top-section {
  padding: 96px 0 220px;
  margin-bottom: 25px;
  overflow: hidden;
}
.top-section h1, .top-section h2 {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
  color: #1d1d1b;
}
@media only screen and (max-width: 1023px) {
  .top-section h1, .top-section h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .top-section h1, .top-section h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .top-section h1, .top-section h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1249px) {
  .top-section {
    padding: 96px 16px 220px;
  }
}
.top-section--bg {
  position: relative;
}
.top-section--bg::after {
  position: absolute;
  content: "";
  display: block;
  left: -5%;
  bottom: 35px;
  transform: rotate(-2deg);
  width: 110%;
  height: 100%;
  background: radial-gradient(24.55% 50% at 50% 50%, #280E11 37%, #2E1417 100%);
  z-index: -1;
}
.top-section--bg .breadcrums li a {
  color: #fff;
}
.top-section--bg .breadcrums li span {
  color: #F4F4F4;
}
.top-section--bg .page-title, .top-section--bg h1, .top-section--bg h2 {
  color: #fff;
}
.top-section--page {
  padding: 96px 0 40px;
}
.top-section--page .page-title, .top-section--page h1, .top-section--page h2 {
  color: #fff;
}
@media only screen and (max-width: 1249px) {
  .top-section--page {
    padding: 96px 16px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .top-section--page {
    margin-bottom: 0;
  }
}
.top-section__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.top-section__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0;
}
.top-section__buttons .main-button {
  margin: 0 5px;
}
@media only screen and (max-width: 767px) {
  .top-section__buttons {
    flex-direction: column;
  }
  .top-section__buttons .main-button + .main-button {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 420px) {
  .top-section__buttons .main-button {
    max-width: 100%;
  }
}
.top-section__image {
  text-align: center;
}

.page-content {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1249px) {
  .page-content {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .page-content {
    margin-bottom: 60px;
  }
}
.page-content__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.page-content__inner .main-button {
  max-width: 255px;
  margin: 24px auto 100px;
}
@media only screen and (max-width: 767px) {
  .page-content__inner .main-button {
    margin: 20px auto 60px;
  }
}
@media only screen and (max-width: 420px) {
  .page-content__inner .main-button {
    max-width: 100%;
  }
}

.review-form {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1249px) {
  .review-form {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .review-form {
    margin-bottom: 60px;
  }
}
.review-form__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.review-form__box {
  border-radius: 28px;
  max-width: 830px;
  width: 100%;
  padding: 52px 44px;
  background: #fff;
  box-shadow: 0px 4px 24px 0px rgba(228, 215, 215, 0.15);
}
@media only screen and (max-width: 767px) {
  .review-form__box {
    padding: 24px 16px;
  }
}
.review-form__title {
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1023px) {
  .review-form__title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .review-form__title {
    font-size: 24px;
  }
}
.review-form__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 28px;
}
@media only screen and (max-width: 420px) {
  .review-form__form .main-button {
    max-width: 100%;
  }
}

.text-section {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1249px) {
  .text-section {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .text-section {
    margin-bottom: 60px;
  }
}
.text-section__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .text-section__inner {
    flex-direction: column;
  }
}
.text-section__content {
  padding: 40px;
  max-width: 830px;
  width: 100%;
  flex-basis: 830px;
  border-radius: 16px;
  background: #fff;
  margin-right: 20px;
  overflow: hidden;
  box-shadow: 0px 4px 24px 0px rgba(228, 215, 215, 0.15);
}
@media only screen and (max-width: 991px) {
  .text-section__content {
    padding: 24px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .text-section__content {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 60px;
  }
}
.text-section__aside {
  position: sticky;
  top: 90px;
  padding: 34px 24px;
  max-width: 340px;
  width: 100%;
  flex-basis: 340px;
  border-radius: 16px;
  background: #fff;
  flex-shrink: 0;
}
@media only screen and (max-width: 991px) {
  .text-section__aside {
    max-width: 250px;
    flex-basis: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .text-section__aside {
    position: static;
    top: auto;
    padding: 20px 24px;
    max-width: 100%;
    flex-basis: auto;
    flex-shrink: 1;
  }
}
.text-section__title {
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
  color: #1D1D1B;
  margin-bottom: 22px;
}
@media only screen and (max-width: 991px) {
  .text-section__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .text-section__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.text-section__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #1D1D1B;
}
.text-section__text a {
  color: #2362ED;
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .text-section__text a:hover {
    text-decoration: underline;
  }
}
.text-section__text p {
  font-size: 16px;
  line-height: 140%;
}
.text-section__text p:first-of-type {
  margin-top: 0;
}
.text-section__text p:last-of-type {
  margin-bottom: 0;
}
.text-section__text ul, .text-section__text ol {
  padding: 0 0 0 20px;
}
.text-section__text ul li, .text-section__text ol li {
  font-size: 16px;
  line-height: 150%;
}
.text-section__text ul li + li, .text-section__text ol li + li {
  margin-top: 8px;
}
.text-section__text h2 {
  color: #1D1D1B;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}
.text-section__text h3 {
  color: #1D1D1B;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
}
.text-section__text h4 {
  color: #1D1D1B;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}
.text-section__text h5 {
  color: #1D1D1B;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}
.text-section__text h6 {
  color: #1D1D1B;
  font-size: 16px;
  line-height: 120%;
}
.text-section__aside-title {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
}

.aside-slots__item {
  display: block;
  padding: 20px 0;
  text-decoration: none;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(82, 119, 231, 0.3);
}
.aside-slots__item:last-of-type {
  border: none;
}
.aside-slots__item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aside-slots__item-head .play-section__comments svg {
  fill: #6F7897;
}
.aside-slots__item-head .play-section__about {
  margin: 0;
}
.aside-slots__item-head .play-section__play {
  height: 45px;
  width: 160px;
  font-size: 14px;
  margin-bottom: 5px;
  text-align: center;
}
.aside-slots__item-head .play-section__play svg {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.aside-slots__item-logo {
  max-width: 105px;
}
.aside-slots__item-title {
  color: #333;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
}
.aside-slots__link {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #D03146;
  transition: 0.3s ease-in-out;
}
.aside-slots__link::after {
  border-bottom: 2px solid #D03146;
  border-right: 2px solid #D03146;
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: -15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(-45deg);
  transition: all 0.15s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .aside-slots__link:hover {
    text-decoration: none;
  }
  .aside-slots__link:hover::after {
    right: -20px;
  }
}

.brand-section {
  margin-top: -220px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1249px) {
  .brand-section {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .brand-section {
    margin-bottom: 60px;
  }
}
.brand-section__inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .brand-section__inner .text-section__aside {
    position: static;
    max-width: 100%;
    flex-basis: auto;
    margin: 20px auto 0;
    top: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .brand-section__inner .text-section__content {
    max-width: 100%;
    flex-basis: auto;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .brand-section__inner {
    flex-direction: column;
  }
}
.brand-section__main {
  max-width: 830px;
  width: 100%;
  flex-basis: 830px;
  margin-right: 20px;
}
.brand-section__main .table-content {
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  .brand-section__main {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 auto;
  }
}
.brand-section__aside {
  max-width: 340px;
  width: 100%;
  flex-basis: 340px;
  flex-shrink: 0;
  padding: 10px 14px 2px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 4px 14px 0px rgba(216, 210, 210, 0.35);
}
@media only screen and (max-width: 1023px) {
  .brand-section__aside {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 auto;
  }
}
.brand-section__aside-head {
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 12px;
}
.brand-section__aside-head .stars-rate {
  margin: 0 auto;
}
.brand-section__aside-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
  color: #1D1D1B;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}
.brand-section__aside-title svg {
  width: 14px;
  height: 16px;
  fill: #6F7897;
  margin-right: 6px;
}
.brand-section__aside-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.brand-section__aside-item {
  width: 50%;
  margin-bottom: 12px;
  padding-right: 5px;
}
.brand-section__aside-item-title {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 2px;
}
.brand-section__aside-item-title svg {
  width: 14px;
  height: 16px;
  fill: #6F7897;
  margin-right: 4px;
}
.brand-section__aside-item-value {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.brand-section__aside-item-value a {
  color: #2362ED;
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .brand-section__aside-item-value a:hover {
    text-decoration: underline;
  }
}
.brand-section__text {
  color: #1D1D1B;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 20px;
}
.brand-section__text p:first-of-type {
  margin-top: 0;
}
.brand-section__text p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .brand-section__text {
    font-size: 16px;
  }
}
.brand-section__bonus {
  padding: 44px 26px 20px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 4px 14px 0px rgba(216, 210, 210, 0.35);
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .brand-section__bonus {
    padding: 26px 16px 2px;
  }
}
.brand-section__bonus-main {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .brand-section__bonus-main {
    align-items: flex-start;
  }
}
.brand-section__bonus-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.brand-section__bonus-head .main-button {
  max-width: 205px;
}
.brand-section__bonus-head .main-button svg {
  margin-right: 14px;
}
@media only screen and (max-width: 767px) {
  .brand-section__bonus-head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 420px) {
  .brand-section__bonus-head .main-button {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .brand-section__bonus-content {
    margin-bottom: 14px;
  }
}
.brand-section__bonus-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
}
.brand-section__bonues-text {
  font-size: 16px;
  font-weight: 600;
}
.brand-section__bonus-rates {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.brand-section__bonus-rate {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .brand-section__bonus-rate {
    width: 100%;
  }
}
.brand-section__bonus-rate-value {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
}
.brand-section__bonus-rate-value svg {
  margin-left: 5px;
}
.brand-section__bonus-rate-name {
  font-size: 16px;
}
.brand-section__bonus-value {
  max-width: 205px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}
.brand-section__bonus-value span {
  font-size: 64px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.brand-section__bonus-value small {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.brand-section__plus {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -8px 25px;
}
@media only screen and (max-width: 767px) {
  .brand-section__plus {
    flex-direction: column;
    margin: 0 0 25px;
  }
}
.brand-section__plus-item {
  max-width: calc(50% - 16px);
  width: 100%;
  flex-basis: calc(50% - 16px);
  margin: 0 8px;
  padding: 28px 40px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 4px 14px 0px rgba(216, 210, 210, 0.35);
}
@media only screen and (max-width: 767px) {
  .brand-section__plus-item {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 10px;
    padding: 20px 16px;
  }
}
.brand-section__plus-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 21px;
  color: #000;
  font-weight: 900;
  margin-bottom: 3px;
}
@media only screen and (max-width: 767px) {
  .brand-section__plus-title svg {
    width: 28px;
    height: 28px;
  }
}
.brand-section__plus-list li {
  color: #333;
  padding-left: 14px;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  line-height: 180%;
}
.brand-section__plus-list li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #18AE46;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.brand-section__plus-list.minus li::before {
  background: #B62D3F;
}

.brand-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 280px;
  margin-bottom: 32px;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .brand-box {
    margin-bottom: 20px;
  }
}
.brand-box__inner {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  padding: 24px 20px;
}
@media only screen and (max-width: 767px) {
  .brand-box__inner {
    padding: 12px 14px 22px;
  }
}
.brand-box__head {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .brand-box__head {
    flex-direction: column;
  }
}
.brand-box__box {
  display: flex;
  align-items: center;
  margin-right: 22px;
  padding: 5px 25px;
  background: #FFF;
  border-radius: 10px;
  min-height: 84px;
}
@media only screen and (max-width: 1023px) {
  .brand-box__box {
    margin: 0 auto 10px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-box__box {
    min-height: none;
    padding: 5px 22px;
  }
}
.brand-box__title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}
@media only screen and (max-width: 1023px) {
  .brand-box__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-box__title {
    font-size: 20px;
  }
}
.brand-box__rate {
  margin: 0 30px;
  text-align: center;
}
.brand-box__rate-value {
  color: #FFA873;
  font-size: 18px;
  font-weight: 700;
  line-height: 12px;
  margin-top: 8px;
}
.brand-box__rate-value span {
  font-weight: 900;
  color: #ff5f1a;
}
.brand-box__comments {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 16px;
}
.brand-box__comments svg {
  width: 24px;
  height: 24px;
  fill: #6F7897;
  margin-right: 2px;
}
.brand-box__bottom {
  margin-top: auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .brand-box__bottom {
    flex-wrap: wrap;
    margin: auto -5px 0;
  }
}
.brand-box__bottom .main-button svg {
  fill: #fff;
  margin-right: 8px;
}
@media only screen and (max-width: 480px) {
  .brand-box__bottom .main-button {
    max-width: 100%;
    margin: 0 5px 12px;
  }
}
.brand-box__bottom .main-button--download {
  max-width: 134px;
  margin-left: 18px;
}
@media only screen and (max-width: 480px) {
  .brand-box__bottom .main-button--download {
    max-width: calc(50% - 10px);
    width: 100%;
    margin: 0 5px;
    height: 42px;
  }
}

.stars-rate {
  width: 100px;
  height: 20px;
}
.stars-rate svg {
  width: 85px;
  overflow: visible;
}
.stars-rate .star {
  fill: #B1B3B6;
  stroke: #B1B3B6;
}
.stars-rate .star:nth-child(1) {
  transform: translateX(0);
}
.stars-rate .star:nth-child(2) {
  transform: translateX(10px);
}
.stars-rate .star:nth-child(3) {
  transform: translateX(20px);
}
.stars-rate .star:nth-child(4) {
  transform: translateX(30px);
}
.stars-rate .star:nth-child(5) {
  transform: translateX(40px);
}

.stars-rate [rating="1"] .star:not(:nth-child(n+2)) {
  fill: #fe5e19;
  stroke: #fe5e19;
}

.stars-rate [rating="2"] .star:not(:nth-child(n+3)) {
  fill: #fe5e19;
  stroke: #fe5e19;
}

.stars-rate [rating="3"] .star:not(:nth-child(n+4)) {
  fill: #fe5e19;
  stroke: #fe5e19;
}

.stars-rate [rating="4"] .star:not(:nth-child(n+5)) {
  fill: #fe5e19;
  stroke: #fe5e19;
}

.stars-rate [rating="5"] .star:not(:nth-child(n+6)) {
  fill: #fe5e19;
  stroke: #fe5e19;
}

.demo-game {
  height: 410px;
  width: 100%;
  border-radius: 16px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1023px) {
  .demo-game {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .demo-game {
    height: 245px;
  }
}
.demo-game .play-button {
  height: 66px;
  max-width: 290px;
  margin-bottom: 20px;
}
.demo-game .main-button {
  max-width: 290px;
}

.footer {
  background: linear-gradient(135deg, #0D0F22 0%, #0B0E2D 100%);
  overflow: hidden;
}
.footer.with-margin {
  margin-bottom: 85px;
}
@media only screen and (max-width: 767px) {
  .footer.with-margin {
    margin-bottom: 70px;
  }
}
.footer__top {
  padding: 80px 0 44px;
}
@media only screen and (max-width: 1023px) {
  .footer__top {
    padding: 60px 0 44px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__top {
    padding: 60px 0 24px;
  }
  .footer__top .footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .footer__inner {
    padding: 0 16px;
  }
}
.footer__bottom {
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  .footer__bottom .footer__inner {
    flex-direction: column;
  }
}
.footer__middle {
  padding: 44px 0 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 767px) {
  .footer__middle {
    padding: 44px 0;
  }
}
.footer__middle .footer__inner {
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .footer__middle .footer__inner {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .footer-nav {
    margin-top: 32px;
  }
}
.footer-nav__list {
  margin: 0 -27px;
}
@media only screen and (max-width: 767px) {
  .footer-nav__list {
    flex-wrap: wrap;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.footer-nav__list li {
  margin: 0 27px;
}
.footer-nav__list li a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .footer-nav__list li a:hover {
    color: #D03146;
  }
}
@media only screen and (max-width: 767px) {
  .footer-nav__list li {
    margin: 0 27px 24px;
  }
}

.copyright {
  font-size: 11px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .copyright {
    margin-top: 10px;
  }
}

.footer-text {
  max-width: 425px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #F4F4F4;
}
.footer-text p:first-of-type {
  margin-top: 0;
}
.footer-text p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .footer-text {
    max-width: 100%;
    margin-bottom: 24px;
  }
}

.footer-content {
  max-width: 570px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .footer-content {
    max-width: 100%;
  }
}
.footer-content__box {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .footer-content__box {
    flex-direction: column;
  }
}
.footer-content__text {
  color: #F4F4F4;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.footer-content__text + .footer-content__text {
  margin-left: 60px;
}
@media only screen and (max-width: 767px) {
  .footer-content__text + .footer-content__text {
    margin: 24px 0 0;
  }
}
.footer-content__images {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .footer-content__images {
    margin: 0 -10px;
  }
}
.footer-content__images img + img {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .footer-content__images img + img {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-content__images {
    flex-wrap: wrap;
  }
  .footer-content__images img {
    margin: 10px 10px 0;
    max-width: 345px;
  }
}

.bottom-modal {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 85px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: radial-gradient(50% 50% at 50% 50%, #12104E 0%, #060621 100%);
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.bottom-modal.show {
  visibility: visible;
  opacity: 1;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .bottom-modal {
    height: 70px;
  }
}
.bottom-modal__inner {
  max-width: 1110px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottom-modal__inner .main-button {
  text-align: center;
}
.bottom-modal__inner .main-button img {
  position: absolute;
  top: 3px;
  left: 3px;
}
@media only screen and (max-width: 1200px) {
  .bottom-modal__inner {
    padding: 0 10px;
  }
}
.bottom-modal__left {
  display: flex;
  align-items: center;
}
.bottom-modal__image {
  width: 69px;
  height: 69px;
  border-radius: 5px;
  background: #fff;
  margin-right: 18px;
  padding: 4px;
}
@media only screen and (max-width: 767px) {
  .bottom-modal__image {
    margin-right: 5px;
    height: 58px;
    width: 58px;
  }
}
@media only screen and (max-width: 991px) {
  .bottom-modal__box {
    display: none;
  }
}
.bottom-modal__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
  margin: 0 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 767px) {
  .bottom-modal__title {
    font-size: 15px;
    font-weight: 700;
    line-height: 110%;
  }
}
.bottom-modal__name {
  font-size: 33px;
  font-weight: 800;
  line-height: 120%;
  color: #fff;
}
.bottom-modal__rate {
  display: flex;
  align-items: center;
}
.bottom-modal__rate span {
  margin-left: 14px;
  color: #FFA873;
  font-size: 18px;
  font-weight: 700;
}
.bottom-modal__rate span b {
  color: #FE5E19;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-radius: 0px 0px 10px 10px;
  background: #fff;
  box-shadow: 0px 4px 24px 0px rgba(234, 234, 234, 0.25);
  z-index: 7;
}
@media only screen and (max-width: 1200px) {
  .header {
    border-radius: 0;
  }
}
.header__inner {
  max-width: 1600px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 14px 24px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .header__inner {
    padding: 14px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .header__inner {
    padding: 7px 16px;
  }
}

.main-nav {
  margin: 0 50px;
}
@media only screen and (max-width: 1200px) {
  .main-nav {
    margin: 0 25px;
  }
}
@media only screen and (max-width: 1023px) {
  .main-nav {
    max-width: 310px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    background: #fff;
    margin: 0;
    display: flex;
    flex-direction: column;
    z-index: 5;
    transform: translateX(-100%);
    transition: 0.3s ease-in-out;
  }
  .main-nav::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 400%;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transition: 0.3s ease-in-out;
  }
  .main-nav.open {
    transform: translateX(0);
  }
  .main-nav.open::before {
    visibility: visible;
    opacity: 1;
    overflow: visible;
  }
  .main-nav.open .main-nav__close {
    opacity: 1;
  }
}
.main-nav__list {
  display: flex;
  align-items: center;
  margin: 0 -14px;
}
.main-nav__list > li {
  position: relative;
}
.main-nav__list > li > a {
  display: block;
  padding: 14px 14px;
  color: #1D1D1B;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .main-nav__list > li > a:hover {
    color: #B62D3F;
  }
}
@media only screen and (max-width: 1600px) {
  .main-nav__list > li > a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .main-nav__list > li {
    margin: 0 10px;
  }
}
.main-nav__list > li.menu-item-has-children::after {
  border-bottom: 1px solid #0D0D0D;
  border-right: 1px solid #0D0D0D;
  content: "";
  height: 6px;
  width: 6px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 5px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .main-nav__list > li.menu-item-has-children::after {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .main-nav__list > li.menu-item-has-children:hover::after {
    transform: rotate(-135deg);
  }
  .main-nav__list > li.menu-item-has-children:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    overflow: visible;
  }
}
.main-nav__list > li > ul.sub-menu {
  list-style: none;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 224px;
  padding: 15px;
  border-radius: 5px;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  z-index: 2;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
  transition: 0.3s ease-in-out;
}
.main-nav__list > li > ul.sub-menu > li {
  font-size: 16px;
  font-weight: 500;
}
.main-nav__list > li > ul.sub-menu > li + li {
  margin-top: 10px;
}
@media only screen and (max-width: 1023px) {
  .main-nav__list > li > ul.sub-menu > li + li {
    margin: 0;
  }
}
.main-nav__list > li > ul.sub-menu > li > a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #B62D3F;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .main-nav__list > li > ul.sub-menu > li > a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1023px) {
  .main-nav__list > li > ul.sub-menu > li > a {
    padding: 5px 14px;
  }
}
@media only screen and (max-width: 1023px) {
  .main-nav__list > li > ul.sub-menu {
    position: static;
    visibility: visible;
    opacity: 1;
    overflow: visible;
    background: transparent;
    padding: 0 10px;
    width: 100%;
    box-shadow: none;
  }
}
@media only screen and (max-width: 1200px) {
  .main-nav__list {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 1023px) {
  .main-nav__list {
    width: 100%;
    margin: 0 0 20px;
    flex-direction: column;
    align-items: flex-start;
    overflow-y: auto;
  }
  .main-nav__list li {
    margin: 0;
    width: 100%;
  }
  .main-nav__list li a {
    font-size: 20px;
    font-weight: 500;
    width: 100%;
    display: block;
    padding: 16px 20px;
    border-bottom: 1px solid #EDEDED;
  }
  .main-nav__list li:first-of-type a {
    border-top: 1px solid #EDEDED;
  }
}
.main-nav__open {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .main-nav__open {
    width: 32px;
    height: 14px;
    margin-left: 15px;
    display: block;
    cursor: pointer;
  }
}
.main-nav__head {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .main-nav__head {
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 32px;
  }
}
.main-nav__bottom {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .main-nav__bottom {
    display: flex;
    flex-direction: column;
    margin-top: auto;
    margin-bottom: 100px;
  }
  .main-nav__bottom .downoad-button {
    max-width: 280px;
    height: 56px;
    margin: 0 auto;
  }
  .main-nav__bottom .downoad-button span {
    font-size: 18px;
  }
  .main-nav__bottom .header-bonus {
    border-radius: 5px;
    border: 1px solid #EDEDED;
    margin: 0 16px 24px;
  }
  .main-nav__bottom .header-bonus__icon {
    background: transparent;
  }
  .main-nav__bottom .header-bonus__icon span {
    display: none;
  }
  .main-nav__bottom .header-bonus__icon svg {
    width: 24px;
    height: 24px;
    fill: #AEE43E;
  }
  .main-nav__bottom .header-bonus__image {
    display: flex;
    align-items: center;
  }
  .main-nav__bottom .header-bonus__content {
    width: 100%;
    display: flex;
  }
  .main-nav__bottom .header-bonus__text {
    font-size: 14px;
    font-weight: 400;
    margin-left: auto;
    padding-right: 10px;
  }
  .main-nav__bottom .language {
    position: static;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px -8px 0;
    padding: 0 16px;
    border-radius: 0;
    border: none;
  }
  .main-nav__bottom .language__current {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ECEFFA;
    background: #ECEFFA;
    font-size: 0;
    margin: 0 8px 16px;
    display: none;
  }
  .main-nav__bottom .language__current img {
    margin: 0;
  }
  .main-nav__bottom .language__current::after {
    display: none;
  }
  .main-nav__bottom .language__list {
    display: flex;
    align-items: center;
    position: static;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    border: none;
    flex-wrap: wrap;
  }
  .main-nav__bottom .language__list li {
    margin: 0 7px 16px;
  }
  .main-nav__bottom .language__list li a {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ECEFFA;
    background: #ECEFFA;
    font-size: 0;
  }
  .main-nav__bottom .language__list li a img {
    margin: 0;
  }
}
.main-nav__close {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #6F7897;
  opacity: 0;
}
.main-nav__close svg {
  margin-left: 4px;
}

.language {
  padding: 14px 28px 14px 14px;
  border: 1px solid #EDEDED;
  border-radius: 5px;
  margin-left: 24px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .language {
    display: none;
  }
}
.language__current {
  position: relative;
  color: #1D1D1B;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}
.language__current img {
  margin-right: 4px;
}
.language__current::after {
  border-bottom: 1px solid #1D1D1B;
  border-right: 1px solid #1D1D1B;
  content: "";
  height: 6px;
  width: 6px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: -10px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
}
.language__current.active::after {
  transform: rotate(-135deg);
}
.language__list {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  border: 1px solid #EDEDED;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.language__list.open {
  visibility: visible;
  opacity: 1;
  overflow: visible;
}
.language__list li a {
  color: #1D1D1B;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  background: #fff;
  padding: 14px 28px 14px 14px;
  border-bottom: 1px solid #EDEDED;
  transition: 0.3s ease-in-out;
}
.language__list li a img {
  margin-right: 6px;
}
@media only screen and (min-width: 1025px) {
  .language__list li a:hover {
    background: #ECEFFA;
    color: #B62D3F;
  }
}
.language__list li:last-of-type a {
  border: none;
}

.downoad-button {
  max-width: 230px;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  border-radius: 5px;
  background-size: 100%;
  background-image: linear-gradient(180deg, rgba(182, 45, 63, 0.1), rgba(208, 49, 70, 0.1) 100%);
  position: relative;
  z-index: 4;
  border: 1px solid #B62D3F;
  overflow: hidden;
  margin-left: auto;
  color: #B62D3F;
  text-align: center;
}
.downoad-button:before {
  background-image: linear-gradient(180deg, rgba(208, 49, 70, 0.1), rgba(182, 45, 63, 0.1) 100%);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  transition: opacity 0.6s;
}
@media only screen and (min-width: 1025px) {
  .downoad-button:hover:before {
    opacity: 1;
  }
}
.downoad-button span {
  margin-right: 5px;
}
.downoad-button svg {
  fill: #B62D3F;
  margin-left: 4px;
}
@media only screen and (max-width: 1200px) {
  .downoad-button {
    font-size: 0;
    max-width: 180px;
  }
  .downoad-button span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .downoad-button {
    height: 40px;
    margin: 0 0 0 auto;
    font-size: 14px;
    text-align: center;
    max-width: none;
    width: auto;
    padding: 0 10px;
  }
  .downoad-button span {
    font-size: 15px;
  }
}

.header-bonus {
  display: flex;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #EDEDED;
  margin-left: 20px;
  padding: 4px 10px;
}
@media only screen and (max-width: 767px) {
  .header-bonus {
    padding: 0;
    border: none;
    margin-left: 15px;
  }
}
.header-bonus__image {
  max-height: 25px;
}
.header-bonus__image img {
  height: 25px;
}
.header-bonus__icon {
  margin-right: 4px;
}
.header-bonus__icon svg {
  fill: #1D9E3A;
}
.header-bonus__icon span {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header-bonus__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 40px;
    flex-shrink: 0;
    margin: 0;
    background: linear-gradient(180deg, #D03146 37%, #B62D3F 98%);
  }
  .header-bonus__icon svg {
    width: 18px;
    height: 18px;
    fill: #fff;
  }
  .header-bonus__icon span {
    top: -4px;
    right: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    position: absolute;
    border-radius: 100px;
    border: 1px solid #fff;
    background: linear-gradient(180deg, #D03146 37%, #B62D3F 98%);
    font-size: 12px;
    font-weight: 700;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .header-bonus__content {
    display: none;
  }
}
.header-bonus__text {
  font-size: 12px;
  white-space: nowrap;
}

@media only screen and (max-width: 1023px) {
  .logo {
    z-index: 6;
  }
}
@media only screen and (max-width: 767px) {
  .logo {
    max-width: 86px;
    margin-right: 15px;
  }
}

.head-section {
  position: relative;
  padding: 125px 0 60px;
  margin-bottom: 40px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .head-section {
    padding: 80px 0 45px;
    margin-bottom: 24px;
  }
}
.head-section::after {
  position: absolute;
  content: "";
  display: block;
  left: -5%;
  bottom: 35px;
  transform: rotate(-2deg);
  width: 110%;
  height: 150%;
  background: radial-gradient(24.55% 50% at 50% 50%, #280E11 37%, #2E1417 100%);
  z-index: -1;
}
.head-section__inner {
  display: flex;
  align-items: flex-end;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .head-section__inner {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .head-section__inner {
    padding: 0 16px 20px;
  }
}
.head-section__content {
  max-width: 590px;
  width: 100%;
  flex-basis: 590px;
  margin-right: 50px;
}
.head-section__content h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
  margin: 0 0 14px;
}
@media only screen and (max-width: 1200px) {
  .head-section__content h1 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .head-section__content h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .head-section__content h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .head-section__content {
    max-width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 420px) {
  .head-section__content .bg-button {
    max-width: 100%;
  }
  .head-section__content .bg-button img {
    display: none;
  }
}
.head-section__image {
  max-width: 650px;
  width: 100%;
  flex-basis: 650px;
}
@media only screen and (max-width: 767px) {
  .head-section__image {
    right: 5%;
    bottom: 40%;
    max-width: 104px;
    position: absolute;
  }
}
.head-section__title {
  font-size: 60px;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1200px) {
  .head-section__title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .head-section__title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .head-section__title {
    font-size: 32px;
  }
}
.head-section__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #fff;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .head-section__text {
    max-width: 266px;
    margin-bottom: 20px;
  }
}

.play-section {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .play-section {
    margin-bottom: 60px;
  }
}
.play-section__container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .play-section__container {
    padding: 0 16px;
  }
}
.play-section__box {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 24px 0px rgba(228, 215, 215, 0.15);
}
@media only screen and (max-width: 767px) {
  .play-section__box {
    box-shadow: none;
    overflow: visible;
    background: transparent;
  }
}
.play-section__head {
  padding: 12px 18px;
  display: flex;
  align-items: center;
  color: #333;
  border-bottom: 1px solid #D6DDF6;
}
@media only screen and (max-width: 991px) {
  .play-section__head {
    display: none;
  }
}
.play-section__head-item {
  font-weight: 600;
  font-size: 14px;
  margin-right: 44px;
}
.play-section__head-item:nth-child(1) {
  font-size: 22px;
  font-weight: 400;
}
.play-section__head-item:nth-child(2) {
  margin-right: 90px;
}
@media only screen and (max-width: 991px) {
  .play-section__head-item:nth-child(2) {
    margin-right: 20px;
  }
}
.play-section__head-item:nth-child(3) {
  margin-right: 160px;
}
.play-section__head-item:nth-child(4) {
  margin-right: 225px;
}
.play-section__head-item:nth-child(5) {
  margin-right: 190px;
}
.play-section__list {
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .play-section__list {
    padding: 0;
  }
}
.play-section__item {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d6ddf7;
}
.play-section__item a {
  text-decoration: none;
}
.play-section__item:first-of-type .play-section__number {
  color: #fff;
  background: linear-gradient(180deg, #090556 0%, #332BC3 50%, #170E8C 93.23%);
}
.play-section__item:last-of-type {
  border: none;
}
@media only screen and (max-width: 991px) {
  .play-section__item {
    height: auto;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .play-section__item {
    flex-direction: column;
    height: auto;
    padding: 0;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 0px 4px 14px 0px rgba(20, 18, 18, 0.35);
    border-radius: 10px;
    overflow: hidden;
    border: none;
  }
}
.play-section__left {
  max-width: 350px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 50px;
}
@media only screen and (max-width: 991px) {
  .play-section__left {
    max-width: none;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .play-section__left {
    width: 100%;
    height: 50px;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #d6ddf7;
    margin-right: 0;
  }
}
.play-section__right {
  max-width: 450px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
}
@media only screen and (max-width: 1023px) {
  .play-section__right {
    max-width: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .play-section__right {
    flex-direction: column;
    max-width: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .play-section__right {
    max-width: 100%;
    padding: 0 20px 20px;
    flex-direction: row;
  }
}
.play-section__middle {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .play-section__middle {
    margin: 0;
    width: 100%;
    padding: 25px 20px;
  }
}
.play-section__number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 50px;
  flex-shrink: 0;
  background: #F3F3F3;
  font-weight: 700;
  font-size: 22px;
  color: #000;
  margin-right: 10px;
}
.play-section__region {
  width: 22px;
  height: 16px;
  margin-right: 10px;
  flex-shrink: 0;
}
.play-section__logo {
  max-width: 105px;
  width: 100%;
  flex-shrink: 0;
  margin-right: 35px;
  overflow: hidden;
}
.play-section__logo img {
  max-height: 50px;
}
@media only screen and (max-width: 767px) {
  .play-section__logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
}
.play-section__title {
  display: flex;
  align-items: center;
  max-width: 260px;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #333;
  overflow: hidden;
  max-height: 52px;
}
.play-section__title span {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.play-section__title p {
  margin: 0;
}
.play-section__title svg {
  fill: #B62D3F;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 6px;
}
@media only screen and (max-width: 991px) {
  .play-section__title {
    font-size: 14px;
    max-height: 68px;
  }
}
@media only screen and (max-width: 767px) {
  .play-section__title {
    max-width: 100%;
    max-height: 52px;
  }
}
.play-section__details {
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f3f4;
  border-radius: 30px;
  font-size: 14px;
  color: #6f7897;
  height: 40px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.play-section__details svg {
  fill: #6f7897;
  margin-left: 4px;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .play-section__details:hover {
    background: #6f7897;
    color: #fff;
  }
  .play-section__details:hover svg {
    fill: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .play-section__details {
    max-width: 140px;
    width: 100%;
  }
}
.play-section__bonus {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  max-width: 134px;
  width: 100%;
  height: 40px;
  background: #6ab04c;
  border-radius: 30px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .play-section__bonus:hover {
    background: #437d2a;
  }
}
.play-section__about {
  height: 36px;
  background: #F4F4F4;
  padding: 0 12px;
  border-radius: 70px;
  display: flex;
  align-items: center;
  color: #333;
  margin-right: 40px;
}
@media only screen and (max-width: 991px) {
  .play-section__about {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .play-section__about {
    display: flex;
    margin-right: 20px;
  }
}
.play-section__rate {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.play-section__rate svg {
  margin-right: 2px;
}
.play-section__comments {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.play-section__comments svg {
  fill: #D03146;
  margin-right: 2px;
}
.play-section__all {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 170px;
  width: 100%;
  height: 40px;
  background: #F4F4F4;
  border-radius: 10px;
  text-decoration: none;
  padding: 0 20px;
  font-size: 14px;
  color: #333;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  z-index: 2;
}
.play-section__all svg {
  flex-shrink: 0;
  margin-left: 10px;
}
.play-section__all::after {
  background: #6F7897;
  content: "";
  height: 155px;
  left: -115px;
  opacity: 0.15;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  z-index: -10;
}
@media only screen and (min-width: 1025px) {
  .play-section__all:hover::after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  }
}
@media only screen and (max-width: 1023px) {
  .play-section__all {
    padding: 0 15px;
    max-width: 150px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .play-section__all {
    max-width: 100%;
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .play-section__all {
    max-width: 255px;
    height: 44px;
    margin: 0 10px 0 0;
  }
}
@media only screen and (max-width: 420px) {
  .play-section__all {
    max-width: 130px;
  }
}
.play-section__download {
  max-width: 125px;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(93.84deg, #20BE2D 14.57%, #108B16 100%);
  box-shadow: 0px 2px 0px #65FA71;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  transition: 0.3s ease-in-out;
}
.play-section__download svg {
  fill: #fff;
  margin-right: 6px;
}
@media only screen and (min-width: 1025px) {
  .play-section__download:hover {
    box-shadow: 0px 5px 0px #65FA71;
  }
}
@media only screen and (max-width: 1200px) {
  .play-section__download + .play-section__download {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .play-section__download {
    max-width: 240px;
  }
  .play-section__download + .play-section__download {
    margin: 10px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .play-section__download {
    max-width: 255px;
  }
  .play-section__download + .play-section__download {
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 420px) {
  .play-section__download {
    max-width: 100%;
  }
}
.play-section__play {
  max-width: 255px;
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background-size: 100%;
  background-image: linear-gradient(180deg, #D03146, #B62D3F 100%);
  position: relative;
  z-index: 4;
  box-shadow: 0px 2px 0px #D00F4A;
  transition: 0.6s ease-in-out;
  overflow: hidden;
}
.play-section__play:before {
  background-image: linear-gradient(180deg, #B62D3F, #D03146 100%);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  transition: opacity 0.6s;
}
@media only screen and (min-width: 1025px) {
  .play-section__play:hover:before {
    opacity: 1;
  }
}
.play-section__play svg {
  fill: #fff;
  margin-right: 8px;
}
@media only screen and (min-width: 1025px) {
  .play-section__play:hover {
    box-shadow: 0px 5px 0px #D00F4A;
  }
}
@media only screen and (max-width: 767px) {
  .play-section__play {
    height: 44px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 420px) {
  .play-section__play {
    box-shadow: none;
  }
  .play-section__play svg {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }
}

.show-more {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 240px;
  width: 100%;
  height: 54px;
  border-radius: 10px;
  border: 1px solid #B62D3F;
  margin: 24px auto 0;
  color: #D03146;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.show-more span {
  position: relative;
}
.show-more span::after {
  border-bottom: 2px solid #D03146;
  border-right: 2px solid #D03146;
  content: "";
  height: 8px;
  width: 8px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: -15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
}
@media only screen and (max-width: 420px) {
  .show-more {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .show-more:hover {
    background: #D03146;
    border-color: #D03146;
    color: #fff;
  }
  .show-more:hover span::after {
    border-color: #fff;
  }
}

.table-content {
  margin-bottom: 100px;
  transition: 0.3s ease-in-out;
}
.table-content.sticky {
  top: 76px;
  z-index: 5;
  position: fixed;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .table-content.sticky {
    top: 54px;
    padding: 0;
  }
  .table-content.sticky .table-content__inner {
    border-radius: 0;
  }
}
@media only screen and (max-width: 1249px) {
  .table-content {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .table-content {
    margin-bottom: 60px;
  }
}
.table-content__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  border-radius: 16px;
  border: 1px solid #280E11;
  background: #fff;
  box-shadow: 0px 4px 24px 0px rgba(228, 215, 215, 0.15);
  overflow: hidden;
}
.table-content__head {
  display: flex;
  align-items: center;
  position: relative;
  height: 46px;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: radial-gradient(24.55% 50% at 50% 50%, #280E11 37%, #2E1417 100%);
  cursor: pointer;
}
.table-content__head span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  right: 30px;
  width: 46px;
  height: 28px;
  border: 1px solid #fff;
  border-radius: 20px;
  cursor: pointer;
}
.table-content__head span::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 19px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
}
.table-content__head.active span::after {
  transform: rotate(-135deg);
}
@media only screen and (max-width: 767px) {
  .table-content__head {
    padding: 8px 10px;
    font-size: 16px;
  }
  .table-content__head span {
    right: 10px;
  }
}
.table-content__list {
  padding: 10px 0;
}
.table-content__list li {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}
.table-content__list li a {
  position: relative;
  display: block;
  padding: 6px 30px;
  color: #1D1D1B;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.table-content__list li a svg {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .table-content__list li a:hover {
    background: #F4F4F4;
    color: #B62D3F;
  }
  .table-content__list li a:hover svg {
    visibility: visible;
    opacity: 1;
    overflow: visible;
  }
}
@media only screen and (max-width: 767px) {
  .table-content__list li {
    font-size: 14px;
  }
  .table-content__list li a {
    padding: 6px 10px;
  }
}
.table-content__list.open {
  display: block !important;
}
.table-content__list.close {
  display: none !important;
}

.information-block {
  padding: 100px 0;
  margin-bottom: 100px;
  background: linear-gradient(180deg, rgba(217, 6, 31, 0.05) 37%, rgba(255, 64, 64, 0.05) 98%);
}
@media only screen and (max-width: 1249px) {
  .information-block {
    padding: 100px 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .information-block {
    padding: 60px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .information-block {
    margin-bottom: 60px;
  }
}
.information-block__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.information-block__item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border: 1px solid #EDEDED;
  background: #fff;
  border-radius: 10px;
}
.information-block__item + .information-block__item {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .information-block__item {
    flex-direction: column;
  }
}
.information-block__item-left {
  max-width: 914px;
  width: 100%;
  flex-basis: 914px;
  padding: 24px;
}
@media only screen and (max-width: 767px) {
  .information-block__item-left {
    max-width: 100%;
    flex-basis: auto;
  }
}
.information-block__item-right {
  max-width: 288px;
  width: 100%;
  flex-basis: 288px;
  border-left: 1px solid #EDEDED;
  padding: 32px 16px;
  flex-shrink: 0;
}
.information-block__item-right .play-button {
  margin-top: 26px;
}
@media only screen and (max-width: 767px) {
  .information-block__item-right {
    max-width: 100%;
    flex-basis: auto;
    flex-shrink: none;
    border-top: 1px solid #EDEDED;
  }
  .information-block__item-right .play-button {
    margin: 12px auto 0;
  }
}
.information-block__item-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}
.information-block__item-text {
  font-size: 16px;
  line-height: 140%;
  color: #333;
  margin-bottom: 12px;
}
.information-block__item-text p:first-of-type {
  margin-top: 0;
}
.information-block__item-text p:last-of-type {
  margin-bottom: 0;
}
.information-block__item-list {
  display: flex;
  align-items: stretch;
  margin: 0 -6px;
}
@media only screen and (max-width: 991px) {
  .information-block__item-list {
    flex-direction: column;
    margin: 0;
  }
}
.information-block__item-box {
  max-width: calc(50% - 12px);
  width: 100%;
  flex-basis: calc(50% - 12px);
  margin: 0 6px;
  padding: 20px 16px;
  border-radius: 16px;
  border: 1px solid #E2E3E5;
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .information-block__item-box {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
  .information-block__item-box + .information-block__item-box {
    margin-top: 12px;
  }
}
.information-block__item-image {
  margin: 0 auto 32px;
  text-align: center;
}
.information-block__item-values {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 24px;
  color: #2362ED;
  margin-bottom: 32px;
}
.information-block__item-caption {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  margin-bottom: 6px;
}

.addition-list__title {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.addition-list__title svg {
  margin-right: 8px;
}
.addition-list ul li {
  padding-left: 24px;
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #333;
}
.addition-list ul li + li {
  margin-top: 6px;
}
.addition-list ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url("../data/props.svg");
}
.addition-list.props ul li::before {
  background-image: url("../data/props.svg");
}
.addition-list.cons ul li::before {
  background-image: url("../data/cons.svg");
}
.addition-list + .addition-list {
  margin-top: 24px;
}

.addition-roll li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #EDEDED;
}
.addition-roll li small {
  max-width: 50%;
  font-size: 16px;
  line-height: 140%;
}
.addition-roll li span {
  max-width: 50%;
  font-size: 16px;
  line-height: 140%;
  font-weight: 600;
  text-align: right;
}

.steps {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1249px) {
  .steps {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .steps {
    margin-bottom: 60px;
  }
}
.steps__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.steps__description {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 140%;
}
.steps__item {
  display: flex;
  align-items: center;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 14px 0px rgba(216, 210, 210, 0.35);
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .steps__item {
    flex-direction: column;
  }
}
.steps__item-image {
  position: relative;
  max-width: 353px;
  width: 100%;
  flex-basis: 353px;
  overflow: hidden;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .steps__item-image {
    max-width: 100%;
    flex-basis: auto;
  }
  .steps__item-image img {
    width: 100%;
  }
}
.steps__item-content {
  padding: 26px 40px 26px 30px;
  max-width: 847px;
  width: 100%;
  flex-basis: 847px;
}
@media only screen and (max-width: 1200px) {
  .steps__item-content {
    padding: 10px 30px 10px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .steps__item-content {
    max-width: 100%;
    flex-basis: auto;
    padding: 10px 16px 20px;
  }
}
.steps__item-number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #D03146 37%, #B62D3F 98%);
  border-radius: 0px 0px 30px 0px;
  padding: 6px 30px;
  width: 120px;
  height: 44px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.steps__item-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .steps__item-title {
    font-size: 20px;
    font-weight: 700;
  }
}
.steps__item-text {
  font-size: 16px;
  line-height: 140%;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 767px) {
  .steps__item-text {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 99;
    -webkit-box-orient: vertical;
  }
}

.cards-block {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1249px) {
  .cards-block {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .cards-block {
    margin-bottom: 60px;
  }
}
.cards-block--bg {
  padding: 100px 0 80px;
  margin-bottom: 100px;
  background: linear-gradient(180deg, rgba(217, 6, 31, 0.05) 37%, rgba(255, 64, 64, 0.05) 98%);
}
@media only screen and (max-width: 1249px) {
  .cards-block--bg {
    padding: 100px 16px 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .cards-block--bg {
    padding: 60px 16px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .cards-block--bg {
    margin-bottom: 60px;
  }
}
.cards-block__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.cards-block__list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.cards-block__item {
  background: #fff;
  border-radius: 16px;
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  margin: 0 10px 20px;
  padding: 24px 20px;
  border-top: 4px solid #D03146;
  box-shadow: 0px 4px 14px 0px rgba(216, 210, 210, 0.35);
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .cards-block__item:hover {
    transform: translateY(-4px);
    box-shadow: 0px 5px 18px 0px rgba(216, 210, 210, 0.45);
  }
}
.cards-block__item--bg {
  background-position: right bottom;
  background-repeat: no-repeat;
}
.cards-block__item--bg .cards-block__item-box {
  max-width: 270px;
}
.cards-block__item--bg .cards-block__item-title {
  color: #D03146;
  font-family: "PN", sans-serif;
}
@media only screen and (max-width: 991px) {
  .cards-block__item {
    max-width: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .cards-block__item {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}
.cards-block__item-title {
  font-family: "Cambay", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 10px;
}
.cards-block__item-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #333;
}
.cards-block__item-text p:first-of-type {
  margin-top: 0;
}
.cards-block__item-text p:last-of-type {
  margin-bottom: 0;
}
.cards-block__description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 24px;
}

.advantages {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1249px) {
  .advantages {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .advantages {
    margin-bottom: 60px;
  }
}
.advantages__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.advantages__box {
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 16px;
}
@media only screen and (max-width: 767px) {
  .advantages__box {
    flex-direction: column;
    align-items: center;
  }
}
.advantages__item {
  padding: 40px 40px 20px;
  width: 50%;
}
.advantages__item ul li {
  padding-left: 24px;
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #333;
}
.advantages__item ul li + li {
  margin-top: 12px;
}
.advantages__item ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url("../data/props.svg");
}
.advantages__item.cons ul li::before {
  background-image: url("../data/cons.svg");
}
.advantages__item:last-of-type {
  border-left: 1px solid #EDEDED;
}
@media only screen and (max-width: 767px) {
  .advantages__item:last-of-type {
    border: none;
    border-top: 1px solid #EDEDED;
  }
}
@media only screen and (max-width: 1023px) {
  .advantages__item {
    padding: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .advantages__item {
    width: 100%;
  }
}
.advantages__item-title {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}
.advantages__item-title img {
  margin-right: 15px;
}
@media only screen and (max-width: 1023px) {
  .advantages__item-title {
    font-size: 20px;
  }
  .advantages__item-title img {
    max-width: 52px;
  }
}

.content-section {
  margin-bottom: 100px;
}
.content-section--mt {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .content-section--mt {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 1249px) {
  .content-section {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .content-section {
    margin-bottom: 60px;
  }
}
.content-section--bg {
  padding: 100px 0;
  background: linear-gradient(180deg, rgba(217, 6, 31, 0.05) 37%, rgba(255, 64, 64, 0.05) 98%);
}
@media only screen and (max-width: 1249px) {
  .content-section--bg {
    padding: 100px 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .content-section--bg {
    padding: 60px 16px;
  }
}
.content-section--sm .page-description {
  margin: 0 0 20px;
}
.content-section--sm .content-section__inner {
  max-width: 940px;
  width: 100%;
}
.content-section--sm .content-section__inner .main-button {
  max-width: 255px;
  margin: 20px auto 0;
}
.content-section__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 420px) {
  .content-section__inner .main-button {
    max-width: 100% !important;
  }
}
.content-section__description {
  font-size: 18px;
  color: #333;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 24px;
}
.content-section__description a {
  color: #2362ED;
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .content-section__description a:hover {
    text-decoration: underline;
  }
}

.usage-app__list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.usage-app__item {
  max-width: calc(33.33333% - 24px);
  width: 100%;
  flex-basis: calc(33.33333% - 24px);
  margin: 0 12px 24px;
}
@media only screen and (max-width: 991px) {
  .usage-app__item {
    max-width: calc(50% - 24px);
    flex-basis: calc(50% - 24px);
  }
}
@media only screen and (max-width: 767px) {
  .usage-app__item {
    max-width: 100%;
    flex-basis: auto;
  }
}
.usage-app__item-image {
  margin-bottom: 8px;
}
.usage-app__item-image img {
  width: 100%;
}
.usage-app__item-title {
  font-size: 18px;
  font-weight: 700;
  color: #D03146;
}

.faq__item {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 14px 0px rgba(216, 210, 210, 0.35);
  margin-bottom: 10px;
}
.faq__item-title {
  position: relative;
  padding: 20px 60px 20px 24px;
  font-size: 24px;
  font-weight: 600;
  color: #D03146;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.faq__item-title::before {
  content: "";
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  background: #B62D3F;
  height: 18px;
  width: 2px;
  transition: 0.3s ease-in-out;
}
.faq__item-title::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  background: #B62D3F;
  height: 2px;
  width: 18px;
  transition: 0.3s ease-in-out;
}
.faq__item-title.active {
  color: #1D1D1B;
}
.faq__item-title.active::before {
  transform: translateY(-50%);
  background: #1D1D1B;
}
.faq__item-title.active::after {
  transform: translateY(-50%);
  background: #1D1D1B;
}
@media only screen and (min-width: 1025px) {
  .faq__item-title:hover {
    color: #D03146;
  }
}
@media only screen and (max-width: 767px) {
  .faq__item-title {
    font-size: 15px;
    padding: 12px 35px 12px 14px;
  }
  .faq__item-title::before {
    right: 21px;
    height: 16px;
  }
  .faq__item-title::after {
    right: 14px;
    width: 16px;
  }
}
.faq__item-content {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 145%;
  padding: 0 24px 20px;
}
.faq__item-content p:first-of-type {
  margin-top: 0;
}
.faq__item-content p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .faq__item-content {
    font-size: 14px;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: none;
  overflow: auto;
}
.popup.active {
  display: block;
}
.popup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.popup__holder {
  background: #fff;
  padding: 30px;
  position: relative;
  top: 100px;
  margin: 0 auto;
  z-index: 999;
  max-width: 500px;
  width: 100%;
  overflow: hidden;
}
.popup__holder--center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 420px) {
  .popup__holder {
    max-width: 95%;
  }
}
.popup__close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.popup__close svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.iosBugFixCaret {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}
.page-description p:first-of-type {
  margin-top: 0;
}
.page-description p:last-of-type {
  margin-bottom: 0;
}
.page-description a {
  color: #2362ED;
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .page-description a:hover {
    text-decoration: underline;
  }
}
.page-description ul, .page-description ol {
  padding: 0 0 0 20px;
  margin-bottom: 20px;
}
.page-description ul li, .page-description ol li {
  font-size: 18px;
  line-height: 150%;
}
.page-description ul li + li, .page-description ol li + li {
  margin-top: 8px;
}
.page-description h2 {
  color: #1D1D1B;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}
.page-description h3 {
  color: #1D1D1B;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
}
.page-description h4 {
  color: #1D1D1B;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}
.page-description h5 {
  color: #1D1D1B;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}
.page-description h6 {
  color: #1D1D1B;
  font-size: 16px;
  line-height: 120%;
}
@media only screen and (max-width: 767px) {
  .page-description {
    font-size: 16px;
  }
}

.reviews {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1249px) {
  .reviews {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .reviews {
    margin-bottom: 60px;
  }
}
.reviews__inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .reviews__inner {
    flex-direction: column;
  }
}
.reviews__main {
  max-width: 830px;
  width: 100%;
  flex-basis: 830px;
  margin-right: 20px;
}
.reviews__main .main-button {
  max-width: 100%;
}
.reviews__main .main-button svg {
  margin-left: 2px;
}
.reviews__main .review-form {
  max-width: 100%;
  margin: 100px 0 0;
}
@media only screen and (max-width: 1249px) {
  .reviews__main .review-form {
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  .reviews__main .review-form .review-form__box {
    padding: 24px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .reviews__main .review-form {
    margin: 60px 0 0;
  }
}
.reviews__aside {
  position: sticky;
  top: 90px;
  max-width: 340px;
  width: 100%;
  flex-basis: 340px;
}
@media only screen and (max-width: 991px) {
  .reviews__aside {
    max-width: 250px;
    flex-basis: 250px;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 767px) {
  .reviews__aside {
    position: static;
    top: auto;
    max-width: 100%;
    flex-basis: auto;
    flex-shrink: 1;
    display: none;
  }
}
.reviews__item {
  padding: 24px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 14px 0px rgba(216, 210, 210, 0.35);
}
.reviews__item + .reviews__item {
  margin-top: 14px;
}
.reviews__item:last-of-type {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .reviews__item {
    padding: 24px 14px;
  }
}
.reviews__item-head {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.reviews__item-avatar {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  margin-right: 10px;
}
.reviews__item-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  color: #6F7897;
}
.reviews__item-info {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .reviews__item-info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.reviews__item-rate {
  display: flex;
  align-items: center;
}
.reviews__item-rate span {
  font-size: 16px;
  color: #CACBDC;
  margin-left: 8px;
}
.reviews__item-rate span small {
  font-size: 16px;
  color: #F65F0A;
}
.reviews__item-date {
  color: #6F7897;
  font-size: 16px;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .reviews__item-date {
    margin: 10px 0 0;
  }
}
.reviews__item-subtitle {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  .reviews__item-subtitle {
    font-size: 15px;
  }
}
.reviews__item-text {
  color: #333;
  font-size: 16px;
  line-height: 150%;
}
.reviews__item-text p:first-of-type {
  margin-top: 0;
}
.reviews__item-text p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .reviews__item-text {
    font-size: 15px;
  }
}

.reviews-section {
  padding: 16px 24px 24px;
  max-width: 100%;
  background: linear-gradient(180deg, #090556 0%, #332BC3 50%, #170E8C 93.23%), #6245D9;
  box-shadow: 0px 4px 34px 0px rgba(199, 218, 202, 0.25);
  border-radius: 10px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .reviews-section {
    padding: 16px 24px 10px;
    margin-bottom: 10px;
  }
}
.reviews-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
@media only screen and (max-width: 991px) {
  .reviews-section__head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.reviews-section__title {
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 21px;
  color: #fff;
}
.reviews-section__title img {
  margin-right: 16px;
}
@media only screen and (max-width: 991px) {
  .reviews-section__title {
    margin-bottom: 15px;
  }
}
.reviews-section__button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 168px;
  width: 100%;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #ECEFFA;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .reviews-section__button:hover {
    background: rgba(255, 255, 255, 0.4);
  }
}
@media only screen and (max-width: 420px) {
  .reviews-section__button {
    max-width: 100%;
  }
}
.reviews-section__list {
  display: flex;
  align-items: flex-start;
  margin: 0 -10px;
}
@media only screen and (max-width: 767px) {
  .reviews-section__list {
    flex-wrap: wrap;
  }
}
.reviews-section__item {
  max-width: 130px;
  width: 100%;
  flex-basis: 130px;
  margin: 0 10px;
}
.reviews-section__item:nth-child(2) {
  margin-right: 140px;
}
@media only screen and (max-width: 991px) {
  .reviews-section__item:nth-child(2) {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .reviews-section__item {
    max-width: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
.reviews-section__item-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 4px;
}
@media only screen and (max-width: 991px) {
  .reviews-section__item-subtitle {
    font-size: 12px;
    line-height: normal;
  }
}
@media only screen and (max-width: 767px) {
  .reviews-section__item-subtitle {
    font-size: 14px;
  }
}
.reviews-section__item-value {
  font-weight: 500;
  font-size: 40px;
  line-height: 100%;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .reviews-section__item-value {
    font-size: 32px;
  }
}
.reviews-section__item-info {
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  color: #fff;
  margin-top: 5px;
}
.reviews-section__wrap {
  max-width: 100%;
  width: 100%;
}
.reviews-section__wrap .main-button {
  max-width: 100% !important;
}

select {
  display: none;
}

.select {
  margin: 0;
  border: 1px solid #e8e8e8;
  padding: 10px 30px 10px 20px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select::after {
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
}
.select:focus {
  border-color: #666;
}
.select__current {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.select__current.placeholder {
  color: #ccc;
}
.select--open {
  overflow: visible;
}
.select--open::after {
  transform: rotate(-135deg);
}
.select__list {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  margin-top: 2px;
  opacity: 0;
  max-height: 240px;
  overflow-y: auto;
  padding: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-2em);
  transition: transform 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.1s ease-out;
  z-index: -1;
}
.select--open .select__list {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: scale(1) translateY(0);
}
.select__item {
  padding: 10px 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.select__item:hover {
  background: #efefef;
}
.select__item--active {
  font-weight: bold;
  background: #eee;
}
.select__item--disabled {
  display: none;
  cursor: not-allowed;
}
.select__item.hidden {
  display: none;
}
.select.to-up .select__list {
  bottom: 100%;
  top: auto;
}

.search-holder {
  z-index: 6;
  position: absolute;
  left: 5px;
  right: 5px;
  top: 50px;
  height: 40px;
}
.search-holder input {
  width: 100%;
  height: 40px;
  font-weight: normal;
  font-size: 16px;
  color: #4f4f4f;
  padding: 0 20px;
  border: 1px solid #d8d8d8;
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.08);
}

.search-select .select__list {
  padding-top: 60px;
}

.tab {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.tab.active {
  height: auto;
  overflow: visible;
  opacity: 1;
}
/*# sourceMappingURL=index.css.map */
