@CHARSET "UTF-8";
/*
* {
	margin: 0px;
	padding: 0px; 
	padding: 0px; 
	z-index: 0;
}
*/

/* Подключение шрифтов */
/*@import url(http://fonts.googleapis.com/css?family=Philosopher&subset=cyrillic);*/
/* font-family: "PTSansNarrowRegular"; */
@font-face {
    font-family: "PT Sans";
    src: url("/fonts/PTSansNarrow/PTSansNarrow.eot");
    src: url("/fonts/PTSansNarrow/PTSansNarrow.eot?#iefix")format("embedded-opentype"),
    url("/fonts/PTSansNarrow/PTSansNarrow.woff") format("woff"),
    url("/fonts/PTSansNarrow/PTSansNarrow.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}
/* font-family: "PTSansNarrowBold"; */
@font-face {
    font-family: "PT Sans";
    src: url("/fonts/PTSansNarrow/PTSansNarrowBold.eot");
    src: url("/fonts/PTSansNarrow/PTSansNarrowBold.eot?#iefix")format("embedded-opentype"),
    url("/fonts/PTSansNarrow/PTSansNarrowBold.woff") format("woff"),
    url("/fonts/PTSansNarrow/PTSansNarrowBold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}

p,body,img,h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
}

body.main {
	text-align: center;
	font-size: 16px;
	font-family: 'PT Sans';
	background: #f4f4f4 url(../images/background.png) repeat left top;
	width: 100%;
	height: 99%;
}

body.white {
	font-size: 16px;
	font-family: 'PT Sans';
	padding: 20px;
}

A:link {color: var(--text-link); text-decoration: none;}
A:visited {color: var(--text-link); text-decoration: none;}
A:hover {color: var(--text-link-hover);}
a.ml:link,a.ml:active,a.ml:visited,a.ml:postlink {color:var(--text-link-visited); text-decoration:none;}
A.ml:hover {color: var(--text-link-hover);}

ul,ol {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

hr.divide {
	color: #555; /*РґР»СЏ IE */
    background-color: #555; /*РґР»СЏ Firefox, Opera, Safari*/
    border: 0px none;
    height: 1px; /* РІС‹СЃРѕС‚Р° 1px IE, Firefox, Opera, Safari */
    clear: both; /* РґР»СЏ РѕС‡РёСЃС‚РєРё, РµСЃР»Рё С‚РµРі РёРґРµС‚ РїРѕСЃР»Рµ float РµР»РµРјРµРЅС‚Р° */
	width: 100%;
	opacity: 100%;
	margin: 2px 0px 2px 0px;
}

h3, span.h3, a.h3 {
	color: var(--dark-color);
	margin-bottom: 10px;
	font-size: 14pt;
	font-family: 'PT Sans';
	font-weight: bold;
}

h4, span.h4, a.h4  {
	margin-bottom: 10px;
	font-size: 16px;
	font-family: 'PT Sans';
	font-weight: bold;
	font-style: italic;
}

h5 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-family: 'PT Sans';
	font-weight: bold;
}

h6 {
	margin: 0px;
	font-size: 13px;
	font-family: 'PT Sans';
	font-weight: bold;
}

details {
	cursor: pointer;
	color: #000095;
	margin-bottom: 10px;
	padding-left: 20px;
}

#main>p>img, #main>p>a>img,  #main>div>p>span>img, .img-fluid{
	max-width: 90%;
	height: auto;
}

a.link {
	color: var(--text-link);
	cursor: pointer;
}

a.link:hover {
	color: var(--text-link-hover);
}

form.edit input {
	width: 350px;
}

img.float {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

div#image {
	position:relative;
	cursor: crosshair;
	border: 0px;
	margin: 30px;
}

div#area {
	position: absolute;
	border: 0px;
}

div.img_edit_ground {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #000;
	z-index: 1000;
	opacity: 0.8;
	filter: alpha(opacity=80); 
}

div.img_edit_image {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 0px;
	z-index: 1100;
}

div.img_edit_menu {
	position: absolute;
	left: 0;
	top: 0;
	text-align: left;
	width: 100%;
	height: 20px;
	margin: 0px;
	z-index: 1200;
	background-color: #000;
	font-family: 'PT Sans';
	color: #FFFFFF;
}

div.img_edit_menu input {
	position: relative;
	float: left;
	height: 18px;
	margin: 0px;
	background-color: #000;
	font-family: 'PT Sans';
	color: #FFFFFF;
	clear: both;
}

div.imgleft {
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px 10px 10px 0px;
	float: left;

}



div.langmenu {
	font: bold 12pt/12pt 'PT Sans', sans-serif;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	color: #FFFFFF;
	
	position: absolute;
	right: 0px;
	background-color: var(--dark-color);
	padding: 5px;
	padding-left: 10px;
	border-style: solid;
	border-width: 1px;
}

a.langmenu {
	margin-right: 10px;
	padding: 0px;
	font-size: 12px;
	font-family: 'PT Sans';
	color: #FFFFFF;
	font-weight: normal;
	position: relative;
	text-decoration: underline;
}

a.langmenu:hover {
	color: #FFFFFF;
}

a.langactive {
	margin-right: 10px;
	padding: 0px;
	font-size: 12px; 
	font-family: 'PT Sans';
	font-weight: bolder;
	color: #FFFFFF;
	position: relative;
	
}

/* Выпадающее меню редактирования страницы / профиля. */
div.editmenubar {
	float:right;
}

div.editmenu {
	position: relative;
	margin-top: 6px;
	margin-right: 20px;
	padding: 0px;
	white-space: nowrap;
	font: inherit;
	text-align: right;
}
 
div.editmenu div.table {
	margin: 0px;
	padding: 0px;
	width: 300px;
	display: none;
	background-color: var(--background-color);
	border: 2px solid #000000;
	color: var(--dark-color);
}

div.editmenu_caption {
	color: var(--dark-color);
	margin: 10px;
}

div.editmenu:hover div.table {
	position: absolute;
	right: -12px;
	top: -12px;
	display: block;
	z-index: 500;
}


/* Выпадающее меню логина */
.loginpanelbkg {
	position:fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0px;
	background-color: #000000;
	opacity: 0.4;
	display:none;
	z-index: 1000;
}

div.loginpanel {
	margin: 10px;
	position: relative;
	white-space: nowrap;
	font: inherit;
	font-size: 14pt;
	text-align: center;
	outline: 1px solid #666666;
	padding: 10px;
	background: #FFFFFF;
	cursor: pointer;
}

div.logintable {
	min-width: 162px;
	margin: 0px;
	margin-top: -85px;
	margin-right: 1px;
	padding: 20px;
	display: none;
	background-color: #ECF0F3;
	border: 2px solid #000000;
	color: var(--dark-color);
	z-index: 1010;
	position: absolute;
}

div.logintable-signin {
	min-width: 162px;
	margin: 0px;
	margin-top: -85px;
	margin-right: 30px;
	padding: 20px;
	display: none;
	background-color: #ECF0F3;
	border: 2px solid #000000;
	color: var(--dark-color);
	z-index: 1010;
	position: absolute;
}

div.loginpanel_caption {
	color: var(--dark-color);
	margin: 10px;
	text-transform: uppercase;
}


div#page {
	width: 100%;
	max-width: 1200px;
	min-width: 900px;
	margin: 0 0;
	color: var(--main-text-color);

}

div#head {
	height: 200px;
	margin: 0;
	padding: 0;
	background: var(--dark-color);
}

div#logo {
	height: 100%;
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	background: url(/images/logo.png) no-repeat center center;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
	text-align: center;
	vertical-align: middle;
	float: left;
}

td.title, span.subtitle {
	color: #FFFFFF;
}

td.title{
	height: 157px;
	background: #FFFFFF url(/images/title_backgroung.jpg) no-repeat left center;
	text-align: center;
	vertical-align: middle;
	font: 22pt 'PT Sans', sans-serif;
	font-weight: bold;
}

span.subtitle{
	font-size: 14pt;
	font-weight: normal;
}

div#st-0 {
	margin: 0px 0px 5px 235px;
	padding: 0px;
	height: 20px;
	background: url(/images/status-l.gif) no-repeat left top;
}

div#st-1 {
	background: url(/images/status-r.gif) no-repeat right top;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

div#status {
	color: #404040;
	text-align: left;
	font-family: 'PT Sans';
	padding: 3px 0px 5px 25px;
	margin-right: 10px;
	float: left;
}

div#copyright {
	color: #404040;
	text-align: left;
	font-size: 10px;
	font-family: 'PT Sans';
	padding: 3px 0px 5px 25px;
}

div.b-divider {
	width: 2px;
	height: 12px;
	background-color: #606060;
	padding: 0px;
	margin: 4px 10px 4px 0px;
	float: left;
}

span#aviable {
	padding: 2px 5px 2px 5px;
	margin-left: 10px;
}

#menu_vert {
	margin: 0;
	padding: 0;
}

td.menu {
	font-size: 16px;
	color: #FFFFFF;
}

table.steel {
	font-family : 'PT Sans', sans-serif;
	text-decoration : none;	
}

table.std {
	margin: 0px;
	font-family : 'PT Sans', sans-serif;
	text-decoration : none;	
	border-top:1px solid #98aab1;
	border-left:1px solid #98aab1;
}

div.newstable {
	overflow: hidden;
	width: 100%;
}

table.loginmenu {
	width: 100%;
	font-size: 16px;
	font-family : 'PT Sans', sans-serif;
	text-decoration : none;
	border: 0px;
	margin: 10px 0px 10px 0px;
}

td.logintd {
	font-family : 'PT Sans', sans-serif;
	font-size: 16px;
	text-decoration : none;
	border: 0;
	padding-left: 8px; 
}

table.leftmenu {
	width: 100%;
	font-size: 16px;
	font-family : 'PT Sans', sans-serif;
	text-decoration : none;
	border: 0px;
	margin: 10px 0px 10px 0px;
}

td.lefttd {
	border: 0;
	margin: 0;
	padding: 2px 0px 2px 0px;
	color: var(--main-text-color);
}

td.lefttd:hover {
	background: #dddddd;
}

td.lefttd a {
	color: var(--main-text-color);
}

input.enter_button {
	padding: 2px 20px 2px 20px;
	color: #FFFFFF;
	background-color: var(--dark-color);
	cursor: pointer;
}

td.rb {
	border-bottom:1px solid #98aab1; 
	border-right:1px solid #98aab1; 
	padding: 0px 5px 0px 5px;
}

td.tb {
	padding-top: 6px;
	border-top:1px solid black; 
}

td.bb {
	padding-bottom: 6px;
}

input {
	border: 1px solid;
	border-color: #aaaaaa;
	font-family : 'PT Sans', sans-serif;
	text-decoration : none;	
}

div.crbk {
/* sets all to 0 */
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	background-color: var(--dark-color);
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

div.logicpath {
	margin-left: 20px;
	margin-top: 6px;
	display: inline;
	float: left;
}

div#content {
	margin: 15px 0px 10px 0px;
	padding: 0px;
}

div#sidebar {
	float: left;
	width: 220px;
	display: inline;
	margin: 0px;
	padding: 0px;
}

div#sidebarb {
	background: url(../images/left-bottom.png) no-repeat right bottom;
}

div#sidebart {
	background: url(../images/left-top.png) no-repeat right top;
}

div.back1 {
	margin-left: 235px;
	margin-right: 0px;
	background: url(../images/mainrt1.png) no-repeat right top;
	background-size: 50.2%;
}

/* this is an IE6 hack, you may see these through out the CSS */
* html div.back1 {
/* unlike other browser IE6 needs float:right and a width */
	float: right;
	width: 79%;
/* and we take this out or it will stop at the bottom  */
	margin-left: 1%;
/* and some air on the right */
	margin-right: 0px;
/* you can set your own image here */
	background: url(../images/mainrt1.png) no-repeat right top;
}

div.back2 {
/* you can set your own image here */
	background: url(../images/mainleft1.png) no-repeat left top;
	background-size: 50%;
}

div.back3 {
/* you can set your own image here */
	background: url(../images/wbtmleft.png) no-repeat left bottom;
}

div#main {
	padding: 20px;
	z-index: 20;
}

div.separator {
	margin: 0px;
	padding: 4px 0px 4px;
	width: 3px;
	height: 1%;
	background: #80ee80;
}

div.separator-r {
	margin: 0px;
	padding: 4px 0px 4px;
	width: 3px;
	height: 1%;
	background: #ee8080;
}

div.separator-b {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 3px;
	height: 3px;
	background: #8080ee;
}

.clearb {
/* needed for some browsers */
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}

/* Нижняя панель */
div.bottom_panel {
	background: var(--dark-color);
	color: #FFFFFF;
    font-size: 8pt;
}

/* Левая панель */
td.left_panel {
	min-width: 200px;
	width: 200px;
	background: var(--menu-light-color);
}

/* Основное содержимое */
td.content {
	background: var(--background-color);
}

td.right_info {
	min-width: 200px;
	width: 200px;
	background: var(--menu-light-color);
}

/* Объявления */
h4.ads {
	text-align: left;
	font-family: 'PT Sans';
	font-size: 16pt;
	font-weight: normal;
	font-style: normal;
	color: var(--dark-color);
	padding: 20px;
	text-transform: uppercase;
}

div.ad {
	margin: 20px;
	text-align: left;
}

.ad_more {
	color: var(--dark-color);
	text-align: center;
}

.ad_less {
	color: var(--dark-color);
	text-align: center;
	margin-top: 10px;
}

span.ad_date {
	font-style: italic;
}

span.ad_topic {
	font-size: 14pt;
	font-weight: bold;
}

span.ad_imp_topic {
	font-size: 14pt;
	font-weight: bold;
	color: var(--dark-color);
}

div.news_content {
	width: 100%;
}

div.popup_message_success, div.popup_message_error {
	border: solid 2px #000000;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	position: fixed;
	z-index: 999;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	position: fixed;
	left:50%;
	top:50%;
	transform: translateY(-50%) translateX(-50%);
}

div.popup_message_success {
	background-color: #00FF00;
}

div.popup_message_error {
	background-color: #FF0000;
}

hr.ad {
	width: 460px;
	color: #999999;
	margin-left: 20px;
	margin-right: 20px;	
}

div.years_page_list {
	margin: 20px;
    text-align: center;
    display: flow;
}

a.add_page {
	border-style: solid;
	border-width: 2px;
	border-color: var(--dark-color);
	background-color: #c0c7cf;
	text-align: center;
	font-weight: normal;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #000000;
	display: inline-block;
    margin-bottom: 3px;
}

span.add_page_active {
	border-style: solid;
	border-width: 2px;
	border-color: var(--dark-color);
	background-color: var(--dark-color);
	text-align: center;
	font-weight: bold;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	display: inline-block;
	margin-bottom: 3px;
}

/* Для структуры */
td.dep_list_td { padding: 0px; vertical-align: Top;}

/* Для главной страницы */
table.main_page {
	margin: -20px;
	padding: 0px;
}

table.main_page tr td{
	padding: 0px;
	margin: 0px;
}

div.ad img{
	max-width: 480px;
	height: auto;
}

/* Баннеры главной страницы */
table.main_page tr td.MP_banner {
	background-color: #ede8df;
	padding: 20px;
}

/* Кнопка вверх */
#toTop {
	border:1px solid #000000;
	background:var(--dark-color);
	text-align:center;
	padding:5px;
	position:fixed;
	bottom:10px; /* отступ кнопки от нижнего края страницы*/
	left:10px;
	cursor:pointer;
	display:none;
	color:#FFFFFF;
	font-family:'PT Sans';
	font-size:14pt;
	
}

#toTop *{
	vertical-align: middle;
}

/* группы публикаций */
.pub_group {
	color: #FF0000;
	font-weight: bold;
}

/* Список оборудования ЦКП */
.equipment {
	overflow: hidden; /* Обрезаем все, что не помещается в область */
    background: #EEEEFF; /* Цвет фона */
    padding: 10px; /* Поля вокруг текста */
    text-overflow: ellipsis; /* Добавляем многоточие */
	width: 95%;
	height: 100px;
	border-style: solid;
	border-width: 2px;
    border-color: #000000;
	margin-bottom: 20px;
	position: relative;
	transition: 0.5s linear; /* Время изменения */
}
.equipment:after {
    content: "  ";
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(to bottom, rgba(238,238,255,0), rgba(238,238,255,1));
	position: absolute;
	text-align: right;
	z-index: 100;
}

.equipment:hover {
	background: #FFFFFF; /* Цвет фона */
}


.equipment .title {
	font-weight: bold;
}

.equipment img {
	max-width: 100px;
	height: auto;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.equipment .more {
	display: block;
    /*bottom: 0;
    right: 0;
	position: absolute;*/
	float:right;
	text-align: right;
	font-weight: bold;
	z-index: 200;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	background-color: #c0c7cf;
	color: var(--main-text-color);
}

.equipment .additional {
	/*display: block;*/
    bottom: 0;
    right: 0;
	position: absolute;
	text-align: right;
	z-index: 200;
}

/* Услуги ЦКП */
.ckp_sevice {
    background: #EEEEFF; /* Цвет фона */
    padding: 10px; /* Поля вокруг текста */
	width: 95%;
	border-style: solid;
	border-width: 2px;
    border-color: #000000;
	margin-bottom: 20px;
	
	position: relative;
	transition: 0.5s linear; /* Время изменения */
}

.ckp_sevice .title {
	font-weight: bold;
}

.ckp_sevice .order {
    display: block;
    bottom: 0;
    right: 0;
    height: 25px;
    background-color: #c0c7cf;
	color: var(--main-text-color);
	position: absolute;
	text-align: right;
	z-index: 100;
}

.ckp_sevice:hover {
	background: #FFFFFF; /* Цвет фона */
}

.ckp_sevice div.in_use, .ckp_sevice div.not_used, .ckp_sevice td.certificated{
	height: auto;
	margin-left: 10px;
	margin-bottom: 10px;
	border-style: solid;
	border-width: 2px;
    border-color: #000000;
}

.ckp_sevice div.in_use {
	background-color: #AAFFAA;
	color: var(--main-text-color);
	float: right;
	max-width: 150px;
}

.ckp_sevice div.not_used {
	background-color: #FF0000;
	color: var(--main-text-color);
	float: right;
	max-width: 150px;
}

.ckp_sevice td.certificated{
	background-color: #AAFFAA;
	color: var(--main-text-color);
	width: 200px;
}

.ckp_sevice td {
	vertical-align: top;
}

/* Кнопки-ссылки */
a.button, div.button, span.button_disabled {
	border-style: solid;
	border-width: 2px;
	border-color: var(--main-text-color);
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right:10px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}

a.button, div.button {
	background-color: var(--dark-color);
	color:#FFFFFF;
	cursor: pointer;
}

span.button_disabled {
	background-color: #c0c7cf;
	color:#666666;
}

.equipment_description  img {
	max-width: 700px;
	height: auto;
}

/* Всплывающее окно */
/* Само окно */
div.window {
	position: fixed;
	left:50%;
	top:50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 310;
	
	border: solid 2px #000000;
	background-color: var(--background-color);
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	
	opacity: 1.0; /* Полупрозрачный фон */
    filter: alpha(Opacity=100); /* Прозрачность в IE */
}

div.window_title {
	font-weight: bold;
	font-size: 14pt;
}

img.window_close {
	cursor: pointer;
	float: right;
}

/* Серый фон */
div.grey_bkg {
	position: fixed;
	z-index: 300;
	background-color: #000000;
	opacity: 0.7; /* Полупрозрачный фон */
    filter: alpha(Opacity=70); /* Прозрачность в IE */
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

/*ПОИСК*/
/*Найденное*/
span.searched {
	background-color: #FFFF00;
	color: #FF0000;
	font-weight: bold;
}

/* Личные сообщения */
div.message, div.message-new{
	margin-bottom: 10px;
	cursor: pointer;
	padding: 5px;
}

div.message{
	background-color: #FFFFFF;
	border: 1px solid #888888;
}

div.message-new{
	background-color: #DDDDFF;
	border: 2px solid #000088;
}

div.postgrad-menu{
	float:right; 
	background-color:#DDDDDD; 
	border: solid 1px #000000; 
	max-width: 220px; 
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}

div.postgras-error-message{
	background-color:#FFAAAA; 
	border: solid 1px #FF0000; 
	padding: 10px;
	margin: 5px;
	max-width: fit-content;
}

div.float-images-content {
	display:table;
}


div.float-images-content-left, div.float-images-content-right{
	display:table-row;
}

div.float-images-content-left div.image, div.float-images-content-right div.image{
	display:table-cell;
	width: 200px;
	height: auto;
}

div.float-images-content-left div.text {
	display:table-cell;
}

div.float-images-content-right div.text {
	display:table-cell;
}

/* RSS новости химии */
.rss-title {
	font-weight: bold;
	font-family: "PT Sans";
	font-size: 13pt;
}


/* Анимированный логотип */
.cube-canvas{
    --time: 5s;
    padding: 0;
    box-sizing: border-box;
    display: flex;
}

.logo-cube{
    margin: calc(var(--size) / 4);
    position: relative;
    width: var(--size);
    height: var(--size);
    transform-style: preserve-3d;
    transform: rotateX(-30deg);
    animation: animate-rotation var(--time) ease-in-out infinite;
}

@keyframes animate-rotation {
    0%{
        transform: rotateX(-30deg) rotateY(-45deg);
    }
    60%{
        transform: rotateX(-30deg) rotateY(315deg);
    }
    100%{
        transform: rotateX(-30deg) rotateY(315deg);
    }
}

.logo-cube div{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}

.logo-cube div span, .logo-cube div img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: blue;
    transform: rotateY(calc(90deg * var(--i))) translateZ(calc(var(--size) / 2));
}

.logo-cube div.logo-top{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:  100%;
    transform: rotateX(90deg);
}

.logo-cube div.logo-top::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: var(--size);
    height:  var(--size);
    background-color: rgba(0, 0, 0, 0.459);
    transform: translateZ(calc(var(--size) * -0.75));
    filter: blur(calc(var(--size) / 10))
}

.logo-bkg{
    fill: var(--bkg);
}

.logo-benzol{
    position: absolute;
    margin: calc(var(--size) / -24) 0 0 calc(var(--size) / 24);
    animation: animate-benzol var(--time) ease-in-out infinite;
}

.logo-benzol img{
    width: calc(425 / 300 * var(--size));
    height: calc(473 / 300 * var(--size));
}

@keyframes animate-benzol {
    0%{
        opacity: 0;
    }
    60%{
        opacity: 0;
    }
    75%{
        opacity: 1;
    }
    85%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

div.enter-form {
	width: 250px;
	background-color: #c0c7cf;
	border: 2px solid var(--dark-color);
	border-radius: 3px;
	text-align: center;
	padding: 20px;
	display: flex; 
	margin: auto;
}

div.enter-form div {

	font-size: larger;
}

div.enter-form div input
{
	font-size: larger;
	margin-top: 5px;
}

/* Баннер о Куки */
#cookie-banner {
	position: fixed;
	bottom: 20px;
	left: 20px;
	right: 20px;
	background-color: #f8f9fa;
	color: #212529;
	border: 1px solid #dee2e6;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 1000;
  }

  #cookie-banner p {
	margin: 0;
	flex: 1;
	font-size: 14px;
  }

  #cookie-banner button {
	border-style: solid;
	border-width: 2px;
	border-color: var(--main-text-color);
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right:10px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	background-color: var(--dark-color);
	color:#FFFFFF;
	cursor: pointer;
  }


  .firework-particle {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    pointer-events: none; /* Чтобы частицы не мешали кликам */
    opacity: 1;
    transition: opacity 1s ease-out;
}