

/* Start:/local/components/domoff-new/stones.list/templates/.default/style.css?17465348241645*/
.stones_wrap{
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}
.stone_item{
    width: calc(25% - 20px);
    margin: 0 20px 20px 0;
    display: block;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.stone_item:nth-of-type(4n){
    margin-right: 0;
}
.stone_item img{
    display: block;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
}
.stone_item a{
    color: #fffefd;
}
.stone_item a:hover{
    border: 0;
}
.stone_item a:after {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 50% 0px 0px;
    height: 50%;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    width: 100%;
    left: 0px;
    border-radius: 0 0 30px 30px;
    opacity: 1;
    transition: all 0.3s;
}
.stone_text{
    position: absolute;
    right: 15px;
    bottom: 15px;
    left: 15px;
    user-select: none;
    z-index: 5;
    transition: all 0.3s;
}
.stone_item:hover .stone_text{
    transform: translateY(500px);
}
.stone_item:hover a:after {
    opacity: 0;
}
.stone_name{
    line-height: 28px;
    font-size: 24px;
    font-family: 'SFProDisplay Heavy';
}

@media (max-width: 1280px) {
    .stone_item{
        width: calc(33.33% - 20px);
        margin: 0 20px 20px 0 !important;
    }
    .stone_item:nth-of-type(3n){
        margin-right: 0;
    }
}
@media (max-width: 991px) {
    .stone_item{
        width: calc(50% - 20px);
        margin: 0 20px 20px 0 !important;
    }
    .stone_item:nth-of-type(2n){
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .stone_item{
        width: 100%;
        margin: 0 0 20px !important;
    }
}

/* End */


/* Start:/local/components/domoff-new/stone.fast_view/templates/aside_panel/style.css?1746534824279*/
.modal_aside_window_fast_view .stone_detail_wrap{
    margin: 0;
    padding: 25px;
    box-sizing: border-box;
    min-height: 100vh;
    height: 100vh;
}
@media screen and (max-width: 767px) {
    .modal_aside_window_fast_view .stone_detail_wrap{
        height: auto;
    }
}

/* End */
/* /local/components/domoff-new/stones.list/templates/.default/style.css?17465348241645 */
/* /local/components/domoff-new/stone.fast_view/templates/aside_panel/style.css?1746534824279 */
