 
 
 
 .coooooooo{
  width: 100%;
  display: flex;
  justify-content: center;
 }
 

 .qweeeee{
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
 }
 
.werrr1111{
  background-color: #38a3fd;
  color: white;
  border-radius: 20px;
  z-index: 999;
}














 .videblog{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
 }
 .video_container{
  width: 70%;
  display: flex;
  justify-content: space-around;
 }
.wer2{
  width: 1000%;
}
.rez{
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}

.rezrez2{
  display: flex;
  width: 100%;
  justify-content: space-between;
}

 .rez_flex img{
  width: 200px;
 }
 

 .vid{
  width: 100%;
  display: flex;
  justify-content: center;
 }
.vidcont{
  width: 90%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.мммммм{
  margin: 20px;
} 





 
 @media (max-width: 991px) {
  .rez_flex img {
    width: 200px;
}

}


@media (max-width: 767px) {
  .video_container{
    flex-direction: column;
    align-items: center;
  }
  .wer2 {
    width: 90%;
    margin-top: 30px;
  }


}
 
@media (max-width: 575px) {
  .wer1 video{
    width: 100%;
  }
  .rezrez1{
    flex-direction: column;
    align-items: center;
  }
  .rezrez2{
    flex-direction: column;
    align-items: center;

  }
  .rez_flex img {
    width: 150px;
}
}


 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 .u-section-1 {
   min-height: 639px;
 }


 ::-webkit-scrollbar {
   /* 1 - скроллбар */
   width: 2px;
   background-color: white;
 }

 ::-webkit-scrollbar-thumb {
   /* 5 - ползунок */
   border-radius: 2px;
   background-color: black;
   width: 2px;
 }



 .form_obr_sv {
   width: 100%;
   display: flex;
   justify-content: center;
   margin-bottom: 60px;
 }

 .question_inputs div {
   width: 35%;
 }

 .form_obr_sv form {
   width: 80%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   background-image: url(../images/faform.webp);
   background-size: 100% 100%;
   height: 500px;
   border-radius: 50px;
 }

 .form_obr_sv form input {
   width: 100%;
   height: 40px;
   font-family: 'Montserrat';
   font-style: normal;
   font-weight: 300;
   font-size: 16px;
   line-height: 24px;
   color: rgba(0, 0, 0, 1);
   box-sizing: border-box;
   box-shadow: 0px 8px 10px 3px rgba(0, 0, 0, 0.42);
   outline: none;
   margin-top: 25px;
   margin-bottom: 25px;
   padding: 10px;
   background: #FFFFFF;
   border: 2px solid #FFFFFF;
   transition: all 0.3s;
   border-radius: 30px;

 }

 .question_inputs {
   width: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 30px;

 }

 .question_button {
   width: 35%;
   display: flex;
   justify-content: center;
   flex-direction: column;
   border-radius: 30px;

 }

 .question_inputs input:hover {
   border: 2px solid #2D76A3;
 }

 .question-block form textarea {
   border: 2px solid transparent;
   border-radius: 30px;

 }

 .question-block form textarea:hover {
   border: 2px solid #2D76A3;
 }

 .question_inputs input:focus {
   border: 2px solid #2D76A3;
 }

 .question_button textarea:focus {
   border: 2px solid #2D76A3;
 }

 .question_button textarea {
   resize: none;
   border-radius: 30px;

   width: 100%;
   height: 150px;
   font-family: 'Montserrat';
   font-style: normal;
   font-weight: 300;
   font-size: 16px;
   line-height: 24px;
   color: rgba(0, 0, 0, 1);
   background: #FFFFFF;
   border: 2px solid #FFFFFF;
   box-sizing: border-box;
   box-shadow: 0px 8px 10px 3px rgba(0, 0, 0, 0.42);
   outline: none;
   margin-top: 25px;
   margin-bottom: 25px;
   padding: 10px;
   transition: all 0.3s;
 }



 .question_button input {
   width: 100%;
   height: 40px;
   background: none;
   border: 1px solid #B0B0B0;
   font-family: 'Montserrat';
   font-style: normal;
   font-weight: 500;
   font-size: 20px;
   line-height: 24px;
   letter-spacing: 0.22em;
   color: #B0B0B0;
   transition: all 0.3s;
   cursor: pointer;
 }

 .question_button input:hover {
   border: 1px solid #2D76A3;
   color: #2D76A3;
 }





 @media (max-width: 1024px) {
   .question_inputs div {
     width: 90%;

   }

   .question_button {
     width: 90%;
   }
 }






 /* Модалка */

 .call_form__form {
   width: 100%;
   height: 100%;
   position: fixed;
   visibility: hidden;
   opacity: 0;
   -webkit-transition: .4s;
   transition: .4s;
   top: -1000px;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1000;
   background: rgba(0, 0, 0, 0.9);
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   overflow-y: hidden;
   padding: 80px 15px;
 }

 .call_form {
   display: flex;
   align-items: center;
   flex-direction: column;
   background-image: url(../images/faform.webp);
   background-size: 100% 100%;
   width: 480px;
   height: 300px;
   border-radius: 10px;
   z-index: 1001;
 }

 .form__active {
   visibility: visible;
   top: 0px;
   width: 100%;
   height: 100%;
   opacity: 100%;
   -webkit-transform: translate(0, 0px);
   -moz-transform: translate(0, 0px);
   -ms-transform: translate(0, 0px);
   transform: translate(0, 0px);
   z-index: 1000;
   display: flex;
   justify-content: space-around;
   align-items: center;
   background-color: rgb(0, 0, 0, 0.5);
   overflow: hidden;
 }

 .cross {
   margin-left: 85%;
   padding: 10px;
   cursor: pointer;
   transition: 300ms;
   -webkit-transition: 300ms;
   -moz-transition: 300ms;
 }

 .cross:hover {
   -webkit-transform: translate(90deg);
   -moz-transform: translate(90deg);
   -ms-transform: translate(90deg);
   transform: rotate(90deg);
 }

 .modal_inp {
   width: 260px;
   height: 30px;
   border: 2px solid #2D76A3;
   border-radius: 10px;
   padding-left: 20px;
   margin-top: 15px;
   transition: 300ms;
   color: #2D76A3;
 }

 .modal_inp:hover::placeholder {
   color: #2D76A3;
 }

 .modal_inp:hover {
   border: 2px solid #2D76A3;
 }

 .num_btn {
   text-decoration: none;
   display: inline-block;
   color: white;
   padding: 20px 10px;
   margin-top: 20px;
   border-radius: 10px;
   font-family: 'Montserrat', sans-serif;
   text-transform: uppercase;
   letter-spacing: 2px;
   background-image: linear-gradient(to right, #2D76A3 0%, #2D76A3 51%, #2D76A3 100%);
   background-size: 200% auto;
   box-shadow: 0 0 20px rgba(0, 0, 0, .1);
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   transition: .5s;
   cursor: pointer;
 }

 .buttons {
   z-index: 131;
 }

 .num_btn:hover {
   background-position: right center;
 }

 .call_form__data {
   display: flex;
   align-items: center;
   flex-direction: column;
 }

 .call_form {
   display: flex;
   align-items: center;
   flex-direction: column;
 }

 .call_form input {
   width: 100%;
   height: 40px;
   font-family: 'Montserrat';
   font-style: normal;
   font-weight: 300;
   font-size: 17px;
   line-height: 24px;
   color: rgba(0, 0, 0, 1);
   box-sizing: border-box;
   box-shadow: 0px 8px 10px 3px rgba(0, 0, 0, 0.42);
   outline: none;
   background: #FFFFFF;
   border: 1px solid #FFFFFF;
   -webkit-transition: all .0.3s;
   -moz-transition: all 0.3s;
   -ms-transition: all 0.3s;
   transition: all 0.3s;
   border-radius: 10px;
   border: 2px solid white;
 }

 .call_form input:hover {
   border: 2px solid #2D76A3;
 }

 .call_form input:focus {
   border: 2px solid #2D76A3;
 }

 .number_form {
   padding: 10px;
 }

 .modal_buttons {
   width: 400px;
   height: 40px;
   font-family: 'Montserrat';
   font-style: normal;
   font-weight: bold;
   font-size: 20px;
   line-height: 24px;
   letter-spacing: 0.22em;
   background: none;
   color: #FFFFFF;
   transition: all 0.3s;
   cursor: pointer;
   display: flex;
   justify-content: space-between;
   margin-top: 50px;
 }

 .modal_buttons button {
   width: 45%;
   font-weight: bold;
   font-family: 'Montserrat';
   font-style: normal;
   font-weight: bold;
   font-size: 20px;
   line-height: 24px;
   letter-spacing: 0.22em;
   transition: all 0.3s;
   cursor: pointer;
   border-radius: 10px;
   outline: none;
   color: rgba(0, 0, 0, 1);
   box-shadow: 0px 8px 10px 3px rgba(0, 0, 0, 0.42);
   outline: none;
   background: #FFFFFF;
   border: 1px solid #FFFFFF;
   -webkit-transition: 300ms;
   -moz-transition: 300ms;
   transition: all 0.3s;
 }

 .modal_buttons button:hover {
   border: 1px solid #2D76A3;
   color: #2D76A3;
 }

 .modal_buttons input {
   width: 45%;
   font-weight: bold;
 }

 .modal_buttons input:hover {
   border: 1px solid #2D76A3;
   color: #2D76A3;
 }

 .number_form {
   margin-top: 15px;
 }

 .tel_link_logo {
   position: fixed;
   width: 70px;
   height: 70px;
   border-radius: 100%;
   right: 2%;
   bottom: 130px;
   z-index: 3;
   cursor: pointer;
   background-image: url(../images/iconfinder_arrow-up_3313575.svg);
   background-repeat: no-repeat;
   background-size: 60px 60px;
   background-position: center;
   border: 3px solid rgb(35, 121, 173);
   background-color: rgba(35, 121, 173, 0.5);
   transition: all 0.3s;
 }

 .acrive {
   visibility: visible;
   opacity: 1;
 }

 .tel_link_logo:hover {
   opacity: 1;
 }

 .callback-bt {
   background: rgba(35, 121, 173, 0.5);
   border: 2px solid rgb(35, 121, 173);
   border-radius: 50%;
   box-shadow: 0 8px 10px rgb(35, 121, 173, 0.3);
   cursor: pointer;
   height: 70px;
   text-align: center;
   width: 70px;
   position: fixed;
   right: 2%;
   bottom: 30px;
   z-index: 3;
   transition: .3s;
   -webkit-animation: hoverWave linear 1s infinite;
   animation: hoverWave linear 1s infinite;
 }

 .callback-bt .text-call {
   height: 70px;
   width: 70px;
   border-radius: 50%;
   position: relative;
   overflow: hidden;
   display: flex;
   justify-content: center;
   align-items: center;
 }

 .callback-bt .text-call span {
   text-align: center;
   color: rgb(35, 121, 173);
   opacity: 0;
   font-size: 0;
   font-weight: 600;
   text-transform: uppercase;
   transition: opacity .3s linear;
   font-family: 'montserrat', Arial, Helvetica, sans-serif;
 }

 .callback-bt .text-call:hover span {
   opacity: 1;
   font-size: 7px;
 }

 .callback-bt:hover i {
   display: none;
 }

 .callback-bt:hover {
   z-index: 1;
   background: #fff;
   color: transparent;
   transition: .3s;
 }

 .callback-bt:hover i {
   color: #38a3fd;
   font-size: 40px;
   transition: .3s;
 }

 .callback-bt i {
   color: #fff;
   font-size: 34px;
   transition: .3s;
   line-height: 66px;
   transition: .5s ease-in-out;
 }

 .callback-bt i {
   animation-iteration-count: infinite;
   -webkit-animation-iteration-count: infinite;
 }

 @-webkit-keyframes hoverWave {
   0% {
     box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
   }

   40% {
     box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
   }

   80% {
     box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
   }

   100% {
     box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
   }
 }

 @keyframes hoverWave {
   0% {
     box-shadow: 0 8px 10px rgb(35, 121, 173, 0.3), 0 0 0 0 rgb(35, 121, 173, 0.2), 0 0 0 0 rgb(35, 121, 173, 0.2)
   }

   40% {
     box-shadow: 0 8px 10px rgb(35, 121, 173, 0.3), 0 0 0 15px rgb(35, 121, 173, 0.2), 0 0 0 0 rgb(35, 121, 173, 0.2)
   }

   80% {
     box-shadow: 0 8px 10px rgb(35, 121, 173, 0.3), 0 0 0 30px rgb(35, 121, 173, 0), 0 0 0 26.7px rgb(35, 121, 173, 0.067)
   }

   100% {
     box-shadow: 0 8px 10px rgb(35, 121, 173, 0.3), 0 0 0 30px rgb(35, 121, 173, 0), 0 0 0 40px rgb(35, 121, 173, 0.0)
   }
 }

 /* animations icon */

 .tel_link_logo:hover {
   background-color: rgba(35, 121, 173, 0.8);
 }

 .hidden {
   display: none;
   opacity: 0;
   transition: 300ms ease;
   visibility: hidden;
 }

 .div_container {
   width: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
 }











 .u-section-1 .u-slider-1 {
   min-height: 639px;
   margin-top: 0;
   margin-bottom: 0;
 }

 .u-section-1 .u-carousel-indicators-1 {
   position: absolute;
   width: auto;
   height: auto;
   top: auto;
   bottom: 211px;
 }

 .u-section-1 .u-image-1 {
   background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/fd-min.webp');
   background-position: 50% 50%;
 }

 .u-section-1 .u-container-layout-1 {
   padding: 30px;
 }

 .u-section-1 .u-group-1 {
   width: 1077px;
   min-height: 308px;
   animation-duration: 1000ms;
   margin: 0 auto;
 }

 .u-section-1 .u-container-layout-2 {
   padding: 30px;
 }

 .u-section-1 .u-text-1 {
   font-weight: 700;
   line-height: 1.3;
   font-size: 5rem;
   text-transform: uppercase;
   margin: 0;
 }

 .u-section-1 .u-text-2 {
   font-size: 1.125rem;
   margin: 20px 0 0;
 }

 .u-section-1 .u-btn-1 {
   border-style: solid;
   padding: 0;
 }

 .u-section-1 .u-image-2 {
   background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hgtfr-min.webp');
   background-position: 50% 50%;
 }

 .u-section-1 .u-container-layout-3 {
   padding: 30px;
 }

 .u-section-1 .u-group-2 {
   width: 1077px;
   min-height: 308px;
   animation-duration: 1000ms;
   margin: 0 auto;
 }

 .u-section-1 .u-container-layout-4 {
   padding: 30px;
 }

 .u-section-1 .u-text-3 {
   font-weight: 700;
   line-height: 1.3;
   font-size: 5rem;
   text-transform: uppercase;
   margin: 0;
 }

 .u-section-1 .u-text-4 {
   font-size: 1.125rem;
   margin: 20px 0 0;
 }

 .u-section-1 .u-btn-2 {
   border-style: solid;
   padding: 0;
 }

 .u-section-1 .u-carousel-control-1 {
   width: 59px;
   height: 59px;
 }

 .u-section-1 .u-carousel-control-2 {
   width: 59px;
   height: 59px;
 }

 @media (max-width: 1199px) {
   .u-section-1 .u-slider-1 {
     height: auto;
   }

   .u-section-1 .u-carousel-indicators-1 {
     bottom: 160px;
   }

   .u-section-1 .u-group-1 {
     width: 880px;
     margin-top: 108px;
   }

   .u-section-1 .u-text-1 {
     font-size: 3.0rem;
   }

   .u-section-1 .u-group-2 {
     width: 880px;
     min-height: 330px;
     margin-top: 108px;
   }

   .u-section-1 .u-text-3 {
     font-size: 4.6875rem;
   }
 }

 @media (max-width: 991px) {
   .u-section-1 .u-group-1 {
     width: 720px;
     margin-top: 63px;
   }

   .u-section-1 .u-group-2 {
     width: 720px;
     min-height: 358px;
     margin-top: 63px;
   }
 }

 @media (max-width: 767px) {
   .u-section-1 {
     min-height: 590px;
   }

   .u-section-1 .u-slider-1 {
     min-height: 590px;
   }

   .u-section-1 .u-carousel-indicators-1 {
     bottom: 163px;
   }

   .u-section-1 .u-container-layout-1 {
     padding-left: 10px;
     padding-right: 10px;
   }

   .u-section-1 .u-group-1 {
     width: 540px;
   }

   .u-section-1 .u-container-layout-2 {
     padding-left: 10px;
     padding-right: 10px;
   }

   .u-section-1 .u-text-1 {
     font-size: 3.0rem;
   }

   .u-section-1 .u-container-layout-3 {
     padding-left: 10px;
     padding-right: 10px;
   }

   .u-section-1 .u-group-2 {
     width: 540px;
   }

   .u-section-1 .u-container-layout-4 {
     padding-left: 10px;
     padding-right: 10px;
   }

   .u-section-1 .u-text-3 {
     font-size: 3.75rem;
   }
 }

 @media (max-width: 575px) {
   .u-section-1 {
     min-height: 586px;
   }

   .u-section-1 .u-slider-1 {
     min-height: 585px;
     margin-top: 1px;
   }

   .u-section-1 .u-carousel-indicators-1 {
     bottom: 165px;
   }

   .u-section-1 .u-group-1 {
     width: 340px;
     margin-top: 42px;
   }

   .u-section-1 .u-text-1 {
     font-size: 2.0rem;
   }

   .u-section-1 .u-group-2 {
     width: 340px;
     margin-top: 42px;
   }

   .u-section-1 .u-text-3 {
     font-size: 2.25rem;
   }
 }

 .u-section-2 .u-sheet-1 {
   min-height: 579px;
 }

 .u-section-2 .u-gallery-1 {
   height: 296px;
   grid-template-columns: repeat(4, auto);
   margin-top: -123px;
   margin-bottom: 0;
   margin-left: 0;
   grid-gap: 20px;
 }

 .u-section-2 .u-gallery-inner-1 {
   grid-template-columns: repeat(4, auto);
   grid-gap: 0px;
 }






 .u-lightbox .u-image, .u-lightbox .u-gallery-item {
  border-radius: 25px;
  margin: 10px;
}







 .u-section-2 .u-over-slide-1 {
   background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
   transition-duration: 0.75s;
   /* padding: 20px; */
 }

 .u-section-2 .u-over-slide-2 {
   background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
   transition-duration: 0.75s;
   /* padding: 20px; */
 }

 .u-section-2 .u-back-image-3 {
   object-position: 0% 50%;
 }

 .u-section-2 .u-over-slide-3 {
   background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
   transition-duration: 0.75s;
   /* padding: 20px; */
 }

 .u-section-2 .u-over-slide-4 {
   background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
   transition-duration: 0.75s;
   /* padding: 20px; */
 }

 .u-section-2 .u-layout-wrap-1 {
   margin-top: 45px;
   margin-bottom: 60px;
 }

 .u-section-2 .u-layout-cell-1 {
   min-height: 229px;
 }

 .u-section-2 .u-container-layout-1 {
   padding: 30px;
 }

 .u-section-2 .u-text-1 {
   font-size: 1.875rem;
   font-weight: 700;
   margin: 0;
 }

 .u-section-2 .u-layout-cell-2 {
   min-height: 229px;
 }

 .u-section-2 .u-container-layout-2 {
   padding: 30px;
 }

 .u-section-2 .u-text-2 {
   font-size: 1.125rem;
   letter-spacing: 0px;
   line-height: 1.8;
   margin: 3px 0 0;
 }

 .u-section-2 .u-btn-1 {
   border-style: solid;
   padding: 0;
 }

 .u-section-2 .u-btn-2 {
   letter-spacing: 1px;
   font-size: 0.875rem;
   text-transform: uppercase;
   font-weight: 400;
   border-style: none;
   background-image: none;
   margin: 23px auto 0 0;
   padding: 14px 30px;
 }

 @media (max-width: 1199px) {
   .u-section-2 .u-sheet-1 {
     min-height: 484px;
   }

   .u-section-2 .u-gallery-1 {
     height: 244px;
     margin-left: initial;
   }

   .u-section-2 .u-layout-cell-1 {
     min-height: 189px;
   }

   .u-section-2 .u-layout-cell-2 {
     min-height: 189px;
   }
 }

 @media (max-width: 991px) {
   .u-section-2 .u-sheet-1 {
     min-height: 941px;
   }

   .u-section-2 .u-gallery-1 {
     height: 748px;
     margin-left: initial;
   }

   .u-section-2 .u-gallery-inner-1 {
     grid-template-columns: repeat(2, auto);
   }

   .u-section-2 .u-layout-cell-1 {
     min-height: 100px;
   }

   .u-section-2 .u-layout-cell-2 {
     min-height: 100px;
   }
 }

 @media (max-width: 767px) {
   .u-section-2 .u-sheet-1 {
     min-height: 2681px;
   }

   .u-section-2 .u-gallery-1 {
     height: 2244px;
     margin-left: initial;
   }

   .u-section-2 .u-gallery-inner-1 {
     grid-template-columns: repeat(1, auto);
   }

   .u-section-2 .u-container-layout-1 {
     padding-left: 10px;
     padding-right: 10px;
   }

   .u-section-2 .u-container-layout-2 {
     padding-left: 10px;
     padding-right: 10px;
   }
 }

 @media (max-width: 575px) {
   .u-section-2 .u-sheet-1 {
     min-height: 1695px;
   }

   .u-section-2 .u-gallery-1 {
     height: 1413px;
     margin-left: initial;
   }

   .u-section-2 .u-text-1 {
     font-size: 1.5rem;
   }
 }

 .u-section-3 {
   background-image: none;
   min-height: 794px;
 }

 .u-section-3 .u-list-1 {
   width: calc(((100% - 1140px) / 2) + 648px);
   left: auto;
   right: 0;
   margin-bottom: 0;
 }

 .u-section-3 .u-repeater-1 {
   grid-auto-columns: 50%;
   grid-template-columns: repeat(2, 50%);
   grid-gap: 0px;
 }

 .u-section-3 .u-image-1 {
   background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/truck-vehicle-with-trailers-background_342744-1297.webp");
   background-position: 50% 50%;
 }

 .u-section-3 .u-container-layout-1 {
   padding: 30px;
 }

 .u-section-3 .u-text-1 {
   text-transform: capitalize;
   letter-spacing: normal;
   margin: 0;
 }

 .u-section-3 .u-icon-1 {
   height: 122px;
   width: 122px;
   margin: 30px auto 0;
 }

 .u-section-3 .u-image-2 {
   background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/ppppp.webp");
   background-position: 50% 50%;
 }

 .u-section-3 .u-container-layout-2 {
   padding: 30px;
 }

 .u-section-3 .u-text-2 {
   text-transform: capitalize;
   letter-spacing: normal;
   margin: 0;
 }

 .u-section-3 .u-icon-2 {
   height: 122px;
   width: 122px;
   margin: 30px auto 0;
 }

 .u-section-3 .u-image-3 {
   background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/wwwww.webp");
   background-position: 50% 50%;
 }

 .u-section-3 .u-container-layout-3 {
   padding: 30px;
 }

 .u-section-3 .u-text-3 {
   text-transform: capitalize;
   letter-spacing: normal;
   margin: 0;
 }

 .u-section-3 .u-icon-3 {
   height: 122px;
   width: 122px;
   margin: 30px auto 0;
 }

 .u-section-3 .u-image-4 {
   background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/diisssss.webp");
   background-position: 50% 50%;
 }

 .u-section-3 .u-container-layout-4 {
   padding: 30px;
 }

 .u-section-3 .u-text-4 {
   text-transform: capitalize;
   letter-spacing: normal;
   margin: 0;
 }

 .u-section-3 .u-icon-4 {
   height: 122px;
   width: 122px;
   margin: 30px auto 0;
 }

 .u-section-3 .u-group-1 {
   min-height: 737px;
   width: 492px;
   margin: 29px auto 29px calc(((100% - 1140px) / 2));
 }

 .u-section-3 .u-container-layout-5 {
   padding: 30px;
 }

 .u-section-3 .u-text-5 {
   text-transform: uppercase;
   font-family: Montserrat, sans-serif;
   font-weight: 300;
   letter-spacing: normal;
   margin: 0 1px 0 0;
 }

 .u-section-3 .u-text-6 {
   font-size: 3.75rem;
   margin: 10px 0 0;
 }

 .u-section-3 .u-text-7 {
   margin: 21px 0 0;
 }

 .u-section-3 .u-text-8 {
   font-size: 0.875rem;
   margin: 20px 0 0;
 }

 .u-section-3 .u-btn-1 {
   border-style: solid;
   padding: 0;
 }

 .u-section-3 .u-btn-2 {
   background-image: none;
   border-style: none;
   text-transform: uppercase;
   font-size: 0.875rem;
   margin: 20px auto 0 0;
 }

 @media (max-width: 1199px) {
   .u-section-3 {
     min-height: 726px;
   }

   .u-section-3 .u-list-1 {
     width: calc(((100% - 940px) / 2) + 565px);
     height: auto;
     min-height: 726px;
     left: auto;
     bottom: auto;
     right: auto;
     top: auto;
     margin: 0 0 0 auto;
   }

   .u-section-3 .u-text-1 {
     text-transform: none;
   }

   .u-section-3 .u-image-2 {
     /* background-size: auto; */
   }

   .u-section-3 .u-text-2 {
     text-transform: none;
   }

   .u-section-3 .u-image-3 {
     /* background-size: auto; */
   }

   .u-section-3 .u-text-3 {
     text-transform: none;
   }

   .u-section-3 .u-image-4 {
     /* background-size: auto; */
   }

   .u-section-3 .u-text-4 {
     text-transform: none;
   }

   .u-section-3 .u-group-1 {
     min-height: 652px;
     width: 375px;
     margin-top: -689px;
     margin-bottom: 37px;
     margin-left: calc(((100% - 940px) / 2));
   }

   .u-section-3 .u-text-5 {
     font-weight: 400;
   }

   .u-section-3 .u-text-6 {
     font-size: 3rem;
   }
 }

 @media (max-width: 991px) {
   .u-section-3 {
     min-height: 1299px;
   }

   .u-section-3 .u-list-1 {
     width: 720px;
     margin-top: 60px;
     margin-right: auto;
   }

   .u-section-3 .u-group-1 {
     min-height: 443px;
     width: 720px;
     margin-top: -1179px;
     margin-left: auto;
     margin-bottom: 343px;
   }
 }

 @media (max-width: 767px) {
   .u-section-3 {
     min-height: 1771px;
   }

   .u-section-3 .u-list-1 {
     width: 540px;
     min-height: 1176px;
     margin-top: 545px;
   }

   .u-section-3 .u-repeater-1 {
     grid-auto-columns: 100%;
     grid-template-columns: repeat(1, 100%);
   }

   .u-section-3 .u-container-layout-1 {
     padding-left: 10px;
     padding-right: 10px;
   }

   .u-section-3 .u-image-2 {
     /* background-position: 50% 0%; */
   }

   .u-section-3 .u-container-layout-2 {
     padding-left: 10px;
     padding-right: 10px;
   }

   .u-section-3 .u-image-3 {
     /* background-position: 50% 0%; */
   }

   .u-section-3 .u-container-layout-3 {
     padding-left: 10px;
     padding-right: 10px;
   }

   .u-section-3 .u-container-layout-4 {
     padding-left: 10px;
     padding-right: 10px;
   }

   .u-section-3 .u-group-1 {
     min-height: 475px;
     width: 540px;
     margin-top: -1671px;
     margin-bottom: 276px;
   }

   .u-section-3 .u-container-layout-5 {
     padding: 20px 10px;
     margin-bottom: 90px;
   }
 }

 @media (max-width: 575px) {
   .u-section-3 {
     min-height: 1882px;
   }

   .u-section-3 .u-list-1 {
     width: 340px;
     margin-top: 50px;
     min-height: 726px;
   }

   .u-section-3 .u-image-3 {
     /* background-position: 94.8% 0%; */
   }

   .u-section-3 .u-group-1 {
     min-height: 579px;
     width: 340px;
     margin-top: -1782px;
     margin-bottom: 647px;
   }

   .u-section-3 .u-text-5 {
     margin-right: 0;
   }

   .u-section-3 .u-text-6 {
     font-size: 2.8125rem;
   }
 }

 .u-section-4 .u-sheet-1 {
   min-height: 634px;
 }

 .u-section-4 .u-text-1 {
   text-transform: none;
   font-weight: 600;
   letter-spacing: normal;
   text-decoration: none solid rgb(17, 17, 17);
   font-size: 2.25rem;
   margin: 60px 278px 0 0;
 }

 .u-section-4 .u-text-2 {
   line-height: 1.8;
   margin: 20px 407px 0 0;
 }

 .u-section-4 .u-shape-1 {
   width: 464px;
   height: 20px;
   margin: 20px auto 0 0;
 }

 .u-section-4 .u-list-1 {
   margin: 30px auto 60px 0;
 }

 .u-section-4 .u-repeater-1 {
   grid-auto-columns: calc(33.3333% - 6.66667px);
   grid-template-columns: repeat(3, calc(33.3333% - 6.66667px));
   min-height: 225px;
   grid-gap: 10px;
 }

 .u-section-4 .u-container-layout-1 {
   padding: 30px 30px 30px 0;
 }

 .u-section-4 .u-text-3 {
   line-height: 1.8;
   font-weight: 600;
   margin: 0 2px 0 0;
 }

 .u-section-4 .u-container-layout-2 {
   padding: 30px 30px 30px 0;
 }

 .u-section-4 .u-text-4 {
   line-height: 1.8;
   font-weight: 600;
   margin: 0 2px 0 0;
 }

 .u-section-4 .u-container-layout-3 {
   padding: 30px 30px 30px 0;
 }

 .u-section-4 .u-text-5 {
   line-height: 1.8;
   font-weight: 600;
   margin: 0 2px 0 0;
 }

 @media (max-width: 1199px) {
   .u-section-4 .u-sheet-1 {
     min-height: 571px;
   }

   .u-section-4 .u-text-1 {
     margin-right: 78px;
   }

   .u-section-4 .u-text-2 {
     margin-right: 207px;
   }

   .u-section-4 .u-list-1 {
     margin-right: initial;
     margin-left: initial;
   }

   .u-section-4 .u-text-3 {
     margin-right: 0;
   }

   .u-section-4 .u-text-4 {
     margin-right: 0;
   }

   .u-section-4 .u-text-5 {
     margin-right: 0;
   }
 }

 @media (max-width: 991px) {
   .u-section-4 .u-sheet-1 {
     min-height: 812px;
   }

   .u-section-4 .u-text-1 {
     margin-right: 0;
   }

   .u-section-4 .u-text-2 {
     margin-right: 0;
   }

   .u-section-4 .u-repeater-1 {
     grid-auto-columns: calc(50% - 5px);
     grid-template-columns: repeat(2, calc(50% - 5px));
   }
 }

 @media (max-width: 767px) {
   .u-section-4 .u-repeater-1 {
     grid-auto-columns: 100%;
     grid-template-columns: repeat(1, 100%);
   }

   .u-section-4 .u-container-layout-1 {
     padding-right: 10px;
     padding-bottom: 20px;
   }

   .u-section-4 .u-container-layout-2 {
     padding-right: 10px;
     padding-bottom: 20px;
   }

   .u-section-4 .u-container-layout-3 {
     padding-right: 10px;
     padding-bottom: 20px;
   }
 }

 @media (max-width: 575px) {
   .u-section-4 .u-text-1 {
     font-size: 1.875rem;
   }

   .u-section-4 .u-shape-1 {
     width: 340px;
   }
 }

 /* .u-section-5 .u-sheet-1 {
   min-height: 1117px;
 } */

 .u-section-5 .u-image-1 {
   width: 401px;
   height: 512px;
   object-position: 50% 100%;
   filter: brightness(0.85);
   margin: 67px 273px 0 auto;
 }

 .u-section-5 .u-image-2 {
   width: 350px;
   height: 319px;
   margin: -367px auto 0 0;
 }

 .u-section-5 .u-image-3 {
   width: 350px;
   height: 454px;
   margin: -140px auto 0 210px;
 }

 .u-section-5 .u-image-4 {
   width: 363px;
   height: 325px;
   margin: -713px 0 0 auto;
 }

 .u-section-5 .u-group-1 {
   min-height: 559px;
   width: 545px;
   background-image: none;
   height: auto;
   margin: 35px 0 60px auto;
 }

 .u-section-5 .u-container-layout-1 {
   padding: 29px 60px;
 }

 .u-section-5 .u-icon-1 {
   height: 64px;
   width: 64px;
   margin: 0 auto 0 0;
 }

 .u-section-5 .u-text-1 {
   text-transform: none;
   font-weight: 500;
   font-size: 2.25rem;
   margin: 35px 0 0;
 }

 .u-section-5 .u-text-2 {
   font-size: 1.125rem;
   margin: 20px 0 0;
 }

 .u-section-5 .u-text-3 {
   margin: 20px 0 0;
 }

 .u-section-5 .u-btn-1 {
   border-style: none none solid;
   padding: 0;
 }

 .u-section-5 .u-btn-2 {
   border-style: solid;
   letter-spacing: 1px;
   font-size: 0.875rem;
   text-transform: uppercase;
   font-weight: 400;
   background-image: none;
   margin: 27px auto 0 0;
 }

 @media (max-width: 1199px) {
   /* .u-section-5 .u-sheet-1 {
     min-height: 1114px;
   } */

   .u-section-5 .u-image-1 {
     width: 439px;
     height: 583px;
     margin-right: 171px;
   }

   .u-section-5 .u-image-2 {
     width: 295px;
     height: 328px;
     object-position: 75.07% 50%;
   }

   .u-section-5 .u-image-3 {
     width: 353px;
     height: 457px;
     margin-left: 80px;
   }

   .u-section-5 .u-image-4 {
     width: 287px;
     height: 304px;
   }

   .u-section-5 .u-group-1 {
     min-height: 597px;
     width: 451px;
     height: auto;
   }

   .u-section-5 .u-container-layout-1 {
     padding-left: 30px;
     padding-right: 30px;
   }

   .u-section-5 .u-btn-2 {
     padding: 14px 30px;
   }
 }

 @media (max-width: 991px) {
   /* .u-section-5 .u-sheet-1 {
     min-height: 1395px;
   } */

   .u-section-5 .u-image-1 {
     width: 322px;
     height: 483px;
     margin-right: auto;
     margin-left: 306px;
   }

   .u-section-5 .u-image-2 {
     width: 284px;
     height: 300px;
   }

   .u-section-5 .u-image-3 {
     margin-left: 64px;
   }

   .u-section-5 .u-image-4 {
     width: 268px;
     height: 268px;
   }

   .u-section-5 .u-group-1 {
     min-height: 590px;
     width: 414px;
     margin-right: auto;
     margin-left: 306px;
   }

   .u-section-5 .u-container-layout-1 {
     padding-top: 23px;
     padding-bottom: 23px;
   }
 }

 @media (max-width: 767px) {
   /* .u-section-5 .u-sheet-1 {
     min-height: 1749px;
   } */

   .u-section-5 .u-image-1 {
     width: 367px;
     height: 497px;
     margin-right: 55px;
     margin-left: auto;
   }

   .u-section-5 .u-image-2 {
     width: 422px;
     height: 321px;
   }

   .u-section-5 .u-image-3 {
     margin-right: 0;
     margin-left: auto;
   }

   .u-section-5 .u-group-1 {
     min-height: 599px;
     width: 430px;
     margin-left: 0;
   }

   .u-section-5 .u-container-layout-1 {
     padding-right: 35px;
     padding-left: 45px;
   }

   .u-section-5 .u-icon-1 {
     margin-right: 302px;
   }
 }

 @media (max-width: 575px) {
   /* .u-section-5 .u-sheet-1 {
     min-height: 1665px;
   } */

   .u-section-5 .u-image-1 {
     width: 260px;
     height: 329px;
     margin-right: auto;
     margin-left: 0;
   }

   .u-section-5 .u-image-2 {
     width: 285px;
     height: 245px;
     margin-top: -289px;
   }

   .u-section-5 .u-image-3 {
     width: 280px;
     height: 369px;
     margin-top: -131px;
   }

   .u-section-5 .u-image-4 {
     width: 237px;
     height: 229px;
     margin-top: -700px;
   }

   .u-section-5 .u-group-1 {
     min-height: 645px;
     width: 293px;
   }

   .u-section-5 .u-container-layout-1 {
     padding: 20px;
   }

   .u-section-5 .u-icon-1 {
     margin-right: 256px;
   }

   .u-section-5 .u-text-1 {
     font-size: 1.875rem;
   }
 }


 .u-section-8 {
   background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url("../images/fgg-min.webp");
   background-position: 50% 50%;
 }

 .u-section-8 .u-sheet-1 {
   min-height: 693px;
 }

 .u-section-8 .u-text-1 {
   width: 770px;
   background-image: none;
   text-transform: none;
   font-weight: 700;
   font-size: 3rem;
   margin: 60px auto 0;
 }

 .u-section-8 .u-line-1 {
   width: 65px;
   height: 5px;
   transform-origin: right center;
   margin: 30px auto 0;
 }

 .u-section-8 .u-text-2 {
   width: 672px;
   font-size: 1.125rem;
   margin: 20px auto 0;
 }

 .u-section-8 .u-layout-wrap-1 {
   width: 1140px;
   margin: 35px 0 0;
 }

 .u-section-8 .u-layout-cell-1 {
   min-height: 318px;
 }

 .u-section-8 .u-container-layout-1 {
   padding: 30px 20px;
 }

 .u-section-8 .u-icon-1 {
   height: 80px;
   width: 80px;
   background-image: none;
   margin: 0 auto;
   padding: 20px;
 }

 .u-section-8 .u-text-3 {
   text-transform: none;
   font-size: 1.25rem;
   font-weight: 400;
   font-family: "Open Sans", sans-serif;
   margin: 30px -1px 0;
 }

 .u-section-8 .u-text-4 {
   margin: 20px -1px 0;
 }

 .u-section-8 .u-layout-cell-2 {
   min-height: 318px;
 }

 .u-section-8 .u-container-layout-2 {
   padding: 30px 20px;
 }

 .u-section-8 .u-icon-2 {
   height: 80px;
   width: 80px;
   background-image: none;
   margin: 0 auto;
   padding: 20px;
 }

 .u-section-8 .u-text-5 {
   text-transform: none;
   font-size: 1.25rem;
   font-weight: 400;
   font-family: "Open Sans", sans-serif;
   margin: 30px -1px 0;
 }

 .u-section-8 .u-btn-1 {
   border-style: none;
   background-image: none;
   align-self: center;
   text-decoration: underline !important;
   font-weight: 700;
   margin: 20px auto 0;
   padding: 0;
 }

 .u-section-8 .u-btn-2 {
   border-style: none;
   background-image: none;
   text-decoration: underline !important;
   font-weight: 700;
   margin: 0 auto;
   padding: 0;
 }

 .u-section-8 .u-layout-cell-3 {
   min-height: 318px;
 }

 .u-section-8 .u-container-layout-3 {
   padding: 30px 20px;
 }

 .u-section-8 .u-icon-3 {
   height: 80px;
   width: 80px;
   background-image: none;
   margin: 0 auto;
   padding: 20px;
 }

 .u-section-8 .u-text-6 {
   text-transform: none;
   font-size: 1.25rem;
   font-weight: 400;
   font-family: "Open Sans", sans-serif;
   margin: 30px -1px 0;
 }

 .u-section-8 .u-text-7 {
   margin: 20px -1px 0;
 }

 .u-section-8 .u-text-8 {
   font-size: 0.875rem;
   width: 529px;
   margin: 30px auto 60px;
 }

 .u-section-8 .u-btn-3 {
   border-style: solid;
   padding: 0;
 }

 @media (max-width: 1199px) {
   .u-section-8 .u-sheet-1 {
     min-height: 515px;
   }

   .u-section-8 .u-layout-wrap-1 {
     width: 940px;
   }

   .u-section-8 .u-layout-cell-1 {
     min-height: 262px;
   }

   .u-section-8 .u-text-3 {
     margin-left: 0;
     margin-right: 0;
   }

   .u-section-8 .u-text-4 {
     margin-left: 0;
     margin-right: 0;
   }

   .u-section-8 .u-layout-cell-2 {
     min-height: 262px;
   }

   .u-section-8 .u-text-5 {
     margin-left: 0;
     margin-right: 0;
   }

   .u-section-8 .u-layout-cell-3 {
     min-height: 262px;
   }

   .u-section-8 .u-text-6 {
     margin-left: 0;
     margin-right: 0;
   }

   .u-section-8 .u-text-7 {
     margin-left: 0;
     margin-right: 0;
   }
 }

 @media (max-width: 991px) {
   .u-section-8 .u-sheet-1 {
     min-height: 353px;
   }

   .u-section-8 .u-text-1 {
     width: 720px;
   }

   .u-section-8 .u-layout-wrap-1 {
     width: 720px;
   }

   .u-section-8 .u-layout-cell-1 {
     min-height: 100px;
   }

   .u-section-8 .u-layout-cell-2 {
     min-height: 100px;
   }

   .u-section-8 .u-layout-cell-3 {
     min-height: 100px;
   }
 }

 @media (max-width: 767px) {
   .u-section-8 .u-sheet-1 {
     min-height: 453px;
   }

   .u-section-8 .u-text-1 {
     width: 540px;
   }

   .u-section-8 .u-text-2 {
     width: 540px;
   }

   .u-section-8 .u-layout-wrap-1 {
     width: 540px;
   }

   .u-section-8 .u-container-layout-1 {
     padding-left: 10px;
     padding-right: 10px;
   }

   .u-section-8 .u-container-layout-2 {
     padding-left: 10px;
     padding-right: 10px;
   }

   .u-section-8 .u-container-layout-3 {
     padding-left: 10px;
     padding-right: 10px;
   }
 }

 @media (max-width: 575px) {
   .u-section-8 .u-text-1 {
     width: 340px;
   }

   .u-section-8 .u-text-2 {
     width: 340px;
   }

   .u-section-8 .u-layout-wrap-1 {
     width: 340px;
     margin-bottom: 90px;
   }

   .u-section-8 .u-text-8 {
     width: 340px;
   }
   .call_form__data{
    width: 90%;
   }
   .call_form {
     width: 90%;
     height: 300px;
     font-size: 15px;
   }

   .call_form input {
     width: 80%;
   }
   .modal_buttons{
    width: 100%;
    font-size: 15px;

   }
   .modal_buttons input{
    width: 45%;
    font-size: 15px;
   }
 }

@media (max-width: 575px){
  .modal_buttons button{
    font-size: 13px;
}
