#service_categories_all_subblock {
    height: 100% !important;
    padding-top: 38px;
}
.row_subblock {
    height: calc((100% - 38px) / 2);
}
.service_card_div {
    height: 100%;
    padding: 2%;
}
.card_body {
    width: 100%;
    height: 100%;
    padding: 5px;
    position: relative;
    overflow: hidden;
}
.service_title {
    font-size: 22px;
    line-height: 25px;
    white-space: normal;
    transition: 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}
.service_description {
    margin-top: 28px;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.6;
    white-space: normal;
    display: block;
}
.service_description_detailed {
    margin-top: 20px;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    white-space: normal;
    height: 0;
    opacity: 0;
    transition: 0.5s ease-out;
    -moz-transition: all 0.75s ease-out;
    -ms-transition: all 0.75s ease-out;
    -o-transition: all 0.75s ease-out;
    -webkit-transition: all 0.75s ease-out;
}
.icon_card {
    opacity: 1;
    transition: 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}
.image_cat {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
}
.image_cat img {
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-top: 100%;
    transition: 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}
.card_body:hover .service_description {
    display: none;
}
.card_body:hover .service_description_detailed {
    transform: translateY(-80px);
    height: auto;
    opacity: 1;
}
.card_body:hover .image_cat img {
    opacity: 1;
    margin-top: 0;
}
.card_body:hover .icon_card {
    transform: translateY(-60px);
    opacity: 0;
}
.card_body:hover .service_title {
    transform: translateY(-80px);
}
.image_in_circle {
    width: 150px;
    height: 150px;
    margin-top: calc(50% - 150px/2);
    margin-left: calc(50% - 150px/2);
    border-radius: 50%;
    overflow: hidden;
    transition: 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}
.card_body:hover .image_in_circle {
    -moz-box-shadow:0 0 10px white;
    -webkit-box-shadow:0 0 10px white;
    box-shadow:0 0 10px white;
}
.selected_icon_card {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    overflow: hidden;
    transition: 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-box-shadow:0 0 10px white;
    -webkit-box-shadow:0 0 10px white;
    box-shadow:0 0 10px white;
}
.effects {
    cursor: pointer;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: box-shadow 225ms, transform 225ms;
    transition-timing-function: ease-in-out;
}
.effects:hover {
    transform: scale(1.02, 1.02);
    box-shadow: 0 0 10px rgba(234, 210, 210, 0.5);
}
@media only screen and (max-width: 991px) {
    #footer_city {
        text-align: center;
    }
}
@media only screen and (max-width: 768px) {
    #service_categories_all_subblock {
        width: 175vw !important;
    }
    .image_in_circle {
        margin-top: calc(25% - 150px/2);
    }
}
@media only screen and (max-width: 741px) {
    .image_in_circle {
        margin-top: calc(30% - 150px/2);
    }
}
@media only screen and (max-width: 631px) {
    .image_in_circle {
        margin-top: calc(40% - 150px/2);
    }
}
@media only screen and (max-width: 470px) {
    .image_in_circle {
        margin-top: calc(50% - 150px/2);
    }
}
@media only screen and (max-width: 425px) {
    #service_categories_all_subblock {
        margin-left: 15px;
    }
}
@media only screen and (max-width: 403px) {
    .image_in_circle {
        margin-top: calc(55% - 150px/2);
    }
}
@media only screen and (max-width: 386px) {
    .add_m_t_before_386 {
        margin-top: 120px !important;
    }
}
@media only screen and (max-width: 375px) {
    .image_in_circle {
        margin-top: calc(60% - 150px/2);
    }
}