body {
   overflow-x: hidden;
}
html {
   min-width: 320px;
   box-sizing: border-box;
   overflow-x: hidden;
}
*,
::after,
::before {
   box-sizing: inherit;
}
a {
   color: inherit;
   text-decoration: none;
}
body,
h1,
h2,
h3,
li,
p,
ul {
   margin: 0;
   padding: 0;
}
ul {
   list-style: none;
}
button,
input,
select {
   font: inherit;
   color: inherit;
   letter-spacing: inherit;
}
img {
   display: block;
   max-width: 100%;
}
[hidden] {
   display: none;
}
select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
select::-ms-expand {
   display: none;
}
.clearfix:after {
   content: "";
   display: block;
   clear: both;
}

body {
   width: 100%;
   min-width: 320px;
   font-family: "lemon/milk regular", sans-serif;
   color: #fff;
}
.wrapper {
   position: relative;
   width: 1200px;
   margin: 0 auto;
   padding: 0 20px;
}
.header {
   padding-bottom: 50px;
   background: #03a3a1;
}
.header__title {
   float: left;
   max-width: 600px;
   margin-top: 90px;
   font-weight: 700;
   font-size: 100px;
   line-height: 130px;
   -webkit-text-stroke-color: #000;
   -webkit-text-stroke-width: 1px;
}
.small-wrapper {
   position: relative;
   display: inline-block;
   overflow: hidden;
}
.img-block__prod-img {
   position: absolute;
   top: 50%;
   left: 50%;
   z-index: 10;
   width: 100%;
   max-width: 250px;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.img-block__gif-img {
   display: inline-block;
   vertical-align: top;
}
.img-block__gif-img--1 {
   margin-top: 30px;
}
.img-block__gif-img--2 {
   margin-top: 10px;
   margin-left: -50px;
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
}
.header__bottom-block {
   float: left;
   width: 50%;
}
.header__bottom-block--height {
   min-height: 400px;
}
.header__promo-txt {
   margin-right: 50px;
}
.header__promo-txt span {
   display: inline-block;
   font-size: 28px;
   background: #000;
}
.header__promo-txt span:last-of-type {
   padding: 10px;
}
.header__list {
   margin-top: -75px;
   margin-left: 50px;
}
.header__list li {
   position: relative;
   display: block;
   margin-bottom: 15px;
   font-size: 25px;
}
.header__list li::before {
   content: "";
   position: absolute;
   top: -10px;
   left: -65px;
   width: 60px;
   height: 60px;
   background: #693e47;
   background: url(../img/icon.png) center no-repeat;
   background-size: 40px 56px;
}
.btn,
.btn > div {
   text-align: center;
   font-style: normal;
}
.btn {
   position: relative;
   display: inline-block;
   margin-left: 50px;
   padding: 10px 40px;
   font-weight: 900;
   font-size: 45px;
   color: #fff;
   text-transform: uppercase;
   white-space: nowrap;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
   background: -webkit-gradient(linear, left top, left bottom, from(#fee9ea), color-stop(21.09449%, #cb3052), color-stop(84.18753%, #cb3052), to(#f7e2e3));
   background: linear-gradient(180deg, #fee9ea 0, #cb3052 21.09449%, #cb3052 84.18753%, #f7e2e3 100%);
   border: 1px solid #6aa;
   border-width: 1px;
   border-radius: 35px;
   box-shadow:
      inset 0 1px 0 #fff,
      0 1px 3px rgba(0, 0, 0, 0.3);
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   cursor: pointer;
}
.btn:hover {
   background: -webkit-gradient(linear, left top, left bottom, from(#fee9ea), color-stop(21.09449%, #202020), color-stop(84.18753%, #202020), to(#f7e2e3));
   background: linear-gradient(180deg, #fee9ea 0, #202020 21.09449%, #202020 84.18753%, #f7e2e3 100%);
}
.btn > div {
   margin: 0;
   font-weight: initial;
   font-size: 10px;
   color: #999;
}
.promo {
   padding-top: 110px;
   padding-bottom: 50px;
   background-color: #202020;
   background-image: url(../img/bg.png);
   background-repeat: no-repeat;
   background-position: center;
   background-size: auto 80%;
}
.promo__list {
   width: 700px;
   margin: 0 auto;
}
.promo__list-item {
   width: 100%;
}
.promo__list-item-txt {
   position: relative;
   display: block;
   width: 300px;
   margin-bottom: 120px;
   margin-left: auto;
   font-size: 27px;
}
.promo__list-item-txt--right {
   margin: 51px 8% 130px auto;
   text-align: center;
}
.promo__list-item-txt--right2 {
   margin-top: 140px;
   margin-right: 4%;
   margin-bottom: 85px;
}
.promo__list-item-txt::before {
   content: "";
   position: absolute;
   top: 50%;
   width: 360px;
   height: 360px;
   background: url(../img/pic1.png) center no-repeat;
   background-size: 300px 300px;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}
.promo__list-item-txt--right:before {
   left: -360px;
}
.promo__list-item-txt--left {
   margin-right: auto;
   margin-left: 4%;
   text-align: right;
}
.promo__list-item-txt--left::before {
   right: -360px;
}
.promo__list-item:nth-of-type(2) .promo__list-item-txt::before {
   background: url(../img/art1.png) center no-repeat;
   background-size: 300px 300px;
}
.promo__list-item:nth-of-type(3) .promo__list-item-txt::before {
   background: url(../img/pic3.png) center no-repeat;
   background-size: 300px 300px;
}
.want {
   padding: 25px 0;
   background: #cb3052;
}
.want__prod-img {
   float: left;
   max-width: 250px;
}
.want__txt {
   display: block;
   max-width: 650px;
   margin: 0 auto;
   font-size: 48px;
   text-align: center;
   color: #000;
}
.want__txt--white {
   margin-bottom: 50px;
   color: #fff;
}
.want__btn {
   display: block;
   max-width: 300px;
   margin: 0 auto;
   text-align: center;
   background: -webkit-gradient(linear, left top, left bottom, from(#f1ebeb), color-stop(21.09449%, #03a3a1), color-stop(84.18753%, #03a3a1), to(#f7e2e3));
   background: linear-gradient(180deg, #f1ebeb 0, #03a3a1 21.09449%, #03a3a1 84.18753%, #f7e2e3 100%);
}
.info {
   position: relative;
   padding-top: 100px;
   background: #202020;
}
.info__title {
   z-index: 10;
   margin-bottom: 30px;
   padding-left: 15px;
   font-size: 48px;
   vertical-align: middle;
   color: #202020;
   background: #03a3a1;
}
.info__title span {
   display: inline-block;
   padding: 25px 0;
   line-height: 70px;
}
.info__list {
   z-index: 10;
   width: 560px;
   margin-bottom: 50px;
   font-size: 41px;
}
.info__txt {
   position: relative;
   z-index: 100;
   text-align: right;
   color: #cb3052;
}
.info__txt span {
   display: inline-block;
   padding: 5px 0;
   font-size: 28px;
   background: #000;
}
.info__txt span:first-of-type {
   margin-right: 360px;
   padding: 15px;
   font-size: 22px;
   text-align: left;
}
.img-wrapper {
   position: absolute;
   z-index: 0;
}
.img-wrapper .img-wrapper__prod-img,
.img-wrapper--info .img-wrapper__prod-img {
   position: absolute;
   right: 0;
   bottom: 0;
   z-index: 10;
}
.img-wrapper--info {
   right: 0;
   bottom: 0;
   width: 550px;
   height: 550px;
}
.img-wrapper--answer {
   width: 400px;
   height: 400px;
}
.img-wrapper--answer .img-wrapper__img {
   width: 435px;
   height: auto;
}
.img-wrapper--answer .img-wrapper__prod-img {
   width: 100%;
   max-width: 250px;
}
.img-wrapper--order {
   position: relative;
   width: 450px;
   height: 450px;
}
.img-wrapper--order .img-wrapper__prod-img {
   position: absolute;
   bottom: 0;
   left: 0;
   z-index: 10;
   width: 100%;
   max-width: 250px;
}
.answer {
   padding-top: 25px;
   background: #03a3a1;
}
.answer .wrapper {
   min-height: 450px;
}
.answer__block--left {
   position: relative;
   float: left;
   margin-right: 50px;
}
.answer__block--right {
   float: right;
   max-width: 700px;
}
.answer__block--emptyblock {
   display: none;
}
.answer__title {
   margin-bottom: 25px;
}
.answer__title span {
   display: inline-block;
   font-size: 28px;
   background: #000;
}
.answer__title span:first-of-type {
   padding-left: 30px;
}
.answer__title span:last-of-type {
   margin-left: 50px;
   padding-left: 10px;
}
.answer-item {
   margin-bottom: 15px;
   font-size: 22px;
}
.answer-item .answer-item__title {
   padding-top: 5px;
   padding-left: 5px;
   color: #fff;
   background: #cb3052;
}
.answer-item .answer-item__txt {
   text-align: justify;
   color: #000;
}
.answer-item:first-of-type .answer-item__title {
   margin-left: -20px;
   padding-left: 20px;
}
.answer-item:last-of-type .answer-item__title {
   margin-left: -20px;
   padding-left: 20px;
}
.new {
   padding-top: 35px;
   background: #202020;
}
.new__title {
   display: block;
   margin: 0 auto 50px;
   font-size: 45px;
   text-align: center;
   color: #fff;
}
.new__title span {
   padding: 0 15px;
   background: #cb3052;
}
.new__list {
   padding-bottom: 40px;
}
.new__list-item {
   display: block;
   float: left;
   width: 33.3%;
}
.new__img {
   max-width: 100%;
   margin: 0 auto 25px;
}
.new__txt {
   font-size: 25px;
   text-align: center;
}
.order {
   padding-top: 35px;
   padding-bottom: 55px;
   background: #cb3052;
}
.order__title {
   margin-bottom: 25px;
   text-align: center;
}
.order__title span {
   position: relative;
   z-index: 25;
   font-size: 45px;
   color: #fff;
   background: #000;
}
.order__title:last-of-type span {
   position: relative;
   z-index: 2;
   margin-top: -10px;
   padding: 5px 10px 0;
   font-size: 30px;
   color: #000;
   background: #fff;
}
.order__block {
   position: relative;
   float: left;
}
.order__block--right {
   float: right;
   width: calc(100% - 450px);
}
.order__price-block {
   position: absolute;
   right: 0;
   bottom: 0;
   text-align: right;
}
.price-block__price {
   position: relative;
   padding: 5px 15px;
   font-size: 25px;
   color: #f3f3f3;
   background: #000;
}
.price-block__price--line-through::after {
   content: "";
   position: absolute;
   top: 50%;
   left: 50%;
   width: 90%;
   height: 2px;
   background: #f3f3f3;
   -webkit-transform: translateX(-50%);
   transform: translateX(-50%);
}
.price-block__price b {
   color: #03a3a1;
}
.price-block__price--new-price {
   display: block;
   padding: 5px 15px;
   font-weight: 900;
   font-size: 45px;
   color: #fff;
   text-decoration: none;
   -webkit-text-stroke-color: #03a3a1;
   -webkit-text-stroke-width: 1px;
}
.order__promo-txt {
   margin-bottom: 25px;
   text-align: center;
}
.order__promo-txt span {
   font-size: 45px;
   color: #fff;
   background: #000;
}
.order__form {
   width: 100%;
   margin: 0 auto;
}
.order__btn {
   font-size: 35px;
   background: -webkit-gradient(linear, left top, left bottom, from(#f1ebeb), color-stop(21.09449%, #03a3a1), color-stop(84.18753%, #03a3a1), to(#f7e2e3));
   background: linear-gradient(180deg, #f1ebeb 0, #03a3a1 21.09449%, #03a3a1 84.18753%, #f7e2e3 100%);
}
.form__element {
   display: block;
   width: 100%;
   height: 65px;
   margin-bottom: 15px;
   padding-left: 15px;
   color: #000;
   border: 0;
   border-radius: 5px;
}
.form__element--select {
   background-image: url(../img/select.png);
   background-repeat: no-repeat;
   background-position: 97% 50%;
   -webkit-appearance: none;
   -moz-appearance: none;
   -ms-appearance: none;
   -o-appearance: none;
   appearance: none;
}
.form__element--select::-ms-expand {
   display: none;
}
.footer-wrapper {
   text-align: center;
   font-size: 12px;
   color: #858585;
   padding: 15px 10px 5px;
   background-color: #cecece6e;
   font-weight: 400 !important;
}
.footer-wrapper a {
   color: #000;
   text-decoration: none;
}
.footer-wrapper a:hover,
.footer-wrapper a:visited {
   color: #2a2a2a;
}
.want__txt-block {
   display: block;
   width: calc(100% - 180px);
   margin: 0 auto;
   float: inherit;
}
@media (max-width: 1220px) {
   .wrapper {
      width: 100%;
      max-width: 900px;
   }
   .header {
      padding-top: 15px;
   }
   .header__title {
      float: none;
      width: 100%;
      max-width: 100%;
      margin-top: 0;
      text-align: center;
   }
   .small-wrapper {
      display: block;
      width: 510px;
      max-width: none;
      margin: 0 auto 15px;
   }
   .header__bottom-block {
      float: none;
      width: 100%;
      min-height: auto;
   }
   .header__promo-txt {
      width: 100%;
      margin: 0 0 15px;
      text-align: center;
   }
   .header__promo-txt span:last-of-type {
      margin-left: 95px;
   }
   .header__list {
      max-width: 400px;
      margin: 0 auto 25px;
      padding-left: 20px;
   }
   .btn {
      display: block;
      width: 350px;
      margin: 0 auto;
   }
   .want__prod-img {
      width: 25%;
   }
   .want__txt-block {
      width: 75%;
   }
   .info .wrapper {
      width: 100%;
   }
   .info__txt {
      text-align: left;
   }
   .info__txt span {
      font-size: 18px;
   }
   .img-wrapper--info {
      width: 300px;
      height: 300px;
   }
   .img-wrapper--info .img-wrapper__prod-img {
      width: 100%;
      max-width: 250px;
   }
   .img-wrapper--order {
      width: 100%;
   }
   .img-wrapper--order .img-wrapper__img {
      position: absolute;
      bottom: 0;
   }
   .answer__block--left {
      display: block;
      float: none;
      width: 300px;
      height: 300px;
      margin: 0 auto;
   }
   .answer__block--right {
      float: none;
      width: 100%;
      max-width: none;
   }
   .answer__block--emptyblock {
      display: block;
      width: 100%;
      height: 50px;
   }
   .answer__title span:first-of-type {
      padding-left: 5px;
   }
   .answer__title span:last-of-type {
      margin-left: 100px;
      padding-left: 5px;
   }
   .answer__title {
      max-width: 500px;
      margin: 0 auto 15px;
      text-align: center;
   }
   .answer-item:first-of-type .answer-item__title {
      margin-left: 0;
      padding-left: 5px;
   }
   .answer-item:last-of-type .answer-item__title {
      margin-left: 0;
      padding-left: 5px;
   }
   .order__block {
      width: 50%;
   }
   .order__promo-txt span {
      font-size: 25px;
   }
   .order__form {
      width: 95%;
      margin-left: 5%;
   }
}
@media (max-width: 1220px) and (max-width: 767px) {
   .small-wrapper {
      width: 100%;
      min-height: 200px;
   }
}
@media (max-width: 767px) {
   .wrapper {
      width: 320px;
      padding: 0 15px;
   }
   .header__title {
      font-size: 45px;
      line-height: 60px;
   }
   .img-block__prod-img {
      top: 70%;
      width: 100%;
      max-width: 150px;
   }
   .img-block__gif-img--1 {
      position: absolute;
      left: 0;
      width: 190px;
   }
   .img-block__gif-img--2 {
      position: absolute;
      left: 138px;
      width: 145px;
      margin-left: 0;
   }
   .header__promo-txt span {
      font-size: 16px;
   }
   .header__list {
      padding-left: 50px;
   }
   .header__list li {
      font-size: 18px;
   }
   .btn {
      width: 100%;
      font-size: 25px;
      text-align: center;
   }
   .promo {
      padding-top: 70px;
   }
   .promo__list {
      width: 100%;
   }
   .promo__list-item-txt {
      width: 150px;
      margin-bottom: 50px;
      font-size: 14px;
   }
   .promo__list-item-txt--right:before {
      left: -135px;
   }
   .promo__list-item-txt--left::before {
      right: -135px;
   }
   .promo__list-item:nth-of-type(2) .promo__list-item-txt::before,
   .promo__list-item:nth-of-type(3) .promo__list-item-txt::before {
      background-size: 125px 125px;
   }
   .want__prod-img {
      float: none;
      width: 100%;
      max-width: 350px;
      margin: 0 auto;
   }
   .want__txt--white {
      margin-bottom: 15px;
   }
   .want__txt {
      font-size: 20px;
   }
   .info {
      padding-top: 25px;
      padding-bottom: 2px;
   }
   .info__title {
      margin-bottom: 15px;
      font-size: 20px;
   }
   .info__title span {
      width: auto;
      line-height: normal;
   }
   .info__list {
      width: 100%;
      margin-left: 0;
      font-size: 16px;
      margin-bottom: 2px;
   }
   .info__txt {
      position: absolute;
      bottom: -100px;
   }
   .info__txt span {
      font-size: 16px;
   }
   .info__txt span:first-of-type {
      margin-right: 0;
      font-size: 12px;
   }
   .img-wrapper--info {
      position: relative;
      width: 290px;
      margin-bottom: 100px;
      margin-left: auto;
   }
   .img-wrapper--answer .img-wrapper__prod-img {
      width: 100%;
      max-width: 250px;
      right: -100px;
   }
   .img-wrapper--info .img-wrapper__prod-img {
      bottom: 80px;
   }
   .img-wrapper--order {
      height: auto;
   }
   .img-wrapper--order .img-wrapper__img {
      position: relative;
   }
   .img-wrapper--order .img-wrapper__prod-img {
      width: 100%;
      max-width: 250px;
      left: -100px;
   }
   .answer .wrapper {
      width: 100%;
      max-width: none;
   }
   .answer__block--left {
      width: 250px;
      height: 250px;
   }
   .answer__block--emptyblock {
      height: 25px;
   }
   .answer__title {
      width: auto;
   }
   .new__title,
   .order__title span {
      font-size: 25px;
   }
   .new__list-item {
      float: none;
      width: 100%;
   }
   .new__img {
      float: left;
      width: 50%;
      max-width: none;
      margin: 0;
   }
   .new__txt {
      float: right;
      width: 50%;
      padding-left: 5px;
      font-size: 16px;
      vertical-align: middle;
   }
   .order__title:last-of-type span {
      padding: 8px 0 0;
      font-size: 20px;
   }
   .order__block {
      float: none;
      width: 100%;
   }
   .order__block--left {
      margin-bottom: 15px;
   }
   .price-block__price {
      font-size: 15px;
   }
   .order__btn,
   .price-block__price--new-price {
      font-size: 25px;
   }
   .promo__list-item-txt::before {
      width: 125px;
      height: 125px;
      background-size: 125px 125px;
   }
   .promo__list-item-txt--right {
      margin: 51px 0 64px auto;
      text-align: center;
   }
   .promo__list-item-txt--right2 {
      margin-top: 80px;
      margin-right: -5%;
      margin-bottom: 70px;
   }
   .promo__list-item-txt--left {
      margin-left: -4%;
   }
   .answer__title span {
      font-size: 17px;
   }
   .order__form {
      width: 100%;
      margin-left: 0;
   }
   .want__txt-block {
      float: none;
      width: 100%;
   }
}
