.footer {
    width: 100%;
    background-color: #00B2DF;
    display: block;
    min-height: 120px;
}

.footer__logo {
    width: 100%;
    height: 100px;
    padding-top: 10px;
    padding-bottom: 15px;
    display: inline-block;
    background: url(../../img/footer_logo.png) no-repeat;
    background-size: contain;
}

.footer__copyrate-b{
    width: 100%;
    height: 35px;
    box-sizing: border-box;
    background-color: #ffffff;
    font-size: 15px;
    padding: 5px 0px;
}

.footer__stomp-logo {
    display: inline-block;
    width: 120px;
    height: 75px;
    background-image: url(../../img/stomp_logo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0px;
    vertical-align: middle;
    float: right;
    margin-top: 3px;
}

.footer__copyrate {
    color: #898989;
    font-size: 10px;
    font-weight: 400;
    vertical-align: bottom;
    display: inline-block;
}

.footer__copyrate._u-c {
    text-transform: uppercase;
}
._centered {
    text-align: center;
}
.footer__copyrate-icon {
    width: 25px;
    height: 25px;
    border-radius: 3px;
    background-color: #d70000;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 4px;
    padding: 3px;
    box-sizing: border-box;
}
.footer__copyrate-icon:before {
    content:  '';
    display: inline-block;
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../../img/pd.svg);
}

.footer_padding-top {
    padding-top: 15px;
}

@media (max-width: 1500px) {
  .footer__stomp-logo {
        display: inline-block;
        width: 80px;
        height: 60px;
        background-image: url(../../img/stomp_logo.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-size: 100%;
        font-size: 0px;
        vertical-align: middle;
        float: right;
        margin-top: 25px;
    }
}

@media (max-width: 1024px) {
    .footer {
        min-height: 90px;
    }
}

@media (max-width: 990px) {
    .footer__copyrate {
        display: block;
        width: 100%;
        text-align: center;
        padding: 3px 0px;
    }
}

@media (max-width: 400px) {
    .footer {
        width: 100%;
        text-align: center;
    }
/*
    .footer .logo__wrap {
        margin: auto;
    }*/

    .footer__stomp-logo {
        margin: 10px;
        float: none;
    }
}