@media only screen and (max-width: 1440px) {
  .reviews_pix_slider {
    margin-left: 0 !important;

    padding: 10px 0 20px 20px;
  }
  .content__row {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main {
    padding-left: 0;
  }
  .footer {
    padding: 40px 20px 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .map_block {
    padding: 30px 16px 0;
  }
}

@media only screen and (max-width: 1140px) {
  .homeServices__items {
    grid-template-columns: repeat(4, 1fr);
  }
  .homeServices__items_offline {
    grid-template-columns: repeat(2, 1fr);
  }
  .content__blockWithSidebar .main {
    width: 100%;
  }
  .content__blockWithSidebar .sidebar {
    width: 100%;
  }
  .slider_our_company {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .servicesSmall__items {
    grid-template-columns: repeat(4, 1fr);
    padding-top: 20px;
  }
  .servicesSmall__items_2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 1080px) {
  .partners-slider .swiper-slide {
    height: 140px;
  }
  .content__row {
    padding-bottom: 80px;
  }
  .content__portfolio {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .slider-menu {
    flex: 1 1 600px;
  }
  .title_services_item {
    font-size: 22px;
  }
  .number {
    font-size: 14px;
  }
}

@media only screen and (max-width: 920px) {
}

@media only screen and (max-width: 820px) {
  .content__row {
    padding-bottom: 50px;
  }
  .content__portfolio {
    padding-bottom: 50px;
  }

  .homeServices__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .homeServices__items_offline {
    grid-template-columns: repeat(2, 1fr);
  }
  .homeServices__item {
    height: 260px;
  }
  .homeServices__title {
    font-size: 24px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 768px) {
  .partners .sectionTitle__text {
    margin-bottom: 30px;
  }
  .homeServices__item {
    height: 220px;
  }
  .homeServices__title {
    font-size: 20px;
  }
  .xTitle h1,
  .xTitle h2 {
    font-size: 30px;
  }
  .footer {
    padding: 30px 20px 20px;
  }
  .slider-block {
    flex-wrap: wrap;
    gap: 20px;
  }
  .slider_our_company {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 650px) {
  .servicesSmall__items {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 20px;
  }
  .servicesSmall__items_2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 600px) {
  /* .reviews_pix_slider {
    margin: 0 !important;
    padding: 0 16px;
  } */

  .header {
    padding: 0 16px;
  }
  .content__row {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
  }
  .content__portfolio {
    padding-bottom: 30px;
  }

  .social__title {
    text-align: center;
  }
  .partners-slider .swiper-slide {
    height: 110px;
  }
  .homeServices__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .homeServices__item {
    height: 180px;
  }
  .homeServices__title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .reviews_item {
    padding: 16px 20px;
  }
  .servicesSmall__items {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 20px;
  }
  .servicesSmall__items_2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 414px) {
}

@media only screen and (max-width: 400px) {
}

@media only screen and (max-width: 320px) {
}
