.placeholder::-webkit-input-placeholder {
  color: #5f5f5f;
}

.placeholder::-moz-placeholder {
  color: #5f5f5f;
}

.placeholder:-moz-placeholder {
  color: #5f5f5f;
}

.placeholder:-ms-input-placeholder {
  color: #5f5f5f;
}

.placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}

.placeholder:focus::-moz-placeholder {
  color: transparent;
}

.placeholder:focus:-moz-placeholder {
  color: transparent;
}

.placeholder:focus:-ms-input-placeholder {
  color: transparent;
}

.placeholder:focus {
  outline: none;
}

:focus {
  outline: none;
}

.m1-form {
  margin-top: 40px;
  padding: 0 20px;
}




.timer-container {
    display: flex;
    align-items: center;
    text-align: center;
    color: #000;
    padding: 20px;
}

.timer-container p{
    text-align: left;
}


#purchased-count{
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #9d000e;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    border-radius: 50%;
}

.timer {
    gap: 0 4px;
    display: flex;
    justify-content: center;
}

.time {
    margin: 0 10px;
    font-size: 2em;
}

.order-button {
    background-color: #ffcc00;
    color: #000;
    border: none;
    padding: 10px 20px;
    font-size: 1.2em;
    cursor: pointer;
    margin-bottom: 20px;
    border-radius: 5px;
    text-transform: uppercase;
}

.timer > div {
    padding: 10px 0;
    background: #9d000e;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 66px;
    color: #fff;
}

select.m1-form__field {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%239aa0a6' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 14px 8px;
}

#days span, #hours span, #minutes span, #seconds span {
    font-size: 0.5em;
}

.timer-container span{
    font-size: 12px;
    line-height: 12px;
}



.m1-form__field {
  display: block;
  width: 100%;
  height: 114px;
  background: #fff;
  border: none;
  font-size: 24px;
  font-weight: 300;
  color: #5f5f5f;
  padding: 0 20px;
  margin-bottom: 15px;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

b, strong {
  font-weight: 700;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Museo Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  color: #000;
  background: #1c1c1c;
}

.wrap {
  position: relative;
  width: 480px;
  min-height: 100vh;
  margin: 0 auto;
  background: #fff;
  z-index: 1;
}

section {
  margin: 30px 0;
}

button,
textarea,
input {
  font-family: 'Museo Sans', sans-serif;
}

h2.title {
  color: #000;
  font-size: 45px;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  padding: 0 20px;
  margin-bottom: 30px;
}

h2.title span {
  font-weight: 900;
}

h2.title span.color {
  color: #f17054;
}


/* SLIDER START */

.slider-section .title{
    text-align: center;
}

.slider-section h2.title:after{

    display: none;
}

.product-slider{
    width: 80%;
    height: fit-content;
    padding-bottom: 30px !important;
    margin-bottom: 30px; 
    
}

.shop-link{
    width: 80%;
    height: 80px;
    line-height: 80px;
    background: #e1848a;
}


.swiper-pagination-bullet{
    border-radius: 1px !important;
    background: red !important;
}

.product-slider .swiper-pagination{
    bottom: -15px;
}

.product-title{
    display: block;
    color: #222;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.3;
    padding: 8px 10px;
    text-align: justify;
    font-size: 14px;
    transition: .2s linear;
}

.product-title:hover{
    color: red;
}

.product-price{
    text-align: center;
}

.product-old--price{
    color: #777;
    text-decoration: line-through;
    margin-left: 8px;
}

.product-current--price{
    color: red;
    font-weight: 500;
}

.button-m.shop-link{
        display: block;
    width: 440px;
    height: 114px;
    line-height: 114px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 auto 30px;
    cursor: pointer;
    border: none;
    
}



/*SLIDER END */


/*   video   */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container .youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*   main-title   */

.main-title {
  text-align: center;
  text-transform: uppercase;
}

.main-title--offer {
  margin-bottom: 470px;
}

.main-title span {
  display: block;
  font-weight: 900;
  font-size: 50px;  
  line-height: 100%;
}

.main-title {
  line-height: 130%;
  font-size: 40px;
  letter-spacing: 2.4px;
}

/*   offer   */

.offer {
  background-color:#fff6f7 ;
  padding: 0px 0px 40px;

}

.offer--bottom {
  position: relative;
  background-color: #fff6f7;
  padding: 0px;
}

.offer__box {
  position: relative;
  min-height: 441px;
}

.offer__product {
  display: block;
  position: absolute;
  left: 5px;
  top: 75px;
}

/*   sale   */

.sale {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 125px;
  background: url("../images/sale.png") 0 0 no-repeat;
  color: #e44826;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 10;
}

.sale--offer {
  position: absolute;
  left: 30px;
  bottom: 430px;
}

.sale--bottom {
  position: absolute;
  right: 30px;
  top: 140px;
}

.sale b {
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
}


.control {
    display: block;
    margin: 0 auto;
    position: relative;
    padding-left: 36px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 25px;
  width: 25px;
  background: #e2e2e2;
  transition: .3s linear;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #2aa1c0;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #0e647d;
}
.control input:disabled ~ .control__indicator {
  background: #fff;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
    left: 10px;
    top: 4px;
    width: 4px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

/*   bullet   */

.bullet {
  margin-top: 20px;
  margin-left: 242px;
}

.bullet__item {
  background: url("../images/check-icon.png") 0 0 no-repeat;
  font-size: 20px;
  line-height: 130%;
  padding: 10px 0 0 35px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.bullet__item--color {
  color: #e44826;
  background-image: url("../images/check-color-icon.png");
}

/*   price   */

.price {
  display: flex;
  justify-content: center;
  padding: 0 20px;
}

.price--offer {
  margin-bottom: 20px;
}

.price__old {
  margin-right: 40px;
}

.price__label {
  font-size: 22px;
  line-height: 100%;
  margin-bottom: 15px;
}

.price__val--old {
  font-size: 28px;
  line-height: 100%;
  text-decoration: line-through;
}

.price__val--new {
  font-weight: 900;
  font-size: 56px;
  line-height: 100%;
}

.date-sale {
  font-size: 17px;
  text-align: center;
  margin-top: 15px;
  padding-bottom: 15px;
}

.button-m {
  display: block;
  width: 440px;
  height: 114px;
  line-height: 114px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 auto;
  cursor: pointer;
  border: none;
}
.button-fixed {
    z-index: 1000;
    position: fixed;
    bottom: 20px;
    padding-left: 44px;
    padding-right: 28px;
  line-height: 84px;
  background: rgb(255, 241, 227);
  color: rgb(241, 112, 84);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 auto;
  margin-left: 19px;
  cursor: pointer;
  border: 1px solid coral;
  border-radius: 44px  0px 44px 0;
  display: none;
}
/*   video-gif   */

.video-gif {
  display: block;
  width: 100%;
  margin-bottom: 100px;
}


.date-sale{
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

/*   result   */

.result {
  display: flex;
  justify-content: center;
}

.result__item img {
  display: block;
  border-radius: 50%;
}

.result__item {
  position: relative;
  margin: 0 6px;
}

.result__item:before {
  position: absolute;
  left: 10px;
  top: -50px;
  display: block;
  width: 86px;
  height: 86px;
  line-height: 86px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50%;
}

.result__item--before:before {
  content: 'до';
  background: #e6e6e6;
}

.result__item--after:before {
  content: 'после';
  background: #fccec4;
}

/*   benefits   */

.benefits__item:nth-child(1) {
  background: url("../images/ben1.jpg") 50% 0 no-repeat;
  height: 792px;
  margin-bottom: 50px;
}

.benefits__item:nth-child(2) {
  background: url("../images/ben2.jpg") 50% 0 no-repeat;
  height: 698px;
  margin-bottom: 0;
}

.benefits__item:nth-child(3) {
  background: url("../images/ben3.jpg") 50% 0 no-repeat;
  height: 608px;
  margin-bottom: 50px;
}

.benefits__item:nth-child(4) {
  background: url("../images/ben4.jpg") 50% 0 no-repeat;
  height: 441px;
  margin-bottom: 55px;
}

.benefits__item:nth-child(4) .benefits__text {
  padding-bottom: 170px;
}

.benefits__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 440px;
  height: 440px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}

.benefits__text p {
  font-size: 22px;
  line-height: 140%;
}

.benefits__label {
  font-weight: 900;
  font-size: 28px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/*   reviews   */

.reviews__list {
  margin-bottom: 30px;
}

.reviews__item {
  margin-bottom: 30px;
}

.reviews__image {
  display: block;
  margin: 0 auto;
  border-radius: 20px;
}

/*   order-info   */

.order-info__list {
  padding: 0 20px;
}

.order-info__item {
  display: flex;
  align-items: center;
}

.order-info__item:not(:last-child) {
  margin-bottom: 40px;
}

.order-info__item > img {
  display: block;
  flex-shrink: 0;
}

.order-info__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
}

.order-info__title span {
  font-weight: 900;
}

.order-info__text {
  flex-grow: 1;
}

.order-info__text p {
  font-size: 20px;
  margin-top: 5px;
}

.order-info__item:nth-child(odd) > img {
  margin-right: 20px;
}

.order-info__item:nth-child(even) > img {
  order: 2;
  margin-left: 20px;
}

.order-info__item:nth-child(even) .order-info__text {
  text-align: right;
}

.order-info__photo {
  display: block;
  margin: 60px auto 0;
}

/*   form-text   */

.form-text {
  padding: 0 20px;
  margin-top: -30px;
}

.form-text__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
}

.form-text__title span {
  color: #e44826;
}

.form-text__image {
  display: block;
  margin: 15px auto 0;
}

/*   footer   */

.footer {
  background: #feafb5;
  padding: 30px 0;
  border-top: 2px dashed #022e83;
}

.footer__image {
  display: block;
  margin: 0 auto 15px;
}

.footer__links {
  text-align: center;
}

.footer__links p:not(:last-child) {
  margin-bottom: 5px;
}

.footer__links a {
  font-size: 17px;
  color: #1c1c1c;
  text-decoration: none;
}