.upper-title>h1{
    font: 300 3rem / 1.166 Instrument Sans, sans-serif;
}
.portal .upper-title>h1 .left-part{
    font-feature-settings: "liga" off, "clig" off;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;

    padding-right: 10px;
    position: absolute;
    right: 50%;
    text-align: right;
    z-index: 2;
    top: 110px;

}
.portal .upper-title>h1 .right-part {
    font-feature-settings: "liga" off, "clig" off;
   
    letter-spacing: 2px;
    text-transform: uppercase;

    color: #000;
    left: 50%;
    padding-left: 10px;
    position: absolute;
    text-align: left;
    z-index: 2;
    top: 110px;   
}
.wp-block-mediweb-section-doctor .inn{
    padding-top: 10px;
}
.accordeon-item-content-wrapper {
    margin-right: 40px;
}
.wpcf7-form.invalid label:has(.wpcf7-not-valid-tip) {
    outline: none;
}
.wpcf7-form.invalid label:has(.wpcf7-not-valid-tip) .wpcf7-form-control:not(.wpcf7-submit){
    border-bottom: 1px solid #821c02;
}
.sub-menu .menu-item-has-children .dropdown-marker{
    transition: .2s!important;
}
.sub-menu .menu-item-has-children:hover .dropdown-marker{
    transform: rotate(-90deg);
}


@media screen and (max-width: 1024px) {
    .upper-title>h1 {
        font-size: 2.375rem;
    }
}
@media screen and (max-width: 767px) {
    .portal .upper-title>h1 {
        font-size: 1.25rem;
        top: 10px;
        position: absolute;
        width: 100%;
        z-index: 2;
    }

    .portal .upper-title>h1 .left-part, 
    .portal .upper-title>h1 .right-part {
        padding: 0;
        position: static;
        text-align: center;
        translate: 0;
        color: #fff;
    }
    .wp-block-mediweb-section-doctor .inn {
        padding-top: 0;
    }
}
.single-page .content-wrapper a:not(.m-button){
    color: #141415;
}
.single-page .content-wrapper a:not(.m-button):hover{
    text-decoration: underline;
    --_color: #141415;
}
.single-page._small .content-page-header .container{
    max-width: 930px;
}

.contact-acces .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):-internal-autofill-selected, 
.contact-acces .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):-webkit-autofill, 
.contact-acces .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):-webkit-autofill:-internal-autofill-selected, 
.contact-acces .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):-webkit-autofill:focus{
    -webkit-text-fill-color: #000!important;
    background-color: transparent !important;
    box-shadow: 0 0 0 1000px #fff inset !important;
    color: #000 !important;
}

.single-page h2{
    font-size: 36px;
}
.single-page .content-wrapper a:not(.m-button) {
    font-weight: 500;
}
.single-page .content-wrapper .wp-block-image :where(figcaption){
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    color: #141415;
}

@media screen and (max-width: 1024px) {
    .single-page h2{
        font-size: 32px;
    }
}
@media screen and (max-width: 767px) {
    .single-page h2{
        font-size: 26px;
    }
}

