/* ========================================================================= works_in_sivik =========================================================================*/
/* Первая секция */
.work {
	margin-top: 0;
	padding-bottom: 60px;
}

.work__container {
	display: flex;
	justify-content: space-between;
	padding: 20px 20px 0 20px;
	position: relative;
	overflow: hidden;
}

.work__item {
	color: #333;
	flex: 1;
}

.work__item--info {
	flex: 0 0 35%;
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.work__item--image {
	flex: 1;
	position: relative;
}

.work__title {
	text-align: left;
	font-size: 56px;
	font-weight: 500;
}

.work__description {
	text-align: left;
	font-size: 24px;
	font-weight: 300;
	margin-top: 8px;
}

.work__image {
	border-radius: 25px;
	height: 654px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.work__buttons {
	margin-top: 30px;
	display: flex;
	justify-content: left;
	gap: 16px;
}

.work__buttons .btn {
	font-size: 16px;
	margin: 0;
	font-weight: 500;
}

.work__buttons .btn:hover {
	background: unset;
	color: #0749ca;
}

@media (max-width: 1280px) {
	.work__container {
		flex-direction: column;
		align-items: center;
		gap: 27px;
	}

	.work__item {
		width: 90%;
		margin-bottom: 10px;
		align-items: center;
	}

	.work__title,
	.work__description {
		text-align: center;
	}

	.work__buttons {
		justify-self: center;
	}

	.work__item--image {
		width: 100%;
	}
}

@media (max-width: 550px) {
	.work__buttons {
		flex-direction: column;
		width: 100%;
	}

	.work__buttons .btn {
		width: 100%;
	}

	.work__title {
		font-size: 24px;
		font-weight: 500;
		text-transform: uppercase;
	}

	.work__description {
		font-size: 16px;
		font-weight: 300;
	}

	.work__image {
		border-radius: 0;
		height: 218px;
		width: 100vw;
		-o-object-fit: cover;
		object-fit: cover;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
}

/* 3 секция */
.lifestyle {
	padding-top: 60px;
	color: #333;
	padding-bottom: 60px;
}

.lifestyle__container {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.lifestyle__item {
	display: flex;
	justify-content: center;
	gap: 16px;
	height: 386px;
}

.lifestyle__item-content {
	width: 495px;
	border-radius: 5px;
	background-color: #f5f5f5;
	padding: 56px 40px;
}

.lifestyle__item-image {
	width: 712px;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
}

.lifestyle__item-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.lifestyle__title {
	line-height: 32px;
	font-size: 24px;
	color: #333;
	text-transform: uppercase;
}

.lifestyle__description {
	font-size: 16px;
	font-weight: 300;
	margin-top: 16px;
}

.lifestyle__main-title {
	font-weight: 500;
	font-size: 44px;
	text-align: center;
}

.lifestyle__sub-title {
	margin-bottom: 30px;
	text-transform: none;
	font-weight: 700;
	text-align: center;
	font-size: 64px;
	color: #dfdfdf;
}

@media (max-width: 720px) {
	.lifestyle__item-content {
		padding: 32px 40px;
	}
}

@media (max-width: 550px) {
	.lifestyle__item {
		flex-direction: column;
		height: auto;
	}

	.lifestyle__item:nth-child(even) {
		flex-direction: column-reverse;
	}

	.lifestyle__item-content {
		height: 370px;
		width: 100%;
		padding: 40px 40px;
	}

	.lifestyle__item-image {
		width: auto;
	}

	.lifestyle__item-image img {
		height: 173px;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		border-radius: 16px;
	}

	.lifestyle__main-title {
		font-size: 24px;
	}

	.lifestyle__sub-title {
		font-size: 40px;
		width: 90%;
		margin: 0 auto 30px auto;
	}
}

/* Вакансии */
.vacancies {
	padding-top: 60px;
	background-color: #f5f5f5;
	padding-bottom: 60px;
}

.vacancies__title {
	font-size: 44px;
	font-weight: 500;
	margin-bottom: 30px;
}

.vacancies .spollers {
	gap: 20px;
}

.vacancies .spollers__title {
	border-radius: 5px;
	padding: 14px 36px;
	border: none;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.vacancies .spollers__title-department {
	color: #858585;
	font-weight: 300;
	font-size: 16px;
}

.vacancies .spollers__title-position {
	margin-top: 4px;
	font-weight: 700;
	color: #333;
	font-size: 20px;
}

.vacancies .spollers__title-salary {
	margin-right: 24px;
	font-weight: 700;
	color: #333;
	font-size: 24px;
}

.vacancies ._spoller-init .spollers__title::before,
.vacancies ._spoller-init .spollers__title::after {
	right: 24px;
	height: 2px;
	width: 10px;
}

.vacancies .spollers__body {
	border: none;
	background-color: #fff;
}
.vacancies .spollers__item > ._spoller-active.spollers__title {
	border-radius: 5px 5px 0 0;
}

.vacancies .spollers__item > ._spoller-active ~ .spollers__body {
	border-radius: 0 0 5px 5px;
}

.vacancies .spollers__body {
	padding: 0 36px;
}

.vacancies .spollers__body-info {
	margin-left: 245px;
	display: flex;
	padding-top: 10px;
	gap: 40px;
}

.vacancies .spollers__body-info p {
	font-size: 16px;
}

.vacancies .spollers__body hr {
	border-bottom: 1px dashed #333;
	padding-bottom: 10px;
	/* margin: 14px 0; */
	opacity: 0.3;
}

.vacancies .vacancy__subtitle {
	font-size: 16px !important;
	font-weight: 700;
	min-width: 122px;
}

.vacancies .spollers__body-tasks,
.vacancies .spollers__body-requirements,
.vacancies .spollers__body-offers {
	display: flex;
	margin-top: 14px;
	gap: 140px;
}

.vacancies .spollers__body ul {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.vacancies .spollers__body ul li {
	list-style: disc;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
}

.vacancies .spollers__body ul li::marker {
	font-size: 12px;
}

.vacancies .vacancy-skills {
	margin-top: 24px;
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
	margin-left: 240px;
}

.vacancies .vacancy-skills__list {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	max-width: calc(100% - 8px);
}

.vacancies .vacancy-skills__item {
	border: 1px solid #333;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 700;
	padding: 7px 14px;
	flex-shrink: 0;
}

.vacancies ._spoller-init .spollers__title._spoller-active::after,
.vacancies ._spoller-init .spollers__title._spoller-active::before {
	background: #333;
}

.vacancies .vacancy-btns {
	margin-left: 240px;
	margin-top: 32px;
	padding-bottom: 52px;
}

.vacancies .vacancy-btns .vacancy-btn.btn {
	margin: 0;
}

@media (max-width: 828px) {
	.vacancies .spollers__body-info {
		margin-left: 184px;
	}

	.vacancies .spollers__body-tasks,
	.vacancies .spollers__body-requirements,
	.vacancies .spollers__body-offers {
		gap: 80px;
	}

	.vacancies .vacancy-skills {
		margin-left: 184px;
	}

	.vacancies .vacancy-btns {
		margin-left: 184px;
		margin-top: 32px;
		padding-bottom: 52px;
	}
}

@media (max-width: 720px) {
	.vacancies ._spoller-init .spollers__title::before,
	.vacancies ._spoller-init .spollers__title::after {
		display: none;
	}

	.vacancies .lifestyle__item-content {
		padding: 32px 40px;
	}

	.vacancies .spollers__title {
		flex-direction: column;
		text-align: center;
	}

	.vacancies .spollers__title-department {
		font-size: 12px;
	}

	.vacancies .spollers__title-position {
		font-size: 16px;
	}

	.vacancies .spollers__title-salary {
		font-size: 20px;
		position: relative;
	}

	.vacancies ._spoller-init .spollers__title::before,
	.vacancies ._spoller-init .spollers__title::after {
		width: 10px;
		bottom: 25px;
		right: 20px;
		top: unset;
	}

	.vacancies .spollers__body-info {
		flex-direction: column;
		margin-left: 0;
		gap: 8px;
	}

	.vacancies ._spoller-init .spollers__title-salary::before,
	.vacancies ._spoller-init .spollers__title-salary::after {
		content: "";
		position: absolute;
		right: -25px;
		top: 50%;
		background-color: #000;
		height: 1.5px !important;
		width: 10px !important;
		transition: transform 0.5s ease 0s;
	}

	.vacancies ._spoller-init .spollers__title-salary::before {
		transform: translate(-75%, -50%) rotate(40deg);
	}

	.vacancies ._spoller-init .spollers__title-salary::after {
		transform: translate(0, -50%) rotate(-40deg);
	}

	.vacancies .spollers__body-tasks,
	.vacancies .spollers__body-requirements,
	.vacancies .spollers__body-offers {
		flex-direction: column;
		gap: 16px;
	}

	.vacancies .spollers__body ul {
		margin-left: 22px;
	}

	.vacancies .vacancy-skills {
		margin-left: unset;
	}

	.vacancies .vacancy-btns {
		margin-left: unset;
	}

	.vacancies .vacancy-btns .vacancy-btn.btn {
		width: 100%;
	}

	.vacancies__title {
		font-size: 24px;
	}
}

/* Join-Us */
.join-us {
	padding: 60px 0;
	background-color: #dfdfdf;
	color: #333;
}

.join-us__container {
	max-width: 620px;
	margin: 0 auto;
}

.join-us__title {
	font-size: 44px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 16px;
}

.join-us__description {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 24px;
}

.join-us__form {
	display: flex;
	flex-direction: column;
	gap: 16px;
	border-radius: 5px;
}

.join-us__form-group {
	display: flex;
	gap: 16px;
	align-items: center;
}

.join-us__form-group input[type="number"] {
	-moz-appearance: textfield;
}

.join-us__form-group input::-webkit-outer-spin-button,
.join-us__form-group input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.join-us__checkbox {
	width: 21px;
	height: 20px;
	-webkit-appearance: none;
	background-color: #fff;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
	display: inline-block;
}

.join-us__checkbox:checked {
	background-color: #0749ca;
	border-color: #0749ca;
}

.join-us__checkbox:checked::before {
	content: "";
	display: block;
	width: 12px;
	height: 8px;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.515 5.477a1 1 0 0 0 1.38 0L10.18.444a.667.667 0 0 1 .932 0 .667.667 0 0 1 0 .979L4.895 7.343a1 1 0 0 1-1.38 0L.764 4.723a.667.667 0 0 1 0-.98.667.667 0 0 1 .932 0l1.82 1.733z" fill="%23fff"/></svg>');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.join-us__textarea {
	padding: 16px 25px;
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 100%;
	resize: vertical;
	border: none;
}

.join-us__file {
	padding: 10px;
	font-size: 16px;
}

.join-us__checkbox-text {
	font-size: 14px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	color: #666;
}

.join-us__submit {
	margin-top: 24px;
}

.placeholder-box {
	display: block;
	position: relative;
	width: 100%;
}

.placeholder-box input {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 59px;
	line-height: 35px;
	padding: 0 25px;
	background-color: #fff;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 400;
	color: #858585;
}

.placeholder-box input:focus,
.join-us__textarea:focus {
	color: #333;
	border: 2px solid #858585;
}

.placeholder-box input,
.join-us__textarea {
	border: none;
	outline: none;
	resize: none;
}

.placeholder-box input.has-text,
.placeholder-box input:focus,
.join-us__textarea.has-text,
.join-us__textarea:focus {
	border: 2px solid #858585;
	color: #333;
}

.placeholder-text {
	display: none;
	width: 100%;
	line-height: 60px;
	position: absolute;
	left: 25px;
	top: 0;
	bottom: 0;
	cursor: text;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #858585;
}

.placeholder-box input:invalid + .placeholder-text {
	display: block;
}

.join-us__form-group--file {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 59px;
	line-height: 35px;
	padding: 0 25px;
	background-color: #fff;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 400;
	color: #858585;
}

.join-us__file-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 0;
	font-size: 16px;
	color: #333;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.join-us__textarea {
	outline: 0px !important;
	-webkit-appearance: none;
	box-shadow: none !important;
}

.join-us__file-icon {
	display: flex;
	justify-content: center;
}

.join-us__file-icon img {
	width: 14px;
	height: 16px;
}

.join-us__file-text {
	font-size: 16px;
	width: 100%;
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.join-us__file-input {
	display: none;
}

.join-us__form-group--file.file-attached .join-us__file-text {
	color: #0749ca;
}

@media (max-width: 768px) {
	.placeholder-text,
	.join-us__textarea {
		font-size: 16px;
	}

	.join-us__title {
		font-size: 24px;
	}
}

/* Team */
.team {
	color: #333;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}

.team__title {
	font-weight: 500;
	font-size: 44px;
}

.team__subtitle {
	font-size: 64px;
	color: #dfdfdf;
	font-weight: 700;
	margin-bottom: 30px;
}

.team__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	align-items: center;
}

.team__item {
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	max-width: 283px;
	text-align: left;
}

.team__photo {
	width: 100%;
	height: auto;
}

.team__info {
	background-color: #f5f5f5;
	height: 283px;
	padding: 30px 35px 0 30px;
}

.team__name {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.team__position {
	font-size: 15px;
	margin-top: 4px;
	font-weight: 400;
}

.team__desc {
	font-size: 16px;
	font-weight: 300;
	line-height: 21px;
}

.team .team__info hr {
	border-bottom: 1px dashed #333;
	margin-top: 4px;
	margin-bottom: 4px;
	opacity: 0.3;
}

@media (max-width: 768px) {
	.team {
		overflow: hidden;
	}

	.team__list {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		-ms-scroll-snap-type: x mandatory;
		scroll-snap-type: x mandatory;
		gap: 16px;
		padding: 10px;
		padding-left: 40px;
		padding-top: 0;
		justify-content: flex-start;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		flex-direction: unset;
		align-items: unset;
		flex-wrap: unset;
	}

	.team__list::-webkit-scrollbar {
		display: none;
	}

	.team__item {
		flex: 0 0 70%;
		max-width: 70%;
		scroll-snap-align: center;
		transition: transform 0.3s ease-in-out;
	}

	.team__title {
		font-size: 24px;
	}

	.team__subtitle {
		font-size: 40px;
	}

	.team__name {
		font-size: 16px;
		font-weight: 500;
	}

	.team__position {
		font-size: 12px;
		font-weight: 500;
	}

	.team__desc {
		font-size: 12px;
		line-height: 16px;
	}

	.team__info {
		height: 190px;
	}
}

/* question */
.question {
	padding-top: 60px;
	padding-bottom: 60px;
}

.question ._spoller-init .spollers__title._spoller-active {
	color: #333;
}

.question .spollers {
	gap: 0px;
	max-width: 845px;
	margin-left: auto;
	margin-right: auto;
}

.question .spollers__item {
	padding: 20px 30px;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.3);
}

@media (max-width: 47.9875em) {
	.question .spollers__item {
		padding: 15px 0;
	}
}

.question .spollers__title {
	width: 100%;
	cursor: pointer;
	text-align: left;
	border: 0px solid #eee;
	padding: 0;
	border-radius: 0;
	position: relative;
	color: #333;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 47.9875em) {
	.question .spollers__title {
		width: 90%;
	}
}

.question .spollers__body {
	padding: 15px 0 0 0;
	border-radius: 0;
	border: 0px solid #eee;
}

.question .spollers__body p {
	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 150%;
	max-width: 790px;
	text-align: left;
	margin: 0;
}

.question .spollers__body .btn {
	margin: 16px 0;
}

.question__container h2,
.question__container h1 {
	margin-bottom: 30px;
}

.question ._spoller-init .spollers__title::before,
.question ._spoller-init .spollers__title::after {
	display: none;
}

.question .spollers__title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.question .spollers__title svg {
	width: 22px;
	height: 22px;
}

@media (max-width: 768px) {
	.question .spollers__title {
		font-size: 20px;
	}
}

@media (max-width: 47.9875em) {
	.question .spollers__title svg {
		width: 17.6px;
		height: 17.6px;
	}
}

.question .spollers__icon-wrapper {
	transition: top 0.3s ease;
	position: absolute;
	right: -32px;
}

.question .spollers__body {
	display: none;
	transition: max-height 0.3s ease;
	overflow: hidden;
}

.question .spollers__item.open .spollers__body {
	display: block;
	max-height: 1000px;
}

.question .spollers__item.open .spollers__title svg {
	transform: rotate(40deg);
	top: 100%;
}

.question .spollers__icon-wrapper {
	position: absolute;
	right: -32px;
}

.question .contact {
	margin-top: 50px;
	text-align: center;
	display: flex;
	justify-content: center;
	gap: 73px;
}

.question .contact .contact__item {
	display: flex;
	align-items: center;
	font-size: 24px;
	font-weight: 700;
	gap: 8px;
}

@media (max-width: 768px) {
	.question .contact {
		flex-direction: column;
		gap: 16px;
	}

	.question .contact .contact__item {
		justify-content: center;
		font-size: 20px;
	}
}

/* Слайдер 2 */
.responsible-leadership-slider {
	width: 100%;
	margin: 0 auto;
	background-color: #858585;
	padding-bottom: 60px;
	padding-top: 60px;
}

.responsible-leadership-slider__title {
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
}

.responsible-leadership-slider__swiper {
	padding-bottom: 50px;
	position: relative;
}

.responsible-leadership-slider .swiper-slide {
	width: 80%;
	opacity: 0.5;
	transition: opacity 0.3s ease-in-out;
}

.responsible-leadership-slider .swiper-slide {
	width: 766px !important;
	max-width: 100%;
}

.responsible-leadership-slider .swiper-slide-active {
	opacity: 1;
}

.responsible-leadership-slider .swiper-button-prev,
.responsible-leadership-slider .swiper-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.responsible-leadership-slider .swiper-button-prev {
	left: 20%;
}

.responsible-leadership-slider .swiper-button-next {
	right: 20%;
}

.responsible-leadership-slider .swiper-slide__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 554px;
}

.responsible-leadership-slider .swiper-slide__image {
	width: 367px;
	height: 554px;
}

.responsible-leadership-slider .swiper-slide__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.responsible-leadership-slider-title {
	text-align: center;
	color: #fff;
	font-size: 44px;
	font-weight: 500;
	text-transform: uppercase;
}

.responsible-leadership-slider__sub-title {
	text-transform: none;
	text-align: center;
	font-weight: 700;
	font-size: 64px;
	color: #bdbdbd;
	margin-bottom: 30px;
}

.responsible-leadership-slider .swiper-slide__text {
	padding: 30px 45px;
	height: 554px;
	background: #fff;
	width: 399px;
}

.responsible-leadership-slider .swiper-slide__text-title {
	font-weight: 700;
	font-size: 24px;
	color: #333;
}

.responsible-leadership-slider .swiper-slide__text-position {
	font-weight: 500;
	font-size: 16px;
	color: #858585;
}

.responsible-leadership-slider .swiper-slide__text hr {
	border-bottom: 1px dashed #333;
	padding-bottom: 10px;
	opacity: 0.3;
}

.responsible-leadership-slider .swiper-slide__text-quote {
	line-height: 20px;
	color: #333;
	font-size: 16px;
	font-weight: 300;
	position: absolute;
	bottom: 30px;
}

.responsible-leadership-slider .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
}

@media (max-width: 1280px) {
	.responsible-leadership-slider .swiper-button-prev,
	.responsible-leadership-slider .swiper-button-next {
		display: none;
	}
}

@media (max-width: 768px) {
	.responsible-leadership-slider .swiper-slide__content {
		flex-direction: column;
		height: auto;
	}

	.responsible-leadership-slider .swiper-slide__image {
		width: 100%;
		max-height: 349px;
		height: auto;
		object-fit: contain;
	}

	.responsible-leadership-slider .swiper-slide__text {
		width: 100%;
		height: 260px;
	}

	.responsible-leadership-slider__container {
		padding: 0;
	}

	.responsible-leadership-slider-title {
		font-size: 24px;
		width: 50%;
		margin: 0 auto;
	}

	.responsible-leadership-slider__sub-title {
		font-size: 40px;
	}

	.responsible-leadership-slider .swiper-slide__text-title {
		font-size: 20px;
	}

	.responsible-leadership-slider .swiper-slide {
		width: 349px !important;
	}
}

/* 1 слайд */
.our-values-slider {
	width: 100%;
	margin: 0 auto;
	background-color: #f5f5f5;
	padding-bottom: 60px;
	padding-top: 60px;
}

.our-values-slider__title {
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
}

.our-values-slider__container {
	position: relative;
}

.our-values-slider__swiper {
	padding-bottom: 50px;
	position: relative;
	overflow: hidden;
	width: 1220px;
	margin: 0 auto;
}

.our-values-slider .swiper-wrapper {
	overflow: visible;
}

.our-values-slider .swiper-slide {
	width: 24%;
	max-width: 100%;
}

.our-values-slider .swiper-button-prev,
.our-values-slider .swiper-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.our-values-slider .swiper-button-prev {
	left: 8%;
	top: 65%;
}

.our-values-slider .swiper-button-next {
	right: 8%;
	top: 65%;
}

.our-values-slider .swiper-slide__content {
	width: 280px;
	height: 386px;
	background: #ffffff;
	border-radius: 5px;
}

.our-values-slider .swiper-slide__content img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.our-values-slider .our-values-slider-title {
	text-align: center;
	color: #333;
	font-size: 44px;
	font-weight: 500;
	text-transform: uppercase;
}

.our-values-slider-sub-title {
	font-weight: 700;
	font-size: 64px;
	color: #bdbdbd;
	line-height: 76px;
	margin-bottom: 30px;
	text-transform: none;
	text-align: center;
}

.our-values-slider .swiper-slide__content .swiper-slide__title {
	padding: 18px 0 0 18px;
	display: flex;
	gap: 8px;
	width: 85%;
	line-height: 26px;
}

.our-values-slider .swiper-slide__content .swiper-slide__title h4 {
	font-size: 24px;
	font-weight: 700;
	color: #333;
}

.our-values-slider .swiper-slide__content .swiper-slide__title span {
	font-size: 20px;
	font-weight: 700;
}

.our-values-slider .swiper-slide__content .swiper-slide__description {
	font-size: 20px;
	font-weight: 300;
	padding: 8px 35px 0 35px;
	color: #333;
}

.our-values-text {
	color: #bdbdbd;
	text-align: center;
	margin: 0 auto;
	word-break: break-word;
	font-weight: 700;
}

.our-values-text strong {
	font-size: 64px;
	word-break: initial;
}

.our-values-text h4 {
	font-size: 44px;
	line-height: 76px;
}

.our-values-text h4:nth-child(1) {
	margin-bottom: 8px;
}

@media (max-width: 768px) {
	.our-values-text {
		padding: 0 20px;
	}
	
	.our-values-text strong {
		font-size: 12px;
	}
	
	.our-values-text h4 {
		font-size: 10px;
		line-height: 1.2;
		margin-bottom: 20px;
	}
}

@media (max-width: 1280px) {
	.our-values-slider__swiper {
		width: 844px;
	}

	.our-values-slider .swiper-slide {
		width: 35%;
	}

	.our-values-slider .swiper-button-prev {
		left: 0%;
	}

	.our-values-sli2der .swiper-button-next {
		right: 0%;
	}

	.our-values-slider .swiper-button-next {
		right: 0;
	}
}

@media (max-width: 1000px) {
	.our-values-slider .swiper-button-prev,
	.our-values-slider .swiper-button-next {
		display: none;
	}
}

@media (max-width: 768px) {
	.our-values-slider .swiper-button-prev,
	.our-values-slider .swiper-button-next {
		display: none;
	}

	.our-values-slider-sub-title {
		font-size: 40px;
		line-height: 48px;
	}

	.our-values-slider {
		padding-top: 60px;
	}

	.our-values-slider .our-values-slider-title {
		font-size: 24px;
	}

	.our-values-text strong {
		font-size: 64px;
	}

	.our-values-text h4 {
		font-size: 40px;
		line-height: 48px;
	}

	.our-values-text h4:nth-child(1) {
		margin-bottom: 60px;
	}
}
/* ========================================================================= fit_blog =========================================================================*/
/* blog-preview */
.blog-title {
	font-size: 44px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 50px;
}

.blog-preview {
	background: #efefef;
	padding-top: 100px;
	padding-bottom: 100px;
}

.blog-preview .blog-preview__container {
	display: flex;
	gap: 60px;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
}

.blog-preview .blog-preview__content {
	flex: 0 0 60%;
}

.blog-preview .blog-preview__content .blog-preview__title {
	text-align: left;
	font-size: 55px;
	line-height: 70px;
}

.blog-preview .blog-preview__content .blog-preview__title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
}

.blog-preview .blog-preview__content .blog-preview__title a:hover {
	color: #0749CA;
}

.blog-preview .blog-preview__content .blog-preview__description {
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	width: 80%;
}

.blog-preview .blog-preview__content .blog-preview__button {
	margin: 60px 0 0 0;
	color: #333;
	border: 2px solid;
}

.blog-preview .blog-preview__content .blog-preview__button:hover {
	background: unset;
}

.blog-preview .blog-preview__image {
	flex: 1;
	position: relative;
	display: flex;
	align-items: center;
}

.blog-preview .blog-preview__image img {
	border-radius: 25px;
	height: 524px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.blog-preview .blog-preview__tags {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	max-width: calc(100% - 10px);
	margin: 30px 0;
}

.blog-preview .blog-preview__tag {
	border: 1px solid #333;
	border-radius: 50px;
	font-size: 15.5px;
	font-weight: 700;
	padding: 7px 14px;
	flex-shrink: 0;
}

@media (max-width: 1280px) {
	.blog-preview .blog-preview__content .blog-preview__title {
		font-size: 45px;
		line-height: 56px;
	}

	.blog-preview .blog-preview__content .blog-preview__description {
		font-size: 14px;
	}

	.blog-preview .blog-preview__image img {
		height: 408px;
	}
}

@media (max-width: 992px) {
	.blog-preview {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.blog-preview .blog-preview__container {
		flex-direction: column-reverse;
		gap: 20px;
	}

	.blog-preview .blog-preview__image img {
		width: 100%;
		height: 100%;
	}

	.blog-preview .blog-preview__tags {
		margin: 15px 0;
		row-gap: 10px;
		column-gap: 20px;
	}

	.blog-preview .blog-preview__content .blog-preview__title {
		font-size: 20px;
		line-height: 25px;
	}

	.blog-preview .blog-preview__content .blog-preview__description {
		font-size: 16px;
		width: auto;
	}

	.blog-preview .blog-preview__content .blog-preview__button {
		margin: 15px 0 0 0;
	}
}
/* equipment */
.equipment {
	background-color: #333333;
	color: #fff;
	padding-top: 100px;
	padding-bottom: 100px;
}

.equipment .equipment__container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.equipment .equipment__items {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	flex: 1;
}

.equipment .equipment__items img {
	border-radius: 25px;
	height: 526px;
	width: 524px;
	-o-object-fit: cover;
	object-fit: cover;
}

.equipment .equipment__info {
	max-width: 960px;
	flex: 1;
	text-align: left;
	margin-top: 30px;
	margin-left: 30px;
}

.equipment .equipment__title {
	font-size: 55px;
	font-weight: 500;
	text-align: left;
	line-height: 70px;
	margin-bottom: 30px;
}

.equipment .equipment__title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
}

.equipment .equipment__title a:hover {
	color: #0749CA;
}

.equipment .equipment__tags {
	display: flex;
	row-gap: 20px;
	column-gap: 10px;
	flex-wrap: wrap;
	max-width: calc(100% - 10px);
	margin-bottom: 30px;
}

.equipment .equipment__tag {
	border: 1px solid #fff;
	border-radius: 50px;
	font-size: 15.5px;
	font-weight: 600;
	padding: 7px 14px;
	flex-shrink: 0;
}

.equipment .equipment__description {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 60px;
}

.equipment .equipment__button {
	margin: 60px 0 0 0;
	color: #333;
	border: 1px solid #fff;
	color: #fff;
}

.equipment__button:hover {
	border: 1px solid #fff;
	background: unset;
}

.equipment .equipment__slider {
	display: none;
}

@media (max-width: 1280px) {
	.equipment .equipment__items img {
		height: 408px;
		width: 408px;
	}

	.equipment .equipment__title {
		font-size: 45px;
	}

	.equipment .equipment__description {
		font-size: 14px;
	}

	.equipment {
		padding-top: 60px;
		padding-bottom: 117px;
	}
}

@media (max-width: 992px) {
	.equipment__images {
		display: none;
	}

	.equipment__slider {
		display: flex !important;
		flex-wrap: nowrap;
		overflow-x: auto;
		-ms-scroll-snap-type: x mandatory;
		scroll-snap-type: x mandatory;
		gap: 80px;
		justify-content: flex-start;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.equipment__slider img {
		flex: 0 0 100%;
		max-width: 100%;
		scroll-snap-align: center;
		transition: transform 0.3s ease-in-out;
	}

	.equipment .equipment__items img {
		height: auto;
		width: auto;
	}

	.equipment .equipment__items {
		gap: 30px;
	}

	.equipment .equipment__title {
		line-height: 25px;
		font-size: 20px;
	}

	.equipment {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.equipment .equipment__tags {
		row-gap: 10px;
		column-gap: 10px;
		max-width: calc(100% - 10px);
		margin-bottom: 15px;
	}

	.equipment .equipment__button {
		margin: 15px 0 0 0;
	}

	.equipment .equipment__description {
		margin-bottom: 0;
	}
}

@media (max-width: 768px) {
	.equipment .equipment__items img {
		height: auto;
		width: auto;
	}
}
/* checklist */
.checklist-title {
	font-size: 44px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 50px;
}

.checklist {
	background: #fff;
	padding-top: 100px;
	padding-bottom: 100px;
}

.checklist .checklist__container {
	display: flex;
	gap: 60px;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
}

.checklist .checklist__content {
	flex: 0 0 57%;
}

.checklist .checklist__title {
	text-align: left;
	font-size: 55px;
	line-height: 70px;
}

.checklist .checklist__title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
}

.checklist .checklist__title a:hover {
	color: #0749CA;
}

.checklist .checklist__description {
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	width: 80%;
}

.checklist .checklist__button {
	margin: 60px 0 0 0;
	color: #333;
	border: 2px solid;
}

.checklist .checklist__button:hover {
	background: unset;
}

.checklist .checklist__image {
	flex: 1;
	position: relative;
	display: flex;
	align-items: center;
}

.checklist .checklist__image img {
	border-radius: 25px;
	height: 524px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.checklist .checklist__tags {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	max-width: calc(100% - 10px);
	margin: 30px 0;
}

.checklist .checklist__tag {
	border: 1px solid #333;
	border-radius: 50px;
	font-size: 15.5px;
	font-weight: 700;
	padding: 7px 14px;
	flex-shrink: 0;
}

@media (max-width: 1280px) {
	.checklist .checklist__title {
		font-size: 45px;
		line-height: 56px;
	}

	.checklist .checklist__description {
		font-size: 14px;
	}

	.checklist .checklist__image img {
		height: 408px;
		width: 408px;
	}
}

@media (max-width: 992px) {
	.checklist {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.checklist .checklist__container {
		flex-direction: column;
		gap: 20px;
	}

	.checklist .checklist__image img {
		width: 100%;
		height: 100%;
	}

	.checklist .checklist__tags {
		margin: 15px 0;
		row-gap: 10px;
		column-gap: 20px;
	}

	.checklist .checklist__title {
		font-size: 20px;
		line-height: 25px;
	}

	.checklist .checklist__description {
		font-size: 16px;
		width: auto;
	}

	.checklist .checklist__button {
		margin: 15px 0 0 0;
	}
}
/* subscription */
.subscription {
	background: #efefef;
	padding-top: 60px;
	padding-bottom: 50px;
	text-align: center;
}

.subscription .subscription__tags {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 20px;
	width: 520px;
	margin-left: auto;
}

.subscription .subscription__tag {
	border: 1px solid #333;
	border-radius: 50px;
	font-size: 14px;
	padding: 7px 14px;
	font-weight: 600;
}

.subscription .subscription__title {
	font-size: 65px;
	font-weight: 200;
	text-transform: none;
}

.subscription .subscription__highlight {
	font-size: 90px;
	font-weight: 500;
	margin-bottom: 41px;
}

.subscription .subscription__description {
	font-size: 16px;
	margin-bottom: 30px;
}

.subscription .subscription__form {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-bottom: 20px;
}

.subscription .subscription__form .placeholder-text {
	width: unset;
}

.subscription .subscription__form input {
	width: 340px;
}

.subscription .subscription__button {
	margin: 0;
	color: #333;
	border: 2px solid;
}

.subscription .subscription__button:hover {
	background: unset;
	color: #333;
	border: 2px solid;
}

@media (max-width: 1280px) {
	.subscription .subscription__title {
		font-size: 59px;
		text-transform: uppercase;
	}

	.subscription .subscription__highlight {
		font-size: 59px;
	}
}

@media (max-width: 768px) {
	.subscription .subscription__form {
		flex-direction: column;
	}

	.subscription .subscription__tags {
		display: none;
	}

	.subscription .subscription {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.subscription .subscription__title {
		font-size: 30px;
		text-transform: unset;
		margin-bottom: 10px;
	}

	.subscription .subscription__highlight {
		font-size: 40px;
	}

	.subscription .subscription__button {
		width: 80%;
		margin: 0 auto;
	}

	.subscription .subscription__form input {
		width: 100%;
	}
}
/* articles */
.articles {
	background-color: #fff;
	padding-bottom: 30px;
	padding-top: 60px;
}

.articles .articles__container {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.articles .articles__item {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.articles .articles__item:last-child {
	gap: 0 !important;
}

.articles .articles__item-content-wrapper {
	display: flex;
	flex-direction: column;
	gap: 30px;
	position: relative;
	padding-bottom: 30px;
	border-bottom: none;
	overflow: hidden;
}

.articles .articles__item-content-wrapper {
	flex: 0 0 60%;
}

.articles .articles__item-image {
	/* flex: 1; */
	position: relative;
	display: flex;
	align-items: center;
}

.articles .articles__item-image img {
	border-radius: 25px;
	height: 360px;
	width: 360px;
	-o-object-fit: cover;
	object-fit: cover;
	display: none;
}

.articles .articles__item:not(:last-of-type) {
	border-bottom: 1px dashed rgba(51, 51, 51, 0.3);
}

.articles .articles__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.articles .articles__title {
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	width: 508px;
}

.articles .articles__title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
}

.articles .articles__title a:hover {
	color: #0749CA;
}

.articles .articles__link {
	cursor: pointer;
	display: flex;
	align-items: center;
}

.articles .articles__link svg {
	width: 33px;
	height: 33px;
}

.articles .articles__footer {
	display: flex;
	justify-content: space-between;
}

.articles .articles__meta {
	display: flex;
	gap: 30px;
	font-size: 14px;
	align-items: center;
}

.articles .articles__content {
	display: flex;
	justify-content: space-between;
}

.articles .articles__description {
	font-size: 16px;
	line-height: 24px;
}

.articles .articles__tags {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.articles .articles__tag {
	border: 1px solid #333;
	border-radius: 50px;
	font-size: 14px;
	padding: 7px 14px;
	font-weight: 600;
}

.articles .articles__tag.articles__tag--active {
	color: #0749ca;
	border-color: #0749ca;
	font-weight: 600;
}

.articles .articles__more {
	cursor: pointer;
	color: #0749ca;
	display: flex;
	gap: 10px;
	align-items: center;
	font-size: 14px;
	display: none;
}

.articles .articles__pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.articles .articles__pagination-page,
.articles .articles__pagination-prev,
.articles .articles__pagination-next {
	font-weight: 500;
	text-decoration: none;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.articles .articles__pagination-prev,
.articles .articles__pagination-next {
	font-size: 30px;
}

.articles .articles__pagination-dots {
	font-size: 20px;
}

.articles .articles__time img {
	width: 12px;
	height: 12px;
	margin: 1px 0;
}

.articles .articles__time {
	display: flex;
	align-items: center;
	gap: 4px;
}

.articles .articles__item:hover .articles__link svg {
	transform: rotate(90deg);
}

.articles .articles__description--hidden {
	display: none;
}

.articles .articles__item:hover .articles__description--hidden,
.articles .articles__item:hover .articles__more,
.articles .articles__item:hover .articles__item-image img {
	display: block;
}

.articles .articles__item:hover .articles__more {
	display: flex;
}

.articles .articles__title--main {
	font-size: 55px;
	font-weight: 500;
	margin-bottom: 50px;
}

@media (max-width: 1280px) {
	.articles .articles__item {
		gap: 30px;
	}

	.articles .articles__footer {
		flex-direction: column;
		gap: 30px;
	}

	.articles .articles__meta {
		gap: 20px;
	}

	.articles .articles__title {
		width: 70%;
	}
}

@media (max-width: 992px) {
	.articles .articles__description {
		display: none;
	}

	.articles .articles__meta {
		display: none;
	}

	.articles .articles__item {
		gap: 20px;
	}

	.articles .articles__item {
		flex-direction: column;
	}

	.articles .articles__item-content-wrapper {
		gap: 20px;
	}

	.articles .articles__more {
		display: none;
	}

	.articles .articles__title {
		font-size: 18px;
	}

	.articles .articles__link {
		display: none;
		justify-content: end;
		margin-bottom: 20px;
	}

	.articles .articles__item-image img {
		width: auto;
		height: 182px;
		display: none;
	}

	.articles .articles__item-image {
		margin-bottom: 20px;
	}

	.articles .articles__item:hover .articles__link {
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
	}

	.articles .articles__item:hover .articles__footer,
	.articles .articles__item:hover .articles__description {
		display: none;
	}

	.articles .articles__item-content-wrapper {
		padding-bottom: 0;
	}

	.articles .articles__title--main {
		font-size: 20px;
		margin-bottom: 0;
		margin-top: 0;
	}

	.articles {
		padding-top: 30px;
	}
}
/* ========================================================================= НОВОСТИ =========================================================================*/
/* TAG */
.news-title {
	font-size: 44px;
	font-weight: 500;
	text-align: center;
}

@media (max-width: 768px) {
	.news-title {
		font-size: 24px;
		margin-top: 30px;
		margin-bottom: 0;
	}
}

.news-tag {
	overflow: hidden;
}

.news-tag .news-tag__container {
	display: flex;
	gap: 10px;
	flex-wrap: nowrap;
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.news-tag .news-tag__container::-webkit-scrollbar {
	display: none;
}

.news-tag .news-tag__item {
	font-weight: 600;
	border: 1px solid #333;
	border-radius: 50px;
	font-size: 15.5px;
	padding: 7px 14px;
	flex-shrink: 0;
	white-space: nowrap;
}

@media (max-width: 768px) {
	.news-tag .news-tag__container {
		gap: 10px;
	}

	.news-tag .news-tag {
		padding-bottom: 30px;
	}

	.news {
		padding-top: 30px;
	}
}
/* news */
.news .news__container {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
}

.news .news__item {
	width: calc(33.33% - 20px);
	box-sizing: border-box;
	position: relative;
}

.news__image {
	border-radius: 25px;
	height: 245px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.news .news__title {
	font-size: 20px;
	line-height: 27px;
	font-weight: 500;
	margin: 0 !important;
	text-align: left !important;
}

.news .articles__meta {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 14px;
	display: flex;
	gap: 20px;
}

.news .news__item-description {
	margin-bottom: 16px;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
}

.news .articles__time {
	font-size: 14px;
}

.news .news__tags {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	max-width: calc(100% - 10px);
}

.news .news__tag {
	border: 1px solid #333;
	border-radius: 50px;
	font-size: 15.5px;
	font-weight: 700;
	padding: 7px 14px;
	flex-shrink: 0;
}

.news .news__item-content {
	padding: 21px 58px 30px 45px;
}

.news .news__link {
	cursor: pointer;
	color: #333 !important;
}

.news .arrow-icon {
	width: 33px;
	height: 33px;
	position: absolute;
	right: 44px;
	bottom: 30px;
	display: none;
	cursor: pointer;
}

.news .news__item:hover .arrow-icon,
.news .news__item:hover .news__item-description {
	display: block;
}

.news .news__item:hover {
	border-radius: 25px;
	background-color: #ececec;
}

.news .news__pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	opacity: 1 !important;
	visibility: unset !important;
	margin-bottom: 50px;
	margin-top: 30px;
}

.news .news__pagination-page,
.news .news__pagination-prev,
.news .news__pagination-next {
	font-weight: 500 !important;
	text-decoration: none;
	font-size: 20px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333 !important;
}

.news .news__pagination-prev,
.news .news__pagination-next {
	font-size: 30px !important;
}

.news .news__pagination-dots {
	font-size: 20px !important;
}

.news .news__item-description {
	display: none;
}

.news .articles__time {
	display: flex;
	align-items: center;
	gap: 4px;
}

.news .news__tags {
	margin-top: 20px;
}

@media (max-width: 1280px) {
	.news .news__item {
		width: calc(50% - 20px);
	}
}

@media (max-width: 768px) {
	.news .news__item {
		width: 100%;
	}

	.news .news__pagination {
		margin-bottom: 20px;
	}

	.news .news__pagination a {
		margin-bottom: 0 !important;
	}

	.news .news__item-content {
		padding: 20px 16px;
	}

	.news .news__title {
		font-size: 18px;
	}
}
/* ========================================================================= news_detail =========================================================================*/
.news-detail-title {
	font-size: 44px;
	font-weight: 500;
	text-align: center;
}

.news-detail {
	margin: 0 auto;
	padding-bottom: 50px;
}

.news-detail__container {
	max-width: 1180px;
}

.news-detail__items {
	display: flex;
	gap: 30px;
}

.news-detail__left {
	flex: 6;
	overflow: hidden;
}

.news-detail__left img {
	width: 100%;
	height: 554px;
	object-fit: cover;
	border-radius: 25px;
}

.news-detail__right {
	display: flex;
	flex-direction: column;
	gap: 30px;
	flex: 4;
}

.news-detail__items img {
	border-radius: 25px;
	object-fit: cover;
	width: 100%;
}

.news-detail__right img:nth-child(1) {
	height: 281px;
}

.news-detail__right img:nth-child(2) {
	height: 242px;
}

.news-detail__right:has(img:nth-child(1)):not(:has(img:nth-child(2))) img {
	height: 100%;
}

.news-detail__items:has(.news-detail__left):not(:has(.news-detail__right)) {
	width: 100%;
}

.news-detail__items:has(.news-detail__left):not(:has(.news-detail__right)) .news-detail__left {
	flex: 1;
}

.news-detail__slider {
	display: none !important;
	width: 100%;
	height: 320px;
	border-radius: 25px;
}

@media (max-width: 1280px) {
	.news-detail__items,
	.news-detail__right {
		gap: 30px;
	}

	.news-detail__right img:nth-child(2) {
		height: 240px;
	}
}

@media (max-width: 767px) {
	.news-detail__slider {
		display: flex !important;
	}

	.news-detail__slider img {
		width: 100%;
		height: 320px;
		object-fit: cover;
	}

	.news-detail__items {
		display: none;
	}
}

.news-detail__heading {
	font-size: 40px;
	line-height: 52px;
	text-align: left;
	width: 80%;
}

.news-detail__header {
	display: flex;
	margin-top: 50px;
	margin-bottom: 30px;
	justify-content: space-between;
}

.news-detail__meta {
	display: flex;
	gap: 20px;
	font-size: 14px;
}

.news-detail__time {
	display: flex;
	gap: 4px;
}

.news-detail__time-icon {
	width: 12px;
	height: 12px;
	margin: 1px 0;
}

.news-detail__text {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}

.news-detail__tags {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-bottom: 50px;
}

.news-detail__tag {
	border: 1px solid #333;
	border-radius: 50px;
	font-size: 14px;
	padding: 7px 14px;
	font-weight: 600;
}

.news-detail__subscribe {
	background: #0749ca1a;
	border-radius: 25px;
	padding: 50px;
	display: flex;
	justify-content: space-between;
}

.news-detail__subscribe-text {
	color: #000;
	font-size: 20px;
	line-height: 27px;
}

.news-detail__subscribe-button {
	margin: 0;
}

.news-detail__pagination {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-top: 50px;
	align-items: center;
}

.news-detail__pagination svg {
	width: 33px;
	height: 33px;
}

.news-detail__pagination .news-detail__pagination-path {
	width: 220px;
}

.news-detail__pagination-current,
.news-detail__pagination-separator {
	display: flex;
	align-items: center;
	font-weight: 500;
	gap: 40px;
}

@media (max-width: 1280px) {
	.news-detail__container {
		width: auto;
		padding: 0 15px;
	}
}

@media (max-width: 768px) {
	.news-detail__header {
		flex-direction: column;
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.news-detail__meta {
		margin-top: 10px;
	}

	.news-detail__heading {
		font-size: 18px;
		line-height: 23px;
	}

	.news-detail__tags {
		margin-top: 20px;
	}

	.news-detail__subscribe {
		flex-direction: column;
		gap: 50px;
	}

	.news-detail__subscribe-text {
		font-size: 18px;
	}

	.news-detail {
		margin-top: 30px;
	}

	.news-detail-title {
		margin-top: 33px;
		font-size: 24px;
	}

	.news-detail__pagination-path {
		display: none;
	}
}
/* ========================================================================= blog_hashtag.php =========================================================================*/
.lifehack-tag {
	padding-top: 20px;
}

.lifehack-tag__container {
	display: flex;
	flex-direction: column; /* Чтобы активный хештег был снизу */
	gap: 20px;
}

.lifehack-tag__list {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	row-gap: 10px;
}

.lifehack-tag__item {
	font-weight: 600;
	border: 1px solid #333;
	border-radius: 50px;
	font-size: 15.5px;
	padding: 7px 14px;
	flex-shrink: 0;
	white-space: nowrap;
}

.lifehack-tag__item--active {
	color: #0749ca;
	border-color: #0749ca;
	padding: 6px 32px;
	font-size: 30px;
	font-weight: 600;
}

.lifehack-tag__active {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	width: fit-content;
}

.lifehack-tag__description {
	font-size: 15px;
	font-weight: 400;
	color: #858585;
}

@media (max-width: 768px) {
	.lifehack-tag__list {
		gap: 10px;
	}

	.lifehack-articles .articles__meta {
		display: flex;
		margin-top: 5px;
	}

	.lifehack-articles .articles__content {
		flex-direction: column;
	}
}
/* ========================================================================= 
   fit_blog_detail 
   =========================================================================*/
.blog-detail {
	margin: 0 auto;
	padding-bottom: 50px;
}

.blog-detail__container {
	max-width: 100%;
}

.blog-detail__image {
	display: flex;
	justify-content: center;
	align-items: center;
}

.blog-detail__items {
	display: flex;
	gap: 30px;
	align-items: stretch;
}

.blog-detail__left {
	flex: 6;
	overflow: hidden;
}

.blog-detail__left a {
	display: block;
	width: 100%;
	height: 100%;
}

.blog-detail__left img {
	width: 100%;
	height: 786px;
	object-fit: cover;
	border-radius: 25px;
	cursor: pointer;
	transition: opacity 0.3s ease;
}

.blog-detail__left img:hover {
	opacity: 0.9;
}

.blog-detail__right {
	display: flex;
	flex-direction: column;
	gap: 30px;
	flex: 4;
	height: 786px;
}

.blog-detail__items img {
	border-radius: 25px;
	object-fit: cover;
	width: 100%;
}

.blog-detail__right a {
	display: block;
	flex: 1;
	min-height: 0;
}

.blog-detail__right img {
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: opacity 0.3s ease;
}

.blog-detail__right img:hover {
	opacity: 0.9;
}

.blog-detail__right:has(img:nth-child(1)):not(:has(img:nth-child(2))) img {
	height: 100%;
}

.blog-detail__items:has(.blog-detail__left):not(:has(.blog-detail__right)) {
	width: 1420px;
}

.blog-detail__items:has(.blog-detail__left):not(:has(.blog-detail__right)) .blog-detail__left {
	flex: 1;
}

.blog-detail__slider {
	display: none !important;
	width: 100%;
	height: 320px;
	border-radius: 25px;
}

@media (max-width: 1280px) {
	.blog-detail__items,
	.blog-detail__right {
		gap: 30px;
	}

	.blog-detail__items:has(.blog-detail__left):not(:has(.blog-detail__right)) {
		width: 1000px;
	}

	.blog-detail__left img {
		height: 554px;
	}

	.blog-detail__right {
		height: 554px;
	}
}

@media (max-width: 768px) {
	.blog-detail__slider {
		display: flex !important;
	}

	.blog-detail__slider img {
		width: 100%;
		height: 320px;
		object-fit: cover;
	}

	.blog-detail__items {
		display: none;
	}
}

.blog-detail__info {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
}

.blog-detail__heading {
	font-size: 55px;
	line-height: 69px;
	text-align: left;
	flex: 1;
}

.blog-detail__header {
	position: relative;
	display: flex;
	margin-top: 50px;
	margin-bottom: 30px;
	justify-content: space-between;
}

.blog-detail__meta {
	display: flex;
	gap: 20px;
	font-size: 14px;
	/* position: absolute; */
	/* right: 0; */
	/* top: 5px; */
}

.blog-detail__time {
	display: flex;
	gap: 4px;
}

.blog-detail__time-icon {
	width: 12px;
	height: 12px;
	margin: 1px 0;
}

.blog-detail .blog-detail__tags {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	max-width: calc(100% - 10px);
	margin: 30px 0;
}

.blog-detail .blog-detail__tag {
	border: 1px solid #333;
	border-radius: 50px;
	font-size: 15.5px;
	font-weight: 700;
	padding: 7px 14px;
	flex-shrink: 0;
}

.blog-detail__body {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}

.blog-detail__body p {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
}

.blog-detail__body a {
	color: #0749ca;
	text-decoration: underline;
	font-weight: 300;
}

.blog-detail__body img {
	height: 520px;
	border-radius: 25px;
}

.blog-detail__body ol,
.blog-detail__body ul {
	padding-left: 25px;
	margin: 10px 0;
}

.blog-detail__body ul {
	list-style-type: disc;
}

.blog-detail__body ol {
	list-style-type: decimal;
}

.blog-detail__body li {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	list-style: inherit !important;
	margin-bottom: 8px;
}

.blog-detail__pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: 60px;
}

.blog-detail__pagination-page,
.blog-detail__pagination-prev,
.blog-detail__pagination-next {
	font-weight: 500;
	text-decoration: none;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blog-detail__pagination-prev,
.blog-detail__pagination-next {
	font-size: 30px;
}

.blog-detail__pagination-dots {
	font-size: 20px;
}

@media (max-width: 1280px) {
	.blog-detail__info {
		width: auto;
		max-width: 100%;
		padding: 0 15px;
	}

	.blog-detail__body img {
		height: 553px;
	}
}

@media (max-width: 768px) {
	.blog-detail__meta {
		position: relative;
	}

	.blog-detail__heading {
		font-size: 20px;
		line-height: 25px;
	}

	.blog-detail__meta {
		position: relative;
		flex-direction: column;
		gap: 5px;
	}

	.blog-detail__header {
		gap: 15px;
	}

	.blog-detail .blog-detail__tags {
		gap: 10px;
		max-width: calc(100% - 10px);
		margin: 15px 0 30px 0;
	}

	.blog-detail__header {
		margin-top: 20px;
		margin-bottom: 15px;
	}

	.blog-detail__body {
		row-gap: 15px;
	}

	.blog-detail__body img {
		height: 194px;
	}
}
