@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-avto-after-fix main,
.page-template-page-avto-in-urkaine main {
    display: flex;
    flex-direction: column;
}
.page_banner {
    order: -1;
    margin-bottom: 0;
}
.page-avto-after-fix,
.page-avto-in-ukraine {
    margin-bottom: 12.5rem;
}
.page-avto-after-fix__content,
.page-avto-in-ukraine__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-avto-in-ukraine__filter {
    margin-bottom: 1.75rem;
}
.page-avto-in-ukraine__show-filters {
    align-items: center;
    justify-content: space-between;
    border-radius: 0.25rem;
    border: 1px solid var(--Grey_light, #CCC);
    background-color: var(--Background, #F4F6F9);
    color: var(--Black_titles, #191A26);
    line-height: 1;
    padding: 0.6875rem 0.625rem;
    width: min(320px, 100%);
    margin-right: 0;
    margin-left: auto;
}
.opened .page-avto-in-ukraine__show-filters {
    margin-bottom: 1.25rem;
}
.page-avto-in-ukraine__show-filters .label {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
}
.page-avto-in-ukraine__show-filters .arrow {
    transition: transform 0.2s ease;
}
.opened .page-avto-in-ukraine__show-filters .arrow {
    transform: rotateX(180deg);
}
.page-avto-in-ukraine__filter__body, 
.page-avto-in-ukraine__filter__item {
    display: flex;
    flex-direction: column;
    gap: 1.25rem 0;
}
.page-avto-in-ukraine__filter__item {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--Grey_light, #CCC);
}
.page-avto-in-ukraine__filter__title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1;
}
.page-avto-in-ukraine__filter__title svg {
    transition: transform 0.2s ease;
    transform: rotateX(180deg);
    margin-right: 0.625rem;
}
.page-avto-in-ukraine__filter__search {
    position: relative;
}
.page-avto-in-ukraine__filter__search input {
    padding: 0.59375rem 0.75rem;
    border-radius: 4px;
    border: 1px solid var(--Grey_light, #CCC);
    background: var(--white-back-texts, #FFF);
    width: 100%;
    line-height: 1;
}
.page-avto-in-ukraine__search__loop {
    position: absolute;
    display: inline-flex;
    right: 0.75rem;
    top: 0.59375rem;
}
.page-avto-in-ukraine__filter__items {
    display: flex;
    flex-direction: column;
    gap: 0.75rem 0;
}
.page-avto-in-urkaine__filter__item__element {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 0.75rem;
    line-height: 1;
    color: var(--Black_titles, #191A26);
}
.page-avto-in-ukraine__filter__item__checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 4px;
    border: 1px solid var(--Grey_light, #CCC);
}
.page-avto-in-ukraine__filter__item__checkbox:checked {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="9" viewBox="0 0 13 9" fill="none"><path d="M1 4.23077L4.4375 8L12 1" stroke="%23191A26" stroke-linecap="round"/></svg>');
    background-repeat: no-repeat;
    background-position: center center;
}
.page-avto-in-urkaine__filter__item__element.hidden {
    display: none;
}
.page-avto-in-ukraine__filter__items__show-more {
    border: none;
    padding: 0;
    margin-top: 0.5rem;
    text-align: left;
    background-color: transparent;
    color: var(--Grey_middle, #838587);
    line-height: 1;
    text-decoration: underline;
    outline-color: currentColor;
    text-underline-offset: 3px;
}
.page-avto-in-ukraine__filter__items__show-more.opened .is_showed {
    display: none;
}
.page-avto-in-ukraine__filter__items__show-more.opened .is_hidden {
    display: block;
}
.page-avto-after-fix__items,
.page-avto-in-ukraine__items__row {
    gap: 1.5rem 0;
}
.page-video-testimonals__insert.hidden,
.page_testimonals__slide.hidden {
    display: none;
}
.page-avto-in-ukraine__items .page_testimonals__slide__image {
    aspect-ratio: 312/372;
}
.page_testimonals__slide__title {
    margin-bottom: 0.75rem;
    line-height: 1.2;
}
.page_testimonals__slide__description {
    margin-bottom: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    line-height: 1;
}
.page_testimonals__slide__charter {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    align-items: center;
    font-size: 0.8125rem;
}
.page_testimonals__slide__price {
    display: flex;
    align-items: flex-end;
    gap: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-top: auto;
}
.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_banner__next-screen {
        width: 215px;
        text-align: center;
    }
    .page_banner__next-screen svg {
        min-width: 2rem;
    }
    .page-avto-in-ukraine__show-filters {
        display: flex;
    }
    .page-avto-in-ukraine__filter:not(.opened) .page-avto-in-ukraine__filter__body {
        display: none;
    }
}
@media screen and ( min-width: 992px ) {
    .page-title {
        font-size: 2rem;
        margin-bottom: 2.5rem;
    }
    .page-avto-after-fix__items {
        width: min(1068px, 100%);
        margin-left: auto;
        margin-right: auto;
        gap: 2.5rem 0;
    }
    .page-avto-in-ukraine__items__row {
        gap: 2.5rem 0;
    }
    .page-avto-after-fix__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;
    }
    .page-template-page-avto-in-urkaine .page_testimonals__slide__price span {
        width: auto;
    }
    .page_banner__slide__content .row > div {
        gap: 0;
        justify-content: center;
    }
}