@font-face {
  font-family: 'Montserrat';
  src: url('Montserrat-Regular.eot');
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('Montserrat-Regular.woff') format('woff'), url('Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('Montserrat-SemiBold.eot');
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url('Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('Montserrat-SemiBold.woff') format('woff'), url('Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('Montserrat-Bold.eot');
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url('Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('Montserrat-Bold.woff') format('woff'), url('Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('Montserrat-ExtraBold.eot');
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url('Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'), url('Montserrat-ExtraBold.woff') format('woff'), url('Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
body {
  font-family: 'Montserrat';
  /* 	background: url('/article.jpg') center top no-repeat; */
}
body .top-header {
  display: flex;
  justify-content: space-between;
  padding-top: 17px;
  padding-bottom: 17px;
  align-items: center;
  justify-content: center;
}
body .top-header a.logo {
  display: flex;
}
body .top-header aside.name {
  width: 160px;
  font-size: 18px;
  font-weight: 600;
  color: #009241;
  text-transform: uppercase;
  margin-top: 20px;
  line-height: 22px;
}
body .top-header aside.social {
  flex: 1;
  text-align: right;
  margin-right: 45px;
  margin-top: 14px;
}
body .top-header aside.social a {
  margin-left: 15px;
  background: #009241;
  border-radius: 50%;
  padding: 5px;
}
body .top-header aside.social a:hover {
  background: #76c4f2;
}
body .top-header aside.social a img {
  width: 20px;
}
body .top-header aside.search {
  flex: 1;
  text-align: right;
  margin-top: -35px;
}
body .top-header aside.search input[type='text'] {
  border-color: #009241;
  border-width: 1px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 48px;
  padding: 0px 5px;
  width: 100%;
}
body .top-header aside.search button[type='submit'] {
  font-size: 16px;
  line-height: 50px;
  background: #009241;
  color: #ffffff;
  border: none;
  position: relative;
  top: 50px;
  border-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0px 20px;
}
body .top-header aside.search button[type='submit']::before {
  content: url('/wp-content/themes/ecoleague/assets/images/icons/search-white.svg');
  position: relative;
  width: 30px;
  float: left;
  top: 5px;
  padding-right: 10px;
}
body .menu {
  background: #009241;
}
body .menu ul {
  padding: 0px;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  margin: auto;
}
body .menu ul li a {
  margin-top: 11px;
  min-height: 50px;
  align-items: center;
  display: flex;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
}
body .menu ul li a img {
  width: 30px;
}
@media (max-width: 1199px) {
  body .menu ul li a {
    font-size: 16px;
  }
}
body .menu ul li a:hover,
body .menu ul li a.active {
  border-color: #76c4f2;
  color: #fbf900;
}
body .menu ul li:hover .submenu {
  -webkit-transform: scaleY(1) !important;
  -ms-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
}
body .menu ul li .submenu {
  position: absolute;
  left: 0px;
  width: 100%;
  background: #009241;
  z-index: 999;
  padding: 0px;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
body .menu ul li .submenu .submenu-items {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
}
body .menu ul li .submenu .submenu-items li {
  padding: 15px 15px 0px 15px;
  width: 25%;
}
body .slider {
  padding: 0px;
}
body .slider img {
  width: 100%;
}
body .content {
  margin-top: 44px;
  margin-bottom: 44px;
}
body .content header.title {
  line-height: 36px;
  font-size: 24px;
  text-align: center;
  margin-bottom: 34px;
}
body .content header.title::before,
body .content header.title::after {
  content: "";
  background: #bdbdbd;
  width: 160px;
  height: 5px;
  display: block;
  margin: auto;
}
body .content a.title {
  color: #009241;
  font-size: 24px;
  text-decoration: underline;
}
body .content a.title:hover {
  text-decoration: none;
}
body .content .teaser {
  font-size: 18px;
  line-height: 26px;
}
body .content ul.wellcome {
  padding: 0px;
  margin-left: -15px;
  margin-right: -15px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  margin-top: 48px;
  margin-bottom: 110px;
}
@media (max-width: 767px) {
  body .content ul.wellcome {
    display: block;
  }
}
body .content ul.wellcome li {
  flex-basis: 16.66666667%;
  text-align: center;
  align-self: flex-start;
}
@media (max-width: 767px) {
  body .content ul.wellcome li {
    margin-bottom: 30px;
  }
}
body .content ul.wellcome li a {
  color: #444444;
}
body .content ul.wellcome li a img {
  border-radius: 50%;
  overflow: hidden;
}
body .content ul.wellcome li a span {
  margin-top: 23px;
  display: block;
  font-weight: bold;
}
body .content .calendar .title {
  display: block;
  margin-bottom: 37px;
}
body .content .calendar .item-green {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
}
body .content .calendar .item-green .date {
  background: #009241;
  border-radius: 50%;
  overflow: hidden;
  width: 70px;
  height: 70px;
  text-align: center;
  color: #fbf900;
  font-size: 31px;
  font-weight: bold;
  border: 1px solid #76c4f2;
  margin-left: 2px;
  margin-right: 28px;
  min-width: 70px;
}
body .content .calendar .item-green .date span {
  font-size: 12px;
  position: relative;
  display: block;
  margin-top: -10px;
}
body .content .calendar .item-green .item-data {
  color: #444444;
}
body .content .calendar .item-green .item-data header {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
}
body .content .calendar .item-green .item-data article {
  font-size: 12px;
}
form input {
  border-radius: 5px;
  border: 1px solid #76c4f2;
  font-size: 16px;
  line-height: 48px;
  padding: 0px 5px;
  width: 80%;
}
form input:focus {
  outline: 0;
}
form input.wpcf7-not-valid {
  border-color: #ff0000 !important;
}
form .wpcf7-response-output,
form .wpcf7-not-valid-tip {
  display: none !important;
}
.breadcrumbs {
  margin-top: 6px;
  margin-bottom: 6px;
}
.breadcrumbs * {
  font-size: 13px;
}
.breadcrumbs > span {
  margin-right: 10px;
  color: #009241;
}
.breadcrumbs > span a {
  text-decoration: underline;
  color: #444444 !important;
}
.breadcrumbs > span a:hover {
  color: #009241;
  text-decoration: none;
}
footer .footer-top {
  background: #009241;
}
footer .copyrights {
  color: #ffffff;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
footer .social {
  margin-top: 7px;
  float: right;
}
footer .social a {
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  padding: 15px;
  border-radius: 15px;
  display: inline-block;
}
footer .social a:hover {
  background-color: #009241;
}
footer .social .facebook {
  background-image: url('/wp-content/themes/ecoleague/assets/images/icons/facebook-green.svg');
}
footer .social .facebook:hover {
  background-image: url('/wp-content/themes/ecoleague/assets/images/icons/facebook-white.svg');
}
footer .social .youtube {
  background-image: url('/wp-content/themes/ecoleague/assets/images/icons/youtube-green.svg');
}
footer .social .youtube:hover {
  background-image: url('/wp-content/themes/ecoleague/assets/images/icons/youtube-white.svg');
}
footer .footer-bottom {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-bottom .logo-container,
footer .footer-bottom .email {
  width: 20%;
}
footer .footer-bottom .address,
footer .footer-bottom .phones {
  width: 30%;
}
footer .footer-bottom .logo-container a.logo {
  width: 60px;
  float: left;
}
footer .footer-bottom .logo-container aside.name {
  float: right;
  width: 160px;
  font-size: 18px;
  font-weight: 600;
  color: #009241;
  text-transform: uppercase;
  margin-top: 20px;
  line-height: 22px;
}
footer .footer-bottom .address,
footer .footer-bottom .phones,
footer .footer-bottom .email {
  text-align: right;
}
footer .footer-bottom .address::before,
footer .footer-bottom .phones::before,
footer .footer-bottom .email::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  content: '';
  background: transparent no-repeat center center;
}
footer .footer-bottom .address::before {
  background-image: url('/wp-content/themes/ecoleague/assets/images/icons/pin-green.svg');
}
footer .footer-bottom .phones::before {
  background-image: url('/wp-content/themes/ecoleague/assets/images/icons/viber-green.svg');
}
footer .footer-bottom .phones a {
  color: #444444;
}
footer .footer-bottom .email::before {
  background-image: url('/wp-content/themes/ecoleague/assets/images/icons/email-green.svg');
}
.item-green {
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 146, 65, 0.5);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 146, 65, 0.5);
  box-shadow: 0px 0px 5px 2px rgba(0, 146, 65, 0.5);
  border-radius: 10px;
  margin-bottom: 45px;
}
.item-green:hover {
  -webkit-box-shadow: 0px 0px 5px 2px rgba(118, 196, 242, 0.5);
  -moz-box-shadow: 0px 0px 5px 2px rgba(118, 196, 242, 0.5);
  box-shadow: 0px 0px 5px 2px rgba(118, 196, 242, 0.5);
}
.illustration {
  text-align: center;
  display: block;
  text-decoration: underline;
}
.article-information,
.library-information {
  padding-right: 0px;
}
.article-information header,
.library-information header {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
}
.article-information .archive,
.library-information .archive {
  background: #e1f6ea;
  padding: 20px 15px 5px 50px;
  border-radius: 10px;
  margin-top: 35px;
}
.article-information .archive li,
.library-information .archive li {
  list-style-image: url('/wp-content/themes/ecoleague/assets/images/icons/archive.png');
}
.article-information .archive a,
.library-information .archive a {
  text-decoration: underline;
  /*
			&::before {
				padding-right: 10px;
				content: url('/wp-content/themes/ecoleague/assets/images/icons/archive.png');
				vertical-align: middle;
			}
*/
  margin-bottom: 20px;
  font-size: 14px;
  display: flex;
}
.article-information img,
.library-information img {
  margin: auto;
  display: block;
}
.article-information .item-green,
.library-information .item-green {
  display: block;
  overflow: hidden;
  padding-bottom: 30px;
  text-decoration: underline;
}
.article-information .item-green img,
.library-information .item-green img {
  width: 100%;
  margin-bottom: 30px;
}
.article-information .item-green span,
.library-information .item-green span {
  padding: 0px 15px;
  text-align: center;
  display: block;
}
.clearfix {
  display: block;
  clear: both;
}
aside.subscribe-form {
  text-align: center;
}
aside.subscribe-form a {
  display: block;
  margin-bottom: 30px;
  font-size: 24px;
  color: #009241;
  text-decoration: underline;
}
aside.subscribe-form div {
  margin-bottom: 30px;
}
aside.subscribe-form form {
  display: flex;
  margin-bottom: 50px;
}
aside.subscribe-form form input[type='submit'] {
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -20px;
  color: transparent;
  border: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: url('/wp-content/themes/ecoleague/assets/images/icons/button-submit-white.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50% auto;
  width: 20%;
  line-height: 50px;
  position: relative;
  z-index: 7;
  top: -50px;
  float: right;
}
time {
  display: block;
  padding-top: 20px;
  padding-bottom: 2px;
  font-size: 14px;
  color: #444444;
  opacity: 0.6;
}
.text-center {
  text-align: center;
}
.content-header {
  font-size: 20px;
}
.post-views-count::after {
  content: 'переглядiв';
  margin-left: 5px;
}
.content form textarea,
.content form input {
  display: block;
  width: 100%;
  border: 1px solid #009241;
  border-radius: 10px;
  padding: 0px 15px;
}
.content form input[type='checkbox'] {
  width: inherit;
  float: left;
  margin: 15px;
}
.content form input[type="submit"] {
  margin: 0px;
  background: #009241;
  color: #ffffff;
  width: 100%;
}
.content form input[type="submit"]:hover {
  background-color: #76c4f2;
}
iframe {
  width: 100% !important;
  height: auto !important;
  min-height: 300px;
  border: 1px solid #009241;
}
a[href*="youtube.com/watch?"]::after,
a[href*="sevenload.com/videos/"]::after,
a[href*="metacafe.com/watch/"]::after,
a[href$=".pdf"]::after,
a[href$='.doc']::after,
a[href$='.rtf']::after,
a[href$='.docx']::after,
a[href$='.txt']::after,
a[href$='.xls'] a[href$='.xlsx']::after {
  padding-left: 20px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  content: '';
  margin-left: 5px;
}
a[href*="youtube.com/watch?"]::after,
a[href*="sevenload.com/videos/"]::after,
a[href*="metacafe.com/watch/"]::after {
  background-image: url('/wp-content/themes/ecoleague/assets/images/icons/youtube-green.svg');
}
a[href*="youtube.com/watch?"]:hover::after,
a[href*="sevenload.com/videos/"]:hover::after,
a[href*="metacafe.com/watch/"]:hover::after {
  background-image: url('/wp-content/themes/ecoleague/assets/images/icons/youtube-blue.svg');
}
a[href$=".pdf"]::after {
  background-image: url('/wp-content/themes/ecoleague/assets/images/icons/docs/pdf-green.svg');
}
a[href$=".pdf"]:hover::after {
  background-image: url('/wp-content/themes/ecoleague/assets/images/icons/docs/pdf-blue.svg');
}
a[href$='.doc']::after,
a[href$='.rtf']::after,
a[href$='.docx']::after {
  background-image: url('/wp-content/themes/ecoleague/assets/images/icons/docs/docx-green.svg');
}
a[href$='.doc']:hover::after,
a[href$='.rtf']:hover::after,
a[href$='.docx']:hover::after {
  background-image: url('/wp-content/themes/ecoleague/assets/images/icons/docs/docx-blue.svg');
}
a[href$='.txt']::after {
  background-image: url('/wp-content/themes/ecoleague/assets/images/icons/docs/txt-green.svg');
}
a[href$='.txt']:hover::after {
  background-image: url('/wp-content/themes/ecoleague/assets/images/icons/docs/txt-blue.svg');
}
a[href$='.xls'] a[href$='.xlsx']::after {
  background-image: url('/wp-content/themes/ecoleague/assets/images/icons/docs/xls-green.svg');
}
a[href$='.xls'] a[href$='.xlsx']:hover::after {
  background-image: url('/wp-content/themes/ecoleague/assets/images/icons/docs/xls-blue.svg');
}
.alignleft {
  float: left;
  margin-right: 15px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.alignright {
  float: right;
  margin-left: 15px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.articles-container .article {
  margin-top: 15px;
}
.articles-container .full-round .title,
.articles-container .full-round .TitleOnPage,
.articles-container .full-round .titleonpage,
.articles-container .full-round .wp-block-quote {
  background: #009241;
  padding: 15px;
  color: #ffffff;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.wp-caption .wp-caption-text,
.gallery-item .wp-caption-text,
.wp-caption .gallery-caption,
.gallery-item .gallery-caption {
  font-size: 12px;
  text-align: center;
  font-style: italic;
}
.services {
  clear: both;
  padding-top: 55px;
}
.services .block {
  width: 50%;
}
@media (max-width: 767px) {
  .services .block {
    width: inherit;
    margin: 0px;
  }
  .services .block a {
    width: 100% !important;
    margin: 0px;
    margin-bottom: 30px;
  }
}
.services .block-1,
.services .block-3 {
  float: left;
}
.services .block-2,
.services .block-4 {
  float: right;
}
.services .block-1 a:nth-of-type(1) {
  margin-left: 0px;
}
.services .block-2 a {
  margin-right: 0px;
}
.services .block-3,
.services .block-4 {
  margin-top: 15px;
}
.services .block-3 a {
  margin-left: 0px;
}
.services .block-4 a:nth-of-type(2) {
  margin-right: 0px;
}
.services a {
  border-radius: 10px;
  display: inline-block;
  font-size: 18px;
  color: #444444;
  font-weight: bold;
  padding: 0px 30px 10px 30px;
  display: flex;
  align-items: flex-end;
  background-size: 100% auto;
  margin: 0px 15px 15px 15px;
}
.services a:not(.vertical) {
  width: 554px;
  height: 218px;
}
.services a.vertical {
  float: left;
  width: 262px;
  height: 450px;
}
.last-news .title,
.last-items .title {
  text-align: center;
  display: block;
  margin-bottom: 35px;
}
.last-news .item,
.last-items .item {
  border: 1px solid #009241;
  color: #444444;
  display: inline-block;
  width: 49%;
  overflow: hidden;
  float: left;
  margin-right: 1%;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .last-news .item,
  .last-items .item {
    width: inherit;
    margin: 0px;
    margin-bottom: 30px;
  }
}
.last-news .item .img-container,
.last-items .item .img-container {
  max-height: 165px;
  overflow: hidden;
}
.last-news .item img,
.last-items .item img {
  width: 100%;
  height: auto;
}
.last-news .item .date,
.last-items .item .date,
.last-news .item header,
.last-items .item header,
.last-news .item article,
.last-items .item article,
.last-news .item .details,
.last-items .item .details {
  padding: 0px 15px;
}
.last-news .item .date,
.last-items .item .date {
  opacity: 0.6;
  display: block;
  margin-top: 32px;
}
.last-news .item header,
.last-items .item header {
  margin-top: 10px;
  font-weight: bold;
}
.last-news .item article,
.last-items .item article {
  margin-top: 10px;
  font-size: 14px;
}
.last-news .item .details,
.last-items .item .details {
  margin-top: 27px;
  margin-bottom: 20px;
  color: #76c4f2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.last-news .item .details span::before,
.last-items .item .details span::before {
  content: url('/wp-content/themes/ecoleague/assets/images/icons/comments-blue.svg');
  display: inline-block;
  margin-right: 8px;
}
.last-news .item .details button,
.last-items .item .details button {
  background: #009241;
  border: 1px solid #009241;
  border-radius: 10px;
  padding: 12px 30px;
  color: #ffffff;
}
.last-news .item:hover,
.last-items .item:hover {
  border-color: #76c4f2;
}
.last-news .item:hover button,
.last-items .item:hover button {
  background: #76c4f2;
  border-color: #76c4f2;
}
.position {
  clear: both;
  padding-top: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .position {
    display: block;
  }
}
.position .last-items .item {
  float: right;
  width: 30%;
}
@media (max-width: 767px) {
  .position .last-items .item {
    width: inherit;
    margin-bottom: 30px;
  }
}
.position .last-items .item .img-container {
  max-height: 145px;
}
.ways {
  padding-top: 97px;
}
.ways .ways-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .ways .ways-items {
    display: block;
  }
}
.ways .ways-items a {
  width: 30%;
  text-align: left;
  color: #009241;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .ways .ways-items a {
    margin-bottom: 30px;
    display: block;
    width: inherit;
  }
}
.ways .ways-items a span {
  display: block;
  margin-bottom: 22px;
}
.ways .ways-items a span::after {
  content: url('/wp-content/themes/ecoleague/assets/images/icons/arrow.png');
  float: right;
}
.ways .ways-items a img {
  width: 100%;
  border-radius: 10px;
}
.media .header {
  text-align: center;
  display: block;
  font-size: 24px;
  color: #444444;
}
.media .press-center {
  padding-left: 0px;
}
.media .press-center a.header {
  text-decoration: underline;
}
.media .press-center .press-center-items {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .media .press-center .press-center-items {
    display: block;
  }
}
.media .press-center .press-center-items a {
  width: 50%;
  max-height: 200px;
  display: block;
  margin: 0px 5px;
}
@media (max-width: 767px) {
  .media .press-center .press-center-items a {
    width: inherit;
    margin-bottom: 30px;
    max-height: inherit;
  }
}
.media .press-center .press-center-items a:first-of-type {
  margin-left: 0px;
}
.media .press-center .press-center-items a:last-of-type {
  margin-right: 0px;
}
.media .press-center .press-center-items figure img {
  border-radius: 10px;
  overflow: hidden;
  max-width: 100%;
}
.media .press-center .press-center-items figure figcaption {
  position: relative;
  margin-top: -40%;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .media .press-center .press-center-items figure figcaption {
    position: inherit;
    margin: 0px;
    color: inherit;
  }
}
.media .links {
  padding-right: 0px;
}
.media .links .header {
  margin-bottom: 30px;
}
.media .links a {
  height: 50px;
  padding-left: 10px;
  vertical-align: middle;
  margin-bottom: 31px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  font-size: 14px;
  border: 1px solid #76c4f2;
  color: #444444;
}
.media .links a::before {
  content: '';
  height: 25px;
  background-image: url('/wp-content/themes/ecoleague/assets/images/icons/facebook-blue.svg');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left top;
  padding-right: 35px;
}
.media .links a.email::before {
  background-image: url('/wp-content/themes/ecoleague/assets/images/icons/email-blue.svg');
}
.media .links a.site::before {
  background-image: url('/wp-content/themes/ecoleague/assets/images/icons/site-blue.svg');
}
.media .links a:hover {
  background: #009241;
  color: #ffffff;
}
.about {
  clear: both;
  padding-top: 70px;
}
.about .wellcome li {
  flex-basis: 25% !important;
}
.article-header {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 376px;
  font-size: 80px;
  line-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0px 0px 16px rgba(38, 40, 37, 0.96);
}
.article-header.slider {
  min-height: 500px;
}
@media (max-width: 767px) {
  .article-header {
    font-size: 36px;
    line-height: 42px;
    height: 200px;
    min-height: 200px !important;
  }
}
.article {
  padding: 0px;
  margin-bottom: 50px;
}
.article .image-header {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.article .image-header img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.article article {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #009241;
  border-top: none;
  font-size: 18px;
  padding-bottom: 15px;
  margin-bottom: 50px;
}
.article article.full-round {
  border-radius: 10px;
  border: 1px solid #009241;
}
.article article .wp-block-image {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
}
.article article .wp-block-image img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.article article img {
  max-width: 100%;
  height: inherit;
}
.article article img.alignleft,
.article article img.alignright {
  width: 33%;
}
.article article .alignleft,
.article article .alignright {
  width: 33%;
}
.article article .alignleft img,
.article article .alignright img {
  width: 100%;
}
.article article img.alignleft,
.article article img.alignright,
.article article .alignleft img,
.article article .alignright img {
  padding-bottom: 15px;
}
.article article .alignleft {
  margin-left: 15px;
}
.article article .alignright {
  margin-right: 15px;
}
.article article .aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
  width: initial;
}
.article article .alignnone,
.article article .lazy {
  width: 100%;
}
.article article p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.article article .jcepopup img {
  margin-top: 0px;
  margin-bottom: 0px;
}
.article article ul,
.article article ol {
  padding-left: 30px;
}
.article article ul li,
.article article ol li {
  margin-bottom: 5px;
}
.article article h1,
.article article h2,
.article article h3,
.article article h4,
.article article h5,
.article article h6 {
  color: #009241;
  font-weight: 600;
}
.article article .gallery .attachment-thumbnail {
  box-sizing: border-box;
  padding: 5px;
}
.article article .article-data {
  clear: both;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  align-items: center;
  background: #fafbfb;
  border-radius: 10px;
  color: #76c4f2;
  padding: 5px 10px;
  margin-top: 20px;
}
.article article .article-data a {
  color: #76c4f2;
}
.article article .article-data .comments::before,
.article article .article-data .post-views::before {
  vertical-align: text-top;
  width: 18px;
  height: 18px;
  display: inline-block;
}
.article article .article-data .comments::before {
  margin-right: 10px;
  content: url('/wp-content/themes/ecoleague/assets/images/icons/comments-blue.svg');
}
.article article .article-data .post-views::before {
  margin-right: 5px;
  content: url('/wp-content/themes/ecoleague/assets/images/icons/view-blue.svg');
}
.article article .article-data .social::before {
  vertical-align: text-bottom;
  content: 'Поділитися:';
  color: #76c4f2;
}
.article article .article-data .social * {
  vertical-align: text-top;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-left: 10px;
}
.article article .article-data .social *:first-of-type {
  margin-left: 0px;
}
.article article .article-data .social .facebook {
  content: url('/wp-content/themes/ecoleague/assets/images/icons/facebook-blue.svg');
}
.article article .article-data .social .viber {
  content: url('/wp-content/themes/ecoleague/assets/images/icons/viber-blue.svg');
}
.article article .article-data .social .twitter {
  content: url('/wp-content/themes/ecoleague/assets/images/icons/twitter-blue.svg');
}
.article article .article-data .social .email {
  content: url('/wp-content/themes/ecoleague/assets/images/icons/email-blue.svg');
}
.article article .gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.article article .gallery .gallery-item {
  text-align: center;
}
.article article .gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.article article .gallery.gallery-columns-3 .gallery-item {
  width: 33.33333333%;
}
.article article .gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.article article table {
  width: 100%;
  text-align: center;
}
.library-container {
  padding-right: 0px;
}
.library-container nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.library-container nav .search-type {
  font-size: 14px;
}
.library-container nav a {
  font-size: 20px;
  display: block;
  text-decoration: underline;
}
.library-container .library {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}
.library-container .library .item {
  width: 33.3%;
  border-radius: 10px;
  border: 1px solid rgba(225, 246, 234, 0.2);
  padding: 25px 20px;
}
.library-container .library .item a {
  text-align: center;
  font-size: 16px;
}
.library-container .library .item a img {
  display: block;
  margin: auto;
}
.library-container .library .item a header {
  margin-top: 15px;
  margin-bottom: 15px;
  text-decoration: underline;
}
.library-container .library .item a .author {
  color: #444444;
  font-size: 14px;
  display: block;
}
.library-container .library .item a time {
  font-size: 12px;
  padding-top: 0px;
  margin-top: 15px;
}
.library-container .library .item a .category {
  background: #e1f6ea;
  border-radius: 10px;
  font-size: 12px;
  padding: 5px;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 15px;
}
.library-container .library .item a.link {
  font-size: 12px;
  text-transform: uppercase;
  color: #6c6c6c;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  height: 30px;
  display: block;
  text-align: left;
  margin-top: 15px;
  line-height: 30px;
}
.library-container .library .item a.link.pdf {
  background-image: url('/wp-content/themes/ecoleague/assets/images/icons/library/pdf.png');
}
.library-container .library .item a.link.doc {
  background-image: url('/wp-content/themes/ecoleague/assets/images/icons/library/doc.png');
}
.library-container .library .item a.link.jpg,
.library-container .library .item a.link.jpeg {
  background-image: url('/wp-content/themes/ecoleague/assets/images/icons/library/jpg.png');
}
.library-container .library .item:hover {
  border-color: #009241;
}
.library-information .title {
  font-size: 18px !important;
  color: #444444 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}
.library-information .archive {
  margin-top: 10px;
}
.library-information .archive ul {
  background: #fafbfb;
  margin-left: -15px;
  margin-right: -15px;
  border-top: 1px solid #009241;
  border-bottom: 1px solid #009241;
  padding-top: 20px;
  padding-bottom: 5px;
}
.library-information .archive ul li {
  list-style-type: square;
  color: #6c6c6c;
}
.library-information .archive ul li a {
  color: #6c6c6c;
}
.library-information .archive ul li a::before {
  content: none;
}
.library-information .item-green span {
  font-size: 14px;
}
.book .images img {
  max-width: 100%;
  height: auto;
}
.book .book-content .category {
  display: inline;
  padding: 5px 45px;
  background: #e1f6ea;
  border-radius: 10px;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 15px;
}
.book .book-content header {
  font-size: 19px;
  color: #009241;
  margin-top: 30px;
  margin-bottom: 30px;
}
.book .book-content .author {
  color: #009241;
}
.book .book-content .author::before {
  content: 'Автор:';
  color: #444444;
}
.book .book-content time {
  font-size: 12px;
  padding-top: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.book .book-content time::before {
  content: 'Рiк:';
}
.book .book-content a {
  display: block;
  text-align: center;
  font-size: 18px;
  border: 2px solid #009241;
  border-radius: 20px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.book .book-content-text {
  padding-top: 30px;
}
.book .book-content-text header {
  font-size: 20px;
  border-bottom: 2px solid #009241;
  margin-bottom: 15px;
  display: inline-block;
  padding-bottom: 10px;
}
.book .tag {
  display: block;
  text-align: center;
  font-size: 18px;
  border: 2px solid #009241;
  border-radius: 20px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.contacts-page .contacts-information {
  font-size: 18px;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  list-style-type: none;
  padding-right: 25px;
}
.contacts-page .contacts-information li {
  border-bottom: 1px solid #009241;
  padding-bottom: 25px;
  padding-top: 25px;
}
.contacts-page .contacts-information li::before {
  width: 40px;
  float: left;
  margin-right: 15px;
}
.contacts-page .contacts-information .logo {
  text-transform: uppercase;
  color: #009241;
}
.contacts-page .contacts-information .logo::before {
  content: url('/wp-content/themes/ecoleague/assets/images/logo.png');
}
.contacts-page .contacts-information .address::before {
  content: url('/wp-content/themes/ecoleague/assets/images/icons/pin-green.svg');
}
.contacts-page .contacts-information .phones::before {
  content: url('/wp-content/themes/ecoleague/assets/images/icons/viber-green.svg');
}
.contacts-page .contacts-information .email::before {
  content: url('/wp-content/themes/ecoleague/assets/images/icons/email-green.svg');
}
.contacts-page #map {
  height: 430px;
  border-radius: 20px;
  overflow: hidden;
}
.contacts-form {
  background-image: url('/wp-content/themes/ecoleague/assets/images/contacts-form-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.contacts-form form {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 420px;
  margin: auto;
}
.contacts-form form input,
.contacts-form form textarea {
  line-height: 40px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: none;
  width: 100%;
  padding: 0px 25px;
}
.contacts-form form textarea {
  padding-top: 15px;
  padding-bottom: 15px;
}
.contacts-form form input[type='submit'] {
  width: 260px;
  margin: auto;
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #009241;
  background: rgba(0, 0, 0, 0.5);
  line-height: 50px;
}
@media (max-width: 767px) {
  .menu {
    display: none;
  }
}
article br {
  display: none;
}
