﻿.header{display:flex;justify-content:space-between;align-items:center;color:#383838;}.header--left{display:flex;align-items:center;}.header__logo{width:330px;height:37px;background-image:url(../Image/logo.svg);background-position:center;background-size:contain;background-repeat:no-repeat;background-size:cover;}@media screen and (max-width:425px){.header__logo{width:250px;}}@media screen and (max-width:320px){.header__logo{width:200px;}}.header__menu{width:400px;}@media screen and (max-width:767px){.header__menu{display:none;position:fixed;top:80px;left:0;right:0;width:100%;z-index:1001;box-shadow:0 14px 16px 0 rgba(0,0,0,.1);}}.header__menu ul{display:flex;justify-content:space-between;}@media screen and (max-width:767px){.header__menu ul{flex-wrap:wrap;background:#fff;}}.header__menu ul .menuItem{width:84px;height:34px;text-align:center;display:inline-block;line-height:34px;border-radius:18px;border:1px solid transparent;transition:border ease-in-out .3s;}@media screen and (max-width:767px){.header__menu ul .menuItem{width:100%;}}.header__menu ul .menuItem:hover:not(.menuItem--active){border:1px solid #1c97b4;}@media screen and (max-width:767px){.header__menu ul .menuItem:hover:not(.menuItem--active){border:1px solid transparent;}}.header__menu ul .menuItem__title{color:#383838;cursor:pointer;display:block;}.header__menu ul .menuItem--active{background-color:#1c97b4;color:#fff;}@media screen and (max-width:767px){.header__menu ul .menuItem--active{background-color:#fff;}}.header__menu ul .menuItem--active .menuItem__title{color:#fff;}@media screen and (max-width:767px){.header__menu ul .menuItem--active .menuItem__title{display:inline;padding:5px 10px;border-radius:20px;background-color:#1c97b4;}}.hamburger{display:none;position:absolute;right:20px;top:50%;background:#000;width:24px;height:1px;}@media screen and (max-width:767px){.hamburger{display:block;}}.hamburger:before{display:block;content:"";width:24px;height:1px;background:#000;position:absolute;top:-5px;}.hamburger:after{display:block;content:"";width:24px;height:1px;background:#000;position:absolute;top:5px;}#dropdown{visibility:hidden;display:none;}#dropdown:checked~.header--right .header__menu{display:block;}