.yellow_design .btn--red {
    background-color: #ffce38;
    color: #000;
}
.yellow_design .btn--red:not(.active):hover {
    background-color: #FFD679;
}

.yellow_design .swiper .swiper-pagination-bullet-active {
    background-color: #ffce38;
}

.yellow_design .header-basket__count {
    background-color: #ffce38;
    color: #000;
}

.yellow_design  .btn--white:not(.active):hover {
    background-color: #ffce38;
    color: #000;
}
.yellow_design .swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: #ffce38;
}

.yellow_design .swiper-pagination-bullet-active .svg__circle-second {
    fill: #ffce38;
}

.yellow_design .swiper-pagination-bullet-active .svg__circle {
    stroke: #ffce38;
}

.yellow_design .human-block--doc1 {
    background-image: url(../images/human-block/pic1.png), url(../images/human-block/ellipses_yellow.svg), url(../images/human-block/ellipse.svg);
    background-size: contain, 710px 450px, 205px 290px;
    background-position: left top, left bottom, bottom right;
    background-repeat: no-repeat, no-repeat, no-repeat;
}

.yellow_design .article-preview__name:hover,
.yellow_design .card a:hover {
    color: #ffce38;
}

.yellow_design .article-preview__pic:hover ~ .article-preview__name,
.yellow_design .card__pic:hover ~ .card__name {
    color: #ffce38;
    transition: all 0.3s ease;
}

.yellow_design .find-centers__box:nth-child(2) {
    background-color: #e99400;
    padding: 60px 105px 20px 115px;
}

.yellow_design .btn--grey:not(.active):hover {
    background-color: #e99400;
    color: #fff;
}

.yellow_design .footer__link:hover {
    color: #e99400;
}

.yellow_design .footer-social__link:hover svg path {
    fill: #e99400;
}

.yellow_design .footer__bottom .footer__col a:hover {
    color: #e99400;
}

.yellow_design .main-nav__link:hover {
    color: #e99400;
    transition: all 0.3s ease;
}

.yellow_design input.input-action[type=checkbox] + label:hover::before,
.yellow_design input.input-action[type=radio] + label:hover::before {
    border-color: #e99400;
}

.yellow_design input.input-action[type=checkbox]:checked + label::before {
    background-image: url(../images/icns/md-check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #e99400;
    border-color: #e99400;
}

.yellow_design input.input-action[type=radio]:checked + label::before {
    border-color: #e99400;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #e99400;
}

.yellow_design .main-nav__item.active > .main-nav__link {
    color: #e99400;
}

.yellow_design .buyers__wrap .item:hover .item__title {
    transition: all 0.3s ease;
    color: #e99400;
}

.yellow_design .about-cifrus,
.yellow_design .about-cifrus::after,
.yellow_design .about-cifrus::before {
    background-color: #ffce38;
}

.yellow_design .section-title--w,
.yellow_design .about-cifrus__label,
.yellow_design .about-cifrus__number {
    color: #000;
}

.yellow_design .main-nav__item.active::after {
    background-color: #ffce38;
}

.yellow_design .tabs__btn.active {
    border-bottom: 2px solid #ffce38;
}

.yellow_design .tabs__btn.active {
    color: #ffce38;
    z-index: 1;
}

.yellow_design .tabs__btn:hover {
    color: #ffce38;
}

.yellow_design .chips__item:hover {
    background-color: #fff;
    color: #ffce38;
}

.yellow_design .chips__item.active {
    background-color: #ffce38;
    color: #000;
}

.showMobile {
    display: block;
}
.showDesktop {
    display: none;
}

@media (min-width: 768px) {
    .showMobile {
        display: none;
    }
    .showDesktop {
        display: block;
    }
}
