@font-face {
  font-family: OpenSans;
  src: url(fonts/OpenSans/OpenSans-Light.ttf);
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: OpenSans;
  src: url(fonts/OpenSans/OpenSans-Regular.ttf);
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: OpenSans;
  src: url(fonts/OpenSans/OpenSans-Medium.ttf);
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: OpenSans;
  src: url(fonts/OpenSans/OpenSans-Bold.ttf);
  font-style: normal;
  font-weight: 600;
}

body{
  background-color: rgba(255,255,255,255);
  font-family: OpenSans;
  font-weight: 400;
  padding: 100px 0 0;
}

.emptyFlex{
  flex-grow: 1;
}

.wrap{
  position: relative;
  width: 100%;
}

.work{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.wrap_title_line{
  width: 100%;
  margin-bottom: 25px;
}

.wrap_title{
  text-align: center;
  color: #7eb430;
  font-weight: 600;
  padding: 0px;
  margin: 0px;
}

.wrap_sub_title{
  text-align: center;
  color: #202020;
  font-weight: 600;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 2px;
  padding: 0px;
  margin: 10px 0px 0px;
}

/********************************************** header ******************************************/
.wrap_header{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    border-top: 5px solid #64a507;
    box-shadow: 0 10px 15px -3px #0000001a;
}

.header{
  display: flex;
  align-items: center;
  width: 100%;
  height: 100px;
}

.logo{
  display: block;
  text-decoration: none;
  padding: 10px 0 10px 74px;
  line-height: 1.2em;
  background-image: url(svg/logo.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 64px auto;
  color: #000;
}

.header_name{
  font-weight: 600;
  text-transform: uppercase;
}

.mainmenu .menu{
  display: flex;
  height: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.mainmenu .menu .menu-item{
  position: relative;
  height: 100%;
}

.mainmenu .menu .menu-item:before{
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background-color: #0000004d;
}

.mainmenu .menu .menu-item:last-child::before{
  content: none;
}

.mainmenu .menu .menu-item a{
  display: flex;
  height: 100%;
  padding: 0 10px;
  align-items: center;
  color: #202020;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.mainmenu .menu .menu-item.current-menu-item a{
  color: #64a507
}
/********************************************** header ******************************************/

/********************************************** header top ******************************************/
.head_top_page{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: calc(100vh - 100px);
  background-image: url(img/bg_main_header.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.head_top_page::before{
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #00000080;
}

.work.hc{
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.content_ht{
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 40px;
}

.inner_ht{
  width: 100%;
}

.head_title{
  position: relative;
  padding: 30px 80px;
  background-color: #46811c;
  border-radius: 0 15px;
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 15px;
}

.head_title::before{
  content: "";
  position: absolute;
  top: -30px;
  left: 40px;
  width: 51px;
  height: 51px;
  background-image: url(svg/logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.line_ht{
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 12%;
}

.line_ht.cr{
  justify-content: center;
}

.title_ht{
  font-size: 18px;
  line-height: 1.4em;
  color: #fff;
}

.link_ht{
  font-weight: 600;
  color: #fff;
  font-size: 16px;
}

.list_ht{
  display: flex;
  width: 100%;
  justify-content: center;
}

.item_ht{
  position: relative;
  padding-left: 90px;
  display: flex;
  align-items: center;
  min-height: 90px;
  margin: 0 40px;
  line-height: 1.3em;
  color: #fff;
}

.item_ht::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
}

.item_ht::after{
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 68px;
  height: 68px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px dashed green;
  background-position: center center;
  background-repeat: no-repeat;
}

.item_ht:nth-child(1):after{
  background-image: url(svg/trees.svg);
  background-size: 75% 75%;
}

.item_ht:nth-child(2):after{
  background-image: url(svg/found.svg);
  background-size: 60% 60%;
}

.item_ht:nth-child(3):after{
  background-image: url(svg/gardener.svg);
  background-size: 70% 70%;
}
/********************************************** header top ******************************************/

/********************************************** page ******************************************/
.page_container{
  width: 100%;
  padding: 50px 0;
}

.single__article{
  width: 100%;
}

.single__article h2{
  font-size: 20px;
}

.single__article p{
  padding: 15px 0;
  line-height: 1.5em;
  font-size: 16px;
}
/********************************************** page ******************************************/

/********************************************** category ******************************************/
.wrap_category{
  padding: 50px 0;
}

.category_content{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}

.category_content.no_mt{
  margin-top: 0;
}

.category_block{
  width: calc(33.3333333333% - 30px);
  margin: 15px;
  text-decoration: none;
}

.category_block_img{
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: auto;
  background-color: #0000001a;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.category_block_img img{
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.category_block_data_line{
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.category_block_data{
  padding: 12px 25px;
  background-color: #6aaf08;
  color: #fff;
  font-size: 14px;
  border-radius: 25px;
}

.category_block_title{
  width: 100%;
  min-height: 65px;
  margin-top: 20px;
  line-height: 1.2em;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #d6d6d6;
  color: #202020;
}

.category_block_text{
  width: 100%;
  min-height: 90px;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.4em;
  color: #646464;
}

.category_block_line{
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 15px;
}

.category_block_link{
  display: inline-block;
  text-transform: uppercase;
  padding-right: 18px;
  color: #7eb430;
  font-weight: 500;
  background-image: url(svg/more.svg);
  background-position: right center;
  background-size: 12px auto;
  background-repeat: no-repeat;
}
/********************************************** category ******************************************/

/********************************************** singlepost ******************************************/
.wrap_single_post{
  padding: 50px 0;
}

.single__title{
  position: relative;
  width: 100%;
  color: #202020;
  text-align: center;
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.single__article h2{
  margin: 15px 0;
}
/********************************************** singlepost ******************************************/

/********************************************** notices ******************************************/
.wrap_notices{
  padding-top: 65px;
  background-color: #fff;
}

.notices{
    position: relative;
    padding: 65px 0;
}

.notices_container{
    display: flex;
    width: 100%;
}

.notices_inner{
    width: calc(100%/2 - 30px);
    margin: 15px;
}


.notices_block{
    position: relative;
    display: flex;
    width: 100%;
}

.notices_image{
    width: 160px;
    height: 160px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.notices_content{
    width: calc(100% - 160px);
    box-sizing: border-box;
    padding-left: 30px;
}

.notices_title{
    width: 100%;
    color: #202020;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.1em;
}

.notices_text{
    width: 100%;
    color: #202020;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4em;
    margin-top: 10px;
}

.notices_info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #dcddde;
    margin-top: 20px;
    border-radius: 25px;
    box-sizing: border-box;
    padding: 6px 12px;
}

.notices_data{
    font-size: 12px;
    line-height: 12px;
    color: #4e5453;
    padding-left: 20px;
    background-image: url(svg/calendar.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 12px auto;
}

.notices_by{
    font-size: 12px;
    color: #64a507;
    font-weight: 500;
}
/********************************************** notices ******************************************/

/********************************************** administration ******************************************/
.bg_administration{
    background-repeat: repeat;
    background-image: url(img/bg-administration.png);
}

.administration{
    position: relative;
    padding: 65px 0;
}
/********************************************** administration ******************************************/

/********************************************** footer ******************************************/
.wrap_footer{
  background-color: #13181a;
}

.footer{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0;
  color: #fff;
  box-sizing: border-box;
  font-size: 12px;
}
/********************************************** footer ******************************************/

/********************************************** mobile ******************************************/
@media only screen and (max-width: 1199px){
  body{
    padding: 70px 0 0;
  }

  .work{
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }

  .header{
    height: 70px;
  }
}

@media only screen and (max-width: 1023px){
  .notices_block{
      flex-wrap: wrap;
  }	
  .notices_content {
      width: 100%;
      padding-left: 0px;
      margin-top: 10px;
  }

  .head_top_page{
    height: 640px;
  }

  .item_ht{
    margin: 0 20px;
  }

  .category_block{
    width: calc(100% / 2 - 30px);
    max-width: 360px;
  }

  .main_menu_container{
    position: fixed;
    z-index: 100;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.98);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
  }

  .main_menu_container.open{
    left: 0;
    transition: .5s;
  }

  .main_menu_container .menu{
    width: 100%;
    flex-wrap: wrap;
  }

  .main_menu_container .menu .menu-item{
    width: 100%;
  }

  .main_menu_container .menu .menu-item a{
    padding: 20px 10px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .main_menu_container .menu .menu-item:before{
    content: none;
  }

  .btn_mob_menu{
    display: block;
    width: 48px;
    height: 48px;
    background-image: url(svg/menumob.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .close_mob_menu{
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 48px;
    height: 48px;
    background-image: url(svg/menumob_close.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

@media only screen and (max-width: 767px){
  .head_title{
    font-size: 32px;
  }

  .item_ht{
    flex-wrap: wrap;
    padding-left: 0;
    padding-top: 70px;
    text-align: center;
    margin: 0 30px;
  }

  .notices{
    padding: 40px 0;
  }

  .wrap_sub_title{
    font-size: 24px;
  }
}

@media only screen and (max-width: 639px){
  .head_title{
    font-size: 28px;
    padding: 30px;
  }

  .notices_container{
    flex-wrap: wrap;
  }

  .notices_inner{
    width: calc(100% - 30px);
  }

  .category_block{
    width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 479px){
  .work{
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }

  .logo{
    padding: 10px 0 10px 54px;
    background-size: 48px auto;
    font-size: 14px;
  }

  .head_title{
    font-size: 22px;
    padding: 30px 15px;
  }

  .item_ht{
      margin: 0 18px;
      font-size: 14px;
  }
}
/********************************************** mobile ******************************************/