/*
Theme Name: Sunny Daria
Author: Denis Savitsky <d.savitsky93@gmail.com>

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


.form__wrap input.error {
    border-color: red;
}

@media (max-width: 767px) {
    body {
        font-size: 16px;
    }
}



.menu__lang a {
    text-transform: uppercase;
    position: relative;
    font-weight: 300;
    color: #FFFFFF80;
  }

  .menu__lang a.active {
    font-weight: 700;
      color: #fff;
  }
  
  .hero__menu-lang {
    gap: 0;
  }
  
  .hero__menu-lang li:not(:last-child):after {
    content: '/';
    margin: 0 0.377778vw;
  }

  @media (max-width: 768px) {
    .menu__lang a {
        color: #000 !important;
    }

    .hero__menu-lang{
        display: flex;
        align-items: center;
        margin-top: 35px;
    }
    .hero__menu-lang li:not(:last-child):after {
        margin: 0 5px;
      }
  }