.slot-page button {
  width: auto;
}
.slot-page__title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 990px) {
  .slot-page__title {
    font-size: 16px;
    line-height: 20px;
  }
}
.slot-page__wrap {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 40px;
}
@media (max-width: 990px) {
  .slot-page__wrap {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}
.slot-page__left {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 450px;
  overflow: hidden;
}
@media (max-width: 990px) {
  .slot-page__left {
    min-height: 300px;
    max-height: 350px;
  }
}
.slot-page__left img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.slot-page__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
}
.slot-page__btn button {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(180deg, #5B7AF4 0%, #693FF5 100%);
  box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.29), inset 0 2px 4px rgba(255, 255, 255, 0.34);
  border-radius: 20px;
  font-size: 12px;
  line-height: 15px;
  color: #FFF;
  max-width: 120px;
  width: 100%;
  box-sizing: border-box;
  text-transform: uppercase;
}
@media (max-width: 990px) {
  .slot-page__btn button {
    padding: 5px 20px;
  }
}
.slot-page__btn a {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(180deg, #5B7AF4 0%, #693FF5 100%);
  box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.29), inset 0 2px 4px rgba(255, 255, 255, 0.34);
  border-radius: 20px;
  font-size: 12px;
  line-height: 15px;
  color: #FFF;
  max-width: 120px;
  width: 100%;
  box-sizing: border-box;
  text-transform: uppercase;
}
@media (max-width: 990px) {
  .slot-page__btn a {
    padding: 5px 20px;
  }
}
.slot-page__btn a:nth-child(1) {
  margin-bottom: 15px;
}
.slot-page__table-title {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 5px;
}
.slot-page__table-title p {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 17px;
  color: #DEDEDE;
}
.slot-page__table-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 5px;
}
.slot-page__table-item p {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 17px;
  color: #DEDEDE;
}
.slot-page__table-item:nth-child(2n) {
  border-radius: 8px;
  background: #373737;
}

/*# sourceMappingURL=section-3.css.map */
