.header-image{
	z-index: 9;
	right: 70px;
	top: 86px;
	width: 170px;
	height: 170px;
	display: flex;
	overflow: hidden;
	position: absolute;
	align-items: center;
	border-radius: 16px;
	border: 1px solid #FFF;
	justify-content: center;
	background-color: #fff;
}
@media(max-width: 1750px){
	.header-image{
		display: none;
	}
}
.header-image img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.organizacziyam__UTP {
	display: flex;
	justify-content: space-between;
}
.organizacziyam__UTP-block {
	max-width: 360px;
	border-radius: 16px;
	background-color: #edf3fa;;
}
.organizacziyam__image-block {
	max-width: 360px;
	height: 350px;
}
.organizacziyam__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px 16px 0px 0px;
}
.organizacziyam__text-block {
	padding: 30px;
	height: 240px;
}
.organizacziyam__text-name {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 600;
	color: #000000;
}
.organizacziyam__sub-text {
	font-size: 16px;
	margin-top: 8px;
	line-height: 1.55;
	font-weight: 300;
	color: #000000;
}
@media(min-width: 1200px){
	div.content-body, section.faq, section.news-more{
		padding: 45px 0;
	}
}
@media(max-width: 1200px){
	.organizacziyam__UTP-block{
		max-width: 300px;
	}
	.organizacziyam__image-block{
		height: 300px;
	}
	.organizacziyam__UTP{
		flex-wrap: wrap;
		justify-content: center;
		gap: 30px;
	}
	.organizacziyam__text-block{
		height: 292px;
	}
}
@media(max-width: 948px){
	.organizacziyam__text-block{
		height: 320px;
	}
}
@media(max-width: 768px){
	.organizacziyam__text-block{
		height: auto;
	}
	.container .toggle-btn{
		font-size: 10px;
	}
}
section.approved{
	margin-top: 0;
}
div.service-anons{
	margin-bottom: 0;
}
.fade:not(.show) {
	opacity: 0;
	position: absolute;
	pointer-events: none;
	display: none;
}
section.stages-cooperation-wrap, section.slider-img-wrap{
	margin: 45px 0;
}
div.faq-wrap{
	background: revert;
	min-height: revert;
}

.text-preview {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	line-clamp: 3;
	transition: all 0.3s ease;
}

.text-preview.expanded {
	-webkit-line-clamp: unset;
	line-clamp: unset;
	overflow: visible;
	display: block;
}

.toggle-btn {
	line-height: 1.1;
	padding: 18px 30px;
	background: #ee3f46;
	color: #fff;
	margin-top: 10px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 100px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-family: TTNorms-Bold, sans-serif;
	font-size: 14px;
	transition: background 0.2s ease;
}

.toggle-btn:hover {
	background: #d93037;
}
@media (max-width: 991px) {
	.wrap .why-us-wrap {
		margin-top: 0;
	}
}



.rewiew-slider{
	position: relative;
}
.slider-rewiew__slides{
	padding-bottom: 90px;
}
.rewiew__title{
font-weight: 700;
}
.rewiew__anons {
	font-size: 16px;
	color: #414141;
	line-height: 1.7;
	margin-top: 20px;
}
.slider-rewiew__prev-arrow{
	bottom: 0;
	position: absolute;
	box-shadow: 0px 4px 4px 0px #00000040;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F2F7FB;
	border-radius: 100%;
	cursor: pointer;
	z-index: 1;
	right: 105px;
}
.slider-rewiew__next-arrow{
	bottom: 0;
	right: 0;
	position: absolute;
	box-shadow: 0px 4px 4px 0px #00000040;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F2F7FB;
	border-radius: 100%;
	cursor: pointer;
	z-index: 1;
}

