body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  background: #fafafa;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  color: #231f20;
}

.table {
  overflow-x:auto;	
}


*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button {
  background-color: transparent;
  cursor: pointer;
}

button:focus {
  outline: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

.content__subscribe8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    //border-top: 1px solid #8e8e93;
    //border-bottom: 1px solid #8e8e93;
    //padding: 0px 0px 10px 0px;
    //margin: 0px 0px 30px 0px;
    //display: none;
}

.subscribe_title8 {
    display: inline-block;
    min-width: 96px;
    height: 35px;
    //background: #ffe202;
	background: #e9eaeb;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    color: #343b48;
    //margin: 12px 0;
	margin-top: 12px;
    padding: 8px 12px 5px 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.btn-flat8 {
    border: 1px transparent;
}
.btn8 {
    background: #ffe202;
    //background: #343b48;
    color: #000;
    padding: 5px 5px;
    //margin-bottom: 1em;
}

.agree-note8 {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 11px;
}

.article__content28 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    //line-height: 24px;
    color: #343b48;
    text-align: center;
    //display: inline-block;
}

.article__content38 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    //text-align: center;
    display: inline-block;
    margin-top: 2px;
}

.text-field__input8 {
    //display: block;
    //width: 100%;
    height: calc(2.25rem - 10px);
    padding: 0 5px;
    font-family: inherit;
    font-size: 10pt;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bdbdbd;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.container {
  width: 100%;
  max-width: 1440px;
  padding: 0 72px;
  margin: 0 auto;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #343b48;
  z-index: 1000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #343b48;
  z-index: 2;
}

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

.header__donate-wrap {
  width: 20%;
  z-index: 3;
}

.header__donate-wrap.search {
  display: none;
}

.header__donate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 206px;
  height: 54px;
  color: #343b48;
  background-color: #ffe202;
  border: 2px solid #ffe202;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}
.header__donate:hover {
  background-color: transparent;
  color: #ffe202;
}

.donate--mobile {
  display: none;
  width: 32px;
  height: 32px;
  color: #fafafa;
  background-color: transparent;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  padding-top: 3px;
  border: 2px solid #ffe202;
}

.header__logo {
  z-index: 3;
}

.header__logo_off {
  z-index: 3;
  display: none;
}

.header__logo.search {
  display: none;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.header-menu__item {
  white-space: nowrap;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #fafafa;
  text-transform: uppercase;
  margin-left: 24px;
  border: none;
  cursor: pointer;
}
.header-menu__item:hover {
  color: #ffe202;
}
.header-menu__item:focus {
  color: #ffe202;
  outline: none;
  border: none;
}

.header-menu__item.search {
  display: none;
}

.header-menu.search {
  width: 100%;
}

.header-menu__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header.dropping {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  height: 130px;
  padding-bottom: 50px;
}

.header.drop {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  height: 170px;
  padding-bottom: 90px;
}

.header-menu__sub-link {
  display: none;
  background-color: transparent;
  padding-left: 16px;
  z-index: 1;
  position: absolute;
  background-image: url("/f/images/line.png");
  background-repeat: repeat-y;
}

.header-menu__sub-link a {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #fafafa;
  text-transform: uppercase;
  display: block;
  padding: 24px 0 0 0;
}
.header-menu__sub-link a:hover {
  color: #ffe202;
}

.header-menu__sub-link.drop {
  display: block;
}
.language {
  position: relative;
}
.site_lang span {
  color: #fff;
  margin-left: 5px;
  vertical-align: super;
}
.lang_ul {
  position: absolute;
  margin-left: -5px;
  background-color: transparent;
  top: -13px;
  width: 50px;
  padding-left: 6px;
  z-index: 1;
  border-radius: 5px;
}
.lang_li {
  display: none;
  text-align: left;
  padding-bottom: 6px;
}
.lang_span {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #fafafa;
  text-transform: uppercase;
}
.lang_span:hover {
  color: #ffe202;
}
.lang_active {
  display: block;
}

.language__dropdown {
  display: none;
  position: absolute;
  margin-left: -5px;
  background-color: transparent;
  width: 50px;
  padding-left: 6px;
  z-index: 1;
  border-radius: 5px;
}

.language__dropdown a {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #fafafa;
  text-transform: uppercase;
  display: block;
  padding: 8px 0 0 0;
}
.language__dropdown a:hover {
  color: #ffe202;
}

.language__dropdown.dropping {
  display: block;
}

.header-menu__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-menu__footer.header-menu--mobole {
  display: none;
}

.header-menu__item.header-menu--mobole {
  display: none;
}

.header-menu__hr.header-menu--mobole {
  display: none;
}

.mail.header-menu--mobole {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #f5f5f5;
}

.header-menu__footer.search {
  display: none !important;
}

.header-search {
  display: none;
}

.header-search.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 60px;
  z-index: 3;
}

.search__button {
  border: none;
}
.search__button i {
  color: #ffe202;
}
.search__button span {
  display: none;
}

.search__input {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  color: #ffe202;
  font-family: 'Cormorant Garamond', serif;
  font-weight: bold;
  font-size: 38px;
  padding-top: 8px;
}
.search__input::-webkit-input-placeholder {
  color: #ffe202;
  font-family: 'Cormorant Garamond', serif;
  font-weight: bold;
  font-size: 38px;
  margin-right: 16px;
}

.open-search.search {
  display: none;
}

.search__close {
  border: none;
  color: #fafafa;
  font-size: 28px;
  margin-left: 15px;
}

.header-menu__toggle__wrapper {
  width: 40%;
  display: none;
}

.header-menu__toggle {
  width: 18px;
  padding: 8px 0;
  display: none;
  font-size: 0;
  color: transparent;
  border: 0;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 24px;
}

.header-menu__toggle:focus {
  outline: 0;
}

.header-menu__toggle__item {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffe202;
  position: absolute;
}

.header-menu__toggle.active .header-menu__toggle__item {
  background: none;
}

.header-menu__toggle__item:before,
.header-menu__toggle__item:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #ffe202;
  position: absolute;
  left: 0;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  -o-transition: transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}

.header-menu__toggle__item:before {
  top: -6px;
}

.header-menu__toggle__item:after {
  bottom: -6px;
}

.header-menu__toggle.active .header-menu__toggle__item:before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(45deg) translate3d(2px, -2px, 0);
  transform: rotate(45deg) translate3d(2px, -2px, 0);
  background-color: #fafafa;
}

.header-menu__toggle.active .header-menu__toggle__item:after {
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotate(-45deg) translate3d(2px, 2px, 0);
  transform: rotate(-45deg) translate3d(2px, 2px, 0);
  background-color: #fafafa;
}

.footer {
  background-color: #343b48;
  padding-top: 40px;
  padding-bottom: 16px;
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 27px 0 20px 0;
}

.footer__block--left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30%;
  margin-top: 0px;
}

.footer__block--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40%;
  margin-top: 0px;
}

.footer__block--right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 30%;
}

.footer__text {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #fafafa;
}

.footer__copiring {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #fafafa;
  opacity: 0.62;
}

.footer__wrapper--revers {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.footer__copiring-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 30%;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40%;
}

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

.footer__nav__item {
  white-space: nowrap;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #fafafa;
  text-transform: uppercase;
  margin-left: 24px;
  cursor: pointer;
}
.footer__nav__item:hover {
  color: #ffe202;
}

.footer__authors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 30%;
}

.contacts {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #fafafa;
  text-transform: uppercase;
}

.mail {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #fafafa;
  text-transform: uppercase;
  cursor: pointer;
}
.mail:hover {
  color: #ffe202;
}

.mail2 {
  font-size: 14px;
  line-height: 22px;
  color: #fafafa;
  text-transform: uppercase;
  cursor: pointer;
}
.mail2:hover {
  color: #ffe202;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 0;
}

.social2 {
  /*display: -webkit-box;
  display: -ms-flexbox;*/
  display: none;
  padding: 22px 0;
}

.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #fafafa;
  margin-left: 21px;
  cursor: pointer;
}
.icon:hover {
  border: 1px solid #ffe202;
  background-color: #ffe202;
}
.icon i {
  color: #fafafa;
}

.search-aothor {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #fafafa;
  text-transform: uppercase;
  cursor: pointer;
}
.search-aothor:hover {
  color: #ffe202;
}

.co-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 199px;
  height: 54px;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #343b48;
  background: #ffe202;
  margin-bottom: 60px;
  cursor: pointer;
}
.co-author:hover {
  border: 2px solid #ffe202;
  color: #ffe202;
  background-color: transparent;
}
.search__container{
  padding: 100px 72px;
  width: 100%;
  min-height: calc(100vh - 400px);
  max-width: 1440px;
  margin: 0 auto;
}
.search__post{
  margin: 30px 0 0 0;
}
.search__post a{
  color: #231f20;
  margin: 30px 0 0 0;
}
.search__post a:hover{
  text-decoration: underline;
}
.form__search{
  display: flex;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;

}
.form__search__btn{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  background-color: transparent;
  margin-left: 16px;
  padding: 4px 8px;
  border-radius: 4px;
}
@media screen and (max-width: 1199px) {
  .container--mobile {
    padding: 0px 24px; }
  .header {
    height: 60px; }
  .header:before {
    z-index: 3; }
  .header__logo {
    height: 45px; }
    .header__logo img {
      height: 45px; }
  .header__donate {
	  
	  height: 44px;
    /*display: none; */}
  .header__donate-wrap	{
	width: 55%;  
  }

.header-menu__sub-link {
  display: none;
  background-color: transparent;
  padding-left: 16px;
  z-index: 1;
  position: absolute;
  background-image: url("/f/images/line2.png");
  background-repeat: repeat-y;
}
	
  .donate--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: none; }
  .header-menu__hr.header-menu--mobole {
    display: block;
    height: 1px;
    background: #c7c7cc;
    opacity: 0.2; }
  .header-menu {
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #343b48; }
  .header-menu__item {
    display: block;
    margin: 16px 0;
    padding: 0; }
  .header-menu__toggle__wrapper {
    display: block; }
  .header-menu__toggle {
    display: block;
    top: 14px;
    right: 0px;
    z-index: 3; }
  .header-menu__sub-link {
    position: relative; }
  .header-menu__sub-link a {
    padding: 16px 0 0 0; }
  .header-menu__item.header-menu--mobole {
    display: block; }
  .header.dropping {
    height: 60px;
    padding-bottom: 0; }
  .header.drop {
    height: 60px;
    padding-bottom: 0; }
  .header-menu__options.dropping {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    padding-bottom: 40px; }
  .header__donate-wrap.search {
    display: block; }
  .header__logo.search {
    display: block; }
  .header-menu__hr.search {
    margin-bottom: 32px; }
  .header-search.search {
    padding-bottom: 6px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 70px; }
  .header-menu__item.search {
    display: block; }
  .open-search.search {
    display: none; }
  .header-menu.active {
    display: block;
    padding: 70px 16px 16px 16px; }
  .header-menu__item.language.search {
    display: none; }
  .search__input::-webkit-input-placeholder {
    font-size: 32px; }
  .search__button {
    border: none;
    position: absolute;
    top: 80px;
    width: 136px;
    height: 44px;
    background: #ffe202; }
    .search__button i {
      display: none; }
    .search__button span {
      display: block;
      font-family: 'Lato', sans-serif;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 14px;
      line-height: 22px;
      color: #343b48; }
      .lang_ul {
        margin-left: -50px;
      }
  }
  @media screen and (max-width: 1024px) {
  .footer__block {
    padding: 20px 0 20px;
     }
  .footer__block--left {
    width: 100%;
    margin-top: 0px;
	margin-bottom: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .footer__block--center {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    margin-top: -21px; }
  /*.footer__text {
    text-align: justify;} */
  .footer__block--right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
  .footer__copiring-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
  .footer__nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
  .footer__authors {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 12px 0 39px 0; }
  .footer__copiring {
    text-align: center;
    font-size: 10px;
    line-height: 14px; }
  .footer__copiring-box {
    margin-top: 16px; }
  .search-aothor.header-menu--mobole {
    margin-top: 46px; }
  .icon {
    margin: 0 10px; }
  .icon.header-menu--mobole {
    margin: 0 10px;
    width: 21px;
    padding: 1px 0px 1px 0.5px;
    height: 21px; }
    .icon.header-menu--mobole i {
      font-size: 12px; }
  .co-author {
    width: 100%;
    max-width: 290px;
    height: 44px;
    margin-bottom: 27px; } 
  .footer {
    padding: 40px 24px 16px 24px;
  }
  .footer__nav__item--video {
    display: none;
  }
  
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 16px;
  }

  .header__donate {
    display: none; }

  .header__donate-wrap {
	width: 27%;
  }

  .social2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 0;
  }  
  .header__logo {
    display: none;
  }
  .header__logo.search {
    display: none;
  }
  
  .header__logo_off {
	height: 40px;  
    display: flex;
  }  
  

  .donate--mobile {
	  display: none;
  }
  
  .header-menu__sub-link a {
    font-weight: 400;
  }
  .header-menu__toggle {
    top: 9px;
    right: 0px;
  }
  .header-menu__item {
    font-weight: 400;
  }
  .header__donate.header-menu--mobole {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 288px;
    height: 44px;
    margin: 24px 0;
  }
  .language__dropdown a {
    font-weight: 400;
  }
  .search__input {
    font-size: 26px;
    color: #ffe202;
    font-family: 'Cormorant Garamond', serif;
  }

  .footer__block {
    padding: 20px 0 20px;
  }
  .footer__block--left {
    width: 100%;
    margin-top: 0px;
	margin-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__block--center {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    margin-top: -21px;
  }
  /*.footer__text {
    text-align: justify;
  }*/
  .footer__block--right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .footer__copiring-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .footer__nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .footer__authors {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 12px 0 39px 0;
  }
  .footer__copiring {
    text-align: center;
    font-size: 10px;
    line-height: 14px;
  }
  .footer__copiring-box {
    margin-top: 16px;
  }
  .search-aothor.header-menu--mobole {
    margin-top: 46px;
  }
  .icon {
    margin: 0 10px;
  }
  .icon.header-menu--mobole {
    margin: 0 10px;
    width: 21px;
    padding: 1px 0px 1px 0.5px;
    height: 21px;
  }
  .icon.header-menu--mobole i {
    font-size: 12px;
  }
  .co-author {
    width: 100%;
    max-width: 290px;
    height: 44px;
    margin-bottom: 27px;
  }
  
   .header-menu__footer.header-menu--mobole {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 600px) {
  .container{
    padding: 0 16px;
  }
  .social2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 0;
  }
  .header__donate-wrap {
	width: 35%;
  }
  .header-menu {
    height: 100%;
  }
  .header-menu__options.dropping {
    padding-bottom: 0;
  }
  .header-menu.active {
    height: 100vh;
    overflow-y: scroll;
  }
  .header-menu__footer.header-menu--mobole {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__donate.header-menu--mobole {
    display: flex;
  }
  .search__container{
  padding: 100px 16px;
 }

}
/*other-articles__row*/
.other-articles__row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0; }
  @media (max-width: 768px) {
    .other-articles__row {
      display: block; } }

.other-articles__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  max-width: 50%;
  padding: 0 12px; }
  @media (max-width: 768px) {
    .other-articles__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%;
      max-width: 100%;
      padding: 0; } }
  .other-articles__col .slick-list {
    padding-left: 0 !important; }
  .other-articles__col .article-static {
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 30px; }
    .other-articles__col .article-static img {
      max-width: 100%;
      display: block;
      height: auto; }
    .other-articles__col .article-static .article__information {
      position: absolute;
      padding-left: 40px;
      padding-right: 52px;
      bottom: 0;
      left: 0;
      width: 100%;
      color: #fff; }
    .other-articles__col .article-static .article__title {
      font-size: 38px;
      line-height: 46px;
      color: #FAFAFA;
      font-weight: 700; }
    .other-articles__col .article-static .article__date-publication__item {
      color: #AEAEB2; }

.slider {
  max-width: 1440px; }
  .slider a {
    margin: 0 12px;
    outline: none;
    border: none;
    height: 370px; }
  .slider img {
    outline: none;
    border: none;
    width: 100%;
    /*height: 140px;*/
    height: auto;
    -o-object-fit: cover;
       object-fit: cover; }
