html {
  scroll-behavior: smooth; 
}
body { font-family: 'Montserrat', serif; }
    nav{
        height: 70px;
        background-color: #021630 !important;
    }
    .nav-link{
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
    }
    .nav-item{
        margin: 0px 30px;
        margin-bottom: 5px;
    }
    .nav-item.active{
        border-bottom: 2px solid #fff;
    }
    .navbar {
      background: rgba(0,0,0,0.7);
      min-height: 70px;
    }

    .navbar a { color: #fff !important; }

    .navbar-toggler{
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
        position: absolute;
        top:17px;
        right: 20px;
        z-index: 10;
    }
    .hero {
      background: url('images/hero.png') center/cover no-repeat;
      background-size: cover;
      height: 600px;
      position: relative;
      color: #fff;
    }
    .hero.people-page{
      background: url('images/hero2.png') center/cover no-repeat;
    }
    .hero.services-page{
      background: url('images/hero3.png') center/cover no-repeat;
    }
    .hero.about{
       background: url('images/hero4.png') center/cover no-repeat;
    }
    .hero.contacts{
       background: url('images/hero5.png') center/cover no-repeat;
    }
    .hero.policy{
       background: url('images/hero-policy.png') center/cover no-repeat;
    }

    .hero-content {
      position: relative;
      z-index: 2;
      margin-top: 70px;
    }
    .hero-content p{

        margin-bottom: 0;
        font-size: clamp(16px, 3vw, 40px);
        line-height: clamp(20px, 3vw, 44px);
    }

    .section-light {
      background: #eae7e2;
      padding: 80px 0;
      text-align: center;
    }

    .section-dark {
      background: url('images/bg.png') center/cover no-repeat;
      background-size: cover;
      color: #fff;
      padding: 80px 0;
      text-align: center;
    }

    .section-black {
      background: #000;
      color: #fff;
      padding: 80px 0;
      text-align: center;
    }

    .divider {
       
      height: 1px;
      background: #999;
      margin: 20px auto;
    }
    .divider.white{
      background: #fff;
    }
    .border-gray{
        border-bottom: 1px solid #373E3F;
    }
    .people h6{
        font-size: 14px;
        width: 100%;
        text-align: left;
    }
    .people span{
        display: block;
        color: #898A93;
        width: 100%;
        text-align: left;
    }

    .btn-outline-custom {
      border: 2px solid #999;
      color: inherit;
      padding: 10px 35px;
      font-size: 12px;
      border-radius: 0px !important;
      font-weight: 600;
    }
    .btn-outline-custom:hover {
      border: 2px solid #021630;
      background-color: #021630;
      color: #fff;
    }

    .people img {
      width: 100%;
 
      object-fit: cover;
    }
    h3,h2,h1{
        font-family: 'Castoro';
    }
    h3{
      font-size: clamp(24px, 5vw, 36px);
    }
    h2{
        font-size: clamp(28px, 5vw, 54px);
    }
    h1 {
        font-size: clamp(32px, 8vw, 64px);
    }
    p{
        font-size: clamp(14px, 3vw, 20px);
    }
    ul, ol{
        font-size: clamp(14px, 3vw, 20px);
    }
    footer{background:#021630;color:#cfd6df;padding:40px 0;font-size:13px;}
    footer span{
        display: block;
        text-align: left;
        width: 100%;
        font-size: 10px;
    }
    @media(max-width: 992px){
        .navbar-nav{
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            top: 0px;
            position: absolute;
            left: 0;
            width: 100%;
            background: #373E3F;
            height: 100vh;
        }
        .nav-item{
            width: 100px;
            margin: 10px auto;  
        }
        .nav-link{
            text-align: center;
        }
    }

    .toggler-icon,
.toggler-icon::before,
.toggler-icon::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}

.toggler-icon {
 top: 18px;
}

.toggler-icon::before {
  top: -8px;
}

.toggler-icon::after {
  top: 8px;
}

/* состояние КРЕСТИК */
.navbar-toggler:not(.collapsed) .toggler-icon {
  background: transparent;
}

.navbar-toggler:not(.collapsed) .toggler-icon::before {
  transform: rotate(45deg);
  top: 0;
}

.navbar-toggler:not(.collapsed) .toggler-icon::after {
  transform: rotate(-45deg);
  top: 0;
}
  .services {
    border-top: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
  }

  .service-item {
    padding: 30px 25px;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    height: 100%;
  }

  .service-title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #333;
    margin-bottom: 12px;
    text-transform: uppercase;
    line-height: 1.1;
  }

  .section-black .service-title{
    color: #fff !important;
  }
  .service-text {
    font-size: 14px;
    color: #666;
    line-height: 1.1;
    text-align: left;
  }
 .section-black .service-text{
    color: #fff !important;
  }

  @media (max-width: 768px) {
    .service-item {
      padding: 20px;
    }
    .p-5{
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
    .hero{
      height: 360px;
    }
  }

      .custom-box {
      border: 1px solid rgba(255,255,255,1);
      padding: 30px;
      height: 100%;
      text-align: start;
      font-weight: 200;
    }
    .custom-box h5 {
      color: #fff;
      font-weight: 600;
      margin-bottom: 20px;
      text-transform: uppercase;
    }
    .custom-box ul {
      padding-left: 18px;
      font-size: 14px;
      text-align: start;
    }
    .custom-box p{
        font-size: 14px;
    }
    .divider {
      border-right: 1px solid rgba(255,255,255,1);
    }
    .row-divider {
      border-bottom: 1px solid rgba(255,255,255,1);
    }
    .top-line,
    .bottom-line {
      border-top: 1px solid rgba(255,255,255,0.2);
      margin: 0 auto 30px;
      max-width: 900px;
    }

    .bottom-line {
      margin: 30px auto 0;
    }

    .text-block {
 
      margin: 0 auto;
      text-align: center;
      line-height: 1.7;
      font-size: 15px;
    }

    .info-box {
      padding: 25px;
      height: 100%;
    }

    .info-title {
      color: #fff;
      font-weight: 600;
      font-size: 14px;
      text-transform: uppercase;
      margin-bottom: 15px;
    }

    .divider-right {
      border-right: 1px solid rgba(255,255,255,0.2);
    }

    .small-text {
      font-size: 14px;
      line-height: 1.6;
      text-align: left;
    }
    .margin-left{

      margin-left: 17%;
    }
    .w-35{
      width: 35% !important;
    }
      @media (max-width: 1200px) {
   .w-35{
      width: 50% !important;
    }
  }
      @media (max-width: 768px) {
   .w-35{
      width: 100% !important;
    }
    .margin-left {
    margin-left: 0 !important;
    }
    footer .small{
      margin: auto;
    }
    footer .fw-light{
      margin: auto;
    }
  }
  .fs-6{
    font-size: 14px !important;
  }