@font-face {
  font-family: "Mona Sans";
  src: local("Mona Sans"), url("../font/Mona-Sans-Regular.woff2") format("woff");
}
@font-face {
  font-family: "Mona Sans";
  src: local("Mona Sans"), url("../font/Mona-Sans-RegularItalic.woff2") format("woff");
  font-style: italic;
}
@font-face {
  font-family: "Mona Sans";
  src: local("Mona Sans"), url("../font/Mona-Sans-Bold.woff2") format("woff");
  font-weight: Bold;
}
.button-primary {
  border: solid 2px red;
  color: red;
  border-radius: 10px;
}
.button-primary:hover, .button-primary:active {
  background-color: red !important;
  color: white;
  border-color: transparent !important;
}
.button-primary.custom {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
}

.button-secondary {
  background-color: #039f97;
  color: #FFFFFF;
  border-radius: 50rem;
  text-transform: uppercase;
}
.button-secondary:hover, .button-secondary:active {
  background-color: #026d67 !important;
  color: #FFFFFF !important;
  border-color: transparent !important;
}

.button-green {
  background-color: #65BA3F;
  color: #FFFFFF;
  border-radius: 50rem;
  text-transform: uppercase;
}
.button-green:hover, .button-green:active {
  background-color: #509432 !important;
  color: #FFFFFF !important;
  border-color: transparent !important;
}

.button-dark {
  background-color: #6C757D;
  color: #FFFFFF;
  border-radius: 50rem;
  text-transform: uppercase;
}
.button-dark:hover, .button-dark:active {
  background-color: #545b62 !important;
  color: #FFFFFF !important;
  border-color: transparent !important;
}

.button-genre {
  background-color: #00968d;
  color: #0C092A !important;
  border-radius: 50rem !important;
  line-height: normal;
  border: 1px solid #00968d;
  color: #FFFFFF !important;
}
.button-genre__icon {
  background-color: #969696;
  color: #FFFFFF;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.75rem;
  vertical-align: middle;
  margin-right: 0.35rem;
}
.button-genre.active {
  background-color: #FD9800 !important;
  border-color: #FD9800;
  color: #FFFFFF !important;
}
.button-genre.active .button-genre__icon {
  background-color: #FFFFFF;
  color: #969696;
}

.button-favorite {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #F5F5F5;
  color: #00AFA5;
  font-size: 1.125rem;
  border: 1px solid rgba(0, 175, 165, 0.5);
}
.button-favorite.active {
  background-color: #FFD706;
  border-color: #FFD706;
  color: #00AFA5;
}

.btn-subs {
  margin-top: 72px;
}

.banner {
  margin-top: 18px;
}

.radius-100 {
  border-radius: 100px;
}

[class^=icon-]:before, [class*=" icon-"]:before {
  width: auto;
}

.fi {
  line-height: 0;
}

body {
  font-family: "Mona Sans";
  text-rendering: optimizeLegibility;
  font-size: 0.875rem;
  background: #f4f4f4;
  min-height: 100vh;
}

a {
  text-decoration: none;
  color: #039f97;
}
a:hover {
  text-decoration: none;
  color: #0C092A;
}

.form-control {
  border-radius: 100px;
}

.box-wrapper {
  max-width: 578px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #FFFFFF;
}
.box-wrapper.login {
  /* background-image: url("../img/bg-wallpaper.png"); */
  min-height: 100dvh;
}

.header {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.header-menu {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.header-menu__item {
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  color: #00AFA5;
  border-radius: 50%;
  margin-right: 0.875rem;
  font-size: 1rem;
}
.header-menu__item:last-of-type {
  margin-right: 0;
}

.header-title {
  position: relative;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  min-height: 67px;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  z-index: 70;
}
.header-title--white {
  color: #FFFFFF;
}
.header-title--white .header-title__back {
  color: #FFFFFF;
}
.header-title__back {
  width: auto;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-flex;
  align-items: center;
  font-size: 1.125rem;
  vertical-align: middle;
  color: #0C092A;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.75rem;
}

.header-search {
  padding-bottom: 0.75rem;
}
.header-search__field {
  position: relative;
}
.header-search__field input {
  border-radius: 50rem;
}
.header-search__field .field-icon {
  position: absolute;
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  padding-right: 0.75rem;
  top: 0;
  font-size: 1.125rem;
  color: #969696;
}

.logo {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  color: #00AFA5;
  height: 25px;
}
.logo img {
  width: 150px;
  height: auto;
  object-fit: contain;
  object-position: center left;
  margin-bottom: 24px;
}

.bottom-nav {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 99;
  background-color: #FFFFFF;
}
.bottom-nav .col {
  min-width: 25%;
}
.bottom-nav .nav-box {
  text-align: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  line-height: normal;
  display: block;
  text-decoration: none;
  position: relative;
  color: #969696;
}
.bottom-nav .nav-box-ico {
  font-size: 1.313rem;
  color: #969696;
  display: block;
  text-decoration: none;
  margin-bottom: 0.15rem;
}
.bottom-nav .nav-box-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 100%;
  font-size: 0.75rem;
}
.bottom-nav .active .nav-box,
.bottom-nav .active .nav-box-ico {
  color: #00AFA5;
}

.bottom-spacer {
  display: block;
  min-height: 60px;
}

.content {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.content.detail {
  padding-top: 0 !important;
  background: #00AFA5;
}

.section {
  position: relative;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.section-title {
  font-weight: bold;
  line-height: normal;
  font-size: 1.125rem;
  margin-bottom: 0;
}
.section-title a {
  color: #00AFA5;
}
.section-link {
  display: inline-flex;
  align-items: center;
  color: #0C092A;
}
.section-link .fi {
  margin-left: 0.15rem;
}
.section--no-space-bottom {
  padding-bottom: 0;
}

.game-box {
  position: relative;
  border-radius: 0.875rem;
  overflow: hidden;
  margin-bottom: 1rem;
  display: block;
  box-shadow: 0 5px 15px rgba(12, 9, 42, 0.15);
  transition: 0.1s ease-out;
}
.game-box.more {
  box-shadow: none;
}
.game-box.more img {
  border-radius: 0.875rem;
}
.game-box.more .game-box__title {
  color: #0C092A;
  margin-top: 8px;
}
.game-box:hover {
  box-shadow: none;
  transition: 0.1s ease-in;
}
.game-box-lg {
  margin-bottom: 0;
}
.game-box-lg .game-box__title {
  font-size: 1rem;
}
.game-box img {
  max-width: 100%;
  border-radius: 0.875rem 0.875rem 0 0;
}
.game-box__info {
  display: flex;
  align-items: flex-end;
  justify-content: start;
  background-color: #FFFFFF;
  color: #0C092A;
  padding: 0.5rem 0.75rem;
  border-radius: 0 0 0.875rem 0.875rem;
  line-height: normal;
  z-index: 1;
  position: relative;
}
.game-box__cat {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background-color: #FFFFFF;
  border-radius: 50%;
  color: #0C092A;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.35);
  margin-right: 0.5rem;
  background-clip: content-box;
  padding: 1px;
  font-size: 0.875rem;
}
.game-box__meta {
  flex: 1;
  overflow: hidden;
  font-size: 0.75rem;
}
.game-box__title {
  font-size: 0.875rem;
  margin-bottom: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.media-box {
  display: flex;
}
.media-box__start {
  flex-shrink: 0;
}
.media-box__end {
  flex: 1;
}

.swiper.swiper-main {
  padding-bottom: 1.75rem;
  padding-left: 0.75rem;
}
.swiper.swiper-main .swiper-slide {
  transition: all 0.2s ease-in-out;
}
.swiper-pagination {
  bottom: 0 !important;
}
.swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 50rem;
  background-color: #FFFFFF;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #0C092A;
}

.nav-pills-no-wrap {
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  padding: 0;
  display: block;
}
.nav-pills-no-wrap li {
  display: inline-block;
  margin-right: 0.15rem;
}
.nav-pills-no-wrap li:last-child {
  margin-right: 0;
}

.card-profile {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7490196078);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
}
.card-profile.bg-transparent {
  box-shadow: none;
}
.card-profile img {
  width: 86px;
  height: 86px;
  object-fit: cover;
  border-radius: 50%;
}
.card-profile .button-primary {
  border-radius: 100px;
  min-width: 150px;
  margin-top: 18px;
}
.card-profile .items {
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 14px;
  margin-top: 14px;
}
.card-profile .items .label {
  font-size: 16px;
}
.card-profile .items .value {
  font-size: 18px;
  font-weight: bold;
}

.profile-menu {
  background-color: #FFFFFF;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  border-radius: 0.875rem;
  position: relative;
  z-index: 1;
  box-shadow: 0 5px 15px rgba(12, 9, 42, 0.15);
}
.profile-menu__list {
  list-style: none;
  display: block;
  border-bottom: 1px solid rgba(108, 117, 125, 0.25);
  position: relative;
}
.profile-menu__list:last-child {
  border-bottom: none;
}
.profile-menu__list::before {
  content: "\f133";
  font-family: uicons-regular-rounded !important;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  right: 1.25rem;
  color: rgba(12, 9, 42, 0.5);
  top: 50%;
  transform: translateY(-50%);
}
.profile-menu__list .menu-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 25px;
  margin-right: 0.5rem;
  font-size: 1.125rem;
  color: #00AFA5;
}
.profile-menu__list .menu-icon--smaller {
  font-size: 1.125rem;
}
.profile-menu a {
  display: flex;
  align-items: center;
  padding: 0.875rem 0.75rem;
  color: #0C092A;
  text-decoration: none;
  line-height: normal;
}

.button-close {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.625rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: #969696;
}

.game-thumbnail-lg {
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  border-radius: 0.875rem;
  position: relative;
}
.game-thumbnail-lg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 0.875rem;
  position: relative;
  z-index: 2;
}

.game-preview {
  margin-bottom: 0.5rem;
}
.game-preview img {
  max-width: 100%;
  border-radius: 0.875rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  margin-bottom: 0.5rem;
}

.swiper.game-preview .swiper-slide {
  max-width: 85%;
}
.swiper.game-related .swiper-slide {
  max-width: 180px;
}

.login-bg {
  background-color: #00AFA5;
  min-height: calc(300px + 1.625rem);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-size: auto;
  animation-name: animate-bg;
  animation-timing-function: linear;
  animation-duration: 2000s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  background-position: center top;
}
.login-bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 175, 165, 0.85) 0%, rgba(3, 159, 151, 0.95) 100%);
}
.login-bg__logo {
  text-align: center;
  position: relative;
  z-index: 1;
}
.login-bg__logo img {
  width: 281px;
  height: auto;
  object-fit: contain;
  object-position: center center;
}

@keyframes animate-bg {
  100% {
    background-position: 0 100000px;
  }
}
.login-form {
  text-align: left;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
  padding-top: 165px;
}
.login-form input {
  box-shadow: 0 3px 6px rgba(12, 9, 42, 0.05);
}
.login-form__title {
  font-weight: bold;
  font-size: 1.3125rem;
  margin-bottom: 1.3125rem;
}
.login-form__logo {
  width: 281px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}
.login-form__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.form {
  position: relative;
}
.form__field {
  margin-bottom: 1rem;
  position: relative;
}
.form__field .field-icon {
  position: absolute;
  width: 52px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  color: #00AFA5;
}
.form__field--with-icon input {
  padding-left: 48px;
}

.game-history {
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
  border-radius: 0.875rem;
  position: relative;
  z-index: 1;
  box-shadow: 0 5px 15px rgba(12, 9, 42, 0.15);
}
.game-history li {
  border-bottom: 1px solid rgba(108, 117, 125, 0.25);
  padding: 1rem;
  list-style: none;
}
.game-history li:last-child {
  border-bottom: none;
}

.game-list {
  display: flex;
  color: #00AFA5;
}
.game-list__image {
  flex-shrink: 0;
  max-width: 150px;
  border-radius: 0.875rem;
  margin-right: 1rem;
}
.game-list__image img {
  width: 100%;
  border-radius: 0.875rem;
}
.game-list__meta {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.game-list__title {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.game-list__score {
  font-size: 0.875rem;
  color: #969696;
  margin-bottom: 0;
}
.game-list__date {
  display: inline-block;
  font-size: 0.75rem;
  color: #969696;
  border: 1px solid rgba(3, 159, 151, 0.5);
  padding: 0.25rem 0.375rem;
  border-radius: 50rem;
  line-height: normal;
  position: absolute;
  bottom: 0;
}

.profile-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid #FFFFFF;
  padding: 0.5rem;
}
.profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 50%;
}

.action {
  position: fixed;
  bottom: 1.5rem;
  left: 1rem;
  right: 1rem;
}
.action::after {
  content: "";
  width: 80%;
  height: 10px;
  display: block;
  background-color: rgba(101, 186, 63, 0.85);
  margin: 0 auto;
  filter: blur(8px);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.action .btn {
  text-transform: uppercase;
  padding: 0.5rem 0.75rem;
  position: relative;
  z-index: 1;
}

.badge-status {
  padding: 0.35em 0.65em;
  background-color: #0DCAF0;
  color: #FFFFFF;
  display: inline-block;
  border-radius: 0.4375rem;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  line-height: normal;
}

.simple-card {
  border-radius: 0.875rem;
  background-color: #FFFFFF;
  padding: 1rem;
}

.game-info {
  padding: 1.3125rem;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 50vh;
  z-index: 10;
  color: #FFFFFF;
}
.game-info__pict {
  width: 185px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(-1.5rem - 60px);
  margin-bottom: 1rem;
  text-align: center;
  position: relative;
}
.game-info__pict img {
  width: 100%;
  height: 100%;
  border-radius: 0.875rem;
  object-fit: contain;
  object-position: center center;
  position: relative;
  z-index: 2;
}
.game-info__pict::after {
  content: "";
  width: 80%;
  height: 10px;
  display: block;
  background-color: rgba(12, 9, 42, 0.35);
  margin: 0 auto;
  filter: blur(8px);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.game-info__title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.game-info__cat {
  color: #e9e9e9;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  min-height: 100dvh;
  background-image: url("../img/overlay-full.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 5;
}

.game-pict {
  position: relative;
  margin-top: -78px;
  left: 0;
  right: 0;
  top: 0;
  height: calc(50vh + 30px);
  z-index: 1;
}
.game-pict img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.game-favorite {
  display: flex;
  color: #00AFA5;
  background-color: transparent;
  padding: 0.75rem;
  border-radius: 0.875rem;
  box-shadow: 0 5px 15px rgba(12, 9, 42, 0.15);
  margin-bottom: 1rem;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.game-favorite__image {
  flex-shrink: 0;
  max-width: 150px;
  border-radius: 0.4375rem;
  margin-right: 1rem;
}
.game-favorite__image img {
  width: 100%;
  border-radius: 0.4375rem;
}
.game-favorite__meta {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.game-favorite__title {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.game-favorite__cat {
  font-size: 0.875rem;
  color: #e5e5e5;
  margin-bottom: 0;
}
.game-favorite .btn {
  display: inline-block;
  font-size: 0.75rem;
  position: absolute;
  bottom: 0;
  right: 0;
  text-transform: none;
}
.game-favorite .btn span {
  vertical-align: middle;
  display: inline-block;
}

.loader {
  position: fixed;
  background-color: #FFFFFF;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 999;
  display: flex;
  overflow: hidden;
}

.modal .modal-footer .btn {
  text-transform: none;
}

.favorite-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 63px - 67px);
}
.favorite-empty__pict {
  width: 150px;
  height: 150px;
  margin-bottom: 1rem;
}
.favorite-empty__pict img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.favorite-empty__title {
  font-size: 1rem;
  margin-bottom: 0.875rem;
  font-weight: bold;
}

.bg-index {
  background: linear-gradient(179deg, #00AFA5 23.18%, rgba(255, 109, 77, 0) 99.52%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50%;
}

.swiper-pagination-bullet-active {
  background-color: #00AFA5;
}

.banner .swiper-slide {
  transition: all 200ms linear;
  transform: scale(0.8);
}
.banner .swiper-slide-active {
  transform: scale(1);
}

.title-section {
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.title-section .icon-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 16px;
  margin-right: 8px;
}
.title-section .icon-circle.red {
  background: #FB625E;
  box-shadow: 0px 3px 3px 0px rgba(251, 98, 94, 0.3);
}
.title-section .icon-circle.orange {
  background: #FD9800;
  box-shadow: 0px 2px 3px 0px rgba(255, 215, 6, 0.3);
}
.title-section .icon-circle i {
  color: #FFFFFF;
}

.offcanvas-bottom {
  border-radius: 20px 20px 0 0;
  height: auto !important;
  padding-bottom: 32px;
}

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