@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{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0b6cbf+1,6bbef4+34,b5f7fc+66,e0ff86+90,edff36+100 */
  background: linear-gradient(to bottom,  #0b6cbf 1%,#6bbef4 34%,#b5f7fc 66%,#e0ff86 90%,#edff36 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  background-position: center 0;
  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: 18px;
  text-transform: uppercase;
  line-height: 1.5em;
  width: 97%;
  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: 6px;
}
.head_right_1{
  margin-bottom: 15px;
}
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: 175px;
}
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;
}
.search form{
    background-color: #5397d2;
    padding: 7px 15px;
    border-radius: 19px;
}
.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: 6px 11px;
  background-color: transparent;
  height: 38px;
  padding: 0 0 0 30px;
  /* width: 310px; */
  float: right;
  font-size: 12px;
}
.head_right_3 a:hover{
  color:#e18829;
} 
.head_right_4 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  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: 5px -1px;
  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: #0f93ff;
  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;
}
.hello .content h2, .cel h2, .info h2, .cel h3, .info h3 {
  color: #ec9000;
  font-size: 20px;
  line-height: 3em;
  text-align: center;
  text-transform: uppercase;
}
.hello .content p {
  line-height: 1.5em;
  margin:0 0 10px 0;
}
.page .content {
  background-color: #ffffff;
  padding: 30px;
  min-height: 500px;
  height: 100%;
}
.page .content h1{
  text-align: center;
  color:#ec9000;
  text-transform: uppercase;
}
.page .content h1, .page .content h2, .page .content h3, .page .content h4{
  line-height: 1.5em;
  margin:25px 0 15px 0;
}
.page .content p{
  color:#141414;
  line-height: 1.5em;
  font-size: 16px;
  margin:0 0 10px 0;
}
.page .content ul, .page .content ol{
  margin:15px 15px 15px 30px;
  font-size: 16px;
}
.page .content ul li, .page .content ol li{
  line-height:1.2em;
}
.page .content ul{
  list-style-type: disc;
  color:#0b6cbf;
}
.page .content ol{
  list-style-type:decimal;
  color:#0b6cbf;
}
.our_garden {
  width: 100%;
  height: 460px;
  background-color: #82bf00;
  background-image: url('../img/childrens.jpg');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right bottom;
  color: #fff;
  padding: 25px 45px;
  width: 100%;
}
.cel, .info{
  padding: 25px 45px;
}
.mainnews{
  padding:50px;
  
}
.mainnews h2{
  text-transform:uppercase;
}
.mainnews .mainnewswrap a {
  text-decoration: none;
  display: block;
  position: relative;
  margin: 0 3px;
  background-color: #028cf0;
}
.mainnews .mainnewswrap a:nth-child(2) {
  background-color: #ff7223;
}
.mainnews .mainnewswrap a:nth-child(3) {
  background-color: #ecd300;
}
.mainnewswrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: space-around;
}
.news_photo{
  height:160px;
  width:100%;
  background-image: url('../img/nf.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 center;
  display: block;
  transition: 250ms;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.news_photo:hover{
  background-size:109%;
}

.new_date{
  display: block;
  color: #ec9000;
  padding: 8px;
  background-color: #ffffff;
  position: absolute;
  width: 105px;
  height: 22px;
  right: 0;
  top: 20px;
  font-size: 18px;
  font-weight: 600;
}
.news_text{
  color:#fff
}
.news_text h3 {
  color: #fff;
  line-height: 1em;
  margin: 15px 10px;
  font-size: 20px;
}
.news_text span{
  color: #fff;
  line-height: 1.5em;
  padding: 10px 23px 22px;
  font-size: 14px;
  display: block;
}
.all_news{
  text-align: right;
  margin:5px;
}
.all_news a{
  color: #ec9000;
}
.main{
  padding:10px 50px;
}
.main h2, .main h3{
  color: #ec9000;
}
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;
}
.bg_top{
  background-image: url('../img/bg_top.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  position: absolute;
  width:100%;
  height:1177px;
}
.bg_bottom {
  background-image: url('../img/bg_bottom.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  height: 100%;
  position: relative;
  width: 100%;
  bottom:80px;
  z-index:999;
}
#bread_crumbs{
  margin:15px;
  color:#cb5f3f;
  font-size: 12px;
}
#bread_crumbs a{
  color:#cb5f3f;
  font-size: 12px;
}
#newsList li{
  margin:7px 0;
}
.newsItem{
  color:#cb5f3f;
  font-size: 18px;
}