@media only screen and (max-width: 1330px) {
  nav ul > li {
    margin-right: 25px;
  }

  .bottom-menu ul {
    column-gap: 20px;
    justify-content: space-between;
  }

  .crypto {
    margin-right: 15px;
  }

  .logo {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  nav {
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateX(-100%);
    transition: all .3s;
  }

  nav.show {
    background: #fff;
    transform: translateX(0);
    transition: all .4s;
    overflow-y: auto;
  }
    nav ul {
      flex-direction: column;
      align-items: flex-start;
      row-gap: 5px;
      padding-top: 20px;
      padding-left: 20px;
      padding-right: 20px;
    }

    nav ul li a {
      padding: 5px 15px;
      color: #121212;
    }
      nav ul li a:hover {
        border-color: transparent;
      }

    nav ul > li {
      margin-right: 0;
    }

  .sub-menu {
    background: transparent;
    opacity: 1;
    visibility: visible;
    position: relative;
    display: none;
    width: 100%;
  }
    .sub-menu a {
      color: #121212;
    }

    .sub-menu li {
      padding: 0;
    }

      .sub-menu li:not(:last-child) {
        margin-bottom: 10px;
      }

    .sub-menu .sub-menu {
      display: none !important;
    }

    ul.main-menu > li.menu-item-has-children > a:after,
    .sub-menu > li.menu-item-has-children a:after {
      display: none;
    }

    ul.main-menu > li.menu-item-has-children:after {
      content: "\f0dd";
      font-family: 'font awesome 5 free'!important;
      position: absolute;
      font-weight: 700;
      font-size: 10px;
      text-align: center;
      right: 0;
      top: 18px;
      transform: translateY(0);
      line-height: 0;
      display: inline-flex;
      height: 4px;
    }

  .stories__item {
    width: 100%;
  }



  .hamburger {
    display: block;
    margin-left: auto;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 991px) {

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }


  .fast-form__image {
    display: none;
  }

  .page-content.container {
    flex-wrap: wrap;
    row-gap: 30px;
  }

  .page-content__item,
  .page-content_aside {
    width: 100%;
    max-width: 100%;
  }

  .tabs {
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {



  .big-post {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .big-post__item {
    width: 100%;
  }

  .join__title {
    font-size: 40px;
  }



  .page-content__item .post-blocks__item {
    width: calc(50% - 20px);
  }

  .article__title {
    font-size: 35px;
  }

  .article__info {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .social {
    width: 100%;
  }

  .tags__list {
    flex-wrap: wrap;
    row-gap: 10px;
  }



  .stories__item {
    padding: 20px 15px;
  }

  .title-2,
  .big-post__item-content h3 a {
    font-size: 20px;
  }

  .big-post__item-content p, .big-post__item-content p a {
    font-size: 14px;
  }

  .read-more {
    font-size: 14px;
  }

  .post-blocks {
    margin-top: 50px;
  }

  .big-post__item {
    padding: 20px 15px;
  }

  .big-post {
    margin-top: 20px;
  }

  .space-single-aces-breadcrumbs {
    display: none;
  }

  .article__title, .article h1 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 25px;
  }

  .article h2 {
    font-size: 24px;
  }

  .article h3 {
    font-size: 22px;
  }

  .article__top .tag {
    font-size: 14px;
  }

  .article__top {
    margin-top: 10px;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .bottom-autor.mobile {
    padding: 25px;
    border: 1px solid #dce3e3;
    border-radius: 10px;
  }

  .bottom-autor__content-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 14px;
  }

  .bottom-autor.mobile .autor__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 14px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .bottom-autor.mobile .bottom-autor__info {
    width: 100%;
  }

  .bottom-autor.mobile .autor__item-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }

  .bottom-autor.mobile .autor__item-content-social {
    margin-bottom: 0;
  }

  nav ul > li {
    display: block;
    width: 100%;
  }


}

@media only screen and (max-width: 600px) {
  .stories__item-stories-item {
    width: 100%;
  }

  nav {
    top: 65px;
  }

  .fast-form__form-row {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .fast-form__form-row input {
    width: 100%;
  }

  .fast-form__form-title {
    font-size: 40px;
  }

  .post-blocks.list .post-blocks__item,
  .space-page-section-ins.space-page-wrapper {
    flex-direction: column;
  }

  .post-blocks.list .post-blocks__item .post-blocks__item-content{
    width: 100%;
  }

  .post-blocks.list .post-blocks__item-image {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px !important;
   }
    .post-blocks.list .post-blocks__item-image a {
      width: 100%;
      display: inline-block;
    }
    .post-blocks.list .post-blocks__item-image img {
      width: 100%;
    }

  .page-content__item .post-blocks__item {
    width: 100%;
  }

  .bottom-autor {
    flex-direction: column;
    row-gap: 20px;
  }

  .article .trust img {
    max-width: 85px;
  }
  .article .trust p:last-child {
    width: calc(100% - 90px);
  }

  .bottom-autor__content {
    width: 100%;
  }

  .crypto {
    font-size: 13px;
  }

  .logo {
    max-width: 90px;
    margin-right: 15px;
  }

  .mobile-trust-logo {
    display: block;
  }

  .desktop-trust-logo {
    display: none;
  }
}

@media only screen and (max-width: 600px) {

}

@media only screen and (max-width: 479px) {
  .post-blocks__header .space-block-title {
    padding-bottom: 0 !important;
  }
}