/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 
 /* Линия заголовков */
.tm-heading-line {
  position: relative;
  margin-bottom: 20px !important;
}
.tm-heading-line:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 40px;
  height: 2px;
  background: #df1010;
}

 /* Линия в меню */
.uk-navbar-nav > li > a:after {
  content: '';
  position: absolute;
  bottom: 7px;
  left: 0;
  height: 0;
  width: 100%;
  background: #c44444;
  -webkit-transition: height 0.15s ease, color 0.15s ease;
  transition: height 0.15s ease, color 0.15s ease;
}

 /* Цвет шрифта меню моби */
.uk-nav-offcanvas > li > a {
  color: #ededfe;
  padding: 10px 20px;
}

/* Стрелка скроллера вверх */
.tm-totop-scroller:after {
  display: block;
  content: "\e903";
  font-family: 'Luna';
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}