@media (min-width: 768px) and (max-width: 1484px) {
    html body .gate__wrapper div[id^="gate"] .form-group > div[id^="gate"] .form-group:nth-child(1) {
        min-width: 47%;
        max-width: 47%;
    }
    html body .gate__wrapper div[id^="gate"] .form-group > div[id^="gate"] .form-group:nth-child(2) {
        min-width: 47%;
        max-width: 47%;
    }
    html body .gate__wrapper div[id^="gate"] .form-group > div[id^="gate"] .form-group:nth-child(3) {
        min-width: 47%;
        max-width: 47%;
    }
    html body .gate__wrapper div[id^="gate"] .form-group > div[id^="gate"] .form-group:nth-child(4) {
        min-width: 47%;
        max-width: 47%;
    }
}
@media (max-width: 768px) {
    html body .gate__wrapper div[id^="gate"] .form-group > div[id^="gate"] .form-group:nth-child(2) {
        min-width: 45%;
        max-width: 45%;
    }
    html body .gate__wrapper div[id^="gate"] .form-group > div[id^="gate"] .form-group:nth-child(4) {
        min-width: 45%;
        max-width: 45%;
    }
}
@media (max-width: 450px) {
    html body .gate__wrapper div[id^="gate"] .form-group > div[id^="gate"] .form-group:nth-child(2) {
        min-width: 100%;
        max-width: 100%;
    }
    html body .gate__wrapper div[id^="gate"] .form-group > div[id^="gate"] .form-group:nth-child(4) {
        min-width: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 1460px) {
    .fc-header-toolbar .fc-right .fc-button-primary {
        margin-bottom: 7px;
    }
    .fc-header-toolbar .fc-left {
        order: 2;
        padding: 5px 0;
    }
    .fc-header-toolbar .fc-center {
        width: 100%;
        justify-content: flex-start;
        order: 1;
        padding: 5px 0;
    }
    .fc-header-toolbar .fc-right {
        order: 2;
        padding: 5px 0;
    }
}
@media screen and (max-width: 767px) {
    .fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
        font-size: 12px;
    }
    .fc-header-toolbar .fc-button {
        font-size: 11px;
    }
    .fc-header-toolbar .fc-right {
        flex-wrap: wrap;
    }

    .fc-view-container .fc-day-header {
        vertical-align: middle;
    }
    .fc-header-toolbar .fc-center h2 {
        font-size: 22px;
    }
    .fc-view-container .fc-dayGridMonth-view .fc-day-header span,
    .fc-view-container .fc-timeGridWeek-view .fc-day-header span {
        font-size: 12px;
        width: 80%;
        overflow: hidden;
        white-space: normal;
        text-overflow: ellipsis;
        display: flow-root;
    }
}
@media (max-width: 1170px) {
    .cookie-message {
        font-size: 15px;
    }
    .cookie-button button {
        width: 100px;
        height: 30px;
    }
    .cookie-button {
        margin-top: 7px;
    }
}
@media (max-width: 1085px) {
    .cookie-message {
        font-size: 12px;
        margin-left: 0;
    }
    .cookie-button {
        margin-right: 0;
    }
}
@media (max-width: 850px) {
    .cookie-popup {
        height: 90px;
    }
    .cookie-message {
        width: 100%;
        text-align: center;
    }
    .cookie-button {
        width: 100%;
        text-align: center;
    }
}