.up_header {
    /* width: 1600px; */
    height: 62px;
    justify-content: space-between;
    /* padding-top: 20px; */
    /* padding-right: 210px; */
    /* padding-bottom: 20px; */
    /* padding-left: 210px; */
    border-bottom-width: 4px;
    background-color: #222222;
    border-bottom: 4px solid #AACDF6
}
.header_inner {
    max-width: 1180px;
    margin: auto;
}
.header_logo {
    /* width: 518px; */
    height: 50px;
    gap: 12px;  
    display: flex;
    justify-content: flex-start;
    align-items: baseline;   
    padding-top: 3px;     
}
.header_logo .logo {
    /* width: 302px;
    height: 50px; */
    font-family: Manrope;
    font-weight: 500;
    font-size: 36px;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #FFFFFF;
}
.logo_reg {
    width: 204px;
    height: 12px;
    opacity: 0.5;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #FFFFFF;
}
.down_header {
    height: 70px;
    justify-content: space-between;
    border-radius: 12px;
    border-width: 1px;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    background: #0D3E7F;
    border: 1px solid #999999;
    box-shadow: 0px 4px 14px 0px #00000033;
    align-content: center;
    position: sticky;
    top: 12px;
    z-index: 1000;
    max-width: 1180px;
    margin: auto;

    margin-top: 12px;
}
.header_menu {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.nav_menu a {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}
.places_rem {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -2%;
    vertical-align: middle;
    color: #fff;

}
.sep_head {
    border: 1px solid #FFFFFF;
    height: 46px;
    border-width: 1px;
}
.reg_button {
    width: 158px;
    height: 46px;
    gap: 10px;
    border-radius: 40px;
    /* padding: 12px; */
    background-color: #FFC62C;
    color: #000;
    border: none;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Manrope';
}
.reg_button:hover {
    background: #FDB800;
    border: 1px solid #000000;
    padding: 11px;
    cursor: pointer;
}
.places_number {
    width: 40px;
    height: 40px;
    gap: 10px;
    border-radius: 20px;
    background: #AACDF6;
    color: #222222;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.places_part {
    display: flex;
    align-items: center;
    gap: 10px;
}
@media (max-width: 1200px) {
    .down_header {
        margin-left: 12px;
        margin-right: 12px;
    }
}
@media (max-width: 1024px) {
    .nav_menu, .sep_head {
        display: none;
    }
    .header_menu {
        justify-content: center;
    }
    .header_logo .logo {
        font-size: 20px;  
        margin-top: 6px;  
    }
    .header_logo .logo_reg {
        display: none;
    }
    .header_logo {
        justify-content: flex-start;
        align-items: center;
        padding-left: 16px;
    }
    .places_rem {
        font-size: 14px;
    }
}
@media (max-width: 390px) {
    .places_rem {
        width: min-content;
    }
}