.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;
  }
}input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"] {
  outline: none;
}.popup.forgot .main-container .close {
  height: 10px;
  padding: 20px;
  right: 9px;
  top: 14px;
  width: 10px;
}

@media screen and (max-width: 40em) {
  .popup.forgot .main-container .close {
    right: 1px;
    top: 5px;
  }
}

.forgotpass-popup {
  width: 384px;
}

@media screen and (max-width: 40em) {
  .forgotpass-popup {
    width: 100vw;
  }
}

.forgotpass-popup .head-text {
  background: #fbf8f8;
  color: #333333;
  font-size: 18px;
  line-height: 69px;
  text-align: center;
}

@media screen and (max-width: 64em) {
  .forgotpass-popup .head-text {
    margin: 0;
  }
}

@media screen and (max-width: 40em) {
  .forgotpass-popup .head-text {
    line-height: 50px;
  }
}

.forgotpass-popup .text {
  color: #5a5757;
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 24px;
}

@media screen and (max-width: 40em) {
  .forgotpass-popup .text {
    margin: 0 0 16px;
  }
}

.forgotpass-popup .bottom {
  padding: 24px 24px 0;
}

@media screen and (max-width: 40em) {
  .forgotpass-popup .bottom {
    padding: 16px 16px 0;
  }
}

.forgotpass-popup .forgotpass-success {
  display: none;
}

.forgotpass-popup .forgotpass-success .text {
  margin: 0 0 16px;
}

.forgotpass-popup .forgotpass-success .text strong {
  color: #333333;
  font-weight: 600;
}

.forgotpass-popup .form-group {
  margin: 0 0 8px;
}

@media screen and (max-width: 40em) {
  .forgotpass-popup .form-group {
    margin: 0 0 16px;
  }
}

.forgotpass-popup input[type="email"] {
  height: 50px;
  line-height: 1;
  padding: 0 40px 0 16px;
}

@media screen and (max-width: 40em) {
  .forgotpass-popup input[type="email"] {
    height: 40px;
  }
}

.forgotpass-popup.success .fortgotpass-form {
  display: none;
}

.forgotpass-popup.success .forgotpass-success {
  display: block;
}