.gallery{
    /* padding-bottom: 200px; */
}

.gallery .slick-slide {
    height: 280px;
    margin-right: 10px;
}
.gallery .slick-slide > div {
    height: calc(100% - 40px);
    border: 1px solid #f0efef;
    padding: 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery__header{
    color: #181818;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.gallery__icon{
    width: 56px;
    margin-right: 20px;
}
.gallery__counter{
    padding-left: 5px;
}
.gallery__carousel{
    position: relative;
}
/*.gallery__image-link{
    display: inline-block;
    margin: 0 10px;

}
.gallery__image-link:first-child{
    margin-left: 0;
}*/
.gallery__image-link-preview{
    width: 100%;
}
.gallery__carousel .slick-arrow{
    position: absolute;
    bottom: -50px;
    width: 55px;
    height: 55px;
    border: 2px solid #E1E0E0;
    color: white;
    background: url(./images/right.svg) center center no-repeat;
    background-size: 23px;
    font-size: 0;
}
.gallery__carousel .slick-arrow:hover{
    background: url(./images/right-red.svg) center center no-repeat;
    background-size: 23px;
}
.gallery__carousel .slick-prev{
    transform: rotate(180deg);
}
.gallery__carousel .slick-next{
    left: 70px;
}
