.month-picker{position:relative;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center}.month-picker__label{margin-right:5px}.month-picker__value{color:#e0121a;font-weight:inherit;border-bottom:1px dashed}.month-picker__value:first-letter{text-transform:uppercase}.month-picker__modal-content{padding:5px}.month-picker__close{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;padding:16px;position:absolute;top:0;right:0}.month-picker__icon_close{width:16px;height:16px;fill:#e0121a}.month-picker__icon_chevron{width:24px;height:24px;fill:#718096}.month-picker__title_modal{text-align:center;margin-bottom:5px}.month-picker__year{width:200px;margin:0 auto 5px;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center}.month-picker__year-value{color:#2d3748;font-size:18px;font-weight:700}.month-picker__change-year{width:25px;height:25px;border-radius:4px;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center}.month-picker__change-year:hover{background-color:#edf2f7}.month-picker__monthes{display:grid;grid-gap:5px;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,50px)}.month-picker__month{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;border-radius:6px;font-size:18px}.month-picker__month:hover{color:#fff;background-color:rgba(230,77,83,.8)}.month-picker__month_active{color:#fff;background-color:rgba(224,18,26,.8)}.settings-income__datepicker_plan,.settings-income__tip,.settings-income__title{margin-bottom:10px}@media only screen and (min-width:1280px){.settings-income__restaurants{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px}}.settings-income__restaurant{position:relative;padding:16px 16px 30px}.settings-income__restaurant+.settings-income__restaurant{margin-top:20px}@media only screen and (min-width:1280px){.settings-income__restaurant+.settings-income__restaurant{margin-top:0}}.settings-income__restaurant-title{margin-bottom:10px}.settings-income__restaurant-controls{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:stretch}.settings-income__restaurant-input{width:150px;padding:8px 10px;border:1px solid #ebe8e8;border-radius:4px;margin-right:10px;font-size:16px;line-height:1}@media only screen and (min-width:1280px){.settings-income__restaurant-input{width:190px;font-size:20px}}.settings-income__restaurant-input:focus{outline:none}.settings-income__restaurant-input_invalid{border-color:#e64d53}.settings-income__restaurant-button{padding:10px;border-radius:6px}.settings-income__restaurant-button[disabled]{background-color:#ded9d9}.settings-income__restaurant-button_save{min-width:100px;color:#fff;font-size:14px;background-color:rgba(230,77,83,.7)}@media only screen and (min-width:1280px){.settings-income__restaurant-button_save{min-width:120px;font-size:16px}}.settings-income__restaurant-error{color:#e64d53;font-size:14px;position:absolute;left:16px;bottom:8px}