#actions-product-list .carousel-product-section { padding-bottom: 40px; }

#actions-product-list .carousel-product-section .bx-wrapper .bx-controls .bx-controls-direction .bx-prev, #actions-product-list .carousel-product-section .bx-wrapper .bx-controls .bx-controls-direction .bx-next { bottom: 0; top: auto; }

#actions-product-list .carousel-product-section .bx-wrapper .bx-controls .bx-controls-direction .bx-prev { left: 0; }

#actions-product-list .carousel-product-section .bx-wrapper .bx-controls .bx-controls-direction .bx-next { left: 30px; }

.item .item-text { min-height: 150px; margin-bottom: 20px;
    font-family: Fira Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    color: #32373E;}
.item .item-text a{    font-weight: bold;
    color: #19398B;
    text-decoration: underline;}

.item .item-text a.link_block{
	font-family: Fira Sans;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 22px;
/* identical to box height */


color: #FFFFFF;
padding: 15px 100px;
text-decoration: none;
background: #19398B;
border-radius: 4px;
}

.item .item-text img{
    height: auto;
}


.photogallery .banner-slider { height: 640px !important; }

.photogallery .banner-slider img { height: auto !important; }

.photogallery .banner-slider .bx-next, .photogallery .banner-slider .owl-next { top: 300px !important; }

.photogallery .banner-slider:hover .bx-prev, .photogallery .banner-slider:hover .bx-next, .banner-box .banner-slider:hover .owl-prev, .banner-box .banner-slider:hover .owl-next { top: 300px !important; }

.action-photo-item { float: left; width: 23%; padding-left: 15px; height: 150px; }

.action-photo-item img { width: 100%; height: 135px; }



@media screen and (max-width: 768px){
    .action-photo-item img{
        object-fit: cover;
    }
    .action-photo-item{
        width: 50%;
    }
}