@font-face {
  font-family: "GothamPro";
  src: url("/fonts/GothamPro.eot");
  src: url("/fonts/GothamPro.eot?#iefix") format("embedded-opentype"), url("/fonts/GothamPro.woff") format("woff"), url("/fonts/GothamPro.ttf") format("truetype");
}
* {
  font-family: "GothamPro" !important;
}

.uk-button {
	border-radius: 8px;
}
#site_top {
	background: #dbecfd;
	padding: 16px 0;
}
#site_header {
	height: 80px;
	background: #2196f3;/*url(/img/bg_sky.jpg) #2196f3 bottom left no-repeat;*/
}
#site_logo_text {
	color: #fff;
	font-size: 1.2em;
}
.site_header_icon {
	color: #fff !important;
}
a#scrollup {
    width: 60px;
    height: 60px;
    color: #fff;
    background-color: #999;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-indent: -9999px;
    z-index: 9990;
    border-radius: 50%;
    opacity: 0;/*0.3*/
    transition: 0.5s;
}
.site_nav_top>li>a {
	position: relative;
	color: #fff;
}
.site_nav_top>li>a::before {
	content: '';
	display: block;
	position: absolute;
	left: 15px;
	right: calc(102% - 15px);
	bottom: 20px;
	height: 2px;
	background-color: #fff;/*#1e87f0;*/
	transition: .3s ease-in-out;
	transition-property: right;
}
.site_nav_top>li>a:hover {
	color: #fff;
}
.site_nav_top>li>a:hover::before {
    right: 15px;
}
.site_nav_top>li>a.selected {
	background: #fff;
	color: #2196f3;
}

a.site-language {
	display: inline-block;
    width: 30px;
    height: 30px;
	border-radius: 50%;
	background-position: center;
	background-size:cover;
	box-shadow: 0px 0px 6px #000;
}
a.site-language-rus {
	background-image: url(/img/lang_rus.svg);
}
a.site-language-eng {
	background-image: url(/img/lang_eng.svg);
}
#site_offcanvas_lang .site-language {
	margin: 0;
}
#site_header_lang .site-language {
	margin-left: 24px;
}

#site_offcanvas {
	background: #607d8b;/*#1e87f0;*/
}
#site_footer {
	border-top: 1px solid #a3d1ff;
	color: #a3d1ff;
}
.site-main-item {
/*	border-radius: 16px;*/
	background: #a3d1ff;
    background: linear-gradient(45deg, #a3d1ff 60%, #eaf5ff 80%, #a3d1ff 100%);
	border: 4px solid #e9f4ff;
}

.site-main-item a {
	background: #e9f4ff;
	color: #03a9f4;
}
.site-main-item:hover {
	/*border-color: #cbe5ff;*/
    background: #ffffff;
}

.site-main-item-body {
	padding-top: 0;
}
.site_plink {
	color: #333;
}
.site_plink img {
	height: 22px;
}
.site_plink:hover {
	text-decoration:none;
}
.site_plink_s {
	font-size: 14px;
	color: rgba(255,255,255,.7) !important;
}
.site_plink_s:hover {
	text-decoration:none;
}
.site_plink_s img {
	height: 40px;
	margin: 5px 10px 0 0;
}
