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

body{
  /* background: url(../img/Main.jpg); */
  width: 100%;
  height: 100%;
  background-position: top;
  background-size: cover;
  background: #020710;
  overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
}


.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
}

.img{
  width: 100%;
}


.header-block{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0;
}

.header-logo-block{
    z-index: 5555;
}

.navigation-block button{
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  background: transparent;
  border: none;
  color: rgba(245, 245, 245, 1);
  cursor: pointer;

}

.header-item{
  backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;

}

.first-section{
  background: url(../img/header-bg.png);
  background-size: cover;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: top;
  overflow: hidden;
  position: relative;
}

 .snowflake {
      position: absolute;
      bottom: -10px; /* start below screen */
      width: 8px;
      height: 8px;
      background: linear-gradient(180deg, rgb(110, 109, 109) 0%, rgb(65, 59, 59) 100%);
      border-radius: 50%;
      opacity: 0.8;
      animation: rise linear forwards;
      box-shadow: 0px 4px 13px 0px rgba(63, 60, 60, 3.25);

 }

    @keyframes rise {
      from {
        transform: translateY(0);
        opacity: 0.8;
      }
      to {
        transform: translateY(-110vh); /* move up */
        opacity: 0; /* fade */
      }
    }

    .first-block-title h2{
    font-weight: 700;
    font-style: Bold;
    font-size: 96px;
    line-height: 100%;
    text-align: center;
    color: #fff;

    }

    .first-block-title .editor{
    font-weight: normal;
    font-size: 24px;
    line-height: 42px;
    /*text-align: center;*/
    margin-top: 40px;
    padding: 0 22px;
    color: #F9F9F9;
    }

    .first-block-info{
      position: absolute;
      right: 0;
      left: 0;
      margin: auto;
      bottom: 150px;
      max-width: 1400px;
        z-index: 1;
    }

    .about-block h2{
    font-weight: 600;
    font-size: 64px;
    line-height: 100%;
    text-align: center;
     color: #fff;
     max-width: 800px;
     padding-top: 200px;
     margin: 0 auto 63px;

    }

    .about-section{
      background: url(../img/about-bg.png);
      background-position: bottom;
      background-size: cover;
      background-repeat: no-repeat;
    }

    .about-block .editor{
    font-weight: normal;
    font-size: 24px;
    line-height: 42px;
    /*text-align: center;*/
    color: #F9F9F9;
    padding-bottom: 300px;
    }

    .service-section{
      background: url(../img/service-two-bg.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 30% 100%;

    }

    .service-block-title{
      font-weight: 700;
      font-size: 64px;
      line-height: 100%;
      color: #fff;
      margin-bottom: 12px;
      padding-left: 40px;
    }

    .service-block .editor{
    font-weight: normal;
    font-size: 24px;
    line-height: 35px;
    margin: 12.5px 0;
    color: #fff;
    max-width: 750px;

    }

    .block-editor{
      padding-left: 40px;
    }

    .service-item-title{
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    color: rgba(64, 95, 132, 1);
    /*margin: 12.5px 0 17.5px;*/
    max-width: 550px;
    padding: 0 40px;
    background: #040811;
    }

    .service-info{
      border: 1px solid rgba(249, 249, 249, 0.3);
      border-radius: 20px;
      background:#141821;
      padding: 42px 60px 43px 35px;
      margin-top: 17.5px;
      width: 640px;
    }

    .service-item-block .service-item:nth-child(2n) {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .service-item-block .service-item:nth-child(2n) .service-info{
    text-align: right;
    padding: 42px 40px 43px 35px;
  }

  .service-item-block .service-item:nth-child(2n) .service-item-title {
    text-align: right;
  }
  .square{
    /* border: 12px solid #0E151E; */
    border-left: none;
    border-bottom: none;
    width: 840px;
    height: 640px;
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 160px;
    z-index: -2;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;

}

  .service-item{
    position: relative;
    margin-bottom: 180px;
  }


.service-item-block .service-item:last-child .square{
  display: none;
}

.square {
  position: absolute;
  top: 50%;
  right: 160px;
  z-index: -1;
}

/* even items → move to left */
.service-item-block .service-item:nth-child(2n) .square {
  left: 200px;
  right: auto;
}



.square {
  position: absolute;
  top: 50%;
  right: 160px;
  z-index: -1;
}

.service-item-block .service-item:nth-child(2n) .square {
  left: 200px;
  right: auto;
  border-right: none;
}

.rating-block-title{
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  color: #fff;
  /*margin-bottom: 29px;*/

}


.rating-item{
   width: 31%;
  margin-top: 20px;
  padding: 0 22px;

}

.rating-item div{
  padding: 20px;
  background: #151922;
  border: 1px solid #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 97px 61px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;

}

.rating-item div{
  max-width: 330px;
    max-height: 210px;
}

.rating-block{
  display: flex;
  justify-content: space-between;
  margin: 0 -22px 286px;
}

.grad-border {
  height: 1px;
  width: 50%;
  margin: 0 auto;
  display: flex;
}
.left-border, .right-border {
  width: 50%;
  border-bottom: 2px solid #3F5D81;
  display: inline-block;
}
.left-border {
  border-image: linear-gradient(170deg, #000000, #3F5D81) 1;
}
.right-border {
  border-image: linear-gradient(185deg, #000000, #3F5D81) 1;
}

.info-block{
  background: url(../img/info-block-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.info-block-title{
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  margin: 62px;

}

.info-block .editor{
font-weight: normal;
font-size: 24px;
line-height: 42px;
/*text-align: center;*/
color: #F9F9F9;
margin: 280px 0 340px;
max-width: 1390px;

}

.industries-title{
font-weight: 700;
font-size: 64px;
line-height: 100%;
color: #fff;
margin-bottom: 80px;

}



.service-item-block .service-item:last-child .square {
  display: none;
}

.square {
  position: absolute;
  top: 50%;
  z-index: -1;
}

.square.odd {
  right: 160px;
}

.square.even {
  left: 170px;
  top: 60%; /* keep your adjustment */
}

.industrial-block{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.industrial-item{
   width: 33.333%;
   padding: 21px;
}

.industrial-item svg{
  margin-bottom: 74px;
}

.industrial-item h3{
font-weight: 400;
font-size: 24px;
line-height: 100%;
color: #fff;
text-align: center;

}

.industrial-item div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 38px 45px 70px;
   border: 1px solid rgba(249, 249, 249, 1);
  border-radius: 20px;
  background: #131922;
}

.logo-section{
  margin: 150px 0;
}

.logo-section img{
  max-width: 440px;
}

.logo-footer-block{
  display: flex;
  justify-content: center;
}

.our-info{
  margin: 150px auto 0;
  max-width: 1000px;
}


.gradient-text {
  font-weight: bold;
  background: conic-gradient(
    from 90deg at 50% 50%,
    #939393 -121.15deg,
    #FFFFFF 102.12deg,
    #939393 238.85deg,
    #FFFFFF 462.12deg
  );
   -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  text-align: center;
}

.footer-item p{
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #fff;

}

.footer-item{
  display: flex;
    align-items: center;
}

.footer-item:last-child{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-item div{
  display: flex;
    align-items: center;
}

.footer-item p:first-child{
  padding: 5px 5px 5px 0;
}

.footer-item p:first-child,
.footer-item a:first-child{
    color: #9D9D9D;

}

.footer-first-block{
  padding-top: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
}

.footer-text{
  color: rgba(157, 157, 157, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  max-width: 1100px;


}
.footer-text-link{
    color: rgba(157, 157, 157, 1) !important;
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 30px!important;
    max-width: 1100px!important;


}
.footer-info a{
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: rgb(243, 236, 236);
  padding: 10px 0;
  text-decoration: none;

}

.footer-info div:first-child{
  display: flex;
  align-items: baseline;
  padding: 12px 0 10px;
}

.footer-info p{
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: rgba(249, 249, 249, 1);

}

.footer-info button{
  background: transparent;
  border: none;
  color: #fff;
  padding-left: 15px;
  cursor: pointer;
}

.industrial-item div{
  position: relative;
  background: #141821; /* background color */
  border-radius: 20px;
  padding: 40px;
  overflow: hidden;
  transition: background 0.3s ease;
}

/* Spotlight layer */
.industrial-item div::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
    rgba(64, 94, 131, 0.25), /* spotlight color */
    transparent 40%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.industrial-item div:hover::before {
  opacity: 1;
}

.industrial-item h3 {
  margin-top: 20px;
  color: #f9f9f9;
}

.industrial-item svg path {
  fill: #f9f9f9; /* default color */
  transition: fill 0.3s ease;
}

.industrial-item h3 {
  margin-top: 20px;
  color: #f9f9f9; /* default color */
  transition: color 0.3s ease;
}

.industrial-item:hover svg path {
  fill: rgba(64, 95, 132, 1);
}

.industrial-item:hover h3 {
  color: rgba(64, 95, 132, 1);
}

.rating-item {
  position: relative;
  display: inline-block;
  padding: 70px;
  border-radius: 20px;
  overflow: hidden;
  z-index: 0;
  margin: 2px 10px;
  height: auto;
}

.rating-item div{
  border: none;
}

/* rotating gradient border layer */
.rating-item div::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(rgb(27 94 175), rgba(230, 230, 230, 1), rgb(33 97 173));
  animation: rotate 2s linear infinite;
  z-index: -2;
  -webkit-animation: rotate 2s linear infinite;
}

/* mask to keep only the border visible */
.rating-item div::after {
  content: "";
  position: absolute;
  inset: 1px; /* border thickness */
  background: #141821; /* inner background */
  border-radius: 20px;
  z-index: -1;
}

/* image styling */
/* .rating-item img {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
} */

/* rotate animation */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  font-size: 16px;
}
html {
  font-size: 100%;
  font-family: sans-serif;
}

.nav {
  padding: 2rem;
  opacity: 0;
}
.nav__items {
  display: flex;
  flex-direction: column;
}
.nav__items:not(:first-child) {
  margin-top: 4rem;
}
.nav__category {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.125em;
  opacity: 0.5;
}
.nav__item {
  color: white;
  margin-top: 1rem;
  text-decoration: none;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.nav__item::before {
  content: "";
  height: 1px;
  width: 0;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}
.nav__item:hover {
  padding-left: calc(2rem + 1rem);
}
.nav__item:hover::before {
  width: 2rem;
}
.logo {
  position: fixed;
  width: 176px;
  top: 2rem;
  left: 2rem;
  transition: all 0.6s ease-in-out;
}
.logo.scrolled {
  transform-origin: top right;
  left: -8rem;
  top: 2rem;
  transform: rotate(-90deg);
}
.intro {
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.45;
  max-width: 550px;
  margin: 8rem auto 4rem auto;
}
.copy {
  max-width: 550px;
  margin: 0 auto;
  line-height: 1.75;
  padding-bottom: 4rem;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.work-link {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.5rem;
  text-decoration: none;
  color: black;
  z-index: 7777;
}


    button {
      /*padding: 5px;*/
      border: none;
      background: #405E83;
      color: #fff;
      border-radius: 6px;
      cursor: pointer;
      font-size: 16px;
    }

    /* Modal container */
    .modal {
      display: none; /* hidden by default */
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgb(35 43 80 / 60%);
    }

    /* Modal content */
    .modal-content {
      background: #fff;
      margin: 1% auto 1%;
      padding: 40px 40px 77px 40px;
      border-radius: 10px;
      width: 80%;
      max-width: 1200px;
      position: relative;

    }

    /* Close button */
    .close {
      position: absolute;
      top: 30px;
      right: 30px;
      font-size: 50px;
      font-weight: normal;
      color: #405F84;
      cursor: pointer;
    }

    .modal-title {
  font-weight: 500;
  font-size: 64px;
  color: #020710;
  margin-bottom: 25px;


    }

    .modal-text {
      font-size: 16px;
      line-height: 1.5;
      color: #000;
        font-weight: 400;
        max-height: 700px;
        overflow-x: auto;
        padding-right: 25px;

    }

    .modal-text ul{
        padding-left: 40px;
    }


#menuToggle {
      /*position: fixed;*/
      /*top: 20px;*/
      /*right: 20px;*/
      z-index: 1100;
      background: transparent;
      color: #fff;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      font-size: 20px;
    }

    /* Overlay menu */
    .menu-overlay {
      position: fixed;
      top: 0;
      right: 0;
      width: 100%;
      height: 100vh;
      background: url(../img/Main.png);
      color: white;
      display: flex;
      justify-content: flex-end;
      /* align-items: center; */
      transform: translateX(-100%);
      transition: transform 0.6s ease-in-out;
      z-index: 1000;
      overflow: hidden;
    }

    .menu-overlay.open {
      transform: translateX(0);
    }

    /* Menu list */
    .menu-overlay ul {
      list-style: none;
      padding: 100px 30px 0 0;
      margin: 0;
      text-align: center;
    }

    .menu-overlay li {
      font-size: 64px;
      margin: 20px 0;
      opacity: 0;
      transform: translateY(100px);
      transition: all 0.6s ease;
      text-align: end;
    }

    /* Animate li items one by one */
    .menu-overlay.open li {
      opacity: 1;
      transform: translateY(0);
    }

    .menu-overlay.open li:nth-child(1) { transition-delay: 0.2s; }
    .menu-overlay.open li:nth-child(2) { transition-delay: 0.4s; }
    .menu-overlay.open li:nth-child(3) { transition-delay: 0.6s; }
    .menu-overlay.open li:nth-child(4) { transition-delay: 0.8s; }
    .menu-overlay.open li:nth-child(5) { transition-delay: 1s; }
    .menu-overlay.open li:nth-child(6) { transition-delay: 1.2s; }

    .menu-overlay li a:hover{
        color: #405F84 !important;
    }

.industrial-block .swiper-wrapper{
  display: flex;
  flex-wrap: wrap;
}

.swiper-wrapper{
    justify-content: space-around;
}

.footer-text p{
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #9D9D9D;
}

strong{
    color: #405f84;
}


.rating-editor{
    font-weight: normal;
    font-size: 24px;
    line-height: 35px;
    margin: 12.5px 0;
    color: #fff;

}



    /* Responsive */

@media all and (max-width: 1800px){
    .service-section{
        background-position: 140% 102%;
    }
}


@media all and (max-width: 1500px){
    .container{
        max-width: 100%;
        padding: 0 30px;
    }
    .service-section{
        background-position: 200% 102%;
    }
}

@media all and (max-width: 1300px){
    .service-section{
        background-position: 300% 102%;
    }
}

@media all and (max-width: 1199px){
  .menu-overlay li {
      font-size: 32px;
  }
  .first-block-title h2{
    font-size: 32px;
    max-width: 460px;
    margin: auto;
    line-height: 100%;
  }
  .first-block-info{
    bottom: 200px;
  }
  .first-block-title .editor{
    font-size: 16px;
    line-height: 25px;
  }
  .first-section{
    height: 700px;
  }
  .about-block h2{
    font-size: 24px;
    padding-top: 50px;
    margin: 0 auto 54px;
  }
  .about-block .editor{
    font-size: 16px;
    line-height: 25px;
  }
  .service-info{
    width: 500px;
    padding: 17px 23px;
  }
  .service-item{
    margin-bottom: 110px;
  }
  .rating-item div{
    padding: 46px 62px;
  }
  .rating-block-title{
    /*font-size: 24px;*/
  }
  .service-block-title{
    font-size: 24px;
  }
  .service-block .editor{
    font-size: 16px;
    max-width: 450px;
  }
  .service-item-title{
    font-size: 20px;
    max-width: 335px;
    line-height: 25px;
  }
  .rating-block{
    margin: 0 -0 150px;
  }
  .info-block-title{
    font-size: 24px;
    max-width: 550px;
    line-height: 25px;
    margin: 25px auto;
  }

  .info-block .editor{
    margin: 150px 0;
  }
  .industries-title{
    font-size: 24px;
    margin-bottom: 22px;
  }
  .industrial-item h3{
    font-size: 16px;
    margin-top: 0;
  }
  .industrial-item svg{
    margin-bottom: 5px;
    max-width: 70px;
  }
  .industrial-item div{
    padding: 25px 27px 31px;
  }

  .logo-footer-block{
    max-width: 270px;
    margin: 150px auto;
  }
  .gradient-text{
    font-size: 32px;
    line-height: 35px;
    max-width: 460px;
    margin: auto;
  }
  .modal-content{
    padding: 40px 33px;
  }
  .modal-title{
    font-size: 24px;
  }
    .service-item-block .service-item:nth-child(2n) .square{
        display: none
    }
    .square{
        display: none;
    }
    .service-item-title{
        background: transparent;
    }
    .service-item-title {
        padding: 0 17px;
    }
    .block-editor{
        padding: 0 17px;
    }
    .service-block-title{
        padding-left: 17px;
    }
    .rating-item div{
        padding: 10px;
    }
    .rating-item{
        padding: 35px;
    }
    .service-section{
        background: url("../img/service-two-bg.png") !important;
        background-repeat: no-repeat !important;
        background-position: 17% 99% !important;
    }


}

@media all and (max-width: 767px){
    .first-section{
        background-position: right;
    }
    .zoomable:hover {
        transform: none !important;
    }

}




@media all and (max-width: 575px){
  .menu-overlay li {
      font-size: 24px;
  }
    .container{
        max-width: 100%;
        padding: 0 15px;
    }
    .service-info{
      margin-top: 0;
    }
    .about-block h2{
      font-size: 20px;
      max-width: 285px;
    }
    .first-block-title h2{
      font-size: 22px;
      max-width: 320px;
      line-height: 35px;
    }
    .first-block-info {
        bottom: 100px;
    }
    .first-section{
      height: 600px;
    }
    .about-block .editor {
      padding-bottom: 150px;
    }
    .service-block .editor{
      line-height: 25px;
    }
    .service-info {
        width: 300px;
        padding: 23px 17px;
    }
     .service-item{
        margin-bottom: 80px;
    }
    .service-item-block .service-item:nth-child(2n) .service-info{
      padding: 23px 17px;
    }
    .rating-block-title {
        font-size: 20px;
    }
    .rating-item img{
      max-width: 70px;
    }
    .rating-block {
        display: block;
        margin: 0 0 100px;
    }
    .info-block .editor {
        margin: 100px 0;
    }
    .info-block-title{
      font-size: 20px;
    }
    .industries-title{
      font-size: 20px;
    }
    .logo-section img{
      max-width: 230px;
    }
    .logo-footer-block{
      margin: 100px auto 60px
    }
    .gradient-text{
      font-size: 24px;
      max-width: 320px;
    }
    .logo-section{
      margin: 100px 0 135px;
    }
    .footer-item:last-child{
      flex-direction: column;
    }
    .footer-first-block{
      display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
    /*.footer-item{*/
    /*  margin-bottom: 15px;*/
    /*}*/
    .footer-item div{
      margin-bottom: 15px;
    }
    .footer-info div:first-child{
      display: flex;
        flex-direction: column-reverse;
        align-items: center;
      margin: auto;
      text-align: center;
    }
    .footer-text{
      text-align: center;
    }
    .footer-info a{
      display: flex;
      justify-content: center;
      align-items: center;
      margin: auto;
      padding-bottom: 11px;
    }
    .industrial-block {
    display: block;
    }
    .industrial-block .swiper-wrapper{
      display: flex;
      flex-wrap: nowrap;
    }
    .info-block .editor {
        line-height: 30px;
        font-size: 16px;
    }
    .rating-editor{
        font-size: 16px;
        line-height: 30px;
    }
    .industrial-item div{
        padding: 15px 27px 30px;
    }
    .industrial-item img{
        max-width: 48px;
        margin-bottom: 30px !important;
    }

    .rating-pagination,
    .industrial-pagination {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    /* Bullet styles */
    .rating-pagination .swiper-pagination-bullet,
    .industrial-pagination .swiper-pagination-bullet {
        background: #000;
        border: 1px solid #405F84;
        opacity: 1;
        width: 12px;
        height: 12px;
        margin: 0 6px;
        border-radius: 50%;
    }

    /* Active bullet */
    .rating-pagination .swiper-pagination-bullet-active,
    .industrial-pagination .swiper-pagination-bullet-active {
        background: #405F84;
        border-color: #000;
    }
    .footer-item p {
        font-size: 14px;
        line-height: 20px;
    }
    .footer-info div p:first-child{
        margin: 10px 0 0;
    }
    .footer-info button{
        margin-top: 15px;
    }
    .header-logo-block svg{
        max-width: 84px;
    }
    .header-block{
        padding: 4px 0;
    }
    #menuToggle{
        font-size: 16px;
    }
    .menu-overlay {
    top: 0;
    }
    .rating-item{
        margin: 0;
    }
    .modal {
        top: 5px;
    }
    .modal-content {
        padding: 15px 20px;
    }
    .close {
        top: 7px;
        right: 10px;
        font-size: 40px;
    }
    .rating-item{
        padding: 15px;
    }
    .service-item-title{
        margin: 12.5px 0 17.5px;
    }
    .footer-text p:first-child{
        margin-bottom: 15px !important;
    }
    .modal-text{
        max-height: 650px;
        padding-right: 0;
       height: 90%;
        padding-bottom: 40px;
    }
    .modal-content {
        width: 90%;
    }



    }

@media all and (max-width: 420px){
    .info-block-title {
        max-width: 300px;
    }
}

.industrial-item svg image {
    filter: grayscale(1) brightness(1);
    transition: filter 0.3s ease;
}

.industrial-item:hover svg image {
    filter: brightness(0) saturate(100%) invert(36%) sepia(5%) saturate(3412%) hue-rotate(173deg) brightness(98%) contrast(97%);
}
