.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
  }
  
  @media (min-width: 576px) {
    .container, .container-sm {
      max-width: 540px;
    }
  }
  
  @media (min-width: 768px) {
    .container, .container-md, .container-sm {
      max-width: 720px;
    }
  }
  
  @media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
      max-width: 960px;
    }
  }
  
  @media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1140px;
    }
  }
  
  @media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1320px;
    }
  }



@media (max-width: 1820px) {
    .header-logo {
      left: 40px;
    }
}

  
@media (max-width: 1740px) {
  #openModal {
    margin: 0 10px 30px 0;
     font-size: 20px;
     padding: 15px 48px;
    }
    .header {
      padding: 24px 40px 20px 40px;
    }
    .header.fixed {
      padding: 20px 40px 20px 0;
    }
    .header.fixed .header-burger-line {
      background: #000000;
    }
    .header-logo {
      margin-left: 0;
      padding-left: 0;
      left: 0;
    }
    .header-phone {
      position: static;
      white-space: nowrap;
    }
    .header-nav-list {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 30px;
    }
    .header .nav-item {
      margin-right: 0;
      margin-bottom: 37px;
    }
    .header .nav-item:last-child {
      margin-bottom: 0;
    }
    .header .nav-link {
      color: #000000;
      font-family: 'Roboto';
      font-weight: 500;
      font-size: 24px;
      line-height: 28px;
      letter-spacing: 0;
      text-transform: capitalize;
    }
    .header .dropdown-menu {
      position: relative;
      display: none;
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      transition: none;
    }
    .header .dropdown:hover .dropdown-menu {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    .header-inner {
      position: fixed;
      z-index: 50;
      background: #ffffff;
      width: 100%;
      max-width: 504px;
      min-height: 100%;
      right: 0;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      top: 0;
      bottom: 0;
      margin: auto;
      padding: 80px 60px;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      opacity: 0;
      -webkit-transform: translateX(50%);
              transform: translateX(50%);
      visibility: hidden;
      overflow-y: auto;
    }
    .header-inner.anime {
      transition: all 0.3s ease-out;
    }
    .header-inner.active {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      visibility: visible;
    }
    .header-contacts {
      display: block;
    }
    .header-contacts__link {
      font-size: 26px;
      line-height: 150%;
      color: #000000;
      margin-bottom: 20px;
      display: block;
      text-decoration: none;
    }
    .header-contacts__link:hover {
      color: #928ecc;
    }
    .header-contacts__copyright {
      display: block;
      font-size: 14px;
      line-height: 150%;
      text-align: left;
      margin: 0;
      color: #000000;
    }
    .header-contacts .social {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: static;
      margin-bottom: 40px;
    }
    .header-phone {
      margin: 0 30px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .header-phone .header-social {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 0;
      margin-right: 100px;
    }
    .header-phone .header-social__link svg path {
      fill: #ffffff;
    }
    .header-phone .header-social__link:hover svg path {
      fill: #928ecc;
    }
    .header-lang {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 60px;
    }
    .header-lang__item {
      margin-right: 20px;
    }
    .header-lang__item:last-child {
      margin-right: 0;
    }
    .header-lang__item.active .header-lang__link {
      color: #928ecc;
    }
    .header-lang__link {
      font-family: "Roboto-Regular", sans-serif;
      font-size: 14px;
      line-height: 140%;
      text-decoration: none;
      color: #000000;
      transition: all 0.3s ease-out;
    }
    .header-lang__link:hover {
      color: #928ecc;
    }
    .header-burger {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
    .header-social {
      margin-bottom: 20px;
    }
    .header-social__link svg path {
      fill: #000000;
    }
    .header-social__link:hover svg path {
      fill: #928ecc;
    }
    .dropdown-list__link {
      font-size: 18px;
    }
    .useful-item__img {
    padding-top: 120%;
    }
    .useful-item__cnt {
    padding: 30px 30px;
    }
    .useful-item__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 30px;
    }
    .useful-item__descr {
    font-size: 16px;
    line-height: 20px;
    }
    .details .planing-step__items {
    margin: 0;
    }
    .details .planing-step__items img {
    padding: 0 0 0 50px;
    }
    .planing-step {
    margin-bottom: 80px;
    }
    .details .planing-step__descr {
    margin-bottom: 0;
    }
    .project-slide__title {
    font-size: 20px;
    line-height: 24px;
    }
    .project-slide__descr {
    font-size: 14px;
    line-height: 18px;
    }
    .project-slide__btn {
    width: 70px;
    height: 70px;
    }
    .project-slide__img img {
    max-width: 100%;
    width: 100%;
    }
    .accessories-slide__title {
    padding-bottom: 10px;
  }
  }


  








  @media (max-width: 1440px) {
    .header-inner {
    padding: 80px 60px;
    }
    .container {
      padding-left: 40px;
      padding-right: 40px;
    }
    .hero .swiper-button-next, .hero .swiper-button-prev {
      display: none;
    }
    .grid-wrap {
      margin: -15px;
    }
    .grid-item {
      padding: 15px;
    }
    .accessories-catalog-title-wrap .grid-item {
    width: 33%;
    padding: 10px !important;
    margin: 0 !important;
    }
    .details-page .grid-item {
    width: 33%;
    padding: 10px !important;
    margin: 0 !important;
    }
    .momenty .planing-item {
    padding: 0 40px 60px;
    }
    .details .planing-step__img {
    padding: 0 0 0 40px;
    }
    .project-slide__title {
    font-size: 18px;
    line-height: 22px;
    }
    .useful-item__cnt {
    padding: 25px 25px;
    }
    .useful-item__title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    }
    .useful-item__descr {
    font-size: 14px;
    line-height: 18px;
    }
    .useful-item__img {
    padding-top: 130%;
    }
    .download__link {
    font-size: 16px;
    line-height: 18px;
    }
    h1 {
    font-size: 64px;
    line-height: 72px;
    }
    .project .project-slide__title {
    font-size: 24px;
    line-height: 28px;
    max-width: 400px;
    }
    .project .project-slide__descr {
    font-size: 16px;
    line-height: 20px;
    max-width: 400px;
    }
    .table-item__link i {
    margin-left: 10px;
    margin-right: 10px;
    }
    .blog-tag .title {
    font-size: 18px;
    }
    .applications .grid-item {
    width: 100%;
    padding: 0 !important;
    margin: 20px !important;
    }
    .accessories-catalog .project-slide__title {
    font-size: 24px;
    line-height: 28px;
    max-width: 300px;
    }
    .accessories-catalog .project-slide__descr {
    font-size: 16px;
    line-height: 20px;
    max-width: 300px;
    }
    .contact-map {
    margin-bottom: 100px;
    }
    .accessories-catalog {
    padding-left: 12px;
    padding-right: 12px;
    }
    .container-fon .applications-cnt {
    padding: 20px 0;
    }
    .accessories-slide__title {
    padding-bottom: 10px;
    }
    .details-gallery .planing-step__img {
    padding: 0;
    }
    .details-gallery .planing-step__img img {
    width: 100%;
    }
    .details-gallery .planing-step__descr {
    margin-bottom: 80px;
    }
  }
  








@media (max-width: 1200px) {
    .header-inner {
    padding: 80px 60px;
    }
    .container {
      padding-left: 40px;
      padding-right: 40px;
    }
    .header {
      padding: 20px 15px;
    }
    .header.fixed {
      padding: 15px;
    }
    .header-phone {
      display: none;
    }
    .header.fixed .header-logo {
    top: -10px;
    left: 0;
    }
    .inner-title {
    max-width: 700px;
    }
    .fon-2 .applications-cnt {
    flex-direction: column;
    padding: 20px 10px;
    }
    .fon-2 .applications-info, .applications-img-wrap {
    width: 100%;
    justify-content: space-around;
    }
    .fon-2 .applications-list {
    width: 100%;
    justify-content: space-around;
    }
    .applications-img {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    display: flex;
    padding-left: 0;
    }
    .fon-2 .container {
    height: 1140px;
    }
    .footer {
    padding: 100px 10px 50px;
    border-top: 1px solid #000000;
    }
    .po .title-wrap {
    margin-bottom: 50px;
    }
    .fon-1 .description-item__descr {
     max-width: 800px; 
    }
    .description-common {
     max-width: 550px;  
    }
    .momenty .planing-item {
    width: 30%;
    margin: 0 10px 0;
    }
    .planing-items {
    margin: 0 -50px 50px;
    }
    .details .planing-step__items img {
    padding: 0;
    }
    .details .planing-step__img {
    padding: 0;
    }
    .details .planing-step__item {
    margin: 0 40px 0 0;
    width: 45%;
    }
    .details .description-items {
    margin: 0;
    }
    .details .description-item {
    margin: 0 40px 0 0;
    width: 45%;
    } 
    .useful-item__img {
    padding-top: 150%;
    }
    .useful-item__cnt {
    padding: 20px 20px;
    }
    .useful-item__descr {
    font-size: 13px;
    line-height: 16px;
    }
    .table-step .title-wrap {
    margin-bottom: 50px;
    }
    .applications .grid-item {
    width: 100%;
    padding: 0 !important;
    margin: 0 0 40px 0 !important;
    }
    .applications-listing__img {
    width: 60%;
    }
    .applications-listing__item .applications-hover {
    max-width: 40%;
    padding: 30px 0 30px 30px;
    }
    .applications-hover__title {
    font-size: 20px;
    line-height: 26px;
    }
    .contact .contact-form__title {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 40px;
    }
    .soft .planing-step__items {
    margin: 0;
    }
    .soft .planing-step__item {
    margin: 0 40px 0 0;
    width: 45%;
    }
    .planing-box .description-items {
    margin: 0;
    }
    .planing-box .description-item {
    margin: 0 40px 0 0;
    width: 45%;
    }
    .accessories-catalog {
    padding-left: 10px;
    padding-right: 10px;
    }
    #about-faro {
    padding-bottom: 20px; 
    } 
    .col-xl-6 {
      padding: 0 20px;
    }
    .fon-1 .container-fon .description-item__info {
    padding-left: 20px !important;
    }
    .accessories-slide__title {
    padding-bottom: 10px;
    }
   .details-gallery .planing-step__img {
    padding: 0;
    }
    .details-gallery .planing-step__img img {
    width: 100%;
    }
    .details-gallery .planing-step__descr {
    margin-bottom: 80px;
    }
    .gallery .grid-item {
    width: 50%;
    padding: 10px !important;
    margin: 0 !important;
    }
}








  
@media (max-width: 991px) {
    .title-policy {
     font-size: 48px;
     line-height: 52px;
    }
    .header-inner {
    padding: 80px 60px;
    }
    .container {
      padding-left: 20px;
      padding-right: 20px;
    }
    .section {
      padding: 150px 0;
    }
    .container-fon .description-item__title {
    padding-top: 10px;
    font-size: 52px;
    line-height: 50px;
    }
    .applications-list__link {
    font-size: 18px;
    line-height: 22px;
    padding: 8px 0;
    }
    .applications .container-fon {
    padding: 60px 40px 0;
    }
    .description .container-fon {
    padding: 60px 40px 20px;
}
    .description .container-fon .description-items {
    padding: 0;
    }
    .fon-2 .container {
    height: 1060px;
    }
    .accessories-slide__title {
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 10px;
    }
    .accessories-slide__img {
    width: 340px;
    height: 340px;
    }
    .col-xl-6 {
      padding: 0 20px;
    }
    .project .project-slide__descr {
    font-size: 14px;
    line-height: 18px;
    max-width: 400px;
    }
    .footer-items {
    flex-wrap: wrap;
    }
    .footer-item {
    width: 50%;
    margin-bottom: 50px;
    }
    .accessories-slide__img {
    width: 300px;
    height: 300px;
    }
    .inner-title {
    max-width: 400px;
    font-size: 54px;
    line-height: 58px;
    }
    .table-support {
    padding: 0;  
    }
    .contact-items {
    flex-direction: column;
    margin-bottom: 80px;  
    }
    .contact-item {
    width: 100%;
    margin-bottom: 80px;  
    }
    .contact-item {
    width: 100%;
    }
    .map-item {
    width: 100%;
    }
    .contact-info__phone {
    margin-bottom: 40px;
    }
    .contact-cnt .title-wrap {
    margin-bottom: 80px;
    }
    .applications-listing__img {
    padding-top: 50%;
    width: 65%;
    }
    .applications-hover__title {
    font-size: 17px;
    line-height: 22px;
    padding-right: 10px;
    }
    .applications-hover__tag {
    line-height: 26px;
    }
    .soft .planing-step__item {
     margin: 0 0 60px;
     width: 100%;
    }
    .soft .planing-step__descr {
    margin-bottom: 0;
    }
    .soft .description-item {
     margin: 0 0 30px;
     width: 100%;
    }
    .soft .description-item {
    margin-bottom: 0;
    }
    .description-common {
    max-width: 900px;
    }
    .soft {
    padding-bottom: 0;
    }
    .single-block:first-child {
    padding-top: 100px;
    }
    .details-page .grid-item {
    width: 50%;
    padding: 10px;
    margin: 0;
    }
    .useful-item {
    width: 50%;
    }
    .useful-item__img {
    padding-top: 120%;
    }
    .useful-item__cnt {
    padding: 30px 30px;
    }
    .useful-item__title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
    }
    .useful-item__descr {
    font-size: 16px;
    line-height: 20px;
    }
    .details .planing-step__item {
    margin: 0 40px 0 0;
    width: 100%;
    }
    .applications .grid-item {
    width: 100%;
    padding: 0;
    margin: 0 0 40px 0;
    }
    .contact {
    padding-bottom: 0;
    }
    .details-gallery {
    padding: 150px 0;
    }
    .details {
    padding-bottom: 0;
    }
    .gallery {
    padding: 0;
    }
    .details .planing-step__items img {
    padding: 0 0 50px 0;
    }
    .details .planing-step__descr {
    margin-bottom: 80px;
    }
    .details .description-item {
    margin: 0 40px 0 0;
    width: 80%;
    }
    .details-gallery .planing-step__img {
    padding: 0;
    }
    .details-gallery .planing-step__img img {
    width: 100%;
    }
    .details-gallery .planing-step__descr {
    margin-bottom: 120px;
    }
    .gallery .grid-item {
    width: 50%;
    padding: 10px !important;
    margin: 0 !important;
    }
    .details-gallery .description-item {
    margin: 0 0 80px 0;
    width: 100%;
    }
    .momenty .planing-item {
    width: 50%;
    margin: 0;
    }
    .description-items .col-xl-6 {
    padding: 0;
    }
    .planing-box .description-items {
      margin: 0 0 80px 0;
    }
}




@media (max-width: 768px) {
    .header-inner {
    padding: 80px 60px;
    }
    .section {
    padding: 150px 0;
    }
    .contact {
    padding-bottom: 0;
    }
    .container-fon .description-item__title {
    padding-top: 10px;
    font-size: 52px;
    line-height: 50px;
    }
    .applications-list__link {
    font-size: 18px;
    line-height: 22px;
    padding: 8px 0;
    }
    .applications .container-fon {
    padding: 80px 0 0;
    }
    .fon-2 .container {
    height: 1000px;
    }
    .accessories-slide__title {
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 10px;
    }
    .accessories-slide__img {
    width: 340px;
    height: 340px;
    }
    .project .project-slide__title {
    font-size: 26px;
    line-height: 30px;
    }
    .project .project-slide__descr {
    font-size: 18px;
    line-height: 24px;
    }
    .project-slide__btn {
    width: 80px;
    height: 80px;
    }
    .description .container-fon {
    padding: 40px 40px 20px;
    }
    .applications .container-fon {
    padding: 40px 40px 20px;
    }
    .fon-2 .container {
    height: 980px;
    }
    .footer-items {
    margin-bottom: 0;
    }
    .footer-item {
    width: 50%;
    margin-bottom: 60px;
    padding-right: 30px;
    }
    .inner-title {
    max-width: 300px;
    font-size: 54px;
    line-height: 58px;
    letter-spacing: 0px;
    }
    .details .planing-step__items img {
     padding: 0;
    }
    .momenty .planing-item {
    width: 100%;
    margin: 0 10px 0;
    }
    .momenty .planing-item__descr {
    max-width: 600px;
    }
    .details {
    padding-bottom: 0;
    }
    .details iframe {
    display: none;
    }
    .details .planing-step__item {
    margin: 0 40px 0 0;
    width: 100%;
    } 
    .details .planing-step__img {
    padding: 0 0 60px 0;
    }
    .details .planing-step__info-img {
    padding-bottom: 0;
    }
    .portfolio-masonry__item .grid-item {
    width: 50%;
    padding: 10px !important;
    margin: 0 !important;
    }
    .po {
    padding-left: 0;
    padding-right: 0;
    }
    .table-item__title {
    line-height: 22px;
    padding: 8px 0;
    }
    .applications-listing__item .applications-hover {
    max-width: 50%;
    padding: 20px 0 20px 20px;
    }
    .applications-listing__img {
    padding-top: 60%;
    width: 50%;
    }
    .applications-hover__tag {
    line-height: 24px;
    }
    .applications-hover__tag a {
    font-size: 12px;
    }
    .applications-hover__title {
    font-size: 16px;
    line-height: 20px;
    padding-right: 20px;
    }
    .applications-listing__item .applications-hover__header {
    margin-bottom: 10px;
    }
    .applications .grid-item {
      width: 100%;
      padding: 0 0 20px 0 !important;
      margin: 0 0 20px 0;
    }
    .useful-item {
    width: 50%;
    }
    .useful-item__img {
    padding-top: 145%;
    }
    .useful-item__cnt {
    padding: 30px 30px;
    }
    .useful-item__title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
    }
    .useful-item__descr {
    font-size: 14px;
    line-height: 18px;
    }
    .accessories-catalog-masonry__item  {
    width: 100% !important;
    padding: 10px !important;
    margin: 0 !important;
    }
    .accessories-catalog-masonry__item .project-slide__hover {
    padding: 50px 50px;
    }
    .details-gallery {
    padding: 150px 0;
    }
    .gallery {
    padding: 0;
    }
    .details-gallery .planing-step__img {
    padding: 0;
    }
    .details-gallery .planing-step__img img {
    width: 100%;
    }
    .details-gallery .planing-step__descr {
    margin-bottom: 120px;
    }
    .gallery .grid-item {
    width: 100%;
    padding: 10px !important;
    margin: 0 !important;
    }
    .details-gallery .description-item {
    margin: 0 0 60px 0;
    width: 100%;
    }
    .planing-step {
    margin-bottom: 0;
    }
    .details .planing-step__img .long-img {
    padding: 0 0 50px 0;
    }
}






@media (max-width: 576px) {
    .title-policy {
     font-size: 30px !important;
     line-height: 34px !important;
    }
    .txt-policy {
    margin-bottom: 50px !important;
    padding-bottom: 10px;
    }
    .header-inner {
      padding: 40px;
    }
    .hero-title {
    margin-bottom: 100px;
    font-size: 45px;
    line-height: 50px;
    }
    .hero-title span {
    font-size: 60px;
    }
    .header-inner {
    padding: 80px 60px;
    }
    .section {
    padding: 150px 0;
    }
    .applications {
    padding-bottom: 0;
    }
    .soft {
    padding-bottom: 0;
    }
    .contact {
    padding-bottom: 0;
    }
    .container-fon .description-item__title {
    padding-top: 10px;
    font-size: 42px;
    line-height: 42px;
    }
    .applications .applications-title {
    padding-top: 10px;
    font-size: 42px;
    line-height: 42px;
    }
    .applications-list__link {
    font-size: 18px;
    line-height: 22px;
    padding: 8px 0;
    }
    .fon-2 .container {
    height: 1000px;
    }
    .accessories-slide__title {
    font-size: 24px;
    line-height: 26px;
    padding-bottom: 10px;
    }
    .accessories-slide__img {
    width: 340px;
    height: 340px;
    }
    .project .project-slide__title {
    font-size: 22px;
    line-height: 26px;
    }
    .project .project-slide__descr {
    font-size: 14px;
    line-height: 18px;
    }
    .project .swiper-button-next, .project .swiper-button-prev {
    top: -60px;
    left: inherit;
    width: 18px;
    height: 33px;
    }
    .project-slide__btn {
    width: 60px;
    height: 60px;
    }
    .description .container-fon {
    padding: 40px 20px 20px;
    }
    .applications .container-fon {
    padding: 40px 20px 20px;
    }
    .fon-2 .container {
    height: 980px;
    }
    .footer-items {
    margin-bottom: 0;
    }
    .footer-item {
    width: 100%;
    margin-bottom: 60px;
    padding-right: 0;
    }
    .inner-title {
    max-width: 300px;
    font-size: 38px;
    line-height: 40px;
    }
    .details .planing-step__items img {
     padding: 0;
    }
    .momenty .planing-item {
    width: 100%;
    margin: 0 10px 0;
    }
    .momenty .planing-item__descr {
    max-width: 600px;
    }
    .details {
    padding-bottom: 0;
    }
    .details iframe {
    display: none;
    }
    .details .planing-step__item {
    margin: 0;
    width: 100%;
    } 
    .details .planing-step__img {
    padding: 0 0 40px 0;
    }
    .details .planing-step__info-img {
    padding-bottom: 0;
    }
    .portfolio-masonry__item .grid-item {
    width: 50%;
    padding: 10px !important;
    margin: 0 !important;
    }
    .po {
    padding-left: 15px;
    padding-right: 15px;
    }
    .table-item__title {
    line-height: 22px;
    padding: 8px 0;
    }
    .applications-listing__item .applications-hover {
    max-width: 100%;
    padding: 30px 0 30px 30px;
    opacity: 0.8;
    }
    .applications-listing__img {
    padding-top: 100%;
    width: 100%;
    }
    .applications-hover__tag {
    line-height: 24px;
    }
    .applications-hover__tag a {
    font-size: 14px;
    }
    .applications-hover__title {
    font-size: 18px;
    line-height: 22px;
    padding-right: 20px;
    }
    .applications-listing__item .applications-hover__header {
    margin-bottom: 10px;
    }
    .applications .grid-item {
      width: 100%;
      padding: 0 0 20px 0 !important;
      margin: 0 0 20px 0;
    }
    .useful-item {
    width: 100%;
    }
    .useful-item__img {
    padding-top: 130%;
    }
    .useful-item__cnt {
    padding: 40px 40px;
    }
    .useful-item__title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
    }
    .useful-item__descr {
    font-size: 16px;
    line-height: 20px;
    }
    .accessories-catalog-masonry__item  {
    width: 100% !important;
    padding: 10px !important;
    margin: 0 !important;
    }
    .accessories-catalog-masonry__item .project-slide__hover {
    padding: 40px 40px;
    }
    .inner-btns {
    display: none;
    }
    .inner-title-wrap {
    margin-bottom: 40px;
    }
    .planing-step__info-img {
    width: 100%;
    margin: 0;
    }
    .inner-nav__link {
    font-size: 14px;
    line-height: 16px;
    }
    .inner-nav__item {
    margin-right: 12px;
    }
    .details-page .grid-item {
    width: 100%;
    padding: 10px;
    margin: 0;
    }
    .table-item__descr .table td {
    padding: 5px 20px 5px 0;
    width: 50%;
    font-size: 14px;
    line-height: 18px;
    }
    .table-item__title {
    font-size: 16px;
    line-height: 20px;
    }
    .single-txt-1 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 100px;
    }
    .single-title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 40px;
    }
    .single-txt {
    text-align: left;
    }
    .single-gallery {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    }
    .single-gallery__item {
    width: 100%;
    margin: 0;
    }
    .single-img {
    padding: 0;
    margin: 0;  
    }
    .single-gallery .single-img {
    padding-bottom: 30px;
    margin: 0;  
    }
    .single-gallery__item .single-img {
    margin: 0;
    }
    .single-block--pt {
    padding-top: 40px;
    }
    .single-subtitle {
    font-size: 30px;
    }
    .blog-tag__link {
    font-size: 14px;
    line-height: 16px;
    }
    .blog-tag__list {
    flex-wrap: wrap;
    }
    .support-txt {
    font-size: 22px;
    line-height: 26px;
    max-width: 600px;
    }
    .applications-txt {
    font-size: 22px;
    line-height: 26px;
    max-width: 600px;
    }
    .po .table-item__descr {
    width: 100%;
    }
    .table-item__applications .table-applications .name {
    font-size: 16px;
    padding: 10px;
    }
    .table-item__applications .table-applications {
    font-size: 13px;
    line-height: 16px;
    width: 100%;
    padding: 0;
    }
    .table-item__applications .table-applications .name-3 {
    font-size: 12px;
    }
    .table-applications tr td {
    padding: 0 !important;
    }
    .project-title {
    font-size: 42px;
    line-height: 42px;
    }
    .details-gallery {
    padding: 150px 0;
    }
    .gallery {
    padding: 0;
    }
    .details-gallery .planing-step__img {
    padding: 0;
    }
    .details-gallery .planing-step__img img {
    width: 100%;
    }
    .details-gallery .planing-step__descr {
    margin-bottom: 120px;
    }
    .gallery .grid-item {
    width: 100%;
    padding: 10px !important;
    margin: 0 !important;
    }
    .details-gallery .description-item {
    margin: 0 0 60px 0;
    width: 100%;
    }
    .planing-step {
    margin-bottom: 0;
    }
    .faro__img img {
     padding: 0;
     width: 100%;
    }
    .faro-items .faro-item {
     padding: 0;
     width: 100%;
    }
    .fon-1 .description-item__descr {
    padding-bottom: 40px;
    }
    .fon-1, .fon-2 {
    background-color: #928ecc;
    background-image: none;
    padding: 0; 
    }
    .fon-1 .container, .fon-2 .container {
    background-color: #F9F9F9;
    }
    .table-step {
    padding: 100px 0;
    }
    #about-faro .description-item {
      padding: 0 20px 0;
    }
}
  





@media (max-width: 350px) {
    .header-inner {
    padding: 80px 30px;
    }
    .hero-btn {
    width: 50px;
    height: 50px;
    }
    .hero-title {
    font-size: 32px;
    line-height: 32px;
    }
    .hero-title span {
    font-size: 60px;
    line-height: 55px;
    }
    .hero-descr {
    font-size: 14px;
    line-height: 16px;
    }
    .project .project-slide__title {
    font-size: 18px;
    line-height: 22px;
    }
    .project-slide__btn {
    width: 50px;
    height: 50px;
    }
    .project {
    padding-bottom: 20px;
    }
    .inner-title {
    max-width: 300px;
    font-size: 33px;
    line-height: 34px;
    padding-bottom: 20px;
    }
    .single-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 40px;
    }
    .single-txt ul {
    margin-left: 0;
    margin-bottom: 26px;
    }
    .useful-item__descr {
    font-size: 14px;
    line-height: 18px;
    }
    .useful-item__cnt {
    padding: 30px 30px;
    }
    .single-txt-1 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 100px;
    }
    .accessories-catalog .project-slide__title {
    font-size: 20px;
    line-height: 24px;
    max-width: 300px;
    }
    .applications-hover__title {
    font-size: 16px;
    line-height: 20px;
    padding-right: 20px;
    }
    .applications-hover__tag a {
        font-size: 12px;
    }
    .accessories-catalog .project-slide__descr {
    font-size: 14px;
    line-height: 18px;
    }
    .po {
    padding-left: 15px;
    padding-right: 15px;
    }
    .accessories-slide__img {
    width: 300px;
    height: 300px;
    }
    .accessories-slide__title {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 10px;
    }
    .accessories-slide__descr {
    font-size: 16px;
    line-height: 20px;
}
}