.header-b__logo {
    margin: 0 2% 0 0;
}       

.main-b__care .button {
    height: 55px;
    margin-top: 15px;
    padding: 2px 36px 0;
}           
.main-b__care{font-size: 19px; z-index: 6;}

@media (max-width: 768px) {
    .main-b__care span.strong, .main-b__care div {display: none;}
    .main-b__care {z-index: 10; bottom: 310px;}
    .main-b__care .button {font-size: 16px; text-align: center; width: 100%;}
    .about-b__company-block .strong {font-size: 32px;}
    .about-b__company-block {font-size: 16px;}
}

@media (max-width: 1200px) {
  .main-b__nav {
    bottom: 50px;
  }
}

.content.content_notop {padding-left: 0; padding-right: 0;}

.header-lang {
  position: relative;
  width: 100%;
  max-width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
    padding: 7px 0 0;
}
.submenu:hover .drop {
  opacity: 1;
  z-index: 999;
}
.header-lang .drop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.drop {
  position: absolute;
  top: 15px;
  left: 0px;
  padding: 5px;
  width: calc(100% + 2px);
  opacity: 0;
  z-index: -999;
  transition: all 0.3s;
  background-color: #fff;
  border: 1px solid #290C00;
  list-style: none;
}
.header-lang .drop li {
  color: #000;
}

.article-page-b__slider-thumbs .swiper-slide {
    max-width: 235px !important;
}
@media (max-width: 1200px) {
    .article-page-b__slider-thumbs .swiper-slide {
        max-width: 235px !important;      
    }
}


.not-found {
padding: 30px 0 0;
}