@charset "UTF-8";
/* -------------------------------------
	Главная страница
	------------------------------------- */
/* ----- block link ----- */
.block-tape {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 54px 35px 40px;
  background-color: #ffd739;
}

.block-tape:hover {
  color: inherit;
}

.block-tape__title {
  margin-bottom: 0;
  max-width: 4em;
}

.block-tape__img {
  position: absolute;
  top: 25%;
  right: 15px;
  will-change: transform;
  -webkit-transform: translateX(45%);
      -ms-transform: translateX(45%);
          transform: translateX(45%);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.block-tape:hover .block-tape__img {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

@media screen and (max-width: 767px) {
  .block-tape {
    padding: 40px 15px 20px;
  }
}

@media screen and (max-width: 575px) {
  .block-tape__img {
    top: 15%;
  }
}

/* ----- block offer ----- */
.block-offer {
  padding: 25px 35px 25px;
  background-color: #f21025;
  color: #fff;
}

.block-offer__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .5em;
  font-size: 16px;
  font-weight: 700;
}

.block-offer__title .data-width {
  max-width: 9.5em;
}

.block-offer__title .data-title {
  font: 700 3.75em "Futura New", sans-serif;
  letter-spacing: -.05em;
  position: relative;
}

.block-offer__title .data-unit {
  font-size: 0.4167em;
  position: absolute;
  top: 0;
  left: 100%;
}

.block-offer .btn {
  width: 227px;
}

@media screen and (max-width: 1199px) {
  .block-offer {
    padding: 20px 30px 25px;
  }
}

@media screen and (max-width: 767px) {
  .block-offer {
    padding: 20px 15px 25px;
  }
}

@media screen and (max-width: 575px) {
  .block-offer__title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .block-offer .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
}

.popular-category {
  background-color: #f7f8fa;
  padding-bottom: 0;
  margin-bottom: 110px;
}

.popular-category .advantages-list {
  margin-top: -70px;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}

@media screen and (max-width: 1199px) {
  .popular-category {
    margin-bottom: 0;
  }
  .popular-category .advantages-list {
    margin-top: 40px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

/* ----- mainpage projects ----- */
.projects {
  background-color: #f7f8fa;
}

.projects__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  margin-bottom: 20px;
  padding-right: 15px;
}

.projects__heading .h2 {
  margin-bottom: 0;
}

.projects__heading a {
  display: block;
  margin-left: auto;
  font: 500 18px/1 "Futura New", sans-serif;
  color: #f21025;
}

.projects .block-link {
  margin-bottom: 26px;
}

.projects .block-base {
  margin-bottom: 0;
}

.block-link {
  width: 100%;
  height: 248.5px;
  padding: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #fff;
}

.block-link__title {
  max-width: 50%;
  margin: auto 0 0;
}

.block-delivery {
  background: #ffd739;
}

.block-base {
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1199px) {
  .projects .block-link {
    height: 174px;
    padding: 20px;
  }
}

@media screen and (max-width: 991px) {
  .projects__heading {
    width: 100%;
    padding-right: 0;
  }
  .projects__row {
    display: block;
    margin: 0;
  }
  .projects__row > .cols {
    padding: 0;
  }
  .projects__row > .col-1-2 {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .projects .block-link {
    height: 150px;
  }
  .projects__row .f-row {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .projects__row .cols {
    padding-left: 0;
    padding-right: 0;
  }
  .projects__row .col-1-2 {
    width: 100%;
  }
  .block-link__title {
    max-width: 100%;
  }
}

/* ----- reasons ----- */
.reasons {
  overflow: hidden;
}

.reasons__title {
  margin-bottom: 1em;
  line-height: 1.2;
}

.reasons__subrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.reasons__subrow .data-col {
  width: 50%;
}

.reasons__subrow .data-col:first-child {
  padding-right: 67px;
}

.reasons__subrow .data-col:last-child {
  padding-right: 40px;
}

.reasons-item {
  margin-bottom: 35px;
}

.reasons-item__title {
  font-weight: 700;
  margin-bottom: 10px;
}

.reasons-item p {
  line-height: 1.7;
}

.reasons__btn {
  width: 157px;
}

.reasons__img {
  font-size: 10px;
  position: absolute;
  top: 1em;
  left: 0;
  z-index: -1;
  width: 78.7em;
  height: 52.2em;
}

.reasons__form {
  position: relative;
  padding-top: 246px;
}

@media screen and (max-width: 1199px) {
  .reasons__row {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .reasons__row > .cols {
    padding-left: 0;
    padding-right: 0;
  }
  .reasons__row > .col-1-2 {
    width: 100%;
  }
  .reasons__form {
    margin-top: 50px;
    padding-top: 50px;
    overflow: hidden;
  }
  .reasons__img {
    top: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .reasons__img {
    display: none;
  }
  .reasons__form {
    margin-top: 0;
    padding-top: 0;
    overflow: visible;
  }
}

@media screen and (max-width: 575px) {
  .reasons {
    padding-top: 0;
    overflow: visible;
  }
}
