*, :before, :after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

b {
  font-weight: 600;
}

img {
  display: block;
  max-width: 100%;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1;
}

.wrapper {
  overflow: hidden;
}

.container {
  width: 970px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.present {
  padding: 150px 0 0;
  position: relative;
  background: url('../images/present_bg.jpg') left center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.present:before {
  content: '';
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(35%) skewX(15deg);
  -ms-transform: translateX(35%) skewX(15deg);
  transform: translateX(35%) skewX(15deg);
  background: #f2f0eb;
}

.present__wrap {
  width: 60%;
  margin: 0 0 0 auto ;
  position: relative;
  padding: 0 0 160px;
}

.present__wrap:before {
  content: '';
  background: url('../images/present_photo.png') left bottom no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 776px;
  height: 628px;
  position: absolute;
  right: 100%;
  bottom: 0;
  margin-right: -170px;
}

.title {
  font-size: 54px;
  font-weight: bold;
  color: #6c396a;
  font-family: 'Roboto Slab', serif;
  padding: 50px 0 30px;
  line-height: 1.1;
}

.present__text {
  width: 75%;
  font-size: 25px;
  font-weight: 500;
  color: #4f4f4f;
  padding: 0 0 30px;
  line-height: 1.43;
}

.button__wrap {
  overflow: hidden;
  position: relative;
  max-width: 290px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

button {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #fff;
  padding: 20px;
  background-color: transparent;
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
  cursor: pointer;
}

.button__wrap:before {
  content: '';
  width: 150%;
  height: 150%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(25%, -25%);
  -ms-transform: translate(25%, -25%);
  transform: translate(25%, -25%);
  background: -webkit-radial-gradient(0 50%, circle, #b8536a, #e09957);
  background: -o-radial-gradient(0 50%, circle, #b8536a, #e09957);
  background: radial-gradient(circle at 0 50%, #b8536a, #e09957);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  -o-transition: transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.button__wrap:hover:before {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.advantages {
  padding: 130px 0 125px;
}

.advantages__wrap {
  display: table;
  width: 85%;
  margin: 0 auto;
  table-layout: fixed;
}

.advantages__cell {
  display: table-cell;
  vertical-align: top;
}

.advantages__item {
  margin-right: 5px;
  color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 30px 20px 20px;
  text-align: center;
  min-height: 340px;
}

.advantages__item_01 {
  background: -webkit-linear-gradient(-315deg, #e6a159, #ba556a);
  background: -o-linear-gradient(-315deg, #e6a159, #ba556a);
  background: linear-gradient(-135deg, #e6a159, #ba556a);
}

.advantages__item_02 {
  background: -webkit-linear-gradient(-225deg, #e6a159, #ba556a 135%);
  background: -o-linear-gradient(-225deg, #e6a159, #ba556a 135%);
  background: linear-gradient(135deg, #e6a159, #ba556a 135%);
}

.advantages__item_03 {
  background: -webkit-linear-gradient(-35deg, #e6a159, #ba556a);
  background: -o-linear-gradient(-35deg, #e6a159, #ba556a);
  background: linear-gradient(-55deg, #e6a159, #ba556a);
}

.advantages__title {
  font-size: 24px;
  line-height: 1.1;
  font-weight: bold;
  font-family: 'Roboto Slab', serif;
}

.advantages__item_01 .advantages__title:before {
  background: url('../images/advantage_icon_01.jpg') center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.advantages__item_02 .advantages__title:before {
  background: url('../images/advantage_icon_02.jpg') center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.advantages__item_03 .advantages__title:before {
  background: url('../images/advantage_icon_03.jpg') center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.advantages__title:before {
  content: '';
  width: 74px;
  height: 74px;
  display: block;
  margin: 0 auto 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.advantages__title:after {
  content: '';
  width: 70px;
  border-top: 1px solid #f7e335;
  display: block;
  margin: 15px auto;
}

.advantages__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.composition {
  background: #f2f0eb;
  padding: 50px 0;
}

.title_mod {
  color: #b8536a;
  text-align: center;
}

.composition__subtitle {
  color: #535353;
  text-align: center;
}

.composition__wrap {
  width: 90%;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
  font-weight: bold;
  color: #4c4c4c;
  padding: 70px 0 65px;
  position: relative;
  z-index: 1;
}

.composition__wrap:after {
  content: '';
  background: url('../images/composition_decore_01.png') center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 100%;
  height: 122px;
  display: block;
  margin: 40px auto 0;
}

.composition__item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  position: relative;
  padding-top: 160px;
}

.composition__item_01:before {
  background: url('../images/composition_photo_01.png') center bottom no-repeat;
  width: 212px;
}

.composition__item_02:before {
  background: url('../images/composition_photo_02.png') center bottom no-repeat;
  width: 186px;
}

.composition__item_03:before {
  background: url('../images/composition_photo_03.png') center bottom no-repeat;
  width: 182px;
}

.composition__item_04:before {
  background: url('../images/composition_photo_04.png') center bottom no-repeat;
  width: 166px;
}
.composition__item_05:before {
  background: url('../images/composition_photo_05.png') center bottom no-repeat;
  width: 160px;
}
.composition__item_06:before {
  background: url('../images/composition_photo_06.png') center bottom no-repeat;
  width: 160px;
}

.composition__item_07:before {
  background: url('../images/composition_photo_07.png') center bottom no-repeat;
  width: 160px;
}
.composition__item_08:before {
  background: url('../images/composition_photo_08.png') center bottom no-repeat;
  width: 160px;
}
.composition__item_09:before {
  background: url('../images/composition_photo_09.png') center bottom no-repeat;
  width: 160px;
}
.composition__item_10:before {
  background: url('../images/composition_photo_10.png') center bottom no-repeat;
  width: 160px;
}

.composition__item_11:before {
  background: url('../images/composition_photo_11.png') center bottom no-repeat;
  width: 160px;
}
.composition__item_12:before {
  background: url('../images/composition_photo_12.png') center bottom no-repeat;
  width: 160px;
}
.composition__item_13:before {
  background: url('../images/composition_photo_13.png') center bottom no-repeat;
  width: 160px;
}

.composition__item:before {
  content: '';
  position: absolute;
  height: 146px;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-background-size: contain;
  background-size: contain;
}

.composition__name {
  font-size: 25px;
}

.composition__text {
  font-size: 44px;
  font-weight: bold;
  color: #7a376c;
  font-family: 'Roboto Slab', serif;
  width: 55%;
  margin: 0 auto 0 0;
  padding: 60px 40px;
  position: relative;
  border-right: 1px solid #7a376c;
}

.composition__text:before {
  content: '';
  width: 450px;
  height: 450px;
  background: url('../images/composition_decore_02.gif') center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -225px 0 0 1px;
}

.composition__subtext {
  padding: 125px 0 0 90px;
}

.composition__subtext span {
  padding: 0 20px 0 50px;
  position: relative;
  font-size: 32px;
  color: #505050;
}

.composition__subtext span:before {
  content: '';
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -22px 0 0 0;
}

.composition__subtext span:first-child:before {
  background: url('../images/cancel.png') center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.composition__subtext span:last-child:before {
  background: url('../images/checked.png') center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.promo {
  padding: 150px 0 100px;
  font-family: 'Roboto Slab', serif;
}

.promo__wrap {
  width: 65%;
  padding-left: 60px;
  margin: 0 auto 0 0;
  position: relative;
}

.promo__wrap:before {
  content: '';
  background: url('../images/product_01.png') center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 224px;
  height: 426px;
  position: absolute;
  left: 100%;
  top: 50%;
  margin: -213px 0 0 45px;
}

.promo__text {
  color: #fff;
  font-size: 22px;
  line-height: 1.3;
  padding: 10px 15px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background: -webkit-linear-gradient(-45deg, #ba556a, #e6a159);
  background: -o-linear-gradient(-45deg, #ba556a, #e6a159);
  background: linear-gradient(-45deg, #ba556a, #e6a159);
  position: relative;
}

.promo__text span {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
  padding-left: 15px;
}

.promo__text:before {
  content: '';
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}

.promo__text:after {
  content: '';
  width: 64px;
  height: 64px;
  background: url('../fonts/promo_pict.svg') center no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px 15px 0 0;
}

.promo__title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.43;
  padding: 15px 0 10px;
}

.promo__title span {
  color: #962051;
}

.promo__subtitle {
  font-size: 82px;
  color: #b9546a;
  font-weight: bold;
}

.offer {
  padding: 95px 0;
  position: relative;
  font-family: 'Roboto Slab', serif;
  background: -webkit-radial-gradient(85% 0, ellipse, #b0456e, #e8a558 90%);
  background: -o-radial-gradient(85% 0, ellipse, #b0456e, #e8a558 90%);
  background: radial-gradient(ellipse at 85% 0, #b0456e, #e8a558 90%);
}

.offer__wrap {
  width: 90%;
  margin: 0 auto;
}

.offer__title {
  font-size: 40px;
  color: #fcf63a;
  text-transform: uppercase;
  font-weight: bold;
}

.offer__subtitle {
  font-size: 30px;
  color: #fff;
  padding: 15px 0;
  text-transform: lowercase;
}

.offer__list {
  list-style: none;
  padding: 0 0 40px;
  color: #fff;
}

.offer__item {
  padding: 5px 0;
}

.offer__item:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url('../fonts/check.svg') center no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.offer__item span {
  background: #b8546a;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 1px 6px;
}

.timer__wrap {
  background: #83e195;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 25px 30px;
  direction: ltr;
}

.timer {
  width: 380px;
  display: inline-block;
  vertical-align: middle;
  font-size: 47px;
  color: #bc5968;
  font-weight: bold;
  /* direction: rtl; */
}

.timer__item {
  width: 97px;
  padding: 20px;
  border: 2px solid #bc5968;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
}

.timer__text {
  font-size: 35px;
  font-weight: bold;
  color: #000;
  padding: 0 30px;
  display: inline-block;
  vertical-align: middle;
  width: 45%;
}

.order {
  padding: 60px 0 90px;
  background: url('../images/order_bg_01.jpg') center top no-repeat;
  position: relative;
}

/* @media (max-width: 1200px) {
  .order {
    padding: 60px 0 90px;
    background: url('../images/order_bg_01.jpg') right top no-repeat;
    position: relative;
  }
} */

.order__wrap {
  width: 40%;
  padding-right: 65px;
  position: relative;
}

.order__wrap:after {
  content: '';
  background: url('../images/product_02.png') center no-repeat;
  width: 302px;
  height: 624px;
  position: absolute;
  top: 50%;
  right: 100%;
  margin: -280px 110px 0 0;
  background-size: contain;
}

.price_mobile {
  display: none;
}

.price {
  font-family: 'Roboto Slab', serif;
  padding: 25px 0;
}

.price__item {
  display: inline-block;
  vertical-align: top;
}

/*.price__item + .price__item {
  padding-right: 20px;
}*/

.price__item_old {
  font-size: 32px;
  color: #932354;
  text-decoration: line-through;
}

.price__item_new {
  font-size: 47px;
  color: #363636;
  font-weight: bold;
}

.form__field {
  border-bottom: 1px solid #000;
  position: relative;
}

.form__field_select:after {
  content: '';
  border: 5px solid transparent;
  border-top-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -3px 0 0 15px;
}

select,
option,
input {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 18px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 5;
}

input[name='phone'] {
  direction: ltr;
  text-align: right;
}

select::-ms-expand {
  display: none;
}

.advantages__item,
.composition__item,
.offer__item {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: opacity .9s, -webkit-transform .9s;
  transition: opacity .9s, -webkit-transform .9s;
  -o-transition: opacity .9s, transform .9s;
  transition: opacity .9s, transform .9s;
  transition: opacity .9s, transform .9s, -webkit-transform .9s;
}

.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.show_02 {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.show_03 {
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

.show_04 {
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
}

.order .title {
  font-size: 47px;
}

.form-notes {
  padding-top: 28px
}

.form-block-notes {
  text-align: center;
  font-size: 1rem;
  padding-top: 1rem
}