@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&subset=cyrillic-ext');
@font-face {
  font-family: Lobster;
  src: url(../fonts/Lobster-Regular.ttf);
}
body{
  background-image: url('../img/bg.jpg');
  background-position: center 0;
  background-color: #6ca138;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Roboto', sans-serif;
  min-width: 320px;
	font-weight: 400;
}
header{
  background-color: transparent;
  width:100%;
  height:180px;
}
header .content{
  display: flex;
}
header .content .logo {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.5em;
  width: 98%;
  padding: 27px 0 0 0;
}
.logo span{
    margin-right:20px;
    font-weight:600;
  }
header .head_left{
  width:68%;
}
header .head_right{
  width: 42%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding:20px 0 0 0;
}

.head_right_1, .head_right_2, .head_right_3, .head_right_4{
  width:100%;
  margin-bottom: 10px;
}
header .head_right .head_right_1 .search {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 3px 0 0 67px;
}
header .head_right .head_right_1 .search input {
  color: #ffffff;
  background-color: transparent;
  border: 0;
  outline: none;
  width: 135px;
  border-bottom: 1px rgba(255,255,255,0.2) solid;
}
header .head_right .head_right_1 .search button {
  background-image: url('../img/search_icon.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  background-color: transparent;
  border: 0;
  height: 13px;
  width: 13px;
  margin-top: 2px;
  cursor: pointer;
}
.head_right_1 .search input::placeholder{
  color: #ffffff;
}
.lang {
  color:#fff;
}
.lang a{
  text-decoration: none;
  color:#fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.lang a:hover{
  color:#fda206;
}
.head_right_2{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}
.head_right_2 a {
  display: flex;
  min-width: 20px;
  color: #ffffff;
  text-decoration: none;
  justify-content: flex-end;
  align-content: center;
  flex-direction: row;
  align-items: center;
  margin: 0 0 0 10px;
}
.head_right_2 a.wa{
  background-image: url('../img/wa.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  background-color: transparent;
  height:24px;
  padding:0 0 0 30px;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.head_right_2 a.wa:hover{
  color:#ec9000;
}
.head_right_2 a.fb{
  background-image: url('../img/fb.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  background-color: transparent;
  width:24px;
  height:24px;
  
}
.head_right_2 a.in{
  background-image: url('../img/in.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  background-color: transparent;
  width:24px;
  height:24px;
  
}
.head_right_3 a {
  display: flex;
  min-width: 20px;
  color: #ffffff;
  text-decoration: none;
  justify-content: flex-end;
  align-content: center;
  flex-direction: row;
  align-items: center;
  margin: 0 0 0 10px;
  background-image: url('../img/marker_icon.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
  height: 24px;
  padding: 0 0 0 30px;
  width: 310px;
  float: right;
}
.head_right_3 a:hover{
  color:#e18829;
} 
.head_right_4 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.head_right_4 a {
  display: block;
  min-width: 20px;
  color: #ffffff;
  margin: 0 0 0 10px;
  height: 24px;
  padding: 0 0 0 30px;
  text-decoration: none;
}
.head_right_4 a.tel {
  background-image: url('../img/phone_icon.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
  padding: 0 0 0 30px;
}
.head_right_4 a.email {
  background-image: url('../img/web_icon.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
  padding: 0 0 0 30px;
}
.head_right_4 a:hover{
  color:#e18829;
}
nav{
  width:100%;
  height:60px;
}
nav .content ul {
  background-color: #fda206;
  height: 60px;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
nav .content ul li{
  padding:0;
  margin:0;
}
nav .content ul li a {
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  text-align: center;
  padding: 20px 15px;
}
nav .content ul li a:hover{
  background-color: #e18829;
}
.sliderwrap .content{
  height:430px;
}
.sliderwrap .mainslider{
  width:1066px;
  height:430px;
  overflow: hidden;
}
.sliderwrap .mainslider .img{
  width:1066px;
  height:430px;
  background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.mainslider .owl-nav{
    position: relative;
    top: -268px;
    z-index: 999;
    height: 37px;
}
.mainslider .owl-dots{
  display: none;
}
.mainslider .owl-prev, .mainslider .owl-next{
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100px;
	background-color: transparent;
	border: 0;
	height: 100px;
	transition: 250ms;
	cursor: pointer;
	position: absolute;
	top:0;
	border-radius: 50%;
	outline: none;
  box-sizing: border-box;
  margin:6px;
  
}
.mainslider .owl-next{
  right:0;
}
.mainslider .owl-prev span, .mainslider .owl-next span {
  /* display: none; */
  color: #ffffff;
  font-size: 90px;
  line-height: 0.5em;
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.mainslider .owl-prev:hover, .mainslider .owl-next:hover {
  background-color:transparent!important;
}
.sliderwrap{
  height:430px;
  width:100%;
}
.owl-item{
  display: inline-block;
}
.hello .content{
  background-color: #ffffff;
  padding:20px 30px;
}
.hello .content h2 {
  color: #ec9000;
  font-size: 20px;
  line-height: 3em;
  text-align: center;
}
.hello .content p {
  line-height: 1.5em;
  margin:0 0 10px 0;
}
.hello .categories {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-end;
  justify-content: space-between;
  align-items: flex-start;
}
.categories .cat1, .categories .cat2, .categories .cat3 {
  width: 33%;
  text-align: center;
  font-size: 14px;
  color: #555;
  background-position: center 0;
  background-repeat: no-repeat;
  padding: 115px 0 30px 0;
  margin: 34px 0 0 0;
}
.categories .cat1{
  background-image: url('../img/m_icon1.png');
}
.categories .cat2{
  background-image: url('../img/m_icon2.png');
}
.categories .cat3{
  background-image: url('../img/m_icon3.png');
}
.categories .cat1 h3, .categories .cat2 h3, .categories .cat3 h3 {
  color: #ec9000;
  line-height: 2em;
  margin-bottom: 5px;;
}

.hello .peculiarities {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-end;
  justify-content: space-between;
  align-items: center;
}
.peculiarities .pec1, .peculiarities .pec2, .peculiarities .pec3 {
  width: 33%;
  text-align: center;
  font-size: 14px;
  color: #555;
  background-position: center 0;
  background-repeat: no-repeat;
  padding: 155px 0 30px 0;
  margin: 34px 0 0 0;
}
.peculiarities .pec1{
  background-image: url('../img/b_img1.png');
}
.peculiarities .pec2{
  background-image: url('../img/b_img2.png');
}
.peculiarities .pec3{
  background-image: url('../img/b_img3.png');
}
.peculiarities .pec1 h3, .peculiarities .pec2 h3, .peculiarities .pec3 h3 {
  color: #cb5f3f;
  line-height: 2em;
  margin-bottom: 5px;;
}
.motto{
  width:100%;
  background-color: #6ca138;
  height:142px;
}
.motto .content {
  background-position: center 0;
  background-repeat: no-repeat;
  background-image: url('../img/lent.png');
  height: 141px;
  color: #046714;
  text-align: center;
  padding-top: 33px;
  font-size: 20px;
}
.motto .content span {
  width: 800px;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-family: Lobster;
}

footer{
  background-color: #046714;
  width:100%;
  height:80px;
  color:#ffffff;
}
footer .content {
  text-align: center;
  padding: 11px;
}
footer .content span a{
  color:#ffffff;
  text-decoration: none;
  text-align: center;
  padding-bottom: 5px;
}
footer .content p {
  margin: 7px;
  height: 24px;
}
#bread_crumbs{
  margin:15px;
  color:#cb5f3f;
  font-size: 12px;
}
#newsList li{
  margin:7px 0;
}
.newsItem{
  color:#cb5f3f;
  font-size: 18px;
}