.custom-kitchen {
  background: url("/upload/custom-kitchen.png") no-repeat;
  height: 640px;
  padding-bottom: 0;
}

.custom-kitchen__container {
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 158px;
  padding-left: 10px;
}

.custom-kitchen__title {
  font-size: 57px;
  font-weight: 700;
  margin-bottom: 32px;
  color: #fff;
}

.custom-kitchen__text {
  font-size: 46px;
  margin-bottom: 18px;
  color: #fff;
}

.custom-kitchen__price {
  font-weight: 700;
  font-size: 46px;
  background: #2DB52D;
  display: inline-block;
  padding: 18px 21px;
  color: #fff;
}

.custom-kitchen__making {
  background: #FFD83A;
  color: #333;
  border-radius: 70px;
  width: 133px;
  height: 133px;
  padding: 43px 13px;
  margin-top: -23px;
  margin-left: 7px;
  text-align: center;
}

.custom-kitchen__making span {
  font-weight: bold;
  font-size: 19px;
}

.form-kitchen {
  background: #fff;
  margin-top: -76px;
  margin-left: 3px;
  padding: 34px 30px 25px;
}

.form-kitchen__text {
  color: #333;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
}

.form-kitchen__discount {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 5px;
  line-height: 28px;
}

.form-kitchen__discount span {
  color: #2DB52D;
  font-size: 29px;
}

.form-kitchen input {
  width: 100%;
  height: 48px;
  padding: 19px;
  margin-bottom: 16px;
}

.form-kitchen textarea {
  padding: 12px 18px;
  height: 123px;
  margin-bottom: 21px;
}

input.btn_order-kitchen[type="submit"], .btn_order-kitchen {
  font-size: 11px;
  text-transform: uppercase;
  height: 48px;
  padding-top: 15px;
  max-width: 302px;
  width: 100%;
}

.custom-kitchen__advantages {
  margin-top: 129px;
  max-width: 400px;
}

.custom-kitchen__advantage {
  color: #fff;
  margin-top: 14px;
}

.custom-kitchen__shadow {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.42) 100%);
}

.why-choose-us {
  margin-top: 32px;
  margin-bottom: 14px;
}

.top-content-block > div.why-choose-us {
  padding-bottom: 0;
}

.why-choose-us__number {
  color: #2DB52D;
  font-size: 100px;
  font-weight: bold;
  opacity: 0.25;
  margin-top: 25px;
}

.why-choose-us__title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 9px;
}

.why-choose-us__title_margin {
  margin-top: 15px;
  line-height: 25px;
  margin-bottom: 4px;
}

.why-choose-us__text {
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 28px;
}

.why-choose-us__content {
  margin-left: 17px;
}

.why-choose-us__second-row {
  margin-top: 21px;
}

.btn_margin {
  margin-bottom: 45px;
  max-width: 179px;
}

.steps {
  text-align: center;
  max-width: 830px;
  margin: 88px auto 66px;
}

.steps__icon {
  position: relative;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 22px;
  box-shadow: 1px 0 0 10px rgb(238 239 241);
  color: #fff;
  background-color: #2db52d;
  z-index: 2;
  transition: background .3s ease-in-out;
  margin: 0 auto;
}

.steps__text {
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  margin-top: 27px;
}

.steps__text:not(.steps__text_end)::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #2db52d;
  border-right: 1px solid #2db52d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50px;
  right: 0;
  position: absolute;
}

.kitchen-calc {
  background: url("/upload/kitchen-calc.png") no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 30px 15px;
  margin-bottom: 35px;
}

.kitchen-calc__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
}

.kitchen-calc__discount {
  font-weight: bold;
  font-size: 40px;
  color: #2DB52D;
  float: left;
  margin-right: 10px;
}

.kitchen-calc__text {
  font-size: 12px;
  line-height: 15px;
  color: #777;
}

.kitchen-calc__green {
  color: #2DB52D;
}

@media screen and (min-width: 768px) {
  .steps__icon:not(.steps__icon_end)::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #2db52d;
    top: calc(50% - 3px);
    right: -4px;
    position: absolute;
  }

  .steps__icon:not(.steps__icon_end)::after {
    content: "";
    display: block;
    width: 115px;
    height: 26px;
    background: url(/images/ico-stage-dash-w.png) no-repeat 50%;
    top: calc(50% - 19px);
    left: 100%;
    position: absolute;
    z-index: 1;
  }

  .kitchen-calc {
    max-width: 596px;
    margin: 0 auto 35px;
  }

  .kitchen-calc__title {
    font-size: 28px;
  }

  .kitchen-calc__discount {
    font-size: 60px;
  }

  .kitchen-calc__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .custom-kitchen {
    background: url("/upload/custom-kitchen-mobile.png") no-repeat;
    background-position: center;
  }

  .custom-kitchen__advantages {
    max-width: 240px;
  }

  #quiz .btn.back_btn {
    margin-right: 12px;
  }

  .custom-kitchen__making {
    top: 125px;
    left: 225px;
  }

  .custom-kitchen {
    height: 481px;
  }

  .custom-kitchen__container {
    padding-top: 86px;
  }

  .steps {
    margin-top: 65px;
  }

  .steps__text {
    font-size: 11px;
    line-height: 16px;
    margin-top: 16px;
  }

  .steps__icon {
    box-shadow: none;
    width: 51px;
    height: 51px;
  }

  .steps__row > [class*='col-'] {
    padding: 0;
  }

  .steps__text:not(.steps__text_end)::after {
    top: 22px;
  }

  .form-kitchen {
    margin-top: 0;
    margin-left: 0;
    background: #F4F4F4;
  }

  .kitchen-wrapper {
    padding: 0 16px;
  }

  .custom-kitchen-wrapper h2 {
    font-size: 23px;
  }

  .why-choose-us__flex {
    display: flex;
  }

  .why-choose-us__order-2 {
    order: 2;
  }

  .why-choose-us__order-1 {
    order: 1;
  }

  .why-choose-us__icon {
    max-width: 50px;
  }

  .why-choose-us__text {
    font-size: 12px;
  }

  .why-choose-us__title_margin {
    margin-top: 0;
  }

  .btn-transparent-border-color {
    font-size: 11px;
  }

  .kitchen-calc {
    height: 134px;
  }
}

@media screen and (max-width: 1199px) {
  .custom-kitchen-wrapper {
    overflow: hidden;
  }

  .custom-kitchen {
    text-align: left;
    background-size: cover;
  }

  .custom-kitchen__container {
    padding-left: 16px;
  }

  .custom-kitchen__making {
    position: absolute;
    font-size: 12px;
    width: 110px;
    height: 110px;
    padding: 37px 0 0;
    line-height: 16px;
  }

  .custom-kitchen__making span {
    font-size: 15px;
  }

  .custom-kitchen__advantages {
    padding-left: 16px;
  }

  .custom-kitchen__advantage {
    font-size: 12px;
    margin-top: 17px;
    line-height: 19px;
  }

  .custom-kitchen__block-icons > [class*='col-'] {
    padding: 0;
  }

  .custom-kitchen__shadow {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  }

  .custom-kitchen__title {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .custom-kitchen__text {
    font-size: 27px;
    margin-bottom: 15px;
  }

  .custom-kitchen__price {
    font-size: 28px;
    padding: 5px 16px;
  }

  .sh-banner__stages-num::before {
    background: none;
  }

  .sh-banner__stages-num::after {
    background: none;
  }

  .sh-banner__stages-item::after {
    border: none;
  }

  .wrapper_inner.wrapper_catalog {
    padding-left: 0;
    padding-right: 0;
  }

  .why-choose-us__row {
    display: flex;
    flex-direction: column;
  }

  .why-choose-us__left-column {
    order: 2;
  }

  .why-choose-us__right-column {
    order: 1;
    margin-bottom: 38px;
  }

  .why-choose-us__image {
    max-width: 474px;
  }

  .custom-kitchen-text {
    padding: 0 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .custom-kitchen {
    height: 573px;
  }

  .custom-kitchen__container {
    padding-top: 146px;
  }

  .custom-kitchen__making {
    top: 70px;
    left: 294px;
  }

  .custom-kitchen__advantages {
    margin-top: 140px;
  }

  .form-kitchen {
    background: #fff;
    width: 350px;
    margin: -92px 0 0 32px;
    padding: 27px 18px 19px;
  }

  .form-kitchen__discount {
    font-size: 22px;
  }

  .why-choose-us__number {
    font-size: 80px;
    margin-top: 19px;
    margin-left: 21px;
  }

  .why-choose-us__icon {
    max-width: 50px;
    margin-left: 16px;
  }

  .hide-for-medium-only {
    display: none;
  }

  .why-choose-us__title.why-choose-us__title_margin {
    margin-top: 10px;
    margin-left: 12px;
  }

  .kitchen-calc {
    height: 222px;
    padding: 44px 46px;
  }

  .kitchen-calc__title {
    line-height: 37px;
    margin-bottom: 19px;
  }

  .kitchen-calc__discount {
    margin-right: 18px;
  }

  .kitchen-calc__text {
    line-height: 23px;
  }

  .bottom_nav_wrapper {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .custom-kitchen__container {
    padding-bottom: 56px;
  }

  .large-text-center {
    text-align: center;
  }

  .bottom_nav_wrapper {
    margin-bottom: 70px;
  }
}

#calc-mobile {
  padding-top: 110px;
  margin-top: -110px;
}