a {
    color: #26445F
}

a:focus,
a:hover {
    color: #26445F
}

main ::-moz-selection {
    background-color: #26445F
}

main ::selection {
    background-color: #26445F
}

main ::-moz-selection {
    background-color: #26445F
}

.top-bar--dark .top-bar__navigation a:after {
    background-color: #26445F
}

.top-bar__navigation a.active {
    color: #26445F
}

.top-bar__navigation .submenu a:after {
    background-color: #26445F !important
}

.top-bar--dark .top-bar__auth-btns a:after {
    background-color: #26445F
}

.top-bar__choose-lang .list-wrap li.is-active span:after {
    background-color: #26445F
}

.section-heading:not(.section-heading--white) .__subtitle {
    color: #EB6B2A
}

.btn-play {
    background-color: #EB6B2A
}

.services--s2 .__ico {
    border: none;
    background: #387452;
}

.posts--s2 .__item--preview .__date-post {
    background-color: #2e6cff
}

.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, #26445F 0, #387452 100%);
    background: -webkit-gradient(linear, left top, right top, from(#26445F), to(#387452));
    background: -o-linear-gradient(left, #26445F 0, #387452 100%);
    background: linear-gradient(90deg, #26445F 0, #387452 100%)
}

.custom-btn.custom-btn--style-2 {
    background-color: #387452;
    border-color: #387452;
    color: #fff
}

.custom-btn.custom-btn--style-3 {
    border-color: #26445F
}

#btn-to-top {
    background-color: #387452
}