a {
    color: #f5d66e
}

a:focus, a:hover {
    color: #f5d66e
}

main ::-moz-selection {
    background-color: #f5d66e
}

main ::selection {
    background-color: #f5d66e
}

main ::-moz-selection {
    background-color: #f5d66e
}

.top-bar--dark .top-bar__navigation a:after {
    background: -o-linear-gradient(0deg, #f3c93f 0, #f0bb0f 100%);
    background: -webkit-gradient(linear, left top, right top, from(#f3c93f), to(#f0bb0f));
    background: -o-linear-gradient(left, #f3c93f 0, #f0bb0f 100%);
    background: linear-gradient(90deg, #f3c93f 0, #f0bb0f 100%)
}

.top-bar__navigation a.active {
    color: #f5d66e
}

.top-bar--dark .top-bar__auth-btns a:after {
    background-color: #f5d66e
}

.top-bar__choose-lang .list-wrap li.is-active span:after {
    background-color: #f5d66e
}

.section-heading:not(.section-heading--white) .__subtitle {
    color: #f5d66e
}

.btn-play {
    background-color: #f5d66e
}

.services--s2 .__ico {
    border: none;
    background: -o-linear-gradient(0deg, #f3c93f 0, #f0bb0f 100%);
    background: -webkit-gradient(linear, left top, right top, from(#f3c93f), to(#f0bb0f));
    background: -o-linear-gradient(left, #f3c93f 0, #f0bb0f 100%);
    background: linear-gradient(90deg, #f3c93f 0, #f0bb0f 100%)
}

.posts--s2 .__item--preview .__date-post {
    background-color: #f0bb0f
}

.custom-btn.custom-btn--style-1:before, .custom-btn.custom-btn--style-2:before, .custom-btn.custom-btn--style-3:before {
    background: -o-linear-gradient(0deg, #f3c93f 0, #f0bb0f 100%);
    background: -webkit-gradient(linear, left top, right top, from(#f3c93f), to(#f0bb0f));
    background: -o-linear-gradient(left, #f3c93f 0, #f0bb0f 100%);
    background: linear-gradient(90deg, #f3c93f 0, #f0bb0f 100%)
}

.custom-btn.custom-btn--style-3 {
    background: linear-gradient(white, white) padding-box,
        linear-gradient(to right, #f3c93f, #f0bb0f) border-box;
    border-radius: 12px;
    border: 2px solid transparent;
}

#btn-to-top {
    background: -o-linear-gradient(0deg, #f3c93f 0, #f0bb0f 100%);
    background: -webkit-gradient(linear, left top, right top, from(#f3c93f), to(#f0bb0f));
    background: -o-linear-gradient(left, #f3c93f 0, #f0bb0f 100%);
    background: linear-gradient(90deg, #f3c93f 0, #f0bb0f 100%)
}