@charset "UTF-8";
  .price-mobile {
display: none;
}
.price-mobile__axes {
display: flex;
flex-direction: column;
gap: 8px;
}
.price-mobile__axis-label {
font-size: 11px;
font-weight: 600;
letter-spacing: 0.3px;
text-transform: uppercase;
color: #7e8698;
}
.price-mobile__chips {
display: flex;
gap: 8px;
overflow-x: auto;
padding: 0 0 2px;
scrollbar-width: none;
-ms-overflow-style: none;
}
.price-mobile__chips::-webkit-scrollbar {
display: none;
}
.price-mobile__chip {
flex: none;
border: 0;
cursor: pointer;
font-family: inherit;
font-size: 14px;
font-weight: 600;
line-height: 1.2;
padding: 9px 14px;
border-radius: 999px;
white-space: nowrap;
background: transparent;
color: #121A24;
box-shadow: inset 0 0 0 1px rgba(18, 26, 36, 0.22);
}
.price-mobile__chip.is-active {
background: #E40825;
color: #fff;
box-shadow: none;
}
.price-mobile__chip:focus-visible {
outline: 2px solid #E40825;
outline-offset: 2px;
}
.price-mobile__sheet {
display: flex;
flex-direction: column;
gap: 22px;
}
.price-mobile__group {
display: flex;
flex-direction: column;
gap: 6px;
}
.price-mobile__title {
margin: 0 0 4px;
font-size: 12px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
color: #9aa1ae;
}
.price-mobile__row {
display: flex;
flex-direction: column;
width: 100%;
margin: 0;
padding: 14px 0;
border: 0;
border-bottom: 1px solid #eef1f6;
border-radius: 0;
background: transparent;
text-align: left;
cursor: pointer;
font-family: inherit;
color: inherit;
appearance: none;
}
.price-mobile__row:focus-visible {
outline: 2px solid #E40825;
outline-offset: 2px;
}
.price-mobile__row-top {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 12px;
}
.price-mobile__name {
display: flex;
flex-direction: column;
gap: 3px;
flex: 1;
min-width: 0;
}
.price-mobile__name b {
font-size: 15px;
font-weight: 500;
color: #121A24;
line-height: 1.35;
}
.price-mobile__tag {
font-size: 12px;
font-weight: 400;
color: #5b6472;
min-height: 16px;
}
.price-mobile__price {
font-size: 17px;
font-weight: 700;
color: #121A24;
white-space: nowrap;
min-width: 88px;
text-align: right;
flex: none;
}
@media (max-width: 1100px) {
.price-tabs__panel.has-price-mobile .price-mobile {
display: flex;
flex-direction: column;
gap: 16px;
}
.price-tabs__panel.has-price-mobile .price-table {
display: none;
}
.price-block .price-tabs__scroll {
position: sticky;
top: 60px;
z-index: 5;
background: #fff;
padding: 4px 0 10px;
margin-bottom: 12px;
}
.price-mobile__axes {
position: sticky;
top: 118px;
z-index: 4;
background: #fff;
padding: 4px 0 12px;
}
}