@media (max-width: 1450px) {
  .header_right_menu {
    margin-right: 15px;
  }
  .dolphin_footer {
    left: 330px;
    bottom: 0;
  }
}

@media (max-width: 1400px) {
  .dolphin_footer {
    left: 250px;
    bottom: 0;
  }

  .post-banner_container {
    margin: 0 20px;
  }
}

@media (max-width: 1250px) {
  .dolphin_footer {
    left: 150px;
    bottom: 0;
  }
}

@media (max-width: 1183px) {
  .crypto_coins_header {
    left: 50px;
  }
}

@media (max-width: 1082px) {
  .nav_link {
    font-size: 16px;
  }
  .dolphin_footer {
    left: 150px;
    top: revert-layer;
  }
}

@media (max-width: 1000px) {
  .content_container, .post-content_container {
    display: block !important;
  }

  .dolphin_footer {
    left: 50px;
    bottom: 0;
  }
  .blog-title,
  .blog_post_main {
    font-size: 18px;
  }
  .logo_text {
    font-size: 20px;
  }
  .blog-post_desrc {
    font-size: 14px;
  }

  .blog-post_category {
    font-size: 10px;
  }

  .popular-posts {
    text-align: center;
  }

  .popular-posts_list {
    display: flex;
    justify-content: space-between;
  }

  .popular-posts_item {
    max-width: 30%;
    flex-grow: 1;
  }

  .popular-news {
    margin-top: 25px;
  }

  .popular-post_article {
    border-bottom: 1px solid transparent;
  }

  .subscribe {
    max-width: 50%;
    margin: 0 auto;
    margin-top: 25px;
  }
}

@media (max-width: 900px) {
  .dolphin_footer {
    bottom: 0;
  }

  .footer_image_background {
    right: 200px;
    left: auto;
    overflow: hidden;
    top: -80px;
    max-height: 70%;
  }

  .footer_nav .nav_list {
    flex-direction: column;
    justify-content: center;
  }
  .footer_nav .nav_list .nav_item {
    margin-right: 0;
    padding: 8px 0;
  }
}

@media (max-width: 700px) {
  .header_nav .nav_list {
    flex-direction: column;
    align-items: center;
    padding: 10px;
    margin: 15px;

    box-shadow: 0 8px 32px 0 rgba(13, 13, 14, 0.37);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border-radius: 25px;
  }

  .header_nav .nav_item {
    margin-right: 0;
    padding: 5px 0;
  }

  .header-search {
    right: 200px;
    bottom: -115px;
  }

  .header-search_input {
    width: 150px;
  }
}
@media (max-width: 616px) {
  .dolphin_footer {
    left: 4px;
  }
  .footer_image_background {
    right: auto;
    left: 20%;
  }
}

@media (max-width: 600px) {
  :root {
    --grid-gap: 30px;
  }

  .header_cryptocurrences {
    font-size: 12px;
  }

  .blog_post_main {
    height: auto;
  }
  .post-grid {
    display: block;
  }

  .post-content_container {
    display: block;
  }

  .post-links {
    justify-content: space-between;
  }
  .post-grid_item:not(:last-child) {
    margin-bottom: var(--grid-gap);
  }

  .post-grid_item:nth-child(5n + 1) {
    min-height: unset;
  }

  .post-grid_item:nth-child(5n + 2) .blog-post {
    background-color: var(--accent-color);
  }
  .post-grid_item:nth-child(5n + 2) .blog-post_category {
    background-color: var(--bright-blue-color);
    color: var(--light-green-color);
  }

  .post-grid_item:nth-child(5n + 2) .blog-post_date {
    color: var(--dark-color);
  }

  .popular-posts_list {
    display: block;
  }

  .popular-posts_item {
    max-width: none;
  }
}
@media (max-width: 517px) {
  .subscribe {
    max-width: 90%;
  }
  .dolphin_footer {
    max-height: 50%;
  }
  .footer_image_background {
    max-height: 45%;
    left: 20%;
  }

  .logo_text {
    margin-left: 0;
  }
  .post_title {
    font-size: 28px !important;
  }
}

@media (max-width: 475px) {
  .logo_text {
    margin-left: 10px;
  }
  .logo_text .mobile {
    display: inline;
  }
  .ether {
    display: none;
  }
  .post-links {
    flex-direction: column;
  }
  .post-links_link {
    margin: 15px 0;
  }
}

@media (max-width: 446px) {
  .dolphin_footer {
    max-height: 50%;
  }
  .nav_link {
    font-size: 12px;
  }
  .logo_text {
    font-size: 16px;
  }
  .header_nav .nav_list {
    margin: 5px;
  }

  .header-search {
    right: 200px;
    bottom: -110px;
  }

  .blog-post_date_views {
    font-size: 9px;
  }
  .crypto_coins_header {
    left: 10px;
  }
  .logo {
    width: 100px;
  }
}

@media (max-width: 410px) {
  
  .logo {
    width: 90px;
  }
  .header_nav .nav_list {
    margin: 10px;
  }
}

@media (max-width: 334px) {
    .blog-post_date_views {
        font-size: 7px;
    }
    .crypto_coins_header {
        left: 0;
        overflow: hidden;
        top: 50px;
    }
    .header_left {
        margin: 3px;
    }
    .blog-post_category {
        font-size: 8px;
    }
    .header_right_menu {
        margin: 3px;
    }
    .logo_text {
        font-size: 14px;
    }
    .header_container {
        flex-direction: column;
        align-items:center;
    }
    .header-search {
        right: 90px;
        
    }

}
