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

}

.skew {
	display: inline-block;
	position: relative;
padding-left: 150px;
margin-left: -10%;

    }

.skew::before {
    content: '';
    background-color: #1768CE;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: skew(-35deg);
    z-index: -1;
}

.border-bottom::after {
    content: "";
    display: block;
    background-color: #000;
    height: 10px;
    width: 100%;
    background-image: url(../images/border.jpg);
}

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

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

dt {
	width: 100%;
}
h1 {
	font-size: 2.2em;
	line-height: 1.1em;
	font-weight: normal;
	text-transform: uppercase;	
text-align: center;
	margin: 0px;
	color: #1768CE;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: 'Raleway', sans-serif;
}


h2 {
font-size: 1.8em;
line-height: 1.1em;
font-weight: bold;
text-transform: uppercase;
color: #000;
font-family: 'Raleway', sans-serif;
padding-bottom: 10px;
position: relative;
display: inline-block;
margin-bottom: 50px;
}

h2:after {
content: "";
position: absolute;
bottom: -6px;
left: 0;
width: 100px;
height: 4px;
background: #1768CE;
}

h3 {
	font-size: 1.5em;
	line-height: 1em;	
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	text-align: center;
padding-bottom: 10px;
margin-top: 0;
    font-family: 'Raleway', sans-serif;
}

h4 {
font-size: 1.2em;
line-height: 1em;
font-weight: bold;
color: #000;
font-family: 'Raleway', sans-serif;
text-align: center;
margin-top: 0;

}

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

h6 {
font-size: 1.2em;
font-weight: bold;
text-transform: uppercase;
color: #000;
line-height: 1em;
font-family: 'Raleway', sans-serif;
padding-left: 20px;
border-left: solid 15px #1768CE;
overflow: hidden;
}




footer{
background-color: #000;
color: #fff;

}
footer a{


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

}

footer li.active a{
background-color: #fff;
color: #000;
padding: 2px 10px;
border-radius: 3px;
}

footer p {


}

footer::before {
    content: "";
    display: block;
    background-color: #000;
    height: 10px;
    width: 100%;
    background-image: url(../images/border.jpg);
}


footer .uk-icon {
    color: #1768CE;
}

header {
	z-index: 1000;
position: relative;
color: #fff;
}

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

header .uk-icon {
    color: #1768CE;
}

hr {

}

nav {

}

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


section {

}



a {
color: #1768CE;		
}

a:hover {
	color: #11509D;	
}

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: 'Raleway', 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: 'Raleway', 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: 20px !important;
padding-left: 20px !important;
position: fixed;
right: 10px;
bottom: 10px;
z-index: 10;
color: #FFF;
padding-top: 0;
padding-bottom: 5px;
}


.pagination {
margin-top: 50px;
}

.pagination ul{
	display: inline-block;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.pagination li{
	font-size: 14px;
	color: #CCCCCC;
	background-color: #1768CE;
	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%;
}

.back-form-sapropel {
background-image: url(../images/back-form-sapropel.jpg);
background-repeat: no-repeat;	
}

.back-form-mindobavki {
background-image: url(../images/back-form-mindobavki.jpg);
background-repeat: no-repeat;	
}


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

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

.qfsubmit .qf3label {
display: none !important;	
}

.qf3form.default .qf_recaptcha {
transform: none !important;
}

.qf3form.default textarea {
    height: 100px !important;
}

/** end qf3form **/ 


/** Uikit **/ 


.uk-modal-dialog {
background-image: url(../images/background-content-2.jpg);
background-repeat: no-repeat;
}



.uk-icon-button {
    background: #1768CE;
    color: #fff;
}

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

.uk-navbar-nav > li.uk-active > a {
background-color: #11509D;
color: #fff;
}

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a.uk-open, .uk-navbar-nav > li > a:focus {
background-color: #1768CE;
color: #fff;
}

.uk-navbar-toggle, .uk-navbar-item {
   
    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: none;
	font-family: 'Raleway', sans-serif;
font-size: 1.2em;
  font-weight: bold;
}

.uk-background-primary {
    background-color: #1768CE;
}

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


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


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

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

.uk-button {
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
border-radius: 30px;
	font-weight: bold;
}

.uk-text-small {
    font-size: .7em;
    line-height: 1;
}


.uk-nav-sub a {
    padding: 10px 0;
}

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

h3 {
	font-size: 1.2em;

}

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

}
.qf3form.default .qf3txt input {

    width: 100% !important;

}

}




/** end @media **/