.page-content table {
    max-width: 1024px;
    margin: auto;
    min-width: unset;
    width: 1024px;
    border: 1px solid #9b876d;
}
.page-content table th {
    background: #9b876d;
    color: #fff;
    font-weight: bold;
    padding: 30px 30px;
}
.page-content table th:not(:last-child) {
    border-right: 1px solid #fdf6ed;
}
.page-content table td:not(:last-child) {
    border-right: 1px solid #9b876d;
}
.page-content table td {
    padding: 15px 30px;
}
.page-content table tr:not(:last-child) td {
    border-bottom: 1px solid #9b876d;
}
.cookie-banner {
    display: none;
    position: fixed;
    bottom: 30px;
    left: 30px;
    right: 30px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 20px 30px;
    border-radius: 100px;
    justify-content: space-between;
    align-items: center;
    font-family: sans-serif;
    z-index: 9999;
}
.cookie-banner.show {
    display: flex;
}
.cookie-banner p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #2c2925;
}
.cookie-banner a {
    color: #2c2925;
    border-bottom: 1px dashed #2c2925;
    font-style: normal;
    font-weight: 400;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.cookie-banner a:hover {
    color: #9b876d;
    border-bottom: 1px dashed #9b876d;
}
.cookie-banner button {
    /*background-color: #1B7486;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;*/
    cursor: pointer;
}
.cookie h2 {
    margin: 100px auto 48px;
}
.form-content label {
	pointer-events: auto !important; 
}
.footer-right__title {
    text-align: right;
}
body.kids footer .footer-info {
    color: #49403d !important;
}
.news-main .form-page__title {
	margin-bottom: 30px;
}
.news-main-item__picture .news-main-item__type {
	display: none;
}
.newslink {
	border: 1px solid #2c2925;
	padding: 10px 15px;
	border-radius: 27px;
	width: fit-content;
	color: #2c2925;
}
.allnews {
	text-decoration: underline;
	color: #2c2925;
}









@media screen and (max-width: 1200px) {
.page-content table {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}
.cookie-banner {
    bottom: 30px;
    left: 16px;
    right: 16px;
    padding: 16px 20px;
    border-radius: 25px;
    gap: 15px;
}
}



@media screen and (max-width: 991px) {
.page-content table {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}
.cookie h2 {
    margin: 50px auto 32px;
}
}



@media screen and (max-width: 767px) {
.news-main__grid {
	display: block !important;
}
.news-main__grid .news-item {
	width: 100% !important;
	margin: 0 0 20px 0 !important; 
	display: block !important;
}
.news-main__grid .news-item .news-main-item__picture {
	width: 100% !important;
	border-radius: 10px;
}
.news-main__grid .news-item .news-main-item__desc {
	height: 170px !important;
}
.page-content table th {
    padding: 15px 20px;
}
.page-content table td {
    padding: 10px 20px;
}
}

/* YANDEX CAPTCHA */
.form-content__checkbox-group {
    margin: 20px 0;
}
.form-content__checkbox-group label {
	position: inherit;
}
.form-content__checkbox-group label a {
	color: #9b876d;
}
.form-content__checkbox {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.form-content__checkbox input[type="checkbox"] {
    margin: 2px 10px 0 0;
    flex-shrink: 0;
}

.form-content__checkbox label {
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
}

.form-content__checkbox a {
    color: #007bff;
    text-decoration: underline;
}
.yandex {
		width: 300px;
}
/* YANDEX CAPTCHA */
.form-page__title {
	margin: 0 0 100px 0;
}
.news-main__grid {
	display: flex;
	margin-bottom: 70px;
}
.news-main__grid .news-item  .news-main-item__desc {
	height: 110px;
}

.news-main__grid .news-item .news-main-item__caption {
	height: 60px;
}
.news-main__grid .news-item {
	background: #ece4d1;
	border-radius: 10px;
	margin: 0 20px 0 0;
	padding: 20px;
	width: 50%;
	display: flex;
}
.news-main__grid .news-item .news-main-item__picture {
	width: 160px;
}
.news-main__grid .news-item .news-main-item__picture {
	margin-right: 15px;
}
.news-main-item__caption {
	font-size: 20px;
	line-height: 1.4;
}
.news-item .more a:last-child {
	border: #403a32 solid 1px;
	color: #403a32;
	padding: 10px 20px;
	border-radius: 18px;
}
@media screen and (min-width: 1000px) {
    .front-page .top-slider__text .top-slider__desc {
        min-height: 90px;
    -webkit-line-clamp: 6;
    }
	.news-main-item__picture img {
		width: 160px;
		height: 160px;
		object-fit: cover;
		object-position: center;
		border-radius: 5px;
	}

}

@media screen and (max-width: 767px) {
.top-slider__desc {
    min-height: 120px;
    -webkit-line-clamp: 10;
	}
.top-slider__desc br {
    display: none;
}
}