/* =============================================
   03_WIDGETS / w-firstblock
   Hero-секция главной страницы (слайдер).
   ============================================= */

.firstblock__title {
	color: var(--whiteColor);
	font-weight: 700;
	line-height: 1;
}
.firstblock__title:not(:last-child) {
	margin-bottom: 20px;
}
.firstblock__text {
	color: var(--whiteColor);
	font-weight: 300;
}
.firstblock__text:not(:last-child) {
	margin-bottom: 20px;
}
.firstblock__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: rgba(245, 245, 245, 0.4);
}
.firstblock__right {
	min-width: 0;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 20px;
	backdrop-filter: blur(4px);
	box-shadow: 1px 1px 0px 0px #a4c0b7 inset;
	overflow: hidden;
}
.firstblock__sliderright.swiper {
	overflow: visible;
}
.firstblock__righttop {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
}
.firstblock__righttop:not(:last-child) {
	margin-bottom: 14px;
}
.firstblock__rightleft {
	color: var(--whiteColor);
	font-weight: 500;
}
.firstblock__rightdate {
	padding: 10px;
	background-color: var(--whiteColor);
	font-size: 12px;
	line-height: 125%;
	font-weight: 500;
	color: var(--greenColor4);
	border-radius: 20px;
}
.firstblock__paginationright {
	margin-top: 14px;
}

/* ── Responsive ── */

@media (max-width: 74.99875em) {
	.firstblock__rightleft {
		font-size: 16px;
		line-height: 125%;
	}
}
@media (max-width: 63.99875em) {
	.firstblock {
		padding: 40px 0;
		background: url("../../assets/img/firstblock-bg-small.jpg") 0 0/cover no-repeat;
	}
	.firstblock__wrapper:not(:last-child) {
		margin-bottom: 20px;
	}
	.firstblock__left:not(:last-child) {
		margin-bottom: 20px;
	}
	.firstblock__title {
		font-size: 32px;
	}
	.firstblock__text {
		font-size: 16px;
		line-height: 125%;
	}
	.firstblock__button {
		display: none;
	}
	.firstblock__button.firstblock__button-mob {
		display: flex;
	}
	.firstblock__button-mob {
		width: 100%;
	}
	.firstblock__navigation {
		display: flex;
		align-items: center;
		gap: 10px;
		justify-content: space-between;
	}
	.firstblock__right {
		padding: 14px 10px;
	}
	.firstblock__right:not(:last-child) {
		margin-bottom: 20px;
	}
}
@media (min-width: 63.99875em) {
	.firstblock {
		background: url("../../assets/img/firstblock-bg-big.jpg") 0 0/cover no-repeat;
		padding: 60px 0;
	}
	.firstblock__body {
		padding: 0 84px;
		position: relative;
	}
	.firstblock__slide {
		display: flex;
		align-items: center;
		gap: 20px;
		justify-content: space-between;
	}
	.firstblock__left {
		flex: 1 1 auto;
		max-width: 665px;
		padding-bottom: 24px;
	}
	.firstblock__title {
		font-size: 40px;
		letter-spacing: 0.01em;
	}
	.firstblock__text {
		font-size: 14px;
		line-height: 128.571429%;
	}
	.firstblock__button-mob {
		display: none;
	}
	.firstblock__pagination {
		max-width: 665px;
		justify-content: flex-start;
		position: absolute;
		top: calc(100% + 10px);
	}
	.firstblock__swiper-button {
		position: absolute;
		top: calc(50% - 10px);
		transform: translateY(-50%);
	}
	.firstblock__swiper-button-prev {
		left: 0;
	}
	.firstblock__swiper-button-next {
		right: 0;
	}
	.firstblock__right {
		width: 100%;
		max-width: 314px;
		padding: 20px 14px;
	}
}
@media (min-width: 74.99875em) {
	.firstblock__body {
		padding: 0 64px;
	}
	.firstblock__left {
		padding-bottom: 42px;
	}
	.firstblock__title {
		font-size: 48px;
	}
	.firstblock__text {
		font-size: 18px;
		line-height: 127.777778%;
	}
	.firstblock__right {
		max-width: 377px;
	}
	.firstblock__rightleft {
		font-size: 20px;
		line-height: 125%;
	}
}
@media (min-width: 89.99875em) {
	.firstblock__body {
		padding: 0 84px;
	}
}

/* ── Hover ── */

@media (any-hover: hover), (pointer: fine) {
	html:not([data-fls-touch]) .firstblock__pagination .swiper-pagination-bullet:hover {
		background-color: rgba(245, 245, 245, 0.4);
	}
}
