/*
Theme Name: Rosait - Info 2025
Author: the Rosait team
Author URI: https://rosait.ru
Description: Тема для информационного сайта Россайт
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 8.2
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Rosait2025
*/
@media not all and (min-resolution: 0.001dpcm) {
	@supports (-webkit-touch-callout: none) {
		body {
			overflow-y: scroll;
			-webkit-overflow-scrolling: touch;
		}
	}
}

.rs-albom .section-header__title ul li {
	position: relative;
	padding-left: 24px;

}

@media (max-width: 767.98px) {
	.single-alboms .section-header__title ul li {
		padding-left: 22px;
	}
}

.rs-albom .section-header__title ul li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	/* background-color: var(--primary-color); */
	background-color: #31530D;
	-webkit-mask-image: url("./img/icons/check.svg");
	mask-image: url("./img/icons/check.svg");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	min-width: 16px;
	max-width: 16px;
	height: 16px;
	margin-top: 4px;
	margin-right: 8px;
}

@media (max-width: 1169.98px) {
	.rs-albom .section-header__title ul li::before {
		margin-top: 2px;
	}
}

@media (max-width: 767.98px) {
	.rs-albom .section-header__title ul li::before {
		min-width: 14px;
		max-width: 14px;
		height: 14px;
	}
}

.rs-albom .section-header__title ul li {
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #383b56;
}

@media (max-width: 1439.98px) {
	.rs-albom .section-header__title ul li {
		font-size: 14px;
	}
}

@media (max-width: 767.98px) {
	.rs-albom .section-header__title ul li {
		font-size: 13px;
	}
}

.rs-albom .section-header__title ul li:not(:last-child) {
	margin-bottom: 3px;
}

@media (max-width: 767.98px) {
	.rs-albom .section-header__title ul li:not(:last-child) {
		margin-bottom: 4px;
	}
}

.paginationjs .paginationjs-pages li.active>a {
	background: transparent !important;
}