body {
    background: #ccc;
    font-family: 'Museo Sans', Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #222;
}
.wrapper {
    width: 480px;
    margin: 0 auto;
}
.top-tlt {
    color:#c9a557;
    font-size: 38px;
    letter-spacing: 2.4px;
}
.f-mont {
    font-family: 'Montserrat', Helvetica, sans-serif;
}
.bg-blue {
background: #097bd3; /* Old browsers */
background: -moz-linear-gradient(top,  #097bd3 0%, #51a9fb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #097bd3 0%,#51a9fb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #d8a243 0%,#e2c683 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#097bd3', endColorstr='#51a9fb',GradientType=0 ); /* IE6-9 */

}
.top-tlt span {
    font-size: 20px;
    color:#222;
    letter-spacing: .4px;
}
.header-note {
    width: 110px;
    height: 110px;
    background: #fadd20; /* Old browsers */
    background: -moz-linear-gradient(top,  #fadd20 0%, #b28524 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fadd20 0%,#b28524 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fadd20 0%,#b28524 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fadd20', endColorstr='#b28524',GradientType=0 ); /* IE6-9 */
    position: absolute;
    top: 15px;
    left: 15px;
    font-weight: 500;
    font-size: 12px;
    border: 5px solid rgba(255,255,255,.5);
    background-clip: padding-box;
}
.header-img {
    background: #d2a952; /* Old browsers */
    background: -moz-linear-gradient(top,  #d2a952 50%, #f0deac 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #d2a952 50%,#f0deac 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #212529 50%,#212529 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2a952', endColorstr='#f0deac',GradientType=0 ); /* IE6-9 */
}
.sm-btn {
    text-decoration: none;
    width: 205px;
    height: 50px;
    font-size: 12px;
    letter-spacing: 1.5px;
    border-radius: 10px;
    margin-top: -30px;
    margin-bottom: 15px;
}
.header-tovar {
    position: absolute;
    bottom: 0px;
    left: -18px;
}
.header-img .row p {
    font-size: 26px;    
}
.top-bullits > div {
    border-radius: 10px;
    background: rgba(255,255,255,.8);
    font-weight: 500;
}
.top-sub-tlt {
    font-size: 22px;
}

.super-action h2 {
    color:#e2c683;
    font-size: 40px;
}
.super-action h2+p {
    font-size: 22px;
    font-weight: 500;
}
.super-action h2+p span {
    color:#cf273c;
}
.discount {
    width: 120px;
    height: 120px;
    background: #f3505c; /* Old browsers */
    background: -moz-linear-gradient(top,  #f3505c 0%, #b20421 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f3505c 0%,#b20421 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f3505c 0%,#b20421 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3505c', endColorstr='#b20421',GradientType=0 ); /* IE6-9 */
    position: absolute;
    top: 95px;
    left: 15px;
    font-weight: 500;
    font-size: 12px;
    border: 5px solid rgba(0,0,0,.1);
    background-clip: padding-box;
    line-height: 1.2;
}
.discount p {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
}
.discount span {
    font-size: 37px;
    font-weight: 900;
}
.super-action__old-price {
    font-size: 26px;
    font-weight: 500;
}
.super-action__new-price {
    font-size: 22px;
    font-weight: 500;
}
.super-action__new-price strong {
    color:#cf273c;
    font-size: 40px;
    font-weight: 700;
}
.bgr {
background: #f0deac; /* Old browsers */
background: -moz-linear-gradient(top,  #f0deac 0%, #d2a952 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f0deac 0%,#d2a952 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #212529 0%,#212529 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0deac', endColorstr='#d2a952',GradientType=0 ); /* IE6-9 */

}
.bgr-reverse {
background: #d2a952; /* Old browsers */
background: -moz-linear-gradient(top,  #d2a952 0%, #f0deac 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #d2a952 0%,#f0deac 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #212529  0%,#212529  100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2a952', endColorstr='#f0deac',GradientType=0 ); /* IE6-9 */

}
.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}

.time_circles > div {
    position: absolute;
    text-align: center;
}

.time_circles > div > h4 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 14px !important;
    color: #e2c683;
    font-weight: 40;
    text-transform: lowercase;
}

.time_circles > div > span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 36px !important;
    font-weight: 700;
    color: #e2c683;
    line-height: 42px !important;
}
.timer-tlt {
    font-size: 18px;
    font-weight: 500;
}
.limit {
    font-weight: 500;
}
h2.title {
    font-size: 27px;
    font-weight: 900;
}
h2.title span {
    color:#c7a148;
}
.problem {
    background: url(../images/bg-problem.jpg) no-repeat center top / cover;
}
.problem .btn {
    margin-bottom: -40px !important;
}
.problem-items p {
    font-size: 19px;
    font-weight: 700;
}
.problem-items  span {
    margin-top: -15px;
}
.about p {
    font-size: 21px;
    font-weight: 500;
}
.steps-item p {
    font-size: 21px;
    font-weight: 500;
}
.ingredient h2+p {
    font-size: 19px;
}
.ingredient-item p {
    font-size: 20px;
    font-weight: 500;
}
.certificat {
    background: url(../images/certificat.jpg) no-repeat center center;
    height: 580px;
}
.certificat div {
    font-size: 18px;
    font-weight: 500;
    background: rgba(255,255,255,.5);
    border-radius: 10px;
}
.certificat div:before,
.certificat div:after {
    content: "";
    display: block;
    position: absolute;
}
.certificat div:before {
    background: url(../images/check.png) no-repeat 0 0;
    width: 51px;
    height: 48px;
    top: -21px;
    left: -16px;
}
.certificat div:after {
    background: url(../images/safety.png) no-repeat 0 0;
    width: 141px;
    height: 46px;
    bottom: -18px;
    left: 265px;
}
.spec {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #d2a952 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#d2a952 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#212529 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2a952',GradientType=0 ); /* IE6-9 */

}

/* Arrows */
.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 21%;
    display: block;
    width: 39px;
    height: 36px;
    padding: 0;    
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: url(../images/arrows.png) no-repeat 0 0;
    z-index: 3;
}
.slick-prev{
    left: 0px;
}
.slick-next{
    right: 0;
    -moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.slick-slide {
    padding-bottom: 2rem;
}

.delivery-item {
    background: #e6e6e6;
    border-radius: 10px;
    width: 180px;
}

























.btn{
    position: relative;
    z-index: 2;
    display: block;
    width: 420px;
    height: 84px;
    line-height: 84px;
    margin: 0 auto;
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: center;
    font-family: 'Museo Sans', Helvetica, sans-serif;
    font-size: 24px;
    letter-spacing: 1.2px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    -ms-transition:     all 0.2s;
    transition:         all 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.my-form input.field:focus::-webkit-input-placeholder {opacity:0;}
.my-form input.field:focus::-moz-placeholder          {opacity:0;}
.my-form input.field:focus:-moz-placeholder           {opacity:0;}
.my-form input.field:focus:-ms-input-placeholder      {opacity:0;}
.my-form input.field::-webkit-input-placeholder {color: #222; opacity: 1;}
.my-form input.field:-moz-placeholder {color: #222; opacity: 1;}
.my-form input.field::-moz-placeholder {color: #222; opacity: 1;}
.my-form input.field:-ms-input-placeholder {color: #222; opacity: 1;}
.my-form input.field {
    position: relative;
    display: block;
    outline: 0;
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 420px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 15px;
    padding: 0 20px;
    background:#fff;
    text-align: center;
    font-size: 22px;
    font-family: 'Museo Sans', Helvetica, sans-serif;
    font-weight: 400;
    color: #222;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    -ms-transition:     all 0.2s;
    transition:         all 0.2s;
}
.my-form select.input {
    position: relative;
    display: block;
    outline: 0;
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 420px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 15px;
    padding: 0 20px;
    background:#fff;
    text-align: center;
    font-size: 22px;
    font-family: 'Museo Sans', Helvetica, sans-serif;
    font-weight: 400;
    color: #222;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    -ms-transition:     all 0.2s;
    transition:         all 0.2s;
}
.form-box h2 {
    font-size: 30px;
    font-weight: 900;
}
.form-box h2+p {
    font-size: 18px;
    font-weight: 500;
}
#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
}

.menu__btn {
  display: flex;
  align-items: center;
  position: fixed;
  top: 20px;
  left: 20px;

  width: 26px;
  height: 26px;

  cursor: pointer;
  z-index: 1;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;

  width: 100%;
  height: 2px;

  background-color: #616161;

  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}

.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: -100%;

  width: 300px;
  height: 100%;

  margin: 0;
  padding: 80px 0;

  list-style: none;

  background-color: #ECEFF1;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);

  transition-duration: .25s;
}

.menu__item {
  display: block;
  padding: 12px 24px;

  color: #333;

  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;

  text-decoration: none;

  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #CFD8DC;
}