.top-nav__item--more:hover>.top-nav__link,
.warning a {
    color: #50a2c1 !important;
}

.warning {
    background-color: #eff1f3;
    border-left: 5px solid #ff891c !important;
    padding: 20px;
    margin-bottom: 15px;
}

.paginator-limit__label {
    /*    background-color: #eff1f3; */
}

.loader__item {
    width: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    border: 4px solid #ff891c !important;
    background: 0 0;
    border-bottom-color: transparent !important;
    border-radius: 100%;
    -webkit-animation: loader 1s linear infinite;
    animation: loader 1s linear infinite;
}

.add-basket__link,
.form-radio-buttons input[type=radio]:checked+label {
    background-color: #ff891c;
}

.search-currency input:checked+.search-currency__label {
    background-color: #ff891c !important;
    color: #fff;
}

.search-col__button-show {
    color: #ff891c;
    border-bottom: 1px dashed #ff891c !important;
}

.search-brand,
.search-headline__search-brand {
    color: #ff891c !important;
}

.column-val--picture:hover {
    background-color: #ff9e22;
}

.column-val--detail-info:hover {
    background-color: #ff9e22;
}

div.order-info_payment-online a {
    width: 210px;
    height: 35px;
    font-weight: 500;
    line-height: 35px;
    text-align: center;
    padding-left: 10px;
    border-radius: 7.5px;
    display: inline-block;
    border: 1px solid #000;
    color: #000;
}

div.order-info_payment-online a:hover {
    border-color: #ff9e22;
    color: #ff9e22;
}

div.news-list__subject {
    font-weight: 500;
    font-size: 22px;
}

div.news-list__item {
    display: flow-root;
    cursor: pointer;
}

svg.news-list__move {
    width: 30px;
    height: 30px;
}

div.news-list__icon {
    float: right;
}

section.notice-page .section__paragraph,
section.notice-page .section__backbtn {
    text-align: center;
}