

@media (max-width: 2600px) {

  .comand-img1 {
    width: 35%;
  }
  .comand-img2 {
    max-width: 1929px;
  }
  .comand-img3 {
    width: 32%;
  }
}

@media (max-width: 1500px) {
  .location {
    width: 320px;
    height: 98px;
    padding-left: 80px;
    background-position: 26px 33px;
  }

  .container{
    width: 70vw;
  }

  .project-title {
    padding-bottom: 77px;
  }


  .comand-img1 {
    width: 50%;
  }
  .comand-img2 {
    max-width: 80%;
  }
  .comand-img3 {
    width: 50%;
  }
}

@media (max-width: 1100px) {
  .container{
    width: 85vw;
  }

  .nav_list ul li{
    padding-left: 20px;
  }

  .location {
    width: 220px;
    height: 78px;
    padding-left: 55px;
    background-position: 12px 25px;
  }
  .location:not(:first-child){
    margin-left: 20px;
  }

  .location_title {
    font-size: 16px;
  }

  .header_slide {
    padding-bottom: 60px;
  }
   .header_content {
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 60px;
   }

   .project-title{
    padding-bottom: 45px;
  }
   .swiper-scrollbar-2{
    margin-top: 45px;
  }

  .service-list {
    font-size: 14px;
  }
  .comand-img2 {
    max-width: 900px;
  }
}


@media (max-width: 960px) {

  .container{
    width: 85vw;
  }
  .nav_list {
    display: none;
  }

  .header_slide {
    padding-bottom: 40px;
  }

  .header-slide_locations {
    width: 70%;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
  }
  .location {
    width: 420px;
    margin: 15px 0;
  }
  .location:not(:first-child) {
    margin-left: 0;
  }
  .service-wrapper{
    margin-top: 25px;
    grid-template-columns: 1fr 1fr;
    font-size: 14px;
  }

  .container.--about{
    grid-template-columns: 1fr 3fr;
    gap: 15px;
  }

  .foot-col,
  .footer address {
    padding-left: 10%;
  }

  .comand-img2 {
    max-width: 700px;
  }
  /*  galery */
  .galery-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }
  .galery-img {
    /* cursor: pointer; */
    /* overflow: hidden; */
    height: unset;
    /* height: 100%; */
    /* width: auto; */
    object-fit: unset;
  }
  .galery-img:hover {
    transform: scale(1);
  }

}

@media (max-width: 769px) {
  p{
    font-size: 14px;
  }
   /* top btn */
 .top-btn{
  bottom: 15px;
  right: 15px;
  }
  .header_slide {
    padding-bottom: 30px;
  }
  .header-slide_tag {
    font-size: 2.2vw;
  }
   .location {
    width: 70%;
  }

  .header_content {
    top: 30px;
    left: 5%;
    right: 5%;
    bottom: 30px;
  }

  .header_socials {
    display: none;
  }

  .step-row:first-child{
    margin-top: 20px;
  }

  .step-row {
    grid-template-columns: 1fr;
    gap: 2px;
    margin-top: 65px;
  }


  .step-col.--mirr{
    grid-row: 2/3;
  }

  .step-row .step-col.--descript {
    max-height: 285px;
  }
  .span-scroll.--project{
    display: none;
  }
  .container.--about{
    grid-template-columns: 1fr;
  }

  .docs-container{
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 40px;
  }

  .about-col{
    padding-top: 1px;
  }
  .about-col h2{
    padding-top: 1px;
    padding-bottom: 25px;
  }

  .about-article{
    max-height: 350px;
    overflow-y: scroll;
  }
  .form-01{
    width: 350px;
  }
  .pop-wrapper{
    padding: 20px;
  }
  .pop-step{
    padding: 5px;
  }
  .footer-wrapper{
    grid-template-columns: 1fr 1fr;
  }
  .foot-col,
  .footer address {
    padding-left: 5%;
  }
  .project-title{
    padding-bottom: 70px;
  }

  /* breef */
  .breef label{
    flex-direction: column;
    max-width: 670px;
    justify-content: space-between;
    align-items: start;
  }
  .label-breef {
    width: unset;
  }
  label.breef-target {
    flex-direction: row-reverse;
    align-items: center;
  }
  .breef-target input{
    min-width: 29px;
    margin-left: 0;
  }
  .breef-target .label-breef {
    flex-grow: 5;
    padding-left: 15px;
    /* padding-right: 25px; */
  }

  /* comand */
  .comand .container {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 25px;
  }
  .comand-img2 {
    max-width: 95%;
  }
  .comand-col2 {
    margin-top: 0;
  }

  /* footer */
  .foot-col{
    padding-left: 10%;
    padding-top: 25px;
  }
  .foot-col-logo {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .footer-policy {
    padding-left: 5%;
  }
  .footer-policy p{
    font-size: 10px;
  }
}


@media (max-width: 430px) {
  .pb45{
    padding-bottom: 35px;
  }
  h2{
    font-size: 20px;
  }
  h3 {
    font-size: 14px;
  }
  p{
    font-size: 14px;
  }
      /* top btn */
  .top-btn{
    bottom: 5px;
    right: 7px;
  }
  .location {
    width: 90%;
    margin: 5px 0;
  }
  .slider_controls-rows {
    display: none;
  }
  .header_scrollbar {
    position: relative;
    margin: 0 auto;

    top: 94%;
    transform: unset;
    width: 75%;
  }

  .mobile-nav {
    width: 100%;
  }
  .service-wrapper{
    margin-top: 20px;
    grid-template-columns: 1fr;
    font-size: 12px;
  }

  .step-row .step-col.--descript {
    height: 350px;
    max-height: unset;
  }
  .book-ico {
    width: 100px;
  }
  .chat-ico {
    width: 95px;
  }

  .form-01{
    width: 273px;
  }
  .pop-wrapper{
    padding: 16px;
  }
  .pop-step{
    padding: 3px;
    font-size: 12px;
  }
  .pop-step p{
    font-size: 12px;
  }
  .form-03 textarea {
    height: 138px;
  }

  .docs-col {
    max-width: 278px;
  }
  /* breef */  
  .breef input, select {
    min-width: 240px;
  }
  .breef-form {   
    padding: 10px;   
  }
  .breef-title {
    padding-top: 5px;
  }
  .container.breef-container {
    width: 92vw;
  }

  /* faq */
  .faq-container{
    padding-left: 0;padding-right: 0;
  }

  /* comand */
  .comand-img2 {
    max-width: 100%;
  }
  /* footer */
  .footer-wrapper{
    font-size: 16px;
    grid-template-columns: 1fr ;
  }
  .foot-col{
    /* padding-left: 20%; */
    padding-top: 15px;
  }

  .foot-col-logo {
    grid-column: 1/2;
  }
  .footer-policy {
    padding-left: 10%;
  }

  /*  galery */
  .galery-wrapper {
    grid-template-columns: 1fr;
  }

  .galery-overlay {
    padding: 15px;
  }
  .--mobi{
    visibility: hidden;
    position: absolute;
  }
}
