/*#tm-main div div {
  max-width: 1600px !important;
}

h2 {
  text-align: center !important;
}

.switcherIcon {
  position: absolute;
    top: 11px;
    color: #0098FF;
    font-size: 18px;
}

.uk-nav li {
  position: relative;
}

body {
  overflow-x: hidden;
}

.tm-middle {
  justify-content: center;
  margin: 0 !important;
}

article .uk-grid-match {
  margin-left: -25px !important;
}

article div div div {
  
  	background: none !important;
  	border-radius: unset !important;
  	border: none !important;
  	padding: 0 !important;
}

.uk-nav-side > li.uk-active > a {
  
    background: none !important;
    color: #02a3ee !important;
}

.uk-nav li a:hover {
  background: none !important;
  color: #02a3ee !important;
}

.uk-nav li a:active {
  box-shadow: none !important;
  background: none !important;
}


@media only screen and (min-width: 770px) {
  h2 {
    margin-bottom: 50px !important;
  }
}*/