.uslugi_section {
    margin-bottom: 20px;
}
.uslugi_section table {
    width: 100%;
    border-collapse: collapse;
}
.uslugi_section table tr th {
    background: #e5e8eb;
    color: #616a74;
    font-size: 48px;
    text-transform: uppercase;
    padding: 0 10px;
    font-family: "Uni Sans", Arial, sans-serif;
    font-weight: normal;
    text-align: left;
    line-height: 58px;
}
.uslugi_section table td.num {
    text-align: center;
    width: 10%;
    vertical-align: bottom;
}
.uslugi_section table td {
    border:1px solid #e5e8eb;
    padding: 8px;
}
.uslugi_section table tbody tr:nth-child(even) {
    background: #f1f3f4;
}
.uslugi_section table td.num .name {
    color: #7e8891;
    font-size: 110px;
    line-height: 1em;
    font-family: "Uni Sans", Arial, sans-serif;
}
.uslugi_section table tr:hover td.num .name {
    color: #ff2121;
}
.uslugi_section table td.num .button .btn {
    font-size: 17px;
    line-height: 2rem;
}
.uslugi_section table td.num .button .btn:before {
    background-position: 0 bottom;
    top: 10px;
    height: 31px;
}
.uslugi_section table td.image {
    width: 20%;
}
.uslugi_section table td.data_container {
    padding: 0;
}
.uslugi_section table td.data_container .data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Uni Sans", Arial, sans-serif;
}
.uslugi_section table td.data_container .data_line {
    border-bottom: 1px solid #e5e8eb;
}
.uslugi_section table td.data_container .data_line .month {
    /*border-right: 1px solid #e5e8eb;*/
}
.uslugi_section table td.data_container .data_line:last-child {
    border-bottom: 0;
}
.uslugi_section table td.data_container .data .month {
    text-align: left;
    font-family: "Uni Sans", Arial, sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    min-width: 200px;
    max-width: 200px;
}
.uslugi_section table td.data_container .data > div {
    padding: 8px;
}
.uslugi_section table td.data_container .data .value {
    font-size: 24px;
    color: #616a74;
    line-height: 1.1em;
    margin-bottom: 5px;
}
.uslugi_section table td.data_container .data .value a:link,
.uslugi_section table td.data_container .data .value a:visited {
    text-decoration: none;
    color: #616a74;
}
.uslugi_section table td.data_container .data .value a:hover {
    color: #ff2121;
}
.uslugi_section table td.data_container .data .value span span {
    color: #ff2121;
}
.uslugi_section table td.data_container .data .description {
    color: #94989c;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.1em;
}



.image-box {
    display: flex;
    align-items: center;
}

.image-box a {
    font-size: 0;
    position: relative;
    z-index: 1;
    min-width: 294px;
}

.image-sign {
    font-weight: 500;
    font-size: 26px;
    line-height: 75%;
    color: #bc2f38;
    padding-right: 20px;
    padding-left: 10px;
}

.image-sign p {
    position: relative;
    line-height: 100%;
    margin: 0;
}

.image-sign p span {
    color: #000000;
}

.image-wrap {
    display: flex;
    align-items: center;
    position: relative;
}

.image-sign:before {
    content: '';
    position: absolute;
    border: 1px solid #e8eaed;
    border-radius: 66px;
    right: 0;
    top: 0;
    background: #fff;
    width: 70%;
    height: 100%;
}

#bx_1847241719_67 .image-sign {
    font-size: 23px;
}

#bx_1847241719_68 .image-sign {
    font-size: 25px;
}

#bx_1847241719_64 .image-sign {
    font-size: 50px;
}

@media screen and (max-width: 767px) {

    .uslugi_section table td.data_container .data .value {
        font-size: 20px;
        text-align: left;
    }

    .image-wrap {
        justify-content: center;
    }

    .image-sign {
        padding: 10px;
        font-size: 26px;
    }

    .image-sign:before {
        width: 100%;
    }

    .image-box {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .image-box a {
        margin-bottom: 10px;
    }
}