*,
:before,
:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  min-height: 100vh;
}

body {
  position: relative;
  font-family: 'Inter', sans-serif;
  line-height: 1.2;
  color: #423330;
  background: url(../img/bg.jpg) center top #E8E4E1;
  min-height: 100vh;
  font-weight: 400;
}

img {
  display: block;
  position: relative;
  z-index: 1;
}

.b-all-conteiner {
  width: 100%;
  overflow: hidden;
  padding: 0 20px;
}

.b-h1 {
  position: relative;
  z-index: 10;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.b-h3 {
  position: relative;
  z-index: 10;
  font-size: 14px;
  font-weight: 600;
}

.b-h5 {
  position: relative;
  z-index: 10;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
}

.b-p1 {
  position: relative;
  z-index: 10;
  font-size: 10px;
}

.b-p2 {
  position: relative;
  z-index: 10;
  line-height: 1.55;
  font-size: 12px;
}

.b-p4 {
  position: relative;
  z-index: 10;
  font-size: 16px;
}

.b-p5 {
  position: relative;
  z-index: 10;
  font-size: 12px;
}

.b-button {
  cursor: pointer;
  position: relative;
  z-index: 10;
  outline: none;
  border: none;
  display: block;
  border-radius: 26px;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 16px;
  line-height: 19px;
  width: 100%;
  margin: 20px auto 0;
  background: linear-gradient(90deg, #fba74d 0%, rgba(254, 175, 92, 0) 100%), #e2755d;
  transition: 0.6s;
}

.b-button::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #FEAF5C 0%, rgba(254, 175, 92, 0) 100%), #E88B75;
  transition: 0.6s;
}

.b-button span {
  position: relative;
  z-index: 3;
}

.b-step-1 {
  max-width: 390px;
  margin: 0 auto;
  text-align: center;
  padding: 13px 0 0;
}

.b-step-1 .b-logo {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 3px;
}

.b-step-1 .b-woman {
  margin: 10px auto -15px;
  width: 100%;
  max-width: 350px;
}

.b-step-1 .b-button {
  width: 240px;
}

.b-conteiner {
  padding: 20px;
  border-radius: 30px;
  background: #fff;
}

.b-step-2 {
  max-width: 390px;
  margin: 0 auto;
  padding: 20px 0 0;
}

.b-step-2 .b-head {
  border-radius: 20px;
  border: 1.5px solid #E8E4E1;
  padding: 10.5px 14.5px;
  margin-bottom: 20px;
  text-align: center;
}

.b-step-2 .b-logo {
  width: 60px;
  margin: 0 auto 10px;
}

.b-step-2 .b-h3 {
  margin-bottom: 15px;
  text-align: center;
}

.b-step-2 .b-icon {
  width: 30px;
}

.b-step-2 .b-item {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-start;
}

.b-step-2 .b-box {
  width: calc(100% - 40px);
}

.b-input,
.b-select {
  display: block;
  outline: none;
  border: none;
  width: 100%;
  padding: 10px 20px;
  font-family: 'Inter', sans-serif;
  color: #423330;
  font-size: 12px;
  font-weight: 600;
  border-radius: 5px;
  background: #E8E4E1;
  margin-top: 10px;
}

.b-input-file,
.b-select-file {
  width: 0;
  height: 0;
  border: none;
  outline: none;
  position: absolute;
  z-index: -99;
  font-size: 0;
  line-height: 0;
  left: -1000px;
  top: -1000px;
  opacity: 0;
}

.b-select {
  background: url(../img/arrow_select.svg) no-repeat calc(100% - 20px) center #E8E4E1;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.b-step-3 {
  max-width: 390px;
  margin: 0 auto;
  padding: 20px 0 0;
}

.b-step-3 .b-h3 {
  margin-bottom: 10px;
}

.b-step-3 .b-p5 {
  margin-bottom: 20px;
}

.b-step-3 .b-item {
  margin-bottom: 20px;
}

.b-step-3 .b-button {
  margin-bottom: 20px;
}

.b-step-4 {
  max-width: 390px;
  margin: 0 auto;
  padding: 20px 0 0;
}

.b-step-4 .b-conteiner {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 80px);
}

.b-step-4 .b-logo {
  width: 80px;
  margin: 0 auto 30px;
}

.b-step-4 .b-text {
  padding-bottom: 47px;
}

.b-load {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.b-load span {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #E88B75;
  opacity: 0.2;
  margin: 0 10px;
}

.b-load span:nth-child(1) {
  animation: a-load linear 1.8s infinite;
}

.b-load span:nth-child(2) {
  animation: a-load linear 1.8s infinite 0.6s;
}

.b-load span:nth-child(3) {
  animation: a-load linear 1.8s infinite 1.2s;
}

.b-text {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

@keyframes a-load {
  0% {
    opacity: 0.2;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.2;
  }
}

.b-step-5 {
  max-width: 390px;
  margin: 0 auto;
  padding: 20px 0 0;
}

.b-step-5 .desc {
  display: none;
}

.b-step-5 .b-head {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}

.b-step-5 .b-top {
  margin: 15px 0 20px;
}

.b-step-5 .b-photo {
  border-radius: 15px;
  background: #C4C4C4;
  width: 240px;
  height: 240px;
  overflow: hidden;
  position: relative;
  margin: 0 auto 15px;
}

.b-step-5 .b-photo img {
  position: absolute;
  max-width: none;
  left: 0;
  top: 0;
  opacity: 0;
}

.b-step-5 .b-photo p {
  position: absolute;
  z-index: 3;
  text-align: center;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
}

.b-step-5 .b-progress .item {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.b-step-5 .b-progress .item:last-child {
  margin-bottom: 0;
}

.b-step-5 .b-progress .bar {
  width: calc(100% - 40px);
  border-radius: 3px;
  background: #FAE8E3;
  text-align: center;
  position: relative;
}

.b-step-5 .b-progress .bar span {
  border-radius: 3px;
  background: #E88B75;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

.b-step-5 .b-progress .bar b {
  position: relative;
  z-index: 3;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
}

.b-step-5 .b-progress .text {
  font-size: 12px;
  font-weight: 600;
  text-align: right;
}

.b-step-5 .b-status {
  margin-bottom: 20px;
}

.b-step-5 .b-status .item {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.b-step-5 .b-status .item:last-child {
  margin-bottom: 0;
}

.b-step-5 .b-status .text {
  font-size: 12px;
  font-weight: 600;
}

.b-step-5 .b-status .number {
  font-size: 12px;
  font-weight: 600;
  padding: 5px;
  border-radius: 5px;
  background: #E8E4E1;
}
.b-step-5 .b-status .number:last-child {
  min-width: 46px;
  text-align: center;
}

.b-step-5 .part-2 {
  display: none;
}

.b-step-5 .part-2 .b-head {
  margin-bottom: 17px;
}

.b-step-5 .b-icon {
  display: inline-block;
  width: 16px;
  margin-right: 6px;
  vertical-align: middle;
  margin-bottom: 3px;
}

.b-step-5 .b-result {
  margin-bottom: 10px;
}

.b-step-5 .b-result .item {
  padding-bottom: 10px;
}

.b-step-5 .b-ul {
  font-size: 10px;
  margin-top: 10px;
}

.b-step-5 .b-ul .b-li {
  padding-left: 15px;
  position: relative;
}

.b-step-5 .b-ul .b-li::before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: #423330;
  width: 3px;
  height: 3px;
}

.b-step-6 {
  max-width: 390px;
  margin: 0 auto;
  padding: 20px 0 0;
}

.b-step-6 .b-conteiner {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 80px);
}

.b-step-6 .b-logo {
  width: 80px;
  margin: 0 auto 30px;
}

.b-step-6 .b-center {
  padding-top: 75px;
}

.b-carousel {
  height: 95px;
  overflow: hidden;
  position: relative;
  margin-top: 42px;
}

.b-carousel::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.8) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.b-carousel .box {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 19px;
  transition: 0.5s;
  transform: translateY(200%);
}

.b-carousel p {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  font-weight: 600;
  width: 100%;
}

@keyframes a-carousel-box {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  7% {
    transform: translateY(0);
    opacity: 0;
  }
  14% {
    transform: translateY(-100%);
    opacity: 0.2;
  }
  21% {
    transform: translateY(-100%);
    opacity: 0.2;
  }
  28% {
    transform: translateY(-200%);
    opacity: 0.5;
  }
  35% {
    transform: translateY(-200%);
    opacity: 0.5;
  }
  42% {
    transform: translateY(-300%);
    opacity: 1;
  }
  49% {
    transform: translateY(-300%);
    opacity: 1;
  }
  56% {
    transform: translateY(-400%);
    opacity: 0.5;
  }
  63% {
    transform: translateY(-400%);
    opacity: 0.5;
  }
  70% {
    transform: translateY(-500%);
    opacity: 0.2;
  }
  77% {
    transform: translateY(-500%);
    opacity: 0.2;
  }
  84% {
    transform: translateY(-600%);
    opacity: 0;
  }
  91% {
    transform: translateY(-600%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}

@keyframes a-carousel-item {
  0% {
    opacity: 1;
  }
  7% {
    opacity: 1;
  }
  14% {
    opacity: 0.5;
  }
  21% {
    opacity: 0.5;
  }
  28% {
    opacity: 0.2;
  }
  35% {
    opacity: 0.2;
  }
  42% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  56% {
    opacity: 0;
  }
  63% {
    opacity: 0;
  }
  70% {
    opacity: 0.2;
  }
  77% {
    opacity: 0.2;
  }
  84% {
    opacity: 0.5;
  }
  91% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.b-step-7 {
  max-width: 390px;
  margin: 0 auto;
  padding: 20px 0 0;
}

.b-step-7 .b-head {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.b-step-7 .b-product {
  width: 51px;
  position: relative;
  margin: 0 auto 20px;
}

.b-step-7 .b-product .main {
  width: 100%;
}

.b-step-7 .b-product .bg-l {
  width: 559px;
  position: absolute;
  top: -8px;
  left: -572px;
}

.b-step-7 .b-product .bg-r {
  width: 559px;
  position: absolute;
  top: -8px;
  right: -572px;
}

.b-step-7 .b-p1 {
  margin-bottom: 10px;
}

.b-step-7 .b-p1 b {
  font-weight: 600;
}

.b-step-7 .b-item {
  margin-bottom: 20px;
}

.b-step-7 .b-item:last-child {
  margin-bottom: 0;
}

.b-step-7 .b-item .b-p1:last-child {
  margin-bottom: 0;
}

.b-step-7 .b-bottom {
  margin-top: 20px;
}

.b-step-7 .b-bottom .b-head {
  width: 240px;
  margin: 0 auto 20px;
}

.b-step-7 .b-bottom .b-img-box {
  margin: 27px auto;
  position: relative;
  width: max-content;
}

.b-step-7 .b-bottom .b-img-box .circle {
  width: 161px;
  height: 161px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  z-index: 0;
}

.b-step-7 .b-bottom .b-img-box .product {
  width: 52px;
  position: absolute;
  z-index: 2;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
}

.b-step-7 .b-bottom .b-img-box .sale {
  width: 140px;
  position: absolute;
  z-index: 4;
  left: 22px;
  top: 106px;
}

.b-timer {
  border-radius: 15px;
  border: 2px solid #423330;
  font-size: 24px;
  line-height: 17px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  padding: 13px;
  width: 186px;
  margin: 0 auto;
}

.b-timer p {
  text-align: center;
  width: 33px;
}

.b-timer span {
  width: 17px;
  text-align: center;
  display: inline-block;
  margin-top: -2px;
  vertical-align: middle;
}

.b-form {
  border-radius: 30px;
  background: #FFF;
  padding: 20px;
}

.b-form-head {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.b-form .b-input,
.b-form .b-select {
  margin-top: 0;
  margin-bottom: 15px;
}

.b-form .b-button {
  border-radius: 20px;
}

.b-price {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.b-price-old {
  font-size: 20px;
  font-weight: 700;
  opacity: 0.3;
  text-decoration: line-through;
  margin: 0 10px;
}

.b-price-new {
  font-size: 32px;
  font-weight: 700;
  margin: 0 10px;
}

.text-center {
  text-align: center;
}

@media screen and (min-width: 360px) {
  .b-step-5 .b-photo {
    width: 280px;
    height: 280px;
  }
}

@media screen and (min-width: 380px) {
  .b-step-5 .b-photo {
    width: 300px;
    height: 300px;
  }
}

@media screen and (min-width: 414px) {
  .b-step-5 .b-photo {
    width: 334px;
    height: 334px;
  }
}

@media screen and (min-width: 430px) {
  .b-step-5 .b-photo {
    width: 350px;
    height: 350px;
  }
}

@media screen and (min-width: 768px) {
  .b-h1 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .b-h3 {
    font-size: 24px;
  }
  .b-h5 {
    font-size: 18px;
  }
  .b-p1 {
    font-size: 14px;
    line-height: 1.5;
  }
  .b-p2 {
    font-size: 18px;
    line-height: 1.5;
  }
  .b-p4 {
    font-size: 24px;
  }
  .b-p5 {
    font-size: 24px;
  }
  .b-button {
    font-size: 24px;
    line-height: 17px;
    padding: 16px 64px 18px;
    width: max-content;
    margin-top: 30px;
    max-width: 100%;
  }
  .b-button:hover {
    transform: scale(1.03, 1.03);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .b-button:hover::before {
    opacity: 0;
  }
  .b-step-1 {
    max-width: 500px;
    padding: 30px 0 0;
  }
  .b-step-1 .b-logo {
    margin-right: 11px;
    width: 44px;
    margin-bottom: 5px;
  }
  .b-step-1 .b-woman {
    max-width: 405px;
    margin: 0 auto 20px;
  }
  .b-step-1 .b-button {
    width: max-content;
  }
  .b-conteiner {
    padding: 30px;
  }
  .b-step-2 {
    max-width: 630px;
    padding: 30px 0 0;
  }
  .b-step-2 .b-head {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 31px;
    text-align: left;
  }
  .b-step-2 .b-logo {
    margin: 0 16px 0 0;
  }
  .b-step-2 .b-h3 {
    margin-bottom: 10px;
  }
  .b-step-2 .b-icon {
    width: 56px;
  }
  .b-step-2 .b-box {
    width: 498px;
  }
  .b-step-2 .b-item {
    margin-bottom: 20px;
  }
  .b-step-2 .b-button {
    margin-top: 20px;
  }
  .b-select,
  .b-input {
    width: 100%;
    font-size: 18px;
    padding: 19px 20px;
  }
  .b-select {
    background-size: 11px 9px;
  }
  .b-step-3 {
    padding: 30px 0 0;
    max-width: 630px;
  }
  .b-step-3 .b-button {
    margin-top: 20px;
  }
  .b-load {
    margin-bottom: 40px;
  }
  .b-load span {
    width: 30px;
    height: 30px;
    margin: 0 15px;
  }
  .b-text {
    font-size: 18px;
  }
  .b-step-4 {
    padding: 30px 0 0;
    max-width: 630px;
  }
  .b-step-4 .b-logo {
    margin-bottom: 40px;
  }
  .b-step-4 .b-text {
    padding-bottom: 99px;
  }
  .b-step-5 {
    padding: 30px 0 0;
    max-width: 630px;
  }
  .b-step-5 .mob {
    display: none;
  }
  .b-step-5 .desc {
    display: block;
  }
  .b-step-5 .b-head {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .b-step-5 .b-top {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
  }
  .b-step-5 .b-photo {
    width: 270px;
    height: 270px;
    margin: 0;
  }
  .b-step-5 .b-photo p {
    font-size: 24px;
  }
  .b-step-5 .b-progress .item {
    justify-content: flex-start;
  }
  .b-step-5 .b-progress .bar {
    width: 221px;
    margin-right: 10px;
  }
  .b-step-5 .b-progress .bar b {
    line-height: 46px;
    font-size: 14px;
  }
  .b-step-5 .b-progress .text {
    font-size: 18px;
  }
  .b-step-5 .b-status {
    margin-bottom: 30px;
  }
  .b-step-5 .b-status .item {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .b-step-5 .b-status .text {
    font-size: 18px;
  }
  .b-step-5 .b-status .text span {
    display: none;
  }
  .b-step-5 .b-status .number {
    font-size: 24px;
    width: 81px;
    margin-right: 20px;
    text-align: center;
  }
  .b-step-5 .b-icon {
    width: 24px;
  }
  .b-step-5 .b-result .b-h5 {
    margin-bottom: 10px;
  }
  .b-step-5 .b-result .item .b-h5 {
    margin-bottom: 5px;
  }
  .b-step-5 .b-ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.5;
  }
  .b-step-5 .b-ul .box {
    width: max-content;
  }
  .b-step-5 .b-ul .b-li {
    padding-right: 23px;
    padding-left: 22px;
  }
  .b-step-5 .b-ul .b-li::before {
    width: 4px;
    height: 4px;
    left: 7px;
  }
  .b-step-5 .b-button {
    line-height: 23px;
  }
  .b-step-6 {
    padding: 30px 0 0;
    max-width: 630px;
  }
  .b-step-6 .b-logo {
    margin-bottom: 40px;
  }
  .b-step-6 .b-carousel {
    margin-top: 64px;
    height: 145px;
  }
  .b-step-6 .b-carousel .box {
    height: 29px;
  }
  .b-step-6 .b-carousel p {
    font-size: 24px;
    line-height: 29px;
    bottom: -29px;
  }
  .b-step-7 {
    padding: 30px 0 0;
    max-width: 630px;
  }
  .b-step-7 .b-head {
    font-size: 24px;
    margin-bottom: 28px;
  }
  .b-step-7 .b-product {
    width: 113px;
    margin-bottom: 20px;
  }
  .b-step-7 .b-product .bg-l {
    width: 1258px;
    left: -1288px;
  }
  .b-step-7 .b-product .bg-r {
    width: 1258px;
    right: -1288px;
  }
  .b-step-7 .b-conteiner .b-head {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .b-step-7 .b-bottom {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
  }
  .b-step-7 .b-bottom .b-head {
    font-size: 18px;
    width: 100%;
  }
  .b-step-7 .b-bottom .b-left {
    width: 300px;
  }
  .b-step-7 .b-bottom .b-img-box {
    margin-top: 44px;
  }
  .b-step-7 .b-bottom .b-img-box .circle {
    width: 197px;
    height: 197px;
  }
  .b-step-7 .b-bottom .b-img-box .product {
    width: 63px;
    top: -21px;
  }
  .b-step-7 .b-bottom .b-img-box .sale {
    width: 171px;
    top: 129px;
    left: 27px;
  }
  .b-form {
    width: 300px;
  }
  .b-form-head {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .b-form .b-button {
    border-radius: 32px;
    padding: 16px 16px 18px;
    width: 100%;
    margin-top: 20px;
  }
  .b-form .b-input,
  .b-form .b-select {
    margin-bottom: 20px;
    padding: 14px 20px;
  }
}

.s-variant-1,
.s-variant-2,
.s-variant-3,
.s-variant-4,
.s-variant-5,
.s-variant-6,
.s-variant-7,
.s-variant-8,
.b-step-1,
.b-step-2,
.b-step-3,
.b-step-4,
.b-step-5,
.b-step-6,
.b-step-7 {
  display: none;
}

body[data-step="1"] .b-step-1 {
  display: block;
}

body[data-step="2"] .b-step-2 {
  display: block;
}

body[data-step="3"] .b-step-3 {
  display: block;
}

body[data-step="4"] .b-step-4 {
  display: block;
}

body[data-step="5"] .b-step-5 {
  display: block;
}

body[data-step="6"] .b-step-6 {
  display: block;
}

body[data-step="7"] .b-step-7 {
  display: block;
}

.load__text span {
  display: none;
}

.load__text[data-text="0"] span:nth-child(1) {
  display: block;
}

.load__text[data-text="1"] span:nth-child(2) {
  display: block;
}

.load__text[data-text="2"] span:nth-child(3) {
  display: block;
}

.load__text[data-text="3"] span:nth-child(4) {
  display: block;
}

.load__text[data-text="4"] span:nth-child(5) {
  display: block;
}

.load__text[data-text="5"] span:nth-child(6) {
  display: block;
}

body[data-variant="1"] .s-variant-1 {
  display: block;
}

body[data-variant="2"] .s-variant-2 {
  display: block;
}

body[data-variant="3"] .s-variant-3 {
  display: block;
}

body[data-variant="4"] .s-variant-4 {
  display: block;
}

body[data-variant="5"] .s-variant-5 {
  display: block;
}

body[data-variant="6"] .s-variant-6 {
  display: block;
}

body[data-variant="7"] .s-variant-7 {
  display: block;
}

body[data-variant="8"] .s-variant-8 {
  display: block;
}