@font-face {
  font-family: "Myriad Pro";
  src: url("../font/MYRIADPRO-COND.OTF") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("../font/MYRIADPRO-BOLDCOND.OTF") format("opentype");
  font-weight: 700;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100vh;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #333333;
  background: #f3f3f3;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-family: "Myriad Pro";
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 15px 0;
}
h1:after {
  content: "";
  display: block;
  height: 2px;
  margin: 15px -12px 0 -12px;
  background: #009a2e;
}

a {
  color: #4b4b4b;
}

.container {
  max-width: 1000px;
}

.btn-primary {
  background: #009a2e;
}
.btn-primary:hover {
  background: #007fbe;
}

.border-primary {
  border-color: #009a2e !important;
}

.wrapper {
  height: 100vh;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
}

/*============================================== HEADER ================================================*/
.header {
  background: #ffffff;
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 5px solid #009a2e;
  padding: 7px;
  font-family: "Myriad Pro";
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.5px;
}
.header__top-right,
.header__top-left{
	display: flex;
	align-items: center
}
.header__top-left{
	font-size: 18px;
	gap: 16px;
	padding-right: 16px;
}
.header__top-left a{
	display: block;
	margin-bottom: -10px;
}
@media screen and (min-width: 576px) {
  .header__top {
    justify-content: space-between;
    text-align: left;
    padding: 7px 15px;
  }
}
.header__top a {
  color: #333333;
  text-decoration: none;
  display: block;
}
.header__top a.lk-link, .header__top a.sitemap-link {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #333333;
}
.header__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px;
  background: url("../img/blamba.png") top center no-repeat;
}
.header__bottom-logo {
  display: flex;
  align-items: center;
  font-family: "Myriad Pro";
  font-size: 42px; /*38px*/
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
  line-height: .6;
}
.header__bottom-slogan{
    text-transform: uppercase; 
    font-family: 'Myriad Pro';
    font-size: 42px;
    font-weight: 600;
    line-height: 1;
    margin-top: 12px;
    color: #008ed9;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.header__bottom-slogan a{
    color: #009a2e;
    text-align: left;
}
@media screen and (max-width: 992px) {
    .header__bottom-slogan{
        display: none;
    }
}
.header__bottom-logo span{
	font-size: 20px;
}
.header__bottom-logo img {
  height: 80px; /*100px*/
  width: 276px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .header__bottom-minlogo {
    display: none;
  }
}

.menu {
  font-family: "Myriad Pro";
  letter-spacing: 0.5px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 992px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    align-items: stretch;
    justify-content: center;
  }
}

@media screen and (min-width: 992px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    width: 15%;
  }
}
@media screen and (min-width: 1200px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    max-width: 100%;
  }
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item ul.mega-sub-menu li.mega-menu-row {
  padding: 10px 0;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu li.mega-menu-column ul.mega-sub-menu li.mega-menu-item {
  padding: 0;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu li.mega-menu-column ul.mega-sub-menu li.mega-menu-item a {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  padding: 5px 15px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  word-wrap: break-word;
  background: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 992px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    text-align: center;
    height: 100%;
    background: url("../img/arrow_up.png") bottom center no-repeat;
    padding: 10px;
    line-height: 1.5;
  }
}
/*============================================== FRONT-PAGE INFO ================================================*/
#infoTab .nav-item {
  width: 33%;
}
#infoTab .nav-item .nav-link {
  font-family: "Myriad Pro";
  font-size: 20px;
  border: none;
  background: #f4f4f4;
  color: #333333;
  width: 100%;
  text-decoration: underline;
  font-weight: bold;
  padding: 4px 16px;
}
#infoTab .nav-item .nav-link.active {
  text-decoration: none;
  color: #009a2e;
  background: #ffffff;
}

#infoTabContent .item-tab {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  text-decoration: none;
  color: #333333;
}
#infoTabContent .item-tab:hover .item-tab__title {
  text-decoration: underline;
}
#infoTabContent .item-tab__date {
  font-size: 10px;
  color: #909090;
  margin-bottom: 5px;
}
#infoTabContent .item-tab__title {
  line-height: 1.2;
}
#infoTabContent .all-news {
  text-decoration: none;
  display: inline-block;
  margin-top: 15px;
  color: #009a2e;
}
#infoTabContent .all-news:hover {
  text-decoration: underline;
}

.docs {
  padding: 24px 12px 12px 12px;
}
.docs h2 {
  font-family: "Myriad Pro";
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.docs__item {
  margin-bottom: 10px;
  color: #333333;
  text-decoration: none;
}
.docs__item:hover .docs__item-title {
  text-decoration: underline;
}
.docs__item-date {
  font-size: 10px;
  color: #909090;
  margin-bottom: 5px;
}

/*=============================================== FP-IMG-BLOCKS ==============================================*/
.fp-img-blocks__item {
  margin-right: -12px;
  margin-left: -12px;
  margin-top: 15px;
}

/*=============================================== FOOTER ==============================================*/
.footer__resources {
  margin-top: 50px;
}
.footer__resources-title {
  background: url("../img/footer_line_project.png") center center no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__resources h2 {
  font-family: "Myriad Pro";
  font-size: 20px;
  text-transform: uppercase;
  color: #333333;
  text-align: center;
  background: #f3f3f3;
  margin: 0;
  padding: 0 15px;
}
.footer__resources .footer__resources-grid {
  display: grid;
  padding-top: 15px;
  text-align: center;
  grid-gap: 15px;
}
@media screen and (min-width: 576px) {
  .footer__resources .footer__resources-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .footer__resources .footer__resources-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
.footer__resources .item-resource {
  margin-bottom: 25px;
  color: #333333;
  text-decoration: none;
  line-height: 1.2;
}

.footer__top {
  border-top: 2px solid #009a2e;
  margin: 15px 0 0;
  padding-bottom: 15px;
  background: #ffffff;
  text-align: center;
}
.footer__top-menu {
  display: flex;
  justify-content: center;
}
.footer__top-menu ul {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
}
.footer__top-menu ul li {
  padding: 5px 7px;
}
.footer__top-menu ul li:last-child {
  border-right: none;
}
.footer__top-menu ul li a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #4b4b4b;
  font-size: 11px;
  display: block;
}
@media screen and (min-width: 768px) {
  .footer__top-menu ul li {
    float: left;
    border-right: 1px solid #ccc;
  }
}

.footer__bottom {
  text-align: center;
  font-size: 10px;
  padding: 25px 15px;
}

/*=============================================== SIDEBAR ==============================================*/
.sidebar a {
  color: #333333;
  text-decoration: none;
}
.sidebar a:hover {
  text-decoration: underline;
}
.sidebar h2 {
  margin: 0;
  font-weight: bold;
}
.sidebar h2.h2-bordered::after {
  content: "";
  display: block;
  height: 2px;
  background: #009a2e;
  margin: 12px -12px 0 -12px;
}
.sidebar .widget.widget_block {
  list-style: none;
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 15px;
  margin-right: -12px;
  margin-left: -12px;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .sidebar .widget.widget_block {
    margin-left: 0;
  }
}

.search-block {
  margin-right: -12px;
  margin-bottom: 15px;
  margin-left: -12px;
}
@media screen and (min-width: 992px) {
  .search-block {
    margin-left: 0;
  }
}
.search-block input {
  padding: 6px 12px;
}
.search-block button {
  padding: 6px 12px;
}

/*=============================================== BREADCRUMB ==============================================*/
.breadcrumb {
  display: flex;
  align-items: center;
  font-size: 11px;
}
.breadcrumb a {
  color: #4b4b4b;
}

.search {
  margin-right: -12px;
  margin-bottom: 15px;
  margin-left: -12px;
}
@media screen and (min-width: 992px) {
  .search {
    margin-left: 0;
  }
}
.search input {
  padding: 6px 12px;
}
.search button {
  padding: 6px 12px;
}
.search .search-form {
  margin-right: -24px;
}
@media screen and (min-width: 992px) {
  .search .search-form {
    margin-right: -12px;
  }
}

@media screen and (min-width: 992px) {
  .content {
    margin-right: -12px !important;
  }
}

label {
  font-family: "Myriad Pro";
  font-size: 18px;
  font-weight: bold;
}

/*=============================================== LEFTBAR ==============================================*/
.leftbar {
  margin-left: -12px;
  margin-bottom: 12px;
}
.leftbar > div {
  margin-right: -24px;
}
@media screen and (min-width: 992px) {
  .leftbar > div {
    margin-right: 0;
  }
}
.leftbar h2 {
  font-family: "Myriad Pro";
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 15px 0;
  text-align: center;
}
.leftbar h2:after {
  content: "";
  display: block;
  height: 2px;
  margin: 15px -12px 0 -12px;
  background: #009a2e;
}
.leftbar a {
  color: #4b4b4b;
  display: block;
  padding-bottom: 5px;
  line-height: 1.2;
}
.leftbar a:hover {
  color: #009a2e;
}

/*==================================================== AFTER PUBLISHING STYLES =========================================================*/
.content-table td{
	padding: 5px;
	border: 1px solid #555;
}
.content-table td a{
	text-decoration: none;
}
.content-table td a:hover{
	text-decoration: underline;
}
.search.current-item{
    margin-bottom: 0;
}

/*# sourceMappingURL=main.css.map */
