.main-slider {
    padding: 20px 0 0 0;
    max-width: 960px;
}
@media (min-width: 800px) {
    .main-slider {
        border-radius: 10px;
    }
}

.main-slider .info {
    border-bottom: 1px solid #0b1569;
    background: linear-gradient(0deg, #000c, #0000 44.18%);
    width: 100%;
    font-family: inherit;
    height: 352px;
    min-height: 352px;
    max-height: 352px;
    position: relative;
    background-size: cover;
    background-position: center;
}
@media (min-width: 800px) {
    .main-slider .info {
        min-height: 540px;
        max-height: 540px;
    }
}
.main-slider .info_container {
    margin: 0 auto;
    padding: 12px;
    min-height: 352px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media (min-width: 800px) {
    .main-slider .info_container {
        min-height: 540px;
    }
}
.main-slider .info_img {
    position: absolute;
    z-index: 1;
    object-fit: cover;
    width: 100%;
    opacity: 0;
    transition: 2s opacity linear;
}
.main-slider .swiper-slide-active .info_img {
    opacity: 1;
}
.info_content {
    position: fixed;
    z-index: 100;
    bottom: 44px;
    width: 100%;
    text-align: center;
}
.info_blur {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 190px;
    background: linear-gradient(0deg, rgb(4, 2, 32) 0%, rgba(4, 2, 32, 0.8) 69.62%, rgba(4, 2, 32, 0) 100%);
}
.info_title,
.info_sub_title {
    text-align: center;
    margin: 0;
    padding: 0;
    color: #ffd200;
    font-family: inherit;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    font-style: normal;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    text-decoration: none;
}
.info_sub_title {
    color: #f6f7fb;
}
.info_title *, .info_sub_title * {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    text-decoration: none;
}
.info_button {
    height: 36px;
    max-width: 172px;
    width: 100%;
    font-family: inherit;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    color: #1557d9;
    text-align: center;
    font-style: normal;
    border-radius: 4px;
    background: linear-gradient(180deg, #ffd200, #ffc001);
    box-shadow: 0 4px 4px #01000c40;
    text-transform: none;
}
.main-slider .info_button {
    margin: 12px 0px 0px;
    padding: 0px 8px;
}

.swiper-pagination-bullet {
    background: #25317d!important;
    opacity: 1!important;
    margin: 0 2px!important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ffd200!important;
    border: none;
}
