.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;
}
.form-control,
.m1-form__field {
    display: block;
    width: 100%;
    height: 75px;
    line-height: 75px;
    background: #fff;
    border: none;
    font-size: 27px;
    font-weight: 300;
    color: #5f5f5f;
    padding: 10px 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;
}

section {
    margin: 100px 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: 40px;
}

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

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

/*   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: 35px;
    letter-spacing: 2.4px;
}

/*   offer   */

.offer {
    background: url("../images/offer.jpg") 50% 0 no-repeat #ffe4cc;
    padding: 20px 0 40px;
}

.offer--bottom {
    position: relative;
    background-image: url("../images/offer-bottom.webp");
    background-color: #fff1e3;
}

.offer__box {
    position: relative;
    background: url("../images/wave.png") 50% 0 no-repeat;
    min-height: 420px;
}

.offer__product {
    display: block;
    position: absolute;
    left: 1px;
    top: 130px;
    width: 267px;
}

/*   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: 17px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 10;
}

.sale--offer {
    position: absolute;
    left: 50px;
    top: -10px;
}

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

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

/*   bullet   */

.bullet {
    margin-left: 270px;
    padding: 70px 10px 0 0;
}

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

.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: 55px;
    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;
}

button, .button-m {
    display: block;
    width: 440px;
    height: 114px;
    line-height: 114px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 auto;
    cursor: pointer;
    border: none;
	border-radius: 5px;
    box-shadow: 0 2px 9px 2px #80808085;
}

/*   video-gif   */

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

/*   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%;
}



/*   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.webp") 50% 0 no-repeat;
    height: 698px;
    margin-bottom: 0;
}

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

.benefits__item:nth-child(4) {
    margin-bottom: 55px;
    display: grid;
    overflow: hidden;
}

.benefits__item:nth-child(4) .benefits__text {
    grid-area: 1/1;
    position: relative;
    z-index: 1;
    background-color: rgba(0,0,0, 0.3);
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 0 5px;

}
.benefits__item:nth-child(4) .video-gif{
    grid-area: 1/1;
    margin-bottom: 0;
}
.benefits__item:nth-child(4) .benefits__text .benefits__label{
    margin-bottom: auto;
margin-top: 10px;
}
.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: 25px;
    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: #fff1e3;
    padding: 30px 0;
    border-top: 2px dashed #dba685;
}

.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;
}



div.mm-dropdown {
    /* border: 1px solid #ddd; */
    width: 100%;
    /* border-radius: 3px; */
    margin-bottom: 50px;
    /* box-shadow: 0px 2px 5px #eee; */
  }
  
  div.mm-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0;
  }
  
  div.mm-dropdown ul li,
  div.mm-dropdown div.textfirst {
    padding: 0;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding: 5px 15px;
    display: flex;
      gap: 20px;
      position: relative;
      align-items: center;

      width: 100%;
      height: 52px;
      height: 56px;
      border-radius: 9px;
      padding: 0;
      font-size: 18px;
      line-height: 21px;
      color: #636363;
      margin-bottom: 15px;
      outline: none;

      width: 100%;
      height: 75px;
      background: #fff;
      font-size: 27px;
  }
  
  div.mm-dropdown div.textfirst img.down {
    position: absolute;
      margin-top: 5px;
      right: 10px;
  }
  div.mm-dropdown div.textfirst img:not(.down) {
    width:70px;
  }
  
  div.mm-dropdown ul li:last-child {
    border-bottom: 0;
  }
  
  div.mm-dropdown ul li {
    display: flex;
    /* padding-left: 25px; */
      align-items: center;
      gap: 20px
  }
  
  div.mm-dropdown ul li.main {
    display: block;
  }
  
  div.mm-dropdown ul li img {
    width: 70px;
    height: auto;
  }


  .optionswatch {
      display: grid;
      justify-content: center;
      align-items: center;
      gap: 20px;
      grid-template-columns: 1fr 1fr;
  }

  .active .swatch-container-link:after {
      position: absolute;
      top: 5px;
      left: 11px;
      font-weight: bold;
      color: #000;
      content: "";
      width: 50px;
      background-image: url(../swatch/icons8-check-circle.svg);
      height: 50px;
      background-size: cover;
      filter: contrast(0.5) sepia(1) brightness(2.5) hue-rotate(320deg) brightness(0.75) contrast(1.84) drop-shadow(0px 2px 1px black);
  }

  .swatch-container-row {
      border: 1px solid #e7dcd4;
  }

  .swatch-container-text {
      position: absolute;
      bottom: 20px;
      inset-inline: 0;
      border: 1px solid #e0c8b4;
      width: 140px;
      height: 35px;
      display: grid;
      place-content: center;
      margin: auto;
      font-size: 21px;
  }

  .swatch-container-image {
      width: 100%;
  }

.titlesel{
	text-align: center;
	margin-top: 35px;
	margin-bottom: 20px;
	font-size: 1.4rem;
	color: rgb(0 0 0 / 70%);
}
  .active.swatch-container-row {
    box-shadow: 0 0 8px 4px #e3b594;
  }

  .swatch-container-row-4 .swatch-container-item h5 {
    margin: 0;position: relative;top:0px; width: 100%;text-align: center;line-height: normal;color: #c28f64; padding-top: 10px;
  }
.policy {
    text-align: center;
    font-size: 15px;
}
  textarea.m1-form__field {
    height: 120px;
  }
  .addrs_form .form__input {
    margin-bottom: 15px;
}
.offer-image[data-v-37eed8a0] {
    border-radius: 5px;
    vertical-align: middle;
    min-width: 55px;
}

.preview-select-option[data-v-5ca01260] {
    font-size: 16px;
    border-radius: 3px;
    min-width: 100px;
}

.clientsnr {
    text-align:center; 
    font-size: 22px;
    margin-top: 10px;
}

.preview-offer[data-v-81be86e6] {
    cursor: pointer;
    border-radius: 5px;
}

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

#easysell {
    margin-bottom: 30px;
    margin-top: 20px;
}

#easysell p {
    margin-top: 0;
    margin-bottom: 1rem;
}

#easysell small {
    font-size: .875em;
}

#easysell img {
    vertical-align: middle;
}

#easysell select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    word-wrap: normal;
}

#easysell select:disabled {
    opacity: 1;
}

#easysell .d-flex {
    display: flex !important;
}

#easysell .flex-fill {
    flex: 1 1 auto !important;
}

#easysell .flex-column {
    flex-direction: column !important;
}

#easysell .flex-shrink-1 {
    flex-shrink: 1 !important;
}

#easysell .flex-wrap {
    flex-wrap: wrap !important;
}

#easysell .align-items-start {
    align-items: flex-start !important;
}

#easysell .align-items-center {
    align-items: center !important;
}

#easysell .mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
}

#easysell .mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
}

#easysell .my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

#easysell .mt-4 {
    margin-top: 1.5rem !important;
}

#easysell .me-2 {
    margin-right: .5rem !important;
}

#easysell .mb-0 {
    margin-bottom: 0 !important;
}

.mb-2 {

}
.es-offer-badge {
    color: rgb(255, 255, 255) !important; 
    font-size: 13px !important; 
    font-style: normal !important; 
    background: linear-gradient(256deg,#fbd558 0%,#f17054 100%) !important; 
    font-weight: 700 !important;
    line-height: 18px;
}
#easysell .mb-1 {
    margin-bottom: .25rem !important;
}

#easysell .p-1 {
    padding: .25rem !important;
}

#easysell .p-2 {
    padding: .5rem !important;
    width: 100%;
}

#easysell .px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}

#easysell .py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

#easysell .pb-1 {
    padding-bottom: .25rem !important;
}

#easysell .fw-bold {
    font-weight: 700 !important;
}

#easysell .text-decoration-line-through {
    text-decoration: line-through !important;
}

#easysell .rounded {
    border-radius: .25rem !important;
}

#easysell .align-items-center {
    align-items: center !important;
}

#easysell .d-flex {
    display: flex !important;
}

.preview-offer {
    background: #fff8f5;
    border-radius: 3px;
    border: 2px solid #d8d8d8;
}

.preview-offer.active {
    background: rgb(255, 240, 234);
    border: 3px solid rgb(225 76 48);
    box-shadow: 0 0 8px 4px #e3b594;
    
}

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

#easysell .d-flex {
    display: flex !important;
}

#easysell .flex-column {
    flex-direction: column !important;
}

#easysell .align-items-center {
    align-items: center !important;
}

#easysell .py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

#easysell .fw-bold {
    font-weight: 700 !important;
}

#easysell .d-flex {
    display: flex !important;
}

#easysell .align-items-center {
    align-items: center !important;
}

#easysell :empty {
    display: block !important;
}

#easysell p {
    margin-top: 0;
    margin-bottom: 1rem;
}

#easysell :empty {
    display: block !important;
}