@media (min-width: 600px){
    #main-kopilka .col-sm-6 {
        width: 50%;
        float: left;
    }
}
@media (min-width: 1200px){
    #main-kopilka .col-lg-3 {
        width: 25%;
    }
}


.box-div {
    position: relative;
    overflow: hidden;
}

.box-div:hover .box-description {
    top: 40%;
}




.box-description {
    background: rgba(47,43,82, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    color: #fff;
    padding: 0 10%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    bottom: 0;
}

.mark {
    display: inline-block;
    padding: 5px 0;
    width: 125px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-top: 30px;
    font-size: 16px;
}

h3 {
    color: #fff;
}

p {
    font-size: 16px;
}

.blue_color_bg {
    background: #e64e25;
}

.box-description a {
    color: #fff;
}

.box-description a:hover {
    text-decoration: underline;
}