/* Add here all your css styles (customizations) */

body {
 font-family: "Exo 2",arial,sans-serif !important;
}

p, ul, dl {
font-size:16px;
}

.dl-horizontal dt {
	width:210px;
}

.dl-horizontal dd {
    margin-left:230px;
	 width: 310px;
}

.sky-form header {
    font-family: "Exo 2","Open Sans",sans-serif !important;
}
.sky-form .label {
    font-family: "Exo 2","Open Sans",sans-serif !important;
}

.alert {
    font-family: "Exo 2","Open Sans",sans-serif !important;
}

.header-tmp {
	height:76px;
	display:none;
}

.header-tmp-display {	
	display:block;
}

.main_link_white {
    color: white !important;
    text-decoration: underline !important;
}

#map {
width:816px;
height:619px;
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index:111;
}

.point {
position:absolute;
display:none;
padding:10px 15px;
background:#7BB9F0;
font-size:14px;
font-weight:bold;
-moz-border-radius:10px;
z-index:222;
}

.point .close {
display:block;
position:absolute;
z-index:233;
top:-10px;
right:-10px;
width:24px;
height:24px;
text-indent:-9999px;
opacity: 1;
outline:none;
background:url(../img/close.png) no-repeat;
}

.plash_style, .plash_style:visited {
	text-decoration: none !important;
	color: white;	
}

.plash_style:hover  {
	text-decoration: none !important;
	border-bottom:1px dashed white;
	color: white;
}

	
#disclaimer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    text-align: justify;    
    z-index: 1000;
    font-size: 12px;
    line-height: 14px;
}

#disclaimer .container {
	background-color: white;
	padding: 10px;	
	border: 1px dotted #ccc;
	border-radius: 5px 5px 0 0;
}

#disclaimer .close {
	position:relative;
	top:-25px;
	background-color: white;
	border: 1px dotted #ccc;
	width: 30px; /* Ширина кнопки */
    height: 30px; /* Высота */
    border-radius: 15px;
	opacity:1;	
}

@media (max-width: 768px) {
	#disclaimer {
		font-size: 7px;
		line-height: 9px;
	}	
}

#cookie-consent {
        position: fixed;
        bottom: 20px;
        left: 20px;
        max-width: 380px;
        background: #1e88e5;
        color: white;
        padding: 20px;
        border-radius: 8px 8px 8px 8px !important;
        box-shadow: 0 -4px 12px rgba(0,0,0,0.15);
        display: none;
        z-index: 9999;
        font-family: Arial, sans-serif;
        line-height: 1.5;
        box-sizing: border-box;
    }
    
    /* Мобильная версия (горизонтальный и вертикальный режим) */
    @media only screen and (max-width: 768px) {
        #cookie-consent {
            right: 0;
            left: 0;
			bottom: 0;
            width: 100% !important;
            max-width: 100% !important;
            border-radius: 0 !important;
            padding: 15px 20px;
        }
        
        #cookie-consent p {
            margin-bottom: 12px;
            
        }
        
        #cookie-consent-btn {
            width: 100%;
            padding: 12px;
            margin-top: 8px;
            font-size: 16px;
        }
    }
    
    #cookie-consent p {
        margin: 0 0 15px 0;
        font-size: 12px;
		color: white;
    }
    
    #cookie-consent a {
        color: #bbdefb;
        text-decoration: underline;
        white-space: nowrap;
    }
	
	#cookie-consent a:hover {
        color: #e3f2fd;
        text-decoration: underline;
        white-space: nowrap;
    }
    
    #cookie-consent-btn {
        background: white;
        color: #1e88e5;
        border: none;
        padding: 8px 16px;
        border-radius: 4px;
        cursor: pointer;
        font-weight: bold;
        transition: background 0.2s;
    }
    
    #cookie-consent-btn:hover {
        background: #e3f2fd;
    }
    
    .cookie-consent-container {
        display: flex;
        flex-direction: column;
    }		
	
	
	