.header{background-color:var(--color-primary-dark);align-items:center;height:80px;display:flex}.header__container{justify-content:space-between;align-items:center;gap:20px;display:flex}.header__list{justify-content:space-between;align-items:center;gap:30px;display:flex}.header__item{text-transform:uppercase;font-size:14px;line-height:1.55;position:relative}.header__item:after{content:"";background-color:var(--color-primary-light);width:1px;height:14px;position:absolute;top:50%;right:-15px;transform:translateY(-50%)}.header__item:last-child:after{display:none}.header__phone{font-size:14px;font-weight:500;line-height:21.7px}@media (max-width:1350px){.header__phone{margin-right:60px}}@media (max-width:1024px){.header__nav{display:none}}
.logo img{border-radius:50%}
.footer{color:var(--color-gray-dark);flex-direction:column;align-items:center;gap:30px;display:flex}.footer__contacts{gap:30px;display:flex}.footer__contacts .footer__contact{color:var(--color-primary-dark);align-items:center;gap:8px;font-size:20px;font-weight:500;display:flex}.footer__contacts .footer__contact-icon{border-radius:50%;width:24px;height:24px}@media (hover:hover) and (pointer:fine){.footer__contacts .footer__contact:hover{color:var(--color-primary-light)}}.footer__links--services{grid-template-columns:repeat(4,1fr);gap:10px 20px;display:grid}.footer__links--nav{flex-wrap:wrap;justify-content:center;gap:30px;font-weight:500;display:flex}.footer__note{text-align:center;font-size:14px;line-height:18px}@media (max-width:768px){.footer__contacts{justify-content:space-between;gap:20px}.footer__links--services{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.footer__contacts{flex-direction:column;gap:10px}.footer__links--services{grid-template-columns:1fr}}
