@font-face {
  font-family: 'Golos Text';
  src: url("./fonts/GolosText-Medium.eot");
  src: local("Golos Text Medium"), local("GolosText-Medium"), url("./fonts/GolosText-Medium.eot?#iefix") format("embedded-opentype"), url("./fonts/GolosText-Medium.woff2") format("woff2"), url("./fonts/GolosText-Medium.woff") format("woff"), url("./fonts/GolosText-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url("./fonts/GolosText-DemiBold.eot");
  src: local("Golos Text DemiBold"), local("GolosText-DemiBold"), url("./fonts/GolosText-DemiBold.eot?#iefix") format("embedded-opentype"), url("./fonts/GolosText-DemiBold.woff2") format("woff2"), url("./fonts/GolosText-DemiBold.woff") format("woff"), url("./fonts/GolosText-DemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url("./fonts/GolosText-Bold.eot");
  src: local("Golos Text Bold"), local("GolosText-Bold"), url("./fonts/GolosText-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/GolosText-Bold.woff2") format("woff2"), url("./fonts/GolosText-Bold.woff") format("woff"), url("./fonts/GolosText-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url("./fonts/GolosText-Regular.eot");
  src: local("Golos Text Regular"), local("GolosText-Regular"), url("./fonts/GolosText-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/GolosText-Regular.woff2") format("woff2"), url("./fonts/GolosText-Regular.woff") format("woff"), url("./fonts/GolosText-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  background: url(./img/bg.png) center top/contain no-repeat, #11101e;
  font-family: 'Golos Text', sans-serif;
  line-height: 1;
}

@media (max-width: 576px) {
  body {
    background-size: calc(150px + 100vw);
  }
}

.main {
  margin-top: 190px;
  position: relative;
  z-index: 5;
}

@media (max-width: 992px) {
  .main {
    margin-top: 100px;
  }
}

@media (max-width: 576px) {
  .main {
    margin-top: 15vw;
  }
}

.main__inner {
  position: relative;
  z-index: 3;
  background: #fff;
  border-radius: 32px;
  padding: 0 50px 50px;
}

@media (max-width: 768px) {
  .main__inner {
    padding: 0 20px 30px;
  }
}

.main-link {
  position: absolute;
  top: -190px;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  z-index: 1;
}

.container {
  max-width: 1132px;
  width: 100%;
  margin: 0 auto;
}

.top {
  position: relative;
  padding: 28px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
          column-gap: 40px;
}

@media (max-width: 768px) {
  .top {
    margin-bottom: 15px;
  }
}

@media (max-width: 576px) {
  .top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px;
  }
}

.top__link {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #5754b0;
  position: relative;
}

.top__link:hover:after {
  position: absolute;
  content: '';
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #5754b0;
}

@media (max-width: 576px) {
  .top__link {
    font-size: 10px;
  }
}

.top__logo {
  position: absolute;
  top: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

@media (max-width: 576px) {
  .top__logo {
    width: 80px;
    top: 15px;
  }
  .top__logo img {
    max-width: 100%;
  }
}

.intro {
  background: url(./img/bg-i.svg) center top/cover no-repeat;
  padding: 83px 90px;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
  border-radius: 24px;
}

@media (max-width: 768px) {
  .intro {
    padding: 30px;
    background: #5754b0;
  }
}

@media (max-width: 576px) {
  .intro {
    margin-bottom: 15px;
  }
}

.intro__subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 8px;
}

@media (max-width: 576px) {
  .intro__subtitle {
    font-size: 12px;
  }
}

.intro__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .intro__title {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .intro__title {
    font-size: 22px;
  }
}

.intro__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 170px;
  height: 56px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: #ffffff;
  background: #ff4c84;
  border-radius: 50px;
  text-decoration: none;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.intro__btn img {
  margin-left: 10px;
}

@media (max-width: 768px) {
  .intro__btn {
    height: 40px;
  }
}

.intro__btn:hover {
  background: #FF6C9A;
}

.intro__img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media (max-width: 768px) {
  .intro__img {
    width: 320px;
  }
}

@media (max-width: 576px) {
  .intro__img {
    width: 250px;
  }
}

.trade {
  padding: 86px 88px 32px;
}

@media (max-width: 992px) {
  .trade {
    padding: 30px;
  }
}

@media (max-width: 576px) {
  .trade {
    padding: 30px 15px 15px;
  }
}

@media (max-width: 768px) {
  .trade--pt {
    padding-top: 50px;
  }
}

.trade__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(230, 229, 243, 0.1);
}

@media (max-width: 768px) {
  .trade__inner {
    -webkit-column-gap: 10px;
            column-gap: 10px;
    padding-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .trade__logo {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 768px) and (max-width: 576px) {
  .trade__logo {
    width: 50px;
    height: 50px;
  }
}

.trade__logo--sm {
  width: 92px;
  height: 92px;
}

@media (max-width: 576px) {
  .trade__logo--sm {
    width: 50px;
    height: 50px;
  }
}

.trade__box-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  .trade__box-top {
    margin-bottom: 10px;
  }
}

.trade__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  color: #ffffff;
  margin-right: 12px;
}

@media (max-width: 576px) {
  .trade__title {
    font-size: 22px;
  }
}

.trade__mark {
  padding: 6px 12px;
  background: #ff4c84;
  border-radius: 50px;
  font-weight: 600;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
  margin-left: 4px;
}

.trade__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  color: rgba(255, 255, 255, 0.8);
}

.trade__desc--sm {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 576px) {
  .trade__desc {
    font-size: 12px;
  }
}

.trade__rate {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 72px;
          column-gap: 72px;
}

@media (max-width: 992px) {
  .trade__rate {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 15px;
            column-gap: 15px;
  }
}

@media (max-width: 768px) {
  .trade__rate {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 15px .625rem;
  }
}

@media (max-width: 768px) and (max-width: 576px) {
  .trade__rate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.trade__rate-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
          column-gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.trade__rate-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  background: url(./img/rate.png) center no-repeat;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.trade__rate-name {
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
}

@media (max-width: 768px) {
  .trade__rate-name {
    font-size: 12px;
  }
}

.trade__bottom {
  margin-top: 24px;
}

@media (max-width: 768px) {
  .trade__bottom {
    margin-top: 10px;
  }
}

.trade__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.5;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.trade__link img {
  margin-right: 8px;
}

.trade__link:hover {
  opacity: 1;
}

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
          column-gap: 24px;
}

@media (max-width: 992px) {
  .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.info__box {
  padding-bottom: 24px;
  padding-right: 24px;
  border-bottom: 1px solid rgba(230, 229, 243, 0.3);
}

.info__box:nth-child(3n) {
  padding-right: 0;
}

.info__box:nth-child(7n) {
  padding-bottom: 0;
  border-bottom: none;
}

.info__box:nth-child(8n) {
  padding-bottom: 0;
  border-bottom: none;
}

.info__box:nth-child(9n) {
  padding-bottom: 0;
  border-bottom: none;
}

@media (max-width: 1060px) {
  .info__box {
    padding-right: 18px;
  }
}

@media (max-width: 768px) {
  .info__box:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.info__pay {
  border-radius: 24px;
  border: 1.5px solid #e6e5f3;
  padding: 40px;
}

@media (max-width: 1200px) {
  .info__pay {
    padding: 30px 25px;
  }
}

@media (max-width: 576px) {
  .info__pay {
    padding: 25px;
  }
}

.info__col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 24px;
}

@media (max-width: 768px) {
  .info__col {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .info__col {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.info__item {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(230, 229, 243, 0.3);
  margin-bottom: 24px;
}

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

.info__title {
  font-size: 10px;
  text-transform: uppercase;
  color: #b6b3cc;
  margin-bottom: 8px;
}

.info__data {
  font-size: 15px;
  color: #191b31;
}

.info__currency {
  /*
        display: flex;
        flex-wrap: wrap;*/
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (40px)[4];
      grid-template-columns: repeat(4, 40px);
  gap: 4px;
  /*height: 24px;*/
  overflow: hidden;
  max-width: 200px;
}

.info__currency.open {
  overflow: auto;
  height: auto;
}

.info__all {
  width: 30px;
  height: 24px;
  border: 1px solid #e6e5f3;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #191b31;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
}

.info__all.open {
  display: none;
}

.info__lang {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (30px)[5];
      grid-template-columns: repeat(5, 30px);
  gap: 4px;
  /*height: 24px;*/
  overflow: hidden;
}

.info__lang.open {
  overflow: auto;
  height: auto;
}

.info__fund {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (40px)[4];
      grid-template-columns: repeat(4, 40px);
  gap: 4px;
  /*height: 24px;*/
  overflow: hidden;
}

.info__fund.open {
  overflow: auto;
  height: auto;
}

.info__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 42px;
  border: none;
  outline: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  background: #ff4c84;
  -webkit-box-shadow: 0 10px 15px rgba(255, 76, 132, 0.1);
          box-shadow: 0 10px 15px rgba(255, 76, 132, 0.1);
  border-radius: 8px;
  cursor: pointer;
  font-weight: 700;
  font-size: 11px;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.info__btn:hover {
  background: #FF6C9A;
}

.info__btn img {
  margin-right: 8px;
}

.aside {
  width: 328px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 24px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .aside {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    min-width: 270px;
  }
}

@media (max-width: 992px) {
  .aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
  }
}

.aside__title {
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.4;
  text-transform: uppercase;
}

.aside__title--black {
  color: #191b31;
}

@media (max-width: 768px) {
  .aside__title {
    text-align: center;
    font-size: 12px;
  }
}

.aside__pluses {
  background: #5754b0;
  padding: 40px;
  border-radius: 24px 24px 0 24px;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .aside__pluses {
    padding: 20px;
  }
}

.aside__piece {
  position: absolute;
  right: 0;
  top: 100%;
}

.aside ul {
  padding-left: 16px;
  margin: 8px 0 0 0;
}

@media (max-width: 768px) {
  .aside ul {
    margin: 0;
  }
}

.aside li {
  font-size: 15px;
  line-height: 1.33;
  color: rgba(255, 255, 255, 0.8);
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.aside li:last-child {
  border: none;
}

@media (max-width: 768px) {
  .aside li {
    padding: 10px 0;
    font-size: 12px;
  }
}

.aside__minuses {
  background: #ff4c84;
  border-radius: 0 0 0 24px;
  padding: 80px 40px 40px;
  position: relative;
  margin-top: -40px;
  z-index: 1;
}

@media (max-width: 768px) {
  .aside__minuses {
    margin-top: -20px;
    padding: 40px 20px 20px;
  }
}

.aside__how {
  background: #f5f6fb;
  border-radius: 0 0 0 24px;
  padding: 80px 40px 40px;
  position: relative;
  margin-top: -40px;
  z-index: 0;
}

@media (max-width: 768px) {
  .aside__how {
    margin-top: -20px;
    padding: 40px 20px 20px;
  }
}

.aside__text {
  margin-top: 24px;
  font-size: 15px;
  color: rgba(25, 27, 49, 0.8);
}

.aside__text a {
  color: rgba(119, 116, 191, 0.8);
}

@media (max-width: 768px) {
  .aside__text {
    margin-top: 10px;
    font-size: 12px;
  }
}

.aside__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 24px;
}

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

.aside__rate--mb {
  margin-bottom: 0;
}

.aside__rate-name {
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
}

@media (max-width: 576px) {
  .aside__rate-name {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .aside__rate {
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
}

.aside__box {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  margin-right: 12px;
  background: url(./img/rate.png);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .rate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 576px) {
  .rate {
    margin-bottom: 15px;
  }
}

.rate__title {
  color: #191b31;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin-right: 10px;
}

@media (max-width: 992px) {
  .rate__title {
    margin-bottom: 15px;
    margin-right: 0;
  }
}

.rate__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
          column-gap: 24px;
}

@media (max-width: 768px) {
  .rate__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
  }
}

.select {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 328px;
  max-width: 328px;
}

@media (max-width: 576px) {
  .select {
    width: 280px;
  }
}

.select__selection {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.select__selection.open .select__options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.select__selection.open .select__wrap {
  opacity: 1;
  visibility: visible;
}

.select__trigger {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 24px;
  color: rgba(25, 27, 49, 0.5);
  background: #e6e5f3;
  cursor: pointer;
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.select__trigger.open {
  border-radius: 10px 10px 0 0;
}

.select__trigger.open .select__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.select__wrap {
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.select__options {
  padding: 0;
  position: absolute;
  display: block;
  top: 100%;
  right: 0;
  background: #e6e5f3;
  border-radius: 0 0 10px 10px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}

.select__option {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: rgba(25, 27, 49, 0.5);
  cursor: pointer;
  padding: 20px 0 20px 24px;
  border-top: 1px solid rgba(87, 84, 176, 0.1);
}

.select__option a {
  color: rgba(25, 27, 49, 0.5);
}

.select__option a:hover {
  color: rgba(11, 12, 19, 0.5);
}

.select__option.selected {
  color: rgba(25, 27, 49, 0.5);
}

.select__arrow {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: url("./img/chevr.svg") center/contain no-repeat;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.review {
  margin-bottom: 50px;
}

.review__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(./img/dota.png) center/cover no-repeat;
  padding: 28px 32px;
  border-radius: 16px;
}

.review__top--cs {
  background: url(./img/cs.png) center/cover no-repeat;
}

@media (max-width: 768px) {
  .review__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 10px;
  }
}

.review__title {
  font-weight: 600;
  font-size: 36px;
  color: #ffffff;
  margin-right: 32px;
}

@media (max-width: 768px) {
  .review__title {
    font-size: 24px;
    margin: 0 0 15px;
  }
}

.review__desc {
  max-width: 230px;
  font-size: 14px;
  line-height: 1.57;
  color: #ffffff;
}

@media (max-width: 768px) {
  .review__desc {
    font-size: 12px;
    max-width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
}

.review__text {
  padding: 32px 0;
  border-bottom: 1px solid rgba(230, 229, 243, 0.5);
  border-top: 1px solid rgba(230, 229, 243, 0.5);
  font-size: 15px;
  line-height: 1.47;
  color: rgba(128, 128, 157, 0.8);
}

@media (max-width: 576px) {
  .review__text {
    padding: 15px 0;
    font-size: 12px;
  }
}

.review__link {
  margin-left: auto;
  max-width: 225px;
  height: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1.5px solid #ffffff;
  -webkit-box-shadow: 0 10px 15px rgba(255, 76, 132, 0.1);
          box-shadow: 0 10px 15px rgba(255, 76, 132, 0.1);
  border-radius: 8px;
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.review__link-arr {
  width: 10px;
  height: 10px;
  margin-left: 4px;
  mask: url(./img/arr-w.svg);
  -webkit-mask: url(./img/arr-w.svg);
  mask-repeat: no-repeat !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-position: center center !important;
  -webkit-mask-position: center center !important;
  mask-size: contain !important;
  -webkit-mask-size: contain !important;
  background: #fff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.review__link:hover {
  background: #ffffff;
  color: #5754b0;
}

.review__link:hover .review__link-arr {
  background: #5754b0;
}

@media (max-width: 768px) {
  .review__link {
    margin: 0;
  }
}

.review__inner {
  width: 100%;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.review__inner::-webkit-scrollbar {
  display: none;
}

.review__wrap {
  width: 1032px;
}

.review__head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 140px 70px 60px 156px 190px 180px;
      grid-template-columns: 140px 70px 60px 156px 190px 180px;
  font-size: 10px;
  text-transform: uppercase;
  color: #b6b3cc;
  text-align: center;
  margin-bottom: 23px;
  margin-top: 32px;
  padding-left: 24px;
}

.review__head__name:first-child {
  text-align: left;
}

.review__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 140px 70px 60px 156px 190px 180px auto;
      grid-template-columns: 140px 70px 60px 156px 190px 180px auto;
  padding: 22px;
  border: 1.5px solid rgba(87, 84, 176, 0.15);
  border-radius: 12px;
  color: #191b31;
  margin-bottom: 16px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  cursor: pointer;
}

.review__item:hover {
  border: 1.5px solid rgba(87, 84, 176, 0.35);
}

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

.review__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
          column-gap: 16px;
  font-weight: 500;
  font-size: 15px;
}

.review__rate {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  margin: auto;
  line-height: 1;
  background: url(./img/rate.png) center no-repeat;
}

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

.review__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 4px;
          column-gap: 4px;
  padding: 12px;
  position: relative;
  border-radius: 8px 8px 0 0;
  height: 48px;
}

.review__lang.open {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
}

.review__add {
  position: absolute;
  top: calc(100% - 8px);
  left: 0;
  width: 100%;
  background: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4px;
  padding: 0 3px 12px;
  display: none;
  border-radius: 0 0 8px 8px;
}

.review__add.open {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
}

.review__currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 4px;
          column-gap: 4px;
  padding: 12px;
  position: relative;
}

.review__currency.open {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
  border-radius: 8px 8px 0 0;
  background: #ffffff;
}

.review__currency-item {
  padding: 3px 8px;
  border-radius: 4px;
  border: 1px solid #e6e5f3;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.review__promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  line-height: 1.6;
  text-transform: uppercase;
}

.review__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.review__btn {
  padding: 0 16px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 11px;
  color: #ffffff;
  background: #ff4c84;
  -webkit-box-shadow: 0 10px 15px rgba(255, 76, 132, 0.1);
          box-shadow: 0 10px 15px rgba(255, 76, 132, 0.1);
  border-radius: 8px;
  border: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  margin-right: 8px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.review__btn:hover {
  background: #ff6c9a;
}

.review__arrow {
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #5754b0;
  -webkit-box-shadow: 0 10px 15px rgba(87, 84, 176, 0.1);
          box-shadow: 0 10px 15px rgba(87, 84, 176, 0.1);
  border-radius: 8px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.review__arrow img {
  width: 10px;
  height: 10px;
}

.review__arrow:hover {
  background: #7875ce;
}

.review__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 22px;
  border-radius: 4px;
  border: 1px solid #e6e5f3;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
}

.how {
  border-radius: 10px;
  padding: 50px;
  background: #5754b0;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .how {
    padding: 20px;
  }
}

.how__box {
  padding-left: 35%;
}

@media (max-width: 768px) {
  .how__box {
    padding: 0;
  }
}

.how__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.33;
  color: #ffffff;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .how__title {
    font-size: 16px;
    text-align: center;
  }
}

.how__desc {
  font-size: 15px;
  line-height: 1.47;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 768px) {
  .how__desc {
    font-size: 12px;
  }
}

.how__img {
  position: absolute;
  top: 50%;
  left: -75px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 450px;
}

@media (max-width: 768px) {
  .how__img {
    display: none;
  }
}

.testimonial {
  margin-top: 43px;
}

.testimonial--mt {
  margin-top: 0;
}

.testimonial__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 576px) {
  .testimonial__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
  }
}

.testimonial__title {
  font-weight: 500;
  font-size: 24px;
  color: #191b31;
}

@media (max-width: 576px) {
  .testimonial__title {
    margin-bottom: 15px;
  }
}

.testimonial__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 165px;
  height: 42px;
  background: #5754b0;
  -webkit-box-shadow: 0px 10px 15px rgba(87, 84, 176, 0.1);
          box-shadow: 0px 10px 15px rgba(87, 84, 176, 0.1);
  border-radius: 8px;
  border: none;
  outline: none;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.testimonial__btn img {
  margin-right: 8px;
}

.testimonial__btn:hover {
  background: #7875CE;
}

.testimonial__btn--sec {
  background: #FF4C84;
  width: 190px;
}

.testimonial__btn--sec:hover {
  background: #FF6C9A;
}

.testimonial__item {
  border-radius: 24px;
  background: rgba(245, 246, 251, 0.5);
  margin-bottom: 24px;
  padding: 40px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
  border: 1.5px solid transparent;
}

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

.testimonial__item:hover {
  border: 1.5px solid #E6E5F3;
  background: #ffffff;
}

@media (max-width: 768px) {
  .testimonial__item {
    padding: 20px;
  }
}

.testimonial__text {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(230, 229, 243, 0.5);
  font-size: 15px;
  line-height: 1.6;
  color: #191b31;
  margin-bottom: 24px;
}
.testimonial__text a{
  text-decoration: unset;
  color: black;
}

@media (max-width: 768px) {
  .testimonial__text {
    font-size: 12px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}

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

@media (max-width: 768px) {
  .testimonial__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.testimonial__author {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .testimonial__author {
    margin: 0 0 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.testimonial__name {
  font-weight: 500;
  font-size: 16px;
  color: #191b31;
  margin-bottom: 6px;
  max-width: 70px;
  overflow: hidden;
}

.testimonial__date {
  font-size: 14px;
  color: rgba(128, 128, 157, 0.6);
}

.testimonial__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 32px;
          column-gap: 32px;
}

@media (max-width: 576px) {
  .testimonial__rate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px 0;
  }
  .testimonial__rate br {
    display: none;
  }
}

.testimonial__rate-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonial__rate-name {
  font-size: 14px;
  color: rgba(128, 128, 157, 0.6);
}

.testimonial__box {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #191b31;
  margin-right: 12px;
  background: url(./img/rate.png) center no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  margin-top: -50px;
}

@media (max-width: 768px) {
  .footer {
    margin-bottom: 0;
  }
}

.footer__inner {
  padding: 90px 50px 0;
  background: #f5f6fb;
  border-radius: 0 0 32px 32px;
}

@media (max-width: 992px) {
  .footer__inner {
    padding: 80px 20px 0;
    border-radius: 0;
  }
}

.footer__box {
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 70px;
          column-gap: 70px;
  border-bottom: 1px solid rgba(25, 27, 49, 0.1);
}

@media (max-width: 768px) {
  .footer__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 0;
  }
}

.footer__title {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #5754b0;
  margin-bottom: 24px;
}

.footer__col {
  width: 50%;
}

@media (max-width: 768px) {
  .footer__col {
    width: 100%;
  }
}

.footer__links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  row-gap: 24px;
}

@media (max-width: 576px) {
  .footer__links {
    -webkit-column-gap: 5px;
            column-gap: 5px;
  }
}

.footer__link {
  font-size: 14px;
  color: #80809d;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.footer__link:hover {
  color: #5754b0;
}

@media (max-width: 576px) {
  .footer__link {
    font-size: 12px;
  }
}

.footer__bottom {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__logo {
  margin-right: 100px;
}

@media (max-width: 768px) {
  .footer__logo {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.footer__copyright {
  font-size: 12px;
  line-height: 1.67;
  color: rgba(25, 27, 49, 0.35);
}

.footer__contact {
  font-size: 14px;
  color: rgba(25, 27, 49, 0.5);
  text-decoration: none;
  margin-left: auto;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.footer__contact:hover {
  color: #5754b0;
}

@media (max-width: 768px) {
  .footer__contact {
    margin: 15px 0 0 0;
  }
}

.overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(25, 27, 49, 0.7);
  display: none;
}

.overlay.open {
  display: block;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 680px;
  width: calc(100vw - 40px);
  height: calc(100vh - 40px);
  max-height: 508px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 50;
  background: white;
  border-radius: 24px;
  padding: 40px;
  display: none;
  overflow: auto;
}

@media (max-width: 576px) {
  .modal {
    padding: 20px;
    max-height: 560px;
  }
}

.modal.open {
  display: block;
}

.modal__inner {
  padding-bottom: 32px;
  border-bottom: 1px solid #E6E5F3;
  margin-bottom: 32px;
}

@media (max-width: 576px) {
  .modal__inner {
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
}

.modal__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

@media (max-width: 576px) {
  .modal__top {
    margin-bottom: 15px;
  }
}

.modal__name {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
}

@media (max-width: 576px) {
  .modal__name {
    font-size: 12px;
  }
}

.modal__close {
  border: none;
  outline: none;
  width: 16px;
  height: 16px;
  background: url(./img/close.svg) center no-repeat;
  cursor: pointer;
  padding: 0;
}

.modal__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
          column-gap: 16px;
  margin-bottom: 16px;
}

@media (max-width: 576px) {
  .modal__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px 0;
  }
}

.modal__input {
  width: 50%;
  padding: 20px 24px;
  border-radius: 10px;
  border: 1.5px solid #E6E5F3;
  outline: none;
  font-size: 14px;
  color: #80809D;
  line-height: 16px;
}

.modal__input::-webkit-input-placeholder {
  opacity: 0.5;
}

.modal__input:-ms-input-placeholder {
  opacity: 0.5;
}

.modal__input::-ms-input-placeholder {
  opacity: 0.5;
}

.modal__input::placeholder {
  opacity: 0.5;
}

@media (max-width: 576px) {
  .modal__input {
    width: 100%;
    padding: 10px 15px;
  }
}

.modal__textarea {
  width: 100%;
  border-radius: 10px;
  border: 1.5px solid #E6E5F3;
  padding: 20px 24px;
  resize: none;
  outline: none;
  font-size: 14px;
  color: #80809D;
  min-height: 120px;
  margin-bottom: 32px;
  line-height: 16px;
}

.modal__textarea::-webkit-input-placeholder {
  opacity: 0.5;
}

.modal__textarea:-ms-input-placeholder {
  opacity: 0.5;
}

.modal__textarea::-ms-input-placeholder {
  opacity: 0.5;
}

.modal__textarea::placeholder {
  opacity: 0.5;
}

@media (max-width: 576px) {
  .modal__textarea {
    padding: 10px 15px;
    margin-bottom: 15px;
  }
}

.modal__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 165px;
  height: 42px;
  background: #5754b0;
  -webkit-box-shadow: 0px 10px 15px rgba(87, 84, 176, 0.1);
          box-shadow: 0px 10px 15px rgba(87, 84, 176, 0.1);
  border-radius: 8px;
  border: none;
  outline: none;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: .2s linear;
  transition: .2s linear;
  line-height: 1;
}

.modal__btn img {
  margin-right: 8px;
}

.modal__btn:hover {
  background: #7875CE;
}

@media (max-width: 576px) {
  .modal__btn {
    margin: 0 auto;
  }
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

@media (max-width: 576px) {
  .rating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.rating__item {
  max-width: 160px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 576px) {
  .rating__item {
    max-width: 100%;
  }
}

.rating__name {
  margin-bottom: 12px;
  font-size: 14px;
  color: #80809D;
}

@media (max-width: 576px) {
  .rating__name {
    text-align: center;
  }
}

.rating__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background: -webkit-gradient(linear, right top, left top, from(#FF4C84), to(rgba(255, 76, 132, 0.1)));
  background: linear-gradient(270deg, #FF4C84 0%, rgba(255, 76, 132, 0.1) 100%);
  margin-top: auto;
  border-radius: 4px;
  height: 12px;
}

.rating input {
  margin: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.rating input:checked ~ label {
  background: transparent;
}

.rating input:hover ~ label {
  background: transparent;
}

.rating label {
  background: #f3f2f9;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  cursor: pointer;
  border: 0;
  border-left: 1px solid #ffffff;
  margin: 0;
}

.rating label:last-child {
  border: none;
  border-radius: 4px 0 0 4px;
}
/*# sourceMappingURL=style.css.map */