.doc_text {
	box-sizing: border-box;
	border: 0.1vw solid #F4F4F4;
	border-radius: 0.3vw;
	padding: 2vh 1.5vw;
	position: relative;
	margin-bottom: 3vh;
	background: #ffffff4f;
	overflow: hidden;
}
.doc h1 {
	font-size: 1.6vw;
	color: rgb(0, 0, 0);
	font-weight: 600;
	line-height: 2.7vh;
	letter-spacing: 0%;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 3vh;
}
.doc h3 {
	font-size: 1.2vw;
	color: rgb(0, 0, 0);
	font-weight: 600;
	line-height: 2.7vh;
	letter-spacing: 0%;
	text-align: left;
	text-transform: unset;
	margin-bottom: 3vh;
}
.doc_params {
	display: flex;


}
.doc h4 {
	font-size: 1vw;
	color: rgb(0, 0, 0);
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
	margin: 0 1vh 2vh 0;

}
.doc_circle_green {
	position: absolute;
	left: 59vw;
	top: -7vh;
	border-radius: 50%;
	width: 12vw;
	height: 12vw;
	filter: blur(10vh);
	background: #018370;
	z-index: -1;
}
.doc_circle_yellow {
	position: absolute;
	left: 53vw;
	top: -15vh;
	border-radius: 50%;
	width: 12vw;
	height: 12vw;
	filter: blur(5vh);
	background: #FFE600;
	z-index: -1;
}

img.zoom {
	cursor: pointer;
	max-width: 10%;

}

img.zoom:hover {
	max-width: none;
}
.doc_info {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.doc a{
	max-width: 15vw;
	margin-right: 3vh;
}


@media screen and (orientation: portrait){
	.doc h3 {
		font-size: 5.4vw;
		line-height: normal;
		margin-bottom: 3vw;
	}
	.doc_info {
		gap: 3vw;
	}
	.doc_info {
		display: block;
	}
	.doc a {
		max-width: 30vw;
		margin: 0 3vw 3vw 0;
		float: left;
	}
	.doc_params {
		display: block;
	}
	.doc_params_usl{
		font-size: 4.5vw;
	}
	.doc_text {
		border-radius: 1.3vw;
		padding: 3vw 1.5vw;
		margin-bottom: 3vw;
	}
	.doc_circle_yellow {
		left: auto;
		right: -8vw;
		top: -6vw;
		width: 25vw;
		height: 25vw;
		filter: blur(9vw);
	}
	.doc_circle_green {
		left: auto;
		right: 4vw;
		top: 5vh;
		width: 30vw;
		height: 12vw;
		filter: blur(10vw);
	}
	.doc h1 {
		font-size: 6.4vw;
	}
}
