О проекте
#rec583150025 { display: none !important; } .header-container { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; background-image: url("https://static.tildacdn.com/tild3537-6465-4430-b634-643664356531/___2-2.png") !important; background-position: center center !important; background-repeat: no-repeat !important; background-size: cover !important; } .burger-menu { display: none !important; cursor: pointer; flex-direction: column; justify-content: space-between; height: 24px; width: 30px; } .burger-line { width: 100%; height: 3px; background-color: #333; border-radius: 2px; } .menu-container { display: flex; justify-content: space-between; font-size: 26px; font-family: Futura PT; font-weight: 600; position: relative; /* Разрешает перемещение текста */ top: -30em; /* Отступ сверху */ left: -50px; /* Отступ слева */ } .menu-item { color: #ff8000 !important; text-decoration: none; } .logo { max-width: 150px; } .slogan-image { max-width: 300px; } .social-icons { display: flex; justify-content: space-between; max-width: 120px; } .social-icon { width: 40px; height: 40px; } @media (max-width: 768px) { .burger-menu { display: flex; } } @media (min-width: 768px) and (max-width: 1024px) { .logo { margin-left: 3em; /* Сдвигаем логотип вправо на 3 строчки */ } .social-icons { margin-right: 3em; /* Сдвигаем иконки влево на 3 строчки */ } }