.service-base {
}
section.service-base {
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (min-width: 768px) {
    section.service-base {
        padding-top: 88px;
        padding-bottom: 88px;
    }
}

.service-base .container {
    max-width: 1000px;
    padding-right: 6px;
    padding-left: 6px;
}
@media (min-width: 768px) {
    .service-base .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.service-base__heading {
    margin-bottom: 24px;
}

.service-base__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -16px -8px 0 -8px;
}
@media (min-width: 768px) {
    .service-base__list {
        margin: -32px -12px 0 -12px;
    }
}

.service-base__item {
    flex: 0 0 100%;
    min-height: 1px;
    margin-top: 16px;
}
@media (min-width: 768px) {
    .service-base__item {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
        padding-right: 5px;
        padding-left: 5px;
        margin-top: 32px;
    }
}
@media (min-width: 1280px) {
    .service-base__item {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.service-base__item-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    padding-bottom: 21px;
    box-shadow: 0px 3px 7.746px rgba(176, 187, 204, 0.17);
}
@media (min-width: 768px) {
    .service-base__item-inner {}
}

.service-base__item-img-wrapper {
    position: relative;
    width: 100%;
    max-height: 0;
    padding-bottom: 54.986%;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .service-base__item-img-wrapper {}
}

.service-base__item-img-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.service-base__item-info {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.service-base__item-heading {
    max-width: 250px;
    text-align: center;
    margin: 21px auto 16px;
}
@media (min-width: 768px) {
    .service-base__item-heading {
        margin-top: 24px;
    }
}
@media (min-width: 1024px) {
    .service-base__item-heading {
        min-height: 40px;
    }
}

.service-base__item-heading-link {
    /*font-size: calc(11px + 0.75vw);*/
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
}
@media (min-width: 768px) {
    .service-base__item-heading-link {
        font-size: 18px;
        line-height: 1.2;
        font-weight: 600;
    }
}
@media (min-width: 1280px) {
    .service-base__item-heading-link {
        font-size: 24px;
    }
}
.service-base__item-heading-link:hover {
    text-decoration: none;
    color: #333;
}

.service-base__item-price {
    display: block;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin-top: auto;
}
@media (min-width: 768px) {
    .service-base__item-price {
        font-size: 16px;
    }
}
@media (min-width: 1280px) {
    .service-base__item-price {
        font-size: 18px;
    }
}

.service-base__item-btn {
    width: 100%;
    height: auto;
    min-height: 38px;
    text-align: center;
    padding: 6px;
    margin: 11px auto 0;
    background-color: #fff;
    border: 1px solid #79C34C;
}
@media (min-width: 768px) {
    .service-base__item-btn {
        font-size: 16px;
        min-height: 48px;
        max-width: 210px;
    }
}
@media (min-width: 1024px) {
    .service-base__item-btn {
        font-size: 20px;
    }
}
@media (min-width: 1280px) {
    .service-base__item-btn {
        max-width: 227px;
    }
}

.service-base__form-header {
    max-width: 384px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1024px) {
    .service-base__form-header {
        max-width: 80%;
    }
}

.service-base__form-heading {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
}

.service-base__form-subheading {
    font-size: 18px;
    line-height: 1.33;
    margin-top: 4px;
}

.service-base__item._form {
    flex: 1 1 auto;
    max-width: none;
}
.service-base__item._form .service-base__item-inner {
    justify-content: center;
    padding: 80px 0;
}
@media (min-width: 768px) {
    .service-base__item._form .service-base__item-inner {
        padding: 80px 16px;
    }
}

.service-base__form-outer-wrapper {
    /*max-width: 384px;*/
    padding: 0 12px;
    margin: 16px auto 0;
}
.service-base__form-outer-wrapper .wpcf7-form{}
.service-base__form-outer-wrapper .wpcf7-form-control-wrap {}
.service-base__form-outer-wrapper .wpcf7-form-control.phone {
    display: block;
    height: 60px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.service-base__form-outer-wrapper .wpcf7-submit {
    display: block;
    width: 100%;
    height: 60px;
    padding: 9.5px 16px;
    margin-top: 21px;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
}

@media (min-width: 768px) {

    .service-base__form-outer-wrapper{
        padding: 0;
    }
    .service-base__form-outer-wrapper .wpcf7-form{
        /*display: flex;*/
        /*justify-content: space-between;*/
    }
    .service-base__form-outer-wrapper .wpcf7-submit{
        /*margin-top: 0;*/
        /*width: 49%;*/
    }
    .service-base__form-outer-wrapper .wpcf7-form-control-wrap {
        /*width: 49%;*/
    }

}

.service-base__form-outer-wrapper .disclaimer {
    display: none;
}

.service-base__more-btn {
    display: block;
    margin: 24px auto 0;
}
