@import url('./cdn/bootstrap.min.css');
@import url('./main.css');
@import url('./blocks/header.css');
@import url('./blocks/page-banner.css');
@import url('./blocks/page-testimonals.css');
@import url('./blocks/page-content.css');
@import url('./blocks/footer.css');

body {
    background-color: var(--Background, #F4F6F9);
}
.page-template-page-video-testimonals main {
    display: flex;
    flex-direction: column;
}
.page_banner {
    order: -1;
    margin-bottom: 0;
}
.page-video-testimonals {
    margin-bottom: 12.5rem;
}
.page-video-testimonals__content {
    padding: 0 1.25rem;
}
.page-title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--Black_titles, #191A26);
    margin-bottom: 1.75rem;
}
.page-title span {
    color: var(--Red, #C11D1D);
}
.page-video-testimonals__items {
    gap: 1.5rem 0;
    justify-content: center;
}
.page_testimonals__slide__thumbnail {
    border-radius: 0.25rem 0.25rem 0 0;
}
.page-video-testimonals__insert.hidden,
.page_testimonals__slide.hidden {
    display: none;
}
.page-video-testimonals__insert {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
}
.page-video-testimonals__insert__text {
    color: var(--Black_titles, #191A26);
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 600;
    padding: 0.3125rem 0 0.3125rem 1.25rem;
    border-left: 0.25rem solid var(--Red, #C11D1D);
}
.page-video-testimonals__insert__text span {
    color: var(--Red, #C11D1D);
}
.page-video-testimonals__insert__block__image {
    display: none;
}
.page-video-testimonals__insert__block__content {
    border-radius: 4px;
    background-color: var(--white-back-texts, #FFF);
    box-shadow: 1px 1px 16px 0px rgba(26, 20, 35, 0.10);
    padding: 2.5rem 1.25rem;
    color: var(--Black_titles, #191A26);
}
.page-video-testimonals__insert__block__content__title {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 1rem;
}
.page-video-testimonals__insert__block__content__text {
    line-height: 1.5;
    margin-bottom: 1.75rem;
}
.page-video-testimonals__insert__block__content__button button {
    background-color: var(--Red, #C11D1D);
    width: 100%;
    border: 1px solid var(--Red, #C11D1D);
    color: var(--white-back-texts, #FFF);
    font-weight: 600;
    line-height: 1;
    padding: 0.9375rem;
}
.page-video-testimonals__show-more {
    margin-top: 0.25rem;
}
.page-video-testimonals__show-more button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    width: min(320px, 100%);
    border: 1px solid var(--Black_titles, #191A26);
    padding: 1.0625rem 1.0625rem;
    margin: 0 auto;
    background-color: transparent;
    color: var(--Black_titles, #191A26);
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1;
}
.page_content {
    padding: 0;
    margin-bottom: 5rem;
}
@media screen and ( max-width: 991px ) {
    .page_testimonals__slide__price {
        margin-bottom: 1.125rem;
    }
}
@media screen and ( min-width: 992px ) {
    .page-title {
        font-size: 2rem;
        margin-bottom: 2.5rem;
    }
    .page-video-testimonals__items {
        width: min(1068px, 100%);
        margin-left: auto;
        margin-right: auto;
        gap: 2.5rem 0;
    }
    .page-video-testimonals__items > div {
        padding-left: 1.125rem;
        padding-right: 1.125rem;
    }
    .page-video-testimonals__insert {
        margin: 2.5rem 0;
    }
    .page-video-testimonals__insert__text {
        font-size: 2rem;
    }
    .page-video-testimonals__insert__block {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: flex-end;
        position: relative;
        min-height: var(--min-height);
    }
    .page-video-testimonals__insert__block__image {
        display: inline-flex;
        position: absolute;
        left: 0;
        bottom: 0;
        object-fit: contain;
        object-position: bottom center;
        aspect-ratio: 472/327;
        width: 472px;
    }
    .page-video-testimonals__insert__block__content {
        width: min(78.974%, 815px);
        padding: 2.25rem min(108px, 12%) 2.25rem min(291px, 30%);
    }
    .page-video-testimonals__insert__block__content__title {
        margin-bottom: 0.375rem;
    }
    .page-video-testimonals__insert__block__content__button button {
        width: 15.5rem;
        cursor: pointer;
        transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    }
    .page-video-testimonals__insert__block__content__button button:hover {
        color: var(--Red, #C11D1D);
        background-color: transparent;
    }
    .page-video-testimonals__show-more {
        margin-top: 4rem;
    }
    .page-video-testimonals__show-more button {
        transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
        cursor: pointer;
    }
    .page-video-testimonals__show-more button path {
        fill: currentColor;
    }
    .page-video-testimonals__show-more button:hover {
        background-color: var(--Black_titles, #191A26);
        color: var(--white, #FFF);
    }
    .page_content {
        margin-bottom: 7.5rem;
    }
}