.component-clinic-departure-price-content {
    display: flex;
    justify-content: left;
    flex-flow: row wrap;
    gap: 15px;
}
.component-clinic-price-content {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
    padding: 0.5rem 0.75rem;
    border-radius: 0.75rem;
    cursor: pointer;
    min-width: 140px;
}
.component-clinic-price-content > ._content {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.component-clinic-departure-price-content
    > .component-clinic-price-content
    ._block {
    flex-direction: column;
}
.component-clinic-price-content ._block > ._name-price {
    margin-bottom: 0.125rem;
    font-size: 10px;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(148 163 184 / var(--tw-text-opacity, 1));
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.component-clinic-price-content ._content ._explanation {
    font-size: 14px;
    padding-top: 0px;
    position: relative;
    z-index: 1;
    cursor: help;
    padding-left: 10px;
}
.component-clinic-price-content ._content ._explanation img {
    width: 15px;
}
.component-clinic-price-content ._content ._explanation ._explanation-info {
    display: none;
    position: absolute;
    bottom: 34px;
    width: 200px;
    padding: 16px;
    text-align: left;
    background: #fff;
    border-radius: 14px;
    box-shadow:
        0 2px 24px rgba(26, 61, 107, 0.08),
        0 0 2px rgba(38, 54, 75, 0.08);
}
.component-clinic-price-content
    ._content
    ._explanation
    ._explanation-info._active {
    display: block;
}
.component-clinic-price-content._departure {
    --tw-border-opacity: 1;
    border-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
}
.component-clinic-price-content ._block > ._price-item {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
    z-index: 1;
}
.component-clinic-price-content ._block > ._price-item > ._price {
    -webkit-box-sizing: border-box;
    background: var(--primary-color) 38;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    padding: 0 11px 0 0px;
    position: relative;
}
.component-clinic-price-content ._block > ._price-item > ._price > ._inner {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    color: #181d21;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
    z-index: 1;
    font-size: 22px;
    font-weight: 700;
    color: var(--text-dark);
}
.component-clinic-price-content
    ._block
    > ._price-item
    > ._price
    > ._inner
    > ._price-text {
    vertical-align: middle;
    color: #42474c;
    font-size: 1rem;
    line-height: 1.5rem;
}
.component-clinic-price-content
    ._block
    > ._price-item
    > ._price
    > ._inner
    > ._price-ruble {
    padding-left: 6px;
    font-size: 16px;
}
.component-clinic-price-content .d-none {
    display: none !important;
}
.component-clinic-price-content ._block > ._price-item > ._price-discount {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.component-clinic-price-content
    ._block
    > ._price-item
    > ._price-discount
    > ._discount {
    font-size: 10px;
    padding: 0.125rem 0.375rem;
    text-align: center;
    border-radius: calc(var(--radius) - 2px);
    --tw-bg-opacity: 1;
    background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.component-clinic-price-content
    ._block
    > ._price-item
    > ._price-discount
    > ._discount-inner {
    color: #979ea7;
    font-weight: 500;
}
.component-clinic-price-content
    ._block
    > ._price-item
    > ._price-discount
    > ._discount-inner
    > ._discount-ruble {
    position: relative;
    text-decoration-line: line-through;
    font-size: 0.75rem;
    line-height: 1rem;
}

.component-clinic-price-content > ._name {
    margin-bottom: 0.125rem;
    font-size: 12px;
    line-height: 1;
    color: rgb(97 108 123);
}
