﻿@font-face {
    font-family: 'BastionX';
    src: url('../fonts/bastionx.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
	font-size: 1.1em;
	font-weight: normal;
	list-style-type: disc;
	text-align: left;
	color: #222;
	background-color: #F5F5F5;
	line-height: 1.2;
	font-family: "PT Sans", sans-serif;
}


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

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

dt {
	width: 100%;
}


h1 {
font-size: 3.5em;
line-height: 1em;
font-family: 'BastionX';
text-transform: uppercase;
font-weight: bold;

color: transparent !important;
background-clip: text;
-webkit-background-clip: text;
background-image: url(../images/bg-small-1.svg);
background-size: contain;
background-position: center left;
background-repeat: repeat;
}



h2 {
font-size: 3em;
line-height: 1.1em;
font-family: 'BastionX';
text-transform: uppercase;
font-weight: bold;

color: transparent !important;
background-clip: text;
-webkit-background-clip: text;
background-image: url(../images/bg-small-1.svg);
background-size: contain;
background-position: center left;
background-repeat: repeat;
}

.orden h2 {
text-transform: none;	
}


h3 {
	font-size: 2em;
	line-height: 1em;	
	font-weight: bold;	
	color: #E30613;
    font-family: 'BastionX';	
	text-transform: uppercase;
	padding-bottom: 0;
    margin-bottom: 0;
}

.jn-title h3 {
	font-size: ;

}

h4 {
	font-size: 1.25em;
	line-height: 1.1em;

	font-weight: bold;
	color: #E30613;
	font-family: "PT Sans", sans-serif;
	padding-bottom: 20px;

}

h5 {
	
font-size: 1.2em;
color: #E30613;
line-height: 1.2;
font-family: "PT Sans", sans-serif;
text-transform: uppercase;
font-weight: bold;	
}

h6 {
position: relative;	
font-size: 1.2em;
font-weight: normal;
color: #000;
line-height: 1em;
    font-family: 'PT Sans', sans-serif;
padding: 15px;
background-color: #ecedee;
overflow: hidden;
}

h6:before {
content: '';
left: 0;
top: 0;
width: 10px;
height: 300px;
position: absolute;
background: rgb(231,184,9);
background: linear-gradient(90deg, rgba(231,184,9,1) 0%, rgba(231,184,9,1) 20%, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 40%, rgba(231,184,9,1) 40%, rgba(231,184,9,1) 60%, rgba(0,0,0,1) 60%, rgba(0,0,0,1) 60%, rgba(0,0,0,1) 80%, rgba(231,184,9,1) 80%, rgba(231,184,9,1) 100%);
}


blockquote {
  position: relative;
  padding-left: 70px;
  overflow: hidden;
}

blockquote:before {
content: '\00ab';
left: 0;
top: 10px;
position: absolute;
color: #808284;
font-size: 120px;
font-family: 'BastionX';
line-height: 0;  
}

dl {
background-color: #FAF1CE;	
padding: 20px;	
}


dt {
font-size: 0.9em;
font-weight: normal;	
	
}





.titul {
font-size: 1.2em;
font-weight: bold;
color: #000;
line-height: 1em;
    font-family: 'PT Sans', sans-serif;	
	
}

.number {
	color: #E30613;
    font-family: 'BastionX';		
	line-height: 1em;
	font-size: 1.7em;
	margin-top: 5px;
}


footer{

}
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 {


}

.arrow {
  animation: down 1.5s infinite;
}

@keyframes down {
  0% {
  transform: translate(0);
  }
  20% {
  transform: translateY(15px);
  }
  40% {
  transform: translate(0);
  } 
}

.arrow-up {
  animation: up 1.5s infinite;
}


@keyframes up {
  0% {
  transform: translate(0);
  }
  20% {
  transform: translateY(-15px);
  }
  40% {
  transform: translate(0);
  } 
}

header a{

}


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

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


header.inner  {
	
}

a.ok path.st0 {
  clip-path: none;
}

hr {
border-top: 1px solid #AAAAAA;
}

nav {

}

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


section {

}



a {
color: #F36F21;		
}

a:hover {
	color: #D1560C;	
}

a:visited {
			
}


a:active {
}


.uk-icon-image {
    padding: 8px;
}


.uk-light .uk-svg path{
	fill: #fff;
}

.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: 900;
color: #FFF;
padding-top: 0;
padding-bottom: 0;
box-shadow: 0 5px 15px rgba(0,0,0,.3);
}


.pagination {
margin-top: 50px;
}

.pagination ul{
	display: inline-block;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border-radius: 0;
	box-shadow: none;
}
.pagination ul > li{
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	display: inline-block;
	margin: 5px;

}

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {

}

.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {

}

.pagination ul > li > span {
    float: none;
    padding: 10px 15px;
    background-color: #E30613;
    border: none;
	font-size: 14px;
	color: #ccc;
	display: inline-block;
  border-radius: 8px;
}

.pagination ul > li > a.pagenav {
    float: none;
    padding: 10px 15px;
    background-color: #E30613;
    border: none;
	font-size: 14px;
	color: #fff;
	display: inline-block;	
  border-radius: 8px;
}

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



	
/** Uikit **/ 

.uk-light a {
color: #FAF1CE;  
font-weight: bold;  
}

.uk-text-small {
  font-size: .875em;
  line-height: 1.2;
}

.uk-overlay {
  padding: 20px 20px;
}

.uk-overlay-primary {
  background: rgba(0,84,90,.8);
}

.uk-text-emphasis {
	color: #000!important;
}

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

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

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

.uk-icon-button {

  background: #DD1C00;
  color: #fff;

}


.uk-light {
  color: #fff;
}


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


.uk-table thead {
background-color: #dbdcde;	
	
}

.uk-table th {
  font-weight: bold;
  color: #000;
}

.uk-table-striped tbody tr:nth-of-type(2n+1), .uk-table-striped > tr:nth-of-type(2n+1) {
  background: #FDF2DF;
  border-top: 1px solid #FFBA8C;
  border-bottom: 1px solid #FFBA8C;
}


header .uk-icon {
  color: #fff;
}


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


.uk-modal-header {
  background: transparent;
  border-bottom: none;
}

.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked {
    background-color:#C61800;
}

.uk-card-default .uk-card-title {
    color: #83402D;
	text-transform: none;
		font-size: 1.2em;
	line-height: 1em;
}


.uk-background-muted {

}

.uk-background-primary {
    background: rgb(239,111,37);
background: linear-gradient(90deg, rgba(239,111,37,1) 0%, rgba(236,68,56,1) 51%, rgba(191,32,50,1) 100%);
}


.uk-background-secondary {
  background-color: #e7b809;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #D6BA72;
	border-radius: 10px;
	border: 1px solid #fff;
box-shadow: 0 0 0 3px #D6BA72;
}

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

.uk-offcanvas-bar {
    background: rgb(239,111,37);
background: linear-gradient(90deg, rgba(239,111,37,1) 0%, rgba(236,68,56,1) 51%, rgba(191,32,50,1) 100%);
  padding: 0;

}


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

.uk-nav-primary > li > a {
  font-size: 1.5rem;
  line-height: 1.1;
  font-family: "PT Sans", sans-serif;
}

.uk-navbar-nav > li > a {
  color: #00545a;
  text-transform: none;
  font-family: "PT Sans", sans-serif;  
}



.uk-offcanvas-bar .uk-close, 
.uk-nav-primary > li > a, 
.uk-nav-primary .uk-nav-sub a, 
.uk-nav-default > li > a, 
.uk-nav-default .uk-nav-sub a, 
.uk-offcanvas-bar .uk-nav-primary > li > a
{
  color: #fff;
}


.uk-nav-primary .uk-nav-sub li.uk-active > a, 
.uk-nav-default > li.uk-active > a, 
.uk-nav-primary > li.uk-active > a, 
.uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-offcanvas-bar .uk-nav-primary > li.uk-active > a
{
  color: #E30613;
  background-color: #fff;
  position: relative;
}

.uk-offcanvas-bar .uk-nav-primary > li > a::before {
  font-family: FontAwesome;
  content: "\f005";
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
}

.uk-list-primary > ::marker {
  color: #E30613 !important;
}

.uk-nav-default > li > a:hover, .uk-nav-default .uk-nav-sub a:hover, .uk-nav-primary > li > a:hover, .uk-nav-primary .uk-nav-sub a:hover, .uk-close:hover {
  
  color: #ccc;
  
}



.uk-text-large {
    font-size: 2em;
	line-height: 1.2;
}


/*li.uk-active .uk-button-primary {
	    background-color: #AA1500 !important;
color:    #fff !important;
}*/

.uk-button-primary {
background: #fff;
color:    #E30613 ;
border: 1px solid #E30613;
}


.uk-button-primary:hover {
    background-color: #E30613 ;
color:
    #fff ;
	border: 1px solid #E30613;
}

.uk-button-primary:focus {
    background-color: #E30613 ;
color:
    #fff ;
	border: 1px solid #E30613;
}


.uk-card-primary.uk-card-body .uk-button-primary, .uk-card-primary > :not([class*="uk-card-media"]) .uk-button-primary, .uk-card-secondary.uk-card-body .uk-button-primary, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-primary, .uk-light .uk-button-primary, .uk-offcanvas-bar .uk-button-primary, .uk-overlay-primary .uk-button-primary, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary {
  background-color: #fff;
  color: #00545a;
}


.uk-button-secondary  {
background: #fff !important;
color:    #00545a !important;
}


.uk-button-secondary:hover {
    background-color: #fff !important;
color:    #00545a !important;
}

.uk-button-secondary:focus {
    background-color: #fff !important;
color:    #00545a !important;
}

.uk-button-default {
    background-color: #ccc !important;
color:    #06487D !important;	
}


.uk-button-default:hover {
    background-color: #aaa !important;
color:    #06487D !important;
}

.uk-button-default:focus {
    background-color: #aaa !important;
color:    #06487D !important;
}


.uk-button {
	font-family: 'BastionX';
	text-transform: uppercase;
	border-radius: 8px;
}

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

.uk-card-default {

    color: #000;
}

.categ_block.uk-card-default {
    background-color: #EFE4C7;	
}


.uk-text-danger {
  color: #E30613 !important;
}

.uk-tab > .uk-active > a {
    border-color: #C61800;
}

/** end Uikit **/





/** @media **/


@media (min-width: 1600px)  {
.uk-text-large {
font-size: 1.8em;	
}

}


@media (max-width: 1199px) {


.uk-nav-primary > li > a {
  font-size: 1.2rem;
}
 
h1 {
	font-size: 2em;

}  

	
h2 {
    font-size: 2em;
}	


h3 {
    font-size: 1.6em;
}	

h5 {
    font-size: 0.8em;
}   
  
h6 {
    font-size: 1.2em;
}  

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


}

@media (max-width: 768px) {
.multithumb, .multithumb_blog {
  margin-right: 200px !important;

}
}


/** end @media **/