footer {
    background: #233D4D;
    padding: 40px 74px 26px;
}
.footer-logo {
    margin-bottom: 12px;
}
.copyright {
    font-size: 11px;
    line-height: 13px;
    white-space: nowrap;
    color: #FFFFFF;
}
.footer-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.footer-menu a {
    font-size: 12px;
    line-height: 15px;
    color: #DEDEE3;
    display: block;
    margin-bottom: 16px;
}
.fm-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.footer-contacts a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
}
.footer-contacts .icon {
    margin-right: 10px;
}
.footer-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 31px;
}
.foot-sec img:not(:last-child), .foot-sec a:not(:last-child) img {
    margin-right: 16px;
}
.footer-top > div:nth-child(1) {
    margin-right: 142px;
}
.footer-top > div:nth-child(2) {
    margin-right: 115px;
}
.footer-top > div:nth-child(3) {
    margin-right: 83px;
}

@media (max-width: 1370px) {
    .footer-top > div {
        margin-right: 0 !important;
    }
    .footer-top {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (max-width: 1200px) {
    .footer-top > div {
        margin: 0 20px !important;
    }
}
@media (max-width: 980px) {
    .footer-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-top > div:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer-top > div {
        margin: 0 0 34px 0 !important;
    }
    footer {
        padding: 38px;
    }
    .footer-bottom {
        margin-top: 14px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-bottom > div:nth-child(2){
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 32px;
    }
}
@media (max-width: 430px) {
    .foot-sec img:not(:last-child), .foot-sec a:not(:last-child) img {
        margin-right: 9px;
    }
}
@media (max-width: 327px) {
    .foot-sec img:not(:last-child), .foot-sec a:not(:last-child) img {
        margin-right: 6px;
    }
}