/* CF7 */
.wpcf7-not-valid-tip {
    font-style: italic;
    margin-top: 8px;
    text-transform: none;
    font-size: 14px;
}

.wpcf7 form .wpcf7-response-output {
    padding: 0;
    border: none;
    color: #dc3232;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

.s-newsletter .wpcf7 form .wpcf7-response-output {
    color: var(--color-main-03);
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #00A06C;
}

.s-newsletter .wpcf7 form.sent .wpcf7-response-output {
    color: var(--color-main-01);
}

.wpcf7 .ajax-loader,
.wpcf7-spinner,
.wpcf7-acceptance {
    position: absolute;
    margin: 0;
}

/* profit-card__icon */
.profit-card__icon svg [fill] {
    fill: var(--color-main-01);
}

.profit-card__icon svg [stroke] {
    stroke: var(--color-main-01);
}

/* single post */
.single-post h2 {
    font-size: 30px;
}

.single-post h3 {
    font-size: 25px;
}

.single-post h4 {
    font-family: var(--font-heading);
}

.single-post h2 strong,
.single-post h3 strong,
.single-post h4 strong {
    font-size: inherit;
}

.acf-map {
    height: 100%;
}

/*s-slider has img mobile*/

.s-slider-list.--has-img-mobile picture {
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
}

.s-slider-list.--has-img-mobile .btn {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 35px;
    width: max-content;
    max-width: calc(100% - 40px);
}

