/**********GLOBAL***********/

.container {
  overflow: hidden;
  min-width: 1000px;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

body {
  font-size: 16px;
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  background-color: #013d23;
}

.wrap {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

.row {
  font-size: 0;
}

.col-l, .col-r {
  display: inline-block;
  vertical-align: top;
  width: 55%;
  font-size: 16px;
}

.col-r {
  width: 45%;
}

.col-3 {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: 30%;
  margin-right: 5%;
}

.col-3:last-child {
  margin-right: 0;
}

.col-4 {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}

/***********
***TIMER***
************/

.count_wrapp {
  text-align: center;
  text-transform: lowercase;
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
}

.landing__countdown {
  width: 241px;
  height: 36px;
  margin: 7px auto 0;
}

.landing__countdown span {
  float: left;
}

.landing__countdown span {
  margin-left: 23px;
}

.landing__countdown span:first-child {
  margin-left: 0;
}

.landing__countdown span {
  width: 69px;
  height: 39px;
  padding-left: 10px;
  box-sizing: border-box;
  margin-left: 16px;
  background: #f9f9f9;
  background: url('../img/countdown.png');
  font-size: 24px;
  line-height: 36px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  letter-spacing: 22px;
}

.landing__countdown span:first-child {
  margin-left: 0;
}

.landing__countdown .l {
  clear: both;
  padding-top: 7px;
}

.countdown_entities {
  text-align: center;
}

.countdown_entities>span {
  display: inline-block;
  width: 80px;
}

.button {
  display: block;
  margin-top: 20px;
  margin-bottom: -20px;
  margin-left: -10px;
  width: calc(100% + 20px);
  padding: 0 10px;
  background: #ffba02;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #ffba02 0%, #ffff00 50%, #ffba02 100%);
  border-radius: 28px;
  box-shadow: 0 0 5px #7b8d04;
  text-align: center;
  text-decoration: none;
  font: 34px/48px "Lobster", Arial, Helvetica, cursive;
  color: #000;
  text-shadow: 0 1px 0 #fffcbf;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.5s;
}

.button:hover {
  transform: scale(1.1);
}

.button--green {
  width: 300px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 12px #0b1611, inset 0 0 3px #ffffbe;
  background: #f2ff29;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #f2ff29 0%, #dbe050 52%, #848517 100%);
}

.button--green:hover {
  background: #f2ff29;
  box-shadow: 0 0 7px #6a6a6a;
}

/********MAIN-HEADER*********/

.main-header {
  background-image: url('../img/pattern.png');
  background-repeat: repeat;
  padding-bottom: 60px;
}

.main-header__top {
  position: relative;
  z-index: 3;
  background-color: #005F42;
  padding: 30px 0;
  margin-bottom: 80px;
}

.main-header__top-text {
  width: 200px;
  color: #fff;
  font-size: 18px;
}

.main-header__logo {
  width: 250px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.main-header__title {
  position: relative;
  z-index: 3;
  margin: 0;
  font-family: 'Lobster';
  color: #f4c82a;
  text-align: center;
  font-style: italic;
  font-size: 45px;
  font-weight: normal;
  text-shadow: 1px 1px 5px #000;
}

.main-header__guarantee {
  margin-top: -70px;
  margin-bottom: 40px;
}

.main-header__list {
  width: 300px;
  margin: 0;
  padding: 0;
  padding-top: 50px;
  list-style: none;
  font-size: 20px;
  font-weight: 700;
  color: #2d5f49;
}

.main-header__item {
  position: relative;
  z-index: 3;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 45px;
  background-color: rgba(224, 211, 7, 0.5);
  box-shadow: inset 0px -20px 0px -15px rgb(224, 211, 7);
  text-shadow: 0 0 5px #f2f5c3, 0 0 7px #f2f5c3, 0 0 9px #f2f5c3, 0 0 11px #f2f5c3, 0 0 13px #f2f5c3, 0 0 15px #f2f5c3;
}

.main-header__item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 44px;
  height: 59px;
  background-image: url('../img/header_check.png');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  transform: translateY(-50%);
}

.main-header__natural {
  display: block;
  margin-top: -50px;
  margin-left: auto;
}

.main-header__text {
  position: relative;
  z-index: 4;
  color: #fff;
  font-size: 21px;
  margin-bottom: 15px;
}

.main-header__text div {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
}

.main-header__product {
  position: relative;
  z-index: 3;
  display: inline-block;
  vertical-align: middle;
  width: 150px;
}

.main-header__form {
  position: relative;
  z-index: 5;
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
  width: 290px;
  font-size: 16px;
  background-color: #7CBC00;
  box-shadow: inset 0px 0px 20px 10px rgb(224, 211, 7);
  padding: 10px;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}

.main-header__form-title {
  padding: 10px;
  border-radius: 15px;
  background: rgba(50, 103, 9, 0.4);
  font: 27px/36px "Lobster", Arial, Helvetica, cursive;
  color: #d75c01;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 1px -1px 5px #3f5403;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main-header__form-price {
  display: flex;
  text-align: center;
  /* word-break: break-all; */
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.main-header__price {
  display: inline-block;
  vertical-align: top;
  font-family: 'Lobster';
  font-size: 53px;
  color: #000;
}

.main-header__old-price {
  display: inline-block;
  vertical-align: top;
  font-size: 21px;
  color: #b30000;
}

.main-header__woman, .main-header__radial {
  position: absolute;
}

.main-header__woman {
  z-index: 4;
  width: 630px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -100px;
}

.main-header__radial {
  top: -220px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

/**********BLOCK-2**********/

.block2 {
  position: relative;
  background: rgb(255, 186, 0);
  background: -moz-linear-gradient(top, rgba(255, 186, 0, 1) 50%, rgba(255, 218, 0, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 186, 0, 1) 50%, rgba(255, 218, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 186, 0, 1) 50%, rgba(255, 218, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffba00', endColorstr='#ffda00', GradientType=0);
  padding-top: 30px;
  padding-bottom: 20px;
}

.block2::before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: url('../img/line-orange-top.png');
  background-repeat: repeat-x;
}

.block2::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: url('../img/line-orange-bottom.png');
  background-repeat: repeat-x;
}

.block2__title {
  text-align: center;
  font-size: 30px;
  color: #020500;
}

/**********BLOCK-3************/

.block3 {
  padding: 40px 0;
  background-image: url('../img/pattern2.png');
  background-repeat: repeat;
}

.block3 .col-4 {
  text-align: center;
  font-size: 18px;
  color: #e7ebab;
  text-shadow: 0 1px 2px #042919;
}

.block3__img {
  height: 85px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

/**********BLOCK-4************/

.block4 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url('../img/block4_yellow.png'), url('../img/pattern-4.jpg');
  -webkit-background-size: 50%, contain;
  background-size: 50%, contain;
  background-repeat: no-repeat, repeat;
  background-position: top center;
}

.block4__title {
  color: #fff;
  font-size: 22px;
  text-align: center;
  margin-bottom: 60px;
}

.block4__prod {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

.block4__promo {
  background: rgb(184, 203, 51);
  background: -moz-linear-gradient(-45deg, rgba(184, 203, 51, 1) 0%, rgba(129, 186, 45, 1) 40%, rgba(129, 186, 45, 1) 60%, rgba(184, 203, 51, 1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(184, 203, 51, 1) 0%, rgba(129, 186, 45, 1) 40%, rgba(129, 186, 45, 1) 60%, rgba(184, 203, 51, 1) 100%);
  background: linear-gradient(135deg, rgba(184, 203, 51, 1) 0%, rgba(129, 186, 45, 1) 40%, rgba(129, 186, 45, 1) 60%, rgba(184, 203, 51, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8cb33', endColorstr='#b8cb33', GradientType=1);
  border-radius: 10px;
  padding: 10px 20px;
  border: 3px solid #6faa10;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 60px;
}

.block4__promo-title {
  position: relative;
  padding-left: 85px;
  font-family: 'Lobster';
  color: #1b5705;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 2px #fff;
  font-size: 20px;
  margin-bottom: 40px;
}

.block4__promo-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -58px;
  width: 138px;
  height: 125px;
  transform: translateY(-50%);
  background: url('../img/block4_icon1.png') no-repeat, center center;
}

.block4__promo:nth-child(2) .block4__promo-title::before {
  background: url('../img/block4_icon2.png') no-repeat, center center;
}

.col-3:nth-child(2) .block4__promo-title::before {
  background: url('../img/block4_icon3.png') no-repeat, center center;
}

.col-3:nth-child(3) .block4__promo-title::before {
  background: url('../img/block4_icon4.png') no-repeat, center center;
}

.col-3:nth-child(3) .block4__promo:nth-child(2) .block4__promo-title::before {
  background: url('../img/block4_icon5.png') no-repeat, center center;
}

.block4__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.block4__item {
  position: relative;
  padding-left: 50px;
  color: #fff;
  text-shadow: 0 0 7px #151906;
  margin-bottom: 15px;
}

.block4__item:last-child {
  margin-bottom: 0;
}

.block4__item::before {
  content: '';
  width: 44px;
  height: 59px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('../img/header_check.png');
  background-repeat: no-repeat;
}

.block4__footer {
  width: 880px;
  margin: 0 auto;
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.4);
  border: solid 3px #99a94c;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}

.block4__footer div {
  text-transform: uppercase;
  font-size: 25px;
}

/**********BLOCK-5************/

.block5 {
  background-color: #8FA83B;
  padding: 50px 0;
  color: #fff;
  text-align: center;
}

.block5__title {
  position: relative;
  font-size: 50px;
  font-family: 'Lobster';
  font-style: normal;
}

.block5__title::before, .block5__title::after {
  content: '100%';
  position: absolute;
  left: -300px;
  top: -20%;
  font-size: 200px;
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  opacity: 0.2;
  line-height: 1;
}

.block5__title::after {
  left: auto;
  right: -300px;
}

.block5__title span {
  text-shadow: 3px 0 0 #ffde00;
  font-weight: 700;
  font-size: 90px;
}

.block5__subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  text-shadow: 0 1px 8px #374016;
  width: 750px;
  margin: 0 auto;
}

/************REVIEWS************/

.reviews {
  padding-bottom: 40px;
}

.reviews__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 15px 20px;
  padding-bottom: 40px;
  width: 30%;
  margin-right: 5%;
  min-height: 410px;
  background: rgb(255, 214, 62);
  background: -moz-linear-gradient(45deg, rgba(255, 214, 62, 1) 0%, rgba(254, 180, 23, 1) 50%, rgba(254, 213, 64, 1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 214, 62, 1) 0%, rgba(254, 180, 23, 1) 50%, rgba(254, 213, 64, 1) 100%);
  background: linear-gradient(45deg, rgba(255, 214, 62, 1) 0%, rgba(254, 180, 23, 1) 50%, rgba(254, 213, 64, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd63e', endColorstr='#fed540', GradientType=1);
  border-radius: 0 0 5px 5px;
  box-shadow: inset 2px 1px 5px #2d240c, inset 2px 1px 5px #2d240c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.reviews__item:last-child {
  margin-right: 0;
}

.reviews__image {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 10px;
  box-shadow: 0 0 15px #fff3b4, 0 0 20px #fff3b4, 0 0 25px #fff3b4;
}

.reviews__text {
  font-weight: 700;
  line-height: 1.4;
  font-size: 14px;
}

.reviews__name {
  position: absolute;
  font-weight: 700;
  width: 90%;
  text-align: center;
  font-size: 20px;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

/************BLOCK-6************/

.block6 {
  padding-bottom: 40px;
}

.block6 .wrap {
  position: relative;
  background-image: url('../img/pattern5.jpg');
  background-repeat: repeat;
  padding: 15px;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block6__legs {
  float: left;
  margin-top: -15px;
  margin-right: 10px;
}

.block6__title {
  font-size: 24px;
  font-family: 'Lobster';
  color: #fff600;
  font-style: normal;
  text-shadow: 0 0 1px #485321;
}

.block6 p {
  margin: 0;
  font-weight: 700;
  margin-bottom: 20px;
}

.block6__white {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}

.block6__white--bottom {
  position: relative;
  padding-right: 150px;
  padding-left: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block6__white--bottom img {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
}

.block6__bottom {
  width: 850px;
  background-color: rgba(165, 216, 0, 0.5);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 90px;
  padding-right: 70px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block6__bottom div {
  text-decoration: underline;
  color: #c10000;
}

.block6__prod {
  float: right;
}

/************BLOCK-7************/

.block7 {
  box-shadow: 0 0 40px #40843a;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.block7__title {
  width: 760px;
  font-family: 'Lobster';
  font-size: 24px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  font-style: normal;
  color: #fff;
}

.block7__title::before {
  content: '';
  position: absolute;
  top: 0;
  left: -90px;
  background-image: url('../img/proved_finger.png');
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  -webkit-background-size: cover;
  background-size: cover;
}

/************BLOCK-8************/

.block8 {
  padding: 15px;
}

.block8 .wrap {
  background-image: url('../img/bg_expert.png');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 15px;
}

.block8__doctor {
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  width: 35%;
  height: 100%;
}

.block8__doctor img {
  max-width: 100%;
  width: 250px;
}

.block8__text {
  display: inline-block;
  vertical-align: top;
  padding-top: 50px;
  color: #fff;
  font-size: 16px;
  width: 65%;
  font-weight: 700;
}

.block8__title {
  font-size: 30px;
}

/************BLOCK-9************/

.block9 {
  padding-bottom: 50px;
}

.block9__item {
  background-image: url('../img/pattern.jpg');
  background-repeat: repeat;
  border-radius: 15px;
  font-size: 16px;
  min-height: 230px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block9__item-title {
  position: relative;
  padding-left: 55px;
  font-size: 25px;
  color: #ff6600;
  font-family: 'Lobster';
  font-style: normal;
  margin-bottom: 20px;
}

.block9__item-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 32px;
  height: 24px;
  background-image: url('../img/benefits_check.png');
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/************BLOCK-10************/

.block10 {
  background-image: url('../img/pattern-3.png');
  background-repeat: repeat;
  padding: 10px 0;
}

.block10 .col-3 {
  vertical-align: middle;
}

.block10__title {
  font-size: 30px;
  font-family: 'Lobster';
  color: #fff;
  font-style: normal;
}

.block10__fake {
  position: relative;
  padding: 5px 80px 5px 80px;
  border-radius: 15px;
  background: #ad2d2b;
  box-shadow: inset 0 0 10px #561615;
  text-align: center;
  font-weight: 700;
  font-size: 23px;
  color: #faff58;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block10__fake::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  width: 53px;
  height: 46px;
  background-image: url('../img/code_alert.png');
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/************BLOCK-11************/

.block11 {
  padding: 40px 0;
  /*background-image: url('../img/block4_yellow.png');*/
  /*background-repeat: no-repeat;*/
  /*background-position: 50% 50%;*/
  /*-webkit-background-size: 50% 70%;*/
  /*background-size: 50% 70%;*/
}

.block11__title {
  text-align: center;
  font-family: 'Lobster';
  font-size: 30px;
  color: #fff;
  margin-bottom: 15px;
  font-style: normal;
}

.block11__container {
  position: relative;
  padding-bottom: 15px;
  background: rgb(253, 254, 176);
  background: -moz-linear-gradient(top, rgba(253, 254, 176, 1) 2%, rgba(255, 255, 255, 1) 36%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(253, 254, 176, 1) 2%, rgba(255, 255, 255, 1) 36%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(253, 254, 176, 1) 2%, rgba(255, 255, 255, 1) 36%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfeb0', endColorstr='#ffffff', GradientType=0);
}

.block11 .col-3 {
  text-align: center;
  font-weight: 700;
}

.block11__img {
  position: relative;
  margin-bottom: 15px;
}

.block11__img img {
  height: 105px;
}

.block11__img::after {
  content: '';
  position: absolute;
  right: 0;
  top: 70%;
  background-image: url('../img/scheme_0.png');
  background-repeat: no-repeat;
  width: 38px;
  height: 44px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY()-50%;
  transform: translateY(-50%);
}

.block11 .col-3:last-child .block11__img::after {
  content: none;
}

/*******MAIN-FOOTER*********/

.main-footer {
  position: relative;
  background-image: url('../img/pattern.jpg');
  background-repeat: repeat;
  padding: 20px;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.main-footer::before {
  content: '';
  position: absolute;
  top: -40px;
  left: -40px;
  width: 105px;
  height: 105px;
  background: url('../img/form_clock.png') no-repeat center center;
}

.main-footer__left {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  margin-right: 5%;
  font-size: 16px;
}

.main-footer__right {
  display: inline-block;
  vertical-align: middle;
  width: 35%;
  font-size: 16px;
}

.main-footer__title {
  text-align: center;
  font-family: 'Lobster';
  font-style: normal;
  font-size: 48px;
  color: #ec7d3a;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 3px 0 9px #767676;
  margin-bottom: 15px;
}

.main-footer__left-wrap {
  position: relative;
  background: #fff;
  border: solid 5px #ff6600;
  border-radius: 15px;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 150px;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main-footer__discount {
  position: relative;
  padding: 20px;
  padding-right: 100px;
  margin-bottom: 40px;
  background: #f2f2f2;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  border-radius: 15px;
}

.main-footer__discount::after {
  content: '50%';
  padding: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  background: #ff4772;
  background: url(data:image/svg+xml;base64PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #ff4772 0%, #ff012c 100%);
  border-radius: 20px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-style: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-footer__product {
  position: absolute;
  left: 0;
  top: -20px;
}

.main-footer_price {
  padding-left: 50px;
  font-weight: 700;
  font-size: 20px;
  font-style: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ff416c;
}

.price_name {
  color: #000;
}

.main-footer__right form {
  padding: 20px 25px;
  background: #fff;
  box-shadow: inset 0 0 7px #c5c5c5;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.input-label {
  display: block;
  font-size: 12px;
  color: #818181;
  margin-bottom: 5px;
  font-style: normal;
}

.input-field {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 0;
  line-height: 41px;
  height: 41px;
  padding-left: 10px;
  border: solid 1px #cbcbcb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

select.input-field {
  background: url('../img/select.png') no-repeat, #fff;
  background-position: 95% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.main-footer__total {
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  font-style: normal;
}

input::-webkit-input-placeholder {
  color: #000;
}

input::-moz-placeholder {
  color: #000;
}

input:-moz-placeholder {
  color: #000;
}

input:-ms-input-placeholder {
  color: #000;
}

.item-gift {
  display: none;
  margin: 20px 0;
  font-weight: 900;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  color: #000000;
  text-shadow: 1px 1px 1px #0000008c;
}