@import url("https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.css");

.galery_slider {
    padding-bottom: 60px;
}

.galery_slider__item {
    width: 100%;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.galery_slider .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.galery_slider button.owl-dot {
    width: 10px;
    height: 10px;
    background: #d9d9d9;
    border-radius: 100%;
    margin: 5px;
}

.galery_slider button.owl-dot.active {
    background: #64A36F;
}

@media (min-width: 992px) {
    .club-form-wrapper {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.club-video .container .h2 {
    font-size: 36px;
}
