@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
       url('../fonts/roboto-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;

}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
       url('../fonts/roboto-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;

}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
       url('../fonts/roboto-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;

}

.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
}

.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: none;
  position: relative;
  visibility: hidden
}

.splide.is-initialized {
  visibility: visible
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  outline: none;
  position: relative
}

.splide__slide img {
  vertical-align: bottom;
  border-radius: 8px 8px 0 0;
}

.splide__slider {
  position: relative
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  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: .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: .9
}

.splide__arrow:focus {
  outline: none
}

.splide__arrow--prev {
  left: 1em
}

.splide__arrow--prev svg {
  transform: scaleX(-1)
}

.splide__arrow--next {
  right: 1em
}

.splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  transition: transform .2s linear;
  width: 8px
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4)
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9
}

.splide__pagination__page:focus {
  outline: none
}

.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
}

.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide:focus,
.splide--nav>.splide__track>.splide__list>.splide__slide:focus {
  outline: none
}

h2,
h3,
p,
ul {
  margin-top: 0
}

p,
ul {
  margin-bottom: 1rem
}

body {
  text-align: left
}

h2,
h3 {
  margin-bottom: .5rem
}

* {
  box-sizing: border-box
}

html {
  font-family: 'Roboto', sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent
}

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff
}

strong {
  font-weight: bolder
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:hover {
  color: #0056b3;
  text-decoration: underline
}

.bottom-links {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  clear: both;
}

.bottom-links p {
  text-align: center;
}

.price__block {
  text-align: center;
}

.red-text {
  color: red;
}

.old__price {
  font-size: 24px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.old__price:before,
.old__price:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: red;
  transform: rotate(15deg);
  left: 0;
  top: 25px;
}

.old__price:after {
  transform: rotate(-15deg);
}

.price__name {
  display: block;
}

.new__price {
  font-size: 34px;
  font-weight: bold;
}

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
}

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

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

b {
  font-weight: 700
}

strong {
  font-weight: 900
}

img {
  max-width: 100%
}

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

ul li {
  line-height: 20px;
  font-size: 15px;
  color: #3d3d3d;
  position: relative
}

ul li:before {
  position: absolute;
  content: "•";
  top: 0;
  left: -17px;
  color: #00b02a;
  font-size: 22px
}

p {
  font-size: 15px;
  line-height: 20px;
  color: #3d3d3d;
  font-weight: 400
}

@media(max-width: 555px) {
  p {
    font-size: 14px;
    line-height: 22px !important
  }
}

body {
  overflow-x: hidden !important;
}

section {
  padding: 0 25px; 
}

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

p {
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  text-align: justify
}

.container {
  position: relative;
  display: block;
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0
}

h2:not(.monogo-form__heading) {
  color: #222;
  font-size: 33px;
  font-weight: 300;
  line-height: 1.3;
  font-family: 'Roboto', sans-serif;
}

section.block-1 {
  background-repeat: no-repeat;
  background-position: 0;
  background-size: cover;
  padding: 30px 0;
}

.no-webp section.block-1 {
  background-image: url(../images/1920px_Halier_Hairvity_landing_MEN_cut_22-19d62a99c1c4a469388c266275207e0b8.png);
}

.webp section.block-1 {
  background-image: url(../images/1920px_Halier_Hairvity_landing_MEN_cut_22-19d62a99c1c4a469388c266275207e0b8.webp);
}

section.block-1 img {
  display: block;
  float: left;
}

section.block-1 h1,
section.block-1 h3 {
  text-align: right
}

section.block-1 h1 {
  font-weight: 700;
  text-transform: uppercase;
}

section.block-1 h1,
section.block-1 h3 {
  font-size: 31px;
  color: #fff;
  line-height: 1.3;
  width: 65%;
  margin-left: auto;
}

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: 275px
}

section.block-2 h2 {
  padding-bottom: 30px
}

section.block-2 p {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.3;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}

section.block-2 p.sign {
  text-align: right;
  padding-top: 75px;
  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;
  padding-bottom: 30px
}

section.block-3 p {
  padding-bottom: 25px
}

section.block-3 img {
  float: right;
  padding-left: 25px;
  max-width: 230px
}

section.block-4 {
  background-repeat: no-repeat;
  background-position: 0;
  background-size: cover;
  width: 100%;
  padding: 30px 20px
}

.no-webp section.block-4 {
  background-image: url(../images/1920px_Halier_Hairvity_landing_MEN_cut_22-19d62a99c1c4a469388c266275207e0b8.png);
}

.webp section.block-4 {
  background-image: url(../images/1920px_Halier_Hairvity_landing_MEN_cut_22-19d62a99c1c4a469388c266275207e0b8.webp);
}

section.block-4 h2 {
  font-size: 37px;
  text-align: center;
  color: #fff;
  padding-bottom: 50px
}

section.block-4 h5 {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: 400;
  padding-bottom: 15px
}

section.block-4 p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 15px;
  text-align: left
}

section.block-4 img {
  float: right;
  padding-top: 50px
}

section.block-5,
section.block-5 .container {
  background-color: #e7e7e7;
  background-repeat: no-repeat;
  background-position: 0
}

section.block-5 .container {
  background-size: auto 100%;
  min-height: 435px;
  height: auto
}

section.block-5 .container div {
  width: 50%;
  float: right
}

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: 2.2
}

section.block-5 ul li:before {
  content: url(../images/1920px_Halier_Hairvity_landing_cut_18-1c47c0b0fb33044bfe17b10602ea69923.png);
  position: relative
}

section.block-6 {
  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%;
  position: relative;
  display: block
}

section.block-6 .columns .col {
  width: 33%;
  float: left;
  padding-right: 0;
  padding-left: 0
}

section.block-6 .columns .col span {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3;
  font-family: 'Roboto', sans-serif;
}

section.block-6 .columns .col img {
  padding: 15px 0
}

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 {
  text-align: center;
  padding: 20px 0
}

section.block-7 figure {
  width: 40%;
  float: right;
  margin: 0 15px
}

section.block-7 figure img {
  width: 100%
}

section.block-7 figure figcaption {
  background: #000;
  color: #fff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
  padding: 5px;
  font-weight: 400
}

section.block-7 p {
  text-align: left;
  padding-bottom: 40px
}

section.block-8 {
  background-color: #fff
}

section.block-8 h2 {
  text-align: center;
  padding: 20px 0
}

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:before {
  content: url(../images/1920px_Halier_Hairvity_landing_cut_18-1c47c0b0fb33044bfe17b10602ea69923.png)
}

section.block-8 ul li h5 {
  font-size: 22px;
  padding-bottom: 15px
}

section.block-9 {
  padding-bottom: 15px
}

section.block-9 h2 {
  text-align: center;
  padding: 25px 0
}

section.block-9 p {
  padding-bottom: 30px
}

section.block-10 {
  background-color: #fff;
  padding: 40px 20px;
}

section.block-10 .container .col {
  width: 33%;
  float: left;
  padding-right: 50px
}

section.block-10 .container .col:last-child {
  padding-right: 0;
}

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,
section.block-12 .container img {
  text-align: center
}

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;
}

section.block-13 {
  background-color: #fff
}

@media only screen and (max-width: 959px) {
  .container {
    max-width: 730px
  }

  section.block-1 h1 {
    font-size: 21px;
  }

  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-6 .columns .col p,
  section.block-10 .container .col p {
    font-size: 15px
  }
}

@media only screen and (max-width: 729px) {
  .container {
    max-width: 310px
  }

  section.block-1 h1 {
    top: 0;
    padding-top: 15px;
    font-size: 22px
  }

  section.block-1 h1,
  section.block-1 h3 {
    margin: 0;
    width: inherit;
    text-align: center
  }

  section.block-1 h3 {
    font-size: 20px;
    padding-top: 15px;
  }

  section.block-1 .container {
    height: 100%;
    text-align: center
  }

  section.block-1 img {
    position: static;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }

  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: 30px
  }

  section.block-3 img {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    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 {
    line-height: 1.9;
    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 {
    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-13 {
    padding-bottom: 0
  }
}

section.block-1 img {
  max-width: 290px;
}

section.block-2 p.sign {
  padding-top: 40px
}

section.block-3 p {
  overflow: hidden
}

section.block-4 img {
  padding-top: 20px;
  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, .79);
  float: none;
  width: 70%;
  display: block;
  margin: auto;
  padding: 15px 50px
}

section.block-5 .container div h2 {
  text-align: center
}

section.block-5 ul li {
  color: #000
}

section.block-6 .columns .col img {
  width: 190px;
  height: 275px;
  display: block;
  margin: 0 auto
}

section.block-7 .container {
  min-height: 500px
}

section.block-10 .container .col h4 {
  text-align: center
}

@media only screen and (max-width: 960px) {
  section.block-4 img {
    padding-top: 30px;
    padding-bottom: 37px
  }

  section.block-5 .container div {
    width: 85%
  }

  section.block-1 img {
    left: 0;
    max-width: 240px;
  }
}

@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-2 img {
    padding-top: 120px;
    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
  }

  .webp section.block-5,
  .no-webp section.block-5,
  .webp section.block-4,
  .no-webp section.block-4,
  .webp section.block-1,
  .no-webp section.block-1 {
    background-image: none;
  }

  .webp section.block-4,
  .no-webp section.block-4,
  .webp section.block-1,
  .no-webp section.block-1 {
    background-color: #4e79bf;
  }
}

/*! CSS Used from: Embedded */
#orderBottom {
  display: block;
  max-width: 760px;
  margin: 0 auto
}

.slider-wrapper {
  display: none
}

.last-buyer-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
  }
}

@media(min-width: 1600px) {
  .slider-box {
    max-width: 258px
  }

  .slider-box-item {
    max-width: 258px
  }

  .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
  }
}

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

.popup-image-source {
  display: none;
}

[clp-action] {
  cursor: pointer;
}

.clp-hidden-elements {
  display: none;
}

.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;
  font-weight: bold;
  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;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.form-labels {
  margin-bottom: 30px;
  width: 95%;
  margin: 0 auto 20px;
}

.form-label {
  width: 35%;
  text-align: right;
  margin-right: 10px;
  font-weight: bold;
}

.form-label span {
  color: red;
}

.form-input {
  width: 100%;
  padding: 5px;
  transition: border-color .15s ease-in-out, box-shadow .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-payment-box {
  align-items: flex-start;
}

.payment-input-box {
  margin-bottom: 15px;
  display: flex;
  align-items: baseline;
  column-gap: 5px;
}

.payment-input {
  margin-right: 5px;
}

.delivery-input-box {
  display: flex;
}

.delivery-input {
  margin-right: 5px;
}

.form-delivery-box {
  align-items: flex-start;
}

.delivery-price {
  margin-top: 2px;
  margin-left: 25px;
  float: right;
}

.block-13 {
  padding-top: 20px;
}

.form-submit-btn {
  max-width: 95%;
  width: 95%;
  margin: 0 auto;
  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;
  font-weight: bold;
  margin-bottom: 30px;
  transition: background-color .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) {

  .form-mobile-title {
      font-size: 24px;
      text-align: center;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 15px;
  }

  .section.block-1 img {
    max-width: 240px;
  }

  .badges-top-mobile {
      text-align: center;
      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;
  }

  .steps span {
      text-align: center;
  }

  .progress-bar-form {
      max-width: 100%;
      display: block;
      margin: 0 auto;
  }

  .progress-bar-two {
      display: none;
  }

  .lock-mobile {
      display: block;
      margin: 15px auto;
  }

  .form-mobile-step-two {
      display: none;
  }

  .form-mobile-input {
      display: block;
      margin: 0 auto;
      width: 95%;
      margin-bottom: 10px;
      font-size: 16px;
      padding: 15px;
      border: 1px solid #969696;
      border-radius: 3px;
      transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }

  .form-mobile-input:focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgb(0 123 255);
  }

  .step-next-btn,
  .form-sumbit-mobile-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;
  }

  .step-next-btn .big,
  .form-sumbit-mobile-btn .big {
      font-size: 18px;
      text-transform: uppercase;
      font-weight: bold;
  }

  .step-next-btn img,
  .form-sumbit-mobile-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-payment,
  .form-mobile-delivery {
      max-width: 95%;
      margin: 0 auto 20px;
  }

  .form-mobile-payment-box,
  .form-mobile-delivery-box {
      display: flex;
      font-size: 18px;
      margin-bottom: 10px;
  }

  .form-mobile-payment-box input,
  .form-mobile-delivery-box input {
      margin-right: 10px;
  }

  .payment-images-mobile {
      margin-top: 25px;
  }

  .next-step-desc {
      font-size: 16px;
      text-align: center;
      color: #646569;
  }

  .next-step-desc .big {
      color: #383838;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 18px;
  }
}

@media (max-width: 729px) {
  .form-box {
    display: block;
  }

  .form-label {
    margin-bottom: 5px;
    display: block;
    width: inherit;
    text-align: left;
  }

  .form-submit-btn {
    font-size: 20px;
    padding: 15px 5px;
  }

  section.block-6 .columns .col p {
    text-align: left;
  }
}

@media (max-width: 359.98px) {
  .steps {
      padding: 0;
  }

  section {
    padding: 0 15px;
  }

  section.block-2 img {
    padding-top: 120px;
  }

  section.block-2,
  section.block-3,
  section.block-4,
  section.block-10 {
    padding-left: 15px;
    padding-right: 15px;
  }

  section.block-12 .container img {
    max-width: 260px;
  }

  section.block-10 .container .col {
    padding-left: 0;
    padding-right: 0;
  }
}

.error {
  border: 2px solid #ff0000;
}

.form-alert-red {
  border: 1px solid #E94242;
  padding: 20px;
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: 20px;
  background: #A7A7070A;
}

.form-alert-icon {
  width: 20px;
  float: left;
  margin-right: 10px;
}

.form-alert-image {
  width: 100%;
}

.form-alert-text {
  width: calc(100% - 30px);
}

.form-alert-clear {
  clear: both;
}

.clp-summary-body {
  display: none;
  font: normal normal 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) 0px 7px 29px 0px;
}

@media (min-width: 768px) {
  .clp-container {
      width: 760px;
  }
}

@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;
  }
}

@media (min-width: 768px) {
  .clp-order-summary .col-right {
      float: right;
      width: 50%;
  }
}

.disable-ep {
  display: none !important
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.ev-footer__link {
  color: #333;
  text-decoration: none;
}

.ev-footer__link:hover {
  color: #444;
  text-decoration: underline;
}

.create_rom_footer {
  padding-bottom: 0;
}

.red-link {
  color: darkred;
}

.red-link:hover {
  color: rgb(106, 1, 1);
}