@font-face {
    font-family: 'Kosko';
    src: url('../../assets/fonts/kosko/KoskoBold-Bold.woff2') format('woff2'),
         url('../../assets/fonts/kosko/KoskoBold-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


.banner-blog-insperia-camp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 1296px;
    width: 100%;
    align-items: center;
    gap: 12px;
    border-radius: 10px;
    position: relative;
    min-height: 580px;

    overflow: hidden;
}

.banner-blog-insperia-camp p {
    text-align: center !important;

    font-size: unset !important;
    font-weight: unset !important;
    line-height: unset !important;

    width: 100% !important;
}

.banner-blog-insperia-camp::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('https://insperia.ru/wp-content/themes/twentytwentyfour/img/global/banner-blog-insperia-camp__bg.webp')
                center / cover no-repeat;
    pointer-events: none;
    z-index: -1;
}


.banner-blog-insperia-camp img {
    width: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    bottom: 0px;

    z-index: -1;

}

.banner-blog-insperia-camp::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 242px;
    background: linear-gradient(180deg, rgba(255, 123, 0, 0.00) 0%, #F90 100%);
    pointer-events: none;
    z-index: 1;
}



.banner-blog-insperia-camp__info1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    gap: 16px;

    padding: 16px;

}

.banner-blog-insperia-camp__price {
    display: flex;
    width: 116px;
    height: 20px;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
    gap: 15.943px;

    background: #FF5C00;
    box-shadow: 6.377px 12.755px 15.943px 0 rgba(255, 255, 255, 0.25) inset;

    color: #FFF;
    font-family: Stolzl;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;

}

.banner-blog-insperia-camp__date {


    color: #FFF;
    font-family: Stolzl;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;

}

.banner-blog-insperia-camp__name {
    color: #FFF;
    text-align: center;
    font-family: 'Kosko', sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    mix-blend-mode: hard-light;

}

.banner-blog-insperia-camp__info2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: auto;
    gap: 16px;

    z-index: 2;

}

.banner-blog-insperia-camp__text {
    background: #FFF;

    display: flex;
    width: 100%;
    height: 59.314px;
    padding: 2px;
    justify-content: center;
    align-items: center;
    gap: 9px;

    color: #2891D7;
    text-align: center;
    font-family: Stolzl;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;

}

.banner-blog-insperia-camp__button {
    display: flex;
    width: 280px;
    height: 56px;
    padding: 16px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0px 16px 16px 16px;

    border-radius: 5px;
    background: var(--button-tertiaty, #141414);

    color: var(--text-text-overlay, #FFF);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;

    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 122.222% */

}

