.slider-dates .slick-slide{display:flex;justify-content:center;margin-left:5px;margin-right:5px;}
.slider-history-block .my-arrows{position:absolute;top:30px;right:30px;z-index:3;}
.slider-dates .slick-slide .back{border:1px solid var(--fon)}
.slider-dates .slick-slide:hover .back{border-color:var(--main)}
.slider-dates .slick-current .back{background:var(--main);color:var(--white);}
.slider-history-block .my-arrow svg rect:nth-child(1),
.slider-history-block .my-arrow svg path:nth-child(1){fill:var(--fon)}
.slider-history-block .my-arrow svg rect:nth-child(2),
.slider-history-block .my-arrow svg path:nth-child(2){stroke:var(--fon)}
@media(max-width:992px){
.slider-history-block .flex.flow-rw .fw-50{flex:0 0 100%;max-width:100%;}
.slider-history-block .flex.flow-rw .fw-50 img{height:320px;}
.slider-history-block .my-arrows{top:340px;right:20px;}
}
@media(max-width:579px){
.slider-history-block .flex.flow-rw .fw-50 img{height:220px;}
.slider-history-block .my-arrows{top:240px;right:20px;}
}