.types-construction-portal h2 {
    margin-bottom: 30px;	
}
.types-construction-portal .content {
    display: grid;
    gap: 20px;
}
.types-construction-portal .content__box {
	display: flex;
    flex-direction: column;
}
.types-construction-portal .content__box-img {
	position: relative;
	margin-bottom: 15px;
}
.types-construction-portal .content__box-img picture {
	display: flex;
	border-radius: 10px;
	border: 5px solid #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	background: rgba(196, 196, 196, 0);		
}
.types-construction-portal .content__box-img img {
	width: 100%;
    height: auto;
    border-radius: 10px;
}
.types-construction-portal .content__box-img .label {
	position: absolute;
    top: 5px;
    right: 5px;
    display: inline-flex;
	gap:9px;
	align-items: center;
    padding: 9px 10px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 0 0 0 6px;
	box-sizing: border-box;
}
.types-construction-portal .content__box-img .label a {
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	text-decoration: underline;
	text-decoration-skip-ink: none;	
}
.types-construction-portal .content__box-title {
	font-size: 20px;
	line-height: 100%;
	text-transform: uppercase;
    margin-bottom: 10px;	
}
.types-construction-portal .content__box-desc {
	line-height: 130%;
    margin-bottom: 15px;
}
.types-construction-portal .list {
    display: grid;
    gap: 10px;	
	line-height: 130%;
	margin-bottom: 20px;
}
.types-construction-portal .item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.types-construction-portal .item svg {
    flex-shrink: 0;
}
.types-construction-portal .content__box-price {
    display: grid;
    gap: 8px;
    padding: 10px;
    border-radius: 6px;
    border: 2px solid #f26422;
}
.types-construction-portal .content__box-price .price {
    font-size: 26px;
    line-height: 100%;
	text-align: center;	
}
.types-construction-portal .content__box-price .word,
.types-construction-portal .content__box-price .currency {
	font-size: 16px;	
}
.types-construction-portal .content__box-price .word {
	margin-right: 6px;
}
.types-construction-portal .content__box-price .currency {
	margin-left: 4px;
}	
@media (min-width: 768px) {	
	.types-construction-portal .content {
		gap: 30px;
	}	
	.types-construction-portal .content__box {
		flex-direction: row;
		gap: 15px;
	}
	.types-construction-portal .content__box:nth-child(odd) {
		flex-direction: row-reverse;
	}	
	.types-construction-portal .content__box-img {
		flex: 0 0 286px;
		margin-bottom: 0;
	}	
	.types-construction-portal .content__box-img .label {
		width: calc(100% - 10px);
	}
	.types-construction-portal .content__box-info {
		display: flex;
		flex-direction: column;
	}	
	.types-construction-portal .content__box-title {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.types-construction-portal .content__box-desc {
		font-size: 18px;
		line-height: 130%;	
	}	
	.types-construction-portal .list {
		font-size: 18px;
		line-height: 122%;
		margin-bottom: 20px;
	}	
	.types-construction-portal .content__box-price {
		padding: 12px;
		display: flex;
		gap: 0;
		justify-content: space-between;
		align-items: center;
		margin-top: auto;		
	}
	.types-construction-portal .content__box-price .price {
		font-size: 30px;
	}
	.types-construction-portal .content__box-price .word,
	.types-construction-portal .content__box-price .currency {
		font-size: 22px;
	}	
	.types-construction-portal .content__box-price .word {
		margin-right: 10px;
	}
	.types-construction-portal .content__box-price .currency {
		margin-left: 6px;
	}	
	.types-construction-portal .button {
		width: 216px;
		margin: 0;
	}	
}

@media (min-width: 1200px) {
	.types-construction-portal h2 {
		margin-bottom: 40px;	
	}	
	.types-construction-portal .content__box {
		gap: 40px;
	}
	.types-construction-portal .content__box-img {
		flex: 0 0 470px;
	}	
	.types-construction-portal .content__box-img .label {
		width: auto;
	}		
	.types-construction-portal .content__box-title {
		font-size: 28px;
		margin-bottom: 20px;
	}
	.types-construction-portal .content__box-desc {
		margin-bottom: 20px;
	}
	.types-construction-portal .list {
		margin-bottom: 30px;
	}
	.types-construction-portal .button {
		width: 248px;
	}	
}

