.galery-case{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.galery{
    margin-top: 30px;
}
.case-item{
    width: 21%;
    /*min-height: 605px;*/
    background-size: cover;
    margin-bottom: 50px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
}
.galery-100-item{
    height: 400px;
    width: 30%;
    position: relative;
    background-size: cover;
    margin-bottom: 30px;
}
.galery-100-item-empy{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: #f9f8f4;
    padding-left: 60px;
}
.aft-case{
    padding-top: 23px;
}
.case-item-link{
    height: 250px;
    text-decoration: none;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background-size: cover;
}
.case-b:hover{
    text-decoration: none;
    color: #fff;
    text-decoration: none;
}
.case-sm{
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.52);
    color: #ffffff;
    font-family: "Gotham Pro";
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0.21px;
}
.case-b{
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.52);
    color: #ffffff;
    font-family: "Gotham Pro";
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.36px;
    text-align: left;
    padding: 30px 20px;
}
.sm{
    color: #101010;;
    font-family: "Gotham Pro";
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0.45px;
}
.bl{
    color: #101010;
    font-family: "Gotham Pro";
    font-size: 48px;
    font-weight: 900;
    line-height: 55px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.shultz-location{
    position: absolute;
    color: #ffffff;
    font-family: "Gotham Pro";
    font-size: 10px;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase;
    box-shadow: 0 0 21px 6px rgba(0, 0, 0, 0.44);
    background-color: #eb000d;
    padding: 0px 8px !important;
    top: 20px;
    right: 20px;
}
.shultz-name{
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.52);
    color: #ffffff;
    font-family: "Gotham Pro";
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.16px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.shultz-name .name-blog{
    color: #ffffff;
    font-family: "Gotham Pro";
    font-weight: 900 !important;
    letter-spacing: 0.24px;
}

.galery-200{
    margin-top: 100px;
}
.bottom-galery{
    display: flex;
    justify-content: center;
    padding-bottom: 100px;
}
.load-more{
    padding: 22px 66px;
    display: inline-block;
    background-color: #0d0d0d;
    color: #ffffff;
    font-family: "Gotham Pro";
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}
.footer{
    background-color: #f9f8f4;
}

@media (max-width: 992px){
    .case-item{
        width: 100%;
        height: auto;
    }
    /*.case-item a{
        height: 300px;
    }*/
    .case-sm{
        font-size: 13px;
    }
    .reciptes-item img{
        height: auto !important;
    }
    .reciptes-item-img{
        height: auto !important;
    }
}
@media (max-width: 768px){
    .shultz-location{
        line-height: 14px;
    }
    .faq-wrap-item-top .faq-span{
        font-size: 12px;
    }
    .maps-ua{
        height: 380px;
    }
    .post-wrap li{
        width: 100% !important;
        height: 18% !important;
    }
}
@media (max-width: 480px){
    .rewius:nth-child(even) .rewius-img{
        order: 0 !important;
    }
    .case-item{
        width: 100%;
        min-height: 300px;
        height: auto;
    }
    .text-screen-wrap{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-content: flex-start !important;
    }
    .butt-screen{
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        margin-left: 0;
    }
    .text-screen-wrap-3{
        align-content: flex-start !important;
    }
    .bb2 .butt-screen-2{
        bottom: auto !important;
    }
}