@charset "UTF-8";

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.5;
}

.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;
}

#announMoreBtn {
  background: #FECC00;
}

.vip #announMoreBtn {
  background: #E1BE88;
  color: black;
}

.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;
    z-index: 1;
  }

  #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;
  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;
    margin-right: 5px;
    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;
}

.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: "Inter", 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: "Inter", 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;
  }
}

body {
  overflow-x: hidden;
}

.out-of-header {
  margin-top: 10px;
}

.vip {
  background: #323232;
}

.vip .title, .vip h3.games-section__title, .vip .block__title, .vip .winner, .vip .news__title, .vip .games__filter {
  color: #fff;
}

.vip .page-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.vip .block__url, .vip .news__date {
  background: -webkit-gradient(linear, left top, left bottom, from(#DEC8A6), to(#E3BB7E));
  background: -o-linear-gradient(#DEC8A6, #E3BB7E);
  background: linear-gradient(#DEC8A6, #E3BB7E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.vip .block__url:hover {
  border-bottom: 1px solid #E3BB7E;
}

.vip .winner, .vip .news {
  background: #464646;
  -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15);
}

.vip .winner .winner__avatar {
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}

.vip .winner:hover {
  color: #E1BE88;
}

.vip .winner:active {
  color: #c4a373;
}

.vip .winner:not([href]):hover, .vip .winner:not([href]):active {
  color: #fff;
}

.vip .news:hover .news__title {
  color: #E1BE88;
}

.vip .news:active .news__title {
  color: #c4a373;
}

.vip .news__content {
  background: none;
}

.vip .games__filter {
  border: 1px solid #464646;
}

.vip .games__filter.active {
  background: rgba(255, 255, 255, 0.1);
}

.vip .header svg path, .vip .header svg rect, .vip .header__menu svg path, .vip .header__menu svg rect, .vip .header__close-button svg path, .vip .header__close-button svg rect {
  fill: #E3BB7E;
}

.vip .header svg[data-stroke=true] path, .vip .header svg[data-stroke=true] rect, .vip .header__menu svg[data-stroke=true] path, .vip .header__menu svg[data-stroke=true] rect, .vip .header__close-button svg[data-stroke=true] path, .vip .header__close-button svg[data-stroke=true] rect {
  fill: none;
  stroke: #E3BB7E;
}

.vip .header svg[data-stroke=path] path, .vip .header svg[data-stroke=path] rect, .vip .header__menu svg[data-stroke=path] path, .vip .header__menu svg[data-stroke=path] rect, .vip .header__close-button svg[data-stroke=path] path, .vip .header__close-button svg[data-stroke=path] rect {
  stroke: #E3BB7E;
}

.vip .header a, .vip .header__menu a, .vip .header__close-button a {
  color: #fff;
}

.vip .header a span, .vip .header__menu a span, .vip .header__close-button a span {
  color: #E3BB7E;
}

.vip .header a:hover, .vip .header__menu a:hover, .vip .header__close-button a:hover {
  color: #E1BE88;
}

.vip .header a:active, .vip .header__menu a:active, .vip .header__close-button a:active {
  color: #c4a373;
}

.vip .header a:not([href]):hover, .vip .header__menu a:not([href]):hover, .vip .header__close-button a:not([href]):hover {
  color: #fff;
  text-decoration: none;
}

.vip .header {
  background: #323232;
}

.vip .header .header__right-side button {
  background: none;
}

.vip .header .header__right-side .header__lang-switch {
  background: #464646;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.07);
  color: #E3BB7E;
}

.vip .header .header__right-side .header__lang-switch:hover {
  border: none;
  color: #c4a373;
}

.vip .header .header__right-side .header__lang-switch:active {
  border: none;
  color: #ad9166;
}

.vip .header .header__desktop-menu, .vip .header .header__desktop-menu_not-logged, .vip .header span.profile.profile__bonus {
  border-left: 1px solid #C0A477;
}

.vip #loader {
  color: #fff;
}

.vip #headerMenusContainer [data-menu] {
  background: #323232;
}

.vip .header__menu::-webkit-scrollbar-thumb, .vip .announ__menu::-webkit-scrollbar-thumb {
  background: #E3BB7E;
  -webkit-box-shadow: inset 1px 1px 10px #555555;
  box-shadow: inset 1px 1px 10px #555555;
}

.vip .header__mobile-button {
  background: -webkit-gradient(linear, left top, left bottom, from(#DEC8A6), to(#E3BB7E));
  background: -o-linear-gradient(top, #DEC8A6 0%, #E3BB7E 100%);
  background: linear-gradient(180deg, #DEC8A6 0%, #E3BB7E 100%);
  -webkit-box-shadow: 0px 10px 20px rgba(254, 204, 0, 0.2);
  box-shadow: 0px 10px 20px rgba(254, 204, 0, 0.2);
  border: none;
  color: #000;
}

.vip .header__mobile-button:active {
  background: #c4a373;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.vip .footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.vip .footer svg path {
  fill: #E3BB7E;
}

.vip .footer a {
  background: -webkit-gradient(linear, left top, left bottom, from(#DEC8A6), to(#E3BB7E));
  background: -o-linear-gradient(#DEC8A6, #E3BB7E);
  background: linear-gradient(#DEC8A6, #E3BB7E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.vip .footer a:hover {
  color: #c4a373;
}

.vip .footer a:active {
  color: #ad9166;
}

.vip .footer .footer__text, .vip .footer .footer__responsibility {
  color: #fff;
}

.vip .footer .footer__cert-images {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1024px) {
  .vip .footer .footer__cert-images {
    border-bottom: none;
  }
}

.tabs {
  width: 100%;
}

.tabs-area {
  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;
  min-width: 100%;
  overflow-x: scroll;
  margin-top: -10px;
  position: relative;
  padding: 15px 0 15px 10px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 18px;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tabs-area .tab {
  max-width: 105px;
  min-width: 105px;
  height: 110px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
  -webkit-box-shadow: 0px 5px 25px rgba(43, 93, 168, 0.13);
  box-shadow: 0px 5px 25px rgba(43, 93, 168, 0.13);
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: black;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
}

.tabs-area .tab_vipclub .tab__img-cont {
  background: #E1BE88;
}

.tabs-area .tab:hover {
  color: #2B5DA8;
}

.tabs-area .tab:active {
  color: #004E8F;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.tabs-area .tab__img-cont {
  min-width: 40px;
  width: 40px;
  min-height: 40px;
  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;
  border-radius: 50%;
  margin-right: 15px;
}

.tabs-area .tab__title {
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  margin: 0;
}

.vip .tabs-area .tab {
  background: #464646;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.vip .tabs-area .tab:hover {
  color: #E1BE88;
}

.vip .tabs-area .tab:active {
  color: #c4a373;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.vip .tabs-area .tab__img-cont {
  background: #373737;
}

.vip .tabs-area .tab__img-cont svg path {
  fill: #E1BE88;
}

.games-section {
  font-family: "Calibri", sans-serif !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
}

.games-section__subtitle {
  font-family: "Calibri", sans-serif !important;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: black;
  margin-bottom: 13px;
}

.allnews .block__title {
  margin-bottom: 0;
}

h3.games-section__title {
  padding: 0;
  margin-bottom: 10px;
  color: #1F2326;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}

.feature-area::-webkit-scrollbar {
  display: none;
  width: 0px;
  background: transparent;
}

.million-games .game-container .game-card:nth-child(3) {
  width: 500px !important;
}

.company {
  border-top: 1px solid #EBEBEB;
  padding-top: 18px;
  margin-bottom: 0;
}

.vip .company {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.vip .company .company__desc {
  color: #fff;
}

.company__desc {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.games__win-now {
  margin-bottom: 19px;
}

/* end games */
@media screen and (max-width: 768px) {
  .games-container a:last-child .game-card {
    margin: 0 15px 10px 5px;
  }

  .games__hit-sale {
    margin-top: 5px;
  }

  .games-container {
    font-family: "Calibri", sans-serif !important;
    padding: 0 0 0 10px !important;
  }

  .games-section {
    margin-top: 10px;
  }

  .block__title {
    margin-bottom: 0;
  }

  .games-section__subtitle {
    font-weight: 300;
    font-size: 13.9px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .games-container, .news__container {
    margin-bottom: 0;
    margin-right: -15px;
    margin-left: -15px;
  }

  .million-games {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
  .game-custom-card {
    width: 300px;
    margin: 5px;
  }

  .game-custom-card-bg {
    width: 300px;
  }
}

@media screen and (max-width: 600px) {
  .games__filtered a {
    min-width: 100%;
  }

  .games-container_filtered {
    margin-right: 0;
    margin-left: 0;
    padding: 0 !important;
  }
}

.slider {
  width: 100%;
  padding-top: 0;
}

.slider img {
  max-height: 400px;
}

.swiper-buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.swiper__next, .swiper__prev {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  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;
}

.swiper__next {
  right: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.swiper__prev {
  left: 0;
  -webkit-transform: translateY(-50%) translateX(50%);
  -ms-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
}

.slider_content {
  margin-top: 50px;
}

.slider_content h1 {
  font-size: 50px;
  font-weight: 900;
  line-height: 110%;
}

.slider_content p {
  margin-top: 20px;
  font-size: 20px;
  line-height: 120%;
}

.slider_content p:last-of-type {
  margin-top: 10px;
}

.slider_content .slider_content_button {
  background: #2b5da8;
  border: none;
  padding: 14px 30px;
  border-radius: 35px;
  color: #fff;
  font-size: 18.75px;
  line-height: 27px;
  margin-top: 54px;
}

.relative-products h3 {
  font-style: Inter, sans-serif;
}

.products {
  margin-top: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  display: -ms-grid;
  display: grid;
  grid-template-areas: "post-1 post-2""post-1 post-3""post-4 post-4""post-5 post-6";
  gap: 10px;
  width: 100%;
}

.product {
  position: relative;
  border-radius: 15px;
}

.product__bg {
  width: 100%;
  height: 100%;
}

.product__logo {
  width: 30%;
  height: auto;
  position: absolute;
  left: 10px;
  left: 15px;
}

.product__content {
  position: absolute;
  bottom: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

#swiperDesktop {
  display: none;
}

#swiperMobile {
  display: block;
}

.product__tirazh {
  font-size: 11px;
  line-height: 12px;
  margin-bottom: 10px;
  position: absolute;
}

.product__prize {
  font-size: 11px;
  line-height: 15px;
  position: absolute;
}

.product__summ {
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
}

.product__button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 17.5px;
  font-size: 15px;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 14px;
  border-radius: 25px;
  margin-top: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 10px;
}

.product-1 .product__button, .product-5 .product__button {
  left: 10px;
}

.product-1 .product__logo {
  top: 10px;
}

.product-3 .product__logo {
  bottom: 10px;
}

.product-2 .product__logo,
.product-6 .product__logo {
  bottom: 15px;
}

.product-4 .product__logo {
  top: 53px;
  width: 60px;
  height: 35px;
}

.product-2 .product__button,
.product-3 .product__button,
.product-4 .product__button,
.product-6 .product__button {
  right: 10px;
}

.product-1 .product__tirazh {
  bottom: 97px;
  left: 10px;
}

.product-2 .product__tirazh,
.product-3 .product__tirazh,
.product-4 .product__tirazh,
.product-5 .product__tirazh,
.product-6 .product__tirazh {
  left: 10px;
  top: 15px;
}

.product-2 .product__prize,
.product-3 .product__prize,
.product-5 .product__prize,
.product-6 .product__prize {
  left: 10px;
  bottom: 72px;
}

.product-4 .product__prize {
  left: 10px;
  bottom: 39px;
}

.product-1 .product__prize {
  bottom: 72px;
  left: 10px;
}

.product-2 .product__summ,
.product-3 .product__summ,
.product-5 .product__summ,
.product-6 .product__summ {
  left: 10px;
  bottom: 50px;
}

.product-4 .product__summ {
  left: 10px;
  bottom: 12px;
}

.product-1 .product__summ {
  bottom: 50px;
  left: 10px;
}

.slider__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider__inner {
  position: relative;
}

.swiper-pagination-bullet {
  background: #2B5DA8;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 5px;
  height: 5px;
  margin: 0 2.5px !important;
}

.swiper-pagination-bullet-active {
  width: 15px;
  height: 5px;
  border-radius: 12px;
  opacity: 1;
}

.vip .swiper-pagination-bullet {
  background: #E1BE88;
}

.banner-button {
  position: absolute;
  bottom: 15px;
  line-height: 22px;
  padding: 9px 21px;
  border-radius: 25px;
  font-size: 15px;
  line-height: 22px;
  left: 15px;
}

.wheel__banner-button {
  max-width: 245px;
}

.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;
}

.wheel__start {
  margin-top: 20px;
  max-width: 180px;
}

.tabs-area .tab:last-child {
  margin-right: 0;
}

.momental-games {
  margin-top: 9px;
  margin-bottom: 10px;
}

.page-border {
  margin-bottom: 15px;
}

.winners {
  margin-top: -5px;
}

.news__container, .winners__container {
  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;
}

.winners__container {
  margin-top: -20px !important;
  padding-top: 30px;
  padding-bottom: 20px;
}

#filteredGames {
  margin-bottom: 10px;
}

.tabs-area .tab__img-cont svg {
  width: 50%;
  height: 50%;
}

.swiper-slide .card-image {
  -webkit-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
  border: none;
  outline: none;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.swiper-slide-active .card-image {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-slide .card-image img {
  display: block;
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}

.swiper-container {
  padding-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .out-of-header {
    margin-top: 70px;
  }

  .news__container {
    margin-top: 24px !important;
    padding-top: 0;
    padding-bottom: 0;
    overflow: unset;
  }

  .tabs-area .tab {
    padding: 10px 15px;
    width: 231px;
    max-width: 231px;
    height: 80px;
    margin: 0 7.5px;
    -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;
  }

  .tabs-area .tab:last-child {
    margin-right: 7.5px;
  }

  .tabs-area .tab__title {
    margin: 5px 0 0;
    font-size: 18px;
    line-height: 120%;
  }

  .tabs-area {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 0 -7.5px;
    overflow: unset;
  }

  .company {
    padding-top: 30px;
    margin-bottom: 40px;
  }

  .company__desc {
    font-size: 20px;
    line-height: 30px;
  }

  .momental-games {
    margin-top: 0;
    margin-bottom: 0;
  }

  .page-border {
    margin-bottom: 30px;
  }

  .winners {
    margin-top: 0;
  }

  .news__container, .winners__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .games__filter {
    font-size: 20px;
    line-height: 25px;
    padding: 15px 20px;
  }

  .game-custom-card {
    width: 350px;
    margin: 10px;
  }

  .game-custom-card-bg {
    width: 350px;
  }

  #filteredTitle {
    margin-bottom: 10px;
  }

  h3.games-section__title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 35px;
  }

  .filtered-games {
    padding-bottom: 30px;
  }

  .products {
    margin-top: 20px;
    grid-template-areas: "post-1 post-2 post-4 post-4""post-1 post-3 post-5 post-6";
    gap: 15px;
  }

  #swiperMobile {
    display: none;
  }

  #swiperDesktop {
    display: block;
  }

  .tabs-area .tab__img-cont {
    min-width: 60px;
    width: 60px;
    min-height: 60px;
  }

  .tabs-area .tab__img-cont svg {
    width: auto;
    height: auto;
  }

  .swiper-slide .card-image {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border-radius: unset;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  .swiper-slide-active .card-image {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .swiper-slide .card-image img {
    border-radius: unset;
  }

  .swiper-container {
    padding-bottom: 0;
  }

  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px) !important;
  }

  .swiper-pagination-bullet-active {
    width: 21px;
    height: 8px;
    border-radius: 16.8px;
    opacity: 1;
  }

  .banner-button {
    padding: 0;
    border-radius: 40px;
    min-height: 55px;
    max-width: 245px;
    line-height: 55px;
    font-size: 18px;
    right: 310px;
    left: unset;
    bottom: 65px;
  }

  .product__tirazh {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .product__prize {
    font-size: 15px;
    line-height: 25px;
  }

  .product__summ {
    font-size: 25px;
    line-height: 33px;
  }

  .product__button {
    padding: 13px 17.5px;
    font-size: 15px;
    margin-top: 0;
    bottom: 15px;
  }

  .product__logo {
    width: auto;
    left: 15px;
  }

  .product-4 .product__logo {
    top: 63px;
    width: 60px;
    height: 42px;
  }

  .product-1 .product__logo {
    top: 15px;
  }

  .product-3 .product__logo {
    bottom: 15px;
  }

  .product-1 .product__button, .product-5 .product__button {
    left: 15px;
  }

  .product-2 .product__button,
  .product-3 .product__button,
  .product-4 .product__button,
  .product-6 .product__button {
    right: 15px;
  }

  .product-1 .product__tirazh {
    bottom: 143px;
    left: 15px;
  }

  .product-2 .product__tirazh,
  .product-3 .product__tirazh,
  .product-4 .product__tirazh,
  .product-5 .product__tirazh,
  .product-6 .product__tirazh {
    left: 15px;
  }

  .product-2 .product__prize,
  .product-3 .product__prize,
  .product-5 .product__prize,
  .product-6 .product__prize {
    left: 15px;
    bottom: 107px;
  }

  .product-4 .product__prize {
    left: 15px;
    bottom: 59px;
  }

  .product-1 .product__prize {
    bottom: 103.5px;
    left: 15px;
  }

  .product-2 .product__summ,
  .product-3 .product__summ,
  .product-5 .product__summ,
  .product-6 .product__summ {
    left: 15px;
    bottom: 71px;
  }

  .product-4 .product__summ {
    left: 15px;
    bottom: 15px;
  }

  .product-1 .product__summ {
    bottom: 71px;
    left: 15px;
  }
}

@media screen and (max-width: 320px) {
  .game-custom-card {
    height: 125px;
  }
}

@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;
  }
}

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.5;
}

.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__mobile-menu {
  display: none;
}

/* MOBILE HEADER */
@media screen and (max-width: 1024px) {
  .header {
    position: relative;
    background-color: white;
    -webkit-box-shadow: unset;
    box-shadow: unset;
  }

  .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;
    z-index: 1;
  }

  #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;
  }

  .header__lang-switch {
    font-family: "Calibri", sans-serif;
    margin-right: 5px;
    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: "Inter", 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: "Inter", 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;
}

@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%;
  }
}

@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-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;
  }
}

body {
  overflow-x: hidden;
}

.vip .header svg path, .vip .header svg rect, .vip .header__menu svg path, .vip .header__menu svg rect, .vip .header__close-button svg path, .vip .header__close-button svg rect {
  fill: #E3BB7E;
}

.vip .header svg[data-stroke=true] path, .vip .header svg[data-stroke=true] rect, .vip .header__menu svg[data-stroke=true] path, .vip .header__menu svg[data-stroke=true] rect, .vip .header__close-button svg[data-stroke=true] path, .vip .header__close-button svg[data-stroke=true] rect {
  fill: none;
  stroke: #E3BB7E;
}

.vip .header svg[data-stroke=path] path, .vip .header svg[data-stroke=path] rect, .vip .header__menu svg[data-stroke=path] path, .vip .header__menu svg[data-stroke=path] rect, .vip .header__close-button svg[data-stroke=path] path, .vip .header__close-button svg[data-stroke=path] rect {
  stroke: #E3BB7E;
}

.vip .header a, .vip .header__menu a, .vip .header__close-button a {
  color: #fff;
}

.vip .header a span, .vip .header__menu a span, .vip .header__close-button a span {
  color: #E3BB7E;
}

.vip .header a:hover, .vip .header__menu a:hover, .vip .header__close-button a:hover {
  color: #E1BE88;
}

.vip .header a:active, .vip .header__menu a:active, .vip .header__close-button a:active {
  color: #c4a373;
}

.vip .header a:not([href]):hover, .vip .header__menu a:not([href]):hover, .vip .header__close-button a:not([href]):hover {
  color: #fff;
  text-decoration: none;
}

.vip .header {
  background: #323232;
}

.vip .header .header__right-side button {
  background: none;
}

.vip .header .header__right-side .header__lang-switch {
  background: #464646;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.07);
  color: #E3BB7E;
}

.vip .header .header__right-side .header__lang-switch:hover {
  border: none;
  color: #c4a373;
}

.vip .header .header__right-side .header__lang-switch:active {
  border: none;
  color: #ad9166;
}

.vip .header .header__desktop-menu, .vip .header .header__desktop-menu_not-logged, .vip .header span.profile.profile__bonus {
  border-left: 1px solid #C0A477;
}

.vip #loader {
  color: #fff;
}

.vip #headerMenusContainer [data-menu] {
  background: #323232;
}

.vip .header__menu::-webkit-scrollbar-thumb, .vip .announ__menu::-webkit-scrollbar-thumb {
  background: #E3BB7E;
  -webkit-box-shadow: inset 1px 1px 10px #555555;
  box-shadow: inset 1px 1px 10px #555555;
}

.vip .header__mobile-button {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#DEC8A6), to(#E3BB7E));
  background-image: -o-linear-gradient(top, #DEC8A6 0%, #E3BB7E 100%);
  background-image: linear-gradient(180deg, #DEC8A6 0%, #E3BB7E 100%);
  background-color: #c4a373;
  -webkit-box-shadow: 0px 10px 20px rgba(254, 204, 0, 0.2);
  box-shadow: 0px 10px 20px rgba(254, 204, 0, 0.2);
  border: none;
  color: #000;
}

.vip .header__mobile-button:active {
  background: #c4a373;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 1024px) {
  .vip .header {
    background: none;
  }

  .vip .header .header__right-side button.header__lang-switch {
    background: #E1BE88;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.07);
    color: #000;
  }

  .vip .header .header__right-side button.header__lang-switch:active {
    background: #c4a373;
  }
}

.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;
  }
}

.winner {
  -webkit-box-shadow: 0px 0px 15px rgba(43, 93, 168, 0.15);
  box-shadow: 0px 0px 15px rgba(43, 93, 168, 0.15);
  width: 100%;
  max-width: 400px;
  margin: 15px;
}

.winner:first-child, .winner:nth-child(3) {
  margin: 15px;
}

.winner__user {
  margin-top: 5px;
}

.winner__user-name {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  margin: 0;
}

.winner__user-city {
  margin: 10px 0 14px;
  font-size: 16px;
  line-height: 100%;
}

.winner__user-prize {
  font-weight: bold;
  font-size: 23px;
  line-height: 25px;
  margin: 0;
  white-space: nowrap;
}

.winner__avatar {
  border-radius: 50%;
  margin-right: 15px;
  width: 90px;
  height: 90px;
  background-size: cover;
  background-repeat: no-repeat;
}

.winner__logo {
  width: 100%;
}

.logo-container {
  width: 40px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 15px;
  right: 15px;
}

.winners__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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
}

.winner:nth-child(3n+3) {
  margin-right: 0;
}

.winner__top {
  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: 0;
  margin-bottom: 19.28px;
}

.winner-filter {
  display: none;
  width: 340px;
  max-width: 400px;
  height: 60px;
  padding: 0 25px;
  padding: 0 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: rgba(193, 213, 243, 0.2);
  border-radius: 15px;
}

.winner-filter__title {
  font-size: 1rem;
  line-height: 18px;
  margin: 0;
}

.winner__title {
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  margin: 0;
}

.swiper-container {
  padding: 0 15px;
  max-width: 1030px;
}

.swiper-slide {
  width: 250px !important;
}

.top__container {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
  position: relative;
}

.button-next, .button-prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  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;
  -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: 50%;
  z-index: 2;
  background-color: #fff;
}

.button-prev:hover, .button-next:hover {
  background-color: #D4E4FD;
}

.button-prev:active, .button-next:active {
  background-color: #C1D5F3;
}

.button-next {
  right: 0;
}

.button-next svg {
  margin-left: 5px;
}

.button-prev svg {
  margin-right: 2.5px;
}

.button-prev {
  left: 0;
}

.wcard {
  width: 250px;
  height: 360px;
  position: relative;
  border-radius: 15px;
}

.wcard__bg {
  width: 250px;
  height: 360px;
  position: absolute;
  border-radius: 15px;
}

.wcard:hover .wcard__bg {
  opacity: 0.9;
}

.wcard:active .wcard__bg {
  opacity: 0.85;
}

.wcard__top {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

.wcard__city {
  position: absolute;
  top: 16px;
  left: 14px;
  font-weight: 300;
  font-size: 16px;
  line-height: 110%;
}

.wcard__logo {
  max-width: 100%;
}

.wcard__avatar {
  border-radius: 50%;
  margin: 40px auto 0;
  width: 140px;
  height: 140px;
  background-size: cover;
  background-repeat: no-repeat;
}

.wcard__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  position: relative;
  z-index: 1;
}

.wcard__name {
  font-size: 20px;
  line-height: 110%;
  margin: 10px auto 5px;
}

.wcard__prize {
  font-weight: bold;
  font-size: 30px;
  line-height: 90%;
  margin: 0 auto;
}

.wcard__wish {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 159px;
  height: 50px;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  margin: 10px auto 0;
  color: inherit;
  text-align: center;
}

.wcard__history {
  color: inherit;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
}

.wcard__wish:hover, .wcard__history:hover {
  color: inherit !important;
}

.wcard__bottom {
  margin: 15px auto 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  position: relative;
  z-index: 1;
}

.switch {
  position: relative;
  display: inline-block;
  min-width: 38px;
  height: 20px;
  margin: 0;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.toggle:hover {
  background-color: #2B5DA8;
}

.toggle:active {
  background-color: #004E8F;
}

.toggle:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

input:checked+.toggle {
  background-color: #2B5DA8;
}

input:focus+.toggle {
  -webkit-box-shadow: 0 0 1px #2196F3;
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.toggle:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

.toggle.round {
  border-radius: 34px;
}

.toggle.round:before {
  border-radius: 50%;
}

.wcard__logo-cont {
  width: 50px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 15px;
}

.fieldCan1empty, .fieldCan5empty, .field5empty, .textIsEmpty {
  visibility: hidden;
}

.winner-filter_show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
}

.button-prev, .button-next {
  display: none;
}

@media screen and (min-width: 1025px) {
  .winner {
    -webkit-box-shadow: 0px 5px 20px rgba(43, 93, 168, 0.2);
    box-shadow: 0px 5px 20px rgba(43, 93, 168, 0.2);
    width: 350px;
    max-width: unset;
  }

  .winners__container {
    margin-top: -15px;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }

  .button-prev, .button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .top__container {
    margin: 0 0 30px;
  }

  .swiper-container {
    padding: 0;
  }

  .winner__top {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 50px;
    margin-bottom: 30px;
  }

  .winner__title {
    font-size: 35px;
    line-height: 45px;
  }

  .winner-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 340px;
    padding: 0 25px;
    margin: 0;
  }

  .winner-filter__title {
    font-size: 20px;
    line-height: 20px;
  }

  .winner-filter_show {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .winners__container {
    margin-top: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .winner, .winner:nth-child(3n+3), .winner:first-child {
    margin: 5px 10px;
  }
}

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__mobile-menu {
  display: none;
}

/* MOBILE HEADER */
@media screen and (max-width: 1024px) {
  .header {
    position: relative;
    background-color: white;
    -webkit-box-shadow: unset;
    box-shadow: unset;
  }

  .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;
    z-index: 1;
  }

  #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;
  }

  .header__lang-switch {
    font-family: "Calibri", sans-serif;
    margin-right: 5px;
    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: "Inter", sans-serif;
  margin-bottom: 15px;
}

.dropdown-social {
  font-family: "Inter", sans-serif;
  margin-bottom: 25px;
  max-width: 260px;
}

.socials-collapse-button {
  display: block;
  text-align: center;
  font-size: 16px;
  font-family: "Inter", 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: "Inter", sans-serif;
  color: black;
}

input::-moz-placeholder {
  font-family: "Inter", sans-serif;
  color: black;
}

input:-ms-input-placeholder {
  font-family: "Inter", sans-serif;
  color: black;
}

input::-ms-input-placeholder {
  font-family: "Inter", sans-serif;
  color: black;
}

input::placeholder {
  font-family: "Inter", sans-serif;
  color: black;
}

.input-message {
  font-family: "Inter", 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;
}

@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%;
  }
}

@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-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;
  }
}

.vip .header svg path, .vip .header svg rect, .vip .header__menu svg path, .vip .header__menu svg rect, .vip .header__close-button svg path, .vip .header__close-button svg rect {
  fill: #E3BB7E;
}

.vip .header svg[data-stroke=true] path, .vip .header svg[data-stroke=true] rect, .vip .header__menu svg[data-stroke=true] path, .vip .header__menu svg[data-stroke=true] rect, .vip .header__close-button svg[data-stroke=true] path, .vip .header__close-button svg[data-stroke=true] rect {
  fill: none;
  stroke: #E3BB7E;
}

.vip .header svg[data-stroke=path] path, .vip .header svg[data-stroke=path] rect, .vip .header__menu svg[data-stroke=path] path, .vip .header__menu svg[data-stroke=path] rect, .vip .header__close-button svg[data-stroke=path] path, .vip .header__close-button svg[data-stroke=path] rect {
  stroke: #E3BB7E;
}

.vip .header a, .vip .header__menu a, .vip .header__close-button a {
  color: #fff;
}

.vip .header a span, .vip .header__menu a span, .vip .header__close-button a span {
  color: #E3BB7E;
}

.vip .header a:hover, .vip .header__menu a:hover, .vip .header__close-button a:hover {
  color: #E1BE88;
}

.vip .header a:active, .vip .header__menu a:active, .vip .header__close-button a:active {
  color: #c4a373;
}

.vip .header a:not([href]):hover, .vip .header__menu a:not([href]):hover, .vip .header__close-button a:not([href]):hover {
  color: #fff;
  text-decoration: none;
}

.vip .header {
  background: #323232;
}

.vip .header .header__right-side button {
  background: none;
}

.vip .header .header__right-side .header__lang-switch {
  background: #464646;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.07);
  color: #E3BB7E;
}

.vip .header .header__right-side .header__lang-switch:hover {
  border: none;
  color: #c4a373;
}

.vip .header .header__right-side .header__lang-switch:active {
  border: none;
  color: #ad9166;
}

.vip .header .header__desktop-menu, .vip .header .header__desktop-menu_not-logged, .vip .header span.profile.profile__bonus {
  border-left: 1px solid #C0A477;
}

.vip #loader {
  color: #fff;
}

.vip #headerMenusContainer [data-menu] {
  background: #323232;
}

.vip .header__menu::-webkit-scrollbar-thumb, .vip .announ__menu::-webkit-scrollbar-thumb {
  background: #E3BB7E;
  -webkit-box-shadow: inset 1px 1px 10px #555555;
  box-shadow: inset 1px 1px 10px #555555;
}

.vip .header__mobile-button {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#DEC8A6), to(#E3BB7E));
  background-image: -o-linear-gradient(top, #DEC8A6 0%, #E3BB7E 100%);
  background-image: linear-gradient(180deg, #DEC8A6 0%, #E3BB7E 100%);
  background-color: #c4a373;
  -webkit-box-shadow: 0px 10px 20px rgba(254, 204, 0, 0.2);
  box-shadow: 0px 10px 20px rgba(254, 204, 0, 0.2);
  border: none;
  color: #000;
}

.vip .header__mobile-button:active {
  background: #c4a373;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 1024px) {
  .vip .header {
    background: none;
  }

  .vip .header .header__right-side button.header__lang-switch {
    background: #E1BE88;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.07);
    color: #000;
  }

  .vip .header .header__right-side button.header__lang-switch:active {
    background: #c4a373;
  }
}

body {
  overflow-x: hidden;
}

.container {
  margin: 0px auto;
}

.rows {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.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);
}

#loadMore {
  margin-top: 35px;
  margin-bottom: 110px;
}

.title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: -30px;
}

.wrappers {
  width: 330px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0px auto 30px;
  overflow: scroll;
}

.wrappers::-webkit-scrollbar {
  display: none;
}

.news__nav {
  min-width: 360px;
  height: 40px;
  position: relative;
  padding: 0.75rem;
  background: #EFF4FC;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto 55px;
}

.wrappers .nav::-webkit-scrollbar {
  display: none;
}

.wrappers .nav-item {
  margin-right: -10px;
  padding-right: 2px;
  height: 20px;
}

.border-right {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(0, 0, 0, 0.15);
}

.wrappers .nav-link {
  font-size: 16px;
  line-height: 0px;
  letter-spacing: 0em;
  text-align: left;
  width: auto;
  height: auto;
}

.wrappers .nav.nav-tabs .nav-item .nav-link.active {
  padding-top: 13px;
  margin-top: -18px;
  height: 50px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 1px 0 rgba(24, 94, 224, 0.15), 0 6px 12px 0 rgba(24, 94, 224, 0.15);
  box-shadow: 0 0 1px 0 rgba(24, 94, 224, 0.15), 0 6px 12px 0 rgba(24, 94, 224, 0.15);
  line-height: 20px;
  z-index: 9;
}

.mr-10 {
  margin-left: -12px;
}

.border-bottom {
  margin-top: -12px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 0px;
}

.rows {
  width: auto !important;
}

.rows::-webkit-scrollbar {
  display: none;
}

#firstContent {
  margin-top: 12.5px;
}

.card-wrapper {
  width: 330px;
  height: auto;
  margin: 7.5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}

.images {
  width: 330px;
  height: 220px;
  border-radius: 15px 15px 1% 1%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-wrapper img {
  border-radius: 15px 15px 1% 1%;
}

.contents {
  height: 119px;
  padding: 2px;
}

.news-date {
  width: 64px;
  height: 18px;
  margin-top: 5px;
  margin-left: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #2B5DA8;
}

.news-title {
  width: 300px;
  height: 46px;
  margin-top: 10px;
  margin-left: 20px;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.gardinent {
  height: 130px;
  width: 100%;
  margin: 27px auto;
  padding: 0px;
  border-radius: 15px;
}

.hidden-in-mob {
  display: none;
}

#loadMore {
  margin-bottom: 44px;
  margin-top: 10px;
}

.footer {
  display: none;
}

@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;
  }
}

@media screen and (min-width: 1025px) {
  .title {
    font-size: 30px;
    line-height: 29px;
    margin-top: 100px !important;
  }

  .wrappers {
    width: auto;
    height: 60px;
    margin-bottom: 50px;
    display: block;
  }

  .news__nav {
    min-width: auto;
    width: auto;
    height: 60px;
    margin: 25px auto 0;
  }

  .wrappers .nav-item {
    padding-right: 0;
    margin-right: -10px;
    height: 40px;
  }

  .wrappers .nav-link {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0em;
  }

  .wrappers .nav.nav-tabs .nav-item .nav-link.active {
    padding-top: 18px;
    margin-top: -12px;
    height: 60px;
  }

  .mr-10 {
    margin-left: -12px;
  }

  .border-bottom {
    margin-top: 26px;
    margin-bottom: 17px;
  }

  .card-wrapper {
    width: 350px;
    height: 319px;
    margin: 14px;
  }

  .images {
    height: 200px;
    width: auto;
  }

  .gardinent {
    height: 130px;
    width: auto;
    border-radius: 15px;
    margin: 27px auto;
  }

  .hidden-in-desc {
    display: none;
  }

  .stars {
    margin-left: 87px;
    margin-top: 2px;
  }

  .banner {
    border-radius: 15px;
    margin-top: 30px;
    margin: 0px auto;
  }

  .banner img {
    margin-top: 10px;
    margin-left: 15px;
  }

  .navigator {
    height: 576px;
    width: 1024px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0px auto;
  }

  .bord {
    width: 138px;
    height: 18px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2B5DA8;
    margin-left: 3px;
    margin-top: 0px;
  }

  .footer {
    display: block;
  }
}

* {
  -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.5;
}

.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__mobile-menu {
  display: none;
}

/* MOBILE HEADER */
@media screen and (max-width: 1024px) {
  .header {
    position: relative;
    background-color: white;
    -webkit-box-shadow: unset;
    box-shadow: unset;
  }

  .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;
    z-index: 1;
  }

  #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;
  }

  .header__lang-switch {
    font-family: "Calibri", sans-serif;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .header__logout-button {
    padding-bottom: 35px;
  }

  .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: "Inter", 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: "Inter", 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: "Inter", sans-serif;
  border: 1px solid red;
  display: block;
}

.input-invalid:hover, .input-invalid:focus {
  font-family: "Inter", sans-serif;
  border: 1px solid red;
  display: block;
}

input:-webkit-autofill {
  font-family: "Inter", sans-serif;
  background-color: white;
}

.sign-footer {
  font-family: "Calibri", sans-serif;
  margin: 20px auto 30px;
  font-size: 18px;
}

.sms-timer-span {
  font-family: "Inter", sans-serif;
  border-left: 1px solid grey;
  margin-left: 10px;
  padding-left: 10px;
  font-weight: bold;
  color: black;
}

input[type=number] {
  font-family: "Inter", 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;
}

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;
  }
}

.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;
}

@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;
  }
}

.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;
  }
}

.accordion {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0px;
}

.accordion__text {
  position: relative;
  margin: 0;
  padding: 25px 70px 25px 30px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 25px rgba(43, 93, 168, 0.15);
  box-shadow: 0px 5px 25px rgba(43, 93, 168, 0.15);
  border-radius: 15px;
  cursor: pointer;
  font-size: 23px;
  font-weight: normal;
  color: #004e8f;
  z-index: 2;
}

.accordion__text::after {
  content: url("../img/icon-close.svg");
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  right: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.accordion__text-opened::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.accordion__body {
  display: none;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  padding: 40px 30px 30px 30px;
  background: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  -webkit-box-shadow: 0px 5px 25px rgba(43, 93, 168, 0.15);
  box-shadow: 0px 5px 25px rgba(43, 93, 168, 0.15);
  z-index: 1;
}

.accordion__body * {
  font-size: 20px;
  line-height: 30px;
}

.accordion__body ul li, .accordion__body ol li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.accordion__body ul li:first-child, .accordion__body ol li:first-child {
  padding-top: 0;
}

.accordion__body ol li:first-child::before {
  top: 0;
}

.accordion__body ol li::before {
  top: 5px;
}

.accordion__body ul li::before {
  top: 15px;
}

.accordion__body ul li:first-child::before {
  top: 10px;
}

.accordion__body .imgBox {
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}

.accordion__body .imgBox img {
  max-width: 100%;
  border-radius: 15px;
  -webkit-box-shadow: 0px 5px 15px rgba(43, 93, 168, 0.2);
  box-shadow: 0px 5px 15px rgba(43, 93, 168, 0.2);
}

@media only screen and (max-width: 1024px) {
  .accordion {
    margin: 0 0 10px 0;
  }

  .accordion__text {
    padding: 20px 60px 20px 15px;
  }

  .accordion__text::after {
    right: 15px;
  }

  .accordion__body {
    padding: 30px 20px 30px 20px;
  }

  .accordion__body * {
    line-height: 20px;
  }

  .accordion__body ul li::before {
    top: 10px;
  }

  .accordion__body ul li:first-child::before {
    top: 4px;
  }
}

@media only screen and (max-width: 500px) {
  .accordion__text {
    font-size: 18px;
  }

  .accordion__body * {
    font-size: 16px;
  }
}

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%;
  }
}

@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-mobile {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0.7;
  }

  90% {
    width: 350px;
    height: 100px;
    opacity: 0;
  }

  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

.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;
}

p {
  padding: 0;
  margin: 0;
  font-size: 23px;
  line-height: 35px;
}

.contentPage p {
  padding-bottom: 10px;
}

a {
  text-decoration: none;
  font-size: inherit;
}

.contentPage a {
  font-weight: 300;
}

.contentPage a:hover {
  text-decoration: underline;
}

.wrapper {
  padding: 0 105px;
}

.embed-responsive {
  border-radius: 15px;
  -webkit-box-shadow: 0px 10px 30px rgba(43, 93, 168, 0.25);
  box-shadow: 0px 10px 30px rgba(43, 93, 168, 0.25);
}

section.post {
  padding-top: 30px;
}

.p-title {
  padding: 0;
}

p.games-section__subtitle {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  color: #1F2326;
}

p.subtitle {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #9A9A9A;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

#withDrawBtn~p.subtitle {
  margin-bottom: 25px;
}

p.subtitle a {
  text-decoration: underline;
  color: inherit;
  font-size: 18px;
  line-height: 24px;
}

.cmodal p.subtitle {
  margin-top: 10px;
  font-size: 14px;
  line-height: 17px;
}

.cmodal__footer p.subtitle {
  margin-top: 0;
}

.login__subtitle {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  max-width: 250px;
  margin: 0 auto 30px;
  color: #9A9A9A;
}

@media only screen and (max-width: 1024px) {
  p {
    font-size: 18px;
    line-height: 25px;
  }

  a {
    font-size: 18px;
    line-height: 25px;
  }

  .wrapper {
    padding: 0 15px;
  }

  p.games-section__subtitle {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #8D8D8D;
  }

  p.subtitle {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  p.subtitle a {
    color: inherit;
    font-size: 14px;
    line-height: 18px;
  }

  #withDrawBtn~p.subtitle {
    margin-bottom: 10px;
  }

  .cmodal .subtitle {
    margin: 0 auto 30px;
    padding-bottom: 0;
    max-width: 310px;
  }

  .login__subtitle {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }
}

@media only screen and (max-width: 500px) {
  section.post {
    padding-top: 0;
  }

  .wrapper {
    padding: 0;
  }
}

.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;
  }
}

input, textarea, select, .select {
  position: relative;
  width: 100%;
  height: 50px;
  padding: 15px;
  background: none;
  outline: none;
  border: 1px solid #c4c5c5;
  border-radius: 15px;
  font-family: "Calibri", sans-serif;
  font-size: 18px;
  line-height: 20px;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

input:focus, input:hover, textarea:focus, textarea:hover, select:focus, select:hover, .select:focus, .select:hover {
  border: 1px solid #FECC00;
}

input[disabled], textarea[disabled] {
  opacity: 0.6;
}

input[disabled]+label, textarea[disabled]+label {
  color: #dcdcdc;
}

input[disabled]:hover, textarea[disabled]:hover {
  border: 1px solid #c4c5c5;
}

select, .select {
  font-size: 18px;
  line-height: 20px;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-box-shadow: inset 0 0 0 50px #fff;
}

select {
  cursor: pointer;
}

input, textarea, label {
  font-size: 18px;
  font-weight: 400;
}

textarea {
  min-height: 210px;
  resize: none;
}

label {
  position: absolute;
  top: 50%;
  left: 15px;
  cursor: text;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  line-height: 20px;
  z-index: -1;
}

textarea+label {
  top: 25px;
}

input:focus+label, textarea:focus+label, .formEdited+label, select:focus+label {
  top: 0;
  width: auto;
  font-size: 13px;
  line-height: 15px;
  color: #8d8d8d;
  z-index: 1;
}

input:focus+label::after, textarea:focus+label::after, .formEdited+label::after, select:focus+label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -5px;
  height: 100%;
  width: calc(100% + 10px);
  background: #fff;
  z-index: -1;
}

.form-row label {
  left: 20px;
}

.form-group {
  position: relative;
  margin-bottom: 30px;
}

.form-check {
  position: relative;
  padding: 0;
  z-index: 1;
}

.form-check label {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  /* -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; */
  top: unset;
  left: unset;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.form-check label:hover input~.checkmark {
  border: 1px solid #2B5DA8;
}

.form-check label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.form-check label input:checked~.checkmark {
  background-color: #2B5DA8;
  border: 1px solid #2B5DA8;
}

.form-check label input:checked~.checkmark::after {
  display: block;
}

.form-check label .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 18px;
  width: 18px;
  border: 1px solid #C4C5C5;
}

.form-check label .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  width: 5px;
}

.form-check .radioContainer .checkmark {
  border-radius: 50%;
}

.form-check .radioContainer .checkmark::after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 5px;
  border-radius: 50%;
  background: white;
}

.form-check .checkboxContainer .checkmark {
  border-radius: 3px;
}

.form-check .checkboxContainer .checkmark::after {
  left: 5px;
  top: 3px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.elmnt-hidden {
  opacity: 0;
}

.select {
  display: block;
  position: relative;
  padding: 15px;
  border-radius: 15px;
  cursor: pointer;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}

.select .customSelect, .select select {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  z-index: 1;
}

.select .customSelect.active::after {
  -webkit-transform: translateY(-50%) rotate(270deg);
  -ms-transform: translateY(-50%) rotate(270deg);
  transform: translateY(-50%) rotate(270deg);
}

.select .customSelect:after {
  content: "›";
  position: absolute;
  border: 5px solid transparent;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  font-size: 25px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.select .options {
  display: none;
  position: absolute;
  top: 49px;
  right: 0;
  left: 50%;
  width: calc(100% - 17px);
  padding: 0 0 8px 0;
  background-color: white;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.select .options ul {
  margin: 0;
  padding: 0;
  max-height: 250px;
  list-style: none;
  overflow-y: scroll;
  z-index: 1;
}

.select .options ul::-webkit-scrollbar {
  width: 4px;
}

.select .options ul::-webkit-scrollbar-thumb {
  background: #ccc;
}

.select .options ul::-webkit-scrollbar-thumb:hover {
  background: #333;
}

.select .options ul li {
  position: relative;
  margin: 0 0;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 18px;
}

.select .options ul li:first-child {
  display: none;
}

.select .options ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0px;
  height: 100%;
  background: #2b5da8;
}

.select .options ul li:hover {
  background: #f3f3f3;
}

.select .options ul li:hover::before {
  width: 5px;
}

.select+label {
  cursor: pointer;
}

.select.formEdited+label {
  z-index: 2;
}

.select-nonActive {
  z-index: unset !important;
}

.select-nonActive * {
  z-index: unset !important;
}

.select-nonActive+label {
  z-index: unset !important;
}

.select-active {
  border: 1px solid #FECC00;
}

.contentPage h1, .contentPage h2, .contentPage h3, .contentPage h4, .contentPage h5, .contentPage h6 {
  margin: 0;
}

.contentPage h1, .contentPage h2, .contentPage h3, .contentPage h5 {
  font-weight: 700;
}

.contentPage h1 a, .contentPage h2 a, .contentPage h3 a, .contentPage h5 a {
  font-size: inherit;
  font-weight: inherit;
}

.contentPage h4, .contentPage h6 {
  font-weight: 400;
}

.contentPage h4 a, .contentPage h6 a {
  font-size: inherit;
  font-weight: inherit;
}

.contentPage h1 {
  padding: 30px 0;
  font-size: 45px;
  line-height: 55px;
}

.contentPage h2 {
  padding-top: 25px;
  padding-bottom: 20px;
  font-size: 35px;
  line-height: 45px;
}

.contentPage h3, .contentPage h4 {
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 30px;
  line-height: 40px;
}

.contentPage h5, .contentPage h6 {
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 25px;
  line-height: 30px;
}

.walletHeading {
  position: relative;
  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;
  margin-bottom: 40px;
  height: 55px;
}

.walletHeading h1 {
  padding: 0;
  font-size: 45px;
  line-height: 55px;
}

.walletHeading .backButton {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 100%;
  line-height: 100%;
}

.walletHeading .backButton:hover svg path {
  fill: #2b5da8;
}

.walletHeading .backButton:active svg path {
  fill: #004E8F;
}

h3.games-section__title {
  padding: 0;
  margin-bottom: 5px;
  color: #1F2326;
  font-size: 30px;
  line-height: 35px;
}

h3.login__title {
  padding: 0;
  font-weight: bold;
  font-size: 35px;
  line-height: 45px;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .contentPage h1 {
    padding: 25px 0;
    font-size: 25px;
    line-height: 30px;
  }

  .contentPage .post h1 {
    padding: 10px 0;
  }

  .contentPage h2 {
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 22px;
    line-height: 27px;
  }

  .contentPage h3, .contentPage h4 {
    padding-top: 15px;
    padding-bottom: 12px;
    font-size: 20px;
    line-height: 25px;
  }

  .contentPage h5, .contentPage h6 {
    padding-top: 12px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .walletHeading {
    margin-bottom: 20px;
    height: 30px;
  }

  .walletHeading h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .walletHeading .backButton {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 25px;
  }

  .walletHeading .backButton svg {
    width: 60%;
    height: 60%;
  }

  .walletHeading .backButton:hover svg path {
    fill: #000;
  }

  .walletHeading .backButton:active svg path {
    fill: #004E8F;
  }

  h3.login__title {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
  }
}

main img.top, main img.content {
  max-width: 100%;
  border-radius: 15px;
}

main img.top {
  max-height: 635px;
  -webkit-filter: drop-shadow(0px 5px 5px rgba(43, 93, 168, 0.25));
  filter: drop-shadow(0px 5px 5px rgba(43, 93, 168, 0.25));
}

main img.content {
  display: block;
  margin: 50px auto;
  max-height: 500px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: drop-shadow(0px 10px 15px rgba(43, 93, 168, 0.25));
  filter: drop-shadow(0px 10px 15px rgba(43, 93, 168, 0.25));
}

main .postPhoto {
  width: 100%;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 30px;
}

main .postPhoto__withBg {
  padding: 30px 0;
  background: rgba(193, 213, 243, 0.25);
}

@media only screen and (max-width: 1024px) {
  main img.content {
    -webkit-filter: none;
    filter: none;
    margin: 20px 0;
  }

  main .postPhoto {
    background: none;
    padding: 0;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 500px) {
  main .postPhoto {
    width: calc(100% + 40px);
    margin-left: -20px;
    border-radius: 0;
  }

  main .postPhoto .top {
    border-radius: 0;
  }
}

main .hrContainer {
  padding: 30px 0;
}

main .hrContainer hr {
  margin: 0;
}

main hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #c1d5f3;
}

@media only screen and (max-width: 1024px) {
  main .hrContainer {
    margin: 0;
    padding: 15px 0;
  }
}

main ul, main ol {
  padding: 0 0 10px 0;
  margin: 0;
}

main ul li, main ol li {
  display: block;
  position: relative;
  padding: 10px 0 10px 30px;
  font-size: 23px;
  font-weight: 300;
  line-height: 35px;
}

main ul li::before, main ol li::before {
  position: absolute;
  display: block;
  font-weight: 700;
  color: #2b5da8;
  text-align: right;
}

main ul li:first-child, main ol li:first-child {
  padding-top: 0;
}

main ul li ul, main ul li ol, main ol li ul, main ol li ol {
  padding: 5px 0 0 0;
}

main ul li ul li:last-child, main ul li ol li:last-child, main ol li ul li:last-child, main ol li ol li:last-child {
  padding-bottom: 0;
}

main ol {
  counter-reset: item;
}

main ol>li:nth-child(n+10) {
  padding-left: 45px;
}

main ol>li::before {
  content: counters(item, ".") ".";
  counter-increment: item;
  top: 10px;
  left: 0;
}

main ol>li:first-child::before {
  top: 0;
}

main ol>li ol li {
  position: relative;
  padding-left: 55px;
}

main ol>li ol li:nth-child(n+10) {
  padding-left: 60px;
}

main ul li::before {
  content: "";
  top: 22px;
  left: 0;
  width: 12px;
  height: 12px;
  background: url("../img/star-full.svg");
}

main ul li:first-child::before {
  top: 12px;
}

main ul li ul {
  margin-left: 0;
  margin-bottom: 0;
}

main ul li ul li {
  position: relative;
}

main ul li ul li::before {
  background: url("../img/star-empty.svg");
}

main .share ul, main .noIcon ul {
  padding: 0;
}

main .share ul li::before, main .noIcon ul li::before {
  display: none;
  padding: 0;
}

@media only screen and (max-width: 1024px) {
  main ul li, main ol li {
    padding: 5px 0 5px 20px;
    font-size: 18px;
    line-height: 25px;
  }

  main ol>li::before {
    top: 5px;
  }

  main ol li {
    padding-left: 25px;
  }

  main ol li:nth-child(n+10) {
    padding-left: 35px;
  }

  main ol li ol li {
    padding-left: 40px;
  }

  main ol li ol li:nth-child(n+10) {
    padding-left: 50px;
  }

  main ul li::before {
    top: 12px;
  }

  main ul li:first-child::before {
    top: 7px;
  }
}

main blockquote {
  padding: 30px 0;
}

main blockquote .quoteBody {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 25px rgba(43, 93, 168, 0.15);
  box-shadow: 0px 5px 25px rgba(43, 93, 168, 0.15);
  border-radius: 25px;
  padding: 40px 60px 40px 145px;
}

main blockquote .quoteBody p {
  padding: 0;
  margin: 0;
}

main blockquote .quoteBody .quoteText {
  position: relative;
  margin-bottom: 20px;
}

main blockquote .quoteBody .quoteText::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -85px;
  display: block;
  width: 35px;
  height: 25px;
  background: url("../img/quote.svg") no-repeat;
  background-size: cover;
}

main blockquote .quoteBody .quoteAuthor {
  font-weight: 400;
  font-style: italic;
}

@media only screen and (max-width: 500px) {
  main blockquote {
    padding: 15px 0;
  }

  main blockquote .quoteBody {
    border-radius: 20px;
    padding: 20px 15px 25px 50px;
  }

  main blockquote .quoteBody .quoteText {
    margin-bottom: 15px;
  }

  main blockquote .quoteBody .quoteText::before {
    top: 5px;
    left: -40px;
    width: 20px;
    height: 15px;
  }
}

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;
  }
}

.fz-default {
  font-size: 18px;
  line-height: 22px;
}

.fw-bold {
  font-weight: bold;
}

.fw-normal {
  font-weight: normal;
}

.fw-lighter {
  font-weight: lighter;
}

.fs-italic {
  font-style: italic;
}

.ta-left {
  text-align: left;
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

body {
  overflow-x: hidden;
}

.vip .header svg path, .vip .header svg rect, .vip .header__menu svg path, .vip .header__menu svg rect, .vip .header__close-button svg path, .vip .header__close-button svg rect {
  fill: #E3BB7E;
}

.vip .header svg[data-stroke=true] path, .vip .header svg[data-stroke=true] rect, .vip .header__menu svg[data-stroke=true] path, .vip .header__menu svg[data-stroke=true] rect, .vip .header__close-button svg[data-stroke=true] path, .vip .header__close-button svg[data-stroke=true] rect {
  fill: none;
  stroke: #E3BB7E;
}

.vip .header svg[data-stroke=path] path, .vip .header svg[data-stroke=path] rect, .vip .header__menu svg[data-stroke=path] path, .vip .header__menu svg[data-stroke=path] rect, .vip .header__close-button svg[data-stroke=path] path, .vip .header__close-button svg[data-stroke=path] rect {
  stroke: #E3BB7E;
}

.vip .header a, .vip .header__menu a, .vip .header__close-button a {
  color: #fff;
}

.vip .header a span, .vip .header__menu a span, .vip .header__close-button a span {
  color: #E3BB7E;
}

.vip .header a:hover, .vip .header__menu a:hover, .vip .header__close-button a:hover {
  color: #E1BE88;
}

.vip .header a:active, .vip .header__menu a:active, .vip .header__close-button a:active {
  color: #c4a373;
}

.vip .header a:not([href]):hover, .vip .header__menu a:not([href]):hover, .vip .header__close-button a:not([href]):hover {
  color: #fff;
  text-decoration: none;
}

.vip .header {
  background: #323232;
}

.vip .header .header__right-side button {
  background: none;
}

.vip .header .header__right-side .header__lang-switch {
  background: #464646;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.07);
  color: #E3BB7E;
}

.vip .header .header__right-side .header__lang-switch:hover {
  border: none;
  color: #c4a373;
}

.vip .header .header__right-side .header__lang-switch:active {
  border: none;
  color: #ad9166;
}

.vip .header .header__desktop-menu, .vip .header .header__desktop-menu_not-logged, .vip .header span.profile.profile__bonus {
  border-left: 1px solid #C0A477;
}

.vip #loader {
  color: #fff;
}

.vip #headerMenusContainer [data-menu] {
  background: #323232;
}

.vip .header__menu::-webkit-scrollbar-thumb, .vip .announ__menu::-webkit-scrollbar-thumb {
  background: #E3BB7E;
  -webkit-box-shadow: inset 1px 1px 10px #555555;
  box-shadow: inset 1px 1px 10px #555555;
}

.vip .header__mobile-button {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#DEC8A6), to(#E3BB7E));
  background-image: -o-linear-gradient(top, #DEC8A6 0%, #E3BB7E 100%);
  background-image: linear-gradient(180deg, #DEC8A6 0%, #E3BB7E 100%);
  background-color: #c4a373;
  -webkit-box-shadow: 0px 10px 20px rgba(254, 204, 0, 0.2);
  box-shadow: 0px 10px 20px rgba(254, 204, 0, 0.2);
  border: none;
  color: #000;
}

.vip .header__mobile-button:active {
  background: #c4a373;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 1024px) {
  .vip .header {
    background: none;
  }

  .vip .header .header__right-side button.header__lang-switch {
    background: #E1BE88;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.07);
    color: #000;
  }

  .vip .header .header__right-side button.header__lang-switch:active {
    background: #c4a373;
  }
}

.share {
  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;
}

.share-container {
  width: 266px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  margin-bottom: 20px;
}

.share-title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 30px;
}

.tag {
  background: rgba(193, 213, 243, 0.25);
  border-radius: 10px;
  padding: 10px 25px;
  color: #2B5DA8;
  font-size: 16px;
  line-height: 15px;
}

.breadcrumbs {
  font-size: 18px;
  line-height: 18px;
}

.date {
  font-size: 18px;
  line-height: 18px;
  margin: 0;
}

.similiar-news-link {
  font-size: 18px;
  color: #2B5DA8;
  line-height: 15px;
}

.similiar-news-link:hover {
  text-decoration: underline;
}

.similiar-news-link:active {
  text-decoration: underline;
}

.today__card .today__button {
  padding: 8.64px 10.8px;
}

.p-title {
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  margin: 0;
}

.ya-share2__icon {
  width: 36px !important;
  height: 36px !important;
  background-repeat: no-repeat;
  background-size: 35px 36px !important;
}

.ya-share2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .breadcrumbs {
    color: #2B5DA8;
    font-size: 15px;
    line-height: 18px;
  }

  .p-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
  }

  .similiar-news-link {
    font-size: 18px;
    line-height: 15px;
    margin: 0;
  }

  .share-title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .tag {
    font-size: 12px;
    line-height: 15px;
    padding: 2.5px 10px;
    border-radius: 5px;
  }

  .date {
    font-size: 15px;
    line-height: 18px;
    color: #9A9A9A;
  }
}


.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: flex;
    margin-top: 23px;
  }

  .header__cashBlock .cashButtons .buttonCash:last-child {
    margin-right: 0;
  }

  .header__cashBlock .cashButtons .buttonCash {
    margin-right: 10px;
  }
}

@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;
  }
}

.remind-pass {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #000000;
}