@media screen and (max-width: 1169px) {
  .header__center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding: 0px 20px;
  }
  .wideform__send {
    font-size: 14px;
  }
  .fbnr__left {
    -webkit-flex-shrink: 3;
        -ms-flex-negative: 3;
            flex-shrink: 3;
  }
}
@media screen and (max-width: 980px) {
  .portf-el__text {
    width: 40%;
  }
  .portf-el__slider-w {
    width: 60%;
  }
  /**/
  .b-quest__text {
    font-size: 14px;
    padding: 30px 30px;
  }
  .b-quest__text p {
    margin-bottom: 10px;
  }
  .questf {
    padding: 30px 30px;
  }
  /**/
  .b-customers__list {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  /*/*/
  .portf-el__title {
    font-size: 23px;
  }
  .portf-el__slider-item {
    font-size: 16px;
  }
  .portf-el__desc {
    font-size: 16px;
  }
  /**/
  .b-info__text {
    font-size: 14px;
  }
  .b-info--phone .b-info__text {
    font-size: 14px;
  }
  .b-info__text a {
    font-size: 18px;
  }
  .header__req-call {
    font-size: 14px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .b-info {
    -webkit-flex-shrink: 5;
        -ms-flex-negative: 5;
            flex-shrink: 5;
  }
  .b-info__text {
    -webkit-flex-shrink: 5;
        -ms-flex-negative: 5;
            flex-shrink: 5;
    line-height: 16px;
  }
  .b-info__img {
    height: 30px;
    width: 30px;
    -webkit-flex-basis: 30px;
        -ms-flex-preferred-size: 30px;
            flex-basis: 30px;
  }
  .header__center {
    padding: 0px 5px;
  }
  /**/
  .b-prod__list {
    -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-prod__item {
    margin-bottom: 15px;
  }
  /**/
  .b-price__item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  /**/
  .wideform__title {
    font-size: 20px;
  }
  .wideform__desc {
    font-size: 15px;
  }
  .wideform__text {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .wideform__input {
    max-width: 220px;
    font-size: 14px;
  }
  .wideform__logo {
    margin-right: 10px;
  }
  /**/
  .fbnr__title {
    font-size: 30px;
    line-height: 42px;
  }
  .callform__title {
    font-size: 18px;
  }
  .callform {
    padding: 20px;
  }
  .callform__desc {
    font-size: 17px;
  }
  .fbnr__feat-item {
    font-size: 15px;
  }
  .fbnr__features {
    margin: 0px -1px;
  }
  .fbnr__feat-item {
    margin: 0px 1px;
  }
  /**/
  .making-el__photo {
    height: 250px;
    -webkit-flex-shrink: 2;
        -ms-flex-negative: 2;
            flex-shrink: 2;
  }
  .making-el__slider-item {
    font-size: 14px;
  }
  .making-el__slider-item p {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 820px) {
  /**/
  .making-el {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .making-el__photo {
    margin-bottom: 40px;
    margin-right: 30px;
  }
  /**/
  .block-title {
    font-size: 32px;
  }
  .block-title.undline:before {
    max-width: 290px;
  }
  /**/
  .header__center .b-info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
  .header__center .b-info__text {
    margin: 10px 0px 0px;
    text-align: center;
  }
  /**/
  .wideform__input {
    max-width: -webkit-calc(50% - 5px);
    max-width: calc(50% - 5px);
    font-size: 14px;
    margin-bottom: 10px;
  }
  .wideform__fields {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .wideform__send {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  /**/
  .fbnr__title {
    font-size: 25px;
    line-height: 35px;
  }
  .fbnr__feat-item {
    padding: 5px;
  }
  /**/
  .fbnr__features {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 100%;
  }
  .fbnr__wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fbnr__left {
    margin-right: 0;
  }
  .fbnr__right {
    margin-top: 20px;
  }
  /**/
  .portf-el__wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .portf-el__logo {
    margin-bottom: 10px;
    height: 300px;
  }
  .portf-el__slider-item {
    font-size: 14px;
  }
  .portf-el__title {
    padding: 10px 0px;
  }
  .portf-el__title:after {
    z-index: -1;
    left: -15%;
    width: -webkit-calc(125vh);
    width: calc(125vh);
  }
  .portf-el__slider-wrap {
    padding: 20px 0px;
  }
  .b-customers__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 35%;
        -ms-flex: 0 1 35%;
            flex: 0 1 35%;
    min-height: 70px;
    margin-bottom: 10px;
  }
  .b-customers__item img {
    max-width: 110px;
    max-height: 50px;
  }
  /*/*/
  .b-reason__list {
    -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-reason__item {
    margin-bottom: 15px;
  }
  .b-find__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .b-find__list .b-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 290px;
        -ms-flex: 0 1 290px;
            flex: 0 1 290px;
    margin-bottom: 19px;
  }
  .b-soc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 290px;
        -ms-flex: 0 1 290px;
            flex: 0 1 290px;
  }
  /**/
  .b-quest__wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .questf {
    margin-bottom: 20px;
  }
  .portf-el__desc {
    padding: 20px 0px 20px;
  }
  .portf-el__slider-w {
    width: 100%;
  }
  .portf-el__text {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
  .portf-el__title {
    margin: 0px;
    position: relative;
    left: 0px;
  }
  .portf-el:nth-child(2n+1) .portf-el__title {
    margin: 0px;
  }
}
@media screen and (max-width: 720px) {
  .fbnr {
    background: transparent 21% 74% / cover no-repeat;
  }
  .header__center {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__center .b-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 300px;
        -ms-flex: 0 1 300px;
            flex: 0 1 300px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
  }
  .header__center .b-info__text {
    margin: 0px 10px 0px;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .fbnr__features {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .fbnr__feat-item {
    margin-bottom: 10px;
  }
  .b-map {
    height: 300px;
  }
  /**/
  .block-title {
    font-size: 26px;
    line-height: 28px;
  }
  .header__wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .header__center {
    margin-top: 10px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    padding: 0px;
  }
  .b-info__text {
    font-size: 12px;
  }
  .b-info__text a {
    font-size: 14px;
  }
  .fbnr {
    padding: 30px 0px;
  }
  .fbnr__title {
    font-size: 24px;
    line-height: 27px;
  }
  .b-prod__item-image {
    height: 150px;
    max-width: 150px;
  }
  .b-prod__item {
    -webkit-flex-basis: 150px;
        -ms-flex-preferred-size: 150px;
            flex-basis: 150px;
  }
}
@media screen and (max-width: 510px) {
  .questf__send {
    font-size: 14px;
    padding: 0px 5px;
  }
  /**/
  .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;
  }
  /**/
  .wideform__input {
    margin: 0px 0px 10px;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .wideform__wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .b-price__item {
    margin-bottom: 10px;
    text-align: center;
    min-width: 0px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .b-price__item-name {
    font-size: 17px;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    border: none;
  }
  .b-price__item-price {
    text-align: center;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  /**/
  .header__center {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 400px) {
  .portf-el__title {
    font-size: 18px;
    line-height: 20px;
  }
  .portf-el:nth-child(2n) .portf-el__slider-wrap {
    padding: 20px 0px 0px;
  }
  .portf-el__desc {
    padding: 10px 0px 0px;
  }
  .header__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 120px;
        -ms-flex: 0 1 120px;
            flex: 0 1 120px;
  }
  .callform__title {
    font-size: 16px;
  }
  .callform__desc {
    font-size: 16px;
  }
  .block-title {
    font-size: 20px;
  }
  .b-prod__item {
    margin-right: 5px;
  }
  .b-customers__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    min-height: 70px;
  }
}
