.mb-0 {
  margin-bottom: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.question,
.answer {
  position: relative;
  margin: 0 0 10px 40px;
  min-height: 110px;
  padding: 5px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.question {
  background: #ebebeb;
  font-weight: bold;
}
.question:before {
  transform: translate(-50%, -50%);
  background: url(../images/img_5.webp) center center no-repeat;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
}
.question:before,
.answer:before {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 3px;
  top: 50%;
}
.answer:before {
  top: 10px;
  transform: translateX(-50%);
  background: url(../images/2_1.webp) center center no-repeat;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
}

.question p,
.answer p {
  margin: 0 0 10px 0 !important;
  padding-left: 70px;
  padding-right: 15px;
}
.question p:last-of-type,
.answer p:last-of-type {
  margin-bottom: 0 !important;
}

.question p span,
.answer p span {
  font-weight: 700;
}

.violet {
  color: #0e0097;
}

.excl {
  margin: 0;
  background: crimson;
  color: #fff;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  min-height: 80px;
  border-radius: 0 100px 100px 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}

.excl p {
  margin: 15px 0;
}
.excl p span.red {
  color: crimson;
}
.excl p a {
  color: #6e9bff;
}
.excl::before {
  content: '';
  display: block;
  width: 18px;
  height: 80px;
  left: 22px;
  top: -10px;
  position: absolute;
  background: url(../images/excl.webp) center center no-repeat;
  background-size: contain;
}

.red-link {
  font-weight: bold;
  display: block;
  text-align: center;
  text-decoration: underline;
  color: crimson !important;
  font-size: 25px;
  line-height: 1.4em;
  font-weight: 700;
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.red-link:hover {
  text-decoration: underline;
}
.red-link::after {
  display: inline-block;
  -webkit-animation: dotty steps(1, end) 2s infinite;
  animation: dotty steps(1, end) 2s infinite;
  content: '';
  position: absolute;
  margin-left: 10px;
}
@keyframes dotty {
  0% {
    content: '';
  }
  25% {
    content: '>';
  }
  50% {
    content: '>>';
  }
  75% {
    content: '>>>';
  }
  100% {
    content: '';
  }
}

.quotes {
  margin: 25px 0 30px;
}
.quotes__content {
  padding: 35px 45px 5px 10px;
  background: url(../images/content/quote_close.webp) bottom 25px right 55px
    no-repeat;
  background-size: 235px;
  background: #e3f1f6;
  border: 1px solid #7fc5e0;
}
.quotes ul {
  list-style-type: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
}
.quotes li {
  display: block;
  position: relative;
  margin-bottom: 25px;
}
.quotes li span {
  font-weight: 700;
}
.quotes li:last-of-type {
  margin-bottom: 0;
}

.quotes.quotes-butterfly h2,
.quotes.quotes-butterfly h3,
.quotes.quotes-green h2,
.quotes.quotes-red h2 {
  margin-left: 49px;
  padding-bottom: 0px;
  margin-bottom: 10px;
  margin-top: 0;
}

.quotes.quotes-green li::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/check_big.webp) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: -22px;
  top: 0px;
  transform: translateY(0);
}
.quotes.quotes-red li::before {
  content: '';
  display: block;
  width: 5px;
  height: 25px;
  background: url(../images/symptom_big.webp) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: -11px;
  top: 0;
  transform: translateY(0);
}

.quotes.quotes-butterfly li::before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: url(../images/butterfly.webp) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: -25px;
  top: 0px;
}

.effects__container {
  padding: 0px 45px 0px 10px;
}

.effects h3 {
  margin-left: 49px;
  padding-bottom: 10px;
}
.effects ul {
  list-style-type: none;
  padding-left: 14px;
}
.effects li::before {
  content: '';
  position: absolute;
  display: block;
  width: 18px;
  height: 15px;
  background: url(../images/content/check_white.webp) center center no-repeat;
  background-size: contain;
  left: 0;
  top: 8px;
}

.list_red {
  padding-left: 53px;
  margin-bottom: 0px;
}
.list_red ul {
  list-style-type: none;
}
.list_red li {
  display: block;
  margin-bottom: 15px;
  background: linear-gradient(
    95.88deg,
    rgb(227 44 61 / 20%) 33.37%,
    #fff 96.23%
  );
  padding: 3px 12px;
  padding-right: 50px;
  border-left: 2px solid #df1326;
  position: relative;
  line-height: 1.4em;
}
.list_red li span {
  font-weight: 700;
}
.list_red li:last-of-type {
  margin-bottom: 0;
}
.list_red li::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -35px;
  top: 7px;
  background: url(../images/check_red.webp) center center no-repeat;
  background-size: contain;
}
.list_red.list_blue {
  margin: 0px 0 20px 7px;
}
.list_red.list_blue li {
  padding: 4px 0;
  border: 0;
  background: none;
  font-weight: 400;
  margin-bottom: 0px;
}
.list_red.list_blue li::before {
  background: url(../images/check_blue.webp) center center no-repeat;
  background-size: contain;
}
.videos {
  margin: 0 20px;
  margin-bottom: 15px;
}
.videos h3 {
  text-align: center;
  margin-bottom: 5px;
}

.conditions {
  margin-bottom: 25px;
  padding-top: 10px;
  background: #faf1f1;
  border: 1px solid rgb(186 0 0 / 45%);
  line-height: 1.5;
  margin-top: 80px;
}
.conditions .badge {
  display: table;
  width: 130px;
  margin: -100px auto 0px;
  border-radius: 50%;
  box-shadow: 0px 0px 12px rgb(186 0 0 / 45%);
}
.conditions h3,
.conditions p {
  text-align: center;
  margin: 0 30px;
  margin-bottom: 40px;
  position: relative;
}
.conditions h3 {
  color: crimson;
  padding-top: 20px;
}
.conditions h3::after {
  content: '';
  display: block;
  width: 90px;
  height: 2px;
  background: crimson;
  bottom: -20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.conditions ul {
  list-style-type: none;
  padding-right: 25px;
  padding-bottom: 10px !important;
  padding-left: 25px;
}
.conditions li {
  padding-left: 35px;
  display: block;
  margin-bottom: 25px;
  position: relative;
}
.conditions li::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 3px;
  background: url(../images/check_red.webp) center center no-repeat;
  background-size: contain;
}
.conditions li:last-of-type {
  margin-bottom: 0;
}
.conditions li span {
  font-weight: 700;
}

.order-info {
  text-align: center;
}
.order-info__title {
  font-size: 22px;
  color: red;
}
.order-info__date {
  text-decoration: underline;
}
.order-info__count {
  display: block;
  background: red;
  padding: 10px;
  margin: 12px auto;
  margin-bottom: 25px;
  width: 200px;
  color: #fff;
  text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000,
    0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000,
    1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000,
    1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000,
    -1px 1px 0 #000000, 1px 1px 0 #000000;
  font-size: 32px;
  border-radius: 5px;
  animation-name: button;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes button {
  0% {
    box-shadow: 0px 0px 10px #f20000;
  }
  60% {
    box-shadow: 0px 0px 3px rgba(242, 0, 0, 0.8);
  }
  100% {
    box-shadow: 0px 0px 10px #f20000;
  }
}

.order-info__count-val {
  font-size: 52px;
  line-height: 1.4em;
}
.form__wrapper {
  margin: 0 auto;
}
@media (min-width: 1199px) {
  .form__wrapper {
    margin: 0 0 2rem var(--grid-8-1-column-content-gap);
  }
}
.timelimit,
.additional {
  text-align: center;
  padding: 0 20px;
}
.timelimit b {
  display: inline-block;
  background: url(../images/content/timerIcon2.webp) no-repeat;
  padding-left: 14px;
  color: red;
  vertical-align: top;
  background-position-y: 6px;
}

@media (max-width: 480px) {
  .main_form {
    padding: 30px 15px;
  }
  .main_form h2 {
    font-size: 26px;
  }
  .question,
  .answer {
    margin-left: 35px;
    padding: 5px 0;
    min-height: 95px;
  }
  .question:before,
  .answer:before {
    width: 75px;
    height: 75px;
  }
  .question p,
  .answer p {
    padding-left: 50px;
    padding-right: 10px;
  }
  .excl {
    margin: 0 10px;
    margin-bottom: 25px;

    line-height: 1.4em;
    padding-right: 35px;
  }
  .quotes {
    margin: 0 10px;
    margin-bottom: 30px;
  }
  .quotes__content {
    padding: 25px;
  }
  .quotes li {
    line-height: 1.4em;
  }
  .effects__container {
    padding: 15px;
  }
  .answer:before {
    top: 10px;
  }
}

.comments-block .b-tags {
  margin: 0 auto;
  margin-bottom: 15px;
}
.comments__add {
  background: #e5ecf9;
  padding: 25px;
  padding-left: 105px;
  margin-bottom: 20px;
  position: relative;
}
.comments__add input {
  display: block;
  width: 100%;
  background: #fff;
  padding: 10px 30px;
  border: 1px solid #a8a8a8;
  border-radius: 2px;
  outline: none;
  font-size: 14px;
  line-height: 1.4em;
}
.input__container {
  position: relative;
}

.aFQN8OU2 .effects {
  text-align: left;
  padding: 20px 20px 10px 35px;
  background: #e1f0e3;
  border: 3px solid #00ba63;
  box-sizing: border-box;
  border-radius: 16px;
  margin-top: 20px;
}
.prod_wrapper__list h3 {
  margin-left: 40px;
}
.prod_wrapper__list {
  text-align: left;
  background: #e3f1f6;
  border: 1px solid #7fc5e0;
  box-sizing: border-box;
  margin-bottom: 25px;
  padding-top: 20px;
}
.prod_wrapper__list ol li:before,
.prod_wrapper__list ol li .ie-counter {
  font-weight: bold;
}
.aFQN8OU2 .effects ul {
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 0px;
}
.aFQN8OU2 .effects li {
  position: relative;

  line-height: 1.5;
  margin-bottom: 10px;
}
.aFQN8OU2 .effects li:last-child {
  margin-bottom: 0px;
}

.aFQN8OU2 .effects li::before {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background: url(images/content/check_big.webp) center center no-repeat;
  background-size: contain;
  left: -5px;
  top: -5px;
}
.yellow-bg,
.green-bg,
.violet-bg {
  padding-left: 2px;
  padding-right: 2px;
  margin-left: -2px;
}
.yellow-bg {
  background: #ffd300;
  color: #000;
}
.green-bg {
  background: #22861e;
  color: #fff;
}
.violet-bg {
  background: #642487;
  color: #fff;
}

.prod_wrapper__listy {
  text-align: left;
  padding: 20px;
  background: #f3f3f3;
  box-sizing: border-box;
  margin-bottom: 25px;
  margin-top: 100px;
}
.prod_wrapper__listy .badge {
  display: table;
  width: 130px;
  margin: -100px auto 10px;
}
.prod_wrapper__listy h2 {
  text-align: center;
}

.prod_wrapper__listy p {
  margin: 0 0 8px;
}

.prod_wrapper__list {
  margin-top: 20px;
}
.prod_wrapper__list p {
  margin: 10px 0 5px 0 !important;
  display: flex;
  gap: 10px;
}
.prod_wrapper__list p b {
  font-size: 20px;
  display: block;
  flex: 0 0 40px;
  padding-left: 10px;
}
.red {
  color: crimson;
}
.effects {
  text-align: left;
  padding: 35px 20px 10px 0;
  background: #faf1f1;
  border: 1px solid rgb(186 0 0 / 45%);
  margin-bottom: 25px;
  font-size: 18px;
}
.effects h2 {
  margin-left: 54px;
  padding-bottom: 5px;
}
.effects ul {
  list-style-type: none;
}
.effects li {
  display: block;
  margin-bottom: 0px;
  position: relative;
  padding: 0px 0 0px 35px;
}
.effects li::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 3px;
  background: url(../images/check_red.webp) center center no-repeat;
  background-size: contain;
}

.swiper {
  width: 300px;
  height: auto;
  /* border: 1px solid black; */
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.swiper1 {
  text-align: center;
}
.swiper2 {
  width: 100%;
  height: auto;
  padding-bottom: 15px;
  margin: 0 0 2rem;
  position: relative;
}
@media (min-width: 1199px) {
  .swiper2 {
    margin: 0 0 2rem var(--grid-8-1-column-content-gap);
    width: 100%;
  }
}
.slider-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.slider-2 {
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.slider-1__text {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  text-align: center;

  color: #000000;

  padding: 33px 19px 9px;
  box-shadow: 2px 1px 2px rgba(51, 26, 26, 0.15);
  position: relative;
  top: -20px;
}
.slider-1__text:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(90deg, #dd7000 0%, #f2b200 48%, #f3ad01 100%);
  opacity: 0.3;
}
.slider-1__img {
  z-index: 2;
  /* box-shadow: (1px 1px 3px rgba(0, 0, 0, 0.25)); */
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}

.slider-1__text__text {
  z-index: 2;
  position: relative;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  margin-top: 0px;
}

.swiper-pagination-bullet {
  width: 17px;
  height: 17px;

  background: #ffffff;
  border: 8px solid #0e0097;
}

.swiper-pagination-bullet-active {
  background: linear-gradient(265.51deg, #b61814 0%, #d8b022 100%);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}

.new-pag > .swiper-pagination-bullet {
  background: transparent;
  width: 38px;
  height: 42px;
  border-radius: 0;
  background-image: url(../images/facial-mask-with-flower-in-spa.webp);
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  opacity: 0.3;
  outline: none;
}
.new-pag > .swiper-pagination-bullet-active {
  border: none;
  box-shadow: none;
  background-size: cover;
  opacity: 1;
  outline: none;
}

.slider-top {
  display: flex;
  align-items: center;
  height: 50px;
  background-color: #fff;
  padding: 0 15px;
}
.slider-top__img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #dce2e9;
  padding: 2px;
  margin-right: 11px;
  background-size: cover;
}
.slider-top__name {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 16px;

  color: #131212;
}
.slider-top__doted {
  margin-left: auto;
}
.slider-image {
}
.slider-nav {
  display: flex;
  padding: 10px 10px 10px 10px;
  background-color: #fff;
  position: relative;
  top: -5px;
}
.slider-nav img {
  max-width: 24px;
  height: 24px;
  margin-left: 5px;
}
.slider-bottom {
  padding: 0 15px;
  background-color: #fff;
}
.slider-bottom__like {
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 15px !important;
  line-height: 16px;
  display: flex;
  align-items: center;

  color: #131212;
}
.slider-bottom__text2 {
  font-style: normal;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 1.25em !important;

  color: #131212 !important;
  padding-bottom: 20px !important;
}
.sidegutterleft .swiper-wrapper {
  flex-wrap: wrap;
}
.sidegutterleft .swiper-wrapper .swiper-slide {
  height: auto;
}

div.blur {
  position: relative;
  background: #eee;
  padding: 10px;
  cursor: pointer;
}

div.blur img {
  display: block;
  margin: 0 auto;
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
  width: auto;
  max-width: 100%;
}

.blur-p {
  position: absolute;
  top: calc(50% - 12px);
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px !important;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  text-align: center;
}
.swiper1 .swiper-cube-shadow {
  display: none !important;
}
.swiper1 {
  margin-left: auto !important;
  margin-right: auto !important;
}
@media only screen and (min-width: 1024px) {
  .swiper1 img {
    height: 332px;
  }
  .swiper1 .article__media-caption {
    margin-bottom: 0;
    padding-bottom: 8px;
  }
}

.swiper-backface-hidden .swiper-slide {
  max-width: 100%;
}

.image-source-wrapper .image-title {
  font-size: 14px;
  display: block;
  font-weight: 700;
  line-height: 15px;
}
.image-source-wrapper {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

#comments .coment_ava {
  float: left;
  margin-right: 15px;
}

#comments .coment_ava img {
  margin: 0;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
#comments .pg {
  font-size: 16px;
}
.row-y-item .info {
  display: flex;
  border-top: 1px solid #bce0ed;
  padding: 15px 0;
}

.ss {
  width: calc(100% - 60px);
}

.ss .name,
.ss .row-y-name {
  font-size: 16px;
  font-weight: bold;
}

.ss .randdate {
  font-size: 14px;
  font-weight: normal;
}
.reply {
  margin-left: 65px;
}

.accordion {
  margin: 0px auto 30px;
  max-width: 700px;
}
.accordion .accordion-item {
  border-bottom: 1px solid #dcdcdc;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #fff;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 15px 0;
  font-weight: 700;
  color: #19417d;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #000;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #19417d;
  border: 1px solid #dcdcdc;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 10px;
  left: 6px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 6px;
  left: 10px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #000;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  margin: 0 0 20px;
}

.warning {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: 0.3px solid #000530;
  border-radius: 2px;
  background: linear-gradient(
      142.75deg,
      #fce376 -11.7%,
      #fce479 11.09%,
      #fde681 25.06%,
      #feeb8f 36.64%,
      #fff0a0 45.29%,
      #bc6d00 193.23%
    )
    top center;
  width: 100%;
  max-width: 300px;
  margin: 30px auto;
  padding: 12px 14px;
}
.warning > img {
  width: 52px;
  height: 46px;
}
.warning-text {
  text-align: center;
  margin: 0 0 5px;
  line-height: 1.2em;
}
.warning-text > strong {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.adva {
  display: table;
  width: auto;
  margin: 25px auto 0;
}
.adva ul {
  font-size: 20px;
}
.adva ul li {
  position: relative;
  margin-bottom: 0px;
  padding-left: 40px;
}
.adva li::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/checkmark.webp) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 0px;
  transform: translateY(0);
}
.steps {
  margin: 30px auto;
  padding: 30px;
  background: #ebebeb;
  border: 1px solid #e1e1e4;
}
.steps * {
  display: table;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.form_btn2 {
  animation: pulse 2s infinite;
  -webkit-animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }

  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }

  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}
