.header { width: 100%; box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); padding-bottom: 2px; } .section-data-info { background: #334E5C; } .data-info__content { margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); max-width: var(--max_width-content); padding: 5px; font-family: var(--font_family__header), serif; color: #fff; font-size: 14px; font-weight: 400; } .home { display: flex; gap: 10px; align-items: center; } .data-info__data { display: flex; gap: 10px; } .border__header-left{ padding-left: 10px; border-left: 1px solid #fff; } .data-info__data { text-transform: uppercase; justify-self: center; align-items: center; } .section__logo { margin: 0 auto; max-width: var(--max_width-content); padding: 40px 0; display: grid; grid-template-columns: auto 1fr auto; gap:20px; align-items: center; } .logo__title { display: flex; gap: 5px; align-items: center; font-size: 34px; text-transform: uppercase; font-weight: 700; } .logo__img { width: 30px; } .input__search { font-family: 'Open Sans Italic', sans-serif; width: 80%; border: 1px solid #c4c4c4; font-size: 18px; padding: 5px 15px; justify-self: right; border-radius: 15px; } .header__block-button { display: flex; gap: 20px; align-items: center; justify-content: end; font-size: 16px; text-transform: uppercase; font-weight: 500; } .header__block-button_a { padding: 10px 20px; max-width: var(--max_width-content); border: 1px solid #c4c4c4; box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); } .header__block-button_a:hover { color: #fff; background: #4b7287; box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3); } .header__block-button_a:active { background: #334E5C; } .header__nav { max-width: 1400px; display: flex; justify-content: space-between; font-size: 18px; text-transform: uppercase; margin: 0 auto; font-weight: 550; } .menu__link { padding: 15px; border-bottom : 3px solid transparent; color: rgba(0, 0, 0, 0.8); } .menu__link:hover { color: #000; border-bottom : 3px solid rgba(75, 114, 135, 0.3); } .container_header__title { display: flex; flex-direction: column; padding-top: 30px; font-size: 50px; font-weight: 800; text-transform: uppercase; justify-content: center; align-items: center; } .container_header__title:after { content: ''; margin-top: 30px; background: #efefef; width: 100%; height: 60px; } .category { margin: 0 auto; max-width: var(--max_width-content); } .category__content { display: flex; flex-wrap: wrap; gap: 30px; justify-content: flex-start; } .category__title { display: grid; grid-template-columns: auto 1fr; gap: 5px; font-size: 30px; text-transform: uppercase; font-weight: 500; align-items: end; padding: 20px 0; } .category__title:after { content: ''; width: 100%; height: 6px; background: #efefef; } .category__card { flex: 1 1 calc(23.33% - 30px); } .category__card:hover { cursor: pointer; } .card__img { width: 100%; height: 220px; } .card__title { font-size: 18px; font-weight: 550; text-align: center; text-transform: uppercase; padding: 10px 0; } .card__text { font-size: 14px; font-weight: 350; text-align: justify; } .footer { margin-top: 30px; background: #334E5C; color: #fff; padding: 30px 0; } .footer__logo { font-size: 28px; } .footer__nav { display: flex; gap: 20px; justify-content: end; padding: 0 50px 20px 0; width: 100%; font-size: 14px; } .footer__menu-link:hover { color: #afdaf1; } .footer__text { display: flex; justify-content: end; font-size: 14px; padding: 20px 50px 0 0; } .footer__text span { font-weight: 600; } .favorites__card { max-width: 350px; }