@charset "utf-8";
/* CSS Document */
/* Body */
@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,700,700i&subset=cyrillic');
body {
	font-family: "Raleway", Arial, Tahoma, sans-serif;
	background-color: #f2f2f2;
	font-size: 16px;
	color: #3e3e3e;
}
h1, h2, h3, h4, h5, h6 {

}
hr {
height: 1px;
    border: none;
    border-bottom: 1px dotted #C0C0C0; margin-bottom: 30px;}

.textcenter {text-align: center;}
strong {color: #2B361F;}
a img {border: 0;}
a:visited, a:link, a {color:#511c01; text-decoration: underline;}
a:hover {color:#5e6539; text-decoration: none;}

img {border: solid 3px #EEE;}

.videocont {text-align: center;}
.videocont video {max-width: 800px; object-fit: none; object-position: center; background-color: #EEE;}

header, section {
	width: 100%;
	margin: 0;
}
/* Container */
.container {
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
	height: 100%;
	background-color: #fff;
}
header {
	width: 100%;
	background-color: #fff;
	height: auto;
}
#top {
	height: auto;
	background: #fff;
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: row;
}
#logo {
	flex-basis: 70%;
	color: #511c00;
	font-size: 18px;
	font-weight: bold;
	text-align: undefined;
	padding: 30px 30px 20px 30px;
	letter-spacing: 0;
	text-transform: uppercase;
}
#logo div {
	background: no-repeat 0% 0% url(../logo.png); 
	padding-left: 60px; 
	background-size: contain;
}
#top a {
	color: #511c00;
	text-decoration: none;
}
#help {
	flex-basis: 30%;
	padding: 35px 30px 20px 30px;
	text-align: right;
}
.help {
	background: #511c00;
	color: #fff;
	padding: 10px 15px;
	text-transform: uppercase;
	width: 100px;
}
/* Navigation */
#upmenu {
	background: #2b361f;
	height: auto;
	width: 100%;
	position: relative;
}
header nav {
	width: 100%;
	text-transform: uppercase;
}
header nav ul {
	list-style: none;
	text-align: center;
	margin: 0;
}
nav ul li {
	display: inline-block;
	color: #FFFFFF;
	font-size: 13px;
	text-align: left;
	letter-spacing: 2px;
	transition: all 0.3s linear;
	padding: 15px 0;
}
header ul li a, header ul li a:visited, header ul li a:link {
	color: #FFFFFF;
	text-decoration: none;
}
header ul li a {
	padding: 15px;
}
header ul li:hover a {
	color: #c4bf94;
	background: #511c00;
	padding: 15px;
}

.ccmenu {
	background: #EEEEEE;
	height: auto;
	width: 100%;
	position: relative;
}
.ccmenu nav {
	width: 100%;
	text-transform: uppercase;
}
.ccmenu nav ul {
	list-style: none;
	text-align: center;
	margin: 0;
}
.ccmenu nav ul li {
	display: inline-block;
	color: #000;
	font-size: 13px;
	text-align: left;
	letter-spacing: 2px;
	transition: all 0.3s linear;
	padding: 15px 0;
}
.ccmenu ul li a, .ccmenu ul li a:visited, .ccmenu ul li a:link {
	color: #000;
	text-decoration: none;
}
.ccmenu ul li a {
	padding: 15px;
}
.ccmenu ul li:hover a {
	color: #c4bf94;
	background: #511c00;
	padding: 15px;
}

/* Index Section */
#index-bg {
	height: auto;
	background: no-repeat 50% 0% #511c00 url(../bg1.jpg);
}
#index {
	height: auto;
}
#index h2 {
	color: #FFFFFF;
	text-align: center;
	margin: 0 0 10px 0;
	font-size: 32px;
	font-weight: normal;
}
#index h3 {
	text-align: center;
	color: #c4bf94;
	margin: 0;
	font-weight: normal;
	line-height: 32px;
	font-size: 24px;
}

#index-cont {
	height: auto;
	position: relative;
	padding: 65px 30px;
}


/* Main Section */
h1 {
	color: #511c01; 
	text-align: center; 
	font-size: 24px; 
	font-weight: bold;
	line-height: 32px;
	margin: 40px 0 30px 0;
}
h4 {
	color: #2b361f; 
	text-align: center; 
	font-size: 18px; 
	font-weight: bold; 
	text-transform: uppercase;
}

#main {
	width: 100%;
	background-color: #FFFFFF;
	box-sizing: border-box;
	text-align: justify;
	line-height: 24px;
}
.col3 {
	width: 100%;
	display: flex;
	flex-direction: row;
}
.text_column {
	flex-basis: 33%;
	box-sizing: border-box;
	padding: 10px 30px;
	text-align: justify;
	line-height: 24px;
}
.pad {
	padding: 10px 30px;
}
#actual {
	background: #dbdec9;
}
.news_column {
	flex-basis: 33%;
	box-sizing: border-box;
	padding: 10px 30px;
	text-align: justify;
	line-height: 24px;
}
 .news_column img {
/* width: 100%; */
}
.str {
	padding: 0 30px 10px 20px;
	background: no-repeat 0px 3px url(../mark.png);
	margin: 10px 0;
}
.news-str {
	padding: 5px 20px 20px 5px;
	border-bottom: 1px dotted #000;
	margin-bottom: 15px;
}
h5 {
	font-size: 16px;
	text-align: center;
}
.news-pic {
	width: 100%;
    max-height: 250px; 
    text-align: center;
}
.news-pic img {
/* width: 100%; */
max-height: 240px;
    object-fit: cover; object-position: center; 
    width: auto;
  max-width: 100%;
}

.news-name h5 {
	margin: 0;
}
.more {
	text-align: center;
}

#sbor {
	background: #E7E6E2;
	width: 100%;
	display: flex;
	flex-direction: row;
}

/* Fotter */
footer {
	margin: 0;
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
footer h4 {
	text-align: left; 
}

/* More info */

.hr {border-bottom: 1px dotted #C0C0C0; margin-bottom: 30px;}
.picr {float: right; margin: 20px 0 10px 30px;}
.overf {overflow: hidden;}

/* Mobile */
@media (max-width : 800px ){
.container {
	width: 100%;
}
	#top, .col3, #actual {
	flex-direction: column;
}
	#logo, #help {
		text-align: center;
	}
#help {
	padding: 5px 30px 20px 30px;
	}
	#news-pic {
	text-align: center;
}
	footer .text_column, footer h4 {
	text-align: center;
}
	#actual{
	text-align: center;
}
.picr {float: none; margin: 20px auto 10px auto; text-align: center;}
}


/* ===== cookies ===== */
.cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
box-shadow: 0 0 10px rgba(0,0,0,.2);
    z-index: 1000;
    display: none;
}
.cookies__body {
    background-color: #F0FFF0;
    box-shadow: 0 0 40px rgba(196, 196, 196, 0.25);
    padding: 15px 0;
}
@media screen and (max-width: 575.5px) {
    .cookies__body {
        padding: 10px 0;
    }
}
.cookies__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 575.5px) {
    .cookies__row {
        flex-direction: column;
    }
}
.cookies__container {
margin: 0 30px;
}
.cookies__text {
    font-weight: 300;
    font-size: 12px;
    line-height: 150%;
    color: #000;
    flex: 1 1 auto;
    margin-right: 30px;
}

@media screen and (max-width: 575.5px) {
    .cookies__text {
        margin: 0 0 20px 0;
        font-size: 10px;
    }
}
.cookies__btn {
    justify-content: center;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #fff;
    border: 2px solid #3B4C2C;
    background-color: #3B4C2C;
    border-radius: 5px;
    font-size: 16px;
    padding: 12px 30px;
    font-weight: 500;
    width: fit-content;
    display: inline-block;
    cursor: pointer;
    transition: background-color ease 0.3s;
}
.cookies__btn:hover {
    background-color: #501B00;
    border: 2px solid #501B00;
    color: #ffffff;
}
@media screen and (min-width: 1920px) {
    .cookies__btn {
        padding: 0.78125vw 2.0833333333vw;
        font-size: 14px;
    }
}


