a {
text-decoration: none;
color: #000;
}
.footer-words {
    color: #C2C4CB;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    }
body {
    margin: 0;
    font-family: Helvetica;
    background-color: #f4f4f4;
    color: #333;
    overflow-x: hidden;
}

.topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 40px);
    height: 60px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    transition: transform 0.3s ease;
    z-index: 1000;
}

.topbar.hidden {
    transform: translateY(-60px);
}

.logo {
    font-size: 24px;
    color: #333;
}

.nav-links {
    display: flex;
    gap: 20px;
}

.nav-links a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
}

/* Контент */
.content {
    margin: 0 auto;
    margin-top: 60px; 
    padding: 20px;
    min-width: 80%;
    max-width: 1400px;
    min-height: 600px;
}

.footer {
    background-color: #0A142F;
    margin-top: 80px;
    padding-bottom: 20px;
    width: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}
.footer a {
    text-decoration: none;
    color: white;
    margin-right: 5px;
    font-size: 18px;
}

.footer img {
    width: 150px;
}
.vert {
display: flex;
flex-direction: column;
gap:10px
}
.list {
display: flex;
flex-direction: row;
gap:120px;
margin-top: 20px;
}
.jurinfo {
    gap: 10px;
    display: flex;
    margin-bottom: 10px;
}
.upper-info {
display: flex;
width: 100%;
min-height: 30px;
background: #F6F7F9;
justify-content: flex-end;
align-items: center;
}
.upper-info span{
color: #000;
font-family: Helvetica;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.68px;
}
.last-info {
display: flex;
flex-direction: row;
gap:60px;
margin-right: 120px;
}
.topbar {
display: flex;
width: 100%;
height: 85px;
align-items: center;
flex-direction: row;
justify-content: center;
gap: 20px;
position: relative;
background: #FFF;
box-shadow: 0 10px 20px 0 rgba(1, 31, 61, 0.15);
}

.logo {
flex-shrink: 0;
}

.search-container {
width: 90%;
height: 48px;
display: flex;
align-items: center;
background: #FFFFFF;
border-radius: 19px;
box-sizing: border-box;
border: 2px solid #387EC1;
max-width: 800px;
}

.input-left {
flex: 1;
border: none;
border-radius: 15px 0 0 15px;
padding: 0 1rem;
font-family: 'Helvetica', sans-serif;
font-size: clamp(14px, 4vw, 16px);
color: #626C77;
}

.input-right {
flex: 0.8;
border: none;
border-radius: 0;
padding: 0 0.5rem;
font-family: 'Helvetica', sans-serif;
font-size: clamp(14px, 4vw, 16px);
color: #626C77;
}

.divider {
width: 1px;
height: 80%;
background: #626C77;
}

.search-button {
width: 48px;
height: 100%;
background: linear-gradient(90deg, #387EC1 0%, #47A8DF 100%);
border: none;
border-radius: 0 16px 16px 0;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}

.search-icon {
width: 20px;
height: 20px;
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="1.5"><circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg>') no-repeat center;
background-size: contain;
}

.login-button {
width: 100px;
height: 48px;
background: linear-gradient(90.8deg, #387EC1 0.75%, #47A8DF 99.43%);
border: none;
border-radius: 16px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}

.login-button a {
font-family: 'Helvetica', sans-serif;
font-size: 18px;
line-height: 25px;
letter-spacing: 0.02em;
color: #FFFFFF;
}

.catalog-button {
width: 138px;
height: 48px;
background: linear-gradient(90deg, #387EC1 0%, #47A8DF 100%);
border-radius: 16px;
border: none;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
font-family: 'Helvetica', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
letter-spacing: 0.02em;
color: #FFFFFF;
}

.catalog-icon {
width: 24px;
height: 24px;
background-size: contain;
}

.user-account {
display: flex;
align-items: center;
cursor: pointer;
}

.user-account img {
transition: all 0.3s ease;
}

.user-account img {
background-color: #FFFFFF;
border: 1px solid #F7F7F7;
}

.user-account img:hover {
transform: scale(1.1);
}

.btns {
display: flex;
flex-direction: row;
margin-right: 20px;
gap: 10px;
}

.btns a {
color: #3E4958;
transition: all 0.3s ease;
border-radius: 10px;
display: flex;
flex-direction: column;
align-items: center;
width: 50px;
height: 40px;
font-size: 13px;
text-decoration: none;
font-weight: 300;
text-align: center;
overflow: hidden;
padding-top: 10px;
}

.btns a:hover {
background-color: #F7F7F7;
color: #007bff;
}

.btns a span {
font-size: 10px;
}
.footer-mobile-app {
    width: 160px;
    height: 54px;
    border-radius: 8px;
    background: #0A0A09;
    align-items: center;
    display: flex;
    cursor: pointer;
}
.footer-mobile-app img{
    margin-left: 10px;
    margin-right: 10px;
}
.footer-mobile-app span{
    color: #FFF;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer-mobile-apps {
    align-items: center;
    justify-content: center;
    gap:20px;
    margin-bottom: 10px;
}
.user-avatar {
width: 60px;
height: 60px;
vertical-align: middle;
aspect-ratio: 1/1;
object-fit: cover;
object-position: center;
border-radius: 10px;
}

@media (max-width: 600px) {
.topbar {
    flex-direction: row;
    align-items: center;
}

.search-container {
    flex-direction: row;
    height: auto;
    padding: 0.5rem;
}

.input-left, .input-right {
    width: 100%;
    border-radius: 15px;
    margin: 0.25rem 0;
}

.divider {
    width: 80%;
    height: 1px;
}

.search-button {
    width: 100%;
    border-radius: 16px;
}

.login-button {
    width: 100%;
    max-width: 100px;
}

.logo {
    margin-left: 20px;
}

.catalog-button {
    left: 0;
    top: 100px;
    width: 150px;
}
}
.icon {
    display: inline-block;
    width: 20px;
    text-align: center;
    margin-right: 8px;
}
