.service {
   position: relative;
}

.item-servise {
   background: #FFFFFF;
   border: 1px solid #E9E9E9;
   border-radius: 4px;
   padding: 10px;
   display: flex;
   max-width: 770px;
   width: 100%;
   font-family: 'Proxima Nova';
}

.item-servise:not(:first-child) {
   margin-top: 20px;
}

.item-servise__img {
   width: 100px;
   height: 100px;
   display: flex;
   justify-content: center;
   align-items: center;
}

.item-servise__body {
   margin-left: 20px;
   display: flex;
   flex-direction: column;
   max-width: 500px;
   font-size: 18px;
   line-height: 22px;
}

.item-servise__title {
   font-weight: 700;
   color: #616161;
}

.item-servise__link {
   color: #F56505;
   font-size: 16px;
   line-height: 19px;
   margin-top: 10px;
   display: flex;
   align-items: center;
   cursor: pointer;
}

.item-servise__link svg {
   transition: transform 0.4s;
}

.item-servise__link:hover svg {
   transform: translateX(10px);
   transition: transform 0.4s;
}

.item-servise__link svg {
   margin-left: 5px;
}

.item-servise__link {
   display: flex;
}

.service__block {
   position: relative;
   z-index: 2;
}

.service__bg {
   width: 100%;
   height: 100%;
   position: absolute;
   right: 0;
   top: 0;
   background-repeat: no-repeat;
   z-index: 1;
   background-position: top right;
}

/* SERVICE BANNER -------------<*/

.service-banner {
   background: #FFFFFF;
   border: 1px solid #E9E9E9;
   border-radius: 4px;
   width: 100%;
   padding: 40px;
   margin-top: 90px;
   /* background-image: url(../img/service-banner.png);
   background-repeat: no-repeat;
   background-position: top right; */
   position: relative;
}

.service-banner-img {
   position: absolute;
   right: 0;
   top: 0;
   z-index: 1;
   width: 575px;
   height: 100%;
   background: linear-gradient(96.62deg, #FFFFFF 15.43%, rgba(255, 255, 255, 0) 94.8%), no-repeat right top url(../img/service-banner.jpg);
}

.service-banner__title {
   font-family: 'Proxima Nova';
   font-weight: 700;
   font-size: 40px;
   line-height: 49px;
   text-transform: uppercase;
   color: #414141;
   max-width: 570px;
   position: relative;
   z-index: 2;
}

.banner-text-orange {
   color: #F56505;
}

.service-button.orange-button {
   margin-top: 24px;
   position: relative;
   z-index: 2;
   width: 320px;
   text-align: center;
}

@media(max-width: 850px) {
   .service-banner-img {
      background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 136.31%), url(../img/service-banner.jpg);
      top: unset;
      bottom: 0;
      width: 100%;
      height: 250px;
      background-size: cover;
      background-repeat: no-repeat;
   }

   .service-banner {
      height: 560px;
   }

   .service-button.orange-button {
      margin-bottom: 15px;
   }

}

@media(max-width: 475px) {
   .service-banner {
      padding: 15px;
      height: 360px;
   }

   .service-banner__title {
      font-size: 28px;
      line-height: 34px;
   }

   .service-button.orange-button {
      width: 100%;
      padding: 16px 0;
   }

   .service-banner-img {
      height: 130px;
   }

   .item-servise {
      flex-direction: column;
      align-items: center;
      text-align: center;
   }

   .item-servise__img {
      margin-bottom: 10px;
   }

   .item-servise__link {
      justify-content: center;
   }

   .item-servise__text,
   .item-servise__link {
      font-size: 16px;
      line-height: 19px;
   }
}

/* SERVICE BANNER ------------->*/



/* DETAIL -------------------------------------------------------------------------------------------< */
.service-detail {
   font-family: 'Proxima Nova';
   font-size: 18px;
   line-height: 22px;
   color: #616161;
   position: relative;
}

.service-detail__title {
   font-weight: 700;
}

.service-detail__block {
   max-width: 760px;
   width: 100%;
   background: #FFFFFF;
   border: 1px solid #E9E9E9;
   border-radius: 4px;
   padding: 10px;
}

.service-detail__text {
   margin-top: 20px;
}

.service-detail .container {
   z-index: 2;
   position: relative;
}

.service__bg--mobile {
   display: none;
}

.service-detail .title span {
   position: relative;
   z-index: 2;
}

.service-detail .title {
   position: relative;

}

@media(max-width: 1000px) {
   .service-detail__block {
      max-width: 600px;
   }
}

@media(max-width: 800px) {
   .service__bg--desc {
      display: none;
   }

   .service__bg--mobile {
      display: block;
   }

   .service-detail .title {
      padding: 25px 10px;
   }

   .service-detail__container.container {
      padding: 0;
   }

   .service-detail__block {
      border: unset
   }
}

@media(max-width: 475px) {
   .service-detail {
      font-size: 16px;
      line-height: 19px;
   }

}

/* DETAIL -------------------------------------------------------------------------------------------> */

.service-swiper-slide {
   background: #FFFFFF;
   border: 1px solid #E9E9E9;
   border-radius: 4px;
   height: auto;
   display: flex;
   flex-direction: column;
   transition: 0.3s;
}

.service-swiper-slide:hover {
   filter: drop-shadow(0px 6px 14px rgba(0, 0, 0, 0.25));
   border: 1px solid #F56505;
   transition: 0.3s;
}

.service-swiper-slide__image {
   height: 110px;
   width: 100%;
   background-size: cover;
}

.service-swiper-slide__title {
   font-weight: 700;
   font-size: 16px;
   line-height: 19px;
   text-transform: uppercase;
   color: #414141;
   padding: 15px 15px 0px 15px;
   margin-bottom: 25px;
}

.service-swiper-slide__link {
   display: flex;
   align-items: center;
   font-size: 16px;
   line-height: 19px;
   color: #F56505;
   margin-top: auto;
   justify-content: flex-end;
   padding: 0px 15px 20px 15px;

}

.service-swiper-slide__link svg {
   margin-left: 10px;
}

.service-news-title {
   margin-top: 90px;
}
.container-about-logos{
   margin-top: 90px;
   position: relative;
}
.about-logos-item{
   width: 236px;
   height: 95px;
   border-radius: 4px;
   display: flex;
   align-items: center;
   justify-content: center;
   color: #BFBFBF;
   transition: .4s;
   cursor: pointer;

}
.about-logos-item:hover{
   background-color: #F4F4F4;
   color: #F56505;
}
.swiper-about{
   margin-top: 20px;
}
.service-detail-wrapper .orange-button{
   margin-top: 20px;
}
/* .service-detail-wrapper{
   max-width: 1240px;
} */