.doors-plastic {
	padding-top: 60px;
}
.doors-plastic .title {
	margin-bottom: 20px;
}
.doors-plastic .desc {
	font-size: 18px;
	line-height: 122%;
	margin-bottom: 20px;
}
.doors-plastic .content__box {
    display: flex;
    justify-content: center;	
}
.doors-plastic .content__img {
	width: 170px;
	height: 480px;
	position: relative;
}
.doors-plastic .content__img .element {
	position: absolute;
	right: 107px;
	bottom: 35px;
	z-index: 0;
	width: 120px;
	border-radius: 50%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.doors-plastic .content__caption .caption {
	position: absolute;
	font-size: 16px;
	line-height: 120%;	
}
.doors-plastic .content__caption .caption svg {
	position: absolute;
	top: 3px;
}
.doors-plastic .content__caption .caption.right {
	text-align: right;
}
.doors-plastic .content__caption .caption:nth-child(1) {
	top: 30px;
	right: 339px;
    width: 226px;
}
.doors-plastic .content__caption .caption:nth-child(1) svg {	
    left: 246px;
}
.doors-plastic .content__caption .caption:nth-child(2) {
	top: 154px;
	right: 279px;
    width: 231px;
}
.doors-plastic .content__caption .caption:nth-child(2) svg {
	left: 251px;
	top: 7px;
}
.doors-plastic .content__caption .caption:nth-child(3) {
	bottom: 79px;
	right: 317px;
	width: 248px;
}
.doors-plastic .content__caption .caption:nth-child(3) svg {
	left: 268px;
}
.doors-plastic .content__caption .caption:nth-child(4) {
	top: 92px;
	left: 241px;
	width: 324px;
}
.doors-plastic .content__caption .caption:nth-child(4) svg {
	right: 344px;
}
.doors-plastic .content__caption .caption:nth-child(5) {
	bottom: 27px;
	left: 308px;
	width: 255px;
}
.doors-plastic .content__caption .caption:nth-child(5) svg {
	right: 275px;
}
@media (max-width: 1199px) {
	.doors-plastic {
		display: none;
	}	
}