@font-face {
  font-family: 'Grandis Extended';
  src: url('../fonts/GrandisExtended-Light.eot');
  src: local('Grandis Extended Light'), local('../fonts/GrandisExtended-Light'),
    url('../fonts/GrandisExtended-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GrandisExtended-Light.woff2') format('woff2'),
    url('../fonts/GrandisExtended-Light.woff') format('woff'),
    url('../fonts/GrandisExtended-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Grandis Extended';
  src: url('GrandisExtended-Regular.eot');
  src: local('Grandis Extended Regular'), local('GrandisExtended-Regular'),
    url('GrandisExtended-Regular.eot?#iefix') format('embedded-opentype'),
    url('GrandisExtended-Regular.woff2') format('woff2'),
    url('GrandisExtended-Regular.woff') format('woff'),
    url('GrandisExtended-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Grandis Extended';
  src: url('GrandisExtended-Medium.eot');
  src: local('Grandis Extended Medium'), local('GrandisExtended-Medium'),
    url('GrandisExtended-Medium.eot?#iefix') format('embedded-opentype'),
    url('GrandisExtended-Medium.woff2') format('woff2'),
    url('GrandisExtended-Medium.woff') format('woff'),
    url('GrandisExtended-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Grandis Extended';
  src: url('GrandisExtended-Bold.eot');
  src: local('Grandis Extended Bold'), local('GrandisExtended-Bold'),
    url('GrandisExtended-Bold.eot?#iefix') format('embedded-opentype'),
    url('GrandisExtended-Bold.woff2') format('woff2'),
    url('GrandisExtended-Bold.woff') format('woff'),
    url('GrandisExtended-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

* {
  font-family: 'Grandis Extended';
  line-height: 100%;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}

body {
  background-color: #0a4a7f;
  font-weight: normal;
  color: #fff;
  font-size: 14px;
  line-height: 100%;
}

.container {
  max-width: 1420px;
  margin: 0px auto;
  padding: 0px 15px;
  width: 100%;
}

section {
  margin-top: 100px;
  position: relative;
}

.green {
  color: #44b404;
}

b {
  font-weight: 700;
}

.title__h2 {
  margin-top: 10px;
  font-size: 50px;
  font-weight: 700;
}

.subtitle__h2 {
}

.header {
  padding-top: 35px;
}

.header__menu {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-around;
}

.header__body {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__list {
  display: flex;
  position: relative;
  gap: 40px;
  z-index: 6;
}

.header__list li {
  list-style: none;
}

.header__item {
  text-decoration: none;
  z-index: 6;
}

.header__link {
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease;

  position: relative;
  text-decoration: none !important;
  padding-bottom: 5px;
}
.header__link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #55de06;
  transform: scaleX(0);
  transition: transform 0.2s ease-in-out;
}

.header__link:hover::after {
  transform: scaleX(1);
}
.header__link:hover {
  color: #55de06;
}

.header__logo {
  position: relative;
  z-index: 5;
  max-width: 168px;
  width: 100%;
  display: block;
}

.header__burger {
  display: none;
}

.header__links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
}

.whatsapp__wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}

.whatsapp__img {
  width: 20px;
}

.whatsapp__link {
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
  color:#fff;
}
.selected-lang,
.arrow {
  color: #fff;
}
.language-switcher {
  position: relative;
  display: inline-block;
  position:relative;
  z-index:2;
}

.lang-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

.arrow {
  transition: transform 0.3s ease;
}

.lang-list {
  position: absolute;
  top: 115%;
  left: 0px;
  background: #002d52;
  list-style: none;
  margin: 0;
  border-radius: 5px;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

.lang-list li {
  padding: 5px 10px;
  cursor: pointer;
}

.lang-list li:hover {
  background: #0a4a7f;
  border-radius: 5px;
}

.language-switcher:hover .lang-list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.language-switcher:hover .arrow {
  transform: rotate(180deg);
}
.icon {
  text-decoration: none;
}
.icon i {
  color: white;
  font-size: 18px;
  transition: color 0.3s ease;
}

.icon:hover i {
  color: #0a4a7f;
}
.social-icons {
  display: flex;
  gap: 5px;
  position:relative;
  z-index:1;
}
.social-icons:hover a {
  text-decoration: none;
}

.icon {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
  background-color: transparent;
  transition: all 0.3s ease;
  border-radius: 10px;
}
.icon:hover {
  background-color: #fff;
}

.hero {
  position: absolute;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(360deg, rgba(0, 47, 87, 0) 60%, #0a4a80 100%),
    /* Градиент сверху */
      linear-gradient(180deg, rgba(10, 10, 10, 0) 40%, #0a4a7f 100%); /* Градиент снизу */
}

.background__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  filter: brightness(0.6);
}

.hero__content {
  position: relative;
  z-index: 1;
}

.header__content {
  margin-top: 75px;
}

.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__left {
  display: flex;
  flex-direction: column;
  gap: 35px;
  max-width: 780px;
}

.header__left-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  z-index: -1;
}

.header__name {
  font-weight: 500;
  font-size: 30px;
  text-transform: uppercase;
}

.header__country {
  padding: 9px;
  background-color: #44b304;
  border-radius: 10px;
}
@keyframes shine {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.header__discount {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  align-items: center;
  padding: 10px 27px;
  border-radius: 10px;
  background: linear-gradient(110deg, #44b404 10%, #55de06 20%, #44b404 40%);
  background-size: 200% 100%;
  animation: shine 8s linear infinite;
  position: relative;
  -webkit-mask: radial-gradient(
    circle 10px at right 50%,
    transparent 8px,
    #fff 0px
  );
  mask: radial-gradient(circle 10px at right 50%, transparent 8px, #fff 0px);
}

.header__discount-title {
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.header__discount-percent {
  display: block;
  font-weight: 700;
  font-size: 18px;
}

.header__discount-subtitle {
  display: block;
  font-size: 10px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

.title {
  font-size: 54px;
  text-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.25);
  font-weight: 400;
}

.subtitle {
  font-size: 18px;
  line-height: 115%;
  text-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.25);
  max-width: 586px;
}

.header__btns {
  display: flex;
  gap: 30px;
}


.header__img-wrap {
  display: flex;
  width: 90%;
  justify-content: center;
  align-items: center;
}

.header__img {
  max-width: 400px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

/* servises */
/* Контейнер карточек */
.service-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

/* Карточка услуги */
.service-card {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 460px;
  transition: all 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

/* Затемнение фона */
.service-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(360deg, rgba(0, 36, 129, 0) 36%, #002d52 100%),
    linear-gradient(180deg, rgba(10, 10, 10, 0) 25%, #002d52 100%);
  overflow: hidden;
  z-index: 1;

  border-radius: 5px;
  transition: all 0.3s ease;
}

/* Эффекты при наведении */
/* .service-card:hover {
  transform: scale(0.99);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
} */

.service-card:hover::before {
  background: linear-gradient(360deg, rgba(0, 36, 129, 0) 36%, #002441 100%),
    linear-gradient(180deg, rgba(10, 10, 10, 0) 25%, #002441 100%);
  border-radius: 5px;
}

/* Содержимое карточки */
.service-card__content {
  padding: 20px;
  position: relative;
  z-index: 2;
}

/* Заголовок */
.service-card h3 {
  font-size: 27px;
}

/* Описание */
.service-card p {
  font-size: 14px;
  margin-top: 25px;
  max-width: 300px;
  line-height: 140%;
}

/* Цена */
.service-card__price {
  font-weight: bold;
  display: block;
  margin-top: 25px;
}

/* Кнопка */
.btn__сard {
  color: white;
  padding: 16px 27px;
  border-radius: 9px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 25px;
}

.btn__сard:hover {
  color: #fff;
  background: #55de06;
  outline: none;
  border-color: transparent;
}

/* Метка "Популярно" */
.badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #28a745;
  color: white;
  padding: 10px 14px;
  border-radius: 9px;
  font-size: 12px;
  z-index: 2;
}

/* about*/
.about {
  background: #002d52;
}

.about__wrap {
  display: flex;
  justify-content: center;
  gap:15px;
  padding:50px 0;
}

.about__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about__text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 650px;
}
.about__video-inner {
  display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.about__video-wrap {
  position:relative;  
    max-width: 273px;
}
/* відео затемнити */
.about__video-wrap {
    position: relative;
    display: inline-block;
}
.about__video-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); 
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
  border-radius:10px;
}

.about__video-wrap:hover::before,
.about__video.playing::before {
    opacity: 0;
}


.about__title {
  font-size: 50px;
  font-weight: bold;
}
.about__p {
  font-size: 14px;
  line-height: 140%;
}


.about__inner {
  display: flex;
  max-width: 620px;
  width: 100%;
  justify-content: space-between;
}

.about__inner-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 270px;
}

.about__inner-info h3 {
  font-size: 35px;
  font-weight: bold;
}

.about__sign {
  display: flex;
  align-items: center;
  max-width: 525px;
  justify-content: space-between;
}

.about__name {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.about__name h3 {
  font-weight: bold;
  font-size: 35px;
}

.about__name span {
  color: #969696;
}

.about-sign__img {
  max-width: 130px;
}

.about__imgs {
  display: flex;
  width: 100%;
  margin-top: 30px;
  padding: 0;
  gap: 15px;
}

.about__img {
  flex: 1;
  max-width: 347px;
  height: 212px;
  border-radius:10px;
}

.about__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 560px;
  width: 100%;
}

.about__right-img {
  border-radius:10px;
}

.about__video {
  max-height:505px;
  width:100%;
  border-radius:10px; 
    display: block;
  cursor:pointer;
}

.about__imgs-mob {
  display:none;
  overflow-x: hidden;
}
/* work */
.work {
  padding-bottom: 20px;
}
.brand {
	margin-bottom:40px;
}

.swiper__work {
  padding-top: 80px;
  position: relative;
}
.work__wrap-swiper {
  margin-bottom: -40px;
}
.work__item {
  background: #002d52;
  padding-bottom: 30px;
  border-radius: 5px;
}

.work__item-header {
  position: relative;
}

.work__item-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(360deg, rgba(0, 36, 129, 0) 80%, #002d52 100%),
    linear-gradient(180deg, rgba(10, 10, 10, 0) 25%, #002d52 100%);
}

.work__item-img {
  object-fit: cover;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 5px 5px 0px 0px;
  height:250px;
}

.work__title {
  position: absolute;
  left: 10px;
  bottom: 12px;
  font-weight: 700;
  font-size: 18px;
}

.work__logo {
  position: absolute;
  left: 20px;
  top: 20px;
}

.work__item-body {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
}

.work__body-img {
  width: 100px;
  height: 75px;
  object-fit: cover;
  border-radius: 18px 0;
  outline: none;
  border: none;
}

.work__footer {
  padding: 10px 10px 0px 10px;
  color: #9c9da2;
}

.work__nav,
.feedback__nav,
.brand__nav {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
  margin-top: 40px;
}

.swiper-pagination {
  position: static;
  max-width: 60px;
  font-size: 13px;
  color: #bcbcbc;
}

.work__nav .swiper-scrollbar__work,
.feedback__nav .swiper-scrollbar__feedback,
.brand__nav .swiper-scrollbar__brand {
  height: 100%;
  position: relative;
  border-radius: 10px;
  left: 0;
  top: 0;
  background-color: #002d52;
  height: 2px;
  width: 225px;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background-color: #3ea404;
  border-radius: 10px;
  left: 0;
  top: 0;
}

.work__arrows-right,
.work__arrows-left,
.feedback__arrows-right,
.feedback__arrows-left,
.brand__arrows-right,
.brand__arrows-left {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.21);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 100;
  position: absolute;
  right: 65px;
  top: 0;
}

.work__arrows-right:hover,
.work__arrows-left:hover,
.feedback__arrows-right:hover,
.feedback__arrows-left:hover,
.brand__arrows-left:hover,
.brand__arrows-right:hover {
  transition: all 0.3s ease;
  border-radius: 14px;
}

.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.work__arrows-right,
.feedback__arrows-right,
.brand__arrows-right {
  left: auto;
  right: 0;
}
/* city */

.city {
  width: 100%;
  height: 765px;
  background: linear-gradient(rgba(0, 45, 82, 0.84), rgba(0, 45, 82, 0.84)),
    url('../img/city/bg.webp') center/cover no-repeat;
}
.city .container {
  height:100%;
}
.city__wrap {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  gap: 20px;
}

.city__wrap-img {
  max-width: 690px;
}

.city__content {
  max-width: 665px;
}

.city__title {
  font-weight: 700;
  font-size: 50px;
}

.city__subtitle {
  font-size: 18px;
  line-height: 140%;
  margin-top: 40px;
}

.city__name {
  display: flex;
  align-items: center;
  max-width: 380px;
  justify-content: space-between;
  margin-top: 40px;
}

.city__name-item {
}

.city__circle {
}

/* feedback */

.feedback {
  margin-bottom: 50px;
}
.swiper__feedback,
.swiper__brand {
  max-width: 1410px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 15px 0 15px;
}

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

.feedback__item,
.brand__item {
  border: 1px solid #fff;
  padding: 25px;
  border-radius: 5px;
}
.brand__item {
  display: flex;
  justify-content: center;
}
.swiper__brand .swiper-wrapper {
  align-items: center;
}

.feedback__stars {
  display: flex;
  gap: 4px;
  align-items: center;
}
.star__white {
  filter: grayscale(1);
}
.feedback__text {
  font-size: 16px;
  line-height: 150%;
  margin-top: 20px;
}
.feedback__user-wrap {
  margin-top: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 8px;
}
.feedback__user-inner {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.feedback__user-img {
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius:50%;
}

.feedback__name {
  font-size: 15px;
  font-weight: 500;
}

.feedback__info {
}

/* footer */
.footer {
}

.footer__form-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.footer__bg {
  background: #002d52;
}

.footer__wrap {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__img {
  max-width: 435px;
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__link {
  cursor: pointer;
  display: flex;
  gap: 15px;
}

.footer__link-circle {
  width: 60px;
  height: 60px;
  background: #0a4a7f;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__link-img {
}

.footer__link-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__link-subtitle {
  color: #99abba;
}

.footer__link-title {
  font-weight: 700;
  font-size: 18px;
}

.footer__link-line {
  border: 0.9px solid rgba(255, 255, 255, 0.1);
  height: 1px;
  width: 100%;
}

.footer__form {
  border: 0.9px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  padding: 40px;
}

.footer__form-title {
  font-size: 25px;
}

.footer__input,
.footer__textarea {
  background: #194263;
  outline: none;
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  display:block;
  max-width:100%;
}

.footer__input:focus {
  outline: 2px solid #007bff;
}

.footer__btn {
  margin-top: 10px;
}

.footer__textarea {
  resize: none;
}

input::placeholder,
textarea::placeholder {
  color: #a3b3c1;
}

.footer__under {
  background: #0a4a7f;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 10px;
}

.footer__under-title {
  font-size: 10px;
  text-transform: uppercase;
  color: #9db7cc;
}

.footer__line {
  height: 20px;
  width: 1px;
  opacity: 0.4;
}
/* бібліотека анімації */
.animate {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.fadeInDown {
  transform: translateY(-20px);
}

.fadeInUp {
  transform: translateY(20px);
}

.fadeInLeft {
  transform: translateX(-20px);
}

.fadeInRight {
  transform: translateX(20px);
}

.animate.visible {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
/* modal */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 10;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal-content {
  background: #002d52;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 300px;
  position: relative;
}
.modal-content .btn {
  width: 100%;
  margin-top: 15px;
}
.modal h2 {
  margin-bottom: 20px;
}

.modal input,
.modal textarea {
  width: 100%;
  padding: 8px;
  margin-top: 10px;
  border: 1px solid #194263;
  border-radius: 5px;
  background: #194263;
  color:#fff;
}
.modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 25px;
  cursor: pointer;
  color: #ffffff;
}
.close:hover {
  color: #55de06;
}
.error {
  color: red;
  font-size: 12px;
  display: none;
}
.success-message {
  display: none;
  color: green;
  margin-top: 10px;
}
/*forma*/
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
  margin:0;
}

/*global btn*/

.btn, .modal .btn {
  padding: 20px 27px;
  background: #44b404;
  cursor: pointer;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(110deg, #44b404 10%, #55de06 20%, #44b404 40%);
  background-size: 200% 100%;
  animation: shine 8s linear infinite;
}
.btn:hover,
.btn__transparent:hover {
  background: #55de06;
}

.btn__transparent {
  background-color: transparent;
  background: transparent;
  animation: none;
  border: 1px solid #fff;
  text-decoration:none;
}

.0T1jZINMZQE2TM2EMkDujMNxl2WjZQO,
.0T1jZINMZQE2TM2EMkDujMNxl2WjZQO.0T1jZINMZQE2TM2EMkDujMNxl2WjZQOtheme--light{
    display: none!important;
}
.footer {
  margin-bottom: -45px;
  position: relative;
}

/* impressum */
.politic__btn {
  width: 100%;
    margin: 40px auto 40px auto;
    text-align: center;
}
.impressum__section h3 {
  margin-top:25px;
  font-weight:bold;
}

.impressum__section p {
  margin-top:15px;
}

/* politic */
.politic__title {
  font-size:25px; 
  font-weight:bold;
}
.politic h3 {
  margin-top:25px;
  font-weight:bold;
}

.politic p {
  margin-top:15px;
  line-height:20px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
      max-width: 400px;
    margin-top: 10px;
}