@media screen and (max-width: 1200px) {}
@media screen and (max-width: 992px) {
    .menu{
        background-color: #373A40;
        position: fixed;
        right: -240px;
        top: 0;
        bottom: 0;
        flex-direction: column;
        padding: 3rem;
        transition: 120ms all ease-in ;
    }
    .toggle-menu{
        display: block;
    }
    .nav__link{
        display: none;
    }
    .nav__link-mobile{
        display: block;
    }
    .nav__open{
        right:0;
    }
    .menu__link{
        color: #fff;
    }
    .menu__link:hover{
        color: #fff;
    }
    .boxes{
        margin-top: -8rem;
    }
    .box__caption{
        width: auto;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 768px) {
    .nav-logo{
        font-size: 2.2rem;
    }
    *{
        cursor: default !important;
    }
    .boxes{
        margin-top: -9rem;
    }
    .socialmedia{
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .map__wrapper,
    .socialmedia__wrapper{
        flex-direction: column;
    }
    .footer__caption{
        font-size: 1.6rem;
    }
    .footer__icon{
        width: 2.5rem;
        height: 2.5rem;
    }
}
@media screen and (max-width: 576px) {
    .header__title{
        font-size: 3rem;
    }
    .header__caption{
        font-size: 1.8rem;
    }
    .header__register-link{
        width: 18rem;
        height: 5rem;
    }
    .box__caption{
        width: auto;
        font-size: 1.6rem;
    }
    .socialmedia__title{
        font-size: 2rem
    }
    .socialmedia__link{
        width: 16rem;
        height: 5.8rem;
    }
    .footer__wrapper{
        flex-direction: column;
    }
    .footer__caption{
        font-size: 1.4rem;
    }
    .footer__icon{
        width: 2rem;
        height: 2rem;
    }
    .footer__social-wrapper{
        margin-top: 0;
    }
}
@media screen and (max-width: 460px) {
    .toggle-menu{
        width: 4rem;
        height: 4rem;
    }
    .socialmedia{
        flex-direction: column;
    }
    .map__title,
    .socialmedia__title{
        font-size: 2.5rem
    }
    .map__school-icon{
        width: 2.5rem;
        height: 2.5rem;
    }
    .addres__link,
    .socialmedia__link{
        width: 15rem;
        height: 4.6rem;
    }
    .footer__icon{
        width: 2.5rem;
        height: 2.5rem;
    }
}
@media screen and (max-width: 315px) {
    .toggle-menu{
        width: 3.5rem;
        height: 3.5rem;
    }
    .map__title,
    .socialmedia__title{
        font-size: 2rem
    }
    .map__school-icon{
        width: 2rem;
        height: 2rem;
    }
}
