﻿html {
	font-size: 1.2em;
	font-weight: normal;
	list-style-type: disc;
	text-align: left;
	color: #000;
	line-height: 1.2;
	font-family: 'PT Sans Narrow', sans-serif;
	background-color: #FFF;
}
body {

}



p {


}

em {
	font-style: italic;
	color: #B30000;
}
b, strong {
	font-weight: bold;
}
ul {
	list-style-type: disc;
}

.uk-nav-sub li {
list-style-type: disc;	
}

li.item-138 ul li {
list-style-type: none;	
}


dt {
	width: 100%;
}

dd.published, .jn-date {
  color: #999;
  font-size: 0.7em;
  text-transform: uppercase;
}

dd span.field-label {
font-weight: bold;	
color: #888;
  font-size: 0.9em;
}


h1 {
	font-size: 2.8em;
	line-height: 1.1em;
	font-weight: bold;

	margin: 0px;
	color: #134CB6;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: 'PT Sans Narrow', sans-serif;
}



h2 {
font-size: 1.8em;
line-height: 1.1em;
color: #134CB6;
font-family: 'PT Sans Narrow', sans-serif;
font-weight: bold;
text-align: center;

}



.blog h2 {
font-size: 1.5em;

}


h3 {
	font-size: 1.6em;
	line-height: 1em;	
	color: #000;
    font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 600;
}

h4 {
font-size: 1.2em;
line-height: 1em;
font-weight: bold;
color: #000;
	font-family: 'PT Sans Narrow', sans-serif;
margin-top: 10px;

}

h5 {
	
font-size: 1.2em;
font-weight: bold;
color: #134CB6;
line-height: 1.2;
font-family: 'PT Sans Narrow', sans-serif;
margin-top: 0;	
}


h6 {
	font-size: 1.5em;
  color: #134CB6;
  line-height: 1.3;
  font-family: 'PT Sans Narrow', sans-serif;
  padding-left: 20px;
  border-left: solid 15px #F65117;
  overflow: hidden;
  background-color: #EEEEEE;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
text-transform: uppercase;
}

blockquote {
  margin: 0 0 20px 0;
    margin-top: 0px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-style: italic;
  color: #029B02;
  font-weight: bold;
  padding-left: 50px;
}

footer{


}
footer a{


}
}
footer a:visited{
}
footer a:hover{

}
footer p {


}

header.main {
    position: absolute;
    width: 100%;
}


header{

}

header a:visited{
}
header a:hover{
	
}

.uk-hr, hr {
    border-top: 1px solid #029B02;
}

nav {

}

nav a{
}
nav a:visited{
}
nav a:hover{
}


section {

}



a {
color: #F65117;		
}

a:hover {
	color: #FF900C;	
}

a:visited {
			
}


a:active {
}



.breadcrumb li{
	display: inline-block;
	list-style-image: none;
	list-style-type: none;
}


#breadcrumps {
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: block;
	font-size: 0.8em;
	color: #000;
	position: relative;
	margin: 0px;
}


.counter {
	font-size: x-small;
}

.uk-card-badge {
  top: 15px;
  right: -5px;
  background: none;
  color: transparent;
}

.tags {
padding-left: 0;
font-family: 'PT Sans Narrow', sans-serif;
text-transform: uppercase;
font-size: 0.7em;
margin-top: 10px;
max-height: 50px;
overflow: hidden;
text-align: right;
}

.tags li {
list-style-type: none;
display: inline-block;
margin-right: 5px;
padding-bottom: 0px;
margin-bottom: 3px;
}

.tags li a{
color: #fff;
background: -webkit-linear-gradient(45deg, rgb(246, 81, 23), rgb(255, 144, 12)) !important;
background: -moz-linear-gradient(45deg, rgb(246, 81, 23), rgb(255, 144, 12)) !important;
background: linear-gradient(45deg, rgb(246, 81, 23), rgb(255, 144, 12)) !important;
padding: 10px;
border-radius: 2px;
display: inline-block;
}

.tags li a:hover{
	text-decoration: none;
	background: #E9D801;
	color: #000;
}

.tags li a:active{
	text-decoration: none;
	background: #E9D801 ;
	color: #000;

}

.tagspopular {
text-align: left;
}

.tagspopular ul{
	list-style-type: none;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 0.7em;
	padding-left: 0;
	
}

.tagspopular li{
	display: inline-block;
	margin-right: 5px;
	padding-bottom: 15px;
	
}


.tagspopular li a{
    color: #029B02;
    background-color: #FBF7EF;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #029B02;
	
}

.tagspopular li a:hover{
    text-decoration: none;
    background-color: #E7D7BC;
    color: #029B02;

}

.tagspopular li a:active{
	text-decoration: none;
	background-color: #004dbf;
	color: #000;

}

.gotop {
    margin-right: 10px;
    text-align: right;
    display: block;
    padding: 20px !important;
    position: fixed;
    right: 10px;
    bottom: 10px;
z-index: 1000;
color: #fff;
line-height: 15px;
}


.pagination {
margin-top: 50px;
}

.pagination ul{
	display: inline-block;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.pagination li{
	font-size: 14px;
	color: #CCCCCC;
	background-color: #029B02;
	text-align: center;
	margin: 5px;
	font-weight: normal;
	text-transform: uppercase;
	background-image: none;
	cursor: point;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-radius: 50px;
}

.pagination a:link {
	font-size: 14px;
	color: #fff;
	padding: 0px;
	text-align: center;
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: none;
	cursor: pointer;
}
.pagination a:visited {
	color: #fff;
	text-decoration: none;
}
.pagination a:active {
	color: #666666;
	text-decoration: none;
}
.pagination a:hover {
	color: #333333;
	text-decoration: none;
}


img.gray:hover {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
/*Добавим вот такой вот код*/
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
/*конец кода с transition*/
}
img.gray {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none; /* IE 6-9 */
}



.item-page .pull-left {
	float: left;
	overflow: hidden;
    margin-right: 50px;
}

.jn-img img {
	border-radius: 15px;
border: 1px solid #888888;
}


/** qf3form **/ 
.qf3form.default {
padding: 0 !important;
background: transparent !important;

display: flow-root !important;
box-sizing: content-box !important;
max-width: 900px !important;
margin-left: auto !important;
margin-right: auto !important;
padding-left: 15px !important;
padding-right: 15px !important;
}

.qf3form.default .qf3label {
	display: none !important;
}

.qf3form.default .qf3txt input, .qf3form.default select {
  width: 100% !important;
}

.qf3form.default textarea {
  width: 100% !important;
}

.qf3form.default .qf3btn input {
  border: none !important;
  border-radius: 5px !important;
  padding: 0 40px !important;
  font-size: 1em !important;
line-height: 53px !important;

}



/** end qf3form **/ 

.boxplusx-title {
display: none;  
  
}


/** Uikit **/ 

.uk-card-tag {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 1;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.uk-light {
	    color: #FFF;
}


.uk-light a {
	    color: #FEED01;
}

.uk-card {
    border-radius: 20px;
}


.uk-list-striped > :nth-of-type(2n+1) {

}

.uk-list-striped > :nth-of-type(2n+1) {
  border-top: 1px solid #029B02;
  border-bottom: 1px solid #029B02;
}


.switcher  ul.uk-list li.uk-active {
background: #E7D7BC;	
}

.uk-accordion-title {
    font-size: 1.5em;
    color: #006BBB;
}

ul .nav-child {
	list-style: square;
}

.uk-nav-primary > li > a {
    line-height: 1;
}

.uk-nav li > a {
    padding-bottom: 15px;
}

.uk-offcanvas-bar {
background: -webkit-linear-gradient(135deg, rgb(0, 53, 153), rgb(0, 53, 153), rgb(24, 161, 219));
background: -moz-linear-gradient(135deg, rgb(0, 53, 153), rgb(0, 53, 153), rgb(24, 161, 219));
background: linear-gradient(135deg, rgb(0, 53, 153), rgb(0, 53, 153), rgb(24, 161, 219));
}

.uk-search-default .uk-search-input {
    background-color: #fff;
}

.uk-search-default .uk-search-input:focus {
  background-color: #fff;
  border-color: #029B02;
}

.uk-modal-dialog {
    background: #FAF9F7;
}

.uk-modal-footer {
    background: #029B02;
}


.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
    border-color: #006BBB;
}

.uk-label {
    background: #111;
}

.uk-text-small {
    font-size: .85em;
	line-height: 1.1;
}

.uk-card-title {
    font-size: 1em;
    line-height: 1.1;
}

.uk-text-primary {
    color: #029B02 !important;
}

.uk-text-secondary {
    color: #B21378 !important;
}


footer .uk-text-primary, footer .uk-text-secondary {
color: #fff !important;	

}


.uk-article-title {
    font-size: 1.625em;
}

.uk-badge {
    background: #005797;
}

.uk-list-primary li::marker, .uk-list-primary > ::before {
    color: #029B02 !important;
}

.uk-navbar-nav {
  gap: 0;
}

.uk-navbar-nav > li > a {
padding: 10px 15px;
border-radius: 15px;
}


.uk-navbar-nav > li.uk-active > a {
background: -webkit-linear-gradient(45deg, rgb(246, 81, 23), rgb(255, 144, 12));
background: -moz-linear-gradient(45deg, rgb(246, 81, 23), rgb(255, 144, 12));
background: linear-gradient(45deg, rgb(246, 81, 23), rgb(255, 144, 12));
color: #fff;
}

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a.uk-open, .uk-navbar-nav > li > a:focus {
    background: #003599 ;
color: #000;
}

.uk-navbar-toggle {
    color: #029B02;
}

.uk-search-navbar .uk-search-input {
color: #000;
    font-size: 1em;
}

.uk-navbar-nav > li > a {
	min-height: 20px;
}

.uk-navbar-item, .uk-navbar-toggle {
	min-height: 40px;
}

.uk-navbar-nav > li > a {
	color: #000;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
background: -webkit-linear-gradient(135deg, rgb(0, 53, 153), rgb(0, 53, 153), rgb(24, 161, 219));
background: -moz-linear-gradient(135deg, rgb(0, 53, 153), rgb(0, 53, 153), rgb(24, 161, 219));
background: linear-gradient(135deg, rgb(0, 53, 153), rgb(0, 53, 153), rgb(24, 161, 219));
}

.uk-background-primary, .uk-card-primary {
background: -webkit-linear-gradient(135deg, rgb(0, 53, 153), rgb(0, 53, 153), rgb(24, 161, 219));
background: -moz-linear-gradient(135deg, rgb(0, 53, 153), rgb(0, 53, 153), rgb(24, 161, 219));
background: linear-gradient(135deg, rgb(0, 53, 153), rgb(0, 53, 153), rgb(24, 161, 219));
}

.back-corner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;	
}

/* Белый угол слева сверху */
.back-corner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 50px;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

/* Оранжевый угол справа снизу */
.back-corner::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 50px;
  background: linear-gradient(45deg, rgb(246, 81, 23), rgb(255, 144, 12));
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}


.uk-background-secondary {
background: -webkit-linear-gradient(45deg, rgb(246, 81, 23), rgb(255, 144, 12));
background: -moz-linear-gradient(45deg, rgb(246, 81, 23), rgb(255, 144, 12));
background: linear-gradient(45deg, rgb(246, 81, 23), rgb(255, 144, 12));
}


.background-grey {
background-image: url(/images/back-grey.jpg);
background-repeat: no-repeat;
background-size: cover;

}


.uk-text-large {
    font-size: 1.5em;
	    line-height: 1;
}

.uk-button {
	font-family: 'PT Sans Narrow', sans-serif;
	font-variation-settings: "wdth" 87.5;
	text-transform: uppercase;
	border-radius: 15px;
	font-weight: 600;
}

.uk-button-default {
  background-color: #CCCCCC;
  color: #000;
  border: 1px solid #CCCCCC;
}

.uk-button-default:hover, .uk-button-default:focus {
  background-color: #BBBBBB;	 	
  color: #000;
  border: 1px solid #BBBBBB;
}

.uk-button-primary {
background: -webkit-linear-gradient(135deg, rgb(0, 53, 153), rgb(0, 53, 153), rgb(24, 161, 219)) !important;
background: -moz-linear-gradient(135deg, rgb(0, 53, 153), rgb(0, 53, 153), rgb(24, 161, 219)) !important;
background: linear-gradient(135deg, rgb(0, 53, 153), rgb(0, 53, 153), rgb(24, 161, 219)) !important;
color:
    #fff !important;
  border: none;
}


.uk-button-primary:hover {
    background: #003599 !important;
color:
    #fff !important;
}

.uk-button-primary:focus {
    background: #003599 !important;
color:
    #fff !important;
}



.uk-button-secondary  {
background: -webkit-linear-gradient(45deg, rgb(246, 81, 23), rgb(255, 144, 12)) !important;
background: -moz-linear-gradient(45deg, rgb(246, 81, 23), rgb(255, 144, 12)) !important;
background: linear-gradient(45deg, rgb(246, 81, 23), rgb(255, 144, 12)) !important;
color:
    #fff !important;
	border: none;
}

.uk-button-secondary:hover  {
	background: #F65117 !important;
color:
    #fff !important;
	border: none;
}

.uk-button-secondary:focus  {
	background: #F65117 !important;
color:
    #fff !important;
	border: none;
}



.uk-navbar-item {
    color: #029B02;
}

.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	color: #fff;
}

.uk-light .uk-navbar-nav > li > a {
	color: #fff;
}

.uk-subnav-pill > * > :first-child {
  color: #029B02;
  margin-bottom: 20px;
}

.uk-subnav-pill > * > a.active {
  background-color: #fbf7ef;
  color: #029B02;
  border-radius: 5px;
}


.uk-subnav-pill > * > a:hover {
  background-color: #E7D7BC;
  color: #029B02;
  border-radius: 5px;
}

.uk-subnav > * > :first-child {
  text-transform: none;
  font-weight: bold;
font-size: 1.2em;
}


.uk-nav-primary .uk-nav-sub {
  font-size: 1.25rem;
  line-height: 1.2;
}


ul.uk-nav-primary li ul.uk-nav-sub li ul.uk-nav-sub{
  font-size: 1rem;
  
}

/** end Uikit **/



[class*="ymaps-2"][class*="-ground-pane"]{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter:grayscale(100%);
}


/** @media **/


@media (min-width: 768px) and (max-width: 1219px) {
	

}




@media (min-width: 1220px) {  


}

@media (max-width: 960px) {




}


@media (max-width: 768px) {

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.6em;
  margin-left: 0;
  text-align: center;
}

.item-page .pull-left {
	float: none;
    margin-right: 0;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.2em;
}
  
  
/* Белый угол слева сверху */
.back-corner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 25px;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

/* Оранжевый угол справа снизу */
.back-corner::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 25px;
  background: linear-gradient(45deg, rgb(246, 81, 23), rgb(255, 144, 12));
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}  

}




/** end @media **/