
.types-concrete__row{}
.types-concrete__block-in{width:25%; padding:0 15px}

.types-concrete__block {
    background: #FFD200;
    border-radius: 6px;
    overflow: hidden
}

.types-concrete__title {
    padding: 25px 0 5px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #000000
}

.types-concrete__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #000000;
    padding-bottom: 25px
}

.types-concrete__btn {
    background: url(/templates/stroitelstvo/images/beton/arrow-btn.svg) no-repeat 0 0 / contain;
    width: 312px;
    display: block;
    height: 68px;
    margin: 30px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px 8px 0px;
}
.types-concrete__btn:hover{
	background-image: url(/templates/stroitelstvo/images/beton/arrow-btn-hover.svg);
	text-decoration:none
}
.types-concrete__btn  span{position:relative;font-weight: 700;font-size: 14px;line-height: 18px;color: #000000;padding-right: 20px;}
.types-concrete__btn  span::after{position:absolute;content:"";border: 15px solid transparent;border-left: 15px solid #000;top: 50%;transform: translateY(-50%);right: -30px;}
@media(max-width:991px){
	.types-concrete__row{margin:0; padding-left:40px; padding-right:40px}
	.types-concrete__row .prevArrow{left:0}
	.types-concrete__row .nextArrow{right:0}
	.types-concrete__block-in{padding:0 15px}
	.types-concrete__btn{margin-top:15px;width: 290px;height: 63px;padding: 0px 25px 7px 0px;}
	.types-concrete__btn  span{font-size: 13px;line-height: 16px;padding-right: 10px;}
	.types-concrete__btn  span::after{border: 12px solid transparent;border-left: 12px solid #000;right: -40px;}
	.types-concrete__title {padding: 20px 0 5px; font-size: 16px; line-height: 20px}
	.types-concrete__text{padding-bottom: 25px}
}
@media(max-width:767px){
	.types-concrete__row{margin:0; padding-left:30px; padding-right:30px}
	.types-concrete__block-in{padding:0 10px}
}