a {
    color: #3766b8
}

a:focus,
a:hover {
    color: #3766b8
}

main ::-moz-selection {
    background-color: #3766b8
}

main ::selection {
    background-color: #3766b8
}

main ::-moz-selection {
    background-color: #3766b8
}

.top-bar--dark .top-bar__navigation a:after {
    background-color: #3766b8
}

.top-bar__navigation a.active {
    color: #3766b8
}

.top-bar--dark .top-bar__auth-btns a:after {
    background-color: #3766b8
}

.top-bar__choose-lang .list-wrap li.is-active span:after {
    background-color: #3766b8
}

.section-heading:not(.section-heading--white) .__subtitle {
    color: #3766b8
}

.btn-play {
    background-color: #3766b8
}

.services--s2 .__ico {
    border: none;
    /*background: -o-linear-gradient(0deg, #28baff 0, #4f74ef 100%);*/
    /*background: -webkit-gradient(linear, left top, right top, from(#28baff), to(#4f74ef));*/
    /*background: -o-linear-gradient(left, #28baff 0, #4f74ef 100%);*/
    /*background: linear-gradient(90deg, #28baff 0, #4f74ef 100%)*/
    background: #3766b8;
}

.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, #31abfb 0, #4683f2 100%);
    background: -webkit-gradient(linear, left top, right top, from(#31abfb), to(#4683f2));
    background: -o-linear-gradient(left, #31abfb 0, #4683f2 100%);
    background: linear-gradient(90deg, #3766b8 0, #4683f2 100%)
}

.custom-btn.custom-btn--style-3 {
    border-color: #3766b8
}

#btn-to-top {
    background-color: #17a0fc
}