@import "normalize.css";
@import "common.css";
:root {
  --brand-black-color: #000000;
  --brand-black-text-color: #2c2c2c;
  --brand-black-btn-color: #313131;
  --brand-black-btn-hover: #03192b;
  --brand-blue-color: #031524;
  --brand-grey-color: #838383;
  --brand-orange-color: #44b896;
  --brand-orange-light-color: #eaf7f3;
  --brand-red-color: #44b896;
  --brand-white-color: #ffffff;
  --color-start: #8ac43e;
  --color-end: #00adec;
}

.main-page .about-us {
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url("./../img/about-bg.svg");
  background-repeat: no-repeat;
  background-position: calc(50% + 200px) calc(50% + 50px);
  background-color: var(--brand-white-color);
  background-size: 450px;
}
.main-page .about-us h2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  font-family: "Lato", "Inter", sans-serif;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  color: var(--brand-red-color);
}
.main-page .about-us .wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px 30px;
}
.main-page .about-us .about-text {
  max-width: 600px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
}
.main-page .about-us p {
  margin-bottom: 40px;
  font-family: "Inter", "Lato", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.main-page .about-us p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .main-page .about-us .wrapper {
    flex-direction: row;
  }
  .main-page .about-us img {
    width: 300px;
    height: 700px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main-page .about-us .about-text {
    margin-top: 20px;
    padding-right: 25px;
  }
}
@media (min-width: 1024px) {
  .main-page .about-us {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .main-page .about-us .about-text {
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .main-page .about-us {
    background-position: right calc(50% + 50px);
  }
  .main-page .about-us img {
    width: 500px;
    height: auto;
  }
  .main-page .about-us .about-text {
    margin-top: 35px;
  }
}
@media (min-width: 1500px) {
  .main-page .about-us {
    padding-top: 140px;
    padding-bottom: 170px;
    background-size: 700px;
  }
  .main-page .about-us h2 {
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 80px;
  }
  .main-page .about-us .wrapper {
    gap: 40px 78px;
  }
  .main-page .about-us img {
    width: 550px;
    height: 935px;
  }
  .main-page .about-us .about-text {
    max-width: 750px;
    padding-left: 0;
  }
  .main-page .about-us p {
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 40px;
  }
}
@media (min-width: 1700px) {
  .main-page .about-us img {
    width: 700px;
  }
}
@media (min-width: 1920px) {
  .main-page .about-us {
    background-position: calc(50% + 650px) calc(50% + 50px);
  }
  .main-page .about-us .about-text {
    padding-right: 0;
  }
}
@media (min-width: 2000px) {
  .main-page .about-us .wrapper {
    justify-content: center;
  }
}
.main-page .our-mission {
  background-color: var(--brand-orange-light-color);
  padding-top: 50px;
  padding-bottom: 50px;
}
.main-page .our-mission .container {
  max-width: 800px !important;
  flex-direction: column;
}
.main-page .our-mission h2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding: 0 15px;
  font-family: "Lato", "Inter", sans-serif;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  color: var(--brand-red-color);
}
.main-page .our-mission p {
  font-family: "Inter", "Lato", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .main-page .our-mission .container {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  .main-page .our-mission {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1500px) {
  .main-page .our-mission {
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .main-page .our-mission .container {
    max-width: 1200px !important;
    flex-direction: column;
  }
  .main-page .our-mission h2 {
    font-size: 60px;
    line-height: 80px;
  }
  .main-page .our-mission p {
    font-size: 20px;
    line-height: 40px;
  }
}
.main-page .what-is {
  background-color: var(--brand-white-color);
  padding-top: 50px;
  padding-bottom: 50px;
}
.main-page .what-is .container {
  flex-direction: column;
}
.main-page .what-is .container > p {
  margin-bottom: 30px;
  font-family: "Inter", "Lato", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
}
.main-page .what-is .container h2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding: 0 15px;
  font-family: "Lato", "Inter", sans-serif;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  color: var(--brand-red-color);
}
.main-page .what-is .container h2 + p {
  margin-bottom: 50px;
}
.main-page .what-is .card-list {
  width: 100%;
  margin: 0 auto 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}
.main-page .what-is .card-list .card-item {
  max-width: 320px;
  width: 100%;
  padding: 28px 18px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid var(--brand-orange-color);
  text-align: center;
  color: var(--brand-black-color);
}
.main-page .what-is .card-list .card-item:nth-child(2) strong {
  margin-bottom: 0;
}
.main-page .what-is .card-list .img-wrapper {
  width: 60px;
  height: 60px;
  margin-bottom: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, var(--color-end), var(--color-start));
}
.main-page .what-is .card-list .img-wrapper img {
  width: 25px;
  height: 25px;
}
.main-page .what-is .card-list strong {
  display: inline-block;
  margin-bottom: 20px;
  font-family: "Lato", "Inter", sans-serif;
  font-size: 22px;
  line-height: normal;
  font-weight: 900;
}
.main-page .what-is .card-list p {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  letter-spacing: -0.03em;
}
.main-page .what-is .card-list p strong {
  margin-bottom: 22px;
}
.main-page .what-is .ABA-logo {
  max-width: 320px;
  width: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .main-page .what-is .card-list .card-item {
    max-width: 47%;
  }
}
@media (min-width: 768px) {
  .main-page .what-is .container {
    width: 90%;
  }
  .main-page .what-is .ABA-logo {
    max-width: 500px;
  }
  .main-page .what-is .card-list {
    max-width: 680px;
    gap: 35px 35px;
  }
  .main-page .what-is .card-list .card-item {
    width: 47%;
    max-width: 320px;
  }
}
@media (min-width: 1280px) {
  .main-page .what-is .card-list {
    max-width: 1200px;
    margin-top: 10px;
    gap: 20px 20px;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .main-page .what-is .card-list .card-item {
    width: 340px;
    flex-basis: 24%;
    padding: 30px 12px 24px;
  }
  .main-page .what-is .card-list p {
    font-size: 18px;
    line-height: 24px;
  }
  .main-page .what-is .card-list strong {
    font-size: 27px;
    line-height: 32px;
  }
}
@media (min-width: 1500px) {
  .main-page .what-is {
    padding-top: 90px;
    padding-bottom: 130px;
  }
  .main-page .what-is .container > p {
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 40px;
  }
  .main-page .what-is .container h2 {
    font-size: 60px;
    line-height: 80px;
  }
  .main-page .what-is .container h2 + p {
    margin-bottom: 60px;
  }
  .main-page .what-is .ABA-logo {
    max-width: 800px;
  }
  .main-page .what-is .card-list .card-item {
    max-width: 340px;
    flex-basis: 24%;
    padding: 30px 20px 24px;
  }
  .main-page .what-is .card-list .img-wrapper {
    width: 70px;
    height: 70px;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--brand-orange-color);
  }
  .main-page .what-is .card-list .img-wrapper img {
    width: 37px;
    height: 37px;
  }
  .main-page .what-is .card-list strong {
    font-size: 26px;
  }
  .main-page .what-is .card-list p {
    font-size: 18px;
  }
}

.hero-section {
  position: relative;
  height: 500px;
  margin-top: 60px;
  background: linear-gradient(to right, var(--color-end), var(--color-start));
}
.hero-section .promo {
  position: absolute;
  height: 65%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: var(--brand-white-color);
}
.hero-section .promo h1 {
  font-size: 27px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: -0.05em;
}
.hero-section .promo > p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.05em;
}
.hero-section .promo .horizontal-line {
  display: flex;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin: 30px 0;
}
.hero-section .promo .horizontal-line::before, .hero-section .promo .horizontal-line::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #f5ecea;
}
.hero-section .promo .horizontal-line .text-with-line {
  flex-shrink: 0;
  padding: 0 1em;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.hero-section .explore-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 45px;
  padding: 15px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid var(--brand-orange-color);
  color: var(--brand-white-color);
  background-color: var(--brand-black-btn-hover);
  position: relative;
  overflow: hidden;
}
.hero-section .explore-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, var(--color-end), var(--color-start));
  transform: translateX(-100%);
  transition: transform 0.6s ease-out;
  z-index: 1;
}
.hero-section .explore-btn p,
.hero-section .explore-btn svg {
  position: relative;
  z-index: 2;
}
.hero-section .explore-btn p {
  margin-right: 16px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
}
.hero-section .explore-btn svg {
  transform: rotate(90deg);
}
.hero-section .explore-btn:hover::before {
  transform: translateX(100%);
}
@media (min-width: 1200px) {
  .hero-section .explore-btn {
    width: 240px;
    height: 70px;
    padding: 25px 30px 25px 35px;
  }
  .hero-section .explore-btn p {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .hero-section .promo h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 1200px) {
  .hero-section {
    height: 600px;
    margin-top: 90px;
  }
  .hero-section .promo {
    height: 70%;
  }
  .hero-section .promo h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .hero-section .promo > p {
    font-size: 22px;
    line-height: 32px;
  }
  .hero-section .promo > p:first-of-type {
    margin-bottom: 5px;
  }
  .hero-section .promo .horizontal-line {
    margin: 40px 0;
  }
}
@media (min-width: 1500px) {
  .hero-section {
    height: 750px;
    margin-top: 90px;
  }
  .hero-section .promo {
    height: 65%;
  }
  .hero-section .promo h1 {
    font-size: 70px;
    line-height: 80px;
  }
  .hero-section .promo > p {
    font-size: 26px;
    line-height: 35px;
  }
  .hero-section .promo .horizontal-line {
    margin: 45px 0;
  }
  .hero-section .promo .horizontal-line .text-with-line {
    font-size: 24px;
  }
}
@media (min-width: 1920px) {
  .hero-section {
    margin-top: 160px;
  }
}

.about-page .info-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url("./../img/about-bg.svg");
  background-repeat: no-repeat;
  background-position: center 60%;
  background-color: var(--brand-orange-light-color);
  background-position: calc(50% + 200px) 50%;
  background-size: 450px;
}
.about-page .info-section .container {
  max-width: 1595px;
  flex-direction: column;
}
.about-page .info-section h2 {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding: 0 15px;
  font-family: "Inter", "Lato", sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  text-align: center;
}
.about-page .info-section h2 p {
  margin-bottom: 5px;
  font-weight: 600;
}
.about-page .info-section p {
  margin-bottom: 20px;
  font-family: "Inter", "Lato", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.about-page .info-section p:last-child {
  margin-bottom: 0;
}
.about-page .info-section img {
  border: 10px solid #cdf4df;
}
.about-page .info-section .wrapper {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px 30px;
}
.about-page .info-section .about-text {
  max-width: 710px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
}
.about-page .info-section .about-text h3 {
  margin-bottom: 14px;
  font-family: "Inter", "Lato", sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}
.about-page .info-section .about-text p {
  margin-bottom: 20px;
  font-family: "Inter", "Lato", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.about-page .info-section .about-text p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .about-page .info-section .wrapper {
    flex-direction: row;
  }
  .about-page .info-section .container {
    width: 90%;
  }
  .about-page .info-section img {
    width: 280px;
    -o-object-fit: cover;
       object-fit: cover;
    border-left: 0;
  }
  .about-page .info-section .about-text {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 35px;
  }
  .about-page .info-section .about-text h3 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .about-page .info-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .about-page .info-section img {
    width: 400px;
  }
  .about-page .info-section .about-text h3 {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (min-width: 1200px) {
  .about-page .info-section {
    background-size: 600px;
    background-position: right calc(50% + 50px);
  }
  .about-page .info-section .wrapper {
    margin-bottom: 70px;
  }
  .about-page .info-section h2 {
    margin-bottom: 60px;
  }
  .about-page .info-section img {
    width: 45%;
    height: auto;
    border-width: 15px;
  }
  .about-page .info-section .about-text {
    margin-top: 35px;
  }
}
@media (min-width: 1500px) {
  .about-page .info-section {
    padding-top: 150px;
    padding-bottom: 100px;
    background-size: 700px;
  }
  .about-page .info-section .wrapper {
    margin-bottom: 70px;
    gap: 40px 70px;
  }
  .about-page .info-section h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 80px;
  }
  .about-page .info-section p {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 40px;
  }
  .about-page .info-section .about-text {
    max-width: 630px;
    padding-left: 0;
  }
  .about-page .info-section .about-text h3 {
    font-size: 36px;
    line-height: normal;
  }
  .about-page .info-section .about-text p {
    font-size: 20px;
    line-height: 40px;
  }
}
@media (min-width: 1600px) {
  .about-page .info-section .about-text {
    padding-right: 0;
  }
}
@media (min-width: 1920px) {
  .about-page .info-section {
    background-position: calc(50% + 580px) 50%;
  }
  .about-page .info-section img {
    width: 819px;
  }
}
@media (min-width: 2000px) {
  .about-page .info-section .wrapper {
    justify-content: center;
  }
  .about-page .info-section img {
    border-left: 15px solid #cdf4df;
  }
}

.error404-page {
  padding-top: 160px;
  padding-bottom: 100px;
  display: flex;
  align-items: center;
  flex: 1;
  background-color: var(--brand-orange-light-color);
}
.error404-page .container {
  display: flex;
  flex-direction: column;
}
.error404-page h1 {
  max-width: 310px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Inter", "Lato", sans-serif;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: var(--brand-red-color);
}
.error404-page .go-home {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  height: 70px;
  padding: 15px 25px;
  margin-left: auto;
  margin-right: auto;
  color: var(--brand-white-color);
  background-color: var(--brand-orange-color);
  text-transform: uppercase;
  transition: 0.2s;
  background-size: 200% auto;
  background-position: 100% 0;
}
.error404-page .go-home p {
  margin-right: 15px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 900;
  letter-spacing: 2px;
}
.error404-page .go-home:hover {
  transition: background-position 0.5s ease;
  background-color: var(--brand-orange-color);
  background-position: 0 0;
  background-image: linear-gradient(to right, var(--color-start), var(--color-end), var(--color-start));
}
@media (min-width: 768px) {
  .error404-page h1 {
    max-width: 470px;
    margin-bottom: 50px;
    font-size: 36px;
  }
  .error404-page .go-home {
    max-width: 292px;
  }
  .error404-page .go-home p {
    margin-right: 30px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .error404-page {
    padding-top: 190px;
    padding-bottom: 130px;
  }
}
@media (min-width: 1920px) {
  .error404-page {
    padding-top: 250px;
    padding-bottom: 130px;
  }
}

.privacy-page .content {
  padding-top: 120px;
  padding-bottom: 50px;
  font-family: "Inter", "Lato", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  background-color: var(--brand-orange-light-color);
}
.privacy-page .content .container {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
}
.privacy-page h1 {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--brand-red-color);
}
.privacy-page h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
}
.privacy-page h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}
.privacy-page p {
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 1.6;
}
.privacy-page a {
  color: var(--brand-red-color);
}
.privacy-page a:hover {
  opacity: 0.8;
}
.privacy-page ul li {
  padding-left: 14px;
  position: relative;
  margin-bottom: 15px;
  letter-spacing: 0.54px;
  line-height: 28px;
  list-style: none;
}
.privacy-page ul li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  top: 12px;
  background-color: var(--brand-orange-color);
}
.privacy-page .list-wrap {
  padding-left: 25px;
}
.privacy-page .list-wrap > li {
  list-style-type: auto;
}
.privacy-page .list-wrap > li::before {
  margin-right: 0;
  counter-increment: section;
  content: "";
  list-style-type: none;
}
.privacy-page .list-wrap > li::marker {
  font-size: 20px;
  font-weight: 700;
}
.privacy-page ol {
  counter-reset: section;
}
.privacy-page ol:not(.list-wrap) {
  padding-left: 0;
}
.privacy-page ol li {
  margin-bottom: 5px;
  list-style-type: none;
}
.privacy-page ol li::before {
  margin-right: 3px;
  counter-increment: section;
  content: counters(section, ".");
  list-style-type: none;
  font-weight: 700;
}
@media (min-width: 768px) {
  .privacy-page .container {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .privacy-page .content {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1920px) {
  .privacy-page .content {
    padding-top: 230px;
    padding-bottom: 100px;
  }
}

.services-page .hero-section .explore-btn p {
  margin-right: 35px;
}
@media (min-width: 1200px) {
  .services-page .hero-section .explore-btn p {
    margin-right: 50px;
  }
}
.services-page .info-section {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url("./../img/about-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--brand-white-color);
  background-size: 75%;
}
.services-page .info-section h2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  padding: 0 15px;
  font-family: "Lato", "Inter", sans-serif;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  color: var(--brand-red-color);
}
.services-page .info-section .wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.services-page .info-section img {
  border-top: 15px solid #cdf4df;
  border-bottom: 15px solid #cdf4df;
}
.services-page .info-section .about-text {
  max-width: 1190px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
}
.services-page .info-section .about-text > p {
  margin-bottom: 40px;
  font-family: "Inter", "Lato", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.services-page .info-section .about-text > p:last-of-type {
  margin-bottom: 0;
}
.services-page .info-section .btns {
  margin-top: 80px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
.services-page .info-section .btns .phone-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 290px;
  width: 100%;
  height: 70px;
  padding: 15px 25px;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  line-height: 19px;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--brand-orange-color);
  background-color: transparent;
  border: 2px solid var(--brand-orange-color);
  transition: 0.3s;
  background-size: 200% auto;
  background-position: 100% 0;
}
.services-page .info-section .btns .phone-btn:hover {
  transition: background-position 0.5s ease;
  color: var(--brand-white-color);
  background-color: var(--brand-orange-color);
  background-position: 0 0;
  background-image: linear-gradient(to right, var(--color-start), var(--color-end), var(--color-start));
}
.services-page .info-section .btns .book-appointment-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 330px;
  width: 100%;
  height: 70px;
  padding: 15px 25px;
  color: var(--brand-white-color);
  text-transform: uppercase;
  transition: background-position 0.5s ease;
  background: linear-gradient(to right, var(--color-start), var(--color-end), var(--color-start));
  background-size: 200% auto;
  background-position: 100% 0;
}
.services-page .info-section .btns .book-appointment-btn p {
  margin-right: 30px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.services-page .info-section .btns .book-appointment-btn:hover {
  background-position: 0 0;
}
@media (min-width: 1500px) {
  .services-page .info-section .btns {
    margin-top: 110px;
  }
}
@media (min-width: 768px) {
  .services-page .info-section {
    background-size: contain;
  }
  .services-page .info-section .wrapper {
    align-items: center;
  }
  .services-page .info-section .about-text {
    width: 90%;
  }
  .services-page .info-section img {
    width: 600px;
    border: 15px solid #cdf4df;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1024px) {
  .services-page .info-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (min-width: 1200px) {
  .services-page .info-section img {
    width: 900px;
    height: auto;
  }
}
@media (min-width: 1500px) {
  .services-page .info-section {
    padding-top: 140px;
    padding-bottom: 110px;
  }
  .services-page .info-section h2 {
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 80px;
  }
  .services-page .info-section .wrapper {
    gap: 100px;
  }
  .services-page .info-section img {
    width: 1160px;
  }
  .services-page .info-section .about-text > p {
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 40px;
  }
}
@media (min-width: 2000px) {
  .services-page .info-section .wrapper {
    justify-content: center;
  }
}

.team-page + .footer .top-footer {
  background-color: var(--brand-orange-light-color);
}
.team-page .hero-section h1 {
  text-transform: uppercase;
}
.team-page .doctors-section.doctors {
  margin-bottom: 70px;
}
.team-page h2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  font-size: 38px;
  text-align: center;
  color: var(--brand-red-color);
}
.team-page .container {
  max-width: 1600px;
  padding-top: 70px;
  padding-bottom: 70px;
  flex-direction: column;
}
.team-page .card-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 5%;
}
.team-page .card-list .card-item {
  position: relative;
  max-width: 300px;
  width: 100%;
  flex-basis: 100%;
  border: 5px solid var(--brand-orange-light-color);
}
.team-page .card-list .card-item:hover {
  border-color: var(--brand-orange-color);
  transition: 0.3s;
}
.team-page .card-list .card-item:hover .label {
  color: var(--brand-white-color);
  background-color: var(--brand-orange-color);
  transition: 0.3s;
}
.team-page .card-list .card-item:hover svg path {
  stroke: var(--brand-white-color);
  fill: var(--brand-white-color);
  transition: 0.3s;
}
.team-page .card-list .card-item img {
  display: flex;
}
.team-page .card-list .card-item a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.team-page .card-list .card-item .label {
  width: 100%;
  padding: 21px;
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: var(--brand-orange-color);
  background-color: var(--brand-orange-light-color);
  transition: 0.3s;
}
.team-page .card-list .card-item .label .text {
  display: flex;
  flex-direction: column;
}
.team-page .card-list .card-item .label h3 {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.team-page .card-list .card-item .label p {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}
.team-page .card-list .card-item .label svg path {
  transition: 0.3s;
}
@media (min-width: 768px) {
  .team-page .container {
    width: 90%;
  }
  .team-page .card-list .card-item {
    max-width: 47.5%;
  }
  .team-page .card-list .card-item .label h3 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .team-page .card-list .card-item .label {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .team-page .card-list {
    gap: 40px 2.7%;
  }
  .team-page .card-list .card-item {
    max-width: 31.5%;
  }
}
@media (min-width: 1500px) {
  .team-page .container {
    padding-top: 150px;
    padding-bottom: 200px;
  }
  .team-page .doctors-section.doctors {
    margin-bottom: 150px;
  }
  .team-page h2 {
    font-size: 90px;
    margin-bottom: 60px;
  }
  .team-page .card-list {
    gap: 50px 2.7%;
  }
  .team-page .card-list .card-item {
    border: 10px solid var(--brand-orange-light-color);
  }
  .team-page .card-list .card-item .label {
    padding: 45px 30px 45px 20px;
    gap: 35px;
  }
}

.contact-page {
  --default-gap: 30px;
}
.contact-page .contact-form-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--brand-white-color);
}
.contact-page .contact-form-section form {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px 20px;
  border: 3px solid var(--brand-orange-color);
  background-color: var(--brand-white-color);
}
.contact-page .contact-form-section form h2 {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: var(--brand-orange-color);
}
.contact-page .contact-form-section form .input-field {
  position: relative;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
}
.contact-page .contact-form-section form .input-field:last-of-type {
  margin-bottom: 0;
}
.contact-page .contact-form-section form .input-field input {
  height: 50px;
  padding: 0 15px 5px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  border: 1px solid var(--brand-orange-color);
  color: var(--brand-blue-color);
  background-color: var(--brand-orange-light-color);
}
.contact-page .contact-form-section form .input-field input::-moz-placeholder {
  color: #838383;
}
.contact-page .contact-form-section form .input-field input::placeholder {
  color: #838383;
}
.contact-page .contact-form-section form .input-field textarea {
  height: 180px;
  padding: 15px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  border: 1px solid var(--brand-orange-color);
  color: var(--brand-blue-color);
  background-color: var(--brand-orange-light-color);
  resize: none;
}
.contact-page .contact-form-section form .input-field textarea::-moz-placeholder {
  color: #838383;
}
.contact-page .contact-form-section form .input-field textarea::placeholder {
  color: #838383;
}
.contact-page .contact-form-section form .input-field .form-label {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: var(--brand-blue-color);
}
.contact-page .contact-form-section form .input-field .error-msg {
  position: absolute;
  left: 10px;
  bottom: -20px;
  font-size: 16px;
  color: #ff6859;
}
.contact-page .contact-form-section form button {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 330px;
  width: 100%;
  height: 70px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 25px;
  color: var(--brand-white-color);
  background-color: var(--brand-orange-color);
  text-transform: uppercase;
  transition: background-position 0.5s ease;
  background: linear-gradient(to right, var(--color-start), var(--color-end), var(--color-start));
  background-size: 200% auto;
  background-position: 100% 0;
}
.contact-page .contact-form-section form button p {
  margin-right: 15px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.contact-page .contact-form-section form button svg {
  flex-shrink: 0;
}
.contact-page .contact-form-section form button:hover {
  background-position: 0 0;
}
@media (min-width: 768px) {
  .contact-page .contact-form-section .container {
    width: 90%;
  }
  .contact-page .contact-form-section form {
    padding: 35px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  .contact-page .contact-form-section form h2 {
    margin-bottom: 40px;
  }
  .contact-page .contact-form-section form > * {
    width: 100%;
  }
  .contact-page .contact-form-section form .input-field:nth-child(2),
  .contact-page .contact-form-section form .input-field:nth-child(3) {
    width: calc(50% - 15px);
  }
  .contact-page .contact-form-section form .input-field {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .contact-page .contact-form-section form {
    padding: 50px 120px;
  }
}
@media (min-width: 1500px) {
  .contact-page .contact-form-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .contact-page .contact-form-section form {
    padding: 80px 140px 80px;
    gap: 20px 28px;
  }
  .contact-page .contact-form-section form h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 52px;
  }
  .contact-page .contact-form-section form .input-field {
    margin-bottom: 15px;
  }
  .contact-page .contact-form-section form .input-field input {
    height: 60px;
    padding: 15px 28px;
  }
  .contact-page .contact-form-section form .input-field textarea {
    height: 200px;
    padding: 25px 30px;
  }
  .contact-page .contact-form-section form button {
    margin-top: 67px;
  }
}
.contact-page .our-clinic-section {
  padding-top: 70px;
  padding-bottom: 100px;
  background-color: var(--brand-orange-light-color);
}
.contact-page .our-clinic-section h2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  font-family: "Lato", "Inter", sans-serif;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  color: var(--brand-red-color);
}
.contact-page .our-clinic-section .container {
  justify-content: center;
}
.contact-page .our-clinic-section .info {
  max-width: 600px;
  width: 100%;
  padding: 20px 14px 50px;
  display: flex;
  flex-direction: column;
  border: 2px solid var(--brand-orange-color);
}
.contact-page .our-clinic-section .info ul {
  margin-right: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--brand-blue-color);
}
.contact-page .our-clinic-section .info ul li {
  display: flex;
}
.contact-page .our-clinic-section .info ul li:not(:last-of-type) {
  margin-bottom: 20px;
}
.contact-page .our-clinic-section .info ul li:nth-child(1) {
  max-width: 315px;
}
.contact-page .our-clinic-section .info ul li:nth-child(2) {
  max-width: 355px;
}
.contact-page .our-clinic-section .info ul li span {
  margin-right: 10px;
  text-transform: capitalize;
  color: var(--brand-orange-color);
}
.contact-page .our-clinic-section .info ul span {
  min-width: 70px;
  max-width: 70px;
  margin-right: 10px;
  color: var(--brand-orange-color);
}
.contact-page .our-clinic-section .info .map-open {
  height: 60px;
  margin-bottom: 30px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--brand-orange-color);
  font-size: 24px;
  line-height: 60px;
  text-transform: uppercase;
  color: var(--brand-orange-color);
  background-color: #cdf4df;
  transition: 0.3s;
}
.contact-page .our-clinic-section .info .map-open svg {
  margin-left: 20px;
}
.contact-page .our-clinic-section .info .map-open:hover {
  transition: 0.3s;
  color: var(--brand-white-color);
  background-color: var(--brand-orange-color);
  transition: 0.3s;
}
.contact-page .our-clinic-section .info .map-open:hover svg path {
  stroke: var(--brand-white-color);
  fill: var(--brand-white-color);
  transition: 0.3s;
}
.contact-page .our-clinic-section .info .top-info {
  max-width: 685px;
  width: 100%;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.contact-page .our-clinic-section .info .top-info div {
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
}
.contact-page .our-clinic-section .info .top-info div:first-child {
  margin-bottom: 40px;
}
.contact-page .our-clinic-section .info .top-info div p:first-child {
  color: var(--brand-orange-color);
}
.contact-page .our-clinic-section .info .top-info div span {
  display: inline-block;
  margin-bottom: 10px;
}
.contact-page .our-clinic-section .info .bottom-info {
  padding-left: 25px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.contact-page .our-clinic-section .info .bottom-info::before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: var(--brand-orange-color);
}
.contact-page .our-clinic-section .info .bottom-info div {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
}
.contact-page .our-clinic-section .info .bottom-info span {
  display: inline-block;
  margin-bottom: 5px;
}
.contact-page .our-clinic-section .info .bottom-info p:not(:last-of-type) {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .contact-page .our-clinic-section .info .bottom-info {
    gap: 70px;
  }
  .contact-page .our-clinic-section .info .bottom-info div {
    width: auto;
  }
}
@media (min-width: 768px) {
  .contact-page .our-clinic-section .container {
    width: 90%;
  }
  .contact-page .our-clinic-section .info {
    padding: 30px 30px 50px;
  }
  .contact-page .our-clinic-section .info .bottom-info {
    padding-left: 38px;
    gap: 100px;
  }
  .contact-page .our-clinic-section .info .bottom-info div {
    width: auto;
  }
  .contact-page .our-clinic-section .info ul {
    font-size: 20px;
  }
  .contact-page .our-clinic-section .info ul li span {
    max-width: none;
    min-width: 150px;
    margin-right: 20px;
  }
  .contact-page .our-clinic-section .info ul li:nth-child(1) {
    max-width: 470px;
  }
  .contact-page .our-clinic-section .info ul li:nth-child(2) {
    max-width: 510px;
  }
}
@media (min-width: 1500px) {
  .contact-page .our-clinic-section {
    padding-top: 100px;
    padding-bottom: 200px;
  }
  .contact-page .our-clinic-section h2 {
    margin-bottom: 80px;
    font-size: 60px;
    line-height: 80px;
  }
  .contact-page .our-clinic-section .info {
    max-width: 800px;
  }
  .contact-page .our-clinic-section .info .map-open {
    height: 100px;
    font-size: 36px;
  }
  .contact-page .our-clinic-section .info .map-open svg {
    margin-left: 40px;
  }
  .contact-page .our-clinic-section .info ul {
    font-size: 24px;
  }
  .contact-page .our-clinic-section .info ul li span {
    max-width: none;
    min-width: 200px;
  }
  .contact-page .our-clinic-section .info ul li:nth-child(1) {
    max-width: 570px;
  }
  .contact-page .our-clinic-section .info ul li:nth-child(2) {
    max-width: 640px;
  }
  .contact-page .our-clinic-section .info .top-info {
    margin-bottom: 120px;
  }
  .contact-page .our-clinic-section .info .top-info div {
    font-size: 32px;
    line-height: 40px;
  }
  .contact-page .our-clinic-section .info .top-info div:first-child {
    margin-bottom: 70px;
  }
  .contact-page .our-clinic-section .info .bottom-info {
    gap: 180px;
  }
  .contact-page .our-clinic-section .info .bottom-info div {
    font-size: 28px;
    line-height: 40px;
  }
  .contact-page .our-clinic-section .info .bottom-info p:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
@media (min-width: 1920px) {
  .contact-page .our-clinic-section h2 {
    margin-bottom: 80px;
  }
}
.contact-page .office-locations-section {
  padding: 40px 0 60px;
  background-color: var(--brand-orange-light-color);
  font-family: "Lato", "Inter", sans-serif;
}
.contact-page .office-locations-section .container {
  max-width: 970px !important;
}
.contact-page .office-locations-section h2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding: 0 15px;
  font-family: "Lato", "Inter", sans-serif;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  color: var(--brand-red-color);
}
.contact-page .office-cards {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--default-gap);
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-page .office-card {
  max-width: 400px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #cdf4df;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}
.contact-page .office-card__image {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.contact-page .office-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-page .office-card__button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  margin: 20px 20px 0;
  background-color: #cdf4df;
  color: var(--brand-red-color);
  text-decoration: none;
  font-weight: bold;
  border: 2px solid var(--brand-orange-color);
  border-radius: 4px;
  transition: all 0.3s ease;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}
.contact-page .office-card__button svg {
  transition: all 0.3s ease;
  width: 12px;
  height: 12px;
  margin-left: 18px;
}
.contact-page .office-card__button:hover {
  background-color: #c2f3d5;
}
.contact-page .office-card__button:hover svg {
  transform: rotate(45deg);
}
.contact-page .office-card__address {
  padding: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #031524;
}
@media (min-width: 768px) {
  .contact-page .office-locations-section {
    padding: 60px 0;
  }
  .contact-page .office-cards {
    gap: 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contact-page .office-cards .office-card {
    width: calc(50% - var(--default-gap));
  }
}
@media (min-width: 1024px) {
  .contact-page .office-locations-section {
    padding: 80px 0;
  }
  .contact-page .office-cards .office-card {
    width: calc(50% - var(--default-gap));
  }
}
@media (min-width: 1500px) {
  .contact-page .office-locations-section {
    padding: 100px 0;
  }
  .contact-page .office-locations-section h2 {
    margin-bottom: 80px;
    font-size: 60px;
    line-height: 80px;
  }
  .contact-page .office-cards .office-card {
    width: calc(47% - var(--default-gap));
  }
  .contact-page .office-cards .office-card__button {
    font-size: 20px;
    line-height: 40px;
  }
  .contact-page .office-cards .office-card__button svg {
    width: 15px;
    height: 15px;
    margin-left: 24px;
  }
}
.contact-page .contact-block {
  background-color: #e8f6f3;
  color: #031524;
  padding-bottom: 80px;
  font-family: "Lato", "Inter", sans-serif;
}
.contact-page .contact-block__container {
  max-width: 1000px;
  padding: 0 15px;
  margin: 0 auto;
}
.contact-page .contact-block__intro {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 45px auto;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
.contact-page .contact-block__intro h2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
}
.contact-page .contact-block__grid {
  display: flex;
  justify-content: center;
  gap: 60px;
}
@media (max-width: 768px) {
  .contact-page .contact-block__grid {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    max-width: 480px;
    margin: 0 auto;
  }
}
.contact-page .contact-block__col {
  flex: 0 1 auto;
  border-left: 2px solid var(--brand-orange-color);
  padding-left: 25px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}
.contact-page .contact-block__col p {
  margin: 0 0 10px 0;
}
.contact-page .contact-block__col p:last-child {
  margin-bottom: 0;
}
.contact-page .contact-block__col strong,
.contact-page .contact-block__col b {
  font-weight: 800;
  margin-right: 4px;
}
.contact-page .contact-block__col a {
  color: inherit;
  transition: all 0.2s;
  text-decoration: none;
}
.contact-page .contact-block__col a:hover {
  color: var(--brand-orange-color);
}
@media (min-width: 1500px) {
  .contact-page .contact-block {
    padding-bottom: 100px;
  }
  .contact-page .contact-block__intro {
    font-size: 20px;
  }
  .contact-page .contact-block__intro h2 {
    font-size: 32px;
  }
  .contact-page .contact-block__col {
    font-size: 20px;
  }
}

.faq-page .hero-section h1 {
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 70px !important;
  line-height: 80px !important;
  letter-spacing: 3px !important;
  text-transform: uppercase;
}
.faq-page h2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding: 0 15px;
  font-family: "Lato", "Inter", sans-serif;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  color: var(--brand-red-color);
}
.faq-page .container {
  max-width: 1600px;
  padding-top: 70px;
  padding-bottom: 70px;
  flex-direction: column;
}
.faq-page .faq-section {
  background-color: var(--brand-orange-light-color);
}
@media (min-width: 768px) {
  .faq-page .container {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .faq-page .hero-section h1 {
    margin-top: 100px;
  }
}
@media (min-width: 1500px) {
  .faq-page .container {
    padding-top: 150px;
    padding-bottom: 200px;
  }
  .faq-page h2 {
    font-size: 60px;
    margin-bottom: 80px;
  }
}

.conditions-section {
  background-color: var(--brand-orange-light-color);
  padding-top: 50px;
  padding-bottom: 50px;
}
.conditions-section .container {
  flex-direction: column;
}
.conditions-section h2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding: 0 15px;
  font-family: "Lato", "Inter", sans-serif;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  color: var(--brand-red-color);
}
.conditions-section ul {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
}
.conditions-section li {
  position: relative;
  flex-basis: 100%;
  flex-shrink: 1;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--brand-orange-color);
  border: 2px solid var(--brand-orange-color);
  padding: 15px 15px;
  cursor: pointer;
  overflow: hidden;
}
.conditions-section li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, var(--color-end), var(--color-start));
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.conditions-section li p,
.conditions-section li svg {
  position: relative;
  z-index: 2;
}
.conditions-section li svg path {
  transition: 0.3s;
}
.conditions-section li:hover {
  transition: 0.3s;
}
.conditions-section li:hover::before {
  opacity: 1;
}
.conditions-section li:hover svg path {
  stroke: var(--brand-white-color);
  fill: var(--brand-white-color);
  transition: 0.3s;
}
.conditions-section li:hover p {
  color: var(--brand-white-color);
  transition: 0.3s;
}
.conditions-section li p {
  font-family: "Lato", "Inter", sans-serif;
  font-size: 20px;
  letter-spacing: -0.02em;
  line-height: 1;
  font-weight: 700;
  transition: 0.3s;
}
.conditions-section li svg {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}
.conditions-section li a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.conditions-section .all-conditions {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 292px;
  width: 100%;
  height: 70px;
  padding: 15px 25px;
  margin-left: auto;
  margin-right: auto;
  color: var(--brand-white-color);
  text-transform: uppercase;
  transition: background-position 0.5s ease;
  background: linear-gradient(to right, var(--color-start), var(--color-end), var(--color-start));
  background-size: 200% auto;
  background-position: 100% 0;
}
.conditions-section .all-conditions p {
  margin-right: 30px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.conditions-section .all-conditions img {
  width: 20px;
}
.conditions-section .all-conditions:hover {
  background-position: 0 0;
}
@media (min-width: 768px) {
  .conditions-section .container {
    width: 90%;
  }
  .conditions-section li {
    flex-basis: 40%;
    max-width: 49%;
  }
}
@media (min-width: 1024px) {
  .conditions-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .conditions-section li {
    max-width: 31%;
  }
}
@media (min-width: 1500px) {
  .conditions-section {
    padding-top: 90px;
    padding-bottom: 110px;
  }
  .conditions-section h2 {
    margin-bottom: 80px;
    font-size: 60px;
    line-height: 80px;
  }
  .conditions-section ul {
    gap: 32px;
  }
  .conditions-section li {
    flex-basis: 31.2%;
    max-width: 31.5%;
    padding: 25px 23px;
  }
  .conditions-section li p {
    font-size: 24px;
  }
  .conditions-section li svg {
    width: 48px;
    height: 48px;
  }
}

.accordion-section {
  margin-bottom: 50px;
}
.accordion-section .accordion-item {
  border: 3px solid var(--brand-orange-color);
  margin-bottom: 24px;
}
.accordion-section .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-section .accordion-header {
  position: relative;
  padding: 15px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--brand-orange-light-color);
  cursor: pointer;
  overflow: hidden;
}
.accordion-section .accordion-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, var(--color-end), var(--color-start));
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.accordion-section .accordion-header p,
.accordion-section .accordion-header svg {
  position: relative;
  z-index: 2;
}
.accordion-section .accordion-header p {
  font-family: "Lato", "Inter", sans-serif;
  font-size: 22px;
  letter-spacing: -0.02em;
  line-height: 1.2;
  font-weight: 700;
  color: var(--brand-orange-color);
  transition: 0.3s;
}
.accordion-section .accordion-header svg {
  width: 38px;
  height: 38px;
  margin-left: 10px;
  flex-shrink: 0;
  transition: 0.3s;
}
.accordion-section .accordion-header svg path {
  transition: 0.3s;
}
.accordion-section .accordion-header:hover {
  transition: 0.3s;
}
.accordion-section .accordion-header:hover::before {
  opacity: 1;
}
.accordion-section .accordion-header:hover svg path {
  stroke: var(--brand-white-color);
  fill: var(--brand-white-color);
  transition: 0.3s;
}
.accordion-section .accordion-header:hover p {
  color: var(--brand-white-color);
  transition: 0.3s;
}
.accordion-section .accordion-header.open {
  background: linear-gradient(to right, var(--color-end), var(--color-start));
  transition: 0.3s;
}
.accordion-section .accordion-header.open p {
  color: var(--brand-white-color);
}
.accordion-section .accordion-header.open svg {
  transform: rotate(-90deg);
  transition: 0.3s;
}
.accordion-section .accordion-header.open svg path {
  stroke: var(--brand-white-color);
  fill: var(--brand-white-color);
  transition: 0.3s;
}
.accordion-section .accordion-content {
  padding: 20px;
  display: none;
}
.accordion-section .accordion-content p {
  font-family: "Inter", "Lato", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .accordion-section .accordion-header p {
    font-size: 24px;
    letter-spacing: -0.5px;
  }
}
@media (min-width: 1500px) {
  .accordion-section .accordion-header {
    padding: 25px 50px 25px 30px;
  }
  .accordion-section .accordion-header p {
    font-size: 30px;
  }
  .accordion-section .accordion-header svg {
    width: 55px;
    height: 55px;
  }
  .accordion-section .accordion-content {
    padding: 25px 50px 25px 30px;
  }
  .accordion-section .accordion-content p {
    font-size: 20px;
    line-height: 40px;
  }
}

.footer {
  width: 100%;
  margin-top: auto;
  overflow: hidden;
}
.footer .footer-container {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 15px;
}
.footer .top-footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}
.footer .top-footer .footer-container {
  display: flex;
  gap: 50px 40px;
  flex-direction: column;
  justify-content: center;
}
.footer .top-footer .logo-block {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
}
.footer .top-footer .logo-block img {
  max-width: 370px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .top-footer .footer-menu {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.footer .top-footer .footer-menu-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 50px 10px;
}
.footer .top-footer .footer-menu-item:first-child {
  max-width: 165px;
  min-width: 165px;
  white-space: normal;
}
@media (min-width: 1400px) {
  .footer .top-footer .footer-menu-item:first-child {
    max-width: 185px;
    min-width: 185px;
  }
}
.footer .top-footer .footer-menu-item:last-child .footer-submenu {
  text-transform: initial;
  max-width: 440px;
  white-space: normal;
}
.footer .top-footer .footer-menu-item__title {
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 26px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--brand-orange-color);
}
.footer .top-footer .footer-menu-item__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 86px;
  background-color: var(--brand-orange-color);
}
.footer .top-footer .footer-submenu {
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  font-weight: 400;
  color: var(--brand-blue-color);
}
.footer .top-footer .footer-submenu span {
  min-width: 125px;
  margin-right: 10px;
  letter-spacing: -0.05em;
  white-space: nowrap;
  color: var(--brand-orange-color);
}
.footer .top-footer .footer-submenu li {
  display: flex;
}
.footer .top-footer .footer-submenu li:not(:last-of-type) {
  margin-bottom: 14px;
}
.footer .top-footer .footer-submenu li.current_page_item a {
  color: var(--brand-orange-color);
}
.footer .top-footer .footer-submenu li:nth-child(5) p {
  max-width: 240px;
}
.footer .top-footer .footer-submenu li:nth-child(6) p {
  max-width: 270px;
}
.footer .top-footer .footer-submenu li:nth-child(7) p {
  max-width: 300px;
}
.footer .top-footer .footer-submenu li p {
  letter-spacing: 0.009em;
}
.footer .top-footer .footer-submenu a {
  color: var(--brand-blue-color);
  transition: 0.2s;
}
.footer .top-footer .footer-submenu a:hover {
  color: var(--brand-orange-color);
}
.footer .top-footer .footer-submenu .book-online {
  width: 160px;
  height: 44px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--brand-white-color) !important;
  background-color: var(--brand-black-btn-color);
  transition: 0.2s;
  background-size: 200% auto;
  background-position: 100% 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.footer .top-footer .footer-submenu .book-online:hover {
  transition: background-position 0.5s ease;
  background-color: var(--brand-orange-color);
  background-position: 0 0;
  background-image: linear-gradient(to right, var(--color-start), var(--color-end), var(--color-start));
}
@media (min-width: 480px) {
  .footer .top-footer .footer-menu-list {
    gap: 50px 100px;
  }
}
@media (min-width: 768px) {
  .footer .top-footer {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .footer .top-footer .footer-menu {
    max-width: none;
  }
  .footer .top-footer .footer-menu-list {
    flex-wrap: nowrap;
    gap: 50px 15px;
  }
  .footer .top-footer .footer-menu-item:last-child .footer-submenu {
    min-width: 355px;
  }
}
@media (min-width: 820px) {
  .footer .top-footer .footer-menu-list {
    gap: 50px 50px;
  }
}
@media (min-width: 1024px) {
  .footer .top-footer .footer-menu-list {
    gap: 50px 80px;
  }
}
@media (min-width: 1200px) {
  .footer .top-footer .footer-container {
    width: 95%;
    flex-direction: row;
    justify-content: space-between;
    gap: 50px 80px;
  }
  .footer .top-footer .footer-menu-list {
    gap: 50px 60px;
  }
}
@media (min-width: 1400px) {
  .footer .top-footer .footer-container {
    width: 90%;
    gap: 50px 60px;
  }
  .footer .top-footer .footer-menu-list {
    gap: 50px 30px;
  }
  .footer .top-footer .footer-menu-item__title {
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 27px;
  }
  .footer .top-footer .footer-menu-item:last-child .footer-submenu {
    min-width: 535px;
  }
  .footer .top-footer .footer-submenu {
    font-size: 20px;
  }
  .footer .top-footer .footer-submenu li:not(:last-of-type) {
    margin-bottom: 16px;
  }
  .footer .top-footer .footer-submenu li:nth-child(5) p {
    max-width: 275px;
  }
  .footer .top-footer .footer-submenu li:nth-child(6) p {
    max-width: 315px;
  }
  .footer .top-footer .footer-submenu li:nth-child(7) p {
    max-width: 375px;
  }
  .footer .top-footer .footer-submenu span {
    min-width: 155px;
  }
  .footer .top-footer .logo-block img {
    height: 100px;
  }
}
@media (min-width: 1500px) {
  .footer .top-footer {
    padding-top: 105px;
    padding-bottom: 70px;
  }
  .footer .top-footer .footer-menu-list {
    gap: 50px 50px;
  }
}
@media (min-width: 1600px) {
  .footer .top-footer .footer-container {
    gap: 50px 90px;
  }
  .footer .top-footer .footer-menu-list {
    gap: 50px 44px;
  }
  .footer .top-footer .footer-menu-item:last-child .footer-submenu {
    min-width: 540px;
  }
}
@media (min-width: 1700px) {
  .footer .top-footer .footer-menu-list {
    gap: 50px 80px;
  }
}
@media (min-width: 1800px) {
  .footer .top-footer .footer-container {
    width: 100%;
    gap: 50px 120px;
  }
  .footer .top-footer .footer-menu-list {
    gap: 50px 60px;
  }
}
.footer .bottom-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: var(--brand-orange-color);
  color: var(--brand-white-color);
}
.footer .bottom-footer .footer-container {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 20px;
}
.footer .bottom-footer .copyright {
  font-family: "Goldplay", sans-serif;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: var(--brand-white-color);
}
.footer .bottom-footer .copyright span:nth-child(2) {
  white-space: nowrap;
}
.footer .bottom-footer .social-list {
  display: flex;
  gap: 33px;
}
.footer .bottom-footer .social-list .social-icon svg {
  width: 33px;
  height: 33px;
}
.footer .bottom-footer .social-list .social-icon path {
  transition: 0.3s;
}
.footer .bottom-footer .social-list .social-icon:hover path {
  transition: 0.3s;
  fill: var(--brand-black-btn-hover);
}
@media (min-width: 768px) {
  .footer {
    white-space: nowrap;
  }
  .footer .footer-container {
    width: 90%;
  }
  .footer .bottom-footer .footer-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1500px) {
  .footer .bottom-footer {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

header#header {
  display: block;
  position: fixed;
  top: 0;
  z-index: 100000;
  width: 100%;
  transition: 0.24s ease-in-out;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 0 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  text-transform: uppercase;
}
header#header .book-now {
  width: 170px;
  height: 55px;
  display: inline-flex;
  margin-left: 32px !important;
  font-family: "Lato", "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
  text-transform: uppercase;
  transition: background-position 0.5s ease;
  background: linear-gradient(to right, var(--color-start), var(--color-end), var(--color-start));
  background-size: 200% auto;
  background-position: 100% 0;
}
header#header .book-now a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-white-color);
}
header#header .book-now:hover {
  background-position: 0 0;
}
@media (min-width: 1600px) {
  header#header .book-now {
    width: 200px;
  }
}
@media (min-width: 1920px) {
  header#header .book-now {
    width: 230px;
    height: 63px;
    font-size: 22px;
    line-height: 27px;
  }
}
header#header .main-nav {
  color: var(--brand-black-btn-color);
  margin-left: auto;
  white-space: nowrap;
}
header#header .submenu-list {
  background-color: #ffffff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 0 20px rgba(0, 0, 0, 0.1);
}
header#header .submenu-list li {
  background-color: #ffffff;
}
header#header .submenu-list li a {
  transition: none !important;
}
header#header .submenu-list li:hover {
  background-color: var(--brand-orange-light-color);
}
header#header .list-menu .dropdown-item:hover,
header#header .list-menu .item:hover {
  background-color: var(--brand-orange-light-color);
}
header#header .list-menu .dropdown-item.open,
header#header .list-menu .item.open {
  background-color: var(--brand-orange-light-color);
}
header#header .list-menu .submenu-list a:hover {
  background-color: var(--brand-orange-light-color);
}
header#header .burger-line::before, header#header .burger-line::after {
  background-color: var(--brand-orange-color);
}
@media (min-width: 1300px) {
  header#header .container {
    max-width: 90% !important;
  }
}
@media (min-width: 1600px) {
  header#header .submenu-list {
    left: -50px;
  }
  header#header .submenu-list li a {
    padding: 10px 50px;
  }
}
@media (min-width: 1920px) {
  header#header .container {
    max-width: 1520px !important;
  }
}
@media (max-width: 1200px) {
  header#header {
    height: 60px;
  }
}

/***HEADER***/
#header .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 85px;
}
#header .header-top .logo {
  height: 50px;
  height: auto;
}
@media (min-width: 1200px) {
  #header .header-top {
    height: 90px;
  }
  #header .header-top .logo {
    width: 200px;
    margin-right: 55px;
  }
}
@media (min-width: 1920px) {
  #header .header-top {
    height: 160px;
  }
  #header .header-top .logo {
    width: 320px;
  }
}
#header .wrap-mobile-menu {
  display: none;
}
#header .logo a,
#header .mobile-logo a {
  display: flex;
}
#header .mobile-logo {
  width: 150px;
  margin-right: 50px;
  z-index: 30;
}
#header .menu-list {
  display: flex;
  align-items: center;
}
#header .menu-list li:hover .submenu-list {
  opacity: 1;
  transition: opacity 0.3s;
  pointer-events: all;
}
#header .menu-list li:not(:last-child) a {
  color: var(--brand-black-btn-color);
  transition: 0.3s;
}
#header .menu-list li:not(:last-child) a:hover {
  color: var(--brand-orange-color);
}
#header .menu-list li .submenu-list {
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
#header .menu-list > li {
  position: relative;
  cursor: pointer;
}
#header .menu-list > li:last-child {
  margin-right: 0;
}
#header .menu-list > li:not(:first-child) {
  margin-left: 30px;
}
@media (min-width: 1600px) {
  #header .menu-list > li:not(:first-child) {
    margin-left: 45px;
  }
}
@media (min-width: 1700px) {
  #header .menu-list > li:not(:first-child) {
    margin-left: 60px;
  }
}
#header .menu-list .menu-list__item.with-submenu {
  padding-right: 20px;
}
#header .menu-list .menu-list__item.with-submenu:hover > a {
  color: var(--brand-orange-color);
}
#header .menu-list .menu-list__item.with-submenu:hover svg path {
  fill: var(--brand-orange-color);
}
#header .menu-list .menu-list__item svg {
  width: 12px;
  height: auto;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
#header .menu-list .menu-list__item.active-page > a {
  color: var(--brand-orange-color);
}
#header .menu-list .menu-list__item.active-page svg path {
  fill: var(--brand-orange-color);
}
#header .menu-list .menu-list__item.active-page .dropdown-item::after,
#header .menu-list .menu-list__item.active-page .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: var(--brand-orange-color);
  transition: all 0.3s ease-in-out;
}
#header .menu-list .menu-list__item.current-menu-parent > a {
  color: var(--brand-orange-color);
}
#header .menu-list .menu-list__item.current-menu-parent svg path {
  fill: var(--brand-orange-color);
}
#header .menu-list .menu-list__item.current-menu-parent .dropdown-item::after,
#header .menu-list .menu-list__item.current-menu-parent .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: var(--brand-orange-color);
  transition: all 0.3s ease-in-out;
}
#header .menu-list .dropdown-item,
#header .menu-list .item {
  position: relative;
  padding-bottom: 35px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  cursor: pointer;
}
@media (min-width: 1920px) {
  #header .menu-list .dropdown-item,
  #header .menu-list .item {
    padding-bottom: 70px !important;
  }
}
#header .submenu-list {
  position: absolute;
  top: 56px;
  left: -35px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  z-index: 10;
  border-radius: 10px;
  overflow: hidden;
}
#header .submenu-list li {
  z-index: 10;
  min-width: 170px;
  white-space: nowrap;
}
#header .submenu-list li a {
  display: block;
  padding: 10px 35px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 900;
}
@media (min-width: 1920px) {
  #header .submenu-list {
    top: 90px;
  }
}
@media (min-width: 1500px) {
  #header .menu-list .dropdown-item,
  #header .menu-list .item {
    padding-bottom: 36px;
    font-size: 16px;
  }
  #header .submenu-list li a {
    font-size: 16px;
  }
}
@media (min-width: 1800px) {
  #header .menu-list .dropdown-item,
  #header .menu-list .item {
    padding-bottom: 35px;
    font-size: 18px;
  }
  #header .submenu-list li a {
    font-size: 18px;
  }
}

@media (max-width: 360px) {
  .wrap-mobile-list-menu .list-menu a {
    padding: 2px 25px !important;
  }
  .wrap-mobile-list-menu .list-menu .dropdown-item,
  .wrap-mobile-list-menu .list-menu .item {
    padding: 20px 20px 15px !important;
  }
}
@media (max-width: 1200px) {
  #header .logo {
    display: none !important;
  }
  #header .main-nav {
    display: none !important;
  }
  /*** BURGER_MENU****/
  #header .header-top {
    height: 60px;
    padding: 0;
  }
  #header .wrap-mobile-menu {
    width: 100%;
    z-index: 10;
    display: block;
  }
  #header .burger-menu-btn {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    z-index: 25;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin-left: auto;
  }
  #header .burger-menu-btn.open .burger-line {
    background-color: transparent;
  }
  #header .burger-menu-btn.open .burger-line::before {
    top: 50%;
    transform: translateY(-50%);
    transform: rotate(45deg);
  }
  #header .burger-menu-btn.open .burger-line::after {
    top: 50%;
    transform: translateY(-50%);
    transform: rotate(-45deg);
  }
  #header .burger-line {
    position: absolute;
    left: 0;
    top: 50%;
    transition: all 0.3s ease-in-out;
  }
  #header .burger-line::before, #header .burger-line::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
  }
  #header .burger-line::before {
    top: -9px;
  }
  #header .burger-line::after {
    top: 8px;
  }
  #header .burger-menu-wrapper {
    position: relative;
    z-index: 100000;
    background-color: #ffffff;
  }
  #header .burger-menu-wrapper .container {
    height: 60px;
    padding: 0;
    margin: 0 auto;
    z-index: 21;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  #header .wrap-mobile-list-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 90px;
    justify-content: space-between;
    width: 100%;
    height: 100dvh;
    overflow-y: auto;
    text-align: center;
    background-color: #ffffff;
    z-index: 20;
  }
  #header .wrap-mobile-list-menu a,
  #header .wrap-mobile-list-menu p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 900;
    color: var(--brand-black-btn-color);
  }
  #header .wrap-mobile-list-menu .list-menu li {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  #header .wrap-mobile-list-menu .list-menu a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 60px;
    font-size: 16px;
  }
  #header .wrap-mobile-list-menu .list-menu .dropdown-item,
  #header .wrap-mobile-list-menu .list-menu .item {
    padding: 10px 50px 10px;
    position: relative;
    transition: 0.3s all ease-in-out;
  }
  #header .wrap-mobile-list-menu .list-menu .dropdown-item svg,
  #header .wrap-mobile-list-menu .list-menu .item svg {
    width: 17px;
    height: 10px;
    transform: none;
    transition: 0.2s all ease-in-out;
  }
  #header .wrap-mobile-list-menu .list-menu .dropdown-item.open svg,
  #header .wrap-mobile-list-menu .list-menu .item.open svg {
    transition: 0.2s all ease-in-out;
    transform: rotate(180deg);
  }
  #header .wrap-mobile-list-menu .list-menu .submenu-list {
    display: none;
    position: static;
    border-radius: 0;
    z-index: 10;
    font-size: 16px;
  }
  #header .wrap-mobile-list-menu .list-menu .submenu-list.active-mobile-submenu {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--brand-orange-color);
  }
  #header .wrap-mobile-list-menu .list-menu .submenu-list li {
    z-index: 10;
    width: 100%;
  }
  #header .wrap-mobile-list-menu.active {
    display: flex;
    flex-direction: column;
  }
  #header .wrap-mobile-list-menu .book-now {
    margin-top: 40px;
    margin-bottom: 100px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}/*# sourceMappingURL=style.css.map */