/* main colors */
/* main fonts */
/* main breakpoint */
/* display */
/* position */
/* float */
/* text align */
/* vertical align */
/*-- 
    Margin & Padding
-----------------------------------------*/
/*
	This mixin can be used to set the object-fit:
	@include object-fit(contain);

	or object-fit and object-position:
	@include object-fit(cover, top);
*/
/* .box { @include transition(width, height 0.3s ease-in-out); } */
/* .box { @include border-radius(10px); } */
/* CSS3 calc() function to perform calculations */
a { color: #15d2b9; }

a:hover, a:focus { color: #15d2b9; }

main ::-moz-selection { background-color: #15d2b9; }

main ::selection { background-color: #15d2b9; }

main ::-moz-selection { background-color: #15d2b9; }

.top-bar--dark .top-bar__navigation a:after { background-color: #15d2b9; }

.top-bar__navigation a.active { color: #15d2b9; }

.top-bar--dark .top-bar__auth-btns a:after { background-color: #15d2b9; }

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

.section-heading:not(.section-heading--white) .__subtitle { color: #15d2b9; }

.btn-play { background-color: #15d2b9; }

.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%); }

.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, #15D2B8 0%, #24756a 100%); background: -webkit-gradient(linear, left top, right top, from(#15D2B8), to(#24756a)); background: -o-linear-gradient(left, #15D2B8 0%, #24756a 100%); background: linear-gradient(90deg, #15D2B8 0%, #24756a 100%); }

.custom-btn.custom-btn--style-3 { border-color: #15d2b9; }

#btn-to-top { background-color: #17a0fc; }
