.types-sliding-systems {
	padding-top: 45px;
}
.types-sliding-systems h2 {
	margin-bottom: 25px;
}
.types-sliding-systems .element__list {
    display: grid;
    gap: 15px;
	margin-bottom: 25px;
}
.types-sliding-systems .element__item {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
	border-radius: 5px;
    overflow: hidden;	
}
.types-sliding-systems .element__info {
	padding: 20px 15px 60px;
}
.types-sliding-systems .element__title {
	font-size: 20px;
	line-height: 100%;	
	margin-bottom: 20px;
}
.types-sliding-systems .list {
    display: grid;
    gap: 15px;
    line-height: 137%;
}
.types-sliding-systems .item {
    padding-left: 32px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='9' cy='9' r='8.5' stroke='%23F26422' /%3e%3cpath d='M8.10865 11.702L5.73208 9.25051C5.58931 9.10323 5.58931 8.86442 5.73208 8.71713L6.24914 8.18374C6.39192 8.03645 6.62344 8.03645 6.76622 8.18374L8.36719 9.83519L11.7963 6.29796C11.9391 6.15068 12.1706 6.15068 12.3134 6.29796L12.8304 6.83134C12.9732 6.97863 12.9732 7.21743 12.8304 7.36473L8.62572 11.702C8.48293 11.8493 8.25143 11.8493 8.10865 11.702Z' fill='black' /%3e%3c/svg%3e");
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: left center;
}
.types-sliding-systems .element__img {
	position: relative;
}
.types-sliding-systems .element__picture {
    display: flex;
}
.types-sliding-systems .element__img-label {
    display: grid;
    place-items: center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
    position: absolute;
    top: -41px;
    left: 15px;	
}
@media (min-width: 768px) {
	.types-sliding-systems {
		padding-top: 55px;
	}
	.types-sliding-systems h2 {
		margin-bottom: 30px;
	}
	.types-sliding-systems .element__list {
		grid-template-columns: 1fr 1fr;
		margin-bottom: 30px;
	}
	.types-sliding-systems .element__info {
		padding: 25px 20px 60px;
	}
	.types-sliding-systems .element__title {
		font-size: 22px;
	}
	.types-sliding-systems .list {
		font-size: 18px;
	}
	.types-sliding-systems .button {
		width: 320px;
	}		
}
@media (min-width: 1200px) {
	.types-sliding-systems {
		padding-top: 60px;
	}
	.types-sliding-systems .element__title {
		font-size: 26px;
	}	
	.types-sliding-systems .element__list {
		gap: 20px;
	}
	.types-sliding-systems .element__info {
		padding: 25px 25px 60px;
	}
	.types-sliding-systems .element__img-label {
		left: 40px;	
	}	
}