@font-face {
  font-family: "elit-icons";
  src: url(../fonts/elit-icons.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw (1).woff2")
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw (2).woff2")
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
html {
  margin: 0 !important;
  margin-top: 0 !important;
}
body {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
header {
  background-color: #2569a8;
  z-index: 56;
}
a {
  text-decoration: none;
}
header .header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  header .header-inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0;
  }
}
.discount a {
  background: #328fe6;
  color: #fff;
  border-radius: 6px;
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 700;
  padding: 0 12px;
  font-style: italic;
}
.upper-header {
  background: #ff644d;
  color: #fff;
  padding: 10px;
}

.upper-herder_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
}
.waviy {
  position: relative;
  -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
  font-size: 20px;
}
.waviy span {
  position: relative;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  animation: waviy 1s infinite;
  animation-delay: calc(0.1s * var(--i));
  font-weight: 800;
  font-style: italic;
}
.primary-btn {
  min-height: 60px;
  background: #1fb8b0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 270px;
  color: #fff;
}
.primary-btn:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
}
@keyframes waviy {
  0%,
  40%,
  100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-10px);
    color: #328fe6;
  }
}
@media only screen and (min-width: 768px) {
  header {
    height: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .top-banner {
    padding: 40px;
  }
  .top-banner h2 {
    display: block;
    font-size: 24px;
    line-height: 32px;
  }
  .upper-herder_box {
    justify-content: center;
    flex-direction: column;
  }
  .upper_content {
    text-align: center;
    width: 100%;
  }
  .upper_content p strong {
    display: block;
  }
  .upper_content p {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .primary-btn {
    margin: 30px auto 0;
  }
}
img {
  max-width: 100%;
  height: auto;
}
.hero-section {
  padding: 70px 0;
}
.hero-section .gridContainer {
  display: grid;
  grid-template-areas: "text image";
  margin: auto;
  max-width: 1080px;
  background: transparent;
  border-radius: 0;
  overflow: hidden;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0;
}
.hero-section .gridContent {
  grid-area: text;
  color: #fff;
  padding: 40px 30px;
  text-align: center;
}
.hero-section .gridImage {
  grid-area: image;
}
.hero-section .gridImage img {
  height: 100%;
}
.gridContent h2,
.gridContent h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}
.hero-section .gridContent a {
  justify-content: center;
  height: 60px;
  background-color: #1fb8b0;
  font-size: 20px;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
}
.hero-section .gridContent {
  padding: 40px 55px;
  background-color: #054680;
  color: #fff;
  flex-direction: column;
}

.hero-section .gridContent ul {
  list-style: none;
  margin-bottom: 30px;
  display: inline-grid;
  gap: 10px;
  margin-left: auto;
  margin-right: auto;
}

.hero-section .gridContent a,
.hero-section .gridContent ul li {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.hero-section .gridContent ul li::before {
  content: "";
  width: 21px;
  height: 21px;
  background: url(https://lp.elithair.co.uk/wp-content/uploads/2022/08/green-check-circle.svg)
    no-repeat center;
  background-size: 21px;
  margin-right: 15px;
}

.hero-section .gridContent h2,
.hero-section .gridContent h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}
.neo {
  margin: 0;
  font-style: italic;
  font-weight: 800;
  padding-inline: 0 10px;
  position: relative;
}
.neo .firstWord {
  padding-inline: 10px;
  clip-path: polygon(0 0, 100% 0%, 89% 100%, 0% 100%);
  color: rgb(50, 143, 230);
  font-style: initial;
}
.neo sup {
  font-style: initial;
  margin-left: 3px;
  font-weight: 400;
  font-size: 13px;
  position: absolute;
  top: -5px;
}
.bw {
  background: #fff;
}
@media (min-width: 769px) {
  .mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .desk {
    display: none;
  }
  .hero-section {
    padding: 0;
  }
  .hero-section .gridContainer {
    grid-template-columns: 1fr;
    grid-template-areas:
      "image"
      "text";
    border-radius: 0 !important;
  }
  .hero-section .gridContent {
    padding: 30px;
  }
  .hero-section .gridContent ul {
    margin-bottom: 0px;
    padding-left: 20px;
  }
}

.hero-section .gridContent h3 {
  font-size: 16px;
  line-height: 1.5625;
  margin-bottom: 30px;
  white-space: pre-line;
}

.hero-section .gridContent a:hover {
  opacity: 0.8;
}
section.global_image_text {
  padding: 70px 0;
}
section.global_image_text .gridContainer {
  display: grid;
  grid-template-areas:
    "title image"
    "text image"
    "btn image";
  margin: auto;
  max-width: 1080px;
  background: transparent;
  border-radius: 0;
  overflow: hidden;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 40px;
  align-items: inherit;
}
section.global_image_text .gridContainer.singleColumn {
  grid-template-areas:
    "title"
    "image"
    "text"
    "btn";
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 750px;
}
section.global_image_text .gridContainer.singleColumn .primary-btn {
  margin: auto;
}
section.global_image_text .gridContainer.left {
  grid-template-areas:
    "image title"
    "image text"
    "image btn";
}
.gridTitle h2 {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
  margin: 0px;
}

.gridTitle {
  grid-area: title;
  display: flex;
  align-items: flex-end;
}

.gridImage {
  grid-area: image;
}

.gridText {
  grid-area: text;
}
.gridButton {
  grid-area: btn;
}
section.global_testimonials .gridButton {
  text-align: center;
}
.gridImage .embla__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}

.gridImage .embla__slide.swiper-slide {
  background: #fff;
  position: relative;
}

.gridImage .embla__container .swiper-slide {
  margin-left: 25px !important;
  margin-right: 25px !important;
  min-width: calc(100% - 25px);
}

.global_testimonials .gridImage .swiper-slide::after {
  top: -6px;
  left: -12px;
}

.gridImage .embla__button--prev {
  left: -7px;
}

.gridImage .embla__button {
  background-color: transparent;
}

.gridImage .embla__button--next {
  right: -7px;
}

body .gridImage .embla__container {
  margin-left: 0;
}

.embla {
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.embla .embla__viewport {
  overflow: hidden;
  padding-bottom: 20px;
}

.global_technic_steps .embla__viewport {
  padding-top: 35px;
}

.embla .embla__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.embla .embla__viewport.is-dragging {
  cursor: grabbing;
}

.embla .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  margin-left: -10px;
}

.embla .embla__slide {
  position: relative;
  min-width: 100%;
  padding-left: 10px;
}

.embla .embla__slide__inner {
  position: relative;
  overflow: hidden;
}

.gridImage .embla__slide__inner .btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.embla .embla__slide__img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: auto;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
}

.embla__button:disabled {
  cursor: default;
  opacity: 0.3;
}

.embla__button--prev {
  left: 10px;
}

.embla__button--next {
  right: 10px;
}

.embla__button:disabled {
  cursor: default;
  opacity: 0.3;
}

.embla__dots {
  display: flex;
  justify-content: center;
}

.embla__dot {
  display: flex;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0 3px;
  border-radius: 50%;
  background: 0 0;
  justify-content: center;
  align-items: center;
  border: none;
  background: #fff;
  background: #20b7b2;
  opacity: 0.5;
}

.embla__button {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 35%;
  transform: translateY(-50%);
  border: 0;
  font-size: 40px;
  color: #054680;
  background: #fff;
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

button.embla1__dot.is-selected,
button.embla__dot.is-selected {
  background: #35a4b0;
  opacity: 1;
}
video {
  width: 100%;
  height: auto;
}
.gridText ul,
.accordion .a-container.active .a-panel ul {
  list-style: none;
  gap: 10px;
  display: grid;
  margin-bottom: 0;
}
.gridText ul li,
.accordion .a-container.active .a-panel ul li {
  position: relative;
}
.gridText ul li::before,
.accordion .a-container.active .a-panel ul li:before {
  content: "";
  width: 21px;
  height: 21px;
  background: url(https://lp.elithair.co.uk/wp-content/uploads/2022/08/green-check-circle.svg)
    no-repeat center;
  background-size: 21px;
  margin-right: 15px;
  position: absolute;
  left: -30px;
}
.accordion .a-container.active .a-panel .primary-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .embla.swslide .embla__button {
    top: 26%;
    background: transparent;
  }
  .embla .embla__slide__inner {
    max-width: calc(100% - 40px);
    margin: auto;
  }
}

@media (max-width: 768px) {
  section.global_image_text .gridContainer,
  section.global_image_text .gridContainer.left {
    grid-template-areas:
      "title"
      "image"
      "text"
      "btn";
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .gridTitle,
  .gridText {
    padding: 0 15px;
  }
}
section.comment-section {
  padding: 70px 0;
}

section.comment-section .compare-box {
  max-width: 1080px;
  margin: auto;
  text-align: center;
  border-radius: 40px;
  padding: 5%;
}

section.comment-section .compare-box img {
  display: block;
  margin: auto;
}
.title h2 {
  margin: 0;
  color: #fff;
}

.title {
  margin-bottom: 30px;
}
.compare-box .primary-btn {
  margin: 30px auto 0;
}
@media (max-width: 767px) {
  section.comment-section {
    padding: 0;
  }
  section.comment-section .compare-box {
    border-radius: 0px;
    padding: 30px 15px;
  }
}
.testmonialContainer {
  max-width: 1080px;
  margin: auto;
}
section.global_testimonials .testmonialContainer .embla.swslide .embla__slide {
  flex: 0 0 100%;
}
section.global_testimonials {
  padding: 70px 0;
}
.feedbackBox {
  padding: 0 15px 20px;
}

.nameBox {
  display: flex;
  justify-content: space-between;
}
.testmonialContainer .gridButton .primary-btn {
  margin: 30px auto 0;
}

.testmonialContainer .gridTitle {
  text-align: center;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .global_testimonials .embla.swslide .embla__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
  }
  .global_testimonials .embla.swslide button.embla__button.embla__button--next,
  .global_testimonials .embla.swslide .embla__dots,
  .global_testimonials .embla.swslide button.embla__button.embla__button--prev {
    display: none;
  }
}
@media all {
  .home_advantages {
    padding: 70px 0;
  }
  .home_advantages .gridContainer {
    max-width: 600px;
    margin: auto;
  }
  .home_advantages .gridContent h2 {
    color: #3d3d3d;
  }
  section.home_advantages h2 {
    margin: 0;
  }
  section.home_advantages .primary-btn {
    margin: 30px auto 0;
  }
  [class^="icon-"]:before {
    font-family: "elit-icons";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    color: #fff;
  }
  .icon-check:before {
    content: "\e80c";
  }
  @media (min-width: 993px) {
    .home_advantages .row {
      flex-direction: column;
      align-items: center;
    }
  }
  i.icon-cross:before {
    content: "×";
    color: #328fe6;
    font-size: 40px;
    line-height: 40px;
  }

  i.icon-cross {
    position: relative;
  }
  .home_advantages .gridContent {
    text-align: center;
    padding-bottom: 30px;
  }
  .home_advantages table {
    width: 100%;
    position: relative;
    border-collapse: separate;
    margin-top: 29px;
    border-spacing: 0;
  }
  .home_advantages .firstTd {
    padding-left: 20px;
    text-align: left;
  }
  .home_advantages td.center {
    text-align: center;
  }
  .home_advantages th.center {
    font-weight: 600;
  }
  .home_advantages tr:not(first-child) td {
    background: #328fe6;
    padding: 10px;
    color: #ffffff;
    font-style: italic;
    border: 1px solid #fff;
  }
  .home_advantages tr:nth-child(2) td {
    border-top: none;
  }
  .home_advantages tr .center:last-child {
    font-weight: 300;
    color: #a8a7a7;
  }
  .home_advantages tr td.center {
    color: #2569a8;
    font-size: 24px;
  }
  td.firstTd {
    font-weight: 500;
  }
  tr:nth-child(2) .firstTd {
    border-radius: 20px 0 0 0;
  }
  tr:nth-child(2) td:last-child {
    border-radius: 0 20px 0 0;
  }
  tr:last-child .firstTd {
    border-radius: 0 0 0 20px;
  }
  tr:last-child td:last-child {
    border-radius: 0 0 20px 0;
  }
  th.center {
    background-color: #2569a8;
    border: 3px solid #fff;
    border-bottom: none;
    border-radius: 20px 20px 0 0;
    padding: 10px;
    color: #fff;
    border-color: transparent;
  }
  .home_advantages tr th.center:last-child {
    font-size: 12px;
    color: #585858;
    font-weight: 700;
    background-color: transparent;
  }
  @media (max-width: 1200px) {
    .home_advantages .firstTd {
      font-size: 0.9em;
    }
  }
  @media (max-width: 992px) {
    .home_advantages table {
      margin-top: 0px;
    }
  }
  @media (max-width: 768px) {
    .home_advantages table {
      border-spacing: 4px 0px;
    }
    .home_advantages .firstTd {
      max-width: 240px;
      min-width: 200px;
    }
    .home_advantages tr:first-child th {
      font-size: 0.8em;
      line-height: 18px;
    }
    .home_advantages td.firstTd,
    td.center {
      font-size: 0.85em;
      padding: 5px 10px;
      line-height: 18px;
    }
    .home_advantages tr:nth-child(2) td {
      padding-top: 15px;
    }
    .home_advantages tr:last-child td {
      padding-bottom: 15px;
    }
    .home_advantages .gridContent,
    .home_advantages .gridTable {
      padding: 0 15px;
    }
  }
  .col-table {
    width: 100%;
    margin: auto;
    max-width: 610px;
  }
  @media (max-width: 576px) {
    .home_advantages tr td.center {
      font-size: 23px;
    }
    .home_advantages tr:not(first-child) td {
      padding: 10px 5px;
    }
    .home_advantages td.firstTd {
      max-width: initial;
    }
    .home_advantages th.center {
      padding: 10px 3px;
    }
    .home_advantages table {
      border-spacing: 0;
    }
  }
  td.center.cross {
    background: #bad8f5;
  }
  .neofue-image {
    width: 82px;
    margin-top: -10px;
    margin-right: -5px;
    margin-left: 5px;
  }
  @media (max-width: 350px) {
    .home_advantages tr:first-child th {
      font-size: 0.7em;
    }
    .home_advantages .firstTd {
      min-width: 180px;
    }
  }
}

th.firstTd {
  color: #2569a8;
  font-size: 14px;
}
.faq-section .contact p {
  font-size: 16px;
  line-height: 1.5625;
  font-weight: 400;
}

.faq-section {
  padding: 30px 20px;
  background-color: #faf5f5;
  color: #3d3d3d;
}

.faq-section h2 {
  font-size: 30px;
  font-weight: 400;
  border-bottom: 2px solid #133a66;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.faq-section .desc {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}
button.a-btn {
  all: unset;
}
@media only screen and (min-width: 768px) {
  .faq-section .faq-section-inner {
    max-width: 1080px;
    margin: 0 auto;
  }
  .faq-section .contact {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.faq-section .accordion {
  margin-bottom: 50px;
}

.accordion .a-container.active .a-panel {
  padding: 10px 10px 20px;
  opacity: 1;
  max-height: 100%;
}

.accordion .a-container .a-btn:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0px;
  top: 30%;
  transform: translate(0, -50%) rotate(135deg);
  border-top: 5px solid #054680;
  border-right: 5px solid #054680;
}

.accordion .a-container.active .a-btn:after {
  transform: translate(0, -50%) rotate(-45deg);
}

.faq-section .contact .col {
  margin-bottom: 30px;
}

.faq-section .contact h4 {
  margin-bottom: 25px;
  font-size: 18px;
}

.faq-section .contact p {
  margin-top: 16px;
  line-height: 1.2;
}

.faq-section .contact a {
  color: #000;
}

.accordion,
.accordion .a-container {
  display: flex;
  flex-direction: column;
}

.accordion {
  height: auto;
  text-align: left;
}

.accordion .a-container {
  border-bottom: 1px solid #fff;
  background: white;
  margin-bottom: 9px;
  padding: 14px 23px;
}

.accordion .a-container .a-btn {
  margin: 0;
  position: relative;
  color: #3d3d3d;
  text-align: left;
  font-weight: 700;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding: 15px 30px 15px 0;
}

.accordion .a-container .a-panel {
  width: 100%;
  font-size: 15px;
  line-height: 1.7;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  height: auto;
  max-height: 0;
  overflow: hidden;
  padding: 0 10px;
}

.accordion .a-container .a-panel p + p {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .accordion .a-container .a-btn:after {
    width: 15px;
    height: 15px;
    right: 0px;
  }
  .faq-section .contact {
    flex-direction: column;
  }
}

.upper-herder_box.timer {
  justify-content: center;
}

.upper-herder_box.timer .content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.upper-herder_box.timer .content #timer {
  display: flex;
  gap: 12px;
}
@media (max-width: 450px) {
  .upper-herder_box.timer .content {
    gap: 15px;
  }
  .upper-herder_box.timer .content p {
    font-size: 12px;
  }
  div#timer {
    gap: 5px;
    font-size: 12px;
  }
  section:not(.hero-section) {
    padding: 40px 0 !important;
  }
}
