﻿html {
	font-size: 1.1em;
	font-weight: normal;
	list-style-type: disc;
	text-align: left;
	color: #fff;
	line-height: 1.2;
	background-color: #222222;
	font-family: 'Roboto Condensed', sans-serif;
}
body {

}


p {
	text-align: justify;
	line-height: 1.2;
	font-size: 1em;
	margin-bottom: 0;
}

em {
	font-style: italic;
	color: #CB5607;
}
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%;
}
h1 {
	font-size: 2.2em;
	line-height: 1.1em;
	font-weight: normal;
	text-transform: uppercase;	
text-align: center;
	margin: 0px;
	color: #CCCCCC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: 'Roboto Condensed', sans-serif;
}

.item-page h1 {
	font-size: 1.8em;
	line-height: 1.1em;
	font-weight: bold;
	text-align: center;
	color: #CCCCCC;
	font-family: 'Roboto Condensed', sans-serif;
	padding-bottom: 20px;	
}

.blog h1 {
	font-size: 1.8em;
	line-height: 1.1em;
	font-weight: bold;
	text-align: center;
	color: #CCCCCC;
	font-family: 'Roboto Condensed', sans-serif;
	padding-bottom: 20px;	
}



h2 {
	font-size: 1.8em;
	line-height: 1.1em;
	color: #CCCCCC;
	font-family: 'Roboto Condensed', sans-serif;
	padding-bottom: 20px;
	text-transform: uppercase;

}

h2::before {
content: '';
vertical-align: middle;
display: inline-block;
background-color: #EC6608;
width: 20px;
height: 20px;
margin-right: 15px;
}




h3 {
	font-size: 1.5em;
	line-height: 1em;	
	font-weight: bold;
	color: #CCCCCC;
	text-align: center;
padding-bottom: 10px;
	text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

h4 {
font-size: 1.2em;
line-height: 1em;
font-weight: bold;
color: #fff;
font-family: 'Roboto Condensed', sans-serif;

margin-top: 10px;

}

h5 {
	
  font-size: 1.5em;
  font-weight: bold;
 	text-align: center;
	color: #fff;
line-height: 1.2;
    font-family: 'Roboto Condensed', sans-serif;
}

h6 {
font-size: 1.2em;
font-weight: normal;
color: #fff;
line-height: 1em;
    font-family: 'Roboto Condensed', sans-serif;
padding: 15px;
background-color: #eee;
}



footer{
background-color: #000;


}
footer a{


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

}
footer p {


}

span.icon.uk-icon {
    background-color: #EC6608;
    color: #000;
height: 40px;
width: 40px;
display: flex;
align-items: center;
justify-content: center;
}

header {
background-color: #000;
}

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




hr {

}

nav {

}

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


section {

}



a {
color: #EC6608;		
}

a:hover {
	color: #CB5607;	
}

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: 12px;
	color: #CCC;
	position: relative;
	margin: 0px;
}


.counter {
	font-size: x-small;
}
.tags {
padding-left: 0;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 0.8em;
margin-top: 10px;

}

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

.tags li a:before{
content: "# ";	
}

.tags li a{
	color: #333;
	background-color: #DDDDDD;
	padding: 5px;
	border-radius: 2px;
}

.tags li a:hover{
	text-decoration: none;
	background-color: #1774FF;
	color: #FFF;
}

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

}

.tagspopular {
text-align: left;
}

.tagspopular ul{
	list-style-type: none;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 0.8em;
	padding-left: 0;
	
}

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

.tagspopular li a:before{
content: "# ";	
}

.tagspopular li a{
color: #333;
background-color: #DDDDDD;
padding: 5px;
border-radius: 2px;
	
}

.tagspopular li a:hover{
	text-decoration: none;
	background-color: #1774FF ;
	color: #FFF;

}

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

}

.gotop {
    margin-right: 10px;
    text-align: right;
    display: block;
    padding-right: 15px !important;
    padding-left: 15px !important;
    position: fixed;
    right: 10px;
    bottom: 10px;
z-index: 10;
color: #FFF;
padding-top: 0;
padding-bottom: 0;
}


.pagination {
margin-top: 50px;
}

.pagination ul{
	display: inline-block;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.pagination li{
	font-size: 14px;
	color: #CCCCCC;
	background-color: #EC6608;
	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;
}
.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 {
  -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:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none; /* IE 6-9 */
}


.search {
	width: 100%;
}


.background-black {
	background-color: #000;
}

.background-black h2{
	padding-top: 20px;
}

/** qf3form **/ 


.qf3form {
    padding: 0 !important;
	background: transparent !important;
}

 .qftext, .qfemail  {
	width: 100% !important;
	display: inline-block !important; 
}

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

.qf3form textarea, .qf3form.modal textarea {
    height: 160px !important;
    width: 100% !important;
}

 .qfsubmit, .modal .qfsubmit  {
	text-align: center !important;
}

.qf_recaptcha {
	transform: none !important; 
}

.qf3form .qf3txt input, .qf3form select, .qf3form textarea {
    border: 1px solid #e5e5e5 !important;
    border-radius: 0 !important;
    font-size: 100% !important;
}


.qf3form .qf3btn input {
    border-radius: 0 !important;
    font-size: 100% !important;
    text-transform: uppercase !important;
	border: none !important;
}


.qf3form .qf3label {
    font-size: 100% !important;
	margin-bottom: 5px !important;
}

.qf3form.example2 * .uk-button{

  line-height: 45px!important;
}

.qf3form .qfcaptcha label {
	display: none!important;
}

.qf3form .qfcaptcha {
display: flex!important;
justify-content: center!important;	
}

/** end qf3form **/ 

/** Uikit **/ 

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

.uk-accordion-title {
  color: #EC6608;
}

.uk-table-striped tbody tr:nth-of-type(2n+1), .uk-table-striped > tr:nth-of-type(2n+1) {
    background: #333;
}

.uk-navbar-toggle:hover, .uk-navbar-toggle[aria-expanded="true"] {
    color: #fff;
}

.uk-icon {
    color: #EC6608;
}

.uk-card a:hover {
	text-decoration: none;
}

.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
    background-color: #000;
}

.uk-background-muted {
    background-color: #CCCCCC;
}

.uk-offcanvas-bar .uk-close {
    color: #999;
}

.uk-list-primary li::marker {
    color: #EC6608 !important;
}

.uk-navbar-nav > li.uk-active > a {
	color: #EC6608;
    border-bottom: solid 3px #EC6608;
}

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

.uk-navbar-toggle {
    color: #fff;
}

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

.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
	min-height: 40px;
}

.uk-navbar-nav > li > a {
    color: #fff;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
font-size: 1.2em;
}

.uk-background-primary {
    background-color: #EC6608;
}

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


.uk-button-secondary  {
background: #DDDDDD !important;
color:
    #222222 !important;
	border: none;
}

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

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


.uk-button-primary {
background: #EC6608 !important;
color:
    #fff !important;
	border: none;
}


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

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

.uk-button {
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;

	font-weight: bold;
}

/** 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: 1320px) {


.uk-navbar-nav > li > a {
    font-size: .875rem;
}

}


@media (max-width: 768px) {

.uk-position-absolute {
	position: relative !important;
}




}




/** end @media **/