* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
}

.fs-18 {
    font-size: 18px;
}
.fw-400 {
    font-weight: 400;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.text-black {
    color: #333333;
}
.text-grey {
    color: #5A5C6A;
}
.text {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}
.section-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
}
.btn-green {
    max-width: 200px;
    width: 100%;
    background: #09C08E;
    border-radius: 12px;
    padding: 11px 17px;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
}

/* header contact */
.header-contact {
    background-color: #0063A2;
    padding: 12px 0;
}
.header-contact p {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #FFFBFB;
    margin-left: 11px;
}
.header-contact a {
    color: inherit;
    text-decoration: none;
}
.header-contact .contact-item {
    margin: 0 20px;
}
.header-contact .contact-item:last-child {
    margin-right: 0;
}

/* header main(menu) */
.header-main {
    padding: 7px 0;
    border-bottom: 1px solid #EEEEEE;
}
.navbar-nav .nav-link {
    padding: 0 !important;
    padding-bottom: 10px !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #333333 !important;
}
.navbar-nav .nav-link img {
    margin-left: 9px;
}
.navbar-nav .nav-item {
    margin: 0 25px;
}
.navbar-nav .nav-item:last-child {
    margin-right: 0;
}
.dropdown .dropdown-menu.show {
    max-width: 200px;
    box-shadow: 0px 4px 12px rgba(90, 92, 106, 0.4);
    border-radius: 8px;
    margin-top: 0px;
    left: -60px;
    border: 0;
    padding: 0;
}
.submenu.dropdown-menu.show {
    left: 200px;
}
.dropdown-menu .dropdown-item {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #333333;
    padding: 10px 12px;
    border-bottom: 1px solid #EEEEEE;
}

.dropdown-menu .dropdown-item:hover {
    background: #ECF4F9 !important;
}
.dropdown-toggle::after {
    border: 0;
    background-image: url("../img/icons/arrow-bottom.920ec5532f01.svg");
    width: 11px;
    height: 6px;
}

/* images section */
.images-section .w-20 {
    width: 20%;
}
.images-section .w-20 img {
    width: 100%;
}

/* footer */
.footer {
    padding: 80px 0 30px;
}
.footer-logo {
    padding-bottom: 50px;
    margin-bottom: 60px;
    border-bottom: 1px solid #EEEEEE;
}
.footer .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 26px;
}
.details-block {
    width: 260px;
}
.details-block .details img {
    margin: 6px 12px 0 0;
}
.details-block .details p {
    line-height: 22px;
}
.details-block .details a {
    color: inherit;
    text-decoration: none;
}
.details-block .details:last-child {
    margin-bottom: 40px;
}
.contact-block .logos {
    width: 287px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 12px;
}
.contact-block .logos .item {
    padding: 20px 10px;
}
.contact-block .logos .item:first-child {
    border-right: 1px solid #EEEEEE;
}
.footer-menu li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #5A5C6A;
    text-decoration: none;
}
.programs-menu {
    column-count: 2;
    column-gap: 5px;
    margin-left: 6px;
}
.footer-copyright {
    padding-top: 30px;
    margin-top: 60px;
    border-top: 1px solid #EEEEEE;
}

/* fixed */
.fixed-block {
    position: fixed;
    right: 0;
    top: 30%;
}
.fixed-block .item {
    width: 130px;
    height: 130px;
    border-radius: 10px 0px 0px 10px;
}
.fixed-block .item p {
    color: #ECF4F9;
    font-weight: 700;
    font-size: 14px;
}
.fixed-block .location-item {
    background-color: #54A8F5;
}
.fixed-block .calendar-item {
    background-color: #EA008C;
}
.fixed-block .contact-item {
    background-color: #09C08E;
}

.dropdown-menu > li:hover > .submenu {
    display:block;
    padding: 0;
}

/* media queries */
@media (max-width: 1400px) {
    .navbar-nav .nav-item {
        margin: 0 15px;
    }
    .section-title {
        font-size: 34px;
        line-height: 44px;
    }
}

@media (max-width: 1200px) {
    .header-main .navbar-brand img {
        width: 76%;
    }
    .navbar-nav .nav-item {
        margin: 0 8px;
    }
    .navbar-nav .nav-link img {
        margin-left: 4px;
    }
    .text {
        font-size: 16px;
        line-height: 23px;
    }
    .fs-18 {
        font-size: 16px;
    }

    .div-school-logo {
        display: none;
    }
}

@media (max-width: 992px) {
    .header-main .navbar-brand img {
        width: 85%;
    }

    .navbar-light .navbar-toggler {
        border-color: #ffffff;
    }
    .navbar-light .navbar-toggler:focus {
        box-shadow: none;
    }
    .header-contact {
        display: none;
    }
    .navbar-nav .nav-item {
        margin: 15px 0;
    }
    .navbar-nav .nav-link img {
        margin-left: 9px;
    }
    .section-title {
        font-size: 28px;
        line-height: 34px;
    }

    .footer {
        padding: 50px 0 30px;
    }
    .footer-logo {
        margin-bottom: 35px;
    }
    .details-block {
        width: 100%;
    }
    .contact-block .logos {
        margin-bottom: 35px;
    }
    .fixed-block {
        display: none;
    }
}

@media (max-width: 768px) {
    .text-center-mobile {
        text-align: center;
    }

    .programs-menu {
        margin-bottom: 35px !important;
    }
    .footer-copyright {
        padding-top: 25px;
        margin-top: 25px;
        border-top: 1px solid #EEEEEE;
        flex-direction: column;
    }
    .footer-copyright img {
        margin-top: 16px;
    }
}

@media (max-width: 576px) {
    .header-main .navbar-brand img {
        width: 160px;
    }
    .header-main .navbar-brand img.img-crest {
        width: 60px;
    }
    .header-main {
        padding: 8px 0;
    }
    .navbar-toggler-icon {
        width: 1em;
        height: 1em;
    }
    .section-title {
        margin-bottom: 16px !important;
    }
    .text {
        font-size: 14px;
        line-height: 22px;
    }
    .fs-18 {
        font-size: 14px;
    }
    .images-section .w-20 {
        width: 33.33%;
    }
    .img-none-mobile {
        display: none;
    }
    .footer-logo {
        padding-bottom: 35px 
    }
    .footer .title {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 16px;
    }
    .details {
        margin-bottom: 10px !important;
    }
    .details:last-child {
        margin-bottom: 20px !important;
    }
    .footer-menu li a {
        font-size: 14px;
        line-height: 24px;
    }
    .footer-copyright p {
        max-width: 285px;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
    }
}

@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{ display: block; padding: 0;}
    .dropdown-menu > li:active > .submenu{ display: block; padding: 0;}
}

@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}
