* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Barlow-Light";
  src: url("../fonts/Barlow-Light.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow-Bold";
  src: url("../fonts/Barlow-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow-Black";
  src: url("../fonts/Barlow-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.col-1 {
  width: 100%;
  max-width: 8.3333333333%;
}

.col-2 {
  width: 100%;
  max-width: 16.6666666667%;
}

.col-3 {
  width: 100%;
  max-width: 25%;
}

.col-4 {
  width: 100%;
  max-width: 33.3333333333%;
}

.col-5 {
  width: 100%;
  max-width: 41.66666666%;
}

.col-6 {
  width: 100%;
  max-width: 50%;
}

.col-7 {
  width: 100%;
  max-width: 58.3333333333%;
}

.col-8 {
  width: 100%;
  max-width: 66.6666666667%;
}

.col-9 {
  width: 100%;
  max-width: 75%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 1300px) {
  .container {
    max-width: calc(100% - 120px);
  }
}
@media (max-width: 991px) {
  .container {
    max-width: calc(100% - 80px);
  }
}
.wrapper {
  display: flex;
  flex-wrap: wrap;
}

.overflow-hide {
  overflow: hidden;
}

.ai-center {
  align-items: center;
}

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

.d-flex {
  display: flex;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

body {
  font-family: "Barlow-Light", sans-serif;
  line-height: normal;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #000000;
  margin: 0;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
}
body.open-menu {
  position: relative;
}

main.page ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main.page ul li {
  display: flex;
  align-items: center;
  gap: 20px;
}
main.page ul li::before {
  content: url("../img/icon/icon-li.png");
  width: 22px;
  height: 22px;
  display: flex;
}

button {
  border: 0;
  background: transparent;
}

input {
  background: transparent;
  color: #000000;
}
input:focus {
  border: 0;
  outline: none;
}

textarea {
  background: transparent;
  color: #000000;
}
textarea:focus {
  border: 0;
  outline: none;
}

a {
  transition: all 0.3s ease;
  text-decoration: none !important;
  color: #000000;
  position: relative;
}
a:hover {
  color: #ffc422;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  margin: 0;
}

h1 {
  font-size: 3.75rem;
  line-height: normal;
  font-family: "Barlow-Black", sans-serif;
}
@media (max-width: 991px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 1.8125rem;
  line-height: normal;
  font-family: "Barlow-Light", sans-serif;
  font-weight: 400;
}
@media (max-width: 991px) {
  h2 {
    font-size: 1.5rem;
    line-height: normal;
  }
}

h3 {
  font-size: 1.5rem;
  line-height: normal;
  font-family: "Barlow-Light", sans-serif;
  font-weight: 300;
}
@media (max-width: 991px) {
  h3 {
    font-size: 1.125rem;
    line-height: normal;
  }
}

h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: "Barlow-Light", sans-serif;
  font-weight: 500;
}
@media (max-width: 991px) {
  h4 {
    font-size: 1rem;
    line-height: normal;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  font-size: 1rem;
  line-height: 1.375rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Barlow-Light", sans-serif;
  color: #000000;
}
@media (max-width: 991px) {
  p {
    font-size: 0.875rem;
    line-height: normal;
  }
}

strong {
  font-family: "Barlow-Bold", sans-serif;
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}

.v100 {
  height: 100vh;
}

.btn {
  background: none;
  font-size: 1.25rem;
  color: #000000;
  padding: 13px 0;
  display: inline-flex;
  position: relative;
  align-items: center;
  cursor: pointer;
  font-family: "Barlow-Bold", sans-serif;
  text-align: center;
  margin-top: 0;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .btn {
    font-size: 1rem;
  }
}
.btn::after {
  content: "";
  position: relative;
  left: 5px;
  bottom: 0;
  width: 25px;
  height: 14px;
  background: url("../img/icon/btn-arrow.png") no-repeat;
  transition: left 0.3s ease;
}
.btn:hover {
  color: #ffc422;
}
.btn:hover::after {
  left: 15px;
  transition: left 0.3s ease;
}
.btn__white {
  transition: all 0.3s ease;
  color: #ffffff;
}
.btn__white:hover {
  color: #ffffff;
}
.btn__phone {
  padding: 13px 13px;
  position: relative;
  margin-left: 70px;
}
@media (max-width: 1400px) {
  .btn__phone {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .btn__phone {
    margin-left: 0;
  }
}
.btn__phone a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn__phone a::before {
  content: url("../img/icon/icon-call.png");
  width: 22px;
  height: 22px;
  display: flex;
}
.btn__phone:hover a {
  color: #ffffff !important;
}
.btn__email {
  padding: 13px 13px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn__email a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn__email a::before {
  content: url("../img/icon/icon-send.png");
  width: 22px;
  height: 22px;
  display: flex;
}
.btn__email:hover a {
  color: #ffffff !important;
}

.section-header {
  position: absolute;
  top: 50%;
  left: -70px;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  margin: 0;
}
@media (max-width: 1300px) {
  .section-header {
    left: -50px;
  }
}
@media (max-width: 991px) {
  .section-header {
    left: -35px;
    top: 5%;
    transform: translateY(0) rotate(180deg);
  }
}
.section-header p {
  font-size: 3rem;
  font-family: "Barlow-Bold", sans-serif;
  text-transform: uppercase;
  margin: 0;
  line-height: normal;
}
@media (max-width: 1300px) {
  .section-header p {
    font-size: 1.875rem;
  }
}
@media (max-width: 991px) {
  .section-header p {
    font-size: 1.25rem;
  }
}

.notfound {
  padding: 200px 0 100px;
}
.notfound__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
.notfound__title {
  font-size: 6.25rem;
  font-family: "Barlow-Bold", sans-serif;
}
@media (max-width: 991px) {
  .notfound__title {
    font-size: 3.75rem;
  }
}

.pagination {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.pagination .page-numbers {
  font-family: "Barlow-Light", sans-serif;
  font-size: 1.25rem;
  width: 30px;
  height: 30px;
  border: 1px solid #ffc422;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}
.pagination .page-numbers.current {
  background: #ffc422;
  color: #ffffff;
}
.pagination .page-numbers:hover {
  background: #ffc422;
  color: #ffffff;
}
.pagination .page-numbers.next {
  border: 0;
  align-items: start;
}
.pagination .page-numbers.next:hover {
  background: transparent;
  color: #ffc422;
}
.pagination .page-numbers.prev {
  border: 0;
  align-items: start;
}
.pagination .page-numbers.prev:hover {
  background: transparent;
  color: #ffc422;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0 10px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.breadcrumbs__home {
  width: 14px;
  height: 15px;
}
.breadcrumbs__separator {
  color: #ffc422;
  font-size: 0.875rem;
}
.breadcrumbs__current {
  font-size: 0.875rem;
  color: #ffc422;
  font-family: "Barlow-Light", sans-serif;
}
.breadcrumbs__item {
  font-size: 0.875rem;
  color: #ffc422;
  font-family: "Barlow-Light", sans-serif;
}
.breadcrumbs__item:hover {
  color: #000000;
}

.header {
  position: fixed;
  z-index: 2;
  width: 100vw;
  left: 0;
  top: 0;
  z-index: 41;
  transition: all 0.3s ease;
  box-sizing: border-box;
  padding: 40px 0;
  height: 300px;
}
@media (max-width: 1200px) {
  .header {
    height: auto;
  }
}
@media (max-width: 991px) {
  .header {
    padding: 0;
  }
}
.header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  z-index: 0;
}
.header .container {
  z-index: 1;
  position: relative;
  max-width: 1900px;
  padding: 0 100px 0 50px;
}
@media (max-width: 991px) {
  .header .container {
    padding: 0;
  }
}
.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
@media (max-width: 1400px) {
  .header__content {
    gap: 30px;
    align-items: center;
    padding: 15px;
  }
}
.header__logo {
  height: 86px;
  width: 246px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .header__logo {
    width: auto;
    height: 80px;
  }
}
.header__logo img {
  height: 86px;
  width: 246px;
}
@media (max-width: 991px) {
  .header__logo img {
    height: 40px;
    width: auto;
  }
}
.header__nav {
  display: flex;
  align-items: end;
  gap: 10px;
}
@media (max-width: 991px) {
  .header__nav {
    gap: 20px;
    align-items: center;
  }
}
.header__contact {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 991px) {
  .header__contact {
    display: none;
  }
}
.header__contact a {
  color: #ffffff;
  font-size: 1.25rem;
  font-family: "Barlow-Bold", sans-serif;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}
.header__contact a::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 33px;
  width: 0;
  height: 2px;
  background: #ffc422;
  transition: width 0.3s ease;
}
.header__contact a:hover {
  color: #ffc422;
}
.header__contact a:hover::after {
  width: calc(100% - 33px);
}
.header__menu {
  z-index: 10;
  transition: all 0.3s ease;
}
.header__menu-list {
  display: flex;
  list-style: none;
  gap: 10px;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: space-between;
  font-family: "Barlow-Light", sans-serif;
}
@media (max-width: 991px) {
  .header__menu-list {
    display: none;
  }
}
.header__menu-list > .menu-item {
  margin-left: 55px;
  position: relative;
}
@media (max-width: 991px) {
  .header__menu-list > .menu-item {
    width: 100%;
    margin-left: 0;
  }
}
.header__menu-list > .menu-item > a {
  text-decoration: none;
  color: #ffffff;
  padding: 0;
  font-size: 1.1875rem;
  display: flex;
  align-items: center;
  font-family: "Barlow-Bold", sans-serif;
  transition: all 0.3s ease;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  background: transparent;
  position: relative;
}
.header__menu-list > .menu-item > a::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 0;
  height: 2px;
  background: #ffc422;
  transition: width 0.3s ease;
}
@media (max-width: 991px) {
  .header__menu-list > .menu-item > a::after {
    display: none;
  }
}
.header__menu-list > .menu-item.current-menu-item > a, .header__menu-list > .menu-item.current_page_item > a, .header__menu-list > .menu-item.current-menu-ancestor > a, .header__menu-list > .menu-item.current_page_ancestor > a, .header__menu-list > .menu-item.current-menu-parent > a, .header__menu-list > .menu-item.current_page_parent > a {
  color: #ffc422;
}
.header__menu-list > .menu-item.current-menu-item > a::after, .header__menu-list > .menu-item.current_page_item > a::after, .header__menu-list > .menu-item.current-menu-ancestor > a::after, .header__menu-list > .menu-item.current_page_ancestor > a::after, .header__menu-list > .menu-item.current-menu-parent > a::after, .header__menu-list > .menu-item.current_page_parent > a::after {
  width: 100%;
  transition: width 0.3s ease;
}
.header__menu-list > .menu-item .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  padding: 53px 0;
  z-index: 0;
  width: max-content;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (max-width: 991px) {
  .header__menu-list > .menu-item .sub-menu {
    top: 0;
    padding-left: 20px;
    left: 0;
    transform: translateX(0);
    width: 100%;
  }
}
.header__menu-list > .menu-item .sub-menu > li {
  transition: all 0.3s ease;
  padding: 15px;
  border-bottom: 1px solid #ffc422;
}
.header__menu-list > .menu-item .sub-menu > li a {
  padding: 0;
  display: flex;
  color: #ffffff;
  font-family: "Barlow-Bold", sans-serif;
  text-transform: none;
  font-size: 1.0625rem;
  letter-spacing: 0;
  position: relative;
  transition: all 0.3s ease;
  justify-content: center;
}
@media (max-width: 991px) {
  .header__menu-list > .menu-item .sub-menu > li a {
    justify-content: flex-start;
  }
}
.header__menu-list > .menu-item .sub-menu > li:hover {
  transition: all 0.3s ease;
}
.header__menu-list > .menu-item .sub-menu > li:hover a {
  color: #ffc422 !important;
  transition: all 0.3s ease;
}
.header__menu-list > .menu-item .sub-menu > li:first-child {
  margin-left: 0;
}
.header__menu-list > .menu-item .sub-menu > li.current-menu-item > a {
  background: transparent;
  color: #ffc422;
}
.header__menu-list > .menu-item .sub-menu.submenu-open {
  opacity: 1;
  visibility: visible;
  position: relative;
  width: 100%;
  padding: 0;
}
@media (min-width: 991px) {
  .header__menu-list > .menu-item .sub-menu.submenu-open {
    margin-top: 10px;
  }
}
.header__menu-list > .menu-item .sub-menu.submenu-open li {
  border: 0;
}
@media (min-width: 991px) {
  .header__menu-list > .menu-item .sub-menu.submenu-open li a {
    width: 70%;
  }
}
.header__menu-list > .menu-item:first-child > a {
  margin-left: 0;
}
.header__menu-list > .menu-item:hover {
  color: #ffc422;
}
.header__menu-list > .menu-item:hover > a {
  color: #ffc422;
}
.header__menu-list > .menu-item:hover > a::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffc422;
}
@media (min-width: 991px) {
  .header__menu-list > .menu-item:hover > ul {
    visibility: visible;
    opacity: 1;
    display: flex;
    justify-content: center;
  }
}
.header__menu-list > .menu-item.menu-item-has-children > a {
  position: relative;
}
.header__menu-list > .menu-item.menu-item-has-children > a::after {
  content: url("../img/icon/menu-sub.png");
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 17px;
  height: 16px;
  opacity: 0;
  transition: all 0.3s ease;
  background: transparent;
}
.header__menu-list > .menu-item.menu-item-has-children:hover > a::after {
  opacity: 1;
}
.header__menu-list > .current_page_item > a {
  color: #ffc422;
  position: relative;
}
@media (max-width: 991px) {
  .header__menu-list > .current_page_item > a {
    color: #ffffff;
    justify-content: space-between;
  }
}
.header__menu-list .btn > a {
  margin-left: 0;
  color: #ffffff;
}
.header.scrolled {
  transition: all 0.3s ease;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.9);
  height: auto;
}
@media (max-width: 991px) {
  .header.scrolled {
    padding: 0;
  }
}
.header.scrolled::before {
  display: none;
}
.header.scrolled .header__logo {
  height: 50px;
}
@media (max-width: 991px) {
  .header.scrolled .header__logo {
    height: 40px;
  }
}
.header.scrolled .header__logo img {
  height: 50px;
  width: auto;
}
@media (max-width: 991px) {
  .header.scrolled .header__logo img {
    height: 40px;
    width: auto;
  }
}
.header.scrolled .sub-menu > li {
  background: rgba(0, 0, 0, 0.9);
}
.header__btn {
  padding: 0 10px;
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 39px;
  border-radius: 10px;
  color: #fff;
  background-color: #ffc422;
  border: none;
  margin: 0 auto;
  cursor: pointer;
  border: 1px solid #ffc422;
}
.header__btn:hover {
  background-color: #ffc422;
}
@media (max-width: 991px) {
  .header__btn--open {
    display: flex !important;
    position: relative;
  }
}
.header__btn--open svg path {
  color: #ffffff;
}
.header__btn--close {
  display: none;
}
.header__btn--close svg path {
  color: #ffc422;
}

.header__burger span {
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  position: relative;
  transition: 200ms;
  display: flex;
}
.header__burger span::before {
  content: "";
  position: absolute;
  top: -6px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: 200ms;
  left: 0;
}
.header__burger span::after {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  left: 0;
}

.submenu-toggle {
  display: none;
}

@media (max-width: 991px) {
  .header__menu-list {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #000000;
    z-index: 2000;
    padding: 130px 20px 20px;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    opacity: 0;
    justify-content: flex-start;
    gap: 25px;
    align-items: flex-start;
  }
  .header__btn--close {
    display: none;
    z-index: 9999;
    position: relative;
  }
  .show-mobile-menu {
    overflow: hidden;
    height: 100vh;
  }
  .show-mobile-menu .header__btn--close {
    display: flex !important;
  }
  .show-mobile-menu .header__btn--open {
    display: none !important;
  }
  .show-mobile-menu .header__menu-list {
    transform: translateX(0);
    opacity: 1;
    gap: 25px;
  }
  .submenu-toggle {
    width: 40px;
    position: absolute;
    height: 20px;
    right: 0;
    display: block;
  }
  .submenu-toggle::after {
    content: url("../img/icon/menu-sub.png");
    position: absolute;
    left: auto;
    font-size: 14px;
    transition: transform 0.2s ease;
    transform: rotate(180deg);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: auto;
    bottom: auto;
    right: auto;
  }
}
.footer {
  background-color: #000000;
  padding: 80px 0 100px;
}
@media (max-width: 991px) {
  .footer {
    padding: 50px 0;
  }
}
.footer .container {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  max-width: 1400px;
}
.footer__content {
  display: flex;
  justify-content: flex-start;
  gap: 130px;
}
@media (max-width: 991px) {
  .footer__content {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
}
@media (max-width: 767px) {
  .footer__content {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    text-align: center;
  }
}
.footer__content--logo {
  height: 68px;
  width: auto;
}
@media (max-width: 767px) {
  .footer__content--logo {
    height: 68px;
  }
}
.footer__content--title {
  color: #ffc422;
  font-size: 1.125rem;
  font-family: "Barlow-Bold", sans-serif;
  margin-bottom: 20px;
}
.footer__content--text {
  color: #ffffff;
  font-size: 1.125rem;
  margin-bottom: 20px;
}
.footer__content--text p, .footer__content--text a {
  color: #ffffff;
  font-size: 1.125rem;
  margin-bottom: 5px;
}
.footer__content--text a:hover {
  color: #ffc422;
}
.footer__content--nav {
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__content--nav li a {
  color: #ffffff;
  font-size: 1.125rem;
  font-family: "Barlow-Light", sans-serif;
  transition: 0.3s;
}
.footer__content--nav li a:hover {
  color: #ffc422;
}

.copyright {
  background: #ffffff;
  padding: 90px 0 70px 0;
}
@media (max-width: 767px) {
  .copyright {
    padding: 50px 0 30px 0;
  }
}
.copyright .container {
  max-width: 1200px;
}
.copyright__content {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .copyright__content {
    flex-direction: column;
  }
}
.copyright__content p {
  color: #ffc422;
  margin-bottom: 0;
  font-size: 1.125rem;
}
.copyright__content p a {
  color: #ffc422;
}
.copyright__content p a:hover {
  color: #000000;
}
@media (max-width: 991px) {
  .copyright__content p {
    text-align: center;
  }
}

.wpcf7-form {
  padding: 20px;
  flex-direction: column;
  display: flex;
  gap: 12px;
  padding: 32px 30px;
  background: #f8f8fa;
  border: 1px solid #dedede;
  width: 487px;
  border-radius: 33px;
  position: relative;
}
@media (max-width: 991px) {
  .wpcf7-form {
    width: auto;
  }
}
.wpcf7-form::after {
  content: url("../img/icon/arrow-dashed.png");
  position: absolute;
  height: 154px;
  top: -170px;
  left: auto;
  right: -40px;
}
@media (max-width: 767px) {
  .wpcf7-form::after {
    display: none;
  }
}
.wpcf7-form .row {
  display: flex;
  gap: 15px;
}
.wpcf7-form .row > div {
  flex: 1 1 50%;
}
.wpcf7-form p {
  margin-bottom: 0;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=date],
.wpcf7-form select,
.wpcf7-form textarea {
  padding: 16px 20px;
  background-color: #ffffff;
  width: 100%;
  font-size: 1.0625rem;
  font-family: "Barlow-Light", sans-serif;
  color: #ffc422;
  border: 1px solid #dedede;
  border-radius: 22px;
}
.wpcf7-form input[type=text]::placeholder,
.wpcf7-form input[type=email]::placeholder,
.wpcf7-form input[type=tel]::placeholder,
.wpcf7-form input[type=date]::placeholder,
.wpcf7-form select::placeholder,
.wpcf7-form textarea::placeholder {
  color: #ffc422;
}
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form input[type=date]:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  border: 1px solid #ffc422;
}
.wpcf7-form textarea {
  height: 170px;
}
@media (max-width: 991px) {
  .wpcf7-form textarea {
    height: 100px;
  }
}
.wpcf7-form .btn {
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.wpcf7-form .file-upload {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.wpcf7-form .file-upload input[type=file] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.wpcf7-form .file-upload .wpcf7-form-control-wrap {
  width: 100%;
  order: 1;
}
.wpcf7-form .file-upload__button {
  order: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.wpcf7-form .file-upload__name {
  order: 3;
}
.wpcf7-form .file-upload .wpcf7-not-valid-tip {
  order: 4;
  width: 100%;
  font-size: 0.625rem;
  color: red;
}
.wpcf7-form .file-upload__button img {
  width: 18px;
  height: 18px;
}
.wpcf7-form .file-upload .wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-form .wpcf7-spinner {
  display: none !important;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  padding-left: 35px;
  display: flex;
  min-height: 30px;
  color: #ffc422;
  font-size: 0.625rem;
  line-height: normal;
}
@media (max-width: 991px) {
  .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 0.8125rem;
  }
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label::before {
  background-color: #ffffff;
  border: 1px solid #ffc422 !important;
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  border-radius: 3px;
  left: 0;
}
.wpcf7-form .wpcf7-acceptance input[type=checkbox] {
  display: none;
}
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  border: 1px solid #ffc422 !important;
  background-color: #ffffff;
}
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: url("../img/icon/icon-check-form.png");
  position: absolute;
  left: 2px;
  top: 3px;
}
.wpcf7-form .wpcf7-response-output {
  margin: 10px 0 0 !important;
  background-color: #ffc422 !important;
  color: #ffffff !important;
  font-size: 0.75rem !important;
  border: 0 !important;
  padding: 12px 20px !important;
  border-radius: 10px !important;
}
.wpcf7-form .wpcf7-form.unaccepted .wpcf7-response-output {
  margin: 10px 0 0 !important;
  background-color: #ffc422 !important;
  color: #ffffff !important;
  font-size: 0.75rem !important;
  border: 0 !important;
  padding: 12px 20px !important;
  border-radius: 10px !important;
}
.wpcf7-form .wpcf7-form.sent .wpcf7-response-output {
  margin: 10px 0 0 !important;
  background-color: #ffc422 !important;
  color: #ffffff !important;
  font-size: 0.75rem !important;
  border: 0 !important;
  padding: 12px 20px !important;
  border-radius: 10px !important;
}
.wpcf7-form .wpcf7-form.invalid .wpcf7-response-output {
  margin: 10px 0 0 !important;
  background-color: #ffc422 !important;
  color: #ffffff !important;
  font-size: 0.75rem !important;
  border: 0 !important;
  padding: 12px 20px !important;
  border-radius: 10px !important;
}
.wpcf7-form .wpcf7-not-valid-tip {
  color: red;
  font-size: 0.625rem;
  padding: 0;
}
.wpcf7-form details {
  font-size: 0.75rem;
}
.wpcf7-form details p {
  font-size: 0.75rem;
  line-height: normal;
}

.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0;
  height: 1070px;
}
@media (max-width: 991px) {
  .hero {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .hero {
    height: auto;
  }
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
  z-index: 1;
}
.hero__content {
  height: 100%;
}
.hero__inner {
  height: 100%;
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(255, 196, 34, 0.3);
  border-right: 1px solid rgba(255, 196, 34, 0.3);
  padding: 0 80px;
  z-index: 1;
  position: relative;
}
@media (max-width: 991px) {
  .hero__inner {
    padding: 0 20px;
  }
}
.hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 0;
}
.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 0;
}
.hero__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .hero__text {
    padding: 150px 0 50px;
  }
}
.hero__text h1 {
  color: #ffffff;
  margin-bottom: 20px;
}
.hero__text h1 p {
  font-size: 3.75rem;
  line-height: normal;
  color: #ffffff;
  font-family: "Barlow-Black", sans-serif;
}
@media (max-width: 991px) {
  .hero__text h1 p {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .hero__text h1 p {
    font-size: 1.375rem;
  }
}
.hero__text p {
  color: #ffffff;
  font-family: "Barlow-Light", sans-serif;
  line-height: normal;
  margin-bottom: 40px;
  font-size: 1.375rem;
}
@media (max-width: 991px) {
  .hero__text p {
    font-size: 1rem;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .hero__text p {
    font-size: 0.875rem;
  }
}
.hero .js-swiper-top {
  height: 100%;
}
.hero .swiper-wrapper {
  height: 100%;
}
.hero .swiper-slide {
  height: 100%;
}
.hero .slider__slide {
  min-height: 650px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 991px) {
  .hero .slider__slide {
    min-height: 550px;
  }
}
@media (max-width: 767px) {
  .hero .slider__slide {
    min-height: 500px;
  }
}
.hero .slider__slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.hero .slider__slide .container {
  position: relative;
  z-index: 2;
}
.hero .swiper-pagination {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  left: 0 !important;
  right: 0 !important;
  text-align: left;
  bottom: 25px !important;
  display: flex;
  gap: 5px;
  z-index: 5;
}
@media (max-width: 767px) {
  .hero .swiper-pagination {
    bottom: 15px !important;
  }
}
.hero .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 5px;
  background: #ffffff;
  border-radius: 0;
  opacity: 1;
}
.hero .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000000;
}

.hero-page {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0;
  height: 495px;
}
@media (max-width: 767px) {
  .hero-page {
    height: 300px;
  }
}
.hero-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
  z-index: 1;
}
.hero-page__content {
  height: 100%;
}
.hero-page__inner {
  height: 100%;
  display: flex;
  align-items: end;
  border-left: 1px solid rgba(255, 196, 34, 0.3);
  border-right: 1px solid rgba(255, 196, 34, 0.3);
  padding: 0 50px;
  z-index: 1;
  position: relative;
}
@media (max-width: 991px) {
  .hero-page__inner {
    padding: 0 20px;
  }
}
.hero-page__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 0;
}
.hero-page__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-page__text {
  color: #ffc422;
  font-size: 3rem;
  text-transform: uppercase;
  font-family: "Barlow-Bold", sans-serif;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .hero-page__text {
    font-size: 1.875rem;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .hero-page__text {
    font-size: 1.25rem;
  }
}

.offerts {
  position: relative;
  width: 100%;
  overflow: visible;
  margin: 0;
  padding: 0;
}
.offerts .container {
  border-left: 1px solid rgba(222, 222, 222, 0.3);
  border-right: 1px solid rgba(222, 222, 222, 0.3);
  position: relative;
  padding: 0;
}
.offerts__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 0;
}
@media (max-width: 991px) {
  .offerts__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .offerts__content {
    grid-template-columns: 1fr;
  }
}
.offerts__content--item {
  flex: 1;
  width: 100%;
  display: flex;
  padding: 111px 80px;
  border-bottom: 1px solid rgba(222, 222, 222, 0.3);
  border-right: 1px solid rgba(222, 222, 222, 0.3);
}
@media (max-width: 767px) {
  .offerts__content--item {
    padding: 50px 20px;
    justify-content: center;
    border-right: 0;
  }
}
.offerts__content--item:nth-child(odd) {
  border-right: 1px solid rgba(222, 222, 222, 0.3);
}
@media (max-width: 500px) {
  .offerts__content--item:nth-child(odd) {
    border-right: 0;
    border-bottom: 1px solid rgba(222, 222, 222, 0.3);
  }
}
.offerts__content--item-btn {
  font-size: 1.375rem;
  display: flex;
  align-items: center;
  font-family: "Barlow-Bold", sans-serif;
  margin: 0;
  line-height: 1.375rem;
}
@media (max-width: 767px) {
  .offerts__content--item-btn {
    font-size: 1rem;
  }
}
.offerts__content--item-btn span {
  font-size: 2.5rem;
  margin-right: 10px;
  transition: 0.3s;
  font-family: "Barlow-Light", sans-serif;
  margin-top: -6px;
}
@media (max-width: 767px) {
  .offerts__content--item-btn span {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .offerts__content--item-btn br {
    display: none;
  }
}
.offerts__content--item-btn:hover {
  color: #ffc422;
}
.offerts__content--item-btn:hover span {
  transform: rotate(360deg);
  transition: 0.3s;
  color: #ffc422;
}

.text-img__content {
  padding-bottom: 0 !important;
}
.text-img + .text-img .text-img__content {
  padding-top: 140px;
  padding-bottom: 100px !important;
}
@media (max-width: 767px) {
  .text-img + .text-img .text-img__content {
    padding-top: 70px;
    padding-bottom: 50px !important;
  }
}

.text-img {
  position: relative;
  width: 100%;
  overflow: visible;
  margin: 0;
  padding: 0;
}
.text-img .container {
  border-top: 1px solid rgba(222, 222, 222, 0.3);
  border-left: 1px solid rgba(222, 222, 222, 0.3);
  border-right: 1px solid rgba(222, 222, 222, 0.3);
  position: relative;
  padding: 0;
}
.text-img .container .section-header {
  top: 0%;
  transform: translateY(0%) rotate(180deg);
}
.text-img__content {
  display: flex;
  align-items: start;
  gap: 80px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .text-img__content {
    gap: 40px;
    flex-direction: column;
    padding-bottom: 50px;
  }
}
.text-img__content--image {
  max-width: 520px;
  min-width: 520px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .text-img__content--image {
    max-width: 50%;
    min-width: 50%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .text-img__content--image {
    max-width: 100%;
    min-width: 100%;
    min-height: auto;
    max-height: 100%;
  }
}
.text-img__content--image img {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.text-img__content--text {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 767px) {
  .text-img__content--text {
    margin-top: 0;
    padding: 0 20px;
  }
}
.text-img__content--text h2 {
  margin-bottom: 40px;
  font-size: 6.25rem;
  font-family: "Barlow-Bold", sans-serif;
}
@media (max-width: 1200px) {
  .text-img__content--text h2 {
    font-size: 3.75rem;
  }
}
@media (max-width: 767px) {
  .text-img__content--text h2 {
    font-size: 2.5rem;
  }
}
.text-img__content--text p:last-child {
  margin-bottom: 0;
}
.text-img__content--button {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .text-img__content--button {
    margin-top: 30px;
  }
}
.text-img__content.right {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .text-img__content.right {
    gap: 40px;
    flex-direction: column;
  }
}
.text-img__content.right::after {
  left: 0;
  right: auto;
  border-radius: 0 22px 22px 0;
}
@media (max-width: 767px) {
  .text-img__content.right::after {
    border-radius: 22px 22px 0 0;
    right: auto;
    left: 0;
    top: auto;
    width: 100%;
    height: 70%;
  }
}
.text-img__content.right .text-img__content {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .text-img__content.right .text-img__content {
    flex-direction: column;
  }
}
.text-img__content.right .text-img__content--text {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .text-img__content.right .text-img__content--text {
    padding-left: 20px;
  }
}
.text-img__content .text-full {
  width: 100%;
  padding: 0 50px;
}

.slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0;
  height: 900px;
}
@media (max-width: 991px) {
  .slider {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .slider {
    height: 500px;
  }
}
.slider__content {
  height: 100%;
}
.slider__inner {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  border-left: 1px solid rgba(255, 196, 34, 0.3);
  border-right: 1px solid rgba(255, 196, 34, 0.3);
  padding: 0 80px;
}
@media (max-width: 991px) {
  .slider__inner {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .slider__inner {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 0 20px;
  }
}
.slider__title {
  border-right: 1px solid rgba(255, 196, 34, 0.3);
  height: 100%;
  display: flex;
  align-items: center;
  color: #ffffff;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: normal;
  font-family: "Barlow-Bold", sans-serif;
  padding-right: 80px;
}
@media (max-width: 767px) {
  .slider__title {
    border-right: 0;
    padding: 0;
    font-size: 1.875rem;
    line-height: normal;
    height: auto;
  }
}
.slider__text {
  padding: 0 0 0 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .slider__text {
    line-height: normal;
    height: auto;
    padding: 0;
  }
}
.slider__text p {
  color: #ffffff;
  margin-bottom: 40px;
  font-size: 1.1875rem;
  line-height: normal;
  font-family: "Barlow-Light", sans-serif;
  padding-top: 50px;
}
@media (max-width: 991px) {
  .slider__text p {
    font-size: 0.875rem;
    line-height: normal;
    padding-top: 0;
  }
}
.slider .js-swiper-top {
  height: 100%;
}
.slider .swiper-wrapper {
  height: 100%;
}
.slider .swiper-slide {
  height: 100%;
}
.slider .slider__slide {
  min-height: 900px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 991px) {
  .slider .slider__slide {
    min-height: 550px;
  }
}
@media (max-width: 767px) {
  .slider .slider__slide {
    min-height: 500px;
  }
}
.slider .slider__slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
  z-index: 1;
}
.slider .slider__slide .container {
  position: relative;
  z-index: 2;
}
.slider .slider-button {
  display: flex;
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .slider .slider-button {
    margin-top: 30px;
  }
}
.slider .slider-button .swiper-button-next,
.slider .slider-button .swiper-button-prev {
  width: 40px;
  height: 40px;
  position: relative;
}
.slider .slider-button .swiper-button-next::after,
.slider .slider-button .swiper-button-prev::after {
  display: none;
}
.slider .swiper-pagination {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  left: 0 !important;
  right: 0 !important;
  text-align: left;
  bottom: 25px !important;
  display: flex;
  gap: 5px;
  z-index: 5;
}
@media (max-width: 767px) {
  .slider .swiper-pagination {
    bottom: 15px !important;
  }
}
.slider .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 5px;
  background: #ffffff;
  border-radius: 0;
  opacity: 1;
}
.slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000000;
}

.contact {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.contact .container {
  border-left: 1px solid rgba(222, 222, 222, 0.3);
  border-right: 1px solid rgba(222, 222, 222, 0.3);
  position: relative;
}
@media (max-width: 767px) {
  .contact .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.contact__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 0;
}
@media (max-width: 767px) {
  .contact__content {
    grid-template-columns: 1fr;
  }
}
.contact__content--item {
  padding: 100px 50px;
  border-right: 1px solid rgba(222, 222, 222, 0.3);
  height: 100%;
}
@media (max-width: 767px) {
  .contact__content--item {
    padding: 50px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(222, 222, 222, 0.3);
  }
}
.contact__content--item:last-child {
  border-right: 0;
  border-bottom: 0;
}
.contact__content--item:nth-child(2) {
  padding: 100px 40px;
}
@media (max-width: 767px) {
  .contact__content--item:nth-child(2) {
    padding: 50px 20px;
  }
}
.contact__content--item img {
  margin-bottom: 40px;
}
.contact__content--item p {
  font-size: 1.125rem;
  line-height: normal;
}
@media (max-width: 767px) {
  .contact__content--item p {
    font-size: 1rem;
  }
}

.full-content {
  position: relative;
  width: 100%;
  overflow: visible;
}
.full-content .container {
  border-top: 1px solid rgba(222, 222, 222, 0.3);
  border-left: 1px solid rgba(222, 222, 222, 0.3);
  border-right: 1px solid rgba(222, 222, 222, 0.3);
  position: relative;
  padding: 0;
}
.full-content__content {
  padding: 50px 50px 100px;
}
@media (max-width: 991px) {
  .full-content__content {
    padding: 20px 20px 50px;
  }
}
.full-content__content--text h1, .full-content__content--text h2, .full-content__content--text h3, .full-content__content--text h4, .full-content__content--text h5 {
  margin-bottom: 20px;
  font-family: "Barlow-Bold", sans-serif;
}
.full-content__content--text p:last-child {
  margin-bottom: 0;
}
.full-content__content .btn {
  margin-top: 30px;
}

.gallery {
  position: relative;
  width: 100%;
  overflow: visible;
  margin: 0 0 100px;
  padding: 0;
}
.gallery .container {
  border-left: 1px solid rgba(222, 222, 222, 0.3);
  border-right: 1px solid rgba(222, 222, 222, 0.3);
  position: relative;
  padding: 0;
}
.gallery__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 0;
}
@media (max-width: 991px) {
  .gallery__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .gallery__content {
    grid-template-columns: 1fr;
  }
}
.gallery__content--item {
  flex: 1;
  width: 100%;
  display: flex;
  padding: 111px 80px;
  border-bottom: 1px solid rgba(222, 222, 222, 0.3);
  border-right: 1px solid rgba(222, 222, 222, 0.3);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 767px) {
  .gallery__content--item {
    padding: 50px 20px;
    justify-content: center;
    border-right: 0;
  }
}
.gallery__content--item:nth-child(odd) {
  border-right: 1px solid rgba(222, 222, 222, 0.3);
}
@media (max-width: 500px) {
  .gallery__content--item:nth-child(odd) {
    border-right: 0;
    border-bottom: 1px solid rgba(222, 222, 222, 0.3);
  }
}
.gallery__content--item img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
}
.gallery__content--item .more {
  font-size: 1.375rem;
  display: flex;
  align-items: center;
  font-family: "Barlow-Bold", sans-serif;
  margin: 0;
  z-index: 2;
  line-height: 1.375rem;
}
@media (max-width: 767px) {
  .gallery__content--item .more {
    font-size: 1rem;
  }
}
.gallery__content--item .more span {
  font-size: 2.5rem;
  margin-right: 10px;
  transition: 0.3s;
  font-family: "Barlow-Light", sans-serif;
  margin-top: -6px;
}
@media (max-width: 767px) {
  .gallery__content--item .more span {
    font-size: 1.875rem;
  }
}
.gallery__content--item:hover img {
  transition: 0.3s;
  opacity: 1;
}
.gallery__content--item:hover .more {
  color: #ffc422;
}
.gallery__content--item:hover .more span {
  transform: rotate(360deg);
  transition: 0.3s;
  color: #ffc422;
}

.gallery-pagination button {
  font-size: 1rem;
  cursor: pointer;
}
.gallery-pagination button.active {
  color: #ffc422;
}/*# sourceMappingURL=main.css.map */