.price-depends {
	display: none;
	padding-top: 60px;
}
.price-depends h2 {
	margin-bottom: 30px;
}
.price-depends .box__info {
	position: relative;
	padding-bottom: 40px;
	height: 398px;
}
.price-depends .caption {
	font-size: 18px;
	line-height: 1.3;
}
.price-depends .caption:nth-child(1) {
    top: 32px;
    left: -166px;
	text-align: right;
}
.price-depends .caption:nth-child(2) {
	bottom: 200px;
    left: -148px;
	text-align: right;
}
.price-depends .caption:nth-child(3) {
    bottom: 107px;
    left: -150px;
}
.price-depends .caption:nth-child(4) {
    top: 9px;
    right: -138px;
}
.price-depends .caption:nth-child(5) {
    top: 163px;
    right: -150px;
}
.price-depends .caption:nth-child(6) {
    bottom: 62px;
    right: -130px;
}
.price-depends .caption:nth-child(7) {
	bottom: 0;
    left: 240px;
}
@media (min-width: 1024px) {
	.price-depends {
		display: block;
	}	
}