
.box-img-seo{
    position: relative;
    min-height: 750px;
    margin: -10px 0;
}
.t-3 {
    padding: 30px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}
.img-123 {
    
    display: block;
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    background: url(/dist/gfx/stockdog.jpeg) top repeat-x;
    
}
.text-seo {
    width: 100vw;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #000000;
    color: #fff;
    
    display: flex;
    flex-direction: column;
    text-align: justify;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.text-seo_item {
   
}
.text-seo_img {
    display: none;
}


@media (min-width: 992px) {
    .text-seo {
       
        background-color: #000000;
        color: #fff;
        width: calc(100% + 30px);
        display: flex;
        text-align: justify;
        justify-content: space-between;
        position: relative;
        flex-direction: row;
        font-weight: 300;
    }

    .text-seo_item {
       width: 50%;
       font-weight: 300;
        
        
    }
    .t3 {
        font-size: 1em;
        
    }
  
    
}
@media (min-width: 1200px) {
    .t-3 {
        
        font-size: 1.05em;
    }
}
@media (min-width: 1900px) {
    .t-3 {
        font-size: 1.3em;
        
    }
}
.home-marki__label {
    font-size: 38px;
}  

@media (min-width: 992px) {
    .home-marki__label {
        font-size: 20px;
       
    }
    .home-marki {
        flex-wrap: wrap;
    }
}
@media (min-width: 1350px) {
    .home-marki__label {
        font-size: 25px;
        
    } 
    .home-marki {
        flex-wrap: nowrap;
    }  
       
}

@media (min-width: 1900px) {
    .home-marki__label {
        font-size: 30px;
    }   
       
}
section .porady {
    margin: 0;
}

section .newsy-live {
    margin: 0;
}

.cat_description{
    margin-bottom: 25px;
}







