﻿/* Extra Large devices (desktops, large screens) */
@media (max-width: 1400px) {
    /* styles for ≤ 1400px */
}

/* Large devices (desktops) */
@media (max-width: 1200px) {
    .site-btn {
        min-width: 170px;
    }
}

/* Medium devices (tablets landscape) */
@media (max-width: 992px) {
    .content-block.with-image {
        margin-top: var(--block-padding-vertical);
    }

    .featured-img-holder {
        min-height: 300px;
        max-height: 500px;
        /*margin-top: 30px;*/
    }

    .team-block .team-item {
        margin-bottom: 20px;
    }

    /*    .primary-menu__items {
        display: none !important;
    }

    body.scrolled-down .primary-menu {
        align-items: center !important;
    }

    body.scrolled-down .primary-menu__toggle {
        display: block !important;
    }

    body.scrolled-down header .primary-menu__toggle span {
        background-color: var(--color-black) !important;
    }

    body.scrolled-down header .primary-menu__toggle::before {
        color: var(--color-black) !important;
    }*/
}
/* Small devices (tablets portrait) */
@media (max-width: 768px) {

    .values-block p {
        width: 100%;
        margin-bottom: 50px;
    }
    footer .footer-top {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .footer-copy {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .site-btn {
        min-width: unset;
    }

    .actions-holder {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .actions-holder .site-btn {
            margin-bottom: 10px;
            margin-right: 0 !important;
            width: 200px;
        }

    .site-btn {
        min-width: unset;
    }

    .actions-holder {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .actions-holder .site-btn {
            margin-bottom: 10px;
            margin-right: 0 !important;
        }

    .contact-info-holder {
        justify-content: start !important;
    }

    .block-age-group-program .featured-img-holder {
        margin-top: var(--block-programs-padding-vertical);
        height: 350px;
    }
}

/* Extra small devices (large phones) */
@media (max-width: 576px) {
    .informative-block h1 {
        font-size: 45px;
    }

    .contact-info-holder {
        justify-content: center !important;
    }
}

/* Very small devices (small phones) */
@media (max-width: 400px) {
}
