/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

footer {
    background: #004B6C;
}

#footersect {
    color: white;
    font-family: 'Barlow', sans-serif;
    max-width: 1200px;
    width: 80%;
    margin: auto;
    padding: 50px 0 100px 0;
}

#footersect .footer_block {
    width: calc(100%/6);
}

#footersect a {
    color: white;
    font-size: 16px;
    -webkit-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
}

#footersect h3 {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    margin: 0;
    font-family: 'Barlow', sans-serif;
    padding: 0 0 10px 0;
}

#footersect li {
    margin: 10px 0;
}

#footersect a:hover,
#footersect a:focus {
    background-color: transparent;
    color: #CCE4F0;
    text-decoration: none;
}

#footersect .footer-block-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#footersect .footer-copyright {
    text-align: center;
    border-top: solid 1px #CCE4F0;
    margin: 30px 0 0 0;
    padding: 20px 0 0 0;
    color: #CCE4F0;
}

#footersect .footer-copyright a {
    color: #CCE4F0;
}

#footersect .copyright {
    padding: 0;
    font-size: 12px;
}

#footersect .copyright .first_line {
    text-transform: uppercase;
}

#footersect .blockmenu {
    position: relative;
}

#footersect .contact-block {
    margin: 20px 0 0 0;
}

#footersect i {
    font-size: 25px;
    margin: 0 5px 0 0;
}

@media all and (max-width: 991px) {
    #footersect .footer-block-menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #footersect .blockmenu {
        padding: 0 0 20px 0;
        border-bottom: 1px solid #0073A5;
        margin: 0 0 20px 0;
    }
    #footersect h3 {
        padding: 0;
    }
    .footer_block .blockmenu ul,
    .footer_block .blockmenu>div {
        max-height: 0;
        overflow: hidden;
    }
    #footersect .footer_block {
        width: 45%;
    }
    #footersect h3::after {
        font-size: 18px;
        content: "\f078";
        font-family: "FontAwesome";
        cursor: pointer;
        top: 0;
        right: 0;
        position: absolute;
    }
}

@media (max-width: 768px) {
    #footersect .footer_block {
        width: 100%;
    }
    #footersect .footer-copyright {
        text-align: left;
    }
    #footersect .menufootermenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 0 20px 0;
    }
    #footersect .menufootermenu li {
        padding: 0;
        margin: 0;
    }
}