.gallery_body{position:relative;width:100%;padding:50px 0}.gallery_cont{position:relative}.gallery_box{position:relative;display:flex;flex-direction:row;align-items:stretch;overflow:hidden;width:100%;clear:both;padding:0 10px}@media screen and (min-width :994px){.gallery_box{padding:0 10px}}.gallery_item{position:relative;flex:1 0 auto;flex-grow:0;margin-right:20px;width:100%;overflow:hidden;min-height:157px;max-width:300px;display:flex;flex-direction:column;justify-content:flex-end;align-items:center}@media screen and (min-width:480px) and (max-width:702px){.gallery_item{width:calc((100% - (20px * 1)) / 2)}}@media screen and (min-width:703px) and (max-width:927px){.gallery_item{width:calc((100% - (20px * 2)) / 3)}}@media screen and (min-width:928px) and (max-width:1149px){.gallery_item{width:calc((100% - (20px * 3)) / 4)}}@media screen and (min-width:1150px){.gallery_item{width:calc((100% - (20px * 4)) / 5)}}.gallery_box .gallery_item:last-of-type{margin-right:0}.gallery_item a{width:100%}.gallery_item_image_box{position:relative;width:100%;height:0;padding-bottom:80%}.gallery_item_image{display:block;height:100%;position:absolute;margin-left:50%;transform:translateX(-50%)}.gallery_item_descr{position:absolute;bottom:0;left:0;width:100%;padding:7px 5px;background:var(--first_color);color:var(--fourth_color);text-align:center;display:flex;flex-direction:column}.gallery_item_upper_title{color:var(--first_color);text-transform:uppercase;padding-bottom:10px;font-size:15px;line-height:18px;font-weight:400}.nav_arrows{display:block}.arrow_left,.arrow_right{width:40px;height:40px;line-height:48px;text-align:center;border-radius:50%;color:var(--first_color);background:var(--fourth_color);box-shadow:0 0 7px 0 rgb(255 255 255 / 30%);z-index:3;font-size:22px;display:flex;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%)}@media screen and (min-width :994px){.arrow_left,.arrow_right{background:none;box-shadow:none}}.arrow_left{left:-10px;margin-right:8px}.arrow_right{right:-10px}@media screen and (min-width :994px){.arrow_left{left:-30px}.arrow_right{right:-30px}}.arrow_left.disabled,.arrow_right.disabled{color:#bbb;cursor:default}.arrow_left svg{position:relative;left:-1px}.arrow_right svg{position:relative;left:1px}