header{width:100%;display:flex;justify-content:center;color:#fff;overflow:hidden}header.home{position:absolute;z-index:3}header .header_content{display:flex;justify-content:space-between;width:100%;height:120px}@media only screen and (min-width:1191px){header .header_content{max-width:1110px;margin:0 auto}}@media only screen and (max-width:1190px){header .header_content{max-width:calc(100% - 80px);margin:0 40px}}@media only screen and (max-width:768px){header .header_content{max-width:calc(100% - 40px);margin:0 20px;height:60px}}header .header_content .header_left,header .header_content .header_right{display:flex;align-items:center;gap:15px}header .header_content .logo img{width:1000%;max-height:55px;max-width:185px}@media only screen and (max-width:768px){header .header_content .logo img{max-height:40px;max-width:130px}}header .header_content .address{display:flex;align-items:center;gap:10px;border-radius:5px;padding:15px 30px 15px 35px;transition:all .1s ease-in-out}header .header_content .address:hover{background-color:var(--additional-color)}header .header_content .address:hover svg path{fill:#fff}@media only screen and (max-width:768px){header .header_content .address{display:none}}header .header_content .address svg path{fill:var(--main-color)}header .header_content .address p{font-size:15px;line-height:20px;text-transform:none;letter-spacing:.02em;font-weight:600}
