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