body {
	font-family: 'Onest', sans-serif;
	font-weight:300;
	font-size: 24px;
	background-color: #000;
	overflow-x: hidden;
	color: #fff;
}

@media (max-width: 767px) {
	body {
		font-size: 18px;
	}
}

/*-----WRAPPERS-----*/
.wrapper-20 {
	height: 20px;
}
.wrapper-40 {
	height: 40px;
}
.wrapper-60 {
	height: 60px;
}
.wrapper-80 {
	height: 80px;
}
/*-----WRAPPERS-----*/

.upper-text {
	text-transform: uppercase !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Onest', sans-serif !important;
    font-weight: 700;
	color: #fff !important;
}

.navigation {
	z-index:999;
}

.uk-icon-button {
	cursor:pointer;
}
.lang-menu {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}
.lang-menu img {
	width: 24px !important;
	height: 24px !important;
	max-width: none !important;
	object-fit: contain;
	vertical-align: top;
}
/* Выпадающий список — та же ширина, что у триггера; флаги по центру (как на KG) */
.lang-menu #lang {
	left: 0 !important;
	right: 0 !important;
	transform: none !important;
	width: 100% !important;
	padding: 8px 0 !important;
	top: 42px !important;
	box-sizing: border-box;
	text-align: center;
}
.lang-menu #lang > div {
	margin-top: 5px;
	text-align: center;
}
.lang-menu #lang > div:first-child {
	margin-top: 0;
}
.lang-menu #lang a {
	display: inline-block;
	line-height: 0;
}
@media (max-width:380px) {
	.uk-logo img,.uk-logo svg {
		width:120px !important;
	}
}

.uk-background-black {
	background: rgba(0,0,0, 0.7);
}

.uk-section-xxsmall {
	padding: 10px 0;
}

b, strong {
    font-weight: bold !important;
}

/*-- hover-moving-border --*/
.hover-moving-border {
  position: relative;
  margin-bottom:5px !important;
  z-index: 1;
}
.hover-moving-border:after, .hover-moving-border:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0;
  transition: opacity 0.55s, transform 0.55s;
  z-index: -1;
  border-radius:5px;
}
.hover-moving-border:after {
  border-right: 1px solid #CF0E13;
  border-left: 1px solid #CF0E13;
}
.hover-moving-border:after {
  transform: scale(1.1, 0);
}
.hover-moving-border:before {
  border-top: 1px solid #CF0E13;
  border-bottom: 1px solid #CF0E13;
}
.hover-moving-border:before {
  transform: scale(0, 1.2);
}
.hover-moving-border:hover:before, .hover-moving-border:hover:after {
  opacity: 1 !important;
  transform: scale(1.1, 1.2) !important;
  background:rgba(0,0,0,0.05);
}
body.uk-background-secondary .uk-tab li a:hover,
body.uk-background-secondary .uk-tab .uk-active a {
	color:#ffffff !important;
}
.uk-tab-right > *,
.uk-tab-left > *,
.uk-text-right.uk-subnav > *,
.uk-text-left.uk-subnav > * {
	width:100% !important;
}
.uk-tab-right > * > * {
	padding-left:20px !important;
}
.uk-tab-left > * {
	text-align:right !important;
}
.uk-tab-left > * > * {
	padding-right:20px !important;
	text-align:right !important;
}
p:last-child {
	margin-bottom:0px !important;
}
.uk-text-bottom {
  vertical-align: bottom !important;
}
.uk-padding-xsmall {
	padding:8px 0;
}
.phone-button .image-circle{
	background-color:#3DA028;
}
.phone-button .circlephone{
	border-color: #3DA028;
}
.phone-circle-fill{
	background-color:#3DA028;
}
.uk-h2.uk-text-primary i,
.uk-h2.uk-text-primary img,
.uk-h2.uk-text-primary svg {
	/*border:3px solid #CF0E13;*/
}
.uk-h2.uk-text-muted i,
.uk-h2.uk-text-muted img,
.uk-h2.uk-text-muted svg {
	border:3px solid #999999;
}
.uk-h2.uk-text-secondary i,
.uk-h2.uk-text-secondary img,
.uk-h2.uk-text-secondary svg {
	border:3px solid #222222;
}
.uk-h2.uk-text-extra i,
.uk-h2.uk-text-extra img,
.uk-h2.uk-text-extra svg {
	border:3px solid #32cd32;
}
.uk-h2.uk-text-white i,
.uk-h2.uk-text-white img,
.uk-h2.uk-text-white svg {
	border:3px solid #ffffff;
}
.uk-h2[class*="uk-text-"] i {
	padding:15px;
	border-radius:50%;
	font-size:42px;
	height:60px;
	width:60px;
	text-align:center;
	line-height:60px !important;
	margin-bottom:10px;
	transition: 0.5s ease-out all;
}
.uk-h2[class*="uk-text-"] img,
.uk-h2[class*="uk-text-"] svg {
	/*padding:15px;
	border-radius:5px;*/
	height:100px;
	width:100px;
	text-align:center;
	margin-bottom:10px;
	transition: 0.5s ease-out all;
}
*:hover > .uk-h2[class*="uk-text-"] i,
*:hover > .uk-h2[class*="uk-text-"] img,
*:hover > .uk-h2[class*="uk-text-"] svg {
	-webkit-transform: scale(1.1) rotate(360deg);
  	-ms-ransform:scale(1.1) rotate(360deg);
  	transform: scale(1.1) rotate(360deg);
}

.uk-img-primary.img-border-circle {
	border:3px solid #CF0E13;
}
.uk-img-extra {
	fill: #32cd32;
	position:relative;
	width:90px;
	height:90px;
}
.uk-img-extra.img-border-circle {
	border:3px solid #32cd32;
}
.div-hover:hover img {
	
}
.uk-subnav a {
	background:rgba(0,0,0,0.05) !important;
	color:#333;
}
.uk-subnav a:hover {
	background:rgba(0,0,0,0.1) !important;
	color:#222;
}
[class*="secondary"] .uk-subnav-pill > * > a {
   background:rgba(255,255,255,0.05) !important;
	color:#ffffff !important;
}
[class*="secondary"] .uk-subnav-pill > * > a:hover {
   background:rgba(255,255,255,0.2) !important;
	color:#ffffff !important;
}
[class*="secondary"] .uk-subnav-pill > * > a:active,
[class*="secondary"] .uk-subnav-pill > * > a:focus,
[class*="secondary"] .uk-subnav-pill > .uk-active > a {
  background:#CF0E13 !important;
  color: #ffffff !important;
}
.simple-counter .uk-padding-large,
.circle-progressbar .uk-padding-large {
    padding-top: 60px;
    padding-bottom: 60px;
}

[class*='uk-progress'].uk-animation-slide-left {
  animation-duration: 1.5s;
}
.uk-progress {
	margin-left:-1px !important;
	background: transparent !important;
}
.uk-progress::-webkit-progress-bar {
  background-color: transparent !important;
}
.min-height {
	min-height:300px;
}
.min-height-small {
	min-height:200px;
}
.uk-background-cover {
	background-size:cover !important;
	background-repeat: no-repeat !important;
}
.uk-background-fixed {
  background-attachment: fixed !important;
  backface-visibility: hidden !important;
}
@media (pointer: coarse) {
  .uk-background-fixed {
    background-attachment: scroll !important;
  }
}
.uk-width-xsmall {
	width:90px;
}
.thumb canvas {
	margin:-1px !important;
	padding:0px !important;
}

/*-- --*/
.uk-button-secondary.uk-icon-button {
	background:#222222;
	color:#ffffff;
}
* {
	outline:none !important;
}
.uk-icon-button.uk-button-primary {
  background-color: #CF0E13;
}
.uk-icon-button.uk-button-primary:hover,
.uk-icon-button.uk-button-primary:focus {
  background-color: #ee7700;
  color: #fff;
}
div:not([class*="muted"]):not([class*="default"]) .uk-alert {
	background:rgba(255,255,255,0.1);
}


#contact-us p {
	font-weight:400;
}
.wrapper {
	max-width:1960px;
	margin:0 auto;
}
.uk-text-white, .uk-text-white .uk-button-primary, .uk-button-primary, .uk-button-primary span.uk-text-white {
	color:#ffffff !important;
}

.uk-text-white svg {
	fill:#ffffff !important;
	color: #ffffff !important;
}
.uk-text-dark,
.uk-text-dark * {
	color:#333333 !important;
}
.uk-height-xlarge {
	height:560px;
}

.uk-sticky-fixed.uk-position-top {
	position:fixed !important;
	box-shadow:0px 0.5px 5px rgba(0,0,0,0.3);
	width:100% !important;
}
.header-shadow * {
	text-shadow: 2px 3px 3px #000;
}
.uk-offcanvas-bar {
	background:rgba(0,0,0,0.8);
}
.uk-navbar-nav > li > a {
	color:#ffffff !important;
	font-family: 'Onest', sans-serif !important;
	font-weight: 400;
}
.uk-navbar-nav > li > a:hover {
	color:#ffffff !important;
}

.uk-nav-primary>li>a {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #ffcc00 !important;
	font-family: 'Onest', sans-serif !important;
	font-weight: 600;
}

.uk-nav-primary>li>a:hover {
    color: #ffffff!important;
}

@media (max-width: 1024px) {
  .uk-navbar-nav > li > a {
	padding-left:10px;
	padding-right:10px;
  }
}
.uk-navbar-nav > li.uk-active > a {
	color:#fff;
}
.uk-light .uk-text-primary {
	color:#FFF !important;
}
[class*="secondary"] p.uk-h3.uk-text-primary {
	color:#ff9b00 !important;
	font-weight: bold !important;
}
[class*="primary"] p.uk-h3.uk-text-primary {
	color:#ffffff !important;
	font-weight: bold !important;
}
.uk-overlay-primary {
	background:linear-gradient(to left, rgba(255, 204, 0, 0.4), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5), rgba(255, 204, 0, 0.4)) !important;
}
.uk-overlay-default {
	background:rgba(255,255,255,0.8) !important;
}
.uk-overlay-secondary {
	background:rgba(0,0,0,0.8) !important;
}
.uk-overlay-muted {
	background:rgba(220,220,220,0.8) !important;
}


.uk-slidenav.uk-icon-button {
	width: 46px;
  height: 46px;
}
.thumb {
	margin:0 !important;
}
@media (max-width: 520px) {
  .uk-slider-items.uk-child-width-1-2 > * {
  	width:100%;
  }
  .uk-navbar-item .social-bg-hover {
  	display:none !important;
  }
}

.uk-totop {
	width:60px;
	height:60px;
	line-height:1;
	text-align:center;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.6);
	opacity: 0;
	transition: 0.5s;
	z-index: 999 !important;
}
.uk-totop:hover {
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
  
@media print {
	.header,.footer,.sidebar {
		display:none;
	}
}
.uk-button:disabled {
	background:#ccc !important;
}