
a.btn-primery {
    background-color: #ff5a00;
    color: #fff;
    padding: 7px 20px;
    border-radius: 10px;
    display: inline-block;
    max-width: max-content; 
    text-align: center;
    font-size: 16px;
    display: flex;
    gap: 10px;
}
.logo {
    max-width: 300px;
}
.main-navigation a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.logo img {
    width: 100%;
    object-fit: contain;
    height: auto;
}
.site-header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-bottom: 40px;
}
.svg-icon-wrapper svg {
    stroke: #fff;
    width: 20px;
    height: 20px;
}
.page-width {
    max-width: calc(100% - 100px);
    margin: 0 auto;
}
nav.main-navigation ul {
    display: flex;
    gap: 10px;
    list-style: none;
}
.menu-item  a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
nav.main-navigation ul li {
    padding: 0 20px;
}