.op__footer {
    padding-top: 3.61rem;
    padding-bottom: 2.22rem;
    font-weight: 400;
    border-top: 1px solid #E3E8E3;
    font-size: 0.88rem;
}

.op__footer__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .op__footer__container {
        flex-direction: column;
    }
}

.op__footer__logo {
    font-size: 1.33rem;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: 900;
    transition: all 0.2s ease-in-out;
}

.op__footer__logo:hover span {
    background: #4C7BF3;
}

.op__footer__logo span {
    display: inline-block;
    height: 1rem;
    width: 1rem;
    background: #050A16;
    border-radius: 20px;
    margin-left: 0.55rem;
    vertical-align: middle;
    position: relative;
    top: -3px;
    transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 575px) {
    .op__footer__contactsWrapper {
        order: -1;
        margin-bottom: 1.11rem;
    }
}

.op__footer__contacts {
    display: flex;
    flex-direction: row;
    text-transform: uppercase;
    text-align: right;
}

@media screen and (max-width: 575px) {
    .op__footer__contacts {
        text-align: left;
        flex-direction: column;
    }
}

.op__footer__contactsItem {
    margin-left: auto;
    margin-bottom: 0.44rem;
}

@media screen and (max-width: 575px) {
    .op__footer__contactsItem {
        margin-left: 0;
        margin-right: 1.66rem;
    }
}

.op__footer__rating {
    text-align: right;
}

@media screen and (max-width: 575px) {
    .op__footer__rating {
        text-align: left;
    }
}

.op__footer__ratingStars {
    height: 20px;
    width: 120px;
    display: inline-block;
    position: relative;
    background: repeat-x url(/components/assets/img/stars.png) left top;
    background-size: contain;
    position: relative;
    top: 4px;
    margin-left: 10px;
}

[data-kit-theme="dark"] .op__footer {
    border-top: 1px solid #050A16;
}

[data-kit-theme="dark"] .op__footer__logo span {
    background: #4C7BF3;
}
