@font-face {
  font-family: "NotoSerif-Regular";
  src: url(3cab5a2754d2f425.ttf);
}
@font-face {
  font-family: "NotoSerif-Bold";
  src: url(fecd3218c3809e71.ttf);
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtvAw.ttf) format('truetype');
}
* {
  box-sizing: border-box;
}
#game-ui {
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.avatar {
  position: relative;
  width: auto;
  height: auto;
  display: inline-flex;
}
img,
.avatar-bg svg {
  width: 100%;
  height: 100%;
}
.avatar-inner {
  display: inline-flex;
  border-radius: 50%;
  overflow: hidden;
  border: none;
  background: unset;
  box-shadow: none;
  width: auto;
  height: auto;
  z-index: 1;
}
.avatar-inner > img {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgMzIwIj4KICAgIDxwYXRoIGNsYXNzPSJmYWNlIiBkPSJNMCAwaDMyMHYzMjBIMFYweiIgZmlsbD0iI2ZmZiIvPgogICAgPHBhdGggY2xhc3M9InBhdGgiCiAgICAgICAgICAgIGQ9Ik0zMjAgMEgwdjMyMGgzMjBWMHpNMTYwIDY2LjdjMjIuMSAwIDQwIDE3LjkgNDAgNDBzLTE3LjkgNDAtNDAgNDAtNDAtMTcuOS00MC00MCAxNy45LTQwIDQwLTQwem0wIDE4OS4zYy0zMy40IDAtNjIuNy0xNy4xLTgwLTQyLjkuMy0yNi41IDUzLjQtNDEuMSA4MC00MS4xczc5LjYgMTQuNiA4MCA0MS4xYy0xNy4zIDI1LjgtNDYuNiA0Mi45LTgwIDQyLjl6IgogICAgICAgICAgICBmaWxsPSIjMDAwIgogICAgLz4KPC9zdmc+);
  background-size: 100%;
  background-position: center center;
}
.avatar-inner .icon {
  font-size: initial;
}
.avatar-score {
  position: absolute;
  background-repeat: no-repeat;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  z-index: 1;
}
.avatar-score .icon {
  color: black;
  font-size: auto;
}
.avatar-play-with {
  width: auto;
  height: auto;
}
.avatar-play-with .avatar-inner {
  width: auto;
  height: auto;
}
.avatar-play-with .avatar-inner .icon {
  font-size: inherit;
}
.avatar-play-with-btn {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  transform: translate(0, -50%);
  z-index: 0;
  overflow: hidden;
}
.avatar-play-with-btn .btn {
  transition: width 1s ease-out;
  background-color: #fff;
  font-family: Roboto;
  font-weight: 900;
  padding: 0 0 0 1rem;
  width: 0;
  height: 2.5rem;
  justify-content: start;
}
.avatar-play-with-btn .btn .icon {
  font-size: auto;
  line-height: normal;
}
.avatar-play-with-btn .btn-border {
  border: none;
}
.avatar-play-with-btn-visible .btn {
  width: 10.9375rem;
}
.avatar-play-with-btn .btn-content {
  font-size: inherit;
  color: black;
  width: 4.0625rem;
}
.avatar-play-with-btn .path {
  fill: black;
}
.avatar-group {
  display: flex;
  justify-content: center;
  align-items: center;
}
.avatar-group-item {
  margin: 0;
}
.avatar-group-separator {
  font-size: inherit;
  line-height: normal;
}
.avatar-play-in-group {
  display: inline-flex;
  position: relative;
}
.avatar-play-in-group-inner {
  display: grid;
  grid-template-columns: initial;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.avatar-play-in-group-item {
  grid-row: 1;
}
.avatar-play-in-group-item:nth-child( 1 ) {
  grid-column: auto;
}
.avatar-play-in-group-item:nth-child( 2 ) {
  grid-column: auto;
  z-index: 2;
}
.avatar-play-in-group-item:nth-child( 3 ) {
  grid-column: auto;
}
.avatar-play-in-group .avatar-inner {
  width: auto;
  height: auto;
}
.avatar-play-in-group .avatar-inner .icon {
  font-size: initial;
}
.avatar-play-in-group .avatar-score {
  bottom: 0;
  height: auto;
  line-height: auto;
  min-width: 6.5625rem;
  z-index: 3;
}
.btn {
  pointer-events: auto;
  background-color: transparent;
  border: none;
  border-radius: 0.625rem;
  color: #454e7d;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0.875rem 1.25rem;
}
.btn .icon {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.btn-content {
  font-size: 1.5rem;
}
.btn-circle {
  border-radius: 50%;
}
.btn-oval {
  border-radius: 3.75rem;
}
.btn-primary {
  background-color: #454e7d;
  color: white;
}
.btn-glassy {
  background-color: transparentize(grey, 0.5);
}
.btn-block {
  width: 100%;
}
.btn-revert {
  flex-direction: row-reverse;
}
.btn-border {
  border: 1px solid blue;
}
.btn:active {
  transform: scale(0.9);
}
.btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.btn:disabled > * {
  pointer-events: none;
}
.score {
  background-color: #424c79;
  border-radius: 2.75rem;
  box-shadow: none;
  min-width: 14.5rem;
  height: 5.5rem;
  line-height: 5.5rem;
  font-size: 3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.score-content {
  color: inherit;
  font-weight: 400;
  font-family: Roboto;
  text-align: center;
  flex-grow: 1;
}
.score .icon {
  line-height: normal;
  margin-left: 3px;
}
#game-ui .screen {
  pointer-events: none;
}
* {
  font-family: "Roboto", sans-serif;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.avatar > span {
  border: 3px solid white;
}
.avatar > span > img,
.avatar svg {
  max-width: 128px;
  max-height: 128px;
}
.btn {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid white;
  outline: 0;
  width: 5rem;
  height: 5rem;
  padding: 0.5rem;
  transition: 0.5s all;
}
.icon > svg {
  width: 1em;
  height: 1em;
}
.screen {
  width: 100%;
  height: 100%;
}
.sn-gd .gd-banner {
  pointer-events: auto;
}
.sn-gd .gd__banners_wrapper #banner_728x90 {
  position: absolute;
  width: 728px;
  height: 90px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: auto;
  background: none;
  visibility: hidden;
  opacity: 0%;
}
.sn-gd.preload-active .gd__banners_wrapper #banner_728x90 {
  visibility: visible;
  opacity: 100%;
}
@media (max-width: 732px), (max-height: 615px) {
  .sn-gd.preload-active .gd__banners_wrapper {
    visibility: hidden;
    opacity: 0%;
  }
}
/** Remove it from game level as soon as fixed on common level in PauseOverlay.less **/
.pause__overlay .title {
  text-align: center;
}

.version__label {
  color: white;
  font-size: small;
  opacity: 0.3;
  position: absolute;
  right: 10px;
  bottom: 80px;
}

.alerts__overlay {
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 90000;
}
.alerts__overlay > .status-alerts-wrapper {
  pointer-events: auto;
}
.alerts__overlay .bg {
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: black;
  opacity: 0;
  transition: opacity 0.3s;
}
.alerts__overlay .bg.active {
  pointer-events: auto;
  opacity: 0.3;
}

.status-alerts-wrapper {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 0px;
  left: 0;
  top: 0;
}
.status-alerts-wrapper * {
  box-sizing: border-box;
}
.status-alert {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-height: 600px;
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 14px;
  padding-left: 14px;
  -webkit-transition: opacity 800ms ease, max-height 800ms ease-out, -webkit-transform 500ms ease-out;
  transition: opacity 800ms ease, max-height 800ms ease-out, -webkit-transform 500ms ease-out;
  transition: transform 500ms ease-out, opacity 800ms ease, max-height 800ms ease-out;
  transition: transform 500ms ease-out, opacity 800ms ease, max-height 800ms ease-out, -webkit-transform 500ms ease-out;
}
.status-alert.is-transparent {
  max-height: 0px;
  opacity: 0;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}
.status-alert.is-transparent.is-hidden {
  display: none;
}
.status-alert__box {
  position: relative;
  display: block;
  min-height: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 60px 17px 46px;
  border-radius: 5px;
  background-color: #464c55;
  box-shadow: 0 15px 65px -9px rgba(46, 51, 58, 0.85);
  color: #fff;
}
.status-alert__box.is-green-success {
  background-color: #107c2e;
}
.status-alert__box.is-red-error {
  background-color: #ff3b20;
}
.status-alert__box.is-orange-warning {
  background-color: #f90;
}
.status-alert__icon-holder {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 40px;
  height: 19px;
  padding-top: 10px;
  padding-left: 11px;
}
.status-alert__text {
  font-size: 14px;
}
.status-alert__icon {
  width: 24px;
  height: 24px;
  text-align: center;
}
.status-alert__icon.is-info-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ni4wMyA0NS45MiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pbmZvLWljb24td2hpdGU8L3RpdGxlPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNi43NCw2Ljc0QTIyLjE3LDIyLjE3LDAsMCwxLDIzLDAsMjIuMTksMjIuMTksMCwwLDEsMzkuMjksNi43NCwyMi4xMiwyMi4xMiwwLDAsMSw0NiwyM2EyMi4xMiwyMi4xMiwwLDAsMS02Ljc0LDE2LjIyQTIyLjE5LDIyLjE5LDAsMCwxLDIzLDQ1LjkyLDIyLjE3LDIyLjE3LDAsMCwxLDYuNzQsMzkuMTgsMjIuMTIsMjIuMTIsMCwwLDEsMCwyMywyMi4xMiwyMi4xMiwwLDAsMSw2Ljc0LDYuNzRaTTEwLDM2YTE3LjcsMTcuNywwLDAsMCwxMyw1LjM5QTE3LjY3LDE3LjY3LDAsMCwwLDM2LDM2YTE3Ljc3LDE3Ljc3LDAsMCwwLDUuMzktMTNBMTcuNzcsMTcuNzcsMCwwLDAsMzYsOS45MiwxNy42NywxNy42NywwLDAsMCwyMyw0LjUzLDE3LjcsMTcuNywwLDAsMCwxMCw5LjkyLDE3Ljc3LDE3Ljc3LDAsMCwwLDQuNjMsMjMsMTcuNzcsMTcuNzcsMCwwLDAsMTAsMzZaTTIwLjcsMTYuMDZWMTEuNDNoNC42M3Y0LjYzWm0wLDE4LjQzVjIwLjdoNC42M1YzNC40OVoiLz48L2c+PC9nPjwvc3ZnPg==);
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}
.status-alert__icon.is-close-icon {
  border-radius: 50%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMy4wOSAzMi45OCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5jbG9zZS1pY29uLXdoaXRlPC90aXRsZT48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTMzLjA5LDMuMzIsMTkuODEsMTYuNDksMzMuMDksMjkuNjYsMjkuNzcsMzMsMTYuNDksMTkuODEsMy4zMiwzMywwLDI5LjY2LDEzLjE3LDE2LjQ5LDAsMy4zMiwzLjMyLDAsMTYuNDksMTMuMTcsMjkuNzcsMFoiLz48L2c+PC9nPjwvc3ZnPg==);
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: auto;
  width: 34px;
  height: 34px;
}
.status-alert__icon.is-close-icon:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
}
.status-alert__icon.is-close-icon:active {
  background-color: rgba(0, 0, 0, 0.35);
}
.status-alert__icon.is-check {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OC41IDM2Ljk5Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmNoZWNrLXdoaXRlPC90aXRsZT48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE1LjM5LDI5LjM2LDQ0Ljc1LDAsNDguNSwzLjg4LDE1LjM5LDM3LDAsMjEuNmwzLjg4LTMuODhaIi8+PC9nPjwvZz48L3N2Zz4=);
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}
.status-alert__icon.is-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OS44IDQzIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmVycm9yLWljb24td2hpdGU8L3RpdGxlPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMCw0MywyNSwwLDQ5LjgsNDNaTTI3LjE4LDI3LjE4VjE4LjA1SDIyLjYxdjkuMTNabTAsOVYzMS42NEgyMi42MVYzNi4yWiIvPjwvZz48L2c+PC9zdmc+);
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}
.status-alert__icon-on-right-holder {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 40px;
  height: 44px;
  padding-top: 6px;
  padding-right: 5px;
  cursor: pointer;
}
.status-alert__padding-wrapper {
  padding-top: 16px;
}
.font-icon.status-alert__icon-span {
  font-size: 20px;
}
.font-icon.status-alert__icon-span-copy {
  font-size: 20px;
}
.font-icon.status-alert__close-icon {
  top: -4px;
  width: 24px;
  height: 24px;
  padding-top: 4px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
}
.font-icon.status-alert__close-icon:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
}
.font-icon.status-alert__close-icon:active {
  background-color: rgba(0, 0, 0, 0.27);
}

.pause__overlay {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  background: black;
  opacity: 0.8;
  color: #eee;
  font-weight: 900;
  font-size: 36px;
  transition: opacity 0.7s 1s;
}
.pause__overlay.hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.social__overlay {
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background: black;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.social__overlay.active {
  pointer-events: auto;
  opacity: 0.3;
}

.crosspromo {
  user-select: none;
  pointer-events: auto;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  display: flex;
  align-content: start;
  transition: opacity 1s;
  min-width: 250px;
  max-width: 400px;
}
.crosspromo.invisible {
  opacity: 0;
}
.crosspromo__icon {
  margin: 15px;
  width: 75px;
  height: 75px;
  border-radius: 10%;
  box-shadow: 0 3px 9px 1px rgba(0, 0, 0, 0.3);
}
.crosspromo__description {
  margin: 15px 15px 15px 0;
}
.crosspromo__description .title {
  color: white;
  font-size: 20px;
}
.crosspromo__description .subtitle {
  color: white;
  font-size: 16px;
}

.share-cont {
  position: relative;
  min-width: 100px;
  max-width: 100px;
  pointer-events: auto;
  cursor: pointer;
}
.share-cont > .share_ico {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}
.share-cont > .screenshot {
  width: 100%;
  min-height: 70px;
  height: auto;
  border-radius: 18px;
  border: 3px solid white;
}
.share-cont.invisible {
  opacity: 0;
}

.popup__noads,
.popup__offer-login {
  z-index: 1000;
  pointer-events: auto;
  top: 0;
  position: absolute;
  width: 100vw;
  height: 100vh;
  color: white;
  display: flex;
  transition: all 0.5s cubic-bezier(0, 1.75, 0.47, 0.94);
}
.popup__noads .content,
.popup__offer-login .content {
  box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.3);
  margin: auto;
  background: url(2316a95d9d6e47e6.jpg) center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 40px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  max-width: 90%;
}
.popup__noads .content > *,
.popup__offer-login .content > * {
  margin: 10px auto;
}
.popup__noads .content .buttons,
.popup__offer-login .content .buttons {
  display: flex;
}
.popup__noads .content .btn-buy,
.popup__offer-login .content .btn-buy,
.popup__noads .content .btn-ok,
.popup__offer-login .content .btn-ok {
  min-width: 100px;
  border-radius: 30px;
  background: linear-gradient(0deg, #69ae30, #81da32);
  border-color: #81da32;
  color: white;
  box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.3);
}
.popup__noads .content .btn-close,
.popup__offer-login .content .btn-close,
.popup__noads .content .btn-no,
.popup__offer-login .content .btn-no {
  color: white;
  border: unset;
  background: unset;
}
.popup__noads.invisible,
.popup__offer-login.invisible {
  opacity: 0;
  transform: scale(0);
}

.btn-noads {
  pointer-events: auto;
  background: unset;
  border: unset;
  overflow: hidden;
}
.btn-noads .icon > svg {
  width: 100%;
  height: 100%;
}
.sn-ok .btn-noads {
  pointer-events: none;
  visibility: hidden;
}

.screen {
  display: flex;
  flex-direction: column;
}
.screen__timesup {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  pointer-events: auto !important;
  transition: opacity 0.5s;
}
.screen__timesup.invisible {
  opacity: 0%;
}
.screen__timesup__title {
  user-select: none;
  margin: auto;
  color: white;
  font-size: 54px;
  text-align: center;
}
.screen__timesup__buttons {
  margin: auto;
  display: flex;
  flex-direction: row;
}
.screen__timesup__buttons > .btn {
  margin: 20px;
}
.screen__timesup .addtime {
  padding-left: 30px;
  padding-right: 30px;
  width: auto;
  border-radius: 2.5rem;
  color: white;
  font-size: 24px;
}
.screen__timesup .addtime .video-ad-icon {
  margin-left: 10px;
  vertical-align: middle;
  height: 50px;
}
.screen__timesup .addtime .video-ad-icon > svg > .path {
  fill: white;
}
.screen__timesup .btn-noads {
  margin: 0 auto;
}
.screen .crosspromo {
  margin: auto;
}


/*# sourceMappingURL=main.css.map*/