:root {
  --color-body: linear-gradient(270deg, #1E1E1E 0%, #3A3A3A 50%, #1E1E1E 100%);
  --color-header: linear-gradient(270deg, #1E1E1E 0%, #3A3A3A 50%, #1E1E1E 100%);
  --color-text-header: #FFFFFF;
  --color-dropdown: #FFFFFF;
  --border-color: rgba(240, 246, 254, 0.24);
  --border-color2: rgba(240, 246, 254, 0.24);
  --btn-bg-c: linear-gradient(270deg, #FFB802 0%, #ECA100 100%);
  --btn-bg-c-h: linear-gradient(270deg, #ECA100 0%, #FFB802 100%);
  --btn-t-c: #FCFDFF;
  --btn-bg-cl: #FFB802;
  --btn-bg-cl-h: #ECA100;
  --btn-t-cl: #ffffff;
  --btn-bg-w: #FFB802;
  --btn-bg-w-h: #ECA100;
  --btn-t-w: #ffffff;
  --acent-bg: rgba(240, 246, 254, 0.06);
  --accent--color-t: #FFFFFF;
  --accent--color-st: #178CF6;
  --accent--color-d: rgba(240, 246, 254, 0.8);
  --item-bg: rgba(240, 246, 254, 0.06);
  --advan-color-t: #FFFFFF;
  --advan-color-d: rgba(240, 246, 254, 0.8);
  --app-t: #FFFFFF;
  --app-l: #178CF6;
  --app-b: rgba(240, 246, 254, 0.24);
  --rev-sc: rgba(240, 246, 254, 0.8);
  --title-color: #FFFFFF;
  --text-color: #12121A ;
  --text-color2: rgba(240, 246, 254, 0.8);
  --text-color3: #FFFFFF;
  --footer-tc: #FFFFFF;
  --footer-cc: rgba(240, 246, 254, 0.8);
  --footer-lc: #178CF6;
  --side-bg: #0C2F58;
  --side-l-ct: #ffffff;
  --side-l-cl: #178CF6;
  --sig-ti: #FFFFFF;
  --sig-p: rgba(240, 246, 254, 0.8);
  --sig-d: rgba(240, 246, 254, 0.6);
  --sig-t: #178CF6;
  --sig-bg: rgba(240, 246, 254, 0.06);
  --form-t: rgba(240, 246, 254, 0.45);
  --form-l: #FFFFFF;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--color-body);
  font-family: "Montserrat";
  color: #FFFFFF;
}
html .fixed-scroll,
body .fixed-scroll {
  overflow: hidden;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 6px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: transparent;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: #ECA100;
  border-radius: 20px;
}

img {
  max-width: 100%;
}

h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  color: var(--title-color);
}

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: var(--text-color3);
}

.container {
  padding: 0 16px;
  max-width: 1904px;
  margin: 0 auto;
}

.container2 {
  padding: 0 24px;
  margin: 0 auto;
}

button {
  outline: none;
  border: none;
  background-color: transparent;
}

.btn {
  border-radius: 10px;
  background: transparent;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}
.btn svg {
  margin-left: 8px;
}
.btn:hover {
  transition: all 0.2s ease-in-out;
}

.btn-b {
  color: #ECA100;
  border: 1px solid #ECA100;
}
.btn-b svg {
  margin-right: 10px;
}
.btn-b:hover {
  color: #fff;
  background: #ECA100;
}

.btn-c {
  color: var(--btn-t-c);
  background: var(--btn-bg-c);
}
.btn-c:hover {
  background: var(--btn-bg-c-h);
}

.btn-cl {
  color: var(--btn-t-cl);
  background: var(--btn-bg-cl);
}
.btn-cl svg {
  margin-right: 10px;
}
.btn-cl:hover {
  background: var(--btn-bg-cl-h);
}

.btn-w {
  color: var(--btn-t-w);
  background-color: var(--btn-bg-w);
}
.btn-w:hover {
  background-color: var(--btn-bg-w-h);
}

.btn-a {
  box-shadow: 0px 4px 56px 0px rgba(82, 203, 255, 0.24), 0px 4px 24px 0px rgba(82, 203, 255, 0.24), 0px 2px 8px 0px rgba(82, 203, 255, 0.24);
  background: linear-gradient(270deg, rgb(188, 13, 227), rgb(50, 31, 211) 100%);
  color: #FCFDFF;
}

.link {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(252, 253, 255, 0.8);
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.link::before {
  content: "";
  position: absolute;
  bottom: -5px;
  height: 1px;
  width: 100%;
  background: #ECA100;
}
.link:hover {
  color: rgb(252, 253, 255);
}

.section-title {
  font-family: "Montserrat";
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
  background: linear-gradient(90deg, rgb(255, 255, 255), rgb(247, 250, 255));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-transform: uppercase;
}
.section-title span {
  font-family: "Roboto Condensed";
  font-style: italic;
  font-size: 48px;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: -0.4px;
  background: transparent;
  -webkit-text-fill-color: #ECA100;
  text-fill-color: #ECA100;
  color: #ECA100;
}
.section-title h1 {
  font-size: 80px;
  font-weight: 600;
  line-height: 104px;
}
.section-title h1 span {
  font-size: 80px;
  font-weight: 400;
  line-height: 104px;
  letter-spacing: -0.4px;
}

.section-desc {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: var(--text-color);
}

@media (max-width: 767px) {
  .section-title {
    font-size: 38px;
    font-weight: 600;
    line-height: 44px;
  }
  .section-title span {
    font-size: 38px;
    font-weight: 400;
    line-height: 44px;
  }
  .section-title h1 {
    font-size: 38px;
    font-weight: 600;
    line-height: 44px;
  }
  .section-title h1 span {
    font-size: 38px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -0.4px;
  }
  .section-desc {
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: var(--text-color);
  }
}
.section-grey {
  background: #EDEDF8;
}
.section-grey .section-title {
  background: transparent;
  -webkit-text-fill-color: #12121A;
  text-fill-color: #12121A;
  text-transform: uppercase;
}

.section-white {
  background: #FFFFFF;
}
.section-white .section-title {
  background: transparent;
  -webkit-text-fill-color: #12121A;
  text-fill-color: #12121A;
  text-transform: uppercase;
}

.section-blue {
  background: linear-gradient(270deg, #1E1E1E 0%, #3A3A3A 50%, #1E1E1E 100%);
}
.section-blue .section-desc {
  color: #FCFDFF;
}

.breadcrumbs {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  color: rgba(30, 56, 91, 0.6);
  margin-bottom: 12px;
}

.breadcrumbs__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.breadcrumbs__list-item {
  position: relative;
  margin-right: 22px;
}

.breadcrumbs__list-item:before {
  content: "";
  position: absolute;
  right: -14px;
  top: 0;
  height: 18px;
  width: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgNCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC44Njc4OTggNS45ODQzOEwyLjY0MDYyIDMuMTIyMTZIMy42OTMxOFYzLjIxNDQ5TDEuODI4MTIgNS45ODQzOEgwLjg2Nzg5OFpNMC44Njc4OTggMC4zMTUzNDFIMS44MjgxMkwzLjY5MzE4IDMuMDg1MjNWMy4xNzc1NkgyLjY0MDYyTDAuODY3ODk4IDAuMzE1MzQxWiIgZmlsbD0iIzFFMzg1QiIgZmlsbC1vcGFjaXR5PSIwLjYiLz4KPC9zdmc+Cg==");
}

.breadcrumbs__list-link {
  cursor: "Montserrat";
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  color: rgba(30, 56, 91, 0.6);
  transition: color 0.2s ease-in-out;
  white-space: nowrap;
}

.tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
}
.tabs__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: -16px;
}
.tabs__list > li {
  margin: 16px;
}
.tabs__list > li a {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #12121A;
  text-decoration: none;
}
.tabs__list > li a::before {
  content: "";
  position: absolute;
  bottom: -5px;
  height: 1px;
  width: 100%;
  background: #ECA100;
}

@media (max-width: 479px) {
  .tabs__list {
    margin: -8px;
  }
  .tabs__list > li {
    width: calc(50% - 16px);
    margin: 8px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.categories {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.categories > li {
  margin-bottom: 12px;
}
.categories > li:not(:last-child) {
  margin-right: 6px;
}
.categories > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: 1px solid rgba(32, 64, 214, 0.35);
  border-radius: 100px;
  background: rgba(32, 64, 214, 0.35);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.categories > li > a:hover {
  color: #178CF6;
  border: 1px solid #178CF6;
}
.categories > li.current-cat a {
  color: #178CF6;
  border: 1px solid #178CF6;
}

.rate {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.rate li {
  display: flex;
  align-items: center;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.fixed-scroll {
  overflow: hidden;
}

.header {
  height: 80px;
  padding: 14px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: var(--color-header);
}
.header__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header__wrapper > * {
  width: 33.3333333333%;
}
.header__left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.header__left .burger {
  margin-right: 22px;
}
.header__left .lang {
  position: relative;
  height: 45px;
  display: flex;
  align-items: center;
}
.header__left .lang .dropdown {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.header__left .lang:hover .lang__btn span {
  transform: rotate(180deg);
}
.header__left .lang:hover .lang__btn span svg {
  color: #ECA100;
}
.header__left .lang:hover .dropdown {
  opacity: 1;
  visibility: visible;
}
.header__left .lang__btn {
  width: 25px;
  height: 40px;
  display: flex;
  align-items: center;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-text-header);
}
.header__left .lang__btn span {
  position: absolute;
  right: 0px;
  top: calc(50% - 14px);
  width: 28px;
  height: 28px;
  transition: all 0.2s ease-in-out;
}
.header__left .lang__btn span svg {
  color: #FCFDFF;
}
.header__left .lang__list {
  list-style: none;
  width: 160px;
  padding: 20px;
  background-color: var(--color-dropdown);
  border: 1px solid var(--color-text-header);
  border-radius: 14px;
  box-shadow: 0px 0px 8px 0px rgba(134, 135, 137, 0.25);
  position: absolute;
  top: 50px;
  right: auto;
  left: 0;
}
.header__left .lang-item {
  padding: 11px 0;
}
.header__left .lang-item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  color: #12121A;
}
.header__left .lang-item a:hover {
  color: #ECA100;
}
.header__left .lang-item a img {
  width: 18px !important;
  height: 18px !important;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 15px;
}
.header__center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__center .logo img {
  width: 248px;
  height: 35px;
}
.header__right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.header__right .btn:not(:last-child) {
  margin-right: 8px;
}
.header__buttons .btn {
  display: none;
}
.header .burger__menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  z-index: 1000;
  width: 100vw;
  touch-action: none;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out;
  background-color: rgba(68, 84, 106, 0.5019607843);
}
.header .burger__menu.active {
  left: 0;
}
.header .burger__menu__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -570px;
  box-sizing: border-box;
  max-width: 560px;
  width: 100%;
  padding: 80px 48px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(134, 135, 137, 0.25);
  border-radius: 0 16px 16px 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out;
}
.header .burger__menu__content::-webkit-scrollbar {
  width: 6px;
}
.header .burger__menu__content::-webkit-scrollbar-track {
  background: transparent;
}
.header .burger__menu__content::-webkit-scrollbar-thumb {
  background-color: #ECA100;
  border-radius: 20px;
}
.header .burger__menu__content.active {
  left: 0;
}
.header .burger__menu__content .nav__list {
  list-style: none;
}
.header .burger__menu__content .nav__list > li {
  padding: 32px;
  border-radius: 24px;
  background: rgba(115, 142, 179, 0.06);
  margin-bottom: 16px;
}
.header .burger__menu__content .nav__list > li > a {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #12121A;
  text-transform: uppercase;
  text-decoration: none;
}
.header .burger__menu__content .nav__list > li.menu-item-has-children > a {
  color: rgba(30, 56, 91, 0.6);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.4px;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(30, 56, 91, 0.12);
}
.header .burger__menu__content .nav__list > li.menu-item-has-children > ul {
  list-style: none;
  margin-top: 24px;
}
.header .burger__menu__content .nav__list > li.menu-item-has-children > ul li a {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #12121A;
  text-decoration: none;
}
.header .burger__menu__content .nav__list > li.menu-item-has-children > ul li:not(:last-child) {
  margin-bottom: 28px;
}
.header .burger__menu__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.header .burger__menu__head__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
  color: #12121A;
}
.header .burger__menu__head__close svg path {
  fill: #FFB802;
}
.header .burger-block {
  padding: 16px;
  background: #EDF1F8;
  border-radius: 24px;
  margin-bottom: 16px;
}
.header .burger-block__title {
  color: rgb(30, 56, 91);
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.4px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.header .burger__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -4px;
  margin-top: 14px;
  margin-bottom: 32px;
}
.header .burger__list .item {
  width: calc(50% - 8px);
  margin: 0 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.header .burger__list .item:hover {
  background: linear-gradient(270deg, #FFB802 0%, #ECA100 100%);
}
.header .burger__list .item:hover .text {
  color: #ffffff;
}
.header .burger__list .item .text {
  color: #ECA100;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin: 12px;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.header .burger__apps {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -4px;
}
.header .burger__apps .item {
  width: calc(33.3333333333% - 8px);
  margin: 4px;
  position: relative;
  border-radius: 16px;
  background: rgba(115, 142, 179, 0.06);
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.header .burger__apps .item:hover {
  background-color: rgba(115, 142, 179, 0.12);
}
.header .burger__apps .item:hover .arrow {
  transform: rotate(-45deg);
}
.header .burger__apps .item:hover .text {
  color: #ECA100;
}
.header .burger__apps .item:not(:last-child) {
  margin-bottom: 8px;
}
.header .burger__apps .item .icon {
  min-width: 28px;
  max-width: 28px;
  height: 28px;
  margin-bottom: 12px;
}
.header .burger__apps .item .text {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #12121A;
  transition: all 0.2s ease-in-out;
}
.header .burger__apps .item .arrow {
  position: absolute;
  right: 20px;
  top: 20px;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 1279px) {
  .header__wrapper {
    display: flex;
    flex-direction: row-reverse;
  }
  .header__right {
    display: none;
  }
  .header__left {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .header__center {
    width: auto;
    margin-right: 20px;
  }
  .header__buttons {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .header__buttons .btn {
    display: flex;
    margin-right: 16px;
  }
  .header__buttons .burger {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .header__wrapper {
    display: flex;
    flex-direction: row-reverse;
  }
  .header__right {
    display: none;
  }
  .header__buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .header__buttons .btn {
    display: none;
  }
  .header__left {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .header__center {
    width: auto;
    margin-right: 20px;
  }
  .header .burger__menu__content {
    padding: 40px 16px;
  }
}
.cover {
  position: relative;
  padding: 200px 0;
}
.cover .bg {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: 1;
}
.cover .bg img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cover__wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cover__content {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cover__subtitle {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  color: #ECA100;
  margin-bottom: 12px;
}
.cover__title {
  font-size: 80px;
  font-weight: 600;
  line-height: 104px;
  margin-bottom: 32px;
}
.cover__title span {
  font-family: "Roboto Condensed";
  font-style: italic;
  font-size: 80px;
  font-weight: 400;
  line-height: 104px;
  letter-spacing: -0.4px;
  background: transparent;
  -webkit-text-fill-color: #ECA100;
  text-fill-color: #ECA100;
  color: #ECA100;
}
.cover__desc {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(252, 253, 255, 0.8);
  margin-bottom: 56px;
}
.cover__link p {
  display: flex;
  flex-direction: row;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(252, 253, 255, 0.8);
}
.cover__link p .link {
  display: flex;
  margin-left: 16px;
}
.cover .btn {
  text-transform: uppercase;
  margin-bottom: 32px;
  position: relative;
}
.cover .btn svg {
  margin-right: 0;
  margin-left: 8px;
}
.cover .btn::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: -220px;
  height: 148px;
  width: 155px;
  background-image: url(../../assets/image/arrow-cover.svg);
}

@media (max-width: 1279px) {
  .cover__title {
    font-size: 70px;
    font-weight: 600;
    line-height: 86px;
    margin-bottom: 32px;
  }
  .cover__title span {
    font-family: "Roboto Condensed";
    font-style: italic;
    font-size: 70px;
    font-weight: 400;
    line-height: 86px;
    letter-spacing: -0.4px;
    background: transparent;
    -webkit-text-fill-color: #ECA100;
    text-fill-color: #ECA100;
    color: #ECA100;
  }
}
@media (max-width: 767px) {
  .cover {
    padding: 120px 0;
  }
  .cover__subtitle {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #ECA100;
    margin-bottom: 12px;
  }
  .cover__title {
    font-size: 38px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 32px;
  }
  .cover__title span {
    font-family: "Roboto Condensed";
    font-style: italic;
    font-size: 38px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -0.4px;
    background: transparent;
    -webkit-text-fill-color: #ECA100;
    text-fill-color: #ECA100;
    color: #ECA100;
  }
}
.bonus {
  position: relative;
  padding: 80px 0;
}
.bonus .bg {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: 1;
}
.bonus .bg img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bonus__wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.runroud {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 80px;
  overflow-x: hidden;
  background: linear-gradient(270deg, #FFB802 0%, #ECA100 100%);
  display: flex;
  align-items: center;
}
.runroud .track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 32s linear infinite;
}
.runroud .content {
  display: flex;
  flex-direction: row;
}
.runroud .content span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
}
.runroud .content span svg {
  margin-left: 14px;
}
.runroud .content span:not(:last-child) {
  margin-right: 32px;
}

.advantage {
  padding: 80px 0;
}
.advantage__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.advantage .section-title {
  margin-bottom: 12px;
  text-align: center;
}
.advantage .section-desc {
  margin-bottom: 38px;
  text-align: center;
}
.advantage__list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -8px;
}
.advantage__list > .item {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  width: calc(33.3333333333% - 16px);
  margin: 8px;
  padding: 32px;
  border-radius: 24px;
  background: rgba(115, 142, 179, 0.06);
  min-height: 360px;
  transition: all 0.2s ease-in-out;
}
.advantage__list > .item:hover {
  background: linear-gradient(270deg, #FFB802 0%, #ECA100 100%);
}
.advantage__list > .item:hover .title {
  color: #FFFFFF;
}
.advantage__list > .item:hover .desc {
  color: #FFFFFF;
}
.advantage__list > .item .text {
  position: relative;
  z-index: 2;
}
.advantage__list > .item .image {
  position: absolute;
  right: 0;
  bottom: -3px;
}
.advantage__list > .item .title {
  font-size: 80px;
  line-height: 104px;
  font-weight: 400;
  color: #12121A;
  margin-bottom: 8px;
  transition: all 0.2s ease-in-out;
}
.advantage__list > .item .desc {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #12121A;
  max-width: 250px;
  transition: all 0.2s ease-in-out;
}
.advantage__buttons {
  margin-top: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1919px) {
  .advantage__list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: -8px;
  }
  .advantage__list > .item {
    width: calc(50% - 16px);
  }
}
@media (max-width: 1279px) {
  .advantage__list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: -8px;
  }
  .advantage__list > .item {
    min-height: 320px;
  }
  .advantage__list > .item .title {
    font-size: 48px;
    line-height: 64px;
    font-weight: 400;
  }
  .advantage__list > .item .desc {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    color: #12121A;
    max-width: 250px;
    transition: all 0.2s ease-in-out;
  }
}
@media (max-width: 767px) {
  .advantage__list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: -8px;
  }
  .advantage__list > .item {
    width: 100%;
    margin: 8px;
  }
}
.demo {
  padding: 80px 0;
}
.demo__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.demo .section-title {
  text-align: center;
  margin-bottom: 12px;
}
.demo .section-desc {
  text-align: center;
}
.demo__text {
  font-size: 180px;
  line-height: 1;
  font-weight: 700;
  color: rgba(252, 253, 255, 0.16);
  margin-top: 40px;
}
.demo__footer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  background: #ffffff;
  border-radius: 32px;
  padding-bottom: 56px;
  height: 420px;
  margin-top: 260px;
}
.demo__footer .image {
  position: absolute;
  top: -350px;
}
.demo__footer .btn {
  text-transform: uppercase;
  margin-bottom: 32px;
  position: relative;
}
.demo__footer .btn svg {
  margin-right: 0;
  margin-left: 8px;
}
.demo__footer .btn::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: -200px;
  height: 148px;
  width: 155px;
  background-image: url(../../assets/image/arrow-cover.svg);
}

@media (max-width: 767px) {
  .demo__text {
    font-size: 100px;
    line-height: 1;
  }
  .demo__footer {
    height: 270px;
    padding-bottom: 20px;
    margin-top: 270px;
  }
  .demo__footer .image {
    top: -320px;
  }
  .demo__footer .btn {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .demo__text {
    font-size: 100px;
    line-height: 1;
  }
  .demo__footer {
    height: 270px;
    padding-bottom: 20px;
    margin-top: 100px;
  }
  .demo__footer .image {
    top: -140px;
  }
  .demo__footer .btn {
    margin-bottom: 0;
  }
}
@media (max-width: 400px) {
  .demo__footer {
    height: 270px;
    padding-bottom: 20px;
    margin-top: 60px;
  }
  .demo__footer .image {
    top: -100px;
  }
  .demo__footer .btn {
    margin-bottom: 0;
  }
}
.apps {
  background: #EDEDF8 !important;
  padding: 80px 0;
}
.apps__wrapper {
  display: flex;
  flex-direction: row;
  position: relative;
}
.apps__image {
  position: absolute;
  right: 0;
  z-index: 1;
  max-width: 1132px;
}
.apps__body {
  position: relative;
  z-index: 2;
  border-radius: 48px;
  background: #ffffff;
  padding: 36px;
  max-width: 820px;
  width: 100%;
}
.apps__list {
  list-style: none;
  padding: 0;
  margin: -8px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 610px;
  width: 100%;
}
.apps__list .item {
  margin: 8px;
  border-radius: 24px;
  background: rgba(115, 142, 179, 0.06);
  width: calc(50% - 16px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: all 0.2s ease-in-out;
}
.apps__list .item:hover {
  background-color: rgba(115, 118, 179, 0.12);
}
.apps__list .item:hover .link {
  color: #FFB802;
}
.apps__list .item__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}
.apps__list .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  margin-bottom: 12px;
}
.apps__list .item .title {
  color: #12121A;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 48px;
  text-transform: uppercase;
}
.apps__list .item .link {
  transition: all 0.2s ease-in-out;
  color: #12121A;
}
.apps .section-title {
  margin-bottom: 12px;
}
.apps .section-desc {
  margin-bottom: 56px;
}

@media (max-width: 1279px) {
  .apps__body {
    max-width: 100%;
    width: 100%;
  }
  .apps__list {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  .apps__list .item {
    border-radius: 24px;
    background: rgba(115, 142, 179, 0.06);
    width: calc(33.3333333333% - 16px);
  }
}
@media (max-width: 959px) {
  .apps__body {
    max-width: 100%;
    width: 100%;
  }
  .apps__list {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  .apps__list .item {
    border-radius: 24px;
    background: rgba(115, 142, 179, 0.06);
    width: calc(50% - 16px);
  }
}
@media (max-width: 767px) {
  .apps .section-title {
    text-align: center;
  }
  .apps .section-desc {
    text-align: center;
  }
  .apps__body {
    max-width: 100%;
    width: 100%;
    padding: 16px;
  }
  .apps__list {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  .apps__list .item {
    border-radius: 24px;
    background: rgba(115, 142, 179, 0.06);
    width: calc(50% - 16px);
  }
}
@media (max-width: 479px) {
  .apps .section-title {
    text-align: center;
  }
  .apps .section-desc {
    text-align: center;
  }
  .apps__body {
    max-width: 100%;
    width: 100%;
  }
  .apps__list {
    max-width: 100%;
    width: 100%;
    margin: -8px 0;
  }
  .apps__list .item {
    margin: 8px 0;
    border-radius: 24px;
    background: rgba(115, 142, 179, 0.06);
    width: 100%;
  }
}
.faq {
  padding: 80px 0;
  position: relative;
}
.faq__image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.faq__image img {
  width: 100%;
  object-fit: cover;
}
.faq__wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}
.faq .section-title {
  margin-bottom: 12px;
}
.faq .section-desc {
  margin-bottom: 56px;
}
.faq__item {
  width: 50%;
}
.faq__list {
  list-style: none;
}
.faq__list-item {
  border-radius: 24px;
  background: rgba(115, 142, 179, 0.06);
  padding: 24px;
  transition: all 0.2s ease-in-out;
}
.faq__list-item:hover {
  background: rgba(115, 142, 179, 0.12);
}
.faq__list-item:not(:last-child) {
  margin-bottom: 8px;
}
.faq__list-item__title {
  position: relative;
  color: rgba(18, 18, 26, 0.8);
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.4px;
  padding-right: 32px;
  text-transform: uppercase;
}
.faq__list-item__title > span {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
  background: transparent;
}
.faq__list-item.active .faq__list-item__title > span {
  transform: rotate(45deg);
  background: #ECA100;
}
.faq__list-item.active .faq__list-item__title > span svg path {
  fill: #ffffff;
}
.faq__list-item__content {
  display: none;
  margin-top: 16px;
  max-width: 100%;
  color: rgba(18, 18, 26, 0.8);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  max-width: 800px;
}

@media (max-width: 1279px) {
  .faq__image {
    display: none;
  }
  .faq__item {
    width: 100%;
  }
}
.reviews__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  padding-bottom: 200px;
  position: relative;
  z-index: 2;
}
.reviews .container {
  position: relative;
}
.reviews__image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.reviews .section-title {
  text-align: center;
  margin-bottom: 12px;
}
.reviews .section-desc {
  text-align: center;
  margin-bottom: 80px;
}
.reviews__body {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.reviews__list {
  width: 50%;
}
.reviews__list .swiper-container {
  position: relative;
  padding: 0 64px;
}
.reviews__list .slider-arrow {
  display: none;
}
.reviews__list .slider-arrow::after {
  display: none;
}
.reviews__list .slider-arrow {
  display: block;
  width: 48px;
  height: 48px;
  transition: color 0.2s ease-in-out;
}
.reviews__list .slider-arrow {
  color: #ECA100;
}
.reviews__list .slider-arrow:hover {
  color: #ffffff;
}
.reviews__list .slider-arrow::after {
  display: none;
}
.reviews__list .swiper-button-prev {
  left: 0px;
}
.reviews__list .swiper-button-next {
  right: 0px;
}
.reviews .btn {
  margin-top: 80px;
}

@media (max-width: 1919px) {
  .reviews__list {
    max-width: 780px;
    width: 100%;
  }
}
@media (max-width: 1279px) {
  .reviews__body {
    justify-content: center;
  }
  .reviews__list {
    width: 100%;
    max-width: 780px;
  }
  .reviews__list .swiper-container {
    padding: 0;
  }
  .reviews__image {
    display: none;
  }
  .reviews__buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 48px;
  }
  .reviews__buttons .slider-arrow {
    position: relative !important;
    top: 0;
    margin-top: 0;
  }
  .reviews .btn {
    margin-top: 48px;
  }
}
.reviews__item {
  background: #ffffff;
  border-radius: 24px;
  padding: 24px;
}
.reviews__item__body {
  display: flex;
  flex-direction: row;
}
.reviews__item__body .icon {
  min-width: 220px;
  max-width: 220px;
  height: 220px;
  margin-right: 24px;
  border-radius: 24px;
  overflow: hidden;
}
.reviews__item__body .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews__item__content {
  display: flex;
  flex-direction: column;
}
.reviews__item__content .head {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 12px;
}
.reviews__item__content .date {
  color: rgba(30, 56, 91, 0.6);
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}
.reviews__item__content .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  color: #12121A;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.reviews__item__content .desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.4px;
  color: rgba(30, 56, 91, 0.8);
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.reviews__item__bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(30, 56, 91, 0.12);
  padding-top: 21px;
  margin-top: 21px;
}
.reviews__item__bottom .author {
  display: flex;
  flex-direction: row;
}
.reviews__item__bottom .author__icon {
  position: relative;
  width: 51px;
  min-width: 51px;
  max-width: 51px;
  height: 51px;
  margin-right: 12px;
}
.reviews__item__bottom .author__icon .avatar {
  width: 51px;
  min-width: 51px;
  max-width: 51px;
  height: 51px;
  border-radius: 100%;
  overflow: hidden;
}
.reviews__item__bottom .author__icon .country {
  position: absolute;
  right: -2px;
  bottom: -2px;
}
.reviews__item__bottom .author__info .name {
  color: #12121A;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 3px;
}
.reviews__item__bottom .author__info .city {
  color: rgba(30, 56, 91, 0.6);
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}
.reviews__item .btn {
  margin-top: 0px;
  text-transform: uppercase;
}

@media (max-width: 1279px) {
  .reviews__item__body {
    flex-direction: column;
  }
  .reviews__item__body .icon {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .reviews__item__content .head {
    flex-direction: column-reverse;
  }
  .reviews__item__content .head .date {
    margin-bottom: 12px;
  }
  .reviews__item__bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .reviews__item__bottom .author {
    margin-bottom: 12px;
  }
  .reviews__item__bottom .btn {
    width: 100%;
  }
}
.reviews-list {
  margin-top: 48px;
  margin-bottom: 104px;
}
.reviews-list__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -8px;
}
.reviews-list__list .reviews__item {
  background-color: rgba(115, 142, 179, 0.06);
  width: calc(33.3333333333% - 16px);
  margin: 8px;
}
.reviews-list__list .reviews__item:nth-child(n+10) {
  display: none;
}
.reviews-list__list.active .reviews__item:nth-child(n+10) {
  display: block;
}
.reviews-list__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 66px;
}
.reviews-list__buttons .btn:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 1919px) {
  .reviews-list .reviews__item {
    width: calc(50% - 16px);
  }
}
@media (max-width: 1439px) {
  .reviews-list .reviews__item {
    width: 100%;
  }
}
@media (max-width: 1279px) {
  .reviews-list .reviews__item {
    width: 100%;
  }
  .reviews-list .reviews__item__body {
    display: flex;
    flex-direction: row;
  }
  .reviews-list .reviews__item__body .icon {
    margin-bottom: 0;
    margin-right: 24px;
  }
  .reviews-list .reviews__item__content .head {
    display: flex;
    flex-direction: row;
  }
  .reviews-list .reviews__item__bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .reviews-list .reviews__item__bottom .btn {
    width: auto;
  }
}
@media (max-width: 767px) {
  .reviews-list .reviews__item {
    width: 100%;
  }
  .reviews-list .reviews__item__body {
    display: flex;
    flex-direction: column;
  }
  .reviews-list .reviews__item__body .icon {
    margin-bottom: 24px;
    margin-right: 0px;
  }
  .reviews-list .reviews__item__content .head {
    display: flex;
    flex-direction: column-reverse;
  }
  .reviews-list .reviews__item__bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .reviews-list .reviews__item__bottom .btn {
    width: 100%;
  }
}
.hero {
  margin-top: 88px;
}
.hero .sidebar {
  display: none;
}
.hero__wrapper {
  position: relative;
  border-radius: 48px;
  background: linear-gradient(270deg, #1E1E1E 0%, #3A3A3A 50%, #1E1E1E 100%);
  padding: 48px 88px;
  overflow: hidden;
}
.hero__wrapper.afil {
  background: linear-gradient(270deg, #12121A 0%, #340F73 50%, #12121A 100%);
}
.hero__wrapper.new {
  min-height: 588px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.hero__wrapper.new .section-title {
  text-align: center;
}
.hero__wrapper.new .bg img {
  height: 100%;
}
.hero__wrapper .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.hero__wrapper .bg img {
  width: 100%;
  object-fit: cover;
}
.hero__wrapper .image {
  margin-bottom: 68px;
}
.hero__wrapper .image.afil {
  margin-bottom: 2px;
}
.hero__wrapper .image.rev {
  position: relative;
}
.hero__wrapper .section-title {
  margin-bottom: 8px;
  text-align: center;
}
.hero__wrapper .section-desc {
  color: #FCFDFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.hero__wrapper .subdesc {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #ECA100;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.hero__wrapper .subdesc.rev {
  color: rgba(252, 253, 255, 0.8);
}
.hero__wrapper .btn-b {
  border-color: #FCFDFF;
  color: #FCFDFF;
}
.hero__wrapper .btn-b:hover {
  background: #FCFDFF;
  color: #ECA100;
}
.hero__wrapper .subtitle {
  background: linear-gradient(90deg, rgb(28, 62, 196), rgb(122, 201, 245), rgb(197, 12, 228));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.4px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.hero__wrapper .btn-a {
  margin-top: 32px;
}
.hero__link {
  margin-top: 32px;
}
.hero__link p {
  display: flex;
  flex-direction: row;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(252, 253, 255, 0.8);
}
.hero__link p .link {
  display: flex;
  margin-left: 16px;
}
.hero__body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1279px) {
  .hero .sidebar {
    width: 100%;
    background-color: #EDF1F8;
    border-radius: 24px;
    display: block;
    margin-bottom: 24px;
  }
  .hero .sidebar__content {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    top: 0;
  }
  .hero .sidebar__top {
    margin-right: 16px;
    min-width: 300px;
  }
  .hero .sidebar__list {
    margin-bottom: 0;
  }
  .hero .sidebar__apps {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: -4px;
  }
  .hero .sidebar__apps > .item {
    height: 150px;
    margin: 4px;
    width: calc(33.3333333333% - 8px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .hero .sidebar__apps > .item .icon {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
@media (max-width: 959px) {
  .hero .sidebar__apps {
    margin: -4px;
  }
  .hero .sidebar__apps > .item {
    height: 100px;
    width: calc(50% - 8px);
  }
}
@media (max-width: 767px) {
  .hero__wrapper {
    padding: 48px 16px;
  }
  .hero__wrapper .image {
    margin-bottom: 12px;
  }
  .hero__wrapper .bg img {
    height: 100%;
  }
  .hero .sidebar__top {
    width: 100%;
    margin-bottom: 24px;
    margin-right: 0;
    min-width: auto;
  }
  .hero .sidebar__content {
    flex-direction: column;
  }
  .hero .sidebar__apps {
    margin: -4px;
  }
  .hero .sidebar__apps > .item {
    height: 100px;
    width: calc(33.3333333333% - 8px);
  }
}
@media (max-width: 479px) {
  .hero .sidebar__apps {
    margin: -4px;
  }
  .hero .sidebar__apps > .item {
    height: 100px;
    width: calc(50% - 8px);
  }
}
.chart {
  padding-top: 48px;
  padding-bottom: 104px;
}
.chart__content {
  height: 600px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 66px;
}
.chart__buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.blocks__wrapper {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.blocks__content {
  max-width: 880px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -4px;
  margin-bottom: 40px;
}
.blocks__content .item {
  width: calc(33.3333333333% - 8px);
  margin: 4px;
  border-radius: 16px;
  background: rgba(115, 142, 179, 0.06);
  padding: 24px;
  display: flex;
  flex-direction: row;
}
.blocks__content .item .icon {
  min-width: 24px;
  max-width: 24px;
  width: 24px;
  height: 24px;
  margin-right: 14px;
}
.blocks__content .item .text .title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: #12121A;
  text-transform: uppercase;
}
.blocks__content .item .text .desc {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: rgba(30, 56, 91, 0.8);
}
.blocks__advantage {
  max-width: 880px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -4px;
}
.blocks__advantage > div {
  width: calc(50% - 8px);
  margin: 4px;
}
.blocks__advantage .item {
  border-radius: 16px;
  background: rgba(115, 142, 179, 0.06);
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.blocks__advantage .item .image {
  margin-bottom: 20px;
}
.blocks__advantage .item .title {
  color: #12121A;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.4px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.blocks__advantage .item .desc {
  color: rgba(30, 56, 91, 0.8);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.4px;
  text-align: center;
}
.blocks__advantage .group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blocks__advantage .group .subitem {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 29px 24px;
  border-radius: 16px;
  background: rgba(115, 142, 179, 0.06);
}
.blocks__advantage .group .subitem:not(:last-child) {
  margin-bottom: 8px;
}
.blocks__advantage .group .subitem .icon {
  min-width: 56px;
  max-width: 56px;
  width: 56px;
  height: 56px;
  margin-right: 16px;
}
.blocks__advantage .group .subitem .text {
  color: #12121A;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.4px;
  text-align: left;
}

@media (max-width: 959px) {
  .blocks__content .item {
    width: calc(50% - 8px);
  }
  .blocks__content .item:last-child {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blocks__content .item {
    width: 100%;
  }
  .blocks__advantage > div {
    width: 100%;
  }
}
.footer {
  background: #1E1E1E;
  padding: 80px 0;
}
.footer__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer__wrapper .logo {
  margin-bottom: 60px;
}
.footer__list {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 64px;
}
.footer__list li {
  width: 25%;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__list li a {
  color: rgba(252, 253, 255, 0.8);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.footer__list li a:hover {
  color: #ECA100;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 32px;
  margin-top: 48px;
}
.footer__copy {
  color: rgba(252, 253, 255, 0.8);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.4px;
}
.footer__police {
  color: #ECA100;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

@media (max-width: 1279px) {
  .footer__list {
    padding: 0;
    margin: -8px;
  }
  .footer__list li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 8px;
    width: calc(25% - 16px);
  }
  .footer__list li a {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .footer__list {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
  }
  .footer__list li {
    width: 100%;
    justify-content: flex-start;
  }
  .footer__bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__bottom .footer__copy {
    margin-bottom: 32px;
  }
}
.wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.body {
  width: calc(100% - 323px);
  background-color: #FFFFFF;
}
.body .header {
  background: #FFFFFF;
  right: 323px;
}
.body .header .header__left .lang__btn span svg {
  color: #12121A;
}

.sidebar {
  width: 323px;
  padding: 32px 14px;
  background-color: #F5F5F5;
}
.sidebar__content {
  position: sticky;
  top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sidebar .title {
  color: #12121A;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.4px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.sidebar .btn {
  width: 100%;
}
.sidebar__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -4px;
  margin-top: 14px;
  margin-bottom: 32px;
}
.sidebar__list .item {
  width: calc(50% - 8px);
  margin: 0 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.sidebar__list .item:hover {
  background: linear-gradient(270deg, #FFB802 0%, #ECA100 100%);
}
.sidebar__list .item:hover .text {
  color: #ffffff;
}
.sidebar__list .item .text {
  color: #ECA100;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin: 12px;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.sidebar__apps {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.sidebar__apps .item {
  position: relative;
  border-radius: 16px;
  background: rgba(115, 142, 179, 0.06);
  padding: 18px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
}
.sidebar__apps .item:hover {
  background-color: rgba(115, 142, 179, 0.12);
}
.sidebar__apps .item:hover .arrow {
  transform: rotate(-45deg);
}
.sidebar__apps .item:hover .text {
  color: #ECA100;
}
.sidebar__apps .item:not(:last-child) {
  margin-bottom: 8px;
}
.sidebar__apps .item .icon {
  min-width: 28px;
  max-width: 28px;
  height: 28px;
  margin-right: 12px;
}
.sidebar__apps .item .text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #12121A;
  transition: all 0.2s ease-in-out;
}
.sidebar__apps .item .arrow {
  position: absolute;
  right: 20px;
  top: 20px;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 1279px) {
  .body {
    width: 100%;
  }
  .body .header {
    right: 0;
  }
  .sidebar {
    display: none;
  }
}
.blog {
  margin-top: 48px;
  margin-bottom: 104px;
}
.blog__list {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -8px;
  margin-bottom: 48px;
}
.blog__list.active .blog__item:nth-child(n+7) {
  display: block;
}
.blog__list .blog__item {
  width: calc(33.3333333333% - 16px);
  margin: 8px;
}
.blog__list .blog__item:nth-child(n+7) {
  display: none;
}
.blog__item {
  border-radius: 24px;
  background: rgba(115, 142, 179, 0.12);
  padding: 16px;
}
.blog__item .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.blog__item .content .date {
  color: rgba(30, 56, 91, 0.6);
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 6px;
}
.blog__item .content .title {
  color: rgb(30, 56, 91);
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.blog__item .content .desc {
  color: rgba(30, 56, 91, 0.8);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog__item .content .link {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #ECA100;
  margin-bottom: 10px;
}
.blog__item .image {
  min-width: 260px;
  max-width: 260px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.blog__link {
  display: flex;
  flex-direction: row;
  text-decoration: none;
}
.blog__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.blog__buttons .btn:not(:last-child) {
  margin-bottom: 20px;
}

.blog-article {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.blog-article__content {
  max-width: 880px;
  width: 100%;
  color: #12121A;
  padding-bottom: 56px;
}
.blog-article__content h1 {
  font-size: 48px;
  line-height: 64px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #12121A;
}
.blog-article__content h2 {
  font-size: 48px;
  line-height: 64px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #12121A;
}
.blog-article__content h3 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #12121A;
}
.blog-article__content h4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #12121A;
}
.blog-article__content h5 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #12121A;
}
.blog-article__content p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #12121A;
  margin-bottom: 12px;
}
.blog-article__content ul, .blog-article__content ol {
  padding-left: 20px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #12121A;
  margin-bottom: 24px;
}
.blog-article__content ul li, .blog-article__content ol li {
  margin-bottom: 12px;
}
.blog-article__content img {
  margin-bottom: 32px;
}

@media (max-width: 2400px) {
  .blog__list .blog__item {
    width: calc(50% - 16px);
  }
}
@media (max-width: 1919px) {
  .blog__list .blog__item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blog__list .blog__item {
    width: 100%;
  }
  .blog__link {
    display: flex;
    flex-direction: column-reverse;
  }
  .blog__link .image {
    max-width: 100%;
    margin-bottom: 24px;
    height: 140px;
  }
  .blog__link .image img {
    width: 100%;
  }
}
.article {
  background: #3A3A3A;
  padding: 68px 0;
}
.article__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.article__content {
  max-width: 680px;
  width: 100%;
}
.article__content h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.article__content h2 {
  font-size: 48px;
  line-height: 64px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.article__content p {
  color: rgba(252, 253, 255, 0.8);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 12px;
}
.article__content ul, .article__content ol {
  padding-left: 25px;
  margin-bottom: 24px;
}
.article__content ul li, .article__content ol li {
  margin-bottom: 12px;
}

.signals {
  margin-top: 48px;
  margin-bottom: 104px;
}
.signals__list {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -8px;
  margin-bottom: 48px;
}
.signals__list.active .signals__item:nth-child(n+17) {
  display: block;
}
.signals__list .signals__item {
  width: calc(20% - 16px);
  margin: 8px;
}
.signals__list .signals__item:nth-child(n+17) {
  display: none;
}
.signals__item {
  border-radius: 24px;
  background: rgba(115, 142, 179, 0.06);
  padding: 24px;
}
.signals__item .icon {
  width: 40px;
  max-width: 40px;
  min-width: 40px;
  margin-right: 14px;
}
.signals__item .content {
  margin-right: 12px;
}
.signals__item .date {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: rgba(30, 56, 91, 0.6);
}
.signals__item .title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #12121A;
  margin-bottom: 6px;
}
.signals__item .info {
  display: flex;
  flex-direction: row;
}
.signals__item .sl {
  display: flex;
  flex-direction: row;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: rgba(30, 56, 91, 0.8);
  margin-right: 10px;
}
.signals__item .sl span {
  color: #C21755;
  margin-left: 5px;
}
.signals__item .tp {
  display: flex;
  flex-direction: row;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: rgba(30, 56, 91, 0.8);
}
.signals__item .tp span {
  color: #17C270;
  margin-left: 5px;
}
.signals__item .bodys {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.signals__item .group {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 6px;
}
.signals__item .desc {
  color: rgba(30, 56, 91, 0.4);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: right;
}
.signals__item .price {
  color: rgba(30, 56, 91, 0.8);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: right;
}
.signals__item .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.signals__item .btn--r {
  color: rgb(252, 253, 255);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  border-radius: 8px;
  background: rgb(194, 23, 85);
  padding: 6px 10px;
}
.signals__item .btn--g {
  color: rgb(252, 253, 255);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  border-radius: 8px;
  background: #17C270;
  padding: 6px 10px;
}
.signals__content {
  display: flex;
  flex-direction: row;
}
.signals__link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-decoration: none;
}
.signals__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.signals__buttons .btn:not(:last-child) {
  margin-bottom: 20px;
}

@media (min-width: 2560px) {
  .signals__list.active .signals__item:nth-child(n+16) {
    display: block;
  }
  .signals__list .signals__item {
    width: calc(20% - 16px);
    margin: 8px;
  }
  .signals__list .signals__item:nth-child(n+16) {
    display: none;
  }
}
@media (max-width: 2559px) {
  .signals__list .signals__item {
    width: calc(25% - 16px);
  }
}
@media (max-width: 1919px) {
  .signals__list .signals__item {
    width: calc(50% - 16px);
  }
}
@media (max-width: 959px) {
  .signals__list .signals__item {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .signals__list .signals__item {
    padding: 12px;
    width: 100%;
  }
  .signals__list .signals__item .info {
    display: flex;
    flex-direction: column;
  }
}
.overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 7, 45, 0.35);
  z-index: 1000;
  transition: 0.3s all;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}
.overlay.active + .modal-wrapper {
  display: block;
}

.modal-wrapper {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  overflow: hidden auto;
  z-index: 1000;
}

.modal-container {
  padding-top: 30px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.modal {
  display: none;
  margin-bottom: 30px;
  position: relative;
  margin: 0 16px;
  width: calc(100% - 32px);
  max-width: 1160px;
  box-shadow: 0 3px 10px -0.5px rgba(0, 0, 0, 0.2);
  padding: 16px;
  background-color: #FFFFFF;
  border-radius: 16px;
}
.modal.active {
  display: inline-block;
}
.modal.buy {
  max-width: 880px;
  padding: 40px;
}
.modal.buy .modal__cross {
  position: absolute;
  right: 40px;
  top: 40px;
}
.modal__cross {
  fill: #444;
  cursor: pointer;
}
.modal__cross path {
  fill: #ECA100;
}
.modal-tag {
  position: absolute;
  top: 100px;
  left: calc((100% - 484px) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(30, 56, 91, 0.12);
  border-radius: 10000px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
  background: rgb(255, 255, 255);
  padding: 12px 20px;
  width: 484px;
  display: none;
}
.modal-tag .icon {
  margin-right: 16px;
}
.modal-tag .text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #12121A;
}
.modal__heading {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  color: #12121A;
  margin-bottom: 40px;
}
.modal__desc {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: rgba(30, 56, 91, 0.8);
  margin-bottom: 40px;
}
.modal-review__hero {
  border-radius: 32px;
  background: linear-gradient(270deg, rgb(2, 30, 72), rgb(9, 63, 128) 50%, rgb(2, 30, 72) 100%);
  padding: 40px;
  margin-bottom: 48px;
}
.modal-review__hero__head {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 44px;
}
.modal-review__hero__head > div {
  width: 33.3333333333%;
}
.modal-review__hero__head > div:first-child {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.modal-review__hero__head .date {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: rgba(252, 253, 255, 0.8);
}
.modal-review__hero__head .close {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.modal-review__hero__head .author {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.modal-review__hero__head .author__icon {
  position: relative;
  width: 51px;
  min-width: 51px;
  max-width: 51px;
  height: 51px;
  margin-right: 12px;
}
.modal-review__hero__head .author__icon .avatar {
  width: 51px;
  min-width: 51px;
  max-width: 51px;
  height: 51px;
  border-radius: 100%;
  overflow: hidden;
}
.modal-review__hero__head .author__icon .country {
  position: absolute;
  right: -2px;
  bottom: -2px;
}
.modal-review__hero__head .author__info .name {
  color: #FCFDFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 3px;
  text-align: left;
}
.modal-review__hero__head .author__info .city {
  color: rgba(252, 253, 255, 0.8);
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
.modal-review__hero__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal-review__hero__body .image {
  margin-bottom: 37px;
}
.modal-review__hero__body .subtitle {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #ECA100;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.modal-review__hero__body .title {
  font-size: 48px;
  line-height: 64px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.modal-review__hero__body .rate {
  margin-bottom: 8px;
}
.modal-review__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal-review__body__list {
  max-width: 880px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -8px;
  margin-bottom: 40px;
}
.modal-review__body__list .item {
  width: calc(50% - 16px);
  margin: 8px;
  background-color: rgba(115, 142, 179, 0.06);
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.modal-review__body__list .item .head {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 16px;
}
.modal-review__body__list .item .head .icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.modal-review__body__list .item .head .title {
  color: #12121A;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.4px;
  text-align: left;
}
.modal-review__body__list .item .text {
  color: #12121A;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.4px;
  text-align: left;
}
.modal-review__body__text {
  max-width: 880px;
  width: 100%;
  color: #12121A;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.4px;
  text-align: left;
  margin-bottom: 48px;
}
.modal-review__body__text p {
  color: #12121A;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.4px;
  text-align: left;
  margin-bottom: 16px;
}
.modal__load {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 66px;
}
.modal__image {
  border: 1px dashed rgb(26, 77, 222);
  border-radius: 14px;
  background: rgba(115, 142, 179, 0.06);
  width: 220px;
  height: 220px;
  overflow: hidden;
  position: relative;
}
.modal__image input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  opacity: 0;
}
.modal__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-items: center;
  color: #000000;
}
.modal .rate-title {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: rgba(30, 56, 91, 0.4);
  margin-bottom: 8px;
}
.modal__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.modal .swiper-arrow2 {
  position: absolute;
}
.modal .swiper-button-prev2 {
  left: 56px;
}
.modal .swiper-button-next2 {
  right: 56px;
}
.modal__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.modal__button .btn:not(:last-child) {
  margin-bottom: 20px;
}
.modal .reviews-form__form {
  display: flex;
  flex-direction: column;
}
.modal .groups {
  display: flex;
  flex-direction: row;
  margin: -8px;
}
.modal .groups .form__group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(50% - 16px);
  margin: 8px;
  margin-bottom: 40px;
}
.modal .form__group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
}
.modal .form__group label {
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  color: #12121A;
  margin-bottom: 8px;
}
.modal .form__group input, .modal .form__group textarea {
  border: 0.33px solid rgba(30, 56, 91, 0.2);
  border-radius: 14px;
  background: rgba(115, 142, 179, 0.06);
  padding: 12px 15px;
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #12121A;
}
.modal .form__group input::placeholder, .modal .form__group textarea::placeholder {
  color: rgba(30, 56, 91, 0.4);
}
.modal .form__buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .modal.buy {
    padding: 40px 16px;
  }
  .modal.buy .modal__cross {
    right: 16px;
  }
  .modal__heading {
    padding: 0 40px;
    margin-bottom: 32px;
  }
  .modal__desc {
    margin-bottom: 32px;
  }
  .modal__load {
    margin-bottom: 32px;
  }
  .modal .groups {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: -8px;
  }
  .modal .groups .form__group {
    width: 100%;
    margin-bottom: 20px;
  }
  .modal .form__group {
    margin-bottom: 20px;
  }
  .modal__arrow {
    margin-bottom: 48px;
  }
  .modal__arrow .swiper-arrow2 {
    position: relative;
    left: 0;
    right: 0;
  }
  .modal-review__hero {
    padding: 24px;
  }
  .modal-review__hero__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 44px;
    position: relative;
  }
  .modal-review__hero__head > div {
    width: 100%;
  }
  .modal-review__hero__head > div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .modal-review__hero__head .date {
    margin-bottom: 12px;
  }
  .modal-review__hero__head .close {
    position: absolute;
    right: 0;
    top: 0;
  }
  .modal-review__hero__body .title {
    font-size: 32px;
    line-height: 48px;
  }
  .modal-review__body__list .item {
    width: 100%;
  }
}
.comparasion__heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 16px;
  background: rgba(115, 142, 179, 0.06);
  padding: 16px;
  margin-bottom: 16px;
}
.comparasion__heading .title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  color: #12121A;
  margin-bottom: 0;
}
.comparasion__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 16px;
  background: rgba(115, 142, 179, 0.06);
  padding: 16px;
  margin-bottom: 24px;
}
.comparasion__head .icon {
  border-radius: 14px;
  background: rgba(114, 141, 178, 0.06);
  height: 72px;
  width: 72px;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comparasion__head .icon img {
  margin-bottom: 0;
}
.comparasion__head .title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  color: #12121A;
  margin-bottom: 0;
}
.comparasion__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -8px;
  margin-bottom: 40px;
}
.comparasion__list .item {
  width: calc(50% - 16px);
  margin: 8px;
  border-radius: 24px;
  background: rgba(115, 142, 179, 0.06);
  padding: 24px;
}
.comparasion__list .item.plus li::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzQyNDFfMzIwMjQiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSI+CjxyZWN0IHg9IjAuNSIgeT0iMC43MTQ4NDQiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iI0Q5RDlEOSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfNDI0MV8zMjAyNCkiPgo8cGF0aCBkPSJNMTEuNSAxMy43MTQ4SDUuNVYxMS43MTQ4SDExLjVWNS43MTQ4NEgxMy41VjExLjcxNDhIMTkuNVYxMy43MTQ4SDEzLjVWMTkuNzE0OEgxMS41VjEzLjcxNDhaIiBmaWxsPSIjMTdDMjcwIi8+CjwvZz4KPC9zdmc+Cg==");
}
.comparasion__list .item.minus li::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzQyNDFfMzIwNDUiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSI+CjxyZWN0IHg9IjAuNSIgeT0iMC43MTQ4NDQiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iI0Q5RDlEOSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfNDI0MV8zMjA0NSkiPgo8cGF0aCBkPSJNNS41IDEzLjcxNDhWMTEuNzE0OEgxOS41VjEzLjcxNDhINS41WiIgZmlsbD0iI0MyMTc1NSIvPgo8L2c+Cjwvc3ZnPgo=");
}
.comparasion__list .item ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 36px;
}
.comparasion__list .item ul li {
  position: relative;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #12121A;
}
.comparasion__list .item ul li:not(:last-child) {
  margin-bottom: 20px;
}
.comparasion__list .item ul li::before {
  content: "";
  position: absolute;
  left: -36px;
  top: calc((100% - 24px) / 2);
  width: 24px;
  height: 24px;
}

.table__comparison {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  background: rgba(115, 142, 179, 0.12);
}

.table__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.table__head > div {
  padding: 12px;
  width: 33.3333333333%;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: #12121A;
  text-align: center;
  text-align: center;
}

.table__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 4px solid #ffffff;
}
.table__row > div {
  width: 33.3333333333%;
  padding: 12px;
}
.table__row > div:first-child {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: #12121A;
  text-align: center;
}
.table__row > div:not(:first-child) {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: #12121A;
  background-color: #F7F8FB;
}
.table__row > div svg {
  margin-right: 7px;
}
.table__row > div.red {
  color: #D3144D;
}
.table__row > div.green {
  color: #10A98D;
}

@media (max-width: 767px) {
  .comparasion__list .item {
    width: 100%;
  }
  .comparasion__head {
    margin-bottom: 16px;
  }
}
.rateit {
  display: -moz-inline-box;
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  vertical-align: middle;
}

.rateit .rateit-range {
  position: relative;
  display: -moz-inline-box;
  display: inline-block;
  background: url(../images/ui/star.gif);
  height: 16px;
  outline: none;
}

.rateit .rateit-range * {
  display: block;
}

* html .rateit, * html .rateit .rateit-range {
  display: inline;
}

* + html .rateit, * + html .rateit .rateit-range {
  display: inline;
}

.rateit .rateit-hover, .rateit .rateit-selected {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
}

.rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl {
  left: auto;
  right: 0;
}

.rateit .rateit-hover {
  background: url(../images/ui/star.gif) left -32px;
  color: rgb(239, 197, 41);
}

.rateit .rateit-hover-rtl {
  background-position: right -32px;
}

.rateit .rateit-selected {
  background: url(../images/ui/star.gif) left -16px;
  color: rgb(191, 66, 66);
}

.rateit .rateit-selected-rtl {
  background-position: right -16px;
}

.rateit .rateit-preset {
  background: url(../images/ui/star.gif) left -48px;
  color: rgb(239, 107, 34);
}

.rateit .rateit-preset-rtl {
  background: url(../images/ui/star.gif) left -48px;
}

.rateit button.rateit-reset {
  background: url(../images/ui/delete.gif) 0 0;
  width: 16px;
  height: 16px;
  display: -moz-inline-box;
  display: inline-block;
  float: left;
  outline: none;
  border: none;
  padding: 0;
}

.rateit .rateit-reset span {
  display: none;
}

.rateit button.rateit-reset:hover, .rateit button.rateit-reset:focus {
  background-position: 0 -16px;
}

.rateit-font {
  font-size: 24px;
  line-height: 1em;
}

.rateit-font .rateit-range {
  background: none;
  height: auto;
}

.rateit-font .rateit-empty {
  color: #ccc;
}

.rateit-font .rateit-range > div {
  background: none;
  overflow: hidden;
  cursor: default;
}

.rateit.rateit-font .rateit-reset {
  font-size: inherit;
  background: none;
  width: 0.6em;
  height: 0.6em;
  margin-top: 0.2em;
  background: gray;
  border-radius: 50%;
  position: relative;
}

.rateit.rateit-font .rateit-reset span {
  display: block;
  font-weight: 700;
  color: white;
  height: calc(50% - 0.045em);
  top: 0;
  position: absolute;
  border-bottom: 0.09em solid white;
  width: 72%;
  margin-left: 14%;
}

.rateit.rateit-font .rateit-reset:hover, .rateit.rateit-font button.rateit-reset:focus {
  background: #e6574b;
  background: radial-gradient(ellipse at center, #e6574b 55%, #f6836b 77%, #f9d3cc 100%);
  background-position: 0 0;
}

.rateit {
  cursor: pointer;
}

.rateit.default {
  cursor: default;
}

.rateit .rateit-range {
  background: url("../../assets/image/stars.png");
  height: 20px;
}

.rateit-big .rateit-range {
  background: url("../../assets/image/stars-big.png");
  height: 32px;
}

.rateit .rateit-hover, .rateit .rateit-selected {
  background: url("../../assets/image/stars-fill.png");
}

.rateit-big .rateit-hover, .rateit-big .rateit-selected {
  background: url("../../assets/image/stars-big-fill.png");
}/*# sourceMappingURL=main.css.map */