.trawell-header{position:relative;background-color:var(--main-color)}.trawell-header__inner{display:flex;justify-content:space-between;align-items:center;height:70px;font-weight:700}.trawell-header__title{font:700 22px/1 var(--secondary-font);color:#fff}.trawell-header__title:hover{color:var(--accent-color)}@media only screen and (max-width: 767px){.trawell-header__title{font-size:20px}}.trawell-header-nav__item{font-weight:400;font-size:16px;color:#fff;margin-left:15px}.trawell-header-nav__item:hover{text-decoration:underline;color:var(--accent-color)}@media only screen and (max-width: 767px){.trawell-header-nav__item{display:block}.trawell-header-nav__item:not(:last-child){margin-bottom:20px}}.trawell-header-nav__btn{display:none;fill:var(--light-color);width:30px;height:30px}@media only screen and (max-width: 767px){.trawell-header-nav__btn{display:block}}@media only screen and (max-width: 767px){.trawell-header-nav__menu{background:var(--main-color);position:absolute;top:0;left:0;width:100%;padding:30px 0;transition:all .5s;transform:translateY(-100%)}}@media only screen and (max-width: 767px){.trawell-header-nav__menu.active{top:100%;transform:translateY(0)}}
