/*
Theme Name: spektr - 2026 
Theme URI:  
Description: The original prostu.ru  theme.
Version: 2026
Author: alisa
*/

/* CSS Document */




  /*Убрать обводку браузера*/
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
outline: 0!important;
outline-color: transparent!important;
outline-width: 0!important;
outline-style: none!important;
box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
}
/*Конец Убрать обводку браузера*/
:focus {
    outline-style: none;
   /* outline-width: 0px !important;  */
    outline-color: none !important;
}

 @media only screen and  (min-width: 2000px) { 

.lg100.w-100 {
max-width: 2000px;
    height: auto;
    margin: 0 auto;
}
}


.container-custom {
  width: 100%;
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 1199.98px) {
  .container-custom {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.paddingnone {
padding-left: 0px;
padding-right: 0px;
}

.row {
margin-left: 0px;
margin-right: 0px;
}

  :root {
      --dark: #1f3447;
      --dark-2: #142536;
      --blue: #8fa8c2;
      --light-blue: #c8dde8;
      --text: #101820;
      --muted: #5d6872;
      --section-line: #d8e3ea;
    }
    
    @font-face {
  font-family: "Gotham";
  src: url("fonts/GOTHAM-BOOK.TTF") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("fonts/GOTHAM-BOLD.TTF") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      font-family: "Gotham", Arial, Helvetica, sans-serif;
      color: var(--text);
      background: #fff;
      line-height: 1.45;
      font-size: 24px;
    }

    a {
      text-decoration: none;
    }

    img {
      max-width: 100%;
      display: block;
    }

      .cookie-popup {
        display: none;
        left: 0px !important;
        right: 0px !important;
        font-size: 12px !important;
        padding: 10px !important;
        width: 100%;
        position: fixed;
        z-index: 100;
        background: #fff;
        text-align: center;
        bottom: 0;
    }

    .cookie-popup p {
        margin: 0;
        font-size: 14px;
    }

    .cookie-popup button {
        margin-top: 10px;
        padding: 5px 10px;
        background-color: #ff0909;
        color: #fff;
        border: none;
        border-radius: 3px;
        cursor: pointer;
    }

 
 
.container-custom {
  width: 100%;
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 1199.98px) {
  .container-custom {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

  

    /* Header */

    .site-header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 50;
      background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.85) 35%,
    rgba(0, 0, 0, 0.45) 70%,
    rgba(0, 0, 0, 0) 100%
  );
      border-bottom: 1px solid #fff;
      backdrop-filter: blur(4px);
          padding-bottom: 15px;
    padding-top: 15px;
    }
    
    .allpage .site-header {
     background: #fff;
     border-bottom: 1px solid #000;
    }
    
    
    .bigcont {
     margin-top: 200px;
    }

    .navbar {
      min-height: 76px;
      padding-top: 0;
      padding-bottom: 0;
    }

    .logo {
      width: 305px;
      height: auto;
    }

    .navbar-nav .nav-link {
      color: #fff; 
      text-transform: uppercase;
      letter-spacing: .05em;
      padding-left: 16px !important;
      padding-right: 16px !important;
      opacity: .9;
    }

    .navbar-nav .nav-link:hover {
      color: var(--light-blue);
    }
    
    .allpage .navbar-nav .nav-link {
      color: #000; 
      }

    .phone-badge  {
      position: relative;
      display: inline-flex;
      align-items: center;
      min-height: 58px;
      padding: 15px 20px 0 178px;
       background: url(img/phone.png) 0px 15px no-repeat;
      color: #fff;
          font-size: 30px;
      font-weight: 800;
      white-space: nowrap;
      
    }
    
   

    
    .navbar-toggler {
      border-color: rgba(255,255,255,.45);
    }

    .navbar-toggler-icon {
     /* filter: invert(1); */
    }
    
    .allpage .navbar-toggler-icon {
    filter: invert(0);
}

    /* Hero */

    .hero {
      position: relative;
      min-height: 100vh;
      display: flex;
      align-items: center;
      overflow: hidden;
      color: #fff;
      background: #111;
    }

    .hero-video,
    .hero-fallback {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .hero-fallback {
      background:
        linear-gradient(90deg, rgba(0,0,0,.58), rgba(0,0,0,.78)),
      
    }

    .hero-video {
      z-index: 0;
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(0,0,0,.64) 0%, rgba(0,0,0,.45) 42%, rgba(0,0,0,.86) 100%),
        rgba(0,0,0,.12);
      z-index: 1;
    }

    .hero-content {
      position: relative;
      z-index: 2;
      padding-top: 80px;
    }

    .hero-title-wrap {
      position: relative;
      padding-left: 82px;
    }

  .accent-stripes {
    background: url(img/line.svg) 0px 15px no-repeat;
    padding-left: 130px;
    background-size: 103px;
}

   

    .hero h1 {
       
      margin: 0 0 28px;
      font-size: 100px;
      line-height: .98;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: -.03em;
    }

    .btn-main {
      border: 0;
      border-radius: 0;
      background: #c6dbe8;
      color: #163047;
      font-weight: 800;
      
      text-transform: uppercase;
      padding: 13px 22px;
    }

    .btn-main:hover {
      background: #9eb8cc;
      color: #fff;
    }

    /* Sections */

    .section {
      padding: 58px 0;
    }

    .section-title {
      position: relative;
      margin-bottom: 36px;
      padding-left: 40px;
      font-size: 72px;
      font-weight: 900;
      line-height: 1.1;
      text-transform: uppercase;
      letter-spacing: -.02em;
    }


    .section-title span {
    color: #6f85a0;
    }
    
    
    .section-title::before {
      content: "";
      position: absolute;
      left: 0;
      top: 13px;
      width: 20px;
      height: 55px;
      background: var(--light-blue);
    }
    
    
     .allpage h1 {
      position: relative;
      margin-bottom: 36px;
      padding-left: 40px;
      font-size: 72px;
      font-weight: 900;
      line-height: 1.1;
      text-transform: uppercase;
      letter-spacing: -.02em;
    }

    .low h1 {
        text-transform: none;
    }

    .allpage h1 span {
    color: #6f85a0;
    }
    
    
    .allpage h1::before {
      content: "";
      position: absolute;
      left: 0;
      top: 13px;
      width: 20px;
      height: 55px;
      background: var(--light-blue);
    }

    .allpage h2 {
      position: relative;
      margin-bottom: 36px;
      padding-left: 40px;
      font-size: 72px;
      font-weight: 900;
      line-height: 1.1;
      text-transform: uppercase;
      letter-spacing: -.02em;
      margin: 40px 0px 60px 0px;
    }


    table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #b7d1e3;;
}

table tr:nth-child(odd) {
  background-color: #b7d1e3;
}

table tr:nth-child(even) {
  background-color: #fff;
}

table td {
  padding: 10px 14px;
}

    .allpage h2 span {
    color: #6f85a0;
    }
    
    
    .allpage h2::before {
      content: "";
      position: absolute;
      left: 0;
      top: 13px;
      width: 20px;
      height: 55px;
      background: var(--light-blue);
    }



    .about-text {
       
    
      color: #283642;
    }

    .about-image-wrap {
      position: relative;
      
      margin-left: auto;
    }

   
    .about-image-wrap img {
      width: 100%;
      aspect-ratio: 1.08 / 1;
      object-fit: cover;
    }

    .separator {
      border-top: 1px solid var(--section-line);
      margin-top: 58px;
    }

   .why-section {
  padding-top: 0;
}

.why-slider-wrapper {
  position: relative;
}

.why-slider {
  overflow: hidden;
  width: 100%;
}

.why-track {
  display: flex;
  transition: transform .45s ease;
  will-change: transform;
}

.why-slide {
  flex: 0 0 33.333333%;
  padding: 0 12px;
}

 
.why-card {
      height: 100%;
      display: flex;
      gap: 18px;
      padding: 18px 14px;
    }

    .why-image {
      flex: 0 0 56px;
      color: #7893af;
      font-size: 42px;
      line-height: 1;
    }

 
 

 

.why-card-body {
 /* display: flex;
  gap: 16px;    
  padding: 18px 0 8px; */ 
}

 

.why-card h3 {
  margin: 0 0 8px;
  
  line-height: 1.05;
  font-weight: 900;
  text-transform: uppercase;
}

.why-card p {
  margin: 0;
 
  color: #44515c;
}

.why-slider-btn {
  position: absolute;
  top: 38%;
  z-index: 5;
  width: 42px;
  height: 42px;
  border: 1px solid #d8e3ea;
  border-radius: 50%;
  background: #fff;
  color: #6f85a0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 16px rgba(0,0,0,.08);
}

.why-slider-btn:hover {
  background: #c8dde8;
  color: #163047;
}

.why-slider-prev {
  left: -52px;
}

.why-slider-next {
  right: -52px;
}

 

@media (max-width: 1199.98px) {
  .why-slider-prev {
    left: -18px;
  }

  .why-slider-next {
    right: -18px;
  }
}

@media (max-width: 991.98px) {

.allpage h1, .allpage h2 {
 
    font-size: 22px;
 
}
  .bordgray {
      margin-bottom: 30px;
  }

.gallery-item img {
    border: 2px solid #cfcfcf;
    width: 95%;
    height: auto;
}

.bigcont {
    margin-top: 100px;
}
#ssttbutton {
    font-size: 22px !important;
    right: 0px !important;
}

.allpage h1::before, .allpage h2::before {
    top: 3px;
    }

  .why-slide {
    flex-basis: 50%;
  }
}

@media (max-width: 767.98px) {
  .why-slide {
    flex-basis: 100%;
  }

  .why-slider-btn {
    top: 34%;
  }

  .why-slider-prev {
    left: 8px;
  }

  .why-slider-next {
    right: 8px;
  }
}

@media (max-width: 575.98px) {
  .why-slide {
    padding: 0;
  }

  .why-image {
    height: 220px;
  }
}
    /* Services */

    .section-head-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      margin-bottom: 28px;
    }

    .section-head-row .section-title {
      margin-bottom: 0;
    }

    .more-link {
      color: #111;
     
      font-weight: 800;
    }

   .service-card {
  position: relative;
  min-height: 555px;
  height: 555px;
  overflow: hidden;
  background: #738ca8;
}


.service-card.gray {
background: #5d5e62;
}

.service-card.blue {
background: #b7d0df;
}

.service-card img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 80%;
  transition: transform .35s ease;
}

.service-card:hover img {
  transform: scale(1.04);
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(143,168,194,.2), rgba(0,0,0,.05));
}

.service-title {
  position: absolute;
  left: 28px;
  top: 28px;
  z-index: 2;
  max-width: 82%;
  color: #05090d;
  font-size: 48px;
  line-height: 1.05;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.01em;
}

.service-title::before {
  content: "";
  position: absolute;
  left: -28px;
  top: -3px;
  width: 10px;
  height: 95px;
  background: #fff;
}
    /* Numbers */

    .numbers-section {
      padding-top: 22px;
      padding-bottom: 64px;
    }

    .number-item {
      text-align: center;
      padding: 16px 10px;
    }

    .number-value {
      color: #6f85a0;
      font-size: clamp(58px, 8vw, 88px);
      font-weight: 900;
      line-height: 1;
      letter-spacing: -.04em;
    }

    .number-label {
      margin-top: 14px;
      
      font-weight: 900;
      line-height: 1.15;
      text-transform: uppercase;
    }

    /* Promo */

    .promo {
      background: var(--dark);
      color: #fff;
      overflow: hidden;
    }

    .promo-image {
      min-height: 420px;
      height: 100%;
      
    }

    .promo-content {
      position: relative;
      padding: 84px 40px 74px 86px;
    }

   .promo-content  span {
   color: #c8dde8;
         }

    .promo-content .accent-stripes {
      left: 0;
      top: 56px;
      transform: scale(.9);
    }

    .promo h2 {
      margin: 0 0 28px;
      color: #c8dde8;
      font-size: 72px;
      line-height: 1.05;
      font-weight: 900;
      text-transform: uppercase;
    }

    .promo p {
      max-width: 420px;
      margin-bottom: 30px;
      color: #fff;
    
      line-height: 1.18;
      font-weight: 600;
    }
 
 
 .bordgray {
  border: 1px solid #b7b7b7;
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: contain;
 }
 
 .vcenter {
 align-items: center;
 }
 
 .equipment-slider-wrapper {
  position: relative;
}

.equipment-slider {
  overflow: hidden;
  width: 100%;
}

.equipment-track {
  display: flex;
  transition: transform .45s ease;
  will-change: transform;
}

.equipment-slide {
  flex: 0 0 33.333333%;
  padding: 0 12px;
}

.equipment-card {
  height: 100%;
}

.equipment-img {
  border: 1px solid #d9dfe4;
  background: #fff;
  padding: 16px;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.equipment-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.equipment-title {
  position: relative;
  margin-top: 14px;
  padding-left: 16px;
  
  line-height: 1.12;
  font-weight: 900;
}

.equipment-card a {
 color: #000;
 
}

.mb100 {
margin-bottom: 100px;
}

.equipment-card a  img  {
transition: transform .35s ease;
}

.equipment-card a:hover img {
  transform: scale(1.1);
}

.equipment-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 7px;
  height: 34px;
  background: #c8dde8;
}

.equipment-title span {
  color: #6f85a0;
}

.equipment-slider-btn {
  position: absolute;
  top: 38%;
  z-index: 5;
  width: 42px;
  height: 42px;
  border: 1px solid #d8e3ea;
  border-radius: 50%;
  background: #fff;
  color: #6f85a0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 16px rgba(0,0,0,.08);
}

.equipment-slider-btn:hover {
  background: #c8dde8;
  color: #163047;
}

.equipment-slider-prev {
  left: -52px;
}

.equipment-slider-next {
  right: -52px;
}

@media (max-width: 1199.98px) {
  .equipment-slider-prev {
    left: -18px;
  }

  .equipment-slider-next {
    right: -18px;
  }
}

@media (max-width: 991.98px) {
  .equipment-slide {
    flex-basis: 50%;
  }
  body {
font-size:  18px;
  }
  
  .section-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 10px;
    height: 35px;
    background: var(--light-blue);
}
.section-title {
 
    padding-left: 20px;
    }
    .why-card p {
    margin: 0;
    color: #44515c;
    font-size: 16px;
}
}

@media (max-width: 767.98px) {
  .equipment-slide {
    flex-basis: 100%;
  }

  .equipment-slider-btn {
    top: 35%;
  }

  .equipment-slider-prev {
    left: 8px;
  }

  .equipment-slider-next {
    right: 8px;
  }
}

@media (max-width: 575.98px) {
  .equipment-slide {
    padding: 0;
  }

  .equipment-img {
    height: 220px;
  }
}

    /* Footer */

    .footer {
      background: var(--dark);
      color: #fff;
      padding-top: 42px;
    }

    .footer-logo {
      width: 301px;
    }

    .footer a {
      color:  #fff;
     
    }

    .footer a:hover {
      color:  #dce7ef;
    }

    .footer-title {
      color: #b7d0df !important;
          display: block;
      
      text-transform: uppercase;
      margin-bottom: 16px;
    }

    

    .footer-menu {
      display: grid;
      gap: 11px;
    }

    .footer-phone {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 220px;
      min-height: 58px;
    padding: 15px 20px 0 178px;
     
      color: #fff !important;
      font-weight: 900;
    background: url(img/phone.png) 0px 15px no-repeat;
    
    }

    .footer-contacts {
      
      line-height: 1.45;
      text-align: right;
    }

    .footer-bottom {
      margin-top: 38px;
      padding: 16px 0;
      border-top: 2px solid rgba(255,255,255,1);
      color: #fff;
      font-size: 16px;
   
    }


    /*---allpage---*/
    
    .contacts__phone {
     color: #000;
     font-weight: 700;
     font-size: 36px;
    }
    
    .contacts__phone i, .contacts__item i,  .contacts__email i  {
    color: #6b809b;
    }
    
    .contacts__route {
     color: #6b809b;
     font-weight: 700;
     margin-top: 30px;
     display: block;
     text-decoration: underline;
    }
    
    .contacts__route:hover {
    text-decoration: none;
    }
    
    .contacts__caption {
     margin-bottom: 10px;
    }
    
    
    .contacts__email {
    color: #000;
    }
    /* Adaptive */

    @media (max-width: 1199.98px) {
      .carousel-control-prev {
        left: -18px;
      }

      .carousel-control-next {
        right: -18px;
      }
    }

    @media (max-width: 991.98px) {
      .site-header {
        background: rgba(8, 12, 16, .9);
      }

      .navbar-collapse {
        padding: 18px 0 22px;
      }

      .phone-badge {
        margin-top: 12px;
        padding: 0px;
        background: none;
      }

      .hero {
        min-height: 620px;
      }

      .about-image-wrap {
        margin: 36px auto 0;
      }

      .promo-content {
        padding: 70px 32px 70px 86px;
      }

      .footer-contacts {
        text-align: left;
      }
    }

    @media (max-width: 767.98px) {
      .navbar {
        min-height: 66px;
      }

      .logo {
        width: 118px;
      }

      .hero {
        min-height: 560px;
      }

      .hero-title-wrap {
        padding-left: 58px;
      }

      .accent-stripes {
        width: 100%;
        /*height: 120px; */
         background: none; 
      }

      .accent-stripes::before,
      .accent-stripes::after,
      .accent-stripes span {
        width: 13px;
        height: 92px;
      }

      .accent-stripes span {
        left: 15px;
      }

      .accent-stripes::after {
        left: 30px;
      }

      .section {
        padding: 42px 0;
      }

      .section-head-row {
        align-items: flex-start;
        flex-direction: column;
      }

      .service-card,
      .service-card img {
        min-height: 220px;
        height: 270px;
      }
      
      .promo h2 {
 
    font-size: 32px;
    }
      
      
      .service-title {
      font-size: 20px;
      left: 10px;
      }

      .promo-image {
        min-height: auto;
      }
      
      .footer-phone {
 
    min-height: auto;
     padding: 0px;  
   background: none;     
}

.fmsmall {
 display: none;
}

      .promo-content {
        padding: 54px 24px 54px 70px;
      }

      .promo p {
        font-size: 18px;
      }

      .equipment-img {
        height: 220px;
      }

      .carousel-control-prev,
      .carousel-control-next {
        display: none;
      }
    }

    @media (max-width: 575.98px) {
      .phone-badge {
        width: 100%;
        justify-content: center;
      }

      .hero h1 {
        font-size: 26px;
      }

      .hero-title-wrap {
        padding-left: 0;
      }

      .hero-title-wrap .accent-stripes {
        display: none;
      }

      .section-title {
        font-size: 28px;
      }

      .why-card {
        padding-left: 0;
        padding-right: 0;
      }

      .number-value {
        font-size: 58px;
      }

      .promo-content {
        padding-left: 24px;
      }

      .promo-content .accent-stripes {
        display: none;
      }
    }

.noleftpadding {
padding-left: 0;
}
.moreobor {
margin-top: 1em;
}