.popup {
  background: rgba(90, 87, 87, .5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1000;
  transition: opacity .2s;
  opacity: 0;
}

@media screen and (min-width: 64.06em) {
  .popup ::-webkit-scrollbar {
    width: 9px;
    height: 9px;
  }

  .popup ::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #5a5757 11.1%, transparent 10%);
    width: 9px;
    height: 9px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 64em) {
  .popup ::-webkit-scrollbar {
    width: 9px;
    height: 9px;
  }

  .popup ::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #5a5757 11.1%, transparent 10%);
    width: 9px;
    height: 9px;
    border-radius: 10px;
  }
}

.popup.hide.show-slow,
.popup.hide.show-fast {
  opacity: 0;
}

.popup.right .main-container,
.popup.left .main-container {
  width: 50%;
  height: 100%;
  bottom: auto;
  top: auto;
}

.popup.right .main-container {
  right: -100%;
  left: auto;
}

.popup.left .main-container {
  right: auto;
  left: -100%;
}

.popup.top .main-container,
.popup.bottom .main-container {
  width: 100%;
  height: 50%;
  left: auto;
  right: auto;
}

.popup.top .main-container .data-container,
.popup.bottom .main-container .data-container {
  display: block;
}

.popup.top .main-container {
  top: -100%;
  bottom: auto;
}

.popup.bottom .main-container {
  top: auto;
  bottom: -100%;
}

.popup.video-popup .main-container .close {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIwLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwIiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgMTAgMTAiIGZpbGw9Im5vbmUiPgoJPHBhdGggZD0iTTkuODk5NSAxLjQxNDIxTDguNDg1MjggMy4zNzE3NWUtMDdMNC45NDk3NSAzLjUzNTUzTDEuNDE0MjEgMEwwIDEuNDE0MjFMMy41MzU1MyA0Ljk0OTc1TDAgOC40ODUyOEwxLjQxNDIxIDkuODk5NUw0Ljk0OTc1IDYuMzYzOTZMOC40ODUyOCA5Ljg5OTVMOS44OTk1IDguNDg1MjhMNi4zNjM5NiA0Ljk0OTc1TDkuODk5NSAxLjQxNDIxWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==) 50% 50% no-repeat;
}

.popup.ios_map_popup .main-container .close,
.popup.map_popup .main-container .close {
  top: 58px;
  right: 17px;
}

@media screen and (max-width: 670px) {
  .popup.ios_map_popup .main-container .close {
    top: 17px;
  }
}

.popup.fixed-header .main-container {
  overflow: hidden;
}

.popup.fixed-header .scroll-container {
  overflow-y: auto;
  overflow-x: hidden;
}

.popup .main-container {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  box-shadow: 0px 10px 20px rgba(50, 50, 50, .1);
  max-height: 100%;
  overflow: hidden;
  padding: 0;
}

.popup .main-container .close {
  top: 25px;
  width: 20px;
  height: 20px;
  right: 19px;
  background-size: 10px 10px;
  background-color: transparent;
  display: inline-block;
  position: absolute;
  content: '';
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIwLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwIiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgMTAgMTAiIGZpbGw9Im5vbmUiPgoJPHBhdGggZD0iTTEwIDEuNDI4NTdMOC41NzE0MyAzLjQwNTk4ZS0wN0w1IDMuNTcxNDNMMS40Mjg1NyAwTDAgMS40Mjg1N0wzLjU3MTQzIDVMMCA4LjU3MTQzTDEuNDI4NTcgMTBMNSA2LjQyODU3TDguNTcxNDMgMTBMMTAgOC41NzE0M0w2LjQyODU3IDVMMTAgMS40Mjg1N1oiIGZpbGw9IiM1QTU3NTciLz4KPC9zdmc+) 50% 50% no-repeat;
  cursor: pointer;
  z-index: 11;
}

.popup .main-container .data-container {
  display: block;
  max-width: 100vw;
  height: 100%;
}

.popup.show-slow,
.popup.show-fast {
  opacity: 1;
}

.popup.show-slow.right .main-container,
.popup.show-fast.right .main-container {
  right: 0;
}

.popup.show-slow.left .main-container,
.popup.show-fast.left .main-container {
  left: 0;
}

.popup.show-slow.top .main-container,
.popup.show-fast.top .main-container {
  top: 0;
}

.popup.show-slow.bottom .main-container,
.popup.show-fast.bottom .main-container {
  bottom: 0;
}

.popup.show-fast {
  transition: none;
}

.popup.show-fast.right .main-container,
.popup.show-fast.left .main-container,
.popup.show-fast.top .main-container,
.popup.show-fast.bottom .main-container {
  transition: none;
}

.sign-bonus .main-container {
  height: 500px;
  width: 800px;
}

@media screen and (max-width: 768px) {
  .sign-bonus .main-container {
    height: 433px;
    width: 720px;
  }
}

@media screen and (max-width: 500px) {
  .sign-bonus .main-container {
    width: 100%;
    height: 100%;
  }
}

.notification {
  display: none;
  position: fixed;
  top: 50px;
  padding: 15px 20px;
  box-sizing: border-box;
  left: 0;
  width: 100%;
  background-color: #038c00;
  color: #ffffff;
  z-index: 10;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 20px;
  transition: opacity .2s;
  opacity: 0;
}

.notification.success {
  background-color: #038c00;
}

.notification.error {
  background-color: #ff0012;
  display: block;
  opacity: 1;
  z-index: 99999;
}

.notification.show-slow,
.notification.show-fast {
  opacity: 1;
}

.notification.show-slow.hide,
.notification.show-fast.hide {
  opacity: 0;
}

.notification.show-fast {
  transition: none;
}

@media screen and (max-width: 1024px) {
  .notification {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .popup .main-container {
    overflow: auto;
  }

  .popup.mobile-center .main-container {
    transition: none;
  }
}

@media screen and (max-width: 40em) {
  .popup.right .main-container,
  .popup.left .main-container {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .popup .main-container .close {
    top: 14px;
  }
}

.popup-bonus {
  border-radius: 3px;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding: 8px;
  width: 800px;
}

@media screen and (max-width: 64em) {
  .popup-bonus {
    height: 433px;
    max-width: 720px;
    width: calc(100vw - 48px);
  }
}

@media screen and (max-width: 40em) {
  .popup-bonus {
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%;
    padding: 42px 16px 16px;
    width: 100vw;
  }
}

.popup-bonus__image {
  background: #fbf8f8 url(/assets/webpack/images/card.png) 0 50% no-repeat;
  width: 50%;
}

@media screen and (max-width: 64em) {
  .popup-bonus__image {
    background: #fbf8f8 url(/assets/webpack/images/card-t.png) 0 50% no-repeat;
    background-size: auto 277px;
    width: 48.013%;
  }
}

@media screen and (max-width: 40em) {
  .popup-bonus__image {
    background: #fbf8f8 url(/assets/webpack/images/card-m.png) 50% 100% no-repeat;
    background-size: auto 151px;
    height: 244px;
    margin: 0 0 24px;
    width: 100%;
  }
}

.popup-bonus__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 40px 0 48px;
  width: 50%;
}

@media screen and (max-width: 64em) {
  .popup-bonus__content {
    padding: 0 32px 0 40px;
    width: 51.989%;
  }
}

@media screen and (max-width: 40em) {
  .popup-bonus__content {
    -ms-flex: 1;
        flex: 1;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding: 0;
    width: 100%;
  }
}

.popup-bonus__content h6 {
  font-weight: 400;
  margin: 0 0 8px;
}

@media screen and (max-width: 40em) {
  .popup-bonus__content .btn {
    margin-top: auto;
  }
}

.popup-bonus__title {
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  margin: 0 0 8px;
}

@media screen and (max-width: 40em) {
  .popup-bonus__title {
    font-size: 24px;
    line-height: 31px;
  }
}

.popup-bonus__text {
  color: #898686;
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 32px;
}

.popup.sign-bonus .main-container {
  border-radius: 3px;
}

.popup.small-close-button .main-container .close {
  box-sizing: content-box;
  display: block;
  height: 69px;
  padding: 0 24px;
  right: 0;
  top: 0;
  width: 10px;
}

@media screen and (max-width: 40em) {
  .popup.small-close-button .main-container .close {
    padding: 0 16px;
    height: 50px;
  }
}.loyalty-popup {
  width: 800px;
  height: 500px;
}

@media screen and (min-width: 40.06em) and (max-width: 64em) {
  .loyalty-popup {
    width: 100%;
    max-width: 720px;
    height: auto;
  }
}

@media screen and (max-width: 40em) {
  .loyalty-popup {
    max-width: none;
    width: 100vw;
    height: 100vh;
  }
}

.loyalty-popup__container {
  padding: 60px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  height: 100%;
}

@media screen and (max-width: 40em) {
  .loyalty-popup__container {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 60px 16px 16px 16px;
    height: auto;
  }
}

@media screen and (max-width: 40em) {
  .not-verified .loyalty-popup__container {
    padding: 36px 16px 16px 16px;
  }
}

@media screen and (max-width: 40em) {
  .loyalty-popup__image-block {
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 40em) {
  .not-verified .loyalty-popup__image-block {
    margin-bottom: 24px;
  }
}

.loyalty-popup__content-block {
  color: #333333;
}

.loyalty-popup__content-block,
.loyalty-popup__image-block {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 42%;
}

@media screen and (min-width: 40.06em) and (max-width: 64em) {
  .loyalty-popup__content-block,
  .loyalty-popup__image-block {
    max-width: 44%;
  }
}

@media screen and (max-width: 40em) {
  .loyalty-popup__content-block,
  .loyalty-popup__image-block {
    max-width: 100%;
  }
}

.loyalty-popup__content-block {
  max-width: 304px;
}

@media screen and (min-width: 40.06em) and (max-width: 64em) {
  .loyalty-popup__content-block {
    max-width: 44%;
  }
}

@media screen and (max-width: 40em) {
  .loyalty-popup__content-block {
    max-width: 100%;
  }
}

.loyalty-popup__image-container {
  margin: auto;
}

.loyalty-popup__image-container.guest {
  width: 336px;
  height: 202px;
  background-image: url(/assets/webpack/images/loyalty-220000_ru-RU.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 40.06em) and (max-width: 64em) {
  .loyalty-popup__image-container.guest {
    width: 302px;
    height: 182px;
  }
}

@media screen and (max-width: 40em) {
  .loyalty-popup__image-container.guest {
    width: 288px;
    height: 179px;
  }
}

@media screen and (max-width: 319px) {
  .loyalty-popup__image-container.guest {
    width: 217px;
    height: 131px;
  }
}

.loyalty-popup__image-container.guest.lang-uz {
  background-image: url(/assets/webpack/images/loyalty-220000_uz-UZ.png);
}

.loyalty-popup__image-container.not-verified {
  width: 185px;
  height: 374px;
  background-image: url(/assets/webpack/images/loyalty-phone_ru-RU_220000.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 40.06em) and (max-width: 64em) {
  .loyalty-popup__image-container.not-verified {
    width: 167px;
    height: 338px;
  }
}

@media screen and (max-width: 40em) {
  .loyalty-popup__image-container.not-verified {
    width: 142px;
    height: 287px;
  }
}

.loyalty-popup__image-container.not-verified.lang-uz {
  background-image: url(/assets/webpack/images/loyalty-phone_uz-UZ_220000.png);
}

.loyalty-popup__title-block {
  margin-bottom: 16px;
}

@media screen and (max-width: 40em) {
  .loyalty-popup__title-block {
    margin-bottom: 8px;
  }
}

.loyalty-popup__title {
  color: #333333;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
}

@media screen and (max-width: 40em) {
  .loyalty-popup__title {
    font-size: 24px;
    line-height: 32px;
  }
}

.loyalty-popup__bonus-block {
  margin-bottom: 16px;
}

.loyalty-popup__bonus {
  display: -ms-flexbox;
  display: flex;
  font-size: 48px;
  line-height: 62px;
  font-weight: bold;
}

@media screen and (max-width: 40em) {
  .loyalty-popup__bonus {
    font-size: 43px;
    line-height: 56px;
  }
}

.loyalty-popup__asterisk {
  font-size: 32px;
  color: #f94942;
  vertical-align: top;
  margin-left: 4px;
}

.loyalty-popup__desc-block {
  margin-bottom: 24px;
}

@media screen and (max-width: 40em) {
  .loyalty-popup__desc-block {
    margin-bottom: 16px;
  }
}

.loyalty-popup__desc {
  font-size: 14px;
  line-height: 21px;
  color: #898686;
}

.loyalty-popup__bottom-info {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.2;
}

.overflow-y .main-container {
  overflow-y: auto;
  overflow-x: hidden;
}

.loyalty-popup-template * {
  box-sizing: border-box;
}

.popup.loyalty-popup-template .main-container .close {
  right: 16px;
  top: 16px;
}

.popup .main-container .data-container {
  height: auto;
  max-height: 100%;
}