html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #000000;
  background: #ffffff;
}

img {
  max-width: 100%;
}

ul,
li {
  list-style: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

/*-----------------------------------------Common-----------------------------------------*/
.container {
  width: 100%;
  max-width: 576px;
  margin: 0 auto;
  padding: 0 15px;
}

.overflow {
  overflow: hidden;
}

.order {
  position: relative;
  padding: 30px 0 0;
  background: url("../images/footer-bg3.png") no-repeat,
              url("../images/footer-bg2.jpg") bottom center no-repeat;
              background-size: auto, cover;
}

.order::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 120px;
  background: url("../images/footer-bg1.png") bottom left calc(50% + 80px) repeat-x;
  z-index: 1;
}


.order__offer {
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.order__title {
  margin-top: 20px;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  color: #107d91;
}

.order__list {
  margin-top: 15px;
}

.order__item:not(:first-of-type) {
  margin-top: 10px;
}

.order__item {
  position: relative;
  padding-left: 28px;
  font-weight: 700;
  font-size: 18px;
  font-family: "Merriweather", Georgia, 'Times New Roman', Times, serif;
  color: #107d91;
}

.order__item::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/diamond-list-marker.svg") no-repeat;
}

.order__wrapper {
  position: relative;
  margin-top: 40px;
  padding-top: 245px;
}

.order__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 420px;
  height: 264px;
  background: url("../images/footer-image1.png") no-repeat;
  background-size: contain;
}

.order__form {
  max-width: 350px;
  margin: 0 auto;
  padding: 30px 15px;
  border-radius: 10px;
  background-color: #00c7ad;
}

.order__label {
  display: block;
  width: 100%;
}

.order__label:not(:first-of-type) {
  margin-top: 15px;
}

.order__field {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
  outline: none;
}

.order__field--select::-ms-expand {
  display: none;
}
.order__field--select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../images/customselect.svg");
  background-position: center right 15px;
  background-repeat: no-repeat;
}

.order__field::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #ffffff;
  opacity: 1;
}
.order__field::-moz-placeholder {
  font-size: 14px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #ffffff;
  opacity: 1;
}
.order__field:-moz-placeholder {
  font-size: 14px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #ffffff;
  opacity: 1;
}
.order__field:-ms-input-placeholder {
  font-size: 14px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #ffffff;
  opacity: 1;
}

.order__button {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 20px auto 0;
  padding: 15px 10px;
  font-weight: 700;
  font-size: 16px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  background-color: #F9484A;
  border-radius: 50px;
  border: none;
  outline: none;
  transition: all .3s ease-out;
  cursor: pointer;
  z-index: 1;
}

.order__button::before,
.order__button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  transition: all .3s ease-out;
  z-index: -1;
}

.order__button::before {
  background: linear-gradient(to bottom, rgba(236, 180, 10, 1.0), #F9484A);
}

.order__button::after {
  background: linear-gradient(to top, rgba(236, 180, 10, 1.0), #F9484A);
  opacity: 0;
}

.order__button:hover::after {
  opacity: 1;
}


.order__right {
  position: relative;
  max-width: 350px;
  margin: 30px auto 0;
  min-height: 305px;
}

.order__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 394px;
  height: 305px;
  margin-left: -90px;
  font-size: 0;
  text-align: center;
  z-index: 1;
}


.order__prices {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  padding: 85px 10px 60px 70px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  background: url("../images/label.png") center no-repeat;
  background-size: contain;
  z-index: -1;
}

.order__price--old {
  text-decoration: line-through;
}


.order__price--new {
  font-weight: 700;
  font-size: 18px;
}

@media (min-width: 992px) {
  .container {
    max-width: 1200px;
  }

  .order {
    padding: 30px 0 0;
  }

  .order::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 586px;
    height: 717px;
    background: url("../images/footer-leaves.png");
    z-index: 2;
  }
  
  .order::after {
    background: url("../images/footer-bg1.png") bottom left repeat-x;
  }
  
  .order__container::after {
    content: "";
    display: block;
    clear: both;
  }

  .order__left {
    float: right;
    width: 100%;
    max-width: calc(100% - 550px);
  }

  .order__offer,
  .order__title {
    text-align: left;
  }
  
  .order__offer {
    font-size: 32px;
    line-height: 1.2;
  }
  
  .order__right {
    float: left;
    width: 100%;
    max-width: 442px;
    min-height: 617px;
  }
  
  .order__wrapper {
    margin-top: 30px;
    padding-top: 0;
    padding-bottom: 230px;
  }
  
  .order__wrapper::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 220px;
    transform: none;
    display: block;
    width: 670px;
    height: 400px;
    background: url("../images/footer-image1.png") no-repeat;
    background-size: contain;
  }
  
  .order__form {
    max-width: 400px;
    padding: 15px 30px;
    margin-left: 0;
  }
  
  .order__button {
    max-width: 270px;
  }
  
  .order__image {
    position: absolute;
    top: auto;
    bottom: -150px;
    left: -195px;
    width: 813px;
    height: auto;
    margin-left: 0;
  }
  
  
  .order__prices {
    position: absolute;
    top: 83px;
    right: 75px;
    width: 268px;
    height: 200px;
    padding: 75px 10px 60px 100px;
    font-size: 18px;
    z-index: -1;
    transform: rotate(-25deg);
  }

  .order__price--new {
    font-size: 24px;
  }
} 