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

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

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: 10px;
  padding-top: 30px;
}

.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: url(../images/offer.webp) 15% -2px no-repeat #ffe4cc;
    padding: 390px 0 40px;
    background-size: contain;
}

.offer--bottom {
     background-image: url(../images/offer.webp);
    background-color: #fff1e3;
   padding: 455px 0 40px;
    background-size: contain;
}

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

.offer__product {
display: block;
    position: absolute;
    left: 2px;
    top: 95px;
    width: 53%;
}

/*   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;
    right: 50px;
    top: -63px;
}

.sale--bottom {
  position: absolute;
    right: 35px;
    top: 325px;
}

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

/*   bullet   */

.bullet {
  margin-left: 255px;
  padding: 70px 15px 0 0;
}

.bullet__item {
  background: url("../images/check-icon.png") 0 0 no-repeat;
  font-size: 17px;
  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");
}

.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: #fff;
  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;
}

/* SLIDER START */

.product-slider{
    width: 80%;
    padding-bottom: 30px;
    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: 0 !important;
}

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

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


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

/*SLIDER END */


/*   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;
  font-weight: 500;
  text-align: center;
  margin-top: 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;
}

/*   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:before {
  position: absolute;
  left: 25px;

  display: block;
  width: 86px;
  height: 86px;
  line-height: 86px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50%;
}
.result:after {
  position: absolute;
  right: 25px;

  display: block;
  width: 86px;
  height: 86px;
  line-height: 86px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50%;
}

.result:before {
  content: 'PRZED';
  background: #e6e6e6;
}

.result:after {
  content: 'PO';
  background: #fccec4;
}

/*   benefits   */

.benefits__item:nth-child(1) {
  background: url("../images/bedn62.webp") 50% 0 no-repeat;
  height: 700px;
  background-size: contain;
  margin-bottom: 50px;
}

.benefits__item:nth-child(2) {
  background: url("../images/bedn61.webp") 50% 0 no-repeat;
  height: 648px;
  margin-bottom: 0;
  background-size: cover
}

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

.benefits__item:nth-child(5) {
  background: url("../images/ben4.jpg") no-repeat;
  background-size: contain;
  height: 441px;
  margin-bottom: 55px;
  margin-top:25px;
}

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

.benefits__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 440px;
  height: 400px;
  margin: 0 auto;
  padding: 0 34px;
  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: 900;
  font-size: 30px;
  line-height: 120%;
}
/*.order-info__title span {*/
/*  font-weight: 900;*/
/*}*/

.order-info__text p b{
    font-weight: 400 !important;
}

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


    .mm-dropdown {
    /* border: 1px solid #ddd; */
    width: 100%;
    /* border-radius: 3px; */
    margin-bottom: 50px;
    /* box-shadow: 0px 2px 5px #eee; */
  }
  
  .mm-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0;
  }
  
  .mm-dropdown ul li,
  .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;
  }
  
  .mm-dropdown div.textfirst img.down {
    position: absolute;
      margin-top: 5px;
      right: 10px;
  }
  .mm-dropdown div.textfirst img:not(.down) {
    width:70px;
  }
  
  .mm-dropdown ul li:last-child {
    border-bottom: 0;
  }
  
  .mm-dropdown ul li {
    display: flex;
    /* padding-left: 25px; */
      align-items: center;
      gap: 20px
  }
  
 .mm-dropdown ul li.main {
    display: block;
  }
  
  .mm-dropdown ul li img {
    width: 70px;
    height: auto;
  }

  .aar{
    background: #fff1e4;
    color: grey;
  }
  
 .optionswatch {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
.active .swatch-container-link:after {
    position: absolute;
    top: 7px;
    left: 18px;
    font-weight: bold;
    color: #000;
    content: "";
    width: 50px;
    background-image: url(../images/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-image{
    width: 100%;
  }

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

 .swatch-container-row-4 .swatch-container-item h5 {
    margin: 0;
    position: relative;
    top:0px; width: 100%;
    text-align: center;
    line-height: normal;
    color: #c28f64;
  }
.policy {
    text-align: center;
    font-size: 15px;
}
  textarea.m1-form__field {
    height: 120px;
  }
  .addrs_form .form__input {
    margin-bottom: 15px;
}