.catalog-section-child a {
    text-decoration: none;
    border: 1px solid #dee0ee;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;

    width: 236px;
    height: 58px;
    display: block;
    margin: 0px;
    padding: 0px;
    background-color: white;
}

.catalog-section-child a:hover {
    border-color: #41a8ee !important;
}

.catalog-section-child {
    float: left;
    margin: 0px 0px 2px 0px;
    padding: 0px;
}


.catalog-section-child:nth-child(4n + 2) {
    margin: 0px 2px 2px 2px;
}

.catalog-section-child:nth-child(4n + 3) {
    margin: 0px 2px 2px 0px;
}

.catalog-section-child a .child {
    border: 1px solid transparent;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;

    display: block;
    margin: 0px;
    padding: 0px;
}

.catalog-section-child a .child .image {
    width: 66px;
    height: 56px;
    display: table-cell;
    vertical-align: middle;
    overflow:hidden;
}

.catalog-section-child a .child .image img {
    max-height: 50px;
    overflow: hidden;
    max-width: 50px;
}

.catalog-section-child a .child .text-cont {
    height: 56px;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 12px;
}

.catalog-section-child a .child .text {
    max-height: 54px;
    display: block;
    overflow: hidden;
    color: #575b71;
    -webkit-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}

.catalog-section-child a .child {
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}


.catalog-section-child a .child .image {
    text-align: center;
}

.catalog-section-child a .child .image img {
    border: none;
}

.catalog-section-child a .child .text {
    color: #575b71;
    -webkit-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}

.catalog-section-child a:hover .child .text {
    color: #58b3f0;
    text-decoration: none;
}


@media (min-width: 788px) and (max-width: 1253px) {
    .catalog-section-child:nth-child(3n + 2) {
        margin: 0px 2px 2px 2px;
    }

    .catalog-section-child:nth-child(3n + 1),
    .catalog-section-child:nth-child(3n + 3) {
        margin: 0px 0px 2px 0px;
    }
}

@media screen and (max-width: 787px) {
    .catalog-section-child {
        width: 100%;
    }

    .catalog-section-child:nth-child(4n+2),
    .catalog-section-child:nth-child(4n+3) {
        margin: 0px 0px 2px 0px;
    }

    .catalog-section-child a {
        width: auto;
    }

    .catalog-section-child a .child .text {
        max-height: 50px;
    }
}

/*
.body_text .catalog-section-child{
    margin: 0 2px 2px 0 !important;
}*/
