/* #region cards general */

.classes_list, .classes_list--slider {
    display: flex;
    
    align-items: center;
    justify-content: center;
    /* height: 200px; */
    width: 100%;
    border-radius: 24px;
    border: 1px solid var(--Border, #EDEDED);
    background: var(--Clear-White, #FFF);
    border-bottom: 58px;
}

.classes_list--slider {
    display: none;
    overflow: hidden;
}

.classes_list__item {
    position: relative;
    /* margin: 17px 21px; */
    width: 100%;
    height: 180px;
    align-items: center;
    background: none;
    border: none;
}

.classes_list__item__car {
    padding-bottom: 18px;
    /* width: 100%; */
    width: 218px;
}

.classes_list__item__name {
    text-align: center;
    color: var(--Text-Main, #020202);
    font-family: "Stapel";
    font-display: fallback;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: 116%; /* 18.56px */
    text-transform: uppercase;
}

.classes_list__divider {
    background: var(--Border, #EDEDED);
    width: 1px;
    height: 50px;
    flex-shrink: 0;
}

.classes_list__highlight {
    position: absolute;
    height: 100%;
    width: 80%;
    /* background-color: rgba(255, 0, 0, 0.366); */
    border-top: 2px solid #ba975e00;
    border-bottom: 2px solid #ba975e00;
    transition: border-bottom 0.5s ease-in-out, border-top 0.5s ease-in-out;
    /* border-top: 2px solid #BA975E;
    border-bottom: 2px solid #BA975E; */
    top: 0;
    left: 10%;
}

.classes_list__highlight:hover {
    border-top: 2px solid #BA975E;
    border-bottom: 2px solid #BA975E;
    transition: border-bottom 0.5s ease-in-out, border-top 0.5s ease-in-out;
}

.cards_field__tab_title{
    height: 98px;
    margin-bottom: 10px;
}

.cards_field__tab_title__text {
    color: var(--Text-Main, #020202);
    font-family: 'Stapel';
    font-display: fallback;
    font-size: 36px;
    font-style: normal;
    font-weight: 200;
    line-height: 116%; /* 41.76px */
    text-transform: capitalize;
}

.cards_field{
    display: none;
    margin-bottom: 96px;
}

.cards_field--visible {
    display: block;
}

.cards_field__category{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.cards_field__category__item{
    width: 440px;
    margin-bottom: 20px;
}

/* #endregion */

/* #region cards image */

.cards_field__category__item__photo{
    position: relative;
}

.cards_field__category__item__photo__special{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 12px;
    left: 12px;
    height: 20px;
    background: var(--blue, #032C53); 
    border-radius: 8px;
    padding: 0 12px;
}

.cards_field__category__item__photo__special__text{
    color: var(--primary-0, #FFF);
    text-align: center;
    font-family: 'Euclid Circular B';
    font-display: fallback;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.cards_field__category__item__photo__image{
    width: 100%;
    height: 308px;
    object-fit: cover;
    border-radius: 24px 24px 0 0;
}

.cards_field__category__item__rectangle{
    width: 100%;
    height: 18px;
    background-color: var(--primary-0, #FFF);
    border-radius: 18px 18px 0 0;
    position: absolute;
    bottom: 0;
}

/* #endregion */

/* #region cards data */


.cards_field__category__item__data{
    padding: 0 18px 18px 18px;
    position: relative;
    /* bottom: 30px; */
    width: 100%;
    /* height: 217px; */
    /* border-radius: 18px; */
    background-color: var(--Clear-White, #FFF); ;
}

.cards_field__category__item__data__info{
    height: 44px;
    display: flex;
    justify-content: space-between;
}

.cards_field__category__item__data__info__name{
    color: var(--Text-Main, #020202);
    font-family: 'Stapel';
    font-display: fallback;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: 116%; /* 23.2px */
    display: flex;
    align-items: center;
}

.cards_field__category__item__data__info__brand_image{
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.cards_field__category__item__data__characteristics{
    display: flex;
    justify-content: space-between;
    gap: 6px;
    margin: 20px 0;
}

.cards_field__category__item__data__characteristics__item{
    height: 37px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.cards_field__category__item__data__characteristics__item__picture{
    width: 32px;
    height: 32px;
    padding: 8px;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.cards_field__category__item__data__characteristics__item__info__name{
    color: var(--Text-Main, #020202);
    font-family: 'Euclid Circular B';
    font-display: fallback;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%; /* 13.92px */
}

.cards_field__category__item__data__characteristics__item__info__value{
    color: var(--Text-Main, #020202);
    font-family: 'Euclid Circular B';
    font-display: fallback;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 116%; /* 20.88px */
}

.cards_field__category__item__data__prices{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    /* border-radius: 12px;
    background-color: #F9F9F9; */
    margin-bottom: 10px;
}

.cards_field__category__item__data__prices__item{
    width: 100%;
    /* height: 48px; */
    padding: 3px 0;
    text-align: center;
    border-radius: 8px;
    background-color: #F9F9F9;
    /* background-color: grey; */
    padding: 10px 0;
}

.cards_field__category__item__data__prices__item__period{
    color: var(--Text-Two, #4C4C4C);
    font-family: 'Euclid Circular B';
    font-display: fallback;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%; /* 13.92px */
}

.cards_field__category__item__data__prices__item__value{
    color: var(--Text-Main, #020202);
    font-family: 'Euclid Circular B';
    font-display: fallback;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 116%; /* 20.88px */
}

.cards_field__category__item__data__prices__item__currency{
    color: var(--Text-Main, #020202);
    font-family: 'Euclid Circular B';
    font-display: fallback;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 116%;
}

.cards_field__category__item__data__contacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 35px;
    width: 100%;
    gap: 5px;
}

.cards_field__category__item__data__contacts__button {
    height: 100%;
    padding: 3px;
    text-align: center;
    border-radius: 8px;
    background-color: #214466;
    border: none;
    cursor: pointer;
}

.cards_field__category__item__data__contacts__social {
    height: 100%;
}

.buttons--book {
    width: 100%;

    color: var(--Clear-White, #FFF);
    text-align: center;
    font-family: Euclid Circular B;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 116%; /* 18.56px */
}

.cards_field__category__item__data__contacts a {
    height: 35px;
    width: 35px;
}

.buttons--whatsapp, .buttons--telegram {
    width: 70px;
}

.buttons--whatsapp__img, .buttons--telegram__img {
    width: 35px;
    height: 35px;
}

/* #endregion */

@media (max-width:1450px){
    
    .cards_field__category__item__photo__image{
        height: 250px;
    }
    
    .cards_field__category{
        gap: 18px;
    }

    .cards_field__category__item{
        width: 368px;
    }

    .classes_list__item__car {
        
    }

    .classes_list__item__name {
        color: var(--Text-Main, #020202);
        font-family: Stapel;
    font-display: fallback;
        font-size: 16px;
        font-style: normal;
        font-weight: 200;
        line-height: 116%; /* 18.56px */
        text-transform: uppercase;
    }

    .cards_field__tab_title__text {
        color: var(--Text-Main, #020202);
        font-family: Stapel;
    font-display: fallback;
        font-size: 32px;
        font-style: normal;
        font-weight: 200;
        line-height: 116%; /* 37.12px */
    }
    
    .cards_field__category__item__photo__special__text{
        color: var(--primary-0, #FFF);
        text-align: center;
        font-family: Euclid Circular B;
    font-display: fallback;
        font-size: 10px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .cards_field__category__item__data__characteristics__item__info__name{
        color: var(--Text-Main, #020202);
        font-family: Euclid Circular B;
    font-display: fallback;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 116%; /* 11.6px */
    }
    
    .cards_field__category__item__data__characteristics__item__info__value{
        color: var(--Text-Main, #020202);
        font-family: Euclid Circular B;
    font-display: fallback;
        font-size: 15px;
        font-style: normal;
        font-weight: 300;
        line-height: 116%; /* 17.4px */
    }

    .cards_field__category__item__data__prices__item__period{
        color: var(--Text-Two, #4C4C4C);
        font-family: Euclid Circular B;
    font-display: fallback;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 116%; /* 11.6px */
    }
    
    .cards_field__category__item__data__prices__item__value{
        color: var(--Text-Main, #020202);
        font-family: Euclid Circular B;
    font-display: fallback;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 116%; /* 18.56px */
    }
    
    .cards_field__category__item__data__prices__item__currency{
        color: var(--Text-Main, #020202);
        font-family: Euclid Circular B;
        font-display: fallback;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 116%;
    }

    .cards_field__category__item__data__info__name{
        color: var(--Text-Main, #020202);
        font-family: Stapel;
    font-display: fallback;
        font-size: 20px;
        font-style: normal;
        font-weight: 200;
        line-height: 116%; /* 23.2px */
    }
}

@media (max-width:820px){
    .cards_field__category__item {
        width: 100%;
    }

    .classes_list--slider {
        display: flex;
    }

    .classes_list {
        display: none;
    }

    .cards_field__category__item__data__characteristics {
        display: flex;
        flex-direction: column;
        margin-top: 12px;
        margin-bottom: 8px;
    }

    .cards_field__category__item__data {
        border-radius: 0 0 16px 16px;
        border: 1px solid var(--Border, #EDEDED);
        border-top: none;
        background: var(--Clear-White, #FFF);
    }

    .cards_field__category__item__rectangle {
        border: 1px solid var(--Border, #EDEDED);
        border-bottom: none;
    }

    .cards_field__category__item__data__characteristics__item {
        border-radius: 8px;
        background: #F9F9F9;
        padding: 6px 10px;
    }

    #speed_panel {
        display: none;
    }

    .cards_field__category__item__data__characteristics__item__info {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    .cards_field__category__item__data__characteristics__item__picture {
        display: none;
    }

    .cards_field__category__item__data__characteristics__item__info__name {
        color: var(--Text-Two, #4C4C4C);
        font-family: Euclid Circular B;
        font-display: fallback;
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 116%; /* 13.92px */
    }

    .cards_field__category__item__data__characteristics__item {
        height: 28px;
    }

    .cards_field__category__item__data__prices__item__value {
        color: var(--Text-Main, #020202);
        font-family: Euclid Circular B;
        font-display: fallback;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 116%; /* 18.56px */
    }

    .cards_field__category__item__data__prices__item__currency {
        color: var(--Text-Main, #020202);
        font-family: Euclid Circular B;
        font-display: fallback;
        font-size: 13px;
        font-style: normal;
        font-weight: 300;
        line-height: 116%;
    }

    .cards_field__category__item__data__prices__item {
        padding: 5px 0;
    }
}

@media (max-width:460px)
{
    .cards_field__category__item__photo__image{
        height: 220px;
    }
}