@media screen and (max-width: 1024px) {
  /*.top-banners,*/
  .header__accessibility,
  .main-section__right-banners,
  .article-section__right-banners {
    display: none; }
	.top-banners{
		display: block;
		width: 100%;
	}
  .header__title-main {
    font-size: 18px; }
  .header__title-sub {
    font-size: 20px; }
  .header__logo {
    width: 30%; }
  .header__content {
    width: 70%; }
  .main-section__left-banners {
    width: 21.42857%; }
  .main-section__content {
    width: 78.57143%; }
  .home-links__item {
    margin: 10px 0;
    width: 20%; }
  .article-section__categories {
    width: 28.57143%; }
  .article-section__content {
    width: 71.42857%; }
}

@media screen and (max-width: 830px) {
  .header {
    padding: 15px 0; }
    .header__logo {
      margin-bottom: 15px; }
    .header__logo, .header__content {
      width: 100%; }
    .header__title, .header__logo-title {
      display: none; }
    .header__nav {
      margin-top: 15px; }
			
		
		div.footer__logo, div.footer__menu, div.footer-tags, div.footer__phone{
			width: 50%;
			margin-bottom: 20px;
			text-align: center;
		}
		img.footer__logo-img{
			margin-left: 0;
		}
		div.wtext-bottom{
			margin-right: 20px;
			text-align: center;
		}
		div.cw-words{
			text-align: center;
		}
		
}

@media screen and (max-width: 767px) {
  .main-section__left-banners {
    display: none; }
  .main-section__content {
    width: 100%; }
  .main-section__articles-col {
    width: 100%; }
  .main-section__general, .main-section__articles {
    width: 50%; }
  .article-section__categories {
    width: 42.85714%; }
  .article-section__content {
    width: 57.14286%; }
  .partners__item {
    width: 33.33333%; }
    .partners__item.title-col {
      display: none; }
  .footer__phone, .footer__adv {
    width: 50%;
    margin-bottom: 20px; }
  .footer__subscribe {
    width: 100%; } }

@media screen and (max-width: 640px) {
  .header__lang-selector {
    width: auto; }
  .header__menu-btn {
    display: block; }
  .header__nav {
    margin-top: 0;
    position: relative; }
    .header__nav.opened ul {
      opacity: 1;
      transform: translateY(0px);
      visibility: visible; }
    .header__nav ul {
      display: block;
      position: absolute;
      top: 14px;
      left: -21px;
      right: -21px;
      padding: 0 20px 5px;
      background-color: #fff;
      z-index: 5;
      border-bottom: 1px solid #e5e5ee;
      opacity: 0;
      transform: translateY(-10px);
      visibility: hidden;
      transition: visibility 300ms, opacity 300ms, transform 300ms; }
      .header__nav ul li {
        margin-bottom: 15px; }
  #menu-btn {
    border: none;
    background-color: #fff;
    width: 30px;
    padding: 0; }
    #menu-btn span {
      display: block;
      background-color: #393186;
      height: 3px;
      margin: 6px 0; }
    #menu-btn.opened {
      opacity: 0.6; }
  .home-links__item {
    width: 25%; } 
  .single-post__read-more-item {
    width: 50%;
  }
  }
@media screen and (min-width: 481px) {
  .item-post-lg__row {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 480px) {
  .sect {
    padding: 30px 0; }
  .section-title {
    font-size: 30px;
    line-height: 32px; }
  .header__search {
    width: 100%;
    margin-bottom: 10px; }
  .header__content-row {
    justify-content: space-between; }
  .main-section__general, .main-section__articles {
    width: 100%; }
  .main-section__general {
    margin-bottom: 30px; }
  .home-links__item {
    width: 50%; }
  .article-section__categories, .article-section__content {
    width: 100%; }
  .article-section__categories {
    margin-bottom: 30px; }
  .partners__item {
    width: 100%;
    margin: 15px 0; }
  .footer__link {
    line-height: 20px; }
  .footer__title {
    margin-bottom: 10px; }
  		div.footer__logo, div.footer__menu, div.footer-tags, div.footer__phone{
			width: 100%;
			margin-bottom: 20px;
		}
  .item-post-lg__img-col {
    width: 100%;
    margin-bottom: 14px;
  }
  .feedback-form__col,
  .single-post__read-more-item,
  .video__item,
  .gallery__item {
    width: 100%;
  }
}
