*,
.splide__slide {
  box-sizing: border-box;
}
.splide,
.splide__slide,
.splide__slider {
  position: relative;
}
section.block-2 h2,
section.block-3 h2,
section.block-9 p {
  padding-bottom: 30px;
}
section.block-1,
section.block-4,
section.block-5,
section.block-5 .container {
  background-repeat: no-repeat;
  background-position: 0;
}
section.block-5 ul li:before,
section.block-8 ul li:before {
  content: url(../images/1920px_Halier_Hairvity_landing_cut_18-1c47c0b0fb33044bfe17b10602ea69923.png);
}
body,
h2:not(.monogo-form__heading),
html,
p,
section.block-2 p,
section.block-4 h5,
section.block-6 .columns .col span,
section.block-7 figure figcaption {
  font-family: Roboto, sans-serif;
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url("../fonts/roboto-v30-cyrillic-regular.woff2") format("woff2"),
    url("../fonts/roboto-v30-cyrillic-regular.woff") format("woff");
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../fonts/roboto-v30-cyrillic-500.woff2") format("woff2"),
    url("../fonts/roboto-v30-cyrillic-500.woff") format("woff");
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/roboto-v30-cyrillic-700.woff2") format("woff2"),
    url("../fonts/roboto-v30-cyrillic-700.woff") format("woff");
}
.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  transform-style: preserve-3d;
}
.price__name,
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  outline: 0;
  visibility: hidden;
}
.splide.is-initialized {
  visibility: visible;
}
.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  outline: 0;
}
.splide__slide img {
  vertical-align: bottom;
  border-radius: 10px 10px 0 0;
}
.splide__spinner {
  animation: 1s linear infinite splide-loading;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide--draggable > .splide__slider > .splide__track,
.splide--draggable > .splide__track {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover {
  opacity: 0.9;
}
.splide__arrow:focus {
  outline: 0;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.container,
section.block-10 .container .col:last-child {
  padding-right: 0;
}
.bottom-links,
.container,
.old__price,
section.block-6 .columns,
ul li {
  position: relative;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  transition: transform 0.2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide--nav
  > .splide__slider
  > .splide__track
  > .splide__list
  > .splide__slide:focus,
.splide--nav > .splide__track > .splide__list > .splide__slide:focus,
.splide__pagination__page:focus {
  outline: 0;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide--nav
  > .splide__slider
  > .splide__track
  > .splide__list
  > .splide__slide,
.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide--nav
  > .splide__slider
  > .splide__track
  > .splide__list
  > .splide__slide.is-active,
.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
body {
  text-align: left;
  font-weight: 400;
  color: #212529;
  background: #e7e7e7;
  overflow-x: hidden !important;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
.bottom-links {
  z-index: 1;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  clear: both;
}
.bottom-links p,
.form-text-center,
.price__block,
section.block-10 .container .col h4,
section.block-12 .container h2,
section.block-12 .container img,
section.block-5 .container div h2 {
  text-align: center;
}
.form-label span,
.red-text {
  color: red;
}
.old__price {
  font-size: 24px;
  margin-bottom: 10px;
  display: inline-block;
}
.old__price:after,
.old__price:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: red;
  transform: rotate(15deg);
  left: 0;
  top: 25px;
}
.old__price:after {
  transform: rotate(-15deg);
}
.new__price {
  font-size: 34px;
  font-weight: 700;
}
a,
body,
div,
form,
h1,
h2,
h3,
h4,
h5,
html,
img,
li,
p,
span,
strong,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  line-height: 1;
  vertical-align: baseline;
  -webkit-text-size-adjust: none;
}
.fieldset-desc,
.form-label,
.form-submit-btn,
b,
section.block-1 h1 {
  font-weight: 700;
}
strong {
  font-weight: 900;
}
img {
  max-width: 100%;
}
ul li {
  line-height: 20px;
  font-size: 15px;
  color: #3d3d3d;
}
ul li:before {
  position: absolute;
  content: "•";
  top: 0;
  left: -17px;
  color: #00b02a;
  font-size: 22px;
}
@media (max-width: 555px) {
  p {
    font-size: 14px;
    line-height: 24px !important;
  }
}
section {
  padding: 0 25px;
}
p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  text-align: justify;
}
.container {
  display: block;
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}
h2:not(.monogo-form__heading) {
  color: #222;
  font-size: 33px;
  font-weight: 300;
  line-height: 1.3;
}
section.block-1 {
  background-size: cover;
  width: 100%;
  max-height: 420px;
  height: 420px;
}
.no-webp section.block-1,
.no-webp section.block-4 {
  background-image: url(../images/1920px_Halier_Hairvity_landing_MEN_cut_22-19d62a99c1c4a469388c266275207e0b8.png);
}
.webp section.block-1,
.webp section.block-4 {
  background-image: url(../images/1920px_Halier_Hairvity_landing_MEN_cut_22-19d62a99c1c4a469388c266275207e0b8.webp);
}
section.block-1 img {
  display: block;
  float: left;
  position: absolute;
}
section.block-1 h1,
section.block-1 h3 {
  text-align: right;
  font-size: 31px;
  color: #fff;
  line-height: 1.3;
  width: 65%;
  margin-left: auto;
}
section.block-1 h1 {
  text-transform: uppercase;
  padding-top: 40px;
}
section.block-1 h3 {
  font-weight: 400;
  padding-top: 30px;
}
section.block-2 {
  background-color: #f3f4f9;
  padding: 50px 20px;
}
section.block-2 img {
  display: block;
  float: left;
  padding-right: 50px;
  max-width: 290px;
}
section.block-2 p {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.3;
  text-align: left;
}
section.block-2 p.sign {
  text-align: right;
  font-size: 18px;
  font-weight: 400;
}
section.block-3 {
  background-color: #fff;
  padding: 25px 20px;
}
section.block-3 h2 {
  text-align: center;
  font-size: 35px;
}
section.block-3 p {
  padding-bottom: 25px;
  overflow: hidden;
}
section.block-3 img {
  float: right;
  padding-left: 25px;
  max-width: 230px;
}
section.block-4 {
  background-size: cover;
  width: 100%;
  padding: 30px 20px;
}
section.block-4 h2 {
  font-size: 37px;
  text-align: center;
  color: #fff;
  padding-bottom: 50px;
}
section.block-4 h5,
section.block-4 p,
section.block-9 {
  padding-bottom: 15px;
}
section.block-4 h5 {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}
section.block-4 p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}
section.block-4 img {
  float: right;
}
section.block-5,
section.block-5 .container {
  background-color: #e7e7e7;
}
section.block-5 .container {
  background-size: auto 100%;
  min-height: 435px;
  height: auto;
}
section.block-5 h2 {
  font-size: 35px;
  padding: 25px 0;
}
section.block-5 ul {
  list-style: none;
}
section.block-5 ul li {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
}
section.block-5 ul li:before {
  position: relative;
}
.comment-open .toggle-comment,
.toggle-comment:hover,
section.block-13,
section.block-6,
section.block-8 {
  background-color: #fff;
}
section.block-6 .container {
  padding: 40px 0;
  text-align: center;
}
section.block-6 h2 {
  font-size: 30px;
  padding: 0 25px 25px;
}
section.block-6 .container > p {
  text-align: center;
  padding-bottom: 40px;
}
section.block-6 .columns {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.block-6 .columns .col {
  width: 33%;
  padding-right: 0;
  padding-left: 0;
}
section.block-6 .columns .col span {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3;
}
section.block-6 .columns .col img {
  padding: 15px 0;
  width: 190px;
  height: 275px;
  display: block;
  margin: 0 auto;
}
section.block-6 .columns .col p {
  padding: 0 30px;
  text-align: center;
  font-size: 18px;
}
section.block-7 {
  background-color: #f3f4f9;
}
section.block-7 h2,
section.block-8 h2 {
  text-align: center;
  padding: 20px 0;
}
section.block-7 figure {
  width: 40%;
  float: right;
  margin: 0 15px;
}
.form-alert-image,
section.block-7 figure img {
  width: 100%;
}
section.block-7 figure figcaption {
  background: #000;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  padding: 5px;
  font-weight: 400;
}
section.block-7 p {
  text-align: left;
  padding-bottom: 40px;
}
section.block-8 ul {
  list-style: none;
  padding-bottom: 10px;
}
section.block-8 ul li {
  padding-left: 15px;
  padding-bottom: 30px;
}
section.block-8 ul li h5 {
  font-size: 22px;
  padding-bottom: 15px;
}
section.block-9 h2 {
  text-align: center;
  padding: 25px 0;
}
section.block-10 {
  background-color: #fff;
  padding: 40px 20px;
  min-height: 430px;
}
section.block-10 .container .col {
  width: 33%;
  float: left;
  padding-right: 50px;
}
section.block-10 .container .col h4 {
  font-size: 20px;
  font-weight: 600;
  font-family: Roboto, sans-serif;
  padding-bottom: 25px;
}
section.block-10 .container .col p {
  text-align: left;
  font-size: 18px;
  line-height: 1.3;
}
section.block-12 {
  background-color: #fff;
  padding: 40px 20px 20px;
}
section.block-12 .container p {
  padding-bottom: 20px;
  font-size: 18px;
}
section.block-12 .container h2 {
  padding-top: 25px;
  font-size: 30px;
  font-weight: 400;
}
section.block-12 .container img {
  display: block;
  max-width: 300px;
  margin: 20px auto;
}
@media only screen and (max-width: 959px) {
  .container {
    max-width: 730px;
  }
  section.block-1 h1 {
    font-size: 21px;
    padding-top: 80px;
  }
  section.block-1 h3 {
    font-size: 26px;
  }
  section.block-5 .container {
    background-image: none;
  }
  section.block-5 .container div {
    width: 100%;
    float: left;
  }
  section.block-5 ul {
    margin-left: 40px;
  }
  section.block-5 ul li:before {
    margin-left: -20px;
    top: 3px;
  }
  section.block-8 ul {
    margin-left: 20px;
  }
  section.block-6 .columns .col {
    padding: 0;
  }
  section.block-10 .container .col p,
  section.block-6 .columns .col p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 729px) {
  section.block-1 h3,
  section.block-2 {
    padding-bottom: 25px;
  }
  .container {
    max-width: 310px;
  }
  section.block-1 {
    max-height: 100%;
    height: auto;
  }
  section.block-1 h1 {
    top: 0;
    padding-top: 15px;
    font-size: 18px;
    width: 100%;
    text-align: center;
    order: 1;
  }
  section.block-1 h3 {
    left: 0;
    right: 0;
    margin: 0;
    width: inherit;
    text-align: center;
    order: 3;
    bottom: 15px;
    font-size: 20px;
    position: static;
    padding-top: 25px;
  }
  section.block-1 img,
  section.block-3 img {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  section.block-1 .container {
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  section.block-1 img {
    position: relative;
    width: 100%;
    padding-top: 0;
    order: 2;
  }
  section.block-1 .img-wrap {
    order: 2;
  }
  section.block-2 img {
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    width: 100%;
  }
  section.block-2 h2 {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    text-align: center;
  }
  section.block-2 p.sign {
    padding-top: 25px !important;
  }
  section.block-3 img {
    display: block;
    padding-bottom: 20px;
  }
  section.block-4 h2 {
    font-size: 30px;
  }
  section.block-4 img {
    display: none;
  }
  section.block-5 .container {
    min-height: 480px;
  }
  section.block-5 h2 {
    font-size: 32px;
  }
  section.block-5 ul li {
    font-size: 20px;
  }
  section.block-6 h2 {
    font-size: 28px;
  }
  section.block-6 .columns .col,
  section.block-7 figure {
    width: 100%;
    padding-bottom: 20px;
  }
  section.block-7 figure {
    float: none;
    margin: 0 auto;
  }
  section.block-8 h2,
  section.block-9 h2 {
    font-size: 29px;
  }
  section.block-10,
  section.block-13 {
    padding-bottom: 0;
  }
  section.block-10 .container .col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    float: none;
    padding-bottom: 35px;
  }
  section.block-10 .container .col p {
    font-size: 18px;
  }
  section.block-10 .container .col h4 {
    text-align: center;
  }
}
section.block-1 img {
  left: 0;
  top: 70px;
  max-width: 290px;
}
section.block-2 p.sign {
  padding-top: 40px;
}
section.block-4 img {
  padding-top: 10px;
  padding-left: 50px;
  clear: both;
  max-width: 210px;
  width: 100%;
}
section.block-5 {
  background-size: cover;
  padding: 20px 0;
}
.no-webp section.block-5 {
  background-image: url(../images/fale45e20834aa51b399baeca2ddae27403d.jpg);
}
.webp section.block-5 {
  background-image: url(../images/fale45e20834aa51b399baeca2ddae27403d.webp);
}
section.block-5 .container {
  background-image: unset;
  background-color: transparent;
}
section.block-5 .container div {
  background-color: rgba(255, 255, 255, 0.79);
  float: none;
  width: 70%;
  display: block;
  margin: auto;
  padding: 15px 50px;
}
section.block-5 ul li {
  color: #000;
}
section.block-7 .container {
  min-height: 500px;
}
@media only screen and (max-width: 960px) {
  section.block-4 img {
    padding-top: 65px;
    padding-bottom: 53px;
  }
  section.block-5 .container div {
    width: 85%;
  }
  section.block-1 img {
    left: 0;
    max-width: 260px;
  }
}
@media only screen and (max-width: 767.98px) {
  section.block-1 img {
    max-width: 220px;
  }
  section.block-6 .columns .col p {
    padding: 0 15px;
  }
  p {
    text-align: left;
  }
}
@media only screen and (max-width: 729px) {
  section.block-1 img {
    padding-top: 25px;
    position: static;
  }
  section.block-2 img {
    padding-top: 80px;
    max-width: 55%;
    margin: 0 70px;
  }
  section.block-2 h2 {
    top: -25px;
  }
  section.block-3 img {
    padding-left: 0;
  }
  section.block-5 .container div {
    width: 100%;
    padding: 15px 5px;
  }
  section.block-6 h2 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 555px) {
  .block-6 p {
    line-height: 21px !important;
  }
  .no-webp section.block-1,
  .no-webp section.block-4,
  .no-webp section.block-5,
  .webp section.block-1,
  .webp section.block-4,
  .webp section.block-5 {
    background-image: none;
  }
  .no-webp section.block-1,
  .no-webp section.block-4,
  .webp section.block-1,
  .webp section.block-4 {
    background-color: #4e79bf;
  }
} /*! CSS Used from: Embedded */
#orderBottom {
  display: block;
  max-width: 760px;
  margin: 0 auto;
}
.clp-hidden-elements,
.comment-open .comment-text:after,
.hidden,
.last-buyer-wrapper,
.popup-image-source,
.slider-wrapper {
  display: none;
}
@media (min-width: 1400px) {
  .slider-wrapper {
    opacity: 0;
    position: fixed;
    bottom: 75px;
    right: 10px;
    z-index: 9999;
    display: block;
  }
  .slider-wrapper.visible {
    opacity: 1;
  }
  .slider-wrapper .splide__list {
    align-items: flex-end;
  }
  .slider-box {
    max-width: 200px;
    border-radius: 5px;
  }
  .slider-box-items {
    position: relative;
  }
  .slider-box-btns {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 1px;
    z-index: 99999;
  }
  .slider-box-btn {
    border: none;
    padding: 0;
  }
  .slider-box-btn .btn-img {
    cursor: pointer;
    width: 15px;
  }
  .slider-box-item {
    max-width: 200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #44a5ff;
    border-radius: 10px 10px 0 0;
  }
  .slider-box-item-top {
    min-height: 100px;
    max-width: 200px;
    padding: 10px 30px;
    background-color: #e9f0fa;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
  }
  .slider-box-item-bottom {
    font-size: 14px;
    padding: 10px 30px;
    background-color: #fff;
  }
  .slider-box-item-txt {
    font-size: 12px;
    line-height: 18px;
    color: #4869b1;
    text-align: left;
  }
  .slider-box-item-city,
  .slider-box-item-name {
    font-size: 14px;
    color: #4869b1;
    margin-bottom: 5px;
  }
  .slider-box-item-city {
    color: #6a6a6a;
  }
}
.delivery-input-box,
.form-box {
  display: flex;
}
@media (min-width: 1600px) {
  .slider-box,
  .slider-box-item,
  .slider-box-item-top {
    max-width: 258px;
  }
  .slider-box-item-bottom {
    font-size: 16px;
  }
  .slider-box-item-txt {
    font-size: 14px;
  }
  .slider-box-item-city,
  .slider-box-item-name {
    font-size: 16px;
    color: #4869b1;
  }
  .slider-box-item-city {
    color: #6a6a6a;
  }
}
[clp-action] {
  cursor: pointer;
}
.container-form.form-desktop {
  margin-right: auto;
  margin-left: auto;
  max-width: 670px;
  width: 100%;
}
.fieldset-border {
  border: 2px groove #000;
  background-color: #ebebeb;
  padding: 0 15px;
}
.fieldset-desc {
  padding: 0 10px;
  font-size: 26px;
  margin-bottom: 15px;
  color: #0083b2;
  width: auto;
}
.badges-top {
  margin: 20px 0 35px;
}
.badges-top img {
  display: block;
  margin: 0 auto;
}
.form-top-descriptrion {
  margin-bottom: 20px;
}
.form-box {
  margin-bottom: 15px;
  align-items: center;
  font-size: 16px;
}
.form-labels {
  width: 95%;
  margin: 0 auto 20px;
}
.form-label {
  width: 35%;
  text-align: right;
  margin-right: 10px;
}
.form-input {
  width: 100%;
  padding: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 1px solid #707070;
  outline: 0;
}
.form-input:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255);
}
.form-delivery-box,
.form-payment-box {
  align-items: flex-start;
}
.payment-input-box {
  margin-bottom: 15px;
  display: flex;
  align-items: baseline;
  column-gap: 5px;
}
.delivery-input,
.payment-input {
  margin-right: 5px;
}
.delivery-price {
  margin-top: 2px;
  margin-left: 25px;
  float: right;
}
.block-13 {
  padding-top: 20px;
}
.form-submit-btn {
  max-width: 95%;
  width: 95%;
  display: block;
  font-size: 25px;
  color: #fff;
  background-color: #0083b2;
  border: 2px solid #0083b2;
  cursor: pointer;
  padding: 20px 5px;
  text-align: center;
  border-radius: 15px;
  margin: 0 auto 20px;
  transition: background-color 0.4s;
}
.form-submit-btn:hover {
  background-color: #095c7a;
}
.payment-images,
.payment-images-mobile {
  text-align: center;
  margin-bottom: 20px;
}
.container-form.form-mobile {
  max-width: 100%;
  display: none;
}
.alert-border {
  border: 1px solid red !important;
}
@media (max-width: 767.98px) {
  .badges-top-mobile,
  .form-mobile-title,
  .next-step-desc,
  .steps span {
    text-align: center;
  }
  .form-mobile-title,
  .next-step-desc .big {
    text-transform: uppercase;
    font-weight: 700;
  }
  .form-mobile-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .section.block-1 img {
    max-width: 240px;
  }
  .badges-top-mobile {
    margin-bottom: 25px;
  }
  .badges-top-mobile img {
    max-width: 100%;
  }
  .steps {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    padding: 0 20px;
    margin-bottom: 15px;
  }
  .progress-bar-form {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .form-mobile-step-two,
  .progress-bar-two {
    display: none;
  }
  .lock-mobile {
    display: block;
    margin: 15px auto;
  }
  .form-mobile-input {
    display: block;
    width: 95%;
    margin: 0 auto 10px;
    font-size: 16px;
    padding: 15px;
    border: 1px solid #969696;
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .form-mobile-input:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255);
  }
  .form-sumbit-mobile-btn,
  .step-next-btn {
    position: relative;
    width: 95%;
    background-color: #0076cd;
    border: 2px solid #0076cd;
    padding: 15px 5px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    display: block;
    margin: 20px auto 0;
  }
  .form-sumbit-mobile-btn .big,
  .step-next-btn .big {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .form-sumbit-mobile-btn img,
  .step-next-btn img {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  .form-mobile-text {
    max-width: 95%;
    font-size: 16px;
    margin: 0 auto 10px;
  }
  .form-mobile-delivery,
  .form-mobile-payment {
    max-width: 95%;
    margin: 0 auto 20px;
  }
  .form-mobile-delivery-box,
  .form-mobile-payment-box {
    display: flex;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .form-mobile-delivery-box input,
  .form-mobile-payment-box input {
    margin-right: 10px;
  }
  .payment-images-mobile {
    margin-top: 25px;
  }
  .next-step-desc {
    font-size: 16px;
    color: #646569;
  }
  .next-step-desc .big {
    color: #383838;
    font-size: 18px;
  }
}
.comment-text,
.toggle-comment {
  transition: 0.4s;
  position: relative;
}
@media (max-width: 729px) {
  .form-box,
  .form-label {
    display: block;
  }
  .form-label,
  section.block-6 .columns .col p {
    text-align: left;
  }
  .form-label {
    margin-bottom: 5px;
    width: inherit;
  }
  .form-submit-btn {
    font-size: 20px;
    padding: 15px 5px;
  }
}
@media (max-width: 359.98px) {
  .steps {
    padding: 0;
  }
  section {
    padding: 0 15px;
  }
  section.block-2 img {
    padding-top: 80px;
  }
  section.block-10,
  section.block-2,
  section.block-3,
  section.block-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  section.block-12 .container img {
    max-width: 240px;
  }
  section.block-10 .container .col {
    padding-left: 0;
    padding-right: 0;
  }
}
.error {
  border: 2px solid red;
}
.form-alert-red {
  border: 1px solid #e94242;
  padding: 20px;
  max-width: 640px;
  margin: 0 auto 20px;
  background: #a7a7070a;
}
.form-alert-icon {
  width: 20px;
  float: left;
  margin-right: 10px;
}
.form-alert-text {
  width: calc(100% - 30px);
}
.form-alert-clear {
  clear: both;
}
.clp-summary-body {
  display: none;
  font: 15px "Open Sans", sans-serif;
  background-color: #eee;
  background-size: 10px 10px;
  background-image: repeating-linear-gradient(
    45deg,
    #bbb 0,
    #bbb 1px,
    #eee 0,
    #eee 50%
  );
}
.clp-order-summary div {
  box-sizing: border-box;
}
.clp-order-summary {
  padding: 2em 0;
}
.clp-container {
  margin: 0 auto;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}
@media (min-width: 768px) {
  .clp-container {
    width: 760px;
  }
  .clp-order-summary .col-right {
    float: right;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .clp-container {
    width: 960px;
  }
}
.clp-order-summary .order-area {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 0.7em 2em;
}
.clp-order-summary .order-row {
  border-top: 1px solid #ddd;
  padding: 1em 0;
}
.clp-order-summary .order-row.items {
  padding: 1.7em 0;
}
.clp-order-summary .order-information {
  padding-top: 2em;
}
.clp-order-summary h1 {
  text-align: center;
  margin-bottom: 2em;
  margin-top: 1.5em;
}
.clp-order-summary .payment-row h1 {
  margin: 1em 0;
  color: #00b02a;
}
.clp-order-summary p {
  margin: 0;
  padding: 0;
}
.clp-order-summary p span {
  color: #555;
  font-weight: 100;
  width: 110px;
  display: inline-block;
}
.clp-order-summary .item-no {
  width: 55px;
  display: inline-block;
}
.clp-order-summary .order-label {
  font-weight: 600;
}
.clp-order-summary .order-data {
  padding: 1em;
}
.clp-order-summary .thanks {
  padding-top: 1em;
  text-align: center;
}
.clp-order-summary .product {
  float: right;
  margin-top: 3px;
}
.clp-order-summary .product img {
  max-height: 180px;
  background: #fff;
  padding: 5px;
}
@media (max-width: 768px) {
  .clp-order-summary .product {
    display: none;
  }
  h2:not(.monogo-form__heading) {
    line-height: 1.1;
    font-size: 25px !important;
  }
  section.block-6 .container {
    padding-bottom: 10px;
  }
}
.disable-ep {
  display: none !important;
}
.toggle-comment {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0083b2;
  border: 2px solid #0083b2;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  margin-top: 15px;
}
.toggle-comment:before {
  content: "+";
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.comment-open .toggle-comment:before,
.toggle-comment:hover:before {
  color: #0083b2;
}
.comment-open .toggle-comment:before {
  content: "-";
  line-height: 25px;
}
.comment-text {
  max-height: 100px;
  overflow: hidden;
}
.comment-text:after {
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  background: linear-gradient(0deg, #fff 30%, rgba(255, 255, 255, 0) 100%);
}
.comment-open .comment-text {
  max-height: 500px;
}
@media screen and (min-width: 730px) {
  section.block-1 h1 {
    padding-top: 0;
  }
  section.block-1 {
    height: auto;
    max-height: 100%;
    padding: 30px 15px;
  }
  section.block-1 img {
    top: 50%;
    transform: translateY(-50%);
    padding-right: 25px;
  }
}
@media screen and (min-width: 1024px) {
  section.block-1 {
    padding: 50px 15px;
  }
}

.pulse {
  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);
  }
}

.nw {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  font-size: 15px;
  margin-top: 1px;
  padding-bottom: 12px;
}
