.menu{padding:20px 30px;position:relative;width:100%}.menu *{list-style:none;margin:0;padding:0;transition:all .3s ease}.menu *,.menu :hover{text-decoration:none}.menu__container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1300px}.menu-logo{height:auto;width:140px}.menu-logo img{width:100%}.menu-items ul{display:flex;gap:20px}.menu-items ul *{color:#000;font-weight:600;text-align:center}.menu-items__link-item:hover{color:#067279}.menu-button{align-items:center;display:flex;gap:20px}.menu-button__link{background:#00b2ef;border-radius:10px;color:#fff;font-weight:600;padding:10px 12px}.menu-button__link:hover{background:#00759d;color:#fff;font-weight:600}@media (min-width:1041px){.menu-button__hamburguer{display:none}}@media (max-width:1040px){.menu-items{display:none}.menu-items.open{background:#fff;border-bottom:5px solid #067279;box-shadow:0 14px 20px -15px #8b8b8b66;display:block;left:0;padding:0 20px 20px;position:absolute;top:100%;width:100%}.menu-items.open ul{flex-direction:column}.menu-logo{height:auto;width:120px}.menu-button__hamburguer{display:flex;flex-direction:column;height:20px;justify-content:space-between;width:25px}.menu-button__hamburguer>span{background:#067279;height:4px;width:100%}.menu-button__hamburguer.open>span:first-child{transform:rotate(40deg);transform-origin:left}.menu-button__hamburguer.open>span:nth-child(2){display:none}.menu-button__hamburguer.open>span:nth-child(3){transform:rotate(-40deg);transform-origin:left}}