.page_max section.block{margin-bottom:0px!important;max-width:1350px;margin:0px auto}
section.block div.block_item{position:relative;overflow:hidden;text-align:center;margin-top:40px;margin-right:0%;justify-content:center;}
section.block div.block_item a{text-decoration:none}

section.block div.category{max-height:500px;height:500px;width:100%;display:flex;align-items:center}
section.block div.category .image_container{width:calc((100% / 3)*2 - 1%);}
section.block div.category .content{width:calc(100% / 3 - 1%);;}}
section.block div.category:nth-child(2n) .content{order:0}
section.block div.category:nth-child(2n) .image_container{order:1}
section.block div.category a{text-decoration:none;margin-top:40px;padding:10px 20px}
section.block div.category div.content{box-sizing:border-box;padding:3%;position:relative;bottom:0px;z-index:+10;color:#000;background:#E4E4E4;height:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;align-content:center}
section.block div.category div.content div.title{font-size:3em;margin-bottom:20px;line-height:1em;text-align:center}
section.block div.category{position:relative;}
section.block div.category img{width:100%;height:100%}

.hp_image .content{position:absolute;top:0px;left:0px;width:100%;height:100%;background:rgb(0,0,0,0.5);display:flex;flex-wrap:wrap;justify-content:center;align-items:center;align-content:center;opacity:0;}
.hp_image .content .title,.hp_image .content .text{color:#fff;width:100%}
.hp_image:hover .content{opacity:1;}

.btn_block{padding:10px 20px;border-bottom:1px solid #000}
.block_item .btn-5:hover::after{display:none}
section.block div.hp_image{margin-top:0px;}

.blk_slide{width:calc(100% / 2)!important;margin-top:0px!important}
.blk_slide .image_container img{width:100%;}
.blk_slide .content{position: absolute;top: 0px;left:0px;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;flex-wrap:wrap;align-content:center;opacity:1}
.blk_slide .content .title{color:#fff;font-size:2em;border:1px solid #fff;padding:20px 50px;text-transform:uppercase;border-radius:3px;font-weight:200;}
.blk_slide .content .title:after{ left: 50%; right: 50%; top: 57%; border-bottom:.8px solid #000; background-color: #000; content: ""; position: absolute; border-radius: 3px; transition: left .2s, right .2s; }

/*.blk_slide .content .title:after{display:none;width: 400px; border-bottom:.8px solid #000; display: block; background-color: #000; content: ""; margin: 30px auto 0;opacity:0}*/
.blk_slide .content .text{display:none!important}

.blk_slide .content:hover{background:#ffffffad;opacity:1}
.blk_slide .content:hover .title{color: #000; padding: 10px 0px; border: 0px; /* font-weight: 400; */ border-radius: 0px; border-bottom: 2px solid #000;}

.blk_contact .image_container img{height:25px!important}
.blk_contact .title {font-size:1.3em;font-weight:500;margin:10px 0px}
.blk_contact .text a {text-decoration:none}


@media screen and (min-width:701px) and (max-width:890px){
	section.block div.category{max-height:380px;height:380px;width:calc(100% / 2 - 1%);}
}