/* html {
  margin-right: calc(-1 * (100vw - 100%));
} */
/* css new part */



*{
    font-family: Montserrat !important;
}
/* Modal okno */
.modal{
  display: none;
  position: fixed;
  z-index: 1;
  left: 25px;
  top: 70px;
  right: 50px;
  width: 90%;
  height: 58%;
  overflow: auto;
  background-color: #4f5c69;
}


#modal_okno{
  display: none;
  position: fixed;
  z-index: 10;
  left:0;
  top: 0;
  width: 1980px;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}


.php-email-form1{
  display: none;
  border-radius: 12px;
  position: fixed;
  z-index: 999;
  left: 300px;
  top: 120px;
  right: 50px;
  width: 56%;
  height: 70%;
  padding: 30px;

}
 .php-email-form1 button[type=submit] {
  background: #eb5d1e;
  border: 0;
  padding: 18px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.align-items-stretch{
  color: #112131;
}

@media (max-width: 480px) {
  .php-email-form1{
    width: 90%;
    top: 10px;
    margin-left: -262px;
    padding-bottom: 450px;
  }
  .align-items-stretch{
    font-size: 12px;
    color: #112131;
  }
}

@media (max-width: 360px) {
  .php-email-form1{
    width: 90%;
    left: 73%;
    right: 5px;
    top: 20px;
    padding-bottom: 540px;
  }
  .align-items-stretch{
    font-size: 12px;
    color: #112131;
  }
}




.modal-content{
  background-color: white;
  margin: 15% auto;
  padding: 20px;
  /* border: 1px solid; */
  width: 80%;
}
.modal-content a{
  text-decoration: none;
}
.close{
  color: black;
  margin-left: auto;
  float: right;
  left: 280px;
  font-size: 40px;
  font-weight: bold;
  /* position: relative; */
}
.navbtn{
  border: 1px solid #4f5c69;
  border-radius: 8px;
  text-align: left;
}
.navbutton{
  background-color: #112131;
  border-radius: 8px;
  color: white;
  margin-top: 8px;
}



.row1{
  border: 1px solid;
  border-radius: 20px;
}
.portfolio-container{
  margin-top: 80px;
}

.carousel-control-prev-icon{
  background-color: black;
}
#CarouselSlider {
  /* max-height: 60vh; */
  overflow: hidden;
}
.carousel-caption {
  right: initial;
  top: 35%;
  bottom: initial;
  padding-bottom: 1.25rem;
  text-align: left;
}
.carousel-caption {
  background-color: rgb(0 0 0 / 22%);
  padding: 20px;
  border-radius: 10px;
}
.carousel-innir{
  border-radius: 25px;
}




/*--------------------------------------------------------------
# vedio Call To Action Section - vedio
--------------------------------------------------------------*/
.call-to-action .container {

  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.section-vedio-text-h2{
  font-size: 78px;
  color: #626871;
  font-weight: 600;
  font-family: Montserrat;
}
.section-vedio-text-h{
  color: #112131;
  font-size: 78px;
  font-weight: 600;
  margin-top: -70px;
}

.call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.call-to-action p {
  color: #fff;
  margin-bottom: 20px;
}

.call-to-action .play-btn {
  position: absolute;
  width: 94px;
  height: 94px;
  background:  rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  margin: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  overflow: hidden;
}

.call-to-action .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(209, 207, 207, 0.75);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.call-to-action .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #112131;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.call-to-action .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.call-to-action .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}

.call-to-action .cta-btn {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 16px 16px 25px;
  transition: 0.5s;
  margin: 30px 40px;
  border: 2px solid #fff;
  color: #122132;
  overflow: hidden;
  font-size: 25px;
  border-radius: 10px;
  width: 65%;
  background-color: white;
  margin-right: 35%;
  position: relative;
  top: 125px;
  left: -35px;
}

@media (max-width: 768px) {
  .section-vedio-text-h2 {
      font-size: 35px;
  }
  .section-vedio-text-h{
    font-size: 35px;
    margin-top: -60px;
  }
  .call-to-action .cta-btn{
    font-size: 15px;
  }
  .call-to-action .container{
    background-size: 100% 100%;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.box{
  width: 25%;
  display: flex;
  background-color: white;
  border-radius: 20px;
}

input[type="range"]::-moz-range-track {
  height: 35px;
  background: #ccc;
  border-radius: 16px;
}

/* Progres bar --------------------------------------*/
.range{
  max-width: 60%;
  margin-top: 14%;
}
#rangee{
  margin-top: 7%;
}
#rangeee{
  margin-top: 7%;
}
.range-input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 15px;
  height: 0.3rem;
  background: gray;
}
#text-center{
  width: 190px;
  height: 46px;
  border-radius: 42px;
}
.text_center_button{
  font-size: 14px;
  background-color: #102230;
}
.text_center_text{
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  font-family: Montserrat;
  width: 325px;
  margin: auto 0 !important;
  /* color: white; */
}
.range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 23px;
  width: 23px;
  background-color: rgb(120, 49, 38);
  border-radius: 50%;
  border: 5px solid white;
  transition: 0.2s ease-in-out;
}

.range-input::-moz-range-thumb {
  height: 15px;
  width: 15px;
  background-color: white;
  border-radius: 50%;
  border: none;
  transition: 0.2s ease-in-out;
}

/* .range-input::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 10px rgba(255, 85, 0, 0.1);
}
.range-input:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 13px rgba(255, 85, 0, 0.2);
}
.range-input:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 13px rgba(255, 85, 0, 0.2);
}

.range-input::-moz-range-thumb:hover {
  box-shadow: 0 0 0 10px rgba(255, 85, 0, 0.1);
}
.range-input:active::-moz-range-thumb {
  box-shadow: 0 0 0 13px rgba(255, 85, 0, 0.2);
}
.range-input:focus::-moz-range-thumb {
  box-shadow: 0 0 0 13px rgba(255, 85, 0, 0.2);
} */

.swipe_faq {
  width: 100%;
  display: flex;
  justify-content: center;
}
.swipe_sl {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

}

.swipe_sl .row{
  background-color: #F4F6FC;
  width: 100%;
  height: 530px;
  border-radius: 25px;
  padding-left: 30px;
}
.swipe_sl .row img{
  width: 100%;
}
.pagi_prew_next_swi{
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
  transform: translateY(-50px);
}
.next_swi, .prev_swi{
  position: relative;
  color: black;
  z-index: 122;
  font-size: 28px;
}
.prev_swi::after,.next_swi::after{
  content: '';
}
.pagination_swipe_faq{
  position: relative;
  width: 110px !important;
}
.pagination_swipe_faq span{
  position: relative;
  background-color: transparent;
  margin: 0 8px !important;
}
.pagination_swipe_faq span::after{
  content: attr(data-num-index);
  position: absolute;
  top: -8px;
  left: -1px;
  font-weight: 600;
}




.value2,
.value3,
.value4 {
  font-size: 44px;
  width: 203px;
  /* text-align: center; */
  color: white;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
  font-family: Montserrat;
  /* margin-left: -9%; */
}
.range_text_p{
  font-size: 10px;
  font-weight: 300;
  line-height: 100%;
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  margin-top: 3%;
}

.range_text_p1{
  font-size: 10px;
  font-weight: 300;
  line-height: 100%;
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  margin-top: -11%;
  margin-left: 79%;
}
.range_text_p2{
  font-size: 10px;
  font-weight: 300;
  line-height: 100%;
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  margin-top: -11%;
  margin-left: 90%;
}
.calculator-text{
  font-size: 48px;
  color: white;
  font-weight: 600;
  line-height: 130%;
  font-style: normal;
  text-align: left;
  font-family: Montserrat;
  margin-top: 2%;
  margin-left: 5px;
}
.calculator-text-h6{
  font-size: 16px;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.16px;
  line-height: 120%;
  text-align: left;
  font-family: Montserrat;
  letter-spacing: 1%;
  margin-left: 5px;
}

#calculator-section-summa{
  color: white;
  font-size: 45px;
  padding: 60px 10px;
  font-weight: 600;
}
#calculator-section-summa1{
  color: white;
  font-size: 45px;
  padding: 60px 10px;
  font-weight: 600;
}
.contacts_sections{
  margin-top: 15%;
}


@media (max-width: 768px) {
  #calculator-section-summa{
    font-size: 20px;
  }
  #calculator-section-summa1{
    font-size: 20px;
  }
}

/* Card Section  Спецтехника ---------------=============-----------------------*/

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1270px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.construction-machines__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  padding: 0;
}
.construction-machines__lists {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  padding: 0;
  margin-top: 60px;
}
.construction-machines__box {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  max-width: 300px;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  border-radius: 20px;
  height: 100%;
}

.construction-machines__title {
  font-size: 20px;
  font-weight: 600;
  max-width: 130px;
  color:#112131;
}

@media (max-width: 768px) {
  .construction-machines__title {
      font-size: 13px;
  }
}

.construction-machines__picture {
  max-width: 43%;
}

.construction-machines__picture img {
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}


@media (max-width: 1024px) {
  .construction-machines__list {
      grid-template-columns: repeat(3, 1fr);
  }
  .construction-machines__lists {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (max-width: 768px) {
  .construction-machines__list {
      grid-template-columns: repeat(2, 1fr);
  }
  .construction-machines__lists {
    grid-template-columns: repeat(3, 1fr);
}
  .construction-machines__item {
      display: flex;
      justify-content: center;
  }
}

@media (max-width: 480px) {
  .construction-machines__list {
      grid-template-columns: repeat(1, 1fr);
  }
  .construction-machines__lists {
    grid-template-columns: repeat(2, 1fr);
}
  .construction-machines__box {
      max-width: 350px;
  }
  .construction-machines__title {
      font-size: 16px;
      max-width: initial;
  }
}

.Servicimg{
  margin-left: auto;
  margin-bottom: auto;
  width: 55%;
  height: auto;
}
#лизинcard{
  padding: 10px 10px;
  border-radius: 20px;
  background-color: white;
}
.carousel-item{
  background-color: #F4F6FC;
  border-radius: 20px;
  padding: 40px 70px;
  height: 524px;
}
.carousel-caption{
  width: 70%;
  /* height: auto;  */
  background-color: inherit;
  padding: 0px 0px;
}
#imgcorousel{
  width: 40%;
  height: auto;
}
.text-гарантия{
  color: #783126;
  font-weight: 700;
  font-size: 48px;
  line-height: 130%;
  max-width: 243px;
  height: 34px;
  margin-top: 6%;
  margin-left: 3%;
  font-family: Montserrat;
}
.text-гарантия-p{
  color: #102230;
  font-size: 22px;
  font-weight: 500;
  max-width: 644px;
  height: 73px;
  line-height: 130%;
  text-align: left;
  padding-top: 60px;
  margin-left: 3%;
  margin-top: 1%;

}
.text-гарантия-p2{
  color: #102230;
  font-size: 18px;
  line-height: 130%; /* 23.4px */
  font-weight: 400;
  height: 105px;
  max-width: 492px;
  margin-top: 100px;
  text-align: left;
  margin-left: 3%;
}

.text-гарантия-p3{
  color: #102230;
  font-size: 20px;
  font-weight: 500;
  max-width: 644px;
  height: 44px;
  margin-top: 70px;
  line-height: 130%;
  text-align: left;
  margin-left: 3%;
  font-family: Montserrat;
}
.text-гарантия-p4{
  color: #102230;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  line-height: 130%; /* 23.4px */
  max-width: 671px;
  height: 128px;
  margin-top: 42px;
  margin-left: 3%;
}
.text-гарантия-p5{
  color: #102230;
  font-size: 18px;
  font-weight: 400;
  max-width: 671px;
  height: 105px;
  line-height: 130%;
  padding-top: 90px;
  margin-left: 3%;
}
.brend-text{
  font-size: 48px;
   color: #112131;
   text-align: left;
   font-weight: 600;
   line-height: 130%;
   font-family: Montserrat;
}
.brend-text::after{
  content: "";
  /* position: absolute; */
  display: block;
  width: 180px;
  height: 4px;
  background: #8B2D21;
  bottom: 0;
  left: 0;
  margin-top: 15px;
  left: calc(3% - 30px);
}


#carouselExampleSlidesOnly{
  width: 90%;
  height: 10%;
}

/* Progres          bar */

.demo{ background: #2c304a; }
.progress-title{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px;
}
.progress{
    height: 20px;
    background: #171b3c;
    border-radius: 20px;
    border: 1px solid #000;
    box-shadow: 0 2px 2px #4f4c4c;
    margin-bottom: 40px;
    overflow: visible;
    position: relative;
}
.progress .progress-bar{
    border-radius: 20px;
    border:  1px solid #000;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
}
.progress .progress-value{
    width: 65px;
    height: 25px;
    line-height: 25px;
    background: #171b3c;
    font-size: 15px;
    color: #fff;
    border-radius: 0 0 15px 15px;
    border: 1px solid #000;
    border-top: none;
    box-shadow: 0 2px 2px #4f4c4c;
    position: absolute;
    bottom: -25px;
    right: 60px;
}
@-webkit-keyframes animate-positive{
    0% { width: 0; }
}
@keyframes animate-positive{
    0% { width: 0; }
}

.progress-title{
  font-size: 35px;
}
.progress-p{
  font-size: 15px;
  font-weight: 400;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 0px;
}
.pin-spacer
{
  position: relative !important;
  overflow: hidden;
}
.cards{
  width: 1500px;
  height: 290px;
  position: relative;
  float: right;
}
.cards > .custom-card {
  position: absolute;
  width: 100%;
  top: 0;
  min-height: 290px;
  color:#FAEBBB;
  margin-bottom:50px;
  display: flex;
  justify-content: start;
  align-items: center;
  border-radius:22px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  background: #333B46;
  padding: 0 50px;
}
.cards > .card1{
  top: 0px;
}
.cards > .card2{
 top:40px;
}
.cards > .card3{
top:80px;
}
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 0px;
  margin: 0px 0px;
  min-height: 290px;
  min-width: 340px;
  position: relative;
  background: #333B46;
  border-radius: 22px;
}
.swiper-slide-text-span{
  max-width: 351px;
  height: 44px;
  font-size: 20px;
  font-weight: 500;
  color:#1E2832;

}
.swiper-slide-text-span1{
  max-width: 368px;
  height: 104px;
  font-size: 20px;
  font-weight: 500;
  color:#1E2832;
  /* margin-left: 5%; */
}
.swiper-slide-text-p{
  max-width: 336px;
  height: 52px;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: #1E2832;
  padding-top: 15px;
}
.swiper-slide-text-p1{
  max-width: 344px;
  height: 104px;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: #1E2832;
  /* margin-left: 5%; */
  padding-top: 15px;
}
.testimonials-text-p{
  font-size: 24px;
  font-weight: 400px;
  line-height: 100%;
  color: rgb(98, 104, 113);
  margin-top: 5px;
  font-family: Montserrat;
}
.testimonials-text{
  font-size: 52px;
  font-family: Montserrat;
}
.testimonial_item_h3{
  font-size: 50px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0%;
  font-family: Montserrat;
  color: rgb(255, 255, 255);
  margin-top: 1%;
}

.testimonial_item_h4{
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
  font-family: Montserrat;
  color: rgb(255, 255, 255);
  margin-top: 27%;
}
.testimonial_item_h4_02{
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
  font-family: Montserrat;
  color: rgb(255, 255, 255);
  margin-top: 24%;
}
.testimonial_item_h4_03{
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
  font-family: Montserrat;
  color: rgb(255, 255, 255);
  margin-top: 24%;
}
.testimonial_item_p{
  font-size: 16px;
  font-weight: 300px;
  line-height: 100%;
  letter-spacing: 0%;
  font-family: Montserrat;
  color: rgb(255, 255, 255);
  margin-top: 4%;
}
.testimonial_item_p_02{
  font-size: 16px;
  font-weight: 300px;
  line-height: 100%;
  letter-spacing: 0%;
  font-family: Montserrat;
  color: rgb(255, 255, 255);
  margin-top: 4%;
}
.testimonial_item_p_03{
  font-size: 16px;
  font-weight: 300px;
  line-height: 100%;
  letter-spacing: 0%;
  font-family: Montserrat;
  color: rgb(255, 255, 255);
  margin-top: 4%;
}
.contact-text-h6{
  text-align: left;
  font-size: 48px;
  font-weight: 600;
  margin-top: 7%;
  font-family: Montserrat;
}
.contact_text_h6{
  text-align: left;
  font-size: 48px;
  font-weight: 600;
  margin-top: -13%;
  font-family: Montserrat;
}

.testimonials-text{
  font-size: 52px;
  line-height: 100%;
  font-weight: 600;
  color: #132130;
}

.swiper-slide-text-a{
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  margin-left: 20px;

}
.swiper-slide-text{
  font-size: 16px;
  font-size: 24px;
  color: #626871;
  font-weight: 400;
  line-height: 100%;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #badaf7;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}


.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
/* .testimonials .testimonial-item p {
  margin: 15px auto 15px auto;
  color: #FFF;
} */
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #1977cc;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1977cc;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}


/* section Новости ---------------------------------------------------------------*/
.services .service-item {
  padding: 40px;
  background: #fff;
  height: 100%;
}

.news-section-text-h2{
  font-weight: 600;
  font-size: 48px;
  font-family: Montserrat;
}
.news-section-text-p{
  font-size: 18px;
  font-weight: 400;
  padding: 10px 0px;
  font-family: Montserrat;
}

.team_section_news_box{
  background-color:#F1F3FC;
  margin-top: 13%;
  border-radius: 45px;
}


.services .service-item .icon {
  width: 45px;
  height: 45px;
  position: relative;
  margin-bottom: 50px;
  margin-top: -3%;
  margin-left: -3%;
}

.services .service-item .icon i {
  color: var(--color-secondary);
  font-size: 40px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
  line-height: 1.8;
}

.services .service-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  /* background: #f0f1f2; */
  border-radius: 50px;
  z-index: 3;
  top: 10px;
  right: -15px;
  transition: 0.3s;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item h3{
  line-height: 24px;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  color:#112131;
  margin-left: -2%;
  margin-top: -6%;
  font-family: Montserrat;
}

.services .service-item .text-p{
  line-height: 24px;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
  color:#626871;
  padding: 10px 0px;
  font-family:  Montserrat;
  margin-left: -2%;
}

.services .service-item .readmore {
  margin-top: 15px;
  display: inline-block;
  color: var(--color-primary);
}

.icon{
  background-color: #4E5560;
  border-radius: 50%;
}
.rectangel-p{
  padding: 10px 19px;
  font-size: 15px;
  font-weight: bold;
  color: white;
}
.text-row-a{
  color: #783126;
  font-weight: 400;
  font-size: 18px;
  padding: 5px 5px;
}
.text-row-a:hover{
  color: inherit;
}

/* End css new part */

body {
  font-family: "Open Sans", sans-serif;
  color: #212529;
}

a {
  color:  #171F2C;
  text-decoration: none;
  text-decoration:none;
}



h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
/* .back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #eb5d1e;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #ee7843;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
} */

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header.header-scrolled,
#header.header-inner-pages {
  background: #112131;
}
#header.header-scrolled a,
#header.header-inner-pages {
  color: white;
}
#header.header-scrolled a:nth-child(6),
#header.header-inner-pages {
  /* background: white; */
  color: #171b3c;
}
#header.header-scrolled img,
#header.header-inner-pages {
  /* visibility: hidden; */
  /* background-color: white; */
  /* background-image: url('../img/image_2024-01-19_23-32-27.png'); */
}
#header.header-scrolled img,
#header.header-inner-pages {
  /* background-image: url('../img/image_2024-01-19_23-32-27.png'); */
}

/* #navtext.navtext-scrolled,
#navtext.navtext-inner-pages{
  color: white;
} */



#header {
  height: 100px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #7a6960;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 64px;
}

#main {
  margin-top: 72px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
#navtext{
  margin-right: 96px;
}
#navtext1{
  position: relative;
  right: 73%;
}
#navtext2{
  position: relative;
  right: 118%;
}
#navtext3{
  position: relative;
  right: 85%;
}
#navtext4{
  position: relative;
  right: 74%;
}
#navtext5{
  position: relative;
  left: 120px;
  height: 40px;
}

#icons{
   position: relative;
   right: 8px;
}
#navtext5{
  text-decoration: none;
  position: relative;
  left: 28px;
  font-size: 12px;
}
#navbutton{
  text-decoration: none;
  background: #112131;
  color: white;
  height: 40px;
  position: relative;
  left: 16px;
  font-size: 12px;
}
.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
  white-space: nowrap;
  transition: 0.3s;
  font-family: Montserrat;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.logo img {
  -webkit-transition: all 3s;
  transition: all 3s;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  /* color: #eb5d1e; */
}

.navbar .getstarted,
.navbar .getstarted:focus {
  /* background: #eb5d1e; */
  color: #112131;
  padding: 10px 25px;
  margin-left: 30px;
  border-radius: 50px;
  border-radius: 5px;
  border: 1px solid;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  /* color: #fff; */
  /* background: #ee7843; */
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #eb5d1e;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #7a6960;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(78, 64, 57, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #7a6960;
}

/* .navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #eb5d1e;
} */

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #eb5d1e;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#home-box{
  background-color: #CFDEF7;
  border-radius: 20px;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding-bottom: 124px;
  margin-top: 0px;
}
.home_box{
  background: linear-gradient(289deg, #7BA5EB -52.27%, #FFF 113.38%);
  border-radius: 20px;
  margin-top: 10px;
  height: 680px;
}
#hero-section-box{
  width: 421px;
  margin-left: 20px;
  margin-top: 33px;
}
.social__image{
  width: 30%;
  margin-left: 15px;
  margin-top: 45%;
}

#hero-section-box-img{
  margin-left: 30%;
}

.breadcrumbs__text__p{
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
  text-align: left;
  max-width: 223px;
  margin-top: 20px;
  margin-left: 15px;
  color: #112131;
}
.breadcrumbs__text__p1{
  max-width: 331px;
  height: 116px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 1%;
  text-align: left;
  color:#112131;
  margin-left: 15px;
  margin-top: 35px;
}



#hero {
  width: 100%;
  height: 70vh;
  background: #fef8f5;
  border-bottom: 2px solid #fcebe3;
  margin: 72px 0 -72px 0;
  background-color: white;
  height: 80%;
  border: 1px none;
  margin-top: 100px;
  padding-bottom: 200px;
}

#hero1 {
  width: 100%;
  height: 70vh;
  background: #fef8f5;
  border-bottom: 2px solid #fcebe3;
  margin: 72px 0 -72px 0;
  background-color: white;
  height: 80%;
  border: 1px none;
  margin-top: 100px;
  padding-bottom: 200px;
}
#hero2 {
  width: 100%;
  height: 70vh;
  background: #fef8f5;
  border-bottom: 2px solid #fcebe3;
  margin: 72px 0 -72px 0;
  background-color: white;
  height: 80%;
  border: 1px none;
  margin-top: 100px;
  /* padding-bottom: 200px; */
}
.imagehome{
  /* margin-left: auto; */
  max-width:80%;
  height: auto;
  position: relative;
  border-radius: 20px;
  right: 360px;
  top: 124px;
}
#imagehome-img{
  margin-top: 5%
}
#hero-section-box{
  background-color: white;
  border-radius: 20px;
  left: 25px;
  margin-bottom: 20px;
}

#homebox{
  margin-left: auto;
   box-sizing: border-box;
   padding: 0;
   margin: 0px;
}

.imagehome-1{
  width: 100%;
  height: auto;
  margin-top: 25%;
  margin-left: 1%;
}
.imagehome-2{
  width: 100%;
  height: auto;
  margin-top: 5%;
}
.imagehome-3{
  width: 100%;
  height: auto;
  margin-top: -400px;
  margin-left: 400px;
}
.hero-section-text-h1{
  font-size: 78px;
  padding: 0px 25px;
  color: #626871;
  font-weight: 600;
  position: relative;
  left: 58px;
  top: 60px;
  line-height: 60px;
  font-family: Montserrat;
}

.hero-section-text-p{
  position: relative;
  left: 57px;
  top: 67px;
  padding: 0px 25px;
  font-weight: bold;
  font-size: 28px;
  color: #132130;
  letter-spacing: 0%;
  font-family: Montserrat;
}
.hero-section-text-span{
  color: #8B2B20;
  font-family: Montserrat;
  position: relative;
  /* top: -6px; */
}
.hero-section-text-p1{
  font-size: 18px;
  padding: 20px 25px;
  font-weight: 400;
  line-height: 130%;
  position: relative;
  left: 59px;
  top: 60px;
  font-family: Montserrat;
}
.button-заявка{
  background-color: #102230;
  color: white;
  width: 31%;
  height: auto;
  padding: 20px 0px;
  border-radius: 8px;
  left: 20px;
  margin-top: 75px;
  border: none;
  font-size: 18px;
  font-family: Montserrat;
}

/* #hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #4e4039;
} */

#hero h2 {
  color: #a08f86;
  margin: 15px 0 0 0;
  font-size: 24px;
}

#hero1 h2 {
  color: #a08f86;
  margin: 15px 0 0 0;
  font-size: 24px;
}

#hero2 h2 {
  color: #a08f86;
  margin: 15px 0 0 0;
  font-size: 24px;
}
.breadcrumbs {
  padding: 15px 45px;
  min-height: 40px;
  margin-left: -2%;
  margin-top: 2%;
}
.breadcrumbs a{
  text-decoration: none;
  color: #626871;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}

.breadcrumbs-text-p{
  color: #112131;
  font-size: 78px;
  font-weight: 600;
  padding: 15px 40px;
  font-family: Montserrat;
  margin-top: 2%;
}
#breadcrumbs_text_jt_transport{
  font-size: 77px;
}
.breadcrumbs-text-p1{
  padding: 0px 45px;
  font-size: 16px;
  font-weight: 600;
  color: #626871;
  line-height: 130%;
  letter-spacing: 0%;
  font-family: Montserrat;
  margin-top: 2%;
  max-width: 540px;
}
#breadcrumbs_text_spes_texnika{
  width: 515px;
}
#breadcrumbs_text_spes_texnika2{
  width: 490px;
}
#breadcrumbs-text-p1{
  width: 525px;
}

.breadcrumbs-text-p2{
  padding: 0px 45px;
  font-size: 18px;
  font-weight: 600;
  color: #626871;
  font-family: Montserrat;
  line-height: 130%;
  margin-top: 1%;
  max-width: 590px;
}
#breadcrumbs-text-transport{
  width: 510px;
}
.breadcrumbs-text-suda-text-p3{
  color: #112131;
  font-size: 78px;
  font-weight: 600;
  padding: 15px 0px 15px 40px;
  line-height: 95%;
  letter-spacing: 0%;
  margin-top: 6%;
}

.breadcrumbs-text-p7{
  /* padding: 40px 15px; */
  padding-top: 40px;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #626871;
  max-width: 1240px;
  font-family: Montserrat;
  line-height: 150%;
}

.breadcrumbs-text-p3{
  padding: 0px 45px;
  /* max-width: 494px; */
  font-size: 18px;
  font-weight: 600;
  color: #626871;
  /* font-family: Montserrat; */
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
.hero-section-text-p2{
  color: #132130;
  padding: 20px 0px;
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
  .hero-section-text-p2{
    margin-top: -25px;
  }
  .breadcrumbs a{
    font-size: 13px;
  }
  .breadcrumbs-text-p{
    font-size: 40px;
  }
  .breadcrumbs-text-p1{
    font-size: 14px;
  }
  .breadcrumbs-text-p2{
    font-size: 14px;
  }


}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 3px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #eb5d1e;
}

#hero .btn-get-started:hover {
  background: #ef7f4d;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    height: calc(100vh - 72px);
  }

  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 35px;
    line-height: 46px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

@media (max-height: 600px) {
  #hero {
    height: 120vh;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #fef8f5;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}




/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about h3 {
  font-weight: 700;
  font-size: 34px;
  color: #4e4039;
}

.about h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
  color: #7a6960;
}

.about i {
  font-size: 48px;
  margin-top: 15px;
  color: #f39e7a;
}

.about p {
  font-size: 15px;
  color: #5a6570;
}

@media (max-width: 991px) {
  .about .about-img img {
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  .about .about-img img {
    max-width: 90%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 0 40px 0;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  border-radius: 20px;
  /* text-align: center; */
  border-bottom: 3px solid #fff;
  border: 0.3px solid rgb(161, 169, 179);
}

.services #icon-boxx {
    box-shadow: none;

}


.service-section-p{
  text-align: left;
  font-size: 48px;
  color: #112131;
  line-height: 130%;
  font-weight: 600;
  margin-bottom: 50px;
  font-family: Montserrat;
}
#Sertvice-section-text-title{
  margin-top: 15px;
}
.section-title p::after {
  content: "";
  /* position: absolute; */
  display: block;
  width: 240px;
  height: 4px;
  margin-top: 15px;
  background: #8B2D21;
  bottom: 0;
  left: 0;
  left: calc(3% - 30px);
}
#services{
  background-color: #F1F3FC;
  border-radius: 30px;
  padding: 100px 0px;
}
.title{
  text-align: left;
  font-size: 20px;
  /* padding: 0px 25px;  */
  color: #112131;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0%;
  font-family:  Montserrat;
  margin-top: -10px;
  margin-right: 20px;
}
.Serviceimg{
  margin-left: 70%;
  margin-top: -1%;
  width: 46%;
  height: auto;
}
#serviceimg{
  width: 35%;
  margin-top: 4%;
  margin-left: 67%;
}
#serviceimg_1{
  width: 32%;
  margin-top: 3%;
  margin-left: 71%;
}
#serviceimg_2{
  width: 35%;
  margin-top: -3%;
  margin-left: 66%;
}
#serviceimg_3{
  width: 32%;
  margin-top: -17%;
  margin-left: 65%;
}
#protsent{
  font-size: 78px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
  margin-top: 5%;
  margin-left: 3%;
}
.text-service-h8{
  font-size: 52px;
}

.Serviceimg2{
  margin-left: 64%;
  margin-top: -6%;
  width: 47%;
  height: auto;
}
.Serviceimg3{
  margin-left: 66%;
  margin-top: -7%;
  width: 47%;
  height: auto;
}

.protsent{
  color: #783126;
  font-size: 100px;
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-style: normal;
  text-align: left;
  font-weight: bold;
  font-family: Montserrat;
}
.text-service-h1{
  color: #783126;
  font-size: 52px;
  font-weight: bold;
  margin-top: -1%;
  /* margin-left: ; */
  font-family: Montserrat;
}
.text-service-h7{
  font-size: 20px;
  font-weight: 600;
  position: relative;
  top: -55px;
  left: -5px;
  font-family: Montserrat;
}
#text-service-h7{
  top: -40px;
}
#text_prosent{
  top: -20px;
  left: 1px;
  font-size: 48px;
  font-family: Montserrat;
}
.text-service-h8{
  position: relative;
  top: -34px;
  font-family: Montserrat;
}


.services .icon i {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 15px;
  color: #ef7f4d;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #112131;
  text-decoration: none;
}




.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

@media (max-width: 768px) {

}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

#portfolio-section-text-p{
  text-align: left;
  color: #112131;
  font-size: 48px;
  font-weight: 600;
  padding-top: 100px;
  font-family: Montserrat;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #212529;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #eb5d1e;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
}

/* .portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(122, 105, 96, 0.6);
  position: absolute;
  left: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
} */
.portfolio-links{
  width: 15%;
  text-align: center;
  box-sizing: border-box;
  border: 0.5px solid rgba(29, 38, 52, 0.75);
  border-radius: 4px;
}

.portfolio .portfolio-wrap img {
  transition: 0.3s;
  position: relative;
  z-index: 1;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  top: calc(50% - 32px);
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #eb5d1e;
  margin: 0 4px;
  line-height: 0;
  background-color: #fff;
  padding-top: 6px;
  padding-right: 1px;
  border-radius: 50px;
  text-align: center;
  width: 32px;
  height: 32px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
  line-height: 0;
  font-size: 20px;
}

/* .portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #eb5d1e;
  color: #fff;
} */

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}

.portfolio_info_h4{
  font-weight: 700;
  color: rgb(23, 31, 44);
  font-family: Montserrat;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0%;
}
.portfolio_info_p{
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0%;
  font-family: Montserrat;
  color: rgba(23, 31, 44, 0.75);
}

.boxi{
  border-radius: 15px;
   background: rgb(255, 255, 255);
   border: 0.5px solid rgba(23, 31, 44, 0.1);
    width: 100%;
    height: auto;
    padding: 20px;
}
.bi-arrow-right{
  font-size: 20px;
  color: #102230;
}
.boxi:hover{
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
  .portfolio-links{
    background-color: #8B2D21;
    border: 0.5px solid #8B2D21;
  }
  .bi-arrow-right{
    color: white;
  }
}


.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap:hover::before {
  left: 0;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  top: calc(50% - 16px);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #eb5d1e;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #eb5d1e;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(122, 105, 96, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq {
  padding: 120px 0;
}


.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #eae7e5;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.faq-text{
  color: #112131;
  font-weight: 600;
  text-align: left;
  font-size: 48px;
  line-height: 130%;
  letter-spacing: 0%;
  font-family: Montserrat;
}
.pagination{
  margin-left: 84%;
  margin-top: -6%;
  margin-bottom: 7%;
}
#pagination_id{
  margin-top: 2%;
  margin-left: 0%;
}
.page-link{
  border: none;
  font-size: 20px;
  font-weight: 600;
line-height: 130%;
letter-spacing: 0%;
}
.iconc_right{
width: 22px;
height: 17.17px;
top: -2px;
font-size: 25px;
position: relative;
font-weight: 600;
line-height: 130%;
letter-spacing: 0%;
}
.iconc_left{
  width: 22px;
  height: 17.17px;
  top: -2px;
  position: relative;
  font-size: 25px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0%;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #eb5d1e;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-weight: 600;
  padding-left: 25px;
  cursor: pointer;
  color: #c54811;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}
#slider__image1{
  width: 408px;
  height: 324px;
  margin-top: 10%;
}

#slider__image2{
  width: 408px;
  height: 324px;
  margin-top: 10%;
  margin-left: 18%;
}
#slider__image3{
  width: 408px;
  height: 324px;
  margin-top: 10%;
  margin-left: 18%;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: #343a40;
}

.faq .faq-list .collapsed:hover {
  color: #eb5d1e;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}
#slider__text_p{
  line-height: 36px;

}
#slider__text_p{
  line-height: 24px;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}
.team-section-text-h1{
  font-weight: 600;
  font-size: 48px;
  text-align: left;
  color:#626871;
}
#news-section-container{
  height: 600px;
  border-radius: 20px;
}
.news-section-img{
  width: 100%;
  height: 600px;
  border-radius: 20px;
}
#news-section-text{
  font-size: 24px;
  position: relative;
}
#news-section-text1{
  font-size: 24px;
  position: relative;
  top: -20px;
}
#news-section-text2{
  font-size: 24px;
  position: relative;
  top: -40px;
}
.text-team-h1{
  color: #626871;
  font-weight: 600;
  font-size: 48px;
  line-height:62.4px;
  text-align: left;
}
#text-team-span{
  font-size: 40px;
  line-height: 130%;
  margin-left: 2%;
  max-width: 80%;
  margin-top: 2%;
}
.text_data{
  color: rgba(17, 33, 49, 0.5);
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  margin-left: -88%;
}



.text-team-span{
  color: #112131;
  font-weight: 600;
  font-size: 48px;
  line-height:62.4px;
}
.text-team-p{
  color: #112131;
  font-weight: 600;
  font-size: 48px;
  line-height:62.4px;
  text-align: left;
}

.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
}

.team .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.team .member .member-info-content {
  position: absolute;
  left: 50px;
  right: 0;
  bottom: 0;
  transition: bottom 0.4s;
}

.team .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.team .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  width: 50px;
  transition: left ease-in-out 0.3s;
  background: rgba(78, 64, 57, 0.6);
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  display: block;
  color: #fff;
  margin-top: 15px;
}

.team .member .social a:hover {
  color: #eb5d1e;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member:hover .member-info {
  background: linear-gradient(0deg, rgba(78, 64, 57, 0.95) 0%, rgba(78, 64, 57, 0.95) 15%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.team .member:hover .member-info-content {
  bottom: 30px;
  transition: bottom 0.4s;
}

.team .member:hover .social {
  left: 0;
  transition: left ease-in-out 0.3s;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-slider .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}

.clients .clients-slider .swiper-slide img:hover {
  opacity: 1;
}

.clients .clients-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #eb5d1e;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #eb5d1e;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/

#contact{
  padding: 150px 0px;
}

.contact .info {
  /* border-top: 3px solid #eb5d1e; */
  /* border-bottom: 3px solid #eb5d1e; */
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  border-radius: 12px;
}
.info_map{
  border-radius: 12px;
}
#contact__section__h6{
  margin-top: -150px;
}

.contact-text-h6::after {
  content: "";
  /* position: absolute; */
  display: block;
  width: 180px;
  height: 4px;
  margin-top: 15px;
  background: #8B2D21;
  font-size: 48px;
  bottom: 0;
  left: 0;
  left: calc(3% - 30px);
}
.contact_text_h6::after {
  content: "";
  /* position: absolute; */
  display: block;
  width: 180px;
  height: 4px;
  margin-top: 15px;
  background: #8B2D21;
  font-size: 48px;
  bottom: 0;
  left: 0;
  left: calc(3% - 30px);
}
.info h5::after{
  content: "";
  /* position: absolute; */
  display: block;
  width: 160px;
  height: 4px;
  background: #8B2D21;
  bottom: -60;
  left: calc(20% - 35px);
  margin-top: 15px;
}
.info h5{
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  color:#112131;
}

.contact .info i {
  font-size: 20px;
  color: #eb5d1e;
  float: left;
  width: 44px;
  height: 44px;
  background: #fdf1ec;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 0px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #11213180;
  line-height: 19.2px;
}


.contact .info p {
  padding: 0 0 10px 0px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #497DFB;
  font-weight: 400;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 80px;
}

.contact .info .social-links a:hover {
  background: #eb5d1e;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #eb5d1e;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  /* border-top: 3px solid #eb5d1e; */
  /* border-bottom: 3px solid #eb5d1e; */
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  margin-top: 65px;
  height: 459px;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
#name{
  border-radius: 6px;
}
#subject{
  border-radius: 6px;
}
#koment{
  border-radius: 6px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #102230;
  border: 0;
  padding: 2px 15px;
  color: #fff;
  transition: 0.4s;
  border-radius: 12px;
}


@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footers{
  padding-top: 50px;
  padding-bottom: 20px;
}
.footer-text-p{
  color: white;
  line-height: 27px;
  font-size: 14px;
  color: #FFF;
  font-weight: 300;
  font-family: Montserrat;
}
.footer-text-p:hover{
  color: inherit;
}
.footer_text_h4{
  color: white;
  padding: 0px 30px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
}

.footer-text-li{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: white;
  text-decoration: none;
}
.footer-text-li:hover{
  color: inherit
}
#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #212529;
  font-size: 14px;
  background: #fef8f5;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #fef8f5;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #4e4039;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 4px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #eb5d1e;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #c54811;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #5c5c5c;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #212529;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #f39e7a;
  font-size: 18px;
  line-height: 1;
}

/* #footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
} */

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

/* #footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #eb5d1e;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
} */


#footer .copyright {
  text-align: center;
  float: left;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #212529;
}

.imgicon{
  width: 68%;
  height: auto;
  position: relative;
  left: 38px;
  top: 20px;
}

#telegram{
  position: relative;
  left: 247px;
  top: 0px;
  background-color: inherit;
  color: white;
  font-size: 25px;
}

#instagram{
  position: relative;
  left: 246px;
  top: 5px;
  background-color: inherit;
  color: white;
  font-size: 30px;
  padding: 10px 20px;
}

#youtube{
  position: relative;
  left: 242px;
  top: 1px;
  background-color: inherit;
  color: white;
  font-size: 28px;
}

#footer-text{
   position: relative;
   left: 100px;
   top: -8px;
}

#footer-text1{
  position: relative;
  left: 92px;
  top: 18px;
}
.footer_text_h3{
  font-size: 18px;
  font-weight: 600;
  font-family: Montserrat;
  line-height: 130%;
}

.copy{
  margin-left: 54%;
  display: block;
  padding-top: 40%;
  font-size: 10px;
}

@media (max-width: 1440px) {
  .imagehome{
   left: -348px;
  }
}
@media (max-width: 1232px) {
   .imagehome{
    left: -318px;
   }
}

@media (max-width: 768px) {
  #home-box{
    padding-bottom: 250px;
  }
  .hero-section-text-h1{
    left: 0px;
    top: 20px;
    line-height: 10px;
    font-size: 45px;
  }
  .hero-section-text-p{
    left: 0px;
    top: -15px;
    font-size: 18px;
  }
  .hero-section-text-p1{
    left: 0px;
    top: -30px;
  }
  #homebox{
    right: -5px;
    width: 90%;
    top: 187px;
  }
  .button-заявка{
    font-size: 10px;
  }
  /* Home menu */
  .hero-section-text-p2{
    font-size: 30px;
  }
  .hero-section-text-p{
    font-size: 35px;
  }
  .imagehome{
    right: 505px;
    width: 500px;
  }
  .button-заявка{
    font-size: 17px;
  }
  .service-section-p{
    font-size: 40px;
    margin-top: -70px;
    margin-left: 5px;
  }
  #portfolio-section-text-p{
    font-size: 40px;
    margin-left: 5px;
  }
  .faq-text{
    font-size: 40px;
    margin-left: 5px;
  }
  #brend-text{
    font-size: 40px;
    margin-left: 5px;
  }
  /* .imagehome-1{
    width: 600px;
    margin-top:-10px;
    left: 100px;
  } */
  #imagehome-2{
    width: 600px;
    left: 157px;
    top: -150px;
    margin-top: -200px;
    position: relative;
  }
  #imagehome-id{
    width: 600px;
    position: relative;
    left: 157px;
    top: -150px;
    margin-top: -200px;
  }
  #imagehome-img{
    margin-top: -350px;
    position: relative;
    top: 120px;
  }
  #imagehome-iarplane-image{
    margin-top: -120px;
    position: relative;
    left: -400px;
  }
  .service-section-p{
    margin-top: 10px;
  }
  #hero1{
    margin-bottom: -200px;
  }
  #text-team-h1{
    margin-top: -60px;
    margin-left: 20px;
  }
  #text-team-p{
    margin-left: 20px;
  }
  #Sertvice-section-text-title{
    margin-top: 60px;
  }
  .breadcrumbs{
    margin-left: -10px;
  }

  /* --------News */

  #hero-section-box{
    height: 315px;
  }
  #hero-section-container{
    height: 350px;
  }
  #hero-section-box{
    margin-left: 5px;
    margin-top: 20px;
  }
  .breadcrumbs__text__p{
    font-size: 13px;
    margin-left: -1px;
  }
  .breadcrumbs__text__p1{
    font-size: 10px;
    margin-top: -5px;
    margin-left: -1px;
  }
  #hero-section-box-img{
    margin-left: 500px;
    margin-top: -310px;
    width: 200px;
    height: 250px;
  }
  .social__image{
    margin-top: 85px;
    margin-left: -1px;
  }
/* -------------------------End news */

}

@media (max-width: 480px) {
  .imagehome{
    /* right: 144px; */
    position: relative;
    top: 65px;
  }
  .carousel-item{
    padding-bottom: 720px;
   }

  .service-section-p{
    margin-top: -20px;
  }
  .text_data{
    margin-left: -75%;
  }
  .home-box{
    padding-bottom: 310px;
  }
  #slider__text_p{
    margin-top: 5%;
  }
  .hero-section-text-h1{
    left: 0px;
    top: 20px;
    line-height: 10px;
    font-size: 30px;
  }
  #breadcrumbs_text_spes_texnika{
    width: 95%;
  }
  #breadcrumbs_text_spes_texnika2{
    width: 95%;
  }
  .breadcrumbs-text-p3{
    font-size: 14px;
  }
  #breadcrumbs_text_jt_transport{
    font-size: 35px;
  }
  #breadcrumbs-text-transport{
    width: 95%;
  }
  #calculator-section-summa1{
    position: relative;
    top: -690px;
  }
  #home_service_section_p{
    margin-top: -10%;
  }
  .calculator-text{
    font-size: 30px;
  }
  .contact .php-email-form{
    height: 520px;
   }
  .hero-section-text-p{
    left: 0px;
    top: -15px;
    font-size: 18px;
  }
  .breadcrumbs-text-p{
    font-size: 35px;
  }
  .home-boxii{
    margin-top: -200px;
  }
  #breadcrumbs-text-p1{
    width: 95%;
  }
  .pagination{
    margin-left: -2%;
   }

  .home_box{
    padding-bottom: 1050px;
   }

   .home_boxe1{
    padding-bottom: 900px;
   }
   .home_boxe2{
    padding-bottom: 920px;
   }
   .home_boxe{
    padding-bottom: 900px;
   }
   .home_boxee{
    padding-bottom: 800px;
   }

  #section-icon1{
     left: 15px;
     top: -20px;
  }

  #imagehome-2{
    width: 500px;
    position: relative;
    top: -200px;
    left: -25px;
    margin-top: 10px;
  }
  #imagehome-id{
    position: relative;
    top: -220px;
    margin-top: 10px;
    left: -23px;
  }
  .service-section-p{
    font-size: 35px;
    margin-top: 30px;
  }
  .hero-section-text-p1{
    left: 0px;
    top: -30px;
  }
  #homebox{
    left: 62px;
    width: 90%;
    top: 187px;
  }
  .button-заявка{
    font-size: 12px;
    width: 130px;
    padding: 12px 0px;
    position: relative;
    /* top: -100px; */
    left: 0px;
  }
  .text-гарантия{
    font-size: 35px;
    margin-top: -25%;
  }
  .text-гарантия-p{
    font-size: 15px;
    line-height: 25px;
  }
  .contact-text-h6{
    font-size: 35px;
    margin-top: -160px;
  }
  .contact_text_h6{
    font-size: 35px;
    margin-top: -160px;
  }
  #portfolio-section-text-p{
    font-size: 35px;
    margin-top: -20%;
  }

  #hero1{
    margin-bottom: -200px;
  }
  #service-section-p1{
    font-size: 35px;
  }
  .news-section-text-h2{
    font-size: 30px;
  }
  .home_boxe_2{
    padding-bottom: 200px;
  }
  #section-icon{
    left: 15px;
  }
  #p-service-section{
    font-size: 35px;
  }
  .breadcrumbs{
    margin-left: -15px;
  }
  #text-team-h1{
    font-size: 35px;
    margin-top: -80px;
  }

  .text-team-span{
    font-size: 35px;

  }
  .breadcrumbs li:nth-child(3){
    margin-left: -10px;
  }
  #imagehome-iarplane-image{
    margin-top: 20px;
    margin-left: -10px;
    left: 30px;
    top: -20px;
  }
  #service-section-p{
    margin-top: 40px;
  }
  #text-team-p{
    font-size: 35px;
    margin-top: -20px;
    line-height: 40px;
  }
  #imagehome-img{
    margin-top: -100px;
    top: 50px;
  }
  .news-section-img{
    height: 250px;
  }
  #Sertvice-section-text-title{
    margin-top: 90px;
  }
  #text-team-span{
    font-size: 20px;

  }

  .breadcrumbs-text-suda-text-p3{
    font-size: 35px;
    line-height: 40px;
  }

  .text-гарантия-p2{
    font-size: 15px;
    line-height: 25px;
  }
  #text_нтия_p2{
    margin-top: 35%;
  }
  .text-гарантия-p3{
    font-size: 15px;
    line-height: 15px;
  }
  .text-гарантия-p4{
    font-size: 15px;
    line-height: 15px;
  }
  .faq-text{
    font-size: 35px;
    margin-top: -20%;
  }
  .brend-text{
    font-size: 35px;
    margin-top: -105px;
  }
  .testimonials-text{
    font-size: 35px;
  }
  #news-section-container{
    height: 250px;
  }
  #news-section-text{
    font-size: 15px;
  }
  #news-section-text1{
    font-size: 15px;
    top: -35px;
  }
  #news-section-text2{
    font-size: 15px;
    top: -65px;
  }
  #hero-section-box{
    width: 180px;
    height: 200px;
    left: 20px;
  }
  #hero-section-box-img{
    height: 150px;
    width: 120px;
    left: 160px;
    top: -260px;
    position: relative;
  }
  #hero-section-container{
    height: 240px;
  }

  /* --------------------slider  */
  .text-гарантия-p{
    margin-top: -50px;
    font-size: 15px;
  }
  .text-гарантия-p2{
    position: relative;
    top: 75px;
    font-size: 15px;
  }
  #slider__image1{
    margin-top: 230px;
    width: 70%;
    height: 50%;
    margin-left: 30%;
  }
  .text-гарантия-p5{
    position: relative;
    top: 25px;
    margin-top: 10px;
    font-size: 15px;
  }
  #slider__image2{
    margin-top: 270px;
    margin-left: 30%;
    width: 65%;
    height: 45%;
    /* margin-bottom: 1%; */
  }
  .text-гарантия-p3{
    margin-top: 0px;
  }
  .text-гарантия-p4{
    position: relative;
    top: 45px;
    /* margin-top: 15%; */
    /* padding-top: 20%; */
    line-height: 160%;
  }
  #slider__image3{
    margin-top: 260px;
    width: 50%;
    height: 45%;
    margin-left: 50%;
  }
  /* -----------------end Slider */


  /* --------News */
  #hero-section-box{
    height: 315px;
  }
  #hero-section-container{
    height: 350px;
  }
  #hero-section-box{
    margin-left: 5px;
    margin-top: 20px;
  }
  .breadcrumbs__text__p{
    font-size: 13px;
    margin-left: -1px;
  }
  .breadcrumbs__text__p1{
    font-size: 10px;
    margin-top: -5px;
    margin-left: -1px;
  }
  #hero-section-box-img{
    margin-left: 10px;
    margin-top: -20px;
    width: 200px;
    height: 250px;
  }
  .social__image{
    margin-top: 85px;
    margin-left: -1px;
  }
/* -------------End news */


}
@media (max-width: 360px) {
  .imagehome{
    margin-left: -42px;
    margin-top: 3%;
    position: relative;
    top: -46px;
  }
   #hero{
    margin-top: 150px;
   }
   .text_data{
    margin-left: -68%;
  }
   #home-box{
    padding-bottom: 140px;
   }
   #hero-section-text-h1{
    font-size: 30px;
   }
   #home_service_section_p{
    margin-top: -10%;
   }
   #button-заявка{
    width: 50%;
    position: relative;
    top: -100px;
    left: 0px;
  }
   .button-заявка{
    font-size: 14px;
   }
   .contact .php-email-form{
    height: 520px;
   }
   #services{
     padding-top: 50px;
     margin-top: -200px;
   }
   #imagehome-id{
    left: -22px;
   }
   .breadcrumbs-text-p3{
    width: 95%;
    font-size: 14px;
   }
   #portfolio-section-text-p{
    font-size: 30px;
    margin-top: -30%;
   }
   .pagination{
    margin-left: -2%;
   }
   .carousel-item{
    padding-bottom: 820px;
   }
   #slider__image1{
    width: 70%;
    height: 60%;
   }
   #slider__image2{
    margin-top: 285px;
    width: 70%;
    height: 40%;
   }
   #breadcrumbs-text-p1{
    width: 95%;
   }
   #slider__image3{
    margin-top: 285px;
    width: 70%;
    height: 40%;
   }
   .home_box{
    padding-bottom: 1050px;
   }
   #breadcrumbs_text_jt_transport{
    font-size: 35px;
   }
   #breadcrumbs-text-transport{
    width: 95%;
   }
   .team_section_news_box{
    margin-top: 50%;
    border-radius: 20px;
   }
   .hero_section_box{
    margin-top: -60%;
   }
   .home_boxe{
    padding-bottom: 900px;
   }
   .home_boxe1{
    padding-bottom: 1000px;
   }
   .home_boxe_2{
    padding-bottom: 750px;
   }
   #text-team-h1{
    margin-top: 1%;
   }

  #homebox{
    left: 105px;
    width: 90%;
    top: 187px;
  }
  .faq-text{
    font-size: 25px;
    margin-top: -20%;
  }
  #team_section_news_box{
    margin-top: 50%;
  }
  .section-vedio-text-h2{
    margin-top: -30%;
  }

  .testimonials-text{
    font-size: 35px;
  }
  /* ----------------- slider */

  .text-гарантия{
    font-size: 35px;
  }
  .text-гарантия-p{
    margin-top: -50px;
    font-size: 15px;
  }
  .text-гарантия-p2{
    margin-top: 160px;
    font-size: 15px;
  }
  #slider__image1{
    margin-top: 180px;
    margin-left: 25%;
  }
  .text-гарантия-p5{
    margin-top: 70px;
    font-size: 15px;
  }

  .text-гарантия-p3{
    margin-top: 0px;
  }
  .text-гарантия-p4{
    margin-top: 100px;
    line-height: 160%;
  }
  #slider__image3{
    margin-top: 252px;
    width: 60%;
  }
  /* ----------------- End slider */
  .calculator-text{
    font-size: 35px;
  }
  .brend-text{
    font-size: 35px;
    margin-top: -110px;
  }
  #calculator-section-summa{
    font-size: 15px;
  }
  #calculator-section-summa1{
    font-size: 15px;

  }
  .contact-text-h6{
    font-size: 35px;
    margin-top: 2%;
  }
  .contact_text_h6{
    font-size: 35px;
  }
  .service-section-p{
    font-size: 35px;
  }
  .testimonials-text{
    font-size: 25px;
  }
  .breadcrumbs{
    margin-left: -20px;
  }
  .breadcrumbs a{
    font-size: 15px;
  }
  .breadcrumbs li:nth-child(3){
    margin-left: -10px;
  }
  .breadcrumbs-text-p{
    font-size: 30px;
  }
  .breadcrumbs-text-suda-text-p3{
    font-size: 35px;
    line-height: 40px;
  }
  #service-section-p{
    margin-top: 200px;
  }
  .text_service_section{
    margin-top: 100px;
  }
  .text_service_section_1{
    margin-top: -150px;
  }
  .news-section-text-h2{
    font-size: 25px;
  }
  #section-icon{
    left: 170px;
  }
  #brend-text{
    margin-top: -20px;
  }
  #text-team-h1{
    font-size: 25px;
  }
  #text-team-p{
    font-size: 25px;
  }
  #services{
    margin-top: 0px;
  }
  #section-icon1{
    left: 170px;
    top: -20px;
  }
  .imagehome-2{
    position: relative;
    top: -140px;
    left: -170px;
    margin-left: -48px;
  }
  /* #home_boxe{
    padding-bottom: 100px;
  } */


  .imagehome-3{
    margin-top: 0px;
    margin-left: 0px;
  }
  .text-team-span{
    font-size: 25px;
  }

     /* --------News */
     #hero-section-box{
      margin-left: 5px;
      margin-top: 20px;
    }
    .breadcrumbs__text__p{
      font-size: 13px;
      margin-left: -1px;
    }
    .breadcrumbs__text__p1{
      font-size: 10px;
      margin-top: -5px;
      margin-left: -1px;
    }
    .social__image{
      margin-top: 85px;
      margin-left: -1px;
    }

  .news-section-img{
    height: 250px;
  }
  #news-section-container{
    height: 250px;
  }
  #news-section-text{
    font-size: 15px;
  }
  #news-section-text1{
    font-size: 15px;
    top: -35px;
  }
  #news-section-text2{
    font-size: 15px;
    top: -65px;
  }
  #hero-section-container{
    height: 350px;
  }
  #hero-section-box{
    width: 150px;
    height: 310px;
  }
  #hero-section-box-img{
    height: 190px;
    width: 120px;
    /* left: 40px; */
    top: -195px;
    /* right: 90px; */
    position: relative;
  }
  .swiper-slide-text-span{
    font-size: 14px;
    font-weight: bold;
  }
  .swiper-slide-text-p{
     font-size: 13px;
     margin-top: -15px;
  }
  .swiper-slide-text-span1{
    font-size: 14px;
    font-weight: bold;
  }
  .swiper-slide-text{
    font-size: 18px;
  }
  .swiper-slide-text-p1{
     font-size: 13px;
     margin-top: -25px;
  }
     /* --------End News */

}


@media (max-width: 575px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    -moz-text-align-last: center;
    text-align-last: center;
    padding: 3px 0;
  }
}

@media (max-width: 575px){
  .copy{
    padding: 10%;
    text-align: left;
  }
  .imgicon{
    width: 30%;
    left: 10px;
  }
  #footer-text1{
    top: 30px;
    left: 10px;
  }
  #footer-text{
    left: -20px;
    top: 30px;
  }
  #telegram{
    left: 10px;
    top: 20px;
  }
  #instagram{
    left: 10px;
    top: 20px;
  }
  #youtube{
    left: 10px;
    top: 20px;
  }
}
















/* .swiper {
  width: 100%;
  --swiper-navigation-color: #000000;
  --swiper-pagination-color: #000000;
}


.swiper-slide img {
  width: auto;
  height: auto;
  max-width: 85%;
  max-height: 100%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
} */
