
#footer {
    width: 100%;
    background: #107F6E;
    color: #b2ded7;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
}
.news-nav-footer{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 45px;
}
.news-nav-footer li{
    flex: 0 0 33.3%;
    min-height: 200px;
}
.news-nav-footer a{
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    height: 100%;
}
.news-nav-footer a:before{
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 130px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.31) 100%);
}
.news-nav-footer a:hover {
    background-size: 110% 110%;
    text-decoration: underline;
}
.news-nav-footer a:hover img{
    transform: scale(1.05)
}
.news-nav-footer img {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.news-nav-footer span{
    position: absolute;
    z-index: 1;
    left: 30px;
    right: 30px;
    bottom: 25px;
}
.news-nav-footer a:hover span{
    text-decoration: underline;
}
#footer .container:after {
    display:block;
    content:"";
    clear:both;
}
#footer .footer-block{
    float: left;
    width: 25%;
    padding: 0 10px 0 0;
    margin: 0 0 47px;
}
.logo-f {
    display: block;
    background:url("../images/svg-13.svg") no-repeat;
    width:150px;
    height:43px;
    text-indent:-9999px;
    overflow:hidden;
    margin: 0 0 32px;
}
.logo-f a{
    display: block;
    height: 100%;
}
.copyright{
    display: block;
    font-size: 16px;
    line-height: 19px;
    color: #7AC4BA;
}
.footer-nav{
    padding: 5px 0 0;
}
.footer-nav li{
    margin: 0 0 13px;
}
.footer-nav a{
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}
.footer-nav a:hover{
    opacity: 0.8;
}
.title-footer{
    display: block;
    margin: 7px 0 20px;
    padding: 0 0 0 46px;
    position: relative;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.12px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
}
.title-footer:hover{
    text-decoration: underline;
    color: #ffffff;
}
.title-footer .icon{
    background: transparent!important;
    position: absolute;
    left: 0;
    top: 50%;
    width: 34px;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}
#footer p{
    margin: 0 0 25px;
}
.btn-turquoise{
    display: inline-block;
    vertical-align: top;
    padding: 12px 34px;
    text-decoration: none;
    background-color: #a7ae22;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.48px;
    line-height: 1;
    text-transform: uppercase;
}
.btn-turquoise:hover{
    opacity: 0.8;
    background-color: #a7ae22;
    color: #ffffff;
    text-decoration: none;
}
.form-mail fieldset{
    overflow: hidden;
}
.form-mail button{
    float: right;
    width: 50px;
    height: 36px;
    background-color: #a7ae22;
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.48px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.form-mail button:hover{
    opacity: 0.8;
}
.form-mail .holder-input{
    overflow: hidden;
}
.form-mail .holder-input input{
    width: 100%;
    height: 36px;
    padding: 0 14px;
    background-color: #ffffff;
    border: none;
}
.footer-bottom{
    background-color: #00594e;
    padding: 17px 0;
}
.footer-bottom .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.policy-list {
    font-size: 0;
    line-height: 0;
    width: 100%;
}
.policy-list li{
    display: inline-block;
    vertical-align: top;
    margin: 0 33px 0 0;
}
.policy-list a{
    color: #7ac4ba;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    text-decoration: underline;
}
.policy-list a:hover{
    text-decoration: none;
}
.social-list{
    font-size: 0;
    line-height: 0;
    margin: 0 -2px;
    flex: 0 0 auto;
}
.social-list li{
    display: inline-block;
    vertical-align: top;
    padding: 0 2px;
}
.social-list a{
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
}
.social-list a:hover{
    opacity: 0.8;
}
.resolutions550{
    display: none;
}
@media screen and (max-width: 800px){
    .news-nav-footer li{
        flex: 0 0 100%;
    }
    #footer .footer-block {
        width: 50%;
    }
}
@media screen and (max-width: 767px){
    .news-nav-footer li {
        min-height: 150px;
    }
    .news-nav-footer span {
        font-size: 24px;
        line-height: 22px;
        left: 14px;
        right: 15px;
        bottom: 18px;
    }
}
@media screen and (max-width: 550px){
    .resolutions550{
        display: block;
    }
    #footer .footer-block {
        float: none;
        width: 100%;
        margin: 0 ;
        padding: 0 0 1px;
    }
    .footer-nav {
        padding: 5px 0 35px;
    }
    .footer-nav li {
        margin: 0 0 11px;
    }
    #footer p {
        margin: 0 0 21px;
    }
    #footer .btn-turquoise{
        display: block;
        text-align: center;
        margin: 0 0 42px;
    }
    .form-mail{
        margin: 0 0 50px;
    }
    .copyright{
        margin: 0 0 23px;
        font-size: 15px;
        line-height: 19px;
    }
    .footer-bottom {
        padding: 25px 0;
    }
    .footer-bottom .container{
        display: block;
    }
    .policy-list li {
        margin: 0 0 10px;
    }
    .policy-list {
        margin: 0 0 11px;
    }
}