
:root {
    --powder-color: #d1b192;
}

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

body,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

ul {
    list-style: none;
    padding: 0;
}

input,
button {
    border: none;
}

input,
label {
    display: block;
}

a {
    text-decoration: none;
}
.out {
    max-width: 480px;
    min-width: 375px;
    margin: 0 auto;
}

section {
    width: 100%;
}

.wrapper {
    padding: 0 25px;
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 55px;
    background-color: var(--powder-color);
}

.header__title {
    font-size: 21px;
    line-height: 25px;
    color: #fffcfc;
    font-weight: normal;
}

.header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.sale {
    -webkit-transform: rotate(-2.65deg);
            transform: rotate(-2.65deg);
    position: relative;
}

.sale__text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-weight: normal;
    font-size: 21px;
    line-height: 25px;
    color: #ffffff;
}

.sect1,
.sect3 {
    position: relative;
    margin-bottom: 30px;
}

.sect1__img,
.sect3__img {
    width: 100%;
    background-position: center center;
    background-size: cover;
    margin-top: 50px;
}

.txt {
    position: absolute;
    top: 20px;
    right: 5px;
    text-align: right;
    text-transform: uppercase;
}

.txt__text-bold {
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 19px;
    color: #000000;
}

.txt__text-middle {
    display: inline-block;
    margin-top: 13px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.txt__text-pinkBckg {
    display: inline-block;
    margin-top: 3px;
    background-color: #d49090;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    border-radius: 3px;
    padding: 3px 5px;
}

.price {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.price__old {
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: #6d6d6d;
    margin-right: 10px;
}

.price__new {
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: #d49090;
}

.btn {
    margin: 15px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 280px;
    height: 50px;
    background-color: #d49090;
    border-radius: 9px;
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    color: #ffffff;
    cursor: pointer;
}

.sect2 {
    background-color: #3d3939;
}

.sect2__title {
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    text-align: right;
    color: #ffffff;
    text-align: right;
    padding-top: 26px;
}

.sect2 .wrapper {
    padding: 26px;
}

.property {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
    margin-top: 30px;
}

.property__text {
    text-align: right;
    margin-right: 15px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

.property__text-inner--title {
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #ffffff;
}

.property__text-inner--text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.4;
    text-align: right;
    font-weight: 500;
}

.powder {
    color: var(--powder-color);
}

.aqua {
    color: #c0d9fd;
}

.light-powder {
    color: #e7d8d8;
}

.black {
    color: black;
}

.sect3__txt {
    position: absolute;
    top: 60px;
    right: 10px;
}

.sect3__txt__text {
    font-size: 21px;
    line-height: 25px;
    text-align: right;
    color: #535353;
    font-weight: 500;
}

.sect3 .wrapper {
    padding: 25px;
}

.sect3 .wrapper p {
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.sect4 {
    background-color: #ADB3B8;
}

.sect4 .wrapper {
    padding: 15px 15px 25px;
    margin: 0 auto;
    text-align: center;
}

.sect4__title {
    text-align: center;
    color: white;
    line-height: 1.5;
}

.sect4__text {
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFF7F7;
    text-align: left;
    margin-top: 10px;
    padding-left: 80px;
}

.btn2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF;
    width: 170px;
    padding: 5px 15px;
    background: #d49090;
    border-radius: 9px;
    margin: 30px auto 0;
}

.sect5 {
    position: relative;
    margin-bottom: 30px;
}

.sect5 .txt {
    right: 10px;
}

.skidka {
    margin-top: 20px;
}

.form {
    margin: 20px auto;
    width: 280px;
}

.form__input {
    width: 100%;
    height: 52px;
    background-color: #e1e1e1;
    border-radius: 9px;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 21px;
    color: #636363;
    margin-bottom: 15px;
    outline: none;
}
.form-text{
    margin-bottom: 10px;
    padding-left: 5px;
}
.footer {
    background-color: #D1D1D1;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

.footer .wrapper {
    padding: 0px;
}

.footer__txt1 {
    color: #DA5950;
}

.footer__txt2 {
    margin-top: 35px;
}

.footer__txt2 a {
    color: black;
}

.footer__txt3 {
    margin-top: 15px;
}

.footer__txt4 {
    font-weight: bold;
    margin-top: 15px;
}

.footer__txt5 {
    font-weight: bold;
    margin-top: 15px;
}

.footer__txt5 a {
    color: black;
}

.links {
    margin-top: 30px;
    font-weight: bold;
    line-height: 1.5;
}

.links a {
    color: black;
}

.gif {
    width: 100%;
}

.sect1_2 {
    margin-bottom: 30px;
}


/* /////////////// */


.form-control {
    width: 100%;
    height: 52px;
    background-color: #D1D1D1;
    border-radius: 9px;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 21px;
    color: #636363;
    margin-top: 30px;
    outline: none;
    border: none;
  }

select, textarea {

width: 100%;
max-width: 100%;
  min-height: 52px;
  background-color: #f5f5f5;
  border-radius: 9px;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 21px;
  color: #636363;
  margin-bottom: 15px;
  outline: none;
  

}

.addrs_form .form__input {
margin-bottom: 15px
}


.upper-part-table{background:transparent linear-gradient(256deg, rgb(216, 151, 52) 0%, #d8a023 100%) 0% 0% no-repeat padding-box;border-radius:5px 5px 0px 0px;width:30%;padding:0 0.5rem;margin:auto;font-size:1rem;font-weight:500;text-transform:uppercase;color:#ffffff;text-align:center;font-weight:600;
  padding: 0.5rem 0.5rem;
  margin: auto;
  font-size: 0.8em;}
.price-table{margin-top:1rem;font-size:13px;max-width:400px;margin:10px auto;}
.per-item-single{font-size:0.7rem;text-transform:uppercase;letter-spacing:0.6px;}
.lower-part-table{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#abb1b9;cursor:pointer;}
.product-price-table{border:2px solid white;background-color:white;border-radius:5px;width:30%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0.2em 0;}
.product-price-table img {width: 100%;}
.product-price-table.two{margin:0 0.8rem;border-radius:0 0 5px 5px;-webkit-box-shadow:0px 2px 6px #00000070;box-shadow:0px 2px 6px #00000070;}
.quantity-product-price{font-size:1.8rem;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;}
.price-single{    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: -0.3rem;
    margin-top: 10px;}
.price-per-item-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.price-table .active{border:2px solid #242f36;}
.price-table .active .quantity-product-price,.price-table .active .price-single{color:#d49090;font-weight:500;}
.price-table .red_ammount {margin-top:10px; color:#6d6d6d; font-size: 12px; color: #d89830;    text-align: center;}


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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
      gap: 10px;
      position: relative;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;

      width: 100%;
      height: 52px;
      height: 56px;
      background-color: #e1e1e1;
      border-radius: 9px;
      padding: 0;
      font-size: 18px;
      line-height: 21px;
      color: #636363;
      margin-bottom: 15px;
      outline: none;
  }
  
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* padding-left: 25px; */
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 10px
  }
  
  div.mm-dropdown ul li.main {
    display: block;
  }
  
  div.mm-dropdown ul li img {
    width: 70px;
    height: auto;
  }


  
  .optionswatch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }

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

  .active.swatch-container-row {
    -webkit-box-shadow: 0 0 5px #ccc;
            box-shadow: 0 0 5px #ccc;
  }

  .swatch-container-row-4 .swatch-container-item h5 {
    margin: 0;position: relative;top:0px; width: 100%;text-align: center;line-height: normal;color: #c28f64;
  }
.input-option,
.textfirst,
.swatch-container-item{
    cursor: pointer;
}
.blockRedLine3103{
    min-width: 375px
}
  
