@media (max-width: 1199.98px) {
  .navbar-light .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 14px;
  }
  
  .langs-block .navbar-nav .active .nav-link,
  .langs-block .navbar-nav .active .nav-link:focus {
    font-size: 14px;
  }

  .langs-block .nav-link {
    font-size: 14px;
  }

  .navbar-light .dropdown-item {
    font-size: 14px;
  }

  .wrap-about,
  .subtitle-services,
  .text-advantage,
  .text-feedback,
  .item-services {
    font-size: 16px;
  }

  .wrap-about h1,
  .wrap-services h2,
  .wrap-licenses h3 {
    font-size: 30px;
  }

  .title-feedback {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 10px;
  }

  .wrap-feedback {
    padding: 15px 15px 24px 15px;
  }

  .text-feedback {
    margin-bottom: 20px;
  }

  .text-services {
    font-size: 20px;
  }

  .footer .phone {
    font-size: 24px;
  }

  .footer .email,
  .footer .adress,
  .services-menu ul li a,
  .copyright {
    font-size: 16px;
  }

  #top {
    padding: 4px 16px;
  }
  
  .photo-gallery-item img {
    height: 280px;
  }
}

@media (max-width: 991.98px) {
  .wrap-card {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .langs-block .dropdown-menu {
    top: 0;
  }
  
  .navbar-light .navbar-nav .nav-item .dropdown-menu {
    border-radius: 2px;
    padding: 0;
    width: max-content;
    position: inherit;
    width: 100%;
}

  .navbar-light .navbar-nav .nav-item {
    border-bottom: 1px dashed #eee;
  }
  
  .navbar-light .navbar-nav .nav-item:last-child {
    border: none;
  }

  .carousel-caption h5 {
    font-size: 15px;
  }

  .carousel-caption p {
    font-size: 15px;
  }
  
  .wrap-about h1, .wrap-services h2, .wrap-licenses h3 {
    font-size: 24px;
  }

  .wrap-about, .subtitle-services, .text-advantage, .text-feedback, .item-services {
    font-size: 15px;
  }

  .title-advantage {
    font-size: 18px;
    font-weight: 600;
  }

  .form-control {
    font-size: 14px;
  }

  .btn-blue {
    font-size: 16px;
  }

  .title-services {
    font-size: 17px;
    font-weight: 600;
  }

  .wrap-services .lSAction > a,
  .wrap-services .lSAction > a:hover,
  .wrap-services .lSAction > a:focus {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    top: 18%;
    opacity: 0.9;
  }

  .licenses .lSAction > a,
  .licenses .lSAction > a:hover,
  .licenses .lSAction > a:focus {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    top: 44%;
    opacity: 0.9;
  }

  .footer .phone {
    font-size: 20px;
  }

  .title-services-menu {
    font-size: 20px;
  }

  .footer .email, .footer .adress, .services-menu ul li a, .copyright {
    font-size: 15px;
  }
  
  .content .form-group input {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .item-advantage {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .poshuk form {
    float: none;
  }
  
  .poshuk .form-control {
    width: 80%;
  }
  
  #breadcrumbs {
    margin-top: 9px;
  }
  
  .content {
    border-left: none;
  }

  .footer .logo {
    display: block;
  }

  .footer .phone {
    display: inline-block;
    margin-right: 20px;
  }

  .footer .adress {
    margin-bottom: 15px;
  }
  
  .photo-gallery-item img {
    height: 190px;
  }
}

@media (max-width: 575.98px) {
  .wrap-slider {
    display: none;
  }
  
  .item-advantage {
    text-align: center;
  }

  .footer {
    text-align: center;
  }

  .title-services-menu:after {
    left: 0;
    right: 0;
    margin: auto;
  }

  .wrap-services .lSAction > a,
  .wrap-services .lSAction > a:hover,
  .wrap-services .lSAction > a:focus {
    top: 24%;
  }
  
  .photo-gallery-item img {
    height: auto;
    object-fit: none;
  }
}











