[class*=__container] {
  width: 100%;
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 10px;
}

/*$src: append($src, url(quote($path + "." + $extmod)) format(quote($format)), comma);*/
/*$src: append($src, url(quote($path + "." + $extmod)) format(quote($format)), comma);*/
/*$src: append($src, url(quote($path + "." + $extmod)) format(quote($format)), comma);*/
/*$src: append($src, url(quote($path + "." + $extmod)) format(quote($format)), comma);*/
/*$src: append($src, url(quote($path + "." + $extmod)) format(quote($format)), comma);*/
@font-face {
  font-family: "CodecCold";
  font-weight: 400;
  src: url("../fonts/CodecCold-Regular.woff2") format("eot"), url("../fonts/CodecCold-Regular.woff2") format("woff2"), url("../fonts/CodecCold-Regular.woff2") format("woff"), url("../fonts/CodecCold-Regular.woff2") format("truetype"), url("../fonts/CodecCold-Regular.woff2") format("svg");
}
/*$src: append($src, url(quote($path + "." + $extmod)) format(quote($format)), comma);*/
/*$src: append($src, url(quote($path + "." + $extmod)) format(quote($format)), comma);*/
/*$src: append($src, url(quote($path + "." + $extmod)) format(quote($format)), comma);*/
/*$src: append($src, url(quote($path + "." + $extmod)) format(quote($format)), comma);*/
/*$src: append($src, url(quote($path + "." + $extmod)) format(quote($format)), comma);*/
@font-face {
  font-family: "CodecCold";
  font-weight: 700;
  src: url("../fonts/CodecCold-Bold.woff2") format("eot"), url("../fonts/CodecCold-Bold.woff2") format("woff2"), url("../fonts/CodecCold-Bold.woff2") format("woff"), url("../fonts/CodecCold-Bold.woff2") format("truetype"), url("../fonts/CodecCold-Bold.woff2") format("svg");
}
/*$src: append($src, url(quote($path + "." + $extmod)) format(quote($format)), comma);*/
/*$src: append($src, url(quote($path + "." + $extmod)) format(quote($format)), comma);*/
/*$src: append($src, url(quote($path + "." + $extmod)) format(quote($format)), comma);*/
/*$src: append($src, url(quote($path + "." + $extmod)) format(quote($format)), comma);*/
/*$src: append($src, url(quote($path + "." + $extmod)) format(quote($format)), comma);*/
@font-face {
  font-family: "CodecCold";
  font-weight: 800;
  src: url("../fonts/CodecCold-Heavy.woff2") format("eot"), url("../fonts/CodecCold-Heavy.woff2") format("woff2"), url("../fonts/CodecCold-Heavy.woff2") format("woff"), url("../fonts/CodecCold-Heavy.woff2") format("truetype"), url("../fonts/CodecCold-Heavy.woff2") format("svg");
}
* {
  box-sizing: border-box;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  font-family: "CodecCold", san-serif;
}

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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
}

img,
a {
  -webkit-user-drag: none;
}

button {
  cursor: pointer;
  background: transparent;
  outline: none;
}

b {
  font-weight: 700;
}

.page {
  transition: filter 0.2s ease;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767.98px) {
  .page {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 550.98px) {
  .page {
    margin-bottom: 30px;
  }
}
.page__cards:not(:last-child) {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767.98px) {
  .page__cards:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 550.98px) {
  .page__cards:not(:last-child) {
    margin-bottom: 30px;
  }
}
.page__container {
  position: relative;
}
.page__bg {
  position: absolute;
  pointer-events: none;
  width: 1000px;
  height: 1004px;
  background: url("../images/circle.svg") 50% 50%/100% 100% no-repeat;
}
.page__bg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background-color: rgba(179, 68, 75, 0.5);
  filter: blur(70px);
  z-index: -1;
}

.mainscreen {
  padding-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767.98px) {
  .mainscreen {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 550.98px) {
  .mainscreen {
    margin-bottom: 30px;
    padding-top: 10px;
  }
}
.mainscreen__container {
  position: relative;
}
.mainscreen__container .page__bg {
  top: -390px;
  left: -520px;
  transform: rotate(10deg);
}
.mainscreen__body {
  position: relative;
  z-index: 1;
}
.mainscreen__body-i {
  padding: 60px 80px;
  background-color: rgba(27, 27, 27, 0.6);
}
@media only screen and (max-width: 1279.98px) {
  .mainscreen__body-i {
    padding: 40px 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .mainscreen__body-i {
    padding: 30px;
  }
}
@media only screen and (max-width: 550.98px) {
  .mainscreen__body-i {
    padding: 20px;
  }
}
.mainscreen__title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 550.98px) {
  .mainscreen__title {
    margin-bottom: 20px;
  }
}
.mainscreen__text {
  font-size: 22px;
  line-height: 32px;
}
@media only screen and (max-width: 767.98px) {
  .mainscreen__text {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 550.98px) {
  .mainscreen__text {
    font-size: 18px;
    line-height: 24px;
  }
}

.content__container {
  position: relative;
}
.content__container .page__bg:first-child {
  top: -490px;
  right: -550px;
  transform: rotate(-75deg);
}
@media only screen and (max-width: 767.98px) {
  .content__container .page__bg:first-child {
    top: -250px;
  }
}
.content__container .page__bg:nth-child(2) {
  bottom: -300px;
  right: -370px;
  transform: rotate(-90deg);
}
@media only screen and (max-width: 767.98px) {
  .content__container .page__bg:nth-child(2) {
    bottom: 300px;
    right: -700px;
  }
}
.content__cards {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, auto));
  gap: 20px;
}
@media only screen and (max-width: 550.98px) {
  .content__cards {
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(320px, auto));
  }
}
.about__container {
  position: relative;
}
.about__container .page__bg {
  top: -700px;
  left: -570px;
}
.about__body {
  position: relative;
}
.about__body-i {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  background: rgba(179, 68, 75, 0.1);
  padding: 50px;
}
@media only screen and (max-width: 767.98px) {
  .about__body-i {
    grid-template-columns: 1fr;
    grid-template-areas: "a" "b";
    row-gap: 40px;
    padding: 40px;
  }
}
@media only screen and (max-width: 550.98px) {
  .about__body-i {
    padding: 30px 20px;
  }
}
.about__img {
  display: flex;
  margin-left: -120px;
}
@media only screen and (min-width: 767.98px) {
  .about__img {
    margin-top: 10px;
    margin-bottom: -60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .about__img {
    grid-area: b;
    margin: 0 -120px;
  }
}
@media only screen and (max-width: 550.98px) {
  .about__img {
    margin: 0 -80px;
  }
}
@media only screen and (max-width: 480.98px) {
  .about__img {
    margin: 0 -60px;
  }
}
.about__img img {
  width: 100%;
  height: auto;
}
.about__content {
  align-self: start;
}
@media only screen and (max-width: 767.98px) {
  .about__content {
    grid-area: a;
  }
}
.about__content-img {
  max-width: 390px;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
@media only screen and (max-width: 550.98px) {
  .about__content-img {
    margin-bottom: 10px;
  }
}
.about__lbl {
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 36px;
  line-height: 39px;
}
@media only screen and (max-width: 550.98px) {
  .about__lbl {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}
.about__text {
  font-size: 22px;
  line-height: 32px;
}
@media only screen and (max-width: 767.98px) {
  .about__text {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 550.98px) {
  .about__text {
    font-size: 18px;
    line-height: 24px;
  }
}
.about__text + .btn {
  margin-top: 40px;
}
@media only screen and (max-width: 550.98px) {
  .about__text + .btn {
    margin-top: 30px;
  }
}

.footer {
  background-color: #1B1F24;
  transition: filter 0.2s ease;
}
.footer::before {
  content: "";
  display: block;
  background: linear-gradient(115.7deg, rgba(179, 68, 75, 0) 0%, #B3444B 50%, rgba(179, 68, 75, 0) 100%);
  width: 100%;
  height: 1px;
}
.footer__body {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "a c" "b c";
  row-gap: 20px;
  padding: 55px 0;
  color: #B9B9B9;
}
@media only screen and (max-width: 480.98px) {
  .footer__body {
    grid-template-areas: "a" "b" "c";
    padding: 30px 0 20px;
  }
}
.footer__body p {
  font-size: 18px;
  line-height: 19px;
}
@media only screen and (max-width: 480.98px) {
  .footer__body p {
    font-size: 16px;
    line-height: 17px;
  }
}
.footer__body p:first-child {
  grid-area: a;
}
.footer__body p:nth-child(2) {
  grid-area: b;
}
.footer__body span {
  display: inline-block;
  padding: 15px 20px 10px;
  grid-area: c;
  font-weight: 700;
  font-size: 40px;
  line-height: 43px;
}
@media only screen and (max-width: 480.98px) {
  .footer__body span {
    padding: 15px 0 10px;
  }
}

.modal {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: overlay;
  overflow-x: hidden;
  opacity: 0;
  transition: all 0.2s ease;
  z-index: 9999;
}
.modal::-webkit-scrollbar {
  display: none;
}
.modal.in {
  opacity: 1;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 27, 27, 0.95);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 9998;
  transition: all 0.2s ease;
}
.modal-backdrop.in {
  visibility: visible;
  opacity: 1;
}
.modal-dialog {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: overlay;
  padding: 12px;
}
.modal-content {
  pointer-events: auto;
  max-width: calc(100vw - 24px);
  margin: auto;
  background: linear-gradient(144.27deg, #333844 0%, #1F2430 100%);
  border-radius: 25px;
  color: #fff;
}
.modal-header {
  padding: 55px 50px 0;
}
@media only screen and (max-width: 767.98px) {
  .modal-header {
    padding: 35px 35px 0;
  }
}
@media only screen and (max-width: 550.98px) {
  .modal-header {
    padding: 20px 20px 0;
  }
}
.modal-body {
  padding: 0 38px 0 50px;
}
@media only screen and (max-width: 767.98px) {
  .modal-body {
    padding: 0 23px 0 35px;
  }
}
@media only screen and (max-width: 550.98px) {
  .modal-body {
    padding: 0 8px 0 20px;
  }
}
.modal-footer {
  display: flex;
  text-align: center;
  padding: 40px 50px 50px;
}
@media only screen and (max-width: 767.98px) {
  .modal-footer {
    padding: 35px;
  }
}
@media only screen and (max-width: 550.98px) {
  .modal-footer {
    padding: 30px 20px 20px;
  }
}
.modal-footer .btn {
  flex: 1 1 auto;
  width: 100%;
  padding: 0;
  height: 70px;
  flex: 1 1 calc(50% - 15px);
}
.modal-footer .btn:not(:last-child) {
  margin-right: 30px;
}
@media only screen and (max-width: 550.98px) {
  .modal-footer .btn:not(:last-child) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .modal-footer .btn {
    font-size: 20px;
    flex: 1 1 calc(50% - 10px);
  }
}
@media only screen and (max-width: 550.98px) {
  .modal-footer .btn {
    height: 60px;
    font-size: 18px;
  }
}
.modal__title {
  position: relative;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767.98px) {
  .modal__title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 550.98px) {
  .modal__title {
    font-size: 28px;
  }
}
.modal__body-inner {
  font-size: 22px;
  line-height: 32px;
  max-height: calc(100vh - 380px);
  overflow-y: scroll;
  overflow-x: hidden;
}
@media only screen and (max-width: 550.98px) {
  .modal__body-inner {
    max-height: calc(100vh - 320px);
  }
}
@media only screen and (max-width: 550.98px) {
  .modal__body-inner {
    font-size: 18px;
    line-height: 23px;
  }
}
.modal__body-inner p {
  margin-bottom: 30px;
}
.modal__table {
  overflow-x: overlay;
  overflow-y: hidden;
}
.modal__table::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .modal__btn span:first-child {
    display: none;
  }
}
.modal__btn span:last-child {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .modal__btn span:last-child {
    display: flex;
  }
}
.modal__row {
  display: grid;
  grid-template-columns: minmax(150px, 202px) repeat(4, minmax(100px, 140px));
  gap: 20px;
}
@media only screen and (max-width: 966px) {
  .modal__row {
    gap: 10px;
  }
}
.modal__row:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 966px) {
  .modal__row:not(:last-child) {
    margin-bottom: 10px;
  }
}
.modal__row:first-child {
  font-size: 18px;
  line-height: 30px;
  color: #B9B9B9;
}
.modal__row:first-child span:not(:first-child) {
  text-align: center;
}
.modal__row:first-child span:first-child {
  padding-left: 20px;
}
@media only screen and (max-width: 966px) {
  .modal__row:first-child {
    font-size: 16px;
    line-height: 17px;
  }
}
.modal__row:not(:first-child) div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 20px;
  height: 70px;
  font-weight: 800;
  line-height: 1;
}
@media only screen and (max-width: 966px) {
  .modal__row:not(:first-child) div {
    height: 60px;
    font-size: 18px;
  }
}
.modal__row:not(:first-child) div:not(.modal__kind) {
  background: rgba(27, 27, 27, 0.6);
  white-space: nowrap;
}
.modal__row:not(:first-child) div:not(.modal__kind) sub {
  font-size: 18px;
  color: #B9B9B9;
  font-weight: 400;
}
@media only screen and (max-width: 966px) {
  .modal__row:not(:first-child) div:not(.modal__kind) sub {
    font-size: 16px;
  }
}
.modal__kind {
  background-color: #3B404C;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 22px;
  font-weight: 800;
  padding: 20px;
  width: 100%;
  overflow: hidden;
  color: #ffffff;
}
@media only screen and (max-width: 550.98px) {
  .btn {
    font-size: 18px;
  }
}
.btn--default {
  border: 1px solid #ffffff;
  transition: background-color 0.2s ease;
}
@media only screen and (min-width: 767.98px) {
  .btn--default:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.btn--default:active {
  background-color: rgba(185, 185, 185, 0.1);
}
.btn--green {
  position: relative;
  background: #3CA25B;
}
.btn--green:not(:hover)::after {
  opacity: 1;
}
@media only screen and (min-width: 767.98px) {
  .btn--green:hover::before {
    opacity: 1;
  }
}
@media only screen and (min-width: 767.98px) {
  .btn--green:active::before {
    opacity: 0;
  }
}
.btn--green:active::after {
  opacity: 0;
}
.btn--green::before, .btn--green::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.btn--green::before {
  background: linear-gradient(360deg, #3CA25B 0%, #78DE97 100%);
}
.btn--green::after {
  background: linear-gradient(360deg, #46AC65 0%, #5AC079 100%);
}
.btn--green span {
  position: relative;
  z-index: 2;
}

.card {
  position: relative;
  border-radius: 25px;
  color: #ffffff;
  overflow: hidden;
}
.card::after, .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease;
  z-index: -1;
}
.card::after {
  background: linear-gradient(144.27deg, #333844 0%, #1F2430 100%);
  opacity: 0;
}
.card::before {
  background: linear-gradient(151.95deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
}
@media only screen and (min-width: 767.98px) {
  .card:hover .card__i:before {
    opacity: 1;
  }
  .card:hover::after {
    opacity: 1;
  }
  .card:hover::before {
    opacity: 0;
  }
}
.card__i {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  border: 1px solid transparent;
  border-radius: 25px;
  overflow: hidden;
  background-clip: padding-box;
  background-color: #1F2430;
  padding: 30px;
  transition: background-color 0.2s ease;
}
@media only screen and (max-width: 550.98px) {
  .card__i {
    padding: 20px;
  }
}
.card__i > * {
  position: relative;
  z-index: 1;
}
.card__i::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(144.27deg, #333844 0%, #1F2430 100%);
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 0;
}
.card__bk {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 550.98px) {
  .card__bk {
    margin-bottom: 10px;
    column-gap: 15px;
  }
}
.card__bk h3 {
  font-size: 36px;
  font-weight: 800;
}
@media only screen and (max-width: 550.98px) {
  .card__bk h3 {
    font-size: 28px;
  }
}
.card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 15px;
}
@media only screen and (max-width: 550.98px) {
  .card__img {
    width: 60px;
    height: 60px;
    border-radius: 12px;
  }
}
.card__img img {
  width: 100%;
  height: 100%;
  max-width: 60px;
  max-height: 50px;
}
@media only screen and (max-width: 550.98px) {
  .card__img img {
    max-width: 40px;
    max-height: 35px;
  }
}
.card__rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -10px 10px;
  background: rgba(27, 27, 27, 0.6);
  border-radius: 25px;
  padding: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 550.98px) {
  .card__rating {
    padding: 10px 20px;
    margin: 0 -5px 10px;
  }
}
.card__rating * {
  pointer-events: none;
}
.card__rating.high {
  --color-bk: 75, 176, 106;
}
.card__rating.high .card__rating-count::before, .card__rating.high .card__rating-count::after {
  filter: hue-rotate(175deg) brightness(2);
}
.card__rating.average {
  --color-bk: 249, 222, 94;
}
.card__rating.average .card__rating-count::before, .card__rating.average .card__rating-count::after {
  filter: hue-rotate(80deg) brightness(2.5) contrast(50%);
}
.card__rating.low {
  --color-bk: 237, 37, 78;
}
.card__rating-body {
  font-weight: 800;
}
.card__rating-ttl {
  font-size: 28px;
  line-height: 30px;
}
@media only screen and (max-width: 550.98px) {
  .card__rating-ttl {
    font-size: 22px;
  }
}
.card__rating-txt {
  font-size: 18px;
  line-height: 30px;
  color: rgba(var(--color-bk), 1);
}
@media only screen and (max-width: 550.98px) {
  .card__rating-txt {
    font-size: 16px;
    line-height: 17px;
  }
}
.card__rating-count {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  font-size: 19px;
  color: #B9B9B9;
  background-color: rgba(var(--color-bk), 0.1);
  border: 2px solid rgba(var(--color-bk), 1);
  border-radius: 50%;
}
.card__rating-count span {
  position: relative;
  top: 2px;
}
.card__rating-count b {
  font-size: 21px;
  font-weight: 800;
  color: #ffffff;
}
.card__rating-count::before, .card__rating-count::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  background: url("../images/circle-small.svg") 37% 50%/116% 105% no-repeat;
  z-index: -1;
}
.card__rating-count::after {
  transform: translate(-50%, -50%);
  animation: spin1 30s linear infinite;
}
.card__rating-count::before {
  transform: translate(-50%, -50%) rotate(90deg);
  animation: spin2 30s linear infinite;
}
.card__bonus-list {
  z-index: 2;
  margin-bottom: 10px;
}
.card__bonus-list + object {
  margin-top: auto;
}
.card__bonus {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 24px;
  grid-template-areas: "a c" "b c";
  margin: 0 -10px;
  padding: 10px 10px 10px 20px;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
@media only screen and (max-width: 550.98px) {
  .card__bonus {
    margin: 0 -5px;
  }
}
@media only screen and (min-width: 767.98px) {
  .card__bonus:hover {
    background-color: rgb(59, 64, 76);
  }
}
.card__bonus:active {
  background-color: rgb(59, 64, 76);
}
.card__bonus span:first-child {
  grid-area: a;
  color: #B9B9B9;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 550.98px) {
  .card__bonus span:first-child {
    font-size: 16px;
    line-height: 17px;
  }
}
.card__bonus span:nth-child(3) {
  grid-area: b;
  font-weight: 800;
  color: #ffffff;
  font-size: 22px;
  line-height: 24px;
}
@media only screen and (max-width: 550.98px) {
  .card__bonus span:nth-child(3) {
    font-size: 18px;
    line-height: 19px;
  }
}
.card__bonus i {
  grid-area: c;
}
.card__bonus i.ic__copy + span {
  text-transform: uppercase;
}

@keyframes spin1 {
  0% {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(450deg);
  }
}
@keyframes spin2 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
html {
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-y: overlay;
}
html.modal-open {
  overflow: hidden;
}
html.modal-open body {
  overflow: hidden;
}

body {
  font-family: "CodecCold", san-serif;
  font-size: 16px;
  line-height: 1.2;
  min-width: 360px;
  position: relative;
  background-color: #1B1F24;
  color: #ffffff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: overlay;
  -webkit-tap-highlight-color: transparent;
  background-image: url("../images/noise.png");
}
body::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
}
body::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 300px;
}
body *::-webkit-scrollbar {
  background-color: transparent;
  width: 12px;
  height: 12px;
}
body *::-webkit-scrollbar-thumb {
  background-clip: content-box;
  border: 4px solid transparent;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 300px;
}

.page {
  flex: 1 1 auto;
}

.ic__arrow {
  display: inline-flex;
}
.ic__arrow::before {
  content: "";
  background: url("../images/arrow.svg") no-repeat;
  width: 24px;
  height: 24px;
  margin: auto;
  display: inline-block;
}

.ic__copy {
  display: inline-flex;
}
.ic__copy::before {
  content: "";
  background: url("../images/copy.svg") no-repeat;
  width: 24px;
  height: 24px;
  margin: auto;
  display: inline-block;
}

h1.title {
  font-size: 50px;
  line-height: 70px;
  font-weight: 800;
}
@media only screen and (max-width: 1279.98px) {
  h1.title {
    font-size: 45px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  h1.title {
    font-size: 40px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 550.98px) {
  h1.title {
    font-size: 32px;
    line-height: 36px;
  }
}

h2.title {
  font-weight: 700;
  font-size: 34px;
}
@media only screen and (max-width: 550.98px) {
  h2.title {
    font-size: 28px;
  }
}

h3.title {
  font-weight: 700;
  font-size: 28px;
}
@media only screen and (max-width: 550.98px) {
  h3.title {
    font-size: 24px;
    line-height: 30px;
  }
}

.brd-lngr {
  position: relative;
  border: 1px solid transparent;
  border-image: linear-gradient(90deg, #B3444B 0%, rgba(179, 68, 75, 0) 50%, #B3444B 98.96%);
  border-image-slice: 1;
  clip-path: inset(0 round 25px);
}
.brd-lngr::after, .brd-lngr::before {
  content: "";
  position: absolute;
  top: -1px;
  height: calc(100% + 2px);
  width: 25px;
  border: 1px solid #B3444B;
}
.brd-lngr::before {
  left: -1px;
  border-right: none;
  border-radius: 25px 0 0 25px;
}
.brd-lngr::after {
  right: -1px;
  border-left: none;
  border-radius: 0 25px 25px 0;
}

.tooltip {
  position: absolute;
  top: 50%;
  right: 44px;
  padding: 10px 14px;
  border-radius: 10px;
  transform: translate(0, -50%);
  color: #ffffff;
  background-color: #1B1F24;
  z-index: 5000;
}

.spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 15px solid transparent;
  border-top-color: #4BB06A;
  border-bottom-color: #4BB06A;
  animation: loading 1s linear infinite;
  z-index: 500;
}
.spinner.hide {
  display: none;
}

@keyframes loading {
  to {
    transform: translate(-50%, -50%) rotate(1turn);
  }
}