.collapse-content {
  overflow: hidden;
  height: auto;
}

.svg {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  margin-left: 12px;
}

.svg.eyelids {
  background-image: url('../images/5d3ef8f0b1eba419ed2276fb_eyeslids.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.svg.lips {
  background-image: url('../images/5d3ef820c89f6a7ba22c9214_lips.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.svg.eyebrow {
  background-image: url('../images/5d3ef8659c45e527b52a0145_eyebrow.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.del {
  text-decoration: line-through;
}

.collapse {
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
  border-radius: 16px;
  background-color: #fff;
}

.collapse-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 20px 16px 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link {
  color: #000;
}

.text-block.note {
  color: #8d8d8d;
  font-size: 12px;
  line-height: 16px;
}

.text-block.medium {
  font-size: 22px;
  line-height: 28px;
}

.text-block.medium.bold {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 24px;
}

.text-block.small {
  font-size: 12px;
}

.text-block.bold {
  font-weight: 700;
}

.text-block.normal {
  font-size: 14px;
}

.hl {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: hsla(0, 0%, 100%, 0.47);
}

.sale-block {
  padding: 16px;
  border-top: 1px solid #cecccc;
}

.block {
  position: relative;
  display: block;
  margin-bottom: 8px;
  padding: 32px;
  border-radius: 16px;
  background-color: #fff;
  text-decoration: none;
}

.block.third {
  width: 32%;
  background-image: none;
}

.block.third.vk {
  background-color: #4576a0;
  background-image: none;
}

.block.third.whatsup {
  background-color: #06d854;
  background-image: none;
}

.block.full {
  width: 100%;
}

.block.full.div-link {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.block.featured {
  margin-bottom: 32px;
  background-color: #a12eff;
  background-image: radial-gradient(circle farthest-corner at 0% 100%, rgba(243, 236, 240, 0.44), hsla(0, 0%, 100%, 0));
  box-shadow: 0 16px 32px -16px #6b1fe6;
  color: #fff;
}

.block.third {
  width: 32%;
  background-image: url('../images/youtube.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.block.third.vk {
  background-color: #4576a0;
  background-image: url('../images/584c3c8a1fc21103bb375ba7.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.block.third.whatsup {
  background-color: #06d854;
  background-image: url('../images/124034.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.block-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-horizontal.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-header {
  margin-bottom: 10px;
}

.button {
  margin-top: 8px;
  border-radius: 99px;
  background-color: #a718e9;
}

.button.phone {
  background-color: #f3f3f3;
  color: #000;
}

.cross {
  font-size: 20px;
}

.socia-buttons-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.block-content.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1px;
  padding: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eee;
  font-size: 12px;
  line-height: 16px;
}

.link-2 {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #fff;
  border-radius: 99px;
  background-color: #fff;
  box-shadow: 0 16px 32px -16px #5d4b53;
  color: #151515;
  font-size: 18px;
  text-decoration: none;
}

.main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  min-width: 320px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.body {
  background-color: #f5f0f0;
}

