* {
  font-family: "Open Sans", sans-serif;
}

#app {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
.h1 {
  font-family: "Josefin Sans", sans-serif !important;
  color: #000000;
  line-height: 130% !important;
}

h1,
.h1 {
  font-size: 88px !important;
  font-weight: 700 !important;
}

h2 {
  font-size: 64px !important;
  font-weight: 600 !important;
}

h3 {
  font-size: 48px !important;
  font-weight: 600 !important;
}

h3.price_tag {
  font-size: 35px !important;
}

h4 {
  font-size: 32px !important;
  font-weight: 600 !important;
  letter-spacing: 1%;
}

h5 {
  font-size: 32px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  letter-spacing: 1%;
}

p {
  font-size: 16px;
}

p.ascent {
  font-weight: 600;
  font-size: 18px;
}

a {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.container-fluid {
  padding: 0 65px !important;
}

.clip-box {
  position: relative;
}

.clip-box:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -99px;
  height: 100px;
  background-color: #FFFFFF;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: 10;
}

.clip-box:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -99px;
  height: 100px;
  background-color: #FFFFFF;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: 10;
}

.clip-box-top:before {
  display: none;
}

.clip-box-left:before {
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.clip-box-left:after {
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}

section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

section.text-white h2,
section.text-white h3,
section.text-white h4,
section.text-white p {
  color: #ffffff;
}

section.normal {
  padding: 110px 0;
}

section.normal .title_button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.normal h2,
section.normal h3,
section.normal h4 {
  margin-bottom: 40px;
}

.mw-740 {
  max-width: 740px;
}

.buttons a,
.buttons button {
  display: inline-block;
  font-size: 16px;
  line-height: 48px;
  border-radius: 50px;
  padding: 0 24px;
}

.buttons a:hover,
.buttons button:hover {
  text-decoration: none;
}

.buttons a.red,
.buttons button.red {
  background-color: #E30613;
  color: #FFFFFF;
}

.buttons a.black,
.buttons button.black {
  background-color: #000000;
  color: #ffffff;
}

.adyen-checkout__button--pay {
  background-color: #E30613 !important;
  color: #FFFFFF !important;
  border-radius: 50px !important;
}

.header-top {
  background-color: #000000;
  padding: 16px 0;
}

.header-top p {
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 0;
  max-height: 60px !important;
  height: auto !important;
}

.header-top p span {
  display: inline-block;
}

.header-top p span:after {
  content: "|";
  display: inline-block;
  margin: 0 7px;
}

.header-top p img {
  margin-right: 8px;
}

.header-top p a {
  color: #FFFFFF;
}

.header-main {
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.header-main-box {
  display: flex;
  align-items: center;
  width: 100%;
}

.header-main-logo img {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  height: 54px;
}

.header-main-logo .lgo {
  display: block;
}

.header-main-logo .lgo-inverse {
  display: none;
}

.header-main-logo a {
  text-decoration: none;
}

.header-main-logo a:hover {
  color: #fff;
  text-decoration: none;
}

.header-main-logo a p {
  font-size: 18px;
}

.header-main-nav {
  margin-left: auto;
  padding: 30px 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.header-main-nav ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-main-nav ul li {
  display: inline-block;
  margin: 0 10px;
  display: flex;
  text-align: center;
  align-items: center;
}

.header-main-nav ul li a {
  display: inline-block;
  font-size: 18px;
  color: #ffffff !important;
  padding: 12px;
  border-bottom: solid 2px transparent;
  cursor: pointer;
}

.header-main-nav ul li a:hover,
.header-main-nav ul li a.active {
  text-decoration: none;
  border-bottom-color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.header-main-button {
  line-height: 48px;
  background-color: #000000;
  border-radius: 50px;
  padding: 0 24px !important;
}

.header-main-button:hover {
  border-bottom-color: #212121 !important;
  background-color: #212121;
  text-shadow: none;
}

.header-main.little {
  background-color: #e2001a;
  top: 0;
  position: fixed;
}

.header-main.little .header-main-logo .lgo-inverse {
  display: block;
}

.header-main.little .header-main-logo .lgo {
  display: none;
}

.header-main.little .header-main-logo img {
  height: 44px;
}

.header-main.little .header-main-nav {
  padding: 18px 0;
}

.header-opener {
  display: none !important;
}

.header-slider {
  height: calc(100vh - 57px);
  position: relative;
  overflow: hidden;
  min-height: 850px;
}

.header-slider.subpage {
  /* height: 540px; */
}

.header-slider.subpage .carousel-caption h1 {
  max-width: 855px;
}

.header-slider.overlay .carousel-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
}

.header-slider .carousel {
  height: 100%;
}

.header-slider .carousel-inner {
  height: 100%;
}

.header-slider .carousel-item {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.header-slider .carousel-item img:not(.icon) {
  position: absolute;
  left: 50%;
  top: 50%;
  zoom: 30%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  width: auto !important;
}
.gallery-header .carousel-item img {
  top: 50% !important;
  zoom: 100% !important;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

.header-slider .carousel-indicators {
  bottom: 100px;
  z-index: 9998;
}

.header-slider .carousel-indicators li {
  margin: 0 12px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #636466;
  opacity: 1;
  border: none !important;
}

.header-slider .carousel-indicators li.active {
  background: #DCDDDE;
}

.header-slider .carousel-indicators li:focus {
  outline: none !important;
}

.header-slider .carousel-indicators li:hover {
  opacity: 0.7;
}

.header-slider .carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  padding: 0;
  text-align: left;
}

.header-slider .carousel-caption h1,
.header-slider .carousel-caption .h1 {
  color: #FFFFFF;
  margin-bottom: 0;
}

.header-slider .carousel-caption p {
  color: #FFFFFF;
  margin-bottom: 80px;
  line-height: 150%;
}

.header-slider .carousel-caption .buttons a {
  line-height: 72px;
  font-size: 24px;
}

.header-branches {
  background-image: url("/images/bg/branches-hero.jpg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 150px 0 90px;
}

.header-branches .inside {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.header-branches .inside img.icon {
  margin-right: 30px;
}

.header-branches .inside p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
}

.advantages {
  padding: 48px 0;
}

.advantages.subpage {
  padding-top: 70px;
}

.advantages h2 {
  margin-bottom: 40px;
}

.advantages p {
  max-width: 540px;
  line-height: 150%;
  margin-bottom: 60px;
}

.advantages .row {
  margin-bottom: 60px;
}

.advantages__main-title {
  text-align: left !important;
  width: 50% !important;
}

.advantages__splide {
  margin: 0 5% 80px 5%;
}

.advantages__splide .splide__arrow {
  background: transparent;
}

.advantages__splide .splide__arrow svg {
  fill: red;
}

.advantages__splide .splide__arrow--next {
  right: -45px;
}

.advantages__splide .splide__arrow--prev {
  left: -45px;
}

.advantages__slide {
  height: 168px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.advantages__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  border-radius: 0 0 12px 12px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 400px;
  transform: rotate(5deg) translateY(44px) translateX(-11px);
}

.advantages__splide-title {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
  font-size: 12px;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
}

.advantages__title-index {
  background-color: #E30613;
  color: white;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  border-radius: 50%;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
}

.advantage {
  margin-bottom: 30px;
}

.advantage-image {
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.advantage-desc {
  text-align: center;
  padding: 0 25px;
}

.advantage h3 {
  margin-bottom: 20px;
  font-size: 24px !important;
  line-height: 24px !important;
}

.advantage p {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .advantages__splide-title {
    bottom: 8px;
  }

  .advantages__title {
    font-size: 25px !important;
  }

  .advantages__title-index {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .advantages__splide {
    margin: 0 10% 60px 10% !important;
  }

  .advantages__overlay {
    width: 500px;
  }

  .advantages__splide-title {
    bottom: 15px;
  }

  .advantages .splide__pagination {
    bottom: -30px;
  }

  .advantages .splide__pagination__page.is-active {
    background: #E30613;
  }

  .advantages__main-title {
    width: 80% !important;
  }
}

.best-bg {
  padding-top: 40px;
}

.buttons {
  padding-bottom: 50px;
}

.appointment-bg {
  padding-top: 100px;
}

h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

h6 {
  font-size: 25px !important;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 3rem !important;
}

.header-text > p {
  margin-top: 4rem;
  font-size: 20px;
}

p {
  /* margin: 1rem; */
}

.link-style {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  background-color: transparent;
  transition: all 0.3s ease;
}

.link-style:hover {
  color: #FF0000;
  text-decoration: none;
}

ul,
li {
  margin-left: 1rem;
  margin-top: 0.2rem;
}

.form-control {
  cursor: pointer;
}

.appointment-list {
  margin-top: 3rem;
}

.appointment-text {
  padding-top: 10px;
}

.gallery-item {
  position: relative;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
}

.gallery-item-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.gallery-item:hover .gallery-item-text {
  opacity: 1;
}

.book {
  margin-bottom: 3rem;
}

.first-text,
.text {
  margin-top: 2rem;
}

.appointment-video {
  margin: 20px 0;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.flash-message {
  position: fixed !important;
  top: 10rem;
  right: 2rem;
  z-index: 9999;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 1099px) {
  .first-text-mobile {
    font-size: 26px;
    margin-top: 10rem;
    display: block;
  }

  .header-text > p {
    display: none;
  }

  .header-button {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    z-index: 2;
  }

  .first-text {
    display: none;
  }

  .second-text {
    margin-top: 30px;
  }

  .buttons {
    display: flex;
    justify-content: flex-end;
  }

  .first-text-mobile h4,
  .first-text-mobile p {
    display: block;
    text-align: center;
    color: white;
    margin-bottom: 10px;
  }

  .first-text-mobile h4 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
  }

  .first-text-mobile p {
    font-size: 16px;
    max-width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .first-text-mobile {
    margin-top: 2rem;
  }

  .header-button {
    bottom: 0px;
  }
}

@media (min-width: 1100px) {
  .first-text-mobile {
    display: none;
  }

  .header-button {
    display: none;
  }

  .first-text {
    display: block;
  }
}

.packages {
  background: url("/images/bg/packages-bg.jpg") no-repeat;
  background-size: 100% auto;
  background-position: top center;
  background-color: #000;
  padding-top: 190px;
  padding-bottom: 130px;
}

.packages.vouchers {
  background-image: url("/images/bg/vouchers-bg.jpg");
  background-size: 100% auto;
  background-position: top center;
  background-color: #000;
  background-repeat: no-repeat;
}

.packages.vouchers .magicline ol li {
  font-size: 12px !important;
}

.packages.vouchers .magicline ol li p {
  margin-bottom: 0;
}

.packages.vouchers .magicline ol li p span {
  font-size: 12px !important;
  margin-bottom: 0;
}

.packages.deals {
  background-image: url("/images/bg/deals.jpg");
}

.packages h2 {
  color: #ffffff;
  margin-bottom: 40px;
}

.packages p.intro {
  color: #FFFFFF;
  max-width: 600px;
  margin: auto;
  margin-bottom: 75px;
  text-align: center;
}

.packages.zzz {
  padding-top: 80px;
}

.package {
  background: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 55px 30px 40px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.package-content {
  flex: 0 0 100%;
  max-width: 100%;
}

.package-content .pricez button.tooltipx {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: #e2001a;
  border-radius: 50%;
  padding: 5px;
}

.package-content .pricez .hide-payment {
  display: none !important;
}

.package-link {
  flex: 0 0 100%;
  max-width: 100%;
  align-self: flex-end;
}

.package-link p {
  color: #000 !important;
  margin-bottom: 30px;
  text-align: left;
}

.package-link .buttons a,
.package-link a {
  display: inline-block;
  font-size: 16px;
  line-height: 48px !important;
  border-radius: 50px !important;
  padding: 0 24px;
  height: auto !important;
}

.package-link a.voucher-link {
  color: #E30613;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
}

.package h4 {
  font-size: 28px !important;
  color: #000000;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}

.package h3 {
  text-align: right;
  color: #000000;
}

.package span {
  display: block;
}

.package span.red {
  font-size: 16px;
  color: #E30613;
  font-weight: 600;
  height: auto !important;
}

.package span.price-old {
  font-size: 24px;
  text-align: right;
  text-decoration: line-through;
  font-weight: 600;
  color: #939598;
  margin-bottom: 30px;
}

.package ul {
  list-style-image: url("/images/icons/package-check.png");
  padding-left: 27px;
  margin-bottom: 32px;
}

.package ul li {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.package .buttons a {
  line-height: 38px;
  border-radius: 20px;
}

.package-badge {
  position: absolute;
  top: 30px;
  right: -40px;
  transform: rotate(45deg);
}

.package-badge span {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  border-radius: 10px;
  padding: 5px 25px;
}

.package-badge-red span {
  color: #FFFFFF;
  background: #C8212B;
}

.technology {
  padding: 110px 0;
}

.technology h2 {
  margin-bottom: 40px;
}

.technology h3 {
  margin-bottom: 80px;
}

.technology p {
  max-width: 560px;
  margin-bottom: 40px;
}

.technology p:last-of-type {
  margin-bottom: 80px;
}

.technology .buttons {
  margin-top: 80px;
}

.schedule {
  background-size: cover;
  padding: 150px 0;
}

.schedule h2 {
  text-align: center;
  color: #ffffff;
  margin-bottom: 40px;
}

.schedule p {
  text-align: center;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.schedule p:last-of-type {
  margin-bottom: 80px;
}

.schedule .buttons {
  margin-top: 80px;
}

.schedule-box {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 720px;
  margin: auto;
  margin-bottom: 24px;
  border-radius: 20px;
  background: #FFFFFF;
  padding: 25px 30px;
}

.schedule-box span {
  font-size: 18px;
  display: block;
  color: #000000;
  font-weight: 600;
}

.schedule-box span.red {
  color: #E30613;
}

.schedule-box .time {
  flex: 0 0 70px;
  max-width: 70px;
}

.schedule-box .duration {
  flex: 0 0 70px;
  max-width: 70px;
  text-align: right;
}

.schedule-box .duration span {
  font-size: 16px;
  font-weight: 400;
}

.schedule-box .name {
  text-align: center;
  flex: 0 0 calc(100% - 140px);
  max-width: calc(100% - 140px);
}

.faqs {
  padding: 48px 0;
}

.faqs h2 {
  text-align: center;
  margin-bottom: 19px;
}

.faqs p {
  text-align: center;
  margin-bottom: 70px;
}

.faqs .accordion {
  max-width: 785px;
  margin: auto;
  margin-bottom: 75px;
}

.faqs .card {
  border: none !important;
}

.faqs .card-header {
  background-color: transparent;
  border: none;
  border-bottom: solid 2px #636466;
  border-radius: 0;
  margin-bottom: 0 !important;
}

.faqs .card-header button {
  font-weight: 600;
  font-size: 18px;
  padding: 16px 30px;
  background-color: transparent;
  color: #000000;
  border: none !important;
  text-align: left;
  position: relative;
}

.faqs .card-header button i {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: #000000;
  font-size: 18px;
}

.faqs .card-header button:focus {
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  color: #000000;
}

.faqs .card-header button[aria-expanded=true] {
  color: #E30613;
}

.faqs .card-header button[aria-expanded=true] i {
  transform: translateY(-50%) rotate(-180deg);
  color: #E30613;
}

.faqs .card-body {
  padding: 24px 32px;
  padding-bottom: 50px;
}

.faqs .card-body p {
  text-align: left;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
}

.faqs .card-body p:last-of-type {
  margin-bottom: 0;
}

.faqs.subpage {
  padding: 110px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.faqs.subpage h2 {
  text-align: left;
  color: #ffffff;
  margin-bottom: 80px;
}

.faqs.subpage p {
  font-weight: 600;
  text-align: left;
  color: #ffffff;
}

.faqs.subpage p span.red {
  color: #E30613;
}

.faqs.subpage .accordion {
  margin-left: 0;
  margin-bottom: 80px;
}

.faqs.subpage .card {
  background-color: transparent;
}

.faqs.subpage .card-header {
  border-bottom-color: #636466;
}

.faqs.subpage .card-header button {
  color: #ffffff;
}

.faqs.subpage .card-header button i {
  color: #ffffff;
}

.faqs.subpage .card-header button[aria-expanded=true] {
  color: #E30613;
}

.faqs.subpage .card-header button[aria-expanded=true] i {
  color: #E30613;
}

.faqs.subpage .card-body p {
  font-weight: 400;
  color: #ffffff;
}

.gallery {
  background-color: #000000;
  padding-top: 190px;
  padding-bottom: 110px;
}

.gallery .row {
  margin-left: -24px;
  margin-right: -24px;
}

.gallery .col-lg-6 {
  padding: 0 24px;
}

.gallery h2 {
  color: #ffffff;
  margin-bottom: 40px;
  text-align: center;
}

.gallery-item {
  display: block;
  margin-bottom: 40px;
  position: relative;
  height: 360px;
  border-radius: 20px;
  overflow: hidden;
}

.gallery-item .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.gallery .buttons {
  margin-top: 40px;
}

.gallery-page {
  padding-top: 48px;
  padding-bottom: 110px;
}

.gallery-page h3 {
  margin-bottom: 40px;
}

.gallery-page .row {
  margin-bottom: 40px;
}

.gallery-mobile-menu {
  margin-bottom: 60px;
}

.gallery-mobile-menu h2 {
  font-size: 32px;
  line-height: 130%;
  margin-bottom: 20px;
}

.gallery-mobile-menu a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #E30613;
}

.gallery-mobile-menu a:hover {
  color: #000000;
  text-decoration: none;
}

.blog {
  padding: 110px 0;
}

.blog .row {
  margin-left: -21px;
  margin-right: -21px;
}

.blog .col-lg-4 {
  padding: 0 21px !important;
}

.blog h2 {
  margin-bottom: 40px;
  text-align: center;
}

.blog p {
  text-align: center;
  margin-bottom: 80px;
}

.blog .buttons {
  margin-top: 80px;
}

.blog-item {
  margin-bottom: 40px;
  display: block;
}

.blog-item:hover {
  text-decoration: none;
}

.blog-item .image {
  max-width: 342px;
  height: 340px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 16px;
  position: relative;
}

.blog-item .image .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-item .name {
  display: block;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 16px;
  color: #000000;
}

.blog-item p {
  margin-bottom: 16px;
  text-align: left;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blog-item .link {
  color: #E30613;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.blog-page .blog-item {
  margin-bottom: 80px;
}

.blog-page .blog-item .image {
  margin-bottom: 0;
}

.blog-page .blog-item .link {
  margin-bottom: 16px;
  display: inline-block;
}

.blog-page .buttons {
  margin-top: 30px;
}

.blog-detail {
  padding: 110px 0;
}

.blog-detail .container {
  position: relative;
}

.blog-detail-box {
  max-width: 725px;
}

.blog-detail h3 {
  margin-bottom: 24px;
}

.blog-detail h3.form_thanks {
  margin-bottom: 70px;
  color: green;
}

.blog-detail p.ascent {
  margin-bottom: 80px;
}

.blog-detail p a {
  color: #E30613;
}

.blog-detail ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 24px;
}

.blog-detail ul li {
  font-size: 16px;
  line-height: 150%;
}

.blog-detail ol {
  padding-left: 18px;
  margin-bottom: 24px;
}

.blog-detail ol li {
  font-size: 16px;
  line-height: 150%;
}

.blog-detail-image {
  margin-bottom: 80px;
}

.blog-detail-links {
  margin-top: 110px;
}

.blog-detail-links a {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}

.blog-detail-links a:hover {
  text-decoration: none;
  color: #E30613;
}

.footer {
  padding-top: 90px;
  background-color: #2E2E2E;
}

.footer .xaxa p a {
  color: #fff;
}

.footer .xaxa p a:hover {
  color: #e30613;
  text-decoration: none;
}

.footer p {
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  color: #FFFFFF;
  margin-bottom: 40px;
  max-width: 240px;
}

.footer h5 {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  margin-bottom: 16px;
  color: #FFFFFF;
  text-transform: none !important;
}

.footer h5 a {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  margin-bottom: 16px;
  color: #FFFFFF;
  text-transform: none !important;
}

.footer h5 a:hover {
  text-decoration: none;
  color: #E30613;
}

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer ul li {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 31px;
}

.footer ul li a {
  color: #FFFFFF;
}

.footer ul li a:hover {
  color: #E30613;
  text-decoration: none;
}

.footer-section-container {
  margin-bottom: 33px;
}

.footer-socials a {
  display: inline-block;
  margin-right: 30px;
}

.footer .scroll-up {
  z-index: 1000;
  position: fixed;
  right: 35px;
  bottom: 100px;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: right;
}

.footer .scroll-up a {
  border-radius: 3px;
  background-color: #fff;
  color: #e2001a;
  display: inline-block;
  padding: 10px;
}

.footer .author {
  flex: 0 0 100%;
  max-width: 100%;
  align-self: flex-end;
  text-align: right;
}

.footer .certificates .certificate {
  background-color: #fff;
  width: 150px;
  height: 75px;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.footer .certificates .certificate:hover {
  background-color: #e2001a;
}

.footer .certificates #poq {
  -webkit-mask-image: url("/images/icons/quality-certificate-neg.webp");
  mask-image: url("/images/icons/quality-certificate-neg.webp");
}

.menu-mobile {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #000000;
  z-index: 9999;
}

.menu-mobile.show {
  display: block;
}

.menu-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-mobile ul li {
  display: block;
  text-align: center;
}

.menu-mobile ul li > a {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #ffffff;
  margin-right: 20px;
}

.menu-mobile ul li > a:hover,
.menu-mobile ul li > a.active {
  text-decoration: none;
  color: #E30613;
}

.menu-mobile-closer {
  position: absolute;
  cursor: pointer;
  top: 24px;
  right: 16px;
}

.menu-mobile-closer img {
  height: 32px;
}

.adaptation img {
  margin-right: 15px;
}

.adaptation p {
  line-height: 150%;
  margin-bottom: 60px;
}

.adaptation p.ascent {
  line-height: normal;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}

.adaptation h4 {
  margin-bottom: 40px;
}

.conditions {
  padding-top: 75px;
  padding-bottom: 110px;
}

.conditions ol {
  padding-left: 20px;
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: solid 2px #939598;
}

.conditions ol li {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  color: #E30613;
}

.conditions ol li a {
  text-decoration: none;
  color: #E30613;
}

.conditions ol li a:hover {
  text-decoration: underline;
}

.conditions-box {
  margin-top: 80px;
}

.conditions .section {
  margin-bottom: 25px;
}

.conditions .section:last-child {
  margin-bottom: 0;
}

.conditions h3 {
  margin-bottom: 24px;
}

.conditions p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.conditions p a {
  color: #E30613;
  text-decoration: none;
}

.conditions p a:hover {
  text-decoration: underline;
}

.contact {
  padding: 110px 0;
}

.contact-box {
  max-width: 840px;
}

.contact h2 {
  margin-bottom: 40px;
}

.contact p {
  margin-bottom: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
}

.contact p a {
  color: #000000;
}

.contact p a:hover {
  color: #E30613;
  text-decoration: none;
}

.contact .image {
  width: 40px;
  display: inline-block;
}

.contact .image img {
  height: 24px;
}

.work_form form,
.work_form .not-form,
.magicline_adyen_wrap form,
.magicline_adyen_wrap .not-form {
  border: 1px solid #636466;
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  position: relative;
  background-color: #fff;
}

.work_form form .form-upload input,
.work_form .not-form .form-upload input,
.magicline_adyen_wrap form .form-upload input,
.magicline_adyen_wrap .not-form .form-upload input {
  margin: auto 0;
  line-height: 45px;
  border: none;
}

.work_form form .form-upload input::-webkit-file-upload-button,
.work_form .not-form .form-upload input::-webkit-file-upload-button,
.magicline_adyen_wrap form .form-upload input::-webkit-file-upload-button,
.magicline_adyen_wrap .not-form .form-upload input::-webkit-file-upload-button {
  background: #000;
  color: #fff;
  border-radius: 30px;
  border-color: #E30613;
  padding: 0 24px;
  cursor: pointer;
  border-style: none;
}

.magicline_adyen_wrap {
  max-width: 840px;
}

.magicline_adyen_wrap * {
  font-family: "Open Sans", sans-serif !important;
}

.order_form {
  max-width: 840px;
}

@media (max-width: 767px) {
  .work_form form .form-upload {
    flex-direction: column;
    align-items: flex-start;
  }

  .work_form form .form-upload input {
    margin-bottom: 25px;
    max-width: 260px;
  }

  section.normal .title_button {
    flex-direction: column;
    align-items: stretch;
  }

  section.normal .title_button h2 {
    margin-bottom: 15px !important;
    text-align: left !important;
  }
}

.team {
  padding: 110px 0;
}

.team-box h3,
.team-box .row {
  margin-bottom: 40px;
}

.team-box-single {
  background-image: url(/images/gallery/gallery-item11.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  margin-bottom: 30px;
}

.team-box-single-text {
  width: 100%;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 55px 40px;
}

.team-box-single-text a {
  color: #e2001a !important;
}

.team-box-single-text:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.team-box-single-text:hover .team-box-single-text-hide {
  display: block;
}

.team-box-single-text-hide {
  display: none;
  text-align: center;
  max-height: 200px;
  overflow: scroll;
}

.team-box-single-text-hide-name {
  margin-bottom: 25px;
}

.team-box-single-text-hide-name h4 {
  margin-bottom: 0;
  font-size: 25px !important;
}

.team-box-single-text-hide-name p {
  margin-bottom: 0;
}

.team-box-single-text-hide-contact {
  margin-bottom: 25px;
}

.team-box-single-text-hide-contact p {
  margin-bottom: 5px;
}

.best {
  padding: 100px 0;
}

.best p {
  max-width: 75ch;
}

.best-bg {
  background: #000;
  padding: 50px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.best-bg-image {
  padding: 100px 0 0;
}

.best-bg-image img {
  border-radius: 20px;
}

@media (max-width: 767px) {
  .best-video {
    padding: 60% 0 0 !important;
  }
}

.prices {
  padding: 110px 0;
}

.prices h2 {
  margin-bottom: 0;
}

.prices h3 {
  margin-bottom: 16px;
  color: #E30613;
}

.prices h4 {
  margin-bottom: 16px;
}

.prices h4.red {
  color: #E30613;
}

.prices p.small {
  font-size: 14px;
  font-weight: 300;
}

.prices .price-old {
  font-size: 32px;
  line-height: 130%;
  font-weight: 600;
  color: #939598;
  text-decoration: line-through;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 16px;
  display: inline-block;
}

.prices-box {
  padding-top: 110px;
}

.prices-box.mb-80 {
  margin-bottom: 80px;
}

.prices-box p {
  line-height: 150%;
  margin-bottom: 40px;
}

.prices-box ul {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.prices-box ul li {
  font-size: 16px;
  line-height: 150%;
}

.prices-box ul li:before {
  content: "-";
  margin-right: 5px;
}

.schedules {
  padding: 110px 0;
}

.schedules h2 {
  margin-bottom: 32px;
}

.schedules-filter {
  align-items: center;
  margin: 80px 0;
}

.schedules-filter p {
  margin-bottom: 0;
}

.schedules-filter .dropdown {
  width: 100%;
}

.schedules-filter .dropdown-toggle {
  background-color: #DCDDDE !important;
  outline: none !important;
  border-radius: 20px;
  position: relative;
  font-size: 16px;
  line-height: 48px;
  color: #636466 !important;
  padding: 0 54px;
  border: none !important;
  text-align: right;
}

.schedules-filter .dropdown-toggle i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #636466;
  font-size: 12px;
}

.schedules-filter .dropdown-toggle:hover,
.schedules-filter .dropdown-toggle:focus,
.schedules-filter .dropdown-toggle:active,
.schedules-filter .dropdown-toggle [aria-expanded=true] {
  outline: none !important;
  background-color: #DCDDDE !important;
  color: #636466 !important;
}

.schedules-filter .dropdown-toggle:after {
  display: none;
}

.schedules-filter .dropdown-menu {
  width: 100%;
}

.schedules-item {
  display: flex;
  width: 100%;
  align-items: center;
  background-color: #ffffff;
  padding: 0 20px;
}

.schedules-item-heading span {
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 18px !important;
  color: #000000 !important;
}

.schedules-item-content:hover {
  background-color: #DCDDDE;
  border-radius: 20px;
  text-decoration: none !important;
}

.schedules-item div {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 23px 10px;
}

.schedules-item span {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.schedules-item .start span,
.schedules-item .name span {
  font-size: 18px;
  font-weight: 600;
}

.schedules-item .detail span {
  color: #939598;
}

.schedules-item i {
  display: inline-block;
  margin-right: 12px;
  color: #939598;
  font-size: 16px;
}

.schedules-item i.dark {
  color: #000000;
}

.schedules-item:nth-child(even) .name span {
  color: #E30613;
}

.schedules .faqs {
  padding: 0;
}

.schedules .faqs .accordion {
  margin-left: 0;
  max-width: none;
  margin-bottom: 95px;
}

.schedules .faqs .card-header button {
  font-size: 32px;
}

.schedules .faqs .card-body {
  padding-left: 0;
  padding-right: 0;
}

.schedules .faqs p a {
  color: #E30613;
}

.schedules .faqs p a:hover {
  text-decoration: underline;
}

.lesson {
  margin-bottom: 60px;
}

.lesson h4 {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}

.lesson h4 i {
  margin-right: 12px;
  font-size: 16px;
  color: #939598;
}

.lesson h4 i.white {
  color: #ffffff;
}

.lesson h4 i.dark {
  color: #000000;
}

.lesson h4 i:first-child {
  margin-left: 24px;
}

.branches {
  padding: 50px 0 20px;
  position: relative;
}

.branches a {
  position: relative;
}

.branches a:hover h3 {
  text-decoration: underline;
  text-decoration-color: #e30613;
}

.branches a:hover h3 i {
  right: -15px;
}

.branches a:hover .bg {
  filter: none;
}

.branches a .branch {
  padding: 200px 30px 30px;
  margin-bottom: 40px;
  color: #fff;
  min-height: 360px;
  position: relative;
  z-index: 99;
}

.branches a .branch-content {
  position: absolute;
  bottom: 10px;
  z-index: 90;
}

.branches a .branch-content h3 {
  font-size: 25px !important;
}

.branches a .branch-content h3 i {
  color: #e30613 !important;
  position: relative;
  top: 0;
  transition: top ease 0.5s;
  -webkit-filter: grayscale(0);
}

.branches a .branch .open {
  position: absolute;
  top: 0;
  left: 0;
  background: #e30613;
  padding: 10px 15px;
  color: #fff;
}

.branches a .bg {
  background-image: url("/images/bg/xxx.jpg");
  background-size: cover;
  background-position: center center;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 540px;
  max-height: 360px;
}

@media (max-width: 1460px) {
  .header-main-nav ul li {
    margin: 0 5px;
  }
}

@media (max-width: 1370px) {
  .header-main-nav ul li a {
    padding: 12px 5px;
  }
}

@media (max-width: 1220px) {
  .header-main-nav ul li {
    margin: 0 2px;
  }
}

@media (max-width: 1250px) {
  .header-main-nav ul li a {
    font-size: 16px;
    padding: 12px 6px;
  }

  .header-slider .carousel-caption h1,
  .header-slider .carousel-caption .h1 {
    line-height: 100% !important;
    font-size: 48px !important;
  }

  .header-slider .carousel-caption p {
    margin-bottom: 30px;
  }
}

@media (max-width: 1150px) {
  .header-main-nav ul li a {
    padding: 12px 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .package-content .zzz {
    flex-direction: column;
  }

  .package-content .zzz span {
    align-self: flex-end;
  }

  .package-content .zzz h3 {
    align-self: flex-end;
    font-size: 32px !important;
  }

  .buttonw .buttons {
    flex-direction: column;
  }

  .package-link .buttons {
    display: flex;
    justify-content: center;
  }

  .package ul {
    margin-bottom: 100px;
  }
}

@media (max-width: 1099px) {
  h1,
  .h1 {
    font-size: 48px !important;
  }

  h2 {
    font-size: 32px !important;
  }

  h3 {
    font-size: 24px !important;
  }

  .buttons {
    font-size: 16px;
  }

  p {
    font-size: 16px;
  }

  .container-fluid {
    padding: 0 15px !important;
  }

  .clip-box:before,
  .clip-box:after {
    display: none;
  }

  .header-main {
    position: fixed;
    top: 75px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-main.little {
    background-color: #e2001a;
    padding: 6px 0;
  }

  .header-main-nav {
    padding: 0 !important;
  }

  .header-main-nav ul li {
    display: none;
  }

  .header-main-logo img {
    height: 36px;
  }

  .header-opener {
    display: inline-block !important;
    cursor: pointer;
  }

  .header-slider .carousel-caption p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 60px;
  }

  .header-slider .carousel-caption .buttons a {
    font-size: 16px;
    line-height: 48px;
  }

  .header-slider .carousel-item img {
    width: auto !important;
    height: 100%;
    max-width: none;
  }

  .header-slider .carousel-indicators {
    bottom: 40px;
    margin-bottom: 0;
  }

  .header-slider .carousel-indicators li {
    width: 12px;
    height: 12px;
  }

  .advantages {
    padding: 80px 0;
  }

  .advantages.subpage {
    padding-bottom: 40px;
  }

  .advantages .row {
    margin-bottom: 0;
  }

  .advantages h2 {
    text-align: center;
  }

  .advantages p {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
    text-align: center;
  }

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

  .advantage {
    margin-bottom: 50px;
  }

  .packages {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .packages .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .packages .col-lg-5,
  .packages .col-lg-4 {
    margin-bottom: 40px;
    padding: 0 15px;
  }

  .package {
    min-height: 490px;
  }

  .package h3 {
    font-size: 40px !important;
    text-align: left;
  }

  .package span.price-old {
    text-align: left;
  }

  .package-badge {
    transform: rotate(45deg) scale(0.8);
  }

  .technology {
    padding: 80px 0;
  }

  .technology h2 {
    margin-bottom: 24px;
  }

  .technology p {
    margin-bottom: 40px !important;
  }

  .technology .buttons {
    margin-top: 45px;
  }

  .schedule {
    padding: 80px 0;
  }

  .schedule h2 {
    margin-bottom: 24px;
    text-align: left;
  }

  .schedule p {
    margin-bottom: 40px !important;
    text-align: left;
  }

  .schedule-box {
    padding: 23px 30px;
    max-width: none;
  }

  .schedule-box span {
    font-size: 16px !important;
    font-weight: 400 !important;
  }

  .schedule .buttons {
    margin-top: 45px;
    text-align: left;
  }

  .faqs {
    padding: 80px 0;
  }

  .faqs h2 {
    text-align: left;
  }

  .faqs p {
    margin-bottom: 40px;
    text-align: left;
  }

  .faqs .card-header button {
    font-size: 16px;
    padding: 5px 15px;
  }

  .faqs .card-header button i {
    right: 5px;
  }

  .faqs .card-body {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .faqs .accordion {
    max-width: none;
    margin-bottom: 45px;
  }

  .faqs.subpage {
    padding: 80px 0;
  }

  .faqs.subpage h2 {
    margin-bottom: 40px;
  }

  .faqs.subpage p.mb-0 {
    display: none;
  }

  .faqs.subpage .accordion {
    margin-bottom: 0;
  }

  .faqs.subpage .card-header button {
    font-size: 18px;
    padding: 10px 30px;
  }

  .faqs.subpage .card-body {
    padding-top: 24px;
  }

  .team h3 {
    font-size: 32px !important;
  }

  .gallery {
    padding: 80px 0;
  }

  .gallery h2 {
    text-align: left;
  }

  .gallery-item {
    height: 360px;
    margin-bottom: 24px;
  }

  .gallery .buttons {
    margin-top: 16px;
    text-align: left;
  }

  .gallery-page {
    padding-bottom: 55px;
  }

  .gallery-page h3 {
    font-size: 32px !important;
  }

  .blog {
    padding: 80px 0;
  }

  .blog h2 {
    text-align: left;
    margin-bottom: 24px;
  }

  .blog p {
    text-align: left;
    margin-bottom: 10px;
  }

  .blog .buttons {
    margin-top: 0;
    text-align: left;
  }

  .footer {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .footer .scroll-up {
    display: none;
  }

  .footer .author p {
    margin-left: 0 !important;
    text-align: left;
  }

  section.normal {
    padding: 80px 0;
  }

  .schedules {
    padding: 80px 0;
  }

  .schedules-filter {
    margin: 60px 0;
  }

  .schedules-filter p {
    margin-bottom: 24px;
  }

  .schedules-item {
    padding: 0 5px;
  }

  .schedules-item-heading {
    display: none;
  }

  .schedules-item div {
    padding: 15px 0;
  }

  .schedules-item .start,
  .schedules-item .duration {
    flex: 0 0 50px;
    max-width: 50px;
  }

  .schedules-item .detail,
  .schedules-item .difficulty {
    display: none;
  }

  .schedules-item .name {
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    text-align: center;
  }

  .schedules .faqs .card-header button {
    padding-left: 0;
    font-size: 18px;
  }

  .schedules .faqs .card-header button i {
    right: 0;
  }

  .schedules .faqs .accordion {
    margin-bottom: 60px;
  }

  .lesson {
    margin-bottom: 48px;
  }

  .lesson h4 {
    font-size: 24px !important;
    line-height: 130% !important;
    margin-bottom: 24px !important;
  }

  .prices {
    padding: 80px 0;
  }

  .prices-box {
    padding-top: 85px;
  }

  .prices h3 {
    font-size: 32px !important;
    margin-bottom: 8px;
  }

  .prices h4 {
    font-size: 24px !important;
    margin-bottom: 8px;
  }

  .prices .price-old {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .prices p {
    margin-bottom: 24px;
  }

  .prices ul {
    margin-bottom: 24px;
  }

  .blog-detail {
    padding: 80px 0;
  }

  .blog-detail p.ascent {
    margin-bottom: 48px;
  }

  .blog-detail-image {
    margin-bottom: 48px;
  }

  .blog-detail-links {
    margin-top: 80px;
  }

  .contact {
    padding: 80px 0;
  }

  .map iframe {
    height: 400px !important;
  }

  .conditions {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .header-top {
    background-color: #e2001a;
  }

  .header .team-box-single {
    margin-bottom: 10px;
  }

  .header .team-box-single-text-hide .buttons,
  .header .team-box-single-text-hide .team-box-single-text-hide-name {
    display: none;
  }

  .header .team-box-single-text-hide .team-box-single-mobile {
    display: block !important;
    margin-bottom: 30px;
  }

  .header .team-box-single-text-hide .team-box-single-mobile h4 {
    margin-bottom: 0;
    font-size: 25px !important;
    display: block !important;
  }

  .header .team-box-single-text-hide .team-box-single-mobile h4 p {
    margin-bottom: 0;
    display: block !important;
  }

  .header .team-box-single-text-hide .team-box-single-mobile h4 a {
    color: #e2001a !important;
  }

  .header .team-box-single-text-hide .team-box-single-mobile h4 a .team-box-single-text-hide-contact {
    max-height: 200px;
    overflow-y: auto;
  }
}

@media (max-width: 767px) and (hover: hover) {
  .header .team-box-single-text:hover {
    background-color: rgba(255, 255, 255, 0);
  }

  .header .team-box-single-text:hover .team-box-single-text-hide {
    display: none;
  }
}

@media (max-width: 767px) {
  .header .packages h3.price_tag {
    font-size: 30px !important;
  }
}

@media (max-width: 575px) {
  .header-slider {
    min-height: 500px;
  }

  .blog-detail-box .blog-detail-links > div:not(:last-child) {
    margin-bottom: 15px;
  }

  .schedule .buttons.btn_schedules a {
    margin-bottom: 20px;
    margin-left: 0 !important;
  }

  .buttonw .buttons {
    flex-direction: column;
  }

  .package-link .buttons {
    display: flex;
    justify-content: center;
  }

  .package ul {
    margin-bottom: 100px;
  }
}

.just-white-box {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
}

#cookies___BV_modal_outer_ {
  z-index: 11040 !important;
}

#app {
  opacity: 0;
  transition: all 0.3s;
}

#app.ready {
  opacity: 1;
}

.magicline {
  color: #bbb;
  font-size: 12px;
  max-width: 700px;
}

.membership_custom {
  color: #fff;
  font-size: 16px;
  max-width: 700px;
}

/* Responsive Gallery Styles */
@media (max-width: 991px) {
  .gallery {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .gallery-item {
    height: 280px;
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .gallery {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .gallery-item {
    height: 240px;
    margin-bottom: 20px;
  }
  .gallery .col-lg-12 {
    padding: 0 15px !important;
  }
}

@media (max-width: 575px) {
  .gallery {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .gallery-item {
    height: 200px;
    margin-bottom: 16px;
  }
}

/* Responsive Hero/Header Branches Styles */
@media (max-width: 1199px) {
  .header-branches {
    padding: 120px 0 70px;
  }
  .header-branches h1 {
    font-size: 40px !important;
  }
  .header-branches .inside p {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .header-branches {
    padding: 100px 0 60px;
  }
  .header-branches h1 {
    font-size: 36px !important;
  }
  .header-branches .inside {
    margin-bottom: 16px;
  }
  .header-branches .inside img.icon {
    margin-right: 20px;
    width: 50px;
    height: auto;
  }
  .header-branches .inside p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .header-branches {
    padding: 80px 0 50px;
    background-image: url("/images/bg/homepage-mobile-hero-bg.jpg");
    background-position: center center;
  }
  .header-branches .container {
    padding-top: 20px;
  }
  .header-branches h1 {
    font-size: 32px !important;
    margin-bottom: 20px !important;
  }
  .header-branches p {
    font-size: 16px;
    margin-bottom: 30px !important;
  }
  .header-branches .inside {
    margin-bottom: 12px;
  }
  .header-branches .inside img.icon {
    margin-right: 15px;
    width: 40px;
  }
  .header-branches .inside p {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .header-branches {
    padding: 60px 0 40px;
    background-image: url("/images/bg/homepage-mobile-hero-bg.jpg");
  }
  .header-branches .container {
    padding-top: 20px;
  }
  .header-branches h1 {
    font-size: 28px !important;
    margin-bottom: 16px !important;
  }
  .header-branches p {
    font-size: 14px;
    margin-bottom: 24px !important;
  }
  .header-branches .inside {
    margin-bottom: 10px;
  }
  .header-branches .inside img.icon {
    margin-right: 12px;
    width: 35px;
  }
  .header-branches .inside p {
    font-size: 14px;
    margin: 0 !important;
  }
}

/* Responsive Gallery Page Hero Styles */
@media (max-width: 1199px) {
  .header-slider.subpage {
    height: 450px;
  }
  .header-slider.subpage .carousel-caption h1 {
    font-size: 40px !important;
  }
}

@media (max-width: 991px) {
  .header-slider.subpage {
    height: 400px;
  }
  .header-slider.subpage .carousel-caption h1 {
    font-size: 36px !important;
  }
}

@media (max-width: 767px) {
  .header-slider.subpage {
    height: 350px;
    min-height: 350px;
  }
  .header-slider.subpage .carousel-caption {
    padding-top: 20px;
  }
  .header-slider.subpage .carousel-caption h1 {
    font-size: 32px !important;
  }
  .gallery-header .carousel-item {
    height: 350px !important;
  }
  .gallery-header .carousel-item img {
    object-position: center center !important;
    position: relative !important;
    transform: none !important;
    left: 0 !important;
    top: 0 !important;
  }
}

@media (max-width: 575px) {
  .header-slider.subpage {
    height: 300px;
    min-height: 300px;
  }
  .header-slider.subpage .carousel-caption h1 {
    font-size: 28px !important;
  }
  .gallery-header .carousel-item {
    height: 300px !important;
  }
  .gallery-header .carousel-item img {
    min-height: 300px !important;
  }
}

/* Large screens - align image to top */
@media (min-width: 1920px) {
  .header-slider .carousel-item img:not(.icon) {
    top: 0;
    transform: translate(-50%, 0);
  }
}

