@media (max-width: 1920px) {}

@media (min-width: 1920px) {}

@media (max-width: 1536px) {}

@media (max-width: 1440px) {}

@media (max-width: 1366px) {}

@media (max-width: 1280px) {}

@media (max-width: 1199px) {
  .mNone {
    display: none;
  }

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

  .content-img {
    margin-top: 40px;
  }

  .services-img {
    display: none;
  }

  .services-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 6px;
  }

  .bg-gray.uk-margin-large-top {
    margin-top: 70px !important;
  }

  .offer-section {
    display: block;
  }

  .offer-section .contact-form {
    display: block;
    margin-top: 30px;
  }

  .footer {
    display: block;
    text-align: center;
  }

  .footer-menu ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-menu ul li a figure {
    display: none;
  }

  .footer-social-media ul {
    justify-content: center;
  }

  .menu-top {
    display: none !important;
  }

  nav.uk-dropnav {
    display: none;
  }

  .ds-none {
    display: block !important;
  }

  .logo a img {
    width: 100px;
  }

  header {
    height: 118px;
  }

  .login a {
    padding: 6px 13px;
    border: 1px solid #1E354C;
    color: #1E354C !important;
    font-size: 12px;
    font-weight: 500;
    border-radius: 15px;
    transition: all 0.5s;
  }

  .page-top-info span {
    font-size: 36px;
    color: rgb(255, 255, 255);
    font-weight: 800;
  }

  .page-top {
    width: 100%;
    height: 300px;
    position: relative;
  }

  .page-top img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .content span {
    font-weight: 900;
    font-size: 26px;
  }

  .uk-margin-large-top {
    margin-top: 40px !important;
  }

  .category-slider {
    margin-top: 30px;
  }

  .category-section {
    display: block;
    grid-template-columns: 25% 70%;
    gap: 5%;
  }

  .title.content-title p {
    font-size: 14px;
    width: 100%;
    margin: 0 auto !important;
    font-weight: 100;
  }

  .contact-wp {
    display: block;
  }

  .contact-info-wp {
    border: 0px;
    padding: 0px;
    height: auto !important;
  }

  .contact-info-wp .contact-form {
    padding: 10px;
  }

  .widget li small {
    font-size: 12px;
    font-weight: 600;

  }

  .services-inner {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 1099px) {}

@media (max-width: 1024px) {}

@media (max-width: 991px) {
  .category-services .services {
    flex: 1 1 calc(33% - 10px);
    box-sizing: border-box;
  }
}

@media (max-width: 1024px) {}

@media (max-width: 768px) {}

@media (max-width: 576px) {
  .category-services .services {
    flex: 1 1 calc(100%);
    box-sizing: border-box;
  }

}

@media (max-width: 480px) {}

@media (max-width: 414px) {}

@media (max-width: 400px) {}

@media (max-width: 375px) {}

@media (max-width: 320px) {}