.buklety-list__sections-wrap {

}
.buklety-list__section-name {
	font-weight: 700;
	font-size: 1.7em;
	line-height: 1em;
	margin-bottom: 23px;
}
.buklety-list__section-description {
	margin-bottom: 24px;
}
.buklety-list__items-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.buklety-list__item {
	width: calc(100% / 3 - 20px);
	margin-right: 30px;
	margin-bottom: 60px;
}
.buklety-list__item:nth-child(3n+3) {
	margin-right: 0;
}

@media screen and (max-width: 820px) {
	.buklety-list__item {
		width: calc(100% / 2 - 10px);
		margin-right: 20px;
		margin-bottom: 45px;
	}
	.buklety-list__item:nth-child(2n+2) {
		margin-right: 0;
	}
	.buklety-list__item:nth-child(3n+3) {
		margin-right: 20px;
	}
}
@media screen and (max-width: 560px) {
	.buklety-list__item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.buklety-list__item:nth-child(3n+3) {
		margin-right: 0;
	}
}

.buklety-list__item .buklety-list__item-img {
	width: 100%;
	height: 176px;
	content: "";
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 17px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.buklety-list__item .buklety-list__item-img a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.buklety-list__item .buklety-list__item-size {
	font-size: 15px;
	line-height: 1.3;
	color: #A8AEB7;
	margin-bottom: 13px;
}

.buklety-list__item .buklety-list__item-name {
	margin-bottom: 13px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.3;
	color: #000;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.buklety-list__item .buklety-list__item-name:hover {
	color: #39B54A;
}
@media screen and (max-width: 992px) {
	.buklety-list__item .buklety-list__item-size,
	.buklety-list__item .buklety-list__item-name {
		font-size: 13px;
	}
}

.buklety-list__empty {
	text-align: center;
	margin-top: 80px;
	margin-bottom: 140px;
	font-size: 24px;
	width: 100%;
}