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

body {
  font-family: 'Roboto', sans-serif;
}

div[data-empt="true"] {
  display: none;
}

div[data-view="false"] {
  display: none;
}

.product-choice__block span[data-active="false"] {
  background-color: #fff;
}
.product-choice__block span[data-active="true"] {
  transition: 0.3s;
  background-color: #cae3ec;
}

h1, h2, h3,h4,h5 {
  margin: 0;
}
/* @media (max-width: 576px) and (min-width: 320px){
  .container{
    padding-left: 36px;
    padding-right: 37px;
  }
} */
/*# sourceMappingURL=style.css.map */
