html::after {
	background-image: none !important;
}
h1, h2, h3 {
    font-family: Navigo, Arial !important;
}
.mainpage h3 {
    text-transform: none !important;
}
.lang ul, .lang-mobile ul {
  background: url(/images/ico-globe.svg) no-repeat;
    background-position: left;
    background-size: 30px;
    background-position-y: 2px;
}
.lang-mobile {
  float: right;
  padding-top: 10px;
}

.lang, .lang-mobile {
  font-family: Navigo, Arial !important;
}

.footer {
    font-family: Navigo, Arial !important;
    text-transform: uppercase;
}

.mod-languages {
    height: 30px;
    margin-bottom: 10px !important;
}
#l_list3 a {
    margin-left: -20px;
    padding-left: 0;
}
#l_list2 a {
  margin-right: -12px;
}

#l_list3 a:before {
  content: "";
  display: inline-block;
  position: relative;
  top: calc(-.2 * 1em);
  vertical-align: middle;
  height: calc(4px + .7em);
  margin-right: calc(5px + .2em);
  border-left: calc(2px + .1em) solid #000000;
}

i {
  text-align: center;
  margin: auto;
  width: 30px;
}
.downloads h3.el-title {
  min-height: 70px;
}

.contacts a {
  color: #000;
}
.contacts a:hover {
  color: #b1afaf;
}

.txtlink {
  text-transform: uppercase;
}

.el-content.uk-panel {
  border-top: 1px solid #e6e6e6;
  padding-top: 30px;
}

.divider {
  margin: 20px 0;
}

@media (max-width: 959px){
  h2 {font-size: 22px;}
}