

/* Start:/local/templates/ksrk2025_qa/template_styles.css?17663964974304*/
#cookie_form {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #3f3838;
    color: #ffffff;
    padding: 15px 20px;
    border-radius: 8px;
    width: 80%;
    max-width: 500px;
    box-shadow: 0 4px 10px #ffffff;
    z-index: 9999;
    display: block;             
    opacity: 0;                 
    pointer-events: none;       
    transition: opacity 0.5s ease;
}
#cookie_form.show {
    opacity: 1;                
    pointer-events: auto;       
}
/* Заголовок блока */
#cookie_form .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
/* Описание */
#cookie_form .description .text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: center;
}
#cookie_form .description .text a.privacy_policy {
    color: #f0a500;
    text-decoration: underline;
}
#cookie_form .description .accept-btn {
    background-color: #f0a500;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    color: #3f3838;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
    display: block;
    margin: 0 auto;
}
#cookie_form .description .accept-btn:hover {
    background-color: #e09b00;
}
@media (min-width: 600px) {
    #cookie_form {
        padding: 20px 25px;
    }

    #cookie_form .title {
        font-size: 18px;
    }

    #cookie_form .description .text {
        font-size: 15px;
    }

    #cookie_form .description .accept-btn {
        padding: 10px 20px;
    }
}

@media (min-width: 1024px) {
    #cookie_form {
        bottom: 30px;
        max-width: 700px;       
        width: 80%;             
        padding: 15px 20px;     
        border-radius: 10px;
    }

    #cookie_form .title {
        font-size: 18px;        
        margin-bottom: 5px;     
    }

    #cookie_form .description .text {
        font-size: 15px;
        line-height: 1.4;       
        margin-bottom: 8px;
        text-align: center;
    }

    #cookie_form .description .accept-btn {
        padding: 10px 20px;     
    }
}

/* Футер на всю ширину */
#footer {
    width: 100%;
    background-color: #3f3838;
    color: #ffffff;
   /* padding: 20px 15px;*/
    text-align: center;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}
/* Копирайт по центру */
#footer p.copyright {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Знак © через ::before */
#footer span.copyright-symbol {
    display: inline-block;
}

#footer span.copyright-symbol::before {
	display: inline;
    content: "© ";
    margin-right: 5px;
    font-weight: normal;
}
/* Список ссылок */
#footer ul.footer-links {
    display: flex;
    flex-direction: column; 
    align-items: center;    
    justify-content: center;
	gap: 8px; 
	padding: 0;
    margin: 0;
    width: 100%;
	list-style: none;
}
#footer ul.footer-links li.footer-link-item {
    margin: 0;               
    width: 100%;             
    display: flex;           
    justify-content: center;
}
#footer ul.footer-links li.footer-link-item a.footer-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}
#footer ul.footer-links li.footer-link-item a.footer-link:hover {
    color: #f0a500;
}
#footer .logo_wrap {
	width: 140px;               
    height: 120px;
    display: flex;               
    justify-content: center;    
    align-items: center;         
    margin-bottom: 20px;         
}
#footer .logo_wrap .logo {
 	display: block;  
    max-width: 100%;            
    max-height: 100%;           
    width: auto;                
    height: auto;               
}
/* Адаптивность для планшетов */
@media (min-width: 600px) {
    #footer p.copyright {
        font-size: 18px;
    }
    #footer ul.footer-links li.footer-link-item a.footer-link {
        font-size: 15px;
    }
}
/* Адаптивность для больших экранов */
@media (min-width: 1024px) {
    #footer {
        padding: 30px 50px;
    }
}

/* End */
/* /local/templates/ksrk2025_qa/template_styles.css?17663964974304 */
