.header__nav--fixed .header__logo {
    width: 11rem;
}

@media (min-width: 64em) {
    .header__logo {
        display: block;
        visibility: visible;
        width: 11rem;
        color: #002F87;
    }
}

@media (min-width: 80em) {
    .header__logo {
        width: 11rem;
    }
}

#homepage #js-video {
	background: url('/media/schools-and-colleges/moscow/images/homepage/moscow-home.jpg');
    background-size: cover;
  height: 75vh;
  background-position: center;
}




#homepage .hero__content.container--blue #hero-text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / span 4;
}


.footer__social__links {
	margin: 20px 0 0 -24px;
}

.footer__top__logo {
    max-width: 500px;
}


@media (max-width: 1023px) {
    .footer__info#social hr {
        float: none;
    }
}

.header__menu__search, button.header__small__icon--search.toggle-search {
    display: none;

}








