.example-wrapper {
    padding-top: 92px;
    position: relative;
}

.bg_banner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
}

.banner-title {
    font-weight: 800;
    text-transform: uppercase;
    font-size: clamp(
        28px,
        calc(28px + (64 - 28) * ((100vw - 350px) / (1800 - 350))),
        64px
    );
    line-height: 1.2;
}

.text-orange {
    color: #f98f17;
}

.banner-desc {
    font-weight: 700;
    font-size: 20px;
    margin-top: clamp(
        28px,
        calc(28px + (64 - 28) * ((100vw - 350px) / (1800 - 350))),
        64px
    );
}

.arrow {
    position: absolute;
    left: 105%;
    rotate: 10deg;
    top: 20px;
}

.padding-bottom {
    padding-bottom: 290px;
}

.hand {
    position: absolute;
    right: -100px;
    bottom: 0;
    z-index: -1;
    object-fit: contain;
}

.rrr {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: calc(100% - 200px);
    z-index: 2;
}

.bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
}

.white_block {
    height: 300px;
}

.new_filter_field {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
}

.pb_70px {
    padding-bottom: 70px;
}

.filter-symbol {
    width: 24px;
    height: 24px;
}

.filter-title {
    font-weight: 700;
    font-size: clamp(
        16px,
        calc(16px + (20 - 16) * ((100vw - 350px) / (1800 - 350))),
        20px
    );
}

.filter-btn {
    border: none;
    background-color: #0000000d;
    border-radius: 2rem;
    padding: 4px 1rem;
}

.border_bottom {
    border-bottom: 1px solid #0000001f !important;
}

.dynamic-padding {
    padding-top: 116px;
    padding-bottom: 24px;
}

.visible-custom {
    visibility: visible;
    transition: 0.5s all ease;
    height: auto;
}

.no-visible {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s all ease;
    height: 0;
}

.active_btn {
    background-color: #217af9;
    color: white;
}

.filter-btn1:hover {
    color: #217af9;
    transition: all 0.3s ease;
}

.search-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 50px;
    padding: 12px 20px 0px 12px;
    gap: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.1);
}

.search-btn {
    height: 48px;
    border-radius: 30px;
    padding: 0 24px;
    font-weight: 600;
    width: 135px;
    background-color: #247cf8 !important;
    border: none;
    color: #fff;
}

@media (max-width: 1080px) {
    .hand {
        right: -50px;
    }
}

@media (max-width: 864px) {
    .search-bar {
        flex-wrap: wrap;
        width: 450px;
    }

    .options_wrapper {
        width: 100%;
        border-right: none !important;
    }
}

@media (max-width: 1350px) {
    .white_block {
        height: 400px;
    }
}

/* @media (max-width: 1080px) {
    .rrr {
        width: calc(100% - 100px);
        margin: 0 auto;
    }
} */

@media (max-width: 500px) {
    /* .rrr {
        width: calc(100% - 40px);
    } */

    .dynamic-padding {
        padding-top: 280px !important;
    }
}

@media (max-width: 677px) {
    .arrow {
        left: 65%;
        top: 35px;
    }
}

@media (max-width: 510px) {
    .arrow {
        left: 65%;
        rotate: 30deg;
        top: 105px;
        width: 100px;
    }
}

@media (max-width: 1150px) {
    .white_block {
        height: 450px;
    }
}

@media (max-width: 992px) {
    .white_block {
        height: 700px;
    }
}

@media (max-width: 500px) {
    .search-bar {
        flex-direction: column;
        display: block;
        border-radius: 2rem;
        width: 300px;
        margin: 0 auto;
        justify-content: center;
    }
}

@media (max-width: 865px) {
    .dynamic-padding {
        padding-top: 246px;
        padding-bottom: 24px;
    }
}

@media (min-width: 1200px) {
    .your_country {
        width: 160px !important;
    }

    .your_grade {
        width: 150px !important;
    }

    .your_subject {
        width: 180px !important;
    }

    .your_olymp_c {
        width: 260px !important;
    }
}

@media (min-width: 1000px) {
    .your_country2 {
        width: 160px !important;
    }

    .your_grade2 {
        width: 150px !important;
    }

    .your_subject2 {
        width: 180px !important;
    }

    .your_olymp_c2 {
        width: 260px !important;
    }
}

.form-select.form-select-lg {
    border: none !important;
}

.form-select.form-select-lg:hover {
    background-color: #0000001a;
    transition: 1s all ease;
}

.form-select.form-select-lg:focus {
    box-shadow: none;
}
