.white-logo path{
    fill: white;
}

.white-stroke path{
    stroke: white;
}

.video-slider .swiper-slide{
    width: 384px;
    height: 620px;
}

.video-slider .swiper-slide img{
    object-fit: cover;
    height: 100%;
}

/* Анимация появления текста */
#text-block {
    transition:
            transform 0.7s ease-out,
            opacity 0.7s ease-out;
    transform: translateY(20px); /* Стартовая позиция (немного ниже) */
    opacity: 0; /* Исходная прозрачность */
}

#text-block.translate-y-0 {
    transform: translateY(0); /* Перемещение в исходную позицию */
    opacity: 1; /* Полная видимость */
}

/* Анимация появления модального окна */
.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.5s ease;
}

.fade-enter-from,
.fade-leave-to {
    opacity: 0;
}

.fade-enter-to,
.fade-leave-from {
    opacity: 1;
}

button {
    cursor: pointer;
}

.video-overlay {
    background: linear-gradient(
            332.97deg,
            rgba(217, 217, 217, 0.8) -69.93%,
            rgba(20, 20, 20, 0.8) 46.98%
    );
}

.empty-block{
    height: 1000px;
}

.hover-blue:hover {
     background-color: var(--color-brand-1);
}

.border-b-1{
    border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, 0.2);
}

.hover\:bg-brand-1:hover{
     background-color: var(--color-brand-1);
}


.hover\:border-brand-1:hover{
     border-color: var(--color-brand-1);
}

.hover\:text-brand-1:hover {
    color: var(--color-brand-1);
}

.hover\:underline:hover {
    text-decoration: underline;
}

.direction-scroll-slider::-webkit-scrollbar ,
.container-scroll::-webkit-scrollbar ,
.tags-block.tagsWrapper::-webkit-scrollbar,
.tabs .tabs-links::-webkit-scrollbar {
  display:none;
}

.menu-overlay {
    background: linear-gradient(332.97deg, rgba(217, 217, 217, 0.8) -69.93%, rgba(20, 20, 20, 0.8) 46.98%);
}

.breadcrumbs ul li span,
.breadcrumbs ul li i
{
    color: #A2A9B8;
}

.offers .breadcrumbs ,
.about .breadcrumbs ,
.employment .breadcrumbs 
{
    position: absolute;
}

.offers .breadcrumbs ul li span ,
.offers .breadcrumbs ul li i ,
.about .breadcrumbs ul li span ,
.about .breadcrumbs ul li i {
    /*color: white;*/
}

.breadcrumbs {
    margin-top: 9rem;
}

.news .breadcrumbs {
    margin-top: 0rem;
    margin-bottom: 3rem;
}

@media (max-width: 480px) {
    .news .breadcrumbs {
        margin-top: 7rem;
        margin-bottom: 3rem;
    }
}

.bg-white-custom {
    backdrop-filter: saturate(180%) blur(20px);
}

.swiper.video-slider {
    padding: 16px 0px 0 0;
}

.video-slider .swiper-horizontal>.swiper-scrollbar, 
.video-slider .swiper-scrollbar.swiper-scrollbar-horizontal {
    top: 0;
}


body.no-scroll {
  overflow: hidden;
}

@media screen and (min-width: 1900px) {
    .xl3\:ml-400px {
        margin-left: 400px !important;
    }
}

.loop-slide.loop-slide-12::-webkit-scrollbar,
.loop-slide.loop-slider-10::-webkit-scrollbar {
    display: none;
}

body.main ,
body.news {
    padding-top: 120px;
}

.video-slider .swiper-wrapper {
    height: auto;
}

.footer-desktop ul > li {

}

.directions-slider a:hover,
.directions  button:hover {
    background-color: var(--color-brand-1);
    color: white;
}

.corp_houses .swiper-wrapper {
    height: auto;
}

.mobile-menu nav a {
    font-size: 15px;
}

.swiper-horizontal > .swiper-scrollbar, 
.swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 1px !important;
}

@media (min-width: 1900px) {
    .employment-process {
        margin-left: 520px;
    }
    
    .xl3-px-90px {
        padding-left: 90px !important;
        padding-right: 90px !important;
    }
}

.show {
    display: block;
}

.flag-icon {
    width: 20px;
    height: 15px;
    margin-right: 8px;
}






.location {
  
}

.location__button-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 300px;
}


.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 60;
  overflow-x: hidden;
  overflow-y: auto;
  justify-content: center;
  align-items: center;
  background: rgba(27, 31, 38, 0.72);
  color: #000;
}

.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal__inner {
  width: 100%;
  max-width: 824px;
  margin: auto;
  padding: 16px;
}

.modal__base {
  position: relative;
  padding: 32px 60px;
  width: 100%;
  height: auto;
  max-height: 90vh;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 14px 42px 0 rgba(8, 15, 52, 0.06);
  display: flex;
  flex-direction: column;
}

/* .modal__close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  transition: color 0.3s;
} */

.modal__close-btn:hover {
    color: #005DAC
}

.modal__title {
  font-size: 42px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 12px;
  color: #646464;
  text-align: center;
}

.modal__title span {
  color: #005DAC;
}

.modal__desc {
  text-align: center;
  font-size: 18px;
  line-height: 1.33;
  margin-bottom: 32px;
}

.modal__input {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    position: relative;
    width: 100%;
    margin-bottom: 32px;
}

.modal__input-icon {
    left: 20px;
    position: absolute;
}


.modal__input-elem {
    background: var(--gray-dusk-5, #f0f2f5);
    border-radius: 81px;
    padding: 11px 20px 11px 60px;
    width: 100%;
    font-size: 20px;
}

.modal__countries {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 40px;
  height: 700px;
  overflow-y: scroll;
  scrollbar-color: #2C3C98 #F0F2F5; /* Цвет ползунка и трека */
}

.modal__country {
  display: flex;
  align-items: center;
  gap: 19px;
  transition: color 0.3s ease-in;
  cursor: pointer;
  padding: 0 10px;
  border-radius: 6px;
}

.modal__country:hover {
  background-color: #eef2f6;
}

.modal__country-img {

}

.modal__country-name {
  font-size: 18px;
}

@media (max-width: 920px) {
  .modal__title {
    font-size: 28px;
  }

  .modal__base {
    padding: 32px 24px;
  }

  .modal__desc {
    margin-bottom: 24px;
  }

  .modal__input {
    margin-bottom: 24px;
  }

  .modal__countries {
      padding: 0;
    }
}

@media (max-width: 640px) {
  .modal__title {
    font-size: 20px;
  }

  .modal__base {
    padding: 24px 12px;
  }

  .modal__desc {
    font-size: 13px;
    margin-bottom: 16px;
  }

  .modal__input-elem {
    font-size: 14px;
    padding: 10px 20px 10px 44px;
  }

  .modal__input-icon {
    width: 28px;
    height: 28px;
    left: 10px;
  }

  .modal__country {
    gap: 8px;
  }

  .modal__country-name {
    font-size: 15px;
  }
}