* {
    box-sizing: border-box;
  }
  
  html, body {
    font-family: 'Montserrat', sans-serif;
    background: #1A2A37;
    color: white;
  }
  
  img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  
  .container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 100px;
  }

  .header__items {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 20px;
    border-bottom: solid 1px #ffffff;
  }

  .header__vk {
    margin-left: 19px;
  }

  .header__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0px;
  border-bottom: solid 1px #ffffff;
  }

  .header__logo {
  display: flex;
  align-items: center;
  }

  .header__logo-image {
    margin-right: 10px;  
  }

  .header__logo-items {
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #ffffff;
  }

  .header__nav-ul {
    display: flex;
    justify-content: space-between;
  }

  .header__nav-ul a {
    text-decoration: none;
    cursor: pointer;
  }
  
  .nav_items {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    margin-left: 63px;
    transition: all 0.3;
  }

  .nav_item:hover {
    color: #ffffff;
  }

.nav__item a,
.nav__item a:hover,
.nav__item a:focus,
.nav__item a:active,
.nav__item a:visited {
  color: #ffffff; /* белый цвет текста */
  text-decoration: none; /* убирает подчёркивание */
  display: block; /* делает ссылку блочным элементом */
  padding: 8px 16px; /* отступы внутри ссылки */
 }

  .header__phone {
    display: flex;
    align-items: center;
    border: solid 1px #ffffff;
    border-radius: 30px;
    padding: 8px 14px 8px;
  }

  .header__phone a {
color: #ffffff;
    text-decoration: none;
    cursor: pointer;
  }

  .header__phone a:visited {
    color: #ffffff;
  }

  .header__phone a:hover {
    color: #2ABFBF;
  }

  .header__phone-image {
    margin: 13px 12px 13px 15px;
    width: 20px;
    height: 21.43px;
  }

  .header__phone-tel {
    color: #ffffff;
    margin: 8px;
    font-weight: 400;
    font-size: 20px;
  }



  

  .hero__text {
    display: flex;
    align-items: start;
    padding: 50px 0px;
  }

  .hero__cub {
    width: 45px;
    height: 45px;
    background-color: #E31E24;
  }

  .hero__title {
    font-weight: 900;
    font-size: 48px;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-left: 30px;
    margin-right: auto;
  }

  .hero__title span {
    color: #2ABFBF;
  }

  .hero__subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    margin-right: 0;
  }

  .hero__figure {
    width: 100%;
    height: 630px;
  }

  .hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0%;
  }





  .authorizations__text {
    display: flex;
    align-items: start;
    padding: 160px 0px 60px;
  }

  .authorizations__blocks1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .blocks {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100%/4);
    height: 287px;
    border: solid 1px white;
  }

  .blocks_color {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100%/4);
    height: 287px;
    border: solid 1px white;
    background-color: #2ABFBF;
  }

  .blocks_image {
    display: flex;
    justify-content: center;
    align-items: center;
  }



  .malfunctions__text {
    display: flex;
    align-items: start;
    padding: 160px 0px 60px;
  }




  .tabs {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
  }
  
  .tabs__links {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    background-color: #1A2A37;
    
  }
  
  .tabs__links>a {
    width: calc(100%/6);
    display: flex;
    justify-content: center;
    text-decoration: none;
    padding: 25px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
  }

  .tabs__link {
            padding: 10px 20px;
            text-decoration: none;
            color: #333;
            border: 1px solid #ddd;
            border-radius: 5px 5px 0 0;
            cursor: pointer;
        }
        
        .tabs__link.active {
            background-color: #f8f9fa;
        }
        
        .tabs__content {
            display: none;
            padding: 20px;
            border: 1px solid #ddd;
            border-top: none;
        }
        
        .tabs__content.active {
            display: block;
        }
        
        @media (max-width: 768px) {
            .tabs__links {
                flex-wrap: wrap;
            }
            
            .tabs__link {
                flex: 0 0 50%;
            }
        }
  
  .tabs__links>a:hover {
    background-color: #E31E24;
  }
 
.tabs__figure {
  width: 50%;
  padding: 50px 0 50px 39px;
}

.tabs__image {
  height: 367px;

}

.tabs__text>.text__h3 {
  font-weight: 900;
  font-size: 20px;
}

.tabs__text {
  width: 50%;
  padding: 50px 0 50px 39px;
  font-weight: 400;
  font-size: 20px;
  line-height: 200%;
}

.tabs__content #content-1 {
  display: flex;
}

  #content-1, #content-2, #content-3, #content-4,  #content-5,  #content-6 {
height: 468px;
border: 1px solid #fff;
  }


  .tabs>#content-1:target~.tabs__links>a[href="#content-1"],
  .tabs>#content-2:target~.tabs__links>a[href="#content-2"],
  .tabs>#content-3:target~.tabs__links>a[href="#content-3"],
  .tabs>#content-4:target~.tabs__links>a[href="#content-4"],
  .tabs>#content-5:target~.tabs__links>a[href="#content-5"],
  .tabs>#content-6:target~.tabs__links>a[href="#content-6"] {
    background-color: #2ABFBF;
    cursor: default;
  }
  
  .tabs>div:not(.tabs__links) {
    display: none;
    order: 1;
  }
  
  .tabs>div:target {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .recovery__content {
    display: flex;
  }

  .recovery__figure{
    width: 50%;
    border: 1px solid #fff;
  }

  .recovery__text {
    width: 50%;
    border: 1px solid #fff;
    padding: 60px 74px;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
  }

  .recovery__image {
    width: 100%;
  }





.footer {
    margin-top: 30px;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 20px;
    border-bottom: solid 10px #ffffff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.footer__logo {
  display: flex;
  align-items: center;
  }

.footer__logo-image {
margin-right: 10px;
    max-width: 100%;
    height: auto;
}

.footer__logo-items{
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #ffffff;
  }
.footer__vk {
    margin-left: 19px;
  }
.footer__phone {
    display: flex;
    align-items: center;
    border: solid 1px #ffffff;
    border-radius: 30px;
    padding: 8px 14px 8px;
  }

  .footer__phone a {
color: #ffffff;
    text-decoration: none;
    cursor: pointer;
  }

  .footer__phone a:visited {
    color: #ffffff;
  }

  .footer__phone a:hover {
    color: #2ABFBF;
  }

  .footer__phone-image {
    margin: 13px 12px 13px 15px;
    width: 20px;
    height: 21.43px;
  }

  .footer__phone-tel {
    color: #ffffff;
    margin: 8px;
    font-weight: 400;
    font-size: 20px;
  }



.footer__contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
}

.footer__menu,
.footer__info {
font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    margin-left: 63px;
    transition: all 0.3;
    width: 25%;
}

.footer__copyright {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    color: #777;
}

@media (max-width: 768px) {
    .footer__top {
        flex-direction: column;
        align-items: center;
    }
    
    .footer__bottom {
        flex-direction: column;
    }
    
    .footer__menu,
    .footer__info {
        width: 100%;
        margin-bottom: 20px;
    }
}     

/* Базовые стили для адаптивности */
        .container {
            max-width: 1140px;
            margin: 0 auto;
            padding: 0 15px;
        }

        /* Адаптация шапки */
        @media (max-width: 768px) {
            .header__menu {
                flex-direction: column;
                align-items: center;
            }

            .header__nav-ul {
                display: none;
                flex-direction: column;
                width: 100%;
            }

            .header__burger {
                display: flex;
                cursor: pointer;
                margin: 10px 0;
            }

            .header__contacts,
            .header__vk,
            .header__phone {
                margin: 5px 0;
            }
        }

        /* Адаптация для маленьких экранов */
        @media (max-width: 480px) {
            .hero__title {
                font-size: 24px;
            }

            .authorizations__blocks1 {
                flex-wrap: wrap;
                justify-content: center;
            }

            .tabs__content {
                padding: 15px;
            }
        }

        /* Стили для бургер-меню */
        .header__burger {
            display: none;
            width: 30px;
            height: 20px;
            flex-direction: column;
            justify-content: space-between;
        }

        .header__burger span {
            width: 100%;
            height: 3px;
            background-color: #000;
        }                      