.layout-block .items-label-tooltip {
    display: block;
    position: absolute;
    width: 25px;
    height: 37px;
    background: url(https://rusremeslo.ru/images/tooltip-label.png) no-repeat;
    background-position: center;
}
.tooltip{
    opacity: 1 !important;
    background: rgba(255, 255, 255, 1) !important;
}
.overlay-layout{
    position: absolute;
    left:0;
    right:0;
    bottom: 0;
    top:0;
    z-index: 1;
    background-color: rgba(255,255,255,0.95);
}
.layout-block{
    background-image: url("img/bg-layout.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 30px;
}
.layout-block h2{
    z-index: 9;
    position: relative;
}
.layout-block-inner{
    margin: 0 auto;
    max-width: 1600px;
    position: relative;
    z-index: 9;
}
.layout-blocks-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.layout-blocks-inner .one-block-1{
    margin-right: 35px;
}
.layout-blocks-inner .one-block-1, .layout-blocks-inner .one-block-2{
    width:600px;
    max-width:100%;
}
.layout-blocks-inner .one-block-3{
    width:1000px;
    max-width:100%;
}
.layout-blocks-inner .layout-inner-img{
    position: relative;
}
.layout-blocks-inner .one-block-1 .layout-inner-img, .layout-blocks-inner .one-block-2 .layout-inner-img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.layout-blocks-inner .one-block-3 .layout-inner-img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.layout-blocks-inner .one-block{
    text-align: center;
    margin-top: 30px;
}
.layout-blocks-inner .one-block img{
    margin: 0 auto;
}

.layout-inner-title{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .layout-inner-title{
        min-height: 80px;
    }
    .layout-blocks-inner .one-block-3 .layout-inner-title{
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .layout-block{
        margin-bottom: 30px;
    }
    .layout-blocks-inner .one-block-1{
        margin-right: 0;
    }
    .layout-inner-title{
        font-size: 16px;
    }
    .layout-inner-img img{
        width: 100%;
    }
}