@font-face {
  font-family: 'Oxygen';
  src: url("../fonts/oxygen/Oxygen-Bold.woff2") format("woff2"), url("../fonts/oxygen/Oxygen-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oxygen';
  src: url("../fonts/oxygen/Oxygen-Regular.woff2") format("woff2"), url("../fonts/oxygen/Oxygen-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Patrick Hand';
  src: url("../fonts/patrickhand-regular/PatrickHand-Regular.woff2") format("woff2"), url("../fonts/patrickhand-regular/PatrickHand-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --text--xs: 20px;
  --text--s: 25px;
  --text--sm: 30px;
  --text--m: 36px;
  --text--l: 45px;
  --text--xl: 50px;
  --text--xxl: 70px;
}

@media (max-width: 991.98px) {
  :root {
    --text--xs: 16px;
  }
}

@media (max-width: 991.98px) {
  :root {
    --text--s: 20px;
  }
}

@media (max-width: 991.98px) {
  :root {
    --text--sm: 25px;
  }
}

@media (max-width: 991.98px) {
  :root {
    --text--m: 30px;
  }
}

@media (max-width: 991.98px) {
  :root {
    --text--l: 38px;
  }
}

@media (max-width: 991.98px) {
  :root {
    --text--xl: 45px;
  }
}

@media (max-width: 991.98px) {
  :root {
    --text--xxl: 55px;
  }
}

@media (max-width: 767.98px) {
  :root {
    --text--xs: 16px;
  }
}

@media (max-width: 767.98px) {
  :root {
    --text--s: 18px;
  }
}

@media (max-width: 767.98px) {
  :root {
    --text--sm: 21px;
  }
}

@media (max-width: 767.98px) {
  :root {
    --text--m: 26px;
  }
}

@media (max-width: 767.98px) {
  :root {
    --text--l: 30px;
  }
}

@media (max-width: 767.98px) {
  :root {
    --text--xl: 38px;
  }
}

@media (max-width: 767.98px) {
  :root {
    --text--xxl: 45px;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  outline: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
}

body {
  font-size: 24px;
  font-family: 'Oxygen';
  font-weight: normal;
  color: #000000;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Patrick Hand';
  font-weight: normal;
  margin: 0;
}

p, ul {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
}

a {
  font-size: inherit;
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
}

img {
  width: 100%;
}

figure {
  margin: 0;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
          box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
}

h1 {
  font-size: var(--text--xxl);
  line-height: 1.08;
}

.title h2 {
  font-size: var(--text--xxl);
  line-height: 1.08;
}

@media (max-width: 767.98px) {
  .title h2 {
    font-size: var(--text--xl);
  }
}

h2 {
  font-size: var(--text--xl);
  line-height: 1.167;
}

h3 {
  font-size: var(--text--l);
  line-height: 1.313;
}

h4 {
  font-size: var(--text--s);
  line-height: 1.43;
}

h5 {
  font-size: var(--text--m);
  line-height: 1.333;
}

h6 {
  font-size: var(--text--xs);
  line-height: 1.333;
}

p {
  font-size: var(--text--xs);
  line-height: 1.524;
  margin-bottom: 15px;
}

/*****************************
	Standart Text Css Start
*****************************/
.standard__text ol {
  list-style-type: decimal;
  margin-bottom: 1.5rem;
  padding-left: 30px;
}

.standard__text ol li {
  line-height: 2.14em;
}

.standard__text ol:last-child {
  margin-bottom: 0;
}

.standard__text ul {
  margin-bottom: 1.5rem;
}

.standard__text ul li {
  line-height: 2.14em;
  padding: 12px 0;
  margin: 0;
}

.standard__text ul li a {
  line-height: 1.2;
}

.standard__text ul:last-child {
  margin-bottom: 0;
}

.standard__text p {
  margin-bottom: 30px;
  line-height: 30px;
}

.standard__text p:last-child {
  margin-bottom: 0;
}

.standard__text h1 {
  margin-bottom: 1.7rem;
}

.standard__text h2 {
  margin-bottom: 20px;
}

.standard__text h3 {
  margin-bottom: 28px;
}

.standard__text h3:last-child {
  margin: 0;
}

.standard__text h4 {
  margin-bottom: 20px;
  font-family: 'Oxygen';
  font-weight: bold;
}

.standard__text h5 {
  margin-bottom: 28px;
  font-family: 'Oxygen';
  font-weight: bold;
}

.standard__text h6 {
  margin-bottom: 1.5rem;
}

.btn {
  display: inline-block;
  font-family: 'Oxygen';
  font-size: 20px;
  font-weight: normal;
  line-height: 1.375;
  color: #000000;
  text-align: center;
  background-color: #F28B50;
  padding: 0px 50px;
  height: 45px;
  line-height: 45px;
  min-width: 235px;
  border-radius: 0px;
  border: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn:hover {
  background-color: #FFBB3C;
}

@media (max-width: 475.98px) {
  .btn {
    font-size: 18px;
  }
}

/*****************************
      Padding
*****************************/
.pv-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pt-60 {
  padding-top: 60px;
}

@media (max-width: 575.98px) {
  .pt-60 {
    padding-top: 40px;
  }
}

.pb-60 {
  padding-bottom: 60px;
}

@media (max-width: 575.98px) {
  .pb-60 {
    padding-bottom: 40px;
  }
}

.pv-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 767.98px) {
  .pv-60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pv-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 767.98px) {
  .pv-70 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.pt-70 {
  padding-top: 70px;
}

@media (max-width: 575.98px) {
  .pt-70 {
    padding-top: 50px;
  }
}

.pb-70 {
  padding-bottom: 70px;
}

@media (max-width: 575.98px) {
  .pb-70 {
    padding-bottom: 50px;
  }
}

.pt-80 {
  padding-top: 80px;
}

@media (max-width: 991.98px) {
  .pt-80 {
    padding-top: 50px;
  }
}

@media (max-width: 575.98px) {
  .pt-80 {
    padding-top: 40px;
  }
}

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

@media (max-width: 991.98px) {
  .pb-80 {
    padding-bottom: 50px;
  }
}

@media (max-width: 575.98px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}

.pt-100 {
  padding-top: 100px;
}

@media (max-width: 991.98px) {
  .pt-100 {
    padding-top: 70px;
  }
}

@media (max-width: 575.98px) {
  .pt-100 {
    padding-top: 50px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}

@media (max-width: 991.98px) {
  .pb-100 {
    padding-bottom: 70px;
  }
}

@media (max-width: 575.98px) {
  .pb-100 {
    padding-bottom: 50px;
  }
}

.pv-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 991.98px) {
  .pv-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 575.98px) {
  .pv-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.pv-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

@media (max-width: 767.98px) {
  .pv-160 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 575.98px) {
  .pv-160 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.pt-160 {
  padding-top: 160px;
}

@media (max-width: 991.98px) {
  .pt-160 {
    padding-top: 100px;
  }
}

@media (max-width: 575.98px) {
  .pt-160 {
    padding-top: 80px;
  }
}

.pb-160 {
  padding-bottom: 160px;
}

@media (max-width: 991.98px) {
  .pb-160 {
    padding-bottom: 100px;
  }
}

@media (max-width: 575.98px) {
  .pb-160 {
    padding-bottom: 80px;
  }
}

/*****************************
      Margin
*****************************/
.mt-30 {
  margin-top: 30px;
}

@media (max-width: 991.98px) {
  .mt-30 {
    margin-top: 20px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}

.mt-40 {
  margin-top: 40px;
}

@media (max-width: 991.98px) {
  .mt-40 {
    margin-top: 20px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}

.mt-60 {
  margin-top: 60px;
}

@media (max-width: 575.98px) {
  .mt-60 {
    margin-top: 50px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}

@media (max-width: 575.98px) {
  .mb-60 {
    margin-bottom: 50px;
  }
}

.mt-70 {
  margin-top: 70px;
}

@media (max-width: 991.98px) {
  .mt-70 {
    margin-top: 35px;
  }
}

@media (max-width: 575.98px) {
  .mt-70 {
    margin-top: 30px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}

@media (max-width: 991.98px) {
  .mb-70 {
    margin-bottom: 35px;
  }
}

@media (max-width: 575.98px) {
  .mb-70 {
    margin-bottom: 30px;
  }
}

.mt-80 {
  margin-top: 80px;
}

@media (max-width: 991.98px) {
  .mt-80 {
    margin-top: 60px;
  }
}

@media (max-width: 575.98px) {
  .mt-80 {
    margin-top: 40px;
  }
}

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

@media (max-width: 991.98px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}

@media (max-width: 575.98px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.mt-95 {
  margin-top: 95px;
}

@media (max-width: 991.98px) {
  .mt-95 {
    margin-top: 80px;
  }
}

@media (max-width: 575.98px) {
  .mt-95 {
    margin-top: 60px;
  }
}

.mb-95 {
  margin-bottom: 95px;
}

@media (max-width: 991.98px) {
  .mb-95 {
    margin-bottom: 80px;
  }
}

@media (max-width: 575.98px) {
  .mb-95 {
    margin-bottom: 60px;
  }
}

.mt-130 {
  margin-top: 130px;
}

@media (max-width: 1599.98px) {
  .mt-130 {
    margin-top: 130px;
  }
}

@media (max-width: 1399.98px) {
  .mt-130 {
    margin-top: 115px;
  }
}

@media (max-width: 1199.98px) {
  .mt-130 {
    margin-top: 80px;
  }
}

@media (max-width: 575.98px) {
  .mt-130 {
    margin-top: 70px;
  }
}

.mt-140 {
  margin-top: 140px;
}

@media (max-width: 991.98px) {
  .mt-140 {
    margin-top: 100px;
  }
}

@media (max-width: 575.98px) {
  .mt-140 {
    margin-top: 60px;
  }
}

.mb-140 {
  margin-bottom: 140px;
}

@media (max-width: 991.98px) {
  .mb-140 {
    margin-bottom: 100px;
  }
}

@media (max-width: 575.98px) {
  .mb-140 {
    margin-bottom: 60px;
  }
}

.mt-150 {
  margin-top: 150px;
}

@media (max-width: 991.98px) {
  .mt-150 {
    margin-top: 120px;
  }
}

@media (max-width: 575.98px) {
  .mt-150 {
    margin-top: 70px;
  }
}

.mb-150 {
  margin-bottom: 150px;
}

@media (max-width: 991.98px) {
  .mb-150 {
    margin-bottom: 120px;
  }
}

@media (max-width: 575.98px) {
  .mb-150 {
    margin-bottom: 70px;
  }
}

.mt-160 {
  margin-top: 160px;
}

@media (max-width: 1599.98px) {
  .mt-160 {
    margin-top: 150px;
  }
}

@media (max-width: 1399.98px) {
  .mt-160 {
    margin-top: 130px;
  }
}

@media (max-width: 1199.98px) {
  .mt-160 {
    margin-top: 90px;
  }
}

@media (max-width: 575.98px) {
  .mt-160 {
    margin-top: 80px;
  }
}

._text-semibold {
  font-weight: 600;
}

.bg--blue {
  background-color: #47ABB4;
}

.bg--light_blue {
  background-color: #E4F1F2;
}

.bg--manhattan {
  background-color: #F7C5AA;
}

.bg--orange {
  background-color: #F28B50;
}

.bg--skin {
  background-color: #FFDD9D;
}

.bg--yellow {
  background-color: #FFBB3C;
}

.bg--white {
  background-color: #ffffff;
}

.bg--black {
  background-color: #000000;
}

/*****************************
		Heading color Css Start
*****************************/
.heading--color--white h1 {
  color: #ffffff;
}

.heading--color--white h2 {
  color: #ffffff;
}

.heading--color--white h3 {
  color: #ffffff;
}

.heading--color--white h4 {
  color: #ffffff;
}

.heading--color--white h5 {
  color: #ffffff;
}

.heading--color--white h6 {
  color: #ffffff;
}

.heading--color--black h1 {
  color: #000000;
}

.heading--color--black h2 {
  color: #000000;
}

.heading--color--black h3 {
  color: #000000;
}

.heading--color--black h4 {
  color: #000000;
}

.heading--color--black h5 {
  color: #000000;
}

.heading--color--black h6 {
  color: #000000;
}

.heading--color--blue h1 {
  color: #47ABB4;
}

.heading--color--blue h2 {
  color: #47ABB4;
}

.heading--color--blue h3 {
  color: #47ABB4;
}

.heading--color--blue h4 {
  color: #47ABB4;
}

.heading--color--blue h5 {
  color: #47ABB4;
}

.heading--color--blue h6 {
  color: #47ABB4;
}

.heading--color--light_blue h1 {
  color: #E4F1F2;
}

.heading--color--light_blue h2 {
  color: #E4F1F2;
}

.heading--color--light_blue h3 {
  color: #E4F1F2;
}

.heading--color--light_blue h4 {
  color: #E4F1F2;
}

.heading--color--light_blue h5 {
  color: #E4F1F2;
}

.heading--color--light_blue h6 {
  color: #E4F1F2;
}

.heading--color--manhattan h1 {
  color: #F7C5AA;
}

.heading--color--manhattan h2 {
  color: #F7C5AA;
}

.heading--color--manhattan h3 {
  color: #F7C5AA;
}

.heading--color--manhattan h4 {
  color: #F7C5AA;
}

.heading--color--manhattan h5 {
  color: #F7C5AA;
}

.heading--color--manhattan h6 {
  color: #F7C5AA;
}

.heading--color--orange h1 {
  color: #F28B50;
}

.heading--color--orange h2 {
  color: #F28B50;
}

.heading--color--orange h3 {
  color: #F28B50;
}

.heading--color--orange h4 {
  color: #F28B50;
}

.heading--color--orange h5 {
  color: #F28B50;
}

.heading--color--orange h6 {
  color: #F28B50;
}

.heading--color--skin h1 {
  color: #FFDD9D;
}

.heading--color--skin h2 {
  color: #FFDD9D;
}

.heading--color--skin h3 {
  color: #FFDD9D;
}

.heading--color--skin h4 {
  color: #FFDD9D;
}

.heading--color--skin h5 {
  color: #FFDD9D;
}

.heading--color--skin h6 {
  color: #FFDD9D;
}

.heading--color--yellow h1 {
  color: #FFBB3C;
}

.heading--color--yellow h2 {
  color: #FFBB3C;
}

.heading--color--yellow h3 {
  color: #FFBB3C;
}

.heading--color--yellow h4 {
  color: #FFBB3C;
}

.heading--color--yellow h5 {
  color: #FFBB3C;
}

.heading--color--yellow h6 {
  color: #FFBB3C;
}

/*****************************
 Text colors
*****************************/
.text--color--white p {
  color: #ffffff;
}

.text--color--black p {
  color: #000000;
}

.text--color--blue p {
  color: #47ABB4;
}

.text--color--light_blue p {
  color: #E4F1F2;
}

.text--color--manhattan p {
  color: #F7C5AA;
}

.text--color--orange p {
  color: #F28B50;
}

.text--color--skin p {
  color: #FFDD9D;
}

.text--color--yellow p {
  color: #FFBB3C;
}

.min__height__80vh {
  min-height: 80vh;
}

@media (max-width: 991.98px) {
  .min__height__80vh {
    min-height: auto;
  }
}

/*****************************
 Slick dots
*****************************/
.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  bottom: 20px;
  position: absolute;
  max-width: none;
  margin: 0 auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 0;
  right: 0;
}

.slick-dots li {
  width: 19px;
  height: auto;
  margin: 0;
  text-align: center;
}

.slick-dots li button {
  border: 1px solid #ffffff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  display: inline-block;
  background: transparent;
}

.slick-dots li.slick-active button {
  border: 1px solid #ffffff;
  width: 14px;
  height: 14px;
  background: #ffffff;
}

.row--gap60 {
  row-gap: 60px;
}

.column--gap60 {
  -webkit-column-gap: 60px;
          column-gap: 60px;
}

.img--space figure {
  margin-bottom: 40px;
}

.img--space figure:last-child {
  margin-bottom: 0px;
}

.text__block.standard__text ul {
  padding-left: 22px;
}

.text__block.standard__text ul li {
  padding: 0;
  line-height: 1.5;
  margin: 0 0 5px;
  list-style: disc;
  font-size: var(--text--xs);
}

.text__block.standard__text ol li {
  line-height: 1.5;
  padding: 0;
  margin: 0 0 5px;
  font-size: var(--text--xs);
}

.text__block.standard__text li::marker {
  color: #FFBB3C;
  position: relative;
}

img {
  height: auto !important;
}

.header_module {
  padding: 30px 0;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 99;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.header__logo img {
  max-width: 600px;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.sticky.header_module {
  padding: 10px 0;
}

.sticky .header__logo img {
  max-width: 300px;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.header__right__module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.header__menu__block {
  width: 100%;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__menu nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
}

.header__menu nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__menu nav ul li {
  margin: 0;
  padding: 0 15px;
  position: relative;
}

.header__menu nav ul li .dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 350px;
  padding: 55px 12px 10px 12px;
  margin: 0;
  list-style: none;
  border: none;
  border-radius: 0;
  left: -40%;
  background-color: #47ABB4;
}

.header__menu nav ul li .dropdown-menu li {
  padding: 20px 0;
  text-align: center;
}

.header__menu nav ul li .dropdown-menu li::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 70%;
  background: #ffffff;
  left: 15%;
  bottom: -3px;
  margin: 0 auto;
}

.header__menu nav ul li .dropdown-menu li:last-child::after {
  display: none;
}

.header__menu nav ul li .dropdown-menu li a {
  font-size: 19px;
}

.header__menu nav ul li .dropdown-toggle {
  margin: 0 0 0 1px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header__menu nav ul li .dropdown-toggle::after {
  display: none;
}

.header__menu nav ul li .dropdown-toggle img {
  max-width: 18px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header__menu nav ul li a {
  color: #ffffff;
  font-size: 24px;
  font-weight: normal;
}

.header__menu nav ul li a:hover {
  color: #FFBB3C;
}

.header__menu nav ul li.dropdown:hover .dropdown-toggle img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header__menu nav ul li.dropdown:hover .dropdown-menu {
  display: block !important;
}

.header__menu nav ul li.dropdown .dropdown-toggle.show img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header__menu nav ul li.dropdown .dropdown-menu.show {
  display: block !important;
}

.header__menu nav ul li.active a {
  color: #FFBB3C;
}

.navbar__toggler {
  width: 36px;
  z-index: 99;
  position: relative;
  cursor: pointer;
  display: none;
  padding: 0px 6px 0px 6px;
  margin: 0 0 0;
  float: right;
}

@media (max-width: 1599.98px) {
  .header__menu nav ul li a {
    font-size: 19px;
  }
  .header__menu nav ul li .dropdown-menu li {
    padding: 15px 0;
  }
  .header__menu nav ul li .dropdown-menu li a {
    font-size: 17px;
  }
}

@media (max-width: 1399.98px) {
  .header__menu nav ul li {
    padding: 0 10px;
  }
}

@media (max-width: 1199.98px) {
  .header_module {
    padding: 20px 10px;
  }
  .header_module .container-fluid .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__logo {
    min-width: 280px;
    max-width: 280px;
  }
  .header__right__module {
    max-width: 70px;
  }
  .navbar__toggler {
    display: block;
    width: 46px;
  }
  .navbar__toggler .change {
    padding: 0;
  }
  .bar1 {
    background-color: #ffffff;
    height: 2.6px;
    margin: 6px 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
    border-radius: 6px;
  }
  .bar2 {
    background-color: #ffffff;
    height: 2.6px;
    margin: 6px 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
    border-radius: 6px;
  }
  .bar3 {
    background-color: #ffffff;
    height: 2.6px;
    margin: 6px 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
    border-radius: 6px;
  }
  .change .bar1 {
    -webkit-transform: rotate(-47deg) translate(-11px, 4px);
    transform: rotate(-47deg) translate(-11px, 4px);
  }
  .change .bar2 {
    opacity: 0;
  }
  .change .bar3 {
    -webkit-transform: rotate(47deg) translate(-7px, -1px);
    transform: rotate(47deg) translate(-7px, -1px);
  }
  .header__menu {
    width: 100%;
    position: fixed;
    top: 100px;
    background-color: #47ABB4;
    left: -100% !important;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 9;
    height: 100%;
  }
  .header__menu.open {
    left: 0% !important;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .header__menu nav ul {
    display: inline-block;
    width: 100%;
  }
  .header__menu nav ul li {
    padding: 0 10px;
    margin: 0;
    width: 100%;
    display: inline-block;
    padding: 0;
    border-top: 1px solid #ffffff;
    text-align: left;
  }
  .header__menu nav ul li a {
    margin: 0;
    width: 100%;
    padding: 15px 20px;
    display: inline-block;
  }
  .header__menu nav ul li .dropdown-toggle {
    margin: 0;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    background: #FFBB3C;
    width: 45px;
    height: 52px;
    color: #ffffff;
    text-align: center;
    line-height: 55px;
  }
  .header__menu nav ul li.dropdown .dropdown-menu {
    padding: 0;
    margin: 0;
    position: relative;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    left: 0;
    top: 0;
    float: left;
    width: 100%;
    background: #FFBB3C;
  }
  .header__menu nav ul li.dropdown .dropdown-menu li::after {
    display: none;
  }
  .header__menu nav ul li.dropdown .dropdown-menu li a {
    padding: 12px 30px;
    text-align: left;
  }
  .header_module .header__menu {
    top: 87px;
  }
  .header_module.sticky .header__menu {
    top: 72px;
  }
}

@media (max-width: 991.98px) {
  .header__menu {
    top: 90px;
  }
}

@media (max-width: 575.98px) {
  .header__logo {
    min-width: 270px;
    max-width: 270px;
  }
  .header__menu {
    top: 80px;
  }
  .header_module .header__menu {
    top: 80px;
  }
  .header_module.sticky .header__menu {
    top: 60px;
  }
}

.hero__slides .item {
  height: 70vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.hero__slides .slick-slide .hero__slide__img--mob {
  display: none !important;
}

.hero__slider__text__block {
  overflow: hidden;
  position: relative;
  padding: 30px 20px;
}

.hero__slider__text__block::before {
  content: "";
  background: #ffffff;
  background-size: cover;
  overflow: hidden;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.silder__text__inner {
  position: relative;
  z-index: 12;
}

.silder__text__inner h1 {
  font-size: 50px;
  margin-bottom: 13px;
}

.silder__text__inner p {
  font-size: 25px;
}

@media (max-width: 1560px) {
  .hero__slides .item {
    background-position: top center;
    padding-top: 47%;
    height: auto;
  }
}

@media (max-width: 991.98px) {
  .hero__slides .item {
    height: auto;
    min-height: auto;
    background-size: 100%;
    padding-top: 0;
    padding-bottom: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-image: none !important;
  }
  .hero__slides .slick-slide .hero__slide__img--mob {
    display: block !important;
    width: 100%;
  }
  .hero__slider__text__block {
    margin: 0 auto 0;
    padding-bottom: 0;
    padding-top: 20px;
  }
  .hero__slider__text__block::before {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .hero__slider__text__block {
    max-width: 95%;
    margin: 0 auto 0px;
  }
  .silder__text__inner h1 {
    font-size: 40px;
  }
  .silder__text__inner p {
    font-size: 18px;
  }
}

.section__heading__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section__heading__block h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 10px;
  background: #ffffff;
  position: relative;
  z-index: 12;
  min-width: 170px;
}

.section__heading__block hr {
  position: absolute;
  width: 100%;
  opacity: 1;
  height: 2px;
  left: 0;
  top: 30%;
}

.border--color--blue hr {
  background: #47ABB4;
}

.border--color--light_blue hr {
  background: #E4F1F2;
}

.border--color--manhattan hr {
  background: #F7C5AA;
}

.border--color--orange hr {
  background: #F28B50;
}

.border--color--skin hr {
  background: #FFDD9D;
}

.border--color--yellow hr {
  background: #FFBB3C;
}

@media (max-width: 767.98px) {
  .text__block {
    padding-top: 30px;
  }
  .section__heading__block h2 {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }
  .section__heading__block hr {
    top: auto;
  }
}

.img__title__text__box {
  height: 100%;
}

.img__title__text__box .box__title__text {
  background: #ffffff;
  height: calc(100% - 232px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.box__img figure {
  position: relative;
  width: 100%;
}

.box__img figure img {
  width: 100%;
}

.box__title__text {
  padding: 30px 20px;
}

.box__title__text h4 {
  font-size: 22px;
}

.box__img.box__img__slider .slider__arrow.slick-arrow {
  max-width: 25px;
  top: 45%;
  background: rgba(255, 255, 255, 0.8);
  height: 35px;
  padding: 0 5px;
  z-index: 12;
}

.box__img.box__img__slider .slider__arrow.slick-arrow:hover {
  background: white;
}

.box__img.box__img__slider .slider__arrow.prev {
  left: 0px;
}

.box__img.box__img__slider .slider__arrow.next {
  right: -0.4px;
}

@media (max-width: 767.98px) {
  .img__title__text__box .box__title__text {
    height: auto;
  }
}

.text__slider__block {
  text-align: center;
  max-width: 810px;
  margin: 0 auto;
}

.text__slider__block h6 {
  font-family: 'Oxygen';
  margin: 50px 0 0;
}

.slider__arrow {
  max-width: 40px;
  position: absolute;
  top: 25%;
  cursor: pointer;
}

.slider__arrow.prev {
  left: -50px;
}

.slider__arrow.next {
  right: -50px;
}

.show-more {
  margin-top: 20px;
  font-size: 16px;
  min-width: 100px;
  height: 40px;
  line-height: 40px;
}

.fancybox-is-open .fancybox-bg {
  opacity: .5;
  background: #47ABB4;
}

.fancybox-button.fancybox-close-small {
  background: #47ABB4;
  color: #ffffff;
  padding: 3px;
  width: 28px;
  height: 28px;
}

@media (max-width: 767.98px) {
  .text__slider__module {
    padding: 0 40px;
  }
  .text__slider__module p {
    font-size: var(--text--s);
  }
  .slider__arrow {
    max-width: 30px;
  }
  .slider__arrow.prev {
    left: 0px;
  }
  .slider__arrow.next {
    right: 0px;
  }
}

.accordion__block {
  padding: 30px 20px;
  margin-bottom: 30px;
}

.accordion__block .card-header {
  border: none;
  background: transparent;
  padding: 0;
}

.accordion__block .card-header h3 {
  font-family: 'Oxygen';
  font-size: var(--text--sm);
  position: relative;
  padding-left: 45px;
  width: 100%;
  display: inline-block;
  cursor: pointer;
}

.accordion__block .card-header h3[aria-expanded="true"] {
  font-weight: bold;
}

.accordion__block .card-header h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 35px;
  height: 35px;
  background: url("../assets/img/collaps-arrow.svg") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: center;
  background-size: 33px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.accordion__block .card-header.show h3 {
  font-weight: bold;
}

.accordion__block .card-header.show h3::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.accordion__block .card-body {
  padding: 10px 45px 0;
}

@media (max-width: 767.98px) {
  .accordion__block {
    padding: 20px 10px;
    margin-bottom: 15px;
  }
  .accordion__block .card-header h3::before {
    top: -3px;
    background-size: 22px;
  }
}

.footer__widget h3 {
  font-family: 'Oxygen';
  margin: 0 0 15px;
  font-size: 40px;
}

.footer__widget p {
  margin: 0;
}

.footer__widget a:hover {
  color: #ffffff;
}

.footer__widget ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 80px;
          column-gap: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer__widget ul li a {
  font-size: var(--text--xs);
}

.scroll-to-top {
  background: #E4F1F2;
  bottom: 10px;
  display: block;
  height: 45px;
  min-width: 45px;
  padding: 5px 0;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  z-index: 1040;
  opacity: 0;
}

.scroll-to-top img {
  width: 18px;
}

.scroll-to-top:hover {
  opacity: 1;
  background: #FFBB3C;
}

.scroll-to-top.visible {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .footer__widget {
    margin-bottom: 20px;
  }
  .footer__widget h3 {
    margin: 0 0 0;
    font-size: 35px;
  }
  .footer__widget ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .scroll-to-top {
    height: 40px;
    min-width: 38px;
    padding: 3px 0;
  }
}
