
.new_gallerey_block {
}

.new_gallerey_block_2 {
    margin-top : 100px;
}

.new_gallerey_block_item img {
    margin  : 0 !important;
    padding : 0 !important;
}

.new_gallerey_block_2 h2 {
    font-size : 24px;
}

.new_gallerey_block h3, .new_gallerey_block_2 h3, .new_gallerey_block_2_gal h3 {
    margin-bottom : 30px;
    font-weight   : bold;
}

.new_gallerey_block_item {
    position : relative;
}

.new_gallerey_block_item_header {
    position    : absolute;
    display     : block;
    top         : 0;

    width       : 100%;

    background  : rgba(0,0,0,0.5);
    font-size   : 36px;
    color       : #FFFFFF;
    line-height : 46px;
    text-align  : center;
    text-shadow : 1px 1px 1px rgba(0,0,0,0.9);
}

.new_gallerey_block_item_anons {
    position    : absolute;
    display     : block;
    top         : 40%;

    width       : 100%;

    font-size   : 24px;
    font-weight : bold;
    color       : #FFFFFF;
    text-align  : center;
    text-shadow : 1px 1px 1px rgba(0,0,0,0.9);
}

.new_gallerey_block_item_detail {
    position      : relative;
    display       : flow-root;
    bottom        : 70px;

    width         : 160px;
    margin        : 0 auto;
    padding       : 7px 14px 7px 14px;

    background    : rgba(0,0,0,0.5);
    font-size     : 16px;
    color         : #FFFFFF;
    text-align    : center;
    border-radius : 5px;
    box-shadow    : 5px 5px 5px rgba(0,0,0,0.8);
}

.new_gallerey_block_item_detail:hover {
    background      : rgba(0,0,0,0.9);
    color           : #FFFFFF;
    text-decoration : none;
}

.new_gallerey_block_2_gal {
    margin-top : 100px;
}

.new_gallerey_block_2_gal h2 {
    position      : relative;

    margin-top    : 40px;
    margin-bottom : 20px;

    font-family   : Roboto, sans-serif;
    font-size     : 1.3em;
    text-align    : center;
}

.new_gallerey_block_2_gal h2:before {
    content          : "";

    position         : absolute;
    right            : 0;
    bottom           : -8px;
    left             : 0;

    height           : 4px;
    width            : 74px;
    margin           : auto;

    background-color : #fade03;
}

.new_gallerey_block_2_gal .video-item {
    height : inherit !important;
}

.new_row_mobile {
    width: 150%;
}

@media (max-width: 670px) {
    .new_gallerey_block_2 h2 {
        font-size   : 18px;
        font-weight : bold;
    }

    .new_gallerey_block_item_header {
        top         : 7%;

        font-size   : 12px;
        line-height : 18px;
    }

    .new_gallerey_block_item_anons {
        top       : 35%;
        font-size : 11px;
    }

    .new_gallerey_block_item_detail {
        bottom      : 30px;

        height      : 30px;
        width       : 80px;
        padding     : 3px;

        background  : none;
        font-size   : 10px;
        text-shadow : 2px 2px 2px rgba(0,0,0,0.7);
        box-shadow  : none;
    }

    .new_row_mobile {
        width: 100%;
    }

    .slick-prev, .slick-next {
        display : none !important;
    }
}