@charset "UTF-8";
/*
Theme name: Szablon główny
Author: Ernest Fichtner
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i|Open+Sans:400,400i,700,700i,800,800i|Roboto:400,400i,700,700i,900,900i|Fira+Sans:400,500,700&amp;subset=latin-ext");
/*
font-family: 'Roboto', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Fira Sans', sans-serif;
*/
/*
Theme Name: Szablon główny
Author: Ernest Fichtner
Version: 1.0
*/
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 15px;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: #282828;
  overflow-x: hidden;
}
body.contrast-page {
  color: yellow;
  background-color: #000;
}

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

strong,
b {
  font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text,
.sr-only {
  color: black;
  background: white;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.sr-only:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

@media print {
  header,
footer,
aside,
.single-post__recommended,
.usefull-links,
.bottom__ferr,
.single-post__details__getprint,
.over-breadcrumb,
.usefull__section,
.partners__section,
.bottom__efs {
    display: none !important;
  }
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.container {
  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
}
.container:after, .container:before {
  content: "";
  display: none;
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1220px;
  }
}

.block_class {
  display: block !important;
}

.flex_class {
  display: flex !important;
  transform: translateX(0) scale(1) !important;
  transition: all 0.5s;
}

.rotate {
  transform: rotate(180deg);
}

.rotate270 {
  transform: rotate(270deg);
}

@-webkit-keyframes slideBottom {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@keyframes slideBottom {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(10px) rotate(180deg);
    transform: translateY(10px) rotate(180deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(180deg);
    transform: translateY(0) rotate(180deg);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(180deg);
    transform: translateY(10px) rotate(180deg);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(10px) rotate(180deg);
    transform: translateY(10px) rotate(180deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(180deg);
    transform: translateY(0) rotate(180deg);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(180deg);
    transform: translateY(10px) rotate(180deg);
  }
}
.header__home {
  border-bottom: 5px solid #fff500;
  top: 0;
  left: 0;
  z-index: 9;
  min-width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.header__home .container {
  position: relative;
}
@media (max-width: 1200px) {
  .header__home .container {
    max-width: 100%;
    width: 100%;
  }
}
.header__home .container .header {
  display: flex;
  z-index: 1;
}
.header__home .container .header__left {
  display: flex;
  min-width: 270px;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.header__home .container .header__left__desc {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 30px;
  max-width: 80px;
  letter-spacing: 1px;
  padding: 0 0 20px 20px;
  color: #fff;
}
.header__home .container .header__right {
  width: 100%;
}
.header__home .container .header__right__up {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  padding-top: 20px;
}
.header__home .container .header__right__up__weather a {
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  font-size: 1.3333333333rem;
}
.header__home .container .header__right__up__weather a i {
  margin-right: 5px;
}
.header__home .container .header__right__up__wcag {
  margin-left: 15px;
}
.header__home .container .header__right__up__wcag #decrease {
  margin-left: 15px;
}
.header__home .container .header__right__up__eboi {
  display: flex;
  margin-left: 15px;
}
.header__home .container .header__right__up__eboi a {
  text-decoration: none;
  color: #fff;
  font-size: 1.2rem;
  margin-left: 15px;
}
.header__home .container .header__right__up__social a {
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  margin-left: 10px;
}
.contrast-page .header__home .container .header__right__up__social .yt em {
  color: yellow;
}
.header__home .container .header__right__up__social .yt em::before {
  content: "";
}
.header__home .container .header__right__down {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 20px;
}
.header__home .container .header__right__down__search {
  background-color: #006100;
  color: #fff;
}
.header__home .container .header__right__down__search .search-button {
  padding: 5px 10px;
}
.header__home .container .header__right__down__search:hover {
  cursor: pointer;
}

.header__white {
  background-color: #fff;
}
.header__white .active-language {
  color: black !important;
}
.header__white div,
.header__white a,
.header__white li {
  color: #000 !important;
}
.header__white .bip a {
  color: #a81b20 !important;
  font-weight: 700;
}
.header__white .eboi a {
  color: #006100 !important;
  font-weight: 700;
}

.swiper-container {
  width: 100%;
  height: 630px;
  position: relative;
}
.swiper-container .swiper-wrapper .swiper-slide .relative-cont {
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-container .swiper-wrapper .swiper-slide .relative-cont figure {
  margin: 0;
  position: relative;
}
.swiper-container .swiper-wrapper .swiper-slide .relative-cont figure img {
  min-width: 100%;
  position: relative;
}
.swiper-container .swiper-wrapper .swiper-slide .relative-cont figure .over-con {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
}
.swiper-container .swiper-wrapper .swiper-slide .relative-cont figure .over-con .title-post-page {
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
  line-height: 60px;
  text-shadow: -1px 2px 4px rgba(92, 91, 91, 0.63);
}
.swiper-container .swiper-wrapper .swiper-slide .relative-cont figure .over-con .content-post-page {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  text-shadow: -1px 2px 19.32px rgba(92, 91, 91, 0.89);
  max-width: 340px;
  max-height: 120px;
  overflow: hidden;
}

.secondary__menu {
  border-top: 5px solid #fff;
  background-color: #006100;
}
.secondary__menu__cont {
  display: flex;
  flex-wrap: wrap;
}
.secondary__menu__cont ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding: 0;
}
.secondary__menu__cont li {
  display: flex;
  flex: 0 0 20%;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
}
.secondary__menu__cont li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s;
  color: #fff;
  font-weight: 700;
}
.secondary__menu__cont li a img {
  padding-right: 0 !important;
  transition: all 0.4s;
}
.secondary__menu__cont li a span {
  padding-left: 0 !important;
}
.secondary__menu__cont li a:hover {
  color: #000;
  filter: brightness(0%);
}

.sputnik-search-form {
  background-color: #006100;
  padding: 0 0 10px;
  margin-top: -75px;
  transition: margin-top 0.2s linear;
  visibility: hidden;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .sputnik-search-form {
    margin-top: -113px;
  }
}
@media screen and (max-width: 290px) {
  .sputnik-search-form {
    margin-top: -130px;
  }
}
.contrast-page .sputnik-search-form {
  background-color: #000;
}
.sputnik-search-form.active {
  margin-top: 0;
  visibility: visible;
  min-width: 100%;
}
.sputnik-search-form label {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 0.9333333333rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 5px 0 5px 15px;
  display: block;
}
@media screen and (max-width: 600px) {
  .sputnik-search-form label {
    padding: 0 20px;
  }
}
.contrast-page .sputnik-search-form label {
  color: yellow;
}
.sputnik-search-form__wrapper {
  margin: 0 15px;
}
.sputnik-search-form__wrapper .sputnik-search-form__row .sputnik-search-form__searchfield {
  min-width: 100%;
  padding: 0 5px;
}
.sputnik-search-form__wrapper .sputnik-search-form__parametrs {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 10px 0;
}
.sputnik-search-form__wrapper .sputnik-search-form__parametrs :nth-child(n) {
  margin-left: 10px;
}
.sputnik-search-form__wrapper .sputnik-search-form__parametrs .sputnik-search-form__row--hidden {
  display: none;
}
.sputnik-search-form__wrapper .sputnik-search-form__row__submit {
  display: flex;
  justify-content: flex-end;
}
.sputnik-search-form__wrapper .sputnik-search-form__row--category label {
  visibility: hidden;
}
.sputnik-search-form__wrapper .sputnik-search-form__row--cs label {
  visibility: hidden;
}
.sputnik-search-form__wrapper .sputnik-search-form__row--cs input[type=checkbox] {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.sputnik-search-form .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 15px;
}
@media screen and (max-width: 600px) {
  .sputnik-search-form .row {
    flex-direction: column;
    padding: 0 20px;
    align-items: stretch;
  }
}
.sputnik-search-form .row input[type=text] {
  padding: 10px;
  height: 46px;
  border: none;
  flex: 1;
  background: #fff;
  font-family: "Open Sans", sans-serif;
  color: #3d3c3c;
  font-size: 1.06666rem;
  min-height: 100%;
}
.contrast-page .sputnik-search-form .row input[type=text] {
  background-color: #000;
  color: yellow;
}
.sputnik-search-form .row input[type=submit] {
  background: #fff;
  border: none;
  flex: 0 0 192px;
  cursor: pointer;
  border-radius: 0;
  line-height: 46px;
  font-family: "Lato", sans-serif;
  color: #282828;
  font-size: 1.06666rem;
  font-weight: 400;
  text-transform: uppercase;
  min-height: 100%;
}
@media screen and (max-width: 600px) {
  .sputnik-search-form .row input[type=submit] {
    flex: 0 0 40px;
    margin-left: 0;
    margin-top: -11px;
  }
}
.contrast-page .sputnik-search-form .row input[type=submit] {
  background-color: #000;
  color: yellow;
}
.sputnik-search-form .row .dates {
  display: flex;
  padding: 0 20px;
}
.contrast-page .sputnik-search-form .row .dates input {
  background-color: #000;
}
.sputnik-search-form .row .dates .date_from {
  margin-right: 20px;
}

.main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.main__column {
  width: calc(33% - 20px);
}
.main__column h2 {
  margin-top: 0;
}
.main__column h2 a {
  color: #000;
}
@media screen and (max-width: 992px) {
  .main__column {
    width: calc(100% - 10px);
  }
}
.main__new .post__new__thumb a figure {
  height: 252px;
  width: 376px;
  max-width: 100%;
  overflow: hidden;
}
.main__new .post__new__thumb a figure img {
  max-height: 250px;
}
.main__new .post__new__content__title {
  font-weight: 700;
  line-height: 30px;
  color: #000;
  margin: 20px 0;
  font-size: 1.3333333333rem;
}
.main__new .post__new__content__cat {
  margin-bottom: 20px;
}
.main__new .post__new__content__cat__details {
  text-transform: uppercase;
  color: #006100;
}
.main__new .post__new__content__excerpt {
  line-height: 20px;
  max-height: 80px;
  overflow: hidden;
  margin-bottom: 20px;
}
.main__new .post__new__content__more {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 3px 20px 3px 0;
  background-color: #006100;
}
.main__new .post__new__content__more a {
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
}
.main__new .post__new__content__more a:hover {
  text-decoration: underline;
}
.main__newslist .nav-tabs {
  margin-bottom: 20px;
}
.main__newslist .nav-tabs li a {
  margin-right: 0;
  border: none;
}
.main__newslist .nav-tabs .active {
  color: #fff;
  background-color: #006100;
}
.main__newslist .nav-tabs .active a {
  color: #fff;
  background-color: #006100;
  border: none;
  margin-right: 0;
}
.main__newslist .nav-tabs .active a:hover {
  border: none;
  background-color: none;
}
.main__newslist .nav-tabs .active a[aria-expanded=true] {
  color: #fff;
  background-color: #006100;
  border: none;
}
.main__newslist .tab-content .tab-pane .post__item {
  display: flex;
  margin-bottom: 30px;
  transition: all 0.4s;
}
.main__newslist .tab-content .tab-pane .post__item:hover {
  background-color: #ebebeb;
}
.main__newslist .tab-content .tab-pane .post__item__left {
  margin-right: 20px;
}
.main__newslist .tab-content .tab-pane .post__item__left a figure {
  height: 100px;
  width: 130px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.main__newslist .tab-content .tab-pane .post__item__left a figure img {
  max-height: 100px;
}
.main__newslist .tab-content .tab-pane .post__item__right__cat a {
  color: #006100;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.main__newslist .tab-content .tab-pane .post__item__right__title {
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.main__newslist .tab-content .tab-pane .post__item__right__date {
  text-transform: uppercase;
  color: black;
  font-size: 0.8rem;
}
.main__helpful h2 {
  margin-bottom: 20px;
}
.main__helpful__services__cont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.main__helpful__services__cont__item {
  width: 180px;
  height: 60px;
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
  box-shadow: 0 0 5px #999;
  overflow: hidden;
  transition: all 0.4s;
}
.main__helpful__services__cont__item:hover {
  box-shadow: 0 0 12px #999;
}
.main__helpful__services__cont__item:hover img {
  transform: scale(1.2);
}
.main__helpful__services__cont__item__link {
  width: 180px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main__helpful__services__cont__item__link img {
  transition: all 0.4s;
}
.main__helpful__galeries {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main__helpful__galeries article {
  height: 120px;
  margin-bottom: 3px;
}
.main__helpful__galeries article figure {
  height: 120px;
  width: 120px;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.main__helpful__galeries article figure a:hover img {
  transform: scale(1.1);
}
.main__helpful__galeries article figure a img {
  flex: 1;
  transition: all 0.5s;
}

.events {
  margin-bottom: 50px;
}
.events__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.events__head h2 {
  margin-right: 20px;
  margin-bottom: 20px;
}
.events__head__line {
  width: 100%;
  height: 2px;
  background-color: #ccc;
}
.events .events__main {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .events .events__main {
    display: block;
  }
  .events .events__main .events-calendar {
    margin-left: 0;
    margin-top: 20px;
  }
}
.events .events__main .over__events__slider {
  flex: 1;
  position: relative;
  max-width: 800px;
  height: 350px;
}
@media (max-width: 1200px) {
  .events .events__main .over__events__slider {
    margin: 0 auto;
  }
}
.events .events__main #events-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.events .events__main #events-swiper #events-swiper-pagination {
  background-color: #006100;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
}
.events .events__main #events-swiper #events-swiper-pagination .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
}
.events .events__main #events-swiper #events-swiper-pagination .swiper-pagination-bullet-active {
  background: yellow;
}
.events .events__main #events__slider {
  display: flex;
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}
.events .events__main #events__slider li:hover figure .overlay {
  opacity: 1;
}
.events .events__main #events__slider li {
  width: auto;
}
.events .events__main #events__slider li figure {
  max-width: 800px;
  height: 300px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 568px) {
  .events .events__main #events__slider li figure {
    height: 200px;
  }
}
.events .events__main #events__slider li figure img {
  width: 100%;
  height: auto;
}
.events .events__main #events__slider li figure .default__img {
  height: auto;
}
.events .events__main #events__slider li figure .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.6);
}
.events .events__main #events__slider li figure .overlay .galeries__title {
  position: absolute;
  padding: 10px;
  top: 45%;
  left: 0;
  letter-spacing: 3px;
}
.events .events__main #events__slider li figure .overlay .galeries__title a {
  color: #fff;
  background-color: #006100;
  text-decoration: none;
  padding: 5px;
}
.events .events__main #events__slider li figure .overlay .galeries__title a:hover {
  background-color: #002e00;
}
.events .events__main #events__slider li figure .overlay .events__date {
  position: absolute;
  padding: 10px;
  top: 65%;
  left: 0;
  letter-spacing: 3px;
}
.events .events__main #events__slider li figure .overlay .events__date a {
  color: #fff;
  background-color: #006100;
  text-decoration: none;
  padding: 5px;
}
.events .events__main #events__slider li figure .overlay .events__date a:hover {
  background-color: #002e00;
}
.events .events__main #events__slider li figure:hover .galeries__title {
  opacity: 1;
}
.events .events__main .events-calendar {
  margin-right: 20px;
  flex: 1;
}
@media screen and (max-width: 1200px) {
  .events .events__main .events-calendar {
    margin-left: 0;
  }
}
.events .events__main .over-calendar {
  max-width: 400px;
}
.events .events__main #new-calendar-widget {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1200px) {
  .events .events__main #new-calendar-widget {
    flex-direction: row;
    justify-content: center;
  }
}
.events .events__main #new-calendar-widget .more-cont {
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
}
.contrast-page .events .events__main #new-calendar-widget .more-cont .more {
  color: yellow;
}
.events .events__main #new-calendar-widget .month-year {
  display: flex;
  justify-content: center;
}
.events .events__main #new-calendar-widget .months {
  display: flex;
  align-items: center;
  font-size: 1.0666666667rem;
  font-weight: 700;
  background-color: #002e00;
  color: #fff;
  justify-content: center;
  padding: 10px 0;
  position: relative;
  height: 40px;
}
.contrast-page .events .events__main #new-calendar-widget .months {
  background-color: #000;
}
.events .events__main #new-calendar-widget .months .months-cal {
  position: relative;
  width: 100%;
  justify-content: center;
  display: flex;
}
.events .events__main #new-calendar-widget .months .months-cal #prev {
  left: 10px;
  position: absolute;
  transform: rotate(180deg);
  background-color: #fff;
  color: #006100;
  padding: 5px;
}
.events .events__main #new-calendar-widget .months .months-cal #next {
  right: 10px;
  position: absolute;
  background-color: #fff;
  color: #006100;
  padding: 5px;
}
.events .events__main #new-calendar-widget .months .year-cal {
  max-width: 75px;
  display: flex;
  margin-left: 25px;
}
.events .events__main #new-calendar-widget .months .other-month {
  font-size: 1.14rem;
  display: none;
}
.events .events__main #new-calendar-widget .months .carets {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 21px;
  width: 100%;
  align-items: flex-end;
  margin-left: 10px;
  position: absolute;
  bottom: 10px;
}
.events .events__main #new-calendar-widget .months .carets #prev {
  top: 10px;
  left: 0;
  position: absolute;
}
.events .events__main #new-calendar-widget .months .carets #next {
  top: 10px;
  right: 0;
  position: absolute;
}
.events .events__main #new-calendar-widget .months .direction {
  font-size: 15px;
  cursor: pointer;
  margin: 0;
  display: flex;
  align-items: center;
}
.events .events__main #new-calendar-widget .year {
  color: #fff;
  font-size: 0.9333333333rem;
  height: 30px;
  width: 105px;
  background-color: #010f21;
  display: flex;
  margin-top: 10px;
}
.events .events__main #new-calendar-widget .calendar-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
}
.events .events__main #new-calendar-widget .calendar-row div {
  text-align: center;
  line-height: 18px;
  padding: 10px 0;
}
.events .events__main #new-calendar-widget .calendar-row div a {
  display: flex;
  justify-content: center;
  text-align: center;
}
.events .events__main #new-calendar-widget .calendar-head {
  display: flex;
  border-bottom: 2px solid #ebebeb;
}
.events .events__main #new-calendar-widget .calendar-head .single-head {
  font-size: 0.9333333333rem;
  margin-top: -1px;
  width: 14.2857142857%;
  padding-top: 10px;
}
.contrast-page .events .events__main #new-calendar-widget .calendar-head .single-head {
  background-color: yellow;
}
.events .events__main #new-calendar-widget .calendar-head .single-head a {
  display: flex;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  color: #000;
}
.contrast-page .events .events__main #new-calendar-widget .calendar-head .single-head a {
  color: #000;
}
.events .events__main #new-calendar-widget .calendar-row .single-cell {
  font-size: 0.9333333333rem;
  width: 14.2857142857%;
  font-weight: 400;
  border-bottom: 2px solid #ebebeb;
}
.contrast-page .events .events__main #new-calendar-widget .calendar-row .single-cell {
  background-color: #000;
}
.events .events__main #new-calendar-widget .calendar-row .single-cell.prev-days {
  background: #a0a0a0;
  color: black;
}
.contrast-page .events .events__main #new-calendar-widget .calendar-row .single-cell.prev-days {
  color: yellow;
}
.contrast-page .events .events__main #new-calendar-widget .calendar-row .single-cell.prev-days {
  background-color: #1a1a1a;
}
.events .events__main #new-calendar-widget .calendar-row .single-cell.actual-day {
  font-weight: 900;
}
.events .events__main #new-calendar-widget .calendar-row .single-cell.with-event {
  position: relative;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
.events .events__main #new-calendar-widget .calendar-row .single-cell.with-event span {
  font-weight: 400;
  font-size: 8px;
  color: #fff;
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0.5px;
}
.events .events__main #new-calendar-widget .calendar-row .single-cell.with-event .events-iter {
  position: absolute;
  top: -10px;
  right: 0;
  border: 2px solid #006100;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  animation: pulseEvents 2s infinite;
}
.events .events__main #new-calendar-widget .calendar-row .single-cell.with-event .events-iter:hover {
  border: 2px solid #fff;
}
@keyframes pulseEvents {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(238, 45, 62, 0.4);
    box-shadow: 0 0 0 0 rgba(238, 45, 62, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(238, 45, 62, 0);
    box-shadow: 0 0 0 10px rgba(238, 45, 62, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(238, 45, 62, 0);
    box-shadow: 0 0 0 0 rgba(238, 45, 62, 0);
  }
}
.events .events__main #new-calendar-widget .calendar-row .single-cell.with-event a {
  border-radius: 5px;
  background-color: #006100;
  color: #fff;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.events .events__main #new-calendar-widget .calendar-row .single-cell.with-event a:hover {
  font-weight: 700;
}
.contrast-page .events .events__main #new-calendar-widget .calendar-row .single-cell.with-event a {
  color: #000;
  background-color: yellow;
}
.events .events__main #new-calendar-widget .calendar-row .single-cell a {
  cursor: pointer;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #000;
}
.contrast-page .events .events__main #new-calendar-widget .calendar-row .single-cell a {
  color: yellow;
}
.events .events__main #new-calendar-widget .calendar-row .single-cell a:hover {
  text-decoration: underline;
}
.events .events__main #new-calendar-widget .single-head.third-week {
  display: none;
}
.events .events__main #new-calendar-widget .single-head.second-week {
  display: none;
}
.events .events__main #new-calendar-widget .title-event-calendar {
  font-size: 1.14rem;
  color: #8b1113;
}
.contrast-page .events .events__main #new-calendar-widget {
  color: yellow;
  background-color: #000;
}
.events .events__main .events-container {
  margin-top: 25px;
}
.events .events__main .events-container article {
  height: 68px;
  margin-bottom: 15px;
}
.events .events__main .events-container article a {
  display: flex;
  justify-content: space-between;
}
.events .events__main .events-container article a figure {
  height: 100%;
  margin: 0;
  flex: 0 0 109px;
  max-width: 109px;
  margin-right: 10px;
}
.events .events__main .events-container article a figure img {
  width: 100%;
  height: 100%;
}
.events .events__main .events-container article a .title-content {
  flex: 1;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.events .events__main .events-container article a .title-content h3 {
  max-height: 42px;
  font-size: 0.7333333333rem;
  font-weight: 700;
  line-height: 14px;
  margin-top: 0;
  margin-bottom: 8px;
  overflow: hidden;
}
.events .events__main .events-container article a .title-content .bottom {
  color: #88888a;
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 10px;
}
.contrast-page .events .events__main .events-container article a .title-content .bottom {
  color: yellow;
}
.events .events__main .events-container article a .title-content .bottom svg,
.events .events__main .events-container article a .title-content .bottom .i {
  font-weight: 700;
  margin-right: 5px;
}
.events .events__main .events-container article a .title-content .bottom .i {
  margin-left: 20px;
}
.events .events-container {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.events .events-container .articles {
  margin-right: 20px;
}
.events .events-container figure {
  max-height: 220px;
}
.events .events-container .content a {
  color: #282828;
  text-decoration: none;
}
.events .events-container .content a:hover {
  color: #006100;
}
.events .events-container .content a h3 {
  margin-bottom: 5px;
}
.events .events-container .content .details {
  margin-bottom: 5px;
}
.events .events-container .content .details em {
  margin-right: 5px;
}
.events .events-container .content .bottom {
  font-size: 0.8rem;
}
.events .events-container .content .bottom em {
  margin-right: 5px;
}

.tps::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "";
}

.fa-window-close {
  display: none;
}

.search-bg {
  background-color: #006100;
  color: #006100;
  transition: 0.3s all;
}
.search-bg span {
  padding: 1px 10px 1px 85px;
}
.search-bg span .fa-window-close {
  color: #fff;
  font-size: 22px;
  display: flex;
  justify-content: flex-end;
}

.ss-container {
  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
}

.ss-articles-list .search-result-bar {
  margin: 10px 0;
}
.ss-articles-list .search-result-bar div {
  margin: 5px 0;
}
.ss-articles-list .search-result-bar lable {
  margin-right: 5px;
}
.ss-articles-list .ss-pagination {
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
}
.ss-articles-list .ss-pagination .disabled {
  background-color: darkgrey !important;
  pointer-events: none;
}
.ss-articles-list .ss-pagination .disabled a {
  color: #fff !important;
}
.ss-articles-list .ss-pagination .selected {
  background-color: #006100 !important;
}
.ss-articles-list .ss-pagination .selected a {
  color: #fff !important;
}
.ss-articles-list .ss-pagination .ss-pagination__number {
  margin: 0 3px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  width: 25px;
  background-color: #fff;
  border: 1px solid #006100;
}
.ss-articles-list .ss-pagination .ss-pagination__number a {
  color: #006100;
  width: 100%;
  display: flex;
  justify-content: center;
}
.ss-articles-list .ss-pagination .ss-pagination__number:hover {
  cursor: pointer;
}
.ss-articles-list .ss-article:hover {
  text-decoration: none;
}
.ss-articles-list .ss-article__wrapper {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-bottom: 20px;
}
.ss-articles-list .ss-article__wrapper:hover .ss-article__thumbnail {
  overflow: hidden;
}
.ss-articles-list .ss-article__wrapper:hover .ss-article__thumbnail img {
  transform: scale(1.1);
}
.ss-articles-list .ss-article__wrapper .ss-article__thumbnail {
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
}
.ss-articles-list .ss-article__wrapper .ss-article__thumbnail img {
  transition: all 0.4s;
}
.ss-articles-list .ss-article__wrapper .ss-article__content {
  padding: 0 20px;
  background-color: #ebebeb;
  transition: all 0.4s;
  border-right: 3px solid #006100;
}
.ss-articles-list .ss-article__wrapper .ss-article__content .content-post-on-list {
  color: #000;
}
.ss-articles-list .ss-article__wrapper .ss-article__content .ss-article__footer {
  display: flex;
  justify-content: flex-end;
}
.ss-articles-list .ss-article__wrapper .ss-article__content .ss-article__footer a {
  font-weight: 700;
}
.contrast-page .ss-articles-list .ss-article__wrapper .ss-article__content {
  background-color: #000;
}
.contrast-page .ss-articles-list .ss-article__wrapper .ss-article__content:hover {
  background-color: #000;
}
.ss-articles-list .ss-article__wrapper .ss-article__content:hover {
  background-color: #dedede;
}
.ss-articles-list .ss-article__wrapper .ss-article__content h5 {
  color: #000;
  font-size: 1.2rem;
  border-bottom: 1px solid #006100;
  display: inline-block;
}
.contrast-page .ss-articles-list .ss-article__wrapper .ss-article__content h5 {
  color: yellow;
}
.ss-articles-list .ss-article__wrapper .ss-article__content .content {
  color: #000;
  padding: 10px 0;
}
.contrast-page .ss-articles-list .ss-article__wrapper .ss-article__content .content {
  color: yellow;
}
.ss-articles-list .ss-article__wrapper .ss-article__content .left {
  color: #000;
}
.contrast-page .ss-articles-list .ss-article__wrapper .ss-article__content .left {
  color: yellow;
}
.ss-articles-list .ss-article__wrapper .ss-article__content .left .date i {
  margin-right: 5px;
}
.ss-articles-list .ss-article__wrapper .ss-article__content .left .date span {
  margin-left: 5px;
}
.ss-articles-list .ss-article__wrapper .ss-article__content .left .more {
  display: flex;
  justify-content: flex-end;
}

.search-page .section-title h1 {
  background-color: #006100;
  padding: 10px 5px;
  color: #fff;
}
.constrast-page .search-page .section-title h1 {
  background-color: #000;
}
.search-page .section-title h1 span {
  text-decoration: underline;
}
.search-page .archive-section .archive-list {
  flex: 0 1 calc(100% - 290px);
}
.search-page .archive-section .archive-list > a {
  text-decoration: none;
  color: #282828;
  display: block;
  margin-bottom: 20px;
}
.search-page .archive-section .archive-list > a article {
  background-color: #ebebeb;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.3s;
}
.search-page .archive-section .archive-list > a article:hover {
  background-color: #006100;
  color: #fff;
}
.search-page .archive-section .archive-list > a article:hover .right-result {
  border-color: #fff;
}
.search-page .archive-section .archive-list > a article:hover .right-result .more {
  background-color: #fff;
  color: #006100;
}
.search-page .archive-section .archive-list > a article .left-result {
  align-self: flex-start;
  padding: 12px 20px;
  -ms-flex: 1;
  flex: 1;
}
.search-page .archive-section .archive-list > a article .right-result {
  flex: 0 0 200px;
  padding: 2px 25px;
  border-left: 2px solid #006100;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 115px;
}
.search-page .archive-section .archive-list > a article .right-result .date {
  font-size: 0.8rem;
}
.search-page .archive-section .archive-list > a article .right-result .date span {
  display: block;
}
.search-page .archive-section .archive-list > a article .right-result .more {
  background-color: #006100;
  color: #fff;
  font-size: 0.8rem;
  padding: 5px 10px;
}

.logo {
  max-width: 388px;
}
.logo img {
  max-width: 388px;
}
@media screen and (max-width: 768px) {
  .logo {
    margin-left: 0;
  }
}

.breadcrumb {
  font-size: 0.8rem;
  font-weight: 700;
  background-color: #006100;
  color: #282828;
  padding: 5px;
}
.contrast-page .breadcrumb {
  color: #000;
  background-color: yellow;
}
.breadcrumb span {
  text-transform: uppercase;
}
.breadcrumb a {
  text-decoration: none;
  color: #282828;
}

.e-system__details {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.e-system__details-item {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.e-system__details-item i {
  color: #0093dd;
  margin-right: 3px;
  font-size: 0.8rem;
}
.contrast-page .e-system__details-item i {
  color: yellow;
}
.e-system__details-text {
  font-size: 0.8rem;
  color: #282828;
}
.contrast-page .e-system__details-text {
  color: yellow;
}
.e-system__details-label {
  font-size: 0.8rem;
  color: #0093dd;
  margin-right: 3px;
}
.contrast-page .e-system__details-label {
  color: yellow;
}

.styledSelect,
ul.options {
  display: none !important;
}

.cloud {
  color: #0093dd;
}
.contrast-page .cloud {
  color: yellow;
}

.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.row + .row {
  margin-top: 15px;
}
.row .item-3-5 {
  flex: 0 0 calc(60% - 10px);
}
.row .item-2-5 {
  flex: 0 0 calc(40% - 10px);
}
.row .item-4-5 {
  flex: 0 0 calc(80% - 10px);
}
.row .item-1-5 {
  flex: 0 0 calc(20% - 10px);
}
.row .item-1 {
  flex: 0 0 100%;
}
.row .input {
  display: flex;
  flex-direction: column;
}
.row .input label {
  color: #282828;
  font-size: 0.9333333333rem;
  margin-bottom: 3px;
  font-weight: 700;
}
.contrast-page .row .input label {
  color: yellow;
}
.row .input input,
.row .input select,
.row .input textarea {
  border: 1px solid #ddd;
  color: #282828;
  padding: 0 10px;
  font-size: 0.8rem;
  -webkit-appearance: none;
  background: none;
  border-radius: 0;
}
.contrast-page .row .input input,
.contrast-page .row .input select,
.contrast-page .row .input textarea {
  color: yellow;
  border-color: yellow;
}
.row .input input,
.row .input select {
  height: 30px;
  line-height: 30px;
}
.row .input textarea {
  padding-top: 5px;
  padding-bottom: 5px;
}
.row input[type=submit] {
  background-color: #0093dd;
  color: #fff;
  font-size: 1.3333333333rem;
  line-height: 35px;
  padding: 0 15px;
  text-transform: uppercase;
}
.contrast-page .row input[type=submit] {
  color: #000;
  background-color: yellow;
}
.row .row-submit {
  line-height: 28px !important;
}
.row .file-button input {
  display: none;
}
.row .file-button .inside-container2 {
  width: 80px;
  color: #fff;
  background-color: #0093dd;
  display: flex;
  font-size: 0.6666666667rem;
  padding: 5px;
  cursor: pointer;
}
.contrast-page .row .file-button .inside-container2 {
  color: #000;
  background-color: yellow;
}
.row .file-button .inside-container2 i {
  font-size: 30px;
  margin-right: 3px;
}

.preview-image-container2 {
  display: flex;
  align-items: center;
}

.file-name {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.file-name i {
  color: #0093dd;
  font-size: 22px;
}
.contrast-page .file-name i {
  color: yellow;
}
.file-name__label {
  font-size: 0.8rem;
  margin: 0 5px;
}
.file-name .text {
  font-size: 0.8rem;
  color: #0093dd;
}
.contrast-page .file-name .text {
  color: yellow;
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999999;
  border-top: 0;
  margin: 0 auto;
  background-color: #fff;
  transition: all 0.5s;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  margin-top: 0 !important;
  animation: slide-down 0.7s;
  opacity: 0.9;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 0.95;
    transform: translateY(0);
  }
}
@keyframes showing {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.container-boxes {
  position: relative;
}
.container-boxes .boxes {
  display: flex;
  justify-content: space-between;
  top: -69px;
  left: 0;
  right: 0;
  z-index: 1;
  color: #fff;
  position: absolute;
  transition: all 0.7s ease;
}
@media screen and (max-width: 1024px) {
  .container-boxes .boxes {
    position: relative;
    flex-wrap: wrap;
    top: 0;
  }
}
.container-boxes .boxes > :nth-child(1) {
  background-color: #9fbe3b;
  box-shadow: 0px 1px 12.09px 0.91px rgba(94, 94, 94, 0.21);
}
.contrast-page .container-boxes .boxes > :nth-child(1) {
  background-color: yellow;
}
.contrast-page .container-boxes .boxes > :nth-child(1) a {
  color: #000;
}
.container-boxes .boxes > :nth-child(1):hover {
  background-color: #7e972f;
}
.contrast-page .container-boxes .boxes > :nth-child(1):hover {
  background-color: yellow;
}
.container-boxes .boxes > :nth-child(1):hover a {
  text-decoration: underline;
}
.container-boxes .boxes > :nth-child(2) {
  background-color: #0095d5;
  box-shadow: 0px 1px 12.09px 0.91px rgba(94, 94, 94, 0.21);
}
.contrast-page .container-boxes .boxes > :nth-child(2) {
  background-color: yellow;
}
.contrast-page .container-boxes .boxes > :nth-child(2) a {
  color: #000;
}
.container-boxes .boxes > :nth-child(2):hover {
  background-color: #0071a2;
}
.contrast-page .container-boxes .boxes > :nth-child(2):hover {
  background-color: yellow;
}
.container-boxes .boxes > :nth-child(2):hover a {
  text-decoration: underline;
}
.container-boxes .boxes > :nth-child(3) {
  background-color: #898989;
  box-shadow: 0px 1px 12.09px 0.91px rgba(94, 94, 94, 0.21);
}
.contrast-page .container-boxes .boxes > :nth-child(3) {
  background-color: yellow;
}
.contrast-page .container-boxes .boxes > :nth-child(3) a {
  color: #000;
}
.container-boxes .boxes > :nth-child(3):hover {
  background-color: #707070;
}
.contrast-page .container-boxes .boxes > :nth-child(3):hover {
  background-color: yellow;
}
.container-boxes .boxes > :nth-child(3):hover a {
  text-decoration: underline;
}
.container-boxes .boxes > :nth-child(4) {
  background-color: #f26631;
  box-shadow: 0px 1px 12.09px 0.91px rgba(94, 94, 94, 0.21);
}
.contrast-page .container-boxes .boxes > :nth-child(4) {
  background-color: yellow;
}
.contrast-page .container-boxes .boxes > :nth-child(4) a {
  color: #000;
}
.container-boxes .boxes > :nth-child(4) a {
  max-width: 70%;
  text-align: center;
}
.container-boxes .boxes > :nth-child(4):hover {
  background-color: #e2480e;
}
.contrast-page .container-boxes .boxes > :nth-child(4):hover {
  background-color: yellow;
}
.container-boxes .boxes > :nth-child(4):hover a {
  text-decoration: underline;
}
.container-boxes .boxes .menu-item {
  width: 280px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 1s ease;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .container-boxes .boxes .menu-item {
    min-width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .container-boxes .boxes .menu-item {
    min-width: 100%;
  }
}
.container-boxes .boxes .menu-item::after {
  transition: all 2s;
  opacity: 0;
}
.container-boxes .boxes .menu-item:hover::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: transparent transparent transparent #fff;
  transition: all 3s;
  z-index: 9;
  opacity: 1;
  animation: showing 1s forwards;
}
.container-boxes .boxes .menu-item:hover::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #fff transparent transparent;
  transition: all 3s;
  z-index: 9;
  opacity: 1;
  animation: showing 1s forwards;
}
.container-boxes .boxes .menu-item:focus::after, .container-boxes .boxes .menu-item:focus::before {
  animation: showing 1s forwards;
}
.container-boxes .boxes .menu-item span {
  display: none;
  transition: all 1s;
}
.container-boxes .boxes .menu-item a {
  text-decoration: none;
  color: #fff;
  font-size: 1.2rem;
  transition: all 0.4s ease;
  text-transform: uppercase;
}

.news__section {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 736px) {
  .news__section {
    display: block;
  }
}
.contrast-page .news__section {
  background-color: #000;
}
.news__section__left {
  flex: 1;
  padding-right: 25px;
  overflow: hidden;
}
@media screen and (max-width: 736px) {
  .news__section__left {
    padding-right: 0;
  }
}
.news__section__left__important .news__slider2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.news__section__left__important .news__slider2 .column {
  align-items: center;
  margin-right: 25px;
  width: calc(50% - 12.5px);
  min-width: 400px;
}
@media screen and (max-width: 1179px) {
  .news__section__left__important .news__slider2 .column {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .news__section__left__important .news__slider2 .column {
    min-width: auto;
  }
}
.news__section__left__important .news__slider2 .column:last-of-type {
  margin-right: 0;
}
.news__section__left__important .news__slider2 .column .mock-item figure {
  background-color: #006100 !important;
  display: flex;
  justify-content: center;
}
.news__section__left__important .news__slider2 .column .mock-item figure img {
  width: initial !important;
  height: initial !important;
  filter: grayscale(100%);
}
.news__section__left__important .news__slider2 .column .item {
  width: 100%;
  margin-bottom: 25px;
  display: block;
  background-color: #fff;
  position: relative;
}
.news__section__left__important .news__slider2 .column .item figure {
  height: 300px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.news__section__left__important .news__slider2 .column .item figure img {
  height: 100%;
  max-width: inherit;
  transition: transform 0.8s ease;
}
@media screen and (max-width: 1179px) {
  .news__section__left__important .news__slider2 .column .item figure img {
    height: auto;
    width: 100%;
  }
}
.news__section__left__important .news__slider2 .column .item figure .over-img {
  position: absolute;
  height: 40%;
  width: 100%;
  background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0));
  bottom: 0;
}
.news__section__left__important .news__slider2 .column .item .title a {
  font-size: 1.4666666667rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
  font-weight: 600;
  line-height: 30px;
  text-shadow: -1px 2px 4px rgba(92, 91, 91, 0.63);
  position: absolute;
  bottom: 75px;
  left: 25px;
  max-width: 320px;
  text-decoration: none;
  max-height: 60px;
  min-height: 60px;
}
.news__section__left__important .news__slider2 .column .item .date__category {
  display: flex;
  font-size: 0.7333333333rem;
  text-transform: uppercase;
  position: absolute;
  left: 25px;
  bottom: 15px;
  color: #fff;
}
.news__section__left__important .news__slider2 .column .item .date__category .date {
  margin-right: 10px;
}
.news__section__left__important .news__slider2 .column .item .date__category .category {
  margin-left: 10px;
}
.news__section__left__important .news__slider2 .column .item .date__category .category a {
  color: #fff;
  text-decoration: none;
}
.news__section__left__important .news__slider2 .column .item .date__category .category a:hover {
  text-decoration: underline;
  color: #006100;
}
.news__section__left__important .news__slider2 .column .item .content {
  font-size: 0.8rem;
  color: #989898;
  line-height: 16px;
  max-height: 80px;
  overflow: hidden;
  margin: 10px 0;
}
.news__section__left__important .news__slider2 .column .item .more {
  text-decoration: none;
  color: #fff;
  background-color: #006100;
  font-size: 0.8rem;
  padding: 3px 8px;
  transition: all 0.4s;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.news__section__left__important .news__slider2 .column .item .more:hover {
  cursor: pointer;
  background-color: #002e00;
}
.news__section__left__important .news__slider2 .column .item:hover figure img {
  transform: scale(1.1);
  transition: transform 0.8s ease;
}
.news__section__left__important .news__slider2 .column .item:hover .see-more {
  transform: translateY(-95px);
  visibility: visible;
  opacity: 1;
  font-size: 0.8rem;
  max-height: 95px;
}
.news__section__left__important .news__slider2 .column .item .see-more {
  position: absolute;
  visibility: hidden;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: transform 1s, visibility 0s, opacity 0.5s linear;
  padding: 3px 10px;
  overflow: hidden;
}
.news__section__left__bottom .news__slider2 {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1179px) {
  .news__section__left__bottom .news__slider2 {
    flex-wrap: wrap;
  }
}
.news__section__left__bottom .news__slider2 .column {
  width: calc(50% - 12.5px);
}
@media screen and (max-width: 1179px) {
  .news__section__left__bottom .news__slider2 .column {
    width: 100%;
  }
}
.news__section__left__bottom .news__slider2 .column .item {
  width: 100%;
  margin-bottom: 25px;
  display: flex;
  border-bottom: 2px solid #ebebeb;
}
.contrast-page .news__section__left__bottom .news__slider2 .column .item {
  border-bottom: 2px solid yellow;
}
.news__section__left__bottom .news__slider2 .column .item figure {
  width: 115px;
  height: 75px;
  margin: 0 15px 15px 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.news__section__left__bottom .news__slider2 .column .item figure img {
  width: 100%;
  height: 100%;
}
.news__section__left__bottom .news__slider2 .column .item .item-right {
  flex: 1;
}
.news__section__left__bottom .news__slider2 .column .item .item-right .title {
  color: #282828;
  font-size: 1.0666666667rem;
  font-weight: 700;
  margin-top: 0;
  line-height: 25px;
  min-height: 42px;
  max-height: 48px;
  overflow: hidden;
  text-decoration: none;
}
.contrast-page .news__section__left__bottom .news__slider2 .column .item .item-right .title {
  color: yellow;
}
.news__section__left__bottom .news__slider2 .column .item .item-right .title a {
  text-decoration: none;
  color: #282828;
}
.contrast-page .news__section__left__bottom .news__slider2 .column .item .item-right .title a {
  color: yellow;
}
.news__section__left__bottom .news__slider2 .column .item .item-right .title a:hover {
  text-decoration: underline;
}
.news__section__left__bottom .news__slider2 .column .item .item-right .date__category {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  align-items: center;
}
.news__section__left__bottom .news__slider2 .column .item .item-right .date__category__bottom {
  display: flex;
  align-items: center;
}
.news__section__left__bottom .news__slider2 .column .item .item-right .date__category__bottom .date {
  color: black;
  margin-right: 5px;
}
.contrast-page .news__section__left__bottom .news__slider2 .column .item .item-right .date__category__bottom .date {
  color: yellow;
}
.news__section__left__bottom .news__slider2 .column .item .item-right .date__category__bottom .category a {
  color: #0093dd;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 5px;
}
.contrast-page .news__section__left__bottom .news__slider2 .column .item .item-right .date__category__bottom .category a {
  color: yellow;
}
.news__section__left__bottom .news__slider2 .column .item .item-right .date__category__bottom .category a:hover {
  text-decoration: underline;
}
.news__section__left__bottom .news__slider2 .column .item .item-right .date__category .more__bottom {
  display: flex;
  margin-left: 10px;
  width: 100%;
  justify-content: flex-end;
  max-width: 87px;
}
@media screen and (max-width: 600px) {
  .news__section__left__bottom .news__slider2 .column .item .item-right .date__category .more__bottom {
    display: none;
  }
}
.news__section__left__bottom .news__slider2 .column .item .item-right .date__category .more__bottom a {
  color: #fff;
  background-color: #006100;
  padding: 3px 5px;
  text-decoration: none;
}
.contrast-page .news__section__left__bottom .news__slider2 .column .item .item-right .date__category .more__bottom a {
  color: #000;
  background-color: yellow;
}
.news__section__left__bottom .news__slider2 .column .item .item-right .date__category .more__bottom a:hover {
  text-decoration: underline;
}
.news__section__right {
  flex: 0 300px;
  overflow: hidden;
}
.news__section__right > :nth-child(1) {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.news__section__right > :nth-child(1) figure {
  margin: 0;
  width: 100%;
  height: 240px;
}
@media screen and (max-width: 736px) {
  .news__section__right > :nth-child(1) figure {
    display: flex;
    align-items: center;
  }
}
.news__section__right > :nth-child(1) figure img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 736px) {
  .news__section__right > :nth-child(1) figure img {
    height: auto;
  }
}
.news__section__right > :nth-child(1) .item-right {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
}
.news__section__right > :nth-child(1) .item-right .title {
  font-size: 1.0666666667rem;
  font-weight: 600;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  text-shadow: -1px 2px 4px rgba(92, 91, 91, 0.63);
  margin-left: 20px;
}
.news__section__right > :nth-child(1) .item-right .title a {
  color: #fff;
  text-decoration: none;
}
.news__section__right > :nth-child(1) .item-right .title a:hover {
  text-decoration: underline;
}
.news__section__right > :nth-child(1) .item-right .date__category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 20px;
}
.news__section__right > :nth-child(1) .item-right .date__category__bottom {
  display: flex;
  font-size: 0.7333333333rem;
  margin-bottom: 9px;
}
.news__section__right > :nth-child(1) .item-right .date__category__bottom a {
  color: #fff;
  text-decoration: none;
}
.news__section__right > :nth-child(1) .item-right .date__category__bottom a:hover {
  text-decoration: underline;
}
.news__section__right > :nth-child(1) .item-right .date__category__bottom .date {
  margin-right: 5px;
}
.news__section__right > :nth-child(1) .item-right .date__category__bottom .category {
  margin-left: 5px;
  text-transform: uppercase;
}
.news__section__right > :nth-child(1) .item-right .date__category .more__bottom a {
  color: #fff;
  text-decoration: none;
  background-color: #006100;
  padding: 3px;
  font-size: 0.7333333333rem;
}
.news__section__right > :nth-child(1) .item-right .date__category .more__bottom a:hover {
  text-decoration: underline;
}
.news__section__right > :nth-child(n+2):nth-child(-n+4) {
  display: flex;
  margin-bottom: 10px;
  border-bottom: 2px solid #ebebeb;
}
.news__section__right > :nth-child(n+2):nth-child(-n+4) figure {
  margin: 0 15px 15px 0;
  width: 100px;
  height: 70px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.news__section__right > :nth-child(n+2):nth-child(-n+4) figure img {
  width: 100%;
  height: auto;
}
.news__section__right > :nth-child(n+2):nth-child(-n+4) .item-right {
  flex: 1;
}
.news__section__right > :nth-child(n+2):nth-child(-n+4) .item-right .title {
  margin: 0;
  line-height: 16px;
  max-height: 58px;
  overflow: hidden;
  min-height: 58px;
}
.news__section__right > :nth-child(n+2):nth-child(-n+4) .item-right .title a {
  font-size: 0.9333333333rem;
  margin-top: 0;
  text-decoration: none;
  color: #282828;
}
.contrast-page .news__section__right > :nth-child(n+2):nth-child(-n+4) .item-right .title a {
  color: yellow;
}
.news__section__right > :nth-child(n+2):nth-child(-n+4) .item-right .title a:hover {
  text-decoration: underline;
}
.news__section__right > :nth-child(n+2):nth-child(-n+4) .item-right .date__category {
  display: flex;
  font-size: 0.7333333333rem;
}
.news__section__right > :nth-child(n+2):nth-child(-n+4) .item-right .date__category__bottom {
  display: flex;
}
.news__section__right > :nth-child(n+2):nth-child(-n+4) .item-right .date__category__bottom .date {
  margin-right: 5px;
}
.news__section__right > :nth-child(n+2):nth-child(-n+4) .item-right .date__category__bottom .category {
  margin-left: 5px;
}
.news__section__right > :nth-child(n+2):nth-child(-n+4) .item-right .date__category__bottom .category a {
  color: #0093dd;
  text-decoration: none;
  text-transform: uppercase;
}
.contrast-page .news__section__right > :nth-child(n+2):nth-child(-n+4) .item-right .date__category__bottom .category a {
  color: yellow;
}
.news__section__right > :nth-child(n+2):nth-child(-n+4) .item-right .date__category__bottom .category a:hover {
  text-decoration: underline;
}
.news__section__right > :nth-child(n+2):nth-child(-n+4) .item-right .date__category .more__bottom {
  display: none;
}
.news__section__right > :nth-child(5) {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.news__section__right > :nth-child(5) figure {
  margin: 0;
  width: 100%;
  height: 307px;
}
@media screen and (max-width: 736px) {
  .news__section__right > :nth-child(5) figure {
    display: flex;
    align-items: center;
  }
}
.news__section__right > :nth-child(5) figure img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 736px) {
  .news__section__right > :nth-child(5) figure img {
    height: auto;
  }
}
.news__section__right > :nth-child(5) .item-right {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
}
.news__section__right > :nth-child(5) .item-right .title {
  font-size: 1.0666666667rem;
  font-weight: 600;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  margin-left: 20px;
  text-shadow: -1px 2px 4px rgba(92, 91, 91, 0.63);
}
.news__section__right > :nth-child(5) .item-right .title a {
  color: #fff;
  text-decoration: none;
}
.news__section__right > :nth-child(5) .item-right .title a:hover {
  text-decoration: underline;
}
.news__section__right > :nth-child(5) .item-right .date__category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 20px;
}
.news__section__right > :nth-child(5) .item-right .date__category__bottom {
  display: flex;
  font-size: 0.7333333333rem;
  margin-bottom: 9px;
}
.news__section__right > :nth-child(5) .item-right .date__category__bottom a {
  color: #fff;
  text-decoration: none;
}
.news__section__right > :nth-child(5) .item-right .date__category__bottom a:hover {
  text-decoration: underline;
}
.news__section__right > :nth-child(5) .item-right .date__category__bottom .date {
  margin-right: 5px;
}
.news__section__right > :nth-child(5) .item-right .date__category__bottom .category {
  margin-left: 5px;
  text-transform: uppercase;
}
.news__section__right > :nth-child(5) .item-right .date__category .more__bottom a {
  color: #fff;
  text-decoration: none;
  background-color: #006100;
  padding: 3px;
  font-size: 0.7333333333rem;
}
.news__section__right > :nth-child(5) .item-right .date__category .more__bottom a:hover {
  text-decoration: underline;
}

.news__check {
  display: flex;
  justify-content: flex-end;
}
.news__check a {
  color: #282828;
  text-decoration: none;
  font-size: 1.0666666667rem;
  font-weight: 500;
  padding: 10px 0;
}
.contrast-page .news__check a {
  color: yellow;
}
.news__check a:hover {
  text-decoration: underline;
}

.nysa__recommend .top__recommend .nav__recommend__top {
  display: flex;
  justify-content: space-between;
}
.nysa__recommend .top__recommend .nav__recommend__top h1 {
  color: #242424;
  font-weight: 500;
  font-size: 2.4rem;
}
.nysa__recommend .top__recommend .nav__recommend__top .over-rec-nav {
  display: flex;
  align-items: center;
}
.nysa__recommend .top__recommend .nav__recommend__top .over-rec-nav .rec-prev {
  transition: background-color 0.3s;
  background-color: #006100;
  color: #fff;
  height: 42px;
  width: 42px;
  text-indent: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  text-decoration: none;
  border-radius: 50%;
  margin-right: 15px;
}
.nysa__recommend .top__recommend .nav__recommend__top .over-rec-nav .rec-prev:hover {
  background-color: #002e00;
  cursor: pointer;
}
.nysa__recommend .top__recommend .nav__recommend__top .over-rec-nav .rec-next {
  transition: background-color 0.3s;
  background-color: #006100;
  color: #fff;
  height: 42px;
  width: 42px;
  text-indent: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  text-decoration: none;
  border-radius: 50%;
}
.nysa__recommend .top__recommend .nav__recommend__top .over-rec-nav .rec-next:hover {
  background-color: #002e00;
  cursor: pointer;
}

.nysa__recommend {
  background-color: #f1f1f1;
  padding: 50px 0;
}
.nysa__recommend .menu-nysa-poleca-container {
  margin-bottom: 25px;
}
.nysa__recommend .bx-wrapper .bx-controls-direction a {
  top: 40%;
  margin: 0;
  background: none;
  transition: background-color 0.3s;
  color: #006100;
  height: 42px;
  width: 42px;
  text-indent: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.9333333333rem;
  text-decoration: none;
  border-radius: 3px;
}
.contrast-page .nysa__recommend .bx-wrapper .bx-controls-direction a {
  background-color: yellow;
  color: #000;
}
.nysa__recommend .bx-wrapper .bx-controls-direction a:hover {
  background-color: #006100;
  color: #fff;
}
.nysa__recommend .bx-wrapper .bx-controls-direction a.bx-prev {
  left: -50px;
}
.nysa__recommend .bx-wrapper .bx-controls-direction a.bx-next {
  right: -50px;
}
.nysa__recommend .bx-viewport {
  background-color: #f1f1f1;
}
.nysa__recommend .third,
.nysa__recommend .fourth {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin: 0;
  justify-content: space-between;
}
.nysa__recommend .third li,
.nysa__recommend .fourth li {
  height: 180px;
  min-width: 180px;
  background-color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: background-color 0.4s;
  border-radius: 5px;
  padding: 10px;
}
.nysa__recommend .third li:hover,
.nysa__recommend .fourth li:hover {
  background-color: #006100;
  box-shadow: inset 0 0 0 1px #fff;
  border: 9px solid #006100;
  border-radius: 5px;
}
.nysa__recommend .third li:hover a,
.nysa__recommend .fourth li:hover a {
  color: #fff;
}
.nysa__recommend .third li:hover a img,
.nysa__recommend .fourth li:hover a img {
  filter: brightness(0) invert(1);
}
.nysa__recommend .third li a,
.nysa__recommend .fourth li a {
  text-decoration: none;
  color: #006100;
  font-weight: 700;
}
.nysa__recommend .third li a img,
.nysa__recommend .fourth li a img {
  display: block !important;
  margin: 0 auto;
  margin-bottom: 5px;
  padding-right: 0 !important;
}
.nysa__recommend .third li a .fontawesome-text,
.nysa__recommend .fourth li a .fontawesome-text {
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 0.8rem;
  max-width: 150px;
  margin-top: 50px;
}
.contrast-page .nysa__recommend {
  background-color: #000;
}

.monthly #new-calendar-widget {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.monthly #new-calendar-widget .over-calendar {
  min-width: 100%;
  box-shadow: 0px 4px 5px #ebebeb, -5px 4px 7px #ebebeb, 5px 4px 7px #ebebeb;
}
.monthly #new-calendar-widget .more-cont {
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
}
.contrast-page .monthly #new-calendar-widget .more-cont .more {
  color: yellow;
}
.monthly #new-calendar-widget .month-year {
  display: flex;
  justify-content: center;
}
.monthly #new-calendar-widget .months {
  display: flex;
  align-items: center;
  font-size: 1.0666666667rem;
  font-weight: 700;
  color: #fff;
  padding: 0 20px;
  background: #333333;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #dd1818, #333333);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #dd1818, #333333);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.monthly #new-calendar-widget .months .months-right {
  display: flex;
}
.contrast-page .monthly #new-calendar-widget .months {
  background-color: #000;
}
.monthly #new-calendar-widget .months .months-cal {
  max-width: 150px;
  display: flex;
  text-transform: uppercase;
}
.monthly #new-calendar-widget .months .year-cal {
  max-width: 75px;
  display: flex;
  margin-left: 25px;
}
.monthly #new-calendar-widget .months .other-month {
  font-size: 1.14rem;
  display: none;
}
.monthly #new-calendar-widget .months .carets {
  margin-left: 5px;
}
.monthly #new-calendar-widget .months .carets .next i {
  box-shadow: 0 -5px 5px -5px #333;
  color: pink;
}
.monthly #new-calendar-widget .months .direction {
  font-size: 15px;
  cursor: pointer;
  margin: 0;
  display: flex;
  align-items: center;
}
.monthly #new-calendar-widget .year {
  color: #fff;
  font-size: 0.9333333333rem;
  height: 30px;
  width: 105px;
  background-color: #010f21;
  display: flex;
  margin-top: 10px;
}
.monthly #new-calendar-widget .calendar-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
}
.monthly #new-calendar-widget .calendar-row div {
  text-align: center;
  line-height: 18px;
  padding: 10px 0;
}
.monthly #new-calendar-widget .calendar-row div a {
  display: flex;
  justify-content: center;
  text-align: center;
}
.monthly #new-calendar-widget .calendar-head {
  display: flex;
  border-bottom: 2px solid #ebebeb;
}
.monthly #new-calendar-widget .calendar-head .single-head {
  font-size: 1.0666666667rem;
  margin-top: -1px;
  width: 14.2857142857%;
  padding: 10px 0;
}
.contrast-page .monthly #new-calendar-widget .calendar-head .single-head {
  background-color: yellow;
}
.monthly #new-calendar-widget .calendar-head .single-head a {
  display: flex;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  color: #000;
}
.contrast-page .monthly #new-calendar-widget .calendar-head .single-head a {
  color: #000;
}
.monthly #new-calendar-widget .calendar-row > :nth-child(2n-1) {
  background-color: #ebebeb;
}
.monthly #new-calendar-widget .calendar-row .single-cell {
  font-size: 0.9333333333rem;
  width: 14.2857142857%;
  font-weight: 400;
  padding: 15px 0;
}
.contrast-page .monthly #new-calendar-widget .calendar-row .single-cell {
  background-color: #000;
}
.monthly #new-calendar-widget .calendar-row .single-cell.prev-days {
  color: #a0a0a0;
}
.contrast-page .monthly #new-calendar-widget .calendar-row .single-cell.prev-days {
  color: yellow;
}
.contrast-page .monthly #new-calendar-widget .calendar-row .single-cell.prev-days {
  background-color: #1a1a1a;
}
.monthly #new-calendar-widget .calendar-row .single-cell.actual-day {
  font-weight: 900;
}
.monthly #new-calendar-widget .calendar-row .single-cell.with-event {
  position: relative;
  padding: 0;
  display: flex;
  justify-content: center;
}
.monthly #new-calendar-widget .calendar-row .single-cell.with-event .day-cell {
  position: absolute;
  top: 10px;
  font-size: 1rem;
  background-color: #006100;
  border-radius: 5px;
  padding: 0 15px;
  color: #fff;
}
.monthly #new-calendar-widget .calendar-row .single-cell.with-event span {
  top: 25px;
  max-height: 15px;
  display: block !important;
}
.monthly #new-calendar-widget .calendar-row .single-cell.with-event .event-cell {
  max-width: 100%;
  margin-top: 10px;
  font-size: 0.8rem;
  display: none;
}
.monthly #new-calendar-widget .calendar-row .single-cell.with-event .event-cell .thumbnail-cell a {
  transition: all 0.4s;
  display: block;
  height: 160px;
}
.monthly #new-calendar-widget .calendar-row .single-cell.with-event .event-cell .thumbnail-cell a:hover {
  transform: rotateY(-25deg) rotateZ(-5deg);
  box-shadow: 3px 0 12px rgba(0, 0, 0, 0.6);
  transform-origin: left;
}
.monthly #new-calendar-widget .calendar-row .single-cell.with-event .event-cell .thumbnail-cell a img {
  max-width: 100%;
  height: 100%;
}
.monthly #new-calendar-widget .calendar-row .single-cell.with-event .event-cell .category-cell {
  display: flex;
  align-items: center;
  justify-content: center;
}
.monthly #new-calendar-widget .calendar-row .single-cell.with-event .event-cell .category-cell em {
  margin-right: 5px;
}
.monthly #new-calendar-widget .calendar-row .single-cell.with-event .event-cell .category-cell a:hover {
  color: #006100;
}
.monthly #new-calendar-widget .calendar-row .single-cell.with-event span {
  font-weight: 400;
  font-size: 12px;
  color: #000;
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0.5px;
}
.monthly #new-calendar-widget .calendar-row .single-cell.with-event .cell-number {
  border-radius: 50%;
  background-color: #fff;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contrast-page .monthly #new-calendar-widget .calendar-row .single-cell.with-event .cell-number {
  color: #000;
  background-color: yellow;
}
.monthly #new-calendar-widget .calendar-row .single-cell a {
  cursor: pointer;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #000;
}
.contrast-page .monthly #new-calendar-widget .calendar-row .single-cell a {
  color: yellow;
}
.monthly #new-calendar-widget .calendar-row .single-cell a:hover {
  text-decoration: underline;
}
.monthly #new-calendar-widget .single-head.third-week {
  display: none;
}
.monthly #new-calendar-widget .single-head.second-week {
  display: none;
}
.monthly #new-calendar-widget .title-event-calendar {
  font-size: 1.14rem;
  color: #8b1113;
}
.contrast-page .monthly #new-calendar-widget {
  color: yellow;
  background-color: #000;
}
.monthly .over-calendar {
  padding: 20px 0;
}
.monthly .over-calendar .months {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: black;
  color: #fff;
  padding: 0 20px;
}
.monthly .over-calendar .months .monthly__category {
  display: flex;
  align-items: center;
  margin: 0 10px;
}
.monthly .over-calendar .months .monthly__category em {
  margin: 0 5px;
  cursor: pointer;
}
.monthly .over-calendar .months .monthly__category .category__filter {
  margin: 5px;
}
.monthly .over-calendar .months .monthly__category .category__filter:hover {
  cursor: pointer;
}
.monthly .over-calendar .months .monthly__category .category__item {
  border-right: 2px dotted #fff;
  border-bottom: none;
  transition: all 0.4s;
  padding: 3px 7px;
  display: none;
}
.monthly .over-calendar .months .monthly__category .category__item:hover em,
.monthly .over-calendar .months .monthly__category .category__item:hover a {
  color: #006100;
  text-decoration: underline;
}
.monthly .over-calendar .months .monthly__category .category__item:first-of-type {
  border-left: 2px dotted #fff;
}
.monthly .over-calendar .months .monthly__category .category__item a {
  color: #fff;
  text-decoration: none;
}
.monthly .over-calendar .months .months-cal {
  display: flex;
  align-items: center;
}
.monthly .over-calendar .months .year-cal {
  display: flex;
  align-items: center;
}

.events__section {
  background-color: #fbfbfb;
}
.contrast-page .events__section {
  background-color: #000;
}
.events__section .active {
  background-color: #d77e2a !important;
  border-bottom: 1px solid #d77e2a !important;
  color: #fff;
}
.contrast-page .events__section .active {
  background-color: yellow !important;
  border-bottom-color: yellow !important;
  color: #000 !important;
}
.events__section .inactive {
  outline: none;
}
.events__section #tabs {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.events__section #tabs li {
  list-style: none;
  margin-right: 5px;
  outline: none;
  height: 35px;
  width: 120px;
}
.events__section #tabs li a {
  font-size: 1.0666666667rem;
  display: block;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: none;
  transition: all 0.4s;
  text-decoration: none;
  outline: none;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contrast-page .events__section #tabs li a {
  border-color: yellow;
}
.events__section #tabs li a:hover {
  cursor: pointer;
}
.events__section #tabs li a:hover,
.events__section #tabs li a.inactive:hover {
  background-color: #d77e2a;
  color: #fff;
  outline: none;
}
.events__section .empty__fresh figure {
  background-color: #006100;
  display: flex;
  justify-content: center;
}
.events__section .empty__fresh figure img {
  width: initial;
  height: initial;
  filter: grayscale(100%);
}
.events__section__fresh {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1187px) {
  .events__section__fresh__item {
    width: 50%;
  }
  .events__section__fresh__item figure {
    width: 100% !important;
  }
  .events__section__fresh__item figure img {
    height: auto !important;
  }
}
@media screen and (max-width: 699px) {
  .events__section__fresh__item {
    min-width: 290px !important;
    width: 100%;
  }
}
.events__section__fresh__item:hover figure img {
  transform: scale(1.1);
}
.events__section__fresh__item figure {
  width: 290px;
  height: 250px;
  display: flex;
  align-items: center;
  margin: 0 !important;
  overflow: hidden;
}
.events__section__fresh__item figure img {
  width: 100%;
  height: 100%;
  transition: all 0.8s;
}
.events__section__fresh__item .event__info {
  padding: 10px 5px;
  max-width: 290px;
}
.events__section__fresh__item .event__info__title {
  font-size: 1.2rem;
  line-height: 22px;
  min-height: 44px;
  max-height: 44px;
  font-weight: 500;
  max-width: 270px;
  overflow: hidden;
  margin-bottom: 10px;
}
.events__section__fresh__item .event__info__title a {
  color: #484848;
  text-decoration: none;
}
.events__section__fresh__item .event__info__title a:hover {
  text-decoration: underline;
}
.events__section__fresh__item .event__info__dc {
  font-size: 0.8rem;
  display: flex;
  margin-bottom: 10px;
}
.events__section__fresh__item .event__info__dc__date {
  margin-right: 15px;
}
.events__section__fresh__item .event__info__dc__category i {
  color: #ebebeb;
}
.events__section__fresh__item .event__info__dc__category a {
  color: #d77e2a;
  text-transform: uppercase;
  text-decoration: none;
}
.events__section__fresh__item .event__info__dc__category a:hover {
  text-decoration: underline;
}
.events__section__fresh__item .event__info__address {
  font-size: 0.8rem;
  color: #d77e2a;
  line-height: 18px;
  min-height: 18px;
}
.events__section__fresh__item .event__info__address i {
  color: #ebebeb;
  margin-right: 5px;
}
.events__section__fresh__item .event__info__price {
  font-size: 0.8rem;
  color: #484848;
  line-height: 18px;
  min-height: 18px;
  margin-bottom: 10px;
}
.events__section__fresh__item .event__info__price i {
  color: #ebebeb;
  margin-right: 5px;
}
.events__section__fresh__item .event__info__sm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.events__section__fresh__item .event__info__sm__social {
  font-size: 1.4666666667rem;
}
.events__section__fresh__item .event__info__sm__social a {
  text-decoration: none;
}
.events__section__fresh__item .event__info__sm__social .facebook {
  color: #4d56ab;
  margin-right: 10px;
}
.events__section__fresh__item .event__info__sm__social .twitter {
  color: #63b0e0;
}
.events__section__fresh__item .event__info__sm__social i {
  transition: all 0.4s;
}
.events__section__fresh__item .event__info__sm__social i:hover {
  transform: translateY(5px);
}
.events__section__fresh__item .event__info__sm__more {
  font-size: 0.8rem;
}
.events__section__fresh__item .event__info__sm__more a {
  color: #fff;
  background-color: #006100;
  padding: 5px 20px;
  text-decoration: none;
  transition: all 0.4s;
}
.events__section__fresh__item .event__info__sm__more a:hover {
  background-color: #002e00;
}
.events__section .events__main {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .events__section .events__main {
    display: block;
  }
  .events__section .events__main .events-calendar {
    margin-left: 0;
    margin-top: 20px;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.events__section .events__main__info {
  display: flex;
  width: 100%;
  background-color: #006100;
}
.events__section .events__main__info__text {
  position: relative;
  color: #fff;
  max-width: 300px;
  padding: 10px;
  text-shadow: 1px 2px 3px #666;
  font-size: 1.3333333333rem;
}
.events__section .events__main__info__text img {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.events__section .events__main__info__img {
  position: relative;
}
.events__section .events__main__info__img .active__point {
  position: absolute;
  top: 174px;
  right: 242px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 0 black;
  transform: scale(1);
  animation: pulse 2s infinite;
}
.events__section .events__main__info__img .calendar__img {
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  transform: scale(0.9);
}
.events__section .events__main__info__img .cursor__pointer {
  position: absolute;
  transform: scale(0.2);
  top: 30px;
  right: -35px;
}
.events__section .events__main .over__events__slider {
  flex: 0 0 800px;
}
.events__section .events__main #events__slider {
  display: flex;
  margin: 0;
  padding-left: 0;
}
.events__section .events__main #events__slider li:hover figure .overlay {
  opacity: 1;
}
.events__section .events__main #events__slider li {
  width: auto;
}
.events__section .events__main #events__slider li figure {
  max-width: 800px;
  height: 300px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.events__section .events__main #events__slider li figure img {
  height: 100%;
}
.events__section .events__main #events__slider li figure .default__img {
  height: auto;
}
.events__section .events__main #events__slider li figure .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.6);
}
.events__section .events__main #events__slider li figure .overlay .galeries__title {
  position: absolute;
  padding: 10px;
  top: 45%;
  left: 0;
  letter-spacing: 3px;
}
.events__section .events__main #events__slider li figure .overlay .galeries__title a {
  color: #fff;
  background-color: #006100;
  text-decoration: none;
  padding: 5px;
}
.events__section .events__main #events__slider li figure .overlay .galeries__title a:hover {
  background-color: #002e00;
}
.events__section .events__main #events__slider li figure .overlay .events__date {
  position: absolute;
  padding: 10px;
  top: 65%;
  left: 0;
  letter-spacing: 3px;
}
.events__section .events__main #events__slider li figure .overlay .events__date a {
  color: #fff;
  background-color: #006100;
  text-decoration: none;
  padding: 5px;
}
.events__section .events__main #events__slider li figure .overlay .events__date a:hover {
  background-color: #002e00;
}
.events__section .events__main #events__slider li figure:hover .galeries__title {
  opacity: 1;
}
.events__section .events__main .events-calendar {
  margin-left: 20px;
  flex: 1;
}
@media screen and (max-width: 1200px) {
  .events__section .events__main .events-calendar {
    margin-left: 0;
  }
}
.events__section .events__main .over-calendar {
  max-width: 400px;
}
.events__section .events__main #new-calendar-widget {
  min-width: 400px;
  margin-left: 20px;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1200px) {
  .events__section .events__main #new-calendar-widget {
    flex-direction: row;
    justify-content: center;
  }
}
.events__section .events__main #new-calendar-widget .more-cont {
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
}
.contrast-page .events__section .events__main #new-calendar-widget .more-cont .more {
  color: yellow;
}
.events__section .events__main #new-calendar-widget .month-year {
  display: flex;
  justify-content: center;
}
.events__section .events__main #new-calendar-widget .months {
  display: flex;
  align-items: center;
  font-size: 1.0666666667rem;
  font-weight: 700;
  background-color: #002e00;
  color: #fff;
  justify-content: center;
  padding: 10px 0;
  position: relative;
  height: 40px;
}
.contrast-page .events__section .events__main #new-calendar-widget .months {
  background-color: #000;
}
.events__section .events__main #new-calendar-widget .months .months-cal {
  position: relative;
  width: 100%;
  justify-content: center;
  display: flex;
}
.events__section .events__main #new-calendar-widget .months .months-cal #prev {
  left: 10px;
  position: absolute;
  transform: rotate(180deg);
  background-color: #fff;
  color: #006100;
  padding: 5px;
}
.events__section .events__main #new-calendar-widget .months .months-cal #next {
  right: 10px;
  position: absolute;
  background-color: #fff;
  color: #006100;
  padding: 5px;
}
.events__section .events__main #new-calendar-widget .months .year-cal {
  max-width: 75px;
  display: flex;
  margin-left: 25px;
}
.events__section .events__main #new-calendar-widget .months .other-month {
  font-size: 1.14rem;
  display: none;
}
.events__section .events__main #new-calendar-widget .months .carets {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 21px;
  width: 100%;
  align-items: flex-end;
  margin-left: 10px;
  position: absolute;
  bottom: 10px;
}
.events__section .events__main #new-calendar-widget .months .carets #prev {
  top: 10px;
  left: 0;
  position: absolute;
}
.events__section .events__main #new-calendar-widget .months .carets #next {
  top: 10px;
  right: 0;
  position: absolute;
}
.events__section .events__main #new-calendar-widget .months .direction {
  font-size: 15px;
  cursor: pointer;
  margin: 0;
  display: flex;
  align-items: center;
}
.events__section .events__main #new-calendar-widget .year {
  color: #fff;
  font-size: 0.9333333333rem;
  height: 30px;
  width: 105px;
  background-color: #010f21;
  display: flex;
  margin-top: 10px;
}
.events__section .events__main #new-calendar-widget .calendar-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
}
.events__section .events__main #new-calendar-widget .calendar-row div {
  text-align: center;
  line-height: 18px;
  padding: 10px 0;
}
.events__section .events__main #new-calendar-widget .calendar-row div a {
  display: flex;
  justify-content: center;
  text-align: center;
}
.events__section .events__main #new-calendar-widget .calendar-head {
  display: flex;
  border-bottom: 2px solid #ebebeb;
}
.events__section .events__main #new-calendar-widget .calendar-head .single-head {
  font-size: 0.9333333333rem;
  margin-top: -1px;
  width: 14.2857142857%;
  padding-top: 10px;
}
.contrast-page .events__section .events__main #new-calendar-widget .calendar-head .single-head {
  background-color: yellow;
}
.events__section .events__main #new-calendar-widget .calendar-head .single-head a {
  display: flex;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  color: #000;
}
.contrast-page .events__section .events__main #new-calendar-widget .calendar-head .single-head a {
  color: #000;
}
.events__section .events__main #new-calendar-widget .calendar-row .single-cell {
  font-size: 0.9333333333rem;
  width: 14.2857142857%;
  font-weight: 400;
  border-bottom: 2px solid #ebebeb;
}
.contrast-page .events__section .events__main #new-calendar-widget .calendar-row .single-cell {
  background-color: #000;
}
.events__section .events__main #new-calendar-widget .calendar-row .single-cell.prev-days {
  color: #a0a0a0;
}
.contrast-page .events__section .events__main #new-calendar-widget .calendar-row .single-cell.prev-days {
  color: yellow;
}
.contrast-page .events__section .events__main #new-calendar-widget .calendar-row .single-cell.prev-days {
  background-color: #1a1a1a;
}
.events__section .events__main #new-calendar-widget .calendar-row .single-cell.actual-day {
  font-weight: 900;
}
.events__section .events__main #new-calendar-widget .calendar-row .single-cell.with-event {
  position: relative;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
.events__section .events__main #new-calendar-widget .calendar-row .single-cell.with-event:hover {
  background-color: #006100;
  border-radius: 5px;
}
.events__section .events__main #new-calendar-widget .calendar-row .single-cell.with-event span {
  font-weight: 400;
  font-size: 8px;
  color: #fff;
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0.5px;
  display: none;
}
.events__section .events__main #new-calendar-widget .calendar-row .single-cell.with-event a {
  border-radius: 5px;
  background-color: #006100;
  color: #fff;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.events__section .events__main #new-calendar-widget .calendar-row .single-cell.with-event a:hover {
  font-weight: 700;
}
.contrast-page .events__section .events__main #new-calendar-widget .calendar-row .single-cell.with-event a {
  color: #000;
  background-color: yellow;
}
.events__section .events__main #new-calendar-widget .calendar-row .single-cell a {
  cursor: pointer;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #000;
}
.contrast-page .events__section .events__main #new-calendar-widget .calendar-row .single-cell a {
  color: yellow;
}
.events__section .events__main #new-calendar-widget .calendar-row .single-cell a:hover {
  text-decoration: underline;
}
.events__section .events__main #new-calendar-widget .single-head.third-week {
  display: none;
}
.events__section .events__main #new-calendar-widget .single-head.second-week {
  display: none;
}
.events__section .events__main #new-calendar-widget .title-event-calendar {
  font-size: 1.14rem;
  color: #8b1113;
}
.contrast-page .events__section .events__main #new-calendar-widget {
  color: yellow;
  background-color: #000;
}
.events__section .events__main .events-container {
  margin-top: 25px;
}
.events__section .events__main .events-container article {
  height: 68px;
  margin-bottom: 15px;
}
.events__section .events__main .events-container article a {
  display: flex;
  justify-content: space-between;
}
.events__section .events__main .events-container article a figure {
  height: 100%;
  margin: 0;
  flex: 0 0 109px;
  max-width: 109px;
  margin-right: 10px;
}
.events__section .events__main .events-container article a figure img {
  width: 100%;
  height: 100%;
}
.events__section .events__main .events-container article a .title-content {
  flex: 1;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.events__section .events__main .events-container article a .title-content h3 {
  max-height: 42px;
  font-size: 0.7333333333rem;
  font-weight: 700;
  line-height: 14px;
  margin-top: 0;
  margin-bottom: 8px;
  overflow: hidden;
}
.events__section .events__main .events-container article a .title-content .bottom {
  color: #88888a;
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 10px;
}
.contrast-page .events__section .events__main .events-container article a .title-content .bottom {
  color: yellow;
}
.events__section .events__main .events-container article a .title-content .bottom svg,
.events__section .events__main .events-container article a .title-content .bottom .i {
  font-weight: 700;
  margin-right: 5px;
}
.events__section .events__main .events-container article a .title-content .bottom .i {
  margin-left: 20px;
}
.events__section .events-container {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.events__section .events-container .articles {
  margin-right: 20px;
}
.events__section .events-container figure {
  max-height: 220px;
}
.events__section .events-container .content a {
  color: #282828;
  text-decoration: none;
}
.events__section .events-container .content a:hover {
  color: #006100;
}
.events__section .events-container .content a h3 {
  margin-bottom: 5px;
}
.events__section .events-container .content .details {
  margin-bottom: 5px;
}
.events__section .events-container .content .details em {
  margin-right: 5px;
}
.events__section .events-container .content .bottom {
  font-size: 0.8rem;
}
.events__section .events-container .content .bottom em {
  margin-right: 5px;
}

.galleries__section .active {
  background-color: #d77e2a !important;
  border-bottom: 1px solid #d77e2a !important;
  color: #fff;
}
.galleries__section .inactive {
  outline: none;
}
.galleries__section #tabs__galleries {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.galleries__section #tabs__galleries li {
  list-style: none;
  margin-right: 5px;
  outline: none;
  height: 35px;
  width: 120px;
}
.galleries__section #tabs__galleries li a {
  font-size: 1.0666666667rem;
  display: block;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: none;
  transition: all 0.4s;
  text-decoration: none;
  outline: none;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.galleries__section #tabs__galleries li a:hover {
  cursor: pointer;
}
.galleries__section #tabs li a:hover,
.galleries__section #tabs li a.inactive:hover {
  background-color: #d77e2a;
  color: #fff;
  outline: none;
}
.galleries__section .galleries__main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.galleries__section .galleries__main .news__check {
  width: 100%;
}
.galleries__section .galleries__main__gallery {
  width: 290px;
}
@media screen and (max-width: 1187px) {
  .galleries__section .galleries__main__gallery {
    width: 50%;
  }
  .galleries__section .galleries__main__gallery figure {
    width: 100% !important;
  }
  .galleries__section .galleries__main__gallery figure img {
    height: auto !important;
  }
}
@media screen and (max-width: 699px) {
  .galleries__section .galleries__main__gallery {
    min-width: 290px !important;
    width: 100%;
  }
}
.galleries__section .galleries__main__gallery:hover figure img {
  transform: scale(1.1);
}
.galleries__section .galleries__main__gallery figure {
  width: 290px;
  height: 250px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 !important;
  overflow: hidden;
}
.galleries__section .galleries__main__gallery figure img {
  width: 100%;
  height: 100%;
  transition: all 0.8s;
}
.galleries__section .galleries__main__gallery .gallery__info {
  padding: 10px 5px;
  overflow: hidden;
}
.galleries__section .galleries__main__gallery .gallery__info__title {
  font-size: 1.2rem;
  line-height: 22px;
  min-height: 44px;
  max-height: 44px;
  font-weight: 500;
  max-width: 270px;
  overflow: hidden;
  margin-bottom: 10px;
}
.galleries__section .galleries__main__gallery .gallery__info__title a {
  color: #484848;
  text-decoration: none;
}
.contrast-page .galleries__section .galleries__main__gallery .gallery__info__title a {
  color: yellow;
}
.galleries__section .galleries__main__gallery .gallery__info__title a:hover {
  text-decoration: underline;
}
.galleries__section .galleries__main__gallery .gallery__info__dc {
  font-size: 0.8rem;
  display: flex;
  margin-bottom: 10px;
}
.galleries__section .galleries__main__gallery .gallery__info__dc__date {
  margin-right: 15px;
}
.galleries__section .galleries__main__gallery .gallery__info__dc__category i {
  color: #ebebeb;
}
.galleries__section .galleries__main__gallery .gallery__info__dc__category a {
  color: #d77e2a;
  text-transform: uppercase;
  text-decoration: none;
}
.galleries__section .galleries__main__gallery .gallery__info__dc__category a:hover {
  text-decoration: underline;
}
.galleries__section .galleries__main__gallery .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  width: 290px;
  height: 250px;
}
.galleries__section .galleries__main__gallery .embed-container iframe,
.galleries__section .galleries__main__gallery .embed-container object,
.galleries__section .galleries__main__gallery .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.usefull__section .container {
  position: relative;
}
@media screen and (max-width: 1287px) {
  .usefull__section .container {
    max-width: 1010px;
  }
}
@media screen and (max-width: 1097px) {
  .usefull__section .container {
    max-width: 800px;
  }
}
@media screen and (max-width: 870px) {
  .usefull__section .container {
    max-width: 610px;
  }
}
@media screen and (max-width: 700px) {
  .usefull__section .container {
    max-width: 410px;
  }
}
@media screen and (max-width: 479px) {
  .usefull__section .container {
    max-width: 220px;
  }
}
.usefull__section .container .custom-prev-use {
  position: absolute;
  left: -25px;
  bottom: 40%;
  font-size: 22px;
  transition: all 0.4s;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}
.usefull__section .container .custom-prev-use:hover {
  color: #fff;
  background-color: #000;
  cursor: pointer;
}
.usefull__section .container .custom-next-use {
  position: absolute;
  right: -25px;
  bottom: 40%;
  font-size: 22px;
  transition: all 0.4s;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}
.usefull__section .container .custom-next-use:hover {
  color: #fff;
  background-color: #000;
  cursor: pointer;
}
.usefull__section .usefull__links {
  overflow: hidden;
}
.usefull__section .usefull__links .item__link {
  background-color: #006100;
  transition: background-color 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-width: 175px;
}
.usefull__section .usefull__links .item__link:hover {
  background-color: #d77e2a;
}
.usefull__section .usefull__links .item__link:hover img {
  filter: grayscale(0);
}
.usefull__section .usefull__links .item__link__href {
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
  padding: 10px;
  text-align: center;
  font-weight: 500;
  min-height: 74px;
  max-height: 74px;
  display: flex;
  align-items: center;
}
.usefull__section .usefull__links .item__link img {
  filter: grayscale(100%);
  transition: all 0.4s;
}

.partners__section {
  margin-bottom: 50px;
}
.partners__section .container {
  position: relative;
}
@media screen and (max-width: 1287px) {
  .partners__section .container {
    max-width: 1010px;
  }
}
@media screen and (max-width: 1097px) {
  .partners__section .container {
    max-width: 800px;
  }
}
@media screen and (max-width: 870px) {
  .partners__section .container {
    max-width: 610px;
  }
}
@media screen and (max-width: 700px) {
  .partners__section .container {
    max-width: 410px;
  }
}
@media screen and (max-width: 479px) {
  .partners__section .container {
    max-width: 220px;
  }
}
.partners__section .container .custom-prev {
  position: absolute;
  left: -25px;
  bottom: 25px;
  font-size: 22px;
  transition: all 0.4s;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}
.partners__section .container .custom-prev:hover {
  color: #fff;
  background-color: #000;
  cursor: pointer;
}
.partners__section .container .custom-next {
  position: absolute;
  right: -25px;
  bottom: 25px;
  font-size: 22px;
  transition: all 0.4s;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}
.partners__section .container .custom-next:hover {
  color: #fff;
  background-color: #000;
  cursor: pointer;
}
.partners__section .partners__links {
  overflow: hidden;
  position: relative;
}
.partners__section .partners__links .item__link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 2px solid #ebebeb;
}
.partners__section .partners__links .item__link:hover img {
  filter: grayscale(0);
}
.partners__section .partners__links .item__link__href {
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
  padding: 10px;
  text-align: center;
  font-weight: 500;
  min-height: 74px;
  max-height: 74px;
  display: flex;
  align-items: center;
}
.partners__section .partners__links .item__link img {
  filter: grayscale(100%);
  transition: all 0.4s;
}

.over-news {
  background-color: white;
}
.contrast-page .over-news {
  background-color: #000;
}

.over-breadcrumb {
  background-color: #fff;
}
.contrast-page .over-breadcrumb {
  background-color: #000;
}
.over-breadcrumb .breadcrumb-news {
  padding: 25px 10px;
  font-size: 15px;
}
.over-breadcrumb .breadcrumb-news span,
.over-breadcrumb .breadcrumb-news a {
  text-decoration: none;
  color: #282828;
}
.contrast-page .over-breadcrumb .breadcrumb-news span,
.contrast-page .over-breadcrumb .breadcrumb-news a {
  color: yellow;
}
.over-breadcrumb .breadcrumb-news span:hover a,
.over-breadcrumb .breadcrumb-news a:hover a {
  text-decoration: underline;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

.news {
  display: flex;
  position: relative;
}
.contrast-page .news {
  background-color: #000;
}
@media screen and (max-width: 1200px) {
  .news {
    flex-wrap: wrap;
  }
}
.news .non-cont {
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff, #383533);
  background: -moz-linear-gradient(top, #ffffff, #383533);
  background: linear-gradient(to bottom, #ffffff, #383533);
  position: relative;
  width: 100%;
  height: 500px;
}
.news .non-cont .non-exists {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.news .non-cont .non-exists__title {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 20px 0;
  text-align: center;
}
.news .non-cont .non-exists__link {
  background-color: #006100;
  color: #fff;
  border: 2px solid #0093dd;
  border-radius: 15px;
  padding: 10px 30px;
}
.news .main-content {
  flex: 0 860px;
  margin-bottom: 30px;
}
.news .main-content .archive-title {
  display: flex;
  justify-content: space-between;
}
.news .main-content #tabs {
  width: 100%;
  height: 30px;
  padding-right: 2px;
  margin-top: 30px;
  margin-bottom: 13px;
  padding-bottom: 10px;
  display: flex;
}
.news .main-content #tabs li {
  list-style: none;
  margin-right: 5px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  outline: none;
}
.news .main-content #tabs li a {
  font-size: 0.9333333333rem;
  color: #0093dd;
  padding: 10px;
  display: block;
  background: #fff;
  border: 1px solid #0093dd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  text-decoration: none;
  outline: none;
}
.news .main-content #tabs li a:hover {
  cursor: pointer;
}
.news .main-content #tabs li a:hover,
.news .main-content #tabs li a.inactive:hover {
  color: #5685bc;
  outline: none;
}
.news .main-content .weather-details .weather-row {
  height: 100px;
  display: flex;
  align-items: center;
}
.news .main-content .weather-details .weather-row:nth-of-type(2n-1) {
  background-color: #ebebeb;
}
.news .main-content .weather-details .weather-row:nth-of-type(2n) i {
  border-right: 3px solid #ebebeb;
}
.news .main-content .weather-details .weather-row span {
  text-transform: uppercase;
  padding-left: 35px;
  font-weight: 700;
  flex: 0 0 400px;
  font-size: 1.0666666667rem;
}
.news .main-content .weather-details .weather-row i {
  font-size: 2.2666666667rem;
  color: #0093dd;
  padding: 0 35px;
}
.news .main-content .weather-details .weather-row .weather-value {
  font-weight: 700;
  font-size: 1.0666666667rem;
}
.news .main-content .news-section .articles .section-title {
  background-color: #282828;
  color: #fff;
  margin: 0 0 10px 0;
  padding-left: 10px;
}
.news .main-content .news-section .articles article {
  display: flex;
  margin-bottom: 25px;
}
.contrast-page .news .main-content .news-section .articles article {
  border-color: yellow;
}
.news .main-content .news-section .articles article:hover figure img {
  transform: scale(1.1);
}
@media screen and (max-width: 870px) {
  .news .main-content .news-section .articles article {
    flex-wrap: wrap;
  }
}
.news .main-content .news-section .articles article .left figure {
  width: 331px;
  height: 234px;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  overflow: hidden;
}
.news .main-content .news-section .articles article .left figure a {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}
.news .main-content .news-section .articles article .left figure a img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}
.news .main-content .news-section .articles article .left figure .mock-link {
  background-color: #0093dd;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news .main-content .news-section .articles article .left figure .mock-link .mock-img {
  width: initial;
  height: initial;
}
.news .main-content .news-section .articles article .right {
  max-height: 234px;
  background-color: #fff;
  padding-left: 30px;
  flex: 1;
}
.contrast-page .news .main-content .news-section .articles article .right {
  background-color: #000;
}
@media screen and (max-width: 870px) {
  .news .main-content .news-section .articles article .right {
    max-height: inherit;
  }
}
.news .main-content .news-section .articles article .right .more {
  display: flex;
  justify-content: flex-end;
}
.news .main-content .news-section .articles article .right .more a {
  color: #fff;
  background-color: #006100;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 0.8rem;
  transition: all 0.5s;
}
.news .main-content .news-section .articles article .right .more a:hover {
  background-color: #002e00;
}
.news .main-content .news-section .articles article .right .title {
  margin-bottom: 15px;
  margin-top: 5px;
  font-size: 1.3333333333rem;
  font-weight: 700;
  color: #000;
}
.contrast-page .news .main-content .news-section .articles article .right .title {
  color: yellow;
}
.news .main-content .news-section .articles article .right .details {
  display: flex;
  font-size: 0.8rem;
  margin-bottom: 15px;
  color: #0093dd;
}
.contrast-page .news .main-content .news-section .articles article .right .details {
  color: yellow;
}
.news .main-content .news-section .articles article .right .details em {
  margin-right: 5px;
}
.news .main-content .news-section .articles article .right .details span {
  margin-right: 10px;
}
.news .main-content .news-section .articles article .right .details .category a {
  color: #0093dd;
  text-decoration: none;
  text-transform: uppercase;
}
.news .main-content .news-section .articles article .right .details .category a:hover {
  text-decoration: underline;
}
.news .main-content .news-section .articles article .right .details .category-investment {
  color: #282828;
  margin-right: 10px;
}
.news .main-content .news-section .articles article .right .details .category-investment a {
  text-transform: uppercase;
  text-decoration: none;
  color: #282828;
}
.news .main-content .news-section .articles article .right .details .category-investment a:hover {
  color: #006100;
}
.news .main-content .news-section .articles article .right .details .places {
  margin-right: 10px;
}
.news .main-content .news-section .articles article .right .content {
  font-size: 0.8rem;
  line-height: 18px;
  max-height: 72px;
  min-height: 72px;
  overflow: hidden;
  margin-bottom: 10px;
  margin-right: 10px;
}
.news .main-content .news-section .articles article .right .content p {
  margin-top: 0;
}
.contrast-page .news .main-content .news-section .articles article .right .content p a {
  color: yellow;
}
.news .main-content .news-section .articles article .right .content-below {
  padding-top: 10px;
  padding-right: 10px;
  border-top: 2px solid #ebebeb;
  font-size: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contrast-page .news .main-content .news-section .articles article .right .content-below {
  border-color: yellow;
}
@media screen and (max-width: 570px) {
  .news .main-content .news-section .articles article .right .content-below {
    display: block;
  }
}
.contrast-page .news .main-content .news-section .articles article .right .content-below .more a {
  color: #000;
  background-color: yellow;
}
.news .main-content .news-section .articles article .right .content-below .share .fa-linkedin:before {
  content: "";
}
.news .main-content .news-section .articles article .right .content-below .share a {
  text-decoration: none;
  margin-left: 5px;
}
.news .main-content .news-section .articles article .right .content-below .share a em {
  font-size: 20px;
}
.news .main-content .news-section .articles article .right .content-below .share .facebook {
  color: #3b5998;
}
.contrast-page .news .main-content .news-section .articles article .right .content-below .share .facebook {
  color: yellow;
}
.news .main-content .news-section .articles article .right .content-below .share .linkedin {
  color: #0077b5;
}
.contrast-page .news .main-content .news-section .articles article .right .content-below .share .linkedin {
  color: yellow;
}
.news .main-content .news-section .articles article .right .content-below .share .twitter {
  color: #1da1f2;
}
.contrast-page .news .main-content .news-section .articles article .right .content-below .share .twitter {
  color: yellow;
}

.sidebar__news {
  margin-left: 30px;
  max-width: 330px;
  width: 100%;
}
@media screen and (max-width: 570px) {
  .sidebar__news {
    margin: 15px;
  }
}
.sidebar__news__menu {
  background-color: #f0f0f0;
  position: relative;
}
.sidebar__news__menu h2 {
  margin-bottom: 20px;
  padding: 10px;
}
.sidebar__news__menu .over__border {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  border: 3px solid #eaeaea;
}
.sidebar__news__menu .secondary__menu__cont {
  padding: 15px;
  margin-bottom: 30px;
}
.sidebar__news__menu .secondary__menu__cont .newsletter__image {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.sidebar__news__menu .secondary__menu__cont h3 {
  margin: 20px;
}
.sidebar__news__menu .secondary__menu__cont .newsletter__desc {
  margin: 0 20px;
}
.sidebar__news__menu .secondary__menu__cont .tnp-subscription {
  margin: 0 20px;
}
.sidebar__news__menu .secondary__menu__cont .tnp-subscription .tnp-field-email {
  position: relative;
  margin: 20px 0px;
}
.sidebar__news__menu .secondary__menu__cont .tnp-subscription .tnp-field-email input {
  height: 30px;
}
.sidebar__news__menu .secondary__menu__cont .tnp-subscription .tnp-field-email input::placeholder {
  font-size: 12px;
}
.sidebar__news__menu .secondary__menu__cont .tnp-subscription .tnp-field-email i {
  position: absolute;
  top: 3px;
  right: 0;
  margin-right: 10px;
  font-size: 20px;
}
.sidebar__news__menu .secondary__menu__cont .tnp-subscription .submit-field {
  display: flex;
  justify-content: flex-end;
}
.sidebar__news__menu .secondary__menu__cont .tnp-subscription .submit-field .tnp-submit {
  background-color: #006100;
  color: #fff;
  padding: 5px 30px;
  outline: none;
  border: none;
}
.sidebar__news__menu .secondary__menu__cont li {
  flex: 0 0 50%;
  text-align: center;
  padding: 0;
  padding: 15px;
}
.sidebar__news__menu .secondary__menu__cont li:hover {
  border: 3px dashed #006100;
  padding: 12px;
}
.sidebar__news__menu .secondary__menu__cont li a {
  color: #000;
  filter: brightness(0%);
}
.sidebar__news__menu .secondary__menu__cont li a img {
  transition: all 0.4s;
}
.sidebar__news__menu .secondary__menu__cont li a:hover {
  color: #006100;
  filter: invert(61%) sepia(91%) saturate(382%) hue-rotate(38deg) brightness(94%) contrast(94%);
}
.sidebar__news__menu .main__helpful__galeries figure {
  width: 100px;
}
.sidebar__news__menu .main__helpful__services__cont {
  grid-template-columns: repeat(2, 1fr);
}
.sidebar__news__menu .main__helpful__services__cont :nth-child(2n-1) {
  margin-right: 4px;
}
.sidebar__news__menu .main__helpful__services__cont__item {
  max-width: 160px;
}
.sidebar__news__categories {
  margin-bottom: 30px;
}
.sidebar__news__categories .container {
  max-width: initial;
  padding: 0;
  margin: 0;
}
.sidebar__news__categories .container .boxes {
  top: initial;
  left: initial;
  right: initial;
  z-index: 0;
  position: relative;
  flex-direction: column;
}
.sidebar__news__categories .container .boxes li {
  width: 100%;
  margin-bottom: 20px;
}
.sidebar__news__title {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  margin-top: 0;
}
.sidebar__news__events {
  margin-bottom: 30px;
}
.sidebar__news__events img:hover {
  cursor: pointer;
}
.sidebar__news__events .events__section__fresh__item {
  width: 100%;
}
.sidebar__news__events .events__section__fresh__item figure {
  width: 310px;
}
.sidebar__news__events .events__section__fresh__item figure img {
  height: auto;
}
.sidebar__news__events .events__section__fresh__item .event__info__dc {
  border-bottom: 2px solid #d77e2a;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.sidebar__news__events .events__section__fresh__item .event__info__address {
  padding-top: 5px;
}
.sidebar__news__galleries {
  margin-bottom: 30px;
}
.sidebar__news__galleries .galleries-grid {
  display: flex;
  flex-wrap: wrap;
}
.sidebar__news__galleries .galleries-grid article {
  width: calc(100% / 3);
  height: 100px;
  margin-bottom: 3px;
}
.sidebar__news__galleries .galleries-grid article figure {
  height: 100px;
  width: 100px;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.sidebar__news__galleries .galleries-grid article figure a:hover img {
  transform: scale(1.1);
}
.sidebar__news__galleries .galleries-grid article figure a img {
  flex: 1;
  height: 100%;
  transition: all 0.5s;
}
.sidebar__news__weather {
  border: 2px solid #000;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}
.sidebar__news__weather h2 {
  font-size: 1.4666666667rem;
  font-weight: 500;
}
.sidebar__news__weather__today {
  font-size: 0.9333333333rem;
}
.sidebar__news__weather__name_day {
  font-size: 0.8rem;
}
.sidebar__news__weather__degrees {
  font-size: 2rem;
}
.sidebar__news__weather__pm10, .sidebar__news__weather__air-status {
  font-size: 0.8rem;
  line-height: 18px;
}
.sidebar__news__weather__air-status {
  margin-bottom: 20px;
}
.sidebar__news__newsletter {
  background-color: #222;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.sidebar__news__newsletter h2 {
  padding-top: 25px;
  font-weight: 500;
}
.sidebar__news__newsletter span {
  font-weight: 400;
  font-size: 0.8rem;
}
.sidebar__news__newsletter .tnp-subscription {
  width: 90%;
  padding-bottom: 20px;
  margin-top: 0;
}
.sidebar__news__newsletter .tnp-subscription form {
  margin-top: 20px;
}
.sidebar__news__newsletter .tnp-subscription .email,
.sidebar__news__newsletter .tnp-subscription .submit {
  border-radius: 5px;
}
.sidebar__news__follow {
  border: 2px solid #ebebeb;
  text-align: center;
  margin-bottom: 30px;
}
.sidebar__news__follow p {
  color: #000;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 25px 0;
  margin: 0;
}
.sidebar__news__follow .share {
  padding-bottom: 30px;
}
.sidebar__news__follow .share .fa-linkedin:before {
  content: "";
}
.sidebar__news__follow .share a {
  text-decoration: none;
  margin-left: 5px;
}
.sidebar__news__follow .share a em {
  font-size: 50px;
}
.sidebar__news__follow .share .facebook {
  color: #3b5998;
}
.sidebar__news__follow .share .linkedin {
  color: #0077b5;
}
.sidebar__news__follow .share .twitter {
  color: #1da1f2;
}
.sidebar__news__follow .share .youtube {
  color: #c4302b;
}
.sidebar__news__follow .share .fa-youtube-square:before {
  content: "";
}
.sidebar__news__app {
  text-align: center;
}
.sidebar__news__app :nth-child(2) {
  margin-bottom: 20px;
}
.sidebar__news__app .getapp {
  background-color: #222;
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
.sidebar__news__app .getapp a {
  color: #fff;
  text-decoration: none;
  align-items: center;
  display: flex;
}
.sidebar__news__app .getapp a img {
  margin-right: 5px;
}

.baner-below-news a img {
  width: 100%;
  max-height: 500px;
  transition: all 0.4s;
}
.baner-below-news a img:hover {
  -webkit-filter: drop-shadow(16px 16px 10px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(16px 16px 10px rgba(0, 0, 0, 0.7));
}

.single-post .figure-single {
  margin: 0;
  max-width: 855px;
  overflow: hidden;
  max-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-post .figure-single img {
  width: 100%;
  margin: 0 auto;
}
.single-post .figure-single img:hover {
  cursor: pointer;
}
.single-post__title {
  font-size: 2rem;
  font-weight: 500;
  color: #000;
}
.single-post__details {
  display: flex;
  flex-wrap: wrap;
  text-transform: uppercase;
  border-bottom: 2px solid #ebebeb;
  font-size: 0.8rem;
  padding-bottom: 10px;
  align-items: center;
  line-height: 22px;
}
.single-post__details > :nth-child(n) {
  margin-right: 20px;
}
.single-post__details > :nth-child(n) em {
  margin-right: 10px;
}
.single-post__details__category {
  display: flex;
  align-items: center;
}
.single-post__details__category a {
  margin-left: 5px;
  color: #006100;
  text-decoration: none;
}
.single-post__details__category a:hover {
  text-decoration: underline;
}
.single-post__details__category p {
  margin-left: 5px;
}
.single-post__details__category p a {
  color: #282828;
  text-decoration: none;
}
.single-post__details__category p a:hover {
  color: #006100;
  text-decoration: underline;
}
.single-post__details__getprint {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  color: #0093dd;
}
.contrast-page .single-post__details__getprint {
  color: yellow;
}
.single-post__details__getprint .to_print {
  margin-right: 10px;
  transition: all 0.4s;
}
.single-post__details__getprint .to_print:hover {
  text-decoration: underline;
  color: #006100;
  cursor: pointer;
}
.single-post__details__getprint .to_download {
  transition: all 0.4s;
  color: #0093dd;
}
.contrast-page .single-post__details__getprint .to_download {
  color: yellow;
}
.single-post__details__getprint .to_download div {
  padding: 0;
}
.single-post__details__getprint .to_download div a {
  text-decoration: none;
  color: #0093dd;
}
.contrast-page .single-post__details__getprint .to_download div a {
  color: yellow;
}
.single-post__details__getprint .to_download div a span {
  font-size: 0.8rem;
  margin-right: 0;
}
.single-post__details__getprint .to_download div a span i {
  font-size: 0.8rem;
}
.single-post__details__getprint .to_download div a:hover {
  color: #006100;
  text-decoration: underline;
}
.single-post__sharemedia {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #ebebeb;
  border-bottom: 2px solid #ebebeb;
  font-size: 0.8rem;
  padding: 10px 0;
  text-transform: uppercase;
}
.single-post__sharemedia__author {
  align-items: center;
  display: flex;
}
.single-post__sharemedia__social {
  align-items: center;
  display: flex;
}
.single-post__sharemedia__social .fa-linkedin:before {
  content: "";
}
.single-post__sharemedia__social a {
  text-decoration: none;
  margin-left: 5px;
  transition: all 0.5s;
}
.single-post__sharemedia__social a:hover {
  transform: translateY(-5px);
}
.single-post__sharemedia__social a em {
  font-size: 22px;
}
.single-post__sharemedia__social .facebook {
  color: #3b5998;
}
.contrast-page .single-post__sharemedia__social .facebook {
  color: yellow;
}
.single-post__sharemedia__social .linkedin {
  color: #0077b5;
}
.contrast-page .single-post__sharemedia__social .linkedin {
  color: yellow;
}
.single-post__sharemedia__social .twitter {
  color: #1da1f2;
}
.contrast-page .single-post__sharemedia__social .twitter {
  color: yellow;
}
.single-post__sharemedia__social .youtube {
  color: #c4302b;
}
.contrast-page .single-post__sharemedia__social .youtube {
  color: yellow;
}
.single-post__sharemedia__social .fa-youtube-square:before {
  content: "";
}
.contrast-page .single-post__content p a {
  color: yellow;
}
.single-post__tags {
  padding: 10px 0;
  font-size: 0.8rem;
  font-weight: 700;
}
.single-post__tags a {
  color: #282828;
  text-decoration: none;
  transition: all 0.3s;
  font-weight: 400;
}
.single-post__tags a:hover {
  color: #006100;
  text-decoration: underline;
}
.single-post__pagination {
  background-color: #006091;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.single-post__pagination a {
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ebebeb;
  transition: all 0.4s;
}
.single-post__pagination a:hover {
  background-color: #006100;
  color: #fff;
}

.single-post__recommended h2 {
  font-weight: 500;
}
.single-post__recommended h2 a {
  color: #006100;
  text-decoration: none;
  transition: all 0.4s;
}
.single-post__recommended h2 a:hover {
  text-decoration: underline;
}
.single-post__recommended .articles {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 876px) {
  .single-post__recommended .articles {
    justify-content: center;
  }
}
.single-post__recommended .articles article {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 4px 5px lightgray, -5px 4px 7px lightgray, 5px 4px 7px lightgray;
}
.contrast-page .single-post__recommended .articles article {
  background-color: #000;
}
@media screen and (min-width: 610px) and (max-width: 876px) {
  .single-post__recommended .articles article:nth-child(2n-1) {
    margin-right: 15px;
  }
}
.single-post__recommended .articles figure {
  max-width: 280px;
  height: 200px;
  overflow: hidden;
  margin: 0;
  display: flex;
  align-items: center;
}
.single-post__recommended .articles figure img {
  width: 100%;
}
.single-post__recommended .articles figure img:hover {
  cursor: pointer;
}
.single-post__recommended .articles .content {
  padding: 20px;
  max-width: 280px;
}
.single-post__recommended .articles .content h3 {
  font-size: 1.0666666667rem;
  font-weight: 500;
  margin-top: 0;
}
.single-post__recommended .articles .content .details {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.single-post__recommended .articles .content .details .category a {
  color: #006100;
  text-decoration: none;
}
.single-post__recommended .articles .content .details .category a:hover {
  text-decoration: underline;
}
.single-post__recommended .articles .content .excerpt {
  font-size: 0.8rem;
  line-height: 18px;
  max-height: 104px;
  overflow: hidden;
}
.single-post__recommended .articles .content .more {
  margin: 10px 0;
}
.single-post__recommended .articles .content .more a {
  color: #fff;
  background-color: #006100;
  padding: 3px 10px;
  text-decoration: none;
  font-size: 0.8rem;
  transition: all 0.4s;
}
.single-post__recommended .articles .content .more a:hover {
  background-color: #002e00;
}

.investments .single-post__head {
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 10px;
}
.investments .single-post__head .single-post__details__getprint {
  display: flex;
  justify-content: flex-end;
}
.investments .stage {
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 20px;
}
.investments .stage h2 {
  font-size: 1.4666666667rem;
  font-weight: 500;
}
.investments .stage__info {
  width: 100%;
}
.investments .stage__info__row {
  display: flex;
}
.investments .stage__info__row:nth-child(2n-1) {
  background-color: #ebebeb;
}
.investments .stage__info__row__desc {
  flex: 0 0 30%;
}
@media screen and (max-width: 500px) {
  .investments .stage__info__row__desc {
    flex: 0 0 50%;
  }
}
.investments .stage__info__row__square {
  flex: 0 0 40%;
}
@media screen and (max-width: 500px) {
  .investments .stage__info__row__square {
    flex: 0 0 50%;
  }
}
.investments .stage__info__row__square a {
  text-decoration: none;
  color: #282828;
}
.investments .stage__info__row__square a:hover {
  color: #006100;
}
.investments .stage__info__row__file a {
  text-decoration: none;
  color: #0093dd;
}
.investments .stage__info__row__file a:hover {
  color: #006100;
  text-decoration: underline;
}
.investments .stage__gallery div {
  display: flex;
  flex-wrap: wrap;
}
.investments .stage__gallery div figure {
  flex: 25%;
  margin: 0;
}
.investments .stage__gallery div figure img {
  height: 210px;
  width: 210px;
}
.investments .basic__info {
  display: flex;
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 20px;
}
@media screen and (max-width: 770px) {
  .investments .basic__info {
    flex-direction: column;
  }
}
.investments .basic__info figure {
  width: 331px;
  height: 234px;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  overflow: hidden;
}
.investments .basic__info figure img {
  width: 100%;
  height: auto;
}
.investments .basic__info .right {
  width: 100%;
}
.investments .basic__info .right .right-row {
  display: flex;
}
.investments .basic__info .right .right-row div {
  width: calc(100% / 2);
  padding: 5px;
}
.investments .basic__info .right .right-row:nth-child(2n-1) {
  background-color: #ebebeb;
}
.investments .basic__info .right .right_under {
  display: flex;
}
.investments .basic__info .right .right_under div {
  width: calc(100% / 3);
}
.investments .share {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.investments .share .fa-linkedin:before {
  content: "";
}
.investments .share a {
  text-decoration: none;
  margin-left: 10px;
}
.investments .share a em {
  font-size: 40px;
  transition: all 0.4s;
}
.investments .share a em:hover {
  transform: translateY(-5px);
}
.investments .share .facebook {
  color: #3b5998;
}
.investments .share .linkedin {
  color: #0077b5;
}
.investments .share .twitter {
  color: #1da1f2;
}
.investments .share .youtube {
  color: #c84035;
}
.investments .share .fa-youtube-square:before {
  content: "";
}

.galeries__section .galeries__top {
  display: flex;
  justify-content: space-between;
}
.galeries__section .galeries__top h1 {
  color: #242424;
  font-weight: 500;
  font-size: 2.4rem;
}
.galeries__section .galeries__top .over-rec-nav {
  display: flex;
  align-items: center;
}
.galeries__section .galeries__top .over-rec-nav .rec-prev {
  transition: background-color 0.3s;
  background-color: #006100;
  color: #fff;
  height: 42px;
  width: 42px;
  text-indent: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  text-decoration: none;
  border-radius: 50%;
  margin-right: 15px;
}
.galeries__section .galeries__top .over-rec-nav .rec-prev:hover {
  background-color: #002e00;
  cursor: pointer;
}
.galeries__section .galeries__top .over-rec-nav .rec-next {
  transition: background-color 0.3s;
  background-color: #006100;
  color: #fff;
  height: 42px;
  width: 42px;
  text-indent: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  text-decoration: none;
  border-radius: 50%;
}
.galeries__section .galeries__top .over-rec-nav .rec-next:hover {
  background-color: #002e00;
  cursor: pointer;
}
.galeries__section .galeries__main {
  padding-bottom: 50px;
}
.galeries__section .galeries__main #galeries__slider {
  display: flex;
  margin: 0;
  padding-left: 0;
}
.galeries__section .galeries__main #galeries__slider li:hover figure .overlay {
  opacity: 1;
}
.galeries__section .galeries__main #galeries__slider li {
  width: auto;
}
.galeries__section .galeries__main #galeries__slider li figure {
  width: 300px;
  height: 230px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.galeries__section .galeries__main #galeries__slider li figure img {
  height: 100%;
}
.galeries__section .galeries__main #galeries__slider li figure .default__img {
  height: auto;
}
.galeries__section .galeries__main #galeries__slider li figure .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.7);
}
.galeries__section .galeries__main #galeries__slider li figure .overlay .galeries__title {
  position: absolute;
  padding: 10px;
  top: 45%;
  left: 0;
  letter-spacing: 3px;
}
.galeries__section .galeries__main #galeries__slider li figure .overlay .galeries__title a {
  color: #fff;
  background-color: #006100;
  text-decoration: none;
  padding: 5px;
}
.galeries__section .galeries__main #galeries__slider li figure .overlay .galeries__title a:hover {
  background-color: #002e00;
}
.galeries__section .galeries__main #galeries__slider li figure:hover .galeries__title {
  opacity: 1;
}

.contact__event {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 40px;
}
.contact__event .post__item {
  display: flex;
  margin-bottom: 30px;
}
.contact__event .post__item__left {
  margin-right: 20px;
}
.contact__event .post__item__left a figure {
  height: 90px;
  width: 130px;
  overflow: hidden;
}
.contact__event .post__item__left a figure img {
  width: 100%;
  height: auto;
}
.contact__event .post__item__right__cat a {
  color: #006100;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.contact__event .post__item__right__title {
  font-size: 1.2rem;
  margin-bottom: 5px;
  max-height: 48px;
  overflow: hidden;
}
.contact__event .post__item__right__date {
  text-transform: uppercase;
  color: black;
  font-size: 0.8rem;
}

.footer {
  background-color: #383533;
  color: #fff;
  padding: 50px 0;
  font-size: 0.8rem;
}
.contrast-page .footer {
  color: yellow;
}
.footer img {
  filter: grayscale(0);
  transition: all 0.4s;
}
.footer img:hover {
  filter: grayscale(100%);
}
.contrast-page .footer {
  background-color: #000;
}
.footer__contact {
  width: calc(25% - 20px);
}
.footer__menu {
  width: calc(40% - 20px);
}
.footer__newsletter {
  width: calc(35% - 20px);
}
.footer__newsletter .tnp .tnp-field-email {
  position: relative;
}
.footer__newsletter .tnp .tnp-field-email .tnp-email {
  width: 85%;
}
.footer__newsletter .tnp .tnp-field-email button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 5px 15px;
  background-color: #006100;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 20px;
  border: none;
}
.footer__column {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .footer__column {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  .footer__column {
    width: 100%;
  }
}
.footer__column .footer__vertical {
  writing-mode: tb-rl;
  transform: rotate(180deg);
  display: flex;
  justify-content: flex-end;
  padding: 0 20px;
  font-size: 20px;
}
.footer__column .footer__box a img {
  max-width: 150px;
  height: auto;
}
.footer__column .footer__box .footer__logo {
  display: flex;
  justify-content: flex-end;
}
.footer__column .footer__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 28px;
}
.footer__column .footer__grid .menu-item {
  list-style-type: none;
}
.footer__column .footer__grid .menu-item a {
  color: #fff;
}
.footer__column .footer__grid .menu-item a:hover {
  color: #006100;
}
.footer__container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .footer__container {
    flex-wrap: wrap;
    padding: 0 20px;
  }
}
@media screen and (max-width: 992px) {
  .footer__container {
    flex-direction: column;
  }
}
.footer__bottom {
  margin-top: 20px;
}
.footer__bottom .footer__camera a {
  font-size: 1.7333333333rem;
  color: #fff;
  margin-left: 15px;
  transition: all 0.4s;
}
.footer__bottom .footer__camera a .fa-youtube-square::before {
  content: "";
}
.footer__bottom .footer__camera a:hover {
  transform: translateY(5px);
}
.footer__title {
  display: flex;
  font-size: 1.2rem;
  font-weight: 700;
  align-items: baseline;
  margin-top: 0;
  pointer-events: none;
  color: #fff;
  text-decoration: none;
}

.bottom-fotter {
  display: flex;
  justify-content: space-around;
  padding: 20px 0;
}
@media screen and (max-width: 1200px) {
  .bottom-fotter {
    flex-direction: column;
  }
}
.bottom-fotter__erp {
  width: 604px;
  flex: 0 0 604px;
}
@media screen and (max-width: 1200px) {
  .bottom-fotter__erp {
    width: 100%;
    flex: 1;
  }
}
.bottom-fotter__erp img {
  width: 100%;
}
.bottom-fotter__logo {
  width: 252px;
  flex: 0 0 252px;
}
@media screen and (max-width: 1200px) {
  .bottom-fotter__logo {
    width: 100%;
    flex: 1;
  }
}
.bottom-fotter__logo img {
  width: 100%;
}

.md-pvc-total-reports {
  float: none !important;
  display: inline !important;
}
.md-pvc-total-reports .md-pvc-total-reports-sub {
  float: none !important;
  display: inline !important;
  vertical-align: top !important;
}
.md-pvc-total-reports .md-pvc-total-reports-sub span {
  border: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline !important;
}
.md-pvc-total-reports .md-pvc-total-reports-sub span.text {
  display: none !important;
}

.main-page {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1270px) {
  .main-page {
    flex-direction: column;
  }
}
.main-page__news {
  flex: 0 0 760px;
}
@media screen and (max-width: 1270px) {
  .main-page__news {
    flex: 1;
    margin-bottom: 20px;
  }
}
.contrast-page .main-page__news .bx-wrapper {
  background-color: #000;
}
.main-page__sidebar {
  flex: 1;
  margin-left: 20px;
}
@media screen and (max-width: 1270px) {
  .main-page__sidebar {
    margin-left: 0;
    align-self: center;
  }
}
.main-page__news-rest {
  display: flex;
  justify-content: space-between;
}
.main-page__news-rest > div {
  flex: 0 0 calc(50% - 3px);
}
@media screen and (max-width: 900px) {
  .main-page__news-rest {
    flex-direction: column;
  }
}
.main-page__news-important {
  margin: 15px 0;
  border-width: 1px;
  border-color: #f1f1f1;
  border-style: solid;
  background-color: #fff;
  box-shadow: 0px 12px 31.68px 0.32px rgba(40, 40, 40, 0.08);
}
.contrast-page .main-page__news-important {
  border-color: #000;
  background-color: #000;
}
.main-page__news-important .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #fff !important;
  border: 1px solid #006100;
}
.contrast-page .main-page__news-important .bx-wrapper .bx-pager.bx-default-pager a {
  border-color: yellow;
  background-color: #000 !important;
}
.main-page__news-important .bx-wrapper .bx-pager.bx-default-pager a:hover,
.main-page__news-important .bx-wrapper .bx-pager.bx-default-pager a.active,
.main-page__news-important .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background-color: #006100 !important;
}
.contrast-page .main-page__news-important .bx-wrapper .bx-pager.bx-default-pager a:hover,
.contrast-page .main-page__news-important .bx-wrapper .bx-pager.bx-default-pager a.active,
.contrast-page .main-page__news-important .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background-color: #000 !important;
}
.main-page__news-important .bx-wrapper .bx-pager,
.main-page__news-important .bx-wrapper .bx-controls-auto {
  right: 0;
  width: calc(100% - 380px);
}
@media screen and (max-width: 900px) {
  .main-page__news-important .bx-controls {
    display: none;
  }
}
.main-page__galeries {
  margin: 15px 0;
}
.main-page__galeries-cont {
  display: flex;
  margin-top: 6px;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .main-page__galeries-cont {
    flex-wrap: wrap;
  }
}

.main-page__sidebar .bx-wrapper,
.single-post-template__sidebar .bx-wrapper {
  margin-top: 35px;
  margin-bottom: 35px;
}
.main-page__sidebar .bx-next,
.main-page__sidebar .bx-prev,
.single-post-template__sidebar .bx-next,
.single-post-template__sidebar .bx-prev {
  width: 100% !important;
  background: #006100 !important;
  height: 15px !important;
  left: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #282828;
  font-size: 10px;
  text-decoration: none;
}
.contrast-page .main-page__sidebar .bx-next,
.contrast-page .main-page__sidebar .bx-prev,
.contrast-page .single-post-template__sidebar .bx-next,
.contrast-page .single-post-template__sidebar .bx-prev {
  color: yellow;
}
.main-page__sidebar .bx-next:before,
.main-page__sidebar .bx-prev:before,
.single-post-template__sidebar .bx-next:before,
.single-post-template__sidebar .bx-prev:before {
  font-size: 16px;
}
.main-page__sidebar .bx-prev,
.single-post-template__sidebar .bx-prev {
  top: -5px !important;
}
.main-page__sidebar .bx-prev:before,
.single-post-template__sidebar .bx-prev:before {
  content: "c";
}
.main-page__sidebar .bx-next,
.single-post-template__sidebar .bx-next {
  top: calc(100% + 20px) !important;
}
.main-page__sidebar .bx-next:before,
.single-post-template__sidebar .bx-next:before {
  content: "c";
}

.gallery-on-single {
  margin: 15px 0;
}
.gallery-on-single .section-title {
  font-size: 1.1333333333rem;
  margin-bottom: 35px;
}
.gallery-on-single__cont {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}

.usefull-links {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1270px) {
  .usefull-links {
    flex-direction: column;
    max-width: 1020px;
  }
}
@media screen and (max-width: 1095px) {
  .usefull-links {
    max-width: 810px;
  }
}
@media screen and (max-width: 890px) {
  .usefull-links {
    max-width: 400px;
  }
}
@media screen and (max-width: 530px) {
  .usefull-links {
    max-width: 200px;
  }
}
.usefull-links .bx-wrapper {
  max-width: 1220px !important;
  margin: 10px 0;
}
.usefull-links .bx-wrapper .bx-viewport {
  width: 1200px;
}
.usefull-links .bx-wrapper .bx-controls-direction a {
  top: 30%;
  margin: 0;
  background: none;
  transition: background-color 0.3s;
  color: #006100;
  height: 42px;
  width: 42px;
  text-indent: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.9333333333rem;
  text-decoration: none;
  border-radius: 3px;
}
.contrast-page .usefull-links .bx-wrapper .bx-controls-direction a {
  background-color: yellow;
  color: #000;
}
.usefull-links .bx-wrapper .bx-controls-direction a:hover {
  background-color: #006100;
  color: #fff;
}
.usefull-links .bx-wrapper .bx-controls-direction a.bx-prev {
  left: -50px;
}
.usefull-links .bx-wrapper .bx-controls-direction a.bx-next {
  right: -50px;
}
.contrast-page .usefull-links .bx-wrapper {
  background-color: #000;
}
.usefull-links .bx-wrapper ul {
  margin: 0;
  display: flex;
  align-items: center;
}
.usefull-links .bx-wrapper ul li {
  box-shadow: 0px 3px 2px 0px rgba(40, 40, 40, 0.1);
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom__efs {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
}
.bottom__efs img {
  max-width: 100%;
}
.bottom__efs .efs {
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
}

.single-post-template {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f8f8f8;
}
.single-post-template__article {
  flex: 0 0 865px;
}
.single-post-template__galleries {
  flex: 0 0 865px;
}
.single-post-template__sidebar {
  flex: 1;
  margin-left: 20px;
}
.single-post-template__attachments-title {
  font-size: 1.0666666667rem;
  font-weight: 700;
  color: #282828;
  margin: 15px 0;
}
.contrast-page .single-post-template__attachments-title {
  color: yellow;
}
.single-post-template__attachments-title:hover {
  text-decoration: underline;
}
.single-post-template__attachment-title {
  font-size: 0.8rem;
  font-weight: 400;
  flex: 1;
  margin-left: 5px;
}
.single-post-template__attachment-icon {
  font-size: 24px;
}
.single-post-template__attachment-size, .single-post-template__attachment-title, .single-post-template__attachment-icon {
  color: #0093dd;
}
.contrast-page .single-post-template__attachment-size, .contrast-page .single-post-template__attachment-title, .contrast-page .single-post-template__attachment-icon {
  color: yellow;
}
.single-post-template__prev-next {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0;
}
.single-post-template__prev-next a {
  background-color: #006100;
  color: #fff;
  text-transform: uppercase;
  line-height: 31px;
  font-size: 1.2006666667rem;
  font-weight: 700;
  margin-left: 15px;
  text-decoration: none;
  padding: 0 10px;
}
.contrast-page .single-post-template__prev-next a {
  color: #000;
  background-color: yellow;
}
.single-post-template__attachment {
  display: flex;
  align-items: center;
  padding: 6px 0;
  text-decoration: none;
}
.single-post-template__attachment:hover {
  text-decoration: underline;
}
.single-post-template__attachment + .single-post-template__attachment {
  border-top: 1px solid #e1e1e1;
}
.contrast-page .single-post-template__attachment + .single-post-template__attachment {
  border-top-color: yellow;
}
.single-post-template__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #282828;
  text-transform: uppercase;
}
.contrast-page .single-post-template__title {
  color: yellow;
}
.single-post-template__facebook, .single-post-template__twitter {
  text-decoration: none;
  font-size: 16px;
  margin-right: 3px;
}
.single-post-template__facebook {
  color: #4469b0;
}
.single-post-template__twitter {
  color: #2aa3ef;
}
.single-post-template__details {
  display: flex;
  align-items: center;
}
.single-post-template__author, .single-post-template__date {
  color: #0093dd;
  font-size: 0.8rem;
  font-weight: 400;
  margin-left: 5px;
}
.contrast-page .single-post-template__author, .contrast-page .single-post-template__date {
  color: yellow;
}
.single-post-template__content {
  color: #282828;
  font-size: 0.9333333333rem;
  font-weight: 400;
  display: flow-root;
  margin: 20px 0;
}
.contrast-page .single-post-template__content {
  color: yellow;
}
.single-post-template__content .gallery {
  display: flex;
  justify-content: space-between;
}
.single-post-template__content .gallery figure {
  margin: 0;
}
.single-post-template__content .bx-wrapper ul {
  max-width: 860px;
}

.single-gallery h1 {
  font-size: 24px;
  font-weight: 700;
  color: #282828;
}
.contrast-page .single-gallery h1 {
  color: yellow;
}
.single-gallery figure {
  max-width: 860px;
  height: 500px;
  overflow: hidden;
}
.single-gallery figure img {
  max-width: 100%;
}
.single-gallery .gallery-head {
  display: flex;
  flex: 0 0 860px;
  justify-content: space-between;
}
.single-gallery .gallery-head__left {
  justify-content: flex-start;
}
.single-gallery .gallery-head__left > :nth-child(1) {
  flex: 0 0 580px !important;
  height: 440px !important;
}
.single-gallery .gallery-head__left > :nth-child(1) .relative-cont {
  flex: 0 0 580px !important;
  height: 440px !important;
}
.single-gallery .gallery-head__left > :nth-child(1) .relative-cont a img {
  width: 100%;
  height: 100%;
}
.single-gallery .gallery-head__left > :not(:first-child) {
  height: 180px;
  width: 260px;
}
.single-gallery .gallery-head__right {
  justify-content: flex-end !important;
}
.single-gallery .gallery-thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .single-gallery .gallery-thumbs {
    justify-content: center;
  }
}
.single-gallery .gallery-thumbs .over-cont:hover .relative-cont .overlay {
  opacity: 1;
}
.single-gallery .gallery-thumbs .over-cont {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 275px;
  height: 220px;
}
@media screen and (max-width: 640px) {
  .single-gallery .gallery-thumbs .over-cont:nth-child(2n-1) {
    margin-right: 15px;
  }
}
@media screen and (max-width: 510px) {
  .single-gallery .gallery-thumbs .over-cont:nth-child(2n-1) {
    margin-right: 0;
  }
}
.single-gallery .gallery-thumbs .over-cont .relative-cont {
  flex: 0 0 275px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  height: 220px;
  margin-bottom: 30px;
  position: relative;
}
.single-gallery .gallery-thumbs .over-cont .relative-cont img {
  flex: 1;
  height: 100%;
  min-width: 230px;
}
.single-gallery .gallery-thumbs .over-cont .relative-cont .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.single-gallery .gallery-thumbs .over-cont .relative-cont .lupa {
  font-size: 3.3333333333rem;
  color: white;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  padding: 0 12px;
}
.single-gallery .gallery-thumbs .over-cont .relative-cont:hover .lupa {
  opacity: 1;
}
.single-gallery .single-post__pagination {
  margin-top: 20px;
}

img.alignleft {
  float: left;
  margin: 10px 10px 10px 0;
}

.single-post-template__content p img.alignright {
  margin: 10px 0 10px 10px;
}

.article-list .section-title {
  margin-top: 15px;
}
.article-list .slide-article {
  border-width: 1px;
  border-color: #f1f1f1;
  border-style: solid;
  background-color: #fff;
  box-shadow: 0px 12px 31.68px 0.32px rgba(40, 40, 40, 0.08);
  margin-top: 15px;
}
.contrast-page .article-list .slide-article {
  border-color: yellow;
  background-color: #000;
}
.article-list .slide-article__left {
  flex: 0 0 304px;
  line-height: 0;
}
.article-list .slide-article__right {
  width: calc(100% - 304px);
}
.article-list .slide-article__title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.article-list .slide-article__content {
  height: 64.5px;
}
.article-list .slide-article__more-cont {
  margin: 10px 0 0;
}

.weather-block__item {
  display: flex;
  align-items: center;
  height: 100px;
}
.weather-block__item:nth-of-type(2n) {
  background-color: #ebebeb;
  border-top: 2px solid #e1e1e1;
  border-bottom: 2px solid #e1e1e1;
}
.contrast-page .weather-block__item:nth-of-type(2n) {
  border-top-color: #000;
  border-bottom-color: #000;
  background-color: #000;
}
.weather-block__label {
  flex: 1;
  text-transform: uppercase;
  padding: 0 30px;
}
.weather-block__icon {
  color: #0093dd;
  font-size: 34px;
  flex: 0 0 100px;
  text-align: center;
  border-right: 3px solid #e1e1e1;
}
.contrast-page .weather-block__icon {
  color: yellow;
}
.weather-block__value, .weather-block__label {
  font-size: 1.0666666667rem;
  font-weight: 700;
  color: #282828;
}
.contrast-page .weather-block__value, .contrast-page .weather-block__label {
  color: yellow;
}
.weather-block__value {
  flex: 0 0 200px;
}

.links_with_icons {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 578px;
}
.links_with_icons .link_with_icon {
  background-color: #ebebeb;
  height: 86px;
  display: flex;
  align-items: center;
}
.contrast-page .links_with_icons .link_with_icon {
  background-color: #000;
}
.links_with_icons .link_with_icon a {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 10px;
  text-decoration: none;
}
.links_with_icons .link_with_icon a:before, .links_with_icons .link_with_icon a:after {
  content: " ";
  flex: 1;
}
.links_with_icons .link_with_icon a:before {
  order: 1;
}
.links_with_icons .link_with_icon a:after {
  order: 3;
}
.links_with_icons .link_with_icon a span {
  flex: 0 0 calc(100% - 150px);
  text-transform: uppercase;
  font-size: 1.0666666667rem;
  font-weight: 700;
  color: #282828;
  order: 4;
}
.contrast-page .links_with_icons .link_with_icon a span {
  color: yellow;
}
.links_with_icons .link_with_icon a img {
  order: 2;
}

.gallery-main-page {
  position: relative;
}
.gallery-main-page__img {
  line-height: 0;
  height: 100%;
}
.gallery-main-page__img > a {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery-main-page__img img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.gallery-main-page:hover .gallery-main-page__hover {
  display: flex;
}
.gallery-main-page__hover {
  display: none;
  background-color: rgba(40, 40, 40, 0.5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #f5f5f5;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.gallery-main-page__title {
  font-size: 0.7413333333rem;
}
.gallery-main-page__date {
  font-size: 0.5766666667rem;
}
.gallery-main-page__more {
  font-size: 0.494rem;
  padding: 0 10px;
  border-radius: 5px;
  border-width: 2px;
  border-color: #fff;
  border-style: solid;
  width: 57px;
  height: 16px;
  line-height: 13px;
  text-decoration: none;
  color: inherit;
  margin-top: 10px;
}

.small-post {
  border-width: 1px;
  border-color: #f1f1f1;
  border-style: solid;
  margin-top: 6px;
}
.contrast-page .small-post {
  border-color: yellow;
}
.small-post__cont {
  display: flex;
}
.small-post__cont-2 {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.small-post__social-date {
  display: flex;
  align-items: center;
}
.small-post__right {
  flex: 1;
  padding: 10px;
}
.small-post__img {
  flex: 0 0 193px;
}
.small-post__img img {
  width: 100%;
}
.small-post__title {
  margin: 0;
  font-weight: 700;
  font-size: 0.9333333333rem;
  color: #282828;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 38px;
}
.contrast-page .small-post__title {
  color: yellow;
}
.small-post__content {
  font-size: 0.7333333333rem;
  color: #282828;
  line-height: 1.9;
  max-height: 80px;
  overflow: hidden;
}
.contrast-page .small-post__content {
  color: yellow;
}
.small-post__content p {
  margin: 0;
}
.small-post__date {
  color: #282828;
  font-size: 0.7333333333rem;
}
.contrast-page .small-post__date {
  color: yellow;
}
.small-post__more {
  color: #282828;
  font-size: 0.7333333333rem;
  text-decoration: none;
}
.contrast-page .small-post__more {
  color: yellow;
}
.small-post__facebook, .small-post__twitter {
  text-decoration: none;
  font-size: 16px;
  margin-right: 3px;
}
.small-post__facebook {
  color: #4469b0;
}
.small-post__twitter {
  color: #2aa3ef;
}

.slide-article {
  display: flex;
}
@media screen and (max-width: 900px) {
  .slide-article {
    flex-direction: column;
  }
}
.slide-article__left {
  flex: 0 0 380px;
}
@media screen and (max-width: 900px) {
  .slide-article__left {
    flex: 1;
  }
}
.slide-article__left img {
  width: 100%;
}
.slide-article__right {
  flex: 1;
  padding: 20px 15px;
}
@media screen and (max-width: 900px) {
  .slide-article__right {
    display: none;
  }
}
.slide-article__title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #282828;
  margin: 0 0 20px;
}
.contrast-page .slide-article__title {
  color: yellow;
}
.slide-article__content {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.9;
  color: #282828;
  height: 86px;
  overflow: hidden;
}
.contrast-page .slide-article__content {
  color: yellow;
}
.slide-article__more {
  font-size: 0.8666666667rem;
  font-weight: 500;
  color: #282828;
  text-decoration: none;
}
.contrast-page .slide-article__more {
  color: yellow;
}
.slide-article__facebook, .slide-article__twitter {
  text-decoration: none;
  font-size: 16px;
  margin-right: 3px;
}
.slide-article__facebook {
  color: #4469b0;
}
.slide-article__twitter {
  color: #2aa3ef;
}
.slide-article__date {
  color: #0093dd;
  font-size: 0.7333333333rem;
}
.contrast-page .slide-article__date {
  color: yellow;
}
.slide-article__more-cont {
  display: flex;
  justify-content: flex-end;
  margin: 10px 0;
}
.slide-article__details {
  display: flex;
  align-items: center;
}

.eee {
  background-color: #ebebeb !important;
  border-bottom: 1px solid #ebebeb !important;
  font-weight: 700;
}

.weather {
  display: flex;
}
.weather .main-content {
  flex: 0 0 760px;
}
.weather .main-content h1 {
  margin-bottom: 50px;
}
.weather .main-content .container2 .weather-details {
  font-family: "Raleway";
}
.weather .main-content .container2 .weather-details .weather-row {
  height: 100px;
  display: flex;
  align-items: center;
}
.weather .main-content .container2 .weather-details .weather-row:nth-of-type(2n-1) {
  background-color: #ebebeb;
}
.weather .main-content .container2 .weather-details .weather-row:nth-of-type(2n) i {
  border-right: 3px solid #ebebeb;
}
.weather .main-content .container2 .weather-details .weather-row span {
  text-transform: uppercase;
  padding-left: 35px;
  font-weight: 700;
  flex: 0 0 400px;
  font-size: 1.0666666667rem;
}
.weather .main-content .container2 .weather-details .weather-row i {
  font-size: 2.2666666667rem;
  color: #0093dd;
  padding: 0 35px;
}
.weather .main-content .container2 .weather-details .weather-row .weather-value {
  font-weight: 700;
  font-size: 1.0666666667rem;
}

.galleries-section {
  background-color: #f8f8f8;
}
.galleries-section .single-post-template {
  margin-top: 0;
  padding-top: 20px;
}

.gallery-single {
  display: flex;
  background-color: #fff;
  margin-top: 20px;
  box-shadow: 2px 5px 7px lightgrey;
}
.gallery-single__thumb figure {
  width: 331px;
  height: 234px;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  overflow: hidden;
}
.gallery-single__thumb figure img {
  max-width: 100%;
  max-height: 100%;
}
.gallery-single__content {
  position: relative;
  padding-left: 30px;
  width: 532px;
}
.contrast-page .gallery-single__content {
  background-color: #000;
}
.gallery-single__title {
  font-weight: 500;
  font-size: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0;
  margin-bottom: 15px;
}
.gallery-single__more {
  font-size: 0.8rem;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.gallery-single__more a {
  background-color: #006100;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  transition: all 0.4s;
}
.gallery-single__more a:hover {
  background-color: #002e00;
}
.gallery-single__date {
  font-size: 0.8rem;
}
.gallery-single__date .fa-calendar-check {
  color: #006100;
  margin-right: 5px;
}
.contrast-page .gallery-single__date .fa-calendar-check {
  color: yellow;
}
.gallery-single__date .fa-map-marker-alt {
  color: #006100;
  margin-right: 5px;
}
.contrast-page .gallery-single__date .fa-map-marker-alt {
  color: yellow;
}
.gallery-single__date .fa-coins {
  color: #006100;
  margin-right: 5px;
}
.contrast-page .gallery-single__date .fa-coins {
  color: yellow;
}
.gallery-single__date :nth-child(2) {
  color: #006100;
}
.contrast-page .gallery-single__date :nth-child(2) {
  color: yellow;
}
.gallery-single__date__item {
  text-transform: uppercase;
}
.gallery-single__description {
  font-size: 0.8rem;
  max-height: 75px;
  overflow: hidden;
  margin-top: 15px;
  padding-right: 10px;
}
.gallery-single__description p {
  margin-top: 0;
}
.gallery-single__more-info {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #88888a;
  font-size: 0.8rem;
  margin-top: 20px;
  padding: 10px;
  align-items: center;
}
.gallery-single__share .fa-facebook-square {
  font-size: 20px;
  color: #4267b2;
}
.contrast-page .gallery-single__share .fa-facebook-square {
  color: yellow;
}
.gallery-single__share .fa-linkedin {
  font-size: 20px;
  color: #0077b5;
}
.contrast-page .gallery-single__share .fa-linkedin {
  color: yellow;
}
.gallery-single__share .fa-twitter-square {
  font-size: 20px;
  color: #38a1f3;
}
.contrast-page .gallery-single__share .fa-twitter-square {
  color: yellow;
}

.sidebar-galeries {
  margin-left: 20px;
  flex: 1;
}

.categories-sidebar {
  margin-bottom: 30px;
}
.categories-sidebar__title {
  color: #fff;
  background-color: #000;
  text-align: center;
  padding: 15px;
}
.categories-sidebar__item {
  border-bottom: 2px dotted #88888a;
  padding: 10px;
}
.categories-sidebar__item a {
  text-decoration: none;
  color: #000;
}
.categories-sidebar__item a:hover {
  color: #006100;
}

.gallery-thumbs {
  width: 100%;
  margin-bottom: 35px;
}
.gallery-thumbs__header {
  text-align: center;
}
.gallery-thumbs__sub-header {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 10px;
}
.gallery-thumbs .gallery-down {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
.gallery-thumbs .gallery-down .relative-cont {
  flex: 0 0 calc(25% - 15px);
  margin: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  min-width: 160px;
}
.gallery-thumbs .gallery-down .relative-cont img {
  flex: none;
  height: 100%;
}

.simp .gallery-featured {
  margin-top: 35px;
  margin-bottom: 35px;
}

.pagination {
  background-color: #0093dd;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.contrast-page .pagination {
  background-color: yellow;
}
.pagination__left {
  font-size: 15px;
  align-self: center;
  background-color: #0093dd;
}
.contrast-page .pagination__left {
  background-color: yellow;
}
.pagination__left a,
.pagination__left span {
  text-decoration: none;
  color: #fff;
  padding: 0 10px;
  transition: all 0.5s;
}
.contrast-page .pagination__left a,
.contrast-page .pagination__left span {
  color: #000;
}
.pagination__left a:hover,
.pagination__left span:hover {
  background-color: #b8b8b8;
}
.pagination__left .current {
  font-weight: 700;
}
.pagination__right {
  background-color: #006100;
  padding: 5px 10px;
  transition: all 0.5s;
}
.contrast-page .pagination__right {
  background-color: #000;
  border: 1px solid yellow;
}
.pagination__right:hover {
  background-color: #002e00;
}
.pagination__right a {
  text-decoration: none;
  color: #fff;
}

.contact-page__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-bottom: 30px;
}
.contact-page__head:after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #006100;
  position: absolute;
  bottom: 0;
}
.contact-page__head .contact__getprint {
  display: flex;
}
.contact-page__head .contact__getprint .to_print {
  color: #000;
  font-size: 2rem;
  cursor: pointer;
}
.contact-page__head .contact__getprint .to_download {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.contact-page__head .contact__getprint .to_download div {
  padding: 0;
}
.contact-page__head .contact__getprint .to_download div i {
  font-size: 2rem;
  color: #000;
}
.contact-page__print {
  display: flex;
  justify-content: flex-end;
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 10px;
}
.contact-page__social {
  font-size: 3.3333333333rem;
  padding-top: 10px;
}
.contact-page__social a {
  text-decoration: none;
}
.contact-page__social .facebook {
  color: #4267b2;
  margin-right: 10px;
}
.contact-page__social .linkedin {
  color: #0077b5;
  margin-right: 10px;
}
.contact-page__social .twitter {
  color: #38a1f3;
  margin-right: 10px;
}
.contact-page__social .youtube {
  color: #ff0000;
}
.contact-page__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.contact-page__row:after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #006100;
  position: absolute;
  bottom: 0px;
}
.contact-page__row .column div {
  line-height: 30px;
}
.contact-page__row .column__sub {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.contact-page__bank {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.contact-page__bank:after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #006100;
  position: absolute;
  bottom: 0px;
}
.contact-page__bank__data {
  display: flex;
  padding: 20px 0;
}
.contact-page__bank__data__name {
  margin-right: 30px;
}
.contact-page .form-info {
  font-weight: 700;
  font-size: 1.7333333333rem;
  margin-bottom: 20px;
}
.contact-page__map {
  max-width: 859px;
  margin-bottom: 30px;
}
.contact-page__content a {
  color: #006100;
}
.contact-page__content .fields-form .row .field-up {
  width: 50%;
}
.contact-page__content .fields-form .row .field-up:first-of-type {
  padding-right: 10px;
}
.contact-page__content .fields-form .row .field-up:nth-of-type(2) {
  padding-left: 10px;
}
.contact-page__content .fields-form .row .field-up input {
  min-width: 100%;
  border: 2px solid #ebebeb;
  height: 26px;
}
.contact-page__content .fields-form .row .field {
  width: 100%;
}
.contact-page__content .fields-form .row .field input,
.contact-page__content .fields-form .row .field textarea {
  min-width: 100%;
  resize: none;
  border: 2px solid #ebebeb;
}
.contact-page__content .fields-form .row .field input {
  height: 26px;
}
.contact-page__content .fields-form .row .field textarea {
  height: 250px;
}
.contact-page__content .fields-form .row input[type=submit] {
  border: none;
  font-size: 1.0666666667rem;
  padding: 0 50px;
  transition: all 0.4s;
  text-transform: initial;
  font-weight: 600;
}
.contact-page__content .fields-form .row input[type=submit]:hover {
  background-color: #11afff;
  cursor: pointer;
}
.contact-page__content .row-down {
  justify-content: space-between;
}
.contact-page hr {
  border: 1px solid #ebebeb;
}
.contact-page h2 {
  font-size: 1.4666666667rem;
  font-weight: 500;
}

.e_publikacje ._df_thumb {
  width: 280px !important;
  height: 400px !important;
}
.e_publikacje .content__e_publikacje {
  display: flex;
}
.e_publikacje .content__e_publikacje__right {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.e_publikacje .content__e_publikacje__right .right__desc h2 {
  text-transform: uppercase;
  text-align: left;
}
.e_publikacje .content__e_publikacje__right .share {
  height: 100%;
  align-items: flex-end;
  display: flex;
  justify-content: flex-start;
}
.e_publikacje article .right {
  width: 100%;
}
.e_publikacje article .right .details {
  margin-bottom: 10px;
}
.e_publikacje article .right .content__excerpt {
  font-size: 0.8rem;
  line-height: 20px;
  max-height: 80px;
  overflow: hidden;
  margin: 0;
}

.sidebar-galeries {
  margin-left: 30px;
  max-width: 311px;
}
@media screen and (max-width: 570px) {
  .sidebar-galeries {
    margin: 15px;
  }
}
.sidebar-galeries__categories {
  background-color: #fff;
  margin-bottom: 30px;
}
.sidebar-galeries__title {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  margin-top: 0;
}
.sidebar-galeries__events {
  margin-bottom: 30px;
}
.sidebar-galeries__events img {
  width: 100%;
}
.sidebar-galeries__events img:hover {
  cursor: pointer;
}
.sidebar-galeries__galleries {
  margin-bottom: 30px;
}
.sidebar-galeries__galleries .galleries-grid {
  display: flex;
  flex-wrap: wrap;
}
.sidebar-galeries__galleries .galleries-grid article {
  width: calc(100% / 3);
  height: 100px;
  margin-bottom: 3px;
}
.sidebar-galeries__galleries .galleries-grid article figure {
  height: 100px;
  width: 100px;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.sidebar-galeries__galleries .galleries-grid article figure a:hover img {
  transform: scale(1.1);
}
.sidebar-galeries__galleries .galleries-grid article figure a img {
  flex: 1;
  height: 100%;
  transition: all 0.5s;
}
.sidebar-galeries__weather {
  border: 2px solid #000;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}
.sidebar-galeries__weather h2 {
  font-size: 1.4666666667rem;
  font-weight: 500;
}
.sidebar-galeries__weather__today {
  font-size: 0.9333333333rem;
}
.sidebar-galeries__weather__name_day {
  font-size: 0.8rem;
}
.sidebar-galeries__weather__degrees {
  font-size: 2rem;
}
.sidebar-galeries__weather__pm10, .sidebar-galeries__weather__air-status {
  font-size: 0.8rem;
  line-height: 18px;
}
.sidebar-galeries__weather__air-status {
  margin-bottom: 20px;
}
.sidebar-galeries__newsletter {
  background-color: #222;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.sidebar-galeries__newsletter h2 {
  padding-top: 25px;
  font-weight: 500;
}
.sidebar-galeries__newsletter span {
  font-weight: 400;
  font-size: 0.8rem;
}
.sidebar-galeries__newsletter .tnp-subscription {
  width: 90%;
  padding-bottom: 20px;
  margin-top: 0;
}
.sidebar-galeries__newsletter .tnp-subscription form {
  margin-top: 20px;
}
.sidebar-galeries__newsletter .tnp-subscription .email,
.sidebar-galeries__newsletter .tnp-subscription .submit {
  border-radius: 5px;
}
.sidebar-galeries__follow {
  border: 2px solid #ebebeb;
  text-align: center;
  margin-bottom: 30px;
}
.sidebar-galeries__follow p {
  color: #000;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 25px 0;
  margin: 0;
}
.sidebar-galeries__follow .share {
  padding-bottom: 30px;
}
.sidebar-galeries__follow .share .fa-linkedin:before {
  content: "";
}
.sidebar-galeries__follow .share a {
  text-decoration: none;
  margin-left: 5px;
}
.sidebar-galeries__follow .share a em {
  font-size: 50px;
}
.sidebar-galeries__follow .share .facebook {
  color: #3b5998;
}
.sidebar-galeries__follow .share .linkedin {
  color: #0077b5;
}
.sidebar-galeries__follow .share .twitter {
  color: #1da1f2;
}
.sidebar-galeries__follow .share .youtube {
  color: #c4302b;
}
.sidebar-galeries__follow .share .fa-youtube-square:before {
  content: "";
}
.sidebar-galeries__app {
  text-align: center;
}
.sidebar-galeries__app :nth-child(2) {
  margin-bottom: 20px;
}
.sidebar-galeries__app .getapp {
  background-color: #222;
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
.sidebar-galeries__app .getapp a {
  color: #fff;
  text-decoration: none;
  align-items: center;
  display: flex;
}
.sidebar-galeries__app .getapp a img {
  margin-right: 5px;
}

.single-event__thumbnail figure {
  width: 743px;
  height: 500px;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  overflow: hidden;
}
.single-event__thumbnail figure img {
  max-width: 100%;
  max-height: 100%;
}
.single-event__head {
  text-align: center;
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 10px;
  position: relative;
}
.single-event__head span {
  position: absolute;
  bottom: 25px;
  right: 0;
}
.single-event__content img {
  box-shadow: 10px 10px 7px grey;
}

.pages__children .children__title {
  background-image: url('images/pages_section.png');
  color: #fff;
  padding: 35px 10px;
}
.pages__children .children__title span {
  color: #fff;
  padding: 15px;
  background-color: rgba(137, 194, 28, 0.8);
  text-transform: uppercase;
  font-size: 1.6rem;
}
.pages__children .child-page-container {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.pages__children .child-page-container .child-page {
  position: relative;
  border: 1px solid #006100;
  margin-bottom: 20px;
  margin-right: 21px;
}
.pages__children .child-page-container .child-page:nth-child(3n) {
  margin-right: 0;
}
.pages__children .child-page-container .child-page-thumb {
  width: 270px;
  height: 230px;
  overflow: hidden;
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
  opacity: 1;
  transition: all 0.4s;
}
.pages__children .child-page-container .child-page-thumb:hover {
  box-shadow: 0 0 15px #006100;
}
.pages__children .child-page-container .child-page-thumb:hover .child-page-title {
  transform: translateY(-20px);
  visibility: visible;
  opacity: 1;
  max-height: 95px;
  max-width: 250px;
  max-height: 124px;
  overflow: hidden;
}
.pages__children .child-page-container .child-page-thumb:hover .child-page-title .child-page-title-main:hover {
  text-decoration: underline;
}
.pages__children .child-page-container .child-page-thumb:hover .child-page-excerpt-main {
  visibility: visible;
}
.pages__children .child-page-container .child-page-thumb .child-page-title {
  position: absolute;
  top: 45%;
  left: 20px;
  transition: all 0.5s;
  padding: 5px;
  max-height: 124px;
  overflow: hidden;
}
.pages__children .child-page-container .child-page-thumb .child-page-title .child-page-title-main {
  font-size: 1rem;
  background-color: rgba(137, 194, 28, 0.9);
  padding: 5px;
  color: #fff;
}
.pages__children .child-page-container .child-page-thumb .child-page-title .child-page-excerpt-main {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 5px;
  font-size: 0.8rem;
  max-height: 76px;
}
.pages__children .child-page-container .child-page-thumb .child-page-title a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
.pages__children .child-page-container .child-page-thumb figure {
  margin: 0;
}
.pages__children .child-page-container .pages__thumb {
  width: 270px;
  height: 230px;
  overflow: hidden;
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
  opacity: 1;
}
.pages__children .child-page-container .pages__thumb img {
  height: 100%;
}
.pages__children .child-page-container .pages__thumb img :hover .title__img {
  display: block;
  transform: translateY(200px);
}
.pages__children .child-page-container .pages__thumb .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.7);
}
.pages__children .child-page-container .pages__thumb .overlay .page__in__section {
  position: absolute;
  padding: 10px;
  top: 45%;
  left: 0;
  letter-spacing: 3px;
}
.pages__children .child-page-container .pages__thumb .overlay .page__in__section a {
  color: #fff;
  background-color: #006100;
  text-decoration: none;
  padding: 5px;
}
.pages__children .child-page-container .pages__thumb .overlay .page__in__section a:hover {
  background-color: #002e00;
}
.pages__children .child-page-container .pages__thumb .overlay figure:hover .page__in__section {
  opacity: 1;
}
.pages__children .child-page-container .title__img {
  position: absolute;
  bottom: -100px;
  left: 0;
  color: red;
  display: none;
  transition: all 0.4s;
}

@keyframes moved {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes moved_second {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes moved_third {
  0% {
    transform: translateX(0px), rotate(90deg);
  }
  50% {
    transform: translateX(10px), rotate(90deg);
  }
  100% {
    transform: translateX(0px), rotate(90deg);
  }
}
.block {
  display: flex !important;
}

.unrotate {
  transform: rotate(0deg);
}

.sidebar__breadcrumb {
  background-color: #ebebeb;
  margin-bottom: 20px;
  margin-left: 30px;
  max-width: 311px;
  flex: 1;
  list-style-type: none;
  text-decoration: none;
}
.contrast-page .sidebar__breadcrumb {
  background-color: #000;
}
@media screen and (max-width: 1049px) {
  .sidebar__breadcrumb {
    margin-left: 0;
    min-width: 100%;
  }
}
.sidebar__breadcrumb a {
  color: #282828;
  list-style-type: none;
  text-decoration: none;
}
.sidebar__breadcrumb__over {
  width: 100%;
}
.contrast-page .sidebar__breadcrumb__over {
  background-color: #333333;
}
.sidebar__breadcrumb__over > li > a > div > .fa-angle-right {
  display: none;
}
.sidebar__breadcrumb__over .bg_item {
  background-color: #006100;
  color: #fff;
  font-weight: 700;
}
.sidebar__breadcrumb__over .sidebar_item {
  transition: all 0.4s;
}
.contrast-page .sidebar__breadcrumb__over .sidebar_item {
  color: yellow;
}
.sidebar__breadcrumb__over .sidebar_item:hover {
  background-color: #006100;
  color: #fff;
}
.sidebar__breadcrumb__over div {
  list-style-type: none;
  text-decoration: none;
  padding-left: 0;
}
.sidebar__breadcrumb__over div .link_item .sidebar_item {
  border-bottom: 1px solid #fff;
  padding: 5px;
}
.sidebar__breadcrumb__over div .children {
  list-style-type: none;
  text-decoration: none;
  padding-left: 0;
  margin: 0;
}
.sidebar__breadcrumb__over div .children li a .sidebar_item {
  position: relative;
}
.sidebar__breadcrumb__over div .children li a .sidebar_item .fa-angle-right,
.sidebar__breadcrumb__over div .children li a .sidebar_item .fa-angle-down {
  font-size: 20px;
}
.sidebar__breadcrumb__over div .stage1 i {
  padding: 5px 10px;
  margin-right: 10px;
  border: 1px solid #006100;
}
.sidebar__breadcrumb__over div .stage1 i:hover {
  background-color: black;
}
.sidebar__breadcrumb__over div .stage2 {
  position: relative;
}
.sidebar__breadcrumb__over div .stage2 i {
  padding: 5px 10px;
  margin-right: 10px;
  margin-left: 15px;
  border: 1px solid #006100;
}
.sidebar__breadcrumb__over div .stage2 i:hover {
  background-color: black;
}
.sidebar__breadcrumb__over div .stage2 .vertical_up {
  position: absolute;
  top: 56%;
  left: 36px;
  height: 47%;
  width: 2px;
  background-color: #fff;
  z-index: 1;
}
.sidebar__breadcrumb__over div .stage3 {
  position: relative;
}
.sidebar__breadcrumb__over div .stage3 i {
  padding: 5px 10px;
  margin-right: 10px;
  margin-left: 30px;
  border: 1px solid #006100;
}
.sidebar__breadcrumb__over div .stage3 i:hover {
  background-color: black;
}
.sidebar__breadcrumb__over div .stage3 .vertical_up {
  position: absolute;
  top: 56%;
  left: 51px;
  height: 47%;
  width: 2px;
  background-color: #fff;
  z-index: 1;
}
.sidebar__breadcrumb__over div .stage3 .horizontal {
  position: absolute;
  top: 49.25%;
  left: 36px;
  height: 2px;
  background-color: #fff;
  width: 12px;
}
.sidebar__breadcrumb__over div .stage3 .vertical_down {
  position: absolute;
  bottom: 50%;
  left: 36px;
  height: 50%;
  width: 2px;
  background-color: #fff;
  z-index: 1;
}
.sidebar__breadcrumb__over div .stage4 {
  position: relative;
}
.sidebar__breadcrumb__over div .stage4 i {
  padding: 5px 10px;
  margin-right: 10px;
  margin-left: 45px;
  border: 1px solid #006100;
}
.sidebar__breadcrumb__over div .stage4 i:hover {
  background-color: black;
}
.sidebar__breadcrumb__over div .stage4 .horizontal {
  position: absolute;
  top: 49.25%;
  left: 51px;
  height: 2px;
  background-color: #fff;
  width: 12px;
}
.sidebar__breadcrumb__over div .stage4 .vertical_down {
  position: absolute;
  bottom: 50%;
  left: 51px;
  height: 50%;
  width: 2px;
  background-color: #fff;
  z-index: 1;
}
.sidebar__breadcrumb__over div .page_item_has_children .sidebar_item {
  display: flex;
  align-items: center;
}
.sidebar__breadcrumb__over div .page_item_has_children .children li .link_item .sidebar_item {
  display: flex;
  align-items: center;
  display: none;
}
.sidebar__breadcrumb__over div .page_item_has_children .children li .link_item .sidebar_item:hover {
  animation: gradientLoad 1s forwards;
}
.sidebar__breadcrumb__over div .page_item_has_children .children li .link_item .sidebar_item:hover .children li .link_item .sidebar_item {
  display: block;
}
.sidebar__breadcrumb__over div .page_item_has_children .children .page_item_has_children li .link_item .sidebar_item {
  display: flex;
  align-items: center;
  display: none;
}
.sidebar__breadcrumb__over div .page_item_has_children .children .page_item_has_children li .link_item .sidebar_item:hover {
  animation: gradientLoad 1s forwards;
}

@-webkit-keyframes gradientLoad {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@-moz-keyframes gradientLoad {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes gradientLoad {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.trouble__site {
  width: 100%;
  height: 100%;
  background-color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.trouble__site .error {
  background-color: #fff;
  padding: 30px;
  box-shadow: 10px 10px 115px inset #ccc;
  border-radius: 10px;
  text-align: center;
}
.trouble__site .error__img a img {
  max-height: 250px;
}
.trouble__site .error__content {
  margin: 20px 0;
}
.trouble__site .error__content__number {
  margin: 20px 0;
  font-size: 50px;
}
.trouble__site .error__content__back a {
  font-size: 18px;
  color: #282828;
  text-decoration: none;
}
.trouble__site .error__content__back a:hover {
  text-decoration: underline;
}
.trouble__site .error__copy {
  display: flex;
  justify-content: flex-end;
}

.bg-submenu {
  background-color: #d2d2d2 !important;
}

.postImage {
  position: relative;
}

.postImage > a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.postImage > img {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
}

.postImage > h1 {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}

.postImage:hover img {
  opacity: 0.5;
  display: block;
  background-color: red;
}

.postImage:hover h1 {
  display: block;
}

.archive-title {
  margin-bottom: 30px;
}
.archive-title > h2 {
  font-size: 1.0666666667rem;
}

.gallery-archive-wrapper {
  display: flex;
}
@media (max-width: 1200px) {
  .gallery-archive-wrapper {
    flex-wrap: wrap;
  }
}

.gallery-categories,
.events-categories,
.news-categories {
  margin-bottom: 30px;
}
.gallery-categories__anchor,
.events-categories__anchor,
.news-categories__anchor {
  display: inline-block;
  color: black;
  font-size: 0.9333333333rem;
  font-weight: 500;
  margin: 10px;
}
.gallery-categories__anchor:hover, .gallery-categories__anchor:focus,
.events-categories__anchor:hover,
.events-categories__anchor:focus,
.news-categories__anchor:hover,
.news-categories__anchor:focus {
  text-decoration: underline;
  color: #006100;
}
.gallery-categories__anchor.active,
.events-categories__anchor.active,
.news-categories__anchor.active {
  padding: 3px 6px;
  background-color: #006100;
  color: white;
}

@media (max-width: 1200px) {
  .galleries {
    width: 100%;
  }
}

.galleries-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 640px) {
  .galleries-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 360px) {
  .galleries-list {
    grid-template-columns: 1fr;
  }
}
.galleries-list__title {
  font-size: 1.0666666667rem;
  margin: 12px 0;
}
.galleries-list__more {
  display: block;
  width: 100%;
  font-size: 0.8rem;
  color: white;
  background-color: #006100;
  padding: 3px 6px;
  text-align: right;
}
.galleries-list__more a {
  color: white;
  font-size: 0.8rem;
}
.galleries-list__date-cat-wrapper {
  display: flex;
  align-items: center;
}
.galleries-list__date {
  color: black;
}
.galleries-list__date, .galleries-list__category {
  font-size: 0.8rem;
  text-transform: uppercase;
}
.galleries-list__category {
  color: #006100;
}
.galleries-list__category a {
  color: #006100;
}
.galleries-list__details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.galleries-list__share {
  font-size: 1.0666666667rem;
}

.pagination {
  grid-column-end: 2;
  background-color: transparent;
  justify-content: flex-end;
}
.pagination .pagination__left,
.pagination .pagination__right {
  background-color: transparent;
}
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #006100;
  color: white;
  margin: 4px;
  padding: 4px 10px;
  height: 27px;
}
.pagination .page-numbers.current {
  background-color: #e8e8e8;
  color: black;
}

.gallery-header {
  width: calc(100% - 215px);
  margin-bottom: 25px;
  border-bottom: 4px solid #006100;
}
.gallery-header__title {
  font-size: 1.6rem;
}
.gallery-header__date {
  color: black;
}
.gallery-header__date, .gallery-header__category {
  font-size: 0.8rem;
  text-transform: uppercase;
}
.gallery-header__category {
  color: #006100;
}
.gallery-header__category a {
  color: #006100;
}
.gallery-header__details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.gallery-header__share {
  width: 100%;
  margin: 10px 0;
  font-size: 1.4666666667rem;
}

.single-gallery-header-wrapper {
  display: flex;
  align-items: center;
}
.single-gallery__wrapper {
  display: flex;
  margin-bottom: 55px;
}
.single-gallery__thumbnail {
  margin-right: 25px;
  width: 400px;
  flex-shrink: 0;
}
.single-gallery__print {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 215px;
}
.single-gallery__print .to_print {
  font-size: 1.8666666667rem;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  margin: 15px;
}
.single-gallery__print .dkpdf-button-container {
  all: unset;
  width: 24px;
  height: 40px;
  overflow: hidden;
  text-align: unset !important;
}
.single-gallery__print .dkpdf-button-container .dkpdf-button {
  font-size: 1.3333333333rem;
  color: black;
}

.events-page-wrapper {
  display: flex;
}
@media (max-width: 1200px) {
  .events-page-wrapper {
    flex-wrap: wrap;
  }
}

.events-section {
  width: calc(100% - 311px);
}
@media (max-width: 1200px) {
  .events-section {
    width: 100%;
  }
}

.event {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .event {
    flex-wrap: wrap;
  }
}
.event__thumbnail {
  width: 270px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .event__thumbnail {
    width: 100%;
    height: 300px;
  }
}
.event__thumbnail img {
  transition: all 0.4s;
  max-height: 250px;
}
.event__content {
  width: calc(100% - 270px - 20px);
  margin-left: 20px;
}
@media (max-width: 640px) {
  .event__content {
    width: 100%;
    margin-left: 0;
  }
}
.event__excerpt {
  font-size: 0.8rem;
  margin: 12px 0;
}
.event__date-cat-wrapper {
  display: flex;
  align-items: center;
}
.event__title {
  font-size: 1.0666666667rem;
}
.event__date {
  color: black;
}
.event__date, .event__category {
  font-size: 0.8rem;
  text-transform: uppercase;
}
.event__category {
  color: #006100;
}
.event__category a {
  color: #006100;
}
.event__more {
  display: block;
  width: 100%;
  font-size: 0.8rem;
  color: white;
  background-color: #006100;
  padding: 3px 6px;
  text-align: right;
}
.event__more a {
  color: white;
  font-size: 0.8rem;
}
.event__share {
  font-size: 1.2rem;
}
.event__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.single-event__header,
.single-post__header {
  position: relative;
  padding-right: 12%;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 4px solid #006100;
}
.single-event__title,
.single-post__title {
  font-size: 1.6rem;
}
.single-event__date-cat-wrapper,
.single-post__date-cat-wrapper {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.single-event__date,
.single-post__date {
  color: black;
}
.single-event__date, .single-event__category,
.single-post__date,
.single-post__category {
  font-size: 0.8rem;
  text-transform: uppercase;
}
.single-event__category,
.single-post__category {
  color: #006100;
}
.single-event__category a,
.single-post__category a {
  color: #006100;
}
.single-event__print,
.single-post__print {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}
.single-event__print .to_print,
.single-post__print .to_print {
  font-size: 1.8666666667rem;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  margin: 0 15px;
}
.single-event__print .dkpdf-button-container,
.single-post__print .dkpdf-button-container {
  all: unset;
  width: 24px;
  height: 40px;
  overflow: hidden;
  text-align: unset !important;
}
.single-event__print .dkpdf-button-container .dkpdf-button,
.single-post__print .dkpdf-button-container .dkpdf-button {
  font-size: 1.3333333333rem;
  color: black;
}
.single-event__share,
.single-post__share {
  font-size: 1.6rem;
  margin-right: 15px;
}
.single-event__price,
.single-post__price {
  margin-right: 15px;
}
.single-event__meta-wrapper,
.single-post__meta-wrapper {
  display: flex;
  align-items: center;
}
.single-event__thumbnail-image,
.single-post__thumbnail-image {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  max-height: 250px;
}
.single-event__content img,
.single-post__content img {
  box-shadow: none;
}

.single-post__date-cat-wrapper {
  margin: 0;
}
.single-post__details {
  border-bottom: 0;
}

.attachments__title {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.attachment {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px dashed #eaeaea;
  color: black;
  font-size: 0.9333333333rem;
}
.attachment__icon {
  font-size: 1.3333333333rem;
  color: #006100;
  margin-right: 10px;
}
.attachment__size {
  margin-left: auto;
}

#languages-btn {
  display: flex;
  align-items: center;
}

.languages {
  position: relative;
  background-color: transparent;
  border: 0;
  color: white;
  padding: 0;
  cursor: pointer;
}
.languages__title {
  margin-bottom: 0;
  font-size: 0.8rem;
}
.languages-list {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  background-color: #006100;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}
.languages-list.active {
  max-height: 350px;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
.languages-list .glink {
  display: inline-block;
  color: white !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 3px 7px;
  font-size: 0.8rem !important;
  margin-left: 0 !important;
}
.languages .active-language {
  margin-left: 8px;
  font-weight: bold;
  position: relative;
}
.languages .active-language::after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url('../img/left-arrow.svg');
  transform: rotate(-90deg);
  margin-left: 7px;
}

.over-hero {
  position: relative;
}
.over-hero .hero img {
  max-width: unset;
}
.over-hero .over-weather-cont {
  position: relative;
}
.over-hero .over-weather-cont .hero-weather {
  position: absolute;
  bottom: 100px;
  right: 0;
  border: 3px solid #ebebeb;
  background-color: rgba(137, 194, 28, 0.8);
  z-index: 1;
  text-align: center;
  color: #fff;
}
.over-hero .over-weather-cont .hero-weather__up {
  display: flex;
  justify-content: space-between;
  margin: 15px 30px;
  font-size: 1.3333333333rem;
}
.over-hero .over-weather-cont .hero-weather__up__pressure {
  margin-right: 10px;
}
.over-hero .over-weather-cont .hero-weather__pm10, .over-hero .over-weather-cont .hero-weather__air-status {
  font-size: 1.0666666667rem;
  margin: 10px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
  text-decoration: underline;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child > a.mega-menu-link {
  border-left: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
  text-decoration: underline;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item:nth-child(2n-1) {
  background-color: beige;
  padding: 0 5px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  font-size: 22px;
  line-height: 1;
  background-color: #a0a0a0;
  color: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  margin: 0 2px 0 0;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  margin: 5px;
  transition: all 0.4s;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:hover {
  background-color: lightgrey;
}

.information-toggle {
  display: none;
}
@media (max-width: 820px) {
  .information-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 35px;
    height: 40px;
    background-color: #006100;
    border: 0;
    color: white;
  }
}

@media (max-width: 820px) {
  .header__right__down__search {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 35px;
    height: 40px;
  }
}

@media (max-width: 820px) {
  .mega-menu-toggle {
    margin: 0 10px;
  }
}

@media (max-width: 1120px) {
  .header__home .container .header__right__up {
    flex-wrap: wrap;
  }
}
@media (max-width: 820px) {
  .header__home .container .header__right__up {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #222;
    height: 100%;
    width: 100%;
    max-width: 400px;
    z-index: 99;
    transform: translateX(100%);
    transition: all 0.2s linear;
  }
  .header__home .container .header__right__up.active {
    transform: translateX(0);
  }
  .header__home .container .header__right__up .header__right__up__weather,
.header__home .container .header__right__up .header__right__up__wcag,
.header__home .container .header__right__up .header__right__up__eboi,
.header__home .container .header__right__up .header__right__up__social {
    display: block;
    width: 100%;
    padding: 20px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header__home .container .header__right__up .header__right__up__weather a,
.header__home .container .header__right__up .header__right__up__wcag a,
.header__home .container .header__right__up .header__right__up__eboi a,
.header__home .container .header__right__up .header__right__up__social a {
    margin: 0;
  }
}

.information-close {
  display: none;
}
@media (max-width: 820px) {
  .information-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    background-color: #006100;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: 0;
    cursor: pointer;
  }
}

@media (max-width: 820px) {
  .header__home .container .header__left__desc {
    font-size: 1.2rem;
    line-height: 20px;
    padding-bottom: 0;
  }
}
@media (max-width: 820px) {
  .header__home .container .header__left {
    padding: 10px;
    min-width: 180px;
  }
  .header__home .container .header__left .logo img {
    height: 80px;
    width: auto;
  }
}

.window-close {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "А";
  font-size: 20px;
  width: 20px;
  height: 20px;
}

.komunikaty-section {
  width: 100%;
}

.threats figure a {
  width: auto !important;
  height: auto;
}
.threats figure a img {
  max-height: 234px;
  width: auto !important;
}

.single-post__date {
  margin-right: 5px;
}

#cookie-notice {
  background: #006100 !important;
}

#cn-accept-cookie {
  background: white !important;
  color: #006100 !important;
}

a {
  color: #004b8c;
  text-decoration: underline;
}

/* Christmas mode styles */
body.christmas-page header .options {
  background-color: #e60000;
}
body.christmas-page header .logo {
  position: relative;
}
body.christmas-page header .logo::before {
  display: inline-block;
  content: url('images/christmas.png');
  position: absolute;
  top: 40px;
  left: 20px;
}
body.christmas-page #main-menu .primary {
  background-color: #e60000;
}
body.christmas-page #main-menu .primary li {
  background-color: #e60000;
}
body.christmas-page #main-menu .primary li a {
  color: white;
}
body.christmas-page #menu-menu-drugie li a {
  color: white;
}
body.christmas-page .news-section .news-navigation .news-nav-buttons .swiper-button-prev,
body.christmas-page .news-section .news-navigation .news-nav-buttons .swiper-button-next,
body.christmas-page .events-section .more-news a,
body.christmas-page .content-title {
  border-color: #e60000;
}
body.christmas-page .news-section .swiper-slide .article .more,
body.christmas-page .gallery-section .gallery-list .more {
  color: #e60000;
}
body.christmas-page #new-calendar-widget .calendar-head,
body.christmas-page #new-calendar-widget .calendar-row .single-cell.with-event a {
  background-color: #b30000;
}
body.christmas-page #no-events-today .title-content,
body.christmas-page .gallery-section .gallery-list span,
body.christmas-page #new-calendar-widget .months,
body.christmas-page .komunikaty-bar,
body.christmas-page .komunikaty-bar .close-link,
body.christmas-page .container-head .container-head-over .container .for-somebody,
body.christmas-page .na-skroty .column .item .title,
body.christmas-page .mobile,
body.christmas-page .submit,
body.christmas-page .e-urzad .e-urzad-form .row input.submit,
body.christmas-page footer.main {
  background-color: #e60000;
}
body.christmas-page #no-events-today {
  background-color: white;
  border: 1px solid #e60000;
}

/* Easter mode styles */
body.easter-page header .options {
  background-color: green;
}
body.easter-page header .logo {
  position: relative;
}
body.easter-page header .logo::before {
  display: inline-block;
  content: url('images/easter.png');
  position: absolute;
  top: 40px;
  left: 20px;
}
body.easter-page #main-menu .primary {
  background-color: green;
}
body.easter-page #main-menu .primary li {
  background-color: green;
}
body.easter-page #main-menu .primary li a {
  color: white;
}
body.easter-page #menu-menu-drugie li a {
  color: white;
}
body.easter-page .news-section .news-navigation .news-nav-buttons .swiper-button-prev,
body.easter-page .news-section .news-navigation .news-nav-buttons .swiper-button-next,
body.easter-page .events-section .more-news a,
body.easter-page .content-title {
  border-color: green;
}
body.easter-page .news-section .swiper-slide .article .more,
body.easter-page .gallery-section .gallery-list .more {
  color: green;
}
body.easter-page #new-calendar-widget .calendar-head,
body.easter-page #new-calendar-widget .calendar-row .single-cell.with-event a {
  background-color: #004d00;
}
body.easter-page #no-events-today .title-content,
body.easter-page .gallery-section .gallery-list span,
body.easter-page #new-calendar-widget .months,
body.easter-page .komunikaty-bar,
body.easter-page .komunikaty-bar .close-link,
body.easter-page .container-head .container-head-over .container .for-somebody,
body.easter-page .na-skroty .column .item .title,
body.easter-page .mobile,
body.easter-page .submit,
body.easter-page .e-urzad .e-urzad-form .row input.submit,
body.easter-page footer.main {
  background-color: green;
}
body.easter-page #no-events-today {
  background-color: white;
  border: 1px solid green;
}

/* Mouurning mode styles */
body.mourning-page header .options {
  background-color: #272727;
}
body.mourning-page header .logo {
  position: relative;
}
body.mourning-page header .logo::before {
  display: inline-block;
  content: url('images/ribbon.png');
  position: absolute;
  top: 30px;
  left: -30px;
}
body.mourning-page .secondary__menu,
body.mourning-page .main__newslist .nav-tabs .active a,
body.mourning-page .main__new .post__new__content__more,
body.mourning-page .footer__newsletter .tnp .tnp-field-email button,
body.mourning-page .events .events__main #events-swiper #events-swiper-pagination,
body.mourning-page .events .events__main #new-calendar-widget .months,
body.mourning-page .header__home .container .header__right__down__search {
  background: #272727;
}
body.mourning-page .over-hero,
body.mourning-page .logo img {
  filter: grayscale(1);
}
body.mourning-page #main-menu .primary {
  background-color: #272727;
}
body.mourning-page #main-menu .primary li {
  background-color: #272727;
}
body.mourning-page #main-menu .primary li a {
  color: white;
}
body.mourning-page #menu-menu-drugie li a {
  color: white;
}
body.mourning-page .news-section .news-navigation .news-nav-buttons .swiper-button-prev,
body.mourning-page .news-section .news-navigation .news-nav-buttons .swiper-button-next,
body.mourning-page .events-section .more-news a,
body.mourning-page .content-title {
  border-color: #272727;
}
body.mourning-page .news-section .swiper-slide .article .more,
body.mourning-page .gallery-section .gallery-list .more {
  color: #272727;
}
body.mourning-page #new-calendar-widget .calendar-head,
body.mourning-page #new-calendar-widget .calendar-row .single-cell.with-event a {
  background-color: #0d0d0d;
}
body.mourning-page #no-events-today .title-content,
body.mourning-page .gallery-section .gallery-list span,
body.mourning-page #new-calendar-widget .months,
body.mourning-page .komunikaty-bar,
body.mourning-page .komunikaty-bar .close-link,
body.mourning-page .container-head .container-head-over .container .for-somebody,
body.mourning-page .na-skroty .column .item .title,
body.mourning-page .mobile,
body.mourning-page .submit,
body.mourning-page .e-urzad .e-urzad-form .row input.submit,
body.mourning-page footer.main {
  background-color: #272727;
}
body.mourning-page #no-events-today {
  background-color: white;
  border: 1px solid #272727;
}

/* Contrast mode styles */
body.contrast-page {
  background-color: #000;
  color: yellow;
}
body.contrast-page header .options,
body.contrast-page .articles-wazne__cat,
body.contrast-page .articles-news__cat {
  background-color: #000;
  color: yellow;
}
body.contrast-page header .container-head .container-head-over .container .for-somebody,
body.contrast-page #main-menu .primary li,
body.contrast-page .komunikaty-bar,
body.contrast-page .komunikaty-bar .close-link,
body.contrast-page #new-calendar-widget .months,
body.contrast-page .gallery-section .gallery-list span,
body.contrast-page .gallery-section .gallery-list .more,
body.contrast-page .na-skroty .column .item .title,
body.contrast-page .mobile,
body.contrast-page footer.main {
  background-color: #000;
}
body.contrast-page #menu-menu-drugie > li a,
body.contrast-page #main-menu .primary li a,
body.contrast-page .marqueee span a,
body.contrast-page .right-items .item .title.bip,
body.contrast-page #new-calendar-widget .months .months-cal .curr-month,
body.contrast-page #no-events-today ul li a,
body.contrast-page .events-section .more-news a,
body.contrast-page #no-events-today-poll .title,
body.contrast-page .e-urzad .announcements .article .right .details .item .blue,
body.contrast-page .e-urzad .e-urzad-form .row .input label,
body.contrast-page .komunikaty-bar .close-link,
body.contrast-page .news-section .swiper-slide .article .more,
body.contrast-page .na-skroty .column .item .title,
body.contrast-page .gallery-section .gallery-list span,
body.contrast-page .custom-articles__more,
body.contrast-page .articles-wazne__date,
body.contrast-page .articles-wazne__title,
body.contrast-page .articles-news__date,
body.contrast-page .articles-news__title,
body.contrast-page .articles-wazne__button-next,
body.contrast-page .articles-wazne__button-prev {
  color: yellow;
}
body.contrast-page #no-events-today .title-content {
  background-color: #000;
  color: yellow;
  border-bottom: 1px solid yellow;
}
body.contrast-page .gallery-section .gallery-list ul li {
  margin: 0;
  padding: 10px;
}
body.contrast-page .gallery-section .gallery-list ul li a {
  color: yellow;
}
body.contrast-page #no-events-today,
body.contrast-page .events-section .more-news a,
body.contrast-page .content-title {
  border-color: yellow;
}
body.contrast-page .gallery-section .articles .article figure .title,
body.contrast-page #no-events-today {
  background-color: #000;
  color: yellow;
}
body.contrast-page #new-calendar-widget .calendar-row .single-cell.with-event a {
  background-color: yellow;
  color: #000;
}
body.contrast-page .na-skroty .news-navigation .news-nav-buttons .swiper-button-prev,
body.contrast-page .na-skroty .news-navigation .news-nav-buttons .swiper-button-next,
body.contrast-page .news-section .news-navigation .news-nav-buttons .swiper-button-prev,
body.contrast-page .news-section .news-navigation .news-nav-buttons .swiper-button-next {
  background-color: yellow;
  border-color: yellow;
}
body.contrast-page .e-urzad .e-urzad-search input.text,
body.contrast-page .e-urzad .e-urzad-form .row input.submit {
  background-color: #000;
  color: yellow;
  border: 1px solid yellow;
}
body.contrast-page .e-urzad .e-urzad-search input.text::placeholder,
body.contrast-page .e-urzad .e-urzad-form .row input.submit::placeholder {
  color: yellow;
}
body.contrast-page .e-urzad .e-urzad-search input.submit,
body.contrast-page .e-urzad .e-urzad-form .row .input input,
body.contrast-page .e-urzad .e-urzad-form .row .input input,
body.contrast-page .e-urzad .e-urzad-form .row .input textarea {
  color: yellow;
  background-color: #000;
  border: 1px solid yellow;
}
body.contrast-page .regions-nav {
  padding: 15px;
  border: 1px solid rgba(255, 255, 0, 0.35);
  background-color: rgba(255, 255, 0, 0.05);
}
body.contrast-page .regions-nav__list li {
  margin: 7px;
}
body.contrast-page .regions-nav__list li.current_page_item a {
  color: yellow;
}
body.contrast-page .regions-nav__list a {
  color: yellow;
}
body.contrast-page .regions-nav__list a:hover {
  color: yellow;
}
body.contrast-page .secondary__menu {
  background-color: #000;
  color: yellow;
}
body.contrast-page .secondary__menu__cont li a:hover {
  color: yellow;
  filter: brightness(100%);
}
body.contrast-page .main__newslist .nav-tabs li a {
  color: yellow;
}
body.contrast-page .main__newslist .nav-tabs .active a {
  color: #000;
  color: yellow;
}
body.contrast-page .main__newslist .tab-content .tab-pane .post__item__right__cat a {
  color: yellow;
}
body.contrast-page .main__new .post__new__content__more {
  background-color: yellow;
  color: #000;
}
body.contrast-page .main__new .post__new__content__more a {
  color: #000;
}
body.contrast-page .main__new .post__new__content__cat__details {
  color: yellow;
}
body.contrast-page .events .events__main #events-swiper #events-swiper-pagination {
  background-color: #000;
}
body.contrast-page .footer__newsletter .tnp .tnp-field-email button,
body.contrast-page .header__home .container .header__right__down__search,
body.contrast-page .gallery-categories__anchor.active,
body.contrast-page .events-categories__anchor.active,
body.contrast-page .news-categories__anchor.active {
  background-color: yellow !important;
  color: #000 !important;
}
body.contrast-page .footer__bottom .footer__camera a,
body.contrast-page .footer__column .footer__grid .menu-item a,
body.contrast-page .header__home .container .header__right__up__social a,
body.contrast-page #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
body.contrast-page .event__category a,
body.contrast-page .gallery-categories__anchor,
body.contrast-page .events-categories__anchor,
body.contrast-page .news-categories__anchor,
body.contrast-page .event__share a em,
body.contrast-page .sidebar__news__menu .secondary__menu__cont li a,
body.contrast-page .header__white div,
body.contrast-page .header__white a,
body.contrast-page .header__white li,
body.contrast-page .contact__event .post__item__right__cat a {
  color: yellow !important;
}
body.contrast-page .over-hero .over-weather-cont .hero-weather,
body.contrast-page #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  background-color: #000 !important;
  color: yellow !important;
}
body.contrast-page .pagination .page-numbers,
body.contrast-page .sidebar__news__menu,
body.contrast-page .search-form .row input[type=text],
body.contrast-page .search-form .row input[type=date] {
  background-color: #000;
  color: yellow;
  border: 1px solid yellow;
}
body.contrast-page .sidebar__news__menu .secondary__menu__cont li a {
  filter: brightness(100%);
}
body.contrast-page .header__home,
body.contrast-page .event__more,
body.contrast-page .sidebar__news__menu .secondary__menu__cont .tnp-subscription .submit-field .tnp-submit {
  background-color: #000 !important;
  color: yellow !important;
}
body.contrast-page .header__home .container .header__right__down__search i {
  color: #000;
}
body.contrast-page .contact-page__head:after {
  background-color: yellow;
}
body.contrast-page .main__newslist .nav-tabs .active a {
  color: #000;
  background-color: yellow;
}

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