.swiper {
    width: 100%;
    height: 500px;
}

.swiper-slide {
    width: 100%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 30px;
}

.swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
    opacity: 1;
    background: transparent !important;
    border: 2px solid #999999 !important;
    margin-right: 10px;
}

.swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #95B653 ;
    border: 2px solid #95B653;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 30px;
}

.swiper__container {
    width: 100%;
    position: absolute;
    left: 0;
}

.block__info {
    width: 1000px;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
}

.block__info .header__swiper {
    font-weight: 700;
    font-size: 64px;
    line-height: 60px;
    color: #333333;
    width: 700px;
    margin-bottom: 30px;
}

.block__info .description {
    width: 500px;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #555555;
    margin-bottom: 50px;
}

.btn__swiper {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    background: #95B653;
    border-radius: 10px;
    color: #FFFFFF;
    padding: 10px 30px;
    text-decoration: none;
}

@media (max-width: 480px) {
    .block__info {
        width: 330px;
    }

    .block__info .header__swiper {
        width: 330px;
        font-size: 32px;
        line-height: 39px;
    }

    .block__info .description {
        width: 330px;
        font-weight: 300;
        font-size: 15px;
        line-height: 24px;
        color: #555555;
    }

    .swiper-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 10px;
    }
}
