@charset "utf-8";
/* CSS Document */


.sticky-banner {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 10px 20px; */
    z-index: 1000;
    box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.2);
}
.sticky-banner .banner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/* Текст баннера */
.sticky-banner .banner-text {
    /*font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-right: 20px;*/
    flex: 1;
}

.sticky-banner .banner-text .emoji {
    font-size: 20px;
}

/* Изображение */
.sticky-banner .banner-image a {
    width: 50px; /* Размер изображения */
    height: 50px;
    object-fit: contain;
	margin-right: 20px;
}

/* Кнопка закрытия */
.sticky-banner .close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(255, 255, 255, 0.8); /* Полупрозрачный фон */
    border: none;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 20px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.sticky-banner .close-button:hover {
    background: rgba(255, 0, 0, 0.8); /* Красный фон при наведении */
    color: #fff;
}

.sticky-banner .btn{
    margin-right: 20px;
    color: #fff;
    line-height: 15px;
    padding: 0.25rem 0.75rem;
}
.fixed-banner-top {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 1220px;
    width: 100%;
    /*background: #17a2b8;*/
    color: #003366;
    text-align: center;
    padding: 0;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    margin: 0 auto;
    right: 0;
    left: 0; 
}
.fixed-banner-top.dark {
    background: #17a2b8;
}
.fixed-banner-top-image{
    width: 100%; /* Занимает всю ширину */
    max-width: 1200px; /* Максимальная ширина */
    height: auto; /* Высота будет подстраиваться под содержимое */
    margin: 0 auto; /* Центрует блок */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    text-align: center; /* Центрует кнопку закрытия */
}

.fixed-banner-top button {
    background-color: #ffffff;
    color: #4f4c4c;
    border: none;
    padding: 0 3px;
    font-size: 24px;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    line-height: 20px;
}  
.ads .fixed-banner-top p, 
.ads .sticky-banner p{
	font-weight:600;
	font-size: 22px;
	margin: 10px 0 10px;
	line-height: 22px;
}
.ads .fixed-banner-top p{
	color: white;  
}
.ads .sticky-banner p{
	color: #353535;
}

.ads.fixed-banner-top:hover {
    background-color: #007b8f;
	cursor:pointer;
}
.close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    background: none;
    border: none;
    font-size: 20px;
    font-weight: bold;
    color: #003366;
    cursor: pointer;
}

.close-button:hover {
    color: #FF0000;
}

/*баннер в модальном окне ad-block-modal*/
#promotion-PREMIUM .modal-dialog {
	display: flex;
	align-items: center;
	min-height: 100vh;
	justify-content: center;
	margin: auto;
}
.ad-block-modal .hook-titl{
	text-align: center;
	padding: 20px;
    border: none;
    font-size: 24px;
    font-weight: bold;
    color: #003366;
    cursor: pointer;
	line-height: 24px;
}
.ad-block-modal p{
	text-align: center;
	padding: 10px;
    font-size: 19px;
    font-weight: bold;
    color: #003366;
    cursor: pointer;
	line-height: 22px;
}
.ad-block-modal .btn{
	padding: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #ffd3d8;
    cursor: pointer;
	line-height: 22px;
	white-space:nowrap;
	background-color: #003366;
    margin-bottom: 10px;
}

@media(max-width:767.98px) {
	
}	
@media(max-width:575.98px) {
	
	
.ads .fixed-banner-top p, 
.ads .sticky-banner p{
	line-height: 20px;
    font-size: 16px;
    margin: 0;
} 
.fixed-banner-top button {
	padding: 0 4px;
    font-size: 18px;
    margin-top: 0px;
    top: 0;   
}
.sticky-banner .btn{
    margin-right: 0;
    padding: 0.25rem 0.45rem;
    font-size: 17px;
	margin-top: 22px;
}
}


