﻿styles.clear{
    clear: both;
}

.mesage_error{
    color: #cc0000;
}

.success_message{
    color: green;
}

.block_for_messages{
    text-align: center;
}

#header, #footer{
    border: 2px solid #000;
}

#header{
    padding-left: 10px;
}

#footer{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}
.hl {
    background: yellow;
    padding: 0 2px;
}

#header h2, #footer h2{
text-align: center;
margin: 0;
font-family: Garamond, serif;
line-height: 1em;
color: #d15858;
font-weight:bold;
font-size: 28px;
text-shadow:0px 0px 0 rgb(145,24,24),1px 1px 0 rgb(130,9,9),
2px 2px 0 rgb(116,-5,-5),3px 3px 0 rgb(101,-20,-20),
4px 4px 0 rgb(87,-34,-34),5px 5px 0 rgb(72,-49,-49), 
6px 6px 0 rgb(58,-63,-63),7px 7px 6px rgba(0,0,0,0.6),7px 7px 1px rgba(0,0,0,0.5),0px 0px 6px rgba(0,0,0,.2);
}

#register_menu_block{
 width: 290px;
    float: right;	
}
#register_menu_block a{
    display: block;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    width: 110px;
    height: 25px;
    text-decoration: none;
}
#auth_block{
    width: 290px;
    float: right;
}

#auth_block a{
    display: block;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    width: 110px;
    height: 25px;
    text-decoration: none;
}

#auth_block a:hover{
    text-decoration: underline;
}

#link_register,#link_play_zona{
    float: left;
}

#link_auth, #link_logout{
    float: right;
}

#link_register a, #link_play_zona a{
    background: #54d854;
}

#link_auth a, #link_logout a{
    background: #4e4eec;
    text-align: center;
}

/* Блок с формой регистрации */
#form_register, #form_auth{
    width: 300px;
	margin: 0 auto;
}


#authorized h2{
    text-align: center;
}
.search-result-item {
    padding: 6px 10px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

.search-result-item:hover {
    background: #f0f0f0;
}

.search-result-item .news-toggle-icon {
    font-weight: bold;
    margin-right: 6px;
}
#link_guest {
	
    float: none;          /* убрать float */
    width: 100%;          /* растянуть на всю ширину */
    text-align: center;   /* выровнять по центру */
    margin-top: 10px;     /* немного отступа */
}

#link_guest a {
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    width: 150px;
    height: 25px;
    text-decoration: none;
    background: #00BFFF;
}
#link_guest a.guest_link:hover {
    text-decoration: underline;
}
#club-footer {
    text-align: center;
    padding: 12px 0;
    font-size: 14px;
    color: #444;
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    cursor: default;
    user-select: none;
    letter-spacing: 0.3px;
}

#club-footer:hover {
    opacity: 0.95;
}
.main-layout {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    padding: 40px 0;
}

.left-block {
    flex: 0 0 auto;
}

.club-icon {
    width: 260px;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.right-block {
    max-width: 500px;
}

.right-block h2 {
    margin-bottom: 20px;
    font-weight: 400;
    color: #333;
}

.map-wrapper {
    width: 100%;
    height: 350px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.club-map {
    width: 100%;
    height: 100%;
    border: none;
}