.social-mobile {
  display: none;
}

.latest-news_gallery {
  width: 100%;
  display: flex;
  overflow-x: auto;
  gap: 16px;
  scroll-behavior: smooth;

  @media screen and (min-width: 769px) {
    gap: 24px;
  }
}

@media (max-width: 1360px) {
  * {
    box-sizing: border-box;
  }

  .auth-block-wrapper {
    padding-bottom: 194px;
  }

  .team-gallery {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 35px 20px;
  }

  .member-item {
    margin-right: 0;
  }

  .about-section {
    display: flex;
    flex-direction: column;
  }

  .about-content_title {
    margin-right: 0;
  }

  .about-content,
  .about-image {
    width: 100%;
  }

  .about-image {
    margin-top: 20px;
  }

  .home-header {
    margin-bottom: 50px;
  }

  .social-desktop {
    width: 100%;
  }

  .intro-content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
  }

  .intro-content_body {
    max-width: 100%;
    margin-bottom: 14px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 26px;
  }

  .intro-content_title {
    width: 100%;
    margin-top: 0;
    font-size: 56px;
    line-height: 59px;
  }

  .intro-content_body {
    width: 100%;
  }

  .auth-form {
    width: 100%;
  }

  .about-section {
    flex-direction: unset;
    justify-content: space-between;
  }

  .about-content {
    width: 50%;
    margin-right: 40px;
  }

  .about-content_title {
    margin-top: 0;
    font-size: 46px;
    line-height: 53px;
  }

  .about-image {
    width: 50%;
    margin-top: 0;
  }

  .about-image img {
    width: 100%;
    height: auto;
  }

  .latest-news {
    width: 100%;
  }

  .gallery-arrows {
    display: none;
  }

  .latest-news_title {
    margin-left: 0;
  }

  .latest-news_footer {
    width: 100%;
  }

  .latest-blog {
    width: 100%;
  }

  .latest-blog .header-body {
    margin-left: 0;
  }

  .header-body p {
    width: 100%;
    margin-right: 0;
  }

  .latest-blog_gallery .gallery-item {
    height: auto;
    min-width: 360px;
    box-shadow: none;
    border: 1px solid #e6e8ec;
  }

  .blog-arrows {
    display: none;
  }

  .latest-blog_gallery {
    width: 100%;
    display: flex;
    overflow-x: auto;
    gap: 16px;
    scroll-behavior: smooth;
  }

  .latest-news_gallery .gallery_item {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .gallery-item .content-footer {
    margin-bottom: 22px;
  }
}

@media (min-width: 941px) and (max-width: 1360px) {
  .clients-feed-gallery .gallery-item {
    width: 50%;
  }

  .latest-blog_gallery .gallery-item {
    margin-left: 6px;
  }
}

@media (min-width: 769px) and (max-width: 940px) {
  .clients-feed {
    width: 100%;
  }

  .clients-feed-gallery .gallery-item {
    width: 100%;
  }

  .clients-feed-gallery-wrapper {
    max-width: 100%;
  }

  .clients-feed-gallery-wrapper {
    width: 100%;
  }

  .latest-blog_gallery .gallery-item {
    margin-left: 7px;
  }
}

@media (max-width: 1280px) {
  .team-gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1040px) {
  .team-gallery {
    grid-template-columns: repeat(3, 1fr);
  }

  .about-section {
    flex-direction: column;
  }

  .about-content {
    margin-right: 0;
    width: 100%;
  }

  .about-image {
    width: 100%;
  }

  .about-content_footer {
    margin-bottom: 22px;
  }
}

@media (max-width: 960px) {
  .intro-content_title {
    font-size: 40px;
    line-height: 42px;
  }

  .intro-content_body {
    font-size: 16px;
    line-height: 21px;
  }
}

@media (max-width: 840px) {
  .social-desktop {
    display: none;
  }

  .social-mobile {
    display: block;
    width: 100%;
    margin-top: 20px;
  }

  .auth-block-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 144px;
  }

  .home-header {
    margin-bottom: 0;
  }

  .intro-content {
    height: auto;
    margin-top: 20px;
  }

  .intro-content_body {
    margin-bottom: 14px;
    padding-right: 0;
  }

  .auth-form {
    width: 100%;
  }

  #sign-in-form,
  #sign-up-form {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  #sign-in-form {
    min-height: 300px !important;
    height: auto;
  }

  #sign-up-form {
    min-height: 500px !important;
  }

  .team-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .team-gallery .member-item:nth-child(n + 5) {
    display: none;
  }

  .home-header {
    height: 60px;
  }

  .intro-content_body {
    padding-right: 0;
    margin-bottom: 15px;
  }

  .intro-content_title {
    margin-top: 3px;
  }

  .form-body {
    margin-right: 32px;
    margin-left: 32px;
  }

  .skewed {
    height: auto;
  }

  .form-header h3 {
    font-size: 22px;
    margin: 30px 62px 24px 31px;
  }

  .form-header a {
    font-size: 16px;
    margin-right: 34px;
    margin-bottom: 0;
    margin-top: 19px;
  }

  .custom-select-style,
  .form-field {
    height: 40px;
    margin-bottom: 14px;
  }

  .custom-select-style {
    padding: 6px 18px;
  }

  .form-checkItem.terms {
    margin-top: 8px;
  }

  .terms {
    margin-bottom: 2px;
  }

  .years {
    margin-bottom: 15px;
  }

  .submit {
    width: 100%;
    font-size: 16px;
    text-align: center;
    height: 49px;
    line-height: 35px;
    padding: 0 10px;
  }

  .form-footer p {
    margin-top: 9px;
  }

  .member-item .name {
    font-size: 18px;
  }

  .about-content_title {
    font-size: 36px;
    line-height: 42px;
  }

  h4 {
    line-height: 23px;
    margin-bottom: 14px;
  }

  .intro-social-text {
    margin-bottom: 16px;
  }

  .facebook_ico {
    margin-right: 3px;
  }

  .auth-block-wrapper {
    padding-bottom: 37px;
  }

  .member-item .name {
    margin-top: 12px;
    margin-bottom: 2px;
  }

  .team-gallery {
    margin-top: 29px;
    margin-bottom: 53px;
  }

  .about-content_title {
    margin-bottom: 29px;
  }

  .about-content_body {
    margin-bottom: 44px;
  }

  .about-content_footer {
    padding: 28px 24px;
  }

  .about-section {
    margin-bottom: 65px;
  }

  .latest-news_header {
    margin-top: 35px;
    margin-bottom: 28px;
  }

  .latest-news_title {
    font-size: 36px;
    line-height: 42px;
    margin-top: 49px;
    margin-bottom: 12px;
  }

  .item-header .item-type {
    padding: 2px;
  }

  .item-header .item_date {
    font-size: 14px;
    line-height: 16px;
  }

  .item-header .calendar_ico {
    width: 13px;
    height: 13px;
  }

  .item-body .body-text {
    font-size: 16px;
    line-height: 19px;
  }

  .item-footer .footer-text {
    font-size: 16px;
    line-height: 20px;
  }

  .latest-blog_title {
    font-size: 36px;
    line-height: 41px;
  }

  .header-body p {
    font-size: 16px;
  }

  .content-header .comments-img,
  .content-header .like-img {
    width: 16px;
    height: 16px;
  }

  .content-header .comments-text,
  .content-header .comments-counter,
  .content-header .like-text,
  .content-header .like-counter {
    font-size: 14px;
    line-height: 16px;
  }

  .gallery-item .content-body p {
    font-size: 14px;
    line-height: 18px;
  }

  .content-artist_name {
    font-size: 14px;
    line-height: 16px;
  }

  .content-artist .min_read {
    font-size: 12px;
    line-height: 14px;
  }

  .gallery_item {
    width: 285px;
    height: 360px;
  }

  .gallery_item .item-header {
    margin-top: 217px;
    margin-left: 17px;
  }

  .gallery_item .item-body {
    margin-left: 17px;
    margin-right: 15px;
  }

  .gallery_item .item-footer {
    margin-left: 17px;
  }

  .latest-news_gallery {
    margin-bottom: 22px;
  }

  .latest-news {
    margin-bottom: 64px;
  }

  .latest-blog_gallery .gallery-item {
    min-width: 285px;
  }

  .latest-blog_title {
    margin-top: 54px;
    margin-bottom: 24px;
  }

  .latest-blog .header-body {
    margin-bottom: 30px;
  }

  .gallery-item .item-content {
    margin-left: 20px;
    margin-right: 20px;
  }

  .gallery-item .item-image {
    width: 100%;
    margin-bottom: 12px;
  }

  .content-artist_img {
    width: 32px;
    height: 32px;
    margin-top: 1px;
  }

  .latest-blog_gallery {
    display: flex;
    gap: 16px;
    margin-bottom: 22px;
  }

  .latest-blog_footer .view_all_btn {
    margin-bottom: 60px;
  }

  .about-content_container.about-gallery {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-item {
    min-width: 100%;
  }

  .clients-feed {
    width: 100%;
    padding: 0 20px;
  }

  .clients-feed-gallery-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .clients-feed-gallery {
    justify-content: flex-start;
    margin-bottom: 20px;
    display: flex;
    transition: transform 0.5s ease;
  }

  .clients-feed-gallery .gallery-item {
    width: 100%;
    max-width: 100%;
    margin-right: 24px;
    margin-left: 0;
    box-shadow: 0 12px 32px rgba(6, 28, 61, 0.04);
  }

  .clients-feed-gallery .gallery-item .item-header {
    margin: 20px;
  }

  .clients-feed-gallery .gallery-item .item-body {
    margin: 20px;
    line-height: 24px;
    font-size: 16px;
  }

  .clients-feed-header {
    margin-top: 40px;
    margin-bottom: 40px;
    justify-content: center;
  }

  .clients-feed_title {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -1.5px;
    padding-left: 0;
  }

  .clients-feed-arrows {
    display: none;
  }

  .clients-feed-footer {
    margin-top: 25px;
    margin-bottom: 45px;
  }

  .user-feed_img {
    margin-right: 10px;
    width: 48px;
    height: 48px;
  }

  .user-feed_name {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
  }

  .user-feed-adress {
    font-size: 14px;
    line-height: 20px;
  }

  .circle-container {
    gap: 8px;
  }

  .circle {
    width: 10px;
    height: 10px;
  }

  .circle.active {
    width: 20px;
    height: 10px;
  }

  #forgot-password-form {
    min-height: 234px;
  }
}

@media (max-width: 500px) {
  .member-item img {
    width: 140px;
    height: 140px;
  }

  .latest-blog_footer {
    width: 100%;
  }

  .latest-blog_footer .view_all_btn,
  .latest-blog_footer .view_all_btn a,
  .latest-news_footer .view_all_btn,
  .latest-news_footer .view_all_btn a {
    width: 100%;
  }

  .view_all_btn a {
    justify-content: center;
  }

  .view_all_btn .btn_label {
    margin: 16px 12px 16px 1px;
  }
}

@media (max-width: 410px) {
  #forgot-password-form {
    height: 266px;
  }
}

@media (max-width: 360px) {
  .member-item img {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 320px) {
  .member-item img {
    width: 100px;
    height: 100px;
  }
}
