.preimuchestvo {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 60px 0px;
	position: relative;
}
.preimuchestvo.pt0 {
	padding-top: 0px !important;
}
.preimuchestvo__title {
    padding-top: 50px;
    margin-bottom: 30px;
}
.preimuchestvo.pt0 .preimuchestvo__title {
	padding-top: 0px !important;
}
.preimuchestvo__text {
    margin-bottom: 30px;
}
.preimuchestvo__items-wrapper {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.preimuchestvo__items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin: -30px -20px 0px -20px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.preimuchestvo__item {
	display: inline-block;
	vertical-align: top;
	margin: 30px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: calc(33.3333% - (20px * 2));
	text-align: center;
}
.preimuchestvo.--col-4 .preimuchestvo__item {
	width: calc(25% - (20px * 2));
}
.preimuchestvo__item-icon {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.preimuchestvo__item-icon i {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
    width: 64px;
	height: 64px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../../uploads/icons/icon-preimuchestvo.png);
}
.preimuchestvo__item-title {
	display: block;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}
.preimuchestvo__item-description {
	display: block;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
@media screen and (max-width: 1575px) {
	.preimuchestvo__item-description br {
		display: none;
	}
}
@media screen and (max-width: 1220px) {
	.preimuchestvo__item, 
	.preimuchestvo.--col-4 .preimuchestvo__item {
		width: calc(50% - (20px * 2));
	}
}
@media screen and (max-width: 992px) {
	.preimuchestvo {
		padding-bottom: 45px;
	}
    .preimuchestvo__title {
        padding-top: 40px;
        margin-bottom: 30px;
    }
	.preimuchestvo__item, 
	.preimuchestvo.--col-4 .preimuchestvo__item {
		width: calc(50% - (20px * 2));
	}
	.preimuchestvo__item-title {
		margin-top: 15px;
		font-size: 18px;
		line-height: 24px;
	}
	.preimuchestvo__item-description {
		margin-top: 15px;
	}
}
@media screen and (max-width: 767px) {
   .preimuchestvo__text {
        margin-bottom: 25px;
    }
	.preimuchestvo__items {
		margin-top: -25px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.preimuchestvo__item {
		margin-top: 25px;
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media screen and (max-width: 620px) {
	.preimuchestvo__item, 
	.preimuchestvo.--col-4 .preimuchestvo__item {
		width: calc(100% - (15px * 2));
	}
}
@media screen and (max-width: 480px) {
	.preimuchestvo__item-title {
		margin-top: 10px;
	}
	.preimuchestvo__item-description {
		margin-top: 10px;
	}
}