.single_services_hero {
    height: 95vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}
.single_services_hero:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background: #202222;
    opacity: .7;
    width: 100%;
    height: 100%;
}
.single_services_title {
    position: relative;
    margin-top: 200px;
}
.single_services_title h1 {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 100px;
    line-height: 90px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.single_services_bgtitle {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 110px;
    line-height: 202px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.5);
    text-stroke: 2px rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 50%;
    text-align: center;
    transform: translate(-50%, 50%);
    width: 100%;
}


.single_services_anchors_block {
    background: #202222;
    padding: 60px;
    margin-bottom: 60px;
}
.show_anchor_link a {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 46px;
    color: #38ADA5;
    text-decoration: none;
}
.single_section_text_block {
    margin-bottom: 20px;
}
.sstitle {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 58px;
    color: rgba(255, 255, 255, 0.6);
}
.sstext {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.6);
}


.single_services_cf {
    background: #202222;
    padding-top: 60px;
    padding-bottom: 60px;
}
.single_services_cf_content form.wpcf7-form {
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
    position: relative;
}
.single_services_cf_content form.wpcf7-form .wpcf7-response-output {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    margin: 0;
}
.single_services_cf_content form.wpcf7-form span,
.single_services_cf_content form.wpcf7-form input {
    width: 100%;
}
.single_services_cf_content form.wpcf7-form span input {
    height: 45px;
}
.single_services_cf_content form.wpcf7-form .wpcf7-spinner {
    display: none;
}
.specialists_list_title {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 58px;
    text-transform: uppercase;
    color: #38ADA5;
    margin-bottom: 30px;
    margin-top: 30px;
}

@media only screen and (max-width: 1440px) {
    .single_services_bgtitle {
        font-size: 70px;
    }
    .single_services_title h1 {
        font-size: 61px;
    }
    .text_two_row_left,
    .text_two_row_right,
    .text_two_row_bottom_text {
        font-size: 24px;
        line-height: 35px;
    }
    .sstext {
        line-height: 30px;
        font-size: 22px;
    }
    .specialists_list_title {
        font-size: 35px;
    }
    .show_anchor_link a {
        font-size: 22px;
        line-height: 35px;
    }
    .sstitle {
        font-size: 26px;
    }
}
@media only screen and (max-width: 600px) {
    .single_services_cf_block {
        padding: 16px;
    }
    .single_services_cf_content form.wpcf7-form {
        flex-direction: column;
    }
    .single_section_text {
        padding: 0 16px;
    }
    .single_services_sprecialists {
        padding: 0 16px;
    }
    .sstitle {
        font-size: 24px;
        line-height: 35px;
    }
    .sstext {
        font-size: 14px;
        line-height: 26px;
    }
    .single_services_cf_content form.wpcf7-form {
        gap: 20px;
    }
    form.wpcf7-form span {
        margin-bottom: 0px;
    }
    form.wpcf7-form input.wpcf7-submit {
        font-size: 24px;
    }
    .single_services_anchors_block {
        padding: 30px 16px;
    }
    form.wpcf7-form span.wpcf7-form-control-wrap > span.wpcf7-not-valid-tip {
        position: absolute;
        bottom: -17px;
        font-size: 12px;
    }
}