﻿:root{--font-ru: "Rubik", sans-serif;--font-rl: "Raleway", sans-serif}.header{height:clamp(4.25rem,4.125rem + .63vw,5.125rem)}.header{background:#26427a;border-bottom:1px solid rgba(255,255,255,.35)}.header__inner{display:grid;grid-template-columns:repeat(auto-fit, minmax(150px, max-content));gap:25px;align-items:center;width:100%;height:100%;justify-content:space-between}.header__inner>:nth-child(2){display:flex;flex-direction:row;justify-content:center;align-items:center}.header__inner>:last-child{display:flex;flex-direction:row;justify-content:flex-end !important;align-items:center}.header__logo{font-family:var(--font-ru);font-size:clamp(1.75rem,1.643rem + .54vw,2.5rem);font-weight:700;line-height:135%;color:#fff;cursor:pointer}.header__logo img{width:auto;height:clamp(2.375rem,2.214rem + .8vw,3.5rem);object-fit:contain}.header__center{display:flex;flex-direction:row;gap:20px;align-items:center;justify-content:center}.header__center-link{color:rgba(255,255,255,.75);text-transform:lowercase;font-weight:600;margin:0;cursor:pointer;transition:all .3s ease-out}.header__center-link:hover{opacity:.5}.header__right-link{width:clamp(2.188rem,2.098rem + .45vw,2.813rem);height:clamp(2.188rem,2.098rem + .45vw,2.813rem);border:2px solid rgba(255,255,255,.5);border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;transition:all .3s ease-out}.header__right-link::before{content:"";font-family:"icomoon" !important;font-size:clamp(1.125rem,1.089rem + .18vw,1.375rem);color:#fff}.header__right-link:hover{opacity:.5}@media(max-width: 900px){.header__center{display:none !important}}@media(max-width: 480px){.header__inner{display:flex !important;flex-direction:row;justify-content:space-between;align-items:center}}