.category-info-block{
    background: #004288;
    padding: 60px 0 0 0;
    color: #fff;
    float: left;
    width: 100%;
}

.category-info-block .first-col{
    padding-right: 70px;
}

.category-info-block h2{
    font-size: 25px;
    line-height: 120%;
    margin-bottom: 25px;
    font-weight: bold;
    font-family: "RotondaC";
    color: #fff;
}

.category-info-block p{
    color: #fff;
}

.category-info-block .text{
    margin-bottom: 50px;
}
.category-info{
    font-size: 13px;
    line-height: 180.9%;
}
.category-info .title-small{
    font-weight: 500;
    font-size: 13px;
    line-height: 156.9%;
    margin-bottom: 10px;
}
.category-info-block .tell{
    margin-bottom: 20px;
}
.category-info-block .btn{
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}
.category-info-block .tell a{
    color: #fff !important;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    font-family: "RotondaC";
}
.category-info-block .image-block{
    margin-top: 50px;
}
.category-info-block .image-block:after{
    content: "";
    display: table;
    width: 100%;
    clear: both;
}

/*.category-info-block .image-block .img{
    float: left;
    width: 248px;
    height: 165px;
}*/
.category-info-block .image-block .img img{
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

@media screen and (max-width: 1199px){
    .category-info-block .first-col{
        padding-right: 0;
    }
}

@media screen and (max-width: 991px){
    .category-info-block{
        padding: 35px 0 0 0;
    }
    .category-info-block .text {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px){
    .category-info-block .first-col {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 575px){
    .category-info-block .image-block .img{
        height: auto;
        width: 50%;
    }
    .category-info-block .image-block .img:nth-child(2n+1){
        clear: both;
    }
}