﻿header{display:flex;align-items:center;justify-content:space-between;background:#be1818;height:80px;padding:0 20px;position:relative;}header .logo{width:127px;height:56px;}header nav{display:flex;}header a{color:#fff;margin:0 20px;font-size:20px;display:flex;align-items:center;gap:10px;text-decoration:none;}header a img{width:30px;height:30px;}header input{text-indent:10px;height:100%;border:0;width:510px;height:46px;border-radius:8px;overflow:hidden;font-size:20px;}header .menu-toggle{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;cursor:pointer;}header .menu-toggle span{width:100%;height:3px;background-color:#fff;border-radius:10px;transition:all .3s ease;}@media(max-width:992px){header{padding:0 15px;}header a{margin:0 15px;font-size:18px;}header a img{width:25px;height:25px;}header .logo{width:100px;height:45px;}}@media(max-width:768px){header{height:60px;}header .menu-toggle{display:flex;}header nav{display:none;position:absolute;top:60px;left:0;width:100%;background-color:#be1818;flex-direction:column;align-items:center;padding:20px 0;z-index:1000;}header nav.active{display:flex;}header nav a{margin:10px 0;font-size:16px;width:100%;justify-content:center;}header a[href="/about#contact-us"]{display:none;}header .logo{width:80px;height:36px;}}@media(max-width:576px){header{display:none;}}