.plan {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}

.plan-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.plan-title {
    font-family: Manrope;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #343434;
}

.plan-share {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 100px;
    background-color: #fff;
    text-align: center;
}

.plan-body {
    position: relative;
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}

.plan-table {
    width: 360px;
    height: 500px;
    padding: 20px 30px 13px;
    background-color: #fff;
    overflow: scroll;
}

.plan-table strong {
    display: block;
    font-family: Manrope;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #343434;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.plan-table div {
    display: flex;
    padding: 9px 0;
    border-top: 1px solid #e1e1e1;
    justify-content: space-between;
    font-family: Manrope;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #343434;
}

.plan-slider {
    position: relative;
    width: 750px;
    /* overflow: hidden; */
}

.plan-subtitle {
    font-family: Manrope;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: left;
    color: #343434;
    margin-top: 10px;
}

.plan-h4 {
    font-family: Manrope;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #343434;
    text-transform: uppercase;
}

.plan-text {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.plan-text ul {
    margin-left: 0;
    padding-left: 15px;
}

.plan-zoom {
    position: absolute;
    top: 20px;
    right: 20px;
}

.plan-dot {
    position: absolute;
    width: 24px;
    height: 24px;
    border: solid 6px #e40c2e;
    border-radius: 24px;
    background-color: #fff;
    cursor: pointer;
    z-index: 20 !important;
}

.swiper-counter {
    position: absolute;
    left: 50%;
    bottom: 20px;
    height: 30px;
    padding: 3px 15px;
    border-radius: 100px;
    background-color: #343434;
    color: #fff;
    z-index: 2;
    transform: translate(-50%, 0);
    line-height: 22px;
}

.plan-tip {
    display: none;
    position: absolute;
    left: 20px;
    top: 20px;
    width: 130px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.plan-tip.active {
    display: block;
    z-index: 999 !important;
}

.plan-tip .plan-tip__link {
    display: block;
    margin: 0;
    padding: 10px;
    font-family: Manrope;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #343434;
}

.plan-tip .plan-tip__text {
    display: block;
    margin-bottom: 5px;
    font-family: Manrope;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #a4aab1;
}

.plan-tip  .plan-tip__link2 {
    display: block;
    padding: 5px 0;
    font-family: Manrope;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #343434;
    border-top: 1px solid #e1e1e1;
}

/* .plan-tip .plan-tip__link2 {
    display: block;
    color: #343434;
} */

.plan-filter {
    display: flex;
    gap: 20px;
}

select,
::picker(select) {
    appearance: base-select;
}

select {
    flex: 1;
}

select {
    height: 54px;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    padding: 16px;
    /* transition: 0.4s; */
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    /* -webkit-appearance: none; */
    background-image: url('data:image/svg+xml,<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L7 7L13 1" stroke="%23171717" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: 93% center;
    background-repeat: no-repeat;
}
select:hover,
select:focus {
    background: #e1e1e1;
}
select::picker-icon {
    display: none;
}
/* select:open::picker-icon {
    rotate: 180deg;
} */

::picker(select) {
    border: none;
}
option {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
    height: 54px;
    transition: 0.4s;
    font-size: 16px;
}
option:not(option:last-of-type) {
    border-bottom: none;
}
option:hover,
option:focus {
    background: #e1e1e1;
}
option::checkmark {
    display: none;
}

.form-reset {
    width: 270px;
    background: #E40C2E;
    border: 0;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

/* .swiper-container {
    overflow: visible !important;
} */

@media only screen and (max-width: 1023px) {
    .plan-filter, .plan-body, .plan-text, .plan-head {
        flex-direction: column;
    }
    .form-reset {
        width: 100%;
        height: 52px;
    }
    .plan-slider, .plan-table {
        width: 100%;
    }
    .plan-table {
        margin-top: 20px;
    }
    .swiper-button-next, .swiper-button-prev {
        display: none;
    }
    .plan-title {
        font-size: 20px;
    }
    .swiper-slide img {
        width: 100%;
        object-fit: cover;
    }
    .plan-share {
        line-height: 44px;
    }
    .plan-logo {
        margin-top: 15px;
    }
}