.slzoom__item {
    cursor: zoom-in;
    border: 1px solid #dedede;
    border-radius: 3px;
}

.slzoom__item:hover {
    /*border: 1px solid rgba(77, 132, 196, 0.65);*/
}

.slZoom__block {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    /*pointer-events: none;*/
    z-index: 100;
}


.slZoom__block:before:hover {
    color: red;
}

img.slZoom__img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
}

.full_size_image {
    width: auto;
    height: auto;
    max-width: none !important;
    max-height: none !important;
    position: absolute;
    padding-bottom: 40px;
    top: 40px;
}

.scroll_for_image {
    overflow: auto;
}

/*.slZoom__cover_block {*/
/*height: max-content;*/
/*max-height: 90%;*/
/*position: relative;*/
/*}*/

.slZoom__cover_block {
    /* height: max-content; */
    max-height: 90%;
    max-width: 70%;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}

.slZoom__cover_block:before {
    /*display: block;*/
    /*content: '\d7';*/
    /*position: absolute;*/
    /*top: -34px;*/
    /*right: -24px;*/
    /*color: #fff;*/
    /*font-size: 70px;*/
    /*line-height: 0.5;*/
    /*cursor: pointer;*/
    /*pointer-events: auto;*/
}


.slZoom__cover_block::-webkit-scrollbar-track {border-radius: 4px;margin-top: 35px;}
.slZoom__cover_block::-webkit-scrollbar {width: 12px;}
.slZoom__cover_block::-webkit-scrollbar-thumb {border-radius: 0px;background: rgba(57, 140, 198, 0.58);}
.slZoom__cover_block:hover::-webkit-scrollbar-thumb {background: #3b86c3;margin-left: 5px}

.slZoom__close_block {
    color: #fff;
    font-size: 25px;
    text-align: right;
}

.slZoom__close_block i {
    font-size: 23px;
    margin-left: 6px;
}

.slZoom__close_block:hover {
    cursor: pointer;
}