/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  text-decoration: none;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  --scroll-behavior: smooth;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

a,
button {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #000000;
}

.container,
.container-fluid {
  width: 1330px;
  max-width: 97%;
  margin: 0 auto;
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow-x: hidden;
}

header {
  flex: 0 0 auto;
}

main {
  flex: 1 1 auto;
  margin-top: 83px;
}

footer {
  flex: 0 0 auto;
}

@media (min-width: 767px) and (max-width: 1080px) {
  main {
    margin-top: 68px;
  }
  body._lock {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  main {
    margin-top: 54px;
  }
  body._lock {
    overflow: hidden;
  }
  .container,
  .container-fluid {
    max-width: 95%;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

header {
  background: #232F34;
  padding: 7px 0 0 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.9s ease;
}
header.sticky {
  box-shadow: 0 8px 4px -4px rgba(0, 0, 0, 0.2);
}
header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
header .header-wrapper .logo > a {
  display: block;
  max-width: 283px;
  max-height: 76px;
  width: 100%;
  height: 100%;
}
header .header-wrapper .logo > a > img {
  max-width: 283px;
  max-height: 76px;
  width: 100%;
  object-fit: cover;
}
header .header-wrapper .menu {
  display: flex;
  align-items: center;
  gap: 33px;
}
header .header-wrapper .menu > nav > ul {
  display: flex;
  align-items: center;
  gap: 33px;
}
header .header-wrapper .menu > nav > ul > li {
  position: relative;
  padding: 10px 0;
}
header .header-wrapper .menu > nav > ul > li > a {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  color: #FFFFFF;
  border-bottom: 2px solid transparent;
  text-transform: capitalize;
  transition: border-bottom 0.7s ease;
}
header .header-wrapper .menu > nav > ul > li > a:hover {
  border-bottom: 2px solid #FFFFFF;
}
header .header-wrapper .menu > nav > ul > li .dropdown-menu {
  position: relative;
  transition: all 0.5s;
  padding: 0 16px 0 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  color: #FFFFFF;
  text-transform: capitalize;
}
header .header-wrapper .menu > nav > ul > li .dropdown-menu::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 6px;
  background-image: url(../img/menu-arrow.svg);
}
header .header-wrapper .menu > nav > ul > li .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 45px;
  background: #FFFFFF;
  border-radius: 10px;
  min-width: 280px;
  z-index: 1;
  padding: 24px 12px;
  transform: translate(0px, 10%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease 0s;
  gap: 15px;
  flex-direction: column;
}
header .header-wrapper .menu > nav > ul > li .sub-menu > li > a {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  color: #000000;
  border-bottom: 2px solid transparent;
  text-transform: capitalize;
  transition: border-bottom 0.5s ease;
}
header .header-wrapper .menu > nav > ul > li .sub-menu > li > a:hover {
  border-bottom: 2px solid #000000;
}
header .header-wrapper .menu > nav > ul > li:hover .sub-menu {
  display: flex;
}
header .header-wrapper .menu > a {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  background: #FFCB7D;
  padding: 6px 10px;
  min-width: 186px;
  text-transform: capitalize;
  border-radius: 4px;
  transition: background 0.7s ease, color 0.7s ease;
}
header .header-wrapper .menu > a:hover {
  background: #000000;
  color: #FCC359;
}
header .header-wrapper .menu-btn,
header .header-wrapper .mob-link {
  display: none;
}
header .popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.7s ease 0s;
  z-index: 9;
}
header .popup .popup-body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 40px;
}
header .popup .popup-body .popup-content {
  width: 100%;
  background: #000000;
  position: relative;
  transition: all 0.8s ease 0s;
  opacity: 0;
  transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
}
header .popup .popup-body .popup-content .popup-box {
  padding: 55px 15px;
}
header .popup .popup-body .popup-content .popup-box > h5 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.4375rem;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 16px 0;
}
header .popup .popup-body .popup-content .popup-box > p {
  font-size: 1rem;
  line-height: 1.1875rem;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 53px 0;
}
header .popup .popup-body .popup-content .popup-box .popup-select {
  background: linear-gradient(to right, #FFFFFF 50%, #FFCB7D 50%);
  position: relative;
  max-width: 864px;
  margin: 0 auto;
  padding: 13px 24px 5px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .popup .popup-body .popup-content .popup-box .popup-select .popup-close {
  position: absolute;
  width: 45px;
  height: 45px;
  right: 24px;
  top: 13px;
}
header .popup .popup-body .popup-content .popup-box .popup-select .popup-close > img {
  width: 100%;
  object-fit: cover;
}
header .popup .popup-body .popup-content .popup-box .popup-select .calendar {
  width: 50%;
  padding: 0 24px 0 0;
}
header .popup .popup-body .popup-content .popup-box .popup-select .time {
  width: 50%;
  padding: 100px 0 43px 24px;
}
header .popup .popup-body .popup-content .popup-box .popup-select .time > p {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  text-align: left;
  color: #000000;
  margin: 0 auto 12px auto;
  max-width: 292px;
}
header .popup .popup-body .popup-content .popup-box .popup-select .time > p > b {
  font-weight: 600;
}
header .popup .popup-body .popup-content .popup-box .popup-select .time .time-boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 36px auto 12px auto;
  max-width: 292px;
}
header .popup .popup-body .popup-content .popup-box .popup-select .time .time-boxes .time-box > a {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: #000000;
  text-align: left;
  border: 0.5px solid #000000;
  background: transparent;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
header .popup .popup-body .popup-content .popup-box .popup-select .time .time-boxes .time-box > a:hover {
  background: rgba(35, 47, 52, 0.45);
  border: 0.5px solid rgba(35, 47, 52, 0.45);
  color: #FFFFFF;
}
header .popup .popup-body .popup-content .popup-box .popup-select .time .time-boxes .time-box > a:focus, header .popup .popup-body .popup-content .popup-box .popup-select .time .time-boxes .time-box > a:active {
  background: #232F34;
  border: 0.5px solid #232F34;
  color: #FFFFFF;
}
header .popup .popup-body .popup-content .popup-box .popup-select .time .time-link {
  margin: 0 auto;
  max-width: 292px;
}
header .popup .popup-body .popup-content .popup-box .popup-select .time .time-link > a {
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  text-align: center;
  color: #FFFFFF;
  background: #232F34;
  padding: 4px 6px;
  display: block;
  width: max-content;
  transition: background 0.7s ease, color 0.7s ease;
}
header .popup .popup-body .popup-content .popup-box .popup-select .time .time-link > a:hover {
  background: #000000;
  color: #FCC359;
}
header .popup.open {
  opacity: 1;
  visibility: visible;
}
header .popup.open .popup-body .popup-content {
  transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
  opacity: 1;
}
header #book-form .popup-body .popup-content {
  background: url(../img/popup-bg.png), #000000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
header #book-form .popup-body .popup-content .popup-box {
  padding: 36px 15px;
}
header #book-form .popup-body .popup-content .popup-box .popup-form .popup-close {
  position: absolute;
  width: 45px;
  height: 45px;
  right: 24px;
  top: 13px;
}
header #book-form .popup-body .popup-content .popup-box .popup-form .popup-close > img {
  width: 100%;
  object-fit: cover;
}
header #book-form .popup-body .popup-content .popup-box .popup-form .popup-form-wrapper {
  background: #FFFFFF;
  padding: 38px 71px 18px 54px;
  max-width: 600px;
  margin: 0 auto;
}
header #book-form .popup-body .popup-content .popup-box .popup-form .popup-form-wrapper > h5 {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: left;
  color: #000000;
  margin: 0 0 20px 0;
}
header #book-form .popup-body .popup-content .popup-box .popup-form .popup-form-wrapper .data {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 28px 0;
}
header #book-form .popup-body .popup-content .popup-box .popup-form .popup-form-wrapper .data > p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: left;
  color: #000000;
  margin: 0;
}
header #book-form .popup-body .popup-content .popup-box .popup-form .popup-form-wrapper .data > p > b {
  font-weight: 500;
}
header #book-form .popup-body .popup-content .popup-box .popup-form .popup-form-wrapper .data > a {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  color: #0961E4;
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.7s ease;
}
header #book-form .popup-body .popup-content .popup-box .popup-form .popup-form-wrapper .data > a:hover {
  border-bottom: 2px solid #0961E4;
}
header #book-form .popup-body .popup-content .popup-box .popup-form .popup-form-wrapper label {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  text-align: left;
  color: #232F34;
  width: 100%;
}
header #book-form .popup-body .popup-content .popup-box .popup-form .popup-form-wrapper label > span {
  color: #EF2424;
}
header #book-form .popup-body .popup-content .popup-box .popup-form .popup-form-wrapper input {
  background: rgba(217, 217, 217, 0.2);
  margin: 11px 0 9px 0;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  outline: none;
  height: 29px;
}
header #book-form .popup-body .popup-content .popup-box .popup-form .popup-form-wrapper .btn {
  margin: 32px 0 0 0;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
header #book-form .popup-body .popup-content .popup-box .popup-form .popup-form-wrapper .btn .submit-btn {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  background: rgba(217, 217, 217, 0.53);
  border: 1px solid rgba(0, 0, 0, 0.31);
  border-radius: 10px;
  color: rgba(0, 0, 0, 0.38);
  padding: 2.5px 10px;
  min-width: 168px;
  outline: none;
  transition: background 0.7s ease, color 0.7s ease, border 0.7s ease;
}
header #book-form .popup-body .popup-content .popup-box .popup-form .popup-form-wrapper .btn .submit-btn:hover {
  background: #FCC359;
  color: #000000;
  border: 1px solid #FCC359;
}
header #book-form .popup-body .popup-content .popup-box .popup-form .popup-form-wrapper .btn .back-btn {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  background: rgba(217, 217, 217, 0.13);
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  color: rgba(0, 0, 0, 0.8);
  padding: 2.5px 15.5px;
  outline: none;
  transition: background 0.7s ease, color 0.7s ease, border 0.7s ease;
}
header #book-form .popup-body .popup-content .popup-box .popup-form .popup-form-wrapper .btn .back-btn:hover {
  background: #000000;
  color: #FCC359;
  border: 1px solid #000000;
}

body._pc header .header-wrapper .menu > nav > ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
  pointer-events: all;
}

@media (min-width: 1080px) and (max-width: 1280px) {
  header .header-wrapper .menu {
    gap: 20px;
  }
  header .header-wrapper .menu > nav > ul {
    gap: 16px;
  }
  header .header-wrapper .menu > nav > ul > li .sub-menu {
    min-width: 245px;
  }
  header .header-wrapper .menu > nav > ul > li .sub-menu > li > a {
    font-size: 1.125rem;
  }
  header .header-wrapper .menu > a {
    min-width: 150px;
  }
}
@media (min-width: 767px) and (max-width: 1080px) {
  header {
    padding: 7px 0;
  }
  header::before {
    content: "";
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 68px;
    z-index: 2;
    background-color: #232F34;
  }
  header .header-wrapper .logo {
    position: relative;
    z-index: 2;
  }
  header .header-wrapper .logo > a {
    max-width: 200px;
    max-height: 54px;
  }
  header .header-wrapper .logo > a > img {
    max-width: 200px;
    max-height: 54px;
  }
  header .header-wrapper .menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
    background: #232F34;
    overflow: auto;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  header .header-wrapper .menu.show {
    opacity: 1;
    transform: translateX(0);
  }
  header .header-wrapper .menu > nav {
    width: 100%;
  }
  header .header-wrapper .menu > nav > ul {
    gap: 30px;
    flex-direction: column;
    padding: 100px 0 20px 0;
    position: relative;
    max-width: 97%;
    margin: 0 auto;
  }
  header .header-wrapper .menu > nav > ul::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 68px;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #FCC359;
  }
  header .header-wrapper .menu > nav > ul > li {
    padding: 0;
    width: 100%;
    text-align: left;
  }
  header .header-wrapper .menu > nav > ul > li .sub-menu {
    position: relative;
    flex: 1 1 100%;
    left: 0;
    top: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 30px 0 0 0;
    width: 100%;
    min-width: 100%;
    border-top: 1px solid #FCC359;
  }
  header .header-wrapper .menu > nav > ul > li .sub-menu > li > a {
    color: #FFFFFF;
  }
  header .header-wrapper .menu > nav > ul > li .sub-menu > li > a:hover {
    border-bottom: 2px solid #FFFFFF;
  }
  header .header-wrapper .menu > nav > ul > li .dropdown-menu {
    text-align: center;
    justify-content: flex-start;
    padding: 0 24px 20px 0;
    width: 100%;
  }
  header .header-wrapper .menu > nav > ul > li .dropdown-menu::after {
    width: 12px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s;
  }
  header .header-wrapper .menu > a.popup-link {
    display: none;
  }
  header .header-wrapper .menu-btn {
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
    background-color: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  header .header-wrapper .menu-btn.show > span:nth-child(1) {
    width: 100%;
    transform: translate(0px, 8px) rotate(-45deg);
  }
  header .header-wrapper .menu-btn.show > span:nth-child(2) {
    opacity: 0;
    transform: translateX(-20px);
  }
  header .header-wrapper .menu-btn.show > span:nth-child(3) {
    width: 100%;
    transform: translate(0px, -10px) rotate(45deg);
  }
  header .header-wrapper .menu-btn > span {
    display: block;
    height: 2px;
    width: 100%;
    background: #FFFFFF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
  }
  header .header-wrapper .menu-btn > span:nth-child(2) {
    width: 100%;
    margin-top: 7px;
  }
  header .header-wrapper .menu-btn > span:nth-child(3) {
    width: 100%;
    margin-top: 7px;
  }
  header .header-wrapper .mob-link {
    display: block;
    position: relative;
    z-index: 2;
  }
  header .header-wrapper .mob-link > a {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-align: center;
    background: #FFCB7D;
    padding: 6px 10px;
    min-width: 186px;
    text-transform: capitalize;
    border-radius: 4px;
    transition: background 0.7s ease, color 0.7s ease;
  }
  header .header-wrapper .mob-link > a:hover {
    background: #000000;
    color: #FCC359;
  }
  header .popup .popup-body .popup-content .popup-box {
    padding: 30px 15px;
  }
  header .popup .popup-body .popup-content .popup-box > h5 {
    font-size: 1.625rem;
    line-height: 2rem;
    margin: 0 0 12px 0;
  }
  header .popup .popup-body .popup-content .popup-box > p {
    margin: 0 0 24px 0;
  }
  header .popup .popup-body .popup-content .popup-box .popup-select {
    padding: 5px 20px;
  }
  header #book-form .popup-body .popup-content .popup-box {
    padding: 30px 15px;
  }
  header #book-form .popup-body .popup-content .popup-box .popup-form .popup-form-wrapper {
    padding: 40px 24px;
    max-width: 500px;
  }
  header #book-form .popup-body .popup-content .popup-box .popup-form .popup-form-wrapper .data {
    margin: 0 0 18px 0;
  }
  header #book-form .popup-body .popup-content .popup-box .popup-form .popup-form-wrapper .btn {
    margin: 12px 0 0 0;
  }
  body._touch header .header-wrapper .menu > nav > ul > li._active .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
    pointer-events: all;
    display: flex;
  }
  body._touch header .header-wrapper .menu > nav > ul > li._active .dropdown-menu::after {
    transform: rotate(180deg);
  }
}
@media (max-width: 767px) {
  header {
    padding: 12px 0;
  }
  header::before {
    content: "";
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 54px;
    z-index: 2;
    background-color: #232F34;
  }
  header .header-wrapper .logo {
    position: relative;
    z-index: 2;
  }
  header .header-wrapper .logo > a {
    max-width: 140px;
    max-height: 30px;
  }
  header .header-wrapper .logo > a > img {
    max-width: 140px;
    max-height: 30px;
  }
  header .header-wrapper .menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
    background: #232F34;
    overflow: auto;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  header .header-wrapper .menu.show {
    opacity: 1;
    transform: translateX(0);
  }
  header .header-wrapper .menu > nav {
    width: 100%;
  }
  header .header-wrapper .menu > nav > ul {
    gap: 30px;
    flex-direction: column;
    padding: 80px 0 20px 0;
    position: relative;
    max-width: 95%;
    margin: 0 auto;
  }
  header .header-wrapper .menu > nav > ul::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 55px;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #FCC359;
  }
  header .header-wrapper .menu > nav > ul > li {
    padding: 0;
    width: 100%;
    text-align: left;
  }
  header .header-wrapper .menu > nav > ul > li .sub-menu {
    position: relative;
    flex: 1 1 100%;
    left: 0;
    top: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 24px 0 0 0;
    width: 100%;
    min-width: 100%;
    border-top: 1px solid #FCC359;
  }
  header .header-wrapper .menu > nav > ul > li .sub-menu > li > a {
    color: #FFFFFF;
  }
  header .header-wrapper .menu > nav > ul > li .sub-menu > li > a:hover {
    border-bottom: 2px solid #FFFFFF;
  }
  header .header-wrapper .menu > nav > ul > li .dropdown-menu {
    text-align: center;
    justify-content: flex-start;
    padding: 0 24px 20px 0;
    width: 100%;
  }
  header .header-wrapper .menu > nav > ul > li .dropdown-menu::after {
    width: 12px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s;
  }
  header .header-wrapper .menu > a.popup-link {
    display: none;
  }
  header .header-wrapper .menu-btn {
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    min-width: 26px;
    max-width: 26px;
    min-height: 26px;
    max-height: 26px;
    background-color: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  header .header-wrapper .menu-btn.show > span:nth-child(1) {
    width: 100%;
    transform: translate(0px, 8px) rotate(-45deg);
  }
  header .header-wrapper .menu-btn.show > span:nth-child(2) {
    opacity: 0;
    transform: translateX(-20px);
  }
  header .header-wrapper .menu-btn.show > span:nth-child(3) {
    width: 100%;
    transform: translate(0px, -10px) rotate(45deg);
  }
  header .header-wrapper .menu-btn > span {
    display: block;
    height: 2px;
    width: 100%;
    background: #FFFFFF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
  }
  header .header-wrapper .menu-btn > span:nth-child(2) {
    width: 100%;
    margin-top: 7px;
  }
  header .header-wrapper .menu-btn > span:nth-child(3) {
    width: 100%;
    margin-top: 7px;
  }
  header .header-wrapper .mob-link {
    display: block;
    position: relative;
    z-index: 2;
  }
  header .header-wrapper .mob-link > a {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.25rem;
    text-align: center;
    background: #FFCB7D;
    padding: 5px 10px;
    min-width: 110px;
    text-transform: capitalize;
    border-radius: 4px;
    transition: background 0.7s ease, color 0.7s ease;
  }
  header .header-wrapper .mob-link > a:hover {
    background: #000000;
    color: #FCC359;
  }
  header .popup .popup-body {
    padding: 20px 10px;
  }
  header .popup .popup-body .popup-content .popup-box {
    padding: 30px 15px;
  }
  header .popup .popup-body .popup-content .popup-box > h5 {
    font-size: 1.625rem;
    line-height: 2rem;
    margin: 0 0 12px 0;
  }
  header .popup .popup-body .popup-content .popup-box > p {
    font-size: 0.9375rem;
    line-height: 1.125rem;
    margin: 0 0 15px 0;
  }
  header .popup .popup-body .popup-content .popup-box .popup-select {
    padding: 40px 0 0 0;
    flex-direction: column;
    background: #FFFFFF;
  }
  header .popup .popup-body .popup-content .popup-box .popup-select .popup-close {
    width: 35px;
    height: 35px;
    right: 5px;
    top: 5px;
  }
  header .popup .popup-body .popup-content .popup-box .popup-select .calendar {
    width: 100%;
    padding: 20px 10px 20px 10px;
  }
  header .popup .popup-body .popup-content .popup-box .popup-select .time {
    width: 100%;
    padding: 20px 10px;
    background: #FFCB7D;
  }
  header .popup .popup-body .popup-content .popup-box .popup-select .time > p {
    margin: 0 auto 10px auto;
    max-width: 100%;
  }
  header .popup .popup-body .popup-content .popup-box .popup-select .time .time-boxes {
    gap: 6px;
    margin: 20px auto 12px auto;
    max-width: 100%;
  }
  header .popup .popup-body .popup-content .popup-box .popup-select .time .time-link {
    max-width: 100%;
  }
  header #book-form .popup-body .popup-content .popup-box {
    padding: 30px 15px;
  }
  header #book-form .popup-body .popup-content .popup-box .popup-form .popup-close {
    width: 35px;
    height: 35px;
    right: 5px;
    top: 5px;
  }
  header #book-form .popup-body .popup-content .popup-box .popup-form .popup-form-wrapper {
    padding: 30px 10px;
    max-width: 100%;
  }
  header #book-form .popup-body .popup-content .popup-box .popup-form .popup-form-wrapper > h5 {
    font-size: 1.125rem;
    line-height: 1.25rem;
    margin: 0 0 15px 0;
  }
  header #book-form .popup-body .popup-content .popup-box .popup-form .popup-form-wrapper .data {
    margin: 0 0 15px 0;
  }
  header #book-form .popup-body .popup-content .popup-box .popup-form .popup-form-wrapper .data > p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  header #book-form .popup-body .popup-content .popup-box .popup-form .popup-form-wrapper .data > a {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  header #book-form .popup-body .popup-content .popup-box .popup-form .popup-form-wrapper input {
    margin: 9px 0;
  }
  header #book-form .popup-body .popup-content .popup-box .popup-form .popup-form-wrapper .btn {
    margin: 12px 0 0 0;
  }
  header #book-form .popup-body .popup-content .popup-box .popup-form .popup-form-wrapper .btn .submit-btn {
    font-size: 1rem;
    line-height: 1.25rem;
    min-width: 140px;
  }
  header #book-form .popup-body .popup-content .popup-box .popup-form .popup-form-wrapper .btn .back-btn {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 2.5px 10px;
  }
  body._touch header .header-wrapper .menu > nav > ul > li._active .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
    pointer-events: all;
    display: flex;
  }
  body._touch header .header-wrapper .menu > nav > ul > li._active .dropdown-menu::after {
    transform: rotate(180deg);
  }
}
footer {
  background: rgba(0, 0, 0, 0.93);
  padding: 28px 0;
}
footer .footer-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
}
footer .footer-wrapper .copy > p {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}
footer .footer-wrapper .social-media {
  display: flex;
  align-items: center;
  gap: 26px;
}
footer .footer-wrapper .social-media > a {
  background: #FFCB7D;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  padding: 10px;
  transition: background 0.7s ease, fill 0.7s ease;
}
footer .footer-wrapper .social-media > a > svg {
  width: 55px;
  height: 55px;
  object-fit: cover;
}
footer .footer-wrapper .social-media > a > svg path {
  transition: background 0.7s ease, fill 0.7s ease;
}
footer .footer-wrapper .social-media > a:hover {
  background: #000000;
}
footer .footer-wrapper .social-media > a:hover > svg path {
  fill: #FCC359;
}
footer .footer-wrapper .rule-links {
  display: flex;
  align-items: center;
  gap: 50px;
}
footer .footer-wrapper .rule-links > a {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  text-align: center;
  color: #FFFFFF;
  transition: color 0.7s ease;
}
footer .footer-wrapper .rule-links > a:hover {
  color: #FCC359;
}

@media (min-width: 1080px) and (max-width: 1280px) {
  footer .footer-wrapper {
    max-width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 1080px) {
  footer .footer-wrapper .social-media {
    gap: 20px;
  }
  footer .footer-wrapper .social-media > a {
    width: 60px;
    height: 60px;
  }
  footer .footer-wrapper .social-media > a > svg {
    width: 40px;
    height: 40px;
  }
  footer .footer-wrapper .rule-links {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 30px 0;
  }
  footer .footer-wrapper {
    flex-direction: column;
  }
  footer .footer-wrapper .social-media {
    gap: 24px;
  }
  footer .footer-wrapper .social-media > a {
    width: 50px;
    height: 50px;
  }
  footer .footer-wrapper .social-media > a > svg {
    width: 40px;
    height: 40px;
  }
}
.top-banner {
  background: #232F34;
  position: relative;
  height: 646px;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-banner .top-banner-content {
  max-width: 625px;
  position: relative;
  z-index: 2;
}
.top-banner .top-banner-content > h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 3rem;
  line-height: 3.687558rem;
  text-align: left;
  color: #FFCB7D;
  margin: 0 0 30px 0;
}
.top-banner .top-banner-content > p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: left;
  color: #FFFFFF;
  margin: 0 0 57px 0;
}
.top-banner .top-banner-content > a {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  color: #000000;
  background: #FFCB7D;
  padding: 11px;
  text-transform: capitalize;
  min-width: 170px;
  width: max-content;
  display: block;
  border-radius: 4px;
  transition: background 0.7s ease, color 0.7s ease;
}
.top-banner .top-banner-content > a:hover {
  background: #000000;
  color: #FCC359;
}
.top-banner > img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

@media (min-width: 1080px) and (max-width: 1280px) {
  .top-banner {
    height: 546px;
  }
  .top-banner .top-banner-content {
    max-width: 480px;
  }
  .top-banner > img {
    width: 90%;
  }
}
@media (min-width: 767px) and (max-width: 1080px) {
  .top-banner {
    height: 100%;
    padding: 30px 0 0 0;
    flex-direction: column;
  }
  .top-banner .top-banner-content {
    max-width: 100%;
  }
  .top-banner .top-banner-content > h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .top-banner .top-banner-content > p {
    font-size: 1.125rem;
    margin: 0 0 30px 0;
  }
  .top-banner > img {
    position: relative;
    width: 100%;
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .top-banner {
    height: 100%;
    padding: 30px 0 0 0;
    flex-direction: column;
  }
  .top-banner .top-banner-content {
    max-width: 100%;
  }
  .top-banner .top-banner-content > h1 {
    font-size: 2rem;
    line-height: 2.625rem;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .top-banner .top-banner-content > p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .top-banner .top-banner-content > a {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 7px;
    min-width: 150px;
    margin: 0 auto;
  }
  .top-banner > img {
    position: relative;
    width: 100%;
    max-height: 300px;
  }
}
.program-benefits {
  margin: 83px 0 0 0;
}
.program-benefits h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.3125rem;
  text-align: center;
  color: #000000;
  margin: 0;
}
.program-benefits p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  max-width: 1269px;
  margin: 0 auto 20px auto;
}
.program-benefits p:last-child {
  margin: 0 auto;
}
.program-benefits .benefits-slider {
  margin-top: -124px;
}
.program-benefits .benefits-slider .slick-list {
  padding: 124px 0 75px 0;
}
.program-benefits .benefits-slider .slick-list,
.program-benefits .benefits-slider .slick-track {
  display: flex;
}
.program-benefits .benefits-slider .slick-arrow {
  background: #232F34;
  padding: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  transition: all 200ms linear;
  width: 74px;
  height: 74px;
  border: none;
  outline: none;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.program-benefits .benefits-slider .slick-arrow.slick-next.slick-disabled, .program-benefits .benefits-slider .slick-arrow.slick-prev.slick-disabled {
  display: none !important;
}
.program-benefits .benefits-slider .slick-arrow.slick-next {
  right: 0;
}
.program-benefits .benefits-slider .slick-arrow.slick-prev {
  left: 0;
}
.program-benefits .benefits-slider .slick-arrow > img {
  width: 26px;
  height: 29px;
  object-fit: cover;
}
.program-benefits .benefits-slider .slider-item .slider-item-box {
  display: flex;
  gap: 55px;
  justify-content: space-between;
  align-items: center;
}
.program-benefits .benefits-slider .slider-item .slider-item-box .slider-item-img {
  position: relative;
  max-width: 746px;
  width: 100%;
}
.program-benefits .benefits-slider .slider-item .slider-item-box .slider-item-img .bg {
  width: 492px;
  height: 467px;
  background: #FFCB7D;
  border-radius: 50%;
  margin-left: auto;
  margin-right: 23px;
}
.program-benefits .benefits-slider .slider-item .slider-item-box .slider-item-img .img-box > img {
  position: absolute;
  object-fit: cover;
  max-width: 549px;
  min-width: 549px;
}
.program-benefits .benefits-slider .slider-item .slider-item-box .slider-item-img .img-box > img:nth-child(1) {
  left: 0;
  top: -124px;
}
.program-benefits .benefits-slider .slider-item .slider-item-box .slider-item-img .img-box > img:nth-child(2) {
  right: 180px;
  bottom: -60px;
  max-width: 171px;
  min-width: 171px;
}
.program-benefits .benefits-slider .slider-item .slider-item-box .slider-item-img .img-box > img:nth-child(3) {
  right: 0;
  bottom: -20px;
  max-width: 171px;
  min-width: 171px;
}
.program-benefits .benefits-slider .slider-item .slider-item-box .slider-item-img .title {
  position: absolute;
  right: 34px;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 212px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.program-benefits .benefits-slider .slider-item .slider-item-box .slider-item-img .title > h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.4375rem;
  text-align: center;
  color: #000000;
  margin: 0;
}
.program-benefits .benefits-slider .slider-item .slider-item-box .slider-item-descr .text {
  max-width: 550px;
  width: 100%;
}
.program-benefits .benefits-slider .slider-item .slider-item-box .slider-item-descr .text > p {
  font-size: 1.625rem;
  line-height: 1.9375rem;
  text-align: left;
  margin: 0 0 20px 0;
  color: #000000;
}
.program-benefits .benefits-slider .slider-item .slider-item-box .slider-item-descr .text > ul {
  margin: 0 0 60px 0;
}
.program-benefits .benefits-slider .slider-item .slider-item-box .slider-item-descr .text > ul > li {
  font-size: 1.625rem;
  line-height: 1.9375rem;
  text-align: left;
  list-style-type: disc;
  list-style-position: inside;
  color: #000000;
}
.program-benefits .benefits-slider .slider-item .slider-item-box .slider-item-descr .text > a {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  color: #000000;
  background: #FFCB7D;
  padding: 6px 10px;
  text-transform: capitalize;
  min-width: 186px;
  width: max-content;
  display: block;
  border-radius: 4px;
  transition: background 0.7s ease, color 0.7s ease;
}
.program-benefits .benefits-slider .slider-item .slider-item-box .slider-item-descr .text > a:hover {
  background: #000000;
  color: #FCC359;
}

@media (min-width: 1080px) and (max-width: 1280px) {
  .program-benefits .benefits-slider {
    margin-top: -84px;
  }
  .program-benefits .benefits-slider .slick-list {
    padding: 84px 0 65px 0;
  }
  .program-benefits .benefits-slider .slick-list .slider-item .slider-item-box {
    gap: 25px;
  }
  .program-benefits .benefits-slider .slick-list .slider-item .slider-item-box .slider-item-img {
    max-width: 643px;
  }
  .program-benefits .benefits-slider .slick-list .slider-item .slider-item-box .slider-item-img .bg {
    width: 419px;
    height: 419px;
  }
  .program-benefits .benefits-slider .slick-list .slider-item .slider-item-box .slider-item-img .img-box > img {
    max-width: 449px;
    min-width: 449px;
  }
  .program-benefits .benefits-slider .slick-list .slider-item .slider-item-box .slider-item-img .img-box > img:nth-child(1) {
    top: -84px;
  }
  .program-benefits .benefits-slider .slick-list .slider-item .slider-item-box .slider-item-img .img-box > img:nth-child(2) {
    right: 160px;
    bottom: -50px;
    max-width: 161px;
    min-width: 161px;
  }
  .program-benefits .benefits-slider .slick-list .slider-item .slider-item-box .slider-item-img .img-box > img:nth-child(3) {
    bottom: -10px;
    max-width: 161px;
    min-width: 161px;
  }
  .program-benefits .benefits-slider .slick-list .slider-item .slider-item-box .slider-item-img .title {
    right: 30px;
  }
  .program-benefits .benefits-slider .slick-list .slider-item .slider-item-box .slider-item-descr .text {
    max-width: 620px;
  }
  .program-benefits .benefits-slider .slick-list .slider-item .slider-item-box .slider-item-descr .text > p {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .program-benefits .benefits-slider .slick-list .slider-item .slider-item-box .slider-item-descr .text > ul > li {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 767px) and (max-width: 1080px) {
  .program-benefits {
    margin: 40px 0 0 0;
  }
  .program-benefits h4 {
    font-size: 1.625rem;
    line-height: 2.1875rem;
    margin: 0 0 10px 0;
  }
  .program-benefits .benefits-slider {
    margin-top: -84px;
  }
  .program-benefits .benefits-slider .slick-list {
    padding: 84px 0 0 0;
  }
  .program-benefits .benefits-slider .slick-arrow {
    width: 64px;
    height: 64px;
  }
  .program-benefits .benefits-slider .slick-arrow > img {
    width: 22px;
    height: 26px;
  }
  .program-benefits .benefits-slider .slider-item .slider-item-box {
    gap: 50px;
    flex-direction: column;
  }
  .program-benefits .benefits-slider .slider-item .slider-item-box .slider-item-img .bg {
    margin-right: 0;
    width: 432px;
    height: 407px;
  }
  .program-benefits .benefits-slider .slider-item .slider-item-box .slider-item-img .img-box > img {
    max-width: 449px;
    min-width: 449px;
  }
  .program-benefits .benefits-slider .slider-item .slider-item-box .slider-item-img .img-box > img:nth-child(1) {
    top: -84px;
    left: 20px;
  }
  .program-benefits .benefits-slider .slider-item .slider-item-box .slider-item-img .img-box > img:nth-child(2) {
    right: 220px;
    bottom: -40px;
    max-width: 161px;
    min-width: 161px;
  }
  .program-benefits .benefits-slider .slider-item .slider-item-box .slider-item-img .img-box > img:nth-child(3) {
    right: 60px;
    max-width: 161px;
    min-width: 161px;
  }
  .program-benefits .benefits-slider .slider-item .slider-item-box .slider-item-img .title {
    right: 50px;
    width: 250px;
  }
  .program-benefits .benefits-slider .slider-item .slider-item-box .slider-item-descr {
    padding: 0 20px;
  }
  .program-benefits .benefits-slider .slider-item .slider-item-box .slider-item-descr .text {
    max-width: 100%;
  }
  .program-benefits .benefits-slider .slider-item .slider-item-box .slider-item-descr .text > ul {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 767px) {
  .program-benefits {
    margin: 30px 0 0 0;
  }
  .program-benefits h4 {
    font-size: 1.625rem;
    line-height: 1.875rem;
    margin: 0 0 10px 0;
  }
  .program-benefits p {
    font-size: 1rem;
  }
  .program-benefits .benefits-slider {
    margin-top: -70px;
  }
  .program-benefits .benefits-slider .slick-list {
    padding: 124px 0 30px 0;
  }
  .program-benefits .benefits-slider .slick-arrow {
    width: 60px;
    height: 60px;
    top: 58%;
    transform: translateY(-58%);
  }
  .program-benefits .benefits-slider .slick-arrow > img {
    width: 22px;
    height: 26px;
  }
  .program-benefits .benefits-slider .slider-item .slider-item-box {
    gap: 30px;
    flex-direction: column;
  }
  .program-benefits .benefits-slider .slider-item .slider-item-box .slider-item-img {
    max-width: 304px;
  }
  .program-benefits .benefits-slider .slider-item .slider-item-box .slider-item-img .bg {
    margin-right: 0;
    width: 304px;
    height: 304px;
  }
  .program-benefits .benefits-slider .slider-item .slider-item-box .slider-item-img .img-box > img {
    max-width: 249px;
    min-width: 249px;
  }
  .program-benefits .benefits-slider .slider-item .slider-item-box .slider-item-img .img-box > img:nth-child(1) {
    top: -124px;
    left: 0;
  }
  .program-benefits .benefits-slider .slider-item .slider-item-box .slider-item-img .img-box > img:nth-child(2) {
    right: 110px;
    bottom: -25px;
    max-width: 121px;
    min-width: 121px;
  }
  .program-benefits .benefits-slider .slider-item .slider-item-box .slider-item-img .img-box > img:nth-child(3) {
    right: 0;
    bottom: 10px;
    max-width: 121px;
    min-width: 121px;
  }
  .program-benefits .benefits-slider .slider-item .slider-item-box .slider-item-img .title {
    right: 0;
    left: 0;
    width: 200px;
  }
  .program-benefits .benefits-slider .slider-item .slider-item-box .slider-item-img .title > h6 {
    font-size: 1.625rem;
    line-height: 2rem;
  }
  .program-benefits .benefits-slider .slider-item .slider-item-box .slider-item-descr .text {
    max-width: 100%;
  }
  .program-benefits .benefits-slider .slider-item .slider-item-box .slider-item-descr .text > p {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
  .program-benefits .benefits-slider .slider-item .slider-item-box .slider-item-descr .text > ul {
    margin: 0 0 20px 0;
  }
  .program-benefits .benefits-slider .slider-item .slider-item-box .slider-item-descr .text > ul > li {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
  .program-benefits .benefits-slider .slider-item .slider-item-box .slider-item-descr .text > a {
    font-size: 1.125rem;
    min-width: 169px;
  }
}
.features {
  background: #232F34;
  padding: 83px 0 35px 0;
}
.features h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.3125rem;
  text-align: center;
  color: #FFCB7D;
  margin: 0 0 5px 0;
}
.features p {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 20px 0;
}
.features > img {
  width: 100%;
  object-fit: cover;
}
.features .features-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(29%, 1fr));
  margin: 25px 0 0 0;
}
.features .features-cards .features-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px 50px 20px;
  position: relative;
  height: 100%;
  justify-content: space-between;
}
.features .features-cards .features-card > h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0 auto 5px auto;
  max-width: 240px;
}
.features .features-cards .features-card > img {
  width: 100%;
  object-fit: contain;
  max-width: 97px;
  max-height: 75px;
  margin: 0 0 15px 0;
}
.features .features-cards .features-card > p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  text-align: center;
  margin: 0 0 auto 0;
  color: #FFFFFF;
  text-transform: capitalize;
  max-width: 320px;
}
.features .features-cards .features-card > a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: center;
  color: #000000;
  background: #FFCB7D;
  padding: 5px 10px;
  text-transform: capitalize;
  min-width: 199px;
  width: max-content;
  display: block;
  transition: background 0.7s ease, color 0.7s ease;
  margin: 24px 0 0 0;
}
.features .features-cards .features-card > a:hover {
  background: #000000;
  color: #FCC359;
}
.features .features-cards .features-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 90%;
  background: #FFFFFF;
}
.features .features-cards .features-card:first-child {
  padding: 0 20px 50px 0;
}
.features .features-cards .features-card:last-child {
  padding: 0 0 50px 20px;
}
.features .features-cards .features-card:last-child::after {
  content: none;
}
.features .popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.7s ease 0s;
  z-index: 9;
}
.features .popup .popup-body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 40px;
}
.features .popup .popup-body .popup-content {
  width: 100%;
  background: #000000;
  position: relative;
  transition: all 0.8s ease 0s;
  opacity: 0;
  transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
}
.features .popup .popup-body .popup-content .popup-close {
  position: absolute;
  width: 45px;
  height: 45px;
  right: 24px;
  top: 24px;
}
.features .popup .popup-body .popup-content .popup-close > img {
  width: 100%;
  object-fit: cover;
}
.features .popup .popup-body .popup-content .popup-box {
  padding: 55px 100px;
}
.features .popup .popup-body .popup-content .popup-box > h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.3125rem;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 63px 0;
}
.features .popup .popup-body .popup-content .popup-box .popup-slider .slick-list,
.features .popup .popup-body .popup-content .popup-box .popup-slider .slick-track {
  display: flex;
}
.features .popup .popup-body .popup-content .popup-box .popup-slider .slick-arrow {
  background: #FFCB7D;
  padding: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  transition: all 200ms linear;
  width: 74px;
  height: 74px;
  border: none;
  outline: none;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.features .popup .popup-body .popup-content .popup-box .popup-slider .slick-arrow.slick-next.slick-disabled, .features .popup .popup-body .popup-content .popup-box .popup-slider .slick-arrow.slick-prev.slick-disabled {
  display: none !important;
}
.features .popup .popup-body .popup-content .popup-box .popup-slider .slick-arrow.slick-next {
  right: -73px;
}
.features .popup .popup-body .popup-content .popup-box .popup-slider .slick-arrow.slick-prev {
  left: -73px;
}
.features .popup .popup-body .popup-content .popup-box .popup-slider .slick-arrow > img {
  width: 26px;
  height: 29px;
  object-fit: cover;
}
.features .popup .popup-body .popup-content .popup-box .popup-slider .popup-slider-item {
  margin: 0 25px;
  padding: 52px 15px 24px 15px;
  background: rgba(35, 47, 52, 0.98);
  border-radius: 10px;
}
.features .popup .popup-body .popup-content .popup-box .popup-slider .popup-slider-item:first-child {
  margin: 0 25px 0 0;
}
.features .popup .popup-body .popup-content .popup-box .popup-slider .popup-slider-item:last-child {
  margin: 0 0 0 25px;
}
.features .popup .popup-body .popup-content .popup-box .popup-slider .popup-slider-item > h5 {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.3125rem;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 24px 0;
}
.features .popup .popup-body .popup-content .popup-box .popup-slider .popup-slider-item > p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 20px 0;
  word-wrap: break-word;
}
.features .popup .popup-body .popup-content .popup-box .popup-slider .popup-slider-item > p:last-child {
  margin: 0;
}
.features .popup .popup-body .popup-content .popup-box .popup-slider .popup-slider-item > ul > li {
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  color: #FFFFFF;
  word-wrap: break-word;
}
.features .popup.open {
  opacity: 1;
  visibility: visible;
}
.features .popup.open .popup-body .popup-content {
  transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
  opacity: 1;
}

@media (min-width: 1080px) and (max-width: 1280px) {
  .features .popup .popup-body .popup-content .popup-close {
    right: 20px;
    top: 20px;
  }
  .features .popup .popup-body .popup-content .popup-box {
    padding: 30px 70px;
  }
  .features .popup .popup-body .popup-content .popup-box > h5 {
    margin: 0 0 40px 0;
  }
  .features .popup .popup-body .popup-content .popup-box .popup-slider .slick-arrow {
    width: 63px;
    height: 63px;
  }
  .features .popup .popup-body .popup-content .popup-box .popup-slider .slick-arrow.slick-prev {
    left: -60px;
  }
  .features .popup .popup-body .popup-content .popup-box .popup-slider .slick-arrow.slick-next {
    right: -60px;
  }
  .features .popup .popup-body .popup-content .popup-box .popup-slider .popup-slider-item {
    margin: 0 10px;
    padding: 40px 15px 24px 15px;
  }
  .features .popup .popup-body .popup-content .popup-box .popup-slider .popup-slider-item:first-child {
    margin: 0 10px 0 0;
  }
  .features .popup .popup-body .popup-content .popup-box .popup-slider .popup-slider-item:last-child {
    margin: 0 0 0 10px;
  }
}
@media (min-width: 767px) and (max-width: 1080px) {
  .features {
    padding: 35px 0;
  }
  .features h4 {
    font-size: 1.75rem;
    line-height: 2rem;
    margin: 0 auto 5px auto;
    max-width: 720px;
  }
  .features p {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
  .features .features-cards .features-card {
    padding: 0 15px 30px 15px;
  }
  .features .features-cards .features-card:first-child {
    padding: 0 15px 30px 0;
  }
  .features .features-cards .features-card:last-child {
    padding: 0 0 30px 15px;
  }
  .features .features-cards .features-card::after {
    height: 93%;
  }
  .features .popup .popup-body {
    padding: 30px 15px;
  }
  .features .popup .popup-body .popup-content {
    width: 100%;
  }
  .features .popup .popup-body .popup-content .popup-close {
    right: 20px;
    top: 20px;
  }
  .features .popup .popup-body .popup-content .popup-box {
    padding: 30px 40px;
  }
  .features .popup .popup-body .popup-content .popup-box > h5 {
    font-size: 1.625rem;
    line-height: 2rem;
    margin: 0 0 30px 0;
  }
  .features .popup .popup-body .popup-content .popup-box .popup-slider .slick-dots {
    margin: 20px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
  }
  .features .popup .popup-body .popup-content .popup-box .popup-slider .slick-dots > li > button {
    background: #FFCB7D;
    border: 1px solid #FFCB7D;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    max-width: 12px;
    min-width: 12px;
    max-height: 12px;
    min-height: 12px;
    cursor: pointer;
    font-size: 0rem;
    line-height: 0rem;
    padding: 0;
    display: block;
  }
  .features .popup .popup-body .popup-content .popup-box .popup-slider .slick-dots > li.slick-active > button {
    background: transparent;
  }
  .features .popup .popup-body .popup-content .popup-box .popup-slider .popup-slider-item {
    margin: 0 10px;
    padding: 30px 15px;
  }
  .features .popup .popup-body .popup-content .popup-box .popup-slider .popup-slider-item:first-child {
    margin: 0 10px 0 0;
  }
  .features .popup .popup-body .popup-content .popup-box .popup-slider .popup-slider-item:last-child {
    margin: 0 0 0 10px;
  }
  .features .popup .popup-body .popup-content .popup-box .popup-slider .popup-slider-item > h5 {
    font-size: 1.625rem;
    line-height: 2rem;
    margin: 0 0 20px 0;
  }
  .features .popup .popup-body .popup-content .popup-box .popup-slider .popup-slider-item > p {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
  .features .popup .popup-body .popup-content .popup-box .popup-slider .popup-slider-item > ul > li {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
@media (max-width: 767px) {
  .features {
    padding: 30px 0;
  }
  .features h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .features p {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin: 0 0 15px 0;
  }
  .features .features-cards {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    margin: 20px 0 0 0;
  }
  .features .features-cards .features-card {
    padding: 25px 0;
  }
  .features .features-cards .features-card:first-child {
    padding: 0 0 25px 0;
  }
  .features .features-cards .features-card:last-child {
    padding: 25px 0 0 0;
  }
  .features .features-cards .features-card::after {
    width: 100%;
    height: 1px;
  }
  .features .features-cards .features-card > h5 {
    font-size: 1.25rem;
    line-height: 1.625rem;
    max-width: 100%;
  }
  .features .features-cards .features-card > img {
    max-width: 77px;
    max-height: 57px;
    min-width: 77px;
    min-height: 57px;
  }
  .features .features-cards .features-card > p {
    max-width: 100%;
  }
  .features .features-cards .features-card > a {
    min-width: 190px;
    margin: 15px 0 0 0;
  }
  .features .popup .popup-body {
    padding: 20px 10px;
  }
  .features .popup .popup-body .popup-content {
    width: 100%;
  }
  .features .popup .popup-body .popup-content .popup-close {
    position: absolute;
    width: 35px;
    height: 35px;
    right: 5px;
    top: 5px;
  }
  .features .popup .popup-body .popup-content .popup-box {
    padding: 40px 10px;
  }
  .features .popup .popup-body .popup-content .popup-box > h5 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0 0 25px 0;
  }
  .features .popup .popup-body .popup-content .popup-box .popup-slider .slick-dots {
    margin: 20px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
  }
  .features .popup .popup-body .popup-content .popup-box .popup-slider .slick-dots > li > button {
    background: #FFCB7D;
    border: 1px solid #FFCB7D;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    max-width: 12px;
    min-width: 12px;
    max-height: 12px;
    min-height: 12px;
    cursor: pointer;
    font-size: 0rem;
    line-height: 0rem;
    padding: 0;
    display: block;
  }
  .features .popup .popup-body .popup-content .popup-box .popup-slider .slick-dots > li.slick-active > button {
    background: transparent;
  }
  .features .popup .popup-body .popup-content .popup-box .popup-slider .popup-slider-item {
    margin: 0 5px;
    padding: 52px 15px 24px 15px;
    background: rgba(35, 47, 52, 0.98);
    border-radius: 10px;
  }
  .features .popup .popup-body .popup-content .popup-box .popup-slider .popup-slider-item:first-child {
    margin: 0 5px 0 0;
  }
  .features .popup .popup-body .popup-content .popup-box .popup-slider .popup-slider-item:last-child {
    margin: 0 0 0 5px;
  }
  .features .popup .popup-body .popup-content .popup-box .popup-slider .popup-slider-item > h5 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0 0 20px 0;
  }
  .features .popup .popup-body .popup-content .popup-box .popup-slider .popup-slider-item > p {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .features .popup .popup-body .popup-content .popup-box .popup-slider .popup-slider-item > ul > li {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.choose-us {
  background-image: url(../img/choose-us-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 123px 0 41px 0;
  display: none;
}
.choose-us h3 {
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: center;
  margin: 0 0 59px 0;
  color: #000000;
  text-transform: uppercase;
}
.choose-us .choose-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  gap: 51px;
  margin: 122px 0 0 0;
}
.choose-us .choose-cards .choose-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.81);
}
.choose-us .choose-cards .choose-card .choose-card-img {
  width: 120px;
  height: 111px;
  border-radius: 50%;
  background: #FCC359;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -53px auto 0 auto;
}
.choose-us .choose-cards .choose-card .choose-card-img > img {
  width: 79px;
  height: 87px;
  object-fit: contain;
}
.choose-us .choose-cards .choose-card .choose-card-descr {
  padding: 45px 11px 90px 11px;
  margin-bottom: auto;
}
.choose-us .choose-cards .choose-card .choose-card-descr > h6 {
  margin: 0 auto 27px auto;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  color: #FCC359;
  max-width: 257px;
}
.choose-us .choose-cards .choose-card .choose-card-descr > p {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  text-align: center;
  color: #FFFFFF;
  margin: 0 auto 27px auto;
  max-width: 301px;
}
.choose-us .choose-cards .choose-card .choose-card-descr > p:last-child {
  margin: 0 auto;
}

@media (min-width: 767px) and (max-width: 1080px) {
  .choose-us {
    padding: 40px 0;
  }
  .choose-us h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .choose-us .choose-cards {
    gap: 24px;
    margin: 80px 0 0 0;
  }
  .choose-us .choose-cards .choose-card .choose-card-descr {
    padding: 45px 11px;
  }
}
@media (max-width: 767px) {
  .choose-us {
    padding: 40px 0;
  }
  .choose-us h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin: 0 0 24px 0;
  }
  .choose-us .choose-cards {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 60px;
    margin: 70px 0 0 0;
  }
  .choose-us .choose-cards .choose-card .choose-card-img {
    width: 90px;
    height: 79px;
    margin: -45px auto 0 auto;
  }
  .choose-us .choose-cards .choose-card .choose-card-img > img {
    width: 59px;
    height: 69px;
  }
  .choose-us .choose-cards .choose-card .choose-card-descr {
    padding: 24px 10px;
  }
  .choose-us .choose-cards .choose-card .choose-card-descr > h6 {
    margin: 0 auto 20px auto;
    font-size: 1.125rem;
    line-height: 1.25rem;
    max-width: 100%;
  }
  .choose-us .choose-cards .choose-card .choose-card-descr > p {
    margin: 0 auto 20px auto;
    max-width: 100%;
  }
}
.about-us {
  position: relative;
}
.about-us::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 432px);
  background: rgba(255, 203, 125, 0.5);
}
.about-us .about-us-top {
  position: relative;
  height: 432px;
  max-height: 432px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.about-us .about-us-top > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.6;
}
.about-us .about-us-top::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.34);
}
.about-us .about-us-top h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 4rem;
  line-height: 4.875rem;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  margin: 0;
}
.about-us .about-us-bottom {
  margin: -17px 0 0 0;
  position: relative;
  z-index: 1;
  padding: 0 0 32px 0;
}
.about-us .about-us-bottom .about-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 47px;
  max-width: 1168px;
  margin: 0 auto;
}
.about-us .about-us-bottom .about-cards .about-card {
  border-radius: 20px;
  background: #FFCB7D;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.about-us .about-us-bottom .about-cards .about-card .about-card-img {
  width: 201px;
  height: 225px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -71px auto 0 auto;
}
.about-us .about-us-bottom .about-cards .about-card .about-card-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-us .about-us-bottom .about-cards .about-card .about-card-descr {
  padding: 0 35px 24px 35px;
  max-width: 350px;
  margin: 0 auto auto auto;
}
.about-us .about-us-bottom .about-cards .about-card .about-card-descr > h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  margin: 0 0 21px 0;
  color: #000000;
}
.about-us .about-us-bottom .about-cards .about-card .about-card-descr > p {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  text-align: center;
  margin: 0 0 21px 0;
  color: #000000;
}
.about-us .about-us-bottom .about-cards .about-card .about-card-descr > p:last-child {
  margin: 0;
}
.about-us .about-us-bottom::before, .about-us .about-us-bottom::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about-us .about-us-bottom::before {
  left: 0;
  top: 0;
  width: 270px;
  height: 300px;
  background-image: url(../img/about-before.png);
  z-index: -1;
}
.about-us .about-us-bottom::after {
  right: 0;
  bottom: 0;
  width: 270px;
  height: 450px;
  background-image: url(../img/about-after.png);
  z-index: -1;
}

@media (min-width: 767px) and (max-width: 1080px) {
  .about-us::after {
    height: calc(100% - 342px);
  }
  .about-us .about-us-top {
    height: 342px;
    max-height: 342px;
  }
  .about-us .about-us-top h2 {
    font-size: 3.375rem;
    line-height: 4rem;
  }
  .about-us .about-us-bottom::before, .about-us .about-us-bottom::after {
    width: 120px;
    height: 200px;
  }
  .about-us .about-us-bottom .about-cards {
    gap: 47px 20px;
    max-width: 100%;
  }
  .about-us .about-us-bottom .about-cards .about-card .about-card-img {
    width: 181px;
    height: 205px;
  }
  .about-us .about-us-bottom .about-cards .about-card .about-card-descr {
    padding: 0 24px 24px 24px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .about-us::after {
    height: calc(100% - 300px);
  }
  .about-us .about-us-top {
    height: 300px;
    max-height: 300px;
  }
  .about-us .about-us-top h2 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
  .about-us .about-us-bottom::before, .about-us .about-us-bottom::after {
    width: 80px;
    height: 150px;
  }
  .about-us .about-us-bottom .about-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 47px;
    max-width: 100%;
  }
  .about-us .about-us-bottom .about-cards .about-card .about-card-img {
    width: 161px;
    height: 171px;
    margin: -51px auto 0 auto;
  }
  .about-us .about-us-bottom .about-cards .about-card .about-card-descr {
    padding: 0 10px 20px 10px;
    max-width: 100%;
  }
  .about-us .about-us-bottom .about-cards .about-card .about-card-descr > h6 {
    font-size: 1rem;
    line-height: 1.25rem;
    margin: 0 0 15px 0;
  }
}
.ceo-company {
  background: #000000;
  position: relative;
  padding: 174px 0 190px 0;
}
.ceo-company::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  margin: auto;
  width: 100%;
  height: 95%;
  background-image: url(../img/ceo-company-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ceo-company .ceo-card {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  max-width: 1062px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 0 22px 44px 44px;
  background: linear-gradient(to right, #FFFFFF 50%, #FFCB7D 50%);
}
.ceo-company .ceo-card .ceo-descr {
  padding: 22px 39px 0 0;
  width: 50%;
}
.ceo-company .ceo-card .ceo-descr > p {
  font-family: "Inria Serif", serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1875rem;
  text-align: center;
  color: #000000;
  margin: 0 0 60px 0;
}
.ceo-company .ceo-card .ceo-descr > p:last-child {
  margin: 0;
}
.ceo-company .ceo-card .ceo-img {
  padding: 0 0 0 79px;
  width: 50%;
}
.ceo-company .ceo-card .ceo-img > img {
  width: 100%;
  object-fit: cover;
  margin-top: -22px;
  max-height: 434px;
}

@media (min-width: 767px) and (max-width: 1080px) {
  .ceo-company {
    padding: 120px 0;
  }
  .ceo-company::after {
    top: 5px;
    bottom: 5px;
    height: 98%;
  }
  .ceo-company .ceo-card {
    max-width: 100%;
    padding: 0 22px 44px 22px;
  }
  .ceo-company .ceo-card .ceo-descr {
    padding: 44px 22px 0 0;
  }
  .ceo-company .ceo-card .ceo-descr > p {
    margin: 0 0 30px 0;
  }
  .ceo-company .ceo-card .ceo-img {
    padding: 0 0 0 22px;
  }
  .ceo-company .ceo-card .ceo-img > img {
    margin-top: 0;
    max-height: 100%;
  }
}
@media (max-width: 767px) {
  .ceo-company {
    padding: 60px 0;
  }
  .ceo-company::after {
    height: 98%;
  }
  .ceo-company .ceo-card {
    max-width: 100%;
    padding: 0 0 30px 0;
    background: #FFFFFF;
    flex-direction: column-reverse;
  }
  .ceo-company .ceo-card .ceo-descr {
    padding: 20px 10px 0 10px;
    width: 100%;
  }
  .ceo-company .ceo-card .ceo-descr > p {
    margin: 0 0 30px 0;
  }
  .ceo-company .ceo-card .ceo-img {
    padding: 0 10px 20px 10px;
    width: 100%;
    background: #FFCB7D;
  }
  .ceo-company .ceo-card .ceo-img > img {
    object-fit: contain;
    max-height: 280px;
  }
}
.reviews {
  background: rgba(0, 0, 0, 0.93);
  padding: 50px 0;
}
.reviews h3 {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.75rem;
  text-align: center;
  color: #FFCB7D;
  margin: 0 0 69px 0;
}
.reviews .reviews-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 54px;
  margin: 0 0 47px 0;
}
.reviews .reviews-cards .reviews-card {
  border: 5px solid #FFCB7D;
  padding: 21px 24px 30px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reviews .reviews-cards .reviews-card > img {
  width: 166px;
  height: 166px;
  border-radius: 50%;
  object-fit: contain;
  margin: 0 0 33px 0;
}
.reviews .reviews-cards .reviews-card > img.stars-img {
  width: 129px;
  height: 30px;
  border-radius: 0%;
  margin: 0 0 16px 0;
}
.reviews .reviews-cards .reviews-card > p {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  color: #FFFFFF;
  text-align: center;
  margin: 0 0 19px 0;
}
.reviews .reviews-cards .reviews-card > p > span {
  font-weight: 700;
  color: #FFCB7D;
}
.reviews .reviews-cards .reviews-card > p > b {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.1875rem;
}
.reviews .reviews-cards .reviews-card > p:last-child {
  margin: 0;
}
.reviews .reviews-result {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 67px;
}
.reviews .reviews-result .result-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reviews .reviews-result .result-left .result-value {
  margin: 0 0 23px 0;
}
.reviews .reviews-result .result-left .result-value > h5 {
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 3.8125rem;
  text-align: center;
  color: #FFCB7D;
  margin: 0;
}
.reviews .reviews-result .result-left .result-line {
  max-width: 330px;
  min-width: 330px;
  width: 100%;
  height: 3px;
  background: #FFCB7D;
  margin: 0 auto 13px auto;
}
.reviews .reviews-result .result-left .result-descr > p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}
.reviews .reviews-result .result-left .result-descr > p > b {
  font-weight: 800;
}
.reviews .reviews-result .result-right .result-value {
  margin: 0 0 23px 0;
}
.reviews .reviews-result .result-right .result-value > h5 {
  font-weight: 700;
  font-size: 50px;
  line-height: 60.51px;
  text-align: center;
  color: #FFCB7D;
  margin: 0;
}
.reviews .reviews-result .result-right .result-line {
  max-width: 330px;
  min-width: 330px;
  width: 100%;
  height: 3px;
  background: #FFCB7D;
  margin: 0 auto 13px auto;
}
.reviews .reviews-result .result-right .result-descr > p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}
.reviews .reviews-result .result-right .result-descr > p > b {
  font-weight: 800;
}

@media (min-width: 767px) and (max-width: 1080px) {
  .reviews {
    padding: 40px 0;
  }
  .reviews h3 {
    font-size: 2rem;
    line-height: 2.25rem;
    margin: 0 0 49px 0;
  }
  .reviews .reviews-cards {
    gap: 20px;
    margin: 0 0 37px 0;
  }
  .reviews .reviews-cards .reviews-card {
    padding: 21px 18px 30px 18px;
  }
  .reviews .reviews-result {
    gap: 20px;
  }
  .reviews .reviews-result .result-left .result-line {
    max-width: 300px;
    min-width: 300px;
  }
}
@media (max-width: 767px) {
  .reviews {
    padding: 30px 0;
  }
  .reviews h3 {
    font-size: 1.75rem;
    line-height: 2rem;
    margin: 0 0 30px 0;
  }
  .reviews .reviews-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    margin: 0 0 30px 0;
  }
  .reviews .reviews-cards .reviews-card {
    padding: 30px 10px;
    border: 3px solid #FFCB7D;
  }
  .reviews .reviews-cards .reviews-card > img {
    width: 100px;
    height: 100px;
    margin: 0 0 20px 0;
  }
  .reviews .reviews-cards .reviews-card > img.stars-img {
    width: 100px;
    height: 20px;
    margin: 0 0 15px 0;
  }
  .reviews .reviews-cards .reviews-card > p {
    margin: 0 0 15px 0;
  }
  .reviews .reviews-result {
    gap: 37px;
  }
  .reviews .reviews-result .result-left .result-value,
  .reviews .reviews-result .result-right .result-value {
    margin: 0 0 20px 0;
  }
  .reviews .reviews-result .result-left .result-value > h5,
  .reviews .reviews-result .result-right .result-value > h5 {
    font-size: 2.5rem;
    line-height: 3.1875rem;
  }
  .reviews .reviews-result .result-left .result-line,
  .reviews .reviews-result .result-right .result-line {
    max-width: 280px;
    min-width: 280px;
    margin: 0 auto 20px auto;
  }
  .reviews .reviews-result .result-left .result-descr > p,
  .reviews .reviews-result .result-right .result-descr > p {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
.contact-us {
  background: rgba(0, 0, 0, 0.93);
  padding: 0 0 100px 0;
}
.contact-us .contact-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  max-width: 1270px;
  margin: 0 auto;
}
.contact-us .contact-wrapper .contact-form {
  max-width: 903px;
  width: 100%;
  padding: 22px 0 0 0;
}
.contact-us .contact-wrapper .contact-form > h4 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.4375rem;
  text-align: left;
  color: #FFCB7D;
  margin: 0 0 32px 0;
}
.contact-us .contact-wrapper .contact-form label {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1875rem;
  text-align: left;
  color: #FFFFFF;
}
.contact-us .contact-wrapper .contact-form label > span {
  color: #EF2424;
}
.contact-us .contact-wrapper .contact-form input {
  background: rgba(255, 255, 255, 0.88);
  width: 100%;
  border: none;
  outline: none;
  margin: 16px 0 32px 0;
  padding: 5px 10px;
  height: 37px;
}
.contact-us .contact-wrapper .contact-form textarea {
  background: rgba(255, 255, 255, 0.88);
  width: 100%;
  border: none;
  outline: none;
  margin: 16px 0 67px 0;
  padding: 5px 10px;
  height: 117px;
}
.contact-us .contact-wrapper .contact-form button {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  color: #000000;
  padding: 10px;
  background: #FFCB7D;
  border: none;
  outline: none;
  border-radius: 4px;
  text-transform: capitalize;
  min-width: 168px;
  width: max-content;
  display: block;
  transition: background 0.7s ease, color 0.7s ease;
}
.contact-us .contact-wrapper .contact-form button:hover {
  background: #000000;
  color: #FCC359;
}
.contact-us .contact-wrapper .contact-form .input-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 73px;
  margin: 0 0 16px 0;
}
.contact-us .contact-wrapper .leads {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 285px;
  width: 100%;
}
.contact-us .contact-wrapper .leads .ceo > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 285px;
  max-height: 259px;
  margin: 0 0 27px 0;
}
.contact-us .contact-wrapper .leads .ceo > p {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 16px 0;
}
.contact-us .contact-wrapper .leads .ceo > p > span {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #FFCB7D;
}
.contact-us .contact-wrapper .leads .ceo > p > b {
  font-weight: 800;
}
.contact-us .contact-wrapper .leads .ceo > p:last-child {
  margin: 0;
}
.contact-us .contact-wrapper .leads .president > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 285px;
  max-height: 259px;
  margin: 0 0 27px 0;
}
.contact-us .contact-wrapper .leads .president > p {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 16px 0;
}
.contact-us .contact-wrapper .leads .president > p > span {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #FFCB7D;
}
.contact-us .contact-wrapper .leads .president > p > b {
  font-weight: 800;
}
.contact-us .contact-wrapper .leads .president > p:last-child {
  margin: 0;
}

@media (min-width: 767px) and (max-width: 1080px) {
  .contact-us {
    padding: 0 0 60px 0;
  }
  .contact-us .contact-wrapper .contact-form .input-box {
    gap: 32px;
  }
  .contact-us .contact-wrapper .leads {
    max-width: 245px;
  }
  .contact-us .contact-wrapper .leads .ceo > img,
  .contact-us .contact-wrapper .leads .president > img {
    max-width: 245px;
    max-height: 200px;
  }
}
@media (max-width: 767px) {
  .contact-us {
    padding: 0;
  }
  .contact-us .contact-wrapper {
    gap: 30px;
    max-width: 100%;
    flex-direction: column;
  }
  .contact-us .contact-wrapper .contact-form {
    max-width: 100%;
    padding: 30px 0 0 0;
  }
  .contact-us .contact-wrapper .contact-form > h4 {
    font-size: 1.625rem;
    line-height: 2rem;
    margin: 0 0 30px 0;
  }
  .contact-us .contact-wrapper .contact-form input {
    margin: 16px 0;
  }
  .contact-us .contact-wrapper .contact-form textarea {
    margin: 16px 0;
  }
  .contact-us .contact-wrapper .contact-form .input-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    margin: 0;
  }
  .contact-us .contact-wrapper .leads {
    max-width: 100%;
  }
  .contact-us .contact-wrapper .leads .ceo > img,
  .contact-us .contact-wrapper .leads .president > img {
    max-width: 100%;
    max-height: 180px;
    margin: 0 0 12px 0;
  }
  .contact-us .contact-wrapper .leads .ceo > p,
  .contact-us .contact-wrapper .leads .president > p {
    margin: 0 0 12px 0;
  }
}

/*# sourceMappingURL=style.css.map */
