
.calendly_select{
        width: calc(calc(50% - 30px) / 2);
    }
    .calendly_select label{
        display: block;
        color: var(--color-base-blue);
        font: 500 16px 'Geologica', sans-serif;
        margin-bottom: 6px;
    }
    .calendly_select label .gfield_required_text{
        display: none !important;
    }
    .calendly_select select{
        transition: var(--transttion-base);
        height: 58px;
        display: block;
        width: 100%;
        border-radius: 8px;
        border: solid 2px var(--color-tiffani-blue);
        color: var(--color-base-blue);
        padding: 0 23px;
        font: 500 20px 'Geologica', sans-serif;
        background-color: transparent;
        box-sizing: border-box;
    }
    .calendly_select_days.calendly_select select{
        padding: 0 0 0 16px;
        font-size: 18px;
    }

.gform_fields.top_label.form_sublabel_below.description_below{
    align-items: flex-end;
}

@media screen and (min-width: 769px) {
    .section-contact-us .calendly_select_days.calendly_select select{
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {

    .site-header-phones{
        margin: 0 16px;
    }
    .section-hero-title-sub{
        margin-bottom: 40px;
        padding: 0 16px;
    }

    .calendly_select{
        width: 100%;
    }
    .calendly_select select{
        height: 52px;
        font-size: 16px;
    }
}

.testimonials-slider-item-content-text._more{
    cursor: pointer;
}
.testimonials-slider-item-content-text._more ._text{
    position: relative;
    max-height: 125px;
    overflow: hidden;
}
    .testimonials-slider-item-content-text._more ._text::before{
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background-image: linear-gradient(0deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
    }

._show_more{
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    gap: .5em;
    font-size: 90%;
    margin-top: 10px;
}
    ._show_more:after {
        content: '';
        display: block;
        width: 16px;
        height: 9px;
        background: url(../i/icon-arrow-down-blue.svg) no-repeat center center;
        background-size: contain;
    }

#testimonialModal{
    top: 50%;
    transform: translateY(-50%);
    height: max-content;
    max-height: 80dvh;
}
    .modal-window-subtitle {
        font-size: 18px;
        font-weight: 400;
    }
    #testimonialModalContent{
        font-size: 18px;
        line-height: 1.35;
    }


@media (min-width: 1736px) {
    .testimonials-slider-item-content-text._more ._text{
        max-height: 115px;
    }
}

@media screen and (max-width: 1290px) {
    .testimonials-slider-item-content-text._more ._text{
        max-height: 105px;
    }
    ._show_more{
        margin-top: 5px;
    }
}

@media screen and (max-width: 768px) {

    #testimonialModal{
        max-height: 90dvh;
    }

}