@charset "UTF-8";

/* dima edit */

.wrap_f813 {
  bottom: 45px!important
}

/* end of dima edit */

p {
  margin: 0;
}

.popup {
  display: none;
}

.popup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  display: none;
}

.popup__content {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 480px;
  padding: 35px 40px;
  position: relative;
  background: #fff;
  border-radius: 15px;
}

.popup__close {
  position: absolute;
  right: -60px;
  top: 0;
}

.popup__close:hover {
  outline: 1px solid cornflowerblue;
  cursor: pointer;
}

.popup__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup__body {
  color: black;
}

/* TYPE 1 - ДЛЯ ДОСТИЖЕНИЙ */
.amodal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.amodal__picture {
  margin-top: -150px;
  max-width: 360px;
  max-height: 280px;
}

.amodal__title {
  font-weight: bold;
  font-size: 30px;
  margin-top: -35px;
  line-height: 30px;
}

.amodal__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.amodal__progress {
  width: 100%;
  margin: 19px auto 20px;
}

.amodal__text-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.amodal__text {
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

.amodal__text span {
  font-weight: bold;
}

.amodal__value-text {
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
}

.amodal__bonus {
  border: 2px solid #2B5DA8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 100px;
  color: #2B5DA8;
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 11px 20px;
  margin: 20px auto 0;
}

.amodal__socials {
  max-width: 305px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px auto 0;
}

.amodal__socials-cont {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.achieving__info-text_mobile {
  display: none;
}

.open-modal-mobile {
  display: none;
}

.amodal__logo-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-top: -150px;
}

.amodal__text-regard {
  font-size: 20px;
  line-height: 25px;
  margin-top: -5px;
}

.amodal__border {
  -webkit-transform: translateX(-8%);
  -ms-transform: translateX(-8%);
  transform: translateX(-8%);
  margin-left: -2px;
  width: 480px;
  margin-top: 26px;
  margin-bottom: 20px;
}

.popup__close-mobile {
  display: none;
  position: absolute;
  z-index: 9;
}

.amodal__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 7px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 20px;
  overflow: visible;
  margin: 23px auto;
}

.amodal__progress-bar {
  position: relative;
  border-radius: 15px;
  height: 13px;
}

/* MODAL FOR OLD MOBILE APP */
.mobpopup__image-sale {
  position: absolute;
  width: 91px;
  height: 66px;
  left: -8px;
  top: 4px;
}

.popup__content_theme_mobile-warning {
  background: -o-linear-gradient(287.92deg, #FFFFFF 0.37%, #F1F7FF 98.12%);
  background: linear-gradient(162.08deg, #FFFFFF 0.37%, #F1F7FF 98.12%);
  padding: 20px !important;
}

.popup__body_theme_mobile-warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobpopup__title {
  font-weight: bold;
  font-size: 23px;
  line-height: 25px;
  margin: 20px 0 15px;
}

.mobpopup__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  margin-bottom: 15px;
  max-width: 280px;
}

.mobpopup__button {
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  width: 100% !important;
}

.mobpopup__image-wrapper {
  background: -o-linear-gradient(315.18deg, #D70A84 8.39%, #590094 87.52%);
  background: linear-gradient(134.82deg, #D70A84 8.39%, #590094 87.52%);
  border-radius: 125px;
  width: 70px;
  height: 70px;
  margin-bottom: 5px;
  position: relative;
}

.mobpopup__close {
  display: block !important;
  right: -4px !important;
  top: -27px !important;
}

.popup__sm-close {
  display: none;
}

/* END MOBILE APP */
@media screen and (max-width: 768px) {
  .popup__content {
    max-width: 320px;
    padding: 25px;
  }

  .popup__close {
    display: none;
  }

  .popup__close-mobile {
    display: block;
    top: 5px;
    right: 5px;
  }

  .amodal__text {
    font-size: 16px;
    line-height: 18px;
  }

  .amodal__value-text {
    font-size: 18px;
    line-height: 20px;
  }

  .amodal__border {
    margin-bottom: 13px;
  }

  .amodal__socials {
    max-width: 100%;
  }

  .amodal__socials-logo {
    max-width: 30px;
    max-height: 30px;
  }

  .amodal__progress {
    margin: 10px auto;
    height: 4px;
  }

  .amodal__progress-bar {
    height: 8px;
  }
}

@media screen and (max-width: 359px) and (max-height: 640px) {
  .popup__content_theme_mobile-warning {
    max-height: 90vh;
    overflow-y: scroll;
  }

  .popup__sm-close {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    max-height: 18px;
    max-width: 18px;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: auto;
  position: relative;
  font-family: "Calibri", sans-serif;
  font-weight: normal;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; */
  /* background: #323232 */
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #2b5da8;
  text-decoration: none;
}

a:active {
  color: #004e8f;
}

/* NOTIFICATIONS LOADER START */
#loader {
  width: 100%;
}

.loader-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 150px auto;
}

/* NOTIFICATIONS LOADER END */
.link {
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  color: #707070;
  cursor: pointer;
}

.link:hover {
  color: #2b5da8;
}

.link:active {
  color: #004e8f;
}

.link:hover .arrow-svg__path {
  fill: #2b5da8;
}

.link:active .arrow-svg__path {
  fill: #004e8f;
}

.social-accordeon {
  padding: 18px 0 0;
}

.social__link {
  margin: 1px;
}

.social__link:hover, .footer__social-icon:hover {
  opacity: 0.9;
}

.social__link:active, .footer__social-icon:active {
  opacity: 0.8;
}

.out-of-header {
  margin-top: 70px;
}

.body-bg, .sign-bg, .wheel__bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  overflow: hidden;
  background-color: black;
  z-index: 3;
}

.body-bg {
  opacity: 0;
}

.sign-bg {
  opacity: 0.75;
}

/* NEW HEADER */
.header__menu-top {
  border-bottom: 1px solid rgba(193, 213, 243, 0.3);
}

.header__menu-footer {
  border-bottom: 1px solid rgba(193, 213, 243, 0.3);
}

.header__menu-link {
  /* -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; */
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  padding: 0 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  padding: 8px 15px;
}

.header__menu-services, .header__menu-info {
  border-bottom: 1px solid rgba(193, 213, 243, 0.3);
}

.header__catalog {
  margin-top: 6px;
  padding: 10px 15px 11px;
}

.header__catalog-links .header__submenu-link:last-child, .header__about-links .header__submenu-link:last-child {
  margin-bottom: 0;
}

.header__about {
  padding: 15px;
}

.header__menu-icon {
  margin-right: 15px;
  max-width: 20px;
}

.header__arrow {
  position: absolute;
  top: 48%;
  right: 4%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.header__arrow_transform {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  color: black;
  cursor: pointer;
}

[data-menu] {
  display: none;
  z-index: 999;
  position: fixed;
  width: 360px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 0 15px 15px;
  -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15);
  max-height: 87vh;
  background: #fff;
  overflow: auto;
}

.announ__menu {
  width: 550px;
}

.header__menu.active, .announ__menu.active {
  visibility: visible;
  opacity: 1;
}

.announ__close {
  display: none;
}

.announ__no-data {
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  padding: 30px 0;
}

.header__announ-button, .header__close-announ-button {
  background: transparent;
  outline: none;
  border: none;
}

.header__announ-button:focus, .header__close-announ-button:focus {
  outline: none;
}

.header__announ-button:disabled, .header__close-announ-button:disabled {
  background: transparent;
}

.announ {
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0.5;
}

.announ.notread {
  opacity: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.announ:last-child {
  border-bottom: unset;
}

.announ p {
  font-size: 18px;
  line-height: 25px;
}

.header__menu::-webkit-scrollbar, .announ__menu::-webkit-scrollbar {
  width: 5px;
  /* ширина для вертикального скролла */
}

.header__menu::-webkit-scrollbar-thumb, .announ__menu::-webkit-scrollbar-thumb {
  background-color: #2b5da8;
  border-radius: 9em;
  -webkit-box-shadow: inset 1px 1px 10px #f3faf7;
  box-shadow: inset 1px 1px 10px #f3faf7;
}

.header__about-links, .header__catalog-links {
  padding: 0 20px 5px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header__mobile-button {
  display: none;
}

.header__close-button {
  display: none;
}

.header__user-buttons {
  display: none;
}

/* END NEW HEADER */
.mobile-close-auth, .modal__close-mobile {
  display: none;
}

.right-side__sign-button, .header__sign-button {
  width: 250px;
}

.right-side__sign-button {
  width: 100%;
  max-width: 330px;
}

.sign-bg {
  z-index: 5;
}

.header {
  font-family: "Inter", sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.07);
  background-color: white;
}

.header button {
  outline: none;
  border: none;
  background: #fff;
}

.header__mobile-menu {
  display: none;
}

.header__sign-button_mobile {
  display: none;
}


@media screen and (max-width: 1024px) {
  .modal__is-opened {
    position: relative !important;
    height: 100vh;
  }

}


/* MOBILE HEADER */
@media screen and (max-width: 1024px) {
  .header {
    position: relative;
    background-color: white;
    -webkit-box-shadow: unset;
    box-shadow: unset;
  }

  .header__sign-button_mobile {
    display: block;
    width: 58px;
    height: 30px;
    line-height: 30px;
    font-weight: 500;
    font-size: 12px;
    font-family: "Inter";
    text-align: center;
    border-radius: 40px;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    box-shadow: 0px 5px 30px rgba(254, 204, 0, 0.3) !important;
  }

  .header__mobile-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 58px;
    height: 30px;
    font-weight: bolder;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.05em;
    color: #2b5da8;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 5px 20px rgba(43, 93, 168, 0.2);
    box-shadow: 0px 5px 20px rgba(43, 93, 168, 0.2);
    border-radius: 85px;
    text-transform: uppercase;
    cursor: pointer;
  }

  #headerMenusContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 9999;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
  }

  #headerMenusContainer.active {
    display: block;
  }

  .header__menu, .announ__menu {
    z-index: 10;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    overflow: auto;
    max-height: initial;
  }

  .announ__close {
    height: 50px;
    display: block;
    position: relative;
  }

  .announ__close .header__close-button {
    position: absolute;
    right: 0;
  }

  .header__menu::-webkit-scrollbar {
    display: none;
  }

  .header__close-button {
    display: block;
    width: 42px;
    height: 50px;
  }

  .header__user-buttons {
    display: block;
  }

  .header__menu-link span {
    color: #2b5da8;
    margin-left: 5px;
    font-weight: bold;
  }

  .header__sign-button {
    margin: auto;
    width: 100%;
    max-width: 330px;
  }
}

/* END MOBILE */
.header__logo {
  width: 93px;
  height: 50px;
}


.header__right-side {
  font-family: "Calibri", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__desktop-menu, .header__desktop-menu_not-logged {
  font-family: "Calibri", sans-serif;
  padding-left: 20px;
  border-left: 1px solid #E4E4E4;
  font-size: 18px;
}

.header__desktop-menu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header__desktop-menu_not-logged {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header__desktop-menu, .header__desktop-menu_not-logged, .header__mobile-menu {
  font-family: "Calibri", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__button {
  margin: 0;
}

.header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-weight: normal;
}

.header__button span {
  margin-left: 5px;
  font-weight: bold;
  color: #2b5da8;
}

span.profile.profile__bonus {
  padding-left: 15px;
  border-left: 1px solid #C1D5F3;
  margin-left: 15px;
}

.header__open-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__close-menu-button {
  display: none;
}

.header__close-menu-button.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__open-menu, .header__close-menu {
  width: 45px;
  height: 45px;
  cursor: pointer;
  margin-left: 15px;
  outline: none;
}

.social-accordeon {
  font-family: "Calibri", sans-serif;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__open-mobile-menu, .header__close-mobile-menu {
  font-family: "Calibri", sans-serif;
  display: none;
}

.nav {
  font-family: "Calibri", sans-serif;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}

.header__announ-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__announ-button, .header__close-announ-button {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 26px;
  height: 30px;
  margin-right: 20px;
  cursor: pointer;
}

#announceActive1::after {
  content: '';
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fecc00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.header__lang-switch {
  font-family: "Calibri", sans-serif;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  color: #2b5da8;
  border-radius: 50%;
  -webkit-box-shadow: 0px 1px 14px rgba(43, 93, 168, 0.12);
  box-shadow: 0px 1px 14px rgba(43, 93, 168, 0.12);
  background: #fff;
  cursor: pointer;
}

.header__mobile-button:hover, .header__lang-switch:hover {
  color: #004e8f;
  border: 1px solid #FFFFFF;
}

.header__mobile-button:active, .header__lang-switch:active {
  color: #004e8f;
  background: #F5F9FF;
  border: 1px solid #FFFFFF;
}

.rotate {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header__logout-button {
  padding: 13px 17px;
}

#tdHeadMenuAchivment {
  margin-right: 0;
}

.slider {
  padding-top: 30px;
}

.buttons-user {
  padding: 0 15px;
}

.modal__is-opened {
  overflow: hidden;
  width: 100vw;
  position: absolute;
  touch-action: none;
  -ms-touch-action: none;
}

@media screen and (max-width: 1024px) {
  .out-of-header {
    margin-top: 0;
  }

  header .container {
    font-family: "Calibri", sans-serif;
    max-width: initial;
    padding: 0 10px;
    width: 100%;
  }

  .container {
    padding: 0 15px;
  }

  .header__desktop-menu, .header__desktop-menu_not-logged {
    font-family: "Calibri", sans-serif;
    display: none;
  }

  .header__mobile-menu {
    font-family: "Calibri", sans-serif;
    margin-left: 10px;
  }

  .header__main-link {
    width: 67px;
    font-family: 'Inter', sans-serif
  }

  .header__lang-switch {
    font-family: "Calibri", sans-serif;
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .modal__sign {
    max-height: 75%;
  }

  .modal__sign, .sign-container {
    font-family: "Calibri", sans-serif;
    border-radius: 15px 15px 0 0;
  }

  .sign-container {
    overflow: auto;
  }

  .logo {
    width: 56px;
    height: 30px;
  }

  .header__right-side-desktop, .header__right-side-mobile {
    font-family: "Calibri", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header__button {
    font-family: "Calibri", sans-serif;
    padding: 5px;
    margin-left: 10px;
    color: black;
  }

  .header__basket-mobile-menu {
    font-family: "Calibri", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__open-mobile-menu, .header__close-mobile-menu {
    display: none;
  }

  .nav {
    font-family: "Calibri", sans-serif;
    padding: 10px 0 0;
    height: 40px;
  }

  .sale-text_blue {
    color: #2b5da8;
  }

  .bottom-radius {
    border-radius: 0 0 15px 15px;
  }

  .download-app__container {
    font-family: "Calibri", sans-serif;
    padding: 20px 20px;
    width: 100%;
    border-bottom: 1px solid #E8E8E8;
  }

  .download-app__link {
    font-family: "Calibri", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 155px;
    height: 50px;
    font-weight: bold;
    background-color: black;
    color: white;
    border-radius: 10px;
  }

  .download-app__container a, .download-app__container a:hover, .download-app__container a:active {
    color: white;
    text-decoration: none;
  }

  .mobile-close-auth, .modal__close-mobile {
    font-family: "Calibri", sans-serif;
    display: block;
    position: absolute;
    top: -25px;
  }

  .modal__sign, .sign-container {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .header__basket-mobile-menu {
    font-family: "Calibri", sans-serif;
    display: none;
  }
}

/* SIGN CONTAINER */
.modal__sign {
  position: fixed;
  z-index: 5;
  font-family: "Calibri", sans-serif;
  -webkit-box-shadow: 0 30px 49px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 30px 49px -4px rgba(0, 0, 0, 0.2);
  width: 320px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 0 15px 15px;
  background-color: white;
}

.sign-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Calibri", sans-serif;
  width: 100%;
  border-radius: 0 0 15px 15px;
  background-color: white;
}

.signform {
  font-family: "Calibri", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sign-container-mob {
  font-family: "Calibri", sans-serif;
  -webkit-box-shadow: 0 -30px 49px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -30px 49px -4px rgba(0, 0, 0, 0.2);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px 15px 0 0;
  background-color: white;
  z-index: 4;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sign-title {
  font-family: "Calibri", sans-serif;
  text-align: center;
  font-size: 22px;
  padding: 25px 0;
  margin: 0;
  font-weight: bold;
}

.sign-title_padding {
  padding-bottom: 15px;
}

.sign-subtitle {
  font-family: "Calibri", sans-serif;
  display: block;
  color: #9A9A9A;
  margin-bottom: 20px;
  line-height: 18px;
  text-align: center;
  max-width: 260px;
}

.signin-form {
  font-family: "Calibri", sans-serif;
  padding-top: 26px;
}

.form-item {
  font-family: "Calibri", sans-serif;
  position: relative;
  margin: auto;
}

.form-item-codes {
  font-family: "Calibri", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 230px;
  margin-bottom: 15px;
}

.input {
  font-family: "Calibri", sans-serif;
  width: 260px;
  height: 50px;
  padding: 0 15px;
  font-size: 18px;
  border-radius: 15px;
  border: 1px solid #c4c5c5;
  outline: none;
}

.input:hover, .input:focus {
  font-family: "Calibri", sans-serif;
  border: 1px solid #FFCD17;
}

.input_type_tel {
  font-family: "Calibri", sans-serif;
  margin-bottom: 20px;
}

.input_type_pass {
  font-family: "Calibri", sans-serif;
  margin-bottom: 5px;
}

.show-pass-button {
  font-family: "Calibri", sans-serif;
  position: absolute;
  top: 30%;
  right: 6px;
  cursor: pointer;
}

.remind-pass {
  font-family: "Calibri", sans-serif;
  display: block;
  font-size: 16px;
  text-align: center;
  margin-bottom: 14px;
  color: #707070;
  margin: 5px 0 20px;
}

.button-grey:disabled, .button-grey[disabled] {
  opacity: 0.5;
  background-color: #EDF2FA;
}

.profile a:hover {
  color: black;
}

.button-disable, .button-disable:hover, .button-disable:active {
  font-family: "Calibri", sans-serif;
  background-color: #E7E7E7;
}

.button-grey {
  max-width: 270px;
  margin: 35px auto 0;
  background-color: #EDF2FA;
  opacity: 1;
  font-size: 20px;
  line-height: 20px;
  outline: none;
  color: #000;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  min-width: 290px;
}

.button-grey:hover {
  background-color: #E1EBFC;
}

.button-grey:active {
  background-color: #C1D5F3;
}

.button-grey:focus {
  outline: none;
}

.signin-button {
  font-family: "Calibri", sans-serif;
  margin-bottom: 15px;
}

.dropdown-social {
  font-family: "Calibri", sans-serif;
  margin-bottom: 25px;
  max-width: 260px;
}

.socials-collapse-button {
  display: block;
  text-align: center;
  font-size: 16px;
  font-family: "Calibri", sans-serif;
}

.arrow-svg {
  margin-left: 5px;
}

.socials-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
}

.signup-link {
  padding: 20px 0 30px;
  font-size: 22px;
  width: 100%;
  text-align: center;
  border-top: 1px solid #E3E3E3;
  line-height: 25px;
  color: #000;
}

.prev-link {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
}

input::-webkit-input-placeholder {
  font-family: "Calibri", sans-serif;
  color: black;
}

input::-moz-placeholder {
  font-family: "Calibri", sans-serif;
  color: black;
}

input:-ms-input-placeholder {
  font-family: "Calibri", sans-serif;
  color: black;
}

input::-ms-input-placeholder {
  font-family: "Calibri", sans-serif;
  color: black;
}

input::placeholder {
  font-family: "Calibri", sans-serif;
  color: black;
}

.input-message {
  font-family: "Calibri", sans-serif;
  position: absolute;
  top: -11px;
  left: 10px;
  background-color: white;
  color: #8D8D8D;
  padding: 0px 5px;
  font-size: 13px;
  z-index: 2;
}

.input_type_code {
  font-family: "Calibri", sans-serif;
  width: 50px;
  height: 50px;
  margin-bottom: 25px;
  padding: 0 18px 0 20px;
}

.input_type_code::-webkit-input-placeholder {
  text-align: center;
  line-height: normal;
  font-size: 13px;
}

.input_type_code::-moz-placeholder {
  text-align: center;
  line-height: normal;
  font-size: 13px;
}

.input_type_code:-ms-input-placeholder {
  text-align: center;
  line-height: normal;
  font-size: 13px;
}

.input_type_code::-ms-input-placeholder {
  text-align: center;
  line-height: normal;
  font-size: 13px;
}

.input_type_code::placeholder {
  text-align: center;
  line-height: normal;
  font-size: 13px;
}

.input_type_code:focus::-webkit-input-placeholder {
  color: transparent;
}

.input-invalid {
  font-family: "Calibri", sans-serif;
  border: 1px solid red;
  display: block;
}

.input-invalid:hover, .input-invalid:focus {
  font-family: "Calibri", sans-serif;
  border: 1px solid red;
  display: block;
}

input:-webkit-autofill {
  font-family: "Calibri", sans-serif;
  background-color: white;
}

.sign-footer {
  font-family: "Calibri", sans-serif;
  margin: 20px auto 30px;
  font-size: 18px;
}

.sms-timer-span {
  font-family: "Calibri", sans-serif;
  border-left: 1px solid grey;
  margin-left: 10px;
  padding-left: 10px;
  font-weight: bold;
  color: black;
}

input[type=number] {
  font-family: "Calibri", sans-serif;
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  font-family: "Calibri", sans-serif;
  -webkit-appearance: none;
  margin: 0;
}

.remind-pass, .socials-collapse-button {
  font-family: "Calibri", sans-serif;
  color: #707070;
}

.arrow-svg-rotate {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-family: "Calibri", sans-serif;
}

.header__button-active {
  font-family: "Calibri", sans-serif;
  background: #EAEAEA;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sms-button-blocked {
  font-size: 18px;
  font-family: "Calibri", sans-serif;
  background: #E7E7E7;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sms-button-blocked:hover {
  background-color: #DFDFDF;
  cursor: auto;
}

.sms-button-blocked:active {
  background-color: #DCDCDC;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 10em white inset;
}

.download-app__container a, .download-app__container a:hover, .download-app__container a:active {
  color: white;
  font-family: "Calibri", sans-serif;
}

.icons_4465 {
  background-size: 50%;
  background-position: center;
}

.button_e68e {
  width: 25px;
  height: 25px;
}

.icons_2c07 {
  width: 98px;
  height: 98px;
  /* background-color: goldenrod */
  top: 76px;
  left: 0px;
  background-size: 20% auto;
  /* top: 50px */
}

.__jivoMobileButton {
  z-index: 2;
}

.confirm-checkbox {
  margin-top: 3px;
  margin-right: 15px;
}

.check-container {
  font-family: Calibri;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 15px;
  max-width: 260px;
  color: #9A9A9A;
}

.check-container a {
  color: #9A9A9A;
}

input[type=checkbox] {
  position: relative;
  width: 2.7em;
  height: 1em;
  color: #363839;
  border: 1px solid #bdc1c6;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  cursor: pointer;
  -webkit-transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
  -o-transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
  transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}

input[type=checkbox]::before {
  position: absolute;
  content: "";
  display: block;
  top: 1px;
  left: 4px;
  width: 8px;
  height: 11px;
  border-style: solid;
  border-color: #2b5da8;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}

input[type=checkbox]:checked {
  color: #fff;
  border-color: #cdcdcd;
}

input[type=checkbox]:checked::before {
  opacity: 1;
}

input[type=checkbox]:checked~label::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.title-with-results {
  font-family: "Calibri", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.results-title {
  font-family: "Calibri", sans-serif;
  font-size: 20px;
  color: #2b5da8;
  margin-bottom: 20px;
}

.block__title {
  font-family: "Calibri", sans-serif;
  font-size: 30px;
  line-height: 35px;
  color: black;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .profile__out-of-header {
    margin-top: 70px;
  }

  .header__announ-button {
    margin-right: 10px;
  }

  .header__main-link {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .carousel-inner {
    border-radius: 5px;
  }

  .title-with-results {
    font-family: "Calibri", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: centert;
    -ms-flex-pack: centert;
    justify-content: centert;
    margin-bottom: 10px;
  }

  .results-title {
    font-family: "Calibri", sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 0.7;
  }

  .block__title {
    font-family: "Calibri", sans-serif;
    font-size: 20px;
    line-height: 24px;
    padding: 0 5px;
  }

  .section .container {
    font-family: "Calibri", sans-serif;
    width: 100%;
  }

  .sale-text__mobile {
    width: 195px;
  }
}

.feature-area::-webkit-scrollbar {
  display: none;
  width: 0px;
  background: transparent;
}

#choose::-webkit-scrollbar, .fullpage-on-phone::-webkit-scrollbar {
  display: none;
}

.header__open-mobile-menu {
  padding: 5px 10px 3px;
}

.header__close-mobile-menu {
  padding: 5px 10px 3px;
  margin-right: -20px;
}

.footer {
  margin-top: 23px;
  margin-bottom: 30px;
  padding-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #EBEBEB;
}

.footer-left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__links-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__links-container a {
  font-size: 18px;
  line-height: 22px;
}

.footer ul li {
  padding: 0;
}

.footer__link {
  text-decoration: none;
  font-size: 20px;
  line-height: 22px;
  color: black;
  font-weight: 400;
}

.footer-center {
  margin: 0 100px 0 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__list_first-col {
  width: 210px;
}

.footer__list_first-col .footer__item {
  margin-bottom: 15px;
}

.footer__list_second-col {
  width: 120px;
  height: 182px;
}

.footer__list_second-col .footer__item {
  margin-bottom: 15px;
}

.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.footer__responsibility {
  width: 555px;
  text-align: center;
  color: #494949;
  font-size: 18px;
  line-height: 22px;
  margin-top: 20px;
}

.visa-icon {
  width: 80px;
  margin-right: 17px;
}

.mc-icon {
  width: 45px;
  height: 30px;
}

.footer__cert-images {
  padding-bottom: 40px;
  border-bottom: 1px solid #EBEBEB;
  width: 529px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__image {
  margin-right: 40px;
}

.footer__image:last-child {
  margin-right: unset;
}

.footer__cert-images a {
  margin-right: 40px;
}

.payments__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__text {
  font-size: 16px;
  line-height: 22px;
  color: black;
  font-weight: 400;
}

.app-link img {
  margin-top: 30px;
}

.app-link__mobile {
  display: none;
}

.footer-center__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

.footer-right-side {
  width: 250px;
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 195px;
}

.footer__tel-container {
  margin: 23px 0 17px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__tel-link {
  text-decoration: none;
  color: #2b5da8;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.footer__allreserved {
  font-size: 18px;
  line-height: 22px;
  color: #222222;
}

.title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 93%;
  margin: 30px auto 0;
}

.title-container h4 {
  text-align: center;
  font-size: 30px;
  line-height: 29.27px;
  margin: 0;
  font-weight: bold;
}

.modal__close-button {
  position: absolute;
  left: 0;
  width: 35px;
  padding: 0 10px;
  margin-left: -10px;
  cursor: pointer;
}

.page-border {
  display: block;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
  width: 100vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.mobile-page-border {
  display: none;
}

@media screen and (max-width: 1160px) {
  .mobile-page-border {
    display: block;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin-left: unset;
    margin-bottom: 15px;
  }

  .footer__list_first-col {
    width: 150px;
  }

  .footer__list_second-col {
    width: 105px;
  }

  .footer__responsibility {
    width: 336px;
  }

  .footer-right-side {
    width: 230px;
    margin-bottom: 22px;
  }
}

@media screen and (max-width: 1024px) {
  .header__close-mobile-menu {
    margin-right: -10px;
  }

  .form-item-codes {
    width: 230px;
  }

  .header__open-mobile-menu {
    margin-right: -10px;
  }

  .dropdown-social {
    margin-bottom: 20px;
  }

  .footer-left-side {
    display: none;
  }

  .footer-center {
    margin-right: 120px;
    margin-left: 0;
  }

  .footer .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .title-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    width: 100%;
  }

  .title-container h4 {
    font-size: 20px;
  }

  .header__open-mobile-menu, .header__close-mobile-menu {
    margin-right: -20px;
  }

  .slider {
    padding-top: 10px;
  }

  .footer {
    margin-top: 20px;
    padding-top: 15px;
  }

  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }

  .footer-center {
    width: 100%;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 0 60px 20px;
  }

  .footer-center__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
    border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
    margin-top: 21px;
    display: none;
  }

  .app-link {
    display: none;
  }

  .footer__responsibility {
    text-align: center;
    font-size: 12px;
    margin-right: auto;
    margin-left: auto;
    width: 300px;
    margin-bottom: 15px;
  }

  .footer__cert-images {
    margin: auto;
    width: 301px;
    padding-bottom: unset;
    border-bottom: unset;
    margin-bottom: 20px;
  }

  .footer__cert-images img {
    height: 40px;
    margin-right: 20px;
  }


  .footer__cert-images a {
    margin-right: 20px;
  }

  .noc-icon {
    width: 40px;
    height: 40px;
  }

  .europa-icon {
    width: 80px;
    height: 20px;
  }

  .wla-icon {
    width: 60px;
    height: 40px;
  }

  .rng-icon {
    width: 38px;
    height: 30px;
  }

  .payments__images {
    max-width: 122px;
    margin: auto;
  }

  .footer__socials {
    margin: 0 auto;
  }

  .footer__tel-container {
    margin: 20px auto 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer__tel-link {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
  }

  .footer__allreserved {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .footer__text {
    text-align: center;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1201px) {
  .header__button, .header__sign-button {
    margin-right: 10px;
  }
}

@media screen and (max-width: 1199px) {
  .footer-center {
    margin: 0 50px 0 50px;
  }
}

/* MODAL */
.modal {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: block;
}

.modal__content {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 400px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
  border-radius: 15px;
}

.modal__wheel, .modal__wheel-result {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal__wheel-result {
  z-index: 7;
}

.modal__title {
  font-size: 25px;
  font-weight: bold;
  line-height: 25px;
  margin-top: 15px;
  margin-bottom: 0;
}

.modal__subtitle, .modal__text {
  color: #9A9A9A;
  font-size: 16px;
  line-height: 18px;
  width: 270px;
  margin-top: 27px;
  margin-bottom: 20px;
  text-align: center;
}

.modal__text {
  margin: 25px 0;
}

.modal__content .button {
  margin-bottom: 50px;
}

.modal__close-button {
  position: absolute;
  left: 0;
  width: 35px;
  padding: 0 10px;
  margin-left: -10px;
  cursor: pointer;
}

.modal__close-icon {
  position: absolute;
  top: 0;
  right: -15%;
}

.modal__close-wheel {
  z-index: 9;
  cursor: pointer;
}

.modal__prev-link {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .modal__prev-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
  }

  .modal__content {
    top: unset;
    left: 50%;
    bottom: 0;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 15px 15px 0 0;
    padding: 30px;
  }

  .modal__content .button {
    margin-bottom: 0;
  }

  .modal__title {
    font-size: 22px;
    text-align: center;
  }

  .modal__subtitle, .modal__text {
    width: 260px;
  }

  .modal__subtitle {
    margin-top: 15px;
  }

  .modal__text {
    margin: 25px 0 20px;
  }

  .modal__close-icon {
    display: none;
  }
}

/* END MODAL */
/* WHEEL */
.wheel__timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 0;
  margin-left: 6px;
  font-weight: 300;
  font-size: 11px;
  line-height: 13px;
  color: #2b5da8;
  max-width: 30px;
  max-height: 26px;
}

.wheel__timer span {
  font-weight: bold;
}

.wheel__start {
  margin-top: 20px;
  min-width: 180px;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
}

.wheel__content {
  width: 300px;
  padding: 25px 20px;
  border-radius: 15px;
  background-color: white;
}

.wheel__content-title {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  max-width: 260px;
  margin-bottom: 10px;
}

.wheel__content-subtitle {
  display: block;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #9A9A9A;
  max-width: 230px;
  margin: 0 auto 20px;
}

.wheel__content-button {
  min-width: 250px;
  margin: 0 auto 5px;
  font-size: 18px;
  max-width: 100%;
}

.wheel__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 7;
  background-color: black;
  overflow: hidden;
  opacity: 0.5;
}

.wheel__start:disabled, .wheel__start[disabled] {
  background: #EAEAEA;
  opacity: 1;
}

.wheel__start.disabled {
  background: #987F18;
  opacity: 1;
}

.wheel {
  display: none;
}

.wheel-banner {
  position: relative;
  max-width: 570px;
  max-height: 115px;
  cursor: pointer;
}

.wheel-banner img {
  max-width: 570px;
  max-height: 115px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.wheel-banner__button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 15px;
  line-height: 15px;
  margin: 0;
  padding: 8px 10px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.wheel-banner__button.enabled {
  background-color: #fecc00;
}

.wheel-banner__button.disabled {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
}

.wheel-banner__button.waiting {
  background-color: #CACACA;
}

.wheel-banner__button.waiting .wheel-banner {
  cursor: not-allowed;
}

/* PRELOADER */
.preloader {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.preloader img {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}

.preloader__off {
  opacity: 0;
  z-index: -15;
  display: none;
}

.preloader i {
  font-size: 42px;
  color: white;
  margin: auto;
}

.modal__wheel canvas {
  max-width: 300px;
  max-height: 300px;
  z-index: 2;
  margin-top: 75px;
}

.wheel__logo-img {
  position: absolute;
  z-index: 3;
}

.wheel__logo-bg {
  position: absolute;
  z-index: 1;
  top: -30%;
}

.wheel__bg-modal {
  background: rgba(0, 0, 0, 0.95);
  opacity: 0.95;
}

/* END PRELOADER */
@media screen and (max-width: 1024px) {
  .modal__close-wheel {
    display: block;
    top: 0;
    width: 30px;
    right: 0;
    z-index: 4;
  }

  .modal__wheel canvas {
    max-width: 300px;
    max-height: 300px;
    z-index: 2;
    margin-top: 75px;
  }

  .wheel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #E4E4E4;
    /* height: 45px */
    height: auto;
  }

  .wheel__logo-img {
    position: absolute;
    z-index: 3;
  }

  .wheel__logo-bg {
    position: absolute;
    z-index: 1;
    top: -30%;
  }

  .wheel__bg-modal {
    background: rgba(0, 0, 0, 0.95);
    opacity: 0.95;
  }

  .wheel-banner {
    max-width: 100%;
    max-height: 100%;
  }

  .wheel-banner img {
    width: 100%;
    max-height: 100%;
    max-width: 100%;
  }

  .wheel-banner__button {
    font-size: 14px;
    line-height: 14px;
  }
}

/* END WHEEL */
/* DONWLOAD NOTIFICATION */
.header_not-fixed {
  position: relative;
}

.right-side_not-fixed {
  top: 130px;
}

.download-alert {
  display: none;
  height: 80px;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 5;
  background-color: white;
  border-radius: 0px 0px 10px 10px;
}

.download-alert__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  height: 100%;
  background-color: #2b5da8;
}

.download-alert__link {
  border: 1px solid #EBEBEB;
  background-color: white;
  border-radius: 10px;
  margin: 0 10px;
}

.download-alert__logo {
  width: 48px;
  height: 22px;
  margin: 12px 3px;
}

.download-alert__text {
  font-size: 12px;
  line-height: 13px;
  font-weight: 700;
  color: white;
  width: 70px;
  margin: 0;
}

.download-alert__close-button {
  width: 15px;
}

.download-alert__rating-cont {
  height: 46px;
}

.download-alert__rating {
  font-size: 13px;
  letter-spacing: 3px;
  color: #FFCD17;
  margin: 0;
}

.download-alert__rating_inactive {
  color: #C1D5F3;
}

.download-alert__get-app {
  font-size: 10px;
  font-weight: 400;
  padding: 13px 0;
  border-radius: 25px;
  background-color: #fecc00;
  width: 125px;
  text-align: center;
  margin-right: -5px;
}

@media screen and (max-width: 768px) {
  .download-alert {
    display: block;
  }

  .download-alert__logo {
    width: 41px;
    height: 22px;
  }

  .download-alert__text {
    font-size: 14px;
    line-height: 14px;
    width: 75px;
  }

  .download-alert__get-app {
    font-size: 14px;
    line-height: 14px;
    width: 100%;
  }

  .download-alert__rating-cont {
    margin-right: 10px;
  }
}

@media screen and (max-width: 360px) {
  .download-alert__rating-cont {
    margin-right: 0;
  }

  .download-alert__text {
    font-size: 12px;
  }

  .download-alert__get-app {
    font-size: 11px;
  }
}

@media screen and (min-width: 360px) and (max-width: 412px) {
  .download-alert__rating-cont {
    margin-right: 0;
  }

  .download-alert__text {
    font-size: 13px;
  }

  .download-alert__get-app {
    font-size: 13px;
  }
}

.smsError {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 230px;
  margin-bottom: 40px;
  margin-top: 26px;
}

.smsError__message {
  font-size: 16px;
  line-height: 18px;
  color: #9A9A9A;
  text-align: center;
  margin-bottom: 0;
}

.error {
  color: red;
}

/* Block section */
.block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.title__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.margin-div {
  display: none;
}

@media screen and (max-width: 1024px) {
  .game-big {
    width: 100%;
    height: 300px;
  }

  .margin-div {
    display: block;
    min-width: 10px;
    height: 1px;
  }

  .footer__links-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
  }

  .app-link__mobile {
    display: block;
    margin-bottom: 15px;
  }

  .app-link img {
    margin-top: 0;
  }

  .footer__responsibility {
    margin-top: 5px;
    line-height: 16px;
  }

  .right-side__sign-button {
    font-size: 18px;
  }

  .visa-icon {
    max-width: 60px;
  }
}

@media screen and (max-width: 570px) {
  #choose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    place-content: flex-start;
  }
}

.grecaptcha-badge {
  display: none;
}

.close-icon.hide {
  display: none;
}

.close-icon::after {
  content: "╳";
  font-weight: bold;
  color: #2b5da8;
  background-color: #fff;
}

.header__announ-icon.hide, .header__open-menu.hide {
  display: none;
}

.header__announ-icon:hover, .header__open-menu:hover {
  opacity: 0.8;
}

.header__announ-icon:active, .header__open-menu:active {
  opacity: 0.75;
}

div [data-dropdown-menu].active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div [data-dropdown-menu].animate {
  height: 100%;
  opacity: 1;
  padding: 10px 20px 18px;
}

[data-header-button].inactive {
  display: none;
}

[data-close-button].is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 320px) {
  .footer__cert-images img {
    margin-right: 10px;
  }
}

.header__button-icon {
  margin-right: 15px;
}

.games-container, .news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -15px;
}

.games-container a:last-child .game-card {
  margin: 0 15px 10px 5px;
}

.games-container {
  padding: 0 0 0 10px !important;
}

@media screen and (min-heigth: 1025px) {
  .games-container, .news__container {
    margin: 0 -10px -10px;
  }
}

.circle {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #fecc04;
  border-radius: 50%;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}

.circle::after,
.circle::before {
  content: "";
}

.circle::after,
.circle::before,
.circle .light {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-duration: 2000ms;
  animation-duration: 2000ms;
  -webkit-animation-name: bgAnim;
  animation-name: bgAnim;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: 1;
}

.circle::before {
  background: -o-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  -webkit-animation-delay: 450ms;
  animation-delay: 450ms;
}

.circle .light {
  background: -o-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

.circle::after {
  background: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
}

.circle .cardText {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  z-index: 2;
}

@-webkit-keyframes bgAnim {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  30% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes bgAnim {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  30% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.game-card {
  font-family: "Calibri", sans-serif !important;
  position: relative;
  width: 207px;
  max-width: 207px;
  height: 250px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0;
  flex: 0 0;
  margin: 0 10px 21px 9px;
  cursor: pointer;
  -webkit-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
}

.game-card:hover .image-bg {
  -webkit-transform: scale(2);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.image-bg {
  font-family: "Calibri", sans-serif !important;
  position: absolute;
  height: 250px;
  width: 205px;
  -webkit-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
}

.text-cont {
  font-family: "Calibri", sans-serif !important;
  height: 232px;
  width: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 2;
  line-height: 0.7;
}

.game__play-time {
  font-family: "Calibri", sans-serif !important;
  margin-top: 18px;
  margin-bottom: 100px;
  font-size: 16px;
  line-height: 16px;
  color: white;
}

.game__title {
  font-family: "Calibri", sans-serif !important;
  color: white;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 3px;
}

.game__prize-text {
  -webkit-appearance: none;
  font-family: "Calibri", sans-serif !important;
  margin: 0 0 12.81px;
  color: white !important;
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
  pointer-events: none !important;
  cursor: default !important;
  text-decoration: none !important;
}

.game__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 19.2188px;
  padding: 11px 15px;
  margin-top: 2px;
  margin-bottom: 0;
  color: black;
  font-size: 18px;
  line-height: 18px;
}

.image-bg {
  font-family: "Calibri", sans-serif !important;
  position: absolute;
  height: 250px;
  width: 205px;
  -webkit-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
}

.text-cont {
  font-family: "Calibri", sans-serif !important;
  height: 232px;
  width: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 2;
  line-height: 0.7;
}

.game__play-time {
  font-family: "Calibri", sans-serif !important;
  margin-top: 18px;
  margin-bottom: 100px;
  font-size: 16px;
  line-height: 16px;
  color: white;
}

.game__title {
  font-family: "Calibri", sans-serif !important;
  color: white;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 3px;
}

.game__prize-text {
  -webkit-appearance: none;
  font-family: "Calibri", sans-serif !important;
  margin: 0 0 12.81px;
  color: white !important;
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
  pointer-events: none !important;
  cursor: default !important;
  text-decoration: none !important;
}

.game__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 19.2188px;
  padding: 11px 15px;
  margin-top: 2px;
  margin-bottom: 0;
  color: black;
  font-size: 18px;
  line-height: 18px;
}

@media screen and (max-width: 768px) {
  .game-card:hover .image-bg {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .game-card {
    font-family: "Calibri", sans-serif !important;
    width: 160px;
    height: 193px;
    margin: 0 5px 10px 5px;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    overflow-y: hidden;
  }

  .image-bg {
    font-family: "Calibri", sans-serif !important;
    width: 100%;
    height: 100%;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
  }

  .text-cont {
    font-family: "Calibri", sans-serif !important;
    height: 100%;
    width: 100%;
  }

  .game__play-time {
    font-family: "Calibri", sans-serif !important;
    font-weight: 300;
    font-size: 13px;
    line-height: 13px;
    margin-top: 16px;
    margin-bottom: 78px;
  }

  .game__title {
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 15px;
  }

  .game__title {
    font-family: "Calibri", sans-serif !important;
  }

  .game__prize-text {
    font-family: "Calibri", sans-serif !important;
    font-size: 20px;
    line-height: 20px;
    white-space: normal;
    text-align: center;
    margin: 0;
  }

  .game__button {
    margin-top: 10px;
    font-size: 14px;
    line-height: 14px;
    padding: 8px 10px;
    margin-bottom: 10px;
  }

  .game-custom-card {
    width: 330px;
    height: 125px;
    margin: 5px 0;
  }

  .game-custom-card-bg {
    width: 330px;
  }
}

#filteredTitle {
  margin-bottom: 5px;
}

.games__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.games__filter {
  border-radius: 25px;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 18px;
  border: 1px solid #C1D5F3;
  margin-right: 10px;
  cursor: pointer;
  margin-bottom: 10px;
  white-space: nowrap;
}

.games__filter:last-child {
  margin-right: 0;
}

.games__filter.active {
  background: #EAEFF7;
  border: 1px solid #EAEFF7;
}

.game-custom-card {
  width: 100%;
  height: 125px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5px 0;
  margin: 10px;
}

.game-custom-card-logo {
  position: absolute;
  top: 15px;
  left: 15px;
  max-width: 70px;
  max-height: 50px;
  z-index: 2;
}

.game-custom-card-subtitle {
  position: absolute;
  bottom: 17px;
  left: 15px;
  max-width: 168px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 16px;
  z-index: 2;
}

.game-custom-card-bg {
  width: 100%;
  height: 125px;
  position: absolute;
  z-index: 1;
  background: #FFB800;
  border-radius: 15px;
}

.game-custom-card-button {
  position: absolute;
  bottom: 17px;
  right: 15px;
  z-index: 2;
  padding: 8px 10px;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  font-size: 14px;
  line-height: 14px;
}

.game-custom-card-price {
  position: absolute;
  top: 20px;
  right: 0;
  padding: 8px 6px 8px 10px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px 0px 0px 20px;
  z-index: 2;
}

.game-custom-card-title {
  position: absolute;
  top: 19px;
  font-size: 12px;
  line-height: 15px;
  z-index: 2;
}

.game-custom-card-title span {
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  margin-top: 2px;
}

@media screen and (max-width: 1200px) {
  .games__filter {
    font-size: 16px;
    line-height: 18px;
    padding: 10px 15px;
    white-space: nowrap;
  }
}

.news__tabs-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 24px;
}

.news__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #EFF4FC;
  border-radius: 15px;
}

.news__tab {
  padding: 20px 25px;
  font-size: 20px;
  line-height: 20px;
}

.news__tab.active+.news__tab-border {
  visibility: hidden;
}

.news__tab-border {
  border: 1px solid rgba(0, 0, 0, 0.15);
  height: 30px;
}

.news__tab.active {
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}

.news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 24px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 59px;
}

.block__url {
  color: #2B5DA8;
  font-size: 20px;
  line-height: 20px;
}

.block__url:hover {
  text-decoration: underline !important;
}

.block__url:active {
  text-decoration: underline !important;
  color: #004E8F;
}

.news {
  margin: 0 15px 21px;
  width: 350px;
  height: 319px;
  -webkit-box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}

.news:hover .news__title {
  color: #2B5DA8;
}

.news:active .news__title {
  color: #004E8F;
}

.news:first-child {
  margin: 0 15px 21px 10px;
}

.news:nth-child(3) {
  margin: 0 0 21px 15px;
}

.news__image {
  width: 100%;
  height: 200px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px 15px 0 0;
}

.news__content {
  padding: 0 20px;
  background: white;
  border-radius: 15px;
}

.news__title {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000;
}

.news__date {
  margin: 10px 0;
  font-size: 14px;
  line-height: 18px;
  color: #2B5DA8;
}

@media screen and (max-width: 1024px) {
  .news__tabs-cont {
    overflow-x: scroll;
    margin-left: -20px;
    margin-right: -15px;
    padding: 20px 15px 25px 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .news__tabs-cont::-webkit-scrollbar {
    width: 0;
  }

  .news__tabs {
    max-height: 40px;
    margin: auto;
  }

  .news__tab {
    padding: 16px 24px;
    font-size: 16px;
    line-height: 18px;
  }

  .news__tab-border {
    border: 1px solid rgba(0, 0, 0, 0.15);
    height: 20px;
  }

  .block__url {
    font-size: 16px;
    line-height: 15px;
  }

  .news__container {
    margin-top: 10px !important;
    padding-bottom: 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    place-content: flex-start;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .news__container::-webkit-scrollbar {
    display: none;
  }

  .news {
    min-width: 275px;
    height: 275px;
    -webkit-box-shadow: 0 20px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 15px 0px rgba(0, 0, 0, 0.05);
    margin: 0 5px 0;
  }

  .news:first-child {
    margin: 0 5px 0 15px;
  }

  .news:nth-child(3) {
    margin: 0 5px 0 5px;
  }

  .news__content {
    padding: 15px 16px 22px;
  }

  .news__image {
    height: 180px;
  }

  .news__date {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 15px;
  }

  .news__title {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 768px) {
  .news__container {
    margin-bottom: 0;
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media screen and (min-width: 571px) and (max-width: 1199px) {
  .news__container, .winners__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}

.winners .block__title {
  margin-bottom: 0;
}

.winners__container {
  margin-top: 15px;
  margin-bottom: 40px;
}

.winner {
  margin: 0 15px;
  position: relative;
  width: 350px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 5px 20px rgba(43, 93, 168, 0.2);
  box-shadow: 0px 5px 20px rgba(43, 93, 168, 0.2);
  border-radius: 15px;
  padding: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
}

.winner:hover {
  color: #2B5DA8;
}

.winner:active {
  color: #004E8F;
}

.winner:first-child {
  margin: 0 15px 0 10px;
}

.winner__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.winner__avatar {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 78, 143, 0.2);
  box-shadow: 0px 4px 20px rgba(0, 78, 143, 0.2);
  margin-right: 15px;
  background-repeat: no-repeat;
  background-size: cover;
}

.winner__user-name {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  margin: 5px 0 10px;
}

.winner__user-city {
  font-size: 16px;
  line-height: 100%;
  margin: 0 0 14px;
}

.winner__user-prize {
  font-weight: bold;
  font-size: 23px;
  line-height: 25px;
  margin: 0;
  white-space: nowrap;
}

.winner:nth-child(3) {
  margin: 0 0 0 15px;
}

.winner__logo {
  max-width: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
}

@media screen and (max-width: 1024px) {
  .winner {
    min-width: 290px;
    margin: 0 5px;
  }

  .winner:first-child {
    margin: 0 5px 0 15px;
  }

  .winner:nth-child(3) {
    margin: 0 5px;
  }
}

.announ {
  font-family: "Calibri", sans-serif !important;
}

.announ h2, .announ h3, .announ h4, .announ h5, .announ h6 {
  margin: 0;
}

.announ h2, .announ h3, .announ h5 {
  font-weight: 700;
}

.announ h2 a, .announ h3 a, .announ h5 a {
  font-size: inherit;
  font-weight: inherit;
}

.announ h4, .announ h6 {
  font-weight: 400;
}

.announ h4 a, .announ h6 a {
  font-size: inherit;
  font-weight: inherit;
}

.announ h2 {
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 22px;
  line-height: 27px;
}

.announ h3, .announ h4 {
  padding-top: 15px;
  padding-bottom: 12px;
  font-size: 20px;
  line-height: 25px;
}

.announ h5, .announ h6 {
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

.announ p, .announ a {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}

.announ p {
  padding: 0px 0px 10px;
  margin: 0;
}

.announ a {
  text-decoration: none;
  color: #2B5DA8;
}

.announ a:hover {
  text-decoration: underline !important;
}

.announ ul, .announ ol {
  padding: 0;
  margin: 0;
}

.announ ul li, .announ ol li {
  display: block;
  position: relative;
  padding: 5px 0 5px 20px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}

.announ ul li::before, .announ ol li::before {
  position: absolute;
  display: block;
  font-weight: 700;
  color: #2b5da8;
  text-align: right;
}

.announ ul li:first-child, .announ ol li:first-child {
  padding-top: 0;
}

.announ ul li ul, .announ ul li ol, .announ ol li ul, .announ ol li ol {
  padding: 5px 0 0 0;
}

.announ ul li ul li:last-child, .announ ul li ol li:last-child, .announ ol li ul li:last-child, .announ ol li ol li:last-child {
  padding-bottom: 0;
}

.announ ol {
  counter-reset: item;
}

.announ ol>li {
  padding-left: 25px;
}

.announ ol>li:nth-child(n+10) {
  padding-left: 35px;
}

.announ ol>li::before {
  content: counters(item, ".") ".";
  counter-increment: item;
  top: 5px;
  left: 0;
}

.announ ol>li:first-child::before {
  top: 0;
}

.announ ol>li ol li {
  position: relative;
  padding-left: 40px;
}

.announ ol>li ol li:nth-child(n+10) {
  padding-left: 50px;
}

.announ ul li::before {
  content: "";
  top: 12px;
  left: 0;
  width: 12px;
  height: 12px;
  background: url("../img/star-full.svg");
}

.announ ul li:first-child::before {
  top: 7px;
}

.announ ul li ul {
  margin-left: 0;
  margin-bottom: 0;
}

.announ ul li ul li {
  position: relative;
}

.announ ul li ul li::before {
  background: url("../img/star-empty.svg");
}

.announ img {
  width: 100%;
  border-radius: 10px;
  display: block;
  margin: 20px auto;
  max-height: 300px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: drop-shadow(0px 5px 20px rgba(43, 93, 168, 0.2));
  filter: drop-shadow(0px 5px 20px rgba(43, 93, 168, 0.2));
}

.vip .announ, .vip .announ__no-data {
  color: #fff;
}

.vip .announ p, .vip .announ__no-data p {
  color: #fff;
}

.vip .announ a, .vip .announ__no-data a {
  color: #E1BE88;
}

.vip .announ a:hover, .vip .announ__no-data a:hover {
  color: #c4a373;
}

.vip .announ a:active, .vip .announ__no-data a:active {
  color: #ad9166;
}

button {
  font-family: inherit;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

button:focus {
  outline: none;
}

a.button {
  text-decoration: none !important;
  font-weight: 400;
  color: #000;
}

a.button-blue, a.button-rapido, a.button-altyn, a.button-avtoloto, a.button-536, a.button-wheel, a.button-fountainBlue {
  color: #fff;
}

a.button-blue span.price::before, a.button-rapido span.price::before, a.button-altyn span.price::before, a.button-avtoloto span.price::before, a.button-536 span.price::before, a.button-wheel span.price::before, a.button-fountainBlue span.price::before {
  background: rgba(255, 255, 255, 0.2);
}

.button {
  display: block;
  width: 280px;
  height: 50px;
  padding: 0;
  margin: 0 auto;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 40px;
  opacity: 1;
  color: #000000;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.button:hover {
  color: inherit;
  text-decoration: none;
}

.button:active {
  color: inherit;
  text-decoration: none;
}

.button:active, .button[disabled] {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button[disabled] {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}

.button-blue, .button-rapido, .button-altyn, .button-avtoloto, .button-536, .button-wheel, .button-fountainBlue {
  color: #fff;
}

.button-blue:hover, .button-rapido:hover, .button-altyn:hover, .button-avtoloto:hover, .button-536:hover, .button-wheel:hover, .button-fountainBlue:hover {
  color: #fff;
}

.button-blue span.price::before, .button-rapido span.price::before, .button-altyn span.price::before, .button-avtoloto span.price::before, .button-536 span.price::before, .button-wheel span.price::before, .button-fountainBlue span.price::before {
  background: rgba(255, 255, 255, 0.2);
}

.button-animated {
  position: relative;
  margin: 0 auto;
}

.button-animated::before, .button-animated::after {
  content: "";
}

.button-animated::before, .button-animated::after, .button-animated .animBorder {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  z-index: -1;
  -webkit-animation-duration: 2000ms;
  animation-duration: 2000ms;
  -webkit-animation-name: borderAnim;
  animation-name: borderAnim;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.button-animated:after {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

.button-animated .animBorder {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

.button-animated .animBorder:last-child {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}

.button-animated .animBorder::before {
  display: none;
}

.button-buy {
  -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15);
}

.button-buy span.price {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-weight: 700;
}

.button-buy span.price::before {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.button-blue {
  background: #2B5DA8;
  -webkit-box-shadow: 0px 10px 30px rgba(43, 93, 168, 0.4);
  box-shadow: 0px 10px 30px rgba(43, 93, 168, 0.4);
}

.button-blue[disabled]:hover {
  opacity: 0.5;
}

.button-blue:hover {
  background: #2B55A8;
}

.button-yellow {
  background: #FECC00;
  -webkit-box-shadow: 0px 10px 30px rgba(254, 204, 0, 0.4);
  box-shadow: 0px 10px 30px rgba(254, 204, 0, 0.4);
}

.button-yellow[disabled]:hover {
  opacity: 0.5;
}

.button-yellow:hover {
  background: #F0C100;
  -webkit-box-shadow: 0px 10px 20px rgba(254, 204, 0, 0.2);
  box-shadow: 0px 10px 20px rgba(254, 204, 0, 0.2);
}

.button-yellow:active {
  background-color: #F0AD00;
}

.button-white {
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

.button-white[disabled] {
  opacity: 0.5;
  -webkit-box-shadow: 0px 5px 20px rgba(43, 93, 168, 0.2);
  box-shadow: 0px 5px 20px rgba(43, 93, 168, 0.2);
}

.button-white:hover {
  background: #F8F8F8;
}

.button-1224 {
  background: #00FF94;
}

.button-1224:hover {
  background: #00f595;
}

.button-rapido {
  background: #F8005F;
}

.button-rapido:hover {
  background: #f00060;
}

.button-fastKeno {
  background: #FFAA00;
}

.button-fastKeno:hover {
  background: #ffa500;
}

.button-taga {
  background: #FDF82A;
}

.button-taga:hover {
  background: #fdf02a;
}

.button-altyn {
  background: #5E21AC;
}

.button-altyn:hover {
  background: #5e0aac;
}

.button-aladdin {
  background: #FF9900;
}

.button-aladdin:hover {
  background: #ff9500;
}

.button-lamp {
  background: #50FFFF;
}

.button-lamp:hover {
  background: #50f6ff;
}

.button-egypt {
  background: #03EB36;
}

.button-egypt:hover {
  background: #03e438;
}

.button-cleopatra {
  background: #2BB4AC;
}

.button-cleopatra:hover {
  background: #2bafad;
}

.button-lemon {
  background: #FBC700;
}

.button-lemon:hover {
  background: #fbbe00;
}

.button-queen {
  background: #FFFF00;
}

.button-queen:hover {
  background: #fff700;
}

.button-avtoloto {
  background: #F62C75;
}

.button-avtoloto:hover {
  background: #f61975;
}

.button-536 {
  background: #FF1D06;
  -webkit-box-shadow: 0px 20px 50px rgba(244, 58, 59, 0.15);
  box-shadow: 0px 20px 50px rgba(244, 58, 59, 0.15);
}

.button-536:hover {
  background: #ed1003;
}

.button-wheel {
  background: #EF245D;
}

.button-wheel:hover {
  background: #e31757;
}

.button-fountainBlue {
  background: #4AB8B6;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.button-fountainBlue:hover {
  background: #41a5a3;
}

.button-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-icon .icon {
  display: block;
  margin-right: 10px;
}

.button-icon .icon svg, .button-icon .icon img {
  max-width: 16px;
  max-height: 16px;
}

.button-takeprize .prize {
  font-weight: 700;
}

.tileButton {
  display: block;
  width: 230px;
  height: 120px;
  padding: 15px 20px 15px 15px;
  border: none;
  outline: none;
  opacity: 1;
  border-radius: 25px;
  -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  background: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
}

.tileButton:hover {
  color: #2B5DA8;
}

.tileButton:hover .icon svg path {
  stroke: #2B5DA8;
}

.tileButton:active {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  color: #004E8F;
}

.tileButton:active .icon svg path {
  stroke: #004E8F;
}

.tileButton .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: rgba(43, 93, 168, 0.1);
}

.tileButton .icon svg {
  max-width: 100%;
  max-height: 100%;
}

.prev-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
}

.prev-link:hover {
  color: #2B5DA8;
}

.prev-link:hover svg path {
  fill: #2B5DA8;
}

.prev-link:active {
  color: #004E8F;
}

.prev-link:active svg path {
  fill: #004E8F;
}

@media only screen and (max-width: 992px) {
  .button-animated {
    margin-top: 30px;
  }

  .button-animated::after, .button-animated::before, .button-animated .animBorder {
    -webkit-animation-name: borderAnim-mobile;
    animation-name: borderAnim-mobile;
  }

  .tileButton {
    width: 160px;
    height: 115px;
    padding: 10px 15px 15px 10px;
    font-size: 18px;
    line-height: 20px;
  }

  .tileButton:hover {
    color: #000000;
  }

  .tileButton:hover .icon svg path {
    stroke: #000000;
  }

  .tileButton:active {
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    color: #004E8F;
  }

  .tileButton:active .icon svg path {
    stroke: #004E8F;
  }

  .tileButton .icon {
    width: 40px;
    height: 40px;
  }

  .tileButton .icon svg {
    max-width: 60%;
    max-height: 60%;
  }
}

@-webkit-keyframes borderAnim {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0.7;
  }

  90% {
    width: 490px;
    height: 190px;
    opacity: 0;
  }

  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

@keyframes borderAnim {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0.7;
  }

  90% {
    width: 490px;
    height: 190px;
    opacity: 0;
  }

  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

@-webkit-keyframes borderAnim-mobile {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0.7;
  }

  90% {
    width: 350px;
    height: 100px;
    opacity: 0;
  }

  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

@keyframes borderAnim-mobile {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0.7;
  }

  90% {
    width: 350px;
    height: 100px;
    opacity: 0;
  }

  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

table {
  width: 100%;
  margin: 20px 0;
  border-spacing: 0;
  border-radius: 15px;
  overflow: hidden;
}

table th {
  padding: 15px 30px 20px 30px;
  font-weight: normal;
  font-size: 16px;
  font-style: italic;
  text-align: left;
  line-height: 130%;
  color: #004e8f;
}

table tr, table td {
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
}

table tr *, table td * {
  font-size: 18px;
  line-height: 120%;
}

table tr ol, table tr ul, table td ol, table td ul {
  margin-bottom: 0;
}

table tr ul li::before, table td ul li::before {
  top: 15px;
}

table tr {
  background: #f3f7fd;
}

table tr:nth-child(even) {
  background: #e9eff9;
}

table td {
  padding: 15px 30px 20px 30px;
}

table td:first-child {
  min-width: 135px;
}

table td p {
  min-height: 50px;
  padding: 0;
  margin: 0 0 15px 0;
}

table td p:last-child {
  margin: 0;
}

.rTable {
  display: none;
  background: #fff;
  border-radius: 20px;
}

.rTable__block p {
  margin: 0;
}

.rTable .accordion__text {
  padding: 15px 70px 15px 10px;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rTable .accordion__text::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("../img/icon-close.svg") no-repeat;
  -webkit-filter: saturate(0);
  filter: saturate(0);
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rTable .accordion__text-opened {
  color: #004e8f;
}

.rTable .accordion__text-opened::after {
  -webkit-filter: none;
  filter: none;
}

.rTable .accordion__body {
  padding: 10px 0 0 0;
  background: rgba(193, 213, 243, 0.25);
}

.rTable .accordion__body .rTable__block {
  position: relative;
  padding: 5px 15px 20px 15px;
}

.rTable .accordion__body .rTable__block:not(:last-child) {
  border-bottom: 1px solid rgba(43, 93, 168, 0.1);
}

.rTable .accordion__body .rTable__block::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
}

.rTable .accordion__body .rTable__heading {
  padding: 15px 0 10px 0;
  font-weight: normal;
  font-size: 14px;
  font-style: italic;
  text-align: left;
  line-height: 130%;
  color: #004e8f;
}

.rTable .accordion__body .rTable__heading * {
  font-size: 14px;
  line-height: 130%;
}

.rTable .accordion__body * {
  font-size: 16px;
  line-height: 20px;
}

.rTable .accordion__body p {
  padding: 0;
}

.walletTable {
  max-width: 900px;
  margin: 0 auto;
}

.walletTable__heading .walletTable__row {
  padding: 10px 30px;
  height: 50px;
}

.walletTable__heading .walletTable__row .walletTable__col p {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  font-style: italic;
  color: #004E8F;
}

.walletTable__content {
  border-radius: 5px;
  overflow: hidden;
}

.walletTable__content .walletTable__row {
  padding: 15px 30px;
  background: #e9eff9;
}

.walletTable__content .walletTable__row:nth-child(even) {
  background: #f3f7fd;
}

.walletTable__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.walletTable__row .walletTable__col:first-child {
  width: 100px;
}

.walletTable__row .walletTable__col:nth-child(2) {
  width: 190px;
}

.walletTable__row .walletTable__col:nth-child(3) {
  width: 100px;
}

.walletTable__row .walletTable__col:last-child {
  width: 240px;
}

.walletTable__row .walletTable__col p {
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  color: #000;
}

.walletTable__row .walletTable__col .mobTitle {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .rTable {
    display: block;
    margin-bottom: 40px;
  }

  table, .table-responsive {
    display: none;
  }

  .walletTable {
    max-width: 100%;
  }

  .walletTable__heading {
    display: none;
  }

  .walletTable__content {
    border-radius: 5px;
    overflow: hidden;
  }

  .walletTable__content .walletTable__row {
    padding: 25px 20px;
    background: #e9eff9;
  }

  .walletTable__content .walletTable__row:nth-child(even) {
    background: #f3f7fd;
  }

  .walletTable__content .walletTable__row .walletTable__col {
    width: 100%;
  }

  .walletTable__content .walletTable__row .walletTable__col:not(:last-child) {
    margin-bottom: 15px;
  }

  .walletTable__content .walletTable__row .walletTable__col p {
    font-size: 16px;
    line-height: 20px;
  }

  .walletTable__content .walletTable__row .walletTable__col .mobTitle {
    display: block;
    margin-bottom: 5px;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #004E8F;
  }

  .walletTable__row {
    display: block;
    height: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .walletTable__row .walletTable__col {
    width: 100%;
  }

  .walletTable__row .titleCol p {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #004E8F;
  }
}

.bg-blue {
  background: #2B55A8;
}

.bg-yellow {
  background: #FECC00;
}

.bg-lightBlue {
  background: #EFF4FC;
}

.bg-white {
  background: #ffffff;
}

.bg-transparent {
  background: rgba(255, 255, 255, 0.35);
}

.clr-blue {
  color: #2B55A8;
}

.clr-yellow {
  color: #FECC00;
}

.clr-lightBlue {
  color: #EFF4FC;
}

.clr-white {
  color: #ffffff;
}

.clr-black {
  color: #000000;
}

.clr-fountainBlue {
  color: #4AB8B6;
}

.vh {
  width: 1px;
  height: 30px;
  margin: 0 25px;
  background: #cbd0d6;
}

.brs-10 {
  border-radius: 10px;
}

.brs-15 {
  border-radius: 15px;
}

.brs-20 {
  border-radius: 20px;
}

.shdw {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.13);
}

.shdw-medium {
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.13);
}

.shdw-big {
  -webkit-box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.13);
}

.hvr-color, .hvr-underline, .hvr-scale, .hvr-angle, .hvr-angle-reverse, .hvr-opacity {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hvr-color:hover {
  color: #2B55A8;
}

.hvr-underline:hover {
  text-decoration: underline;
}

.hvr-scale:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.hvr-angle:hover {
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.hvr-angle-reverse:hover {
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.hvr-opacity:hover {
  opacity: 0.5;
}

.clc-color:active {
  color: #004E8F;
}

.clc-bg:active {
  background: #004E8F;
}

.clc-shadow:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.clc-darken:active {
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}

@media screen and (max-width: 1024px) {
  .vh {
    height: 20px;
  }
}


.header__linksCont a {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  padding: 25px 12px;
  position: relative;
}

.header__linksCont a:hover, .header__linksCont a.active {
  border-bottom: 2px solid #2B5da8;
  border-radius: 1px;
  color: #2B5DA8;
  padding: 25px 12px 23px;
}

.header__linksCont {
  margin-right: 15px;
}

.header__desktop-menu_not-logged {
  border-left: unset;
  padding-left: 0;
}

.header__sign-button {
  width: 118px;
  padding: 0 35px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  margin-right: 20px;
}

.header__lang-switch {
  filter: drop-shadow(0px 5px 20px rgba(43, 93, 168, 0.2));
  -webkit-filter: drop-shadow(0px 5px 20px rgba(43, 93, 168, 0.2));
  font-weight: 700;
  font-size: 14px;
  line-height: 10px;
  font-family: 'Inter';
  color: #2B5DA8;
  margin-right: 0;
}

.native__links {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  border-bottom: 1px solid rgba(43, 93, 168, 0.1);
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 15px;
}

.native__links::-webkit-scrollbar {
  display: none;
}

.native__links a {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  padding: 13px 7px 14px;
  white-space: nowrap;
  position: relative;
}

.native__links a.active {
  border-bottom: 1px solid #2B5DA8;
  border-radius: 1px;
  color: #2B5DA8;
}

@media screen and (min-width: 1025px) {

  .nav {
    position: relative;
    padding: 0;
  }

  .header__linksCont {
    display: flex;
  }

  [data-menu] {
    position: absolute;
    top: 80px;
    border-radius: 25px;
    right: 0;
  }

  [data-menu="0"] {
    width: 380px;
    padding: 10px;
  }

  .header__menu-link {
    padding: 8px 0 8px 15px;
  }

  .header__menu-link::after {
    content: "";
    border: 1px solid rgba(43, 93, 168, 0.1);
  }
}

.header__menuContent {
  display: flex;
  flex-direction: column;
}

.header__menuLink {
  padding: 14px 0 14px 15px;
  width: 100%;
  border-bottom: 1px solid rgba(43, 93, 168, 0.1);
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  color: black;
}

.header__menuIcon {
  margin-right: 15px;
}

.header__menuLink:last-of-type, .header__dropdownContent .header__menuLink {
  border-bottom: 0;
}

.header__dropdownButton {
  text-align: left;
  position: relative;
}

.header__dropdownButton:hover {
  color: #2b5da8;
}

.header__dropdown {
  border-bottom: 1px solid rgba(43, 93, 168, 0.1);
}

.header__dropdownContent {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  /* margin-top: 5px; */
  margin-bottom: 5px
}

.header__dropdownButton .rotateIcon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.header__dropdownContent .header__menuLink {
  margin-bottom: 2px;
  padding: 8px 0 8px 15px
}

.header__dropdownButton .rotateIcon.rotation {
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
}

.header__userButtons {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(43, 93, 168, 0.1);
}

.header__userButtons .header__menuLink {
  border: unset;
  padding: 9px 0 9px 15px;
  margin-bottom: 5px;
}

.header__menuBalance {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #2B5DA8;
  margin-left: 10px;
}

.header__menuBonus {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #38A57C;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid rgba(43, 93, 168, 0.1);
}

.header__menuBonus svg {
  margin-left: 3px;
}

.vip [data-menu], .vip [data-menu] button {
  background: #323232;
  color: #E3BB7E;
}

.vip [data-menu] a span, .vip .header__menuLink span {
  color: #FFFFFF;
}

.vip [data-menu] a:hover span, .vip .header__menuLink:hover span {
  color: #E1BE88;
}

.vip .header__menuBalance {
  color: #E1BE88 !important;
}

.vip .header__menuBonus {
  color: #38A57C !important;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.vip .header__menuBonus svg rect {
  fill: url(#paint0_linear_127_662);
}

.vip .header__menuBonus svg path {
  fill: white;
}

.vip .native__links a.active {
  color: #E1BE88;
  border-bottom: 2px solid #E1BE88;
}

.vip .header__linksCont a:hover, .vip .header__linksCont a.active {
  border-bottom: 2px solid #E1BE88;
  color: #E1BE88;
}

.vip .ageLimit {
  color: #E1BE88;
}

.vip .header .salesIcon rect {
  fill: #FECC00;
}

.vip .header .salesIcon path {
  fill: black;
}

.vip .header .native__links a {
  color: black;
}


@media screen and (max-width: 1024px) {
  .body-bg {
    background: #fff;
    opacity: 1;
  }

  .header__main-link {
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    left: 80px;
  } }
}

.native {
  margin-top: 5px;
  margin-bottom: 20px;
}

[data-got-tickets]::after {
  content: "";
  position: absolute;
  right: -5px;
  top: -10px;
  width: 7px;
  height: 7px;
  background: gold;
  display: none;
  border-radius: 50%;
  margin: 17px 5px 0 0;
  display: block;
}

[data-got-tickets="0"]::after {
  display: none;
}

.header__linksCont a[data-got-tickets]::after {
  top: 0;
}

.header__menuLink[data-got-tickets]::after {
  top: -20px;
  position: relative;
}

.page {
  animation: fadeIn .5s ease;
  -webkit-animation: fadeIn .5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media screen and (max-width: 1024px) {
  .header__cashBlock {
    margin: 0 10px;
    padding: 15px;
    border: 1px solid rgba(43, 93, 168, 0.1);
    border-radius: 15px;
    margin-bottom: 5px;
  }

  .header__cashBlock .header__menuLink {
    padding: 0;
    display: flex;
    align-items: center;
  }

  .header__cashBlock .header__menuName {
    margin-left: 15px;
  }

  .header__cashBlock .buttonCash {
    border-radius: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Inter';
    height: 40px;
  }

  .header__cashBlock .buttonCash.buttonCash_yellow {
    background: #FFCC01;
    box-shadow: 0px 10px 20px rgba(254, 204, 0, 0.2);
  }

  .header__cashBlock .buttonCash.buttonCash_white {
    background: rgba(43, 93, 168, 0.1);
  }

  .header__cashBlock .cashButtons {
    display: grid;
    gap: 10px;
    margin-top: 23px;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 1024px) {
  .header__lang-switch {
    font-family: "Inter", sans-serif;
    margin-right: 0;
    width: 30px;
    height: 30px;
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.05) !important;
    border-radius: 10px;
    filter: unset;
    -webkit-filter: unset;
    color: #000000;
  }
  .header__dropdownButton:hover, .header__menuLink:hover {
    color: black;
  }
  .header__dropdownButton:active, .header__menuLink:active {
    color: #2b5da8;
  }
  .header__dropdownButton:focus, .header__menuLink:focus {
    color: #2b5da8;
  }
  .nav__left {
    display: flex;
  }
  .header__main-link {
    width: auto;
    position: relative;
    left: unset;
    margin-left: 10px;
  }
}