@media screen and (min-width: 768px) {
  .content {
    width: 744px;
  }

  .b-header {
    position: fixed;
    padding: 55px 0 0;
  }

  .fix {
    padding: 10px 0;
    box-shadow: 0 0 2px #000;
  }

  .main {
    padding: 120px 0 30px;
  }

  .item {
    flex-direction: row;
    align-items: center;
    padding: 50px 0;
  }
  .item--dir {
    flex-direction: row-reverse;
  }
  .item__text, .item__img {
    flex: calc(50% - 7.5px) 0 0;
  }
  .item__img {
    position: relative;
  }
  .item__img img {
    position: absolute;
    width: 260px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 990px) {
  .content {
    width: 960px;
  }

  .lang__item {
    cursor: pointer;
  }

  .header {
    padding: 66px 0 16px;
  }
  .header__burger {
    display: none;
  }
  .header__nav {
    position: static;
    transform: none !important;
    transition: none;
    padding: 0;
    flex-direction: row;
    justify-content: space-between;
    box-shadow: none !important;
  }
  .header__menu {
    flex-direction: row;
    margin-left: 30px;
  }
  .header__item:hover {
    text-decoration: underline;
  }

  .main {
    padding: 120px 0 100px;
  }

  .title {
    font-size: 50px;
  }

  .item {
    padding: 80px 0;
  }
  .item__img img {
    width: 340px;
  }

  .footer {
    padding: 100px 0;
  }
  .footer__text {
    font-size: 30px;
    line-height: 1.3;
  }
  .footer__label {
    margin-top: 50px;
  }
  .footer__label a {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .content {
    width: 1170px;
  }

  .header__menu {
    margin-left: 130px;
  }
}
