.delivery-parts-wrap {
  position: relative;
  overflow: hidden;
  font-family: RotondaC;
  letter-spacing: 0.03em;
}

.delivery-parts-wrap img.part {
  display: block;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.delivery-parts-wrap img.part.part-1 {
  width: 400px;
  top: -121px;
  left: -195px;
}

@media only screen and (max-width: 768px) {
  .delivery-parts-wrap img.part.part-1 {
    width: 280px;
    top: 160px;
  }
}

.delivery-parts-wrap img.part.part-2 {
  width: 129px;
  top: -88px;
  left: 120px;
}

@media only screen and (max-width: 768px) {
  .delivery-parts-wrap img.part.part-2 {
    width: 69px;
    left: 24px;
    top: 265px;
  }
}

.delivery-parts-wrap img.part.part-3 {
  width: 387px;
  top: -64px;
  right: -33px;
}

@media only screen and (max-width: 768px) {
  .delivery-parts-wrap img.part.part-3 {
    width: 320px;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    top: -80px;
  }
}

.delivery-parts-wrap img.part.part-4 {
  width: 214px;
  top: 435px;
  left: calc(50% - 780px);
}

@media only screen and (max-width: 768px) {
  .delivery-parts-wrap img.part.part-4 {
    width: 100px;
    top: 0;
    right: 10px;
    left: auto;
  }
}

.delivery-parts-wrap img.part.part-5 {
  width: 129px;
  top: 296px;
  right: calc(50% - 680px);
}

.delivery-start {
  position: relative;
  z-index: 2;
  padding: 100px 0 80px;
  text-align: center;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .delivery-start {
    padding: 100px 0;
  }
}

.delivery-start img.img {
  display: block;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.delivery-start img.img.img-left {
  width: 451px;
  left: calc(50% - 738px);
  bottom: -50px;
}

@media only screen and (max-width: 768px) {
  .delivery-start img.img.img-left {
    display: none;
  }
}

.delivery-start img.img.img-right {
  width: 265px;
  left: calc(50% + 250px);
  bottom: -75px;
}

@media only screen and (max-width: 768px) {
  .delivery-start img.img.img-right {
    width: 206px;
    left: auto;
    right: -65px;
    bottom: -80px;
  }
}

.delivery-start .text-wrap {
  max-width: 428px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .delivery-start .text-wrap {
    max-width: 284px;
  }
}

.delivery-start .text-wrap h1 {
  font-size: 42px;
  font-weight: bold;
  color: #F04137;
  letter-spacing: 0.025em;
  line-height: 48.51px;
}

@media only screen and (max-width: 768px) {
  .delivery-start .text-wrap h1 {
    font-size: 32px;
  }
}

.delivery-start .text-wrap h1 a {
  color: inherit;
}

.delivery-start .text-wrap p {
  margin-top: 24px;
  font-size: 16px;
  line-height: 17.98px;
}

@media only screen and (max-width: 768px) {
  .delivery-start .text-wrap p {
    max-width: 165px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
}

.delivery-start .text-wrap p a {
  color: #F04137;
  text-decoration: underline;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.delivery-start .text-wrap p a:hover {
  color: #333;
}

.delivery-items .items .item-row {
  padding: 0 15px;
}

.delivery-items .items .item-row.yellow {
  background-color: #FFC24C;
}

.delivery-items .items .item-row.yellow .item p {
  line-height: 28.1px;
}

.delivery-items .items .item-row.orange {
  background-color: #FF8D3B;
}

.delivery-items .items .item-row.orange .item p {
    line-height: 28.1px;
}

.delivery-items .items .item-row.red {
  background-color: #FF523B;
}

.delivery-items .items .item-row.red .item p {
  color: #fff;
  line-height: 28.1px;
}

.delivery-items .items .item-row.red .item p a {
  color: #FFF84D;
  text-decoration: underline;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.delivery-items .items .item-row.red .item p a:hover {
  color: #fff;
}

.delivery-items .items .item-row .item {
  margin: 0 auto;
  max-width: 890px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
  grid-gap: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 65px 0;
}

@media only screen and (max-width: 768px) {
  .delivery-items .items .item-row .item {
    grid-gap: 20px;
    padding: 30px 0;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.delivery-items .items .item-row .item .ic img {
  display: block;
  width: 74px;
}

@media only screen and (max-width: 768px) {
  .delivery-items .items .item-row .item .ic img {
    margin: 0 auto;
    width: 50px;
  }
}

.delivery-items .items .item-row .item p {
  font-size: 25px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .delivery-items .items .item-row .item p {
    font-size: 14px;
    max-width: 295px;
    margin: 0 auto;
  }
  .delivery-items .items .item-row .item p br {
    display: none;
  }
}

.delivery-form {
  background-image: url("../../images/delivery-landing/form-bg.svg");
  background-size: cover;
  padding: 90px 0 64px 0;
  background-color: #3bb8ff;
}

@media only screen and (max-width: 768px) {
  .delivery-form {
    padding: 50px 15px;
  }
}

.delivery-form .title {
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding: 0 15px;
  max-width: 280px;
  margin: 0 auto;
  display: none;
}

@media only screen and (max-width: 768px) {
  .delivery-form .title {
    display: block;
  }
}

.delivery-form .icons-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  max-width: 680px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .delivery-form .icons-wrap {
    display: none;
  }
}

.delivery-form .icons-wrap .item:not(:last-child) .ic {
  position: relative;
}

.delivery-form .icons-wrap .item:not(:last-child) .ic::after {
  content: "";
  display: block;
  position: absolute;
  width: 62px;
  height: 18px;
  background-image: url("../../images/delivery-landing/ic-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: calc(50% - 18px / 2);
  left: calc(100% + 24px);
}

.delivery-form .icons-wrap .item .ic {
  display: block;
  width: 113px;
  margin: 0 auto;
}

.delivery-form .icons-wrap .item .ic img {
  display: block;
  width: 100%;
}

.delivery-form .icons-wrap .item p {
  font-size: 21px;
  margin-top: 15px;
  text-align: center;
  line-height:23.6px;
}

.delivery-form .form-wrap {
  background-color: #fff;
  max-width: 540px;
  margin: 70px auto 0;
  padding: 30px 30px 60px;
  border-radius: 15px;
}

@media only screen and (max-width: 768px) {
  .delivery-form .form-wrap {
    margin-top: 40px;
    padding: 30px 20px;
  }
}

.delivery-form .form-wrap .input-wrap {
  padding-bottom: 28px;
  position: relative;
}

.delivery-form .form-wrap .input-wrap input, .delivery-form .form-wrap .input-wrap textarea, .delivery-form .form-wrap .input-wrap select {
  width: 100%;
  height: 40px;
  border-radius: 12px;
  border: 1px solid #E1E1E3;
  padding-left: 15px;
  padding-right: 45px;
  font-size: 16px;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: calc(100% - 15px) 7px;
}

.delivery-form .form-wrap .input-wrap input:focus ~ .placeholder, .delivery-form .form-wrap .input-wrap input.valid ~ .placeholder, .delivery-form .form-wrap .input-wrap input.error ~ .placeholder, .delivery-form .form-wrap .input-wrap textarea:focus ~ .placeholder, .delivery-form .form-wrap .input-wrap textarea.valid ~ .placeholder, .delivery-form .form-wrap .input-wrap textarea.error ~ .placeholder, .delivery-form .form-wrap .input-wrap select:focus ~ .placeholder, .delivery-form .form-wrap .input-wrap select.valid ~ .placeholder, .delivery-form .form-wrap .input-wrap select.error ~ .placeholder {
  font-size: 12px;
  line-height: 17.98px;
  -webkit-transform: translate(0, -16px);
          transform: translate(0, -16px);
}

.delivery-form .form-wrap .input-wrap input.valid, .delivery-form .form-wrap .input-wrap textarea.valid, .delivery-form .form-wrap .input-wrap select.valid {
  background-image: url("../../images/delivery-landing/ic-done.svg");
  border-color: #64b64b;
}

.delivery-form .form-wrap .input-wrap input.error, .delivery-form .form-wrap .input-wrap textarea.error, .delivery-form .form-wrap .input-wrap select.error {
  border-color: #f04137;
  background-image: url("../../images/delivery-landing/ic-error.svg");
}

.delivery-form .form-wrap .input-wrap input::-webkit-input-placeholder {
  color: #b9bcc1;
}

.delivery-form .form-wrap .input-wrap input:-ms-input-placeholder {
  color: #b9bcc1;
}

.delivery-form .form-wrap .input-wrap input::-ms-input-placeholder {
  color: #b9bcc1;
}

.delivery-form .form-wrap .input-wrap input::placeholder {
  color: #b9bcc1;
}

.delivery-form .form-wrap .input-wrap textarea {
  resize: none;
  padding-top: 10px;
  overflow: hidden;
}

.delivery-form .form-wrap .input-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff !important;
}

.delivery-form .form-wrap .input-wrap select option {
  background-color: #fff !important;
}

.delivery-form .form-wrap .input-wrap select option:disabled {
  display: none;
}

.delivery-form .form-wrap .input-wrap .placeholder {
  position: absolute;
  top: 10px;
  left: 6px;
  font-size: 16px;
  color: #b9bcc1;
  pointer-events: none;
  background-color: #fff;
  padding: 0 8px;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.delivery-form .form-wrap .input-wrap label.error {
  font-size: 10px;
  font-weight: 400;
  color: #f04137;
  padding-left: 15px;
  margin: 0;
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 100%;
}

.delivery-form .form-wrap .btn-wrap {
  padding-top: 10px;
}

.delivery-form .form-wrap .btn-wrap button {
  width: 100%;
  display: -ms-inline-grid;
  display: inline-grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #F04137;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 12px;
  height: 40px;
  border: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.delivery-form .form-wrap .btn-wrap button:hover {
  background-color: #FF523B;
}

.delivery-form .form-wrap .btn-wrap button.disabled {
  pointer-events: none;
  background-color: #e1e1e3;
  color: rgba(11, 11, 13, 0.5);
}

.delivery-form .bottom-wrap {
  font-size: 24px;
  letter-spacing: 0.03em;
  font-weight: bold;
  max-width: 390px;
  margin: 25px auto 0;
  color: #fff;
  line-height:27.72px;
}

@media only screen and (max-width: 768px) {
  .delivery-form .bottom-wrap {
    font-size: 16px;
    max-width: 270px;
  }
}

.delivery-form .bottom-wrap a {
  color: #fff;
}

.delivery-form .bottom-wrap .phone-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
  grid-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .delivery-form .bottom-wrap .phone-wrap {
    grid-gap: 15px;
  }
}

.delivery-form .bottom-wrap .phone-wrap .social-wrap {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-gap: 15px;
}

@media only screen and (max-width: 768px) {
  .delivery-form .bottom-wrap .phone-wrap .social-wrap {
    grid-gap: 10px;
  }
}

.delivery-form .bottom-wrap .phone-wrap .social-wrap a img {
  display: block;
  width: 32px;
}

.delivery-form .message-wrap {
    margin: 49px auto 0;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    text-align: center;
}

@media only screen and (max-width: 768px) {
  .delivery-form .bottom-wrap .phone-wrap .social-wrap a img {
    width: 20px;
  }
}

.delivery-thx {
  background-color: #fff;
  max-width: 300px;
  margin: 0 auto;
  position: relative;
  max-width: 240px;
  border-radius: 16px;
  background-image: url("../../images/delivery-landing/popup-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.delivery-thx .title {
  padding: 80px 30px 110px;
  text-align: center;
  font-size: 18px;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
  opacity: 1;
  font-size: 20px;
}
/*# sourceMappingURL=style-delivery.css.map */