#lifts_table .head{display:grid;grid-template-columns:70% 30%}@media only screen and (max-width: 749px){#lifts_table .head{grid-template-columns:50% 50%}}#lifts_table .head>div{color:#fff;height:60px;display:flex;justify-content:center;align-items:center;text-align:center}#lifts_table .head .col_left{background:var(--mtv-primary-color)}#lifts_table .head .col_right{background:var(--mtv-accent-blue)}#lifts_table .table_row{display:grid;grid-template-columns:70% 30%;align-items:center;justify-content:center;min-height:60px;border:1px solid;border-top:0}@media only screen and (max-width: 749px){#lifts_table .table_row{grid-template-columns:50% 50%}}#lifts_table .table_row .col_left{display:flex;align-items:center;height:100%;border-right:1px solid}#lifts_table .table_row .col_left .info_wrap{width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 20px}#lifts_table .table_row .col_left .info_wrap .type .icon{font-size:35px}@media only screen and (max-width: 749px){#lifts_table .table_row .col_left .info_wrap .type .icon{font-size:30px}}#lifts_table .table_row .col_left .info_wrap .type .icon{color:var(--mtv-accent-blue)}@media only screen and (max-width: 749px){#lifts_table .table_row .col_left .info_wrap{justify-content:flex-start}#lifts_table .table_row .col_left .info_wrap .name{order:2}#lifts_table .table_row .col_left .info_wrap .type{order:1;width:90px}}#lifts_table .table_row .col_right{display:flex;align-items:center;justify-content:center}#lifts_table .icon-open,#lifts_table .icon-closed{font-size:35px}@media only screen and (max-width: 749px){#lifts_table .icon-open,#lifts_table .icon-closed{font-size:30px}}#lifts_table .icon-closed{color:var(--mtv-status-closed)}#lifts_table .icon-open{color:var(--mtv-status-open)}#slopes_table .head{display:grid}@media only screen and (min-width: 750px){#slopes_table .head{grid-template-columns:45% 25% 30%}}@media only screen and (max-width: 749px){#slopes_table .head{grid-template-columns:50% 50%}#slopes_table .head .col_2{display:none}}#slopes_table .head>div{color:#fff;height:60px;display:flex;justify-content:center;align-items:center;text-align:center}#slopes_table .head .col_1{background:var(--mtv-primary-color)}#slopes_table .head .col_2{background:var(--mtv-accent-blue)}#slopes_table .head .col_3{background:var(--mtv-accent-blue)}#slopes_table .table_row{min-height:60px;border:1px solid;border-top:0;display:grid}@media only screen and (max-width: 749px){#slopes_table .table_row{grid-template-columns:40px calc(50% - 40px) 50%}#slopes_table .table_row .col_2{order:1}#slopes_table .table_row .col_1{order:2;border-right:1px solid !important}#slopes_table .table_row .col_3{order:3}}@media only screen and (min-width: 750px){#slopes_table .table_row{grid-template-columns:45% 25% 30%}}#slopes_table .table_row>div{display:flex;align-items:center;border-right:1 px solid}#slopes_table .table_row>div.col_1{padding:0 20px}@media only screen and (min-width: 750px){#slopes_table .table_row>div.col_1,#slopes_table .table_row>div.col_2{border-right:1px solid}}#slopes_table .table_row>div.col_2,#slopes_table .table_row>div.col_3{justify-content:center}#slopes_table .icon-open,#slopes_table .icon-closed,#slopes_table .icon-katavasi{font-size:35px}@media only screen and (max-width: 749px){#slopes_table .icon-open,#slopes_table .icon-closed,#slopes_table .icon-katavasi{font-size:30px}}#slopes_table .icon-closed{color:var(--mtv-status-closed)}#slopes_table .icon-open{color:var(--mtv-status-open)}.mtv-table-data .head{display:grid;grid-template-columns:50% 50%}.mtv-table-data .head>div{color:#fff;height:60px;display:flex;justify-content:center;align-items:center;text-align:center}.mtv-table-data .head .col_left{background:var(--mtv-primary-color)}.mtv-table-data .head .col_right{background:var(--mtv-accent-blue)}.mtv-table-data .table_row{min-height:60px;border:1px solid;border-top:0;display:grid;grid-template-columns:50% 50%}.mtv-table-data .table_row>div{display:flex;align-items:center}.mtv-table-data .table_row>div.col_left{padding:0 20px;border-right:1px solid}.mtv-table-data .table_row>div.col_right{justify-content:center}.mtv-table-data .table_row .icon-open,.mtv-table-data .table_row .icon-closed{font-size:35px}@media only screen and (max-width: 749px){.mtv-table-data .table_row .icon-open,.mtv-table-data .table_row .icon-closed{font-size:30px}}.mtv-table-data .table_row .road_closed,.mtv-table-data .table_row .icon-closed{color:var(--mtv-status-closed)}.mtv-table-data .table_row .road_open,.mtv-table-data .table_row .icon-open{color:var(--mtv-status-open)}.mtv-table-header{display:grid !important;grid-template-columns:1fr}.mtv-table-header .days{display:grid;grid-template-columns:1fr 1fr;font-size:90%}.mtv-table-header .days div:first-of-type{border-right:solid 1px #fff}.icon-days{display:grid;grid-template-columns:50% 50%;width:100%}.icon-days .text{font-size:85%}@media only screen and (max-width: 550px){.icon-days .text{font-size:75%}}.icon-days>div{text-align:center;height:100%;display:grid;align-items:center;height:60px;padding:2px}.icon-days div:first-of-type{border-right:solid 1px var(--mtv-primary-color)}.icon-days .mtv-hold{margin:0 auto;display:block;height:22px;width:22px;background-color:orange;border-radius:50%}@media only screen and (max-width: 749px){.icon-days .mtv-hold{height:20px;width:20px}}@media only screen and (max-width: 749px){.mtv-ski-center-data{font-size:13px;line-height:15px}}@media only screen and (max-width: 550px){.mtv-ski-center-data{font-size:12px;line-height:14px}}#last_update .motivar_wrap>div{margin-bottom:10px}#parkings .icon-days .text,#counters .icon-days .text,#chalets .icon-days .text{display:none !important}