@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");

svg g path {
    stroke: #4c776f;
}

.dn {
    display: none;
}

.dn:first-child {
    display: block;
}

html.lock {
    overflow: hidden;
}

.popup_enroll__container {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    overflow: auto;
    transition: .9s ease;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0;
    z-index: 1;
}

.popup_enroll__container.active {
    right: 0;
}

.popup_enroll__close {
    padding: 10px 0 0 10px;
}

.popup_enroll__content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 15px;
}

.enroll_price {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 480px) {
    .flexslider .slides > li {
        background-position: center center !important;
    }
}

@media (min-width: 1400px) {
    .bgs-i {
        background-size: initial !important;
    }
}

.why_we_container {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    place-items: center;
    align-items: flex-start;
}

@media screen and (max-width: 600px) {
    .why_we_container {
        grid-template-rows: 200px 350px 280px 280px;
        grid-template-columns: 1fr;
    }
    .why_we_container .reorder {
        order: -2;
        width: 100%
    }

    .why_we_container .icon.small_icon {
        width: 100px !important;
    }
}