html,
body {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: underline;
  color: #367946;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova/ProximaNova-Regular.eot");
  src: local("Proxima Nova Regular"), local("ProximaNova-Regular"), url("../fonts/ProximaNova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@media (min-width: 1980px) {
  html {
    font-size: 18px;
  }
}

@media (min-width: 2300px) {
  html {
    font-size: 20px;
  }
}

@media (min-width: 2600px) {
  html {
    font-size: 22px;
  }
}

@media (min-width: 2900px) {
  html {
    font-size: 24px;
  }
}

@media (min-width: 3200px) {
  html {
    font-size: 26px;
  }
}

@media (max-width: 1180px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 1030px) {
  html {
    font-size: 12px;
  }
}

@media (max-width: 890px) {
  html {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

.wrapper {
  width: 100%;
  border-top: solid 0.25rem #367946;
  font-family: 'PF DinDisplay Pro';
  border-bottom: solid 0.25rem #c92f35;
}

.container {
  max-width: 64.375rem;
  padding: 0 0.9375rem;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .header {
    padding-bottom: 0.9375rem;
  }
}

.header__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 6.5625rem;
  position: relative;
}

@media (max-width: 767px) {
  .header__row {
    height: 5rem;
  }
}

@media (max-width: 480px) {
  .header .social {
    display: none;
  }
}

.logo {
  display: block;
  width: 10.625rem;
}

.logo img {
  max-width: 100%;
}

.search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2.5rem;
}

.search-input {
  width: 23.4375rem;
  border: 0.125rem solid #c92f35;
  height: 100%;
  outline: none;
  padding: 0 0.75rem;
  font-size: 0.875rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px !important;
	-webkit-appearance: none;
}

@media (max-width: 767px) {
  .search-input {
    width: -webkit-calc(100% - 6.875rem);
    width: calc(100% - 6.875rem);
  }
}

.search-input::-webkit-input-placeholder {
  color: #a7b0bd;
}

.search-input::-moz-placeholder {
  opacity: 1;
  color: #a7b0bd;
}

.search-submit {
  width: 6.875rem;
  background-color: #c92f35;
  border: none;
  height: 100%;
  outline: none;
  cursor: pointer;
  position: relative;
  padding-left: 1.5625rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 2.25rem;
  color: #fff;
  letter-spacing: 0.0625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.search-submit:hover {
  background-color: #dd343a;
}

.search-submit:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: url("../img/search-ico.png") no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 0.8125rem;
  left: 0.8125rem;
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  width: 6.875rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 0;
}

.social a {
  display: block;
  color: #a7b0bd;
  font-size: 1.375rem;
}

.social a:hover {
  color: #868d97;
}

.weather {
  width: 4.375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
}

.weather .type {
  margin-right: 0.625rem;
  width: 2.125rem;
}

.weather .temp {
  font-size: 0.875rem;
  color: #545455;
}

.top-news {
  padding: 1.125rem 0;
  background-color: #27292c;
	display:none !important;
}

section.top-news {display:none;}

.top-news__title {
  font-weight: 500;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}

.news-slider {
  margin: 1.125rem -0.625rem;
}

@media (max-width: 767px) {
  .news-slider {
    margin: 1.125rem 0;
  }
}


.news {
  position: relative;
  display: block;
  width: 14.6875rem;
  margin: 0 auto;
}

.news__img {
  width: 100%;
}

.news__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.125rem 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.slide .news__content:before {
  z-index: 1;
  content: "";
  position: absolute;
  background: rgba(41, 41, 41, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide .news__content .news__title, .slide .news__content .news__date {
  z-index: 2
}


.news__title {
  font-weight: 500;
  text-align: center;
  font-size: 1.0625rem;
  line-height: 1.3;
  margin: 0.625rem 0;
  max-width: 100%;
}

.news__title a {
  font-weight: 500;
  text-align: center;
  font-size: 1.0625rem;
  line-height: 1.3;
  margin: 0.625rem 0;
  max-width: 100%;
  color: #fff;
  outline: none;
}

.news__date {
  font-weight: 300;
  text-align: center;
  font-size: 0.8125rem;
}

.main {
  padding-top: 3.4375rem;
  padding-bottom: 2.1875rem;
}

.main .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .main .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.main__title {
  color: #414042;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding-right: 4.0625rem;
  background: #fff;
  margin: 0;
  display: inline-block;
  font-weight: 500;
  color: #414042;
  letter-spacing: 0.05rem;
  padding-bottom: 1.25rem;
  margin-bottom: -1.25rem;
  left: -0.1875rem;
}

.timeline-news {
  border: 0.1875rem solid #edf2f8;
  width: -webkit-calc(100% - 21.5625rem);
  width: calc(100% - 21.5625rem);
  margin-right: 2.1875rem;
  margin-top: 0.9375rem;
}

@media (max-width: 767px) {
  .timeline-news {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
	  margin-bottom: 20px;
  }
}

.timeline-news .main__title {
  position: relative;
  top: -1.0625rem;
}

.side {
  max-width: 19.375rem;
  width: 100%;
}

@media (max-width: 767px) {
  .side {
    margin-top: 1.875rem;
	  margin:auto;
  }
}

.side .main__title {
  margin-bottom: 0.0625rem;
}

.news-day {
  border-left: 0.1875rem solid #edf2f8;
  padding-bottom: 1.5625rem;
  position: relative;
  left: -0.1875rem;
}

.news-day.today {
  border-left: 0.1875rem solid #c92f35;
}

.title-day {
  margin: 0;
  margin-bottom: 1.5625rem;
  text-transform: uppercase;
  color: #5e6773;
  font-size: 0.8125rem;
  padding: 0rem 0.625rem;
  height: 1.875rem;
  line-height: 1.875rem;
  font-weight: normal;
  background-color: #edf2f8;
  display: inline-block;
  position: relative;
}

.title-day.label {
  position: relative;
  -webkit-transform: translate(-0.1875rem, -50%);
  -ms-transform: translate(-0.1875rem, -50%);
  transform: translate(-0.1875rem, -50%);
}

.title-day:after {
  content: '';
  position: absolute;
  right: -1.4375rem;
  top: 0rem;
  border: 0.9375rem solid transparent;
  border-left: 0.5rem solid #edf2f8;
}

.news-day.today .title-day {
  background-color: #c92f35;
  color: #fff;
}

.news-day.today .title-day:after {
  border-left: 0.5rem solid #c92f35;
}

.news-list {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 1.25rem;
  padding-right: 1.1875rem;
}

.news-list li {
  margin-bottom: 0.71875rem;
}

.news-list li:last-child {
  margin-bottom: 0;
}

.news-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

@media (max-width: 767px) {
  .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: row;
  }
}

.news-item:hover .news-title {
  text-decoration: underline;
}

.news-item.important .news-title {
  color: #367946;
  text-decoration: underline;
  font-size: 1.0625rem;
  font-weight: 500;
}

.news-item.important .time {
  font-weight: 500;
}

.news-item .time {
  font-size: 0.8125rem;
  color: #a7b0bd;
  margin-right: 0.625rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

.news-item .news-article {
  font-size: 1.0625rem;
  color: #414042;
  line-height: 1.3;
  margin: 0;
  max-width: 100%;
}

.news-item .news-article .source {
  font-size: 0.8125rem;
  color: #79797b;
}

.all-news {
  font-size: 0.875rem;
  color: #c92f35;
  padding-left: 3.875rem;
  margin-top: 1.875rem;
  display: block;
  font-weight: 300;
  text-decoration: none;
}

.all-news:hover {
  text-decoration: none;
}

.all-news a {
  color: #c92f35;
}
.all-news span.current {
  font-weight: 600
}

.all-news span {
  font-family: 'Proxima Nova';
}

.all-news .page-numbers {
  margin-right: 5px;
}

.publication {
  background: #edf2f8;
  margin-bottom: 1.25rem;
}

.publication__img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.publication__content {
  padding: 0.9375rem;
  text-align: center;
}

.publication__title {
  text-align: center;
  color: #414042;
  max-width: 13.4375rem;
  margin: 0 auto;
  font-size: 1.1875rem;
  font-weight: 500;
  margin-bottom: 0.9375rem;
}

.publication .date {
  color: #79797b;
  font-size: 0.8125rem;
  text-align: center;
  font-weight: 300;
  display: block;
  line-height: 1.3;
  padding-bottom: 0.3125rem;
	margin-top: 5px;
}

.voting {
  margin: 1.875rem 0;
}

.voting__title {
  font-size: 1.125rem;
  line-height: 1.3;
  text-align: center;
  color: #414042;
  font-weight: 500;
}

.voting label {
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 1.875rem;
  margin-right: 0.9375rem;
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 1.25rem;
  color: #414042;
}

.voting label:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.625rem;
  position: absolute;
  left: 0;
  bottom: 0rem;
  background-color: #fff;
  border: 0.0625rem solid #79797b;
}

.voting label:after {
  content: "";
  display: none;
  width: 0.625rem;
  height: 0.625rem;
  position: absolute;
  left: 0.25rem;
  bottom: 0.25rem;
  background-color: #40804f;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.voting input[type=radio],
.voting input[type=checkbox] {
  display: none;
}

.voting .Buttons {
  width: 6.875rem;
  margin: 1.25rem auto;
  margin-top: 0.625rem;
  height: 1.875rem;
  cursor: pointer;
  outline: none;
  background-color: #c92f35;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.875rem;
  border: none;
  display: block;
}

.voting button:hover {
  background-color: #dd343a;
}

.voting input[type=radio]:checked + label:after {
  display: block;
}

.voting input[type=checkbox]:checked + label:after {
  -webkit-border-radius: 0;
  border-radius: 0;
  display: block;
}

.voting-news {
  margin-top: 0;
}

.voting-news .voting__title {
  margin-top: 0;
}

.radio label:before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.banner {
  margin: 1.875rem 0;
  max-width: 19.375rem;
  height: 15.625rem;
  width: 100%;
  background-color: #eeeeee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner img {
  width: 100%;
}

.banner .text {
  text-align: center;
  font-size: 0.875rem;
  margin: 0;
  color: #545455;
  line-height: 1.3;
}

.fb-block img {
  max-width: 19.8125rem;
  width: 100%;
}

.fb-block__head {
  height: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  background-color: #27292c;
}

.footer .container {
  position: relative;
}

.footer__row {
  height: 7.1875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 767px) {
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    height: auto;
    padding: 1.5625rem 0;
  }
}

.footer .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

@media (max-width: 767px) {
  .footer .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 1.25rem 0;
    padding-left: 2.5rem;
  }
}

.footer .nav li {
  list-style: none;
  color: #818791;
  padding: 0 0.8125rem;
  position: relative;
}

@media (max-width: 767px) {
  .footer .nav li {
    margin-top: 0.45rem;
  }

}

	.all-news {
		padding-left: 0 !important;
		margin-bottom: 20px;
		text-align: center;
	}

.footer .nav li:before {
  content: "";
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #818791;
  position: absolute;
  top: 0.5rem;
  left: -0.1875rem;
}

.footer .nav li:first-child:before {
  display: none;
}

@media (max-width: 767px) {
  .footer .nav li:first-child:before {
    display: block;
  }
}

.footer .nav a {
  text-transform: uppercase;
  font-size: 0.8125rem;
  color: #818791;
  text-decoration: none;
}

.footer .nav a:hover {
  text-decoration: underline;
}

.footer .logo-footer {
  width: 8.8125rem;
  padding-bottom: 0.625rem;
}

.footer .logo-footer img {
  max-width: 100%;
}

.footer .social {
  width: auto;
}

.footer .social a {
  font-size: 1.125rem;
  width: 2.25rem;
  height: 2.25rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 0.0625rem solid #6b7686;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.footer .social li {
  margin: 0 0.3125rem;
}

.copyring {
  font-size: 0.75rem;
  color: #5a5d62;
  margin: 0;
  line-height: 1.35;
  padding-bottom: 0.3125rem;
  position: absolute;
  bottom: 0;
}

@media (max-width: 767px) {
  .copyring {
    position: static;
    text-align: center;
  }
}

.copyring2 {
  font-size: 0.75rem;
  color: #5a5d62;
  margin: 0;
  line-height: 1.35;
  padding-bottom: 0.3125rem;

}

@media (max-width: 767px) {
  .copyring2 {
    position: static;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .search-form {
    display: none;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .search-form.mob {
    position: absolute;
    bottom: -50px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
}

.top-news-two {
  padding: 1.125rem 0;
}

.top-news-two__header {
  margin-bottom: 1.5625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 480px) {
  .top-news-two__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.top-news-two__title {
  font-weight: 500;
  color: #414042;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  .top-news-two__title {
    margin-bottom: 1.25rem;
  }
}

.top-news-two__filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  padding: 0 0.3125rem;
}

.top-news-two__filter::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.125rem;
  background-color: #edf2f8;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.top-news-two__filter-item {
  margin-right: 1.5625rem;
  font-size: 0.8125rem;
  position: relative;
}

.top-news-two__filter-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  width: 100%;
  height: 0.125rem;
  background-color: transparent;
}

.top-news-two__filter-item.active .top-news-two__filter-link {
  color: #414042;
}

.top-news-two__filter-item.active::before {
  background-color: #367946;
}

.top-news-two__filter-item:last-child {
  margin-right: 0;
}

.top-news-two__filter-item:hover .top-news-two__filter-link {
  color: #414042;
}

.top-news-two__filter-item:hover::before {
  background-color: #367946;
}

.top-news-two__filter-link {
  display: block;
  color: #a7b0bd;
  padding-bottom: 0.3125rem;
}

.telegram-link {
  width: 100%;
  overflow: hidden;
  padding: 1.5625rem 0;
  background-image: url("../img/telegr.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.625rem;
}

.telegram-link a {
  font-size: 1.125rem;
  color: #ffffff;
  position: relative;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

@media (max-width: 600px) {
  .telegram-link a {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (max-width: 600px) {
  .telegram-link {
    background-image: -webkit-gradient(linear, left top, right top, from(#009adc), color-stop(#00aeee), to(#009adc));
    background-image: -webkit-linear-gradient(left, #009adc, #00aeee, #009adc);
    background-image: -o-linear-gradient(left, #009adc, #00aeee, #009adc);
    background-image: linear-gradient(to right, #009adc, #00aeee, #009adc);
  }
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .breadcrumbs {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .breadcrumbs {
    display: none;
  }
}

.breadcrumbs__item {
  font-size: 0.8125rem;
  font-weight: normal;
  margin-right: 1.875rem;
  position: relative;
}

.breadcrumbs__item:last-child {
  margin-right: 0;
}

.breadcrumbs__item:last-child::before {
  display: none;
}

.breadcrumbs__item::before {
  content: '>>';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -1.25rem;
  color: #a7b0bd;
}

.breadcrumbs__link {
  color: #a7b0bd;
}

.news-slider-two .news {
  width: 100%;
}

.news-slider-two .news__content {
  max-width: 48.75rem;
  top: auto;
  left: 2.1875rem;
  bottom: 2.8125rem;
  text-align: left;
  width: auto;
  height: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 600px) {
  .news-slider-two .news__content {
    bottom: 0;
    left: 0;
  }
}

.news-slider-two .news__title {
  text-align: left;
  font-size: 1.625rem;
  font-weight: 400;
}

@media (max-width: 600px) {
  .news-slider-two .news__title {
    font-size: 1.25rem;
  }
}

@media (max-width: 480px) {
  .news-slider-two .news__title {
    font-size: 1rem;
  }
}

.news-slider-two .news__date {
  text-align: left;
  font-size: 0.8125rem;
  font-weight: 400;
}

.news-slider-two .slick-next,
.news-slider-two .slick-prev {
  top: auto;
  bottom: 2.5rem;
}

@media (max-width: 600px) {
  .news-slider-two .slick-next,
  .news-slider-two .slick-prev {
    bottom: 0.3125rem;
  }
}

.news-slider-two .slick-next {
  right: 1.875rem;
}

.news-slider-two .slick-prev {
  right: -webkit-calc(3.3125rem + 3rem);
  right: calc(3.3125rem + 3rem);
  left: auto;
}

.top-header-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.625rem;
}

@media (max-width: 767px) {
  .top-header-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .top-header-horizontal {
    display: none;
  }
}

.news-label {
  padding: 0.625rem 0.9375rem;
  background-color: #367946;
  color: #fff;
  font-size: 0.875rem;
  margin-right: 0.9375rem;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .news-label {
    margin-bottom: 1.25rem;
  }
}

.timeline-news-open {
  width: -webkit-calc(100% - 21.5625rem);
  width: calc(100% - 21.5625rem);
  margin-right: 2.1875rem;
}

@media (max-width: 767px) {
  .timeline-news-open {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }
}

.timeline-news-open .main__title {
  position: relative;
  top: -1.0625rem;
}

.news-open {
  width: 100%;
}

.news-open__head {
  width: 100%;
  border-bottom: 0.125rem solid #367946;
  margin-bottom: 1.875rem;
}

.news-open__head-title {
  width: 100%;
  font-size: 1.875rem;
  font-weight: 500;
  color: #414042;
  margin-bottom: 1.5625rem;
}

@media (max-width: 767px) {
  .news-open__head-title {
    font-size: 1.625rem;
  }
}

@media (max-width: 480px) {
  .news-open__head-title {
    font-size: 1.375rem;
  }
}

.news-open__head-img-wrap {
  width: 100%;
}

.news-open__head-img-wrap img {
  max-width: 100%;
  display: block;
}

.news-open__head-info {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.5625rem 0.25rem 1.25rem 0;
}

.news-open__head-shared {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-open__head-shared ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-open__head-shared ul li {
  margin-right: 0.3125rem;
}

.news-open__head-shared ul li:last-child {
  margin-right: 0;
}

.news-open__head-shared ul li.fb {
  background-color: #3856b4;
  width: 36px;
}

.news-open__head-shared ul li.fb img {
  width: 0.625rem;
  display: block;
}

.news-open__head-shared ul li.tlg {
  background-color: #00aeee;
}

.news-open__head-shared ul li.tlg img {
  width: 1.25rem;
  display: block;
}

.news-open__head-shared ul li a {
  padding: 0.4375rem 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news-open__head-shared ul li span {
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: normal;
  margin-left: 0.625rem;
}

.news-open__head-shared-title {
  margin-right: 0.325rem;
  font-size: 0.8125rem;
  color: #a7b0bd;
  font-weight: normal;
}

.news-open__head-date {
  font-size: 0.8125rem;
  color: #a7b0bd;
  font-weight: normal;
}

@media (max-width: 480px) {
  .news-open__head-date {
    display: none;
  }
}

.news-open__body {
  width: 100%;
  text-align: justify;
}

.news-open__body p {
  color: #414042;
  font-size: 1.125rem;
  font-weight: normal;
	 margin-bottom: 15px;
}

@media (max-width: 768px) {
  .news-open__body p {
    font-size: 1rem;
	   margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .news-open__body p {
    font-size: 1.175rem;
	  margin-bottom: 10px;
  }
}

.news-open__body .video {
  width: 100%;
  height: 23.125rem;
  margin-top: 0.625rem;
  margin-bottom: 2.8125rem;
}

@media (max-width: 480px) {
  .news-open__body .video {
    height: 15.625rem;
  }
}

.news-open__body img {
  width: 100%;
	max-width: 655px !important;
  height: 100%;
  display: block;
  margin-top: 0.625rem;
  margin-bottom: 2.5rem;
}

.side-top-news {
  width: 100%;
  padding: 1.875rem 0.9375rem;
  background-color: #edf2f8;
}

.side-top-news__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1.5625rem;
}

.side-top-news__item:last-child {
  margin-bottom: 0;
}

.side-top-news__item-img {
  width: 5rem;
  display: block;
}

.side-top-news__item-title {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  color: #414042;
  font-weight: 500;
  padding-left: 0.9375rem;
}

.side-top-news__item-title:hover {
  color: #367946;
  text-decoration: underline;
}

.source {
  color: #79797b;
  font-size: 0.8125rem;
}

.source span {
  color: #c92f35;
}

.news {
  width: 100%;
}

.news__more-container {
  border-top: 0.125rem solid #edf2f8;
  width: 100%;
  padding-top: 2.5rem;
  margin-top: 1.875rem;
}

.news__more-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1.5625rem;
}

@media (max-width: 480px) {
  .news__more-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.news__more-list .publication {
  width: 32%;
}

@media (max-width: 480px) {
  .news__more-list .publication {
    max-width: 18.75rem;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .news__more-list .publication__title {
    font-size: 0.9375rem;
  }
}

@media (max-width: 480px) {
  .news__more-list .publication__title {
    font-size: 1.0625rem;
  }
}

.news__more-item {
  width: 32%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #edf2f8;
}

.news__more-item-img {
  width: 100%;
}

.news__more-item-img img {
  width: 100%;
  display: block;
}

.news__more-item-cont {
  width: 100%;
  padding: 1.25rem 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news__more-item-title {
  text-align: center;
  color: #414042;
  font-size: 1.1875rem;
  font-weight: 500;
  margin-bottom: 0.9375rem;
}

.news__more-item-title:hover {
  text-decoration: underline;
}

.news__more-item-date {
  text-align: center;
  font-size: 0.8125rem;
  font-weight: normal;
  color: #79797b;
}

html, body {
  overflow-x: hidden;
}

iframe {
	width: 100%;
}

.header__row .weatherInformer5_co1_city, .header__row .weatherInformer5_co1_txt, .header__row .weatherInformer5_co1_foot {
    display:none;   
}
.header__row .weatherInformer5_co1 {
    border: 0;
    overflow: hidden;

    display: flex;
    justify-content: center;
    background: transparent;

    width: 100% !important;

}
.header__row .weatherInformer5_co1_temp {
    font-family: 'PF DinDisplay Pro' !important;
    font-size: 0.875rem;
    color: #545455;
    font-weight: 400 !important;
    display: inline;
}

.news-open__body p:first-of-type {
	font-weight: bold;
}
@media (max-width: 768px) {
  .top-news {
    margin-top: 3rem
  }

	.wp-block-embed {
		margin: 0px;
	}
}
.news-slider .news {
  height: 10rem;
  overflow: hidden;
}
.slick-initialized .slick-slide {
  margin-left: 8px;
  margin-right: 8px;
}

.wp-block-embed-facebook {
	text-align: center;
}

blockquote {
	border-left: 4px solid #515151;
    padding-left: 40px;
    margin-left: 0px;
	margin-right: 0px;
}

.image.wp-image-48.attachment-medium.size-medium {
	margin-top: 20px;
	margin-bottom: 20px;
}

.wp-polls-ans {
	margin-top: 15px;
}

.wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li {
	margin-top: 10px;
}


p:empty {
   display: none;
}

b:empty {
   display: none;
}

br {
   display: none;
}
br  {content: ' '}
br:after {content: ' '}

b [style="font-weight:normal;"] {display:none;}
b:contains(" ") {display:none;}




.social-wrapper-post {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;	
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: flex-end;
}


.social-wrapper-post2 {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;	
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	margin-bottom:20px;
}


.social-wrapper-post2 .social-element{
    color: #000;
    font-size: 30px;
    margin: 0 7px 0 0;
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #94ca58;
    border-radius: 50%;
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
}

.header-post .social-wrapper-post {
	position: absolute;
	top: 7px;
	right: 0;
	width: calc(100% - 150px);
}

.social-element{
    color: #000;
    font-size: 20px;
    margin: 0 7px 0 0;
    width: 35px;
    height: 35px;
    border: 1px solid #c92f35;
    border-radius: 50%;
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
}

.header-post .social-element {
	width: 30px;
	height: 30px;
	margin-right: 4px;
}

.header-post .social-element:nth-child(5) {
	display: none;
}

.social-element:hover{
    background-color: #c92f35;
}.social-element:hover a{
     color: #fff;
 }
.social-element a{
    color: #435060;
    font-size: 16px;
    display: block;
    margin-top: 2px;
}

.opys {
	margin-top: 25px;
    font-size: 10px;
    font-style: italic;
    color: gray;
	margin-bottom: 15px;
}

.opys2 {
	
    font-size: 10px;
    font-style: italic;
    color: gray;
	padding-bottom: 10px;
}


.timeline-news.timeline-news--videos .main__title {
  position: absolute;
  height: 2em
}
.timeline-news--videos {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-top: 24px;
  align-content: flex-start;
  justify-content: flex-start;
}
.timeline-news--videos .publication {
  width: calc(50% - 6px);
  margin-left: 3px;
  margin-right: 3px;
}
.timeline-news--videos > .all-news {
  flex: 1 1 100%;
}
@media (max-width: 768px) {
  .timeline-news--videos .publication {
    width: calc(100% - 6px);
  }
}
.top-header .textwidget.custom-html-widget {
  padding-top: 3rem;
}
.side .timeline-news {
  width: 100%;
}

.news-open__body ul, .news-open__body li {
    color: #414042;
    font-size: 1.125rem;
    font-weight: normal;
    
	list-style: square outside !important;
	margin-left:10px !important;
	margin-bottom: 15px;
}

@media (max-width: 768px) {
  .news-open__body ul, .news-open__body li {
    font-size: 1rem;
	  margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .news-open__body ul, .news-open__body li {
    font-size: 1.175rem;
	  margin-bottom: 10px;
  }
}

.has-vivid-red-color, .news-open__body a {
    text-decoration: underline !important;
}



@media (max-width: 768px) {
	.topbanner img {
		width: 100%;
	}
}

