.loader_cstm {
	display: none;
	width: 48px;
	height: 48px;
	border: 5px solid #dd0003;
	border-bottom-color: transparent;
	border-radius: 50%;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
	position: fixed;
	z-index: 10003;
	top: 50%;
	left: 50%;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.btn-loading {
	justify-content: center;
	text-decoration: none;
}

.sidebar-nav__link {
	display: block;
	width: 100%;
}

.card-user-contact__post {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.section-about__person-preview > img {
	object-position: top !important;
}

.section-about__person-preview {
	aspect-ratio: 1/0.71 !important;
}
.btn-reset {
	font-weight: 400;
}
/* .btn-reset:not(.menu .btn-reset):not(footer .btn-reset) .icon {
    display: none;
} */
.is-active .icon {
	display: block;
}

.article {
	width: 100%;
}

.article .card-info {
	margin-top: 20px;
}

.article > :first-child {
	margin-top: 0;
}

.article > :last-child {
	margin-bottom: 0;
}

.article > img {
	width: 100%;
	max-width: 100%;
	margin: 24px 0;
}

.article img {
	margin: 15px;
}

.article h2 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.2px;
	margin-top: 24px;
	margin-bottom: 20px;
}

.article h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.2px;
	margin-top: 24px;
	margin-bottom: 20px;
}

.article p {
	margin: 12px 0;
	line-height: 1.5;
}

.article a {
	color: #1579c1;
	transition: color 0.2s ease-in-out;
}

.article ol li ul {
	margin: 10px 0;
}

.article ol {
	margin: 16px 0;
	margin-left: 20px;
}

.article ol li {
	position: relative;
}

.article ol li::marker {
	font-weight: 500;
	color: #1579c1;
}

.article ol li + li {
	margin-top: 8px;
}

.article ul {
	margin: 16px 0;
	padding-left: 22px;
}

.article ul li::marker {
	font-size: 24px;
	line-height: 1;
	color: #1579c1;
}

.article ul li + li {
	margin-top: 8px;
}

.article__date {
	display: block;
	color: #909090;
	margin-top: 24px;
}

.article--block {
	margin: 20px 0;
}

.news-date-time {
	display: block;
	margin-bottom: 20px;
}

.card-category {
	min-height: unset;
	gap: 15px;
}

.section-hero {
	min-height: unset !important;
	height: auto !important;
	padding: 0 !important;
}

.section-hero__title {
	max-width: 1000px;
}

.section-hero__img-fon::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: rgb(0 0 0 / 50%);
}

.section-hero__img-fon .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-hero_slider .swiper-slide {
	padding-top: 215px;
	padding-bottom: 100px;
	min-height: 800px;
	height: auto;
}

.section-hero_slider .swiper-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;

	cursor: pointer;
	z-index: 25;
}

.section-hero_slider .swiper-button.swiper-button-prev {
	left: 5%;
}

.section-hero_slider .swiper-button.swiper-button-next {
	right: 5%;
}

.section-logos .swiper .section-logos__item {
	transition: all 0.3s;
	border-radius: 15px;
	padding: 5px;
	border: 1px solid transparent;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-logos .swiper .section-logos__item:hover {
	border-color: #cecece;
}

.gallery-slider__slide {
	border: none !important;
}

.swiper-pagination {
	display: flex;
	align-items: center;
	gap: 5px;
	width: 100%;
	justify-content: center;
	/* margin-top: -100px; */
	z-index: 50;
	position: relative;
	bottom: 50px;
}

.swiper-pagination .swiper-pagination-bullet {
	cursor: pointer;
	transition: all 0.3s;
	width: 70px;
	height: 2px;
	max-height: 2px;
	background-color: #fff;
	border: none;
	outline: none;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #1579c1;
}

.card-contact svg {
	width: 35px;
	height: 35px;
	min-width: 35px;
}

.card-contact--white svg path {
	fill: #fff;
}

.header:not(.is-no-index):not(.is-bg) .card-contact svg path {
	fill: #fff;
}

.card-contact.section-contacts__item svg path {
	fill: #dd0003;
}

.article_interaction a {
	text-decoration: none;
}

@media (min-width: 575px) {
	.section-hero_slider .swiper-button {
		background-color: #ffffff82;
	}
	.section-hero_slider .swiper-button,
	.section-hero_slider .swiper-button svg path {
		transition: all 0.3s;
	}

	.section-hero_slider .swiper-button:hover {
		background-color: #dd0003;
	}

	.section-hero_slider .swiper-button:hover > svg path {
		fill: #fff;
	}
}

@media screen and (max-width: 1660px) {
	.section-hero_slider .swiper-button.swiper-button-prev {
		left: 1%;
	}

	.section-hero_slider .swiper-button.swiper-button-next {
		right: 1%;
	}
	.section-hero_slider .swiper-slide {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media screen and (max-width: 1259px) {
	.section-hero_slider .swiper-slide {
		min-height: 640px;
		padding-top: 185px;
	}
}

@media screen and (max-width: 991px) {
	.section-hero_slider .swiper-slide {
		padding-top: 200px;
	}
}

@media screen and (max-width: 767px) {
	.section-hero_slider .swiper-slide {
		min-height: 528px;
		padding-top: 140px;
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 575px) {
	.section-hero_slider .swiper-slide {
		min-height: 500px;
		padding-top: 110px;
		padding-bottom: 50px;
	}
	.section-hero_slider .swiper-slide {
		padding-left: 15px;
		padding-right: 15px;
	}
	.section-hero_slider .swiper-button.swiper-button-prev {
		left: -1%;
	}

	.section-hero_slider .swiper-button.swiper-button-next {
		right: -1%;
	}
	.section-hero_slider .swiper-button svg path {
		fill: #fff;
	}
}

.card__preview-logo {
	display: flex;
	justify-content: center;
	align-items: center;
}

.card__preview-logo > img {
	width: 60%;
	height: 60%;
	object-fit: contain;
}

.developer_site {
	color: #cecece;
	font-size: 19px;
	order: -1;
	margin-right: auto;
}

@media screen and (max-width: 991px) {
	.developer_site {
		font-size: 16px;
	}
}

@media screen and (max-width: 575px) {
	.developer_site {
		font-size: 14px;
	}
}

.developer_site > a {
	text-decoration: none;
	color: #fff;
	font-weight: 600;
}

.menu .card-contact svg {
	fill: #dd0003;
}

@media screen and (max-width: 575px) {
	.menu__contacts .card-contact > svg {
		display: none;
	}
}

@media screen and (max-width: 1259px) {
	.footer .header__phone {
		display: flex;
	}

	.footer__contacts .card-contact > svg {
		display: none;
	}
}

@media screen and (max-width: 479px) {
	.footer__contacts .card-contact__param {
		font-size: 14px;
	}

	.footer__contacts .card-contact__value {
		font-size: 16px;
	}

	.footer__contacts .card-contact > .icon,
	.footer__contacts .card-contact > svg {
		width: 24px;
		height: 24px;
		min-width: 24px;
		min-height: 24px;
		display: initial;
	}
}

.modal-base__message-success {
	color: red;
}
