.wrapper-cam{
    max-width: 1170px;
    margin: 0 auto;
    /* background: url(..//img/123.jpg); */
    /* background-image: ; */
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.videocamera-wrapper {
    margin: 50px auto 120px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.videocamera-wrapper h2 {
    width: 100%;
    margin: 0 0 90px;
    font-size: 20px;
}
.videocamera_title{
    font-size: 46px !important;
}


.videocamera-block {
    border: 1px solid #000000;
    width: 30%;
    margin-bottom: 5%;
    float: left;
    background: #000000;
    padding: 6% 3%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.videocamera-block_img {
    width: 100%
}

.videocamera-block_name {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    width: 85%;
    margin: 0 auto
}

.videocamera-block_text {
    display: none
}

.videocamera-block:hover .videocamera_hover-text,.videocamera-block_text:hover {
    display: block
}

.videocamera_hover-text {
    background: #333232cc;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px
}

.videocamera_hover-text-p {
    font-family: 'Roboto';
    font-size: 16px;
    color: #fff
}

.videocamera_hover-text-bold {
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px;
    clear: left;
    display: block
}

.hover-red-kv {
    display: none
}
