@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: 4px solid #faa13b;
  background: white;
  box-shadow: inset 0px 4px 25px #ffab43;
  width: 100%;
  height: 100%;
  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.625rem;
  transform: translate(-50%, 0);
  z-index: 1;
}
.avatar-score .icon {
  color: #595959;
  font-size: 1.125rem;
}
.avatar-play-with {
  width: auto;
  height: auto;
}
.avatar-play-with .avatar-inner {
  width: 4.8125rem;
  height: 4.8125rem;
}
.avatar-play-with .avatar-inner .icon {
  font-size: 4.375rem;
}
.avatar-play-with-btn {
  position: absolute;
  top: 10%;
  right: 0.625rem;
  transform: translate(0, -10%);
  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: 1.125rem;
  line-height: 0.75rem;
}
.avatar-play-with-btn .btn-border {
  border: 4px solid #faa13b;
}
.avatar-play-with-btn-visible .btn {
  width: 10.9375rem;
}
.avatar-play-with-btn .btn-content {
  font-size: 0.6875rem;
  color: #faa13b;
  width: 4.0625rem;
}
.avatar-play-with-btn .path {
  fill: #3a71ff;
}
.avatar-group {
  display: flex;
  justify-content: center;
  align-items: center;
}
.avatar-group-item {
  margin: 0 0.71875rem;
}
.avatar-group-separator {
  font-size: 1.125rem;
  line-height: 1.125rem;
}
.avatar-play-in-group {
  display: inline-flex;
  position: relative;
}
.avatar-play-in-group-inner {
  display: grid;
  grid-template-columns: repeat(7, 18px);
  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: 1/4;
}
.avatar-play-in-group-item:nth-child( 2 ) {
  grid-column: 3/6;
  z-index: 2;
}
.avatar-play-in-group-item:nth-child( 3 ) {
  grid-column: 5/8;
}
.avatar-play-in-group .avatar-inner {
  width: 3.4375rem;
  height: 3.4375rem;
}
.avatar-play-in-group .avatar-inner .icon {
  font-size: 2.9375rem;
}
.avatar-play-in-group .avatar-score {
  bottom: -0.625rem;
  height: 1.4375rem;
  line-height: 1.4375rem;
  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: #ffcf68;
  border-radius: 2.75rem;
  box-shadow: 0 4px 15px rgba(255, 142, 28, 0.7);
  min-width: 4.75rem;
  height: 1.4375rem;
  line-height: 1.4375rem;
  font-size: 0.8125rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.score-content {
  color: #595959;
  font-weight: 900;
  font-family: Roboto;
  text-align: center;
  flex-grow: 1;
}
.score .icon {
  line-height: 0.75rem;
  margin-left: 3px;
}
.score-group {
  display: inline-flex;
}
.score-group .icon {
  font-size: 1.5rem;
}
.score-group .icon + .score {
  margin-left: 0.5rem;
}
.count {
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #5485ff;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 0.875rem;
  width: 1.5rem;
  height: 1.5rem;
}
.avatar-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.avatar-inner .icon > svg {
  width: 100%;
  height: 100%;
}
.blue > .icon > svg > .path {
  fill: #376fff;
}
.gray > .icon > svg > .path {
  fill: #595959;
}
@supports (-webkit-touch-callout: none) {
  .banner-padding {
    padding-bottom: 90px;
  }
}
@supports not (-webkit-touch-callout: none) {
  .banner-padding {
    padding-bottom: 70px;
  }
}
@supports (-webkit-touch-callout: none) {
  .banner-showing {
    padding-bottom: 90px;
  }
}
@supports not (-webkit-touch-callout: none) {
  .banner-showing {
    padding-bottom: 70px;
  }
}
.btn {
  min-width: 59px;
  min-height: 59px;
  background: white;
  background: linear-gradient(0deg, white, #ffe2a8);
  filter: drop-shadow(0 4px 25px #ff9310);
  outline: none;
  transition: 0.1s transform;
}
.btn--main {
  min-width: 76px;
  min-height: 76px;
  background: white;
  filter: drop-shadow(0 3px 4px #3156b7);
}
.btn--main > .icon {
  filter: drop-shadow(0 4px 12px rgba(62, 116, 255, 0.25));
}
.icon > svg {
  width: 1em;
  height: 1em;
}
* {
  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;
}
#game-canvas {
  z-index: -1;
  outline: 0;
}
body {
  background: unset;
}
@keyframes attention {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.share-cont {
  transition: all 0.2s 1.5s ease-out;
}
.share-cont.invisible {
  transform: scale(2);
}
.screen {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  background-position: center;
  background-size: cover;
  transition: opacity 0.5s;
}
.screen.invisible {
  opacity: 0;
}
@supports (-webkit-touch-callout: none) {
  .screen {
    padding-bottom: 90px;
  }
}
@supports not (-webkit-touch-callout: none) {
  .screen {
    padding-bottom: 70px;
  }
}
.screen:not(.banner-showing) {
  padding-bottom: 31px;
}
.screen__leaderboard .bottom-bar,
.screen__gameplay .bottom-bar,
.screen__game-over .bottom-bar,
.screen__win .bottom-bar {
  margin-bottom: 0;
}
.popup {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: auto;
  z-index: 1000;
}
@supports (-webkit-touch-callout: none) {
  .popup.banner-showing {
    padding-bottom: 90px;
  }
}
@supports not (-webkit-touch-callout: none) {
  .popup.banner-showing {
    padding-bottom: 70px;
  }
}
.sn-ok .share-cont .share_ico {
  font-weight: bold;
}
.sn-ya .share-cont,
.sn-gd .share-cont {
  display: none;
}
@media screen and (orientation: portrait) {
  .sn-vk.odr-build .my-score {
    margin-top: 25px;
  }
  .sn-vk.odr-build .avatar.opponent {
    top: 35px;
  }
}

.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__bonus {
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  color: white;
  justify-content: space-around;
}
.popup__bonus-item {
  position: relative;
  margin: auto;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
}
.popup__bonus-item strong {
  font-weight: 900;
  font-size: 48px;
  line-height: 56px;
}
.popup__bonus #cube-preview {
  width: 256px;
  height: 256px;
  outline: 0;
}
.popup__bonus .buttons {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(71px * 2 + 15px);
}
.popup__bonus-button {
  position: relative;
  color: #595959;
  width: 100%;
  min-width: 277px;
  min-height: 71px;
  padding: 0;
  border: 0;
  border-radius: 36px;
  cursor: pointer;
  outline: none;
}
.popup__bonus > .share-cont {
  margin: auto;
}
.popup__bonus .no {
  color: white;
  font-size: 18px;
  border: none;
  background: none;
  transition: opacity 0.3s;
}
.popup__bonus .no.invisible {
  opacity: 0;
}
@media (max-width: 440px) {
  .sn-ok .popup__bonus-item {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 440px) {
  .sn-ok .popup__bonus #cube-preview {
    width: 192px;
    height: 192px;
  }
}

.claim-button {
  pointer-events: auto;
  cursor: pointer;
  color: #595959;
  outline: 0;
  font-weight: bold;
  font-size: 26px;
  line-height: 21px;
  background: linear-gradient(180deg, #faa13b 0%, #ffd37d 100%);
  box-shadow: 0 4px 12px rgba(255, 147, 16, 0.25);
  border: 3px solid white;
  border-radius: 60px;
  display: flex;
  vertical-align: middle;
}
.claim-button > * {
  margin: auto;
}
.claim-button .video-ad-icon {
  width: 38px;
  height: auto;
  filter: drop-shadow(0 4px 12px rgba(255, 149, 22, 0.25));
}
.claim-button .video-ad-icon svg > .path {
  fill: white;
}
.claim-button.requested {
  pointer-events: none;
  filter: grayscale();
}
.claim-button.collected {
  opacity: 10%;
}

@supports (-webkit-touch-callout: none) {
  .banner-padding {
    padding-bottom: 90px;
  }
}
@supports not (-webkit-touch-callout: none) {
  .banner-padding {
    padding-bottom: 70px;
  }
}
@supports (-webkit-touch-callout: none) {
  .banner-showing {
    padding-bottom: 90px;
  }
}
@supports not (-webkit-touch-callout: none) {
  .banner-showing {
    padding-bottom: 70px;
  }
}
.reward {
  position: relative;
}
.reward .icon > svg {
  width: 60px;
  height: 60px;
}
.reward-count {
  border: 2px solid white;
  text-align: center;
  background: #376fff;
  background: linear-gradient(0deg, #376fff, #5c8aff);
  position: absolute;
  filter: drop-shadow(0 1px 2px #333);
  left: 0;
  bottom: 50%;
  transform: translate(-38%, 50%);
  box-sizing: border-box;
  vertical-align: center;
  padding: 0 5px;
  color: white;
  border-radius: 32px;
  min-width: 32px;
  height: 32px;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
}

.popup__revive {
  display: flex;
  flex-direction: column;
  color: white;
  justify-content: space-around;
}
.popup__revive > * {
  margin: auto;
}
.popup__revive-button {
  position: relative;
  min-width: 177px;
  min-height: 71px;
  padding: 0;
  border: 0;
  border-radius: 36px;
  cursor: pointer;
  outline: none;
}
.popup__revive-button.no {
  color: white;
  font-size: 18px;
  border: none;
  background: none;
  transition: opacity 0.3s;
}
.popup__revive-button.no.invisible {
  opacity: 0;
}
.popup__revive-button.revive {
  padding-left: 10px;
  font-weight: bold;
  font-size: 26px;
  line-height: 21px;
  color: white;
  background: #69ae30;
  background: linear-gradient(0deg, #69ae30, #81da32);
  box-shadow: 0 4px 12px rgba(255, 147, 16, 0.25);
  border: 3px solid white;
  border-radius: 60px;
  display: flex;
  vertical-align: middle;
}
.popup__revive-button.revive > * {
  margin: auto 15px;
}
.popup__revive-button.revive.requested {
  pointer-events: none;
  filter: grayscale();
}
.popup__revive-button.revive .video-ad-icon {
  width: 38px;
  height: auto;
  filter: drop-shadow(0 4px 12px rgba(255, 149, 22, 0.25));
}
.popup__revive-button.revive .video-ad-icon svg > .path {
  fill: white;
}
.popup__revive .countdown {
  width: 256px;
  height: 256px;
  display: flex;
}
.popup__revive .countdown__label {
  margin: auto;
  color: white;
  font-size: 200px;
  font-weight: 900;
}

.screen__game-over {
  flex-direction: column;
}
.screen__game-over .main {
  height: 50%;
  display: flex;
  justify-content: center;
}
.screen__game-over .main .avatar {
  width: 117px;
  height: 117px;
}
.screen__game-over .score-avatar {
  margin: auto;
  transition: transform 300ms ease-out;
}
.screen__game-over .score-avatar.invisible:nth-child( 1 ) {
  transform: translateX(-50%);
}
.screen__game-over .score-avatar.invisible:nth-child( 2 ) {
  transform: translateX(50%);
}
.screen__game-over .score-avatar__badge--global {
  padding: 2px;
}
.screen .crosspromo {
  margin: auto;
  transition: opacity 1s 1s !important;
}

.bottom-bar {
  position: relative;
  pointer-events: auto;
  min-width: 200px;
  max-width: 344px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 59px;
  display: flex;
  flex-direction: row;
  border-radius: 36px;
  background: linear-gradient(0deg, #376fff, #5c8aff);
  transition: transform 0.5s 0.1s;
}
.bottom-bar__button {
  padding: 0;
  border: 0;
  display: inline-block;
  background: none;
  cursor: pointer;
  outline: none;
  margin: auto;
  width: 34px;
  height: 34px;
}
.bottom-bar__middle-button-cont {
  width: 65px;
  height: 65px;
}
.bottom-bar__middle-button-cont .btn {
  position: absolute;
  z-index: 1;
  top: -27px;
}
.bottom-bar__middle-button-cont .avatar.suggested {
  position: absolute;
  z-index: 0;
  width: 75px;
  height: 75px;
  left: 50%;
  top: 50%;
  transform: translate(-32.5px, -130%);
  transition: opacity 0.5s, transform 0.5s;
}
.bottom-bar__middle-button-cont .avatar.suggested > .avatar-inner {
  border-color: white;
}
.bottom-bar__middle-button-cont .avatar.suggested.invisible {
  opacity: 0%;
  transform: translate(-32.5px, -100%);
}
.bottom-bar.invisible {
  transform: translateY(200%);
}
.sn-gd .bottom-bar__button.hidden {
  visibility: hidden;
}

.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: auto;
  background: #ffe89b;
  background: linear-gradient(0deg, #ffad46, #ffe89b);
  z-index: -1;
}
.bg__stars {
  width: 100%;
  height: 100%;
  background: url(9fe0c2de9e994618.svg) no-repeat center;
  background-size: contain;
}

.screen__gameplay {
  position: absolute;
  display: flex;
  flex-direction: column;
  background: unset;
}

@keyframes score_bubble {
  0% {
    opacity: 0;
    transform: scale(0) translateY(-100%);
  }
  30% {
    opacity: 0.8;
    transform: scale(1) translateY(-150%);
  }
  100% {
    opacity: 0;
    transform: translateY(-300%);
    display: none;
  }
}
@keyframes up_and_down {
  from {
    transform: translateY(-20px);
  }
  to {
    transform: translateY(20px);
  }
}
@keyframes fadein_fadeout {
  0%,
  100% {
    opacity: 0;
  }
  10%,
  90% {
    opacity: 1;
  }
}
@keyframes tutorial_finger_animation {
  0%,
  50%,
  100% {
    left: calc(50% - 40px);
    opacity: 0;
    transform: scale(2);
  }
  5%,
  45% {
    transform: scale(1);
    opacity: 1;
    left: calc(50% - 40px);
  }
  16.5% {
    left: -40px;
    transform: rotate(-15deg);
  }
  33% {
    left: calc(100% - 40px);
    transform: rotate(15deg);
  }
}
.finger-drag,
.finger-BOMB,
.finger-HEART {
  width: 100%;
  height: 100%;
  transition: opacity 0.5s 0.1s;
}
.finger-drag.invisible,
.finger-BOMB.invisible,
.finger-HEART.invisible {
  opacity: 0;
}
.finger-drag__pivot > .icon > svg,
.finger-BOMB__pivot > .icon > svg,
.finger-HEART__pivot > .icon > svg {
  width: 80px;
  height: auto;
  transform: translateX(-50%, -50%);
}
.finger-drag {
  position: absolute;
  z-index: 2;
}
.finger-drag.invisible {
  opacity: 0;
}
.finger-drag__area {
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
}
@supports (-webkit-touch-callout: none) {
  .finger-drag__area {
    top: calc(70% - 40px);
  }
}
@supports not (-webkit-touch-callout: none) {
  .finger-drag__area {
    top: calc(70% - 20px);
  }
}
.finger-drag__pivot {
  position: absolute;
  animation: tutorial_finger_animation 10s infinite forwards;
}
.finger-BOMB__area,
.finger-HEART__area {
  position: absolute;
  transform: translate(-30px, -100px);
  z-index: 2;
}
.finger-BOMB__pivot,
.finger-HEART__pivot {
  position: absolute;
  left: 50%;
  width: 50px;
  transform: rotate(160deg);
  animation: fadein_fadeout linear 2s forwards;
}
.finger-BOMB__pivot .icon > svg,
.finger-HEART__pivot .icon > svg {
  animation: up_and_down linear 0.5s infinite alternate-reverse;
  width: 50px;
}
@supports (-webkit-touch-callout: none) {
  .sn-ya .finger-drag__area {
    top: calc(70% - 40px);
  }
}
@supports not (-webkit-touch-callout: none) {
  .sn-ya .finger-drag__area {
    top: calc(70% - 20px);
  }
}

.sounds-control {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 5px;
  top: calc(30% - 84px);
}
.sounds-control.invisible {
  visibility: hidden;
}
.sounds-control .btn {
  width: 42px;
  height: 42px;
}
.sounds-control .btn--muted {
  border: 1px dashed rgba(255, 255, 255, 0.2);
  opacity: 0.5;
}
.sounds-control .btn-icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  margin: 2px 0;
}
.sounds-control .btn-icon__sounds {
  background-image: url(783afaeb2c33ef1b.svg);
}
.sounds-control .btn-icon__music {
  background-image: url(86f54b105512b82e.svg);
}

.badge-red {
  position: absolute;
  text-align: center;
  background: red;
  font-size: 13px;
  line-height: 17px;
  font-weight: 900;
  color: white;
  border: 2px solid white;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  top: -8px;
  right: -8px;
}

.bottom-bar {
  pointer-events: auto;
  margin: auto auto 34px auto;
  height: 59px;
  min-width: 344px;
  display: flex;
  flex-direction: row;
  border-radius: 36px;
  background: linear-gradient(0deg, #376fff, #5c8aff);
  transition: transform 0.5s 0.1s;
}
.bottom-bar.invisible {
  transform: translateY(200%);
}
.bottom-bar__button {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  display: inline-block;
  background: none;
  cursor: pointer;
  outline: none;
  transform: translate(0, 0);
  margin: auto;
}
.bottom-bar__button.invite-friends {
  transform: translateX(13px);
}
.bottom-bar__button > .icon > svg {
  width: 100%;
  height: 100%;
}
.bottom-bar__button.disabled {
  pointer-events: none;
  filter: grayscale();
  opacity: 0.3;
}
.bottom-bar__powerup {
  position: relative;
  margin: auto;
}
.bottom-bar__powerup .badge {
  position: absolute;
  font-size: 13px;
  font-weight: 900;
  top: 10px;
  left: 36px;
  color: white;
}
.bottom-bar__powerup .badge .plus-btn {
  position: absolute;
  cursor: pointer;
  top: calc(-21px * 0.7);
  right: calc(-21px * 0.7);
  width: 21px;
  height: 21px;
}
.bottom-bar__powerup .badge .plus-btn > .icon > svg {
  width: 100%;
  height: 100%;
}
.bottom-bar .invite-friends-btn {
  transform: translateX(15px);
}
.sn-ya .bottom-bar,
.sn-gd .bottom-bar {
  /* Portrait */
  /* Landscape */
}
@media all and (orientation: landscape) {
  .sn-ya .bottom-bar,
  .sn-gd .bottom-bar {
    /* Landscape styles */
    transform: scale(0.7) translateY(30%);
  }
}

.shop-panel {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 5px;
  top: calc(30% - 84px);
}
.shop-panel .shop-badge {
  top: -5px;
  right: -5px;
}

@supports (-webkit-touch-callout: none) {
  .banner-padding {
    padding-bottom: 90px;
  }
}
@supports not (-webkit-touch-callout: none) {
  .banner-padding {
    padding-bottom: 70px;
  }
}
@supports (-webkit-touch-callout: none) {
  .banner-showing {
    padding-bottom: 90px;
  }
}
@supports not (-webkit-touch-callout: none) {
  .banner-showing {
    padding-bottom: 70px;
  }
}
.shop-btn {
  border: 1px dashed white;
  background: unset;
  margin: 2px 0;
  width: 42px;
  height: 42px;
}
.shop-btn .icon > svg {
  width: 2rem;
  height: 2rem;
  transform: translateY(2px);
}

.top-bar {
  padding: 10px;
}
.top-bar .avatar-inner > .avatar-bg > svg > .face {
  fill: #faa13b;
}
.top-bar .avatar-inner > .avatar-bg > svg > .path {
  fill: #ffe89b;
}
.top-bar .opponent {
  position: absolute;
  top: 10px;
  right: 10px;
}

@supports (-webkit-touch-callout: none) {
  .banner-padding {
    padding-bottom: 90px;
  }
}
@supports not (-webkit-touch-callout: none) {
  .banner-padding {
    padding-bottom: 70px;
  }
}
@supports (-webkit-touch-callout: none) {
  .banner-showing {
    padding-bottom: 90px;
  }
}
@supports not (-webkit-touch-callout: none) {
  .banner-showing {
    padding-bottom: 70px;
  }
}
.my-score {
  position: relative;
  min-height: 10px;
  max-height: 200px;
  display: flex;
}
.my-score__trophy {
  margin: auto 10px;
  display: flex;
  width: auto;
  height: 25px;
}
.my-score__trophy > svg {
  margin: auto;
}
.my-score .score_badge {
  color: #595959;
  background: #ffcf68;
  z-index: 1;
  border-radius: 23px;
  font-style: normal;
  font-weight: 900;
  font-size: 13px;
  line-height: 15px;
  min-width: 77px;
  height: 23px;
  text-align: center;
  padding: 4.5px 10px 0 10px;
  box-shadow: 0 4px 15px rgba(255, 142, 28, 0.7);
}

.ingame-context-switch {
  position: absolute;
  top: 20px;
  right: 20px;
  transform: scale(0.8);
  margin-top: -15px;
  margin-right: -15px;
  transition: transform 0.5s ease-out;
}
.ingame-context-switch .avatar-inner {
  background: #faa13b;
}
.ingame-context-switch .avatar-play-with-btn > .btn {
  transition: 0.1s all;
  filter: unset;
}
.ingame-context-switch.invisible {
  transform: translateX(250px);
}

.opponent {
  max-width: 77px;
  max-height: 77px;
}

.gameplay__bubbles {
  z-index: 100;
  pointer-events: none;
}
.gameplay__bubbles .bubble {
  position: absolute;
}
.gameplay__bubbles .bubble .score-bubble {
  animation: score_bubble 1s ease-out forwards;
  font-size: 40px;
  font-weight: bold;
  color: white;
}

.screen__leaderboard {
  display: flex;
  flex-direction: column;
}
.screen__leaderboard__buttons {
  margin: auto;
  display: flex;
  flex-direction: row;
}
.screen__leaderboard__buttons > .button {
  margin: 20px;
}
.screen__leaderboard .board {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 100%;
  max-width: 450px;
  height: 500px;
  max-height: 600px;
}
.screen__leaderboard .board__scroll {
  pointer-events: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 12px;
  margin: auto;
  width: 100%;
  max-width: 400px;
  min-width: 250px;
}
.screen__leaderboard .board__scroll ::after {
  display: block;
  height: 60px;
}
@media (max-height: 500px) {
  .screen__leaderboard .board__scroll {
    height: 350px;
    max-height: 450px;
  }
}
.screen__leaderboard .board__item {
  -webkit-transform: translate3d(0, 0, 0);
  display: flex;
  margin: 4px auto 4px auto;
  width: 100%;
}
.screen__leaderboard .board__item.me .button {
  display: none;
}
.screen__leaderboard .board__item.inactive .button {
  display: none;
}

@supports (-webkit-touch-callout: none) {
  .banner-padding {
    padding-bottom: 90px;
  }
}
@supports not (-webkit-touch-callout: none) {
  .banner-padding {
    padding-bottom: 70px;
  }
}
@supports (-webkit-touch-callout: none) {
  .banner-showing {
    padding-bottom: 90px;
  }
}
@supports not (-webkit-touch-callout: none) {
  .banner-showing {
    padding-bottom: 70px;
  }
}
.board__item {
  background: #376fff;
  background: linear-gradient(0deg, #376fff, #5c8aff);
  box-shadow: 0 3px 12px #ff9310;
  border-radius: 42px;
  height: 84px;
  padding: 4px;
  transition-timing-function: cubic-bezier(0.46, 1.89, 0.43, 0.73);
}
.board__item.invisible {
  opacity: 0;
  transform: translateY(100vh);
}
.board__item .avatar-inner > .avatar-bg > svg > .path {
  fill: #5c8aff;
}
.board__item.me {
  background: #5cb0ff;
  border: 3px dashed white;
}
.board__item .play-btn > .icon {
  transform: translate(2px, 2px);
}
.board__item .play-btn,
.board__item .reward {
  margin: auto 0;
}
.board__item.inactive .play-btn,
.board__item.me .play-btn {
  visibility: hidden;
}
.board__item > .claim-button {
  font-size: 18px;
  background: #69AE30;
  background: linear-gradient(0deg, #69AE30, #81DA32);
  color: white;
}
.board__item > .claim-button > span {
  margin: auto 20px;
}
.board__item > .claim-button .reward {
  position: relative;
}
.board__item > .claim-button .reward .icon > svg {
  width: 40px;
  height: 40px;
}
.board__item > .claim-button .reward-count {
  z-index: 1;
  font-weight: 600;
  font-size: 14px;
}
.board__item.invite {
  pointer-events: auto;
  cursor: pointer;
}
.board__item.invite .share_ico {
  margin: 20px;
}
.board__item.invite .share_ico .st0 {
  fill: white;
  stroke: none;
}
.board__item.invite.pending {
  opacity: 0.5;
  background: #595959;
}
.board__item > .avatar > .avatar-inner {
  border: 3px solid white;
}
.board__item .info {
  position: relative;
  top: -5%;
  font-size: 14px;
  margin: auto auto auto 15px;
}
.board__item .info > * {
  color: white;
}
.board__item .info__score {
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
}
.board__item .info__score--global::before {
  content: " ";
  margin-right: 8px;
  vertical-align: -3px;
  display: inline-block;
  width: 19px;
  min-height: 19px;
  background-image: url(536c397dba77d793.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.board__item .badge {
  color: white;
  background: #3377cf;
  position: absolute;
  z-index: 1;
  top: calc(50% - 31px / 2);
  left: -13px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid white;
  font-size: 13px;
  font-weight: 900;
  line-height: 15px;
  width: 31px;
  height: 31px;
  padding: 6px 3px 0 3px;
}
.board__item .avatar {
  width: 76px;
  border-color: white;
  filter: drop-shadow(0 4px 12px rgba(19, 75, 223, 0.25));
}
.sn-ya .board__item .play-btn {
  visibility: hidden;
  display: none;
}

.extra-animations-overlay {
  position: absolute;
  z-index: 10000;
  width: 100%;
  height: 100%;
}

@keyframes reward_bubble_animation {
  0% {
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -100%);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -150%);
    opacity: 0;
  }
}
.reward-bubble__main {
  position: absolute;
}
.reward-bubble__cont {
  position: absolute;
  display: flex;
  transform: translate(-50%, -50%);
  animation: reward_bubble_animation linear 0.5s forwards;
}
.reward-bubble__cont .icon > svg {
  width: 50px;
  height: 50px;
}
.reward-bubble__cont .count {
  color: white;
}

@supports (-webkit-touch-callout: none) {
  .banner-padding {
    padding-bottom: 90px;
  }
}
@supports not (-webkit-touch-callout: none) {
  .banner-padding {
    padding-bottom: 70px;
  }
}
@supports (-webkit-touch-callout: none) {
  .banner-showing {
    padding-bottom: 90px;
  }
}
@supports not (-webkit-touch-callout: none) {
  .banner-showing {
    padding-bottom: 70px;
  }
}
.shop__item {
  color: white;
  display: flex;
  align-items: center;
  background: #5c8aff;
  background: linear-gradient(0deg, #376fff, #5c8aff);
  box-shadow: 0 3px 12px #ff9310;
  border-radius: 42px;
  height: 84px;
  padding: 4px 4px 4px 20px;
}
.shop__item .buy-button {
  min-width: 150px;
  margin-left: auto;
  box-shadow: unset;
  filter: unset;
  pointer-events: auto;
  cursor: pointer;
  color: white;
  outline: 0;
  font-weight: bold;
  font-size: 26px;
  line-height: 21px;
  padding: 0 25px;
  background: #69ae30;
  background: linear-gradient(0deg, #69AE30, #81DA32);
  border: 3px solid white;
  border-radius: 60px;
  height: 100%;
  transition: 0.5s opacity;
}
.shop__item .buy-button.requested {
  pointer-events: none;
  filter: grayscale();
}
.shop__item .buy-button.collected {
  opacity: 10%;
}
.shop__item.requested .buy-button {
  opacity: 0.2;
}

@supports (-webkit-touch-callout: none) {
  .banner-padding {
    padding-bottom: 90px;
  }
}
@supports not (-webkit-touch-callout: none) {
  .banner-padding {
    padding-bottom: 70px;
  }
}
@supports (-webkit-touch-callout: none) {
  .banner-showing {
    padding-bottom: 90px;
  }
}
@supports not (-webkit-touch-callout: none) {
  .banner-showing {
    padding-bottom: 70px;
  }
}
.bottom-bar.shop .btn-close > svg {
  fill: #376fff;
}

.screen__shop {
  display: flex;
  flex-direction: column;
}
.screen__shop .shop__item,
.screen__shop .board__item {
  margin: 10px auto;
}
.screen__shop .shop__item > span {
  font-weight: bold;
  font-size: 26px;
  margin: auto auto auto 12px;
}
.screen__shop .shop__item .multibundle {
  display: flex;
}
.screen__shop .shop__item .multibundle .reward:nth-child( 1 ) {
  z-index: 1;
}
.screen__shop .shop__item .multibundle .reward:nth-child( 2 ) {
  z-index: 2;
  margin-left: -25px;
}
.screen__shop .board {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 100%;
  max-width: 450px;
  height: 500px;
  max-height: 600px;
}
.screen__shop .board__scroll {
  pointer-events: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 12px;
  margin: auto;
  width: 100%;
  max-width: 400px;
  min-width: 250px;
}
.screen__shop .board__scroll ::after {
  display: block;
  height: 60px;
}
.screen__shop .board__item {
  display: flex;
  width: 100%;
}
.screen__shop .board .no-ads {
  margin-bottom: 25px;
}
.screen__shop .board .no-ads > .icon {
  margin: 0 10px;
  width: 60px;
  height: 100%;
}
.screen__shop .board .no-ads > .icon > svg {
  width: 100%;
  height: 100%;
}
.screen__shop .close-btn {
  margin: auto;
}

@supports (-webkit-touch-callout: none) {
  .banner-padding {
    padding-bottom: 90px;
  }
}
@supports not (-webkit-touch-callout: none) {
  .banner-padding {
    padding-bottom: 70px;
  }
}
@supports (-webkit-touch-callout: none) {
  .banner-showing {
    padding-bottom: 90px;
  }
}
@supports not (-webkit-touch-callout: none) {
  .banner-showing {
    padding-bottom: 70px;
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.winner_cont {
  position: relative;
  margin: -30% auto auto;
}
.winner_cont .icon > svg {
  width: 100%;
  height: 100%;
}
.winner_cont-winner {
  position: relative;
}
.winner_cont-winner > .avatar {
  z-index: 2;
  position: absolute;
  width: 117px;
  height: 117px;
  top: calc(50% - 117px / 2);
  left: calc(50% - 117px / 2);
  filter: drop-shadow(0 4px 15px rgba(255, 142, 28, 0.7));
}
.winner_cont-winner > .avatar__badge {
  font-size: 18px;
  font-weight: 900;
  margin-top: -10px;
  width: 93px;
  height: 29px;
  background: #ffcf68;
  border-radius: 63px;
  padding-top: 7px;
  transition: all 0.6s 0.4s;
}
.winner_cont-winner > .avatar .avatar {
  max-width: 117px;
  max-height: 117px;
  border: 7px solid #faa13b;
  transition: all 0.4s ease-in;
}
.winner_cont-winner > .avatar.invisible .avatar,
.winner_cont-winner > .avatar.invisible .score-avatar__badge {
  opacity: 0%;
  transform: scale(0);
}
.winner_cont-winner > .avatar.invisible .score-avatar__badge {
  transform: translateY(50px);
}
.winner_cont-winner-trophy {
  position: absolute;
  top: calc(50% - 51px * 2 - 9px);
  left: calc(50% - 51px / 2);
  width: 51px;
  height: 51px;
  z-index: 2;
  transition: all 0.2s 0.5s ease-out;
}
.winner_cont-winner-trophy.invisible {
  opacity: 0%;
  transform: translateY(51px) scale(0);
}
.winner_cont-winner-framing {
  z-index: 1;
  position: absolute;
  top: calc(50% - 95px);
  left: calc(50% - 200px / 2);
  width: 200px;
  height: auto;
  transition: transform 0.2s 0.3s ease-out, opacity 0.3s 0.3s;
}
.winner_cont-winner-framing.invisible {
  opacity: 0%;
  transform: translateY(70%) scale(0);
}
.winner_cont-winner-star {
  animation: rotation 20s infinite linear;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: flex;
  transition: all 1s 0.5s ease-out;
}
.winner_cont-winner-star.invisible {
  opacity: 0%;
  transform: translateZ(100px);
}
.winner_cont-winner-star.icon > svg {
  width: 150%;
  height: 150%;
}
.sn-ya .winner_cont,
.sn-gd .winner_cont {
  margin: 0 auto auto;
}

@supports (-webkit-touch-callout: none) {
  .banner-padding {
    padding-bottom: 90px;
  }
}
@supports not (-webkit-touch-callout: none) {
  .banner-padding {
    padding-bottom: 70px;
  }
}
@supports (-webkit-touch-callout: none) {
  .banner-showing {
    padding-bottom: 90px;
  }
}
@supports not (-webkit-touch-callout: none) {
  .banner-showing {
    padding-bottom: 70px;
  }
}
.screen__win .content {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 600px;
}
.screen__win .content .loose {
  position: absolute;
  top: 60%;
  display: flex;
  width: 100%;
  justify-content: center;
}
.screen__win .content .loose > * {
  margin: auto;
}
.screen__win .content .loose > .avatar {
  width: 59px;
  height: 59px;
}
.screen__win .content .loose > .avatar > .avatar-inner {
  border: 4px solid #faa13b;
}
.screen__win .content .loose .score-avatar {
  margin: 0 auto auto;
  filter: drop-shadow(0 4px 15px rgba(255, 142, 28, 0.7));
  transition: all 1s 1s;
}
.screen__win .content .loose .score-avatar.invisible {
  transform: translateY(-50%);
  opacity: 0;
}
.screen__win .content .loose .score-avatar.hidden {
  visibility: hidden;
}
.screen__win .optionals {
  display: flex;
}
.screen__win .optionals > * {
  margin: auto;
}
.screen__win .bottom-bar {
  bottom: 0;
}
.screen__win .back-stars {
  visibility: hidden;
}
.screen__win .login {
  margin: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
}
.screen__win .login-offer-text {
  padding: 0;
}
.screen__win .login-offer-btn {
  max-width: 50%;
  margin: auto;
  color: #666;
}

.popup__highscore {
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  color: white;
  justify-content: space-around;
}
.popup__highscore-item {
  position: relative;
  margin: auto;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  display: flex;
}
.popup__highscore-item .winner_cont {
  margin: 0;
  margin-top: 8%;
  opacity: 0;
}
.popup__highscore-item p.title,
.popup__highscore-item p.points {
  margin-top: 12px;
  margin-bottom: 10px;
}
.popup__highscore-item p.title {
  opacity: 0;
  font-size: 24px;
}
.popup__highscore-item p.points {
  font-size: 32px;
}
.popup__highscore-item .optionals {
  display: flex;
}
.popup__highscore-item .claim-button {
  margin: auto 10px;
  opacity: 0;
  transform: translateX(-20%);
}
.popup__highscore-item strong {
  font-weight: 900;
  font-size: 48px;
  line-height: 56px;
}
.popup__highscore-item .share_ico > div {
  font-size: 16px;
}
.popup__highscore-item .loose {
  width: 50px;
  opacity: 0;
}
.popup__highscore-item > .share-cont {
  opacity: 0;
  transform: translateX(20%);
}
.popup__highscore-item > .share-cont .screenshot {
  opacity: 1;
  max-width: 250px;
  min-height: 100px;
  height: auto;
}
.popup__highscore .buttons {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.popup__highscore-button {
  position: relative;
  color: #595959;
  width: 100%;
  min-width: 277px;
  min-height: 71px;
  padding: 0;
  border: 0;
  border-radius: 36px;
  cursor: pointer;
  outline: none;
}
.popup__highscore .no {
  color: white;
  font-size: 18px;
  border: none;
  background: none;
  transition: opacity 0.3s;
}
.popup__highscore .no.invisible {
  opacity: 0;
}
.popup__highscore.animation_started {
  background-color: rgba(0, 0, 0, 0.7);
  transition-duration: 0.4s;
  transition-timing-function: ease-in;
}
.popup__highscore.animation_active .popup__highscore-item p.title {
  visibility: visible;
  transition-delay: 0.3s;
  transition-duration: 0.3s;
  font-size: 42px;
  opacity: 1;
  transition-timing-function: ease-in;
}
.popup__highscore.animation_active .popup__highscore-item p.points {
  font-size: 42px;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}
.popup__highscore.animation_active .popup__highscore-item .winner_cont {
  opacity: 1;
  transition-delay: 0s;
  transition-duration: 0.1s;
  transition-timing-function: ease-in;
}
.popup__highscore.animation_active .popup__highscore-item .loose {
  opacity: 1;
  transition-delay: 0s;
  transition-duration: 0.1s;
  transition-timing-function: ease-in;
}
.popup__highscore.animation_active .popup__highscore-item .claim-button {
  visibility: visible;
  opacity: 1;
  margin: auto 10px;
  transition-delay: 1.15s;
  transition-duration: 0.4s;
  transition-timing-function: ease-in;
  transform: translateX(0);
}
.popup__highscore.animation_active .popup__highscore-item > .share-cont {
  visibility: visible;
  opacity: 1;
  transition-delay: 1.15s;
  transition-duration: 0.4s;
  transition-timing-function: ease-in;
  transform: translateX(0);
}

.popup__powerup {
  color: white;
  display: flex;
}
.popup__powerup .content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  margin: auto;
  width: 305px;
  height: 411px;
  border-radius: 30px;
  background: white;
  background: linear-gradient(180deg, #6a85cb 0%, #7aa0ff 0.01%, #486ac0 51.04%, #7ca1ff 100%);
}
.popup__powerup .content .close-btn {
  position: absolute;
  right: 0;
  background: unset;
}
.popup__powerup .content .claim-button {
  margin: auto;
  min-height: 70px;
  padding-left: 20px;
}
.popup__powerup .content .reward {
  margin: 40px auto auto auto;
  display: flex;
}
.popup__powerup .content .reward .icon > svg {
  width: 124px;
  height: auto;
}
.popup__powerup .content .shop-more-btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  bottom: 0;
  color: white;
  font-weight: 900;
  font-size: 53.4506px;
  background: unset;
  text-decoration: underline;
}

.popup__login {
  color: white;
  display: flex;
}
.popup__login .content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  margin: auto;
  width: 305px;
  height: 250px;
  border-radius: 30px;
  background: white;
  background: linear-gradient(180deg, #6a85cb 0%, #7aa0ff 0.01%, #486ac0 51.04%, #7ca1ff 100%);
}
.popup__login .content .close-btn {
  position: absolute;
  right: 0;
  background: unset;
}
.popup__login .content .authorize-info {
  margin: auto;
  text-align: center;
}
.popup__login .content .login-btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  bottom: 5%;
  color: white;
  font-weight: 900;
  font-size: 53.4506px;
  background: unset;
  text-decoration: underline;
}


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