/**
 * J!Blank Template for Joomla by JBlank.pro (JBZoo.com)
 *
 * @package    JBlank
 * @author     SmetDenis <admin@jbzoo.com>
 * @copyright  Copyright (c) JBlank.pro
 * @license    http://www.gnu.org/licenses/gpl.html GNU/GPL
 * @link       http://jblank.pro/ JBlank project page
 */
/* just example of css import */

/* just for test repaltive paths
@import url('print.css');
@import url('reset.css');
*/
html,
body {
  position: relative;
  height: 100%;
  font-family: int;
  background: #F6F7F8;
  line-height: normal;
  color:#121212;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'sbs';
  font-weight: normal;
  color:#2C4025;
  text-transform: uppercase;
} 
h3 {
  font-size: 22px;
}
.wrapper_all {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow-x: hidden;
  background: #F3F8F9;
}
.itemid-114 .wrapper_all {
  background: #F3F8F9;
  color:#fff;
}
section.content {
  flex: 1 0 auto;
}
body {
  margin: 0;
  padding: 0;
  font-size: 19px;
  overflow-x: hidden;
  @media screen and (max-width: 759px) {
  font-size: 15px;
  }
}
body a {
  color: #4F79FF;
  text-decoration: none;
}
body a:hover {
  color: #4F79FF;
  text-decoration: none;
}
body .maintitle {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 15px;
}
body .uk-offcanvas-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
  display: block;
}
body .uk-offcanvas-bar {
  font-family: mnt;
  background: #193829;
  color: #fff !important;
  text-transform: uppercase;
  text-align: left;
  width: 90%;
  padding: 0;
  margin-top: 0;
  box-sizing: border-box;
}
body .uk-offcanvas-bar ul {
  padding: 30px 0 0 0;
}
body .uk-offcanvas-bar li a,
body .uk-offcanvas-bar li span {
  font-size: 12px;
  font-weight: 500;
  transition: all 0.2s ease;
  
  display: inline-block;
  color:#fff;
  padding: 12px 50px;
  border-radius: 30px;
  margin: 20px 0 0 0;
  border: 1px solid #EFFF5E;
}
body .uk-offcanvas-bar li a:hover,
body .uk-offcanvas-bar li span:hover {
  color: #EFFF5E;
}
body .uk-offcanvas-bar li span {
  color: #666;
}
body .uk-offcanvas-bar li span:hover {
  color: #666;
}
body .uk-offcanvas-bar li.active a {
  background-color: #EFFF5E;
  color:#000;
}
body .uk-offcanvas-bar li.not-active a {
  color: #ddd;
}
body .uk-offcanvas-bar .footphone {
  font-size: 12px;
  position: absolute;
  width: 100%;
  bottom: 40px;
}
body .uk-offcanvas-bar .footphone a {
  color: #666;
  transition: all 0.2s ease;
}
body .uk-offcanvas-bar .footphone a:hover {
  color: #ee151d;
}
body .uk-offcanvas-bar .footphone .phone {
  font-size: 20px;
}
body .uk-offcanvas-bar .logo {
  margin-top: 70px;
  display: inline-block;
}
body .uk-offcanvas-bar .logo .st0 {
  color:#fff;
}
body .uk-offcanvas-bar .logo img {
  max-height: 45px;
}
.uk-card-primary.uk-card-body .uk-close, .uk-card-primary > :not([class*="uk-card-media"]) .uk-close, .uk-card-secondary.uk-card-body .uk-close, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-close, .uk-light .uk-close, .uk-offcanvas-bar .uk-close, .uk-overlay-primary .uk-close, .uk-section-primary:not(.uk-preserve-color) .uk-close, .uk-section-secondary:not(.uk-preserve-color) .uk-close, .uk-tile-primary:not(.uk-preserve-color) .uk-close, .uk-tile-secondary:not(.uk-preserve-color) .uk-close {
  color: rgba(255,255,255,.8);
}
.uk-offcanvas-close {
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.uk-offcanvas-close svg {
  width: 20px;
  height: 20px;
}
.uk-offcanvas-bar .uk-close:hover {
  color: rgba(0,0,0,.5);
}


.title {
  font-size: 58px;
  line-height: 1;
  color: #2C4025;
  margin-bottom: 25px;
  text-transform: uppercase;
  @media screen and (max-width: 759px) {
  font-size: 42px;
  margin-bottom: 20px;
  }
}
.clr {
  clear: both;
  font-size: 0;
  line-height: none;
}
.component-wrapper {
  display: block;
  padding: 0 30px;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1240px;
}
#burger {
  position: relative;
  width: 30px;
  height: 26px;
}
#burger .burger {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1001;
}
#burger .burger.open + span {
  background: transparent;
}
#burger .burger.open + span:after {
  transform: rotate(45deg) translate(-1px,-8px);
  top: 9px;
}
#burger .burger.open + span:before {
  transform: rotate(-45deg) translate(-4px,12px);
  top: -9px;
}
#burger span {
  position: absolute;
  width: 100%;
  height: 0;
  /*background: #fff;*/
  background: #2C4025;
  margin-top: 15px;
}
#burger span:before,
#burger span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  /*background: #fff;*/
  background: #2C4025;
  top: -4px;
  transition: all 0.3s ease;
}
.scroll #burger span:before,
.scroll #burger span:after {
  background: #fff;
}
#burger span:after {
  top: 4px;
}
#header {
  /*border-bottom: 1px solid #eee;*/
  width: 100%;
  padding: 20px 0 80px;
  background-image: -webkit-linear-gradient(rgba(0,0,0,0.46) 0%, rgba(200,204,177,0.00) 100%);
  background-image: -o-linear-gradient(rgba(0,0,0,0.46) 0%, rgba(200,204,177,0.00) 100%);
  background-image: linear-gradient(rgba(0,0,0,0.46) 0%, rgba(200,204,177,0.00) 100%);
  position: fixed;
  z-index: 1000;
  transition: background 0.4s ease, padding 0.3s ease;
  @media screen and (max-width: 759px) {
  padding: 20px 0 40px;
  }
}
#header.scroll {
  background: rgba(26,56,41,0.8);
  padding: 10px 0;
}
/*
.itemid-114 #header {
  background-image: -webkit-linear-gradient(#060F41 0%, rgba(0,0,0,0.00) 100%);
  background-image: -o-linear-gradient(#060F41 0%, rgba(0,0,0,0.00) 100%);
  background-image: linear-gradient(#060F41 0%, rgba(0,0,0,0.00) 100%);
}
*/
#header .logo {
  display: inline-block;
}
#header .logo img,
#header .logo svg {
  max-height: 88px;
  transition: max-height 0.4s ease;
  @media screen and (max-width: 759px) {
  max-height: 55px; 
  }
}
#header.scroll .logo svg,
#header.scroll .logo img {
  max-height: 55px; 
}
.st0 {
  color:#2C4025;
  transition: color 0.4s ease;
}
.itemid-114 .logo .st0,
.itemid-116 .logo .st0,
.itemid-124 .logo .st0,
#header.scroll .logo .st0 {
  color:#fff;
}
#topmenu {
  font-family: mnt;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 4px;
  font-weight: 500;
}
#topmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#topmenu ul li {
  display: inline-block;
}
#topmenu ul li a {
  color:#fff;
  display: inline-block;
  padding: 12px 20px;
  border-radius: 30px;
  border: 1px solid transparent;
  margin: 0 3px;
  transition: border-color 0.2s ease;
  @media screen and (max-width: 1099px) {
  font-size: 11px;
  padding: 8px 14px;
  letter-spacing: 2px;
  }
}
#topmenu ul li a:hover {
  border: 1px solid #EFFF5E;
}
#topmenu ul li.active a {
  background-color: #EFFF5E;
  color:#000;
}
.jbzoo-view-category {
  margin-bottom: 40px;
}
.jbzoo-view-category .description-full {
  text-align: justify;
  text-indent: 30px;
}
#category_list {
  padding: 15px 0 35px;
  @media screen and (max-width: 759px) {
  padding: 15px 0 25px;
  }
}
#category_list a {  
  font-family: mnt;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 4px;
  font-weight: 500;
  color:#000;
  display: inline-block;
  padding: 12px 20px;
  border-radius: 30px;
  border: 1px solid #000;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  @media screen and (max-width: 759px) {
  font-size: 11px;
  padding: 8px 14px;
  letter-spacing: 2px;
  }
}
#category_list a:hover:not(.active:hover) {
  box-shadow: 0 11px 38px 0 rgba(137,168,176,0.24);
  border-color: #999;
}
#category_list a.active {
  background-color: #EFFF5E;
  border: 1px solid #EFFF5E;
}  

#maincontent {
  padding: 40px 0;
}
#maincontent #about {
  padding-top: 40px;
  background-position: top 60px left calc(100% - 1vw);
  background-repeat: no-repeat;
  background-size: 55%;
  min-height: 500px;
  @media screen and (max-width: 759px) {
  padding-top: 0;
  }
}
.about_img_left img {
  /*width: 130px;*/
  width: 180px;
}
.about_img_right {
  margin-right: -90px;
  @media screen and (max-width: 959px) {
    text-align: right;
    margin-right: auto;
  }
}
.about_img_right img {
  @media screen and (max-width: 959px) {
    max-width:450px;
  }
}
.about_text {
  line-height: 1.4;
  text-align: justify;
}
.about_title h1 {
  font-size: 50px;
  @media screen and (max-width: 759px) {
  font-size: 40px;
  }
}
.about_person {
  margin-top: 35px;
}
.about_fio {
  font-family: sbs;
  font-size: 29px;
  text-transform: uppercase;
  color: #2C4025;
  line-height: normal;
  @media screen and (max-width: 759px) {
      font-size: 23px;
  }
}

#buttonblocks {
  padding: 60px 0 15px;
  @media screen and (max-width: 959px) {
      padding: 0 0 55px;
      margin-top: -70px;
  }
}
.buttonblock a {
  display: block;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 11px 38px 0 rgba(137,168,176,0.24);
  padding: 20px 45px 25px;
  color:#2C4025;
  font-family: 'sbs';
  text-transform: uppercase;
  font-size: 24px;
  @media screen and (max-width: 1139px) {
  font-size: 20px;
  }
}
.buttonblock a:hover {
  color:#2C4025;
}
.buttonblock .img {
  height: 70px; 
  margin-bottom: 15px;
}
.buttonblock .more {
  margin-top: 18px;
  display: inline-block;
  font-family: 'mnt';
  font-weight: 500;
  font-size: 12px;
  color: #000000;
  letter-spacing: 4px;
  border-radius: 22px;
  background: #E3E7D0;
  padding: 10px 20px;
  transition: background-color 0.2s ease;
}
.buttonblock:hover .more {
  background: #EFFF5E;
}

.itemid-124 #category_top, .category_plans,
.itemid-116 #category_top, .category_done {
  min-height: 550px;
  padding: 200px 0 100px 0;
  box-sizing: border-box;
  background: url(../images/back_done.jpg) no-repeat center bottom;
  background-size: auto 100%;
  position: relative;
  @media screen and (max-width: 959px) {
  background-position: left calc(50% + 150px) bottom;
  min-height: 400px;
  padding: 150px 0 100px 0;
  }
  @media screen and (max-width: 639px) {
  min-height: 350px;
  padding: 100px 0 50px 0;
  background-position: left calc(50% + 205px) bottom;
  }
}
.itemid-124 #category_top, .category_plans {
  background-image: url(../images/back_plans.jpg);
}
.itemid-124 #category_top .image-full, .category_plans .image-full,
.itemid-116 #category_top .image-full, .category_done .image-full {
  margin-left: -50px;
  margin-bottom: -15px;
  @media screen and (max-width: 759px) {
  margin-left: -20px;
  margin-bottom: 10px;
  }
}
.itemid-124 #category_top * + h1, .category_plans * + h1,
.itemid-116 #category_top * + h1, .category_done * + h1 {
  margin-top: 0;
}
.item-gallery,
.item-gallery + .item-text {
  margin-top: 40px;
  @media screen and (max-width: 759px) {
  margin-top: 25px;
  }
}
.text-chevron {
  width: 89px;
  height: 167px;
  background: url(../images/text-chevron.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  margin-top: -40px;
  margin-left: -120px;
}

.item-gallery a {
  display: block;
}
.swiper {
  /*position: relative;*/
}
.item-gallery {
  position: relative;
}
.swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  background: #EFFF5E;
}
.swiper-button-next, .swiper-button-prev {
  color: #000;
  @media screen and (max-width: 639px) {
      display: none;
  }
}
.item-gallery .swiper-button-prev {
  left: -70px;
}
.item-gallery .swiper-button-next {
  right: -70px;
}
.item-gallery .swiper-button-disabled {
  opacity: 0;
}
.item-gallery * {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.itemid-117 #category_top, 
.category_all-documents,
#top_documents {
  min-height: 370px;
  padding: 170px 0 50px 0;
  box-sizing: border-box;
  border-radius: 0 0 40px 40px;
  /*background-image: linear-gradient(90deg, #D8E4A7 0%, #8CC7E7 100%);*/
  background: url(../images/back_docs.jpg) no-repeat center center;
  background-size: auto 100%;
  @media screen and (max-width: 959px) {
  border-radius: 0 0 25px 25px;
  }
}
.itemid-117 .description-full {
  /*padding: 40px 0 0;*/
}
.itemid-117 #category_top + .component-wrapper,
.itemid-117 #category_top + .component-wrapper + .component-wrapper,
.itemid-124 #category_top + .component-wrapper,
.itemid-124 #category_top + .component-wrapper + .component-wrapper {
  margin-top: 35px;
}

.itemid-117 #category_top #category_list {
  padding: 0;
}
.item-files {
  padding: 35px 0;  
}
.zl-zoo.element-download-type {
  width: 100%;
  height: auto;
  display: inline-block;
  color: #000;
  text-decoration: underline;
  font-family: mnt;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  background: #fff;
  padding: 25px;
  box-sizing: border-box;
  box-shadow: 0 11px 38px 0 rgba(137,168,176,0.14);
  transition: box-shadow 0.2s ease;
  border-radius: 14px;
}
.zl-zoo.element-download-type:hover {
  box-shadow: 0 11px 38px 0 rgba(137,168,176,0.34);
}

.zl-zoo.element-download-type .file_icon:before {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #E3E7D0;
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  color:#000000;
  font-family: int;
  font-size: 15px;
  border-radius: 12px;
}
.zl-zoo.element-download-type-docx .file_icon:before,.zl-zoo.element-download-type-doc .file_icon:before {
  content: "DOC";
}
.zl-zoo.element-download-type-xlsx .file_icon:before,.zl-zoo.element-download-type-xls .file_icon:before {
  content: "XLS";
}
.zl-zoo.element-download-type-pptx .file_icon:before,.zl-zoo.element-download-type-ppt .file_icon:before {
  content: "PPT";
}
.zl-zoo.element-download-type-pdf .file_icon:before {
  content: "PDF";
}
.zl-zoo.element-download-type-jpg .file_icon:before {
  content: "JPG";
}
.zl-zoo.element-download-type-jpeg .file_icon:before {
  content: "JPEG";
}
.zl-zoo.element-download-type-zip .file_icon:before {
  content: "ZIP";
}
.zl-zoo.element-download-type-rar .file_icon:before {
  content: "RAR";
}

.jbzoo-item-projects.jbzoo-item-teaser .item-inner {
  display: block;
  border-radius: 14px;
  background: #FFFFFF;
  box-shadow: 0 11px 38px 0 rgba(137,168,176,0.24);
  font-family: mnt;
  font-size: 10px;
  color: #707885;
  letter-spacing: 3.33px;
  text-transform: uppercase;
}
.jbzoo-item-projects.jbzoo-item-teaser .item-inner h3.item-title {
  /*margin: 15px 0 0; */
  margin: 0; 
  font-size: 18px;
  letter-spacing: 2px;
}
.jbzoo-item-projects.jbzoo-item-teaser .item-info {
  padding: 20px 20px 25px;
}
.jbzoo-item-projects.jbzoo-item-teaser .item-image {
  border-radius: 14px;
  display: block;
  overflow: hidden;
  position: relative;
}
.jbzoo-item-projects.jbzoo-item-full #maincontent .component-wrapper {
  max-width: 1000px;
}
.jbzoo-item-projects.jbzoo-item-full #top_anons {
  min-height: 500px;
  /*background-color: #193828;*/
  background-repeat: no-repeat;
  background-position:  center;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
  @media screen and (max-width: 759px) {
      min-height: 350px;
  }
}
.jbzoo-item-projects.jbzoo-item-full #top_anons .top_anons_back {
  background-color: #193828;
  position: absolute;
  width: 100%;
  top:0;
  bottom:0;
  z-index: 0;
  @media screen and (max-width: 759px) {
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(25,56,40,0.00) 25%, #193828 95%);
  }
}
.jbzoo-item-projects.jbzoo-item-full #top_anons .top_anons_back_img {
  background-repeat: no-repeat;
  background-position:  center center;
  background-size: cover;
  position: relative;
  @media screen and (max-width: 759px) {
  display: none;
  }
}
.jbzoo-item-projects.jbzoo-item-full #top_anons .top_anons_back_img .shad {
  position: absolute;
  width: 70%;
  top:0;
  left:0;
  bottom:0;
  background-image: linear-gradient(270deg, rgba(25,56,40,0.00) 0%, #193828 99%);
  @media screen and (max-width: 759px) {
  display: none;
  }
}
.jbzoo-item-projects.jbzoo-item-full #top_anons .top_anons_back_uzor {
  background: url(../images/uzor.svg) no-repeat right bottom;
  background-size: auto 80%;
  @media screen and (min-width: 1279px) {
    background-position: center bottom;
  }
  @media screen and (max-width: 759px) {
  background: none;  
  }
}
.jbzoo-item-projects.jbzoo-item-full #top_anons .top_anons_back > * {
  height: 100%;
}
.jbzoo-item-projects.jbzoo-item-full #top_anons .top_anons_inner {
  position: absolute;
  width: 100%;
  top:0;
  bottom:0;
  z-index: 1;
  padding-top: 160px;
  @media screen and (max-width: 759px) {
    position: relative;
    padding-top: 260px;
    top: auto;
    bottom:20px;
  }
}
.jbzoo-item-projects.jbzoo-item-full #top_anons .item-category {
  font-family: mnt;
  font-size: 12px;
  line-height: normal;
  text-transform: uppercase;
  color: #eee;
  letter-spacing: 4px;
}
.jbzoo-item-projects.jbzoo-item-full #top_anons .item-category a {
  color: #EFFF5E;
}
.jbzoo-item-projects.jbzoo-item-full #top_anons .item-category a:hover {
  text-decoration: underline;
}
.jbzoo-item-projects.jbzoo-item-full #top_anons h1.item-title {
  color: #FFFFFF;
  margin-top: 25px;
  margin-bottom: 50px;
  font-size: 34px;
  @media screen and (max-width: 759px) {
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 25px;
  }
}
.view-category .goback {
  font-family: mnt;
  display: inline-block;
  /*bottom: 45px;*/
  color: #fff;
  z-index: 3;
  font-size: 15px;
  background: url(../images/goback.svg) no-repeat left center;
  padding-left: 80px;
  @media screen and (max-width: 759px) {
  /*position: absolute;*/
  /*bottom: -30px;*/
  }
}


#contacts {
  padding: 100px 0 0 0;
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
  z-index: 10;
  position: relative;
  @media screen and (max-width: 759px) {
  padding: 60px 0 0 0;
  }
}
.contacts_inner {
  padding: 80px 60px;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: #193828;
  @media screen and (max-width: 759px) {
  padding: 40px 30px;
  }
}
#contacts h3, #contacts h4, #contacts h5 {
  font-family: mnt;
  text-transform: none;
  font-weight: 500;
  font-size: 18px;
}
#contacts h1, #contacts h2, #contacts h3, #contacts h4, #contacts h5 {
  color: #fff;
}
#contacts a {
  color: #EFFF5E;
  display: inline-block;
}
#contacts a:hover {
  color: #000;
}
.mainbutton,
.item-file a {
  margin-top: 25px;
  display: inline-block;
  color: #EFFF5E;
  border: 1px solid #EFFF5E;
  padding: 8px 30px;
  box-sizing: border-box;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  border-radius: 25px;
  
  font-family: mnt;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.mainbutton:hover,
.item-file a:hover {
  color: #000;
  background-color: #EFFF5E;
}
.mainbutton {
  padding: 12px 20px;
  letter-spacing: 2px;
  color: #000;
  font-weight: 500;
  border: 1px solid #666;
}
.mainbutton:hover {
  border: 1px solid #EFFF5E;
}



#footer {
  position: relative;
  color: #848B72;
  font-size: 12px;
  /*margin-top: 60px;*/
}
.footer_inside {
  background: #193829;
  padding: 60px 0 80px;
  @media screen and (max-width: 639px) {
  padding: 40px 0 40px;
  }
}
.footer_top {
  background: url(../images/forest.svg) repeat-x center bottom -2px;
  height: 500px;
  @media screen and (max-width: 959px) {
  background-size: auto 300px;
  height: 300px;
  }
  @media screen and (max-width: 639px) {
  background-size: auto 200px;
  height: 200px;
  }
}

.itemid-114 .wrapper_all {
  background: #304D3E;
}
.itemid-114 #maincontent {
  padding-bottom: 0;
  margin-bottom: -180px;
  @media screen and (max-width: 759px) {
  margin-bottom: -80px;
  }
}

#footer a {
 color: #BFC7C3;
}


#footer .logo img {
  /*height: 95px;*/
  @media screen and (max-width: 759px) {
    max-height: 45px;
  }
}
#top_banner {
  background-position: center bottom;
  background-repeat: repeat-x;
  background-color: #c8ccb1;
  background-size: 175%;
  min-height: 750px;
  padding-top: 150px;
  position: relative;
  @media screen and (min-width: 1199px) {
  background-size: auto;
  }
  @media screen and (max-width: 959px) {
  padding-top: 130px;
  min-height: 550px;
  background-size: 165%;
  }
  @media screen and (max-width: 759px) {
  min-height: 350px;
  }
  @media screen and (max-width: 479px) {
  min-height: 300px;
  }
}
.whitemute {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background-image: linear-gradient(180deg, rgba(244,248,249,0.00) 0%, #F4F8F9 100%);
  @media screen and (max-width: 759px) {
  height: 80px;
  }
}
.greenmute {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 290px;
  background-image: linear-gradient(180deg, rgba(25,56,40,0.00) 0%, #193828 100%);
  z-index: 1;
  pointer-events: none;
  @media screen and (max-width: 759px) {
  height: 100px;
  }
}
#top_banner .slogan,
#footer .slogan {
  font-family: sbs;
  font-size: 46px;
  color: #FFFFFF;
  text-transform: uppercase;
  @media screen and (max-width: 759px) {
  font-size: 28px;
  }
}
#top_banner .slogan {
  font-size: 60px;
  color: #2C4025;
  @media screen and (max-width: 759px) {
  font-size: 28px;
  }
}

#footer .slogan_img {
  margin-top: -50px;
  margin-left: -65px;
  padding-bottom: 50px;
  @media screen and (max-width: 759px) {
  margin-top: -25px;
  margin-left: -25px;
  }
}
#footer .slogan_img img {
  @media screen and (max-width: 759px) {
    height: 95px;
  }
}

#top_banner .slogan_img {
  margin-top: -30px;
  margin-left: -35px;
  @media screen and (max-width: 759px) {
  margin-top: -15px;
  margin-left: -15px;
  }
}
#top_banner .slogan_img img {
  @media screen and (max-width: 759px) {
    height: 50px;
  }
}

#footer #topmenu {
  margin-top: 60px;
  margin-bottom: 60px;
  @media screen and (max-width: 759px) {
  margin-top: 20px;
  margin-bottom: 40px;
  }
}
#footer #topmenu ul li {
  @media screen and (max-width: 639px) {
  display: block;
  }
}
.footer_links {
  border-top: 1px solid rgba(255,255,255,0.16);
  margin-top: 20px;
  padding-top: 20px;
  @media screen and (max-width: 639px) {
  margin-top: 40px;
  padding-top: 40px;
  }
}
.footer_links a {
  display: inline-block;
  margin-left: 15px;
  text-decoration: underline;
  @media screen and (max-width: 959px) {
    margin: 0 8px;
  }
}
.footer_links a:hover {
  color: #4F79FF;
  text-decoration: underline;
}
.footer_conts .links,
.footer_conts a {
  font-family: bbn;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
}
/*
.footer_conts .links {
  margin-top: 10px;
}
*/

@media screen and (max-width: 1199px) {

}
@media screen and (max-width: 959px) {
 
}
@media screen and (max-width: 639px) {

}
@media print {
  body {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.45;
    font-family: Arial, "Times New Roman", serif;
    color: #000;
    background: none;
    font-size: 14pt;
  }
  a:link,
  a:visited {
    background: transparent;
    font-weight: 700;
    text-decoration: underline;
    color: #333;
  }
  a:link[href^="http://"]:after,
  a:link[href^="https://"]:after,
  a[href^="http://"]:visited:after,
  a[href^="https://"]:visited:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
    display: none;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="http://"] {
    color: #000;
  }
  a[href$=".jpg"]:after,
  a[href$=".jpeg"]:after,
  a[href$=".gif"]:after,
  a[href$=".png"]:after {
    content: " (" attr(href) ") ";
    display: none;
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after,
  a[href^="tel"]:after {
    content: "";
    display: none;
  }
  #topmenu,
  .item-map,
  .item-meta,
  .swiper-button-next,
  .swiper-button-prev,
  .swiper-scrollbar {
    display: none;
  }
}