.main-content .new-slot {
  display: block;
  overflow: visible;
}
.main-content .new-slot__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .main-content .new-slot__top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}
.main-content .new-slot__wrap-full {
  padding: 0 15px;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.main-content .new-slot__card {
  max-width: 195px;
}
.main-content .new-slot__title {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 990px) {
  .main-content .new-slot__title {
    font-size: 25px;
    line-height: 1.3;
  }
}
.main-content .new-slot__btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  cursor: pointer;
  box-sizing: border-box;
  background: transparent;
  color: var(--header-btn-hover);
  border: 1px solid var(--header-btn-bg);
  border-radius: 5px 20px 5px 20px;
  transition: 0.3s;
}
.main-content .new-slot__btn-more:hover {
  background: var(--header-btn-bg);
  color: var(--header-btn-color);
  border-color: var(--header-btn-bg);
}
.main-content .new-slot__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  margin-top: auto;
}
.main-content .new-slot__card-top {
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 7px;
}
.main-content .new-slot__card-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 19px;
  margin: 0;
}
.main-content .new-slot__card-text {
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  margin: 0;
  text-align: right;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px 20px;
  padding-right: 25px;
}
.main-content .new-slot__card-text strong {
  font-size: 14px;
  display: block;
}
.main-content .new-slot__img {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.main-content .new-slot__img img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.main-content .new-slot__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  box-sizing: border-box;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  border-radius: 5px 20px 5px 20px;
}
.main-content .new-slot__btn--play {
  background: var(--header-btn-bg);
  color: var(--header-btn-color);
  border: 1px solid var(--header-btn-bg);
}
.main-content .new-slot__btn--play:hover {
  background: transparent;
  color: var(--header-btn-hover);
}
.main-content .new-slot__btn--info {
  background: transparent;
  color: var(--header-btn-hover);
  border: 1px solid var(--header-btn-bg);
}
.main-content .new-slot__btn--info:hover {
  background: var(--header-btn-bg);
  color: var(--header-btn-color);
  border-color: var(--header-btn-bg);
}
.main-content .new-slot__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}
.main-content .new-slot__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0 5px;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
.main-content .new-slot__arrow:hover {
  background: transparent;
}
.main-content .new-slot__bullets {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-content .new-slot__bullet {
  width: 24px;
  height: 4px;
  min-height: auto;
  padding: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.25);
  border: none;
  border-radius: 2px;
  transition: background 0.2s;
}
.main-content .new-slot__bullet.glide__bullet--active {
  background: var(--title-color-span);
}
.main-content .new-slot-container {
  padding: 30px;
  border-radius: 10px;
}
@media (max-width: 990px) {
  .main-content .new-slot-container {
    padding: 15px;
  }
}

/*# sourceMappingURL=new-slot.css.map */
