/**
 *
*/

@media (max-width: 768px){
    .home .block-space{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/**
 * slider
*/

.home .full-width-slider .text-content {
    text-align: left;
    margin-top: 9vw;
    margin-bottom: calc(3vw + 60px);
}
.home .full-width-slider .text-content>*{
    border-left: 8px solid #dc7928;
    padding-left: 20px;
}

.home .full-width-slider .slick-slide{
    align-items: flex-end;
    min-height: 37vw;
    max-height: 700px;
}

.home .full-width-slider .slider-title{
    font-size: 80px;
    padding-top: 20px;
}
.home .full-width-slider .slider-excerpt{
    font-size: 40px;
}

@media (max-width: 768px){
    .home .full-width-slider .text-content>*{
        border-left: 4px solid #dc7928;
    }
    .home .full-width-slider .slider-title{
        font-size: 32px;
    }
    .home .full-width-slider .slider-excerpt{
        font-size: 18px;
    }
}

/**
 * advantages
*/
.advantages .row{
    margin-bottom: -30px;
}
.advantages .row>div{
    display: flex;
    margin-bottom: 30px;
}
.advantages .inner{
    text-align: center;
    width:100%;
    padding: 35px 20px;
    background-color: #fff;
    border-right: 5px;
    box-shadow: 0 0 15px 0 rgba(75, 102, 110, 0.2);
}

.advantages .title{
    font-size: 18px;
    font-weight: 700;
}
.advantages .text{
    font-size: 14px;
    margin-bottom: 0;
}

@media (max-width: 768px){
    .advantages .text{
        display: none;
    }
}

@media (max-width: 575px){
    .advantages .row{
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: -10px;
    }
    .advantages .row>div{
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
    .advantages .inner{
        padding:20px 15px;
    }
    .advantages .title{
        font-size: 16px;
        margin-bottom: 0;
    }
}
@media (max-width: 400px){
    .advantages .title{
        font-size: 14px;
    }
}


/**
 * info block
*/
.info{
    background-image: url('/wp-content/themes/sb-child/img/fp-info-bg.jpg');
    background-size: cover;
    background-position: 50% 50%;
    color: #fff;
    text-align: center;
}

.info .block-title{
    font-size: 50px;
    font-weight: 700;
    /*border-right: 8px solid #dc7928;*/
    margin-bottom: 0;
    position: relative;
}
.info .block-title:after{
    content: '';
    position: absolute;
    top:0;
    right: -30px;
    width:8px;
    height: 100%;
    background-color: #dc7928;
}

.info .link{
    display: flex;
    align-items: center;
    justify-content: center;
}

.info .img{
    width:70px;
    padding-bottom: 70px;
}
.info svg{
    fill: #fff;
}
@media (min-width: 769px){
    .info .file-link{
        flex-direction: column;
        align-items: center;
    }
    .info .img{
        margin-bottom: 15px;
    }
}
@media (min-width: 992px){
    .info .file-link:hover svg,
    .info .file-link:focus svg{
        fill:#dc7928;
    }
    .info .file-link:hover .title,
    .info .file-link:focus .title{
        color:#dc7928;
    }
}

@media (max-width: 768px){
    .info .block-title:after{
        display: none;
    }
    .info .block-title{
        font-size: 24px;
        margin-bottom: 30px
    }
}


/**
 * news-preview
*/
.news-preview .loop-post .thumb{
    padding-bottom: 67.25%;
}
.news-preview .loop-title{
    margin-bottom: 0;
    padding-bottom: 0;
}

.news-preview .meta,
.news-preview .loop-post_header{
    border-left: 5px solid #dc7928;
    padding-left: 20px;
}

.news-preview .btn-container{
    display: flex;
    justify-content: flex-end;
}
@media (max-width: 991px){
    .news-preview .short-items .loop-posts{
        display: none;
    }
}
@media screen and (max-width: 575px){
    .news-preview .loop-posts>article .loop-post{
        width:375px;
    }
}

/**
 * map-products
*/
.map-products{
    text-align: center;
}
.map-products .bg-img{
    opacity: .15;
}

.map-products .block-header{
    text-align: center;
}
.map-products .sub-title{
    font-size: calc(1rem + 2px);
    margin-bottom: 40px;
}

@media (min-width: 1250px){
/* decorate border */
    .map-products .img-block{
        position: relative;
    }
    .map-products .img-block:after,
    .map-products .img-block:before{
        content: '';
        position: absolute;
        top:0;
        left:-90px;
        width:calc(100% + 170px);
    }
    .map-products .img-block:after{
        left:-60px;
        width:calc(100% + 120px);
        border-top: 5px solid #fff;
    }
    .map-products .img-block:before{
        height: 100%;
        border:5px solid #dc7928;
    }
}
@media (min-width: 1201px){
    .map-products .inner{
        padding: 50px 60px;
        background-color: #fff;
        box-shadow: 0px 0px 15px 0px rgba(75, 102, 110, 0.2);
        opacity: .99;
    }
}
@media (max-width: 1200px){
    .map-products .bg-img{
        display: none;
    }
    .map-products .img-block{
        padding: 30px;
        margin: 0 -15px;
        background-color: #fff;
        box-shadow: 0px 0px 15px 0px rgba(75, 102, 110, 0.2);
    }
}
@media (max-width: 575px){
    .map-products{
        padding-top: 0;
        text-align: unset;
    }
    .map-products .block-header{
        text-align: unset;
    }
    .map-products .sub-title{
        margin-bottom: 20px;
    }
    .map-products .img-block{
        padding:10px;
    }
}


/**
 * seo-text
*/
.seo-text {
    padding-top: 0;
}