#catalog h2{
	font-weight: bold;
	font-size: 30px;
	line-height: 43px;
	text-transform: uppercase;
	color: #455B7B;
	margin-bottom: 30px;
}
.components {
	background: #FFFFFF;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	padding: 50px;
}
.components-head {
	text-align: center;
}
.components-head img{
	max-width: 320px;
	width: 100%;
	margin-bottom: 20px;
}
.components-head p {
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	color: #494949;
}
.components-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
    width: 100%;
    margin-top: 40px;
}
.components-grid li {
    width: 100%;
    height: 115px;
    border: 1px solid #ECECEC;
    padding: 8px 10px;
    transition: 200ms linear;
}
.components-grid li:hover {
	border-color: #F8DB48;
}
.components-grid a {
    display: block;
    width: 100%;
    height: 100%;
}
.components-grid .image {
    width: 156px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.components-grid .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.components-grid p {
    max-width: 250px;
    overflow: hidden;
    font-weight: normal;
    font-size: 12px;
    line-height: 26px;
    text-align: left;
    color: #494949;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.catalog-sections {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.catalog-sections__item:nth-child(5n-2), 
.catalog-sections__item:nth-child(5n-3), 
.catalog-sections__item:nth-child(5n-4) {
    width: calc((100% - 40px) / 3);  
    text-align: center; 
    margin-bottom: 20px;
} 
.catalog-sections__item:nth-child(5n-5), 
.catalog-sections__item:nth-child(5n-6) {
    width: calc((100% - 20px) / 2);  
    margin-bottom: 20px; 
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}
.catalog-sections__item {
	background: #FFFFFF;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	min-height: 207px;
}
.catalog-sections__item > a {
	display: block;
	padding: 0 0 30px 0;
}
.catalog-sections__item a:hover p{
	color: #F8DB48;
}
.catalog-sections__item .image {
	height: 140px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 30px;
	margin-bottom: 10px;
}
.catalog-sections__item .image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.catalog-sections__item p {
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: #494949;
	padding: 0 15px;
	transition: 200ms linear;
}
.catalog-sections__item:nth-child(5n-5) p, 
.catalog-sections__item:nth-child(5n-6) p{
	padding: 0 40px;
}
.catalog-sections__item:nth-child(5n-5) > a, 
.catalog-sections__item:nth-child(5n-6) > a {
	padding-bottom: 0;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
.catalog-sections__item .item-ul__wrap {
	padding-top: 30px;
}
.catalog-sections__item ul {
	margin-top: 10px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 0 40px;
}
.catalog-sections__item ul li {
	margin-right: 20px;
}
.catalog-sections__item ul li a {
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	text-decoration: underline;
	color: #494949;
	transition: 200ms linear;
}
.catalog-sections__item ul li a:hover {
	color: #F8DB48;
}
@media (max-width: 991px){
	#catalog {
		padding: 0 40px;
	}
	.components-grid {
		grid-template-columns: 1fr 1fr;
	}
	.catalog-sections__item:nth-child(5n-3), 
	.catalog-sections__item:nth-child(5n-4) {
		width: calc((100% - 40px) / 2);
	}
	.catalog-sections__item:nth-child(5n-2),
	.catalog-sections__item:nth-child(5n-5), 
	.catalog-sections__item:nth-child(5n-6) {
		width: 100%;
	}
	.question {
		margin-top: 244px;
	}
}
@media (max-width: 767px){
	.question {
		margin-top: 172px;
	}
	#catalog {
		padding: 0;
	}
	#catalog h2 {
		font-size: 20px;
		line-height: 32px;
		padding: 0 20px;
		margin: 26px 0;
	}
	.catalog-sections {
		padding:  0 20px;
	}
	.components {
		padding: 20px;
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	.components-grid {
		grid-template-columns: 1fr;
	}
	.catalog-sections__item:nth-child(5n-3), 
	.catalog-sections__item:nth-child(5n-4),
	.catalog-sections__item:nth-child(5n-2),
	.catalog-sections__item:nth-child(5n-5), 
	.catalog-sections__item:nth-child(5n-6) {
		width: 100%;
	}
	.catalog-sections__item:nth-child(5n-5), .catalog-sections__item:nth-child(5n-6) {
		flex-direction: column-reverse;
	}
	.catalog-sections__item:nth-child(5n-5) p, .catalog-sections__item:nth-child(5n-6) p {
		padding: 0;
		text-align: center;
	}
	.catalog-sections__item ul {
		padding: 0;
		text-align: center;
		flex-direction: column;
		text-align: center;
		align-items: center;
	}
	.catalog-sections__item ul li {
		margin-right: 0;
	}
}
