@media (min-width: 1400px) {
  .header .header-scroll .container {
    max-width: 1680px;
  }

  .pr-50{
    padding-right: 50px;
  }
}
@media (max-width: 1199px) {
  .logo {
    width: 150px;
  }
}
@media (max-width: 991px) {
  .header {
    display: none;
  }
  .header.header-mob {
    display: block;
  }

  .mob-top-0{
    padding-top: 0 !important;
  }
  
  .mob-bottom-0{
    padding-bottom: 5px !important;
  }
  
}
@media (max-width: 575px) {
  h1{
    font-size: 28px !important;
  }
  .w50{
    width: 90% !important;
  }
  .btn-more .btn, .btns-cv .btn {
    padding: 8px 16px;
    font-size: 16px;
  }
  .logo {
    width: 170px;
  }
  .head-section h3 {
    font-size: 35px;
  }
  .head-section h4 {
    font-size: 20px;
  }
  .head-section p {
    font-size: 20px;
  }
  .home .slider-parent {
    padding: 15px 0 0;
  }
  .slider {
    height: 100px;
  }
  .slider__inner {
    background-size: contain;
    background-repeat: no-repeat;
  }
  .categories .categories-slider {
    padding-left: 5px;
    padding-right: 5px;
  }
  .videos .video .video-content .popup-youtube img {
    height: 100%;
  }
  .modal .model-payment {
    max-width: 100%;
  }
  .modal .modal-body.body-forms {
    display: grid;
  }
  .modal form .form-group.form-btns {
    display: grid;
  }
  .modal form .form-group.form-btns .btn {
    padding: 6px 20px;
  }
  .about .about-content {
    padding: 12px;
  }
  .about .head-about p {
    text-align: justify;
  }
  .about .head-about .btns-cv {
    gap: 12px;
  }
  .about .head-about .btns-cv p {
    font-size: 18px;
  }
  .gallery .gallery-image .layer {
    opacity: 1;
  }
  .article-inner .article-inner-content .btns-cv {
    display: grid;
  }
}

/*# sourceMappingURL=responsive.css.map */
