body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}
table {
color: #E6E6FA;
margin: auto;
}
a:link {
	color: SlateBlue;
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
	color: DarkSlateBlue;
}
a:hover {
	text-decoration: none;
	color: SlateBlue;
}
a:active {
	text-decoration: none;
}


.fieldset-catalog video {
  width: 100%;
  height: auto;
  display: block;          /* убирает небольшой отступ снизу из‑за inline-поведения */
  max-width: 100%;          /* страховка, чтобы не вылезало */
  box-sizing: border-box;
}


.fieldset-catalog {
  display: block;
  max-width: 800px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 5px 10px;

  /* рамка нужного цвета */
  border: 2px solid #f5f5f5;
  border-radius: 4px; /* опционально: скругление углов */
}

/* Таблица №1 — с рамкой */
.style_table_01 {
  width: 100%;
  border: 2px solid #f5f5f5;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  box-sizing: border-box;
  table-layout: fixed;
}


.style_table_01 a {
  cursor: default;
  text-decoration: none; /* убрать подчёркивание */
}

.style_table_01 td,
.style_table_01 th {
  padding: 5px 10px;
  border: none;
  word-wrap: break-word;
  word-break: break-word;
}

/* Таблица №2 — без рамок */
.style_table_02 {
  width: 100%;
  border: none;                /* явно отключаем рамку */
  border-collapse: collapse;
  border-spacing: 0;
  text-align: justify;
  table-layout: fixed;
  box-sizing: border-box;
}

.style_table_02 td,
.style_table_02 th {
/*  padding: 5px 10px; */
  border: none;                 /* явно отключаем у ячеек тоже */
  word-wrap: break-word;
  word-break: break-word;
}

@media only screen and (max-width: 800px) {
  .fieldset-catalog {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 5px 10px;
  }

  .style_table_01 {
    border-width: 2px;
  }
}

.dotted-hr-rd {
  border: 0;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,4 C20,0 40,8 60,0 80,8 100,4 100,4' fill='none' stroke='%23483D8B' stroke-width='2'/%3E%3C/svg%3E") !important;
  background-size: 100%;
}

hr {
width:20%;
}
.blocktext {
    text-align: center;
    color: #D3D3D3;
    font-size: small;
    cursor: default;
}
/* Создаем новый CSS класс */
.rek-cont {    
    max-width: 800px;
    max-height: 280px;
    overflow: auto;    
    background: transparent;
    box-sizing: border-box;
    padding: 0px;
    position: relative;
    margin: 0px 0;
    display: grid;
    place-items: center;
}

/* Медиа-запрос для экранов меньше 1255px */
@media screen and (max-width: 1255px) {
    .rek-cont {    	
        max-width: 100%;
        max-height: 280px;
        display: grid;
        place-items: center;
    }
}
/* Создаем новый CSS класс */
.rek-cont_low {    
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    background: transparent;
    box-sizing: border-box;
    padding: 0px;
    position: relative;
    margin: 0px 0;
    display: grid;
    place-items: center;
}

/* Медиа-запрос для экранов меньше 1255px */
@media screen and (max-width: 1255px) {
    .rek-cont_low {
        max-width: 100%;
        max-height: 100%;
        display: grid;
        place-items: center;
    }
}
.body_hide {
	opacity: 0;
	transition: .9s opacity ease-in-out;
}
.body_visible {
	opacity: 1;
}
.container {
  font-family: sans-serif;
  color: #3c3c3c;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
@keyframes textShine {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
p:nth-child(1) {
  font-size: clamp(1.3rem, 1.1vw, 3rem);
  font-weight: bold;
  margin: 5px;
  justify-content: center;
  text-align: center;
  background: linear-gradient(
    to right,
    #7953cd 20%,
    #00affa 30%,
    #0190cd 70%,
    #764ada 80%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 500% auto;
  animation: textShine 5s ease-in-out infinite alternate;
}
p:nth-child(2) {
}

/* Для рассказа дня*/
.p-rd {
  font-size: 17px;
  font-weight: bold;
  margin: 5px;
  justify-content: center;
  text-align: center;
  background: linear-gradient(
    to right,
    #7953cd 20%,
    #00affa 30%,
    #0190cd 70%,
    #764ada 80%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 500% auto;
  animation: textShine 5s ease-in-out infinite alternate;
}
.audio-rd {
  text-align: center;
  cursor: default
}
.hr-rd {
  border: none;                 /* убираем стандартное оформление */
  border-top: 2px solid #ccc;  /* рисуем свою линию сверху */
  width: 75%;                  /* занимает всю доступную ширину */
  max-width: 600px;             /* но не больше 800 px */
  margin: 20px auto;            /* auto по бокам центрирует элемент */
}
.dotted-hr-rd {
  border: 0;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,4 C20,0 40,8 60,0 80,8 100,4 100,4' fill='none' stroke='%234B0082' stroke-width='2'/%3E%3C/svg%3E");
  background-size: 100% 100%;
}

/*---------------------------*/

#garland {
position: absolute;
top: 0;
left: 0;
background-image: url('https://x-c.su/pss_images/snow/christmas.png');
height: 36px;
width: 100%;
overflow: hidden;
z- index: 99
}
 
#nums_1 {
padding: 100px
}
 
.garland_1 {
background-position: 0 0
}
 
.garland_2 {
background-position: 0 -36px
}
 
.garland_3 {
background-position: 0 -72px
}
 
.garland_4 {
background-position: 0 -108px
}

	#cookies{
		margin-top:0px;
		margin-left:0px;
		background-color:#DC143C;
		position:fixed;
		width:100%;
		// height:40px;
		opacity:0.9;
		z-index:9999;
		color:#FFFFFF;
		padding-top:5px;
		padding-bottom:10px;
		text-align:center;
		}
	
	.cookieLinks{
		color:#FFFFFF;
	}
	.cookieLinks:hover{
		color:#000000;
	}
	
img.animate1 {
    opacity: 0.3;
}

img.animate1:hover {
	transition: .9s opacity ease-in-out;
    opacity: 1;}
.container {
  font-family: sans-serif;
  color: #3c3c3c;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
@keyframes textShine {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}


.center-img-rd {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}

/* основная картинка */

.img-container {
  width: 100%;                /* на всю ширину родителя */
  max-width: 800px;           /* максимальная ширина картинки */
  text-align: center;
  margin: 0 auto;             /* центрируем сам контейнер */
}

.img-link {
  display: block;
  width: 100%;
}

.img-link img {
  display: block;             /* убирает нижний отступ у картинки */
  width: 100%;                /* растягивается на всю ширину .img-link */
  height: auto;               /* сохраняет пропорции */
}