﻿.container_main.noID {
    margin-top: 0;
    margin-bottom: 0
}

.container_main.noID2 {
    margin-top: 0
}

.container_main {
    width: 100%;
    margin: 0 auto;
    padding: 88px 0 63px;
    display: table;
    box-sizing: border-box
}

.container_bonus {
    padding-top: 45px
}

.noID {
    padding-top: 45px;
    padding-bottom: 15px
}

.service {
    position: relative;
    padding: 2rem .5rem;
}

.service_Link {
    cursor: pointer;
    font-size: 1.16rem;
    background-position: 8px center;
    background-repeat: no-repeat;
    display: flex;
    align-self: center;
    border-radius: 6px;
    padding: 7px 14px 7px 8px;
    width: 150px;
    font-weight: bold;
    box-sizing: border-box;
    margin: 2rem auto;
    background: #39ae41;
    background: linear-gradient(90deg, #39ae41 0%, #39ae41 32%, #ffffff 32%, #ffffff 100%);
    box-shadow: 0px 1px 3px rgb(0 0 0 / 24%);
}

.service_Link a {
    display: flex;
    align-items: center;
    color: #212121;
    text-decoration: none;
}

.service_Link img {
    width: 34px;
    margin-right: 1rem;
}

.service_list {
    background-color: #fff;
    display: table;
    width: 90%;
    height: 50px;
    margin: auto;
    margin-bottom: 15px;
    cursor: pointer;
    padding: 0 3%;
    box-sizing: border-box;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .03)
}

.service_Link:active {
    color: #fff;
    background-color: #24a7a7
}

.service_Link:active img {
    filter: brightness(50)
}

.service_InL {
    display: table-cell;
    position: relative;
    width: 12%;
    overflow: hidden;
    vertical-align: middle;
    text-align: center
}

.service_InC {
    display: table-cell;
    vertical-align: middle;
    padding-right: 2%;
    padding-left: 4%
}

.service_InR {
    display: table-cell;
    width: 18%;
    color: #6f6f6f;
    font-size: .8em;
    text-align: center;
    vertical-align: middle
}

.Serv_img {
    line-height: 0
}

.Serv_img img {
    width: 24px;
    height: 24px
}

.service_list.off {
    cursor: not-allowed
}

.service_list.off img {
    opacity: .5
}

.service_list.off h3 {
    color: #ccc
}

.service_list:nth-last-child(1) {
    margin-bottom: 0
}

.serviceTxt {
    margin: 0 auto;
    color: #363636;
    font-size: .9rem;
    text-align: center;
}

.serviceTxt p {
    margin: 0 0 5px 0;
}

@media(min-width:400px) {
    .container_main {
        padding: 100px 0 70px
    }
}

@media(min-width:768px) {
    .container_main {
        padding-bottom: 105px;
        font-size: .6em
    }
    .service_Link {
        font-size: 1.85rem;
        width: 240px;
        padding: 12px 14px 12px 8px;
    }
    .service_Link img {
        width: 58px;
        margin-right: 1.85rem;
    }
    .serviceTxt {
        font-size: 1.45rem;
    }
}