body {
  min-width: 320px;
  overflow-x: hidden;
  font-family: "Mariupol";
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 100%), url("/storage/app/media/agriculture-1845835_1920.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
footer {
  height: 300px;
}
header {
  background: #ffffff;
  height: 75px;
  width: 100%;
  position: fixed;
  z-index: 33;
}
body input {
  font-size: 16px;
  font-weight: 700;
  color: #292929;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 20px;
  border: none;
  margin-bottom: 10px;
  box-shadow: 5px 5px 5px #888;
  border-radius: 12px;
}
body ul {
  padding: 0;
}
main {
  padding-top: 75px;
}
main hr {
  margin-top: 40px;
  width: 100%;
  height: 1px;
  background: #E1E1E1;
  opacity: .2;
}
.wrapper {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.only-article:hover {
  filter: brightness(90%);
  -webkit-filter: brightness(90%);
}
.projects-list {
  width: 100%;
}
twitterwidget {
  margin: 0 auto;
}
.projects-list .project:hover img,
.events .event:hover img {
  mix-blend-mode: screen;
}
.last-article .article:hover,
.projects-list .project:hover .project-name,
.projects-list .project:hover .project-autor,
.event:hover .category-name,
.event:hover .event-name,
a.more:hover {
  color: #2b3e50;
  opacity: .8;
}
.social-block ul li a:hover {
  color: #2b3e50;
}
.logo-foot:hover,
.partners-foot a:hover {
  opacity: .6;
}
a.underline {
  position: relative;
}
a.underline:after {
  content: '';
  background-color: #2b3e50;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  width: 100%;
  height: 1px;
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -khtml-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 22;
}
a.underline:hover:after {
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.all-header.posit-fix {
  position: fixed;
  z-index: 33;
  width: 100%;
}
main.padding-fix {
  padding-top: 75px;
}
header .menu-content-mobile .social-block {
  position: absolute;
  /*  width: 160px;*/
  margin: 0 auto 45px auto;
  overflow: hidden;
  z-index: 101;
  bottom: 0;
  right: 0;
  left: 0;
}
header #searchform {
  width: 100%;
}
.menu-inner nav {
  padding-top: 40px;
}
.menu-inner nav ul li {
  padding-top: 20px;
}
.menu-inner nav ul li a {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.menu-inner ul li a {
  color: #fff;
}
/*.search_open,*/
.social-block ul li:last-child {
  position: relative;
}
.search_close {
  position: absolute;
}
.search_open,
.search_close {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}
.search_open.active,
.search_close.active {
  opacity: 1;
  visibility: visible;
  transition: 1s;
}
body .search-modal input[type=text],
body .search-modal input::placeholder {
  background: none;
  font-size: 60px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 2.5px;
  width: 100%;
}
.search-modal .input-outer {
  margin-bottom: 100px;
}
.search-modal input[type=submit] {
  font-size: 18px;
  font-weight: 500;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #2b3e50;
  text-transform: uppercase;
  height: 70px;
  width: 235px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  pointer-events: all;
}
/* Button menu */
.menu-button {
  width: 30px;
  height: 30px;
  position: relative;
}
.hamburger-menu {
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: .5s;
  background-color: #2b3e50;
}
.hamburger-menu:before,
.hamburger-menu:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: .5s;
  background-color: #2b3e50;
}
.hamburger-menu:before {
  top: -10px;
}
.hamburger-menu:after {
  top: 10px;
}
.menu-button.active .hamburger-menu {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
  background: #fff;
}
.menu-button.active .hamburger-menu:before {
  top: 0;
  transform: rotate(45deg);
}
.menu-button.active .hamburger-menu:after {
  top: 0;
  transform: rotate(135deg);
}
/* end Button menu*/
.menu-content-mobile,
header .search-modal {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: calc(100vh - 75px);
  margin: auto;
  /*  position: fixed;*/
  right: 0;
  left: 0;
  top: 75px;
  overflow: auto;
  position: absolute;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start !important;
  align-items: flex-start !important;
  z-index: 32;
}
.menu-content-mobile.active,
header .search-modal.active {
  opacity: 1;
  visibility: visible;
  transition: 1s;
  background-color: #2b3e50;
}
body section:not(:first-child) {
  padding-top: 50px;
}
section:last-child hr {
  border-bottom: solid 2px #4E4E4E;
  opacity: 1;
}
/*  Текстовые классы */
.title-1 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  flex-grow: 1;
}
.title-2 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
}
.title-3 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
}
.title-4 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: #2b3e50;
}
.title-5 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
}
.text-1 {
  font-size: 30px;
  line-height: 130%;
  font-weight: 500;
}
.text-2 {
  font-size: 20px;
  line-height: 130%;
  /* font-weight: 500;*/
}
.text-3 {
  font-size: 14px;
  line-height: 120%;
  opacity: .7;
}
.text-4 {
  white-space: normal;
  font-size: 20px;
  font-weight: 500;
}
.text-5 {
  white-space: normal;
  font-size: 18px;
  font-weight: 400;
}
.sub-title-1 {
  font-size: 12px;
  line-height: 120%;
  /*  font-weight: 500;*/
  letter-spacing: 0.5em;
  text-transform: uppercase;
}
.sub-title-2 {
  font-size: 12px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  opacity: .7;
}
.post-block-3 {
  display: block;
  position: relative;
  width: calc(16.666666vw - 260px / 6);
  animation: fade-in 1s 1 ease-in;
}
.wrap-img-1 {
  position: relative;
  width: 100%;
  /*height: calc(16vw * 0.66);*/
  height: 235px;
  overflow: hidden;
  background-color: #2b3e50;
}
.wrap-img-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2b3e50;
  opacity: 0;
  transition: .3s;
  z-index: 1;
  mix-blend-mode: screen;
}
/*main, header, body footer {
    max-width: 1920px;
    margin: 0 auto;
}*/
body,
a {
  color: #292929;
}
body ol,
body ul {
  list-style: none;
  margin: 0;
}
.h-line:last-of-type hr {
  width: 100%;
  height: 2px;
  margin: 0;
  border: none;
  background: #4E4E4E;
  opacity: 1;
}
/*header start */
.menu ul li,
.social-block ul li {
  display: inline-flex;
  text-transform: uppercase;
  z-index: 199;
}
.social-block ul li:not(:last-child) {
  margin-right: 35px;
}
header .menu ul li:not(:last-child) {
  margin-right: 60px;
}
header ul li a:hover {
  color: #2b3e50;
}
.logo img,
.logo svg {
  height: 75px;
}
.logo svg {
  color: #2b3e50;
}
/* header end*/
.many-articles .only-article {
  margin-bottom: 30px;
}
.only-article {
  color: #fff;
}
/*
.many-articles .only-article:nth-child(3n+1) {
    padding-left: 0;
}
.title-1


.many-articles .only-article:nth-child(3n+2) {
    padding-left: 0;
}
*/
.wrapper-article {
  padding: 40px;
  background-color: gainsboro;
  background-size: cover;
  /*  background-image: url('/themes/mjournal/assets/images/test-news.png');
    background-repeat: no-repeat;*/
}
.only-article .category-name {
  padding-bottom: 20px;
}
.only-article .autor-article-name {
  padding-top: 20px;
}
.main-article {
  height: auto;
}
.events a {
  padding-bottom: 20px;
  border-bottom: solid 2px #4E4E4E;
  margin-right: 30px;
  margin-left: 20px;
}
.events a:last-child {
  padding-top: 20px;
}
.events .category-name {
  padding-top: 20px;
}
.events .event-name {
  padding-top: 20px;
}
body section.events-block hr {
  margin: 50px auto auto 0;
}
.last-article {
  border: solid 1px #E1E1E1;
  padding: 20px;
}
.last-article a {
  border-bottom: 1px solid rgba(160, 160, 160, 0.3);
}
.last-article .article-name {
  padding: 15px 0;
}
.name-block {
  padding-bottom: 30px;
}
.more {
  padding-top: 50px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  transition: .3s;
}
.project {
  padding-top: 20px;
}
.project .wrap-img-1 {
  height: 205px;
}
.project-name {
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: solid 2px #4E4E4E;
  min-height: 120px;
}
.project-autor {
  padding: 20px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}
.line-first {
  color: #4E4E4E;
}
.line-two {
  color: #949494;
  padding-top: 10px;
}
.line-event-item {
  padding-top: 30px;
  position: relative;
}
.line-place-info a {
  opacity: 0;
  border: 1px solid #2b3e50;
  height: 65px;
  padding: 23px 0 18px 0;
  position: absolute;
  top: 35%;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.event-line {
  border-top: 2px solid #4E4E4E;
  padding-bottom: 50px;
  margin: 0;
  position: relative;
}
.event-line .background-bg {
  content: '';
  background-color: #f6f6f6;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -khtml-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.event-line:hover .background-bg {
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  opacity: .9;
}
/* footer start */
.text-foot {
  line-height: 23px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  padding-top: 45px;
}
.partners-foot {
  padding-top: 30px;
}
.partners-foot svg {
  color: #2b3e50;
  width: 45px;
}
.menu-foot {
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #4E4E4E;
}
.menu-foot ul {
  column-count: 2;
  column-gap: 100px;
}
.menu-foot ul li:nth-child(n+3),
.sub-menu-foot ul li:nth-child(n+3) {
  padding-top: 25px;
}
.two-foot-block .sub-menu-foot a {
  font-weight: 300;
  font-size: 16px;
  color: #2b3e50;
  text-transform: capitalize;
}
.sub-menu-foot li:not(:last-child) {
  padding-right: 30px;
}
footer .logo-foot svg,
footer .logo-foot img {
  width: 115px;
  color: #2b3e50;
}
footer {
  padding-top: 80px;
  padding-bottom: 80px;
  height: auto;
}
footer .social-block ul li {
  font-size: 32px;
}
footer > div {
  /* height: 300px;*/
}
.copyright {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}
.partners-foot img,
.partners-foot svg {
  height: 50px;
  max-width: 50px;
}
.partners-foot a:not(:first-child),
.partners-foot span:not(:first-child) {
  padding-left: 30px;
}
.sub-menu-foot {
  padding-top: 30px;
}
/* footer end */
section.post-header {
  border-top: 1px solid rgba(123, 123, 123, 0.1);
}
.post-header .top {
  padding-top: 40px;
}
section.post-header .sub-title-1,
section.last-article-post .date-article {
  opacity: .7;
}
section.post-header .text-1 {
  font-weight: 400;
}
section.post-content .avatar {
  height: 130px;
  width: 130px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
section.post-content .autors .name {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2b3e50;
  margin-top: 18px;
  margin-bottom: 7px;
}
section.post-content .autors .about {
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  line-height: 20px;
}
section.post-content .post_text p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #000000;
  position: relative;
}
section.post-content .social_buttons.right-social a {
  border: 1px solid #444444;
  border-bottom: none;
  display: block !important;
  height: 72px;
  width: 72px;
  padding: 25px 25px 25px 25px;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 21px;
  font-weight: bold;
}
section.post-content .social_buttons.right-social a:last-child {
  border-bottom: 1px solid #444444;
}
section.post-content .social_buttons a:hover,
.share-block .social_buttons a:hover {
  background-color: #2b3e50;
  color: #fff;
}
.share-block .social-label {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #bababa;
  border-bottom: none;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: auto;
}
.share-block .social_buttons a {
  font-size: 21px;
  font-weight: 400;
  border: 1px solid #bababa;
  border-right: none;
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 60px;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.share-block .social_buttons a:last-child {
  border-right: 1px solid #bababa;
}
section.last-article-post .name-article {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  height: auto;
  /* width: 250px; */
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
section.last-article-post .date-article {
  font-size: 14px;
  font-weight: 300;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
section.last-article-post a:hover {
  color: #2b3e50;
}
.page-error {
  background-color: #f1f1f1;
  width: 100%;
}
.page-error .text-1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #000000;
  margin-bottom: 15px;
}
.page-error .text-2 {
  padding-top: 20px;
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 50px;
}
.page-error a {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  background: #2b3e50;
  border: 1px solid #2b3e50;
  display: block;
  height: 58px;
  width: 195px;
  padding: 20px 0 20px 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.page-error a:hover {
  background-color: #fff;
  color: #000;
}
.page-error .error-text {
  font-size: 500px;
  font-family: sans-serif;
  font-weight: bold;
}
.wrap-img-1 span {
  color: #fff;
}
.wrapper-article .title-1 {
  font-size: 18px;
}
.button:before {
  top: 0;
  left: 0;
  content: attr(data-name);
  font-size: 16px;
  font-weight: 500;
  color: black;
  text-align: center;
  display: block;
  width: 100%;
  padding: 20px 0 20px 0;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 9;
}
.button {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  background: #2b3e50;
  border: 1px solid #2b3e50;
  display: block;
  height: 58px;
  width: 195px;
  padding: 20px 0 20px 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.event-line:hover a.button {
  opacity: 1;
}
.name-place {
  position: relative;
}
.button:hover:before {
  opacity: 1;
}
body .post_text ul {
  list-style: initial;
  margin: 15px 40px;
}
body .post_text ul li {
  padding-bottom: 10px;
}
body .post_text ul li:last-child {
  padding-bottom: 0;
}
.post_text pre {
  background-color: #333;
  color: #fff;
  padding: 13px 16px;
  font-size: 14px;
}
.post_text a {
  color: #2b3e50;
}
.post_text a:hover {
  text-decoration: underline;
}
