.header {
    height: 150px;
    background-color: #fff;
}

.header__nav {
    height: 150px;
    display: flex;
}

.nav__list {
    background-color: #fff;
}

.nav__link {
    color: #00114B;
}

.dropdown-content {
    background-color: #fff;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
}

.intro {
    height: 950px;
    width: 100%;
    background: url("/howler/img/intro.jpg") no-repeat top center;
}

.two-col {
    color: #fff;
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
}

.two-col__col {

}

.col-left {
    flex: 3;
    text-align: left;
}

.col-right {
    flex: 2;
}

.intro__title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 96px;
}

.intro__text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    align-items: center;
    letter-spacing: 0.5px;
}

.intro__text span {
    font-size: 40px;
}

.intro__text2 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    align-items: center;
    letter-spacing: 1px;
}

.main-page .search-form {
    margin-top: 64px;
    margin-left: 0;
}

.intro__call-title {
    margin-top: 25px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 0;
}

.intro__call-subtitle {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    margin-top: 0;
    margin-bottom: 50px;
}

.contact-form {
    background: #00114B;
    border-radius: 10px;
    padding: 36px 28px;
}

.contact-form h4 {
    margin-top: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 37px;
}

.contact-form form {
    display: flex;
    flex-direction: column;
}

.contact-form form input {
    margin-bottom: 30px;
}

.contact-form form button {
    background: #FFFFFF;
    border-radius: 37px;
    text-align: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    height: 43px;
    cursor: pointer;
    width: 187px;
    margin: 0 auto;
}

.logos {
    margin-top: 0;
}

.logos-title {
    color: #000;
}

.logos-hr {
    background-color: #000;
}

.video-section__title {
    color: #000;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.5px;
}

.video-section {
    margin-top: 190px;
}

.main-footer {
    margin-top: 110px;
    background-color: #00114B;
    height: 150px;
}

.main-footer .cont {
    max-width: 965px;
    display: flex;
    height: 150px;
    margin: 0 auto;
    justify-content: space-between;
}

.footer-info {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    padding-top: 47px;
}

.footer-info__text {
    margin-top: 0;
    margin-bottom: 0;
}

.main-block {
    padding-bottom: 0;
}

@media (max-width: 900px) {
    .header__nav {
        height: 60px;
        justify-content: space-between;     
        flex-wrap: wrap;
    }

    .header {
        height: 60px;
        background-color: #00114B;
        padding-top: 0;
        padding-bottom: 0;
    }

    .intro {
        padding-top: 0;
    }

    body {
        padding-top: 60px;
    }

    .nav__logo {
        order: 1;
        /* flex-basis: 50%; */
    }

    .menu-button {
        order: 2 !important;
        /* flex-basis: 50%; */
    }

    .nav__overlay {
        order: 3;
        flex-basis: 100%;
    }

    .intro {
        width: auto;
        height: auto;
    }

    section {
        margin-left: -25px !important;
        margin-right: -25px !important;
        padding-left: 25px;
        padding-right: 25px;
        width: auto !important;
    }

    .two-col {
        display: block;
    }

    .intro__title {
        margin-bottom: 30px;
    }

    .video-section {
        margin-top: 20px;
    }

    .main-footer {
        height: auto;
    }

    .main-footer .cont {
        height: auto;
        display: block;
        text-align: center;
    }

    .footer-logo {
        margin: 15px auto;
    }

    .footer-info {
        text-align: left;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 15px;
    }

    
    
}