.hysteroscopy{
	position: relative;
	background-image: url(../images/gisterio_bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 40px;
    margin: 0 8px;
    margin-bottom: 20px;
}
.hysteroscopy .container{
	position: relative;
	z-index: 2;
}
.hysteroscopy__inner{
	display: flex;
	flex-direction: column;
	gap: 60px;
}
@media (max-width: 1000px){
	.hysteroscopy__inner{
		gap: 40px;
	}
}
@media (max-width: 600px){
	.hysteroscopy__inner{
		gap: 30px;
	}
}
.hysteroscopy__header{
	display: grid;
	grid-template-columns: repeat(2, minmax(auto, 1fr));
	gap: 40px;
	align-items: start;
}
@media (max-width: 1000px){
	.hysteroscopy__header{
		grid-template-columns: repeat(1, minmax(auto, 1fr));
		gap: 30px;
	}
}
.hysteroscopy__title{
	font-weight: 700;
	font-size: 56px;
	line-height: 1.1;
	color: #FFFFFF;
	text-align: left;
	margin: 0;
}
@media (max-width: 1600px){
	.hysteroscopy__title{
		font-size: 46px;
	}
}
@media (max-width: 1280px){
	.hysteroscopy__title{
		font-size: 42px;
	}
}
@media (max-width: 1000px){
	.hysteroscopy__title{
		font-size: 38px;
	}
}
@media (max-width: 600px){
	.hysteroscopy__title{
		font-size: 32px;
	}
}
.hysteroscopy__description{
	font-size: 24px;
	line-height: 1.5;
	color: #FFFFFF;
	text-align: left;
}
@media (max-width: 1280px){
	.hysteroscopy__description{
		font-size: 22px;
	}
}
@media (max-width: 1000px){
	.hysteroscopy__description{
		font-size: 20px;
	}
}
@media (max-width: 600px){
	.hysteroscopy__description{
		font-size: 18px;
	}
}
.hysteroscopy__items{
	display: grid;
	grid-template-columns: repeat(2, minmax(auto, 1fr));
	gap: 40px;
}
.hysteroscopy__column{
	display: flex;
	flex-direction: column;
	gap: 16px;
	min-width: 0;
}
@media (max-width: 1280px){
	.hysteroscopy__column{
		gap: 14px;
	}
}
@media (max-width: 600px){
	.hysteroscopy__column{
		gap: 12px;
	}
}
.hysteroscopy__item-prices{
	color: #FFFFFF;
	font-size: 28px;
	line-height: 1.2;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	gap: 10px 18px;
	text-align: center;
}
.hysteroscopy__item-price--old{
	text-decoration: line-through;
	font-weight: 500;
	opacity: 0.9;
}
.hysteroscopy__item-price--new{
	font-weight: 700;
}
@media (max-width: 1280px){
	.hysteroscopy__item-prices{
		font-size: 24px;
		gap: 8px 14px;
	}
}
@media (max-width: 600px){
	.hysteroscopy__item-prices{
		font-size: 20px;
	}
}
@media (max-width: 1280px){
	.hysteroscopy__items{
		gap: 30px;
	}
}
@media (max-width: 1000px){
	.hysteroscopy__items{
		grid-template-columns: repeat(1, minmax(auto, 1fr));
		gap: 30px;
	}
}
@media (max-width: 600px){
	.hysteroscopy__items{
		gap: 20px;
	}
}
.hysteroscopy__item{
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	border-radius: 20px;
	padding: 40px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	text-align: left;
}
.hysteroscopy__item--expanded{
	z-index: 15;
	background-color: #ffffff;
}
@media (max-width: 1280px){
	.hysteroscopy__item{
		padding: 30px;
	}
}
@media (max-width: 600px){
	.hysteroscopy__item{
		padding: 20px;
		border-radius: 15px;
	}
}
.hysteroscopy__item-title{
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3;
	color: #292B26;
	margin: 0;
	text-align: left;
}
@media (max-width: 1280px){
	.hysteroscopy__item-title{
		font-size: 22px;
	}
}
@media (max-width: 1000px){
	.hysteroscopy__item-title{
		font-size: 20px;
	}
}
@media (max-width: 600px){
	.hysteroscopy__item-title{
		font-size: 18px;
	}
}
.hysteroscopy__item-description{
	position: relative;
	font-size: 20px;
	line-height: 1.5;
	color: #545551;
	text-align: left;
}
.hysteroscopy__item-description-text{
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	overflow: hidden;
}
.hysteroscopy__item-description-text p{
	margin: 0;
}
.hysteroscopy__item-description:not(.is-expanded) .hysteroscopy__item-description-text{
	max-height: calc(1.5em * 5);
}
.hysteroscopy__item-description.is-expanded .hysteroscopy__item-description-text{
	max-height: none;
	overflow: visible;
}
.hysteroscopy__item-description-inner{
	position: relative;
}
.hysteroscopy__item-description.is-expanded .hysteroscopy__item-description-inner{
	position: absolute;
	left: -40px;
	right: -40px;
	top: 0;
	z-index: 2;
	width: auto;
	background-color: #ffffff;
	border-radius: 12px;
	padding: 0 40px 40px;
	margin: 0;
	box-shadow: none;
}
@media (max-width: 1280px){
	.hysteroscopy__item-description.is-expanded .hysteroscopy__item-description-inner{
		left: -30px;
		right: -30px;
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 600px){
	.hysteroscopy__item-description.is-expanded .hysteroscopy__item-description-inner{
		left: -20px;
		right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}
.hysteroscopy__item-toggle{
	display: inline-flex;
	align-items: center;
	margin-top: 12px;
	padding: 0;
	border: none;
	background: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: 600;
	line-height: 1.3;
	color: #98A781;
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: color 0.2s ease, opacity 0.2s ease;
}
.hysteroscopy__item-toggle:hover{
	color: #7a8a66;
}
.hysteroscopy__item-toggle--less{
	display: none;
	margin-top: 16px;
}
.hysteroscopy__item-description.is-expanded .hysteroscopy__item-toggle--less{
	display: inline-flex;
}
.hysteroscopy__item-description.is-expanded .hysteroscopy__item-toggle--more{
	display: none;
}
@media (max-width: 600px){
	.hysteroscopy__item-toggle{
		margin-top: 10px;
	}
}
@media (max-width: 1280px){
	.hysteroscopy__item-description{
		font-size: 18px;
	}
}
@media (max-width: 1000px){
	.hysteroscopy__item-description{
		font-size: 17px;
	}
}
@media (max-width: 600px){
	.hysteroscopy__item-description{
		font-size: 16px;
	}
}
.hysteroscopy__button{
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width: 600px){
	.hysteroscopy__button .btn{
		width: 100%;
	}
}
