/* медіа-стилі */
.hero-h2{
  font-size: 50px;
  line-height: 1.15;
}
    .mobile-captcha {
        margin-bottom: 20px;
    }

@media (min-width: 768px){
  .hero-h2{
    font-size: 56px;
  }
  .banner .lqd-vslider-ext h2 {
    font-size: 60px;
}
}

@media (min-width: 1200px){
  .hero-h2{
    font-size: 74px;
  }
    .banner .lqd-vslider-ext h2 {
    font-size: 85px;
}
}

@media (max-width: 480px) {

.banner-title-mob {
    font-size: 40px !important;
}

.cta-mobile {
    font-size: 10vw !important;
}

    .mobile-form {
        padding-left: 0;
        padding-right: 0;
    }


}

.header__lang{
    position: relative;
    margin-top: 15px;
}
.header__lang-selected{
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .1s ease;
}
.header__lang-selected::after{
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9' viewBox='0 0 16 9' fill='none'%3E%3Cg clip-path='url(%23clip0_1_3811)'%3E%3Cpath d='M11.6119 2.13466L12.3185 2.84199L8.46721 6.69466C8.4055 6.75676 8.33211 6.80605 8.25128 6.83968C8.17045 6.87331 8.08376 6.89063 7.99621 6.89063C7.90866 6.89063 7.82197 6.87331 7.74114 6.83968C7.6603 6.80605 7.58692 6.75676 7.52521 6.69466L3.67188 2.84199L4.37854 2.13532L7.99521 5.75132L11.6119 2.13466Z' fill='%23333333'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_3811'%3E%3Crect width='8' height='16' fill='white' transform='translate(16 0.5) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    width: 16px;
    height: 8px;
    background-position: center;
    background-repeat: no-repeat;
    min-width: 16px;
}
.header__lang-content{
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 5px 10px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 25px;
    left: -10px;
}
.header__lang.active .header__lang-selected::after{
    transform: rotate(180deg);
}
.header__lang.active .header__lang-content{
    display: flex;
}
.header__lang-content a{
    transition: all .1s ease;
    color: #000;
}
.header__lang-selected:hover,
.header__lang-content a:hover{
    color: #00484C;
}

.header__lang-mobile {
    display: none;
}

@media (max-width: 1023px) {
  .header__lang-desktop { display: none !important; }
  .header__lang-mobile { 
    display: flex !important; 
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 5;
    }
}


@media (max-width: 999px) {
  .header__lang{
    display: flex;
    width: 100%;
    gap: 0;
  }

  /* ховаємо стрілку */
  .header__lang-selected::after{ 
    content: none; 
   }

  /* робимо “дві кнопки” */
  .header__lang-selected,
  .header__lang-content a{
    /* width: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 9px;
    height: 30px;
    /* border: 1px solid #999; */
    color: #999;
  }

  .header__lang-content{
    position: static;
    display: flex;
    flex-direction: row;
    padding: 0;
    gap: 0;
    width: 50%;
  }

  .header__lang-selected.active{
    color: #000;
    /* border-color: #000; */
  }

  .header__lang-content a.active{
    display: none;
  }
}
