.subsections{display:none}.subsections.show{display:block}.section-button{display:flex;width:100%;align-items:center;justify-content:space-between;border-radius:1rem;border-width:3px;border-color:var(--background-color);background-color:transparent;padding:1rem 1.5rem;color:var(--primary-foreground)}.section-button:hover{color:var(--hover)}.section-button:is([data-theme=dark] *){border-color:var(--secondary-foreground)}.section-button.collapsed{border-color:transparent;background-image:linear-gradient(0deg,var(--card-color),var(--card-color)),var(--accent-gradient);background-origin:border-box;background-clip:padding-box,border-box}@media(width <= 992){.section-button{padding:0;border:none!important;background-image:none!important}.section-button:after{content:">";display:inline-block;transition:transform .3s;transform:rotate(90deg);margin:7px;font-size:1.5rem}.section-button.collapsed:after{transform:rotate(-90deg)}}body .dropdown-toggle:after{content:">";display:inline-block;transition:transform .3s;transform:rotate(90deg);margin:7px}body .dropdown-toggle.show:after{transform:rotate(-90deg)}body .dropdown-content{height:0;transition:height .3s ease-in;overflow:hidden}@media(width < 992px){body .dropdown-toggle:after{font-size:1.5rem}}.comboBox{width:100%;padding:8px 20px 15px;background-color:#e8ebf4;border-radius:10px;font-size:var(--main-text-size);display:flex;align-items:center;overflow:hidden;justify-content:space-between;position:absolute;z-index:10}.comboBox .comboArrow{align-self:start;margin-top:13px;position:absolute;right:10px}.comboBox .reverse{transition:.3s;transform:rotate(180deg)}.comboBox .base{transition:.3s;transform:rotate(1turn)}.comboBox .comboContext{width:calc(100% + 10px)}.comboBox .comboContext li{overflow:hidden;width:99%;text-wrap-mode:nowrap;text-overflow:ellipsis;padding:5px;margin:10px 0}.comboBox .comboContext li:first-child{margin-top:0}.comboBox .comboContext li:last-child{margin-bottom:0}.comboBox .comboContext.fullCombo{overflow-y:var(--comboHeight);animation:openCombo .5s ease-in;max-height:120px;scrollbar-width:thin;scrollbar-color:#6c6c6d #e8ebf4}.comboBox .comboContext.singleCombo{animation:closeCombo .5s ease-in-out;height:30px}@keyframes openCombo{0%{max-height:40px}to{max-height:120px}}@keyframes closeCombo{0%{height:100px}to{height:30px}}.comboBox .combo-item{cursor:pointer}.comboBox .combo-item:hover{background-color:#e0e0e0;border-radius:5px}.mapBlock{background-color:var(--card-color);border-radius:15px;padding:30px;position:relative}.mapBlock .mapBlock-title{font-size:var(--title-size);font-weight:var(--title-weight)}.mapBlock .metroList-item{font-size:var(--main-text-size);display:flex;align-items:center;line-height:1.5rem;padding-left:33px;font-size:18px}.mapBlock .metroList-item:before{content:"";background-image:url(/_next/static/media/metro.2558f2b9.svg);background-size:contain;background-repeat:no-repeat;background-position:50%;width:28px;height:28px;position:absolute;left:0}.mapBlock .mapBlock-content{display:grid;position:relative;grid-template-rows:1fr 1fr 3fr}