.header{background:transparent;left:0;position:absolute;top:0;width:100%;z-index:5}.header__row{align-items:center;display:flex;gap:30px;justify-content:space-between;width:100%}.header__logo{background:rgba(0,0,0,.8);border-bottom-right-radius:50px;padding:40px 50px 40px 0;position:relative}.header__logo:before{background:rgba(0,0,0,.8);content:"";height:100%;left:-100vw;position:absolute;top:0;width:100vw;z-index:-1}.header__logo img{max-width:160px;object-fit:contain;width:100%}.header__logo a{display:inline-block}.header__buttons-wrapper{gap:30px}.header__button,.header__buttons-wrapper{align-items:center;display:flex;justify-content:space-between}.header__button{background-color:#ce0058;border:2px solid #ce0058;color:#fff!important;font-size:16px;font-weight:500!important;gap:7px;letter-spacing:1px;padding:5px 1.3vw;text-align:center;text-decoration:none!important;transition:background-color .4s ease-in-out,border .4s ease-in-out}.header__button svg{height:25px;object-fit:contain;width:40px}.header__button:hover{background-color:transparent;border:2px solid #fff}.header__button:hover svg .circle{fill:#010101;transition:fill .4s ease-in-out;fill:#ce0058}.header__language-switcher a{color:#fff;font-size:clamp(14px,2vw,18px);text-decoration:none}@media(max-width:992px){.header__logo{padding:30px 20px}.header__logo,.header__logo:before{background:#000}.header__buttons-wrapper{align-items:end;flex-direction:column;gap:10px}}@media(max-width:576px){.header__button{font-size:10px;gap:5px;padding:5px}.header__button svg{height:25px;width:27px}.header__row{gap:10px}}