@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
html,
body {
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

body {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  text-align: left;
  background: #fff;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

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

.container {
  width: 100% !important;
  max-width: 1480px !important;
  padding-right: 12px;
  padding-left: 12px;
}

a {
  color: #BABABA;
  text-decoration: none;
  outline: none;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
  color: #F69400;
}
a:active, a:focus, a:hover {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
p,
a {
  margin: 0;
}

.font-38 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 991px) {
  .font-38 {
    font-size: 28px;
  }
}

.font-20 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}

.font-18 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: #F9F0E2;
  letter-spacing: 0.72px;
}

p,
.paragraph {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.64px;
}

.font-14 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}

.gold {
  color: #F69400;
  letter-spacing: -1.4px;
}

.bg-gray {
  background-color: #14191C;
}

.bg-green {
  background-color: #1B2228;
}

.bg-greener {
  background-color: #0B1315;
}

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

.cs-svg {
  width: 16px;
  min-width: 16px;
  height: 16px;
}

.c-bully {
  display: none;
}

.form-control-label-montage {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
}
.form-control-label-montage input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-control-label-montage .checkmark {
  position: relative;
  height: 25px;
  width: 25px;
  background-color: transparent;
  margin-left: 5px;
  border: 1px solid #F69400;
  transition: 0.3s;
}
.form-control-label-montage .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 2px;
  width: 9px;
  height: 15px;
  border: solid #14191C;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.form-control-label-montage:hover input ~ .checkmark {
  background-color: #F69400;
}

.form-control-label-montage input:checked ~ .checkmark {
  background-color: #F69400;
}

.form-control-label-montage input:checked ~ .checkmark:after {
  display: block;
}

.position-relative {
  position: relative;
}

.swiper-pagination {
  position: static !important;
  margin-top: 40px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 1 !important;
  background: #D9D9D9;
  margin: 0 5px !important;
}
@media (max-width: 991px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #F69400;
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  padding: 0;
  height: auto;
  font-size: unset;
  font-weight: unset;
  line-height: unset;
  background: none;
  background-size: unset;
  border: none;
  border-radius: 0;
}
.custom-select select {
  display: none;
}
.custom-select .select-selected {
  background-color: transparent;
  border: 1px solid #F69400;
}

.select-items div,
.select-selected {
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  color: #F69400;
  padding: 13px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  min-height: 50px;
}
@media (max-width: 991px) {
  .select-items div,
  .select-selected {
    padding: 10px;
    min-height: 44px;
  }
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #14191C;
  top: 1px;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #F69400;
  border-top: none;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.big-title {
  font-size: 140px;
  line-height: 180px;
  font-weight: 300;
}
@media (max-width: 1399px) {
  .big-title {
    font-size: 97px;
    line-height: 110px;
  }
}
@media (max-width: 991px) {
  .big-title {
    font-size: 65px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .big-title {
    font-size: 40px;
    line-height: 50px;
  }
}

.site-header {
  background-color: #1E1E1F;
}
.site-header .container {
  max-width: 1660px !important;
}
.site-header .custom-logo-link {
  display: block;
}
@media (max-width: 575px) {
  .site-header .custom-logo-link img {
    max-width: 130px;
  }
}
@media (max-width: 429px) {
  .site-header .custom-logo-link img {
    max-width: 110px;
  }
}
@media (max-width: 399px) {
  .site-header .custom-logo-link img {
    max-width: 90px;
  }
}
.site-header .d-flex {
  display: flex;
  align-items: center;
  gap: 0 30px;
  transition: 0.1s;
  position: relative;
  padding: 15px 0;
}
@media (max-width: 1140px) {
  .site-header .d-flex {
    position: relative;
    z-index: 3;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .site-header .d-flex {
    gap: 0 20px;
  }
}
.site-header .d-flex .hamburger {
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-header .nav_tel {
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
  color: #F69400;
  margin-left: auto;
}
@media (max-width: 575px) {
  .site-header .nav_tel {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 429px) {
  .site-header .nav_tel {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 399px) {
  .site-header .nav_tel {
    font-size: 14px;
    line-height: 18px;
  }
}
.site-header .nav_tel:hover {
  color: #f3ac41;
}
.site-header #nav-toggle {
  float: none;
  width: auto;
  min-width: 26px;
  height: 26px;
  position: relative;
  margin: 0;
}
.site-header #nav-toggle .cs-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #fff;
}
.site-header #nav-toggle .svg-menu {
  display: block;
  width: 26px;
  height: 26px;
}
.site-header #nav-toggle .svg-close {
  display: none;
  width: 23px;
  height: 23px;
}
.site-header #nav-toggle.nav-is-visible .svg-close {
  display: block;
}
.site-header #nav-toggle.nav-is-visible .svg-menu {
  display: none;
}
@media (min-width: 1141px) {
  .site-header .main-navigation {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 1140px) {
  .site-header .main-navigation {
    order: 1;
    flex-basis: 100%;
  }
}
.site-header .main-navigation .onepress-menu {
  height: auto;
  float: none;
  background: transparent;
}
@media (max-width: 1140px) {
  .site-header .main-navigation .onepress-menu {
    height: 1px;
    border: none;
    top: -1px;
    position: relative;
    overflow: hidden !important;
  }
  .site-header .main-navigation .onepress-menu::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
.site-header .main-navigation .onepress-menu-mobile {
  top: 0 !important;
}
@media (max-width: 1140px) {
  .site-header .main-navigation .onepress-menu-mobile {
    background-color: #1E1E1F;
    padding: 40px 0 !important;
    height: 100vh !important;
  }
}
.site-header .main-navigation .onepress-menu ul {
  border: none;
  min-width: auto;
  width: 100%;
  max-width: 100%;
  opacity: 1;
  height: auto;
  position: static;
  float: none;
  display: flex;
  align-items: center;
  gap: 100px;
  transition: 0.1s;
  list-style-type: none;
  padding: 5px 20px;
}
@media (max-width: 1299px) {
  .site-header .main-navigation .onepress-menu ul {
    gap: 40px 30px;
  }
}
@media (max-width: 1140px) {
  .site-header .main-navigation .onepress-menu ul {
    flex-direction: column;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
  }
}
.site-header .main-navigation .onepress-menu ul li {
  float: none;
  line-height: normal;
  width: auto;
  min-width: auto;
}
@media (max-width: 1140px) {
  .site-header .main-navigation .onepress-menu ul li {
    background-color: transparent;
    border: none;
  }
}
.site-header .main-navigation .onepress-menu ul li a {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  border: none;
  background: top;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
@media (max-width: 1140px) {
  .site-header .main-navigation .onepress-menu ul li a {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
  }
}
.site-header .main-navigation .onepress-menu ul li a:hover {
  color: #F69400;
}
.site-header .main-navigation .onepress-menu ul li.onepress-current-item a {
  color: #F69400;
}
.site-header.no-scroll .d-flex {
  padding: 35px 0;
}
.site-header.no-scroll .main-navigation .onepress-menu ul {
  padding: 10px 20px;
}

.top-banner {
  background-color: #fff;
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .top-banner {
    margin-bottom: 50px;
  }
}
.top-banner img {
  margin: 0 auto;
  display: table;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 970px;
}
@media (max-width: 991px) {
  .top-banner img {
    min-height: 770px;
  }
}
.top-banner__ins {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}
.top-banner__yellow-one, .top-banner__yellow-two {
  font-size: 230px;
  line-height: 230px;
  font-weight: 500;
  color: #F69400;
  text-shadow: #000 10px 10px 10px;
}
@media (max-width: 1399px) {
  .top-banner__yellow-one, .top-banner__yellow-two {
    font-size: 170px;
    line-height: 200px;
  }
}
@media (max-width: 1099px) {
  .top-banner__yellow-one, .top-banner__yellow-two {
    font-size: 120px;
    text-shadow: #000 5px 5px 5px;
  }
}
@media (max-width: 991px) {
  .top-banner__yellow-one, .top-banner__yellow-two {
    font-size: 97px;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .top-banner__yellow-one, .top-banner__yellow-two {
    text-align: center;
    font-size: 97px;
    line-height: 110px;
  }
}
@media (max-width: 575px) {
  .top-banner__yellow-one, .top-banner__yellow-two {
    font-size: 65px;
    line-height: 80px;
  }
}
@media (max-width: 399px) {
  .top-banner__yellow-one, .top-banner__yellow-two {
    font-size: 60px;
    line-height: 80px;
  }
}
.top-banner__yellow-two {
  text-align: right;
}
@media (max-width: 767px) {
  .top-banner__yellow-two {
    text-align: center;
    margin-bottom: 40px;
  }
}
.top-banner__black-one, .top-banner__black-two {
  max-width: 290px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: #000;
  position: absolute;
}
@media (max-width: 767px) {
  .top-banner__black-one, .top-banner__black-two {
    max-width: 100%;
    position: static;
    text-align: center !important;
  }
}
.top-banner__black-one {
  top: 70px;
  right: 0;
  text-align: right;
}
@media (max-width: 1599px) {
  .top-banner__black-one {
    right: 10px;
  }
}
@media (max-width: 1399px) {
  .top-banner__black-one {
    top: 60px;
  }
}
@media (max-width: 1099px) {
  .top-banner__black-one {
    top: 60px;
  }
}
@media (max-width: 767px) {
  .top-banner__black-one {
    margin-bottom: 20px;
  }
}
.top-banner__black-two {
  top: 310px;
  left: 30px;
}
@media (max-width: 1399px) {
  .top-banner__black-two {
    top: 260px;
  }
}
@media (max-width: 1099px) {
  .top-banner__black-two {
    top: 260px;
  }
}
.top-banner .btn-black {
  display: table;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #000;
  transition: 0.3s;
  padding: 24px 77px;
  margin: 80px auto 0;
}
@media (max-width: 991px) {
  .top-banner .btn-black {
    font-size: 16px;
    line-height: 24px;
    padding: 17px 60px;
    margin-top: 50px;
  }
}
.top-banner .btn-black:hover {
  background-color: #fff;
  color: #000;
}

.about-us {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .about-us {
    margin-bottom: 50px;
  }
}
.about-us__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.about-us__top p {
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  max-width: 280px;
  text-align: right;
}
@media (max-width: 991px) {
  .about-us__top p {
    font-size: 19px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .about-us__top p {
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.about-us__bottom {
  display: grid;
  grid-template-columns: auto 53%;
  align-items: center;
  justify-content: space-between;
  gap: 40px 135px;
}
@media (max-width: 1399px) {
  .about-us__bottom {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .about-us__bottom {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-us__bottom-content {
  max-width: 490px;
}
@media (max-width: 991px) {
  .about-us__bottom-content {
    max-width: none;
  }
}
.about-us__bottom-content h1,
.about-us__bottom-content p {
  font-size: 19px;
  line-height: 30px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .about-us__bottom-content h1,
  .about-us__bottom-content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.about-us__bottom-content h1 strong,
.about-us__bottom-content p strong {
  font-weight: 600;
}
.about-us__bottom-content h1:not(:last-child),
.about-us__bottom-content p:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .about-us__bottom img {
    display: table;
    margin: 0 auto;
  }
}

.offer {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .offer {
    margin-bottom: 50px;
  }
}
.offer__center {
  display: grid;
  grid-template-columns: 724px 260px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .offer__center {
    grid-template-columns: 50% 260px;
  }
}
@media (max-width: 767px) {
  .offer__center {
    grid-template-columns: 100%;
  }
}
.offer__center p {
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  max-width: 280px;
  text-align: right;
}
@media (max-width: 991px) {
  .offer__center p {
    font-size: 19px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .offer__center p {
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.offer__bottom-single {
  display: grid;
  grid-template-columns: 575px 724px;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  border-top: 4px solid #D9D9D9;
  padding: 50px 0;
}
@media (max-width: 1399px) {
  .offer__bottom-single {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
  }
}
@media (max-width: 991px) {
  .offer__bottom-single {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .offer__bottom-single {
    grid-template-columns: repeat(1, 1fr);
  }
}
.offer__bottom-single h3 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .offer__bottom-single h3 {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
.offer__bottom-single p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .offer__bottom-single p {
    font-size: 16px;
    line-height: 24px;
  }
}

.opinions {
  background-color: #1E1E1F;
  padding: 90px 0;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .opinions {
    padding: 40px 0;
    margin-bottom: 50px;
  }
}
.opinions__single {
  padding: 30px 60px;
}
@media (max-width: 991px) {
  .opinions__single {
    padding: 20px;
  }
}
.opinions .svg-cyt,
.opinions .svg-star {
  width: 26px;
  min-width: 26px;
  height: 26px;
}
@media (max-width: 991px) {
  .opinions .svg-cyt,
  .opinions .svg-star {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }
}
.opinions p,
.opinions small {
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .opinions p,
  .opinions small {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 575px) {
  .opinions p,
  .opinions small {
    font-size: 16px;
    line-height: 24px;
  }
}
.opinions p {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .opinions p {
    margin-bottom: 40px;
  }
}
.opinions small {
  display: block;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .opinions small {
    margin-bottom: 10px;
  }
}
.opinions .svg-cyt,
.opinions .svg-star {
  fill: #F69400;
}
.opinions .swiper-pagination {
  position: absolute !important;
  bottom: 90px !important;
  right: 60px !important;
  left: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .opinions .swiper-pagination {
    position: static !important;
    width: 100% !important;
    margin-top: 20px !important;
  }
}

.realizations {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .realizations {
    margin-bottom: 50px;
  }
}
.realizations .ngg-galleryoverview {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  margin: 0 !important;
}
.realizations .ngg-galleryoverview .ngg-gallery-thumbnail-box a {
  margin: 0 !important;
}
.realizations .ngg-galleryoverview .ngg-gallery-thumbnail-box a img {
  display: block;
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.realizations .ngg-galleryoverview .ngg-clear {
  display: none !important;
}
.realizations .about-us__top {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .realizations .about-us__top {
    margin-bottom: 50px;
  }
}
.realizations__single {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .realizations__single {
    flex-wrap: wrap;
  }
}
.realizations__single-content {
  margin-right: -170px;
  position: relative;
  z-index: 1;
  background-color: #000;
  padding: 40px 130px 40px 20px;
}
@media (max-width: 991px) {
  .realizations__single-content {
    width: 100%;
    text-align: center;
    padding: 30px;
    margin-right: 0;
    margin-top: -2px;
  }
}
@media (max-width: 991px) {
  .realizations__single-content {
    padding: 20px;
  }
}
.realizations__single-content h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  color: #F69400;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .realizations__single-content h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
.realizations__single-content p {
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  color: #D9D9D9;
}
@media (max-width: 991px) {
  .realizations__single-content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.realizations__single-img {
  width: 100%;
}
@media (max-width: 991px) {
  .realizations__single-img {
    order: -1;
  }
}
.realizations .realizationsSwiper {
  max-width: 1050px;
}
@media (max-width: 991px) {
  .realizations .realizationsSwiper {
    max-width: 100%;
  }
}
.realizations .swiper-pagination {
  display: none;
}
.realizations .swiper-buttons {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 17px;
}
@media (max-width: 1199px) {
  .realizations .swiper-buttons {
    position: static !important;
    transform: unset;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
  }
}
.realizations .swiper-buttons .swiper-button-prev,
.realizations .swiper-buttons .swiper-button-next {
  position: static !important;
  width: 40px;
  height: 40px;
  border: 3px solid #D9D9D9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin: 0;
}
.realizations .swiper-buttons .swiper-button-prev::after,
.realizations .swiper-buttons .swiper-button-next::after {
  display: none !important;
  content: none !important;
}
.realizations .swiper-buttons .swiper-button-prev:hover,
.realizations .swiper-buttons .swiper-button-next:hover {
  border-color: #F69400;
}
.realizations .swiper-buttons .swiper-button-prev .cs-svg,
.realizations .swiper-buttons .swiper-button-next .cs-svg {
  width: 16px !important;
  min-width: 16px !important;
  height: 16px !important;
  fill: #F69400;
}
.realizations .swiper-buttons .swiper-button-prev.swiper-button-disabled .cs-svg,
.realizations .swiper-buttons .swiper-button-next.swiper-button-disabled .cs-svg {
  fill: #D9D9D9;
}

.contact__bottom-before {
  position: relative;
}
.contact__bottom-before img {
  margin: 0 auto;
  display: table;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 870px;
}
@media (max-width: 991px) {
  .contact__bottom-before img {
    min-height: 660px;
  }
}
@media (max-width: 767px) {
  .contact__bottom-before img {
    min-height: 560px;
  }
}
@media (max-width: 575px) {
  .contact__bottom-before img {
    min-height: 460px;
  }
}
@media (max-width: 399px) {
  .contact__bottom-before img {
    min-height: 500px;
  }
}
.contact__bottom-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  padding: 0 12px;
}
.contact__bottom-content .d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.contact__bottom-content p {
  font-size: 120px;
  line-height: 140px;
  font-weight: 500;
  color: #F69400;
  text-shadow: #000 7px 7px 7px;
  max-width: 1000px;
  margin-bottom: 50px;
}
@media (max-width: 1099px) {
  .contact__bottom-content p {
    font-size: 80px;
    line-height: 95px;
    text-shadow: #000 3px 3px 3px;
  }
}
@media (max-width: 991px) {
  .contact__bottom-content p {
    font-weight: 700;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .contact__bottom-content p {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .contact__bottom-content p {
    font-size: 40px;
    line-height: 50px;
  }
}
.contact__bottom-content a {
  display: inline-block;
  font-size: 80px;
  line-height: 95px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 1099px) {
  .contact__bottom-content a {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 991px) {
  .contact__bottom-content a {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .contact__bottom-content a {
    font-size: 30px;
    line-height: 38px;
  }
}
.contact__bottom-content a:hover {
  color: #f3ac41;
}
.contact__bottom-content address {
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  color: #1E1E1F;
}
.contact__bottom-content address a {
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  color: #1E1E1F;
  word-wrap: anywhere;
  margin-bottom: 20px;
}
@media (max-width: 1099px) {
  .contact__bottom-content address a {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  .contact__bottom-content address a {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .contact__bottom-content address a {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 1099px) {
  .contact__bottom-content address {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  .contact__bottom-content address {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .contact__bottom-content address {
    font-size: 20px;
    line-height: 25px;
  }
}

.footer {
  background-color: #000;
  display: flex;
  justify-content: center;
  padding: 70px 0;
}
@media (max-width: 991px) {
  .footer {
    padding: 30px 0;
  }
}
.footer img {
  max-width: 156px;
  height: auto;
}

.sl-overlay {
  background: #000 !important;
}

.sl-wrapper .sl-navigation button,
.sl-wrapper .sl-close {
  color: #fff !important;
}/*# sourceMappingURL=global.css.map */