html {
    min-height: 100%;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

body {
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

strong {
    font-weight: 700;
}

a
{
    text-decoration: none;
    color: #5c5c5c;
}

.center
{
    text-align: center;
}

.right
{
    text-align: right;
}

h1.h1_entry
{
    font-size: 22px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 40px;
}

h1 span
{
    color: #be070d
}

.container
{
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}

#content
{
    margin-top: 30px;
}

#logo_out
{
    text-align: center;
    padding: 40px 0 20px;
}

#logo
{
    width: 500px;
    max-width: 70%;
}

#menu_bottom
{
    padding: 20px 0;
    text-align: center;
    margin-top: 40px;
    background-color: #e1e1e1;
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    box-shadow: 0px 11px 37px rgba(211, 211, 211, 0.4);
}

#menu_bottom a
{
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
}

#bottom
{
    font-size: 12px;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #e7e7e7;
}

#bottom img
{
    height: 28px;
    margin: 0 20px;
}

#top
{
    padding: 15px;
}

#top_in
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#top_in .logo_zone
{
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
}

#top_in .logo_zone a
{
    width: 220px;
    margin-right: 20px;
    display: block;
}

#top_in .logo_zone img
{
    width: 100%;
}

#top_in .buttons a
{
    margin: 0 5px;
}

#top_in #logo_club_panel
{
    height: 50px;
    width: auto;
    margin-left: 20px;
}

.alert
{
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 10px;
}

.alert_success
{
    background-color: #54ad73;
    color: #fff;
}

.alert_error
{
    background-color: #ad5466;
    color: #fff;
}

.hr
{
    height: 1px;
    background-color: #a7a7a7;
    margin: 30px 0;
}

#pzpn
{
    text-align: center;
    padding: 30px 0;
    font-size: 13px;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#pzpn p
{
    padding: 10px 0;
    color: #8e1718;
}

#pzpn p:first-of-type
{
    border-bottom: 1px solid #8e1718;
}

#pzpn img
{
    width: 50px;
    margin-bottom: 20px;
}

