@media screen and (max-width: 1100px) {
  .b-man__title {
    font-size: 63px;
  }
}
@media screen and (max-width: 1000px) {
  .b-man__title {
    font-size: 55px;
    padding-right: 20px;
  }
  .b-man__subtitle {
    font-size: 32px;
    padding-right: 20px;
  }
  .b-man__desc {
    font-size: 16px;
    margin-right: 20px;
  }
  .b-price__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .tariff {
    margin-bottom: 20px;
  }
  .b-dist__stages {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .b-dist__stages-item {
    margin-bottom: 30px;
  }
  .b-dist__stages-item-img {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 900px) {
  .b-man {
    padding-top: 0;
  }
  .b-man__wrap {
    position: relative;
    overflow: hidden;
    padding-top: 170px;
    padding-bottom: 30px;
  }
  .b-man__right {
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
  }
  .b-man__left {
    padding-top: 0;
    z-index: 1;
  }
  .b-dist {
    padding-top: 30px;
  }
  .b-dist__title {
    font-size: 40px;
    line-height: 45px;
  }
}
@media screen and (max-width: 770px) {
  .b-dist__photos {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .b-dist__photos-wrap {
    padding: 0px 15px;
  }
  .b-dist__photos-wrap:after {
    content: none;
  }
  .b-dist__photos-left {
    margin: 0 0 20px;
  }
  .b-dist__photos-left img {
    width: 100%;
  }
  .b-dist__photos-right img {
    width: 100%;
  }
}
/**/
@media screen and (max-width: 600px) {
  .b-man__title {
    font-size: 50px;
    line-height: 1;
  }
  .b-man__subtitle {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .header-menu__item {
    margin: 0px 5px;
  }
  .f-partner__fields {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .f-partner__fields .c-input {
    margin-bottom: 7px;
  }
  .b-info__title {
    font-size: 40px;
    line-height: 45px;
  }
  .footer__copy {
    padding: 0px;
    margin: 0px;
  }
  .footer__menu-item {
    margin: 0px 5px;
  }
  .b-store__top-title {
    font-size: 30px;
    line-height: 35px;
  }
  .b-store__top-desc {
    font-size: 15px;
  }
}
@media screen and (max-width: 500px) {
  .b-man__title {
    font-size: 35px;
    line-height: 1;
    margin-right: 0;
    padding: 0;
  }
  .b-man__subtitle {
    font-size: 25px;
    margin-bottom: 15px;
    padding: 0;
  }
  .b-man__desc {
    margin: 0px;
    font-size: 15px;
    line-height: 18px;
  }
  .footer__wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .footer__menu {
    margin-bottom: 10px;
  }
  .b-info__title {
    font-size: 25px;
    line-height: 30px;
  }
  .b-info--contact .b-info__text,
  .b-info__text {
    font-size: 18px;
    line-height: 20px;
  }
  /**/
  .b-store__top-title {
    font-size: 25px;
    line-height: 30px;
  }
  .b-store__top-desc {
    font-size: 14px;
  }
  .b-dist__stages-item-img {
    height: auto;
  }
  .b-dist__stages-item-title {
    font-size: 15px;
  }
  .b-man__title {
    padding: 0px;
    margin: 0px;
  }
  .b-man__title:before {
    content: none;
  }
}
