@font-face {
  font-family: 'KiaSignatureLight';
  src: url('../fonts/KiaSignatureFixOTFLight.otf') format('opentype');
}
@font-face {
  font-family: 'KiaSignatureRegular';
  src: url('../fonts/KiaSignatureFixOTFRegular.otf') format('opentype');
}
@font-face {
  font-family: 'KiaSignatureBold';
  src: url('../fonts/KiaSignatureFixOTFBold.otf') format('opentype');
}
b,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: normal;
  font-family: 'KiaSignatureBold';
}
label {
  font-family: 'KiaSignatureRegular';
  font-weight: normal;
}
html,
body {
  min-height: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: "KiaSignatureRegular";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #05141f;
  min-height: 100vh;
  font-size: 15px;
  line-height: 23px;
  box-sizing: border-box;
  left: 0;
  right: 0;
}
main {
  max-width: 1920px;
  margin: 0 auto;
  background-color: #05141f !important;
}
.text-center {
  text-align: center !important;
  justify-content: center;
}
header .container-fluid {
  justify-content: center !important;
}
header .bg-dark {
  background-color: transparent !important;
  text-transform: uppercase;
  max-width: 1920px;
  margin: 0 auto;
  justify-content: center;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ie-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header .bg-dark .logo_w {
  display: block;
}
header .bg-dark .logo_b {
  display: none;
}
header .bg-dark.startAffix {
  background-color: white !important;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ie-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header .bg-dark.startAffix .logo_w {
  display: none;
}
header .bg-dark.startAffix .logo_b {
  display: block;
}
header .bg-dark.navbar-dark {
  display: flex;
  gap: 15px;
  padding: 30px;
  text-align: center;
  justify-content: center;
}
header .bg-dark.navbar-dark img {
  width: 135px;
}
header .bg-dark a {
  font-size: 12px;
  font-family: "KiaSignatureBold";
  color: #9ba1a5 !important;
  padding: 0 !important;
  position: relative;
}
header .bg-dark a:after {
  content: '';
  background: #9ba1a5;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ie-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 0%;
}
header .bg-dark a:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ie-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header .bg-dark a:hover:after {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ie-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn {
  padding: 15px 30px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ie-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid white;
}
@media (max-width: 767px) {
  .btn {
    padding: 10px 20px;
  }
}
.btn:hover {
  border: 1px solid white;
}
.btn.btn-primary {
  background: #fff;
  color: #05141f !important;
}
.btn.btn-primary:hover {
  text-decoration: underline;
}
.btn.btn-default {
  color: #fff !important;
}
.btn.btn-default:hover {
  text-decoration: underline;
}
@keyframes zoomInOut {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
.carousel {
  position: relative;
  height: 100dvh;
  max-height: 1000px;
}
.carousel .badge {
  position: absolute;
  top: 140px;
  text-transform: none;
  background: #f3c300;
  color: white;
  padding: 10px 20px;
  border-radius: 0;
  font-weight: normal;
  font-size: 15px;
  display: block;
  bottom: 0;
  z-index: 11;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
.carousel .carousel-inner {
  height: 100%;
}
.carousel .carousel-item {
  height: 100%;
  overflow: hidden;
}
.carousel .carousel-item img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: zoomInOut 20s linear infinite;
}
.carousel .carousel-item:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, #05141f 0%, transparent 50%);
  z-index: 1;
}
.carousel .carousel-item .carousel-caption {
  z-index: 2;
  bottom: 70px;
}
.carousel .carousel-item .carousel-caption h2 {
  font-size: 50px;
  font-family: 'KiaSignatureRegular';
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .carousel .carousel-item .carousel-caption h2 {
    font-size: 28px;
  }
}
.carousel .carousel-item .carousel-caption p {
  font-size: 18px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .carousel .carousel-item .carousel-caption p {
    font-size: 16px;
    line-height: 21px;
  }
}
.carousel .carousel-indicators {
  margin-bottom: 30px;
}
.carousel .carousel-indicators [data-bs-target] {
  width: 45px;
  height: 2px;
}
.carousel .carousel-control-next,
.carousel .carousel-control-prev {
  width: 12%;
  opacity: .3;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ie-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.carousel .carousel-control-next:hover,
.carousel .carousel-control-prev:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ie-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.carousel .carousel-control-next-icon {
  background-image: url(../imgs/carousel-pagination-arrow-forward-enabled.svg);
  width: 80px;
  height: 80px;
}
.carousel .carousel-control-prev-icon {
  background-image: url(../imgs/carousel-pagination-arrow-back-enabled.svg);
  width: 80px;
  height: 80px;
}
footer {
  background-color: #05141f;
  color: white;
  padding-top: 20px;
}
footer a {
  text-decoration: none;
}
footer .footer-logo {
  padding: 0 20px;
}
footer .footer-logo p {
  margin: 0px;
}
footer .social-icons a {
  opacity: .4;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ie-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 5px;
}
footer .social-icons a img {
  max-width: 35px;
}
footer .social-icons a:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ie-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
footer .social-icons p {
  margin: 0;
}
footer .footer-bar {
  font-size: 13px;
  opacity: .5;
  font-family: 'KiaSignatureLight';
  padding: 30px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: space-between;
  padding: 20px 50px;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  footer .footer-bar {
    padding: 20px 30px;
  }
}
footer .footer-bar p {
  margin: 0;
  align-items: center;
  text-align: center;
}
footer .footer-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  padding: 30px;
}
@media (max-width: 767px) {
  footer .footer-links {
    padding: 10px 0;
  }
}
footer .footer-links .links-box {
  flex: 1;
}
footer .footer-links .links-box h3 {
  font-size: 15px;
  margin-bottom: 10px;
}
footer .footer-links .links-box ul {
  list-style: none;
  padding: 0;
}
footer .footer-links .links-box ul li {
  margin-bottom: 5px;
}
footer .footer-links .links-box ul a {
  font-size: 14px;
  font-family: 'KiaSignatureLight';
  letter-spacing: 0;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  position: relative;
  display: inline-block;
  opacity: 0.8;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ie-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
footer .footer-links .links-box ul a:after {
  content: '';
  background: #fff;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ie-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 0%;
}
footer .footer-links .links-box ul a:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ie-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
footer .footer-links .links-box ul a:hover:after {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ie-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.content {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .content {
    padding: 0 20px;
  }
}
.content .carousel {
  position: relative;
  height: 100dvh;
}
.content h2 {
  padding: 0 47px;
  margin-bottom: 30px;
}
.contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .contacts {
    padding-bottom: 150px;
  }
}
.contacts .contactBox {
  width: 30%;
  background: rgba(255, 255, 255, 0.04);
  padding: 30px;
  color: white;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ie-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  flex: 1 0 auto;
}
.contacts .contactBox:nth-child(1) {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  padding: 0;
}
@media (max-width: 767px) {
  .contacts .contactBox:nth-child(1) {
    flex-direction: column;
  }
}
.contacts .contactBox:nth-child(1) > div:not(.map) {
  padding: 30px;
}
.contacts .contactBox:nth-child(1) .map {
  max-width: 32%;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .contacts .contactBox:nth-child(1) .map {
    max-width: 48%;
  }
}
@media (max-width: 767px) {
  .contacts .contactBox:nth-child(1) .map {
    max-width: 100%;
    height: 150px;
  }
}
.contacts .contactBox:nth-child(1) .map a {
  height: 100%;
  width: 100%;
  display: block;
  background: url(../imgs/map.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
.contacts .contactBox:nth-child(1) .map span {
  position: absolute;
  left: 25px;
  top: 50%;
  background: #0e1a24;
  font-size: 13px;
  padding: 3px 10px;
  opacity: 0.5;
  letter-spacing: 0.5px;
  color: #6f7d8b;
  color: #a0a2a4;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ie-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .contacts .contactBox:nth-child(1) .map span {
    opacity: 1;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.contacts .contactBox:nth-child(1) .map:hover span {
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ie-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
}
@media (max-width: 991px) {
  .contacts .contactBox {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .contacts .contactBox {
    width: 100%;
  }
}
.contacts .contactBox span {
  opacity: 0.5;
  display: inline-block;
  padding: 0 3px;
}
.contacts .contactBox:hover {
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ie-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: rgba(255, 255, 255, 0.08);
}
.contacts h3 {
  font-size: 17px;
}
.contacts ul {
  padding-top: 0px;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.contacts ul li + li {
  margin-top: 5px;
}
.contacts ul a {
  font-size: 14px;
  font-family: 'KiaSignatureLight';
  letter-spacing: 0;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ie-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.contacts ul a:after {
  content: '';
  background: white;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ie-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 0%;
}
.contacts ul a:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ie-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.contacts ul a:hover:after {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ie-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.disNone {
  display: none;
}
@media (min-width: 768px) {
  @keyframes fade-in {
    from {
      opacity: 0;
      transform: translateY(100px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .contactBox {
    view-timeline-name: --element-visibility;
    view-timeline-axis: block;
    animation: fade-in linear forwards;
    animation-timeline: --element-visibility;
    animation-range: entry 0% cover 40%;
  }
}
