@media (min-width: 992px) {
  .page-banner.page-how-order .page-banner__right img {
    max-width: 600px;
    right: -62px;
  }
  .page-banner.page-how-order {
    width: 100%;
    overflow: hidden;
  }
}

@media (min-width: 1199px) {
  .page-banner.page-how-order .page-banner__right img {
    max-width: 788px;
    right: -154px;
  }
}

.banner-block-2 .content-block {
  margin-bottom: 35px;
}

.banner-block-2__right {
  margin-bottom: 52px;
  max-width: 100%;
}

.banner-block-2__right .requisites {
  padding: 44px 35px;
}

@media (min-width: 992px) {
  .banner-block-2__right .requisites {
    width: 320px;
    padding: 61px 41px;
  }
}

@media (min-width: 1199px) {
  .banner-block-2__right .requisites {
    padding: 41px 41px;
	}
}

.banner-block-2__right .requisites__title {
  font-size: 16px;
}

@media (min-width: 992px) {
  .banner-block-2__right .requisites__title {
    font-size: 20px;
  }
}

.banner-block-2__right .requisites__text {
  font-size: 14px;
  margin-bottom: 27px;
}

@media (min-width: 992px) {
  .banner-block-2__right .requisites__text {
    font-size: 16px;
    margin-bottom: 34px;
  }
}

.banner-block-2__right .requisites .art-button {
  font-size: 16px;
  padding: 8px 19px;
  max-width: 100%;
}

@media (min-width: 992px) {
  .banner-block-2__right .requisites .art-button {
    font-size: 18px;
    padding: 11px 19px;
  }
}

@media (min-width: 992px) {
  .banner-block-2 {
    display: flex;
    align-items: center;
    /*margin-bottom: 92px;*/
  }
  .banner-block-2__left {
    width: calc(100% - 320px);
    padding: 0 52px 0 0;
    box-sizing: border-box;
  }
  .banner-block-2__right {
    width: 320px;
    margin-bottom: 0;
  }
}

@media (min-width: 1199px) {
  .banner-block-2__left {
    padding: 0 88px 0 0;
  }
  .banner-block-2__left .p-minpadding {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

@media (min-width: 1199px) {
  .page-old .banner-block-2 p {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

.bl-icons__wrap {
  width: 100%;
  margin-bottom: 52px;
}

@media (min-width: 992px) {
  .bl-icons__wrap {
    margin-bottom: 94px;
  }
}

@media (min-width: 1199px) {
  .bl-icons__wrap {
    margin-bottom: 107px;
  }
}

.bl-icons__item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 28px;
}

@media (min-width: 992px) {
  .bl-icons__item {
    width: 24%;
    display: block;
  }
}

@media (min-width: 992px) {
  .bl-icons__item {
    width: 24%;
  }
}

.bl-icons__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin-right: 17px;
  background: #F4F4F4;
  border-radius: 2px;
}

@media (min-width: 992px) {
  .bl-icons__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1199px) {
  .bl-icons__icon {
    width: 70px;
    height: 70px;
  }
}

.bl-icons__name {
  width: calc(100% - 62px);
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #1C1B17;
}

@media (min-width: 992px) {
  .bl-icons__name {
    font-size: 16px;
  }
}

@media (min-width: 1199px) {
  .bl-icons__name {
    font-size: 18px;
  }
}

.bl-icons__name .link,
.bl-icons__name span {
  font-weight: bold;
  color: #E31E24;
  text-decoration: none;
  display: block;
}

.bl-icons__name .link:hover {
  color: #AD0005;
  transition: 0.5s;
}

.bl-icons__name .line-red {
  font-weight: bold;
}

.page-id-195 .bl-icons__item:nth-child(2) .bl-icons__name .link:last-child {
  position: relative;
  display: inline-block;
}

.page-id-195 .bl-icons__item:nth-child(2) .bl-icons__name .link:last-child:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/whatsapp.svg) center center no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 2px;
  right: -27px;
}

@media (max-width: 991px) {
  .page-id-195 .bl-icons__item:nth-child(2) .bl-icons__name .link:last-child:before {
    top: -1px;
  }
}
/*# sourceMappingURL=order.css.map */