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

}


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


p.slogan {
font-weight: bold;font-size: 3em;	
}

.plus-icon {
top: -30px;
position: absolute;
left: 43%;
height: 70px;  
  
}

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

dt {
	width: 100%;
}
h1 {
	font-size: 2.2em;
	line-height: 1.1em;
	font-weight: bold;
	margin: 0px;
	color: #FF6117;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: 'PT Sans', sans-serif;
}


h2 {
	font-size: 2.8em;
	line-height: 1.1em;
	font-weight: bold;
	color: #1A1A2A;
	font-family: 'PT Sans', sans-serif;
	padding-bottom: 20px;

}


h3 {
	font-size: 1.5em;
	line-height: 1em;	
	font-weight: bold;
	color: #FF6117;

padding-bottom: 10px;

    font-family: 'PT Sans', sans-serif;
}

h4 {
	font-size: 1.8em;
	line-height: 1.1em;
	text-align: center;
	font-weight: bold;
	color: #1A1A2A;
	font-family: 'PT Sans', sans-serif;
	padding-bottom: 20px;

}

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

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



footer{
background-color: #343D50;
color: #fff;
z-index: 5;
position: relative;
}
footer a{


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

}


footer p {


}

header {
	color: #fff;

}


header a{

}


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



hr {
border-top: 1px solid rgba(204, 204, 204, 0.5);
}

nav {

}

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


section {

}



a {
color: #FF6117;		
}

a:hover {
	color: #CC4200;	
}

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: 'PT Sans', 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: 'PT Sans', 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: 5px;
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: #FF6117;
	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 */
}


.logo {

}

.uk-navbar-container:not(.uk-navbar-transparent) .logo {
  display: none;
}

.contrast{
display: none;
}

.uk-navbar-container:not(.uk-navbar-transparent) .contrast{
  display: block;
}

.uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-toggle{
  color: #101018;
}

.uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav > li > a{
  color: #101018;
}

.uk-navbar-container:not(.uk-navbar-transparent) .uk-icon{
  color: #101018;
}

.container {
height: 100vh;

}

.child {
  min-height: 100vh;
}

.border {
background: rgba(204, 204, 204, 0.5);
height: 100vh;
width: 1px;
position: absolute;
top: -15px;
left: 210px;
z-index: 1;	
}

.scroll{
position: relative;
padding: 0;
height: 70vh;
list-style: none;
}


.scroll li{
position: relative;
width: 3px;
height: 25%;
top: 0;
background: #e5e5e5;
}

.scroll li.uk-active a{
background: #FF6117;
}

.scroll li a{
width: 3px;
display: inline-block;
height: 100%;
}

.scroll::before {

}

/** 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;
}


.qf3form.default .qf3txt input, .qf3form.default select, .qf3form.default textarea {

  border-radius: 0 !important;

}

.qf3form.default .qf3btn input {
border: none!important;
border-radius: 0!important;
font-size: 100%!important;
  background: #FF6117!important;
}


.qf3form.default .qf3btn input:hover {
  background: #CC4200!important;

}


/** end qf3form **/ 

/** Uikit **/ 


li.uk-open .uk-accordion-title {
  color: #FF6117;
  font-weight: bold;
}

.uk-accordion-title::before {
  content: none;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}

.uk-iconnav-vertical > * {
    padding-top: 30px;
}

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

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

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

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

.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: 'PT Sans', sans-serif;
font-size: 0.9em;
}

.uk-background-primary {
    background-color: #343D50;
}

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


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


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

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

.uk-button {
	text-transform: none;
	font-family: 'PT Sans', sans-serif;
font-weight: bold;
}

.uk-button-default {
color:    #FF6117 !important;
	border-color: rgba(215,170,100,.7) !important;
}


.uk-button-default:hover {
border-color: #FF6117 !important;
color:    #FF6117 !important;
}

.uk-button-default:focus {
border-color: #FF6117 !important;
color:   #FF6117 !important;
}

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

	height: auto;
}

p.slogan {
font-size: 2em;	
}

.uk-nav-primary
{
  font-size: 1.2rem;
}
  
.plus-icon {
left: 40%;
  
}
  

}




/** end @media **/