
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../css/fonts/static/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }


body {
  font-family: Montserrat;
  background-color: #ffffff;
  color: #3c3e3f;
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.site-logo{
padding: 10px;  
box-shadow: 5px 5px 5px 0px #1a909e,  inset 4px 4px 15px 0px #1a909e, 5px 5px 15px 5px rgba(0,0,0,0);
text-align: center;
}
.banner img {
    width: 100%;
    height: auto;
}
h1{
        font-size: 42px;
    color: #1a909e;
    font-weight: 800;
    margin-top: 20px;
}
h1 a{
        font-size: 42px;
    color: #1a909e;
    font-weight: 800;
    margin-top: 10px;
    text-decoration: none;
}
h2{
        font-size: 36px;
    color: #1a909e;
    font-weight: 800;
    margin-top: 10px;
    margin: 20px;
}
h3{
        font-size: 30px;
    color: #1a909e;
    font-weight: 800;
    margin-top: 10px;
     margin: 20px;
}
p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 1em;
  text-align: justify;
  
}
/* Industry Section */
.industry-section {
  padding: 50px 20px;
  background-color: #fff;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.industry-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.industry-image {
  flex: 1;
  position: relative;
}

.industry-image img {
  width: 100%;
  border: 8px solid #006570;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.industry-text {
  flex: 1;
}
.industry-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.stat-box {
  flex: 1;
  min-width: 120px;
  text-align: center;
}

.stat-box h3 {
  font-size: 24px;
  color: #006570;
  margin: 10px 0 5px;
}

/* .stat-box p {
  font-size: 14px;
  color: #666;
} */

.icon {
  font-size: 32px;
  color: #006570;
}

/* Responsive */
/* @media (max-width: 768px) {
  .industry-content {
    flex-direction: column;
  }

  .industry-stats {
    justify-content: space-between;
  }
} */
/* Industry Cards Section */
/* .industry-cards {
  padding: 40px 20px;
  background-color: #fff;
  max-width: 1200px;
  margin: auto;
}

.industry-cards h2 {
  font-size: 24px;
  font-weight: bold;
  color: #222;
  border-bottom: 3px solid #0077b6;
  display: inline-block;
  margin-bottom: 30px;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  width: calc(33.333% - 20px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.card-text {
  padding: 15px;
}

.card-text h4 {
  font-size: 18px;
  color: #0077b6;
  margin-bottom: 8px;
}

.card-text p {
  font-size: 14px;
  color: #555;
} */
  .section-heading {
      border-bottom: 3px solid #0d6efd;
      display: inline-block;
      padding-bottom: 5px;
      margin-bottom: 30px;
    }

    .industry-card {
      transition: transform 0.3s ease;
    }

    .industry-card:hover {
      transform: translateY(-5px);
    }

    .industry-img {
      height: 200px;
      object-fit: cover;
    }

    .shadow-sm {
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    }

/* Responsive */
/* @media (max-width: 992px) {
  .card {
    width: calc(50% - 20px);
  }
}

@media (max-width: 600px) {
  .card {
    width: 100%;
  }
} */
 .slider {
      overflow: hidden;
      position: relative;
      width: 100%;
      background: #fff;
      padding: 20px 0;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    .slider-track {
      display: flex;
      width: calc(320px * 14); /* slide width x number of slides */
      animation: scroll 45s linear infinite;
    }

    .slide {
      flex: 0 0 300px;
      margin: 0 10px;
      background-color: #fff;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .slide img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .slide-content {
      padding: 15px;
    }

    .slide h4 {
      font-size: 16px;
      margin: 0 0 6px;
      color: #333;
    }

    .slide p {
      font-size: 13px;
      color: #555;
      margin: 0;
    }
    .faq-heading{padding: 20px; text-align:center;font-weight:400;font-size:30px;color: #B0171B;}.faq-card{border:1px solid black;border-radius:6px;padding:24px 20px;margin-bottom:12px;list-style:none;position:relative;cursor:pointer;font-size: 18px;}.faq-open-icon{font-size:22px;position:absolute;top:18px;right:24px;font-weight:700}details[open] .faq-open-icon{top:18px;right:24px}details>summary{list-style:none}details>summary::-webkit-details-marker{display:none}details[open] summary{color:#024C92;font-weight:500}details[open] .faq-card-spoiler{display:inline-block;padding-top:8px;color:#585865}.faq-aftertext{text-align:center;color:#8b8b9a}

  .faqs-russia{
	padding-bottom: 30px;
  }
  .footer {
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #006570;
    color: #fff;
    text-align: center;
    padding: 20px;
    clear: both;
    bottom: 0;
    width: 100%;
    font-size: 16px;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.massage img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 50%;
}

    @keyframes scroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

    @media (max-width: 600px) {
      .slide {
        flex: 0 0 250px;
      }

      .slider-track {
        width: calc(250px * 14);
      }

      .slide img {
        height: auto;
      }
    }

@media only screen and (min-width: 320px) and (max-width: 767px){
 .industry-content {
    flex-direction: column;
  }

  .industry-stats {
    justify-content: space-between;
  }
  .card {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px){

}
@media only screen and (min-width: 1200px) and (max-width: 1399px){

}
